@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;
    }
}

:root {
    --bs-primary-rgb: 25, 40, 105;
    --bs-primary: #192869;

    --bs-secondary-rgb: 212, 175, 55;
    --bs-secondary: #d4af37;

    --bs-info-rgb: 254, 199, 0;
    --bs-info: #fec700;

    --bs-light-rgb: 231, 225, 216;
    --bs-light: #e7e1d8;

    --bs-primary-sublte-rgb: 236, 243, 250;
    --bs-primary-sublte: #ecf3fa;
}


h1 {
    color: var(--color1);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Signika', sans-serif;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

.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(--bs-primary);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    font-weight: 400;
}

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;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
    text-transform: uppercase;
}


@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    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;
}

p a {
    color: #666;
}

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;
}

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;
}

.wp-block-heading {
    font-weight: 700;
    color: var(--bs-primary);
}

.wp-block-heading b,
.wp-block-heading strong {
    font-weight: 700;
    color: var(--bs-secondary)
}

/*
.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;
}


.shaded {
    display: inline;
    color: #fff !important;
    background: none repeat scroll 0px 0px #285e7a;
    box-shadow: 5px 0 0 #285e7a, -5px 0 0 #285e7a;
    background-origin: border-box;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.lined {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.lined:before,
.lined:after {
    background-color: #aaa;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.lined:before {
    right: 1em;
    margin-left: -50%;
}

.lined:after {
    left: 1em;
    margin-right: -50%;
}


/* 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);
}

.site-main>section {
    padding: 50px 0;
}

.site-main>section.hero-section {
    padding-top: 0px;
}

.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: var(--color1);
    margin: 0 auto;
    width: 100%;
    padding: 30px 0 100px 0;
    transition: transform .15s;
    color: #fff;
    text-align: left;
}

.footer a {
    color: #fff;
    margin-left: 10px;
}

.footer a:hover {
    opacity: .7;
}

@media (max-width: 768px) {
    .footer {
        height: auto;
    }

    .bodywrap {
        margin: 0 auto;
        min-height: auto;
        height: auto;
    }

    .push {
        height: auto;
        display: none;
    }
}

/* NAVIGATION */

.searchicon {
    position: absolute;
    right: 15px;
    bottom: 3px;
    color: #111;
    width: 18px;
}

.navigation {
    position: absolute;
    right: 45px;
    bottom: 0;
}

.navigation ul {
    list-style: none;
    margin-bottom: 0;
}

.navigation ul li {
    margin: 0 20px 0 20px;
    float: left;
}

.navigation ul li a {
    display: inline-block;
    color: var(--bs-primary);
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.navigation ul li a:hover {
    opacity: 0.5;
    border-bottom: 2px solid var(--bs-secondary);
}

.navigation ul li a.current {
    color: var(--bs-primary);
    font-weight: bold;
    border-bottom: 2px solid var(--bs-secondary);
}

.navigation ul li a.current:hover {
    opacity: 1;
}

.navigation ul li ul {
    position: absolute;
    z-index: 100;
    left: 0px;
    padding-top: 10px;
    display: none;
    padding-bottom: 0px;
    min-width: 600px;
    padding: 0;
    width: 100%;
    /* top: 50px; */
}

.navigation ul li ul li {
    float: none;
    border-left: 0;
    padding: 5px 0 6px 0px;
    white-space: nowrap;
}

.navigation ul li ul li a {
    text-transform: uppercase;
    font-weight: inherit;
}

.navigation li a {
    font-weight: normal;
    font-size: 15px;
}

.navigation li.current-menu-item>a,
.navigation li.current-menu-ancestor>a {
    font-weight: bold;
    color: var(--bs-primary);
    border-bottom: 2px solid var(--bs-secondary);
}

.navigation li .sub-menu li a {
    font-weight: normal;
}

.navigation li .sub-menu li.current-menu-item>a {
    font-weight: bold;
    color: var(--color3);
    border-bottom: 2px solid var(--color2);

}

.navigation li.current-menu-ancestor>a {
    font-weight: bold;
    color: var(--color3);
    border-bottom: 2px solid var(--color2);
}

.navoverlay {
    background: #fff;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 99;
    transition: 0.15s;
    opacity: 0.4;
    display: block !important;
    z-index: 99;
}

/* Mega Menu Styles */
.mega-menu-container {
    display: flex;
    align-items: flex-start;
    /* gap: 30px; */
    padding: 20px;
    padding-top: 55px;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    margin: 0;
    list-style: none;
}

.mega-menu-links {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mega-menu-links li {
    margin: 0;
    padding: 0;
    float: none;
    white-space: normal;
}

.mega-menu-images {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}

.mega-menu-image-item {
    text-align: center;
    min-width: 150px;
}

.mega-menu-image-item a {
    display: block;
    text-decoration: none;
    color: var(--bs-primary);
    transition: opacity 0.3s;
}

.mega-menu-image-item a:hover {
    opacity: 0.8;
}

.mega-menu-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    /* border-radius: 4px; */
    margin-bottom: 10px;
}

.mega-menu-text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bs-primary);
}


