/*
Theme Name: Pasani Academy v2
Author: Jochen Färber
Author URI: https://www.pixcreation.de/
Description: Pasani Academy
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: 'TTNorm';
	src: url('fonts/otf/TT-Norms-Pro_Regular.otf');
	src: url('fonts/otf/TT-Norms-Pro_Regular.otf?#iefix') format('embedded-opentype'),
	url('fonts/woff2/TT-Norms-Pro_Regular.woff2') format('woff2'),
	url('fonts/woff/TT-Norms-Pro_Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'TTNorm';
	src: url('fonts/otf/TT-Norms-Pro_Light.otf');
	src: url('fonts/otf/TT-Norms-Pro_Light.otf?#iefix') format('embedded-opentype'),
	url('fonts/woff2/TT-Norms-Pro-Light.woff2') format('woff2'),
	url('fonts/woff/TT-Norms-Pro_Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'TTNorm';
	src: url('fonts/otf/TT-Norms-Pro_Light.otf');
	src: url('fonts/otf/TT-Norms-Pro_Light.otf?#iefix') format('embedded-opentype'),
	url('fonts/woff2/TT-Norms-Pro-Light.woff2') format('woff2'),
	url('fonts/woff/TT-Norms-Pro_Light.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TTNorm';
	src: url('fonts/otf/TT_Norms_Pro-Bold.otf');
	src: url('fonts/otf/TT_Norms_Pro-Bold.otf?#iefix') format('embedded-opentype'),
	url('fonts/woff2/TT_Norms_Pro-Bold.woff2') format('woff2'),
	url('fonts/woff/TT_Norms_Pro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

s {
	display: inline-block;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
}

s:before {
	background-color: #E30516;
	opacity: 0.6;
	box-sizing: content-box;
	content: "";
	display: block;
	height: 13%;
	left: -1%;
	position: absolute;
	top: 43%;
	width: 102%;
	transform: rotate(-5deg);
}


.img-responsive {
	width:100% !important;
}

/*
iframe:not([src]) {
display: none;
}
*/


.card-field-number {

}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.wp-block-group {
	margin-bottom:30px;
}

:where(.is-layout-flex) {
	gap: 30px !important;
}

.is-layout-flex figure {
	display: contents !important;
}

div.white, div.white * {
	color: white !important;
}


.container {
	max-width:1440px;
}


.flex-container {
	max-width: 1440px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: left;
}

.flex-item {
}


.supline {
	text-transform: uppercase;
}


.contentbox {
}


.contentbox.firstBox {
	padding-top: 100px;
}


.contentbox.text-center * {
	text-align: center ;
}

.contentbox .lineTop , .contentbox .lineBottom {
	margin:0;
	padding:0;
	line-height: 0;
	overflow: hidden;
	text-align: center;
}


.contentbox .text h2 {

}

.contentbox.headerImage .flex-container {
	height:600px;
}



.contentbox.withoutLines {
	padding:60px 0;
}
.contentbox.withoutLineTop {
	padding-top:60px;

}

.contentbox.withoutLines .lineBottom,
.contentbox.withoutLines .lineTop {
	display:none;
}

.contentbox.withoutLineTop .lineTop {
	display:none;
}



.contentbox .text p.teaser  {


	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	color: #1E1E1C;
	margin-bottom: 30px;

}





.contentbox .text p.teaser b, .contentbox .text p.teaser strong {

	font-size: 24px;
}


.contentbox .text p:nth-of-type(1) {
	display: none;
}
.contactform .select-style p {
	display: block !important;
}

.contentbox.light h2, .contentbox.light p, .contentbox.light h2, .contentbox.light p.teaser {
	color: white;
}

.wpcf7-spinner {
	display:none !important;
}

.contentbox .text p {


	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #1E1E1C;
	margin-bottom: 30px;

}


.contentbox .text p.smallwidth {
	padding:0 16.6667%;
}

.contentbox .text p:last-child {
	margin-bottom: 0px;
}

.contentbox .text b {
	font-size: 24px;
}

.contentbox .img img {
	max-width:90%;
}


.content .jobdescription {
	padding:60px 0 !important;
}

