/*
 Theme Name:   SADAU Customized Child Theme
 Theme URI:    http://www.maitopia.com
 Description:  SADAU Child theme
 Author:       SADAU
 Author URI:   http://www.maitopia.de
 Template:     generatepress
 Version:      1.1
*/



/* ---------------------------------
      FONTS
   --------------------------------- */

@font-face {
	font-family: 'ssp';
	src:url('/z-data/uploads/webfonts/montserrat-medium.eot');
	src: url('/z-data/uploads/webfonts/montserrat-medium.eot?#iefix') format('embedded-opentype');
	src:url('/z-data/uploads/webfonts/montserrat-medium.woff') format('woff'),
		url('/z-data/uploads/webfonts/montserrat-medium.woff2') format('woff2'),
		url('/z-data/uploads/webfonts/montserrat-medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sspe';
	src:url('/z-data/uploads/webfonts/montserrat-medium.eot');
	src: url('/z-data/uploads/webfonts/montserrat-medium.eot?#iefix') format('embedded-opentype');
	src:url('/z-data/uploads/webfonts/montserrat-medium.woff') format('woff'),
		url('/z-data/uploads/webfonts/montserrat-medium.woff2') format('woff2'),
		url('/z-data/uploads/webfonts/montserrat-medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lb';
	src:url('/z-data/uploads/webfonts/lato-black.eot');
	src: url('/z-data/uploads/webfonts/lato-black.eot?#iefix') format('embedded-opentype');
	src:url('/z-data/uploads/webfonts/lato-black.woff') format('woff'),
		url('/z-data/uploads/webfonts/lato-black.woff2') format('woff2'),
		url('/z-data/uploads/webfonts/lato-black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('/z-data/uploads/webfonts/icomoon.eot');
	src: url('/z-data/uploads/webfonts/icomoon.eot?#iefix') format('embedded-opentype');
	src:url('/z-data/uploads/webfonts/icomoon.woff') format('woff'),
		url('/z-data/uploads/webfonts/icomoon.woff2') format('woff2'),
		url('/z-data/uploads/webfonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.icon-maitopia:before {
	content: "\ea9e";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}









/* ---------------------------------
      GENERAL
   --------------------------------- */

body,
html {
	height: 100%;
	font-family: 'ssp', sans-serif;
}

/*
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff url('/z-data/uploads/system/preloader.svg') no-repeat 50%;
	-moz-background-size: 128px 128px;
	-o-background-size: 128px 128px;
	-webkit-background-size: 128px 128px;
	background-size: 128px 128px;
	z-index: 99998;
	width: 100%;
	height: 100%;
}
*/

.inner {
	max-width: 1020px;
	margin: 0 auto;
	padding: 5px 40px;
}

.flex .panel-grid-cell,
.flex-container {
	display: -webkit-flex;
	display: flex;
}

.flex .panel-grid-cell .so-panel,
.flex-item {
	-webkit-flex: 1;
	flex: 1;
	margin-right: 5px;
	margin-left: 5px;
}

.flex .panel-grid-cell .so-panel:first-child,
.flex-item:first-child {
	margin-left: 0px;
}

.flex .panel-grid-cell .so-panel:last-child,
.flex-item:last-child {
	margin-right: 0px;
}

.flex-center .panel-grid-cell,
.flex-center .flex-container {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.columns {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}

.cta {
	font-family: 'lb', sans-serif;
	letter-spacing: 1px;
	font-size: 1.2em;
	background: #94c11f;
	padding: 10px 30px;
	border: solid 1px rgba(255,255,255,.2);
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.cta a:link,
.cta a:visited {
	color: #fff;
	display: block;
}

.cta a:hover,
.cta a:active {
	color: #fff;
}

.cta p {
	margin-bottom: 0;
}



@media (max-width: 768px) {
	.desktop {
		display: none;
	}
	
	.cta2 {
		max-width: 80%;
		margin: 0 auto;
	}
	
	.cta:hover {
		background: #999;
	}
}

@media (min-width: 768px) {
	.mobile {
		display: none;
	}
	
	.cta {
		max-width: 600px;
		/* animation */
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
	}

	.cta:hover, .cta:focus, .cta:active {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}









/* error pages */
body.error404 .inside-article {
	max-width: 1060px;
	margin: 0 auto;
	padding: 20px 20px;
	text-align: center;
}

.error404-headline img {
	display: block;
	width: 100%;
}



@media (max-width: 768px) {
	.inner {
		padding: 10px 20px;
	}
	
	.columns {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
	}

	.flex .panel-grid-cell,
	.flex-container {
		display: block;
	}
	
	.flex .panel-grid-cell .so-panel,
	.flex-item {
		-webkit-flex: none;
		flex: none;
	}
	
	.flex .panel-grid-cell .so-panel:first-child,
	.flex-item:first-child {
		margin-right: 0;
	}

	.flex .panel-grid-cell .so-panel:last-child,
	.flex-item:last-child {
		margin-left: 0;
	}
}






/* ---------------------------------
      HEADER
   --------------------------------- */

.generate-combined-header {
	/*max-width: 1920px;*/
}

body.home .site-header {
	background: rgba(0,0,0,0.65);
}

body.home .generate-combined-content {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	width: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-align: center;
}


body.home .page-header-content {
	height: 95%;
	max-width: 1920px;
	margin: 0 auto;
}

body.home .inside-content-header {
	height: 100%;
}

body.home .home-content {
	text-align: center;
	max-width: 800px;
	padding: 20px;
}

body.home .hero-home-slogan {
	padding: 40px 0;
}

body.home .hero-home-info {
	font-size: 21px;
	padding: 20px 20px 60px 20px;
	font-family: 'sspe', sans-serif;
}

body.home .hero-home-info .cta {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 40px;
	background-color: rgba(148,193,31,0.85);
}

body.home .hero-home-dropdown {
	
}

body.home .hero-home-dropdown .dropbtn {
    background-color: rgba(93,166,69,0.85);
	color: #fff;
	padding: 15px 40px;
	font-family: 'sspe', sans-serif;
	/*font-family: 'lb';
	text-transform: uppercase;*/
	letter-spacing: 1px;
	font-size: 19px;
	border: none;
	cursor: pointer;
}

body.home .hero-home-dropdown .dropbtn::after {
    content: '\f107';
	font-family: 'FontAwesome', sans-serif;
	color: #fff;
	font-size: 1.3em;
	padding-left: 20px;
}

body.home .hero-home-dropdown .dropdown {
    position: relative;
    display: inline-block;
}

body.home .hero-home-dropdown .dropdown-content {
    display: none;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	z-index: 1;
}

body.home .hero-home-dropdown .dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: 'lb';
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 0.8em;
}

body.home .hero-home-dropdown .dropdown-content a span {
	color: #94c11f;
	font-weight: bold;
}

body.home .hero-home-dropdown .dropdown-content a:hover {
	background-color: rgba(93,166,69,0.7);
}

body.home .hero-home-dropdown .dropdown:hover .dropdown-content {
    display: block;
}

body.home .hero-home-dropdown .dropdown:hover .dropbtn {
    color: #fff;
}



@media (max-width: 768px) {
	.inside-header>:not(:last-child):not(.main-navigation) {
		margin-bottom: 0;
	}
}






.site-header,
.generate-merged-header .site-header {
	background: rgba(0,0,0,0.7);
}

.site-logo {
	float: left;
	width: 60%;
	clear: none;
	line-height: 100px;
}

.site-logo a {
	padding-left: 40px;
	display: block;
}

#site-navigation {
	float: right;
	width: 39%;
	/*background: rgba(255,255,0,0.2);*/
}

.fluid-header .inside-header {
	text-align: left !important;
}

.menu-toggle::before {
	text-align: right;
	line-height: 100px;
	padding-left: 40px;
	border-left: 2px solid #999;
}

nav.toggled .menu-toggle::before {
	border-left: none;
}


button.menu-toggle {
	font-size: 28px;
	text-align: right;
	line-height: 100px;
	padding-right: 60px;
}

.main-navigation .main-nav ul li a::after {
	content: '.';
	color: #94c11f;
	font-size: 30px;
	padding-left: 3px;
}

#primary-menu {
	display: none !important;
}



/* when sticky */
#sticky-navigation {
	background: rgba(0,0,0,0.85);
}

#sticky-navigation .main-nav li {
	padding-right: 40px;
}

#sticky-navigation .navigation-logo img {
	height: 70px;
}

#sticky-navigation button.menu-toggle {
	font-size: 18px;
	line-height: 70px;
	padding-right: 30px;
}


