body{
	margin: 0px;
	background: none transparent;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#logo{
	color: white;
	width:45px;
	display:inline-block;
	font-size:32px;
	font-weight: bold;
	padding-top:6px;
	padding-left:15px;
	opacity:0;
	position:absolute;
	z-index:3;
	cursor: pointer;
}

#navigation{
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: 300;
	letter-spacing: 2px;
	display:inline-block;
	right: 0px;
	float: right;
	position: relative;
	padding-top:22px;
	font-size:13px;
	opacity:0;
	z-index:2;
	margin: auto; 
	position:fixed;
	-webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
    background: none transparent;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none !important;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#navigation a{
	width:auto;
	color:white;
	margin-left: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #ffffff;
	opacity:0.8;
	-webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;

    background: none transparent;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#navigation a:hover {
	width:auto;
	margin-left: 20px;
	/*text-decoration:underline;
	border-bottom: 2px solid #999;*/
	opacity:1;
	-webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;

    background: none transparent;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*
#home a{
	padding-bottom:10px;
	opacity:1;
	border-bottom: 0px solid white;
}

#katalog a{
	opacity:1;
	border-bottom: 2px solid white;
}*/

#navbutton a{
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: 300;
	/*font-size:12px;*/
	padding:4px 25px;
	margin-left:20px;
	cursor:pointer;
	color: #000;
	background: #fff;
	border-radius: 999px;
	letter-spacing: 4px;
	text-transform: uppercase;
	display:inline-block;
	opacity: .8;
}
#navbutton a:hover{

	opacity: 1;
	color: #333;
	background: #fff;
}

#nav-mobile{
	width: 100%;
	height: 100%;
	background: rgba(18,18,22);
	visibility: hidden;
	z-index:20;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

/* FOOTER /////////////////////////////////*/



#footer-container{
	padding-top:20px;
	padding-bottom:20px;
	max-width:1200px;
	margin: auto;
	text-align: middle;
	position:fixed;
	height:auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

.tabelle{
	width: 100%;
	overflow: visible;
	float: left;
	height:auto;
	list-style: none;
	text-align: center;
	padding:0px;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

.tabelle a{
	width:auto;
	color:white;
	margin-left: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #ccc;
	opacity:0.5;
}

.tabelleSoMe{
	width: 100%;
	padding-left:7px;
	align-items: center;
	list-style: none;
	text-align: center;
	display: inline-block;
	color: #cccccc;
	padding-top:30px;
}

#fb{
	width:30px;
	display: inline-block;
	padding-right: 15px;
}

#insta{
	width:30px;
	display: inline-block;
	padding-right: 15px;
}
#x{
	width:30px;
	display: inline-block;
	padding-right: 15px;
}



#copyright{
	text-align: center;
	vertical-align: middle;
	padding-top:30px;
	padding-left:10px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: 300;
	font-size: 10px;
	letter-spacing: 1px;
	color: #666;
}




#navigation-mobile{
	display:none;
}

.tabelle li {
	display: inline-block;
 	margin: 0 10px;
	color: #999;
	-webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
}



#icon-fb{
	opacity:30%;
}
#icon-fb a:hover{
	opacity:50%;
}
#icon-insta{
	opacity:30%;
}
#icon-insta a:hover{
	opacity:50%;
}
#icon-x{
	opacity:30%;
}
#icon-x a:hover{
	opacity:50%;
}



 li {
 	text-transform: uppercase;
 	display: inline-block;
  	color:white;
  	padding-right:15px;
  	-webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
}


.iframe-news{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	right:0px;
}


#container-news{
	width: 100%;
	height: 100%;;
	border:1px solid red;
	bottom:0px;
	
}



@media (max-width: 1000px) { 


	html{
		background: none transparent;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}

	#navigation{
		font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
		font-weight: 300;
		letter-spacing: 2px;
		display:inline-block;
		right: 0px;
		float: right;
		position: relative;
		padding-top:22px;
		font-size:20px;
	}

	#navbutton{
		font-size:16px;
	}


	#logo{
		width:40px;
		padding-left:0px;
	}
	ul{
		margin-top:80px;
		text-align: right;
	}
	li {
		margin-top:30px;
		display: list-item;
		list-style-type: none;
	}




	/*.tabelle{
		width: 100%;
		overflow: visible;
		height:auto;
		line-height: 15px;
		margin:5px;
	}*/
	#footer-container{
		padding-top:0px;
		height:auto;
	}
	#copyright{
		padding-top:0px;
		padding-left:50px;
		padding-right:50px;
		margin:-30px;
	}
}