.contentbox.blue-gradient {
	background: linear-gradient(90deg, #43B6A2 0%, #42A7DF 100%);
}
.contentbox.blue-gradient h2, .contentbox.blue-gradient .supline, .contentbox.blue-gradient p {
	color:white !important;
}
.contentbox.blue-gradient span {
	color:#872938 !important;
}

.contentbox.red-gradient {
	background: linear-gradient(30.63deg, #F1863B 19.48%, #872938 80.77%);
}
.contentbox.red-gradient h2, .contentbox.red-gradient .supline, .contentbox.red-gradient p {
	color:white !important;
}
.contentbox.red-gradient span {
	color:#43B6A2 !important;
}


.contentbox.lightgreen {
	background: #D8F0EC;
}

.contentbox.beige {
	background: #fbe4d4;
}
.contentbox.beige h2, .contentbox.beige .supline, .contentbox.beige p {
	color:#1E1E1C !important;
}
.contentbox.beige span {
	color:#872938 !important;
}

.contentbox ul {
	margin:30px 0 0 0;
	padding:0;
}

.contentbox ul li {
	color: white;
	font-size: 16px;
	padding: 0 0 5px 45px;
	margin:0 0 8px 0;
	display: block;
	text-align: left;
	background: url("img/icon-check.svg") no-repeat;
}

.contentbox ul li b {
	color: #872938;
	font-size: 16px!important;
}


.contentbox .jobs {
	margin-top: 60px;
}

.contentbox .job {
	border-radius: 10px;
	background:white;
	padding:15px;
	margin-bottom:15px;
	display: block;
	cursor: pointer;
	text-align: left;
}


.contentbox .job .number {
	display: inline-block;
	background: ;
	font-size: 28px;
	font-weight: 700;
	width:58px;
	height:58px;
	padding: 17px 1px;
	text-align: center;
	border-radius: 100%;
	background: #43B6A2;
	color: white !important;
	margin-right: 30px;
}


.contentbox.form {
	margin-top:-150px;
}


.executivebox {

	padding: 60px 0px;
}


.executivebox .img2 {
	max-width: 360px;
	position: relative;
}

.executivebox .linkedin {
	width:20px;
	margin:0 auto;
	background: #106B9E;
	width:102px;
	height:102px;
	border-radius: 100%;
	padding:30px;
	margin-top: -56px;
	z-index: 999999999;
	cursor: pointer;
	position: absolute;
	left:calc(50% - 51px);
}





.groupbox {
	padding:60px 8.33333%;
	margin-top:0px;
	word-wrap: break-word;
	background: #F0EFE7;
	text-align:center;
}

.groupbox .group {
	background: white;
	border-radius: 10px;
	padding:30px;
	margin:30px 0 30px 0;
	height:580px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.groupbox .group .logo {
	height:180px;
	position: relative;
}

.groupbox .group .logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.groupbox .group h3 {
	height:120px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:15px;
}

.groupbox .group .btn-link {
	margin-top:8px;
}

.keyfact {
	border-radius: 10px;
	background:rgba(255,255,255,.2);
	padding:15px;
	color:white;
	margin-bottom:15px;
	display: block;
	height:88px;
	position: relative;
}


.keyfact .number {
	display: inline-block;
	background: #43B6A2;
	float:left;
	font-size: 28px;
	font-weight: 700;
	width:58px;
	height:58px;
	padding: 17px 1px;
	text-align: center;
	border-radius: 100%;
	background: #43B6A2;
	color: white !important;
	margin-right: 30px;
}

.keyfact .text {

	position: absolute;
	top: 50%;
	padding-left: 73px;
	padding-right: 30px;
	transform: translateY(-50%);
}



.leistungen .flex-container {
	padding-bottom: 150px;
}

.services {

	place-items: center;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	margin-top:-400px;
}



.services .service {

	display: table-cell;
	vertical-align: middle;
	width:calc(33% - 30px);
	height:380px;
	background:white;
	float:left;
	position: relative;
	margin:0 15px;
	padding: 60px 30px 30px 30px;
	text-align: left !important;
	display: block;
	background: #FFFFFF;
	border-radius: 10px;
	font-family: 'TTNorm';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 30px;

}

.services .service .btn-service {
	margin-right:0;
}


.services .service .title {

	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #872938;
	margin-bottom: 15px;
}

.services .service .text * {;
	font-size: 16px;
	line-height: 24px;
}


.whitebox {
	border-radius: 10px;
	background: white;
	padding:30px;
	color:black;
	margin-top:30px;
	text-align: left !important;
}

.whitebox ul li {
	color: black;
	text-align: left !important;
}


.whitebox h3 {
	text-align: left !important;
	margin-top: 0 !important;
}


.whitebox p {
	margin:0 !important;
	padding:0 !important;
}










h1 {

	/* H1 */
	font-family: 'TTnorm';
	font-weight: 300;
	font-size: 46px;
	line-height: 55px;


	/* or 125% */
	letter-spacing: -0.025em;
	text-align:center;
	/* Grey */
	color: #1E1E1C;
	margin:45px 0 30px 0 !important;
	padding:0;
}

h2, h2 strong {

	/* H1 */
	font-family: 'TTnorm';
	font-weight: 300;
	font-size: 44px;
	line-height: 59px;


	/* or 125% */
	letter-spacing: -0.025em;
	text-align:center;
	/* Grey */
	color: #1E1E1C;
	margin:90px 0 45px 0;
	padding:0;
}

h3 {
	font-weight: 300;
	font-size: 42px;
	line-height: 55px;
	text-align:left;
	margin: 60px 0 30px 0;
}

.seo-text h2 {
	font-size: 24px;
	line-height:1.5;
	margin:25px 0 15px 0;
	text-align:left;
}


.seo-text h3 {
	font-size: 20px;
	line-height:1.5;
	margin:15px 0 10px 0;
	text-align:left;
}

.seo-text strong {
	font-weight:300 !important;
	font-style:italic !important;
}

.seo-text p {
	text-align: justify;
}

.subtitle {
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	margin-bottom:45px;
	margin-top:-20px;
}
.subtitle2 {
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	margin-bottom:45px;
	margin-top:-40px;

}

h2 span {
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	color:#43B6A2;

}

.contentbox .supline {


	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 34px;
	/* identical to box height, or 212% */
	text-transform: uppercase;

	/* Grey */
	color: #1E1E1C;


}

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/





* {
	font-family: 'TTNorm', sans-serif;
	box-sizing:border-box;
	font-size:16px;
	line-height:24px;
	font-weight:300;
	
}

body {
	color:#212121;
	background:white;
	
	}

.img-responsive {
		display: inline-block;
}

.main-wrapper {
	background-color:transparent !important;
	max-width:1440px;
	width:100%;
	padding-top:180px;
	margin:0 auto;
}



.subtext {
	font-size:22px;
	line-height:40px;
	padding:0 12.5%;
	text-align:center;
}








h4 {
	font-size:38px;
	margin-top:60px;
	margin-bottom:30px;
	font-weight:300;
}


.generalPage {
	padding-top: 100px;
	padding-bottom: 60px;
}

.generalPage h1 {
	font-size: 40px;
	color: black;
	font-weight: 700;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.generalPage h2, .generalPage h2 strong {
	font-size: 32px;
	margin-top: 45px;
	line-height: 1.4;
}

.generalPage h3, .generalPage h3 strong {
	text-align: left;
	color: black;
	font-size: 18px;
	margin-top: 30px;
}

.generalPage ul li {
	color: black;
}




p {
	font-size:16px;
	line-height:24px;
	color:#000;
}

b, strong {
	font-family: "TTnorm";
}

a {
	color:#212121;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a:hover {
	color:#E30516;
	text-decoration:none;
}


.generalPage a {
	color:#E30516;
}

.generalPage a:hover {
	color:#003C7C;
}

.font-white, .font-white p {
	color: white !important;
}


.btn {

	border-radius: 10px;
	border: 2px solid #E30516;
	margin-right: 15px;

}

.btn-scroll {
}


.btn-scroll svg  {

	transform:rotate(90deg);
	display: block;
	margin: 10px 4px 0px -4px;
}

.btn-service {
	float: right;
	position:absolute;
	bottom:30px;
	right:30px;

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.btn-service:hover {
	opacity:.6;
}

.btn-service svg  {

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all-color .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	margin: 10px -4px 0px 4px;
}


.btn-service:hover svg {
	transform: rotate(-45deg);

	margin: 4px -6px 6px 6px;
}


.btn-default {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;

	padding:15px;
	padding-right: 45px;
	border-radius: 10px;
	border:none;

	background-size: 15px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all-color .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn-info {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;

	padding:15px;
	border-radius: 10px;
	border:none;
	background: #1E1E1C no-repeat ;

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all-color 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


.btn-info:hover {
	opacity:.75;
	background: #1E1E1C no-repeat ;
}



.btn-primary {
	background: #E30516;
	border-radius: 100px;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display:inline-block;
	padding:15px 45px !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all-color .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

	margin-top:7px;
	margin-bottom:7px;
}



.btn-secondary {
	background: white;

	margin-top:7px;
	margin-bottom:7px;
	border: 2px solid #E30516;
	border-radius: 100px;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	display:inline-block;
	padding:15px 45px !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all-color .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.btn-default {

	border-radius: 100px;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding:15px;
	background: #E8F1F8;
	color: #1E1E1C;




}




.btn-primary:link, .btn-primary:visited,
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {

	background: #E30516;
	opacity:1;
	border:2px solid #E30516;
	box-shadow:none !important;

	display:inline-block;
	padding:15px 45px !important;
}




.btn-primary:hover {

	background-color: #003C7C;
	opacity:1;
	border:2px solid #003C7C;

	display:inline-block;
	padding:15px 45px;
	box-shadow:none !important;
}



.btn-secondary:hover {

	background-color: #E30516;
	opacity:1;
	border:2px solid #E30516;
	color:white;
	display:inline-block;
	padding:15px 45px;
	box-shadow:none !important;
}


.btn-third {
	background: #003C7C;
	border-color: #003C7C;
	border-radius: 100px;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display:inline-block;
	margin-top:7px;
	margin-bottom:7px;
	padding:15px 45px !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all-color .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.btn-third:hover {
	color:white;
	opacity:.9;
}



.container-fluid.grey {
	background:#F5F5F5;
}
.container-fluid.black {
	background:black;
	color:white !important;
}

.container-fluid.black .subtext {
	color:white !important;

}

.container-fluid.jobs { 
	background-size:100%;
	background-repeat:no-repeat;
}


.divider-8 {
	height:8px;
}
.divider-15 {
	height:15px;
}
.divider-30 {
	height:30px;
}
.divider-45 {
	height:45px;
}
.divider-60 {
	height:60px;
}
.divider-90 {
	height:90px;
}
.divider-120 {
	height:120px;
}

#header {
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-ms-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

#header #contact2 {
	display: none;
}

#header #contact, #header #contact2, .btn-testen {
	padding:15px 30px;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	float:right;
	border-radius: 50px;
	background:#E30516;
	text-decoration: none;
	margin-left:15px;

}

#header #contact:hover, #header #contact2:hover {
	opacity: 1;
	background-color: #003C7C;
}



.page-header {
	height:522px;
	border:none;
	margin:0;
}

.page-header .page-header-align {
	position: relative;
	text-align:center;
  	top: 50%;
  	width:100%;
  	max-height:100%;
  	transform: translateY(-50%);
}

.page-header .page-header-align h1 {
	margin-top:0px;
}

/*
.body--home .page-header {
	height:auto;
}
*/



.subnav {
	background:white;
	border-bottom:1px solid #3b3b3b;
}





.navbar {
	border:none;
	padding-bottom:25px;
	max-width:100%;
	margin:0 auto;
}

.navbar .topbar {
	text-align:center;
	margin-bottom: 25px;
	background: linear-gradient(90deg, #E30512 0%, #E6007E 15.1%, #009FE3 83.33%, #003C7C 98.96%);
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: #FFFFFF;
	padding:7px;
	text-transform: uppercase;



}


.navbar .topbar a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF;
	text-decoration: none;
}





.navbar .topbar a img {
	vertical-align: initial !important;
	margin-left:4px;
}

.navbar .container {
	padding-top:0;
	padding-bottom:0;
}

.navbar-default {
	background-color: transparent;
	border:none;


	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);


}

.navbar-brand {
	padding: 0px 0px;
	margin-left:0px !important;
	background:url("img/logo.svg") no-repeat;
	width:190px;
	height:62px;
	display:block;

	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.navbar-light .navbar-brand {
	background:url("img/logo-white.svg") no-repeat;
}

#header .navbar-brand {
	background:url("img/logo.svg") no-repeat;
}

#header.navbar-light .navbar-brand {
	background:url("img/logo-white.svg") no-repeat;
}

#header.hover .navbar-brand {
	background:url("img/logo.svg") no-repeat;
}


.navbar-default .navbar-nav {
	margin-top:10px;
	display: inline-block;
	float: none;
}

.navbar-default .navbar-collapse {

	text-align: center;
	padding:0 265px;
}

.navbar-default .navbar-collapse .navbar-brand {
	display: none;
}


.navbar-default .navbar-nav li {
	display: inline-block;
	margin: 0 0px;
}

.navbar-default .navbar-nav>li>a {
	color: #1E1E1C;
	font-weight:700;
	text-transform:uppercase;
	font-size:12px;
	padding: 8px 0px;
	border: 2px solid transparent;
	margin:0 8px;
	position: relative;
	text-decoration: none;
	border-bottom:2px solid transparent;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #E30516;
}


.navbar-light.navbar-default .navbar-nav>li>a {
	color: white;
}

#header.hover .navbar-nav>li>a {
	color: #1E1E1C;
}




.navbar-nav>li:hover>.dropdown-menu {
	display: block;
	animation: fadeIn 1s;

	border-color: transparent;
	background: #E30516;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;


	font-style: normal;
	line-height: 200%;
	color: #FFFFFF;
	left:8px;
}

.dropdown-menu > li > a, .dropdown-menu > li > a:hover {
	background:transparent;
	font-size: 12px;
	color:white;
}
.dropdown-menu > li > a:hover {
	font-weight: 700;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	font-weight: 700;
	font-size:	12px;
	background-color: transparent;
	color:white;
}




.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background:transparent;
	border-bottom:0px solid #E30516;
	color: #E30516 !important;
	text-transform:uppercase;
}






.navbar-right__item--current, .navbar-right__item--ancestor {
	background:#E30516;
}

.navbar.navbar-fixed-top {
    background-color: rgba(255,255,255,.95);
    border-bottom:1px solid #e3e3e3;
}

.navbar-brand.fixed-theme {
	background:url("img/logo_dark.svg") no-repeat;
}

.navbar-container.fixed-theme .navbar-nav>li>a {
	color:#222;
}
.navbar-container.fixed-theme .navbar-nav>li>a:hover {
	color:white;
}

.navbar-container.fixed-theme .navbar-right__item--current a, .navbar-container.fixed-theme .navbar-right__item--ancestor a {
	color:white !important;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.4s;
    -webkit-transition:  0.4s;
}

.navbar-toggle {
	border:none;
	margin-top:0;
	margin-bottom:0;
}


.navbar-toggle:link, .navbar-toggle:visited,
.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
	background-color:transparent !important;
	box-shadow:none !important;
}

.navbar-toggle img {
	width:20px;
}



#main-container {
	padding-top:0px;
}





/* ######################  SERVICE SLIDER ########################## */

.kundenstimmen {
	position: relative;
	overflow: hidden;
	background:#E8F1F8;
}

.kundenstimmen .swiper-slide {
	opacity: 0;
	padding:60px;
	text-align: left !important;
	display: block;
	background: transparent;
	text-align:center !important;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.kundenstimmen .swiper-slide-visible {
	opacity: 1;
}


.kundenstimmen .swiper-slide img {
	width:320px;
	height:auto;
	display:inline-block;
	max-width:100%;
}

.kundenstimmen .swiper-slide .text {
	clear: both;
	margin:30px 0 15px 0;
	text-align:center;
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	opacity: .5;
}


.kundenstimmen .swiper-slide .name {


	font-weight: 700;
	font-size: 24px;
	line-height: 34px;

	text-align: center;

	color: #1E1E1C;


}

.kundenstimmen .swiper-slide .name span {

	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #1E1E1C;
}



.kundenstimmen .swiper-button-next2, .kundenstimmen .swiper-button-prev2 {
	top:calc(50% - 25px);
	position: absolute;

	z-index: 10;
	cursor: pointer;

	width:50px;
	height:50px;
	/* Juicy Orange */
	border: 2px solid #E30516;
	background:#E30516;
	border-radius: 25px;



}

.kundenstimmen .swiper-button-next2 {
	right:calc(30px);
}
.kundenstimmen .swiper-button-prev2 {
	left:calc(30px);
	right:auto;
}
.kundenstimmen .swiper-button-prev2 svg {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: "FlipH";
	filter: FlipH;
	display: block;
	margin:13px 6px;
	margin-left:15px;
}

.kundenstimmen .swiper-button-next2 svg {
	 margin:13px 13px;
	margin-left:18px;
}

.kundenstimmen .swiper-button-disabled {
	opacity: .5;
}









/* ######################################################## */
/* ######################  Posts ########################## */
/* ######################################################## */


.posts-page h3 {
	font-size:28px;
	line-height: 34px;
	text-align:left;
	margin: 30px 0;

	color: #872938;



}


.posts-page p {
	font-size:16px;
}

.posts-page ul {
	margin:30px 0 0 0;
	padding:0;
}

.posts-page ul li {

	font-size: 16px;
	padding: 0 0 5px 45px;
	margin:0 0 8px 0;
	display: block;
	background: url("img/icon-check.svg") no-repeat;
}

.posts-page ul li b {
	color: #872938;
	font-size: 16px!important;
}





.navigation ul {

	position: relative;
  	top: 50%;
  	left: 50%;
  	width:auto;
  	margin:0;
  	padding:0;
  	margin-top:20px;
  	display:inline-block;
  	transform: translate(-50%,-50%);
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;

}

.navigation a:hover {
	text-decoration:none;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #dadada;
    border-radius: 0px;
    cursor: pointer;
    padding: 14px;
    width:34px;
    text-align:center;
    display:inline-block;
	padding:8px 8px;
}


.navigation .nav-left,
.navigation .nav-right {
	background:#E30516;
	display:inline-block;
	color:white;	
	position:absolute;
}

.navigation .nav-left {
	left:15px;
	background:url(img/btn-arrow.png) #E30516 no-repeat right 15px center;
	-webkit-transform: rotate(180deg);
  	transform: rotate(180deg);
}


.navigation .nav-left a {
	-webkit-transform: rotate(180deg);
  	transform: rotate(180deg);

}

.navigation .nav-right {
	right:15px;
	
	background:url(img/btn-arrow.png) #E30516 no-repeat right 15px center;
}

.navigation .nav-left a,
.navigation .nav-right a {
	color:white;
	font-size:14px;
	text-transform:uppercase;
	border:none;
	border-radius:0px;
	padding:8px 60px;
	display:block;

}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #E30516;
}




