/* FARBEN
#eeeeef = Very Pale
#cccccb = Pale
#aaaaa9 = Light
#666667 = Standard
#444445 = Dark
#cc3334 = Action
*/

/* antic-slab-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Antic Slab';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/AnticSlab-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/AnticSlab-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AnticSlab-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/AnticSlab-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/AnticSlab-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/AnticSlab-Regular.svg#AnticSlab') format('svg'); /* Legacy iOS */
}

/* quicksand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Quicksand-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/Quicksand-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Quicksand-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Quicksand-Light.woff') format('woff'), /* Modern Browsers */
       url('fonts/Quicksand-Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/Quicksand-Light.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Quicksand-Medium.eot'); /* IE9 Compat Modes */
  src: url('fonts/Quicksand-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Quicksand-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Quicksand-Medium.woff') format('woff'), /* Modern Browsers */
       url('fonts/Quicksand-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/Quicksand-Medium.svg#Quicksand') format('svg'); /* Legacy iOS */
}



body,
.answer,
#topmenu ul li a,
input,
textarea,
.toolbar ul li.level_1 .submenu ul li a,
.toolbar .submenu .submenu-inner ul li.subtitle h4,
#footer ul li.level_1,
.result-title,
.promo-more:after {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5,
.logo,
.toolbar ul li.level_1 .submenu ul li a,
.toolbar ul li a,
.section-link,
#article-header h2,
#footerboxes h4,
.newsflash-title,
#thank-you,
.mobile-nav,
.offer .head h3,
.offer .preis,
#splash,
.promo-tab,
.promo-title,
.promo-more,
.infocenter-iconlink,
.footerbox h3,
.toolbar ul.menu li.level_1 .submenu ul li a, {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}

h2#headertitle,
#splashtext-top,
.promo-tab span,
#homeshop-text h2,
.offer .tab {
	font-family: 'Antic Slab', serif;
	font-weight: 600;
}


/* Special*/

h1, h2, h3 {
	font-family: 'Antic Slab', serif;
	font-weight: 500;
}

.toolbar ul li a,
#thank-you,
.offer .head h3,
.offer .preis,
.promo-tab,
.promo-title,
.promo-more,
.slidetitle,
.telefon p {
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
}

h1, .home h2, h2, h3, h4, h5,
.slidetitle,
#splashtext-top,
.offer .tab,
#headertitle h2,
.intro-icon a,
.logo,
.toolbar ul li a,
.section-link,
.extrabox a,
#footerboxes h4,
.newsflash-title,
#thank-you,
.mobile-nav,
.offer .head h3,
.offer .preis,
#splash,
.infocenter-iconlink,
#homemenu .menu li.level_1 a,
#boxinfo-icons li p,
.getintouch-button,
.toolbar ul li a ,
.toolbar ul.menu li.level_2 a.level_2,
.telefon p,
#homenav ul li.level_1 a,
.slidelink a,
#article-header h2,
#welcome a {
	font-family: 'Antic Slab', serif;
	font-weight: 500;
}



/* ################################################################################ */


.mobile-nav {display: none;}
.js .toolbar {max-height: none;}

#mobile-block {
	background: #fff;
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#preloader {
/*
	background: #111 url("../../images/preloader.jpg") no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
	background-color: #dfdfdf;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 4999;
}

#preloader-logo {
	height: auto;
	left: 50%;
	margin: 0 auto;
	max-width: 300px;
	overflow: hidden;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
	z-index: 9999;
}

#preloader-logo img {
	height: auto;
	position: relative;
	width: 100%;
	z-index: 20;
}

body {
	background-color: #fff;
 	color: #777;
 	font-size: 18px;
 	font-weight: 300;
	line-height: 25px;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}


/* Print Setup */

body.contentpane {
	background: #fff;
 	color: #555;
 	font-size: 18px;
	line-height: 25px;
	text-align: left;
}

.contentpane #maininfo {
	background: #fff;
	padding: 15px;
}


/* Global HTML ############################################################################################################################################ */

.clear {
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	border: none;
	color: #98978d;
	line-height: normal;
}

h1, h2, .home h2 {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: normal;
	margin: 0 0 60px 0;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 28px;
}

.home h1 {
	background-color: #98978d;
	border: none;
	text-align: center;
	width: 60%;
	height: 3px;
	width: 100%;
	margin: 0 0 50px 0;
}

.home h1 span {
	background-color: #f8f8f8;
	bottom: 35px;
	height: 20px;
	padding: 20px 15px;
	display: inline-block;
	z-index: 500;
	position: relative;
}

h2 {
	background-color: #98978d;
	border: none;
	text-align: center;
	width: 60%;
	height: 3px;
	width: 100%;
	margin: 0 0 50px 0;
}

h2 span {
	background-color: #fff;
	bottom: 35px;
	height: 20px;
	padding: 20px 15px;
	display: inline-block;
	z-index: 500;
	position: relative;
}

h2 {
	border: none;
	font-size: 24px;
	margin: 0 0 10px 0;
}

h3 {
	border: none; 
	font-size: 20px;
	margin: 15px 0 5px 0;
	padding: 0;
}

h4 {
	border: none; 
	font-size: 16px;
	letter-spacing: 0;
	margin: 15px 0 10px 0;
	padding: 0;
}

h5 {
	border: none; 
	color: #878787;
	font-size: 12px;
	margin: 0;
	padding: 0 0 5px 0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: justify;
}

ol, ul {
	list-style-type: disc;
	margin: 0;
	padding: 5px 0 10px 30px;
}

li {
	margin: 0 0 10px 0;
	text-align: left;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}


table.zaundata {
	border: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 0;
	margin: 10px 0 30px 0;
}

.zaundata tr {
	background-color: #fff;
}

.zaundata tr:nth-child(2n+1) {
	background-color: #eee;
}

.zaundata caption, .zaundata th, .zaundata td {
	border: 1px solid #ddd;
	padding: 3px 10px;
	text-align: center;
	vertical-align: top;
}

.zaundata th {
	font-size: 12px;;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

a, #thank-you {
	color: #2f695b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

hr {
	background-image: -webkit-linear-gradient(left, transparent, #4e5a64, transparent); 
	background-image: -moz-linear-gradient(left, transparent, #4e5a64, transparent); 
	background-image: -ms-linear-gradient(left, transparent, #4e5a64, transparent); 
	background-image: -o-linear-gradient(left, transparent, #4e5a64, transparent); 
	background-image: linear-gradient(left, transparent, #4e5a64, transparent); 
	border: 0;
	clear: both;
	display: inline-block;
	height: 1px;
	margin: 30px 0;
	width: 100%;
}




/* Global Elements############################################################################################################################################ */

footer,
.topbar,
#intro-inner,
#header-top-inner,
.toolbar .submenu.icon ul,
.section-inner,
#infocenter-icons,
#maininfo,
#headerboxes {
	max-width: 1320px;
}

#mobile-header {
	display: none;
}


/* Video */

#video-container {
	float: right;
	margin: 0 0 0 30px;
	width: 50%;
}



/* Icontop */

.icontop {
	height: 40px;
	margin: 0;
	position: relative;
	width: auto;
}


#wrapper {
	background-color: #f8f8f8;
	margin: 0 auto;
	padding: 100px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 200;
}



/* Nav Area */

#nav {
	background-color: rgba(223, 223, 223, 0.85);
	border-left: none;
	border-right: none;
	height: 50px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5000;
}

.home #nav {
	position: fixed;
}


@-webkit-keyframes glint {
0% {
	left: -20%;
	opacity: 1;
}
85% {
	opacity: 0;
}
100% {
	left: 120%;
	opacity: 0;
}
}

@keyframes glint {
0% {
	left: -20%;
	opacity: 1;
}
85% {
	opacity: 0;
}
100% {
	left: 120%;
	opacity: 0;
}
}



@-webkit-keyframes star1 {
0% {
	opacity: 0;
	-webkit-transform: rotate(0deg);
}
50% {
	opacity: 1;
}
100% {
	opacity: 0;
	-webkit-transform: rotate(180deg);
}
}

@keyframes star1 {
0% {
	opacity: 0;
	-webkit-transform: rotate(0deg);
}
50% {
	opacity: 1;
}
100% {
	opacity: 0;
	-webkit-transform: rotate(180deg);
}
}


@-webkit-keyframes star2 {
0% {
	opacity: 0;
}
50% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}

@keyframes star2 {
0% {
	opacity: 0;
}
50% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}



#nav-inner {
	height: 100%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
}

.home #nav-inner {
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.home #nav-inner.show {
	opacity: 1;
}




/* Logo */

#nav .logo {
	float: left;
	margin: 0 0 0 5%;
	max-width: 400px;
	position: relative;
	width: 100%;
	z-index: 100;
}

.logo a {
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.logo img {
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.logo h2 {
	background-color: transparent;
	text-transform: none;
}


#logoscroll {
	display: none;
	height: 25px;
	left: 0;
	position: absolute;
	top: 2px;
}

#logoscroll img {
	height: 100%;
	width: auto;
}





/* Sprachen */

#sprachen {
    display: none;
    height: 100px;
    margin: 0;
    padding: 140px 0 0 0;
    position: absolute;
    right: 3%;
    text-align: center;
    top: 12%;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
	-webkit-transform: rotate(10deg) scale(1);
	-moz-transform: rotate(10deg) scale(1);
	-ms-transform: rotate(10deg) scale(1);
	-o-transform: rotate(10deg) scale(1);
	transform: rotate(10deg) scale(1);
	width: 100px;
    z-index: 550;
}

#sprachen:hover {
	-webkit-transform: rotate(10deg) scale(1.1);
	-moz-transform: rotate(10deg) scale(1.1);
	-ms-transform: rotate(10deg) scale(1.1);
	-o-transform: rotate(10deg) scale(1.1);
	transform: rotate(10deg) scale(1.1);
}

.home #sprachen {
	display: block;
	opacity: 1;
}

