/* SG Responsive

Farben:

Orange: #f79000
Text colour/brown: #5b3310 

*/

/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oswald Light'), local('Oswald-Light'),
       url('../fonts/oswald-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Oswald Bold'), local('Oswald-Bold'),
       url('../fonts/oswald-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}



/* DRUCKANSICHT */

@media print {
a[href]:after{
content:"" !important;
}
}

input {
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	*/
}

/* ERROR Page 404 Fehler */
#error {
	background-color: #f79000 !important;
	color: #ffffff !important;
}

#error-page {
	margin-top: 220px !important;
}

.error-code {
	color: #fff !important;
	text-shadow: none !important;
	font-weight: 800 !important;
	padding: 0px 0px !important;
	margin: 0px !important;
	border-top: 2px solid #ffffff !important;
	border-bottom: 2px solid #ffffff !important;
	display: inline !important;
	line-height: 30px !important;
	height: 30px !important;
	font-size: 1200% !important;
}

#error h2 {
	color: #fff !important;
	text-shadow: none !important;
	font-size: 440% !important;
	font-weight: 300 !important;
	margin-top: 180px !important;
	margin-right: -30px !important;
}

p.error-message {
	color: #fff !important;
	text-shadow: none !important;
	font-weight: 300 !important;
	text-transform: none !important;
	margin-top: 30px !important;
}

#error-page p a.button {
	background-color: #ffffff !important;
	font-weight: 400 !important;
	padding: 12px 35px !important;
	border: 2px solid #fff !important;
	line-height: 555% !important;
}

#error-page p a.button:hover {
	background-color: #f2eee9 !important;
	border: 2px solid #f2eee9 !important;
	color: #f79000 !important;
}

p a.zbutton {
	border: 2px solid #fff !important;
	padding: 12px 61px !important;
	color: #fff !important;
	line-height: 555% !important;
	margin-right: 6px !important;
}

p a.zbutton:hover {
	background-color: #f2eee9 !important;
	color: #f79000 !important;
}



/* ALLGEMEIN */

body {
    color: #5b3310;
	font-family: 'Oswald', sans-serif !important;
	font-size:17px;
	font-weight: 300;
	overflow-x: hidden !important;
}

/* TEXTFORMATIERUNGEN */

h1, h2, h3, h4, h5, h6 {
	color:#f79000;
	font-family: 'Oswald', sans-serif !important;
	padding: 10px 0px 5px 0px;
}

h1 {
	color:#f79000;
	font-size: 300% !important;
	text-transform:none;
	margin:0px 0px 10px 0px!IMPORTANT;
	padding-top: 0px !important;
	border:none;
	font-weight: 400 !important;
}

@media only screen and (max-width:767px) {
h1 {
	font-size: 250% !important;
}
}

h1 + h2, .page-header + h2 {
	margin-top: -27px !important;
}

h2 {
	font-weight:600;
	margin-top:20px;
	font-size: 200% !important;
}

small {
	margin: 3px 0px !important;
	line-height: 120% !important;
}

h3 {}

h4 {
	margin: 15px 0px 0px 0px !important;
	padding: 0px !important;
}

h5 {}

h6 {}

p {
	font-size:100%;
	line-height: 180%;
}

p.readmore a:link, p.readmore a:link, p.readmore a:visited {
	text-decoration: none;
    color: #fff;
	background: #f79000;
	border-radius:0px;
	border:none;
	padding: 7px 10px 7px 10px;
}

p.readmore a:hover, p.readmore a:active {
	text-decoration: none;
    color: #fff;
	background: #5b3310;
	border-radius:0px;
	border:none;
}

.page-header {
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	border: none;
}

.item-title {
    border-bottom: none;
    font-weight: normal;
}

strong {
	font-weight: 400 !important;
}

/* LINKS */

p a:link, a:visited {
	text-decoration: none;
	color: #f79000;
}

a:hover, p a, p a:hover {
	text-decoration: underline;
	color: #5b3310;
}

a:not(.btn) {
    color: #f79000!IMPORTANT;
}

p a.button {
	background-color: #f79000 !important;
	font-weight: 300 !important;
	padding: 12px 20px !important;
	line-height: 400% !important;
	font-size: 90% !important;
	color: #ffffff !important;
}

p a.button:hover {
	background-color: #f2eee9 !important;
	color: #f79000 !important;
}

/* LISTEN */

#sp-component ul {
	text-align:left;
	list-style:none;
	margin:0;
	padding:10px 0px;
}

#sp-component li {
	background:url(../images/dot.png) no-repeat 0px 8px;
	padding: 0px 0 7px 20px;
	margin:0 0 3px 0;
	text-transform: none;
	letter-spacing:0px;
	line-height:170%;
}

ul.sigProSleek li.sigProThumb a.sigProLink:hover {
	color: #FFF;
    border: 6px solid #4a4949;
	margin-left:0px;
}

#sp-component li.sigProThumb {
    background: url('../images/dot.png') no-repeat scroll 0px 8px transparent;
    padding: 0px 15px 7px 0px;
    margin: 0px 0px 3px;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 170%;
}


ul.sigProSleek li.sigProThumb a.sigProLink {
    color: #fff;
    text-decoration: none;
    border: 6px solid #fff;
}

/* BLOCKQUOTE */

blockquote {
	background: #f2eee9;
	border-radius: 0px;
	padding: 25px 25px 25px 50px;
	margin: 20px 0px;
	border:none;
	border-left: 6px solid #f79000 !important;
}

blockquote::before {
	display: none !important;
}

blockquote h3 {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

blockquote p {
	font-size:100%;
	line-height: 180%;
}

hr {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* IMAGES (INHALT) */ 

.bilder {
	border-radius:0px;
	border-left: 5px solid #f79000 !important;
}

/* IMAGES (INHALT) RESPONSIVE */ 

@media only screen and (max-width:769px) {

.bilder {
	margin-left: 0px !important;
}	

}

@media only screen and (max-width:500px) {

.bilder {
	margin:15px 100% 15px 0px!IMPORTANT;
	text-align:left!IMPORTANT;
	clear:right!IMPORTANT;
	float:left!IMPORTANT;
	margin-left: 0px !important;
}	

}

/* BREADCRUMPS */

#sp-breadcrumb-wrapper {
	background: none !important;
	font-size: 75% !important;
	color: #5B3310 !important;
	margin-top: 30px !important;
}

.breadcrumb > .active {
	color: #5B3310 !important;
}

.breadcrumb {
	padding: 0px !important;
}

/* Tabellen */

table tr td {
	padding: 9px 9px 10px 9px !important;
	border-bottom: 1px solid #f2eee9 !important;
	vertical-align: top !important;
}

table tr.head td {
	background: #f2eee9 !important;
	border-bottom: 0px !important;
	border-top: 12px solid #ffffff !important;
}

table tr.head + tr.head td {
	background: #f2eee9 !important;
	border-bottom: 0px !important;
	border-top: 3px solid #ffffff !important;
}

table tr:last-child td {
	border-bottom: 0px solid #f2eee9 !important;
}

strong.fett {
	font-size: 150% !important;
}

/* ------------------------- TEMPLATE -------------------------- */

/* HEADER & LOGO */

#header {
	padding-top:0px;
}

