@font-face {
     font-family: "TheMixC5-Plain";
     src: url("../fonts/TheMixC5-5_Plain.woff2") format("woff2");
     src: url("../fonts/TheMixC5-5_Plain.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: "TheMixC5-Bold";
     src: url("../fonts/TheMixC5-7_Bold.woff2") format("woff2");
     src: url("../fonts/TheMixC5-7_Bold.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: "TheMix-LightItalic";
     src: url("../fonts/TheMix_LightItalic.woff2") format("woff2");
     src: url("../fonts/TheMix_LightItalic.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: "Dax-Condensed-Bold";
     src: url("../fonts/dax_condensed_bold.woff2") format("woff2");
     src: url("../fonts/dax_condensed_bold.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-condensed-v14-greek_greek-ext_latin_cyrillic-ext_cyrillic_latin-ext_vietnamese-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'),
       url('../fonts/open-sans/open-sans-condensed-v14-greek_greek-ext_latin_cyrillic-ext_cyrillic_latin-ext_vietnamese-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans/open-sans-condensed-v14-greek_greek-ext_latin_cyrillic-ext_cyrillic_latin-ext_vietnamese-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans/open-sans-condensed-v14-greek_greek-ext_latin_cyrillic-ext_cyrillic_latin-ext_vietnamese-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans/open-sans-condensed-v14-greek_greek-ext_latin_cyrillic-ext_cyrillic_latin-ext_vietnamese-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans/open-sans-condensed-v14-greek_greek-ext_latin_cyrillic-ext_cyrillic_latin-ext_vietnamese-700.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}


html {
    font-size: 62.5%;
}
html, body {
	height: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.noscroll, html.noscroll {
    overflow: hidden !important;
    position: relative !important;
    height: 100% !important;
}
.scrolltop {
	position:fixed;
	bottom:20px;
	right:20px;
	background:#fff;
	cursor:pointer;
	z-index:100;
}
body {
	background-color: #fff;
	font-family: "TheMixC5-Plain", Calibri, sans-serif;
    font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -webkit-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -moz-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -ms-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -o-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
	font-size:18px;
    font-size:1.8rem;
	color:#333333;
	overflow-x:hidden;
}
strong{
	font-family: "TheMixC5-Bold", Calibri, sans-serif;
	font-weight: 300;
}
#vid{
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1000;
}

.responsive-video {
	position: relative;
	padding-bottom: 42.25%;  /*Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive-video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.padding_textbox{
	padding:3% 5% 3% 7rem !important;
	margin:auto 0;
}
.padding_0{
	padding:0 !important;
}

h1, .like-h1 {
	font-family: 'Dax-Condensed-Bold','Open Sans Condensed', sans-serif;
	font-size:34px;
	font-size:3.4rem;
	line-height:48px;
	line-height:4.8rem;
	color:#003399;
	display:block;
	margin:0 0 2rem 0;
	padding:0;
}
h1.h1_startseite{
	font-size:34px;
	font-size:3.4rem;
	line-height:41px;
	line-height:4.1rem;
	margin:4rem 0 2rem 0;
}
h2, .like-h2 {
	font-family: 'Dax-Condensed-Bold','Open Sans Condensed', sans-serif;
	font-size:25px;
	font-size:2.5rem;
	line-height:31px;
	line-height:3.1rem;
	color:#003399;
	display:block;
	margin:0 0 1.6rem 0;
	padding:0;
}
h3, .like-h3 {
	font-family: 'Dax-Condensed-Bold','Open Sans Condensed', sans-serif;
	font-size:22px;
	font-size:2.1rem;
	line-height:26px;
	line-height:2.6rem;
	color:#003399;
	display:block;
	margin:0 0 2rem 0;
	padding:0;
}
h4, .like-h4 {
	font-family: 'Dax-Condensed-Bold','Open Sans Condensed', sans-serif;
	font-size:15px;
	font-size:1.5rem;
	line-height:19px;
	line-height:1.9rem;
	color:#003399;
	display:inline;
	margin:0 0 1rem 0;
	padding:0;
}
body.single-karriere h3, body.single-karriere .like-h3{
	color:#003399 !important;
}
hr{
	display: block;
  clear: both;
}
.navbar-expand-lg {
	font-family:'Dax-Condensed-Bold' !important;
}
.select2-container, .select2-selection__rendered, .select2-results__option {
	font-family:"TheMixC5-Plain";
}
.select2-selection--multiple { max-height: 10rem; overflow: auto }

.size-80 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:80px;
	font-size:8rem;
}
.size-76 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:65px;
	font-size:6.5rem;
}
.size-24 {
	font-size:24px;
	font-size:2.4rem;
}
.size-20 {
	font-size:20px;
	font-size:2rem;
}
.size-18 {
	font-size:18px;
	font-size:1.8rem;
}
.size-16 {
	font-size:16px;
	font-size:1.6rem;
}
.size-17, .btn {
	font-size:17px;
	font-size:1.7rem;
}
.size-14 {
	font-size:14px;
	font-size:1.4rem;
	line-height:20px;
	line-height:2rem;
}
.green {
	color:#D1D823;
}
.blue {
	color:#003399;
}
.red {
	color:#ec0016;
}

.clearer {
	clear:both;
	line-height:1px;
	height:1px;
}

a, a:hover{
	color: #003399;
	text-decoration:none;
	outline:none;
}

a {
	position:relative;
	display:inline-block;
}
a, .dropdown-menu a:first-child::before, .dropdown-menu a:last-child::before, .select2-container--default .select2-results__option, .select2-dropdown.button__multiselect .select2-results__option::before {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

a.analytics_optout{
	color: #003399 !important;
	text-decoration:none;
	cursor:pointer !important;
}
a:hover.analytics_optout{
	color: #003399 !important;
	text-decoration:underline !important;;
}
.breadcrumb a{
	font-size:1.4rem;
	line-height:18px;
}
.breadcrumb div, .breadcrumb span{
	font-size:1.4rem;
	padding-top:4px;
	line-height:18px;
}
:focus {
	outline: 0;
}
/*a::after {
	content:"";
	height:1px;
	background:#003399;
	width:100%;
	position:absolute;
	bottom:-4px;
	left:0;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transform:translateY(0);
}
a:hover::after {
	text-decoration:none;
	opacity:1;
	visibility:visible;
	transform:translateY(-5px);
}*/
a:hover {
	text-decoration:underline;
}
.cardblock__container a:hover, .swiper-slide a:hover {
	text-decoration:none;
}
.no-link-after a:hover {
	text-decoration:none;
}

/*
.no-link-after a:hover::after, a img::after, a.btn::after {
	opacity:0;
	visibility:hidden;
}*/

.caption{
    color: #003399;
    text-decoration:none !important;
    font-size: 1.5rem;
    line-height:19px;
}

.img-fluid{
	min-width:120px;
}
.text-first p img, .text p img{
	margin:10px 0 0 0;
	height:auto;
}

.img-center{
	text-align:center !important;
	margin-bottom:20px;
}

.img-align-right{
	text-align:right !important;
	padding-left:15px;
}
.img-align-left{
	text-align:left !important;
	padding-right:20px;
}
.img-align-center{
	text-align:center !important;
	padding:0 10px 0 10px;
}

img.max-with-85{
	max-width:85%;
}

img.max-with-50{
	max-width:60%;
}

.btn {
	font-family: 'TheMixC5-Plain', sans-serif;
	border:none;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align:left !important;
	line-height:2.0 !important;
	text-overflow: clip;
	text-overflow: ellipsis;
	text-overflow: "…";
	overflow:hidden;
	padding: .5rem .85rem;
}
.btn.focus, .btn:focus {
	box-shadow:none;
	-webkit-box-shadow:none;
}
.btn-teaser {
	margin-top:2rem;
}

.button__multiselect-wrap .btn-teaser {
	width:100%;
	max-width:360px;
	margin-top:2rem;
}
.btn-referenzen {
	margin-top:0.8rem;
	line-height:1.8 !important;
	font-size:1.7rem;
	min-width:auto !important;
	padding-right:1.6rem !important;
}
.btn-default {
	background-color:#003399;
	color:#fff;
	min-width:123px;
	padding-left:1.4rem;
	padding-right:3.2rem;
	position:relative;
	font-family: "TheMixC5-Plain" !important;
}
.btn-circle {
	background-color:#D1D823;
	color:#fff;
	padding-left:2.2rem;
	padding-right:4rem;
	position:relative;
	font-family: 'Dax-Condensed-Bold' !important;
}
.btn-in-card{
	background-color:#003399;
	color:#fff;
	margin:5px 21px 0px 21px !important;
	width:auto !important;
	max-width:none !important;
	min-width:auto !important;
	padding-bottom:2px !important;
}
.btn-in-card-fixed-bottom{
	position:absolute;
	bottom:20px;
	background-color:#003399;
	color:#fff;
	margin:5px 21px 0px 21px !important;
	width:89% !important;
	max-width:none !important;
	min-width:auto !important;
	padding-bottom:2px !important;
}
.btn-in-card-relative-bottom{
	position:relative;
	bottom:20px;
	background-color:#003399 !important;
	color:#fff !important;
	margin:5px 21px 0px 21px !important;
	width:89% !important;
	max-width:none !important;
	min-width:auto !important;
	padding-bottom:2px !important;
}
.btn-parkcard{
	position:absolute;
	bottom:24px;
}


.bootstrap-table .page-item.active .page-link {
	background-color:#D1D823;
	border-color:#D1D823;
	color:#fff;
	padding-left:2.2rem;
	padding-right:4rem;
	position:relative;
	font-family: 'Dax-Condensed-Bold' !important;
}
.bootstrap-table .page-link {
	border-color:#D1D823;
	color:#D1D823;
}
.bootstrap-table .page-list, .bootstrap-table .pagination-info {
	display:none !important;
}

.btn-default:not(.btn-referenzen)::before {
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' fill='%23FFF' height='23.601' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E");
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	width:8px;
	height:100%;
	right:1.5rem;
	top:50%;
	transform:translate(0,-50%);
	-webkit-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
.btn-default:hover  {
	/*background-color:#91A231;*/
	background-position:right 1.5rem center;
	color:#fff;
}
/*
a.btn-default:active, a.btn-default:focus {
	color:#fff;
}
|raus damit|
*/
.btn-in-card:hover {
	background-color:#003399;
	color:#fff;
}
a.btn-in-card:active, a.btn-in-card:focus {
	color:#fff;
}
.btn-default:hover::before {
	transform:translate(2px,-50%);
}

.btn-circle::before {
	content:"o";
	background-image: url("data:image/svg+xml,%3C!DOCTYPE html%3E%3Chtml%3E%3Cbody%3E%3Csvg xmlns='http://www.w3.org/2000/svg' height='60' width='60'%3E%3Ccircle cx='20' cy='20' r='15' stroke='%23D1D823' stroke-width='3' fill='white' /%3E Sorry, your browser does not support inline SVG. %3C/svg%3E%3C/body%3E%3C/html%3E");		
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	width:20px;
	height:100%;
	right:2.2rem;
	top:50%;
	transform:translate(0,-50%);
	-webkit-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
.btn-circle:hover {
	background-color:#91A231;
	background-position:right 1.5rem center;
	color:#fff;
}
.btn-circle:hover::before {
	transform:translate(3px,-50%);
}
.btn-secondary {
	background:#E7E8E6;
	color:#003399;
	padding-left:2.2rem;
	padding-right:2.2rem;
}
.btn-secondary:hover {
	background:#D2D3D2;
	color:#003399;
}
.btn-secondary.active, .btn-secondary:focus, .btn-secondary:active {
	background:#D1D823 !important;
	color:#FFFFFF !important;
}
.bg-green .btn-secondary.active, .bg-green .btn-secondary:focus, .bg-green .btn-secondary:active {
	background:#fff !important;
	color:#003399 !important;
}

.btn-arrowback::before {
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' fill='%23FFF' height='23.601' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E") !important;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	width:9px;
	height:100%;
	left:2.2rem;
	top:50%;
	transform-origin: left;
	transform:scaleX(-1) translate(0,-48%);
	-webkit-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
.btn-arrowback:hover {
	/*background-color:#91A231;*/
	background-position:right 1.5rem center;
	color:#fff;
}


/*Backgrounds*/
.bg-white {
	background-color:#fff !important;
}
.bg-blue {
	background-color:#003399 !important;
	color:#fff;
}
.bg-lightblue{
	background-color:#74BADC !important;
	color:#fff;
}
.bg-ultra-lightblue{
	background-color:#bcdbf4 !important;
	color:#fff;
}
.bg-tuerkis {
	background-color:#008999 !important;
	color:#fff;
}
.bg-green{
	background-color:#D1D823 !important;
	color:#003399;
}
.bg-lightgreen{
	background-color:#cbd97c !important;
	color:#fff;
}
.bg-lightgrey{
	background-color:#E7E8E6 !important;
}
.bg-darkbrown{
	background-color:#c1b7a9 !important;
}
.bg-lightbrown{
	background-color:#ddd4cb !important;
}
.bg-grey-medium{
	background-color:#b2b7b0 !important;
}
.bg-grey{
	background-color:#6B6E6A !important;
}
.bg-darkgrey{
	background-color:#333333 !important;
}
.btn-bg-trans_color_darkgreen{
	background:transparent !important;
}
.btn-bg-trans_color_darkgreen::before {
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' fill='%2383b641' height='23.601' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E") !important;
}
.btn-bg-trans_color_darkgreen:hover {
	/*background-color:#91A231;*/
	background-position:right 1.5rem center;
	color:#83b641;
}
/* Backgrounds Change Colors */
/* Blue */
.bg-blue a, .bg-blue h1, .bg-blue .like-h1, .bg-blue h2, .bg-blue .like-h2, .bg-blue h3, .bg-blue .like-h3 {
	color:#fff;
}
.bg-blue a::after {
	background:#fff;
}
.bg-blue .btn-default {
	background:#fff;
	color:#003399;
}
.bg-blue .btn-default::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' fill='%23003399' height='23.601' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E");
}
/* Green */
.bg-green a, .bg-green h1, .bg-green .like-h1, .bg-green h2, .bg-green .like-h2, .bg-green h3, .bg-green .like-h3 {
	color:#003399;
}
.bg-green .btn-default {
	background:#fff;
	color:#003399;
}
.bg-green .btn-default::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' fill='%23003399' height='23.601' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E");
}

/* Lightblue */
.bg-lightblue a, .bg-lightblue h1, .bg-lightblue .like-h1, .bg-lightblue h2, .bg-lightblue .like-h2, .bg-lightblue h3, .bg-lightblue .like-h3 {
	color:#fff;
}
.bg-lightblue .btn-default {
	background:#fff;
	color:#003399;
}
.bg-lightblue .btn-default::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' fill='%23003399' height='23.601' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E");
}

/*
.bg-lightblue {
	background-color:#74BADC;
}
.bg-green {
	background-color:#D1D823;
}
.bg-lightgrey {
	background-color:#E7E8E6;
}
.bg-grey {
	background-color:#6B6E6A;
}
.bg-darkgrey {
	background-color:#333333;
}*/


/* Helper */
.responsive-embed-container {
	position: relative; 
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0; 
	overflow: hidden; 
	width: 100%;
	height: auto;
}
/* ratio 4x3 */
.responsive-embed-container.ratio4x3 {
	padding-bottom: 75%;
}
/* ratio 1x1 */
.responsive-embed-container.ratio1x1 {
	padding-bottom: 100%;
}
.responsive-embed-container iframe, .responsive-embed-container video {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

/* main */
body.no-mood main {
	padding-top:7rem;
}

/* List */
ul, li:not(.select2-results__option) {
	margin:0px;
	padding:0px;
	list-style:none;
}
main ul li:not(.select2-results__option) {
	padding:0 0 0 2rem;
	position:relative;
}
ul.text-image--storytelling__list li{
	padding:0 !important;
}


main ul li:not(.select2-results__option)::before {
	content:"";
	height:8px;
	width:8px;
	position:absolute;
	top:13px;
	left:0;
	transform:translateY(-50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background:#D1D823;
}
main section.bg-green ul li:not(.select2-results__option)::before {
	background:#fff;
}
main > ul.feature > li,  main .text-first > ul > li{
	margin:0 0 2rem 0;
	padding: 0 0 0 4rem;
}
main .text-first > ul > li > ul > li{
	margin:0 0 1rem 0;
	padding: 0 0 0 2rem;
}
main > ul.feature > li::before,  main .text-first > ul > li::before {
	-webkit-border-radius: 0;
	border-radius: 0;
	height:20px;
	width:20px;
	left:5px;
	background:none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.808' height='22.997'%3E%3Cpath d='M1.991 12.136l5.033 6.583L18.742 1.401' fill='none' stroke='%23D1D823' stroke-width='5'/%3E%3C/svg%3E");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
}
main .bootstrap-table ul li::before{
	content: none;
}
.link-list {
	margin-bottom:3.6rem;
}
.link-list li {
	line-height:1.8;
}
.link-list-chevron li {
	padding-left:1.5rem;
	position:relative;
}
.link-list-chevron li:not(.ohne_pfeil)::before {
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' fill='%23FFF' height='23.601' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E");
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	width:7px;
	height:100%;
	left:0;
	top:50%;
	transform:translate(0,-53%);
}
.linklist_color_white li{
	margin: auto;
}
.linklist_color_white li a{
	color:#fff;
}
.linklist_color_white li a:hover{
	text-decoration:none;
}

/* Teaser */
.teaser--content-breaker {
	margin:10rem 0 12rem 0;
}


/* Breadcrumb */
.breadcrumb {
	padding:0;
	background:none;
	margin:0.3rem 0 3rem 0;
}
.breadcrumb .swiper-slide {
	margin-right:8px !important;
	white-space:nowrap;
	width:auto;
	height:auto;
}
.breadcrumb .free-mode__swiper-container {
	width:100%;
}
.breadcrumb__seperator {
	height:11px;
	width:7px;
	display:inline-block;
	margin:0 0 0 8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D1D823' width='14.573' height='23.601' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E");
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	transform:translateY(1px);
}

.nav-justified {
	/*display:block;*/
}
.nav-justified .nav-item {
	/*margin:0 0 16px 0;
    max-width: 360px;
	width:100%;*/
	flex: 0 100%;
	max-width: 360px;
	margin:0 0 16px 0;
}
/*.nav-justified .nav-item:last-child {
	margin:0;
}*/
.btn-group .btn {
	margin:0 15px 0 0;
}
.btn-group .btn:last-child {
	margin:0;
}

/* Select Styled */
.select-2 {
	opacity:0;
	visibility:hidden;
}
.select-2.visible {
	opacity:1;
	visibility:visible;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display:none;
}

/* header */
header {
	font-family: 'Open Sans Condensed', sans-serif;
	background:#fff;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#D7D9DA;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1001;
}
.header-placeholder {
	position:relative;
	z-index:1001;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity:1;
	visibility:visible;
}
.header-placeholder.scrollUp {
	opacity: 0;
	visibility:hidden;
}
header.static {
	position:static;
}
#pagewrap {
	max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100vh;
	transform:none;
	-webkit-transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.standorte {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	transform:translateY(-101%);
	z-index:1002;
	overflow:hidden;
	backface-visibility: hidden;
	perspective: 1000;
	-webkit-transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.standorte.visible {
	transform:translateY(0);
}
.standorte__inner {
	padding:4.5rem 0;
	position:relative;
	-webkit-transition: all 1s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 1s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 1s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 1s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transform:translateY(-20%);
	opacity:0;
}
.standorte.visible .standorte__inner {
	transform:translateY(0%);
	opacity:1;
}
.standorte__karte {
	position:absolute;
	top:6rem;
	right:0;
	width:60%;
	z-index:-1;
}
.standorte__list {
	margin-bottom:2rem;
}
.header__navbar-1 .container {
	position:relative;
	z-index:24;
}
.header__navbar-1 .navbar-nav a {
	color:#6B6E6A;
	padding:1rem !important;
}
.header__navbar-1 .navbar-nav a:hover, .header__navbar-1 a:focus {
	color:#585B57;
}
.header__navbar-1 .navbar-nav a.header__navbar-1-standorte-toggle {
	background:#003399;
	color:#fff !important;
	padding:1rem 5rem 1rem 1.8rem !important;
	border-top:2rem solid #003399;
	margin:-2rem 1rem 0 1rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23FFF' d='M9.99 0C4.467.005-.005 4.487 0 10.01c.005 5.523 4.487 9.996 10.01 9.99 5.52-.006 9.99-4.48 9.99-10 0-5.523-4.477-10-10-10h-.01zm6.93 6h-2.949a15.628 15.628 0 0 0-1.381-3.56A8.032 8.032 0 0 1 16.92 6zM10 2.04A14.1 14.1 0 0 1 11.91 6H8.09A14.1 14.1 0 0 1 10 2.04zM2.26 12a7.815 7.815 0 0 1 0-4h3.38a16.512 16.512 0 0 0-.14 2c.006.669.053 1.337.14 2H2.26zm.82 2h2.95a15.715 15.715 0 0 0 1.38 3.561A7.99 7.99 0 0 1 3.08 14zm2.95-8H3.08a7.985 7.985 0 0 1 4.33-3.56A15.671 15.671 0 0 0 6.03 6zM10 17.96A14.1 14.1 0 0 1 8.09 14h3.82A14.1 14.1 0 0 1 10 17.96zM12.34 12H7.66a14.707 14.707 0 0 1-.16-2 14.56 14.56 0 0 1 .16-2h4.68c.1.662.152 1.331.16 2-.008.67-.061 1.338-.16 2zm.25 5.561A15.7 15.7 0 0 0 13.971 14h2.949a8.038 8.038 0 0 1-4.33 3.561zM14.359 12c.088-.663.135-1.331.141-2a16.313 16.313 0 0 0-.141-2h3.381a7.815 7.815 0 0 1 0 4h-3.381z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:center right 1.8rem;
}
a.header__navbar-1-search-toggle {
	width:30px;
	height:100%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.49' height='17.49'%3E%3Cpath fill='%236B6E6A' d='M12.5 11h-.79l-.279-.27a6.511 6.511 0 1 0-.702.701l.271.279v.79l5 4.99L17.49 16l-4.99-5zm-6 0A4.5 4.5 0 1 1 11 6.5 4.494 4.494 0 0 1 6.512 11H6.5z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:center 1.6rem;
}
.header__navbar-2 a {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding:5rem 2rem 1rem 2rem !important;
}
.header__navbar-2-mobile a {
	height:30px !important;
	padding:0 !important;
	display:inline-block;
	transform:translateY(2px);
}
.header__navbar-2-mobile a:first-child {
	font-size:2.2rem;
	transform:translateY(4px);
}
.header__navbar-2-mobile a.header__navbar-1-search-toggle {
	background-position:center center;
	background-size:22px;
	text-indent:500px;
	margin:0 0 0 10px;
	height:30px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.49' height='17.49'%3E%3Cpath fill='%23003399' d='M12.5 11h-.79l-.279-.27a6.511 6.511 0 1 0-.702.701l.271.279v.79l5 4.99L17.49 16l-4.99-5zm-6 0A4.5 4.5 0 1 1 11 6.5 4.494 4.494 0 0 1 6.512 11H6.5z'/%3E%3C/svg%3E");
}
.dropdown-toggle::after {
	display:none;
}
.header__navbar-2 li.show > a, .header__navbar-2 li > a:hover, .header__navbar-2 li div .has_dritte_ebene > a:hover, .header__navbar-2 li.current-menu-item a {
	color:#D1D823 !important;
}
header.shrink .header__navbar-2 li > a {
	padding:1rem 2rem 1rem 2rem !important;
}
/* Mobile Menu */
.navbar-toggler {
	border:none;
	padding:0;
	background:none;
	border-radius:0;
	-webkit-border-radius:0;
	color:#003399;
	margin:2.4rem 15px 2.4rem 12px;
	-webkit-transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition-delay:.3s;
}
.navbar-toggler.active {
	color:#D1D823;
}
.mobile-nav {
	background:#fff;
	z-index:999;
	position:fixed;
	top:78px;
	right:0;
	width:85%;
	height:100vh;
	height:calc(100vh - 78px);
	overflow: auto !important;
	overflow-x:hidden !important;
    -webkit-overflow-scrolling: touch;
	-webkit-transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .8s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transform:translateX(100%);
	opacity:0;
	visibility:hidden;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	align-items:baseline;
	display:none;
}
.mobile-nav ul {
	width:100%;
	-webkit-transition: all .9s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .9s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .9s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .9s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transform:translateX(20%);
}
.mobile-nav ul.navbar-nav {
	margin-bottom:200px;
}
.mobile-nav.show {
	opacity:1;
	visibility:visible;
	transform:translateX(0);
}
.mobile-nav.show ul {
	transform:translateX(0);
}
.mobile-nav .dropdown-menu {
	transform:translateY(0);
	opacity:1;
	visibility:visible;
	display:none !important;
}
.mobile-nav .dropdown-menu.show {
	display:block !important;
	margin-top:-1px;
}
.mobile-nav ul.navbar-nav li {
	border-top:1px solid #E7E8E6;
	position:relative;
}
.mobile-nav ul li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	font-size:2rem;
}
.mobile-nav .nav-pills a {
	font-size:18px;
	font-size:1.8rem;
	padding:2rem 0;
	color:#6B6E6A;
	text-align:left;
}
/*.mobile-nav .nav-pills li:last-child a {
	color:#003399;
	text-align:right;
	padding-right:25px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23003399' d='M9.99 0C4.467.005-.005 4.487 0 10.01c.005 5.523 4.487 9.996 10.01 9.99 5.52-.006 9.99-4.48 9.99-10 0-5.523-4.477-10-10-10h-.01zm6.93 6h-2.949a15.628 15.628 0 0 0-1.381-3.56A8.032 8.032 0 0 1 16.92 6zM10 2.04A14.1 14.1 0 0 1 11.91 6H8.09A14.1 14.1 0 0 1 10 2.04zM2.26 12a7.815 7.815 0 0 1 0-4h3.38a16.512 16.512 0 0 0-.14 2c.006.669.053 1.337.14 2H2.26zm.82 2h2.95a15.715 15.715 0 0 0 1.38 3.561A7.99 7.99 0 0 1 3.08 14zm2.95-8H3.08a7.985 7.985 0 0 1 4.33-3.56A15.671 15.671 0 0 0 6.03 6zM10 17.96A14.1 14.1 0 0 1 8.09 14h3.82A14.1 14.1 0 0 1 10 17.96zM12.34 12H7.66a14.707 14.707 0 0 1-.16-2 14.56 14.56 0 0 1 .16-2h4.68c.1.662.152 1.331.16 2-.008.67-.061 1.338-.16 2zm.25 5.561A15.7 15.7 0 0 0 13.971 14h2.949a8.038 8.038 0 0 1-4.33 3.561zM14.359 12c.088-.663.135-1.331.141-2a16.313 16.313 0 0 0-.141-2h3.381a7.815 7.815 0 0 1 0 4h-3.381z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:center right;
}*/
.mobile-nav .nav-pills {
	padding-left:2rem;
	padding-right:2rem;
}
.mobile-nav ul li a:hover {
	background:none;
	color:#003399;
}
.mobile-nav ul.navbar-nav li > a {
	font-size:30px;
	font-size:3rem;
	padding:1rem 2rem;
	color:#003399;
	position:relative;
	display:block;
}
.mobile-nav ul.navbar-nav li > a#navbarDropdown::before {
	font-family: 'Arial', sans-serif;
	content:"+";
	text-align:center;
	display:block;
	height:auto;
	line-height:25px;
	width:auto;
	color:#D1D823 !important;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:22px;
	font-size:5rem;
}
.mobile-nav ul.navbar-nav li.show > a::before {
	content:"–";
}
.mobile-nav .dropdown-menu a {
	position:relative;
	padding-left:3.5rem !important;
	display:block;
}
.mobile-nav a.dropdown-item {
	margin-left:1.5rem !important;
}
.mobile-nav .dropdown-menu {
	margin-bottom:3rem;
}
.mobile-nav .dropdown-menu a::before {
	content:"";
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='151.2px' height='263.2px' viewBox='395.068 92.4 151.2 263.2' enable-background='new 395.068 92.4 151.2 263.2' xml:space='preserve'%3E%3Ctitle%3Echevron-left%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23003399' d='M540.527,237.86l-112,111.999c-7.654,7.654-20.064,7.654-27.719,0s-7.654-20.063,0-27.718L498.95,224 l-98.142-98.141c-7.654-7.654-7.654-20.064,0-27.719s20.064-7.654,27.719,0l112,112 C548.182,217.795,548.182,230.205,540.527,237.86L540.527,237.86z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	width:7px;
	height:100%;
	left:2rem;
	top:50%;
	transform:translate(0,-50%);
}
	


.header__logo {
	position:absolute;
	top: 10px;
    left: 15px;
    width: 84px;
    height: 60px;
	overflow:hidden;
	z-index:2;
	display:block;
}
.header__logo .img-fluid{
	min-width:unset !important;
}
header.shrink .header__logo {
	top:12px;
	height:71px;
	width:100px;
}
header.shrink .header__logo img {
	height:85px;
}

.jumbotron {
	background:#fff;
}
.navbar {
	margin:0;
	padding:0;
}
.dropdown-menu {
	border:none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #D7D9DA;
	margin:0;
	padding-bottom:0;
	display:block !important;
	visibility:hidden;
	opacity:0;
	transform:translateY(10px);
	-webkit-transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.dropdown-menu.show {
	transform:translateY(0px);
	visibility:visible;
	opacity:1;
}
header.shrink .dropdown-menu, body.no-mood .dropdown-menu, .dropdown-menu--shadow {
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
}

.header__navbar-2 .dropdown-menu a svg {
	height: 5px;
    width: 100%;
    position: absolute;
    bottom: -5px;
	left:0;
}
.header__navbar-2 .dropdown-menu a svg polygon {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.header__navbar-2 .dropdown-menu a:hover svg polygon {
	fill:#D1D823 !important;
}
.dropdown-menu a {
	padding:1rem 10rem 1rem 2rem !important;
	color: #003399;
	border:none;
	position:relative;
}
.dropdown-menu .has_dritte_ebene a.dropdown-item {
	color: #333333;
	background:none !important;
	font-family: "TheMixC5-Plain", Calibri, sans-serif;
	font-size:15px;
	padding:0.5rem 10rem 0.5rem 2rem !important;
}
.dropdown-menu .has_dritte_ebene a.dropdown-item:nth-of-type(2) {
	padding-top:0.8rem !important;
}
.dropdown-menu .has_dritte_ebene a.dropdown-toggle {
	background:none !important;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#969696 !important;
	margin:0 10px 0 10px;
	padding-left:10px !important;
}
.dropdown-menu .has_dritte_ebene a.dropdown-toggle:first-child:hover::before {
	background:none !important;
}
.dropdown-menu .has_dritte_ebene a.dropdown-item:hover {
	background:none;
}
.dropdown-menu .has_dritte_ebene{
	float:left;
	width:216px;
	padding-bottom:0.6rem;
	margin-right:20px;
	margin-top:5px;
}
.dropdown-menu .has_dritte_ebene a.dropdown-toggle{
	float:left;
	width:192px;
	padding:1rem 10rem 0.5rem 1rem !important
}
.header__navbar-2 .dropdown-menu a:first-child::before {
	content:"";
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	height:5px;
	width:100%;
	transform:translateY(-100%);
}
.header__navbar-2  .dropdown-menu a:first-child:hover::before {
	background:#D1D823;
}
.header__navbar-2  .dropdown-menu a:hover {
	background:#D1D823;
	color: #003399;
}


/* swiper */
.swiper-pagination-bullet {
	background:#fff;
	opacity:1;
	width:10px;
	margin:10px;
	height:10px;
}
.swiper-pagination-bullet:focus {
	outline:none;
}
.swiper-pagination-bullet-active {
	background:#D1D823;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:10px;
}

.zitateslider__swiper-pagination{
	margin-top:20px;
	position:relative;
}
.fields__imgwrap {
	position:relative;
	margin-bottom:38px;
	height:340px;
	overflow:hidden;
}

.swiper-pagination-bullet{
	background:#e7e8e6;
}
.bg-lightgrey .swiper-pagination-bullet{
	background:#fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#003399;
}
.bg-lightblue .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#D1D823;
}

/* card */
.card {
	border:none;
	-webkit-border-radius: 0;
	border-radius: 0;
	height:511px;
	border:solid 1px #D7D9DA;
}
.card-smaller {
	height:405px;
}
div.col-md-6:not(.col-lg-4) div.card-smaller {
	height:470px;
}
.card__imgwrap {
	position:relative;
	height:200px;
	overflow:hidden;
}

div.col-md-6:not(.col-lg-4) div.card .card__imgwrap {
	height:241px;
}

.card__imgwrap.rounded-circle {
	width:190px;
	height:190px;
	margin:13px auto -13px auto;
}
.card-body {
	padding:3rem 2.2rem;
	color:#333 !important;
	min-height:236px;
}
.card-meta {
	margin:0 0 1rem 0;
	color:#6B6E6A;
}
.card-title, .card-body h3, .card-body h2 {
	color:#003399 !important;
}
.card-body p{
	line-height:1.4;
}
.card-body h3, .card-body .like-h3{
	margin-bottom:1.4rem;
}

/* cardblock */
.cardblock {
	padding:9rem 0 11rem 0;
}
.cardblock .card {
	margin:0 0 30px 0;
}
.cardblock__combi-with-facts {
	padding:5rem 0 5rem 0 !important;
}
.cardblock__combi-with-facts .container {
	position:relative;
	z-index:3;
}
.cardblock__container .row {
	margin-right: -8px;
    margin-left: -8px;
}
.cardblock__container .col, .cardblock__container .col-1, .cardblock__container .col-10, .cardblock__container .col-11, .cardblock__container .col-12, .cardblock__container .col-2, .cardblock__container .col-3, .cardblock__container .col-4, .cardblock__container .col-5, .cardblock__container .col-6, .cardblock__container .col-7, .cardblock__container .col-8, .cardblock__container .col-9, .cardblock__container .col-auto, .cardblock__container .col-lg, .cardblock__container .col-lg-1, .cardblock__container .col-lg-10, .cardblock__container .col-lg-11, .cardblock__container .col-lg-12, .cardblock__container .col-lg-2, .cardblock__container .col-lg-3, .cardblock__container .col-lg-4, .cardblock__container .col-lg-5, .cardblock__container .col-lg-6, .cardblock__container .col-lg-7, .cardblock__container .col-lg-8, .cardblock__container .col-lg-9, .cardblock__container .col-lg-auto, .cardblock__container .col-md, .cardblock__container .col-md-1, .cardblock__container .col-md-10, .cardblock__container .col-md-11, .cardblock__container .col-md-12, .cardblock__container .col-md-2, .cardblock__container .col-md-3, .cardblock__container .col-md-4, .cardblock__container .col-md-5, .cardblock__container .col-md-6, .cardblock__container .col-md-7, .cardblock__container .col-md-8, .cardblock__container .col-md-9, .cardblock__container .col-md-auto, .cardblock__container .col-sm, .cardblock__container .col-sm-1, .cardblock__container .col-sm-10, .cardblock__container .col-sm-11, .cardblock__container .col-sm-12, .cardblock__container .col-sm-2, .cardblock__container .col-sm-3, .cardblock__container .col-sm-4, .cardblock__container .col-sm-5, .cardblock__container .col-sm-6, .cardblock__container .col-sm-7, .cardblock__container .col-sm-8, .cardblock__container .col-sm-9, .cardblock__container .col-sm-auto, .cardblock__container .col-xl, .cardblock__container .col-xl-1, .cardblock__container .col-xl-10, .cardblock__container .col-xl-11, .cardblock__container .col-xl-12, .cardblock__container .col-xl-2, .cardblock__container .col-xl-3, .cardblock__container .col-xl-4, .cardblock__container .col-xl-5, .cardblock__container .col-xl-6, .cardblock__container .col-xl-7, .cardblock__container .col-xl-8, .cardblock__container .col-xl-9, .cardblock__container .col-xl-auto {
	padding-right: 8px;
    padding-left: 8px;
}

section.kontaktcards .card.with_rounded_img {
    height: 100%;
    margin-bottom: 100px;
}

section.kontaktcards .card .card__imgwrap {
    height: 235px;
}

.kontaktcards .card__imgwrap {
    height: 237px;
}

section.kontaktcards .card .green_cirlce {
    margin: 6px 0 0 54px;
    padding: 3px 0 0 8px;
}

.testimonial__kontakt {
    padding-top: 10px !important;
}

/* Mainslider */
.mainslider {
	position:relative;
	margin:8rem 0 0 0;
}
.mainslider .swiper-pagination {
	bottom:12%;
	width:100%;
	display:none;
}
.mainslider.mainslider--small .swiper-pagination {
	bottom:-7%;
	z-index:100;
}
.mainslider.mainslider--small .swiper-pagination-bullet {
	background:#E7E8E6;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mainslider.mainslider--small .swiper-pagination-bullet-active {
	background:#D1D823;
}

.mainslider .swiper-pagination.disabled {
	display:none;
}
.mainslider__imgwrap {
	position:relative;
	padding-bottom:110%;
}
.mainslider--small .mainslider__imgwrap {
	padding-bottom:50%;
}
.mainslider__imgwrap video, .mainslider__imgwrap iframe {
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}

.mainslider__select-wrap {
	position:absolute;
	bottom:2%;
	right:0;
	left:1px;
	margin:0 auto;
}
.mainslider.project-page .mainslider__select-wrap {
	position:absolute;
	bottom:57px;
	right:-122px;
	left:0;
	margin:0 auto;
}
.mainslider .select2-container {
	font-family: 'Open Sans Condensed', sans-serif;
	z-index:999;
	width:100% !important;
	max-width:338px !important;
	display:block;
}
.mainslider.project-page .select2-container {
	font-family: 'Open Sans Condensed', sans-serif;
	z-index:999;
	width:100% !important;
	max-width:486px !important;
	margin:0;
	display:block;
}
.mainslider .select2-container.select2-container--open {
	z-index:9999;
}


.page-id-14663 .mainslider{
	margin-top:10rem !important;
}




.select2-dropdown {
	font-family: 'Open Sans Condensed', sans-serif !important;
	border:none !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.select2-container--open .select2-dropdown::after {
	content:"";
	height:100%;
	height:calc(100% + 54px);
	width:100%;
	position:absolute;
	top:-54px;
	left:0;
	z-index:-1;
	background:transparent;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}
.select2-container--open .select2-dropdown.select2-dropdown--above::after {
	top:0px;
}


/*.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #D1D823;
    color: #003399;
}*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #FFFFFF;
    color: #003399;
}
.select2-container--default .select2-results__option:hover {
	background-color: #D1D823;
    color: #003399;
}
.select2-results__option {
	padding:0.9rem 2rem;
	color:#003399 !important;
	font-size: 20px;
  font-size: 2rem;
}
.mainslider .select2-container--default .select2-selection--single {
	-webkit-border-radius: 0;
	border-radius: 0;
	border:none;
	background:#D1D823;
	color:#fff;
	padding:1.3rem;
	height:auto;
	z-index:2;
}
.mainslider .select2-container--default .select2-selection--single:focus {
	outline:none;
}
.mainslider .select2-selection__rendered {
	color:#fff !important;
}
.mainslider .select2-container--open .select2-selection__placeholder, .mainslider .select2-container--open .select2-selection__rendered {
	color:#003399 !important;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 340px;
}
.mainslider .select2-container--default .select2-selection--single::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #D1D823;
	transform-origin: 100% 0;
	z-index: -1;
}
.mainslider .select2-container--open.select2-container--below .select2-selection--single::after {
	display:none;
}
.mainslider .select2-container--default .select2-selection--single::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #D1D823;
	transform-origin: 100% 0;
	z-index: -1;
}
.mainslider .select2-container--open.select2-container--above .select2-selection--single::before {
	display:none;
}
.mainslider .select2-selection__placeholder, .mainslider .select2-selection__rendered {
	color:#003399 !important;
	font-size:20px !important;
	font-size:2rem !important;
	line-height:1.4;
	font-weight:300 !important;
	font-family:"TheMixC5-Plain";
}
.mainslider .select2-selection__clear {
	display:none;
}
.mainslider .select2-container--default .select2-selection--single .select2-selection__arrow {
	top:50%;
	transform:translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.602' fill='%23003399' height='14.573' viewBox='12.378 16.313 23.602 14.573'%3E%3Cpath d='M12.378 19.086l11.802 11.8 11.8-11.801-2.774-2.772-9.025 9.009-9.027-9.009-2.776 2.773z'/%3E%3C/svg%3E");
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	width: 17px;
    height: 14px;
	right:3rem;
}
.mainslider .select2-container--open .select2-selection--single .select2-selection__arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.602' fill='%23003399' height='14.573' viewBox='12.378 16.313 23.602 14.573'%3E%3Cpath d='M15.153 30.885l9.027-9.009 9.025 9.009 2.774-2.772-11.8-11.801-11.801 11.801 2.775 2.772z'/%3E%3C/svg%3E");
}

/* Free Mode Swiper for hor. Scrolling / Swiping */
.free-mode__swiper-container {
	position: relative;
	display: inline-flex;
	max-width:100%;
	vertical-align: middle;
	padding-right:30px;
}
.free-mode__swiper-container::after {
	content:"";
	height:100%;
	width:30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}


/* Card Slider */
.card-slider, .story_swiper {
	padding:11rem 0 15rem 0;
}
.card-slider__swiper-container, .card-slider__story_swiper-container {
	padding:3rem 0;
	z-index:15;
}
.card-slider__headline {
	display:inline-flex;
	vertical-align: middle;
	margin:0 5rem 0 0;
}
.card-slider__swiper-container .swiper-slide, .card-slider__story_swiper-container .swiper-slide {
	width: 100%;
	opacity:.4;
	-webkit-transition: opacity .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: opacity .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: opacity .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: opacity .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.card-slider__swiper-container .swiper-slide.curr, .card-slider__story_swiper-container .swiper-slide.curr {
	opacity:1 !important;
}
.card-slider__swiper-container .swiper-slide.appended, .card-slider__story_swiper-container .swiper-slide.appended {
	opacity:0 !important;
	visibility:hidden !important;
}
.card-slider__prev, .card-slider__next, 
.card-slider__prev:hover, .card-slider__next:hover,
.card-slider__prev:focus, .card-slider__next:focus,
.card-slider__prev:active, .card-slider__next:active
 {
	background:none !important;
	color:#333 !important;
	outline:none !important;
	box-shadow:none !important
}
.btn.card-slider__prev, .btn.card-slider__next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' height='23.601' fill='%23003399' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E") !important;
	background-size:15px !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	width:50px !important;
	text-indent:100px;
	overflow:hidden;
	margin:0 !important;
}
.btn.card-slider__prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' height='23.602' fill='%23003399' viewBox='16.893 11.798 14.573 23.602'%3E%3Cpath d='M28.693 11.798L16.892 23.599l11.801 11.8 2.772-2.774-9.009-9.025 9.009-9.027-2.772-2.775z'/%3E%3C/svg%3E") !important;
}
.btn.card-slider__prev, .btn.card-slider__next {
	height:43px;
}
.btn.card-slider__prev.end, .btn.card-slider__next.end {
	opacity:.4;
}
.card-slider__scale-col {
	max-width:85%;
}


/* Linklist */
.linklist {
	padding:10rem 0 15rem 0;
}
.linklist a.nav-item{
	max-width:370px;
}

/* Facts */
.facts {
	color:#003399;
	padding:10rem 0 15rem 0;
	position:relative;
	overflow:hidden;
}
.facts__combi-with-cards {
	margin-top:0;
	padding:6rem 0 24rem 0 !important;
}
.facts__fact-count {
	font-family: 'Dax-Condensed-Bold' !important;
	line-height:.9;
}
.facts__fact {
	margin:0 0 3rem 0;
}
.facts__world {
	position:absolute;
	top:40%;
	transform:translateY(-50%);
	left:-40%;
	right:0;
	margin:0 auto;
	max-width:1600px;
	width:200%;
}
.facts__combi-with-cards .facts__world {
	top:40%;
	transform:translateY(-50%);
	z-index:1;
}

.facts__fact-label{
	font-family: 'TheMix-LightItalic' !important;
}


/* Text / Image Teaser */
.text-image {
	padding:9rem 0 12rem 0;
}
.text-image.asymmetric-descending {
	padding:9rem 0 12rem 0;
}
.text-image__image {
	max-width:80%;
	margin:0 0 5rem 0;
}
.text-image__bigtext {
	font-size:26px;
	font-size:2.6rem;
}

/* Testimonial */
.testimonial {
	padding:8rem 0 9rem 0;
}
.testimonial__img {
	max-width:262px;
	width:100%;
	margin:0 0 3rem 0;
}
.testimonial cite {
	font-style:normal;
	font-size:26px;
	font-size:2.6rem;
}
.testimonial__person {
	margin:3rem 0 0 0;
}

.rounded-perso__imgwrapper {
	margin:1rem 0 2rem 0;
	text-align:center;
}
.rounded-perso__imgwrapper img {
	width:50%;
}

/* Text / Image Multicol */
.text-image-multicol {
	padding:5rem 0 10rem 0;
}
.text-image-multicol__imgwrapper {
	margin:0 0 3rem 0;
	text-align:center;
}
.text-image-multicol__imgwrapper img {
	width:100%;
}
.text-image-multicol__headline {
	margin:0 0 4rem 0;
}
.text-image-multicol__subheadline {
	margin:0 0 2rem 0;
}

.page-vorstand .rounded-circle{
	max-width:85%;
}

/* Map */
.map {
	margin:0;
}
.map__map-wrapper {
	position:relative;
}
.map__map-wrapper::before {
	 position: absolute;
	 content: "";
	 width: 100%;
	 top: 0px;
	 left: 0;
	 background-color: #fff;
	 z-index: 10;
}
.map__map-wrapper {
	height:75rem;;
}
.map__map-wrapper iframe {
	height:100%;
	width:100%;
}
.map .nav-tabs {
	/*transform:translateY(-100%);*/
	border:none;
}
.map .nav-tabs .nav-link {
	-webkit-border-radius: 0;
	border-radius: 0;
	border:none;
	background:#E7E8E6;
	margin:0 4px !important;
	padding:0 !important;
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 25px 0 rgba(0,0,0,.3);
	font-family: 'Dax-Condensed-Bold','Open Sans Condensed', sans-serif;
	font-size:20px;
	font-size:2rem;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#003399;
	position:relative;
}
.map .nav-tabs .nav-link::before {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+1,0.2+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(252,252,252,0) 1%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(252,252,252,0) 1%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(252,252,252,0) 1%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
.map .nav-tabs .nav-link.active::before {
	display:none;
}
.map .nav-tabs .nav-link.active, .map .nav-tabs .nav-link.active:hover {
	background:#FFF !important;
}
.map .nav-tabs .nav-link:hover {
	background:#D2D3D2;
}
.map .nav-tabs .nav-item {
	margin:0 !important;
	padding:0 !important;
	width:33.333%;
}
.map .nav-tabs .nav-item::before {
	display:none;
}
.map__tab-wrapper {
	margin-top:-60px;
	margin-bottom:15rem;
}
.map__tab-wrapper .nav-tabs {
	z-index:1;
	position:relative;
	white-space:nowrap;
	padding:0 16px;
}
.map__tab-wrapper .tab-content {
	background:#fff;
	position:relative;
	z-index:2;
	padding-top:4rem;
}
.map__tab-wrapper .nav-tabs::before {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+1,0.2+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(252,252,252,0) 1%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(252,252,252,0) 1%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(252,252,252,0) 1%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
	z-index:-1;
}
.tab-pane__table-wrap {
	border-bottom:5px solid #E7E8E6;
}
.table-borderless {
	border:none !important;
}
/*.tab-pane__table-wrap .table td, */
.tab-pane__table-wrap .table th {
	padding:0;
	height:45px;
}
.tab-pane__table-wrap .table-hover tbody tr:hover {
	background:none;
}

.bootstrap-table .table_th_jahr{
	padding-right:26px !important;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
	padding:0;
	color:#003399;
}
.bootstrap-table .fixed-table-container .table thead th {
	vertical-align:middle;
}
.bootstrap-table .fixed-table-container .table thead th .both {
	background:none;
	position:relative !important;
	display:inline;
}
.bootstrap-table .fixed-table-container .table thead th .both {
	background:none;
	position:relative !important;
	display:inline;
	font-size:2.2rem;
}
.table tbody td:nth-child(2){
	width:22%;
}
.page-template-template-referenzen .bootstrap-table .fixed-table-container .table thead th:last-child{
	padding-right:51px !important;
	text-align:right;
}
.page-template-template-referenzen .bootstrap-table .fixed-table-container .table thead th:nth-child(5){
	padding-right:49px !important;
	text-align:right;
}

.bootstrap-table .fixed-table-container .table thead th .both::after {
	content:"";
	position:absolute;
	bottom:11px;
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='151.2px' height='263.2px' viewBox='395.068 92.4 151.2 263.2' enable-background='new 395.068 92.4 151.2 263.2' xml:space='preserve'%3E%3Ctitle%3Echevron-left%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23003399' d='M540.527,237.86l-112,111.999c-7.654,7.654-20.064,7.654-27.719,0s-7.654-20.063,0-27.718L498.95,224 l-98.142-98.141c-7.654-7.654-7.654-20.064,0-27.719s20.064-7.654,27.719,0l112,112 C548.182,217.795,548.182,230.205,540.527,237.86L540.527,237.86z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	width:10px;
	height:20px;
	right:-28px;
	-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
	transform-origin: -50% 50%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:.4;
}
.bootstrap-table .fixed-table-container .table thead th .both.asc::after {
	bottom:-8px;
	right:-25px;
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
	transform-origin: -50% 50%;
}
.bootstrap-table .fixed-table-container .table thead th .both.asc::after, .bootstrap-table .fixed-table-container .table thead th .both.desc::after {
	opacity:1;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.tab-pane__meta {
	color:#6B6E6A;
	padding-top:2rem;
}


/* Text */
section.text {
	padding:12rem 0rem 9rem 0;
}
section.text-first {
	padding:0rem 3rem 11rem 0;
}
.text p, .text-first p {
	margin:0 0 3rem 0;
	position:relative;
	z-index:0;
}
.text ul:not(.select2-results__option, .select2-results__options), .text-first ul:not(.select2-results__options) {
	margin:0.6rem 0 4rem 3rem;
}
.text ul li, .text-first ul li {
	margin:0 0 1rem 0;
}

/* Accordion */
.timeline-container {
    width: 80%;
    overflow: hidden;
}

.timeline {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height:100px;
    margin-left:2px;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Icon Styling */
.icon img {
    width: 34px;
    height: 38px;
    margin-bottom: 13px; /* Abstand zwischen Icon und Punkt */
}

.point {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.2s;
}
.accordion__itm .point{
	position:absolute;
}

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

/* Styling für abgeschlossene Punkte */
.point.completed {
    background-color: #003399;
    color: white;
}

/* Styling für den aktuellen Punkt */
.point.current {
    background-color: transparent;
    color: #003399;
    border: 1px solid #003399;
}
/* Styling für bevorstehende Punkte */
.point.upcoming {
    color: #fff;
    background-color: #E7E8E6;
    border: 1px solid #E7E8E6;
}

/* Verbindungslinien */
.line-container{
	position:relative;
	width: 100%;
	height:99%;
}
.line {
    width: 100%;
    height: 1px;
    background-color: #003399;
    position:absolute;
    bottom:20px;
}

.accordion {
	margin:0 0 4rem 3rem;
}
.accordion__itm {
	margin:0 0 3rem 0;
	float:left;
}
.accordion__itm ul{
	margin:0 0 4rem 0rem !important;
}
.accordion__content {
	padding:2rem 0 0 0;
}
.accordion__bild {
	max-width:400px;
}
.accordion__headline2 {
	position:relative;
	cursor:pointer;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#000;
	padding-left:4px;
	min-height:50px;
	max-width:80%;
}
.col-lg-6 .accordion__headline2 {
	max-width:94%;
}

.accordion__headline2::after {
	content:"-";
	font-family:'Arial', sans-serif;
	position:absolute;
	bottom:20px;
	right:19px;
	font-size:28px;
	font-size:2.8rem;
	line-height:0.75;
	color:#003399;
	background:none;
	border: 1px solid #003399; /* Der 1px breite, solide Rand */
  border-radius: 50%; /* Macht das Element kreisförmig */
  box-sizing: border-box; /* Sorgt dafür, dass Padding und Border einbezogen werden */
  pointer-events: none; /* Klicks gehen durch den Kreis hindurch */
	text-indent:8px;
	height: 27px;
  width: 27px;
  margin-top: 2px;
}
.accordion__headline2::after:hover {
    transform: scale(1.1);
}
.accordion__headline2.collapsed::after {
	content:"+";
	bottom:20px;
	color:#003399;
	background:none;
	text-indent:6px;
	font-size:23px;
	font-size:2.3rem;
	line-height:1;
}
.accordion__headline2 strong{
	font-size:22px;
	color:#003399;
	padding-left:13px;
	width:90%;
	display:block;
}
.with_progress_bar .accordion__headline2 strong{
	padding-left:47px;
}

.accordion__content{
	max-width:80%;
}
.accordion__headline {
	position:relative;
	cursor:pointer;
}
.accordion__headline strong::before {
	content:"–";
	font-family:'Arial', sans-serif;
	position:absolute;
	top:-6px;
	left:-30px;
	font-size:34px;
	font-size:3.4rem;
	line-height:1;
	color:#D1D823;
}
.accordion__headline.collapsed strong::before {
	content:"+";
	top:-4px;
}


.card-icon{
	width: 44px;
  height: 44px;
  content: "";
  position: absolute;
  top: 143px;
  left: 31px;
  z-index: 999;
}

/* Content Slider */
.content-slider, .content-slider_sidebar {
	position:relative;
	margin:0 0 4rem 0;
}
.content-slider__swiper-pagination {
	bottom:0;
	display:none;
}
.content-slider__controls {
	position:absolute;
	width:100%;
	height:5rem;
	bottom:0rem;
}
.content-slider__caption {
	padding:2rem 0;
	margin:0 0 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition: opacity .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: opacity .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: opacity .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: opacity .3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition-delay:.7s;
}
.swiper-slide-active .content-slider__caption {
	opacity:1;
	visibility:visible;
}
.content-slider__swiper-pagination {
	left:0;
	right:0;
	margin:0 auto;
}
.content-slider__swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' height='23.601' fill='%23D1D823' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E");
	background-size:15px;
	outline:none;
}
.content-slider__swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' height='23.602' fill='%23D1D823' viewBox='16.893 11.798 14.573 23.602'%3E%3Cpath d='M28.693 11.798L16.892 23.599l11.801 11.8 2.772-2.774-9.009-9.025 9.009-9.027-2.772-2.775z'/%3E%3C/svg%3E");
	background-size:15px;
	outline:none;
}
.content-slider .swiper-pagination-bullet, .content-slider_sidebar .swiper-pagination-bullet {
	background:#E7E8E6;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.content-slider .swiper-pagination-bullet-active, .content-slider_sidebar .swiper-pagination-bullet-active {
	background:#D1D823;
}
.zitate_slider{
	position:relative;
}
.zitate_slider .swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' height='23.601' fill='%23003399' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E");
	background-size:15px;
	outline:none;
	display:none;
}
.zitate_slider .swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' height='23.602' fill='%23003399' viewBox='16.893 11.798 14.573 23.602'%3E%3Cpath d='M28.693 11.798L16.892 23.599l11.801 11.8 2.772-2.774-9.009-9.025 9.009-9.027-2.772-2.775z'/%3E%3C/svg%3E");
	background-size:15px;
	outline:none;
	display:none;
}
.zitate_slider .swiper-button-prev{
	left:50px;
	top:45%;
}
.zitate_slider .swiper-button-next{
	right:50px;
	top:45%;
}

/* Table */
.table .table {
	background:none;
}
.table__wrap {
	/*background-image: linear-gradient(0deg, #E7E8E6 25%, #ffffff 25%, #ffffff 50%, #E7E8E6 50%, #E7E8E6 75%, #ffffff 75%, #ffffff 100%);
	background-size: 178px 179px;*/
	border-bottom:5px solid #E7E8E6;
	position:relative;
}
.table__wrap .table td, .table__wrap .table th {
	padding:3rem 0;
	vertical-align:top !important;
}
.table__wrap .table td.gMapsLinks{
	cursor:pointer;
}

.table__wrap .table td.align-right{
	text-align:right;
	padding-right:32px;
}


.table__wrap .table-hover tbody tr:hover {
	background:none;
}
.table__meta {
	color:#6B6E6A;
	padding-top:2rem;
}
.table a {
	color:#333;
	display:block;
	padding-right:50px;
}
.table a:hover {
	text-decoration:none;
}
/*.table a::before {
	content:"";
	height:100%;
	width:18px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='3 3 18 18'%3E%3Cpath fill='%23003399' d='M19 19H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2.006 2.006 0 0 0 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:center 5px;
	background-size:100%;
	position:absolute;
	top:0;
	right:0;
}*/
.table a:after {
	display:none;
}
.fake-tr-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.fake-tr--even {
	background:#E7E8E6;
}
.fake-tr--odd {
	background:#FFFFFF;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
	overflow:hidden;
}
.table td{
}

table.content_table {
	background:none;
}
table.content_table td {
	vertical-align: top;
	display:table-cell;
	border:1px solid #dee2e6;
	padding:.85rem;
}
table.content_table th {
	vertical-align: top;
	background:#E7E8E6;
	border:1px solid #dee2e6;
	padding:.85rem;
}


.table thead th {
	opacity:0 !important;
	height:0 !important;
	overflow:hidden !important;
	padding:0 !important;
}
.table td, .table th {
	display:block; 
	box-sizing:border-box; 
	clear:both;
}
.table-mobile-headline {
	line-height:1.1;
	margin:0 0 .5rem 0;
}



/* Multi Select und Select Button */
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
	background:#D1D823;
	border:none;
	color:#fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	min-height:0 !important;
	cursor:pointer;
	position:relative;
	z-index:100;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding:1.2rem 3.5rem .3rem 50px;
}
.page-template-template-our_team .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
	padding:1.2rem 3.5rem .3rem 18px;
	background:#003399;
}
.select2-container--default .select2-selection--single {
	padding:13px 4rem 13px 1rem;
	height:auto;
}
/*.select2-container--default .select2-selection--multiple:hover, .select2-container--default .select2-selection--single:hover {
	background:#91A231;
}*/
.button__multiselect-wrap--select-windfarm.active .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection-single {
	border:none;
	background:#e7e8e6;
	color:#003399;
	position:relative;
	z-index:100;
}
.select2-container--default.select2-container--focus .select2-selection {
	position:relative !important;
	z-index:100 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding:0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	padding:0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li::before {
	display:none;
}
.select2-container--default .select2-search--inline .select2-search__field {
	color:#E7E8E6;
	margin:0;
	font-family: 'TheMixC5-Plain' !important, 'Open Sans Condensed', sans-serif;
	font-size: 18px;
  font-size: 1.8rem;
	cursor:pointer;
}
.button__multiselect .select2-selection__rendered {
}
.button__multiselect.button__multiselect--icon .select2-selection__rendered {
}

.karriere_section .button__multiselect.button__multiselect--icon .select2-selection__rendered {
	margin-left: -32px;
}

/*
.select2-container--default .button__multiselect--standort::before {
	content:"";
	position:absolute;
	top:0;
	left:20px;
	height:100%;
	width:18px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 401.51 379'%3E%3Cg data-name='Ebene 2'%3E%3Cpath d='M400.48 177.35a18.86 18.86 0 0 1-17.87 12h-36.74V363c0 8.84-7.49 16-16.69 16H253a17.63 17.63 0 0 1-17.46-17.76v-94.18a9.49 9.49 0 0 0-9.48-9.48H175.4a9.49 9.49 0 0 0-9.48 9.48v94.18A17.62 17.62 0 0 1 148.47 379H72.38c-9.2 0-16.69-7.2-16.69-16V189.38H18.9A18.84 18.84 0 0 1 1 177.35a17.14 17.14 0 0 1 5.31-19.16L190.66 3.64a15.88 15.88 0 0 1 20.19 0l44.93 37.67V16.43A16.58 16.58 0 0 1 272.47 0h54.93a16.58 16.58 0 0 1 16.69 16.43v98.92l51.07 42.84a17.17 17.17 0 0 1 5.32 19.16Z' fill='%23fff' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
}
.select2-container--default .button__multiselect--taetigkeitsbereich::before {
	content:"";
	position:absolute;
	top:0;
	left:20px;
	height:100%;
	width:16px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 62.79'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff}%3C/style%3E%3C/defs%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='Icons'%3E%3Cpath class='cls-1' d='m40.31 20.52.56-1.29a3.39 3.39 0 0 0-1.76-4.46L37 13.86a14.23 14.23 0 1 0-14.18 14.61 14.42 14.42 0 0 0 3-.33L24.55 26a7.89 7.89 0 0 1-1.16-3.28l-5-2.16a1.1 1.1 0 0 1-.57-1.46l3.6-8.29a1.13 1.13 0 0 1 1.46-.58l7.68 3.35a7.89 7.89 0 0 1 7.28 3.17l.33.15a1.08 1.08 0 0 1 .61 1.29Z'/%3E%3Cpath class='cls-1' d='M22.21 13.71a1.06 1.06 0 1 0 1.06-1.06 1.05 1.05 0 0 0-1.06 1.06ZM14.9 30.11C6.69 30.32-.53 35.48 0 46.38c.24 4.12 1.72 16.41 1.72 16.41h28.05V50.5l-12-1.45.36-3 24.51 3.11a6.48 6.48 0 0 0 5.72-2.47c1.28-1.92 1.64-5.09.43-7.06l-7.47-12.17L36 18.89a5.37 5.37 0 1 0-9.16 5.61l5.83 9.73c-5.93-1.6-9.01-4.35-17.77-4.12Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
}

.select2-container--default.select2-container--focus .button__multiselect--standort::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 401.51 379'%3E%3Cg data-name='Ebene 2'%3E%3Cpath d='M400.48 177.35a18.86 18.86 0 0 1-17.87 12h-36.74V363c0 8.84-7.49 16-16.69 16H253a17.63 17.63 0 0 1-17.46-17.76v-94.18a9.49 9.49 0 0 0-9.48-9.48H175.4a9.49 9.49 0 0 0-9.48 9.48v94.18A17.62 17.62 0 0 1 148.47 379H72.38c-9.2 0-16.69-7.2-16.69-16V189.38H18.9A18.84 18.84 0 0 1 1 177.35a17.14 17.14 0 0 1 5.31-19.16L190.66 3.64a15.88 15.88 0 0 1 20.19 0l44.93 37.67V16.43A16.58 16.58 0 0 1 272.47 0h54.93a16.58 16.58 0 0 1 16.69 16.43v98.92l51.07 42.84a17.17 17.17 0 0 1 5.32 19.16Z' fill='%23003399' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");	
}
.select2-container--default.select2-container--focus .button__multiselect--taetigkeitsbereich::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 62.79'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23003399}%3C/style%3E%3C/defs%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='Icons'%3E%3Cpath class='cls-1' fill='%23003399' d='m40.31 20.52.56-1.29a3.39 3.39 0 0 0-1.76-4.46L37 13.86a14.23 14.23 0 1 0-14.18 14.61 14.42 14.42 0 0 0 3-.33L24.55 26a7.89 7.89 0 0 1-1.16-3.28l-5-2.16a1.1 1.1 0 0 1-.57-1.46l3.6-8.29a1.13 1.13 0 0 1 1.46-.58l7.68 3.35a7.89 7.89 0 0 1 7.28 3.17l.33.15a1.08 1.08 0 0 1 .61 1.29Z'/%3E%3Cpath class='cls-1' d='M22.21 13.71a1.06 1.06 0 1 0 1.06-1.06 1.05 1.05 0 0 0-1.06 1.06ZM14.9 30.11C6.69 30.32-.53 35.48 0 46.38c.24 4.12 1.72 16.41 1.72 16.41h28.05V50.5l-12-1.45.36-3 24.51 3.11a6.48 6.48 0 0 0 5.72-2.47c1.28-1.92 1.64-5.09.43-7.06l-7.47-12.17L36 18.89a5.37 5.37 0 1 0-9.16 5.61l5.83 9.73c-5.93-1.6-9.01-4.35-17.77-4.12Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
*/

.filter_div{
	flex: auto;
	margin:0 28px 24px 0 !important;
	width:340px;
	z-index:1;
	background:#003399;
}
.filter_div.active{
	background:#E7E8E6;
	color:#003399;
}


.select2-container--default .button__multiselect--standort::after, .select2-container--default .button__multiselect--taetigkeitsbereich::after, .select2-container--default .button__multiselect--einstieg_als::after {
	content:"";
	background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='151.2px' height='263.2px' viewBox='395.068 92.4 151.2 263.2' enable-background='new 395.068 92.4 151.2 263.2' xml:space='preserve'%3E%3Ctitle%3Echevron-left%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M540.527,237.86l-112,111.999c-7.654,7.654-20.064,7.654-27.719,0s-7.654-20.063,0-27.718L498.95,224 l-98.142-98.141c-7.654-7.654-7.654-20.064,0-27.719s20.064-7.654,27.719,0l112,112 C548.182,217.795,548.182,230.205,540.527,237.86L540.527,237.86z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	width:8px;
	height:16px;
	position:absolute;
	top:50%;
	margin-top:-8px;
	right:2rem;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	transform-origin: center center;
}
.select2-container--default.select2-container--focus .button__multiselect--standort::after, .select2-container--default.select2-container--focus .button__multiselect--taetigkeitsbereich::after, .select2-container--default.select2-container--focus .button__multiselect--einstieg_als::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='151.2px' height='263.2px' viewBox='395.068 92.4 151.2 263.2' enable-background='new 395.068 92.4 151.2 263.2' xml:space='preserve'%3E%3Ctitle%3Echevron-left%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23003399' d='M540.527,237.86l-112,111.999c-7.654,7.654-20.064,7.654-27.719,0s-7.654-20.063,0-27.718L498.95,224 l-98.142-98.141c-7.654-7.654-7.654-20.064,0-27.719s20.064-7.654,27.719,0l112,112 C548.182,217.795,548.182,230.205,540.527,237.86L540.527,237.86z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    /*transform-origin: 50% 50%;*/
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top:50%;
	transform:translateY(-50%);
	background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='151.2px' height='263.2px' viewBox='395.068 92.4 151.2 263.2' enable-background='new 395.068 92.4 151.2 263.2' xml:space='preserve'%3E%3Ctitle%3Echevron-left%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M540.527,237.86l-112,111.999c-7.654,7.654-20.064,7.654-27.719,0s-7.654-20.063,0-27.718L498.95,224 l-98.142-98.141c-7.654-7.654-7.654-20.064,0-27.719s20.064-7.654,27.719,0l112,112 C548.182,217.795,548.182,230.205,540.527,237.86L540.527,237.86z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	width: 8px;
    height: 16px;
	right:2rem;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	transform-origin: top center;
}
.select2-container--open .select2-selection--single .select2-selection__arrow {
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='151.2px' height='263.2px' viewBox='395.068 92.4 151.2 263.2' enable-background='new 395.068 92.4 151.2 263.2' xml:space='preserve'%3E%3Ctitle%3Echevron-left%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23003399' d='M540.527,237.86l-112,111.999c-7.654,7.654-20.064,7.654-27.719,0s-7.654-20.063,0-27.718L498.95,224 l-98.142-98.141c-7.654-7.654-7.654-20.064,0-27.719s20.064-7.654,27.719,0l112,112 C548.182,217.795,548.182,230.205,540.527,237.86L540.527,237.86z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	right:2rem;
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
	transform-origin: -50% 50%;
}
.select2-container--default .button__select--sorting .select2-results>.select2-results__options {
	max-height:none;
}
.select2-search__field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#fff !important;
}
.select2-search__field::-moz-placeholder { /* Firefox 19+ */
	color:#fff !important;
}
.select2-search__field:-ms-input-placeholder { /* IE 10+ */
	color:#fff !important;
}
.select2-search__field:-moz-placeholder { /* Firefox 18- */
	color:#fff !important;
}

.select2-container--default .button__select .select2-selection__placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered {
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#003399 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field::-moz-placeholder { /* Firefox 19+ */
	color:#003399 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field:-ms-input-placeholder { /* IE 10+ */
	color:#003399 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field:-moz-placeholder { /* Firefox 18- */
	color:#003399 !important;
}
/*.select2-results__option {
	font-size: 1.8rem;
}*/
.select2-selection__rendered li {
	
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top:0;
}
/*.select2-results__options::-webkit-scrollbar {
  display: none;
}*/
.select2-dropdown.button__multiselect .select2-results__option {
	font-size:18px;
	font-size:1.8rem;
	padding-left:50px;
	position:relative;
}
.select2-dropdown.button__multiselect .select2-results__option::before {
	position:absolute;
	top:50%;
	left:20px;
	height:20px;
	width:20px;
	transform:translateY(-50%);
	content:"";
	background:#fff;
	border:2px solid #E7E8E6;
}
.select2-dropdown.button__multiselect .select2-results__option[aria-selected=true] {
	background:none;
}
.select2-dropdown.button__multiselect .select2-results__option[aria-selected=true]:hover {
	background:#D1D823;
}
.select2-dropdown.button__multiselect .select2-results__option[aria-selected=true]::before, .select2-dropdown.button__multiselect .select2-results__option:hover::before {
	background:#003399;
	border:2px solid #003399;
}
.select2-container--open .select2-dropdown.button__multiselect::after {
	top:-49px;
	height:calc(100% + 49px);
}
.select2-selection__choice {
	font-size:14px;
	font-size:1.4rem;
	padding:2px 4px !important;
	display:inline-block !important;
	margin-top:2px !important;
	margin-bottom:2px !important;
	background:#003399 !important;
	border:none !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.button__multiselect-wrap--select-windfarm.active .select2-selection__choice, .select2-container--focus .select2-selection__choice {
	background:#D2D3D2 !important;
}
.select2-selection__choice__remove {
	display:none !important;
}
.button__multiselect-dropdown--icon, .select2-dropdown {
	position:relative;
	z-index:99;
}
.button__multiselect-wrap--standorte {
	margin:6rem 0 2rem 0;
}

.flex-container{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
input.search_input{
	color:#003399 !important;
	height:51px !important;
	margin:0 31px 0 0 !important;
	font-size:1.7rem;
}
div.search_input_send{
	background-color:#E7E8E6;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.49' height='17.49'%3E%3Cpath fill='%236B6E6A' d='M12.5 11h-.79l-.279-.27a6.511 6.511 0 1 0-.702.701l.271.279v.79l5 4.99L17.49 16l-4.99-5zm-6 0A4.5 4.5 0 1 1 11 6.5 4.494 4.494 0 0 1 6.512 11H6.5z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position: center center;
	height:51px !important;
	width:51px !important;
	margin:0 0 0 1px !important;
	font-size:1.7rem;
	cursor:pointer;
}
div.plz_input_send{
	margin-top:2px !important;
	height:42px !important;
	width:44px !important;
	background-color:#fff;
}
div.plz_input_send:hover{
	background-color:#E7E8E6;
}

/* sidebar */
.sidebar {
	
}
body.no-mood .sidebar{
	margin-top:19px;
}
.standorte_sidebarcol{
	position:absolute;
	right:0px;
	top:0px;
	z-index:11;
}
.sidebar__block {
	background:#fff;
	border:solid 1px #D7D9DA;
	margin:0 0 3rem 0;
	padding:3rem;
}
.sidebar__block--breit{
	padding:1rem 1rem 3rem 1rem;
}
.sidebar__block--breit .sidebar__block-content{
	padding:0rem 2rem 2rem 2rem;
}
.sidebar__block-headline {
	margin:0 0 2rem 0;
}

.sidebar__block-headline2 {
	margin:0 0 0 0;
}
.sidebar__block-subheadline{
	margin:0 0 1rem 0;
	display:block;
	font-size:1.6rem;
}

.sidebar__block-avatar {
	line-height:1.2;
	margin:0 0 1.5rem 0;
}
.sidebar__block-avatar img, .sidebar__block-avatar .img-fluid {
	margin:0 1.5rem 0 0;
}
.sidebar__block-position {
	margin:0 0 1rem 0;
}
.sidebar__block-email {
	margin:0 0 1rem 0;
	line-height:2.3rem;
}
.sidebar__block-linkwrapper a {
	margin:0 0 1rem 3rem;
	display:block;
	position:relative;
}
.sidebar__block-linkwrapper a::before {
	content:"";
	position:absolute;
	top:0;
	left:-3rem;
	width:20px;
	height:100%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='3 3 18 18'%3E%3Cpath fill='%23003399' d='M19 12v7H5v-7H3v7a2.006 2.006 0 0 0 2 2h14a2.006 2.006 0 0 0 2-2v-7h-2zm-6 .67l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:center 3px;
}


/* Storytelling */
.text-image--storytelling__bubble {
	font-family: 'Open Sans Condensed', sans-serif;
	background:#D1D823;
	color:#fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display:inline-block;
	height:46px;
	line-height:46px;
	width:46px;
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%) scale(1);
	font-size:25px;
	font-size:2.5rem;
	z-index:10;
	-webkit-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.text-image.text-image--storytelling {
	padding:5rem 0 6rem 0;
	margin:7rem 0 3rem 0;
}
.text-image--storytelling .text-image__headline {
	padding-left:60px;
	position:relative;
}
ul.text-image--storytelling__list, ul.text-image--storytelling__list li {
	margin:0;
	padding:0;
	position:relative;
}
.text-image--storytelling__list--first {
	margin-top:2rem !important;
}
ul.text-image--storytelling__list li {
	display: table;
	height:1px;
	min-height:70px;
}
ul.text-image--storytelling__list li a {
	margin:0;
	padding:0 0 0 58px;
	position:relative;
	line-height:1.1;
	display: table-cell;
    vertical-align: middle;
    font-size:18px;
    font-size:1.8rem;
}
ul.text-image--storytelling__list li a:hover {
	text-decoration:none;
	padding:0 0 0 60px;
}
ul.text-image--storytelling__list li a:hover .text-image--storytelling__bubble {
	transform:translateY(-50%) scale(1.1);
}
ul.text-image--storytelling__list::before {
	content:"";
	position:absolute;
	width:4px;
	height:100%;
	height:calc(100% - 5px);
	background:#D1D823;
	left:21px;
	top:0;
}
ul.text-image--storytelling__list.text-image--storytelling__list--first::before {
	top:15px;
}
ul.text-image--storytelling__list.text-image--storytelling__list--second::before {
	top:auto;
	bottom:15px;
}
.text-image--storytelling__list li::before {
	display:none;
}



/* fullsizebg */
.fullsizebg-cover {
    background-repeat:no-repeat;
    background-position:0px calc(50% - -80px);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
    top: 0px;
    left: 0px;
}


.fullsizebg-cover__imgonly img {
	width:100%;
	height:100%;
	object-fit: cover;
}/*
.fullsizebg-cover__imgonly img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/

.fullsizebg-cover--blur {
    -webkit-filter: blur(5px);
  	-moz-filter: blur(5px);
  	-o-filter: blur(5px);
  	-ms-filter: blur(5px);
  	filter: blur(5px);	
}
.fullsizebg-cover.contain {
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;	
}
.fullsizebg-cover__picture-to-bg picture {
  display: none;
}
.zoomin {
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
} 
.zoomin-hover {
	-webkit-transition: all .6s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .6s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    opacity:1;
}
.zoomin-hover:hover, .find-zoomin-hover:hover .zoomin-hover {
	-webkit-transform: scale(1.05) rotate(0.1deg);
    transform: scale(1.05) rotate(0.1deg);
    opacity:1;
}
.zoomout {
	-webkit-animation: zoomout 30s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	animation: zoomout 30s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation-fill-mode: forwards;
	position:absolute;
	top:0px;
	left:0px;
	transform: scale(1.1) rotate(0deg);
	opacity:0;
}
.fullsizebg-cover__picture-to-bg picture {
    display: none;
}

.container{
	z-index:20;
}

/* footer */
.footer {
	margin-top:0rem;
	padding:30rem 0 6rem 0;
	position:relative;
	margin-top:-170px !important;
	z-index:1;
}
.footer:not([rel='bg-blue'])::before {
	content:"";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:-50px 0px;
  width:100%;
  height:239px;
  position:absolute;
  left:0;
  top:0;
  z-index:1400;
}
.footer[rel='bg-lightgrey']::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E7E8E6' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
}
.footer[rel='bg-green']::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D1D823' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
}
.footer[rel='bg-lightgreen']::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cbd97c' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
}
.footer[rel='bg-lightblue']::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2374BADC' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
}
.footer[rel='bg-ultra-lightblue']::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bcdbf4' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
}
.footer[rel='bg-lightgrey']::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E7E8E6' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
}


/* Search */
#search-overlay {
	position:fixed;
	top:0px;
	left:0px;
	background:#fff;
	z-index:1000;
    overflow:auto !important;
    -webkit-overflow-scrolling: touch;
	display:none;
	padding-top:10rem;
}
.search-input-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.search-input-wrap .container {
	position:relative;
}
.search-input-wrap__close {
	z-index:100;
	position:absolute;
	top:0;
	right:15px;
	width: 44px;
    height: 35px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='5 5 14 14'%3E%3Cpath fill='%23003399' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#eee;
	cursor:pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.search-input-wrap__close:hover {
	background-color:#a2a3a2;
}
::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
	color:#7A7B7A  !important;
}
::-moz-placeholder  { /* Chrome/Opera/Safari */
    color:#7A7B7A  !important;
}
:-ms-input-placeholder { /* Chrome/Opera/Safari */
    color:#7A7B7A  !important;
}
:-moz-placeholder  { /* Chrome/Opera/Safari */
    color:#7A7B7A  !important;
}
.search-overlay__input-wrap {
	width:100%;
	position:relative;
}
.search-overlay__input-wrap::after {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:30px;
	background:red;
}
.search-overlay__input {
	background:transparent;
	border:none;
	border-bottom:3px solid #E7E8E6;
	-webkit-border-radius: 0;
	border-radius: 0;
	position:relative;
    padding:0px;
    outline:none !important;
	width:100%;
	color:#003399;
	font-size:23px !important;
    font-size:2.5rem;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.search-overlay__input-fake {
	position:fixed;
	top:0;
	left:0;
	height:0;
	width:0;
	opacity:0;
}
.search-overlay__input:focus {
	background:transparent;
	outline:none !important;
	border-bottom:3px solid #D1D823;
}
.search-overlay__bar {
	position:absolute;
	bottom:0px;
	left:0px;
	background:#d91300;
	height:1px;
	width:6px;
	z-index:100;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.search-overlay__form {
	padding:18px 68px 17px 0;
    background:#232323;
    z-index:100;
    position:relative;
}
#search-overlay .search_btn {
    z-index:101;
    background:#232323;
}
#search-results {
    padding-top:12px; 
    padding-bottom:100px; 
}
.search-results__result {
    background:#e7e8e6;
    position: relative;
    width:100%;
	color:#333;
}
.search-results__result:hover {
	background:#D1D823 !important;
	color:#000000 !important;
}
.search-results__result-odd {
	background:#fff !important;
}
.search-results__content {
    padding:3rem 0;
    vertical-align:middle;
	position:relative;
}
.search-results__meta {
	color:#585B57;
}



