html, body
{	
	min-height:100%;
	min-width:320px;
	margin:0;
	background-color:#f5f5dc;
	background:-moz-linear-gradient(#838364 , #f5f5dc 600px);
	background:-webkit-linear-gradient(#838364 , #f5f5dc 600px);
	background:-o-linear-gradient(#838364 , #f5f5dc 600px);
	background:linear-gradient(#838364 , #f5f5dc 600px);
	font-family:arial;
	font-size:13px;
	color:#4c4c3a;
}

a
{
	color:navy;
	text-decoration:none;
}

h1
{
	margin:0;
	font-size:17px;
	padding-top:1.8%;
	padding-bottom:1.8%;
}

h2
{
	font-size:15px;
	margin:0; 
}

h3
{
	font-size:13px;
	margin:0;
}

fieldset
{
	margin:4.1% 0;
	padding:4.1%;
	border:1px solid #838364;
	border-radius:10px;
}

form>p
{
	margin-top:3%;
	margin-bottom:1%;
}

hr
{
	border:none;
	border-top:1px dotted #838364;
	margin:3.8% 0;
}

ol
{
	line-height:1.5;
}

label
{
	white-space:nowrap;
}

.errortext
{
	color:red;
	font-weight:bold;
	line-height:30px;
}

.infobox
{
	background-color:white;
	border-radius:10px;
	padding:15px;
	margin-bottom:20px;
	box-shadow:inset 0px 0px 7px #838364;
	word-wrap:break-word;
}

.infobox h1
{
	font-size:17px;
	margin:0;
}

#wrapper
{
	position:relative;
	text-align:center;
	width:97.6%;
	max-width:950px;
	margin:0.6% auto;
	padding:0;
	border:1px solid #838364;
	border-radius:10px;
	background-color:transparent;
	box-shadow:0px 0px 50px #838364;
	overflow:hidden;
}

#banner
{
	padding:0;
	margin:0;
	position:relative;
	width:100%;
}

#banner_slider
{
	padding-bottom:40%;
	background-color:#838364;
	background-image: url("banner/fix.jpg");
}

#banner_slider img.slidepic, #slidercover
{
	max-width: 100%;
	height: auto;
	position: absolute;
	top:0; left:0;
}

#slidercover
{
	z-index:1;	
}

#banner_slider img.slidepic
{
	-webkit-animation: bannerslideshow 64s infinite;
	-moz-animation: bannerslideshow 64s infinite;
	-o-animation: bannerslideshow 64s infinite;
	animation: bannerslideshow 64s infinite;
}

#banner_slider img:nth-of-type(2)
{
	-webkit-animation-delay: 56s;
	-moz-animation-delay: 56s;
	-o-animation-delay: 56s;
	animation-delay: 56s;
}

#banner_slider img:nth-of-type(3)
{
	-webkit-animation-delay: 48s;
	-moz-animation-delay: 48s;
	-o-animation-delay: 48s;
	animation-delay: 48s;
}

#banner_slider img:nth-of-type(4)
{
	-webkit-animation-delay: 40s;
	-moz-animation-delay: 40s;
	-o-animation-delay: 40s;
	animation-delay: 40s;
}

#banner_slider img:nth-of-type(5)
{
	-webkit-animation-delay: 32s;
	-moz-animation-delay: 32s;
	-o-animation-delay: 32s;
	animation-delay: 32s;
}

#banner_slider img:nth-of-type(6)
{
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	animation-delay: 24s;
}

#banner_slider img:nth-of-type(7)
{
	-webkit-animation-delay: 16s;
	-moz-animation-delay: 16s;
	-o-animation-delay: 16s;
	animation-delay: 16s;
}

#banner_slider img:nth-of-type(8)
{
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-o-animation-delay: 8s;
	animation-delay: 8s;
}

#banner_slider img:nth-of-type(9)
{
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

@-webkit-keyframes bannerslideshow
{
	0% {opacity:1;}
	10.9% {opacity:1;}
	12.5% {opacity:0;}
	98% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes bannerslideshow
{
	0% {opacity:1;}
	10.9% {opacity:1;}
	12.5% {opacity:0;}
	98% {opacity:0;}
	100% {opacity:1;}
}

@-o-keyframes bannerslideshow
{
	0% {opacity:1;}
	10.9% {opacity:1;}
	12.5% {opacity:0;}
	98% {opacity:0;}
	100% {opacity:1;}
}

@keyframes bannerslideshow
{
	0% {opacity:1;}
	10.9% {opacity:1;}
	12.5% {opacity:0;}
	98% {opacity:0;}
	100% {opacity:1;}
}

#login_pill
{	
	/*margin-top:20px;
	padding:10px;
	box-shadow:0px 0px 7px #838364;
	background-color:#e8e8bf;*/
}

#login_pill p
{
	display:inline-block;
	margin:0;
}

#log_stat, #showuser
{
	margin:13px 0px;
}

#login_pill .miniicon
{
	vertical-align:bottom;
}

#content_wrapper
{	
	width:100%;
	display:inline-block;
	text-align:left;
	padding:/*30px*/ 0px;
	background-color: #f5f5dc;
	/*background:-moz-linear-gradient(#838364, #f5f5dc 20px);
	background:-webkit-linear-gradient(#838364, #f5f5dc 20px);
	background:-o-linear-gradient(#838364, #f5f5dc 20px);
	background:linear-gradient(#838364, #f5f5dc 20px);*/
}
/*
#nav_bar
{	
	width:16%;
	float:left;
	word-wrap:break-word;
}

#nav
{	
	padding:20px 13.2%;
	box-shadow:0px 0px 7px #838364;
	background-color:#e8e8bf;
}

.nav_item
{
	border-top:1px dotted #4c4c3a;
}

.nav_item a
{
	display:block;
	padding:10px;
	text-decoration:none;
	color:#4c4c3a;
}

.nav_item a:hover
{
	color:white;
	background-color:#838364;
}
*/

#info_bar
{	
	width:21%;
	/*padding: 0% 2.1% 4.2% 0%;
	margin:0;*/
	margin-right: 2.1%;
	float:right;
}

#content
{	
	padding-top:0;
	/*margin-left:2.1%;*/
	/*width:56.7%;*/
	margin: 0 0 2.1% 2.1%;
	width: 70%;
	float:left;
}

#content p
{
	line-height:1.5;
}

#content img
{
	max-width:100%;
}

#fade_out
{
	margin:0;
	padding:5px;
	background-color:#838364;
	background:-moz-linear-gradient(#bfbfa4, #838364 80%);
	background:-webkit-linear-gradient(#bfbfa4, #838364 80%);
	background:-o-linear-gradient(#bfbfa4, #838364 80%);
	background:linear-gradient(#bfbfa4, #838364 80%);
	border-top:1px solid #838364;
	overflow:hidden;
}

#footbar p
{	
	display:inline-block;
	margin:0px;
	line-height:48px;
	font-size:10px;
	float:right;
}

#footbar img
{
	float:left;
}

#page_info
{	
	width:97.6%;
	max-width:950px;
	margin:20px auto;
	padding:7px 0px;
}

#page_info a
{
	display:block;
	margin:13px 20px;
}

#wetterwarnung img
{	
	display:block;
	max-width:100%;
	margin-top:13px;
}

#welcome h1
{
	background-color:#e8e8bf;
	text-align:center;
	padding:9.5px;
}

#article_titel
{
	width:98.9%;
}

#set_article_modules
{	
	overflow:hidden;
}

#set_article_modules input
{
	margin:4px 0px;
}

#unset_article_modules
{
	float:right;
}

.miniicon
{
	height:30px;
	vertical-align:middle;
	margin-right:2px;
}

.item_beitragsteaser
{
	border-bottom:1px dotted #838364;
	margin-top:10px;
}

.item_beitragsteaser p
{
	margin:0px;
}

.item_beitragsteaser .headline
{
	background-color:#e8e8bf;
	padding:10px;
}

.item_beitragsteaser .shorttext
{
	display:inline-block;
	margin:10px 0px;
}

.item_beitragsteaser .headline p
{
	margin:2px 0px;
	font-size:10px;
}

#startteaser
{
	margin-top:20px;
}

.preview
{	
	float:left;
	margin-right:10px;
	max-width:190px;
}

.navline_beitragsteaser
{
	text-align:center;
	background-color:#e8e8bf;
	margin-top:10px;
	padding:13px 2.1%;
}

.navline_beitragsteaser p
{
	margin:0;
	display:inline-block;
}

.navline_beitragsteaser #back
{
	float:left;
	width:25%;
}

.navline_beitragsteaser #next
{
	float:right;
	width:25%
}

.navline_beitragsteaser #index
{
	width:50%;
}

.navline_beitragsteaser a
{
	margin:0px 10px;
	font-weight:bold;
}

#beitrag
{
	margin-top:20px;
	margin-bottom:20px;
}

.galerie
{
	margin:20px 0px;
	text-align:center;
}

.galerie img
{
	margin:2px;
}

.icon
{
	float:left;
	margin-right:5px;
}

#login
{
	margin-top:20px;
}

#mediaplayer
{
	margin-bottom:20px;
}

#einsatzteaser
{
	margin-top:10px;
}

.item_einsatzteaser:hover
{	
	background-color:white;
}

.item_einsatzteaser_head
{
	background-color:#e8e8bf;
	margin:0;
	padding:13px 10px;
	font-weight:bold;
}

.item_einsatzteaser_meldung
{
	padding:0px 10px;
}

.item_einsatzteaser_detail
{
	
	padding:0px 10px 13px 10px;
	border-bottom:1px dotted #838364;
}

#alarmzeit
{
	background-color:#e8e8bf;
	width:95.8%;
	padding:2.1%;
}

.calendar_sheet
{
	display:table;
	width:100%;
	text-align:center;
	margin-top:20px;
	border-bottom:1px dotted #838364;
}

.calendar_sheet_head
{
	display:table-row;
	background-color:#e8e8bf;
}

.calendar_sheet_row
{
	display:table-row;
}

.calendar_sheet_head div, .calendar_sheet_row div
{
	display:table-cell;
	padding:10px;
}

.calendar_sheet .today
{
	color:red;
	font-weight:bold;
}

.calendar_sheet .dateday
{
	background-color:#e8e8bf;
}

.calendar_sheet .today_date
{
	color:red;
	background-color:#e8e8bf;
	font-weight:bold;
}

.calendar_sheet_nav
{
	padding:2px 0px;
	margin-bottom:20px;
	min-height:30px;
	border-bottom:1px dotted #838364;
	background-color:#e8e8bf;
}

.calendar_sheet_nav #back
{
	float:left;
}

.calendar_sheet_nav #next
{
	float:right;
}

.calendar_sheet_nav #next .miniicon
{
	margin-left:2px;
	margin-right:0px;
}

.kalenderteaser
{
	width:100%;
	margin-top:20px;
	padding-left:0%;
	list-style-position:inside;
}

.item_kalenderteaser
{
	border-bottom:1px dotted #838364;
	padding:10px;
	line-height:1.5;
}

.item_kalenderteaser p
{
	margin:0;
}

.item_kalenderteaser:nth-child(odd)
{
	background-color:#e8e8bf;
}

.item_kalenderteaser:hover
{
	background-color:white;
}

.kalender_detail
{
	display:table;
	background-color:#e8e8bf;
	width:100%;
}

.kalender_detail_head
{
	font-weight:bold;
	background-color:#e8e8bf;
	margin-top:10px;
	padding:10px;
}

.kalender_detail_head p
{
	margin:0px;	
}

.kalender_detail_item
{
	display:table-row;
}

.kalender_detail_item p
{
	display:table-cell;
	padding:10px;
}

#dateteaser_start ul
{
	list-style-position:outside;
	list-style-image:url("icons/arrow_right_green_mini.png");
	padding-left:26px;
}

#dateteaser_start ul>li
{
	padding-bottom:10px;
}

#einsatzteaser_start ul
{
	list-style-position:outside;
	list-style-image:url("icons/arrow_right_blue_mini.png");
	padding-left:26px;
}

#einsatzteaser_start ul>li
{
	padding-bottom:10px;
}

#content .big_thumb
{
	max-width:300px;
	margin-right:20px;
	margin-top:10px;
}

.ladeliste
{
	padding:10px;
	margin:0px;
	display:inline-block;
	line-height:1.5;
}

.links
{
	line-height:1.5;
	list-style-type:none;
	padding:0px;
}

#machmit
{
	background-image:url("ueber/machmit.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height:230px;
}
/*
@media screen and (max-width:725px)
{
	#info_bar
	{
		width:95.8%;
		clear:both;
		margin:2.1% auto;
	}
	
	#nav_bar
	{
		width:29.8%;
	}	
	
	#content
	{	
		width:66%;
		float:right;
		margin-right:2.1%;
	}
}

@media screen and (max-width:480px)
{
	#info_bar
	{
		width:95.8%;
		clear:both;
		margin:2.1% auto;
	}
	
	#nav_bar
	{
		width:95.6%;
		float:none;
		margin:2.1% auto;
	}
	
	#nav
	{
		border-radius:10px;
		text-align:center;
	}	
	
	#login_pill
	{
		border-radius:10px;
		padding:10px 13.2%;
	}
	
	#content
	{
		width:95.8%;	
		clear:both;
		margin:2.1% auto;
		margin-right:2.1%;
	}
}
*/

/* NEU: */
#nav_bar
{	
	width:100%;
	background-color:#ff0000;
	box-shadow:0px 5px 7px #838364;
	margin-bottom: 2.1%;
	
}

#nav_list 
{
	padding: 0px;
	margin: 0px;
	display:none;
}

#nav_bar input[type=checkbox]
{
	display:none;
}

#hamburger_icon:checked ~ #nav_list
{
	display:block;
}

#hamburger_icon:checked ~ label div#hamburger
{
	background-color:#800000;
	width:100%;
}

#hamburger
{
	display:inline-block;
	padding: 9px 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.hamburger_nav:hover
{
	cursor:pointer;
}

#nav_list li
{
	list-style-type:none;
}

#nav_list li a
{
	display:block;
	font-weight: bold;
	text-decoration:none;
	color:white;
	padding: 10px;	
}

#nav_list li a:hover, #hamburger:hover
{
	background-color:#b30000;
}

#nav_list li a:active, #hamburger:active
{
	background-color:#800000;
}

@media only screen and (min-width:850px)
{
	#hamburger
	{
	display:none;
	}

	#nav_list
	{	
	display: block;
	padding: 0px 10px 0px 10px;
	}

	#nav_list li
	{
	display: inline-block;
	}

	#nav_list li a
	{
	display:block;
	}
}

@media only screen and (max-width:750px)
{
	#info_bar, #content
	{
		width:95.8%;
		clear:both;
		margin:2.1%;
	}
}