/* ALLGEMEIN */

#page-wrapper {
	display: block !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.spalte {
	width: 47%;
	float: left;
	text-align: left;
}

.spalte.spalte-2 {
	float: right;
}

span.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.overlay-parent .overlay-content {
	display: none !important;
}


iframe.video,
.embedded-video iframe,
.video-container video {
	max-width: 100%;
}

.video-container video {
	cursor: pointer;
}

.video-container {
	position: relative;
}

.video-container .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	cursor: pointer;
}

.video-container a.play,
div.play {
	color: #ffffff;
	font-size: 40px;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	z-index: 99;
	text-align: center;
	background: #4a4a4a;
	border-radius: 50%;
	opacity: 1;
	cursor: pointer;
}

.video-container a.play:before,
div.play:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #4a4a4a;
	border-radius: 50%;
	-webkit-animation: pulsebg 1.5s ease-out infinite;
	-moz-animation: pulsebg 1.5s ease-out infinite;
	animation: pulsebg 1.5s ease-out infinite;
}

.video-container a.play:hover,
div.play:hover {
	background: #000000;
	opacity: 1;
}
.video-container a.play i,
div.play i {
	position: relative;
	left: 3px;
}
.video-container a.play i:before,
div.play i:before {
	line-height: 80px;
}

.video-container a.pause {
	color: #ffffff;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	z-index: 19;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	text-shadow: 0 0 15px rgba(0,0,0,0.2);
	opacity: 0;
	display: none;
}
.video-container:hover a.pause {
	opacity: 0.3;
}
.video-container a.pause:hover {
	opacity: 1;
}

@-webkit-keyframes pulsebg {
  	0% { -webkit-transform: scale(1); opacity: 1; }
  	50% { -webkit-transform: scale(1.3); opacity: 0; }
	100% { -webkit-transform: scale(1); opacity: 0; }
}
@-moz-keyframes pulsebg {
	0% { -moz-transform: scale(1); opacity: 1; }
  	50% { -moz-transform: scale(1.3); opacity: 0; }
	100% { -moz-transform: scale(1); opacity: 0; }
}
@keyframes pulsebg {
	0% { transform: scale(1); opacity: 1; }
  	50% { transform: scale(1.3); opacity: 0; }
	100% { transform: scale(1); opacity: 0; }
}


/* MOUSE OVER */

a.hover-img,
a.lightbox {
	display: block;
	background: #4a4a4a;
}

a.hover-img img,
a.lightbox img {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a.hover-img:hover img,
a.lightbox:hover img {
	opacity: 0.5;
}


/* DATEIEN */

.dateien {
	border-top: 1px solid #dddddd;
	margin: 30px 0 0 0;
	padding-top: 10px;
}

.dateien > a {
	display: block;
	margin: 20px 0;
	padding: 0;
	position: relative;
	line-height: 22px;
}

.dateien > a > span {
	padding-left: 35px;
	display: inline-block;
}

.dateien > a span .size {
	padding-right: 0;
	color: #888888;
}

.dateien > a .icon-download {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 20px;
}


/* TOOLTIP */

.with-tooltip {
	position: relative;
	display: block;
}

.touchevents .with-tooltip span.tooltip {
	display: none;
}

.with-tooltip span.tooltip {
	background: #222222;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 10px;
	white-space: nowrap;
	max-width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	display: none;
	text-transform: none;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	z-index: 89;
}

.with-tooltip span.tooltip.white {
	background: #ffffff;
	color: #4a4a4a;
}

.with-tooltip span.tooltip h4,
.with-tooltip span.tooltip h5 {
	color: #ffffff;
	font-size: 16px !important;
	line-height: 22px !important;
	margin: 0 0 10px 0 !important;
}
.with-tooltip span.tooltip a {
	color: #ffffff;
}

.with-tooltip span.tooltip ul li:before {
	background: #ffffff;
}

.with-tooltip span.tooltip.white {
	background: #ffffff;
	color: #000000;
}

.no-touchevents .with-tooltip:hover span.tooltip,
.touchevents .with-tooltip.touch:hover span.tooltip {
	display: block;
}

.with-tooltip span.tooltip {
	right: auto;
	left: 50%;
	bottom: auto;
	top: 100%;
	margin-top: 10px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.with-tooltip span.tooltip.big {
	white-space: normal;
	height: auto;
	padding: 8px 10px 5px 10px;
	width: 240px;
	max-width: 240px;
	margin-left: -130px;
	left: 50%;
	right: auto !important;
	top: 100%;
	bottom: auto !important;
	margin-top: 10px;
	text-align: center;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

.with-tooltip span.tooltip:after,
.with-tooltip span.tooltip.big:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(34, 34, 34, 0);
	border-bottom-color: #222222;
	border-width: 6px;
	margin-left: -6px;
}

.with-tooltip span.tooltip.white:after,
.with-tooltip span.tooltip.white:after {
	border-color: rgba(255, 255, 255, 0) !important;
	border-bottom-color: #ffffff !important;
}


.with-tooltip span.tooltip.left {
	bottom: auto !important;
	top: 100%;
	right: 0px;
	left: auto !important;
	margin: 10px 0 0 0;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
	text-align: right;
}

.with-tooltip span.tooltip.left:after {
	bottom: 100%;
	right: 0;
	left: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(34, 34, 34, 0);
	border-bottom-color: #222222;
	border-width: 6px;
	margin-right: 6px;
}

.with-tooltip span.tooltip.right {
	bottom: auto !important;
	top: 100%;
	left: 0px !important;
	right: auto !important;
	margin: 10px 0 0 0;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

.with-tooltip span.tooltip.right:after {
	bottom: 100%;
	left: 0;
	right: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(34, 34, 34, 0);
	border-bottom-color: #222222;
	border-width: 6px;
	margin-left: 6px;
}

.with-tooltip span.tooltip.top {
	top: auto !important;
	bottom: 100% !important;
	margin: 0 0 10px 0;
}

.with-tooltip span.tooltip.top:after {
	bottom: auto;
	top: 100%;
	border-top-color: #222222;
	border-bottom: none !important;
}


/* DROPDOWN */

.dropdown-container {
	position: relative;
}

.dropdown-container .dropdown-content {
	background: #ffffff;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 10px;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 18px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	white-space: nowrap;
	z-index: 99;
	display: none;
	text-align: left;
	color: #000000;
}

.dropdown-container .dropdown-content:after {
	bottom: 100%;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255,255,255, 0);
	border-bottom-color: #ffffff;
	border-width: 6px;
	margin-right: 6px;
}

.dropdown-container .dropdown-content.left {
	right: auto !important;
	left: 0;
}

.dropdown-container .dropdown-content.left:after {
	margin-right: 0;
	margin-left: 6px;
	right: auto !important;
	left: 0;
}

.dropdown-container a.active span.tooltip {
	display: none !important;
}

.dropdown-container .dropdown-content ul.links {
	margin: -10px 0 !important;
	padding: 0 !important;
}

.dropdown-container .dropdown-content ul.links li {
	padding: 10px 0 !important;
	border-top: 1px solid #eeeeee;
	list-style: none !important;
	background: none !important;
}

.dropdown-container .dropdown-content ul.links li:first-child {
	border-top: 0 !important;
}

.dropdown-container .dropdown-content ul.links li:before {
	display: none !important;
}

.dropdown-container .dropdown-content ul.links li a {
	display: block;
}

.dropdown-container .dropdown-content strong.title {
	display: block;
	margin-bottom: 20px;
}


/* FEATURED */

.with-featured #header {
	background: none;
}

.with-featured #header .region-header {
	display: none;
}
.with-featured #header.menu-open .region-header {
	display: block;
}

.no-js .with-featured #header,
.js .with-featured #header.show,
.js .with-featured #header.menu-open,
#header.small {
	opacity: 1;
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#featured .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 60px 100px;
	box-sizing: border-box;
	z-index: 99;
}

#featured .logo {
	width: 180px;
	height: 98px;
	float: left;
}

#featured .region-header-2 {
	float: right;
	margin-top: 76px;
	margin-right: 40px;
	-webkit-transition: margin-top 0.5s;
	-moz-transition: margin-top 0.5s;
	transition: margin-top 0.5s;
}

#featured {
	position: fixed;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	z-index: 1019;
	top: 0;
	left: 0;
	background: #ffffff;
}

.js #featured .wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 59;
}

.no-csscalc #featured .borders {
	display: none !important;
}

.csscalc #featured .borders {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 147px 50px 50px 50px;
	box-sizing: border-box;
	z-index: 199;
}

.csscalc #featured .borders > div {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.csscalc #featured .border-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.csscalc #featured .border-top .left {
	background: #ffffff;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0px;
	top: 0;
}

.csscalc #featured .border-top .middle {
	background: #ffffff;
	width: calc(100% - 470px);
	height: 2px;
	position: absolute;
	left: 245px;
	top: 0;
}

.csscalc #featured .border-top .right {
	background: #ffffff;
	width: 30px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 0;
}

.csscalc #featured .border-bottom {
	background: #ffffff;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.csscalc #featured .border-left {
	background: #ffffff;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.csscalc #featured .border-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.csscalc #featured .border-right .top {
	background: #ffffff;
	width: 2px;
	height: 50%;
	position: absolute;
	right: 0;
	bottom: 50%;
	margin-bottom: 22px;
}

.csscalc #featured .border-right .bottom {
	background: #ffffff;
	width: 2px;
	height: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: 22px;
}

/* Border Banner Neu BEGINN */

.csscalc #featured .border-bottom.banner{
	background: rgba(0,0,0,0);
	height: auto;
}
.csscalc #featured .border-bottom.banner .left{
	background: #ffffff;
	width: calc(100% - 400px);
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: 0;
}
.csscalc #featured .border-bottom.banner .right{
	background: #ffffff;
	width: 30px;
	height: 2px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.dlef-banner-neu{
	position: absolute;
	right: 110px;
	bottom: 41px;
	color: #fff !important;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	z-index: 999;
	text-align: right;
	-webkit-tap-highlight-color: transparent !important;
}
.dlef-banner-neu .dlef-banner-neu-subtitel{
	font-size: 14px;
	line-height: 20px;
}
.dlef-banner-neu:hover{
	color: #4a4a4a !important;
}

.dlef-banner-neu .dlef-banner-neu-logo{
	position: absolute;
	width: 100px;
	height: auto;
	right: -78px;
	top: -61px;
	transform: scale(1);
	transition: transform 0.3s;
}

.dlef-banner-neu:hover .dlef-banner-neu-logo{
	transform: scale(1.07);
}

/* Border Banner Neu ENDE */

/* Border Banner Focuslashes BEGINN */

.csscalc #featured .border-bottom.banner-focuslashes{
	background: rgba(0,0,0,0);
	height: auto;
}
.csscalc #featured .border-bottom.banner-focuslashes .left{
	background: #ffffff;
	width: calc(100% - 417px);
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: 0;
}
.csscalc #featured .border-bottom.banner-focuslashes .right{
	background: #ffffff;
	width: 30px;
	height: 2px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.focuslashes-banner-neu{
	position: absolute;
	right: 110px;
	bottom: 41px;
	color: #fff !important;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	z-index: 999;
	text-align: right;
	-webkit-tap-highlight-color: transparent !important;
	
}
.focuslashes-banner-neu .focuslashes-banner-neu-subtitel{
	font-size: 14px;
	line-height: 20px;
}
.focuslashes-banner-neu:hover{
	color: #ea5179 !important;
}

.focuslashes-banner-neu .focuslashes-banner-neu-logo{
	position: absolute;
	width: 100px;
	height: auto;
	right: -78px;
	top: -61px;
	transform: scale(1);
	transition: transform 0.3s;
}

.focuslashes-banner-neu:hover .focuslashes-banner-neu-logo{
	transform: scale(1.07);
}

/* Border Banner Focuslashes ENDE */




#featured .content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 299;
	display: table;
}

#featured .content-wrapper .content {
	display: table-cell;
	padding: 300px 160px 160px 160px;
	vertical-align: middle;
	text-align: center;
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
}

#featured .content-wrapper .title {
	font-family: "may_wilde", serif;
	font-weight: normal;
	font-size: 200px;
	line-height: 200px;
	text-transform: none !important;
	margin-bottom: 10px;
	color: #ffffff;
}
#featured .content-wrapper .text {
	font-size: 25px !important;
	line-height: 35px !important;
	color: #ffffff !important;
	font-weight: 300 !important;
	text-transform: none !important;
}

#featured .content-wrapper a.button {
	margin-top: 0px;
}

#featured .social-media-links {
	position: absolute;
	top: 50%;
	margin-top: 48px;
	right: 40px;
	z-index: 399;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#featured .social-media-links a.icon {
	font-size: 24px;
	margin: 10px 0;
	display: block;
	float: left;
	clear: left;
	color: #ffffff;
}

#featured .social-media-links a.icon:hover {
	opacity: 0.5;
}

#featured #menu-icon {
	margin-top: 74px;
}

#featured .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: 99;
	opacity: 1;
}

#featured .overlay .gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70%;
	width: 100%;
	z-index: 119;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	opacity: 0.4;
}

#featured .content-wrapper .content .title {
	opacity: 0;
	-webkit-transition: -webkit-transform 1s, opacity 2s;
	-moz-transition: -moz-transform 1s, opacity 2s;
	transition: transform 1s, opacity 2s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}
#featured.animate .content-wrapper .content .title {
	opacity: 1;
}

#featured .content-wrapper .content .text {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 1s;
	-moz-transition: -moz-transform 0.3s, opacity 1s;
	transition: transform 0.3s, opacity 1s;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	transition-delay: 2s;
}
#featured.animate .content-wrapper .content .text {
	opacity: 1;
}

#featured .content-wrapper .content .buttons {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 1s;
	-moz-transition: -moz-transform 0.3s, opacity 1s;
	transition: transform 0.3s, opacity 1s;
	-webkit-transition-delay: 2.2s;
	-moz-transition-delay: 2.2s;
	transition-delay: 2.2s;
}
#featured.animate .content-wrapper .content .buttons {
	opacity: 1;
}

#featured .wrapper > img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: -webkit-transform 10s, opacity 0.3s;
	-moz-transition: -moz-transform 10s, opacity 0.3s;
	transition: transform 10s, opacity 0.3s;
}
#featured .wrapper > img.mobile {
	display: none !important;
}

#featured.animate .wrapper > img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

#featured .scroll-icon {
	opacity: 0;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-delay: 3s !important;
	-moz-transition-delay: 3s !important;
	transition-delay: 3s !important;
}
#featured.animate .scroll-icon {
	opacity: 1;
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}


#featured {
	opacity: 1;
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s, opacity 2s;
	-moz-transition: -moz-transform 0.5s, opacity 2s;
	transition: transform 0.5s, opacity 2s;
}

#featured .content-wrapper .content,
#featured .borders,
#featured .social-media-links {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#featured.remove .content-wrapper .content,
#featured.remove .scroll-icon,
#featured.remove .borders,
#featured.remove .social-media-links {
	opacity: 0;
	-webkit-transition-delay: 0s !important;
	-moz-transition-delay: 0s !important;
	transition-delay: 0s !important;
}

#featured.remove {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-delay: 0.5s !important;
	-moz-transition-delay: 0.5s !important;
	transition-delay: 0.5s !important;
}

#page-wrapper.hide-featured {
	margin-top: 0 !important;
	-webkit-transition: margin-top 0.5s;
	-moz-transition: margin-top 0.5s;
	transition: margin-top 0.5s;
	-webkit-transition-delay: 0.5s !important;
	-moz-transition-delay: 0.5s !important;
	transition-delay: 0.5s !important;
}


/* LOADING */

#page > .loading-top,
#page > .loading-bottom {
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s;
	overflow: hidden;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

#page > .loading-top .logo {
	width: 180px;
	height: 98px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 -49px -110px;
	background: #ffffff;
	padding: 0 20px;
	z-index: 99;
	display: block !important;
}

#page > .loading-bottom .logo {
	width: 180px;
	height: 98px;
	position: absolute;
	left: 50%;
	top: 0;
	margin: -49px 0 0 -110px;
	background: #ffffff;
	padding: 0 20px;
	z-index: 99;
	display: block !important;
}

