/* ===================  ID ========================= */

/*---------------------------- Haupt Masterpage ---------------------------------- */

/* ====================== Desktop =============================================================================================== */
@media screen and (min-width:1200px) {

    #Container {
        color: Black;
    }

    #Header {
        min-height: 120px;
        margin-bottom: 10px;
    }

    #Header-Top {
        background-color: var(--primary-color);
        height: 40px;
    }

    #Header-Top-Child-Container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 40px;
        gap: 50px;
        max-width: 1150px;
        margin: auto;
        color: white;
    }

        #Header-Top-Child-Container-Street {
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        #Header-Top-Child-Container-Street::before {
            display: inline-block;
            content: "";
            width: 32px;
            height: 32px;
            background: url("../images/vecteezy_icon-of-simple-forms-of-point-of-location_46300549.png") no-repeat center / contain;
        }

        #Header-Top-Child-Container-Phone {
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        #Header-Top-Child-Container-Phone::before {
            display: inline-block;
            content: "";
            width: 32px;
            height: 32px;
            background: url("../images/vecteezy_phone-call-auricular-png-icon-on-transparent-background_14392004.png") no-repeat center / contain;
        }

    #Header-Main {
        min-height: 80px;
    }

    #Header-Main-Child-Container{
        max-width: 1150px;   
        margin:auto;
        display: flex;
        align-items: center;
        padding-top: 5px;
    }

    #Header-Main-Child-Container div:last-child{
        margin-left: auto;
    }

    #Header-Main-Child-Container #LogoContainer{
        margin-left: 10px;
    }

    #Header-Main-Child-Container #Praxis-Schild {
        margin-left: 20px;
        line-height: 1.5rem;
    }

        #Praxis-Schild-1 {
            font-size: 1.2rem;
        }

        #Praxis-Schild-2 {
            font-size: 1.2rem;
        }

    #Header-Main-Child-Container #Nav {
        font-size: 1.0rem;
        margin-right: 10px;
    }

    #Header-Main-Child-Container #Nav ul{
        width: 100%;
    }

    #Header-Main-Child-Container #Nav > nav > ul > li{
        display: inline-block;
        margin-left:50px;
        position: relative;
    }

    .Dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 180px;
        background: var(--primary-color);
        list-style: none;
        box-shadow: 0 6px 18px rgba(0,0,0,.08);
        z-index: 1000; /* über anderen Inhalten */
        color: white;
    }

    .Dropdown li a {
      display: block;
      padding: .5rem .75rem;
      text-decoration: none;
      white-space: nowrap;
      color: white;
    }

    .Dropdown li a:hover { 
        background: var(--secondary-color); 
        color: white;
    }


    #Header-Bottom {
        background-color: var(--primary-color);
        height: 10px;
    }

    #Main {
        width: 100%;
        max-width: 1100px;
        margin: auto;
        padding-top: 40px;
    }

    #Main-Title {
        color: var(--secondary-color);
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
        line-height: 1.5rem;
    }

    /* ========================== Footer ============================== */

    #Footer {
        margin: 40px auto 0 auto;
        background-color: var(--primary-color);
        color: white;
        padding-top: 20px;
    }

    #Footer-Child-Container {
        max-width: 1200px;
        margin:auto;
        display: grid;
        grid-template-columns: clamp(120px, 20%, 30%) repeat(2, minmax(325px, 1fr));
        padding: 0 10px 20px 0px;
    }

    #KontaktContainer {
        margin-left: auto;
        margin-right: auto;
    }

        #TelContainer {
            margin-top: 15px;
        }

        #PraxiszeitenContainer {
            margin-left: auto;
            margin-right: auto;
        }

        #SprechzeitenContainer {
            margin-left: auto;
            margin-right: auto;
        }

    #Footer-Child-Container2 {
        background-color: var(--secondary-color);
    }

        #HinweisLinkContainer {
            font-size: 10px;
            margin:auto;
            max-width: 1200px;
        }

            #HinweisLinkContainer ul {
                list-style-type: none;
                display: flex;
                justify-content: right;
                align-items: center;
                height: 25px;
            }

            #HinweisLinkContainer ul li {
                padding-right: 10px;
            }

            #HinweisLinkContainer a {
                color: white;
            }

        #TerminReservationContainer {
            margin-top: 5px;
        }

    /* ==================== Klassen ===========================*/
    
    .Contact-Title {
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .Contact-Time-Container {
        display: flex;
    }

    .Kontakt-Tag {
        width: 125px;
    }

    .Kontakt-Zeit{
        padding-right: 25px;
        border-right: 1px solid white;
    }

    .Kontakt-Zeit2{
        padding-left: 25px;
    }

    .Disable {
        display: none !important;
    }
}
