:root,
[data-bs-theme=light] {
    --bs-primary-bg-subtle: #F5F5F5;
}

@font-face {
    font-family: SpaceGrotesk-Regular;
    src: url(../fonts/static/SpaceGrotesk-Regular.ttf);
}

@font-face {
    font-family: SpaceGrotesk-Light;
    src: url(../fonts/static/SpaceGrotesk-Light.ttf);
}

@font-face {
    font-family: SpaceGrotesk-Bold;
    src: url(../fonts/static/SpaceGrotesk-Bold.ttf);
}

@font-face {
    font-family: SpaceGrotesk-SemiBold;
    src: url(../fonts/static/SpaceGrotesk-SemiBold.ttf);
}

body,html {
    margin: 0;
}

.bg {
    background: transparent url('../img/Component\ 11\ –\ 1.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-size: cover;
}

.button1 {
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.7;
    width: 49%;
}

.button1:hover {
    opacity: 1;
}

.button1 p {
    text-align: center;
    font: SpaceGrotesk-Regular;
    font-size: 36px;
    letter-spacing: 0px;
    color: #A0A0A0;
    opacity: 1;
    margin-top: 11%;

}

.button1 a {
    text-decoration: none;
    color: #A0A0A0;
}   

.button2:hover {
    opacity: 1;
}

.button2 {    
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.7;
    width: 49%;
    
}

.button2 p {
    text-align: center;
    font: SpaceGrotesk-Regular;
    font-size: 36px;
    letter-spacing: 0px;
    color: #A0A0A0;
    opacity: 1;
    margin-top: 11%;
}

.button2 a {
    text-decoration: none;
    color: #A0A0A0;
}  

.logo {
    margin-top: 10rem;
}

.tel {
    margin-top: 12rem;
    text-align: right;
    font: SpaceGrotesk-Regular;
    font-size: 23px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

@media only screen and (max-width: 576px) { 
    .tel {
        display: none;
    }
}

.tel a {
    text-decoration: none;
    color: #000000;
}

.headline {
    margin-top: 9rem;
    margin-bottom: 3rem;
}

.headline h1 {
    text-align: left;
    font: normal normal bold 72px/92px SpaceGrotesk-Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.pr-headline {
    margin: 5rem 0 2rem 0;
}

.pr-headline h2 {
    font: normal normal bold 36px/46px SpaceGrotesk-Bold;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
}

.contact {
    color: #555555;
}

.footer {
    background-color: #A0A0A0;
}

.contact-phone {
    font-size: 20px;
}


.contact-phone a {
    text-decoration: none;
    color: #A0A0A0;
}

.contact-mail {
    font-size: 20px;
}

.contact-mail a {
    text-decoration: none;
    color: #A0A0A0;
}

.white {
    background-color: #ffffff;
}

.gray {
    background-color: #F5F5F5;
}

.map {
    justify-content: end;
    align-content: end;
}

@media only screen and (max-width: 600px) {

    .bg {
        background: transparent url('../img/Component\ 11\ –\ 2.png') 0% 0% no-repeat padding-box;
        background-origin: padding-box;
    }

    .logo {
        margin-top: 5rem;
        margin-left: 1rem;
    }

    .logo img {
        width: 40%;
    }

    .headline {
        margin-top: 10rem;
        margin-bottom: 3rem;
        margin-left: 0;
    }

    .headline h1 {
        font-size:36px;
        line-height: 1.5;
    }

    .arrow {
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .arrow img {
        height: 50%;
    }

    .button1 {        
        width: 50%;
        margin-left: -1rem;
        margin-right: -10px;
    }
    
    .button1 p {
        text-align: center;
        font-size: 24px;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        align-content: center;
    }
    
    .button2 {    
        width: 50%;
        margin-right: -1rem;
        margin-left: -1rem;
    }
    
    .button2 p {
        text-align: center;
        font-size: 24px;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        align-content: center;
        
    }

    .pr-headline {
        margin: 3rem 0 2rem -2rem;
    }
    
    .pr-headline h2 {
        font-size: 24px;
    }

    .map {
        max-height: 305px;
        justify-content: end;
        align-content: end;
    }

    .price-list {
        margin-left: -1rem;
        font-size: 12px;
        width: 47vh;

    }

    .contact {
        margin-left: -4rem;
    }

    .contact h2 {
        
        width: 35vh;
    }

    .contact p {
        width: 35vh;
    }

    .contact-phone {
        font-size: 18px;
        width: 35vh;
        margin-bottom: 2rem;
    }

    .contact-mail {
        font-size: 18px;
        width: 35vh;
    }
}
