@media ( min-width: 1200px) {}

@media ( min-width: 992px) {}

@media ( min-width: 769px) {}

@media ( max-width: 768px) {}

@media ( max-width: 768px) {
    :where(.wp-block-columns.is-layout-flex) {
        gap: 0;
    }
}

/* maven-pro-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: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/maven-pro-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-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: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/maven-pro-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-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: 'Maven Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/maven-pro-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-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: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/maven-pro-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* yanone-kaffeesatz-200 - 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: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/yanone-kaffeesatz-v32-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* yanone-kaffeesatz-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: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/yanone-kaffeesatz-v32-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* yanone-kaffeesatz-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: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yanone-kaffeesatz-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* yanone-kaffeesatz-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: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/yanone-kaffeesatz-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* yanone-kaffeesatz-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: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/yanone-kaffeesatz-v32-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* yanone-kaffeesatz-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: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/yanone-kaffeesatz-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    --color1: #111;
    --color2: #019CBA;
}

h1 {
    color: var(--color1);
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
        max-width: 1160px;
    }
}

.container{
    padding-left: 20px;
    padding-right: 20px;
}

a:focus {
    outline: none !important;
}

* {
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
}

ul, ol{
    padding-left: 0;
}

*::selection {
    background: #ccc;
    color: #fff;
}

html,
body {
    height: 100%;
}

body {
    background: #ffffff;
    color: var(--color1);
    font-family: 'Yanone Kaffeesatz', Arial, Verdana, sans-serif;
    font-size: 20px;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}

div {
    position: relative;
}

img,
iframe,
video {
    vertical-align: bottom;
}

img {
    max-width: 100%;
    height: auto;
}

.image-fitted {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .6s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
}

a{text-decoration: none;} 

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    -webkit-hyphens: manual;
    hyphens: manual;
    word-wrap: break-word;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    color:var(--color2);
}

h2 {
    font-size: 36px;
     color:var(--color2);
}

h3 {
    font-size: 32px;
    color: var(--color2);
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color:#999;
    margin-bottom: 3px;
    letter-spacing: 2px;
}


@media ( max-width: 768px) {
    h1 { font-size: 34px; }
    h2 { font-size: 30px; }
    h3 { font-size: 28px; }
    h4 { font-size: 20px; }
    h5 { font-size: 16px; }
    h6 { font-size: 16px; }
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    color:var(--color1);
}

p {
    margin: 0 0 10px 0;
    line-height: 1.45em;
    letter-spacing: 0.02em;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.content p a, .content li a, .entry-content p a{
    color: #333;
    text-decoration: underline;
    text-decoration-color: #ccc;
}

.error404 .padding50 p a{
    color: #333;
}

.content p a:hover, .content li a:hover, .entry-content p a:hover{
    color: #888;

}

a.readmore:after {
    font-family: 'bootstrap-icons';
    content: '\F231';
    margin: 0 0 0 5px;
    transform: translate(0, 1px);
    color: var(--color1);
    display: inline-block;
    transition: .1s;
    font-size: .8em
}

a.readmore:hover:after {
    transform: translate(3px, 1px);
}

a.underline {
    text-decoration: none;
    background-image: linear-gradient(var(--color3), var(--color3));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 3px;
    transition: background-size .3s;
}

a.underline:hover, a.underline:focus {
    background-size: 100% 3px;
}

.no-hyphens {
    -webkit-hyphens: none;
    hyphens: none;
    word-wrap: break-word;
}

strong, b{
    font-weight: 700;
    font-size: 1.07em;
}

/*
.btn{
background:#d30000;
color:#fff;
padding:10px 15px;
transition:all .2s;
display:inline-block;
letter-spacing:1px;
position:relative;
font-weight:700;
text-transform:uppercase;
}


.btn:hover{
background:#fff;
color:#d30000;
transition:all .15s;
border:0;
}
*/

.arrow_right {
    padding-right: 35px;
}

.arrow_right:after {
    font-family: 'bootstrap-icons';
    content: '\F231';
    z-index: 100;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    transition: all .15s;
}

.arrow_right:hover:after {
    color: #d30000;
    right: 10px;
}

.wp-block-separator {
    border: unset;
    border-left: none;
    border-right: none;
    height: unset;
}