#sprachen ul {
	margin: 0;
	padding: 0;
}

#sprachen li {
	display: inline-block;
	margin-left: 3px !important;
	margin-right: 3px !important;
}

#sprachen li a {
	color: #777778;
	font-size: 15px;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#sprachen a:hover {
	color: #c00;
}

#sprachen img {
	height: auto;
	width: 100%;
}





/* Burger Menu */

.menuItem{
	display: inline;
	margin: 70px 10px 20px 10px;
	font-size: 20px;
	font-family: 'Antic Slab', serif;
	font-weight: lighter;
	color: #98978d;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
  }
  
  .menuLogo img {
	width: 45%;
	top: 150px;
	position: relative;
	left: 38px;
  }

  .menuItem:hover {
	text-decoration: underline;
  }
  
  .hamburger {
	position: fixed;
	border: none;
	font-style: normal;
	color: white;
	z-index: 100;
	top: -5px;
	right: 10%;
	background: transparent;
	cursor: pointer;
	width: 70px;
	height: 80px;
	border-radius: 10px;
	display: none;
  }

  .hamburger img {
	width: 45px;
	position: relative;
	top: 6px;
  }
  
  .closeIcon {
	display: none;
  }
  
  .menu {
	position: fixed;
	transition: transform 0.2s;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	color: white;
	list-style: none;
	padding-top: 10px;
	height: 100%;
	width: 100%;
	text-align: center;
	height: 70px;
  }
  
  .menu li {
  display: inline;
  margin-top: -80px;
}

  .showMenu {
	transform: translateX(0%);
  }



/* Topbar Menu */

.topbar-wrapper {
	background-color: #cccccb;
	height: 30px;
	left: 0;
	margin: 0 auto;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 3500;
}

.topbar {
	height: 100%;
	margin: 0 auto;
	padding: 5px 20px 0 20px;
	position: relative;
}

.topbar .menu {
	float: right;
	margin: 0 auto;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.topbar ul.menu li.level_1 {
	display: inline-block;
	float: right;
	position: relative;
}

.topbar .menu li.level_1 a {
	color: #fff;
	display: block;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.topbar ul.menu li.level_1:hover a {
	opacity: 1;
}

.topbar .menu li.active a.level_1 {
	color: #555;
}

.topbar ul.menu li.level_1 a span.menu-desc {
	display: none;
}

.toolbar ul.menu li.level_1.home {
	margin: 0;
	min-width: 0;
	position: relative;
	width: 70px;
	z-index: 20;
}

.toolbar .menu li.level_1.home a {
	background: none !important;
	opacity: 0.5;
	position: relative;
}

.toolbar .menu li.level_1.home a img {
	padding-top: 3px;
}






/* Toolbar Menu */

#toolbar-wrapper {
	height: 80px;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.toolbar {
	margin: 0 auto;
	position: relative;
}

#toolbar-wrapper .toolbar .menu {
	list-style-type: none;
	padding: 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
	z-index: 20;
}

.home #toolbar-wrapper .toolbar .menu {
	display: none;
}

.toolbar ul.menu li.level_1 {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	position: relative;
	text-align: center;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	z-index: 20;
	width: 20%;
}

.toolbar .menu li.level_1 a {
	background-color: transparent;
	background-position: center -50px;
	background-repeat: no-repeat;
	color: #98978d;
	cursor: pointer;
	display: block;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 30px;
	overflow: hidden;
	padding: 10px 15px 10px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.toolbar .menu li.level_1:hover a {
	background-position: center 35px;
}

.toolbar .menu li.level_1:hover {
	opacity: 1;
}

.toolbar .menu:hover li.level_1 a {
	opacity: 0.25;
}

.toolbar .menu li.level_1:hover a {
	opacity: 1;
}

.toolbar ul.menu li.level_1:hover a {
	color: #fff;
}



/*########## Toolbar Submenu Start MEGAMENU ########## */

.toolbar ul.menu li .submenu {
	border: none;
	border-bottom: 10px solid #fff;
	-webkit-box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.35);
	display: none;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	right: 0; 
	text-align: center;
	top: 110px;
	width: 100%;
}

.toolbar ul.menu li .submenu * {
	white-space: normal;
}

.toolbar ul.menu li .submenu .submenu-wrapper {
	background-color: #2f695b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-top: none;
	display: inline-block;
	margin-top: 10px;
	padding: 20px 2%;
	width: 100%;
}

.toolbar ul.menu li .submenu div.submenu-inner {
	display: inline-block;
	float: right;
}

.toolbar ul.menu li .submenu .submenu-inner h3 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.toolbar ul.menu li .submenu div.toolbar-info,
.toolbar ul.menu li .submenu div.toolbar-image,
.toolbar ul.menu li .submenu ul {
	border-top: 4px solid #666667;
	float: left;
	vertical-align: top;
}

.toolbar ul.menu li .submenu .submenu-inner div.toolbar-info,
.toolbar ul.menu li .submenu .submenu-inner div.toolbar-image {
	float: left;
	margin: 0;
	max-width: 350px;
	padding: 15px 20px 0 0;
	position: relative;
}

.toolbar ul.menu li .submenu .submenu-inner.right div.toolbar-info,
.toolbar ul.menu li .submenu .submenu-inner.right div.toolbar-image {
	float: right;
	padding: 15px 0 0 20px;
}

.toolbar ul.menu li .submenu div.toolbar-info p {
	color: #fff;
	line-height: 20px;
}

.toolbar ul.menu li .submenu div.toolbar-info img {
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	height: auto;
	margin: 0 0 15px 0;
	width: 100%;
}

.toolbar ul.menu li .submenu .submenu-inner ul {
	list-style-type: none;
	margin: 0 auto;
	min-width: 240px;
	padding: 10px 0 15px 20px;
}

.toolbar ul.menu li .submenu .submenu-inner.right ul {
	padding: 10px 20px 15px 0;
}

.toolbar ul.menu li.level_1 .submenu ul li {
	border: none;
	border-bottom: 1px dashed #fff;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
}

.toolbar ul.menu li.level_1 .submenu ul li.list-image {
	border: none;
	margin: 15px 0;
	text-align: center;
}

.toolbar ul.menu li.level_1 .submenu ul li.list-image img {
	height: auto;
	width: 80%
}

.toolbar ul.menu li.level_1 .submenu ul li.separator {
	border: none;
	clear: both;
	display: inline-block;
	float: none;
	margin: 15px 0 5px 0;
	width: 100%;
}

.toolbar ul.menu li .submenu .submenu-inner ul li.subtitle {
	border: none !important;
}

.toolbar .submenu .submenu-inner ul li.subtitle h3 {
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 10px 0 5px 0;
	opacity: 0.7;
	padding: 0;
	text-transform: uppercase;
}

.toolbar ul.menu li .submenu .submenu-inner ul li.subtitle h4 {
	border: none;
	color: rgba(0,0,0,0.5);
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 20px 0 5px 0;
	padding: 0;
}

.toolbar ul.menu li.level_1 .submenu ul li a {
	background: none !important;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 2px 10px 0px 5px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
}

.toolbar ul.menu li.level_1.nav1 .submenu ul li a {
	padding: 7px 10px 5px 5px;
}

.toolbar ul.menu li.level_1 .submenu ul li span.separator {
	clear: both;
	font-size: 13px;
	font-style: italic;
	padding-top: 15px;
	width: 100%;
}

.toolbar ul.menu li.level_1 .submenu ul li a::before {
	content: "\00BB \0020";
	display: block;
	float: left;
	font-size: 14px;
	padding: 0 0 0 5px;
}

.toolbar .submenu .submenu-inner ul li.menulogo {
	margin-top: 25px;
	position: relative;
}

.toolbar .submenu .submenu-inner ul li.menulogo img {
	height: auto;
	position: relative;
	width: 80%;
}

.toolbar ul.menu li.level_1 .submenu ul li:hover {
	background-color: rgba(0,0,0,0.25);
}

.toolbar ul.menu li.level_1 .submenu ul li.menulogo:hover {
	background: none;
}

.toolbar ul.menu li.level_1 .submenu ul li:hover a {
	color: #fff;
}

.toolbar ul.menu li.level_1 .submenu ul li.subtitle:hover {
	background: none;
}

.toolbar ul.menu li.level_1 .submenu ul li:hover a {
	padding-left: 10px;
	padding-right: 5px;
}





/*########## Toolbar Submenu Start DROPDOWN ##########


.toolbar ul.menu li .submenu {
	background-color: #666667;
	border: none;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	display: none;
	left: 50%;
	margin: 0 0 0 -1px;
	padding: 0;
	position: absolute;
	right: auto;
	top: 100px !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	z-index: 999;
}

.toolbar ul.menu li .submenu h3, .toolbar li .submenu .toolbar-info {
	display: none !important;
}

.toolbar ul.menu li .submenu ul {
	border-top: none;
	list-style-type: none;
	padding: 10px 0 3px 0;
}

.toolbar ul.menu li .submenu ul li {
	border-bottom: 1px dashed rgba(255,255,255,0.25);
	display: block;
	height: auto;
	margin: 0;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
}

.toolbar ul.menu li .submenu ul li.subtitle {
	display: none !important;
}

.toolbar ul.menu li .submenu ul li:hover {
	background-color: rgba(0,0,0,0.25);
	}

.toolbar ul.menu li .submenu ul li:last-child {
	border: none;
}

.toolbar ul.menu li .submenu ul li a {
	background: none !important;
	color: #fff !important;
	display: block;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 3px 25px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	white-space: nowrap;
	width: auto;
}

.toolbar ul.menu li .submenu ul li a.smalloption {
	color: #aaa !important;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding-top: 20px;
	text-transform: none;
}

.toolbar ul.menu li .submenu ul li a::before {
	content: none;
}

.toolbar ul.menu li .submenu ul li a:hover {
	color: #fff !important;
	text-decoration: none;
}

*/

/*########## Toolbar Submenu End ##########*/






/* ##### Intro Start #################### */

