/*
Theme Name: CMS Maschinen
Author: Jochen "Khuri" Dippel
*/

/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/poppins-v20-latin-200.eot'); /* IE9 Compat Modes */
  src: url('fonts/poppins-v20-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v20-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v20-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v20-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v20-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}

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

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

* {
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: keep-all;
}
body {
	background-color: #fff;
	overflow: visible;
	overflow-y: scroll;
	overflow-x: auto;
	padding: 0;
	margin: 0;
}
body, button, input, select, textarea, td, th, li {
	color: #1a1a18;
	font-family: 'Poppins', 'Arial', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 200;
}
input, textarea, select {
	border: 0 none;
	background-color: #eceeee;
	padding: 4px;
}
input[type="submit"] {
	border: 1px solid #1a1a18;
}
td, th {
	font-size: inherit;
}
blockquote,q {
	quotes:none;
	margin-left: 20px;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
}
b, strong {
	font-weight: 300 !important;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body a {
	color: #000;
	text-decoration: underline;
}
body a:hover, body a:active {
	color: #000;
}
hr {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	border-bottom: 1px solid #888;
	margin: 16px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
	margin: 1.67em 0 0.67em 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
.clear {
	clear: both;
}
.nomargin {
	margin: 0 !important;
}

/* WP classes */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.login-action-login {
	background-image: none !important;
}

/* Header */
.pagehead {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 0;
	line-height: 1em;
	z-index: 100;
}
.pagehead a, .pagehead a:hover {
	color: #000;
	text-decoration: none;
}
.headerlogo {
	position: absolute;
	top: 40px;
	left: 0;
}
.headerlogo img {
	height: 60px;
	width: auto;
}
.contactbox {
	position: absolute;
	top: 70px;
	left: 440px;
	color: #000;
}
.contactbox .title {
	font-size: 28px;
	line-height: 1em;
	margin-bottom: 16px;
}
.contactbox a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: center left;
	background-color: transparent;
	background-size: 30px 30px;
}
.socialmedialinks {
	position: absolute;
	top: 160px;
	right: 40px;
}
.socialmedialinks a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 16px;
	background-repeat: no-repeat;
	background-position: center left;
	background-color: transparent;
	background-size: 30px 30px;
}
.headerslider {
	position: relative;
	width: 100%;
	margin-top: 40px;
}
.headerslider .slider {
	position: relative;
	width: 100%;
	height: 100%;
}
.headerslider .slick-list, .headerslider .slick-track {
	height: 100%;
}
.headerslider .slide, .headerslider .item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.headerslider .bodywrap {
	height: 100%;
}
.headerblock {
	position: relative;
	width: 100%;
	height: 140px;
	background-color: #fff;
}

	/* Menu */
.mainmenubox {
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	height: 40px;
	box-sizing: content-box;
	background-color: #0676bb;
	border-bottom: 1px solid #fff;
	z-index: 10;
}
#mainmenu, .topmenu ul, .socialmenu {
	position: relative;
	list-style-type: none;
	padding: 0;
	text-align: left;
	font-size: 0;
	line-height: 0;
}
#mainmenu li, .topmenu li, .socialmenu li {
	position: relative;
	display: inline-block;
}
#mainmenu > li {
	margin-right: 30px;
}
#mainmenu > li:last-child {
	margin-right: 0;
}
#mainmenu > li > ul {
	position: absolute;
	display: none;
	padding: 30px 0 0 0;
	margin-left: -10px;
	min-width: 300px;
	background: url(images/nav-arrow-down.png) no-repeat top left +50px transparent;
}
#mainmenu li > ul li {
	position: relative;
	display: block;
	margin: 0;
}
#mainmenu li > ul li:last-child {
	margin-bottom: 5px;
}
#mainmenu li:hover > ul {
	display: block;
	z-index: 10;
	text-align: left;
}
#mainmenu ul ul {
	position: absolute;
	top: 0;
	left: 300px;
	width: 100%;
	max-width: 300px;
	padding: 0 10px 0 0;
	display: none;
	background-image: none;
	height: auto;
}
#mainmenu ul li:hover > ul {
	display: block;
}
#mainmenu a {
	padding: 0;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
}
#mainmenu > li:hover > a, #mainmenu > li.current_page_item > a, #mainmenu > li.current_page_ancestor > a {
	/*color: #1e3f75;*/
	text-shadow: 0 0 1px #fff;
}
#mainmenu ul a {
	padding: 0 0 16px 0;
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 300;
	text-transform: none;
}
#mainmenu ul > li, #mainmenu ul > li > a {
	width: 100%;
}
#mainmenu ul > li {
	padding: 7px 0;
}
#mainmenu ul > li > a {
	padding: 3px 0 3px 10px;
}
#mainmenu > li > ul > li:hover > a {
	color: #fff;
	background-color: rgba(255,255,255,.2);
}
#mainmenu ul ul a {
	padding-left: 30px;
	text-transform: uppercase;
}
#mainmenu ul ul a:hover, #mainmenu ul > li:hover > ul > li:first-child a {
	background: url(images/nav-arrow-right.png) no-repeat top 3px left -1px transparent;
}
#mainmenu ul > li:hover > ul:hover > li:first-child a {
	background-image: none;
}
#mainmenu ul ul a:hover {
	background-image: url(images/nav-arrow-right.png) !important;
}
#mainmenu ul ul li:last-child {
	margin-bottom: -3px;
}
#mainmenu ul ul li:last-child a {
	padding-bottom: 0;
}
.submenudivider {
	position: absolute;
	top: 210px;
	left: calc((100% / 2) - (1280px / 2) + 290px);
	width: 1px;
	height: 0;
	opacity: 0;
	background-color: #fff;
	z-index: 10;
}
.submenudivider.show {
	height: 620px;
	opacity: 1;
}
.submenushade {
	position: absolute;
	top: 180px;
	left: 0;
	background-color: rgba(1,48,100,.9);
	opacity: 0;
	transition: opacity .1s, height .1s;
	width: 100%;
	height: 0;
	z-index: 10;
}
.submenushade.show {
	height: 680px;
	opacity: 1;
	transition: opacity .1s, height .1s;
}
.mobilemenu, .mobilemenu-close {
	position: absolute;
	display: none;
}
.topmenu {
	position: absolute;
	right: 0;
	top: 20px;
}
#topmenu li {
	height: 0;
}
.topmenu ul {
	display: inline-block;
	text-align: right;
	vertical-align: top;
}
.topmenu a {
	vertical-align: top;
	font-size: 10px;
	margin-left: 16px;
}
.socialmenu {
	text-align: left;
}
.socialmenu a {
	font-size: 0;
	line-height: 0;
	display: block;
	width: auto;
	height: auto;
	background: url(images/youtube-logo.png) no-repeat center transparent;
	background-size: contain;
}
.youtube a {
	background-image: url(images/youtube-logo.png);
	height: 20px;
	width: 90px;
}
.linkedin a {
	background-image: url(images/linkedin-logo.png);
	height: 20px;
	width: 20px;
}
.topsearch {
	position: absolute;
	top: 74px;
	right: 0;
	display: block;
	height: 25px;
	width: 110px;
	cursor: pointer;
}
.topsearch .line, .topsearch .line2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #aab2bd;
}
.topsearch .line2 {
	width: 0;
	transition: width 0.2s;
	background-color: #0676bb;
}
.topsearch:hover .line2 {
	width: 100%;
}
.topsearch .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	background: url(images/search-icon.png) no-repeat center transparent;
	background-size: contain;
}
.searchbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: #fff;
	border: 20px solid #aab2bd;
	transition: opacity 0s;
	opacity: 0;
	z-index: 1000;
}
.searchbox.active {
	opacity: 1;
	width: 100vw;
	height: 100vh;
	transition: opacity 1s;
}
.searchbox .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	color: #aab2bd;
	cursor: pointer;
}
.floatsearchform {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	display: none;
}
.searchbox.active .floatsearchform {
	display: block;
}
.floatsearchform input[type="text"] {
	font-size: 40px;
	line-height: 1em;
	max-width: 100%;
	padding: 6px 10px;
	color: #0676bb;
	background-color: #fff;
	border-bottom: 2px solid #0676bb;
	box-shadow: none !important;
	outline: transparent !important;
}
.floatsearchform input[type="submit"] {
	display: none;
}
/* Footer */
.pagefooter {
	position: relative;
	width: 100%;
}
.pagefooter p {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.pagefooter a {
	text-decoration: none;
}
.pagefooter a:hover {
	color: #004189;
}
.pagefooter .socialmenu {
	padding: 0;
}
.pagefooter .socialmenu li {
	margin-left: 0;
	margin-right: 16px;
}
.footerborder {
	border: solid #000;
	border-width: 1px 0;
	padding: 50px;
	margin-bottom: 20px;
}
.copyright p {
	font-size: 14px;
}
.backtotop {
	position: fixed;
	bottom: 20px;
	right: calc(50vw - 640px - 80px);
	display: none;
	width: 48px;
	height: 48px;
	font-size: 0;
	line-height: 0;
	background: url(images/arrow-up-alt.png) no-repeat center transparent;
	background-size: contain;
}
.backtotop:hover {
	background-image: url(images/arrow-up.png);
}

/* Content */
.bodywrap, .content > .full-width-row > .container-fluid, .pagefooter .full-width-row {
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
}
.full-width-row.dark {
	background-color: #0076be;
	color: #fff;
}
.full-width-row.grau {
	background-color: #ececec;
}
.content > .full-width-row, .pagefooter {
	padding-top: 80px;
	padding-bottom: 80px;
}
.content > .fsn-row:first-child {
	padding-top: 40px;
}
.breadcrumbs {
	font-size: 0;
	line-height: 0;
	padding-top: 40px;
}
.breadcrumbs a {
	font-size: 10px;
	line-height: 1em;
	text-decoration: none;
	padding-right: 4px;
}
.breadcrumbs a::after {
	content: ">";
	margin-left: 4px;
	display: inline-block;
}
.breadcrumbs a:last-child::after {
	content: "";
}
.pagebody {
	position: relative;
}
.pagebody.noslider {
	padding-top: 40px;
}
.pagebody img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.pagebody h1, .pagebody h2, .pagebody h3, .pagebody h4 {
	line-height: 1.4em;
	color: #004189;
}
.pagebody h3, .pagebody h4 {
	color: #000;
}
.pagebody h1 {font-size: 36px;}
.pagebody h2 {font-size: 24px;}
.pagebody h3 {font-size: 22px;}
.pagebody h4 {font-size: 20px;}
.pagebody p {
	margin-bottom: 1em;
}
.copyrightline {
	margin-top: 10px;
	margin-bottom: 20px;
}
.fsn-text ul {
	padding-left: 20px;
	margin-bottom: 1em;
}
.fsn-text li {
	padding-bottom: .5em;
}
.fsn-text > *:last-child {
	margin-bottom: 0;
}
.backtolist {
	display: block;
	margin-top: 60px;
	text-decoration: none;
}
.navigation {
	margin-top: 60px;
	text-align: center;
}
.nav-links > div {
	display: inline-block;
	padding: 0 10px;
}
.boldtext {
	font-weight: 300;
}
.datatable {
	margin-top: 40px;
}
.datatable table {
	background-color: #fff;
	border: 1px solid #7e7e7d;
}
.datatable tr {
	border-bottom: 1px solid #7e7e7d;
}
.datatable tbody tr:last-child {
	border-bottom: 0 none;
}
.datatable th, .datatable td {
	padding: 10px;
	height: auto;
	width: auto;
}
.dataimagetext {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "image text";
	margin-bottom: 25px;
}
.dataimagetext:nth-child(2n), .dataimagetext + .cbutton + .fsn-row .dataimagetext, .dataimagetext:nth-child(2n) + .cbutton + .fsn-row .dataimagetext:nth-child(2n) {
	grid-template-areas: "text image";
}
.dataimagetext:nth-child(2n) + .cbutton + .fsn-row .dataimagetext, .dataimagetext + .cbutton + .fsn-row .dataimagetext:nth-child(2n) {
	grid-template-areas: "image text";
}
.dataimagetext > div {
	position: relative;
	display: block;
	height: 460px;
}
.dataimagetext .image {
	grid-area: image;
	background-color: #fff;
	padding: 40px;
}
.dataimagetext .image > div {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.dataimagetext .content {
	grid-area: text;
	padding-left: 100px;
	padding-right: 100px;
	background-color: #0076be;
}
.dataimagetext .content > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: calc(100% - 200px);
}
.dataimagetext .content * {
	color: #fff;
}
.cbutton {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.cbutton a, .caldera-grid .btn-default, .powermail_submit {
	border: 1px solid #9c9d9d !important;
	background-color: #fff !important;
	text-decoration: none !important;
	font-size: 18px !important;
	line-height: 1em !important;
	color: #000 !important;
	padding: 8px 45px !important;
}
.cbutton a:hover, .caldera-grid .btn-default:hover, .powermail_submit:hover {
	background-color: #9c9d9d !important;
	color: #fff !important;
}
.cbutton a.gone {
	display: none;
}
.caldera-grid .btn-default {
	margin: 40px 0 !important;
}
.caldera-grid .field_required, .required {
	color: #e3000f;
}
.caldera-grid label, .layout_form label {
	font-weight: 300 !important;
}
.layout_form label {
	width: 200px;
}
.layout_form label, .layout_form select, .layout_form input[type="text"] {
	display: inline-block;
	font-size: 18px;
	line-height: 1.4em;
}
.submit_container, #recaptcha_v2_widget {
	margin-left: 200px;
}
.cr_ipe_item {
	margin-bottom: 1em;
}
.caldera-grid label a {
	text-decoration: underline !important;
}
.caldera-grid input[type="text"], .caldera-grid input[type="email"], .caldera-grid textarea, .caldera-grid select, .layout_form input[type="text"], .layout_form select {
	background-color: #ececed !important;
	border: 0 none !important;
	box-shadow: none !important;
}
.caldera-grid select {
	width: auto !important;
}
#CF63d8da0ddf06e_1-row-2 .first_col p {
	margin: 0.3em 0 1.3em 0;
	line-height: 1.4em;
}
@media (max-width: 767px) {
	#CF63d8da0ddf06e_1-row-2 .first_col {
		display: none;
	}
	.caldera-grid label, .caldera-grid .caldera_forms_form .screen-reader-text {
		display: block !important;
		width: auto !important;
		height: auto !important;
		overflow: visible !important;
		position: relative !important;
		clip: auto !important;
		font-size: 18px !important;
		line-height: 1.4em !important;
		color: #000 !important;
		margin: 0 !important;
		padding: 0 !important;
		clip-path: none !important;
	}
	#fld_5931360_1-wrap .checkbox label {
		margin-left: 20px !important;
	}
	.layout_form label {
		display: block;
		width: auto;
	}
	.submit_container, #recaptcha_v2_widget {
		margin-left: 0;
	}
}
.placeholder {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px dashed #aaa;
	text-align: center;
	padding: 20px;
	cursor: pointer;
}
.references, .teamlist {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 25px;
}
.teamlist {
	grid-gap: 80px 25px;
}
.references > div {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1.6;
	background-color: #fff;
}
.references a {
	display: block;
	width: 100%;
	height: 100%;
}
.references img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 50%;
	max-height: 50%;
}
.teamlist .img {
	text-align: center;
	width: 100%;
	height: auto;
	aspect-ratio: 300 / 340;
}
.servicelist .img {
	width: 100%;
	height: 200px;
	background-position: center;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}
