/* &copy; Rolf Bartel - rolf-bartel.de */

/* GLOBAL ################################################################ GLOBAL */

/* Global CI color #313131 */
/* Global A:LINK color #313131 


FF6100
255,97,0,


*/
body {
	background-color: #fff;
}

* {
	/*hyphens: auto;*/
  text-align:;
	/*word-break: break-all;*/
}

/* A:LINK */

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

a:visited {
    color: ;
}

a:hover {
    color: #333;
}

a:active {
    color: #313131;
}

.btn:visited {
  color:;
}

/* text-decoration none */

.text-decoration a, .text-decoration a:hover, .text-decoration a:visited, .text-decoration a:focus {
    text-decoration:none;
    color: #333;
}

/* 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%;
}


.wdh{display:none;}

/* COLORS */

.c-ci-yellow {
	color: #FF6100;
}

.c-ci {
	color: #313131;
}

.orange-bg:hover {
	background-color: #ECF3FA;
  color: #333;
}

ajsjhdh zdszg zgfdwuz bzhhhbb hgg hhhsgu dszezhdbb shdsh hb

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

.bgc-ci-head-info {
	/*background-color: #313131;*/
	color: #333 !important;
	background: #FF6100 !important;
  font-weight: 600;
}

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

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

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

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


/* 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: 150px;
	transition: all 0.3s;
	margin: 0;
}

@media (max-width: 575px) {

	.logo-m {
		width: 100%;
		/* background-color: #555; */
		/*background-color: rgba(170,58,58,.9) !important;*/
		/*background: rgba(170,58,58,.9) url(../images/fpb.png) repeat !important;*/
	}
	
}

/* H1 */

.h1, h1 {
	font-size: 2rem;
	text-transform: ;
	font-weight: 600;
	color: #646F7A;
	letter-spacing: 2px;
}

.h2, h2 {
	font-size: 1.1rem;
	font-weight: 300;
	color: #333;
}

.h3, h3 {
	font-weight: 300;
}

.h4, h4 {
	font-weight: 300;
}

.h5, h5 {
	font-weight: 300;
}

@media (max-width: 575px) {

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

/* H2 */

@media (max-width: 575px) {

	.h1, h1 {

	}
	
}

/* H3 */

@media (max-width: 575px) {

	.h1, h1 {

	}
	
}

/* 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 */

.shadows:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.transitions {
	-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;*/
        position:;
        width: 100%;
	}
	
}

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

.navbar-toggler {
    border: 0;
    background-color: #ecf3fa;
    padding: 5px;
}

/* https://www.color-hex.com/color/313131 */
.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");
}

/* A disabled */

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

@media (max-width: 575px) {
	
	.mfixed {
        position: fixed;
        z-index: 1090;
    }
	
}

/* CI Color */

.bg-dark-mobile-head {
    background-color: #313131 !important;
    border-bottom: 2px solid #fff;
}


.bg-dark {
    /*background-color: #313131 !important;*/
    /*background: #313131 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-footer {
    background-color: #313131 !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);
}

.nv-over {
	/*background-color: rgba(255,255,255,.95) !important;*/
	/*background-color: transparent !important; */

    background: rgba(0,0,0,.6) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    position: fixed;
    z-index: 1090;
    width: 100%;
    min-height: 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 988px) {
	
	.nv-over {
		min-height: auto;
	}
	
	.nv-over {
    	background: transparent !important;
    	margin-top:0;
    	/*position: absolute;*/
    	z-index: 1090;
    	width: 100%;
	}
	
}

.bgs {
	  background: rgba(41,41,41,0.9) !important; /* #313131 rgb(41,41,41,0.8) */
	  -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: auto;
    padding: 0.1rem 0.1rem;
    font-size:;
    
}

@media (max-width: 988px) {
	
  .bgs {
	  padding: .5rem 1rem;
    background: transparent !important;
  }

}

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

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


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

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

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

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

@media (max-width: 575px) {
	
	.navbar-nav .nav-link {
    color: #333 !important;
  }

}