/* Fanybox */
.fancybox-bg {
    background:#fff;
}
.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-caption {
    opacity:1;
    background:none;
	padding:0px;
	position:static;
}
.fancybox-caption:before, .fancybox-caption:after {
    display:none;
}
.fancybox-caption .fancy-headline, .fancy-counter {
    color:#333;
}
.fancy-caption-text, .fancy-headline__index {
	color:#333;
}
.fancy-headline__count, .fancy-headline__index {
	padding:0 5px;
	overflow: hidden;
	max-width: 1ch;
}
.fancy-headline {
	font-weight:bold;
}
.fancy-headline__title {
	padding-left:25px;
	color:#333;
}
.fancy-caption-text {
	line-height:3rem;
	position:absolute;
	bottom:10px;
	left:0px;
	width:100%;
	text-align:center;
}
.fancybox-caption .fancy-headline {
	position:absolute;
	top:15px;
	left:15px;
}
.fancy-counter {
	
}
a[data-fancybox] {
    outline:none;
}
.fancybox-slide--image {
	
}
.fancybox-button, .fancybox-thumbs, .fancybox-button, .fancybox-thumbs:hover {
	background:#E7E8E6;
	color:#003399 !important;
}
.fancybox-button {
	height:44px;
	width:44px;
}
.fancybox-thumbs>ul>li:before {
	border:none;
	border-bottom:2px solid #d81300;
}
.fancybox-navigation {
	display:none;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left:-1px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right:-1px;
}
.fancybox-navigation .fancybox-button {
	padding:0px;
	height:auto;
	background:none;
	width:auto;
}
.fancybox-button--arrow_left:hover .cd-events-navigation__pfeil {
    margin-left:-14px;
}
.fancybox-button--arrow_right:hover .cd-events-navigation__pfeil {
    margin-left:0px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	width:50px;
	background:#E7E8E6;
}
.fancybox-thumbs>ul>li:before {
	border-bottom: 2px solid #D1D823;
}