#sticky-navigation .menu-toggle::before {
	text-align: right;
	line-height: 70px;
	padding-left: 20px;
	border-left: 2px solid #999;
}



/* slideout */
#generate-slideout-menu {
	background: rgba(0,0,0,0.85);
	padding-top: 120px;
}





@media (max-width: 768px) {
	.inside-header > :not(:last-child) {
		margin-bottom: 0;
	}
	
	.site-logo {
		width: 60%;
	}
	
	.site-logo a {
		padding-left: 10px;
	}
	
	#site-navigation {
		width: 85px;
	}
	
	button.menu-toggle {
		padding-right: 20px;
		font-size: 22px;
	}
	
	.menu-toggle::before {
		padding-left: 15px;
	}
	
	
	#generate-slideout-menu {
		/*background: rgba(0,0,0,0.95);*/
		margin-top: 100px;
		padding-top: 0px;
		/*width: 100%;*/
	}
	
	#generate-slideout-menu .slideout-menu {
		background: rgba(0,0,0,0.0);
	}
	
	#generate-slideout-menu .slideout-menu > li:first-child {
		border-top: 1px solid #666;
	}
	
	#generate-slideout-menu .slideout-menu > li {
		text-align: center !important;
		border-bottom: 1px solid #666;
		background: rgba(0,0,0,0.8);
	}
	
	
	body.home .hero-home-info {
		font-size: 15px;
	}
	
	body.home .hero-home-dropdown .dropbtn {
		font-size: 17px;
	}
}

/* new: offside */
	.slideout-overlay {
		background-color: rgba(0,0,0,0.5) !important;
	}






/* ---------------------------------
      CONTENT
   --------------------------------- */

/* home */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#home-hero-cta {
	text-align: center;
	margin-top: -40px;
}

#home-hero-cta .urheber {
	margin-top: -100px;
}

