


body {
  margin: 0 0;
  padding: 0 0;
  font-family: "Geologica";
  font-size: 28px;
}
button{
  font-size: 42px;
}

a {
  color: #cc0386;
  text-decoration: none;
  font-weight: bold;
}


@media (min-width:768px  ) and (max-width:1279px){ 
  body {
    font-size: 26px;
  }
  button{
    font-size: 26px;
  }
}

@media (min-width:1280px) { 
  body {
    font-size: 18px;
  }
  button {
    font-size: 18px;
  }
}



section {
  width: 100%;
  height: 100vh;
}

.half {
  height: 50vh;
}

.third {
  height: 33.33vh;
}

.quater {
  height: 25vh;
}

#scroll {
  background-color: #000000;
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
}

#intro {
  margin-top: 80vh;
  font-weight: lighter;
}

#scroll {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro {
  
}

.line {
  background-color: #ffffff;
  width: 100%;
  height: 30px;
}

#anschrift {
  margin-top: 60vh;
}
#spiderman {
  background-image: url(../img/spiderman.jpg);
  background-size: cover;
  background-position: 100vw center;
  background-repeat: no-repeat;
}

#spiegel {
  background-image: url(../img/spiegel.jpg);
  background-size: cover;
  background-position: 30vw center;
  background-repeat: no-repeat;
}

#goldener-stuhl {
  background-image: url(../img/goldener-stuhl.jpg);
  background-size: cover;
  background-position: -100vw center;
  background-repeat: no-repeat;
}

#micro {
  background-image: url(../img/micro.jpg);
  background-size: cover;
  background-position: 100vw center;
  background-repeat: no-repeat;
}

#logo {
  z-index: -1;
  height: 100vh;
  position: fixed;
  top: 0;
  background-image: url(../img/logo.png);
  background-position: center center;
  background-size: 360px auto;
  background-repeat: no-repeat;
}

#innenhof {
  position: relative;
  background-image: url(../img/innenhof.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}

#pong {
  position: relative;
  background-image: url(../img/pong.jpg);
  background-position: -50vw center;
  background-size: auto 120%;
  background-repeat: no-repeat;
  margin: 0;
}

.wavetransition {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
}

.content {
  background-color: #fff;
  width: 90%;
  height: 100vh;
  margin: 0 auto;
  margin-top: 300px;
  margin-bottom: 300px;
}

.accordion {
  margin-top: 50px;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}


.active:after {
  content: "\2212";
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion-head {
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  cursor: pointer;
  padding: 18px 18px 18px 0px;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
  font-weight: bold;
}

.accordion-head:after {
  content: '\002B';
}

button {
  display: flex;
  justify-content: space-between;
}
