/*
Sonderkachel: #aea69e

*/

@font-face {
    font-family: 'corporatessclight';
    src: url('../fonts/webfontkit-20190329-072424/corporatessc_light_regular-webfont.woff2') format('woff2'),
         url('../fonts/webfontkit-20190329-072424/corporatessc_light_regular-webfont.woff') format('woff'),
         url('../fonts/webfontkit-20190329-072424/corporatessc_light_regular-webfont.ttf') format('truetype'),
         url('../fonts/webfontkit-20190329-072424/corporatessc_light_regular-webfont.svg#corporatessclight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corporatesscdemi';
    src: url('../fonts/webfontkit-20190329-072424/corporatessc_demi_regular-webfont.woff2') format('woff2'),
         url('../fonts/webfontkit-20190329-072424/corporatessc_demi_regular-webfont.woff') format('woff'),
         url('../fonts/webfontkit-20190329-072424/corporatessc_demi_regular-webfont.ttf') format('truetype'),
         url('../fonts/webfontkit-20190329-072424/corporatessc_demi_regular-webfont.svg#corporatesscdemi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corporatesscbold';
    src: url('../fonts/webfontkit-20190329-072424/corporatessc_bold-webfont.woff2') format('woff2'),
         url('../fonts/webfontkit-20190329-072424/corporatessc_bold-webfont.woff') format('woff'),
         url('../fonts/webfontkit-20190329-072424/corporatessc_bold-webfont.ttf') format('truetype'),
         url('../fonts/webfontkit-20190329-072424/corporatessc_bold-webfont.svg#corporatesscbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corporate_sregular';
    src: url('../fonts/webfontkit-20190329-072424/corporate_s_regular-webfont.woff2') format('woff2'),
         url('../fonts/webfontkit-20190329-072424/corporate_s_regular-webfont.woff') format('woff'),
         url('../fonts/webfontkit-20190329-072424/corporate_s_regular-webfont.ttf') format('truetype'),
         url('../fonts/webfontkit-20190329-072424/corporate_s_regular-webfont.svg#corporate_sregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

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

/* ==========================================================================
   Layout styles: opinionated defaults
   ========================================================================== */

* {
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
*behavior: url(../polyfills/boxsizing.htc);
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
	background-color: #f7f4f0;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

img { -ms-interpolation-mode: bicubic; }

.img-logo {
    width: 100%;
    height: auto;
}

button, html, input, select, textarea {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
}

.wrapper {
	width: 100%;
	max-width: 965px;
	margin: 0 auto;
	position: relative;
	padding: 0 25px;
	text-align: center;
}

.download .wrapper {
	text-align: left;
}

header.header > .wrapper {
	max-width: 1400px;
	margin-top: 31px;
	margin-bottom: 31px;
	text-align: left;
}
@media (max-width:768px) {
	header.header > .wrapper {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.wrapper.bigger {
	max-width: 1250px;
}

body.inhalt header.header + * {
	margin-top: 126px;
}

body {
	position: relative;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color:#343434;
	font-size: 18px;
	line-height:26px;
	font-weight: normal;
	letter-spacing: 0px;
	min-width: 320px;
	min-height: 100%;
	-moz-osx-font-smoothing: grayscale;
	
}

#ie_clearing {
	display: none;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
	outline: 0;
}

a,
a:visited,
a:active,
a:focus {
	text-decoration: none;
	color:#343434;
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

a.mehr,
a.mehr:visited,
a.mehr:active,
a.mehr:focus,
a.download,
a.download:visited,
a.download:active,
a.download:focus {
	color: #343434;
	font-style: normal;
	font-weight: 600;
}

a.mehr:before,
a.download:before {
	margin-right: 0.425em;
	margin-right:0.36em;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	color: #343434;
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}
a.download:before {
	content: "\f1c1";
	font-size: 24px;
	padding-right: 0px;
}

a.mehr:hover,
a.download:hover {
	text-decoration: none;
}

h2.align-center,
p.align-center {
	text-align: center !important;
}

.layout-1 + *,
.layout-5 + * {
	clear: both;
	display: inline-block;
	width: 100%;
}

h1 {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color:#343434;
	font-size:42px;
	line-height:48px;
	letter-spacing: 0.5px;
	font-weight:normal;
    text-transform: none;
	margin:0;
	margin-top:0px;
	margin-bottom:30px;
	padding:0;
}

h1.mb-60 {
	margin-bottom:60px;
}
@media only screen and (min-width:1250px) {
	h1 {
		font-size:42px;
	}
}

/* Produktkategorie-Seiten  */
#p30 h1 {
	margin-top:80px;
	margin-bottom:10px;
}
@media only screen and (max-width:767px) {
	#p30 h1 {
		margin-top:40px;
		margin-bottom:0px;
	}
}

/* Produkt-Seiten  */
#p30.myprodukt h1 {
	margin-top:0px;
	margin-bottom:0px;
}
@media only screen and (max-width:767px) {
	#p30 h1 {
		margin-top:0px;
	}
}

h2 {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color: #343434;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.1px;
	font-weight: bold;
	font-weight:normal;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 0;
}

h3 {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color: #343434;
	font-size: 20px;
	line-height: 1.25em;
	font-weight: 500;
}

body.inhalt h3 {
    font-size: 32px;
	font-weight: 400;
    text-transform: none;
}

body.inhalt h3.accoya {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.25em;
	font-weight: 700;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.klein {
	color: #6b6a6a;
	font-size: 16px;
	line-height: 24px;
}


.frame > header > * {
	margin: 0;
}

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-e-mail-o:before {
	content: '\e800';
	font-size: 0.875em;
}

.icon-fax:before {
	content: '\e801';
}

.icon-standort:before {
	content: '\e802';
}

.icon-telefon:before {
	content: '\e803';
}

.keyvisual {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ededed+50,ededed+100&amp;0+0,1+50,0+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(237,237,237,0) 0%, rgba(237,237,237,1) 50%, rgba(237,237,237,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(237,237,237,0) 0%,rgba(237,237,237,1) 50%,rgba(237,237,237,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(237,237,237,0) 0%,rgba(237,237,237,1) 50%,rgba(237,237,237,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ededed', endColorstr='#00ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.keyvisual .ce-gallery {
	margin: 0;
}

.keyvisual figure {
	margin: 0 !important;
}

.mfp-bg {
	z-index: 10420;
}

.mfp-wrap {
	z-index: 10430;
}

div.frame-type-textpic .ce-gallery .image {
	margin-bottom: 1em;
}

.csc-nospace-top {
	margin-top: 0 !important;
}

.csc-nospace-bottom {
	margin-bottom: 0 !important;
}

video.video {
	width: 100%;
	height: auto;
	display: block;
}

div.layout-12 {
	text-align: left !important;
}

iframe {
	display: block;
	min-height: 250px;
}

@media (max-width:867px) {
	h1 {
		font-size:36px;
		line-height: 38px;
	}

	h2 {
		font-size: 24px;
		line-height: 28px;
	}

	body.inhalt h2 {
		font-size: 24px;
		line-height: 28px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.25em;
	}

	body.inhalt h3 {
		font-size: 28px;
		line-height: 1.25em;
	}
}

@media (max-width:550px) {
	h2 {
		xfont-size: 20px;
		xline-height: 1.25em;
	}
}

/* ==========================================================================
   MOBILE styles: opinionated defaults
   ========================================================================== */

header.header {
	position: absolute;
	top: -126px;
	left: 0;
	width: 100%;

	-webkit-transition: top 0.3s ease-in-out 0s;
	transition: top 0.3s ease-in-out 0s;
}

body.loaded header.header {
	top: 0;

	-webkit-transition: top 0.3s ease-in-out 0s;
	transition: top 0.3s ease-in-out 0s;
}
/*
body.loaded header.header.temp {
	background-color: #fff;
	top: -126px;
	z-index: 1000;

	-webkit-box-shadow: 0 0px 8px -2px #000;
	box-shadow: 0 0px 8px -2px #000;

	-webkit-transition: top 0.3s ease-in-out 0s;
	transition: top 0.3s ease-in-out 0s;
}*/
body.loaded
header.header.temp{
	background-color:#fff;
	top:-126px;
	z-index:1000;
	
	-webkit-box-shadow:0 0px 0px 0px #fff;
	box-shadow:0 0px 1px 1px #f2efe9;
	
	-webkit-transition:top 0.3s ease-in-out 0s;
	transition:top 0.3s ease-in-out 0s
}

html.openmenu body.loaded header.header.temp {
	z-index: inherit;
}

body.startseite.loaded header.header.temp {
	z-index: 1000;
}

body.karriere.loaded header.header.temp {
	z-index: 1000;
}

body.loaded 	header.header.fixed,
body.startseite header.header,
body.karriere	header.header,
body.inhalt 	header.header {
	position: fixed;
	top: 0;

	-webkit-transition: top 0.3s ease-in-out 0s;
	transition: top 0.3s ease-in-out 0s;
}

html.openmenu body.startseite > header.header,
html.openmenu body.karriere > header.header,
html.openmenu body.inhalt > header.header {
	position: absolute;
}

body.startseite > header.header:after,
body.karriere > header.header:after,
body.inhalt > header.header:after {
	content: "";
	position: absolute;
	z-index: 20;
	background-color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	height: 126px;
	-webkit-box-shadow:0 0px 0px 0px #fff;
	box-shadow:0 0px 0px 0px #fff;
}

@media (max-width:768px) {
	body.startseite > header.header:after,
	body.karriere > header.header:after,
	body.inhalt > header.header:after {
		height: 103px;
	}
}

body.startseite > header.header.none:after,
body.karriere > header.header.none:after,
body.inhalt > header.header.none:after {
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.loaded > header.header.down {
	top: -126px;

	-webkit-transition: top 0.3s ease-in-out 0s;
	transition: top 0.3s ease-in-out 0s;
}

header.header div.logo {
	display: inline-block;
	position: relative;
	z-index: 950;
}

header.header div.logo .ce-gallery {
	margin: 0;
}

header.header div.logo figure,
header.header div.logo img {
	margin: 0 !important;
	max-width:325px;
}

.inner-header-scrollpage {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	margin-bottom: 21px !important;
}

.logo-scrollpage {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width:260px !important;
	padding-top: 33px;
}

.logo-scrollup {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width:325px !important;
	padding-top: 0px;
}

header.header div.logo .ce-row:last-child {
	display: none;
}

header.header.temp  div.logo .ce-row,
body.startseite 	div.logo .ce-row,
body.karriere	 	div.logo .ce-row,
body.inhalt 		div.logo .ce-row {
	display: none;
}

header.header.temp 	div.logo .ce-row:last-child,
body.startseite 	div.logo .ce-row:last-child,
body.karriere 		div.logo .ce-row:last-child,
body.inhalt 		div.logo .ce-row:last-child {
	display: block;
}

@media (max-width:768px) {
	body.inhalt header.header + * {
	    margin-top: 100px;
	}
	body.inhalt header.header::after {
	    height: 100px;
	}
}

@media (max-width:600px) {
	header.header div.logo figure,
	header.header div.logo img {
		max-width: 300px;
		padding-top: 3px;
	}
/*
	body.inhalt header.header + * {
	    xmargin-top: 126px;
	}
	body.inhalt header.header::after {
	    xheight: 126px;
	}
*/
}

@media (max-width:480px) {
	header.header div.logo figure {
		max-width: 230px;
		padding-top: 7px;
	}
	header.header div.logo img {
		max-width: 100%;
	}
}
/*
@media (max-width:380px) {
	body.startseite > header.header:after,
	body.inhalt > header.header:after {
		height: 116px;
	}
}
*/
/***************************************************/

.content-farbig {
    position: relative;
	width:100%;
	padding-top: 60px;
	padding-bottom: 55px;
	background-color:#dad2cb; 
}

.farbig {
	background-color:#dad2cb !important; 
}

.content {
    position: relative;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 80px;
	padding-bottom: 95px !important;
}

@media only screen and (max-width:390px) {
	.xcontent {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.zentriert {
   text-align:center; 
}

.maximal-width {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}

/***************************************************/


/* ==========================================================================
   LANGUAGE styles: opinionated defaults
   ========================================================================== */

ul.language {
	margin: 9px 25px 25px;
	padding: 0;
	position: absolute;
	z-index: 1500;
	right: 47px;
	top: 0;
	list-style-type: none;
}

ul.language li {
	display: none;
}

ul.language.open li,
ul.language li.current {
	display: block;
}

ul.language li:first-child ~ li {
	margin-top: 0.25em;
}

ul.language a,
ul.language a:visited,
ul.language a:active,
ul.language a:focus {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 14px;
	display: block;
	border: 1px solid #fff;
	color: #fff;
	line-height: 1em;
	padding: 6px 2px 3px;
}

ul.language.open li.current a,
ul.language.open li.current a:visited,
ul.language.open li.current a:active,
ul.language.open li.current a:focus {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

ul.language a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

header.header.temp ul.language a,
header.header.temp ul.language a:visited,
header.header.temp ul.language a:active,
header.header.temp ul.language a:focus,
body.inhalt header.header ul.language a,
body.inhalt header.header ul.language a:visited,
body.inhalt header.header ul.language a:active,
body.inhalt header.header ul.language a:focus {
	color: #343434;
	border: 1px solid #343434;
}

header.header.temp ul.language a:hover,
body.inhalt header.header ul.language a:hover {
	background-color: #343434;
	color: #fff;
}

html.openmenu ul.language a,
html.openmenu ul.language a:visited,
html.openmenu ul.language a:active,
html.openmenu ul.language a:focus {
	border: 1px solid #fff !important;
	color: #fff !important;
}

html.openmenu ul.language.open li.current > a,
html.openmenu ul.language.open li.current > a:visited,
html.openmenu ul.language.open li.current > a:active,
html.openmenu ul.language.open li.current > a:focus {
	color: #000 !important;
}

html.openmenu ul.language a:hover {
	background-color: #fff !important;
	color: #000 !important;
}

/* ==========================================================================
   SLIDER styles: opinionated defaults
   ========================================================================== */
/*
section.slider {
	position: relative;
	z-index: 0;
	height: auto;
	overflow: hidden;
}
*/
section.slider {
	position: relative;
	z-index: 0;
	height: auto;
	xoverflow: hidden;
}

section.slider.mitarbeiter {
    font-size: 15px;
    line-height: 1.25;
}

section.slider.mitarbeiter .imagecaption b {
    font-size: 19px;
}

body.startseite section.slider.accordion,
body.inhalt section.slider.accordion {
	margin: 45px 0;
}

body.startseite section.slider.accordion {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}
@media only screen and (max-width:1150px) {
	body.startseite section.slider.accordion {
		max-width: 900px;
	}
}


/* Startseite News */

h2.news-headline {
  margin-bottom: 0px !important;
}
.newsslider .slide {
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
  text-align:left;
  background-color: #f6f6f6;
}
.newsslider .slide a:hover {
	text-decoration: none;
}
.newsslider .slide:hover {
  background-color: #fff;
}
.newsslider .slide .content-box {
  min-height: 320px;
  height: 320px;
  padding: 20px;
}
.newsslider .slide .datum {
	margin: 0;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color:#343434;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
.newsslider .slide h3 {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.newsslider .slide p {
	margin-top: 10px;
}
.newsslider .slide a.mehr:hover {
	text-decoration: underline;
}

.newsslider .slick-dots {
  bottom: -60px;
}

.newsslider .slick-dots li button {
  background: none;
  color: transparent;
  color: #ff0000;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 2px solid #989795;
  padding: 0px;
  overflow: hidden;
  display: block;
  position: relative;
}
.newsslider .slick-dots li button::before {
	color: transparent;
}
.newsslider .slick-dots .slick-active button {
  color: none;
  color: #ff0000;
  background-color: #989795;
}
.newsslider .slick-dots li.slick-active button::before {
	color: transparent;
}



/* Produkte: Produktneuheiten */
body.inhalt section.slider.accordion {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
@media only screen and (max-width:1150px) {
	body.inhalt section.slider.accordion {
		max-width: calc(100% - 140px);
	}
}
body.inhalt #c54 section.slider.accordion {
	margin-top: 30px;
	margin-bottom: 0px;
}

body.startseite section.slider-header > .flexslider,
body.startseite section.slider-header > .flexslider .slides,
body.startseite section.slider-header > .flexslider .slides > li {
	height: 100%;
}

body.karriere section.slider > .flexslider,
body.karriere section.slider > .flexslider .slides,
body.karriere section.slider > .flexslider .slides > li {
	height: 100%;
}

section.slider > .flexslider .slides > li {
	/*background: url(images/bg.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.inhalt section.slider.accordion > .flexslider .slides > li {
	margin-left: 12px;
  	xborder: 1px solid #dad2cb;
}

body.startseite section.slider.accordion > .flexslider .slides > li {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
  	border: 1px solid #dad2cb;
}

body.startseite section.slider.accordion > .flexslider .slides > li img {
	padding: 8px;
  	xborder: 1px solid #dad2cb;
}

body.startseite section.slider.accordion > .flexslider .slides > li:first-child,
body.inhalt section.slider.accordion > .flexslider .slides > li:first-child {
	margin-left: 0;
}

section.slider > .flexslider .slides > li:first-child {
	display: block;
}

.flexslider .slides img {
	opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

body.startseite.loaded .flexslider .slides img,
body.inhalt.loaded .flexslider .slides img {
	opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


body.karriere.loaded .flexslider .slides img {
	opacity: 1;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.slider .flex-control-nav {
	bottom: 40px;
	z-index: 50;
}

body.startseite section.slider.presentation .flex-control-nav,
body.inhalt section.slider.presentation .flex-control-nav {
	bottom: 45px;
}

section.slider .flex-control-nav li {
	margin: 0 10px;
}

xxxbody.startseite section.slider.presentation .flex-control-nav li {
	xmargin: 0px 10px 10px 10px;
}

section.slider .flex-control-paging li a {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	border-radius: 32px;
	box-shadow: none;
	height: 16px;
	width: 16px;
	border: 2px solid #fff;
}

section.slider .flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}

section.slider .flex-control-paging li a:hover {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}

section.slider.presentation .flex-control-paging li a {
	border: 2px solid #989795;
	background: rgba(152, 151, 149, 0) none repeat scroll 0 0;
}

section.slider.presentation .flex-control-paging li a.flex-active {
	background: rgba(152, 151, 149, 1) none repeat scroll 0 0;
}

section.slider.presentation .flex-control-paging li a:hover {
	background: rgba(152, 151, 149, 0.5) none repeat scroll 0 0;
}

body.startseite section.slider-header span.description,
body.startseite section.slider-header span.imagecaption {
	position: absolute;
	z-index: 50;
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 15px #000, 0 0 15px #000;
	text-shadow: 0 0 5px rgba(0,0,0,0.75), 0 0 15px rgba(0,0,0,0.75), 0 0 15px rgba(0,0,0,0.75);
	width: 100%;
    font-size: 54px;
	line-height: 1em;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	top: 50%;
	margin-top: -0.5em;
}

body.startseite section.slider-header span.imagecaption,
body.startseite section.slider-header span.imagecaption a,
body.startseite section.slider-header span.imagecaption a:visited,
body.startseite section.slider-header span.imagecaption a:active,
body.startseite section.slider-header span.imagecaption a:focus {
	top: auto;
	font-size: 2em;
	bottom: 100px;
	text-shadow: 3px 3px 5px #000;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

body.startseite section.slider span.description a,
body.startseite section.slider span.description a:visited,
body.startseite section.slider span.description a:active,
body.startseite section.slider span.description a:focus,
body.startseite section.slider span.imagecaption a,
body.startseite section.slider span.imagecaption a:visited,
body.startseite section.slider span.imagecaption a:active,
body.startseite section.slider span.imagecaption a:focus {
	color: #fff;
}


.karriere-slider-texte {
	position: absolute;
	top:49%;
	left:10%;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	color:#fff;
}
@media only screen and (max-width:768px)  {
	.karriere-slider-texte {
		left:25px;
		width: calc(100% - 40px);
	}
}

.karriere-slider-texte div.text1,
.karriere-slider-texte div.text3  {
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	font-size:5.2vw;
	line-height:5.0vw;
	letter-spacing: 4px;
	text-shadow: 3px 3px 6px #222;
}

.karriere-slider-texte div.text3 {
	margin-top:6px;
}
@media only screen and (max-width:980px)  {
	.karriere-slider-texte div.text1,
	.karriere-slider-texte div.text3 {
		font-size:52px;
		line-height:50px;
	}
}
@media only screen and (max-width:480px)  {
	.karriere-slider-texte div.text1,
	.karriere-slider-texte div.text3 {
		font-size:42px;
		line-height:40px;
	}
}
@media only screen and (min-width:1700px)  {
	.karriere-slider-texte div.text1,
	.karriere-slider-texte div.text3  {
		font-size:88px;
		line-height:85px;
	}
}

.karriere-slider-texte div.text2 {
	margin-top:4px;
	font-family: 'corporatesscdemi', sans-serif, Arial, Helvetica;
	font-size:3.8vw;
	line-height:3.8vw;
	letter-spacing: 1px;
	text-shadow: 3px 3px 6px #222;
}
@media only screen and (max-width:980px)  {
	.karriere-slider-texte div.text2  {
		font-size:38px;
		line-height:38px;
	}
}
@media only screen and (max-width:480px)  {
	.karriere-slider-texte div.text2  {
		font-size:30px;
		line-height:30px;
	}
}
@media only screen and (min-width:1700px)  {
	.karriere-slider-texte div.text2  {
		font-size:64px;
		line-height:64px;
	}
}
/*
body.karriere section.slider span.description,
body.karriere section.slider span.imagecaption {
	position: absolute;
	z-index: 50;
	top: 50%;
	width: 100%;
	margin-top: -0.5em;
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	font-size:5.2vw;
	line-height:5.0vw;
	letter-spacing: 4px;
	text-shadow: 3px 3px 6px #222;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
*/
body.karriere section.slider span.imagecaption,
body.karriere section.slider span.imagecaption a,
body.karriere section.slider span.imagecaption a:visited,
body.karriere section.slider span.imagecaption a:active,
body.karriere section.slider span.imagecaption a:focus {
	top: auto;
	font-size: 2em;
	bottom: 100px;
	text-shadow: 3px 3px 5px #000;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

body.karriere section.slider span.description a,
body.karriere section.slider span.description a:visited,
body.karriere section.slider span.description a:active,
body.karriere section.slider span.description a:focus,
body.karriere section.slider span.imagecaption a,
body.karriere section.slider span.imagecaption a:visited,
body.karriere section.slider span.imagecaption a:active,
body.karriere section.slider span.imagecaption a:focus {
	color: #fff;
}

body.startseite section.slider.accordion .imagecaption,
body.inhalt section.slider.accordion .imagecaption {
	max-width: 170px;
	margin: 25px auto 0;
	display: block;
}

body.startseite section.slider.presentation .imagecaption,
body.inhalt section.slider-header.presentation .imagecaption {
	margin: 75px auto 0;
	display: block;
	text-align: center;
    max-width: 965px;
    padding: 0 15px;
}

body.startseite section.slider-header.single .imagecaption,
body.inhalt section.slider.single .imagecaption {
	margin-top: 20px;
}

body.karriere section.slider.accordion .imagecaption {
	max-width: 170px;
	margin: 25px auto 0;
	display: block;
}

body.karriere section.slider.single .imagecaption {
	margin-top: 20px;
}

body.startseite .imagecaption b,
body.startseite .imagecaption strong,
body.inhalt .imagecaption b,
body.inhalt .imagecaption strong {
	font-size: 19px;
	line-height: 1.25;
	color: #343434;
}

body.startseite .imagecaption p,
body.startseite .imagecaption pre,
body.inhalt .imagecaption p,
body.inhalt .imagecaption pre {
	margin: 0.5em 0;
}
@media (max-width:450px) {
	body.startseite section.slider.presentation .imagecaption {
		margin-top: 70px;
	}
}

body.startseite section.slider.accordion .flex-direction-nav a,
body.inhalt section.slider.accordion .flex-direction-nav a {
	top: 95px;
}

body.inhalt section.slider.accordion .flex-direction-nav a {
    width: 30px;
    height: 52px;
}

body.karriere section.slider.accordion .flex-direction-nav a {
	top: 95px;
}

.startseite section.slider.accordion .flexslider {
	padding-left: 60px;
	padding-right: 60px;
}

.startseite section.slider.accordion .flex-direction-nav a {
    width: 29px;
    height: 52px;
    top: 50%;
    margin: -18px 0 0 0;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
	opacity: 1;
	opacity: 0.7;
	left: 0px;
	margin-left: -60px;
}

.flex-direction-nav .flex-next {
	opacity: 1;
	opacity: 0.7;
	right: 0px;
	margin-right: -60px;
}

.startseite section.slider.accordion .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0px;
	margin-left: -20px;
	z-index:99999;
}

.startseite section.slider.accordion .flex-direction-nav .flex-next {
	opacity: 1;
	right: 0px;
}

.flex-direction-nav a:before {
    display: inline-block;
    /*
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 45px;
    content: "\f104";
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	*/
    content:url(../img/pfeil--sw-prev.png);
}

.flex-direction-nav a.flex-next:before {
    /*
    content: "\f105";
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	*/
    content:url(../img/pfeil--sw-next.png);
}

.flexslider:hover .flex-prev { 
	opacity: 1; 
	left: 10px;
}
.flexslider:hover .flex-next { 
	opacity: 1; 
	right: 10px;
}

@media (max-width:767px) {
	body.startseite section.slider-header span.description,
	body.startseite section.slider-header span.imagecaption {
		font-size: 38px;
	}	
	body.startseite section.slider.presentation .flex-control-nav {
		xbottom: 65px;
	}
}

@media (max-width:550px) {
	body.startseite section.slider-header span.description,
	body.startseite section.slider-header span.imagecaption {
		font-size: 31px;
	}	
}

@media (max-width:450px) {
	body.startseite section.slider.presentation .flex-control-nav {
		bottom: 60px;
	}
}

section.slider .flex-control-paging li a {
    background: transparent;
}
section.slider .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}




/***** Mobil-Navi (Hamburger)  ********************************/

.burger-navi {
	display:none;
}
@media only screen and (max-width:970px) {
	.burger-navi {
		z-index:10000;
		position: absolute;
		position: fixed;
		top:35px;
		right:15px;
		display:block;
		opacity: 1;
	}
}
@media only screen and (max-width:768px) {
	.burger-navi {
		top:24px;
	}
}
@media only screen and (max-width:600px) {
	.burger-navi {
		top:25px;
	}
}
@media only screen and (max-width:480px) {
	.burger-navi {
		top:23px;
		xright:15px;
	}
}

label.hamburg { 
	display: block;
	background-color:#dad2cb;
	background-color:#343434;
	background-color: #fff; 
	xbackground: transparent; 
	width: 59px; 
	height: 53px; 
	position: relative; 
	margin-left: auto; 
	margin-right: auto;
	border-radius: 4px; 
	cursor: pointer;
}

input#hamburg {display:none}

.line { 
	position: absolute; 
	left:10px;
	height: 4px; 
	width: 39px; 
	background: #fff; 
	background: #343434; 
	border-radius: 2px;
	display: block; 
	transition: 0.2s; 
	transform-origin: center; 
}

.line:nth-child(1) { top: 13px; }
.line:nth-child(2) { top: 25px; }
.line:nth-child(3) { top: 37px; }

/*
.line { 
	position: absolute; 
	left:10px;
	height: 6px; 
	width: 39px; 
	background: #fff; 
	background: #343434; 
	border-radius: 2px;
	display: block; 
	transition: 0.2s; 
	transform-origin: center; 
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }
*/

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}

/* ==========================================================================
   MOBILE styles: opinionated defaults
   ========================================================================== */

#navi {
	display:block;
}
nav.nav.mobile {
	display:none;
}
@media (max-width:970px) {
	#navi {
		display:none;
	}
	nav.nav.mobile {
		display:block;
	}
}
nav.nav.mobile {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1500;
	cursor: pointer;
	padding: 30px 12px 25px 9px;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
@media (max-width:480px) {
	nav.nav.mobile {
		xpadding: 20px 12px 25px 9px;
		padding: 13px 12px 25px 9px;
	}
}

nav.nav.mobile:after {
	content: "MENÜ";
	content: "";
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	left: 0;
	position: absolute;
	text-align: center;
	width: 50px;
}

body.inhalt nav.nav.mobile:after {
	color: #343434;
}

body.l1 nav.nav.mobile:after {
	content: "MENU";
	content: "";
}

body.l3 nav.nav.mobile:after {
	content: "MENU";
	content: "";
}

html.openmenu nav.nav.mobile:after {
	content: "ZURÜCK";
	content: "";
	color: #fff;
}

html.openmenu body.l1 nav.nav.mobile:after {
	content: "CLOSE";
	content: "";
}

html.openmenu body.l3 nav.nav.mobile:after {
	content: "FERMER";
	content: "";
}

.outer-wrapper.small nav.nav.mobile {
	top: 8px;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

nav.nav.mobile a,
nav.nav.mobile a:visited,
nav.nav.mobile a:active,
nav.nav.mobile a:focus,
nav.nav.mobile a:hover {
	width: 32px;
	height: 5px;
	background-color: #fff;
	display: block;
	position: relative;
	margin: 20px 0 0;
}

nav.nav.mobile a:after {
	content: "";
	width: 32px;
	height: 5px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -10px;

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

nav.nav.mobile a:before {
	content: "";
	width: 32px;
	height: 5px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -20px;

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

html.hover nav.nav.mobile a:after {
	/*background-color: #fff;*/
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

html.hover nav.nav.mobile a:before {
	/*background-color: #fff;*/
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

html.touch nav.nav.mobile a,
html.touch nav.nav.mobile a:after,
html.touch nav.nav.mobile a:before {
	background-color: #fff !important;
}

html.hover .header .nav a {
	/*background-color: #fff;*/
}

html.openmenu nav.nav.mobile a,
html.openmenu nav.nav.mobile a:visited,
html.openmenu nav.nav.mobile a:active,
html.openmenu nav.nav.mobile a:focus {
	background-color: transparent !important;
}

html.openmenu nav.nav.mobile a:after {
	top: -10px;
	background-color: #fff !important;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

html.openmenu nav.nav.mobile a:before {
	top: -10px;
	background-color: #fff !important;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}



@media (max-width:767px) {
	nav.nav.mobile:after {
		content: "";
	}

	html.openmenu nav.nav.mobile:after {
		content: "";
	}
}

/* ==========================================================================
   ========================================================================== */

header.header.temp nav.nav.mobile a,
header.header.temp nav.nav.mobile a:visited,
header.header.temp nav.nav.mobile a:active,
header.header.temp nav.nav.mobile a:focus,
header.header.temp nav.nav.mobile a:hover,
body.inhalt header.header nav.nav.mobile a,
body.inhalt header.header nav.nav.mobile a:visited,
body.inhalt header.header nav.nav.mobile a:active,
body.inhalt header.header nav.nav.mobile a:focus,
body.inhalt header.header nav.nav.mobile a:hover {
	background-color: #343434;
}

header.header.temp nav.nav.mobile a:after,
body.inhalt header.header nav.nav.mobile a:after {
	background-color: #343434;
}

header.header.temp nav.nav.mobile a:before,
body.inhalt header.header nav.nav.mobile a:before {
	background-color: #343434;
}

html.touch header.header.temp nav.nav.mobile a,
html.touch header.header.temp nav.nav.mobile a:after,
html.touch header.header.temp nav.nav.mobile a:before,
body.inhalt html.touch header.header nav.nav.mobile a,
body.inhalt html.touch header.header nav.nav.mobile a:after,
body.inhalt html.touch header.header nav.nav.mobile a:before {
	background-color: ##343434; !important;
}

html.openmenu header.header.temp nav.nav.mobile a:after,
html.openmenu header.header.temp nav.nav.mobile a:before,
body.inhalt html.openmenu header.header nav.nav.mobile a:after,
body.inhalt html.openmenu header.header nav.nav.mobile a:before {
	background-color: #343434;
}

/* ==========================================================================
   ========================================================================== */

.outer-offmenu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.offmenu {
	position: absolute;
	z-index: 9990;
	top: 0;
	right: -33%;
	width: 33%;
	min-height: 100%;
	background-color: #fff;
	overflow: hidden;
	opacity: 0.97;
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

.offmenu:hover,
html.hover .offmenu {
	background-color: #fff;
}

html.openmenu .offmenu {
	right: 0;
}

html.openmenu .outer-offmenu {
	z-index: 1000;
}

header.header div.logo i {
	display: inline-block;
}

div.overlay {
	display: none;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

html.openmenu div.overlay {
	display: block;
	cursor: pointer;

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

html.openmenu .overlay {
	display: block;

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

.offmenu ul.menu ul.ebene2 {
    max-height: 0;
	padding: 0;
	margin: 0;

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;

    overflow: hidden;
}

.offmenu ul.menu li.current ul.ebene2 {
	max-height: 500px;
	margin-bottom: 20px;

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

@media (max-width:1120px) {
	.offmenu {
	    right: -50%;
	    width: 50%;
		-webkit-transition: all 0.15s ease-in-out 0s;
		transition: all 0.15s ease-in-out 0s;
	}
}

@media (max-width:768px) {
	.offmenu {
	    right: -100%;
	    width: 100%;
		opacity: 1;
		-webkit-transition: all 0.15s ease-in-out 0s;
		transition: all 0.15s ease-in-out 0s;
	}
}

/*** Neu: Relaunch 2021  *********************************/

.footer-r21 {
  	width: 100%;
	height: auto;
	margin-top: 60px;
	padding: 30px 0px 30px 0px;
	background-color:#0f250d;
}

.startseite .footer-r21,
.download .footer-r21 {
	margin-top: 0px;
}

.footer-contentseiten {
	margin-top: 0px;
}

.content-footer {
    position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.content-footer.wrapper {
	text-align: left;
}

.footer-icon-muenchinger {
	width: 110px;
	height: 111px;
	margin-bottom: 20px;
}

.footer-txt {
	color:#fff;
}

.footer-rechts {
	float:left;
}

@media only screen and (max-width: 970px) {
	.footer-r21 {
		padding: 30px 0px 60px 0px;
	}
    .footer-r21 div {
		text-align:center;
    }
	.footer-icon-muenchinger {
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-txt {
		margin-bottom: 40px;
		padding-bottom: 40px;
  		border-bottom: 1px solid #fff;
	}
    .footer-rechts {
		clear:left;
		margin-top: 26px;
		margin-left: 0%;
    }
	.content-footer .col-12-m {
		position: relative;
		float: left; 
		width: 100%;
	}
}


/* ==========================================================================
   Inhalt styles: opinionated defaults
   ========================================================================== */

section.content {
	padding: 6% 0;
}

body.slider section.content {
	padding: 0 0 6% 0;
}

body.slider section.content-sub {
	background-color: #dad2cb;
	padding-bottom: 0px !important;
	padding-top: 40px;
}

body.unterseite section.content-sub {
	background-color: transparent;
	padding-top: 0;
}

.ce-bodytext h1,
.ce-bodytext h2,
.xxce-bodytext h3,
.ce-bodytext h4,
.ce-bodytext h5 {
	margin: 16px 0;
}

.frame-default figure,
.frame-default img,
.frame-type-textpic figure,
.frame-type-textpic img,
.frame-type-image figure,
.frame-type-image img {
	width: 100%;
	height: auto;
}

.csc-25 {
	width: 23.875%;
	margin-right: 1.5%;
	margin-top: 5%;
	float: left;
}

.csc-25.layout-1,
.csc-25.layout-5,
.csc-25.layout-6 {
	margin-right: 0;
}

.csc-33 {
	width: 32.33333333333333%;
	margin-right: 1.5%;
	margin-top: 5%;
	float: left;
}

body.inhalt .csc-33 {
	margin-top: 3%;
}

.csc-33 img {
	margin: 1em 0 0;
}

.csc-33.layout-1,
.csc-33.layout-5,
.csc-33.layout-6 {
	margin-right: 0;
}

.csc-50 {
	width: 49.25%;
	margin-right: 1.5%;
	margin-top: 5%;
	float: left;
}

body.inhalt .csc-50 {
	margin-top: 3%;
}

.csc-50 img {
	margin: 1em 0 0;
}

.csc-50.layout-5 + .layout-4,
.csc-50.layout-5 + .layout-4 + .layout-5 {
	margin-top: 1.5%;
}

.csc-50 p {
	text-align: left;
}

.csc-50.layout-1,
.csc-50.layout-5,
.csc-50.layout-6 {
	margin-right: 0;
}

.csc-100 {
	width: 100%;
	margin-top: 5%;
	margin-top: 74px;
	float: none;
	clear: both;
	display: inline-block;
}

body.inhalt .csc-100 {
	margin-top: 90px;
}

/* Produktseite */
body#p30.inhalt .csc-100 {
	margin-top: 40px;
}

.csc-100 img {
	margin: 1em 0 0;
}


.csc-akkordeon {
	width: 100%;
	float: none;
	clear: both;
}

.csc-50 + .csc-akkordeon {
	margin-top: 6%;
}

.csc-akkordeon:hover,
.csc-akkordeon.active {
    background-color: #343434;
	cursor: pointer;
	color: #ffffff;
}

.csc-akkordeon.produkt-akkordeon.active {
	margin-top: 20px;
    background-color: #dad2cb;
	color: #343434;
}

.layout-8,
.layout-9 {
    max-height: 0;
    overflow: hidden;

	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.csc-akkordeon.active + .layout-8,
.csc-akkordeon.active + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 {
    max-height: 2500px;

	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.frame.layout-8 > header,
.frame.layout-9 > header {
	text-align: left;
	margin: 22px 0;
}

.layout-8 .contenttable,
.layout-9 .contenttable {
	width: 100%;
	margin-bottom: 35px;
}

.layout-8 .contenttable th,
.layout-9 .contenttable th {
	text-transform: uppercase;
	border-left: 1px solid #979797;
    color: #343434;
	padding: 30px 10px;
}

.layout-8 .contenttable th:first-child,
.layout-9 .contenttable th:first-child {
	border-left: 0px none transparent;
}

.layout-8 .contenttable td,
.layout-9 .contenttable td {
	padding: 30px 10px;
	border-left: 1px solid #979797;
	border-top: 1px solid #979797;
}

.layout-8 .contenttable td:first-child,
.layout-9 .contenttable td:first-child {
	border-left: 0px none transparent;
}

.layout-9 {
	text-align: left;
	position: relative;
	font-style: italic;
}

#p30 .layout-9 {
	font-style: normal;
}

#p325 .layout-9 {
	text-align: center;
	font-style: normal;
}

.csc-akkordeon.active + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 {
	border-bottom: 1px solid #343434;
	margin-bottom: 25px;
	padding-bottom: 9px;
	padding-right: 60px;
}

.csc-akkordeon.produkt-akkordeon.active + .layout-9,
.csc-akkordeon.produkt-akkordeon.active + .layout-9 + .layout-9,
.csc-akkordeon.produkt-akkordeon.active + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.produkt-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.produkt-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.produkt-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9,
.csc-akkordeon.produkt-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 {
	border-top: 1px solid #343434;
	border-bottom: 0px solid #343434;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-bottom: 0px;
}

.csc-akkordeon.produkt-akkordeon.active + .layout-9:first-child {
	xborder-bottom: 1px solid #ff000;
}

#p325 .csc-akkordeon.active + .layout-9,
#p325 .csc-akkordeon.active + .layout-9 + .layout-9,
#p325 .csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9,
#p325 .csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9,
#p325 .csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9,
#p325 .csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9,
#p325 .csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 {
    max-height: 8400px;
	border-bottom: 0px solid #343434;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.frame.layout-9 > header {
	margin: 0;
}

.csc-akkordeon + .layout-9 > header {
	margin-top: 22px;
}

.layout-9 > header > * {
	color: #343434;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	font-style: normal;
}

.layout-9 a.produkt,
.layout-9 a.produkt:visited,
.layout-9 a.produkt:focus,
.layout-9 a.produkt:active,
.layout-9 a.pdf,
.layout-9 a.pdf:visited,
.layout-9 a.pdf:focus,
.layout-9 a.pdf:active {
	position: absolute;
	right: 0;
	color: transparent;
	border: 1px solid #343434;
	display: block;
	width: 53px;
	height: 53px;
	top: 50%;
	xbottom: 35px;
	margin-top: -26.5px;
}
/*
.layout-9 a.produkt:after,
.layout-9 a.pdf:after {
	background: rgba(0, 0, 0, 0) url("../img/download-arrow-right.png") no-repeat scroll center center;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 53px;
	width: 53px;
}
*/
.layout-9 a.produkt:after,
.layout-9 a.pdf:after {
	background: rgba(0, 0, 0, 0) url("../img/download-arrow-right.png") no-repeat scroll center center;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 53px;
	width: 53px;
}

.layout-9 a.pdf:after {
	background: rgba(0, 0, 0, 0) url("../img/download-pdf.png") no-repeat scroll center center;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 192dpi) { 
	.layout-9 a.produkt:after {
		background-image: url("../img/download-arrow-right@2x.png");
		background-size: 58px 58px;
	}
	.layout-9 a.pdf:after {
		background-image: url("../img/download-pdf@2x.png");
		background-size: 58px 58px;
	}

}

.csc-akkordeon.active + .layout-9 + .layout-9 a.produkt,
.csc-akkordeon.active + .layout-9 + .layout-9 a.pdf,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 a.produkt,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 a.pdf,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 a.produkt,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 a.pdf,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 a.produkt,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 a.pdf,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 a.produkt,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 a.pdf,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 a.produkt,
.csc-akkordeon.active + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 + .layout-9 a.pdf {
	margin-top: -37px;
}

.frame-default + a:after,
.frame-default + a:before {
    content: " ";
    display: table;
}

.frame-default + a:after {
    clear: both;
}

.frame-default + a:after,
.frame-default + a:before {
    content: " ";
    display: table;
}

@media (max-width:767px) {
	.csc-25 {
		width: 49.25%;
		margin-top: 0px;
	}
	.csc-25.layout-13 + .csc-25 {
		margin-right: 0;
	}
	/* Seite Karriere: Bilderreihe 4 Bilder (2. Bild) */
	.csc-25#c4735 {
		margin-right: 0;
	}
	
	.csc-33,
	.csc-50 {
		width: 100%;
		margin-right: 0;
	}

	.layout-9 > header > * {
		font-size: 16px;
		line-height: 1.25em;
	}

	.layout-6:before {
		background-color: #dad2cb;
		content: "";
		height: 100%;
		left: -5000px;
		position: absolute;
		top: 0;
		width: 10000px;
		z-index: -1;
	}
}

@media (max-width:550px) {
	.csc-25 {
		width: 100%;
		margin-right: 0;
	}
}

/* ==========================================================================
   Inhalt (Mitte) styles: opinionated defaults
   ========================================================================== */

.content-mitte {
	width: 100%;
	height: 290px;
	margin-top: 70px;
	text-align: center;
	display: table;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	xbackground-color: #d6d2cf;	
	background:url(https://www.muenchinger-holz.de/fileadmin/templates/img/HG-Holz-1.jpg) no-repeat;
    background-size: cover; 
    background-position: top center;
}

.content-mitte > * {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	font-style: normal;
}

.content-mitte a.mehr,
.content-mitte a.mehr:visited,
.content-mitte a.mehr:focus,
.content-mitte a.mehr:active {
	font-weight: 500;
}

/* ==========================================================================
   Kontakt Table styles: opinionated defaults
   ========================================================================== */

div.csc-mailform ol,
div.csc-mailform ol li {
	list-style-type: none;
	padding: 0;
}

div.csc-mailform ol li p {
	margin: 0;
}

div.csc-mailform ol li.csc-form-element ~ li.csc-form-element {
	margin-top: 4px;
}

div.csc-mailform {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

div.csc-mailform li label {
	display: none;
}

div.csc-mailform li.csc-form-element-checkbox {
	display: block;
	margin: 0 !important;
	padding: 1em 0 10px 1.75em;
	position: relative;
}

div.csc-mailform li.csc-form-element-checkbox input {
	position: absolute;
	left: 0;
	top: 1.325em;
	cursor: pointer;
}

div.csc-mailform li.csc-form-element-checkbox input[type="checkbox"] {
	opacity: 1;
	padding: 1em;
	z-index: 10;
	left: 5px;
	top: 20px;

    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
} /* to hide the checkbox itself */

div.csc-mailform li.csc-form-element-checkbox input[type="checkbox"] + label:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0.125em;
	top: 0.85em;
	font-size: 1.25em;
	cursor: pointer;
}

div.csc-mailform li.csc-form-element-checkbox input[type="checkbox"] + label:before {
	content: "\f096";
} /* unchecked icon */

div.csc-mailform li.csc-form-element-checkbox input[type="checkbox"]:checked + label:before {
	content: "\f046";
} /* checked icon */

div.csc-mailform li.csc-form-element-checkbox label {
	display: block;
	text-align: left;
	margin: 0;
	cursor: pointer;
}

div.csc-mailform ol li.csc-form-element-textline input,
div.csc-mailform ol li.csc-form-element-textarea textarea {
	width: 100%;
	border: 1px solid #343434;
	padding: 10px;
	text-align: center;

 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
*behavior: url(../polyfills/boxsizing.htc);
}

div.csc-mailform ol li.csc-form-element-submit input {
	width: 100%;
	border: 1px solid #343434;
	background: #343434;
	color: #fff;
	padding: 10px;
	text-align: center;

 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
*behavior: url(../polyfills/boxsizing.htc);
}

div.csc-mailform ::-webkit-input-placeholder {
   text-align: center;
   color: #343434;
}

div.csc-mailform :-moz-placeholder { /* Firefox 18- */
   text-align: center;  
   color: #343434;
}

div.csc-mailform ::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
   color: #343434;
}

div.csc-mailform :-ms-input-placeholder {  
   text-align: center; 
   color: #343434;
}

div.csc-mailform fieldset {
	margin: 0 auto 2em;
	max-width: 175px;
}

div.csc-mailform fieldset + * {
	clear: both;
}

div.csc-mailform fieldset ol {
	padding: 0;
}

div.csc-mailform legend {
	font-weight: 500;
	color: #343434;
	font-size: 20px;
	line-height: 1.25em;
	text-align: center;
	width: 100%;
}

/* ==========================================================================
   Produkt styles: opinionated defaults
   ========================================================================== */

.layout-2,
.layout-6 {
	background-color: #dad2cb;
	position: relative;
	z-index: 1;
}

.layout-2 > header > *,
.layout-6 > header > * {
	margin-top: 0.675em;
}

body.inhalt .csc-100.layout-2,
body.inhalt .csc-100.layout-6,
.content-oben #c4848.csc-100.layout-6, /* Karriereseite: Imagefilm */ 
.content-oben #c4754.csc-100.layout-6 /* Karriereseite: Imagefilm */ 
{
	padding: 4.25% 0;
	margin: 4.25% 0 0;
	margin: 74px 0 0;
}

.csc-100.layout-2 p,
.csc-100.layout-6 p {
	font-size: 26px;
	font-style: italic;
	line-height: 1.25;
	color: #343434;
}

.layout-2:before,
.csc-100.layout-6:before {
	content: "";
	xbackground-color: #d6d2cf;
	background-color: #dad2cb;
	position: absolute;
	height: 100%;
	width: 10000px;
	top: 0;
	left: -5000px;
	z-index: -1;
}

.frame-default.layout-2 figure,
.frame-default.layout-2 img,
.frame-default.layout-6 figure,
.frame-default.layout-6 img {
	width: auto;
}

.layout-3 * {
	width: 100%;
	float: none;
}

.layout-4,
.layout-5 {
	font-size: 20px;
	color: #343434;
	font-style: italic;
	text-align: center;
	background-color: #dad2cb;
}
.layout-4.sonderkachel,
.layout-5.sonderkachel {
	color: #fffff;
	background-color: #b0a59b;
	background-color: #afa8a2;
	background-color: #aea69e;
}

/* Karriere Jobs */
#p60 .layout-5 {
	font-size: 20px;
	color: #ffffff;
	font-style: italic;
	text-align: center;
	background-color: #9a9088;
}

.layout-5 .ce-bodytext,
.layout-4 .ce-bodytext {
	font-style: normal;
}

.layout-4:hover,
.layout-5:hover {
	color: #ffffff;
	background-color: #343434;
}
/*
.layout-4.sonderkachel:hover,
.layout-5.sonderkachel:hover  {
	color: #343434;
	background-color: #dad2cb;
}
*/
#p60 .layout-5:hover,
#p325 .layout-5:hover,
#p328 .layout-5:hover {
	color: #ffffff;
	background-color: #343434;
}

.layout-4 a,
.layout-4 a:visited,
.layout-4 a:active,
.layout-4 a:focus,
.layout-5 a,
.layout-5 a:visited,
.layout-5 a:active,
.layout-5 a:focus {
	color: #343434;
}

.layout-4.sonderkachel a,
.layout-4.sonderkachel a:visited,
.layout-4.sonderkachel a:active,
.layout-4.sonderkachel a:focus,
.layout-5.sonderkachel a,
.layout-5.sonderkachel a:visited,
.layout-5.sonderkachel a:active,
.layout-5.sonderkachel a:focus {
	color: #ffffff;
}

.layout-4:hover a,
.layout-4:hover a:visited,
.layout-4:hover a:active,
.layout-4:hover a:focus,
.layout-5:hover a,
.layout-5:hover a:visited,
.layout-5:hover a:active,
.layout-5:hover a:focus {
	color: #ffffff;
}


.layout-4.sonderkachel:hover a,
.layout-4.sonderkachel:hover a:visited,
.layout-4.sonderkachel:hover a:active,
.layout-4.sonderkachel:hover a:focus,
.layout-5.sonderkachel:hover a,
.layout-5.sonderkachel:hover a:visited,
.layout-5.sonderkachel:hover a:active,
.layout-5.sonderkachel:hover a:focus {
}

.layout-4 a:hover,
.layout-5 a:hover {
	text-decoration: none;
}

.layout-4 .frame-type-textpic,
.layout-5 .frame-type-textpic {
	display: table;
	width: 100%;
}

.layout-4 .ce-bodytext,
.layout-5 .ce-bodytext {
	width: 100%;
	padding: 0 40px;
}

.layout-4 .ce-bodytext,
.layout-5 .ce-bodytext,
.layout-4 .ce-gallery,
.layout-5 .ce-gallery {
	display: table-cell;
	float: none !important;
	text-align: left;
	vertical-align: middle;
	margin: 0 !important;
	cursor: pointer;
}

.layout-5.produkt-akkordeon .ce-bodytext,
.layout-5.produkt-akkordeon .ce-gallery {
	cursor: auto;
}

.layout-4 figure,
.layout-4 img,
.layout-5 figure,
.layout-5 img {
	margin: 0 !important;
}

.layout-4 figure,
.layout-4 img,
.layout-5 figure,
.layout-5 img {
	width: auto;
	max-width: 163px;
}


/* ==========================================================================
   PAGINATION styles: opinionated defaults
   ========================================================================== */

.layout-7 {
	max-width: 620px;
	position: relative;
	margin: 0 auto 5%;
	width: 100%;
}

.layout-7:before,
.layout-7:after {
	content: "";
	background-color: #dad2cb;
	height: 100%;
	width: 5000px;
	left: -5003px;
	position: absolute;
	top: 0;
}

.layout-7:after {
	right: -5003px;
	left: auto;
}

.layout-7 + * {
	margin-top: 6%;
}

.layout-7 ul {
	margin: 0;
	padding: 0;
}

.layout-7 li {
	display: inline-block;
	width: 49.75%;
	background-color: #dad2cb;
}

body.unterseite .layout-7 li {
	width: 44.5%;
}

body.unterseite .layout-7 li:first-child {
	width: 10%;
}

.layout-7 li ~ li {
	margin-left: 0.5%;
}

@media (max-width:640px) {
	.layout-7 li {
		display: block;
		width: 100%;
	}
	.layout-7 li ~ li {
		margin-left: 0%;
	}
}

.layout-7 a,
.layout-7 a:visited,
.layout-7 a:active,
.layout-7 a:focus {
	position: relative;
	display: block;
	padding-top: 2px;
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	color: #343434;
    font-size: 16px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: normal;
	text-decoration: none;
    font-style: normal;
	text-transform: uppercase;
	xtext-transform: none;
	text-align: center;
	background-color: #dad2cb;
}

.layout-7 a:hover {
	color: #fff;
	background-color: #343434;
}

@media (max-width:600px) {
	.layout-7 a, 
	.layout-7 a:visited, 
	.layout-7 a:active, 
	.layout-7 a:focus {
	    xfont-size: 14px;
	}
}

.layout-7 li a.back {
	color: transparent;
}

.layout-7 li a.back:before {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	margin-left: -0.25em;
	margin-top: -0.5em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 1.5em;
	color: #343434;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
}

.layout-7 li a.back:hover:before {
	color: #fff;
}

@media (max-width:867px) {
	.layout-4 .ce-bodytext,
	.layout-5 .ce-bodytext {
		padding: 0 20px;
	}
}

@media (max-width:550px) {
	.layout-4 .ce-gallery,
	.layout-5 .ce-gallery {
	    display: none;
	}

	.layout-4 .ce-bodytext,
	.layout-5 .ce-bodytext {
	    cursor: pointer;
	    display: table-cell;
	    float: none !important;
	    margin: 0 !important;
	    text-align: left;
	    vertical-align: middle;
	}
}

/* ==========================================================================
   PAGINATION (Produktkategorien) styles: opinionated defaults
   ========================================================================== */

.layout-11 {
	max-width: 430px;
	position: relative;
	margin: 0 auto 5%;
	width: 100%;
}

.layout-11:before,
.layout-11:after {
	content: "";
	background-color: #dad2cb;
	height: 100%;
	width: 5000px;
	left: -5003px;
	position: absolute;
	top: 0;
}

.layout-11:after {
	right: -5003px;
	left: auto;
}

.layout-11 + * {
	margin-top: 6%;
}

.layout-11 ul {
	margin: 0;
	padding: 0;
}

.layout-11 li {
	display: inline-block;
	width: 72.5%;
}

.layout-11 li:first-child {
	display: inline-block;
	width: 13%;
}

.layout-11 li:first-child + li + li {
	display: inline-block;
	width: 13%;
}

body.unterseite .layout-11 li {
	width: 44.5%;
}

body.unterseite .layout-11 li:first-child {
	width: 10%;
}

.layout-11 li ~ li {
	margin-left: 0.75%;
}

/* Produktseiten */
.layout-11.produkt li {
	display: inline-block;
	width: 72.5%;
}

.layout-11.produkt li:first-child {
	display: inline-block;
	width: 100%;
}

.layout-11.produkt li:first-child + li + li {
	display: inline-block;
	width: 100%;
}

.layout-11.produkt li ~ li {
	margin-left: 0.75%;
}
/* Ende Produktseiten */


.layout-11 a,
.layout-11 a:visited,
.layout-11 a:active,
.layout-11 a:focus {
	position: relative;
	display: block;
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	color: #343434;
    font-size: 16px;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: normal;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	background-color: #dad2cb;
}

.layout-11 a:hover {
	color: #fff;
	background-color: #343434;
}

.layout-11 li a.back {
	color: transparent;
}

.layout-11 li a.back:before {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.25em;
	margin-top: -0.5em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
	color: #343434;
	font-size: 1.5em;
}

.layout-11 li a.back:hover:before {
	color: #fff;
}

.layout-11 li a span {
	text-transform: lowercase !important;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
}

/** Produktseite  **/
#p16 .ce-bodytext h2 {
	font-size: 24px;
	line-height: 28px;
}

#p16 .slider.accordion .flexslider ul.slides span.imagecaption {
	max-width: 224px;
	margin: 25px 10px;
}

#p16 .footer-r21 {
	margin-top: 0px;
}

/** Seite Unternehmen  **/
#p820 .ce-bodytext h2 {
	font-size: 24px;
	line-height: 28px;
}

#p820 .footer-r21 {
	margin-top: 0px;
}

#p820 #main-sub {
	display:none;
}

.accoya h1 {
	margin: 1em 0 -1em 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}

/****  Seiten  **********************************/

body.inhalt.ohne-slider #main.wrapper,
body#p328.inhalt.slider #main.wrapper {
	width: 100%;
	max-width: 100%;
	min-height: 800px;
    background: #dad2cb;
}

body.inhalt.ohne-slider #main section#content,
body#p328.inhalt.slider #main section#content {
	width: 100%;
	max-width: 965px;
	min-height: 800px;
	padding: 60px 30px 60px 30px;
	text-align: left;
}

#p23 #main section#content,
#p12 #main section#content,
#p325 #main section#content,
#p328 #main section#content {
	text-align: center !important;
}

body#p328.inhalt.slider #main section#content {
	text-align: center;
}
@media only screen and (max-width:990px) {
	body.inhalt.ohne-slider #main section#content {
		padding: 60px 0px 60px 0px;
	}	
}

body.inhalt.ohne-slider #main section#content h2 {
	margin-top: 50px;
	margin-bottom: 10px;
}

body.inhalt.ohne-slider .footer-r21{
	margin-top: 0px;
}

/****  Datenschutz  **********************************/
#p3 h2 {
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.5px;
}
#p3 h3 {
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.5px;
}

/* ==========================================================================
   AJAX styles: opinionated defaults
   ========================================================================== */

.layer {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	z-index: 4500;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	background: #3e3e3e;
	background: rgba(0,0,0,0.75);

 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
*behavior: url(../polyfills/boxsizing.htc);

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.touch .layer {
	/*position: absolute;*/
}

.layer > div.ajax {
	background: none repeat scroll 0 0 #fff;
	padding: 6% 0;
}

body.ajax .layer {
	height: 100%;
	overflow-y: scroll;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.layer .sk-spinner-double-bounce .sk-double-bounce1,
.layer .sk-spinner-double-bounce .sk-double-bounce2 {
	background-color: #fff;
}

body.ajax .sk-spinner-double-bounce.sk-spinner {
    display: block;
	top: 50%;
    left: 50%;
	z-index: 10;
	background: transparent;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
}

body .layer.ready .sk-spinner-double-bounce.sk-spinner {
    display: none;
}

.layer .ajax {
	background: #fff;

    -webkit-transform: scale(0);
 	   -moz-transform: scale(0);
   	   	 -o-transform: scale(0);
    	    transform: scale(0); 

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.layer.ready .ajax {
    -webkit-transform: scale(1);
 	   -moz-transform: scale(1);
   	   	 -o-transform: scale(1);
    	    transform: scale(1); 

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.layer a.exit {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10001;
    margin: 0;
    padding: 50px;
}

.layer a.exit:after,
.layer a.exit:before {
	content: "";
	width: 32px;
	height: 5px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 40px;
	right: 50px;

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

.layer a.exit:after {

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

.layer a.exit:before {

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

.layer .exit-container {
	display: none;
}

.layer .ajax .kachel {
	margin: 0 auto;
}

/* ==========================================================================
   Scrolltop styles: opinionated defaults
   ========================================================================== */

.scrolltop {
	display: block;
	position: fixed;
	z-index: 500;
	width: 66px;
	height: 66px;
	right: 0;
	bottom: 0px;
	background-color: transparent !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	  -moz-opacity: 0;
	-khtml-opacity: 0;
		   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;  /* Chrome 1-25, Safari 3.2+ */
	   -moz-transition: all 0.3s ease-in-out 0s;  /* Firefox 4-15 */
		 -o-transition: all 0.3s ease-in-out 0s;  /* Opera 10.50–12.00 */
			transition: all 0.3s ease-in-out 0s;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

@media (max-width:760px) {
	.scrolltop {
		bottom: 0px;
	}
}

.scrolltop.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	  -moz-opacity: 1;
	-khtml-opacity: 1;
		   opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;  /* Chrome 1-25, Safari 3.2+ */
	   -moz-transition: all 0.3s ease-in-out 0s;  /* Firefox 4-15 */
		 -o-transition: all 0.3s ease-in-out 0s;  /* Opera 10.50–12.00 */
			transition: all 0.3s ease-in-out 0s;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.scrolltop .fa-angle-up {
    font-size: 42px;
}

.scrolltop a,
.scrolltop a:visited {
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px  10px 0px 10px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	border: 0px solid #fff;
	background-color: rgba(52,52,52,0.9);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	*behavior: url(../polyfills/boxsizing.htc);
}

.scrolltop a:hover,
.scrolltop a:active,
.scrolltop a:focus {
	background-color: #343434;
}

.karriere .job-button {
	padding:10px 20px 10px 20px;
	border:1px solid #343434;
	font-size:24px;
	color:#343434;
	background-color:#fff;	
}

.karriere .job-button:hover {
	color:#fff;	
	background-color:#343434;
	text-decoration:none;
}

.trennung {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


/***************************************************/

.link-text, 
a.link-text, 
a.link-text:link,
a.link-text:visited,
a.link-text:link:visited,
a.link-text:link:visited {
    text-decoration:none;
}

.link-text a:active, 
.link-text a:hover, 
.link-text a:focus,
a.link-text:hover, 
a.link-text:active {
    text-decoration:underline;
}

/***************************************************/

.link-footer, 
a.link-footer, 
a.link-footer:link,
a.link-footer:visited,
a.link-footer:link:visited {
	color:#fff;
	text-transform: none;
    text-decoration:none;
}

.link-footer a:active, 
.link-footer a:hover, 
.link-footer a:focus,
a.link-footer:hover, 
a.link-footer:active {
    text-decoration:underline;
}

.link-footer-bold, 
a.link-footer-bold, 
a.link-footer-bold:link,
a.link-footer-bold:visited,
a.link-footer-bold:link:visited {
	color:#fff;
	text-transform: none;
    text-decoration:none;
    font-weight:bold;
}

.link-footer-bold a:active, 
.link-footer-bold a:hover, 
.link-footer-bold a:focus,
a.link-footer-bold:hover, 
a.link-footer-bold:active {
    text-decoration:underline;
}

/***************************************************/

a.link-footer-underline, 
a.link-footer-underline:link,
a.link-footer-underline:visited,
a.link-footer-underline:link:visited,
a.link-footer-underline:link:visited {
	color:#fff;
	text-transform: none;
    text-decoration:underline;
}

.link-footer-underline, 
.link-footer-underline a:active, 
.link-footer-underline a:hover, 
.link-footer-underline a:focus,
a.link-footer-underline:hover, 
a.link-footer-underline:active {
    text-decoration:none;
}

/***************************************************/

a.link-footer-no-underline, 
a.link-footer-no-underline:link,
a.link-footer-no-underline:visited,
a.link-footer-no-underline:link:visited,
a.link-footer-no-underline:link:visited {
	color:#fff;
    text-decoration:none;
	cursor: default;
}

.link-footer-underline, 
.link-footer-underline a:active, 
.link-footer-underline a:hover, 
.link-footer-underline a:focus,
a.link-footer-underline:hover, 
a.link-footer-underline:active {
    text-decoration:none;
}

/***************************************************/

a.link-button, 
a.link-button:link,
a.link-button:visited,
a.link-button:link:visited,
a.link-button:link:visited {
	padding: 12px 20px 12px 20px;
    border:2px solid #343434;
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	color:#fff;
	font-size: 18px;
	text-transform: none;
    text-decoration:none;
	background-color:#343434;
}

.link-button, 
.link-button a:active, 
.link-button a:hover, 
.link-button a:focus,
a.link-button:hover, 
a.link-button:active {
	color:#343434;
	background-color:#fff;
    text-decoration:underline;
    text-decoration:none;
}

@media (max-width:768px) {
	a.link-button {
		display:block;		
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
}


/*****  Desktop Navigation  **************************/

ul#Navigation {
	position: absolute;
	z-index:10001;
	top:39px;
	top:46px;
	right:0px;
	margin: 0; 
	padding: 0;
    xbackground-color: #ffcfc4;
}

.navi-scrollpage {
	top:42px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.navi-scrollup {
	top:27px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

ul#Navigation li {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px; 
	padding: 6px 10px 6px 10px;
	list-style: none;
	cursor: pointer;
	white-space: nowrap;
}
@media (max-width:1060px) {
	ul#Navigation li {
		padding: 6px 10px 6px 1px;
	}
}

ul#Navigation li ul {
	position: absolute;
    min-width:250px;
	top: 36px; 
	left: 0px;
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 0px 0px;
	border: 0px solid #343434;
	background-color: #343434;
}

ul#Navigation li:last-child ul {
	left: auto ; 
	right: 0px !important; 
}

ul#Navigation li ul.kontaktnavi {
    min-width:320px;
	top: 36px;
	left: auto ; 
	right: 0px !important; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: 0px solid #343434;
	background-color: #343434;
}

.kontaktnavi-zeile {
	padding: 10px 0px 30px 0px;
	text-align:center;
}

.kontaktnavi-zeile:first-child {
	padding: 16px 0px 30px 0px;
}

.kontaktnavi-link {
	text-align:center;
	margin-top:5px;
}

.kontaktnavi-text {
	margin-top:18px;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	font-size:21px;
	line-height:28px;
	xtext-align:left;
}

.kontaktnavi-table {
    display:table;
    border-collapse:collapse;
}
.kontaktnavi-table div {
    display:table-row;
}
.kontaktnavi-table div div {
    display:table-cell;
}
.kontaktnavi-table-links {
	text-align: right;
}
.kontaktnavi-table-rechts {
	padding: 0px 0px 0px 15px;
	text-align: left;
}

.kontaktnavi .fa-mobile {
    display:block;
	color:#fff;
	font-size:60px;
	text-align:center;
}

.kontaktnavi .fa-envelope {
    display:block;
	color:#fff;
	font-size:32px;
	text-align:center;
}

.kontaktnavi .fa-globe {
    display:block;
	color:#fff;
	font-size:42px;
	text-align:center;
}

.kontaktnavi-border {
	padding-bottom:50px;
	border-bottom: 1px solid #fff;
	xbackground-color: #ff3434 !important;
}


ul#Navigation li ul li {
	float: none;
	display: block;
	margin: 14px 20px 22px 12px; 
	padding: 0px 0px 0px 0px;
}

ul#Navigation a, 
ul#Navigation span {
	display: block;
	padding: 0px 8px 0px 8px;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	font-size:20px;
	line-height:24px;
	letter-spacing: 0px;
	font-weight: normal;
	text-decoration: none; 
	color: #343434; 
	text-align:left;
	-webkit-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
}

* html ul#Navigation a, 
* html ul#Navigation span {  /* nur fuer IE erforderlich */
	width: 100%;
}

ul#Navigation a:hover, 
ul#Navigation span {
	color: #343434; 
}

ul#Navigation .seite-aktiv,
ul#Navigation .seite-aktiv a {
	color: #fff; 
	background-color: #343434;
}

ul#Navigation li ul a, 
ul#Navigation li ul span {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	font-size:21px;
	line-height:24px;
	letter-spacing: 0px;
	text-transform: none;
	color: #fff; 
}

ul#Navigation .kontaktnavi li a {
	text-align:center;
}

ul#Navigation li ul li.kontaktnavi-unten {
	xmargin: 10px 20px 22px 12px !important; 
}

.navigationspunkt-aktiv {
	color: #fff !important; 
	background-color: #343434;
}

.subnavi-aktiv {
	color: #b0a49a !important; 
	background-color: #343434;
}

ul#Navigation-r21 li .navigation-seite-aktiv {
	display:block;
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 0px 0px;
	border-bottom: 3px solid #111;
}


/***** Sprachen-Navi  ******************************/

.sprachen-navi {
	display:block;
	position:absolute;
	z-index:10002;
	z-index:9980;
	top:-28px;
	right:12px;
	width:200px;
	text-align:right;
}
@media only screen and (max-width:970px) {
	.sprachen-navi {
		display:none;
	}
}

.sprachen-navi ul {
	position: absolute;
	right:0px;
    margin: 0px;
    padding: 0px;
	xbackground-color: #ff3434;
}

.sprachen-navi ul li {
    list-style: none;
    float:left;
    padding: 4px 7px 5px 0px;
}

.sprachen-navi ul li,
.sprachen-navi ul li a {
    display: block;
	font-size:15px;
    color: #cec6bf;
    text-decoration: none;
}

.sprachen-navi .sprachen-trenner::after
{
    content:"| ";
	xfont-size:15px;
	margin-right: 1px;
    color: #cec6bf;
}

.sprachen-navi ul li a:hover {
}

.sprachen-navi .aktiv, 
.sprachen-navi ul li.aktiv,
.sprachen-navi ul li.aktiv a,
.sprachen-navi ul li.aktiv a:link:active, 
.sprachen-navi ul li.aktiv a:active {
    color: #8c8680;
}

.sprachen-navi ul li a.last::after
{
    content:"";
	margin-right: 0px;
}


/****  Menues ************************************/

.menue {
	display:none;
}

.menue {
	position: absolute;
	z-index: 1800;
    width: 100%;
	top: 125px;
    margin-left: 6px;
    background-color: transparent;
    xbackground-color: #ff0000;
}

.menue-inner {
    width: 100%;
	height: auto;
    max-width: 1218px;
	margin-left: auto;
	margin-right: auto;
    padding: 1px 0px 60px 82px;
    background-color: #fff;
}

.menue-navigation {
	float:left;
    width: calc(100% - 82px);
	height: auto;
    xbackground-color: #f000ff;
}

.menue-close {
	float:left;
    width: 80px;
    padding: 50px 25px 0px 25px;
    background-color: #transparent;
    cursor: pointer;
}

.menue-navigation h2 {
	margin: 0;
    margin-top: 20px;
    margin-bottom: 40px;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color: #343434;
	font-size: 29px !important;
	line-height: 1.25em;
	font-weight: 500;
	text-transform: none;
	border-bottom: 2px solid #343434;	
}

.menue-spalte {
	float:left;
	width: 30%;
	margin-right: 3%;
    xbackground-color: #ff0000;	
}

.menue-spalte-breit {
	width: 35%;
}

.menue-spalte-schmal {
	width: 25%;
}

.menue-spalte ul {
	margin: 0; 
	padding: 0;
    background-color: #fff;
}

.menue-spalte li {
	margin: 0px 0px 0px 0px; 
	padding: 0px 10px 14px 0px;
	list-style: none;
	cursor: pointer;
}

.menue-spalte a, 
.menue-spalte span {
	display: block;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color: #343434; 
    font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none; 
	text-align:left;
}

.menue-spalte a.menue-sub {
	display: block;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color: #343434; 
    font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none; 
	text-align:left;
}

.menue-spalte a.menue-sub sup {
    font-size: 13px;
    line-height: 15px;
}

.menue-close a::before {
    position: absolute;
    content: "";
    top: 34px;
    width: 32px;
    height: 5px;
    background-color: #343434;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}
.menue-close a::after {
    position: absolute;
    content: "";
    top: 34px;
    width: 32px;
    height: 5px;
    background-color: #343434;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

.clear {
	clear: both;
}

.nowrap {
    white-space: nowrap;
}

/****  Mobil-Navigation **************************************/

@media only screen and (max-width:970px) {
	.mobil-navi {
		position: absolute;
		display:block;
		xz-index:10000;
		overflow: auto;
		width:90%;
		height:auto;
		top: 0px;
		left: 0;
		margin-top:0px;
		padding: 57px 20px 30px 50px;
		background-color:#fff; 
	}
}

@media only screen and (max-width:780px) {
	.mobil-navi {
		width:100%;
		height:auto;
	}	
}

.mobil-navi li.menu-item-has-children.open > ul {
    display: block;
}

.mobil-navi .sub-menu {
    display: none;
}

.mobil-navi .open {
    visibility: visible;
	font-weight:700;
}

.mobil-navi ul {
	margin: 5px; 
	margin-top:35px;
	margin-left: 0px; 
	padding-left: 15px; 
}

.mobil-navi ul li {
	list-style-type: none;
}

/* 2. Ebene */
.mobil-navi ul li ul {
	margin: 5px; 
	margin-left: 0px; 
	padding-left: 0px; 
}

.mobil-navi ul li ul li:first-child  {
	margin-top:-5px;
}

.mobil-navi ul li ul li:last-child  {
	margin-bottom:30px;
}

/* 3. Ebene */
.mobil-navi ul li ul li ul {
	margin: 5px; 
	margin-left: 0px; 
	padding-left: 0px; 
}

.mobil-navi ul li ul li ul li:first-child  {
	margin-top:-25px;
}

.mobil-navi ul li ul li ul li:first-child  {
	margin-top:0px;
}

/******/

.mobil-navi ul li a,
.mobil-navi ul li a:link,
.mobil-navi ul li a:visited,
.mobil-navi a:visited {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color:#343434;
	font-size:23px;
	line-height:52px;
	font-weight:normal;
	xtext-transform: uppercase;
    text-decoration: none;
    list-style: none;
}

/* 2. Ebene */
.mobil-navi ul li ul li a,
.mobil-navi ul li ul li a:link,
.mobil-navi ul li ul li a:visited {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color:#343434;
	font-size:21px;
	line-height:44px;
	font-weight:normal;
	xtext-transform: uppercase;
    text-decoration: none;
    list-style: none;
}

/* 3. Ebene */
.mobil-navi ul li ul li ul li a,
.mobil-navi ul li ul li ul li a:link,
.mobil-navi ul li ul li ul li a:visited {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color:#343434;
	font-size:20px;
	line-height:36px;
	font-weight:normal;
	xtext-transform: uppercase;
    text-decoration: none;
    list-style: none;
}

.mobil-navi .mob-aktiv, 
.mobil-navi ul li .mob-aktiv,
.mobil-navi ul li .mob-aktiv a,
.mobil-navi ul li .mob-aktiv a:link, 
.mobil-navi ul li .mob-aktiv a:link:active,
.mobil-navi ul li .mob-aktiv a:active,
.mobil-navi ul li a:link .mob-aktiv, 
.mobil-navi ul li a:link:active .mob-aktiv,
.mobil-navi ul li a:active .mob-aktiv {
	font-weight:bold !important;
}

.mobil-navi .mobil-border {
	margin-top:40px;
	padding-top:5px;
	border-top:1px solid #343434
}

.mobil-navi .mobil-abstand {
	margin-top:30px;
}

a.has-children::before {
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
    content: "\f105";
    font: normal normal normal 24px/1 FontAwesome;
	font-weight:700;
    color: #343434;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;

}

.open a.has-children::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

/***** Mobil Sprachen-Navi  ******************************/

.mobil-sprachen-navi {
	top:0px;
    margin: 0px;
    padding: 0px;
	background-color: #fff;
}

ul.mobil-sprachen-navi li {
	position: relative;
    float:left;
    list-style: none;
    padding: 0px 8px 0px 0px;
}

ul.mobil-sprachen-navi li a {
    display: block;
}

.mobil-sprachen-navi .mobil-sprachen-trenner::after
{
    content:" | ";
	margin: 0px 7px 0px 7px;
	font-size:20px;
	line-height:52px;
    color: #343434;
}

.mobil-sprachen-navi .aktiv, 
ul.mobil-sprachen-navi li .aktiv,
ul.mobil-sprachen-navi li .aktiv a:link:active, 
ul.mobil-sprachen-navi li .aktiv a:active {
    font-weight:bold;
}

ul.mobil-sprachen-navi li a.last::after
{
    content:"";
	margin-right: 0px;
}

/***** Startseite Kacheln  *******************************/

div.frame-type-textpic .ce-gallery .image {
    margin-bottom: 0em;
}

div.frame-type-textpic .ce-textpic .ce-bodytext {
    margin-top: 25px;
}

.grow {
    overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.grow:hover { 
	transform: scale(1.1); 
}


/***** Startseite Headerbild  *******************************/

.start-slider-sprache-DE,
.start-slider-sprache-EN,
.start-slider-sprache-FR { 
    display: none;
    position: absolute;
	top: calc(100% / 2 - 4%);
    width: 100%;
    height: auto;
}

.start-headerbild {
    width: 100%;
    height: 100%;
    xheight: calc(100% - 123px);
	smargin-top:123px;
    xbackground: url() no-repeat;
    xbackground-size: cover;
    xbackground-position: top right;
	xtransform: scale(1);
}

.start-headerbild-move {
	-webkit-transition: all 20s ease;
	-moz-transition: all 20s ease;
	-o-transition: all 20s ease;
	-ms-transition: all 20s ease;
	transition: all 20s ease;
	xtransform: scale(1.12);
	transform: scale(1);
}

/***********************************************/

.weihnachten22 {
    background: #f0ecea;
}

.weihnachten22 img {
    width:55% !important;
	margin-left: auto;
	margin-right: auto;
	padding-top:230px;
}
@media only screen and (max-width:980px) {
	.weihnachten22 img {
		padding-top:180px;
	}
}
@media only screen and (max-width:970px) {
	.weihnachten22 img {
		width:80% !important;
		padding-top:200px;
	}
}
@media only screen and (max-width:970px) {
	.xxweihnachten22 img {
		width:90% !important;
		padding-top:180px;
	}
}

/***********************************************/

.weihnachten23 {
    background: #f0ecea;
}

.weihnachten23 .div-weihnachten23 {
    width:45% !important;
	margin-left: auto;
	margin-right: auto;
	padding-top:170px;
}
@media only screen and (max-width:980px) {
	.weihnachten23 .div-weihnachten23 {
		width:90% !important;
	}
}
@media only screen and (max-width:768px) {
	.weihnachten23 .div-weihnachten23 {
		width:90% !important;
		padding-top:150px;
	}
}
@media only screen and (max-width:640px) {
	.weihnachten23 .div-weihnachten23 {
		padding-top:130px;
	}
}

.weihnachten23 .div-weihnachten23-inner {
    background: #fff;
}

.weihnachten23 .inhalt-weihnachten23 {
	padding: 30px;
	font-family: 'corporate_sregular',sans-serif,Arial,Helvetica;
	color: #343434;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0.5px;
	text-align:center;
    background: #fff;
}
@media only screen and (max-width:768px) {
	.weihnachten23 .inhalt-weihnachten23 {
		font-size: 26px;
		line-height: 34px;
	}
}
@media only screen and (max-width:640px) {
	.weihnachten23 .inhalt-weihnachten23 {
		padding: 20px 20px 20px 20px;
		font-size: 18px;
		line-height: 24px;
	}
}


/***********************************************/

.start-headerbild-text {
    opacity: 0;
    position: absolute;
	top: 0px;
    width: 100%;
    height: auto;
	xtext-align:center;
    xbackground: #ff0000;
}

.start-headerbild-text-zeigen {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transition: all 1.5s ease;
    opacity: 1 !important;
}

.start-headerbild-text-verstecken {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
    opacity: 0 !important;
}

.start-slider-texte .text-unsichtbar {
    opacity: 0;
}

.start-slider-texte {
	position: absolute;
	top:57%;
	left:10%;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	color:#fff;
}
@media only screen and (max-width:768px)  {
	.start-slider-texte {
		left:25px;
		width: calc(100% - 40px);
	}
}

.start-slider-texte h4 {
	margin: 0;
}

.start-slider-text1,
.start-slider-text2x,
.start-slider-text3x {
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	font-size:5.2vw;
	line-height:5.0vw;
	letter-spacing: 4px;
	font-weight: normal;
	font-style: normal;
	text-shadow: 3px 3px 6px #222;
}

.start-slider-text2x,
.start-slider-text3x {
	margin-top:6px;
}
@media only screen and (max-width:980px)  {
	.start-slider-text1,
	.start-slider-text2x,
	.start-slider-text3x {
		font-size:52px;
		line-height:50px;
	}
}
@media only screen and (max-width:480px)  {
	.start-slider-text1,
	.start-slider-text2x,
	.start-slider-text3x {
		font-size:42px;
		line-height:40px;
	}
}
@media only screen and (min-width:1700px)  {
	.start-slider-text1,
	.start-slider-text2x,
	.start-slider-text3x  {
		font-size:88px;
		line-height:85px;
	}
}

.start-slider-text1x,
.start-slider-text2,
.start-slider-text3 {
	margin-top:4px;
	font-family: 'corporatesscdemi', sans-serif, Arial, Helvetica;
	font-size:3.8vw;
	line-height:3.8vw;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	text-shadow: 3px 3px 6px #222;
}
.start-slider-text1x.weihnachten {
	margin-top:15px;
	line-height:3.9vw;
}
@media only screen and (max-width:980px)  {
	.start-slider-text1x,
	.start-slider-text2,
	.start-slider-text3 {
		font-size:38px;
		line-height:38px;
	}
	.start-slider-text1x.weihnachten {
		line-height:40px;
	}
}
@media only screen and (max-width:480px)  {
	.start-slider-text1x,
	.start-slider-text2,
	.start-slider-text3 {
		font-size:30px;
		line-height:30px;
	}
	.start-slider-text1x.weihnachten {
		line-height:32px;
	}
}
@media only screen and (min-width:1700px)  {
	.start-slider-text1x,
	.start-slider-text2,
	.start-slider-text3 {
		font-size:64px;
		line-height:64px;
	}
	.start-slider-text1x.weihnachten {
		line-height:68px;
	}
}

.unsichtbar {
    display: none;
}

.made-in-germany {	
	position: absolute;
	bottom:10px;
	right:10px;
	xwidth:100px;
	z-index: 51;
}

.made-in-germany img {
	width:130px;
	height:176px;	
}
@media only screen and (max-width:1024px)  {
	.made-in-germany img {
		width:100px;
		height:136px;	
	}
}
@media only screen and (max-width:768px)  {
	.made-in-germany img {
		width:80px;
		height:109px;	
	}
}

/***************************************/

.made-in-germany-2 {	
	position: absolute;
	top:-19px;
	right:170px;
	z-index: 51;
}

.made-in-germany-2 img {
	width:187px;
	height:34px;	
}
@media only screen and (max-width:860px)  {
	.made-in-germany-2 {
		right:80px;
	}
	.made-in-germany-2 img {
		width:150px;
		height:27px;	
	}
}
@media only screen and (max-width:600px)  {
	.made-in-germany-2 {
		display:none;
	}
}


/****  Startseite  ************************************/
.startseite h2 {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color:#343434;
	font-size:42px;
	line-height:48px;
	letter-spacing: 0.5px;
	font-weight:normal;
    text-transform: none;
	margin:0;
	margin-top:0px;
	margin-bottom:30px;
	padding:0;
}

/****  Startseite Text oben **********************************/
.startseite-text-oben {
	width:100%;
	height:auto;
	text-align:center;
	background:#dad2cb;
}

.start-oben {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top:10px;
	padding-bottom:0px;
	xbackground-color:#ff644a;
}

.start-oben h1 {
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	color:#fff;
	font-size:51px;
	line-height:52px;
	letter-spacing: 0px;
	font-weight:normal;
	margin:0;
	margin-top:80px;
	margin-bottom:35px;
	padding:0;
}

.start-oben h1 sup {
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	font-size:28px;
}

.start-oben h1 p {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color:#fff;
	font-size:36px;
	line-height:38px;
	letter-spacing: 0px;
	font-weight: normal;
	margin:0;
	margin-top:10px;
	margin-bottom:20px;
	padding:0;
}

.start-oben h1 p sup {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	font-size:22px;
}

.start-oben p {
	margin-bottom:0px;
	padding:0;
}

@media only screen and (max-width:1180px) {
	.start-oben h1  {
		font-size:49px;
	}
	.start-oben h1 p {
		font-size:34px;
		line-height:38px;
	}
}
@media only screen and (max-width:768px)  {
	.start-oben h1  {
		font-size:44px;
		line-height:46px;
	}
	.start-oben h1 p {
		font-size:28px;
		line-height:30px;
		margin-bottom:12px;
	}
}


/***** Startseite Produkt-Kacheln  **********************/

.start-content-kacheln {
	position: relative;
	width: auto;
	max-width: 846px;
	max-width: 927px;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
	padding-top:80px;
	padding-bottom:5px;
	text-align:center;
	xbackground-color:#fff;
}
@media only screen and (max-width:768px)  {
	.start-content-kacheln  {
		padding-left:15px;
		padding-right:15px;
	}
}

.start-content-kacheln h2 {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color:#343434;
	font-size:22px;
	line-height:24px;
	letter-spacing: 0.5px;
	font-weight:bold;
    text-transform: none;
	margin:0;
	margin-top:0px;
	margin-bottom:30px;
	padding:0;
}

.start-kachel-m-button  {
	overflow:hidden;
	height: auto;
	margin-bottom:20px;
}

.start-kachel-inner-button  {
	position:absolute;
	margin-left:15px;
	margin-right:15px;
	overflow:hidden;
}

.start-kachel-inner-button a,
.start-kachel-inner-button a:visited,
.start-kachel-inner-button a:active,
.start-kachel-inner-button a:focus{
    text-decoration:none;
}

.start-kachel-button {
	display:flex;
	-ms-flex-align: center;
    align-items: center;
	justify-content: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	text-transform: uppercase;
    text-decoration:none;
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	font-size:16px;
	line-height:20px;
	color:#fff;
	letter-spacing: 0.5px;
	background-color:#343434;
    border:2px solid #343434;
}
@media only screen and (max-width: 616px) {
  .start-kachel-button {
    font-size: 20px;
  }
}

.start-kachel-button:before {
	margin-right:0.36em;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	font-size: 20px;
	font-size:16px;
	line-height:20px;
	padding-right: 0px;
	-webkit-transition: all 0.15s ease-in-out 0s;
}

.start-kachel-inner-button a .start-kachel-button:hover {
    text-decoration:none;
	color:#343434;
	background-color:#fff;
    border:2px solid #343434;
	transition: all 0.25s ease-in-out 0s;
}


.start-kachel-m  {
	overflow:hidden;
	height: auto;
	margin-bottom:20px;
}

.start-kachel-inner  {
	margin-left:15px;
	margin-right:15px;
	overflow:hidden;
	position:absolute;
}

.start-kachel-inner a:hover {
	text-decoration: none;
}

.start-kachel-bild-m {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	xheight:auto;
    overflow: hidden;
}

.start-kachel-bild-m img {
	width:100%;
	height:auto;
}

.kachel-grow-m img {
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.start-kachel-text {
	position:relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
    height: 30px;
	margin-top:10px;
}

.start-kachel-text h3 {
	margin: 0;
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	color:#343434;
	font-size:16px;
	line-height:20px;
	font-weight: normal;
}
@media only screen and (max-width:768px)  {
	.start-kachel-text h3 {
		font-size:18px;
	}
}
@media only screen and (max-width:616px)  {
	.start-kachel-text h3 {
		font-size:20px;
	}
}

.start-content-kacheln h3:hover {
	text-decoration: none;
}

@media (max-width:768px) {
	.start-content-kacheln a.link-button {
			width: calc(100% - 30px);
			margin-left: 15px;
			margin-right: 15px;
	}
}


/****  Startseite Oekologie **********************************/
.start-oekologie-img {
	position: relative;
	padding-top: 30px;
	xbackground: #fff000; 
}
@media (max-width:768px) {
	.start-oekologie-img {
		padding-top: 20px;
	}
}
.start-oekologie-img img {
	width:100%;
	height:auto;
	padding-left: 80px;
	text-align: right;
}
@media (max-width:1024px) {
	.start-oekologie-img img {
		padding-left: 100px;
	}
}
@media (max-width:768px) {
	.start-oekologie-img img {
		padding-left: 0%;
	}
}

#start-oekologie-image {
	opacity: 0;
	transition: all .5s ease-in-out;
}
#start-oekologie-image.visible {
  opacity: 1;
}
.start-oekologie-text {
	position:absolute;
	bottom: 60px;
	left: -250px;
    padding: 50px 90px;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color:#fff;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0.5px;
    font-weight: normal;
	background-color:#284227;
    opacity: 0;
}
@media (max-width:1170px) {
	.start-oekologie-text {
		bottom: 40px;
	}
}
@media (max-width:1080px) {
	.start-oekologie-text {
		padding: 40px 70px;
	}
}
@media (max-width:550px) {
	.start-oekologie-text {
		top: auto;
		bottom: 0px;
		padding: 20px 40px;
		font-size: 26px;
		line-height: 30px;
	}
}

.start-oekologie-text span {
	font-size: 38px;
	line-height: 52px;
    font-weight: bold;
}
@media (max-width:550px) {
	.start-oekologie-text span {
		font-size: 32px;
		line-height: 35px;
	}
}

#start-oekologie-text {
	opacity: 0;
	transition: all .4s ease-in-out;
}
#start-oekologie-text.visible {
	transform: translateX(250px);
    opacity: 0.9;
}
@media (max-width:1024px) {
	#start-oekologie-text.visible {
		xtransform: translateX(290px);
	}
}
@media (max-width:768px) {
	#start-oekologie-text.visible {
		transform: translateX(250px);
	}
}

/****  Startseite Zertifizierung **********************************/

#zertifizierung.content {
	padding-top: 30px;
}

.start-zertifizierungen {
	display:flex;
	-ms-flex-align: center;
    align-items: center;
	width:100%;
	padding-top: 20px;
}
@media (max-width:1024px) {
	.start-zertifizierungen {
		width:90%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width:600px) {
	.start-zertifizierungen {
		width:50%;
		padding-top: 0px;
		display:block;
		margin-left: auto;
		margin-right: auto;
	}
}

.start-zertifizierung-img {
	width:23%;
    margin: 0px 24px;
}

.start-zertifizierung-img:first-child {
	width:16%;
    margin-left: 0px;
}

.start-zertifizierung-img:last-child {
	width:16%;
    margin-right: 0px;
}
@media (max-width:600px) {
	.start-zertifizierung-img,
	.start-zertifizierung-img:first-child,
	.start-zertifizierung-img:last-child {
		display:block;
		width:100%;
		margin: 20px 0px 20px 0px;
	}
	.start-zertifizierung-img:last-child {
		margin: 20px 0px -20px 0px;
	}
}

.start-zertifizierung-img img {
	width:100%;
	height:auto;
}

.start-zertifizierung-button {
	padding-top: 80px;
}

@media (max-width:600px) {
	.start-zertifizierung-button {
		width:100%;
		padding-top: 80px;
	}
}

@media (max-width:440px) {
	.start-zertifizierung-button a {
		font-size: 16px !important;
	}
}

/****  Startseite Referenzen **********************************/

#referenzen .maximal-width {
	padding-left: 30px;
	padding-right: 30px;
}

#referenzen section.content {
	padding-top: 40px !important;
	padding-bottom: 0% !important;
}

