::-moz-selection {
	background: #003366;
	color: #fff;
}

::selection {
	background: #003366;
	color: #fff;
}

#preload {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #003366;
	z-index: 10000;
}

#loading-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	-o-transform: translateY(-50%); 
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: opacity 2s ease-out;
	-moz-transition: opacity 2s ease-out;
	-o-transition: opacity 2s ease-out;
	transition: opacity 2s ease-out;
}

#loading-wrapper.visible {
	opacity: 1;
}

#loading-wrapper div {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-right: 5px solid #f7f7f7;
	border-bottom: 5px solid transparent;
	border-radius: 100%;
	
	-webkit-animation: spin 0.75s linear infinite;
	-moz-animation: spin 0.75s linear infinite;
	-o-animation: spin 0.75s linear infinite;
	animation: spin 0.75s linear infinite;
}

@keyframes spin {
 0% {
    transform: rotate(0deg);
    border-right-color: #ffffff;
  }
  50% {
    transform: rotate(180deg);
    border-right-color: #ffffff;
  } 
  100% {
    transform: rotate(359deg);
    border-right-color: #ffffff;
  }
}
@-webkit-keyframes spin {
 0% {
    -webkit-transform: rotate(0deg);
    border-right-color: #ffffff;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border-right-color: #ffffff;
  } 
  100% {
    -webkit-transform: rotate(359deg);
    border-right-color: #ffffff;
  }
}
@-moz-keyframes spin {
 0% {
    -moz-transform: rotate(0deg);
    border-right-color: #ffffff;
  }
  50% {
    -moz-transform: rotate(180deg);
    border-right-color: #ffffff;
  } 
  100% {
    -moz-transform: rotate(359deg);
    border-right-color: #ffffff;
  }
}
@-o-keyframes spin {
 0% {
    -o-transform: rotate(0deg);
    border-right-color: #ffffff;
  }
  50% {
    -o-transform: rotate(180deg);
    border-right-color: #ffffff;
  } 
  100% {
    -o-transform: rotate(359deg);
    border-right-color: #ffffff;
  }
}


* {
	box-sizing: border-box;
}

html.no-scroll, html.overlay-active {
	overflow: hidden;
}

html, body {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	background: #fff;
	color: #6b6b6b;
	overflow-x: hidden;
	
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	height: auto;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
	outline: 0 none;
	border: 0 none;
	
	-webkit-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
	-webkit-tap-highlight-color: transparent !important;
}

header nav ul li:hover > a, a:hover, input[type=submit]:hover, .load-more.btn-primary:hover, #back-to-top:hover, .btn-primary:hover, a .client:hover span {
	opacity: .75;
	cursor: pointer;
	
	-webkit-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}

p a {
	color: #003366;
}

a.btn-primary, .btn-primary {
	color: #fff;
	background-color: #003366;
	padding: 7px 20px 5px 20px;
	border-radius: 32px;
	display: inline-block;
	font-weight: 800;
	cursor: pointer;
}

#testimonials .btn-primary.inverted {
	background-color: #fff;
	color: #003366;
}

h1 {
	font-size: 48px;
	line-height: 58px;
}

h2 {
	font-size: 32px;
	line-height: 42px;
}

h3 {
	font-size: 22px;
	line-height: 32px;
	margin: 10px 0;
}

h2, h3 {
	font-weight: 400;
}

h1, h2 strong, h3 strong {
	font-weight: 800;
	color: #003366;
	display: block;
}

header ul, header ul li, footer ul, footer ul li {
	margin: 0;
	padding: 0;
}

header {
	padding: 24px;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 5000;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

header #logo {
	max-width: 250px;
	width: 100%;
	height: auto;
}

header .logo {
	display: flex;
	flex: 0 0 30%;
    max-width: 30%;
	align-items: baseline;
}

header nav {
	flex: 0 0 70%;
    max-width: 70%;
}

header nav {
	text-align: right;
}

header nav ul li {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
/* 	padding: 10px; */
}

header nav ul li span {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none;
}

header nav ul li a, header nav ul li .sub-navigation li a {
	margin-top: 10px;
	padding: 10px;
}

