/**CORES

WEIß: #ffffff
SCHWARZ: #001615

GRÜN: #00e68d
SCHWARZ: #001615
ROT: #ff7278

WIE BEKOMME ICH DAS HORIZONTALE SCROLLING WEG
WIE DAS VERTIKALE, WENN MENÜ GEÖFFNET IST?

**/


/** BEI BREITEREN SCHIRMEN --> GUCK AUFS HANDY**/

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Azqad";
  src: url(FONTS/Azqad/Web-PS/Azqad.otf);
    src: url(FONTS/Azqad/Web-PS/Azqad.otf) format('embedded-opentype');
    src: url(FONTS/Azqad/Web-TT/Azqad.ttf) format('truetype');
    src: url(FONTS/Azqad/Web-TT/Azqad.woff) format('woff');
    src: url(FONTS/Azqad/Web-TT/Azqad.woff2) format('woff2');
  }
  
@font-face {
  font-family: "SelfWritten";
  src: url(FONTS/SelfWritten/OpenType-PS/SelfWritten-Regular.otf);
    src: url(FONTS/SelfWritten/OpenType-PS/SelfWritten-Regular.otf) format('embedded-opentype');
    src: url(FONTS/SelfWritten/Web-TT/SelfWritten-Regular.ttf) format('truetype');
    src: url(FONTS/SelfWritten/Web-TT/SelfWritten-Regular.woff) format('woff');
    src: url(FONTS/SelfWritten/Web-TT/SelfWritten-Regular.woff2) format('woff2');
}

@font-face {
  font-family: "Khalid";
  src: url(FONTS/Khalid/OpenType-PS/Khalid.otf);
    src: url(FONTS/Khalid/OpenType-PS/Khalid.otf) format('embedded-opentype');
    src: url(FONTS/Khalid/Web-TT/Khalid.ttf) format('truetype');
    src: url(FONTS/Khalid/Web-TT/Khalid.woff) format('woff');
    src: url(FONTS/Khalid/Web-TT/Khalid.woff2) format('woff2');
}

body {
    background-image: url(image/hintergrundsbild.PNG);
    padding: 0%;
    margin: 0%;
    font-family: "Montserrat";
    letter-spacing: auto;
    line-height: 1.6;
    overflow: scroll;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
   }

p {
  padding: 0%;
  margin: 0%;
}

#logo-display {
  display: flex;
  align-items: center;
  justify-content: left;
  position: fixed;
  width: 100%;
  height: 95%;
  top: 0;
}

#txt-display {
  padding-right: 10%;
  color: #f1f1f1;
  font-size: 35pt;
  font-family: "Azqad";
}

footer {
  background-color: #001615;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 10%;
  width: 100%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  position: absolute;
}

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 3000px) {

body {
  background-size: 120%;
}

header {
  display: none;
}

#CENTRO {
  display: none;
}

#Menschenrechte {
  display: none;
}

footer {
  position: absolute;
  bottom: 0px;
  font-size: 10pt;
  height: auto;
  padding: 10px;
}

#myBtn {
  display: none;
}
}

@media screen and (max-width: 581px) {

/**HEADER**/

header {
  background: linear-gradient(to bottom, #001615 55%, transparent);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: sticky;
  top: 0%;
  z-index: 6;
}

#logo-display {
  display: none;
  z-index: inherit;
}

#logo {
  width: 30%;
  z-index: inherit;
}

/** NAV Menu **/

/* The Overlay (background) */
  #myNav {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0px;
    background-color:#001615; /* 001615 fallback color */
    opacity: 1;
    overflow-x: hidden; /* Disable horizontal scroll */
    display: flex;
  }

  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    width: 100%; /* 100% width */
    text-align: center; 
    font-size: 12pt;
    padding: 20px;
    color: #f1f1f1;
    opacity: 1;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    font-family: "Azqad";
    font-size: 18pt;
    align-items: center;
    justify-content: center;
  }

  #quellen {
    display: none;
    flex-direction: column;
    align-items: start;
  }

  #quellen-txt {
    color: #f1f1f1;
    text-decoration: none;
    text-align: left;
    font-size: 12pt;
    font-family: "Montserrat";
    width: 90%;
    position: relative;
    z-index: 3;
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .quellen-titel {
    font-family: "Azqad";
    font-size: 16pt;
    margin-bottom: 2%;
  }

   #zurueck {
    position: fixed;
    z-index: 3;
    text-align: right;
    bottom: 4%;
    right: 4%;
    border: 2px solid;
    border-radius: 12px;
    padding: 2%;
    padding-right: 4%;
    padding-left: 4%;
    background: #00e68d;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  /* The navigation links inside the overlay */
  .overlay-content a {
    margin: 2%;
    width: 100%;
    color: #f1f1f1;
    text-decoration: none;
    text-align: center;
  }

  #burger {
    margin-right: 10%;
    font-size: 30pt;
    display: flex;
  }

  #x {
    display: none;
    margin-right: 10%;
    padding: 2%;
    font-size: 30pt;
    align-content: center;
    justify-content: center;
    z-index: 3;
  }