#home-hero-cta a {
	display: block;
	width: 90px;
	margin: 0 auto;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}

#home-hero-cta a {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
	animation-delay: 2s;
}

.urheber {
	text-align: right;
	color: #666;
	font-size: 0.7em;
	padding: 10px;
	font-style: italic;
}

body.home h1,
body.home h2 {
	text-align: center;
}

body.home h2::after {
	margin: 0 auto;
	margin-top: 25px;
}

body.home #home-intro strong {
	color: #94c11f;
}

body.home #home-intro a {
	font-family: 'lb', sans-serif;
}

body.home #home-intro p {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}

#home-shortinfo {
	background: #f8f8f8;
	padding: 60px 20px;
	color: #999;
	font-size: 28px;
	text-align: center;
}

#home-section-vorteile {
	padding-bottom: 0;
}

#home-section-vorteile .so-panel:first-child {
	-webkit-flex: 1;
	flex: 1;
	margin: 0;
	background: url('/z-data/uploads/content/home-vorteile-bg.jpg') no-repeat top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#home-section-vorteile .so-panel:last-child {
	-webkit-flex: 2;
	flex: 2;
	margin: 0;
}

#home-section-vorteile .vorteile {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

#home-section-vorteile .vorteil-item {
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	max-width: 100%;
}

#home-section-vorteile .vorteil-item-inner {
	padding: 10px;
}

#home-section-vorteile .vorteil-item img {
	display: block;
	margin: 0 auto;
	max-width: 70px;
	background: url('/z-data/uploads/content/home-vorteil-sprites.png') no-repeat top left;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

#home-section-vorteile img.icon-gastro {
	background-position: -140px 0;
}

#home-section-vorteile img.icon-buero {
	background-position: -210px 0;
}

#home-section-vorteile img.icon-zuhause {
	background-position: -280px 0;
}

#home-section-vorteile img.icon-ladenbau {
	background-position: -350px 0;
}

#home-section-vorteile img.icon-pflege {
	background-position: -70px 0;
}

#home-section-vorteile .vorteil-item strong {
	display: block;
	margin: 15px 0;
}

#home-section-vorteile .vorteile-row1 .vorteil-item {
	border-right: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

#home-section-vorteile .vorteile-row2 .vorteil-item {
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

#home-section-vorteile .vorteile-row1 .vorteil-item:last-child,
#home-section-vorteile .vorteile-row2 .vorteil-item:last-child {
	border-right: none;
}

#home-verlegung {
	padding: 60px 20px;
	text-align: center;
	color: #94c11f;
	font-family: 'lb', sans-serif;
	letter-spacing: 1px;
}

#home-verlegung .cta {
	margin: 0 auto;
	max-width: 800px;
}

#home-verlegung p {
	margin-bottom: 0;
}





#home-section-highlights {
	background: #f8f8f8 url('/z-data/uploads/content/home-section-highlights.png') no-repeat top center;
	margin-top: 100px;
}

#home-section-highlights,
#home-section-highlights h3 {
	color: #454545;
}

.home-bodenhighlights {
	background: url('/z-data/uploads/content/home-bodenhighlights.jpg') no-repeat top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#cta-produkte {
	margin-top: 100px;
}

.home-bodenhighlights h5 {
	color: #fff;
	font-family: 'lb', sans-serif;
	font-size: 28px;
	margin-bottom: 30px;
}

.home-bodenhighlights .flex-item:first-child {
	background: rgba(0,0,0,0.5);
	border-right: 2px solid #fff;
	padding: 60px;
}

.home-bodenhighlights .flex-item li {
	min-height: 90px;
	background: url('/z-data/uploads/content/home-bodenhighlights-a.png') no-repeat center right;
	background-color: rgba(0,0,0,0.5);
	margin-top: 15px;
	margin-bottom: 15px;
}

.home-bodenhighlights .flex-item li:hover {
	min-height: 90px;
	background-image: url('/z-data/uploads/content/home-bodenhighlights-a-on.png');
}

.home-bodenhighlights .flex-item li a:link,
.home-bodenhighlights .flex-item li a:visited {
	display: block;
	min-height: 90px;
	margin: 5px;
	color: #94c11f;
	padding-top: 10px;
	padding-left: 110px;
	opacity: 0.8;
}

.home-bodenhighlights .flex-item li a:hover,
.home-bodenhighlights .flex-item li a:active {
	color: #94c11f;
	opacity: 1;
}

.home-bodenhighlights .flex-item li a span {
	display: block;
	padding: 10px 90px 10px 10px;
}

.home-bodenhighlights .flex-item li a strong {
	display: block;
	color: #fff;
	font-size: 1.3em;
}

#home-section-highlights a.highlights-teppich {
	background: url('/z-data/uploads/content/home-bodenhighlights-teppich.png') no-repeat center left;
}

#home-section-highlights a.highlights-parkett {
	background: url('/z-data/uploads/content/home-bodenhighlights-parkett.png') no-repeat center left;
}

#home-section-highlights a.highlights-vinyl {
	background: url('/z-data/uploads/content/home-bodenhighlights-vinyl.png') no-repeat center left;
}

#home-section-highlights a.highlights-weitere {
	background: url('/z-data/uploads/content/home-bodenhighlights-weitere.png') no-repeat center left;
}

