@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap; 
    src: url('../style/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* moderne Browser */
         url('../style/fonts/open-sans-v34-latin-300.woff') format('woff'),   /* Fallback ältere Browser */

}




  /*HEADER ------------------------------------------------------------------------------------------------------------------------------*/
  

/* Standard-Header */
header {
    background: #595a73;
    color: #e3c6ac;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease-in-out;

    border-bottom: 2px #e3c6ac solid;
}

/* Header-Container */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* Logo */
.logo img {
    width: 110px;

}

/* Navigation */
nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {

    bottom: 10px;

}

#nav-menu{
height: max-content;
margin-top: 0;
    padding-top: 0;
}

nav ul li a {
    color: #e3c6ac;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s, transform 0.2s;
    text-decoration: none;
    display: flex;
    align-items: center;
}

nav ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

nav ul li a i {
    margin-right: 8px;
    transition: transform 0.3s;
}

nav ul li a:hover i {
    transform: rotate(10deg);
}

/* --- Responsive Anpassungen --- */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #e3c6ac;
    position: absolute;
    right: 20px;
    z-index: 1500;
}


@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

nav {
    position: absolute;
    top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
    width: 100%;
    max-width: 600px;
    background: #595a73;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    border-radius: 5px;
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}




    nav ul {
        display: flex;
        flex-direction: column;
        width: 100%;

    }

nav ul li {
    text-align: center;
}

nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}



    nav ul li a {
        font-size: 19px;
        padding: 10px 0;
        display: block;
        width: 100%;
    }


    nav.active {
        display: flex;
        transform: translateY(0);
        opacity: 1;
        background-color: #38394b;
    }
}











    /*HEADER ------------------------------------------------------------------------------------------------------------------------------*/


    .text-images {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
margin: 20px 0;
}

.text-images img {
max-width: 100%;
height: auto;
border-radius: 8px;
}


    
/*HERO*/


.hero {
    background: url('/img/slider/bild1.webp') center center/cover no-repeat;
    height: 80vh; /* fast Vollbild */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
      z-index: 1;

}

