@charset "UTF-8";
/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* === LESS variables === */
/* 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.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* 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.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-italic - 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: italic;
  font-weight: 400;
  src: url("/_intern/fonts/barlow/barlow-v12-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* 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.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* 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.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* 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.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* === 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: 18px;
  color: #1A2F40;
  position: relative;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
h1, .h1, h2, .h2 {
  display: block;
  position: relative;
  font-size: 60px;
  color: #2F78C3;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
  padding-top: 20px;
  font-weight: 400;
  line-height: 1.1;
}
h1 b, h1 strong, .h1 b, .h1 strong, h2 b, h2 strong, .h2 b, .h2 strong {
  font-weight: 600;
}
h1:before, .h1:before, h2:before, .h2:before {
  content: "";
  display: block;
  height: 10px;
  background-color: #2F78C3;
  width: 200px;
  max-width: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
h1 p, .h1 p, h2 p, .h2 p {
  margin: 0px;
  display: inline-block;
}
h2, .h2 {
  margin: 0px;
  font-size: 40px;
}
h3, .h3 {
  display: block;
  font-size: 18px;
  margin: 0px 0px 5px 0px;
  font-weight: 600;
  text-transform: uppercase;
}
h4, .h4 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0px 0px 10px 0px;
  line-height: 30px;
}
a {
  color: #1A2F40;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.mediumtext {
  font-size: 40px;
}
.bigtext {
  font-size: 60px;
}
.blue, .blau {
  color: #2F78C3 !important;
}
.nobreak {
  white-space: nowrap;
  display: inline-block;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.3;
}
.text p {
  margin: 0px 0px 15px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text a {
  color: #1A2F40;
}
.text a:hover {
  text-decoration: underline;
}
.text a[target="_blank"] {
  color: grey;
}
.text b, .text strong {
  font-weight: 600;
}
button, .button, input[type="submit"] {
  display: inline-block;
  border: 1px solid #2F78C3;
  background-color: transparent;
  padding: 0px 10px;
  line-height: 35px;
  font-weight: 500;
  font-size: 14px;
  color: #2F78C3 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:before, .button:before, input[type="submit"]:before {
  content: "";
  background-image: url("/MEDIEN/layout/arrow_blue.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  display: inline-block;
  margin-right: 14px;
  width: 50px;
  height: 15px;
  position: relative;
  left: 0px;
  top: 2px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:hover, .button:hover, input[type="submit"]:hover {
  text-decoration: none !important;
}
button:hover:before, .button:hover:before, input[type="submit"]:hover:before {
  left: 4px;
}
button.videopopup:before, .button.videopopup:before, input[type="submit"].videopopup:before {
  background-image: url("/MEDIEN/layout/icon_play.png");
  width: 25px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #424242;
  margin: 0;
  width: 40px;
  height: 20px;
  border-color: 1px solid grey;
  border-radius: 10px;
  position: relative;
  line-height: 1;
  margin-right: 7px;
  transition: 0.4s all;
}
input[type="checkbox"]:disabled, input[type="checkbox"][disabled], input[type="checkbox"][disabled=""] {
  background-color: #f8f8f8;
  opactiy: 0.5;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: white;
  transition: 0.4s all;
}
input[type="checkbox"]:checked {
  background-color: #2F78C3;
}
input[type="checkbox"]:checked:before {
  left: calc(50% + 1px);
}
input[type=checkbox][disabled] {
  background-color: rgb(from #424242 r g b / 30%);
}
input[type=checkbox][disabled]:checked {
  background-color: rgb(from #2F78C3 r g b / 30%);
}
.arrowlink {
  display: inline-block;
  position: relative;
  color: #1A2F40 !important;
}
.arrowlink:before {
  content: "";
  background-image: url("/MEDIEN/layout/arrow_dark.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 15px;
  position: relative;
  top: 2px;
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 20px;
  max-width: 500px;
  position: relative;
}
.form li .label {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.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;
  margin-top: 2px;
}
.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: 50px;
  display: block;
  font-size: 14px;
}
.form li.radio {
  padding: 20px 0px 40px 0px;
}
.form li.radio:after {
  content: "";
  display: block;
  clear: both;
  opacity: 0;
}
.form li.radio .field > div {
  float: left;
  width: 50%;
  min-width: 200px;
}
.form li.radio label {
  text-transform: uppercase;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #2F78C3;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 10px;
}
.form .forTheBear {
  visibility: hidden;
  opacity: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
#page {
  width: 100%;
  overflow: hidden;
}
.inner {
  max-width: 95%;
  width: 1200px;
  margin: auto;
  position: relative;
}
.outer {
  max-width: 98%;
  width: 1800px;
  margin: auto;
  position: relative;
}
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
#headerbar {
  position: absolute;
  z-index: 6;
  top: 0px;
  right: 0px;
  width: auto;
  background-color: white;
  padding: 0px 15px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#headerbar:after {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 50vw;
  background-color: white;
  height: 100%;
  content: "";
  display: block;
}
.frontpage #header {
  background-color: white;
  padding-bottom: 20px;
  padding-top: 10px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.frontpage #headerbar {
  top: 60%;
  transform: translateY(-50%);
}
.scrolled.frontpage #header {
  padding-bottom: 0px;
  padding-top: 0px;
}
.scrolled.frontpage #headerbar {
  top: 50%;
}
.mobilenav #headerbar, .mobilenav #headerbar:after {
  background-color: transparent;
}
#logo, #logo_start {
  position: absolute;
  z-index: 23;
  top: 0px;
  left: 0px;
  display: inline-block;
}
#logo img, #logo_start img {
  display: block;
  max-height: 150px;
  position: relative;
  left: 0px;
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.scrolled #logo img, .scrolled #logo_start img, .mobilenav #logo img, .mobilenav #logo_start img {
  max-height: 43px;
  left: 30px;
}
.scrolled #logo_start img, .mobilenav #logo_start img {
  opacity: 0;
}
#logo_start {
  position: relative;
  min-height: 150px;
}
.scrolled #logo_start, .mobilenav #logo_start {
  min-height: 0px;
}
#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: #2F78C3;
}
#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;
}
#nav .submenu li.lvl2 a.active {
  font-weight: 600;
}
#mobilmenu_trigger {
  position: relative;
  top: 6px;
  float: right;
  width: 46px;
  z-index: 6;
}
#mobilmenu_trigger span {
  position: relative;
  height: 4px;
  display: block;
  margin: 5px 0px;
  background-color: #1A2F40;
  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(9px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  opacity: 0;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-9px) rotate(-45deg);
}
#mobilemenu_container {
  display: flex;
  position: absolute;
  z-index: 5;
  top: -100vh;
  width: 100%;
  overflow: auto;
  background-color: #c8cbce;
  height: 100vh;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  justify-content: center;
  align-items: center;
}
.mobilenav #mobilemenu_container {
  top: 0px;
}
#nav_mobile {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  /* height: 300px; */
}
#nav_mobile li.lvl1 {
  display: flex-item;
  list-style-type: none;
  position: relative;
  padding-bottom: 30px;
  /*
		&:first-Child {
			height: 50vh;
			max-height: 300px;
		}
		
		&:nth-Child(2),
		&:nth-Child(3),
		&:nth-Child(4) {
			min-height: 33.33%;
		}
		*/
  /* &:nth-Child(4), */
}
#nav_mobile li.lvl1 > a {
  display: block;
  padding: 0px 15px;
  line-height: 35px;
  text-decoration: none;
  color: #2F78C3;
  font-weight: 600;
  font-size: 120%;
  text-transform: uppercase;
}
#nav_mobile li.lvl1 > a.active {
  font-weight: 600;
}
#nav_mobile li.lvl1:nth-Child(5), #nav_mobile li.lvl1:last-Child {
  padding-bottom: 0px;
}
#nav_mobile li.lvl1:nth-Child(5) a, #nav_mobile li.lvl1:last-Child a {
  font-weight: 400;
  font-size: 100%;
}
#nav_mobile li.lvl1:nth-Child(5) a:before, #nav_mobile li.lvl1:last-Child a:before {
  content: "";
  background-image: url("/MEDIEN/layout/arrow_blue.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  transform: translateX(0px);
  display: inline-block;
  margin-right: 14px;
  width: 50px;
  height: 15px;
  position: relative;
  left: 0px;
  top: 2px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#nav_mobile li.lvl1:nth-Child(5) a:hover:before, #nav_mobile li.lvl1:last-Child a:hover:before {
  transform: translateX(3px);
}
#nav_mobile .submenu {
  padding: 0px;
}
#nav_mobile li.lvl2 {
  list-style-type: none;
}
#nav_mobile li.lvl2 > a {
  display: block;
  padding: 0px 15px;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
}
#nav_mobile li.lvl2 > a.active {
  font-weight: 600;
}
#nav_mobile li.lvl2 > a:before {
  content: "";
  background-image: url("/MEDIEN/layout/arrow_dark.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  transform: translateX(0px);
  display: inline-block;
  margin-right: 14px;
  width: 50px;
  height: 15px;
  position: relative;
  left: 0px;
  top: 2px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#nav_mobile li.lvl2 > a:hover:before {
  transform: translateX(3px);
}
#quicklinks {
  margin-right: 10vw;
}
#nav_quicklinks {
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
  padding: 10px 0px;
}
#nav_quicklinks li {
  display: inline-block;
  list-style-type: none;
  position: relative;
  margin-right: 40px;
}
#nav_quicklinks li a {
  display: inline-block;
  font-size: 14px;
  padding: 0px 15px;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
