@charset "utf-8";

/*Navigation1*/

nav{
    position: relative;
    height: 40px;
    text-align: center; 
    z-index:900;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 0.7px;
}
nav ul {
    display: inline-flex;
    max-width: 1140px;
}
.navbar {
    position: fixed;
    left: 50%;
    top: 10px;
    transform: translate(-50%, 0%);

}
nav ul li {
    text-decoration: none;
    list-style-type: none;

}


#nav1 ul {
    margin-bottom:1.15em;
}
#nav1 ul ul {
    margin:8px 0 0 -1px;
    position: absolute;
    left: 17px;
    top: 64px;
}

#nav1 ul li {

    padding:0 0 5px 0;
    border-left:1px solid #025b9a;
/*    border-left:1px solid red;*/
    height:25px;
    font-size: 0.95em;
    text-align:center;
    width: auto;
    padding: 1px 48px;

}
#nav1 ul li ul li {
    width: auto;
    padding: 1px 19px;
        font-size: 0.9em;

}

nav ul li:last-child {
    border-right:1px solid #025b9a;
/*    border-right:1px solid red;*/
}

#nav1 .navbar-brand  {
    width:130px;
    float:left;
/*    position: relative;*/
  
}
#nav1 .navbar-brand img {
/*    width:50px;*/
    height:40px;
    position: absolute;
    right:15px;
    top:20px;
}

.bg-light {
    background-color: transparent !important;
    width:100%;
    max-width: 1110px;
/*    max-width: 991px;*/


}
.navbar-nav {
/*    margin-top:45px;*/
/*    width: 100%;*/

}
.nav-item{
    width:100%;
    float:left;
}
.nav-link {
    padding:0;
    width:100%;
    float:left;
}
.navbar-light .navbar-nav .nav-link {
    color: #313245;
    font-weight: 300;
    width: inherit;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #666;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:active {
    color: #025b9a;
    font-weight: 600;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    
    color: #005b9a; 
}



/*seite*/
@media only screen and (max-width: 1139px){
    .bg-light {
    margin-left:15px;
    margin-right: 15px;
}
#nav1 .navbar-brand img {

    right:30px;

}
}


/*md*/
@media only screen and (max-width: 991px) {
    #nav1 .navbar-brand img {

    right:20px;

}

#nav1 ul li {

    font-size: 0.9em;
    width: auto;
    padding: 1px 25px;

}
#nav1 ul li ul li{
    font-size: 0.85em;
    width: auto;
    padding: 1px 8px;
}
}


/*sm*/
@media only screen and (max-width: 767px) {
    

 
nav ul li {
    width:150px;
    font-size: 1.1em;
    padding: 0 20px 5px 20px;
    text-align: left;
    background: #fff;
    width:281px;
}
/*
#nav1 nav ul li {
    text-decoration: none;
    list-style-type: none;
    height: 25px;
    text-align: center;
    width: auto;
    padding: 1px 30px;
    text-align: left;
    padding: 0;
    margin: 0;
}
*/
#nav1 ul li ul li {
    width: auto;
    padding: 0px;
    background: #fff;
    width:281px;
}
#nav1 ul li {
    padding:0;
    margin:0;
    background:#fff;
    }
 #nav1 ul li ul li{

    background:#fff;
}
    
 #nav1 ul  {

     background:#fff;
}  
    

#nav1 ul ul {
    margin:0;
    position: inherit;
     background:#fff;
}
  
.navbar {
    position: fixed;
/*    position: relative;*/
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0%);

}
    
    
    
.navbar-brand  {
    position: absolute;
    right: 0;
    top:-20px;
  
} 

.navbar-light .navbar-toggler {
    position: absolute;
    left:0px;
    border: none;
    z-index:200;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/toggler_icon.svg);
    width: 50px;
    height: 50px;
    padding-left:0;
}
    
#nav1 ul {
    display: block;
    position: inherit;
    margin-top:-15px;
/*    margin-top:-20px;*/
/*    max-width:50%;*/
    width:300px;
    margin-bottom: 4.75em;
}
  
/*
.navbar-collapse {
    position: fixed;
    top:0;
    left: 0    ;
    width:300px;
    height: inherit;
   
}
    
*/
    
.navbar-collapse {
    position: absolute;
    top: 55px;
    left: -15px;

/*
    position: relative;
    margin-top: 48px;
    margin-left: -32px;
*/
/*
    margin-top: -10px;
    margin-left: -35px;
*/
    width: 250px;
    max-width: 250px;
    max-height: 100vh;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
    
    
#nav1 .nav-link {
    height: 3em;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    padding-left: 1em;
    padding-top: 0.8em;
    padding-bottom: 2em;
    border-bottom: 1px solid #313245;
    width: 300px;
/*    background: #fff;*/
    text-align: left;
    color: #313245;
}

#nav1 .kat2{
/*    padding-left:3em;*/
        
} 


#nav1 ul li .nav-link {
    padding-left: 30px;
    padding-top:15px;
}
 
#nav1 ul li ul li .nav-link {
    padding-left: 60px;
    font-size: 1.15em;
}

  
}

@media only screen and (max-width: 400px) {
.navbar-light .navbar-toggler {
    left: 0px;
}
    
}