.teamlist img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.teamlist .desc {
	margin-top: 36px;
	text-align: left;
}
.teamlist .name {
	font-size: 24px;
	margin-bottom: 1em;
}
.searchresults {
	padding: 20px 0 0 20px;
}
.listmatrix, .latestmatrix, .references, .teamlist {
	margin-top: 40px;
}
.listmatrix, .latestmatrix {
	font-size: 0;
	line-height: 0;
}
.listmatrix .entry {
	display: inline-block;
	width: calc((1280px - 75px) / 3) !important;
	height: 605px;
	vertical-align: top;
	margin: 0 25px 25px 0;
}
.listmatrix .entry:nth-child(3n) {
	margin-right: 0;
}
.listmatrix .slick-track {
	margin-left: 0;
}
.listmatrix .img, .latestmatrix .img {
	width: 100%;
	height: 250px;
	background-position: center;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	border: 35px solid #fff;
}
.listmatrix .img.smimg {
	background-size: auto;
}
.latestmatrix .img {
	height: auto;
	border-width: 30px;
	background-size: auto;
}
.branchesmatrix .img, .newslist .img {
	border: 0 none;
}
.branchesmatrix .img {
	background-size: cover;
}
.listmatrix .content, .latestmatrix .content {
	position: relative;
	display: block;
	background-color: #0076be;
	color: #fff;
	padding: 25px 30px;
	height: 350px;
}
.listmatrix .date, .listmatrix .title, .latestmatrix .title {
	margin-bottom: 30px;
}
.listmatrix .date {
	font-size: 14px;
}
.listmatrix .title, .latestmatrix .title {
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 62px;
}
.listmatrix .text, .latestmatrix .text {
	max-width: 100%;
}
.jobslist .text * {
	color: #fff !important;
}
.jobslist .img {
	background-size: auto;
}
.listmatrix .text p, .latestmatrix .text p, .latestmatrix .text h2 {
	font-size: 18px;
	line-height: 1.3em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.listmatrix .text {
	max-height: 112px;
	overflow: hidden;
}
.latestmatrix .text p {
	-webkit-line-clamp: 3;
}
.latestmatrix .text * {
	color: #000 !important;
}
.listmatrix a {
	position: absolute;
	bottom: 30px;
	font-size: 18px;
	text-decoration: underline;
	color: #fff;
}
.latestmatrix .intro {
	color: #fff;
	background-color: #0076be;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1em;
	padding: 12px 20px;
	margin-bottom: 10px;
}
.latestmatrix .entry {
	border: 1px solid #000;
	margin-bottom: 10px;
}
.latestmatrix .content {
	background-color: #fff;
	padding: 0 20px 12px 20px;
	height: auto;
	color: #000;
}
.latestmatrix .title, .latestmatrix .text, .latestmatrix a {
	font-size: 18px;
	line-height: 1.5em;
}
.latestmatrix .title {
	font-weight: 300;
	margin-bottom: 20px;
}
.latestmatrix .text {
	margin-bottom: 30px;
}
.latestmatrix .content a {
	position: relative;
	color: #000;
	text-decoration: underline;
}
.machinematrix .content, .branchesmatrix .content {
	background-color: #fff;
}
.machinematrix li {
	line-height: 1.6em;
}
.machinematrix .title, .machinematrix a, .branchesmatrix .title {
	color: #000 !important;
}
.machinematrix a {
	position: relative;
	bottom: auto;
	line-height: 1em;
}
.machinematrix .text {
	padding: 0 0 40px 20px;
}
.branchesmatrix .text {
	color: #000;
	font-size: 18px;
	line-height: 1.7em;
}
.branchesmatrix .entry {
	height: auto;
}
.branchesmatrix .content {
	height: 250px;
}
.branchesmatrix .img {
	padding: 0;
}
.newsform {
	margin: -40px 0 40px 0;
	font-size: 18px;
}
.newsform .title {
	margin: 0 0 20px 0;
}
.newsform label {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}
.newsform input {
	width: 0;
	height: 0;
	opacity: 0;
}
.newsform input ~ span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #0076be;
	margin: 0 10px -5px 0;
}
.newsform input:checked ~ span {
	background: url(images/checksign.png) no-repeat center #0076be;
	background-size: 16px;
}
.slick-dots {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
}
.slick-dots .slick-active button {
	background-color: #0076be;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -70px;
	width: 50px;
	height: 50px;
	background: url(images/arrow-left.png) no-repeat center #fff;
	border-radius: 25px;
}
.slick-arrow.slick-next {
	right: -45px;
	left: auto;
	background-image: url(images/arrow-right.png);
}
@media (max-width: 1400px) {
	.slick-arrow {
		display: none !important;
	}
}
.sharebar {
	border: 1px solid #808080;
	border-width: 1px 0 0 0;
	margin: 50px 0 0 0;
}
.sharebar-icons {
	margin: 0;
	padding: 14px 0;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	list-style-type: none;
	text-align: right;
}
.sharebar-icons li {
	display: inline-block;
	margin-left: 10px;
}
.sharebar-icons a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/share/facebook.svg) no-repeat center transparent scroll;
	background-size: cover;
}
.sharebar-icons .facebook {background-image: url(images/share/facebook.svg);}
.sharebar-icons .linkedin {background-image: url(images/share/linkedin.svg);}
.sharebar-icons .mail {background-image: url(images/share/e-mail.svg);}
.sharebar-icons .pinterest {background-image: url(images/share/pinterest.svg);}
.sharebar-icons .twitter {background-image: url(images/share/twitter.svg);}
.sharebar-icons .whatsapp {background-image: url(images/share/whatsapp.svg);}
.sharebar-icons .xing {background-image: url(images/share/xing.svg);}