#page > .loading-bottom .loader {
	display: block !important;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 80px 0 0 -20px;
	width: 40px;
	height: 40px;
	z-index: 99;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#page > .loading-bottom .loading-line {
	position: absolute;
	top: 27px;
	left: 50%;
	height: 2px;
	width: 0;
	background: #4a4a4a;
	-webkit-transition: width 0.5s, left 0.5s;
	-moz-transition: width 0.5s, left 0.5s;
	transition: width 0.5s, left 0.5s;
	z-index: 19;
}

#page.loaded > .loading-bottom .loader {
	opacity: 0;
}

#page.loaded > .loading-top,
#page.loaded > .loading-bottom {
	height: 0 !important;
}

#page.loaded > .loading-bottom .loading-line {
	width: 100%;
	left: 0;
}

.touchevents #featured .scroll-icon.swipe {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 125px;
	z-index: 399;
	display: block;
	font-size: 60px;
	color: #ffffff;
}

#featured .scroll-icon.scroll {
	width: 26px;
	height: 46px;
	border: 2px solid #ffffff;
	border-radius: 15px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 125px;
	z-index: 399;
	display: block;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s, background 0.3s;
	transition: transform 0.3s, opacity 0.3s, background 0.3s;
}
.touchevents #featured .scroll-icon.scroll {
	display: none;
}

#featured .scroll-icon div {
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ffffff;
	animation: scrolldotjumping 1.5s ease-out infinite;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

@-webkit-keyframes scrolldotjumping {
  	0% { top: 10px; opacity: 0; }
	5% { top: 10px; opacity: 1; }
  	25% { opacity: 1; }
	35% { top: 32px; opacity: 0; }
	100% { top: 10px; opacity: 0; }
}
@-moz-keyframes scrolldotjumping {
	0% { top: 10px; opacity: 0; }
	5% { top: 10px; opacity: 1; }
  	25% { opacity: 1; }
	35% { top: 32px; opacity: 0; }
	100% { top: 10px; opacity: 0; }
}
@keyframes scrolldotjumping {
	0% { top: 10px; opacity: 0; }
	5% { top: 10px; opacity: 1; }
  	25% { opacity: 1; }
	35% { top: 32px; opacity: 0; }
	100% { top: 10px; opacity: 0; }
}

/* SLICK DOTS */

.slick-dots {
	margin: 30px 0 -40px 0 !important;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	list-style: none !important;
	margin: 0 6px;
	padding: 0 !important;
	display: inline-block;
}
.slick-dots li:before {
	display: none !important;
}
.slick-dots li button {
	text-indent: -99999px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #aaaaaa;
	cursor: pointer;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	position: relative;
	outline: none !important;
}
.slick-dots li.slick-active button {
	width: 16px;
	height: 16px;
	background: #4a4a4a;
	position: relative;
	top: -3px;
	outline: none !important;
}
.slick-dots li button:hover {
	background: #4a4a4a;
}



/* ALLGEMEIN */

.text-centered {
	text-align: center;
}
.text-centered .text {
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
}
.text-centered.wide .text {
	width: 1170px;
}
.text-centered .text p:last-child {
	margin: 0 !important;
}
.text-centered h1.title,
.text-centered h2.title,
.text-centered h3.title {
	max-width: 800px;
	display: inline-block;
}

article div.padding {
	margin: 0 100px;
	position: relative;
}

article div.with-border {
	margin-top: 25px;
}

article div.with-border > .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #4a4a4a;
	box-sizing: border-box;
	z-index: 1;
}

article div.with-border > .text-centered {
	position: relative;
	margin: 0 auto;
	width: 1170px;
	max-width: 90%;
	top: -25px;
	margin-bottom: -25px;
	z-index: 99;
}

article div.with-border > .text-centered > h1.title,
article div.with-border > .text-centered > h2.title,
article div.with-border > .text-centered > h3.title {
	display: inline-block;
	padding: 0 40px;
	background: #ffffff;
	max-width: 800px;
}

article div.with-border > .text-centered .text {
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
}
article div.with-border > .text-centered.wide .text {
	width: 1170px;
}



/* TERMIN BUCHEN BUTTON */

a.termin-buchen-button {
	position: fixed;
	right: 25px;
	bottom: 25px;
	background: #e0e0e0;
	color: #4a4a4a;
	width: 50px;
	height: 50px;
	font-size: 20px;
	border-radius: 50%;
	z-index: 699;
	text-align: center;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
}
a.termin-buchen-button:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #e0e0e0;
	border-radius: 50%;
	-webkit-animation: pulsebg 1.5s ease-out infinite;
	-moz-animation: pulsebg 1.5s ease-out infinite;
	animation: pulsebg 1.5s ease-out infinite;
}
a.termin-buchen-button i:before {
	line-height: 50px;
}

a.termin-buchen-button:hover {
	background: #4a4a4a;
	color: #ffffff;
}
a.termin-buchen-button:hover:before {
	background: #4a4a4a;
}

a.termin-buchen-button span.tooltip.left:after {
	margin-right: 20px !important;
}

@-webkit-keyframes pulsebg {
  	0% { -webkit-transform: scale(1); opacity: 1; }
  	50% { -webkit-transform: scale(1.3); opacity: 0; }
	100% { -webkit-transform: scale(1); opacity: 0; }
}
@-moz-keyframes pulsebg {
	0% { -moz-transform: scale(1); opacity: 1; }
  	50% { -moz-transform: scale(1.3); opacity: 0; }
	100% { -moz-transform: scale(1); opacity: 0; }
}
@keyframes pulsebg {
	0% { transform: scale(1); opacity: 1; }
  	50% { transform: scale(1.3); opacity: 0; }
	100% { transform: scale(1); opacity: 0; }
}


/* PARAGRAPHS */

.paragraphs-banner {
	background: #4a4a4a;
	color: #ffffff;
	padding: 150px 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.paragraphs-banner .slogan {
	font-size: 200px;
	line-height: 180px;
	font-family: "may_wilde", serif;
	font-weight: normal;
	position: relative;
	z-index: 19;
	max-width: 1720px;
	margin: 0 auto;
}
.paragraphs-banner .slogan.big {
	font-size: 250px;
	line-height: 230px;
}
.paragraphs-banner .slogan.small {
	font-size: 170px;
	line-height: 150px;
}
.paragraphs-banner .content {
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
	margin-top: 80px;
	position: relative;
	z-index: 19;
}
.paragraphs-banner .content .title {
	color: #ffffff;
	margin-bottom: 20px;
}
.paragraphs-banner .content a {
	color: #ffffff !important;
}
.paragraphs-banner .content .text p:last-child {
	margin: 0 !important;
}
.paragraphs-banner .content .button {
	margin-top: 50px;
}
.paragraphs-banner .bg {
	display: none;
}
.csstransforms .paragraphs-banner .bg {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 80%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/* BANNER SLIDER */

#banner-slider {
	-webkit-user-select: inherit;
	-moz-user-select: inherit;
	-ms-user-select: inherit;
	user-select: inherit;
	position: relative;
	background: #4a4a4a;
}
#banner-slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 99;
	margin: 0 !important;
	text-align: center;
	width: 100%;
}
#banner-slider .slick-dots li {
	list-style: none !important;
	margin: 0 6px;
	padding: 0 !important;
	display: inline-block;
}
#banner-slider .slick-dots li:before {
	display: none !important;
}
#banner-slider .slick-dots li button {
	text-indent: -99999px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #888888;
	cursor: pointer;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	position: relative;
	outline: none !important;
}
#banner-slider .slick-dots li.slick-active button {
	width: 16px;
	height: 16px;
	background: #ffffff;
	position: relative;
	top: -3px;
}
#banner-slider .slick-dots li button:hover {
	background: #ffffff;
}


/* PARAGRAPHS CTA BANNER */

.paragraphs-cta-banner {
	text-align: center;
	padding: 250px 100px 150px 100px;
	position: relative;
}
.paragraphs-cta-banner.black {
	background: #4a4a4a;
	color: #ffffff;
}
.paragraphs-cta-banner .content {
	position: relative;
	z-index: 99;
}
.paragraphs-cta-banner .bg-title {
	color: #eeeeee;
	font-weight: normal;
	font-family: "may_wilde", serif;
	cursor: default;
	font-size: 200px;
	line-height: 180px;
	position: absolute;
	top: -90px;
	left: 0;
	width: 100%;
	z-index: -1;
}
.paragraphs-cta-banner .bg-title.big {
	font-size: 280px;
	line-height: 280px;
	top: -140px;
}
.paragraphs-cta-banner.black .bg-title {
	color: #5a5a5a;
}
.paragraphs-cta-banner .title {
	margin: 0 !important;
}
.paragraphs-cta-banner.black .title {
	color: #ffffff;
}
.paragraphs-cta-banner a.button {
	margin-top: 120px;
}



/* PARAGRAPHS TEXT-SLIDER */

.paragraphs-text-slider {
	position: relative;
}
.paragraphs-text-slider .slider-wrapper {
	margin: 0 -10px;
}
.paragraphs-text-slider .item {
	width: 100%;
	float: left;
	display: none;
	position: relative;
	margin: 0 10px;
	text-align: center;
	z-index: 99;
	margin-top: 10px !important;
}
.paragraphs-text-slider .item.item-0 {
	display: block;
}
.paragraphs-text-slider .item .border {
	width: 100%;
	height: 100%;
	border: 3px solid #4a4a4a;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: -1;
}
.paragraphs-text-slider .item .title {
	position: relative;
	padding: 0 30px;
	background: #ffffff;
	top: -10px;
	margin-bottom: -10px;
	display: inline-block;
}
.paragraphs-text-slider .item .content {
	padding: 60px;
}
.paragraphs-text-slider .item .content p:last-child {
	margin: 0 !important;
}
.paragraphs-text-slider a.nav {
	position: absolute;
	top: 50%;
	color: #bbbbbb;
	font-size: 40px;
	margin-top: -43px;
	left: -150px;
	cursor: pointer;
}
.paragraphs-text-slider.count-1 a.nav,
.paragraphs-text-slider.count-2 a.nav {
	display: none !important;
}
.paragraphs-text-slider a.nav.next {
	left: auto !important;
	right: -150px;
}
.paragraphs-text-slider a.nav.slick-disabled {
	color: #f5f5f5 !important;
	cursor: default;
}
.paragraphs-text-slider a.nav:hover {
	color: #000000;
}


/* PARAGRAPHS BILD-TEXT-SLIDER */

.paragraphs-bild-text-slider {
	position: relative;
}
.paragraphs-bild-text-slider .slider-wrapper {
	margin: 0 -15px;
}
.paragraphs-bild-text-slider .item {
	width: 270px;
	float: left;
	display: none;
	margin: 0 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.paragraphs-bild-text-slider .item.item-0,
.paragraphs-bild-text-slider .item.item-1,
.paragraphs-bild-text-slider .item.item-2,
.paragraphs-bild-text-slider .item.item-3 {
	display: block;
}

.paragraphs-bild-text-slider .item a.wrapper {
	display: block;
	border: 1px solid #eeeeee;
}
.paragraphs-bild-text-slider .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #4a4a4a;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s, background 0.5s;
	-moz-transition: opacity 0.5s, background 0.5s;
	transition: opacity 0.5s, background 0.5s;
}
.paragraphs-bild-text-slider .item a.wrapper:hover .overlay {
	opacity: 1;
}
.paragraphs-bild-text-slider .item .overlay .content {
	display: table;
	width: 100%;
	height: 100%;
}
.paragraphs-bild-text-slider .item .overlay .content > div {
	display: table-cell;
	text-align: left;
	padding: 70px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}
.paragraphs-bild-text-slider .item .overlay .content strong.title {
	margin-bottom: 10px;
	display: block;
}
.paragraphs-bild-text-slider .item .overlay .content .text p:last-child {
	margin: 0 !important;
}
.paragraphs-bild-text-slider .item .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 35px;
	box-sizing: border-box;
	z-index: 89;
}
.paragraphs-bild-text-slider .item .border > div {
	border: 2px solid #ffffff;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.paragraphs-bild-text-slider a.nav {
	position: absolute;
	top: 50%;
	color: #bbbbbb;
	font-size: 40px;
	margin-top: -20px;
	left: -150px;
	cursor: pointer;
}
.paragraphs-bild-text-slider.count-1 a.nav,
.paragraphs-bild-text-slider.count-2 a.nav {
	display: none !important;
}
.paragraphs-bild-text-slider a.nav.next {
	left: auto !important;
	right: -150px;
}
.paragraphs-bild-text-slider a.nav.slick-disabled {
	color: #f5f5f5 !important;
	cursor: default;
}
.paragraphs-bild-text-slider a.nav:hover {
	color: #000000;
}


/* MASONRY */

.masonry-wrapper .items {
	margin: -15px;
}

.masonry-wrapper .items .item {
	margin: 15px;
	width: 370px;
	height: 290px;
	position: relative;
	overflow: hidden;
	float: left;
}

.masonry-wrapper .items .item.wide {
	width: 770px;
}

.masonry-wrapper .items .item.high {
	height: 400px;
}

.masonry-wrapper .items .item.small {
	height: 180px;
}

.masonry-wrapper .items .item > a {
	border: 1px solid #f5f5f5;
}


/* BLOCK WARUM LUXUSLASHES */

#block-warum-luxuslashes {
	margin-top: 220px;
	margin-bottom: 100px;
}
#block-warum-luxuslashes #gruende,
.paragraphs-gruende {
	margin: 100px 0;
}
#block-warum-luxuslashes #gruende > div.section,
.paragraphs-gruende > div.section {
	max-width: 80%;
}
#block-warum-luxuslashes #gruende .items,
.paragraphs-gruende .items {
	margin: 0 -5%;
}
#block-warum-luxuslashes #gruende .item,
.paragraphs-gruende .items .item {
	width: 40%;
	float: left;
	margin: 50px 5%;
	position: relative;
}
#block-warum-luxuslashes #gruende .item.even,
.paragraphs-gruende .items .item.even {
	clear: left;
}
#block-warum-luxuslashes #gruende .item .number,
.paragraphs-gruende .items .item .number {
	position: absolute;
	font-size: 160px;
	line-height: 160px;
	top: -25px;
	left: -20px;
	color: #eeeeee;
	z-index: -1;
	cursor: default;
	font-family: "may_wilde", serif;
	font-weight: normal;
}
#block-warum-luxuslashes #gruende .item .text p:last-child,
.paragraphs-gruende .items .item .text p:last-child {
	margin: 0 !important;
}
.paragraphs-gruende .items .item .content.with-icon {
	padding-left: 70px;
}
.paragraphs-gruende .items .item .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	text-align: center;
}
.paragraphs-gruende .items .item .icon img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}


/* BLOCK STUDIOFINDER */

#block-studiofinder {
	position: relative;
	padding: 100px;
}
#block-studiofinder > img {
	width: 1400px;
	margin: 0 auto;
}
#block-studiofinder form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	text-align: center;
	margin-left: -300px;
	margin-top: -65px;
	z-index: 199;
}
.csstransforms #block-studiofinder form {
	margin-top: 0;
	-webkit-transform: translateY(-50%);	
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#block-studiofinder form h3 {
	margin-bottom: 30px;
}
#block-studiofinder form .form-item {
	width: 420px;
	float: left;
	margin: 0 !important;
}
#block-studiofinder form label {
	font-size: 16px;
	line-height: 16px;
	top: 15px !important;
	left: 15px;
	background: none !important;
}
#block-studiofinder form label.focus {
	opacity: 0.5;
}
#block-studiofinder form label.has-text {
	display: none;
}
#block-studiofinder form input.form-text {
	border-width: 2px;
	padding: 10px 15px;
	height: 46px;
	background: #ffffff;
}
#block-studiofinder form .form-submit {
	width: 180px;
	float: left;
	margin: 0 !important;
}

/* BLOCK INTERESTED */

#block-interested {
	text-align: center;
	padding: 250px 100px 150px 100px;
	position: relative;
}
#block-interested.dark {
	background: #4a4a4a;
	color: #ffffff;
}
#block-interested .content {
	position: relative;
	z-index: 99;
}
#block-interested .bg-title {
	color: #eeeeee;
	font-weight: normal;
	font-family: "may_wilde", serif;
	cursor: default;
	font-size: 280px;
	line-height: 280px;
	position: absolute;
	top: -140px;
	left: 0;
	width: 100%;
	z-index: -1;
}
#block-interested.dark .bg-title {
	color: #5a5a5a;
}
#block-interested .title {
	margin: 0 !important;
}
#block-interested.dark .title {
	color: #ffffff;
}
#block-interested a.button {
	margin-top: 120px;
}


/* PREV NEXT */