/* Fancybox Modal */
.fc-container .fancybox-bg {
  background: #fff;
}
.fancybox-is-open.fc-container .fancybox-bg {
  opacity: 0.7;
}
.fc-content {
  margin: 20px;
  max-width: 550px;
  padding: 50px;
  box-shadow: 10px 10px 60px -25px;
  border-radius: 0;
}
.fc-content h3 {
  margin-top: 0;
}
.fc-content .btn-default {
	min-width:100px
}
.fc-content p:last-child {
  margin-bottom: 0;
}
.fancybox-is-modal .fancybox-slide:before {
	position:absolute;
}

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  transform: translateY(-60px) scale(1.1);
  opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.icon-swipe {
	position:fixed;
	bottom:0px;
	left:50%;
	z-index:5000000;
	margin:0 0 0 -75px;
	height:48px;
	line-height:82px;
	width:150px;
	font-size:10px;
	font-size:1rem;
	font-weight:bold;
	text-align:center;
	display:none;
	letter-spacing:.12rem;
}
.icon-swipe.visible {
	display:block;
}
.icon-swipe.noshadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.icon-swipe img {
	animation: swipe-x 1.25s ease-in-out backwards;
	animation-iteration-count:infinite;
	position:absolute;
	top:10px;
	left:0;
	right:0;
	margin:0px auto;
}