#referenzen section.slider {
	height:auto;
}

/****  Startseite Engagements **********************************/

body.startseite section.slider.accordion > .flexslider .slides .slide {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
  	xborder: 1px solid #dad2cb;
}

body.startseite section.slider.accordion > .flexslider .slides .slide img {
	padding: 8px;
  	border: 1px solid #dad2cb;
}

body.startseite section.slider.accordion > .flexslider .slides > div:first-child {
	margin-left: 0;
}

body.startseite section.slider.accordion > .flexslider .slides > div:last-child {
	margin-right: 0;
}

section.slider > .flexslider .slides > div:first-child {
	xdisplay: block;
}

/****  Startseite Newsletter **********************************/

body.startseite .newsletter {
	padding-top:30px;
}

body.startseite .newsletter .linie {
	z-index: 30;
	position: absolute;
	top:25px;
	width:100%; 
	height: 2px;
	background:#343434;
}

body.startseite .newsletter .headline {
	z-index: 40;
	position: absolute;
	width:280px;
	left: calc((100% - 280px) / 2);
	background:#dad2cb;
	margin-top:-25px;
}
@media only screen and (max-width:1440px)  {
	body.startseite .newsletter .headline {
		width:220px;
		left: calc((100% - 220px) / 2);
		margin-top:-22px;
	}
}

