@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: "Roboto Slab", Courier; cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  color: #202020;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

#wrapper {
  width: 100%;
}

h1, h2, h3, h4, .speech {
  font-family: "Special Elite";
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

h1, h2 {
  margin-top: -16px;
  margin-top: -1rem;

}

h3, .speech {
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  margin-top: 16px;
  margin-top: 1rem;
}

#noshow {
  display: none;
}

.content, .content ul, .paedagogik {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.full_screen_img {
  width: 100%;
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}


/* header */
header {
  width: 1024px;
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 999;
  margin-left: -512px;
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
      -ms-justify-content: space-between;
          justify-content: space-between;
   -webkit-align-items: center;
      -moz-align-items: center;
       -ms-align-items: center;
           align-items: center;
}

.header_icons {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
      -ms-justify-content: space-between;
          justify-content: space-between;
   -webkit-align-items: center;
      -moz-align-items: center;
       -ms-align-items: center;
           align-items: center;
}

.header_icons img {
  height: 2.5rem;
}

#button_menu {
  display: none;
}

nav {
  width: 100%;
}

nav ul {
  width: 100%;
  padding-left: 112px;
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
      -ms-justify-content: space-between;
          justify-content: space-between;
   -webkit-align-items: center;
      -moz-align-items: center;
       -ms-align-items: center;
           align-items: center;
}

nav li {
  display: inline;
}

nav li:last-child {
  padding-right: 0;
}

#header_background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 64px;
  height: 4rem;
  background-color: black;
}

#background_video {
  position: relative;
  top: -100px;
  left: 0px;
  width: 100%;
  height: auto;
}

#logo {
  width: 250px;
  position: absolute;
  bottom: 10%;
  right: 15.5%;
  z-index: 1;
}

/* links */

a:link,
a:visited {
  font-style: normal;
  font-weight: 400;
  color: #202020;
  text-decoration: underline;
}

a:hover,
a:active {
  font-style: normal;
  font-weight: 700;
  color: #202020;
  text-decoration: underline;
}

nav a:link,
nav a:visited {
  font-style: normal;
  color: white;
  font-weight: 400;
  text-decoration: none;
}

nav a:hover,
nav a:active {
  font-style: normal;
  font-weight: 700;
  color: white;
  text-decoration: none;
}

nav a.active:link,
nav a.active:visited {
  font-style: normal;
  font-weight: 400;
  color: #ababab;
  text-decoration: none;
}

nav a.active:hover,
nav a.active:active {
  font-style: normal;
  font-weight: 700;
  color: #ababab;
  text-decoration: none;
}

footer a:link,
footer a:visited {
  font-style: normal;
  color: #202020;
  font-weight: 400;
  text-decoration: none;
}

footer a:hover,
footer a:active {
  font-style: normal;
  font-weight: 700;
  color: #202020;
  text-decoration: none;
}

/* drop_down_menu */
.dropbtn {
  background-color: black;
  color: white;
  padding: 16px;
  font-size: 16px;
  font-size: 1rem;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  color:black;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  display: block;
}

.dropdown-content a:hover {
  background-color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* content */

#teaser {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
      -ms-justify-content: space-between;
          justify-content: space-between;
}

div.intro {
  margin-top: -30px;
}

div.intro p {
  width: 90%;
  margin: 0 auto;
}

#gs_zeiten, .paedagogik, .stufen_intro, .stufen_contact, .leiter_team {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
      -ms-justify-content: space-between;
          justify-content: space-between;
    margin-top: 72px;
    margin-top: 4.5rem;
    margin-bottom: 96px;
    margin-bottom: 6rem;
}

#teaser, #gs_zeiten {
    flex-direction: row;
}

.gs_zeit ul, #datenschutz ul {
  list-style-type: none;
  width: 100%;
}