#intro {
	background: url(../../images/headers/privatinsolvenz-rechtsanwalt-windmaißer.png) no-repeat scroll center center;
	background-size: cover;
	clear: both;
	height: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}

#downlink {
	bottom: 135px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 500;
}

#downlink a {
	left: 0;
	margin: 0 auto;
	padding-top: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100px;
}

#downlink a:hover {
	background: transparent url("../../images/site/downlink.png") no-repeat scroll center top;
	padding-top: 12px;
}

#downtarget {
	bottom: 60px;
	position: absolute;
}

#intro-inner {
	height: 100%;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 30;
}

#intro-logo {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 300px;
}




/* Logo Home */

#home-extra {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 59%;
	width: 100%;
	z-index: 500;
}


.intro-title {
	display: inline-block;
	position: relative;
}

.intro-title p {
	margin: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 20px 350px;
	text-shadow: #000 0px 0px 10px;
	font-weight: bolder;
}

.intro-title h3 {
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	border:  none !important;
}

#homelogo {
	margin: 0 0 0 5%;
	position: relative;
	text-align: center;
	width: 400px;
	z-index: 300;
}

.logopart {
	left: 0;
	opacity: 0;
	position: absolute;
	top: -150px;
	width: 100%;
}

#logo4 {
	opacity: 0;
	position: relative;
}

.logopart img,
#logo4 img {
	height: auto;
	width: 100%;
}

#logo p {
	position: relative;
	text-align: center;
	z-index: 50;
}

#logoscroll {
	left: 20px;
	position: absolute;
	top: 10px;
	width: 150px;
}

.home #logoscroll {
	display: none;
}

.logo {
	position: absolute;
	z-index: 2;
	width: 100%;
	top:  20%;
}

.logo, .logo p, .logo a, .logo img {
	margin: 0;
	padding: 0;
	text-align: center;
}

.logo img {
	border: none;
	height: auto;
	margin: 0 auto;
	width: 40%;
}

.logo p.claim {
	color: #965e77;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	margin: 0;
	opacity: 0;
	padding: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}



/* Homenav */

#homenav {
	bottom: 0;
	left: 0;
	margin: 0 0 0 450px;
	padding: 0;
	position: absolute;
	text-align: center;
	z-index: 550;
}

#homenav .menu {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#homenav ul.menu li.level_1 {
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 20;
}

#homenav ul li.level_1 a {
	color: #fff;
	display: block;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 20px 7px 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	z-index: 20;
}


#homenav ul.menu li.level_1 img {
	bottom: 0;
	left: 0px;
	margin: 0 auto;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	z-index: 10;
}


#homenav ul.menu li.level_1:hover img {
	bottom: 50px;
	opacity: 1;
}





/* Topbar Submenu Slide */


#homenav ul li.level_1 .submenu {
	background-color: #666667;
	border: 2px solid #fff;
	border-bottom: none;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	display: none;
	left: 50%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 35px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 230px;
	z-index: 10;
}

#homenav ul li.level_1 .submenu {
	top: 25x;
}

#homenav ul li.level_1 .submenu ul {
	list-style-type: none;
	padding: 10px 0 25px 0;
	width: auto;
}

#homenav ul li.level_1 .submenu ul li {
	border-bottom: 1px dashed #aaa;
	margin: 0;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

#homenav ul li.level_1 .submenu ul li:last-child {
	border: none;
}

#homenav ul li.level_1 .submenu ul li a {
	background: none;
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	width: auto;
}

#homenav ul li.level_1 .submenu ul li:last-child a {
	padding-bottom: 10px;
}

#homenav ul li.level_1 .submenu ul li:hover {
	background: rgba(0,0,0,0.5);
}

#homenav ul li.level_1 .submenu ul li:hover a {
	background: none;
	color: #fff;
}

/*
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto auto auto auto;
}

.mySlides {
  display: none;
  height: 400px;
}

.mySlides img {
  width: 600px; 
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px;
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px;
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.8);
}
*/

.text {
    color: #98978d;
    font-size: 15px;
    line-height: 22px;
    float: right;
    padding: 15px 25px 30px 25px;
    position: relative;
    bottom: 150px;
    width: 50%;
    text-align: center;
    background-color: #f8f8f8;
}

.text p {
	margin: 25px 0;
}

.text h3 {
	background-color: none;
}

.text a {
	border: 2px solid #98978d;
	color: #98978d;
	padding: 5px 0px;
	display: inline-block;
	width: 100%;
	transition: all 0.5s;
}

.text a:hover {
	background-color: rgba(255, 255, 255, 1.0);
	text-decoration:  none;
}

/*
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active,
.dot:hover {
    background-color: #717171
} */


.slider {
  width: 800px;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin: 150px auto 0 auto;
}

.slides {
  width: 500%;
  height: 500px;
  display: flex;
  margin:  0 0 50px 0;
}

.slides input {
  display: none;
}

.slide {
  width: 20%;
  transition: 2s;
}

.slide img {
  width: 600px;
  height: auto;
}

/*css for manual slide navigation*/

.navigation-manual {
  position: absolute;
  width: 800px;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.manual-btn {
  border: 2px solid #c7c1c1;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child){
  margin-right: 40px;
}

.manual-btn:hover{
  background: #c7c1c1;
}

#radio1:checked ~ .first{
  margin-left: 0;
}

#radio2:checked ~ .first{
  margin-left: -20%;
}

#radio3:checked ~ .first{
  margin-left: -40%;
}

#radio4:checked ~ .first{
  margin-left: -60%;
}

/*css for automatic navigation*/

.navigation-auto {
  position: absolute;
  display: flex;
  width: 800px;
  justify-content: center;
  margin-top: 515px;
}

.navigation-auto div{
  border: 2px solid #c7c1c1;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child){
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
  background: #c7c1c1;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
  background: #c7c1c1;
}

#radio3:checked ~ .navigation-auto .auto-btn3{
  background: #c7c1c1;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
  background: #c7c1c1;
}
      
/* Slide Captions 

#slidedescription { 
	background-color: #f8f8f8;
	color: #fff;
	left: 5%;
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden; 
	padding: 25px 25px 30px 25px;
	position: absolute;
	text-align: center;
	top: 40%;
}

.slidetitle, .slidecaption {
	color: #fff;
	line-height: normal;
	text-align: left;
}

.slidetitle span {
	display: inline-block;
	font-size: 20px;
	line-height: 27px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color:  #ccc;

} 

.slidecaption {
	color: #ccc;
	clear: both;
	display: block;
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 10px 0;
	text-align: left;
} 

.slidelink a {
	border: 1px solid #ccc;
	color: #ccc;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: normal;
	margin: 5px 0 0 0;
	padding: 13px 20px 15px 20px;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.slidelink a:hover {
	background-color: rgba(255, 255, 255, 0.85);
	border: 1px solid #4e5a64;
	color: #4e5a64;
}

*/

/* ##### Intro End #################### */


/* Header */

header {
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0 0 0;
	position: relative;
	z-index: 10;
}

.home header {
	height: 450px;
}




/* Artikel Header */

#article-header {
	background: #ccc url("../../images/article-header.jpg") no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: inline-block;
	height: 100%;
	margin: 0 0 15px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 100;
	top:  -100px;
}

#article-header.thinheader {
	height: 250px;
}

 #article-header img {
	height: auto;
	left: 50%;
	min-height: 100% !important;
	min-width: 100% !important;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 320px;
	width: auto;
}

#article-header h2 {
	background-color: transparent;
	color: #fff;
	display: inline-block;
	font-size: 36px;
	left: 50%;
	letter-spacing: 3px;
	margin: 0;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	top: 47%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 500;
}

#header-image-overlay {
	background: rgba(0,0,0,0.25);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.home #header-image-overlay {
	display: block;
}

#header-image {
	background: url(../../images/headers/privatinsolvenz-rechtsanwalt-windmaißer.png) no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
	top: -100px;
}



/* Header-Boxes */

#headerboxes {
	height: 250px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 200;
}

.headerbox {
	background: #aaaaa9 no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 2px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 100%;
	margin: 0 1%;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 30%;
	z-index: 10;
}

.headerbox:hover {
	border: 2px solid #4e5a64;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 20;
}

.headerbox h3 {
	background-color: #4e5a64;
	border-bottom: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	left: 0;
	margin: 0;
	padding: 7px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
}

.headerbox:hover h3 {
	background-color: #fff;
	border-bottom: 2px solid #4e5a64;
	color: #4e5a64;
}

.headerbox a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 20;
}

.header-top {
	height: 45px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}

#header-top-inner {
	height: 100%;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
}

#headertitle {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -225px;
}

#headertitle h2 {
	background-color: rgba(0,0,0,0.35);
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	letter-spacing: 5px;
	padding: 10px 25px 12px 25px;
	text-align: center;
	text-transform: uppercase;
}








/* Content */

#content-wrapper {
	background-color: #fff;
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0 0 35px 0;
	position: relative;
	z-index: 20;
}

.home #content-wrapper {
	max-width: 100%;
	padding: 0;
}

#content {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}


/* Main */

#maininfo {
	margin: 0 auto;
	position: static;
}

.onepage #maininfo {
	max-width: 100%;
	padding: 0 0 0 0;
}

#maininfo h5 {
	color: #fff;
	float: left;
	font-size: 42px;
	left: 0;
	letter-spacing: 3px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -250px;
}

.formular p.formtitle {
	color: #2f695b;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 24px;
	margin: 20px 0 5px 0;
	position: relative;
	text-align: left;
	width: 100%;
}


.maininfo-left {
	float: left;
	width: 48.5%;
}

.maininfo-right {
	float: right;
	width: 48.5%;
}

#maininfo img.left,
#maininfo .img-intro-left {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	float: left;
	margin: 0 3% 15px 0;
	width: 48.5%;
}

#maininfo img.right,
#maininfo .img-intro-right {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	float: right;
	margin: 0 0 15px 3%;
	width: 48.5%;
}

