:root {
    --tp-body-font-family: 'Urbanist', sans-serif, 'Arial', sans-serif;
    --tp-body-font-size: 100%;
    --tp-body-font-weight: 400;
    --tp-body-line-height: 1.5;

    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;

    --white: #fff;
    --weis: #fff;
    --black: #000;
    --schwarz: #000;
    --grau: #D4D4D4;
    --grey: #D4D4D4;
    --dark-grey: #1d1d1d;
    --dunkel-grau: #1d1d1d;
    --rot: #A30A3B;
    --red: #A30A3B;
    --light-green: #4C9E82;
    --hell-gruen: #4C9E82;
    --dark-green: #103B34;
    --dunkel-gruen: #103B34;
}

::-moz-selection {
    background: #111;
    color: #fff;
}

::selection {
    background: #111;
    color: #fff;
}
iframe:not([src]) {
display: none;
}

body {
    font-family: var(--tp-body-font-family);
    font-size: var(--tp-body-font-size);
    font-weight: var(--tp-body-font-weight);
    line-height: var(--tp-body-line-height);
}

h1 {
    font-family: var(--tp-body-font-family);
    font-size: 5em;
    /* 80px */
    font-weight: 800;
    line-height: 1.5;
}

h2 {
    font-family: var(--tp-body-font-family);
    font-size: 4.375em;
    /* 70px */
    font-weight: 800;
    line-height: 1.5;
}

h3 {
    font-family: var(--tp-body-font-family);
    font-size: 3.125em;
    /* 50px */
    font-weight: 800;
    line-height: 1.5;
}

h4 {
    font-family: var(--tp-body-font-family);
    font-size: 2.5em;
    /* 40px */
    font-weight: 700;
    line-height: 1.5;
}

h5 {
    font-family: var(--tp-body-font-family);
    font-size: 1.875em;
    /* 30px */
    font-weight: 600;
    line-height: 1.5;
}

h6 {
    font-family: var(--tp-body-font-family);
    font-size: 1.5625em;
    /* 25px */
    font-weight: 500;
    line-height: 1.5;
}

p,
span,
a,
li {
    font-size: 1.125em;
    /* 18px */
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p:last-child {
    margin: 0 0 30px 0;
}

/* colors */
/* textformatierung */
.white,
.weis {
    color: var(--white) !important;
}

.rot,
.red {
    color: var(--red) !important;
}

.grau,
.grey {
    color: var(--grey) !important;
}

.light-green,
.hell-gruen {
    color: var(--light-green) !important;
}

.dark-green,
.dunkel-gruen {
    color: var(--dark-green) !important;
}

.grayscale {
    filter: grayscale(100%);
}

.uppercase {
    text-transform: uppercase;
}

.center, .zentriert {
    text-align: center;
}
.left, .links {
  text-align: left;
}
.right, .rechts {
  text-align: right;
}

.image-width-vw img {
    width: 100vw;
}

.background-image-50 {
  background-size: 50% !important;
}



/***************** top ******************/
/*  */
/*  */
/*  */
/* language switcher */
#sp-top-bar .sp-module {
    margin: 0 0 0 1.25rem;
    display: block;
}

ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
  display: inline-block;
  float: right;
}
ul.social-icons a {
  color: #a30a3b !important;
}
  
.mod-languages {
    float: right;
}

#sp-top-bar {
    background: transparent;
    color: var(--white);
    z-index: 99;
    position: relative;
}

/***************** navigations leiste ******************/
/*  */
/*  */
/*  */

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
  width: 205px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 16px;
  }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 16px;
  padding: 10px 0;
  }
#sp-header {
    /* height: 80px; */
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0);
    animation: spFadeIn 0.5s;
    padding: 0px 7%;
    background: transparent;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
    background: var(--weis);
}

.logo-image-phone {
    height: 50px !important;
}

.burger-icon {
    width: 32px;
    cursor: pointer;
}

/* burger icon klammern*/
.burger-icon::before {
    content: " ";
    background-image: url("/images/icons/left-eck.svg");
    position: absolute;
    width: 28px;
    height: 28px;
    margin: -15px;
    transform: scale(0.8);
}

.burger-icon::after {
    content: " ";
    background-image: url("/images/icons/right-eck.svg");
    position: absolute;
    width: 28px;
    height: 28px;
    margin: -15px 20px -15px 20px;
    transform: scale(0.8);
}

body.ltr .close-offcanvas {
    right: 25px;
}

/***************** offcanvas-menu ******************/
/*  */
/*  */
/*  */