address {
  font-style: normal;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

/* footer */

footer {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
          justify-content: center;
  margin-top: 160px;
  margin-top: 10rem;
  padding-top: 32px;
  padding-top: 2rem;
  border-top: 1px inset;
}

footer li {
  padding: 0 20px 80px 20px;
  display: inline;
  list-style-type: none;
}

/* subpage */

.stufen_intro img {
  -webkit-flex-shrink: 0;
     -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
          flex-shrink: 0;
}

#alle_stufen {
  margin-top: 128px;
  margin-top: 8rem;
}



#alle_stufen #gs_zeiten {
  margin-top: ‭496px;
  margin-top: 31rem;
}

#alle_stufen_ebene2, #alle_stufen_ebene1 {
  position: absolute;
  top: 8%;
  left: 50%;
  margin-left: -512px;
}

#alle_stufen_ebene2 img:hover {
  opacity: 0;
  -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
        transition: opacity 0.5s;
}

.paedagogik {
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.paedagogik .punkt_wölfling:last-child {
  padding-top: 150px;
}

#without_img {
  padding-top: 25px;
}

#paedagogik h4, #paedagogik div p:last-child {
  margin-top: 32px;
  margin-top: 2rem;
}

.punkt_paedagogik {
  width: 25%;
  padding: 25px 25px 25px 25px;
}

.punkt_wölfling {
  width: 30%;
  padding: 25px 25px 25px 25px;
}

.stufen_intro {
  padding-top: 30px;
  margin-bottom: 0px;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
          align-items: center;
}

.stufen_intro>div {
  padding-left: 50px;
  text-align: left;
}

.stufen_intro div div {
  padding-top: 50px;
}

.stufen_contact article:last-child {
  padding-left: 50px;
  width: 70%;
}

.stufen_contact h3 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.stufen_contact {
  margin: 0 0 -20px 0;
}

.leiter_punkt {
  width: 100%;
}

.leiter_punkt img {
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

.leiter_team {
  margin-top: 0;
}

#zusatz {
  padding-top: 30px;
}

.lager, #impressum {
  padding-top: 80px;
  padding-top: 5rem;
}

#contact_page {
 width: 40%;
}

#datenschutz {
  padding-top: 272px;
  padding-top: 17rem;
}

#datenschutz h3,
#impressum h3 {
  padding-top: 48px;
  padding-top: 3rem;
}

#datenschutz h4 {
  padding-top: 32px;
  padding-top: 2rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.gallery_intro {
  padding-top: 200px;
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallery_intro h1 {
  color: #962127;
}

/* .gallery {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
          justify-content: center;
          -webkit-flex-wrap: wrap;
             -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
} */

.label_gallery {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 32rem;
  padding-bottom: 2rem;
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
      -ms-justify-content: space-between;
          justify-content: space-between;
          -webkit-flex-direction: row;
             -moz-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
                  -webkit-align-items: center;
                     -moz-align-items: center;
                      -ms-align-items: center;
                          align-items: center;
}

.label_gallery li {
    padding: 15px;
    list-style: none;
    width: 20%;
    background-color: #962127;
}

.label_gallery li.grey {
    background-color: #ababab;
}

.label_gallery a {
  color: white;
}

.gallery {
  padding: 64px 0 64px 0;
  padding: 4rem 0 4rem 0;
  -ms-display: grid;
      display: grid;
  -ms-grid-template-columns: repeat(8, 1fr);
      grid-template-columns: repeat(8, 1fr);
  -ms-grid-template-rows: repeat(8, 5vw);
      grid-template-rows: repeat(8, 5vw);
  -ms-grid-gap: 15px;
      grid-gap: 15px;
}

.gallery img {
      width: 100%;
      height: 100%;
      object-fit: cover;
}

/* color */

.morus {
  color: #962127;
}

.woe, .woe a {
  color: #DD4700;
}

.juffi, .juffi a {
  color: #2315E0;
}

.pfadi, .pfadi a {
  color: #168D2E;
}

.rover {
  color: #FE120D;
}

/* media queries */

@media only screen and (max-width: 1024px) {

  .content, .content ul, .paedagogik {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    }

/* header */
header {
      width: 100%;
      top: 0px;
      left: 0;
      z-index: 999;
      margin-left: auto;
      padding: 10px 40px 0 40px;
}

nav ul {
    padding-left: 80px;
}

#background_video {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}

#logo {
  position: absolute;
  bottom: 25%;
  right: 0;
  padding-right: 40px;
}

#teaser, #gs_zeiten {
   -webkit-flex-direction: row;
      -moz-flex-direction: row;
       -ms-flex-direction: row;
           flex-direction: row;
}