body.startseite .newsletter h2 {
	margin-bottom: 0px;
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	color:#343434;
	font-size:2.3vw;
	font-size:2.2vw;
	line-height:2.1vw;	
	letter-spacing: 2px;
}
@media only screen and (min-width:1820px)  {
	body.startseite .newsletter h2  {
		font-size:42px;
		line-height:40px;
	}
}
@media only screen and (max-width:1200px)  {
	body.startseite .newsletter h2 {
		font-size:28px;
		line-height:28px;
	}
}

body.startseite .newsletter a,
body.startseite .newsletter a:link,
body.startseite .newsletter a:visited,
body.startseite .newsletter a:visited {
	text-decoration: underline;
}
body.startseite .newsletter a:hover {
	text-decoration: underline;
}

.nl-anmeldung {
	width:50%; 
}
@media only screen and (max-width:980px)  {
	.nl-anmeldung {
		width:90%; 
	}
}

/***************************************************/

/* Arrows */
.slick-prev,
.slick-next
{
    width: 60px;
    height: 60px;
	xbackground: url(images/transparent.png);
}
.slick-prev:before,
.slick-next:before
{
    opacity: 0.7;
}

.slick-prev
{
    left: -70px;
	z-index:200;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
	z-index:200;
}
.slick-prev:before
{
    content:url(../img/btn-prev.png);
}
[dir='rtl'] .slick-prev:before
{
    content:url(../img/btn-prev.png);
}

