.logoHead{
    width: 400px;
    height: auto;
}

.logoMobile{
    width: 300px;
    height: auto;
}

.headerImage{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 550px;
}

.headerImage .frame-layout-230 .image{
        display: none;
    }

hr{
    margin:  20px 0 20px 0;
    padding: 0;
    border-top: 1px solid var(--grayLight);
}

.imgUnterschrift{
    max-height: 75px;
    width: auto;
}

.imgBottom{
    max-width: 325px;
    height: auto;
    border-radius: 5px;
}

/***
**** Images ***
**************/

.image img {
    width: 100%;
    height: auto;
}

/***
*** Align Items ***
******************/
.containerAlign{
    display: flex;
    width: 100%;
    height: 100%;
}

/*************
*** FOOTER ***
*************/

footer{
    background-color: var(--grayRegular);
    padding: 50px 0 0px 0;
    margin-top: 50px
}

footer .logoFooter{
    width: 250px;
    height: auto;
    margin-bottom: 0;
}

footer .lebenswerkeFooter{
    width: 275px;
    height: auto;
    margin-bottom: 0;
}

footer p{
    color: var(--white) !important;
    font-size: 1.000rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0 !important;
}

footer .ulFooter{
    display: block;
    list-style: none;
    text-align: center;
    padding: 20px 0px 20px 0;
    margin: 0;
}

footer .ulFooter li{
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid var(--redRegular);
}

footer .ulFooter li:last-child{
    border-right: none !important;
}

footer .ulFooter li a,
footer .ulFooter li a:hover{
    color: var(--white);
    font-size: 1.125rem;
    text-transform: uppercase;
    
    font-weight: 500;
    text-decoration: none;
}

/*** 
*** TYPO3 ***
*************/
.row > * {
  padding-right: calc(var(--bs-gutter-x) * 1.5);
  padding-left: calc(var(--bs-gutter-x) * 1.5);
}


/**************
*** PADDING ***
**************/

.pL-10{
    padding-left: 10px !important;
}
.pL-20{
    padding-left: 20px !important;
}
.pL-30{
    padding-left: 30px;
}
.pL-40{
    padding-left: 40px !important;
}
.pL-50{
    padding-left: 50px !important;
}
.pL-60{
    padding-left: 60px !important;
}
.pL-70{
    padding-left: 70px !important;
}
.pL-80{
    padding-left: 80px !important;
}
.pL-90{
    padding-left: 90px !important;
}
.pL-100{
    padding-left: 100px !important;
}


.pT-no{
    padding-top: 0px !important;
}
.pT-5{
    padding-top: 5px !important;
}
.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;
}
.pT-130{
    padding-top: 130px !important;
}

.pT-150{
    padding-top: 150px !important;
}

.pB-no{
    padding-bottom: 0px !important;
}

.pB-5{
    padding-bottom: 5px !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;
}

.pB-130{
    padding-bottom: 130px !important;
}

.pB-150{
    padding-bottom: 150px !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-150{
    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;
}