/* ######################################################## */
/* ############ ########  Formulare ########################## */
/* ######################################################## */

.contactform {
	padding:30px 180px;
	background: linear-gradient(90deg, #43B6A2 0%, #42A7DF 100%);
	border-radius: 10px;
	margin-top:60px;
	text-align: left !important;
}

.contactform * {
	text-align: left !important;
}

.contactform p {
	margin-bottom: -2px !important;
}

.contactform label {
	width: 100%;
	color: black;
	padding-left: 15px;
	font-size:12px;

}



.wpcf7-response-output {
	clear: both;
	margin:0 !important;
	width: 100%;
	padding:15px 30px !important;
	background-color: #E30516;
	border:none !important;
	font-weight: 300;
	color:white;
	text-align: center !important;
	margin-top:15px !important;
	border-radius:10px;
}


.wpcf7-not-valid-tip {
	display:none;
	margin-top:4px;
	font-weight: 300 !important;
	font-size:14px !important;
	color:#E30516 !important;
}

.contactform .wpcf7-not-valid {
	border:2px solid #872938;
}


 input,  textarea, select {
	width:100% !important;
	display:block;
	border-radius:10px;
	margin-left:-15px;
	 margin-bottom: 15px;
	color:black;
	font-size:16px;
	box-shadow:none;
	padding:15px;
	border:none;
}

input:focus, textarea:focus, select:focus {
	box-shadow:none;
	outline-style: none;
	outline:none;
	border:none;
}

textarea {
	height:448px;
	border:none;
}

input[name="submit"] {
	background:#E30516;
	font-size:22px;
	border:none;
	padding:30px 15px;
	text-transform:uppercase;
}

input.mandatoryerror {
	border-color:#E30516;
}

.contact small {
	margin-bottom:15px;
	display:block;
}

.select-style {
    padding: 0;
    margin: 0;
	padding-bottom: 2px;
    width: calc(100% - 15px);
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
	display: inline-block;
	border-radius: 10px;
	height:54px;
    background: url(img/arrow-down.svg) center right 15px no-repeat #fff;
}

.select-style select {
    width: 100%;
    color: #727272;
	margin: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.select-style select.mandatoryerror:only-child {
	border:1px solid #E30516;
    border-radius:0px;
}

#mandatoryerrors {
	text-align:center;
	color:#ed1c24;
	font-weight:400;
}





	
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow .slb_template_tag {
	display:none !important;
}
	
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
	background:url("img/close.svg") no-repeat !important;
	opacity:1 !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_container {
	border-radius:0px !important;
	box-shadow:none !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
	padding:0 !important;
	background:#000 !important;
	color:#fff !important;
}
	
#slb_viewer_wrap .slb_theme_slb_default .slb_controls {
    top: 15px !important;
    right: 15px !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	margin:8px 0 0 15px;
	display:block;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
    background-image: url("img/nav_prev.svg") !important;
    left:30px !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
    background-image: url("img/nav_next.svg") !important;
    right:30px !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_controls {
    position: fixed !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_template_tag_ui {
    width: 60px !important;
    height: 60px !important;
}
	
#slb_viewer_wrap .slb_loading {
	background: url('img/loading.gif') center center no-repeat !important;
}

/* ######################################################## */
/* ############ ########  Footer ########################## */
/* ######################################################## */


.widget_nav_menu {
	margin-top: 0px;
}

.widget_nav_menu ul li, ul li.lang-item {
	padding:6px 0;
}


#nav_menu-4, #nav_menu-9 {
	margin-top: 0;
}

#nav_menu-4 ul {}

#nav_menu-4 ul li, #nav_menu-9 ul li {
	display: inline-block;
	float: right;
	padding:0 0px 0 45px;
}


#nav_menu-4 ul li a, #nav_menu-9 ul li a {
	font-size:12px;
}



.footer-small .widget_nav_menu {
	margin-top: 0;
}

.footer-small .widget_nav_menu ul {}

.footer-small .widget_nav_menu ul li {
	display: inline-block;
	float: right;
	padding:0 0px 0 45px;
}


.footer-small .widget_nav_menu ul li a {
	font-size:12px;
}







footer .company {
	margin-top: 39px;
}

footer .phone , footer .email, footer .city, footer .street, footer .company {
	padding:12px 0;
	color:#1E1E1C;
}

footer .company {
	font-weight: bold;
}


footer .phone a , footer .email a {
	color:#1E1E1C;
	cursor: pointer;

	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all-color .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

footer .phone a:hover , footer .email a:hover {
	opacity:.6;
}

footer .phone img, footer .email img {
	height:20px;
	width:20px;
	margin-right: 15px;
	margin-top: -4px;
}

footer {
	padding-top:45px;
	/* margin-top:60px; */
	background:#E8F1F8;
}

footer .slogan {


	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: -0.025em;
	margin-top:8px;
}

footer img {
	width:251px;
	margin-top:10px;
	max-width:100%;
}

footer h4 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
	color:black;
	margin-top:48px !important;
}

footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

footer ul li a {

	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height, or 300% */

	/* Grey */
	color: #1E1E1C;


	display:block;
	margin-bottom:15px;
}

ul#menu-footer-3 li a {

	font-weight: 300;
	font-size: 12px !important;
	line-height: 36px;

	color: #1E1E1C;


}


footer ul li a span {

	background:#E30516;
	color:white;
	font-size:12px;
	text-transform: uppercase;
	padding:2px 4px;
	display: inline-block;
	line-height: 1;
	border-radius: 3px;
	font-weight: bold;
	vertical-align: top;
	margin-left:4px;
}








footer ul li a:hover {
	text-decoration:none;
	color:#E30516;
}

footer hr {
	border-top: 1px solid #b6b6b6;
}

footer .phone, footer .email {
	color:#1E1E1C;
	font-size: 16px;
	font-weight:300;
}


.footer2 {
	text-align:center;
	font-size:14px;
	font-weight:300;
	color:white;
	width: 100%;
	height:15px;
	background: linear-gradient(90deg, #E30512 0%, #E6007E 15.1%, #009FE3 83.33%, #003C7C 98.96%);
}

footer .copyright {
	color: #1E1E1C;
	font-size: 12px;
}


.navbar-close {
	display:none;
}


a.social {
	background:#d3d3d3;
	height:42px;
	width:42px;
	display:inline-block;
	text-align:center;
	padding:8px;
}





#cookie-bar {
	background: black;
	height: auto;
	line-height: 24px;
	color: white !important;
	text-align: center;
	padding: 3px 0;
}
#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
#cookie-bar p {
	margin: 0;
	padding: 0;
	color: white !important;
}
#cookie-bar a {
	color: #fff;
	clear: both;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 4px 12px;
	margin-left: 8px;
	margin: 8px 4px;
	border-radius: 0px;
}
#cookie-bar .cb-enable {
	background: white;
	border: 1px solid #ccc;
	color: #222;
}
#cookie-bar .cb-enable:hover {
	background: #ddd;
}
#cookie-bar .cb-disable {
	background: #900;
}
#cookie-bar .cb-disable:hover {
	background: #b00;
}
#cookie-bar .cb-policy {
	background: #222;
	border: 1px solid white;
}
#cookie-bar .cb-policy:hover {
	background: #333;
}





/* ############################################################# */
/* ######################  PRODUCTS ########################## */

.products .product {

	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding:15px !important;
	cursor: pointer;

}

.products .product img {
	float:left;
	margin-right:30px;
	border-radius: 10px;
	width: 180px;
}


.products .product .name {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	margin-top:35px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}


.products .product .suptitle {
	margin-bottom:8px;
	margin-top:4px;
	font-weight:bold;
}

.products .product .subtitle {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin:4px 0 10px 0;
	overflow: hidden;


	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.btn-link {
	border:none;padding:0;

	font-weight: 700;
	font-size: 16px;
	line-height: 24px;

	color: #E30516;
}


.btn-link:hover {
	text-decoration: none;
}


.btn-link svg {
	height: 15px !important;
	width:20px !important;
	display:inline-block !important;
	float:none !important;
	margin:0px 0 3px 5px !important;
	vertical-align: inherit !important;


	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}

.btn-link svg path {

	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}


.btn-link:hover svg {
	margin:0px 0 3px 8px !important;
}
.btn-link:hover svg path {
	fill:#003C7C;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0 15px 15px 0 !important;
}

.woocommerce div.product .product_title, .woocommerce div.product .subtitle {
	text-align: left;
}


.product-header {
	position:relative;
	border-radius: 10px;
}

.product-header .product-image {
	overflow:hidden;
	position:relative;
	border-radius: 10px;
}

.product-header .product-image .label {
	position: absolute;
	width: 449px;
	height: 184.03px;
	right: -160px;
	top: -30px;
	transform: rotate(45deg);
	background: linear-gradient(298.01deg, #E30516 15.11%, #E6007E 59.53%);
	transform: rotate(45deg);

	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	white-space: normal;
	padding:90px 90px;
}

.product-header .product-image img {
	border-radius: 10px;
}

.product-header .box, .screenshot .box {
	position:absolute;
	background-color: white;
	width:440px;
	top:180px;
	left:120px;
	padding:45px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	visibility: hidden;
}

.product-header .box h2	, .screenshot .box h2,  .box h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	text-align: left;
	margin:0 0 15px 0;
}


.product-header .box ul, .screenshot .box ul,  .box ul {
	padding:0;
	margin:0;
	list-style: none;
}

.product-header .box ul li, .screenshot .box ul li,  .box ul li {
	padding: 0 0 10px 40px;
	background: url("img/icon-check.png") no-repeat top left;
	font-weight: 300;
	font-size: 16px;
	line-height:30px;
}

.screenshot {
	margin:60px 0 120px 0;
}

.screenshot img {
	width:75%;	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

}

.screenshot .box {
	right:0;
	left:auto;
	top:120px;
}


.woocommerce div.product p.price, .woocommerce div.product span.price,  .box p.price, .woocommerce-variation-price .woocommerce-Price-amount.amount bdi, .woocommerce-variation-price .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
	text-align: center;
	font-weight: 700;
	font-size: 42px !important;
	line-height: 47px;
	text-align: center;
	color: #1E1E1C !important;
	margin-top: 30px;
	margin-bottom: 0;
}