.slick-next
{
    right: -70px;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    content:url(../img/btn-next.png);
}
[dir='rtl'] .slick-next:before
{
    content:url(../img/btn-next.png);
}

.flexslider:hover .slick-prev { 
	left: -60px;
}
.flexslider:hover .slick-next { 
	right: -60px;
}

.flexslider:hover .slick-prev:before,
.flexslider:hover .slick-next:before { 
	opacity: 1; 
}


/****  Startseite Unavita  *********************************/

.start-unavita {
	width:100%;
	height:auto;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:40px;
	text-align:center;
    background: #f0ecea;
}
@media (max-width:768px) {
	.start-unavita {
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (max-width:768px) {
	.start-unavita {
		width: calc(100% - 60px);
		margin-left: 30px;
		margin-right: 30px;
	}
}
	
.start-unavita h2 {
	margin:0;
	margin-bottom:30px;
	padding:0px 40px 0px 40px;
	padding:0px 0px 0px 0px;
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	color:#343434;
	font-size:24px;
	line-height:28px;
	letter-spacing: 0px;
	font-weight:normal;
	text-transform:none;
	font-style:normal;
	text-align:center;
}

.start-unavita-table {
	display:table;
	width:420px;
	margin-left:auto;
	margin-right:auto;
}
@media (max-width:550px) {
	.start-unavita-table {
		width:100%;
	}
}

.table-row {
	display:table-row
}
.table-cell {
	display:table-cell;
	vertical-align:middle
}
.start-unavita-li {
	width:225px;
	padding-top: 10px;
	text-align:right;
}
.start-unavita-re {
	width:200px;
	padding:0px 70px 0px 25px
}
@media (max-width:550px) {
	.start-unavita-li {
		width:60%;
	}
	.start-unavita-re {
		width:40%;
		padding:0px 40px 0px 25px
	}
}
@media (max-width:500px) {
	.start-unavita-re {
		padding:0px 0px 0px 25px
	}
}

.start-unavita a {
	font-size:18px;
	color:#343434;
	line-height:22px;
}

.start-unavita-logo {
	width:100%;
	height:auto;
}


/*************************************************************/

#content-unten .frame .ce-textpic .ce-bodytext {
	min-height:160px;
	margin-top: 2px;
	padding: 1px 6px 2px 6px;
	background:#fff;
}

header.header {
	z-index:1000;
}

.start-kacheln-weiss {
	padding-top: 0px;
	background:transparent;
}
@media (max-width:767px) {
	.start-kacheln-weiss {
		background:#fff;
	}
}

.fa-file-pdf-o {
	font-size:24px;
	padding-right: 10px;
}

a.download-link,
a.download-link:visited,
a.download-link:active,
a.download-link:focus {
	line-height: 38px;
	font-style: normal;
	font-weight: normal;
}
a.download-link:before {
	margin-right: 0.425em;
	margin-right:0.36em;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	color: #343434;
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}
a.download-link:before {
	content: "\f1c1";
	font-size: 24px;
	padding-right: 0px;
}

/***************************************************/

.frame-space-before-extra-small {
	margin-top: 0px !important;
}

@media (max-width:768px) {
	.ce-intext.ce-right .ce-gallery {
		margin-left: 0px;
	}
}

/***************************************************/
 
.ladeanzeige {
    position: absolute;
	z-index: 10001;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #fff;
}

.ladeanzeige-header {
	display: block;
	left: 0;
	width: 100%;
	background-color: #fff;
	position: fixed;
	transition: top 0.3s ease-in-out 0s;
}

.ladeanzeige-header > .wrapper {
    max-width: 1400px;
    margin-top: 31px;
    margin-bottom: 31px;
    text-align: left;
}
.ladeanzeige-header div.logo {
    display: inline-block;
    position: relative;
    z-index: 950;
}
.ladeanzeige-header div.logo .ce-gallery {
    margin: 0;
}
.ladeanzeige-header div.logo img {
    margin: 0 !important;
    max-width: 325px;
}
/***************************************************/

.ccm-root .button.ccm--decline-cookies, 
.ccm-root button.ccm--decline-cookies {
    background: #417c51 !important;
	border-color: #498248 !important;
    color: #fff !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4) !important;
}

/***************************************************/


/* Ansprechpartner NEU (Seite #p325) 20211214 */

@media only screen and (max-width:1150px) {
	#p325.inhalt section.slider.accordion {
		max-width: 100%;
	}
}
#p325.inhalt section.slider.accordion .imagecaption {
    max-width: 100%;
    margin: 20px 0px 0px 0px;
}

