@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
* /*** Für alles ***/
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    text-decoration: none;
}
/*** Solange der Bildschirm nicht von Handy ist, soll die normale Seite von Aktivitäten gezeigt werden***/
.phone{
display: none;
}
/*** jjj ***/
#Moschee{
display: none;
}
/*** ... ***/
#wegmachen{
display: none;
}
/*** mmmm ***/
#para .typing p span{
font-weight: 500;
}
/*** kkk ***/
span#ha.dunn{
font-weight: 300 !important;
}
/*** Überschriften bei Anmeldung ***/
#anmeldungsüberschrift{
font-size: 1.5em;
}
/*** lll ***/
#hahaha, #haha{
display: none;
}
/*** iii ***/
#para .typing p span.abd{
color: #ff0157;
font-weight: 300;
font-style: italic;
}
/*** Arabische Schrift***/
.arabic {
font-family: 'Amiri';
margin-top: 15px;
}
/*** fff ***/
#oben{
margin-bottom: 4vh; 
margin-top: 4vh;
}
/*** fff ***/
#unten{
margin-bottom: 5vh;
color: #285EA0;
}
/*** Normaler Text ***/
p{
    font-weight: 300;
    color: #111;
}
/***  ***/
#klein{
display: none;
}
/*** Links ***/
a{
    cursor: pointer;
}
/*** ddd ***/
#lang{
   height: 60vh;
}
/*** mmm ***/
#blau{
    color: blue;
}
/*** Video ***/
#vd{
width: 100%;
height: 30vh;
background-color: #999;
box-shadow: 0 10px 35px rgba(0,0,0,0.9);
margin-top: 100px;
}
/*** Bilder die sich ändern ***/
#Bilderschleife{
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	
}

#Bilderschleifea{
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	
}
#Bilderschleifeb{
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	
}
#Bilderschleifec{
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	
}
#Bilderschleifed{
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	
}
#Bilderschleifee{
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	
}
#Bilderschleifef{
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	
}
#Bilderschleifeg{
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	
}




#Bilderschleife.active{
	
	opacity: 1;
	
}

#Bilderschleifea.activa{
	
	opacity: 1;
	
}
#Bilderschleifeb.activb{
	
	opacity: 1;
	
}
#Bilderschleifec.activc{
	
	opacity: 1;
	
}
#Bilderschleifed.activd{
	
	opacity: 1;
	
}
#Bilderschleifee.active{
	
	opacity: 1;
	
}
#Bilderschleifef.activf{
	
	opacity: 1;
	
}
#Bilderschleifeg.activg{
	
	opacity: 1;
	
}







/*** die Blauen Striche ***/

