@charset "UTF-8";
/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* === LESS variables === */
/* blue */
/* light blue*/
/* 5er grid */
/* barlow-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: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: url("/_intern/fonts/barlow/barlow-v12-latin-300.eot");
  /* IE9 Compat Modes */
  src: url("/_intern/fonts/barlow/barlow-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/barlow/barlow-v12-latin-300.woff2") format("woff2"), url("/_intern/fonts/barlow/barlow-v12-latin-300.woff") format("woff"), url("/_intern/fonts/barlow/barlow-v12-latin-300.ttf") format("truetype"), url("/_intern/fonts/barlow/barlow-v12-latin-300.svg#Barlow") format("svg");
  /* Legacy iOS */
}
/* barlow-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: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/barlow/barlow-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("/_intern/fonts/barlow/barlow-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/barlow/barlow-v12-latin-regular.woff2") format("woff2"), url("/_intern/fonts/barlow/barlow-v12-latin-regular.woff") format("woff"), url("/_intern/fonts/barlow/barlow-v12-latin-regular.ttf") format("truetype"), url("/_intern/fonts/barlow/barlow-v12-latin-regular.svg#Barlow") format("svg");
  /* Legacy iOS */
}
/* barlow-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: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("/_intern/fonts/barlow/barlow-v12-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("/_intern/fonts/barlow/barlow-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/barlow/barlow-v12-latin-500.woff2") format("woff2"), url("/_intern/fonts/barlow/barlow-v12-latin-500.woff") format("woff"), url("/_intern/fonts/barlow/barlow-v12-latin-500.ttf") format("truetype"), url("/_intern/fonts/barlow/barlow-v12-latin-500.svg#Barlow") format("svg");
  /* Legacy iOS */
}
/* barlow-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: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("/_intern/fonts/barlow/barlow-v12-latin-600.eot");
  /* IE9 Compat Modes */
  src: url("/_intern/fonts/barlow/barlow-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/barlow/barlow-v12-latin-600.woff2") format("woff2"), url("/_intern/fonts/barlow/barlow-v12-latin-600.woff") format("woff"), url("/_intern/fonts/barlow/barlow-v12-latin-600.ttf") format("truetype"), url("/_intern/fonts/barlow/barlow-v12-latin-600.svg#Barlow") format("svg");
  /* Legacy iOS */
}
/* barlow-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: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/barlow/barlow-v12-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("/_intern/fonts/barlow/barlow-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/barlow/barlow-v12-latin-700.woff2") format("woff2"), url("/_intern/fonts/barlow/barlow-v12-latin-700.woff") format("woff"), url("/_intern/fonts/barlow/barlow-v12-latin-700.ttf") format("truetype"), url("/_intern/fonts/barlow/barlow-v12-latin-700.svg#Barlow") format("svg");
  /* Legacy iOS */
}
/* === CSS mixins === */
/* CALC example
	width: calc(100% - 2px);
	width: calc(~"50%" - $px_padding*2);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  position: relative;
  background-color: #F5F8F8;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
h1, .h1, h2, .h2 {
  display: block;
  font-size: 40px;
  font-weight: 300;
  margin: 0px 0px 0px 0px;
  color: #0A4594;
}
/*  small pre-Headlines */
h3, .h3 {
  display: block;
  color: #707070;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
/* Bold grey Section-Headlines */
h4, .h4 {
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin: 0px 0px 25px 0px;
}
/* Akkordion Headlines */
h5, .h5 {
  display: inline-block;
  font-size: 55px;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
}
h5 span, .h5 span {
  font-weight: 300;
}
a {
  color: #707070;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.blue, .blau {
  color: #0A4594;
}
.lightblue, .hellblau {
  color: #0A4594;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.2;
}
.text p {
  margin: 0px 0px 15px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text a {
  color: #0A4594;
}
.text a:hover {
  text-decoration: underline;
}
.text ol, .text ul {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 15px;
}
button, .button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: transparent;
  padding: 0px 10px;
  display: block;
  color: #707070;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  line-height: 30px;
  margin: 20px 0px 0px 0px;
  color: #707070 !important;
  white-space: nowrap;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:before, .button:before, input[type="submit"]:before {
  content: "";
  width: 50px;
  background-image: url("/MEDIEN/layout/arrow_button.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  height: 30px;
  margin-right: 15px;
  float: left;
  display: inline-block;
}
button:hover, .button:hover, input[type="submit"]:hover {
  color: #0A4594 !important;
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
  max-width: 500px;
}
.form li .label {
  display: block;
  margin-bottom: 3px;
}
.form li input[type="text"], .form li input[type="email"], .form li input[type="url"], .form li input[type="date"], .form li input[type="password"], .form li input[type="web"], .form li textarea {
  height: 25px;
  width: 96%;
  padding: 0px 2%;
}
.form li textarea {
  height: auto;
  padding: 2%;
}
.form li input[type="radio"], .form li input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div, .form li.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label, .form li.checkbox label {
  margin-left: 22px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #0A4594;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.onlymobile {
  display: none;
}
.inner {
  max-width: 95%;
  width: 1300px;
  margin: auto;
  position: relative;
}
.outer {
  max-width: 98%;
  width: 1500px;
  margin: auto;
  position: relative;
}
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: white;
  overflow: hidden;
  z-index: 10;
}
#header .container {
  height: 100px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#header .jobslink {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  display: inline-block;
  transition: 0.5s all;
  font-size: 13px;
  opacity: 0;
}
.scrolled #header .container {
  height: 70px;
}
.scrolled #header .jobslink {
  opacity: 1;
}
#logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  max-width: 60%;
  width: 350px;
}
#logo img {
  display: block;
  width: 100%;
  transform: translateY(10%) translateX(-8%);
}
#nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* gets handled via javascript */
  /*
	li.lvl1:hover > .submenu {
		display: block;
	}
	*/
}
#nav li.lvl1 {
  list-style-type: none;
  display: inline-block;
  margin: 0px 18px;
}
#nav li.lvl1 a {
  display: inline-block;
  line-height: 35px;
  text-transform: uppercase;
}
#nav li.lvl1 a.active {
  color: #0A4594;
}
#nav li.lvl1:hover a, #nav li.lvl1.hover a {
  text-decoration: underline;
}
#nav .submenu {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  z-index: 5;
  text-align: left;
  padding: 0px;
  background-color: red;
  min-width: 250px;
  border: 1px solid black;
  opacity: 0;
}
#nav .submenu li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav .submenu li.lvl2 a {
  padding: 0px 10px;
  display: block;
}
#mobilmenu_trigger {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  z-index: 20;
}
#mobilmenu_trigger span {
  position: relative;
  height: 3px;
  display: block;
  margin: 8px 0px;
  background-color: #0A4594;
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.mobilenav #mobilmenu_trigger .line1 {
  transform: translateY(11px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  opacity: 0;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-11px) rotate(-45deg);
}
#mobilemenu_container {
  position: fixed;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 65vh;
  overflow: auto;
  /* background-color: rgba(255,255,255, 0.9); */
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  max-height: 0px;
}
.mobilenav #mobilemenu_container {
  box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.1);
  max-height: 80vh;
}
#nav_mobile {
  margin: 0px;
  padding: 0px;
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
}
#nav_mobile li a {
  display: block;
  color: #707070;
  padding: 0px 15px;
  line-height: 40px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
