@charset "UTF-8";

#menuehome {
	color: white;
    height: 473px;
    margin-left: auto;
    margin-right: auto;
	width:800px;
}
#menuehome img{
	width: 60px; 
	height: 60px;
}


/*Make dropdown links appear inline*/
#menuehomeres ul {
	position: static;
	display: none;
	list-style-type:none;
	margin:0;
	padding:0;
}
/*Hide dropdown links until they are needed*/
#menuehomeres li ul {
	display: none;
}

/*Style for menu links*/
#menuehomeres li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #007BCC;
	text-decoration: none;
}

/*Make dropdown links vertical*/
#menuehomeres li ul li {
	display: block;
	float: none;
}
/*Create vertical spacing*/
#menuehomeres li {
	margin-bottom: 1px;
}
/*Make all menu links full width*/
#menuehomeres ul li, li a {
	width: 100%;
}
/*Display 'show menu' link*/
.show-menu {
	display:block;
}
/*Display the dropdown on hover*/
#menuehomeres ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Hover state for top level links*/
#menuehomeres li:hover a {
	background: #ACD0DC;
	color: #0078C7;
 	
}

/*Style for dropdown links*/
#menuehomeres li:hover ul a {
	background: #f3f3f3;
	color: #007BCC;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
#menuehomeres li:hover ul a:hover {
	background: #0078C7;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
#menuehomeres li ul {
	display: none;
}

/*Make dropdown links vertical*/
#menuehomeres li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#menuehomeres li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
	
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #0078C7;
	background: #ACD0DC;
	text-align: center;
	padding: 10px 0;	
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/* ############################################################################# */
/* ########################### Menue Subpages ################################################## */
/*Strip the ul of padding and list styling*/
#MenueVertikal ul {
	list-style-type:none;
}

/*Create a horizontal list with spacing*/
#MenueVertikal li {
    float: left; 
}

@media screen and (max-width: 830px) {
#menuehome {
	width:200px;
	
}
#menuehome img{
	width:0px;
}
#menuehome tbody {
	margin: 0px;
	width:3px;
	font-size:0em;
}
    
}


}