#prev_next {
	position: relative;
}

#prev_next .prev,
#prev_next .next {
	width: 50%;
	float: left;
	font-size: 25px;
}

#prev_next .next {
	text-align: right;
}

#prev_next .prev .text,
#prev_next .next .text {
	font-size: 12px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 700;
	vertical-align: top;
}

#prev_next .prev i {
	margin-right: 10px;
}

#prev_next .next i {
	margin-left: 10px;
}

#prev_next .all {
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
	font-size: 20px;
}

#prev_next a {
	color: #cccccc;
}

#prev_next a:hover {
	color: #4a4a4a;
}

#loaded-content #prev_next {
	padding-bottom: 10px !important;
	margin-top: 0 !important;
	margin-bottom: 40px !important;
}
#loaded-content #prev_next .all {
	display: none !important;
}
#loaded-content #prev_next .prev,
#loaded-content #prev_next .next {
	font-size: 16px;
}
#loaded-content #prev_next .prev .text,
#loaded-content #prev_next .next .text {
	line-height: 16px;
}

/* STARTSEITE */

#node-startseite {
	padding-top: 150px;
}

#node-startseite #einleitung {
	margin: 220px 0;
}

#node-startseite #einleitung .bild,
#node-startseite #einleitung #video {
	margin-top: 80px;
	position: relative;
}

#node-startseite #einleitung #videos-slider {
	margin-top: 80px;
	position: relative;
	margin-left: -10px !important;
	margin-right: -10px;
}

#node-startseite #einleitung #videos-slider .item {
	width: 100%;
	float: left;
	display: none;
	margin: 10px;
}
#node-startseite #einleitung #videos-slider .item.item-0 {
	display: block;
}

#node-startseite #einleitung #videos-slider a.nav {
	position: absolute;
	top: 50%;
	color: #bbbbbb;
	font-size: 40px;
	margin-top: -20px;
	left: -150px;
	cursor: pointer;
}
#node-startseite #einleitung #videos-slider a.nav.next {
	left: auto !important;
	right: -150px;
}
#node-startseite #einleitung #videos-slider a.nav.slick-disabled {
	color: #f5f5f5 !important;
	cursor: default;
}
#node-startseite #einleitung #videos-slider a.nav:hover {
	color: #000000;
}

#node-startseite #quicklinks {
	
}

#node-startseite #quicklinks .items-wrapper {
	margin-top: 80px;
}

#node-startseite #quicklinks .items .item {
	position: relative;
	overflow: hidden;
	display: block;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 700;
}

#node-startseite #quicklinks .items .item > a {
	position: relative;
	overflow: hidden;
	display: block;
	height: 100%;
	color: #ffffff;
	background: #4a4a4a;
	border: 0 !important;
}

#node-startseite #quicklinks .items .item:hover > a {
	background: #000000;
}

#node-startseite #quicklinks .items .item.light:hover > a {
	background: #aaaaaa;
}

#node-startseite #quicklinks .items .item img {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#node-startseite #quicklinks .items .item:hover img {
	opacity: 0.5;
}

#node-startseite #quicklinks .items .item.light a {
	background: #e0e0e0;
}

#node-startseite #quicklinks .items .item .table {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99;
}

#node-startseite #quicklinks .items .item .table > div {
	display: table-cell;
	vertical-align: middle;
	padding: 35px 50px;
	text-align: center;
}

#node-startseite #quicklinks .items .item .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 35px;
	box-sizing: border-box;
	z-index: 89;
}

#node-startseite #quicklinks .items .item .border > div {
	border: 2px solid #ffffff;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

#node-startseite #bilder {
	margin: 220px 0;
}

#node-startseite #bilder .link {
	text-align: center;
	margin-top: 80px
}

#node-startseite #bild-text-slider {
	margin-top: 80px;
}


/* BLOG */

#node-blog_uebersicht .view-blog {
	margin-top: 80px;
}

.view-blog .view-content {
	margin: -30px;
}

.view-blog .views-row {
	width: 350px;
	margin: 30px;
	float: left;
	position: relative;
}

.view-blog .views-row-first {
	width: 760px;
}

.view-blog .views-row .bild {
	margin-bottom: 20px;
	height: 439px;
	overflow: hidden;
}

.view-blog .views-row .bild a {
	display: block;
	border: 1px solid #f5f5f5;
}

.view-blog .views-row .date {
	font-size: 14px;
}

.view-blog .views-row .title a {
	color: #4a4a4a;
}

.view-blog .views-row .title a:hover {
	color: #000000;
}

#node-blog #prev_next_wrapper #prev_next {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 50px;
	margin-top: 80px;
}
#node-blog #allgemein {
	margin: 120px 0;
}

#node-blog .date {
	font-size: 14px;
}

#node-blog .video-container {
	margin-top: 50px;
}

#node-blog .bilder {
	margin: -1%;
	margin-top: 50px;
}

#node-blog .bilder .bild {
	width: 23%;
	margin: 1%;
	float: left;
}

#node-blog .bilder .bild a {
	display: block;
	border: 1px solid #f5f5f5;
}

#node-blog a.show-all {
	margin-top: 50px;
}

#loaded-content #node-blog #allgemein {
	margin: 0 !important;
}


/* DAS ORIGINAL */

#node-das_original {
	padding-top: 150px;
}

#node-das_original #einleitung .bilder-wrapper {
	margin-top: 80px;
}

#node-das_original #einleitung .link {
	text-align: center;
	margin-top: 80px
}

#node-das_original #warum {
	margin-top: 180px;
}


/* GALERIE */

#node-galerie {
	padding-top: 150px;
}

#node-galerie .bilder-wrapper {
	margin-top: 80px;
}


/* LOUNGE */

#node-lounge {
	padding-top: 150px;
}

#node-lounge #einleitung .bild {
	margin-top: 80px;
}

#node-lounge #bilder {
	margin: 170px 0;
}

#node-lounge #bilder .bilder-wrapper {
	margin-top: 80px;
}

#node-lounge #block-studiofinder {
	margin-top: 0px;
}

#node-lounge #garantie {
	margin: 180px 0 100px 0;
}


/* LOOKS */

#node-looks {
	padding-top: 150px;
}

#node-looks #einleitung .bild,
#node-looks #einleitung #video {
	margin-top: 80px;
}

#node-looks #looks {
	margin: 170px 0;
}

#node-looks #looks .items {
	width: 800px;
	margin: 120px auto 80px auto;
	max-width: 90%;
}

#node-looks #looks .items .items-wrapper {
	margin: 0 -15px;
}

#node-looks #looks .items .item {
	margin: 0 15px;
	float: left;
	width: 100%;
	display: none;
	position: relative;
}
#node-looks #looks .items .item.item-1 {
	display: block;
}

#node-looks #looks .items .item .bild {
	border: 1px solid #f5f5f5;
	width: 47%;
}

#node-looks #looks .items .item .content {
	width: 47%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

#node-looks #looks .items .item .content .table {
	display: table;
	width: 100%;
	height: 100%;
}

#node-looks #looks .items .item .content .table > div {
	display: table-cell;
	vertical-align: middle;
}

#node-looks #looks .items .item .title {
	font-family: "may_wilde", serif;
	font-weight: normal;
	font-size: 80px;
	line-height: 80px;
	margin: 0 0 30px 0;
	text-transform: none;
}

#node-looks #looks .items .item .text {
	color: #888888;
}

#node-looks #looks .titles {
	margin: 0 0 -23px 0;
	text-align: center;
}
#node-looks #looks .titles > div {
	display: inline-block;
	padding: 0 20px;
	background: #ffffff;
}
#node-looks #looks .titles .title {
	display: inline-block;
	margin: 0 10px;
	z-index: 19;
	position: relative;
}

#node-looks #techniken {
	margin: 170px 0 100px 0;
}

#node-looks #techniken .view-techniken {
	position: relative;
	z-index: 99;
	text-align: center;
	margin-top: 120px;
}

#node-looks #techniken .view-techniken .view-content {
	-webkit-user-select: inherit;
	-moz-user-select: inherit;
	-ms-user-select: inherit;
	user-select: inherit;
}

#node-looks #techniken .view-techniken .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #4a4a4a;
	box-sizing: border-box;
	z-index: -1;
}

#node-looks #techniken .view-techniken .views-row {
	width: 100%;
	float: left;
	display: none;
	position: relative;
}

#node-looks #techniken .view-techniken .views-row a.edit-link {
	top: 30px;
	right: 30px;
}

#node-looks #techniken .view-techniken .views-row-first {
	display: block !important;
}

#node-looks #techniken .view-techniken .titles {
	background: #ffffff;
	display: inline-block;
	position: relative;
	top: -20px;
	margin-bottom: -20px;
	z-index: 99;
	padding: 0 20px;
}

#node-looks #techniken .view-techniken .titles a.button {
	margin: 0 10px;
}

#node-looks #techniken .view-techniken .content {
	width: 1170px;
	margin: 0 auto;
	max-width: 80%;
	padding: 60px 0 120px 0;
}

#node-looks #techniken .view-techniken .content .text-top {
	text-align: center;
}
#node-looks #techniken .view-techniken .content .text-top > h5.title {
	display: none;
}
#node-looks #techniken .view-techniken .content .text-top a.show-all-text {
	display: none;
}

#node-looks #techniken .view-techniken .content .text {
	margin-top: 80px;
	text-align: left;
}

#node-looks #bilder {
	margin: 170px 0;
}

#node-looks #bilder .link {
	text-align: center;
	margin-top: 80px
}

#node-looks #bilder #bild-text-slider {
	margin-top: 80px;
}


/* KARTE */

.node-type-standorte-uebersicht div.tabs {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 199;
}

#node-standorte_uebersicht #karte {
	width: 100%;
	height: 800px;
	background: #f5f5f5;
}

#node-standorte_uebersicht #bh-sl-map {
	width: 100%;
	height: 100%;
}

#node-standorte_uebersicht .bh-sl-form-container {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 299;
	margin-top: -146px;
	width: 370px;
}

.csstransforms #node-standorte_uebersicht .bh-sl-form-container {
	margin-top: 0 !important;
	-webkit-transform: translateY(-50%);	
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#node-standorte_uebersicht .bh-sl-form-container form {
	padding: 60px;
	background: #4a4a4a;
	position: relative;
	z-index: 19;
}

#node-standorte_uebersicht .bh-sl-form-container h1 {
	font-size: 26px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 30px;
}

#node-standorte_uebersicht .bh-sl-form-container .form-item {
	margin: 0 !important;
	position: relative;
}

#node-standorte_uebersicht .bh-sl-form-container .form-item label {
	font-size: 14px;
	line-height: 16px !important;
	color: #ffffff;
	left: 15px !important;
	top: 14px !important;
	background: none !important;
}

#node-standorte_uebersicht .bh-sl-form-container .form-item  label.focus {
	opacity: 0.5 !important;
}
#node-standorte_uebersicht .bh-sl-form-container .form-item  label.has-text {
	display: none;
}

#node-standorte_uebersicht .bh-sl-form-container input.form-text {
	padding: 10px 50px 10px 15px;
	height: 46px;
	color: #ffffff;
	background: none !important;
	border: 1px solid #ffffff !important;
}

#node-standorte_uebersicht .bh-sl-form-container input.form-text:focus,
#node-standorte_uebersicht .bh-sl-form-container input.form-text:hover {
	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
}

#node-standorte_uebersicht .bh-sl-form-container input.form-submit {
	display: none !important;
}

#node-standorte_uebersicht .bh-sl-form-container a.submit {
	font-size: 20px;
	position: absolute;
	z-index: 99;
	top: 13px;
	right: 15px;
	color: #ffffff;
}

#node-standorte_uebersicht .bh-sl-form-container a.submit:hover {
	opacity: 0.5;
}

/*#node-standorte_uebersicht .bh-sl-filters-container {
	display: none;
}*/

#node-standorte_uebersicht #filters {
	margin-top: 25px;
}

/*#node-standorte_uebersicht #filters .form-item.best {
	display: none;
}*/

#node-standorte_uebersicht #filters input {
	display: none;
}

#node-standorte_uebersicht #filters label {
	top: auto !important;
	left: auto !important;
	padding-left: 32px;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 24px !important;
	color: #ffffff !important;
}

#node-standorte_uebersicht #filters label > span.box {
	border: 1px solid #ffffff;
	width: 18px;
	height: 18px;
	top: 2px;
}

#node-standorte_uebersicht #filters label > span.box span {
	top: 3px !important;
	left: 3px !important;
}

#node-standorte_uebersicht #filters label:hover > span.box span {
	opacity: 1;
	color: rgba(255,255,255,0.5);
}

#node-standorte_uebersicht #filters .form-item.checked label > span.box span {
	opacity: 1 !important;
	background: #ffffff !important;
}

.gm-style .gm-style-iw .location {
	padding: 10px 10px 15px 10px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 22px;
	font-size: 16px;
	max-width: 300px;
	min-width: 200px;
	position: relative;
}
.gm-style .gm-style-iw .location h5 {
	margin-bottom: 0;
}
.gm-style .gm-style-iw .location .adresse {
	margin-top: 15px;
}
.gm-style .gm-style-iw .location a.details {
	display: inline-block;
	padding: 3px 10px;
	margin-top: 15px;
}
.gm-style .gm-style-iw .location .bewertung {
	position: absolute;
	right: 10px;
	bottom: 22px;
}

#map-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 899;
}
.backdropfilter #map-overlay {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(0,0,0,0.3);
}
#map-overlay .loading {
	width: 70px;
	height: 70px;
	background: url(../images/ajax-loader.gif) center center no-repeat;
	background-color: #ffffff;
	position: fixed;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	overflow: hidden;
}
.svgasimg #map-overlay .loading {
	background-image: url(../images/puff.svg);
}


/* STANDORT */

#node-standort #map {
	width: 100%;
	height: 440px;
	background: #fafafa;
}

#node-standort #map,
#node-standort .bild-oben {
	margin-bottom: 80px;
	z-index: 99;
	position: relative;
}

#node-standort > .content {
	position: relative;
}
#node-standort h1 {
	margin: 0 200px 0 0 !important;
}
#node-standort h4.subtitle {
	margin: 0 !important;
}
#node-standort .bewertung {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
}
#node-standort .bewertung:hover {
	color: #4a4a4a;
}
#node-standort .bewertung i {
	margin-left: 2px;
}
#node-standort .bewertung span.tooltip {
	text-align: left !important;
	padding: 20px;
	width: 300px;
	max-width: inherit;
	white-space: normal;
	font-size: 14px;
	line-height: 20px;
}
#node-standort .bewertung span.tooltip ul,
#node-standort .bewertung span.tooltip p {
	margin: 0 !important;
}
#node-standort .bewertung span.tooltip ul li {
	padding: 0 0 3px 20px !important;
}
#node-standort .details {
	margin-top: 40px;
	margin-left: -1%;
	margin-right: -1%;
}
#node-standort .details .spalte {
	width: 23%;
	margin: 0 1%;
	float: left;
}
#node-standort .details .kontaktdaten .facebook a {
	margin-top: 20px;
	display: inline-block;
	border: 2px solid #4a4a4a;
	padding: 5px;
	color: #4a4a4a;
}
#node-standort .details .kontaktdaten .facebook a:hover {
	color: #ffffff;
	background: #4a4a4a;
}
#node-standort .details .typ ul.check {
	margin: 0 !important;
}
#node-standort .details .typ ul.check li {
	font-weight: 700;
}
#node-standort .details .button {
	text-align: right;
}
#node-standort .beschreibung {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #eeeeee;
}
#node-standort .ueber-uns,
#node-standort .partner,
#node-standort .bilder {
	margin-top: 50px;
}
#node-standort .bilder .bilder-content {
	margin: -1%;
}
#node-standort .bilder .bild {
	width: 23%;
	margin: 1%;
	float: left;
}
#node-standort .bilder .bild a {
	display: block;
	border: 1px solid #f5f5f5;
}
#node-standort .lounge-banner {
	position: relative;
	margin-top: 80px;
	display: block;
	background: url(../images/lounge-banner.png) left center no-repeat #e0e0e0;
	background-size: auto 100%;
}
#node-standort .lounge-banner:hover {
	background-color: #cccccc;
}
#node-standort .lounge-banner .content-wrapper {
	padding: 35px;
}
#node-standort .lounge-banner .content-wrapper .content {
	text-align: center;
	border: 2px solid #ffffff;
	padding: 70px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
}

