@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Barlow', sans-serif;
	line-height: 1.35em;
	font-size: 18px;
}
.bg-gradient {
 background: rgb(225,223,223);
background: -moz-linear-gradient(54deg, rgba(225,223,223,1) 0%, rgba(250,249,249,1) 50%, rgba(226,224,224,1) 100%);
background: -webkit-linear-gradient(54deg, rgba(225,223,223,1) 0%, rgba(250,249,249,1) 50%, rgba(226,224,224,1) 100%);
background: linear-gradient(54deg, rgba(225,223,223,1) 0%, rgba(250,249,249,1) 50%, rgba(226,224,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1dfdf",endColorstr="#e2e0e0",GradientType=1); 
}
.header-image{
	background: url(../img/bbec3adftitle.jpg) top center no-repeat;
    padding: 0px 30px;
    
}
.box_top{
	background: #a53b869e;
    padding: 10px 21px;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    min-height:190px;
}
.box_top:hover{
	    transition: all .4s ease-in-out;
	    background:#a53b86fc;
	    transform: scale(1.1);
}
/*header {
 background: url('../img/Fotolia_183217910_Subscription_Monthly_M_crop.jpg') no-repeat;
 background-size: 100%;
 min-height: 786px;
 box-shadow: 0px 3px 5px #777;
 }*/
.mt--35{
 margin-top:-35px;
}
.copyrights {
    position: absolute;
    right: 1%;
    color: #c3c3c3;
    font-size: 11px;
}
.overlay-header {
	padding: 40px 25px;
	background: linear-gradient(rgba(72, 70, 70, 0.73) 0%, rgba(37, 35, 35, 0.72) 50%, rgba(0, 0, 0, 0.54) 100%), url(../img/pattern_header.png) rgba(0, 0, 0, 0.3);
	min-height: 786px;
}
.small-red-div {
	background-color:#01558C;
	padding: 10px 0px 10px;
	border-radius: 5px;
	text-shadow: 0px 1px #666;
}
.title-container {
	position: relative;
	bottom: -60%;
	color: #fff !important;
}
.title-head {
	    font-size: 42px;
    margin-top: 20px;
    color:#A53B86;
}
.head-img {
	margin-left: -70px;
	min-width: 270px;
}
.container {
	max-width: 900px;
}
img {
	max-width: 100%;
}

/* PADDINGS */
.padder_10_v {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padder_25 {
	padding: 25px 30px;
}
.padder_30 {
	padding: 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;
}

/* BACKGROUNDS */
.bg_1 {
	background: #f3f5f8;
	padding: 30px 0px;
}
.bg_1 {
	background: #f4f5f8;
}
.bg_2 {
	background: #e7e8ea;
}
.padder_60_v {
	padding-top: 70px;
	padding-bottom: 50px;
}
.text_wrapper .marker {
	padding-left: 40px;
	background: url(../images/marker.png) left top no-repeat;
	background-size: auto 100%;
}
/* COLORS */
.blue {
	color: #3783c4 !important;
}

/* BUTTON & LINKS */
.btn_wrapper {
	padding-top: 10px;
	padding-bottom: 25px;
}
.btn {
	border-radius: 10px;
	padding: 13px 30px;
	border: 1px solid #6d0000;
}
.btn-primary-red a {
	text-decoration: none;
}
a.btn-primary-red:hover {
	text-decoration: none;
	color: #000 !important;
}
a.btn-primary-red-mid:hover {
	text-decoration: none;
	color: #000 !important;
}
.text-shadow-text {
	text-shadow: 0px 1px #000;
}
.btn-primary-red {
    background: #ea9d29;
    padding: 13px 30px 13px 30px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0px !important;
    box-shadow: 0px 7px 12px -9px #000;
    margin: 0 auto !important;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 26px;
    color: rgb(189, 0, 0)!important;
}
.btn-primary-red-mid {
	background: rgb(189, 0, 0);
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	position: relative;
	display: block;
	border: 0 !important;
	border-radius: 0px !important;
	box-shadow: 0px 7px 12px -9px #000;
	margin: 0 auto !important;
	font-family: 'Barlow Condensed', sans-serif;
	line-height: 26px;
	text-shadow: 0px 1px #666;
}
.btn-primary-red:hover {
	background: #ea9514 !important;
	transform: scale(1.03);
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.zoom-scale:hover {
	transform: scale(1.03);
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.btn-primary-red-mid:hover {
	background: #ad0202 !important;
	transform: scale(1.03);
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.btn-primary-red:hover:before {
	top:12px !important;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	transform: rotate(-20deg);
}

.text-under {
	font-weight: bold;
	font-size: 18px;
	border: 4px dotted #ff0000;
	padding: 5px 0px;
}
.list {
    list-style-type: none;
    padding-left: 0;
}
.list li {
    background: url(../img/list.png) left .8em no-repeat;
    padding: .5em 0 .5em 2em;
}
@media (max-width: 767px) {
	.btn {
		line-height: normal;
		white-space: normal;
	}
}
.img-badge {
	position: absolute;
	top: 0px;
	right: -33px;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.card {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	border: 0;
	font-weight: 400;
}
.footer-container {
	background: rgb(221,221,221);
	background: -moz-linear-gradient(48deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
	background: -webkit-linear-gradient(48deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
	background: linear-gradient(48deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#dddddd",GradientType=1);
	padding: 35px 0px 15px;
	
}
.title-1 {
	font-size: 40px;
	line-height: 1.2;
	margin: 15px 0px;
}
.title-2 {
	font-size: 32px;
	line-height: 1.4;
	margin: 25px 0px;
	text-align: center;
}
.header3 {
	font-size: 22px;
	color: #990000;
	font-weight: bold;
}
.red {
	color: #eb4351;
}
.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;
}
div.form-image {
	margin-left: 1em;
}
.impressum {
	text-align: center;
	font-size: .9em;
	padding: .5em 0;
	border-top: 5px solid #3a82c3;
}
.impressum ul {
	list-style-type: none;
	padding: 0;
}
.impressum ul li {
	display: inline;
	padding: 0 1em;
	background: url(images/arrow.png) left center no-repeat;
}
.impressum a {
	color: #555;
}
.purple {
	color: #83265A !important;
}

}
.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.md-42 {
	margin-top: -42px !important;
}
.md-100 {
	margin-top: -100px !important;
}
.img-wrapper-bot {
	min-height: 310px !important;
	padding: 25px 0px 0px;
	border-radius: 15px;
}
.md---75 {
	margin-top: 75px !important;
}
ul.dash {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}
ul.dash > li:before {
	display: inline-block;
	content: "-";
	width: 1em;
	margin-left: -1em;
	color: #3783c4;
	font-weight: bold;
}
.divfloat-right {
	width: 30%;
	float: right;
	margin: 0px 20px;
}
.divfloat-left {
	width: 60%;
	float: left;
}
/* TYPE */
h1, h2, h3, h4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 38px;
	margin-bottom: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
h3 a {
	text-decoration: none !important;
}
h3.sub_body {
	padding: 12px 25px;
	background: #f3f5f8;
	font-size: 22px;
	color: #333 !important;
	margin-top: 35px;
	margin-bottom: 15px;
}
h3.sub_body a {
	color: #333 !important;
}
h3.blue a {
	color: #3783c4;
	text-decoration: none;
}
.subline {
	font-size: 18px;
	font-weight: 700;
}
.text_wrapper a {
	text-decoration: underline;
	color: #007bff;
}
.text_wrapper a.btn {
	text-decoration: none;
	color: #fff;
}
.text_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.text_wrapper ul li {
	margin-bottom: 8px;
	padding-left: 24px;
}
.text_wrapper ul.check li {
	padding-left: 25px;
	margin-bottom: 15px;
}
.text_wrapper ul.check li:before {
	font-family: "Font Awesome 5 Solid";
	content: "\f00c";
	display: none;
	width: 20px;
	height: 15px;
	color: #3783c4;
	background: none;
}
.text_wrapper ul.check svg {
	margin-left: -23px;
	color: #3783c4;
	margin-right: 6px;
}
.text_wrapper ul.block {
	display: table;
	min-width: 100%;
	margin-bottom: 30px;
}
.text_wrapper ul.block li {
	min-height: 50px;
	padding: 12px;
	background: #f3f5f8;
}
.text_wrapper ul.block li:before {
	content: none;
}
.text_wrapper ul.block li .bullet {
	font-size: 15px;
	height: 22px;
	width: 22px;
	line-height: 22px;
	display: inline-block;
	float: left;
	margin-right: 2px;
}
.text_wrapper ul.block li .bullet a {
	color: #333333;
}
.text_wrapper ul.block li .text {

}
.text_wrapper .frame {
	border: solid 5px #c1c0bf;
	padding: 30px 30px 15px;
}
.text_wrapper .yellow {
	background: yellow;
	padding: 5px;
}
.image_wrapper {
	margin-bottom: 25px;
}
.image_wrapper .image_text {
	background: #f3f5f8;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
.text_wrapper ul.smile li:before {
	font-family: 'Material Icons';
	content: "thumb_up";
	-webkit-font-feature-settings: 'liga';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 25px;
	margin-left: -32px;
}
.text_wrapper ul.check-box li:before {
	font-family: 'Material Icons';
	content: "check_circle";
	-webkit-font-feature-settings: 'liga';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 25px;
	margin-left: -32px;
	color: #ea9d29 !important;
}
.text_wrapper ul.arrow li:before {
	font-family: 'Material Icons';
	content: "arrow_forward";
	-webkit-font-feature-settings: 'liga';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 25px;
	margin-left: -32px;
	font-weight: bold;
}
.form-footer-content ul li {
    font-size: 11px !important;
    margin-bottom: 0px !important;
    padding-left: 25px !important;
    list-style: none !important;
    background: url(../img/greencheck.png) no-repeat 10px 3px !important;
}
.form-content, p.small, .form-content ul li {
    font-size: 11px !important;
}
.bg_0 {
	background: #ffffff;
}
.bg_3 {
	background: #818f9a;
	color: #ffffff;
	padding: 0px 0px 25px;
}
.product_item .title {
	text-transform: none;
	font-size: 17px;
	line-height: normal;
}
.padder_40_v {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padder_15_v {
	padding-top: 15px;
	padding-bottom: 15px;
}
.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);
}
.sidebox {
	font-size: 14px;
	padding: 15px;
	margin-bottom: 30px;
}
.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;
}
.text_wrapper ol.styled {
	list-style: none;
	margin: 15px 0 0 36px;
	padding: 0;
	counter-reset: section;
}
.text_wrapper ol.styled li:before {
	counter-increment: section;
	content: counter(section);
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	background: #eb4351;
	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 li:before {
	display: inline-block;
	width: 20px;
	height: 15px;
	float: left;
	margin-left: -28px;
	font-size: 21px;
	color: #2F5597;
	font-family: 'Material Icons';
	content: "done";
	-webkit-font-feature-settings: 'liga';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.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: #0E77A9;
	color: #fff;
}
@media (max-width: 768px) {
	.header-image{background: url(../img/bbec3adftitle.jpg) top center no-repeat;
    padding: 0px 30px;
    background-size: cover;height: auto !important;}
    .box_top{margin-bottom:15px !important;}
	.mt--35{
		margin-top:0px!important;
	}
	.redPl, .redPl22{display: none!important;}
	.btn-primary-red:before{display: none;}
	h2 {
		font-size: 29px;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	h3.sub_body {
		padding: 12px 15px;
		font-size: 21px;
	}
	.divfloat-right {
		width: 100% !important;
		float: none !important;
		margin: 0 auto !important;
	}
	.divfloat-left {
		width: 100% !important;
		float: none !important;
		margin: 0 auto !important;
	}
}

/* HEADER */
/*.header {
 min-height: 760px;
 background: url(../images/header_1900x2100.png) no-repeat;
 cursor: pointer;
 background-size: 1000px;
 }
 @media (max-width: 767px) {
 .header {
 height: 500px;
 background: url(../images/header_mobile.jpg) center center no-repeat;
 background-size: auto 100%;
 }
 }*/

/* TEASER TOP */
.teaser_top {
	margin-top: 0px;
	font-size: 18px;
	text-align: center;
}
.teaser_top hr {
	border-color: rgba(251,251,251,0.75)
}
.teaser_top i {
	display: inline-block;
	height: 44px;
	width: 44px;
	border: solid 2px white;
	border-radius: 50%;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.teaser_top {
		font-size: 16px;
	}
}

/* AUTOR */
.autor-wrapper {
	max-width: 90%;
}
.autor-wrapper p {
	font-size: 15px;
	line-height: 1.3em;
	padding-top: 18px;
}
.title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.autor-wrapper {
		max-width: 70%;
		margin: 0 auto 30px;
	}
}

/* CTA */

.cta_big img {
	max-width: 65%;
	display: block;
	margin: 0 auto;
}

/* CTA Arrow-Box */
.arrow_box {
	position: relative;
	background: #C7E3F6;
	max-width: 580px;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
	-webkit-box-shadow: 0px 9px 16px -7px rgba(0, 0, 0, 0.51);
	box-shadow: 0px 9px 16px -7px rgba(0, 0, 0, 0.51);
}
.arrow_box .inner {
	padding: 20px;
	font-size: 18px;
	line-height: normal;
	text-decoration: none;
	color: #000000;
}

/* CTA Arrow-Box */
.arrow_box_1 {
	position: relative;
	background: #edf5fb;
	border: 5px solid #3783c4;
	max-width: 700px;
	margin: 30px auto 40px;
	padding: 12px;
	text-align: center;
	-webkit-box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
}
.arrow_box_1 p {
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	padding: 0 40px 0 0;
}
.arrow_box_1:after, .arrow_box_1:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_1:after {
	border-color: rgba(237, 245, 251, 0);
	border-top-color: #edf5fb;
	border-width: 25px;
	margin-left: -25px;
}
.arrow_box_1:before {
	border-color: rgba(55, 131, 196, 0);
	border-top-color: #3783c4;
	border-width: 32px;
	margin-left: -32px;
}
@media (max-width: 768px) {
	.head-img {
		margin-left: 0px;
		min-width: 100%;
	}
	.title-head {
		font-size: 40px;
	}
	.overlay-header {
		min-height: 500px;
	}
	
	.arrow_box_1 .padder_50_v {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.arrow_box_1 img {
		max-width: 65%;
	}
	.arrow_box_1 p {
		font-size: 19px;
		padding: 0;
	}
}
@media (max-width: 450px) {
	.title-head {
		font-size: 28px;
	}
	.title-container {
		position: unset !important;
		margin-top: 25px;
	}
}

/* REASONS */
.reasons_row {
	padding-top: 45px;
}
.reasons_row.first-row {
	padding-top: 0;
}

/* COMPARE */
.compare {
	padding: 50px 0 20px;
	background: url(../images/back_testis.jpg) center center;
	background-size: cover;
}
.compare .comparerow .col-6:first-child {
	padding-right: 0;
}
.compare .comparerow .col-6:last-child {
	padding-left: 0;
}
.compare .compare_item {
	padding: 13px 20px;
	background: #f3f5f8;
	margin-bottom: 30px;
	font-size: 18px;
	min-height: 76px;
}
.compare .compare_item.left {
	position: relative;
	z-index: 500;
}
.compare .compare_item.left:after {
	position: absolute;
	right: -30px;
	top: 0;
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 40px 30px;
	border-color: transparent transparent transparent #f3f5f8;
}

.compare .compare_item.right {
	background: #3783c4;
	color: white;
	padding-left: 55px;
}
.p_last {
	padding-left: 100px;
	padding-right: 100px;
	font-weight: 700;
	padding-top: 30px;
}
@media (max-width: 767px) {
	.compare .compare_item {
		padding: 8px 10px;
		font-size: 15px;
		min-height: 120px;
	}
	.p_last {
		padding-left: 0;
		padding-right: 0;
	}
}

/* PRODUCTS */
.products {
	padding: 20px 0 50px;
}
.product_item .title a {
	color: #333333;
}
.product_item img {
	max-width: 75%;
	margin-bottom: 20px;
}
.product_item .title {
	text-transform: none;
	font-size: 17px;
	line-height: normal;
}
.btn-container.top {
	margin-top: -66px;
}
.btn-container.bottom {
	margin-bottom: -92px;
}
.border_1 {
	border: solid 10px #f4f5f8 !important;
}
#clockdiv {
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	font-size: 26px;
	margin: 20px auto 5px;
	text-align: center;
}

#clockdiv > div {
	padding: 5px 10px;
	border-radius: 3px;
	background: rgba(251,251,251,0.66);
	display: inline-block;
}

#clockdiv div > span {
	padding: 15px;
	border-radius: 3px;
	background: #31579B;
	display: inline-block;
}

.smalltext {
	padding-top: 5px;
	font-size: 15px;
	color: #3783c4;
}
@media (max-width: 767px) {
	#clockdiv {
		font-size: 20px;
	}
	.smalltext {
		font-size: 12px;
	}
}
.banner {
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	padding: 30px;
	text-align: center;
	max-width: 580px;
	margin: 20px auto;
	background: url(../images/rahmen.png) center center no-repeat;
	background-size: 100% 100%;
}
.orange {
	color: #F5900D !important;
}
