/*
Theme Name: SiPage 10
Version: 2.2.9
Author: SiMedia GmbH
*/
html, body {
    font-family: 'Jost', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #505050;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    background-color: #fff;
}

b, strong {
    font-weight: 500;
}

/*.sc-masterContainer, .introContainer {
    background: #000000;
}

.home .sc-masterContainer, .showHeaderSlider .sc-masterContainer {
    background: #000000;
}*/
.sc-masterContainer {
    padding-top: 20px;
}

.showHeaderSlider .sc-masterContainer {
    padding-top: 0;
}

.resMenu {
    position: fixed;
    background: #ffffff;
    width: 100%;
    height: 60px;
    z-index: 30;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 12px 2px rgb(0 0 0 / 30%);
    box-shadow: 0 0 12px 2px rgb(0 0 0 / 30%);
}

.resMenu button.SiMenuToggle {
    position: absolute;
    right: 5px;
    height: 25px;
    width: 45px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    top: 17.5px;
}

.resMenu button.SiMenuToggle:focus {
    outline: none;
}

.resMenu button.SiMenuToggle .line {
    background: #505050;
    height: 2px;
    width: 100%;
    display: block;
    line-height: 2px;
    margin-bottom: 6px;
    position: relative;
}

.resMenu button.SiMenuToggle .line:last-child {
    margin-bottom: 4px;
}

.resMenu a.button {
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    -webkit-box-shadow: #287bc0 -5px -5px 0px;
    box-shadow: #287bc0 -5px -5px 0px;
}

.resMenu a.button:first-child, .resMenu a.button:nth-child(2) {
    display: inline-block;
}

.resMenu a.phone, .SiMenu .copyToMobileMenu a.phone:before {
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-position: -300px -340px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.resMenu a.phone {
    font-size: 0;
    position: absolute;
    top: 15px;
    margin-left: 15px;
}

.SiMenu .copyToMobileMenu a.phone:before {
    content: "";
    vertical-align: bottom;
    margin-right: 10px;
    top: 4px;
    position: relative;
}

.sc-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sc-menu a {
    text-decoration: none;
    display: block;
    padding: 5px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.67em;
    color: #505050;
    letter-spacing: 2.5px;
    -webkit-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in;
}

.SiMenu a {
    font-size: .85rem;
}

.sc-menu li:not(.logo_menu) a:hover {
    color: #287bc0;
}

.sc-menu a:hover {
    text-decoration: none;
}

.sc-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.SiMenu, .SiMenuDesktop {
    display: none;
    text-align: center;
}

.SiMenu.active {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
    padding-top: 65px;
    text-align: center;
    margin: auto;
    width: 100%;
}

.sc-menu li:not(.logo_menu) a {
    position: relative;
}

.menu-hauptmenue-container .current-menu-parent a, .menu-hauptmenue-container .current-menu-parent ul li.current-menu-item a, .menu-hauptmenue-container .current-menu-item > a {
    text-decoration: none;
}

.SiMenuDesktop .sc-menu li:not(.logo_menu) a:before {
    content: " ";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    height: 1px;
    background: #287bc0;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    bottom: 32px;
}

.SiMenuDesktop .sc-menu a:hover {
    text-decoration: none !important;
}

.SiMenuDesktop .sc-menu li:not(.logo_menu) a:hover:before, .SiMenuDesktop .hasSubmenu.current-menu-parent > a:before, .SiMenuDesktop .sc-menu li a[aria-current]:before {
    left: 20px;
    right: 20px;
    z-index: 10;
}

.menu-hauptmenue-container .current-menu-parent ul li a {
    text-decoration: none;
}

.SiMenu li.hasSubmenu.submenuActive {
    background: #d7d2cc;
    color: #d7d2cc;
}

.SiMenu .sc-menu li ul li a {
    margin-top: 0px;
}

.SiMenu ul, .SiMenuDesktop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.SiMenuDesktop ul {
    text-align: right;
}

.SiMenu li > ul, .SiMenuDesktop li > ul {
    display: none;
    padding-left: 0.5rem;
}

.SiMenu li > ul.active, .SiMenuDesktop li > ul.active {
    display: block;
}

.SiMenu .sc-menu li a {
    margin-top: 15px;
}

.SiMenu .logo_menu, .SiMenuDesktop .logo_menu {
    display: none;
}

.SiMenu button, .SiMenuDesktop button {
    background: transparent;
    border: 0;
    padding: 0;
}

.SiMenu button:focus, .SiMenuDesktop button:focus {
    outline: none;
}

.SiMenu button.close-button {
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 0;
    width: 30px;
    height: 30px;
    -webkit-filter: initial;
    filter: initial;
    cursor: pointer;
    z-index: 50;
}

.SiMenu button.close-button::before, .SiMenu button.close-button::after {
    content: " ";
    width: 100%;
    height: 2px;
    background: #505050;
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.SiMenu button.close-button::after {
    bottom: -8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.SiMenu button.close-button:hover::before, .SiMenu button.close-button:hover::after {
    background: #3B3B3B;
}

.submenu-button {
    margin-left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -13px;
    border: 0;
    background: transparent;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    border-bottom: 2px solid #505050;
    border-left: 2px solid #505050;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.submenuActive .submenu-button {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: 0px;
}

.sc-menu a:hover .submenu-button, .hasSubmenu.submenuActive .submenu-button, .sc-menu li a[aria-current] .submenu-button {
    border-color: #3B3B3B;
}

.hasSubmenu.current-menu-parent > a, .sc-menu li a[aria-current] {
    color: #287bc0;
    font-weight: 500;
}

.sc-language-selector, .menuLanguageSelector {
    position: fixed;
    top: 75px;
    right: 25px;
    z-index: 1;
    color: #ffffff;
    font-size: 0.7em;
}

.sc-language-selector {
    display: none;
    background-color: #287bc0;
    padding: 15px;
}

.sc-language-selector a {
    color: #fff;
}

.sc-language-selector a, .menuLanguageSelector a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.sc-language-selector ul, .menuLanguageSelector ul {
    margin: 0;
    padding: 0;
}

.sc-language-selector ul li, .menuLanguageSelector ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8px;
}

.sc-language-selector ul li a:after, .menuLanguageSelector ul li a:after {
    content: "|";
    padding-left: 8px;
}

.sc-language-selector ul li:last-child a:after, .menuLanguageSelector ul li:last-child a:after, .hideMenuItem a {
    display: none;
}

.sc-language-selector ul li:last-child, .menuLanguageSelector ul li :last-child {
    margin-right: 0;
}

.menuLanguageSelector, .menuLanguageSelector a {
    color: #505050;
}

.menuLanguageSelector {
    right: inherit;
    left: 5%;
    top: 20px;
}

.SiMenu .menuHeader {
    margin-bottom: 15%;
}

.SiMenu .menuFooter, .SiMenu .copyToMobileMenu a.phone {
    margin-top: 15% !important;
}

.SiMenu .copyToMobileMenu {
    letter-spacing: inherit;
}

.SiMenu .copyToMobileMenu a.phone {
    text-decoration: none;
    color: #505050 !important;
}

.SiMenu .copyToMobileMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.SiMenu .copyToMobileMenu .button {
    margin: auto;
    width: 180px;
    display: none;
}

.SiMenu .copyToMobileMenu .button:first-child {
    margin-bottom: 20px;
}

.SiMenu .copyToMobileMenu .button:first-child, .SiMenu .copyToMobileMenu .button:nth-child(2) {
    display: inline-block;
}

.breadcrumb {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #969696;
}

.showHeaderSlider .breadcrumb {
    background-color: #ffffff;
}

.breadcrumb a, .breadcrumb {
    font-size: 15px;
    color: #505050
}

.introLeft .breadcrumb > span {
    max-width: 1100px;
    margin: auto;
    display: block;
}

.topBar {
    display: none;
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 11;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.topBar a.button {
    margin-left: 10px;
}

.topBar a.button:first-child {
    margin-left: 0;
}

.headerSlider {
    display: none;
    position: relative;
}

.showHeaderSlider .headerSlider {
    display: block;
    position: relative;
}

.home .showHeaderSlider .headerSlider {
    margin-top: 60px;
}

/*Fullscreen HeaderSlider*/
.showHeaderSlider .headerSlider .sc-slideshow, .showHeaderSlider .headerSlider img, .showHeaderVideo .headerVideo video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    /*animation: zoomInOut 7.5s alternate-reverse ease-out infinite;*/
}

.showHeaderSlider .headerSlider .slick-list, .showHeaderSlider .headerSlider .slick-track, .showHeaderSlider .headerSlider .slick-slide, .showHeaderSlider .headerSlider .slick-slide div {
    height: 100% !important;
}

.showHeaderSlider .headerSlider div[class^=slick], .showHeaderSlider .headerSlider .slick-slide > div, .showHeaderSlider .headerSlider picture {
    height: 100% !important;
}

.home .showHeaderSlider .headerSlider, .home .showHeaderVideo .headerVideo {
    height: calc(100vh - 60px);
    height: calc(calc(var(--vh, 1vh) * 100) - 60px);
    overflow: hidden;
}

.page .showHeaderSlider .headerSlider .slick-track, .page .showHeaderSlider .headerSlider .slick-slider .slick-list, .page .showHeaderSlider .headerSlider .slick-slider .slick-list div {
    height: 100% !important;
}

.showHeaderSlider .arrowDown {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    bottom: 5vh;
    height: calc(calc(var(--vh, 1vh) * 5) - 0px);
    left: calc(50% - 17px);
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    cursor: pointer;
    position: absolute;
    width: 34px;
    height: 76px;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-repeat: no-repeat;
    display: none;
}

.showHeaderSlider .arrowDown a {
    text-decoration: none;
}

.home .showHeaderSlider .arrowDown {
    display: inline-block;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

/*Fullscreen HeaderSlider END*/
/*.home .SiMenuDesktop .sc-menu a {
    color: #fff;
}*/
li.submenuarrow {
    position: relative;
}

.SiMenuDesktop li.submenuarrow a {
    padding-right: 17px;
}

.SiMenuDesktop li.submenuarrow > a:after, .SiMenu li.submenuarrow > a:after {
    content: " ";
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    border-bottom: 2px solid #505050;
    border-left: 2px solid #505050;
}

.SiMenuDesktop li.submenuarrow.submenuActive > a:after, .SiMenu li.submenuarrow.submenuActive > a:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -3px;
}

.SiMenu li.submenuarrow > a:after {
    right: inherit;
    margin-left: 7px;
    top: 15px;
}

/*.home .SiMenuDesktop li.submenuarrow a:after {
    border-color: #fff;
}*/
.home.scrolled .SiMenuDesktop .sc-menu a {
    color: #505050;
}

.home.scrolled .SiMenuDesktop li.submenuarrow a:after {
    border-color: #505050;
}

.home.scrolled .SiMenuDesktop .sc-menu a:hover, .home.scrolled .SiMenuDesktop .sc-menu li.submenuarrow.hasSubmenu.submenuActive > a {
    color: #3B3B3B;
    text-decoration: underline;
}

.SiMenuDesktop .sc-menu a:hover li.submenuarrow a:after, .SiMenuDesktop .sc-menu li.submenuarrow a:hover:after, .SiMenuDesktop .sc-menu li.submenuarrow a[aria-current]:after, .SiMenuDesktop .sc-menu li.submenuarrow.hasSubmenu.submenuActive a:after, li.submenuarrow.hasSubmenu.submenuActive > a:after, li.submenuarrow.hasSubmenu:hover > a:after, .SiMenuDesktop .hasSubmenu.current-menu-parent > a:after {
    border-color: #287bc0;
}

/*.home .SiMenuDesktop li.submenuarrow > a:after, .home .SiMenu li.submenuarrow > a:after {
    border-color: #fff;
}*/
.logo-simedia {
    vertical-align: middle;
    margin-bottom: 10px;
}

header .MainLogo {
    padding: 25px 0;
    margin-top: 60px;
    text-align: center;
    background: #fff;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: relative;
    width: 280px;
    max-width: 80%;
}

.showHeaderSlider header .MainLogo {
    background: transparent;
}

/*.page:not(.home) header .MainLogo {
    width: 208px;
    height: auto;
}*/
.home header .MainLogo {
    display: block;
    padding: 25px 0;
    margin-top: 30px;
    text-align: center;
}

.home header .MainLogo {
    position: absolute;
    top: calc(calc(var(--vh, 1vh) * 5) + 60px);
    z-index: 10;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: block;
    padding: 5%;
    margin-top: 0;
    width: 260px;
    background: rgba(237, 237, 237, .65);
}

a {
    color: #3B3B3B;
}

a:hover {
    cursor: pointer;
    color: #505050;
}

.button, .sc-readmore a, .sc-readmore a {
    background: #ededed;
    color: #505050;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    position: relative;
    -webkit-box-shadow: #287bc0 -10px -10px 0px;
    box-shadow: #287bc0 -10px -10px 0px;
    margin: 10px 0 0 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}

.button:hover, .sc-readmore a:hover, .sc-readmore a:hover {
    -webkit-box-shadow: #969696 -5px -5px 0px;
    box-shadow: #969696 -5px -5px 0px;
    opacity: .8;
}

a.button, .sc-readmore a, .sc-readmore a {
    text-decoration: none;
}

.bg1 .button, .button.secondary, .resMenu a.button:nth-child(odd), .SiMenu .copyToMobileMenu .button:nth-child(odd), .sc-layout .be-widget-buttonArea > span {
    background: #287bc0;
    color: #fff;
    -webkit-box-shadow: #505050 -10px -10px 0px;
    box-shadow: #505050 -10px -10px 0px;
}

.resMenu a.button:nth-child(odd) {
    box-shadow: #505050 -5px -5px 0px;
}

.topBar .button:nth-child(even) {
    background: #505050;
    color: #fff;
}

.topBar .button:nth-child(even):hover {
    background: #969696;
}

.button:hover, .sc-readmore a:hover, .ListOverviewSite .listContainer article:hover .sc-readmore a, .resMenu a.button:nth-child(odd):hover, .SiMenu .copyToMobileMenu .button:nth-child(odd):hover {
    background: #1c5585;
    color: #fff;
}

.bg2 .button:hover {
    background: #ffffff;
    color: #505050;
}

.buttonsWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -5px
}

.buttonsWrapper .button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 225px;
    flex-basis: 225px;
    margin: 5px;
    text-align: center;
}

