

.image-1{
 background-image: url(/thumb/Affiliate/Honig_Ad-min.jpg);
}

.image-2{
 background-image: url(/thumb/LogoDesign_Neu/POSTER_Hanf_Cola_2-min.jpg);
}
.image-3{
 background-image: url(/thumb/Filmposter/Der_Sammler.jpg);
}
.image-4{
 background-image: url(/thumb/LogoDesign_Neu/POSTER_M-Wave_1-min.jpg);
}

.intro{
  display: flex;
  justify-content: center;
}

.wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width:80vw;
  margin-bottom: 10px;
  padding-bottom: 50px;
  padding-top: 50px;
 
}
.wrapper h1{
  font-weight: 500;
  margin: 20px;
  font-size: 1.6em;
}
.wrapper h2{
  margin-top: 20px;
  
  font-size: 2.3em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}



 @media(max-width: 710px){
.wrapper h1{
  font-size: 1.2em;
}
  }  
  @media(max-width: 710px){
.wrapper h2{
  font-size: 1.5em;
  line-height: 1.5em;
}
  }  
  .grid-container{
    margin: 0;
    border-bottom: none;
  }
  
.cta-button{
  position: relative;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  background: none;
  border: 2px solid rgb(215, 75, 19);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
   box-shadow: 2px 2px 4px rgba(48, 27, 2, 0.404); 
  color: rgb(46, 21, 3);
}
.cta-button:hover{
  cursor: pointer;
  background-color: rgb(215, 75, 19);
  color: whitesmoke;

}
@media(max-width: 600px){
  .cta-button{
    font-size: 1em;
    padding: 2px;
  }
}
.liquid {
  background: linear-gradient(rgb(215, 75, 19) 0 0) no-repeat calc(200% - var(--p, 0%))
    100% / 200% var(--p, 0.2em);
  transition: 0.2s var(--t, 0s),
    background-position 0.3s calc(0.3s - var(--t, 0s));
}

.liquid:hover {
  --p: 100%;
  --t: 0.3s;
  color: #fff;
}
.action-text{
  display: block;
  text-align: center;
  width: 100vw;
  padding: 20px 50px 20px 50px;
  line-height: 1em;
  font-size: 1.5em;
}
.welcome{
  background-image: url(/thumb/LandingP/HG_Posterdesign.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 500px;
  overflow-x: hidden;
}
.headline{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 65px;
  height: 300px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;

  flex-wrap: nowrap;
  width: 100%;
}

.headline #best0{
  color: rgba(255, 153, 0, 0.863);
   text-shadow: 3px 4px #000000b6;
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif Georgia, 'Times New Roman', Times, serif;
font-size: 4em;
}
@media (max-width: 600px){
.headline #best0{
  font-size: 2em;
}
}
.ad-div{
  display: flex; 
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  width: 90%;
}
.ad-div img{
  width: 100%;

}
.ad-div a{
  margin: 0;
}
.advertising{
  display: flex;
  justify-content: center;
  align-items: center;

}
.img-div1{
    margin: 15px;
}
@media (max-width: 800px){
  .ad-div{
    flex-wrap: wrap;
  }
}
.action-text a{
 
}
.action-text a button{
  padding: 15px;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.509);
  margin-top: 20px;
}
.action-text a button:hover{
  background-color: rgba(255, 153, 0, 0.863);
  color: whitesmoke;
  font-size: larger;
  box-shadow: none;
}
.banner{
  display: flex;
  background-image: url(/thumb/DRAWINGS/Banner/ABSTRACT_Warp_2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 500px;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
}
.headline{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 65px;
  height: 300px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;

  flex-wrap: nowrap;
  width: 100%;
}

.headline #best0{
  color: rgba(255, 153, 0, 0.863);
   text-shadow: 3px 4px #000000b6;
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif Georgia, 'Times New Roman', Times, serif;
font-size: 4em;
}
@media (max-width: 600px){
.headline #best0{
  font-size: 2em;
}
}

.info{
  margin-top: 50px;
   display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.cta-button{
  position: relative;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  background: none;
  border: 2px solid rgb(215, 75, 19);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
   box-shadow: 2px 2px 4px rgba(48, 27, 2, 0.404); 
  color: rgb(46, 21, 3);
}
.cta-button:hover{
  cursor: pointer;
  background-color: rgb(215, 75, 19);
  color: whitesmoke;

}
@media(max-width: 600px){
  .cta-button{
    font-size: 1em;
    padding: 2px;
  }
}
.liquid {
  background: linear-gradient(rgb(215, 75, 19) 0 0) no-repeat calc(200% - var(--p, 0%))
    100% / 200% var(--p, 0.2em);
  transition: 0.2s var(--t, 0s),
    background-position 0.3s calc(0.3s - var(--t, 0s));
}

.liquid:hover {
  --p: 100%;
  --t: 0.3s;
  color: #fff;
}
.info h1{
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 600;
}
