/*
	Theme Name: 1stwebdesigner HTML5/CSS3 Layout
	Date: March 2013
	Description: Basic HTML5/CSS3 layout built on a responsive framework
	Version: 1.0
	Author: Christian Vasile
	Author URL: http://christianvasile.com
*/
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
	background-image: url('../img/bg.png');
	color: #000305;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left; 
       zoom: 100%;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 90%;
}
	
/* ===========================
   ========= Headings ======== 
   =========================== */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
        color: #9E4141;
}

img.arrow-top{
padding-left:70%;

}




/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {
	outline: 0;
	}

 img {
	border: 0px; 
	text-decoration: none;
        
}

a:link, a:visited {
	color: #9E4141;
	padding: 0 1px;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #9E4141;
	color: #fff;
	text-decoration: none;
}

nav {
	background: #621B1D;
	font-size: 1.143em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 30px auto;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
nav ul {
	list-style: none; 
	margin: 0 auto;
        text-align:center;
       border-bottom:1px groove gray;
}
nav li {
	float: left; 
	display: inline; 
}
nav a:link,  nav a:visited {
        
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 8px 23px;
	text-decoration: none;
}
nav li a {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

nav a:hover, nav a:active {
	background: #9E4141;
	color: #fff;
}
nav a#pull {
	display: none;
}

.textfeld{
width:100%;
border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;

}

/* ===========================
   ===== Main Navigation ===== 
   =========================== */
   


#kopf img {
	width: auto;
	height: 90%;
	margin: 1% 0;
       
}






#kopf {



background-image: linear-gradient(bottom, #EDCED2 32%, #73060F 71%);
background-image: -o-linear-gradient(bottom, #EDCED2 32%, #73060F 71%);
background-image: -moz-linear-gradient(bottom, #EDCED2 32%, #73060F 71%);
background-image: -webkit-linear-gradient(bottom, #EDCED2 32%, #73060F 71%);
background-image: -ms-linear-gradient(bottom, #EDCED2 32%, #73060F 71%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.32, #EDCED2),
	color-stop(0.71, #73060F)
);
  
  margin-top: 1%;
  height:178px;
  border-radius: 8px 8px 8px 8px;
}

/* ===========================
   ======= Content Area ====== 
   =========================== */

.mainContent {
	overflow: hidden;
	line-height: 28px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.blockeintrag {
	background-color: #FFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	padding: 3% 5%;	
	margin-bottom: 3%;
}

.gaestebuch {
        margin-top: 6%;
	background-color: #FFF;	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	padding: 3% 5%;
}

fieldset { 
border: 1px solid #000000;
margin-bottom: 2%;
margin-top: 2%;
background-color: #FFF;	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	padding: 3% 5%;
width:75%;} 
          



.content {
	width: 68%;
	float: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 90%;
}

/* ===========================
   ======== Sidebar ========== 
   =========================== */

.top-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
}

.middle-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
}

.bottom-sidebar {
	width: 24%;
	float: right;
	margin-left: 2%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	background-color: #FFF;	
	padding: 2% 3%;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 0;
	background-color: #666;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	color: #FFF;	
}

.mainFooter p {
	width: 91%;
	margin: 2% auto;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media only screen and (min-width : 150px) and (max-width : 780px)
{        
	

         #kopf {
             text-align:center;
        }
         
       

	.body {
		clear: both; 
		margin: 0 auto; 
		width: 90%;
		font-size: 90%;
	}

        nav {width:auto; 
		background: #621B1D;
		font-size: 1.143em;
		height: auto;
		line-height: 30px;
		margin-bottom: 0;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	nav ul {
		display: none;
		height: auto;
                
               
	}
	nav a#pull {
		display: block;
		background-color: white;
		width: auto;
		position: relative;
                margin-bottom: 0;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	nav a#pull:after {
		content:"";
		background: url('../img/menu-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 18px;
		top: 10px;
	}
	nav li {
		display: block;
		float: none;
		width:auto;
                text-align:left;
	}
	nav li a {
		
		
	}



	
	.mainHeader img {
		width: 100%;
		height: auto;
		margin-bottom: 3%;
	}
	
	.mainContent {
		overflow: hidden;
		line-height: 28px;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		margin-top: 4%;
		margin-bottom: 2%;
	}
	
	.blockeintrag {
		background-color: #FFF;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;	
		padding: 2% 5%;
		margin-bottom: 4%;
	}
	
	.gaestebuch {
                margin-top: 5%;
		background-color: #FFF;	
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;	
		padding: 2% 5%;
	}
	
	.content {
		width: 100%;
		float: left;
		
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	
	}	

	.post-info {
		
	}
	
	.top-sidebar {
		width: 86%;
		float: left;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;		
	}
	
	.top-sidebar p {
		width: 90%;
	}

	.middle-sidebar {
		width: 86%;
		float: left;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;	
	}
	
	.middle-sidebar p {
		width: 90%;
	}
	
	.bottom-sidebar {
		width: 86%;
		float: left;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0%;
		padding: 0 7%;
		margin-bottom: 1%;
	}
	
	.bottom-sidebar p {
		width: 90%;
	}
		
	.mainFooter {
		width: 100%;
		float: left;
		margin: 2% 0;
		padding-left: 0;
		background-color: #666;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;	
		color: #FFF;	
	}
	
	.mainFooter p {
		width: 86%;
		margin: 2% auto;
	}
}