small {
    font-size: 0.8em;
}

hr {
    width: 90%;
    border: 0;
    border-bottom: 1px solid;
    display: inline-block;
    margin: 30px auto 35px auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: relative;
}

.center hr {
    display: inherit;
}

p {
    margin-bottom: 15px;
    margin-top: 0;
}

p:last-child {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    min-height: 1px;
}

h1, .t1 {
    font-size: 17px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #505050;
    text-transform: uppercase;
    margin: 0;
    clear: both;
}

h1 {
    margin-bottom: 15px;
}

.t1 {
    margin-bottom: 25px;
}

.sc-header {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

h2, .t2, h3, .t3, h4, .t4, .single h1, .noH2 h1, .SiMenu .copyToMobileMenu a.phone, .error404 h1 {
    font-size: 30px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 500;
    color: #505050;
    margin: 0;
    letter-spacing: 2px;
}

.emptyTemplate .noH2 h1 {
    font-size: 23px;
}

.cls1, .error404 h1 {
    color: #287bc0;
    font-weight: 500;
}

.noH2 h1, .error404 h1 {
    margin-top: 0;
}

h3, .t3 {
    font-size: 25px;
}

h4, .t4, .txtLink, .SiMenu .copyToMobileMenu a.phone, .sc-quickInquiry > div label, [data-accordion] [data-control], .courseRegistration .tabs [data-control] span {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 2px;
}

[data-accordion] [data-control], .courseRegistration .tabs [data-control] button, .courseRegistration [data-content] h4 {
    font-size: 19px;
}

.seoBoxes .t1, .seoBoxes .t2, .quickrequest .t2 {
    color: #505050;
}

a.txtLink {
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #505050;
    color: #505050;
}

a.txtLink:hover {
    color: #505050;
    border-color: #505050;
}

.sc-masterContainer ul {
    padding: 0 22px;
    margin: 0;
}

.sc-masterContainer ul li {
    margin-bottom: 15px;
}

.sc-masterContainer ul li:last-child, .sc-masterContainer ul li ul li {
    margin-bottom: 0;
}

.column {
    text-align: left;
}

.footer .editorial, .footer .contacts {
    font-size: 75%;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.footer .contacts {
    font-size: 110%;
    line-height: 1.8;
}

.footer .editorial a, .footer .contacts a {
    text-decoration: none;
    position: relative;
}

.footer .editorial a:after, .footer .contacts a:after {
    content: " ";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    height: 1px;
    background: #ffffff;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    bottom: -4px;
}

.footer .contacts a:after {
    bottom: -2px;
}

.footer .editorial a:hover:after, .footer .contacts a:hover:after {
    left: 20px;
    right: 20px;
    z-index: 10;
}

.footer {
    text-align: center;
    clear: both;
}

.footer .seoBoxes {
    margin: 0 auto;
}

.footer address {
    font-style: normal;
}

.footer address img.logoFooter {
    width: 400px;
    max-width: 90%;
    height: auto !important;
}

.footer address .contentWrapper.outerBox {
    top: -50px;
    position: relative;
}

.footer #cookie-law-info-bar a {
    margin-top: 15px !important;
}

.footer #cookie-law-info-bar {
    padding: 15px;
}

.footer #cookie-law-info-bar a.cli_settings_button {
    text-decoration: underline;
}

.footer address .box span {
    display: block;
    margin-bottom: 22px;
}

.footer address .box .big a {
    text-decoration: none;
    font-size: 30px;
    display: inline-block;
}

.footer address .contentWrapper .box {
    margin: 40px 0;
}

.footer address .contentWrapper .box:first-child, .footer address .contentWrapper .box:last-child {
    margin: 0;
}

.footer .webcam-weather a {
    text-decoration: none;
    font-size: 17px;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.footer .webcam-weather a:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: 1px -249px;
    left: calc(50% - 19px);
    top: 0px;
}

.footer .webcam-weather a.weather:before {
    background-position: -100px -249px;
}

.footer .webcam-weather a:not(:last-child) {
    margin-bottom: 10px;
}

.footer .awards a {
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle;
}

.newsletter .mobileWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newsletter input {
    background-color: #ffffff;
    color: #505050;
    border: 0;
    padding: 8px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 6px;
    font-family: 'Jost', sans-serif;
    width: 70%;
}

.newsletter input {
    margin: 0 0 15px 0;
}

.social-media a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 -340px;
    margin: 0 6px;
}

.social-media a.facebook {
    background-position: 0 -340px;
}

.social-media a.instagram {
    background-position: -100px -340px;
}

.bg1 {
    background-color: #ededed;
}

.bg2 {
    background-color: #969696;
}

.bg3 {
    background-color: #505050;
}

.bg4 {
    background-color: #287bc0;
}

.bg2, .bg2 a:not(.button), .bg2 h1, .bg2 .t1, .bg2 h2, .bg2 .t2, .bg2 h3, .bg2 .t3, .bg2 h4, .bg2 .t4, .bg3, .bg3 a:not(.button), .bg3 h1, .bg3 .t1, .bg3 h2, .bg3 .t2, .bg3 h3, .bg3 .t3, .bg3 h4, .bg3 .t4, .bg4, .bg4 a, .bg4 h1, .bg4 .t1, .bg4 h2, .bg4 .t2, .bg4 h3, .bg4 .t3, .bg4 h4, .bg4 .t4 {
    color: #ffffff;
}

.fullWidth {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .fullWidth {
    display: block;
}

.emptyTemplate > .fullWidth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.emptyTemplate .fullWidth.weatherPopup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.widthWrapper, .contentWrapper, .showHeaderSlider .headerSlider, .fullWidth .boxLayout, .sc-header, .ListOverviewSite .listContainer {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}

.fullWidth .contentWrapper .boxLayout {
    width: 100%;
}

.home .showHeaderSlider .headerSlider {
    width: 100%;
    max-width: 100%;
}

.contentWrapper, .sc-header, .ListOverviewSite .listContainer {
    max-width: 1000px;
}

.padding-top-xl {
    padding-top: 100px;
}

.padding-top-l {
    padding-top: 75px;
}

.padding-top-m {
    padding-top: 60px;
}

.padding-top-s, .listBox .txtLinkWrapper {
    padding-top: 45px;
}

.padding-top-xs {
    padding-top: 30px;
}

.padding-top-xxs {
    padding-top: 15px;
}

.padding-bottom-xl {
    padding-bottom: 100px;
}

.padding-bottom-l, .no-quickrequest .seoBoxesWrapper {
    padding-bottom: 75px;
}

.padding-bottom-m {
    padding-bottom: 60px;
}

.padding-bottom-s {
    padding-bottom: 45px;
}

.padding-bottom-xs, .listBox .txtLinkWrapper {
    padding-bottom: 30px;
}

.padding-bottom-xxs {
    padding-bottom: 15px;
}

.margin-top-xl {
    margin-top: 100px;
}

.margin-top-l {
    margin-top: 75px;
}

.margin-top-m {
    margin-top: 60px;
}

.margin-top-s {
    margin-top: 45px;
}

.margin-top-xs, .widthWrapper > .boxLayout .box.imageBox, .showHeaderSlider .sc-masterContainer, .fullWidth .boxLayout .box.textBox, .fullWidth.change-order .boxLayout .box.imageBox, .fullWidth.change-order .boxLayout .box.slideshowBox, [data-accordion] [data-content] h3, .courseTabs [data-accordion-group] {
    margin-top: 30px;
}

.courseInfoContainer .deeperInfo div[data-accordion-group] [data-control] {
    text-transform: capitalize;
}

.courseInfoContainer .deeperInfo .rowWrapper {
    margin: 0;
}

.courseInfoContainer .deeperInfo div[data-accordion-group] {
    margin: 0px 0 45px;
}

.margin-top-xxs, [data-accordion-group] {
    margin-top: 15px;
}

.margin-bottom-xl {
    margin-bottom: 100px;
}

.margin-bottom-l, .ListOverviewSite .listContainer article, .roomSite .room {
    margin-bottom: 75px;
}

.margin-bottom-m {
    margin-bottom: 60px;
}

.margin-bottom-s {
    margin-bottom: 45px;
}

.margin-bottom-xs, h2, .home .sc-header h1, .single h1, .noH2 h1, .error404 h1 {
    margin-bottom: 20px;
}

.margin-bottom-xxs, h3, .t3, h4, .t4, .tabs, .SiMenu .copyToMobileMenu a.phone [data-control] {
    margin-bottom: 15px;
}

.widthWrapper img, .contentWrapper img {
    max-width: 100%;
    height: auto;
}

.fullWidth .boxLayout h4 br, .fullWidth .boxLayout .t4 br, .widthWrapper > .boxLayout h4 br, .widthWrapper > .boxLayout .t4 br {
    display: none;
}

.fullWidth .boxLayout h4, .fullWidth .boxLayout .t4, .widthWrapper > .boxLayout h4, .widthWrapper > .boxLayout .t4, .txtLink {
    font-size: 19px;
    text-align: left;
    letter-spacing: 2.4px;
}

.fullWidth .boxLayout .txtLink, .widthWrapper > .boxLayout .txtLink {
    margin-bottom: 25px;
    display: inline-block;
}

.fullWidth .boxLayout .box, .widthWrapper > .boxLayout .box {
    position: relative;
    width: 100%;
}

.fullWidth .boxLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fullWidth .boxLayout .box.textBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.fullWidth.overview-leftRight-desktop .boxLayout .box.textBox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
    margin-bottom: 30px;
}

