/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;  }
table { border-collapse: collapse; border-spacing: 0; }
.align-center { text-align: center;	}


/********************************
  Basis Styles
********************************/
* {margin: 0; padding: 0; }
.clear {overflow:hidden; clear: both;}
.trenner {overflow:hidden; clear: both;width: 100%;height: 20px;}
* html .clear {height:1%}
img {border: none; width: 100%; max-width: 100%; height: auto;}
input, select, textarea { -ms-box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: none; border-radius: 0; }
input[type=checkbox] { -webkit-appearance: checkbox; appearance: checkbox; background: none; }
body { font-family: "PT Sans", sans-serif; font-size: 100%; font-weight: 400; text-align: left; color: #172c1a; line-height: 1.875em; }
.csc-default { position: relative; overflow: hidden; }
table { line-height: 1.5em; }


/********************************
   Weiche Übergänge
********************************/
mobiltrigger, #navigation, #navigation ul li ul, #navigation ul li a, #subnavi a, #inhalt a, #fuss a, #logo, #kopfbalken, #kopf, #inhalt { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }


/********************************
  Kopf
********************************/
#kopf { background-color: #c2c4c4; height: 140px; width: 100%; position: fixed; top: 0; left: 0; z-index: 505; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); }
#kopfbalken { background-color: #ec1d27; height: 35px; width: 100%; position: fixed; top: 0; left: 0; z-index: 506; }
#kopfinnen { position: relative; width: auto; max-width: 1200px; margin: auto; height: 140px; }
#logo { position: absolute; width: 220px; height: 72px; text-align: left; top: 50px; z-index: 510; right: 20px; }
#logo img { margin: 0; width: 243px; height: auto; }
#mobiltrigger { display: none; position: fixed; top: 30px; left: 20px; width: 48px; height: 48px; cursor: pointer; z-index: 530; background-image: url(../img/mobiltrigger.png); }
#mobiltrigger.kreuz { background-image: url(../img/mobiltrigger_close.png); }
#suche { position: absolute; top: 7px; right: 20px; width: 220px; z-index: 604; line-height: 0; }
#suche input { font-family: "PT Sans", sans-serif; font-size: 0.75em; color: #000; border: none; background-color: #c2c4c4; padding: 3px 10px; width: calc(100% - 20px); }
#suche form { padding: 0; margin: 0; }
#suche .subutton { position: absolute; z-index: 605; width: 21px; height: 21px; top: 0; right: 0; cursor: pointer; background-image: url(../img/suche-button.png); background-repeat: no-repeat; }

@media only screen and (max-width: 1024px) {
	#mobiltrigger { display: inline; }
	#logo { width: 140px; top: 25px; height: 46px; }
	#kopf { height: 90px; }
	#kopfinnen { height: 90px; }
	#kopfbalken { height: 5px; }
	#suche { display: none; }
}


/********************************
  Navigation
********************************/
#navigation { font-weight: 400; position: absolute; margin-top: 0; z-index: 525; bottom: 10px; left: 0; }
#navigation ul { list-style: none; position: relative; float: left; margin: 0; padding: 0; }
#navigation ul li { position: relative; float: left; margin: 0 15px 0 0; padding: 0; }
#navigation ul li.mobil { display:none; }
#navigation ul li a { display: block; color: #ec1d27; text-decoration: none; font-weight: 400; font-size: 1.125em; line-height: 1em; padding: 5px 20px; }
#navigation ul li.aktiv a { color: #000; }
#navigation ul li:hover > a { color: #000; }
#navigation ul li ul { display: block; position: absolute; top: 100%; left: 0; padding: 10px 0 0 0; height: 0; opacity: 0; overflow: hidden; }
#navigation ul li ul li { float: none; width: auto; border-bottom: 1px solid #666; background-color: #c2c4c4; }
#navigation ul li ul li:first-of-type { border-top: 1px solid #666; }
#navigation ul li ul li a { padding: 8px 20px 8px 20px; white-space: nowrap; font-size: 1em; color: #000; background-color: #c2c4c4; }
#navigation ul li.aktiv ul li a { padding: 8px 20px 8px 20px; white-space: nowrap; font-size: 1em; color: #000; background-color: #c2c4c4; }
#navigation ul li ul li a:hover { color: #fff; background-color: #ec1d27; }
#navigation ul li ul li.aktiv a { color: #fff; background-color: #ec1d27; }
#navigation ul li:hover > ul { opacity: 1; height: 500px; }
#subnavi { font-weight: 400; z-index: 526; position: absolute; top: 0; left: 0; font-size: 0.8em; }
#subnavi ul li { float: left; margin: 0 0 0 0; }
#subnavi ul li a { color: #fff; text-decoration: none; padding: 12px 20px; display: block; line-height: 1em; }
#subnavi ul li a:hover { color: #000; }
#subnavi ul li:last-of-type a { background-repeat: no-repeat; background-position: 93%; padding-right: 55px; }
#subnavi ul li:last-of-type:hover > ul { display: inline; }
#subnavi ul li ul { position: absolute; width: auto; height: auto; background-color: rgba(160,160,160,0.9); display: none; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25); }
#subnavi ul li ul li { width: 100%; display: block; }
#subnavi .de a { background-image: url(../img/flagge_de.png); }
#subnavi .us a { background-image: url(../img/flagge_us.png); }
#subnavi .uk a { background-image: url(../img/flagge_uk.png); }
#subnavi .fr a { background-image: url(../img/flagge_fr.png); }
#subnavi .benl a { background-image: url(../img/flagge_nl.png); }
#subnavi .befr a { background-image: url(../img/flagge_be.png); }
#subnavi .ch a { background-image: url(../img/flagge_ch.png); }
#subnavi .ie a { background-image: url(../img/flagge_ie.png); }
#subnavi #sprachwahl ul li.de a { background-image: url(../img/flagge_de.png); }
#subnavi #sprachwahl ul li.us a { background-image: url(../img/flagge_us.png); }
#subnavi #sprachwahl ul li.uk a { background-image: url(../img/flagge_uk.png); }
#subnavi #sprachwahl ul li.fr a { background-image: url(../img/flagge_fr.png); }
#subnavi #sprachwahl ul li.benl a { background-image: url(../img/flagge_nl.png); }
#subnavi #sprachwahl ul li.befr a { background-image: url(../img/flagge_be.png); }
#subnavi #sprachwahl ul li.ch a { background-image: url(../img/flagge_ch.png); }
#subnavi #sprachwahl ul li.ie a { background-image: url(../img/flagge_ie.png); }
#naviMobil { display: none; }


@media only screen and (max-width: 1024px) {
	#subnavi { display: none; }
	#navigation { height: 0px; overflow: hidden; position: fixed; top: 90px; left: 0; width: 100%; }
	#navigation.menuDrin { height: auto; }
	#navigation ul { width: 100%; }
	#navigation ul li { width: 100%; background-color: #c2c4c4; border-bottom: 1px solid #666; }
	#navigation ul li.mobil { display: inline; }
	#navigation ul li.mobil a { display: inline-block; }
	#navigation ul li a { padding: 5px 20px 5px 20px; color: #666; background: none; }
	#navigation ul li.aktiv a { color: #fff; background: none; }
	#navigation ul li a:hover { color: #fff; background: none; }
	#navigation ul li ul { display: none; opacity: 1; padding-top: 0; position: relative; }
	#navigation ul li.aktiv ul { width: 100%; height: auto; position: relative; display: inline; }
	#navigation ul li ul li{ width: 100%; background-color: #fff; border-bottom: none; }
	#navigation ul li.aktiv ul li a { padding: 5px 30px 5px 45px; color: #666; }
	#navigation ul li ul li.aktiv a { color: #d0043a; }
	#navigation ul li.aktiv ul li a:hover { color: #fff; }
	#navigation ul li.aktiv ul li.aktiv a { color: #fff; }
	#navigation ul li ul { height: auto; }
	#navigation ul li:hover > ul { height: auto; }
	#navigation ul li ul li:first-of-type { padding-top: 0; }
	#navigation ul li img { opacity:0.4;}
	#navigation ul li img.spracheaktiv { opacity:1;}
	ul#naviMobil { display: inline; }
	ul#naviMobil li { border: none; }
	ul#naviMobil li:first-of-type { padding: 20px 0 0 0; }
	ul#naviMobil li:last-of-type { padding: 0 0 20px 0; }
	ul#naviMobil li a { font-size: 0.875em; }

}


/********************************
  Inhalt
********************************/
#inhalt { position: relative; width: 100%; margin: 0 auto; overflow: hidden; padding: 140px 0 0 0; line-height: 1.5em; min-height: calc(100vh - 520px); }
#inhalt.fest { padding-top: 246px; }
#inhaltwrapper { position: relative; width: 100%; margin: 0 auto; overflow: hidden; max-width: 1200px; padding: 0; }
#hauptinhalt { position: relative; float: left; display: inline; width: 72%; padding: 20px 0; }
#hauptinhalt.produktseite { padding: 0 0 20px 0; }
#rechtespalte { position: relative; float: right; display: inline; width: 23%; padding: 20px 0; }
#inhalt #rechtespalte ul { list-style: none; margin: 0 0 25px 0; }
#inhalt #rechtespalte ul li a:before { content: "» "; }
#inhalt h1 { color: #ec1d27; font-size: 2.2em; font-weight: 400; margin: 0 0 25px 0; line-height: 1.2em; }
#inhalt #hauptinhalt.produktseite h1 { margin: 25px 0 25px 0; }
#inhalt #hauptinhalt.produktseite h2:first-of-type { margin: 25px 0 25px 0; }
#inhalt h2 { color: #ec1d27; font-size: 2.2em; font-weight: 400; margin: 0 0 25px 0; line-height: 1.2em; }
#inhalt h3 { color: #ec1d27; font-size: 1.75em; font-weight: 400; margin: 0 0 25px 0; line-height: 1.2em; }
#inhalt h4 { color: #ec1d27; font-size: 1.25em; font-weight: 700; margin: 0 0 5px 0; line-height: 1.2em; }
#inhalt h5 { color: #c2c4c4; font-size: 1.25em; font-weight: 700; margin: 0 0 25px 0; line-height: 1.2em; }
#inhalt p { font-size: 1.15em; margin: 0 0 25px 0; line-height: 1.5em; }
#inhalt ul { font-size: 1.15em; margin: 0 0 25px 20px; line-height: 1.5em; list-style: url(../img/dot-rot.png); }
#inhalt ol { font-size: 1.15em; margin: 0 0 25px 20px; line-height: 1.5em; list-style: decimal; }
#inhalt ul li, #inhalt ol li { padding: 0 0 0 5px; }
#inhalt #rechtespalte p { font-size: 1em; }
#inhalt #rechtespalte a { font-size: 1em; color: #172c1a; }
#inhalt #rechtespalte a:hover { color: #ec1d27; }
#inhalt #rechtespalte h1 { font-size: 1.4em; color: #ec1d27; margin: 0 0 10px 0; }
#inhalt #rechtespalte h2 { font-size: 1.4em; color: #ec1d27; margin: 0 0 10px 0; }
#inhalt #rechtespalte h3 { font-size: 1.4em; color: #ec1d27; margin: 0 0 10px 0; }
#inhalt #rechtespalte h4 { font-size: 1.2em; color: #ec1d27; margin: 0 0 10px 0; }
#inhalt i { font-style: italic; }
strong, b { font-weight: 700; }
#inhalt .download { font-weight: 700; }
#inhalt a { color: #ec1d27; text-decoration: none; }
#inhalt a:hover { color: #000; text-decoration: none; }
.breiter { line-height: 0; position: relative; width: 100%; }
.breiter img { width: 100%; }
.grau { background-color: #ccc; overflow: hidden; }
.ce-center .ce-media { text-align: center; }
.ce-right .ce-media { text-align: right; }
#inhalt .ce-gallery[data-ce-columns="2"] .ce-column { width: calc(50% - 10px); float: left; }
#inhalt .ce-gallery[data-ce-columns="3"] .ce-column { width: calc(33.3333333333% - 10px); float: left; }
#inhalt .ce-gallery[data-ce-columns="4"] .ce-column { width: calc(25% - 10px); float: left; }
#inhalt .ce-gallery[data-ce-columns="5"] .ce-column { width: calc(20% - 10px); float: left; }
hr { margin: 40px 0 20px 0; border: none; height: 3px; background-color: #c2c4c4; }
.ce-gallery figcaption { display: table-caption; caption-side: bottom; text-align: center; margin: 10px 0 10px 0; color: #999; font-weight: 700; }
#inhalt sub, #inhalt sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
#inhalt sup { top: -0.5em; }
#inhalt sub { bottom: -0.25em; }

@media only screen and (max-width: 1024px) {
	#inhalt { padding: 90px 0 0 0; width: 100%; }
	#inhalt.fest { padding-top: 90px; }
	#inhalt h2 { font-size: 1.5em; }
	#inhalt h3 { font-size: 1.25em; }
	#hauptinhalt { width: 100%; }
	#rechtespalte { width: 100%; }
	#inhalt .ce-gallery[data-ce-columns="2"] .ce-column { width: calc(50% - 10px); float: left; }
	#inhalt .ce-gallery[data-ce-columns="3"] .ce-column { width: calc(33.3333333333% - 10px); float: left; }
	#inhalt .ce-gallery[data-ce-columns="4"] .ce-column { width: calc(33.3333333333% - 10px); float: left; }
	#inhalt .ce-gallery[data-ce-columns="5"] .ce-column { width: calc(33.3333333333% - 10px); float: left; }
}
@media only screen and (max-width: 500px) {
	#inhalt .ce-gallery[data-ce-columns="2"] .ce-column { width: calc(100% - 10px); float: left; }
	#inhalt .ce-gallery[data-ce-columns="3"] .ce-column { width: calc(100% - 10px); float: left; }
	#inhalt .ce-gallery[data-ce-columns="4"] .ce-column { width: calc(100% - 10px); float: left; }
	#inhalt .ce-gallery[data-ce-columns="5"] .ce-column { width: calc(100% - 10px); float: left; }
}


/********************************
  Bereiche
********************************/
#bereich { background-color: #DCE3D1; border-bottom: 8px solid #4D8D36; }
#bereich.fest { width: 100%; position: fixed; top: 140px; z-index: 8; }
#bereich .bereichinnen { position: relative; width: 100%; margin: 0 auto; overflow: hidden; max-width: 1200px; padding: 10px 0; }
#bereich .bereichinnen h2 { color: #4D8D36; padding: 20px 0 20px 75px; font-size: 2em; background-image: url(../img/bereich-mikrobiologie.png); background-repeat: no-repeat; background-position: left; margin: 0 0 0 20px; }
#bereichspalte { position: relative; float: right; display: inline; width: 23%; background-color: #DCE3D1; padding: 0; }
#bereichspalte h2 { color: #4d8d36; font-size: 1.4em; margin: 0 0 10px 0; }
#bereichspalte a:hover { color: #4d8d36; }
#bereichspalte h3 { color: #fff; background-color: #4D8D36; padding: 5px 20px; }
#bereichspalteinnnen { position: relative; width: calc(100% - 40px); padding: 0 20px 20px 20px; }
#bereichspalte ul { padding: 0; list-style: none; font-size: 100%; margin: 0 0 30px 0; }
#bereichspalte ul li { margin: 0; padding: 0; }
#bereichspalte ul li a { color: #000; font-size: 0.875em; font-weight: 400; line-height: 1.4em; }
#bereichspalte ul li a:before { content: "» "; }
#bereichnavi ul { list-style: none; padding: 0; font-size: 100%; margin: 15px 0 30px 0; }
#bereichnavi ul li { margin: 0; padding: 0; }
#bereichnavi ul li a { color: #4d8d36; font-size: 1em; font-weight: 700; line-height: 1.4em; }
#bereichnavi ul li a:before { content: ""; }
#bereichnavi ul li ul { margin: 0 0 15px 0; padding: 0; }
#bereichnavi ul li ul li a { color: #000; font-size: 0.875em; font-weight: 400; line-height: 1.4em; }
#bereichnavi ul li ul li a:before { content: "» "; }
#bereichnavi ul li ul li ul { margin: 0 0 5px 10px; padding: 0; }
#bereichnavi ul li ul li ul li a { color: #000; font-size: 0.75em; font-weight: 400; line-height: 1.4em; }
#bereichnavi ul li ul li ul li a:before { content: "» "; }
#bereichnavi ul li.trenn { border-bottom: 1px dashed #666; font-size: 0.75em; margin: 0 0 5px 0; }

@media only screen and (max-width: 1024px) {
	#bereichspalte { float: left; width: 100%; }
	#bereich.fest { width: 100%; position: relative; top: auto; z-index: 8; }
}

/********************************
  Spalten
********************************/
.spalten { position: relative; width: 100%; margin: 0 auto; overflow: hidden; max-width: 1200px; }
.spalte1 { position: relative; width: calc(100% - 40px); padding: 30px 20px 10px 20px; float: left; display: inline; }
.spalte2 { position: relative; width: calc(50% - 40px); padding: 30px 20px 10px 20px; float: left; display: inline; }
.spalte3 { position: relative; width: calc(33.3333333333% - 40px); padding: 30px 20px 10px 20px; float: left; display: inline; }
.spalte4 { position: relative; width: calc(25% - 40px); padding: 30px 20px 10px 20px; float: left; display: inline; }
#hauptinhalt.produktseite .spalte1:first-of-type { padding: 0 20px 10px 20px; }

@media only screen and (max-width: 1024px) {
	.spalte1 { width: calc(100% - 40px); padding: 15px 20px 15px 20px;  }
	.spalte2 { width: calc(50% - 40px); padding: 15px 20px 15px 20px; }
	.spalte3 { width: calc(33.3333333333% - 40px); padding: 15px 20px 15px 20px; }
	.spalte4 { width: calc(50% - 40px); padding: 15px 20px 15px 20px; }
}

@media only screen and (max-width: 768px) {
	.spalte1 { width: calc(100% - 40px); }
	.spalte2 { width: calc(100% - 40px); }
	.spalte3 { width: calc(100% - 40px); }
	.spalte4 { width: calc(50% - 40px); }
}


/********************************
  Fuss
********************************/
#fuss { position: relative; width: 100%; height: auto; background-color: #c2c4c4; padding: 30px 0; color: #000; overflow: hidden; background-image: url(../img/fussbalken.png); background-repeat: repeat-x; background-position: top; }
#fussinnen { position: relative; max-width: 1200px; width: 100%; margin: 0 auto; }
#fussinnen a { color: #000; text-decoration: none; }
#fussinnen a:hover { color: #d0043a; }
#fuss .fussspalte { position: relative; float: left; display: inline; width: auto; padding: 0 20px 0 20px; }
#fuss h3 { font-size: 0.875em; font-weight: 700; margin: 20px 0 0 0; color: #d0043a; }
#fuss p { font-size: 0.75em; line-height: 1.5em; }
#fuss li { font-size: 0.75em; line-height: 1.5em; }
#fussunten { position: relative; clear: both; width: calc(100% - 40px); padding: 40px 20px 0 20px; float: left; display: inline; font-weight: 700; }
#fusszerti { position: relative; float: right; display: inline; width: auto; padding: 20px 20px 20px 20px; text-align: right; font-size: 0.875em; }

@media only screen and (max-width: 1024px) {
	#fusszerti { float: left; padding: 30px 20px 10px 20px; }
	#fuss .fussspalte { position: relative; float: left; display: inline; width: calc(33.3333333333% - 40px); padding: 0 20px 0 20px; }
	#fuss .fussspalte:nth-of-type(3n+1) { clear: both; }
	#fussunten { padding-top: 0; clear: none; }
}

@media only screen and (max-width: 768px) {
	#fuss .fussspalte { position: relative; float: left; display: inline; width: calc(50% - 40px); padding: 0 20px 0 20px; }
	#fuss .fussspalte:nth-of-type(2n+1) { clear: both; }
	#fuss .fussspalte:nth-of-type(3n+1) { clear: none; }
}


/*******************************
  Slider
*******************************/
#inhalt .caption-wrapper { position: relative; max-width: 1200px; width: 100%; margin: 0 auto; }
#inhalt .tx-ws-flexslider ul li { list-style: none; margin: 0; padding: 0; }
#inhalt .tx-ws-flexslider ul { list-style: none; margin: 0; }
#inhalt .tx-ws-flexslider .flex-control-nav { width: 100%; position: absolute; bottom: 0; text-align: center; z-index: 241; margin: 0; }
.flexslider { border:none !important; margin:0 !important; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.tx-ws-flexslider .caption-text { padding: 0; position: absolute; width: 40%; bottom: 60px; top: auto !important; background: rgba(255,255,255,0.8); color:#000 !important; font-size: 1em; text-align: left; margin: 0; left: 15px; right: auto !important; border: none; }
.tx-ws-flexslider .caption-align-left .caption-text { width: auto; padding: 20px 40px; }
.tx-ws-flexslider .caption-align-right .caption-text { right: 15px; }
.tx-ws-flexslider .wsflexslider-style2 .caption-text { display: none; }
#inhalt .tx-ws-flexslider .caption-text h2 { color:#000 !important; line-height: 1.2em !important; font-size: 1.4em; font-weight: 400; margin: 0 0 0 0; }
#inhalt .tx-ws-flexslider .caption-text h3 { color:#000 !important; line-height: 1.2em !important; font-size: 1.2em; font-weight: 400; margin: 0 0 0 0; }
#inhalt .tx-ws-flexslider .caption-text p { color:#666 !important; line-height: 1.2em !important; font-size: 1em; margin: 0 0 0 0; }
#inhalt .tx-ws-flexslider .caption-text a { color:#ec1d27 !important; font-size: 0.875em; }
.tx-ws-flexslider .caption-title { display: none; }
.flex-control-paging li a { margin: 0 2px; width: 14px; height: 14px; background: #fff; background: rgba(255,255,255,0.7); -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); border: 1px solid #000; }
.flex-control-paging li a.flex-active { background: #ec1d27; background-color: rgba(236,29,39,1); border: 1px solid #fff; }
.flex-direction-nav a { text-decoration: none; display: block; width: 80px; height: 80px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0.5; cursor: pointer; color: rgba(255,255,255,0.8); text-shadow: none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav a:before { content: " "; display: block; background: url('../img/slider-pfeil-links.png') no-repeat; width: 80px; height: 80px; }
.flex-direction-nav a.flex-next:before  { content: " "; display: block; background: url('../img/slider-pfeil-rechts.png') no-repeat; width: 80px; height: 80px; }
.flex-direction-nav .flex-prev { left: 15px; }
.flex-direction-nav .flex-next { right: 15px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 1; left: 0; }
.flexslider:hover .flex-next { opacity: 1; right: 0; }
.flex-viewport { margin: 0 auto 50px auto; width: 300px; height: 52px; }
.flexslider .flex-viewport img { height: 50px; width: 50px; cursor: pointer; }
.flexslider .flex-viewport li { width: 50px !important; opacity: 0.5; border: 1px solid #ccc; margin: 0 5px 0 0; }
.flexslider .flex-viewport .flex-active-slide { opacity: 1; }

@media only screen and (max-width: 1024px) {
	.tx-ws-flexslider .caption-text { position: relative; left: 0 !important; right: 0 !important; margin: 0; padding: 20px; top: 60px; bottom: auto !important; width: calc(100% - 40px); }
	.tx-ws-flexslider .flex-control-nav { display: none; }
	.flex-direction-nav a { margin: 0; position: absolute; top: 20%; }
}


/*******************************
  Kontaktformular
*******************************/
#inhalt .tx-powermail { width: 100%; margin: 0 0 50px 0; }
#inhalt .powermail_fieldwrap { margin: 0 0 15px 0; width: 100%; float: left; clear: both; }
#inhalt .powermail_fieldwrap select { font-size: 1em; font-family: "PT Sans", sans-serif; background-color: #efefef; color: #000; width: calc(100% - 22px); border: 1px solid #999; padding: 10px 10px; }
#inhalt .powermail_fieldwrap input { font-size: 1em; font-family: "PT Sans", sans-serif; background-color: #efefef; color: #000; width: calc(100% - 22px); border: 1px solid #999; padding: 10px 10px; }
#inhalt .powermail_fieldwrap_type_submit input { font-size: 1em; font-family: "PT Sans", sans-serif; background-color: #cc1d27; color: #fff; width: calc(100% - 20px); border: none; padding: 10px 10px; text-align: center; display: block; }
#inhalt .powermail_fieldwrap_type_submit input:hover { color: #cc1d27; background-color: #efefef; border: none; }
#inhalt .powermail_fieldwrap textarea { font-family: "PT Sans", sans-serif; background-color: #efefef; color: #000; width: calc(100% - 22px); height: 80px; border: 1px solid #999; padding: 10px 10px; }
#inhalt .powermail_fieldwrap .powermail_check_inner input { width: 20px; margin: 7px 0 0 0; }
#inhalt .powermail_fieldwrap .powermail_check_inner label { display: inline; }
#inhalt .powermail_fieldwrap label { font-size: 1em; line-height: 1.6em; }
#inhalt .powermail_fieldwrap_textarea label { display: block; margin: 0 0 5px 0; }
#inhalt .parsley-required, .parsley-custom-error-message { font-size: 0.75em; }
#inhalt ul.parsley-errors-list { margin: 0 0 10px 25px; line-height: 1em; }
#inhalt #powermail_field_amorder { display: none; }
#inhalt .powermail_legend { display: none; }
#inhalt label[for=powermail_field_amorder] { display: none; }
#inhalt .btn-group button { outline: 0; font-family: "PT Sans", sans-serif; border: none; width: auto; padding: 10px 10px 5px 10px; color: #cc1d27; background-color: #efefef; cursor: pointer; text-transform: uppercase; font-size: 1em; font-weight: 700; margin: 0 1px 0 0; border-bottom: 5px solid #efefef; }
#inhalt .btn-group button.btn-primary { color: #cc1d27; background-color: #efefef; border-bottom: 5px solid #cc1d27; }
#inhalt .powermail_tab_navigation { margin: 20px 0 0 0; clear: both; float: left; }
#inhalt .powermail_tab_navigation a { outline: 0; font-family: "PT Sans", sans-serif; border: none; width: auto; padding: 3px 25px; color: #fff; background-color: #cc1d27; cursor: pointer; text-transform: uppercase; font-size: 1.75em; font-weight: 700; margin: 0 1px 0 0; line-height: 1em; }
#inhalt .powermail_tab_navigation a:hover { background-color: #efefef; color: #cc1d27; }
#inhalt .powermail_fieldwrap .powermail_checkbox { width: auto; }
#inhalt .powermail_captchaimage { margin: 10px 0 0 0; }
#inhalt .powermail_fieldwrap_type_text { clear: both; float: left; width: 100%; font-weight: 700; margin: 25px 0 10px 0; padding: 0 0 0 20px; background-image: url(../img/dot-pfeil.png); background-position: left; background-repeat: no-repeat; }
#inhalt div.nolabel .powermail_label { display: none; }
#inhalt .radio input { width: auto; -moz-appearance: radio; -webkit-appearance: radio; appearance: radio; }
#inhalt .radio { float: left; padding: 0 30px 0 0; }
#inhalt .tx-powermail .layout2 { width: 50%; clear: none; margin: 0 0 15px 0; }
#inhalt .tx-powermail .layout3 { width: calc(33.3333333333% - 10px); clear: none; margin: 0 15px 15px 0; }
#inhalt .tx-powermail .layout3:nth-of-type(3n+2) { margin: 0 0 15px 0; }
#inhalt .tx-powermail .layout1 { width: calc(33.3333333333% - 10px); clear: none; margin: 0 15px 15px 0; }
#inhalt .tx-powermail .layout1:nth-of-type(3n+2) { margin: 0 0 15px 0; }
#inhalt .tx-powermail .layout1 .powermail_label { display: none; }
#inhalt .powermail_form.powermail_form_25 h3 { display:none; }
#inhalt .powermail_fieldwrap_type_check .powermail_label .mandatory { display:none; }


/*******************************
  Sitemap
*******************************/
#inhalt ul.ce-menu { font-size: 1em; margin: 0 0 15px 0; }
#inhalt ul.ce-menu ul { font-size: 1em; margin: 0 0 5px 15px; }
#inhalt ul.ce-menu ul ul { font-size: 1em; margin: 0 0 5px 30px; }


/*******************************
  Sprachinfo Benelux
*******************************/
#langatt { position: absolute; top: 0; right: -170px; width: 166px; height: 85px; background-image: url("../img/icon_attention.png"); background-repeat: no-repeat; display: none; }
.startseite #langatt { display: inline; }


/********************************
  Tabellen
********************************/
#inhalt table.ce-table { position: relative; width: 100%; margin: 0 0 40px 0; }
#inhalt table.ce-table td { border-top: 1px solid #c8c8c8; padding: 5px 15px; border-right: 1px solid #c8c8c8; }
#inhalt table.ce-table th { border-top: none; padding: 5px 15px; font-weight: 700; color: #ec1d27; font-size: 1.25em; border-bottom: 1px solid #ec1d27; border-right: 1px solid #c8c8c8; }
#inhalt table.ce-table tr:first-of-type td { border-top: none; }
#inhalt table.ce-table td:first-of-type { padding-left: 0; }
#inhalt table.ce-table td:last-of-type { padding-right: 0; border-right: none; }
#inhalt table.ce-table th:first-of-type { padding-left: 0; }
#inhalt table.ce-table th:last-of-type { padding-right: 0; border-right: none; }
@media only screen and (max-width: 1024px) {
  #inhalt .scrollbar { position: relative; width: 100%; overflow-x: auto; white-space: nowrap; }
}