#loaded-content.studiofinder,
#loaded-content.standort {
	width: 1170px;
	margin-left: -585px;
}

#loaded-content #node-standort #map {
	height: 400px;
}
#loaded-content #node-standort #map,
#loaded-content #node-standort .bild-oben {
	margin: -60px -60px 60px -60px;
}
#loaded-content #node-standort .lounge-banner {
	margin-top: 60px;
}
#loaded-content.studiofinder #node-standort .details .spalte {
	width: 31.333%;
}
#loaded-content.studiofinder #node-standort .details .spalte.button {
	display: none !important;
}
#loaded-content.studiofinder #node-standort #map {
	display: none !important;
}


/* VIDEOS */

#node-videos_bersicht {
	padding-top: 150px;
}

#node-videos_bersicht #einleitung .video-container {
	margin-top: 120px;
}

#node-videos_bersicht #videos {
	margin-top: 180px;
	position: relative;
	padding: 70px 0;
}

#node-videos_bersicht #videos .border {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 3px solid #4a4a4a;
	box-sizing: border-box;
	z-index: 1;
	margin-left: -550px;
}

#node-videos_bersicht #videos .texte {
	padding: 80px 0 20px 0;
	z-index: 99;
	position: relative;
	background: #ffffff;
}

#node-videos_bersicht #videos .videos-slider {
	z-index: 99;
	position: relative;
	background: #ffffff;
	padding-bottom: 80px;
}

#node-videos_bersicht #videos .videos-slider .swiper-container {
	overflow: visible;
}

#node-videos_bersicht #videos .videos-slider .view-content {
	margin: 0 -15px;
}

#node-videos_bersicht #videos .videos-slider .views-row {
	width: 570px;
	padding: 0 15px;
	float: left;
	position: relative;
	display: block !important;
}

#node-videos_bersicht #videos .videos-slider .views-row .bild {
	position: relative;
}

#node-videos_bersicht #videos .videos-slider .views-row h4.title {
	margin: 25px 0 0 0 !important;
}

#node-videos_bersicht #videos .videos-slider .swiper-button {
	background: #4a4a4a;
	color: #ffffff;
	font-size: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none !important;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -90px;
	cursor: pointer;
	z-index: 99;
}

#node-videos_bersicht #videos .videos-slider .swiper-button.swiper-button-disabled {
	opacity: 0;
}

#node-videos_bersicht #videos .videos-slider .swiper-button i:before {
	line-height: 50px;
}

#node-videos_bersicht #videos .videos-slider .swiper-button:hover {
	background: #000000;
}

#node-videos_bersicht #videos .videos-slider .swiper-button.next {
	left: auto !important;
	right: 0;
}

#node-video .video-container {
	margin-bottom: 50px;
}

#node-video .text p:last-child {
	margin: 0 !important;
}

#node-video a.show-all {
	margin-top: 50px;
}

#loaded-content #node-video .video-container {
	margin-bottom: 50px;
}

#loaded-content #node-video h1 {
	margin-bottom: 20px !important;
}


/* TERMIN BUCHEN */

#node-termin_buchen {
	padding-top: 150px;
}
#node-termin_buchen #termine {
	margin: 100px 0;
}
#node-termin_buchen #termine > div.section {
	max-width: 80%;
}
#node-termin_buchen .view .views-row {
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
#node-termin_buchen .view .views-row-first {
	padding-top: 0 !important;
}
#node-termin_buchen .view .views-row-last {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
#node-termin_buchen .view .views-row .title {
	width: 70%;
	float: left;
	padding-top: 15px;
	margin: 0 !important;
}
#node-termin_buchen .view .views-row .right {
	width: 30%;
	float: right;
	text-align: right;
}


/* SHOP */

#node-shop_uebersicht {
	padding: 150px 0;
}
#node-shop_einleitung {
	padding: 150px 0 100px 0;
}

#node-shop_uebersicht_business .shop-info,
#node-shop_uebersicht .shop-info {
	margin-top: 100px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border-top: 1px solid #eeeeee;
	padding-top: 50px;
}

#node-shop_uebersicht_business .shop-info a.button.info,
#node-shop_uebersicht .shop-info a.button.info {
	margin-top: 10px;
}

#node-shop_uebersicht #shop,
#node-shop_uebersicht_business #shop {
	z-index: 99;
	position: relative;
}

#node-shop_einleitung #allgemein .info-button {
	text-align: center;
	margin-bottom: -21px;
	position: relative;
	z-index: 99;
}
#node-shop_einleitung #allgemein .info-button > div {
	display: inline-block;
	padding: 0 20px;
	background: #ffffff;
}
#produktarten {
	margin: 100px 0;
}
#produktarten > div.section {
	max-width: 80%;
}

.dlef_info_banner{
	box-sizing: border-box;
	margin: 0 -5% 100px -5%;
	display: none !important;
}

.dlef_info_banner .dlef_info_banner-inner{
	background-color: #e5e5e5;
	margin: 0 5%;
	padding: 70px;
	box-sizing: border-box;
	position: relative;
}

.dlef_info_banner .dlef_info_banner-inner .dlef_info_banner-content{
	width: 55%;
}

.dlef_info_banner .dlef_info_banner-inner .dlef_info_banner-content .dlef_info_banner_titel{
	margin-bottom: 5px;
}

.dlef_info_banner .dlef_info_banner-inner .dlef_info_banner-content .dlef_info_banner_titel span{
	font-weight: 300;
}

.dlef_info_banner .dlef_info_banner-inner .dlef_info_banner-content .dlef_info_banner_subtitel{
	text-transform: uppercase;
	color: #000;
	margin-bottom: 35px;
}

.dlef_info_banner .dlef_info_banner-inner .dlef_info_banner-content .dlef_info_banner_subtitel strong{
	color: #4a4a4a;
}

.dlef_info_banner .dlef_info_banner-inner .dlef_info_banner-content .dlef_info_banner_list, .dlef_info_banner .dlef_info_banner-inner .dlef_info_banner-content .dlef_info_banner_list li::before{
	color: #000;
}

.dlef_info_banner .dlef_info_banner-inner .dlef_info_banner_wimper{
	width: 650px;
    height: auto;
    position: absolute;
    right: -30px;
    top: -155px;
}

.dlef_info_banner .dlef_info_banner-inner .dlef_info_banner-content .bestellbarAb,
.dlef_info_banner .dlef_info_banner-inner .dlef_info_banner-content .more {
	margin-left: 30px;
	display: inline;
}

.focuslashes-shop-banner{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

.focuslashes-shop-banner .focuslashes-shop-banner-mobile{
	display: none;
}





#produktarten .items {
	margin: -30px -5%;
}
#produktarten .item {
	width: 40%;
	float: left;
	margin: 30px 5%;
	position: relative;
}
#produktarten .item.even {
	clear: left;
}
#node-shop_einleitung #produktarten .items {
	margin: -50px -5%;
}
#node-shop_einleitung #produktarten .item { 
	width: 23.333%;
	margin: 50px 5%;
}
#node-shop_einleitung #produktarten .item.even {
	clear: none;
}
#produktarten .item .content {
	padding-left: 70px;
}
#produktarten .item .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	text-align: center;
}
#produktarten .item .icon img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#produktarten .item .text p:last-child {
	margin: 0 !important;
}
#produktarten .item a.button {
	margin-top: 25px;
}

.view-shop .view-filters {
	margin: 80px 0;
	text-align: center;
}
#node-shop_uebersicht .view-filters {
	margin: -27px 0 150px 0;
}
.view-shop .view-filters .filters {
	display: inline-block;
	background: #ffffff;
	padding: 0 20px;
}
.view-shop .view-filters .filters .views-exposed-widget > label {
	display: none;
}
.view-shop .view-filters .filters .views-exposed-widget select,
.view-shop .view-filters .filters .views-exposed-widget .nice-select {
	float: left;
	margin: 0 10px;
}
.view-shop .view-filters .filters .views-exposed-widget select.no-options,
.view-shop .view-filters .filters .views-exposed-widget .nice-select.no-options {
	display: none;
}
.js .view-shop .view-filters .filters .views-exposed-widget select {
	display: none !important;
}
.view-shop .view-filters form,
.view-shop .view-filters .show-all {
	display: inline-block;
	vertical-align: top;
}
.view-shop .view-filters .show-all {
	margin: 0 10px;
}
.view-shop .view-filters .form-item {
	margin: 0 !important;
}
.view-shop .view-filters .form-submit {
	display: none !important;
}
.view-shop .view-filters .views-widget-filter-field_shop_kategorie_tid_selective > label {
	display: none !important;
}

.view-shop .view-content {
	margin: -25px -15px;
}
.view-shop .views-row {
	margin: 25px 15px;
	float: left;
	width: 270px;
	position: relative;
}
.view-shop .views-row .edit-link.grant {
	right: auto;
	left: 5px;
}
.view-shop .views-row .bild {
	border: 1px solid #eeeeee;
	position: relative;
}
.view-shop .views-row .bild .label-aktion {
	background: #c00a26;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	height: 24px;
	width: 30px;
	display: block;
	text-align: center;
	line-height: 24px;
	z-index: 99;
	position: absolute;
	top: 12px;
	left: 0;
}
.view-shop .views-row .content {
	padding-top: 20px;
}
.view-shop .views-row .title {
	margin: 0 0 5px 0 !important;
}
.view-shop .views-row .title a {
	color: #4a4a4a;
}
.view-shop .views-row .title a:hover {
	color: #000000;
}
.view-shop .views-row .product-info {
	margin-top: 20px;
	border-top: 1px solid #eeeeee;
	padding-top: 20px;
	position: relative;
	color: #4a4a4a;
	height: 22px;
}
.view-shop .views-row .product-info .price {
	padding-right: 40px;
	font-size: 12px;
}
.view-shop .views-row .product-info .price .value {
	font-size: 16px;
	font-weight: 700;
}
.view-shop .views-row .product-info a.cart-button {
	border: 1px solid #4a4a4a;
	color: #4a4a4a;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 12px;
}
.view-shop .views-row .product-info a.cart-button i:before {
	line-height: 20px;
}
.view-shop .views-row .product-info a.cart-button:hover {
	background: #4a4a4a;
	color: #ffffff;
}

#node-shop_produkt {
	position: relative;
}
#node-shop_produkt .breadcrumb {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin: -100px 0 100px 0;
}
#node-shop_produkt .breadcrumb a,
#node-shop_produkt .breadcrumb span {
	display: block;
	float: left;
}
#node-shop_produkt .breadcrumb span {
	font-weight: 700;
}
#node-shop_produkt .breadcrumb i {
	display: block;
	float: left;
	margin: 0 10px;
	font-size: 12px;
}
#node-shop_produkt .breadcrumb i:before {
	line-height: 22px;
}
#node-shop_produkt .content-wrapper {
	position: relative;
	min-height: 350px;
}
#node-shop_produkt .content-wrapper .bild {
	width: 350px;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 99;
	border: 1px solid #eeeeee;
}
#node-shop_produkt .content-wrapper .bild .label-aktion {
	background: #c00a26;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	height: 24px;
	width: 30px;
	display: block;
	text-align: center;
	line-height: 24px;
	z-index: 99;
	position: absolute;
	top: 12px;
	left: 0;
}
#node-shop_produkt .content-wrapper .wrapper {
	margin-left: 350px;
	position: relative;
}
#node-shop_produkt .content-wrapper .content > div {
	padding: 0 0 0 50px;
    padding-bottom: 100px !important;
}
#node-shop_produkt .content-wrapper .content.config-small > div {
	padding-bottom: 150px !important;
}
#node-shop_produkt .content-wrapper .content.config-big > div {
	padding-bottom: 190px !important;
}
#node-shop_produkt .content-wrapper h1 {
	margin: 0 !important;
}
#loaded-content #node-shop_produkt .content-wrapper h1 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0 !important;
}
#node-shop_produkt .content-wrapper h4.subtitle {
	margin: 0 !important;
	font-weight: 300;
	text-transform: none;
}
#node-shop_produkt .content-wrapper .body {
	margin-top: 30px;
}
#node-shop_produkt .content-wrapper .body h4,
#node-shop_produkt .content-wrapper .body h5 {
	font-size: 16px;
	margin: 0 !important;
}
#node-shop_produkt .content-wrapper .body ul li {
	padding: 0 0 5px 20px !important;
}
#node-shop_produkt .content-wrapper .video-container {
    width: 100%;
    border: 1px solid #dddddd;
    margin-top: 30px;
}
#node-shop_produkt #konfigurator {
	margin-top: 0;
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 0;
}
#node-shop_produkt #konfigurator .filter-group {
	padding: 3px 0;
}
#node-shop_produkt #konfigurator .filter-group.filter-last {
	margin-bottom: 17px;
}
#node-shop_produkt #konfigurator .filter-group > label {
	float: left;
	max-width: 50%;
}
#node-shop_produkt #konfigurator .filter-group select,
#node-shop_produkt #konfigurator .filter-group .nice-select {
	float: right;
	max-width: 50%;
	min-width: 131px;
}
#node-shop_produkt #konfigurator .filter-group select option.none {
	display: none !important;
}
#node-shop_produkt #konfigurator .filter-group .nice-select {
	margin: 0 !important;
	padding: 5px 8px;
	padding-right: 30px !important;
	height: auto !important;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	font-weight: 300;
}
#node-shop_produkt #konfigurator .filter-group .nice-select span.current {
	display: block;
}
#node-shop_produkt #konfigurator .filter-group .nice-select > span:after {
	border-bottom-width: 1px;
	border-right-width: 1px;
	width: 4px;
	height: 4px;
	right: 10px;
	top: 10px;
}
#node-shop_produkt #konfigurator .filter-group .nice-select .list {
	left: 0;
	padding: 2px 0;
}
#node-shop_produkt #konfigurator .filter-group .nice-select .option {
	padding: 5px 10px !important;
}
#node-shop_produkt #konfigurator .filter-group .nice-select .option.aktion {
	padding-right: 25px !important;
	position: relative;
}
#node-shop_produkt #konfigurator .filter-group .nice-select .option.aktion:after {
	content: "%";
	color: #c00a26;
	position: absolute;
	top: 5px;
	right: 10px;
	font-weight: 700;
}
#node-shop_produkt #konfigurator .config-wrapper {
	margin-left: 50px;
}
#node-shop_produkt #konfigurator .cart-info {
	padding-top: 17px;
	border-top: 1px solid #eeeeee;
}
#node-shop_produkt #konfigurator .cart-info input.form-submit {
	display: none;
}
#node-shop_produkt #konfigurator .cart-info .price {
	font-size: 12px;
	float: left;
	position: relative;
}
#node-shop_produkt #konfigurator .cart-info .price .value {
	font-weight: 700;
	font-size: 20px;
	color: #4a4a4a;
}
#node-shop_produkt #konfigurator .cart-info .price.aktion .value {
	color: #c00a26;
}
#node-shop_produkt #konfigurator .cart-info .price .price-statt {
	position: absolute;
	top: 100%;
	left: 0;
	line-height: 16px;
}
#node-shop_produkt #konfigurator .cart-info .price .price-statt.hide {
	display: none;
}
#node-shop_produkt #konfigurator .cart-info .price .price-statt span {
	text-decoration: line-through;
}
#node-shop_produkt #konfigurator #cart_add {
	float: right;
}
#node-shop_produkt #konfigurator #cart_add a.spin-button {
	display: block;
	height: 30px !important;
	width: 30px !important;
	float: left;
	background: #eeeeee;
	margin-right: 1px;
	text-align: center;
	line-height: 30px;
	font-weight: 700;
	font-size: 18px;
}
#node-shop_produkt #konfigurator #cart_add a.spin-button.minus {
    line-height: 27px;   
}
#node-shop_produkt #konfigurator #cart_add a.spin-button:hover {
	background: #4a4a4a;
	color: #ffffff;
}
#node-shop_produkt #konfigurator #cart_add #quantity {
	width: 90px;
	border: 1px solid #eeeeee;
	margin: 0 !important;
	padding: 5px;
	height: auto !important;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	float: left;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#node-shop_produkt #konfigurator #cart_add #quantity:hover,