header nav ul li .sub-navigation li {
	padding-bottom: 10px;
}

header ul li {
	margin: 0 10px;
	position: relative;
}

header ul li:last-of-type {
	margin-right: 0;
}

header ul li a {
	color: #6b6b6b;
}

header ul li:after, .btn-primary:after, header ul li.access:hover:after {
	content: " ";
	display: block;
	width: 0;
	max-width: 50px;
	height: 2px;
	opacity: 0;
	background: #003366;
	margin: 4px auto 0 auto;
	-webkit-transition: width .15s ease-out, opacity .15s ease-out;
	transition: width .15s ease-out, opacity .15s ease-out;
}

header li.has--sub-navigation:after {
	background: transparent;
}

header ul li:hover:after, header ul li.current:after {
	width: 100%;
	opacity: 1;
	-webkit-transition: width .15s ease-in, opacity .15s ease-in;
	transition: width .15s ease-in, opacity .15s ease-in;
}

header nav ul li .sub-navigation {
	background: #fff;
	border-radius: 32px;
	width: 450%;
	padding: 20px 0 10px 0;
	opacity: 0;
	position: absolute;
	left: 50%;
	z-index: 1000;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s ease-out, opacity .15s ease-out;
	transition: max-height .5s ease-out, opacity .15s ease-out;
}

header nav ul li:hover .sub-navigation {
	opacity: 1;
	max-height: 1000px;
	-webkit-transition: max-height .5s ease-in, opacity .15s ease-in;
	transition: max-height .5s ease-in, opacity .15s ease-in;
}

header nav ul li .sub-navigation li {
	display: block;
	text-align: center;
/* 	margin: 10px 0;
	padding: 10px 0 10px 0; */
	
}

header.cloned {
	padding: 10px 24px;
	position: fixed;
	top: -100%;
	z-index: 5000;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

header.cloned.moved {
	top: 0;
}

.nav-trigger, .close-trigger {
	display: none;
	position: absolute;
	top: 50%;
	right: 24px;
	height: 25px;
	width: 30px;
	cursor: pointer;
	z-index: 10000;
	
	-webkit-transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	-o-transform: translateY(-50%); 
	transform: translateY(-50%); 
}

.close-trigger {
	display: block;
	top: 24px;
	
	-webkit-transform: none; 
	-moz-transform: none; 
	-ms-transform: none; 
	-o-transform: none; 
	transform: none; 
}
		
.nav-trigger span, .nav-trigger span:before, .nav-trigger span:after, .close-trigger span, .close-trigger span:before, .close-trigger span:after {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #003366;
	content: '';
	display: block;
	height: 3px;
	margin-top: 10px;
	position: absolute;
	width: 30px;
		
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.close-trigger span, .close-trigger span:before, .close-trigger span:after {
	background-color: #fff;
}

.nav-trigger span:before {
	margin-top: -10px;
}

.nav-trigger span:after {
	margin-top: 10px;
}
		
.nav-trigger.active span, .close-trigger span {
	background-color: transparent;
}
		
.nav-trigger.active span:before, .close-trigger span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 0;
}
		
.nav-trigger.active span:after, .close-trigger span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
}

#keyfeatures-wrapper {
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 24px;
	position: relative;
	display: flex;
	/* align-items: center; */
	/* justify-content: center; */
}

#index #keyfeatures-wrapper {
	align-items: top;
}

#keyfeatures-detail #keyfeatures-wrapper {
	align-items: center;
}

#keyfeatures-detail #keyfeatures-wrapper .col-half:nth-child(odd) .key--feature-image {
	text-align: right;
}

#keyfeatures-detail #keyfeatures-wrapper .col-half:nth-child(even) .key--feature-image {
	text-align: left;
}

#keyfeatures-detail #keyfeatures-wrapper .key--feature-image img {
	max-width: 500px;
	width: 100%;
	height: auto;
}

#keyfeatures .col-fourth, #keyfeatures .col-third, #keyfeatures .col-half, #team .col-third, #team .col-half, #references .col-third, #references .col-fourth {
	padding: 60px 24px 0 24px;
}