#sp-header-wrapper {
    width: 100%;
    z-index: 1001;
	position:relative; /* AUF ABSOLUT SETZEN - WENN POS FEATURE NACH OBEN HINTER LOGO UND MENÜ RUTSCHEN SOLL */
	background: #f2eee9;
	padding: 20px 0px 0px 0px !important;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}

#sp-main-body-wrapper {
	margin-bottom: 35px !important;
	margin-top: 10px !important;
}

img.image-logo {
	padding-top:0px;
}

img.image-logo a:hover{
	background:none;
}

@media only screen and (max-width: 981px) {
#sp-logo {
	width: 26% !important;
	margin-bottom: 3px !important;
}
}

@media only screen and (max-width:769px) {
#sp-logo {
	width: 33% !important;
	margin-bottom: 3px !important;
}
}

@media only screen and (max-width:502px) {
#sp-logo {
	width: 158px !important;
	margin-bottom: 3px !important;
}
}


#sp-right h3 {
	font-size: 200% !important;
	padding: 10px 0px 5px;
	margin: 10px 0px;
}

#sp-right .newsflash {
	background: #f2eee9 !important;
	padding: 15px !important;
}

#sp-right .newsflash h4 {
	margin-top: 0px !important;
	margin-bottom: 5px !important;
	padding-top: 0px !important;
	color: #5b3310 !important;
	font-weight: 400 !important;
	font-size: 130% !important;
}

#sp-right .newsflash h4 a {
	color: #5b3310 !important;
}

#sp-right .newsflash .readmore {
	padding: 13px 13px 3px 16px !important;
	font-size: 1px !important;
	background: url(../images/weiter.png) no-repeat center !important;
	float: right !important;
	margin-top: -36px !important;
	color: #f2eee9 !important;
}

/* SIMPLE IMAGE GALLERY PRO */
ul.sigProSleek li.sigProThumb a.sigProLink {
	border: 0px !important;
}

.sigProThumb {
	margin-left: 5px !important;
}

.sigProThumb img:hover {
	opacity: 0.9 !important;
}

.sigProLink {
	-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);
}

ul.sigProSleek li.sigProThumb a.sigProLink, ul.sigProSleek li.sigProThumb a.sigProLink:hover {
	background: #ffffff !important;
}

/* GALLERY */
.gallery {
	width: 520px !important;
	float: right !important;
	margin: 5px 0px 20px 30px !important;
}

.gallery .hor .tg_main, .hor .tg_thumbs {
	float: right !important;
	/*margin-left: 5px !important;*/
}

.gallery #tg_thumbs_i_0 {
	margin-left: 1.5% !important;
	margin-right: 0px !important;
	float: right !important;
}

.gallery .hor .tg_main {
	float: left !important;
	border: 1px solid #EAEAEA !important;
}

@media only screen and (max-width:981px) {
.gallery {
	width: 300px !important;
	float: right !important;
	margin: 5px 0px 20px 20px !important;
}
}

@media only screen and (max-width:769px) {
.gallery {
	width: 100% !important;
	float: none !important;
	margin: 20px 0px 12px 0px !important;
}
}

/* MENU
.ltr #sp-menu {
	text-align: left !important;
}

#sp-menu {
	margin-top: 28px !important;
	padding-left: 17px !important;
}

#sp-main-menu ul.level-0 > li:after {
    border: 0px;
}

#sp-main-menu ul.level-0 > li {
    background-color: none!IMPORTANT;
	border-top: 0px solid transparent!IMPORTANT; 
	margin:0px 2px 0px 0px!IMPORTANT;
}

#sp-main-menu ul.level-0 > li a {
    color: #fff!IMPORTANT;
	background-color: none!IMPORTANT;
	opacity: 1.0!IMPORTANT;
	filter: alpha(opacity=100)!IMPORTANT;
	margin: 0px 40px 0px 0px !important;
	padding: 0px 0px 3px 0px !important;
	color: #f79000 !important;
	text-transform: none !important;
	font-weight: 300 !important;
	font-size: 100% !important;
	border-bottom: 3px solid #f2eee9 !important;
}

#sp-main-menu ul.level-0 > li a.active {
	border-bottom: 3px solid #f79000 !important;
}

#sp-main-menu ul.level-0 > li a:hover {
	border-bottom: 3px solid #5b3310 !important;
	color: #5b3310 !important;
}

#sp-main-menu ul.level-1 {
	text-align: center !important;
	margin: 0px 0px 0px -25px !important;
	-webkit-box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.4);
	box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.4);
}

#sp-main-menu ul.level-1 > li {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

#sp-main-menu ul.level-1 > li a {
    color: #000!IMPORTANT;
	background-color: none!IMPORTANT;
	opacity: 1.0!IMPORTANT;
	filter: alpha(opacity=100)!IMPORTANT;
	color: #f79000 !important;
	border: 0px !important;
	margin: 0px !important;
	padding: 9px 20px !important;
	text-align: left !important;
	background: #f2eee9 !important;
	border-bottom: 1px solid #ffffff !important;
	border-left: 5px solid #f2eee9 !important;
}

#sp-main-menu ul.level-1 > li:last-child a {
	border-bottom: 0px !important;
}

#sp-main-menu ul.level-1 > li a:hover {
	color: #f79000 !important;
	background: #f2eee9 !important;
	border: 0px !important;
	border-left: 5px solid #f79000 !important;
	border-bottom: 1px solid #ffffff !important;
}

#sp-main-menu ul.level-1 > li a.active {
	color: #ffffff !important;
	background: #f79000 !important;
	border: 0px !important;
	border-left: 5px solid #f79000 !important;
	border-bottom: 1px solid #ffffff !important;
}

#sp-main-menu li li:not(.sp-menu-group) a.menu-item.first {
    display: block;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 10px;
    color: rgb(153, 153, 153);
}

#sp-main-menu li li:not(.sp-menu-group) {
    display: block;
    border-top: 1px solid #EEE;
    position: relative;
    transition: all 200ms ease 0s;
	margin-top: 0px !important;
}

#sp-main-menu ul.sp-menu.level-1 {
    list-style: none outside none;
    margin-top: 0px!IMPORTANT;
    padding: 0px;
}



#sp-main-menu ul.level-2 {
	text-align: left !important;
	margin: 0px !important;
	-webkit-box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.4);
	box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.4);
	background-color: #ffffff !important;
}

#sp-main-menu ul.level-2 > li {
	background-color: #ffffff !important;
}

#sp-main-menu ul.level-2 > li a {
    color: #000!IMPORTANT;
	background: #ffffff !IMPORTANT;
	opacity: 1.0!IMPORTANT;
	filter: alpha(opacity=100)!IMPORTANT;
	color: #f79000 !important;
	border: 0px !important;
	margin: 0px !important;
	padding: 9px 20px !important;
	text-align: left !important;
	border-bottom: 1px solid #f79000 !important;
	border-left: 0px solid #f2eee9 !important;
}

#sp-main-menu ul.level-2 > li:last-child a {
	border-bottom: 0px !important;
}

#sp-main-menu ul.level-2 > li a:hover {
	color: #f79000 !important;
	background: #f2eee9 !important;
	border: 0px !important;
	border-left: 0px solid #f79000 !important;
	border-bottom: 0px solid #ffffff !important;
}

#sp-main-menu ul.level-2 > li a.active {
	color: #ffffff !important;
	background: #f79000 !important;
	border: 0px !important;
	border-left: 5px solid #f79000 !important;
	border-bottom: 1px solid #ffffff !important;
}



sp-submenu sub-level-child {
	margin-top:0px !important;
}*/