.fullWidth.change-order .boxLayout .box.imageBox, .fullWidth.change-order .boxLayout .box.slideshowBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.fullWidth.change-order .boxLayout .box.textBox {
    margin-top: 0;
}

.boxLayout.full .textBox {
    margin: 35px;
}

.smallerImg {
    position: relative;
}

.imageCaption {
    text-align: center;
    background: #287bc0;
    color: #fff;
    position: absolute;
    padding: 15px 20px;
    top: 8%;
    z-index: 5;
    font-size: 90%;
}

.slick-slider .imageCaption {
    left: -350px;
    -webkit-transition: left .75s ease-in-out;
    -o-transition: left .75s ease-in-out;
    transition: left .75s ease-in-out;
}

.slick-slider .slick-current .imageCaption {
    left: 0;
}

.smallerImg .imageCaption {
    right: 0;
}

.imageCaption small {
    text-transform: uppercase;
    font-size: 0.5em;
    letter-spacing: 2.5px;
    display: block;
}

.imageCaption b {
    font-size: 1.5rem;
    line-height: 1;
}

.partner a {
    background-image: url(/wp-content/graphics/partners.png);
    display: inline-block;
    background-repeat: no-repeat;
    text-decoration: none;
    margin: 10px 15px;
    height: 80px;
    width: 208px;
    background-size: 500px 1000px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partner .fireservice {
    background-position: -5px -103px;
}

.partner .graber-partner {
    background-position: 0 -194px;
    width: 178px;
    height: 83px;
}

.partner .kron-safety {
    background-position: 0 -313.5px;
    width: 145px;
}

.partner .lvh-apa {
    background-position: -253px -3.5px;
    width: 157px;
}

.partner .steger {
    background-position: -243px -313.5px;
    width: 230px;
}

.partner .provisus {
    background-position: -254px -114.5px;
    width: 211px;
    height: 82px;
}

.partner .sollevatec {
    background-position: -251px -217px;
}

.partner .igmars-erste-hilfe {
    background-position: 2.5px -416.5px;
}

.partner br {
    display: none;
}

.slick-arrow {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(80, 80, 80, 0.5));
    filter: drop-shadow(1px 1px 2px rgba(80, 80, 80, 0.5));
}

.slick-disabled {
    opacity: .25;
}

.slick-arrow:hover {
    border-color: #287bc0 !important;
}

.partnerSlider .slick-arrow {
    border-color: #505050;
    -webkit-filter: none;
    filter: none;
}

.partnerSlider .slick-arrow.slick-prev {
    left: -5px;
}

.partnerSlider .slick-arrow.slick-next {
    right: -5px;
}

.slick-next.slick-arrow {
    right: 5%;
    left: auto;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

button.slick-arrow {
    font-size: 0;
}

ul.slick-dots {
    position: absolute;
    bottom: calc(-3% - 20px);
    padding: 0;
    margin: 0;
    line-height: 0;
    width: 100%;
    text-align: center
}

ul.slick-dots li {
    display: inline-block;
    margin-bottom: 0
}

ul.slick-dots li button {
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 50%;
    border: 3px solid #ffffff;
    font-size: 0;
    margin: 4px 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.8);
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.8);
    cursor: pointer;
    padding: 0
}

.slick-dots li.slick-active button {
    background: #fff
}

.slick-arrow:focus, ul.slick-dots li button:focus {
    outline: 0
}

