@font-face {
	font-family: 'Attractive SemiLight';
	src: url( ../fonts/AttractiveSemiLight/Attractive-SemiLight.eot);
	src: url('../fonts/AttractiveSemiLight/Attractive-SemiLight.ttf') format('woff'), /* Moderne Browser */
		 url('../fonts/AttractiveSemiLight/Attractive-SemiLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/AttractiveSemiLight/Attractive-SemiLight.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/AttractiveSemiLight/Attractive-SemiLight.svg#svgFontName') format('svg'); /* Ältere iOS-Geräte */
}

@font-face {
	font-family: 'Attractive SemiLight Italic';
	src: url( ../fonts/AttractiveSemiLightItalic/Attractive-SemiLightItalic.eot);
	src: url('../fonts/AttractiveSemiLightItalic/Attractive-SemiLightItalic.ttf') format('woff'), /* Moderne Browser */
		 url('../fonts/AttractiveSemiLightItalic/Attractive-SemiLightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/AttractiveSemiLightItalic/Attractive-SemiLightItalic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/AttractiveSemiLightItalic/Attractive-SemiLightItalic.svg#svgFontName') format('svg'); /* Ältere iOS-Geräte */
}

@font-face {
	font-family: 'Attractive Black Italic';
	src: url( ../fonts/AttractiveBlackItalic/Attractive-BlackItalic.eot);
	src: url('../fonts/AttractiveBlackItalic/Attractive-BlackItalic.ttf') format('woff'), /* Moderne Browser */
		 url('../fonts/AttractiveBlackItalic/Attractive-BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/AttractiveBlackItalic/Attractive-BlackItalic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/AttractiveBlackItalic/Attractive-BlackItalic.svg#svgFontName') format('svg'); /* Ältere iOS-Geräte */
}


section, aside, header, nav, article, footer, time, figure {		
	display: block;	
	margin: 0;	 
	padding: 0;
} 

* {	
	outline: none;
} 

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Attractive SemiLight', arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
}

p, p.bodytext {
	margin: 0 0 15px 0;
}

strong {
	font-family: 'Attractive Black Italic', arial, sans-serif;  
	font-weight: normal; 
}

em {
	font-family: 'Attractive SemiLight Italic', arial, sans-serif;
	font-style: none;
}

h1, h2, h3, h4, h5 {
	font-family: 'Attractive Black Italic', arial, sans-serif;  
	font-weight: normal;
	font-size: 40px;
	margin: 0 0 1.4em 0;
	position: relative;
}

h1::after, h2::after {
	content: '';
	background: #8d4a76;
	height: 3px;
	width: 100px;
	position: absolute;
	left: -50px;
	bottom: -10px;
}

h3 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 20px 0;
}

h4, h5 {
	font-size: 16px;
	margin: 0 0 15px 0;
}

a {
	font-family: 'Attractive Black Italic', arial, sans-serif; 
	color: #8d4a76;
	text-decoration: none;
}

#content a[title~="Produktdatenblatt"],
#content a[title~="PDF"] {
	background: url(../images/pdf.svg) left top no-repeat;
    background-size: auto 40px;
    padding: 10px 0 0 40px;
    display: inline-block;
    min-height: 30px;
}

#content a[title~="Informationen"],
#content a[title~="Infos"] {
	background: #1e1e1e;
	color: #FFFFFF;
    padding: 15px 50px;
	display: inline-block;
	margin-top: 20px;
	transition: all 0.5s ease;
}

#content a[title~="Informationen"]:hover,
#content a[title~="Infos"]:hover {
	background: #8d4a76;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content ul {
	padding: 0 0 15px 0;
}

li {
	padding: 0;
	margin: 0;
}

#content li {
	position: relative;
	padding: 5px 0 5px 35px;
}

#content li::before {
	content: '';
	background: #1e1e1e;
	height: 2px;
	width: 25px;
	position: absolute;
	left: 0;
	top: 15px;
}