.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: 30px;
    padding-bottom: 30px;
}

.logo {
    width: 300px;
}



@media (max-width: 768px) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .logo {
        width: 140px;
    }
}

.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';
    content: '\F231';
    margin: 0 10px 0 -15px;
    color: var(--color1);
    position: absolute;
}

.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: 5px;
    height: 30px;
    width: 30px;
    display: block;
    z-index: 100;
}

.navicon .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid var(--bs-primary);
}

.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: var(--color1);
        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: var(--bs-primary) !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;
        min-height: 55vh;
}

.stage {
    padding: 100px 0 150px 0;
    overflow: hidden;
    min-height: 55vh;
}



.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: 20px !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(--color5);
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    transition: .15s;
}

.wp-block-button__link:hover {
    color: var(--color5);
    background: #eee;
}


.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;
}

.hero-block {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.hero-content * {
    margin-bottom: 1rem;
}

.hero-content *:last-child {
    margin-bottom: 0;
}

.footer-logo {
    max-width: 300px;
    margin-bottom: 2rem;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    margin: 0 1.5rem;
    font-size: 1.1rem;
}

.footer-nav a:hover {
    color: #ffc107;
    text-decoration: none;
}

.social-icons {
    margin: 2rem 0;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #ffc107;
    color: #1e3a8a;
    border-radius: 50%;
    margin: 0 0.5rem;
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #ffcd39;
    color: #1e3a8a;
    transform: translateY(-2px);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.836);
    margin: 2rem 0;
    height: 2px;
}

.copyright {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.logo-icon {
    color: #ffc107;
    font-size: 2.5rem;
    margin-right: 1rem;
}

.logo-text {
    color: white;
}

.logo-subtitle {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .footer-nav {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-nav a {
        margin: 0;
    }
}


/* li.menu-item a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

li.menu-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: var(--bs-secondary);
    background-size: 200% auto;
    transition: all .5s;
    transform: translateX(-100%);
}

li.menu-item a:hover::after {
    transform: translateX(0%);
    animation: gradient-89 3s linear infinite;
}

@keyframes gradient-89 {
    0% {
        background-position: 100% 0%;
    }

    50% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
} */

.section-title {
    margin-top: 25px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
}

.section-title::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: var(--bs-primary);
}

.faq-section {
    background-color: var(--bs-secondary);
    padding: 4rem 0;
}

.faq-title {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
}

.faq-title::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: white;
}

.faq-subtitle {
    color: white;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.faq-item {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.faq-question {
    background: none;
    border: none;
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    opacity: 0.8;
}

.faq-question:focus {
    box-shadow: none;
    outline: none;
}

.faq-icon {
    font-size: 1.5rem;
    color: white;
    transition: transform 0.3s ease;
    margin-left: 1rem;
    flex-shrink: 0;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 1rem;
    padding-right: 2rem;
}

.accordion-collapse {
    border: none;
}

.accordion-body {
    padding: 0;
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 2.5rem;
    }

    .faq-question {
        font-size: 1rem;
    }

    .faq-answer {
        padding-right: 0;
    }
}


.carousel-control-prev,
.carousel-control-next {
    width: 0%;
}

.btn {
    border-radius: 0px;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary);
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: transparent;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary);
}

.btn-secondary {
    color: #fff;
    border-color: var(--bs-secondary);
    background-color: var(--bs-secondary);
}

.btn-secondary:hover {
    color: #fff;
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary);
}

blockquote {
    font-style: normal;
    color: var(--bs-primary);
    font-weight: bold;
}

cite {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    color: var(--bs-primary);
    font-style: normal;
}

.blockquote-footer {
    margin-top: 10px;
}

.blockquote-footer::before {
    content: '';
}

.font-family-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-family-signika {
    font-family: 'Signika', sans-serif;
}

.play-icon {
    width: 60px;
    height: 60px;
    background: var(--bs-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transform: scale(.8);
    transition: transform .3s ease;
}

.bi-fw {
    width: 35px;
    height: 35px;
    display: inline-block;
}

/* Floating Bar */
.floating-bar {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    /* background: #fff; */
    border-radius: 4px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    /* padding: 10px; */
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.floating-bar-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #fff;
    /* border-radius: 4px; */
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.floating-bar-icon:hover {
    background: #f5f5f5;
    transform: scale(1.1);
}

.floating-bar-icon i {
    font-size: 24px;
    color: var(--bs-primary);
}

.floating-bar-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.floating-bar-icon:hover::after {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .floating-bar {
        right: 10px;
    }

    .floating-bar-icon {
        width: 40px;
        height: 40px;
    }

    .floating-bar-icon i {
        font-size: 20px;
    }
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.count-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
}

.count-item .value {
  font-size: 120px;
  letter-spacing: -5px;
  font-weight: bold;
}

.count-item .label {
  font-size: 14px;
  color: #555;
}

.is-style-lead{
    font-size: 1.25em;
}

.is-style-lead .bi{
    color:#192869 !important;
    width: 30px;
    display: inline-block;
}

.hellblau{
    background-color: #e0e9f7;
}