#p325.inhalt .imagecaption p {
    margin: 0px 0px 5px 0px;
	line-height: 22px;
}

#p325.inhalt .imagecaption strong,
#p325.inhalt .imagecaption b {
    font-size: 19px;
    line-height: 30px;
}

#p325 section.slider.accordion {
	margin-top: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#p325.inhalt section.slider.accordion .flexslider ul.slides  {
	margin-left: -1.5%;
}

#p325.inhalt section.slider.accordion > .flexslider .slides > li {
	margin-left: 1.5%;
}

#p325 section.slider > .flexslider .slides > li {
	display: block;
	width: 23.5%;
	min-height: 390px;
	height: auto;
	float: left;
}
@media (max-width:768px) {
	#p325 section.slider > .flexslider .slides > li {
		width: 31.8%;
	}
}
@media (max-width:670px) {
	#p325 section.slider > .flexslider .slides > li {
		width: 48.5%;
		min-height: 460px;
	}
}
@media (max-width:540px) {
	#p325 section.slider > .flexslider .slides > li {
		width: 98.5%;
		min-height: 610px;
	}
}
@media (max-width:460px) {
	#p325 section.slider > .flexslider .slides > li {
		min-height: 570px;
	}
}

#p325.inhalt section.slider.accordion > .flexslider .slides > li:first-child {
	margin-left: 1.5%;
}