#nav_quicklinks li a:hover img {
  top: -2px;
}
#nav_quicklinks li a img {
  display: inline-block;
  position: relative;
  top: 0px;
  height: 22px;
  margin-right: 15px;
  float: left;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 750px;
  max-width: calc(100% - 30px);
  background-color: white;
  border-radius: 0px;
  border: 1px solid grey;
  padding: 35px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 94%;
}
#cookiehint a.readmore {
  color: #2F78C3;
  text-decoration: underline;
}
#cookiehint .checkboxes {
  margin-top: 10px;
}
#cookiehint .checkboxes .item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 0px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
}
#cookiehint .checkboxes label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#cookiehint .checkboxes .desc {
  font-size: 90%;
}
#cookiehint .buttons {
  margin-top: 15px;
}
#cookiehint .button {
  margin: 0px 10px 5px 0px;
  color: inherit;
}
#cookiehint .cookie_deny {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_save {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_acceptAll {
  color: white !important;
  background-color: #2F78C3;
}
#cookiehint .cookie_acceptAll:before, #cookiehint .cookie_acceptAll:after {
  filter: brightness(1000);
  color: white;
}
#keyvisual {
  position: relative;
  background-color: #E4EBEF;
}
#keyvisual .container {
  height: 60vh;
  position: relative;
}
#keyvisual .container img, #keyvisual .container video {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#keyvisual .keyvisual_text {
  position: absolute;
  z-index: 2;
  left: 8%;
  top: 65%;
  transform: translateY(-50%);
  color: white;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}
