/* STATISCHE TOPNAVIGATION */
/* --------------------------------------------- */ 

@media (min-width: 768px) {

header {
transition: all 0.4s ease;
    min-height: 82px;
}

.stickyheader {
     background: rgba(255,255,255,.95);
     max-height: 42px;
     font-size: 11px;
     line-height: 70px;
}
.stickyheader img {
     /*width: 170px;*/
     /*height: 62px; */
     width: 85px;
     height: 32px; 
  transition: all 0.4s ease;
}

.stickyheader .dropdown-menu {
top: 64px;
}


.stickyheader .navbar-main > li > a {
    line-height: 64px;
    padding: 0px 15px;
}


.stickydropdown { margin-top: -10px; }

.main-section {
  /*margin-top: 140px;*/
}

.breadcrumb-section {
    z-index: 999;
    margin-top: 80px;
}


.navbar-default {
    background-color: #fff;
    border-color: #eee;
    background: rgba(255,255,255,.95);
}
/* Primär Navigation */
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: 'Dosis' , sans-serif;
    font-size: 1.85em;
    text-transform: none;
  
}
/* Primär Navigation Hover */
.navbar-default .navbar-nav > li > a:hover {
    color: #f61;   
}
/* Primär Navigation asctive */
.navbar-default .navbar-nav .active  a {
    color: #f71
  
}


.navbar-main > li > a {
    line-height: 80px;
    padding: 0px 10px;
}
.navbar-header-main .navbar-brand {
    line-height: 40px;
    height: 40px;  
}

.navbar {
  /* neu */
  min-height: 64px;
}

.navbar-default {
    width: 100%;
    z-index: 999;
    background-color: #fff;
    border-color: #eee;
    background: rgba(255,255,255,.95);
    
}

.navbar.navbar-top {
    /*background: rgba(0, 0, 0,.8);*/
    position: fixed;
    margin-bottom: 42px;
}


/* Sekundärnavigation */
.dropdown-menu {
  
    background: rgba(255,255,255,0.85);
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #f60;
    text-decoration: none;
    outline: 0;
    background-color: #eee;
}



.main-section {
    margin-top: 70px;
}

.footer-section {
  /*background: rgb(2, 109, 187);*/
}

}


@media (min-width: 992px) {

.navbar-header-main .navbar-brand {
    line-height: 80px;
    height: 80px;  
}

.stickyheader {
     background: rgba(255,255,255,.95);
     max-height: 42px;
     font-size: 11px;
}
.stickyheader img {
     /*width: 170px;*/
     /*height: 62px; */
     width: 85px;
     height: 32px; 
     /* NEU */ margin-top: -20px;
  transition: all 0.4s ease;
}
.stickyheader .navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: 'Dosis' , sans-serif;
    font-size: 1.45em;
    text-transform: none;
  
}


}


@media (min-width: 1200px) {

.navbar-header-main .navbar-brand {
    line-height: 80px;
    height: 80px;  
}

.stickyheader {
     background: rgba(255,255,255,.95);
     max-height: 42px;
     font-size: 11px;
}
.stickyheader img {
     /*width: 170px;*/
     /*height: 62px; */
     width: 85px;
     height: 32px; 
  transition: all 0.4s ease;
}

}


.stickyheader {
     background: rgba(255,255,255,.95);
  }
  
  