.home-bodenhighlights .flex-item:last-child {
	color: #999;
	align-self: flex-end;
}



#home-videos-title {
	margin-top: 100px;
	margin-bottom: 40px;
	text-align: center;
}

#home-videos-title h3 em::after {
    margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 40px;

}


.home-videos {
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
}

body.home .home-videos {
	border-bottom: none;
}

.home-videos .panel-grid-cell {
	max-width: 1060px;
	margin: 0 auto;
	padding: 5px 20px;

}

.home-videos .so-panel {
	text-align: center;
}

.home-videos .so-panel h3.widget-title {
	text-align: center;
	padding: 25px 5px;
	margin-bottom: 0;
	color: #999;
	border: 1px solid #f1f1f1;
}

.home-videos .urheber {
	text-align: center;
	color: #ccc;
}

#home-cta-tipps {
	padding-bottom: 100px;
	text-align: center;
}

#home-cta-tipps a {
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	margin: 5px;
}

#home-cta-tipps a:first-child {
	margin-left: 0px;
}

#home-cta-tipps a:last-child {
	margin-right: 0px;
}

#home-cta-tipps a:link em,
#home-cta-tipps a:visited em {
	display: inline-block;
	padding: 10px 20px;
	background: #f1f1f1;
	color: #000;
	font-style: normal;
}

#home-cta-tipps a:hover em,
#home-cta-tipps a:active em {
	background: #94c11f;
	color: #fff;
	font-style: normal;
}

#home-sadau-service {
	padding-bottom: 50px;
}

#home-sadau-service-text {
	border-bottom: 1px solid #f1f1f1;
}


.sadau-vorteile {
	text-align: left;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	font-size: 0.9em;
}

.sadau-vorteile h4 {
	color: #94c11f;
	font-size: 18px;
	font-family: 'lb', sans-serif;
	text-align: left;
	margin-bottom: 5px;
	font-style: normal;
}






@media (max-width: 1024px) {
	.home-bodenhighlights .flex-item:first-child {
		-webkit-flex: 2;
		flex: 2;
		padding: 40px;
	}
}





@media (max-width: 768px) {
	body.home .generate-inside-combined-content {
		max-width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	
	body.home .home-content2 {
		max-width: 99%;
		padding: 0;
		margin: 0 auto;
	}
	
	body.home .hero-home-slogan,
	body.home .hero-home-info,
	body.home .hero-home-dropdown {
		padding: 20px;
	}
	
	body.home .hero-home-slogan {
		padding-top: 105px; /* same hieght as menu **/
	}
	
	.hero-home-dropdown {
		display: none;
	}
	
	body.home #home-intro p {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
		text-align: left;
	}
	
	#home-section-vorteile .vorteil-item {
		-webkit-flex: none;
		flex: none;
		max-width: 80%;
		border-top: 1px solid #f1f1f1 !important;
		border-right: 2px solid #f1f1f1 !important;
		border-bottom: 1px solid #f1f1f1 !important;
		border-left: 2px solid #f1f1f1 !important;
	}
	
	#home-section-vorteile .vorteil-item:first-child {
		border-top: 2px solid #f1f1f1 !important;
	}
	
	#home-section-vorteile .vorteil-item:last-child {
		border-bottom: 2px solid #f1f1f1 !important;
	}
	
	
	.home-bodenhighlights .flex-item:first-child {
		padding: 30px 20px;
		text-align: left;
	}
	
	.home-bodenhighlights .flex-item:last-child {
		background: #f8f8f8;
		color: #ccc;
		align-self: flex-end;
		text-align: center;
	}
	
	.home-bodenhighlights .flex-item li a strong {
		font-size: 1.1em;
	}
	
	#home-shortinfo {
		padding: 20px 20px;
	}
	
	.home-videos-title {
		text-align: center;
	}
	
	.home-videos .so-panel {
		padding: 0 20px;
	}
	
	#home-cta-tipps a {
		display: block;
	}
	
	#home-cta-tipps a:link em,
	#home-cta-tipps a:visited em {
		display: block;
	}
	
	#home-cta-tipps a {
		margin-right: 0;
		margin-left: 0;
	}
	
	#home-sadau-service .so-panel {
		padding: 20px;
	}
	
	.sadau-vorteile {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}
	
	
}

@media (max-width: 568px) {
	.home-bodenhighlights .flex-item li {
		background-image: url('/z-data/uploads/content/home-bodenhighlights-a-mobile.png');
	}
	
	.home-bodenhighlights .flex-item li:hover {
		background-image: url('/z-data/uploads/content/home-bodenhighlights-a-mobile-on.png');
	}
	
	.home-bodenhighlights .flex-item li a span {
		padding-right: 50px;
	}

}








/* pages */
.hero img {
	display: block;
	margin-top: -103px;
}

h1 {
	/*margin-top: 50px;*/
}

h2 {
	font-family: 'sspe', sans-serif;
	font-style: italic;
	margin-bottom: 50px;
}

h2::after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background-color: #94c11f;
	margin-top: 25px;
}

h3 {
	font-size: 38px;
	margin-bottom: 10px;
}

h3 em {
	font-family: 'sspe', sans-serif;
	font-style: italic;
	margin-bottom: 50px;
}