@keyframes swipe-x {
	0% {
		transform: translateX(0px);
	}
	25% {
		transform: translateX(12px) rotateZ(10deg);
	}
	50% {
		transform: translateX(0px);
	}
	75% {
		transform: translateX(-12px) rotateZ(-10deg);
	}
}



form label, form label input, form textarea {
  float: left;
  width: 100%;
  border: none;
  /*border: 1px solid #D1D823;*/
  -webkit-box-shadow: inset 0 0 5px rgba(237,237,237,.75);
  -moz-box-shadow: inset 0 0 5px rgba(237,237,237,.75);
  -ms-box-shadow: inset 0 0 5px rgba(237,237,237,.75);
  -o-box-shadow: inset 0 0 5px rgba(237,237,237,.75);
  box-shadow: inset 0 0 5px rgba(237,237,237,.75);
  -webkit-appearance: none;
  appearance: none;
  outline:none;
}
form label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 10px;
  line-height:2.2rem;
}
label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0px;
  margin-top: 10px;
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  position:relative;
  top:2px;
  float: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: .5em;
  margin: 0.34em .55em 0 0;
  -webkit-box-shadow: inset 0 0 0px 2px white;
  -moz-box-shadow: inset 0 0 0px 2px white;
  -ms-box-shadow: inset 0 0 0px 2px white;
  -o-box-shadow: inset 0 0 0px 2px white;
  box-shadow: inset 0 0 0px 2px white;
  border:solid 1px #5F5F5F !important;
}
input[type="radio"]:checked {
  background: #718814;
  -webkit-box-shadow: inset 0 0 0px 2px white;
  -moz-box-shadow: inset 0 0 0px 2px white;
  -ms-box-shadow: inset 0 0 0px 2px white;
  -o-box-shadow: inset 0 0 0px 2px white;
  box-shadow: inset 0 0 0px 2px white;
}
input, textarea {
  font-size: .93em !important;
  padding: 10px;
}

