@charset "UTF-8";
/* CSS Document */

#nav {
	top: 10px;
	text-align: center;
	height: auto;
	line-height: 60px;
	width: 100%;
	overflow: hidden;
	background-color: #000;
	position: fixed;
	z-index: 200;
	}
	
.menu {
	padding: 0 ;
	}
	.menu a {
       		font-size: 1em;
       		letter-spacing: 0.2em;
		text-decoration: none;
		padding: 0 40px;
		}
		
label {
	margin: 0;
	font-size: 2.0em;
	line-height: 80px;
	display: none;
    	color: #86754d;
	}

#toggle {
	display: none;
	}
a:hover {
    text-decoration: none;
    color: #86754d;
    }
a:link, a:focus, a:visited {
    text-decoration: none;
    }
	
@media only screen and (max-width: 800px) {
	label {
		display: block;
		cursor: pointer;
		}
		.menu {
            		width: 40%;
			text-align: center;
			display: none;
			line-height: 40px;
		}
		.menu a {
            		font-size: 0.8em;
            		letter-spacing: 0.2em;
			display: block;
            		border-bottom: 0.5px solid #585858;
		}
		.logo{
			display: none;
			}
		#nav{
			position: relative;
		}
		
		#toggle:checked + .menu {
			display: block;
		}
		h10{
			font-size: 14px;
		}
		/*#content{
        		margin-top: 60px;
        }*/
		
        a:hover {
	       text-decoration: none;
        }
        a:link, a:focus, a:visited {
	       text-decoration: none;
        }
}

@media only screen and (min-width: 800px) {

		.logo_mobil{
			display: none;
			}
}

.foot-nav {
	overflow: hidden;
	background-color: #000;
	bottom: 0;
	text-align: center;
	height: auto;
	line-height: 40px;
	width: 100%;
	position: fixed;
	}
	.nav-foot {
		padding: 0 20px;
		}
	.nav-foot a {
        		font-size: 0.8em;
        		letter-spacing: 0.1em;
		text-decoration: none;
		padding: 0 20px;
		}
	}
		
a:hover {
    text-decoration: none;
    color: #86754d;
    }
a:link, a:focus, a:visited {
    text-decoration: none;
    }