*, iframe * {
	box-sizing: border-box;
	/* hyphens */
	/*-moz-hyphens: auto;
	 -o-hyphens: auto;
	 -webkit-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;*/
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
}



body {

	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	/* "corporate-s", Arial, Helvetica, sans-serif; */
	font-size: 20px;
	line-height: 1.45em;
	color: #303436;
	height: 100.1%;
	
	/*background-color: #efefef;*/
}

@media screen and (max-width: 768px) {

	body, html {
		font-size: 16px;
	}
}

a, a:focus, a:active {
	/*color: #000003;
	text-decoration: none;*/
	color: #303436;
	text-decoration: none;
}

a:focus, a:hover {
	color: #000;
}

.mobile a:focus, .mobile a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.trenner {
	clear: both;
}

/*	
.messetexte a, 
.text a,
.teasertext a {
	color: #E75A2E;
	text-decoration: underline;
}
*/

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




img, video {
	max-width: 100%;
	height: auto;
}

table {
	border: 0;
}

.static {
	position: static;
}

.nopadding {
	padding: 0 !important;
}

.rotate {
  	-moz-transform: rotate(-179.9deg);
	-o-transform: rotate(-179.9deg);
	-webkit-transform: rotate(-179.9deg);
	-ms-transform: rotate(-179.9deg) !important;
	transform: rotate(-179.9deg);
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	zoom: 1;
	z-index: 1;
}

.right {
	text-align: right;
}


.middle {
	text-align: center;
}

.bigfont {
    font-size: 1.25em;
    line-height: 1.5em;
}

.trenner.half {
    display: none;
}

@media screen and (max-width: 768px) {

	.trenner {
	    display: none;
	}

	.trenner.half {
	    display: block;
	}

}


.ud_klick_dot {
	/*background: #303436;*/
	background: #000;
	border-radius: 50%;
	position: absolute;
	z-index: 9999;
	opacity: 1;
	animation: fadein .75s cubic-bezier(0.42,0,0.58,1);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes fadein {
	0% {
		width: 0;
		height: 0;
		/*opacity: 0.4;*/
	} 
	
	80%, 100% {
		width: 400vw;
		height: 400vw;
		/*opacity: 1; */
	}
}


.container-fluid.bigfont .row h1, .container-fluid .row h2.big {
    
    font-size: 3.6rem;
    line-height: 1.25;
    margin-bottom: 30px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
	.container-fluid.bigfont .row h1, .container-fluid .row h2.big {
		/*font-size: 3rem;*/
		font-size: 1.6rem;
	}
}
/*.container-fluid .row h2.big {
    font-size: 3.3em;
}*/


/* ***************************** GRID ******************************* */

.container_full, .container {
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
}

.container-fluid .container-fluid {
    padding: 0;
}



.container {
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
}

.clearfix:before,
.clearfix:after,
.container:after {
    content: "";
    display: table;
}

.clearfix:after, .container:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.container-fluid.minh100 {
	min-height: 100vh;
	display: -ms-flexbox; /* IE 10 */
	display: flex;
}

.container-fluid.minh100 > .container,
.container-fluid > .bg_container > .introContainer.container { 
	display: -ms-flexbox; /* IE 10 */
	-ms-flex-direction: column; /* IE 10 */
	-ms-flex-pack: center; /* IE 10 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*height: 300px;*/
	min-height: 100vh;
}

.container-fluid > .bg_container .navi {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.mobile .container-fluid > .bg_container .navi {
	bottom: 8%;
}

/*
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1320px;
		max-width: 100%;
	}
} */

.container_full.nopadding, .container.nopadding {
	padding: 0 !important;
}

.row {
	margin-right: -5px;
	margin-left: -5px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
}

/* ***************************** ENDE GRID ******************************* */

/* ************************ KOPF / FUSS *********************** */

#header, #footer {

}

#header {
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1500;
	min-height: 100px;
}

