*{
    margin: 0;
    padding: 0;
    
}
.alles{
    width: 99vw;
}
/* Ab hier die erste Seite*/
#Vollbild{
    width: 100%;
    height: 990px;
    background-image: url(Bilder/Hintergrund_Motiv.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    position: relative;
}
#wrapper{
    width: 900px;
    margin-left: -800px;
}
.Erstens_Links{
    height: 800px;
    width: 180px;
    margin-top: 5%;
    float: left;
    display: flex;
    justify-content: space-around;
    flex-direction: column; 
    }
.Erstens_Links a img{
    position:absolute; 
}
.Erstens_Rechts{
    margin-top: 10%;
    height: 800px;
    width: 720px;
    float: right;  
}
.rund {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 100px;
    height: 100px;
    transition: 1s;
}
#Logo1:hover{
    width: 150px;
    height: 150px;
}
#Logo2:hover{
    width: 150px;
    height: 150px;
}
#Logo3:hover{
    width: 150px;
    height: 150px;
}
p{
    color: rgba(255, 255, 255, 0.75);
}
.typewriter{
    position: relative;
    border-right: 2px solid rgba(255, 255, 255, 0.95);
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
    font-size: 220%;
    font-family: Anonymous Pro;
    
}
.ani1{
    animation: typewriter1 4s steps(45) 1s 1 normal both,
    blinkTextCursor 500ms steps(45) infinite normal;
}
.ani2{
    animation: typewriter2 4s steps(45) 5.5s 1 normal both,
    blinkTextCursor 500ms steps(45) infinite normal;
}
.ani3{
    animation: typewriter3 4s steps(45) 10s 1 normal both,
    blinkTextCursor 500ms steps(45) infinite normal;
}
@keyframes typewriter1{
    from{
        width: 0;
    }
    to{
        width: 497px;
    }
}
@keyframes typewriter2{
    from{
        width: 0;
    }
    to{
        width: 535px;
    }
}
@keyframes typewriter3{
    from{
        width: 0;
    }
    to{
        width: 555px;
    }
}
@keyframes blinkTextCursor{
    from{
        border-right-color: rgba(255, 255, 255, 0.75);
    }
    to{
        border-right-color: transparent;
    }
}
#Ani_1{
    margin-top: 130px;
}
#Ani_2{
    margin-top: 235px;
}
#Ani_3{
    margin-top: 235px;
}
/*Bis hier*/
/*erster Container = Wo*/
.container{
    background-color: rgb(15, 15, 15);
    height: auto;
    width: 100%;
    margin
        
}




/**Bis hier/

/*Paralax Effect*/
.zwischen_Pic{
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    background-image: url(Bilder/rawpixel-740373-unsplash.jpg);
    height: 750px;
}
#pic0{
    background-image: url(Bilder/Matrix.jpg);
}
#pic1{
    background-image: url(Bilder/Paralax_2.jpg);
}
#pic2{
    background-image: url(Bilder/Paralax_3.jpg);
}
#pic3{
    background-image: url(Bilder/Paralax_4.jpg);
}
/*Bis hier*/

/*Navbar und der footer*/
footer{
    padding-top: 20px;
    padding-left: 35%;
    padding-right: 35%;
    width:30%;
    height: 150px;
    background-color: rgb(41, 41, 41);
    
}
#footer_R{
    float: right;
    width: 20%;
    height: 100%;
    text-align: center;
}
#footer_R a{
    text-decoration: none;
    font-family: Anonymous Pro;
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 2.5;
}
#footer_L{
    float: left;
    width: 20%;
    height: 100%;
}
#navbar{
    height: 40px;
    margin: 0;
    overflow: hidden;
    background-color: #F2F2F2 ;
    position: sticky;
    top: 0;
    text-align: center;
    z-index: 10;
}
#navbar a img{
    padding-top: 2px;
}
.active{
    font-size: 27px;
    margin-right: 6%;
    margin-left: 6%;
    opacity: 0.6
}
.active:hover{
    opacity: 1;
}
/*Bis hier*/
/*Ab hier Schriften etc*/
h1{
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Anonymous Pro;
    font-size: 50px;
    padding: 25px;
}
h2{
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Anonymous Pro;
    font-size: 40px;
    padding: 25px;
}
h3{
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Anonymous Pro;
    font-size: 30px;
    padding: 25px;
}
h4{
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Anonymous Pro;
    font-size: 25px;
    padding: 25px;
}