@media (min-width: 1200px) {
	
	.navbar-nav .nav-link {
    padding-right: 2rem;
	  padding-left: 2rem;
  }

}

.navbar-nav .nav-link:hover {
    color: #333 !important;
    /*background-color: rgba(250,204,0,.4) !important;*/
    background-color: #ECF3FA !important;
    border-bottom: 0px solid rgb(250, 204, 0);
    margin-bottom: 0px;
}

.active a {
    color: #333 !important;
    background-color: #ECF3FA !important;
    border-bottom: 0px solid rgb(250, 204, 0);
    margin-bottom: 0px;
}

.show-active a {
    color: #fff !important;
    background: rgba(255,255,255,1);
    border-bottom: 0px solid #fff;
    margin-bottom: 0px;
    border-radius: 0;
}


/* edit CI Color Links */
.navbar-nav .nav-link_language {
  /* color: rgba(255,255,255,.5) !important; */
  color: #fff;
  padding-right: .6rem;
  padding-left: .6rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .navbar-nav .nav-link_language {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.navbar-nav .nav-link_language:hover {
  color:transparent;
  filter: none;
  -webkit-filter: grayscale(100%);
}

@media (max-width: 768px) {
  .active a {
    color: #111 !important;
    background-color: #ECF3FA !important;
    border-bottom: 0px solid rgb(250, 204, 0);
    margin-bottom: 0px;
  }
}


/* nav center - logo over navbar */

@media (min-width: 1025px) {
	
	.navbar-nav {
    /* color: rgba(255,255,255,.5) !important; */
    /*width: 70%;*/
    display:flex;
    justify-content: center;
  }

}

nav .container {
  max-width: ;
}

@media (min-width: 736px) {
	
	.logo-on-top-nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

}

@media (min-width: 992px) {
	
	.navbar .navbar-nav {
    border-bottom: 0px solid #fff;
    border-top: 0px solid #fff;
    margin-bottom: 0px;
    margin-top: 0px;
  }

}


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

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

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

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







/* 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 #313131;
	min-height: 80px;
}

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




/* 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:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.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: 0;
  border-bottom: 35px solid #ECF3FA;
}

header img {
	width: 100%;
}

@media (max-width: 575px) {

	header {
		padding-top: 0px;
    border-bottom: 15px solid #ECF3FA;
	}

}




/* 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;
}

.maps-ibf {
		border:0;min-height:960px;width:100%;
}

@media (max-width: 992px) {
	
        .maps-ibf {
            border:0;min-height:450px;width:100%;
        }
    
    input[type=file] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 250px;
    }

}


/* 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;
}






/* 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 a {
    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 a img {
  width: 100%;
  height: auto;
}

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

.picture-list-more a {
    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: 690px) {
	.picture-list-more a {
    	width: 100%;
	}
}





/* 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: #292929 !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: 768px) {

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

@media (max-width: 767px) {

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

.footer-end-bg {
  background: #212121 !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.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

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

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



/* Mobile Nav Logo Zoom ################################################################ */

.monalozo-container {
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.monalozo {
    width: 180px !important; /* Pixel Logo smaller zoom */
    -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;
    /*padding-top: 10px;*/
}

.monalozo-back {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}






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




.border-blue {
border-bottom: 5px solid #ECF3FA;
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}


@media (max-width: 988px) {

  .navbar-nav .nav-link {
    color: #333 !important;
  }

  .navbar-collapse {
      position: fixed;
      top: 70px;
      right: 0;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      width: 50%;
      height: 100%;
      background-color: #ECF3FA;
  }

  .navbar-collapse.collapsing {
      right: -75%;
      transition: height 0s ease;
  }

  .navbar-collapse.show {
      right: 0;
      transition: right 300ms ease-in-out;
      border-top-left-radius: 10px;
      padding-top: 15px;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
      transition: right 500ms ease-in-out;
  }
}


@media (max-width: 575px) {
  .navbar-collapse {
      top: 55px;
      width: 80%;
  }
}
















.header-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.gradient-gray-1 {
  background: #fff;
}

.gradient-gray-2 {
  background: #fff;
}

/*.gradient-gray-1 {
  background: rgb(226,226,226);
  background: linear-gradient(145deg, rgb(239, 238, 238) 50%, rgb(231, 231, 231) 50%);
}

.gradient-gray-2 {
  background: rgb(226,226,226);
  background: linear-gradient(220deg, rgb(239, 238, 238) 50%, rgb(231, 231, 231) 50%);
}*/

.z-index-1 {
  z-index: +1;
}


.grayscale:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.lh:hover .link-cic-hover {
  color: #646F7A !important;
  text-decoration: underline;
}



#faq .card {
  margin-bottom: 30px;
  border: 0;
  background-color: ;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background-color: rgba(206, 206, 206, 1);
  /*background-color: rgba(197, 227, 219,1);*/
  color: #333;
  padding: 20px;
  font-size: 1.2rem;
}

#faq .card .card-header .btn-header-link:hover {
  background-color: rgba(206, 206, 206, 1) !important;
  /*background-color: rgba(197, 227, 219,1);*/
}

#faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

@media (max-width: 690px) {
	#faq .card .card-header .btn-header-link:after {
    display: none;
  }
}

