body {
    font-size: 30px;
    overflow-x: hidden;
}



.carousel {
height: 80vh;
}

.d-block {
        max-height: 80vh;
        object-fit: cover;
}

.content {
    position: relative;
}

.newsS {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 40px;
}

.news {
    padding-top: 5rem;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 1rem;
    margin-bottom: 4vw;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.card {
    margin: auto;
    width: 12vw;
    margin-top: 2vw;
    display:inline-block;
}

.weitereNews {
    text-align: center;
}


.reserv {
    margin-top: 20px;
    background-color: rgba(57, 57, 57, 0.864);
    text-align: center;
    padding-bottom: 50px;
}

.reservierungHead {
    padding-top: 3rem;
    color: white;
    font-weight: 600;
}

.reservierungText {
    color: white;
    font-weight: 400;
}

.btnRes {
    margin-top: -150px;
}

.headerName {
    text-align: center;
    margin-top: -20vw;
    font-weight: 800;
    color: white;
    font-size: 5rem;
    margin-bottom: 250px;
}

.kontaktHead {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.col-sm {
    text-align: center;
}

html {
    scroll-behavior: smooth;
  }


.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

