*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
}

html { 
  height: 100%; 
} 

body {
 width: 90%; /* Nimmt 90% der Browserfensterbreite ein */
 max-width: 1600px; /* Wird nie breiter als 1200 Pixel */       
 text-align: center; /* Zentrierung IE */

 /* background-image:url('images/verlaufgreenblack.png');  */
 background-repeat: no-repeat;

 /* background: #efefef url("background-image.png") repeat-x; */
/*
 background-image: url('hintergrund2560.png');
 background-image: "images/pokertaxilogo.png"
 background-repeat: no-repeat; */

 /* background: #d8d507; /* keine Ahnung wofür */
 
 /* background: #071b1c url("/images/pokertaxi.png") no-repeat fixed center; */

 background-color:  #071b1c; /* ori #071b1c */
 font-size: 12px;
 font-weight: bold;
 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
 color:#ffffff; /*ori white */
 padding:0;
 margin: 0 auto; /* Zentriert die Seite */

/* neu JW */
line-height:1.6;

}

img {
  max-width: 90%; /* Bild wird nie breiter als sein Container */
  height: auto;    /* Höhe passt sich automatisch an */
  justify-content: center;
  align-items: center;
    
}

.image-container1 {
  display: flex; /* Richtet die Kinder nebeneinander aus */
  gap: 10px;     /* Optional: Abstand zwischen den Bildern */
}

.image-container1 img {
  width: 10%; /* Verhindert, dass die Bilder zu groß werden */
  height: auto;  /* Behält das Seitenverhältnis bei */
}

.app-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 200px;
}

.app-info .herotext {
    text-align: left;
    width: auto;
    flex: 0 1 auto;
    margin: 0;
}

.app-info img {
    width: 90%;
    height: 90%;
}

/* Standard für Desktop-Bildschirme */
.baustelle-img {
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto; /* Zentriert das Bild */
}

/* Anpassung für mobile Geräte (Bildschirme bis 768px Breite) */
@media (max-width: 768px) {
  .baustelle-img {
    width: 80%;
  }
}


/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3f1b1b; /* ori #f9f9f9 und */
    /* min-width: 160px; /* ori 160 */
  max-width: 300px; /* neu nur JW */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #f2ca2a; /* ori black */
  padding: 12px 16px; /* ori 12px 16px */
  text-decoration: none;
  display: block;
  text-align: left;
}


h1 {
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 20px;
color:#f2ca2a;
border: none;
outline: none;
font-weight: bold;
padding:35px 0px; /* ori 0px */
margin:0; 
text-align: center; }


.small {
    color: #8b8b8b;
    font-weight: bold;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 10px;
    padding: 15px 10px; /* ori 15px 10px */
    margin: 0px;
    
}

.smallfooter {
    color: rgb(87, 92, 90);
    font-weight: bold;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 12px;
    padding: 15px 10px; /* ori 15px 10px */
    margin: 0px;
    
}

.smallfooter a{
    color: rgb(135, 165, 153);
    font-weight: bold;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 12px;
    padding: 15px 10px; /* ori 15px 10px */
    margin: 0px;
    
}

.norbowhite {
    color: #ffffff;
    font-weight: bold;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 12px;
    padding: 15px 10px; /* ori 15px 10px */
    margin: 0px;
    
}

.mobilnorbo {
    color: #ffffff;;
    font-weight: normal;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 14px;
    padding: 15px 10px; /* ori 15px 10px */
    margin: 5px;
    
}



.norbo {
    color: #f2ca2a;
    font-weight: bold;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 14px;
    padding: 15px 10px; /* ori 15px 10px */
    margin: 0px;
    
}

.norbodrop {
    color: #f2ca2a;
    font-weight: bold;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 14px;
    padding: 15px 10px; /* ori 15px 10px */
    margin: 5px;
    
}


.norboblue {
    color: #21005e;
    font-weight: bold;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 24px;
    padding: 5px 10px;
    margin: 0px;
}

/* body{background:#f4f6f9;color:#222;line-height:1.6;} */
a{
  text-decoration:none;
  color:inherit;
}

