
/* =========================================================
   HEADER / BANNER
   ========================================================= */

.head1 {
  background-image: url("/thumb/LandingP/HG_Firmenlogos.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;

  height: 500px;
  overflow-x: hidden;
}

.welcome {
  background-image: url("/thumb/LandingP/HG_Logodeign.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/webdesign_kompr.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;

  height: 100vh;
  overflow-x: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 20px 0 80px;
}

.bann2 > img:first-child {
  display: block;
    width: 100%;
}
#ki-logo{
  position: absolute;
    top: 90px;
    right: 15px;
    width: 180px;
    height: 40px;
}


.Bann3 {
  background-image: url("/thumb/DRAWINGS/Banner/EXPLORER_Nation_1_Banner.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;

  height: 100%;
  overflow-x: hidden;
}


/* =========================================================
   INTRO / WRAPPER
   ========================================================= */

.intro {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100vw;

  margin-bottom: 10px;
  padding-bottom: 50px;

  text-align: justify;
}

.wrapper p {
  margin: 20px;
  padding: 0 20px;

  color: #1b1b1b;

  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3em;

  text-align: left;

  text-shadow: 1px 1px 2px rgb(167, 163, 163);
}

.wrapper h1 {
  margin: 20px;
  padding: 0 20px;

  font-size: 1.6em;
  font-weight: 500;
}

.wrapper h2 {
  margin: 20px 0 0;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.3em;
  font-weight: 500;
}


/* =========================================================
   MEDIENTEXT / ICONS
   ========================================================= */

.medientext {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 15px 0;

  overflow: hidden;

  border-bottom: 2px solid rgb(124, 68, 0);
}

#riders-prev-button{
  width: 100px;
  height: 100px;
  background-color: black;
  background-image: url(/thumb/Logos/vereinslogo_header_sized.png);
  background-size: 100% 100%;
}
#pole-prev-button{
  width: 100px;
  height: 100px;
  background-image: url(/POLEDANCE/thumb/Bilder_fuer_demowebsite/Vorschau_2.jpg);
  background-size: 100% 100%;
}
#autopflege-prev-button{
  width: 100px;
  height: 100px;
  background-image: url(/CARWASH_Projekt/thumb/Fotoordner1/kompr13.png);
  background-size: 100% 100%;
}
#verein-prev-button{
  width: 100px;
  height: 100px;
  background-image: url(/WURZELBERT/thumb/kompi3.png);
  background-size: 100% 100%;
}
#dart-prev-button{
  width: 100px;
  height: 100px;
  background-image: url(/DART/thumb/nine_darter_kompr.png);
  background-size: 100% 100%;
}

.icon-div {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;

  margin-left: 20px;
}
/* =========================================================
   PREVIEW LINKS – HOVER
   ========================================================= */

.icon-div {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: 20px;
  gap: 15px;
}

/* Link selbst */
.icon-div a {
  display: block;
  position: relative;
  margin: 10px 0 10px 10px;
  z-index: 1;
}

/* Preview-Bilder */
.icon-div a button {
  display: block;
  width: 100px;
  height: 100px;

  padding: 0;
  border: 0;
  border-radius: 8px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  cursor: pointer;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

/* STARKER HOVER */
.icon-div a:hover {
  z-index: 100;
}

.icon-div a:hover button {
  transform: scale(1.6);

  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.55),
    0 0 0 4px rgba(215, 75, 19, 0.9);

  filter: brightness(1.1);
}

/* Andere Previews etwas abdunkeln */
.icon-div:has(a:hover) a:not(:hover) button {
  filter: brightness(0.55);
  transform: scale(0.9);
}
.icon-div img {
  width: 50px;
  height: 50px;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.container {
  display: flex;
  flex-direction: column;

  width: 100%;
  height: max-content;

  margin-bottom: 80px;
  padding: 20px;

  text-align: center;

  background-color: rgba(22, 22, 21, 0.751);
  border-radius: 5px;

  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.568);
}

.container h3 {
  margin-bottom: 20px;

  color: #ccc;

  font-size: 25px;
  font-weight: 500;
  font-style: italic;
}

/* =========================================================
   MEDIENTEXT / ICONS
   ========================================================= */

.medientext {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 15px 0;

  overflow: hidden;

  border-bottom: 2px solid rgb(124, 68, 0);
}



.icon-div {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;

  margin-left: 20px;
}

.icon-div img {
  width: 50px;
  height: 50px;
  margin: 10px;
}
/* =========================================================
   DESCRIBER
   ========================================================= */
.web-example-div{
  display: flex;
 
  gap: 20px;
  justify-content: center;
  padding: 0 20px 0 20px;
}
@media(max-width:915px){
  .web-example-div{
    flex-wrap: wrap;
  }
}

.describer {
  height: max-content;

  padding: 20px 20px 40px 20px;

  background-color: rgba(255, 178, 69, 0.253);
  border-radius: 5px;

  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.568);
}

.describer h1,
.describer h2 {
  margin: 0;

  color: #373737;

  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-style: oblique;
}

.describer h1 {
  margin-top: 20px;
  margin-bottom: 15px;

  font-size: 1.5em;
}

.describer h2 {
  font-size: 1.2em;
}


/* 
/* =========================================================
   CTA BUTTON
   ========================================================= */

.cta-button {
  margin-bottom: 30px;
  padding: 1rem 2rem;

  color: rgb(46, 21, 3);
  background: none;

  border: 2px solid rgb(215, 75, 19);
  border-radius: 8px;

  box-shadow: 2px 2px 4px rgba(48, 27, 2, 0.404);

  cursor: pointer;

  font-size: 2rem;
  font-weight: 600;

  overflow: hidden;

  transition: all 0.3s ease;
}

.cta-button:hover {
  color: whitesmoke;
  background-color: rgb(215, 75, 19);
}


/* =========================================================
   LIQUID EFFECT
   ========================================================= */

.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;
}



/* =========================================================
   HEADLINE / VIDEO
   ========================================================= */

.headline,
.headline3 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 300px;

  margin: 0;
  padding: 0;

  line-height: 65px;
}

.headline3 {
  position: absolute;
}

.headline3 #best0,
.Bann2 #best0 {
  margin: 0;

  color: rgba(255, 153, 0, 0.863);

  text-shadow: 3px 4px #000000b6;

  font-family:
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;

  font-size: 4em;
}

#bg-video {
  position: relative;

  top: 0;
  left: 0;

  width: 100vw;
  height: 100vh;

  object-fit: cover;

  z-index: -1;
}

.content {
  position: relative;
  z-index: 1;

  padding-top: 200px;

  color: white;
  text-align: center;
}

#enter1 {
  margin-bottom: -200px;
}

.enterbuttons img {
  margin-top: 25px;
}

#logohead {
  margin-bottom: 80px;
  
  
}



/* =========================================================
   RESPONSIVE
   ========================================================= */



@media (max-width: 1020px) {
  .container h3 {
    margin-bottom: 0;
    font-size: 20px;
  }
}


@media (max-width: 710px) {
  .wrapper p {
    font-size: 1.2em;
  }

  .wrapper h1 {
    font-size: 1.2em;
  }

  .wrapper h2 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

@media (max-width: 600px) {
  .headline3 #best0,
  .Bann2 #best0 {
    font-size: 2.2em;
  }

  .cta-button {
    padding: 2px;
    font-size: 1em;
  }
}