@font-face {
  font-family: 'Montserrat Light';
  src: url('../fonts/Montserrat-Light_300.ttf') format('truetype');
}

.Montserrat-Light {
  font-family: 'Montserrat Light', sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: 'Montserrat Regular';
  src: url('../fonts/Montserrat-Regular_400.ttf') format('truetype');
}

.Montserrat-Regular {
  font-family: 'Montserrat Regular', sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat Medium';
  src: url('../fonts/Montserrat-Medium_500.ttf') format('truetype');
}

.Montserrat-Medium {
  font-family: 'Montserrat Medium', sans-serif;
  font-weight: 500;
}

@font-face {
  font-family: 'Montserrat SemiBold';
  src: url('../fonts/Montserrat-SemiBold_600.ttf') format('truetype');
}

.Montserrat-SemiBold {
  font-family: 'Montserrat SemiBold', sans-serif;
  font-weight: 600;
}


@font-face {
  font-family: 'Montserrat Bold';
  src: url('../fonts/Montserrat-SemiBold_600.ttf') format('truetype');
}

.Montserrat-Bold {
  font-family: 'Montserrat Bold', sans-serif;
  font-weight: 700;
}



body {
    background-color: #EBEBEB;
    text-rendering: optimizeLegibility;
    font-family: 'Montserrat Medium', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
}

html {
	hyphens: auto;
}

.no-hyphens {
	hyphens: none !important;
}

/* A:LINK */

a {
    color: #094596;
    outline: 0;
}

a:visited {
    color: ;
}

a:hover {
    color: #333;
}

a:active {
    color: #094596;
}

.btn:visited {
  color:;
}

/* A disabled */

.disabled {
   pointer-events: none;
   cursor: default;
   color: #fff !important;
}

/* GLOBAL BUTTON cursor: pointer */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

/* OBJECT, EMBED */

object, embed { 
  outline: 0;
}

/* IMG */

img {
	max-width: 100%;
}

/* COLORS */

.text-black {
  color: #000;
}

.c-ci {
	color: #094596;
}

.c-blue {
	color: #094596;
}

.bg-blue {
	background-color: #094596;
  color: #fff;
}

.bg-dark-blue {
	background-color: rgba(30, 70, 123, 1);
  color: #fff;
}

.bg-dark-blue a {
  color: #fff;
}

.bg-blue-box {
  background-color: rgba(30, 70, 123, 1);
  /*background: linear-gradient(0deg,rgba(52, 103, 171, 1) 69%, rgba(235, 235, 235, 1) 70%);*/
  color: #fff;
}

.icon-home {
  width: 120px;
  margin-bottom: 25px;
}

#logo .bg-white {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.bgc-ci {
	/*background-color: #094596;*/
	color: #fff;
	background: #094596 !important;
}

.bgc-s {
	/*background-color: #094596;*/
	color: #fff;
	background: #333 !important;
}

.bg-s-textur {
    /*background: #333 url("../images/brilliant.png") repeat !important;*/
    background: #333 url("../images/classy-fabric.png") repeat !important;
    color: #fff;
}

.bgc-white {
	background-color: #fff;
}

.bgc-l-grey {
	background-color: #f2f2f2;
}

.bgc-d-grey {
	background-color: #666;
	color: #fff;
}


/* DS */

.ds {
	display: block;
}

@media (max-width: 575px) {

	.ds {
		display: none !important;
	}
	
}

/* MS */

.ms {
	display: none; 
}

@media (max-width: 575px) {
	
	.ms {
		display: block; 
	}
	
}


/* WRAPPER fix width 1280px */

/*

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.nv-over {
    max-width: 1280px;
}

*/


/* LOGO */

.logo {
	width: 250px;
	transition: all 0.3s;
	margin: 0;
  padding: 5px;
}

@media (max-width: 575px) {

	.logo-m {
		width: 100%;
	}

  .logo {
		width: 100%;
    padding-top: 15px;
	}
	
}

.logo-w {
  max-width: 600px;
}

@media (max-width: 575px) {

	.logo-w {
		display: none;
	}

}


/* Firmenlogos */

.logos {
  max-width: 250px;
}

/* H1 */

.h1, h1 {
	font-size: 2rem;
	text-transform: ;
	color: #094596;
	letter-spacing: 2px;
  font-family: 'Montserrat Bold', sans-serif;
  font-weight: 700;
}

.h2, h2 {
	font-size: 1.2rem;
	color: #333;
  font-family: 'Montserrat Light', sans-serif;
  font-weight: 300;
}

.h3, h3 {
	font-family: 'Montserrat Regular', sans-serif;
  font-weight: 400;
}

.h4, h4 {
	font-family: 'Montserrat Regular', sans-serif;
  font-weight: 400;
}

