/*
***************************************************
Navigation
***************************************************
*/

nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 56px;
    line-height: 56px
}

nav .nav-wrapper > ul > li a.active:after,
nav.nav-wrapper > ul > li a:hover:after  {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    border-bottom: 5px solid #436127;
}
nav.nav-extended {
    height: auto
}

nav.nav-extended .nav-wrapper {
    min-height: 56px;
    height: auto
}

nav.nav-extended .nav-content {
    position: relative;
    line-height: normal
}

nav a {
    color: #fff
}

nav a:focus {
    color: #fff;
	text-decoration: underline
}

nav i,nav [class^="mdi-"],nav [class*="mdi-"],nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px
}

nav .nav-wrapper {
    position: relative;
    height: 100%
}

@media only screen and (min-width: 992px) {
    nav a.button-collapse {
        display:none
    }
}
@media only screen and (min-width: 992px) {
    nav a.button-collapse {
        display:none
    }
}
@media only screen and (max-width: 992px) {
	 nav a.button-collapse {
        display:block;
    }
	.hide-on-med-and-down {
			display: none !important;
	}
}

nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px
}

nav .button-collapse i {
    height: 56px;
    line-height: 56px
}

nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    white-space: nowrap
}
nav .brand-logo:hover {
	border:0;
}
nav .brand-logo:hover:after {
display: none;
}

nav .brand-logo.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

nav li:hover .dropdown-content{
opacity: 1;
    display: block;
    width: 100%;

}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left:50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    nav .brand-logo.left,nav .brand-logo.right {
        padding: 0;
        -webkit-transform: none;
        transform: none
    }

    nav .brand-logo.left {
        left: 0.5rem
    }

    nav .brand-logo.right {
        right: 0.5rem;
        left: auto
    }
}

nav .brand-logo.right {
    right: 0.5rem;
    padding: 0
}

nav .brand-logo i,nav .brand-logo [class^="mdi-"],nav .brand-logo [class*="mdi-"],nav .brand-logo i.material-icons {
    float: left;
    margin-right: 15px
}

nav .nav-title {
    display: inline-block;
    font-size: 32px;
    padding: 28px 0
}

nav ul {
    margin: 0
}

nav ul li {
    transition: background-color .3s;
    float: left;
    padding: 0;
	line-height: 64px;
	position: relative;
}

nav ul li.active, 
nav ul li a:hover  {
    background-color: rgba(0,0,0,0.7);
		color: #fff;
	font-style: italic;
}

nav ul a, nav ul a:visited  {
    transition: background-color .3s;
    font-size: 0.9rem !important;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer
}

nav ul a.btn,nav ul a.btn-large,nav ul a.btn-large,nav ul a.btn-flat,nav ul a.btn-floating {
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 15px
}

nav ul a.btn>.material-icons,nav ul a.btn-large>.material-icons,nav ul a.btn-large>.material-icons,nav ul a.btn-flat>.material-icons,nav ul a.btn-floating>.material-icons {
    height: inherit;
    line-height: inherit
}

nav ul a:hover {
    background-color: rgba(0,0,0,0.1)
}

nav ul.left {
    float: left
}

nav form {
    height: 100%
}

nav .input-field {
    margin: 0;
    height: 100%
}

nav .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem
}

nav .input-field input:focus,nav .input-field input[type=text]:valid,nav .input-field input[type=password]:valid,nav .input-field input[type=email]:valid,nav .input-field input[type=url]:valid,nav .input-field input[type=date]:valid {
    border: none;
    box-shadow: none
}

nav .input-field label {
    top: 0;
    left: 0
}

nav .input-field label i {
    color: rgba(255,255,255,0.7);
    transition: color .3s
}

nav .input-field label.active i {
    color: #fff
}

.navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 997
}

.navbar-fixed nav {
    position: fixed
}

@media only screen and (min-width: 601px) {
    nav.nav-extended .nav-wrapper {
        min-height:64px
    }

    nav,nav .nav-wrapper i,nav a.button-collapse,nav a.button-collapse i {
        height: 64px;
        line-height: 64px
    }

    .navbar-fixed {
        height: 64px
    }
}






















#sidenav-overlay{
z-index: 996;
}

.button-collapse{
	float: right !important;
}

	.navbar-fixed nav{
		background:#263238;
	}

nav .brand-logo{
	line-height: 0;
}

	.nav-logo{
		height: 60px;
		margin-left: 15px;
		margin-top: 15px;
	}

	.logo-small{
		height: 50px;
		margin: .2em 0 0 .2em!important;
	}
.navbar, .navbar.navbar-default {
	background: #263238;
	color: #fff;
}

.navbar .nav > li > a {
	display: inline-block!important;
	color: #FFFFFF !important;
	border: 0;
}
a {
 border:0;
}
.navbar-header{
	background: transparent;
}

.navbar-brand img{
	height: 150% !important;
}

a.active {
    position: relative;
}

a.active:after {
    content: '';
    position: absolute;
    left:0;
    height: 100%;
    width: 100%;
    border-bottom: 5px solid $accent;
}

.dropdown-content{
	top: 64px !important;
	background-color:#263238;
	color: #FFFFFF
	border-top: 1px solid #616161;
	overflow:hidden;
} 

.dropdown-content li > a{
	color: #FFF;
	font-size: 0.9em;
} 

.dropdown-content li > a:hover, .dropdown-content li > a:active{
	text-decoration: underline;
	font-style: italic;
	background-color: #263238;
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
    background-color: #263238;
}

.drag-target {
	z-index: 900;
}

@media (min-width: 768px){
	.navbar .nav > li > a {
		margin-top:0;
	}

	.navbar .nav > li > a {
		height: 5em;
	}

	.navbar{
		border-bottom: 0px;
		height: 6rem;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	}

	.navbar-nav li.active:after, .navbar-nav li.active:before, .navbar .nav > li:hover:after, .navbar .nav > li:hover:before {
		background: transparent;
	}
}


@media(max-width: 767px) {
	a.active {
		background: #eee;
	}
	a.active:after {
		width: 4px;
    height: 100%;
    top: 0;
    border: 0;
    background-color: $accent;
	}
}




.side-nav {
	height: 100%;
}

.side-nav .subnav {
	background: #fafafa;
}

.side-nav .subnav li{
	padding-left: 16px;

}

.side-nav li {
    border-bottom: 1px solid #eee;
}

.sidenav__anmelde-button {
	position: absolute;
	
	left: 0;
	right: 0;
	margin: auto;
}

.sidenav__head {
    height: 58px;
    background: #263238;;
    color: white;
    width: 100%;
}

.sidenav__head a {
    color: white;
    padding-left:16px;
}



li.sidenav__head {
    background: none;

}

ul.side-nav  li>a, ul.side-nav  li>a:hover {
    background: none;
	color: #000;
    
    font-weight: bold;
}

ul.side-nav a:hover:after{
content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    border-bottom: 5px solid #1a597b;
}

ul.subnav a:hover:after {
border:none;
}

.side-nav ul.subnav {
    margin: 0;
}

.side-nav ul.subnav a{
    font-weight: normal;
	display: inline;
}


.side-nav ul.subnav a{
    font-weight: normal;
}
.side-nav  ul a:visited {
    color: #000;
}

.side-nav ul li:hover  {
    background-color: rgba(0,0,0,0.7)!important;
	font-style:italic;

}
.side-nav ul li:hover a {
		color: #fff;
	font-weight: bold!important;
}

.dropdown-button{
display: inline-block;
}