#header a {
	color: #000003;
	display: inline-block;
}

#header .logozeile .logo {
	position: absolute;
    right: 0;
    top: 0;
    bottom: -15px;
    z-index: 1002;
    text-align: right;
}


#header .logozeile .logo img {
	margin-right: -5px;
	
}

#header .logozeile .row {
	position: relative;
}


@media screen and (max-width: 1200px) {
	
	#header {
		min-height: 72px;
	}
	
	#header .logozeile {
		border: none;
	}
	
	#header .logo {
		padding-top: 10px;
		padding-right: 0;
	}
}


#header .row.sprache > div {
	padding-left: 0;
}

#header .logozeile .main_nav,
#footer #foot_nav {
	padding-top: 10px;
}

.logozeile img {
		-webkit-transition: filter .6s linear;
	    -moz-transition: filter .6s linear;
	    -ms-transition: filter .6s linear;
	    -o-transition: filter .6s linear;
	    transition: filter .6s linear;
}

.open .logozeile img,
.white .logozeile img,
.pc .logozeile img:hover {
	filter: invert(1);
}

.pc .white .logozeile img:hover  {
	filter: invert(0);
}

a.sprung.scrollDown {
	-webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.pc a.sprung.scrollDown:hover {
	color: #fff;
}




/* ********************** NAVIGATIONEN ******************** */

#header {
	/* font-size: .6em; *//* 0.6em bei 30px */
	/* font-size: 0.75em; */ /* 24px */
	 /*font-size: 0.9em; 18px bei 20px Grundschriftgröße */
	/*padding-left: 5.3%;*/ 
}

#header a {
	text-decoration: none;
}

ul.ebene2 li a {
	text-transform: none;
}

#header .main_nav,
#footer #foot_nav {
	/*padding-left: 5.3%;*/
	padding-left: 0;
	float: left;
    width: auto;
}


#header #nav li.start i {
	font-size: 1.3em;
    padding-right: 1.5em;
}

#header #nav ul, #header #nav ul li,
#footer #foot_nav ul, #footer #foot_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header nav {
	height:100%;
}

#header #nav ul li,
#footer #foot_nav ul li {
	display: inline-block;
	padding-right: 3em;
	/*font-size: 1.25em;*/
}


#header #nav ul li.start {
	padding-right: 0;
}

#header #nav ul.ebene1 > li:not[.start] {
	padding-right: 3em;
}

#header #nav > ul > li:last-child {
	padding-right: 0;
}
#header #nav,#header #nav a 
{
text-align: center;	color: #fff;
}

#footer #foot_nav, #footer #foot_nav a {
	text-align: center;
}

.nurtext
{
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
#header #nav ul li a,
#footer #foot_nav ul li a {
	position: relative;
	display: block;
	line-height: 1.25em;
	/*font-size: 2.25em;*/
	/*font-size: 1.75em;*/
	font-size: 3.6rem;
	font-weight:bold;
}

@media screen and (max-width: 768px) {
	#header #nav ul li a,
	#footer #foot_nav ul li a {
		font-size: 1.6rem;
		line-height: 2.75em;
	}
}

#header #nav li.start {
	margin-bottom: -10px;
}

#header #nav li.start a:after {
	content: none;
	margin-bottom: 10px;
}