.h5, h5 {
	font-family: 'Montserrat Regular', sans-serif;
  font-weight: 400;
}

@media (max-width: 575px) {

	.h1, h1 {
    	font-size: 1.5rem;
    	padding-bottom: .8rem;
	}
	
}

/* section background color */

.s-bg-c {
	background-color: #f2f2f2;
}

/* footer bottom section background color */

.s-f-bg-c {
	background-color: #222 !important;
}

/* shadows transitions hover */

.img-clip-path-hover {
  transition: transform 0.3s ease;
}

.img-clip-path-hover:hover {
  clip-path: polygon(50% 8%, 100% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0 0, 0 0);
  transform: translateY(-10px);
}

.shadows {
  box-shadow: 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shadows:hover {
  box-shadow: 0px 0px 30px rgba(11, 69, 151, 0.5);
  transform: translateY(-10px);
}

.transitions {
  transition: transform 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

/* NAVBAR ################################################################ NAVBAR */

nav {
	transition: all 0.3s;
}

@media (max-width: 575px) {
	
	/* if Logo Mobile on Top */
	nav {
		position: inherit !important;
	}
	
}

.navbar-dark .navbar-brand {
    color: #fff !important;
}


/* CI Color */
.bg-dark {
  /*background-color: #094596 !important;*/
  /*background: #094596 url(../images/fpb.png) repeat !important;*/
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}

.bg-dark-grey {
    background-color: #333;
}

.nv-over {
	  /*background-color: rgba(255,255,255,.95) !important;*/
	  /*background-color: transparent !important; */
    /*background: rgba(255,255,255,1) !important;*/
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    position: ; /*fixed*/
    z-index: 1095;
    width: 100%;
    min-height: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*text-shadow: 1px 1px #000;*/
}

@media (max-width: 1199px) {
	
	.nv-over {
		min-height: auto;
	}
	
	.nv-over {
    	background: rgba(255,255,255,1) !important;
    	margin-top:0;
    	position:;
    	z-index: 1095;
    	width: 100%;
	}
	
}

.bgs {
	background: transparent !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height:;
    
}

.bgs .logo {
    width: 100px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.bg-head {
	background-color: #094596;
	color: #fff;
}

.bg-head a {
	color: #fff;
}

.bg-head a:hover {
	color: #f2f2f2;
}

.bgs-dropdown {
	background: #094596 !important;
}


/* edit CI Color Links */
.navbar-dark .navbar-nav .nav-link {
    /* color: rgba(255,255,255,.5) !important; */
    color: #333;
    padding-right: .6rem;
	padding-left: .6rem;
    font-weight: 600;
}

/*.navbar-dark .navbar-nav .nav-link:hover {
    color: #333;
    text-decoration:;
    background-color: rgba(255,255,255,.0) !important;
    border-bottom: 2px solid #333;
    margin-bottom: -2px;
}*/

.navbar-dark .navbar-nav .nav-link {
  position: relative;
  color: #333;
  text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid rgb(8, 69, 150);
  margin-bottom: -2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0) !important;
}

.active a {
    color: #333 !important;
    background: rgba(255,255,255,.0);
    border-bottom: 2px solid rgb(8, 69, 150);
    margin-bottom: -2px;
}


@media (max-width: 1300px) and (min-width: 1200px) {
	
	.navbar-dark .navbar-nav .nav-link {
    font-size: 0.9rem;
  }
	
}


nav .container {
    max-width: 100%;
}

nav .container {
    max-width: 100%;
}

nav .container {
    max-width: 100%;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:visited, .navbar-dark .navbar-nav .nav-link:active {
  color: #333;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #333;
}

/* linear-gradient BG ################################################################ linear-gradient BG */

.bg-block-1 {
	background-image: linear-gradient( 135deg, #f1f1f1 10%, #f3f3f3 100%);
}

.bg-block-2 {
	background-image: linear-gradient( 135deg, #fefdfb 10%, #fdf3d7 100%);
}

.bg-block-3 {
	background-image: linear-gradient( 135deg, #fdfeff 10%, #f1fcff 100%);
}

.card {
	border-left: 18px solid rgba(52, 103, 171, 1);
}


/* OPACITY:HOVER ################################################################ OPACITY:HOVER */

.opho {
    flex-shrink: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.opho:hover {
	opacity: .7;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.hoop {
	opacity: .8;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.hoop:hover {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

/* zoom:hover */

.zoomho {
	transition: all .2s ease-in-out;
}

.zoomho:hover {
	transform: scale(1.1);
}


/* LE-BOX ################################################################ LE-BOX */

.le-box {
	background-color: #F9F9F9;
	border-bottom:1px solid #ddd;
	border-left: 8px solid #094596;
	min-height: 80px;
}

.le-box .fas, .le-box .far, .le-box .fal {
	font-size: 3rem;
	color: #094596;
}


/* LE-BOX 2 ################################################################ LE-BOX 2 */

.le-box-2-inner {
    border: 1px solid #094596;
    margin-left: 35px;
    transition: .3s;
}
.le-box-2-img {
    float: left;
    margin-left: -40px;
    margin-right: 18px;
    margin-top: 28px;
}
.le-box-2-text {
    padding-right: 10px;
}
.le-box-2-text {
    overflow: hidden;
    padding: 28px 0 25px;
}
.le-box-2-text h4 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.le-box-2-text h4::before {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}
.le-box-2-wrapper:hover .le-box-2-inner {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.le-box-2-text p {
    margin-bottom: 0;
}


/* VIDEO IN BACKGROUND ################################################################ VIDEO IN BACKGROUND */


#video {
	max-height: 100%;
	overflow: hidden;
	position: relative;
}

#video-background {
	min-width: 100%;
	max-width: 100%; 
	height: auto;
	width: auto; 
	height: auto;
	z-index: -1;
}

.video-overlay {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  text-shadow: 2px 2px rgba(0,0,0,.6);
  color: rgba(255,255,255,.8);
}

.video-desc {
  font-size: 4rem;
  text-shadow: 2px 2px rgba(0,0,0,.6);
  color: rgba(255,255,255,.8);
}

@media (max-width: 768px) {
	
	.video-desc {
  		font-size: 3rem;
	}

}

@media (max-width: 575px) {
	
	.video-desc {
  		font-size: 2rem;
	}

}

/* tab panel ################################################################ tab panel */

#mytab .nav-tabs > a {
  border-radius: 0;
  border: 0;
}

#mytab .nav-tabs > a:hover {
  background-color: #ccc;
  color:
}

#mytab .active {
  border-radius: 0;
  background-color: #f5f5f5;
  color:;
}

#mytab .tab-pane {
  color:;
  background-color: #f5f5f5;
  padding: 15px;
}

/* DROPDOWN-MENU ################################################################ DROPDOWN-MENU */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    color: ;
    text-align: left;
    list-style: none;
    background-color: rgba(0,0,0,.6);
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
    margin-top: 2px;
}

.dropdown-item {
	color: #fff !important;
	font-size: .9rem;
}

.dropdown-item:hover {
	background-color: rgba(0,0,0,.8);
	color: #fff !important;
}

.dropdown:hover > .dropdown-menu {
	display: block;
}

@media (max-width: 768px) {
	
	.dropdown > .dropdown-menu {
		display: block;
		background-color: transparent;
	}
	
	.dropdown-menu {
		display: block;
		background-color: transparent;
	}
	
	.dropdown-item {
		background-color: transparent;
		color: #fff;
	}
	
	.dropdown-item a {
		background-color: transparent;
		color: #fff;
	}
	
	.dropdown-item:hover {
		background-color: rgba(0,0,0,.2);
	}
	
}

/* HEADER ################################################################ HEADER */

header {
	margin-top: 65px;
}

header img {
	width: 100%;
}

@media (max-width: 575px) {

	header {
		margin-top: 100px;
	}
	
}

/*#head-d a:hover {
		text-decoration: underline !important;
}*/

#head-d a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid rgb(8, 69, 150);
  margin-bottom: -2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

#head-d a:hover::after {
  transform: scaleX(1);
}

/* MAPS/CONTACT ################################################################ MAPS/CONTACT */

.s-maps {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	width: 100%;
	max-height: 510px
}
	
.s-mo {
	width: 100%;
	min-height: 510px;
	position: absolute;
}



/* MAP ################################################################ MAP */

.map {
  height: 30rem;
}

@media (max-width: 575px) {
  .map {
    height: 20rem;
  }
}

.map iframe {
  pointer-events: ;
}


/* BUTTON ################################################################ BUTTON */

.button {
	display: inline-block;
	margin: 10px 10px 10px 0;
	padding: 15px 40px;
	overflow: hidden;
	cursor: pointer;
	background-color: #333;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-decoration: none;
	border: 0;
	font-size: .9em;
}

.button:hover {
	background-color: #7DA961;
	color: #333;
}


/* ICON SCROLL ################################################################  ICON SCROLL */

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 75%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 5px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}


/* REF MOREPICTURE ################################################################ REF MOREPICTURE */

.picture-list-more .morepix_btn {
  float: right;
  padding: .6em 1.1em;
  margin: 1em 0 .5em 0;
  margin-right: 2%;
  background-color: #777;
  color: #FFF;
  border: none;
  cursor: pointer;
}

.picture-list-more .morepix_btn:hover {
  background-color: #444;
}

.picture-list-more .morepix {
  display: none;
}

.picture-list-more .pic-back {
    display: block;
    float: left;
    overflow: hidden;
    width: 23%;
    /*margin: 2% 2% 0 0;*/
    margin: 0 2% 2% 0;
    margin-left: 0;
    line-height:;
    position: relative;
}

.picture-list-more .pic-back img {
  width: 100%;
  height: auto;
}

.picture-list-more .pic-back span {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 4%;
    position: absolute;
    bottom: 0;
}

.picture-list-more .pic-back {
    width: 23%;
}

/*.picture-list-more a {
    display: ;
    float: ;
    overflow: hidden;
    width: 100%;
    margin:0;
    margin-left: 0;
    line-height: 0;
    position: ;
}

.picture-list-more a span {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, .85);
    color: #333;
    padding: 15px 10px 15px 10px;
    position: absolute;
    bottom: 0;
}

.picture-list-more a {
    width: 100%;
}*/

@media (max-width: 1092px) {
	.picture-list-more .pic-back {
    	width: 48%;
        min-height: 200px;
	}
}

@media (max-width: 690px) {
	.picture-list-more .pic-back {
    	width: 48%;
        min-height: 100px;
	}
}

/* HR.STYLE <hr class="style-1"> ################################################################ HR.STYLE */


hr.style-1 {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr.style-2 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-3 {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* FOOTER ################################################################ FOOTER */

footer section {
	/*-webkit-box-shadow: inset 0px 4px 6px 10px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.6);
	box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.6);*/
	/*background: #094596 !important;*/
	/*-webkit-box-shadow: inset 0px 20px 19px -10px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 20px 19px -10px rgba(0,0,0,0.6);
	box-shadow: inset 0px 20px 19px -10px rgba(0,0,0,0.6);*/
}

footer {
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

@media (max-width: 575px) {

	footer {
		text-align: center !important;
	}
	
	footer .text-right {
		text-align: center !important;
	}
	
	footer .text-left {
		text-align: center !important;
	}
	
}


/* CONSENT ################################################################ CONSENT */

.consent {
    font-size: .9rem;
}

.consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

/* IMPRESSUM DATENSCHUTZ ################################################################ IMPRESSUM DATENSCHUTZ */

.dsgvo h1 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.dsgvo h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.dsgvo h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}


/* sticky ################################################################ sticky */

.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    background-color:;
    z-index: 2010;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.8);*/
}


/* INDIVIDUAL ################################################################ INDIVIDUAL */

.hero-overlay {
  background: rgba(11,69,151, 0.8);
  /*background: rgba(11, 69, 151, 0.7);*/
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}

@media (max-width: 690px) {
  .hero-overlay {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  }
}

.header-u {
  padding-top: 100px;
}

.bg-light {
  background-color: #EBEBEB !important;
}

.w-100-h {
  width: 100%;
}

@media (max-width: 690px) {
  .w-100-h {
    width: 95%;
    padding-left: 15px;
  }
}

.cursor-pointer:hover {
  cursor: pointer;
  cursor: hand;
  color: #094596 !important;
}

.tel-or {
  position: absolute;
  top: 75px;
  right: 8%;
  max-width: 260px;
  z-index: -1;
}

.tel-or-span {
  background: #fff;
  padding: 10px 20px;
  line-height: 1.5rem;
  -webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.35);
}

.fa-hover:hover {
  color: rgb(90, 90, 90);
}


.img-clip-path {
  /*clip-path: polygon(50% 10%, 100% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0 0, 0 0);*/
  clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0 100%);
  transition: transform 0.3s ease;
}

