
/*
 *   TextColor
*/
.textcolor-primaryColor {
    color: rgb(30, 36, 39) !important;
}

.textcolor-secondaryColor {
    color: rgb(15, 115, 238) !important;
}

.textcolor-tertiaryColor {
    color: rgb(255, 255, 255) !important;
}

.textcolor-quaternaryColor {
    color: rgb(255, 255, 255) !important;
}

.textcolor-linkColor {
    color: rgb(15, 115, 238) !important;
}

@media screen and (max-width: 767px) {
    .mobile-textcolor-primaryColor,
    .mobile-textcolor-primaryColor .wc_element_text_inner * {
        color: rgb(30, 36, 39) !important;
    }

    .mobile-textcolor-secondaryColor,
    .mobile-textcolor-secondaryColor .wc_element_text_inner *  {
        color: rgb(15, 115, 238) !important;
    }

    .mobile-textcolor-tertiaryColor,
    .mobile-textcolor-tertiaryColor .wc_element_text_inner *  {
        color: rgb(255, 255, 255) !important;
    }

    .mobile-textcolor-quaternaryColor,
    .mobile-textcolor-quaternaryColor .wc_element_text_inner *  {
        color: rgb(255, 255, 255) !important;
    }
}


/*
 *   BackgroundColor
*/
.backgroundcolor-primaryColor {
    background-color: rgb(30, 36, 39) !important;
}

.backgroundcolor-secondaryColor {
    background-color: rgb(15, 115, 238) !important;
}

.backgroundcolor-tertiaryColor {
    background-color: rgb(255, 255, 255) !important;
}

.backgroundcolor-quaternaryColor {
    background-color: rgb(255, 255, 255) !important;
}
@media screen and (max-width: 767px) {
    .mobile-backgroundcolor-primaryColor {
        background-color: rgb(30, 36, 39) !important;
    }

    .mobile-backgroundcolor-secondaryColor {
        background-color: rgb(15, 115, 238) !important;
    }

    .mobile-backgroundcolor-tertiaryColor {
        background-color: rgb(255, 255, 255) !important;
    }

    .mobile-backgroundcolor-quaternaryColor {
        background-color: rgb(255, 255, 255) !important;
    }
}


/*
 *   BorderColor
*/
.bordercolor-primaryColor {
    border-color: rgb(30, 36, 39) !important;
}

.bordercolor-secondaryColor {
    border-color: rgb(15, 115, 238) !important;
}

.bordercolor-tertiaryColor {
    border-color: rgb(255, 255, 255) !important;
}

.bordercolor-quaternaryColor {
    border-color: rgb(255, 255, 255) !important;
}

.wc_optionsbar .h1style,
h1 {
    font-family: Playfair Display Regular;
    color: rgb(255, 255, 255);
    font-size: 80px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .wc_optionsbar .h1style,
    h1 {
        color: rgb(255, 255, 255);
        font-size: 40px;
    }
}

.wc_optionsbar .h2style,
h2 {
    font-family: Heebo Bold;
    color: rgb(30, 36, 39);
    font-size: 64px;
    line-height: 0.9em;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .wc_optionsbar .h2style,
    h2 {
        color: rgb(30, 36, 39);
        font-size: 32px;
    }
}

.wc_optionsbar .h3style,
h3 {
    font-family: Heebo Bold;
    color: rgb(30, 36, 39);
    font-size: 32px;
    line-height: 1.1em;
    letter-spacing: 0em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .wc_optionsbar .h3style,
    h3 {
        color: rgb(30, 36, 39);
        font-size: 20px;
    }
}

.wc_optionsbar .h4style,
h4 {
    font-family: Playfair Display Regular;
    color: rgb(30, 36, 39);
    font-size: 21px;
    line-height: 1.2em;
    letter-spacing: 0em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .wc_optionsbar .h4style,
    h4 {
        color: rgb(30, 36, 39);
        font-size: 20px;
    }
}

.baseText,
.wc_element_text,
.wc_optionsbar .grundstyle,
.grundstyle
{
    font-family: Heebo Regular;
    color: rgb(30, 36, 39);
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .baseText,
    .wc_element_text,
    .wc_optionsbar .grundstyle,
    .grundstyle
    {
        color: rgb(30, 36, 39);
        font-size: 16px;
    }
}

.leadText,
.leadstyle,
.wc_optionsbar .leadstyle
{
    font-family: Heebo Regular;
    color: rgba(30, 36, 39, 0.6);
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .leadText,
    .leadstyle,
    .wc_optionsbar .leadstyle
    {
        color: rgba(30, 36, 39, 0.6);
        font-size: 18px;
    }
}

.smallText,
.kleinstyle,
.wc_optionsbar .kleinstyle
{
    font-family: Heebo Regular;
    color: rgb(30, 36, 39);
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .smallText,
    .kleinstyle,
    .wc_optionsbar .kleinstyle
    {
        color: rgb(30, 36, 39);
        font-size: 13px;
    }
}