ul{
  list-style:none;
}

/* ===== HEADER ===== */
header{
  position:sticky; /* ori sticky */
  top:0;
  width:100%;
  background:#071b1c; /* ori white und #194234; */
  border-radius: 15px;
  border: 2px solid rgb(12, 156, 89); 
  /* z-index:1000; */ /* Test 28.03.26 */
  z-index: 500;
  transition:0.3s; 
  box-shadow:0 2px 15px rgba(231, 4, 4, 0.05); /* ori  rgba(0,0,0,0.05); */ 

}

.hamburger {
  z-index: 4000;
}

.mobile-menu {
  z-index: 3000;
}


header.shrink{
  box-shadow:0 5px 20px rgba(0,0,0,0.1);
}


/* header:hover{

background-color: #00478d; 

} */

/* ===== HERO 2 ===== */
.hero2{
  /*height:100vh; /* ori 85vh */ 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  text-align:center;
  background:#071b1c;
  color:white; 
  /* padding:10px; */
  border-radius: 0px;
  border: 0px solid rgb(12, 156, 89);
  margin: 5px;

 color:white;
 font-weight: normal;
 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
 font-size: 20px;

}

/* ENDE HERO 2 */ 

.herotext {

width: 100%; /* Nimmt 90% der Browserfensterbreite ein */

background:#071b1c;
text-align: left;

line-height:2.0em;

padding:10px;
 color:white;
 font-weight: normal;
 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
 font-size: 16px;
 padding: 15px 10px; /* ori 15px 10px */
 margin: 0px;

}

.herotext a{

  color:#f2ca2a;
  margin:0 10px;
  text-decoration: underline;
}


.herotext :hover{
color:rgb(16, 230, 144);

}

.monarchtext {

width: 100%; /* Nimmt 90% der Browserfensterbreite ein */

background:#071b1c;
text-align: center; /* Zentriert Fließtext, Überschriften und Links */

line-height:2.0em;

padding:10px;
 color:white;
 font-weight: normal;
 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
 font-size: 16px;
 padding: 15px 10px; /* ori 15px 10px */
 margin: 0px;

}

.monarchtext a{

  color:#f2ca2a;
  margin:0 10px;
  text-decoration: underline;
}



/* 2. Zentrierung für alle Bilder innerhalb des Containers */
.monarchtext img {
    display: block;        /* Macht das Bild zum Block-Element */
    margin-left: auto;     /* Automatische Ränder links und rechts */
    margin-right: auto;    /* bewirken eine exakte Zentrierung */
    max-width: 90%;        /* Verhindert ein Überlappen auf Mobilgeräten */
    height: auto;
}


.nav-container{
  max-width:1200px;
  margin:auto;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  transition:0.3s;
}

.nav-container.dropdown:hover{

  background-color: #3f1b1b;
}

header.shrink .nav-container{
  height:70px;
}

.logo{
  font-size:22px;font-weight:700;color:#ffffff;
}

/* ===== NAV ===== */
nav ul{
  display:flex;
  gap:40px;
}

nav ul li{
 position:relative;
 font-weight:600;
 cursor:pointer;
 user-select:none;
 
}

/* nav:hover{
  background-color: #b8b2c2; 
} */

.arrow{
  margin-left:6px;
  transition:0.3s;
  display:inline-block;
}

li.active .arrow{
  transform:rotate(180deg);
}

li:hover{
  /* background-color: #105f59; */

   color:rgb(146, 238, 128); /* rgb(64, 132, 163); */


        font-weight: bold;
        text-decoration:none;
        background-color : transparent; 
      
      }


li.active {
        color:rgb(12, 156, 89); /* rgb(146, 238, 128); */
         
        font-weight:lighter; 
        text-decoration: underline;
        background-color : transparent; 
    
        text-underline-offset: 0.5em; 
        text-decoration-thickness:1px;
    
    
    }


