/***********************************
Sorgt für die richtige Design - Mobil
@category    style
@author      Max Sternitzke <sternitzke.max@gmail.com>
@copyright   (C) Max Sternitzke, 2012-2013
************************************/

/* Ab hier nur generelle Angaben */

html, body {
	font-family: 'Open Sans', Arial, Helvetica;
	font-weight: 300;
	color: #696969;
	padding: 0px;
	margin: 0px;
	background: #F4EDEF;
	top: 0px;
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	height: 100%;
	min-height: 100% !important;
	width: 100% !important;
	min-width: 220px;
}

img {
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 10px 5% !important;
	width: 90% !important;
}

#content {
	font-size: 17px;
	width: 100% !important;
	height: 100%;
	float: left;
	min-height: 100% !important;
	position: relative;
	min-width: 220px;
	top: 0px !important;
}

#view {
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	position: relative;
	top: 0px;
}


/* Ab hier nur Angaben für den Header-Bereich mit Menu */

#header {
	width: 100% !important;
	height: 40px;
	overflow: hidden !important;
	text-align: center;
	position: relative;
	background: #8E2525;
}

#menubutton {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 15px;
	top: 5px;
	background: url('../bilder/icons/mobile_menubutton.png') no-repeat no-repeat;
	cursor: pointer;
}

#headerlogowrapper {
	width: 159px;
	margin: 0px auto;
}

#headerlogo {
	position: relative;
	height: 40px; 
	width: 185px;
	margin: 0px auto;
	background: url('../bilder/icons/mobile_header.png') no-repeat no-repeat;
}

#menu img {
	width: 10px;
}

#menu {
	width: 200px;
	height: 100%;
	min-height: 1000px;
}

#menu .small {
	font-size: 0px;
	display: none;
	visibility: hidden;
}
/* Ab hier nur Angaben für die Formatierung des Text-Bereichs */

#maincontent {
	width: 100%;
	min-width: 220px;
	background: #F4EDEF;
	position: relative;
	padding-bottom: 20px;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.subheader {
	height: 18px;
	overflow: hidden !important;
	background: #F4EDEF;
	width: 100%;
	min-width: 220px;
	position: relative;
	z-index: 100;
	top: 20px;
}

/* Ab hier nur Angaben für den Text-Bereich, wo auch das eigentlich wichtigste steht */

#text {
	width: 100%;
	background: #F4EDEF;
	float: left;
	position: relative;
	font-size: 16px !important;
	margin: 5px 0px;
}

#text a {
	text-decoration: underline;
	font-size: 16px;
	color: #696969;
}

#text a:hover {
	text-decoration: underline;
	font-size: 16px;
	color: #696969;
}

.entry {
    padding: 20px 0px;
    border-bottom: 1px solid grey;
}

.lastentry {
    border: 0px;
}

.comment {
    margin-left: 10%;
}

#guestbooknew {
    border: 1px solid black;
	border-radius: 2px;
	background: #dcd6dc;
	height: 25px; 
	font-size: 16px;
    font-family: 'Open Sans', arial, helvetica;
    font-weight: 300;
}

.p {
	margin: 10px;
	margin-bottom: 20px !important;
}

.quote {	
	float: left;
}

.noneul {
	list-style: none;
}

.noneul li {
	padding-left: 20px;
	padding-top: -5px;
}

.ibox {
	border: 1px solid black;
}

.slogan {
	font-size: 30px; 
}

#headline {
	text-align: center;
}

#images img {
	max-width: 300px !important;
	width: 90% !important;
	margin: 10px !important;
}

h1 {
	font-family: 'Open Sans', arial;
	font-weight: 300;
	color: #8E2525;
	font-size: 40px;
	margin: 20px 5px;
}

h2 {
	font-size: 20px;
	font-family: 'Open Sans', arial;
	font-weight: 300;
	color: #696969;
	margin: 0px;
	float: left;
}

h4 {
	font-size: 20px;
	font-family: 'Open Sans', arial;
	font-weight: 400;
	color: #696969;
	margin: 10px;
	margin-left: -5px !important;
}

h5 {
	font-family: 'Open Sans', arial;
	font-weight: 400;
	font-size: 12px;
	margin: 2px;
}

h6 {
	font-family: 'Open Sans', arial;
	font-weight: 400;
	margin: 0px;
	float: left;
}

/* Angaben für das Kontaktformular */

#contactbox {
	padding-top: 15px; 
	padding-left: 10px; 
	width: 240px; 
	height: 169px; 
	margin: 10px auto; 
	color: black; 
	background-color: #dcd6dc !important;
	display: block;
}

input, textarea {
    font-family: 'Open Sans', arial, helvetica;
    font-weight: 300;
}

#form table {
	width: 90%;
	margin: 5% auto;
} 
#form table tr td {
	height: 40px; 
	vertical-align: middle;
}

#form input, textarea {
	border-radius: 3px;
    border: 1px solid #cfcfcf;
	width: 90% !important;
}

#form input {
	height: 25px; 
	font-size: 16px;
}

#form input:focus {
	border: 1px solid #696969 !important; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#form textarea {
	font-family: 'Open Sans', arial, helvetica;
	font-weight: 300;
	font-size: 14px;
	color: black;
}

#form textarea:focus {
	border: 1px solid #696969 !important; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.missing  {
	border: 2px solid #8E2525 !important;
}

.missing:focus  {
	border: 2px solid #8E2525 !important;
}

#form input[type="submit"] {
	border: 1px solid black;
	border-radius: 2px;
	background: #dcd6dc;
	width: 100px !important;
}


/* Ab hier nur Angaben für den Footer */

#quicklinkswrapper {
	width: 90%;
	margin: 5px auto;
	margin-top: 20px;
}

#quicklinks {
	text-align: center;
	font-size: 14px;
}

#quicklinks  a {
	color: #696969;
	text-decoration: none;
	font-size: 13px;
}

#quicklinks a:hover {
	text-decoration: none;
}