body{
    background-color: #FFF8E1;
    align-items: center;
    margin: 20px;
    overflow: visible;
}

/*-----------------------------------------------------Header--------------------------*/
.header {
    display: grid;
    grid-template-columns: 0.5fr 12fr 0.5fr; /* Drei Spalten, das mittlere Element ist doppelt so breit wie die anderen */
    background-color: rgb(82, 82, 82);
    justify-items: center;
    color: white;
    align-items: center; /* Zentrieren der Elemente vertikal */
    margin:auto;
}
.headerforotherpage{
        display: grid;
        grid-template-columns: 2fr 1fr 2fr; /* Drei Spalten, das mittlere Element ist doppelt so breit wie die anderen */
        background-color: rgb(228, 167, 70);
        justify-items: left;
        color: white;
        align-items: center; /* Zentrieren der Elemente vertikal */
        margin:auto;

}
.musterheader {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr; /* Drei Spalten, das mittlere Element ist doppelt so breit wie die anderen */
    background-color: rgb(228, 167, 70);
    padding-top: 20px;
    justify-items: center;
    color: white;
    align-items: center; /* Zentrieren der Elemente vertikal */
    margin:auto;
}



/*--------------------------------------------------------------------------logo name and style name ++++++++*/
.logo{font-family: 'Futura', sans-serif;

    width: 100%;
    justify-items: center;
    align-items: center; /* Zentrieren der Elemente vertikal */
}
.logoleft{
    background-image: url('../logo.png');
    background-size: cover;
    background-position: center;
    max-height: fit-content;
    object-fit: fill;
    height: 100px;
    width: 100px;
}

.dorulogo > h1{
    position: relative;
    font-size: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #5C3A21;
}


.logo > a:link{    font-size: 30px;
    color: white;
    text-decoration: solid;
    font-family: 'Futura', sans-serif;
}

/* ----hover-text-style--*/
.logo >a:hover{
    color: rgb(255, 255, 255);
    font-family: 'Futura', sans-serif;
    font-size: 40px;


}

/* ----active-text-style--*/
.logo >a:active{

    color:rgb(255, 255, 255);
    text-decoration: solid;
    font-family: 'Futura', sans-serif;
}

/* ----visited-text-style--*/
.logo >a:visited{

    color:rgb(255, 255, 255);
    text-decoration: solid;
    font-family: 'Futura', sans-serif;

}



/*-----------------------------------------------------Dropdown--------------------------*/
/* Menü-Icon Styling */
/* Menü-Icon Styling */
/* Menü-Icon Styling */
.menu-icon {
    display: none;
    cursor: pointer;
    position: absolute;  /* Standardmäßig nicht fixiert */
    top: 34px;           /* Anfangsposition */
    right: 20px;
    z-index: 1000;       /* Sicherstellen, dass das Icon immer oben bleibt */
    transition: all 0.4s ease;  /* Sanfte Animation */
}

.menu-icon.fixed {
    position: fixed;  /* Wenn das Menü geschlossen ist, bleibt es fixiert */
}

/* Die Bars des Menü-Icons */
.menu-icon .bar {
    width: 35px;
    height: 5px;
    background-color: #5C3A21;
    margin: 6px 0;
    transition: 0.4s;
}

/* Navigation Styling */
nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    transform: translateX(100%);
    transition: transform 0.6s ease;
    z-index: 999;  /* Sicherstellen, dass das Menü über dem Content liegt */
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 150px 0;
    text-align: center;
}

nav ul li {
    margin: 20px 0;
}

nav ul li a {
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-transform: uppercase;
    transition: color 0.6s;
}

nav ul li a:hover {
    color: #ff6347;  /* Ein heller Farbton bei Hover */
}

/* Offenes Menü */
nav.open {
    transform: translateX(0);
}

/*-----------------------------------------------------dies dent dazu dass es nach der bestimmten grösse weggeht hier ist nur der code ohne funtion
der code mit funktion ist ganz unten                                                                                        --------------------------*/
/* Media Query: Dropdown ab Handygröße ausblenden */
/*@media (max-width: 600px) {
    .dropdown-btn {
        display: none;
    }

    .container {
        grid-template-columns: 1fr; /* Auf einspaltiges Layout umstellen 
    }
}*/

/*-----------------------------------------------------erste container mit background--------------------------*/

