* {
    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: 20px;
}
}

@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;
    
    
}

.headingwrapper {
    background-size: 100%;
    background-color: rgb(201, 30, 178);
    height: 60px;
    width: 100%;
    margin: 0;
    text-align: center;
    position: sticky;
    top: 60px;
    background: url(../images/09.jpg);
    
}

.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 (min-width: 960px) {

  .box1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0;
    background-size: cover;
    padding: 30px;
    height: 300px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
    position: relative;
  }

.flexitem1 {
    flex: 1;
    justify-content: center;
    width:auto;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 70px;
    

}

.flexitem2 {
  display: none;
  flex: 1;
  justify-content: center;
  width:auto;
  height: 20px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 70px;

}

.flexitem3 {
  display: none;  
  flex: 1;
  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;
    height: 800px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
    position:static;
    text-align: center;
  }



.flexitem2 {
  flex: 1;
  justify-content: center;
  width:auto;
  background-repeat: no-repeat;
  text-align: center;
  justify-content: center;
  padding-bottom: -20px;
  align-items: center;


}


.flexitem3 {
  flex: 1;
  justify-content: center;
  width:auto;
  height:20px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 150px;
}
}


@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);
  }
}

/*----------------box4----------------------*/

@media screen and (min-width: 960px) {

  .box4 {
    display: flex;
    flex: 1;
    margin: 0;
    background-size: cover;
    height: 300px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
    position: relative;
  }

.flexitem1 {
    flex: 1;
    justify-content: center;
    width:auto;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 70px;
    

}

.flexitem2 {
  flex: 1;
  justify-content: center;
  width:auto;
  height: 20px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 70px;

}

.flexitem3 {
  flex: 1;
  justify-content: center;
  width:auto;
  height: 20px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 70px;

}
}

@media screen and (max-width: 960px) {

  .box4 {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    background-size: cover;
    height: 1000px;
    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: 20px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 110px;


}

.flexitem2 {
  flex: 1;
  justify-content: center;
  width:auto;
  height:20px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 110px;


}


.flexitem3 {
  flex: 1;
  justify-content: center;
  width:auto;
  height:20px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 150px;
}
}





/*-----------BOX 5-----------------*/

@media screen and (min-width: 960px) {

  .box5 {
    display: flex;
    flex: 1;
    margin: 0;
    background-size: cover;
    height: 300px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
    position: relative;
  }
}

@media screen and (max-width: 960px) {

  .box5 {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    background-size: cover;
    height: 1000px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
    position:static;
    text-align: center;
    
  }
}



/*----------------------BOX 6-------------------*/


@media screen and (max-width: 960px) {

  .box6 {
    display: flex;
    flex: 1;
    margin: 0;
    background-size: cover;
    height: 100px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
    position: relative;
  }
}

.box6 {
  display: flex;
  flex: 1;
  margin: 0;
  background-size: cover;
  padding: 30px;
  height: 300px;
  text-align: center;
  justify-content: center;
  background: rgb(255, 182, 219);
  position: relative;
}



/*-----------TEXT MOBILE NEWSLETTER-----------------*/


@media screen and (min-width: 960px) {

  .text-home-newsletter {
    display: flex;
    flex: 1;
    margin: 0;
    background-size: cover;
    height: 300px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
    position: relative;
    padding-top: 10px;
  }
}

@media screen and (max-width: 960px) {

  .text-home-newsletter {
    display: none;
    flex: 1;
    flex-direction: column;
    margin: 0;
    background-size: cover;
    height: 1000px;
    text-align: center;
    justify-content: center;
    background: rgb(255, 182, 219);
    position:static;
    text-align: center;
  }
}




.textblock {
    color: white;
    
}


.box {
    margin: 0;
    background-size: cover;
    padding: 0;
    height: 1000px auto;
    background: rgb(0, 0, 0);
    text-align: 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;
    }
    }




.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;
}

.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;
}


/*Newsletterformular*/

@media screen and (min-width: 960px) {

.container {
  width: 100%;
}

.newsletter {
  padding: 0;
  width: 100%;
  background: rgb(255, 182, 219);
  margin-top: 10px;
  
}
  
  .newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  z-index: 2; }
  .newsletter .content h2 {
  color: #243c4f;
  margin-bottom: 40px; 
}

  .newsletter .content .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius:0;
  width: 450px;
}

  .newsletter .content.form-control:focus {
  box-shadow: none;
  border: 2px solid #243c4f;
  
 }

  .newsletter .content .btn {
  min-height: 50px; 
  padding-left: 10px;
  padding-right: 10px;
  border-radius:0;
  background: #243c4f;
  color: #fff;
  font-weight:600;
}
}

@media screen and (max-width: 960px) {

  .container {
    width: 100%;
  }
  
  .newsletter {
    padding: 0;
    width: 100%;
    background:  rgb(255, 182, 219);
    margin-left: 0;
    margin-top: -200px;

  }
    
    .newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    z-index: 2; }

    .newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px; 
    font-size: 20px;
  }
  
    .newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius:0;
    width: 250px;
    margin-bottom: 20px;
  }
  
    .newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
    
   }
  
    .newsletter .content .btn {
    min-height: 50px; 
    padding-left: 10px;
    padding-right: 10px;
    border-radius:0;
    background: #243c4f;
    color: #fff;
    font-weight:600;
  } 
}

@media screen and (max-width: 960px) {

  .newsletter-text {
    color: white;
    font-size: 1.5em;
    font-weight: 600;
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media screen and (min-width: 960px) {

  .newsletter-text {
    display: none;
    color: white;
    font-size: 2em;
    font-weight: 600;
  }
}


@media screen and (max-width: 960px) {
.envelope {
    margin-top: -50px;
    
}
}

