/***********************************
*** Reset
***********************************/
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {display: block; margin:0; padding:0;}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adju  st: 100%; }
:hover, :focus, :active { outline: none; }
html,body,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;}
img{border:0;}

/***********************************
*** HTML
***********************************/
html{
	margin:0px !important;
}
body{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
hr {
	height:1px;
	background:#000;
	width:100%;
	border:0;
}
.middle{
	width:100%;
	margin:0 auto;
	padding:0;
}
/***********************************
*** Ueberschriften / Absaetze
***********************************/
h1{
	font-size:30px;
	line-height:35px;
}
h2{
	font-size:27px;
}
h3{
	font-size:25px;
	line-height:25px;
}
h4{
	font-size:22px;
	line-height:26px;
}
h5{
	font-size:18px;
	line-height:23px;
}
h6{
	font-size:15px;
	font-weight:bold;
	line-height:21px;
}
p, section article .textwidget{
	font-size:15px;
	line-height:20px;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom:0.5em;
}
p{
	margin-bottom: 1em;
}
strong, b {
	font-weight:700;
}
a:hover {
	text-decoration:underline;
}
a {
	cursor:pointer;
	text-decoration:none;
	color:#000;
}
footer p,footer a,footer .textwidget{
	font-size:13px;
	color:#000;
	font-weight:400;
	line-height:21px;
}
.footer-four-col .widget h6{
	margin-bottom:0;
}
/***********************************
***	TEXT-ALIGN
***********************************/
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-justify{
	text-align:justify;
}
/***********************************
*** CLEAR AND FLOAT
***********************************/
.clear {
	clear: both;
}
.left{
	float:left;
}
.right{
	float:right;
}
/***********************************
*** HEADER
***********************************/
header{
		_overflow-x:hidden;
}
button#mobilenav{
		display:none;
}
#nav-close{
	display:none;
}
#nav-open{
	display:block;
}
.sitetitle,.newstitle{
	width:100%;
	padding: 0 10px;
}
header .telmailicon{
	display:none;
}
.headertext{
	margin-left: 15px;
}
/***********************************
*** SOCIAL
***********************************/
header .social{
	float:right;
}
header #header_infos .social a, header #header_infos .telmailicon a{
	margin-left: 5px !important;
	margin-right: 5px !important;
}
header .telmailicon{
	margin-right:5px;
}
header .social img, header .telmailicon i{
	height:auto;
	width:32px;
	max-width:32px;
	margin-top:-10.6666666667px;
}
/***********************************
*** MAIN
***********************************/
main{
	margin:0 auto;
	overflow-x:hidden;
}
section header{border:none;}
#page,#homepage,main#withsidebar{
	width:100%;
	margin:0 auto 20px	;
}
main#withsidebar #page{
	width:80%;
	max-width:900px;
	float:left;
	padding: 0 20px;
}
#sidebar{
	float:left;
	max-width: 240px;
	padding: 0 10px;

}
#fullwidth{
	width:100%;
}
#fullwidth .textwidget{
	margin:0 auto;
}
.category{
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #000;
}
.category-title{
	padding:25px 10px;
	margin-bottom:25px;
}

.newspost{
	padding:30px 10px;
	margin-bottom:30px;
	border-top:1px solid #000;
}
.fullwidthbg{
	width: 100%;
}
.four-col{
	width:24%;
	float: left;
}
/***********************************
*** Archiv / Post / News
***********************************/
#search,#month,#subject{
	margin: 20px 0 0 ;
}
/***********************************
*** FOOTER
***********************************/
footer{
	width:100%;
	margin-top:50px;
	margin-bottom:35px;
	overflow-x:hidden;
}
/*footer .middle{
	overflow-x:hidden;
}*/
.footer-four-col{
	width:21.07%;
	margin:0 2.5%;
	float:left;
}
#impressum{
	width:100%;
	text-align:center;
	margin-bottom:25px;
}
.footer-four-col .widget ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.footer-four-col .widget ul li{
	margin:0;
	padding:0;
}
.footer-four-col .widget ul li a{
}
.footer-four-col .widget ul li a:hover{
}
.footer-four-col  .middle .first{
	margin-left:0 !important;
}
.footer-four-col  .middle .last{
	margin-right:0 !important;
	float:right;
}
/***********************************
*** RESPONSIVE
***********************************/
@media (max-width: 1100px){
	.sitetitle h1,.newstitle h1{
		margin:10px auto 0 auto;
	}
	.middle,#homepage{
		width:98%;
		margin:0 auto;
	}

}

@media (max-width: 780px){
	header nav ul{
		padding: 0;
		margin: 0;
	}
	header{
		padding: 0!important
	}
	header #header_infos{
		height:40px;
	}
	header #header_infos a{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	header #header_infos .middle{
		padding-top:10px!important;
	}
	#header_infos .telmail{
		display:none;
	}
	#header_infos .telmailicon{
		display:inline-block;
		background: transparent!important;
	}
	#header_infos .telmailicon a{
		font-size:40px !important;
		background: transparent!important;
		text-decoration: none;
	}
	header .social{
		float:none;
	}
}


@media (max-width: 720px){
	header #header_infos .middle p a{
		font-size:17px}
	header #header_infos .middle p{
		text-align:center;
		font-size:17px!important;
	}
}

@media (max-width: 660px){

}


@media (max-width: 480px){

}

@media (max-width: 320px){

}


/***********************************
*** EXTERNES CSS (z.B. WP-STANDARDELEMENTE)
***********************************/

/* Scrollup */
.scrollup {
    display: none;
    _text-indent: -9999px;
	transition: all .7s linear;
	-o-transition: all .7s linear;
	-ms-transition: all .7s linear;
	-moz-transition: all .7s linear;
	-wekit-transition: all .7s linear;
}
.scrollup #stt_icon{
	height:75%;
	width:75%;
	display:block;
	margin:12.5%;
}
.wp-caption {
	border:4px solid #d1d0d0;
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	background-color:#d1d0d0;
	color:#666;
	font-size: 12px;
	line-height: 14px;
	padding: 7px;
	text-align:center;
}
.wp-caption:hover{
	opacity:0.8;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