#maininfo .img-intro-left img,
#maininfo .img-intro-right img {
	margin: 0;
	width: 100%;
}

.onepage #maininfo img.left,
.onepage #maininfo .img-intro-left,
.onepage #maininfo img.right,
.onepage #maininfo .img-intro-right {
	margin-bottom: 0 !important;
}

img.wide {
	clear: both;
	float: none;
	margin: 20px 0 0 0;
	width: 100%;
}

.section-inner img.wide {
	margin: 0 !important;
}

#maininfo .quote {
	color: #aaa;
	font-size: 16px;
	list-style-type: none;
	margin: 20px 0 15px 0;
}

#maininfo .quote span {
	font-size: 12px;
	font-style: italic;
	padding-left: 5px;
}

#maininfo ol {
	list-style-type: decimal;
	padding: 5px 0 10px 30px;
}

#maininfo ul.actions {
	float: right;
	height: 22px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 10px;
}

#maininfo ul.actions img {
	border: none;
	width: auto !important;
}

#maininfo ul.actions li {
	display: inline;
}

#maininfo .noborder {
	border: none !important;
}





/* Readmore */

#maininfo .readmore a {
	display: inline-block;
	font-style: italic;
	margin-top: 5px;
	text-decoration: none;
}





/* Blog Columns */

.blog {
	float: left;
	width: 48%;
}

.blog:nth-child(odd) {
	margin: 0 0 35px 2%;
}

.blog:nth-child(even) {
	margin: 0 2% 35px 0;
}

.blog img {
	margin-bottom: 50px !important;
	width: 40$ !important;
}





.whoops {
	padding-bottom: 250px;
}




/*##### Section Styling #####*/

.section {
	clear: both;
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 2% 70px 2%;
	position: relative;
	width: 96%;
	z-index: 20;
}

.section:first-child {
	padding-top: 0;
}

.section.dark {
	background-color: #eaeaec;
}

.section-inner {
	margin: 0 auto;
	padding: 0 175px;
	position: relative;
}

.section-inner.zentriert {
	text-align: center;
}

.section:first-child {
	padding-top: 0;
}

.section:last-child {
	margin-bottom: 0;
}

.section-link {
	color: #2f695b;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding-left: 0;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.section#kontakt {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding-bottom: 0;
	margin-top: 70px;
	left: -40px;
}

.section#kontakt::after {
	background-image: url(../../images/insolvenz-anwalt-muenchen.jpg);
	background-size: cover;
	content: "";
	opacity: 0.12;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1; 
	width: 100%;
	overflow-x: hidden;
}

.jumplink {
	position: absolute;
	top: -120px;
}

.section-link:hover {
	padding-left: 10px;
}

.section-bg {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	height: 150%;
	position: absolute;
	top: 0;
	width: 100%;
}

.section-head, .section-foot {
	height: 30px;
	position: absolute;
	width: 100%;
	z-index: 2000;
}

.section-head {
	background: transparent url("../../images/section-head.png") no-repeat center top;
	top: 0;
}

.section-foot {
	background: transparent url("../../images/section-foot.png") no-repeat center top;
	bottom: 0;
}

.lbox, .mbox, .rbox {
	padding-bottom: 30px;
	position: relative;
}

.onepage .lbox, .onepage .mbox, .onepage .rbox {
	padding-bottom: 0;
}

.lbox {
	float: left;
	width: 47%;
}

.mbox {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

.rbox {
	float: right;
	width: 47%;
}

.insolvenzrecht {
	text-align: center;
}

.bildbox {
}

.textbox {
}




/* HomeIntro */

#homeintro.section {
	padding: 20px 0 90px 0;
	background: #f8f8f8;
 	width: 100%;
}

#homeintro.section-inner {
	padding: 0;
}



/* HomeBand */

#homeband.section {
	background-color: #2f695b;
	height: 500px;
	margin-top: 100px;
	padding: 0 2% 0 2%;
	text-align: center;
}

#homeband .section-inner {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#homeband .lbox,
#homeband .mbox,
#homeband .rbox {
	float: left;
	margin: 0 4%;
	padding: 0;
	position: relative;
	width: 25%;
}

#homeband .extrabox {
	margin: 0 auto;
	padding: 0;
	max-width: 780px;
	position: relative;
}

#homeband h2 {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	padding: 7px 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#homeband h3 {
	border: none;
	color: #ccc;
	font-size: 16px;
	padding: 0;
	margin: 0 0 7px 0;
	text-align: center;
	text-transform: uppercase;
}

#homeband h4 {
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#homeband p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}

#homeband p.section1-link {
	padding-top: 15px;
	text-align: center;
}

#homeband p a {
	color: #fff;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}

#homeband .section-link a {}
#homeband .section-link a:hover {}



#homeband .section-link {
	color: #999;
}

#homeband .section-link:hover {
	color: #fff;
}





/* Blogboxes */

#blogboxes {
	display: inline-block;
}

.blogbox {
	margin-bottom: 30px;
	position: relative;
}

.blogbox h3 {
	border-bottom: 1px dashed #666667;
	font-size: 22px;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
}

.blogbox img {
	margin: 0 0 10px 0;
}






/*##### Service Icons ##### */

#services {
	clear: both;
	display: inline-block;
	margin: 20px 0 20px 0;
	position: relative;
	text-align: center;
}

#services h2 {
	display: inline-block;
	margin: 40px 0 25px 0;
	text-align: center;
}

.service-box {
	display: inline-block;
	margin: 15px 1% 35px 1%;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 31%;
}

/*
.service-box:nth-child(3n+2) {
	margin: 15px 3.5%;
}
*/

.service-box a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 20;
}

.service-box .icon-overlay {
	background: transparent url("../../images/site/zoom.png") no-repeat scroll center center;
	bottom: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
	z-index: 10;
}

.service-icon {
	border: 2px dashed #666667;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
	-o-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
	-ms-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
	overflow: hidden;
	margin: 0 auto 20px auto;
	padding: 0;
	position: relative;
	text-align: center;
	-moz-transition: all 0.15s ease-in-out 0s;
	-ms-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
	width: 40%;
}

.service-box:hover .service-icon {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.service-icon img {
	height: auto;
	margin: 0;
	position: relative;
	width: 100%;
}

.service-icon img.b {
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
}

.service-icon img.a {
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	z-index: 10;
}

.service-box:hover img.a {
	opacity: 0;
}

.service-box:hover img.b {
	opacity: 1;
}

.service-title {
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center !important;
}

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

 .segment-link {
 	display: inherit;
	margin: 0;
	padding: 0;
	text-align: center;
}

.segment-link p {
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #666667;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.service-box:hover .segment-link p {
	background-color: #666667;
	border: 2px solid #fff;
	color: #fff;
}










/* Info Banner */

#infobanner .section-inner {
	background-color: #666667;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}

#infobanner .info {
	float: left;
	padding: 1% 2% 2% 2%;
	width: 46%;
}

#infobanner .info h3 {
	border: none;
	color: #fff;
	font-size: 20px;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0 !important;
	text-align: left;
}

#infobanner .info p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: justify;
}

#infobanner .info a {
	color: #555;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	padding: 0;
}

#infobanner .info .searchbox {
	float: left;
	margin: 0;
	max-width: none;
	padding: 0;
	position: relative;
	width: 50%;
}

#infobanner .info .recommend {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	width: 45%;
}

#infobanner .info h4 {
	margin: 0 0 5px 0;
	padding: 0;
}

#infobanner .image {
	background: #fff no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 50%;
}

#infobanner .info ul {
	float: left;
	list-style: none !important;
	margin: 0;
	padding: 0 0 0 20px !important;
	width: 100%;
}

#infobanner .info ul li {
}

#infobanner .info ul li.spacer {
	border: none;
	height: 20px;
}

#infobanner .info li a::before {
	content: "\00BB \0020";
	display: block;
	float: left;
	font-size: 14px;
	margin-left: -10px;
}

#infobanner .info li a {
	color: #555;
	display: block;
	padding: 3px 10px 3px 0px;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#infobanner .info li a:hover {
	padding: 3px 0px 3px 10px;
}

#infobanner .info ul li img {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}






/* Wide Box */

.boxwide {
	background-color: #fff;
	border: 2px solid #2f695b;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	max-width: 1100px;
	overflow: hidden;
	padding: 0;
}

.boxinfo {
	float: left;
	padding: 1% 0 2% 2%;
	width: 46%;
}

.boxinfo h2 {
	border: none;
	font-size: 24px;
	letter-spacing: 0.5px;
	padding: 15px 0 0 0;
	margin: 0 0 10px 0;
	text-align: left;
}

.boxinfo p {
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: justify;
}

.boxinfo a {
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	padding: 0;
}

.boxinfounit {
	border: 1px solid #4e5a64;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 10px;
	display: inline-block;
	margin: 10px 0;
	padding: 0 5%;
	width: 90%;
}

#boxinfounit1 {	background: transparent url("../../images/beratung-planung.png") no-repeat scroll 15px center;}
#boxinfounit2 {	background: transparent url("../../images/verkauf-produkte.png") no-repeat scroll 15px center;}
#boxinfounit3 {	background: transparent url("../../images/lieferung-montage.png") no-repeat scroll 15px center;}
#boxinfounit4 {	background: transparent url("../../images/wartung-reparatur.png") no-repeat scroll 15px center;}

.boxinfounit h4 {
	font-size: 20px;
	margin: 10px 0 5px 0;
}

.boxinfounit h4, .boxinfounit p {
	padding-left: 60px;
}

.boximage {
	background: #fff no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: right;
	height: 100%;
	margin: 0;
	padding: 0 5% 10px 5%;
	position: relative;
	width: 40%;
}

.boximage h3 {
	color: #fff;
	font-size: 30px;
}

.boximage p, .boximage a {
	color: #fff;
}



/* Iconrows */

.iconrows {
	display: inline-block;
	list-style-type: none !important;
	margin: 15px 0 0 0;
	padding: 0 !important;
	width: 100%;
}