/*@media screen and (min-width: 992px) {*/

	/* Farbstreifen */

	
	#header #nav > ul > li#suche > a:after {
		content: none;
	}
	
	#header #nav > ul > li#suche > a {
		-webkit-transition: color .3s linear;
	    -moz-transition: color .3s linear;
	    -ms-transition: color .3s linear;
	    -o-transition: color .3s linear;
	    transition: color .3s linear;
	}
	
	#header #nav > ul > li#suche > a:hover {
    	color: #c0c0c0;
	}
	
	/* Farbstreifen */

	
	#header #nav ul.ebene2 > li.has_children > a:after {
		/*bottom: 0;*/
	}

	#header #nav ul.ebene2 > li.has_children > a:after {
		height: 3px;
		margin: 2px 0 0;
	}
	

	
	#searchform {
		padding-top: 16px;
		/*z-index: 1003;*/
	}
	
	#searchform form {
		
		-webkit-animation: fadeInFromNone 1s ease-in;
	    -moz-animation: fadeInFromNone 1s ease-in;
	    -o-animation: fadeInFromNone 1s ease-in;
	    animation: fadeInFromNone 1s ease-in;
	}

	#searchform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  /*color: pink;*/
	 	/*font-size: .8em;*/
	}
	#searchform ::-moz-placeholder { /* Firefox 19+ */
	  /*color: pink;*/
	 	/*font-size: .8em;*/
	}
	#searchform :-ms-input-placeholder { /* IE 10+ */
	  /*color: pink;*/
	 	/*font-size: .8em;*/
	}
	/*.btn.search_it-button::cue,
	-webkit-button.btn.search_it-button {
		background-color: rgba(0, 0, 0, 0.8);
	}*/
	
	.btn.search_it-button {
		padding: 3px 5px;
		line-height: 2em;
		width: 2em;
		text-align: center;
		border-radius: none;
		vertical-align: inherit;
		border-radius: 0;
		top: -1px;
    	position: relative;
    	border: 1px solid transparent;
    	cursor: pointer;
    	background-color: #eee;
	}

	
	.suche, #search {
		cursor: pointer;
	}
	
	#searchform input {
		border: none;
		-webkit-border-radius:0;
    	-webkit-appearance: none;
    	border-bottom: 1px solid #000;
	}
	
	.suchergebnisse .highlight {
		background-color: rgba(255, 255, 0, .3);
	}
	
	@media screen and (min-width: 1200px) {
		
		#search_it-form1 .btn.search_it-button {
			display: none;
			font-size: 1em;
			background: none;
		}
		
		#searchform input {
			width: 0;
			display: none;
			-moz-transition: all .5s ease;
			-webkit-transition: all .5s ease;
			transition: all .5s ease;
		}
		#searchform.open input {
			width: 180px;
		}
		
	}
	
	@media screen and (max-width: 1200px) {
		
		body.pc #header #nav ul.ebene1 > li > a::after {
    		width: 100%;
    		opacity: 1;
		}
		
		#header #nav > ul > li#suche {
			display: none;
		}

		#header .main_nav,
		#footer #foot_nav {
			padding-top: 0;
			float: none;
		}
		

		
		.rotate {
			-moz-transform: rotate(-179.9deg);
		    -o-transform: rotate(-179.9deg);
		    -webkit-transform: rotate(-179.9deg);
		    -ms-transform: rotate(-179.9deg) !important;
		    transform: rotate(-179.9deg);
		    background-color: transparent;
		    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
		    zoom: 1;
		    z-index: 1;
		}
		
		#search {
			cursor: pointer;
			position: absolute;
			margin-left: 5.3%;
    		left: 60px;
    		top: 38px;
		}
		
		#searchform {
			display: none;
			position: absolute;
			/*left: 5.3%;
			top: 70px;*/
			top:0;
			left: 0;
			width: 100%;
			padding-top: 20px;
			padding-bottom: 20px;
			padding-left: 5.3%;
			background-color: #fff;
			/*border-bottom: 1px solid #000;*/
		}
		
		#searchform button {
			background: transparent !important;
		}
		
		#searchform button {
			font-size: 1em;
		}
		
		#searchform button.close_search {
			font-size: 1.2em;
			padding: 0 5px;
			line-height: 1.85em;
		}
		
	}
	

