@font-face {
    font-family: 'Pasdenom';
    src:  url('../fonts/pasdenom/Pasdenom.ttf.woff') format('woff'),
    url('../fonts/pasdenom/Pasdenom.ttf.svg#Pasdenom') format('svg'),
    url('../fonts/pasdenom/Pasdenom.ttf.eot'),
    url('../fonts/pasdenom/Pasdenom.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vittorio';
    src: url('../fonts/4821Vittorio.woff2') format('woff2'),
    url('../fonts/4821Vittorio.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.roboto-font {
             font-family: "Roboto", sans-serif;
             font-optical-sizing: auto;
             font-weight: 500;
             font-style: normal;
             font-variation-settings:
                     "wdth" 100;
         }
.roboto-font-bold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
}

html {
    overflow-y: scroll;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
}

h1{
    /*font-family: 'vittorio';*/
    font-size: 44px;
    font-weight: 500;
    padding-left: 30px;
    margin-top: 0px;
    /*font-family: Pasdenom;*/
    /*font-family: 'vittorio';*/
}
root {
    display: block;
}

body {
    font-size: 24px;
    font-weight: 500;
    color: #2b2c27;
    background-color:rgba(126,226,253,1);
    font-weight: 500;
    color: #2b2c27;
    margin: 0;
    padding: 0;
    height: 100%;
}
/*.special {*/
/*    width: 100%; !* Beispielbreite des Quadrats *!*/
/*    height: 100%; !* Beispielhöhe des Quadrats (gleich der Breite für einen perfekten Kreis) *!*/
/*    background-color: #2a2afd; !* Das Div ist zunächst komplett blau *!*/
/*    position: relative; !* Wichtig für die korrekte Anwendung der Maske *!*/
/*    overflow: hidden; !* Sicherstellen, dass die Maske korrekt angewendet wird *!*/
/*    */
/*    !* Erzeugt einen transparenten Kreis in der Mitte des blauen Divs *!*/
/*    !*mask-image: radial-gradient(circle at center, transparent 50%, white 50%);*!*/
/*    !*-webkit-mask-image: radial-gradient(circle at center, transparent 50%, white 50%); !* Für Webkit-Browser (z.B. Chrome, Safari) *!*!*/
/*    mask-image: radial-gradient(ellipse 96% 75% at center, transparent 50%, white 50%);*/
/*    -webkit-mask-image: radial-gradient(ellipse 96% 75% at center, transparent 50%, white 50%); !* Für Webkit-Browser *!*/

/*    display: flex; !* Zum Zentrieren von inneren Inhalten, falls vorhanden *!*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    color: white; !* Textfarbe innerhalb des blauen Bereichs *!*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*}*/

div#site {
    max-width: 1200px;
    width: 1200px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: relative;
}

/*	HEADER	*/
div#HEADER {
    width: 880px;
    height: 165px;
    position: relative;
    top: 0px;
    background: url(../images/header1.png) no-repeat right top;
}

div#HEADER > div#HEADER_LEFT {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    margin: 0px;
    padding: 0px;
    height: 144px;
}

div#HEADER > div#HEADER_MIDDLE {
    position: absolute;
    top: 0px;
    left: 180px;
    width: 700px;
    margin: 0px;
    padding: 0px;
    height: 144px;
}

/*	UNDERHEADER */
div#site > div#UNDERHEADER {
    top: 144px;
    width: 880px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    position: absolute;
}

div#site > div#UNDERHEADER > div#UNDERHEADER_LEFT {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    margin: 0px;
    padding: 0px;
    height: 20px;
    vertical-align: middle;
}

div#site > div#UNDERHEADER > div#UNDERHEADER_MIDDLE {
    position: absolute;
    top: 0px;
    left: 180px;
    width: 700px;
    margin: 0px;
    padding: 0px;
    height: 20px;
    vertical-align: middle;
}

div#site > div#main {
    /*width: 880px;*/
    /*position: absolute;*/
    /*top: 180px;*/
    /*float: left;*/
}

div#site > div#main > div#MAIN_COLUMN_LEFT {
    left: 0px;
    width: 180px;
    margin: 0px;
    padding: 0px;
}

