@import url('https://fonts.googleapis.com/css?family=Advent+Pro|Dancing+Script&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Advent Pro', sans-serif;
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

h2 {
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;
  font-size: 2em;
}

p {
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;

}

a {
  text-decoration: none;
  color: black;
}

/* ******************* NAVBAR ******************* */
nav {
  overflow: hidden;
  background-color: #FFFAE1;
  position: fixed;
  width: 100%;
  opacity: 0.9;

}

.navLi {
  display: block;
}



header li {
  float: right;
  font-size: 1.2em;
}

header li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 18px 16px;
}

#logo {
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  float: left;
  left: 60px;
  position: relative;
}

.imgLogo {
  height: 80%;
  top: 5px;
  left: 10px;
  border-radius: 10px;
  position: absolute;
  background: no-repeat;
}

/* **************** IMAGE PRINCIPALE ************* */
#imagePrincipale {
  padding-top: 60px;
  background: url(media/quran1.jpg) no-repeat fixed 50% 50%;
  background-size: cover;
  height: 799px;
}

h1 {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  color: antiquewhite;
  font-size: 6em;
  margin-top: 100px;
  text-shadow: 1px 3px 2px black;
}

h6 {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  color: rgb(8, 7, 7);
  font-size: 2em;
  margin-bottom: 3px;
  text-shadow: 1px 2px 2px black;
}

#premierTrait {
  height: 1px;
  width: 25%;
  margin: -3px auto;
  background-color: #FFFAE1;
  box-shadow: 1px 3px 2px black;
}

h3 {
  text-align: center;
  color: antiquewhite;
  font-size: 3em;
  text-shadow: 1px 3px 2px black;
}

h4 {
  text-align: center;
  color: antiquewhite;
  font-size: 1.5em;
  text-shadow: 1px 3px 2px black;
}

/* *************** PRESENTATION ********************** */
#presentation {
  background-color: #FFFAE1;
  padding: 10px 0px 100px 0;
}

#texteIntro {
  padding: 0px 20%;

}

#prestations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 10%;
}

.imagesPrestations h4 {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  font-size: 1.8em;
  margin: 15px;
  font-weight: 300;
}

.imagesPrestations img {
  border-radius: 10px;
  box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.7);
  width: 200px;
}


.imagesPrestations img:hover {
  opacity: 0.5;
  transform: scale(1.05);
  transition: 0.6s ease-in-out;
}


/* **************** TOURISME ********************** */




/* ******************* FOOTER ******************** */
footer {
  background-color: #524A3A;
  color: #FFFAE1;
  padding: 20px 0 10px 0;
  text-align: center;
}

form {
  margin: 0 auto;
  max-width: 900px;
}

input,
textarea,
button {
  border: none;
  width: 55%;
  padding: 15px 10px;
  margin: 1px 0;
  font-size: 1.2em;
  font-family: 'Advent Pro', sans-serif;
  border-radius: 8px;
}

textarea {
  height: 120px;
}

button {
  font-size: 1.5em;
  background-color: #FFFAE1;
}

button:hover {
  background-color: #e55039;
  color: #FFFAE1;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

 #copyrightEtIcons {
        margin-top: 10px;
        display: flex;
        margin-bottom: 20px;
        padding: 0 10%;
    }

#copyright {
  width: 50%;
  text-align: left;
  color: #FFFAE1;
}


#icons {
  width: 50%;
  text-align: right;
}

#icons a {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.3em;
  color: #FFFAE1;
}

#icons a:hover {
  transform: scale(1.5);
  transition: 0.1s;
}

.imagesPrestations img {
  border-radius: 10px;
  box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.7);
  width: 200px;
}

a[href^="mailto"]::before {
  content: "Email";
}

a[href^="tel"]::before {
  content: "Tel.:";
}

#kinder p,
#maenner p,
#frauen p,
#frauen_Maenner p {
  text-align: center;
  box-shadow: 4px 4px 0 1px rgba(90, 161, 43, 1);
  margin-bottom: 5px;
}

.unterricht {
  text-align: center;
}

.quran {
  text-align: center;
}

.figh {
  text-align: center;
}

.hadith {
  text-align: center;
}

.inhalt {
  text-align: center;
  box-shadow: 4px 4px 0 1px rgba(90, 161, 43, 1);
  margin-bottom: 20px;
}


.regles p {
  text-transform: none;
  text-align: center;
  font-size: 0.7em;
  font-family: 'Advent Pro', sans-serif;
}

.titel {
  padding-top: 10px;

}

nav {
  z-index: 1000;
}

a[href^="mailto"]::before {
  content: "E-Mail:";
}

a[href^="tel"]::before {
  content: "Tel.:";
}

#arabe {
  padding: 0;
  text-align: center;
  margin-top: 0;

}

#projekte p {
  text-transform: none;
  margin-top: 3px;
  padding: 0px 20%;
}

#naechsteTermin {
  font-weight: bold;
}

#logout {
  border: none;
  width: 40%;
  padding: 15px 10px;
  margin: 1px 0;
  font-size: 1.5em;
  font-family: 'Advent Pro', sans-serif;
  border-radius: 8px;
}


    .kurse {
       display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-left: 20%;
    }
.zeit {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 300px;
        right: -150px;	
        margin-top: 75px;
        margin-bottom: 10px;
    }