#faq .card .card-header .btn-header-link.collapsed {
  background: rgba(206, 206, 206, 0.7);
  color: #333;
  font-size: 1.2rem;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

@media (max-width: 690px) {
	#faq .card .card-header .btn-header-link.collapsed:after {
    display: none;
  }
}

#faq .card .collapsing {
  background: #f8f8f8;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #f8f8f8;
  line-height: 30px;
  color: #333;
}


.flag-accordion-content {
  top: -7px;
  right: 0px;
}

.flag-accordion-content-size {
  max-height: 30px;
}

.flag-accordion-content-size:hover {
  max-height: 30px;
}





















#yellow .card-header {
  background-color: rgba(240, 200, 0, 0.3);
}

.gradient-home {
  background: rgb(242,242,242);
  background: linear-gradient(0deg, rgba(242,242,242,1) 50%, rgba(242,240,232,1) 52%, rgba(255,97,0,1) 100%);
}





/* 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: transparent !important;
  color: rgb(85, 85, 85) !important;
}

.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;
}





/* CTA ################################################################ CTA */


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


@media (max-width: 768px) {

        #cta .display-2 {
                font-size: 3.2rem;
            }

        #cta .display-4 {
                font-size: 2rem;
            }

        #cta h4 {
                font-size: 1rem;
            }

        #cta .btn {
                width: 100%;
            }

        }

        @media (max-width: 575px) {

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

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

        #cta h4 {
                font-size: 1rem;
            }

        #cta .btn {
                width: 100%;
            }

        }



/* .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: 200px; /* Höhe Header */
    margin-top: -200px; /* Höhe Header */
    visibility: hidden;
}

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

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


/* 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/header.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/header.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/header.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;
	}
	
}

@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;
	}
}





/* 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: #4192C7;
}


/* 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: #313131;
}

.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: #313131;
}

.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 #f2f2f2;
}

.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 */



/* animated toggler ################################################################ animated toggler */

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #fff;
}

.animated-icon2 span {
background: #fff;
}

.animated-icon3 span {
background: #fff;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}




/* 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 */

	.text-black {
		color: #000;
	}
    
    .text-danger {
        color: #bb232f !important;
    }

	.bg-black {
		background-color: black !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;
		color: #333 !important;
		background-color: transparent !important;
	}
	
	.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;
	}

	.gmod .opt_in_banner {
		background-color: rgba(0,0,0,1);
		color: #fff;
	}

	.gmod .opt_in_banner .show_map_btn {
		border-color: #2e753e !important;
        background-color: #2e753e;
	}

	.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, 0.8) !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, 0.8) !important;
	}

	.focus-visible-logo:focus-visible {
		outline: 2px dashed #035fff !important;
		outline-offset: 2px !important;
		color: #035fff !important;
		background-color: rgba(0, 0, 0, 0.8) !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, 0.8) !important;
	}

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