/* content */
.content, .content ul, .paedagogik {
  padding: 0 40px 0 40px;
}

#start {
padding-top: 96px;
padding-top: 6rem;
}

/* subpages */
#alle_stufen_ebene2, #alle_stufen_ebene1 {
    position: absolute;
    top: 8%;
    left: 0;
    margin-left: auto;
}

#alle_stufen_ebene2 #gs_zeiten img, #alle_stufen_ebene1 #gs_zeiten img{
  width: 100%;
}

.leiter_punkt img {
  width: 100%;
  height: auto;
}
}

@media only screen and (max-width: 568px) {

/* header */
header {
  top: 0
}

nav {
  position: fixed;
  top: -100vh;
  left: 0;
  background-color: black;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

nav ul {
  padding-left: 0;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 192px;
  margin-top: 12rem;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
          justify-content: center;
}

nav li {
  text-align: center;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

nav li:nth-child(2) {
  margin-bottom: 0;
}

.header_icons {
  width: 100%;
  z-index: 99999;
}

#header_background {
    height: 64px;
    height: 4rem;
}

video {
  margin-top: 64px;
  margin-top: 4rem;
}

#logo {
    position: absolute;
    top: 20%;
    left: 32px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

#button_menu {
  display: block;
  background-image: url(../img/icons/button_menu.png);
  width: 30px;
  height: 30px;
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 5px;
  z-index: 99999;
}

.dropbtn {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 0;
}

.dropdown:hover .dropdown-content {
  display: none;
}

.content, .content ul, .paedagogik {
  padding: 0 20px 0 20px;
}

#teaser, #gs_zeiten {
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#teaser {
  margin-top: -50px;}

.intro, .gs_zeit{
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

div.intro p {
    width: 100%;
}

.intro:nth-child(2){
  padding-bottom: 70px;
  padding-bottom: ‭4.375rem;
}

.stufen_contact {
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
 -webkit-justify-content: center;
    -moz-justify-content: center;
     -ms-justify-content: center;
         justify-content: center;
     -webkit-align-items: center;
        -moz-align-items: center;
         -ms-align-items: center;
             align-items: center;
}

.stufen_contact article:last-child {
    padding-left: 0;
    padding-top: 80px;
    padding-top: 5rem;
    width: 100%
    }


.leiter_team, .paedagogik {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.leiter_punkt {
  width: 33.33333%;
}

.leiter_punkt:first-child {
  padding-right: 5px;
}

.leiter_punkt:nth-child(2) {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.leiter_punkt:last-child {
  padding-left: 5px;
}

.punkt_paedagogik, .punkt_wölfling{
  width: 100%;
  padding-top: 48px;
  padding-top: 3rem;
}

.punkt_paedagogik:last-child, .paedagogik .punkt_wölfling:last-child {
  padding-top: 32px;
  padding-top: 2rem;
}

.stufen_intro {
    padding-top: 0;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.stufen_intro img {
    width: 100%;
    padding-bottom: 80px;
    padding-bottom: 5rem;
}

.stufen_intro>div {
    padding-left: 0;
    text-align: center;
}


#alle_stufen_ebene1 #gs_zeiten .gs_zeit img,
#alle_stufen_ebene2 #gs_zeiten .gs_zeit img {
  margin-top: 9rem;
}

#alle_stufen_ebene1 #gs_zeiten .gs_zeit:first-child img,
#alle_stufen_ebene2 #gs_zeiten .gs_zeit:first-child img {
  margin-top: -180px;
}

#alle_stufen div {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 630px;
    padding-bottom: 39.375rem;
}

#alle_stufen div:last-child {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
}
}