textarea {
  padding: 10px;
  resize:vertical;
}
input[type=checkbox] {
  -webkit-appearance:checkbox;
  width: 18px !important;
  height: 18px !important;
	outline: none;
	border: none;
	position:relative;
	top:3px;
	margin-right:4px;
}

label{
	padding-right:10px;
}
label.gender {
  float: left;
  width: 80px;
  font-size: 0.75em !important;
}

.ie input[type="radio"] {
  padding: 0;
  -ms-box-shadow: none;
  box-shadow: none;
  background: none
}

.container-with-margin{
	margin-top:6rem;
}


.container input, .container input {
	outline: none;
	border: none;
}
/*------------------------------------------------------------------
[ Input ]*/

.input_checkbox{
	display: block;
	background:#E7E8E6;
	border-radius: 2px;
	font-size: 20px;
	color: #333333;
	line-height: 1.2;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  height:28px;
  margin-right:8px !important;
  float:left;
}
.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: transparent;
  margin-bottom: 20px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
}

.input50 {
  display: block;
  width: 48%;
  background: #E7E8E6;
  border-radius: 2px;

  font-size: 20px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  margin-top: 10px;
}
.input50+.input50{
	margin-left:2%;
}

.input33 {
  display: block;
  width: 32%;
  background: #E7E8E6;
  border-radius: 2px;

  font-size: 20px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  margin-top: 10px;
}
.input33+.input33{
	margin-left:2%;
}