@media screen and (min-width: 1200px) {	
	.pc #header #nav > ul.ebene1 > li:hover ul.ebene2,
	.pc #header #nav > ul.ebene1 > li ul.ebene2:hover{
		display: inherit;
		height: auto;
		/*-webkit-animation: slideInFromNone 1s ease-in;
	    -moz-animation: slideInFromNone 1s ease-in;
	    -o-animation: slideInFromNone 1s ease-in;
	    animation: slideInFromNone 1s ease-in;*/
		z-index: 999;
	}
}
	

	#header #nav > ul.ebene1 > li.clicked ul.ebene2 {
		display: inherit;
		height: auto;
		/*-webkit-animation: slideInFromNone 1s ease-in;
	    -moz-animation: slideInFromNone 1s ease-in;
	    -o-animation: slideInFromNone 1s ease-in;
	    animation: slideInFromNone 1s ease-in;*/
		z-index: 999;
	}
	
	.pc #header #nav > ul.ebene1 > li:hover ul.ebene2 li a,
	#header #nav > ul.ebene1 > li ul.ebene2:hover li a,
	#header #nav > ul.ebene1 > li.clicked ul.ebene2 li a {
		opacity: 1;
	}
	
	
	

#header #nav ul.ebene2 {
	display: none;
	/*border-top: 1px solid #000;*/
	position: absolute;
	
	background-color: rgba(255, 255, 255, 1);
	padding-bottom: 20px;
}





@media screen and (min-width: 1200px) {
	
	#header #nav ul.ebene1 > li > a,
	#footer #foot_nav ul.ebene1 > li > a {
		padding-bottom: 10px;
	}

	#header #nav ul.ebene2 {
		padding-right: 200px;
		width: 100%;
		left: 0;
		padding-left: 5.3%;
		border-top: 1px solid #000;
		/*-moz-transition: height 5s ease;
		-webkit-transition: height 5s ease;
		transition: height 5s ease;
		height: 0;*/
	}
	
		/* Text ausblenden */
	.pc #header #nav > ul.ebene1 > li ul.ebene2 a,
	#header #nav > ul.ebene1 > li ul.ebene2 a,
	#header #nav > ul.ebene1 > li ul.ebene2 a {
		opacity: 0;
		/*-webkit-transition: opacity 1.5s ease-in-out;
    	-moz-transition: opacity 1.5s ease-in-out;
    	transition: opacity 1.5s ease-in-out;*/
	}
	
	/* Text einblenden */
	.pc #header #nav > ul.ebene1 > li:hover ul.ebene2 a,
	#header #nav > ul.ebene1 > li ul.ebene2:hover a,
	#header #nav > ul.ebene1 > li.clicked ul.ebene2 a {
		/*opacity: 1;*/
		-webkit-animation: fadeInFromNone 1s ease-in;
	    -moz-animation: fadeInFromNone 1s ease-in;
	    -o-animation: fadeInFromNone 1s ease-in;
	    animation: fadeInFromNone 1s ease-in;
	}
	
	.main_nav,
	#footer #foot_nav {
		margin-left: -5px;
	}
	
	#header #main_nav li.has_children > a + .navpfeil {
		display: none;
	}
	
}

#header #nav ul.ebene2 > li {
	display: block;
	float: left;
	position: relative;
	padding-right: 45px;
}

#header #nav ul.ebene3 > li {
	display: block;
}

#header #nav > ul > li ul {
	/*position: absolute;*/
	padding-top: 5px;
	/*padding-left: 1em;*/
}

#header #nav > ul.ebene2 > li ul li {
	display: block;
}


#blende {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3000;
	background-color: rgba(0,0,0,.4);
}

.infobox .kzeile {
	height: 130px;
	background-size: cover;
}

.infobox .infos {

}
#main_nav,
#footer #foot_nav {

	display: none;
	position: absolute;
    background-color: #303436;
    width: 100%;
    left: 0px;
	padding-right: 5.3%;
	padding-left: 5.3%;
	padding-top: 10px;
	/*overflow: auto;*/
	height:100%;
}

#footer #foot_nav {
	display: block;
	position: static;
	background-color: inherit;
}

footer {
	background-color: #81b13e;
	position: fixed;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	footer {
		position: relative;
	}
	
	footer .datas .row div {
		/*margin-top: 25px;*/
		margin-top: 5px;
	}
	
	footer .datas .dsgvol a {
		line-height: 2em;
		margin-top: 0;
	}
	
	.bg_green {
		display: none;
	}

}

	
.bg_white {
	background-color: #fff;
	/*min-height: 100vh;*/
}

.bg_green {
	background-color: #81b13e;
	height: 100vh;
	width: 1px;
}

#wrapper, header {
	position: relative;
	z-index: 100;
}

@media screen and (max-width: 768px) {
	#wrapper {
		overflow: hidden;
	}
}

header {
	z-index: 1000;
}
	

.foot_wrap.bottom {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
}
	
	.pc #header #nav ul.ebene1 a:hover {
		/*color: #c0c0c0;*/
		color: #777;
	}
	
	.pc #footer #foot_nav  ul.ebene1 a:hover,
	.pc #footer a:hover {
    	color: #fff;
    }
    
    #header #nav ul.ebene1 a,
    #footer #foot_nav ul.ebene1 a,
    #footer a {
	    -webkit-transition: color .3s linear;
		-moz-transition: color .3s linear;
		-ms-transition: color .3s linear;
		-o-transition: color .3s linear;
		transition: color .3s linear;
	}
	
	#header #nav ul li,
	#footer #foot_nav ul li {
		padding-right: 0;
	}
	
	#header #nav li.start {
	    margin-bottom: 0;
	}

	
	#header #nav ul.ebene2 {
		display: inherit;
		position: static;
		clear: both;
		padding-bottom: 0;
	}
	
		#header #nav > ul > li > a:after,
		#header #nav > ul.ebene1 > li > a:after,
		#header #nav > ul.ebene1 > li.start > a:after {
			content: '';
			width: 100%;
			opacity: 1;
		}
	
	#header #nav ul.ebene2 > li {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	
	


	#header #nav > ul > li,
	#footer #foot_nav ul li {
		display: block;
	}

	#header #nav > ul > li a, #footer #foot_nav ul > li  a, #header #nav > ul > li > ul, #header #nav > ul > li > ul > li {
		/* cb		display: inline-block; */
		display: block;
		position: relative;
	}

	#header #nav > ul > li > ul > li a {
		line-height: 1.2em !important;
	}

	#header #nav > ul > li > ul > li {
		padding-left: 1em;
		margin-bottom: 1.2em;
	}

	#header #nav > ul > li > ul > li li {
		padding-left: 1em;
	}
	/*#header #nav > ul > li > a:after {
		content: none;
	}*/

	#header #nav > ul > li ul {
		padding-top: 0;
	}

	#main_nav,
	#footer #foot_nav {
		padding-right: 5.3%;
	}
	
		#header #main_nav li.has_children  {
			position: relative;
		}
		
		#header #main_nav li.has_children > a {
			padding-right: 3em;
		}
		
		#header #main_nav li.has_children > a + .navpfeil {
			position: absolute;
			right: 0;
			top: 0;
			padding: 0 1em;
			line-height: 2em;
			display: inline-block;
		    font-style: normal;
		    font-variant: normal;
		    text-rendering: auto;
		    speak: none;
		    cursor: pointer;
			/*
			content: "\f078";
			font-weight: 400;
    		font-family: "Font Awesome 5 Pro";
		    -moz-osx-font-smoothing: grayscale;
		    -webkit-font-smoothing: antialiased;
		    */
		    -webkit-transition: all 0.5s ease;
		    -moz-transition: all 0.5s ease;
		    -o-transition: all 0.5s ease;
		    transition: all 0.5s ease;
		}
		
		#header #main_nav li.has_children.clicked > a + .navpfeil {
			-moz-transform: rotate(-179.9deg);
			-o-transform: rotate(-179.9deg);
			-webkit-transform: rotate(-179.9deg);
			-ms-transform: rotate(-179.9deg) !important;
			transform: rotate(-179.9deg);
			background-color: transparent;
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
			zoom: 1;
			z-index: 1;			
		}
		
		#header #main_nav li.has_children > a + .navpfeil + ul {
			display: none;
		}


@media screen and (max-width: 768px) {
	#header .main_nav,
	#footer #foot_nav {
		margin-top: 0;
	}
}


#header #nav ul > li > ul li a {
	line-height: 1.5em;
	/*padding-top: .9em;
	padding-bottom: .9em;*/ 
	padding-top: .5em;
	padding-bottom: .5em;
}


#sandwich {
	display: block;
	width: 38px;
	height: 30px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 35px;
	right: 0;
	margin: 10px;
	margin-left: -15px;
	margin-top: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: transform .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	cursor: pointer;
	z-index: 1000;

	
}

#sandwich span {
	display: block;

	position: absolute;
	height: 2px;
	width: 32px;
	width: 42px;

	opacity: 1;
	left: 15px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background-color: #303436;
	/*background-color: #2774b9;*/
}

#sandwich span:nth-child(1) {
	top: 13px;
}

#sandwich span:nth-child(2) {
	top: 23px;
	display: none;
}

#sandwich span:nth-child(3) {
	top: 20px;
}

.white #sandwich.open span {
	/*background-color: #344675;*/
	/*background-color: #fff;*/
}


.pc .white #sandwich:hover span, 
.pc #sandwich.open:hover span {
	/*background-color: #303436;*/
	background-color: #777;
}

#sandwich.open span:nth-child(1) {
	top: 15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	background-color: #CAC8C8;
}

.white #sandwich span,
.pc #sandwich:hover span,
.pc .white #sandwich.open span {
	background-color: #CAC8C8;
}

#sandwich.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#sandwich.open span:nth-child(3) {
	top: 15px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #CAC8C8;
}




@-webkit-keyframes slideInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    5% {
        display: inherit;
        height: 0;
    }

    100% {
        display: inherit;
        height: auto;
    }
}

@-moz-keyframes slideInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    5% {
        display: inherit;
        height: 0;
    }

    100% {
        display: inherit;
        height: auto;
    }
}

@-o-keyframes slideInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    5% {
        display: inherit;
        height: 0;
    }

    100% {
        display: inherit;
        height: auto;
    }
}

@keyframes slideInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    5% {
        display: block;
        height: 0;
    }

    100% {
        display: block;
        height: auto;
    }
}






@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    5% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    5% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    5% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    5% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

#footer {
	/*padding: 50px 0;*/
}

/*#header .kontaktdata {
	margin-top: 70px;
	font-size: 0.65em;
	line-height: 1.25;
}*/

#footer .kontaktdata,
#header .kontaktdata {
	/*font-weight: bold;*/
	margin-bottom: 40px;
	padding-top: 2em;
}

#footer .datas {
	/*overflow: hidden;*/
	/*font-size: .65em;*/
	padding-top: 70px;
	padding-bottom: 20px;
	line-height: 1.25;
}


footer, #footer, #footer .container-fluid.vmiddle {
	height: 100%;
}

img.w100 + div, .link  {
	text-align: center;
	font-size: .8125rem;
	line-height: 1.5;
	padding: .5em 0;
	display: block;
}

.bildtext,
.projektnav
/*#footer .datas,
#footer .datas .kontaktdata, #header .kontaktdata*/ {
	font-size: .8125rem;
	line-height: 1.5;
}

.modul0011 .bildtext.bu2 {
	display: none;
}

.modul0011 .bildtext.bu2,
.modul0011 .bildtext.bu2 a {
	color: #999;
}