#references .col-fourth {
	padding-left: 0;
	padding-right: 0;
}

/* #keyfeatures .keyfeature {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
} */

#keyfeatures .keyfeature img {
	display: block;
}

/* #keyfeatures .desc {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 20px 20px 25px 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
} */

#keyfeatures .desc .txt {
	margin-top: 0;
	padding: 16px;
}

#keyfeatures .keyfeature .desc h2 {
	font-size: 22px;
    line-height: 32px;
    margin: 10px 0;
	position: relative;
}

#keyfeatures .keyfeature .desc a {
	margin-top: 16px;
}

/* #keyfeatures .keyfeature .desc .chevron {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	margin: 20px auto 10px auto;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
} */

/* #keyfeatures .keyfeature:hover .desc .chevron {
	opacity: 0;
	
	-webkit-transition: all .35s ease-in;
	transition: all .35s ease-in;
} */

/* #keyfeatures .keyfeature .desc .teaser {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
} */

/* #keyfeatures .keyfeature:hover .desc .teaser {
	opacity: 1;
	max-height: 1000px;
	margin-top: -50px;
} */

#keyfeatures .further-keyfeatures a {
	margin: 16px;
}

#plattform .col-half {
	padding: 0 24px;
}

#mockups {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mockups img {
	width: 100%;
	height: auto;
	position: relative;
}

#mockups #mockup-tablet {
	/* width: 345px; */
	width: 295px;
	height: auto;
	margin-top: 10%;
	right: -100px;
	z-index: 1000;
}

#mockups #mockup-laptop {
	/* width: 675px; */
	width: 625px;
	height: auto;
	right: 100px;
}

#testimonials {
	background: #003366;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	background-image: url('../images/background-testimonials.png');
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

#testimonials .arch {
	position: relative;
	left: 0;
	right: 0;
	display: block;
}

#testimonials .arch.top {
	top: 0;
}

#testimonials .arch.bottom {
	bottom: 0;
}

#supplier {
	/* margin-left: -40px; */
}

#supplier #supplier-slider img, #clients #clients-slider img, #references .client img, #references .supplier img {
	display: block;
	max-width: 200px;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0 auto;
}

#supplier .slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

/* #supplier #supplier-slider img {
	max-width: 150px;
	width: auto;

	padding: 20px 20px 20px 0;
	margin: 0;
} */

.supplier {
	display: inline-block;
	text-align: left;
}

.supplier span, .client span {
	color: #6b6b6b;
	font-weight: 600;
	display: block;
	text-align: center;
}

.supplier img, .client img {
	
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.supplier:hover img, .client:hover img {
	opacity: .75;
}

.client.is-last {
	cursor: pointer;
}

/* #references .supplier img, .client img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%); 
	opacity: .75;
	
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

#references .supplier:hover img, .client:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%); 	
	opacity: 1;
} */

#team {
	position: relative;
}

#team .img-wrapper {
	position: relative;
}

#team img {
	display: block;
}

#team .employe img {
	border-radius: 100%;
}

#team img.arch {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#team .employe .desc a, #team .employe .desc a img {
	width: 40px;
	height: 40px;
	/* transform: scale(0); */
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

/* #team .employe:hover .desc a, #team .employe:hover .desc a img {
	transform: scale(1);
	
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
} */

/* #team .employe .img-wrapper {
	position: relative;
}

#team .employe .contact-wrapper {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
}

#team .employe .contact-wrapper a {
	display: inline-block;
	vertical-align: middle;
}

#team .employe .contact-wrapper a img {
	width: 0;
	height: 0;
	margin: 10px;
	
	-webkit-transition: width .15s ease-out, height .15s ease-out;
	transition: width .15s ease-out, height .15s ease-out;
}

#team .employe .img-wrapper:hover .contact-wrapper a img {
	width: 40px;
	height: 40px;
	
	-webkit-transition: width .15s ease-out, height .15s ease-out;
	transition: width .15s ease-out, height .15s ease-out;
} */

