
/* ------------------------------------------------------------------------------------------------------------------------ */
/* Allgemeiner Teil */

body {
	border-top: 5px solid #8d1700;
	background: #d1d194;
	font-family: 'Baumans', cursive;
	color: #333333;
	height: 100%;
}

#mainwrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

p
{
	margin: 5px 0;
	line-height: 25px;
}

a
{
	text-decoration: none;
	color: inherit;
	transition: color .5s ease;
}

strong
{
	font-weight: bold;
}

figcaption
{
	line-height: 25px;
	font-size:14px;
	width:200px;
}

figcaption strong
{
	border-bottom: 1px solid #D6D0C1;
	padding-bottom:10px;
	margin: 10px 0;
	display:block;
}

.button
{
        padding:5px 12px;
        border: 1px solid #c3532e;
        /*background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);*/
        background-color: #8d1700;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* Section Header */

header
{
	position:relative;
	width:auto;
	max-width:1200px;
	margin: 0 auto 20px auto;
}


header h1
{
	margin: 35px 0 0 0;
	font-size: 55px;
	color: #608900;
	margin-left: 30px;
	font-family: 'Kalam', cursive;
}


header p
{
	font-family: 'Indie Flower', cursive;
	font-size: 25px;
	color: #4A463B;
	margin-left: 300px;
}

nav ul
{
	list-style:none;
	position: absolute;
	right: 0px;
	bottom:0px;
}


nav ul li
{
	display:block;
	float:left;
	padding:5px 10px;
}


nav ul li a
{
	font-family: 'Baumans', cursive;
	text-transform: uppercase;
	transition: all 0.25s ease;
}


nav ul li a:hover
{
	color: #E56038;
}


/* ------------------------------------------------------------------------------------------------------------------------ */
/* Section Slider */

.container
{
	width:auto;
	margin: 0 auto;
	position:relative;
}

#slider_content1, #slider_content2, #slider_content3
{
	line-height: 25px;
	font-family: 'Baumans', cursive;
	width:500px;
	position:absolute;
	top:15%;
	left:15%;
	display:none;
	z-index:11;
}

#slider_content1
{
	display:block;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
	color:#EBE8DE;
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#333333;
	padding:10px 15px;
	border-radius: 15px 0 15px 0;
	display:inline-block;
}


#slider_content1 p, #slider_content2 p, #slider_content3 p
{
	margin:0 0 30px 0;
	color:#4a463b;
	background-color:#EBE8DE;
	padding:10px 15px;
	border-radius: 5px;
}


/* ------------------------------------------------------------------------------------------------------------------------ */
/* Section Spacer */

#spacer
{
	width:auto;
	height:30px;
	background-color:#8d1700;
	position:relative;
	font-family: 'Baumans', cursive;
	color:#fff;
	font-size:12px;
}

#spacer p
{
	width:auto;
	position:absolute;
	right:20px;
	bottom: 5px;
}


/* ------------------------------------------------------------------------------------------------------------------------ */
/* Section content */

#content
{
	line-height:25px;
	font-family: 'Baumans', cursive;
	width:auto;
	max-width:1200px;
	margin:0 auto;
}

#content h3
{
	font-size:20px;
	border-bottom: 1px solid #D6D0C1;
	padding: 20px 0;
	margin-bottom: 20px;

}

#content article.column1
{
	margin: 10px 10px;
	font-size:14px;
	float:left;
	width:700px;
	
}

#content article.column1 ul
{
	list-style-type: square;
	padding-left: 100px;
	padding-top: 50px;
	
	font-size: 25px;
	color: #4A463B;
	font-family: 'Kalam';
}
	
#content article.column1 ul li
{
	padding-top: 10px;
}



/* ------------------------------------------------------------------------------------------------------------------------ */
/* Section aktuelles */


#aktuelles
{
	margin: 0px 0px;
	background-color: #a7a776;
	font-size:12px;
	float: right;
	width:300px;
	padding-bottom: 40px;
	
}

#aktuelles h3
{
	font-size:15px;
	border-bottom: 1px solid #D6D0C1;
	padding: 15px 0;
	padding-left: 5px;
	margin-bottom: 15px;

}


#aktuelles.row
{
	position:relative;
	float:right;
}


#aktuelles article.row h4
{
	font-size:13px;
	font-family: 'Baumans', cursive;
	padding: 5px 0px;
	
}

#aktuelles article.row p
{
	font-size:12px;
	padding: 0px 10px;
	
}

#aktuelles article.row img
{
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 5px;
	
}



/* ------------------------------------------------------------------------------------------------------------------------ */
/* Section Footer/Copyright */

footer
{
	position:relative;
	float: left;
	width:100%;
	background:#333333;
	margin-top: 30px;
}

#copyright
{
	background: #1D1D1D;
	height:40px;
	width:100%;
}

#copyright .wrapper
{
	font-family: 'Baumans', cursive;
	padding-top:5px;
	color: #5e5e5e;
	font-size:14px;
	margin-left: 20px;
	position:relative;
}


/* ------------------------------------------------------------------------------------------------------------------------ */
/* Verschiedenes */

.clear
{
	clear:both;
}

.hidden
{
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

#karte
{
	position: relative;
	margin: 50px 50px 50px 50px;
	width: auto;
	max-width: 700;
	height: 500px;
}