.woocommerce div.product p.price-regular {

	text-align: center !important;
	margin-bottom: -30px !important;
}
 .woocommerce div.product p.price-regular s {
	text-align: center;
	font-weight: 300;
	font-size: 24px !important;
	line-height: 47px;
	text-align: center !important;
	color: #1E1E1C !important;
	margin-top: 0px;
}

.product-header .box .subprice, .screenshot .box .subprice,  .box .subprice {
	text-align: center;
	font-weight: 300;
	font-size: 42px !important;
	line-height: 47px;
	text-align: center;
	color: #1E1E1C !important;
}

.woocommerce div.product form.cart {
	margin:0 !important;
	margin-bottom:10px !important;
}

.woocommerce div.product form.cart .button {
	background: #E30516;
	border-radius: 100px;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding:15px;
	margin-top: 30px;
}


.product-content {
	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	margin-bottom:15px;
}

.product-content img {
	border-radius: 10px;
	margin-bottom:15px;
}


.accordion .accordion-title {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	padding:30px;
	padding-right:75px;
	margin-top:30px;
	background: url("img/icon-accordion.png") #fff no-repeat top 35px right 40px;
}

.accordion .accordion-content {
	margin-top:30px;
	display:none;
}




.box .box-title {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	padding:30px;
	margin-top:30px;
}

.box .box-content {
	margin-top:30px;
}





/* ############################################################# */
/* ######################  Startseite ########################## */

.hero {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius:10px;
	overflow:hidden;
	margin:0px 60px;
	margin-bottom:60px;
}

.hero .hero-left, .hero .hero-right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:50%;
	flex-flow: column;
}

.hero-left {
	background: url("img/hero-startseite-background.png") no-repeat;
	background-size: cover;
	padding:45px;
	overflow: hidden;
}

.hero-right img {
	width:100%;
}

.hero h1 {
	margin-top:-20px !important;
	font-weight: 300;
	font-size: 46px;
	line-height: 56px;
	text-align: left;
	display:block;
	width:100%;
	color: #1E1E1C;


}

.hero ul {
	padding:0;
	margin:15px 0;
	list-style: none;
}

.hero ul li {
	padding: 0 0 10px 40px;
	background: url("img/icon-check.png") no-repeat top left;
	font-weight: 300;
	font-size: 16px;
	line-height:30px;
}

.background {
	padding:30px 0 30px 0;
}

.background.bg-grey {
	background-color:#F2F2F2;
	padding:1px 60px 30px 60px;
}
.background.bg-beige {
	background-color:#F0EFE7;
	padding:1px 60px 30px 60px;
}

.background.bg-gradient {
	background: url("img/background-gradient.png") no-repeat;
	background-size:cover;
	margin-bottom:300px;
}

.background.bg-gradient2 {
	background: url("img/background-gradient2.png") no-repeat;
	background-size:cover;
	margin-bottom:0px;
	padding-top:30px;
	padding-bottom:30px;
}