.img-clip-path-2 {
  /*clip-path: polygon(50% 10%, 100% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0 0, 0 0);*/
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  transition: transform 0.3s ease;
}

.img-clip-path-05 {
  /*clip-path: polygon(50% 10%, 100% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0 0, 0 0);*/
  clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 99%);
  transition: transform 0.3s ease;
}

.box-clip-path {
  /*clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);*/
  /*clip-path: polygon(50% 5%, 100% 0, 100% 100%, 50% 95%, 0 100%, 0% 0%);*/
  clip-path: polygon(1% 50%, 0 0, 50% 5%, 50% 5%, 100% 0, 99% 51%, 99% 50%, 100% 100%, 50% 95%, 50% 95%, 0 100%, 1% 50%);
  transition: transform 0.3s ease;
}

svg {
  margin-top: 20px;
  margin-bottom: 20px;
}


#bg-0 {
  width: 100%;
  height: auto;
  background: url(../images/bg.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #bg-0 {
    background-attachment: fixed;
  }
}

#bg-0:before {
  content: "";
  background: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}


#bg-1 {
  width: 100%;
  height: auto;
  background: url(../images/bg.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  #bg-1 {
    background-attachment: fixed;
  }
}

#bg-1::before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}


#bg-2 {
  width: 100%;
  height: auto;
  background: url(../images/bg.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  #bg-2 {
    background-attachment: fixed;
  }
}