table td {
	border-collapse: collapse;
	vertical-align: top;
	padding: 0 0 0 30px;
}

table td:first-child {
	padding-left: 0;
}

table p {
	margin: 0;
}

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

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

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

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.symbol {
	display: inline-block;
}

.symbol::before {
	content: "\0040";
}

#content .ce-gallery {
	max-width: 100%;
	height: auto;
}

#content .ce-gallery[data-ce-columns="5"] .ce-column {
	width: 19.2%;
	margin-left: 1%;
	margin-right: 0;
}

#content .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(5n+1) {
	margin-left: 0;
}

#content .ce-gallery[data-ce-columns="4"] .ce-column {
	width: 23.5%;
	margin-left: 1%;
	margin-right: 0;
}

#content .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(4n+1) {
	margin-left: 0;
}

#content .ce-gallery[data-ce-columns="3"] .ce-column {
	width: 32.5%;
	margin-left: 1%;
	margin-right: 0;
}

#content .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(3n+1) {
	margin-left: 0;
}

#content .ce-gallery img {
	width: 100%;
	height: auto;
}

/* owl gallery */

.owl-carousel .owl-nav {
	float: right;
	margin-top: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	float: left;
}

.owl-carousel .owl-nav button.owl-prev {
	margin-right: 15px;
}

.owl-carousel .owl-nav button span {
	background: url(../images/arrow.svg) left top no-repeat;
	background-size: auto 100%;
	height: 40px;
	width: 21px;
	display: block;
	color: transparent;
}


.owl-carousel .owl-nav button.owl-prev span {
	transform: rotate(180deg);
}

.owl-carousel .owl-dots {
	position: absolute;
    bottom: 20px;
	left: 50px;
	z-index: 5;
}

#content .owl-carousel .owl-dots {
	position: static;
	float: left;
	margin-top: 10px;
}

.owl-carousel .owl-dots .owl-dot {
	float: left; 
	width: 20px;
	height: 3px;
	background: #FFFFFF;
	margin: 0 5px 0 0;
}

#content .owl-carousel .owl-dots .owl-dot {
	background: #b6b6b6;
}

#content .owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active {
	background: #000000;
}

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

/* owl gallery */

#top, #header, #content, #footer, #quicklinks {
	float: left; 
	clear: both; 
	width: 100%;
}

#top {
	background: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 5;
}

#content > #produktinfobox > .rahmen,
#content > #produktbilder > .frame > .rahmen,
#content > .frame > .rahmen,
#footer > .frame > .rahmen,
#quicklinks > .frame > .rahmen {
	float: left; 
	clear: both; 
	width: 988px;
	position: relative;
	left: 50%;
    margin-left: -494px;
}

#content > .frame-gallery_slide > .rahmen {
	width: 100%;
	left: 0;
    margin-left: 0;
}

/* --- Logo --- */

#top #logo {
	float: left; 
	position: relative;
	left: -50px;
	max-width: 420px;
	background: #FFFFFF;
	transform: skew(-25deg);
    padding: 30px 50px 20px;
}

#top #logo .frame  {
	transform: skew(30deg);
}

#top #logo .ce-gallery  {
	margin: 0px !important;
}

#top #logo img  {
	height: 43px;
	width: auto;
}

#top #logo .ce-gallery .ce-row:last-child  {
	position: absolute;
    left: 15px;
    bottom: -55px;
}

#top #logo .ce-gallery .ce-row:last-child img  {
	height: 60px;
}

/* --- Navi --- */

#navi {
	float: right;
	margin-right: 50px;
	text-transform: uppercase;
}

#navi > ul {
	text-align: right;
}

#navi > ul > li {
	display: inline-block;
	margin: 0 0 0 50px;
	padding-bottom: 13px;
	position: relative;
}

