@charset "UTF-8";
/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* Material Symbols */
@import "/_intern/fonts/material-symbols/material_symbols.css";
/* === LESS variables === */
/* main color */
/* second color */
/* dark blue*/
/* === CSS mixins === */
/* jost-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: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/jost/jost-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-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: "Jost";
  font-style: italic;
  font-weight: 400;
  src: url("/_intern/fonts/jost/jost-v20-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-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: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("/_intern/fonts/jost/jost-v20-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-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: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("/_intern/fonts/jost/jost-v20-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-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: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/jost/jost-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* bellefair-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: "Bellefair";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/bellefair/bellefair-v15-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* CALC example
	width: ~"calc(100% - 2px)";
	width: calc(~"50%" - $px_padding*2);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  color: #303030;
  position: relative;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
/* Headlines Big */
h1, .h1, h2, .h2 {
  display: block;
  font-family: "Bellefair", "Times New Roman";
  color: black;
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0px 0px 30px 0px;
}
h2, .h2 {
  display: block;
  font-size: 38px;
  margin: 0px 0px 20px 0px;
}
/* PRE Headlines in Grey */
h3, .h3 {
  display: block;
  color: #797979;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin: 0px 0px 15px 0px;
}
/* Tiny Headlines on some sections */
h4, .h4 {
  display: block;
  font-family: "Bellefair", "Times New Roman";
  color: black;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0px 0px 15px 0px;
}
a {
  color: #303030;
  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;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.4;
}
.text b, .text strong {
  font-weight: 600;
}
.text p {
  margin: 0px 0px 15px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text ul, .text ol {
  padding-left: 15px;
  margin: 0px 0px 15px 0px;
}
.text ul:last-Child, .text ol:last-Child {
  margin: 0px;
}
.text a {
  color: #1472a8;
}
.text a:hover {
  text-decoration: underline;
}
button, .button, a.button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: #1e94ae;
  border: 2px solid transparent;
  padding: 0px 15px;
  line-height: 38px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:hover, .button:hover, a.button:hover, input[type="submit"]:hover {
  text-decoration: none;
  background-color: #082f45;
}
.link {
  color: #797979;
  color: #1e94ae;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  font-size: 90%;
}
.link:before {
  content: "";
  font-family: "Material Symbols Outlined";
  color: #797979;
  color: #1e94ae;
  line-height: 1;
  margin-right: 4px;
  display: inline-block;
  transform: translateY(2px) rotate(90deg);
}
.link.backtooverview:before {
  transform: translateY(2px) rotate(270deg);
}
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: #1472a8;
}
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 #1472a8 r g b / 30%);
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
  max-width: 100%;
}
.form li label, .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, .form li select {
  height: 38px;
  width: 100%;
  background-color: white;
  border: 1px solid grey;
  border-radius: 3px;
  padding: 0px 2%;
  box-sizing: border-box;
}
.form li textarea {
  height: auto;
  padding: 1%;
  min-height: 120px;
}
.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: 50px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #1472a8;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.form li.headline {
  margin-top: 20px;
}
.form .forTheBear {
  overflow: hidden;
  height: 0px;
  visibility: hidden;
}
.form #submitbutton {
  width: 100%;
  box-sizing: border-box;
}
.animateme {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s all;
}
.animateme.done {
  opacity: 1;
  transform: translateY(0px);
}
img.animateme {
  transition-delay: 0.2s;
}
.inner {
  max-width: 95%;
  width: 1200px;
  margin: auto;
  position: relative;
}
#header {
  position: fixed;
  z-index: 20;
  background-color: #082f45;
  top: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s all;
}
#header .container {
  height: 90px;
  position: relative;
  transition: 0.5s all;
}
.scrolled #header .container {
  /* height: 80px; */
}
.frontpage #header {
  background-color: transparent;
}
.frontpage.scrolled #header {
  background-color: #082f45;
}
#logo {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  max-width: 60%;
  z-index: 1;
}
#logo img {
  display: block;
  height: 100%;
  transform: translateX(0px);
  transition: 0.7s all;
}
.scrolled #logo img, .mobilenav #logo img {
  transform: translateX(50%);
}
.subnavopen.scrolled #logo img {
  transform: translateX(100%);
}
#socials {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#socials a {
  color: white;
  font-size: 25px;
  font-weight: 400;
  display: inline-block;
  margin: 0px 1px;
}
#mainmenu {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
  position: relative;
  /* 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;
  font-size: 17px;
  color: white;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  position: relative;
  transition: 0.4s all;
}
#nav li.lvl1 > a .line {
  content: "";
  display: none;
  height: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  bottom: -55px;
  background-color: white;
  transition: 0.4s all;
  width: 1px;
  z-index: 6;
}
#nav li.lvl1 > a:before {
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 1px;
  background-color: white;
  transition: 0.4s all;
  width: 0px;
}
#nav li.lvl1 a.active:before {
  width: 100px;
  max-width: 90%;
}
#nav li.lvl1:hover a, #nav li.lvl1.hover a {
  text-decoration: none;
}
#nav li.lvl1:hover a .line, #nav li.lvl1.hover a .line {
  opacity: 0.5 !important;
}
#nav li.lvl1:hover a:before, #nav li.lvl1.hover a:before {
  width: 100px;
  max-width: 90%;
}
#nav li.lvl1.hasSubs > a .line {
  display: block;
  opacity: 0;
}
#nav li.lvl1.hasSubs > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -50%;
  width: 200%;
  height: 26px;
}
#nav .submenu {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 26px;
  z-index: 5;
  text-align: left;
  padding: 0px;
  background-color: #1e94ae;
  width: 100vw;
  transform: translateX(-50%);
  opacity: 0;
  padding: 50px 0px 150px 0px;
  overflow: hidden;
}
#nav .submenu:after {
  content: "";
  display: block;
  opacity: 0.1;
  position: absolute;
  top: -15%;
  left: -5%;
  height: 130%;
  width: 50%;
  background-image: url("/_MEDIEN/layout/logo_icon_blumen.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#nav .submenu .menucontainer > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  gap: 30px;
  position: relative;
  z-index: 2;
}
#nav .submenu li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
  width: calc(16.66% - 15px);
}
#nav .submenu li.lvl2 > a {
  font-family: "Bellefair", "Times New Roman";
  font-weight: 400;
  font-size: 120%;
  line-height: 1.4;
  display: block;
  margin-bottom: 60px;
  color: white;
  text-transform: uppercase;
  display: block;
}
#nav .submenu li.lvl2 > a:hover {
  text-decoration: underline;
}
#nav .submenu li.lvl2 > ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}
#nav .submenu li.lvl2 > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 10px;
  transform: translateX(0%);
  background-color: white;
  height: 1px;
  width: 90px;
  max-width: 60%;
}
#nav .submenu li.lvl3 {
  margin: 0px;
  display: block;
  list-style-type: none;
  padding: 3px 0px;
  max-width: 200px;
}
#nav .submenu li.lvl3 > a {
  display: block;
  margin-bottom: 0px;
  color: white;
  line-height: 1.4;
}
#nav .submenu li.lvl3 > a:hover {
  text-decoration: underline;
}
#nav .submenu li.lvl3 > a.active {
  font-weight: bold;
}
#mobilmenu_trigger {
  display: none;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  z-index: 20;
}
#mobilmenu_trigger span {
  position: relative;
  height: 2px;
  display: block;
  margin: 8px 0px;
  background-color: white;
  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(10px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  transform: translateX(-100%);
  opacity: 0;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-10px) rotate(-45deg);
}
#mobilemenu_container {
  display: none;
  position: absolute;
  top: 0px;
  left: -350px;
  width: 350px;
  height: 100vh;
  z-index: 19;
  overflow: auto;
  background-color: #082f45;
  transition: 0.5s all;
}
#mobilemenu_container #mobilenav_logo {
  display: block;
  margin: 10px auto;
}
.mobilenav #mobilemenu_container {
  left: 0px;
}
#nav_mobile {
  margin: 80px 0px 0px 0px;
  padding: 0px;
  /* lvl1 */
  /* lvl2 */
  /* lvl3 */
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
}
#nav_mobile li a {
  display: block;
  color: white;
  text-decoration: none;
}
#nav_mobile > li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
#nav_mobile > li > a {
  font-size: 17px;
  text-transform: uppercase;
  padding: 0px 15px 0px 40px;
  line-height: 50px;
  position: relative;
}
#nav_mobile > li.hasSubs > a:after {
  content: "";
  font-family: "fontello_mg";
  font-size: 20px;
  color: white;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#nav_mobile > li.hasSubs.opened > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#nav_mobile > li.opened ul {
  max-height: 500px;
}
#nav_mobile > li > ul {
  margin: 0px;
  padding: 0px 0px 0px 40px;
  box-sizing: border-box;
  background-color: #1e94ae;
  overflow: hidden;
  max-height: 0px;
  transition: 0.5s all;
}
#nav_mobile > li > ul > li > a {
  line-height: 32px;
  font-size: 105%;
  text-transform: uppercase;
  padding: 6px 15px 0px 0px;
}
#nav_mobile > li > ul > li:last-Child a {
  padding-bottom: 6px;
}
#nav_mobile > li > ul > li > ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
#nav_mobile > li > ul > li > ul > li > a {
  line-height: 32px;
}
#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: 4px;
  border: 1px solid grey;
  padding: 35px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 94%;
}
#cookiehint a.readmore {
  color: #1472a8;
  text-decoration: underline;
}
#cookiehint .checkboxes {
  margin-top: 10px;
}
#cookiehint .checkboxes .item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 4px;
  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 0px 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;
}
#keyvisual {
  position: relative;
}
#keyvisual #keyvisual_image {
  height: 80vh;
  overflow: hidden;
  position: relative;
}
#keyvisual #keyvisual_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.5s all;
}
#keyvisual.noimage #keyvisual_image {
  height: 30vh;
  background-color: #f8f8f8;
}
#keyvisual.hasSectionLine:before, #keyvisual.hasSectionLine:after {
  height: 70px;
}
#keyvisual_newstitle {
  position: absolute;
  bottom: 0px;
  right: 5%;
  color: #082f45;
  font-family: "Bellefair", "Times New Roman";
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(17%);
}
#keyvisual_text {
  display: none;
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
}
#keyvisual_text .pre {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 500;
}
#keyvisual_text .big {
  color: white;
  font-family: "Bellefair", "Times New Roman";
  font-size: 65px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transition-delay: 0.2s;
}
#keyvisual_text .big b, #keyvisual_text .big strong {
  font-weight: 400;
  font-size: 200%;
}
.frontpage #keyvisual_text {
  display: block;
}
.frontpage #keyvisual_image {
  height: 92vh;
}
.frontpage #keyvisual_image:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#keyvisual:after:after, #content:before:after {
  content: "";
  display: block;
  left: 50%;
  bottom: 0px;
}
#content {
  position: relative;
  min-height: 30vh;
}
#page {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
#footer {
  padding: 0px 0px;
  background-color: #1472a8;
  color: white;
  overflow: hidden;
}
#footer a {
  color: white;
}
#footer #logorow {
  display: flex;
  align-items: flex-end;
}
#footer #address {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.4;
}
#footer .socials {
  margin-left: auto;
  align-self: center;
}
#footer .socials a {
  font-size: 32px;
  font-weight: 400;
  display: inline-block;
  margin: 0px 1px;
}
#footer #menurow {
  padding: 100px 20px;
}
#footerlogo {
  height: 160px;
  position: relative;
  width: auto;
  padding-top: 25px;
}
#footerlogo img {
  display: block;
  height: 100%;
  transform: translateX(-50%);
  position: relative;
  z-index: 2;
}
#footerlogo:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 100%;
  width: 50vw;
  background-color: #1e94ae;
  height: 100vh;
}
#footernav {
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  /* LVL 2 */
  /* LVL 3 */
}
#footernav > li {
  list-style-type: none;
  flex-grow: 1;
  flex-basis: 0;
}
#footernav > li:nth-Child(1) {
  transition-delay: 0.1s;
}
#footernav > li:nth-Child(2) {
  transition-delay: 0.2s;
}
#footernav > li:nth-Child(3) {
  transition-delay: 0.3s;
}
#footernav > li:nth-Child(4) {
  transition-delay: 0.4s;
}
#footernav > li:nth-Child(5) {
  transition-delay: 0.5s;
}
#footernav > li:nth-Child(6) {
  transition-delay: 0.6s;
}
#footernav > li > a {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
}
#footernav > li > ul {
  margin: 0px;
  padding: 0px;
}
#footernav > li > ul > li {
  list-style-type: none;
  padding: 2px 0px;
}
#footernav > li > ul > li a {
  font-size: 14px;
}
#footernav > li > ul > li > ul {
  display: none;
}
#legalsrow {
  padding: 30px 0px;
  text-align: center;
  position: relative;
}
#legalsrow:before {
  content: "";
  display: block;
  height: 1px;
  width: 400px;
  max-width: 60%;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  background-color: white;
}
#legalsrow a {
  display: inline-block;
  margin: 0px 15px;
  font-size: 14px;
}
#footer_end {
  position: relative;
  color: white;
  background-color: #082f45;
  display: flex;
  align-content: center;
  height: 20px;
  padding-top: 15px;
  font-size: 90%;
  text-align: center;
}
#footer_end:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: 0px;
  width: 100%;
  background-color: #082f45;
}
.section {
  padding: 100px 0px;
  position: relative;
}
.section_wrapper.hideSection {
  display: none;
}
.section_wrapper.noMargin .section {
  padding-bottom: 0px;
  margin-bottom: -100px !important;
}
.section_wrapper.noMargin:last-Child .section {
  margin-bottom: 0px !important;
}
.hasSectionLine {
  position: relative;
}
.hasSectionLine:before, .hasSectionLine:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  transform: translateX(-50%);
  height: 45px;
  background-color: black;
  z-index: 10;
}
.hasSectionLine:before {
  top: auto;
  bottom: 0px;
  background-color: white;
}
.headlinebox {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 700px;
  text-align: center;
}
.flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
#sidebar {
  position: fixed;
  right: 0%;
  top: 45%;
  z-index: 10;
}
#sidebar a {
  display: block;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #1e94ae;
  border-right: 5px solid #1e94ae;
  transform: translateX(5px);
  transition: 0.3s all;
  border-radius: 0px;
}
#sidebar a:last-Child {
  background-color: #1472a8;
  border-color: #1472a8;
}
#sidebar a:hover {
  text-decoration: none;
  border-radius: 3px 0px 0px 3px;
  transform: translateX(0px);
}
.section.text .text {
  margin: auto;
  max-width: 900px;
}
.accordeon {
  margin-bottom: 8px;
  position: relative;
  background-color: #f9f9f9;
}
.accordeon .title {
  padding: 25px;
  color: #1472a8;
  text-transform: uppercase;
  font-family: "Bellefair", "Times New Roman";
  font-weight: 400;
  font-size: 150%;
  position: relative;
  cursor: pointer;
}
.accordeon .title .ic {
  color: #1472a8;
  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.video .videocontainer, .section.video_youtube .videocontainer {
  position: relative;
  background-color: #f9f9f9;
}
.section.video .videocontainer video, .section.video_youtube .videocontainer video {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
  background-color: #f9f9f9;
}
.youtube_wrapper .videocontainer {
  position: relative;
  padding-bottom: 56.6%;
  border: 1px solid var(--color_boxes);
}
.youtube_wrapper .videocontainer iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.section.news_newest .buttoncontainer_all {
  margin-top: 35px;
  text-align: center;
}
#blog_newest.flexcontainer, #blog_all .flexcontainer {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#blog_newest .item, #blog_all .item {
  width: calc(25% - 37.5px);
  background-color: white;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  position: relative;
}
#blog_newest .item:nth-Child(1), #blog_all .item:nth-Child(1) {
  transition-delay: 0s;
}
#blog_newest .item:nth-Child(2), #blog_all .item:nth-Child(2) {
  transition-delay: 0.1s;
}
#blog_newest .item:nth-Child(3), #blog_all .item:nth-Child(3) {
  transition-delay: 0.2s;
}
#blog_newest .item:nth-Child(4), #blog_all .item:nth-Child(4) {
  transition-delay: 0.4s;
}
#blog_newest .image, #blog_all .image {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
#blog_newest .image img, #blog_all .image img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog_newest .textbox, #blog_all .textbox {
  padding: 20px 20px;
}
#blog_newest .date, #blog_all .date {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #797979;
  font-size: 14px;
}
#blog_newest h3, #blog_all h3 {
  font-family: "Bellefair", "Times New Roman";
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  height: 82px;
  overflow: hidden;
}
#blog_newest .text, #blog_all .text {
  font-size: 14px;
}
#blog_all .masonry .gutter-sizer {
  width: 20px;
}
#blog_all .masonry .grid-sizer, #blog_all .masonry .grid-item, #blog_all .masonry .item {
  width: calc(25% - 15px);
}
#blog_all .masonry .item {
  background-color: white;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
  float: left;
  margin-bottom: 20px;
}
#blog_all .masonry .image {
  padding-bottom: 0px;
}
#blog_all .masonry .image img {
  height: auto;
  position: relative;
}
#pager {
  position: relative;
  margin-top: 30px;
}
.externals_loader {
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* transform: translateY(-50%) translateX(-50%); */
}
.externals_loader > div {
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.externals_loader button {
  cursor: pointer;
}
.slick-dots {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 90%;
  bottom: -70px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.slick-dots li {
  list-style-type: none;
  display: inline-block;
}
.slick-dots li button {
  color: transparent !important;
  display: block;
  padding: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 5px;
  background-color: transparent;
  border: 1px solid #1472a8;
}
.slick-dots li.slick-active button {
  background-color: #1472a8;
}
.slick-prev, .slick-next {
  background-color: transparent;
  color: white;
  font-size: 30px;
  padding: 10px 0px;
  position: absolute;
  z-index: 1;
  top: 50%;
  background-color: #1e94ae;
  border-radius: 4px;
  transform: translateY(-50%);
  left: -5px;
}
.slick-prev .ic:before, .slick-next .ic:before {
  margin: 0px;
}
.slick-next {
  left: auto;
  right: -5px;
}
.section.text_img .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.section.text_img .container > * {
  width: 50%;
}
.section.text_img .headlinebox {
  margin: 0px;
  text-align: left;
}
.section.text_img .headlinebox h3, .section.text_img .headlinebox .h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.section.text_img .headlinebox h2, .section.text_img .headlinebox .h2 {
  font-size: 180%;
}
.section.text_img .textbox {
  padding: 5px 50px 50px 50px;
}
.section.text_img .image, .section.text_img .slidercontainer .item {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  border: 8px solid white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.section.text_img .image img, .section.text_img .slidercontainer .item img {
  display: block;
  max-width: 100%;
}
.section.text_img .container.layout_img_text {
  /* reverse */
  flex-direction: row-reverse;
}
.section.text_img .slidercontainer .item {
  margin: 20px;
}
.section.text_img .slick-prev {
  left: 0px;
}
.section.text_img .slick-next {
  right: 0px;
}
.section.text_3grid .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 50px;
}
.section.text_3grid .flexcontainer .textbox {
  width: 33.33%;
  box-sizing: border-box;
}
.section.quote_banner {
  padding: 0px;
  margin: 75px 0px;
}
.section.quote_banner .container {
  width: 100%;
  height: 55vh;
  position: relative;
}
.section.quote_banner .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.section.quote_banner .container img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.section.quote_banner .container .quotebox {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 900px;
  color: white;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
.section.quote_banner .container .quotebox .quote {
  font-size: 38px;
  font-family: "Bellefair", "Times New Roman";
  font-size: 45px;
  line-height: 1.1;
}
.section.quote_banner .container .quotebox .name {
  text-transform: uppercase;
  margin-top: 10px;
}
.section.quote .container {
  position: relative;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  margin: auto;
  max-width: 980px;
}
.section.quote .container .image {
  display: block;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.section.quote .container .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.section.quote .container .quotebox {
  width: auto;
}
.section.quote .container .quotebox .quote {
  font-size: 38px;
  font-family: "Bellefair", "Times New Roman";
  font-size: 40px;
  line-height: 1;
}
.section.quote .container .quotebox .name {
  text-transform: uppercase;
  margin-top: 10px;
}
.section.img_fullscreen {
  padding: 0px;
  margin: 75px 0px;
}
.section.img_fullscreen img {
  display: block;
  height: 50vh;
  object-fit: cover;
}
.section.banner {
  padding: 0px;
  margin: 0px 0px;
  position: relative;
}
.section.banner img {
  display: block;
  height: 45vh;
  width: 100%;
  object-fit: cover;
}
.section.banner .container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.section.banner .container.no_overlay:after {
  display: none;
}
.section.banner .textbox {
  position: absolute;
  color: white;
  width: 90%;
  top: 50%;
  left: 5%;
  text-align: center;
  z-index: 2;
  transform: translateY(-50%);
}
.section.banner .h1 {
  color: white;
}
.section.banner .h3 {
  color: white;
}
.section.divider {
  padding: 0px;
  margin: 50px 0px;
}
.section.divider .separator {
  width: 100%;
  height: 250px;
  background-image: url("/_MEDIEN/layout/pattern_tile_gemini.png");
  background-size: 190px auto;
  background-repeat: repeat;
  background-position: top center;
  opacity: 0.6;
}
.section.tiles {
  position: relative;
  margin: 75px 0px;
}
.section.tiles:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("/_MEDIEN/layout/pattern_tile_gemini.png");
  background-size: 190px auto;
  background-repeat: repeat;
  background-position: top center;
  opacity: 0.6;
}
.section.tiles .flexcontainer {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.section.tiles .flexcontainer .item {
  width: 100%;
  background-color: white;
  padding: 40px 30px;
  max-width: 275px;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.section.tiles .flexcontainer .item.grid2 {
  width: calc(50% - 25px);
}
.section.tiles .flexcontainer .item.grid3 {
  width: calc(33.33% - 33.33px);
}
.section.tiles .flexcontainer .item.grid4 {
  width: calc(25% - 38px);
}
.section.tiles .flexcontainer .item:nth-child(1) {
  transition-delay: 0s;
}
.section.tiles .flexcontainer .item:nth-child(2) {
  transition-delay: 0.2s;
}
.section.tiles .flexcontainer .item:nth-child(3) {
  transition-delay: 0.4s;
}
.section.tiles .flexcontainer .item:nth-child(4) {
  transition-delay: 0.6s;
}
.section.tiles .flexcontainer .item.haslink:hover {
  text-decoration: none;
}
.section.tiles .flexcontainer .item.haslink:hover .icon .ic {
  transform: scale(1.05);
}
.section.tiles .flexcontainer .item.haslink:hover .boxlink {
  color: #1e94ae;
}
.section.tiles .flexcontainer .title {
  text-align: center;
  margin-bottom: 25px;
  font-family: "Bellefair", "Times New Roman";
  font-size: 140%;
  color: black;
  line-height: 1.1;
  hyphens: auto;
  hyphenate-limit-chars: 15;
  /* min 15 characters long */
}
.section.tiles .flexcontainer .item.hasIcon .title {
  text-align: center;
}
.section.tiles .flexcontainer .icon {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 35px;
  text-align: center;
}
.section.tiles .flexcontainer .icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 1px;
  max-width: 80%;
  background-color: black;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.section.tiles .flexcontainer .icon .ic {
  color: #1472a8;
  font-size: 75px;
  line-height: 1;
  transform: scale(1);
  transition: 0.4s all;
}
.section.tiles .flexcontainer .boxlink {
  display: block;
  text-align: left;
  margin-top: 20px;
}
.section_wrapper.noMargin .section.tiles, .section_wrapper.noMargin .section.tiles_big, .section_wrapper.noMargin .section.formsection {
  padding-bottom: 100px;
  margin-bottom: -75px !important;
}
.section.tiles_big {
  position: relative;
  background-color: #f9f9f9;
}
.section.tiles_big .flexcontainer {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.section.tiles_big .flexcontainer .item {
  width: calc(50% - 30px);
  box-sizing: border-box;
  margin-bottom: 40px;
}
.section.tiles_big .flexcontainer .item:nth-child(1) {
  transition-delay: 0s;
}
.section.tiles_big .flexcontainer .item:nth-child(2) {
  transition-delay: 0.2s;
}
.section.tiles_big .flexcontainer .item:nth-child(3) {
  transition-delay: 0.4s;
}
.section.tiles_big .flexcontainer .item:nth-child(4) {
  transition-delay: 0.6s;
}
.section.tiles_big .flexcontainer .item.haslink:hover {
  text-decoration: none;
}
.section.tiles_big .flexcontainer .image {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 64%;
  overflow: hidden;
}
.section.tiles_big .flexcontainer .image img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.tiles_big .flexcontainer .image.hasLink:after {
  content: "mehr";
  display: flex;
  position: absolute;
  top: -5%;
  left: -2%;
  width: 104%;
  height: 110%;
  z-index: 2;
  color: white;
  font-size: 80px;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  font-family: "Bellefair", "Times New Roman";
  line-height: 1;
  text-transform: uppercase;
  background-color: rgba(30, 148, 174, 0.6);
  opacity: 0;
  transition: 0.5s all;
}
.section.tiles_big .flexcontainer .image:hover:after {
  opacity: 1;
}
.section.tiles_big .flexcontainer .pretitle {
  font-size: 14px;
  margin-bottom: 3px;
}
.section.tiles_big .flexcontainer .title {
  margin-bottom: 5px;
}
.section.tiles_big .flexcontainer .boxlink {
  display: block;
  text-align: left;
  margin-top: 10px;
  color: #1e94ae;
}
.section.gallery_tiles .gallery_tiles_container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 10px;
}
.section.gallery_tiles .gallery_tiles_container .item {
  position: relative;
  width: calc(25% - 10px);
  padding-bottom: 16%;
}
.section.gallery_tiles .gallery_tiles_container .item img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section.gallery_tiles .gallery_tiles_container.masonry .gutter-sizer {
  width: 10px;
}
.section.gallery_tiles .gallery_tiles_container.masonry .grid-sizer, .section.gallery_tiles .gallery_tiles_container.masonry .grid-item, .section.gallery_tiles .gallery_tiles_container.masonry .item {
  display: block;
  float: left;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-bottom: 0px;
}
.section.gallery_tiles .gallery_tiles_container.masonry .grid-sizer img, .section.gallery_tiles .gallery_tiles_container.masonry .grid-item img, .section.gallery_tiles .gallery_tiles_container.masonry .item img {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  object-fit: contain;
}
.gallery_slider .textbox {
  margin: auto;
  max-width: 700px;
}
.gallery_slider .gallery_slider_container {
  padding-top: 30px;
  max-width: 1000px;
  margin: auto;
}
.gallery_slider .item {
  display: block;
  position: relative;
  padding: 0px 5px;
}
.gallery_slider .item img {
  display: block;
}
#news_backtoOverview {
  margin: 60px 0px 10px 0px;
}
#news_backtoOverview .backtooverview {
  display: block;
  margin-left: 50px;
}
.section.team_list .colleague_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section.team_list .colleague_gallery .item {
  width: calc(20% - 24px);
  background-color: white;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  position: relative;
}
.section.team_list .colleague_gallery .image {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 120%;
  background-color: #f6f6f6;
}
.section.team_list .colleague_gallery .image img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.team_list .colleague_gallery .textbox {
  padding: 20px 20px;
}
.section.team_list .colleague_gallery .name {
  margin-bottom: 5px;
  font-family: "Bellefair", "Times New Roman";
  font-weight: 400;
}
.section.team_list .colleague_gallery .infos {
  margin-bottom: 10px;
}
.section.team_list .colleague_gallery .pos {
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #797979;
  margin-bottom: 5px;
}
.section.team_list .colleague_gallery .course {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.section.team_list .colleague_gallery .mail, .section.team_list .colleague_gallery .phone {
  display: block;
  line-height: 1.4;
  color: #1e94ae;
}
.section.formsection {
  position: relative;
  background-color: #f9f9f9;
}
.section.formsection #onlineform {
  margin-top: 40px;
}
.section.formsection .form {
  max-width: 600px;
  margin: auto;
}
.section.img_content .container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section.img_content img {
  display: block;
  width: 100%;
}
.section.img_content .text {
  position: absolute;
  bottom: 3%;
  left: 3%;
  color: white;
  font-size: 140%;
  text-shadow: -1px 0px 5px rgba(0, 0, 0, 0.95);
  text-transform: uppercase;
  line-height: 1.2;
}
#calendar_events .download_calendar {
  text-align: right;
  margin-bottom: 20px;
}
#calendar_events .download_calendar a {
  color: #1e94ae;
}
#calendar_events .download_calendar a .ic {
  transform: translateY(5px);
}
#calendar_events .month {
  margin-bottom: 50px;
}
#calendar_events .month .h2 {
  font-size: 32px;
}
#calendar_events .item {
  display: flex;
  padding: 15px 15px;
  border-bottom: 1px solid #ebebeb;
  gap: 15px;
}
#calendar_events .item:first-Child {
  border-top: 1px solid #ebebeb;
}
#calendar_events .item:nth-Child(odd) {
  background-color: #ebebeb;
}
#calendar_events .item .icon .ic {
  font-size: 20px;
  color: #1472a8;
}
#calendar_events .item .date {
  width: 160px;
  max-width: 15%;
  flex-shrink: 0;
}
#calendar_events .item .date .h3 {
  margin-bottom: 5px;
}
#calendar_events .item .time {
  font-size: 14px;
}
#calendar_events .item .title {
  padding-left: 25px;
}
#calendar_events .item .title .text {
  max-width: 600px;
}
/* ========================= */
/* custom css for overwrite of main project css */