/* Accordion Styles */
[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    border-bottom: 1.5px solid #505050;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}

[data-accordion] [data-content] h3 {
    margin-top: 45px;
    margin-bottom: 10px;
}

[data-accordion] [data-content] h3:first-child {
    margin-top: 0;
}

[data-accordion] > [data-control]:after, .courseInfoContainer .deeperInfo .rowWrapper .row:nth-child(even):before {
    content: "";
    position: absolute;
    right: 5px;
    top: 3px;
    top: calc(50% - 14px);
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 18px;
    width: 18px;
    background: url(/wp-content/graphics/vectors_sprites.svg) center center no-repeat;
    background-position: -120px 0;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.bg2 [data-accordion] > [data-control]:after {
    background-color: #969696;
}

.bg3 [data-accordion] > [data-control]:after {
    background-color: #505050;
}

[data-accordion].open > [data-control]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.accordion.open {
    margin-bottom: 45px;
}

/* Accordion Styles END */
.SiTable table {
    border: 0;
    border-collapse: collapse;
    line-height: 1.3;
    background: #fff;
    width: 100%;
}

.SiTable td {
    padding: 7px;
    border: 1px solid #505050;
}

.SiTable tr:nth-child(odd) {
    background: #f7f5f3
}

.SiTable table tr:nth-child(1) {
    background: #287bc0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.additionalPriceInformation {
    font-size: 85%;
    margin: 15px 0;
}

.highlights h3, .highlights .t3 {
    margin-bottom: 30px;
}

.highlights p, .highlights p:last-child {
    margin-top: 30px;
}

ul.highlights li {
    position: relative;
    list-style-type: none;
}

ul.highlights {
    padding: 0 22px 0 30px;
    margin: 0;
}

ul.highlights li:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 0px -500px;
    left: -30px;
    top: 9px;
}

.bg2 ul li:before, .bg3 ul li:before {
    background-position: -120px -500px;
}

.overview .bg1.last {
    padding-bottom: 0;
}

/* SEO Boxes */
.seoBoxesWrapper .box {
    position: relative;
    cursor: pointer;
}

.seoBoxesWrapper .box img {
    display: block;
    width: 100%;
    height: auto !important;
}

.seoBoxesWrapper .box:after {
    content: " ";
    width: 100%;
    height: 40%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(bottom, #3b3b3b 0, transparent 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3b3b3b), to(transparent));
    background: linear-gradient(to top, #3b3b3b 0, transparent 100%);
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}

.seoBoxesWrapper .box:hover:after {
    height: 100%;
    background: rgb(216, 163, 38);
    background: rgba(216, 163, 38, 0.80);
}

.seoBoxesWrapper .box .t4 {
    position: absolute;
    bottom: 15%;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.seoBoxesWrapper .box .t4 a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
}

.seoBoxesWrapper .box .t4 a span {
    display: block;
}

.seoBoxesWrapper .box .t4:before {
    content: " ";
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    width: 66px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: -259px -99px;
    border: 0;
    text-align: left;
    clear: both;
    margin-bottom: 10px;
    display: block;
    margin-left: calc(50% - 33px);
}

.seoBoxesWrapper .box:nth-child(2) {
    margin: 5% 0;
}

/* Rotating ListBox */
.listBox {
    padding-left: 5%;
    padding-right: 5%;
}

.listBox article {
    background: #505050;
    padding-bottom: 8%;
}

.listBox article .txtWrapper {
    padding: 8% 8% 0 8%;
}

.listBox article .imageWrapper {
    background: #fff;
    height: 40vh;
}

.listBox article .imageWrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
}

.listBox .rotatingListbox h2 {
    visibility: hidden;
    height: 0;
}

.listBox article .sc-readmore {
    text-align: center;
}

.listBox article .sc-readmore a, .sc-readmore a {
    background: #969696;
    color: #505050;
    margin-top: 22px;
}

.sc-readmore a {
    background: #505050;
    color: #ffffff;
}

.listBox article .txtWrapper * {
    color: #ffffff;
    text-align: center;
}

.listBox .txtLinkWrapper {
    text-align: center;
    margin-top: 35px;
}

.listBox .txtLinkWrapper a.txtLink {
    color: #505050;
    border-color: #505050;
}

.rotatingListbox button.slick-arrow {
    top: inherit;
    bottom: -53px;
    left: calc(50% - 35px);
    background: #505050;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 30px;
    width: 30px;
    border: none;
}

.rotatingListbox button.slick-next {
    left: inherit;
    right: calc(50% - 35px);
}

.rotatingListbox button.slick-arrow:after {
    content: " ";
    position: absolute;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    z-index: 1;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 10px;
    left: 12px;
}

.rotatingListbox button.slick-next.slick-arrow:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 8px;
}

/*Offerlist Site*/
.ListOverviewSite .listContainer {
    background: transparent;
}

.ListOverviewSite .listContainer article {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.ListOverviewSite .listContainer article .sc-header {
    max-width: 100%;
    margin: 0;
    width: 100%;
}

.ListOverviewSite .listContainer article .sc-header h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    color: #505050;
    margin: 0;
}

.ListOverviewSite .listContainer article .imageWrapper {
    margin: 12px 0;
}

.single .offertextBox .t3 {
    margin-bottom: 0;
    margin-top: 35px;
}

.single .offertextBox .t3:first-of-type {
    margin-top: 0;
}

.single .sc-returnLink {
    margin: 35px 5% 35px 5%;
}

.single .sc-returnLink {
    height: 0px;
    visibility: hidden;
}

.furtherListDetailContent > div {
    padding: 0;
    margin: 0;
    background: transparent;
}

/*----SiTabs start----*/
.tabs [data-control] button {
    border: 0;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    padding: 5px 20px 5px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 90%;
}

.tabs [data-control] button:nth-child(1) {
    margin-left: 0;
}

.tabs [data-control] button:focus {
    outline: none;
}

.tabs button:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border: 2px solid #969696;
    background-color: #969696;
    z-index: 1;
    margin-left: 0;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.bg2 .tabs button:before {
    border-color: #ffffff;
    background-color: transparent;
}

.tabs button:after {
    z-index: 4;
    background-image: url(/wp-content/graphics/check-solid.svg);
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    left: 5px;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tabs button.active:before, .tabs button.active:hover:before {
    background-color: #287bc0;
    border: 2px solid #287bc0;
}

.tabs button:hover:before {
    background-color: #969696;
    border-color: #969696;
}

.tabs [data-control] button i.fa.fa-check {
    position: absolute;
    left: 6px;
    color: #fff;
    display: inline-block;
    top: 5px;
}

.scrollableAreaWrapper {
    position: relative;
}

.scrollableAreaWrapper:before {
    width: 25px;
    height: 19px;
    display: inline-block;
    float: left;
    content: " ";
    background-image: URL("/wp-content/graphics/scroll-left-right.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    opacity: .4;
    right: 0;
    top: 14px;
    position: absolute;
    z-index: 11;
}

.roomWrapper .scrollableAreaWrapper:before {
    top: inherit;
    bottom: 15px;
}

.scrollableAreaWrapper:after {
    content: " ";
    width: 50px;
    height: 100%;
    background: -o-linear-gradient(left, rgba(214, 195, 168, 0) 0, rgba(247, 245, 242, 0) 1%, rgba(247, 245, 242, 0.55) 73%, #ffffff 74%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(214, 195, 168, 0)), color-stop(1%, rgba(247, 245, 242, 0)), color-stop(73%, rgba(247, 245, 242, 0.55)), color-stop(74%, #ffffff));
    background: linear-gradient(to right, rgba(214, 195, 168, 0) 0, rgba(247, 245, 242, 0) 1%, rgba(247, 245, 242, 0.55) 73%, #ffffff 74%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.bg2 .scrollableAreaWrapper:after {
    background: -o-linear-gradient(left, rgba(206, 196, 188, 0) 0, rgba(206, 196, 188, 0.02) 1%, rgba(206, 196, 188, 0.80) 73%, #969696 74%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(206, 196, 188, 0)), color-stop(1%, rgba(206, 196, 188, 0.02)), color-stop(73%, rgba(206, 196, 188, 0.80)), color-stop(74%, #969696));
    background: linear-gradient(to right, rgba(206, 196, 188, 0) 0, rgba(206, 196, 188, 0.02) 1%, rgba(206, 196, 188, 0.80) 73%, #969696 74%);
}

.scrollableArea {
    overflow-x: auto !important;
    white-space: nowrap;
    z-index: 2;
    width: 100%;
    padding: 12px 0;
    position: relative;
}

.roomSite .room:last-child {
    margin-bottom: 0;
}

/* Quickrequest Styles and SiInquiryForm additional Styles */
.sc-quickInquiry .sc-quickformSubmit button {
    font-size: 17px;
    line-height: 1.5;
}

/*References Quote*/
.references .imageWrapper img {
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-shadow: 2px 2px 5px 0 #505050;
    box-shadow: 2px 2px 5px 0 #505050;
    height: 100%;
    object-fit: cover;
}

.references .imageWrapper {
    aspect-ratio: 1/1;
    height: 125px;
    margin: 0 auto;
}

.references article {
    text-align: center;
}

.references article ul {
    text-align: left;
}

.references .boxLayout {
    width: 100%;
    gap: 10px;
    margin-bottom: 35px;
}

.references .txtWrapper .quoteAuthor, .references .txtWrapper .quote {
    font-style: italic;
    position: relative;
    display: inline-block;
    margin: 0 0 25px;
}

.references .txtWrapper .quoteAuthor:before, .references .txtWrapper .quoteAuthor:after {
    content: "";
    width: 15px;
    height: 1.4px;
    position: absolute;
    left: -25px;
    top: 12px;
    background-position: -780px -638px;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
}

.references .txtWrapper .quoteAuthor:after {
    left: unset;
    right: -25px;
}

.references .txtWrapper .quote:before, .references .txtWrapper .quote:after {
    content: "";
    width: 45px;
    height: 36.15px;
    position: absolute;
    left: 0px;
    top: -7px;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-position: -675px -750px;
    background-repeat: no-repeat;
    background-size: 1500px 1500px;
    opacity: .15;
}

.references .txtWrapper .quote {
    font-style: unset;
}

.references .txtWrapper .quote:after {
    left: unset;
    right: 7px;
    bottom: 0px;
    top: unset;
}

@media (min-width: 994px) {
    .sc-quickInquiry .sc-quickformSubmit button {
        font-size: 20px;
    }
}

.sc-quickInquiry .sc-quickformSubmit {
    padding: 0;
    margin-top: 45px;
}

.sc-quickInquiry label:focus, .sc-quickInquiry label:hover, .sc-quickInquiry > div.active {
    background: #efece8;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #287bc0;
    border-color: #287bc0;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    background: #efece8;
    border-color: #efece8;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #505050;
}

.no-quickrequest .quickrequest {
    display: none;
}

.quickrequest .t2 {
    margin-bottom: 30px;
}

.sc-quickInquiry > div label {
    position: relative;
    color: #505050;
    letter-spacing: 0;
}

.sc-quickInquiry label input {
    background: 0;
    font-size: 20px;
    margin-top: 0;
    padding-left: 20px;
}

.sc-quickInquiry > div label:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: -59px -166px;
    left: calc(50% - 30px);
    bottom: 33px;
    z-index: 5;
    display: inline-block;
}

.sc-quickInquiry > div.sc-quickformArrival label:before, .sc-quickInquiry > div.sc-quickformDeparture label:before {
    background-position: 0 -170px;
    width: 20px;
    left: calc(50% - 70px);
}

body.emptyTemplate {
    background-color: #fff;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    padding: 10% 7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

/*ListOverviewSite Styles */
.boxLayout.listContainer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

.boxLayout.listContainer article {
    position: relative;
    margin-bottom: 75px;
    cursor: pointer;
}

.boxLayout.listContainer article:last-child {
    margin-bottom: 0;
}

/*Room Site*/
.roomBox {
    display: block;
}

.lightcase-icon-close:before {
    text-shadow: 1px 1px 1px #333;
}

ul.slick-dots li button {
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #505050;
    font-size: 0;
    margin: 0 2px;
    cursor: pointer;
    padding: 0;
    opacity: .1;
    position: relative;
}

.slick-dots li.slick-active button {
    opacity: 1;
    border-color: #fff;
    border-width: 0;
    background-color: #287bc0;
}

.animatedDots .slick-dots li button:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 4.5px;
    top: 4.5px;
    border-radius: 50%;
    border-width: 2px;
}

.bg1.animatedDots .slick-dots li button:after {
    background-color: #ffffff;
}

.animatedDots .slick-dots li.slick-active button {
    background-color: #eeeeee;
    background-image: conic-gradient(#287bc0 var(--opacity), #287bc0 0deg, rgba(255, 255, 255, var(--opacity)), transparent 0deg, transparent 0deg);
    will-change: transform, background-image;
    -webkit-animation: dotAnimation 4.2s cubic-bezier(0.39, 0.58, 0.57, 1) forwards;
    animation: dotAnimation 4.2s cubic-bezier(0.39, 0.58, 0.57, 1) forwards;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonials.animatedDots .slick-dots li.slick-active button {
    -webkit-animation: dotAnimation 8.2s cubic-bezier(0.39, 0.58, 0.57, 1) forwards;
    animation: dotAnimation 8.2s cubic-bezier(0.39, 0.58, 0.57, 1) forwards;
}

/*---------- Dot Animation for Firefox, Safari & IE -----------*/
/*Firefox*/
@-moz-document url-prefix() {
    .animatedDots .slick-dots li.slick-active button {
        background-image: radial-gradient(#287bc0, rgba(40, 123, 192, .15));
    }
}

/*Safari*/
_::-webkit-full-page-media, _:future, :root .animatedDots .slick-dots li.slick-active button {
    background-image: radial-gradient(#287bc0, rgba(40, 123, 192, .15));
    border: .5px solid transparent;
}

/*IE11*/
_:-ms-fullscreen, :root .animatedDots .slick-dots li.slick-active button {
    background-image: radial-gradient(#287bc0, rgba(40, 123, 192, .15));
}

/*---------- END ----------*/
@-webkit-keyframes dotAnimation {
    0% {
        --opacity: 0%;
    }

    100% {
        --opacity: 100%;
    }
}

@keyframes dotAnimation {
    0% {
        --opacity: 0%;
    }

    100% {
        --opacity: 100%;
    }
}

@property --opacity {
    syntax: '<percentage>';
    initial-value: 0%;
    inherits: false;
}

/*Anchor Menu*/
.anchorMenuWrapper {
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
    width: calc(100% - 30px);
    max-width: unset;
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 25;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 15px;
}

.tabs [data-control] {
    padding: 0 35px 0 0;
    margin: 15px auto 50px;
    position: unset;
    text-align: left;
    white-space: normal;
    position: relative;
    z-index: 0;
}

.tabs [data-control] button {
    text-align: left;
}

.scrolled .anchorMenuWrapper {
    top: 45px;
}

.anchorMenuWrapper a {
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    opacity: .6;
    margin-right: 40px;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.anchorMenuWrapper a:hover {
    opacity: .9;
}

.anchorMenuWrapper a.sianchorActive {
    opacity: 1;
    border-color: #fff;
    color: #fff;
}

.anchorMenuWrapper a:last-child {
    margin-right: 0;
}

.showAnchorSubMenu .sc-masterContainer {
    margin-top: 80px;
}

/*END*/
.buttonWrapper .button {
    margin: 15px 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

/*Course*/
.courseInfoContainer .deeperInfo .rowWrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 180px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
    margin: 15px 0 25px;
}

.courseInfoContainer .deeperInfo {
    padding: 30px 20px;
}

.courseInfoContainer .deeperInfo:nth-child(even) {
    border-bottom: 3px solid rgb(80 80 80 / 40%);
    border-top: 3px solid rgb(80 80 80 / 40%);
}

.courseInfoContainer .basicInfo {
    margin: 0px 0;
    background: #287bc0;
    color: #fff;
    padding: 15px 15px 5px 15px;
}

.courseInfoContainer .basicInfo div:nth-child(even) {
    margin: 15px 0;
}

.courseInfoContainer .deeperInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.courseInfoContainer .deeperInfo a {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.courseInfoContainer .high {
    color: green;
}

.courseInfoContainer .medium {
    color: #dd9c09;
}

.courseInfoContainer .low {
    color: #c50000;
}

.courseInfoContainer .waitList {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.courseInfoContainer .button.soldOut {
    pointer-events: none;
    opacity: .3;
}

.noCourseData #eassistant #be-booking {
    position: relative;
}

.noCourseData :not(.newsletterForm) #eassistant #be-booking:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #c50000;
    opacity: .6;
    position: absolute;
    z-index: 5;
    left: -15px;
    top: 0;
    padding: 0 15px;
}

.noCourseData #eassistant #be-booking:after {
    content: "Bitte wählen Sie einen Kurs aus!";
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 15;
    font-size: 30px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center;
    color: #fff;
}

.noCourseData .newsletterForm #eassistant #be-booking:before, .noCourseData .newsletterForm #eassistant #be-booking:after {
    display: none;
}

.courseRegistration .tabs {
    width: 90%;
    margin: 0 auto;
}

.courseRegistration .tabs [data-control] {
    margin-bottom: 0;
    padding: 0 35px;
}

.courseRegistration .tabs > [data-content] {
    padding-top: 25px;
}

.courseRegistration .slick-arrow {
    border-width: 4px;
    -webkit-filter: none;
    filter: none;
    border-color: #287bc0;
}

.courseRegistration .courseTabs .slick-arrow:after {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent;
    position: absolute;
    top: -12px;
    left: -12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.courseRegistration .slick-arrow.slick-next {
    right: 0;
}

.courseRegistration .slick-arrow.slick-prev {
    left: 0;
}

.courseRegistration .tabs [data-control] button {
    padding: 10px 15px;
    text-align: left;
    margin-bottom: 0;
    background: #287bc0;
    color: #fff;
    cursor: default;
}

.courseRegistration .tabs [data-control] button:after, .courseRegistration .tabs [data-control] button:before {
    display: none;
}

.courseRegistration [data-content] h4 {
    text-align: center;
}

.courseRegistration .tabs [data-control] span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: row-reverse;
}

.courseRegistration .tabs [data-control] span:after {
    display: inline;
    height: 45px;
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
}

.courseInfoContainer .deeperInfo.waitListActive .title {
    display: none;
}

.courseRegistration .tabs [data-control] [data-type] span:after {
    background-repeat: no-repeat;
    background-size: contain;
}

.courseRegistration .tabs [data-control] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Vorgesetzte.svg);
}

.courseRegistration .tabs [data-control] [data-type='arbeitnehmer'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Arbeitnehmer.svg);
}

.courseRegistration .tabs [data-control] [data-type='fuehrungskraefte'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Führungskräfte.svg);
}

.courseRegistration .tabs [data-control] [data-type='arbeitgeber'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Arbeitgeber.svg);
}

.courseRegistration .tabs [data-control] [data-type='sicherheitssprecher'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Arbeitgeber.svg);
}

.courseRegistration .tabs [data-control] [data-type='brandschutz'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Brandschutz.svg);
}

.courseRegistration .tabs [data-control] [data-type='erste-hilfe'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_erste_hilfe.svg);
}

.courseRegistration .tabs [data-control] [data-type='psa'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_psa.svg);
}

.courseRegistration .tabs [data-control] [data-type='beengte-verseuchungsgefaehrdete-bereiche'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Beengte_verseuchungsgefährdete_bereiche.svg);
}

