/* *** Fonts *** */
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v40-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/open-sans-v40-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/open-sans-v40-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v40-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/open-sans-v40-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/open-sans-v40-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/open-sans-v40-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* =============================================================================
 * h7 General
 * ========================================================================== */

div img {
	pointer-events: none;
}
div.privacy_buttons>input:nth-of-type(2), div.privacy_buttons>input:nth-of-type(3) {
	background: #fff;
	color: var(--accentColor);
	border: 1px solid var(--accentColor);
}
div.privacy_buttons>input:nth-of-type(2):hover, div.privacy_buttons>input:nth-of-type(3):hover {
	color: #fff;
}
.mod_privacy_optin_medium p.privacy, p.privacy {
	background: var(--accentColor);
	a, a:hover, a:visited {
		color: #fff;
		text-decoration: underline;
	}
}

/* =============================================================================
 * h7 Carreer
 * ========================================================================== */

.mod_plenta_jobs_basic_offer_list .ce_headline_w_buttons_inside:hover {
  background: rgb(235, 235, 235);
}
.mod_plenta_jobs_basic_offer_reader h1 {
  color: var(--accentColor);
}
.mod_plenta_jobs_basic_offer_reader h2 {
  margin-top: 25px;
}
.mod_plenta_jobs_basic_offer_reader .job_location {
  margin-bottom: 15px;
}
.mod_plenta_jobs_basic_offer_reader .ce_image {
  margin-bottom: 25px;
}
  
 /* =============================================================================
  * home
  * ========================================================================== */
.home .ce_bgimage_content_start {
  background-position: center center;
  background-size: cover;
}
.home .ce_bgimage_content_start .bg_overlay {
  background-color: rgba(255, 255, 255, 0.75);
}
.home .ce_bgimage_content_start.bg-white {
 background-color: transparent;
}

/* Contao Swiper */
.swiper { position: static; }
.content-swiper .swiper-button-prev { left: -80px; }
.content-swiper .swiper-button-next { right: -80px; }
.content-swiper .swiper-button-next, .content-swiper .swiper-button-prev { 
  color: var(--secondColor); 
}
.content-swiper .swiper-button-prev:hover, .content-swiper .swiper-button-next:hover { 
  border: 0; 
  color: var(--accentColor); 
}
@media only screen and (max-width: 768px) {
  .swiper { position: relative; }
  .swiper .swiper-button-prev { left: 10px; }
  .swiper .swiper-button-next { right: 10px; }
}
/* Versatz Bullets */
/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -10px;
} */

  
 /* =============================================================================
  * Footer
  * ========================================================================== */
a.special {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 6px;
  border-radius: 5px;
  background-color: #fff;
  color: #2d4f6e !important;
}