/* MOBILE MENU */
.ltr .sp-main-menu-toggler {
	left: auto !important;
	right: 0px !important;
}


.sp-main-menu-toggler {
	width:45px;
	height:40px;
	padding-top:18px;
	margin-right:0px;
	margin-top:77px;
	background: rgba(255, 255, 255, 0.9) !important;
}

.btn-warning, .btn-danger, .btn-success, .btn-info, .btn-inverse {
	color: #f79000 !important;
	text-shadow: none;
	font-size: 170% !important;
}

.sp-mobile-menu SPAN.menu-title {
	color:#fff;
}

.sp-mobile-menu {
	margin-top:94px;
	width: 300px !important;
	left: auto !important;
	right: 0px !important;
}

@media only screen and (max-width:769px) {
.sp-main-menu-toggler {
	margin-top:68px;
}

.sp-mobile-menu {
	margin-top:86px;
}
}

@media only screen and (max-width:767px) {
.sp-main-menu-toggler {
	margin-top: 12px !important;
	background: rgba(255, 255, 255, 0) !important;
}

.sp-mobile-menu {
	margin-top:24px;
}
}

@media only screen and (max-width:400px) {
.sp-mobile-menu {
	width: 100% !important;
}		
}

/*allg*/
.sp-mobile-menu ul li {
	background: none !important;
	border: 0px !important;
}

.sp-mobile-menu ul li {
	padding: 0px !important;
}

.fa-angle-right::before, .fa-angle-right:hover, .fa-angle-right:active, .sp-mobile-menu ul li span.sp-menu-toggler.collapsed .icon-angle-right .sp-mobile-menu ul li span.sp-menu-toggler.collapsed .icon-angle-right:hover {
	color: #fff !important;
}

/*1-Ebene*/
.sp-mobile-menu ul li a {
	color: #ffffff !important;
	background: #5b3310;
	border-bottom: 1px solid #704118 !important;
	padding-left: 10px !important;
	width: 100% !important;
	text-decoration: none !important;
}

.sp-mobile-menu ul li span.sp-menu-toggler {
	margin-top: -41px !important;
	z-index: 300 !important;
	position: relative !important;
	background: #704118 !important;
	width: 45px !important;
}

/*2-Ebene*/
.sp-mobile-menu ul li ul li a {
	color: #ffffff !important;
	background: #704118 !important;
	border-bottom: 1px solid #5b3310 !important;
	padding-left: 10px !important;
	width: 100% !important;
}

.sp-mobile-menu ul li ul li span.sp-menu-toggler {
	background: #854E1D !important;
}

/*3-Ebene*/
.sp-mobile-menu ul li ul li ul li a {
	color: #C5E6F7 !important;
	background: #854E1D !important;
	border-bottom: 1px solid #704118 !important;
	padding-left: 10px !important;
	width: 100% !important;
}

/* MEGA MENU */
#sp-top5 {
	margin-top: 33px !important;
	padding-left: 17px !important;
}

#megamenucss #js-mainnav.blackwhite .js-megamenu {
	background: none !important;
	font-family: "Oswald",sans-serif !important;
}

#js-mainnav.megamenu.blackwhite {
	background: none !important;
	border: 0px !important;
	font-family: "Oswald",sans-serif !important;
}

#megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss {
	margin: 0px 40px 0px 0px !important;
	padding: 0px 0px 7px 0px !important;
	color: #F79000 !important;
	text-transform: none !important;
	font-weight: 300 !important;
	border: 0px !important;
	font-size: 142% !important;
	border-bottom: 3px solid #F2EEE9 !important;
	font-family: "Oswald",sans-serif !important;
}

#megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild.megacss span.menu-title {
	padding: 0px !important;
}

#megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild.megacss span.menu-title {
	background: none !important;
}

#megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li.active a {
	border-bottom: 3px solid #F79000 !important;
}

#megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li:hover a {
	border-bottom: 3px solid #5B3310 !important;
	color: #5B3310 !important;
}

/* Drop Down */

#megamenucss #js-mainnav.megamenu ul.level1 li.megacss a.megacss {
	border-bottom: 1px solid #ffffff !important;
	background: #F2EEE9 !important;
	padding: 9px 20px !important;
	margin: 0px !important;
	border-left: #F2EEE9 5px solid !important;
	text-shadow: none !important;
}

#megamenucss #js-mainnav.megamenu ul.level1 li.megacss:last-child a.megacss {
	border-bottom: 0px !important;
}

#megamenucss #js-mainnav.megamenu ul.level1 li.megacss:hover a.megacss {
	border-left: #F79000 5px solid !important;
}

#megamenucss #js-mainnav.megamenu ul.level1 li.megacss a.megacss.active {
	color: #fff !important;
	background: #F79000 !important;
	border-left: #F79000 0px solid !important;
}

#megamenucss #js-mainnav.megamenu .group-content ul.megamenu {
	margin: 0px !important;
}

/*big*/

.dropdown-menu {
	background: #F2EEE9 !important;
	box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.4) !important;
}

#megamenucss #js-mainnav.megamenu ul.level1 li.megacss .group-title a.megacss {
	font-size: 90% !important;
	text-transform: none !important;
	padding: 0px !important;
	border: 0px !important;
	font-weight: 400 !important;
	background: none !important;
}

#megamenucss #js-mainnav.megamenu ul.level1 li.megacss .group-title a.megacss:hover, #megamenucss #js-mainnav.megamenu ul.level1 li.megacss .group-title a.megacss:hover .menu-title, #megamenucss #js-mainnav.megamenu ul.level1 li.megacss .group-title a.megacss.active, #megamenucss #js-mainnav.megamenu ul.level1 li.megacss .group-title a.megacss.active .menu-title {
	color: #F79000 !important;
	background: none !important;
}