#node-shop_produkt #konfigurator #cart_add #quantity:focus {
	border-color: #888888;
}
#node-shop_produkt #konfigurator #cart_add a.form-submit {
	border: 2px solid #4a4a4a;
	color: #4a4a4a;
	text-align: center;
	display: block;
	width: 26px;
	height: 26px;
	font-size: 16px;
	float: left;
	z-index: 1;
	position: relative;
	margin-left: -1px;
}
#node-shop_produkt #konfigurator #cart_add a.form-submit i:before {
	line-height: 26px;
}
#node-shop_produkt #konfigurator #cart_add a.form-submit:hover {
	background: #4a4a4a;
	color: #ffffff;
}


#node-shop_produkt .weitere-slider {
	position: relative;
	margin-top: 100px;
	border-top: 1px solid #dddddd;
	padding-top: 100px;
}
#node-shop_produkt .weitere-slider .slider-wrapper {
	margin: 50px -15px 0 -15px;
}
#node-shop_produkt .weitere-slider .views-row {
	width: 270px;
	float: left;
	display: none;
	margin: 0 15px;
	position: relative;
	overflow: hidden;
}
#node-shop_produkt .weitere-slider .views-row.views-row-1,
#node-shop_produkt .weitere-slider .views-row.views-row-2,
#node-shop_produkt .weitere-slider .views-row.views-row-3,
#node-shop_produkt .weitere-slider .views-row.views-row-4 {
	display: block;
}
#node-shop_produkt .weitere-slider a.nav {
	position: absolute;
	top: 50%;
	color: #bbbbbb;
	font-size: 40px;
	margin-top: -20px;
	left: -150px;
	cursor: pointer;
}
#node-shop_produkt .weitere-slider a.nav.next {
	left: auto !important;
	right: -150px;
}
#node-shop_produkt .weitere-slider a.nav.slick-disabled {
	color: #f5f5f5 !important;
	cursor: default;
}
#node-shop_produkt .weitere-slider a.nav:hover {
	color: #000000;
}
#node-shop_produkt .weitere-slider .slick-dots {
	margin: 80px 0 0 0 !important;
}


#loaded-content.shop.toheight > .content {
	overflow: hidden !important;
}
#loaded-content.shop #block-system-main > div {
	padding: 0 !important;
}
#loaded-content #node-shop_produkt {
	height: 270px !important;
	overflow: hidden;
}
#loaded-content #node-shop_produkt .bild {
	border: 0 !important;
}
#loaded-content #node-shop_produkt .content > div {
	padding: 30px;
	padding-bottom: 100px;
}
#loaded-content #node-shop_produkt.config-big .content > div {
	padding-bottom: 150px;
}
#loaded-content #node-shop_produkt .wrapper {
	height: 100%;
	position: relative;
	padding-bottom: 0 !important;
}
#loaded-content #node-shop_produkt .content {
    height: 100%;
    overflow-y: auto;
	position: relative;
	padding-bottom: 0;
}
#loaded-content #node-shop_produkt .content > div {
	padding-bottom: 100px !important;
}
#loaded-content #node-shop_produkt .content.config-small > div {
	padding-bottom: 150px !important;
}
#loaded-content #node-shop_produkt .content.config-big > div {
	padding-bottom: 190px !important;
}
#loaded-content #node-shop_produkt .wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	z-index: 99;
}

#loaded-content #node-shop_produkt .nice-select .list {
	max-height: 100px;
	margin-top: 0 !important;
	top: 0 !important;
}

#loaded-content.shop.big #node-shop_produkt {
	height: 500px !important;
}

#loaded-content.shop #node-shop_produkt #konfigurator {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0 30px 0;
	background: #ffffff;
	z-index: 99;
}
#loaded-content #node-shop_produkt #konfigurator .config-wrapper {
	margin: 0 30px;
}
#loaded-content.shop #node-shop_produkt #konfigurator:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 30px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	z-index: 99;
	display: none;
}
#loaded-content.shop.big #node-shop_produkt #konfigurator:before {
	display: block;	
}

#cart-overlay-content a.button {
	margin: 10px 20px 0 0;
}


/* PAGE */

#node-page h1 {
	text-align: center;
	margin-bottom: 80px !important;
}

#node-page .dateien {
	width: 47%;
	float: right;
	clear: right;
}



/* BUSINESS */

#node-startseite_business {
	padding-top: 150px;
}

#node-startseite_business #einleitung {
	margin-bottom: 180px;
}
#node-startseite_business #einleitung div.with-border {
	padding-bottom: 100px;
}
#node-startseite_business #einleitung div.with-border > .text-centered {
	max-width: 80%;
}
#node-startseite_business #einleitung div.with-border > .text-centered .text {
	width: auto !important;
}
#node-startseite_business #einleitung div.with-border h2 {
	margin-bottom: 70px;
}

#node-startseite_business #ausbildung {
	margin-bottom: 180px;
}

#node-startseite_business #ausbildung .view-ausbildung {
	position: relative;
}
#node-startseite_business #ausbildung .view-ausbildung .view-content {
	padding: 80px 0;
	overflow: hidden !important;
}
#node-startseite_business #ausbildung .view-ausbildung .slick-list {
	overflow: visible !important;
}
#node-startseite_business #ausbildung .view-ausbildung .slick-dots {
	margin-top: 50px !important;
}
#node-startseite_business #ausbildung .view-ausbildung a.nav {
	position: absolute;
	top: 50%;
	color: #bbbbbb;
	font-size: 40px;
	margin-top: -20px;
	left: -150px;
	cursor: pointer;
}
#node-startseite_business #ausbildung .view-ausbildung a.nav.next {
	left: auto !important;
	right: -150px;
}
#node-startseite_business #ausbildung .view-ausbildung a.nav.slick-disabled {
	color: #f5f5f5 !important;
	cursor: default;
}
#node-startseite_business #ausbildung .view-ausbildung a.nav:hover {
	color: #000000;
}
#node-startseite_business #ausbildung .view-ausbildung .view-content {
	margin: 0 -15px;
}
#node-startseite_business #ausbildung .view-ausbildung .views-row {
	width: 370px;
	margin: 0 15px;
	float: left;
	display: none;
}
#node-startseite_business #ausbildung .view-ausbildung .views-row-1,
#node-startseite_business #ausbildung .view-ausbildung .views-row-2,
#node-startseite_business #ausbildung .view-ausbildung .views-row-3 {
	display: block;
}

#node-startseite_business #ausbildung .link {
	text-align: center;
}

#node-startseite_business #produkte {
	margin: 180px 0;
	position: relative;
	padding: 70px 0;
}

#node-startseite_business #produkte .border {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 3px solid #4a4a4a;
	box-sizing: border-box;
	z-index: 1;
	margin-left: -550px;
}

#node-startseite_business #produkte .texte {
	padding: 80px 0 20px 0;
	z-index: 99;
	position: relative;
	background: #ffffff;
}

#node-startseite_business #produkte .texte .text {
	margin-bottom: 30px;
}

#node-startseite_business #produkte .produkte-slider {
	z-index: 99;
	position: relative;
	background: #ffffff;
	padding-bottom: 80px;
}

#node-startseite_business #produkte .produkte-slider .swiper-container {
	overflow: visible;
}

#node-startseite_business #produkte .produkte-slider .view-content {
	margin: 0 -15px;
}

#node-startseite_business #produkte .produkte-slider .views-row {
	width: 370px;
	padding: 0 15px;
	float: left;
	position: relative;
	display: block !important;
	max-width: 100%;
}
#node-startseite_business #produkte .produkte-slider .views-row .bild {
	border: 1px solid #eeeeee;
}
#node-startseite_business #produkte .produkte-slider .views-row h5.title {
	margin: 20px 0 0 0 !important;
}

#node-startseite_business #produkte .produkte-slider .swiper-button {
	background: #4a4a4a;
	color: #ffffff;
	font-size: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none !important;
	position: absolute;
	left: 0;
	cursor: pointer;
	z-index: 99;
	top: 118px;
}

#node-startseite_business #produkte .produkte-slider .swiper-button.swiper-button-disabled {
	opacity: 0;
}

#node-startseite_business #produkte .produkte-slider .swiper-button i:before {
	line-height: 50px;
}

#node-startseite_business #produkte .produkte-slider .swiper-button:hover {
	background: #000000;
}

#node-startseite_business #produkte .produkte-slider .swiper-button.next {
	left: auto !important;
	right: 0;
}


#node-startseite_business #events {
	margin: 180px 0;
	position: relative;
}

#node-startseite_business #events .view {
	margin-top: 80px;
	position: relative;
}

#node-startseite_business #events .view-content {
	margin: 0 -15px;
}

#node-startseite_business #events .views-row {
	width: 370px;
	padding: 0 15px;
	float: left;
	position: relative;
	display: none;
}
#node-startseite_business #events .views-row-1,
#node-startseite_business #events .views-row-2,
#node-startseite_business #events .views-row-3 {
	display: block;
}

#node-startseite_business #events .views-row .bild {
	margin-bottom: 25px;
}
#node-startseite_business #events .views-row h5.title {
	margin: 0 0 5px 0 !important;
}
#node-startseite_business #events .views-row .text {
	margin-top: 20px;
}

#node-startseite_business #events .slick-dots {
	margin-top: 50px !important;
}
#node-startseite_business #events a.nav {
	position: absolute;
	top: 50%;
	color: #bbbbbb;
	font-size: 40px;
	margin-top: -20px;
	left: -150px;
	cursor: pointer;
}
#node-startseite_business #events a.nav.next {
	left: auto !important;
	right: -150px;
}
#node-startseite_business #events a.nav.slick-disabled {
	color: #f5f5f5 !important;
	cursor: default;
}
#node-startseite_business #events a.nav:hover {
	color: #000000;
}

#node-startseite_business #franchise {
	padding: 150px 0;
	background: #4a4a4a;
	color: #ffffff;
}

#node-startseite_business #franchise h3.title {
	color: #ffffff;
}

#node-startseite_business #franchise a.button {
	margin-top: 30px;
}


/* AUSBILDUNG */

#node-ausbildung_bersicht {
	
}

#node-ausbildung_bersicht .view-filters {
	margin: 0 0 60px 0;
}
#node-ausbildung_bersicht .view-filters form,
#node-ausbildung_bersicht .view-filters .show-all {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
#node-ausbildung_bersicht .view-filters .views-exposed-widget {
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}
#node-ausbildung_bersicht .views-exposed-widget.views-submit-button{
	margin: 0 !important;
}
#node-ausbildung_bersicht .views-exposed-widget.views-reset-button{
	margin: 0 !important;
}
#node-ausbildung_bersicht .view-filters .views-exposed-widget > label {
	position: absolute;
	top: -20px;
	font-size: 12px;
	left: 0;
	line-height: 14px;
	display: none !important;
}
#node-ausbildung_bersicht .view-filters .nice-select .option {
	white-space: nowrap;
}
#node-ausbildung_bersicht .view-filters .form-item {
	margin: 0 !important;
}
#node-ausbildung_bersicht .view-filters .form-submit {
	display: none !important;
}
#node-ausbildung_bersicht .view-filters .views-widget-filter-field_shop_kategorie_tid_selective > label {
	display: none !important;
}

#node-ausbildung_bersicht .view-ausbildung {
	margin-top: 80px;
	position: relative;
}

#node-ausbildung_bersicht .change-view {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 15px;
}

#node-ausbildung_bersicht .change-view a {
	float: left;
	margin: 0 0 0 20px;
	font-size: 20px;
	color: #cccccc;
}

#node-ausbildung_bersicht .change-view a:hover,
#node-ausbildung_bersicht .change-view a.active {
	color: #4a4a4a;
}

.view-ausbildung .view-content {
	margin: -15px;
}

.view-ausbildung .view-grid .views-row {
	width: 370px;
	float: left;
	margin: 15px;
	position: relative;
}

.view-ausbildung .view-grid .views-row .wrapper {
	border: 1px solid #eeeeee;
	padding-bottom: 55px;
}
.view-ausbildung .view-grid .views-row .content {
	padding: 30px;
}
.view-ausbildung .view-grid .views-row .content a.link {
	display: none;
}
.view-ausbildung .view-grid .views-row .content .date {
	font-weight: 700;
	margin-top: 15px;
}
.view-ausbildung .view-grid .views-row .dates {
	display: none;
}

.view-ausbildung .view-grid .views-row .tags {
	width: 60%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 55px;
}
.view-ausbildung .view-grid .views-row .tags > div {
	background: #eeeeee;
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}
.view-ausbildung .view-grid .views-row .tags > div:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background: #ffffff;
}
.view-ausbildung .view-grid .views-row .tags > div:hover {
	background: #cccccc;
}
.view-ausbildung .view-grid .views-row .tags > div i {
	font-size: 35px;
}
.view-ausbildung .view-grid .views-row .tags > div i:before {
	line-height: 55px;
}
.view-ausbildung .view-grid .views-row .tags > div.webinar {
	width: 100%;
	text-align: left;
}
.view-ausbildung .view-grid .views-row .tags > div.webinar span {
	font-weight: 700;
	margin-left: 30px;
	line-height: 55px;
}
.view-ausbildung .view-grid .views-row .price {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 55px;
	background: #4a4a4a;
	color: #ffffff;
	width: 40%;
	text-align: center;
	font-size: 20px;
	line-height: 18px;
	font-weight: 700;
	display: block;
	-webkit-transition: background 0.3s !important;
	-moz-transition: background 0.3s !important;
	transition: background 0.3s !important;
}
.view-ausbildung .view-grid .views-row .price:hover {
	background: #000000;
}
.view-ausbildung .view-grid .views-row .price > div {
	display: inline-block;
	text-align: left;
	margin-top: 13px;
}
.view-ausbildung .view-grid .views-row .price .small {
	display: block;
	font-size: 10px;
	line-height: 14px;
	font-weight: 300;
}
.view-ausbildung .view-grid .views-row .price .request,
.view-ausbildung .view-grid .views-row .price .free {
	line-height: 30px;
}

.view-ausbildung .view-content.view-list {
	margin: 0 !important;
}
.view-ausbildung .view-list .views-row {
	margin: 10px 0;
	position: relative;
}
.view-ausbildung .view-list .views-row .wrapper {
	border: 1px solid #eeeeee;
}
.view-ausbildung .view-list .views-row .content {
	padding: 40px 30px;
	margin-right: 130px;
	height: auto !important;
}
.view-ausbildung .view-list .views-row .content > .left {
	float: left;
	width: 35%;
	height: 100%;
	min-height: 110px;
	padding-bottom: 50px;
	position: relative;
}
.view-ausbildung .view-list .views-row .content > .right {
	float: right;
	width: 65%;
}
.view-ausbildung .view-list .views-row .content > .right > div {
	padding-left: 40px;
	margin-left: 40px;
	border-left: 1px solid #eeeeee;
	min-height: 150px;
}
.view-ausbildung .view-list .views-row .content > .right .dates {
	margin-top: 25px;
}
.view-ausbildung .view-list .views-row .content > .right .date {
	font-weight: 700;
	margin-top: 25px;
}
.view-ausbildung .view-list .bild {
	display: none !important;
}
.view-ausbildung .view-list .views-row .price {
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 100%;
	background: #4a4a4a;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	line-height: 18px;
	font-weight: 700;
	display: block;
	-webkit-transition: background 0.3s !important;
	-moz-transition: background 0.3s !important;
	transition: background 0.3s !important;
}
.view-ausbildung .view-list .views-row .price:hover {
	background: #000000;
}
.view-ausbildung .view-list .views-row .price > div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -16px;
}
.view-ausbildung .view-list .views-row .price .small {
	display: block;
	font-size: 10px;
	line-height: 14px;
	font-weight: 300;
}
.view-ausbildung .view-list .views-row .price .request,
.view-ausbildung .view-list .views-row .price .free {
	line-height: 22px;
	margin: 0 20px;
	display: inline-block;
}
.view-ausbildung .view-list .views-row .tags {
	margin-left: -5px;
}
.view-ausbildung .view-list .views-row .tags > div {
	float: left;
	margin-right: 10px;
	font-size: 35px;
	cursor: pointer;
}
.view-ausbildung .view-list .views-row .tags span.tooltip {
	left: 5px;
}
.view-ausbildung .view-list .views-row .tags > div.webinar {
	font-size: 16px;
	font-weight: 700;
	margin-left: 5px;
	margin-right: 0;
	margin-top: -10px;
}
.view-ausbildung .view-list .views-row a.link {
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #aaaaaa;
}
.view-ausbildung .view-list .views-row a.link:hover {
	color: #4a4a4a;
}

