/*
 Theme Name:   AdbitesDev
 Theme URI:    https://www.adbites.de
 Description:  Adbites child theme
 Author:       Heiko Schneider
 Author URI:   https://www.adbites.de
 Template:     generatepress
 Version:      0.1
*/


@font-face {
  font-family: 'Trade Gothic';
  src: url('fonts/Trade-Gothic-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trade Gothic';
  src: url('fonts/Trade-Gothic-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}




.backgroundfont span {
  display: inline-block;
  background-color: #00594C; /* Beispiel-Grün, anpassen nach Bedarf */
  color: white;
  padding: 15px 5px 5px 5px;
  text-align: center;
}

.greenback {
  display: inline-block;
  background-color: #00594C; /* Beispiel-Grün, anpassen nach Bedarf */
  color: white;
  padding: 10px 15px 5px 15px;
  text-align: center;
}


.backgroundfontblue span {
  display: inline-block;
  background-color: #001871; /* Beispiel-Grün, anpassen nach Bedarf */
  color: white;
  padding: 15px 5px 5px 5px;
  text-align: center;
}



.backgroundfontapple span {
  display: inline-block;
  background-color: #043349; /* Beispiel-Grün, anpassen nach Bedarf */
  color: white;
  padding: 15px 5px 5px 5px;
  text-align: center;
}


.bottle-container .hotspot {
  position: absolute !important;
  display: flex !important;
  align-items: center;
   /* Abstand Icon – Text */
}

/* Beispiel-Positionen */
.hotspot-1 {
  top: 25%;
  left: -18%;
}

.hotspot-2 {
  top: 80%;
  left: 10%;
}

.hotspot-3 {
  bottom: 55%;
  left: 60%;
}

.hotspot-4 {
  top: 15%;
  left: 14%;
}

.hotspot-5 {
  top: 65%;
  left: -26%;
}

.hotspot-6 {
  top: 45%;
  left: 68%;
}

.hotspot-7 {
  top: 45%;
  left: -10%;
}

.hotspot-8 {
  top: 80%;
  left: -8%;
}

.hotspot-9 {
  bottom: 85%;
  left: 56%;
}


/* Hamburger Icon Styling */
.slideout-toggle {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 9999;
  touch-action: manipulation;
}

.hamburger-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background: #00594c;
  border-radius: 2px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

/* Optional: Animation beim Öffnen/Schließen */
.slideout-toggle.open .hamburger-icon span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.slideout-toggle.open .hamburger-icon span:nth-child(2) {
  opacity: 0;
}

.slideout-toggle.open .hamburger-icon span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

#site-navigation {
  display: none;
}


/* Off Canvas Panel fullscreen und grüner Hintergrund */
.offside {
  background-color: #00594c; /* dein Grün */
}

#generate-slideout-menu:before {
    position: absolute; 
    width: 100%;
    height: 100%;
    content:'';
    /* background-image: url('https://grasovka.underberg2.biteserv.net/wp-content/uploads/Purelogosmallv2.svg'); */
    background-position: center center;
    background-size: cover;
    opacity: .3;
}


.post-type-archive-drinks .page-header {
  display: none;
}


/* Basis-Layout */
.paging-navigation .nav-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

/* Standard-Links */
.paging-navigation .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 700;
  color: #00594c;
  border: 1px solid #00594c;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/* Hover-Effekt */
.paging-navigation .page-numbers:hover {
  background-color: #00594c;
  color: #fff;
}

/* Aktuelle Seite */
.paging-navigation .page-numbers.current {
  background-color: #00594c;
  color: #fff;
  border-color: #00594c;
  cursor: default;
}

/* "Zurück" und "Neuere Beiträge" Links */
.paging-navigation .nav-next a,
.paging-navigation .nav-previous a {
  color: #00594c;
  font-weight: 700;
  text-decoration: none;
}

.paging-navigation .nav-next a:hover,
.paging-navigation .nav-previous a:hover {
  text-decoration: underline;
}

/* Icon-Anpassung (Pfeile) */
.paging-navigation .gp-icon svg {
  fill: #00594c;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transition: fill 0.2s ease-in-out;
}

.paging-navigation .gp-icon svg:hover {
  fill: #fff;
}


.hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.bottle {
  position: absolute;
  z-index: 999;
  
}

.pureclaim {
  opacity: 0;
}

.bottle-1 { top: 0%; left: 42%; opacity: 0;}
.bottle-2 { top: 0%; left: 50%; transform: translateX(-50%);opacity: 0; }
.bottle-3 { top: 0%; left: 50%; opacity: 0;}


.video-hero {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%; /* Höhe des Fades */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, white 100%);
  z-index: 1;
}

.video-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* über Overlay */
  color: #111;
}