#navi > ul > li > a {	
	font-family: 'Attractive SemiLight Italic', arial, sans-serif;	
	color: #101010;
	padding: 55px 0 10px;
	display: block;
	border-bottom: 3px solid transparent;
	transition: all 0.5s ease;
}

#navi > ul > li.act > a {	
	font-family: 'Attractive Black Italic', arial, sans-serif; 	
	border-color: #8d4a76;
}

#navi.desktopsize > ul > li:hover > a {	
	color: #8d4a76;
	position: relative;
}

#navi.desktopsize > ul > li.ifsub:hover > a::after {	
	content: '';
	position: absolute;
	right: -15px;
	bottom: 13px;
	background: url(../images/arrow.svg) left top no-repeat;
	height: 10px;
	width: 10px;
	transform: rotate(90deg);
	background-size: auto 100%;
}

/* Ebene 2 */

#navi > ul > li > .navi-e2 {	
	display: block;
	width: max-content;
    position: absolute;
    left: 0;
    top: 103px;
    background: rgba(255,255,255,0.8);
    text-align: left;
	padding: 15px;
    text-transform: none;
}

#navi.desktopsize > ul > li:hover > .navi-e2 {	
	display: block !important;
}

/* #navi > ul > li:hover > .navi-e2,
#navi > ul > li.ifsub.act > .navi-e2 {	
	display: block !important;
} */

#navi > ul > li > .navi-e2 > li {	
	float: left;
	margin: 0 0 0 20px;
}

#navi > ul > li > .navi-e2 > li:first-child {	
	margin: 0;
}

#navi > ul > li > .navi-e2 > li > a {	
	padding: 15px 20px;
	display: block;
	background: #FFFFFF;
	color: #101010;
}

#navi.desktopsize > ul > li > .navi-e2 > li:hover > a {		
	color: #8d4a76;
}

#navi > ul > li > .navi-e2 > li.act > a {	
	font-family: 'Attractive Black Italic', arial, sans-serif; 	
	color: #8d4a76;
}

/* -- wenn keine 3. Ebene vorhanden -- */

#navi > ul > li > .navi-e2.nosub {	
	min-width: 150px;
}

#navi > ul > li > .navi-e2.nosub > li {	
	clear: both; 
	margin: 0;
}

#navi > ul > li > .navi-e2.nosub > li > a {	
	padding: 0;
	font-family: 'Attractive SemiLight Italic', arial, sans-serif;	
	background: none;
}

#navi > ul > li > .navi-e2.nosub > li.act > a {	
	font-family: 'Attractive Black Italic', arial, sans-serif; 	
	color: #8d4a76;
}

/* Ebene 3 */

#navi > ul > li > .navi-e2 > li > .navi-e3 {	
	float: left;
    clear: both;
    padding: 15px 20px;
    white-space: nowrap;
}

#navi > ul > li > .navi-e2 > li > .navi-e3 > li {	
	float: left;
	clear: both;
}

#navi > ul > li > .navi-e2 > li > .navi-e3 > li > a {	
	font-family: 'Attractive SemiLight Italic', arial, sans-serif;	
	color: #101010;
}

#navi.desktopsize > ul > li > .navi-e2 > li > .navi-e3 > li:hover > a {		
	color: #8d4a76;
}

#navi > ul > li > .navi-e2 > li > .navi-e3 > li.act > a {
	font-family: 'Attractive Black Italic', arial, sans-serif; 	
	color: #8d4a76;
}

/* mobile Navi Button */

.mob_button span::after, .mob_button span::before {
	transform: translateZ(0px);
}

.mob_button {
	position: absolute;
	right: 5%;
    top: 35px;
	width: 40px;
	height: 30px;
	cursor: pointer;
	white-space: nowrap;
	margin: 0;
	z-index: 6;
	display: none;
	cursor: pointer;
	transition: 0.5s ease;
}

#top.scrolled .mob_button {
	top: 22px;
}

.mob_button span {
	background-color: #1e1e1e;
	height: 5px;
	left: 0;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	transition: background-color 0.3s ease 0.3s;
	width: 40px;
}

