/* ==========================================================================
navigation  http://tympanus.net/Freebies/Sedna/
========================================================================== */
/*
.navigation {
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #e6e6e6;
	top: 0;
  left: 0;
	line-height: 1.0;
}
.fixed {
  position: fixed;
  z-index: 999;	
  top: 0;
  left: 0;
  width: 100%;
}

header {
  width: 100%;
  background-color:#f6f6f6;
  z-index: 99999;
}*/

.navigation {
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #e6e6e6;
	top: 0;
  left: 0;
	line-height: 1.0;
  border-bottom: 1px #fff solid;
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.header-content{
  /*padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  height: calc(100% - 20px);  /*Höhe - 2x padding */
  height: 100%;
  display: flex;
  justify-content: space-between;  /* Logo links, Nav rechts */
}

/* header mittig mit Breite 1200px */
.navigation .header-content {
  /*position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #f6f6f6;*/
  border-bottom: none;
  -webkit-transition: height 300ms ease-in-out;
          transition: height 300ms ease-in-out;
}
/*
header{
  height: 100%;
}*/
header .logo {
	display: flex;
}
header .logo img {
	margin-top: -3em;
}
header .logo_text h1{
  letter-spacing: 4px;
  font-weight: 300;
	/*text-shadow: 3px 3px 6px rgba(150, 150, 150, 0.8);*/
	    -webkit-transition: color 2s, font-size 2s;
       -moz-transition: color .5s, font-size .5s;
         -o-transition: color .5s, font-size .5s;
            transition: color .5s, font-size .5s;
}
  header ul.primary-nav {
    margin: 0px;
    display: flex;
    justify-content: flex-end;
	}
    header ul.primary-nav li {
      display: flex; }
      header ul.primary-nav li a {
        outline: 0; /* remove dotted line */
        padding-right: 1.5vw;
        font-size: 1.6em;
        color: #444444;
        font-weight: 600;
    -webkit-transition: color 2s, font-size 2s;
       -moz-transition: color .5s, font-size .5s;
         -o-transition: color .5s, font-size .5s;
            transition: color .5s, font-size .5s;
        }
        header ul.primary-nav li a:hover {
          color: #1e87f0; } 
     header ul.primary-nav li:last-child a {
        padding-right: 0px; }
        
header .header-nav {
  /*  width: 100%; */
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

header .header-nav li.aktuell a{
    color: #6d6a6a;
}



/* ==========================================================================
Hero Logo FadeIn
=========================================================================
.logo {
	background-size: cover, cover;
	background-position: center, center;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
} */

.logo  {
	display: inline-block;
  margin: 0;
	padding: 0.5rem;
	position: relative;
	opacity: 1;
	transform: scale(1);
  	transition: transform 0.5s ease, opacity 1s ease;

}
.logo a, .logo a h1, .logo a h1, .logo h1, .logo h1{
    text-decoration: none;
}
.logo h1 {
	font-family:var(--schrift_logo);
	font-size: 2.2rem;
	font-weight: 600;
  margin:0;
    -webkit-transition: color .5s, font-size 1s ease;
       -moz-transition: color .5s, font-size 1s ease;
         -o-transition: color .5s, font-size 1s ease;
            transition: color .5s, font-size 1s ease;
}
.logo h2 {
	font-family:var(--schrift_logo);
	font-size: 1.3rem;
	font-weight: 100;
  margin: 0 0 5px 0;
    -webkit-transition: color .5s, font-size 1s ease;
       -moz-transition: color .5s, font-size 1s ease;
         -o-transition: color .5s, font-size 1s ease;
            transition: color .5s, font-size 1s ease;
}
/* nav fixed. kleine Schrift */ 
.navigation.fixed .logo h1{
  font-size: 1.7rem;
}
.navigation.fixed .logo h2{
  font-size: 1.0rem;
}

.logo.is-loading {
	transform: scale(0.9);
	opacity: 0;
}
/*
.logo h1:before,
.logo h1:after {
	height: 2px;
	width: 100%;
	content: "";
	background: var(--grau_dunkel);
	display: block;
	position: absolute;
	transition: width 0.4s ease;
	transition-delay: 0.8s;
}

.logo h1:before {
	top: 0;
	left: 0;
}

.logo h1:after {
	bottom: 0;
	right: 0;
}

.logo.is-loading h1:before,
.logo.is-loading h1:after {
	width: 0;
}
*/


/* ==========================================================================
  Navigationsleiste auf Handys
========================================================================== */			
/* Logo mittig */
.navigation.fixed header .logo,
.navigation header .logo{
  align-items: center;
}

/*.navigation.fixed header{
  height: 70px;
}*/
.navigation.fixed header .logo_text h1{
  font-size: 2.0em;
  margin: 0;
}


.navigation header .logo_text h1{
  font-size: 2.2em;
  margin: 0;
}

.navigation .header-content {
  height: 70px;
}
/*
.navigation.fixed .header-content {
  height: 70px;
  position: fixed;
}*/

.seiteninhalt{
	margin-top: 70px;
}



/* ==========================================================================
  Navigationsleiste auf Handys quer und Tablets
========================================================================== */	
@media screen and (min-width:350px) and (min-height:550px){
  /* ==========================================================================
  schmale Navigationsleiste  .navigation.fixed 
  ========================================================================== */
  .navigation.fixed .header-content {
    height: 80px;
  }
  .seiteninhalt{
    margin-top: 80px;
  }



  /* ==========================================================================
    breite Navigationsleiste  .navigation
  ========================================================================== */			
  .navigation .header-content {
    height: 100px;
  }
  .seiteninhalt{
    margin-top: 100px;
  }
}

@media screen and (min-width:550px) and (min-height:550px){
  /* Logo an den oberen Rand */
  .navigation.fixed .header-content .logo,
  .navigation .header-content .logo{
    align-items: flex-start;
  }
   /* ==========================================================================
  schmale Navigationsleiste  .navigation.fixed 
  ========================================================================== */ 
  .navigation.fixed .header-content {
      /*background-color: #fff;
      border-bottom: solid 1px rgba(255, 255, 255, 0.2);*/
      height: 90px;
  }
  .navigation.fixed .logo h1{
    font-size: 2.3rem;
  }
  .navigation.fixed .logo h2{
    font-size: 1.36rem;
  }
  /* ==========================================================================
    breite Navigationsleiste  .navigation
  ========================================================================== */			
  .navigation .header-content {
     /* background-color: #fff;
      border-bottom: solid 1px rgba(255, 255, 255, 0.2);*/
      height: 130px;
  }
  .seiteninhalt{
    margin-top: 130px;
  }
  .logo h1 {
    font-size: 3.2rem;
  }
  .logo h2 {
    font-size: 1.9rem;
  }

}
/* ==========================================================================
uk Anpassungen
========================================================================== */
header ul.primary-nav li a {
    padding-right: 1.5vw;
    font-size: 1.5em;
    color: #444444;
    font-weight: 400;
}
header ul.primary-nav li .uk-navbar-dropdown-nav a {
    color: var(--grau_dunkel);
}

header ul.primary-nav li a.drop {
    font-size: 1.2em;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 0px;
    padding: 0 15px;
    font-size: .875rem;
    font-family: inherit;
    text-decoration: none;
}
.uk-navbar-nav>li>a {
    color: #999;
    text-transform: none;
}
@media screen and (min-width:60em) {
  .uk-navbar-center-right>*, .uk-navbar-right {
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
  }
}

.uk-sticky-fixed,
.uk-navbar-container {
    width:100%;
}




/* ==========================================================================
navigation Hamburger
========================================================================== */
.navicon {
  /*position: absolute;
  height: 26px;
  right: 10px;
  top: 30px;*/
  display: none;  /* wird eingeblendet bei: @media screen and (max-width:991px)  */
  justify-content: flex-end;
  align-items: center;
  /*width: 100%;*/
  height: 100%;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
		  
.nav-toggle {
 /* position: absolute;
  top: 0;
  right: 15px;*/
  /*display: flex;
  justify-content: flex-end;
   align-items: flex-end; */
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer; 
}

.nav-toggle:focus {
  outline: none; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: var(--grau_dunkel);
  cursor: pointer; }

.nav-toggle span:before {
  top: -10px; }

.nav-toggle span:after {
  bottom: -10px; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }


.olox_nav .nav-toggle span {
  background-color: transparent; }

.olox_nav .nav-toggle span:before, .olox_nav .nav-toggle span:after {
    background: #f8f8f8; 
  top: 0; }

.olox_nav .nav-toggle span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.olox_nav .nav-toggle span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg); }


		  
/* ==========================================================================
Hamburger Menü einblenden
========================================================================== */
@media screen and (max-width:991px) {
  /* Haupt Nav ausblenden */
	nav ul.primary-nav {
    display:none;
	}

  /* Toggle Navicon einblenden */
	.navicon {
		visibility: visible;
    display: flex;
	}
   /* offcanvas Hintergrund */
  .uk-offcanvas-bar {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -100%;
      box-sizing: border-box;
      width: 100%;
      padding: 20px 20px;
      background: var(--grau_dunkel);
      overflow-y: auto;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  #nav_olox .off_nav{
    flex-direction: column;
  }

  /* die einzelnen Menüpunkte werden innav_olox.js sichtbar geschaltet */
	#nav_olox ul.off_nav li  {
		opacity: 0;
	}
  /* über nav_olox.js */
  /*.olox_nav #nav_olox ul.off_nav li  {
		opacity: 1;
	}*/
  
	.olox_nav #nav_olox ul.off_nav li a {
		color: #fff;
		font-size: 25px;
		/*text-transform: uppercase;*/
		font-weight: 600;
		-moz-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
    text-align: center;
	}
	.olox_nav #nav_olox ul.off_nav li a:hover {
		color: var(--grau);
	}

	 ul.off_nav li {
		margin-bottom: 25px
	}

}