#node-ausbildung #prev_next_wrapper #prev_next {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 50px;
	margin-top: 80px;
}
#node-ausbildung #einleitung {
	margin: 120px 0;
}
#node-ausbildung .infos {
	position: relative;
	margin-top: 80px;
	text-align: center;
}
#node-ausbildung .infos .border {
	border: 3px solid #4a4a4a;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: -1;
}
#node-ausbildung .infos > h4.title {
	position: relative;
	padding: 0 30px;
	background: #ffffff;
	top: -10px;
	margin-bottom: -10px;
	display: inline-block;
}
#node-ausbildung .infos .columns {
	padding: 30px 80px;
	text-align: left;
}
#node-ausbildung .infos .column {
	width: 33.333%;
	float: left;
	position: relative;
}
#node-ausbildung .infos .column .item {
	padding: 0 50px;
	margin: 30px 0;
	position: relative;
}
#node-ausbildung .infos .column .item.action {
	padding-left: 0 !important;
}
#node-ausbildung .infos .column .item > i {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -10px;
	font-size: 40px;
}
#node-ausbildung #einleitung .text {
	text-align: center;
	margin-top: 120px;
}
#node-ausbildung #beschreibung {
	margin-bottom: 120px;
}
#node-ausbildung #beschreibung .row {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #eeeeee;
}
#node-ausbildung #beschreibung .row.row-0 {
	margin-top: 0 !important;
	padding-top: 50px;
}
#node-ausbildung #beschreibung .row .text .liste ul{
	margin-bottom: 20px;
}

#node-ausbildung #beschreibung .row .title {
	width: 31.333%;
	padding-right: 2%;
	float: left;
}
#node-ausbildung #beschreibung .row .title > h5 {
	margin: 0 !important;
}
#node-ausbildung #beschreibung .row .text {
	width: 66.666%;
	float: left;
}

#node-ausbildung #termine {
	background: #4a4a4a;
	padding: 140px 0;
	color: #ffffff;
}
#node-ausbildung #termine .text {
	padding-right: 200px;
	position: relative;
}
#node-ausbildung #termine .text h5.title {
	color: #ffffff;
	margin: 0;
}
#node-ausbildung #termine .text a.button {
	position: absolute;
	top: 0;
	right: 0;
}
#node-ausbildung #termine .no-dates {
	border-top: 1px solid #ffffff;
	padding-top: 80px;
	margin-top: 80px;
}
#node-ausbildung #termine .view {
	margin-top: 80px;
}
#node-ausbildung #termine .view .view-header {
	text-transform: uppercase;
	font-weight: 700;
}
#node-ausbildung #termine .view .views-row {
	position: relative;
	border-top: 1px solid #ffffff;
	padding-top: 15px;
	margin-top: 15px;
}
#node-ausbildung #termine .view .termin {
	float: left;
	width: 41%;
}
#node-ausbildung #termine .view .land {
	float: left;
	width: 22%;
}
#node-ausbildung #termine .view .ort {
	float: left;
	width: 22%;
}
#node-ausbildung #termine .view .button {
	float: left;
	width: 15%;
	text-align: right;
}
#node-ausbildung #termine .view .button a {
	color: #ffffff;
	font-weight: 700;
}
#node-ausbildung #termine .view .button a:hover {
	opacity: 0.5;
}


/* SCHULUNGSTERMINE */

#node-schulungstermin #anmeldung div.section, #node-schulungstermin div.with-border > .text-centered {
	max-width: 80%;
}

#node-schulungstermine_bersicht {
	padding-top: 150px;
}
#node-schulungstermine_bersicht #allgemein {
	margin-bottom: 100px;
}
#node-schulungstermine_bersicht #allgemein .uebersicht {
	padding: 100px 0;
	width: 80%;
}
#node-schulungstermine_bersicht #allgemein .uebersicht.no-dates {
	text-align: center;
}
#node-schulungstermine_bersicht #allgemein .uebersicht.no-dates .no-dates-info {
	margin-top: 50px;
}
.view-schulungstermine-bersicht .view-content {
	margin: 0 -50px;
}
.view-schulungstermine-bersicht .views-row {
	width: 33.333%;
	margin: 50px 0;
	float: left;
	position: relative;
}
.view-schulungstermine-bersicht .views-row .wrapper {
	margin: 0 50px;
	position: relative;
	padding-bottom: 80px;
}
.view-schulungstermine-bersicht .views-row .number {
	position: absolute;
	font-size: 160px;
	line-height: 160px;
	top: -25px;
	left: -20px;
	color: #eeeeee;
	z-index: -1;
	cursor: default;
	font-family: "may_wilde", serif;
	font-weight: normal;
}
.view-schulungstermine-bersicht .views-row .dates {
	margin-top: 20px;
}
.view-schulungstermine-bersicht .views-row a.button {
	position: absolute;
	bottom: 0;
	left: 0;
}

#node-schulungstermine_bersicht .uebersicht .header {
	position: relative;
	padding-right: 50px;
}
#node-schulungstermine_bersicht .uebersicht .header h4.title {
	margin: 0 !important;
}
#node-schulungstermine_bersicht .uebersicht .header a.overview {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
}
#node-schulungstermine_bersicht .uebersicht .header a.overview:hover {
	color: #4a4a4a;
}

.view-schulungstermine {
	margin-top: 80px;
}
.view-schulungstermine .view-header {
	text-transform: uppercase;
	font-weight: 700;
}
.view-schulungstermine .view-header a.sort {
	position: relative;
	padding-right: 20px;
}
.view-schulungstermine .view-header a.sort:after {
	border-bottom: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
	content: '';
	display: block;
	height: 6px;
	margin-top: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 4px;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 6px;
}
.view-schulungstermine .view-header a.sort.sorted {
	color: #4a4a4a;
}
.view-schulungstermine .view-header a.sort.sorted:after {
	border-bottom: 2px solid #4a4a4a;
	border-right: 2px solid #4a4a4a;
}
.view-schulungstermine .view-header a.sort.sorted.desc:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.view-schulungstermine .views-row {
	position: relative;
	border-top: 1px solid #eeeeee;
	padding-top: 20px;
	margin-top: 20px;
}
.view-schulungstermine .termin {
	float: left;
	width: 35%;
}
.view-schulungstermine .land {
	float: left;
	width: 24%;
}
.view-schulungstermine .ort {
	float: left;
	width: 25%;
}
.view-schulungstermine .ort .city {
	text-transform: uppercase;
}
.view-schulungstermine .ort .adresse {
	color: #bbbbbb;
}
.view-schulungstermine .button {
	float: left;
	width: 16%;
	text-align: right;
}
.view-schulungstermine .button a {
	color: #4a4a4a;
	font-weight: 700;
}
.view-schulungstermine .button a:hover {
	opacity: 0.5;
}


/* LOGIN BLOCK */

#login-page #login-block {
	width: 640px !important;
	padding: 50px 0 100px 0;
	max-width: 100%;
}
#login-page #login-block a.forgot-password {
	display: none;
}
#login-page #login-block .form-actions input.form-submit {
	float: left;
}
#login-page #login-block .form-actions .become-customer {
	margin-left: 15px;
}
#no-access-page .content {
	padding: 100px 0;
	text-align: center;
	max-width: 90%;
}


/* DOWNLOADS */

#node-downloads_bersicht {
	padding: 150px 0;
}
.view-downloads .view-filters {
	margin: 80px 0;
	text-align: center;
}
.view-downloads .view-filters form,
.view-downloads .view-filters .show-all {
	display: inline-block;
	vertical-align: top;
}
.view-downloads .view-filters .show-all {
	margin: 0 10px;
}
.view-downloads .view-filters .views-exposed-widget > label {
	display: none !important;
}
.view-downloads .view-filters .views-exposed-widget select,
.view-downloads .view-filters .views-exposed-widget .nice-select {
	display: none !important;
}
.view-downloads .view-filters .views-exposed-widget .form-item > .form-item {
	display: inline-block;
	margin: 0 10px;
}
.view-downloads .view-filters .views-exposed-widget .form-item.form-item-edit-category-all {
	display: none !important;
}
.view-downloads .view-filters .form-submit {
	display: none !important;
}
.view-downloads .view-group {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #eeeeee;
}
.view-downloads .view-group .view-content {
	margin: -15px;
}
.view-downloads .view-group:first-child {
	border-top: 0 !important;
	padding-top: 0 !important;
}
.view-downloads .views-row {
	width: 270px;
	margin: 15px;
	float: left;
	position: relative;
}
.view-downloads .views-row.clear-4 {
	clear: left;
}
.view-downloads .views-row .bild {
	border: 1px solid #eeeeee;
}
.view-downloads .views-row .content {
	margin-top: 10px;
	font-size: 12px;
}
.view-downloads .views-row .content .title {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
}
.view-downloads .views-row .content .file {
	display: block;
	margin: 1px 0;
}
.view-downloads .views-row .content .file .info {
	float: left;
	max-width: 70%;
}
.view-downloads .views-row .content .file .info .type {
	text-transform: uppercase;
}
.view-downloads .views-row .content .file .size {
	float: right;
	max-width: 30%;
}
.view-downloads .views-row .bild {
	height: 180px;
	text-align: center;
	background: #4a4a4a;
	position: relative;
	overflow: hidden;
}
.view-downloads .views-row .bild.with-image {
	background: #ffffff;
}
.view-downloads .views-row .bild.logo img {
	vertical-align: middle;
	display: inline-block;
	width: auto !important;
	height: auto !important;
	max-width: 70%;
	max-height: 70%;
}
.view-downloads .views-row .bild .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
	box-sizing: border-box;
	z-index: 89;
}
.view-downloads .views-row .bild .border > div {
	border: 2px solid #ffffff;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 20px;
}
.view-downloads .views-row .bild .border .label {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	cursor: default;
	color: #ffffff;
	margin: 0;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* PRESSE */

#node-presse_bersicht {
	padding-top: 150px;
}

#node-presse_bersicht .view-presse {
	margin: 140px 0;
}

.view-presse .view-content {
	margin: -20px -15px;
}
.view-presse .views-row {
	position: relative;
	margin: 20px 15px;
	width: 370px;
	float: left;
}
.view-presse .views-row .bild {
	border: 1px solid #eeeeee;
	margin: 0 0 20px 0;
}
.view-presse .views-row h4.title {
	margin: 0 0 10px 0 !important;
}

#node-presse a.link {
	text-transform: uppercase;
	color: #aaaaaa;
	font-weight: 700;
}
#node-presse a.link:hover {
	color: #4a4a4a;
}
#node-presse a.link i {
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-left: -4px;
}
#node-presse .bilder {
	margin: -1%;
	margin-top: 50px;
}

#node-presse .bilder .bild {
	width: 23%;
	margin: 1%;
	float: left;
}

#node-presse .bilder .bild a {
	display: block;
	border: 1px solid #f5f5f5;
}
#node-presse a.show-all {
	margin-top: 50px;
}


/* FAQ */

#node-faq_bersicht {
	padding-top: 150px;
}

#node-faq_bersicht .view-faq {
	margin: 140px 0;
}

.view-faq .views-row {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.view-faq .views-row h4.title {
	margin: 0 !important;
}
.view-faq .views-row .text {
	display: none;
	padding: 15px 0;
}
.view-faq .views-row .text p:last-child {
	margin: 0 !important;
}


/* KONTAKT */

#node-kontakt {
	padding: 150px 0;
}
#node-kontakt #map {
	margin-top: 80px;
	width: 100%;
	height: 500px;
	background: #fafafa;
}
#node-kontakt #allgemein {
	margin-top: 100px;
}
#node-kontakt #allgemein .content {
	width: 35%;
	float: left;
}
#node-kontakt #allgemein .content .kontaktdaten .phone-0,
#node-kontakt #allgemein .content .kontaktdaten .email {
	margin-top: 20px;
}
#node-kontakt #allgemein .webform {
	width: 60%;
	float: right;
}
#node-kontakt #allgemein .content > h4.title,
#node-kontakt #allgemein .webform > h4.title {
	margin: 0 0 40px 0 !important;
}
#node-kontakt #allgemein .webform .webform-component--plz {
	width: 13%;
}
#node-kontakt #allgemein .webform .webform-component--ort {
	width: 33%;
}
#node-kontakt #allgemein .webform .webform-component--nachricht {
	width: 98% !important;
}


/* JOBS */

#node-jobs_bersicht {
	padding-top: 150px;
}

#node-jobs_bersicht .text-banner {
	margin-top: 100px;
	position: relative;
	text-align: center;
}
#node-jobs_bersicht .text-banner .border {
	width: 100%;
	height: 100%;
	border: 3px solid #4a4a4a;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: -1;
}
#node-jobs_bersicht .text-banner .title {
	position: relative;
	padding: 0 30px;
	background: #ffffff;
	top: -10px;
	margin-bottom: -10px;
	display: inline-block;
}
#node-jobs_bersicht .text-banner .content {
	padding: 50px;
}
#node-jobs_bersicht .text-banner .content p:last-child {
	margin: 0 !important;
}

#node-jobs_bersicht #jobs {
	margin: 100px 0;
}

#node-jobs_bersicht .view-jobs {
	border-top: 1px solid #eeeeee;
	padding-top: 100px;
}

.view-jobs .view-content {
	margin: -15px;
}
.view-jobs .views-row {
	width: 570px;
	height: 500px;
	margin: 15px;
	float: left;
	position: relative;
	display: table;
}
.view-jobs .views-row .content {
	display: table-cell;
	padding: 50px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #eeeeee;
}
.view-jobs .views-row .content a.button {
	margin-top: 50px;
}

#node-job #prev_next_wrapper #prev_next {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 50px;
	margin-top: 80px;
}
#node-job #allgemein {
	margin: 120px 0;
}
#node-job #allgemein h1 {
	text-align: center;
	margin-bottom: 80px !important;
}
#node-job #allgemein .dateien {
	width: 47%;
	clear: left;
}
#node-job #bewerbungsformular {
	margin-bottom: 100px;
}
#node-job #bewerbungsformular .messages {
	display: none !important;
}
#node-job #bewerbungsformular .formular {
	padding: 100px 0;
}


/* UNTERNEHMEN */

#node-unternehmen {
	padding-top: 150px;
}
#node-unternehmen #einleitung .bild {
	margin-top: 80px;
}
#node-unternehmen #prinzipien {
	margin: 180px 0 100px 0;
}
#node-unternehmen #prinzipien #die-prinzipien {
	margin: 100px 0;
}
#node-unternehmen #prinzipien #die-prinzipien .item {
	width: 45%;
	float: left;
	margin: 50px 0;
	position: relative;
}
#node-unternehmen #prinzipien #die-prinzipien .item.even {
	clear: left;
}
#node-unternehmen #prinzipien #die-prinzipien .item.odd {
	float: right;
	
}
#node-unternehmen #prinzipien #die-prinzipien .item .content {
	padding-left: 70px;
}
#node-unternehmen #prinzipien #die-prinzipien .item .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	text-align: center;
}
#node-unternehmen #prinzipien #die-prinzipien .item .icon img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#node-unternehmen #prinzipien #die-prinzipien .item .text p:last-child {
	margin: 0 !important;
}
#node-unternehmen #prinzipien #die-prinzipien .item a.button {
	margin-top: 25px;
}

#node-unternehmen #prinzipien #die-prinzipien div.section{
	max-width: 90%;
}

/* SCHULUNG ANMELDUNG */

#node-schulungstermin #anmeldung {
	margin: 100px 0;
}
#node-schulungstermin #anmeldung .header {
	position: relative;
	padding-right: 50px;
}
#node-schulungstermin #anmeldung .header h4.title {
	margin: 0 !important;
}
#node-schulungstermin #anmeldung .header a.overview {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
}
#node-schulungstermin #anmeldung .header a.overview:hover {
	color: #4a4a4a;
}

#anmeldeformular {
	margin-top: 80px;
}
#anmeldeformular div.messages {
	display: none !important;
}
#anmeldeformular > .error  {
	border-top: 1px solid #eeeeee;
	padding-top: 80px;
}
#anmeldeformular > .error h5.title {
	margin-top: 50px;
}
#anmeldeformular fieldset {
	display: block;
	border-radius: 0;
	position: relative;
	width: 98%;
	margin: 0 1% 50px 1%;
	padding: 0 0 50px 0;
	border: 0 !important;
	border-bottom: 1px solid #eeeeee !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#anmeldeformular fieldset legend {
    font-size: 16px;
	line-height: 22px;
  	font-weight: 700;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #4a4a4a;
}
#anmeldeformular fieldset .fieldset-wrapper {
	margin: -1%;
}
#anmeldeformular .form-actions {
	margin: 1% !important;
}
#anmeldeformular .form-actions input.form-submit {
	float: right;
}