div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU {
    position: static;
    width: 140px;
    margin-top: 20px;
    margin-left: 7px;
    padding: 0px;
    float: left;
    text-align: left;
    color: black;
    font-size: 15px;
}

div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_CONTENT {
    position: static;
    left: 0px;
    width: 180px;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
}

div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_CONTENT * div {
    float: center;
}

div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU > ul.navi {
    padding-right: 10px;
    position: relative;
    left: -16px;
    padding-left: 17px;
    padding-top: 0px;
    margin: 0px;
}

div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU > ul.navi > li {
    margin-top: 5px;
    list-style-type: none;
    min-height: 60px;
    padding: 0px;
    padding-bottom: 5px;
}

div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU > ul.navi > li:active {
    background-image: url(../images/buttonAktiv2.png);
    background-repeat: repeat-x;
}

div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU > ul.navi > li > a {
    width: 100%;
    height: fit-content;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
    position: absolute;
    padding-bottom: 5px;
    padding-top:5px ;
    min-height: 45px;
    margin-bottom: 10px;
}



div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU > ul.navi > li > ul {
    position: relative;
    left: -10px;
}

div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU * a {
    background-image: url(../images/button2.png);
    background-repeat: repeat-x;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #657E22;
    padding-top: 11px;
    display: block;
    width: 70px;
    height: 100%;
    color: #10282E;
    text-decoration: none;
}

div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU * a:hover {
    background-image: url(../images/buttonhover.png);
    background-repeat: repeat-x;
    color: #10282E;
}

div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU * a.active {
    background-image: url(../images/buttonAktiv2.png);
    background-repeat: repeat-x;
    font-weight: bold;
}

/*
*Haupt-Inhalt-Design
*/
div#site > div#main > div#MAIN_COLUMN_MIDDLE {

    /*position: absolute;*/
    /*padding-bottom: 60px;*/
}

div#site > div#main > div#MAIN_COLUMN_MIDDLE > div#MAIN_COLUMN_MIDDLE_CONTENT {
    font-family: Verdana, 'Open Sans', sans, sans-serif;
    /*position: absolute;*/
    top: 25px;
    /*left: 170px;*/
    /*width: 684px;*/
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    float: left;
    padding-bottom: 80px;
    /*background-color: #F2FFC0;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*border: 3px solid #657E22;*/
    color: black;
    min-height: 500px;
    width: 100%;
}


.csc-firstHeader {
    font-family: Pasdenom;
}

/* Footer - NUR auf Desktop und großen Tablets fixed */
div#site > div#MENU_FOOTER {
    /*border-top: 0px solid #e2004f;*/
    /*border-bottom: 0px solid #e2004f;*/
    height: 15px;
    background-color: #7de1fb;
    width: 1200px;
    margin: 0px;
    padding-bottom: 15px;
    font-size: 12px;
    background-repeat: repeat-x;
    bottom: 0;
    display: block;
    opacity: 1;
    text-align: center;
    /* Nur auf Desktop fixed */
    position: relative;
    margin-top: 50px;
    font-size: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #2a2afb;
}


a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    font-weight: bold;
    background-color: #ebebeb;
}

/* Admin-spezifische Styles */
.admin-form {
    background: #F2FFC0;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #657E22;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: calc(100% - 20px);
    padding: 8px;
    border: 2px solid #657E22;
    border-radius: 5px;
    font-family: Verdana, 'Open Sans', sans, sans-serif;
}

.admin-button {
    background-image: url(../images/button2.png);
    background-repeat: repeat-x;
    border-radius: 10px;
    border: 3px solid #657E22;
    padding: 10px 15px;
    color: #10282E;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Pasdenom';
    border: none;
}

.admin-button:hover {
    background-image: url(../images/buttonhover.png);
    background-repeat: repeat-x;
}

.message {
    background: #d4edda;
    color: #155724;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #657E22;
}

.termin {
    border: 2px solid #657E22;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #F2FFC0;
    border-radius: 10px;
}

/* Mobile Navigation Toggle Button */
.mobile-menu-toggle {
    display: none;
    background-image: url(../images/button2.png);
    background-repeat: repeat-x;
    border-radius: 10px;
    border: 3px solid #657E22;
    padding: 10px 15px;
    color: #10282E;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Pasdenom';
    margin: 10px;
    text-align: center;
    border: none;
    width: calc(100% - 20px);
}

