html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/*
	Globals
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after,
.row:after,
.nav:after,
.clear:after {
	content: "";
	display: table;
	clear: both;
}

body {
	background: #3d3d3d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: normal;
}
h1 {
	padding:30px 0 100px;
	color: #b1b1b1;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: normal;
	text-align: center;
}
@media (min-width: 920px) {
	h1 {
		padding:30px;
	}
}

h1 span {
	font-size: 30px;
	color: #d4843c;
	font-weight: bold;
}
h2, h3 {
	margin: 0;
}
h2 {
	display: inline-block;
	color: #b1b1b1;
	font-weight: normal;
	background: #3d3d3d;
	padding: 15px 30px;
	margin-top: -24px;
	border-radius: 10px;
	font-size: 20px;
}
h2 span {
	font-size: 30px;
	font-weight: bold;
	color: #60a938;
}

@media (min-width: 500px) {
	h2 {
		font-size: 26px;
	}
	h2 span {
		font-size: 42px;
	}
}

h3 {
	font-size: 20px;
	color: #fff;
	margin: 0 0 40px 0;
}
.page {
	background-color: #e7e7e7;
	padding-bottom: 35px;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.grid-prime-container,
.grid-sub-container {
	width: 100%;
	padding-left: 1.5%;
	padding-right: 1.5%;
}
@media (min-width: 920px) {
	.grid-prime-container {
		width: 50%;
		float: left;
	}
}
@media (min-width: 500px) {
	.grid-sub-container {
		width: 100%;
		float: left;
	}
}
.grid-expand {
	margin-left: -1.5%;
	margin-right: -1.5%;
}
.premium-container,
.kalender-container {
	text-align: center;
	padding-top:20px;

}
.premium-container p,
.kalender-container p {
	margin: 0;
}
.premium-container p span {
	font-size: 20px;
	font-weight: bold;
}
.premium-container {
	background-color: #769d61;
	color: #fff;
}
.kalender-container {
	margin-top: 40px;
	background-color: #7b7b7b;
	color: #e5e1e1;
}
@media (min-width: 920px) {
.kalender-container {
	margin-top: 130px;
	}
}
.kalender-container p {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.box-footer {
	background-color: #d4843c;
	color: #fff;
	padding: 10px;
}

.box-footer span {
	font-weight: bold;
	font-size: 30px;
}
.premium-icon {
	width: 40%;
	margin:0 auto;
	position: relative;
}
.premium-icon img {
	width: 100%
}
.premium-header-container {
	margin-top: -110px
}
@media (min-width: 500px) {
	.premium-header-container {
		margin-top: -120px
	}
	.premium-icon {
		width: 30%;
		margin:0 auto;
	}
}
.img-kalender {
	width: 57%;
	margin: 15px auto;
}
.img-kalender img {
	width: 100%
}
.button {
	display: block;
	margin: 18px auto;
	padding: 10px;
	max-width: 150px;
	border-radius: 10px;
	background: #d4843c;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 5px solid #8e511b;
	border-top: 0 solid #8e511b;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	-webkit-transition: background .1s ease;
	-o-transition: background .1s ease;
	transition: background .1s ease;
}
.button:hover {
	background-color: #E0924B;
}
.button:active {
	border-top: 5px solid #8E511B;
	border-bottom-width: 0px;
}
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
.vert-nav > li {
	float: left;
}
.vert-nav-center {
	text-align: center;
}
.vert-nav-center > li {
	display: inline-block;
}

.footer-top {
	text-align: center;
	border-top: 1px solid #747474;
}
.footer-titel,
.footer-impressum,
.footer-impressum:visited {
	color: #747474;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 1rem;
	text-decoration: none;
}
.footer-impressum:hover,
.footer-impressum:active {
	color: #eee;
}
.sponsor .footer-logo {
	height:40px;
	fill:#747474;
}
.sponsor-daef .footer-logo {
	width:112px;
}
.sponsor-apo .footer-logo {
	width:154px;
}
.sponsor-boso .footer-logo {
	width:48px;
}
.sponsor-thieme .footer-logo {
	width:98px;
}
.sponsor-daev .footer-logo {
	width:145px;
}
.sponsor {
	padding: 1rem 2rem;
}
.sponsor > a {
	display: block;
}
.footer-bottom {
	padding: 1rem 0;
}
.footer-bottom a {
	font-size: 14px;
	color: #747474;
	text-decoration: none;
}