.input100 {
  display: block;
  width: 98%;
  background: #E7E8E6;
  border:0;

  font-size: 20px;
  color: #333333;
  line-height: 1.2;
  padding: 0 10px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  margin-top: 10px;
}
.input100 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.bg-lightblue .input100, .bg-lightblue .input50, .bg-lightblue .input33 {
  background: #fff;
}


/*---------------------------------------------*/
input.input100, input.input50, input.input33 {
  height: 42px;
}


textarea.input100, textarea.input50, , textarea.input33 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 13px;
}

.input100:focus, .input50:focus, .input33:focus {
  background: #e6e6e6;
}


#map {
    min-width: 1500px;
    width:100%;
    height: 700px;
}

.card-slider .card-body a{
	color: #003399 !important;
}
.card-slider .card-body a:hover{
	text-decoration:underline;
}

.no-margin{
	margin:0 !important;
}



/*
* Timeline
* ==========================================
*/

/* Timeline holder */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

 /* Timeline vertical line */
ul.timeline:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}

/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: #ddd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.alignleft{
	float:left;
	margin:3px 8px 3px 0;
}
.alignright{
	float:right;
	margin:3px 0px 3px 8px;
}

/* Cookie Consent Start */
#cookie_consent {
    position:fixed;
    bottom:0px;
    left:0px;
    background:#fff;
    padding:1.6rem 5rem;
    width:100%;
    z-index:99999;
    border-top:1px solid #323232;
    display:none;
}
#cookie_consent a.ds_link{
	color: #D1D823;
	font-size: 1em;
	font-weight: bold;
}
.btn-consent {
		font-weight: normal;
		line-height: 1.25;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		border-radius: 0.25rem;
		float: right;
    -webkit-border-radius: 0;
    margin:20px 0 0 30px;
}
#cookie_consent .container-fluid {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.backtotop {
    background-color:#D1D823;
    border-radius: 28px;
		position:relative;
    outline: none;
    height: 51px;
    width: 51px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    z-index: 9998;
    display: none;
}
.backtotop:hover {
	background-color:#91A231;
}
.backtotop::before{
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' fill='%23FFF' height='23.601' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E");
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	width:10px;
	height:100%;
	right:2.0rem;
	top:0%;
	transform:translate(0,-50%);
	transform: rotate(-90deg);
	-webkit-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
.backtotop:hover::before {
	top:-4%;
}


.modal-body .BorlabsCookie{
	margin-top: -56.25%;
}

.modal-lg {
    max-width: 60%;
    max-height: 70%;
}



.woelbung_nach_oben{
	content:"";
	position:relative;
}
.woelbung_nach_oben::after {
	content:"";
  background:#003399 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M-930.86 385.948v201.875h2095.001v-40.13C480.647 370.704-236.54 297.656-930.86 385.948z'/%3E%3C/svg%3E");
  background-repeat:no-repeat !important;
  background-position:-30px 0px !important;
  width:100%;
  height:184px;
  position:absolute;
  left:0;
  top:-1px;
  z-index:14;
}
section.bg-blue.woelbung_nach_oben::after {
  background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003399' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M-930.86 385.948v201.875h2095.001v-40.13C480.647 370.704-236.54 297.656-930.86 385.948z'/%3E%3C/svg%3E");
}
section.last-bg-green.woelbung_nach_oben::after, section.bg-green.woelbung_nach_oben::after {
  background:#D1D823 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M-930.86 385.948v201.875h2095.001v-40.13C480.647 370.704-236.54 297.656-930.86 385.948z'/%3E%3C/svg%3E");
}

.bg-lightgrey.woelbung_nach_oben::after {
  background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E7E8E6' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M-930.86 385.948v201.875h2095.001v-40.13C480.647 370.704-236.54 297.656-930.86 385.948z'/%3E%3C/svg%3E");
}
.bg-lightblue.woelbung_nach_oben::after {
  background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2374BADC' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M-930.86 385.948v201.875h2095.001v-40.13C480.647 370.704-236.54 297.656-930.86 385.948z'/%3E%3C/svg%3E");
}
.bg-ultra-lightblue.woelbung_nach_oben::after {
  background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bcdbf4' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M-930.86 385.948v201.875h2095.001v-40.13C480.647 370.704-236.54 297.656-930.86 385.948z'/%3E%3C/svg%3E");
}



.woelbung_nach_unten {
	margin-top:0rem !important;
	padding:26rem 0 8rem 0 !important;
	position:relative !important;
	margin-top:-158px !important;
	z-index:0 !important;
}
/*.woelbung_nach_unten + section{
  position: relative;
  margin-top: 112px;
}*/
.woelbung_nach_unten > .container {
	margin-top:50px;
}
.woelbung_nach_unten::before {
	content:"";
  background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003399' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
  background-repeat:no-repeat !important;
  background-position:-50px 0px !important;
  background-size:2095px 239px !important;
  width:100%;
  height:239px;
  position:absolute;
  left:0;
  top:0;
  z-index:1;
}
section.bg-ultra-lightblue.woelbung_nach_unten::before {
  background:#bcdbf4 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
}
section.bg-lightblue.woelbung_nach_unten::before {
  background:#74BADC url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
}
section.bg-blue.woelbung_nach_unten::before {
  background:#003399 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
}
section.bg-lightgrey.woelbung_nach_unten::before {
  background:#E7E8E6 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='2095.001' height='239.383' viewBox='-930.86 348.439 2095.001 239.383' xml:space='preserve'%3E%3Cpath d='M1164.141 550.314V348.439H-930.86v40.129c683.494 176.99 1400.681 250.037 2095.001 161.746z'/%3E%3C/svg%3E");
}



.schraege_in_section{
	content:"";
	position:relative;
}
.schraege_in_section::after {
	content:"";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='2382.366' height='494.328' viewBox='-1980.355 145.511 2382.366 494.328' xml:space='preserve'%3E%3Cpath d='M-1980.355 625.259v14.581H402.011V145.511C-403.502 221.136-1201.27 386.973-1980.355 624.8v.459z'/%3E%3C/svg%3E");
  background-repeat:no-repeat !important;
  background-position:0px 14px !important;
  width:100%;
  height:494px;
  position:absolute;
  left:0;
  bottom:1px;
  z-index:14;
  margin-bottom:-2px;
}

.testimonial__content em{
	font-family: 'TheMix-LightItalic' !important;
	color:#3378ac;
	position:relative;
	z-index:0;
	padding-bottom:7px;
	display:block;
}
.testimonial__content p{
	position:relative;
	z-index:0;
}
.testimonial__content{
	position:relative;
	z-index:0;
}
.testimonial__content::after {
	content:"";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eaeae8' width='134.995' height='102.097' viewBox='230.092 175.903 134.995 102.097' xml:space='preserve'%3E%3Cpath d='M238.092 255.201c-4.8 2.8-7.2 6.6-7.2 11.199s1.1 5.8 3.399 8.1c2.3 2.3 5.2 3.5 8.9 3.5 5.7 0 12.2-2.899 19.199-8.6 7.1-5.7 13.1-13.5 18-23.299 4.9-9.8 7.4-20.399 7.4-31.6 0-11.199-1.3-15.499-3.9-21.199-2.6-5.699-6.2-10.1-10.7-12.999-4.6-3-9.7-4.4-15.299-4.4-5.6 0-14 2.4-19.5 7.3s-8.3 10.899-8.3 18.1c0 7.199 2.8 14.699 8.4 19.299 5.6 4.601 12.299 6.9 19.999 6.9 0 11.1-6.899 20.399-20.599 27.799m77.499-.1c-4.801 3-7.201 6.699-7.201 11.199s1.102 5.8 3.4 8.1c2.301 2.3 5.199 3.5 8.9 3.5 5.699 0 12.199-2.899 19.199-8.6 7.1-5.7 13.1-13.5 18-23.299 4.898-9.8 7.398-20.399 7.398-31.6 0-11.199-1.299-15.499-3.898-21.199-2.602-5.699-6.201-10.1-10.701-12.999-4.6-3-9.699-4.4-15.299-4.4s-14 2.4-19.5 7.3-8.299 10.899-8.299 18.1c0 7.199 2.799 14.699 8.398 19.299 5.602 4.601 12.301 6.9 20 6.9 0 11.199-6.9 20.499-20.6 27.799'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:0px 0px;
  width:149px;
  height:164px;
  position:absolute;
  right:-11px;
  top:10px;
  z-index:-1;
}
.testimonial.bg-lightgrey .testimonial__content::after, .testimonial.bg-ultra-lightblue .testimonial__content::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='134.995' height='102.097' viewBox='230.092 175.903 134.995 102.097' xml:space='preserve'%3E%3Cpath d='M238.092 255.201c-4.8 2.8-7.2 6.6-7.2 11.199s1.1 5.8 3.399 8.1c2.3 2.3 5.2 3.5 8.9 3.5 5.7 0 12.2-2.899 19.199-8.6 7.1-5.7 13.1-13.5 18-23.299 4.9-9.8 7.4-20.399 7.4-31.6 0-11.199-1.3-15.499-3.9-21.199-2.6-5.699-6.2-10.1-10.7-12.999-4.6-3-9.7-4.4-15.299-4.4-5.6 0-14 2.4-19.5 7.3s-8.3 10.899-8.3 18.1c0 7.199 2.8 14.699 8.4 19.299 5.6 4.601 12.299 6.9 19.999 6.9 0 11.1-6.899 20.399-20.599 27.799m77.499-.1c-4.801 3-7.201 6.699-7.201 11.199s1.102 5.8 3.4 8.1c2.301 2.3 5.199 3.5 8.9 3.5 5.699 0 12.199-2.899 19.199-8.6 7.1-5.7 13.1-13.5 18-23.299 4.898-9.8 7.398-20.399 7.398-31.6 0-11.199-1.299-15.499-3.898-21.199-2.602-5.699-6.201-10.1-10.701-12.999-4.6-3-9.699-4.4-15.299-4.4s-14 2.4-19.5 7.3-8.299 10.899-8.299 18.1c0 7.199 2.799 14.699 8.398 19.299 5.602 4.601 12.301 6.9 20 6.9 0 11.199-6.9 20.499-20.6 27.799'/%3E%3C/svg%3E");
}