.k{
    background-color: #3d94e9;
    padding: 62px;
    padding-left: 100px;
    padding-right: 100px
    transition: 1s;
    position: relative;
}
.aktivitäteins{
    background-color: #3d94e9;
    padding: 30px !important;
    padding-left: 100px;
    padding-right: 100px
    transition: 1s;
    position: relative;
    width: 100vw;
}
/*** ddd ***/
.weg{
    background-color: #3d94e9;
    padding: 62px;
    padding-left: 100px;
    padding-right: 100px
    transition: 1s;
    position: relative;
}
/*** Der Strich über Über uns ***/
#überuns{
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*** Text in Strich ***/
.k p{
   text-align: center;
   font-size: 30px;
   color: #fff;
   height: 60px;
}
/*** kkk ***/
.title p{
    text-align: center;	
}
/*** Startseite ***/
.banner{
    position: relative;
    width: 100%;
    min-height: calc(100vh - 119px);
    display: flex;
    justify-content: left;
    align-items: top;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    padding-left: 170px; 
}
/*** Das Bild in der Startseite ***/
.indexbild {
background: url(bilder/ppt_HG.png);
background-size: cover;
    background-attachment: fixed;
    background-position: top;
}
/*** Bild von IQraa ***/
.iqraabild {
background: url(bilder/lughati.jpg);
background-size: cover;
    background-attachment: fixed;
    background-position: top; 
}
/*** Bild Nourania ***/
.nouraniabild {
background: url(bilder/lughati.jpg);
background-size: cover;
    background-attachment: fixed;
    background-position: top;
}
.eiqraabild {
background: url(bilder/1234.jpg);
background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.banner .content{
    max-width: 900px;
    text-align: left;
}
.banner .content h2{
    font-size: 3em;
    color: #3d94e9;
}
.banner .content p{
    font-size: 1.5em;
    color: #fff;
}
.btn1{
    font-size: 0.9em;
    background-color: #3d94e9 !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 10px 40px !important;
    margin-top: 20px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 2px !important;
    transform: 0.5s !important;
    border-radius: 0px !important;
    width: 300px !important;
    box-shadow: 0 25px 55px rgba(0,0,0,0.8) !important;
    text-align: center !important;
}
.btn1:hover{
    box-shadow: 0 25px 55px rgba(0,0,0,1.2) !important;
    transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
}
.details{
    width: 170px !important;
    font-size: 16px;
    background-color: #3d94e9;
    color: #fff !important;
    display: inline-block;
    padding: 10px 10px;
    margin-top: 20px;
    text-decoration: none;
    letter-spacing: 2px;
    transform: 0.5s;
    width: 80%;
    text-align: center;
}
.details:hover{
    opacity: 0.5;
}
.btn3{
    font-size: 0.9em;
    background-color: #fff;
    color: #3d94e9;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transform: 0.5s;
    width: 300px;
    box-shadow: 0 25px 55px rgba(0,0,0,0.8);
    text-align: center;
}
.btn3:hover{
    box-shadow: 0 25px 55px rgba(0,0,0,1.2);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    background: #fff;
    padding: 15px 100px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.9);
}    
header .logo img{
    filter: brightness(100%);  
}
header .navigation{ 
    display: flex;
    justify-content: flex-end;
}
header.sticky{
    background: #fff;
    padding: 15px 100px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.9);
}
header .logo{
    color: #fff;
    font-weight: 700;
    font-size: 3em;
    text-decoration: none;
}
header .logo img{
    width: 150px;
    float: left;
    margin: 0px;
}
header .logo:hover{
    opacity: 0.5;
}
header.sticky .logo{
    color: #111;
}
header.sticky .logo img{
    filter: brightness(100%);  
}
header .logo span{
    color: #ff0157;
}
header .navigation{
    position: relative;
    display: flex;
}
header .navigation li{
    list-style: none;
    margin-left: 30px;
}
header .navigation li a{
    text-decoration: none;
    color: #000;
    font-weight: 300;
}
header.sticky .navigation li a{
   color: #111;
}
header .navigation li a:hover{
   color: #ff0157;
}
section{
    padding: 50px;
    padding-left: 100px;  
    padding-right: 100px;
    background-color: #fff;
    z-index: 0;
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 160px);
    transition: 1s;
    height: fit-content;
}
.reveal{
   transform: translateY(150px);   
   opacity: 0;
   transition: all 2s ease;
}
.reveal.active{
   transform: translateY(0px);   
   opacity: 1;
}

.menu{
background-color: #fff;
}
.about{
background-color: #fff;
}
.contact:hover{
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
}
.row{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#impressum{
width: 300vw;
}
span.aeins{
   margin-right: 68px;
}
span.azwei{
   margin-right: 50px;
}
span.adrei{
   margin-right: 10px;
}
span.avier{
   margin-right: 56px;
}
span.afünf{
   margin-right: 56px;
}
span.asechs{
   margin-right: 61px;
}
span.asieben{
   margin-right: 84px;
}
span.aacht{
   margin-right: 28px;
}
.dreisachen{
    width: 45%;
}
.breitehundert #para.col50{
    position: relative;
    width: 100%;
}
.row #flipf.col50{
    position: relative;
    width: 45%;
}
.row #flipa.col50{
    position: relative;
    width: 45%;
}
.row #blocka.col50{
    position: relative;
    width: 30%;
}
.row #block.col50{
    position: relative;
    width: 60%;
}
.row #eiqra.col50{
    position: relative;
    width: 45%;
    height: auto;


}
.row #eiqraa.col50{
    position: relative;
    width: 45%;    
    height: auto;

}
.row .col50 .imgBx.{
background-size: cover;
background-repeat: no-repeat;
background-position: top;
    background-color: #fff;
}
.titleText{
    color: #111;
    font-size: 2em;
    font-weight: 300;
}
#impressumüberschrift{
    font-size: 1.5em;
}
.titleText span{
    color: #ff0157;
    font-weight: 700;
    font-size: 1.5em;
}

