
/***********************************************************************
/
/		SEITENEIGENSCHAFTEN
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	position: relative;
	color: rgba(80,84,86,1);
}
h1 {
	font-size: 2em;
	font-weight: bold;
	background: rgba(254,214,212,1);
	width: 80%;
	padding: 30px 10%;
	margin: 0;
}
h3 {
	width: 80%;
	margin: 30px auto;
}
.indi-h1 {
	font-size: 2em;
	font-weight: bold;
	background: rgba(255,14,0,1);
	color: #fff;
	width: 80%;
	padding: 30px 10%;
	margin: 0;
}
@media (max-width: 500px) {
	h1 {
		font-size: 1.5em;
	}
}
a {
	color: inherit;
	text-decoration: none;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
	opacity: 0;
	border: solid 0px transparent;
}
.post-edit-link {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: rgba(255,14,0,1);
	margin-left: calc(50% - 50px);
}
.res-off {
	display: block;
}
.res-on {
	display: none;
}
	.res-on2 {
		display: none;
	}
.foimg {
	width: 70%;
	padding-right: 30%;
	height: auto;
	margin-bottom: -5px;
	background-color: white;
}
@media (max-width: 800px) {
	.foimg {
		width: 100%;
		height: auto;
		margin-top: -5px;
	}
	.res-on {display: block !important}
	.res-off {display: none !important}
}
@media (max-width: 500px) {
	.foimg {
		width: 100%;
		height: auto;
		margin: -5px;
	}
	.res-on2 {
		display: block;
	}

}
.iphorm-description {
	width: 0px;
	height: 0px;
	background: white;
	color: black;
	transition-duration: 0.3s;
	transition-property: padding, width, height;
	transition-timing-function: ease;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 5%;
}
.iphorm-description::before {
	content: '?';
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background: rgba(254,214,212,1);
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	font-size: 2em;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
}
.iphorm-options-block:hover ~ .iphorm-description {
	width: 300px;
	padding: 20px;
	height: 200px;
	overflow: visible;
	font-style: normal;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
}
.iphorm-required {
	color: rgba(254,214,212,1) !important;
}

/***********************************************************************
/
/		STRUKTUR
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/
#container {
	width: 80%;
	margin: 0 auto;
}
footer {
	width: 80%;
	padding: 0px 10% 30px 10%;
	position: relative;
	background: rgba(255,14,0,1);
	color: #fff;
}
#logo-footer {
	width: 60%;
	margin: -21px 0 30px 0px;
}
#logo-footer2 {
	width: 60%;
	margin: 40px 0 -64px 0px;
}
@media (max-width: 500px) {
	#logo-footer2 {
		margin: 40px 0 -20px 0px;
	}
	footer > a {
		display: block;
		width: 200px;
		height: 100px;
	}
	#logo-footer2-res {
		display: block;
		width: 100%;
		margin: 40px 0 -20px 0px;
	}
}
.footer-balken {
	width: 80%;
	padding: 20px 10%;
	background: rgba(255,14,0,1);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 5px;
	text-align: center;
	margin-top: 100px;
}
.footer-teil {
	width: calc(33.333% - 40px);
	padding: 20px;
	float: left;
}
.footer-teil:first-of-type {
	line-height: 1.5em;
}
.footer-teil:first-of-type > span {
	font-size: 1.5em;
	margin-bottom: 10px;
	display: block;
}
.footer-teil:first-of-type > a {
	line-height: 20px;
	display: block;
}
.footer-teil:first-of-type > a > img {
	display: block;
	width: 20px;
	height: auto;
	margin-right: 5px;
	float: left;
}
.copy {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	margin-bottom: -25px;
}
@media (max-width: 500px) {
	.footer-teil {
		width: calc(100% - 40px);
	}
}
.abstand {
	width: 100%;
	height: 100px;
	clear: both;
}
.web-flex {
	display: flex;
	flex-flow: column;
}
.flex-1 {order: 1}
.flex-2 {order: 2}
.flex-3 {order: 3}

/***********************************************************************
/
/		HEADER
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/
/* NAVIGATION */
#header {
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: -300px;
}
nav {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,14,0,1);
	z-index: 9999;
	text-transform: uppercase;
	font-weight: bold;
}
#logo {
	width: 200px;
	margin-left: 5%;
}
nav > div {
	position: absolute;
	top: 0;
	right: 10%;
	line-height: 80px;
}
nav > div > ul {
	margin: 0;
	padding: 0;
}
nav > div > ul > li {
	float: left;
	display: block;
	padding: 0 20px;
	position: relative;
	transition: background 0.3s ease; 
}
nav > div > ul > li:hover {
	background: rgba(254,214,212,1);
}
nav > div > ul > li > a {
	display: block;
	color: #fff;
	transition: background 0.3s ease; 
}
nav > div > ul > li:hover > a {
	color: rgba(80,84,86,1);
}
nav > div > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 5px 0 0 0;
	padding: 0;
}
nav > div > ul > li > ul > li {
	margin-bottom: 5px;
	background: rgba(254,214,212,1);
	display: block;
	padding: 0px 25px;
	width: 250px;
	height: 0;
	overflow: hidden;
	transition: 0.3s ease;
	transition-property: height, background, color;
	line-height: 1.2em;
}
nav > div > ul > li > ul > li > a {
	display: block
}
nav > div > ul > li > ul > li:hover {
	background: rgba(255,14,0,1);
	color: #fff;
}
.menu-item-has-children:hover > ul > li {
	height: auto;
	padding: 10px 25px;
}
#res-nav {display: none}
label[for="res-nav"] {display: none}
@media (max-width: 1100px) {
	nav {
		width: 350px;
		height: 0;
		position: absolute;
		top: 80px;
		left: auto;
		right: 0;
		overflow: hidden;
		transition: height 0.6s ease;
	}
	#logo {display: none;}
	nav > div {
		position: static;
		line-height: 50px;
	}
	nav > div > ul > li {
		float: none;
		transition: none;
	}
	nav > div > ul > li:hover {
		background: Inherit;
	}
	nav > div > ul > li:hover > a {
		background: Inherit;
	}
	nav > div > ul > li > ul {
		position: static;
		height: auto;
		transition: none;
	}
	nav > div > ul > li > ul > li {
		height: auto;
		overflow: visible;
		transition: none;
		padding: 10px 25px;
	}
	.menu-item-has-children:hover > ul > li {
		height: inherit;
	}
	label[for="res-nav"] {
		display: block;
		position: absolute;
		width: 100%;
		background: rgba(255,14,0,1);
		height: 80px;
		z-index: 9999;
		cursor: pointer;
	}
	#logo-responsive {
		width: 200px;
		margin-left: 5%;
	}
	label[for="res-nav"] > div:first-of-type {
		position: absolute;
		right: 15%;
		width: 100px;
		height: 2px;
		background: white;
		top: 15px;
	}
	label[for="res-nav"] > div:nth-of-type(2n) {
		position: absolute;
		right: 15%;
		width: 100px;
		top: 30px;
		width: 100px;
		text-align: center;
	}
	label[for="res-nav"] > div:nth-of-type(2n)::after {
		content: 'Menü';
		color: white;
		text-transform: uppercase;
		font-weight: bold;
	}
	label[for="res-nav"] > div:last-of-type {
		position: absolute;
		right: 15%;
		width: 100px;
		height: 2px;
		background: white;
		top: 63px;
	}
	#res-nav:checked ~ nav {height: 900px;}
	#res-nav:checked ~ label[for="res-nav"] > div:nth-of-type(2n)::after {content: 'schließen' }
}
.language {
	width: 80px;
	position: absolute;
	top: calc(15% - 10px);
	right: 3%;
	z-index: 99999999;
}
.language > a {
	height: 20px;
	width: 30px;
	display: block;
	float: left;
	margin-right: 10px
}
@media (max-width: 500px) {
	.language {
		width: 80px;
		position: absolute;
		top: 90px;
		right: auto;
		left: 5%;
		z-index: 99;
	}
}
/***********************************************************************
	Cover
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/
.cover {
	width: 100%;
	height: 700px;
	position: relative;
}
.cover-balken {
	width: 80%;
	padding: 10px 10%;
	color: #fff;
	background: rgba(255,14,0,1);
	text-align: center;
	margin-bottom: 100px;
}
@media (max-width: 500px) {
	.cover {
		height: 200px;
	}
	.cover-balken {
		font-size: 0.8em;
		margin-bottom: 20px
	}
}
/***********************************************************************
/
/		CONTENT
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/




/********************************************************
	BILD, NEWS, TERMIN
„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

.termin-news-boxcontainer {
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 10%;
	background: rgba(50,50,50,1);
	color: rgba(80,84,86,1);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-blend-mode: soft-light;
}
/* BILD */
.termin-bild-container {
	width: 290px;
	height: 270px;
	background: #fff;
	padding: 5px;
	float: left;
	margin: 0 20px 20px 0;
}
.termin-bild-container > a {
	display: block;
	width: calc(100% + 10px);
	margin: 5px 0 0 -5px;
	padding: 20px 0;
	text-align: center;
	background: rgba(254,214,212,1);
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	transition: background 0.3s ease;
}
.termin-bild-container > a:hover {
	background: rgba(255,14,0,1);
}
.tb-container {
	width: 1600px;
	margin: 0 auto;
}
@media (max-width: 1600px) {
	.tb-container {width: 1280px}
}
@media (max-width: 1280px) {
	.tb-container {width: 960px}
}
@media (max-width: 960px) {
	.tb-container {width: 640px}
}
@media (max-width: 640px) {
	.tb-container {width: 320px}
}
.tb-bild {
	width: 290px;
	height: 195px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.tb-content {
	width: 100%;
	height: 65px;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.tb-titel {
	width: 100%;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}
.tb-utitel {
	width: 100%;
	text-align: center;
}
/* ENDE BILD */

/* NEWS */
.termin-news-container {
	width: 290px;
	height: auto;
	background: #fff;
	padding: 5px;
	float: left;
	margin: 0 20px 20px 0;
}
.termin-news-container > a {
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background: rgba(254,214,212,1);
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	transition: background 0.3s ease;
}
.termin-news-container > a:hover {
	background: rgba(255,14,0,1);
}
.tn-bild {
	width: 290px;
	height: 195px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.grkl {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 30px;
	color: #fff;
	background: rgba(254,214,212,1);
	font-size: 0.8em;
	text-align: center;
}
.grkl > span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
.news-hr {
	width: 80%;
	margin: 10px 10%;
	border: solid 2px rgba(254,214,212,1);
}
.tn-content {
	width: 90%;
	margin: 0 auto;
	height: 20em;
	line-height: 1.45em;
	overflow: hidden;
	margin-bottom: 15px;
}

/* ENDE NEWS */

/* TERMIN */
.terminchart-terminbox {
	width: 270px;
	background: #fff;
	padding: 10px;
	float: left;
	margin: 0 20px 20px 0;
}
.tt-titel {
	font-size: 2em;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}
.tt-zweck {
	min-height: 1.2em;
	color: rgba(254,214,212,1);
	font-size: 1.2em;
	text-transform: uppercase;
}
.tt-hr {
	border-top: solid 1px #323232;
}
.tt-date {
	margin-bottom: 5px;
}
/* ENDE TERMIN */

.terminchart-link {
	opacity: 0;
	position: absolute;
	top: 20px;
	left: 5%;
	color: #fff;
}
.terminchart-link:hover {opacity: 1}
.tc-h1 {
	position: absolute;
	top: 2%;
	left: 5%;
}

/* PLAKAT */
.termin-plakat-container {
	width: 290px;
	height: auto;
	background: #fff;
	padding: 5px;
	float: left;
	margin: 0 20px 20px 0;
}
.termin-plakat-container > a {
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background: rgba(254,214,212,1);
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	transition: background 0.3s ease;
}
.termin-plakat-container > a:hover {
	background: rgba(255,14,0,1);
}
.tn-bild {
	width: 290px;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
/* ENDE PLAKAT */

/********************************************************
	SINGLE.PHP
„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

.cover-schmal {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.single-web-container {
	width: 100%;
	margin: 0;
}
.single-header {
	width: 100%;
	position: relative;
}
.single-header>h1 {
	width: 80%;
	padding: 30px 10%;
	margin: 0 0 0px 0;
}
.single-header>h3 {
	margin: 0 0 30px 0;
}
.single-link-container {
	position: absolute;
	top: 20px;
	right: 5%;
}
.single-link-container>a {
	float: left;
	padding-right: 10px;
}
.single-link-container>a>img {
	height: 52px;
}
.single-trenner {
	width: 100%;
	height: 10px;
	background: rgba(254,214,212,1);
	margin: 20px 0;
}
.single-content {
	width: 80%;
	margin: 0 auto;
}
@media (max-width: 1440px) {
	.single-content {
		height: 60%;
	}
}
.single-content>h1 {
	font-size: 2em;
	margin: 10px 0;
}
.single-bild {
	width: 33.333%;
	padding-bottom: 15vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin: 0 60px 10px 0;
}
.single-highlight {
	width: calc(100% - 60px);
	background: rgba(254,214,212,1);
	color: #fff;
	padding: 30px;
	font-size: 1.5em;
}
.single-highlight > span {
	font-size: 2em;
	font-weight: bold;
}
.info-intern {
	display: none
}
@media (max-width: 500px) {
	.single-bild {
		width: 100%;
		padding-bottom: 50vw;
	}
	.single-container {
		height: auto;
	}
	.cover-schmal {
		margin-bottom: -20px
	}
}
.beitrag-trenner {
	width: 80%;
	margin: 60px auto;
	border: solid 1px rgba(255,14,0,1);
	opacity: 0.6;
}
.single-content > div {
	width: 100% !important;
	height: auto;
}
.single-content > div > a {
	display: block;
	width: 125%;
	height: auto;
	margin: 0 -12.5%;
}
.single-content > div > a > img {
	width: 100% !important;
	height: auto !important;
}
.single-content > p > a {
	display: block;
	width: 150px;
	text-align: center;
	background: rgba(255,14,0,1);
	color: #fff;
	padding: 10px 0;
	margin-left: calc(50% - 75px);
	transition: background 0.3s ease;
}
.single-content > p > a:hover {
	background: rgba(254,214,212,1);
}
/********************************************************
	GALLERY
„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/
.gallery-columns-2 > .gallery-item {
	width: calc(50% - 10px) !important;
	margin: 0 10px 10px 0 !important;
	height: 25vw !important;
	overflow: hidden !important;
	display: block !important;
}
.gallery-columns-3 > .gallery-item {
	width: calc(33.333% - 10px) !important;
	margin: 10px 10px 0 0 !important;
	height: 17vw !important;
	overflow: hidden !important;
	display: block !important;
}
.gallery-columns-4 > .gallery-item {
	width: calc(25% - 10px) !important;
	margin: 10px 10px 0 0 !important;
	height: 13vw !important;
	overflow: hidden !important;
	display: block !important;
}
.gallery-columns-6 > .gallery-item {
	width: calc(16.666% - 10px) !important;
	height: 180px;
	margin: 10px 10px 0 0 !important;
	overflow: hidden !important;
	display: block !important;
}
.gallery-item > dt > a > img {
	width: 100% !important;
	height: auto !important;
}
.gallery-item > dt > a > img {
	border: none !important;
}
.referenzen-container {
	width: 1600px;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.size-full {
	width: 125% !important;
	height: auto !important;
	margin: 0 -12.5% !important;
}
.size-large {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}
.size-medium {
	width: calc(50% - 10px) !important;
	height: auto !important;
	margin: 0 10px 10px 0 !important;
	float: left;
}
.size-thumbnail {
	width: calc(33.333% -10px) !important;
	height: auto !important;
	margin: 0 10px 10px 0 !important;
	float: left;
}

@media (max-width: 1600px) {
	.referenzen-container {
		width: 1200px;
		margin: 0 auto;
	}
}
@media (max-width: 1200px) {
	.referenzen-container {
		width: 960px;
		margin: 0 auto;
	}
}
@media (max-width: 1200px) {
	.gallery-columns-4 > .gallery-item {
		width: calc(33.333% - 10px) !important;
	}
}
@media (max-width: 500px) {
	.gallery-columns-2 > .gallery-item {
		width: calc(100% - 10px) !important;
	}
	.gallery-columns-3 > .gallery-item {
		width: calc(100% - 10px) !important;
	}
	.gallery-columns-4 > .gallery-item {
		width: calc(100% - 10px) !important;
	}
	.gallery-columns-6 > .gallery-item {
		width: calc(50% - 10px) !important;
		height: 100px;
	}
	.size-medium {
		width: 100%) !important;
		margin: 10px 0 !important;
	}
	.size-thumbnail {
		width: 100%) !important;
		margin: 10px 0 !important;
	}
	p > img {
		width: 100% !important;
		height: auto;
	}
	p > strong > img {
		width: 100% !important;
		height: auto;
	}
}


.kh-con {
	width: 100%;
	padding: 100px 0 0 0;
}
.kh-con > a {
	width: 400px;
	padding: 15px 30px;
	text-align: center;
	color: #fff;
	background: rgba(255,14,0,1);
	margin-left: calc(50% - 215px);
	transition-property: background-color, color;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	font-weight: bold;
	text-transform: uppercase;
}
.kh-con > a:hover {
	color: rgba(80,84,86,1);
	background: rgba(254,214,212,1);
}
@media (max-width: 800px) {
	.kh-con {
		width: 100%;
		padding: 100px 0 0 0;
	}
	.kh-con > a {
		width: 200px;
		margin-left: calc(50% - 100px);
		font-size: 0.6em;
		
	}
	.kh-con > a:hover {
		color: rgba(80,84,86,1);
		background: rgba(254,214,212,1);
	}
}
@media (max-width: 800px) {
	.index-teil1, .index-teil2, .index-teil3 {width: 100%}
	.index-teil2 {
		height: auto;
		padding: 20px 0;
	}
	.anlage-index-container, .industrie-index-container {height: 35vh}
	#logo-rot {
		right: 10%;
		height: auto;
		width: 20%;
	}
	#logo-lila {
		left: 10%;
		height: auto;
		width: 20%;
	}
	.anlage-index-container {
		margin-top: -60px;
	}
	.anlage-index-container > div {
		padding: 20vh 10% 5vh 10%;
		width: 80%;
		height: 20vh;
		line-height: 1em;
		font-size: 1.3em;
		text-align: left;
	}
	.industrie-index-container > div {
		padding: 5vh 10% 20vh 10%;
		width: 80%;
		height: 9vh;
		line-height: 1em;
		font-size: 1.3em;
	}
	.industrie-index-container > img:first-of-type {
		height: auto;
	}
}

.single-content > p::after {
	content: ' ';
	display: block;
	width: 100%;
	clear: both;
}
	figure {
		width: calc(33.333% - 20px);
		margin: 10px;
		padding: 0;
		float: left;
	}
	figure > img {
		width: 100%;
	}
@media (max-width: 800px) {
	.cover {
		height: 400px;
	}
	.cover-schmal {
		margin-bottom: -5px;
	}
	.fs-content-bereich {
		padding: 5% 10% !important;
	}
	.f_slider_link {
		margin-top: 0;
		font-size: 0.8em;
		width: 150px !important;
	}
	.bbs_neu_container {
		height: 300px !important;
		overflow: hidden;
	}
	.guck-guck {
		width: 90% !important;
		left: 3% !important;
	}
	.band {
		width: 200% !important;
		
	}
	.bbs_neu_box {
		margin: 10px !important;
	}
	.footer-teil:nth-of-type(1), .footer-teil:nth-of-type(2) {
		width: calc(50% - 40px);
	} 
	.footer-teil:nth-of-type(3) {
		width: 100% !important;
	} 
	.foimg {margin-bottom: -5px;}
	nav div ul li {
		width: 90% !important;
	}
	nav div ul li a {
		padding: 0 !important;
	}
}

@media (max-width: 500px) {
	#logo-rot {
		right: 10%;
		height: auto;
		width: 80%;
	}
	#logo-lila {
		left: 10%;
		height: auto;
		width: 80%;
	}
	.bbs_neu_container {
		height: 900px !important;
	}
	.guck-guck {
		width: 80% !important;
		left: 10% !important;
		position: absolute !important;
	}
	.band {
		width: 100% !important;
	}
	.bbs_neu_box {
		margin: 10px !important;
	}
	.footer-teil {
		width: calc(100% - 40px) !important;
	}
	figure {
		width: 100%;
		margin: 0px;
	}
	.cover-schmal {
		margin-bottom: -10px;
	}

}















