:root {
    --h2farbe:#000000;
    --zieRot: #c50000;
}


#NAV_CONTAINER {
    position:absolute;
    top:0;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

/* Navi-Styles */
.NAV_UNSERTEAM, .NAV_WEITERBILDUNG, .NAV_BILDUNGSANGEBOTE, .NAV_FSAUSBILDUNGSKLASSEN {
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    visibility: hidden;
    display: none;
    background:white;
    opacity: 0;
    z-index:500;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);    
}

.linie {
    width:100%;
    background:rgb(211, 211, 211);
    height:1px;
    margin: 25px 0 25px 0;
    width:90%;
}

.pfeil {
    height:15px;
}

/* Unser Team*/
.NAV_UNSERTEAM {
    display: grid;
    grid-template-columns: 500px 500px;
    gap: 10px;
    justify-content: center;
    padding: 25px 0 25px 0;
    /* font-family: 'M PLUS Rounded 1c'; */
}


/* Rechter Seitenabstand des Menüs */
.rechts ul {
    padding-right:150px;
}

@media screen and (max-width:1100px) {
    .rechts ul {
        padding-right:100px;
    }
}

@media screen and (max-width:1000px) {
    .rechts ul {
        padding-right:50px;
    }
}

.rechts_small {
    margin: 50px 0 0 0;
    height: 80px;
    width: 100%;
}


#top_nav {
    position: absolute;
    bottom: -20px;
    margin: 50px 0 0 0;
    height:80px;
    width: 100%;
    z-index: 99;

    text-decoration: none;
}

.element {
    color:rgb(255, 255, 255);
    text-align: center;
    width: 100%;
}

.links {
    position:absolute;
    left: 50%;
    transform: translate(-50%,50%);
    z-index: 1000;
}

@media screen and (min-width:1000px) {
	.links {
		left: 200px;
        width:300px;
	}
}

@media screen and (max-width:1199px) {

    .NAV_UNSERTEAM {
        grid-template-columns: 450px 450px;
    }

}


    .NAV_UNSERTEAM_direktkontakt {
        margin: 15px 0;
    }

    .NAV_UNSERTEAM_Links {        
        padding:30px 50px 10px 50px;
        background:#f0f0f0;
        border-radius: 5px;
    }

    .container_links {
        display: grid;
        grid-template-columns: 1fr 20px;
        grid-template-rows: 20px 30px 1px;
        gap: 10px;
        justify-content: center;
        margin: 10px 0 0 0;
    }

    .container_links:hover{
        color: var(--zieRot);
    }
    .cell6_1 {
        font-weight: 500;
    }
    .cell6_2 {
        grid-column-start: 2;
        grid-row-start: 1;
        grid-row-end: 3;

        display: flex;
        justify-content: center;
        align-items: center;               
    }
    .cell6_3 {
        color:rgb(116, 116, 116);
        font-size: 0.81em;
    }
    .cell6_4 {
        border-bottom:1px solid #cfcfcf;

        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        
    }    

    .title_link {
        width: 100%;
        font-size: 1.06em;
        color: black;
    }

    .title_link:hover {
        color: var(--zieRot);
    }

    .wrapper_link {
        width: 100%;
        height: 50px;
        margin:40px 0 10px 0;
        border-bottom:1px solid #cfcfcf;
    } 

    .wrapper_link:hover {
        color: var(--zieRot);
    }
    
    .wrapper_link::after {
        content: '>';
        float: right;
        transform: translateY(-60px);
        font-size:20px;
    }



    .linkbeschreibung {
        color:rgb(116, 116, 116);
        font-size: 0.94em;
        margin: 5px 0 25px 0;
    }  


    .NAV_UNSERTEAM_direktkontakt h2 {
        color: black;
        font-size: 1em;
        font-weight: 500;
        margin:0px;
        padding:0px;
    }
    
    .NAV_UNSERTEAM_direktkontakt div p {
        color:rgb(116, 116, 116);
    }


    .NAV_UNSERTEAM_direktkontakt div img {
        height: 18px;
        margin: 0px 15px 0px 0px;
        transform:translateY(3px);
    }

/* Weiterbildung ->*/
    .NAV_WEITERBILDUNG {
        position: relative;
        display: grid;
        grid-template-columns: 750px 500px;
        gap: 10px;
        justify-content: center;
        padding: 25px 0 25px 0;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 6000px 340px;
        transition: background-position 500ms;
    }

    .NAV_FSAUSBILDUNGSKLASSEN {
        position: relative;
        display: grid;
        grid-template-columns: 750px 500px;
        gap: 10px;
        justify-content: center;
        padding: 25px 0 25px 0;
    }

    @media screen and (max-width:1000px) {
        .NAV_WEITERBILDUNG {
            grid-template-columns: 300px 500px;
        }
        .NAV_FSAUSBILDUNGSKLASSEN {
            grid-template-columns: 300px 500px;
        }
    }

    .NAV_WEITERBILDUNG_moveBG2 {
        background-position: -2000px 0;
    }
    .NAV_WEITERBILDUNG_moveBG3 {
        background-position: -4000px 0;
    }

    .NAV_WEITERBILDUNG_Links {        
        padding:30px 50px 10px 50px;
        background:rgba(240,240,240,0.8);
        border-radius: 5px;
    }

    #bg_weiterbildung {
        width:100%;
        height: 100%;
        border:1px solid black;
    }

    .cell7_1 {
        font-weight: 500;
    }
    .cell7_2 {
        grid-column-start: 2;
        grid-row-start: 1;
        grid-row-end: 3;

        display: flex;
        justify-content: center;
        align-items: center;               
    }
    .cell7_3 {
        color:rgb(116, 116, 116);
        font-size: 0.81em;
    }
    .cell7_4 {
        border-bottom:1px solid #cfcfcf;

        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;        
    }
    .cell7_4_spacer {
        height: 20px;
    }  
    

/* <- Weiterbildung */

/*blur*/
.blur{
    filter: blur(3px);
}

/* media query ******************************/

@media screen and (max-width:1000px) {

    #NAV_CONTAINER {
        visibility: hidden;
    }

    .NAV_UNSERTEAM {
        grid-template-columns: 400px 400px;
    }

}