* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.text {
    background-color: rgb(201, 30, 178);
    height:auto;
    position: sticky;
    
}

marquee {
    color: white;
    overflow: none;
}

header {
    height: 200px;
}

/*--------ÜBERSCHRIFTEN-------------------*/


@media screen and (max-width: 960px) {

h1 {
    font-size: 1.5em;
    color:rgb(255, 255, 255);
    padding-top: 3px;
}
}

@media screen and (min-width: 961px) and (max-width: 1200px) {

h1 {
  font-size: 1.8em;
  color:white;
}
}

@media screen and (min-width: 1200px) {

  h1 {
    font-size: 2em;
    color:white;
    padding-top: 20px;
  }
  }

h2 {
    font-size: 2em;
}

.logowrapper{
    background-size: 100%;
    background-color: rgb(0, 0, 0);
    height: 120px;
    width: 100%;
    margin-top: 0;
    padding: 0;
    text-align: center;
    padding-bottom: 40px;

}

.blackwrapper {
    background-size: 100%;
    background-color: rgb(201, 30, 178);
    height: 300px;
    width: 100%;
    margin: 0;
    text-align: center;
    
    
}

.logo {
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 10px;
}


a:active, a:focus {outline: none;}

main {
  margin: 3em 1em;
  line-height: 180%;
}
/*------------------------------*/


/*----- Logo -----*/
.brand {
  float: left;
  padding: 0.5em 1em 0 0.5em;
}


/*----------------*/


nav {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100px;
    text-align: right;
    position: relative;
    background: rgb(0, 0, 0);
    border-bottom: 1px solid white;
    text-align: center;
    position: sticky;
    top:0;
    box-shadow: 0px 20px 20px rgb(212, 0, 255);
    border: 0;
    
  }
  
  nav ul {
    margin: 0;
    padding: 40px 0 0 0;
    height: 100vh;
  }
  
  nav ul li {
    list-style: none;
    margin: 0;
    display: inline;
  }
  
  nav ul li a {
    color: #ffffff;
    position: relative;
    padding: 0 0 0.5em 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  nav ul.menu li a:hover {
    color: rgb(255, 0, 255);
    border-bottom: 2px solid #0058fc;
  }


  /*----------------*/



  @media screen and (min-width: 961px) {
    nav ul.menu {
      max-height: 20px;
    }
    nav a#nav-m,
    nav a.close {
      display: none;
    }
    nav ul li {
      margin: 0 30px 0 0;
    }
  }
  
  
  @media screen and (max-width: 960px) {
    /*Formatierung Mobiles Menue*/
    nav ul {
      top: 6.25em;
      position: absolute;
      background: rgb(255, 0, 255);
      width: 100%;
      left: -100%;
  
      list-style-type:none;
      margin: 0;
      padding: 0;
  
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
    }
  
    nav ul li{
      display: block;
      text-align: left;
      padding: 0em 0.5em;
      border-bottom: 1px solid #fff;
    }
  
    nav ul li a {
      color: #555;
      padding: 1em 0;
    }
  
    nav ul.menu li a:hover {
      border-bottom: 0;
      color:rgb(0, 0, 0);
    }
  
    /*Hamburger-Icon*/
    nav a#nav-m img,
    nav a.close img {
      width: 40px;
      height: auto;
      margin-left: 30px;
      margin-right: 50px;
      margin-top: 10px;
      
    }
  
    nav > .close,
    nav a#nav-m:target {
      display: none;
    }
  
    nav a:target ~ ul,
    nav a:target ~ .close {
      display: block;
    }
  
    nav a:target ~ .close {
      margin-left: 0;
      padding-left: 10px;
      
    }
  
    nav a:target ~ ul {
      left: 0;
    }
  }




  /*--------------------------------------*/



* {
  font-family: Montserrat, sans-serif;
}


.wrapper {
    position: fixed;
}


@media screen and (min-width: 960px) {
  .responsive {
      width: 100%;
      max-width: 100%;
      height: auto;
      margin-bottom: 0;
      margin: 0;
  }
  }
  
  @media screen and (max-width: 960px) {
      .responsive {
          display: none;
          width: 500%;
          max-width: 100%;
          height: auto;
          margin-bottom: 0;
          margin: 0;
          object-fit: cover;
          object-position: center;
      }
      }
  
      @media screen and (max-width: 960px) {
          .responsive2 {
              width: 500%;
              max-width: 100%;
              height: auto;
              margin-bottom: 0;
              margin: 0;
              object-fit: cover;
              object-position: center;
          }
          }
  
          @media screen and (min-width: 960px) {
              .responsive2 {
                  display: none;
                  width: 500%;
                  max-width: 100%;
                  height: auto;
                  margin-bottom: 0;
                  margin: 0;
                  object-fit: cover;
                  object-position: center;
              }
              }

              @media screen and (max-width: 960px) {

                .mobileheader {
                    margin: 0;
                    background-size: cover;
                    padding: 0;
                    height: 1000px auto;
                    background: rgb(0, 0, 0);
                    text-align: center;
                }
                }
                
                @media screen and (min-width: 960px) {
                
                    .mobileheader {
                        display: none;
                        margin: 0;
                        background-size: cover;
                        padding: 0;
                        height: 1000px auto;
                        background: rgb(0, 0, 0);
                        text-align: center;
                    }
                    }


















/*--------------------------------------*/