#megamenucss #js-mainnav.megamenu .group-title .menu-title {
	text-transform: none !important;
	font-family: "Oswald",sans-serif !important;
	font-size: 130% !important;
	font-weight: 400 !important;
	color: #5B3310 !important;
	height: 7px !important;
	padding: 15px !important;
	background: none !important;
}

#megamenucss #js-mainnav.megamenu ul.level1 li.megacss span.megacss {
	padding: 0px !important;
}

#megamenucss #js-mainnav.megamenu .group-content ul.level1 li.megacss a.megacss {
	padding: 9px 0px !important;
	border-left: 0px !important;
	border-bottom: 1px solid #ffffff !important;
	background: none !important;
}

#megamenucss #js-mainnav.megamenu .group-content ul.level1 li.megacss:last-child a.megacss {
	border-bottom: 0px !important;
	background: none !important;
}

#megamenucss #js-mainnav.megamenu .group-content ul.level1 li.megacss a.megacss:hover, #megamenucss #js-mainnav.megamenu .group-content ul.level1 li.megacss a.megacss.active {
	color: #F79000 !important;
}

#megamenucss #js-mainnav.megamenu .group-content {
	margin: 15px !important;
}

#megamenucss #js-mainnav.megamenu .group-content .adddropdown {
	margin-left: -232px !important;
}

#megamenucss #js-mainnav.megamenu .group-content .adddropdown .dropdown-menu {
	box-shadow: none !important;
}

#megamenucss #js-mainnav.horizontal ul.level0 li.megacss.produkte.submenu-align-center > .childcontent {
	left: -450px !important;
}

/* zweite ebene */

#megamenucss #js-mainnav.megamenu ul.level1:hover ul.level2 li.megacss a.megacss {
	border-bottom: 1px solid #ffffff !important;
	background: #F2EEE9 !important;
	padding: 9px 20px !important;
	margin: 0px !important;
	border-left: #F2EEE9 5px solid !important;
	text-shadow: none !important;
}

#megamenucss #js-mainnav.megamenu ul.level1:hover ul.level2 li.megacss:last-child a.megacss {
	border-bottom: 0px !important;
}

#megamenucss #js-mainnav.megamenu ul.level1:hover ul.level2 li.megacss:hover a.megacss {
	border-left: #F79000 5px solid !important;
}

#megamenucss #js-mainnav.megamenu ul.level1:hover ul.level2 li.megacss a.megacss.active {
	color: #fff !important;
	background: #F79000 !important;
	border-left: #F79000 0px solid !important;
}

/* FEATURE (SLIDESHOW/FLEXHEADER) */
.tp-bullets {
	margin-right: 35px !important;
	margin-bottom: 35px !important;
	right: 24% !important;
	z-index: 100 !important;
}

@media only screen and (max-width:1986px) {
.tp-bullets {
	right: 18% !important;
}
}

@media only screen and (max-width:1626px) {
.tp-bullets {
	right: 10% !important;
}
}

@media only screen and (max-width:1333px) {
.tp-bullets {
	right: 3% !important;
}
}

.tp-bullets.simplebullets.round .bullet {
	float: none !important;
	background: url(../images/bullet-2.png) !important;
	width: 29px !important;
	height: 29px !important;
	margin-top: 2px !important;
}

.tp-bullets.simplebullets.round .bullet.selected {
	background: url(../images/bullet-2_hover.png) !important;
}

.tp-bullets.simplebullets.round .bullet.first {
	background: url(../images/bullet-1.png) !important;
}

.tp-bullets.simplebullets.round .bullet.first.selected {
	background: url(../images/bullet-1_hover.png) !important;
}

.tp-bullets.simplebullets.round .bullet.last {
	background: url(../images/bullet-3.png) !important;
}

.tp-bullets.simplebullets.round .bullet.last.selected {
	background: url(../images/bullet-3_hover.png) !important;
}


.tp-bullets.hidebullets {
	opacity: 1 !important;
}

.menu-startseite #feature, .carousel #feature {
	position: auto;
    overflow: none !important;
	float: none !important;
}

.menu-startseite #sp-feature {
	position: auto;
  	width: auto !important; 
  	height: auto !important;
  	overflow: none;
	margin: 0px auto !important;
	float: none !important;
}

.carousel #sp-feature {
	position: auto;
  	width: auto !important; 
  	height: auto !important;
  	overflow: none;
	margin: 0px auto !important;
	float: none !important;
}


#feature {
	position: relative !important;
    overflow: hidden !important;
	float: none !important;
}

#sp-feature {
	position: relative;
  	width: 2000px; 
  	height: 280px !important; 
  	overflow: hidden;
	margin: 0px auto !important;
	float: none !important;
}

.slider #sp-feature img {
  position: absolute;
  left: 0px; 
  top: 0px;  
}

.tp-leftarrow.default {
	background: url(../images/slider-left-button.png) no-repeat left center !important;
	width: 56px !important;
	height: 70px !important;
	margin-top: 15px !important;
}

.tp-rightarrow.default {
	background: url(../images/slider-right-button.png) no-repeat left center !important;
	width: 56px !important;
	height: 70px !important;
	margin-top: 15px !important;
}

@media only screen and (max-width: 2000px) {
.slider #sp-feature img {
  left: -25px; 
  height: 280px !important;
}
}

@media only screen and (max-width: 1950px) {
.slider #sp-feature img {
  left: -50px;
  height: 280px !important;
}
}

@media only screen and (max-width: 1900px) {
.slider #sp-feature img {
  left: -80px; 
  height: 280px !important;
}
}

@media only screen and (max-width: 1850px) {
.slider #sp-feature img {
  left: -110px; 
  height: 280px !important;
}
}

@media only screen and (max-width: 1800px) {
.slider #sp-feature img {
  left: -130px; 
  height: 280px !important;
}
}

@media only screen and (max-width: 1360px) {
.slider #sp-feature img {
  left: -250px; 
  height: 280px !important;
}
}

@media only screen and (max-width: 1060px) {
.slider #sp-feature img {
  left: -420px; 
  height: 280px !important;
}
}

@media only screen and (max-width: 979px) {
.slider #sp-feature img {
  left: -620px; 
  height: 280px !important;
}
}

@media only screen and (max-width: 767px) {
.slider #sp-feature img {
  left: -820px; 
  height: 280px !important;
}
}

@media only screen and (max-width: 340px) {
.slider #sp-feature img {
  left: -850px; 
  height: 280px !important;
}
}


#sp-feature-wrapper {
    background: none !important;
	height: auto !important;
    color: #FFF;
	padding-top: 0px !important;
}

.tp-rightarrow.default {
	margin-right: 20px !important;
}

.tp-leftarrow.default {
	margin-left: 20px !important;
}