hr {
    height: 0;
    margin: 20px 0;
    border-bottom: 2px solid #999 !important; 
    width: 100%;
    text-align: left;
    opacity: 1;
}



/* LAYOUT */

.bodywrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.innerwrap {
    min-height: calc(100vh - 187px);
    z-index: 5;
}

.section {
    width: 100%;
    padding: 0;
}

.bgimg {
    background-size: cover;
    background-position: center;
}


/*  <video autoplay muted loop playsinline class="bgvideo"> */

.bgvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    z-index: 0;
    object-fit: cover;
}

.row {
    margin-bottom: 0;
}


/*.col{outline: 1px dotted #ccc;}*/

.padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer50 {
    height: 50px;
}

@media ( max-width: 768px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .wrap {
        width: 100%;
    }
    .padding30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padding50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padding70 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .spacer10 {
        height: 5px;
    }
    
    .spacer20 {
        height: 10px;
    }
    
    .spacer30 {
        height: 15px;
    }
    
    .spacer50 {
        height: 25px;
    }
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* width100 for Gutenberg-Blocks */
.width100 {
    position: relative;
    left: 50%;
    right: 50%;
    width:calc(100vw - 15px);   
    margin-left: calc(-50vw + 7.5px);
    margin-right:calc(-50vw + 7.5px);

    width:100vw;   
    margin-left: -50vw;
    margin-right:-50vw;
}

 
.newsimagewrap{
    float:right; 
    width:50%;
    margin:10px 0 15px 20px;
 }
 
 .newsimagewrap p{
     font-size:14px;
     margin: 3px 0 5px 0;
     max-width: 100%;
  }
 
 
  @media ( max-width: 769px) {
     .newspost p{
         max-width: 100%;
      }
       
      .newsimagewrap{
         float:none; 
         width:100%;
         margin:10px 0 15px 0;
      }
      
      .newsimagewrap p{
          font-size:14px;
          margin: 3px 0 5px 0;
       }
 }

.content img {}

.image_right {
    float: right;
    margin: 0 !important;
    padding: 7px 0 10px 20px;
    width: 40%;
}

.image_left {
    float: left;
    margin: 0 !important;
    padding: 7px 20px 10px 0;
    width: 40%;
}

@media ( max-width: 768px) {
    .image_right,
    .image_left {
        float: none;
        width: 100%;
        padding: 5px 0 15px 0;
    }
}

.bgimgteaser {
    text-align: center;
    min-height: 200px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    overflow: hidden;
    transition: .2s;
    position: relative;
}

.bgimgteaser .text {
    opacity: 0;
    transition: .4s;
}

.bgimgteaser .image,
.bgimgteaser .blackoverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    transition: .6s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
}

.bgimgteaser .blackoverlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .2s;
}

.bgimgteaser *,
.bgimgteaser:hover {
    color: #fff;
    text-decoration: none !important;
}

.bgimgteaser:hover>.image {
    transform: scale(1.1);
}

.bgimgteaser:hover>.text,
.bgimgteaser:hover>.blackoverlay {
    opacity: 1;
}