.background.bg-blue-gradient {
	background: linear-gradient(180.98deg, #009FE3 -28.49%, #003C7C 97.45%);
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width:calc(50% - 7.5px) !important;
}

.woocommerce ul.products li:nth-child(even), .woocommerce-page ul.products li:nth-child(even) {

	margin-right:0 !important;
 }


.iconbox {

	background: linear-gradient(180.98deg, #009FE3 -28.49%, #003C7C 97.45%);
	padding:30px 30px 60px 30px;
	border-radius: 20px;
	margin:0 60px;
	margin-bottom:-250px;

	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.iconbox h3 {

	font-weight: 300;
	font-size: 42px;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	margin:30px 0 60px 0;
	display: block;
	width:100%;
}

.iconbox .iconboxicon {
	float:left;
	width:25%;
	border-right:1px solid white;
	text-align: center;
	color:white;
	padding: 0 60px;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	flex-flow: column;
}


.iconbox .iconboxicon img {
	margin-bottom:15px;
	height:41px;
}


.iconbox .iconboxicon.last {
	border-color:transparent;
}


.icons {
	float:left;
	width:33.3333%;
	text-align: center;
	color: #1E1E1C;
	padding: 0 30px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin:90px 0 60px 0;

}


.icons.whitebox {


	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	text-align:center !important;
	margin:15px;
	padding:30px 30px;
	width:calc(33.333% - 30px);
}


.icons img {
	height:70px;
	max-width:70px;
}

.icons h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	margin:30px 0;
}


.questionbox {
	position:relative;
	background: linear-gradient(90deg, #009FE3 0%, #003C7C 98.96%);
	color:white;
	padding:30px 16.666% 30px calc(16.666% + 15px);
	margin-bottom:-15px;
	text-align: center;
}

.questionbox img {
	position:absolute;
	bottom:0;
	right:16.6666%;
}

.questionbox h2 {

	text-align: center !important;
	font-weight: 300;
	font-size: 42px;
	line-height: 55px;
	text-align: left;
	color: #FFFFFF;
	margin:0;
	margin-bottom:20px;
}

.questionbox p {
	color:white;
}

.questionbox a {
	margin-top:30px;
}


.knowhow {

	margin-bottom:60px;

}


.knowhow .khimg, .knowhow .khcontent {
	width:50%;
	float:left;
}


.knowhow .khimg {
	padding-right:30px;
}

.knowhow .khimg img {
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.knowhow .khitem {
	padding:30px;
	cursor: pointer;
}

.knowhow .khitem.active {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;

}

.knowhow .khitem .khtitle {
	position: relative;
	min-height:50px;
}

.knowhow .khitem .khtitle span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #1E1E1C;


	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.knowhow .khitem .khicon {
	float:left;
	width:80px;
}

.knowhow .khitem .khicon svg path {
	fill:#1E1E1C !important;
}

.knowhow .khitem.active .khicon svg path {
	fill:#003C7C !important;
 }


.knowhow .khitem .khtext {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top:15px;
	display:none;
	padding-left:80px;
}

.knowhow .khitem .khtext a {
	margin-top: 15px;
}

.knowhow .khitem.active .khtext {
	display: block;
}

.knowhow .khitem .khtitle.active {

	color: #000000;
}

.text3 div {
	font-size:24px;
	line-height:1.4;
	margin-bottom:30px;
}

.text3 h2 {
	font-size:42px;
	line-height:1.3;
	margin:0;
	text-align: left;
	padding-right:60px;
}

.box4 {
	background: url("img/background-gradient2.png") no-repeat;
	padding:60px 60px;
	border-radius:10px;
	margin-bottom:120px;
}

.box4 h2 {
	text-align:left;
	font-weight:700;
	font-size:24px;
	margin:0 0 30px 0;
	line-height:1.4;
}




/* ############################################################# */
/* ######################  Über uns ########################## */

.img-circle {
	border-radius:50% !important;

}

.banner {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius:10px;
	overflow:hidden;
	margin:0 15px;
}

.banner .banner-left, .banner .banner-right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:50%;
	flex-flow: column;
}

.banner .banner-left {
	background: url("img/header-team-bg.jpg") no-repeat;
	background-size: cover;
	padding:45px 0px 45px 45px;
	overflow: hidden;
	width:40%;
}


.banner .banner-right {
	background-size: cover;
	width:60%;
}

.banner-right img {
	width:100%;
}

.banner .content h1 {
	text-align: left;
	margin-top:15px !important;
}





.quote {
	margin:60px 0;
}

.quote svg {
	margin-bottom:15px;
}
.quote .text {
	font-style: italic;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #000000;
	opacity: 0.5;
	margin-bottom:15px;
}

.quote .name {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #000000;
}


.quote .subname {

	font-weight: 300;
	font-size: 16px;
	line-height: 24px;

	text-align: center;

	color: #000000;
}


.bg-beige {
	margin-top: 60px;
}

.bg-beige h3 {
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	color: #1E1E1C;
	margin:60px 0 -30px 0;

}


.team h4 {


	font-weight: 700;
	font-size: 24px;
	line-height: 34px;

	color: #1E1E1C;
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom: 1px solid #1E1E1C;


}


.team .member {
	width:calc(50% - 15px);
	float:left;
	margin-right:30px;
	margin-bottom:30px;

	padding:15px 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;

	display: flex;
	align-items: center;
	justify-content: center;


	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;


}



.team .member:nth-child(odd) {
	margin-right:0 !important;
}


.team .member2:nth-child(even) {
	margin-right:0 !important;
}
.team .member2:nth-child(odd) {
	margin-right:30px !important;
}

.team .member2.one {
	margin-left:calc(25% + 15px) !important;
}


.team .member .img {

	border-right:1px solid #000;
	width:50%;
	float:left;
	text-align:center;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	flex-flow: column;

	align-items: center;
	justify-content: center;
	padding:30px 10px;
}


.team .member .img img {
	width:230px;
	border-radius:50%;
	max-width:100%;
}



.team .member .content {
	width:50%;
	float:left;
	text-align:center;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	padding: 15px 30px;
	flex-flow: column;
}

.team .member .content div {
	text-align: left;
}


.team .member .content .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;

}

.team .member .content .function {

	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #1E1E1C;


	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.team .member .content .description {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #1E1E1C;
	margin-top:15px;
}


.team .member .content .link {
	margin-top:15px;
}

.modal-dialog {
	width:1000px;
	max-width:calc(100% - 35px);
}


.modal-header {
	border:none;
	padding:15px 15px 0 0;
}

.modal-header .close {

	color: #E30516;
	text-shadow:none;
	opacity: 1;

}


.modal-header .close span {

	font-size:26px;
	color: #E30516;
}

.modal-body {
	padding:45px;
}

.modal-body .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #1E1E1C;
	margin-top:15px;
}

.modal-body .function {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #1E1E1C;
	margin:8px 0;
}

.modal-body .description {

	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #1E1E1C;


}

.modal-body .description a {
	color:#E30516;
}
.modal-body .description a:hover {
	color:black;
}


.ceo {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ceo .img, .ceo .content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	flex-flow: column;
	width:calc(50% - 15px);

	align-items: left;
	justify-content: center;
}

.ceo .img {
	margin-right:30px;
}


.ceo .img img {
	border-radius:10px;
}

.ceo .content {
	margin-right:0;
	padding:15px;
}

.ceo .content .name {
	font-weight: 300;
	font-size: 42px;
	line-height: 55px;
	color: #1E1E1C;
}

.ceo .content .subname {
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	color: #1E1E1C;
	margin-bottom:30px;
}

.ceo .content .link {
	margin-top:30px;
}







.iconbox2 {

	padding:30px 30px 60px 30px;
	background: linear-gradient(180.98deg, #009FE3 -28.49%, #003C7C 97.45%);
	border-radius: 20px;
	margin:60px 8.3334%;


	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.iconbox2 h3 {

	font-weight: 300;
	font-size: 42px;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	margin:30px 0 60px 0;
	display: block;
	width:100%;
}

.iconbox2 .iconboxicon {
	float:left;
	width:33.333%;
	border-right:1px solid white;
	text-align: center;
	color:white;
	padding: 0 60px;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	flex-flow: column;
}


.iconbox2 .iconboxicon img {
	margin-bottom:15px;
	height:41px;
}


.iconbox2 .iconboxicon.last {
	border-color:transparent;
}






.mission {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:30px 0%
}

.mission div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right:30px;
	flex-flow: column;
	width:calc(66.6666% - 15px);

	align-items: left;
	justify-content: center;
}

.mission div:nth-child(even) {
	margin-right:0 !important;
}

.mission .img {
	width:calc(33.3333% - 15px);
}

.mission .img img {
	width:100%;
}

.mission .content {
	padding:30px;
	text-align:left;
}

.mission .content h3 {

	text-align:left;

	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
}







/* ############################################################# */
/* ######################  Shop ########################## */


.woocommerce-variation-add-to-cart .quantity {
	display:none !important;
}

.woo-variation-items-wrapper .reset_variations {
	display:none;
}



.woocommerce nav.woocommerce-pagination {
	margin-bottom:30px;
	border:none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
	border:none !important;
}

.woocommerce nav.woocommerce-pagination ul {
	border:none !important;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	color: #E30516 !important;
	font-weight: 700 !important;
	border:none !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background:none !important;
	color:#003C7C !important;
}




.wpc-filters-widget-wrapper .wpc-filters-section {
	float:left;
	width:calc(16.666666666666% - 15px);
	margin-right:15px;
}

.wpc-filters-widget-wrapper .wpc-filter-layout-submit-button {
	float:left;
	width:calc(33.3333333%);
	margin-right:0px;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content {

	width:100%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	border:none !important;
	padding:12px;
	font-weight: 300;
	border-radius:5px;
	font-size: 16px;
	line-height: 24px;
	height:auto !important;

	background: url(img/arrow-down.svg) center right 15px no-repeat #fff;
}

.wpc-filter-header {
	display:none;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content select {
	padding:0 !important;
	margin:0 !important;

	width:100% !important;
	padding-right:30px !important;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}

.wpc-filters-submit-button {
	background: #E30516 !important;
	width:49% !important;
	border:none !important;
	border-radius: 100px !important;
	font-weight: 700;
	font-size: 12px !important;
	line-height: 18px !important;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display:inline-block;
	padding:15px 15px !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all-color .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.wpc-filters-reset-button {
	background: #000 !important;
	width:49% !important;
	border:none !important;
	border-radius: 100px !important;
	font-weight: 700;
	font-size: 12px !important;
	line-height: 18px !important;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF !important;
	display:inline-block;
	padding:15px 15px !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all-color .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.wpc-edit-filter-set {
	display: none;
}

.chips-title {


	font-weight: 700;
	font-size: 12px;
	line-height: 18px;

	color: #2D2D2D;
	border-bottom:3px solid #F2F2F2;
	margin-bottom:12px;
	padding:8px 0;

}

.wpc-filter-chip-name {


	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 18px;

	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;


}

.wpc-filter-chip a {

	background:#E30516;
	border:none !important;
	padding:4px 12px !important;
	border-radius:10px;
}


.wpc-chip-reset-all a {
	background:#000;
}

.wpc-chip-remove-icon {
	color:white !important;
}


.blog-filter {
	margin: 60px 0 30px 0;
}
.blog-filter ul {
	margin: 0 auto;
	text-align: center;
	width: auto;
	display: block;
	height: 31px;
	border-bottom: 3px solid #f1f1f1;
}
.blog-filter ul li {
	display: inline-block;
}
.blog-filter ul li a {
	padding:8px 30px;
	border-bottom:3px solid transparent;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
}
.blog-filter ul li a:hover, .blog-filter ul li a.active {
	border-bottom:3px solid #E30516;
	color:#E30516;
}

.orderby {
	padding-top:0px !important;
	padding-bottom:0px !important;
}


.wp-block-table table {
	border:none;
}

.wp-block-table table tr td {
	width:50%;
	border:none;
	border-bottom:1px solid #000;
}


.wp-block-table table tr:first-child td {
	font-weight:bold;
	line-height:1.3;
	text-align:left;
	vertical-align: top;
	text-align: center;
}


.flex-container, .flex-container2 {

	display: flex; flex-wrap: wrap;
	align-items: initial;
}

.flex-container2 .icons {
	display: flex;
	align-items: center;

}


.flex-container2 .icons h4 {
	width:100%;
}

.navbar-cart {
	float:right;
	width:70px;
	margin-top:10px;
	margin-right:0px;

}

html[lang=hu-HU] .navbar-cart {
	margin-right:0;
}

.navbar-cart a {
	text-decoration: none;
}

.navbar-cart a span {
	background:#E30516;
	display: inline-block;
	vertical-align: top;
	font-size:10px;
	text-align: center;
	color:white;
	line-height:1;
	margin-left:2px;
	border-radius:50%;
	min-width:14px;
	padding:2px;
	margin-top:-8px;
}

.navbar-collapse.collapse.in .navbar-cart {
	display:none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text,
.wpcf7-text, .wpcf7-textarea, .card-field-number
{


	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) !important;
	border:1px solid #f2f2f2;
	border-radius: 5px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;

	color: #000000;
	margin:0;
	width:100%;


}


.woo-variation-swatches .variable-items-wrapper .variable-item {
	background:none;
}


.single_variation_wrap .price {
	display:block !important;
}





.wpcf7-textarea
  {
	height: 150px;
  }

.woocommerce form .form-row label, label {

	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	width:100%;
	color: #2D2D2D;
}




.select2-container--default .select2-selection--single, .select-style {
	width:100%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	border:none !important;
	padding:10px;
	font-weight: 300;
	border-radius:5px;
	font-size: 16px;
	line-height: 24px;
	height:auto !important;
}

.select-style p {
	margin:0;padding:0;
}

.select-style select {
	padding:5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {

}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,
.woocommerce table.shop_table {

	background:#fff !important;
	border-radius:10px;
}

.woocommerce .cart .button {
	margin-top:15px;
}

.woocommerce form .form-row .input-checkbox {
	float:left;
	display:block;
	width: auto !important;
	margin-top: 5px !important;
	margin-left: 3px !important;
}

.woocommerce-gzd-legal-checkbox-text {
	padding: 0px 0 0 30px;
	display:inline-block;
}

.woocommerce-checkout #payment ul.payment_methods {
	border:none !important;
}

.woocommerce img, .woocommerce-page img {
	border-radius: 5px;
}

#customer_details h3, #order_review h3, .cart_totals h2 {

	font-size: 24px !important;
	line-height: 34px !important;
	margin: 30px 0 15px 0 !important;
	text-align: left !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin-bottom: 15px !important;
	border-radius: 10px;
}

#order_comments {
	height:250px;
}

button.button, .checkout-button.button {
	background: #E30516 !important;
	border-radius: 100px !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 18px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	color: #FFFFFF !important;
	display:inline-block !important;
	padding:15px 45px !important;
	border:none !important;
}


a.button2 {
	background: #003C7C !important;
	border-radius: 100px !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 18px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	text-decoration: none;
	color: #FFFFFF !important;
	display:inline-block;
	padding:15px 30px !important;
	border:none !important;
	margin-bottom: 60px;

}

.btn-testen2 {
	display:none !important;
}

.woocommerce-checkout-review-order {
	margin-bottom:60px;
}



.optional {
	display: none;
}


.woocommerce .woocommerce-breadcrumb {
	font-weight:bold;
	text-transform: uppercase;
	color:#E30516 !important;
	font-size: 12px !important;
	line-height: 14px !important;
}


.woocommerce .woocommerce-breadcrumb a {

	color: #1E1E1C;
	font-size: 12px;
	line-height: 14px;
}

.woocommerce .woocommerce-breadcrumb img {
	vertical-align: initial !important;
	margin:0 15px;

}

.shop-wrapper {
	padding:0 30px;
}

.woocommerce .woocommerce-ordering select {
	width:200px !important;
}

.post-type-archive .woocommerce-breadcrumb {
	margin-left:15px !important;
}

.woocommerce ul.order_details {
	text-align:center !important;
	margin:0 auto !important;
	margin-top:60px !important;
}

.woocommerce ul.order_details li {
	display:inline-block;
	float:none !important;
}

.woocommerce .woocommerce-customer-details address {
	border:none !important;
	background: #E8F1F8;
	text-align:center !important;
	padding: 30px 15px !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	content:'' !important;
	display:none;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-search--dropdown .select2-search__field {
	margin-left:0 !important;
	margin-bottom:2px !important;
}

.select2-dropdown {
	border-color:#ddd !important;
}


.woocommerce .quantity .qty {
	width: 3.631em !important;
	display:inline-block !important;
	border: 1px solid #cfc8d8;
	padding: 6px 6px 5px;
}


/* ############################################################# */
/* ######################  Webinar ########################## */


.single-webinar .icons {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
.single-webinar .icons .icon  {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	width: calc(25% - 20px);
	padding: 30px 15px;
	float: left;
	margin: 10px;
	border-radius:10px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	background: white;
	flex-flow: column;


	font-weight: 300;
	font-size: 16px;
	line-height: 24px;

}


.single-webinar .icons .icon h3 {


	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	/* identical to box height, or 142% */
	text-align: center;
	margin:30px 0 8px 0;
}




.single-webinar .product-header .box {

	width: 450px;
	top: 180px;
	left:auto;
	right: 120px;
}

.single-webinar .product-header .box ul {
	margin-top:30px;
}

.single-webinar .product-header .box .btn-primary {
	margin-top:30px;
}

.single-webinar h1 {
	text-align: left;
	margin-top:15px !important;
}
.single-webinar h1 b, .single-webinar h1 strong {
	font-weight: bold;
	font-size: 46px;
	line-height: 55px;
}

.single-webinar .date {


	font-size: 16px;
	line-height: 34px;


	color: #000000;

	opacity: 0.5;
	text-transform: uppercase;

}

.single-webinar .footer-content {

	font-weight: 300;
	font-size: 42px;
	line-height: 55px;
	color: #FFFFFF;
	padding: 0 15px;
}


.single-webinar .footer-content .btn-primary {
	margin-top:30px;
	clear: both;
}

.single-webinar .bg-blue-gradient {
	padding: 60px 0;
}




/* ############################################################# */
/* ######################  Flatrate ########################## */

.table tr th {
	border-top:0px !important;
	border-bottom:1px solid black !important;
	font-weight:bold;
	text-transform: uppercase;
}
.table tr td {
	text-transform: uppercase;
	border-color: black !important;
}

.videobox {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius:10px;
	padding:60px;
	margin-top:60px;
}

.videobox .videoitem {
	display:flex;
	align-items: center;
	gap: 15px;
	margin-bottom:30px;

}

.videobox .videoitem .thumb {
	cursor: zoom-in;
	max-width:20%;
}


.videobox .videoitem .thumb img {
	width:150px;
}

.videobox .videoitem .text {
	vertical-align: middle;

}

.videobox .videoitem .text h3 {
	margin:0;
	text-align:left;
	font-size:24px;
}

.videobox .videoitem .text p {
	margin:0;
}

.videoOverlay {
	background:rgba(0,0,0,.7);
	position:fixed;
	z-index:99999999999;
	width:100%;
	height:100%;
	top:0;
	left:0;
	padding:120px;
	display:none;
	cursor: zoom-out;
}

.videoOverlay .close {
	opacity:1;
	position:absolute;
	right:45px;
	top:45px;
}

.videoOverlay .close svg {
	height:30px;
	width:30px;
	fill:white;
}
.videoOverlay .close svg * {

	stroke:white;
}




/* ############################################################# */
/* ######################  Kontakt ########################## */






.contactbox {
	position:relative;
	background: url("img/noise13.png") center center;
	background-size: cover;
	border-radius:10px;
	margin:0 60px;
}


.contactbox .wpcf7-form {
	position:absolute;
	top:60px;
	right:60px;
	width:calc(60% - 30px);

	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	background:#fff !important;
	border-radius:10px;
	padding:30px;
}

.contactbox .wpcf7-form label {
	margin:15px 0 8px 0;
}

.contactbox .wpcf7.wpcf7-form p {
	margin:0;
}

.contactbox .contactcontent {
	padding:60px 60px 30px 60px;
	width:calc(40% - 30px);
}


.contactbox .contactcontent .suptitle {

	font-weight: 300;
	font-size: 16px;
	line-height: 34px;

	text-transform: uppercase;

	color: #1E1E1C;


}


.contactbox .contactcontent h1 {
	text-align:left;
	font-weight: 300;
	font-size: 46px;
	line-height: 56px;
	margin:0px 0 15px 0 !important;
	color: #1E1E1C;
}

.contactbox .contactcontent p {

	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;

	color: #1E1E1C;


}



.contactbox .contactcontent ul {
	padding:0;
	margin:0;
	list-style: none;
	margin-top:8px;
}

.contactbox .contactcontent ul li {
	padding: 0 0 10px 40px;
	background: url("img/icon-check.png") no-repeat top left;
		font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
}


.contactbox input[type="submit"] {
	background: #E30516;
	border-radius: 100px;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display:inline-block;
	padding:15px 45px;
	margin:0;
	margin-top:15px;
	width:auto !important;
	float: right;

}


.single-post-contact input[type="submit"] {
	background: #E30516;
	border-radius: 100px;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display:inline-block;
	padding:15px 45px;
	margin:0;
	margin-top:15px;
	width:auto !important;
	float: right;

}




.credentials {
	width:calc(40% - 30px);
	padding:60px;
}

.credentials h2 {
	text-align: left;
	margin-top:30px;
}


.credentials img {
	width:100%;
}



/* ############################################################# */
/* ######################  BLOG ########################## */


.grid-sizer,
.grid-item { width: calc(33% - 17px); }

.text ul, .text ol {
	padding-left:15px;
}


.nav-previous a, .nav-next a {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #E30516;
}




.nav-previous a:hover, .nav-next a:hover {
	text-decoration: none;
	color: #003C7C;
}


.nav-previous a svg, .nav-next a svg {
	height: 15px !important;
	width:20px !important;
	display:inline-block !important;
	float:none !important;
	margin:0px 0 3px 5px !important;
	vertical-align: sub !important;


	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}

.nav-previous a svg path, .nav-next a svg path {

	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}



.nav-previous a:hover svg path, .nav-next a:hover svg path {
	fill:#003C7C;
}

.nav-previous a svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin:0px 5px 3px 0px !important;
}





.type-post {

	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) !important;
	border-radius: 5px;
	padding:30px;
	margin-bottom: 30px;
}


.type-post img {
	width:100%;
	margin-bottom:15px;
}

.type-post h2.entry-title {
	margin:15px 0 4px 0;
}

.type-post h2.entry-title a {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height:70px;
	text-decoration: none;
}

.type-post .entry-date {


	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #727272;


}
.type-post .entry-content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin-bottom:15px;
}


.single-post .header-img img {
	width:100%;
	height:auto;
	border-radius:10px;

}

.single-post h2.headline {
	text-align:left;
	font-size:32px !important;
	line-height: 1.3 !important;
	margin:30px 0 15px 0;
}


.single-post h3.headline {
	text-align:left;
	font-size:26px !important;
	line-height: 1.3 !important;
	margin:15px 0;
}

.single-post .excerpt {

	margin:-15px 0 30px 0;
	font-weight: 300;
	font-size: 24px;
	line-height: 34px;

	color: #1E1E1C;


}

.single-post .author {

	margin:15px 0 0 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
}

.single-post .entry-date {


	font-weight: 300;
	font-size: 12px;
	line-height: 28px;
	color: #727272;


}

.single-post .category {



	opacity: 0.5;

	display:inline-block;
	text-transform: uppercase;
	padding:0 8px;
	/* Grey */
	background: #1E1E1C;
	border-radius: 2px;


	left: 90px;
	top: 1007px;

	font-family: 'TT Norms Pro';
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 18px;

	margin-bottom:45px;
	color: #FFFFFF;



}


.blog-sidebar {
	display: block;
}
.blog-sidebar h5 {
	margin-left: 30px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.blog-sidebar .headlines {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) !important;
	background:white;
	padding: 30px 0;
	border-radius: 10px;
	display: inline-block;
	width: 100%;
}
.blog-sidebar .headlines a {
	color: black;
	border-left: 5px solid transparent;
	display: block;
	padding: 4px 25px;
	cursor: pointer;
	text-decoration: none;
}
.blog-sidebar .headlines a.active, .blog-sidebar .headlines a:hover {
	border-left: 5px solid #E30516;
	color: #E30516;
}


.wc-gzd-item-defect-description p, .wc-gzd-item-desc p {
	font-weight: 300 !important;
}



#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding:0 !important;
}


.wc_payment_method input {
	width:auto !important;
	display: inline-block !important;
}

.wc_payment_method label {
	background: #FFFFFF;

	border-radius: 10px;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	padding:0px 0px;
	margin-top:15px;
}


.wc_payment_method label label {

	box-shadow: none;
	font-size: 16px;
	font-weight: 300;
	padding:0px;
	background:none;

}


#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background:none !important;
	padding:0 !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display:none !important;
}


.wpg-list-search-form input[type="text"] {

	height: 60px !important;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) !important;
	border:1px solid #f2f2f2;
	border-radius: 100px !important;
	padding:35px 30px !important;
	margin:0 auto;
	margin-bottom:60px;
	width:40% !important;


}

.wpg-list {
	padding:0 15px;
	margin-bottom:60px;
}

.wpg-list-filter-row {
	border-bottom: 3px solid #f1f1f1;
	margin:0 15px;
	margin-bottom:60px;
}

.wpg-list-filter-row a {
	margin: 0 10px !important;
	margin-bottom:-3px !important;
	margin-top:10px !important;
	font-weight:300 !important;
	text-decoration:none !important;
	border-bottom: 3px solid transparent;
}

.wpg-list-filter-row a.mixitup-control-active {
	color: #E30516;
	border-bottom: 3px solid #E30516;
	text-decoration:none !important;
	font-weight:700 !important;
}

.wpg-list-block h3 {
	background:transparent !important;
	font-family: 'TTnorm' !Important;
	font-weight: 300 !important;
	font-size: 46px !important;
	color:black !important;
	border-bottom: 1px solid #f1f1f1;
	padding:5px 0 !important;
}

.wpg-list-block .wpg-list-items {
	padding:0 !important;
}

.wpg-list-block .wpg-list-item {
	margin:0 0 10px 0 !important;
}




 .item {
	 width: calc(25% - 30px);
	 height: auto; /* feste Höhe, sodass alle gleich hoch sind */
	 box-sizing: border-box;
	 border: 0px solid #ccc; /* optional zur Visualisierung */

	 /* Zentrieren des Inhalts */
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 padding:0px;
 }

/* Das Bild passt sich an den Container an */
.item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}