.dropdown{
  position:absolute; 
  top:85px; 
  left:0; 
  background: #0c433e; /* #0c433e; */ /* ori white */
  border-radius:6px;
  
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
  overflow:hidden; 
  max-height:0; 
  transition:max-height 0.4s ease; 
  /* feste größe aufheben width:150px; */
  width: auto;
  white-space: nowrap;
}

.dropdown ul{
  
  padding:15px; /* ori 15 px */
  display:flex;
  border: 3px solid rgb(5, 196, 107);
  flex-direction:column;
  gap:12px;
}

li.active .dropdown{
  max-height:800px; /* sollte max 600 bis 800px sein! ori 400px */
  background-color:#071b1c;
}

.dropdown:hover{

  background-color: #0c433e; 
  font-style: italic;  
  text-decoration: none;
  /*display: block; */ /* wohl ein Fehler???? */
  

}


/* TEST HOVER UND KLICK
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #f1f1f1;
  min-width: 160px;
}

.dropdown-content a {
  display: block;
  padding: 10px;
}


.dropdown:hover .dropdown-content {
  display: block;
}

*/

/* CTA */
.cta{
  background:#007bff; 
  color:white; 
  padding:10px 18px; 
  border-radius:30px; 
  font-weight:600; 
  transition:0.3s;
}

.cta:hover{
  background:#0056d2;
}

/* Hamburger */
.hamburger{display:none;font-size:28px;cursor:pointer;}

/* ===== HERO ===== */
.hero{
  height:85vh; 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  text-align:center;
  background:linear-gradient(135deg,#0c433e,#105f59);
  color:white; 
  padding:20px;
  border-radius: 12px;
  border: 3px solid rgb(12, 156, 89);
  margin: 20px;
}
.hero h1{
  font-size:48px;
  margin-bottom:20px;
}

.hero p{
  font-size:18px;
  margin-bottom:30px;
  max-width:600px;
}
.hero .hero-btn{
  background:rgb(209, 173, 11); /* ori white */
  color:#d1d1d1; 
  padding:14px 30px;
  border-radius:30px;
  font-size: 22px;
  font-weight:800; 
  transition:0.3s;
}
.hero .hero-btn:hover{
  background:#7e0000;
}

/* ENDE HERO */ 

/* ===== FEATURES ===== */
.features{
  max-width:1200px;
  margin:80px auto;
  display:flex;
  flex-wrap:wrap;
  gap:40px;
  justify-content:center;
}

.feature-item{
  background:#f2ca2a; /* ori white */
  border: 3px solid rgb(5, 96, 108);
  padding:30px; 
  border-radius:12px; 
  flex:1 1 250px; 
  text-align:center;
  box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.feature-item h3{
  font-size: 17px;
  margin-bottom:15px;
  color:#00478d;
}

/* ===== TESTIMONIALS ===== */
.testimonials{
  background:#005323; 
  padding:80px 20px; 
  text-align:center;
  border-radius: 100px;
  border: 3px solid rgb(5, 96, 108);
}
.testimonials h2{margin-bottom:50px;
  font-size:32px;
  color:#007bff;
}
.testimonial-item{
  max-width:500px;
  margin:0 auto 40px; 
  background:white;
  padding:20px; border-radius:12px; 
  box-shadow:0 5px 15px rgba(0,0,0,0.05);
  font-style:italic;
  font-size: 22px;
  color: #000;
}

/* ===== FOOTER ===== */
footer{
  background:#000000; 
  color:white; 
  padding:40px 20px; 
  text-align:center;
  border-radius: 12px;
  margin: 20px;
  border: 1px solid rgb(60, 61, 61);
}

footer p{
  margin-bottom:10px;
}

footer a{
  

  color:rgb(87, 92, 90);
  margin:0 10px;
}

footer a:hover{
color:rgb(5, 196, 107);
   
}
    

/* ===== MOBILE FULLSCREEN MENU ===== */


/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 4000;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}



/* ===== MOBILE FULLSCREEN MENU FIX ===== */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0; /* der Fehler ?? */
  width: 100%;        /* immer volle Breite */
  height: 100dvh;      /* alt 100vh volle Höhe, wichtig für Landscape */
  background: #071b1c;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 5000;
  padding-top: 100px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


.mobile-menu.active{
  transform:translateX(0); 
}

/* Close Button */
.mobile-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}

