/* General Styles */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
}

.section-title {
    color: #acacac;
    font-size: 16px;
  }

.styles__boxShadow {
  -webkit-box-shadow: 0px 8px 16px 5px rgba(0,0,0,0.3); 
  box-shadow: 0px 8px 16px 5px rgba(0,0,0,0.3);
}

/* Logo Gallery */ 
.logo-gallery-img {
    max-height: 150px;
    width: 30%;
    height: auto;
    padding-inline: 30px;
}

.logo-gallery-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 986px) {
    .logo-gallery-img {
        padding-bottom: 30px;
        width: 100%;
    }
}

.img_hirschhausen { 
  margin-top: 50px;
}

/* Map Section */
.map-section {
    margin-bottom: 48px;
}

.map-image {
    width: 100%;
    height: auto;
}