 /*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}

/* Globals */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block; *display: inline; *zoom: 1;
}
audio:not([controls]){
	display: none;
}
[hidden] {
	display: none;
}
strong, b {
	font-weight: bold;
}
html {
	/*width: 100%;
	height: 100%;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	background-color: #3d3d3d;
	font-size: 1em;
	line-height: 1.4em;
	position: relative;
}
*,
*:before,
*:after { box-sizing: border-box;
}
body {
	background: #3d3d3d;
	color: #fff;
}
a, a:active, a:visited {
	color: #77b828;
	text-decoration: none;
}
a:hover {
	color: #77b828;/*#88e01c;*/
}
/*END RESET*/
h1, h2, h3 {
	font-weight: bold;
}
h2.subhead {
	font-size: 1.4rem;
}
/*Start Typo*/
.center-text {
	text-align: center;
}
.right-text {
	text-align: right;
}
.text-small {
	font-size: 1rem;
	line-height: 1.4rem;
}
.text-normal {
	font-size: 1.25rem;
	line-height: 1.8em;
}
ol.text-normal {
	padding-left: 4rem;
}
.orange {
	color:#d4843c;
}
.black-box {
	background: #3d3d3d;
	padding: 4rem 11%;
}
.text-large {
	font-size: 2.25rem;
	line-height: 1em;
}
.small-margin {
	margin-bottom: 0.3rem;
}
.med-margin {
	margin-bottom: 0.7rem;
}
.text-bold {
	font-weight: bold;
}
.textbox-padding {
	padding: 0 11%;
}
.clear:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
}
.center {
	margin: 0 auto;
}