.testimonial__headline{
	margin:0 !important;
}
.testimonial__subheadline{
	color:#003399 !important;
}

.termine{
	height:402px;
}
.termine img{
	max-width: 86%;
	max-height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}


.green_cirlce{
	position:relative;
	z-index:0;
	margin-top:5px;
	display:block;
}

.green_cirlce::before {
	content:"";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Ccircle cx='25' cy='25' r='25' fill='%23D1D823'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:94px 94px;
  background-position:0px 0px;
  width:100%;
  height:94px;
  position:absolute;
  left:-24px;
  top:-24px;
  z-index:-1;
}
.testimonial__content .green_cirlce {
	min-height:96px;
}
.testimonial__content .green_cirlce::before {
	left:-33px;
  top:-18px;
}

.svg_icon_box{
	float:right;
	cursor:pointer;
	margin-right: 22px;
	padding-top:4px;
}
.poi_icon_onshore {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.13 336.76'%3E%3Cpath d='M207.98 103.99c-4 79.66-104 232.25-104 232.76 0 1.13-103.07-152.59-104-232.76-.65-57.43 46.56-104 104-104s106.9 46.64 104 104z' fill='%23164194'/%3E%3Ccircle cx='102.4' cy='100.84' r='55.59' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='29'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:2px 0px;
  width:18px;
  height:18px;
  margin-right:-28px;
  margin-bottom:5px;
}

.poi_icon_offshore {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Ebene 1' fill='%236ab7e2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.13 336.76'%3E%3Cpath d='M207.98 103.99c-4 79.66-104 232.25-104 232.76 0 1.13-103.07-152.59-104-232.76-.65-57.43 46.56-104 104-104s106.9 46.64 104 104z' /%3E%3Ccircle cx='102.4' cy='100.84' r='55.59' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='29'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:2px 0px;
  width:18px;
  height:18px;
  margin-right:-28px;
  margin-bottom:5px;
}

.poi_icon_solar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Ebene 1' fill='%23eda617' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.13 336.76'%3E%3Cpath d='M207.98 103.99c-4 79.66-104 232.25-104 232.76 0 1.13-103.07-152.59-104-232.76-.65-57.43 46.56-104 104-104s106.9 46.64 104 104z' /%3E%3Ccircle cx='102.4' cy='100.84' r='55.59' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='29'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:2px 0px;
  width:18px;
  height:18px;
  margin-right:-28px;
  margin-bottom:5px;
}

.icon_location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003399' width='22.063' height='33.106' viewBox='556.108 808.784 22.063 33.106' xml:space='preserve'%3E%3Cpath d='M567.14 808.784c-6.083 0-11.032 4.948-11.032 11.03 0 2.482 1.75 6.792 5.2 12.811a140.722 140.722 0 0 0 5.123 8.225l.709 1.041.708-1.041c.026-.037 2.593-3.811 5.123-8.225 3.451-6.018 5.2-10.328 5.2-12.811 0-6.082-4.949-11.03-11.031-11.03zm0 15.388c-2.713 0-4.919-2.207-4.919-4.919s2.206-4.919 4.919-4.919c2.712 0 4.918 2.207 4.918 4.919s-2.206 4.919-4.918 4.919z'/%3E%3C/svg%3E");
  background-size:13px 20px;
  background-repeat:no-repeat;
  background-position:2px 0px;
  width:34px;
  height:22px;
  margin-right:-28px;
  margin-bottom:5px;
  position:relative;
  left:3px;
}

.icon_company {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Ebene_2' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='51.5px' height='52.976px' fill='%23003399' viewBox='560.5 657.793 51.5 52.976' xml:space='preserve'%3E%3Cg id='icons'%3E%3Cpath d='m605.283 668.813-14.73-11.02v47.68h14.717v-36.66h.013zm-2.964 31.391-8.662-1.27v-2.689l8.662 1.27v2.689zm0-8.055-8.662-2.552v-2.759l8.662 2.552v2.759zm0-8.041-8.662-3.876v-2.896l8.662 3.876v2.896zm0-8-8.662-5.186v-3.062l8.662 5.186v3.062zM588.664 657.793l-23.089 9.861v37.818h23.089v-47.679zm-3.214 39.528-16.15 1.545v-2.676l16.15-1.545v2.676zm0-9.365-16.15 2.938v-2.704l16.15-2.938v2.704zm0-9.268-16.15 4.317v-2.745l16.15-4.316v2.744zm0-8.84-16.15 5.627v-2.8l16.15-5.628v2.801zM605.283 706.948H560.5v3.821H612V706.948z'/%3E%3C/g%3E%3C/svg%3E");
  background-size:20px 21px;
  background-repeat:no-repeat;
  background-position:2px 0px;
  width:34px;
  height:20px;
  margin-right:-28px;
  margin-bottom:5px;
}

.icon_workspace {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003399' xml:space='preserve' width='48.29' height='45.988' viewBox='563.872 641.506 48.29 45.988'%3E%3Cpath d='M583.865 666.949a2.64 2.64 0 0 1 2.636-2.636h3.034a2.64 2.64 0 0 1 2.636 2.636v1.221l19.992-4.307V654.4a4.878 4.878 0 0 0-4.873-4.872h-10.054c-.63-4.526-4.513-8.022-9.219-8.022-4.705 0-8.588 3.496-9.218 8.022h-10.054a4.878 4.878 0 0 0-4.873 4.872v9.463l19.992 4.307v-1.221zm4.139-22.872c3.278 0 6.005 2.353 6.608 5.451h-13.217c.605-3.098 3.331-5.451 6.609-5.451z'/%3E%3Cpath d='M592.157 672.452a4.159 4.159 0 0 1-4.153 4.152 4.159 4.159 0 0 1-4.152-4.152v-1.646l-19.979-4.319v16.135a4.878 4.878 0 0 0 4.873 4.873h38.531a4.878 4.878 0 0 0 4.873-4.873v-16.135l-19.992 4.307v1.658z'/%3E%3C/svg%3E");
  background-size:20px 19px;
  background-repeat:no-repeat;
  background-position:2px 0px;
  width:34px;
  height:18px;
  margin-right:-28px;
  margin-bottom:5px;
}


.page-template-template-fragen_antworten .input100{
	background:#fff;
}


.job_textblock_titel{
	font-weight:bold;
}

.sidebar__block--insideabo{
	display:block;
}

.sidebar__block--insideabo-mobile{
	
}


.video-sound{
	position:absolute;
	right:22px;
	bottom:112px;
	z-index:9999;
	width:4%;
  height:9%;
  cursor:pointer;
  min-width:50px;
  min-height:50px;
}

.video-sound.mute {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 226.77 226.77'%3E%3Cdefs%3E%3Cstyle%3E.cls-2{fill:%23039}%3C/style%3E%3C/defs%3E%3Ccircle cx='117.02' cy='113.39' r='83.66' fill='%23fff'/%3E%3Cpath class='cls-2' d='M130.06 76.33a63.75 63.75 0 0 1 13.33 38.83 68.66 68.66 0 0 1-1 11.5l7.26 5.78a76.8 76.8 0 0 0 2.05-15.4c.78-26.86-15.42-46.18-15.42-46.18ZM114.45 90a47.94 47.94 0 0 1 8.51 21.2l8.38 6.66c0-.89.08-1.78.08-2.69 0-16.59-10.54-30.25-10.54-30.25ZM48.55 85.49v55.72l54.35 36.42v-65.88L60.14 77.74l-11.59 7.75zM102.9 95.23V49.14L71.42 70.19l31.48 25.04zM145.86 63.65s17.37 17.56 18.14 52.58a66.46 66.46 0 0 1-4.4 24.11l6.84 5.45A78.19 78.19 0 0 0 172.3 117c0-37.78-20.56-59-20.56-59Z'/%3E%3Cpath class='cls-2' d='M184.86 172.52A90 90 0 1 0 48.31 55.4L35 44.78l-4.53 5.69 13.37 10.67A89.93 89.93 0 0 0 31.7 85h-12v55.83h11.69a90 90 0 0 0 153 32.19ZM117.08 30.43A82.91 82.91 0 0 1 183.51 163L53.83 59.8a82.88 82.88 0 0 1 63.25-29.37Zm0 165.91a83.06 83.06 0 0 1-78.25-55.51h6.1V85h-5.78a82.24 82.24 0 0 1 10.23-19.45l129.51 103.08a82.86 82.86 0 0 1-61.81 27.71Z'/%3E%3Cpath class='cls-2' d='m128.78 132.33-7-5.55a78.81 78.81 0 0 1-6.38 16.28l6.83 4.49a68.13 68.13 0 0 0 6.55-15.22ZM145.34 145.51l-6.67-5.31a54.93 54.93 0 0 1-8 14.38l6.64 4.87a62.78 62.78 0 0 0 8.03-13.94ZM160.73 157.75l-6.59-5.24a93.31 93.31 0 0 1-8.28 13l5.88 5.61a89 89 0 0 0 8.99-13.37Z'/%3E%3C/svg%3E");
}
.video-sound.unmute {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 226.77 226.77'%3E%3Cdefs%3E%3Cstyle%3E.cls-2{fill:%23039}%3C/style%3E%3C/defs%3E%3Ccircle cx='115.81' cy='113.4' r='83.66' fill='%23fff'/%3E%3Cpath class='cls-2' d='M49.95 85.49v55.72l54.36 36.42V49.14L49.95 85.49zM115.85 90s8.86 11.31 8.86 26.24c0 12.59-7.88 26.83-7.88 26.83l6.82 4.49s9.18-14.62 9.18-32.39c0-16.59-10.54-30.25-10.54-30.25Z'/%3E%3Cpath class='cls-2' d='M131.46 76.33a63.73 63.73 0 0 1 13.34 38.83c0 24.59-12.75 39.42-12.75 39.42l6.63 4.87s13.68-16.37 14.44-42.41c.78-26.86-15.42-46.18-15.42-46.18Z'/%3E%3Cpath class='cls-2' d='M147.27 63.65s17.36 17.56 18.14 52.58c.58 25.86-18.14 49.27-18.14 49.27l5.88 5.61s20.56-23.88 20.56-54.07c0-37.79-20.56-59-20.56-59Z'/%3E%3Cpath class='cls-2' d='M115.67 23.43A90 90 0 0 0 30.29 85h-9.15v55.83H30a90 90 0 1 0 85.68-117.4Zm0 172.91a83.06 83.06 0 0 1-78.25-55.51h8.91V85h-8.59a82.95 82.95 0 1 1 77.93 111.34Z'/%3E%3C/svg%3E");
}
.embed-responsive-1by3::before {
  padding-top: 130%;
}

