
/* Dokument */
html{
    scroll-behavior: smooth;
}

/* Navigation */
.navpic img {
    width: 60%;
    height: 60%;

}

.navbar {
    background-color: rgb(28, 32, 34);
    border-color: #E7E7E7;
}

body {
    padding-top: 70px;
}

/*Nötig, um auf mobilen Geräten das Dropdown im Dropdown vollständig anzeigen zu können*/
@media (max-width: 576px){
.navbar {
   max-height: 100%; 
overflow-y: auto; 
}
}


/*carousel (Bilderslider)*/
/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel {
    width: 100%;
    height: 20%;
}

/*Hover Bilder Maincontent*/
#hover:hover {
    background-color: rgba(241, 163, 73, 0.788);
    border-radius: 10%;

}

/*Footer*/
.footer {
    background-color: rgb(28, 32, 34);
}

/*Google Maps*/
.map-container-7 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }

  .map-container-7 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }