@font-face {
    font-family: FontL;
    src: url("../RobotoCondensed-Light.ttf");
    font-display: swap;
}
@font-face {
    font-family: FontB;
    src: url("../RobotoCondensed-Regular.ttf");
    font-display: swap;
}
* {font-family: FontL;
font-size: 17px;
line-height: 1.5;
	font-weight: lighter;
}
.Fix {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	z-index: 50;
}
.MB a {
	color:#111;
}
.NavMobile {
	display: none;
}
.BodyNormal .PhotoDiv {
	display: none;
}
.BodyNormal .Overlay {
	display: none;
}
.BodyNormal .Content {
	top: 100px;
}
.BodyProdukteDetail .PhotoDiv {
	display: none;
}
.BodyProdukteDetail .Content {
	top: 0%;
	margin-top: 100px;
}
h1.Normal {
	color: #333;
}
h2.Normal {
	color: #333;
}
.Sprachen {
	display: inline-block;
	margin-left: 20px;
}
.Sprachen div {
	display: flex;
}
.Sprachen a:before {
	display: none;
}
.Sprachen a {
	width: 19px;
	margin: 0px!important;
	margin-left: 8px!important;
	position: relative;
}
.Sprachen img {
	width: 100%!important;
	display: block;
}
.Sprachen a div {
	display: block;
	font-size: 10px;
	text-align: center;
	opacity: 1;
}
select {
  background-color: white;
  border: 1px solid #999;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
	height: 50px;
  padding: 12px;
	padding-left: 16px;
	padding-right: 40px;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:url(../img/select.svg);    
  background-size:
    16px 12px;
	width: 100%;
  background-repeat: no-repeat;
}
input, textarea {
  border: 1px solid #999;
	height: 50px;
  border-radius: 0px;
  display: inline-block;
  line-height: 1.5em;
	width: 100%;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.Maps {
	display: block;
}
body {
	background-size: 700px 700px;
	overflow-x: hidden;
}
p a {
	color: #333;
	text-decoration: none;
	font-weight: lighter;
}
.LoadMeF {
	opacity: 1;
}
.FSize1 {
	font-size: 40px!important;
}
.FSize2 {
	font-size: 20px!important;
	letter-spacing: 0px;
}
.FSize3, .FSize3 p {
	font-size: 30px!important;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.1;
}
.FSize4 {
	font-size: 43px;
	font-weight: 800;
	letter-spacing: 6px;
}
.Navigation {
	margin-top: 20px;
	-webkit-transition: all 300ms  ease-in-out;
	-moz-transition: all 300ms  ease-in-out;
	-ms-transition: all 300ms  ease-in-out;
	-o-transition: all 300ms  ease-in-out;
	transition: all 300ms ease-in-out;
}
.NavigationF {
	top: 2px;
}
.Navigation li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
	color: #FFF;
}
.Navigation li:hover ul {
	display: block;
}
.Navigation a, .NavMobile a {
	color: #000;
	font-weight: lighter;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0px;
	-webkit-transition: all 150ms  ease-in-out;
	-moz-transition: all 150ms  ease-in-out;
	-ms-transition: all 150ms  ease-in-out;
	-o-transition: all 150ms  ease-in-out;
	transition: all 150ms ease-in-out;
	position: relative;
	font-family: trajan-pro-3,serif;
font-weight: 300;
font-style: normal;
}
.NavMobile a {
	display: block;
	text-align: center;
	font-size: 22px;
}
.Navigation a:first-child {
	margin-left: 10px;
}
.Navigation a:hover {
	color: #95c11f;
}
.Navigation a:before {
	position: absolute;
	content: ".";
	color: #8E1117;
	width: 10px;
	height: 10px;
	left: -12px;
	top: 0px;
	font-size: 14px;
}
.Navigation a:first-child:before {
	display: none;
}
.NavAktiv {
	font-weight: 700!important;
}
.Header {
	position: fixed;
	color: #FFF;
	padding-top: 20px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	z-index: 60;
	-webkit-transition: all 300ms  ease-in-out;
	-moz-transition: all 300ms  ease-in-out;
	-ms-transition: all 300ms  ease-in-out;
	-o-transition: all 300ms  ease-in-out;
	transition: all 300ms ease-in-out;
	text-align: left;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.Header img {
	width: 170px;
}
.Header .MB {	
	display: flex;
	justify-content: space-between;
	padding-left: 60px;
	padding-right: 60px;
}
.HeaderF {
	-webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.1);
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 100%);
}
.Header .MB {
	text-align: right;
}
.Logo {
	width: 280px;
	z-index: 100;
	-webkit-transition: all 300ms  ease-in-out;
	-moz-transition: all 300ms  ease-in-out;
	-ms-transition: all 300ms  ease-in-out;
	-o-transition: all 300ms  ease-in-out;
	transition: all 300ms ease-in-out;
}
.Logo img {
	display: block;
	width: 100%;
}
.Photos {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	height: 100%!important;
	width: 100%!important;
	border-radius: 0px 0px 20px 20px;
	overflow: hidden;
}
.Photos {
	height: 100%!important;
}
.PhotoDiv {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: auto;
	overflow: hidden;
}
.PhotoDiv .MB {
	height: 100%;
}
.Overlay {
	position: absolute;
	left: 00px;
	top: 0px;
	 z-index: 50;
	right: 0px;
	bottom: 00px;
	display: flex;
	align-items: flex-end;
	justify-content: center;background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 14%);
}
.LinkBack {
	display: inline-block;
	position: relative;
	background-image: url(../img/back.svg);
	background-size: 12px;
	padding-left: 23px;
	background-position: left center;
	color: #999;
	text-decoration: none;
	background-repeat: no-repeat;
	-webkit-transition: all 90ms  ease-in-out;
	-moz-transition: all 90ms  ease-in-out;
	-ms-transition: all 90ms  ease-in-out;
	-o-transition: all 90ms  ease-in-out;
	transition: all 90ms ease-in-out;
}
.LinkBack:hover {
	transform: translateX(-3px);
}
.LinkPdf {
	display: block;
	background-image: url(../img/pdf.svg);
	background-size: 12px;
	padding-left: 23px;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
    font-family: FontB;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 10px;
	padding-top: 10px;
	cursor: pointer;
	color: #111;
}
.LinkPdf:hover {
	color: #8E1117;
}
.Overlay .c {
	padding: 0px;
	padding-bottom: 50px;
	text-align: center;
	width: 100%;
}
.Overlay .MB {
	text-align: center;
}
.H1 {
	font-size: 40px;
	color: #95c11f;
	line-height: 1.3;	
	text-align: left;
	width: auto;
	display: inline-block;
	font-family: trajan-pro-3,serif;
font-weight: 300;
font-style: normal;
}
.Overlay .H1 {
	animation: H1Ani;
	animation-delay: 500ms;
	animation-direction: normal;
	animation-duration: 700ms;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	transform: translateY(-20px); opacity: 0;
	position: relative;
	display: block;
	text-align: center;
}
@keyframes H1Ani {
	0% {transform: translateY(-20px); opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}
.H2, .H4 {
	font-size: 40px;
	color: #95c11f;
	font-weight: 800;
	line-height: 1.3;
}
.H2 {
	text-align: left;
	width: auto;
	display: inline-block;
	font-family: trajan-pro-3,serif;
font-weight: 300;
font-style: normal;
}
.Overlay .H2 {
	animation: H2Ani;
	animation-delay: 900ms;
	animation-direction: normal;
	animation-duration: 700ms;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	transform: translateY(20px); opacity: 0;
	position: relative;
	display: block;
	text-align: center;
	color: #999;
	margin-bottom: 50px;
}
@keyframes H2Ani {
	0% {transform: translateY(20px); opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}
.Overlay .ButtonBig {
	animation: ButttonBigAni;
	animation-delay: 1500ms;
	animation-direction: normal;
	animation-duration: 900ms;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	transform: translateY(20px); opacity: 0;
	position: relative;
}
@keyframes ButttonBigAni {
	0% {transform: translateY(20px); opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}
.H3 {
	font-size: 13px;
	letter-spacing: 2px;
	color: #FFF;
	font-weight: lighter;
	margin-bottom: 10px;
	display: inline-block;
}
.BodyNormal .Down {
	display: none!important;
}
.ButtonBig, .Button {
	background-color: #95c11f;
	padding: 15px 44px;
	padding-right: 44px;
	position: relative;
	display: inline-block;
    font-family: FontB;
	border-radius: 5px 5px 0px 0px;
	text-decoration: none;
	color: #FFF!important;
	cursor: pointer;
	background-image: url(../img/buttonbig.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) calc(1em + 1px);
	background-size: 14px;
	-webkit-transition: all 300ms  ease-in-out;
	-moz-transition: all 300ms  ease-in-out;
	-ms-transition: all 300ms  ease-in-out;
	-o-transition: all 300ms  ease-in-out;
	transition: all 300ms ease-in-out;
}
.Button {
	padding: 10px 20px;
	border: 20px;
	padding-right: 40px;
	background-size: 10px;
	-webkit-transition: all 100ms  ease-in-out;
	-moz-transition: all 100ms  ease-in-out;
	-ms-transition: all 100ms  ease-in-out;
	-o-transition: all 100ms  ease-in-out;
	transition: all 100ms ease-in-out;
}
.Button:hover {
	background-color: #111;
}
.Footer {
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 60px;
	border-top: 1px solid #EFEFEF;
}
.Footer .LinkMail {
	margin-right: 0px!important;
}
.Footer .grid {
	align-items: flex-end;
}
.Footer .grid_4:nth-child(3) {
	text-align: right;
}
.Footer a {
	text-decoration: none;
}
.LinkTel, .LinkMail, .LinkFax {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-left: 24px;
	text-decoration: none;
	color: #111;
	background-position: left 5px;
}
.LinkTel {
	background-image: url(../img/telg.svg);
}
.LinkMail {
	background-image: url(../img/mail.svg);
}
.LinkFax {
	background-image: url(../img/fax.svg);
}
.Anfragen {
	position: fixed;
	bottom: -60px;
	background-color: #8E1117;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding-bottom: 10px;
	width: 200px;
	z-index: 40;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all 300ms  ease-in-out;
	-moz-transition: all 300ms  ease-in-out;
	-ms-transition: all 300ms  ease-in-out;
	-o-transition: all 300ms  ease-in-out;
	transition: all 300ms ease-in-out;
	border-radius: 5px 5px 0px 0px;
}
.AnfragenF {
	bottom: -10px;
}
.Anfragen:hover {
	transform: translateY(-5px) translateX(-50%);
}
.Anfragen a {
	color: #FFF;
	text-decoration: none;
}
.Content {
	top: 100%;
	position: absolute;
	left: 0px;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	margin-top: 70px;
}
.LinkMail {
	display: inline-block;
	width: auto;
	text-align: center;
	position: relative;
	font-weight: lighter;
	color: #FFF;
	font-size: 17px!important;
	text-decoration: none;
	margin-right: 30px;
}
.LinkTel {
	display: inline-block;
	font-size: 17px!important;
	width: auto;
	text-align: center;
	font-weight: lighter;
	position: relative;
	color: #FFF;
	pointer-events: none;
	text-decoration: none;
}

h1,h2,h3,h4, h1 * {
	font-size: 50px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
	text-align: center;
}
h1 {
	margin-bottom: 10px;
	font-weight: 700;
	font-style: normal;
	color: #95c11f;
	font-size: 50px;
	font-family: trajan-pro-3,serif;
font-weight: 300;
font-style: normal;
}
h2,h4 {
	color: #666;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: lighter;
	font-style: normal;
}
h3, h3 * {
	text-align: left;
	color: #8E1117;
	font-size: 30px;
	position: relative;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 20px;
}
h4 {
	text-align: center;
	color: #8E1117;
	font-size: 22px;
    font-family: FontB;
	margin-bottom: 20px;
}
p {
	color: #333;
	text-align: left;
	margin: auto;
	line-height: 1.5;
}

.MAbstand1 {
	display: block;
	height: 40px;
}
.MAbstand2 {
	display: block;
	height: 80px;
}
.MGalerie .MP {
	display: flex;
	flex-wrap: wrap;	
}
.MGalerie .P {
	width: 20%;
	padding: 5px;
}
.MGalerie img {
	display: block;
	width: 100%;
}
.M3Photos img, .M2Photos img {
	width: 100%;
	display: block;
}
iframe {
	display: block;
}
.M3Photos .grid_4, .M2Photos .grid_4 {
	padding: 20px;
	position: relative;
}
.M3Photos img, .M2Photos img {
	opacity: .8;
	-webkit-transition: all 150ms  ease-in-out;
	-moz-transition: all 150ms  ease-in-out;
	-ms-transition: all 150ms  ease-in-out;
	-o-transition: all 150ms  ease-in-out;
	transition: all 150ms ease-in-out;
}
.M3Photos h4, .M2Photos h4 {
	position: absolute;
	left: 0px;
	bottom: 20px;
	max-width: 200px;
	z-index: 1;
	background-color: #8E1117;
	color: #FFF;
	padding: 10px;
	-webkit-transition: all 100ms  ease-in-out;
	-moz-transition: all 100ms  ease-in-out;
	-ms-transition: all 100ms  ease-in-out;
	-o-transition: all 100ms  ease-in-out;
	transition: all 100ms ease-in-out;
}
.M3Photos .grid_4:hover h4, .M2Photos .grid_4:hover h4 {
	transform: translateX(10px);
}
.M3Photos .grid_4:hover img, .M2Photos .grid_4:hover img {
	opacity: 1;
}
.M3Photos h4 a, .M2Photos h4 a {
	color: #FFF;
	text-decoration: none;
    font-family: FontB;
}
.MProduktDetail .grid_9 {
	padding-left: 40px;
}
.MStellenbewerbung .grid_12 {
	padding-top: 20px;
}
.MStellenbewerbung a {
	color: #111;
}
.slick-prev, .slick-next {
	border-radius: 50%;
	background-color: #FFF!important;
	width: 30px;
	height: 30px;
	z-index: 10;
}
.slick-prev {
	left: -15px;
}
.slick-next {
	right: -15px;
}
.slick-prev:before, .slick-next:before {
	color: #111!important;
}
.M2Spalten img {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
}
.M2Spalten * {
	text-align: center;
}
.M2Spalten .grid_6 {
	padding: 30px;
	text-align: center;
}

@media only screen and (max-width: 1010px) {
	.Logo {
		width: 180px;
	}
	.H1, .H2 {
		font-size: 30px;
	}
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 25px;
	}
	.Burger {
		opacity: 1;
		left: inherit;
		top: 20px;
		right: 0px;
	}
	.M3Photos .grid_4, .M2Photos .grid_4 {
		width: 100%;
		margin-left: 30px;
		margin-right: 30px;
}
	.Navigation {
		display: none;
	}
	.NavMobile {	
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 70;
		background-color: #FFF;
		display: flex;
		align-items: center;
		justify-content: center;
		pointer-events: none;
		opacity: 0;
	}
	.NavMobileF {
		opacity: 1;
		pointer-events: inherit;
	}
	.NavigationF {
		display: none!important;
	}
	.NavigationFM {
		opacity: 1;
		pointer-events: inherit;
		display: flex!important;
		background-color: #FFF;
		position: fixed;
	}
	.Navigation a {
		display: block;
		width: 100%;
	}
	.M3Photos h4 {
		padding: 5px;
		font-size: 12px;
	}
	.M3Photos .grid_4 {
		width: 50%;
	}
	.MB {
		padding-left: 30px;
		padding-right: 30px;
	}
	.Sprachen {
		position: fixed;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		margin: 0px;
		z-index: 500;
	}
	.Navigation a:before {
		display: none;
	}
	.Navigation a {
		margin: 0px!important;
		margin-left: 10px!important;
		margin-right: 10px!important;
		margin-top: 5px!important;
		margin-bottom: 5px!important;
		font-size: 20px;
		text-align: center;
	}
	.Footer .grid_4 {
		text-align: center!important;
		width: 100%;
		padding-bottom: 30px;
	}
	
}

@media only screen and (max-width: 700px) {
	.Header .MB {
		padding-left: 20px;
		padding-right: 20px;
	}
	.MB {
		padding-left: 0px;
		padding-right: 0px;
	}
	.NavMobile a {
		margin-left: 0px;
	}
	.M3Photos .grid_4 {
		width: 100%;
		text-align: center;
	}
	.M3Photos h4 {
		left: 50%;
		transform: translateX(-50%);
	}
	.M3Photos .grid_4:hover h4 {
		transform: translateX(-50%);
	}
	.M3Photos .grid_4:hover img {
		opacity: 1;
	}
	.MAbstand2 {
		height: 50px;
	}
	.Overlay .MB {
		transform: translateX(0px);
	}
	.Content {
		top: 100%;
	}
	.Logo {
		width: 200px;
	}
	.Header {
		height: 80px;
	}
	.MNews {
		padding-left: 20px;
		padding-right: 20px;
	}
	.Sprachen {
		z-index: 100;
		transform: none;
		left: inherit;
		right: 70px;
		top: 29px;
	}
	.H1, .H2 {
		font-size: 20px;
	}
	.BodyNormal .Content {
		margin-top: 20px;
	}
	.Sprachen a {
		width: 20px;
	}
	.SprachenMF {
		display: block;
	}
	.M2Spalten .grid_6 {
		padding: 0px;
		width: 100%;
	}
	.M3Photos .grid_4, .M2Photos .grid_4 {
		margin-left: 0px;
		margin-right: 0px;
		padding: 10px;
		padding-bottom: 0px;
	}
	.MGalerie {
		padding-left: 10px;
		padding-right: 10px;
	}
	.MGalerie .P {
		width: 50%;
	}
	.MNews .grid_3, .MNews .grid_9 {
		width: 100%;
		margin: 0px;
		padding: 0px;
		margin-bottom: 10px;
	}
	.MNews .grid_3 {
		text-align: center;
	}
	.MNews img {
		display: inline-block;
		width: 100%;
		max-width: 400px;
	}
	.M3Photos img {
		display: inline-block;
		width: 100%;
		max-width: 400px;
	}
	.MProduktDetail .grid_9, .MProduktDetail .grid_3 {
		width: 100%;
		padding: 0px;
		margin: 0px;
		padding-top: 10px;
	}
	.MProduktDetail .grid_3 {
		text-align: center;
	}
	.MProduktDetail img {
		margin-bottom: 30px;
		display: inline-block;
		width: 100%;
		max-width: 400px;
	}
	.MTeam .grid_3 {
		width: 100%;
	}
	.MTeam img {
		display: inline-block;
		width: 100%;
		max-width: 250px;
	}
	h1 {
		font-size: 35px;
		padding-left: 10px;
		padding-right: 10px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 20px;
	}
}