div.p_table_2 li.row_style_1 span, div.p_table_2 li.row_style_2 span, div.p_table_2 li.row_style_3 span {
	font-size: 16px !important;
}


div.p_table_2 h1, div.p_table_2 h2, div.p_table_2 h3 {
	color:black !important;

}

div.p_table_2 h3 {
	font-weight: 700 !important;
	font-size: 24px !important;
}


.boxes {
	display: flex;            /* Flexbox aktivieren */
	align-items: stretch;     /* Alle Items gleich hoch */
	gap: 30px;                /* Abstand zwischen den Boxen */
	margin-bottom:60px;
	padding:0 15px;
	}

.boxes .box2 {
	flex: 0 0 calc((100% - 60px) / 3);
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	background-size: cover;
	font-size:22px;
	line-height: 1.5;
}


.boxes .box2 h3 {
	font-weight:bold;
	font-size:26px;
	margin:15px 0;
}

.boxes .box2 img {
	width:100%;
	border-radius:10px;
}



.gradient {
	text-align:center;
	color:white;
	font-size:26px;
	font-weight:bold;
	padding: 30px;
	line-height:1.33;
	background: linear-gradient(90deg, #E30512 0%, #E6007E 15.1%, #009FE3 83.33%, #003C7C 98.96%);
}

.gradient a {
	background:white;
	padding:15px 30px;
	border-radius:25px;
	font-weight:bold;
	font-size:22px;
	margin-right:30px;
	display:inline-block;
}



.faqs2 {
	padding:15px;
}


.faqs2 .box1 {
	background:white;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius:10px;
	margin-top:90px;
	padding:30px;
	font-size:64px;
	line-height:1.0;
	font-weight:bold;

}

.faqs2 .box2 {
	background:white;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius:10px;
	margin-top:30px;
	padding:30px;
	font-size:34px;
	line-height:1.4;

}

.faqs2 .box2 b {

	font-size:34px;
}

.faqs2 .box1 a, .faqs2 .box2 a {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 15px 30px;
	border-radius: 50px;
	background: #E30516;
	text-decoration: none;
}

.faqs2 .box1 a:hover, .faqs2 .box2 a:hover {
	background:#003C7C !important;
}



#leistungsuebersicht {
	padding:0 30px 60px 30px;
}