#keyvisual .keyvisual_text b, #keyvisual .keyvisual_text strong {
  font-weight: 700;
}
#keyvisual .keyvisual_text span, #keyvisual .keyvisual_text strong {
  /* background-color: white; */
  padding: 3px 10px;
  display: inline-block;
}
#keyvisual .keyvisual_text p {
  margin: 0px;
}
.immodetail #keyvisual {
  display: none;
}
#introsection {
  position: relative;
  margin: 50px 0px 20px 0px;
}
#introsection .container {
  position: relative;
  z-index: 1;
  margin-top: -15vh;
  background-color: white;
  padding: 25px 25px 25px 40px;
  box-sizing: border-box;
  width: calc(100% + 50px);
  left: -40px;
}
#introsection .pagetitle {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: inline-block;
  background-color: white;
  padding: 0px 5px 0px 40px;
  min-width: 250px;
  max-width: 100%;
  transform: translateY(-100%);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  white-space: nowrap;
}
#introsection .icon {
  position: absolute;
  filter: invert(100%) sepia(1%) saturate(7482%) hue-rotate(54deg) brightness(104%) contrast(99%);
  top: 13px;
  left: 10px;
  object-fit: contain;
  width: 22px;
  height: 22px;
}
#introsection .textbox {
  display: block;
  min-height: 100px;
  max-width: 80%;
  font-weight: 500;
}
#introsection .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: -160px;
  left: -130px;
  z-index: 0;
  background-image: url("/MEDIEN/layout/lines_introbox.svg");
  background-size: cover;
  width: 200px;
  height: 200px;
}
.doc_135 #introsection .icon {
  filter: none;
}
#pre_footer {
  background-color: #2F78C3;
  padding: 0px;
  height: 40vh;
  background-image: url("/MEDIEN/layout/prefooter_background.jpg");
  background-attachment: fixed;
  /* background-size: auto 60vh; */
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  justify-content: center;
  position: relative;
}
#pre_footer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 55%;
  height: 80px;
  background-color: white;
  z-index: 1;
}
#pre_footer .textbox {
  color: white;
  padding-left: 50px;
  font-size: 40px;
  margin-top: 80px;
  line-height: 1;
  text-transform: uppercase;
}
#footer {
  position: relative;
  padding: 25px 0px;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: 0px;
  width: 100%;
  background-color: white;
}
#footer .container {
  display: flex;
  flex-wrap: nowrap;
}
#footer address {
  display: block;
  font-style: normal;
  width: 62.5%;
}
#footer address a {
  color: inherit;
}
#footer .links a {
  display: inline-block;
  line-height: 1.5;
  font-size: 14px;
  text-transform: uppercase;
}
.headlinebox {
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 25px 50px 25px 0px;
  display: inline-block;
}
.headlinebox h2 {
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all;
}
.animated .headlinebox h2 {
  opacity: 1;
  transform: translateX(0px);
}
.section {
  padding: 50px 0px;
}
#firstsection {
  padding-top: 0px;
}
.accordeon {
  margin-bottom: 8px;
  position: relative;
  background-color: #E4EBEF;
}
.accordeon .title {
  padding: 25px;
  color: #2F78C3;
  position: relative;
}
.accordeon .title .ic {
  color: #2F78C3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  cursor: default;
}
.accordeon .title .ic.opened {
  display: none;
}
.accordeon .title .ic.closed {
  display: inline-block;
}
.accordeon .content {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.accordeon .contentbox {
  padding: 5px 25px 40px 25px;
}
.accordeon.opened .content {
  max-height: 500px;
  overflow: auto;
}
.accordeon.opened .title .ic.opened {
  display: inline-block;
}
.accordeon.opened .title .ic.closed {
  display: none;
}
.section.text_img {
  overflow: hidden;
  /* --- */
  /* --- */
  /* --- */
  /* --- */
  /* --- */
  /* --- */
  /* --- */
  /* --- */
}
.section.text_img .textbox {
  background-color: white;
  position: relative;
  z-index: 1;
}
.section.text_img .image {
  margin-bottom: 25px;
  position: relative;
}
.section.text_img .image .imagebox {
  overflow: hidden;
}
.section.text_img .image video {
  display: block;
  max-width: 100%;
}
.section.text_img .image .playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 135px;
  height: 135px;
}
.section.text_img .image .lines {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}
.section.text_img .layout_mid {
  padding-left: 12.5%;
}
.section.text_img .layout_mid .image {
  margin-top: -100px;
}
.section.text_img .layout_mid .image .lines {
  background-image: url("/MEDIEN/layout/lines_type1.svg");
  background-position: right bottom;
  width: 16%;
  height: 100%;
  bottom: -50px;
  right: -30px;
}
.section.text_img .layout_mid .text {
  padding-top: 25px;
}
.section.text_img .layout_bottomleft {
  padding-left: 25%;
  /* margin-bottom: 20vw; */
  margin-bottom: 20vw;
}
.section.text_img .layout_bottomleft:after {
  content: "";
  width: 10px;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 0px;
  background-image: url("/MEDIEN/layout/layout_lines.png");
  background-repeat: no-repeat;
  background-size: auto auto;
}
.section.text_img .layout_bottomleft .headlinebox {
  padding-left: 50px;
  left: -50px;
}
.section.text_img .layout_bottomleft .image {
  position: absolute;
  /*
			left: 50%;
			transform: translateX(-50vw);
			width: 50vw;
			*/
  left: -25%;
  width: 100%;
}
.section.text_img .layout_bottomleft .image .lines {
  background-image: url("/MEDIEN/layout/lines_type3.svg");
  background-position: top left;
  width: 20%;
  height: 100%;
  left: 0px;
  top: -20%;
}
.section.text_img .layout_bottomleft .textbox {
  padding: 0px 0px 25px 50px;
  margin-left: -50px;
  margin-top: -1px;
}
.section.text_img .layout_bottomleft .text {
  max-width: 60%;
}
.section.text_img .layout_bottomright {
  padding-right: 25%;
  margin-bottom: 20vw;
}
.section.text_img .layout_bottomright .image {
  position: absolute;
  /*
			right: 50%;
			transform: translateX(50vw);
			width: 75vw;
			*/
  right: -25%;
  width: 100%;
}
.section.text_img .layout_bottomright .textbox {
  padding: 0px 50px 25px 0px;
  margin-right: -50px;
  margin-top: -1px;
}
.section.text_img .layout_fullwidth .headlinebox {
  padding-left: 50px;
  left: 37.5%;
  max-width: 62.5%;
}
.section.text_img .layout_fullwidth .image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  margin-top: -100px;
}
.section.text_img .layout_fullwidth .image .lines {
  background-image: url("/MEDIEN/layout/lines_type2.svg");
  background-position: bottom right;
  width: 40%;
  right: -20%;
  height: 100%;
  bottom: -30%;
}
.section.text_img .layout_fullwidth .textbox {
  background-color: transparent;
}
.section.text_img .layout_beneathtext .headlinebox, .section.text_img .layout_beneathtext .textbox {
  margin-left: 25%;
  padding-left: 25px;
}
.section.text_img .layout_beneathtext .image {
  position: absolute;
  width: 25%;
  top: 0px;
}
.section.text_img .layout_topleft, .section.text_img .layout_topleft_2, .section.text_img .layout_topleft_fullwidth {
  padding-left: 37.5%;
}
.section.text_img .layout_topleft .headlinebox, .section.text_img .layout_topleft_2 .headlinebox, .section.text_img .layout_topleft_fullwidth .headlinebox {
  margin-top: 25vh;
  padding-left: 50px;
  left: -50px;
  width: 100%;
}
.section.text_img .layout_topleft .headlinebox h2, .section.text_img .layout_topleft_2 .headlinebox h2, .section.text_img .layout_topleft_fullwidth .headlinebox h2 {
  font-size: 40px;
}
.section.text_img .layout_topleft .image, .section.text_img .layout_topleft_2 .image, .section.text_img .layout_topleft_fullwidth .image {
  position: absolute;
  top: 0px;
  /*
			left: 50%;
			transform: translateX(-50vw);
			width: 75vw;
			*/
  left: -25%;
  width: 100%;
}
.section.text_img .layout_topleft .textbox, .section.text_img .layout_topleft_2 .textbox, .section.text_img .layout_topleft_fullwidth .textbox {
  max-width: 75%;
  padding: 0px 0px 25px 50px;
  margin-left: -50px;
  margin-top: -1px;
}
.section.text_img .layout_topleft_2 .headlinebox {
  margin-top: 80%;
}
.section.text_img .layout_topleft_fullwidth {
  /* margin-top: 20vw; */
  margin-top: 5vw;
}
.section.text_img .layout_topleft_fullwidth .image {
  position: absolute;
  top: 0px;
  width: 150%;
  left: 50%;
  transform: translateX(-50%);
}
.section.text_img .layout_topleft_fullwidth .textbox {
  max-width: 100%;
  width: 100%;
  padding-right: 50px;
}
.section.divider hr {
  display: block;
  margin: auto;
  border: 0px;
  background-color: #2F78C3;
  height: 1px;
  max-width: 500px;
  width: 90%;
}
.frontpage h1 {
  font-size: 70px;
}
.frontpage #keyvisual .container {
  height: 85vh;
}
.frontpage #introsection .container {
  left: 30%;
  max-width: 70%;
}
.frontpage #introsection .container:after {
  content: "";
  position: absolute;
  background-color: white;
  left: 100%;
  top: 0px;
  width: 50vw;
  height: 100%;
  display: block;
}
.frontpage #introsection .textbox {
  max-width: 100%;
}
#immo_list {
  padding-top: 25px;
}
#immo_list .noresults {
  padding: 50px 0px;
  text-align: center;
}
#immo_list .noresults h2:before, #immo_list .noresults h3:before {
  display: none;
}
#filter_toggle_container {
  margin-bottom: 15px;
  display: none;
}
#filter_toggle_container a {
  display: block;
  border: 1px solid #2F78C3;
  text-transform: uppercase;
  color: #2F78C3;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
}
#filter_toggle_container .open {
  display: inline;
}
#filter_toggle_container .close {
  display: none;
}
.filteropen #filter_toggle_container .open {
  display: none;
}
.filteropen #filter_toggle_container .close {
  display: inline;
}
#filter {
  position: relative;
  margin: 0px 0px 50px 0px;
  display: flex;
  flex-wrap: wrap;
}
#filter .row {
  width: 100%;
  margin-bottom: 15px;
  border-left: 2px solid white;
  border-right: 2px solid white;
}
#filter .row2-7 {
  width: calc(100% / 8 *2 - 4px);
}
#filter .row5-7 {
  width: calc(100% / 8 *6 - 4px);
}
#filter .box {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  background-color: #E4EBEF;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  margin-top: 5px;
}
#filter .item {
  flex-basis: 1;
  flex-grow: 1;
  text-align: center;
  width: 100%;
  /* align-self: center; */
  border-right: 1px solid #1A2F40;
}
#filter .item:last-Child {
  border: 0px;
}
#filter .options_filter {
  flex-wrap: wrap;
}
#filter .options_filter .item {
  width: calc(50% - 1px);
  padding: 6px 30px 7px 15px;
  text-align: left;
  box-sizing: border-box;
  border-right: 0px;
}
#filter .options_filter .item.radius {
  opacity: 0.3;
  pointer-events: none;
}
#filter .options_filter .item.radius.active {
  opacity: 1;
  pointer-events: all;
}
#filter .options_filter .iconbox {
  height: 25px;
  margin-top: 1px;
}
#filter .options_filter .formelement {
  width: calc(100% - 40px);
  display: block;
  float: right;
}
#filter .options_filter .noUi-horizontal {
  margin: 3px 0px;
  box-shadow: none;
  background-color: white;
  border: 0px;
  height: 22px;
  border-radius: 11px;
}
#filter .options_filter .noUi-handle {
  box-shadow: none;
  border: 1px solid #1A2F40;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 2px;
  right: -9px;
}
#filter .options_filter .noUi-handle:before {
  display: none;
}
#filter .options_filter .noUi-handle:after {
  display: none;
}
#filter .options_filter .noUi-tooltip {
  background-color: transparent;
  border: 0px;
  font-size: 11px;
  font-weight: 500;
  bottom: auto;
}
#filter .options_filter .noUi-connect {
  height: 2px;
  background-color: #E4EBEF;
  top: 50%;
}
#filter input[type="text"] {
  backgrround-color: white;
  border: 0px;
  padding: 0px 15px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
