.hi-1{
 background-image: url(/thumb/News/Bike_web.jpg);
}

.hi-2{
 background-image: url(/thumb/News/GraveDigger_web.jpg);
}
.hi-3{
 background-image: url(/thumb/News/Illustr_RedBull_Air_plane1_1_1_web.jpg);
}
.hi-4{
 background-image: url(/thumb/News/Illustr_pilot_Watch_web.jpg);
}
.hi-5{
 background-image: url(/thumb/News/Kawasaki_900_z1_Super4-min.jpg);
}
.hi-6{
 background-image: url(/thumb//News/Lamborghini_Aventador.jpg);
}
.hi-7{
 background-image: url(/thumb/News/Porsche_web.jpg);
}
.hi-8{
 background-image: url(/thumb/News/Kawasaki_Ninja-min.jpg);
}
.hi-9{
 background-image: url(/thumb/Bildergeschichte/Adobe\ Express\ -\ file\(2\)-min.jpg);
}
.hi-16{
 background-image: url(/thumb/DRAWINGS/112.jpg);
}.hi-17{
 background-image: url(/thumb/DRAWINGS/113.jpg);
}.hi-18{
 background-image: url(/thumb/DRAWINGS/114.jpg);
}.hi-19{
background-image: url(/thumb/DRAWINGS/115.jpg);
}.hi-20{
 background-image: url(/thumb/DRAWINGS/116.jpg);
}
.hi-20{
 background-image: url(/thumb/DRAWINGS/117.jpg);
}


body{
margin-top: 80px;


}
.welcome{
  background-image: url(/thumb/LandingP/Banner.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 500px;
  overflow-x: hidden;
  
}

.Bann2{
  background-image: url(/thumb/LandingP/logo_Banner_small.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 500px;
  overflow-x: hidden;

}

.avatar{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 30px;
  padding-bottom: 90px;
  font-weight: 500;
  border-bottom: 2px solid rgb(75, 35, 0);
  padding-right: 20px;
}

.mediendesign{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-width: 1365px;
  width: 100vw;
  overflow: hidden;
  flex-wrap: nowrap;
  margin-top: 100px;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (max-width:550px){
  .mediendesign{
    flex-wrap: wrap;
   
  }
}
.logodiv{
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  margin-right: 0px;
}
.imagediv img{
max-width: 200px;
}
@media (max-width: 800px){
  .imagediv img{
    width: 150px;
  }
  .logodiv{
    margin-right: 0;
  }
}
@media(max-width: 390px){
  .imagediv img{
    width: 100px;
  }
 }
.inspire{
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #292929;
  text-align: center;
}
.inspire a{
  text-decoration: none;
  line-height: 10px;
  font-weight: 400;
  font-size: 0.8em;
  font-style: italic;
  color: #090b9a;
  
}
.inspire p{
  font-size: 1.3em;
  font-weight: 400;
  font-style: italic;
  line-height: 40px;
}
.inspire span{
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 55px;
  font-style: italic;
  color: black;
}
@media(max-width: 800px){
 .inspire p{
  font-size: 1em;
}
.inspire span{
  font-size: 2.2rem;
}
 }
 @media(max-width: 390px){
  .inspire span{
    font-size: 1.5em;
  }
 }


.describer{
  display: block;
  padding: 20px;
  background-color: rgba(255, 178, 69, 0.253);
  height: max-content;
  border-radius: 5px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.568);
  width: 50%;
  margin-top: 20px;
}
@media (max-width:850px){
  .describer{
    display: none;
  }
  #kartengame{
    display: none;
  }
  #drawings{
    display: none;
  }
}
.describer2{
  display: block;
  padding: 20px;
  background-color: rgba(255, 178, 69, 0.253);
  height: max-content;
  border-radius: 5px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.568);
  width: 50%;
  margin-top: 20px;
}
.describer2 a{
  text-decoration: none;
}
@media (max-width:850px){
  .describer2{
    display: flex;
    flex-direction: column;justify-content: center;
    align-items: center;
    width: 90%;
  }
}
.describer2 .medientext{
  text-align: center;
}
.describer2 .medientext p{
  line-height: 1.3em;
}
.angebot{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.describer h2{
  margin: 0;
  font-weight: 400;
  font-size: 1.5em;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: oblique;
  color: #373737;
}
.describer h1{
  margin: 0;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 1.2em;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: oblique;
  color: #373737;
}
.medientext{
    border-top: 2px solid rgb(124, 68, 0);

  border-bottom: 2px solid rgb(124, 68, 0);
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}


.medientext  button{
  padding: 10px;
  background-color: #be9e01;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(48, 27, 2, 0.404);
   font-size: 1.0em;
  color: rgb(46, 21, 3);
  
}
.medientext button:hover{
  background-color: chartreuse;
  box-shadow: 2px 2px 4px rgba(48, 27, 2, 0.0) ;
  cursor: pointer;
  color: rgb(24, 2, 148);
  font-size: larger;
}
@media(max-width: 600px){
  .medientext button{
    font-size: 15px;
    padding: 2px;
  }
}


.medientext span{
  font-weight: 500;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  line-height: 30px;
 
}

.angebot #meditex2{
   display: flex;
   flex-direction: row;
   height: max-content;
   flex-direction: column;
   justify-content: center;
   flex-wrap: nowrap;
   border: none;
   align-items: center;
}
.angebot #meditex2 #angebot{
  width: 75%;
}