.mobile-menu-toggle:hover {
    background-image: url(../images/buttonhover.png);
    background-repeat: repeat-x;
}



/* Content Layout - 2/3 Text, 1/3 Bilder */
.content-layout {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
    border: 15px solid #d7eeff;
    background-color: #d7eeff;

}
.content-layout > * {
    background-color: rgba(126,226,253,1);
    /*/#7ee2fd;*/
}

.content-text {
    flex: 2;
    min-width: 0; /* Verhindert Overflow bei langen Wörtern */
}

.content-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.content-image {
    margin: 0;
    padding: 0;
    /*background-color: #F2FFC0;*/
    /*border: 2px solid #657E22;*/
    border-radius: 8px;
    overflow: hidden;
}
.content-image-plain{
    margin: 0;
    padding: 0;
    /*background-color: #F2FFC0;*/
    /*border: 2px solid #657E22;*/
    max-width: 100%;
    overflow: hidden;
    /*padding:15px;*/
}

.content-image img {
    width: 100%;
    height: auto;
    display: block;
}

.content-image figcaption {
    padding: 8px 12px;
    font-size: 13px;
    color: #10282E;
    background-color: rgba(183, 204, 101, 0.3);
    text-align: center;
    font-style: italic;
}

.greeting {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    padding: 15px;
    background-color: rgba(183, 204, 101, 0.2);
    border-radius: 8px;
}
.booking-content {
    max-width: 100%;
}

.booking-list {
    list-style: none;
    padding: 0;
}

.booking-list li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    line-height: 1.4;
}

.booking-list li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #657E22;
    font-weight: bold;
    font-size: 16px;
}

.email-link {
    font-size: 16px;
    font-weight: bold;
    color: #10282E;
    text-decoration: none;
    background-color: rgba(183, 204, 101, 0.3);
    padding: 8px 12px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}

.email-link:hover {
    background-color: rgba(183, 204, 101, 0.5);
    text-decoration: underline;
}
/* Mobile Responsive - Erst Text, dann Bilder untereinander */
@media screen and (max-width: 768px) {
    .content-layout {
        flex-direction: column;
        gap: 25px;
    }

    .content-text {
        order: 1;
    }

    .content-images {
        order: 2;
        flex-direction: column;
    }

    .content-image {
        margin-bottom: 15px;
    }
}

/* Sehr kleine Bildschirme */
@media screen and (max-width: 480px) {
    .content-layout {
        gap: 20px;
    }

    .content-image figcaption {
        font-size: 12px;
        padding: 6px 10px;
    }
}

/* ... existing code ... */

/* Contact Page - nutzt bestehende Klassen */
.contact-page {
    max-width: 100%;
}

.contact-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.contact-info {
    flex: 2;
}

.team-photo {
    flex: 1;
    max-width: 400px;
}

.address {
    font-style: italic;
    color: #657E22;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Mobile Responsive für Kontakt-Seite */
@media screen and (max-width: 768px) {
    .contact-content {
        flex-direction: column;
        gap: 20px;
    }

    .contact-info {
        order: 1;
    }

    .team-photo {
        order: 2;
        max-width: 100%;
    }
}

/* ... existing code ... */

/* =============================================================================
   RESPONSIVE DESIGN - MOBILE FIRST
   ============================================================================= */

/* Nur für Desktop Footer fixed machen */
@media screen and (min-width: 1025px) {
    div#site > div#MENU_FOOTER {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0;
        z-index:500;
    }

    div#site > div#main {
        /*margin-bottom: 100px; !* Platz für fixed Footer *!*/
    }

}

/* Tablet und kleine Desktop-Bildschirme */
@media screen and (max-width: 1024px) {
    div#site {
        width: 100%;
        max-width: 880px;
        padding: 0 0;
        box-sizing: border-box;
    }

    div#HEADER {
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    div#site > div#UNDERHEADER {
        width: 100%;
    }

    div#site > div#main {
        width: 100%;
    }

    div#site > div#MENU_FOOTER {
        width: calc(100% - 20px);
        position: relative;
        /*margin: 50px 10px 20px 10px;*/
    }
}

