
.mod_mainmenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	background-color: #262626;
	z-index: 100;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	max-width: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: NeuePlak-ExtendedLight, sans-serif;
	font-weight: normal;
	font-style: normal !important;
}

@media screen and (min-width: 600px) {
	.mod_mainmenu {
		padding-top: 18px;
	}
}

@media screen and (min-width: 600px) {
	.mod_mainmenu {
		padding-top: 24px;
	}
}

@media screen and (min-width: 600px) {
	.mod_mainmenu {
		padding-bottom: 18px;
	}
}

@media screen and (min-width: 600px) {
	.mod_mainmenu {
		padding-bottom: 24px;
	}
}

.mod_mainmenu .wrap {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1240px;
	padding-left: 32px;
	padding-right: 32px;
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .wrap {
		padding-left: 48px;
	}
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .wrap {
		padding-left: 64px;
	}
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .wrap {
		padding-right: 48px;
	}
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .wrap {
		padding-right: 64px;
	}
}

.mod_mainmenu .logo {
	display: inline-block;
	justify-self: flex-start;
	height: auto;
	min-width: 150px;
	max-width: 250px;
	box-sizing: border-box;
	-ms-flex-preferred-size: 80%;
	flex-basis: 80%;
	text-align: left;
}

.mod_mainmenu .burger {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-right: 16px;
	margin-left: 16px;
	position: relative;
	display: inline-block;
	width: 36px;
	height: 30px;
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .burger {
		margin-right: 24px;
	}
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .burger {
		margin-right: 32px;
	}
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .burger {
		margin-left: 24px;
	}
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .burger {
		margin-left: 32px;
	}
}

.mod_mainmenu .burger span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	width: 100%;
	background-color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.mod_mainmenu .burger span.two {
	top: 50%;
	margin-top: -3px;
}

.mod_mainmenu .burger span.three {
	top: auto;
	bottom: 0;
}

.mod_mainmenu .burger .toggle {
	display: inline-block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	cursor: pointer;
}