#bg-2::before {
  content: "";
  /*background: rgba(18,148,255, 0.9);
  background-image: linear-gradient( 135deg, rgba(54,154,201,0.85) 10%, rgba(0,65,120, 0.8) 100%);*/
  background-image: linear-gradient( 135deg, rgba(11,69,151, 0.85) 10%, rgba(11,69,151, 0.8) 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}


#bg-3 {
  width: 100%;
  height: auto;
  background: url(../images/bg_f_3.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  #bg-3 {
    background-attachment: fixed;
  }
}

#bg-3::before {
  content: "";
  /*background: rgba(18,148,255, 0.9);
  background-image: linear-gradient( 135deg, rgba(54,154,201,0.85) 10%, rgba(0,65,120, 0.8) 100%);*/
  background-image: linear-gradient( 135deg, rgba(11,69,151, 0.9) 10%, rgba(11,69,151, 0.9) 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.container-fluid {
  /*padding-right: 1px;
  padding-left: 1px;*/
}

@media (max-width: 768px) {

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

}

.sh-100 {
    height: 100vh !important;
    background-color: #000 !important;
    margin-top: 0;
}

@media (max-width: 575px) {

    .sh-100 {
        height: 60vh !important;
        margin-top: 160px;
    }
	
}

.head-bg-img {
    background: url('../images/bg.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #000;
    position: relative ;
    /*filter: brightness(0.5);*/
}

.head-bg-img:before {
  content: "";
  background: rgba(6, 12, 34, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: inherit;
}

@media (max-width: 690px) {

    .head-bg-img {
        background-attachment: inherit !important;
    }
	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.head-bg-img {
        background-attachment: inherit !important;
    }
}

.span-bg {
    background-color: rgba(255,255,255,.2);
    padding: 15px 15px;
}

.display-1 {
    font-size: 4rem;
    font-weight: 900;
}

.display-2 {
    font-size: 3rem;
}

.display-3 {
    font-size: 2.8rem;
}

.display-4 {
    font-size: 2.6rem;
}

@media (max-width: 690px) {

    .display-1 {
        font-size: 2.8rem;
        font-weight: 900;
    }

    .display-2 {
        font-size: 2.4rem;
    }

    .display-3 {
        font-size: 2rem;
    }

    .display-4 {
        font-size: 1.6rem;
    }

}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  z-index: 50;
}
.overlay:before {
  content: "";
  background: #094596;
  left: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: left 0.35s ease;
}
.overlay:after {
  content: "";
  background: #094596;
  right: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: all 0.35s ease;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.overlay.open:before {
  left: 0;
}
.overlay.open:after {
  right: 0;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  z-index: 100;
}

@media (max-width: 690px) {

  .overlay nav {
    font-size: 25px !important;
  }

}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-family: 'Montserrat Regular', sans-serif;
  font-weight: 400;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


/* CRI - CopyRightInfo - Bildnachweise ################################################################ Info-Button über den Fotos, Grafiken und Videos */

.cri-wrapper {
    position: relative;
  }
  
  .cri-responsive {
    width: 100%;
    height: auto;
  }
  
  .cri-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: #333 !important;
    background-color: transparent !important;
  }
  
  .cri-overlay a {
    background: rgb(185, 185, 185, 0.8) !important;
    color: rgb(85, 85, 85) !important;
    padding: 2px 3px 1px 3px;
  }
  
  .cri-overlay a:hover {
    background: rgb(185, 185, 185, 1) !important;
    color: rgb(85, 85, 85) !important;
  }
  
  .cri-overlay a:focus, .cri-overlay a:visited, .cri-overlay a:active {
    color: rgb(85, 85, 85) !important;
  }
  


/* background gradient ################################################################ background gradient */


.bg-radial-gradient {
    background-image: -moz-radial-gradient(50% 0%, ellipse cover, #354751, #000000 100%);
    background-image: -webkit-radial-gradient(50% 0%, ellipse cover, #354751, #000000 100%);
    background-image: -o-radial-gradient(50% 0%, ellipse cover, #354751, #000000 100%);
    background-image: -ms-radial-gradient(50% 0%, ellipse cover, #354751, #000000 100%);
    background-image: radial-gradient(50% 0%, ellipse cover, #354751, #000000 100%);
    background-color: #354751;
    
/*354751 EED069*/
}


.bg-l-r {
  /*background-image: linear-gradient( 135deg, #094596 10%, #034e7c 100%);*/
  background-image: linear-gradient( 135deg, rgba(41, 164, 221, 1) 10%, rgba(3, 94, 173, 1) 100%);
}


/* loader INDEX ################################################################ loader INDEX */

/*
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.9);
  z-index: 1200;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #094596;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FDB12B;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #094596;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

*/



/* Animated Text INDEX ################################################################ Animated Text INDEX */

@media (min-width: 768px) {
    
    .typewriter {
        overflow: hidden; /* Ensures the content is not revealed until the animation */
        border-right: .15em solid #094596; /* The typwriter cursor */
        white-space: nowrap; /* Keeps the content on a single line */
        margin: 0 auto; /* Gives that scrolling effect as the typing happens */
        animation: 
            typing 3.5s steps(40, end),
            blink-caret .75s step-end infinite;
        display: inline-block;
    }

    /* The typing effect */
    @keyframes typing {
        from { width: 0 }
        to { width: 100% }
    }

    /* The typewriter cursor effect */
    @keyframes blink-caret {
        from, to { border-color: transparent }
        50% { border-color: #094596; }
    }
    
}


/* REFERENZEN INDEX ################################################################ REFERENZEN INDEX */

.position-absolute { 
    z-index: 1090;
} 

.position-absolute img { 
    visibility: hidden;
    text-align: center;
}

.position-absolute:hover img { 
    visibility: visible;
    text-align: center;
}

/*.position-absolute:hover:before {
    color:red;
    font-size:24px;
    background-image: url(http://beta.chemnitzer-webdesign.de/bartel/haustechnik-hunger.de/images/r_overlay.png);
}*/

.position-absolute-description { 
    position: absolute;
    width: 100%;
    z-index: 1094;
    color: #fff;
    top: 48%;
    text-align: center;
    /*background-color: rgba(0,0,0,.2);
    height: 100%;
    padding-top: 48%;*/
}

.position-description .position-absolute-description { 
     visibility: hidden;
}

@media (max-width: 1024px) {
    
    .position-description .position-absolute-description { 
        visibility: visible;
        background-color: rgba(0,0,0,.5);
        padding: 10px 0 10px 0;
    }
    
}

.position-description:hover .position-absolute-description { 
    visibility: visible;
}


@media (min-width: 768px) {
    
    .imgb { 
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        transform: translate(-50%,-50%);
        z-index: 1080;
    }
    
}

.r-thumbnail {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.r-thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%,-50%);
}


/* .position::before ################################################################ .position::before */

/* 
Anker Sprungziel bei fixed-top Navigation
<a href="#Beispiel">Text</a>
<strong id="Beispiel" class="position">Text</strong>
*/

.position::before {
    display: block;
    content: "";
    height: 180px; /* Höhe Header */
    margin-top: -180px; /* Höhe Header */
    visibility: hidden;
}

/*
@media (max-width: 760px) {

    .position::before {
        display: block;
        content: "";
        height: 0;
        margin-top: -0px;
        visibility: hidden;
    }
	
}
*/

@media (min-width: 992px) {
  #navbarResponsive::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    background-color: rgba(255,255,255,1);
    clip-path: polygon(50% 0, 100% 0, 95% 100%, 5% 100%, 0 0);
    background-color: rgba(255, 255, 255, 0.8); /* 0.6 = 60% Deckkraft */
    width: 100%;
    z-index: -1;
    border-bottom: 0px solid #094596;
    /*backdrop-filter: blur(10px);*/

  }
}


/* BACK-TO-TOP ################################################################ BACK-TO-TOP */

.back-to-top {
	background: rgba(33,33,33,.7);
	font-weight: 800;
	color:#fff;
	position: fixed;
	bottom: 100px;
	right: 20px;
	padding: .8rem 0 0 1.2rem;
	width: 50px;
	height: 50px;
	border: 0px solid #000;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	z-index: 999999999999;
	
}

a.back-to-top {
	text-decoration: none !important;
	color: #fff;
}

a:hover.back-to-top {
	text-decoration: none !important;
	background-color: rgba(255,255,255,.7);
	color: #333;
}

/* txt-slides ################################################################ txt-slides */

#txt-slides-box {
  overflow: hidden;
  width: 100%;
  height: 250px;
  padding-top: 70px;
}

@media (max-width: 575px) {

	#txt-slides-box {
  		height: 350px;
	}
	
}

.item-1, 
.item-2, 
.item-3 {
	position: absolute;
	display: block;
	top: 0;
	width: 50%;
	height: auto;
	text-align: center;
	background-color: transparent;
	overflow-x: hidden;
	overflow-y: auto;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}


/* parallax ################################################################ parallax */

.s-pl-01 {
	min-height: 250px;
	background: url(../images/slider_big/slider_01.jpg) no-repeat center center;
	background-attachment: fixed;
	background-position-x: center;
	background-position-y: center;
	background-size: auto auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.s-pl-02 {
	min-height: 250px;
	background: url(../images/slider_big/slider_02.jpg) no-repeat center center;
	background-attachment: fixed;
	background-position-x: center;
	background-position-y: center;
	background-size: auto auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.s-pl-03 {
	min-height: 250px;
	background: url(../images/slider_big/slider_03.jpg) no-repeat center center;
	background-attachment: fixed;
	background-position-x: center;
	background-position-y: center;
	background-size: auto auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.s-pl-04 {
	min-height: 250px;
	background: url(../images/slider_big/slider_04.jpg) no-repeat center center;
	background-attachment: fixed;
	background-position-x: center;
	background-position-y: center;
	background-size: auto auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.s-pl-bg {
	background-color: rgba(0,0,0,.5);
}

@media (max-width: 575px) {

	.s-pl-01 {
		background-attachment: inherit;
	}
	.s-pl-02 {
		background-attachment: inherit;
	}
	.s-pl-03 {
		background-attachment: inherit;
	}
    .s-pl-04 {
		background-attachment: inherit;
	}
	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.s-pl-01 {
		background-attachment: inherit;
	}
	.s-pl-02 {
		background-attachment: inherit;
	}
	.s-pl-03 {
		background-attachment: inherit;
	}
    .s-pl-04 {
		background-attachment: inherit;
	}
}

/* BIG Font Awesome Font Size ################################################################ BIG Font Awesome Font Size */


.bfas .fas {
	/*font-size: 600%;*/
}

/* FontAwesome to <ul class="c-ul"><li>Lorem ipsum</li></ul> ################################################################ FontAwesome to */

ol {
	padding-left: 20px;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.c-ul ul {
  list-style-type: none;
  padding-left: 0;
}

.c-ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

.c-ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  /*font-weight: 900;*/
  font-weight: 400;
  content: "\f058";
  color: #094596;
}


/* ICON FontAwesome to <ul class="c-ul-icon"><li>Lorem ipsum</li></ul> ################################################################ FontAwesome to */

.c-ul-icon ul {
  list-style-type: none;
  padding-left: 0;
}

.c-ul-icon li {
  position: relative;
  padding-left: 70px;
  padding-top: 15px;
  margin-bottom: 10px;
}

.c-ul-icon-1 li:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/l-icon_01.png);
  background-size: 54px 54px;
  display: inline-block;
  width: 54px; 
  height: 54px;
  content: "";
}

.c-ul-icon-2 li:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/l-icon_02.png);
  background-size: 54px 54px;
  display: inline-block;
  width: 54px; 
  height: 54px;
  content: "";
}


.c-ul-icon-3 li:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/l-icon_03.png);
  background-size: 54px 54px;
  display: inline-block;
  width: 54px; 
  height: 54px;
  content: "";
}

.c-ul-icon-4 li:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/l-icon_04.png);
  background-size: 54px 54px;
  display: inline-block;
  width: 54px; 
  height: 54px;
  content: "";
}