.icon-div{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  justify-items: center;
  margin-left: 0px;
}

.icon-div img{
  width: 70px;
  height: 70px;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.427);
}
@media (max-width: 795px){
  .icon-div img{
    width: 40px;
    height: 40px;
    margin: 10px;
  }
}
.avatar .anliegen{
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
margin-bottom: 30px;
  text-align: center;
  align-items: center;
  font-style: italic;
}

.avatar .anliegen h2{
   font-weight: 400;
   line-height: 30px;
}
.avatar .anliegen hr{
  margin-top: 15px;
  width: 55%;
  border: none;
  height: 3px;
  background-color: #393939;
  border-radius: 10px;
 
}

@media screen and (min-width: 810px) and (min-width: 1040px){
 .avatar .anliegen h2
 {
    font-size: 1.4em;
  }
}
@media(min-width: 800px){
 .anliegen h2{font-size: 1.2em;
}
}
@media(max-width: 680px){
 .anliegen h2{font-size: 1em;
}
}
.info{
  margin-top: 80px;
   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{
  margin-bottom: 15px;
  font-weight: 500;
}
.info h2{
  font-weight: 400;
}
@media(min-width: 800px){
 .info h2{font-size: 1.3em;
}
}
@media(max-width: 680px){
 .info h2{font-size: 1em;
}
}
.enter{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.kartenspiel{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  margin-top: 30px;
}
.kontakt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  margin-top: 80px;
  border-bottom: 2px solid rgb(57, 33, 0);
}
#kont1{
  margin-top: 0px;
}
.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;
}
.kontakt h2{
  font-size: 1.3em;
  font-weight: 500;
}
.angebot{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.angebot h2{
  font-size: 3em;
  font-weight: 500;
}
.angebot h3{
  margin-top: 30px;
  font-size: 1.3em;
  font-weight: 400;
}
@media(max-width: 680px){
 .kartenspiel .angebot h3{font-size: 1em;
}
}
@media(max-width: 680px){
 .kartenspiel .angebot h2
 {
  font-size: 1.6em;
}
}
@media(max-width: 680px){
 .avatar .aufforderung h3
 {
  font-size: 1.6em;
}
}



.aufforderung{
  display: flex;
  flex-direction: column;
  
  justify-content: center;
  padding: 20px;
  color: #292929;
  text-align: left;
}
.aufforderung span{
   margin-top: 20px;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
}
.aufforderung h2{
  margin-top: 20px;
  font-size: 2.2em;
  font-weight: 400;
  margin: 0;
  width: max-content;
}
.aufforderung h1{
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  
}
.aufforderung h2{
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 25px;
}
.aufforderung h3{
  margin-top: 10px;
  font-size: 1.9em;
  font-weight: 600;
  margin-left: 20px;
}
@media(max-width: 980px){
 .avatar .aufforderung
 {
  padding: 0;
}
}
@media(max-width: 980px){
 .avatar .aufforderung h2
 {
  font-size: 1em;
}
}
@media(max-width: 980px){
 .avatar .aufforderung h1
 {
  font-size: 1em;
}
.aufforderung span{
   font-size: 1.3em;
}
}

.enterbuttons{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 5px;
  font-weight: 600;
  width: auto;
}
.enter img{
  width: 25px;
}
.enterbuttons button{
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  width: 250px;
  border-radius: 10px;
}
.enterbuttons a button:hover{
  background-color: rgb(215, 75, 19);
  color: azure;
  cursor: pointer;
}
.enterbuttons a{
  margin: 10px;
  text-decoration: none;
}
.enterbuttons:hover{
 cursor: pointer;
}
.enterbuttons a{
 text-decoration: none;
}

   @media(max-width: 850px){
    .headline{
      padding-left: 30px;
    }
    
   }
  

@media (max-width: 600px){
.headline #best0{
  font-size: 2em;
}
}
.headline h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 2em;
}
.headline p{
  font-weight: bold;
  font-family:'Courier New', Courier, monospace ;
  font-size: 1em;
}
.headline h2{
  font-family:Arial, Helvetica, sans-serif, Times, serif  ;
  font-size: 1.3em;
}