.mobile-closehome{
  position:absolute;
  top: 20px;
  left: 10px; 
}

.mobile-menu ul{
  text-align:left; /* ori center*/
  padding:0;
}

.mobile-menu li{
  padding:20px; 
  font-size:20px; 
  border-bottom:0px solid #eee;
  border-top: 0px solid #eee;
  border-left: 0px solid #eee;
  border-right: 0px solid #eee;
  cursor:pointer;
  user-select:none;
  position:relative;

  /* hier testen radius und farben */
  border-radius: 0px;

}
.mobile-dropdown{
  /* height: 100%; */
  max-height:0; /* ori 0; */
  overflow:hidden; /* ori overflow: hidden */
  /* overflow: visible !important; */
  background: #071b1c;
  transition:max-height 0.3s ease; 
  

}


.mobile-menu li.active .mobile-dropdown{
  max-height:600px; /* ori 200 px wichtig für mehr als 3 Spalten */
}

.mobile-arrow{
 margin-left:6px;
 transition:0.3s;
 display:inline-block;
}

.mobile-menu li.active .mobile-arrow{
    transform:rotate(180deg);
}

/* ===== VOLLSTÄNDIGE KLICKFLÄCHE FÜR DROPDOWN-LINKS ===== */

/* 1. Klickfläche auf den gesamten Bereich ausdehnen */
.dropdown ul li a,
.mobile-dropdown li a {
    display: block;          /* Macht den Link zum Block-Element */
    width: 100%;             /* Füllt die volle Breite des Listenelements */
    height: 100%;            /* Füllt die volle Höhe inklusive Zeilenabständen */
    line-height: 1.4;        /* Verhindert zu große Abstände bei mehrzeiligem Text */
    box-sizing: border-box;
}

/* 2. Padding von den LI-Elementen auf die A-Elements verschieben */
.dropdown ul li,
.mobile-dropdown li {
    padding: 0 !important;   /* Entfernt das Padding vom LI, damit keine unklickbare Lücke entsteht */
}

/* Padding direkt auf den Link anwenden (übernimmt dein bisheriges Padding) */
.dropdown ul li a.norbo,
.mobile-dropdown li a.mobilnorbo {
    padding: 15px 10px;      /* Deinen bisherigen Padding-Wert für Links beibehalten */
}




/* Hover NUR für echte Mausgeräte */
@media (hover: hover) {
  li:hover {
    color: rgb(146, 238, 128);
  }
}

/* Hover komplett AUS für Touch */
@media (hover: none) {
  li:hover {
    color: inherit;
  }

  .dropdown:hover {
    background: none;
  }
}

@media (hover: none) {
  nav ul li:hover {
    color: inherit;
    background-color: transparent;
  }

  .dropdown:hover {
    display: none;
    background: none;
  }
}

/* ===================== MEDIA QUERIES ===================== */

/* Hamburger sichtbar auf Smartphones/Tablets */
@media (max-width:1024px) {
  nav, .cta { display: none; }
  .hamburger { display: block; }
}



/* Smartphones Portrait (max-width:767px) */
@media (max-width:767px) and (orientation:portrait){
  nav, .cta { display:none; }
  .hamburger { display:block; }
}

/* Smartphones Landscape (max-width:1024px) */
@media (max-width:1024px) and (orientation:landscape){
  nav, .cta { display:none; }
  .hamburger { display:block; }
  .mobile-menu{width:100%; height:100dvh;}
}

/* Tablets Landscape */
@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){
  nav, .cta { display:none; }
  .hamburger { display:block; }
  .mobile-menu{width:100%; height:100dvh;}
}

/* Bilder neben Text */
@media (max-width: 600px) {

    .app-info {
        flex-direction: column;
        align-items: flex-start;
    }

}