@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'michroma';
	src: url('../fonts/michroma.woff2') format('woff2'), url('../fonts/michroma.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	box-sizing: border-box;
}
body {
	font-family: 'roboto';
	font-size: 16px;
	color: #fff;
	background: #000;
}
h1, h2, h3 {
	font-family: 'michroma';
}
h1 {
	font-size: 40px;
	margin-bottom: 0;
	padding-bottom: 40px;
	margin-top: 0px;
}
h2 {
	font-size: 26px;
	margin-top: 40px;
	margin-bottom: 30px;
	clear: both;
}
h3 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 25px;
}
nav, nav a {
	color: #fff;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #ba0020;
}
.nav a:hover, .nav a:active, .nav a:focus {
	color: #fff;
}
.wrapper {
	margin: 0 auto;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
ul, ol {
	padding: 0;
	margin-bottom: 30px;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
}
input, textarea, select {
	border-radius: 0;
}
label {
	display: inline-block;
}
.row {
	position: relative;
}
/* bootstrap entkraften*/
.nav>li>a {
	padding: 0;
	font-size: 16px;
}
.nav > li {
	position: initial;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
.small, small {
	font-size: 100%;
}
.sign {
	text-align: right;
	color: #ba0020;
	font-family: 'michroma';
	margin-bottom: 20px;
}
.fa-file-pdf-o {
	font-size: 25px;
	margin-bottom: 10px;
	margin-right: 5px;
}
/*-----------------------------------------------------------
  Header
---------------------------------------------------------------*/
.sprache div.mod-languages ul.lang-block li {
	float: left;
	padding-top: 67px;
	margin-left: 0
}
.sprache div.mod-languages ul.lang-block li::after {
	content: '|';
	padding-left: 2px;
	color: #fff;
}
.sprache div.mod-languages ul.lang-block li:last-child::after {
	content: '';
}
.sprache div.mod-languages img {
    margin-top: -2px;
}
header {
	position: relative;
}
header.noSlider {
	height: 150px;
}
#slider {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
}
#logo img {
	float: right;
	margin-top: 20px;
}
/* Box im SLider */
#slider-info {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	padding: 40px 50px 20px;
}
@media (min-width: 1551px) {
	#slider-info {
		min-width: 530px;
	}
}
#slider-info .headline {
	color: #ba0020;
	font-size: 50px;
	font-family: 'michroma';
	padding-bottom: 60px;
}
#slider-info .headline span {
	display: block;
	margin-left: 30px;
}
p.fon, p.mail {
	width: 50%;
	float: left;
}
p.fon .fa, p.mail .fa {
	color: #ba0020;
	padding-right: 5px;
}
.contact {
	margin-top: 30px;
}
.buttons {
	margin-top: 15px;
}
.buttons .btn:first-child {
	margin-right: 15px;
}
#navigation {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 150px;
}
.navbar {
	border: 0;
}
.navbar-toggle {
	background-color: #ba0020;
	width: 45px;
	height: 45px;
	border-radius: 0;
	margin: 0;
	z-index: 9;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle:hover .icon-bar {
	background-color: #fff;
}
.navbar-collapse {
	padding: 0;
}
.menu .wrapper {
	position: relative;
}
.navbar {
	margin: 0;
	font-weight: 300;
}
.menu .navbar-nav li:hover, .menu .navbar-nav li:focus {
	background-color: #fff;
}
.menu .navbar-nav li a, .menu .navbar-nav li span {
	font-size: 1.125rem;
	line-height: 53px;
	height: 54px;
	padding: 0 15px;
}
.menu .navbar-nav li span {
	padding: 15px;
}
.menu .navbar-nav ul {
	display: none;
	position: absolute;
	top: 53px;
	left: 0;
	background: #fff;
	padding: 50px;
	padding-top: 40px;
	z-index: 999;
	width: 1170px;
}
.menu .navbar-nav ul li a, .menu .navbar-nav ul li span {
	line-height: normal;
	height: auto;
	color: #4a4a4a;
	padding: 2px 0;
	text-align: left;
}
.menu .navbar-nav ul li a:active {
	text-decoration: underline;
}
.menu .dropdown-menu {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.parent .dropdown-toggle {
	float: right;
}
.navbar-header {
	padding: 0 15px;
}

@media (min-width: 1025px) {
	#mainMenue {
		text-align: center;
	}
	.navbar-header {
		width: 100%;
	}
	.navbar-collapse {
		width: 100%;
		float: right;
	}
	.nav.menu {
		position: relative;
		display: block;
	}
	.menu > li {
		float: left;
		font-family: 'michroma';
	}
	.menu > li {
		display: block;
		position: relative;
	}
	.menu > li > a,
	.menu > li > span { 
		padding: 64px 0px;
		width: 155px;
		display: block;
		max-height: 150px;
	}
	.menu > li.item-214 > a{
		padding: 53px 0px;
	}
	.menu > li:first-child > a {
		background-color: rgba(186,0,32,0.5);
	}
	.menu > li:nth-child(2) > a,
	.menu > li:nth-child(2) > span{
		background-color: rgba(186,0,32,0.4);
	}
	.menu > li:nth-child(3) > a,
	.menu > li:nth-child(3) > span {
		background-color: rgba(186,0,32,0.3);
	}
	.menu > li:nth-child(4) > a {
		background-color: rgba(186,0,32,0.2);
	}
	.menu > li:hover, .menu > li:focus {
		background-color: #ba0020;
	}
	.menu > li:hover > a, .menu > li:focus > a {
		color: #fff;
	}
	.menu > li.active > a {
		color: #fff;
		background-color: #ba0020;
	}
	.menu > li ul {
		display: none;
		position: absolute;
		left: 0;
		background-color: rgba(0,0,0,0.8);
		z-index: 99999;
		min-width: 320px;
		text-align: left;
	}
	.noSlider .menu > li ul {
		background-color: rgba(0,0,0,0.9);
	}
	.menu > li:hover > ul {
		display: block;
		-webkit-user-select: none;
		-webkit-touch-callout: none;
	}
	.menu > li ul li {
		list-style: none;
		padding: 0 15px;
	}
	.menu > li ul li a {
		text-decoration: none;
		font-size: 16px;
		color: #fff;
		padding: 15px 0;
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	
	.menu > li ul li:last-child > a {
		border-bottom: 0;
	}
	.menu > li ul li:hover, .menu > li ul li.active {
		background-color: rgba(186,0,32,0.4);
	}
	.menu > li ul li:hover > ul {
		background-color: rgba(186,0,32,0.6);
		display: block;
		left: 100%;
		top: 0;
	}
	.noSlider .menu > li ul li:hover > ul {
		background-color: rgba(186,0,32,0.75);
	}
	.menu > li ul ul li a {
		padding: 12px 0;
	}
	.menu .fa {
		display: none;
	}
}

@media (max-width: 1024px) {
	.under-1024 {
		width: 100%;
	}
	
	#logo {
		width: 300px;
		margin:0 auto;
		display: block;
	}
	#logo img {
		margin-top: 0px;
		float: none;
	}
	.sprache {
		display: inline-block;
	}
	header.noSlider {
		height: 200px;
	}
	header #navigation {
		padding: 0;
		left: 15px;
		max-width: 370px;
		width: 100%;
		height: 200px;
		text-align: center;
	}
	.menu .navbar-nav li.open ul {
		display: block;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-header {
		float: none;
		position: fixed;
		right: 15px;
		top: 2%;
		background: transparent;
		padding: 0px;
		z-index: 10;
	}
	.menu .navbar-nav ul {
		padding: 0;
		color: #fff;
		width: 100%;
		list-style: none;
		position: relative;
		top: 0;
		left: 0;
	}
	.parent i {
		position: absolute;
		top: 6px;
		right: 10px;
		padding-top: 9px;
		padding-left: 16px;
		width: 40px;
		height: 40px;
		font-size: 20px;
		cursor: pointer;
	}
	.parent.open > i {
		-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	}
	.menu .nav-child {
		display: none;
	}
	.menu .nav-child > li {
		list-style: none;
	}
	.menu .nav-child li a {
		color: #fff;
		display: block;
		width: 100%;
		padding: 15px;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.menu .navbar-nav ul li:hover a, .menu .navbar-nav ul li:hover span, .menu .navbar-nav ul li:focus a {
		color: #ba0020;
	}
	#mainMenue {
		position: fixed;
		width: 300px;
		background: #000;
		z-index: 8;
		right: 0;
		top: 0;
		margin: 0;
		height: 100%;
	}
	#mainMenue .nav.menu {
		padding-top: 35px;
	}
	.menu > li {
		padding: 0;
		text-align: left;
	}
	.menu li:last-child {
		border-bottom: 0;
	}
	.menu li.parent {
		position: relative;
	}
	.menu li.parent a {
		display: block;
	}
	nav, nav a, nav a:visited {
		color: #fff;
	}
	.menu > li > a, 
	.menu > li > span {
		border-bottom: 1px solid rgba(255,255,255,0.5);
		padding: 15px;
	}
	.menu > li > span {
		display: block;
	}
	.menu > li:hover, .menu > li:focus, .menu > li.active {
		background: rgba(186,0,32,0.4);
	}
	.menu > li:hover > a, .menu > li:focus > a, .menu > li.active > a {
		color: #fff;
	}
		.menu > li li:hover, .menu > li li :focus, .menu > li li.active  {
		background: rgba(186,0,32,0.4);
	}
	.menu > li li:hover a, .menu > li li :focus > a, .menu > li li.active > a {
		color: #fff;
	}
	footer .menu > li {
		border: none;
		float: left;
		padding: 0 0 0 5px;
	}
	footer .menu > li:hover,footer  .menu > li:focus, footer .menu > li.active {
		background: transparent;
		text-decoration: underline;
	}
	.navbar-toggle .icon-bar:nth-of-type(2) {
		top: 1px;
	}
	.navbar-toggle .icon-bar:nth-of-type(3) {
		top: 2px;
	}
	.navbar-toggle .icon-bar {
		position: relative;
		transition: all 500ms ease-in-out;
	}
	.navbar-toggle.active .icon-bar:nth-of-type(1) {
		top: 6px;
		transform: rotate(45deg);
	}
	.navbar-toggle.active .icon-bar:nth-of-type(2) {
		background-color: transparent;
	}
	.navbar-toggle.active .icon-bar:nth-of-type(3) {
		top: -6px;
		transform: rotate(-45deg);
	}
}
/*-------------------------------------------------------------------------------
	Content
----------------------------------------------------------------------------------*/
#buttons {
	position: fixed;
	right: 0;
	bottom: 40%;
	width: 170px;
}
#buttons a {
	margin-bottom: 20px;
}
.mehrspaltig {
	width: 100%;
	column-count: 2;
	column-gap: 15px;
}
main {
	padding-bottom: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 101%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 1px;
	-moz-background-size: 100% 1px;
	background-size: 100% 1px;
	background-image: -moz-linear-gradient(-45deg, #dddddd 2%, #ffffff 23%, #aaaaaa 45%, #eeeeee 59%, #eeeeee 70%, #000000 100%);
	background-image: -webkit-linear-gradient(-45deg, #dddddd 2%, #ffffff 23%, #aaaaaa 45%, #eeeeee 59%, #eeeeee 70%, #000000 100%);
	background-image: linear-gradient(135deg, #dddddd 2%, #ffffff 23%, #aaaaaa 45%, #eeeeee 59%, #eeeeee 70%, #000000 100%);
}
main .item-page {
	padding-top: 80px;
	position: relative;
}
main .item-page a {
	text-decoration: underline;
}
main .item-page h2 a {
	text-decoration: none;
}
@media (min-width: 1025px) {
	main .item-page .pagenav {	
	display: none;
}
}
main .item-page .pagenav li a {
	font-family: 'michroma';
	color: #fff;
	background-color: #ba0020;
	border: 0;
	padding: 8px 0 8px;
	border-radius: 0;
	text-align: center;
	text-decoration: none !important;
	width: 100%;
	margin-bottom: 10px;
}
main ul.half {
	float: left;
	width: 48%;
	margin-right: 2%;
}

main ul li {
	padding: 5px 0;
	text-indent: -10px;
	padding-left: 15px;
}
main ul li::before {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 17px/1 FontAwesome;
	margin-right: 5px;
	margin-left: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	transform: translate(0, 0);
	color: #fff;
}
main ul li a {
	color: #fff;
}
main .item-page .pagenav li::before {
	content: '';
}
main ol {
	padding-left: 15px;
	list-style: none;
	counter-reset: li;
}
main ol li::before {
	content: counter(li);
	color: #ba0020;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}
main ol li {
	counter-increment: li
}
main table {
	width: 90%;
}
main table tr:nth-child(odd) {
	background-color: #3f3f3f;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;	
}
main table tr:first-child {
	border-top: 0;
}
main table tr:last-child {
	border-bottom: 0;
}
main table tr td:first-child {
	padding-right: 0;
}
main table tr td:nth-child(2) {
	padding-left: 0;
	padding-right: 0;
}
main table tr td:last-child {
	text-align: right;
	padding-left: 0;
}
main table tr td {
	padding: 8px 15px;
}
main .contentPic img {
	float: right;
	margin-bottom: 30px;
}
.btn {
	font-family: 'michroma';
	color: #fff;
	background-color: #ba0020;
	border: 0;
	padding: 12px 0 18px;
	border-radius: 0;
	position: relative;
	width: 170px;
	text-align: center;
	text-decoration: none !important;
}
.btn-primary:hover {
	background-color: #ba0020;
}
.btn.gold {
	color: #725919;
	background-color: #ffdd85;
	background-image: -moz-linear-gradient(-45deg, #ffdd85 2%, #e7c159 23%, #ffd76f 45%, #e7c159 59%, #ffd76f 70%, #ffe19f 100%);
	background-image: -webkit-linear-gradient(-45deg, #ffdd85 2%, #e7c159 23%, #ffd76f 45%, #e7c159 59%, #ffd76f 70%, #ffe19f 100%);
	background-image: linear-gradient(135deg, #ffdd85 2%, #e7c159 23%, #ffd76f 45%, #ffe19f 59%, #e7c159 70%, #ffe19f 100%);
}
.btn::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.btn:hover, .btn:focus {
	color: #fff;
}
.btn.gold:hover, .btn.gold:focus {
	color: #725919;
}
.btn:hover::after, .btn:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
#jcemediabox-popup-caption, #jcemediabox-popup-caption h4, #jcemediabox-popup-caption p {
	color: #3f3f3f;
}
.video {
    margin-bottom: 50px;
}
.video a {
	position: relative;
	display: block;
}
.video a .fa {
	width: 100%;
    height: 100%;
    position: absolute;
   background-color: rgba(186,0,32,0.4);
    text-align: center;
    padding-top: 17%;
    font-size: 50px;
	transition: 1s;
}
.video a:hover .fa {
	background-color: transparent;
}
.video h2 {
    min-height: 90px;
}
/*---------------------------------------------
	Accordion
-----------------------------------------------*/
.panel-group .panel {
	margin-bottom: 20px;
}
#accordion .panel-default>.panel-heading {
	background: transparent;
	padding: 0;
	margin: 0;
	font-family: 'michroma'
}
#accordion .panel-title .more {
	font-size: 25px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -15px;
}
/*geschlossen*/

#accordion .panel-heading a.collapsed {
	background-color: #3f3f3f;
	color: #fff;
	padding: 25px 55px 25px 15px;
	font-size: 20px;
	display: block;
	position: relative;
}
#accordion.news .panel-heading a.collapsed {
	padding: 25px 55px 25px 125px;
}
#accordion .panel-heading a.collapsed .more .minus {
	display: none;
}
#accordion .panel-heading a.collapsed .more .plus {
	display: inline-block;
}
#accordion .panel-heading a.collapsed .more:after {
	content: '\f067';
	margin-left: 20px;
	line-height: 15px;
	display: inline-block;
	font: normal normal normal 25px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	transform: translate(0, 0);
}
#accordion .panel-heading a.collapsed .newsThumb {
	height: 50px;
	width: auto;	
	margin-right: 20px;
	margin-bottom: 0;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 15px;
}
/* geöffnet */
#accordion .panel-heading a .newsThumb {
	display: none;
}
#accordion .panel-heading a {
	background-color:#ba0020;
	color: #fff;
	padding: 25px 55px 25px 15px;
	font-size: 20px;
	display: block;
	position: relative;
}
#accordion.news .panel-heading a {
	padding: 25px 55px 25px 15px;
}
#accordion .panel-heading a .more .minus {
	display: inline-block;
}
#accordion .panel-heading a .more .plus {
	display: none;
}
#accordion .panel-heading a .more:after {
	content: '\f068';
	margin-left: 20px;
	line-height: 15px;
		display: inline-block;
	font: normal normal normal 25px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	transform: translate(0, 0);
}