h3 em::after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background-color: #94c11f;
	margin-top: 25px;
	margin-bottom: 40px;
}

.highlights h3 {
	color: #94c11f;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

.highlights h3 em::after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background-color: #94c11f;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 40px;
}

h4 {
	font-family: 'sspe', sans-serif;
	font-style: italic;
	font-size: 28px;
	margin-bottom: 50px;
}

.initial p::first-line,
p.initial::first-line {
	line-height: 100%;
}
 
.initial p::first-letter,
p.initial::first-letter {
	font-family: 'lb', sans-serif;
	color: #888;
	font-size: 500%;
	font-weight: bold;
	margin: 5px 10px 5px 0;
	float: left;
	line-height: 1.5em;
}

#section-intro figcaption {
	text-align: right;
	color: #ccc;
}

.section-symbol {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.inside-section-symbol {
	background: url('/z-data/uploads/content/section-symbol-map.png') no-repeat center bottom;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	top: -30px;
}

.symbol-cogs {
	background-image: url('/z-data/uploads/content/section-symbol-cogs.png');
}


.section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-top {
	padding-top: 100px;
}

.section-bottom {
	padding-bottom: 100px;
}

.einsatzmoeglichkeiten ul {
	margin-top: 30px;
	/*list-style-image: url('/z-data/uploads/content/list-einsatz-symbol.png');*/
	list-style: none;
}

.einsatzmoeglichkeiten ul li {
	/*line-height: 60px;*/
	font-family: 'lb', sans-serif;
	color: #999;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 40px;
	background: url('/z-data/uploads/content/list-einsatz-symbol.png') no-repeat 0 15px;
}

.einsatzmoeglichkeiten ul li em {
	font-style: normal;
}




/* skill bar */
.skillbar { 
	list-style: none; 
	padding-top: 30px;
}

.skillbar li { 
	margin-bottom: 50px; 
	background: #f0f0f0; 
	height: 3px;
	text-transform: uppercase;
	font-size: 0.7em;
}

.skillbar li em { 
	position:relative; 
	top:-30px;
	font-style: normal;
}

.expand { 
	height: 2px; 
	margin: 2px 0; 
	background: #666; 
	position: absolute;
	/*box-shadow:0px 0px 10px 1px rgba(0,198,255,0.4);*/
}

.strapazier       { width:70%;  -moz-animation:html5 2s ease-out;       -webkit-animation:html5 2s ease-out;       }
.klima        { width:90%;  -moz-animation:css3 2s ease-out;        -webkit-animation:css3 2s ease-out;        }
.verlegung      { width:50%;  -moz-animation:jquery 2s ease-out;      -webkit-animation:jquery 2s ease-out;      }
.austausch   { width:10%;  -moz-animation:photoshop 2s ease-out;   -webkit-animation:photoshop 2s ease-out;   }
.gestaltung { width:100%; -moz-animation:dreamweaver 2s ease-out; -webkit-animation:dreamweaver 2s ease-out; }

@-moz-keyframes strapazier       { 0%  { width:0px;} 100%{ width:70%;}  }
@-moz-keyframes klima        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes verlegung      { 0%  { width:0px;} 100%{ width:50%;}  }
@-moz-keyframes austausch   { 0%  { width:0px;} 100%{ width:10%;}  }
@-moz-keyframes gestaltung { 0%  { width:0px;} 100%{ width:100%;} }

@-webkit-keyframes strapazier       { 0%  { width:0px;} 100%{ width:70%;}  }
@-webkit-keyframes klima        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes verlegung      { 0%  { width:0px;} 100%{ width:50%;}  }
@-webkit-keyframes austausch   { 0%  { width:0px;} 100%{ width:10%;}  }
@-webkit-keyframes gestaltung { 0%  { width:0px;} 100%{ width:100%;} }













/* page vinyl */

body.mypage-luxury-vinyl-tiles .urheber {
	color: #ccc;
}

#page-vinyl-section-highlights {
	background: #f1f1f1 url('/z-data/uploads/content/page-vinyl-section-highlights.jpg') no-repeat top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: 10px solid #fff;
}

#page-vinyl-einsatz .panel-grid-cell {
	max-width: 1060px;
	margin: 0 auto;
	padding: 5px 20px;
}

#page-vinyl-einsatz h3 {
	color: #94c11f;
	margin-bottom: 30px;
}

#page-vinyl-einsatz .so-panel:last-child {
	padding-top: 40px;
	padding-left: 40px;
}

#section-inspiration {
	border-top: 1px solid #f1f1f1;
}

#section-termin {
	background: #f8f8f8;
	border-top: 10px solid #fff;
}

#section-termin .textwidget {
	background: url('/z-data/uploads/content/section-termin-bg.png') no-repeat top left;
	padding-left: 120px;
}





/* page parkett */

body.mypage-parkett .urheber {
	color: #ccc;
}

body.mypage-parkett #section-intro {
	padding-top: 100px;
}

body.mypage-parkett #section-intro-grafik {
	padding-bottom: 100px;
}

#page-parkett-section-highlights {
	background: #000 url('/z-data/uploads/content/page-parkett-section-highlights.jpg') no-repeat top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: 10px solid #fff;
	color: #fff;
}