/* CAROUSEL FEATURE */
#sp-header-wrapper.produkte + #sp-feature-wrapper {
	background: #f2eee9 !important;
}

.nbs-flexisel-inner {
	background: none !important;
	padding: 20px 0px !important;
}

.nbs-flexisel-inner img:hover {
	opacity: 0.8 !important;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	opacity: 1 !important;
	width: 40px !important;
	height: 40px !important;
	top: 100px !important;
}

.nbs-flexisel-nav-left {
    left: 0px !important;
    background: transparent url(../images/arrow-left.png) no-repeat scroll center !important;
}

.nbs-flexisel-nav-right {
    right: 0px !important;
    background: transparent url(../images/arrow-right.png) no-repeat scroll center !important;
}

#sp-header-wrapper.produkte {
	background: #fff !important;
}

#sp-header-wrapper.produkte #sp-search input[type="text"] {
	background: #f2eee9 url("../images/search.png") no-repeat scroll left center !important;
}

/*#sp-header-wrapper.produkte #sp-main-menu ul.level-0 > li a {
	border-bottom: 3px solid #ffffff !important;
}

#sp-header-wrapper.produkte #sp-main-menu ul.level-0 > li a.active {
	border-bottom: 3px solid #f79000 !important;
}

#sp-header-wrapper.produkte #sp-main-menu ul.level-0 > li a:hover {
	border-bottom: 3px solid #5b3310 !important;
	color: #5b3310 !important;
}*/


.camera_pag {
	text-align: center !important;
}

.cameraContent { 
	max-height: 375px !important;
}

.camera_target_content {
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 2;
    box-shadow: none;
	-webkit-box-shadow: inset 0px 0px 10px #666;
	-moz-box-shadow: inset 0px 0px 10px #666;
}

.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none outside none;
    margin-top: -20px !important;
    padding: 0px;
    text-align: center !important;
    height: auto !important;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: none repeat scroll 0% 0% #fff;
}

.camera_fakehover {
    height: 100%;
    min-height: 60px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.camera_wrap {
    display: none;
    position: relative;
    z-index: 0;
    margin-bottom: 20px !important;
}
 
.camera_next {
    right: 40px;
	top: 250px;
}

.camera_prev {
    left: 40px;
	top: 250px;
}

.camera_commands {
    display: none;
}

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    background: none;
}

@media only screen and (max-width: 490px) {

DIV.camera_pag {
	display:none; 
}

}

/* MEDIA */
#sp-media-wrapper {
	background: none !important;
	position: relative !important;
	z-index: 90 !important;
	top: -272px !important;
	height: 300px !important;
	overflow: hidden !important;
	color: #5b3310 !important;
}

#sp-media-wrapper + #sp-top-wrapper {
	margin-top: -300px !important;
}

#sp-media-wrapper h1 {
	color: #ffffff !important;
	font-weight: 400 !important;
	text-transform: none !important;
	font-size: 361% !important;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
}

#sp-media-wrapper blockquote {
	background-color: rgba(255, 255, 255, 0.9) !important;
	border-left: 5px solid #f79000 !important;
	padding: 15px !important;
	margin: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

@media only screen and (max-width:1201px) {
#sp-media-wrapper {
	top: -300px !important;
	height: 300px !important;
}

#sp-media-wrapper h1 {
	font-size: 290% !important;
}

#sp-media-wrapper img {
	margin-top: 90px !important;
}
}

@media only screen and (max-width: 981px) {
#sp-media-wrapper {
	top: -270px !important;
	height: 300px !important;
}

#sp-media-wrapper h1 {
	font-size: 222% !important;
	margin: 0px !important;
}

#sp-media-wrapper img {
	margin-top: 125px !important;
}
}

@media only screen and (max-width:769px) {
#sp-media-wrapper img {
	margin-top: 95px !important;
}
}

@media only screen and (max-width:635px) {
#sp-media-wrapper {
	background: #f79000 !important;
	position: relative !important;
	z-index: 90 !important;
	top: -20px !important;
	height: auto !important;
	overflow: hidden !important;
	color: #ffffff !important;
	padding: 25px 0px 40px 0px !important;
}

#sp-media-wrapper blockquote {
	background-color: transparent !important;
	border-left: 0px solid #f79000 !important;
	padding: 0px !important;
	margin: 0px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}

#sp-media-wrapper h1 {
	font-size: 222% !important;
	margin: 0px 0px 15px 0px !important;
	text-shadow: none !important;
}

#sp-media-wrapper + #sp-top-wrapper {
	margin-top: 0px !important;
}
}

/* jDOWNLOADS*/

#sp-message-area .screenshot {
	float: left !important;
}

#sp-message-area .onedownload {
	-webkit-box-shadow: -3px 0px 16px -6px rgba(0,0,0,0.45);
	-moz-box-shadow: -3px 0px 16px -6px rgba(0,0,0,0.45);
	box-shadow: -3px 0px 16px -6px rgba(0,0,0,0.45);
	width: 100% !important;
	height: 150px !important;
	border-radius: 8px !important;
	margin-top: 25px !important;
}

#sp-message-area .screenshot img {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#sp-message-area .file {
	width: 54.3% !important;
	float: left !important;
	height: 103px !important;
	background: #F2EEE9 !important;
	padding: 32px 30px 15px 30px !important;
}

#sp-message-area .file .pic img {
	margin-top: -15px !important;
	margin-left: -3px !important;
}

#sp-message-area .file .name {
	font-size: 110% !important;
}

#sp-message-area .file .size {
	font-size: 65% !important;
}

#sp-message-area .file .description p {
	font-size: 90% !important;
	line-height: 163% !important;
	padding-left: 33px !important;
	padding-top: 8px !important;
}

#sp-message-area .download {
	width: 20% !important;
	background: #F79000 !important;
	float: right !important;
	height: 150px !important;
	text-align: center !important;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#sp-message-area .download a.jdbutton {
	background: #ffffff !important;
	border-radius: 8px !important;
	padding: 13px 33px !important;
	margin: 70px auto 0px auto !important;
}

#sp-message-area .download a.link {
	color: #ffffff !important;
	font-size: 65% !important;
	text-decoration: underline !important;
}

#sp-message-area .download a.link:hover {
	text-decoration: none !important;
}

@media only screen and (max-width: 1201px) {
#sp-message-area .download {
	width: 17% !important;
	height: 150px !important;
}

#sp-message-area .file {
	width: 51% !important;
}

#sp-message-area .file .description p {
	font-size: 82% !important;
}
}

@media only screen and (max-width: 979px) {
#sp-message-area .download {
	width: 100% !important;
	height: 90px !important;
	text-align: right !important;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

#sp-message-area .download a.jdbutton {
	padding: 13px 33px !important;
	margin: 15px 15px 0px auto !important;
}

#sp-message-area .download a.link {
	margin-right: 17px !important;
}

#sp-message-area .file {
	width: 58.565% !important;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

