/* ==========================================================================
   Base
   ========================================================================== */

body { }

/* ==========================================================================
   Startpage
   ========================================================================== */
.infobox {
	padding: 1em 1em ;
	margin: 1em 0;
	color: #da2a09;
	font-size: 18px;
	line-height: 26px;
	background: white;	
	border-left: 10px solid #7a7a7a;
	font-weight: 400;
}


#hero {
	
	background: #f46f4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f46f4d 0%, #f25b3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f46f4d), color-stop(100%,#f25b3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f46f4d 0%,#f25b3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f46f4d 0%,#f25b3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f46f4d 0%,#f25b3f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f46f4d 0%,#f25b3f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46f4d', endColorstr='#f25b3f',GradientType=0 ); /* IE6-9 */
	border-bottom: 5px solid #b0462f;
	min-height: 325px;
	padding: 20px 10px 10px 10px;
}

#hero h1 {
	color: white;
	font-size: 42px;
	font-weight: 300;
	font-style: italic; 
	
}

#hero h2 {
	color: white;
	text-shadow: 0px 1px 2px #a83920;
	font-size: 21px;
	line-height: 1.5em;
	margin-top: 2em;
	font-weight: 300;
	font-style: normal; 
	white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP printers */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	
}
#hero .boxer {
	border: 5px solid white;
	box-shadow: 0 5px 8px rgba(203,77,53,0.8);
	width: 370px;
	height: auto;
	transform: rotate(-1deg);
-ms-transform: rotate(-1deg); /* IE 9 */
-webkit-transform: rotate(-1deg); /* Safari and Chrome */
}

.superbutton {
    display: inline-block;
    text-decoration: none;
    color: #524d4d;
    font-weight: bold;
    background-color: #538fbe;
    text-align: center;
    padding: 12px 35px;
    font-size: 16px;
    text-transform: uppercase;
    
    /* border: 1px solid #ce2a18; */

    background: #f0f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0f2f2 0%, #b8bcbd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f2f2), color-stop(100%,#b8bcbd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f2f2 0%,#b8bcbd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f2f2 0%,#b8bcbd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f2f2 0%,#b8bcbd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f2f2 0%,#b8bcbd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f2', endColorstr='#b8bcbd',GradientType=0 ); /* IE6-9 */

    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0px -1px 0px rgba(255,255,255,.5);
    -webkit-box-shadow: 0px 6px 0px #ce2a18, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #ce2a18, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #ce2a18, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -webkit-transition: all .1s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;


}

.superbutton:hover {
	color: #ce2a18;
	 text-decoration: none;

	background: #f3f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f5f5 0%, #c7cacb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f5f5), color-stop(100%,#c7cacb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f5f5 0%,#c7cacb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f5f5 0%,#c7cacb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f5f5 0%,#c7cacb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f5f5 0%,#c7cacb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5f5', endColorstr='#c7cacb',GradientType=0 ); /* IE6-9 */
	-webkit-transform: translate(0, 2px);
	-moz-transform: translate(0, 2px);
	transform: translate(0, 2px);

-webkit-box-shadow: 0px 4px 0px #ce2a18, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
-moz-box-shadow: 0px 4px 0px #ce2a18, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
box-shadow: 0px 4px 0px #ce2a18, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);



}
.superbutton:active {
	color: #ce2a18;
	 text-decoration: none;

	background: #f3f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f5f5 0%, #c7cacb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f5f5), color-stop(100%,#c7cacb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f5f5 0%,#c7cacb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f5f5 0%,#c7cacb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f5f5 0%,#c7cacb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f5f5 0%,#c7cacb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5f5', endColorstr='#c7cacb',GradientType=0 ); /* IE6-9 */
	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	transform: translate(0, 4px);

-webkit-box-shadow: 0px 2px 0px #ce2a18, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
-moz-box-shadow: 0px 2px 0px #ce2a18, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
box-shadow: 0px 2px 0px #ce2a18, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);



}

.brightFeature {
	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f0f1f1 55%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(55%,#f0f1f1));
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f0f1f1 55%);
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#f0f1f1 55%);
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#f0f1f1 55%);
	background: radial-gradient(ellipse at center,  #ffffff 0%,#f0f1f1 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f1f1',GradientType=1 );

	background-position: center top;
	background-position: 1px -200px;
	background-repeat: none;
	min-height: 200px;
	padding: 35px 0 35px;
}
.brightFeature h2 {
	margin-top: 1em;

}
.readmore {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #f36546;
	font-size: smaller;
	font-weight: 700;
	display: block;

}

.frontAktuelles {
	list-style: none;
	margin: 0;

}

.frontAktuelles li {
	margin-bottom: 1em;
	border-bottom: 1px solid #d7d9d9;

}
.frontAktuelles .excerpt {
	/* font-size: 12px; */

}
.roundTag  a{
	border-radius: 4px;
	margin: 0px;
	padding: 1px 8px 2px;
	font-size: 12px;
	background: #b1b1b1;
	color: white;
}
.lightBox {
padding:  0 0 0 1em;
border-left: 1px solid #d7d9d9;
/* +background: #f5f7f7; */

}
/* =============================================================================
   Header
   ========================================================================== */

.banner { }



/* ==========================================================================
   Content
   ========================================================================== */

.content { }



/* ==========================================================================
   Primary Content
   ========================================================================== */

.main { 
  margin-top: 20px;
  
}
.page-template-page-start-php .main {
	margin-top: 0;
}


/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar { 
    margin-top: 20px;
}

.widget_recent_entries ul li a:before {
content: "» ";
} 



/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  display: block;
  color: #999;
  margin-bottom: 10px;
 }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }

.catList {
  background: #cfcfcf;
  padding: 10px;
  border-radius: 6px;
}
.catList ul{
  list-style-type: none;
  margin: 0;
  
}

/* ==========================================================================
   Footer
   ========================================================================== */

.content-info { }



/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; 
  margin: 5px 20px 20px 0;
}
.alignright { float: right; 
  margin: 5px 0 20px 20px;
}
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 767px) {

	#hero {
		padding: 10px 20px;
		
	}
	#hero h1 {
		font-size: 32px;
		text-align: center;
		font-style: normal;
		
	}
	#hero h2 {
		margin-top: 1em;
		text-align: center;
		
	}
	
	#hero .boxer {
	width: 220px;
		margin: 1em auto;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Safari and Chrome */
	}
	.content {
		 padding: 0 20px;
		
	}
	.footer-outer-container {
		padding-left:20px;
		padding-right: 20px;
	}
	#wpgmza_map {
		width: 100% !important;
		
	}
	.superbutton {
		margin: 1em 0;
		float: none;
 }
	.brightFeature {
		padding-top: 10px;
		
	}
	.brightFeature h2 {margin-top: 2em;}
	footer {
		text-align: center
	}
	footer .logo-negative {
		margin: 0 auto 1.5em;
		
	}
	.navbar-static-top {
		margin: 0;
		
	}
	.sidebar {
		border-top: 1px solid #cfcfcf;
	}
	.sidebar .widget {
		margin-left: 0;
		margin-right: 0;
	}
	.sidebar .widget_search input {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.sidebar .widget_search input[type=text]{
		width: 85%;
	}
	.page-header {
		margin: 0;
		padding-bottom: 10px;
		
	}
	h2 {
		line-height: 1.25em;
		margin-bottom: 0.5em;
		
	}
	.navbar .brand {
		background-image: url("../img/logo-kolbe@2x.png");
		background-size: 120px 46px;
		
	}
}