#filter .clickfilter {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  padding: 14px 0px;
  margin: 0px 14px;
  line-height: 1.2;
  font-weight: 500;
  box-sizing: border-box;
  min-height: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#filter .clickfilter:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
#filter .clickfilter.active, #filter .clickfilter.fakeactive {
  background-color: rgba(48, 120, 195, 0.2);
  mix-blend-mode: multiply;
}
#filter .clickfilter img {
  display: inline-block;
  margin-bottom: 6px;
  min-height: 31px;
}
#filter .clickfilter input {
  opacity: 0;
  pointer-events: none;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
#filter .reset {
  line-height: 30px;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.5;
}
#filter .reset:hover {
  text-decoration: none;
}
#filter button {
  border: 0px;
  line-height: 30px;
  float: right;
}
#objects {
  position: relative;
  margin: 15px -10px 50px -10px;
}
#objects h3 {
  margin-left: 10px;
  margin-bottom: 15px;
}
#objects .item {
  float: left;
  width: calc(33.33% - 20px);
  font-size: 18px;
  background-color: #E4EBEF;
  min-height: 200px;
  margin: 0px 10px 20px 10px;
  position: relative;
  transform: translateY(150px);
  opacity: 0.1;
  transition: 0.5s all;
}
#objects .item.animated {
  opacity: 1;
  transform: translateY(0px);
}
#objects .item:hover {
  text-decoration: none;
}
#objects .item:hover .content {
  /* background-color: $color_hilight; */
}
#objects .item:hover .image img {
  transform: scale(1.05);
}
#objects .item:hover .hover {
  opacity: 1;
}
#objects .item:nth-Child(3n) {
  transition-delay: 0.2s;
}
#objects .item:nth-Child(3n+1) {
  transition-delay: 0.4s;
}
#objects .content {
  background-color: #E4EBEF;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#objects .image {
  position: relative;
  width: 100%;
  padding-bottom: 46%;
  display: block;
  overflow: hidden;
}
#objects .image:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("/MEDIEN/layout/logo_f_150.png");
  background-color: #e8e8e8;
  background-position: center center;
  background-size: auto 30%;
  background-repeat: no-repeat;
}
#objects .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#objects .image .hover {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  color: white;
  background-color: rgba(48, 120, 195, 0.8);
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  pointer-events: none;
}
#objects .title {
  font-weight: 500;
  font-size: 106%;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  height: 85px;
}
#objects .attributes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0px 10px 0px 10px;
  min-height: 135px;
}
#objects .attributes > div {
  box-sizing: border-box;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  width: 50%;
  position: relative;
  padding: 0px 10px 0px 33px;
  box-sizing: border-box;
  line-height: 1.2;
  display: flex;
  min-height: 35px;
  align-items: center;
}
#objects .iconbox {
  position: absolute;
  height: 21px;
  left: 0px;
  padding-left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
}
#quicksearch_container .title {
  color: #2F78C3;
  text-transform: uppercase;
}
#quicksearch_container #searchbox {
  margin: 25px 0px;
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
  align-items: stretch;
}
#quicksearch_container #searchbox:after {
  content: "";
  width: 10px;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 0px;
  background-image: url("/MEDIEN/layout/layout_lines.png");
  background-repeat: no-repeat;
  background-size: auto auto;
}
#quicksearch_container #searchbox:after {
  left: -5vw;
}
#quicksearch_container #searchbox .item {
  background-color: #E4EBEF;
  flex-grow: 1;
  padding: 15px 15px;
  box-sizing: border-box;
  width: 25%;
}
#quicksearch_container #searchbox .item > * {
  position: relative;
}
#quicksearch_container #searchbox input[type="text"] {
  font-size: 14px;
  background-color: white;
  border: 0px;
  border-radius: 13px;
  height: 26px;
  padding: 0px 10px;
  width: calc(100% - 40px);
  box-sizing: border-box;
  margin: 2px 0px;
  float: right;
}
#quicksearch_container #searchbox .dropdown {
  float: right;
  width: calc(100% - 40px);
}
#quicksearch_container #searchbox .dropdown .content {
  margin-left: -50px;
  width: calc(100% + 60px);
}
#quicksearch_container #searchbox .iconbox {
  top: 2px;
}
#quicksearch_container #searchbox button {
  border: 0px;
  height: 30px;
  line-height: 30px;
  color: #1A2F40;
}
#quicksearch_container #searchbox button:before {
  background-image: url("/MEDIEN/layout/arrow_dark.png");
}
#quicksearch_container .textbox {
  margin-left: 37.5%;
}
.iconbox {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  position: relative;
  /*
	top: 50%;
	transform: translateY(-50%);
	*/
  height: 28px;
  padding-left: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.iconbox.type {
  background-image: url("/MEDIEN/icons/icon_type.svg");
}
.iconbox.location {
  background-image: url("/MEDIEN/icons/icon_location.svg");
}
.iconbox.m2 {
  background-image: url("/MEDIEN/icons/icon_m2.svg");
}
.iconbox.year {
  background-image: url("/MEDIEN/icons/icon_year.svg");
}
.iconbox.office, .iconbox.buero_praxen {
  background-image: url("/MEDIEN/icons/icon_office.svg");
}
.iconbox.halle, .iconbox.hallen_lager_prod {
  background-image: url("/MEDIEN/icons/icon_halle.svg");
}
.iconbox.anlage, .iconbox.zinshaus_renditeobjekt {
  background-image: url("/MEDIEN/icons/icon_geldanlage.svg");
}
.iconbox.gastgewerbe {
  background-image: url("/MEDIEN/icons/icon_gastro.svg");
}
.iconbox.grundstueck {
  background-image: url("/MEDIEN/icons/icon_grundstueck.svg");
}
.iconbox.haus {
  background-image: url("/MEDIEN/icons/icon_sonstiges.svg");
}
.iconbox.gastro {
  background-image: url("/MEDIEN/icons/icon_gastro.svg");
}
.iconbox.einzelhandel {
  background-image: url("/MEDIEN/icons/icon_handel.svg");
}
.iconbox.sanierung {
  background-image: url("/MEDIEN/icons/icon_sanierung.svg");
}
.iconbox.rent {
  background-image: url("/MEDIEN/icons/icon_miete.svg");
}
.iconbox.umkreis {
  background-image: url("/MEDIEN/icons/icon_umkreis.svg");
}
.iconbox.buy {
  background-image: url("/MEDIEN/icons/icon_buy.svg");
}
.iconbox.ausstattung {
  background-image: url("/MEDIEN/icons/icon_ausstattung.svg");
}
.iconbox.plaene {
  background-image: url("/MEDIEN/icons/icon_plaene.svg");
}
.iconbox.info {
  background-image: url("/MEDIEN/icons/icon_info.svg");
}
.iconbox.attention {
  background-image: url("/MEDIEN/icons/icon_attention.svg");
}
.iconbox.energieausweis {
  background-image: url("/MEDIEN/icons/icon_energieausweis.svg");
}
.iconbox.video {
  background-image: url("/MEDIEN/icons/icon_video.svg");
}
.iconbox.allpics {
  background-image: url("/MEDIEN/icons/icon_allpics.svg");
}
.iconbox.write {
  background-image: url("/MEDIEN/icons/icon_write.svg");
}
.iconbox.cancel {
  background-image: url("/MEDIEN/icons/icon_plus.svg");
  transform: rotate(45deg);
}
.dropdown {
  position: relative;
}
.dropdown .toggle {
  display: block;
  position: relative;
  min-width: 180px;
  padding: 0px 10px;
  line-height: 32px;
  color: #1A2F40;
  font-size: 14px;
  border: 1px solid #E4EBEF;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.dropdown .toggle:hover {
  text-decoration: none;
}
.dropdown .toggle:after {
  display: flex;
  content: "";
  font-family: "fontello_mg";
  color: #1A2F40;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 32px;
  justify-content: center;
  align-content: center;
  background-color: #E4EBEF;
  transform: rotate(0deg);
}
.dropdown .content {
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #E4EBEF;
  max-height: 0px;
  overflow-y: auto;
  border: 1px solid #E4EBEF;
  padding: 0px 0px;
  box-sizing: border-box;
  min-width: 240px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.dropdown .content a {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 1px 14px;
  line-height: 34px;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.dropdown .content a img {
  display: inline-block;
  width: 18px;
  margin-right: 8px;
  vertical-align: middle;
}
.dropdown .content a:hover {
  background-color: #2F78C3;
  color: white;
  text-decoration: none;
}
.dropdown .content a.active {
  font-weight: bold;
}
.dropdown .content a a, .dropdown .content a a:hover {
  display: block;
  text-decoration: none;
  color: inherit;
}
.dropdown .content div.subitems {
  padding-left: 10px;
}
.dropdown.open .toggle {
  background-color: #E4EBEF;
  color: #2F78C3;
}
.dropdown.open .toggle:after {
  transform: rotate(180deg);
}
.dropdown.open .content {
  opacity: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: 350px;
}
.section.tiles .container {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 50px;
  gap: 20px;
}
.section.tiles .container .item {
  flex-basis: 1;
  flex-grow: 1;
  width: 100%;
}
.section.tiles .container .item:hover {
  text-decoration: none;
}
.section.tiles .container .item:hover .image .hover {
  opacity: 1;
  /*
				background-color: rgba(25, 120, 195, 1);
				mix-blend-mode: multiply; 
				*/
}
.section.tiles .container .image {
  position: relative;
  padding-bottom: 100%;
}
.section.tiles .container .image img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.tiles .container .image .hover {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  mix-blend-mode: normal;
  ackdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
}
.section.tiles .container .image .hover .hoverimage {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.tiles .container .image .hover .icon {
  z-index: 3;
  width: 30%;
  height: 30%;
  top: 50%;
  left: 50%;
  object-fit: contain;
  transform: translateX(-50%) translateY(-50%);
}
.section.tiles .container .title {
  color: #2F78C3;
  font-weight: 700;
  text-transform: uppercase;
  margin: 25px 0px;
}
.section.tiles .container .textbox {
  padding-right: 20px;
  margin-bottom: 50px;
}
.section.quote .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.section.quote .textbox {
  width: 100%;
  box-sizing: border-box;
  margin-left: 50px;
}
.section.quote .textbox .quotation {
  margin: 25px 0px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 30px;
  font-style: italic;
}
.section.quote .textbox .quotation img {
  display: inline-block;
  width: 110px;
  margin-bottom: 25px;
}
.section.quote .source {
  text-transform: uppercase;
}
.section.quote .imagebox {
  flex-grow: 1;
}
.section.quote .image {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.section.quote .image img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.team .colleague_gallery, .section.text .colleague_gallery {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.section.team .colleague_gallery .item, .section.text .colleague_gallery .item {
  margin: 0px 20px 40px 20px;
  width: calc(25% - 40px);
  box-sizing: border-box;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.section.team .colleague_gallery .image, .section.text .colleague_gallery .image {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 140%;
  background-color: #f6f6f6;
  margin: 0px 5px 0px 5px;
}
.section.team .colleague_gallery .image img, .section.text .colleague_gallery .image img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.team .colleague_gallery .textbox, .section.text .colleague_gallery .textbox {
  position: absolute;
  bottom: -45px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  padding: 15px 3px 0px 30px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.team .colleague_gallery .textbox:before, .section.text .colleague_gallery .textbox:before {
  content: url("/MEDIEN/layout/symbol_plus.svg");
  display: block;
  position: absolute;
  top: 15px;
  left: 0px;
}
.section.team .colleague_gallery .item:hover .textbox, .section.text .colleague_gallery .item:hover .textbox {
  bottom: 0px;
}
.section.team .colleague_gallery .item:hover .image img, .section.text .colleague_gallery .item:hover .image img {
  transform: scale(1.05);
}
.section.team .textbox, .section.text .textbox {
  padding: 15px 3px 0px 30px;
}
.section.team .name, .section.text .name {
  font-weight: 600;
  margin-bottom: 15px;
}
.section.team .pos, .section.text .pos {
  font-weight: 300;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  min-height: 32px;
}
.section.team .mail, .section.team .phone, .section.text .mail, .section.text .phone {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: inherit;
}
.section.icon_textboxes {
  padding: 0px;
}
.section.icon_textboxes .container {
  margin: auto;
  max-width: 880px;
}
.section.icon_textboxes .item {
  display: block;
  position: relative;
  border-bottom: 1px dotted #1A2F40;
  padding: 40px 0px 40px 50px;
}
.section.icon_textboxes .item:last-Child {
  border-bottom: 0px;
}
.section.icon_textboxes .icon {
  position: absolute;
  top: 55px;
  transform: translateY(-50%);
  left: 0px;
  width: 40px;
  text-align: center;
}
.hasLayoutLines {
  position: relative;
}
#keyvisual_slider {
  position: relative;
  background-color: #E4EBEF;
  height: 80vh;
  overflow: hidden;
}
#keyvisual_slider .slick-prev, #keyvisual_slider .slick-next {
  position: absolute;
  left: 0px;
  bottom: -20px;
}
#keyvisual_slider .item {
  position: relative;
  height: 80vh;
  border-left: 5px solid white;
  border-right: 5px solid white;
}
#keyvisual_slider .item img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.glossar {
  background-color: rgba(48, 120, 195, 0.2);
  color: #2F78C3;
  margin-bottom: 50px;
  margin-top: 50px;
}
#glossar_wrapper {
  margin-bottom: 50px;
}
#glossar_wrapper .headline .textbox {
  margin-right: 20px;
  font-size: 14px;
  color: #1A2F40;
  text-transform: none;
}
#glossar_index {
  margin-bottom: 50px;
}
#glossar_index a {
  display: inline-block;
  margin: 0px 8px;
  padding: 0px 6px 1px 6px;
  text-transform: uppercase;
  color: #2F78C3;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  background-color: transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#glossar_index a:hover {
  text-decoration: none;
  background-color: rgba(48, 120, 195, 0.2);
}
#glossar_index a.active {
  background-color: white;
}
#glossar_list {
  text-align: left;
}
#glossar_list .letter {
  dispaly: none;
  position: relative;
  border-top: 1px solid #2F78C3;
}
#glossar_list .letter .firstletter {
  display: block;
  font-size: 18px;
  margin: 0px 0px 5px 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0px 0px 20px 10px;
  display: none;
}
#glossar_list .item {
  position: relative;
  padding: 10px 25px 10px 1px;
  border-bottom: 1px solid #2F78C3;
  min-height: 15px;
  display: block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#glossar_list .item .title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}