/* Mobile Ansichten */
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    div#site {
        width: 100%;
        padding: 0 0;
        position: relative;
        min-height: calc(100vh - 50px);
    }

    /* Header für Mobile anpassen */
    div#HEADER {
        height: 120px;
        background-size: contain;
        background-position: center top;
    }

    div#HEADER > div#HEADER_LEFT,
    div#HEADER > div#HEADER_MIDDLE {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        height: auto;
    }

    /* UnderHeader ausblenden auf Mobile */
    div#site > div#UNDERHEADER {
        display: none;
    }

    /* Main-Bereich für Mobile anpassen */
    div#site > div#main {
        position: relative;
        top: 10px;
        width: 100%;
        margin-bottom: 0;
        z-index: 10;
    }

    /* Navigation für Mobile */
    div#site > div#main > div#MAIN_COLUMN_LEFT {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .mobile-menu-toggle {
        display: block;
    }

    /* Menü standardmäßig versteckt auf Mobile */
    div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU {
        display: none;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        background-color: rgba(247, 255, 192, 0.95);
        border-radius: 10px;
        border: 2px solid #657E22;
        margin-top: 10px;
        padding: 10px 0;
    }

    /* Menü sichtbar machen wenn geöffnet */
    div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU.mobile-menu-open {
        display: block !important;
        animation: slideDown 0.3s ease-out;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            max-height: 0;
        }
        to {
            opacity: 1;
            max-height: 500px;
        }
    }

    div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU > ul.navi {
        padding: 0;
        margin: 10px 0;
        left: 0;
        padding-left: 0;
    }

    div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU > ul.navi > li {
        margin: 8px 0;
        text-align: center;
        position: relative;
    }

    div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU > ul.navi > li > a {
        width: calc(100% - 80px);
        height: 25px;
        min-height: 25px;
        position: relative;
    }

    div#site > div#main > div#MAIN_COLUMN_LEFT > div#MAIN_COLUMN_LEFT_MENU * a {
        width: calc(100% - 40px);
        margin: 0 20px;
        text-align: center;
        font-size: 16px;
        padding: 15px 10px;
        min-height: auto;
    }

    /* Hauptinhalt für Mobile */
    div#site > div#main > div#MAIN_COLUMN_MIDDLE {
        position: relative;
        width: 100%;
        padding-bottom: 20px;
    }

    div#site > div#main > div#MAIN_COLUMN_MIDDLE > div#MAIN_COLUMN_MIDDLE_CONTENT {
        position: relative;
        top: 0;
        left: 0;
        width: calc(100% - 26px);
        margin: 0;
        padding: 15px;
        float: none;
        min-height: 300px;
    }

    /* Footer für Mobile */
    div#site > div#MENU_FOOTER {
        position: relative !important;
        width: calc(100% - 10px) !important;
        margin: 30px 5px 20px 5px !important;
        padding: 15px 0 !important;
        font-size: 16px !important;
        left: 0 !important;
        transform: none !important;
        bottom: auto !important;
        height: auto !important;
        z-index: 11 !important;
    }


    /* Admin-Formulare für Mobile optimieren */
    .admin-form {
        padding: 15px;
        margin-bottom: 15px;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
        font-size: 16px;
        width: calc(100% - 20px);
    }

    .admin-button {
        width: 100%;
        padding: 15px;
        margin: 10px 0;
        font-size: 16px;
    }
}



/* ... existing code ... */

/* Termine-Seite Styling */
.termine-content {
    max-width: 100%;
}

.termine-info {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.info-box,
.contact-box {
    background-color: #d7eeff;
    border: 2px solid #2c89a0ff;
    border-radius: 10px;
    padding: 20px;
}

.info-box h2,
.contact-box h3 {
    margin-top: 0;
    color: #10282E;
    font-family: 'Pasdenom';
}

.info-box ul {
    list-style: none;
    padding: 0;
}

.info-box li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.info-box li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #657E22;
    font-weight: bold;
}

.phone-link {
    font-size: 18px;
    font-weight: bold;
    color: #10282E;
    /*text-decoration: none;*/
    /*background-color: rgba(183, 204, 101, 0.3);*/
    padding: 8px 12px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}

.phone-link:hover {
    /*background-color: rgba(183, 204, 101, 0.5);*/
    /*text-decoration: underline;*/
}

.termine-locations {
    margin-bottom: 30px;
}

