@font-face {
	font-family: 'Calibre';
	src: url('fonts/Calibre-Medium.eot');
	src: url('fonts/Calibre-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibre-Medium.woff') format('woff'),
		url('fonts/Calibre-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Calibre';
	src: url('fonts/Calibre-Light.eot');
	src: url('fonts/Calibre-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibre-Light.woff') format('woff'),
		url('fonts/Calibre-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Calibre';
	src: url('fonts/CalibreWeb.eot');
	src: url('fonts/CalibreWeb.eot?#iefix') format('embedded-opentype'),
		url('fonts/CalibreWeb.woff') format('woff'),
		url('fonts/CalibreWeb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gravur';
	src: url('fonts/GravurCondensed-Light.eot');
	src: url('fonts/GravurCondensed-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/GravurCondensed-Light.woff') format('woff'),
		url('fonts/GravurCondensed-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gravur';
	src: url('fonts/GravurCondensed-Regular.eot');
	src: url('fonts/GravurCondensed-Regular.eot?#iefix')
			format('embedded-opentype'),
		url('fonts/GravurCondensed-Regular.woff') format('woff'),
		url('fonts/GravurCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: 0.15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	position: relative;
	z-index: 999999;
	margin-left: -5px;
	/* left: 0; */
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -11px;
}

.hamburger-inner,
.hamburger-inner:after {
	position: absolute;
	width: 25px;
	height: 3px;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #333;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
	background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: '';
}

.hamburger-inner:before {
	top: -10px;
}

.hamburger-inner:after {
	bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 0.1s;
}

.hamburger--squeeze .hamburger-inner:before {
	transition: top 0.1s ease 0.14s, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner:after {
	transition: bottom 0.1s ease 0.14s,
		transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s ease, opacity 0.1s ease 0.14s;
	opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 0.1s ease,
		transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
	transform: rotate(-90deg);
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	box-sizing: border-box;
	font-size: 16px;
}

*,
*::after,
*::before {
	box-sizing: inherit;
}

body {
	font-family: 'Calibre';
	background: #fff;
	font-size: 16px;
	color: #333;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-ms-font-feature-settings: 'liga' 1;
}

:root {
	--videoHeight: 61.7vw;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* General */
.wrap {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.hamburger {
	display: none;
}

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

main {
	transition: transform 0.25s ease-in-out;
	position: relative;
}

.drk nav li,
.kontakt nav li {
	color: #333;
}

.kontakt .content__title h1 {
	color: #333;
}

.news .content__title h1 {
	color: #fff !important;
}

.service.kontakt.news h1.logo {
	background: url('img/logo.png') no-repeat;
	background-size: 100%;
}

.drk .content__header h1 {
	color: #333;
}

.drk .hamburger-inner,
.drk .hamburger-inner:after {
	background: #333;
}

/* Header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
	height: 85px;
	display: block !important;
	padding-top: 20px;
	transition: color 0.05s ease-in-out;
	z-index: 99999;
}
@media screen and (max-width: 900px) {
	.header {
		position: absolute;
		padding-top: 20px !important;
		height: 75px;
	}
	.header .hamburger {
		margin-top: 9px;
	}
}
.header.active {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	/* padding-bottom: 55px; */
	width: 100%;
	background: #fff;
	height: 85px;
	display: block !important;
}

.header.active h1.logo {
	width: 80px;
	margin-top: 5px;
	background: url('img/logo_b.png') no-repeat;
	background-size: 100%;
}

.header.active nav li:not(.current_page_item) {
	color: #000;
}

.header-reveal {
	padding: 0 34px;
	position: relative;
	z-index: 999;
	max-width: 1400px;
	margin: 0 auto;
}

h1.logo {
	text-indent: -9999px;
	width: 80px;
	height: 70px;
	margin-top: 5px;
	background: url('img/logo_b.png') no-repeat;
	background-size: 100%;
	float: right;
	display: inline-block;
}
@media screen and (max-width: 900px) {
	h1.logo {
		margin-left: 32px;
		margin-top: 0px;
		width: 70px;
	}
}
.service.kontakt .content__list-item p {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-weight: 300;
}

.service.kontakt .content__list-item .col_3x.col--row:nth-of-type(2) p {
	margin: 0 auto 0 45px;
	display: table;
}

.nav__main {
	display: inline-block;
	padding-top: 10px;
}

.nav__main li {
	display: inline-block;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 21px;
	line-height: 1.3125rem;
	font-weight: 300;
	color: #333;
	margin-right: 10px;
}

nav li a {
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

nav li a:hover {
	text-decoration: none;
	color: #dc0714;
}

.nav__main li.current_page_item {
	color: #dc0714;
}

.nav__switch {
	float: right;
	margin-right: 75px;
	display: inline-block;
	padding-top: 10px;
}
@media screen and (max-width: 900px) {
	.nav__switch {
		display: none;
	}
}
.lang--mobile {
	padding-top: 40px;
	padding-left: 15px;
	display: none;
}
@media screen and (max-width: 900px) {
	.lang--mobile {
		display: block;
	}
}
.lang--mobile li {
	margin-left: 0 !important;
	padding-left: 5px;
}

.nav__switch li,
.lang--mobile li {
	display: inline-block !important;
	font-size: 1.3125rem !important;
	line-height: 1.3125rem !important;
	font-weight: 300;
	color: #333;
	margin-right: 5px;
}

.nav__switch li a.active {
	color: #dc0714;
}

#language > li > a {
	display: none;
}

/* Grid */
.col_4x {
	width: calc(25% - 15px);
}
.col_4x.gallery {
	width: calc(25% - 20px);
}

.col_3x {
	width: calc(75% - 15px);
}
.col_3x.gallery {
	width: calc(75% - 20px);
}

.col_3x.col--row {
	width: 33.33%;
	float: left;
}

.col_2x {
	width: 50%;
}
.col_2x.gallery {
	width: calc(50% - 20px);
}

.col_1x {
	width: 100%;
}

/* Content */
.content {
	position: relative;
	z-index: 5;
	padding-top: calc(80vh + 5vw);
}
.content--small {
	padding-top: calc(calc(75vh + 5vw));
}
@media screen and (max-width: 900px) {
	.content {
		padding-top: 180px;
	}
}
.content:before {
	height: 400vh;
	content: '';
	width: 100vw;
	z-index: 3;
	background: url('img/bg.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: local;
	background-position: center top;
	position: absolute;
	top: calc(80vh - 20vw);
	left: 0;
}
@media screen and (max-width: 900px) {
	.content:before {
		top: 300px;
	}
}
.content--small:before {
	height: 400vh;
	content: '';
	width: 100vw;
	z-index: 3;
	background: url('img/bg-min.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: local;
	background-position: center top;
	position: absolute;
	top: calc(75vh - 10vw);
	left: 0;
}
@media screen and (max-width: 900px) {
	.content--small:before {
		top: 300px;
	}
}
.has-video .content {
	position: relative;
	z-index: 5;
	padding-top: calc(var(--videoHeight) + 5vw);
}
@media screen and (max-width: 900px) {
	.has-video .content {
		padding-top: 180px;
	}
}
.has-video .content:before {
	height: 400vh;
	content: '';
	width: 100vw;
	z-index: 3;
	background: url('img/bg.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: local;
	background-position: center top;
	position: absolute;
	top: calc(var(--videoHeight) - 20vw);
	left: 0;
}
@media screen and (max-width: 900px) {
	.has-video .content:before {
		top: 300px;
	}
}
.project .content:before {
	content: none;
}

.project .content {
	background: #fff;
	padding-top: 0;
}

.karriere .content__inner > div:first-child,
.kontakt .content__block,
.ref .content__block {
	margin-top: 100px;
}

.karriere .content__block ul {
	margin: 110px 0 55px 0;
}

.kontakt .content__block:nth-child(2) {
	margin-top: 50px;
}

.content__list-item:empty {
	display: none;
}

.karriere.drk .content__header h1 {
	color: #fff;
}

.project .content {
	margin-top: 100vh;
}

.home .content__block:last-of-type a {
	margin-top: 25px;
	display: inline-block;
}

.content__inner {
	position: relative;
	z-index: 3;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 0px;
}
.content__inner > .content__block:first-child {
	margin-top: 0 !important;
}
.content__inner > .content__block.content__block--title {
	margin-bottom: 15px;
	padding-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
	.content__inner {
		padding-top: 280px;
	}
}
@media screen and (max-width: 900px) {
	.content--small .content__inner {
		padding-top: 240px;
	}
}

/*.content__bg {
	min-height: 100vh;
	width: 100vw;
	z-index: 10;
	background-image: url("img/header-bg2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	margin-top: 10%;
}*/
.content-inner {
	margin: 30% 35px 0;
	background-image: -webkit-linear-gradient(bottom, #fff 90%, transparent 20%);
}

.content__inner h1 {
	padding: 0 0 75px;
}

/* Slider */
.cycle-slideshow,
.header__video {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.header__video {
	width: 110vw;
	/*max-height: 1080px;*/
	height: auto;
	object-fit: cover;
}
@media screen and (max-width: 900px) {
	.header__video {
		min-height: 550px;
		max-height: 550px;
	}
}
.cycle-slideshow div {
	width: 100vw;
	height: 100vh;
	background-position: center top;
}
@media screen and (max-width: 900px) {
	.cycle-slideshow div {
		min-height: 500px;
		max-height: 500px;
	}
}
.cycle-slideshow div img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.content__header-background {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center top;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
@media screen and (max-width: 900px) {
	.content__header-background {
		min-height: 500px;
		max-height: 500px;
	}
}
.content__header-background img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.content__title {
	position: fixed;
	right: 0;
	padding-top: 100px;
	top: 10vw;
	z-index: 5;
	width: 100%;
}
@media screen and (max-width: 900px) {
	.content__title {
		top: 20px;
	}
}
.content__title.bg {
	height: 300px;
	background: #fff;
	background-size: 100%;
	background-attachment: local;
	background-position: center bottom;
	z-index: 2;
	top: -52px;
	-webkit-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
	position: relative;
}

.content__title.bg h1 {
	padding-top: 160px;
	margin-left: 23%;
	width: auto;
	float: none;
}

.content__title div {
	max-width: 1400px;
	margin: 0 auto;
}

.content__title h1 {
	font-family: 'Gravur';
	font-size: 99px;
	font-size: 6.1875rem;
	line-height: 91px;
	line-height: 5.6875rem;
	font-weight: 300;
	color: #fff;
	width: calc(75% - 15px);
	max-width: 1400px;
	float: right;
	padding-right: 35px;
}

.subline {
	font-family: 'Calibre';
	font-size: 31px;
	font-size: 1.9375rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: 300;
	margin-top: 5px;
	display: block;
	max-width: 400px;
}

.content__header h1 span {
	font-weight: 400;
}

.content__block {
	float: right;
	margin: 100px 0 55px;
	padding-right: 35px;
}
.content__block--title {
	padding-bottom: 0;
}
.content__block--title + .content__block {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.content__block--min-gap {
	margin: 25px 0 55px;
}
.content__block--min-gaps {
	margin: 25px 0 0px !important;
}
.content__block--gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 35px !important;
}
@media screen and (max-width: 900px) {
	.content__block--gallery {
		padding: 0 20px !important;
	}
}
.content--section .content__block {
	margin: 40px 0 40px;
}
@media screen and (max-width: 900px) {
	.content--section .content__block {
		margin: 10px 0 10px;
	}
}
.content__block.contact-headline {
	margin: 100px 0 30px;
	padding: 0px 20px !important;
}

.content__block.filters {
	margin-bottom: 110px;
}

.content__block.start {
	margin: 40px 0 100px;
}

.content__block .content__txtgrid-item:nth-child(3n) {
	margin-right: 0;
}

.content__block h2 {
	font-size: 31px;
	font-size: 1.9375rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: 500;
}

.content__grid h2.back {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-weight: 500;
	margin: 67px 0 15px;
}

.content__grid h2.back a:hover {
	border-bottom: 1px solid #dc0714;
	text-decoration: none;
}

.karriere .content__block.alt h2 {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-weight: 500;
}

.karriere .content__block.alt p,
.content__text {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
}

.karriere
	.content__block:not(.col-nogap):not(.contact-form):not(.contact-headline):not(
		.content__block.content__block--min-gap
	) {
	margin-top: 80px;
}
@media screen and (max-width: 900px) {
	.karriere
		.content__block:not(.col-nogap):not(.contact-form):not(
			.contact-headline
		):not(.content__block.content__block--min-gap) {
		margin-top: 25px;
	}
}
.col-nogap {
	margin: 45px 0 0 0;
}

.col-nogap-t {
	margin: 100px 0 0 0;
}
.col-nogap-b {
	margin-bottom: 0;
}

.col-headline {
	margin: 100px 0 25px 0;
}

@media screen and (max-width: 900px) {
	.gallery {
		width: 100% !important;
	}
	.gallery:not(:last-child) {
		margin-bottom: 20px;
	}
	.gallery:not(:last-child) .gallery__desc {
		padding-bottom: 15px;
	}
}

.gallery__image.image--video {
	width: 100%;
	height: auto;
}
.gallery__image.image--video .wp-video,
.gallery__image.image--video video {
	width: 100% !important;
	height: auto !important;
}
.gallery__image.image--video video[poster] {
	object-fit: cover;
}

.gallery__image + .gallery__desc {
	padding-top: 14px;
}

.gallery__desc {
	font-size: 1.3125rem;
	line-height: 1.4375rem;
	margin-top: -4px;
}

@media screen and (max-width: 900px) {
	.is-empty {
		display: none;
	}
}

.consent {
	background: #efeeec;
	width: 100%;
	height: 600px;
	padding: 30px;
	text-align: left;
}
.consent p {
	padding-top: 20%;
}
.consent a {
	margin-top: 25px !important;
}

.col-nogap .col_1-3x.arrow img {
	display: block;
}
@media screen and (max-width: 900px) {
	.col-nogap .col_1-3x.arrow img {
		width: 150px;
	}
}
.check-list li {
	position: relative;
	padding-bottom: 20px;
}
.check-list li:before {
	content: '';
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAxOC40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAxOC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0RDMDcxNDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNCwxLjFMNy43LDE4LjRMMCw5LjRsMS4zLTEuMWw2LjQsNy40TDIyLjgsMEwyNCwxLjF6Ii8+Cjwvc3ZnPgo=')
		no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 30px;
	width: 30px;
	position: absolute;
	left: -45px;
	top: 8px;
}

@media screen and (max-width: 900px) {
	.check-list ul {
		padding-left: 45px;
	}
}

.content__grid.small-grid {
	margin: -30px 0 0 0;
	padding: 0 35px 0 0;
	float: right;
}
.content__grid.small-grid > div {
	margin: 0 20px 10px 0 !important;
}
@media screen and (max-width: 900px) {
	.content__grid.small-grid > div {
		margin: 0 5px 5px 0 !important;
	}
}
@media screen and (max-width: 900px) {
	.content__grid.small-grid {
		padding: 0px 20px;
	}
	.content__grid.small-grid .col_1-3x {
		width: calc(50% - 5px) !important;
	}
}
.image.slider {
	position: relative;
	background: #fff;
}
.image.slider:hover .slider__nav {
	opacity: 1;
	transition: opacity 0.45s ease-in-out;
}
.slider--width {
	width: calc(100% - 30px) !important;
}
@media screen and (max-width: 900px) {
	.slider--width {
		width: 100% !important;
	}
}
.slider__nav {
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMC44TDE0LjQsMTJMMCwyMy4yTDAuNiwyNEwxNiwxMkwwLjYsMEwwLDAuOHoiLz4KPC9zdmc+Cg==')
		no-repeat;
	position: absolute;
	top: calc(50% - 25px);
	z-index: 103;
	text-indent: -99999px;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.45s ease-in-out;
}
.slider__nav--red {
	background: red;
	mask-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMC44TDE0LjQsMTJMMCwyMy4yTDAuNiwyNEwxNiwxMkwwLjYsMEwwLDAuOHoiLz4KPC9zdmc+Cg==');
	mask-size: contain;
	mask-repeat: no-repeat;
	opacity: 1;
	top: 100%;
	width: 36px;
	height: 36px;
}
.slider--coworker .slider__nav--red.cycle-next {
	top: 25%;
	right: -5px;
}
.slider--coworker .slider__nav--red.cycle-prev {
	top: 25%;
	left: -5px;
}
@media screen and (max-width: 900px) {
	.slider--coworker .slider__nav--red.cycle-next {
		top: 100%;
		right: 0;
	}
	.slider--coworker .slider__nav--red.cycle-prev {
		top: 100%;
		left: 0;
	}
}
.cycle-next {
	right: 15px;
}

.cycle-prev {
	left: 15px;
	transform: rotate(-180deg);
}

.content__icongrid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0 0;
}
.content__icongrid .col_1-3x {
	margin-bottom: 70px;
	width: calc(31% - 10px);
}
@media screen and (max-width: 800px) {
	.content__icongrid .col_1-3x {
		margin-bottom: 35px;
	}
	.content__icongrid .col_1-3x.col_md_2x {
		width: calc(48% - 10px) !important;
	}
}
.content__icongrid .col_1-4x {
	margin-bottom: 70px;
	width: calc(24% - 10px);
}
@media screen and (max-width: 800px) {
	.content__icongrid .col_1-4x {
		margin-bottom: 35px;
	}
	.content__icongrid .col_1-4x.col_md_2x {
		width: calc(48% - 10px) !important;
	}
}
.col_1-3x {
	width: calc(33% - 10px) !important;
	margin: 0 10px 0 0;
	display: inline-block;
	float: left;
}
@media screen and (max-width: 900px) {
	.col_1-3x {
		margin-bottom: 35px;
	}
	.col_1-3x.col_md_1x {
		width: 100% !important;
	}
}
.col_1-2x {
	width: calc(66% - 5px);
	margin: 0 0 0 0;
	display: inline-block;
	float: left;
}
@media screen and (max-width: 900px) {
	.col_1-2x.col_md_1x {
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	.col_1-3x.col_md_1x.arrow p,
	.col_1-3x.col_md_1x.arrow a {
		padding-top: 0 !important;
	}
}

.col_1-3x.col_md_1x.arrow h3 {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.karriere .content__block p + p,
.coworker__text p + p,
.karriere .content__grid p + p {
	padding-top: 25px;
}

.karriere .content__block div.col_1-3x.col_md_1x.arrow p + p {
	padding-top: 0;
}

.karriere .content__block.icons p + p {
	padding-top: 10px;
}

.fas,
.far {
	font-size: 45px;
	color: #dc0714;
	margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
	.fas,
	.far {
		font-size: 35px;
	}
}
@media screen and (max-width: 900px) {
	.col_2x.col_md_1x {
		width: 100% !important;
	}
}

.grid--coworker {
	padding-top: 25px;
}

.coworker {
	margin: 35px 0 15px 0;
}
@media screen and (max-width: 900px) {
	.coworker {
		margin: 0 0 25px 0;
	}
}
.slider__item--coworker {
	width: 100%;
	padding-bottom: 2rem;
}
.slider__item--coworker .flex {
	width: calc(100% - 120px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}
.slider__item--coworker .flex > div {
	width: 45%;
	flex: 0 1 45%;
}
@media screen and (max-width: 900px) {
	.slider__item--coworker .flex {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.slider__item--coworker .flex > div {
		width: 100%;
		flex: 0 1 100%;
	}
}
.coworker__portrait {
	width: 170px;
	display: inline-block;
	margin-right: 20px;
}
@media screen and (max-width: 900px) {
	.coworker__portrait {
		width: 90px;
	}
}
.coworker__portrait img {
	border-radius: 50%;
	aspect-ratio: 1/1;
	object-fit: cover;
	overflow: hidden;
}

.mapouter {
	position: relative;
	text-align: right;
	height: 500px;
	width: 100%;
}

.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 500px;
	width: 100%;
}
.gmap_canvas iframe {
	width: 100%;
	height: 100%;
}

.coworker__text {
	width: calc(100% - 195px);
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 900px) {
	.coworker__text {
		width: calc(100% - 115px);
	}
}
.content__block:not(.img) img {
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 70px 0 0;
}

.content__block img.contact__image {
	margin: -50px 0 0 0;
	display: block;
	padding: 0;
	vertical-align: top;
	height: auto;
	width: 100%;
	max-width: 208px;
	float: right;
}

.content__block p > img {
	width: auto;
	max-width: 50%;
	padding-top: 0;
	margin: 5px 0 0 0;
	vertical-align: top;
}

.overline {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-weight: 300;
	width: 25%;
	padding: 70px 0 0 35px;
	float: left;
	display: inline-block;
}

.content__block.alt h2,
.project .content__block:not(.txt--color) > h2 {
	color: #dc0714;
}

.karriere .content__block.alt h2 {
	color: #000;
}

.scroll.alt {
	float: left;
	width: 100%;
}

.project .content__block {
	margin: 67px 0 55px;
}

.project .content__grid.img div:hover img,
.karriere .content__grid.img div:hover img {
	opacity: 1;
}

.content__block p,
.grid--text p,
.grid--text h2,
.grid--text h3,
.grid--text h4,
.arrow a,
.arrow p {
	font-size: 31px;
	font-size: 1.9375rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: 300;
}

.grid--text h2,
.grid--text h3,
.grid--text h4 {
	color: #dc0714;
	padding: 20px 0 20px 0;
}

strong {
	font-weight: 500;
}

.content__block ul {
	margin: 25px 0 0;
}

.content__block li {
	font-size: 31px;
	font-size: 1.9375rem;
	line-height: 34px;
	line-height: 2.125rem;
	font-weight: 300;
	display: block;
}

.content__block .small {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	padding-top: 25px;
}

.content__block h4 {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	color: #dc0714;
	font-weight: 500;
}

.content__block h4 + .small {
	padding-top: 15px;
}

.content__block a {
	border-bottom: 1px solid #dc0714;
}

.content__block a:hover {
	text-decoration: none;
}

/* Text Grid */
.content__txtgrid {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
}

.content__txtgrid.block {
	margin: -30px 0 55px;
	width: calc(75% - 15px);
}

.content__txtgrid.full {
	margin: 0 35px 60px;
}

.content__txtgrid.full.references {
	margin: 0;
}

.slide {
	display: none;
}

.content__slider {
	margin: 0 35px 25px;
	display: none;
	overflow: hidden;
	position: relative;
}

.content__slider > .content__txtgrid.full.references {
	width: 100%;
}

.content__inner .cycle-slideshow {
	position: relative;
	padding: 0 20px;
}

.block .content__txtgrid-item {
	width: calc(33.33% - 7px);
	margin: 35px 10px 0 0;
}

.block .content__txtgrid-item:nth-child(3n) {
	margin-right: 0;
}

.content__txtgrid-item {
	width: calc(25% - 20px);
	padding-top: 15px;
	border-top: 1px solid #333;
	margin-right: 20px;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
}

.content__txtgrid-item:last-of-type {
	margin-right: 0;
}

.content__txtgrid-item.item--noborder {
	border-top: 0;
	padding: 5px 0 15px 0;
}

.content__txtgrid-item h2 {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-weight: 500;
	min-height: 50px;
	padding-bottom: 5px;
}

.service.drk.about .content__txtgrid-item h2 {
	font-weight: 400;
}

.service.drk.about .content__txtgrid-item b {
	font-weight: 500;
}

.content__txtgrid-item p {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
}

.content__txtgrid-item .more {
	padding-top: 50px;
	border-bottom: 1px solid #dc0714;
	display: inline-block;
	vertical-align: bottom;
	/* position: relative; */
	/* bottom: 0; */
	/* vertical-align: bottom; */
	/* text-align: center; */
	/* vertical-align: top; */
	position: absolute;
	bottom: -50px;
	left: 0;
}
@media screen and (max-width: 900px) {
	.content__txtgrid-item .more {
		bottom: -35px;
	}
}
.karriere .content__txtgrid-item .more {
	bottom: -10px;
}
@media screen and (max-width: 900px) {
	.karriere .content__txtgrid-item .more {
		bottom: -5px;
	}
}
.content__txtgrid-item .more:hover {
	text-decoration: none !important;
}

body:not(.karriere) .content__inner h1 {
	font-family: 'Gravur';
	font-size: 99px;
	font-size: 6.1875rem;
	line-height: 91px;
	line-height: 5.6875rem;
	font-weight: 300;
	left: 33.33%;
	margin-left: 35px;
}

body:not(.karriere) .content.content--section .content__inner h1 {
	font-family: 'Gravur';
	font-size: 99px;
	font-size: 6.1875rem;
	line-height: 91px;
	line-height: 5.6875rem;
	font-weight: 300;
	left: 33.33%;
	margin-left: 0;
	padding-bottom: 0;
	text-indent: -10px;
}

.project .content__inner {
	padding-top: 10px;
}

.content__inner h1 + .content__block {
	margin-top: 0;
}

.content__inner h1 span {
	font-weight: 500;
}

.content__block .content__txtgrid-item,
.project .content__txtgrid-item {
	width: calc(33.33% - 7px);
	margin: 35px 10px 0 0;
}

img.full {
	width: 100%;
	padding: 0 35px;
}

.service .content__txtgrid.block {
	float: right;
}

.service .content__txtgrid {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* Kontakt list */
.content__list {
	width: 100%;
	padding-top: 70px;
}
@media screen and (max-width: 900px) {
	.content__list {
		padding-top: 25px;
	}
}
.content__list-item h3,
.content__list-item h4 {
	font-size: 31px;
	font-size: 1.9375rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: 300;
	color: #dc0714;
	padding-bottom: 25px;
}

.content__list-item h4 {
	padding-bottom: 0;
}

.content__list-item h3 .item__location {
	text-align: right;
	float: right;
}

.content__list-item {
	width: 100%;
	border-top: 1px solid #333;
	padding: 25px 0;
}
.content__list-item.arrow {
	border-top: none;
	border-bottom: 1px solid #333;
}
.content__list-item.arrow:last-of-type {
	border-bottom: none;
}

.arrow a {
	position: relative;
	color: #dc0714;
	border-bottom: none;
	display: block;
}
@media screen and (max-width: 900px) {
	.arrow a {
		margin-left: 50px;
	}
}
.arrow a:before {
	content: '';
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNi4zIDE1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNi4zIDE1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0RDMDcxNDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNC4yLDdMNi43LDAuOEw3LjMsMGw5LDcuNWwtOSw3LjVsLTAuNi0wLjhMMTQuMiw4SDBWN0gxNC4yeiIvPgo8L3N2Zz4K')
		no-repeat;
	background-size: 100%;
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	left: -70px;
	top: -4px;
}
@media screen and (max-width: 900px) {
	.arrow a:before {
		background-size: 70%;
		left: -50px;
	}
}
.arrow:not(.content__list-item) a {
	margin-top: 25px;
}

.arrow:not(.content__list-item) ul + p a {
	margin-top: 50px;
}

.content__list-item:last-of-type {
	border-bottom: 1px solid #333;
}

.content__list-item .col_2x {
	float: left;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
}

/* News */
.content__news {
	width: 100%;
}
.content__news h3 {
	font-family: 'Gravur';
	font-size: 6.1875rem;
	line-height: 5.6875rem;
	font-weight: 400;
	padding-bottom: 56px;
	text-indent: -5px;
}
@media screen and (max-width: 900px) {
	.content__news h3 {
		font-size: 75px;
		font-size: 4.6875rem;
		line-height: 67px;
		line-height: 4.1875rem;
		padding-bottom: 26px;
	}
}
.content__news-item {
	width: 100%;
	border-top: 1px solid #333;
	padding: 46px 0;
}
.content__news-item time {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-weight: 300;
	padding-bottom: 10px;
	display: block;
}
.content__news-item h2 {
	font-size: 31px;
	font-size: 1.9375rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: 500;
	color: #dc0714;
}
.content__news-item p {
	font-size: 31px;
	font-size: 1.9375rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: 300;
}

.more-news {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: 300;
	padding-top: 25px;
	border: 0;
	background: 0;
	color: #333;
	border-bottom: 1px solid #dc0714;
	cursor: pointer;
	display: none;
}

/* Image Grid */
.content__grid {
	padding: 0 35px;
}
.content__grid--image {
	float: right;
	padding: 0;
}

.slider__item {
	width: 100%;
}
.slider__item img {
	aspect-ratio: 16/9;
	object-fit: cover;
}

.content__grid.start .col_1x {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 100%;
	margin-bottom: 36px;
	position: relative;
}
.content__grid.start .col_1x:nth-child(1) .col_1x-item:nth-child(1) h2 {
	display: none;
}
@media screen and (max-width: 900px) {
	.content__grid.start .col_1x:nth-child(1) .col_1x-item:nth-child(1) {
		display: none;
	}
}
.content__grid.start .col_1x:nth-child(1) .col_1x-item:nth-child(2) .image img {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.content__grid.start .col_1x:nth-child(2) .col_1x-item:nth-child(2) h2 {
	display: none;
}
@media screen and (max-width: 900px) {
	.content__grid.start .col_1x:nth-child(2) .col_1x-item:nth-child(2) {
		display: none;
	}
}
.content__grid.start .col_1x:nth-child(2) .col_1x-item:nth-child(1) .image img {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.content__grid.start .col_1x:nth-child(3) .col_1x-item:nth-child(1) h2 {
	display: none;
}
@media screen and (max-width: 900px) {
	.content__grid.start .col_1x:nth-child(3) .col_1x-item:nth-child(1) {
		display: none;
	}
}
.content__grid.start .col_1x:nth-child(3) .col_1x-item:nth-child(2) .image img {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.content__grid.start .col_1x:hover .image {
	background: #dc0714;
	transition: background 0.5s ease-in-out;
}
.content__grid.start .col_1x:hover h2 {
	opacity: 1 !important;
	transition: opacity 0.5s ease-in-out;
}
.content__grid.start .col_1x-item {
	width: 50%;
	flex: 0 1 50%;
}
@media screen and (max-width: 900px) {
	.content__grid.start .col_1x-item {
		width: 100%;
		flex: 0 1 100%;
	}
}
.content__grid.start .col_1x-item .image {
	background: #333;
	position: relative;
	transition: background 0.5s ease-in-out;
}
@media screen and (max-width: 900px) {
	.content__grid.start .col_1x-item .image img {
		opacity: 0.8 !important;
	}
}
.content__grid.start .col_1x-item h2 {
	width: 100%;
	font-family: 'Gravur';
	font-size: 4.0625rem;
	line-height: 4.0625rem;
	font-weight: 400;
	color: #fff;
	position: absolute;
	text-align: center;
	top: 0%;
	height: 100%;
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px 0 20px;
}
.content__grid.start .col_1x-item:nth-child(1):after {
	content: '';
	height: 30px;
	width: 30px;
	background: #fff;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	position: absolute;
	top: 0;
	right: calc(50% - 15px);
	z-index: 2;
	transform: rotate(-180deg);
}
@media screen and (max-width: 900px) {
	.content__grid.start .col_1x-item:nth-child(1):after {
		content: none;
	}
}
.content__grid.img > div {
	width: calc(50% - 5px);
	margin: 0 10px 0 0;
	display: inline-block;
	float: left;
}

.content__block .col_2x:not(.gallery) {
	width: calc(50% - 5px);
	margin: 0 10px 0 0;
	display: inline-block;
	float: left;
}

@media screen and (max-width: 900px) {
	.content__grid.img.grid--text > div {
		width: 100%;
	}
	.content__grid.img.grid--text > div:first-child,
	.content__grid.img.grid--list > div:first-child {
		margin-bottom: 35px;
	}
}

.karriere .content__grid.img > div {
	margin: 0 10px 10px 0;
}

.karriere .content__grid {
	margin-bottom: 55px;
}

.filter.content__grid.img {
	display: flex;
	flex-wrap: wrap;
}

.filter.content__grid.img > div {
	width: calc(25% - 15px);
	flex: 0 1 auto;
	margin: 0;
	margin-right: 15px;
}
@media screen and (max-width: 1200px) {
	.filter.content__grid.img > div {
		width: calc(50% - 15px);
	}
}
@media screen and (max-width: 900px) {
	.filter.content__grid.img > div {
		width: calc(100%);
		margin-right: 0;
	}
}
.filter.content__grid.img > div:nth-child(2n) {
	margin-right: 15px;
}

.filter.content__grid.img > div:nth-child(4n) {
	margin-right: 15px;
}

.content__grid.img.start > div:nth-child(2n) {
	margin-right: 0;
}

.content__grid.img.start {
	margin-top: 50px;
}

.content__grid.img.start > div {
	margin-bottom: 75px;
}

.project .content__grid.img > div {
	margin-bottom: 10px;
}

.project .content__grid.img > div:nth-child(2n) {
	margin-right: 0;
}

.more-news.done {
	display: none;
}

.content__grid.img > div:nth-child(2n) {
	margin: 0;
}

.content__grid.img.start > div:last-of-type {
	display: none;
}

.content__grid.img div :not(.slider) img {
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.image {
	position: relative;
	width: 100%;
	height: auto;
	background: #333;
	line-height: 0;
	display: block;
}

.image-caption,
.col_2x .image h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 31px;
	line-height: 1.9375rem;
	font-weight: 400;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.content__grid.img h3 {
	position: relative;
	color: #333;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 0;
	display: inline-block;
}

/* Flex grid References */
.col_2x .image:hover h2,
.col_2x .image:hover .image-caption {
	opacity: 1;
}

.content__grid.img:not(.filter) div:hover img {
	opacity: 0.5;
}

.content__grid.img a:hover {
	text-decoration: none;
}

.content__grid:not(.grid--text).img h3 {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-weight: 400;
	margin-top: 15px;
	padding-bottom: 5px;
}

.content__grid:not(.grid--text).img p,
.check-list {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-weight: 300;
}

.check-list .image {
	width: 85%;
}
@media screen and (max-width: 900px) {
	.check-list .image {
		width: 100%;
	}
}
/* Filter */
.content__filter {
	margin: 0 35px 25px;
	/*float: left;*/
}

.inner-slideshow {
	float: right;
}

.content__filter li {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-weight: 300;
	display: inline-block;
	padding: 7px 20px;
	background: #edebea;
	margin-right: 5px;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background 0.25s ease-in-out;
	-webkit-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.content__filter li a {
	display: block;
}

.content__filter li:hover {
	background: #c1beb9;
}

.content__filter li a {
	border: 0;
}

.content__grid.img > div.mix {
	margin-bottom: 55px;
}

li.mixitup-control-active {
	background: #c1beb9;
}

.filters p > span {
	display: block;
	color: #dc0714;
}

.ref .content__bg-inner {
	padding-top: 38%;
}

.hide {
	display: none;
}

li.client-list.active {
	background: #c1beb9;
}

/* Footer */
footer {
	background: #fff;
	padding: 150px 15px 0;
	position: relative;
	z-index: 6;
	width: 100%;
}

footer > div {
	background: #efeeec;
	padding: 35px;
	height: auto;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

footer .col_3x {
	width: calc(75% - 84px);
	float: right;
	margin-top: -5px;
}

footer .col_3x nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
}

footer ul {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	min-width: 200px;
}

footer nav li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.2rem;
	font-weight: 300;
	display: block;
}

#footer li:first-of-type {
	padding-bottom: 15px;
}

.bottom-align {
	display: inline-block;
	height: calc(100% - 118px);
	vertical-align: bottom;
	width: 0px;
	text-indent: -99999px;
}

.back-to-top {
	width: 88px;
	height: 48px;
	background: url('img/footer_fm_logo.png') no-repeat;
	background-size: 100%;
	display: inline-block;
	text-indent: -99999px;
	margin-bottom: 15px;
}

.footer_logo {
	float: right;
	margin-top: 30px;
}

.footer_logo-holder {
	width: 86px;
	height: 53px;
	background: url('img/footer_logo.png') no-repeat;
	background-size: 100%;
	display: block;
	float: right;
	text-indent: -999999px;
}

.linkedIn {
	width: 67px;
	height: 40px;
	background: url('img/linked_in_logo.png') 0 25px no-repeat;
	background-size: 100%;
	display: block;
	padding-bottom: 30px;
	mix-blend-mode: multiply;
}

.instagram {
	width: 100px;
	height: 33px;
	background: url('img/instagram.png') 0 7px no-repeat;
	background-size: auto;
	background-size: 100%;
	display: block;
	padding-bottom: 0;
	mix-blend-mode: multiply;
	text-indent: -99999px;
	padding-top: 15px;
}
.instagram a {
	display: block;
	width: 100px;
	height: 30px;
	margin-top: -5px;
}

.linkedIn a {
	padding-bottom: 20px;
	display: block;
}

.footer_logo a {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-weight: 300;
	display: block;
	white-space: nowrap;
	margin-top: 70px;
}

/* Cookie */
.cookie-inner {
	max-width: 760px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
}

#cookie-law-info-bar p {
	width: 75%;
	flex: 0 1 auto;
	order: 2;
}

.cookie-btn {
	width: 19%;
	flex: 0 1 auto;
	order: 1;
}

.cookie-btn > a {
	margin: 5px !important;
}

#cookie-law-info-bar span {
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	line-height: 19px;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	display: block;
	margin: 10px 0 0 0;
	max-width: 110px;
	border-radius: 0;
	text-align: center;
}

#cookie-law-info-bar {
	padding: 15px;
}

.cli-plugin-main-link {
	margin-left: 0;
	text-decoration: underline;
}

.table {
	width: auto;
	padding: 25px 0 25px 0;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-weight: 300;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.table .table-row {
	border-bottom: 1px solid;
	width: 100%;
	min-height: 50px;
}

.table .table-cell {
	width: 20%;
	display: inline-block;
	padding: 15px 0 15px 0;
	vertical-align: top;
}

.table .table-row > .table-cell:first-of-type {
	width: 20%;
}

.table .table-row > .table-cell:nth-of-type(2) {
	width: 45%;
}

/* Imprint */
.clean .content:before {
	background: none;
}

.clean .content {
	padding-top: 0;
}

.clean .content__block h2 {
	font-family: 'Gravur';
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 42px;
	line-height: 2.625rem;
	padding: 25px 0 5px 0;
}

.contact-form {
	--bg-color: #f2f2f2;
	--border-color: #dc0714;
	--toggle-on-color: #dc0714;
	background: #f2f2f2;
	position: relative;
	padding: 50px;
	margin-top: 20px;
}
.contact-form .frm_slider {
	--toggle-on-color: #dc0714;
}
.contact-form .frm_forms {
	position: relative;
	z-index: 999999;
}
.contact-form .frm_submit button {
	font-size: 30px !important;
	line-height: 100% !important;
	color: #fff !important;
	background: #dc0714 !important;
	border-color: #dc0714 !important;
	height: 60px !important;
	padding: 15px 40px 15px 40px !important;
	transition: color 0.35s ease-in-out;
	float: right;
}
.contact-form .frm_submit button:hover {
	color: #fff !important;
	background: #8f2229 !important;
	border-color: #8f2229 !important;
	transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 900px) {
	.contact-form .frm_submit button {
		height: 50px;
		padding: 10px 40px 10px 40px;
	}
}
.contact-form:before {
	content: '';
	width: 150vw;
	height: 100%;
	background: #f2f2f2;
	display: block;
	position: absolute;
	left: -50vw;
	top: 0;
}
.contact-form .first_col .input--half,
.contact-form .last_col .input--half {
	float: left;
}
.contact-form .first_col .input--half + .input--half,
.contact-form .last_col .input--half + .input--half {
	float: right;
}
.contact-form .frm_form_field input {
	height: 50px;
	background: #f2f2f2;
	border: 1px solid #b0b0b0;
	border-radius: 0;
	box-shadow: 0;
	font-size: 20px;
}
.contact-form .caldera-grid .checkbox-inline + .checkbox-inline {
	margin-left: 0;
}
.contact-form .caldera-grid .referal--label label {
	margin-bottom: 10px;
}
.contact-form .caldera-grid .referal--label .checkbox-inline input {
	margin-top: 3px !important;
}
.contact-form .caldera-grid .checkbox-inline {
	margin-right: 15px;
}
.contact-form .caldera-grid .referal--label .checkbox-inline input {
	margin-right: 5px;
}
.contact-form .frm_form_field a:focus,
.contact-form .frm_form_field a:hover {
	color: #333;
	text-decoration: none;
}
.contact-form .caldera-grid .col-sm-6 {
	width: 48.5%;
}
.contact-form .frm_form_field label,
.contact-form .frm_form_field .frm_primary_label {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 8px;
}
.contact-form .caldera-grid .form-group,
.contact-form .cf-color-picker .form-group {
	margin-bottom: 30px;
}
.contact-form .caldera-grid .col-lg-1,
.contact-form .caldera-grid .col-lg-10,
.contact-form .caldera-grid .col-lg-11,
.contact-form .caldera-grid .col-lg-12,
.contact-form .caldera-grid .col-lg-2,
.contact-form .caldera-grid .col-lg-3,
.contact-form .caldera-grid .col-lg-4,
.contact-form .caldera-grid .col-lg-5,
.contact-form .caldera-grid .col-lg-6,
.contact-form .caldera-grid .col-lg-7,
.contact-form .caldera-grid .col-lg-8,
.contact-form .caldera-grid .col-lg-9,
.contact-form .caldera-grid .col-md-1,
.contact-form .caldera-grid .col-md-10,
.contact-form .caldera-grid .col-md-11,
.contact-form .caldera-grid .col-md-12,
.contact-form .caldera-grid .col-md-2,
.contact-form .caldera-grid .col-md-3,
.contact-form .caldera-grid .col-md-4,
.contact-form .caldera-grid .col-md-5,
.contact-form .caldera-grid .col-md-6,
.contact-form .caldera-grid .col-md-7,
.contact-form .caldera-grid .col-md-8,
.contact-form .caldera-grid .col-md-9,
.contact-form .caldera-grid .col-sm-1,
.contact-form .caldera-grid .col-sm-10,
.contact-form .caldera-grid .col-sm-11,
.contact-form .caldera-grid .col-sm-12,
.contact-form .caldera-grid .col-sm-2,
.contact-form .caldera-grid .col-sm-3,
.contact-form .caldera-grid .col-sm-4,
.contact-form .caldera-grid .col-sm-5,
.contact-form .caldera-grid .col-sm-6,
.contact-form .caldera-grid .col-sm-7,
.contact-form .caldera-grid .col-sm-8,
.contact-form .caldera-grid .col-sm-9,
.contact-form .caldera-grid .col-xs-1,
.contact-form .caldera-grid .col-xs-10,
.contact-form .caldera-grid .col-xs-11,
.contact-form .caldera-grid .col-xs-12,
.contact-form .caldera-grid .col-xs-2,
.contact-form .caldera-grid .col-xs-3,
.contact-form .caldera-grid .col-xs-4,
.contact-form .caldera-grid .col-xs-5,
.contact-form .caldera-grid .col-xs-6,
.contact-form .caldera-grid .col-xs-7,
.contact-form .caldera-grid .col-xs-8,
.contact-form .caldera-grid .col-xs-9 {
	padding-left: 15px;
	padding-right: 15px;
}
.contact-form .input--half {
	width: 48%;
}
@media screen and (max-width: 900px) {
	.contact-form .input--half {
		width: 100%;
	}
}
.contact-form .cf2-field-wrapper * {
	font-size: 20px;
	line-height: 100%;
}
.contact-form .caldera-forms-consent-field-agreement {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	display: inline-block;
}
.contact-form .caldera-grid .alert-success {
	background-color: transparent;
	color: #000;
	position: relative;
	z-index: 10;
	font-family: 'Gravur';
	font-weight: 300;
	padding-top: 20px;
	font-size: 2.0625rem;
	line-height: 2.0625rem;
}
.contact-form .cf2-list-files {
	margin: 10px 0 10px 0 !important;
}
.contact-form
	.caldera-grid
	ul.cf2-list-files
	.cf2-file-listed
	.cf2-file-extra-data {
	margin-top: -45px;
}
.contact-form .cf2-file-name.file-name {
	max-width: 54%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
@media screen and (max-width: 900px) {
	.contact-form .cf2-file-name.file-name {
		max-width: 90%;
	}
}
.contact-form
	.caldera-grid
	ul.cf2-list-files
	.cf2-file-listed
	.cf2-file-extra-data {
	float: right;
}
@media screen and (max-width: 900px) {
	.contact-form
		.caldera-grid
		ul.cf2-list-files
		.cf2-file-listed
		.cf2-file-extra-data {
		display: none;
	}
}
.contact-form .caldera-forms-consent-field-linked_text {
	display: none;
}
.contact-form .caldera-forms-gdpr-field-label {
	display: inline-block !important;
}
.contact-form .frm_form_field input[type='checkbox'],
.contact-form .frm_form_field input[type='checkbox'],
.contact-form .frm_form_field input[type='radio'],
.contact-form .frm_form_field input[type='radio'] {
	--bg-color: #f2f2f2;
	margin-top: 5px;
	vertical-align: top;
}
.contact-form .with_frm_style .frm_dropzone {
	--bg-color: #f2f2f2;
}
.contact-form .frm_dropzone .dz-message {
	padding: 8px;
	background: #e3e3e3;
}
.contact-form .with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload,
.contact-form
	.with_frm_style
	.frm_dropzone
	.dz-preview.dz-complete
	.dz-progress {
	--progress-active-bg-color: #dc0714;
}
.contact-form .with_frm_style .frm_dropzone .frmsvg {
	width: 20px;
	height: 20px;
}
.contact-form .with_frm_style .vertical_radio .frm_checkbox,
.contact-form .with_frm_style .vertical_radio .frm_radio,
.contact-form .vertical_radio .frm_catlevel_1 {
	display: inline-block;
	margin-right: 20px;
}
.contact-form .frm_upload_text button {
	font-size: 16px !important;
}
.contact-form .frm_small_text {
	display: none;
}
.contact-form .frm_small_text p {
	font-size: 14px;
}
.contact-form .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 30px;
}
.contact-form .caldera-forms-consent-field span {
	display: none;
}

.karriere .content__block h3,
.karriere .content__block h1 {
	font-family: 'Gravur';
	font-weight: 300;
	font-size: 4.0625rem;
	line-height: 4.0625rem;
	padding: 0 0 10px 0;
}
.karriere .content__block h3 + p:not(.small),
.karriere .content__block h1 + p:not(.small) {
	padding-top: 25px;
}
.karriere .content__block h3 + p.small,
.karriere .content__block h1 + p.small {
	padding-top: 10px;
}
@media screen and (max-width: 900px) {
	.karriere .content__block h3,
	.karriere .content__block h1 {
		padding: 0;
	}
}
.content--section .content__block h2,
.content--section .content__block h3,
.content--section .content__block h4 {
	font-family: 'Gravur';
	font-weight: 300;
	font-size: 4.0625rem;
	line-height: 4.0625rem;
	padding: 6.25rem 0 30px 0;
}

.karriere .content__block:not(.col-headline) h3 {
	padding: 4.0625rem 0 0 0;
}

.karriere-detail .content__block h1 {
	color: #dc0714;
	font-weight: normal;
}
.karriere-detail .content__block h1 span {
	color: #000;
	font-weight: 300;
}

.karriere .content__block h3 strong {
	font-weight: normal;
}

.clean .content__block h2:first-of-type {
	padding: 0 0 0 0;
}

.clean .content__block h3 {
	font-family: 'Gravur';
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 42px;
	line-height: 2.625rem;
	color: #dc0714;
	padding: 25px 0 5px 0;
}

.clean .content__block h3:first-of-type {
	padding: 0 0 0 0;
}

.clean .content__title {
	position: absolute;
}

.clean .content__inner {
	padding-top: 150px;
}

/* Overlay */
.overlay {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.overlay img {
	width: auto;
	height: auto;
	max-height: 90vh;
	display: block;
	text-align: center;
}

.overlay img.overlay__mobile {
	display: none;
}

.content:after,
.content__bg:after,
.content__block:after,
.content__filter:before,
.content__filter:after,
.content__grid:not(.filter):after,
.content__grid:not(.img):before,
.content__inner:after,
.content__list-item:after,
.content__list:after,
.content__list:before,
.content__txtgrid:after,
.cycle-slideshow:after,
.cycle-slideshow:before,
.wrap:after,
.alt:after,
.alt:before,
footer div:before,
footer div:after,
footer .col_3x:after,
.col_2x:after,
.content__grid:after {
	content: '';
	display: table;
	clear: both;
}

@media screen and (max-width: 1200px) {
	.overlay img {
		width: 90vw;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}
}

@media screen and (max-width: 900px) {
	.overlay img.overlay__mobile {
		display: block;
		width: 80vw;
	}
	.overlay img.overlay__desktop {
		display: none;
	}
	html {
		font-size: 12px;
	}
	.full .content__txtgrid-item {
		width: calc(50% - 10px);
		margin-bottom: 70px;
	}
	.full .content__txtgrid-item.item--noborder {
		margin-bottom: 0;
	}
	.col_3x,
	.col_3x.col--row {
		width: 100%;
	}
	img.full {
		padding: 0 20px;
		background: #fff;
	}
	.karriere .content__block {
		margin-bottom: 0;
		padding-bottom: 110px;
	}
	.content__inner h1 + .content__block {
		padding-top: 0;
	}
	.content__header-background,
	.cycle-slideshow {
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}
	.content__inner > .content__block:first-of-type {
		padding-top: 0;
		background: transparent;
		margin-top: 0;
	}
	.content__block {
		margin: 25px 0 0 0;
		padding: 30px 20px;
	}
	.content__grid h2.back {
		margin: 50px 0 10px;
	}
	.content__block.filters {
		margin-bottom: 0;
	}
	.content__block.start {
		margin: 35px 0;
	}
	.block .content__txtgrid-item:nth-child(3n) {
		margin-right: 10px;
	}
	.content__grid {
		padding: 0 20px;
	}
	.news-headline h2 {
		font-size: 41px;
		font-size: 2.5625rem;
		line-height: 42px;
		line-height: 2.625rem;
	}
	.drk header .nav__main li,
	.kontakt header .nav__main li {
		color: #fff;
	}
	body:not(.karriere) .content__inner h1 {
		margin-left: 20px;
	}
	.content__txtgrid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.content__grid.img.start > div {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
	.karriere .content__inner > div:first-child,
	.kontakt .content__block,
	.ref .content__block {
		margin-top: 40px;
	}
	footer {
		margin: auto 0;
		padding: 75px 0 0 !important;
	}
	footer > div {
		padding: 15px;
	}
	footer .col_3x,
	footer ul {
		display: block;
	}
	footer .col_3x {
		width: calc(90% - 112px);
	}
	footer ul {
		width: 35%;
		min-width: auto;
	}
	.footer_logo-holder,
	.back-to-top {
		width: 56px;
	}
	.footer_logo-holder {
		height: 35px;
	}
	.back-to-top {
		height: 29px;
	}
	.footer_logo a {
		margin-top: 55px;
	}
	.content__filter {
		margin: 25px 20px 25px;
	}
	.content__filter li {
		margin-bottom: 10px;
	}
	.header {
		padding: 0 25px;
	}
	.header-reveal {
		padding: 0;
	}
	.project .content__block {
		margin: 20px 0 10px;
	}
	.project .content__grid.img > div {
		width: 100%;
	}
	.full .content__txtgrid-item:nth-child(2n) {
		margin-right: 0;
	}
	.nav__main li.current_page_item {
		color: #fff;
	}
	.project .hamburger-inner,
	.project .hamburger-inner:after,
	.ref.drk .hamburger-inner,
	.ref.drk .hamburger-inner:after,
	.service.drk .hamburger-inner,
	.service.drk .hamburger-inner:after,
	.service.kontakt .hamburger-inner,
	.service.kontakt .hamburger-inner:after {
		background: #000;
	}
	.project .is-active .hamburger-inner,
	.project .is-active .hamburger-inner:after,
	.ref.drk .is-active .hamburger-inner,
	.ref.drk .is-active .hamburger-inner:after,
	.service.drk .is-active .hamburger-inner,
	.service.drk .is-active .hamburger-inner:after,
	.service.kontakt .is-active .hamburger-inner,
	.service.kontakt .is-active .hamburger-inner:after {
		background: #fff;
	}
	.content__grid.img > div.mix {
		margin-bottom: 35px;
	}
	.nav__main {
		display: none;
		height: 100vh;
		width: 80%;
		background: #dc0714;
		position: absolute;
		left: -25px;
		top: -30px;
		z-index: 99999;
	}
	.nav__switch li {
		line-height: 0;
		vertical-align: top;
	}
	.nav__main li {
		font-size: 51px;
		font-size: 3.1875rem;
		line-height: 52px;
		line-height: 3.25rem;
		color: #fff;
		display: block;
		margin-left: 20px;
	}
	.nav__main > ul:first-of-type > li:first-of-type {
		margin-top: 100px;
	}
	.nav__main li.active {
		color: #fff;
	}
	.nav__main li a:hover {
		color: #fff;
	}
	.header.active {
		z-index: 99;
	}
	.wrap {
		padding: 30px 0 0;
	}
	.content__title.bg h1 {
		margin-left: 0;
	}
	.content__title.bg {
		top: -62px;
	}
	.block .content__txtgrid-item,
	.content__block .content__txtgrid-item,
	.project .content__txtgrid-item {
		width: calc(50% - 10px);
	}
	.content__block .content__txtgrid-item:nth-child(2n) {
		margin-right: 0;
	}
	.content__block .content__txtgrid-item:nth-child(3n) {
		margin-right: 10px;
	}
	.content__header h1,
	.home .content__title h1 {
		font-size: 75px;
		font-size: 4.6875rem;
		line-height: 67px;
		line-height: 4.1875rem;
		width: 100%;
		padding-left: 20px;
	}
	.content__inner h1 {
		padding: 0 0 30px;
		font-size: 75px;
		font-size: 4.6875rem;
		line-height: 67px;
		line-height: 4.1875rem;
	}
	.content__txtgrid-item h2 {
		height: 30px;
		min-height: 30px;
	}
	.content__txtgrid.full {
		margin: 0 20px 30px 20px;
	}
	.content__txtgrid.full .content__txtgrid-item:nth-child(3),
	.content__txtgrid.full .content__txtgrid-item:nth-child(4) {
		margin-bottom: 25px;
	}
	.hamburger {
		display: inline-block;
	}
	.drk .hamburger.is-active .hamburger-inner,
	.drk .hamburger.is-active .hamburger-inner:after {
		background: #fff;
	}
	.drk .nav__main li {
		color: #fff;
	}
	.content__title.bg {
		height: 250px;
	}
	.project .content__inner {
		padding: 0;
	}
	.overline {
		padding: 35px 0 0 20px;
		display: none;
	}
	.content__txtgrid.block {
		margin: 0;
		width: 100%;
		float: right;
		padding: 0 20px 30px;
		background: #fff;
	}
	.content__header-background {
		background-size: 200% !important;
	}
	.service.kontakt .content__list-item .col_2x {
		width: 100%;
	}
	.karriere .content__block ul {
		margin: 50px 0 25px 0;
	}
	.karriere .content__block {
		padding: 30px 20px;
	}
	.karriere .content__block.contact-form {
		padding: 30px 20px;
	}
	.karriere .content__block.icons,
	.karriere .content__block.col-nogap {
		padding-bottom: 0;
	}
	#cookie-law-info-bar span {
		font-size: 14px;
		line-height: 17px;
	}
	#cookie-law-info-bar p {
		display: block;
		width: 100% !important;
		order: 1 !important;
	}
	.cookie-btn {
		display: block;
		width: 100% !important;
		order: 2 !important;
	}
	.cookie-btn > a {
		margin: 10px 0 0 0 !important;
	}
	.cli-plugin-button,
	.cli-plugin-button:visited,
	.medium.cli-plugin-button,
	.medium.cli-plugin-button:visited {
		font-size: 14px;
	}
	.service.kontakt .content__list-item .col_3x.col--row:nth-of-type(2) p {
		display: block;
		margin: 0;
	}
	.content__block img.contact__image {
		float: none;
		margin: 0;
		padding-top: 15px;
	}
	footer nav li {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.content__slider {
		margin: 0 20px 25px;
	}
	.project .content__grid.img > div:nth-child(2n) {
		margin-bottom: 10px;
	}
	.content__block p > img {
		margin: 3px 0 0 0;
	}
}

@media only screen and (max-device-width: 867px) {
	footer ul,
	footer .col_3x {
		width: 100%;
	}
	footer nav {
		display: block;
	}
}

@media only screen and (max-width: 567px) {
	footer ul,
	footer .col_3x {
		width: 100%;
	}
	footer nav {
		display: block;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.content__title h1 {
		font-size: 85px;
		font-size: 5.3125rem;
		line-height: 75px;
		line-height: 4.6875rem;
	}
	.service.drk .content__grid {
		background: #fff;
	}
}

@media screen and (max-width: 1100px) {
	.news-headline h2 {
		font-size: 31px;
		font-size: 1.9375rem;
		line-height: 32px;
		line-height: 2rem;
	}
	.service.kontakt .content__list-item .col_3x.col--row:nth-of-type(2) p {
		margin: 0;
		display: block;
	}
	.content__list-item h3 .item__location {
		max-width: auto;
		text-align: left;
		display: block;
		float: none;
	}
}

@media screen and (max-width: 1423px) {
	footer {
		padding: 150px 0 0;
	}
}

@media screen and (max-width: 320px) {
	html {
		font-size: 10px;
	}
	footer nav li {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
}
