/* responsive */

@media only screen and (max-width: 1024px) {

#mainnav {
  display: none;
}

/* mobiles Menue */
.mod_mobile_menu {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	margin-top: 0;
	padding: 5px 0;
  box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	z-index: 20;
}

.mobile_menu_trigger {
	font-weight: 400;
	font-size: 28px;
	padding: 5px 10px 4px 5px;
	text-transform:uppercase;
	display:inline;
	text-align:center;
}

/* mobile menue */
.mobile_menu .inner {
	background: #444A4A;;
	overflow: auto;
}

/* mobile Navigation */
#mobilenav {
	padding: 50px 0 0 0;
	text-transform:uppercase;
}

#mobilenav ul {
margin:0;
padding:0;
list-style-type:none;
}

#mobilenav li {
margin: 0;
padding:0;
float: none;
text-align: left;
}

#mobilenav a {
margin:0;
padding: 10px 0 10px 20px;
box-sizing: border-box;
display: block;
text-decoration: none;
color: #fff;
font-family: 'Lusitana', Lato, Verdana, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
border-bottom:1px dotted #fff;
}

#mobilenav strong.active {
font-weight: 300;
color: #fff;
margin: 0;
padding:10px 0 10px 20px;
box-sizing: border-box;
display: block;
font-family: 'Lusitana', Lato, Verdana, sans-serif;
font-size: 18px;
border-bottom:1px dotted #fff;
background-color:#000;
}

#mobilenav li.active::after {
  content: '';
  margin-left: 0;
}

#mobilenav a:focus, #mobilenav a:hover {
color:#fff;
text-decoration: none;
}

/* Layout */
#wrapper {
    width: 100%;
    margin: 0 auto;
}

#container {
  width: 100%;
    max-width: 100%;
    margin: 10px auto 0 auto;
}

#main {
  width: 100%;
  max-width: 100%;
  line-height:1.4em;
  float: none;
}

.float_right, .float_left {
  float: none;
}

#header {
    height: 450px;
}
