<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

* {
    /* --text: #0f1515;
    --background: #e4eceb;
    --primary: #815a5d;
    --secondary: #e2dad5;
    --accent: #8a6079; */

    /* --text: #010402;
    --background: #f4fbf4;
    --primary: #327b35;
    --secondary: #bee4bf;
    --accent: #3e9841; */


    scroll-behavior: smooth;
}

:root {
    /* Standardwerte fÃ¼r die Variablen */
    --text: #031626;
    --background: #fffce3;
    --primary: #538151;
    --secondary: #cee0cd;
    --accent: #437458;
}
  
  
  
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: var(--accent);
    overflow: hidden;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 10px;
    cursor: pointer;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
    
  }

body{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;

    background-color: var(--background);

    color: var(--text);
    overflow-x: hidden;
}

section{
    margin-top: 100px;
    margin-bottom: 100px;
}

.content{
    margin-top: 100px;
    padding: 10px;
}

.fontbig{
    font-weight: bolder;
}
/* --------------------------------- */
/* Navbar */

.navbar-pc{
    width: 100%;

    background-color: var(--secondary);

    display: flex;
    align-items: center;
    justify-content: space-between;

    /* border-radius: 0px 0px 20px 20px; */
    /* border-bottom: 20px solid black; */

    box-shadow: 0px 5px 10px 10px var(--secondary);

    position: relative;
    z-index: 1;
}