.mod_mainmenu .burger .toggle:checked ~ .button span.one {
	top: 50%;
	top: calc(50% - 3px);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.mod_mainmenu .burger .toggle:checked ~ .button span.two {
	left: -60px;
	opacity: 0;
}

.mod_mainmenu .burger .toggle:checked ~ .button span.three {
	bottom: 50%;
	bottom: calc(50% - 3px);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mod_mainmenu .burger .toggle:checked ~ .navi {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.mod_mainmenu .burger .toggle:checked ~ .navi ul li {
	display: inline-block !important;
}

.mod_mainmenu .menu, .mod_mainmenu .navi {
	display: none;
	-ms-flex-preferred-size: 98%;
	flex-basis: 98%;
	box-sizing: border-box;
	padding-left: 16px;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .menu, .mod_mainmenu .navi {
		padding-left: 24px;
	}
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .menu, .mod_mainmenu .navi {
		padding-left: 32px;
	}
}

.mod_mainmenu .menu ul, .mod_mainmenu .navi ul {
	width: 100%;
	max-width: 100%;
	max-width: 1240px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.mod_mainmenu .menu ul li, .mod_mainmenu .navi ul li {
	padding-left: 4px;
	text-align: left;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	box-sizing: border-box;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .menu ul li, .mod_mainmenu .navi ul li {
		padding-left: 6px;
	}
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .menu ul li, .mod_mainmenu .navi ul li {
		padding-left: 8px;
	}
}

.mod_mainmenu .menu ul li a, .mod_mainmenu .navi ul li a {
	font-size: 90%;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: #999 !important;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.mod_mainmenu .menu ul li a span, .mod_mainmenu .navi ul li a span {
	display: inline-block;
	line-height: 22px;
}

.mod_mainmenu .menu ul li a .mark, .mod_mainmenu .navi ul li a .mark {
	display: contents;
	color: transparent;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	font-size: 115%;
	line-height: 25px;
	vertical-align: baseline;
}

.mod_mainmenu .menu ul li a .mark:before, .mod_mainmenu .navi ul li a .mark:before {
	display: contents;
	line-height: 25px;
	vertical-align: baseline;
}

.mod_mainmenu .menu ul li a:hover, .mod_mainmenu .menu ul li a.active, .mod_mainmenu .menu ul li a.trail, .mod_mainmenu .menu ul li a.current, .mod_mainmenu .navi ul li a:hover, .mod_mainmenu .navi ul li a.active, .mod_mainmenu .navi ul li a.trail, .mod_mainmenu .navi ul li a.current {
	color: #fff !important;
}

.mod_mainmenu .menu ul li a:hover .mark, .mod_mainmenu .menu ul li a.active .mark, .mod_mainmenu .menu ul li a.trail .mark, .mod_mainmenu .menu ul li a.current .mark, .mod_mainmenu .navi ul li a:hover .mark, .mod_mainmenu .navi ul li a.active .mark, .mod_mainmenu .navi ul li a.trail .mark, .mod_mainmenu .navi ul li a.current .mark {
	color: #fff !important;
}

.mod_mainmenu .menu ul li.current a, .mod_mainmenu .navi ul li.current a {
	color: #fff !important;
}

.mod_mainmenu .menu ul li.current a .mark, .mod_mainmenu .navi ul li.current a .mark {
	color: #fff !important;
}

.mod_mainmenu.open .burger {
	z-index: 100;
}

.mod_mainmenu.open .burger span.one {
	top: 50%;
	top: calc(50% - 3px);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.mod_mainmenu.open .burger span.two {
	left: -60px;
	opacity: 0;
}

.mod_mainmenu.open .burger span.three {
	bottom: 50%;
	bottom: calc(50% - 3px);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mod_mainmenu.open .menu {
	background-color: #262626;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 99;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.mod_mainmenu.open .menu ul {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.mod_mainmenu.open .menu ul li {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-left: 0 !important;
	text-align: center;
}

.mod_mainmenu.open .menu ul li.first {}

.mod_mainmenu.open .menu ul li a {
	font-size: 6vw;
	line-height: 130%;
}

.mod_mainmenu.open .menu ul li a span {
	line-height: 130%;
}

.mod_mainmenu.transparent {
	background-color: transparent !important;
}

@media screen and (min-width: 1199px) {
	.mod_mainmenu .burger {
		display: none;
	}
	
	.mod_mainmenu .menu {
		display: inline-block;
	}
}

.ce_text .wrap {
	text-align: left;
	min-width: 0;
}

.ce_text .wrap .headline {
	margin-bottom: 16px;
}

.ce_text .wrap .image_container {
	display: contents;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.ce_text .wrap .text {
	width: 100%;
	box-sizing: border-box;
}

.ce_text .wrap .text ul li, .ce_text .wrap .text ol li {
	margin-left: 32px;
	padding-left: 16px/2;
	margin-bottom: 16px/2;
}

.ce_text .wrap .text ul li.last, .ce_text .wrap .text ol li.last {
	margin-bottom: 0 !important;
}

.ce_text .wrap .text ul li {
	list-style: circle;
}

.ce_text .wrap .text ol li {
	list-style: decimal;
}

.ce_text.header .headline {
	vertical-align: text-bottom;
}

.ce_text.header .headline .font2 {
	list-style: decimal;
	line-height: 3rem !important;
	letter-spacing: 0 !important;
}

@media screen and (min-width: 600px) {
	.ce_text .wrap .text .image_container {
		border: 1px solid #eee;
		display: inline-block;
		width: auto;
		max-width: 33.3333%;
	}
	
	.ce_text .wrap .text.float_left .image_container, .ce_text .wrap .text.float_above .image_container {
		float: left;
		margin-right: 16px;
		margin-bottom: 16px;
	}
	
	.ce_text .wrap .text.float_right .image_container, .ce_text .wrap .text.float_below .image_container {
		float: right;
		margin-left: 16px;
		margin-bottom: 16px;
	}
}

.ce_headline .hwrap {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.ce_headline .hwrap .font2 {}

.ce_headline.text_center .hwrap {
	text-align: center !important;
}

#header {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#header .mod_mainmenu {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#header.transparent {
	background-color: transparent !important;
	height: 0px;
}

#header.transparent .mod_mainmenu {
	background-color: transparent !important;
}

#header.transparent .mod_mainmenu .menu ul li a {
	color: #fff !important;
}

#slideshow {}

#slideshow .content {
	-ms-flex-align: center;
	align-items: center;
}

#slideshow .content .ce_text {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.mailkontakt {
	position: fixed;
	z-index: 200;
	top: 50px;
	bottom: 0;
	left: 1.6px;
	right: auto;
	height: 100%;
	width: 50px !important;
	max-width: 50px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.mailkontakt .wrap {
	position: absolute;
	top: auto;
	bottom: 30%;
	left: 50%;
	width: auto !important;
	height: 50px;
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-ms-transform-origin: left center;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	font-weight: bold !important;
	font-family: "NeuePlak-ExtendedBlack" !important;
	white-space: nowrap;
	color: grey !important;
}

.mailkontakt a {
	display: contents;
	font-weight: normal !important;
	text-decoration: none;
	color: grey !important;
	font-family: "NeuePlak-ExtendedLight" !important;
}

.mailkontakt a:hover {
	color: grey !important;
	text-decoration: underline !important;
}

@media screen and (min-width: 600px) {
	.mailkontakt {
		left: 4.8px;
	}
}

@media screen and (min-width: 900px) {
	.mailkontakt {
		left: 6.4px;
	}
}

.ce_text.intro .text p, .ce_text.intro .text a, .ce_text.intro .text span, .ce_text.kontakt .text p, .ce_text.kontakt .text a, .ce_text.kontakt .text span {
	text-transform: uppercase;
	font-size: 155%;
	line-height: 130%;
	letter-spacing: -.5%;
}

.ce_text.intro .text p, .ce_text.intro .text a, .ce_text.kontakt .text p, .ce_text.kontakt .text a {
	font-family: NeuePlak-ExtendedBlack, Helvetica, sans-serif;
	font-weight: bold;
}

.ce_text.kontakt .text p, .ce_text.kontakt .text a, .ce_text.kontakt .text span {
	font-size: 160%;
	line-height: 130%;
	text-align: center;
	font-weight: normal !important;
}

.ce_text.kontakt .text a {
	font-family: NeuePlak-ExtendedLight, Helvetica, sans-serif;
	font-size: inherit;
	font-size: 90%;
	line-height: inherit;
}

@media screen and (min-width: 600px) {
	.ce_text.kontakt .text p, .ce_text.kontakt .text a, .ce_text.kontakt .text span {
		font-size: 230%;
		line-height: 130%;
	}
	
	.ce_text.kontakt .text a {
		font-family: NeuePlak-ExtendedLight, Helvetica, sans-serif;
		font-size: inherit;
		line-height: inherit;
	}
}

.mod_newslist .item .text {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.mod_newslist .item .text .headline, .mod_newslist .item .text .subheadline {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	font-size: 90% !important;
	line-height: 120% !important;
	font-family: "NeuePlak-ExtendedBlack";
}

.mod_newslist .item .text .subheadline {
	font-size: 90% !important;
}

.mod_newslist .item .text i {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.mod_newslist .item .text .description {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.mod_newslist .item .image_container {
	overflow: hidden;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.mod_newslist .item .image_container img {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.mod_newslist.team .item .text {
	padding: 4px;
	background-color: rgba(255, 255, 255, .85);
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	width: 100%;
	box-sizing: border-box;
}

@media screen and (min-width: 600px) {
	.mod_newslist.team .item .text {
		padding: 6px;
	}
}

@media screen and (min-width: 600px) {
	.mod_newslist.team .item .text {
		padding: 8px;
	}
}

.mod_newslist.team .item .text .headline, .mod_newslist.team .item .text .description {
	color: #262626 !important;
	font-size: 100% !important;
	line-height: 120% !important;
}

.mod_newslist.team .item .text .headline *, .mod_newslist.team .item .text .description * {
	color: #262626 !important;
}

.mod_newslist.team .item .text .description {
	display: inline-block;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.mod_newslist.work .item .inner {
	padding: 8px;
}

@media screen and (min-width: 600px) {
	.mod_newslist.work .item .inner {
		padding: 12px;
	}
}

@media screen and (min-width: 600px) {
	.mod_newslist.work .item .inner {
		padding: 16px;
	}
}

.mod_newslist.work .item .text {
	margin-top: 8px;
}

@media screen and (min-width: 600px) {
	.mod_newslist.work .item .text {
		margin-top: 12px;
	}
}

@media screen and (min-width: 600px) {
	.mod_newslist.work .item .text {
		margin-top: 16px;
	}
}

.mod_newslist.work .item:hover .image_container {
	-ms-transform: scale(.9);
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.mod_newslist.work .item:hover .image_container img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.mod_newslist.aktuelles .item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 8px;
}

@media screen and (min-width: 600px) {
	.mod_newslist.aktuelles .item {
		margin-bottom: 12px;
	}
}

@media screen and (min-width: 600px) {
	.mod_newslist.aktuelles .item {
		margin-bottom: 16px;
	}
}

.mod_newslist.aktuelles .item .headline, .mod_newslist.aktuelles .item .subheadline {
	font-size: 100% !important;
}

.mod_newslist.aktuelles .item .link {
	font-size: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-family: NeuePlak-ExtendedLight, sans-serif;
	color: #262626;
	text-transform: uppercase;
	font-weight: bold;
}

.mod_newslist.aktuelles .item .link i {
	display: inline-block;
	font-size: 180%;
	line-height: inherit;
	margin-right: 4px;
}

.mod_newslist.aktuelles .item:hover .link {
	font-weight: normal !important;
}

.mod_newslist.aktuelles .item:hover .link i {
	-ms-transform-origin: right center;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.mod_newslist.podcasts .item .inner {
	position: relative;
	overflow: hidden;
}

.mod_newslist.podcasts .item .text {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	font-size: min(1.9vw, 15px);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: rgba(255, 255, 255, .9);
	box-sizing: border-box;
	padding: 16px;
	opacity: 0;
}

@media screen and (min-width: 600px) {
	.mod_newslist.podcasts .item .text {
		padding: 24px;
	}
}

@media screen and (min-width: 600px) {
	.mod_newslist.podcasts .item .text {
		padding: 32px;
	}
}

.mod_newslist.podcasts .item .text .headline, .mod_newslist.podcasts .item .text .subheadline, .mod_newslist.podcasts .item .text p {
	line-height: 110% !important;
	font-size: min(5vw, 16px) !important;
}

.mod_newslist.podcasts .item:hover .image_container {
	overflow: hidden;
}

.mod_newslist.podcasts .item:hover .image_container img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.mod_newslist.podcasts .item:hover .text {
	opacity: 1;
}

.mod_newslist.kunden .wrap {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.mod_newslist.kunden .item {
	-ms-flex-preferred-size: 33.3334%;
	flex-basis: 33.3334%;
	padding: 8px;
}

@media screen and (min-width: 600px) {
	.mod_newslist.kunden .item {
		padding: 12px;
	}
}

@media screen and (min-width: 600px) {
	.mod_newslist.kunden .item {
		padding: 16px;
	}
}

.mod_newslist.kunden .item .image_container {
	overflow: visible;
}

.mod_newslist.kunden .item:hover img {
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

@media screen and (min-width: 600px) {
	.mod_newslist.aktuelles .item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	
	.mod_newslist.team .item .text {
		margin-left: -4px;
		margin-right: -4px;
	}
	
	.mod_newslist.kunden .item {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	
	.mod_newslist.work .item {
		margin-bottom: 16px;
	}
	
	.mod_newslist.work .item:nth-child(2n) {
		margin-top: 32px;
	}
	
	.mod_newslist.podcasts .headline, .mod_newslist.podcasts .subheadline, .mod_newslist.podcasts .text {
		font-size: min(1.9vw, 15px);
	}
}

@media screen and (min-width: 600px) and (min-width: 600px) {
	.mod_newslist.team .item .text {
		margin-left: -6px;
	}
}

@media screen and (min-width: 600px) and (min-width: 600px) {
	.mod_newslist.team .item .text {
		margin-left: -8px;
	}
}

@media screen and (min-width: 600px) and (min-width: 600px) {
	.mod_newslist.team .item .text {
		margin-right: -6px;
	}
}

@media screen and (min-width: 600px) and (min-width: 600px) {
	.mod_newslist.team .item .text {
		margin-right: -8px;
	}
}

@media screen and (min-width: 600px) and (min-width: 600px) {
	.mod_newslist.work .item {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 600px) and (min-width: 600px) {
	.mod_newslist.work .item {
		margin-bottom: 32px;
	}
}

@media screen and (min-width: 600px) and (min-width: 600px) {
	.mod_newslist.work .item:nth-child(2n) {
		margin-top: 48px;
	}
}

@media screen and (min-width: 600px) and (min-width: 600px) {
	.mod_newslist.work .item:nth-child(2n) {
		margin-top: 64px;
	}
}

@media screen and (min-width: 900px) {
	.mod_newslist.team .item {
		overflow: hidden;
	}
	
	.mod_newslist.team .item .image_container {
		overflow: hidden;
	}
	
	.mod_newslist.team .item .text {
		overflow: hidden;
		overflow: hidden;
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
		opacity: 0;
		opacity: .5;
		width: auto;
		margin: 4px;
		position: absolute;
		top: 100%;
		top: calc(100% - 32px);
		right: 100%;
		right: calc(100% + 32px);
		bottom: 0;
		left: 0;
		background-color: transparent;
		color: #000;
	}
	
	.mod_newslist.team .item .text * {
		-webkit-transition: all 1s ease-out;
		transition: all 1s ease-out;
		opacity: 0;
	}
	
	.mod_newslist.team .item .text .headline, .mod_newslist.team .item .text .description {
		color: transparent !important;
	}
	
	.mod_newslist.team .item .text .headline *, .mod_newslist.team .item .text .description * {
		color: transparent !important;
	}
	
	.mod_newslist.team .item .text .description a {
		color: transparent !important;
	}
	
	.mod_newslist.team .item:hover .image_container img {
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	.mod_newslist.team .item:hover .text {
		background-color: rgba(255, 255, 255, .9);
		opacity: 1;
		top: 20px;
		right: 20px;
		color: #262626 !important;
	}
	
	.mod_newslist.team .item:hover .text *, .mod_newslist.team .item:hover .text a {
		opacity: 1;
		color: #262626 !important;
	}
	
	.mod_newslist.work .item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	
	.mod_newslist.kunden .item {
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%;
	}
}

@media screen and (min-width: 900px) and (min-width: 600px) {
	.mod_newslist.team .item .text {
		margin: 6px;
	}
}

@media screen and (min-width: 900px) and (min-width: 600px) {
	.mod_newslist.team .item .text {
		margin: 8px;
	}
}

li.icon:before {
	display: none;
}

a.icon {
	font-size: 300%;
	text-decoration: none;
}

a.icon span {
	display: none;
}

@media screen and (min-width: 600px) {
	a.icon {
		font-size: 250%;
	}
}

#slideshow {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#slideshow .background {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#slideshow .ce_text em {
	font-size: 250%;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#slideshow .ce_text a:hover em {
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-ms-transform-origin: top center;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

#slideshow.nocover .background:before {
	background-color: rgba(255, 255, 255, .1);
}

#slideshow .background.video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ce_news_header .images {
	width: 100%;
	max-width: 100%;
}

.ce_news_header .images .image_container img {
	width: 100%;
}

.ce_news_header .images .image_container:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(62, 62, 62, .3);
}

.ce_news_header .text {
	position: absolute;
	height: 100%;
	width: 100%;
	color: #fff;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ce_news_header .text .hwrap {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	max-width: 1240px;
	padding: 32px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

@media screen and (min-width: 600px) {
	.ce_news_header .text .hwrap {
		padding: 48px;
	}
}

@media screen and (min-width: 600px) {
	.ce_news_header .text .hwrap {
		padding: 64px;
	}
}

.ce_news_header .text .headline {
	color: #fff;
}

.ce_news_header .text .headline span {
	display: inline-block;
	width: 100%;
}

.ce_news_header .text .description {
	max-width: 60%;
}

.ce_news_info .wrap {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.ce_news_info .item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	text-transform: uppercase;
	margin-right: 16px;
	font-size: 110%;
	line-height: 100%;
}

@media screen and (min-width: 600px) {
	.ce_news_info .item {
		margin-right: 24px;
	}
}

@media screen and (min-width: 600px) {
	.ce_news_info .item {
		margin-right: 32px;
	}
}

.ce_news_info .item .title, .ce_news_info .item .text {
	display: inline-block;
}

.ce_news_info .item .title {
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-right: 4px;
}

@media screen and (min-width: 600px) {
	.ce_news_info .item .title {
		padding-right: 6px;
	}
}

@media screen and (min-width: 600px) {
	.ce_news_info .item .title {
		padding-right: 8px;
	}
}

.ce_news_info .item .text {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.ce_news_info .item .text li {
	padding-right: 16px;
}

@media screen and (min-width: 600px) {
	.ce_news_info .item .text li {
		padding-right: 24px;
	}
}

@media screen and (min-width: 600px) {
	.ce_news_info .item .text li {
		padding-right: 32px;
	}
}

.ce_news_info .item .text a {
	text-decoration: none;
}

@media screen and (min-width: 600px) {
	.ce_news_info .item {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media screen and (min-width: 900px) {
	.ce_news_info .item {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

#kontakt a {
	text-decoration: none;
}

#kontakt .mod_customnav {
	margin-top: 8px;
	width: 100%;
	max-width: 100%;
}

@media screen and (min-width: 600px) {
	#kontakt .mod_customnav {
		margin-top: 12px;
	}
}

@media screen and (min-width: 600px) {
	#kontakt .mod_customnav {
		margin-top: 16px;
	}
}

#kontakt .mod_customnav ul {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	max-width: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#kontakt .mod_customnav ul li a {
	padding: 4px;
	color: #fff !important;
}

@media screen and (min-width: 600px) {
	#kontakt .mod_customnav ul li a {
		padding: 6px;
	}
}

@media screen and (min-width: 600px) {
	#kontakt .mod_customnav ul li a {
		padding: 8px;
	}
}

#kontakt .mod_customnav ul li a:hover {
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

#footer .mod_customnav {
	width: 100%;
	max-width: 100%;
}

#footer .mod_customnav ul {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	max-width: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer .mod_customnav ul li {
	padding-right: 16px;
	font-family: "NeuePlak-ExtendedLight", georgia;
}

@media screen and (min-width: 600px) {
	#footer .mod_customnav ul li {
		padding-right: 24px;
	}
}

@media screen and (min-width: 600px) {
	#footer .mod_customnav ul li {
		padding-right: 32px;
	}
}

#footer .mod_customnav ul li a {
	color: #fff;
	text-transform: uppercase;
}

@media screen and (min-width: 600px) {
	#footer .mod_customnav ul {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	#footer .mod_customnav ul li.last {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: right;
		padding-right: 0;
	}
}

.ce_image.leistung {
	margin-bottom: 20px !important;
}

.image_container.leistung {
	text-align: center;
}

.image_container.leistung picture {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	min-height: 260px;
	-webkit-transition: all 500ms ease;
	-webkit-transition: -webkit-transform 1200ms ease;
	transition: all 500ms ease;
	transition: -ms-transform 1200ms ease;
	transition: -webkit-transform 1200ms ease;
	transition: transform 1200ms ease;
}

.image_container.leistung picture img {
	max-width: 200px;
}

.image_container.leistung a {
	display: inline-block;
	line-height: 0;
	padding: 20px;
}

.image_container.leistung a:hover picture {
	-ms-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.image_container.leistung .caption {
	position: relative;
	display: inline-block;
	bottom: auto;
	right: auto;
	text-align: left;
	background-color: transparent;
	padding: 0 !important;
	margin-top: 20px;
	font-size: 1rem;
	line-height: 110%;
}

.image_container.leistung .caption strong {
	font-family: NeuePlak-ExtendedBlack, Helvetica, sans-serif;
}

@media screen and (min-width: 600px) {
	.ce_image.leistung {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	
	.image_container.leistung {
		text-align: left;
	}
}

.btn {
	font-family: "NeuePlak-ExtendedLight";
}

@media screen and (max-width: 600px) {
	.hideMobile {
		display: none !important;
	}
}

.ce_image.leistung {
	padding: 10px !important;
	margin-bottom: 0px !important;
}

.mod_mainmenu {
	font-family: NeuePlak-Extendedblack, sans-serif !important;
	font-size: 85% !important;
}

.mod_mainmenu a:hover {
	color: #b7d58f !important;
}

.mod_mainmenu .menu ul li.current a, .mod_mainmenu .navi ul li.current a {
	color: #b7d58f !important;
}

#header.transparent .mod_mainmenu .menu ul li a:hover {
	color: #b7d58f !important;
}

.mod_mainmenu .menu ul li a .mark:before {
	display: none !important;
}

@media screen and (min-width: 600px) {
	.mod_mainmenu .menu ul li, .mod_mainmenu .navi ul li {
		padding-left: 20px;
	}
}

@media screen and (min-width: 900px) {
	.h2, h2 {
		font-size: 4.5rem;
		line-height: 4.5rem;
		letter-spacing: -.055rem;
	}
}

@media screen and (min-width: 900px) {
	.h1, h1 {
		font-size: 4.5rem;
		line-height: 4.5rem;
		letter-spacing: -.055rem;
	}
}

.crt-widget-mosaic .crt-load-more-container {
	margin-top: 200px !important;
}

.crt-post-border {
	border: none !important;
}

.mod_article .content article {
	padding: 0px !important;
}

.btn, .btn-primary {
	font-family: "NeuePlak-ExtendedBlack";
	border: 4px solid #b7d58f;
	background-color: transparent;
	color: #b7d58f !important;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.btn:hover, .btn-primary:hover {
	border: 4px solid #b7d58f;
	background-color: #b7d58f !important;
	color: #fff !important;
}

button.crt-load-more {
	font-family: "NeuePlak-ExtendedBlack";
	text-transform: uppercase;
	border: 4px solid #b7d58f !important;
	background-color: transparent !important;
	color: #b7d58f !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 20px !important;
	padding-bottom: 15px !important;
}

.crt-widget .crt-load-more:hover {
	border: 4px solid #b7d58f;
	background-color: #b7d58f !important;
	color: #fff !important;
}

@media screen and (min-width: 600px) {
	.mod_newslist.aktuelles .item {
		padding: 10px !important;
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
}

@media screen and (min-width: 600px) {
	.mod_newslist.aktuelles .wrap .item .inner {
		padding: 40px 50px 60px 60px;
		background: #fff;
	}
}

.mod_newslist.aktuelles .item .headline {
	font-family: NeuePlak-ExtendedBlack !important;
	font-size: 14px !important;
	color: #fff !important;
	background-color: #b7d58f !important;
	width: auto;
	padding: 8px 14px 5px 14px;
	margin-bottom: 12px;
	border-radius: 6px;
}

.mod_newslist.aktuelles .item .link {
	font-family: NeuePlak-ExtendedBlack !important;
}

.mod_newslist.aktuelles .item .link i {
	margin-top: -2px;
}

.mod_mainmenu .burger {
	width: 40px !important;
	height: 24px !important;
}