/* timeline ################################################################ timeline */

.timeline-head-bg {
	background-color: #094596;
}

.timeline-section-bg {
	background-image: linear-gradient( 135deg, #ccd8e1 10%, #a3acb4 100%);
	/*background-color: #ccd8e1;*/
}

.timeline {
	margin-left: -90%;
}

.timeline ul li {
	list-style-type: none;
	position: relative;
	width: 6px;
	margin: 0 auto;
	padding-top: 50px;
	background: #094596;
}

.timeline ul li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: inherit;
}

.timeline ul li div {
	position: relative;
	bottom: -25px;
	width: 75vw;
	padding: 15px;
	background: rgba(255, 255, 255, 0.5);
}

.timeline ul li div::before {
	content: "";
	position: absolute;
	bottom: 25px;
	width: 0;
	height: 0;
	border-style: solid;
}

.timeline ul li:nth-child(odd) div {
	left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
	left: -15px;
	border-width: 15px 15px 15px 0;
	border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent;
}

.timeline ul li:nth-child(even) div {
	left: 45px;
}

.timeline ul li:nth-child(even) div::before {
	left: -15px;
	border-width: 15px 15px 15px 0;
	border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent;
}

.timeline h4 {
	font-size: 1.5em;
	font-weight: 200;
	color: #111;
}


