/* lato-300 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
			 url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* lato-regular - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
			 url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* lato-700 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
			 url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* lato-900 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
			 url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
	font-display: swap;
}


body {
	font-size: 100%;
	line-height: 1.7;
	padding-top: 130px;
	font-family: 'Lato' ,sans-serif;
	font-weight: 400;
	color:#757575;
	overflow-x: hidden;
	letter-spacing: 0.03em;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
}


/* No Margin */
[class*="col-"] p:last-child {
	margin-bottom: 0;
}


/* Typo */
h1 {
	font-size: 50px;
	color: #0B492D;
	line-height: 1.0;
	font-weight: 700;
}
h1 span {
	display: inline-block;
	position: relative;
}

h1 span img {
	position: absolute;
	left: 0;
	bottom: -3px;
	z-index: -1;
	width: 100%;
}
h2 {
	font-size: 31px;
	color: #0B492D;
	line-height: 1.35em;
	font-weight: 700;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	font-size: 21px;
	color: #004A2C;
}
span.top-line {
	color: #0C9C79;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
}
strong {
	font-weight: 900;
}
span.caption a,
p a {
	text-decoration: underline;
	color: #757575;
}
span.caption a:hover,
p a:hover,
ul.list li a:hover {
	color: #0C9C79;
}
p a[href^="tel:"] {
	text-decoration: none;
}
p a[href^="tel:"]:hover {
	text-decoration: none;
	color: #757575;
}
p.small {
	font-size: 11px;
}
ul.list li a {
	color: #757575;
	text-decoration: underline;
}


/* NAV */
.navbar {
	padding: 40px;
}
.navbar-light .navbar-nav li a {
	color: #004A2C;
	font-weight: 700;
	padding: 0 15px;
}
.navbar-light .navbar-nav li a:hover,
.navbar-light .navbar-nav li a.active {
	text-decoration: none;
	font-weight: 900;
}
.info {
	color: #0B492D;
}
.info span {
	font-weight: 700;
}

.nav-link.active {
	text-decoration: underline;
}
img.navi-logo {
	width: 233px;
}
.navbar a[href^="tel:"] {
	text-decoration: none;
	color: #004A2C;
	font-weight: 400;
}


/* WRAPPERS */
.wrapper-grey {
	background: #F3F6F5;
}
.wrapper-blue {
	background: #003349;
}
.bg-multi-color {
	background: linear-gradient(to bottom, white 0%, white 50%, white 50%, #F3F6F5 50%, #F3F6F5 100%);
}
.visual img {
	margin: 45px auto 0 auto;
	width: 100%;
}
.visual span {
	position: relative;
	top: -25px;
	font-size: 12px;
}
.bg-white {
	background: #ffffff;
}
.shadow-slider {
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.03);
	border-radius: 3px;
}
.wrapper-bg-image {
	background-size: cover!important;
	background-repeat: no-repeat;
}
.img-overlay {
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}


/* FONTCOLORS */
.white {
	color: #fff;
}


/* links */
a:focus,
img:focus {
	/* display: none!important; */
	box-shadow: none;
	outline: none;
}


/* BUTTONS */
.btn {
	border: none;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	padding: 18px 40px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 2px;
	font-weight: 700;
}
.btn.primary {
	background: #0C9C79;
	border: 1px solid #0C9C79;
	font-size: 16px;
	color: #FFFFFF;
}
.btn.primary:hover,
input[type=submit]:hover {
	background-color: #0B492D;
	border: 1px solid #0B492D;
}
.btn.clear {
	border: 1px solid #0C9C79;
	color: #0C9C79;
}
.btn.clear svg {
	margin: 0 0 0 10px;
}
.btn.clear:hover {
	background: #0C9C79;
	border: 1px solid #0C9C79;
	color: #fff;
}
.btn.clear:hover svg {
	fill: #ffffff;
}
.btn.clear:hover svg path {
	stroke: #ffffff;
}


/* SLIDER */
.main-carousel.full .carousel-cell {
	width: 96%;
	margin-right: 100px;
}
.main-carousel.full .carousel-cell .row {
	padding: 70px 15px;
}
.flickity-button-icon {
	stroke-width: 5px;
}
.flickity-prev-next-button.next {
	right: -60px;
}
.flickity-prev-next-button.previous {
	left: -60px;
}
.flickity-button,
.flickity-button:hover {
	background: transparent;
}
.flickity-button-icon {
	fill: #afafaf;
	display: none;
}
.flickity-button.flickity-prev-next-button {
	width: 23px;
	height: 46px;
}
.flickity-button.flickity-prev-next-button:hover {
	opacity: 0.6;
}
.flickity-button.flickity-prev-next-button.previous {
	background:	url(../img/prev.svg) no-repeat;
	background-size: cover;
}
.flickity-button.flickity-prev-next-button.next {
	background:	url(../img/next.svg) no-repeat;
	background-size: cover;
}