.active{
    text-decoration: none;
    font-family: Anonymous Pro;
    color: black;
}
.Text p{
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Anonymous Pro;
    font-size: 20px;
    padding: 25px;
    margin-left: 250px;
    margin-right: 250px;
    
}
.Impressum p{
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Anonymous Pro;
    font-size: 20px;
    padding: 25px;
    margin-left: 250px;
    margin-right: 250px;
    
}
/*Bis hier*/
/*Ab hier die Boxen*/
.BoxA1 .container{
    position:relative;
    width:700px;
    height:500px;
    margin-left:calc(50% - 350px);
    margin-top:20px;}
    
.BoxA1 .container .box{
    position:relative;
    width: 700px;
    height: calc(500px - 30px);
    background:rgb(255, 255, 255);
    float:left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0px;
}

.BoxA1 .container .box .icon{
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(15,15,15);
    transition: 0.5s;
    z-index: 1;
}

.BoxA1 .container .box:hover .icon{
    top: 25px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;  
}

.BoxA1 .container .box .icon img{
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:140px;
    transition:0.5s;
    border-radius: 100%; 
}

.BoxA1 .container .box:hover .icon img{
    width:50px;
}

.BoxA1 .container .box .content{
    position: absolute;
    top:100%;
    height: calc(100% - 100px);
    text-align:center;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width:100%;
    color:white;
}

.BoxA1 .container .box:hover .content{
    top:100px;
}
.BoxA1 .container .box:hover .content p{
    color: black;
    font-family: Anonymous Pro;
    font-size: 23px;
}
.BoxA2 .container{
    position:relative;
    width:1500px;
    height:500px;
    margin-left:calc(100% - 90%);
    margin-top:20px;}
    
.BoxA2 .container .box{
    position:relative;
    width: calc(500px - 30px);
    height: calc(500px - 30px);
    background:rgb(255,255,255);
    float:left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0px;
}
.BoxA2 .container .boxen{
    position:relative;
    width: calc(500px - 30px);
    height: calc(500px - 30px);
    background:rgb(15,15,15);
    float:left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0px;
    padding-top: 170px;
    padding-right: 150px;
    
}

.BoxA2 .container .box .icon{
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(15,15,15);
    transition: 0.5s;
    z-index: 1;
}

.BoxA2 .container .box:hover .icon{
    top:20px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;;  
}

.BoxA2 .container .box .icon img{
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:150px;
    transition:0.5s;   
}

.BoxA2 .container .box:hover .icon img{
    width:50px;
}

.BoxA2 .container .box .content{
    position: absolute;
    top:100%;
    height: calc(100% - 100px);
    text-align:center;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width:100%;
    color:white;
}

.BoxA2 .container .box:hover .content{
    top:100px;
}

.BoxA2 .container .box .content h3{
    margin:10px;
    padding: 0;
    
}

.BoxA2 .container .box .content .Rezept{
    overflow-y: scroll;
}
.BoxA2 .container .box:hover .content p{
    color: black;
    font-family: Anonymous Pro;
    font-size: 20px;
}
/*Bis hier die Boxen*/
/*Facebook, Google und Cookies*/
.Text{
    margin-top: 100px;
}
#BFacebook{
    width: 600px;
    height: 600px;
    margin-left: 30%;
    margin-top: 100px;
}
/*Der Buttom*/
.Button{
    background-color: rgb(15, 15, 15)
}
.Button a{
    position: absolute;
    margin-top: 30px;
    left: 44%;
    height: 80px;
    width: 200px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Anonymous Pro;
    box-sizing: border-box;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
    
}
.boxen .Button a{
    position: absolute;
    margin-top: 30px;
    margin-left: -70px;
    height: 80px;
    width: 200px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Anonymous Pro;
    box-sizing: border-box;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
    
}
.alles .Impressum .Button a{
    position: absolute;
    margin-top: -180px;
    margin-left: -100px;
    left: 44%;
    height: 80px;
    width: 400px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Anonymous Pro;
    box-sizing: border-box;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
    
}
.Button a:hover{
    animation: animate 8s linear infinite;
}
.Button a:before{
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 40px;
    opacity: 0;
    transition: 0.5s;
    
}
.Button a:hover:before{
    filter: blur(20px);
    opacity: 1;
    animation: animate 8s linear infinite;
}
@keyframes animate{
    0%
    {
        background-position: 0%;
    }
    100%
    {
        background-position: 400%;
    }
}
.BoxA2 .container #BoxRechts .Button #rechts{
    margin-left: 100px;
}
#Gesetz{
    padding-bottom: 150px;
}
#Wo{
    padding-bottom: 50px;
}
.container{
    padding-top: 15px;
}
/*---------------------------------Ab hier Impressum----------------------------------------*/

#Impressum{
    width: 100%;
    height: auto;
    background-color: rgb(15, 15, 15);
    padding-top: 300px
}