.courseRegistration .tabs [data-control] [data-type='geruestbau'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Gerüstbau.svg);
}

.courseRegistration .tabs [data-control] [data-type='fahrgerueste'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Fahrgerüste.svg);
}

.courseRegistration .tabs [data-control] [data-type='turmdrehkran'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Turmdrehkran.svg);
}

.courseRegistration .tabs [data-control] [data-type='ladekran'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Ladekran.svg);
}

.courseRegistration .tabs [data-control] [data-type='erdbewegungsmaschinen'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Erdbewegungsmaschinen.svg);
}

.courseRegistration .tabs [data-control] [data-type='flurfoerderfahrzeuge'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Stapler.svg);
}

.courseRegistration .tabs [data-control] [data-type='hebebuehnen'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_Hebebühnen.svg);
}

.courseRegistration .tabs [data-control] [data-type='hallenkran'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_industriekran.svg);
}

.courseRegistration .tabs [data-control] [data-type='elektrische-arbeiten'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_PAV-PES-PEI-elektrische-arbeiten.svg);
}

.courseRegistration .tabs [data-control] [data-type='arbeitgeber-ldas'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Arbeitssicherheit-LDAS.svg);
}

.courseRegistration .tabs [data-control] [data-type='sicherheitssprecher'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Sicherheitssprecher.svg);
}

.courseRegistration .tabs [data-control] [data-type='wartung-trafokabinen'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Wartung-Trafokabine.svg);
}

.courseRegistration .tabs [data-control] [data-type='diisocyanate'] span:after {
    background-image: url(/wp-content/graphics/kurs_icons/negative/Icons_Kurskalender_bauschaum.svg);
}

ul.courseIcons {
    list-style-type: none;
    padding-left: 0;
}

ul.courseIcons li {
    padding-left: 65px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    max-height: 50px;
    margin-bottom: 20px;
    line-height: 1;
    box-sizing: border-box;
}

ul.courseIcons > li {
    text-decoration: underline;
    cursor: pointer;
}

ul.courseIcons li:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.courseIcons li:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Arbeitgeber.svg);
}

ul.courseIcons li.sicherheitssprecher:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Arbeitgeber.svg);
}

ul.courseIcons li.arbeitnehmer:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Arbeitnehmer.svg);
}

ul.courseIcons li.fuehrungskraefte:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Führungskräfte.svg);
}

ul.courseIcons li.vorgesetzte:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Vorgesetzte.svg);
}

ul.courseIcons li.beengt-verseuchung:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Beengte_verseuchungsgefährdete_bereiche.svg);
}

ul.courseIcons li.brandschutz:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Brandschutz.svg);
}

ul.courseIcons li.erdbewegungsmaschinen:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Erdbewegungsmaschinen.svg);
}

ul.courseIcons li.erste-hilfe:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_erste_hilfe.svg);
}

ul.courseIcons li.fahrbare-hebebuehnen:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Hebebühnen.svg);
}

ul.courseIcons li.fahrgerueste:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Fahrgerüste.svg);
}

ul.courseIcons li.geruestbau:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Gerüstbau.svg);
}

ul.courseIcons li.lkw-ladekran:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Ladekran.svg);
}

ul.courseIcons li.psa:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_psa.svg);
}

ul.courseIcons li.stapler:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Stapler.svg);
}

ul.courseIcons li.turmdrehkran:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_Turmdrehkran.svg);
}

ul.courseIcons li.industriekran-hallenkran:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_industriekran.svg);
}

ul.courseIcons li.pav-pes-pei-elektrische-arbeiten:before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_PAV-PES-PEI-elektrische-arbeiten-19.svg);
}

ul.courseIcons li.arbeitgeber-ldas::before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Arbeitssicherheit-LDAS.svg);
}

ul.courseIcons li.diisocyanate::before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Kurskalender_bauschaum.svg);
}

ul.courseIcons li.sicherheitssprecher::before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Sicherheitssprecher.svg);
}

ul.courseIcons li.wartung-trafokabinen::before {
    background-image: url(/wp-content/graphics/kurs_icons/Icons_Wartung-Trafokabine.svg);
}

/*END*/
.app-stores .imageBox img {
    max-width: 90px;
    border-radius: 15px;
}

.appStore-Icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.app-stores .imageBox img {
    max-width: 90px;
    border-radius: 15px;
}

.appStore-Icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.appStore-Icons .badges {
    width: 150px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.appStore-Icons .badges:hover {
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    opacity: .8;
}

.appStore-Icons .badges.appStore {
    background-image: url(/wp-content/graphics/app-store-badges/app-store.svg);
}

.appStore-Icons .badges.googlePlay {
    background-image: url(/wp-content/graphics/app-store-badges/google-play-badge.png);
}

.specialLayout .SiMenuDesktop .sc-menu li.logo_menu {
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    padding-top: 25px;
}

.specialLayout .SiMenuDesktop .sc-menu li, .specialLayout .resMenu {
    display: none;
}

.specialLayout .resMenu {
    display: none;
}

.specialLayout header .MainLogo {
    margin-top: 20px;
}

.courseInfoContainer .deeperInfo .rowWrapper .row:nth-child(even) {
    position: relative;
    margin-left: 10px;
}

.courseInfoContainer .deeperInfo .rowWrapper .row:nth-child(even):before {
    left: -34px;
}

/* Infobanner */
.showHeaderSlider .infoBanner {
    border-right: 0;
    position: absolute;
    z-index: 10;
    padding: 15px;
    max-width: fit-content;
    line-height: 1.1;
    transition: all .5s ease-in-out;
    max-height: fit-content;
    bottom: 25%;
    min-width: 240px;
    left: 50%;
    transform: translate(-50%);
    display: none;
}

.showHeaderSlider .infoBanner h4 {
    margin-bottom: 10px;
}

.showHeaderSlider .infoBanner:before, .showHeaderSlider .infoBanner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #505050;
    top: -15px;
    left: -15px;
    z-index: -3;
}

.showHeaderSlider .infoBanner:after {
    background-color: #287bc0;
    top: 0;
    left: 0;
}

/* ------------------- @Media Start ------------------- */
@media (min-width: 530px) {
    .scrollableAreaWrapper:after, .scrollableAreaWrapper:before {
        display: none;
    }
}

@media (min-width: 600px) {
    .column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        text-align: left;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }

    .highlights p, .highlights h3, .highlights .t3 {
        text-align: center;
    }

    ul.courseIcons li {
        overflow: overlay;
    }

    .partner a {
        margin: 0.1% 0.25% 0.2%;
    }
}