/**DEMAIS**/

#CENTRO {
  margin-top: 1%;  
  margin-right: 6%;
  margin-left: 6%;
  padding-bottom: 10%;
  display: block;
}

/**PFEIL**/
#pfeil {
  background-color:  #00e68d;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 7px 7px 7px #001615;
  position: fixed;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  font-size: 240%;
  font-weight: 200;
  left: 80%;
  opacity: 0;
  top: 85%;
  filter: blur(0.2px);
  transition-property: opacity;
  transition-duration: 0.4s ease;
  pointer-events: none;
  font-family: "Khalid";
}

#pfeil.visible {
  opacity: 1;
  pointer-events: auto;
}


/** DISCLAIMER **/
#Disclaimer {
  text-align: center;
  margin-bottom: 10%;
  padding: 5%;
  background: #001615;
  color: white;
  display: block;
}

#anweisung {
  font-size: 18pt;
  font-style: normal;
  margin: 2%;
  margin-top: 10%;
  margin-bottom: 10%;
  font-family: "Azqad";
  text-align: center;
  line-height: 1.8;
  color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#Familie {
  text-align: justify;
  font-size: 12 pt;
  margin-top: 8%;
  margin-bottom: 10%;  
}

#Familie-IMG {
  display: flex;
  flex-direction: column;
  align-items: center;;
}

/***RAUMPLAN***/
#RAUMPLAN {
  display: flex;
  margin-bottom: 10%;
  z-index: 0;
  position: relative;
}

#RAUMPLAN-IMG {
  width: 100%;
}

/***ICONS***/
.obj-icon {
  position: absolute;
  width: 25%;
  z-index: 10;
}

.obj-icon-icon {
  filter: drop-shadow(10px 10px 10px #ff7278);
}

#obj-icon-bag-2a {
    left: 75%;
    top: 21%;
}

#obj-icon-sheep-2b {
  left: 30%;
  top: 30%;
}

#obj-icon-fliese-2c {
  left: 5%;
  top: 2%;
}

#obj-icon-wassertank-2d { 
  left: 63%;
  top: 2%;
}

#obj-icon-powerbank-2e { 
  left: 40%;
  top: 3%;
}

#obj-icon-koran-2f { 
  left: 5%;
  top: 35%;
}

#obj-icon-kochbuch-2g { 
  left: 81%;
  top: 5%;
}

#obj-icon-schulheft-2h { 
  left: 80%;
  top: 50%
}

#obj-icon-fliese-2i { 
  left: 70%;
  top: 84%;
}

/****BIG D****/
#BIG-D {
  margin-bottom: 10%
}

.rahmen {
  margin-bottom: 10%;
  background-color: #001615;
  color: white;
  height: fit-content;
  padding-top: 2%;
  padding-bottom: 10%;
  padding-right: 5%;
}


/**OBEN**/

.oben {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5%;
}

.obj-img-links {
  width: 60%;
  display: flex;
  align-items: center;
}

/***STICKERS***/

.div-sticker {
  height: 100%;
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}


.sticker {
  background-color: #c14147;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 9%;
  border: solid;
  border-color: #f1f1f1;
  border-width: 10%;
  font-size: 15pt;
}

.div-sticker a {
  text-decoration: none;
  color: #ffffff;
}

.sticker:hover {
  background-color: #ff7278;
  transition: 0.4s; /* Transition effects on hover (color) */
}

/**UNTEN**/


.obj-titel {
  font-size: 40pt;
  font-style: italic;
  margin: 5%;
  font-family: "Khalid";
  text-align: right;
  line-height: 1;
}

.obj-txt-pers {
  font-family: "Montserrat";
  font-style: italic; 
  font-size: 10.5pt;
  line-height: 1.7;
  letter-spacing: 2px;
  text-align: justify;
}

.obj-ueberschrift {
  font-size: 18pt;
  font-family: 'Azqad';
  margin-top: 10%;
  margin-bottom: 10%;
  text-align: right;
}

.obj-img-div-left {
  justify-content: center;
  width: 40%;

}

.obj-img-div-right {
  justify-content: center;
  width: 40%;
  float: right;
}

.text-left {
  display: flex;
  text-align: justify;
  padding-right: 8%;
  
}

.text-right {
  display: flex;
  text-align: justify;
  padding-left: 8%;
}

.obj-txt {
  text-align: justify;
  padding-left: 5%;
  line-break: auto;
}

#zones {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.zones-letters {
  display: block;
  justify-content: center;
  text-align: justify;
  width: 45%;
  margin-top: 8%;
  font-size: 10.5pt;
}


/** MENSCHENRECHTE**/
#Menschenrechte {
  display: block;
  background: #001615;
  padding: 5%;
  margin-bottom: 5%;
  padding-top: 10%;
}

#menschenrechte-img {
  display: flex;
  justify-content: center;
}

#menschenrechte-txt {
  padding-top: 10%;
  color: #fff;
  line-height: 1.8;
  font-size: 11pt;
}

footer {
  position: static;
  width: auto;
  font-size: 10pt;
  padding: 5%;
}
}