.content-title {
    font-family: "Oregano", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}

.bold {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #e3e3e3;
}

tr {
    transition: background-color .2s;
}

tr:hover {
   background: #d6d6d6 !important;
}

th, td {
    text-align: left;
    padding: 16px;
}

tr:nth-child(even) {
    background-color: #e3e3e3;
}

.splide__list {
    display: flex;
    gap: 1rem;
}

.splide__slide img {
    width: 100%;
    height: 35vh;
    object-fit: cover;
}

.splide {
    height: 35vh;
}

.ferienwohnung-fotos-container {
    width: 80vw;
    margin-left: 5vw;
}

.label {
    margin-top: 10vh;
}

.link a {
    color: black;
}

#map {
    position: relative;
    width: 100%;
    height: 50vh;
    z-index: 10;
}

.contact {
    margin-top: 60px;
}