#nav_mobile li a span {
  font-weight: 400;
}
#nav_mobile li a:hover {
  text-decoration: underline;
}
#nav_mobile li a.active {
  color: #0A4594;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 1;
  left: 10px;
  bottom: 10px;
  width: 550px;
  max-width: calc(100% - 20px);
  background-color: #bebebe;
  padding: 12.5px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 90%;
}
#cookiehint a.readmore {
  color: #0A4594;
  text-decoration: underline;
}
#cookiehint .button {
  margin: 10px 10px 0px 0px;
  color: inherit;
}
#cookiehint .cookie_deny {
  background-color: transparent;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_save {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_acceptAll {
  color: white;
  background-color: white;
  border: 1px solid grey;
}
#keyvisual {
  position: relative;
}
#keyvisual .container {
  position: relative;
  width: 100%;
  height: 30vw;
}
#keyvisual .container img, #keyvisual .container video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#keyvisual .jobslink.onlymobile {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#keyvisual .jobslink.onlymobile:before {
  display: none;
}
#keyvisual_nav {
  position: absolute;
  top: 10%;
  left: 60%;
}
#keyvisual_nav a.link {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 26px;
  color: #707070;
  display: block;
  margin-bottom: 25px;
  letter-spacing: 4px;
}
.jobslink {
  background-color: #0A4594;
  color: white !important;
  margin: 0px;
  line-height: 22px;
}
.jobslink:before {
  height: 22px;
  filter: brightness(10000);
}
#page {
  margin-top: 100px;
}
#footer {
  padding: 50px 0px;
  background-color: white;
  position: relative;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  bottom: -20px;
  left: 0px;
  width: 100%;
  background-color: white;
}
#footer a {
  color: inherit;
}
#footer .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
  border-top: 1px dotted #707070;
  padding-top: 25px;
  align-items: flex-end;
}
#footer .footer_address {
  width: 60%;
}
#footer .menu {
  width: 20%;
}
#footer .legals {
  width: 20%;
}
#footer .footer_address .footerlogo {
  max-width: 350px;
  height: 100px;
  overflow: hidden;
}
#footer .footer_address .footerlogo img {
  display: block;
  transform: translateY(-28%) translateX(-8%);
}
#footer .footer_address .text {
  padding-left: 10%;
}
#footer .footerlink {
  font-weight: bold;
}
#footer #footernav a, #footer .legals a {
  font-weight: 600;
  display: inline-block;
  padding-top: 10px;
  text-transform: uppercase;
}
#footernav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.section {
  position: relative;
  padding: 75px 0px;
}
.headlinebox {
  position: relative;
  margin-bottom: 35px;
  max-width: 80%;
}
.section.text_img .headlinebox {
  max-width: 40%;
  margin-left: 10%;
}
.section.text_img .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.section.text_img .contentbox {
  width: 20%;
}
.section.text_img .imgbox {
  width: calc(100% - $col_width);
  padding-left: 40px;
  box-sizing: border-box;
  max-width: 900px;
}
.section.img_text .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.section.img_text .imgbox {
  width: calc(100% - $col_width*2);
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  text-align: right;
  max-width: 900px;
}
.section.img_text .imgbox img {
  max-height: 700px;
  width: auto;
}
.section.img_text .imgbox:after {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  right: -1px;
  top: 0px;
  height: 80%;
  border-right: 1px dotted #707070;
}
.section.img_text .contentbox {
  width: 40%;
  padding-left: 20px;
  box-sizing: border-box;
}
.section.img_text .contentbox .headlinebox {
  max-width: 100%;
}
.section.img_text .textbox {
  width: 50%;
}
.section.img_above_text .container {
  display: flex;
  flex-wrap: nowrap;
}
.section.img_above_text .left {
  display: none;
}
.section.img_above_text .right {
  width: 100%;
}
.section.img_above_text .left .image {
  margin-top: 50px;
}
.section.img_above_text .right_container {
  margin-left: auto;
  width: 50%;
}
.section.img_above_text .right .image {
  margin-bottom: 50px;
}
.section.img_above_text .contentbox {
  padding-top: 50px;
  margin-left: 16%;
  width: 40%*%;
}
.section.projects {
  background-color: white;
}
.accordeon_container {
  position: relative;
}
.accordeon_container .item {
  border-top: 1px dotted #707070;
}
.accordeon_container .accordeon .head {
  padding: 15px 0px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2 !important;
}
.accordeon_container .accordeon .head h5 {
  transform: translateX(0px);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.accordeon_container .accordeon .head:hover {
  cursor: pointer;
}
.accordeon_container .accordeon .head:hover h5 {
  transform: translateX(6px);
}
.accordeon_container .accordeon .head .city {
  display: inline-block;
  margin: 0px;
}
.accordeon_container .accordeon .content {
  max-height: 0px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.5s all;
}
.accordeon_container .accordeon.opened .content {
  max-height: 250vh;
}
.project .attributes {
  display: none;
  line-height: 1.3;
  font-size: 120%;
}
.project .attributes label {
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  position: relative;
  top: -5px;
  margin-right: 4px;
}
.project .attributes span {
  font-weight: 500;
}
.project .images_container {
  position: relative;
  margin: 25px 0px;
  /*
		video {
			display: block;
			margin: auto;
			max-width: 100%;
			max-height: 80vh;
		}
		*/
}
.project .images_container .locator {
  margin-top: 25px;
  padding: 5px 0px;
  text-align: center;
  font-weight: 600;
}
.project .allImagesTrigger {
  position: absolute;
  bottom: 5px;
  right: 10px;
  float: right;
  padding-right: 50px;
  background-image: url("/MEDIEN/layout/icon_allpics.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  display: block;
}
.accordeon_slider {
  position: relative;
}
.accordeon_slider img {
  margin: 0px 10px;
}
.accordeon_slider .video {
  display: inline-block;
  margin: 0px 10px;
  text-align: center;
}
.accordeon_slider .video video {
  display: inline-block;
  max-height: 70vh;
  width: auto;
}
.accordeon_slider .slick-slide {
  opacity: 0.3;
  transition: 0.2s opacity;
}
.accordeon_slider .slick-slide.slick-current {
  opacity: 1;
}
.accordeon_slider .slick-arrow {
  position: absolute;
  bottom: -30px;
  width: 70px;
}
.accordeon_slider .slick-prev {
  right: 50%;
  cursor: pointer;
  Xtransform: translateX(-35px);
}
.accordeon_slider .slick-prev:before {
  transform: rotate(180deg);
}
.accordeon_slider .slick-next {
  left: 50%;
  cursor: pointer;
  Xtransform: translateX(35px);
}
.section.projects_tiles {
  padding: 0px;
  background-color: white;
}
.section.projects_tiles .tiles_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px 0px -5px;
  /* Tile is link? */
}
.section.projects_tiles .tiles_container .tile {
  width: calc(25% - 10px);
  margin: 0px 5px 20px 5px;
  min-height: 200px;
}
.section.projects_tiles .tiles_container a.tile {
  display: block;
}
.section.projects_tiles .tiles_container a.tile .image:hover img {
  transform: scale(1.03);
}
.section.projects_tiles .tiles_container .image {
  position: relative;
  padding-bottom: 100%;
  border: 1px solid #adadad;
  overflow: hidden;
}
.section.projects_tiles .tiles_container .image:before {
  content: "";
  font-family: "fontello_mg";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: rotation infinite 1.5s;
}
.section.projects_tiles .tiles_container .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.projects_tiles .tiles_container .desc {
  display: block;
  min-height: 45px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 0px;
}
.section.projects_tiles .tiles_container .desc .title {
  font-weight: 600;
}
.section.projects_tiles .button_box {
  text-align: center;
  background-color: #F5F8F8;
  padding: 25px 0px 25px 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.section.projects_tiles .button_box .button {
  margin-top: 0px;
  display: inline-block;
}
#sec1.projects_tiles {
  padding-top: 50px;
  /* first section? */
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#introbox.firstsection .container {
  display: flex;
  flex-wrap: nowrap;
}
#introbox.firstsection .introbox_type_1 .headlinebox {
  width: 40%;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}