/* Responsive */
@media (max-width: 1300px) {
	.bodywrap, .full-width-row {
		width: 100%;
		margin: 0;
	}
	.content > .full-width-row, .content > .full-width-container .fsn-width-row {
		padding-left: 20px;
		padding-right: 20px;
	}
	.bodywrap article.content > .fsn-row, .pagefooter > .fsn-row.seamless {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.headerblock {
		top: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.mainmenubox {
		padding: 0 20px;
		margin-left: 0;
		box-sizing: border-box;
	}
	.backtotop {
		right: 20px;
	}
	.listmatrix .entry {
		width: calc((100vw - 40px - 50px) / 2) !important;
		margin: 0 25px 25px 0;
	}
	.listmatrix .entry:nth-child(2n) {
		margin-right: 0;
	}
	.listmatrix .entry:nth-child(3n) {
		margin-right: 25px;
	}
}
@media (max-width: 1024px) {
	.headerblock {
		position: fixed;
		height: 40px;
		border-bottom: 1px solid #0076be;
		z-index: 100;
		overflow: visible;
	}
	.headerlogo {
		top: 7px;
		height: 30px;
	}
	.headerlogo img {
		width: auto;
		height: 100%;
	}
	.topmenu {
		display: none;
	}
	.headerslider {
		height: calc(100vw / 3.84) !important;
		margin-top: 40px;
	}
	.pagebody.noslider {
		padding-top: 40px;
	}
	.mobilemenu, .mobilemenu-close {
		display: block;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: url(images/Menue.svg) no-repeat center transparent;
		background-size: 30px;
		cursor: pointer;
	}
	.mobilemenu-close {
		background-image: url(images/Menue-close.svg);
		background-size: 20px;
		display: none;
		z-index: 110;
	}
	.mobilemenu-close.open {
		display: block;
	}
	.topsearch {
		top: 7px;
		right: 70px;
		width: 70px;
	}
	.floatsearchform input[type="text"] {
		font-size: 1em;
	}
	.mainmenubox {
		display: none;
		left: auto;
		top: 0;
		right: 0;
		width: 80vw;
		height: auto;
		z-index: 100;
		max-height: 100vh;
		overflow: auto;
	}
	.mainmenubox.open, .mobilemenu-close.open {
		display: block;
	}
	#mainmenu {
		margin: 40px 0;
	}
	#mainmenu > li {
		display: block;
		margin: 0 0 10px 0;
	}
	#mainmenu a {
		color: #fff !important;
		padding: 0 10px;
		line-height: 40px;
	}
	#mainmenu li:hover > a {
		color: #fff !important;
	}
	#mainmenu ul a, #mainmenu ul li:hover > a {
		padding: 4px 10px;
		line-height: 22px;
	}
	#mainmenu li > ul {
		display: block;
		width: 100%;
		position: relative;
		background-color: transparent;
		padding: 0;
	}
	#mainmenu ul {
		position: relative !important;
		background: transparent !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		border: 0 none !important;
		margin-left: 10px !important;
	}
	#mainmenu ul ul {
		display: none !important;
	}
	.breadcrumbs {
		display: none;
	}
	.references, .teamlist {
		grid-template-columns: 1fr 1fr;
	}
	.teamlist .name {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	body, button, input, select, textarea, td, th, li, .pagefooter p {
		font-size: 16px;
	}
	.pagebody h1 {font-size: 28px;}
	.pagebody h2 {font-size: 20px;}
	.pagebody h3 {font-size: 18px;}
	.pagebody h4 {font-size: 17px;}
	.listmatrix .entry {
		width: calc(100vw - 40px - 25px) !important;
		margin: 0 25px 25px 0;
	}
	.datatable {
		overflow: scroll;
	}
	.datatable table {
		min-width: 768px;
		width: 100%;
		border-collapse: collapse;
	}
	.dataimagetext {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: repeat(auto-fill, 1fr) !important;
		grid-template-areas: "image" "text" !important;
	}
	.dataimagetext .content {
		padding-left: 40px;
		padding-right: 40px;
	}
	.dataimagetext .content > div {
		max-width: calc(100% - 80px);
	}
}