.mob_button span::after, .mob_button span::before {
	backface-visibility: hidden;
	background-color: #1e1e1e;
	content: "";
	height: 5px;
	position: absolute;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0.3s;
	width: 100%;
	display: block;
}

.mob_button span::before {
	transform: translateY(-10px);
}

.mob_button span::after {
	transform: translateY(10px);
}

.mobnavvisible.mob_button span {
	background-color: transparent;
}

.mobnavvisible.mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}

/* ----- verkleinern des Top-Bereichs beim Scrollen ----- */

#top,
#top #logo,
#top #logo img,
#top #logo .ce-gallery .ce-row:last-child,
#top #logo .ce-gallery .ce-row:last-child img,
#top #navi > ul > li,
#top #navi > ul > li > a,
#top #navi > ul > li > .navi-e2 {
    transition: all 0.5s ease;
}

#top.scrolled {
	background: rgba(255,255,255,1);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

#top.scrolled #logo {
	padding: 20px 50px 10px;
}

#top.scrolled #logo img {
    height: 31px;
}

#top.scrolled #logo .ce-gallery .ce-row:last-child {
	bottom: -35px;
}

#top.scrolled #logo .ce-gallery .ce-row:last-child img {
    height: 40px;
}

#top.scrolled #navi > ul > li {
    padding-bottom: 10px;
}

#top.scrolled #navi > ul > li > a {
    padding: 27px 0 10px;
}

#top.scrolled #navi > ul > li > .navi-e2 {
    top: 72px;
}
 
#top.scrolled #navi > ul > li.ifsub.act > .navi-e2 {
	display: none;
}

#top.scrolled #navi > ul > li.ifsub.act:hover > .navi-e2,
#top.scrolled #navi > ul > li:hover > .navi-e2 {
	display: block;
}

/* ----- verkleinern des Top-Bereichs beim Scrollen ----- */

/* --- Header --- */

#header {
	overflow: hidden;
	position: relative;
	opacity: 0;
	z-index: 1;
}

#header.subheader {
	height: 550px !important;
}

#header::after {
	content: '';
	background: url(../images/after_stufen.png) right bottom no-repeat;	
    background-size: 90% auto;
	height: 60px;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: -1px;
	z-index: 3;
}

#header > .frame {
	float: left; 
	clear: both;
	width: 100%;
}

#header .ce-gallery {
	margin: 0;
}

#header .ce-gallery,
#header .ce-column,
#header .image,
#header img {
	width: 100%;
	height: auto;
}

#header .frame .ce-bodytext {
	position: absolute; 
	bottom: 45%;
	left: 5%;
	width: 90%;
	z-index: 2;
	font-size: 100px;
	font-family: 'Attractive Black Italic', arial, sans-serif; 	
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#scroll-arrow-down,
#scroll-arrow-up {
	position: fixed;
	background: url(../images/down.svg) center center no-repeat;
	background-size: auto 50px;
	width: 50px;
	height: 50px;
	bottom: 30px;
	right: 50px;
	z-index: 4;
	cursor: pointer;
	opacity: 0;
}

#scroll-arrow-up {
	transform: rotate(180deg);
}

/* --- Content --- */
.frame-layout-3 .ce-gallery .ce-row {
	width: auto !important;
	float: left;
	margin-right: 10px;
}

#content {
	position: relative;
}

#content > .button_back {
	position: absolute;
	top: 0;
	right: 50px;
}

#content > .button_back p {
	margin: 0;
}

#content > .button_back a {
	display: block;
	padding: 10px 20px;
	background: #e3e3e3;
	color: #1e1e1e;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Attractive Black Italic', arial, sans-serif; 	
}

#content > .fadein {
	float: left;
    clear: both;
    position: fixed;
    background: #8d4a76;
	width: 300px;
	padding: 0 30px 0 0;
    /* right: -30px; */
    right: -220px;
    bottom: 110px;
    z-index: 10;
	transform: skew(-30deg);
	transition: all 0.5s ease;
}

