﻿/*namespace Augustin.wwwroot {
    public class Site

}*/
* {
    box-sizing: border-box;
}
/*.scroll-anchor {
    scroll-margin-top: 800px;*/ /* Höhe deines fixen Headers */
/*}*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-y: auto; /* normale Seite scrollt */
    overflow-x: hidden; /* kein horizontales Scrollen */
    box-sizing: border-box;
}


*, *::before, *::after {
    box-sizing: inherit;
}


/*body {
    background-color: lightgray;
    margin: 0;
    min-height: 100vh;
    background: linear-gradient(to bottom, #e0e0e0, #c0c0c0);
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/
.unsichtbar {
    color: transparent !important;
}
body {
    background-color: lightgray;
    margin: 0;
    height: 100%;
    background: linear-gradient(to bottom, #e0e0e0, #c0c0c0);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.firmen-title {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    color: #0a0a7e;
    margin-bottom: 0.5rem;
    margin-top: -1rem;
    padding: 0rem;
}

.firmen-subtitle {
    font-size: 1.2rem;
    font-weight: normal;
    color: #444;
    display: block;
    margin-top: 0.3rem;
    margin-bottom: 2rem;
}







/* Hauptüberschrift */
.titel {
    font-size: 2em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #0000FF;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

/* Abschnittsüberschrift */
.abschnitt {
    font-size: 1.4em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #333333;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

/* Standardtext */
.text {
    font-size: 1em;
    font-family: Verdana, sans-serif;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1em;
}

/* Betonung im Fließtext */
.betont {
    font-size: 1em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #800000;
}

/* Fußnote oder Hinweis */
.klein {
    font-size: 0.85em;
    font-family: Verdana, sans-serif;
    color: #555555;
}
/* Fußnote oder Hinweis klein2*/

.klein2 {
    font-size: 0.6em;
    font-family: Verdana, sans-serif;
    color: #555555;
    /* Fußnote oder Hinweis kleiner*/
}

.kleiner {
    font-size: 0.5em;
    font-family: Verdana, sans-serif;
    color: #555555;
}
/* kleiner als Fettschrift*/
.Fett1 {
    font-weight: bold; /* Fettdruck aktiviert */
    font-size: 0.5em;
    font-family: Verdana, sans-serif;
    color: #555555;
}

.kontakt-button {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border: 3px solid #444444;  /*dunkler Rahme*/ 
    color: #222222;  /*dunkler Text*/ 
    background-color: #e0e0e0;  /*heller grauer Hintergrund */
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.3s ease;
}

    .kontakt-button:hover {
        border-color: #2c3e50;  /*dunkleres Blaugrau*/ 
        color: #2c3e50;
        background-color: #d0d8e0;  /*blaugrauer Hintergrund*/ 
    }

    .kontakt-button:active {
        background-color: #cc0000;  /*roter Hintergrund beim Klick*/ 
        border-color: #990000;
        color: #ffffff;
    }

    .kontakt-button .icon {
        margin-right: 0.5rem;
    }

.social-share {
    display: flex;
    justify-content: flex-end; /* rechts */
    align-items: flex-start; /* oben */
    gap: 1rem;
    margin-top: 0rem;
}

    .social-share img {
        width: 24px;
        height: 24px;
        cursor: pointer;
        transition: transform 0.2s ease;
    }

        .social-share img:hover {
            transform: scale(1.1);
        }

.Media-Container {
    width: 100%; /* nimmt volle Breite */
    max-width: 800px; /* aber nie breiter als 800px */
    margin: 1rem auto; /* zentriert */
    padding: 0rem; /* Innenabstand */
    border: 1px solid #ccc;
    border-radius: 20px;
    background: linear-gradient(white, #888888);
    box-sizing: border-box; /* verhindert Überbreite */
    overflow: auto;
}

/*.Media-Container {
    max-width: 800px;
    margin: 0.5rem auto;
    margin-top: 0.5rem;
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 20px;*/
    /*position: relative;*/
    /*top: 60px;*/ /* Abstand vom oberen Rand */
    /*left: 300px;*/ /* Mitte des Bildschirms */
    /*width: 300px;
    margin: 0rem auto;
    margin-top: 1rem;
    max-width: 100%;*/ /* optional: für kleine Bildschirme */
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: calc(100vh - 110px);*/ /*Abstand unterer Rand Container*/
    /*overflow: auto;
    padding: 0px 0px;
    height: 3rem;*/
    /*min-height: 200px;*/ /* oder ein Wert deiner Wahl */
    /*background: linear-gradient(white, #888888);*/
    /*background: transparent;*/
    /*pointer-events: auto;
    z-index: 2000;
}*/
/*.page-container-Inhalt {
    position: relative;
    overflow: visible;*/

    /*top: 0px;*/ /* feste Höhe */
/*    left: 50%;*/
    /*width: 100%;*/  /*passt sich der Fensterbreite an */
    /*max-width: 800px;*/
    /*table-layout: fixed;
    border-collapse: collapse;*/
    /*margin: auto;*/
    /*margin-top: 0.5rem;*/
    /*margin-top: 0px;*/
    /*padding: 2rem;*/
    /*padding-top: 100px;
    border: 1px solid #ccc;
    border-radius: 20px;*/
    /*background: grey;*/
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: calc(100dvh + 100px);*/ /* Abstand unterer Rand Container */
    /*overflow-y: hidden;
    overflow-x: hidden;
}*/
.page-container-Inhalt {
    position: relative;
    max-width: 800px;
    margin: 0px auto 0 auto; /* Abstand nach oben + zentriert */
/*    margin: 0;
*/    padding: 0rem;
    overflow-y: visible;
}
.page-container-Inhalt2 {
    position: relative; /* kein fixed, kein sticky */
    /*margin: 68px auto 0 auto;*/ /* Abstand nach oben + zentriert */
    width: 100%;
    max-width: 800px;
    padding: 2rem;
    padding-top: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: linear-gradient(to bottom, #f7f7b2, #c9a72a);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-height: calc(100dvh - 115px); /* sichtbare Höhe begrenzen */
    overflow-y: auto; /* Scrollbar NUR hier */
}

/*.page-container-Inhalt2 {
    position: fixed;
    top: 77px;*/ /* feste Höhe */
    /*left: 50%;
    transform: translateX(-50%);
    width: 100%;*/ /* passt sich der Fensterbreite an */
    /*max-width: 800px;
    table-layout: fixed;
    border-collapse: collapse;*/
    /*    margin: 0.5rem auto;
    margin-top: 0.5rem;*/
    /*padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: linear-gradient(to bottom, #f7f7b2, #c9a72a);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: calc(100dvh - 115px);*/ /*Abstand unterer Rand Container*/
    /*left: calc(40dvh - 0px);*/
    /* overflow-x: hidden;*/
    /*overflow-y: auto;
    z-index: 10000;
}*/


.page-container {
    width: 100%; /* passt sich der Fensterbreite an */
    max-width: 800px;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0.5rem auto;
    margin-top: 0.5rem;
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: linear-gradient(to bottom, #f7f7b2, #c9a72a);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: calc(100dvh - 115px); /*Abstand unterer Rand Container*/
    overflow-x: hidden;
    overflow-y: auto;
}
   /* .page-container * {
        max-width: 100%;
        box-sizing: border-box;
    }*/

    .page-container td,
    .page-container th {
        overflow-wrap: break-word;
        word-break: break-word;
        box-sizing: border-box;
    }

    .page-container img {
        max-width: 100%;
        height: auto;
        display: block;
    }


.home-gmbh-container {
    width: 100%; /* passt sich der Fensterbreite an */
    max-width: 800px; /* begrenzt die maximale Breite */
    margin: 0rem auto; /* zentriert den Container */
    margin-top: 1rem;
    padding: 1rem; /* Innenabstand */
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    box-sizing: border-box; /* Padding wird in die Breite eingerechnet */
    max-height: calc(100dvh - 120px);
    min-height: 135px; /* oder ein Wert deiner Wahl */

    overflow: auto;
}
.home-gmbh-container2 {
    width: 100%; /* passt sich der Fensterbreite an */
    max-width: 800px; /* begrenzt die maximale Breite */
    margin: 0rem auto; /* zentriert den Container */
    margin-top: 0rem;
    padding: 1rem; /* Innenabstand */
    padding-top: 2rem;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    box-sizing: border-box; /* Padding wird in die Breite eingerechnet */
    max-height: calc(100dvh - 0rem);
    min-height: 320px;
    padding-bottom: 1.5rem; /* Scroll-Luft */
    overflow: auto;
}

.unsichtbar-container {
    width: 100%; /* passt sich der Fensterbreite an */
    max-width: 800px; /* begrenzt die maximale Breite */
    margin: 1rem auto; /* zentriert den Container */
    margin-top: 0rem;
    margin-bottom : 0rem;
    padding: 0rem; /* Innenabstand */
    padding-top: 0px;
    background: transparent;
    /*background-color: rgba(255, 255, 255, 0.85);*/
    border-radius: 20px;
    box-sizing: border-box; /*Padding wird in die Breite eingerechnet */
    height: calc(100dvh - 110px);
    overflow: auto;
    padding-bottom: 1.4rem; /* etwas mehr Scroll-Luft */
}

.ImKo-Container {
    width: 100%; /* passt sich der Fensterbreite an */
    max-width: 800px; /* begrenzt die maximale Breite */
    margin: 0rem auto; /* zentriert den Container */
    margin-top: 1rem;
    padding: 1rem; /* Innenabstand */
    background: linear-gradient(white, #888888);
    border-radius: 20px;
    box-sizing: border-box; /* Padding wird in die Breite eingerechnet */
    max-height: calc(100dvh - 110px);
    min-height: 135px; /* oder ein Wert deiner Wahl */
    overflow: auto;
}


.Kopf-Container {
    position: fixed;
    left: 0px; /* Abstand vom linken Rand */
    top: 0px; /* vertikale Feinjustierung */
    width: 100%; /* passt sich der Fensterbreite an */
    height: 3.8rem; /* gleiche Höhe wie .top-row */
    margin-left: 49px; /*Soll margin: 54px; */
    padding: 13px 5px; /*Soll margin: 10px 5px; */
    background: transparent;
    max-width: 100%; /* begrenzt die maximale Breite */
    /*    margin: 0rem;  zentriert den Container */
    /*padding-left: 0px;*/ /*Innenabstand */
    font-family: Arial, sans-serif;
    font-size: min(1.5rem, 3.5vw);
    /*font-size: clamp(0.8rem, 2vw, 1.5rem);*/
    font-weight: 450;
    text-align: left;
    line-height: 1.2;
    text-decoration: none;
    /* Kein Umbruch, kein Überlaufen */
    font-size: clamp(0.8rem, 6vw, 1.6rem);
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;*/ /* oder: ellipsis */

    pointer-events: none; /* optional: Klicks gehen durch */
    z-index: 2000;
    /*box-sizing: border-box;*/ /* Padding wird in die Breite eingerechnet */
}

.slider-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slider {
    position: relative;
    width: 100%;
    height: 10cm;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background-color: #f0f0f0;
    }

@keyframes fade {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.bockenheim-links:hover,
.bockenheim-links:focus {
    color: #004000;
    text-decoration: underline;
}

.bockenheim-links:active {
    color: #c00000;
    text-decoration: underline;
}

/* SIDEBAR */
.mobile-menu {
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    background: linear-gradient(to right, #031528, #001a66);
    z-index: 1000;
    transition: width 0.25s ease-in-out;
}

/*.mobile-menu {
    width: 0px;
    min-width: 260px;
    max-width: 0px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    background: linear-gradient(to right, #031528, #001a66);
    z-index: 1000;
}
*/

.sidebar {
    position: fixed;
    top: 3.8rem; /* unter deiner Kopfzeile */
    left: 0;
    height: calc(var(--real-vh) - 3.8rem);
    width: 0;
    overflow: hidden;
    transition: width 0.25s ease-in-out;
    z-index: 3000;
}
 /*   .sidebar.show {
        width: 250px;
    }*/
/*.sidebar {
    width: 0;
    overflow: hidden;
    transition: width 0.25s ease-in-out;
}*/

    .sidebar.show {
        width: 250px;
        height: calc(var(--real-vh) - 3.8rem);  /*Höhe des sichtbaren Bereichs */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 1rem;
    }
/* MAIN-Bereich */
.main {
    margin-left: 260px; /* verhindert Unterrutschen */
    padding-top: 60px;
}
.navbar-toggler {
    display: none;
}

.top-row2 {
    background: transparent;
    color: white;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.top-row {
    /* Farbverlauf tiefer Blauton */
    background: linear-gradient(to right, #031528, #001a66);
    /* Farbverlauf Nachtblau */
    /*    background: linear-gradient(to right, #06203c, #002b8f);
*/ /* Farbverlauf Marineblau */
    /*    background: linear-gradient(to right, #041a33, #003f9e);
*/
    /*    background: linear-gradient(to right, #06203c, #4a00ff);
*/
    position: relative;
    justify-content: flex-end;
    height: 3.8rem;
    display: flex;
    align-items: center;
    color: white;
    padding: 1rem;
    width: 100vw;
    will-change: contents;
    transition: all 0.1s ease-in-out;
    /*background-color: red;*/
}



/* TOP-ROW */
.top-row {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 1rem;
    /*background-color: red;*/
    color: white;
    z-index: 1500;
}

/* navbar-toggler ICON */
.navbar-toggler {
    display: block;
    cursor: pointer;
    font-size: 1.5rem;
    color: white;
    background: none;
    position: absolute;
    left: 10px; /*Abstand vom linken Rand*/
    top: 8px; /*vertikale Feinjustierung*/
    border-width: 0px; /* ← HIER stellst du die Rahmenbreite ein */
    border-style: hidden;
    border-radius: 6px;
    outline: none !important;
    box-shadow: none !important;
    height: 40px;  /*Klickhöhe */
    padding-right: 200px;
    z-index: 4000;
}
 


/*.toggler-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;*/ /* Breite der Klickfläche */
    /*height: 60px;*/ /* Höhe über Kopf-Container + Toggler */
    /*z-index: 5000;*/ /* über allem */
    /*background: transparent;
    cursor: pointer;
}*/
  

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none;
        box-shadow: none;
    }


/*========== Desktop ================*/

@media (min-width: 641px) {
    .Kopf-Container {
        display: none !important;
        background-color: green;
    }

    .mobile-menu {
        top: 60px;
        display: block;
        width: 260px;
        background: linear-gradient(to right, #031528, #001a66);
        max-height: calc(100dvh - 60px); /* ← entscheidend */
        overflow-y: auto; /* ← sofort scrollen */
        overflow-x: hidden;
    }

    .top-row {
        left: 0px;
        width: calc(100%);
    }

    .main {
        margin-left: 260px;
        padding-top: 60px;
    }

    .navbar-toggler {
        display: none;
    }
}

/* ========Mobil========= */
@media (max-width: 640px) {

    /* Kopf-Container nur mobil sichtbar */
    .Kopf-Container {
        display: block;
        background: transparent;
    }

    .mobile-menu {
        top: 60px;
        display: none !important;
        width: 0 !important;
        min-width: 0 !important;
        max-width: 0 !important;
        overflow: hidden !important;
    }

        .mobile-menu.open {
            display: block !important;
            width: 260px !important;
            min-width: 260px !important;
            max-width: 260px !important;
            overflow-y: auto !important;
            position: fixed;
            top: 60px;
            left: 0;
            height: calc(100dvh - 60px);
            background: linear-gradient(to right, #031528, #001a66);
            z-index: 5000;
        }

    .top-row {
        left: 0;
        width: 100%;
    }

    .main {
        margin-left: 0 !important;
        padding-top: 60px;
    }

    .navbar-toggler {
        display: flex !important;
        align-items: center;
        z-index: 4000;
    }

    .navbar-brand {
        display: none !important;
    }
   }

