@media screen and (min-width: 801px){
    :root {
        font-size: 12px;
    }


    body{
        padding: 0px;
        margin: 0px;
        font-family: Roboto,sans-serif;
    }






    /*************************************************************** header */

    .headerbackground{
        width: 180%;
        height: 130%;
        max-width: 116%;
        position:relative;
        object-fit: cover; /* passt das Bild an, schneidet aber überstehende Teile ab */
        object-position: right center; /* Bildausschnitt: rechts bleibt, links wird abgeschnitten */
    }

    #firmenlogo img{
        height: 170px;
        width: 230px;
        position: absolute;
        top: 3%;
        left: 4%;
        z-index: 90;
    }


    .beschreibung{
        width: 100%;
        text-align: center;
        position: absolute;
        top: 23%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .headertitel{
        font-size: 46px;
        font-weight: 700;
        margin: auto;
        background-color: #ffffff;
        width: 13em;
        text-align: center;
        border-radius: 20px;
        padding: 9px;
        border: 1px solid #333;
    }

    .headertext{
        font-size: 1.9em;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 400;
        margin: 20px 80px 0px 20px;
        text-align: center;
    }



    #menuToggle input{
        display: none;
    }



    nav ul{
        position: absolute;
        left: 24%;
        z-index: 60;
    }

    #menu{
        margin-top: -20px;
    }


    #menu li{
        display: inline-block;
        margin-top: 30px;
        margin-right: 10px;
        background-color: rgba(94, 193, 48, 1.0);
        box-shadow: 2px 2px 4px #000000;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.1em;
        padding: 8px 8px;
        border-radius: 10px;
        text-decoration: none;
        color: #fff;
    }

    #menu li a{
        text-decoration: none;
        color: #fff;
        letter-spacing: 0.2em;
        display: block; /* macht das ganze li klickbar */
    }

    nav ul li a:hover{
        color: #fff;
    }

    /************************************** Dropdownmenü */
    nav ul li ul{
        display: none;
        position: absolute;
        /* margin-top: 48px; */
        margin-left: -100px;
    }

    nav ul li ul li{
    /* margin: 10px; */
    padding: 0px;
    }

    nav ul li:hover ul{
        display: block;
    }

    nav ul li ul li a{
        color: #fff;
        background-color: rgba(94, 193, 48, 1.0);
        border-radius: 10px;
    }

    #menu li#seiteaktiv a{
        color: rgb(54, 54, 54)
    }



    /*************************************************************** news */



    .news{
        background-color: rgba(94, 193, 48, 1.0);
        margin: -5px;
        padding: 0px;
    }

    .newstext{
        color: #000000;
        text-align: center;
        font-size: 2.0em;
        font-weight: 400;
    }





    /*************************************************************** themen */

    .themen{
        background-color: #fff;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        padding: 0px;
        margin-bottom: 50px;
    }

    .thementitel{
        color: rgba(94, 193, 48, 1.0);
        text-align: center;
        font-size: 1.9em;
        font-weight: 400;
    }

    .themenplace{
        width: 80%;
        margin: auto;
    }

    .cardplace{
        width: 90%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin: auto;
    }

    .cards{
        max-width: 360px;
        min-width: 360px;
        border: 1px solid #dadada;
        border-radius: 10px;
        margin: 40px;
        padding: 0px;
        box-shadow: 3px 3px 25px #000000;
    }

    .cardimg{
        width: 340px;
        height: auto;
        border-radius: 5px;
        text-align: center;
        margin: 10px;
    }

    .cardtitel{
        font-size: 1.4em;
        font-weight: bold;
        color: rgba(94, 193, 48, 1.0);
        margin: 10px ;
    }

    .cardtext{
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 10px ;
        font-size: 1.4em;
        font-weight: 400;
        line-height:1.8;
    }

    .cardbutton {
        display: flex;
        color: #fff;
        border-radius: 25px;
        background-color: rgba(94, 193, 48, 1.0);
        height: 50px;
        width: 220px;
        margin-left: 40px;
        margin-bottom: 40px;
        font-weight: 400;
        font-size: 1.7em;
        border: none;

        display: flex;
        align-items: center;
        justify-content: center; /* Text + Pfeil mittig */
        gap: 10px;               /* Abstand Text ↔ Pfeil */
        cursor: pointer;
    }

    .biggerfont{
        font-size: 1.2em;
    }







    /*************************************************************** kontakt */

    .kontakt{
        padding-top: 40px;
        border-top: 1px solid #e7e7e7;
        /* background-color: rgba(94, 193, 48, 1.0); */
        color: #6b6b6b;
    }

    .kontaktplace{

        width: 80%;
        padding: 8px;
        margin:auto;
        display: flex;
    }

    .kontaktcards{
        max-width: 400px;
        padding: 10px;
        margin: auto;
    }

    .kontaktcards p{
        font-weight: 400;
        font-size: 1.5em;
        line-height:1.6;
    }

    .kontaktcards span{
        font-weight: 600;
        font-size: 2em;
        color: #292929;
    }

    .footercards:hover {
        text-decoration: underline; /* unterstreicht beim Hover */
    }

    .opening-hours {
        font-weight: 400;
        font-size: 1.5em;
        line-height:1.6;
        display: grid;
        grid-template-columns: 120px auto; /* links 120px, rechts flexibel */
        gap: 4px 16px; /* vertikal und horizontal Abstand */
    }



    /*************************************************************** footer */

    .footer{
        background-color: #333;
    }

    .footernav{
        width: 80%;
        margin:auto;
        padding: 8px;
        display: flex;
    }

    .footernav a:link{
        color: #fff;
        background-color: transparent;
        text-decoration: none;
        text-transform: uppercase;
    }

    .copyright{

        font-weight: 700;
        color: #fff;
        background-color: transparent;
        text-decoration: none;
    }

    .footercards{
        color: #2f2f2f;
        font-weight: 400;
        font-size: large;
        text-decoration: none;
    }

    .footercards a:visited {
        color: #fff;
    }



    /*************************************************************** Spenden Fotos */

    .fotos{
        width: 80%;
        display: flex;
        margin:auto;
        flex-wrap: wrap; /* Zeilen umbrechen */
        gap: 20px;       /* Abstand zwischen den Boxen */
    }

    .fotobox {
        float: left;
        max-width: 40vw;
        flex: 0 0 30%;   /* jede Box ca. 48% Breite, damit zwei pro Reihe passen */
        padding: 20px;
        text-align: center;
        color: #2f2f2f;
        font-weight: 400;
        font-size: 1.0em;
        text-decoration: none;
    }

    .bild{
        border-radius: 10px;
    }





    /**************************************************************** V card  **/



    .vcardsheader{
        background-color: rgba(94, 193, 48, 1.0);
        height: 160px;
        margin: -1px;
        border-radius: 10px 10px 10px 10px;
    }

    .vcardimg{
        background-color: #fff;
        height: 200px;
        width: 200px;
        border-radius: 50%;
        margin: auto;
        display: block;
        margin-top: -100px;
        object-fit: cover;
    }

    .vcardtitel{
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
        color: rgb(79, 79, 79);
        margin: 50px 10px 50px 10px;

    }

    .vcardtext{
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1.4em;
        font-weight: 600;
        margin: 50px 10px 60px 50px;
        color: rgb(105, 105, 105);
    }



    /**********************************************   nav-container   ***************************************/

    .nav-container {
        z-index: 80;
        position: absolute;
        top: 25%;
        transform: translateX(-80%);
    }

    .nav-container a {
        z-index: 80;
        text-decoration: none;
        background: rgba(94, 193, 48, 1.0);
        color: #ffffff;

        font-size: 24px;
        margin-top: 20px;
        padding-left: 80px;
        padding-top: 20px;
        padding-bottom: 15px;
        border-radius: 0px 50px 50px 0px;
        width: 300px;
        height: 40px;
        box-shadow: 2px 2px 25px #000000;
        position: relative;
        display: block;
    }

    .nav-container a span img{
        height: 40px;
        width: 40px;
        float: right;
    }

    .nav-container a span{
        z-index: 80;
        width: 70px;
        height: 100%;
        line-height: 30px;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .nav-container a span {
        height: 50px;
        width: 50px;
    }

    .nav-container a:hover{
        transition: all 0.8s;
        margin-left: 1300px;
    }












/* Dropdown Button */
.dropbtn {
    background-color: rgb(238, 238, 238);
    border: 1px solid rgb(179, 178, 178);
    color: black;
    padding: 5px;
    font-size: 16px;
    border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    z-index: 65;
    position: relative;
    display: inline-block;
    list-style: none;
    /*letter-spacing: 1px;*/
    font-weight: bold;
    min-width: 100px;
    padding: 5px;
    text-decoration: none;
    color: black;
    border: 1px solid rgb(179, 178, 178);
    margin: 3px;
    border-radius: 10px 10px 3px 3px;
    text-align: center;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background-color: rgb(238, 238, 238);
    border: 1px solid rgb(179, 178, 178);
    text-decoration: none;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    border-bottom: 4px solid rgb(186, 143, 47);
}
/* Icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(Material-Icons.woff2) format('woff2');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}
.edit {
    color: rgb(252, 204, 0);
}
.delete {
    color: var(--red);
}
/* Modal styles */
.modal .modal-dialog {
    max-width: 600px;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
    padding: 5px 10px;
}
.modal .modal-header {
    background: #ecf0f1;
    border-radius: 5px 5px 0 0;
}
.modal .modal-content {
    border-radius: 3px;
}
.modal .modal-footer {
    background: #ecf0f1;
    border-radius: 0 0 3px 3px;
}
.modal .modal-title {
    display: inline-block;
}
.modal .form-control {
    border-radius: 2px;
    box-shadow: none;
    border-color: #dddddd;
}
.modal textarea.form-control {
    resize: vertical;
}
.modal .btn {
    border-radius: 2px;
    min-width: 100px;
}
.modal form label {
    margin: 0.1rem 0.2rem 0.1rem;
    font-weight: normal;
}
.modal input {
    width: 90%;
}
.modal-content input:focus-visible {
    background-color: var(--honey-yellow);
    outline: 2px dashed currentColor;
    outline-offset: 2px;
}
.modal-content button:focus-visible {
    background-color: var(--honey-yellow);
    outline: 2px dashed currentColor;
    outline-offset: 2px;
}
.modal select {
    margin: 0.2rem 1rem 0.3rem;
    width: 90%;
}
.show-tick {
    margin: 0.2rem 3rem 0.3rem;
    width: 90%;
}
.filter-option-inner {
    margin: 0.2rem 3rem 0.3rem;
    width: 90%;
}
.filter-option-inner-inner {
    margin: 0.2rem 3rem 0.3rem;
    width: 80%;
}
.form-group {
    border-style: solid;
    border-width: thin;
    border-color: rgb(209, 191, 79);
    margin-bottom: 0.3rem;
    padding: 0.2rem;
}

.abstand input{
    margin:10px;
}

button:focus {
    outline: none;
    border: 5px rgb(105, 101, 103);
}
input:focus {
    outline: none;
    border: 5px rgb(105, 101, 103);
}
.close {
    color: black;
    position: absolute;
    border: 2px solid #000000;
    padding: 7px 9px 11px 9px;
    font-size: 2em;
    /* font-family: big john; */
    background: var(--red);
    text-decoration: none;
    top: 10px;
    right: 15px;
    border-radius: 50%;
    transition: background 500ms;
    opacity: 1;
}
.close:hover {
    background: var(--red);
    cursor: pointer;
}
.loginemailfield{
    padding: 10px;
    font-size: 1.5em;
    margin: 10px;
}
.loginpasswortfield{
    padding: 10px;
    font-size: 1.5em;
    margin: 10px;
}
.pwforgot{
    font-size: 1.5em;
}
#editmodal {
    font-size: 0.6em;
}
img {
    margin: 0px;
    max-width: 100%;
    height: auto;
}
.links{
    width: 280px;
    height: 500px;
    float: left;
    padding: 10px;

}
.rechts{
    width: 280px;
    height: 500px;
    float: right;
    padding: 10px;
}