.quoteText,
.quotestyle,
.wc_optionsbar .quotestyle
{
    font-family: Playfair Display Regular;
    color: rgba(30, 36, 39, 0.6);
    font-size: 21px;
    line-height: 1.2em;
    letter-spacing: 0em;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .quoteText,
    .quotestyle,
    .wc_optionsbar .quotestyle
    {
        color: rgba(30, 36, 39, 0.6);
        font-size: 20px;
    }
}

.navText,
.navigationElement a {
    font-family: Heebo Medium;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .navText,
    .navigationElement a {
        color: rgb(30, 36, 39);
        font-size: 16px;
    }
}

.navigationLevel2>.navigationElement>a {
    font-family: Heebo Medium;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .navigationLevel2>.navigationElement>a {
        color: rgb(30, 36, 39);
        font-size: 16px;
    }
}

.navigation.secondary>.navigationElement>a {
    font-family: Heebo Medium;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .navigation.secondary>.navigationElement>a {
        color: rgb(30, 36, 39);
        font-size: 13px;
    }
}

.wc_element:not(.wc_header) a,
.wc_pageTitleContainer a{
    color: rgb(15, 115, 238);
    font-weight:normal;
    font-style:normal;
    text-decoration: none;
    text-transform: none;
}
.wc_element:not(.wc_header) a:hover,
.wc_pageTitleContainer a:hover{
    color: rgb(15, 115, 238);
    font-weight:normal;
    font-style:normal;
    text-decoration: underline;
    text-transform: none;
}

.style1Text,
.style1style,
.wc_optionsbar .style1style
{
    font-family: Heebo Regular;
    color: rgb(30, 36, 39);
    font-size: 13px;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .style1Text,
    .style1style,
    .wc_optionsbar .style1style
    {
        color: rgb(30, 36, 39);
        font-size: 13px;
    }
}

.style2Text,
.style2style,
.wc_optionsbar .style2style
{
    font-family: Heebo Regular;
    color: rgb(30, 36, 39);
    font-size: 64px;
    line-height: 0.9em;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .style2Text,
    .style2style,
    .wc_optionsbar .style2style
    {
        color: rgb(30, 36, 39);
        font-size: 64px;
    }
}

.styledButton .buttonContent,
.wc_element_button .buttonContent,
.wc_optionsbar .wc_optionsbar_element[data-skeleton="button"] .buttonContent
{
    background-color: rgb(15, 115, 238);
    border: 1px solid rgb(15, 115, 238);
    color: rgb(255, 255, 255);
    text-decoration: none;

}

.styledButton .buttonContent span,
.wc_element_button .buttonContent span,
.wc_optionsbar .wc_optionsbar_element[data-skeleton="button"] .buttonContent span {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

/*.styledButton:hover,*/
/*.wc_element_button:hover,*/
/*.wc_optionsbar .wc_optionsbar_element[data-skeleton="button"]:hover{*/
    /*background-color: rgb(30, 36, 39);*/
    /*border: 1px solid rgb(30, 36, 39);*/
    /*color: rgb(255, 255, 255);*/
    /*text-decoration: none;*/
    /*cursor:pointer;*/
/*}*/

/*.styledButton:hover span,*/
/*.wc_element_button:hover span,*/
/*.wc_optionsbar .wc_optionsbar_element[data-skeleton="button"]:hover span {*/
    /*color: rgb(255, 255, 255) !important;*/
/*}*/
/*Specific Styles */

ul.navigationLevel2 li {
    background-color:rgb(30, 36, 39);
}

.wc_pageTitleContainer h1,
.wc_pageTitleContainer h3 {
    color:rgb(255, 255, 255);
}


.wc_mainNavContainer li.navigationElement.active>a,
.wc_mainNavContainer li.navigationElement:hover>a {
    color: rgb(255, 255, 255) !important;
}

@media screen and (max-width: 767px) {
    body:not(.wsc_forceDesktop) .wc_mainNavContainerMobile .wc_mobile_head {
        background-color: rgb(255, 255, 255);
        color: rgb(30, 36, 39);
    }

    body:not(.wsc_forceDesktop) .wc_mainNavContainerMobile .wc_mobile_navigation {
        background-color: rgb(255, 255, 255);
        color: rgb(30, 36, 39);
    }

    body:not(.wsc_forceDesktop) .wc_mainNavContainerMobile .wc_mobile_navigation .navigation.main .navigationElement a,
    body:not(.wsc_forceDesktop) .wc_mainNavContainerMobile .wc_mobile_navigation .navigation.secondary .navigationElement a {
        background-color: rgb(255, 255, 255);
    }

    body:not(.wsc_forceDesktop) .wc_mainNavContainerMobile .wc_mobile_navigation .navigation.main .navigationElement.active > a{
        color: rgb(15, 115, 238);
    }

    body:not(.wsc_forceDesktop) .wc_mainNavContainerMobile .wc_mobile_navigation .navigation.main ul.navigationLevel2{
        background-color: rgb(255, 255, 255);
    }

    .wsc_scrolltoptop{
        background-color: rgb(15, 115, 238);
    }
}
