﻿@charset "UTF-8";
/* CSS Document */

:root {
    --primfTransparent: rgba(255,210,24,0);
    --primf: rgba(255,210,24,1);
    --normaleSchrift: #4e4e4e;
    --fliestext: 'Open Sans';

}

.col12 { 
    margin: 0; 
    max-width: 1200px; 
}

.abstand{
    height: 30px;    /*  Abstandalter  */
}
.impress{
    height: 10px;
}
a{
    text-decoration: none;    /*  links werden normal angezeigt, ohne unterstrich  */
}
.obereSchrift {
    height: 0px; /*  abstand von Video nach oben weg  */
    position: relative;
    z-index: 1; /*  damit es sicher über dem Video ist  */
    display: flex;
    justify-content: center;
}
.obereSchrift .os {

    width: 50%;
    height: 300px;
    margin-top: 30px; /*  abstand nach oben  */
    padding-top: 0px;
    -webkit-transition: all 0.4s; /*  annimationsgeschwindigkeit  */
    transition: all 0.4s;
    }

.obereSchrift path {
    fill: white;
}

.topBild {
    height: 350px;
    margin-left: 0px;
    overflow: hidden; /*  nichts über den Rand hinaus anzeigen  */
    z-index: -2; /*  Ebene nach hinten verschieben  */
}
.bannerTop{
    margin-top: 0px;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: center center;
}

.st0{
    fill: white;
}
#Welle {
    position:relative;
    z-index: 1;
    margin-top:-160px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom:-170px;
}

.hamburger{
    background-image: url("../img/Striche.png");
    z-index: 3;
    position: fixed;    /*  fest am Fenster ausgerichtet  */
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    visibility: hidden;    /*  nicht in Laptopansicht anzeigen  */
}

.menue {
    background-color: white;
    position: relative;
    z-index: 2;
    height: 70px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.fix{    /*  für fixes Menü   */
    position: fixed;
}
.link1, .link2, .link3, .link4, .link5{
    line-height: 40px;
    height: 40px;
}
.button {
    font-family: var(--fliestext);
    color: black;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: var(--primfTransparent);
    -webkit-transition: color 0.4s, background 0.2s;
    transition: color 0.4s, background 0.2s;
}
    .button:hover {
        cursor: pointer;
        color: var(--normaleSchrift);
        background-color: var(--primf);
    }

.active { /*  aktiver Link  */
    color: white;
    background-color: var(--primf);
}

.inhalt {
    position: relative;
    z-index: 1;
    height: 1100px;
    background-color: white;
    font-family: var(--normaleSchrift);
    /*margin-top:-30px;*/
}
.abstandOben{
    margin-top:70px;
}
/*.hello {
    visibility: visible;
    opacity: 1;
    color: var(--primf);
    text-align: center;
    margin-top: 80px;
    margin-bottom: 10px;
    font-family: Pacifico;
    font-size: 60px;
    -webkit-transition: all 0.3s;
    -webkit-transition-delay: 0s;
    transition: all 0.6s;
    transition-delay: 0s;
}*/
.ue1 {
    color: var(--normaleSchrift);
    visibility: visible;
    opacity: 1;
    margin-top: 30px;
    text-align: left;
    font-size: 35px;
    font-family: var(--fliestext);
    -webkit-transition: all 0.6s;
    -webkit-transition-delay: 0.2s;
    transition: all 0.6s;
    transition-delay: 0.2s;
}

.text {
    font-family: var(--fliestext);
    padding: 0px;
    margin-top: 30px;
    font-size: 19px;
    -webkit-transition: all 0.6s;
    -webkit-transition-delay: 0.2s;
    transition: all 0.6s;
    transition-delay: 0.2s;
}

.bildTrenner{   
    position: relative;
    margin-top: 100px;
    margin-bottom: 80px;
    margin-left: 0px;
    height:350px;
    overflow: hidden;    /*  nichts über den Rand hinaus anzeigen  */
    z-index: -2;    /*  Ebene nach hinten verschieben  */
    
}
.bild1{
    margin: auto;
    margin-top: -600px;
    height: 800px;
    max-width: 1200px;
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: center center;
}

.bild2{
    margin: auto;
    margin-top: -900px;
    height: 800px;
    max-width: 1200px;
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: center center;
}


   /*  mittlere kleine Ansicht  */

@media (min-width: 450px) and (max-width: 960px) {


    .obereSchrift .os{
        margin-top: 10px;
        height: 200px;
        width: 50%;
        margin-left: 1%;
    }
    .topBild{
        height:290px;
    }
    .topBild .bannerTop{
        margin-top: -30px;
    }

    #Welle {
        margin-top: -120px;
    }

    .menue {
        width: 100%;
        position: fixed;
        height: 250px;
        border-bottom: 0px;
        background-color: white;
        padding-top: 20px;
        padding-bottom: 30px;
        margin-top: -250px; /*  foben aus dem Fenster raus  */
        visibility: hidden;
        -webkit-transition: all 0.6s;
        -webkit-transition-delay: 0.2s; /*  Verzögerung, damit Buttons zuerst ausgeblendet werden können  */
        transition: all 0.6s;
        transition-delay: 0.2s;
        border-bottom: 0px;
        border-color: white;
        border-style: solid;
        display: grid;
        justify-content: center;
    }
    .show{   /*  menü zeigen  */
        visibility: visible;
        border-bottom: 2px;
        border-color: #eee;
        border-style: solid;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        margin-top: 0%;   /*  kein Abstand nach oben  */
    }

    .link1, .link2, .link3, .link4, .link5 {
        width: 250px;
        opacity: 0;
        line-height: 30px;
        height: 30px;
        margin-top: -250px; /*  ausblenden nach oben  */
        margin-bottom: 10px;
        margin-left: 20%;
        margin-right: 20%;
        visibility: hidden;
        -webkit-transition: all 0.6s;
        -webkit-transition-delay: 0.0s;
        transition: all 0.6s;
        transition-delay: 0.0s;
    }
    .linkZeigen{   /*  einblenden der Links  */
        margin-top: 0%;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.6s;
        -webkit-transition-delay: 0.4s; 
        transition: all 0.6s;
        transition-delay: 0.4s; 
    }
    .button{
        width: 100%;
        font-size: 20px;
    }
    .hamburger{
        background-image:url("../img/Striche.png");
        z-index: 3;
        position: absolute;
        visibility: visible;
        width: 30px;
        height: 30px;
        background-size: cover;
        background-position: center center;
        margin-left: 20px;
        margin-top: 260px;
    }
    .inhalt{
        width: 70%;
        padding-left: 15%;
        padding-right: 15%;
        margin-top: -50px;
    }
    /*.hello{
        margin-top: 50px;
        font-size: 50px;
    }*/
    .grosertext{
        margin-top: 20px;
        font-size: 30px;
    }
    .text{
        padding: 0px;
        font-size: 20px; 
    }

    .fix{
        position: fixed;
    }
    .fixX{   /*  Hamburger fix machen  */
        position: fixed;
        margin-top: 20px;
    }
    .hide{
        padding-top: 30px;
        visibility: hidden;
        opacity: 0;/* Deckkraft*/
    }  
}