.row .col50 .imgBx{
    position: relative;
    width: 100%;
    min-height: 60vh;
    background-color: #fff;
}
.row .col50 .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350%;
    object-fit: cover;
}
.title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.menu .content{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 40px;
    border-radius: 10px; 
}
.menu .content .box{
    width: 310px;
    margin: 20px;
    border: 15px solid #fff;
    box-shadow: 0 10px 35px rgba(0,0,0,0.9);
}
.menu .content .box .text h3{
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px;
    color: #3d94e9;
}
.menu .content #specialA{
    width: 340px;
    margin: 20px;
    border: 15px solid #fff;
    box-shadow: 0 25px 55px rgba(0,0,0,1.2);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.menu .content .box:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.menu .content #specialA:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.menu .content .box:hover #specialN h3 span{
    text-transform: uppercase;
}
.menu .content .box:hover .text h3 span{
    color: #3d94e9;
    text-transform: uppercase;
}
.menu .content .box .imgBx{
    position: relative;
    width: 100%;
    height: 150px;
    text-align: center;
    justify-content: center;
}
.menu .content .box #special{
    background-color: #fff;
    font-weight: 1000;
}
.menu .content .box #special h3 span{
    font-weight: 600;
    font-size: 19px;
    color: #3d94e9;
}
.menu .content .box #specialN h3 span{
    font-weight: 600;
    font-size: 19px;
    color: #3d94e9;
}
.menu .content .box .imgBx img{
    height: 100%;
    object-fit: cover;
    background-color: white;
}
#strich::before{
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    background: #3d94e4;
}
.menu .content .box .text{
    padding: 15px 0 5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.menu .content .box .text h3{
    font-weight: 400;
    color: #111;
    text-align: center;
}
.expert{
    min-height: 90vh;
}
.expert .content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
    height: 550px;
    padding: 0;
}
.expert .content .carousel-item .box{
    position: absolute;
    transition: all 0.1s ease-in-out;
    width: 250px;
    height: 300px;
    align-items: center;
    justify-content: space-around; 
}


.expert .content .box .imgBx{
    position: relative;
    width: 300px;
    height: 360px;
    background: url(Bilder/hg.jfif) no-repeat;
    background-color: #3d94e9;
    transition: all 0.4s ease-out;
    background-size: 1000px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 5%;
    box-shadow: 0 5px 35px rgba(0,0,0,0.8);
}
.expert .content .box .imgBx img{
    position: absolute;
    top: 0;
    width: 150px;
    height: 150px;
    object-fit: cover;
    transform-origin: top;
    border-radius: 50%;
    display: block;
    transition: all 0.4s ease-out;
    z-index: 1;    
    overflow: hidden;
    margin: 10%;
}
.expert .content .box .imgBx:hover .imgBx{
    background-position: 0 -50%;
}
.carousel{
        webkit-perspective: 900px !important;
        perspective: 900px !important;
	transform: translateY(-150px);
}
.carousel .carousel-item{
	width: 17vw !important;
}
.carousel .carousel-item img{
	width: 100%;
}

.üs{
font-size: 20px;
color: yellow;
}
.box .description{
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	font-size: 8px;
	text-align: center;
}
.box .description h3{
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s ease-out;
	transform: translateX(-150%);
}
.box .description p{
	transition: all 0.4s ease-out;
	transform: translateX(150%);
        color: white;
	font-size: 12px;
}
.imgBx .description h3{
	transform: translateX(0%);
}
.imgBx .description p{
	transform: translateX(0%);
}
.expert .content .box .text{
    padding: 15px 0 5px;
}
.expert .content .box .text h3{
    font-weight: 400;
    color: #111;
    text-decoration: none;
    text-align: center;
}


