

body{
margin:0 auto;
padding: 0;
height: 100%;

    }

#menuebar{
    background-image: url(HeavenBilder/Heaven1.jpg);
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: transparent;
    background-size: cover;
    position: fixed;
    margin-top: -20px;
    z-index: 1;
    }


 #menuebar2{
      background-image: url(HeavenBilder/Heaven1.jpg);
      width: 100%;
      height: 100px;
      text-align: center;
      margin-top: -20px;
      background-size: cover;
      position: fixed;
      }
  

#menuebar a{
  color: black;
}

#menuebarnews{
      background-image: url(HeavenBilder/Heaven1.jpg);
      width: 100%;
      height: 100px;
      text-align: center;
      margin-top: 0px;
      background-color: transparent;
      background-size: cover;
      position: fixed;
      }
      
#menuebarnews a{
  color: black;
}
.logo{
    height: 175px;
    float: center;
    padding: 5px 5px;
    margin-left: -80px;
    position: absolute;
    }

.linktext{
text-decoration: none;
}

.link_überuns{
  font-family: Copperplate Gothic;
    font-size: 25px;
    color: black;
    margin: 45px 200px 35px 0;
    margin-left: 15px;
    float: right;
       font-weight: bold;
       background-image: linear-gradient(
    to right,);
    text-decoration: none;
    }
   
    
.link_sneaker{
  font-family: Copperplate Gothic;
    font-size: 25px;
    color: black;
    margin: 45px 0 35px 200px;
    float: left;
       font-weight: bold;
       background-image: linear-gradient(
    to right,);
    text-decoration: none;
}

.link_news{
  font-family: Copperplate Gothic;
  font-size: 25px;
  color: black;
  margin: 45px 0px 35px 100px;
  float: left;
  font-weight: bold;
  background-image: linear-gradient(
  to right,);
  text-decoration: none;
  }
  
.link_kontakt{
  font-family: Copperplate Gothic;  font-size: 25px;
  color: black;
  margin: 45px 100px 35px 0px;
  float: right;
     font-weight: bold;
     background-image: linear-gradient(
  to right,);
  text-decoration: none;
  
}

#top{
padding-top:200px ;
width: 100%;
}   

/*  Slideshow */
.slimer{
    margin-left: 370px;
  width: 950px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

.slides{
  width: 500%;
  height: 500px;
  display: flex;
}

.slides input{
  display: none;
}

.slide{
  width: 20%;
  transition: 2s;
}

.slide img{
  width: 950px;
  height: 500px;
}

.navigation-manual{
  position: absolute;
  width: 800px;
  margin-top: -40px;
  margin-left: 80px;
  display: flex;
  justify-content: center;
}

.manual-btn{
  border: 2px solid #40D3DC;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child){
  margin-right: 40px;
}

.manual-btn:hover{
  background: #40D3DC;
}

#radio1:checked ~ .first{
  margin-left: 0;
}

#radio2:checked ~ .first{
  margin-left: -20%;
}

#radio3:checked ~ .first{
  margin-left: -40%;
}

#radio4:checked ~ .first{
  margin-left: -60%;
}


.navigation-auto{
  position: absolute;
  display: flex;
  width: 800px;
  justify-content: center;
  margin-top: 460px;
  margin-left: 80px;
}

.navigation-auto div{
  border: 2px solid #40D3DC;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child){ 
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
  background: #40D3DC;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
  background: #40D3DC;
}

#radio3:checked ~ .navigation-auto .auto-btn3{
  background: #40D3DC;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
  background: #40D3DC;
}


#main{
    width: 800px;
    margin: auto;
}

.wrapper{
  position: absolute;
  top: 10%;
  left: 52%;
  transform: translate(-50%,-50%);
}

.wrapper h2{
  padding: 0;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0,0,0,0.5);
  font-size:  60px;
}

.wrapper p{
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 35px;
}

.wrapper a{
  background: crimson;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
}
#nextsneaker:before{
  content: "";
  animation: animate infinite 8s;

}

.price_range{
float: left;
height: 50px;
margin-top: 250px;
}

@keyframes animate{
  0%{
    content: 'Adidas';
  }
  20%{
    content: 'Nike';
  }
  40%{
    content: 'Jordan';
  }
  60%{
    content: '"Off-White"';
  }
  80%{
    content: 'Yeezy';
  }
  100%{
    content: 'Ambush';
  }
}

#footer{
    height: 80px;
    width: 100%;
    background-image: url(HeavenBilder/Heaven1.jpg);
    background-size: cover;
    position: absolute;
    bottom: 0px;

}

.footerimage{
    float: left;
    margin-left: 7.5px;
    margin-top: 45px;
    height: 25px;

}

.golden_text{
    font-family: 'Garamond',serif;
    font-size: 25px;
    margin-left: -220px;
    float: center;
    font-weight: bold;
    background-image: linear-gradient(
 to right,
 #462523 0,
 #cb9b51 22%,
 #f6e27a 45%,
 #f6f2c0 50%,
 #f6e27a 55%,
 #cb9b51 78%,
 #462523 100%
 );
    color:transparent;
    -webkit-background-clip:text;
 }

 #copyright{
	display: flex;
	align-items: center;
	justify-content: center;
 }
    

