/* quicksand-regular - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/quicksand-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/quicksand-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/quicksand-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/quicksand-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/quicksand-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/quicksand-v24-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
  }

body {
    margin: 0px;
    background-color: black;
    min-width: 700px;
}

h1 {
    font-size: 30px;
    font-family: 'Quicksand', sans-serif;
}

h2 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.normal-link {
    color: white;
}

.header {
    height: 20%;
    font-family: 'Quicksand', sans-serif;
}

.logo {
    position: absolute;
    left: 2%;
    top: 2%;
}

.menu {
    margin: 0;
    padding: 0;
    padding-top: 50px;
    width: 99%;
    height: 75px;
    overflow: hidden;
    text-align: right;
}

.menuentry {
    display: inline;
    list-style-type: none;
}

.menu-unactive {
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 8px 16px;
    border-top: 3px solid black;
}

.menu-unactive:hover {
    border-top: 3px solid white;
}

.menu-active {
    border-top: 3px solid white;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 8px 16px;
}

.content1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
}

.content1-description {
    position: absolute;
    left: 50%;
    top: 25%;
    width: 45%;
    height: 15%;
}

.content1-text {
    color: white;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
}

.content2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
    margin-top: -70px;
}

.beschallung1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
    height: 50%;
}

.beschallung2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
}

.content2-description {
    position: absolute;
    left: 5%;
    top: 25%;
    width: 30%;
    height: 20%;
}

.content2-text {
    color: white;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
}

.ueber {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
}

.ueber-portrait {
    margin-left: 2.5%;
    margin-top: 2%;
}

.ueber-description {
    position: absolute;
    left: 40%;
    top: 2%;
    width: 50%;
    height: 60%;
}

.ueber-text {
    color: white;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
}

.button {
    height: 25px;
    width: 120px;
    padding: 5px;
    margin-top: 10px;
    line-height: 25px;
    background-color: black;
    color: white;
    font-size: 16px;
    text-align: center;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    font-family: 'Quicksand', sans-serif;
}

.zurueck-button {
    height: 50px;
    width: 200px;
    padding: 5px;
    margin-top: 10px;
    line-height: 25px;
    background-color: black;
    color: white;
    font-size: 16px;
    text-align: center;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    font-family: 'Quicksand', sans-serif;
}

.button-link {
    text-decoration: none;
}

.button:hover {
    background-color: white;
    color: black;
}

.zurueck-button:hover {
    background-color: white;
    color: black;
}

.footer {
    height: 75px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    line-height: 75px;
    padding-left: 10px;
    background-color: black;
    color: white;
    margin-top: 3%;
}

.footer-beschallung2 {
    height: 75px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    line-height: 75px;
    padding-left: 10px;
    background-color: black;
    color: white;
    margin-top: 3%;
}

.copyright {
    display: block;
    width: 48%;
    margin-left: 2%;
    float: left;
    text-align: left;
}

.datenschutz-impressum {
    display: block;
    float: left;
    text-align: right;
    width: 48%;
    margin-right: 2%;
}

.datenschutz-impressum a {
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    color: white;
}

.kontakt-text {
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    width: 50%;
    margin-top: 3%;
    margin-left: 3%;
}

.gesendet {
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    width: 500px;
    height: 200px;
    margin-top: 3%;
    margin-left: 3%;
}

.link {
    color: white;
}

.kontaktformular {
    font-family: 'Quicksand', sans-serif;
    line-height: 14px;
}

.input-single {
    background-color: white;
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
}

.input-multi {
    background-color: white;
    width: 100%;
    height: 100px;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
}

.absenden {
    background-color: black;
    width: 120px;
    height: 35px;
    color: white;
    border: 1px solid white;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
}

@media only screen and (max-width: 1250px) {
    /* Small Desktop */
    .content1-description {
        top: 12%;
    }

    .ueber {
        height: 650px;
    }

    .footer {
        margin-top: 8%;
    }

    .footer-beschallung2 {
        margin-top: 20%;
    }
}

@media only screen and (max-width: 930px) {
    /* Small Desktop */
    .content1-description {
        top: 5%;
    }

    .ueber {
        height: 800px;
    }

    .footer {
        margin-top: 15%;
    }

    .footer-beschallung2 {
        margin-top: 35%;
    }
  }

@media only screen and (max-width: 820px) {
    /* Small Desktop */
    .content1-description {
        top: 0%;
    }

    .ueber {
        height: 800px;
    }

    .footer {
        margin-top: 25%;
    }

    .footer-beschallung2 {
        margin-top: 45%;
    }
}

@media only screen and (max-width: 750px) {
    /* Small Desktop */
    .content1-description {
        top: 0%;
    }

    .ueber {
        height: 800px;
    }

    .footer {
        margin-top: 35%;
    }

    .footer-beschallung2 {
        margin-top: 55%;
    }
}

@media only screen and (max-width: 500px) {
    /* Mobile */

    .footer {
        margin-top: 40%;
    }

    .footer-beschallung2 {
        margin-top: 60%;
    }

}