/**************
*** Font ***
**************/

h1 {
    font-size: 2.000rem;
    line-height: 3.000rem;
    font-weight: 500;
    font-family: 'Fira Sans';
}

h2.h2Top {
    font-size: 2.000rem;
    line-height: 3.000rem;
    font-weight: 500;
    font-family: 'Fira Sans';
    margin-bottom: 0;
}

h2 {
    font-size: 2.000rem;
    line-height: 2.500rem;
    font-weight: 500;
    text-transform: inherit;
    font-family: 'Fira Sans';
    margin-bottom: 20px;
}

h3, 
h1.h3AsH1{
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Fira Sans';
}

h3 span.textLowercase{
    font-size: 100%;
    font-weight: 500;
    text-transform: lowercase !important;
    font-family: 'Fira Sans';
}


.h3GraySpecial {
    display: block;
    padding-bottom: 5px;
    border-bottom: 3px solid var(--grayMedium) !important;
    color: var(--grayMedium) !important;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Fira Sans';
    color: var(--grayMedium);
    margin-bottom: 20px;
}

span{
    font-size: 100%
}

p {
    font-family: 'Fira Sans';
    font-size: 1.000rem;
    line-height: 1.750rem;
    font-weight: 400;
}

p a,
p a:hover{
    font-family: 'Fira Sans';
    font-size: 1.000rem;
    line-height: 1.750rem;
    font-weight: 400;
    color: var(--goldDark);
    text-decoration: none;
}

p a.aXL,
p a.aXL:hover{
    font-family: 'Fira Sans';
    font-size: 1.750rem;
    line-height: 1.75;
    font-weight: 400;
    color: var(--goldDark);
    text-decoration: none;
}

p a.aXL img{
    width: 50px;
    height: auto;
}

p.pXL{
    font-family: 'Fira Sans';
    font-size: 1.750rem;
    line-height: 2.500rem;
    font-weight: 500;
}

p.pWhiteShadow{
    font-size: 2.250rem;
    color: white;
    font-weight: 500;
    text-shadow: 3px 3px 6px var(--black);
}

.colum-2{
    column-count: 2;
}

.olNumberStandard{
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 0;
    padding: 0;
}

.olNumberStandard li{
    list-style-type: decimal;
    padding: 5px 0 10px 10px;
    margin: 0
}

.ulKontakt{
    margin:0;
    padding: 0;
}

.ulKontakt li{
    list-style: none;
    display: block;
    padding: 0 0 10px 0;
}

.ulKontakt li a,
.ulKontakt li a:hover{
    font-family: 'Fira Sans';
    font-size: 1.000rem;
    line-height: 1.750rem;
    font-weight: 400;
    color: var(--goldDark);
    text-decoration: none;
}

.ulKontakt li a img,
.ulKontakt li a svg{
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}