.background {

    background-size: cover; /* Das Bild wird so skaliert, dass es den gesamten Bildschirm ausfüllt */
    background-position: center; /* Das Bild wird zentriert */
    height: 100px; /* Höhe des Hintergrundbereichs */
    text-align: center; /* Zentrieren des Textes */
    padding-top: 200px; /* Abstand nach oben für den Text */
    z-index: 1;
    background-color: rgba(0, 0, 0 ); /* Halbtransparente schwarze Überlagerung */
}
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 1200px; /* Begrenzung für große Bildschirme */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .slider {
    display: flex;
    transition: transform 0.8s ease-in-out;
    object-fit: cover;
    height: auto;
  }
  
  .slider img {
    width: 100%;
    flex-shrink: 12;
  }





/*ist für des atachmante sonme more stylele*/

.backgroundata {
    background-image: url('../waben_mit_bienen.jpg'); /* Pfad zum Hintergrundbild */
    background-attachment: fixed;   /*  das es floszet schauen wir uns es an */
    background-size: cover; /* Das Bild wird so skaliert, dass es den gesamten Bildschirm ausfüllt */
    background-position: center; /* Das Bild wird zentriert */
    height: 500px; /* Höhe des Hintergrundbereichs */
    color: white; /* Textfarbe */
    text-align: center; /* Zentrieren des Textes */
    padding-top: 200px; /* Abstand nach oben für den Text */
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5); /* Halbtransparente schwarze Überlagerung */
}

.grid-container1{
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
/*-----------------------------------------------------container die zweispalten einführen!!!!!--------------------------*/
.grid-container2 {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Zwei Spalten mit gleicher Breite */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    background-color: rgb(228, 167, 70);
}



/*-----------------------------------------------------style für die überschrift!!!!!--------------------------*/



/*-----------------------------------------------------sind für die überschriften--------------------------*/
.alluberschrift > a:link{    font-size: 30px;
    color:#5C3A21;
    text-decoration: solid;
    font-family: Georgia, 'Times New Roman', Times, serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ----hover-text-style--*/
.alluberschrift a:hover{
    color:#5C3A21;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 40px;


}

/* ----active-text-style--*/
.alluberschrift a:active{
    font-size: 30px;
    color:#5C3A21;
    text-decoration: solid;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* ----visited-text-style--*/
.alluberschrift a:visited{
    font-size: 30px;
    color:#5C3A21;
    text-decoration: solid;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

/* ----beobachte was passiert!!!!"durch item werden der contet auf mitte gesetzt"--*/
.grid-item {
    background-color: #F6C85F;
    padding: 20px;
    text-align: center;
    margin: auto;
}
/* dient haupsachlich für logo*/
.grid-logo {
    background-color: #FFF8E1;
    padding: 20px;
    margin-bottom: 5px;

}



/* ----sorgt dür übersicht und abstände --*/
.zwischenabstand{
    padding: 20px;
    margin-top: 0%;
    margin-bottom: 0%;
    background-color: #F6C85F
}
.zwischenabstandshadow{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); 
    padding: 20px;
    margin-top: 0%;
    margin-bottom: 0%;
    background-color: #FFF8E1;
}
.zwischenabstandshadowyellow{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); 
    padding: 20px;
    margin-top: 0%;
    margin-bottom: 0%;
    background-color: #F6C85F;
}
/* ----sorgt für die art der schrift die auf der Html seite geschrieben wird"--*/
.alltext{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #5C3A21;
    font-size: 27px;
    text-align: center;
    padding-top: 90px; 
    font-weight: bolder;
}

/* ----ist für drei container in reihen =)  --*/
.grid-container3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Drei Spalten mit gleicher Breite */
    grid-gap: 10px; /* Abstand zwischen den Zellen */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

/* ----ist für sechs container in reihen =)  --*/
.grid-container6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Drei Spalten mit gleicher Breite */
    max-height: 10px;
    box-shadow: 5px 0 0 5px 15px rgba(0, 0, 0, 0.4);

}

/* ----hier kommt mein neuer text bezüglich den honig--*/

.textforhonigdescription{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    font-style: italic;

    color: #fff;
    text-shadow: 
        -0.5px -0.5px 0 #000, /* Oben links */
         0.5px -0.5px 0 #000, /* Oben rechts */
        -0.5px  0.5px 0 #000, /* Unten links */
         0.5px  0.5px 0 #000; /* Unten rechts */
}



/* ----                                                 hier werden meine tabelle gesdtyle für den honigglässerm--*/
.table-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #7A5C2E;
}

h2 {
    text-align: center;
    font-size: 40px;
    padding-top: 80px;
    color: #FFF8E1;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 12px 15px;
    text-align: left;
}

