/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* Listing Styles */
/* Stackable Block Schatten entfernen */

/* Nuclear Option - entfernt ALLES */

.linkor a{color:#cc3c1d; text-decoration:none;}
.linkor a:hover{color:#cc3c1d; text-decoration:underline;}

.orbit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 40px;
}

.orbit-animation {
  position: relative;
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Mittlerer Kreis mit TY Text */
.center-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a3a3a 0%, #2a2a2a 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
}

.center-circle::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffffff;
  z-index: -1;
}

.center-text {
  font-size: 48px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #ff4b24;
  text-stroke: 2px #ff4b24;
  letter-spacing: -2px;
  z-index: 1;
}

/* Orbit Ringe */
.orbit-ring {
  position: absolute;
  border: 1px solid #474747;
  border-radius: 50%;
  pointer-events: none;
}

.inner-ring {
  width: 300px;
  height: 300px;
  animation: rotate 25s linear infinite;
}

.outer-ring {
  width: 460px;
  height: 460px;
  animation: rotate 35s linear infinite reverse;
}

/* Orbit Icons */
.orbit-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a3a3a 0%, #2a2a2a 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  z-index: 8;
  transition: color 0.3s ease;
}

.orbit-icon svg {
  width: 26px;
  height: 26px;
}

/* Icon 1 - Photo */
.icon-1 {
  animation: orbitRotate1 25s linear infinite, pulsate1 10s ease-in-out infinite;
}

/* Icon 2 - Stativ */
.icon-2 {
  animation: orbitRotate2 25s linear infinite, pulsate2 10s ease-in-out infinite;
}

/* Icon 3 - Beleuchtung */
.icon-3 {
  animation: orbitRotate3 35s linear infinite reverse, pulsate3 10s ease-in-out infinite;
}

/* Icon 4 - Drohne */
.icon-4 {
  animation: orbitRotate4 35s linear infinite reverse, pulsate4 10s ease-in-out infinite;
}

/* Icon 5 - Mikrofon */
.icon-5 {
  animation: orbitRotate5 35s linear infinite reverse, pulsate5 10s ease-in-out infinite;
}