#page-parkett-sadau {
	text-align: center;
}

#page-parkett-sadau h3 em::after {
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 40px;
}

#page-parkett-sadau img {
	margin-top: 30px;
	margin-bottom: 50px;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;

}





/* page teppichfliesen */
body.mypage-teppichfliesen .urheber {
	color: #ccc;
}

#page-teppichfliesen-section-highlights {
	background: #565656 url('/z-data/uploads/content/page-teppichfliesen-section-highlights.jpg') no-repeat top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: 10px solid #fff;
	color: #fff;
}

#page-teppich-tipp {
	background: #000 url('/z-data/uploads/content/page-teppich-tipp.jpg') no-repeat center center;
	background-attachment: fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 200px;
	color: #999;
	text-align: center;
	font-size: 24px;
	font-family: 'sspe', sans-serif;
}

#page-teppich-tipp .panel-grid-cell {
	max-width: 1060px;
	margin: 0 auto;
	padding: 5px 20px;
	height: 100%;
}

#page-teppich-tipp p {
	margin-bottom: 0;
}

#page-teppich-tipp p::before,
#page-teppich-tipp p::after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background-color: #9999;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

#page-teppich-tipp strong {
	color: #94c11f;
}





/* page weitere */

#page-weitere-section-highlights {
	background: #191919 url('/z-data/uploads/content/page-weitere-section-highlights.jpg') no-repeat top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#page-weitere-section-highlights .panel-grid-cell {
	max-width: 1020px;
	margin: 0 auto;
	padding: 5px 40px;
}

#page-weitere-section-highlights .so-panel:first-child {
	border: 8px solid #fff;
}

#page-weitere-section-highlights .so-panel:last-child {
	-webkit-flex: 2;
	flex: 2;
	color: #666;
	padding: 0 50px;
	font-size: 0.9em;
}

#page-weitere-section-highlights .so-panel:last-child p:last-child {
	margin-bottom: 0;
}

#page-weitere-section-highlights .so-panel:last-child strong {
	font-family: 'lb', sans-serif;
	color: #94c11f;
	letter-spacing: 1px;
}

#page-weitere-section-highlights .cta {
	margin-bottom: 0;
}

#page-weitere-carousel {
	background: #f1f1f1;
	text-align: center;
	border-bottom: 10px solid #fff;
}

#page-weitere-carousel h3 em::after {
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 40px;
}

#page-weitere-videos-title h4 {
	margin-bottom: 0;
	font-family: 'lb', sans-serif;
	color: #999;
	font-style: normal;
}

body.mypage-weitere-bodenbelaege .home-videos {
	padding-top: 15px;
}







/* impressum */
body.mypage-impressum .imprint h3,
body.mypage-agb .imprint h3,
body.mypage-datenschutz .imprint h3 {
	font-size: 24px;
	color: #94c11f;
	margin-top: 40px;
}

body.mypage-impressum .imprint h4,
body.mypage-agb .imprint h4,
body.mypage-datenschutz .imprint h4 {
	font-size: 18px;
	font-style: normal;
	margin-bottom: 10px;
	font-family: 'lb', sans-serif;
	color: #999;
}









/* videos */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}







@media (max-width: 768px) {
	.hero img {
		margin-top: -140px;
	}
	
	.section {
		text-align: center;
	}
	
	h3 {
		font-size: 30px;
	}
	
	h2::after {
		margin: 0 auto;
		margin-top: 25px;
	}
	
	h3 em::after {
		margin: 0 auto;
		margin-top: 25px;
		margin-bottom: 40px;
	}
	
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.section-top {
		padding-top: 50px;
	}
	
	.section-bottom {
		padding-bottom: 50px;
	}
	
	ul li {
		text-align: left;
	}
	
	body.mypage-parkett #section-intro {
		padding-top: 50px;
	}
	
	body.mypage-parkett #section-intro-grafik {
		padding-bottom: 50px;
	}
	
	#section-intro p {
		text-align: left;
	}
	
	#page-vinyl-einsatz .so-panel:last-child {
		padding-left: 0px;
	}
	
	#page-vinyl-einsatz ul {
		padding: 20px;
	}
	
	#page-vinyl-einsatz ul li {
		text-align: left;
	}
	
	#section-termin {
		padding-top: 30px;
		
	}
	
	#section-termin .textwidget {
		background-position: top center;
		padding-left: 0;
		padding-top: 120px;
	}
	
	#page-teppich-tipp p::before,
	#page-teppich-tipp p::after {
		display: none;
	}
	
	#page-teppich-tipp p {
		padding: 5px 20px;
		font-size: 18px;
	}
	
	#page-vinyl-section-highlights,
	#page-parkett-section-highlights,
	#page-teppichfliesen-section-highlights,
	#page-weitere-section-highlights {
		-moz-background-size: auto;
		-webkit-background-size: auto;
		background-size: auto;
	}
	
	#page-weitere-section-highlights {
		padding-top: 150px;
	}
	
	#page-weitere-section-highlights .panel-grid-cell {
		padding: 10px 20px;
	}
	
	#page-weitere-section-highlights .so-panel:first-child {
		border: none;
	}
	
	#page-weitere-section-highlights .so-panel:last-child {
		padding: 20px;
	}
}