#content > .fadein:hover {
    right: -30px;
}

#content > .fadein .frame {	
    transform: skew(30deg);
}

#content > .fadein p,
#content > .fadein .ce-gallery {
	margin: 0;
}

#content > .fadein .ce-gallery a {
	display: block;
	padding: 25px 25px 25px 35px;
}

#content > .fadein .ce-gallery img {
	width: 55px;
}

#content > .fadein .ce-bodytext a {
	color: #FFFFFF;
	display: block;
	padding: 20px 0;
	font-family: 'Attractive SemiLight Italic', arial, sans-serif;
}

#content > .frame,
#content > #produktbilder .frame,
#content > #produktinfobox {
	width: 90%;
	padding: 50px 5%;
    float: left;
    clear: both;
}

#content > .frame:last-of-type {
	padding-bottom: 100px;
}

#content > .frame-default.frame-type-header,
#content > .frame-bg_grey.frame-type-header {
	padding-bottom: 0;
}

#content > .frame-default + .frame-default,
#content > .frame-default.frame-type-header + .frame-default,
#content > .frame-bg_grey + .frame-bg_grey,
#content > .frame-bg_grey.frame-type-header + .frame-bg_grey,
#content > .frame-default + .frame-gallery_slide,
#content > .frame-default + .frame-gallery_pycs {
	padding-top: 0;
}

/* Rahmen: Hintergrundbild */

#content > .frame-bg_image {
	background: url(../images/header_lager_dark.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #FFFFFF;
}

#content > .frame-bg_image a {
	color: #FFFFFF;
}

#content > .frame-bg_image li::before {
	background: #FFFFFF;
}

/* Rahmen: Hintergrundbild */

/* Rahmen: Hintergrund weiß */

#content .bg_white,
#content .frame-bg_white {
	background: #FFFFFF;
	color: #101010;
}

#content .bg_white a,
#content .frame-bg_white a {
	color: #101010;
	transition: color 0.5s ease;
}

#content .bg_white a:hover,
#content .frame-bg_white a:hover {
	color: #8d4a76;
}

#content .bg_white li::before,
#content .frame-bg_white li::before {
	background: #101010;
}

#content .tx_cn-columns .row .col-33.has-bg {
	width: 32%;
	margin: 0 0 0 2%;
}

#content .tx_cn-columns .row .col-33.has-bg:first-child {
	margin: 0;
}

#content .has-bg > .frame {
	padding: 30px 10%;
	width: 80%;
	margin: 0;
}

/* Rahmen: Hintergrund weiß */

/* Rahmen: Hintergrund grau */

#content .frame-bg_grey {
	background: #e3e3e3;
}

/* Rahmen: Hintergrund grau */

/* Rahmen: Bildergalerie */

#content > .frame-gallery_slide .ce-gallery {
	opacity: 0;
}

/* Rahmen: Bildergalerie */

#content .frame-gallery_pycs {
	opacity: 0;
	padding: 0 5%;
	width: 90%;
}

#content .frame-gallery_pycs .ce-gallery {
	clear: both;
	width: 100%;
}

#content .frame-gallery_pycs header {
	max-width: 1200px;
	margin: 0 auto;
}

#content.unterseite .frame-gallery_pycs > .rahmen,
#content.produktseite .frame-gallery_pycs > .rahmen {
	width: 100%;
    max-width: none;
    left: auto;
    margin: 0;
	padding: 0;
	float: left; 
	clear: both; 
}

#content .frame-gallery_pycs > .rahmen > .ce-textpic {
	max-width: none;
	width: 100%;
	float: left; 
	clear: both; 
}

#content .frame-gallery_pycs .image {
	float: left; 
	position: relative;
	display: block;
	transition: all 0.5s ease;
    margin: 2px;
    overflow: hidden;
}