.ulNavLanguage{
    list-style-type: none;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

.ulNavLanguage li{
    display: inline;
    padding-left: 15px;
    padding-right: 0;
    margin: 0
}

.ulNavLanguage li a,
.ulNavLanguage li a:hover{
    text-decoration: none;
    font-family: 'Fira Sans';
    font-weight: 500;
    font-size: 1.250rem;
    line-height: 1.250rem;
    color: var(--gold);
}

.ulFooterSocialMedia{
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

.ulFooterSocialMedia li{
    color: var(--gold);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 0;
    display: inline;
}

.ulFooterSocialMedia li:last-child{
    padding-right: 0 !important;
}

.ulFooterSocialMedia li svg{
    width: auto;
    height: 40px;
}

.navFooter{
    list-style: none;
    margin: 0;
    text-align: end;
}

.navFooter li{
    display: inline;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navFooter li a,
.navFooter li a{
    font-family: 'Fira Sans';
    font-size: 1.000rem;
    line-height: 1.750rem;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 1rem;
    margin-top: 0rem;
    color: var(--gold);
}

.btnRegular{
    font-size: 1.750rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1.250rem;
    text-decoration: none;
    padding: 20px 60px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0px;
    border-radius: 5px;
    background-color: var(--black);
    border: 2px solid var(--white);
    box-shadow: 0 0px 12px rgb(0 0 0 / 35%);
    transition: .3s;
}

.btnRegular:hover{
    font-size: 1.750rem;
    font-weight: 500;
    color: var(--gold);
    line-height: 1.250rem;
    text-decoration: none;
    padding: 20px 100px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0px;
    box-shadow: 0 0px 12px rgb(0 0 0 / 35%);
    background-color: var(--black);
    border: 2px solid var(--gold);
}

/**************
*** Color ***
**************/

.colorGold{
    color: var(--gold);
}

.colorGoldDark{
    color: var(--goldDark);
}

.colorGrayLight{
    color: var(--grayLight);
}

.colorGrayMedium{
    color: var(--grayMedium);
}

.colorGrayDark{
    color: var(--grayDark);
}

/**************
*** BackgroundColor ***
**************/
.bgGrayExtraLight{
    background-color: var(--grayExtraLight);
}

.bgGrayLight{
    background-color: var(--grayLight);
}

.bgGrayMedium{
    background-color: var(--grayMedium);
}

div.bgGrayDark{
    background-color: var(--grayDark);
}

hr{
    border-top: 1px solid var(--grayMedium);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0
}

hr.hrWhite{
    border-top: 1px solid var(--white) !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0
}

.imgBorder{
    padding: 10px;
    border: 1px solid var(--gold);
}


/**************
*** PADDING ***
**************/

.pT-10{
    padding-top: 10px !important;
}
.pT-20{
    padding-top: 20px !important;
}
.pT-30{
    padding-top: 30px !important;
}
.pT-40{
    padding-top: 40px !important;
}
.pT-50{
    padding-top: 50px !important;
}
.pT-60{
    padding-top: 60px !important;
}
.pT-70{
    padding-top: 70px !important;
}
.pT-80{
    padding-top: 80px !important;
}
.pT-90{
    padding-top: 90px !important;
}
.pT-100{
    padding-top: 100px !important;
}

.pB-10{
    padding-bottom: 10px !important;
}
.pB-20{
    padding-bottom: 20px !important;
}
.pB-30{
    padding-bottom: 30px !important;
}
.pB-40{
    padding-bottom: 40px !important;
}
.pB-50{
    padding-bottom: 50px !important;
}
.pB-60{
    padding-bottom: 60px !important;
}
.pB-70{
    padding-bottom: 70px !important;
}
.pB-80{
    padding-bottom: 80px !important;
}
.pB-90{
    padding-bottom: 90px !important;
}
.pB-100{
    padding-bottom: 100px !important;
}

.pY-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.pY-10{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.pY-20{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.pY-30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.pY-40{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.pY-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.pY-60{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.pY-70{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.pY-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.pY-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.pY-100{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pX-0{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pX-10{
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.pX-20{
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.pX-30{
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.pX-40{
    padding-right: 40px !important;
    padding-left: 40px !important;
}
.pX-50{
    padding-right: 50px !important;
    padding-left: 50px !important;
}
.pX-60{
    padding-right: 60px !important;
    padding-left: 60px !important;
}
.pX-70{
    padding-right: 70px !important;
    padding-left: 70px !important;
}
.pX-80{
    padding-right: 80px !important;
    padding-left: 80px !important;
}
.pX-90{
    padding-right: 90px !important;
    padding-left: 90px !important;
}
.pX-100{
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.pA-10{
    padding: 10px !important;
}
.pA-20{
    padding: 20px !important;
}
.pA-30{
    padding: 30px !important;
}
.pA-40{
    padding: 40px !important;
}
.pA-50{
    padding: 50px !important;
}
.pA-60{
    padding: 60px !important;
}
.pA-70{
    padding: 70px !important;
}
.pA-80{
    padding: 80px !important;
}
.pA-90{
    padding: 90px !important;
}
.pA-100{
    padding: 100px !important;
}

/*************
*** MARGIN ***
**************/

.mT-10{
    margin-top: 10px !important;
}
.mT-20{
    margin-top: 20px !important;
}
.mT-30{
    margin-top: 30px !important;
}
.mT-40{
    margin-top: 40px !important;
}
.mT-50{
    margin-top: 50px !important;
}
.mT-60{
    margin-top: 60px !important;
}
.mT-70{
    margin-top: 70px !important;
}
.mT-80{
    margin-top: 80px !important;
}
.mT-90{
    margin-top: 90px !important;
}
.mT-100{
    margin-top: 100px !important;
}

.mB-10{
    margin-bottom: 10px !important;
}
.mB-20{
    margin-bottom: 20px !important;
}
.mB-30{
    margin-bottom: 30px !important;
}
.mB-40{
    margin-bottom: 40px !important;
}
.mB-50{
    margin-bottom: 50px !important;
}
.mB-60{
    margin-bottom: 60px !important;
}
.mB-70{
    margin-bottom: 70px !important;
}
.mB-80{
    margin-bottom: 80px !important;
}
.mB-90{
    margin-bottom: 90px !important;
}
.mB-100{
    margin-bottom: 100px !important;
}

.mY-10{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mY-20{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mY-30{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mY-40{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.mY-50{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.mY-60{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.mY-70{
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.mY-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.mY-90{
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}
.mY-100{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}