* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.wrapper {
    width: 100vw;
    height: auto;
    margin: 0 auto;
}

.clearer {
    clear: both;
}

html {
    scroll-behavior: auto;
}

p {
    font-size: 1vw;
    font-family: sans-serif;
    color: white;
}

h1 {
    font-size: 2vw;
    font-family: sans-serif;
}

h2 {
    font-size: 1.5vw;
    font-family: sans-serif;
    color: white;
}

h1.ueberschrift {
    font-family: sans-serif;
    color: white;
    line-height: 1.7;
}

p.fussweg {
    font-size: 1vw;
    font-family: sans-serif;
    color: white;
    margin-top: 15vh;
}

.header_bild {
    width: 100vw;
    height: 100vh;
    background-image: url(../media/pzlr_planoef_web-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    opacity: 0.4;
    float: left;
}

.overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgb(26, 26, 26);
    position: absolute;
}

.logo {
    width: 32vw;
    height: 20vh;
    background-image: url(../media/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left;
}

.rund {
    width: 10vw;
    height: 10vw;
    background-image: url(../media/PL_Button_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left;
    margin-top: 35vh;
    margin-left: 10vw;
}

.logo_rund_div {
    padding-top: 40vh;
    padding-left: 33vw;
}

.logo_rund {
    width: 52vw;
    height: 50vh;
    position: absolute;
    float: left;
}

.ueber_uns {
    width: 100vw;
    height: 100vh;
    background-image: url(../media/SVG/Element\ 5.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.ueber_uns_inhalt {
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slider {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-image: url(../media/SVG/Element\ 4.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.slider_innen {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.carousel-control-prev, .carousel-control-next {
    background-color: rgb(26, 26, 26);
    opacity: 0.7;
    height: 10vh;
    width: 3vw;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.maps {
    width: 8vw;
    height: 8vh;
}

.kontakt {
    width: 100vw;
    height: 100vh;
    background-image: url(../media/SVG/Element\ 5.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.kontakt_inhalt {
    width: 50vw;
    height: 30vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
}

.kontakt_text {
    width: 20vw;
    height: 10vh;
    margin: 3vw;
    text-decoration: none;
}

.p_kontakt {
    line-height: 2;
    text-decoration: none;
    color: white;
}

.kontakt_map {
    float: left;
}

.map {
    width: 25vw;
    height: 30vh;
}

.map_overlay {
    width: 25vw;
    height: 30vh;
    background-color: black;
    position: absolute;
}

.innen {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.footer {
    color: #f0f9ff;
    background-color: #282d32;
    position: relative;
    list-style: none;
    font-size: 16px;
    font-family: sans-serif;
    padding: 8vh 0;
}

.footer_inhalt {
    height: auto;
    display: flex;
    width: 30vw;
}

p.Iva {
    color: inherit;
    flex-grow: 1;
    flex-basis: 0;
}

.Impressum {
    color: inherit;
}

.footer_logo_zeichenfaktur {
    width: 5vw;
    height: 4vh;
    background-image: url(../media/zf_Logo_01_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 1;
    flex-basis: 0;
    background-position: right;
}

.copyright {
    text-align: center;
    padding-top: 4vh;
    opacity: 0.4;
    font-size: 13px;
}

.socials {
    display: flex;
    align-items: center;
    padding-bottom: 4vh;
    width: 9vh;
    justify-content: space-between;
}

.insta, .facebook {
    width: 3vh;
    height: 3vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: space-between;
}

.insta {
    background-image: url(../media/SVG/insta.svg);
}

.facebook {
    background-image: url(../media/SVG/Element\ 1.svg);
    justify-self: flex-end;
}

.section {
    text-align: center;

}

@media only screen and (max-width: 720px) {
    body {
        background-color: red;
    }
    p {
        font-size: 5vw;
    }
    .wrapper {
        width: 100vw;
        height: auto;
    }
    .logo {
        width: 60vw;
        height: 50vh;
        background-image: url(../media/logo.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .rund {
        width: 30vw;
        height: 30vw;
        background-image: url(../media/PL_Button_01.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        float: none;
    }
    .ueber_uns_inhalt {
        width: auto;
        height: auto;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    p {
        font-size: 4vw;
        font-family: sans-serif;
        color: white;
    }
    h1 {
        font-size: 6vw;
        font-family: sans-serif;
    }
    h2 {
        font-size: 5vw;
        font-family: sans-serif;
        color: white;
    }
    h1.ueberschrift {
        font-family: sans-serif;
        color: white;
        line-height: 1.7;
    }
    p.fussweg {
        font-size: 3.5vw;
        font-family: sans-serif;
        color: white;
        margin-top: 15vh;
    }
    .ueber_uns_inhalt {
        width: auto;
        height: auto;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .slider {
        width: 100vw;
        height: 100vh;
        position: relative;
        background-image: url(../media/SVG/Element\ 4.svg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }
    .slider_innen {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
    .carousel-control-prev, .carousel-control-next {
        background-color: rgb(26, 26, 26);
        opacity: 0.7;
        height: 10vh;
        width: 3vw;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }
    .kontakt {
        width: 100vw;
        height: 100vh;
        background-image: url(../media/SVG/Element\ 5.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    .kontakt_inhalt {
        width: auto;
        height: 30vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        display: block;
    }
    .kontakt_text {
        width: 60vw;
        height: 10vh;
        text-decoration: none;
    }
    .kontakt_map {
        float: left;
        margin-bottom: 5vh;
    }
    .map {
        width: 60vw;
        height: 30vh;
    }
    .map_overlay {
        width: 25vw;
        height: 30vh;
        background-color: black;
        position: absolute;
    }
    .footer {
        color: #f0f9ff;
        background-color: #282d32;
        position: relative;
        list-style: none;
        font-size: 16px;
        font-family: sans-serif;
        padding: 8vh 0;
    }
    .footer_inhalt {
        height: auto;
        display: block;
        width: 30vw;
    }
    p.Iva {
        color: inherit;
        flex-grow: 1;
        flex-basis: 0;
    }
    .Impressum {
        color: inherit;
    }
    .footer_logo_zeichenfaktur {
        width: 5vw;
        height: 4vh;
        background-image: url(../media/zf_Logo_01_w.svg);
        background-repeat: no-repeat;
        background-size: contain;
        flex-grow: 1;
        flex-basis: 0;
        background-position: right;
    }
    .copyright {
        text-align: center;
        padding-top: 4vh;
        opacity: 0.4;
        font-size: 13px;
    }
    .socials {
        display: block;
        align-items: center;
        padding-bottom: 4vh;
        width: 9vh;
        justify-content: space-between;
    }
    .insta, .facebook {
        width: 3vh;
        height: 3vh;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        justify-content: space-between;
    }
    .insta {
        background-image: url(../media/SVG/insta.svg);
    }
    .facebook {
        background-image: url(../media/SVG/Element\ 1.svg);
        justify-self: flex-end;
    }
    .innen {
        width: fit-content;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
}