.container{
  margin-left: 75px;
    margin-top: 150px;
  width: 90%;
  height: auto;
  overflow: hidden;
  padding-left: 75px;

}


.col{
  align-items: center;
  display: flex;
	justify-content: center;
  float: left;
     width: 27%;
     margin-right: 3.33333%;
     padding: 20px;
     box-sizing: border-box;
    margin-top: 50px;
    box-shadow: 10px 10px 15px silver;

}

.card-title{
  font-family: Copperplate Gothic;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.card-body{
  font-family: Copperplate Gothic;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.card-footer{
  font-family: Copperplate Gothic;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}



.ueber-uns {
  margin-left: 325px;
  margin-top: 150px;
width: 45%;
height: auto;
overflow: hidden;
padding-left: 75px;
font-family: Copperplate Gothic;
text-align: center;
font-size: 20px;
font-weight: bold;
}
 
.marquee{
  margin-top: 50px;
  position: relative;


}

.news{
  padding: 4.5rem 0;
}

.newstitle{
  margin-top: 50px;
  text-align: center;
  padding: 1rem 0;

}

.newstitle h2{
  font-family: Copperplate Gothic;
  font-size: 2.4rem;
}

.newstitle p{
  text-transform: uppercase;
  padding: 0.6rem;

}

.news-content{
  margin: 2rem 0;
}

.news-item{
  cursor: pointer;
  margin: 1.5rem 0;
}

.news-bild{
  margin-left: 350px;
  overflow: hidden;
}

.news-title{
  padding: 1rem;
  font-size: 1.2rem;
  text-align: center;
  width: 70%;
  margin: 0 auto;

}

.blog{
  padding: 4.5rem 0;
}

.blog-content{
  margin: 2rem 0;

}

.blog-img{
  position: relative;
}

.blog-text{
  margin: 2.2rem 0;
  padding: 0 1rem;
}

.blog-text span{
  font-weight: 300;
  display: block;
  padding-bottom: 0.5rem;
}

.blog-text h2{
font-family: Verdana, Geneva, Tahoma, sans-serif;
padding: 1rem 0;
font-size: 1.65rem;
font-weight: 500;
}

.blog-text p{
  font-weight: 300;
  font-size: 1.1rem;
  opacity: 0.9rem;
  padding-bottom: 1.2rem;
}

.blog-text a{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  color: darkgrey;
  display: inline-block;
  background: white;
  color: #f6e27a;
  padding: 0.55rem 1.2rem;
  transition: all 0.5s ease;

}

.case {
height: 2000px;
margin-top: 200px;
}

.col-md-3 {
padding-top:90px;
}

.slider{
width: 20px;
}

.colbox{
  color:#462523;
}

.img-responsive{
height: 200px;
width: 300px;
margin-left: 8px;
margin-top: 8px;
}

.list-group{
width: 100px;
}

.text-danger{
font-family: Copperplate Gothic;
color: black;
margin-top: -10px;
}

.textname{
font-family: Copperplate Gothic;
color:black;
text-decoration: none;
}

.filterbox{
  margin: 10px;
  background-color: white;
  float: left;
  height: 50px;
  width: 200px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.filterbox .banner{
  top: 50px;
  font-family: Copperplate Gothic;
  font-weight: bold;
  margin-left: -8px;
  visibility: hidden;
  opacity: 0;
  transition: all .4s;
  width: 220px;
  height: auto;
  background-color:white;
  border-radius: 20px;
  opacity: 400;
}
.filterbox:hover .banner{
  visibility: visible;
  opacity: 1;
}

.card2{
  height: 100%;
margin-top: 20px;
position: relative;
margin-bottom: 200px;
padding-bottom: 100%;

}

.bigbox{
width: 95%;
padding-top: 42px;
padding-bottom: 500px;
margin-bottom: 500px;
height: 100%;
}


.filterbigbox{
margin-left: 310px;
padding-top: 150px;
margin-bottom: 10px;
}

#price_range{
width: 150px;
margin-left: 33px;
}

.Filterhead{
font-family: Copperplate Gothic;
color: black;
margin-top: 0px;
font-size: 15pt;
}

.icon{
height: 20px;
margin-left: 130px;
}

.icon2{
  height: 20px;
  margin-left: 5px;
  }

.contactbox{
font-family: Copperplate Gothic;
margin-top: -120px;
padding-bottom: 0px;
}

.contactbigbox{
padding-top: 75px;
font-size: 22pt;
margin-left: 150px
}

.kontakttext{
font-family: Copperplate Gothic;
font-style: bold;
font-size: 12pt;
}

.platz{
height: 100px;
padding-top: 100px;
padding-bottom: 100px;
margin-bottom: 100px;S
}