.carousel-item img {
    height: 35vh;
    object-fit: cover;
}

.logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-top: 20px;
}

.logo-container img {
    height: 150px;
    width: auto;
    margin-right: 15px;
}

.custom-navbar {
    background-color: #e0e0e0;
}

.navbar {
    justify-content: flex-start;
}

.navbar-nav {
    flex-direction: row;
}

.nav-link {
    margin: 5px 0;
    font-weight: bold;
}

.nav-link.active {
    background-color: #bd3c29 !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: bold;
}

.nav-link.active:hover,
.nav-link.active:focus {
    color: white !important;
    text-decoration: none;
}

@media (max-width: 576px) {
    .navbar-nav {
        flex-direction: column;
    }

    .nav-link {
        margin: 10px 0;
        padding: 10px 15px;
        text-align: center;
    }

    .logo-container {
        flex-direction: column;
        text-align: center;
        margin-top: 10px;
    }

    .logo-container img {
        height: 100px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .titel1 {
        font-size: 1.5rem;
    }

    .titel2 {
        font-size: 1.2rem;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .nav-link {
        margin: 5px 15px;
        padding: 10px 15px;
    }
}

@media (min-width: 992px) {
    .nav-link {
        margin: 5px 20px;
    }
}

.titel1 {
    font-size: 1.8rem;
    color: #bd3c29;
}

.titel2 {
    font-size: 1.5rem;
    color: #bd3c29;
}

p {
    margin-bottom: 0;
}

.spaced {
    margin-bottom: 15px;
}

video {
    width: 100%;
    max-width: 600px;
    height: auto;
}

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

.table thead th {
    background-color: #343a40;
    color: white;
    text-align: center;
}

.table tbody tr {
    background-color: #f8f9fa;
}

.table tbody tr:hover {
    background-color: #e9ecef;
}

#bedrijfsruimteCarousel .carousel-item img,
#beschikbaarheidCarousel .carousel-item img {
    height: 500px;
    width: 100%;
    object-fit: contain;
    background-color: transparent;
}

#bedrijfsruimteCarousel .carousel-control-prev-icon,
#bedrijfsruimteCarousel .carousel-control-next-icon,
#beschikbaarheidCarousel .carousel-control-prev-icon,
#beschikbaarheidCarousel .carousel-control-next-icon {
    background-color: black;
    background-size: 100%, 100%;
}

.carousel-control-prev, .carousel-control-next {
    width: auto;
    height: auto;
    padding: 10px;
}

.btn-check-beschikbaarheid,
.btn-contacteer-ons,
.btn-verzenden {
    background-color: #bd3c29;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease;
}

.btn-check-beschikbaarheid:hover,
.btn-contacteer-ons:hover,
.btn-verzenden:hover {
    background-color: #7d1504;
    color: white;
}

.btn-verzenden {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.custom-link {
    color: #bd3c29;
}

.custom-link:hover {
    color: #7d1504;
}