/* hover geschlossen*/
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
	background: #ba0020;
	border-color: #ba0020;
	color: #fff;
	text-decoration: none;
}
#accordion .panel-pic {
	float: left;
	margin-right: 30px;
}
#accordion .panel-pic-last {
	float: left;
	margin-left: 30px;
}
#accordion .panel-body  {
	background: #000;
}

#accordion .panel-body h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}
#accordion img {
	margin-bottom: 15px;
	margin-top: 15px;
}

/*-----------------------------------------------------------------------------------------------
	Kategorie box
----------------------------------------------------------------------------------------------*/
#kategorie {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 101%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 1px;
	-moz-background-size: 100% 1px;
	background-size: 100% 1px;
	background-image: -moz-linear-gradient(-45deg, #dddddd 2%, #ffffff 23%, #aaaaaa 45%, #eeeeee 59%, #eeeeee 70%, #000000 100%);
	background-image: -webkit-linear-gradient(-45deg, #dddddd 2%, #ffffff 23%, #aaaaaa 45%, #eeeeee 59%, #eeeeee 70%, #000000 100%);
	background-image: linear-gradient(135deg, #dddddd 2%, #ffffff 23%, #aaaaaa 45%, #eeeeee 59%, #eeeeee 70%, #000000 100%);
	height: 431px;
	padding: 1px 0px 0px 0;
	margin-top: 80px;
}
#kategorie h2 {
	font-family: 'michroma';
	padding-top: 80px;
	clear: none;
	font-size: 30px !important;
	margin-bottom: 30px !important;
}
#kategorie .btn {
	margin-top: 80px;
}
/* Kontakt*/
.bfQuickMode .bfLabelLeft label, .it-it #bfElemWrap10 {
	display: none;
}
#bfElemWrap9 label, #bfElemWrap10 label {
	display: block;
	font-family: 'roboto';
	font-weight: 100;
	width: 85%;
	margin-left: 10px;	
}
#ff_elem10, #ff_elem9 {
	margin-left: 20px;
	margin-top: 5px;
}
#bfElemWrap9, #bfElemWrap10 {
	margin-top: 20px;
}
.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select, .bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode .uneditable-input, .bfQuickMode input[type=text]:hover, .bfQuickMode textarea:hover, .bfQuickMode .uneditable-input:hover, .bfQuickMode input[type=text]:focus, .bfQuickMode textarea:focus, .bfQuickMode .uneditable-input:focus {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
#bfElemWrap213 label {
	max-width: 85%;
	min-width: 85%;
}
.bfQuickMode section.bfElemWrap, .bfQuickMode .bfNoSection {
	padding: 0;
	margin: 0;
}
.bfQuickMode .bfPageIntro {
	padding: 3px 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea, select {
	width: 100%;
	height: 70px;
	border: 0;
	border-top: 1px solid #fff;
	padding-left: 20px;
	font-size: 16px;
	background-color: #000;
}
#ff_elem8 {
	border-bottom: 1px solid #fff;
}
textarea {
	padding-top: 20px;
	height: 177px;
	margin-bottom: 20px !important;
}
input:focus,
input:hover{
	outline: none;
}
input::placeholder, textarea::placeholder, select::placeholder {
	color: #fff;
	font-family: 'michroma';
}
input:hover::placeholder, 
input:focus::placeholder,
textarea:hover::placeholder, 
textarea:focus::placeholder {
	color:#ba0020;
}
input.empty::placeholder,  textarea.empty::placeholder {
	color: red;
}
#bfElemWrap20, #bfElemWrap21, #bfElemWrap22, #bfElemWrap23 {
	float: left;
}
#bfElemWrap20 {width: 50%;}
#bfElemWrap21 {width: 50%;}
#bfElemWrap22 {width: 50%;}
#bfElemWrap23 {width: 50%;}
#bfElemWrap8 {clear: both;}
#bfSubmitButton {
	border: 0;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	padding: 12px 0 18px;
	background-color:#ba0020;
	font-weight: 100;
	font-family: 'michroma';
	width: 170px;
	text-align: center;
	position: relative;
}
#bfSubmitButton::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
#bfSubmitButton:hover::after, #bfSubmitButton:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
#bfSubmitButton:hover, #bfSubmitButton:focus {
	outline: none;
}
#left, #right {
	width: 50%;
	float: left;
}
#left {
	border-right: 1px solid #fff;
}
#pflicht, #bfElemWrap37 {
	text-align: right;
}
.bfQuickMode .bfErrorMessage {
	background: rgba(186,0,32,0.4);
	color: #fff;
	margin-bottom: 35px;
	font-weight: 100;
}
/*-----------------------------------------------------------------------------------------------
	Bedarfsrechner
----------------------------------------------------------------------------------------------*/
#pageone input[name="Laenge"],
#pageone input[name="Breite"],
#pageone input[name="Hoehe"],
#pageone input[name="Raum"] {
	width: calc(100% - 100px);
	margin: 30px 0px;
	border: 1px solid #fff;
}
#pageone input[name="Luftmenge"],
#pageone input[name="Typ"] {
	width: 170px;
	margin: 30px 0px;
	border: 1px solid #fff;
}
#pageone input[name="Laenge"],
#pageone input[name="Luftmenge"],
#pageone input[name="Typ"] {
	margin-left: 0;
}
#pageone .hinweis {
	display: none;
	margin: 40px 0 20px 15px;
}
#geraetansehen.btn, .btn.big {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}
#pageone .btn {
	margin-right: 20px;
}
#pagetwo {
	display: none;
}
#pagetwo #zurueck {
	position: relative;
	top: -52px;
	font-size: 16px;
}
#pagetwo #bfPage1 {
	display: block !important;
}
#pagetwo #bfElemWrap111 {
	border-top: 1px solid #fff;
}
#pagetwo #bfElemWrap111,
#pagetwo #bfElemWrap112 {
	padding-top: 20px;
}
#pagetwo #bfElemWrap111 label,
#pagetwo #bfElemWrap112 label {
	display: block;
	width: 85%;
	font-weight: 100;
	margin-left: 10px;
}
#ff_elem111, #ff_elem112 {
	margin-left: 20px;
	margin-top: 5px;
}
@media (max-width: 1200px) {
	#pageone input[name="Raum"] {
		margin-left: 0;
	}
	#kategorie {
		height: auto;
	}
}
@media (max-width: 768px) {
	#pageone .btn {
		width: 100%;
		margin-bottom: 20px;
	}
}
/*-------------------------------------------------------------------------------
	Anfrage
----------------------------------------------------------------------------------*/
#ff_elem212 {
	border-bottom: 1px solid #fff;
}
#bfElemWrap199 {
	border-left: 1px solid #fff;
	margin-left: -1px;
}
.moduletable_bestellung {
	margin-top: 30px;
}
/*-------------------------------------------------------------------------------
	Presse
----------------------------------------------------------------------------------*/
.presseBereich .btn.big {
	margin-bottom: 30px;
}
.presseBereich input[type="text"],
.presseBereich input[type="password"] {
	width: 320px;
	height: 70px;
	border: 1px solid #fff;
	padding-left: 20px;
	font-size: 16px;
	background-color: #000;
	margin: 10px 25px;
}
.presseBereich.loginFail input[type="text"], .presseBereich.loginFail input[type="password"] {
	margin-left: 0;
}
.moduletable_presse label {
	min-width: 110px;
	font-weight: 100;
}
.presseBereich .downRow {
	padding: 10px;
	border: 1px solid #fff;
	width: 23%;
	margin-right: 2%;
	float: left;
	min-height: 150px;
	margin-bottom: 20px;
	position: relative;
}
.presseBereich .downRow img {
	max-height: 100px;
}
.presseBereich .fa-download {
	font-size: 25px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
/*-------------------------------------------------------------------------------
	Footer
----------------------------------------------------------------------------------*/
footer {
	width: 100%;
	position: relative;
	color: #fff;
}
footer .footerLeft, footer .footerCenter, footer .footerRight, footer .blankLeft, footer .blankRight {
	height: 130px;
	padding: 60px 0;
}
footer .footerLeft, footer .blankLeft {
	background-color: rgba(186,0,32,0.4);
}
footer .footerCenter {
	background-color: rgba(186,0,32,0.3);
	text-align: center;
}
footer .footerRight, footer .blankRight {
	background-color: rgba(186,0,32,0.2);
	text-align: right;
}
footer .nav.menu {
	margin-top: 0;
}
footer .nav li:first-child {
	padding-left: 0;
}
footer .nav li a {
	color: #fff;
	font-family: 'roboto';
	width: auto;
	background-color: transparent !important;
	border-bottom: 0 !important;
}
footer .menu li:hover, footer .menu li:focus {
	background-color: transparent;
}
footer .menu li:hover a, footer .menu li:focus a{
	text-decoration: underline;
}
footer p, footer a {
	color: #fff;
}
footer .werk38 img {
	width: 100px;
	margin: -5px 0 0 10px;
}
footer .nav.menu {
	width: auto;
	padding-left: 0;
}
footer .nav.menu a::after {
	content: '|';
	padding-left: 5px;
	color: #fff;
}
footer .nav.menu li:last-child a::after {
	content: '';
}
footer .nav.menu a {
	color: #fff;
	padding: 0 0 0 5px;
}

@media (min-width: 1551px) {
	.under-1550 {
		display: none;
	}
	.over-1550 {
		display: block;
	}
}
@media (max-width: 1550px) {
	.under-1550 {
		display: block;
	}
	.over-1550 {
		display: none;
	}
	#slider-info .headline {
		padding-bottom: 20px;
	}
	footer .footerLeft, footer .footerRight {
		width: 40%;
		text-align: center;
	}
	footer .footerCenter {
		width: 20%;
	}
	footer .nav.menu {
		display: inline-block;
	}
}
@media (max-width: 1315px) and (min-width: 1025px) {
	.menu > li > a,
	.menu > li > span {
		width: 135px;
	}

}
@media (max-width: 1315px) {
	#slider-info .headline {
		font-size: 30px;
	}
}
@media (min-width: 1201px) {
	#navigation .col-lg-8, #navigation .col-lg-4 {
		padding: 0;
	}
	.padding-0 {
		padding: 0;
	}
}
@media (max-width: 1200px) and (min-width: 1025px) {
	#logo {
	    position: absolute;
    	right: 15px;
	}
	#logo img {
		max-width: 80%;
	}
	.sprache {
		position: absolute;
		right: 70px;
		top: 50px;
	}
	.sprache div.mod-languages ul.lang-block li {
		font-size: 14px;
	}
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.container {
		width: 90%;
	}
}
@media (max-width: 1024px) {
	.container {
		width: 100%;
	}
	.over-1024 {
		position: absolute;
	}
	.sprache div.mod-languages ul.lang-block li {
		padding-top: 30px;
	}
	#slider-info {
		position: relative;
		padding: 20px 20px 10px;
		text-align: center;
	}
	#slider-info .headline span {
		margin-left: 5px;
		display: inline;
	}
	main .item-page .pagenav li a {
		width: auto;
		padding: 10px 20px 13px 30px
	}
}
@media (max-width: 1065px) and (min-width: 1025px) {
	.nav>li>a {
		font-size: 15px;
	}
	.menu > li > a,
	.menu > li > span {
		width: 125px;
	}
} 
@media (max-width: 991px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 22px;
	}
	#kategorie h2 {
		padding-top: 50px;
	}
	#kategorie .btn {
		margin-top: 30px;
	}
	.presseBereich .downRow {
		width: 40%;
	}
	footer .footerCenter {
		width: 24%;
	}
	footer .footerLeft, footer .footerRight {
		width: 38%;
	}
}
@media (max-width: 920px) {
	.contact, .buttons {
		width: 100%;
		text-align: center;
	}
	p.fon.under-1550 {
		margin-right: 15px;
	}
	p.fon.under-1550, p.mail.under-1550 {
		display: inline-block;
		float: none;
		width: auto;
	}
	.mehrspaltig {
		column-count: 1;
		column-gap: 15px;
	}
	#kategorie h2 {
		padding-top: 25px;
	}
	
}
@media (max-width: 850px) {
	footer .footerCenter,
	footer .footerLeft, footer .footerRight {
		width: 100%;
		height: 60px;
		padding: 20px 0;
	}
}
@media (max-width: 800px) {
	.over-800 {
		display: none;
	}
	#kategorie .btn {
		margin-top: 0;
	}
	#kategorie h2 {
		font-size: 25px !important;
	}
}
@media (max-width: 785px) {
	#left, #right {
		width: 100%;
		float: none
	}
	#left {
		border-right: 0;
	}
	#pagetwo #bfElemWrap111 {
		border-top: 0;
	}
	textarea {
		border-bottom: 1px solid #fff;
	}
	#ff_elem193 {
		border-bottom: 1px solid #fff;
	}
	#pflicht {
		margin-top: 20px;
	} 
	#ff_elem10, #ff_elem9 {
		margin: 5px 5px 10px 20px;
	}
	#ff_elem10 {
		margin-bottom: 30px;
	}
	main table {
		width: 100%;
	}
	.technicalData {
		width: 100%;
	}
	.productImage {
		float: none;
	}
	.productImage img {
		display: block;
		margin:  0 auto 30px;
	}
	main ul.half {
		float: none;
		width: 100%;
	}
	main ul.half {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	#slider {
		padding-top: 200px;
	}
	.presseBereich .downRow {
		width: 49%;
	}
	.presseBereich .downRow:nth-of-type(odd),
	.presseBereich .downRow:nth-of-type(2),
	.presseBereich .downRow:nth-of-type(4) { 
		margin-right: 0;
	}
	.presseBereich .downRow:nth-of-type(1),
	.presseBereich .downRow:nth-of-type(3) { 
		margin-right: 2%;
	}
	#ff_elem212 {
		border-bottom: 0;
	}
	#bfElemWrap199 {
		border-left: 0;
		margin-left: 0px;
	}
}
@media (max-width: 757px) {
	.contact {
		margin-top: 80px;
	}
}
@media (max-width: 740px) {
	h1 {
		font-size: 25px;
	}
}
@media (max-width: 700px) {
	main .item-page .pagenav li a {
		width: 100%;
		padding: 10px 20px 13px 30px
	}
}
@media (max-width: 640px) { 
	.presseBereich input[type="text"], .presseBereich input[type="password"] {
		width: 100%;
		margin: 10px 0;
	}
	#kategorie {
		display: none;
	}
	#pageone .btn {
		margin-right: 0;
	}
}
@media (max-width: 500px) { 
	.presseBereich .downRow {
		width: 100%;
		margin-right: 0;
	}
	.presseBereich .downRow:nth-of-type(1),
	.presseBereich .downRow:nth-of-type(3) { 
		margin-right: 0%;
	}
}
@media (max-width: 450px) {
	body {
		-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto !important;
	}
	p.fon.under-1550,
	p.mail.under-1550 {
		display: block;
	}
	p.fon.under-1550 {
		margin-right: 0;
	}
	#kategorie {
		display: none;
	}
	#bfElemWrap213 label {
		max-width: 80%;
		min-width: 80%;
	}
}
@media (max-width: 420px) {
	header #navigation {
		left: 0;
		max-width: 420px;
	}
	#logo {
		width: 100%;
		display: block;
		margin: 0;
	}
	#mainMenue {
		width: 100%;
	}
	#kategorie img {
		width: auto;
		height: 100%;
	}
	#geraetansehen.btn, .btn.big, .btn {
		font-size: 14px;
	}
	
}
@media (max-width: 405px) { 
	.buttons .btn {
		display: block;
		margin: 0 auto;
	}
		.buttons .btn:first-child {
		margin-right: auto;
			margin-bottom: 10px;
	}
}
@media (max-width: 345px) {

	#bfElemWrap213 label {
	max-width: 75%;
	min-width: 75%;
}
}
@media (max-device-width: 768px) {
	#jcemediabox-popup-body {
		width: 100% !important;
	}
	#jcemediabox-popup-content {
		width: 93% !important;
	}
	#jcemediabox-popup-page h4 {
		font-size: 16px;
	}
}

