@charset "utf-8";
/* CSS Document */

.hamburger {
	display: inline-block;
	cursor: pointer;
	float: right;
	margin: 2px 15px 0 0;
}

.bar1, .bar2, .bar3 {
    width: 65px;
    height: 8px;
    background-color: #FFF;
    margin: 8px 0 0 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 8px) ;
    transform: rotate(-45deg) translate(-9px, 8px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-14px, -14px) ;
    transform: rotate(45deg) translate(-14px, -14px) ;
}

#logo {
	max-width: 320px;
	heigth: auto;
	margin-right: 25px;	
}

#logo.fixed {
	display: fixed;
}


.navbar-toggle {
   display: block;
   border: none;
}

.navbar-toggle:hover {
	border-radius: 0;
}

.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.navbar-collapse.collapse {
    display: none!important;
}

.navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}

.navbar-nav>li {
	float: none;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand {
	float: right;
}

.navbar-default {
	position: absolute;
	bottom: -11px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);	
	border: none;
	height: 70px;
	border-radius: 0;
	z-index: 102;
	margin: 0;
}

.login {
	list-style: none;
	margin-top: 20px;
	float: left;
}

.login li {
	margin-right: 45px;	
}

.login li:nth-child(1) {
	background: url(../gfx/icon/login-button.png) no-repeat center right;
	float: left;	
	text-transform: uppercase;
	color: #FFF;
	font-size: 1vw;
	width: 70px;
}

.login li:nth-child(2) {
	background: url(../gfx/icon/login-button.png) no-repeat center right;
	float: left;	
	text-transform: uppercase;
	color: #FFF;
	font-size: 1vw;
	width: 105px;
}

.login li:nth-child(3) {
	background: url(../gfx/icon/arrow-down.png) no-repeat center right; 
	float: left;	
	text-transform: uppercase;
	color: #FFF;
	font-size: 1vw;
	width: 100px;
} *

.login li a {
	display:block;
	color: #FFF;
	vertical-align: middle;
	font-size: 16px;
}

.login li a:hover {
	text-decoration: none;
}

/* OVERLAY */

#myNav {
	width: 0;
}

#myNav.active {
	width: 100%;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.mainnav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}

.mainnav ul {
	padding: 0;
	margin: 30px 0 0 0;
	list-style: none;	
}

.mainnav li {
	margin: -26px 0 0 0;
	padding: 0;	
}

.mainnav li a {
	display: block;
	letter-spacing: 5px;
	padding: 15px;
	margin-top: 15px;
    text-decoration: none;
    font-size: 36px;
    color: #FFF;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
    transition: 0.3s;
	text-transform: uppercase;
}

.mainnav li a:hover {
	color: #009fe3;	
} 

.menuline {
	position: relative;
	right: 0;
	display: block;
	width: 75px;
	height: 1px;
	background-color: #FFF;
	margin-top: -26px;
}

.overlay a:hover, .overlay a:focus {
    color: #009fe3;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.menurow {
	padding: 5em;
	background-color: #000;
}

.fmenu h3 {
	margin: 0 0 30px 0;
}

.fmenu a {
	color: #FFF;	
	-webkit-transition: .5s linear all;
	-moz-transition: .5s linear all;
	-o-transition: .5s linear all;
	transition: .5s linear all;
}

.fmenu a:hover {
	color: #009fe3;
	text-decoration: none;
}

.fmenu ul {
	list-style: none;
	margin-left: -38px;
	margin-top: 2em;	
}

.fmenu ul li {
	margin: .5em 0 .5em 0;	
}

.fmenu ul li a {
	color: #FFF;
	font-size: 20px;
	margin: 2em 0 2em 0;
	text-transform: uppercase;	
}

.fmenu ul li a:hover {
	text-decoration: none;
	}

.kontakt {
	display:none;	
}

.mobilelogin {
	display: none;	
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media screen and (max-width: 580px) {
	/*.navbar-brand {
		display: none;	
	}*/
	
	.fmenu {
		padding: 2em;	
	}
	
	.fmenu ul {
		margin: 0 0 4em -26px;	
	}
}

@media screen and (max-width: 1000px) {
	.login {
		display: none;
		line-height: 3em;	
	}
	
	.mobilelogin {
		display: inline-block;
		line-height: 3em;	
		list-style: none;
		padding-left: 10px;
		
	}
	
	.mobilelogin li {
		float: left;
	}
	
	#logo {
		max-width: 190px;
		margin-left: 0px;
		margin-top: 5px;
	}
}