@media (min-width: 700px) {
    .center, h1, .t1, .breadcrumb {
        text-align: center;
    }

    span.center {
        display: block;
    }

    .introLeft h1, .introLeft .breadcrumb {
        text-align: left;
    }

    .widthWrapper > .boxLayout .box, .fullWidth .boxLayout .box {
        width: 50%;
    }

    .widthWrapper > .boxLayout .box {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        /* margin-right: 10%;*/
    }

    .overview .widthWrapper > .boxLayout .box.imageBox {
        margin-right: 0;
    }

    .overview .sc-masterContainer .overview-leftRight-desktop {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .overview .sc-masterContainer .fullWidth.overview-leftRight-desktop > .boxLayout .box.textBox {
        width: 50%;
    }

    .widthWrapper > .boxLayout .box.textBox {
        margin-left: 10%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .widthWrapper > .boxLayout .box.textBox {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .fullWidth .boxLayout .box.textBox {
        padding: 0 10%;
        width: 30%;
    }

    .fullWidth .boxLayout .box.textBox {
        margin-top: 0;
    }

    .fullWidth .boxLayout h4, .fullWidth .boxLayout .t4, .widthWrapper > .boxLayout h4, .widthWrapper > .boxLayout .t4, .txtLink, .returnLinkWrapper a {
        font-size: 24px;
        letter-spacing: 2.4px;
    }

    .fullWidth .boxLayout .box.imageBox h4 {
        text-align: right;
    }

    .fullWidth .boxLayout .box.textBox h4 {
        text-align: left;
    }

    .fullWidth .boxLayout h4 br, .fullWidth .boxLayout .t4 br, .widthWrapper > .boxLayout h4 br, .widthWrapper > .boxLayout .t4 br {
        display: block;
    }

    .fullWidth .boxLayout .txtLink, .widthWrapper > .boxLayout .txtLink {
        margin-bottom: inherit;
    }

    .fullWidth .boxLayout .box, .widthWrapper > .boxLayout .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .fullWidth.overview-leftRight-desktop .boxLayout .box.textBox {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .fullWidth .boxLayout .box .change-order, .widthWrapper > .boxLayout .box .change-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 50px;
    }

    .fullWidth.change-order .boxLayout .box.slideshowBox, .fullWidth.change-order .boxLayout .box.imageBox {
        margin-top: 0;
    }

    .showHeaderSlider .widthWrapper > .boxLayout {
        margin-top: 60px;
    }

    .roomSite .fullWidth.roomBox .room:nth-child(even) .slideshowBox {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .seoBoxesWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .seoBoxesWrapper .box {
        width: 30%;
    }

    .seoBoxesWrapper .box:nth-child(2) {
        margin: 0;
    }

    .listBox article {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .listBox article .imageWrapper {
        padding-bottom: 0;
    }

    .listBox article .txtWrapper {
        padding: 0;
    }

    .listBox article .txtWrapper * {
        color: #505050;
        text-align: left;
    }

    .listBox article .txtWrapper, .listBox article .imageWrapper {
        width: 43%;
    }

    .listBox article {
        background: transparent;
        padding-bottom: 0;
    }

    .imageWrapper {
        margin-right: 5%;
    }

    .ListOverviewSite .listContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 90%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .ListOverviewSite .listContainer article {
        width: 48%;
    }

    .listBox article .sc-readmore a {
        background: #505050;
        color: #ffffff;
    }

    .listBox article .sc-readmore a:hover {
        background: #969696;
        color: #505050;
    }

    /*Course calendar*/
    .courseInfoContainer .basicInfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px 25px;
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .courseInfoContainer .basicInfo .price {
        text-align: right;
    }

    .courseInfoContainer .basicInfo {
        margin: 0px 0;
    }

    .courseInfoContainer .deeperInfo .rowWrapper .row:nth-child(even) {
        margin: 25px 0;
        padding-top: 25px;
    }

    .courseInfoContainer .deeperInfo .rowWrapper .row:nth-child(even):before {
        top: -9px;
        left: 0;
    }

    .courseInfoContainer .deeperInfo .rowWrapper {
        display: block;
    }

    /*END*/
    .app-stores .boxLayout .box {
        width: 50% !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 !important;
    }

    .app-stores .imageBox img {
        max-width: 150px;
    }

    .courseRegistration .slick-arrow.slick-next {
        right: -16px;
    }

    .courseRegistration .slick-arrow.slick-prev {
        left: -16px;
    }
}

@media (min-width: 800px) {
    body.emptyTemplate {
        padding: 5% 10%;
    }

    .emptyTemplate .noH2 h1 {
        font-size: 30px;
    }
}

@media (min-width: 994px) {
    .padding-top-xl {
        padding-top: 120px;
    }

    .padding-top-l {
        padding-top: 100px;
    }

    .padding-top-m {
        padding-top: 75px;
    }

    .padding-top-s, .sc-masterContainer {
        padding-top: 60px;
    }

    .padding-top-xs, .single h1 {
        padding-top: 45px;
    }

    .padding-top-xxs {
        padding-top: 30px;
    }

    .padding-bottom-xl {
        padding-bottom: 120px;
    }

    .padding-bottom-l, .no-quickrequest .seoBoxesWrapper {
        padding-bottom: 100px;
    }

    .padding-bottom-m {
        padding-bottom: 75px;
    }

    .padding-bottom-s {
        padding-bottom: 60px;
    }

    .padding-bottom-xs {
        padding-bottom: 45px;
    }

    .padding-bottom-xxs {
        padding-bottom: 30px;
    }

    .margin-top-xl {
        margin-top: 120px;
    }

    .margin-top-l, .widthWrapper > .boxLayout .box.imageBox {
        margin-top: 100px;
    }

    .margin-top-m {
        margin-top: 75px;
    }

    .margin-top-s {
        margin-top: 60px;
    }

    .margin-top-xs, [data-accordion] [data-content] h3 {
        margin-top: 45px;
    }

    .margin-top-xxs, [data-accordion-group] {
        margin-top: 30px;
    }

    .margin-bottom-xl {
        margin-bottom: 120px;
    }

    .margin-bottom-l, .ListOverviewSite .listContainer article, .home .sc-header h1, .roomSite .room {
        margin-bottom: 100px;
    }

    .margin-bottom-m {
        margin-bottom: 75px;
    }

    .margin-bottom-s {
        margin-bottom: 60px;
    }

    .margin-bottom-xs, h2, .single h1, .roomBox .roomWrapper {
        margin-bottom: 45px;
    }

    .margin-bottom-xxs, h3, .t3, h4, .t4, .tabs [data-control] {
        margin-bottom: 25px;
    }

    .footer address .contentWrapper.outerBox .t4 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    html, body, h1, .t1, .footer .webcam-weather a, .sc-quickInquiry > div label, .seoBoxesWrapper .box .t4 a {
        font-size: 20px;
    }

    [data-accordion] [data-control], .courseRegistration .tabs [data-control] span {
        font-size: 20px;
    }

    [data-accordion] > [data-control]:after {
        top: 5.25px;
    }

    h1 {
        text-align: center;
        margin-bottom: 25px;
    }

    h2, .t2, .single h1, .noH2 h1, .error404 h1 {
        font-size: 35px;
        letter-spacing: 3px;
    }

    .cls1, .error404 h1 {
        font-size: 50px;
    }

    h3, .t3 {
        font-size: 35px;
    }

    h4, .t4 {
        font-size: 27px;
    }

    .sc-masterContainer, .showHeaderSlider .sc-masterContainer, .home .sc-masterContainer {
        margin-top: 100px;
    }

    .showAnchorSubMenu .sc-masterContainer {
        margin-top: 160px;
    }

    .button, .sc-readmore a, .sc-readmore a {
        padding: 15px 25px;
    }

    .imageCaption {
        top: auto;
        bottom: 5%;
    }

    .imageCaption small {
        font-size: 0.6em;
    }

    .imageCaption b {
        font-size: 1.6rem;
    }

    .sc-language-selector {
        display: block;
        z-index: 12;
        top: 115px;
        right: 2%;
    }

    .scrolled .sc-language-selector, .home.scrolled .sc-language-selector {
        display: none;
    }

    .footer .contact br {
        display: none;
    }

    .newsletter .sc-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .newsletter input {
        padding: 10px 26px;
        margin-right: 10px;
        font-size: 20px;
        min-width: 400px;
        margin-top: 15px;
        width: 100%;
    }

    .slick-arrow {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        -webkit-filter: none;
        filter: none;
    }

    ul.slick-dots li button {
        width: 20px;
        height: 20px;
    }

    [data-sigallery] img:hover {
        cursor: pointer;
    }

    .SiMenuDesktop, .topBar {
        display: block;
    }

    .home .SiMenuDesktop {
        -webkit-transition: top .5s linear;
        -o-transition: top .5s linear;
        transition: top .5s linear;
    }

    /*.topBar, .home.scrolled .topBar {
        top: 15px;
        bottom: 25px;
    }*/
    .topBar {
        top: inherit;
        bottom: 25px;
        right: 0;
    }

    .scrolled .topBar {
        bottom: 0;
        -webkit-box-shadow: 0 0 12px 2px rgb(0 0 0 / 30%);
        box-shadow: 0 0 12px 2px rgb(0 0 0 / 30%);
    }

    .scrolled .topBar .button {
        font-size: 0;
    }

    .scrolled .topBar .button:hover {
        font-size: inherit;
    }

    .topBar a.button {
        display: block;
        text-align: center;
        padding: 65px 5px 5px;
        min-width: calc(180px - 50px);
        position: relative;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        background: #287bc0;
        color: #fff;
    }

    .topBar a.button:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        width: 40px;
        height: 40px;
        display: inline-block;
        background-image: url(/wp-content/graphics/vectors_sprites.svg);
        background-position: -422px -340px;
    }

    .topBar a.button.course:before {
        background-position: -418px -251px;
    }

    .home .SiMenuDesktop {
        background: transparent;
        top: 25px;
    }

    .SiMenuDesktop, .home.scrolled .SiMenuDesktop {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        height: 100px;
        -webkit-transition: all .25s ease-in;
        -o-transition: all .25s ease-in;
        transition: all .25s ease-in;
    }

    .scrolled .SiMenuDesktop, .inner:not(.showHeaderSlider) .SiMenuDesktop {
        -webkit-box-shadow: 0 0 12px 2px rgb(0 0 0 / 30%);
        box-shadow: 0 0 12px 2px rgb(0 0 0 / 30%);
    }

    .SiMenuDesktop li ul.active {
        -webkit-box-shadow: 0 4px 5px -2px rgb(0 0 0 / 30%);
        box-shadow: 0 4px 5px -2px rgb(0 0 0 / 30%);
    }

    .SiMenuDesktop .sc-menu li.logo_menu {
        display: inline-block;
        background-image: url(/wp-content/graphics/vectors_logo-sticky.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        font-size: 0;
        position: absolute;
        margin-left: 0;
        -webkit-transition: all .25s ease-in;
        -o-transition: all .25s ease-in;
        transition: all .25s ease-in;
        aspect-ratio: 57 / 20;
        width: 175px;
        top: 19.5px;
        left: 15px;
    }

    .SiMenuDesktop ul.sc-active {
        display: none;
    }

    .SiMenuDesktop .sc-menu li.logo_menu a {
        font-size: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

    .SiMenuDesktop .sc-menu li {
        display: inline-block;
        margin: 0 8px;
    }

    .SiMenuDesktop .sc-menu li:last-child {
        margin-right: 30px;
    }

    .SiMenuDesktop .sc-menu li ul li:last-child a {
        padding-bottom: 31px;
    }

    .SiMenuDesktop li.hasSubmenu.submenuActive {
        position: relative;
    }

    .SiMenuDesktop li ul.active {
        position: fixed;
        background: #ffffff;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
        padding: 0;
        top: 100px;
    }

    .sc-menu a {
        padding: 40.25px 0;
    }

    .resMenu, .home header .MainLogo {
        display: none;
    }

    .home .showHeaderSlider .headerSlider {
        margin-top: 0;
    }

    .home .showHeaderSlider .headerSlider:before {
        content: " ";
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(transparent));
        background: -o-linear-gradient(top, #ffffff 0, transparent 100%);
        background: linear-gradient(to bottom, #ffffff 0, transparent 100%);
        width: 100%;
        height: 50%;
        position: absolute;
        right: 0;
        z-index: 3;
    }

    .showHeaderSlider .headerSlider:after {
        content: " ";
        background: #969696;
        width: 100%;
        position: absolute;
        top: 0;
        height: 40%;
        left: 0;
        z-index: 1;
    }

    .home .showHeaderSlider .headerSlider:after {
        display: none;
    }

    .showHeaderSlider .headerSlider .sc-slideshow {
        z-index: 2;
        position: relative;
    }

    .home .showHeaderSlider .headerSlider, .home .showHeaderVideo .headerVideo {
        height: 100vh;
        height: calc(calc(var(--vh, 1vh) * 100));
        overflow: hidden;
    }

    /*.showHeaderSlider .headerSlider .sc-slideshow img {
    animation: zoomInOut 12s alternate-reverse ease-out infinite;
}

    .page:not(.home) .showHeaderSlider .headerSlider, .page:not(.home) .showHeaderSlider .headerSlider .sc-slideshow {
        height: calc(var(--vh, 1vh) * 80);
        overflow: hidden;
    }*/
    .page:not(.home) .showHeaderSlider .headerSlider {
        margin-top: calc(90px + 30px);
    }

    .page .showHeaderSlider .headerSlider .slick-track, .page .showHeaderSlider .headerSlider .slick-slider .slick-list, .page .showHeaderSlider .headerSlider .slick-slider .slick-list div {
        height: 100% !important;
    }

    .breadcrumb, .showHeaderSlider .breadcrumb {
        margin-top: 90px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    button.slick-arrow {
        left: 5%;
        top: inherit;
        bottom: 10%;
        background: #505050;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 60px;
        width: 60px;
        border: none;
    }

    button.slick-arrow:hover, button.slick-next.slick-arrow:hover {
        opacity: .8;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    button.slick-next.slick-arrow {
        margin-left: 80px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        right: unset;
        left: 5%;
    }

    .boxLayout button.slick-arrow {
        right: -30px;
        left: auto;
        bottom: unset;
        top: calc(calc(50% - 60px) + 0px);
    }

    .boxLayout button.slick-next.slick-arrow {
        top: calc(calc(50% - 60px) + 75px);
        margin: 0;
    }

    .fullWidth.change-order .boxLayout button.slick-arrow {
        left: -30px;
        right: auto;
    }

    .fullWidth.change-order .boxLayout button.slick-next.slick-arrow {
        top: calc(calc(50% - 60px) + 75px);
        margin: 0;
    }

    .boxLayout button.slick-arrow:hover {
        opacity: 1;
    }

    button.slick-arrow:after {
        content: " ";
        position: absolute;
        border-left: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
        z-index: 1;
        width: 17px;
        height: 17px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 20px;
        left: 23px;
    }

    button.slick-next.slick-arrow:after {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        left: 15px;
    }

    header .MainLogo {
        display: none;
    }

    .roomWrapper ul.slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        right: 5%;
        height: 100%;
        bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .roomSite .roomWrapper ul.slick-dots li button {
        margin: 3px 0;
    }

    .roomWrapper button.slick-arrow {
        left: inherit;
        right: 5%;
    }

    .roomWrapper button.slick-prev.slick-arrow {
        margin-right: 80px;
    }

    .roomSite .fullWidth.roomBox .room:nth-child(even) .slideshowBox button.slick-arrow {
        left: 5%;
        right: inherit;
    }

    .roomSite .fullWidth.roomBox .room:nth-child(even) .slideshowBox {
        margin-right: 0px;
    }

    .roomSite .fullWidth.roomBox .room:nth-child(even) .slideshowBox ul.slick-dots {
        right: inherit;
        left: 5%;
    }

    .listInnerIntroText {
        text-align: center;
    }

    .listBox {
        padding-left: 0;
        padding-right: 0;
    }

    /*.widthWrapper, .contentWrapper, .showHeaderSlider .headerSlider, .fullWidth .boxLayout, .sc-header, .ListOverviewSite .listContainer {
        margin-top: calc(90px + 30px);
    }*/
    .showHeaderSlider .sc-header {
        margin-top: 0;
    }

    .partnerSlider .slick-arrow {
        bottom: calc(50% - 20px);
    }

    .partnerSlider .slick-arrow.slick-prev {
        left: -15px;
    }

    .partnerSlider .slick-arrow.slick-next {
        right: -15px;
        left: unset;
        margin-left: 0;
    }

    /*References*/
    .references article {
        text-align: left;
    }

    .fullWidth .contentWrapper .boxLayout {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    .fullWidth .contentWrapper .boxLayout.full {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .references .txtWrapper .quoteAuthor {
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .fullWidth .contentWrapper .boxLayout .sc-header, .fullWidth .contentWrapper .boxLayout .sc-header * {
        margin: 0;
    }

    .references .boxLayout {
        margin: 0 auto;
        margin-bottom: 50px;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .fullWidth .contentWrapper .boxLayout .imageWrapper {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0;
    }

    .fullWidth .contentWrapper .boxLayout .sc-header, .fullWidth .contentWrapper .boxLayout .sc-header * {
        margin: 0;
        width: auto;
    }

    .references .imageWrapper {
        height: 140px;
    }

    .references .txtWrapper .quote:before, .references .txtWrapper .quote:after {
        width: 60px;
        height: 48.2px;
        top: -10px;
        background-position: -900px -1000px;
        background-size: 2000px 2000px;
    }

    .references .txtWrapper .quote:after {
        right: 10px;
        bottom: -20px;
        top: unset;
    }

    .partner .slick-list:before, .partner .slick-list:after {
        content: " ";
        width: 220px;
        height: 100%;
        background: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(85%, #ffffff));
        background: -o-linear-gradient(right, transparent 0, #ffffff 85%);
        background: linear-gradient(to left, transparent 0, #ffffff 85%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        opacity: 1;
    }

    .partner .slick-list:after {
        right: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(85%, #ffffff));
        background: -o-linear-gradient(left, transparent 0, #ffffff 85%);
        background: linear-gradient(to right, transparent 0, #ffffff 85%);
        left: auto;
    }

    /*Safari*/
    _::-webkit-full-page-media, _:future, :root .partner .slick-list:after, :root .partner .slick-list:before {
        background: none;
    }

    /*Anchor Menu*/
    .anchorMenuWrapper {
        top: 120px;
        margin-top: 0;
    }

    .scrolled .anchorMenuWrapper {
        top: 100px;
    }

    /*END*/
    .buttonWrapper .button {
        left: auto;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin: 15px 20px;
    }

    .fullWidth .boxLayout.full .box.textBox {
        padding: 0;
    }

    .boxLayout, .fullWidth .boxLayout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .showHeaderSlider .infoBanner {
        bottom: 18%;
        left: 5%;
        min-width: 240px;
        transform: initial;
    }
}

@media (min-width: 1100px) {
    .sc-menu a {
        font-size: 0.75em;
        padding: 38.75px 0;
    }

    .SiMenuDesktop .sc-menu li {
        margin: 0 10px;
    }

    .footer address .contentWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        left: 10%;
        margin: 0;
        gap: 60px;
        max-width: 100%;
        width: 100%;
    }

    .footer address .contentWrapper .box {
        margin: 0;
    }

    .footer address .contentWrapper .box:nth-child(1) {
        padding-left: 50px;
        max-width: 350px;
    }

    .footer address .contentWrapper .box.adress {
        padding-left: 0;
    }

    .footer address .contentWrapper.outerBox {
        text-align: left;
    }

    .footer .contacts {
        font-size: 110%;
        text-align: left;
        line-height: 1.8;
    }

    .footer address .box span {
        margin-bottom: 0;
    }

    .footer address img.logoFooter {
        width: 500px;
        height: auto !important;
    }

    .footer address .contentWrapper.outerBox {
        display: block;
        left: 0;
        max-width: 100%;
        width: 100%;
    }

    .rotatingListbox {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .rotatingListbox button.slick-arrow {
        height: 60px;
        width: 60px;
        bottom: inherit;
        left: calc(43% - 30px);
    }

    .rotatingListbox button.slick-next {
        top: calc(25% + 80px);
    }

    .rotatingListbox button.slick-arrow:after {
        border-left: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        bottom: 20px;
        width: 17px;
        height: 17px;
        left: 23px;
    }

    .rotatingListbox button.slick-next.slick-arrow:after {
        left: 14px;
    }

    .sc-readmore a {
        background: #505050;
        color: #ffffff;
    }

    .listBox .txtLinkWrapper {
        margin-top: 0;
    }

    .rotatingListbox button.slick-next {
        margin-top: 70px;
    }

    .rotatingListbox button.slick-arrow {
        top: calc((100% - 120px) / 2);
    }

    /*Course calendar*/
    .courseInfoContainer .deeperInfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px 25px;
        text-align: left;
        margin: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
    }

    .courseInfoContainer .basicInfo div, .courseInfoContainer .deeperInfo div {
        max-width: 240px;
        min-width: 240px;
    }

    .courseInfoContainer .deeperInfo div[data-accordion-group], .courseInfoContainer .deeperInfo div[data-accordion-group] * {
        width: 100%;
        max-width: initial;
    }

    .courseInfoContainer .deeperInfo div[data-accordion-group] [data-control] {
        text-transform: capitalize;
        font-size: 20px;
    }

    .courseInfoContainer .deeperInfo {
        padding: 30px;
    }

    .courseInfoContainer .deeperInfo a {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }

    .courseInfoContainer .deeperInfo.waitListActive .title {
        display: block;
    }

    /*END*/
}

@media (min-width: 1200px) {
    [data-accordion] [data-control], .courseRegistration .tabs [data-control] span {
        font-size: 25px;
    }

    .courseRegistration .tabs [data-control] span:after {
        height: 55px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
    }

    .appStore-Icons .badges {
        width: 180px;
        height: 80px;
    }

    .app-stores .imageBox img {
        max-width: 200px;
    }

    .app-stores .boxLayout .box {
        width: 20% !important;
    }

    .app-stores .boxLayout {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        max-width: 650px;
    }
}

@media (min-width: 1400px) {
    .SiMenuDesktop .sc-menu li.logo_menu {
        width: 250px;
        left: 25px;
        top: 6px;
    }

    .sc-menu a {
        font-size: 0.90em;
        padding: 37px 0;
    }

    .SiMenuDesktop .sc-menu li {
        margin: 0 15px;
    }

    .scrolled .SiMenuDesktop .sc-menu li.logo_menu {
        display: inline-block;
        width: 174px;
        height: 60px;
        top: 15px;
    }

    .SiMenuDesktop .sc-menu li {
        margin: 0 25px;
    }

    .SiMenuDesktop .sc-menu li:last-child {
        margin-right: 40px;
    }

    .roomWrapper .buttonsWrapper, .single .buttonsWrapper {
        display: inherit;
    }

    /*.home .topBar {
        bottom: inherit;
        top: 45px;
    }
    .topBar, .home.scrolled .topBar {
        bottom: inherit;
    }*/
    .topBar a.button:nth-child(3), .topBar a.button:nth-child(4), .topBar a.button:nth-child(5) {
        display: none;
    }

    .listBox article .imageWrapper {
        height: 60vh;
    }

    /*Moved Boxes on overview Site*/
    .overview .sc-masterContainer .t4 {
        margin-bottom: 80px;
    }

    .overview .sc-masterContainer .box {
        z-index: 2;
    }

    .overview .sc-masterContainer .widthWrapper > .boxLayout {
        margin-bottom: -20%;
    }

    .overview .sc-masterContainer .overview-leftRight-desktop .boxLayout, .overview .sc-masterContainer .overview-leftRight-desktop .fullWidth .boxLayout {
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -ms-flex-line-pack: inherit;
        align-content: inherit;
    }

    .overview .sc-masterContainer .overview-leftRight-desktop {
        padding-bottom: 0 !important;
    }

    .overview .sc-masterContainer .overview-leftRight-desktop .t4 {
        margin-bottom: 25px;
        margin-top: 40px;
    }

    .overview .sc-masterContainer .overview-leftRight-desktop {
        position: relative;
        padding-top: 50px;
        padding-bottom: 15%;
    }

    .overview .sc-masterContainer .overview-leftRight-desktop:before, .overview .overview-leftRight-desktop:after {
        content: " ";
        background: #ffffff;
        width: 100%;
        position: absolute;
        top: -30%;
        height: 30%;
        left: 0;
    }

    .overview .sc-masterContainer .overview-leftRight-desktop:after {
        top: inherit;
        height: 50%;
        bottom: -20%;
        background: #fff;
    }

    /*Moved Boxes on overview Site END*/
    .footer address .contentWrapper {
        gap: 120px;
    }
}

@media (min-width: 1600px) {
    .SiMenuDesktop .sc-menu li:nth-child(2) {
        margin-left: 180px;
    }

    .SiMenuDesktop ul {
        text-align: center;
    }

    .sc-menu a {
        font-size: 0.95em;
        padding: 35.75px 0;
    }
}

@media (min-width: 1800px) {
    .footer address .contentWrapper {
        gap: 135px;
    }

    .footer address .contentWrapper.outerBox {
        display: flex;
        left: 10%;
        max-width: 90%;
    }

    .footer address .contentWrapper {
        max-width: 90%;
    }
}

/*-------------------- eAssistant Styles --------------------*/
.sc-layout #eassistant .preSelected {
    border: 2px solid #5d8c30;
    background-color: #9bbb36;
    background-color: rgba(155, 187, 54, 0.15);
}

.sc-layout .hiddenField {
    visibility: hidden;
}

.sc-layout #be-datepicker {
    border: 1px solid #505050;
}

.sc-layout #be-datepicker-monthYear {
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background: #287bc0;
}

.sc-layout #be-datepicker-month, .sc-layout #be-datepicker-year {
    font-size: 18px;
    font-weight: normal;
}

.sc-layout a#be-datepicker-next, .sc-layout a#be-datepicker-back, .sc-layout a#be-datepicker-next:hover, .sc-layout a#be-datepicker-back:hover {
    font-weight: normal;
    color: #fff;
}

.sc-layout .be-datepicker-selectedDay, .sc-layout .be-datepicker-days-background:hover {
    background-color: #287bc0;
    color: #fff !important;
}

.sc-layout .be-datepicker-days-background {
    background-color: #eeeeee;
}

/*Button Styles*/
.sc-layout .be-widget-button, .sc-layout .be-widget-buttonArea > span, .sc-layout .form .be-widget-buttonArea > span {
    font-weight: 300;
    cursor: pointer;
    background: #287bc0;
    padding: 16.5px 25px !important;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    border-radius: 0;
    line-height: 1.5;
    letter-spacing: 2.7px;
    pointer-events: none;
    opacity: .5;
}

.newsletterForm.sc-layout .be-widget-button, .sc-layout .be-widget-buttonArea > span, .newsletterForm.sc-layout .form .be-widget-buttonArea > span {
    opacity: 1;
    pointer-events: auto;
}

.sc-layout .be-sendRequest.active {
    pointer-events: initial;
    opacity: 1;
}

.sc-layout #eassistant input {
    margin-left: 0;
    margin-right: 6px;
}

.sc-layout #eassistant input[disabled="true"] {
    cursor: not-allowed;
}

.sc-layout .be-widget-button:hover, .sc-layout .be-widget-buttonArea > span:hover, .sc-layout .form .be-widget-buttonArea > span:hover {
    background: #505050;
}

/*Button Styles END*/
.sc-layout .be-contact-formField, .sc-layout .be-contact-textField, .sc-layout .be-contact-textArea, .sc-layout .becontact-label, .sc-layout .be-contact-formField select, .sc-layout .full, .sc-layout .be-contact-confirmationText {
    font-family: 'Jost', sans-serif;
    color: #505050;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

.sc-layout #eassistant #Adults {
    clear: both;
}

.sc-layout #eassistant #Privacy a {
    text-decoration: underline;
}

.sc-layout #eassistant #Privacy input {
    margin-left: 0;
}

.sc-layout #eassistant ::-webkit-input-placeholder {
    color: #505050;
}

.sc-layout #eassistant ::-moz-placeholder {
    color: #505050;
}

.sc-layout #eassistant :-ms-input-placeholder {
    color: #505050;
}

.sc-layout #eassistant :-moz-placeholder {
    color: #505050;
}

.sc-layout .seperate .be-contact-label {
    font-family: 'Jost', sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 40px;
    float: left;
    text-transform: uppercase;
    color: #287bc0;
    font-weight: 500;
    font-size: 25px;
}

.sc-layout .full {
    float: left;
    width: 100%;
    margin: 15px 0 5px 0;
}

.sc-layout .be-contact-textField, .sc-layout .be-contact-formField select, .sc-layout .be-contact-textArea {
    width: 100%;
    height: 32px;
    border: 1px solid rgba(50, 50, 50, .8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    background: #fff;
}

.sc-layout .be-contact-textArea {
    min-height: 125px;
}

.sc-layout .be-contact-childAge select {
    max-width: 145px;
}

.sc-layout #eassistant input {
    margin-left: 0;
    margin-right: 6px;
}

.sc-layout .be-state-fail {
    color: #e74c3c;
    padding-left: 15px;
}

.sc-layout .be-contact-textField-error, .sc-layout .be-contact-select-error, .sc-layout .be-contact-textArea-error, .be-contact-invalidFields, .sc-layout select.be-contact-select-error {
    background-color: #f8e8e8;
}

/* PreSelected InputField from Quickrequest */
.sc-layout #eassistant .preSelected {
    border: 2px solid #7aa749;
    background-color: rgb(122, 167, 73);
    background-color: rgba(122, 167, 73, 0.15);
}

/*PreSelected Offername*/
.sc-layout .form #Offername {
    display: none;
}

.single-angebote .sc-layout .form #Offername {
    display: inline-block;
}

.sc-layout .be-contact-formField[id*='name'], .sc-layout .be-contact-formField[id*='lastName'], .sc-layout .be-contact-formField[id*='birthdate'], .sc-layout .be-contact-formField[id*='birthLocation'], .sc-layout .be-contact-formField[id^='tax_ID'], .sc-layout .seperate.participant .be-contact-label, .sc-layout .message .be-contact-label {
    display: none;
}

.sc-layout .be-contact-formField.active[id*='name'] .be-contact-label:after, .sc-layout .be-contact-formField.active[id*='lastName'] .be-contact-label:after, .sc-layout .be-contact-formField.active[id*='birthdate'] .be-contact-label:after, .sc-layout .be-contact-formField.active[id*='birthLocation'] .be-contact-label:after, .sc-layout .be-contact-formField.active[id^='tax_ID'] .be-contact-label:after {
    content: " *"
}

.sc-layout .be-contact-formField.active[id*='name'], .sc-layout .be-contact-formField.active[id*='lastName'], .sc-layout .be-contact-formField.active[id*='birthdate'], .sc-layout .be-contact-formField.active[id*='birthLocation'], .sc-layout .be-contact-formField.active[id^='tax_ID'], .sc-layout .seperate.participant .be-contact-label.active, .sc-layout .message .be-contact-label.active {
    display: block;
}

.sc-layout #eassistant #availableCourseParticipants input {
    border: 0;
    opacity: 1;
    width: 55px;
}

.sc-layout .info, .sc-layout .info input {
    font-weight: 500;
}

.sc-layout .info, .sc-layout .info input {
    color: #fff;
    text-align: center;
    width: calc(100% - 20px);
    padding: 10px;
}

.sc-layout .info.high, .sc-layout .info.high input {
    background: green;
}

.sc-layout .info.medium, .sc-layout .info.medium input {
    background: #dd9c09;
}

.sc-layout .info.low, .sc-layout .info.low input {
    background: #c50000;
}

.error .be-widget-buttonArea .be-sendRequest {
    pointer-events: none;
    opacity: .5;
}

.sc-layout .be-contact-mandatory {
    position: absolute;
}

.error #participants .be-contact-label:after {
    content: "\A Es können pro Anmeldevorgang nur 10 Teilnehmer gleichzeitig angemeldet werden. \A Bei mehr als 10 Teilnehmern bitten wir Sie das Fomular mit den restlichen Teilnehmern einfach nochmalig auszufüllen und abzuschicken.";
    white-space: pre-wrap;
    font-size: smaller;
}