.location-section {
    background-color: #F2FFC0;
    border: 2px solid #657E22;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.location-section h2 {
    margin-top: 0;
    color: #10282E;
    font-family: 'Pasdenom';
    border-bottom: 2px solid #657E22;
    padding-bottom: 10px;
}

.location-address {
    font-style: italic;
    color: #657E22;
    margin-bottom: 15px;
    font-weight: bold;
}

.termine-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.termin-item {
    background-color: rgba(183, 204, 101, 0.3);
    border: 1px solid #657E22;
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.termin-item.special {
    background-color: rgba(255, 215, 0, 0.2);
    border-color: #DAA520;
}

.termin-item .date {
    font-weight: bold;
    font-size: 16px;
    color: #10282E;
}

.termin-item .location {
    font-size: 14px;
    color: #657E22;
    font-style: italic;
}

.termine-footer {
    text-align: center;
    margin-top: 30px;
}

.info-note {
    font-style: italic;
    color: #657E22;
    margin-bottom: 20px;
    font-size: 16px;
}

.greeting {
    font-weight: bold;
    font-size: 18px;
    color: #10282E;
    background-color: rgba(183, 204, 101, 0.3);
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #657E22;
    font-family: 'Pasdenom';
}

/* Process Page - "So wird es gemacht" */
.process-content {
    text-align: center;
    max-width: 100%;
}

.process-content h1 {
    margin-bottom: 30px;
    font-family: 'Pasdenom';
    color: #10282E;
}

.process-images {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.process-image {
    margin: 0;
    padding: 0;
    background-color: #F2FFC0;
    border: 3px solid #657E22;
    border-radius: 10px;
    overflow: hidden;
    max-width: 300px;
    flex: 1;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(101, 126, 34, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(101, 126, 34, 0.3);
}

.process-image img {
    width: 100%;
    height: auto;
    display: block;
}

.process-image figcaption {
    padding: 12px 15px;
    font-size: 14px;
    color: #10282E;
    background-color: rgba(183, 204, 101, 0.4);
    text-align: center;
    font-style: italic;
    font-weight: bold;
    border-top: 2px solid #657E22;
}
.impressum-page {
    max-width: 100%;
}

.impressum-page h1 {
    margin-bottom: 30px;
    font-family: 'Pasdenom';
    color: #10282E;
}

.impressum-page h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #10282E;
}

.impressum-page .info-box {
    margin-bottom: 20px;
}

.impressum-page p {
    line-height: 1.6;
}
.content-width2{
    width: 50%;
}


/* Mobile Responsive für Process Page */
@media screen and (max-width: 768px) {
    .process-images {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .process-image {
        max-width: 90%;
        min-width: auto;
    }
}

@media screen and (max-width: 480px) {
    .process-images {
        gap: 15px;
    }

    .process-image {
        max-width: 100%;
    }

    .process-image figcaption {
        font-size: 13px;
        padding: 10px 12px;
    }
}

/* ... existing code ... */
/* Mobile Responsive für Termine */
@media screen and (max-width: 768px) {
    .termine-info {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .info-box,
    .contact-box {
        padding: 15px;
    }

    .termine-list {
        grid-template-columns: 1fr;
    }

    .location-section {
        padding: 15px;
    }
}

@media screen and (max-width: 480px) {
    .phone-link {
        font-size: 16px;
        padding: 6px 10px;
    }

    .termin-item {
        padding: 10px;
    }

    .greeting {
        font-size: 16px;
        padding: 12px;
    }
}

/* ... existing code ... */

/* Sehr kleine Mobile Geräte */
/*@media screen and (max-width: 912px) {*/
/*    body {*/
/*        font-size: 18px;*/
/*    }*/

/*    div#HEADER {*/
/*        height: 100px;*/
/*    }*/

/*    .csc-firstHeader,*/
/*    h1 {*/
/*        font-size: 32px;*/
/*        line-height: 1.3;*/
/*    }*/

/*    h2 {*/
/*        font-size: 16px;*/
/*    }*/

/*    div#site > div#main > div#MAIN_COLUMN_MIDDLE > div#MAIN_COLUMN_MIDDLE_CONTENT {*/
/*        padding: 10px;*/
/*        width: calc(100% - 26px);*/
/*    }*/

/*    div#site > div#MENU_FOOTER {*/
/*        font-size: 10px !important;*/
/*        padding: 12px 0 !important;*/
/*        margin: 20px 5px 15px 5px !important;*/
/*    }*/

/*    .termin {*/
/*        padding: 8px;*/
/*        margin-bottom: 8px;*/
/*    }*/
/*}*/

@media screen and (max-width: 540px) {
    body {
        font-size: 18px;
    }

    div#HEADER {
        height: 100px;
    }

    .csc-firstHeader,
    h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    h2 {
        font-size: 16px;
    }

    div#site > div#main > div#MAIN_COLUMN_MIDDLE > div#MAIN_COLUMN_MIDDLE_CONTENT {
        padding: 10px;
        width: calc(100% );
    }

    div#site > div#MENU_FOOTER {
        font-size: 16px !important;
        padding: 12px 0 !important;
        margin: 20px 5px 15px 5px !important;
        z-index:500;
    }

    .termin {
        padding: 8px;
        margin-bottom: 8px;
    }
}
/* =============================================================================
   VIDEO HINTERGRUND
   ============================================================================= */

/*#video-background {*/
/*    position: fixed;*/
/*    top: 250px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 100%;*/
/*    max-width: 1200px;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*}*/

/*#bg-video {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*    width: auto;*/
/*    height: auto;*/
/*    transform: translate(-50%, -50%);*/
/*    object-fit: cover;*/
/*}*/

/*#bg-video img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
#video-background {
    position: fixed;
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: auto;
    z-index: 1;
    overflow: visible;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center;
}

#bg-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}



/*#video-background {*/
/*    position: fixed;*/
/*    top: 250px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 100%;*/
/*    max-width: 1200px;*/
/*    height: 600px;  !* oder 70vh, 80vh für responsive *!*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*}*/

/*#bg-video {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: auto;*/
/*    height: 100%;*/
/*    transform: translate(-50%, -50%);*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*}*/


html {
    overflow-y: auto;
    height: 100%;
}



div#site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* =============================================================================
   FIXED HEADER
   ============================================================================= */

header#top,
.oxy-header-wrapper {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    z-index: 1000;
    background-color: rgba(214, 237, 243, 0.95);
    backdrop-filter: blur(10px);
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
}

/* =============================================================================
   SCROLLBARER CONTENT - NUR BORDER, KEIN BACKGROUND
   ============================================================================= */


div#main {
    flex: 1;
    margin-top: 280px;
    margin-bottom: 0px;
    overflow-y: auto;
    position: relative;
    z-index: 10;
    /*margin-left: -2px;;*/
}

