@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'droid_serifregular';
    src: url('../fonts/DroidSerif-Regular-webfont.eot');
    src: url('../fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif-Regular-webfont.woff') format('woff'),
         url('../fonts/DroidSerif-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* yanone-kaffeesatz-regular - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yanone-kaffeesatz-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'),
       url('../fonts/yanone-kaffeesatz-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yanone-kaffeesatz-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yanone-kaffeesatz-v9-latin-regular.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}
/* yanone-kaffeesatz-700 - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/yanone-kaffeesatz-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Yanone Kaffeesatz Bold'), local('YanoneKaffeesatz-Bold'),
       url('../fonts/yanone-kaffeesatz-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yanone-kaffeesatz-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yanone-kaffeesatz-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yanone-kaffeesatz-v9-latin-700.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
}

html, body {
	padding:0;
	border:0;
	margin:0;
}
html {
	background:url(../img/paper_texture_BG.jpg) repeat left top;
	width:100%;
	height:100%;
	font-family: 'Droid Serif', serif;
	font-size:1em;
}
body {
	background:url(../img/chor_bg.jpg) no-repeat center top;
	background-size:100%;
	width:100%;
	height:100%;
}
#logo {
	margin-top:10px;
}
.wrapper {
	width:960px;
	margin:auto;
}
h1, h2, h3, h4, h5 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
h1 {
	color:#ffaf15;	
}
h2, h3, h4, h5 {
	color:#fff;	
}
p {
	line-height:1.4em;
}
a {
	color:#e05701;
	text-decoration:none;
	border:none;
}
a:hover {
	color:#4a3b2f;
}

a > img {
	border:none;
}

#teaser {
	padding-top:150px;
	padding-bottom:120px;
}
#teaser h1 {
	text-shadow:
	0 1px 0 #fff,
	0 -1px 0 #fff,
	1px 0 0 #fff,
	-1px 0 0 #fff;
	margin:0;
}
#teaser .teaser-1 {
	padding-left:220px;
	display:block;
	font-size:2em;
}
#teaser .teaser-2 {
	padding-left:300px;
	display:block;
	font-size:2.5em;
	margin-top:-20px;
}
.info-container {
	margin-bottom:20px;
}
.infobox {
	width:32%;
	margin-right:1.3%;
	float:left;
	border-radius:5px;
	box-sizing:border-box;
	height:300px;
	position:relative;
}
.infobox > div {
	margin:5px 10px;
}
.infobox:last-child {
	margin-right:0px;
}
.infobox p, .infobox a {
	color:#fff;
}
.infobox h2 {
	font-size:2em;
	margin-top:10px;
	margin-bottom:0;
}
.box-1 {
	background:#ffaf15;
}
.box-1 img {
	position:absolute;
	bottom:20px;
}
.box-2 {
	background:#e05701;
}
.box-2 .note {
	background:url(../img/noten.png)no-repeat left top;
	height:60px;
	width:100px;
	right:10px;
	bottom:10px;
	position:absolute;
}
.box-3 {
	background:#65b499;
}
.box-3 .mail {
	background:url(../img/mail.png)no-repeat left top;
	height:50px;
	width:70px;
	right:10px;
	bottom:10px;
	position:absolute;
}
.clear {
	clear:both;
}
footer {
	font-size:0.8em;
}

footer #impressum {
	float:left;
}
footer #created {
	float:right;
	padding-right:10px;
}

@media (max-width:970px) {
	.wrapper {
		width:100%;
		padding: 10px;
		box-sizing:border-box;
	}
	.infobox {
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
	#teaser {
		padding-bottom:20px;
	}
	#teaser .teaser-1, #teaser .teaser-2 {
		padding-left:10px;
		font-size:1.8em;
	}
}