div.p_table_2 li.row_style_1, div.p_table_2 li.row_style_2, div.p_table_2 li.row_style_3 {

}

div.p_table_2 div.caption_column li.header_row_2, div.p_table_2 div.column_1 li.header_row_2, div.p_table_2 div.column_2 li.header_row_2, div.p_table_2 div.column_3 li.header_row_2, div.p_table_2 div.column_4 li.header_row_2 {
	padding:0 !important;
}

li.header_row_1 {
	background:white !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom:0px !important;
}

div.p_table_2 li.footer_row {

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

li.header_row_1 h2 {
	text-transform:uppercase !important;
	font-size:22px !important;
	font-weight:700 !important;
	margin-top:15px !important;
}

li.decor_line {
	display:none;
}

li.header_row_2 {
	background: white !important;
}

div.p_table_2 div.caption_column li.header_row_2 {
	padding:0 !important;
}


li.header_row_2 span {
	padding:0 15px !important;
}


li.header_row_2 span span {

	font-size:16px !important;
	font-weight:400 !important;
	border-bottom:1px solid black;
	text-align:center;
}



li.header_row_2:nth-of-type(1) span span {

	border-bottom:0px solid black;
	text-align:left;
}


div.p_table_2 li.row_style_1 span, div.p_table_2 li.row_style_2 span, div.p_table_2 li.row_style_3 span {
	padding-left:10px !important;
	padding-right:10px !important;
}


.p_table_2 div {
	padding:0 8px;
	border-radius:10px !important;
}

div.p_table_2 a {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF !important;
	padding: 15px 30px;
	border-radius: 50px !important;
	background: #E30516;
	text-decoration: none;
}

div.p_table_2 a:hover  {
	background:#003C7C !important
}

div.p_table_2 li.row_style_3, div.p_table_2 li.row_style_2, div.column_1:hover li, div.column_2:hover li, div.column_3:hover li {
	background:white !important;
	color:black !important;
}

div.p_table_2 h3 {
	margin-top:15px !important;
	padding-bottom:10px !important;
	border-bottom: 3px solid black !important;
}


div.column_1 h3, div.column_2 h3, div.column_3 h3 {
	border-bottom: 1px solid black !important;
}



/* ------------------------------------------------------------------------------
   1) Wrapper, damit die drei Boxen als „Tabelle“ gerendert werden:
   ------------------------------------------------------------------------------
*/
.boxes3-wrapper {
	display: flex;
	width: calc(100% - 30px);
	table-layout: fixed;      /* Jede der drei Zellen bekommt exakt 1/3 der Gesamtbreite */
	gap: 30px;
	box-sizing: border-box;
	margin:90px 15px 45px 15px;

}



/* ------------------------------------------------------------------------------
   2) Jede .box3-item wird zur „Tabellenzelle“:
   - display: table-cell → alle .box3-item in derselben Zeile haben dieselbe Höhe (wie die höchste)
   - vertical-align: top → Inhalt stets oben ausgerichtet
   - KEIN padding oder background hier, damit .box3-inner exakt 100% Höhe füllt
   ------------------------------------------------------------------------------
*/
.boxes3-wrapper .box3-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	vertical-align: top;
	box-sizing: border-box;
	/* kein padding, kein background-color hier */
	/* wir setzen bewusst keine Höhe:100% hier – table-cell erreicht gleiche Zellhöhen automatisch */
	padding: 15px;             /* Innenabstand in der grünen Fläche */
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;

	padding: 60px 30px;
}

.boxes3-wrapper .box3-item img {
	float:left;
	width:53px;
	height:53px;
	margin-right: 15px;
}


/* ------------------------------------------------------------------------------
   4) Margin-Reset für Überschriften/Absätze innerhalb der grünen Fläche:
   ------------------------------------------------------------------------------
*/
.boxes3-wrapper .box3-item .box3-inner h1,
.boxes3-wrapper .box3-item .box3-inner h2,
.boxes3-wrapper .box3-item .box3-inner h3,
.boxes3-wrapper .box3-item .box3-inner p {
	margin-top: 0;
	margin-bottom: 10px;
}


.boxes3-wrapper .box3-item .box3-inner h3 {
	font-size:22px;
	line-height:28px;
	font-weight:700;
	color:black;
	margin-bottom:30px;
}






/* ############################################################# */
/* ######################  RESPONSIVE ########################## */




@media only screen and (max-width : 1600px) {

	.container {
		width: 1440px;
		max-width:100%;
	}


	.contentbox .img img {
		width: 75%;
	}
}


@media only screen and (max-width : 1600px) {


	.flex-container {
		display: block;
		display: flex;
		flex-wrap: wrap;
		align-items: initial;
	}

	.container {
		width:100%;
	}

	.hero {

	}

	.hero h1 {
		font-size: 28px;
		line-height: 36px;
		margin-top:0 !important;
		margin-bottom:15px !important;
	}

	.hero p {
		margin:0;
	}

	h3 {
		margin-top:15px;
	}

	.is-layout-flow {
		padding:0 15px !important;
	}

	.iconbox .iconboxicon {
		padding: 0 15px;
	}

}