/* Animations */
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Icon Rotationen */
@keyframes orbitRotate1 {
  from { transform: rotate(0deg) translateX(150px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}

@keyframes orbitRotate2 {
  from { transform: rotate(180deg) translateX(150px) rotate(-180deg); }
  to { transform: rotate(540deg) translateX(150px) rotate(-540deg); }
}

@keyframes orbitRotate3 {
  from { transform: rotate(0deg) translateX(230px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(230px) rotate(-360deg); }
}

@keyframes orbitRotate4 {
  from { transform: rotate(120deg) translateX(230px) rotate(-120deg); }
  to { transform: rotate(480deg) translateX(230px) rotate(-480deg); }
}

@keyframes orbitRotate5 {
  from { transform: rotate(240deg) translateX(230px) rotate(-240deg); }
  to { transform: rotate(600deg) translateX(230px) rotate(-600deg); }
}

/* Pulsier-Animationen mit orangenem Schatten UND Farbwechsel - nacheinander */

/* Photo (Icon 1) - zuerst */
@keyframes pulsate1 {
  0%, 5% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
  8% {
    box-shadow: 0 0 30px rgba(255, 75, 36, 0.8), 0 0 50px rgba(255, 75, 36, 0.5);
    color: #ff4b24;
  }
  12% {
    box-shadow: 0 0 20px rgba(255, 75, 36, 0.6), 0 0 40px rgba(255, 75, 36, 0.3);
    color: #ff4b24;
  }
  18% {
    box-shadow: 0 0 30px rgba(255, 75, 36, 0.8), 0 0 50px rgba(255, 75, 36, 0.5);
    color: #ff4b24;
  }
  20%, 100% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
}

/* Stativ (Icon 2) - zweiter */
@keyframes pulsate2 {
  0%, 20% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
  23% {
    box-shadow: 0 0 30px rgba(255, 75, 36, 0.8), 0 0 50px rgba(255, 75, 36, 0.5);
    color: #ff4b24;
  }
  28% {
    box-shadow: 0 0 20px rgba(255, 75, 36, 0.6), 0 0 40px rgba(255, 75, 36, 0.3);
    color: #ff4b24;
  }
  38% {
    box-shadow: 0 0 30px rgba(255, 75, 36, 0.8), 0 0 50px rgba(255, 75, 36, 0.5);
    color: #ff4b24;
  }
  40%, 100% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
}

/* Drohne (Icon 4) - dritter */
@keyframes pulsate4 {
  0%, 40% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
  43% {
    box-shadow: 0 0 30px rgba(255, 75, 36, 0.8), 0 0 50px rgba(255, 75, 36, 0.5);
    color: #ff4b24;
  }
  48% {
    box-shadow: 0 0 20px rgba(255, 75, 36, 0.6), 0 0 40px rgba(255, 75, 36, 0.3);
    color: #ff4b24;
  }
  58% {
    box-shadow: 0 0 30px rgba(255, 75, 36, 0.8), 0 0 50px rgba(255, 75, 36, 0.5);
    color: #ff4b24;
  }
  60%, 100% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
}

/* Mikrofon (Icon 5) - vierter */
@keyframes pulsate5 {
  0%, 60% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
  63% {
    box-shadow: 0 0 30px rgba(255, 75, 36, 0.8), 0 0 50px rgba(255, 75, 36, 0.5);
    color: #ff4b24;
  }
  68% {
    box-shadow: 0 0 20px rgba(255, 75, 36, 0.6), 0 0 40px rgba(255, 75, 36, 0.3);
    color: #ff4b24;
  }
  78% {
    box-shadow: 0 0 30px rgba(255, 75, 36, 0.8), 0 0 50px rgba(255, 75, 36, 0.5);
    color: #ff4b24;
  }
  80%, 100% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
}

/* Beleuchtung (Icon 3) - fünfter */
@keyframes pulsate3 {
  0%, 80% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
  83% {
    box-shadow: 0 0 30px rgba(255, 75, 36, 0.8), 0 0 50px rgba(255, 75, 36, 0.5);
    color: #ff4b24;
  }
  88% {
    box-shadow: 0 0 20px rgba(255, 75, 36, 0.6), 0 0 40px rgba(255, 75, 36, 0.3);
    color: #ff4b24;
  }
  98% {
    box-shadow: 0 0 30px rgba(255, 75, 36, 0.8), 0 0 50px rgba(255, 75, 36, 0.5);
    color: #ff4b24;
  }
  100% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .orbit-animation {
    width: 400px;
    height: 400px;
  }
  
  .center-circle {
    width: 120px;
    height: 120px;
  }
  
  .center-circle::before {
    width: 100px;
    height: 100px;
  }
  
  .center-text {
    font-size: 40px;
    -webkit-text-stroke: 1.8px #ff4b24;
    text-stroke: 1.8px #ff4b24;
  }
  
  .inner-ring {
    width: 240px;
    height: 240px;
  }
  
  .outer-ring {
    width: 360px;
    height: 360px;
  }
  
  .orbit-icon {
    width: 45px;
    height: 45px;
  }
  
  .orbit-icon svg {
    width: 22px;
    height: 22px;
  }
  
  @keyframes orbitRotate1 {
    from { transform: rotate(0deg) translateX(120px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(120px) rotate(-360deg); }
  }
  
  @keyframes orbitRotate2 {
    from { transform: rotate(180deg) translateX(120px) rotate(-180deg); }
    to { transform: rotate(540deg) translateX(120px) rotate(-540deg); }
  }
  
  @keyframes orbitRotate3 {
    from { transform: rotate(0deg) translateX(180px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(180px) rotate(-360deg); }
  }
  
  @keyframes orbitRotate4 {
    from { transform: rotate(120deg) translateX(180px) rotate(-120deg); }
    to { transform: rotate(480deg) translateX(180px) rotate(-480deg); }
  }
  
  @keyframes orbitRotate5 {
    from { transform: rotate(240deg) translateX(180px) rotate(-240deg); }
    to { transform: rotate(600deg) translateX(180px) rotate(-600deg); }
  }
}

/* Mobile */
@media (max-width: 480px) {
  .orbit-container {
    min-height: 400px;
    padding: 20px;
  }
  
  .orbit-animation {
    width: 300px;
    height: 300px;
  }
  
  .center-circle {
    width: 90px;
    height: 90px;
  }
  
  .center-circle::before {
    width: 75px;
    height: 75px;
  }
  
  .center-text {
    font-size: 32px;
    -webkit-text-stroke: 1.5px #ff4b24;
    text-stroke: 1.5px #ff4b24;
  }
  
  .inner-ring {
    width: 180px;
    height: 180px;
  }
  
  .outer-ring {
    width: 270px;
    height: 270px;
  }
  
  .orbit-icon {
    width: 38px;
    height: 38px;
  }
  
  .orbit-icon svg {
    width: 18px;
    height: 18px;
  }
  
  @keyframes orbitRotate1 {
    from { transform: rotate(0deg) translateX(90px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(90px) rotate(-360deg); }
  }
  
  @keyframes orbitRotate2 {
    from { transform: rotate(180deg) translateX(90px) rotate(-180deg); }
    to { transform: rotate(540deg) translateX(90px) rotate(-540deg); }
  }
  
  @keyframes orbitRotate3 {
    from { transform: rotate(0deg) translateX(135px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(135px) rotate(-360deg); }
  }
  
  @keyframes orbitRotate4 {
    from { transform: rotate(120deg) translateX(135px) rotate(-120deg); }
    to { transform: rotate(480deg) translateX(135px) rotate(-480deg); }
  }
  
  @keyframes orbitRotate5 {
    from { transform: rotate(240deg) translateX(135px) rotate(-240deg); }
    to { transform: rotate(600deg) translateX(135px) rotate(-600deg); }
  }
}






















.linki a{color:#626262;text-decoration:none;}
.linki a:hover{color:#626262;text-decoration:underline;}
.linki1 a{color:#2a2a2a;text-decoration:none;}
.linki1 a:hover{color:#2a2a2a;text-decoration:underline;}
.red-glow {
  position: relative !important;
  display: inline-block !important;
  overflow: hidden !important;
}

.red-glow img {
  filter: brightness(0.35) contrast(1.1) !important;
  display: block !important;
  width: 100% !important;
  transition: filter 0.4s ease !important;
}

.red-glow::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 70% !important;
  height: 100% !important;
  background: radial-gradient(ellipse at right center, 
    rgba(255, 90, 40, 0.7) 0%, 
    rgba(255, 110, 60, 0.5) 20%, 
    rgba(220, 80, 50, 0.3) 40%, 
    rgba(180, 60, 40, 0.15) 60%, 
    transparent 80%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
  transition: opacity 0.4s ease !important;
}

.red-glow::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.6) 0%, 
    transparent 50%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
  transition: opacity 0.4s ease !important;
}

/* Hover - Bild wird klar */
.red-glow:hover img {
  filter: brightness(1) contrast(1) !important;
}

.red-glow:hover::after,
.red-glow:hover::before {
  opacity: 0 !important;
}

/* Mobile - Immer klar */
@media (max-width: 768px) {
  .red-glow img {
    filter: brightness(1) contrast(1) !important;
  }
  
  .red-glow::after,
  .red-glow::before {
    display: none !important;
  }
}
.site-footer {display:none;}
.backi {
  background: 
    linear-gradient(to top, #020202 0%, transparent 20%),
    linear-gradient(to bottom, #020202 0%, transparent 20%),
    linear-gradient(135deg, #0a0a0a 0%, #151515 50%, #1f1f1f 100%);
}





.text-mit-linie {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
  margin-top: 8em !important;
  margin-bottom: 4em !important;
}

.text-mit-linie::after {
  content: "" !important;
  flex: 1 !important;
  height: 1px !important;
  background-color: #626262 !important;
  margin-left: 20px !important;
}

.text-box {
  display: inline-block !important;
  color: #fff !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  border: 1px solid #626262 !important;
  border-radius: 25px !important;
  padding: 4px 15px !important;
  white-space: nowrap !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .text-mit-linie {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  
  .text-mit-linie::after {
    margin-left: 15px !important;
  }
  
  .text-box {
    padding: 6px 12px !important;
    font-size: 14px !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .text-mit-linie {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  
  .text-mit-linie::after {
    margin-left: 10px !important;
    min-width: 30px !important;
  }
  
  .text-box {
    font-size: 13px !important;
    padding: 5px 10px !important;
  }
}






.pill-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
  margin-top: 8em !important;
  margin-bottom: 1em !important;
}

.pill-text {
  display: inline-block !important;
  color: #fff !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  border: 1px solid #626262 !important;
  border-radius: 25px !important;
  padding: 4px 15px !important;
  white-space: nowrap !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .pill-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 5em !important;
    margin-bottom: 1em !important;
  }
  
  .pill-text {
    padding: 6px 12px !important;
    font-size: 14px !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .pill-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 3em !important;
    margin-bottom: 1em !important;
  }
  
  .pill-text {
    font-size: 13px !important;
    padding: 5px 10px !important;
  }
}





.image-dark {filter: brightness(0.55) contrast(1.1);}


.text-linie1::after {
    content: "" !important;
    flex: 1 !important;
    height: 1px !important;
    background-color: #626262 !important;
    margin-left: 20px !important;
}

.text-linie1 {
    display: flex !important;
    align-items: center !important;
    color: #000 !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
    font-size: 15px !important;
	text-transform:uppercase !important;
}

@media (max-width: 768px) {
    .text-linie1::after {
        margin-left: 15px !important;
    }
}

@media (max-width: 480px) {
    .text-linie1::after {
        margin-left: 10px !important;
        min-width: 30px !important;
    }
    
    .text-linie1 {
        font-size: 0.9em !important;
    }
}




/* GeneratePress Menu Styling */
.menu.sf-menu {
  background: rgba(255, 255, 255, 0.15); /* Heller gemacht */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 4px 15px;
}

.menu.sf-menu li a {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease, background 0.4s ease;
  border-radius: 25px;
  padding: 2px 15px;
}

/* Erster Menüpunkt - Links komplett abgerundet */
.menu.sf-menu > li:first-child a {
  border-radius: 50px 50px 50px 50px;
  margin-left: -11px;
  padding-left: 32px;
  margin-right: -15px;
  padding-right: 30px;
}

/* Letzter Menüpunkt - Rechts komplett abgerundet */
.menu.sf-menu > li:last-child a {
  border-radius: 50px 50px 50px 50px;
  margin-right: -11px;
  padding-right: 26px;
  margin-left: -15px;
  padding-left: 30px;
}

/* Wellen-Effekt beim Hover */
.menu.sf-menu li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.menu.sf-menu li a:hover {
  color: #888888;
  background: rgba(255, 255, 255, 0.1); /* Heller gemacht */
}

.menu.sf-menu li a:hover::before {
  width: 300px;
  height: 300px;
}

/* Dropdown-Menü auch stylen */
.menu.sf-menu ul {
  background: rgba(255, 255, 255, 0.15); /* Heller gemacht */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
}

.menu.sf-menu ul li a:hover {
  background: rgba(255, 255, 255, 0.1); /* Heller gemacht */
  border-radius: 15px;
}

/* Mobile Menü - Als Overlay über allem */
@media (max-width: 768px) {
  /* Header bleibt an Ort und Stelle */
  .site-header {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
  }
  
  /* Hamburger/X Button stylen */
  .menu-toggle,
  button.menu-toggle {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 10000 !important;
    background: rgba(255, 255, 255, 0.2) !important; /* Heller gemacht */
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .menu-toggle .gp-icon,
  .menu-toggle svg {
    color: #ffffff !important;
    fill: #ffffff !important;
  }
  
  /* Menü als Overlay */
  .main-navigation.toggled,
  .main-navigation.toggled .main-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: rgba(255, 255, 255, 0.1) !important; /* Heller gemacht */
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    z-index: 9998 !important;
    overflow-y: auto !important;
    padding-top: 80px !important;
  }
  
  /* Alle Header-Elemente transparent */
  .site-header,
  .inside-header,
  .mobile-bar,
  .mobile-menu-control-wrapper {
    background-color: transparent !important;
    background-image: none !important;
    background: transparent !important;
  }
  
  /* Menü selbst */
  .menu.sf-menu {
    background: transparent;
    border-radius: 0;
    padding: 20px;
  }
  
  .menu.sf-menu li {
    margin-bottom: 10px;
  }
  
  .menu.sf-menu li a {
    border-radius: 0;
    padding: 15px 20px;
    display: block;
    background: rgba(255, 255, 255, 0.15); /* Heller gemacht */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  
  .menu.sf-menu > li:first-child a,
  .menu.sf-menu > li:last-child a {
    border-radius: 0;
    margin: 0;
    padding: 15px 20px;
  }
  
  .menu.sf-menu ul {
    background: transparent;
    border-radius: 0;
  }
  
  .menu.sf-menu ul li a {
    background: rgba(255, 255, 255, 0.12); /* Heller gemacht */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  
  .menu.sf-menu ul li a:hover {
    border-radius: 0;
  }
}

/* Tablet spezifische Optimierungen */
@media (min-width: 769px) and (max-width: 1024px) {
  .menu.sf-menu {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  
  .menu.sf-menu ul {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}






/* Werkzeuge */
.video-boxes-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.video-expand-box {
  position: relative;
  background: transparent;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: height 1.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 1.5s ease;
  height: 120px;
  box-shadow: 0 0 0 rgba(255, 75, 36, 0);
}

.video-expand-box:hover,
.video-expand-box.active {
  height: 400px;
  box-shadow: 0 0 20px rgba(255, 75, 36, 0.3), 0 0 40px rgba(255, 75, 36, 0.2), 0 0 60px rgba(255, 75, 36, 0.1);
}

.video-expand-box-content {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 80px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.video-expand-box:hover .video-expand-box-content,
.video-expand-box.active .video-expand-box-content {
  top: 20px;
  bottom: 20px;
  justify-content: space-between;
}

.video-expand-box h2 {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  word-wrap: break-word;
}

.video-expand-box p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.video-expand-box:hover p,
.video-expand-box.active p {
  margin-top: auto;
}

.video-expand-box-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  width: 44px;
  height: 44px;
  background: rgba(55, 55, 60, 0.95);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 75, 36, 0.5), 0 0 16px rgba(255, 75, 36, 0.3), 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.video-expand-box:hover .video-expand-box-arrow,
.video-expand-box.active .video-expand-box-arrow {
  box-shadow: 0 0 12px rgba(255, 75, 36, 0.7), 0 0 24px rgba(255, 75, 36, 0.5), 0 0 36px rgba(255, 75, 36, 0.3), 0 4px 12px rgba(0, 0, 0, 0.4);
  transform: scale(1.15);
  background: rgba(55, 55, 60, 1);
}

.video-expand-box-arrow svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: all 0.3s ease;
  margin-left: 2px;
}

.video-expand-box-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.video-expand-box:hover .video-expand-box-video,
.video-expand-box.active .video-expand-box-video {
  opacity: 1;
  pointer-events: auto;
}

.video-expand-box-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .video-boxes-container {
    gap: 20px;
    padding: 15px;
  }
  
  .video-expand-box {
    height: 100px;
  }
  
  .video-expand-box:hover {
    height: 300px;
  }
  
  .video-expand-box-content {
    right: 65px;
    top: 15px;
    left: 15px;
  }
  
  .video-expand-box:hover .video-expand-box-content {
    top: 15px;
    bottom: 15px;
  }
  
  .video-expand-box h2 {
    font-size: 1.5rem;
  }
  
  .video-expand-box p {
    font-size: 0.95rem;
  }
  
  .video-expand-box-arrow {
    width: 38px;
    height: 38px;
  }
  
  .video-expand-box-arrow svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .video-boxes-container {
    gap: 15px;
    padding: 10px;
  }
  
  .video-expand-box {
    height: 90px;
    padding: 15px;
  }
  
  .video-expand-box:hover {
    height: 250px;
  }
  
  .video-expand-box-content {
    top: 12px;
    left: 12px;
    right: 55px;
  }
  
  .video-expand-box:hover .video-expand-box-content {
    top: 12px;
    bottom: 12px;
  }
  
  .video-expand-box h2 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  
  .video-expand-box p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  
  .video-expand-box-arrow {
    width: 34px;
    height: 34px;
  }
  
  .video-expand-box-arrow svg {
    width: 16px;
    height: 16px;
  }
}


/* Slotmaschine*/

.slot-machine-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  width: 100%;
  background: linear-gradient(135deg, rgba(40, 40, 45, 0.75) 0%, rgba(60, 60, 70, 0.65) 100%);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.slot-machine-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 75, 36, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(100, 100, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.slot-machine-frame {
  position: relative;
  width: 100%;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 50px 40px 40px 40px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.slot-machine-top {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 40px;
  background: linear-gradient(135deg, rgba(255, 75, 36, 0.2) 0%, rgba(255, 75, 36, 0.1) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #ff4b24;
  text-shadow: 0 0 20px rgba(255, 75, 36, 0.5);
  box-shadow: 
    0 4px 20px rgba(255, 75, 36, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 75, 36, 0.3);
  animation: glow-pulse 3s ease-in-out infinite;
}

@keyframes glow-pulse {
  0%, 100% {
    box-shadow: 
      0 4px 20px rgba(255, 75, 36, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 
      0 4px 30px rgba(255, 75, 36, 0.5),
      0 0 40px rgba(255, 75, 36, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
}

.slot-display {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 15px 12px;
  display: flex;
  gap: 16px;
  justify-content: center;
  box-shadow: 
    inset 0 4px 20px rgba(0, 0, 0, 0.6),
    0 2px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.slot-reel {
  width: 225px;
  height: 190px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.4),
    inset 0 2px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.slot-reel:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(255, 75, 36, 0.2),
    inset 0 2px 8px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 75, 36, 0.3);
}

.slot-reel.spinning {
  animation: reel-shake 0.1s infinite;
}

@keyframes reel-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-2px); }
  75% { transform: translateX(2px); }
}

.slot-reel-inner {
  position: absolute;
  width: 100%;
  transition: transform 0.1s linear;
}

.slot-item {
  width: 100%;
  height: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.slot-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.slot-item:hover::before {
  opacity: 1;
}

.slot-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) saturate(0.8);
  transition: all 0.4s ease;
}

.slot-item:hover img {
  filter: brightness(1) saturate(1.1);
  transform: scale(1.05);
}

.slot-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 75, 36, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 75, 36, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.slot-item:hover .slot-play-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.slot-play-overlay::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.slot-button {
  margin-top: 40px;
  width: 140px;
  height: 140px;
  background: 
    radial-gradient(circle at 30% 30%, rgba(255, 100, 80, 1) 0%, rgba(255, 75, 36, 1) 50%, rgba(200, 50, 20, 1) 100%);
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 
    0 8px 32px rgba(255, 75, 36, 0.5),
    0 4px 16px rgba(0, 0, 0, 0.3),
    inset 0 -4px 12px rgba(0, 0, 0, 0.3),
    inset 0 2px 8px rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  user-select: none;
  position: relative;
  z-index: 1;
}

.slot-button::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 75, 36, 0.3) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.slot-button:hover {
  transform: scale(1.08);
  box-shadow: 
    0 12px 40px rgba(255, 75, 36, 0.7),
    0 6px 20px rgba(0, 0, 0, 0.4),
    inset 0 -4px 12px rgba(0, 0, 0, 0.3),
    inset 0 2px 8px rgba(255, 255, 255, 0.3);
}

.slot-button:hover::before {
  opacity: 1;
}

.slot-button:active {
  transform: scale(0.98);
  box-shadow: 
    0 4px 16px rgba(255, 75, 36, 0.6),
    0 2px 8px rgba(0, 0, 0, 0.4),
    inset 0 4px 16px rgba(0, 0, 0, 0.5);
}

.slot-button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  animation: button-pulse 1s ease-in-out infinite;
}

@keyframes button-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  width: 1200px;
  animation: scaleIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.lightbox-video {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.8),
    0 0 40px rgba(255, 75, 36, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lightbox-close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.lightbox-close:hover {
  background: rgba(255, 75, 36, 0.9);
  border-color: rgba(255, 75, 36, 0.5);
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 6px 24px rgba(255, 75, 36, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
  .slot-machine-frame {
    padding: 40px 20px 30px 20px;
  }
  
  .slot-display {
    gap: 10px;
    padding: 12px 8px;
  }
  
  .slot-reel {
    width: 150px;
    height: 127px;
  }
  
  .slot-item {
    height: 127px;
  }
  
  .slot-button {
    width: 110px;
    height: 110px;
    font-size: 1.1rem;
  }
  
  .slot-machine-top {
    font-size: 1rem;
    padding: 10px 30px;
  }
  
  .slot-play-overlay {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .slot-machine-container {
    padding: 40px 15px;
  }
  
  .slot-reel {
    width: 113px;
    height: 95px;
  }
  
  .slot-item {
    height: 95px;
  }
  
  .slot-button {
    width: 90px;
    height: 90px;
    font-size: 0.95rem;
  }
  
  .slot-machine-top {
    font-size: 0.9rem;
    padding: 8px 24px;
    letter-spacing: 2px;
  }
  
  .slot-play-overlay {
    width: 40px;
    height: 40px;
  }
  
  .slot-play-overlay::after {
    border-left-width: 14px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}


/* Hero Video*/
body .site-content,
body .inside-article,
body .entry-content,
body .content-area {
  padding-top: 0 !important;
}

.hero-video-section {
  position: relative;
  width: 100vw;
  height: 1000px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: -140px !important;
  z-index: 2 !important;
}

.hero-video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1 !important;
  object-fit: cover;
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*
  background: 
    linear-gradient(to top, #020202 0%, rgba(15, 18, 21, 0.8) 15%, transparent 50%),
    rgba(0, 0, 0, 0.3);
  z-index: 2 !important;*/
}

.hero-content {
  position: relative;
  z-index: 3 !important;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-title {
  color: transparent;
  font-size: 8rem;
  font-weight: 900;
  margin: 0;
  opacity: 0;
  animation: fadeInTitle 1.5s ease-in-out 1s forwards;
}

.hero-subtitle {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 30px 0 0 0;
  padding-left: 600px;
  opacity: 0;
  animation: fadeInTitle 1.5s ease-in-out 1.3s forwards;
  letter-spacing: 1px;
  align-self: center;
   margin-top:-10px !important;
}

@keyframes fadeInTitle {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hero-video-section {
    height: 600px;
  }
  
  .hero-title {
    font-size: 2.5rem !important;
    text-align: center !important;
  }
  
  .hero-subtitle {
    font-size: 1rem !important;
    padding-left: 400px !important;
    text-align: center !important;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .hero-video-section {
    height: 500px;
    margin-top: -10px !important;
  }
  
  .hero-content {
    align-items: center !important;
  }
  
  .hero-title {
    font-size: 4rem !important;
    text-align: center !important;
    width: 100% !important;
  }
  
  .hero-subtitle {
    font-size: 0.9rem !important;
    margin-top: 15px !important;
    padding-left: 0 !important;
    text-align: center !important;
    align-self: center !important;
    white-space: nowrap;
  }
}
