#MainNav .MainNavItem--lvl-1.MainNavItem--active.MainNavItem--has-subs > .dropdown-menu,
	#MainNav .MainNavItem--lvl-1.MainNavItem--active.MainNavItem--has-subs .MainNavItem--lvl-2.MainNavItem--has-subs > .dropdown-menu{
		display: block ;
	}

#MainNav .MainNavItem--lvl-1.MainNavItem--has-subs > .dropdown-menu,
	#MainNav .MainNavItem--lvl-1.MainNavItem--has-subs .MainNavItem--lvl-2.MainNavItem--has-subs > .dropdown-menu,
 #MainNav .MainNavItem--lvl-1.MainNavItem--active.MainNavItem--has-subs .MainNavItem--lvl-2.MainNavItem--has-subs > .dropdown-menu{
		display: none;
	}
#MainNav  .MainNavItem--lvl-1.MainNavItem--active.MainNavItem--has-subs .MainNavItem--lvl-2.MainNavItem--active.MainNavItem--has-subs > .dropdown-menu{
	display: block;
}




#column-middle-main-part p {
	padding:0;
}

.teaser-home p {
	padding: 0 12px !important;
}

#column-middle-main-part {
	padding-left: 25px;
	padding-right: 35px;
}

#col-content {
	width:704px;
}

.teaser-home {
	padding-left:0;
	padding-right:0;
}

.powermail_create{
	color:#db0134;
	font-weight: bold;
}
/* LayerSlider Formatierungen */
#layerslider-container {
    padding-bottom: 80px;
}
.ls-nav-prev, .ls-nav-next {
    display: block !important;
	position: absolute;
	z-index: 100;
	top: calc((100% - 40px) / 2);
}
.ls-nav-prev {
    background: url(/typo3conf/ext/tfc_gallery/pi1/gallery_left_arrow.png) no-repeat;
    height: 40px;
    width: 40px;
    background-position: center;
	left:-50px;
}
.ls-nav-next {
    background: url(/typo3conf/ext/tfc_gallery/pi1/gallery_right_arrow.png) no-repeat;
    height: 40px;
    width: 40px;
    background-position: center;
	right: -50px;
}
.ls-container img {
    max-width: 518px !important;
    height: auto !important;
    width: 100% !important;
	margin: 0 auto !important;
}
.ls-caption {
	bottom: 10px !important;
	top: auto !important;
	text-align: center;
	width: 100% !important;
}
.ls-slide {padding-bottom: 30px !important;}
.ls-inner {padding-bottom: 5px;}
.ls-container {max-width: 518px !important;}
.powermail_fieldwrap.powermail_fieldwrap_type_input.powermail_fieldwrap_artikelbezeichnung,
.powermail_fieldwrap.powermail_fieldwrap_type_input.powermail_fieldwrap_mhd,
.powermail_fieldwrap.powermail_fieldwrap_type_input.powermail_fieldwrap_loskennzeichnungcharge,
.powermail_fieldwrap.powermail_fieldwrap_type_input.powermail_fieldwrap_handelspartnerbeidemderartikelgekauftwurde,
.powermail_fieldwrap.powermail_fieldwrap_type_select.powermail_fieldwrap_reklamationsgrund{
	display: none;
}
.powermail_fieldset_97 .powermail_fieldwrap.powermail_fieldwrap_type_input.powermail_fieldwrap_strasseundhausnummer,
.powermail_fieldset_97 .powermail_fieldwrap.powermail_fieldwrap_type_input.powermail_fieldwrap_plz,
.powermail_fieldset_97 .powermail_fieldwrap.powermail_fieldwrap_type_input.powermail_fieldwrap_ort,
.powermail_fieldset_97 .powermail_fieldwrap.powermail_fieldwrap_type_text.powermail_fieldwrap_infotext1,
.powermail_fieldset_97 .powermail_fieldwrap.powermail_fieldwrap_type_text.powermail_fieldwrap_infotext2,
.powermail_fieldset_97 .powermail_fieldwrap.powermail_fieldwrap_type_content.powermail_fieldwrap_infobild1
{

	display: none;

}
.powermail_fieldset_97 .csc-textpic-center .csc-textpic-center-inner{
	right: -46%;
}

#c18799 .tx-powermail h3 {
	display: none;
}
.powermail_fieldwrap.powermail_fieldwrap_type_text.powermail_fieldwrap_ausgabe1,
.powermail_fieldwrap.powermail_fieldwrap_type_text.powermail_fieldwrap_infotext1,
.powermail_fieldwrap.powermail_fieldwrap_type_text.powermail_fieldwrap_infotext2{
	padding-left: 30%;
}