#introbox.firstsection .block {
  width: 20%;
}
#introbox.firstsection .block.align_center {
  align-self: center;
}
#introbox.firstsection .block.align_bottom {
  align-self: flex-end;
}
#introbox.firstsection .block .text {
  padding: 0px 10px;
}
#introbox.firstsection .introbox_type_2 .headlinebox {
  text-align: right;
  padding-left: 20%;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}
#introbox.firstsection .introbox_type_2 .left {
  position: relative;
  width: 60%;
}
#introbox.firstsection .introbox_type_2 .right {
  position: relative;
  width: 40%;
}
#introbox.firstsection .introbox_type_2 .block {
  width: 50%;
}
#introbox.firstsection .introbox_type_2 .textcontainer {
  margin-top: 100px;
  display: flex;
  flex-wrap: nowrap;
}
#introbox.firstsection .additional_headlinebox {
  text-align: right;
  margin-top: 30px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
#introbox.firstsection .additional_headlinebox img {
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
#introbox.firstsection .introbox_additional_img {
  margin-top: 30px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.frontpage #keyvisual .container {
  height: 70vh;
  background-color: white;
}
.frontpage #keyvisual .container img {
  top: 5%;
  height: 95%;
  object-fit: contain;
  object-position: left center;
}
.frontpage #introbox.firstsection .introbox_type_1 .headlinebox {
  width: 50%;
  text-align: left;
  margin-left: 50%;
}
.frontpage #introbox.firstsection .introbox_type_1 .block {
  display: none;
}
.frontpage #sec1 {
  padding-top: 0px;
  margin-top: -25px;
}
.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  align-content: center;
  max-height: 100vh;
}
.popup.open {
  display: flex;
}
.popup .content {
  margin: auto;
  max-height: 99vh !important;
  overflow: auto !important;
  width: 90%;
  max-width: 1400px;
  background-color: white;
  text-align: center;
  box-sizing: border-box;
  padding: 50px 30px;
  position: relative;
}
.popup .title {
  display: block;
  text-align: left;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
}
.popup .close {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/MEDIEN/layout/icon_close.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
}
.gallery_popup .gallery {
  margin: 0px -10px;
}
.gallery_popup .gallery .imagebox {
  display: block;
  float: left;
  width: calc(100% - 2px - 20px);
  margin: 0px 10px 20px 10px;
  border: 1px solid #adadad;
}
.gallery_popup .gallery .imagebox:nth-child(3n), .gallery_popup .gallery .imagebox:nth-child(3n-1) {
  width: calc(50% - 2px - 20px);
}
.gallery_popup .gallery .imagebox img {
  display: block;
}
.gallery_popup .gallery .zoomable {
  height: 40vh;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: calc(100% - 2px - 20px) !important;
}
.gallery_popup .gallery .mainpic.zoomable {
  height: 70vh;
}
.gallery_popup .gallery .mainpic.zoomable img:first-Child {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section.img_small_text .container {
  display: flex;
}
.section.img_small_text .image {
  position: relative;
  max-width: 50%;
}
.section.img_small_text .columntext {
  width: 20%;
  padding: 0px 10px;
  box-sizing: border-box;
}
.section.img_small_text .coloffset_1-5 .container .image, .section.img_small_text .coloffset_1-5 .bottom {
  padding-left: 10%;
}
.section.img_small_text .coloffset_2 .container .image, .section.img_small_text .coloffset_2 .bottom {
  padding-left: 20%;
}
.section.img_small_text .coloffset_2-5 .container .image, .section.img_small_text .coloffset_2-5 .bottom {
  padding-left: 30%;
}
.section.img_small_text .coloffset_3 .container .image, .section.img_small_text .coloffset_3 .bottom {
  padding-left: 40%;
}
.section.img_small_text .bottom {
  padding-top: 15px;
}
.section.img_small_text .bottom .button {
  margin: 0px;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  left: -75px;
  letter-spacing: 0px;
  position: relative;
  line-height: 25px;
  letter-spacing: auto;
}
.section.mini_textboxen .container {
  padding-left: 20%;
}
.section.mini_textboxen .item {
  border-top: 1px dotted #707070;
  padding: 15px 0px 30px 100px;
  position: relative;
}
.section.mini_textboxen .item .icon {
  position: absolute;
  top: 8px;
  left: 55px;
  text-align: center;
}
.section.mini_textboxen .item .icon img {
  display: inline-block;
  height: 30px;
  width: 30px;
  objeft-fit: contain;
  object-position: center center;
}
.section.team_item {
  padding: 50px 0px;
}
.section.team_item .container {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.section.team_item .container:hover .portraitbox .portrait {
  filter: grayscale(0);
  opacity: 1;
}
.section.team_item .reverseImages .container {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.section.team_item .reverseImages .container .image {
  margin-right: auto;
  padding-left: 0px !important;
}
.section.team_item .reverseImages.coloffset_1-5 .container .portraitbox {
  padding-left: 10%;
}
.section.team_item .reverseImages.coloffset_2 .container .portraitbox {
  padding-left: 20%;
}
.section.team_item .reverseImages.coloffset_2-5 .container .portraitbox {
  padding-left: 30%;
}
.section.team_item .reverseImages.coloffset_3 .container .portraitbox {
  padding-left: 40%;
}
.section.team_item .image {
  width: 40%;
  text-align: right;
}
.section.team_item .image img {
  display: block;
  margin-left: auto;
  max-width: calc(100% - 10px);
  margin: 0px 10px;
}
.section.team_item .portraitbox {
  width: 20%;
}
.section.team_item .portraitbox .portrait {
  margin-bottom: 25px;
  width: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0.9;
  filter: grayscale(1);
}
.section.team_item .coloffset_1-5 .container .image {
  padding-left: 10%;
}
.section.team_item .coloffset_2 .container .image {
  padding-left: 20%;
}
.section.team_item .coloffset_2-5 .container .image {
  padding-left: 30%;
}
.section.team_item .coloffset_3 .container .image {
  padding-left: 40%;
}
/* TEAM SEITE */
.doc_127.noteditmode #introbox {
  background-color: #F5F8F8;
}
.doc_127.noteditmode #standard {
  background-color: white;
}
/* Kontakt */
.doc_131.noteditmode #introbox {
  position: absolute;
  top: 100px;
}
.doc_131.noteditmode #keyvisual .container img {
  width: 30% !important;
  left: 70%;
  margin-left: auto;
}
.doc_131.noteditmode #standard {
  background-color: white;
}
.section.buttonsection {
  background-color: white;
  margin: 0px;
  padding: 50px 0px;
}
.section.buttonsection .container {
  text-align: center;
  background-color: #F5F8F8;
  padding: 50px 0px 60px 0px;
}
.section.buttonsection .container .button {
  display: inline-block;
}
.section.text_smallblocks {
  background-color: white;
}
.section.text_smallblocks .container .item {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 25px;
}
.section.text_smallblocks .container .item .headline {
  text-align: right;
  width: 40%;
  color: #0A4594;
  font-weight: bold;
}
.section.text_smallblocks .container .item .text {
  width: 40%;
  text-align: left;
}