.centerwrapper {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.intro {
	padding: 3rem 1rem 6rem 1rem;
}
.intro-kalender {
	padding: 3rem 1rem 3rem 1rem;
}
.logo {
	position: absolute;
	top: 1.5rem;
}
.logo-kalender {
	left: 179px;
	position: absolute;
	top: 70px;
}
.premium-icon {
	position: relative;
	max-width: 517px;
	margin-bottom: 2.5rem;
	padding-top: 5rem;
}

.premium-icon-kalender {
	margin: 0 auto;
	max-width: 170px;
}
@media screen and (min-width: 700px) {
	.premium-icon-kalender {
		float: left;
		margin: 0;
	}
}

.premium-icon-kalender img {
	width: 100%;
}

.premium-icon img{
	width: 100%;
}
.text-grey {
	color: #b1b1b1;
}
.head-container {
	max-width: 500px;
	line-height: 2.1rem;
}
.btn-container {
	padding-top: 30px;
}
.head-container-kalender {
	padding: 30px 0;
}
.head {
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
}

.subhead {
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
}
.subsubhead {
	font-size: 1rem;
}
.premium {
	font-size: 3.125rem;
	font-weight: bold;
	color: #78b828;
}
.koenig {
	font-size: 1.875rem;
	font-weight: bold;
	color: #d4843c;
}
.bigger {
	font-size: 1.5em;
}
.green {
	background: #769d61;
}
.produkte {
	position: relative;
	padding: 2rem 1rem;
}
.label-container {
	position: absolute;
	top: 0;
	left:0;
	background: #fff;
	color: #3d3d3d;
	font-size: 1.875rem;
	font-weight: bold;
	padding: 2rem .7rem;
}

.box-full,
.box-half {
	margin-bottom: 2.5rem;
	width: 100%;

}
.box-full {


}
.box-half {
	max-width: 485px;
	margin-left: auto;
	margin-right: auto;
}
.lessmargin {
	margin: -3em 0 0 0;
}

.produktbild-container,
.produkttext-container {
	text-align: center;
}
.produkttext-container {
	font-weight: bold;
	margin-top: .75rem;
}
.produktbild-container img {
	max-width: 100%;
}
.circle {
	width: 7.25rem;
	height: 7.25rem;
	line-height: 7.25rem;
	margin: 0 auto;
	border-radius: 7.25rem;
	background: #3d3d3d;
	text-align: center;
	font-weight: bold;
}
.beschreibung {
	padding-top: 6rem;
}
.special-container {
	text-align: center;
	margin: 2rem 0 4rem 0;
}
.special {
	display: inline-block;
	text-align: center;
	padding: .5rem 1rem;
	background: #769d61;
}
.formular {
	padding: 6rem 1rem;
	color: #3d3d3d;
}
.formular2 {
	padding: 3rem 1rem;
	color: #3d3d3d;
}
.grey {
	background: #e7e7e7;
	color: #3d3d3d;
}
.form-adressdaten {
	margin-bottom: 3rem;
}
.feld-container {
	float: left;
	padding: 0 1.5%;
	margin-bottom: 1rem;
}

.form-row {
	margin-bottom: 1rem;
}

.radio-container {
	width: 100%;
	float: left;
	padding-left: 1.5%;

	margin-bottom: 1rem;
}

.half,
.fmail,
.fstr,
.fnr,
.fzstz,
.fplz,
.fort {
	width: 100%;
}


.ktoInhaber {
	display: none;
}
.ktoInhaber.active {
	display: inline-block;
}
.right {
	float: right;
}
.feld-label {
	padding-left: 1.25rem;
}
.feld:focus {
	outline: none;
	background-color: #f1f2f3;
}
.btn:focus {
	outline: none;
}
.feld {
	color: #3d3d3d;
	display: block;
	border-radius: .6em;
	padding: 1.25rem;
	border: none;
	width: 100%;
	height: 62px;
	margin: 0 0 .5em 0;
	font-size: 1.25rem;
	background: #fff;
	transition: all .2s ease;
}
.btn-zeile {
	padding: 1rem 0;
}
.absicht {
	width: 100%;
	padding: 0 1.5% 3rem 1.5%
}

.btn {
	color: #E7E7E7;
	display: inline-block;
	background: #cccccc;
	border: none;
	height: 3.875rem;
	padding: 1.25rem 2rem;
	  margin-bottom: 1rem;

	text-align: center;
	font-size: 1.25rem;
	/*font-weight: bold;*/
	color: #fff;
	border-radius: .6em;
	transition: all .2s ease;
}

/*	-webkit-box-shadow: inset 0px 4px 5px 0px rgba(129,193,90,1), inset 0px -4px 5px 0px rgba(64,139,33,.5);
	-moz-box-shadow: inset 0px 4px 5px 0px rgba(129,193,90,1), inset 0px -4px 5px 0px rgba(64,139,33,.5);
	box-shadow: inset 0px 4px 5px 0px rgba(129,193,90,1), inset 0px -4px 5px 0px rgba(64,139,33,.5);*/

.btn.sml {
		padding: 0 1rem;
		height: 2.6rem;
}
.btn.green {
	background: #60a938;
}

a.btn,
a.btn:hover {
	color: #fff;
}
/*.text-formular {
	padding: 0 1.25rem;
}*/

.btn:hover {
	background: #70b24c;
	cursor: pointer;
}
.btn:active {
	background: #569832;
	box-shadow:  inset 0px 4px 5px 0px rgba(64,139,33,.5);
}
#payButton {

}
#payCustom {
	width: 12.5rem;
}
#payCustom.active {
	display: none;
}
.bezahlAngabe {
	text-align: center;
	display: none;
	width: 12.5rem;
	height: 61px;
	border: 2px solid #60a938;
	margin-bottom: 0;
	background: #CADBBC;
}
.bezahlAngabe:focus {
	background: #CADBBC;
	-webkit-box-shadow: 0 0 0 1000px #CADBBC inset;
}
.bezahlAngabe.active {
	display: inline-block;
}
.kto-zeile {
	padding: 1rem 1.5%;
}

.footer {

}
.faq {
	padding: 6rem 0;
}
.frage {
	margin-top: 3rem;
	margin-bottom: .5rem
}


.logo-container {
	height: 8rem;
}
.zsf-dt,
.zsf-dd {
	display: inline-block;
}

.zsf-dt {
	min-width: 10rem;
	padding-right: 2rem;
	text-align: right;
}

.zsf-container {
	margin: 0 0 1.5rem 0;
}
.iban-ueberpruefen {
	width: 2rem;
	display: inline;
	margin-left: .2rem;
	padding: .5rem;
	text-align: center;
	border-radius: 0;
}