#sp-message-area .file .description p {
	font-size: 82% !important;
}

#sp-message-area .onedownload {
	width: 100% !important;
	height: 240px !important;
	border-radius: 8px !important;
	margin-top: 25px !important;
}
}

@media only screen and (max-width: 767px) {
#sp-message-area .download {
	width: 100% !important;
	height: 90px !important;
	text-align: right !important;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

#sp-message-area .file {
	width: 50% !important;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	height: auto !important;
}

#sp-message-area .screenshot {
	width: 34% !important;
}

#sp-message-area .file .description p {
	display: none !important;
}

#sp-message-area .onedownload {
	background: #F2EEE9 !important;
	height: 185px !important;
}
}

@media only screen and (max-width: 397px) {
#sp-message-area .file {
	width: 45% !important;
}
}

#sp-message-area .category a {
	background: #F79000 !important;
	border-radius: 8px !important;
	padding: 17px 20px !important;
	margin: 20px 20px 0px 0px !important;
	float: left !important;
	color: #ffffff !important;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	width: 28.1% !important;
}

@media only screen and (max-width: 1201px) {
#sp-message-area .category a {
	width: 26.5% !important;
}
}

@media only screen and (max-width: 979px) {
#sp-message-area .category a {
	width: 41.5% !important;
}
}

@media only screen and (max-width: 767px) {
#sp-message-area .category a {
	width: 100% !important;
	margin-right: 0px !important;
}
}

.jd_footer {
	display: none !important;
}

/* LOGIN LOGOUT */
label, input, button, select, textarea {
	font-weight: 300 !important;
}

#login-form {
	padding-top: 10px !important;
}

#login-form button {
	background: #F79000 none repeat scroll 0% 0% !important;
	color: #FFF !important;
	text-shadow: none !important;
	font-family: "Oswald",sans-serif !important;
	font-weight: 300 !important;
	box-shadow: none !important;
	border: 0px !important;
	font-size: 100% !important;
	line-height: 35px;
	padding: 0px 20px 2px 20px;
	margin: 10px 0px 20px 0px !important;
}

#login-form button:hover {
	background: #F2EEE9 none repeat scroll 0% 0% !important;
	color: #F79000 !important;
}

#member-registration legend {
	border: 0px !important;
	color: #F79000;
	font-size: 300% !important;
	text-transform: none;
	margin: 30px 0px 10px !important;
	padding-top: 0px !important;
	border: medium none;
	font-weight: 400 !important;
}

.form-actions {
	background: none !important;
	border: 0px !important;
	padding-top: 0px !important;
}

button {
	background: #F79000 none repeat scroll 0% 0% !important;
	color: #FFF !important;
	text-shadow: none !important;
	font-family: "Oswald",sans-serif !important;
	font-weight: 300 !important;
	box-shadow: none !important;
	border: 0px !important;
	font-size: 100% !important;
	line-height: 35px;
	padding: 0px 20px 2px 20px;
	margin: 10px 0px 20px 0px !important;
}

button:hover {
	background: #F2EEE9 none repeat scroll 0% 0% !important;
	color: #F79000 !important;
}

.btn-danger {
	background: #F79000 none repeat scroll 0% 0% !important;
	color: #FFF !important;
	text-shadow: none !important;
	font-family: "Oswald",sans-serif !important;
	font-weight: 300 !important;
	box-shadow: none !important;
	border: 0px !important;
	font-size: 100% !important;
	line-height: 35px;
	padding: 0px 20px 2px 20px;
	margin: 10px 0px 20px 0px !important;
}

.btn-danger:hover {
	background: #F2EEE9 none repeat scroll 0% 0% !important;
	color: #F79000 !important;
}
	
/* SEARCH */

#sp-search {
	margin-top: 21px;
}

#sp-search input[type="text"] {
	margin: 0px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding: 9px 8px 9px 45px !important;
	background: url(../images/search.png) no-repeat center left #ffffff !important;
	color: #5b3310 !important;
	width: 80% !important;
	border: 0px !important;
	border-left: 0px solid #ffffff !important;
	font-size: 75% !important;
	font-family: 'Oswald', sans-serif !important;
	font-weight: 300 !important;
}

.acesearch_bg_module {
	height: auto !important;
}

.acesearch_clear {
	height: 0px !important;
}



@media only screen and (max-width: 981px) {

#sp-search {
	margin-top: 23px;
    float: right !important;
}

}

#sp-search input, #sp-search  textarea, #sp-search  .uneditable-input {
	width: 100%;
}

#roksearch_search_str {
	background: url(../images/search-icon.png)  no-repeat scroll 95% 50% #FFF !important;
}

#roksearch_results {
	z-index: 1000000 !important;
}

#roksearch_results h3 {
	margin-bottom: 8px !important;
}

.search .label-info, .badge-info {
	background: #f79000;
}

.search button.btn {
	color: #f79000 !important;
}

.search dd {
	margin-left: 0px;
}

#search-wrapper {
	float: left;
	width: 80%;
}

.form-limit {
	float: right;
}

@media only screen and (max-width: 349px) {
#search-wrapper {
	float: none;
	width: 100%;
}

.form-limit {
	float: none;
}
}

/* SEARCH RESULTS */
/* suchfeld */
.acesearchsimple_input_image {
	border-radius: 0px !important;
	box-shadow: none !important;
	border: 0px !important;
	background: #EFEFEF url("../images/search-icon.png") no-repeat scroll 99% center !important;
	padding: 8px 40px 8px 8px !important;
	width: 96% !important;
}

#acesearch_bg {
	margin-bottom: 20px !important;
}

#acesearch_bg button.btn-success {
	display: none !important;
}

/* text */
.acesearch_fieldset legend.acesearch_legend {
	background: none !important;
	border: 0px !important;
	text-transform: none;
	color: #F79000;
	font-family: "Oswald",sans-serif !important;
	padding: 10px 0px 0px 0px !important;
	font-size: 31.5px;
	font-weight: 300 !important;
	margin: 0px 0px 10px 0px !important;
}

.about {
	color: #5B3310 !important;
	font-weight: normal !important;
	margin-top: -10px !important;
}

.pagination li {
	padding: 0px !important;
	background: none !important;
}

/* result */
.acesearch_highlight {
	background: #fff !important;
	font-weight: normal !important;
	color: #F79000 !important;
}

#dotttt + div font {
	font-size: 120% !important;
	color: #F79000;
	margin: 12px 0px 5px 0px !important;
}

#dotttt + div {
	margin: 18px 0px 9px 0px !important;
}

#dotttt + div + div {
	line-height: 180% !important;
}

/* allg */
.acesearch_fieldset {
	padding: 0px !important;
	border: 0px !important;
}

#acesearch_pagination {
	background: 0px !important;
}

#dotttt, .acesearch_clear {
	display: none !important;
}