.frame-gallery_pycs .image a {
    transition: all 0.5s ease;
    display: block;
}

.frame-gallery_pycs .image .image-caption {
	position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
	line-height: 1em;
	font-family: 'Attractive Black Italic', arial, sans-serif;
}

.frame-gallery_slide .ce-row .ce-column {
    transition: all 0.5s ease;
}

.frame-gallery_pycs .image:hover a,
.frame-gallery_slide .ce-row:hover .ce-column {
    transform: scale(1.2);
}

/* --- Pycs Galerie --- */

.frame-type-menu_sitemap_pages ul li > ul {
    display: none; 
}

.bildersitemap .sitemap-item {
	float: left; 
	width: 33%;
    margin: 0 0 5px 0.5%;
    position: relative;
    background: #000000;
    overflow: hidden;
}

.bildersitemap .sitemap-item:nth-child(3n+1) {
	margin: 0;
}

.bildersitemap .sitemap-item .bild {
    line-height: 0;
    opacity: 0.3;
    transition: all 0.5s ease;
}

.bildersitemap .sitemap-item:hover .bild {
    transform: scale(1.2);
    opacity: 1;
}

.bildersitemap .sitemap-item img {
	width: 100%;
	height: auto;
}

.bildersitemap .sitemap-item .seitentitel {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
}

.fancybox-slide--iframe{
	width: 80%;
	margin: 0 10%;
}
/* --- Footer --- */

#footer {
	background: #1e1e1e;
	color: #FFFFFF;
	padding: 50px 0 0 0;
	position: relative;
}

#footer::before {
	content: '';
	background: url(../images/before_stufen_anthrazit.png) right bottom no-repeat;
    height: 60px;
    width: 100%;
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 3;
}

#footer a {
	color: #FFFFFF;
	font-family: 'Attractive SemiLight', arial, sans-serif;
}

#quicklinks {
	background: #101010;
	color: #5e5e5e;
	padding: 15px 0;
}

#quicklinks li {
	display: inline; 
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #5e5e5e;
}

#quicklinks li:first-child {
	margin: 0;
	padding: 0;
	border-left: 0;
}

#quicklinks a {
	color: #5e5e5e;
}

#quicklinks .tx_cn-columns .row > div:last-child {
	padding-top: 5px;
	opacity: 0.4;
}

#quicklinks .ce-gallery {
	margin: 0;
}

/* ----- Erweiterungen ----- */

/* Multicontent */

.tx_cn-multicontent .cn_multicontent_teaser {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 50px 0;
}

.tx_cn-columns[data-cols="2"] .row > div > div {
	width: 95%;
}

.tx_cn-columns[data-cols="2"] .row > div:nth-child(odd) > div {
    margin: 0 5% 0 0;
}

.tx_cn-columns[data-cols="2"] .row > div:nth-child(even) > div {
    margin: 0 0 0 5%;
}

.ui-accordion .ui-accordion-header {
	float: left;
	clear: both;
	width: 96%;
	background: #e3e3e3;
	padding: 10px 2%;
	margin: 5px 0 0 0;
}

.frame-bg_grey .ui-accordion .ui-accordion-header {
	background: #FFFFFF;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	background: url(../images/arrow.svg) center center no-repeat;
	background-size: 10px auto;
	right: 2%;
    top: 50%;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
	margin-top: -10px;
	transition: all 0.5s ease;
}

.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon {
	transform: rotate(90deg);
}

.ui-accordion .ui-accordion-content {
    float: left;
    clear: both;
    width: 96%;
    padding: 20px 2%;
}

/* Multicontent */

/* Powermail */

.tx-powermail {
	float: left; 
	clear: both; 
	width: 100%;
}