.half-width-image-left {
    width: calc(50vw - 7.5px);
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

.half-width-image-right {
    width: calc(50vw - 7.5px);
    height: 100%;
    position: absolute;
    right: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

@media ( max-width: 768px) {
    .half-width-image-left,
    .half-width-image-right {
        float: none;
        width: 100%;
        max-height: 40vw;
        position: relative;
    }
}

.bodywrap {
    margin: 0 auto 0;
}

.footer {
    background: #004D67;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0 100px 0;
    transition: transform .15s;
    color: #fff;
    text-align: left;
}

.footer a {
    color: #fff;
    margin-right:10px;
}

.footer a:hover {
    text-decoration: underline;
    color:#fff;
}

@media ( max-width: 768px) {
    .footer {
        height: auto;
    }
    .bodywrap {
        margin: 0 auto;
        min-height: auto;
        height: auto;
    }
    .push {
        height: auto;
        display: none;
    }
}

.searchicon {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 3px;
    color: #111;
    width: 18px;
}






/* =========================
   NAVIGATION BASIS
========================= */

.navigation {
    margin-top: 35px;
    font-size: 23px;
    letter-spacing: 0.02em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 101;
}

.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.navigation ul li {
    margin: 0 20px 0 0;
    float: left;
    position: relative;
    text-transform: uppercase;
}

.navigation ul li a {
    display: block;
    color: #019CBA;
    text-decoration: none;
    padding-bottom: 5px;
    transition: filter 0.2s;
}

.navigation ul li a:hover {
    filter: brightness(0.8);
}

/* =========================
   EBENE 2 (Dropdown)
========================= */

.navigation ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 20px 0 10px 0;
    display: none; /* Wird per JS/CSS eingeblendet */
    z-index: 102;
    min-width: 200px;
}

.navigation ul li:hover > ul {
    display: block;
}

.navigation ul li ul li {
    float: none;
    padding: 1px 0 1px 0;
    margin: 0;
    white-space: nowrap;
    text-transform: none;
}

.navigation ul li ul li a {
    font-weight: inherit;
    border-bottom: 0 !important;
}

/* =========================
   EBENE 3 (Rechts aufklappend)
========================= */

.navigation ul li ul li ul {
    position: absolute;
    top: 0;
    left: 100%; /* Direkt am Rand von Ebene 2 */
    padding: 0 0 30px 30px; /* Erzeugt den optischen Abstand statt Margin */
    margin-left: 0;
    z-index: 103;
}

/* Die Lücke zwischen Ebene 2 und 3 überbrücken */
.navigation ul li ul li ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px; /* Gleiche Breite wie Padding-left */
    height: 100%;
}

/* Trennlinie für Ebene 3 */
.navigation ul li ul li ul::after {
    content: '';
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 15px; /* Mittig im Padding */
}

.navigation ul li ul li:hover > ul {
    display: block;
}

/* Pfeil für Items mit Kindern */
.navigation ul li ul li.menu-item-has-children > a::after {
    content: "▸";
    margin-left: 8px;
    font-size: 0.8em;
}

/* =========================
   ACTIVE STATES
========================= */

