body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: white;
    font-family: 'Poppins', sans-serif !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.navbar {
    background: transparent;
    box-shadow: 4px 5px 4px 5px #d6d6d6;
}

.navbar a {
    color: black;
}

nav {
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: white !important;
}

.navbar-brand img {
    width: 200px;
    height: auto;
}

.nav-link {
    font-size: 15px;
    color: black !important;
    font-weight: 600;
}

.nav-item {
    padding: 0 20px;
}

.nav-link:hover {
    color: green !important;
}

.active {
    color: green !important;
}

.carousel-inner img {
    height: 700px;
    overflow: hidden;
    object-fit: cover;
}

.carousel-caption h1 {
    color: white;
    font-weight: bolder;
    margin-top: -40%;
}

.home-text {
    text-align: center;
    margin: 100px 0;
}

.home-text h1 {
    font-weight: bold;
}

.about-us {
    text-align: center;
    margin-top: 100px;
}

.about-us h1 {
    font-weight: bold;
}

.about-img {
    margin-top: 100px;
}

.inner-img img {
    width: 270px;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
}

.more-about {
    text-align: center;
    margin-top: 100px;
}

.below-about {
    margin-top: 100px;
    text-align: center;
}

.banner {
    margin-top: 100px;
    background-image: url('../img/slideshow/Leiste\ 1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 40vh;
}

.contact {
    margin-top: 100px;
}

.contact h1 {
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 50px 0;
}

.contact-details {
    text-align: center;
}

.contact-details h3 {
    font-weight: bold;
}

.iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    margin-top: 100px;
    text-align: center;
    color: white;
    padding: 20px;
    background-color: rgb(49, 49, 49);
}


/*ESPANOL*/

.d-flex span {
    display: inline-flex;
}

.bar {
    margin-top: 7px;
}