@media only screen and (min-width: 992px) {
  
  .timeline {
	margin-left: 0;
  }
  
  .timeline ul li div {
    width: 400px;
  }
  
  .timeline ul li:nth-child(even) div {
    left: -439px;
  }
  
  .timeline ul li:nth-child(even) div::before {
    left: 400px;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  }

}

/* referenzen background ################################################################ referenzen background */

.pic-back {
    min-height: 190px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-position: center !important;
    border: 4px solid #fff;
}

.pic-click {
    min-height: 190px;
    display: block;
    text-decoration: none !important;
}

@media (max-width: 375px) {

    .pic-back {
        min-height: 100px;
    }
    
    .pic-click {
        min-height: 100px;
    }

}

.gallery a:hover {
		text-decoration: none !important;
}

/* e referenzen background ################################################################ e referenzen background */

/* INDIVIDUAL toggler ################################################################ INDIVIDUAL toggler */

.navbar-toggler {
    border: 0;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51, 51, 51, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51, 51, 51, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* NO or GO Google Maps */

.gmod {
  width: 100%;
  height: 400px;
  outline: 1px solid rgba(0,0,0,.3);
  position: relative;
  overflow: hidden;
}

.gmod .bg_map {
  position: absolute;
  top: -1%;
  left: -1%;
  height: 102%;
  width: 102%;
  background-image: url('../images/gmod-bg.png');
  background-repeat: repeat;
  background-position: 0 0;
  filter: blur(.3rem);
}

.gmod .opt_in_banner {
  background-color: rgba(120,120,120,.8);
  color: #fff;
  padding: 1em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: .85em;
}

.gmod .opt_in_banner .desc {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3em;
}

.gmod .opt_in_banner .desc a {
  color: inherit !important;
    text-decoration: underline;
}

.gmod .opt_in_banner .show_map_btn {
  display: inline-block;
  padding: .6em 1.2em;
  margin-bottom: .9em;
  background-color: #2AA549;
  color: #fff;
  border: none;
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,.3);
}