.logopc{
    background-image: url("assets/logo_geis2.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    width: calc(657px / 1.5);
    height: calc(186px / 1.5);

    margin: 10px;
    margin-right: calc(-657px / 3);

    position: relative;
}

.logopc span{
    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;

    z-index: 111;
}

.logomobile{
    display: none;
    background-image: url("assets/logo_geis2.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    width: calc(657px / 3);
    height: calc(186px / 3);

    margin: 10px;

    position: relative;
    left: calc(50% - calc(657px / 6));
}

.logomobile span{
    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;

    z-index: 111;
}

.links{
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: large;
}

.links a{
    text-decoration: none;
    font-weight: bold;

    color: var(--accent);

    transition: 0.2s ease-in-out 0s;

    display: flex;
    align-items: center;
    width: 160px;
}

.links a:hover{
    font-size: larger;
}

.links img{
    margin-left: 10px;
}

button{
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}

.hidden{
    display: none !important;
}

.light{
    color: white;
}

.theme-pc{
    width: calc(657px / 3);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-mobile{
    display: none;
}

.arrowtheme{
    text-align: right;
    line-height: 13px;
    position: relative;
    top: 20px;
}

.arrowtheme p{
    margin-top: -1px;
    font-family: 'Caveat', cursive;
}

/* Dropdown Button */
.dropbtn {
    color: var(--text);
    border: none;
    font-weight: bold;
    transition: 0.3s ease-in-out 0s;
    display: none;
  }
  
  /* The container &lt;div&gt; - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: center;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    top: 30px;
    right: 5px;

    background-color: var(--primary);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    min-width: 160px;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    color: white;
    align-items: center;

    padding: 12px 16px;
  }

  .dropdown-content img{
    margin-left: 10px;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: var(--accent);}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    transform: translateY(10px);
}


/* --------------------------------- */
/* Welcome Screen */

.welcomescreen{
    width: calc(100% + 20px);
    height: 800px;
    margin-top: -100px;
    margin-left: -10px;
    /* background-color: red; */

    background-image: url(assets/hof/dji_fly_20231003_115758_34_1696327088860_photo_optimized.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;

    color: white;
    font-size: xx-large;
}

.welcomescreen h1{
    width: 100%;
    text-align: center;
    text-shadow: -2px -2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000, 2px 2px #000000;
}
/* --------------------------------- */
/* Standorte */

.standorte{
    margin: auto;
    max-width: 900px;
    /* background-color: red; */

    margin-bottom: 100px;
}

.tables-pc{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    max-width: 800px;
    width: 100%;
}

.standorte table{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: fit-content;

    outline: 2px solid var(--accent);
    margin: 5px;
    border-radius: 10px;
}

.standorte td{
    min-width: 200px;
    height: 50px;
    text-align: center;

    font-weight: bold;
}

.standorte a{
    padding: 10px;

    background-color: var(--accent);
    color: white;
    font-weight: bold;
    text-decoration: none;

    border-radius: 10px;
}

.standorte span{
    line-height: 35px;
    font-size: small;
    font-weight: 00;
}

.standorte .art td{
    font-size: small;
    height: 10px;
}

.standorte .zeiten td{
    font-size: small;
    height: 40px;
}

.bezahlmg{
    width: 90%;
    max-width: 900px;
    margin: auto;
    margin-top: 100px;
    background-color: var(--accent);

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;

    padding: 10px;
    border-radius: 10px;
}

.bezahlmg h2{
    width: 100%;
    text-align: left;
    color: var(--secondary);
}

.bezahlmg img{
    max-width: 100px;
}

.bezahlimgs{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.bezahlimg{
    height: 100%;
    /* outline: 2px solid; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    color: var(--secondary);
}

.bezahlimg-card{
    height: 100%;
    /* outline: 2px solid; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    /* color: var(--secondary); */
    color: orange
}

.bezahlmgcomingsoon{
    font-weight: bolder;
    color: var(--secondary);
    font-style: italic;
}

.geschenkidee{
    margin: auto;
    margin-bottom: 100px;
    max-width: 900px;
    width: 90%;
    /* background-color: var(--accent); */
    border-radius: 10px;
    color: var(--text);

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.geschenkidee h2{
    width: 95%;
}

.geschenkcards {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1rem;
}


.geschenkcard{
    width: 45%;
    min-width: 300px;
    aspect-ratio: 1/1.2;
    /* padding: 10px; */
    outline: 2px solid var(--primary);
    background-color: var(--primary);
    color: var(--background);
    border-radius: 10px 10px;
}

.geschenkidee img{
    width: 100%;
    /* outline: 2px solid var(--background); */
    border-radius: 10px 10px 0px 0px;
}

.geschenktext{
    margin-left: 5px;
}

.geschenkidee span{
    font-weight: bold;
    color: var(--text);
    margin-bottom: 10px;
}

/* --------------------------------- */
/* Bestellungen */

.bestellungen{
    margin: auto;
    margin-top: 200px;
    max-width: 900px;
    margin-bottom: 100px;
}

.orderlinks{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.linkorder{
    width: 30%;
    min-width: 120px;
    height: 50px;
    margin-top: 10px;
    background-color: var(--primary);
    border-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.3s ease-in-out 0s;
}

.linkorder a{
    color: var(--background);
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
}

.linkorder:hover{
    box-shadow: 0px 0px 10px 1px var(--primary);
}

/* --------------------------------- */
/* Kundenbewertungen */

.kundenbewertungen{
    margin: auto;
    max-width: 900px;
    width: 100%;
    font-size: large;
}

.kundenbewertungen p{
    max-width: 100%;
}

.kundenbewertungen a{
    font-style: italic;
    font-weight: bold;
    font-size: medium;
    color: var(--accent);
    text-decoration: none;

    display: flex;
    align-items: center;
}

.kundenbewertungen span{
    font-size: smaller;
    font-weight: bolder;
}

.kundenbewertungen img{
    transform: scale(0.8);
}

.kundenbewertungen tr{
    min-height: 100px;
    margin: 5px;
    /* background-color: red; */
}

.kundenbewertungen td{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --------------------------------- */
/* Sortiment */

.sortiment{
    margin: auto;
    margin-top: 100px;
    max-width: 900px;
    font-size: large;
}

/* --------------------------------- */
/* Slide Show */

.slideshow-container {
    max-width: 900px;
    /* height: 300px; */
    position: relative;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 100px;
    border-radius: 10px;
    overflow: hidden;
}
  
/* Hide the images by default */
.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 20px;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: var(--background);
    background-color: #0000005b;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0px 10px 10px 0px;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 10px 0 0 10px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.text {
    width: 30%;
    height: 30px;

    position: absolute;
    bottom: 10px;
    left: 35%;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: rgba(0, 0, 0, 0.525);
    border-radius: 20px;
}

.text p{
    font-size: 110%;
    line-height: 20px;
    font-weight: bolder;
    color: white;
}

.fade {
    animation-name: fade;
    animation-duration: 0.5s;
}
  
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* --------------------------------- */
/* Footer */

.footer{
    margin-top: 200px;

    width: 100%;
    min-height: 200px;

    background-color: var(--secondary);

    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;

    position: relative;
}



.linkup a{
    text-decoration: none;
    color: var(--secondary);
}

.marktgilde{
    width: 10%;
    min-width: 190px;
    text-align: center;
}

.midtext{
    text-align: center;
}

.marktgilde img{
    height: 100px;
    border-radius: 10px;
}

.marktgilde p{
    font-weight: bold;
}

.copyright span{
    font-size: small;
    text-align: center;
    width: 100%;
    text-align: center;
}

.bestellungentext{
    font-weight: bold;
    text-align: center;
}

.bestellungentext p{
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
}

.bestellungentext a{
    color: var(--primary);
}

.impressumdatenschutz{
    height: 100%;
    width: 150px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.impressumdatenschutz a{
    background-color: var(--accent);
    color: var(--secondary);

    text-align: center;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}


@media only screen and (max-width: 1000px){
    .logomobile{
        display: block;
    }

    .logopc{
        display: none;
    }

    .theme-pc{
        display: none;
    }

    .theme-mobile{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .links{
        display: none;
    }

    .dropbtn{
        display: block;
    }

    .arrowtheme-pc{
        display: none;
    }

    .text p{
        font-size: 90%;
    }
}

.linkup{
    height: 50px;
    width: 50px;
    background-color: var(--primary);

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50px;

    position: fixed;
    bottom: 10px;
    left: 10px;
}

/* ---------------------- */
/* Datenschutz */

.datenschutz{
    margin: auto;
    width: 100%;
    max-width: 900px;
    padding: 10px;
    padding-top: 50px;
    padding-right: 0px;

    word-break: keep-all;

    
}

.impressum{
    margin: auto;
    width: 100%;
    max-width: 900px;
    padding: 10px;
    padding-top: 50px;
    padding-right: 0px;

    word-break: keep-all;

}

/* ---------------------- */
/* Kontakt */

.kontakt{
    margin: auto;

    max-width: 700px;
    width: 90%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px var(--text);

    background-color: var(--text);
    color: var(--background);

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-grow: 1;
    /* align-items: center; */
    padding: 10px;
}

.leftkontakt{
    width: 30%;
    min-width: 300px;
    margin: auto;
}

.rightkontakt{
    width: 50%;
    min-width: 300px;
    height: 100%;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.form{
    min-width: 300px;
}

.form p{
    text-align: left;
    margin-left: 30px;

}

.form textarea{
    min-width: 80%;
    max-width: 80%;
    min-height: 200px;
    max-height: 300px;

    border-radius: 5px;
    border: 0px;
    outline: 0px;

    background-color: var(--text);
    color: var(--background);
    font-weight: bold;
    font-size: medium;
    padding: 2%;

    border: 1px solid var(--background);
}

.form input{
    border: 0px;
    outline: 0px;
    height: 20px;
    width: 80%;

    font-weight: bold;

    background-color: var(--text);
    color: var(--background);

    border-bottom: 1px solid var(--background);

    transition: 0.5s ease-in-out 0s;
}

.form input:focus{
    height: 30px;
}

.form input::placeholder{
    font-family: 'Courier New', Courier, monospace;
}

.form button{
    height: 50px;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: var(--background);
    color: var(--text);
    font-weight: bold;
    border-radius: 10px;

    transition: 0.1s ease-out 0s;
}

.form button:hover{
    box-shadow: 0px 0px 10px 5px var(--background);
}

.form span{
    color: red;
    margin-left: 10px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
}

/* ---------------------- */
/* Kontakt Erfolg*/

.danke{
    margin: auto;
    margin-top: 200px;
    width: 100%;
    max-width: 900px;
    height: 400px;
}


/* ---------------------- */
/* Bestellungen Cards */

.cards{
    margin: auto;
    margin-bottom: 100px;
    max-width: 900px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card{
    background-color: var(--accent);
    height: 500px;
    aspect-ratio: .7;
    border-radius: 10px;
    padding: 1rem .7rem;
    margin-top: 10px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;

    color: var(--secondary);
}

.bestellformular{
    margin: auto;
    margin-bottom: 200px;
    width: 100%;
    max-width: 800px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 10px;
    padding: 10px;
    text-align: center;

    background-color: var(--background);
    color: var(--text);
    text-decoration: none;
    font-weight: bolder;
    font-size: large;

    /* outline: 1px solid; */
}

.bestellformular a{
    width: 250px;
    height: 50px !important;
    background-color: var(--accent);
    color: var(--background);

}

.bestellformular a::after{
    content: url(assets/icons/download_FILL1_wght400_GRAD0_opsz24.svg);
    height: 50%;
}

#bestellwa::after{
    content: url(assets/icons/maps_ugc_FILL0_wght400_GRAD0_opsz24.svg);
    height: 40%;
}

.picture{
    width: 100%;
    height: 40%;
    background-color: var(--background);
    border-radius: 10px 10px 1px 1px;
    background-image: url("/assets/bestellungen/Firma1.jpeg");
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.picture1{
    width: 100%;
    height: 40%;
    background-color: var(--background);
    border-radius: 10px 10px 1px 1px;
    background-image: url("/assets/bestellungen/Korb1.jpeg");
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.picture2{
    width: 100%;
    height: 40%;
    background-color: var(--background);
    border-radius: 10px 10px 1px 1px;
    background-image: url("/assets/bestellungen/Korb2.jpeg");
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card ul{
    width: 94%;
    padding-left: 20px;
    text-align: left;
    font-size: large;
    line-height: 26px;
}



.kundenbewertungen table{
    width: 100%;
}

.kundenbewertungen tr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.kundenbewertungen img{
    aspect-ratio: 1/1;
    max-width: 50%;
}

.kundenbewertungen td{
    width: 50%;
}



.homeplace{
    margin: auto;
    margin-bottom: 100px;
    width: 100%;
    aspect-ratio: 1/.5;
    border-radius: 10px;
    background-color: var(--accent);
    max-width: 900px;
}

.noCookePlace{
    color: var(--background);
    height: 100%;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.noCookePlace button{
    background-color: var(--background);
    height: 80px;
    width: 200px;
    border-radius: 10px;
    font-weight: bolder;
    font-size: larger;
}

.cookiePlace{
    display: none;
    height: 100%;
    width: 100%;
}

#map {
    height: 100%;
  }


.cockiebanner{
    width: 300px;
    aspect-ratio: 1;
    background-color: var(--primary);
    border-radius: 10px;

    position: sticky;
    bottom: 20px;
    left: 75%;

    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.cockiebanner h2{
    width: 90%;
    color: var(--background);
}

.cockiebanner button{
    width: 90%;
    height: 50px;
    background-color: var(--background);
    border-radius: 10px;
    font-weight: bolder;
    font-size: large;
}

.gutscheintext {
    font-size: 110%;
}

.temptext{
    margin: auto;
    margin-top: 250px;
    max-width: 900px;
    font-size: large;
    text-align: center;
    color: rgb(4, 4, 4) !important;
}

.bestellpicture {
    width: 100%;
    /* outline: 2px solid var(--background); */
    border-radius: 10px 10px 0px 0px;
}

.wartung {
    margin: auto;
    margin-top: 10px;
    max-width: 900px;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    color: red !important;
    width: 90%;
    margin-bottom: 50px;
}

.autochen{
    margin: auto;
    margin-bottom: 50px;
    max-width: 820px;
    width: 100%;
    aspect-ratio: 16/9;

    background-image: url(assets/autochen.jpeg);
    background-position: center;
    background-size: contain;
    border-radius: 10px;
}

</pre></body></html>