body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f3f5f6;
}
.headerimage {
    width: 100%;
    display: block;
    height: 350px;
    object-fit: cover;
    object-position: 25%
}

.headline {
    color: red;
}

.bild-container {
    background-color: white;
    padding: 16px;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.links {
    margin-left: 8px;
    
}

a {
    color: red;
    text-decoration: none;
    margin-left: 16px;
    font-weight: 700;
    user-select: none;
}

a:hover {
    text-decoration: underline;
}

.firma {
    color: grey;
    font-size: 40px;
}

.infocontainer {
    background-color: #dedede;
    padding: 8px;
    color: #484846;
    font-weight: 500;
}

.mapscontainer {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.maps-right {
    width: 50%;
    margin-left: 16px;
}

.map {
    border: 0;
    height: 350px;
    width: 50%;
}

.legalcontent {
    padding: 8px;
    display: flex;
    justify-content: center;
}

.legal-text {
    margin-right: 16px;
}

.slide-show {
    width: 100%;
    height: 700px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 2s;
}

.slide-bild {
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
}

.pfeil {
    position: absolute;
    top: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 50px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
}

.pfeil:hover {
    color: white;
}

.pfeil-links {
    left: 0;
}

.pfeil-rechts {
    right: 0;
}

.indikatorenliste {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    list-style-type: none;
    font-size: 30px;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.indikator {
    padding: 0 10px;
    user-select: none;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 2s;
}

.aktiv {
    opacity: 1;
}



@media screen and (max-width: 1024px) {
    .headline {
        height: auto;
        font-size: 25px;
    }  
    .firma {
        height: auto;
        font-size: 25px
    }
    .links {
        margin-top: 0;
        font-size:13px;
    }
    .infocontainer {
        font-size: 12px;
    }
    .maps-right {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .headline {
        height: auto;
        font-size: 12px;
        
    }
    .firma {
        height: auto;
        font-size: 12px;

    }
    .links {
        font-size: 1px;
    }
    .infocontainer {
        font-size: 6px;
    }
    .maps-right {
        font-size: 6px;
    }
    .headerimage {
        height: auto;
    }
    .mapscontainer {
        height: auto;
    }
    .slide {
        height: auto;
    }
    .indikator {
        height: auto;
        font-size: 6px;
    }
    .Impressum {
        font-size: 10px;
    }
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
    .legaltext {
        font-size: 6px;
    
    }
    .slide-show {
        height: 350px;
    }    

}