.sc-layout #be-datepicker {
    display: none !important;
}

.sc-layout .be-contact-formField.error .be-contact-label {
    background: rgb(197 0 0 / 20%);
    padding: 5px 10px;
    border: 2px solid #c50000;
    margin-bottom: 10px;
}

/* Steuernummer: HTML required + minlength/maxlength → Browser :invalid / :user-invalid (kein content auf input möglich) */
.sc-layout .be-contact-formField.active[id^='tax_ID']:has(input:user-invalid) .be-contact-label {
    background: rgb(197 0 0 / 20%);
    padding: 5px 10px;
    border: 2px solid #c50000;
    margin-bottom: 10px;
}

.sc-layout .be-contact-formField.active[id^='tax_ID']:has(input:user-invalid) .be-contact-label::after {
    content: " *\A Bitte gültige Steuernummer (16 Zeichen) eingeben.";
    white-space: pre-wrap;
    font-size: smaller;
    display: inline;
    font-weight: 400;
}

.sc-layout .be-contact-formField.active[id^='tax_ID'] input:user-invalid {
    border-color: #c50000;
}

.error .be-contact-mandatory, .sc-layout .be-contact-formField#waitList {
    display: none;
}

.sc-layout .be-contact-formField.active#waitList {
    display: block;
}