/* Akkordeon */
.panel {
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
	box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
	padding:15px
}
.panel-heading {
	padding: 5px 15px;
	border-bottom:1px solid transparent;
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel-heading>.dropdown .dropdown-toggle {
	color:inherit
}
.panel-title {
	margin-top:0;
	margin-bottom:0;
	font-size:16px;
	color:inherit;
	position: relative;
}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
	color:inherit
}
.panel-footer {
	padding:10px 15px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom:0
}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width:1px 0;
	border-radius:0
}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top:0;
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius:0;
	border-top-right-radius:0
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width:0
}
.list-group+.panel-footer {
	border-top-width:0
}
.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
	margin-bottom:0
}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
	padding-right:15px;
	padding-left:15px
}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius:3px
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
	border-top:0
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border:0
}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left:0
}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right:0
}
.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom:0
}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom:0
}
.panel>.table-responsive {
	margin-bottom:0;
	border:0
}
.panel-group {
	margin-bottom:20px
}
.panel-group .panel {
	margin-bottom:0;
	border-radius:4px
}
.panel-group .panel+.panel {
	margin-top:5px
}
.panel-group .panel-heading {
	border-bottom:0
}
.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top:1px solid #ddd
}
.panel-group .panel-footer {
	border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom:1px solid #ddd
}
.panel-default {
	border-color:#ddd
}
.panel-default>.panel-heading {
	color:#333;
	background-color:#eaeaea;
	border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ddd
}
.panel-default>.panel-heading .badge {
	color:#f5f5f5;
	background-color:#333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ddd
}
.panel-primary {
	border-color:#337ab7
}
.panel-primary>.panel-heading {
	color:#fff;
	background-color:#337ab7;
	border-color:#337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#337ab7
}
.panel-primary>.panel-heading .badge {
	color:#337ab7;
	background-color:#fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#337ab7
}
.panel-success {
	border-color:#d6e9c6
}
.panel-success>.panel-heading {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#d6e9c6
}
.panel-success>.panel-heading .badge {
	color:#dff0d8;
	background-color:#3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#d6e9c6
}
.panel-info {
	border-color:#bce8f1
}
.panel-info>.panel-heading {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#bce8f1
}
.panel-info>.panel-heading .badge {
	color:#d9edf7;
	background-color:#31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#bce8f1
}
.panel-warning {
	border-color:#faebcc
}
.panel-warning>.panel-heading {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#faebcc
}
.panel-warning>.panel-heading .badge {
	color:#fcf8e3;
	background-color:#8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#faebcc
}
.panel-danger {
	border-color:#ebccd1
}
.panel-danger>.panel-heading {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ebccd1
}
.panel-danger>.panel-heading .badge {
	color:#f2dede;
	background-color:#a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ebccd1
}
.collapse {
	display:none
}
.collapse.in {
	display:block
}
tr.collapse.in {
	display:table-row
}
tbody.collapse.in {
	display:table-row-group
}
.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition-timing-function:ease;
	-o-transition-timing-function:ease;
	transition-timing-function:ease;
	-webkit-transition-duration:.35s;
	-o-transition-duration:.35s;
	transition-duration:.35s;
	-webkit-transition-property:height,visibility;
	-o-transition-property:height,visibility;
	transition-property:height,visibility
}
#Content .panel-title a.accordion-toggle {
	text-decoration: none;
	color: #008B58;
	font-weight: normal;
	padding-left: 25px;
	display: block;
	font-size: 14px;
}

.accordion-toggle::before {content: "–";font-weight: bold;font-size: 21px;position: absolute; top: -7px;left: 0; transition: ease .5s;}
.accordion-toggle.collapsed::before {content: "+"; transition: ease .5s; top: -5px;}
.FlexSlider .flexslider .flex-control-nav li a:hover,
.FlexSlider .flexslider .flex-control-nav li a.flex-active
{
	background: #269460 !important;
}

#c19307 h3 {
	display: none;
}

div#c2968 .flexslider .flex-control-nav li a.flex-active, div#c2968 .flexslider .flex-control-nav li a:hover,
.mobile div#c10684 .flexslider .flex-control-nav li a.flex-active, div#c9350 .flexslider .flex-control-nav li a:hover, div#c9350 .flexslider .flex-control-nav li a.flex-active{background: #c2072f !important;}

div#c2916 .flexslider .flex-control-nav li a.flex-active, div#c2916 .flexslider .flex-control-nav li a:hover{background: #b2bdc5 !important;}
div#c2916 .flex-control-nav li{margin-right: 0px;}

div#c2926 .flexslider .flex-control-nav li a.flex-active, div#c2926 .flexslider .flex-control-nav li a:hover{background: #2f4da3 !important;}
div#flexslider-10387{
	display:none;
}
.mobile{
	display:none;
}
#p2 .Teaser{
	height: 180px;
}
#LanguageSwitcher img{
	width: 32px;
	padding-right: 5px;
}
#search-btn{
	width:20px;
}
.HeadDivider{
	display:none;
}