.unten{
    width: 580px;
    height: 100px;
    float: left;
    padding: 10px;
}

/* ---------------------------------  Grid  -------------------------------------------------------*/
body {
    left: 0px;
    right: 0px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-family: "Barlow", sans-serif;
    overflow-x: hidden;
}
.page {
   padding-top: 10px;
   background-color: rgb(250, 250, 250);
}
.grid-box {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 5% 30% 30% 30% 5%;
    grid-template-rows: 7em 2.7em minmax(63em,auto) 2em;
}
.header-left {
    background-color: rgb(250, 250, 250);
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}
.header-center {
    background-color: rgb(250, 250, 250);
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 10px;
    float: left;
}
.header-right {
    background-color: rgb(250, 250, 250);
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 10px;
    float: left;
    justify-content: center;
    align-items: center;
}
.header-right>* {
    float: right;
    margin: 1em;
}
.navst {
    background-color: rgb(230, 228, 228);
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
}
.content-Background {
    background-color: rgb(250, 250, 250);
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
}
.content-text {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    overflow: visible;
    z-index: 55;
    /* margin: 0 auto; */
    max-width: 1300px;
    /* background: #fff;
    box-shadow: 0 0 10px -5px #424243; */
}


 /* Zebra-Streifen für ungerade Zeilen */
 tr:nth-child(2n+1) {
    z-index: 15;
    background-color: rgba(233, 233, 233, 0.48);
}