.pc .modul0011 a.img-link:hover + .bu1,
.pc .modul0011 .img:hover + .bu1 {
	display: none;
}
.pc .modul0011 a.img-link:hover + .bu1 + .bu2,
.pc .modul0011 .img:hover + .bu1 + .bu2 {
	display: block;
}

@media screen and (max-width: 768px) {

	.bildtext, .projektnav, 
	.news .news_title, .messe .messe_title, .newstexte {
		font-size: .9em !important;
	}
}


#footer .datas {
	text-align: center;
}

/* ********************** FOCUS OUTLINE ********************* */

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) img:focus,
body:not(.user-is-tabbing) a img {
	outline: none;
}


/* ************************************ KACHELN **************************************** */

.kfilter {
	margin: 30px 0 80px 0;
}

.kfilter ul,
.kfilter ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.kfilter ul li {
	display: inline-block;
}

.kfilter ul li a {
	display: block;
	padding: 10px;
}

.mobile .kfilter {
	display: none;
}

@media screen and (max-width: 768px) {
	.kfilter ul li a {
		padding: 5px 10px;
	}
}

.bildkachel {
	color: #fff !important;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.bildkachel a {
	color: #fff;
}

.bildkachel {
	position: relative;
	background-color: #dadada;
	float: left;
	/*cursor: default;*/
	overflow: hidden;
	height: 320px;
}

.bildkachel .kacheltext {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);	
}


.size33 {
    width: 320px;
	float: left;
}

.size43 {
	width: 430px;
	float: left;
}

.size63 {
	width: 650px;
	float: left;
}


/* ************************************ Galerie **************************************** */

.galeriebox {
	overflow: hidden;
	position: relative;
    padding-bottom: 50px;
    font-size: 0.8em;
}

.galeriebox .slidebox {
	overflow: hidden;
}

.galeriebox .slidebox .slide {
	float: left;
}

.galeriebox .slidebox .slide .block {
	float: left;
	width: 50%;
}

.galeriebox .slidebox .slide .block figcaption {
	/*padding-top: 20px;*/
	/*font-size: 0.8em;*/
}

.block .img {
	position: relative;
}

.block .img img {
	width:100%;
	}

.block .fal.fa-play {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    color: #fff;
    text-shadow: 0 0 2px #666;
    
}

body.tablet .galeriebox .slidebox .slide .block:nth-child(odd),
body.pc .galeriebox .slidebox .slide .block:nth-child(odd) {
	padding-right: 5px;
}

body.tablet .galeriebox .slidebox .slide .block:nth-child(even),
body.pc .galeriebox .slidebox .slide .block:nth-child(even) {
	padding-left: 5px;
}