/* TOP / BOTTOM */
#sp-top-wrapper h3 {
	font-weight: 400 !important;
	font-size: 125% !important;
	margin-top: 0px !important;
}

#sp-top-wrapper #sp-top1, #sp-top-wrapper #sp-top2, #sp-top-wrapper #sp-top3, #sp-top-wrapper #sp-top4 {
	border-bottom: 1px solid #f2eee9 !important;
	padding-bottom: 25px !important;
	margin-top: 40px !important;
}

#sp-bottom-wrapper {
	background-color: #f2eee9 !important;
	padding: 50px 0px 30px 0px !important;
	border-bottom: 8px solid #ffffff !important;
}

#sp-bottom-wrapper h3 {
	font-weight: 400 !important;
	font-size: 125% !important;
	margin-top: 0px !important;
}

/* FOOTER */

#sp-footerrr-wrapper {
	background-color: #f79000 !important;
	color: #ffffff !important;
	font-size: 85% !important;
	padding-top: 9px !important;
}

#sp-footerrr-wrapper a {
	color: #ffffff !important;
}

.footer1 {
	margin-top: 5px !important;
}

@media only screen and (max-width:1201px) {
#sp-footerrr-wrapper {
	font-size: 76% !important;
}
}

@media only screen and (max-width: 981px) {
#sp-footerrr-wrapper {
	font-size: 80% !important;
}
}

/* BACK-TO-TOP */

.backtotop {
	background: #f79000;
    width: 45px;
	bottom:75px!IMPORTANT;
    right: 40px!IMPORTANT;
    min-height: 45px;
    overflow: hidden;
    z-index: 403;
    position: fixed;
    display: block;
    text-align: center;
    color: white !important;
    border-radius: 45px;
    transition: all 0.7s ease-in-out 0s;
}

.backtotop:hover {
	background: #f79000 !important;
}

.backtotop.hidden-top {
    bottom: -100px!IMPORTANT;
}


.backtotop i {
    font-size: 24px;
    line-height: 43px!IMPORTANT;
	color: #fff !important;
}

.backtotop:hover i {
    font-size: 24px;
    line-height: 43px!IMPORTANT;
	color: #fff !important;
}

/* FORMULAR */
.wdform-label {
	font-family: "Oswald",sans-serif !important;
	color: #5B3310 !important;
	font-weight: 300 !important;
}

.wdform-field {
	font-family: "Oswald",sans-serif !important;
}

.mini_label {
	font-family: "Oswald",sans-serif !important;
	font-weight: 300 !important;
}

#form12 .input_active {
	color: #5b3310 !important;
	font-family: "Oswald",sans-serif !important;
	font-weight: 300 !important;
}

.wdform-required {
	color: #f79000 !important;
}

input[type="text"], textarea {
	border: 4px solid #f2eee9 !important;
	background: #f2eee9 !important;
	font-family: "Oswald",sans-serif !important;
	font-weight: 300 !important;
}
	
#form12 .wdform_page {
	background: none !important;
	font-family: "Oswald",sans-serif !important;
}

#form12 .fmbutton {
	padding-left: 393px;
}

@media only screen and (max-width:1070px) {
#form12 .fmbutton {
	padding-left: 0px;
}
}

#form12 .button-submit, #form12 .button-reset {
	background: #f79000 !important;
	color: #fff !important;
	text-shadow: none !important;
	font-family: "Oswald",sans-serif !important;
	font-weight: 300 !important;
}

#form12 .button-submit:hover, #form12 .button-reset:hover {
	background: #f2eee9 !important;
	color: #f79000 !important;
	text-shadow: none !important;
	font-family: "Oswald",sans-serif !important;
	font-weight: 300 !important;
}

/* BACK-TO-TOP  */


I.icon-chevron-up {
	color: #fff!IMPORTANT;
}

.backtotop:hover {
    background-color: #49494b!IMPORTANT;
	text-decoration:none;
}

/* SLIDER */
.nn_sliders.accordion {
	margin: 0px !important;
	clear: both !important;
}

.nn_sliders.accordion a {
	text-decoration: none !important;
}

#set-nn_sliders-1 {
	position: relative !important;
	z-index: 15 !important;
	margin-top: 30px !important;
}

#set-nn_sliders-2 {
	position: relative !important;
	z-index: 10 !important;
}

#set-nn_sliders-3 {
	position: relative !important;
	z-index: 5 !important;
}

.nn_sliders.accordion > .accordion-group .accordion-heading .accordion-toggle {
	background: #f2eee9 url(../images/arrow-down_close.png) center right no-repeat !important;
	padding: 30px 20px !important;
	border: 0px !important;
	border-radius: 0px !important;
	font-size: 125% !important;
	-webkit-box-shadow: 0px 8px 9px -6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 9px -6px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 9px -6px rgba(0,0,0,0.2);
	border-bottom: 1px solid #fff !important;
}

.nn_sliders.accordion > .accordion-group.active .accordion-heading .accordion-toggle {
	background: #f79000 url(../images/arrow-up_open.png) center right no-repeat !important;
	color: #ffffff !important;
}

.nn_sliders.accordion > .accordion-group {
	border: 0px !important;
	border-radius: 0px !important;
	margin: 0px !important;
}

.nn_sliders.accordion > .accordion-group.active {
	-webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.35);
}

.nn_sliders.accordion > .accordion-group > .accordion-body > .accordion-inner {
	padding: 20px !important;
	-webkit-box-shadow: inset 0px 0px 15px -6px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px 0px 15px -6px rgba(0,0,0,0.35);
	box-shadow: inset 0px 0px 15px -6px rgba(0,0,0,0.35);
	border-radius: 0px !important;
}

/* GOOGLE MAPS ------------------------------------------------------------------------------ */

table.map {
	width:70%!IMPORTANT;
}

@media only screen and (max-width:765px) {

table.map {
	margin:15px 100% 15px 0px!IMPORTANT;
	text-align:left!IMPORTANT;
	clear:right!IMPORTANT;
	float:left!IMPORTANT;
	width:100%!IMPORTANT;
}	

}

/* BUTTON KONTAKTFORMULAR */