/* SOLUTION / PRODUCTS */
a.solution {
	display: block;
	position: relative;
	border-radius: 3px;
	padding: 68% 30px 60px 30px;
	background-color: #fff;
	background-image: url(../img/visual_mailstore.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	-moz-box-shadow: 0 .4rem 1rem rgba(0,0,0,.05);
	-webkit-box-shadow: 0 .4rem 1rem rgba(0,0,0,.05);
	-ms-box-shadow: 0 .4rem 1rem rgba(0,0,0,.05);
	-o-box-shadow: 0 .4rem 1rem rgba(0,0,0,.05);
	box-shadow: 0 .4rem 1rem rgba(0,0,0,.05);
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
a.product,
a.product-plus .content {
	display: block;
	position: relative;
	border-radius: 3px;
	padding: 30px 30px 45px 30px;
	background: #F3F6F5;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
a.product-plus {
	display: block;
	background: transparent;
}
a.product-plus .content {
	display: inline-block;
	height: 100%;
}
a.solution:hover,
a.product:hover,
a.product-plus:hover, 
a.product-plus:hover .content {
	transform: scale(1.03);
	text-decoration: none;
}
a.solution p,
a.solution:hover p,
a.product p,
a.product:hover p,
a.product-plus p,
a.product-plus:hover p {
	color: #757575;
	text-decoration: none;
}
a.solution img.arrow,
a.product img.arrow,
a.product-plus .content img.arrow {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
a.product-plus img.packshot {
	width: 100%;
	max-width: 170px;
	position: absolute;
	top: -37%;
	right: 10px;
}
a.product-plus.packshot {
	padding-top: 27%;
}


/* FIXES */
ul.list {
	margin-left: 0;
	padding-left: 0;
}
ul.list li {
	list-style: none;
	position: relative;
	padding: 0 0 7px 18px;
}
ul.list li:last-child {
	padding-bottom: 0;
}
ul.list li::before {
	content: url(../gfx/bull.svg);
	color: #0C9C79;
	font-weight: 900;
	font-size: 1.2em;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: 0;
}
img.bottom {
	position: absolute;
	left: 0;
	bottom: 25px;
}
.logobox {
	height: 230px;
	border-right: 1px solid #ebebeb;
}
.logobox:last-child {
	border-right: none;
}
img.img-overflow {
	width: 130%;
	position: relative;
}
img.img-overflow.right {
	right: -30px;
}
img.img-overflow.left {
	left: -115px;
}
img.img-packshot {
	width: 150%;
	position: relative;
	left: -47px;
}
img.partnerlogo {
	width: 200px;
	position: absolute;
	bottom: 50px;
	right: -30px;
}
img.produktvisual {
	width: 100%;
	position: relative;
	right: -30px;
}


/* FORM */
label {
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
}
label span.pflicht {
	position: absolute;
	right: 10px;
	top: 10px;
	text-transform: uppercase;
	color: #0C9C79;
	font-weight: 700;
	font-size: 10px;
	line-height: 10px;
	display: inline-block;
}
input[type=text],
textarea {
	width: 100%;
	margin: 0;
	padding: 15px 25px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 16px;
	outline: 0;
	border: 1px solid #ebebeb;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #757575;
}
label.error input[type=text] {
	border: 1px solid #bb0404;
}
label.error span.pflicht {
	color: #bb0404;
}
input[type=text]:focus,
textarea:focus {
	background: #F3F6F5;
}
textarea {
	height: 105px;
	resize: none;
}
input[type=submit] {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #0C9C79;
	border: 1px solid #0C9C79;
	font-size: 16px;
	line-height: 25px;
	display: inline-block;
	padding: 10px 35px;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
label p {
	font-size: 11px;
	padding: 0 0 0 20px;
}
label.error p {
	color: #bb0404;
}
input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 4px;
}
form p.error {
	font-weight: 700;
	color: #bb0404;
}


/* BREAKPOINTS */
@media (max-width: 992px) {
	.navbar-light .navbar-nav li a {
		padding: 15px 0;
		display: block;
	}
	.info {
		margin-top: 10px;
	}
	a.solution {
		padding: 140px 15px 45px 15px;
	}
	img.img-overflow {
		width: 100%;
		left: auto !important;
		right: auto !important;
	}
	a.product-plus img.packshot {
		max-width: 120px;
		top: -19%;
	}
	.navbar {
		padding: 30px;
	}
}
@media (max-width: 920px) {
	.visual span {
		top: -15px;
	}
	.logobox {
		height: 130px;
	}
	.main-carousel.full .carousel-cell .row {
		padding: 30px 15px;
	}
}
@media (max-width: 767px) {
	body, html {
		font-size: 15px!important;
		line-height: 22px!important;
	}
	h1 {
		font-size: 31px;
	}
	h2 {
		font-size: 24px;
	}
	img.bottom {
		position: relative;
		left: 0;
		bottom: 0;
		margin: 15px 0 0 0;
	}
	.visual span {
		top: -5px;
	}
	.logobox {
		height: 130px;
		border-right: none;
		border-bottom: 1px solid #ebebeb;
	}
	.logobox:last-child {
		border-bottom: none;
	}
	.main-carousel.full .carousel-cell .row {
		padding: 30px 30px;
	}
	.row.row-grid [class*="col-"] + [class*="col-"] {
		margin-top: 15px;
	}
	a.solution {
		padding: 65% 30px 60px 30px;
	}
	img.partnerlogo {
		right: 0;
	}
	.navbar {
		padding: 20px;
	}
	img.navi-logo {
		width: 220px;
	}
	img.img-packshot {
		width: 100%;
		left: 0;
	}
}