#glossar_list .item .desc {
  font-size: 14px;
  padding: 5px 0px 0px 35px;
}
#glossar_list .item .desc a {
  /*
				color: inherit;
				font-weight: 400;
				*/
}
.section.referenz_list .listcontainer {
  margin: 50px -10px;
}
.section.referenz_list .item {
  display: block;
  float: left;
  width: calc(33.33% - 10px);
  margin: 0px 5px 10px 5px;
  position: relative;
}
.section.referenz_list .image {
  position: relative;
  padding-bottom: 80%;
}
.section.referenz_list .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.referenz_list .hoverbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10% 10% 10% 10%;
  background-color: rgba(25, 120, 195, 0.82);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  color: white;
  opacity: 0;
}
.section.referenz_list .hoverbox > * {
  width: 100%;
  text-align: left;
}
.section.referenz_list .hoverbox .text {
  font-weight: 500;
  margin-bottom: 25px;
}
.section.referenz_list .hoverbox .place {
  margin-bottom: -20px;
}
.section.referenz_list .hoverbox .icon {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: none;
}
.section.referenz_list .hoverbox .iconbox {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.section.referenz_list .hoverbox .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
}
.section.referenz_list .item:hover .hoverbox {
  opacity: 1;
}
#immo_breadcrump .container {
  padding: 15px 25px;
  border-bottom: 1px dotted #1A2F40;
  line-height: 30px;
  box-sizing: border-box;
  text-align: right;
}
#immo_breadcrump a {
  display: inline-block;
  color: #2F78C3;
  text-transform: uppercase;
  font-size: 14px;
}
#immo_breadcrump .goback {
  float: left;
}
#immo_breadcrump .goback:before {
  background-image: url("/MEDIEN/layout/arrow_blue.png");
  transform: rotate(180deg);
}
#immo_breadcrump .openpopup {
  position: relative;
  padding-right: 50px;
}
#immo_breadcrump .openpopup .iconbox {
  position: absolute;
  right: 0px;
  top: 0px;
}
#immo_breadcrump .slider_prev, #immo_breadcrump .slider_next {
  color: #2F78C3;
  font-size: 40px;
  line-height: 1;
  margin-top: -12px;
  margin-bottom: -12px;
  display: inline-block;
  position: relative;
  top: 5px;
  cursor: pointer;
}
#immo {
  padding-bottom: 75px;
}
#immo .section {
  padding: 50px 50px;
  border-bottom: 1px dotted #1A2F40;
  position: relative;
}
#immo .section .section_icon {
  position: absolute;
  top: 50px;
  left: 0px;
}
#immo #maintitle {
  margin-top: 25px;
  text-transform: none;
  font-size: 40px;
}
#immo #maintitle:before {
  display: none;
}
#immo #immo_attr {
  padding: 25px 25px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#immo #immo_attr > * {
  padding-left: 40px;
  margin-right: 50px;
  position: relative;
  font-size: 14px;
}
#immo #immo_attr > *.upper {
  text-transform: uppercase;
}
#immo #immo_attr > * .iconbox {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#immo .plans_container .item {
  margin-top: 25px;
}
#immo .plans_container .item img {
  display: block;
  width: 800px;
  max-height: 600px;
  object-fit: contain;
  max-width: 80%;
  margin-bottom: 1px;
}
#immo .plans_container .item .imgdesc {
  font-style: italic;
}
#immo #map {
  position: relative;
  margin-top: 50px;
  width: 100%;
  max-width: 1000px;
  height: 450px;
}
#immo #map button.gm-ui-hover-effect:before {
  display: none;
}
#immo .iframe_placeholder, #immo #maps_placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E4EBEF;
}
#immo .iframe_placeholder > div, #immo #maps_placeholder > div {
  text-align: center;
  padding: 0px 20%;
}
#immo .iframe_placeholder .link, #immo #maps_placeholder .link {
  color: #2F78C3;
}
#immo .energy_attributes > div {
  padding: 3px 0px;
}
#immo .energy_attributes .label {
  display: inline-block;
  position: relative;
  min-width: 280px;
  max-width: 60%;
}
#immo .energy_attributes .label i {
  font-style: normal;
  background-color: white;
  position: relative;
  display: inline-block;
  z-index: 1;
  background-color: white;
  padding-right: 4px;
}
#immo .energy_attributes .label:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: 0px;
  bottom: 2px;
  height: 1px;
  background-color: #1A2F40;
  width: 100%;
}
#immo .energy_attributes .value {
  padding-left: 5px;
  font-weight: 600;
}
#immo .contact .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 25px;
}
#immo .contact .flexcontainer .image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #E4EBEF;
  margin-right: 25px;
  position: relative;
  overflow: hidden;
}
#immo .contact .flexcontainer .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  /*
					height: 100%;
					object-fit: cover;
					*/
  display: block;
  transform: translateY(10%) scale(1.2);
}
#immo .contactform {
  border-bottom: 0px;
}
#immo_form {
  position: relative;
  max-width: 650px;
  margin-top: 25px;
}
.pager {
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
}
.pager a {
  color: #2F78C3;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin: 0px 5px;
}
.pager b {
  font-weight: 600;
}
.videocontainer {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.videocontainer iframe, .videocontainer video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: contain;
}
#glossar_wrapper .flexcontainer, #news_wrapper .flexcontainer, #career_box_wrapper .flexcontainer, #contact_box_wrapper .flexcontainer {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#glossar_wrapper .flexcontainer > .headline, #news_wrapper .flexcontainer > .headline, #career_box_wrapper .flexcontainer > .headline, #contact_box_wrapper .flexcontainer > .headline {
  width: 40%;
  box-sizing: border-box;
  text-align: right;
  padding-right: 50px;
  flex-shrink: 0;
}
#glossar_wrapper .flexcontainer > .headline b, #glossar_wrapper .flexcontainer > .headline strong, #news_wrapper .flexcontainer > .headline b, #news_wrapper .flexcontainer > .headline strong, #career_box_wrapper .flexcontainer > .headline b, #career_box_wrapper .flexcontainer > .headline strong, #contact_box_wrapper .flexcontainer > .headline b, #contact_box_wrapper .flexcontainer > .headline strong {
  font-weight: 600;
}
#glossar_wrapper .flexcontainer > .headline h1, #glossar_wrapper .flexcontainer > .headline .h1, #glossar_wrapper .flexcontainer > .headline span, #news_wrapper .flexcontainer > .headline h1, #news_wrapper .flexcontainer > .headline .h1, #news_wrapper .flexcontainer > .headline span, #career_box_wrapper .flexcontainer > .headline h1, #career_box_wrapper .flexcontainer > .headline .h1, #career_box_wrapper .flexcontainer > .headline span, #contact_box_wrapper .flexcontainer > .headline h1, #contact_box_wrapper .flexcontainer > .headline .h1, #contact_box_wrapper .flexcontainer > .headline span {
  font-size: inherit;
  border-right: 5px solid #2F78C3;
  padding: 25px 50px 25px 0px;
  margin: 0px;
  font-size: 40px;
  color: #2F78C3;
  text-transform: uppercase;
}
#glossar_wrapper .flexcontainer > .headline h1:before, #glossar_wrapper .flexcontainer > .headline .h1:before, #glossar_wrapper .flexcontainer > .headline span:before, #news_wrapper .flexcontainer > .headline h1:before, #news_wrapper .flexcontainer > .headline .h1:before, #news_wrapper .flexcontainer > .headline span:before, #career_box_wrapper .flexcontainer > .headline h1:before, #career_box_wrapper .flexcontainer > .headline .h1:before, #career_box_wrapper .flexcontainer > .headline span:before, #contact_box_wrapper .flexcontainer > .headline h1:before, #contact_box_wrapper .flexcontainer > .headline .h1:before, #contact_box_wrapper .flexcontainer > .headline span:before {
  display: none;
}
#glossar_wrapper .flexcontainer > .container, #news_wrapper .flexcontainer > .container, #career_box_wrapper .flexcontainer > .container, #contact_box_wrapper .flexcontainer > .container {
  position: relative;
  z-index: 2;
  padding-left: 50px;
}
#news_wrapper {
  padding: 50px 0px;
  position: relative;
}
#news_wrapper:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("/MEDIEN/layout/Schraffur.svg");
  background-repeat: repeat;
  background-size: 30px;
  opacity: 0.3;
  z-index: -1;
}
#news_wrapper .flexcontainer {
  align-items: center;
}
#news_wrapper .news_container {
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
}
#news_wrapper .news_container .item {
  position: relative;
  margin-bottom: 50px;
}
#news_wrapper .news_container .item:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 0px;
  width: 100%;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  transform: translateY(50%);
  background-color: black;
}
#news_wrapper .news_container .box {
  display: flex;
  flex-wrap: nowrap;
}
#news_wrapper .news_container .box .image {
  width: 45%;
  flex-shrink: 0;
}
#news_wrapper .news_container .box .textinfo {
  width: 55%;
  box-sizing: border-box;
  padding: 10px 25px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#news_wrapper .news_container .box .title {
  color: #2F78C3;
  font-size: 27px;
  line-height: 1;
  margin-bottom: 25px;
}
#news_wrapper .news_container .box .title strong {
  font-weight: 500 !important;
}
#news_wrapper .news_container .box .title a {
  font-weight: 500 !important;
  color: inherit;
  display: block;
}
#news_wrapper .news_container .box .readmore {
  margin-bottom: 25px;
}
#news_wrapper .news_container .box .readmore .button {
  background-color: white;
}
#news_wrapper .news_container .box .date {
  font-weight: 600;
}
/* NEWS OVERVIEW Aktuelles */
.doc_197 #keyvisual {
  display: none;
}
.doc_197 #introsection {
  display: none;
}
.doc_197 #firstsection {
  display: none;
}
.doc_197 #content {
  padding-top: 125px;
}
/* GLOSSAR PAGE */
.doc_402 #keyvisual {
  display: none;
}
.doc_402 #introsection {
  display: none;
}
.doc_402 #firstsection {
  display: none;
}
.doc_402 #content {
  padding-top: 125px;
}
#career_box_wrapper {
  color: white;
  background-image: url("/MEDIEN/layout/anzeige_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0px;
}
#career_box_wrapper .h1 {
  color: inherit;
}
#career_box_wrapper .h1:before {
  display: none;
}
#career_box_wrapper .flexcontainer {
  align-items: center;
}
#career_box_wrapper .flexcontainer .headline span {
  color: white;
  border-color: white;
}
#career_box_wrapper .button {
  color: white !important;
  border-color: white;
}
#career_box_wrapper .button:before {
  background-image: url("/MEDIEN/layout/arrow_white.png");
}
.popup {
  display: none;
  z-index: 99;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-content: center;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: auto;
}
.popup .popup_content {
  width: 90%;
  max-width: 1000px;
}
.popup.open {
  display: flex;
}
.popup .close {
  position: fixed;
  top: 0px;
  right: 18px;
  background-color: white;
  padding: 10px;
  display: block;
}
.popup .close .iconbox {
  width: 40px;
  height: 40px;
}
.popup .videocontainer {
  position: relative;
  width: 1000px;
  max-width: 90%;
  height: 60vh;
  margin: auto;
  padding: 0px;
  background-color: white;
}
.popup .videocontainer video {
  object-fit: contain;
}
#gallery_popup .gallery {
  display: flex;
  flex-wrap: wrap;
}
#gallery_popup .gallery .item {
  width: 100%;
  margin: 0px 5px 5px 5px;
}
#gallery_popup .gallery .item:nth-Child(3n), #gallery_popup .gallery .item:nth-Child(3n-1) {
  width: calc(50% - 10px);
}
.section.slideryourwaywithus {
  padding-top: 0px;
}
.section.slideryourwaywithus h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
#slider_yourwaywithus {
  width: 90%;
  max-width: 900px;
  margin: auto;
  position: relative;
}
#slider_yourwaywithus .slider_next {
  position: absolute;
  right: 0px;
  top: -21px;
  transform: translateY(0px);
  height: 100%;
  border: 0px;
  background-color: white;
  z-index: 2;
  cursor: pointer;
  display: block;
}
#slider_yourwaywithus .slider_next:before {
  top: 50%;
  background-image: url(/MEDIEN/layout/arrow_blue.png);
}
#slider_yourwaywithus .item {
  position: relative;
  /* Line 1 ---- */
  /* Line 2 | */
}
#slider_yourwaywithus .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 220px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #707070;
  opacity: 0.8;
  pointer-events: none;
}
#slider_yourwaywithus .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 195px;
  left: 0px;
  width: 1px;
  height: 50px;
  background-color: #707070;
  opacity: 0.8;
  pointer-events: none;
}
#slider_yourwaywithus .slide2:after {
  top: 90px;
}
#slider_yourwaywithus .slide2:before {
  top: 90px;
  height: calc(220px - 90px);
}
#slider_yourwaywithus .slide2 .content:after {
  bottom: auto;
  top: 50px;
  left: auto;
  right: 0px;
  width: 50%;
  height: 50px;
  background-image: url(/MEDIEN/layout/lines_slider2.svg);
}
#slider_yourwaywithus .slide3:after {
  top: 99%;
}
#slider_yourwaywithus .slide3:before {
  top: 90px;
  height: calc(99% - 90px);
}
#slider_yourwaywithus .slide3 .content:after {
  bottom: 0px;
  left: 0px;
  width: 50%;
  height: 50px;
  background-image: url(/MEDIEN/layout/lines_slider2.svg);
}
#slider_yourwaywithus .slide4:before {
  top: 220px;
  height: calc(99% - 220px);
}
#slider_yourwaywithus .slide4 .content:after {
  bottom: 0px;
  left: 0px;
  width: 10%;
  height: 70%;
  background-image: url(/MEDIEN/layout/lines_slider3.svg);
}
#slider_yourwaywithus .content {
  margin: auto;
  max-width: 500px;
  /* baxbackground */
}
#slider_yourwaywithus .content:after {
  content: "";
  position: absolute;
  bottom: 12%;
  left: -15px;
  width: 30%;
  height: 30%;
  background-image: url(/MEDIEN/layout/lines_slider1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
#slider_yourwaywithus .icon {
  display: block;
  padding-bottom: 50px;
  min-height: 114px;
  box-sizing: border-box;
}
#slider_yourwaywithus .icon img {
  width: 30px;
}
#slider_yourwaywithus .title {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  font-size: 40px;
  position: relative;
}
#slider_yourwaywithus .title .number {
  position: absolute;
  left: -100px;
  bottom: 0px;
  font-size: 60px;
  font-weight: 300;
  color: #2F78C3;
}
#slider_yourwaywithus .title b {
  font-weight: 600;
}
#slider_yourwaywithus .textbox {
  margin-bottom: 50px;
}
#slider_yourwaywithus .slick-dots {
  margin: 15px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