footer {
	background: #003366;
}

footer .content-wrapper {
	align-items: baseline;
}

footer h2, footer h2 strong, footer a, footer p, footer label, .form-wrapper h2, .form-wrapper h2 strong, .form-wrapper a, .form-wrapper p, .form-wrapper label, footer span {
	color: #fff;
}

footer .col-half {
	padding: 0 24px;
}

footer .col-half ul li {
	list-style-type: none;
}

footer ul li .sub-navigation {
	opacity: 0;
	max-height: 0;
	padding-left: 16px;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	-webkit-transition: max-height .3s ease-out, opacity .2s ease-out;
	transition: max-height .3s ease-out, opacity .2s ease-out;
}

footer ul li:hover .sub-navigation {
	opacity: 1;
	max-height: 1000px;
	-webkit-transition: max-height .3s ease-in, .2s ease-in;
	transition: max-height .3s ease-in, opacity .2s ease-in;
}

footer #information {
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer #information #contact img, footer #information #back-to-top img {
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}

footer #information #contact, footer #information #back-to-top {
	margin: 40px 0;
}

#overlay {
	position: fixed;
	top: 0;
	left: -100%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #003366;
	z-index: 10000;
	overflow-y: scroll;
	
	-webkit-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#overlay.visible {
	left: 0;
}

/* Specials */

.spacer {
	width: 100%;
	height: 60px;
	display: block;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.content-wrapper {
	padding: 60px 0;
	display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.full--width-wrapper, #about-content .txt-snippet, #about-content table tr td {
	padding: 24px;
}

#supplier .content-wrapper, #testimonials .content-wrapper, #clients .content-wrapper {
	display: block;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.col-full {
	flex: 0 0 100%;
    max-width: 100%;
}

.col-half {
	flex: 0 0 50%;
    max-width: 50%;
}

.col-third {
	flex: 0 0 33.333333%;
    max-width: 33.3333%;
}

.col-fourth {
	flex: 0 0 25%;
    max-width: 25%;
}

.centered {
	text-align: center;
}

.max--width-960,.max--width-700, .max--width-540, .max--width-420, .max--width-300, .form-wrapper {
	width: 100%;
	margin: 0 auto;
}

.max--width-960, .form-wrapper {
	max-width: 960px;
}

.max--width-700 {
	max-width: 700px;
}

.max--width-540 {
	max-width: 540px;
}

.max--width-420 {
	max-width: 420px;
}

.max--width-300 {
	max-width: 300px;
}

/* Contact Form */

input {
	outline: 0 none;
}

input[type=text], input[type=email], textarea, select {
	font-family: 'Barlow', sans-serif;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	border-image: none;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	outline: 0 none;
	border-radius: 0;
	height: 35px;
	margin: 10px 0;
	
	-webkit-appearance: none !important; 
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
}

input[type=submit] {
	font-family: 'Barlow', sans-serif;
	background-color: transparent;
	font-size: 18px;
	line-height: 28px;
	padding: 7px 20px 9px 20px;
	width: auto;
	cursor: pointer;
	background-color: #fff;
	color: #003366;
	border: 0 none;
	
	-webkit-appearance: none !important; 
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
}

input[type="checkbox"] {
	background-color: transparent;
	color: #fff;
	border: 2px;
	border-style: solid;
	border-color: #fff;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	margin-right: 20px;
	cursor: pointer;
	
	-webkit-appearance: none !important; 
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
}

input[type="checkbox"]:checked {
	background-color: #fff;
	
	-webkit-box-shadow: inset 0px 0px 0px 3px #003366;
	-moz-box-shadow: inset 0px 0px 0px 3px #003366;
	-ms-box-shadow: inset 0px 0px 0px 3px #003366;
	-o-box-shadow: inset 0px 0px 0px 3px #003366;
	box-shadow: inset 0px 0px 0px 3px #003366;
}

#mail-fail, #mail-success, #success-message {
	max-height: 0;
	opacity: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
}

#success-message {
	padding: 0 !important;
	text-align: left;
}