th {
    background-color: #7A5C2E;
    color: #fff;
    text-transform: uppercase;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

.order-btn {
    background-color: #7A5C2E;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.order-btn:hover {
    background-color: #5E431D;
}


/* ----alles für den footer hier ist ende der website >>>>>>!!!!!FOOTER!!!!!!<<<<<<<  unnten nur noch mediaqueries--*/
.footer {
    background-color: #F6C85F;
    color: #000000;
    padding: 40px 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
    /*überschriften*/
.footer-section h3 {
    margin-top: 0;
    font-size: 18px;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.footer-section p, 
.footer-section ul {
    margin: 10px 0;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

.footer-section ul li {
    margin: 8px 0;
}

.footer-section ul li a {
    color: #000000;
    text-decoration: none;
    font-weight: bolder;
}

.footer-section ul li a:hover {
    color: #fff;
}

.social-media {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icon img {
    width: 30px;
    height: 30px;
    filter: invert(100%);
}

.social-icon:hover img {
    filter: invert(70%);
}

.footer-bottom {
    text-align: center;
    padding: 20px 0 0;
    border-top: 1px solid rgb(255, 255, 255);
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
}


/* Mediaqueries                                                                      <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* für Tablets*/

@media only screen and (max-width: 1024px) {
    .grid-container1 {
        grid-template-columns: repeat(1, 1fr); /* Ändert das Grid auf zwei Spalten */
    }
    .grid-container2 {
        grid-template-columns: repeat(1, 1fr); /* Ändert das Grid auf zwei Spalten */
        background-color: #F6C85F;
    }
    .grid-container3 {
        grid-template-columns: repeat(1, 1fr); /* Ändert das Grid auf zwei Spalten */
    }

}



/* für Iphone */

@media only screen and (max-width: 650px) {
    .grid-container1 {
        grid-template-columns: repeat(1, 1fr); /* Ändert das Grid auf zwei Spalten */
    }
    .grid-container2 {
        grid-template-columns: repeat(1, 1fr); /* Ändert das Grid auf zwei Spalten */
    }
    .grid-container3 {
        grid-template-columns: repeat(1, 1fr); /* Ändert das Grid auf zwei Spalten */
    }
    .grid-container8 {
        grid-template-columns: repeat(8, 5fr); /* Ändert das Grid auf zwei Spalten */
    }
    .grid-container6 {
        grid-template-columns: repeat(3, 1fr); /* Ändert das Grid auf zwei Spalten */

    }
    .grid-container6 {
        grid-logo: repeat(3,1fr);
    }

    .grid-container1 {
        iframe: repeat(1, 1fr);
    }

    
}


/* für dropdown */
/* Responsive Design */
@media screen and (max-width: 600px) {
    /* Menü-Icon wird angezeigt */
    .menu-icon {
        display: block;
    }
}




/* für handys abstandhalter */

@media (max-width: 600px) {
    .grid-item {
        background-color: #F6C85F;
        padding: 20px;
        text-align: center;
        
    } 

       
}




/* für texte fürs handy*/


@media (max-width: 600px) {
    .alltext {  
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: black;
        font-size: 28px;
        text-align: center; 
    }     
}


/* überschruft fürs handy*/

@media (max-width: 600px) {
    .uberschriftFirst {  
        font-family:'Times New Roman', Times, serif;
        color: white;
        font-size: 25px;
        text-align: center;

        
    } 

       
}


/* überschruft fürs handy*/

@media (max-width: 300px) {
    .uberschriftFirst {  
        font-family:'Times New Roman', Times, serif;
        color: white;
        font-size: 15px;
        text-align: center;

        
    } 

       
}

/* ----              fürs handy                                   hier werden meine tabelle gesdtyle für den honigglässerm--*/
@media (max-width: 600px) {
    .body{
        align-items: center;
    }
    th, td {
        display: block;
        width: 100%;
    }
    td {
        padding: 10px 5px;
    }

}

/* für logo*/
@media (max-width: 2400px) {
    .logo {  
        width: 75%; 
         

        
    }    
}
@media (max-width: 1200px) {
    .logo {  
        width: 75%; 
        
         

        
    }    
}
@media (max-width: 1000px) {
    .logo {  
        width: 75%; 
         

        
    }    
}

@media (max-width: 800px) {
    .logo {  
        width: 65%; 
         

        
    }    
}

@media (max-width: 600px) {
    .logo {  
        width: 65%; 
         

        
    }    
}
@media (max-width: 300px) {
    .logo {  
        width: 65%;  

        
    }    
}

/* für schiebreglerfoztos*/
@media (min-width: 500px){
    .slider-container{
        display: none;

    }
    .slider img {
        width: 100%;
        flex-shrink: 150;
      }
}