/*--------------------------------------------------------------------
	IE8
--------------------------------------------------------------------*/
.isIE8 #slider {
	max-height: 720px;
}
.isIE8 #slider-info,
.isIE8 #navigation,
.isIE8 .menu > li ul {
	background-color: #000;
}
.isIE8 .menu > li ul li:hover,
.isIE8 .menu > li ul li.active {
	background-color: #8D0018 /* 80% */
}
.isIE8 .menu > li ul li:hover > ul {
	background-color: #700013 /* 60% */
}
.isIE8 li.item-144 a,
.isIE8 li.item-143 a,
.isIE8 li.item-145 a {
	background-color: #5D0010; /* 50% */
}
.isIE8 li.item-130 span,
.isIE8 li.item-159 span,
.isIE8 li.item-213 a,
.isIE8 .menu > li ul li:hover,
.isIE8 .menu > li ul li.active,
.isIE8 footer .footerLeft,
.isIE8 footer .blankLeft{
	background-color: #4A000D; /* 40% */
}
.isIE8 li.item-131 span,
.isIE8 li.item-152 span,
.isIE8 li.item-164 a,
.isIE8 footer .footerCenter {
	background-color: #38000A; /* 30% */
}
.isIE8 li.item-132 a,
.isIE8 li.item-146 a,
.isIE8 li.item-214 a,
.isIE8 footer .footerRight,
.isIE8 footer .blankRight{
	background-color: #250006; /* 20% */
}
.isIE8 .menu > li ul li a {
	border-bottom: 1px solid #4d4d4d; /* weis auf schwarz 20% */
}
.isIE8 .menu > li ul ul li a {
	border-bottom: 1px solid #A43346; /* weis auf rot 20% */
}