#anmeldeformular .webform-component--details .form-item > .label {
	font-weight: 700;
	text-transform: uppercase;
}

#anmeldeformular .webform-component--adresse--vorname,
#anmeldeformular .webform-component--adresse--nachname,
#anmeldeformular .webform-component--adresse--plz,
#anmeldeformular .webform-component--adresse--ort,
#anmeldeformular .webform-component--adresse--telefon,
#anmeldeformular .webform-component--adresse--e-mail {
	width: 23%;
}

#anmeldeformular .webform-component--ll-ausbildung--rabatt,
#anmeldeformular .webform-component--adresse--privat-firma,
#anmeldeformular .webform-component--anmerkungen--anmerkungen,
#anmeldeformular .webform-component--agb--agb {
	width: 98%;
}

#anmeldeformular .webform-component--agb--agb label > a.link {
	text-decoration: underline;
}

#anmeldeformular .form-actions .price {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #4a4a4a;
	float: left;
}
#anmeldeformular .form-actions .price span.small {
	font-size: 14px;
	font-weight: 300;
}
#anmeldeformular .form-actions .price .value-rabatt {
	display: none;
}

#anmeldeformular #confirmation {
	margin-top: 0;
	padding-top: 50px;
	border-top: 1px solid #eeeeee;
}  p:last-child {
	margin: 0 !important;
}
#node-unternehmen #prinzipien #die-prinzipien .item a.button {
	margin-top: 25px;
}


/* SCHULUNG ANMELDUNG */

#node-schulungstermin {
	padding: 150px 0 100px 0;
}
#node-schulungstermin #anmeldung {
	margin: 100px 0;
}
#node-schulungstermin #anmeldung .header {
	position: relative;
	padding-right: 50px;
}
#node-schulungstermin #anmeldung .header h4.title {
	margin: 0 !important;
}
#node-schulungstermin #anmeldung .header a.overview {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
}
#node-schulungstermin #anmeldung .header a.overview:hover {
	color: #4a4a4a;
}

#anmeldeformular {
	margin-top: 80px;
}
#anmeldeformular div.messages {
	display: none !important;
}
#anmeldeformular > .error  {
	border-top: 1px solid #eeeeee;
	padding-top: 80px;
}
#anmeldeformular > .error h5.title {
	margin-top: 50px;
}
#anmeldeformular fieldset {
	display: block;
	border-radius: 0;
	position: relative;
	width: 98%;
	margin: 0 1% 50px 1%;
	padding: 0 0 50px 0;
	border: 0 !important;
	border-bottom: 1px solid #eeeeee !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#anmeldeformular fieldset legend {
    font-size: 16px;
	line-height: 22px;
  	font-weight: 700;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #4a4a4a;
}
#anmeldeformular fieldset .fieldset-wrapper {
	margin: -1%;
}
#anmeldeformular .form-actions {
	margin: 1% !important;
}
#anmeldeformular .form-actions input.form-submit {
	float: right;
}

#anmeldeformular .webform-component--details .form-item > .label {
	font-weight: 700;
	text-transform: uppercase;
}

#anmeldeformular .webform-component--adresse--vorname,
#anmeldeformular .webform-component--adresse--nachname,
#anmeldeformular .webform-component--adresse--plz,
#anmeldeformular .webform-component--adresse--ort,
#anmeldeformular .webform-component--adresse--telefon,
#anmeldeformular .webform-component--adresse--e-mail {
	width: 23%;
}

#anmeldeformular .webform-component--ll-ausbildung--rabatt,
#anmeldeformular .webform-component--adresse--privat-firma,
#anmeldeformular .webform-component--anmerkungen--anmerkungen,
#anmeldeformular .webform-component--agb--agb {
	width: 98%;
}

#anmeldeformular .webform-component--agb--agb label > a.link {
	text-decoration: underline;
}

#anmeldeformular .form-actions .price {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #4a4a4a;
	float: left;
}
#anmeldeformular .form-actions .price span.small {
	font-size: 14px;
	font-weight: 300;
}
#anmeldeformular .form-actions .price .value-rabatt {
	display: none;
}

#anmeldeformular #confirmation {
	margin-top: -30px;
	padding-top: 50px;
	border-top: 1px solid #eeeeee;
}


/* DISTRIBUTOR */

.type-distributor #featured .border-top .middle {
	width: calc(100% - 350px);
}

.type-distributor #header .right {
	margin-right: 0 !important;
}

.type-distributor #header .region-header {
	padding-right: 0 !important;
	border-right: 0 !important;
}




/* KUNDE FORMULAR */

#node-kunden_formular .webform-client-form {
	margin-top: 50px;
}
#node-kunden_formular .webform-component--studio {
	clear: left;
}
#node-kunden_formular .webform-component--diverse-anmerkungen {
	width: 98% !important;
}



/* PRODUKTSEITEN NEU */

#page-wrapper.taxonomy-shop_kategorie #main {
	padding-top: 80px;
}

#taxonomy-produkt .content-wrapper .breadcrumb {
	width: 65%;
	float: left;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}
#taxonomy-produkt .content-wrapper .breadcrumb a,
#taxonomy-produkt .content-wrapper .breadcrumb span {
	display: block;
	float: left;
}
#taxonomy-produkt .content-wrapper .breadcrumb span {
	font-weight: 700;
}
#taxonomy-produkt .content-wrapper .breadcrumb i {
	display: block;
	float: left;
	margin: 0 10px;
	font-size: 12px;
}
#taxonomy-produkt .content-wrapper .breadcrumb i:before {
	line-height: 22px;
}

#taxonomy-produkt .content-wrapper .content {
	width: 65%;
	float: left;
	margin-top: 50px;
}
#taxonomy-produkt .content-wrapper .content .more-info {
	margin-top: 30px;
}
#taxonomy-produkt .content-wrapper .sidebar {
	width: 30%;
	float: right;
	background: #f5f5f5;
}
#taxonomy-produkt .content-wrapper .sidebar > div {
	padding: 40px;
}
#taxonomy-produkt .content-wrapper .sidebar a.show-more {
	display: none;
}
#taxonomy-produkt .content-wrapper .sidebar .item-list {
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	margin-top: 20px;
}
#taxonomy-produkt .content-wrapper .sidebar .item-list:first-child {
	border-top: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
#taxonomy-produkt .content-wrapper .sidebar .item-list h5.title {
	text-transform: none;
}
#taxonomy-produkt .content-wrapper .sidebar .item-list ul {
	margin: 0 !important;
	padding: 0 !important;
	display: none;
}
#taxonomy-produkt .content-wrapper .sidebar .item-list ul li {
	list-style: none;
	padding: 0 0 10px 25px !important;
	position: relative;
}
#taxonomy-produkt .content-wrapper .sidebar .item-list ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 1px;
	background: #4a4a4a;
}
#taxonomy-produkt .content-wrapper .sidebar .item-list ul li a.active {
	font-weight: 700;
}

#taxonomy-produkt .content-wrapper #bloecke {
	clear: both;
	float: left;
	width: 100%;
}
#taxonomy-produkt .content-wrapper #bloecke .block {
	margin-top: 50px;
}
#taxonomy-produkt .content-wrapper #bloecke .block.bilder .bilder-wrapper {
	margin: -1%;
}
#taxonomy-produkt .content-wrapper #bloecke .block.bilder .bild {
	width: 23%;
	margin: 1%;
	float: left;
}
#taxonomy-produkt .content-wrapper #bloecke .block.bilder.grid-1 .bild {
	width: 98%;
}
#taxonomy-produkt .content-wrapper #bloecke .block.bilder.grid-2 .bild {
	width: 48%;
}
#taxonomy-produkt .content-wrapper #bloecke .block.bilder.grid-3 .bild {
	width: 31.333%;
}
#taxonomy-produkt .content-wrapper #bloecke .block .video-container {
    border: 1px solid #dddddd;
    overflow: hidden;
}

#taxonomy-produkt .view-shop {
	width: 100%;
	float: left;
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px solid #dddddd;
}


/* SEARCH */

#search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1159;
	background: rgba(255,255,255,0.95);
	display: none;
}

.backdropfilter #search-overlay {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.8);
}

#search-overlay .content {
	width: 100%;
	height: 100%;
	position: relative;
    overflow-y: auto;
    overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

#search-overlay a.close {
	position: absolute;
	top: 45px;
	right: 45px;
	font-size: 50px;
    cursor: pointer;
    z-index: 99;
}

#search-overlay .form-item {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1170px;
	margin-left: -585px;
    margin-top: -35px;
    -webkit-transition: top 0.3s, margin-top 0.3s; 
	-moz-transition: top 0.3s, margin-top 0.3s; 
	transition: top 0.3s, margin-top 0.3s; 
}

#search-overlay .form-item {
    top: 40px;
    margin-top: 0;
}

#search-overlay .form-item label {
    font-size: 20px;
    line-height: 20px;
    top: 20px;
    left: 0px;
    opacity: 1;
    color: #aaaaaa;
    background: none;
	padding: 0;
}

#search-overlay .form-item label.focus {
    opacity: 0.5;
}

#search-overlay .form-item label.has-text {
	display: none;
}

#search-overlay .form-item .easy-autocomplete {
	width: auto !important;
}

#search-overlay .loading {
	background: url(../images/ajax-loader.gif) center center no-repeat #ffffff;
	height: 80px;
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	z-index: 199;
	border-radius: 50%;
	display: none;
}
#search-overlay.loading .loading {
	display: block;
}
#search-overlay.loading #search-results {
	opacity: 0.3;
}

#search-autocomplete {
	border: 0 !important;
	border-bottom: 1px solid #aaaaaa !important;
	font-size: 20px;
	line-height: 20px !important;
	padding: 20px 0;
	height: auto;
}
#eac-container-search-autocomplete {
	display: none !important;
}

#search-results {
	width: 1170px;
	margin: 0 auto;
    margin-top: 140px !important;
}

#search-results .items {
	margin: -25px -15px;
}
#search-results .items ul {
	margin: 0 !important;
	padding: 0 !important;
}
#search-results .items ul li {
	list-style: none !important;
	margin: 25px 15px;
	width: 270px;
	float: left;
    position: relative;
}
#search-results .items ul li .views-row {
	margin: 0 !important;
	width: auto !important;
	float: none !important;
}
#search-results .items .error {
	margin: 15px;
	float: left;
}


#block-search {
	margin: 20px 0 50px 0;
}
#block-search a.search {
	width: auto;
	max-width: 100%;
	position: relative;
	padding: 10px 85px 10px 15px;
	text-align: left;
	font-weight: 300;
	line-height: 20px;
	font-size: 14px;
	border: 2px solid #4a4a4a;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	color: #4a4a4a;
	display: inline-block;
}
#block-search a.search strong {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
#block-search a.search i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	background: #4a4a4a;
	color: #ffffff;
	height: 100%;
	width: 60px;
	text-align: center;
	transition: background 0.3s;
}
#block-search a.search i:before {
	line-height: 24px;
	top: 50%;
	position: absolute;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
}
#block-search a.search:hover {
	background: #4a4a4a;
	color: #ffffff;
}
#block-search a.search:hover i {
	background: #000000;
}
/*#block-search label {
	left: 15px;
	top: 17px;
}
#block-search label.focus,
#block-search label.has-text {
	top: -4px;
}
#block-search input.form-text {
	height: 50px;
	padding: 15px;
	border-color: #cccccc;
	padding-right: 70px;
}
#block-search input.form-submit {
	display: none;
}
#block-search a.submit {
	height: 50px;
	width: 50px;
	background: #7f7f7f;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	display: block;
}
#block-search a.submit:hover {
	background: #4a4a4a;
}
#block-search a.submit i:before {
	line-height: 50px;
}*/


/* SITES SWITCHER */

#sites-switcher-overlay {
	width: 700px;
	margin-left: -350px;
}
#sites-switcher-overlay .content-wrapper .content {
	float: left;
	width: 100%;
}
#sites-switcher-overlay a.block {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	padding: 100px 0 60px 0;
}
#sites-switcher-overlay a.block.business {
	background: #4a4a4a;
	color: #ffffff;
}
#sites-switcher-overlay a.block h4.title {
	text-transform: none;
	margin-bottom: 15px;
}
#sites-switcher-overlay a.block.business h4.title {
	color: #ffffff;
}
#sites-switcher-overlay a.block .icon {
	height: 50px;
	margin-bottom: 30px;
}
#sites-switcher-overlay a.block .icon img {
	width: auto !important;
	height: 100% !important;
	display: inline-block;
}
#sites-switcher-overlay a.block .text {
	margin: 0 30px;
	height: 80px;
}
#sites-switcher-overlay a.block .icon-arrow-left,
#sites-switcher-overlay a.block .icon-arrow-right {
	font-size: 24px;
	margin-top: 10px;
	display: inline-block;
}
#sites-switcher-overlay a.block:hover {
	background: #eeeeee;
}
#sites-switcher-overlay a.block.business:hover {
	background: #3a3a3a;
}

#sites-switcher-overlay.redirect .content {
	padding: 50px;
	width: auto !important;
	float: none !important;
	font-size: 18px;
	line-height: 26px;
}
#sites-switcher-overlay.redirect .content a.button {
	margin: 10px 20px 0 0;
}



/* LUXUSLASHES US */
.site-business-us #block-block-3 {
	padding: 150px 0;
	text-align: center;
	background: #f5f5f5;
}
.site-business-us #block-block-3 > div {
	padding: 0 30px;
}
.site-business-us #block-block-3 #mc_embed_signup {
	width: 500px;
	max-width: 100%;
	margin: 70px auto 0 auto;
}
.site-business-us #block-block-3 #mc_embed_signup .form-item.form-type-textfield label {
	background: #f5f5f5 !important;
}



/* KUNDE WERDEN */

#webform-client-form-2403 .form-item,
#webform-client-form-2404 .form-item {
	width: 23%;
}
#webform-client-form-2403 .webform-component--firma,
#webform-client-form-2403 .webform-component--ust-idnr,
#webform-client-form-2404 .webform-component--firma,
#webform-client-form-2404 .webform-component--ust-idnr {
	width: 48%;
}
#webform-client-form-2403 .webform-component--land label,
#webform-client-form-2404 .webform-component--land label {
    position: absolute;
    top: 12px;
    line-height: 16px;
}
#webform-client-form-2403 .webform-component--land div.nice-select,
#webform-client-form-2404 .webform-component--land div.nice-select {
    float: right;
    line-height: 20px;
    max-width: 200px;
}


/* SHOP LOGIN BANNER */

#shop_login_banner {
	position: fixed;
	right: -300px;
	bottom: 15px;
	opacity: 0;
	background: #4a4a4a;
	color: #ffffff;
	line-height: 22px;
	padding: 10px 15px;
	z-index: 99;
	transition: right 0.5s, opacity 0.5s;
}
#shop_login_banner.show {
	right: 15px;
	opacity: 1;
}
#shop_login_banner:hover {
	background: #222222;
}



/* UMFRAGE */

.page-umfrage #sites-switcher-overlay,
.page-umfrage #sites-switcher-overlay-bg {
	display: none !important;
}

.page-umfrage h1 {
	font-family: "may_wilde",serif;
	font-weight: normal;
	font-size: 150px;
	line-height: 150px;
	text-transform: none !important;
	margin-bottom: 50px !important;
}
#custom_umfrage_form .einleitung {
	font-size: 20px;
	line-height: 28px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 50px;
}

#custom_umfrage_form #custom_umfrage_form_wrapper {
	margin: 50px -1% 30px -1%;
}
#custom_umfrage_form #custom_umfrage_form_wrapper .form-item {
	width: 31.333%;
	float: left;
	margin: 0 1%;
}
#custom_umfrage_form .form-item-checked > label {
	font-weight: 700;
}
#custom_umfrage_form .form-item-checked .description {
	padding-left: 30px;
}
#custom_umfrage_form input.form-submit {
	margin-top: 30px;
}

/* SCHULUNG FEEDBACK */

