.section-location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.location {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 150px;
}

.location h2 {
    font-family: "Autumn-Wind";
    font-size: 70pt;
    font-weight: 400;
}

.container-location-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#location-image-dorint {
    border-radius: 30px;
}

.location-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    /*margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    height: 300px;*/
}

.location-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    
}

.location-map img {
    height: 200px;
    width: 200px;
    border: 2px;
    border-color: black;
    border-radius: 20%;
    border-style: solid;
}

.location-map img:hover {
    opacity: 30%;
}

.location-container {
    display: flex;
    flex-direction: column;
}

.location-container p {
    text-align: center;
}

.location-address {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
    

}

.location-address ul {
    list-style-type: none;
}

.location-booking-information {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;

}

.location-booking-information .rooms {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    
}

.booking-headline {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.booking-headline h4 {
    font-size: 18pt;
}

.booking-headline p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.booking-headline span {
    font-weight: 600;
}

.booking-headline a {
    text-decoration: none;
    color: #92A69A;
    font-weight: 500;

}

#li-1 {
    font-weight: 600;
    font-size: 16pt;
}

#li-2 {
    font-weight: 600;
    font-size: 13pt;
}

#li-3 {
    font-size: 12pt;
}

#li-3 span {
    font-weight: 600;
}

#li-4 {
    font-size: 12pt;
}

#li-4 a {
    color: black;
    text-decoration: none;
}

#li-4 span{
    font-weight: 600;
}

@media(max-width: 800px) {
    .location-text h2 {
        max-width: 90%;
        font-size: 12vw;
    }
    .location-text p {
        max-width: 90%;
        font-size: 4vw;
    }
    #location-image-dorint {
        max-width: 90%;
    }
    .location-map {
        max-width: 90%;
    }
    #location-image-map {
        width: 30vw;
        height: 30vw;
    }
    .booking-headline {
        max-width: 90%;
        font-size: 4vw;
    }
    .location-container {
        max-width: 90%;
        font-size: 4vw;
    }
}