#p325 section.slider.mitarbeiter {
	margin-bottom: 30px;
    font-size: 16px;
	background: #f0ecea;
}

#p325.inhalt.ohne-slider #main section#content h2 {
    margin-top: 10px;
    margin-bottom: 15px;
	font-size: 26px;
	font-weight: 400;
	text-transform: none;
}

#p325 .layout-5,
#p328 .layout-5 {
	font-size: 20px;
	color: #ffffff;
	font-style: italic;
	text-align: center;
	background-color: #938981;
	background-color: #9a9088;
}

/* Ansprechpartner TEST mit Auswahl über Selectbox 20211118 */
/**/
#p328 #c5193,
#p328 #c5196 {
	padding: 12px 0px 12px 0px;
	background: #f0ecea;
	xbackground: #fff;
}
#p328 #c5193, 
#p328 #c5196 {
	display: none;
}

body#p328 section.slider.accordion {
    margin-top: 0px;
}
@media only screen and (max-width:1150px) {
	body#p328 section.slider.accordion {
		max-width: calc(100% - 12px);
	}
}

#p328 section.slider > .flexslider .slides > li {
	display: block;
	width: 23.3%;
	min-height: 400px;
	float: left;
}
body#p328 section.slider.accordion > .flexslider .slides > li:first-child {
    margin-left: 12px;
}