/* Chrome, Safari, Edge, Opera */
.sc-layout #eassistant input[type='number']::-webkit-outer-spin-button, .sc-layout #eassistant input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.sc-layout #eassistant input[type='number'] {
    -moz-appearance: textfield;
}

.sc-layout .be-contact-mandatoryAdvice {
    font-size: 16px;
}

.sc-layout .be-contact-formField.active[id^='tax_ID'] {
    margin-bottom: 45px;
}

.sc-layout .be-contact-phone .be-contact-phone-selector-container .be-contact-phone-selector {
    padding: 4px;
    height: initial;
}

/* Responsive */
@media (min-width: 600px) {
    .sc-layout .be-contact-formField {
        width: 50%;
    }

    .sc-layout .be-contact-formField.active[id^='tax_ID'] {
        margin-bottom: 40px;
    }

    .sc-layout .be-contact-formField.error .be-contact-label {
        width: calc(100% - 40px);
    }
}

@media (min-width: 500px) {
    .sc-layout .be-contact-formField.active[id^='tax_ID'] {
        width: 100%;
    }

    .sc-layout .be-contact-formField.active[id^='tax_ID'] input {
        width: calc(50% - 15px);
    }

    .sc-layout .be-contact-textField, .sc-layout .be-contact-formField select, .sc-layout .seperate .be-contact-label, .sc-layout #Comment {
        width: calc(100% - 15px);
        min-width: 0;
    }

    .sc-layout #Name {
        clear: both;
    }

    .sc-layout #Privacy {
        width: 100%;
    }
}

@media (min-width: 994px) {
    .sc-layout .be-contact-formField, .sc-layout .be-contact-textField, .sc-layout .be-contact-textArea, .sc-layout .be-contact-label, .sc-layout .be-contact-formField select, .sc-layout .be-contact-confirmationText {
        font-size: 20px;
    }

    .sc-layout .be-contact-textField, .sc-layout .be-contact-formField select, .sc-layout .be-contact-textArea {
        height: 40px;
    }

    .sc-layout .be-widget-button, .sc-layout .be-widget-buttonArea > span {
        font-size: 20px;
    }

    .sc-layout .seperate .be-contact-label {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .sc-layout .info, .sc-layout .info input {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
        color: #fff;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 5px 5px 5px 20px;
    }
}

/*-------------------- eAssistant Styles END --------------------*/
/*Keyframes*/
@-webkit-keyframes zoomInOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes zoomInOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}