#home .iconrows {
	opacity: 0;
}

.iconrows li {
	float: left;
	position: relative;
	text-align: center !important;
}

#home .iconrows li {
	margin: 0 0.5%;
	width: 11.5%;
}

.boxwide .iconrows li {
	margin: 0 1%;
	width: 23%;
}

.iconrows li a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}

.iconrows li img {
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
}

#home .iconrows li img {
	opacity: 1;
	width: 100%;
}

.boxwide .iconrows li img {
	opacity: 0.7;
	width: 60%;
}

.iconrows li:hover img {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.iconrows li p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: -10px 0 15px 0;
	text-align: center;
	text-transform: uppercase;
}

#home .iconrows li p {
	display: none;
}







/* Offers */

.offers {
	background-color: #aaaaa9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	margin: 0;
	padding: 25px;
}

.offers h2 {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.offer {
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 300px;
	margin: 0 0.5%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 23.5%;
}

.offer a {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 100;
}

.offer .tab {
	background-color: #cc3334;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -25px;
	top: 0;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 120px;
	z-index: 700;
}

.offer .tab p {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 7px 0 5px 5px;
	text-align: center;
}

.offer .head {
	background-color: #666667;
	height: 40px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.offer .head h3 {
	border: none;
	clear: both;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 40px;
	margin: 0 !important;
	padding: 0 10px !important;
	text-align: left;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	white-space: nowrap;
}

.offer .foto {
	height: 220px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
	z-index: 10;
}

.offer:hover .foto {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.offer .foto img {
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.offer .text {
	background-color: #cccccb;
	bottom: 40px;
	color: #fff;
	height: 65px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
	z-index: 20;
}

.offer .text p {
	font-size: 12px;
	padding: 10px;
	text-align: left;
}

.offer .foot {
	background-color: #aaaaa9;
	border-top: 1px dashed #fff;
	bottom: 0;
	font-size: 14px;
	height: 40px;
	line-height: 16px;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 20;
}

.offer .ref,
.offer .preis {
	color: #fff;
	position: absolute;
	width: 100%;
}

.offer .ref {
	left: 13px;
	text-align: left;
	top: 15px;
}

.offer .preis {
	font-size: 16px;
	right: 10px;
	text-align: right;
	top: 12px;
}






/* Sidebar */

#sidebar {
	float: left;
	margin: 0 25px 0 0;
	position: relative;
	text-align: left;
	width: 250px;
}

#sidebar h3 {
	border-bottom: 1px dashed #666667;
	color: #666667;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 4px 0;
}

#sidebar ul {
	margin: 0 0 35px 0;
	padding: 0 0 0 5px;
}

#sidebar ul li {
	padding: 2px 0;
}

#sidebar ul li a {
	padding-left: 5px;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#sidebar ul li a::before {
	content: "\00BB \0020";
	display: block;
	float: left;
	font-size: 14px;
}

#sidebar ul li a:hover {
	color: #666667;
	padding-left: 10px;
}

#sidebar li.subtitle {
	font-size: 12px;
	margin: 20px 0 0 0;
	opacity: 0.5;
}

#sidebar li.subtitle h4 {
	font-size: 14px;
	font-style: italic;
	margin: 0;
}



#facebook img {
	border: 2px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 280px;
	width: 100%;
}




/* Bildhinweise */

#bildnachweise {
	list-style-type: none !important;
}

.bildnachweise {
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.bildnachweise p {
	width: 100%;
}

#bildnachweise .flyoutbox {
	display: none;
	padding: 0;
	width: 100% !important;
}

.flyoutimage {
	border: none;
	float: left;
	margin: 0 15px 10px 0;;
}

a.nohover {
	color: inherit !important;
	cursor: text !important;
	text-decoration: none !important;
}

a.nohover:hover {
	border: none !important;
}










/* Footer ############################################################################################################################################ */

#footer-wrapper {
	background-color: #c7c1c1;
	border-top: 10px solid #98978d;
	clear: both;
	padding: 50px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 1000;
}

footer {
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
}


footer h3 {
	color: #fff;
	margin: 0 0 15px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

footer .logo {
	margin: 0 0 20px 0;
	position: relative;
	width: 100%;
}

footer p {
	color: #fff;
	text-align: center;
}

footer a {
	color: #fff;
}




/* Footer Claim */

#claim-footer {
	border: none;
	clear: both;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 50px auto 0 auto !important;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}



/* Copyright */

#copyright {
	clear: both;
	display: inline-block;
	line-height: 20px;
	margin: 0 auto;
	padding: 35px 0 70px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

#copyright p {
	display: inline-block;
}

#copyright p, #copyright a {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 20px;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
}

#copyright a {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	padding: 0 3px;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#copyright a:hover {
	border-bottom: 1px dashed #fff;
	border-top: 1px dashed #fff;
	color: #fff;
}


#copyright ul.menu {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	text-align: center;
}

#copyright ul.menu li.level_1 {
	border: none; 
	border-left: 1px solid #fff;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}

a.nohover {
	cursor: text !important;
	text-decoration: none !important;
}

a.nohover:hover {
	border: none !important;
}





/* Google Map */

.apcmap {	
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#maininfo .apcmap {
	width: 100%;
}


#maininfo .apcmap iframe {
	height: 470px !important;
	width: 100%;
}



/* Toplink*/

#toplink-wrapper {
	bottom: -1px;
	display: none;
	height: 50px;
	left: 50%;
	margin: 0 auto;
	position: fixed;
	z-index: 10000;
}

#toplink {
	background: transparent url("../../images/site/toplink.png") no-repeat scroll center top;
	height: 50px;
	left: -50%;
	margin: 0 auto;
	position: relative;
	width: 100px;
}

#toplink p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#toplink a {
	padding: 0 50px 25px 50px;
	text-decoration: none;
}



/* Top Achor*/

#top {
	bottom: -1px;
	height: 0;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1;
}




/* Modules ########################################################################################## */





/* MODULE: Infocentre */

#infocenter {
	clear: both;
	margin: 0 auto;
	padding: 50px 0 35px 0;
	position: relative;
	text-align: center;
	width: 100%;
}


/* MODULE: Infocenter Angebote */

.angebote {
	background-color: #ddddde;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	margin: 0;
	padding: 2%;
	text-align: center;
	width: 96%;
}

.angebote h2 {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.angebot {
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 300px;
	margin: 0 0.5%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 23.5%;
}

.angebot a {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 100;
}

.angebot .tab {
	background-color: #222223;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -25px;
	top: 0;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 120px;
	z-index: 700;
}

.angebot .tab p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 7px 0 4px 5px;
	text-align: center;
}

.angebot .head {
	background-color: #777778;
	height: 40px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.angebot .head h3 {
	border: none;
	clear: both;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 40px;
	margin: 0 !important;
	padding: 0 10px !important;
	text-align: left;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	white-space: nowrap;
}

.angebot .foto {
	height: 220px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
	z-index: 10;
}

.angebot:hover .foto {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.angebot .foto img {
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.angebot .text {
	background-color: #666667;
	bottom: 40px;
	color: #fff;
	height: 65px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
	z-index: 20;
}

.angebot .text p {
	font-size: 12px;
	padding: 10px;
	text-align: left;
}

.angebot .foot {
	background-color: #777778;
	border-top: 1px dashed #fff;
	bottom: 0;
	font-size: 14px;
	height: 40px;
	line-height: 16px;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 20;
}

.angebot .ref,
.angebot .preis {
	color: #fff;
	position: absolute;
	width: 100%;
}

.angebot .ref {
	left: 13px;
	text-align: left;
	top: 15px;
}

.angebot .preis {
	font-size: 16px;
	right: 10px;
	text-align: right;
	top: 12px;
}






/* MODULE: Infocenter Anfahrt */

#infocenter-anfahrt {
	margin: 50px auto 0 auto;
	max-width: 900px;
	min-width: 600px;
	padding: 70px 2%;
	width: 75%;
}

#infocenter-anfahrt h3, #infocenter-anfahrt p {
	text-align: center;
}

#infocenter-anfahrt h3 {
	font-size: 22px;
	margin: 0 0 10px 0; 
	text-align: center;
	text-transform: uppercase;
}

#infocenter-anfahrt p {
	text-align: center;
}

#infocenter-anfahrt form input {
	background-color: #e7efee;;
	border: 1px solid #87aeaa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #555;
	font-size: 16px;
	margin: 15px 0 20px 0;
	padding: 10px 1.5%;
	text-align: center;
	width: 97%;
}

#infocenter-anfahrt button {
	background-color: #4e5a64;
	border: 2px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 0;
	padding: 12px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#infocenter-anfahrt button:hover {
	background-color: #fff;
	border: 2px solid #4e5a64;
	color: #4e5a64;
	padding: 12px 50px;
}




/* infocenter Icons */

#infocenter-icon-wrapper {
	display: inline-block;
	width: 100%;
}

#infocenter-icons {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.infocenter-icon {
	display: inline-block;
	padding: 0;
	position: relative;
	vertical-align: top;
}

#infoicon5 {display: none;}

.infocenter-icon a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100
}

#infocenter-icons .infocenter-icon p {
	text-align: center;
}

#infocenter-icons.icons-3 .infocenter-icon {
	margin: 0 2%;
	width: 29%;
}

#infocenter-icons.icons-4 .infocenter-icon {
	margin: 0 1.5%;
	vertical-align: top;
	width: 21.5%;
}

.infocenter-icon .infocenter-icon-image {
	height: 120px;
	margin: 0 auto 10px auto;
	opacity: 0.75;
	padding: 0;
	position: relative;
	text-align: center;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 120px;
}

.infocenter-icon:hover .infocenter-icon-image {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.infocenter-icon-image img {
	height: auto;
	width: 100%;
}

.infocenter-icon-title {
	color: #2f695b;
	font-size: 18px;
	margin: 0 0 5px 0;
	text-align: center !important;
	text-transform: uppercase;
}


#infocenter-icons.icons-3 .infocenter-icon-text {
	font-size: 14px;
	line-height: 20px;
}

