/*------------------Grundeinstellungen--------------------*/


/*---Breite und Hintergrundfarbe Gesamtinhalt---*/


.site-content {
  max-width: 1560px;
  background-color: rgba(255, 255, 255, 0.9);
}



/*-------Hintergrundfarbe Hauptinhalt-------*/


.entry-content {
  max-width: 100%;
  padding: 25px;
  background-color: rgba(255,255,255, 0.7);
}



/*-----Breite und Hintergrundfarbe Sidebar------*/


.sidebar {
  max-width: 380px;
  padding: 20px;
  background-color: rgba(240,240,240,0.4);
}



/*-------Hintergrundfarbe Titelzeile -------*/


.entry-header {
  padding-top: 10px;
  padding-left: 20px;
  background-color: rgba(240,240,240, 0.7);
}




/*-----Rahmen Artikelbilder in Archivansicht-------*/



.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  border-width: 20px;
  border-style: solid;
  border-color: rgba(255,255,255, 0.7);
}




/*------------------Forum--------------------*/




.bypostauthor {border-top: 10px solid #e18728 !important;}

.comment {background: #FCFCFC; padding:10px; border-top: 10px solid #BBBBBB;}









/********************** Custom Header Image *********************/
.header-image {
	text-align: center;
}

.header-image img {
	max-width: 2500px;
	max-height: 500px;
	width: 100%;
	height: auto;
  min-width: 900px;
	vertical-align: top;
}

/**** Header Image Überdeckung bei schmalen Breiten ***/

html, body{
overflow-x: hidden;}






/*------------------------------------------*/


/*-----------------

@media screen and  (max-width:1023px) {
#content.site-content.container.clearfix {width: 920px;}
 }



@media screen and (min-width: 1024px) and  (max-width: 1279px) {
#content.site-content.container.clearfix {width: 960px;}
 }


@media screen and (min-width: 1280px) and (max-width: 1368px) {
#content.site-content.container.clearfix {width: 1300px;}
 }
------------------*/

@media screen and (min-width: 1369px) and (max-width: 1535px) {
#content.site-content.container.clearfix {width: 1280px;}
 }

@media screen and (min-width: 1536px) {
#content.site-content.container.clearfix {width: 1480px;}
 }



/*--------------------------------------------------------------



#content.site-content.container.clearfix {
  width: 1800px !important;
}

--------------------------------------------------------------*/