@media (min-width: 550px) and (max-width: 750px) {

    .obereSchrift .os {
        margin-top: 30px;
    }
    #Welle {
        margin-top: -100px;
    }

}

@media (min-width: 450px) and (max-width: 550px) {

    .obereSchrift .os {
        margin-top: 50px;
    }
    #Welle {
        margin-top: -90px;
    }
}
    /*  Smartphone Ansicht  */

@media (max-width: 450px) {

    .obereSchrift {
        height: 0px;
        position: relative;
        z-index: 1;
    }

    .obereSchrift .os {
        width: 60%;
        height: 190px;
        margin-top: 80px;
        margin-left: 1%;
        padding-top: 0px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .topBild {
        width: 100%;
        margin-top: 50px;
        height: 250px;
        margin-left: 0px;
        overflow: hidden;
        z-index: -2;
    }

    .topBild .bannerTop {
        margin-top: -20%;
        width: 130%;
    }

    #Welle {
        margin-top: -115px;
    }

    .menue {
        width: 100%;
        position: fixed;
        height: 320px;
        border-bottom: 0px;
        background-color: white;
        padding-top: 30px;
        margin-top: -290px;
        visibility: visible;
        -webkit-transition: all 0.6s;
        -webkit-transition-delay: 0.4s;
        transition: all 0.6s;
        transition-delay: 0.4s;
        border-bottom: 0px;
        border-color: #fff;
        border-style: solid;
    }

    .show { /*  menü zeigen  */
        visibility: visible;
        border-bottom: 2px;
        border-color: #eee;
        border-style: solid;
        display: block;
        visibility: visible;
        width: 100%;
        margin-left: 0px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        margin-top: 0px;
    }

    .link1, .link2, .link3, .link4, .link5 {
        margin-top: -300px;
        visibility: hidden;
        margin-left: 20%;
        margin-right: 20%;
        margin-bottom: 300px;
        width: 60%;
        line-height: 40px;
        height: 40px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

    .linkZeigen {
        margin-bottom: 10px;
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.6s;
        -webkit-transition-delay: 0.4s;
        transition: all 0.6s;
        transition-delay: 0.4s;
    }

    .button {
        width: 100%;
        font-size: 20px;
    }

    .hamburger {
        background-image: url("../img/Striche.png");
        z-index: 3;
        position: fixed;
        visibility: visible;
        width: 30px;
        height: 30px;
        background-size: cover;
        background-position: center center;
        margin-left: 20px;
        margin-top: 20px;
    }

    .fix {
        position: fixed;
    }

    .fixX {
        position: fixed;
        margin-top: 20px;
    }

    .hide {
        padding-top: 30px;
        visibility: hidden;
        opacity: 0; /* Deckkraft*/
    }

    .inhalt {
        margin-top: -80px;
        font-size: 15px;
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
    }

    /*.hello {
        margin-top: 50px;
        font-size: 40px;
    }*/

    .grosertext {
        margin-top: 20px;
        font-size: 22px;
    }

    .text {
        padding: 0px;
        font-size: 20px;
    }
}