@charset "UTF-8";
/* CSS Document */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v29-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
}
.desktop{display:block;}
	.mobile {display: none;}
@media (max-width: 767px) {
	body {
		font-size: 15px;
	}
	.desktop{display:none;}
	.mobile {display: block;}
}

.container {
	max-width: 1024px;
}
img {
	max-width: 100%;
}
/*Boxen*/
.box{background-color:#cccccc;padding:1em;border-radius:3px;transition: all .25s;}
		
		.box p{font-size:1em;line-height:1.4em; color:#ffffff;}

		.box h3{color:#ffffff;}
		.box h2{color:#ffffff;}
		.box ul li {text-align: left; color:#ffffff;}
		.box2{background-color:#6f9cb7;flex:1;width:auto;padding:.5em;align-self:center;text-align:center;font-size:0.75em;}
		.box2 h3{min-height:54px;}
		.box2 .lnkImage{min-height:220px;}
		.box2 p{text-align:left;}
		.box3{width:75%;text-align:left; margin:1.5em auto; box-shadow:0 8px 6px -6px #000;}
		.box h3{font-size:1.2em;}
		.columns .box4 {width:33%}
		.columns2 .box4 {width:33%}
		.box3:hover{background-color: #bdd745;}
.box3:hover a {color:#ffffff;}
.box .btn-primary {border: solid 5px #ffffff; min-height:auto;}
.box .btn-primary:hover,.btn-primary:focus, .btn-primary:active {
	background: #e5027f !important;
	border: solid 5px #ffffff !important; 
	min-height:auto; 
	box-shadow: none !important;
} 

		
.hover
{
    z-index: 1;
}
.mask
{
    position: absolute;
	min-height:340px;
    top:0;
	padding:1em;border-radius:3px;
	background-color:#538e9e;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    z-index: 2;
	color:#ffffff;
    
}
.mask1
{
    position: absolute;
	min-height:340px;
    top:0;
	padding:1em;border-radius:3px;
	background-color:#538e9e;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    z-index: 10000;
	color:#ffffff;
    
}
	.spezial{min-height:336px;}
.box3
{
    position: relative;
	min-height:auto;
}
.box3:hover .mask
{
    opacity: 1;
}
.box3:hover .mask1
{
    opacity: 1;
}
.box3 .imgbox1 { float:right; margin-left:35px;}
		.marker3 {
  
    
	color:#ffffff;

}
	.mask1 h3 {
		margin-top:0;
		color:#ffffff;
	}
	.mask h3 {
		margin-top:0;
		color:#ffffff;
	}
/* PADDINGS */
.padder_10_v {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padder_15_v {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padder_25 {
	padding: 25px 30px;
}
.padder_30_v {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padder_40_v {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padder_50_v {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padder_60_v {
	padding-top: 70px;
	padding-bottom: 50px;
}
@media (max-width: 767px) {
	.box3 {width:98%;}
	.box3 .imgbox1 {display: block; float:none; margin:10px auto;}
	.padder_25 {
		padding: 15px 20px;
	}
	.padder_40_v {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.padder_50_v {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

/* BACKGROUNDS */
.bg_0 {
	background: #ffffff;
}
.bg_1 {
	background: #dcccda;
}
.bg_2 {
	background: #e7e8ea;
}
.bg_3 {
	background: #818f9a;
	color: #ffffff;
	padding-top:2em;
	text-align: left;
}
.bg_3 a {color:#ffffff; text-decoration: underline;}

/* COLORS */
.red {
	color: #951d73;
}

/* BUTTON & LINKS */
.btn-container {
	z-index: 200;
}
.btn-container.bottom {
	margin-bottom: -40px;
}
.btn-container.top {
	margin-top: -40px;
}
.btn_wrapper {
	padding-top: 20px;
}
.btn {
	border-radius: 0;
	border: none;
	padding: 13px 50px;
}
.btn-primary {
	position: relative;
	background: #951d73;
	font-size: 20px;
	font-weight: bold;
	min-height: 80px;
	border-radius: 40px;
	border: solid 10px #fff;
	z-index: 200;
}
.btn-primary.border_1 {
	border: solid 10px #f4f5f8;
}
.btn-primary:hover,.btn-primary:focus, .btn-primary:active {
	background: #e5027f !important;
	border: solid 10px #fff !important;
	box-shadow: none !important;
}
/* animation */
@-webkit-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-5deg);}
	3.5% {-webkit-transform: rotate(5deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@-o-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-5deg);}
	3.5% {-webkit-transform: rotate(5deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-5deg);}
	3.5% {-webkit-transform: rotate(5deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
a {
	color: #004d9a;
}
a.marker {
	background: yellow;
	text-decoration: none !important;
	padding: 5px 10px;
}

@media (max-width: 767px) {
	.btn {
		white-space: normal;
	}
	.btn-primary {
		font-size: 15px;
	}
	a.marker {
		line-height: normal;
	}
}


/* CTA */
.cta-default {
	border: dashed 2px #ccc;
	padding: 25px 25px 15px;
	position: relative;
}
.cta-default .stick {
	position: absolute;
	right: -45px;
	top: -40px;
}
.cta-default .btn {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.cta-default .stick {
		width: 80px;
		right: -15px;
		top: -35px;
	}
}

/* TYPE */
h1, h2, h3 {
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 25px;
}
h1 a {
	color: #555;
	text-decoration: underline;
}
h2 {
	font-size: 28px;
	color:#951d73;
}
h3 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.subline {
	font-size: 18px;
	font-weight: 700;
}
.text_wrapper a {
	text-decoration: underline;
}
.text_wrapper a.btn {
	text-decoration: none;
	color: #fff;
}
.text_wrapper ol.styled {
  list-style: none;
  margin: 15px 0 30px;
  padding: 0;
  counter-reset: section;
}
.text_wrapper ol.styled li {
  margin: 8px 0;
  padding-left: 33px;
}
.text_wrapper ol.styled li:before {
  counter-increment: section; 
  content: counter(section);
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  background: #951d73;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: -1px 10px 0 -33px;
}
.text_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.text_wrapper ul li {
	margin-bottom: 8px;
	padding-left: 28px;
}
.text_wrapper ul li:before {
	display: inline-block;
	width: 20px;
	height: 15px;
	float: left;
	margin-top: -4px;
	margin-left: -35px;
	font-size: 35px;
	color: #951d73;
	font-family: 'Fontawesome';
  	content: "\f00c";
 	-webkit-font-feature-settings: 'liga';
	text-rendering: auto;
   	-webkit-font-smoothing: antialiased;
}
.text_wrapper ul.smile li:before {
	font-family: 'Fontawesome';
  	content: "sentiment_very_dissatisfied";
 	-webkit-font-feature-settings: 'liga';
	text-rendering: auto;
   	-webkit-font-smoothing: antialiased;
	font-size: 25px;
	margin-left: -32px;
	margin-top: -6px;
}
.text_wrapper ul.question li {
	margin-bottom: 8px;
	padding-left: 36px;
}
.text_wrapper ul.question li:before {
	font-family: 'Open Sans';
  	content: "?";
	text-align: center;
	padding: 0;
	margin-left: -36px;
	height: 28px;
	width: 28px;
	font-size: 18px;
	line-height: 28px;
	border-radius: 50%;
	background: #951d73;
	color: #fff;
}
.text_wrapper ul.arrow li:before {
	font-family: 'Fontawesome';
  	content: "forward";
 	-webkit-font-feature-settings: 'liga';
	text-rendering: auto;
   	-webkit-font-smoothing: antialiased;
	font-size: 35px;
	margin-left: -40px;
	margin-top: -6px;
	
	display:block;
}
.arrow li {font-size:20px;
margin-left:20px;
}
.text_wrapper ul.check li:before {
	font-family: 'Fontawesome';
  	content: "done";
 	-webkit-font-feature-settings: 'liga';
	text-rendering: auto;
   	-webkit-font-smoothing: antialiased;
	font-size: 30px;
	margin-left: -40px;
	margin-top: -6px;
	
	display:block;
}
.check li {font-size:22px;
margin-left:20px;
}
.text_wrapper ul.block {
	min-width: 100%;
	margin-bottom: 30px;
}
.text_wrapper ul.block li {
	vertical-align: middle;
	border-bottom: solid 7px #fff;
	padding: 12px;
	background: #faf9f7;
}
.text_wrapper ul.block li:before {
	content: none;
}
.text_wrapper ul.block li .bullet {
	background: #951d73;
	color: white;
	text-align: center;
	font-size: 16px;
	display: block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.text_wrapper ul.block li .text {
	display: block;
	width: 90%;
	float: left;
}
.text_wrapper .frame {
	border: solid 5px #c1c0bf;
	padding: 30px 30px 15px;
}
.text_wrapper .marker {
	padding-left: 40px;
	background: url(../images/marker.png) left top no-repeat;
	background-size: auto 100%;
}
.text_wrapper .yellow {
	background: yellow;
	padding: 5px;
}
.text_wrapper .img-wrapper {
	padding: 20px;
	margin: 5px 0 20px;
}
.text_wrapper .img-wrapper .caption {
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	color: #65727e;
}

@media (max-width: 767px) {
	h1, h2, h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.subline {
		line-height: normal;
		font-size: 17px;
	}
	h3 {
		font-size: 18px;
	}
	.text_wrapper ul.block li .text {
		display: block;
		width: 85%;
		float: left;
	}
}

/* MY BOX */
.stoerer {
    position: relative;
    width: 280px;
	padding: 10px 0;
    border-bottom: 2px solid #951d73;
	border-top: 2px solid #951d73;
	color: #951d73;
    background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 18px;
}
.stoerer:after, .stoerer:before {
    content: "";
    border-style: solid;
    border-width: 16px;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
	margin-left: -8px;
}
.stoerer:before {
    border-color: #951d73 transparent transparent;
}
.stoerer:after {
    margin-top: -3px;
    border-color: #fff transparent transparent;
}
.bg_1 .stoerer {
    background-color: #f7f9f9;
}
.bg_1 .stoerer:after {
    margin-top: -3px;
    border-color: #f7f9f9 transparent transparent;
}

/* HEADER */
.headerold {
	/*height: 520px;*/
	background: url("../images/headpic.png") center top no-repeat;
	background-size: cover;
}
.headerold .txt{
  background: rgba(111,156,183,0.95);
	padding: 1.5em 1em;
	box-shadow: 0 0 5px 6px #e3a417
	/*background: linear-gradient(to bottom, rgba(227,164,23,1), rgba(255,237,0,1));*/
}
.headerold .txt h2 {margin-bottom:0;}
@media (max-width: 767px) {
	.headerold {
		/*height: 500px;*/
		background: url(../images/headpic.png) center center no-repeat;
		background-size: auto 100%;
	}
	
	.headerold img {
		margin-top: 1rem;
	}
}
@media (max-width: 479px) {
	.headerold {
		/*height: 330px;*/
		background: url(../images/headpic.png) center center no-repeat;
		background-size: auto 100%;
	}
}

/* BENEFITS */
.benefits .col-sm-7 {
	padding-right: 0;
}
.benefits ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	background: url("../images/benefits-line.png") 20px top repeat-y;
}
.benefits ul li {
	position: relative;
	font-size: 19px;
	line-height: normal;
	padding-top:8px;
	margin-bottom: 20px;
	padding-left: 60px;
	
}
.benefits ul li:before {
	font-family: 'Fontawesome';
	content: "\f00c";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	height: 46px;
	width: 46px;
	background: #951d73;
	border: solid 3px #fff;
	border-radius: 23px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
}
.benefits2 ul {
	margin: 30px 0 50px 0;
	padding: 0;
	list-style: none;
	background: url("../images/benefits-line.png") 20px top repeat-y;
}
.benefits2 ul li {
	position: relative;
	font-size: 19px;
	line-height: normal;
	padding-top:8px;
	margin-bottom: 20px;
	padding-left: 60px;
	
}
.benefits2 ul li:before {
	font-family: 'Fontawesome';
	content: "\f00c";
	display: inline-block;
	position: absolute;
	left: 28px;
	top: 3px;
	height: 46px;
	width: 46px;
	background: #951d73;
	border: solid 3px #fff;
	border-radius: 23px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
}
.benefits .praemie {
	margin-top: 1em;
}
.marker {
    background: rgba(255,255,255,0);
    background: linear-gradient(180deg, rgba(255,255,255,0) 65%, rgba(220,9,128,0.5) 75%);
}
.highlight {

		background-color: rgba(220,9,128,1); padding:.2em .3em; color:#ffffff;}

.benefits h2{margin-top:1em;}
.benefits p {font-size: 22px;}
.marker2 { background: rgba(255,255,255,0);
    background: linear-gradient(180deg, rgba(255,255,255,0) 65%, rgba(189,215,69,0.5) 75%);
}
@media (max-width: 767px) {
	.benefits .praemie {
		display: block;
		margin: 0px auto 40px;
		max-width: 70%;
	}
}

/* SIDEBOX */
.sidebox {
	font-size: 14px;
	padding: 15px;
	margin-bottom: 30px;
}
.sidebox ol {
	padding-left: 20px;
}

/* Autor */
.autor {
	font-size: 15px;
	text-align: center;
}
.autor .img-wrapper {
	height: 260px;
	width: 260px;
	border: solid 10px #fff;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.autor .img-wrapper img {
	border-radius: 50%;
}


.title {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* CTA */
.cta_big p {
	font-size: 22px;
	margin-bottom: 25px;
	line-height: normal;
}
.cta_big p.big {
	font-size: 34px;
	font-weight: bold;
}
.box2  p {
	font-size: 1.25em;
	margin-bottom: 25px;
	line-height: normal;
	color:#ffffff;
}
.cta_big img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}
@media (max-width: 767px) {
	.cta_big p {
		font-size: 17px;
		line-height: normal;
	}
	.cta_big img {
		max-width: 50% !important;
	}
}


/* FAELLE */
.fall {
	margin: 20px 0 30px;
}
.fall .count {
	display: block;
	background: #818f9a;
	color: #ffffff;
	font-weight: bold;
	border: solid 5px #f4f5f8;
	margin: 0 auto -23px;
	height: 48px;
	border-radius: 24px;
	padding: 7px 20px;
	width: 130px;
	text-align: center;
	z-index: 200;
	position: relative;
}
.fall .content {
	background: #f4f5f8;
	padding: 20px;
	height:580px;
}
.fall .content h4 {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
@media (max-width: 767px) {
	.fall .content {
		height: auto !important;
	}
}
.fall2 {
	margin: 20px 0 30px;
}
.fall2 .count {
	display: block;
	background: #818f9a;
	color: #ffffff;
	font-weight: bold;
	border: solid 5px #f4f5f8;
	margin: 0 auto -23px;
	height: 48px;
	border-radius: 24px;
	padding: 7px 20px;
	width: 200px;
	text-align: center;
	z-index: 200;
	position: relative;
}
.fall2 .content {
	background: #f4f5f8;
	padding: 20px;
	height:auto;
}
.fall2 .content h4 {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
@media (max-width: 767px) {
	.fall .content {
		height: auto !important;
	}
}
.smaller {font-size:75%;}
/* PAPER */
.paper {
	padding: 45px 30px 50px;
	background: url(../images/paper_1.png) center center no-repeat;
	background-size: 100% 100%;
	font-size: 15px;
	margin-bottom: 5px;
}
.paper.p2 {
	background: url(../images/paper_2.png) center center no-repeat;
	background-size: 100% 100%;
}
.paper.p3 {
	background: url(../images/paper_3.png) center center no-repeat;
	background-size: 100% 100%;
}
.paper.p4 {
	background: url(../images/paper_4.png) center center no-repeat;
	background-size: 100% 100%;
}
.paper p {
	margin-bottom: 0;
}

/* PRODUCTS */
.products {
	padding: 20px 0 50px;
}
.product_item {
	padding: 15px;
	text-align: center;
	box-shadow: 0 10px 20px rgba(0,0,0,0.04), 0 5px 5px rgba(0,0,0,0.04);
}
.product_item img {
	max-width: 75%;
	margin-bottom: 20px;
}
.product_item .title {
	text-transform: none;
	font-size: 17px;
	line-height: normal;
}
.product_item .title a {
	color: #333333;
}
@media (max-width: 767px) {
	.product_item {
		margin-bottom: 30px;
		height: auto !important;
	}
	.product_item img {
		max-width: 65%;
	}
}

/* Überarbeitung 2024 durch Niclas */
/* Der Header wurde im Zuge dieser Arbeiten ebenfalls komplett neu gemacht. */
#kundenstimmen {
	padding: 10px 0;
}

#kundenstimmen h1 {
	text-align: center;
	color: #990099;
	font-weight: bold;
}

.highlight2 {
  background: linear-gradient(104deg, rgba(227,164,23, 0) 0.9%, rgba(227,164,23, 1.25) 2.4%, rgba(227,164,23, 0.5) 5.8%, rgba(227,164,23, 0.1) 93%, rgba(227,164,23, 0.7) 96%, rgba(227,164,23, 0) 98%), linear-gradient(183deg, rgba(227,164,23, 0) 0%, rgba(227,164,23, 0.3) 7.9%, rgba(227,164,23, 0) 15%);
  padding: 0.2em 13.7px;
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
	text-shadow: -12px 12px 9.8px rgba(227,164,23, 0.7);
}

.shadow {
	box-shadow: 3px 3px 3px 0 #555555;
}

/* Header START */

.trustheader {
	background-color: #990099;
	color: #FFFFFF;
	font-size: 1rem;
}

.left{
	text-align: right;
	margin: 0;
	padding: 0;
}
.left p {
	margin-bottom: 5px;
}

.phone {
	display: inline-block;
	background: url("../images/phone.png") left center no-repeat;
	padding-left: 1.8em;
}

.mail {
	display: inline-block;
	background: url("../images/mail.png")left center no-repeat;
	padding-left: 1.8em;
}

@media (max-width:767px){
	.left p{
		margin: 5px;
		font-size: .7rem;
		margin-left: -20px;
	}
	.mdsmall {font-size: .6rem;}
}
/* Header END */

@media (max-width:767px){
	.sdspacer {
		text-align: center;
		font-size: 1.8rem;
	}
}

/* Blockqoute START */
/*#kundenstimmen .row {
	margin: 20px 0;
}

#kundenstimmen blockquote::before {
	font-family: Arial;
  content: "\201C";
  color: #E3A417;
  font-size: 5em;
  position: absolute;
  left: 10px;
  top: -25px;
}

#kundenstimmen blockquote {
	font-size: .9em;
	width: 100%;
	margin: 0px auto;
	font-style: italic;
	color: #3C3C3C;
	padding: 1.2em 30px 1.2em 75px;
	border-left: 8px solid rgba(153,0,153,.6);
	line-height: 1.6;
	position: relative;
	background: #EDEDED;
}

#kundenstimmen blockquote span {
	font-size: .8em;
	color: #555555;
	font-style: normal;
}
*//* Blockqoute END */

/* VOD Section */
/*.vod h2 {
	text-align: center;
	font-size: 2.2rem;
}

#vod2 h2 {
	color: #E3A417;
	font-size: 1.96rem;
}

.bg-verlauf-orange {
	background: linear-gradient(to left bottom, rgba(227,164,23,1), rgb(255,237,0,1));
}

.lessspace {
	padding: 0;
	margin: 0 1.5rem;
}

.vodmiddle {
	margin: 0 1rem;
	padding-bottom: 1rem;
}

.smallcontent {
	padding: 0;
}
*//* VOD END */

/* BTN-Anpassungen START */
.ersterbtn {margin: 0;}
/* BTN-ANpassungen END */

/* Widget */
/*.display-control {
        display: none;
    }
.container-hidden {
        height: 0;
        overflow: hidden;
    }
.display-control:checked + label.btn {
        background-color: white;
        color: #00849d;
    }
*/
/* Extra Styles */
.card {
	height: 100%;
	max-width: 80%;
	margin: 0 auto;
}
.formular {
	max-height: 200px;
}
.card-footer{
	padding-left: 0;
	padding-right: 0; 
}
.card {
  margin-bottom: 1.5rem;
}
.card h4 {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.card .btn {
  border-color: #00849d;
  background-color: #00849d;
  font-weight: bold;
  padding: 13px 0;
}
.card .btn:active {
  background-color: #00849d !important;
}

.card-header {
	text-align: center;
}

.card-body {
	text-align: center;
}

.card-btn {
	background: #990099;
	color: #e3a417;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 15px 25px;
	border: #2ad30c;
	border-radius: 25px;
	box-shadow: 0 0 5px 1px #3c3c3c;
	cursor: pointer;
}

@media (max-width:767px){
	.spacer li {
		padding-top: .8rem;
	}
}