@media screen and (min-width: 960px) {

  .box1 {
    display: flex;
    flex: 1;
    margin: 0;
    background-size: cover;
    padding: 30px;
    height: 300px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
  }

.flexitem1 {
    flex: 1;
    order: 2;
    justify-content: center;
    width:auto;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 70px;
    

}

.flexitem2 {
  flex: 1;
  order: 1;
  justify-content: center;
  width:auto;
  height: 20px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 70px;

}

.flexitem3 {
  flex: 1;
  order: 3;
  justify-content: center;
  width:auto;
  height: 20px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 70px;

}
}

@media screen and (max-width: 960px) {

  .box1 {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    background-size: cover;
    padding: 30px;
    height: 00px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
    position:static;
    text-align: center;
  }



  .flexitem1 {
    flex: 1;
    justify-content: center;
    width:auto;
    height: 5px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 110px;



}

.flexitem2 {
  display: none;
  flex: 1;
  justify-content: center;
  width:auto;
  height:20px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 110px;


}


.flexitem3 {
  display: none;
  flex: 1;
  justify-content: center;
  width:auto;
  height:20px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 110px;
}

.flexitem4 {
  display: none;
  flex: 1;
  justify-content: center;
  width:auto;
  height:20px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 150px;

}
}






/*-----------Hometext--------*/

@media screen and (max-width: 960px) {

    .split {
      display: none;
      flex: 1;
      flex-direction: column;
      margin: 0;
      background-size: cover;
      padding: 30px;
      height: 700px;
      text-align: center;
      justify-content: center;
      background: rgb(255, 182, 219);
      position:static;
      text-align: center;
    }
}


@media screen and (min-width: 960px) {

  .split {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    background-size: cover;
    padding: 30px;
    height: 300px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
    position:static;
    text-align: center;
  }

.flexitem4 {
    flex: 1;
    justify-content: center;
    width:100%;
    height: 1000px;
    background: url(../images/BC-girl-gamer-esports.jpg);
    background-repeat:no-repeat;
    background-size: cover;
   
    
}

.flexitem5 {
  flex: 1;
  justify-content: center;
  width: 100%;
  height: 1000px;
  background-repeat: no-repeat;
  background:rgb(0, 0, 0);
}
}

@media screen and (max-width: 960px) {

  .split {
    display: flex;
    flex: 1;
    margin: 0;
    background-size: cover;
    height: 1000px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
    flex-direction: column;
  }

.flexitem4 {
    display: none;
    flex: 1;
    order: 2;
    justify-content: center;
    width:100%;
    height: 1500px;
    background: url(../images/24.jpg);
    background-repeat:no-repeat;
    flex-direction: column;
}

.flexitem5 {
  flex: 1;
  order: 1;
  justify-content: center;
  width: 100%;
  height: 1500px;
  background-repeat: no-repeat;
  background:rgb(0, 0, 0);
  background-size: cover;
}
}


.box3 {
  display: flex;
  flex: 1;
  margin: 0;
  background-size: cover;
  padding: 30px;
  height: 40px;
  text-align: center;
  justify-content: center;
  background: rgb(255, 182, 219);
}

@media screen and (max-width: 960px) {

  .box3 {
    display: flex;
    flex: 1;
    margin: 0;
    background-size: cover;
    height: 5px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
  }
}

.box {
    margin: 0;
    background-size: cover;
    padding: 0;
    height: 1000px auto;
    background: rgb(0, 0, 0);
    text-align: center;
}




.box2 {
  display: flex;
  flex: 1;
  margin: 0;
  background-size: cover;
  padding: 30px;
  height: 20px;
  text-align: center;
  justify-content: center;
  background: rgb(0, 0, 0);
}

.icon {
  height: 200px;
}


.image {
    text-align: center;
    padding-top: 1em;
    padding-right: 60em;
    padding-bottom: 30em;
}


.footer-basic {
  padding:40px 0;
  background-color:#000000;
  color:#4b4c4d;
  position: relative;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
  color: rgb(255, 2, 234);
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}

.social {
  text-align: center;
  padding: 0;
}

/*ICONS*/

.icon-instagram {
  text-align: center;
  height: 28px;
  margin: 0;
  padding-top: 6px;
  padding-left: 1px;
}

.icon-facebook {
  text-align: center;
  height: 28px;
  margin: 0;
  padding-top: 6px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-youtube {
  text-align: center;
  height: 28px;
  margin: 0;
  padding-top: 6px;
  padding-left: 1px;
}

.icon-twitch {
  text-align: center;
  height: 28px;
  margin: 0;
  padding-top: 7px;
  padding-left: 1px;
}

summary {
    font-size: 1.25rem;
    font-weight: 600;
    background-color: #fff;
    color: #333;
    padding: 1rem;
    margin-bottom: 1rem;
    outline: none;
    border-radius: 0.25rem;
    text-align: left;
    cursor: pointer;
    z-index:auto;
    margin-top: 30px;
  }
  details > summary::after {
    position: absolute;
    right: 20px;
  }
  details[open] > summary::after {
    position: absolute;
    right: 20px;
  }
  details > summary::-webkit-details-marker {
    display: none;
  }

  .faq-content {
      font-size: 1.2em;
      padding: 30px;
  }


  details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
  }
  @keyframes sweep {
    0%    {opacity: 0; margin-top: -10px}
    100%  {opacity: 1; margin-top: 0px}
  }