.powermail_fieldset {
	float: left; 
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

.powermail_fieldset > legend {
	display: none; 
}

.powermail_fieldwrap {
	float: left;
	clear: both; 
	width: 100%;
	margin-bottom: 5px;
}

.powermail_fieldwrap .powermail_label {
	float: left;
	width: 30%;
	padding-top: 10px;
}

.powermail_fieldwrap .powermail_field {
	float: right; 
	width: 70%;
}

.powermail_fieldwrap .powermail_field > .powermail_input,
.powermail_fieldwrap .powermail_field > .powermail_textarea,
.powermail_fieldwrap .powermail_field > .powermail_submit {
	float: left; 
	clear: both;
	width: 96%;
	border: 0;
	padding: 10px 2%;
	font-family: inherit; 
	font-size: inherit; 
	color: #1e1e1e;
	-webkit-appearance: none;
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}

.powermail_fieldwrap .powermail_field > .powermail_textarea {
	resize: none;
}

.powermail_fieldwrap .powermail_field > .powermail_submit {
	float: right;
	width: auto;
	padding: 10px 30px;
	font-family: 'Attractive Black Italic', arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	background: #1e1e1e;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.5s ease;
}

.powermail_fieldwrap .powermail_field > .powermail_submit:hover {
	background: #8d4a76;
}

/* Powermail */

/* News */

.news, .news .news-list-view {
	float: left;
	clear: both;
	width: 100%;
}

.news .news-list-view .article {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 0;
	background: #e3e3e3;
}

.news .news-list-view .article .news-img-wrap {
	float: left;
	width: 30%;
	height: 100%;
	margin: 0;
}

.news .news-list-view .article .news-img-wrap a {
	border: 0;
	padding: 0;
	width: 100%;
}

.news .news-list-view .article .news-img-wrap img {
	width: 100%;
	height: auto;
}

.news .news-list-view .article .teaser-text {
	float: right;
	width: 60%;
	margin: 0;
	padding: 30px 5%;
}

.startseite .news .news-list-view .article {
	clear: none;
	width: 33%;
	margin: 0 0 0 0.5%;
	background: #FFFFFF;
}

.startseite .news .news-list-view .article:first-child {
	margin: 0;
}

.startseite .news .news-list-view .article .news-img-wrap {
	clear: both;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.startseite .news .news-list-view .article .teaser-text {
	float: left;
	width: 80%;
	padding: 30px 10%;
}

.news .article .news-img-wrap a {
    padding: 0;
    border: 0;
    background: none;
	line-height: 0;
}

.news-single .article .news-img-wrap img {
	width: 100%;
	height: auto;
}

.news-single .article .mediacontainer_1 {
	float: right;
	width: 33%;
	margin-left: 3%;
}

.news-single .article .mediacontainer_1 .news-img-wrap .outer,
.news-single .article .mediacontainer_2 .news-img-wrap .outer:first-child { 
	display: none;
}

.news-single .article .mediacontainer_1 .news-img-wrap .outer:first-child {
	display: block;
}

.news-single .article .mediacontainer_2 {
	float: left;
	width: 100%;
}

.news-single .article .news-img-wrap {
	margin: 0;
	float: left;
	width: 100%;
}

.news-single .article .mediacontainer_2 .news-img-wrap .outer {
	float: left;
	clear: none;
    max-width: 33%;
    margin: 5px 0.5% 0 0;
	overflow: hidden;
}

.news-single .article .mediacontainer_2 .news-img-wrap .outer:nth-child(3n+1) {
    margin-right: 0;
}

.news-single .article .mediacontainer_2 .news-img-wrap .outer:nth-child(2),
.news-single .article .mediacontainer_2 .news-img-wrap .outer:nth-child(3),
.news-single .article .mediacontainer_2 .news-img-wrap .outer:nth-child(4) {
    margin-top: 50px;
}

.news .page-navigation ul li {
	padding: 5px 0 5px 15px !important;
}

.news .page-navigation ul li::before {
	display: none;
}

.news.news-single .news-backlink-wrap {
	float: left;
	clear: both;
	margin-top: 50px;
}

/* News */
/* ----- Erweiterungen ----- */