#mail-fail.error, #mail-success.success, #success-message.success {
	max-height: 500px;
	opacity: 1;
	padding: 10px 32px 12px 32px;
	margin: 16px 0;
	border-radius: 32px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#mail-fail.error {
	background-color: #d83d3d;
	margin-bottom: 40px;
}

.error label {
	color: #d83d3d;
}

.error input {
	border-color: #d83d3d;
}

.error, .success, label, input {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#mail-success.success {
	background-color: #5aaa5a;
}

.note {
	font-size: 14px;
	line-height: 24px;
}

#legal-note {
	display: flex;
	align-items: center;
	margin: 24px 0 40px 0;
	text-align: left;
}

#legal-note span, #legal-note p {
	display: inline-flex;
	margin: 0;
}

#legal-note span, #legal-note .checkbox input, #legal-note .checktext label {
	cursor: pointer;
}

.input-field {
	margin-bottom: 60px;
	float: left;
	width: 50%;
}

.input-field.left {
	padding-right: 32px;
}
.input-field.middle {
	padding-left: 16px;
	padding-right: 16px;
}
.input-field.right {
	padding-left: 32px;
}

input, textarea, select {
	width: 100%;
}

textarea {
	max-width: 100%;
	min-width: 100%;
	height: 150px;
	min-height: 150px;
}

@media (max-width:960px) {
	
	.col-full, .col-half, .col-third, .col-fourth {
		flex: 0 0 100%;
	    max-width: 100%;
	}
	
	#references .col-fourth, #references .col-third {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
/* 	#references .col-third.is-last, #references .col-fourth.is-last {
		flex: 0 0 100%;
		max-width: 100%;
	} */
	
	#about-content table tr td {
		display: block;
		width: 100%;
		padding: 24px 0;
	}
	
	.max--width-960, .max--width-540, .max--width-420 {
		max-width: 100%;
	}
	
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none;
	}
	
	header.cloned, .content-wrapper {
		padding: 24px;
	}
	
	.full--width-wrapper, #about-content .txt-snippet {
		padding: 24px 0;
	}
	
	header #logo {
		width: 60vw;
		height: auto;
	}
	
	header .logo, header nav {
		flex: none;
		max-width: none;
	}
	
	header nav {
		position: absolute;
		top: 100%;
		left: -125%;
		width: 100%;
		min-height: 100vh;
		height: 100%;
		background: #fff;
		z-index: 1000;
		text-align: center;
		-webkit-transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-ms-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
	}
	
	header nav.active {
		left: 0;
	}
	
	header nav ul {
		padding: 64px 32px 0 32px;
	}
	
	header nav ul li, header nav ul li a {
		display: block;
	}
	
	header ul li:hover:after, header ul li.current:after {
		width: 10%;
	}
	
	header nav ul li .sub-navigation {
		position: relative;
		width: 100%;
		left: 0;
		right: 0;
		transform: none;
		margin: 10px 0 -20px 0;
		padding: 10px 0 10px 0;
	}
	
	header nav ul li .sub-navigation li, header nav ul li .sub-navigation li a {
		padding-bottom: 5px;
		margin: 0;
	}
	
	.nav-trigger {
		display: block;
	}
	
	#keyfeatures .col-fourth, #keyfeatures .col-third, #keyfeature .col-third, #keyfeatures .col-half, #references .col-third, #keyfeatures-wrapper {
		padding: 60px 0 0 0;
	}
	
	#mockups #mockup-tablet {
		width: 210px;
	}
	
	#mockups #mockup-laptop {
		width: 420px;
	}
	
	#testimonials #testimonials-slider img {
		padding: 20px;
	}
	
	#supplier .slick {
		text-align: center;
	}
	
	/* #supplier #supplier-slider img {
	} */
	
	#testimonials {
		background-attachment: scroll;
	}
	
	#plattform .col-half {
		padding: 0;
	}
	
	.input-field, .input-field.left, .input-field.middle, .input-field.right {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	
	footer .col-half, #index #keyfeatures-wrapper {
		padding: 0;
	}
	
	footer #information {
		margin-top: 24px;
	}
	
	footer #information .spacer {
		display: none;
	}
	
	.note {
		font-size: 12px;
		line-height: 22px;
	}
	
	#keyfeatures-detail #keyfeatures-wrapper, #keyfeatures-detail #keyfeatures-wrapper .col-half {
		padding-top: 0;
	}
	
	#keyfeatures-detail #keyfeatures-wrapper .key--feature-image, #keyfeatures-detail #keyfeatures-wrapper .col-half:nth-child(odd) .key--feature-image, #keyfeatures-detail #keyfeatures-wrapper .col-half:nth-child(even) .key--feature-image {
		text-align: center;
	}
	
	#keyfeatures-detail #keyfeatures-wrapper .key--feature-image img {
		max-width: 300px;
	}
}