.navigation li.current-menu-item > a,
.navigation li.current-menu-ancestor > a {
    color: var(--color2, #019CBA);
    border-bottom: 3px solid var(--color2, #019CBA);
}

.navigation li .sub-menu li.current-menu-item > a {
    font-weight: bold;
    color: var(--color2, #019CBA);
    border-bottom: 0 !important;
}

/* =========================
   OVERLAYS
========================= */

.navoverlay {
    background: rgba(255,255,255,1);
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 175px; /* An dein Layout anpassen */
    z-index: 95;
    transition: height 0.1s ease-out, opacity 0.1s;
    opacity: 1;
    pointer-events: none;

}

.navoverlay2 {
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    transition: opacity 0.3s;
    display: block;
    pointer-events: none;
    opacity: 0;
}



/* 
.navigation *{
    display: block !important;
}  */




.searchcontainer {
    padding: 30px 0 30px 0;
    display: none;
}

.big-search-field {
    background-color: #fff !important;
    padding: 10px 15px !important;
    height: auto !important;
    border: 0px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    width: calc(100% - 105px) !important;
    height: 44px;
}

.big-search-submit {
    width: 100px !important;
    height: 44px;
    font-size: 15px !important;
    color: #fff !important;
    background: var(--color1) !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    right: 15px;
    top: 0;
}

/* CUSTOM */

.header {
    padding-top: 40px;
    padding-bottom: 0;
    z-index: 99;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.logo {
    width: 260px;
}

@media ( max-width: 768px) {
    .header {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .logo {
        width: 180px;
    }
}

.imgbgheader{
    height: 30vh;
}


.content ul {
    margin: 10px 0;
    list-style: none;
}

.content ol {
    margin: 10px 0;
}

.content li {
    margin: 0 0 10px 15px;
    line-height: 1.45em;
    letter-spacing: 0.02em;
}

.content ol li {
    margin: 0 0 10px 18px;
    padding-left: 3px;
}

.content ul li:before {
    font-family: 'bootstrap-icons';
    font-size: 0.8em;
    content: '\F231';
    margin: 0 10px 0 -20px;
    color: var(--color2);
    position: absolute;
    transform: translateY(-3px);
}

.content li a {
    color: #666;
}

.content li a:hover {
    opacity: .7;
}


/* VIDEO / YOUTUBE */

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

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-aspect-16-9 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-embed-aspect-16-9 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

iframe[src*="youtube.com"]{
    width: 100% !important;
}

/* GRID */


/*<div class="grid" data-columns> */

@media ( max-width: 768px) {
    .grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media ( min-width: 769px) {
    .grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media ( min-width: 992px) {
    .grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

.column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

.grid .item {
    padding: 0 15px 15px 15px;
}


/* ACC */

.acc_item {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    font-size: 16px;
    line-height: 22px;
}

.acc_btn {
    font-weight: 500;
    cursor: pointer;
    padding-top: 4px;
    padding-right: 15px;
}

.acc_btn p {
    margin: 0;
}

.acc_btn:after {
    font-family: 'bootstrap-icons';
    content: '\F229';
    z-index: 100;
    color: var(--color1);
    position: absolute;
    top: 3px;
    right: 5px;
    transition: all .2s;
}

.acc_btn.active:after {
    transform: rotate(-180deg);
}

.acc_btn:hover {
    opacity: .7;
}

.acc_content {
    padding-top: 12px;
    display: none;
}

.cms .acc_content {
    display: block;
}


/* MAP */

.map {
    height: 400px;
    background: #f9f8f8;
    width: 100%;
}

@media ( max-width: 750px) {
    .map {
        height: 250px;
    }
}


/* *** */

.arrow_up_section {
    position: fixed;
    z-index: 15;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.arrow_up_section .row {
    margin-bottom: 0;
}

.arrow_up {
    position: absolute;
    right: 15px;
    bottom: -200px;
    z-index: 10;
    transition: .5s;
    background: #ccc;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
}

.arrow_up.visible {
    bottom: 0;
}

.arrow_up i {
    color: #fff;
}


/* GALLERY */

/*
object-fit: cover;
object-position: 50% 50%;
*/

.gallerywrap a img {
    float: left;
    position: relative;
}

.gallerywrap:hover img {
    opacity: .5;
    z-index: 900;
}

.gallerywrap a img {
    transition: all .4s;
}

.gallerywrap a:hover img {
    transform: scale(1.07);
    transition: all .1s;
    opacity: 1;
    z-index: 1000;
}

.collagewrap {
    background: #fff;
}

.collage {
    padding: 10px;
    background: #fff;
}

.collage img {
    vertical-align: bottom;
    float: left;
}

.collage img a {
    float: left;
}

.pics_in_a_row {
    margin: 1% 0 0 0;
    display: flex;
}

.pics_in_a_row>div:not(:last-child) {
    margin-right: 1%;
}

.pics_in_a_row img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}


/* CONTENTOVERLAY / LIGHTBOX */

.contentoverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1250;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding: 40px 15px;
    display: none;
}

.contentoverlay img {
    max-width: 100%;
}

.contentoverlayclose {
    position: fixed;
    cursor: pointer;
    top: 15px;
    right: 30px;
    font-size: 20px;
    z-index: 360;
    color: #666;
}

.contentoverlayclose:hover {
    opacity: 0.5;
}


/* MARQUEE */

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-1800px, 0);
    }
}

.marqueesection {
    background: #eee;
}

.marqueewrap {
    width: 100000px;
}

.marquee.animated {
    animation: marquee 80s linear infinite
}

.marquee a {
    transition: .1s;
    display: inline-block;
    color: #c0392b
}

.marquee h3 {
    font-size: 20px;
    display: inline;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--color1);
}

.marquee h3 a:hover {
    color: var(--color1);
}

.marquee h3 strong {
    font-size: 22px;
    display: inline;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--color1);
}

@media (max-width:800px) {
    .marquee h3 {
        font-size: 18px;
        display: inline;
    }
}


/*  * * * *  */

.fadeInOnLoad {
    opacity: 0;
    transition: .15s;
}

.clearer {
    clear: both;
}

.overflowhidden {
    overflow: hidden;
}

@media ( min-width: 769px) {
    .mobile {
        display: none !important;
    }
}

.navicon {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    display: block;
    z-index: 100;
}

.navicon .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #006982;
}

.navicon .line:nth-child(1) {
    top: 10px;
}

.navicon .line:nth-child(2) {
    top: 20px;
}


/* MOBILE  NAVIGATION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media ( max-width: 768px) {
    .navigation {
        display: none;
    }

    .outerwrap {
        transition: transform .15s;
    }

    .shifted {
        transition: transform .15s;
        transform: translateX(-270px);
    }

    .subnav_mobile {
        background: #006982;
        position: fixed;
        width: 270px;
        top: 0;
        bottom: 0;
        right: -270px;
        transition: transform .15s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 20px 0;
    }

    .subnav_mobile ul {
        list-style: none;
        margin:0;
        padding-left: 0;
    }

    .subnav_mobile ul ul {
        margin-left:10px;
    }

    .subnav_mobile ul li {
        margin: 0 0 0 0;
        text-transform: uppercase;
    }

    .subnav_mobile ul li ul li {
        text-transform: none;
    }

    .subnav_mobile ul li a {
        padding: 10px 5px 10px 20px;
        display: block;
        font-weight: 300;
        color: #fff !important;
        letter-spacing: 1px;
        word-wrap: break-word;
        hyphens: auto;
    }

    .subnav_mobile ul li a:hover {
        opacity: .8;
    }

    .subnav_mobile ul li a.current {
        color: #fff;
        font-weight: bold;
    }

    .subnav_mobile ul li ul {
        padding: 0 0 0 20px;
    }

    .subnav_mobile ul li ul li {}
    .subnav_mobile ul li ul li a {
        padding: 7px 0;
        color: #fff;
    }

    .subnav_mobile ul li ul li:last-child a {
        margin-bottom: 10px;
    }

    .subnav_mobile.shifted {
        /*box-shadow: 0 0 6px rgba(0, 0, 0, .3) !important;*/
    }

    .subnav_mobile_overlay {
        background: rgba(255, 255, 255, .7);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        transition: transform .15s;
    }

    .bodywrap {
        transition: transform .15s;
    }

}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #111 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s;
}