.gmod .opt_in_banner .show_map_btn:hover {
  background-color: #208039;
}

/* BFSG etc. */

.modal {
    z-index: 2050 !important;
  }

.btn-success {
    background-color: #1a732e !important;
  }

  .btn-outline-success {
    color: #2e753e;
    border-color: #2e753e !important;
  }

  .cri-wrapper {
    position: relative;
  }
  
  .cri-responsive {
    width: 100%;
    height: auto;
  }
  
  .cri-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
    color: #333 !important;
    background-color: transparent !important;
    padding: 2px 3px 1px 3px;
  }
  
  .cri-overlay a {
    background: #fff !important;
    color: #000 !important;
  }
  
  .cri-overlay a:hover {
    background: #fff !important;
    color: #000 !important;
  }

  .cri-overlay .card {
    z-index: 30;
  }
  
  .cri-overlay a:focus, .cri-overlay a:visited, .cri-overlay a:active {
    color: #000 !important;
  }

  .lightbox-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .lightbox-overlay img {
      max-width: 90%;
      max-height: 90%;
      box-shadow: 0 0 20px #000;
    }

    .lightbox-overlay.active {
      display: flex;
    }

    .lightbox-overlay::after {
      content: "×";
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 3rem;
      color: white;
      cursor: pointer;
    }

    @media screen and (max-width: 810px) {
      td {
        display:block;
        width: 100% !important;
      }

      .border-left{
        border-left: 0px !important;
      }
      
    }

  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
    background-color: black !important;
    border: 2px solid black;
  }

  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
    background-color: black !important;
    border: 2px solid black;
  }

  .carousel-control-next, .carousel-control-prev {
    opacity: 1;
    z-index: 2;
  }

  :focus-visible,
  *:focus-visible,
  .focus-visible-only:focus-visible {
    outline: 2px dashed #035fff !important;
    outline-offset: 2px !important;
    color: #035fff !important;
    background-color: rgba(255, 255, 255, 1) !important;
  }

  a:focus-visible,
  button:focus-visible,
  .button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  label:focus-visible,
  figure:focus-visible,
  [tabindex]:focus-visible {
    outline: 2px dashed #035fff !important;
    outline-offset: 2px !important;
    color: #035fff !important;
    background-color: rgba(255, 255, 255, 1) !important;
  }

  .focus-visible-logo:focus-visible {
    outline: 2px dashed #035fff !important;
    outline-offset: 2px !important;
    color: #035fff !important;
    background-color: rgba(0, 0, 0, 1) !important;
  }

  .focus-visible-only-footer-button:focus-visible {
    outline: 2px dashed #035fff !important;
    outline-offset: 2px !important;
    color: #035fff !important;
    background-color: rgba(255, 255, 255, 1) !important;
  }

  .focus-visible-logo:focus-visible {
    outline: 2px dashed #035fff !important;
    outline-offset: 2px !important;
    color: #035fff !important;
    background-color: rgba(255, 255, 255, 1) !important;
  }

  .using-mouse :focus,
  *:focus:not(:focus-visible) {
    outline: none !important;
  }