.select-wrap {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
}

.select-wrap select {
	appearance: none;
	min-width: 500px;
	padding: 16px 56px 16px 56px;
	font-family: 'corporatesscdemi', sans-serif, Arial, Helvetica;
	color:#fff;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 16px;
	text-transform: lowercase;
	font-size: 20px;
	background: #343434;
	border:0px solid #343434;
	border-radius: 0;
	text-align:center;
}

.select-wrap:after {
	position: absolute;
	right: 14px;
	top: 11px;
	font-family: FontAwesome;
	content: "\f0dc";
	xcontent: "\f0dd";
	font-size: 24px;
	pointer-event:none;
	color: white;
}

select option {
	font-family: 'corporate_sregular', sans-serif, Arial, Helvetica;
	font-size: 16px;
	line-height:36px;
	color:#343434;
	background: #fff;
	text-shadow: none;
	text-align:left;
}

select option[value="bittewaehlen"] {
	color:#fff;
	background: #9a9088;
}

/*
select option[value="xc5193"] {
	background: rgba(100, 100, 100, 0.3);
	font-size: 12px;
}

select option[value="xc5196"] {
	background: rgba(150, 150, 150, 0.3);
}
*/

/***************************************************/
/** News-Seite **/
#p105 section#content img {
	border: 8px solid #dad2cb;
	border: 1px solid #dad2cb;
}