@keyframes wobble {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


.stage .bgimg{
    animation: wobble 60s linear infinite;
    width: 100%;
    position: absolute;
    top:0;
    bottom:0;
}

.stage{
    padding: 100px 0 150px 0;
    overflow: hidden;
    height: 100%;
}

.stage .bgimg{
    animation: wobble 40s linear infinite;
    width: 100%;
    position: absolute;
    top:0;
    bottom:0;
}

.stage h1{  
    font-size: 66px;
    line-height: 62px;
    color:#fff;
    font-weight: 300;

}

.stage h1 strong{  
    font-weight: 600;
    
}

.stage p{
    color:#fff;
    hyphens: none;
    font-size: 23px;
}

@media ( max-width: 768px) {
    .stage h1{
        font-size: 44px;
        line-height: 44px;
    }
    
.stage p{
    font-size: 18px;
}
}


.slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px !important;
    z-index: 10000;
}

.slick-dots li {
    margin: 0 1px;
}

.slick-dots button {
    height: 15px !important;
    width: 15px !important;
    margin: 0 4px !important;
    background: rgba(255,255,255,0.5) !important;
    border-radius: 20px;
}

.slick-dots .slick-active button {
    background: #fff !important;
}

.slick-dots li button:before{
    content: '';
}


.slick-prev, .slick-next{
    left: 20px;
    content:'';
    z-index: 1000;
    opacity: .6;
}

.slick-next{
    right: 20px;
    left: unset;
}

.slick-next:before{
    content:'';
}

.slick-next:after, .slick-prev:after{
    font-family: 'bootstrap-icons';
    content:'\F133';
    position: absolute;
    top:0;
    right: 0;
    font-size: 30px;
    color: #999;

}

.slick-prev:after{
    content:'\F129';
    right: unset;
    left: 0;
}

