@charset "UTF-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Barlow', sans-serif;
	line-height: 1.35em;
	font-size: 18px;
}

.container {
	max-width: 1024px;
}
img {
	max-width: 100%;
}
.head-h3 {
	color: #D85960;
	font-size: 48px;
}
.head-h1 {
	color: #D85960;
	font-size: 62px;
	margin-bottom: 0px;
}
.head-h2-2 {
	color: #D85960;
	font-size: 42px;
}
.highlight-bkg {
	font-weight: bold;
	font-size: 20px;
	background: url(../images/messy_highlight2.png) no-repeat center center
}
/* 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;
}
.copyrights {
	position: absolute;
	right: 1%;
	color: #c3c3c3;
	font-size: 11px;
}
/* BACKGROUNDS */
.bg_1 {
	background: #f3f5f8;
	padding: 30px 0px;
}
.bg_1 {
	background: #f4f5f8;
}
.bg_2 {
    background: rgb(246,246,246);
background: -moz-linear-gradient(132deg, rgba(246,246,246,1) 0%, rgba(236,236,236,1) 50%, rgba(227,227,227,1) 100%);
background: -webkit-linear-gradient(132deg, rgba(246,246,246,1) 0%, rgba(236,236,236,1) 50%, rgba(227,227,227,1) 100%);
background: linear-gradient(132deg, rgba(246,246,246,1) 0%, rgba(236,236,236,1) 50%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6",endColorstr="#e3e3e3",GradientType=1); 
}
.padder_60_v {
	padding-top: 70px;
	padding-bottom: 50px;
}

.btn-container.top {
    margin-top: -66px;
}
.text_wrapper .marker {
	padding-left: 40px;
	background: url(../images/marker.png) left top no-repeat;
	background-size: auto 100%;
}
.highlight {
    background: yellow;
    padding: 3px 7px;
    font-weight: bold;
}
/* COLORS */
.blue {
	color: #3783c4 !important;
}
/*testimonial start*/

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}
.overlay .mask {
    opacity: 0;
    transition: all .4s ease-in-out;
}
.overlay .mask:hover{opacity:1}
.view .mask {
	background-color: rgba(236, 236, 236, 0.7);
    text-align: left!important;
    padding: 10px 15px;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.card {
	font-weight: 400;
	border: 0;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	min-height: 328px;
}
.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;
}
.testimonial-card .card-up {
	overflow: hidden;
	height: 120px;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}