/* ---------------------------------
      GALLERY
   --------------------------------- */


.gallery {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.gallery-item {
	position: relative;
	margin-bottom: 20px;
}

.gallery-icon {
    padding: 0px;
}

.gallery-caption {
	opacity: 0.0;
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	color: #fff;
	left: 0;
	bottom: 0;
	padding: 0.75em 1em;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*background: url('/z-data/uploads/content/gallery-symbol.png') no-repeat center center;*/
	background-color: rgba(0,0,0,.6);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-family: 'sspe', sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}

.gallery-caption::before {
	content: '\f002';
	font-family: 'FontAwesome', sans-serif;
	color: #fff;
	padding-right: 5px;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}



@media (max-width: 768px) {
	.gallery {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	
	.gallery-caption {
		opacity: 0.6;
	}
}






/* ---------------------------------
      CONTACT
   --------------------------------- */

.wpcf7 {
	
}

.wpcf7 textarea {
	resize: none;
	height: 100px;
}

.wpcf7 input {
	width: 100%;
}

.wpcf7 input[type="submit"] {
	background-color: #94c11f;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* animation */
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus, .wpcf7 input[type="submit"]:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.wpcf7 .screen-reader-response {
	display: none;
}

.wpcf7-response-output {
	color: #94c11f;
}

.wpcf7-not-valid-tip {
	display: block;
	padding-top: 5px;
	color: #94c11f;
}

.wpcf7-validation-errors {
	border: none;
	padding: 0;
	margin: 0;
}

.your-consent {
	font-size: 0.8em;
	display: block;
	padding-top: 15px;
	padding-bottom: 5px;
}

.your-consent input {
	width: auto;
	display: inline-block;
	margin-right: 5px;
}

.your-consent a:link,
.your-consent a:visited {
	color: #94c11f !important;
}

.your-consent a:hover,
.your-consent a:active {
	color: #fff !important;
}



/* ninja forms neu */
.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea,
.nf-form-content .checkbox-wrap {
	font-size: 0.8em;
}

.nf-form-fields-required {
	display: none;
}

.nf-field-element input[type="button"] {
	background-color: #94c11f;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* animation */
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	font-size: 1em;
}

.nf-field-element input[type="button"]:hover, .nf-field-element input[type="button"]:focus, .nf-field-element input[type="button"]:active {
	background-color: #94c11f;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.nf-form-content .checkbox-wrap a:link,
.nf-form-content .checkbox-wrap a:visited {
	color: #94c11f;
}

.nf-form-content .checkbox-wrap a:hover,
.nf-form-content .checkbox-wrap a:active {
	color: #fff;
}

.nf-response-msg {
	color: #94c11f;
}




/* ---------------------------------
      FOOTER & SHARE LINKS
   --------------------------------- */



.map-contact {
	background: #2c2c2c url('/z-data/uploads/content/map-contact.png') no-repeat center right;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 0.9em;
	border-bottom: 1px solid #fff;
}

.inside-map-contact {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 40px;
}

.inside-map-contact .textwidget {
	max-width: 450px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 40px;
}

.inside-map-contact h4 {
	font-family: 'ssp', sans-serif;
	font-size: 32px;
}

.inside-map-contact h4 span {
	font-family: 'sspe', sans-serif;
	font-style: italic;
}

.google-copy {
	padding: 10px;
	color: #555;
	font-size: 0.8em;
}


.share-links {
	/*max-width: 1920px;
	margin: 0 auto;*/
	background-color: #94c11f;
}

.inside-share-links {
	max-width: 100%;
}

.inside-share-links p {
	margin-bottom: 0;
	display: -webkit-flex;
	display: flex;
}

.inside-share-links a:link,
.inside-share-links a:visited {
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	border-right: 1px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.inside-share-links a:last-child {
	border-right: none;
}

.inside-share-links a:hover,
.inside-share-links a:active {
	color: #d7e7d3;
}

.site-footer {
	/*border-top: 1px solid #999;*/
	text-align: center;
}


.footer-widgets .widget-title {
	text-transform: uppercase;
	margin-top: 5px;
}

.footer-widgets .widget-title::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: #888;
	margin-top: 5px;
}

.footer-widgets .fa {
	padding-right: 5px;
}

.footer-widgets .fa-2x {
	padding-right: 15px;
}

.footer-widget-1 {
	display: -webkit-flex;
	display: flex;
}

.footer-widget-1 aside {
	-webkit-flex: 1;
	flex: 1;
}

.footer-widget-1 aside img {
	opacity: 0.4;
}

.footer-links {
	color: #94c11f;
}

.footer-links a:link,
.footer-links a:visited {
	color: #94c11f;
}

.footer-links a:hover,
.footer-links a:active {
	opacity: 0.7;
}




/* copy area */

.site-info {
	color: #585858;
	background: #000;
	border-top: 1px solid #585858;
}

.site-info a:link,
.site-info a:visited {
	color: #585858;
}

.site-info a:hover,
.site-info a:active {
	opacity: 0.7;
}

a.maitopia {
	display: block;
}





/* go to top */
.go-to-top:hover {
	color: #fff !important;
	background-color: #94c11f;
	text-decoration: none;
}

.go-to-top {
	display: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff !important;
	background-color: rgba(93,165,69,0.5);
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-family: "FontAwesome";
	z-index: 9999999;
}







@media (max-width: 768px) {
	.map-contact {
		max-width: 100%;
		background-position: center center;
	}
	
	.inside-map-contact {
		max-width: 85%;
		padding-bottom: 40px;
	}
	
	.inside-map-contact .textwidget {
		padding: 30px;
		max-width: 100%;
	}
	
	.google-copy {
		text-align: center;
	}
	
	.footer-widget-1 {
		display: block;
	}
	
	.footer-widget-1 aside {
		-webkit-flex: none;
		flex: none;
		margin-top: 25px;
	}
	
	.footer-widgets .widget-title {
		margin-bottom: 15px;
	}
}








/* ---------------------------------
      GP THEME MOBILE CHANGES
   --------------------------------- */


@media (min-width: 768px) {
	/* Start mobile navigation */
	.main-navigation .menu-toggle {
		display: inherit;
	}
	
	.main-navigation ul {
		display: none;
	}
	
	.main-navigation.toggled .main-nav > ul {
		display: block;
	}
	
	.main-navigation .main-nav ul ul {
		position: relative;
		top: 0;
		left: auto;
		right: auto;
		width: 100%;
	}
	
	.main-navigation .main-nav li {
		float: none;
		clear: both;
		display: block !important;
		text-align: right !important;
	}
	
	.main-navigation .main-nav li.hide-on-mobile {
		display: none !important;
	}
	
	.main-navigation .sub-menu.toggled-on,
	.main-navigation .children.toggled-on {
		display: block !important;
		opacity: 1 !important;
	}
	
	.main-navigation .dropdown-menu-toggle:before {
		content: "\f107" !important;
	}
	
	.main-navigation .sfHover > a .dropdown-menu-toggle:before {
		content: "\f106" !important;
	}
	
	.main-navigation .menu-item-has-children .dropdown-menu-toggle {
		float: right;
	}
	
	.main-navigation .mobile-bar-items {
		display: block;
	}
	
	.main-navigation .menu li.search-item {
		display: none !important;
	}
	
	.main-navigation .sf-menu > li.menu-item-float-right {
		float: none !important;
		display: inline-block !important;
	}
	
	[class*="nav-float-"] .site-header .inside-header > * {
		float: none;
		clear: both;
	}
	/* End mobile navigation */
	
}




@media (min-width: 768px) {
	/* Sticky & Sticky + Static logo */
	.sticky-menu-logo .navigation-stick:not(.mobile-header-navigation) .menu-toggle,
	.menu-logo .main-navigation:not(.mobile-header-navigation) .menu-toggle {
		display: inline-block;
		clear: none;
		width: auto;
		float: right;
	}
	
	.sticky-menu-logo .navigation-stick:not(.mobile-header-navigation) .mobile-bar-items,
	.menu-logo .main-navigation:not(.mobile-header-navigation) .mobile-bar-items {
		position: relative;
		float: right;
	}
	
	/* Static logo */
	.regular-menu-logo .main-navigation:not(.navigation-stick):not(.mobile-header-navigation) .menu-toggle {
		display: inline-block;
		clear: none;
		width: auto;
		float: right;
	}
	
	.regular-menu-logo .main-navigation:not(.navigation-stick):not(.mobile-header-navigation) .mobile-bar-items {
		position: relative;
		float: right;
	}
	
	/* Navigation floating left */
	.sticky-menu-logo.nav-float-left .navigation-stick:not(.mobile-header-navigation) .menu-toggle,
	.menu-logo.nav-float-left .main-navigation:not(.mobile-header-navigation) .menu-toggle,
	.regular-menu-logo.nav-float-left .main-navigation:not(.navigation-stick):not(.mobile-header-navigation) .menu-toggle {
		float: left;
	}
}











/* ---------------------------------
      CAROUSEL
   --------------------------------- */


.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    /*border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    /*border: 1px solid #fff;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel li .carousel-content {
    margin-right: 40px;
	margin-left: 40px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
}

.carousel-highlight .jcarousel li .carousel-content {
    border: 1px solid #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin-right: 40px;
	margin-left: 40px;
	padding: 30px;
	background-color: #fff;
	text-align: center;
	min-height: 105px;
	color: #666;
}

@media (max-width: 768px) {
	.jcarousel li .carousel-content {
    	margin-right: 25px;
		margin-left: 25px;
		padding: 15px 5px;
	}
	
	.jcarousel-control-prev, 
	.jcarousel-control-next {
		font-size: 38px;
		width: 20px;
	}
}

.jcarousel li .carousel-content .fa {
	color: #94c11f;
	font-size: 1.5em;
	margin-bottom: 20px;
}


.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
	margin: 0 auto;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 30px;
    height: 30px;
    /*text-align: center;*/
    /*background: #4E443C;*/
    color: #999 !important;
    text-decoration: none;
    /*text-shadow: 0 0 1px #000;*/
    font-size: 54px;
	line-height: 22px;
    /*-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;*/
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	color: #94c11f !important;
}

.jcarousel-control-prev {
    left: 0px;
}

.jcarousel-control-next {
    right: 0px;
	text-align: right;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
	display: none;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