/*
.owl-nav {
    position: absolute !important;
    top:50% !important;
    width: 100%;
}

.owl-prev, .owl-next{
    color:#eee !important;
    position: absolute !important;
    top: calc(50% - 35px) !important;
    font-size: 50px !important;
}

.owl-prev{
    left:-30px;
}

.owl-prev:before{
    font-family: 'bootstrap-icons';
    content:'\F27A';
}

.owl-next{
    right:-30px;
}

.owl-next:after{
    font-family: 'bootstrap-icons';
    content:'\F27B';
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -40px !important;
    z-index: 100;
}

.owl-dots button {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background: #eee !important;
    border-radius: 20px;
}

.owl-dot.active {
    background: var(--color2) !important;
}
*/

.embed-responsive {
    margin-bottom: 20px;
}

.wp-block-image .alignright, .wp-block-image .alignleft {
    max-width: 40%;
}

@media ( max-width: 768px) {
    :where(.wp-block-columns.is-layout-flex) {
        gap: 0;
    }
}

.wp-block-button__link{
    color:#fff;
    background: var(--color2);
    font-size: 18px;    
    font-weight: 700;
    border-radius: 0;
    transition: .15s;
    padding: 8px 30px;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    margin:10px 0;
}

.wp-block-button__link:hover{
    color:#fff;
filter:brightness(1.1)

}


.wpcf7 label {
    display: unset;
}

.wp-block-table a{
    color:#111;
}

.wp-block-table a:hover{
   text-decoration: underline;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 5px 0;
}

.wpcf7-list-item-label{
    padding-left: 5px;
}

.wp-block-button__link {
    height: unset;
    width: unset; 
}

.df-loading-icon{
    display: none;
}

.df-container .df-loading-info {
    background: none;
    box-shadow: none;
    padding-top: 100px;
}

.page-numbers {
    display: inline-block;
    margin: 0 3px;
    padding: 6px 12px;
    color: #333;
    text-decoration: none;
    list-style: none;
    margin-top: 20px;
}

.page-numbers li{
    display: inline-block;
}

.page-numbers.current {
    font-weight: bold;
    background: #EE2D24;
    border-radius: 2px;
    color: #fff;
}

.page-numbers.dots {
    background: none;
    pointer-events: none;
}

.page-numbers a:hover{
    color:#333;
}

.page-numbers .bi{
    display: inline-block;
    position: relative;
    transform: translateY(1px);
    color: #EE2D24;
}

.slide{
    padding-left: 200px;
}


.homeslider{
    margin-bottom: 100px !important;
}

@media ( max-width: 768px) {
    .slide{
    padding-left: 0;
}


.homeslider{
    margin-bottom: 20px !important;
}

.slick-dots{
    display: none !important;
}
}

.homeslidertext{
    position: absolute;
    bottom:0; left:0;
    background: #fff;

    padding-top: 30px;
    padding-right: 15px;
}

@media ( max-width: 768px) {
    .homeslidertext{
    position: relative;
    bottom:unset; left:unset;
    padding: 0;
    padding-bottom: 30px;
    }
}


.homeslidertext h1{
    color:#019CBA;
    font-weight: 700;
    z-index: 1;
    position: relative;
}

.homeslidertext:after{
  clip-path: polygon(0 0, 0% 100%, 90px 0); 
  position: absolute;
  background: #fff; 
  content: '';
  top:0;
  bottom:0;
  width: 90px;
  right:-89px;
}

.homeslidertextshadow{
background: rgba(255,255,255,0.5);
clip-path: polygon(0 0, 100% 0, calc(100% - 90px) 100%, 0% 100%);
position: absolute;
top:-25px; right:-130px; bottom:25px; left:0;
z-index: 0;
/* backdrop-filter: blur(3px) */
}


.home-ae{
    position: absolute;
    bottom:-100px;
    right: -40%;
    height: 110%;
    pointer-events: none;
}

@media ( max-width: 768px) {
    .home-ae{
    position: absolute;
    bottom:-20px;
    right: -20%;
    height: 60%;
    pointer-events: none;
}
}

.bg_grey_1{
    background: #F7F7F7;
}

.bg_grey_2{
    background: #F0F0F0;
}

.aen-left{
    position: absolute;
    top:-70px;
    right:0;
    z-index: -1;
    bottom:-250px;
    max-width: unset !important;
    opacity: .5;
}

.aen-left img{
    top:0;
    right:0;
    max-width: unset !important;
    height: 100%;
    width: auto;
    bottom:0;
}