#CybotCookiebotDialog {
	top: auto !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
	transform: none !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #003366 !important;
	border-color: #003366 !important;
	border-radius: 32px;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	border-radius: 32px !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	border-color: #003366 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a, #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive, #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
	color: #003366 !important;
}

CybotCookiebotDialogBodyContentText, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline {
	color: #6b6b6b !important;
}

/* #CybotCookiebotDialog {
	background-color: #fff !important;
	color: #888 !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%) !important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15) !important;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%) !important;
}

#CybotCookiebotDialogBody {
	max-width: 100% !important;
	padding: 30px !important;
}

#CybotCookiebotDialogBodyContentTitle {
	margin-bottom: 25px !important;
}

#CybotCookiebotDialogBodyContent, #CybotCookiebotDialogBodyButtons, .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogBodyButtonDetails {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#CybotCookiebotDialogBodyButtons {
	display: flex !important;
	flex-wrap: wrap !important;
	margin-top: 30px !important;
}

#CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogBodyButtonDetails {
	min-width: auto !important;
	width: auto !important;
	margin-right: 15px !important;
	padding-top: 7px !important;
}

#CybotCookiebotDialogBodyButtonAccept {
	order: 1;
	background: #003366 !important;
	color: #fff !important;
	text-align: center !important;
	padding: 5px 10px !important;
	border: 2px solid #003366 !important;
	border-radius: 32px !important;
	cursor: pointer !important;
}

#CookieDeclarationChangeConsent {
	margin: 30px 0 10px 0;
	font-weight: bold;
}

#CybotCookiebotDialogBodyButtonDecline {
	order: 2;
	background-color: transparent !important;
	border: 0 none !important;
	color: #888 !important;
	font-weight: normal !important;
}

#CybotCookiebotDialogBodyButtonDetails {
	order: 3;
	margin-right: 0 !important;
}

#CybotCookiebotDialog br, #CybotCookiebotDialog div, #CybotCookiebotDialog td {
	line-height: 14.25pt !important;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink, #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink:hover, #CybotCookiebotDialogBodyLevelDetailsButton:hover {
	text-decoration: none !important;
	color: #888 !important;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink, #CybotCookiebotDialogBodyLevelDetailsButton {
	border-right: 0 none !important;
	background-position: right 12px !important;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
	padding-right: 15px !important;
	font-weight: normal;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink.CybotCookiebotDialogBodyLinkExpanded {
	color: #2a2a2a !important;
}

#CybotCookiebotDialogDetailBody {
	max-width: 100% !important;
	padding: 0 30px !important;
	box-sizing: border-box !important;
}

#CybotCookiebotDialogDetailBodyContent {
	border-bottom-width: 1px !important;
}

#CybotCookiebotDialogDetailBodyContentTextOverview {
	min-width: 100% !important;
}

#CybotCookiebotDialogDetailBodyContentTextAbout br {
	display: none !important;
}

.CybotCookiebotDialogDetailBodyContentTab:first-child {
	border-radius: 0 !important;
}

.CybotCookiebotDialogDetailBodyContentTabsItem, .CybotCookiebotDialogDetailBodyContentTabsItemSelected {
	padding: 7px 18px 5px !important;
}

@media (max-width:960px) {
	#CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogBodyButtonDetails {
		display: block !important;
	}
} */