.brand_blue1_bg { background: #00608d;} /* #### rgba(0,96,141,1) - dark blue #### */
.brand_blue1light_bg { background: #cce0e8; color: #00608d !important;} /* #### rgba(0,96,141,1) - dark blue 20% Deckkraft #### */
.brand_blue1light_bg .boxTitle { color: #00608d !important;} /* #### rgba(0,96,141,1) - dark blue 20% Deckkraft #### */
.brand_blue2_bg { background: #64c4e0;} /* #### rgba(99,197,224,1) - bright blue #### RAUM */
.brand_green1_bg { background: #4baba5;} /* #### rgba(76,171,164,1) - turquoise green #### GEBÄUDE*/
.brand_green2_bg { background: #3b5c56;} /* #### rgba(59,92,86,1) - dark green #### VERANSTALTUNG */
.brand_green2light_bg { background: #c3cecc; color: #3b5c56 !important; } /* #### rgba(59,92,86,1) - dark green 30% Deckkraft #### TREND REPORTS */
.brand_green2light_bg .boxTitle { color: #3b5c56 !important;} /* #### rgba(59,92,86,1) - dark green 30% Deckkraft #### TREND REPORTS */
.brand_green3_bg { background: #99c033;} /* #### rgba(154,192,51,1) - fresh green #### KOPT */
.brand_green4_bg { background: #25929d;} /* #### rgba(38,147,158,1) - trend green #### TREND REPORTS */
.brand_grey1_bg { background: #494948;} /* #### rgba(73,73,72,1) - dark grey #### body text */
.brand_grey2_bg { background: #cccccc;} /* #### rgba(204,204,204,1) - medium grey ####  */
.brand_grey3_bg { background: #f7f7f7;} /* #### rgba(247,247,247,1) - bright grey ####  */
.brand_black_bg { background: #000000;} /* #### rgba(0,0,0,1) - black ####  */
.brand_white_bg { background: #ffffff;} /* #### rgba(255,255,255,1) - white ####  */
.brand_transparent_bg { background: transparent;} /* #### rgba(255,255,255,0) - transparent ####  */


li.special.brand_blue1_li::before,
.brand_blue1,
li.special.brand_blue1light_li::before,
.brand_blue1light { color: #00608d;} /* #### rgba(0,96,141,1) - dark blue #### */
li.special.brand_blue2_li::before,
.brand_blue2 { color: #64c4e0;} /* #### rgba(99,197,224,1) - bright blue #### RAUM */
li.special.brand_green1_li::before,
.brand_green1 { color: #4baba5;} /* #### rgba(76,171,164,1) - turquoise green #### GEBÄUDE */
li.special.brand_green2_li::before,
.brand_green2,
li.special.brand_green2light_li::before,
.brand_green2light { color: #3b5c56;} /* #### rgba(59,92,86,1) - dark green #### VERANSTALTUNG */
li.special.brand_green3_li::before,
.brand_green3 { color: #99c033;} /* #### rgba(154,192,51,1) - fresh green #### KOPT */
li.special.brand_green4_li::before,
.brand_green4 { color: #25929d;} /* #### rgba(38,147,158,1) - trend green #### TREND REPORTS */
li.special.brand_grey1_li::before,
.brand_grey1 { background: #494948;} /* #### rgba(73,73,72,1) - dark grey #### body text */
li.special.brand_grey2_li::before,
.brand_grey2 { background: #cccccc;} /* #### rgba(204,204,204,1) - medium grey ####  */
li.special.brand_grey3_li::before,
.brand_grey3 { background: #f7f7f7;} /* #### rgba(247,247,247,1) - bright grey ####  */
li.special.brand_black_li::before,
.brand_black { color: #000000;} /* #### rgba(0,0,0,1) - black ####  */
li.special.brand_white_li::before,
.brand_white { color: #ffffff;} /* #### rgba(255,255,255,1) - white ####  */
li.special.brand_transparent_li::before,
.brand_transparent { color: transparent;} /* #### rgba(255,255,255,0) - transparent ####  */

.brand_blue1_border { border-color: #00608d;} /* #### rgba(0,96,141,1) - dark blue #### */
.brand_blue2_border { border-color: #64c4e0;} /* #### rgba(99,197,224,1) - bright blue #### RAUM */
.brand_green1_border { border-color: #4baba5;} /* #### rgba(76,171,164,1) - turquoise green #### GEBÄUDE */
.brand_green2_border { border-color: #3b5c56;} /* #### rgba(59,92,86,1) - dark green #### VERANSTALTUNG */
.brand_green3_border { border-color: #99c033;} /* #### rgba(154,192,51,1) - fresh green #### KOPT */
.brand_green4_border { border-color: #25929d;} /* #### rgba(38,147,158,1) - trend green #### TREND REPORTS */
.brand_grey1_border { border-color: #494948;} /* #### rgba(73,73,72,1) - dark grey #### body text */
.brand_grey2_border { border-color: #cccccc;} /* #### rgba(204,204,204,1) - medium grey ####  */
.brand_grey3_border { border-color: #f7f7f7;} /* #### rgba(247,247,247,1) - bright grey ####  */
.brand_black_border { border-color: #000000;} /* #### rgba(0,0,0,1) - black ####  */
.brand_white_border { border-color: #ffffff;} /* #### rgba(255,255,255,1) - white ####  */
.brand_transparent_border { border-color: transparent;} /* #### rgba(255,255,255,0) - transparent ####  */


.btn,
.btn:visited,
a.btn,
a.btn:visited {
	border-weight: 1px;
	border-style: solid; 
	outline: none !important;
}
.btn:hover,
.btn:focus,
.btn.active,
a.btn:hover,
a.btn:focus,
a.btn.active {
	outline: none !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:not(.btn-ghost),
.btn:not(.btn-ghost):visited,
a.btn:not(.btn-ghost),
a.btn:not(.btn-ghost):visited {
	color: #ffffff;
}


.brand_blue1_btn { border-color: rgba(255,255,255,0.2); background: rgba(0,96,141,1); color: #ffffff;} 
.brand_blue1_btn:hover { border-color: rgba(0,96,141,1);background: rgba(0,96,141,0.75); color: #ffffff}
.brand_blue2_btn { border-color: rgba(255,255,255,0.2); background: rgba(99,197,224,1); color: #ffffff;} 
.brand_blue2_btn:hover { border-color: #64c4e0;background: rgba(99,197,224,0.75); color: #ffffff}
.brand_green1_btn { border-color: rgba(255,255,255,0.2); background: rgba(76,171,164,1); color: #ffffff;} 
.brand_green1_btn:hover { border-color: #4baba5;background: rgba(76,171,164,0.75); color: #ffffff}
.brand_green2_btn { border-color: rgba(255,255,255,0.2); background: rgba(59,92,86,1); color: #ffffff;} 
.brand_green2_btn:hover { border-color: #3b5c56;background: rgba(59,92,86,0.75); color: #ffffff}
.brand_green3_btn { border-color: rgba(255,255,255,0.2); background: rgba(154,192,51,1); color: #ffffff;} 
.brand_green3_btn:hover { border-color: #99c033;background: rgba(154,192,51,0.75); color: #ffffff}
.brand_green4_btn { border-color: rgba(255,255,255,0.2); background: rgba(38,147,158,1); color: #ffffff;} 
.brand_green4_btn:hover { border-color: #25929d;background: rgba(38,147,158,0.75); color: #ffffff}
.brand_grey1_btn { border-color: rgba(255,255,255,0.2); background: rgba(73,73,72); color: #ffffff;} 
.brand_grey1_btn:hover { border-color: #494948;background: rgba(73,73,72,0.75); color: #ffffff}
.brand_grey2_btn { border-color: rgba(255,255,255,0.2); background: rgba(204,204,204,1); color: #ffffff;} 
.brand_grey2_btn:hover { border-color: #cccccc;background: rgba(204,204,204,0.75); color: #ffffff}

.brand_blue1_btn_ghost { border-color: #00608d; background: #ffffff; color: #00608d !important;} 
.brand_blue1_btn_ghost:hover { border-color: #00608d;background: #00608d; color: #ffffff !important}
.brand_blue2_btn_ghost { border-color: #64c4e0; background: #ffffff; color: #64c4e0 !important;} 
.brand_blue2_btn_ghost:hover { border-color: #64c4e0;background: #64c4e0; color: #ffffff !important;}
.brand_green1_btn_ghost { border-color: #4baba5; background: #ffffff; color: #4baba5 !important} 
.brand_green1_btn_ghost:hover { border-color: #4baba5;background: #4baba5; color: #ffffff !important}
.brand_green2_btn_ghost { border-color: #3b5c56; background: #ffffff; color: #3b5c56 !important} 
.brand_green2_btn_ghost:hover { border-color: #3b5c56;background: #3b5c56; color: #ffffff !important}
.brand_green3_btn_ghost { border-color: #99c033; background: #ffffff; color: #99c033 !important} 
.brand_green3_btn_ghost:hover { border-color: #99c033;background: #99c033; color: #ffffff !important}
.brand_green4_btn_ghost { border-color: #25929d; background: #ffffff; color: #25929d !important} 
.brand_green4_btn_ghost:hover { border-color: #25929d;background: #25929d; color: #ffffff !important}
.brand_grey1_btn_ghost { border-color: #494948; background: #ffffff; color: #494948 !important} 
.brand_grey1_btn_ghost:hover { border-color: #494948;background: #494948; color: #ffffff !important}
.brand_grey2_btn_ghost { border-color: #cccccc; background: #ffffff; color: #494948 !important} 
.brand_grey2_btn_ghost:hover { border-color: #cccccc;background: #cccccc; color: #ffffff !important}





.block_col_flex_bg {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0px;
}



/*--------------------------------------------------------------
## Paddings & Margins
--------------------------------------------------------------*/

@media (max-width:575px) {
	.pb_default { padding-bottom: 25px; }
	.mb_default { margin-bottom: 30px; }
	.pb_xs { padding-bottom: 30px !important; }
	.pb_sm { padding-bottom: 0px; }
	.pb_md { padding-bottom: 0px; }
	.pb_lg { padding-bottom: 0px; }
	.pb_xl { padding-bottom: 0px; }
}
@media (min-width:576px) and (max-width:767px) {
	.pb_default { padding-bottom: 25px; }
	.mb_default { margin-bottom: 30px; }
	.pb_xs { padding-bottom: 0px; }
	.pb_sm { padding-bottom: 30px !important; }
	.pb_md { padding-bottom: 0px; }
	.pb_lg { padding-bottom: 0px; }
	.pb_xl { padding-bottom: 0px; }
}
@media (min-width:768px) and (max-width:991px) {
	.pb_default { padding-bottom: 25px; }
	.mb_default { margin-bottom: 30px; }
	.pb_xs { padding-bottom: 0px; }
	.pb_sm { padding-bottom: 0px; }
	.pb_md { padding-bottom: 30px !important; }
	.pb_lg { padding-bottom: 0px; }
	.pb_xl { padding-bottom: 0px; }
}
@media (min-width:992px) and (max-width:1199px){ 
	.pb_xs { padding-bottom: 0px; }
	.pb_sm { padding-bottom: 0px; }
	.pb_md { padding-bottom: 0px; }
	.pb_lg { padding-bottom: 30px !important; }
	.pb_xl { padding-bottom: 0px; }
}
@media (min-width:1200px) {
	.pb_default { padding-bottom: 25px; }
	.mb_default { margin-bottom: 30px; }
	.pb_xs { padding-bottom: 0px; }
	.pb_sm { padding-bottom: 0px; }
	.pb_md { padding-bottom: 0px; }
	.pb_lg { padding-bottom: 0px; }
	.pb_xl { padding-bottom: 30px !important; }
}


.p_20 {padding: 20px;}
.p_20_lr {padding: 0 20px;}
.block_col_flex_bg > .p_20_lr {padding: 20px;}
.block_col_flex_bg.brand__bg > .p_20_lr {padding: 0 20px;}

.pb_0 {padding-bottom: 0px;}
.pb_5 {padding-bottom: 5px;}
.pb_10 {padding-bottom: 10px;}
.pb_15 {padding-bottom: 15px;}
.pb_20 {padding-bottom: 20px;}
.pb_25 {padding-bottom: 25px;}
.pb_30 {padding-bottom: 30px;}
.pb_50 {padding-bottom: 50px;}
.pb_75 {padding-bottom: 75px;}
.pb_100 {padding-bottom: 100px;}
.pb_125 {padding-bottom: 125px;}
.pb_150 {padding-bottom: 150px;}
.pb_175 {padding-bottom: 175px;}
.pb_200 {padding-bottom: 200px;}
.pb_225 {padding-bottom: 225px;}
.pb_250 {padding-bottom: 250px;}
.pb_275 {padding-bottom: 275px;}
.pb_300 {padding-bottom: 300px;}
.pt_0 {padding-top: 0px;}
.pt_5 {padding-top: 5px;}
.pt_10 {padding-top: 10px;}
.pt_15 {padding-top: 15px;}
.pt_20 {padding-top: 20px;}
.pt_25 {padding-top: 25px;}
.pt_30 {padding-top: 30px;}
.pt_50 {padding-top: 50px;}
.pt_75 {padding-top: 75px;}
.pt_100 {padding-top: 100px;}
.pt_125 {padding-top: 125px;}
.pt_150 {padding-top: 150px;}
.pt_175 {padding-top: 175px;}
.pt_200 {padding-top: 200px;}
.pt_225 {padding-top: 225px;}
.pt_250 {padding-top: 250px;}
.pt_275 {padding-top: 275px;}
.pt_300 {padding-top: 300px;}







.content_block ul.special li {
    list-style-position: inside;
	  padding-left: 1.25em; 
	  text-indent: -1.25em;
}
.content_block ul li.special::before {
	padding-right: 10px;
    content: "\f138";
    font-family:'FontAwesome';
	font-size: 1.75rem;
}

.text-smaller p,
.text-smaller li,
.text-smaller h1,
.text-smaller h2,
.text-smaller h3,
.text-smaller h4,
.text-smaller h5,
.text-smaller h6 {
	font-size: 90% !important;
}
.text-larger p,
.text-larger li,
.text-larger h1,
.text-larger h2,
.text-larger h3,
.text-larger h4,
.text-larger h5,
.text-larger h6 {
	font-size: 110% !important;
}



.publication_image {
	width: 100%;
	height: auto; 
	background: rgba(0,0,0,0.02);
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}
.publication_image img {
	height: auto; 
	width: 100%;
	display: block;
	background: transparent; 
}
.publication_image img.publication_image_spacer {
	display: none;
}
.publication_image img.publication_image_mobile {
	display: block;
	height: auto;
}
.publication_title {
	padding: 0 0 10px 0;
}
.publication_author {
	font-size: 80%;
	font-style: italic;
	padding: 0 0 20px 0;
}
.publication_description {
	font-size: 80%;
	padding: 0 0 25px 0;
}
.publication_info {
	padding-top: 10px;
	padding-bottom: 15px;
}
.publication_box a:hover .publication_image {opacity: 0.85;}



#publicationVideoModal .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }
#publicationVideoModal .modal-body {
  position:relative;
  padding:0px;
}
#publicationVideoModal .close {
  position:absolute !important;
  right:-30px !important;
  top:0 !important;
  z-index:999 !important;
  font-size:40px !important;
  font-weight: normal;
  color:#fff !important;
  opacity:1 !important;
}


@media (min-width: 576px) {
	.publication_image,
	.publication_image img {
		height: auto; 
	}
	.publication_image img.publication_image_spacer {
		display: none;
	}
	.publication_image img.publication_image_mobile {
		display: block;
	}
	.publication_box a p.publication_link {padding-bottom: 0px;}
}
@media (min-width: 768px) {
	.publication_image,
	.publication_image img {
		height: auto; 
	}
}
@media (min-width: 992px) {
	.publication_image,
	.publication_image img {
		height: auto; 
	}
	.publication_wrapper {
		padding-right: 0px;
	}
	.publication_image_wrapper {
		padding-left: 0px;
	}
}
@media (min-width: 1200px) {
	.publication_image,
	.publication_image img {
		height: auto; 
	}
}



.form-control,
.form-control-select {
    padding: 4px 10px;
    font-size: 16px;
}
.form-control-select {
    height: auto !important;
}


/*--------------------------------------------------------------
## (Archive/Index) / Pagination
--------------------------------------------------------------*/
.pagination .disabled,
.pagination .current,
.pagination span.page-link {
	pointer-events: none;
}
.pagination li a {
    color: rgba(0,96,141,1); /* srmCustomize: fontColor (colorPrimary) */
}
.pagination .disabled .page-link {
    color: rgba(0,96,141,0.25); /* srmCustomize: fontColor (colorPrimary) */
}
.pagination li a:focus,
.pagination li a:hover {
    color: white;
    background-color: rgba(0,96,141,0.75);
    border-color: rgba(0,96,141,0.75);
}
.pagination .current {
    color: white;
    background-color: rgba(0,96,141,1); /* srmCustomize: backgroundColor (colorPrimary) */
    border: solid 1px rgba(0,96,141,1); /* srmCustomize: borderColor (colorPrimary) */
}


/*--------------------------------------------------------------
## News Boxes
--------------------------------------------------------------*/

.box {
	height: 300px;
}
.box.showBorder {
	border-width: 1px;
	border-style: solid;
}
.box .boxImageWrapper { 
	position: relative; 
	display: block; 
	height: 225px;
}
.box.showBorder .boxImageWrapper { 
	height: 223px;
}
.box.hideTitle .boxImageWrapper { 
	height: 300px;
}
.box.hideTitle.showBorder .boxImageWrapper { 
	height: 298px;
}
.box .boxImage {
	position: absolute;
	z-index: 0;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.box .boxImageOverlay {
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.box:not(.showImageOverlay) a .boxImage,
.box:not(.showImageOverlay) a:visited .boxImage {
	opacity: 1;
	-webkit-transition: opacity 0.20s ease-in;
	-moz-transition: opacity 0.20s ease-in;
	-o-transition: opacity 0.20s ease-in;
	transition: opacity 0.20s ease-in;
}
.box:not(.showImageOverlay) a:hover .boxImage,
.box:not(.showImageOverlay) a:focus .boxImage,
.box:not(.showImageOverlay) a:active .boxImage {
	opacity: 0.75;
	-webkit-transition: opacity 0.20s ease-in;
	-moz-transition: opacity 0.20s ease-in;
	-o-transition: opacity 0.20s ease-in;
	transition: opacity 0.20s ease-in;
}
.box .showBorder {
	border-size: 1px;
	border-style: solid;
}
.box .boxTitle {
	display: none;
}
.box .boxContent {
	position: relative;
	height: 75px;
	padding: 0 15px 0px 15px;
}
.box.hideTitle .boxContent { 
	display: none;
}
.box .boxTag {
	position: absolute;
	left: 0px;
	top: 20px;
	width: auto;
	height: 25px;
	color: #ffffff;
	padding: 3px 15px 3px 20px;
	line-height: 1;
	font-weight: 600;
	font-size: 16px;
}
.box .boxTitle {
	position: absolute;
	left: 0px;
	bottom: 15px;
	padding: 0 10px 0 20px;
	height: auto;
	display: block;
	font-weight: 600;
	line-height: 1.1;
	color: #ffffff;
	margin-right: 50px;
	z-index: 99;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width:768px) and (max-width:991px) {
	.box h6.boxTitle {
		font-size: 1.7rem !important;
		line-height: 1.0;
	}
}
@media (min-width: 1200px) {
}

/*--------------------------------------------------------------
## Social Sharing
--------------------------------------------------------------*/
.socialSharingWrapper { 
	padding: 0px 0;
	position: absolute;
	right: 28px;
	bottom: 6px;
	width: auto;
	height: auto;
	color: #ffffff;
	line-height: 1;
	font-size: 20px;
	z-index: 2;
}
.socialSharingWrapper.active {
	z-index: 100;
}
.newsSlider .socialSharingWrapper { 
	right: 45px;
	bottom: 35px;
	z-index: 3;
	opacity: 0;
}
.newsSlider .carousel-item.active .socialSharingWrapper {
  transform: translate(0px, 35px);
	opacity: 1;
	-webkit-transition: all 0.40s ease-in;
	-moz-transition: all 0.40s ease-in;
	-o-transition: all 0.40s ease-in;
	transition: all 0.40s ease-in;
}
.socialSharingWrapper i {
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	transition: 0.4s;
	padding: 8px;
	display: inline-block;
	z-index: 2;
}
.socialSharingWrapper i:hover {
  transform: scale(1.2);
}
.socialSharingMenu {
	display: inline-block;
	position: relative;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
	border: 1px solid transparent;
	padding: 0 8px;
}
.socialSharingMenu .socialSharingMenuBg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.9;
	z-index: -1;
}
.socialSharingWrapper.active .socialSharingMenu {
	visibility: visible;
	opacity: 1;
	border: 1px solid #ffffff;
}
.socialsharing_single .socialSharingWrapper { 
	right: 35px;
	bottom: inherit;
	top: 0px;
}
.socialsharing_single .socialSharingWrapper .socialSharingMenu,
.socialsharing_single .socialSharingWrapper.active .socialSharingMenu {
	visibility: visible;
	opacity: 1;
	border: none;
}
.socialsharing_single .socialSharingBtn {
	display: none;
}

.teamcardTitleWrapper {
	padding: 15px 20px 15px 20px;
}
.teamcardPersonWrapper {
	padding: 15px 20px 15px 20px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 15px;
	text-align: left;
	font-size: 70% !important;
}
.teamcardBorder {
	border-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
	.teamcardPersonWrapper {
		padding: 15px 20px 15px 20px;
		text-align: right;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}


/*--------------------------------------------------------------
## Slider/Carousel
--------------------------------------------------------------*/

.carousel-navigation-wrapper {
    position: absolute; top: 20px; right: 20px;
}
.carousel-navigation,
.carousel-navigation:visited {
	width: 40px;
	height: 40px;
	margin-top: 0px;
	margin-left: 10px;
	border: 1px solid #ffffff;
	position: relative;
	float: right;
	cursor: pointer;
	opacity: 1 !important;
	padding: 0px 0 0px 0;
	text-align: center;
	line-height: 1 !important;
}
.carousel-navigation:hover,
.carousel-navigation:focus,
.carousel-navigation:active {
	opacity: 0.75 !important;
}



.newsSlider .carousel-item {
	padding: 62.25% 0 0 0;
	margin-bottom: 40px;
}

.newsSlider .carousel-item .carousel-caption {
    position: absolute;
    right: 20px;
    bottom: -10px;
    left: 20px;
    z-index: 10;
    padding: 10px 20px;
    text-align: left;
	min-height: 80px;
	opacity: 0;
	font-size: 19px;
	line-height: 1.1;
	font-weight: 600;
}
.newsSlider .carousel-item.active .carousel-caption {
  transform: translate(0px, 35px);
	opacity: 1;
	-webkit-transition: all 0.40s ease-in;
	-moz-transition: all 0.40s ease-in;
	-o-transition: all 0.40s ease-in;
	transition: all 0.40s ease-in;
}
.newsSlider a.newsSliderImageOverlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0);
	z-index: 2;
	-webkit-transition: all 0.20s ease-in;
	-moz-transition: all 0.20s ease-in;
	-o-transition: all 0.20s ease-in;
	transition: all 0.20s ease-in;
}
.newsSlider a.newsSliderImageOverlay:hover {
	background: rgba(255,255,255,0.25);
	-webkit-transition: all 0.20s ease-in;
	-moz-transition: all 0.20s ease-in;
	-o-transition: all 0.20s ease-in;
	transition: all 0.20s ease-in;
}
.imageSlider .carousel-item .carousel-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 10;
    padding: 5px 10px;
    text-align: left;
	min-height: auto;
	font-size: 16px;
	line-height: 1.1;
	color: rgba(0,0,0,1);
	background: rgba(255,255,255,0.8);
	font-style: normal;
}
.newsSlider a.newsSliderImageOverlay:hover .carousel-caption {
	color: rgba(255,255,255,0.75);
	-webkit-transition: all 0.20s ease-in;
	-moz-transition: all 0.20s ease-in;
	-o-transition: all 0.20s ease-in;
	transition: all 0.20s ease-in;
}


@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.newsSlider .carousel-item {
		padding: 40% 0 0 0;
		margin-bottom: 45px;
	}
	.newsSlider .carousel-item .carousel-caption {
		padding: 20px 30px;
		min-height: 90px;
		font-size: 19px;
		line-height: 1.2;
	}
}
@media (min-width: 1200px) {
}






.content_block .member_slider {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #999999;
    background: #ffffff;
    position: relative;
    float: right;
	margin-bottom: 25px;
}
.content_block .member_slider #members {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    float: right;
}
.content_block .member_slider .carousel-item {
    padding: 15px;
}
.content_block .member_slider .carousel-item .member-logo {
    padding: 50% 20px 0 20px;
}

@media (min-width: 768px) {
	.content_block .member_slider {
		width: 200px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}





.imageGallery .single_image_caption {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 13px;
    font-style: normal;
    line-height: 1.25;
    width: 100%;
    text-align: left;
}



.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode p {
	color: rgba(255,255,255,1);  /* srm-customize: font-color (dark mode) */
}



/*--------------------------------------------------------------
## Cookie consent
--------------------------------------------------------------*/

.cookieToast {
    pointer-events: none !important;
}
#cookieToasts {
    overflow: visible;
    position: absolute; 
    top: 0; 
    right: 0;
    z-index: 20000 !important;
}
#cookieConsentOverlay {
	position: absolute;
	z-index: 10099;
	display: block;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(255,255,255,0.7); /* srmCustomize: backgroundColor (black gradient) */
}
#cookieConsent.cookieConsentWrapper {
	z-index: 10101;
}
#cookieConsentSelect.cookieConsentWrapper {
	z-index: 10100;
}
.cookieConsentWrapper .toast a,
.cookieConsentWrapper .toast a:visited {
	color: rgba(255,255,255,1); /* srmCustomize: fontColor (colorWhite) */
	-webkit-transition: color 0.20s ease-in;
	-moz-transition: color 0.20s ease-in;
	-o-transition: color 0.20s ease-in;
	transition: color 0.20s ease-in;
}
.cookieConsentWrapper .toast a:hover,
.cookieConsentWrapper .toast a:focus {
	color: rgba(255,255,255,0.75); /* srmCustomize: fontColor / hoverColor (colorWhite) */
	-webkit-transition: color 0.20s ease-in;
	-moz-transition: color 0.20s ease-in;
	-o-transition: color 0.20s ease-in;
	transition: color 0.20s ease-in;
}
.cookieConsentWrapper .btnToggle {
	margin: 0 4rem;
	padding: 0;
	position: relative;
	border: none;
	height: 1.5rem;
	width: 3rem;
	border-radius: 1.5rem;
	color: #6b7381;
	background: rgba(255,255,255,0.30);
}
.cookieConsentWrapper .btnToggle:focus,
.cookieConsentWrapper .btnToggle.focus,
.cookieConsentWrapper .btnToggle:focus.active,
.cookieConsentWrapper .btnToggle.focus.active {
	outline: none;
}
.cookieConsentWrapper .btnToggle:before,
.cookieConsentWrapper .btnToggle:after {
	line-height: 1.5rem;
	width: 4rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	transition: opacity 0.25s;
}
.cookieConsentWrapper .btnToggle:before {
	content: "Aus";
	left: -4rem;
}
.cookieConsentWrapper .btnToggle:after {
	content: "Ein";
	right: -4rem;
	opacity: 0.5;
}
.cookieConsentWrapper .btnToggle > .handle {
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 1.125rem;
	background: #fff;
	transition: left 0.25s;
}
.cookieConsentWrapper .btnToggle.active {
	transition: background-color 0.25s;
}
.cookieConsentWrapper .btnToggle.active > .handle {
	left: 1.6875rem;
	transition: left 0.25s;
}
.cookieConsentWrapper .btnToggle.active:before {
	opacity: 0.5;
}
.cookieConsentWrapper .btnToggle.active:after {
	opacity: 1;
}
.cookieConsentWrapper .btnToggleSmall {
	font-size: 20px;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle:before,
.cookieConsentWrapper .btnToggleSmall .btnToggle:after {
	line-height: -0.5em;
	color: #fff;
	letter-spacing: 0.75px;
	left: 0.4125em;
	width: 2.325em;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle:before {
	text-align: right;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle:after {
	text-align: left;
	opacity: 0;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle.active:before {
	opacity: 0;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle.active:after {
	opacity: 1;
}
.cookieConsentWrapper .btnToggle:before,
.cookieConsentWrapper .btnToggle:after {
	color: #6b7381;
}
.cookieConsentWrapper .btnToggle.active {
	background-color: rgba(154,192,51,1);
}
.cookieConsentWrapper .btnToggleSmall .btnToggle {
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	border: none;
	height: 1.5em;
	width: 3em;
	border-radius: 1.5em;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle:focus,
.cookieConsentWrapper .btnToggleSmall .btnToggle.focus,
.cookieConsentWrapper .btnToggleSmall .btnToggle:focus.active,
.cookieConsentWrapper .btnToggleSmall .btnToggle.focus.active {
	outline: none;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle:before,
.cookieConsentWrapper .btnToggleSmall .btnToggle:after {
	line-height: 1.5em;
	width: 0.5rem;
	text-align: center;
	font-weight: 600;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	transition: opacity 0.25s;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle:before {
	content: "Aus";
	left: -0.5em;
	opacity: 0;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle:after {
	content: "Ein";
	right: -0.5em;
	opacity: 0;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle > .handle {
	position: absolute;
	top: 0.1875em;
	left: 0.1875em;
	width: 1.125em;
	height: 1.125em;
	border-radius: 1.125em;
	background: #fff;
	transition: left 0.25s;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle.active {
	transition: background-color 0.25s;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle.active > .handle {
	left: 1.6875em;
	transition: left 0.25s;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle.active:before {
	opacity: 0;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle.active:after {
	opacity: 0;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle:before,
.cookieConsentWrapper .btnToggleSmall .btnToggle:after {
	line-height: -0.5rem;
	color: #fff;
	letter-spacing: 0.75px;
	left: 0.4125rem;
	width: 2.325rem;
}
.btnToggleSmall span {
	color: #fff;
	font-size: 16px;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle:before {
	text-align: right;
	opacity: 0;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle:after {
	text-align: left;
	opacity: 0;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle.active:before {
	opacity: 0;
}
.cookieConsentWrapper .btnToggleSmall .btnToggle.active:after {
	opacity: 0;
}
.cookieConsentWrapper .btnToggle.btnToggleSecondary {
	color: #6b7381;
	background: #bdc1c8;
}
.cookieConsentWrapper .btnToggle.btnToggleSecondary:before,
.cookieConsentWrapper .btnToggle.btnToggleSecondary:after {
	color: #6b7381;
}
.cookieConsentWrapper .btnToggle.btnToggleSecondary.active {
	background-color: #ff8300 !important;
}

@media (max-width:991px) {
	.cookieConsent,
	.cookieConsentSelect {
		max-height: 75vh !important;
		overflow: scroll !important;
	}
}