.isIE8 #slider .nextend-arrow {
	height: 60px;
	width: 100px;
}
.isIE8 #slider .nextend-arrow p {
	font-size: 15px;
	margin: 0 !important;
	line-height: 20px !important;
}
.isIE8 #kategorie .nextend-arrow {
	height: 60px;
	width: 100px;
}
.isIE8 #kategorie .nextend-arrow p {
	font-size: 15px;
	margin: 0 !important;
	line-height: 20px !important;
}
.isIE9 .bfQuickMode .bfLabelLeft label {
	display: block;
	padding: 10px 0 0 20px;
}

.isIE9 input[type="text"],
.isIE9 input[type="email"],
.isIE9 [type="tel"] {
	border-bottom: 1px solid #fff;
	border-top: 0;
	margin-bottom: 10px;
	height: 45px;	
}
.isIE9 .moduletable_presse input[type="text"],
.isIE9 .loginFail input[type="text"]{
	border-top: 1px solid #fff;
	height: 70px;
}
.isIE9 textarea {
	border-top: 0;
}
.isIE9 #bfElemWrap9 label,
.isIE9 #bfElemWrap10 label {
	font-weight: 300;
	padding: 0;
}
.isIE8 .technicalData .odd {
		background-color: #3f3f3f;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;	
}