.testamonials{
    background-color: #fff;
    background-size: cover;
    height: fit-content;
}
.testamonials .content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
}
.testamonials .content .box{
    width: 90vw;
    height: fit-content;
    margin: 20px;
    padding: 40px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    box-shadow: 0 25px 55px rgba(0,0,0,0.9);
}
.testamonials .content .box .imgBx{
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    width: 25vw;
    height: 25vh;
}
.testamonials .content .box .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testamonials .content .box .text{
    text-align: center;
    width: 60%;
}
.testamonials .content .box .text p{
    color: #666;
    font-style: italic;
    font-weight: 500;
}
.testamonials .content .box .text span{
    font-weight: 700;
    color: #3d94e4;

}
.testamonials .content .box .text h3{
    margin-top: 20px;
    color: #222;
    font-size: 1em;
    color: #ff0157;
    font-weight: 600;
}
.testamonials .content .box .text p a{
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-style: normal;
    color: #3d94e9;
    margin-top: 100px;
}
.testamonials .content .box .text p a:hover{
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-style: normal;
    color: #ff0157;
    margin-top: 100px;
}
.contact{
    background: url(Bilder/ab2.jpg);
    background-size: cover;
}
.contactForm{
    padding: 75px 50px;
    background-color: #fff;
    box-shadow: 0 5px 35px rgba(0,0,0,0.8);
    max-width: 500px;
    margin-top: 50px;
}
.contactForm h3{
    color: #111;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 500;
}
.contactForm .inputBox{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.contactForm .inputBox input,
.contactForm .inputBox textarea{
    width: 100%;
    border: 1px solid #555;
    padding: 10px;
    color: #111;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    resize: none;
}
.contactForm .inputBox input[type="submit"]{
    font-size: 1em;
    color: #fff;
    background: #ff0157;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
    max-width: 100px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}
footer{
    padding: 10px 100px;
    margin: 0;
    width: 100%;
    min-height: 30vh;
    position: relative;
    box-sizing: border-box;
    background: #1B2B3D;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}
footer .container{
   display: flex;
   flex-direction: row;
   width: 100%;
   justify-content: flex-end;
}
footer .container .sec{
   margin-right: 30px;
}
footer .container .sec.aboutus{
   width: 20%;
}
footer .container .sec.aboutus p a{
   color: #eee;
}
footer .container .sec.aboutus p a:hover{
   color: #ff0157;
}
footer h2{
   position: relative;
   color: #eee;
   font-weight: 500;
   margin-bottom: 15px;
   font-size: 15px;
}
footer .container h2:before{
   content: '';
   position: absolute;
   bottom: -5px;
   left: 0;
   width: 50px;
   height: 2px;
   background: #ff0157;
}
footer p{
   color: #eee; 
   font-size: 12px;
}
.sci{
   margin-top: 20px;
   display: flex;
}
.sca li{
   list-style: none;
}
.sca li a{
   display: inline-block;
   width: 100px !important;
   height: 40px;
   background: #FACC2E;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 10px;
   text-decoration: none; 
   border-radius: 100px; 
   color: #000;  
}
.sca li a:hover{
   background: #58D3F7; 
}
.sca li img{
   width: 100px;
   height: 100px; 
}
.fa{
   color: #fff;
   font-size: 20px;
}
.quickLinks{
   position: relative;
   width: 15%;
}
.quickLinks ul li{
   list-style: none;
}
.quickLinks ul li a{
   color: #eee;
   text-decoration: none;
   margin-bottom: 0px;
   display: inline-block; 
   font-size: 12px;
}
.quickLinks ul li a:hover{
   color: #ff0157;
}
.kontact{
   width: 20%;
   margin-right: 0 !imporant;
}
.kontact .info{
   position: relative;
}
.kontact .info li{
   display: flex;
   margin-bottom: 16px;
}
.kontact .info li span:nth-child(1){
   color: #eee;
   font-size: 20px;
   margin-right: 10px;
   font-size: 12px;
}
.kontact .info li span a{
   color: #eee;
   font-size: 12px;
}
.kontact .info li span{
   color: #eee;
   font-size: 12px;
}
.kontact .info li a{
   color: #eee;
}
.kontact .info li a:hover{
   color: #ff0157;
}
footer .container .sec.Spende{
   width: 10%;
   margin-top: 30px;
}
footer .container .sec.Spende ul li a{
   width: 130px;
}
.copyrightText{
   width: 100%;
   background: #181818;
   padding: 8px 100px;
   text-align: center;
}

.copyrightText p{
   color: #eee;
   font-size: 12px;
}
.copyrightText p span{
   margin-right: 20px;
}
.copyrightText a{
   color: #fff;
   font-weight: 300;
   font-size: 12px;
}

@media (max-width: 1330px){
footer .container .sec.aboutus{
   width: 25%;
}
}

@media (max-width: 1250px){
    
    footer{
    padding:40px;
    }
    .container{
    flex-direction: column !important;
    }
    .container .sec{
    margin-right: 0;
    margin-bottom: 0px;
    }
    .container .sec.aboutus{
    width: 100% !important;
    }
    .container .sec.quickLinks{
    width: 100%;
    margin-bottom: 15px;
    }
   .container .sec.kontact{
    width: 100%;
    }
    .copyrightText{
    padding: 8px 40px;
    }
}

@media (max-width: 991px){
    header,
    header.sticky{
        padding: 10px 20px;
    }
    header .navigation li{
    margin-bottom: 7px; 
    }
    #Moschee{
	display: flex;
	}
    .k{
	background-color: #3d94e9;
	padding: 57px;
	padding-left: 100px;
	padding-right: 100px
	transition: 1s;
	position: relative;
	margin-bottom: 20px !important;
    }
   
    .weg{
	background-color: #3d94e9;
	padding: 57px;
	padding-left: 100px;
	padding-right: 100px
	transition: 1s;
	position: relative;
    }
    .k p{
	padding-top: 15px;     
    }
    header .navigation{
        width: 170px;
        height: 100%;
        position: fixed;
        top: 0px;
        right: -170px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        background: #3d94e4;     
	    transition: 1s; 
    }
    .zurseite, .k{
        right: 0;
	transition: 1s;
    }
    section.activee{
	right: 170px;
	transition: 1s;
    }
    .k.activee{
	right: 170px;
    }
    .zurseite.aktivee{
    right: 170px;
    }
    header .navigation.activee{
        width: 170px;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        background: #3d94e4;
	z-index: -10;
    }
    header .navigation li{
        margin-left: 30px;
    }
    header .navigation li a{
        color: #fff;
        font-size: 1.2em;
    }
    header.sticky .navigation li a{
        color: #fff;
        font-size: 1.2em;
    }
    #erstes{
	margin-top: 150px;
    }
    .menuToggle{
        position: relative;
        width: 40px;
        height: 40px;
        background: url(Bilder/menu.png);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        filter: brightness(0%);  
    }
    .menuToggle.activee{
        background: url(Bilder/close.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
        filter: brightness(100%); 
    }

    section{
        padding: 20px;
    }
    .banner .content h2{
        font-size: 3em;
        color: #3d94e9;
    }
    .menu .content #specialA{
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
  }
    .row{
        flex-direction: column;
    }
    .row .col50{
        position: relative;
        width: 100%;
    }
    .row .col50 .imgBx{
        height: 300px;
        margin-top: 20px;
    }
    .menu .content {
        width: 90vw;
    }
    .menu .content .box{
        margin: 10px;
    }
    .menu .content .box .imgBx{
        height: 260px;
    }
    .title{
        text-align: center;
    }
    .titleText{
        font-size: 2vw;
        line-height: 1.5em;
        margin-bottom: 15px;
        font-weight: 300;
    }

    .contactForm{
        padding: 35px 40px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    section:hover{
    background-color: #fff;
    transition: background 2s;
    transition: transform 2s;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    box-shadow: 0px 0px 0px 0px #888888;
    z-index: 100;
    }
    .menu .content .box:hover{
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    }
    footer{
    padding:40px;
    }
    .container{
    flex-direction: column;
    }
    .container .sec{
    margin-right: 0;
    margin-bottom: 0px;
    }
    .container .sec.aboutus{
    width: 100%;
    }
    .container .sec.quickLinks{
    width: 100%;
    }
   .container .sec.kontact{
    width: 100%;
  }
    .copyrightText{
    padding: 8px 40px;
    }

}
@media (max-width: 800px){
  
   
  
.pc{
display: none;  
}
.phone{
display: flex;
}
  
.title{
height: fit-content;  
}
  
.slider {
  position: relative;
  width: 80vw !important;
  height: 550px !important;
  overflow: hidden;
  margin-top: 50px;
  box-shadow: 0 25px 55px rgba(0,0,0,0.9);
}

.slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 700%;
  height: 550px;
  transition: 2s ease;
}

.slide {
  width: 14.28%;
  height: 550px;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slide::before {
  content: "";
  position: absolute;
  width: 80vw;
  height: 550px;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}

.slide-1 {
  background-image: url(bg-1.jpg);
}

.slide-2 {
  background-image: url(bg-2.jpg);
}

.slide-3 {
  background-image: url(bg-3.jpg);
}

.slider .arrows {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 60px;
  transition: 0.4s linear;
}

.slider .arrows:hover {
  color: #3d94e4;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
}

.slider .arrows label {
  display: none;
}

.slider .arrow-left {
  left: 3%;
}

.slider .arrow-right {
  right: 3%;
}

.slider input:nth-child(1):checked ~ .slides {
  left: 0;
}

.slider input:nth-child(2):checked ~ .slides {
  left: -100%;
}

.slider input:nth-child(3):checked ~ .slides {
  left: -200%;
}
.slider input:nth-child(4):checked ~ .slides {
  left: -300%;
}
.slider input:nth-child(5):checked ~ .slides {
  left: -400%;
}
.slider input:nth-child(6):checked ~ .slides {
  left: -500%;
}
.slider input:nth-child(7):checked ~ .slides {
  left: -600%;
}

.slider input:nth-child(1):checked ~ .arrows label:nth-child(1),
.slider input:nth-child(2):checked ~ .arrows label:nth-child(2),
.slider input:nth-child(3):checked ~ .arrows label:nth-child(3),
.slider input:nth-child(4):checked ~ .arrows label:nth-child(4),
.slider input:nth-child(5):checked ~ .arrows label:nth-child(5),
.slider input:nth-child(6):checked ~ .arrows label:nth-child(6),
.slider input:nth-child(7):checked ~ .arrows label:nth-child(7)
{
  display: block;
}

.slider .dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 15px;
}

.slider .dots label {
  display: inline-block;
  border-radius: 100%;
  margin: 0 6px;
  width: 10px;
  height: 10px;
  background-color: #3d94e4;
}

.slider input:nth-child(1):checked ~ .dots label:nth-child(1),
.slider input:nth-child(2):checked ~ .dots label:nth-child(2),
.slider input:nth-child(3):checked ~ .dots label:nth-child(3),
.slider input:nth-child(4):checked ~ .dots label:nth-child(4),
.slider input:nth-child(5):checked ~ .dots label:nth-child(5),
.slider input:nth-child(6):checked ~ .dots label:nth-child(6),
.slider input:nth-child(7):checked ~ .dots label:nth-child(7)
{
  background-color: #fff;
  border: 2px solid #3d94e4;
  
}
  label{
  z-index: 1000;
  color: #3d94e4 !important;
  font-size: 0.8em !important;
  }

.expert .content .box .imgBx{
border-radius: 0px;
width: 80vw;
height: 550px;
box-shadow: 0 0px 0px rgba(0,0,0,0);
background-color: #fff;
}
.box .description{
top: 270px;
}
.box .description h3{
bottom: 80px;
color: #3d94e4;
font-weight: 600;
font-size: 19px;
}
.box .description p{
bottom: 80px;
color: #000;
font-weight: 400;
font-size: 15px;
}
.expert .content .box .imgBx img{
width: 100%;
height: 250px;
border: 35px solid #fff;
border-radius: 0;
margin: 0;
z-index: 0;
}

  
#gros{display: none; !important}
#klein{display: block; !important}
.about{height: fit-content;}
.row{
flex-direction: column;
}
.row #para.col50 {
width: 100% !important;
padding-top: 15px;
}
.row #flipa.col50{
width: 100% !important;
}
.row #flipf.col50 {
width: 100% !important;
}
.row #eiqra.col50 {
width: 100% !important;
}
.row #eiqraa.col50 {
width: 100% !important;
height: 250px;
}
.row #flipf.col50 {
width: 100% !important;
}
  
  
  
  
#adam{
width: 90vw;
}
.row #blocka.col50{
width: 100%;
}
#vd{
margin-top: 50px;
height: auto;
}