#custom_feedback_form {
	margin-top: 50px;
}
#custom_feedback_form #custom_feedback_form_wrapper {
	margin: -1%;
}
#custom_feedback_form .form-item {
	width: 31.333%;
	float: left;
	margin: 1%;
}
#custom_feedback_form .form-item > label {
	position: relative;
	top: auto;
	left: auto;
	margin: 0 0 5px 0 !important;
	font-weight: 700 !important;
	padding: 0 !important;
	line-height: 26px !important;
	font-size: 16px !important;
}
#custom_feedback_form h4.title {
	margin: 30px 1% 0 1% !important;
	float: left;
	width: 98%;
	padding-top: 30px;
	border-top: 1px solid #eeeeee;
}
#custom_feedback_form .form-submit {
	float: left;
	clear: left;
	margin-top: 30px;
}


/* ÜBER UNS */

#node-ueber_uns {
	padding-top: 150px;
}
#node-ueber_uns #einleitung #bilder-slider {
	margin-top: 80px;
	position: relative;
}
#node-ueber_uns #einleitung #bilder-slider .bild {
	display: none;
	width: 100%;
}
#node-ueber_uns #einleitung #bilder-slider .bild.bild-0 {
	display: block;
}
#node-ueber_uns #einleitung #bilder-slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: 30px;
	margin: 0 !important;
}
#node-ueber_uns #content {
	margin-top: 80px;
}
#node-ueber_uns #text_blocks {
	margin: 180px 0 100px 0;
}
#node-ueber_uns #text_blocks #blocks {
	margin: 100px 0;
}
#node-ueber_uns #text_blocks #blocks .item {
	width: 45%;
	float: left;
	margin: 50px 0;
	position: relative;
}
#node-ueber_uns #text_blocks #blocks .item.even {
	clear: left;
}
#node-ueber_uns #text_blocks #blocks .item.odd {
	float: right;
	
}
#node-ueber_uns #text_blocks #blocks .item .content {
	padding-left: 0px !important;
}
#node-ueber_uns #text_blocks #blocks .item .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	text-align: center;
}
#node-ueber_uns #text_blocks #blocks .item .icon img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#node-ueber_uns #text_blocks #blocks .item .text p:last-child {
	margin: 0 !important;
}
#node-ueber_uns #text_blocks #blocks .item a.button {
	margin-top: 25px;
}

#node-ueber_uns #text_blocks #blocks div.section{
	max-width: 90%;
}



/* WEBINAR */
.node-type-webinar #sites-switcher-overlay,
.node-type-webinar #sites-switcher-overlay-bg {
	display: none !important;
}

#node-webinar .subtitle {
	font-size: 20px;
	line-height: 24px;
}
#node-webinar h1 {
	margin: 0 !important;
}
#node-webinar .vorschautext {
	margin-top: 30px;
	font-size: 20px;
	line-height: 24px;
}
#node-webinar #custom_webinar_form {
	margin-top: 50px;
	border-top: 1px solid #dddddd;
	padding-top: 50px;
}
#node-webinar #custom_webinar_form .text {
	margin-bottom: 50px;
}
#node-webinar #custom_webinar_form #custom_webinar_form_wrapper {
	margin: -1% -1% 30px -1%;
}
#node-webinar #custom_webinar_form #custom_webinar_form_wrapper .form-item {
	width: 23%;
	float: left;
	margin: 1%;
}
#node-webinar #custom_webinar_form input.form-submit {
	margin-top: 30px;
}

#node-webinar #custom_webinar_form .form-type-checkbox .description {
	clear: both;
	font-size: 14px;
	line-height: 18px;
	padding-left: 30px;
	margin-top: 5px;
}
#node-webinar #custom_webinar_form .form-type-checkbox {
	margin-top: 20px;
}
#node-webinar #custom_webinar_form .form-type-checkbox .description a {
	text-decoration: underline;
}
#node-webinar #custom_webinar_form .form-type-checkbox label {
	font-weight: 700;
}


/* MESSE STAMMBLATT */

#node-formular_messe_anmeldung .body{
	margin-bottom: 50px;
	float: left;
}

#node-formular_messe_anmeldung .webform .webform-progressbar{
	display: none !important;
}

#node-formular_messe_anmeldung fieldset{
	margin: 0 1% 50px 1%;
	padding: 0;
	border-radius: 0;
	border: none;
	position: relative;
	width: 98%;
	box-sizing: border-box;
}

#node-formular_messe_anmeldung fieldset .fieldset-wrapper{
	margin: -1%;
}

#node-formular_messe_anmeldung fieldset legend{
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #4a4a4a;
}

#node-formular_messe_anmeldung .webform-component--persoenliche-daten .webform-component--persoenliche-daten--anrede{
	width: 98% !important;
	clear: left;
}

#node-formular_messe_anmeldung .webform-client-form .webform-component-radios > label{
	float: left;
	font-weight: 400;
	margin-right: 25px;
	font-size: 14px;
}

#node-formular_messe_anmeldung .webform-component--persoenliche-daten .form-item{
	width: 31.3333333%;
}

#node-formular_messe_anmeldung .webform-component--ausbildung .form-item{
	width: 98%;
}

#node-formular_messe_anmeldung .webform-component--interesse-an-einer-ausbildung .form-item{
	width: 98%;
}

#node-formular_messe_anmeldung .webform-component--interesse-an-einer-ausbildung .form-checkboxes .form-item{
	clear: left;
	margin: 0 0 15px 0 !important;
}

#node-formular_messe_anmeldung .webform-component--interesse-an-einer-ausbildung .form-checkboxes .form-item:last-child{
	margin-bottom: 0 !important;
}

#node-formular_messe_anmeldung .webform-component--anmerkungen{
	width: 98%;
	margin-top: 0;
}

#node-formular_messe_anmeldung .webform-component-markup{
	width: 98%;
	background: #4a4a4a;
	text-align: center;
	padding: 50px;
	margin-bottom: 50px;
	margin-top: 0;
	box-sizing: border-box;
}

#node-formular_messe_anmeldung .webform-component-markup h4{
	color: #fff;
	font-size: 35px;
	line-height: 40px;
	margin: 0 0 10px 0;
}

#node-formular_messe_anmeldung .webform-component-markup p{
	font-size: 26px;
	line-height: 30px;
	color: #fff;
}


#node-formular_messe_anmeldung .webform-component--interner-vermerk{
	width: 98%;
	margin-top: 0;
}

#node-formular_messe_anmeldung .form-actions .webform-previous{
	display: none !important;
}

@media all and (max-width: 1023px) {
	#node-formular_messe_anmeldung .webform-component-markup h4{
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	
	#node-formular_messe_anmeldung .webform-component-markup p{
		font-size: 22px;
		line-height: 26px;
	}
}


@media all and (max-width: 812px) {
	#node-formular_messe_anmeldung .webform-component--persoenliche-daten .form-item{
		width: 48%;
	}
	#node-formular_messe_anmeldung .webform-component-markup h4{
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	
	#node-formular_messe_anmeldung .webform-component-markup p{
		font-size: 20px;
		line-height: 24px;
	}
}

@media all and (max-width: 600px) {
	#node-formular_messe_anmeldung .webform-component--interesse-an .form-checkboxes .form-item{
		clear: left;
		margin: 0 0 15px 0 !important;
	}
	
	#node-formular_messe_anmeldung .webform-component--interesse-an .form-checkboxes .form-item:last-child{
		margin-bottom: 0 !important;
	}
}












/* ANMELDEFORMULAR FOCUSLASHES */

#node-formular.node-2882 .body {
	margin-bottom: 50px;
}

#node-formular.node-2882 .webform form {
	padding-top: 50px;
	border-top: 1px solid #eeeeee;
}
#node-formular.node-2882 .webform .webform-progressbar{
	display: none !important;
}

#node-formular.node-2882 fieldset{
	margin: 0 1%;
	padding: 0;
	border-radius: 0;
	border: none;
	position: relative;
	width: 98%;
	box-sizing: border-box;
}

#node-formular.node-2882 fieldset .fieldset-wrapper{
	margin: -1%;
}

#node-formular.node-2882 fieldset legend{
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #4a4a4a;
}

#node-formular.node-2882 .webform-component--persoenliche-daten .webform-component--persoenliche-daten--anrede{
	width: 98% !important;
	clear: left;
}

#node-formular.node-2882 .webform-client-form .webform-component-radios > label{
	float: left;
	font-weight: 400;
	margin-right: 25px;
	font-size: 14px;
}

#node-formular.node-2882 .webform-component--persoenliche-daten .form-item{
	width: 31.3333333%;
}








/* USER ACCOUNT */
#morecart_user_dashboard {
	position: relative;
}
#morecart_user_dashboard h1 {
	margin-right: 300px;
}
#morecart_user_dashboard a.logout {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
#morecart_user_dashboard #my-account {
	margin-top: 50px;
}
#morecart_user_dashboard #my-account .blocks {
	margin: 0 -1%;
}
#morecart_user_dashboard #my-account .blocks .block {
	width: 31.333%;
	margin: 0 1%;
	float: left;
}
#morecart_user_dashboard #my-account .blocks .block > div {
	padding: 30px;
	padding-bottom: 110px !important;
	background: #eeeeee;
	position: relative;
}
#morecart_user_dashboard #my-account .blocks .block .title {
	margin: 0 0 30px 0 !important;
}
#morecart_user_dashboard #my-account .blocks .block a.change {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

#morecart_user_dashboard #my-orders {
	margin-top: 100px;
	border-top: 1px solid #dddddd;
	padding-top: 100px;
}
#morecart_user_dashboard #my-orders .rows {
	margin-top: 50px;
}
#morecart_user_dashboard #my-orders .rows .row {
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
}
#morecart_user_dashboard #my-orders .rows .row.header {
	font-weight: 700;
}
#morecart_user_dashboard #my-orders .rows .row > div {
	float: left;
	padding-right: 1%;
	box-sizing: border-box;
}
#morecart_user_dashboard #my-orders .rows .row .id {
	width: 20%;
}
#morecart_user_dashboard #my-orders .rows .row .date {
	width: 25%;
}
#morecart_user_dashboard #my-orders .rows .row .payment {
	width: 25%;
}
#morecart_user_dashboard #my-orders .rows .row .price {
	width: 25%;
}
#morecart_user_dashboard #my-orders .rows .row .price .vat-info {
	font-size: 12px;
	margin-left: 2px;
}

#morecart_user_dashboard #my-orders #pager ul.pager li {
	display: inline-block !important;
	margin: 0 5px !important;
	padding: 0 !important;
}
#morecart_user_dashboard #my-orders #pager ul.pager li.pager-current {
	font-weight: 700;
}
#morecart_user_dashboard #my-orders #pager ul.pager li.pager-next {
	margin: 0 0 0 15px !important;
}
#morecart_user_dashboard #my-orders #pager ul.pager li.pager-previous {
	margin: 0 15px 0 0 !important;
}
#morecart_user_dashboard #my-orders #pager ul.pager li.pager-first,
#morecart_user_dashboard #my-orders #pager ul.pager li.pager-last {
	display: none !important;
}

#morecart_user_edit {
	position: relative;
}
#morecart_user_edit h1 {
	margin-right: 300px;
}
#morecart_user_edit a.my-account {
	position: absolute;
	top: 0;
	right: 0;
}
#user-profile-form {
	margin-top: 80px;
}
#user-profile-form .form-container,
#user-register-form .form-container {
	margin: -2% -1%;
}
#user-profile-form .form-item,
#user-register-form .form-item {
	width: 31.333%;
	float: left;
	margin: 1%;
}
#user-register-form .form-item {
	width: 48%;
}
#user-profile-form .form-item label,
#user-register-form .form-item label,
#user-pass-reset .form-item label {
	font-weight: 700;
	position: relative;
	top: auto;
	left: auto;
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px !important;
	line-height: 22px !important;
}
#user-profile-form .form-item.form-type-checkbox > label,
#user-register-form .form-item.form-type-checkbox > label {
	padding-left: 30px !important;
}
#user-profile-form .form-item .description,
#user-register-form .form-item .description,
#user-pass-reset .form-item .description {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	float: left;
	width: 100%;
}
#user-register-form .form-item .description a {
	text-decoration: underline;
}
#user-profile-form .form-item-field-land-und div.nice-select,
#user-register-form .form-item-field-land-und div.nice-select {
	line-height: 20px;
}
#user-profile-form .form-item-field-land-und div.nice-select .option,
#user-register-form .form-item-field-land-und div.nice-select .option {
	padding: 8px 20px !important;
}
#user-profile-form .form-item-field-lieferung-und {
	width: 98% !important;
	margin-bottom: 2% !important;
}
#user-profile-form .form-item-field-lieferung-und label {
	font-weight: 700;
}
#user-register-form .form-item-field-datenschutz-und {
	width: 98% !important;
	margin-top: 2% !important;
	margin-bottom: 2% !important;
}
#user-profile-form .admin-settings {
	border-top: 1px solid #dddddd;
	padding-top: 30px;
	float: left;
	width: 98%;
	margin: 30px 1%;
}
#user-profile-form .admin-settings .form-item {
	width: 100% !important;
	margin: 1% 0 !important;
}
#user-profile-form .admin-settings .form-item > label {
	font-weight: 700;
}
#user-profile-form .admin-settings .form-item .form-item {
	width: auto !important;
	margin: 5px 30px 5px 0 !important;
}
#user-profile-form .admin-settings .form-item .form-item > label {
	font-weight: 300;
	padding-left: 30px !important;
}
#user-profile-form .form-actions {
	margin: 50px 0 0 0 !important;
}
#user-pass-reset .form-actions {
	float: left;
	margin: 30px 0 0 0 !important;
}
#user-profile-form .form-actions a.cancel {
	margin-left: 30px;
}
#user-profile-form .form-actions input.delete {
	float: right;
}


#user-profile-form .form-item-mail {
	width: 98% !important;
}
#user-profile-form .form-item-pass {
	clear: left;
	width: 100% !important;
	margin: 1% 0 !important;
}
#user-pass-reset .form-item-pass {
	margin: 0 -1%;
	margin-top: 50px;
}
#user-profile-form .form-item-current-pass {
	width: 98% !important;
}
#user-profile-form .form-item-pass .form-item-pass-pass1,
#user-profile-form .form-item-pass .form-item-pass-pass2,
#user-pass-reset .form-item-pass .form-item-pass-pass1,
#user-pass-reset .form-item-pass .form-item-pass-pass2 {
	float: left;
	width: 48% !important;
	margin: 0 1% !important;
}
/*#user-profile-form .form-item.form-type-textfield.invalid::before,
#user-profile-form .form-item.form-type-password.invalid::before,
#user-profile-form .form-item.form-type-textfield.invalid::before,
#user-profile-form .form-item.form-type-password.invalid::before {
	top: 50px;
}*/
#user-profile-form .form-item-pass .description,
#user-pass-reset .form-item-pass .description {
	width: 98%;
	margin-left: 1%;
}
#user-profile-form .form-item-current-pass .description a {
	font-weight: 700;
}

#user-pass .form-item-name,
#user-login{
	margin-top: 30px !important;
}
#user-pass .form-actions,
#user-login .form-actions {
	margin-top: 30px !important;
}
body.logged-in #user-pass .form-actions {
	margin-top: 50px !important;
}
#user-pass .form-actions a.cancel,
#user-pass .form-actions a.login,
#user-login .form-actions a.forgot-password {
	margin-left: 30px;
}
.page-user-password #main > .right a.register-link,
.page-user #main > .right a.register-link {
	font-weight: 700;
	margin-top: 25px;
	display: inline-block;
}
.page-user-password #main > .right a.register-link i,
.page-user #main > .right a.register-link i {
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}
#user-pass-reset .form-item-pass div.password-strength,
#user-pass-reset .form-item-pass div.password-confirm,
#user-pass-reset .form-item-pass div.password-suggestions {
	display: none !important;
}

.page-user #main > .left {
	width: 50%;
	float: left;
	margin-top: 50px;
}
.page-user #main > .left > div {
	padding-right: 60px;
	border-right: 1px solid #dddddd;
}
.page-user #main > .right {
	width: 50%;
	float: right;
	margin-top: 50px;
}
.page-user #main > .right > div {
	padding-left: 60px;
	border-left: 1px solid #dddddd;
	margin-left: -1px;
}
.page-user #main > .left > div > h4.title,
.page-user #main > .right > div > h4.title {
	margin-bottom: 30px !important;
}

.page-user-register #main > .left {
	width: 33.333%;
}
.page-user-register #main > .right {
	width: 66.666%;
}
.page-user-register #main > .left a.login-link {
	font-weight: 700;
	margin-top: 25px;
	display: inline-block;
}
.page-user-register #main > .left a.login-link i {
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