.current.active a {
  color: black !important;
  font-weight: 500 !important;
  text-decoration: underline;
}
ul.menu li.active a,
ul.menu li li a,
ul.menu li.active  li.active  li a {
text-decoration: none;
}
ul.menu li.active li.active a {
  color: black !important;
  font-weight: 500 !important;
  text-decoration: underline;
}
ul.menu li.active li.active li.active a {
  color: black !important;
  text-decoration: underline;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover::before,
.offcanvas-menu .offcanvas-inner ul.menu>li.active a::before {
    content: " ";
    background-image: url("/images/icons/left-eck.svg");
    position: absolute;
    width: 28px;
    height: 28px;
    margin: -5px;
    transform: scale(0.6);
    left: 0;
    top: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-deeper ul.menu-child li a::before,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-deeper ul.menu-child li a::after {
    content: " ";
    background-image: none;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover::after,
.offcanvas-menu .offcanvas-inner ul.menu>li.active a::after {
    content: " ";
    background-image: url("/images/icons/right-eck.svg");
    position: absolute;
    width: 28px;
    height: 28px;
    margin: -5px;
    transform: scale(0.6);
    bottom: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
    padding: 10px 15px !important;
}

.nav-pills {
    display: none !important;
}

.offcanvas-menu {
    background-color: var(--white);
    background-image: linear-gradient(90deg, var(--white) 60.5%, var(--grey) 60.5%);
    color: var(--dark-grey);
}

.offcanvas-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 60px;
    overflow: inherit;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10000;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -100%;
    top: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
    display: block;
    font-size: 18px;
    padding: 10px 0px;
    position: relative;
    line-height: 28px;
    opacity: 0.7;
    transition: 0.3s;
    text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 18px;
    padding: 10px 0px;
    line-height: 18px;
    font-weight: 400;
    display: block;
}

.menu-child li::after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background-color: var(--black);
}

.menu .menu-child li.menu-deeper .menu-child li::after {
    content: "";
    width: 100%;
    display: block;
    height: 0px;
    background-color: var(--black);
}

.menu-child li:first-child::before {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background-color: var(--black);
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    right: 0px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 9px 20px;
    background-color: var(--grey);
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 9px 20px;
    background-color: var(--grey);
    right: 0px !important;
}


/***************** menu items ******************/
/*  */
/*  */
/*  */
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px !important;
}

/***************** body ******************/
/*  */
/*  */
/*  */
.header-bg-behind-nav {
    margin: -126px 0 0 0 !important;
}