.wp-block-gallery.is-style-logos figure{
    background: #fff;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    border:20px solid #fff;
}

.wp-block-gallery.has-nested-images figure.wp-block-image{ 
    flex-grow: 0; 
 }

 .wp-block-gallery.is-style-logos {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 20px))) !important;
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 20px))) !important;
}

.aen-footer{
    position: absolute;
    left:-250px;
    top:-70px;
    opacity: .5;
}

.aen-footer img{
    top:0;
    right:0;
    max-width: unset !important;
    height: 700px;
    width: auto;
}

.topnav{
    position: absolute;
    top:0;
    right: 0;
    font-size: 18px;
}

.topnav a{
    color:#666;
}

.topnav a .bi{
    color:var(--color2);
}

@media ( max-width: 768px) {
    .topnav{display:none;}
}


.download{
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.download.mit_vorschau{
    padding-left: 0;
}

.download.mit_vorschau .thumbnail{
width:80px;
height:70px; 
background-color: #fff;
text-align: center;
padding: 5px;
}

.download.mit_vorschau .thumbnail div{
width: 100%;
height: 100%;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-color: #fff;
border: 1px solid #ccc;
}

.download p{
    line-height: 1.3;
    font-size: 18px;
    padding-top: 6px;
}    

.download b a{
    color:#000;
}

.download b a:hover{
    color:var(--color2);
}

.download .subline{ 
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: sans-serif;
    padding-top: 3px;
    }

.download .icon-dot{
    width: 34px;
    height: 34px;
    border-radius: 20px;
    text-align: center;
    line-height: 34px;
    background-color: var(--color2);
    color: #fff;
    position: absolute;
    top:13px;
    left: 0;
    z-index: 5;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    font-size: 18px;
}

.box-member, .box-job{
    padding: 30px;
}

.box-member h2, .box-job h2{
    margin-bottom: 0;
    color:var(--color2);
}


.box-member .bi, .box-job .bi, .termindetail .bi{
    color:var(--color2);
}

.box-member a, .box-job a{
    color:var(--color1);
}

.box-member h2 a, .box-job h2 a{
    color:var(--color2);
}

.imageheader{
    padding-left: 200px;
    margin-bottom: 70px 
}


.imageheader .headline{
    position: absolute;
    top:100px; left:0;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
}

@media ( max-width: 768px) {
    .imageheader{
    padding-left: 0;
    margin-bottom: 70px 
}

.imageheader .headline{
    top:150px; left:0;
    background: #fff;
}
}

.imageheader .headline h1{
    color:#019CBA;
    font-weight: 700;
    z-index: 1;
    position: relative;
}

.imageheader .headline:after{
  clip-path: polygon(0 0, 0% 100%, 90px 0); 
  position: absolute;
  background: #fff; 
  content: '';
  top:0;
  bottom:0;
  width: 90px;
  right:-89px;
}

.headlineshadow{
    background: rgba(255,255,255,0.5);
    clip-path: polygon(0 0, 100% 0, calc(100% - 90px) 100%, 0% 100%);
    position: absolute;
    top:-25px; right:-130px; bottom:25px; left:0;
    z-index: 0;
    /* backdrop-filter: blur(3px) */
}


.header-ae{
    position: absolute;
    bottom:-70px;
    right: -30%;
    height: 110%;
    pointer-events: none;
}

.big-date {
    font-weight: bold;
}

.big-date .day {
    font-size: 70px; /* Große Zahl */
    line-height:1;
    display: block;
    color: var(--color2); 
    letter-spacing:-3px;
    margin-top:-10px;
        text-align: center;
}

.big-date .month {
    font-size: 1rem; /* Kleinere Monatsangabe */
    text-transform: uppercase;
    display: block;
    margin-top: -0.5rem; /* Abstand zwischen Tag und Monat */
    letter-spacing: 4px;
    text-align: center;
}

@media ( max-width: 768px) {
    .icon{
        max-width: 50%;
        margin: auto;
    }
    .wp-block-buttons{
        margin-bottom: 20px;
    }
}

.box_grey{
    background: #f8f9fa;
    padding: 25px;
    margin-bottom: 30px;
}


figure {
    margin: 0 0 0;
}

.mv-login-card a{
    color:#999
}