.karriere_stories .card-icon{
	transform:translate(0,-50%);
	-webkit-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
.karriere_stories .card-icon:hover{
	transform:translate(3px,-50%);
}

.karriere_stories .typ_bericht .card-icon  {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='59.987px' height='59.987px' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M0 0h59.987v59.987H0z'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23SVGID_2_)' fill='%23FFFFFF' d='M29.994 59.363c16.22 0 29.369-13.149 29.369-29.369 0-16.221-13.149-29.37-29.369-29.37C13.773.624.624 13.773.624 29.994c0 16.22 13.149 29.369 29.37 29.369'/%3E%3Ccircle clip-path='url(%23SVGID_2_)' fill='none' stroke='%23164194' stroke-width='2.3' cx='29.994' cy='29.994' r='29.37'/%3E%3Cpath fill='%23FFFFFF' d='M14.086 10.126h30.939v40.52H14.086z'/%3E%3Cpath fill='none' stroke='%23164194' stroke-width='2.3' d='M14.086 10.126h30.939v40.52H14.086z'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M0 0h59.987v59.987H0z'/%3E%3C/defs%3E%3CclipPath id='SVGID_4_'%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23SVGID_4_)' fill='%23164194' d='m41.43 34.349 12.915-22.827s.099-.479-.524-1.13l.576-1.014s-.032-.188-.505-.455c-.457-.259-.65-.198-.65-.198l-.588 1.033c-.841-.147-1.108.18-1.108.18L38.63 32.766l-1.046 3.531.109.062.396.627.723.008.082.045 2.536-2.69z'/%3E%3Cpath clip-path='url(%23SVGID_4_)' fill='%23164194' d='m37.653 35.925 1.515.857s-1.883 2.314-2.202 2.12c-.32-.195.687-2.977.687-2.977'/%3E%3Cpath fill='none' stroke='%23164194' stroke-width='1.3' d='M17.955 19.956h22.98M17.955 26.275h22.98M17.955 32.595h22.98M17.955 38.914h18.948'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:54px 54px;
  width:54px;
  height:54px;
  content: "";
  position:absolute;
  top:185px;
  left:31px;
  z-index:999;
}
.karriere_stories .typ_video .card-icon {
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='59.211px' height='59.212px' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M0 0h59.211v59.212H0z'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23SVGID_2_)' fill='%23FFFFFF' d='M29.605 58.596c16.011 0 28.989-12.979 28.989-28.991C58.594 13.596 45.615.616 29.605.616S.615 13.596.615 29.605c.001 16.011 12.981 28.991 28.99 28.991'/%3E%3Ccircle clip-path='url(%23SVGID_2_)' fill='none' stroke='%23164194' stroke-width='2.3' cx='29.605' cy='29.606' r='28.99'/%3E%3Cpath fill='%23FFFFFF' d='m13.374 20.873-.964-4.015 31.735-7.62.964 4.015zM13.148 21.385h32.637v4.128H13.148z'/%3E%3Cpath fill='%23164194' d='M44.333 25.132h-5.607l-3.31-3.309h5.606l3.311 3.309zm-10.533 0h-5.61l-3.309-3.309h5.609l3.31 3.309zm-10.535 0h-5.607l-3.31-3.309h5.608l3.309 3.309zm23.164-4.031H12.795v4.79h33.634v-4.79z'/%3E%3Cpath fill='%23164194' d='m42.426 9.965-2.41 4.01-5.44 1.359 2.41-4.013 5.44-1.356zm-10.222 2.55-2.41 4.009-5.44 1.356 2.41-4.012 5.44-1.353zm-10.222 2.546-2.41 4.012-5.439 1.356 2.408-4.012 5.441-1.356zm23.454-1.694-1.159-4.646-32.635 8.138 1.158 4.645 32.636-8.137zM12.962 27.668h33.3v18.339h-33.3z'/%3E%3C/svg%3E");*/
  background-image: url("https://www.wpd.de/wp-content/uploads/2024/06/K_Film_Pfeil.png");
  background-repeat:no-repeat;
  background-size:52px 52px;
  width:52px;
  height:52px;
  content: "";
  position:absolute;
  top:185px;
  left:31px;
  z-index:999;
}
.karriere_stories .typ_audio .card-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='75.224px' height='75.224px' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M0 0h75.224v75.224H0z'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23SVGID_2_)' fill='%23FFFFFF' d='M37.612 74.441c20.341 0 36.829-16.488 36.829-36.829 0-20.34-16.488-36.829-36.829-36.829C17.272.783.783 17.272.783 37.612c0 20.341 16.488 36.829 36.829 36.829'/%3E%3Ccircle clip-path='url(%23SVGID_2_)' fill='none' stroke='%23164194' stroke-width='2.3' cx='37.612' cy='37.612' r='36.829'/%3E%3Cpath clip-path='url(%23SVGID_2_)' fill='%23164194' d='M48.358 24.855s.402-4.743-2.624-6.862c-3.028-2.119-5.955-1.514-5.955-1.514s-2.927-.605-5.953 1.514c-3.028 2.119-2.625 6.862-2.625 6.862h-.106l.001.543h2.914c.355 0 .355.356.355.356v1.052c0 .355-.355.355-.355.355H31.1l.006 2.463h2.903c.355 0 .355.356.355.356v1.052c0 .355-.355.355-.355.355h-2.898l.006 2.464h2.893c.355 0 .355.356.355.356v1.051c0 .355-.355.355-.355.355h-2.889l.019 6.901s.566 4.138 3.291 5.449c2.9 1.396 5.349 1.009 5.349 1.009s2.449.388 5.349-1.009c2.726-1.312 3.293-5.449 3.293-5.449l.017-6.901H45.55s-.356 0-.356-.355v-1.051s0-.356.356-.356h2.892l.006-2.464H45.55s-.356 0-.356-.355V29.98s0-.356.356-.356h2.901l.007-2.463H45.55s-.356 0-.356-.355v-1.052s0-.356.356-.356h2.912l.002-.543h-.106z'/%3E%3Cpath clip-path='url(%23SVGID_2_)' fill='none' stroke='%23164194' stroke-width='2.62' d='M27.719 40.295s0 13.524 12.161 13.524 11.959-13.524 11.959-13.524'/%3E%3Cpath fill='%23164194' d='M38.461 54.368h3.393v10.128h-3.393z'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M0 0h75.224v75.224H0z'/%3E%3C/defs%3E%3CclipPath id='SVGID_4_'%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23SVGID_4_)' fill='%23164194' d='M35.553 62.24a1.722 1.722 0 0 0 0 3.444h9.209a1.722 1.722 0 0 0 0-3.444h-9.209z'/%3E%3Cpath fill='none' stroke='%23164194' stroke-width='2.62' d='M8.126 23.621v13.772M12.442 25.399v10.216M16.757 20.818v19.781M21.073 24.027v13.366M25.409 27.166v6.682'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:54px 54px;
  width:54px;
  height:54px;
  content: "";
  position:absolute;
  top:185px;
  left:31px;
  z-index:999;
}
.karriere_stories .typ_interview .card-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!--Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='67.758px' height='64.021px' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M0 0h67.758v64.021H0z'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23SVGID_2_)' fill='%23FFFFFF' d='M32.01 63.354c17.311 0 31.344-14.032 31.344-31.344S49.321.667 32.01.667C14.698.667.665 14.7.665 32.011S14.699 63.354 32.01 63.354'/%3E%3Ccircle clip-path='url(%23SVGID_2_)' fill='none' stroke='%23164194' stroke-width='2.3' cx='32.01' cy='32.01' r='31.344'/%3E%3Cpath fill='%23FFFFFF' d='M10.311 30.714v7.554l2.954 5.008L19.587 45l7.963 7.143-1.313-6.98 13.053-.245 5.254-2.545 2.134-4.023.065-6.157-2.855-5.912-5.264-1.477-19.284-.07-5.665 1.466z'/%3E%3Cpath fill='none' stroke='%23000000' stroke-width='0.25' d='M10.311 30.714v7.554l2.954 5.008L19.587 45l7.963 7.143-1.313-6.98 13.053-.245 5.254-2.545 2.134-4.023.065-6.157-2.855-5.912-5.264-1.477-19.284-.07-5.665 1.466z'/%3E%3Cpath fill='%23FFFFFF' d='m61.209 15.362-24.958.986-.001 6.239 12.446 5.254 14.484.067z'/%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M0 0h67.758v64.021H0z'/%3E%3C/defs%3E%3CclipPath id='SVGID_4_'%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23SVGID_4_)' fill='%23164194' d='M60.378 25.548h-9.954v-.739h9.954v.739zm0-3.285H38.275v-.738h22.104v.738zm0-3.284H38.275v-.739h22.104v.739zm7.381 4.421v-3.037c0-8.559-8.561-8.559-8.561-8.559h-19.67c-8.56 0-8.56 8.559-8.56 8.559V23.4c0 .508.036.98.092 1.429h7.323c6.344 0 7.982 4.696 8.408 7.13h4.845c-.069.652-1.185 6.965-1.185 6.965l7.356-6.898s.686 0 2.161-.09c7.791-.499 7.791-8.536 7.791-8.536'/%3E%3Cpath clip-path='url(%23SVGID_4_)' fill='none' stroke='%23164194' stroke-width='2.3' d='M46.944 36.425V33.39s0-8.561-8.56-8.561h-19.67s-8.559 0-8.559 8.561v3.035s0 8.038 7.789 8.536c1.476.09 2.16.09 2.16.09l7.356 6.898s-1.114-6.313-1.184-6.964h12.107c.001 0 8.561 0 8.561-8.56z'/%3E%3Cpath fill='none' stroke='%23164194' stroke-width='1.3' d='M17.474 31.366h22.151M17.474 34.601h22.151M17.474 37.834h14.473'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:55px 53px;
  width:62px;
  height:61px;
  content: "";
  position:absolute;
  top:185px;
  left:31px;
  z-index:999;
}

.flex_margin_minus{
	padding-top: 0 !important;
	margin-top: -20px !important;
}


.svg_container{
	width:87%;
	height:70px;
	 display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  position: absolute;
  bottom: 32px;
}
.svg_container img{
}
.close {
  font-size: 2.5rem
}


/*
#Social Floating Start
*/
@font-face {
  font-family:"Font Awesome 5 Brands";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url(../fonts/fa-brands-400.eot);
  src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
  url(../fonts/fa-brands-400.woff2) format("woff2"),
  url(../fonts/fa-brands-400.woff) format("woff"),
  url(../fonts/fa-brands-400.ttf) format("truetype"),
  url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
  font-family:"Font Awesome 5 Brands";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
nav.social_floating{
	z-index:1299;
	margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  position: fixed;
  left:0;
  width: 40px;
  margin-top: 168px;
  transition: all 0.3s linear;
}
nav.social_floating li{
  height: 40px;
  position:relative;
}
nav.social_floating li a{
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 40px;
  padding-right:5%;
  transition: all .3s linear;
  text-decoration:none;
}
nav.social_floating li:nth-child(1) a{
  background: #4267B2;
}
nav.social_floating li:nth-child(2) a{
  background: #F24C9A;
}
nav.social_floating li:nth-child(3) a{
  background: #0B67C5;
}
nav.social_floating li:nth-child(4) a{
  background: #000000;
}
nav.social_floating li:nth-child(5) a{
  background: #ff0000;
}
nav.social_floating li:nth-child(5) a i{
  top: 12px;
  left: 11px;
}
nav.social_floating li:nth-child(6) a{
  background: #007B80;
}
nav.social_floating li a i{
  position:absolute;
  top: 14px;
  left: 13px;
  font-size: 16px;
}
nav.social_floating ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size:11px;
  text-indent:10px;
  line-height:44px;
}
nav.social_floating a:hover {
  z-index:1;
  width: 150px;
}
nav.social_floating ul li:hover a span{
  padding-left: 30%;
  display: block;
}
/*
Social Floating END
*/


._brlbs-google-maps{
	width:100%;
}

.map ._brlbs-google-maps ._brlbs-thumbnail{
	display:none !important;
}
.map ._brlbs-google-maps{
	height:341px;
}

.form_content_away input{
	display:none;
}

.head_unternehmens_link::before
{
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.573' fill='%236B6E6A' height='23.601' viewBox='16.893 11.799 14.573 23.601'%3E%3Cpath d='M16.893 14.572l9.009 9.027-9.009 9.026 2.773 2.774 11.8-11.8-11.8-11.801-2.773 2.774z'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 7px;
  height: 100%;
  top: 50%;
  right: 2.2rem;
  transform: translate(0,-50%) scaleX(-1);
  right: 2.2rem;
  transform: translate(0,-50%);
  -webkit-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}


.modal-backdrop{
	display:none !important;
}


.custom-category-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; /* Abstand zwischen den Elementen */
}

.custom-category-section {
    flex: 1 1 30%; /* Flex-Basis von 30%, wächst und schrumpft nach Bedarf */
    box-sizing: border-box;
}

.custom-category-children {
    padding-left: 20px; /* Einrückung der untergeordneten Kategorien */
}

.custom-category-section h3 {
    margin: 0 0 10px 0;
}

.custom-category-section input {
    margin-right: 10px;
}

.disabled-category {
    color: gray;
}

.disabled-category input {
    cursor: not-allowed;
}


.pico_container{
	position:absolute;
	right:-25px;
	bottom:-4px;
	max-height:300px;
	z-index:10;
}

.picto_header{
	height:193px;
	position:relative;
	z-index:20;
	padding:3rem 2.2rem;
}


.picto_titelleiste{
	z-index:12;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:4px 0 0 22px;
	height:37px;
}
.picto_titelleiste span{
	color:#fff;
}

.picto-slider-content_icon{
	position:absolute;
	right:20px;
	bottom:-2px;
	transform:translate(0,-50%);
	-webkit-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all .2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
.picto-slider-content_icon:hover {
	transform:translate(3px,-50%);
}

.brlbs-cmpnt-cb-main{
	max-width:900px;
}

.brlbs-cmpnt-cb-btn, .brlbs-cmpnt-cb-buttons {
	background: #003399 !important;
	border-radius: 1px;
}

.body .brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-provider-toggle{
	color:#003399 !important;
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-description{
	padding-right:10px;
}

#BorlabsCookieBox section .brlbs-cmpnt-selection-controls{
	margin:5px 0 5px 0;
}
#BorlabsCookieBox .brlbs-cmpnt-dialog-footer{
	display:none;
}
#BorlabsCookieWidget{
	display:none;
}

@media (min-width: 640px) {
    .brlbs-cmpnt-container :is(.sm\:brlbs-basis-3\/12) {
        flex-basis: 23% !important;
    }
}

.scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down-link {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  left: 50%;
  bottom: 90px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
  /*animated scroll arrow animation*/
}
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

.video-modal .video-div{
  width:100%;
 display: block;
  height:100%;
      object-fit: cover;
}
.video-modal .modal-body,
.video-modal .modal-header{
  padding: 0;
  border: none;
}
.video-modal .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 1px;
    background-color: #003399;
    opacity: 1;
    color: #fff;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    top: -7px;
  z-index: 1;
}
.video-modal .modal-header .close span, .video-modal .modal-header .close span:hover{
	top: -11px;
  position: relative;
  color: #fff;
  left: -4px;
  font-size: 25px;
}

.video-modal .modal-content{
  border-radius: 0;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}


.green_alert{
	font-weight:bold;
	color:#D1D823;
}

.red_alert{
	font-weight:bold;
	color:#D63517;
}