link[rel="stylesheet"][href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"] {
display: none;
}
header .logo img{
width: 120px;
}
.k {
padding: 35px;
background-color: #fff;
width: 75vw;
margin: auto;
border-bottom: 1px solid #3d94e4;
}
.aktivitäteins{
    background-color: #3d94e9 !important;
    padding: 30px !important;
    padding-left: 100px;
    padding-right: 100px;
    transition: 1s;
    position: relative;
    width: 100vw !important;
}
.aktivitätstriche{
padding-top: 1px;
padding-bottom: 1px;
margin-bottom: 92px !important;
}
.weg{
padding: 0px;
}
  #anmeldungsüberschrift{
  font-size: 1.2em;
  }
#home{
padding: 45.75px;
margin-bottom: 0px !important;
}
#überuns{
padding: 0px;
}
.indexbild {
background: url(bilder/ppt_HG_V.png);
background-position: top;
background-size: cover;
}
.iqraabild {
background: url(bilder/lughatihandy.jpg);
background-position: top;
}
.eiqraabild {
background: url(bilder/lughatihandy.jpg);
background-position: top;
}
.nouraniabild {
background: url(bilder/lughatihandy.jpg);
background-position: top;
background-size: cover;
}



#oben{
font-size: 1.8em !important;
}
#unten{
font-size: 2.2em !important;
margin-bottom: 1vh;
color: #285EA0
}
h2{
font-size: 1.5em !important;
margin-top: 15px;
}
.row #flipa.col50{
width: 100%;
}
.row #blocka.col50 {
    position: relative;
    width: 100%;
}
#vd{
margin-top: 50px;
}
#adam{
width: 90vw;
}
#überuns{
padding: 15px;
}
#überuns p{
font-size: 20px;
}
.dreisachen{
    width: 100%;
}
#hahaha, #haha{
display: flex;
}
#termine {
    border: 1px solid #3d94e4;
    padding: 20px;
    margin-bottom: 20px;
}
.strichtermine{
    border-bottom: 1px solid #3d94e4;
}  
.testamonials .content .box{
    flex-direction: column;
}
.testamonials .content .box .imgBx{
    width: 100%;
    height: 200px;
    margin-bottom: 50px;
}
.testamonials .content .box .text{
    width: 100%;
}
    .banner .content{
         justify-content: center;
         text-align:center;
         padding: 10px;
}
    .banner{
         justify-content: center;
         text-align:center;
         padding: 10px;
         height: calc(100vh - 91px); 
}
    .banner .content. h2{
        justify-content: center;
        text-align:center;
        font-size: 1.5em;
        color: #3d94e9 !important;
    }
    #unten{
    	padding: 0px;
    }
    footer{
    padding:40px;
    }
    .container{
    flex-direction: column !important;
    }
    .container .sec{
    margin-right: 0;
    margin-bottom: 0px;
    }
    .container .sec.aboutus{
    width: 100% !important;
    }
    .container .sec.quickLinks{
    width: 100%;
    }
   .container .sec.kontact{
    width: 100%;
    }
    .copyrightText{
    padding: 8px 40px;
    }  
    .copyrightText p span{
    margin-right: 0;
    }
    #impressumüberschrift{
    font-size: 1.2em !important;
    }

}

