.info-color {
	background-color: #33b5e5 !important;
}
.testimonial-card .avatar {
	border-radius: 50%;
	width: 204px;
	margin-top: -110px;
	overflow: hidden;
	border: 5px solid #fff;
}
.testimonial-card .card-body {
	text-align: center;
}
.card-body {
	padding-top: 1.5 rem;
	padding-bottom: 1.5 rem;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.card-body h4 {
	font-size: 24px;
}
.blue-gradient {
	background: linear-gradient(40deg,#45cafc,#303f9f) !important;
}
.indigo {
	background-color: #3f51b5 !important;
}
.gradient-card {
background: linear-gradient(132deg, rgb(243, 243, 243) 0%, rgb(214, 214, 214) 50%, rgb(218, 218, 218) 100%);
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
/*testimonial end*/
.bg-light {
    background-color: #f0f6f8 !important;
}
/* 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: #D85960;
	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: #ff7146 !important;
	border: solid 10px #fff !important;
	box-shadow: none !important;
}


.text-under {
	font-weight: bold;
	font-size: 18px;
	border: 4px dotted #ff0000;
	padding: 5px 0px;
}
@media (max-width: 768px) {
	.head-h3 {
		font-size: 34px;
	}
	.head-h1 {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.head-h2-2 {
		font-size: 28px;
	}
	.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(206,219,225);
	background: -moz-linear-gradient(36deg, rgba(206,219,225,1) 0%, rgba(250,250,250,1) 31%, rgba(250,250,250,1) 70%, rgba(206,219,225,1) 100%);
	background: -webkit-linear-gradient(36deg, rgba(206,219,225,1) 0%, rgba(250,250,250,1) 31%, rgba(250,250,250,1) 70%, rgba(206,219,225,1) 100%);
	background: linear-gradient(36deg, rgba(206,219,225,1) 0%, rgba(250,250,250,1) 31%, rgba(250,250,250,1) 70%, rgba(206,219,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cedbe1",endColorstr="#cedbe1",GradientType=1);
	padding: 35px 0px 15px;
	margin: 0px 0px;
}
.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: #D85960;
}
.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;
}
a {
    color: #4d7e7e;
}
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: #4d7e7e;
}
.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: 28px;
}
.text_wrapper ul.check li {
	padding-left: 25px;
	margin-bottom: 15px;
}
ul.check li:before {
	font-family: "Ionicons";
	content: "\f373";
	display: none;
	width: 20px;
	height: 15px;
	color: #3783c4;
	background: none;
}
.icon-dark-candy-apple-red {
	color: #A30000 !important;
	border-color: #A30000 !important;
}
.icon-md {
	font-size: 30px !important;
}
.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: #fff;
    padding: 15px 10px 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}

.text_wrapper ul.smile li:before {
    font-family: 'Material Icons';
    content: "sentiment_very_dissatisfied";
    -webkit-font-feature-settings: 'liga';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    margin-left: -32px;
    margin-top: 2px;
}
.text_wrapper ul.check-box li:before {
	font-family: 'Material Icons';
	content: "check_box";
	-webkit-font-feature-settings: 'liga';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 25px;
	margin-left: -32px;
	color: #0588B2 !important;
}
.head-gradient {
	 background: rgb(246,246,246);
background: -moz-linear-gradient(132deg, rgba(246,246,246,1) 0%, rgba(236,236,236,1) 50%, rgba(227,227,227,1) 100%);
background: -webkit-linear-gradient(132deg, rgba(246,246,246,1) 0%, rgba(236,236,236,1) 50%, rgba(227,227,227,1) 100%);
background: linear-gradient(132deg, rgba(246,246,246,1) 0%, rgba(236,236,236,1) 50%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6",endColorstr="#e3e3e3",GradientType=1); 
}
.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(../images/pattern_header.png) rgba(0, 0, 0, 0.3);
	min-height: 786px;
}

.text_wrapper ul.arrow li:before {
	font-family: "Ionicons";
	content: "\f373";
	-webkit-font-feature-settings: 'liga';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 28px;
	margin-left: -32px;
	font-weight: bold;
	color: #D85960 !important;
}
.text_wrapper ul.checklist li:before {
	font-family: "Ionicons";
	content: "\f373";
	-webkit-font-feature-settings: 'liga';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 28px;
	margin-left: -32px;
	font-weight: bold;
	color: #000000 !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 */
.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;
}
.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: #D85960;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	text-align: center;
	margin: -1px 10px 0 -33px;
}
.cta {
    background: #f0f6f8;
    padding: 30px;
    margin-bottom: 40px;
}
.text_wrapper ul li:before {
    display: inline-block;
    width: 20px;
    height: 15px;
    float: left;
    margin-top: -4px;
    margin-left: -28px;
    font-size: 21px;
    color: #D85960;
    font-family: 'Material Icons';
    content: "done";
    -webkit-font-feature-settings: 'liga';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.text ul li:before {
	content: '';
    display: inline-block;
    width: 5px;
    height: 15px;
    background: #0b97d5;
    float: left;
    margin-top: 5px;
    margin-left: -13px;
}
.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: #D85960;
	color: #fff;
}
@media (max-width: 767px) {
	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: 767px) {
	.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;
	}
}

/* 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;
}


.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: 22px;
    font-weight: bold;
    line-height: normal;
    color: #bb0e07;
    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;
}

#content-main {
    display: block;
}
#content-mobile {
    display: none;
}
@media only screen and (max-width: 650px){
#content-main {
    display: none;
}
}
	
@media only screen and (max-width: 650px) {
#content-mobile {
    display: block;
}
}