#infocenter-icons.icons-4 .infocenter-icon-text {
	font-size: 12px;
	line-height: 18px;
}

.infocenter-iconlink {
	color: #2f695b;
	font-size: 18px;
	font-weight: bold;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.infocenter-icon:hover .infocenter-iconlink {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}






/* MODULE:; Fancybox Galerie */

.gallery {
	float: right;
	margin: 5px 0 10px 25px;
	position: relative;
	width: 48%;
}

.gallery.left {
	float: left !important;
	margin: 5px 25px 10px 0;
}

.gallery.ref {
	float: none;
	margin: 0;
	position: relative;
	width: 100%;
}

p.zoom-hinweis {
	bottom: -20px;
	color: #aaa;
	font-size: 11px;
	font-style: italic;
	position: absolute;
	right: 15px;
	top: -20px;
}

.gallery .fancybox {
	border: 1px solid #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 155px;
	margin: 0 0 10px 2%;
	overflow: hidden;
	position: relative;
	width: 47%;
}

.gallery.g1 .fancybox {margin: 0 0 2% 0; height: auto; padding-bottom: 60%; width: 100%;}
.gallery.g2 .fancybox {margin: 1%; height: 135px; width: 48%;}
.gallery.g3 .fancybox {margin: 1%; height: 100px; width: 31%;}
.gallery.g4 .fancybox {margin: 0.5%; height: 80px; width: 23.5%;}
.gallery.g5 .fancybox {margin: 0.5%; height: 60px; width: 19%;}
.gallery.g6 .fancybox {margin: 0.5%; height: 40px; width: 15.5%;}
.gallery.g7 .fancybox {margin: 0.5%; height: 40px; width: 15.5%;}
.gallery.g8 .fancybox {margin: 0.5%; height: 40px; width: 15.5%;}

.gallery.ref .fancybox {
	height: 120px;
	margin: 5px 0.5%;
	width: 15.3%;
}

.gallery .fancybox img {
	border: none !important;
	height: auto;
	padding: 0 !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
}

.gallery .fancybox:hover img {
	-webkit-transform: translateY(-50%) scale(1.1);
	-moz-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
	-o-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
}

.gallery .fancybox .fancybox-mouseover {
	background-color: #000;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 20;
}

.gallery .fancybox .fancybox-zoom {
	background: transparent url("../../images/site/zoom.png") no-repeat scroll center center;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 30;
}

.gallery .fancybox:hover .fancybox-zoom {
	opacity: 1;
}

.gallery:hover .fancybox .fancybox-mouseover {
	opacity: 0.5;
}

.gallery .fancybox:hover .fancybox-mouseover {
	opacity: 0;
}

.fancybox-caption-wrap {
}

.fancybox-caption {
	text-align: center !important;
}








/* Toggle Row */

#togglerow {
	margin: 0;
}

ul.togglerow {
	display: inline-block;
	list-style-type: none !important;
	margin-top: 15px;
	padding: 0 !important;
	position: relative;
	width: 100%;
	z-index: 20;
}

.toggleh3 {
	border: none;
	font-size: 26px;
}

.togglelink {
/*	background: #eff7d8 url("../../images/site/togglebox-h3.png") no-repeat scroll 10px -33px;*/
	border: 1px solid #97b4ad;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	float: left;
	list-style-type: none;
	margin: 0 3px 0 0;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

#maininfo .togglelink h3 {
	border: none;
	color: #1e3b67;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0;
	opacity: 0.7;
	padding: 10px 20px;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

#maininfo .togglelink.termine h3 {
	color: #c00;
	font-weight: bold;
}

.togglelink:hover {
	background-position: 10px 7px;
}

.togglelink.opened {
	background-color: #fff;
	background-position: 10px -73px;
	border-bottom-color: #fff;
}

.togglelink.termine.opened {
	background-position: 10px 0px;
}

#maininfo .togglelink.opened h3 {
	color: #2f695b !important;
}

#maininfo .togglelink.termine.opened h3 {
	color: #1e3b67 !important;
}

.flyout-holder {
	background-color: #ffff;
	border: 1px solid #97b4ad;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	clear: both;
	display: inline-block;
	margin: -1px 0 30px 0;
	padding: 15px 2%;
	position: relative;
	width: 96%;
	z-index: 10;
}

.flyoutrow {
	clear: both;
	display: none;
	margin-top: 10px;
	padding: 5px 0;
	width: 100% !important;
}

.flyoutrow ul {
	list-style-type: none !important;
	padding: 5px 0 10px 0 !important;
}