div#MAIN_COLUMN_MIDDLE {
    padding-bottom: 40px;
}

/* WRAPPER: NUR Border, KEIN Hintergrund! */
div#MAIN_COLUMN_MIDDLE_WRAPPER {
    position: relative;
    background-color: transparent !important;
    /*margin: 0 -40px 0 -40px;*/
    min-height: 500px;
}

/* CONTENT: Auch transparent */
div#MAIN_COLUMN_MIDDLE_CONTENT {
    position: relative;
    background-color: transparent;
    padding: 0;
    margin: 0;
}


.outer-content-element {
    z-index: 15;
    display: flex;
    justify-content: center;

}
.outer-content-element-filled {
    z-index: 16;
    display: flex;
    justify-content: center;
    /*background-color: #2a2afd;*/
    position: relative;
}



.bullauge {

    position: relative;
    background: transparent;

    /*border-radius: 15px;*/
    padding: 20px;
    /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
    z-index: 16;
    width: 96%;

    height: auto;

}





.bullauge h2 {
    position: relative;
    z-index: 10;
    margin: 8px 0;
    color: #2b2c27;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
}

.bullauge p {
    position: relative;
    z-index: 10;
    margin: 8px 0;
    color: #2b2c27;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

/* Transparenter Bereich - Bullauge zum Video */
.content-transparent {
    position: relative;
    background-color: rgba(242, 255, 192, 0.0) !important;
    backdrop-filter: blur(2px);
    border: 2px solid rgba(0, 0, 128, 1);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Halbtransparenter Bereich */
.content-semi-transparent {
    position: relative;
    background-color: rgba(242, 255, 192, 0.65) !important;
    backdrop-filter: blur(5px);
    border: 2px solid rgba(101, 126, 34, 0.6);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}



/* Alternative blaue transparente Bereiche */
.content-blue-transparent {
    position: relative;
    background-color: rgba(95, 188, 211, 0.25) !important;
    backdrop-filter: blur(3px);
    border: 2px solid rgba(44, 137, 160, 0.4);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

/* Content-Layout Container */
.content-layout {
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 0px;
    border: 2px solid rgb(42, 42, 253, 1);
    background-color: rgb(42, 42, 253, 1); !important;
    z-index: auto;
}

.content-text {
    flex: 2;
    min-width: 0;
    background-color: rgba(126,226,253,1);
    padding: 15px;
    border-radius: 8px;
}

.content-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Info-Boxen */
.info-box,
.contact-box {
    position: relative;
    background-color: rgba(215, 238, 255, 0.95) !important;
    border: 2px solid #2c89a0ff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

/* Admin-Bereiche mit deckendendem Hintergrund */
.admin-form {
    position: relative;
    background-color: rgba(242, 255, 192, 0.98);
    border: 3px solid #657E22;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.message {
    position: relative;
    background-color: rgba(212, 237, 218, 0.98);
    border: 2px solid #155724;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    color: #155724;
}

.termin {
    position: relative;
    background-color: rgba(126,226,253,1);
    border: 2px solid #657E22;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

/* =============================================================================
   FIXED FOOTER
   ============================================================================= */

div#MENU_FOOTER {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    z-index: 1000;
    /*background-color: rgb(125, 225, 251);*/
    backdrop-filter: blur(10px);
    /*border-top: 2px solid #2a2afb;*/
    padding:0 0;
    text-align: center;
    font-size: 16px;
    /*box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);*/
}

/* =============================================================================
   ZUSÄTZLICHE BULLAUGE-VARIANTEN
   ============================================================================= */

.bullauge-stark {
    position: relative;
    background-color: rgba(242, 255, 192, 0.05) !important;
    backdrop-filter: blur(1px);
    border: 1px solid rgba(101, 126, 34, 0.3);
    padding: 20px;
    margin-bottom: 20px;
}

.bullauge-rosa {
    position: relative;
    background-color: rgba(255, 192, 203, 0.2) !important;
    border: 2px solid rgba(255, 105, 180, 0.4);
    padding: 20px;
    margin-bottom: 20px;
}

.bullauge-blau {
    position: relative;
    background-color: rgba(173, 216, 230, 0.2) !important;
    border: 2px solid rgba(70, 130, 180, 0.4);
    padding: 20px;
    margin-bottom: 20px;
}

/* =============================================================================
   RESPONSIVE ANPASSUNGEN
   ============================================================================= */

@media screen and (max-width: 768px) {
    #video-background {
        max-width: 100%;
    }

    #bg-video {
        min-width: 100%;
        width: 100%;
        height: auto;
    }

    header#top,
    .oxy-header-wrapper {
        max-width: 100%;
    }

    div#main {
        margin-top: 130px;
        margin-bottom: 20px;
    }

    div#MENU_FOOTER {
        max-width: 100%;
        font-size: 14px;
        padding: 12px 0;
    }

    div#MAIN_COLUMN_MIDDLE_WRAPPER {
        /*margin: 0 5px 15px 5px;*/
        /*padding: 15px;*/
    }

    .content-transparent,
    .bullauge {
        /*background-color: rgba(242, 255, 192, 0.75) !important;*/
    }

    .content-layout {
        flex-direction: column;
        gap: 25px;
    }
}

@media screen and (max-width: 480px) {
    div#main {
        margin-top: 120px;
        margin-bottom: 70px;
    }

    div#MENU_FOOTER {
        font-size: 12px;
        padding: 10px 0;
    }

    .content-transparent,
    .bullauge {
        /*background-color: rgba(242, 255, 192, 0.9) !important;*/
    }

    .content-semi-transparent {
        /*background-color: rgba(242, 255, 192, 0.95) !important;*/
    }
}

@media (prefers-reduced-motion: reduce) {
    #bg-video {
        display: none;
    }

    #video-background {
        background-image: url('/media/images/site/kranich.jpg');
        background-size: cover;
        background-position: center;
    }
}