/*************************************************** neues Menü mit dropdown*/

 #newmenu{
        margin-top: 20px;
    }


    #newmenu li{
        display: inline-block;
        margin-top: 0px;
        margin-right: 10px;
        /* background-color: rgb(255, 255, 255); */
        /* box-shadow: 2px 2px 4px #676767; */
        position: relative;
        /* font-family: Arial, Helvetica, sans-serif; */
        font-size: 18px;
        /* font-weight: 600; */
        /* letter-spacing: 0.1em; */
        padding: 10px 18px;
        text-decoration: none;
        color: #000000;
    }

    #newmenu li a{
        text-decoration: none;
        color: #000000;
        /* letter-spacing: 0.1em; */
        font-weight: 400;
        display: block; /* macht das ganze li klickbar */
    }

     /* #newmenu li ul{
        margin-top: 10px;
        background-color: #ffffff;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
    } */

    #newmenu li ul li a{
        width: 150px;
        height: 30px;
        margin: 0px;
        /* padding: -20px; */
        color: #000000;
        display: flex;
        align-items: center;
        /* background-color: #ffffff; */
    }

     #newmenu li ul li{
          margin-top: -1px;
        background-color: #ffffff;
        border: 1px solid #dbdbdb;
        border-radius: 3px;

    }


    #newmenu li ul li:hover{
     background-color: #dbdbdb;
    }





}
