/* montserrat-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../c4js/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* poppins-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../c4js/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

a {
    text-decoration: none
}

.header {
    width: 100%;
   /* height: var(--header-height); */
    height: calc(var(--header-height) + 7.5rem);
    /* height: calc(var(--header-height) + 5.5rem); */
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s; 
    background: url("../img/banner_lsbnet.jpg") #fff no-repeat 16em;  
    /* background: url("https://www.lsb-niedersachsen.de/fileadmin/daten/dokumente/Organisationsentwicklung/Mitgliedschaft/teaser.jpg") #fff no-repeat 17em;  */
    border-top: 5px solid grey;
    border-bottom: 5px solid grey;
    margin-bottom: 2em
}

.header_toggle {
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer
}

/*.header_img {
    display: flex;
    justify-content: center;
    border-radius: 50%; 
    overflow: hidden
} */

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: crimson;
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem;
    color: #818181;
    font-family: "Poppins-Regular",Arial,sans-serif !important;
    min-height: 30px !important;
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: #fff;
    /* var(--first-color-light); */
    margin-bottom: 1.5rem;
    transition: .3s;
    font-size: 1.2em;
    min-height: 30px !important;
}
.nav_icon {
    font-size: 1.25rem
}

.nav_link {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    min-height: 30px !important;
}
.nav_link:hover {
    background-color: #fff;    
    color: black;
    width : 100%;
    min-height: 30px !important;
}

#nav-bar.show {
    left: 0
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}

.active {
    color: var(--white-color)
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0.2rem;
    height: 3.2rem;
    /*background-color: var(--white-color)*/
    background-color: red
}
/* Fix für DataTables */
.pagination > .active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0.2rem;
    height: 3.2rem;  
    background-color: transparent
}

.height-100 {
    height: 100vh
}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 2rem)
    }

    .header {
        height: calc(var(--header-height) + 7.5rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
    }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0;   
    }

    #nav-bar.show {
        /* width: calc(var(--nav-width) + 156px) */
        width: calc(var(--nav-width) + 176px) 
    }

    .body-pd {
       /*  padding-left: calc(var(--nav-width) + 188px) */
        padding-left: calc(var(--nav-width) + 208px)
    }   
}

.nav_list_unter   {
    background-color: crimson;
    padding-left: 1em;
    margin-top:-1em;
    margin-bottom:0.5em;
    line-height: 2;   
    width: 199px; 
   /* width: 179px; */
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;    
    box-sizing: content-box;
 
}

.nav_link_unter {
    display: flex;
    align-items: center;    
    color: #fff;
    font-size: 0.75em;  
    word-break:break-word;
    padding-left:0.8em;
    padding-right:0.8em;
    margin-top:0.4em;
    border-radius:0.3em;
    margin-left: 0em;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.nav_link_unter:hover {
    background-color: #fff;    
    color: black;
    width : 95%;
    /* font-weight: bolder; */
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
 
}

.nav_name_unter i {
    margin-left: 1.6em;
}
.nav_name{
    min-height:20px;
} 