@charset "utf-8";

@import url('https://www.haehnchenwirt.de/wp/wp-content/themes/hw/style-common.css');

/*
Theme Name: hw
*/



#headerlinks
{ float: left;
  width: 190px; }

#headerrechtsoben
{ font-size: 32px; }

#headerrechtsunten
{ font-size: 24px; }

#headerrechtsoben, #headerrechtsunten
{ background: #FF0000;
  float: right;
  width:  730px;
  font-weight: bold;
  color: #FFFFFF; }

.mainbox {
	margin: auto;
	max-width: 1000px;
	box-shadow: 10px 10px 0px 0px grey;
}

.logobox, .headerbox, .navibox, .contentbox, .footerbox {
	margin: auto;
	max-width: 1000px;
	padding: 20px;
}

.logobox, .headerbox, .navibox { 
	color: #FFFFFF;
}

.headerbox {
	background: #FF0000;
	color: #FFFFFF;
}

.navibox, .contentbox { 
	color: #000000;
}

.navibox {
	background: #FF0000;
	text-align: center;
}

.contentbox {
	background: #FFFFFF;
}


/* horizontal Navigation HOME News...  */

#naviactive, #navipassive {
	float:left;
	padding: 10px 0px;
	width: 150px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: -20px;
}

.boxgreen, .boxred {
	font-size: 20px;
}

h1, h2, h3, h4
{ font-weight: bold;
  color: #000000; }

h1 {
    font-size: 28px;
	letter-spacing: 1.5px;
}

h2 {
    font-size: 23px;
	letter-spacing: 1px;
}

h3 {
    font-size: 20px;
	letter-spacing: 0.5px;
}

h4 {
    font-size: 16px;
	letter-spacing: 0px;
}

hf
{ font-size: 16px; }

bigbig
{ font-size: 20px; }

hh2
{ font-size: 32px;
  color:#000000;
  font-weight:bold; }

hh3
{ font-size: 24px;
  color:#000000;
  font-weight: bold; }

.navigation
{ margin: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center; }


/* BEGIN: Fluid Columns */

.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

/* END: Fluid Columns */