/* Anpassungen vom 14.06. */
.powermail_fieldset{
	padding: 0;
}
.powermail_label{
	font-weight: bold;
	line-height: 16px;
	width: 40%;
}
.powermail_field{
	font-weight: bold;
	width: 100%;
}
.powermail_field input, .powermail_field select{
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}
.powermail_fieldwrap_anrede .powermail_field, .powermail_fieldwrap__01 .powermail_field{
	float: right;
}
.powermail_fieldwrap.powermail_fieldwrap_type_input, .powermail_fieldwrap.powermail_fieldwrap_type_select, .powermail_fieldwrap.powermail_fieldwrap_type_date, .powermail_fieldwrap.powermail_fieldwrap_type_file, .powermail_fieldwrap.powermail_fieldwrap_type_radio, .powermail_fieldwrap_type_captcha{
	display: flex;
	width: 100%;
}
.powermail_field, .powermail_fieldwrap_type_file, .powermail_fieldwrap_type_radio, .powermail_fieldwrap_type_captcha{
	line-height: 24px;
	padding: 0 0 10px 0;
}
.powermail_fieldwrap.powermail_fieldwrap_type_textarea.powermail_fieldwrap_zustzlichemitteilungwenngewnscht {
	display: flex;
}
.powermail_fieldwrap_zustzlichemitteilungwenngewnscht .powermail_field textarea{
	margin-left: 0%;
	margin-top: 0px;
	max-width: 701px;
	min-height: 43px;
	min-width: 69%;
	padding: 5px;
	width: 100%;
}
.powermail_field textarea{
	margin-left: 28.5%;
	margin-top: -17px;
	max-width: 701px;
	min-height: 43px;
	min-width: 69%;
	padding: 5px;
	width: 71.5%;
}
.powermail_field input[type="radio"]{
	width: auto;
}
input.powermail_file{
	border: 1px solid #a9a9a9;
	float: right;
}
.powermail_fieldwrap_type_file input{
	padding: 3px;
}
.powermail_captchaimage{
	margin-top: 5px;
}
@media only screen and (max-width: 768px){
	.powermail_captchaimage{
		max-width: 229px;
	}
}
@media only screen and (max-width: 550px){
	.powermail_fieldwrap.powermail_fieldwrap_type_input, .powermail_fieldwrap.powermail_fieldwrap_type_select, .powermail_fieldwrap.powermail_fieldwrap_type_date, .powermail_fieldwrap.powermail_fieldwrap_type_file, .powermail_fieldwrap.powermail_fieldwrap_type_radio, .powermail_fieldwrap_type_captcha{
		display: block;
		width: 100%;
	}
	.powermail_field textarea{
		margin-left: 0;
		margin-top: 0;
		min-width: 100%;
		width: 100%;
	}
}

a.Data--link::before {
	background: url(/fileadmin/Bilder/50_Icons/PDF_Icon.png);
	content: " ";
	width: 20px;
	position: absolute;
	height: 27px;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
a.download.Data--link {
	position: relative;
	padding-left: 25px;
}
.csc-uploads-element-pdf>.csc-uploads-fileName>a::before{
	background: url(/fileadmin/Bilder/50_Icons/PDF_Icon.png);
	content: " ";
	width: 20px;
	position: absolute;
	height: 27px;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.csc-uploads-element-pdf>.csc-uploads-fileName>a{
	position: relative;
	padding-left: 25px;
}
span.csc-uploads-fileSize {
	padding-left: 25px;
}
.csc-uploads-element-docx>.csc-uploads-fileName>a::before{
	background: url(/typo3_src/typo3/sysext/core/Resources/Public/Icons/T3Icons/mimetypes/mimetypes-word.svg);
	content: " ";
	width: 20px;
	position: absolute;
	height: 20px;
	left: 0;

}
.csc-uploads-element-docx>.csc-uploads-fileName>a{
	position: relative;
	padding-left: 25px;
}

table.Table--files tr:nth-child(even) {
	background: rgb(236, 236, 237);
}
table.Table--files tr td{
	text-align: center;
}
table.Table--files tr td:first-child {
	padding-left: 5px;
	text-align: left;
}

@media only screen and (max-width: 460px) {
	table.Table--files tr:first-child {
		display: none;
	}
	table.Table--files tr {
		margin-bottom: 5px;
		margin-bottom: 3px;
		padding-left: 0px;
	}
	table.Table--files tr td:first-child {
		width: 100% !important;
	}
	table.Table--files tr td:nth-child(2) {
		margin-right: 30px;
	}
	table.Table--files tr td:nth-child(2), tr td:nth-child(3) {
		width: auto !important;
		min-width: 35px;
	}
}