.flyoutrow h2 {
	border: none;
	font-size: 18px;
	letter-spacing: 0;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.flyoutrow h3, .flyoutrow h4 {
	margin-top: 0 !important;
	padding: 0 0 10px 0;
}

.flyoutrow p {
	padding: 0 0 10px 0;
}

.flyoutrow li {
	cursor: pointer;
	padding: 0 0 2px 20px;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.flyoutrow li:before {
	content: "\00BB \0020";
	font-size: 12px;
}

.flyoutrow li:hover {
	color: #92c46b;
	padding-left: 30px;
}




/* Produkt Toggle */

.produkttoggle {
	background-color: #e7efee;
	border: 1px solid #97b4ad;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	clear: both;
	float: left;
	margin: 5px 0 10px 0;
	overflow: hidden;
	width: 100%;
}

.produkttitle {
/*	background: transparent url("../../images/site/togglebox-h3.png") no-repeat scroll 0 -24px;*/
	clear: both;
	cursor: pointer;
	display: inline-block;
	height: 70px;
	position: relative;
	width: 100%;
}

.produkttitle-foto {
	background-color: #fff;
    border-right: 2px solid #fff;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    width: 70px;
}

.frontstabzaeune .produkttitle-foto {
   width: 100px;
}

.toggle-segment4 .produkttitle-foto {
    width: 125px;
}

.produkttitle-foto img {
	height: auto;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.produkttitle-name {
	float: left;
	padding: 10px 0 0 10px;
	width: 72%;
}

.produkttitle-name h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.produkttitle-name h3 span {
	font-size: 14px;
	font-style: italic;
	text-transform: none;
}

.produkttitle-name p {
	font-size: 16px;
	letter-spacing: 0.5px;
	margin: 0;
	padding-top: 1px;
	width: 100%;
}

.produkttitle-data {
	background-color: #f2f6fa;
	border-bottom: 1px solid #ccc;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}

.produkttitle-datasatz {
	border-left: 1px solid #ccc;
display: none;
	float: left;
	font-size: 20px;
	font-weight: normal;
	height: 100%;
	line-height: 20px;
	padding: 0 5px 0 5px;
	text-align: center;
	width: 70px;
}

.produkttitle-datasatz.paket {
	background: transparent url("../../images/site/paket-yes.png") no-repeat scroll center 20px;
}

.produkttitle-datasatz span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 7px;
	text-decoration: none;
}

.produkttitle-dataopen {
	background: #2f695b url("../../images/site/view.png") no-repeat scroll center center;
	color: #fff;
	border-left: 1px solid #ccc;
	float: left;
	height: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 80px;
}

.produkttitle:hover .produkttitle-dataopen {
	background: #79b530 url("../../images/site/view.png") no-repeat scroll center center;
}

.produkttitle.opened .produkttitle-dataopen {
	background: #79b530 url("../../images/site/close.png") no-repeat scroll center center;
}



.produktflyout {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	margin: 0 !important;
	padding: 25px 50px 20px 70px;
	width: 100% !important;
}

.produktflyout h2 {
	font-size: 18px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.toggle-segment4 .produktflyout img {
    width: 40% !important;
}

.produktflyout .info {
}

.toggle-segment4 .produktflyout .info {
    width: 55%;
}

.produktflyout .downloadtext {
	color: #1d3c6a;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

.proddownload {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	position: relative;
	text-align: center;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.proddownload:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.proddownload .download {
	background-attachment: scroll;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px solid #cc0000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: 70px;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 70px;
	z-index: 50;
}

.proddownload .download a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.proddownload:hover .download {
	border: 2px solid #79b530;
}


.produktflyout .download.pdf {background-image: url("../../images/site/pdf.png");}
.produktflyout .download.katalog {background-image: url("../../images/site/katalog.png");}

.produktflyout .download:hover {
	background-color: #fff;
	border: 1px solid #b1d83e;
	color: #b1d83e;
}


.produktflyout .downloadcheck,
.produktflyout .rabattcode {
	background-color: #b1d83e;
	border: 1px solid #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 5px 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	z-index: 50;
}

.produktflyout .rabattcode {
	font-weight: bold;
	height: 40px;
	letter-spacing: 1px;
	padding: 10px 15px;
	text-transform: none;
}

.produktflyout .rabattcode span {
	font-weight: normal;
	letter-spacing: 0;
	padding-right: 15px; 
	text-transform: uppercase;
}

#restricted_info {
    background-color: #b1d83e !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
    padding: 10px !important;
    text-align: center !important;
}

#restricted_info p {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: normal !important;
    margin: 0 !important;
    padding: 2px 0 0 0 !important;
    text-align: center !important;
}






/* Lightslider 

#slidegalerie h2 {
	font-size: 24px;
	letter-spacing: 3px;
	margin: 0;
	text-align: center;
}

#slidegalerie h3 {
	margin: 30px 0 15px 0;
	text-align: center;
}

#maininfo .slidegalerie {
	background-color: #eeeeef;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	border-radius: 20px !important;
	float: none;
	margin: 0 auto;
	min-width: 750px;
	padding: 15px 20px;
	position: relative;
 width: 60%;
}

#maininfo .slidegalerie h3 {
 text-align: center;
}

#maininfo .slidegalerie ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 !important;
}

#maininfo .slidegalerie ul.lSGallery {
	width: 100% !important;
}


#maininfo .slidegalerie.s3 ul.lSGallery li {
	margin: 0 0.5% !important;
	width: 32% !important;
}

#maininfo .slidegalerie.s5 ul.lSGallery li {
	margin: 0 0.5% !important;
	width: 19% !important;
}

#maininfo .slidegalerie.s8 ul.lSGallery li {
	margin: 0 0.5% !important;
	width: 11.5% !important;
}

.lSSlideWrapper {
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	border-radius: 20px !important;
	overflow: hidden !important;
}

.slidegalerie ul li {
	display: inline-block;
	float: none;
	margin: 0 !important;
	position: relative;
}

.slidegalerie ul li img {
	height: auto;
	width: 100%;
}

.slidegalerie li .caption {
	background-color: rgba(0,0,0,0.7);
	bottom: 5px;
	position: absolute;
	width: 100%;
}

.slidegalerie li .caption p {
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
}

.slidegalerie ul.lSPager li img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	height: auto;
	width: 100%;
}

*/ 


/* Kontakt */

.kontakt-left {
	width: 100%;
}

.kontakt-left p {
	text-align: center;
}

.kontakt-left p {
	text-align: center;
}


/* ##### FORMULAR START ##### */

.formular-wrapper {
	display: inline-block;
	margin: 0 0 25px 0;
	width: 100%;
}

.form-hinweis {
	font-size: 14px;
	font-style: italic;
	margin: 0;
	padding: 10px 0 0 0;
}


.formline {
	float: left;
	margin: 0 0 7px 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.formlineshort {
	float: left;
	margin: 0 5% 0 0;
	width: 45%;
}

.formlinefirma {margin-right: 2%; width: 63%;}
.formlinecats {margin-left: 2%; width: 33%;}
.formlineplz {margin-right: 2%; width: 36%;}
.formlineort {margin-left: 2%; width: 60%;}
.formlinetel {margin-right: 2%; width: 48%;}
.formlinefax {margin-left: 2%; width: 48%;}
.formlineanrede {margin-right: 1%; width: 25%;}
.formlinevorname {margin-right: 2%; width: 30%;}
.formlinenachname {margin-left: 2%; width: 40%;}
.formlinemail {margin-right: 2%; width: 48%;}
.formlinepass {margin-left: 2%; width: 48%; z-index: 10;}


.kontakt-input, .kontakt-area {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.form-radio {
	float: left;
	padding: 10px 25px 15px 0;
}

.formular input[type=radio] {
	padding: 0 10px 0 0;
}




/* Radios */

.formlineradio {
	text-align: left;
}

.form-radio {
	display: inline-block;
	margin: 5px 10px 0 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.form-radio:last-child {
	display: inline-block;
	margin-right: 0;
	padding: 0;
	position: relative;
}

.form-radio input[type=radio] {
	cursor: pointer;
	height: 20px;
	left: 0;
	margin: 1px 5px 0 0;
	position: absolute;
	width: 20px;
}

.form-radio label {
	cursor: pointer;
	float: none;
	margin: 0;
	padding: 0 0 0 25px;
	text-align: left;
	width: auto;
}

#anrede-error { 
	position: absolute;
	top: 25px;
}

.form-radioimg {
	cursor: pointer;
	display: inline-block;
	margin: 0 1%;
	max-width: 100px;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 17%;
}

.form-radioimg input[type=radio] { 
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.form-radioimg img {
	background-color: transparent;
	border: 2px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	height: auto;
	opacity: 0.2;
	overflow: hidden;
	width: 100%;
}

 label {
	position: relative;
	bottom: 60px;
}

.kontakt-area label {
	bottom: 125px;
}

.formular input[type=text] {
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #333 !important;
	float: left;
	height: 35px;
	font-size: 16px !important;
	letter-spacing: 0.5px;
	outline: none;
	padding: 0 0 0 10px;
	width: 100%;
}

.form-plz {
	float: left;
	width: 28%;
}

.form-ort {
	float: right;
	width: 68%;
}

.form-name {
	width: 100%;
}

.form-email {
	float: left;
	width: 58%;
}

.form-telefon {
	float: right;
	width: 38%;
}

.formular textarea {
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #333 !important;
	float: left;
	height: 100px;
	font-size: 16px !important;
	letter-spacing: 0.5px;
	outline: none;
	padding: 10px;
	width: 100%;
}

.form-message h4 {
	float: none;
	margin-bottom: 5px;
}

.formular .send-form {
	background-color: #fff;
	border: 1px solid #aaaaa9;
	color: #333;
	cursor: pointer;
	font-size: 16px;
	float: right;
	margin: 0;
	padding: 7px 12px 5px 12px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.formular .send-form:hover {
	background-color: #aaaaa9;
	border: 1px solid #cccccb;
	color: #fff;
}

.formular .form-dsgvo {
	clear: both;
	position: relative;
}

.formular .form-dsgvo input {
	float: left;
	margin: 4px 5px 0 0;
	padding: 0;
	position: relative;
	width: 20px;
}

.formular .form-dsgvo p {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: static;
	text-align: justify;
}

.formular label.error,
.formular p.error {
	color: #900;
	display: none;
}

.thank-you {
	display: none;
}

.thank-you h3 {
	margin-top: 50px 0;
	text-align: center !important;
}

.thank-you h3::before {
	display: none;
}

.form-phone {
	display: none;
}


#formangebot {
	display: inline-block;
	margin: 10px 0 15px 0;
	width: 100% !important;
}

#formangebot h4 {
	cursor: pointer;
	margin: 0 !important;
}

p.formangebot-hinweis {
	display: inline-block;
	font-style: italic;
	margin: 10px 0 !important;
	text-align: left;
}

#formangebot-flyout {
	display: none;
	width: 100% !important;
}

#formangebot-flyout ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-ms-column-gap: 20px;
	-o-column-gap: 20px;
	column-gap: 20px;
	float: left;
	list-style-type: none !important;
	margin: 0 0 10px 0;
	padding: 0 !important;
	width: 100%;
}

#formangebot-flyout ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 !important;
	padding: 0 0 0 25px;
	position: relative;
	width: 90%;
}

#formangebot-flyout ul li input {
	left: 0;
	position: absolute;
	top: 0;
}



/* Captcha */

.captcha-container {
	display: inline-block;
	margin: 10px 0;
	position: relative;
	width: 100%;
}

.captcha-container div.captcha-hinweis p {
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

#captcha {
	margin: 0 !important;
}

#captcha div {
	float: right;
	max-width: 200px;
	width: 35%;
}

#captcha canvas {
	float: right;
	text-align: center;
	width: 100%;
}

#captcha div.controls {
	float: left;
	max-width: 100%;
	padding: 8px 0 0 0;
	width: 60%;
}

#captcha div.controls img {
	border: none;
	height: 25px;
	width: auto;
}

#captcha div.controls .captcha-feld {
	float: left;
	max-width: 100%;
	width: 80%;
}

#captcha div.controls input {
	height: 35px;
	padding: 0;
	text-align: center;
	width: 100%;
}

#captcha div.controls button {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	float: right;
	height: 35px;
	padding: 0;
	width: 15%;
}

p.wrong {
	clear: both;
	display: none;
	width: 100%;
}

p.wrong.shake {
	display: block;
}

p.wrong.shake {
	animation: shake .4s cubic-bezier(.36, .07, .19, .97) both;
	backface-visibility: hidden;
	perspective: 1000px;
	transform: translate3d(0, 0, 0);
}

@keyframes shake {
10%, 90% {transform: translate3d(-1px, 0, 0);}
20%, 80% {transform: translate3d(1px, 0, 0);}
30%, 50%, 70% {transform: translate3d(-2px, 0, 0);}
40%, 60% {transform: translate3d(2px, 0, 0);}
}

/* ##### FORMULAR END ##### */









/*##### Jobs Toggle #####*/

#jobtoggle {
	list-style-type: none !important;
	margin: 0 3%;
	padding: 5px 0 10px 0;
	width: 94%;
}

.jobtoggle {
	background-color: #fff;
	border: 1px dashed #87aeaa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	clear: both;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.jobtoggle h3 {
	border: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	padding: 15px 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.jobtoggle h3 span {
	font-size: 14px;
	opacity: 0.7;
	padding-left: 5px;
	text-transform: lowercase;
}

.jobtoggle h3:hover,
.jobtoggle.opened h3 {
	color: #000;
}

.jobtoggle .link {
	background: #4e5a64 url("../../images/site/joblink.png") no-repeat scroll center center;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 12px;
	height: 100%;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	white-space: nowrap;
	width: 40px;
}

.jobtoggle.opened .link {
	display: none;
}

.jobtoggle p {
	width: 100%;
}

.jobflyout {
	display: none;
	padding: 5px 0 20px 0;
	width: 100% !important;
}

.jobflyout h4 {
	margin: 20px 0 0 0;
}

.jobflyout h4:first-child {
	margin: 0;
}

.jobflyout li {
	margin-bottom: 5px;
}

.jobflyoutimage {
	border: none;
	float: left;
	margin: 0 15px 10px 0;;
}

/*##### Jobs End #####*/






/* Promos  ############################## */

#promos {
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 200;
}

#promos.section {
	padding: 0 !important;
}

#promos .section-bg {background-image: url("../../images/promos.jpg");}

#promos .section-inner {
	height: 700px;
	padding: 0 !important;
}

#promos-wrapper {
	top: 50%;
	padding: 0 !important;
	position: absolute;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