.startseite-header {
    margin: -126px 0 0 0 !important;
    background-image: url(/images/pages/startseite/header-image-full-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: 50% 0%;
    min-height: 1300px;
}

.custom-style-table {
    width: 100%;
    margin: 0 auto;
    border: 0px solid var(--black);
}

.custom-style-table tr {
    border-bottom: 1px solid #00000073;
}

.custom-style-table tr:nth-child(2n) {
    background-color: #bdbdbd;
}

.custom-style-table tr:hover {
    background-color: var(--red);
    color: var(--weis);
}

.custom-style-table.helibar tr:nth-child(2n) {
    background-color: #103b3429;
}

.custom-style-table.helibar tr:hover {
    color: var(--white);
    background-color: var(--dark-green);
}

.custom-style-table tr:first-child {
    color: var(--white);
    background-color: var(--red);
}

.custom-style-table.helibar tr:first-child {
    color: var(--white);
    background-color: var(--dark-green);
}

.table-bg {
    padding: 30px 50px;
    border-radius: 30px;
    background-color: #B3B3B3;
}

.table-bg-helibar {
    padding: 30px 50px;
    border-radius: 30px;
    background-color: var(--hell-gruen);
}

.custom-style-table td,
.custom-style-table th {
    text-align: center;
    padding: 3px;
}

.custom-style-table td:first-child,
.custom-style-table th:first-child {
    text-align: left;
}

.custom-style-table td:last-child,
.custom-style-table th:last-child {
    text-align: right;
}

/* custom list Downloads */
.custom-list li,
.custom-list-helibar li,
.custom-list-downloads li,
.custom-list-helibar-downloads li {
    list-style: none;
}

.custom-list li::before,
.custom-list-downloads li::before {
    content: " ";
    background-image: url("/images/icons/list-icon-red.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    display: initial;
    margin: 0 0 0 -12px;
    position: relative;
    padding: 0 14px 0 0;
}

.custom-list-helibar li::before,
.custom-list-helibar-downloads li::before {
    content: " ";
    background-image: url("/images/icons/list-icon-green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    display: initial;
    margin: 0 0 0 -12px;
    position: relative;
    padding: 0 14px 0 0;
}

.custom-list a,
.custom-list-downloads a,
.custom-list-helibar-downloads a {
    color: var(--white);
}
.custom-list.black a {
    color: var(--black);
}
.custom-list.black a:hover {
    color: var(--red);
}

.custom-list a:hover,
.custom-list-downloads a:hover,
.custom-list-helibar-downloads a:hover {
    color: var(--light-green);
}


/* icon klammern um text */
.klammern::before {
    content: " ";
    background-image: url("/images/icons/left-eck.svg");
    position: absolute;
    width: 28px;
    height: 28px;
    margin: -15px;
    transform: scale(0.8);
    top: 0;
    left: 0;
}

.klammern p::after {
    content: " ";
    background-image: url("/images/icons/right-eck.svg");
    position: absolute;
    width: 28px;
    height: 28px;
    margin: 0px -10px 0px 0px;
    transform: scale(0.8);
    bottom: 0;
    right: 0;
}

/* custom Button */
.custom-style-button {
    padding: 15px 30px 30px 0;
}

.custom-style-button a {
    padding: 15px;
}

.custom-style-button a::before {
    content: url("/images/icons/left-eck.svg");
    position: absolute;
    width: 28px;
    height: 28px;
    margin: -15px 0px 0px -18px;
    transform: scale(0.8);
}

.custom-style-button a::after {
    content: url("/images/icons/right-eck.svg");
    position: absolute;
    width: 28px;
    height: 28px;
    margin: 13px 0px 0px -10px;
    transform: scale(0.8);
}

.button-group .custom-style-button {
  display: inline-block;
}

/* marqee */
.marqee {
    padding: 0;
    margin: 0;
    display: flex;
    white-space: nowrap;

    height: 80px;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marqee {
    /*   padding-left: 0.5rem; */
    font-family: sans-serif;
    font-size: 4rem;
    font-weight: 900;
    color: #010101;
}

.marqy-inner {
    -ms-overflow-style: none;
    display: flex;
    scrollbar-width: none;
}

.marqee[data-direction=left] .marqee-content {
    animation-name: loop_left;
}

.marqee[data-direction=right] .marqee-content {
    animation-name: loop_right;
}

.marqee-content {
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: linear;
    animation-duration: 28s;
    display: flex;
    flex: 1 0 auto;
    will-change: transform;
}

/*
.marqee:hover .marqee-content {
     animation-play-state: paused; 
} 
*/

.marqee-content span,
.marqee-content h1 {
    padding: 0 2rem
}

.marqee-icon::before {
    content: " ";
    background-image: url("/images/icons/pfeil-links.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    width: 64px;
    height: 96px;
    margin: 0px 0 0 0px;
    top: 0%;
    -webkit-transform: rotate(180deg) translateY(0%);
    -moz-transform: rotate(180deg) translateY(0%);
    -ms-transform: rotate(180deg) translateY(0%);
    -o-transform: rotate(180deg) translateY(0%);
    transform: rotate(180deg) translateY(0%);
    left: 0%;
}

@keyframes loop_left {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

/***************** bottom ******************/
/*  */
/*  */
/*  */


/***************** footer ******************/
/*  */
/*  */
/*  */
#sp-footer {
    font-size: 14px;
    padding: 0;
}

#sp-footer {
    background-image: linear-gradient(180deg, rgba(212, 212, 212, 0) 0%, rgba(212, 212, 212, 0) 100%), url("/images/bottom-bg-x.svg");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

#sp-footer .container-inner {
    padding: 30px 0;
    border-top: 0px solid rgba(255, 255, 255, 0.1);
}

/* ---------------------------------------- LARGE DESKTOP ---------------------------------------- */
@media (min-width: 1399.98px) {}

/* ---------------------------------------- DESKTOP ---------------------------------------- */
@media only screen and (max-width: 1399.98px) {
    h1 {
        font-size: 3.75em;
        /* 50px */
    }

    h3 {
        font-size: 2.5em;
        /* 30px */
    }
}

/* ---------------------------------------- DESKTOP ---------------------------------------- */
@media only screen and (max-width: 1199.98px) {
    h1 {
        font-size: 3.125em;
        /* 50px */
    }

    h2 {
        font-size: 1.875em;
        /* 30px */
    }

    h3 {
        font-size: 1.875em;
        /* 30px */
    }

    h4 {
        font-size: 1.875em;
        /* 30px */
    }

    h5 {
        font-size: 1.875em;
        /* 30px */
    }

    h6 {
        font-size: 1.5625em;
        /* 30px */
    }

    p {
        font-size: 1.125em;
        /* 18px */
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    .startseite-header {
        /*  margin: -0px 0 0 0 !important; */
        background-size: cover;
        background-position: 70% 0%;
        min-height: unset;
    }

    /*
    #sp-header {
        background: var(--grey);
    }
    */
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 14px;
  }
}

/* ---------------------------------------- TABLETS ---------------------------------------- */
@media only screen and (max-width: 991.98px) {
    h1 {
        font-size: 1.875em;
        /* 30px */
    }

    h2 {
        font-size: 1.875em;
        /* 30px */
    }

    h3 {
        font-size: 1.875em;
        /* 30px */
    }

    h4 {
        font-size: 1.875em;
        /* 30px */
    }

    h5 {
        font-size: 1.375em;
        /* 22px */
    }

    h6 {
        font-size: 1.5625em;
        /* 30px */
    }

    p {
        font-size: 1em;
        /* 16px */
    }

    .startseite-header {
        margin: -96px 0 0 0 !important;
        background-size: 150%;
        background-position: 100% 0%;
        min-height: unset;
    }

    #sp-footer {
        background-image: linear-gradient(180deg, rgba(212, 212, 212, 0.8) 0%, rgba(212, 212, 212, 0.8) 100%), url("/images/bottom-bg-x.svg");
        background-position: 100% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }

    .marqee-content span,
    .marqee-content h1 {
        padding: 0 0.4rem;
    }

    .marqee {
        font-family: sans-serif;
        font-size: 1.5rem;
        font-weight: 900;
        color: #010101;
    }

    .turn-black-on-mobile {
        color: var(--black) !important;
    }

    .sp-page-builder .page-content #section-id-186822ea-f463-4bf3-8183-7a985bfeeafe>.sppb-row-overlay {
        background: linear-gradient(180deg, RGBA(212, 212, 212, 0.7) 10%, RGBA(255, 255, 255, 0.9) 70%) transparent;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p:last-child {
        margin: 0 0 20px 0;
    }

}

/* ---------------------------------------- LANDSCAPE PHONE ---------------------------------------- */
@media only screen and (max-width: 767.98px) {
    h1 {
        font-size: 1.875em;
        /* 30px */
    }

    h2 {
        font-size: 1.75em;
        /* 28px */
    }

    h3 {
        font-size: 1.5em;
        /* 25px */
    }

    h4 {
        font-size: 1.375em;
        /* 30px */
    }

    h5 {
        font-size: 1.25em;
        /* 30px */
    }

    h6 {
        font-size: 1.125em;
        /* 30px */
    }

    p {
        font-size: 1em;
        /* 16px */
    }

    .startseite-header {
        margin: -96px 0 0 0 !important;
        background-size: 250%;
        background-position: 90% 0%;
        min-height: unset;
    }

    .offcanvas-menu {
        background-color: var(--white);
        background-image: linear-gradient(90deg, var(--white) 60.5%, var(--white) 60.5%);
    }

    .highlights-bg {
        background-size: cover !important;
        padding-left: 100px !important;
        min-height: 400px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p:last-child {
        margin: 0 0 10px 0;
    }
  .background-image-50 {
    background-image: none !important;
  background-size: 100%;

  }
}

/* ---------------------------------------- PORTRAIT PHONE ---------------------------------------- */
@media only screen and (max-width: 575.98px) {
    h1 {
        font-size: 1.875em;
        /* 30px */
    }

    h2 {
        font-size: 1.875em;
        /* 30px */
    }

    h3 {
        font-size: 1.875em;
        /* 30px */
    }

    h4 {
        font-size: 1.375em;
        /* 30px */
    }

    h5 {
        font-size: 1.875em;
        /* 30px */
    }

    h6 {
        font-size: 1.125em;
        /* 30px */
    }

    p {
        font-size: 1em;
        /* 16px */
    }

    #sp-header {
        height: 50px !important;
    }

    .logo-image-phone {
        height: 50px !important;
    }

    .offcanvas-menu .offcanvas-inner {
        padding: 0px;
    }

    .startseite-header {
        margin: -96px 0 0 0 !important;
        background-size: 300%;
        background-position: 90% 0%;
        min-height: unset;
    }

    .highlights-bg {
        background-size: cover !important;
        padding-left: 50px !important;
        min-height: 250px;
    }

    .table-bg-helibar {
        padding: 30px 0px;
        margin: 0 -15px;
    }

}