.half-margin {
	margin-bottom: 2rem;
}
.hinweis {
	text-align: center;
	position: relative;
	background: #a6a6a6;
	color: #e7e7e7;
	width: inherit;
	padding: .5rem 1rem;
	border-radius: .5rem;
	margin: 1rem 0 1rem 8.6rem;
}
.hinweis:after {
	z-index: 1;
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	right: 7.9rem;
	margin-top: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #a6a6a6;
}
.legal-text {
	margin-bottom: 2rem;
}
.text-lh-normal {
	line-height: 1.6rem
}
.form-aktion {
	margin-bottom: 3rem;
	background: #3d3d3d;
	padding: 1em;
	border-radius: .5rem;
	color: #fff;
}
.aktion {
	font-weight: bold;
	color: #d4843c;
}


@media screen and (min-width: 700px) {


	.btn {
		margin-bottom: 0;
	}
	.box-full,
	.box-half {
		float: left;
		margin-bottom: 6rem
	}
	.box-full {
		width: 100%
	}
	.box-half {
		width: 45%;
	}
	.box-half:nth-of-type(odd) {
		margin-left: 10%;
	}
	.kalender-box-half:nth-of-type(odd) {
		margin-left: 0;
	}
	.kalender-box-half:nth-of-type(even) {
		margin-left: 10%;
	}
	.produkte {
		padding-top: 6rem;
	}
	.formular {
		padding: 6rem 0;
	}
	.formular2 {
		padding: 3rem 0;
	}
	.half,
	.fmail {
		width: 50%;
	}
	.fstr {
		width: 65%;
	}
	.fnr {
		width: 15%;
	}
	.fzstz {
		width: 20%
	}
	.fplz {
		width: 21%
	}
	.fort {
		width: 79%;
	}

	.head-container {
		line-height: inherit;
	}
	.head-container-kalender {
		line-height: 1.1;
	}
	.premium-icon {
		padding-top: 0;
	}

	.hinweis {
		width: 25.9rem;
	}

}

.storer {
	position: absolute;
	display: block;
	padding: 1rem;
	background-color: #D4843C;
	border: 5px solid #E7E7E7;
	line-height: 1.6em;
	font-weight: bold;
	right: 0;
	/*right: 50%;*/
	/* top: 103px; */
	bottom: 4%;
	z-index: 10000;
	/* transform: rotateZ(6deg); */
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1rem;
	border-top-left-radius: 1rem;
	/*margin-right: -13rem;*/
	font-size: 0.8em;
}

@media screen and (min-width: 450px) {

	.storer {
		bottom: 10%;
/*		right: 50%;
		margin-right: -25rem;*/
	}
}
@media screen and (min-width: 700px) {

	.storer {
		font-size: 1em;

/*		right: 50%;
		margin-right: -25rem;*/
	}
}


.bigger1 {
	font-size: 1.2em;
}




/*.oO lightbox Oo.*/
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.box-rund {
	border-radius: 20px;
	padding: 35px;
}
.grau {
	background: #3d3d3d;
	color: #d4d4d4;
}
.text-mittel {
	margin-bottom: 35px;
	font-size: 20px;
	line-height: 1.3;
	padding-left: 35px;
	padding-right: 35px;
}
.btn.bold {
	font-weight: bold;
}
.box-padding {
	padding-top: 50px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.premium-icon-small {
	max-width: 320px;
	padding-top: 0;
}

.intro-small {
	padding: 2rem 1rem 2rem 1rem;
}
.resp-pad {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
}
.small-box {
	max-width: 570px;
	margin: 100px auto;
}
.feldContainer {
	padding: 0 1.5%;
	margin-bottom: 1rem;
}
.multible {
	margin-bottom: 50px;
}
.mittelgross {
	color: #3d3d3d;
	padding: 10px 25px;
}

/* 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-top {
	text-align: center;
	border-top: 1px solid #747474;
}
.footer-titel {
	margin: 20px 0 10px;
}
.footer-impressum {
	padding-bottom: 50px;
}
.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:112px;
}
.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: 1.4rem;
	color: #747474;
	text-decoration: none;
}
.detailtable td {
	padding: 5px 25px;
}
.detailtable {
	padding:25px;
}
.margin-h1 {
	line-height: 1;
}