.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
    margin: 20px 307px 0px 0px;
	color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background: #d1ef0b;
	background: -moz-linear-gradient(top, #d1ef0b 0%, #f79000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1ef0b), color-stop(100%,#f79000));
	background: -webkit-linear-gradient(top, #d1ef0b 0%,#f79000 100%);
	background: -o-linear-gradient(top, #d1ef0b 0%,#f79000 100%);
	background: -ms-linear-gradient(top, #d1ef0b 0%,#f79000 100%);
	background: linear-gradient(to bottom, #d1ef0b 0%,#f79000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ef0b', endColorstr='#f79000',GradientType=0 );
	margin-left:0px;
	width:198px;
	-moz-border-radius:5px 5px 5px 5px; /* Firefox */
	-webkit-border-radius:5px 5px 5px 5px; /* Chrome, Safari */
	-khtml-border-radius:5px 5px 5px 5px; /* Konqueror */
	border-radius:5px 5px 5px 5px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
}

@media only screen and (max-width:960px) {

.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
    margin: 20px 190px 0px 0px;
}

}



@media only screen and (max-width:765px) {

.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
    margin: 20px 55px 0px 0px;
}

}


@media only screen and (max-width:480px) {

.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
    margin: 20px 75px 0px 0px;
    float:left;
}

}

/* SIMPLE CALENDAR */

.events_container table tr td {
	padding: 9px 9px 10px !important;
	border-bottom: 1px solid #F2EEE9 !important;
	vertical-align: top !important;
}

.events_container table tr:last-child td {
	border: 0px !important;
}

td.sc_header {
	background: #F2EEE9 none repeat scroll 0% 0% !important;
    border-bottom: 0px none !important;
    border-top: 22px solid #FFF !important;
}

td.sc_header b {
	font-weight: 300 !important;
}

.sc-footer, .buttons, .sc_info_container {
	display: none !important;
}

.sc_detail_left {
	padding: 0px !important;
}

dt.sc_detail {
	font-style: normal !important;
	font-weight: 300 !important;
	padding: 9px 9px 10px 0px !important;
	border-bottom: 1px solid #F2EEE9 !important;
	vertical-align: top !important;
}

dt:last-child.sc_detail {
	border: 0px !important;
}

dd.sc_detail {
	padding: 9px 9px 10px 0px !important;
	margin-left: 250px !important;
}

.menu-messen-ausstellungen .page-header h2 {
	color: #F79000;
font-size: 300% !important;
text-transform: none;
margin: 30px 0px 10px !important;
padding-top: 0px !important;
border: medium none;
font-weight: 400 !important;
}

/* STORE LOCATOR */

#copyright-block {
	display: none !important;
}

input[type="text"] {
	background: #F2EEE9 !important;
	border: #F2EEE9 5px solid !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #F79000 !important;
	font-family: "Oswald",sans-serif !important;
}

select {
	background: #F2EEE9 !important;
	border: #F2EEE9 0px solid !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #F79000 !important;
	margin-left: 10px !important;
	font-family: "Oswald",sans-serif !important;
}

input[type="button"] {
	background: #F79000  !important;
	font-family: "Oswald",sans-serif !important;
	border: 0px !important;
	box-shadow: none !important;
}

.help-inline {
	color: #5B3310 !important;
}

.location_name {
	font-size: 120% !important;
	color: #F79000 !important;
	font-weight: 300 !important;
	line-height: 140% !important;
}

#sl_sidebar div {
	border-bottom: #F79000 solid 1px !important;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}

#sl_search_container .row-fluid {
	margin-bottom: 10px !important;
}

.row-fluid h5 {
	display: none !important;
}

.menu-unsere-fachpartner #sp-component-area h1 {
	display: none !important;
}

.menu-unsere-fachpartner #sp-component-area .sl_article_top h1 {
	display: block !important;
}


/* BUTTON Baufragen.de */

.bf-prochat {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: always;
    text-rendering: optimizeLegibility;
}

.bf-prochat .bf-toggle {
    cursor: pointer;
    position: absolute;
    top: 260px;
    right: 0px;
    padding: 15px 18px;
    background-color: #0064bf;
    border-radius: 3px 0px 0px 3px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2), 0 4px 8px rgba(0, 0, 0, .25);
    -webkit-transition: right .4s;
    transition: right .4s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bf-prochat .bf-toggle:hover {
    background-color: #0d81d4;
}

.bf-prochat .bf-toggle svg.chat {
    height: auto;
    max-height: 100%;
    width: 40px;
    display: block;
    margin: 0px auto 5px;
    fill: #fff;
}

.bf-prochat .bf-toggle svg.close {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    fill: #fff;
    width: 13px;
}
/* svg.close */

.bf-prochat .bf-toggle span.txt {
    display: block;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    margin: 0px;
    padding: 0px;
}

.bf-prochat .bf-toggle span.main {
    margin-bottom: 3px;
}

.bf-prochat .bf-toggle span.sub {
    opacity: .8;
}

.bf-messenger {
	z-index:1000000000;
	position: fixed;
    right: -381px;
    top: 0px;
    height: 100%;
    width: 380px;
    background-color: #fff;
    border-left: 1px solid rgb(200, 200, 200);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15), 0 10px 20px rgba(0, 0, 0, .2);
    -webkit-transition: right .4s;
    transition: right .4s;
}

.bf-messenger iframe {
    width: 100%;
    height: 100%;
}

.bf-prochat.open .bf-toggle {
    right: 380px
}

.bf-prochat.open .bf-toggle svg.close {
    display: block;
}

.bf-prochat.open .bf-messenger {
    right: 0px
}

/* Baufragen.de Plugin
=======================*/

.bf-container {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 1006;
}

	.bf-container .bf-button {
		padding: 10px 20px;
		background-image: url("../images/icon-chat2.svg");
		background-repeat: no-repeat;
		background-position: center 15px;
		background-size: 40px;
		position: fixed;
		top: 220px;
		right: 0;
		background-color: #F79000;
		z-index: 1002;
		color: #FFFFFF;
		text-align: center;
		padding-top: 55px;
		font-size: 16px;
		cursor: pointer;
	}

		.bf-container .bf-button:hover {
			box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2),0 10px 20px 0 rgba(0,0,0,0.19);
		}

		.bf-container .bf-button strong {
			display: block;
		}

		.bf-container .bf-button span {
			display: block;
			font-size: 14px;
		}

		@media screen and (max-width: 767px) {
			.bf-container .bf-button {
				background-position: center 8px;
				padding: 25px 5px 5px 5px;
				background-size: 20px;
				box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2),0 10px 20px 0 rgba(0,0,0,0.19);
			}

			.bf-container .bf-button strong {
				font-size: 10px;
			}

			.bf-container .bf-button span {
				font-size: 8px;
				line-height: 8px;
			}
		}

		@media screen and (max-width: 400px) {
			.bf-container .bf-button {
				top: 110px;
			}
		}

	.bf-container.open .bf-button {
		display: none;
	}

	.bf-button-close {
		background-image: url("../images/icon-close.svg");
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		display: inline-block;
		margin: 20px;
	}

	.bf-button-close:hover {
		opacity: 0.7;
	}

	.bf-container .bf-messenger {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		display: none;
		-webkit-overflow-scrolling: touch;
		overflow-y: auto;
	}

	.bf-container.open .bf-messenger {
		display: block;
		width: 300px;
	}

	.bf-container.open .bf-messenger iframe {
		height: 100%;
		width: 100%;
	}

	@media screen and (max-width: 479px) {
		.bf-container.open .bf-messenger {

		}
	}
