@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');


/* ==== CSS Reset ==== */

* {
    margin: 0px;
    padding: 0px;
    color: #4a4a4a;
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
    box-sizing: border-box;
    hyphens: none;
}

body {
    width: 100%;
    font-size: 18px;
    background-color: #f3f3f3;
}

main {
    width: 100%;
    padding: 0px 20px;
    background-color: #f3f3f3;
}

/* ==== Schriften ==== */

h1 {
    font-weight: 600;
    color: black;
    font-size: 3em;
    text-align: center;
    margin: 50px 0px;
}

p{
    margin: 20px 0;
}

#overlay a {
    font-weight: 400;
    color: black;
    font-size: 1.5em;
    text-align: center;
    margin: 50px 0px;
    display: block;
}

/* ==== Header ==== */

#overlay {
    height: 100%;
    width: 100%;
    background-color:rgba(255, 255, 255, 0.336);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 9% 0;
    text-align: center;
}

header {
    width: 100%;
    padding: 100px 20px 0px 20px;
    height: 100vh;
    background-image: url(../img/background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


#datenschutz{
    width: 90%;
    margin: auto;
    max-width: 1000px;
}


#datenschutz a {
    word-break: break-all;
    display: inline;
}

#datenschutz-header{
    height: 50vh;
}