.roundslider-div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}


.slideshow{
position: relative;
align-items: center;
height: 50vh;
margin-top: 0px;
width: 50%;
}
#mail1{
    color: rgb(255, 238, 219);
   font-size: 1.5em;
   font-style: oblique;
   font-weight: 600;
   text-shadow: 2px 2px #00000079;
   margin-top: 50px;
  
}
#log{
   color: rgba(255, 140, 9, 0.863);
   text-shadow: 2px 2px #000000d7;
  text-decoration: wavy;
}

 
#ruhe{
   text-shadow: 2px 2px #9f6a01c7;
   color: rgb(41, 41, 41);
   line-height: 1.9em;
   margin-bottom: 50px;
}
#ruhe2{
   text-shadow: 2px 2px #9f6a01c7;
   color: rgb(41, 41, 41);
}
#erleben{
   text-shadow: 2px 2px #9f6a01c7;
   color: rgb(41, 41, 41);
}

.slideshow h1{
  font-weight: 600;
  font-size: 1.4em;
  color: rgb(55, 55, 55);
}



h1{
 font-size: 1.7em;
}
.grid{ 
  margin-top: 20px;
  display: flex;
  flex-direction:column;
  justify-content: center;
  text-align: center;
  
}
.grid#bildergeschichte .span2{
 font-size: 1.2em;
 font-style: italic;
}
.grid#bildergeschichte{
  width: 90vw;
  margin-left: 70px;
  text-align: justify;
}
.grid#bildergeschichte p{
  font-size: 1.1em;
  line-height: normal;

}
.grid#bildergeschichte span{
  font-size: 1.5em;
  line-height: normal;
  font-weight: 600;
  
}
@media(max-width: 600px){
  .grid#bildergeschichte{
 margin-left: 20px;
}
}
.grid-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  gap: 60px;
  justify-content: center;
  padding-bottom: 50px;
  padding-top: 50px;
  align-items: center;
  margin-right: 80px;
}
 
 @media(max-width: 450px){
    .grid-container{
      margin-right: 0px;
      margin-left: 50px;
   }
  }

.card{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border: 1px solid rgb(75, 82, 92);
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  margin: 10px;
  width: min-content;
  color: black;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.231);

}
.card-image{
 
 background-color: rgb(0, 153, 255);
 height: 300px;
 margin-bottom: 15px;
 background-size: cover;
 width: 300px;
}
@media(max-width:450px){
  .card-image{
    height: 250px;
  width: 250px;
}
.card{
  margin-left: 0px;
}
}
.card button{
  margin-top: 10px;
  font-size: 20px;
  padding: 5px;
  background-color: rgb(37, 88, 117);
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border-radius: 3px;
}
.card button:hover{
  cursor: pointer;
}
.cardlogo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
 
} .cardlogo img{
  width: 150px;
}
.card a{
  text-decoration: none;
  color: rgb(69, 6, 6);
}


@media (max-width: 800px){
  .roundslider-div{
    display: none;
  }
}

.card img.ki-icon{
  width: 20px;
  
}
#amath-ki{
  width: 25px;
}
.banner{
  height: max-content;
}
.banner img{
  width: 100%;
  height: 100vh;
}
.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;
  }
}
.banner{
  display: flex;
  background-image: url(/thumb/DRAWINGS/MECH_BANNER.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;
}
.banner2{
  display: flex;
  background-image: url(/thumb/DRAWINGS/Warp_Art_Banner_10.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;
}