.galeriebox .slidenav {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.galeriebox .slidenav div {
	display: inline-block;
	
}

.galeriebox .slidenav .vor,
.galeriebox .slidenav .zurueck {
	cursor: pointer;
	padding: 0 15px;
}

/* ************************************ News / Messen **************************************** */



.newss .mtitel,
.messens .mtitel {
	margin-bottom: 30px;
	
}

.news .newsbild img,
.messen .newsbild img {
	display: block;
	width:100%;
}

.news .newstexte,
.messe .messetexte {
	padding: 15px; /* 15%; */
	/*font-weight: bold;*/
	text-align: center;
}

.news .newsmorelink {
	display: none;
}

.news .news_title,
.messe .messe_title {
	/*font-weight: 400;*/
	font-size: 1.1em;
}
/*
#newsartikel .invisInMeldung {
	display: none !important;
}

#newsartikel .maxWidthMeldung {
	width: 100% !important;
	padding: 0;
}

#newsartikel .container-fluid {
	padding: 0 5px;
}

#newsartikel .container-fluid .container {
	padding: 0;
}
*/
.news .rubrik,
.messe .rubrik {
	/*color: #F15923;
	font-size: 0.8em;*/
	line-height: 1.5em;
	min-height: 1.5em;
}

.newss .link.file,
.messens .link.file,
.produkt.overview .link {
	border-color: #000;
}

.newss .link.file:hover,
.messens .link.file:hover {
	/*border-color: #E75A2E;
	color: #fff;*/
}

.container-fluid .container .newss .linkzeile,
.container-fluid .container .messens .linkzeile,
.produkt.overview .linkzeile {
	text-align: center;
	margin-bottom: 30px;
	/*clear: both;*/
	margin-top: 40px;
}


.fussnavnm {
	padding-top: 40px;
}
.fussnavnm .left {
	text-align: right;
}

.fussnavnm .middle {
	text-align: center;
}

.fussnavnm .link.file {
	border-color: #000003;
}

/* ****************************** SOCIAL NETWORKS ****************************** */

.socialnetworks {
	text-align: center;
	padding: 25px 0;
}

.socialnetworks .sn {
	display: inline-block;
}

.socialnetworks .sn a {
	display: block;
	padding: 5px 10px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}

.pc .socialnetworks .sn a:hover {
	background-color: #383838;
	color: #fff;
	border-radius: 4px;
}


#logo
{
margin-top:30px;
width:100px;
height:auto;
}


.mobile .hmax.bigfont h2 {

    margin-bottom: 0;

}
@media only screen and (min-width: 768px) {
  .bme-offset-1 > .offset {
    margin-left: 8.333333333%;
    margin-right: 8.333333333%;
  }
  .bme-offset-2 > .offset {
    margin-left: 16.66666667%;
    margin-right: 16.66666667%;
  }
  .bme-offset-3 > .offset {
    margin-left: 25%;
    margin-right: 25%;
  }
  .bme-offset-4 > .offset {
    margin-left: 33.3333333333%;
  }


}



/* PFEILE */

.iconArrowRight,
.iconArrowLeft {
    font-size: 2.25em;
    /*margin-bottom: 20px;*/
}

.pc a:hover .iconArrowRight,
.pc a:hover .iconArrowLeft {
	animation: shakeLeftRight .7s infinite ease;
}

svg[class^="icon"].iconArrowRight,
svg[class^="icon"].iconArrowLeft {
    width: 1.2em;
    height: .203125em;
    transform-origin: 50% 50%;
}

svg[class^="icon"].iconArrowRight {
	transform:translateX(12px)
}

.scrollDown .iconArrowDown {
    font-size: 40px;
    /*margin-bottom: 5px;*/
    animation: shakeUpDown .7s infinite ease;
}

.scrollDown span {
    padding: 3px 5px;
}

svg[class^="icon"].iconArrowDown {
    width: .203125em;
    height: .85em;
}

@media screen and (max-width: 768px) {
	svg[class^="icon"].iconArrowDown {
	    width: .203125em;
	    height: 1.25em;
	}
}

svg[class^="icon"] {
    display: inline-block;
    width: auto;
    height: auto;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}               


@keyframes pulseScale {
 0%,
 to {
  transform:scale(1)
 }
 50% {
  transform:scale(.9)
 }
}
@keyframes animateIn {
 0% {
  height:0;
  opacity:1
 }
 to {
  height:100vh;
  opacity:1
 }
}
@keyframes animateOut {
 0% {
  height:100vh;
  opacity:1
 }
 50% {
  height:0;
  opacity:1
 }
 to {
  height:0;
  opacity:0
 }
}
@keyframes reveal-width {
 0% {
  height:0%
 }
 50% {
  height:100%
 }
 to {
  height:0%
 }
}
@keyframes shakeUpDown {
 0% {
  transform:translate(0)
 }
 50% {
  transform:translateY(12px)
 }
 to {
  transform:translate(0)
 }
}
@keyframes shakeLeftRight {
 0% {
  transform:translate(0)
 }
 50% {
  transform:translateX(12px)
 }
 to {
  transform:translate(0)
 }
}

.bme-text a
{
    text-decoration: underline;
    }