.hero-overlay {
    text-align: center;
    background: rgba(0,0,0,0.4); /* leichte Verdunkelung für Text */
    padding: 30px 20px;
    border-radius: 8px;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.hero-btn {
    padding: 12px 25px;
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.hero-btn:hover {
    background-color: #e65500;
}




  .btn-buchen {
    background-color: #ff6600;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    font-weight: bold;
}


  html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    font-family: "Open Sans", sans-serif;
    background-color: #38394b;
}
p, h1, h2, h3, h4, tr, th, ul, li{
    color: #e3c6ac;
}

.container-verleih{
    width: max-content;
    margin: 0 auto;
    width: 99%;
}

.container-verleih > * {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:790px){

    .container-verleih {
display: grid;
grid-template-columns:auto auto; 
gap: 20px;
width: 50%;


}

.grid-item {
    margin-top: 0px;
}

.grid-s{

    width: auto;
    }

    .container-verleih{
        width: auto;
        margin: 0 auto;
    }

 }

 .grid-item {
    margin-top: 13px;
}


 .sticker {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    border-radius: 15px;
}

@media (min-width: 650px) {
    .sticker {
        width: 225px;
    }
}

.grid-s{

width: max-content;
}

.grid-item {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #595a77;
    width: 225px;
}


.box-verleih{
width: 83%;
max-width: 550px;
}

label{
    font-family: "Open Sans", sans-serif;
    color: #e3c6ac;
}
p{
    font-size: 20px;
}

.p-small{
    font-size: 16px;
    margin-top: -10px;
}

.imprint{
    font-size: 21px;
}
  
.items-center{
    top: 25px;
    background-color: #38394b;
    display: flex;
    width: max-content;
    margin: 0 auto;
    padding-top: 20px;
   
}

.aheader {

    font-size: 25px;
    margin: 10px auto;
}



a {
    text-decoration: none;
    color: #e3c6ac;
    margin: 5px;
}

.tel {
    text-decoration: underline;
    color: #ff6600;
}

a:hover {
    color: #ff6600;
}


.logo {
    
    height: 90px;
  
}




.single-select{
    background-color: #797a9a;
    width: 100%;
    border-radius: 3px;
    max-width: 380px;
}


.table-header {
    position: absolute;
    right: 5%;
}



textarea{
    font-family: "Open Sans", sans-serif;
    height: 250px;
    font-size: 20px;
    width: 90%;
 
    background-color: #a9a9bc;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 350px;
}

.widecontainer{

    background-color: #595a73;
  padding: 1rem;
            border-radius: 1rem;
            margin: 1rem auto;
            max-width: 1000px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  
  }


   


  .widecontainer-centerfull{
    width: max-content;
    margin: 0 auto;
  }
  
  .widecontainer-center{
    width: 80%;
    margin: 0 auto;
  }



  .intro-flex {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.intro-flex.reverse {
    flex-direction: row-reverse;
}

.intro-text {
    flex: 1 1 400px;
}

.intro-images {
    flex: 1 1 350px;
}


.intro-images img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 900px) {
    .intro-images img {
        height: 260px;
    }
}


footer {
    background-color: #595a73;
    color: #e3c6ac;
    padding: 30px 20px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 300;
}

footer a {
    color: #e3c6ac;
    text-decoration: none;
    font-weight: 400;
    transition: opacity 0.2s ease;
}

footer a:hover {
    opacity: 0.6;
}

.footer-section {
    margin: 6px 0;
    font-size: 1.05rem;
}

footer address {
    margin: 25px 0 10px;
    font-style: normal;
    opacity: 0.9;
    font-weight: 300;
}

footer p {
    opacity: 1;
    font-size: 1rem;
}




.img-slide {
    width: auto;
}

.einleitung {
    position: relative;
    margin: auto;
    width: 80%;
    height: min-content;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #38394b;
    margin-bottom: 2px;
}



.box-small {

    width: 400px;
    height: 400px;
    background-color: aqua;
    margin: 0px auto;


}


.content {
    background-color: #38394b;
    position: relative;
    height: auto;
    margin-bottom: 0px;
    width: 100%;
}

.small {
    position: relative;
    height: max-content;
    padding-top: 150px;
    padding-bottom: 150px;
}

.box-verleih {
    height: auto;
width: 83%;
    background-color: #646582;
    padding: 20px;
    margin: 10px auto;
    border: 2px #e3c6ac solid;
    border-radius: 50px;
    
 
  }


  .box-verleih {
  width: 83%;
  max-width: 600px;
  margin: 20px auto;
  padding: 30px;
  background: linear-gradient(135deg, #646582, #4b4c66);
  border: 2px solid #e3c6ac;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);

}

  input::placeholder {
    color: rgb(0, 0, 0); 
  }

  th{
    white-space: nowrap;
  }

  .table-verleih{
    width: max-content;
    text-align: center;
  vertical-align: middle;
  border: 1px solid #e3c6ac;
  margin: 0 auto;
  }




.center {

    align-items: center;
    justify-content: center;
}

table {
    border-spacing: 25px 0px;
}

.nav {
    width: 80%;
}

.text-small{
    font-size: 17px;
}

.input{
    font-family: "Open Sans", sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 20px;
    height: 25px;
    width: 90%;
    max-width: 350px;
    background-color: #a9a9bc;
    box-shadow: none;

    padding: 5px 10px; 
    
    transition: background-color 0.3s ease; 
}

#bikeTypeSelect{
    max-width: 300px;
}

select, .input-size {
    border: 1px solid #ccc;
    box-shadow: none; 
    font-size: 18px;
    border-radius: 5px;
    background-color: #a9a9bc;
    color: black;
    padding: 5px 10px; 
    transition: background-color 0.3s ease; 
    width: 80%;
    max-width: 200px;
}


.tableizer-table {
    width: 90%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #595a77;
    color: #e3c6ac;
    font-family: "Open Sans", sans-serif;
    border: 2px solid #e3c6ac;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.tableizer-table thead {
    background-color: #38394b;
    color: #e3c6ac;
    font-weight: bold;
    text-transform: uppercase;
}

.tableizer-table th,
.tableizer-table td {
    padding: 12px 20px;
    text-align: center;
    border-bottom: 1px solid #e3c6ac;
}

.tableizer-table tbody tr:nth-child(odd) {
    background-color: #646582;
}

.tableizer-table tbody tr:hover {
    background-color: #ff6600;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}




.submit,
input[type=submit] {
    background-color: #ff6600;
    color: #ffffff;
    font-size: 18px;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    display: inline-block;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}


.submit:hover, input[type=submit]:hover {
    background-color: #e65c00; 
}



@media (max-width:950px){


    .content-kontakt{
        
        width: 100%;
        margin: 0 auto;
        height: 100%;
        
       
  
    }
 
    .container {
        position: relative;
        min-width: 100%;
     
       
      }
      
    
   
    
    
    .box-kontakt {
        height: auto;
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
        background-color: #646582;
        padding: 20px;
        margin-bottom: 10px;
        border: 2px #e3c6ac solid;
        border-radius: 50px;
        
     
      }

     

      .karte-box{
        width: auto;
      
      }
      
      
  
  }
  
  @media (min-width:950px){

    

    .karte-box {
        display: flex;
        width: auto;
    }
    
    .container {
        display: flex;
        align-items: stretch;
        position: relative;
        margin: 0 auto;
        height: max-content;

      
    }
    
    .box-kontakt {
        min-height: 90%;
        width: 350px;
        background-color: #646582;
        margin-left: 3px;
        margin-right: 3px;
        padding: 20px;
       

        border: 2px #e3c6ac solid;
        border-radius: 50px;
    }
    
    .kontakt-height {
        min-height: 90%;
      
        margin-bottom: 0px;
       
       
    }
    
    

  }




  /*Slyder */


  .slideshow-container {
    position: relative;
  width: 100%;
  max-width: 800px;
    height: auto; /* Dynamische Höhe */
    margin: 40px auto;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.slide {
    display: none;
    position: relative;
    width: 100%;
    height: auto; /* Höhe proportional zur Breite */
}

.slide img {
    width: 100%;
    height: auto; /* Automatische Höhe basierend auf Breite */
    object-fit: contain; /* Zeigt das gesamte Bild an */
    border-radius: 8px;
}

.caption {
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 20px;
    position: absolute;
    bottom: 8px;
    left: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.dot-container {
    text-align: center;
    padding: 10px;
    background: #f4f4f9;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fade Effekt */
.fade {
    animation: fadeEffect 1.5s;
}

@keyframes fadeEffect {
    from {opacity: .4} 
    to {opacity: 1}
}

/* Media Queries für verschiedene Bildschirmgrößen */
@media (max-width: 768px) {
    .slideshow-container {
        max-width: 100%; /* Vollbild auf kleineren Geräten */
    }
    
    .slide img {
        object-fit: contain; /* Bewahrt das Seitenverhältnis und zeigt das gesamte Bild */
    }
    
    .caption {
        font-size: 1rem; /* Kleinere Schrift auf kleineren Geräten */
    }
    
    .prev, .next {
        font-size: 16px; /* Kleinere Navigationspfeile */
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .caption {
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .prev, .next {
        font-size: 14px;
        padding: 10px;
    }
}