#slider_yourwaywithus .slick-dots li {
  display: inline-block;
  margin: 0px 4px;
  height: 1px;
}
#slider_yourwaywithus .slick-dots li button {
  width: 30px;
  height: 1px;
  padding: 0px;
  border: 0px;
  background-color: #1A2F40;
  color: transparent;
  overflow: hidden;
}
#slider_yourwaywithus .slick-dots li button:before {
  display: none;
}
#slider_yourwaywithus .slick-dots li.slick-active button {
  background-color: #2F78C3;
}
.section.contact_box .flexcontainer:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  width: 37.5%;
  height: 60px;
  background-color: white;
}
.section.contact_box .container {
  position: relative;
  color: white;
  background-image: url("/MEDIEN/layout/anzeige_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 50px 150px !important;
  width: 100%;
}
.section.contact_box .container:before {
  content: "";
  background-image: url("/MEDIEN/layout/lines_slider2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -20px;
  top: -40px;
  width: 37.5%;
  height: 200px;
}
.section.contact_box .h1 {
  color: inherit;
  font-size: 40px;
  position: relative;
}
.section.contact_box .h1:before {
  display: none;
}
.section.contact_box .h1:after {
  content: "";
  background-image: url("/MEDIEN/layout/arrow_white.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: -80px;
  top: 35px;
  width: 50px;
  height: 15px;
}
.section.contact_box .button {
  color: white !important;
  border-color: white;
}
.section.contact_box .button:before {
  background-image: url("/MEDIEN/layout/arrow_white.png");
}
.section.form {
  padding-top: 0px;
  margin-top: -30px;
}
.section.form .container {
  max-width: 880px;
  margin: auto;
  padding-left: 100px;
}
#excel_export_form {
  margin: 100px 0px;
}
.doc_130 .text table td img {
  max-width: 99px;
  margin-right: 15px;
}
.section.gallery .container {
  margin: 25px -5px;
}
.section.gallery .container .item {
  display: block;
  width: calc(25% - 10px);
  margin: 0px 5px 10px 5px;
  padding-bottom: 20%;
  position: relative;
  float: left;
}
.section.gallery .container .item img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featherlight .featherlight-close-icon:before {
  display: none;
}
.section.logo_tiles .textbox {
  max-width: 830px;
  margin-bottom: 50px;
}
.section.logo_tiles .container {
  margin: 25px -10px;
}
.section.logo_tiles .container .item {
  display: block;
  width: calc(16.66% - 20px);
  margin: 0px 10px 20px 10px;
  padding-bottom: 16%;
  position: relative;
  float: left;
  filter: grayscale(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.logo_tiles .container .item img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.section.logo_tiles .container .item:hover {
  filter: grayscale(0);
}
.section.logos_networking .textbox {
  max-width: 830px;
  margin-bottom: 50px;
}
.section.logos_networking .container {
  margin: 25px -20px;
  display: flex;
  flex-wrap: wrap;
}
.section.logos_networking .container .item {
  display: flex;
  flex-wrap: nowrap;
  width: calc(50% - 40px);
  margin: 0px 20px 40px 20px;
  position: relative;
}
.section.logos_networking .container .item .image {
  position: relative;
  width: 33.33%;
  filter: grayscale(1);
  opacity: 0.6;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.logos_networking .container .item img {
  display: block;
  margin: auto;
  width: 140px;
  max-width: 95%;
  object-position: top center;
  margin-top: 10px;
}
.section.logos_networking .container .item .textbox {
  width: 66.66%;
  box-sizing: border-box;
  padding-right: 20px;
}
.section.logos_networking .container .item:hover .image {
  filter: grayscale(0);
  opacity: 1;
}
.section.logos_networking .container .arrowlink {
  margin-top: 5px;
}
/* external Landingpage loaded from other domain */
.landingpageExternal #mobilmenu_trigger, .landingpageExternal #quicklinks {
  display: none;
}
.landingpageExternal #footer .links {
  display: none;
}
.landingpageExternal #introsection .pagetitle {
  min-width: 320px;
}