#promos-wrapper h2 {
	border: none;
	color: #fff;
	font-size: 42px;
	margin: 0 0 30px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.promo {
	background-color: rgba(47,105,91,0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	height: 320px;
	margin: 0 1.5%;
	overflow: hidden;
	position: relative;
	width: 40%;
}

.promo-link {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 500;
}

.promo-frame {
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: calc(100% - 60px);
	left: 30px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 30px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: calc(100% - 60px);
	z-index: 7;
}

.promo:hover .promo-frame {
	background-color: #fff;
}

.promo-img {
	background: #73824d url("../../images/promo.jpg") no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 5;
}

.promo:hover .promo-img {
	opacity: 1;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.promo-inner {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.promo-info {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 18px;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 30px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 20;
}

.promo-title {
	color: #fff;
	font-size: 26px;
	left: 50%;
	letter-spacing: 1px;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	white-space: nowrap;
}

.promo-subtitle {
	color: rgba(255,255,255,0.5);
	font-size: 15px;
	left: 50%;
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	white-space: nowrap;
}

.promo:hover .promo-title, .promo:hover .promo-subtitle {
}

.promo-text {
	height: auto;
	max-height: 0;
	opacity: 1;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.promo:hover .promo-text {
	max-height: 130px;
	opacity: 1;
	position: relative;
}

.promo-text p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

.promo-text p.promo-more {
	margin: 0;
	padding: 0;
}

.promo-text p.promo-more a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0.5px;
	line-height: normal;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.promo-text p.promo-more a:hover {
	color: #fff;
}




#welcome-wrapper {
	margin: 80px auto 0 auto;
	position: relative;
	width: 100%;
}

#welcomeleft, #welcomeright {
	bottom: 0;
	margin: 0;
	min-height: 200px;
	padding: 0;
	position: absolute;
	width: 20%;
}

#welcomeleft {
	background: transparent url("../../images/welcome-left.png") no-repeat scroll right bottom;
	left: 0;
}

#welcomeright {
	background: transparent url("../../images/welcome-right.png") no-repeat scroll left bottom;
	right: 0;
}

#welcome {
	background-color: #fff;
	border: 3px solid #2f695b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	margin: 0 auto;
	max-width: 800px;
	padding: 5px;
	position: relative;
	width: 60%;
	z-index: 50;
}

#welcome-inner {
	background-color: #2f695b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 20px 30px;
	position: relative;
}

#welcome h1 {
	color: #fff;
	text-align: center;
}

#welcome p {
	color: #fff;
	text-align: center;
}

#welcome a {
	color: #fff;
	font-size: 20px;
	margin-top: 30px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#welcome a:hover {
	padding-left: 10px;
}


/* Homefloats */

#homefloats {
	display: inline-block;
	margin: 80px 0 50px 0;
	position: relative;
	width: 100%;
}

.homefloat {
	float: left;
	margin: 0 3%;
	position: relative;
	text-align: center;
	width: 27%;
}

#homefloat1 {margin-top: 0;}
#homefloat2 {margin-top: 120px;}
#homefloat3 {margin-top: 60px;}

.homefloat-icon {
	background-color: #fff;
	height: 50px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 50px;
}

.homefloat a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 20;
}

.homefloat h3 {
	display: inline-block;
	font-size: 24px;
	margin: 52px auto 15px auto !important;
	text-align: center;
}

.homefloat-image {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	margin: 20px auto;
	padding: 0;
	position: relative;
	text-align: center;
	-moz-transition: all 0.15s ease-in-out 0s;
	-ms-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
	width: 80%;
}

.homefloat:hover .homefloat-image {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.homefloat-image img {
	height: auto;
	margin: 0;
	position: relative;
	width: 100%;
}






/* Agentur ####################### */


#geschichte-hinweis {
	color: #b1a293;
	font-size: 14px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-shadow: 2px 2px 2px #fff;
	text-align: center;
	top: 48%;
}

#agentur-links {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 20;
}

#agentur-links img {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#agentur-links ul {
	bottom: 0;
	height: 100%;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%; 
}

#agentur-links li {
	background-color: #4e5a64;
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 2px 0px rgba(0, 0, 0, 0.5);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px 10px 4px 10px;
	position: absolute;
	text-align: center;
	-ms-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50% -50%);
	-ms-transform: translate(-50% -50%);
	-o-transform: translate(-50% -50%);
	transform: translate(-50% -50%);
}

#agentur-links li:hover {
	background-color: #ede7e5;
	border: 1px solid #b1a293;
	color: #000;
	font-weight: bold;
}

.agentur_text {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150px !important;
}


.agentur_text h3 {
	font-size: 16px;
	text-align: center;
}

.agentur_text p {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

#geschichte {
	float: left;
	min-height: 280px;
	position: relative;
	width: 100%;
	z-index: 10;
}

#geschichte-image {
	float: right;
	width: 48.5%;
}

.chronik-line{
	border-right: 1px dashed #2f695b;
	height: 200px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -200px;
	width: 1px;
}



/* Supersized */

#thumb-tray {
	bottom: auto !important;
	position: absolute;
	left: 0 !important;
	margin: 0 0 10px 0;
	text-align: center;
	top: 82vh !important;
	width: 100% !important;
}

#thumb-back, #thumb-forward {
}


#refs .section-inner * {
	text-align: center !important;
}


/*##### MA Deck / MA Card #####*/

#refbox {
	display: inline-block;
	margin: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

#refbox .ref {
	display: inline-block;
	height: auto;
	padding: 0;
	position: relative;
	vertical-align: top;
	z-index: 1
}

#refbox .ref {
	margin: 10px 1%;
	width: 10%;
}

#refbox .ref:hover {
	z-index: 5;
}

#refbox .ref img {
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
}

#refbox .ref:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#refbox p {
	color: #7d64b7;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 10px 0;
	text-align: center !important;
	width: 100%;
}

#refbox p.maimage {
	font-size: 12px;
	font-style: normal;
	margin: 10px 0 0 0;
	white-space: nowrap;
}

#refbox.madeck p.maimage {
	font-size: 10px;
	margin: 7px 0 0 0;
}




/* Awards */

.awards {
	display: inline-block;
	margin: 50px 0 0 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.awards img {
	margin: 0 10px;
	overflow: hidden;
	position: relative;
}

.awards-left, .awards-right {
	display: inline-block;
	text-align: center;
}

.awards-left img {
	height: 200px;
	width: auto;
}

.awards-right img {
	height: 100px;
	width: auto;
}

footer .awards-left img {
	height: 100px;
	width: auto;
}

footer .awards-right img {
	height: 50px;
	width: auto;
}




/* Produkt Anfrage */

.anfrage-button {
	display: inline-block;
	margin: 15px 0 0 0;
}

.ausstellung .anfrage-button {
	display: none;
}

p.button {
	background-color: #2f695b;
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 600;
	height: 100%;
	left: 0;
	letter-spacing: 1px;
	margin: 0;
	padding: 7px 10px 7px 10px;
	position: relative;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
}

p.button:hover {
	background-color: #fff;
	border: 2px solid #2f695b;
	color: #2f695b;
}

.anfrage-popup {
	background-color: #fff;
	margin: 0 auto 15px auto;
	padding: 10px 25px;
	position: relative;
	width: 100%;
}

.anfrage-popup h3 {
	font-size: 26px;
}

.anfrage-popup hr {
	margin: 0 10px;
}

.anfrage-popup h4 {
	font-size: 22px;
	margin: 25px 0 20px 0;
}

#anfrage {
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#anfrage-bg {
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

#anfrage-inner {
	background-color: #fff;
	border: 5px solid #2f695b !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	border-radius: 20px !important;
	bottom: auto;
	left: 0;
	margin:  0 auto;
	max-width: 650px;
	padding: 0 25px !important;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}

#anfrage-close {
	background-color: #2f695b;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 30px;
}

#anfrage-close::before {
	content: 'x';
	color: #fff !Important;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: 600;
	left: 50%;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#anfrage-close::before:hover {
	background-color: #fff;
	color: #2f695b;
}



/* Splash */

#splash-wrapper {
	bottom: -50px;
	height: 140px;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 4500;
}

#splash {
	background-color: #2f695b;
	border: 4px solid #fff;
	bottom: 15%;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5%;
	z-index: 4500;
}

#splash.square {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	max-width: 300px;
	padding: 10px 20px 15px 20px;
	width: auto;
}

#splash.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	height: 180px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
	width: 180px;
}

#splash #splash-inner {
	position: relative;
}

#splash.round #splash-inner {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#splash .splashdate {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0;
	margin: 10px 0 0 0 !important;
	padding: 0;
	text-align: left;
}

#splash .splashsubtitle {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	margin: 0 !important;
	padding: 0;
	text-align: left;
}

#splash .splashtitle {
	color: #fff;
	font-size: 26px;
	letter-spacing: 0;
	margin: 0 !important;
	padding: 0;
	text-align: left;
}

.splashtext {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
}

#splash.round .splashtext {
	padding: 0 15px;
}

p.splashlink {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	margin: 5px 0 5px 0;
	min-height: 20px;
	padding: 0;
	position: relative;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	z-index: 1000;
}

#splash.round * {
	text-align: center !important;
}

#splash a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#splashclose {
	background: #666667 url("../../images/site/close.png") no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	cursor: pointer;
display: none;
	font-size: 16px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -15px;
	top: -15px;
	white-space: nowrap;
	width: 30px;
	z-index: 1000;
}

#splash.round #splashclose {
	display: none !important;
}




/* Datenschutz */
.datenschutz #maininfo p, .privacy #maininfo p {font-size: 15px; line-height: 21px; margin: 0 0 10px 0; padding: 0; text-align: left;}
.datenschutz #maininfo h1, .privacy #maininfo h1 {margin: 0;}
.datenschutz #maininfo h2, .privacy #maininfo h2 {border: none; display: block; font-size: 20px; letter-spacing: 0; margin: 25px 0 40px 0; padding: 0; text-align: left; text-transform: none; background-color: #fff;}
.datenschutz #maininfo h3, .privacy #maininfo h3 {border: none; display: block; font-size: 16px; letter-spacing: 0; margin: 20px 20px 10px 0px !important; padding: 0; text-align: left; text-transform: none;}

.datenschutz #wrapper, .impressum #wrapper {
	padding: 0px;
}

.zzz {
	color: #f00 !important;
}


/* NO SCRIPT ########################################################################################################################## */

.noscript #element {
	display: block;
}