/*Allgemein*/



body {
    font-family: "Noto Sans";
    font-size: 30px;
}


/*Navigation*/

.grey {
    color: rgb(138, 138, 138);
}

.nav-link {
    cursor: pointer;
}
.nav-link:active,
.nav-link:hover {
    color: rgb(138, 138, 138) !important;
}

.navbar,
.carousel {
    border-bottom: 5px solid rgb(138, 138, 138);
}

.icon-link:active,
.icon-link:hover svg{
    color: rgb(138, 138, 138);
}

/*Slider*/

.slider-image {
    width: 100vw;
    height: 70vh;
    background-position: center;
    background-size: cover;
}

.maps{
    display: flex;
    justify-content: space-between;
}

.text{
    width: 40%;
}

.maps-frame{
    border: 10;
    height: 350;
    width: 50%;
}
.abstand{
    margin-top: 100px;
}
.footer{
    font-family: sans-serif;
    font-size: 1rem;
    text-align: center;
    border-top: 5px solid rgb(138, 138, 138);

}

.img-aus{
    width: 100%;
}
.image-container{
    background-color: rgb(138, 138, 138);
    padding: 5px;
}
.abstand2{
    margin-top: 50px;
}