@media only screen and (max-width : 1400px) {


	.wp-image-112 {
		width:66% !important;
	}



	.navbar-header {
		float: none;
	}

	.navbar-left, .navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-brand {
		width: 190px;
		height: 53px;
		background-size: 100%;

	}


	.navbar-default .navbar-collapse {
		text-align: center;
		padding: 10px 15px !important;
		padding: 15px !important;
		max-height: 100% !important;
	}


	.navbar-collapse {
		background: #E8F1F8;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		border: none;
		box-shadow: none;
		overflow-y: scroll;


	}


	.navbar-collapse .phone,
	.navbar-collapse .email {

		text-align: left;
		margin:8px 47px;
	}


	.navbar-collapse .phone img,
	.navbar-collapse .email img {
		margin-right:15px;
		width:20px;
		height:20px;
	}


	.navbar-default .navbar-collapse .navbar-brand {
		background: url("img/logo-white.svg") no-repeat !important;
	}

	.navbar-default .navbar-collapse.in .navbar-brand {
		display: block;

	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
		height: 100%;
		max-height: 100%;
		padding: 15px !important;
	}

	.navbar-nav {
		float: none !important;
		padding: 0;
		display: block !important;
		margin: 0 15px;
	}

	.navbar-default .navbar-nav li {
		display: block !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		transition: none;
		margin: 0;
		padding: 0;
		text-align: left;


		float: none;
		margin: 0;
		display: block;
		text-align: center;
		display: block !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		text-align: left;

	}


	.navbar-default .navbar-nav li a {

		display: block !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		transition: none;
		text-align: left;
		padding: 4px 0 !important;
	}


	.navbar-default .navbar-nav > li > a {
		color: #1E1E1C !important;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 600;
		padding: 0;
		line-height: 1.2;
		text-align: center;

		text-align: left;
		border: none;
		margin: 0;
		margin-top: 30px !important;
	}


	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		color: white;
		text-transform: uppercase;
		font-size: 18px;
	}


	.navbar-nav > li:hover > .dropdown-menu {
		display: block;
		animation: none;

		border-color: transparent;
		background: #1E1E1C;
		box-shadow: none;
		border-radius: 0px;
		padding: 0;
		margin: 0;
		font-style: normal;
		line-height: 200%;
		color: #FFFFFF;
		left: 0;
	}


	.navbar-nav > li > .dropdown-menu {
		display: block;
		position: relative;
		background: transparent;
		box-shadow: none;
		border: none;
		width: 100%;
		text-align: center;
		color: white;
		margin: 0px 0;
		padding: 0;
		box-shadow: none;
	}

	.navbar-nav > li:hover > .dropdown-menu {
		box-shadow: none;
		padding: 0px;
	}


	.navbar-nav > li > .dropdown-menu a, .navbar-nav > li > .dropdown-menu a:hover {
		color: white;
		background: transparent;
		font-size: 16px;
		padding: 0px;
	}


	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		color: white;
		background: transparent;
		padding: 0px;
		margin: 0
	}

	.navbar-default .navbar-nav > .active > a:before {
		content: '';
		padding: 0;
		margin: 0;
	}

	.navbar-default.navbar-green {
		background: #F1863B !important;
	}


	.navbar-default.navbar-green .navbar-brand {
		display: none;
	}

	.navbar-default .navbar-toggle {
		background: transparent;
		border: none;
	}

	.navbar-default .navbar-toggle {
		background: transparent;
		border: none;
	}

	.collapse.in {
		display: block !important;
	}

	.navbar-brand {
		margin-left: 15px !important;
		margin-top: 2px;
	}


	.navbar-close {
		display: block;
		text-align: right;
		padding: 25px;
		padding-top: 15px;
		padding-bottom: 0px;
	}

	.navbar-close img {
		height: 20px;
	}

	#header #contact2 {
		display: block;
		float: left !important;
		margin: 30px 0 47px 0;
		margin-left: 15px;
	}

	.noDropdown .dropdown-menu {
		display: none !important;
	}


	.is-layout-flex {
		display: block !important;
	}



	#contact, .btn-testen {
		display: none !important;
	}

	.navbar-cart {
		margin-right: 0;
	}

	.responsive {
		width:100%;
		overflow-x: auto;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}

	.responsive::-webkit-scrollbar {
		display: none;
	}

	#leistungsuebersicht {
		width:1600px !important;
	}

	.btn-testen2 {
			display:block !important;
		}


}


	@media only screen and (max-width : 1200px) {


		.gradient a:before {
			content: '';
			white-space: pre;

		}
		.gradient a {
			margin-top: 15px;
		}


		.btn-testen2 {
			display:block !important;
		}



	.wpc-filters-widget-wrapper .wpc-filters-section {
		float:left;
		width:calc(50% - 15px);
		margin-right:15px;
	}

	.wpc-filters-widget-wrapper .wpc-filter-layout-submit-button {
		float:left;
		width:calc(50% - 15px;);
		margin-right:0px;
	}



	.grid-sizer,
	.grid-item { width: calc(50% - 17px); }


	.flex-container {
		display: block;
		display: flex;
		flex-wrap: wrap;
		align-items: initial;
	}

	.container {
		width:100%;
	}

	.navbar-default .navbar-collapse {
		text-align: center;
		padding: 10px 15px!important;
	}


	.hero-right {
		display:none !important;
	}

	.hero-left {
		width:100% !important;
		border-radius:10px;
	}

	.hero h1 {
		font-size: 42px;
		line-height: 55px;
	}

	.iconbox .iconboxicon {
		font-size: 18px;
		line-height: 24px;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width:100% !important;
	}


	.banner-right {
		width:100% !important;
		border-radius: 0;
		border-radius-bottomleft:10px;
		border-radius-bottomright:10px;
	}
	.banner-right img {
		width:100% !important;
		border-radius: 0;
		border-radius-bottomleft:10px;
		border-radius-bottomright:10px;
	}

	.banner-left {
		border-radius-topleft:10px;
		border-radius-topright:10px;
		width:100% !important;

	}

	.banner h1 {
		font-size: 42px;
		line-height:1.3;
	}


	.gradient a {
		clear: both;
		display:inline-block;#
	}

	
}




}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.wp-image-112 {
		width:100% !important;
	}


	.home-left {
		text-align:center !important;
		margin-bottom:30px !important;
	}

	.swiper-containerL {
		margin:0 60px !important;
	}


	.home-right {
		text-align:center !important;
	}

	.home-left h1 {
		text-align: center !important;
	}
	.home-left p {
		text-align:center !important;
	}

	.boxes3-wrapper {
		display:block;
	}

	.boxes3-wrapper .box3-item  {
		display:block;
		flex:none;
		margin-bottom:30px;
		padding:30px;
	}



	.boxes {
		display: block;            /* Flexbox aktivieren */
		align-items: stretch;     /* Alle Items gleich hoch */
		gap: 30px;                /* Abstand zwischen den Boxen */
		margin-bottom:0px;
		padding:0 15px;
	}

	.boxes .box2 {
		margin-bottom:30px;
	}


	.item {
		width: calc(50% - 30px);
	}


	.videobox {
		padding:15px;
	}

	.videoOverlay {
		padding:15px;
		padding-top:60px;
	}

	.videobox .videoitem .thumb {
		max-width:100%;
	}

	.videobox .videoitem .thumb img {
		width:100%;
	}


	.videoOverlay .close {
		right:15px;
		top:15px;
	}

	#main-container {
		padding-top: 68px;
	}

	.icons.whitebox {
		width:100%;
		margin:0 0 15px 0;
	}



	h2 {
		line-height: 1.3;
		font-size: 42px;
		margin-top: 30px;
	}


	.ceo .img, .ceo .content {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
	}

	.hero {
		margin:0 15px;
		margin-bottom:30px;
	}

	.team .member {
		width: 100%;
		float: none;
		margin-right: 0px;
	}


	.iconbox .iconboxicon {
		width: 50%;
		border: none;
	}

	.iconbox h3 {
		margin-bottom: 15px;
	}

	.iconbox .iconboxicon img {
		margin: 45px 0 15px 0;
	}


	.iconbox .iconboxicon br {
		display: none;
	}


	.iconbox2 .iconboxicon {
		width: 50%;
		border: none;
	}

	.iconbox2 h3 {
		margin-bottom: 15px;
	}

	.iconbox2 .iconboxicon img {
		margin: 45px 0 15px 0;
	}


	.iconbox2 .iconboxicon br {
		display: none;
	}


	.product-header .box, .screenshot .box {
		position: initial;
		width: 100%;
		margin-top: 15px;
	}


	.screenshot {
		margin:30px 0;
	}

	.screenshot img {
		width:100%;
	}

	.single-webinar .product-header .box {

		position: initial;
		width: 100%;
		margin-top: 15px;
	}

	.contactbox {
		padding-bottom:10px;
		margin:0 15px;
	}
	.contactbox .wpcf7-form {
		position: initial;
		margin: 15px;
		width: calc(100% - 30px);
	}

	.contactbox .contactcontent {
		width:100%;
	}



	.questionbox {
		padding:30px 15px;
	}

	.shop-wrapper {
		padding: 15px;
	}

	.product-content {
		font-size:18px;
		line-height:1.3;
	}

	.accordion .accordion-title {

		font-size:20px;
		line-height:1.3;
		padding-right:90px;
	}

	.background.bg-grey, .background.bg-beige {
		padding: 1px 15px 15px 15px;
	}

	.single-webinar .icons {
		padding:0;
		margin:30px 0;
	}
	.single-webinar .icons .icon {
		width:calc(50% - 20px);
	}

	.credentials {
		width:100%;
	}

	.iconbox {
		margin-left:15px;
		margin-right:15px;
	}

	.mission {
		margin:0px 15px;
	}

	.mission .content {
		padding-right:15px !important;
		padding-left:15px !important;
	}

	.iconbox2 {
		margin:30px 15px;
	}
	.team .member2.one {
		margin-left:0 !important;
	}


	.wpg-list-search-form input[type="text"] {
		padding:30px 30px !important;
		margin:0 15px;
		margin-bottom:30px;
		width:calc(100% - 30px) !important;
	}

	.single-post-contact .subtitle {
		margin-top:-10px !important;
	}





}




    /* Small Devices, Tablets */
@media only screen and (max-width : 768px) {





	.videobox {
		padding:30px;
	}
	.videobox .videoitem {
		display:block;
	}


	.videobox .videoitem .thumb img {
		width:100%;
		margin-bottom:15px;
	}

	.wpc-filters-widget-wrapper .wpc-filters-section {
		float:left;
		width:calc(100%);
	}

	.wpc-filters-widget-wrapper .wpc-filter-layout-submit-button {
		float:left;
		width:calc(100%);
		margin-right:0px;
	}





	.grid-sizer,
	.grid-item { width: calc(100%); }



	.iconbox {
		padding: 30px 15px 60px 15px;
		margin:0 15px;
		margin-bottom: -200px;
	}

	.subtitle2 {
		margin-top:0;
	}

	#contact {
		display: none;
	}

	.flex-container {
		display: block;
	}

	img {
		max-width:100%;
	}

	.icons {
		width:100%;
	}


	.icons.whitebox {
		width:100%;
		margin:0 0 15px 0;
	}


	.team .member {

	}

	.team .member .content {
		float:none;
		display:content;
		width:100%;
	}

	.team .member .img {
		float:none;
		display:contents;
	}

	.team .member .img img {
		max-width:60%;
	}


	footer {
		margin-top: 0px;
		padding-top: 15px;
	}


	footer .copyright {
		text-align: center !important;
	}

	footer .container {
		padding: 0px 15px;
	}

	footer .phone {
		margin-top: 15px;
	}

	footer h4 {
		margin-top: 15px !important;
	}

	footer .widget_nav_menu {
		margin-top: 30px;
	}


	#nav_menu-4,#nav_menu-9 {
		margin-bottom: 15px;
		margin-top: 8px;
	}

	#nav_menu-4 ul, #nav_menu-9 ul  {
		text-align: center;
	}

	#nav_menu-4 ul li, #nav_menu-9 ul li {
		display: inline-block;
		padding:0 4px;
		float: none;
	}


	#nav_menu-4 ul li a, #nav_menu-9 ul li a {
		margin-bottom: 0px;
	}

	.hero h1, h1, .iconbox h3, h3, h2 {
		font-size:28px !important;
		line-height: 1.3;
		margin:8px 0 8px 0;
	}


	.home-video-banner .home-left h1 {
		font-size: 46px !important;
		line-height: 1.22 !important;
	}

	.hero-left {
		padding:15px;
	}

	.knowhow .khimg, .knowhow .khcontent {
		width:100%;
		float:none;
	}

	.knowhow .khitem .khtext {
		margin-top:45px;
	}

	.knowhow .khimg {
		padding-right:0;
		margin-bottom:15px;
	}

	.products .product img {
		float:none;
		width:100%;
	}

	.products .product .name {
		margin-top:15px;
		overflow: initial;
		text-overflow: initial;
		white-space: initial;
	}


	.icons {
		margin:30px 0;
	}

	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float:none;

		width:100%;
		margin:0 !important;
		padding:0 !important;
	}

	h1 {
		margin: 30px 0 30px 0 !important;
	}

	.subtitle {
		font-size: 22px;
		line-height: 1.3;
		margin-bottom:15px;
	}

	.woocommerce .woocommerce-breadcrumb {
		margin:0 !important;
	}

	.woocommerce-result-count {
		display:none !important;
	}


	.product-header .product-image .label {
		zoom:.5;
	}

	.single-webinar .icons .icon {
		width:100%;
	}

	.product-header .box, .screenshot .box {
		padding:15px;
	}

	.accordion .accordion-title {
		padding:15px;
		background:#fff url("img/icon-accordion.png") no-repeat top 15px right 20px;
		padding-right:50px;
	}

	.modal-dialog {
		max-width:calc(100% - 20px);
	}

	.modal-body {
		padding:15px;

	}

	.modal-body img {
		width:50% !important;
	}



	h2.wp-block-heading {
		padding:0 15px;
	}

	h2 {
		margin: 30px 0 15px 0;
	}

	.subtitle2 {
		margin-bottom:15px;
	}

	iframe {
		height:200px !important;
	}

	iframe#wj_registration_frame {
		height:1000px !important;
	}

	.iconbox2 h3 {
		line-height:1.3 !important;
	}

	.iconbox2 .iconboxicon {
		float:none;
		width:100%;
		poadding:0 15px;
	}

	.mission .img {
		width:100%;
		margin:0;
	}
	.mission .content {
		width:100%;
		margin:0;
		padding:0;
		margin-bottom:30px;
	}

	.woocommerce table.cart td.actions .coupon .input-text+.button {
		width:100%;
	}

	.contactbox .contactcontent {
		padding:15px;
	}

	.contactbox .contactcontent h1 {
		line-height: 1.3;
	}

	.contactbox .wpcf7-form {
		padding:15px;
	}

	.generalPage {
		padding-top:0px;
	}


	.background.bg-gradient {
		margin-bottom:190px;
	}


}


	
@media only screen and (max-width : 660px) {


    
    
    }



    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {




		.home-video-banner .home-left h1 {
			font-size: 32px !important;
			line-height: 1.22 !important;
			margin-top:30px !important;
		}
    	
    	

		

    	

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {


    }





html[lang=fr-FR] .navbar-cart {
	display:none;
}
html[lang=en-GB] .navbar-cart {
	display:none;
}