/***************************************************/
 
.spendenaufruf {
	xdisplay: none;
    position: absolute;
	z-index: 999;
	top:125px;
	left:0px;
	width:100%;
	background-color: transparent;
	background-color: #dad2cb;
	text-align:center;
}
.spendenaufruf .spendenaufruf-weitere-infos {
    margin: 30px 20px 15px 20px;
}
.spendenaufruf .spendenaufruf-weitere-infos a.link-button {
	padding: 12px 30px 12px 30px;
}
@media (max-width:768px) {
	.spendenaufruf .spendenaufruf-weitere-infos a.link-button {
		width: 70%;
		margin-left:auto;
		margin-right:auto;
	}
}
.spendenaufruf div {
	margin-top: 0px;
}
.spendenaufruf .spendenaufruf-images {
	margin-top: 56px;
	margin-top: 0px;
}
.spendenaufruf img {
	display:block;
	width:100%;
	max-width:1600px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-top: 8px solid #dad2cb;
	border-bottom: 20px solid #dad2cb;
}
.spendenaufruf img.mobile {
	display:none;
}
@media (max-width:1000px) {
	.spendenaufruf img  {
		xwidth:90%;
	}
}
@media (max-width:900px) {
	.spendenaufruf img {
		display:none;
	}
	.spendenaufruf img.mobile {
		display:block;
		clear: both;
		width:80%;
		border-top: 8px solid #dad2cb;
		border-bottom: 4px solid #dad2cb;
	}
}
@media (max-width:768px) {
	.spendenaufruf {
		top:103px;
	}
	.spendenaufruf img.mobile {
		border-top: 15px solid #dad2cb;
	}
}
@media (max-width:700px) {
	.spendenaufruf img.mobile {
		width:calc(100% - 50px);
	}
}
@media (max-width:600px) {
	.spendenaufruf img.mobile {
		width: 100%;
	}
}

.spendenaufruf a.link-button img,
.spendenaufruf .flagge {
	display:inline;
	width:38px;
	height:25px;
	margin-left: 12px;
	margin-top: 1px;
	margin-bottom: 7px;
	border-top: 0;
	border-bottom: 0;
}

.spendenaufruf a.exit {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10001;
    margin: 0;
    padding: 20px 20px 20px 20px;
}

.spendenaufruf a.exit:after,
.spendenaufruf a.exit:before {
	content: "";
	width: 32px;
	height: 5px;
	background-color: #343434;
	display: block;
	position: absolute;
	top: 40px;
	right: 20px;

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}
@media (max-width:768px) {
	.spendenaufruf a.exit:after,
	.spendenaufruf a.exit:before {
		top: 55px;
	}
}

.spendenaufruf a.exit:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

.spendenaufruf a.exit:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

.spendenaufruf-li {
	xposition: absolute; 
	float:left;
	left:0%;
	width:53%;
	padding-bottom: 15px;
}

.spendenaufruf-re {
	xposition: absolute; 
	float:left;
	left:53%;
	width:47%;
	padding-bottom: 15px;
}

/***************************************************/

/* Seite Unternehmen */
#c5411.csc-50,
#c5412.csc-50 {
	margin-top: 10px;
}

#c5411.csc-50 h3,
#c5412.csc-50 h3 {
	margin-top: 10px;
	margin-bottom: -5px;
}

#c5413 h3 {
	margin-bottom: -5px;
}

#c5413 p {
	margin-bottom: 0px;
}

/*** Modal-Popup ****************/

.dont-scroll {
   	overflow:hidden !important;
}

.modal-frage {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.75);
	cursor:pointer;
	z-index:999999;
}
.modal-frage-close {
    position: relative;
    width: 800px;
    min-height:40px;
    margin: 0px auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:20%;
	padding-bottom:20px;
    text-align:center;
	color: #fff;
	font-family: 'corporatesscbold', sans-serif, Arial, Helvetica;
	font-size: 24px;
	text-align:right;
}
.modal-frage-inner {
    position: relative;
    width: 800px;
    min-height:420px;
    margin: 0px auto;
    margin-left:auto;
    margin-right:auto;
    xmargin-top:20%;
    text-align:center;
	color: #fff;
    background-color: #000;
	border:0px solid #000;
}
.modal-frage-inner img {
	width:100%;
	height:auto;
}
.modal-frage-inner p {
	padding-bottom:20px;
	font-size: 22px;
}

@media only screen and (max-width: 616px) {
	
	.modal-frage {
		background:transparent;
	}
	.modal-frage-inner {
		width: calc(100% - 40px);
		margin-left:20px;
		margin-top:120px;
	}
}

/*****************************************/

.counter-value{
	font-size:60px;
	line-height:2em;
	text-align:center;
	padding:5px 0;
}

.counter-value:after{
	content:attr(data-desc);
	display:block;
	text-transform:uppercase;
	font-size:14px;
	font-family:'Open Sans',sans-serif;
	line-height:1.2em
}

.max-width {
	max-width: 1400px;
}


/***  News   **************************************/ 


#content.news {	
	max-width: 1070px !important;
	padding: 0px 30px 60px 30px !important;
	
}

.news h1 {	
	text-align: center;
}

.news-conainer {	
	background-color: #f4f2ef;
	margin-top: 30px;
	padding: 0px 30px 10px 30px;
	text-align: center;
}

.news-conainer.first {	
	margin-top:0px;
}

.news-topline {	
	margin-bottom:0px;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0.5px;
	font-weight: normal;
	text-transform: none;
	text-align: center;
}

.news-conainer h2 {	
	margin-top:25px !important;
	margin-bottom:20px !important;
}

.img-news {	
	width:950px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	border: 1px solid #dad2cb;
}

/***** Pagination   *******************/

.pagination-conainer {	
	margin: 0px 0px 0px 0px;
	width:calc(75% + 30px);
}    
      
@media only screen and (max-width: 768px) {
	.pagination-conainer {
		margin: -30px 0px 0px 0px;	
		width:100%;
	}
}

.page-numbers {
	display: inline-block;
	margin: 8px 0px 8px 0px;
	padding: 0;
}

.page-numbers li {
    display: inline;
}

.page-numbers a,
.page-numbers li a,
.page-numbers li span  {
	float: left;	
	min-width:10px;
	margin: 0px 0px 6px 6px;
	padding: 8px 16px;
	font-size: 22px;
    color: #343434;
	text-decoration: none;
	text-align: center;
	border: 0px solid #f4f2ef;
	background-color: #f4f2ef;
	transition: background-color .3s;
}

.page-numbers a.current,
.page-numbers span.current {
	background-color: #343434;
	border: 0px solid #343434;
	color: #fff;
}

.page-numbers a:hover:not(.current),
.page-numbers span:hover:not(.current) {
	background-color: #343434;
	color: #fff;
}

.text-upper {
	text-transform: uppercase;
}
     
@media only screen and (max-width: 768px) {
	.mobil-unsichtbar {
		display: none;
	}
}

/******************************************/

.kat-prod-text {
	width:calc(100% + 60px);
	margin-bottom: 40px;
	font-style: normal;
}

.layout-5 .ce-bodytext.holzart b {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
}

/******************************************/

#wpadminbar  {
	display: none;
}

/******************************************/