/* Allgemein */

body.node-type-dlef #page-wrapper #page {
	padding-top: 0;
}
body.node-type-dlef div.tabs {
	position: absolute;
	left: 150px;

}

body.node-type-dlef {
	color: #4a4a4a;
}
body.node-type-dlef .section-container-inner {
	position: relative;
	height: 100%;
}
/* Navigation */
body.node-type-dlef .navigation-bg {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	display: none;
	cursor: pointer;
}
body.node-type-dlef .burger-menu {
	width: 150px;
	height: 150px;
	background-color: #f2f2f2;
	cursor: pointer;
	z-index: 1000;
	left: 0;
	top: 0;
	position: fixed;
}
body.node-type-dlef .burger-menu #menu-icon-dlef {
	position: relative;
	cursor : pointer;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 119;
	display: block !important;
	width: 36px;
	height: 26px;
	-webkit-transition: margin-top 0.5s, -webkit-transform 0.3s, opacity 0.3s !important;
	-moz-transition: margin-top 0.5s, -moz-transform 0.3s, opacity 0.3s !important;
	transition: margin-top 0.5s, transform 0.3s, opacity 0.3s !important;
}
body.node-type-dlef .burger-menu #menu-icon-dlef span {
	width: 100%;
	height: 2px;
	display: block;
	background: #4a4a4a;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 1px;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, top 0.3s, margin-top 0.3s, background 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s, top 0.3s, margin-top 0.3s, background 0.3s;
	transition: transform 0.3s, opacity 0.3s, top 0.3s, margin-top 0.3s, background 0.3s;
}
body.node-type-dlef .burger-menu:hover #menu-icon-dlef span {
	background: #888888 !important;
	transition-delay: 0s;
}
body.node-type-dlef .burger-menu:hover #menu-icon-dlef span.first {
	margin-top: 4px !important;
}
body.node-type-dlef .burger-menu:hover #menu-icon-dlef span.third {
	margin-top: -6px !important;
}
body.node-type-dlef .burger-menu #menu-icon-dlef.menu-active span {
	transition-delay: 0s;
}
body.node-type-dlef .burger-menu #menu-icon-dlef.menu-active span.first {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50% !important;
	margin-top: -2px !important;
}
body.node-type-dlef .burger-menu #menu-icon-dlef.menu-active span.second {
	opacity: 0;
}
body.node-type-dlef .burger-menu #menu-icon-dlef.menu-active span.third {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50% !important;
	margin-top: -2px !important;
}
body.node-type-dlef .burger-menu #menu-icon-dlef span {
	top: 50%;
	margin-top: -1px;
	transition-delay: 0.3s;
}
body.node-type-dlef .burger-menu #menu-icon-dlef span.first {
	top: 0;
}
body.node-type-dlef .burger-menu #menu-icon-dlef span.second {
	top: 50%;
	margin-top: -1px;
}
body.node-type-dlef .burger-menu #menu-icon-dlef span.third {
	top: 100%;
	margin-top: -2px;
}
body.node-type-dlef .navigation {
	width: 620px;
	height: 100%;
	background-color: #f2f2f2;
	z-index: 999;
	left: 0;
	top: 0;
	position: fixed;
	transform: translateX(-100%);
	transition: transform 0.35s 0.35s;
}
body.node-type-dlef .navigation.menu-active {
	transform: translateX(0);
	transition: transform 0.35s 0.35s;
}
body.node-type-dlef .navigation-helper {
	width: 150px;
	height: 150px;
	background-color: #f2f2f2;
	cursor: pointer;
	z-index: 998;
	left: 0;
	top: 0;
	position: fixed;
	transition: height 0.35s 0.7s;
}
body.node-type-dlef .navigation-helper.menu-active {
	height: 100%;
	transition: height 0.35s 0s;
}
body.node-type-dlef .navigation .navigation-inner {
	position: relative;
	padding-left: 150px;
	top: 50%;
	transform: translate(-90px, -50%);
	opacity: 0;
	transition: transform 0.35s 0s, opacity 0.35s 0s;
}
body.node-type-dlef .navigation.menu-active .navigation-inner {
	transform: translate(0, -50%);
	opacity: 1;
	transition: transform 0.35s 0.35s, opacity 0.35s 0.35s;
}
body.node-type-dlef .navigation .navigation-inner ul.menu {
	padding: 0;
	margin: 0 0 100px 0;
}
body.node-type-dlef .navigation .navigation-inner ul.menu li {
	list-style-type: none;
	float: left;
	clear: left;
}
body.node-type-dlef .navigation .navigation-inner ul.menu li a {
	color: #4a4a4a;
	font-weight: 700;
	font-size: 30px;
	line-height: 45px;
	text-transform: uppercase;
}
body.node-type-dlef .navigation .navigation-inner ul.menu-bottom {
	padding: 0;
	margin: 0;
}
body.node-type-dlef .navigation .navigation-inner ul.menu-bottom li {
	float: left;
	list-style-type: none;
	position: relative;
}
body.node-type-dlef .navigation .navigation-inner ul.menu-bottom li a {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	color: #4a4a4a;
}
body.node-type-dlef .navigation .navigation-inner ul.menu-bottom li:first-child {
	margin-right: 22px;
}
body.node-type-dlef .navigation .navigation-inner ul.menu-bottom li:first-child::before {
	content: "";
	width: 1px;
	height: 16px;
	background-color: #4a4a4a;
	position: absolute;
	right: -11px;
	top: 0px;
}
/* Footer */

#footer-dlef {
	padding: 60px 150px 150px 150px;
}
#footer-dlef .social-media {
	float: right;
	margin-left: 15px;
}
#footer-dlef .social-media .social-media-item {
	margin-left: 15px;
	float: right;
}
#footer-dlef .social-media .social-media-item i {
	font-size: 20px;
}
#footer-dlef .footer-links {
	float: right;
	position: relative;
	top: 1px;
}
#footer-dlef .footer-links .footer-links-item {
	float: right;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #4a4a4a;
	position: relative;
}
#footer-dlef .footer-links .footer-links-item:hover {
	color: #000;
}
#footer-dlef .footer-links .footer-links-item:first-child {
	margin-left: 22px;
}
#footer-dlef .footer-links .footer-links-item:first-child::before {
	content: "";
	width: 1px;
	height: 12px;
	background-color: #4a4a4a;
	position: absolute;
	top: 3px;
	left: -11px;
}
#footer-dlef .block-language-switcher-fallback a.link {
	color: #4a4a4a;
	line-height: 20px;
	text-transform: uppercase !important;
}
#footer-dlef .vergleichInfoText {
	float: left;
	clear: left;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 35px;
	font-size: 14px;
	line-height: 18px;
}
/* Startscreen */

#startscreen-dlef {
	width: 100%;
	height: 100vh;
	position: relative;
}
#startscreen-dlef .startscreen-bild {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#startscreen-dlef .startscreen-bild .bg-mobile{
	display: none !important;
}

#startscreen-dlef .startscreen-bild img {
	transform: scale(1.2);
}
body.loaded #startscreen-dlef .startscreen-bild img {
	animation: zoomOut 10s forwards;
}
 @keyframes zoomOut {
 0% {
transform: scale(1.2);
}
 100% {
transform: scale(1);
}
}
#startscreen-dlef .startscreen-content {
	position: absolute;
	top: 50%;
	left: 295px;
	transform: translateY(-50%);
	z-index: 3;
}
#startscreen-dlef .startscreen-content .title {
	font-size: 100px;
	line-height: 100px;
	font-weight: 300;
}
#startscreen-dlef .startscreen-content .subtitle {
	font-size: 28px;
	line-height: 28px;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 0;
}
#startscreen-dlef .border-top, #startscreen-dlef .border-bottom {
	position: absolute;
	background-color: #4a4a4a;
	height: 3px;
	width: 100%;
	left: 300px;
}
#startscreen-dlef .border-top {
	top: 110px;
}
#startscreen-dlef .border-bottom {
	bottom: 110px;
}
#startscreen-dlef .border-top::before, #startscreen-dlef .border-bottom::before {
	content: "";
	width: 3px;
	height: 110px;
	position: absolute;
	left: 0;
	background-color: #4a4a4a;
}
#startscreen-dlef .border-top::before {
	top: 0;
}
#startscreen-dlef .border-bottom::before {
	bottom: 0;
}
/* Innovativ */

#innovativ-dlef {
	background: #fff;
	position: relative;
	padding: 150px 300px;
	height: 1080px;
	box-sizing: border-box;
}
#innovativ-dlef .slogan {
	font-size: 280px;
	line-height: 210px;
	position: absolute;
	font-family: "may_wilde", serif;
	font-weight: normal;
	color: #f2f2f2;
	left: -150px;
	top: 0;
	z-index: 4;
}
#innovativ-dlef .left {
	width: 45%;
	z-index: 5;
	position: absolute;
	bottom: 0;
	left: 0;
}
#innovativ-dlef .right {
	width: 45%;
	z-index: 3;
	position: absolute;
	bottom: 20px;
	right: 0;
}
#innovativ-dlef .left .title {
	font-size: 30px;
	line-height: 30px;
}
#innovativ-dlef .right .rotatebox {
	padding-left: 195px;
}
#innovativ-dlef .right .rotatebox .slider {
	border: none !important;
	height: 1px;
	width: 100%;
	background-color: #4a4a4a;
	z-index: 9;
}
#innovativ-dlef .right .rotatebox .slider > span {
	left: 0%;
	width: 34px;
	height: 34px;
	border: 2px solid rgb(68, 68, 68);
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	border-radius: 100%;
	margin: 0px 0px 0px -17px;
	top: 0px;
	transform: translateY(-50%);
	outline: none;
	cursor: grab;
}
#innovativ-dlef .right .rotatebox .slider > span::before {
	content: "\62";
	font-family: "luxuslashes" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #4a4a4a;
	font-size: 22px;
}
#innovativ-dlef .right .rotatebox .slider > span::after {
	content: "\63";
	font-family: "luxuslashes" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #4a4a4a;
	font-size: 22px;
}
#innovativ-dlef .right .rotatebox .images {
	width: 1200px;
	height: 675px;
	position: absolute;
	bottom: 0;
	right: -330px;
}
#innovativ-dlef .right .rotatebox .images img {
	width: 1200px;
	height: 675px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#innovativ-dlef .right .rotatebox-info {
	position: absolute;
	left: 0;
	bottom: -22px;
	z-index: 9;
}
#innovativ-dlef .right .rotatebox-info .rotatebox-info-1 {
	font-size: 40px;
	line-height: 40px;
	font-family: "may_wilde", serif;
	font-weight: normal;
	color: #4a4a4a;
}
#innovativ-dlef .right .rotatebox-info .rotatebox-info-2 {
	text-transform: uppercase;
}
/* Universell */

#universell-dlef {
	background: #e5e5e5;
	position: relative;
	padding: 150px 300px;
	height: 1080px;
	box-sizing: border-box;
	z-index: 9;
	overflow: hidden;
}
#universell-dlef .slogan {
	font-size: 280px;
	line-height: 210px;
	position: absolute;
	font-family: "may_wilde", serif;
	font-weight: normal;
	color: #f2f2f2;
	left: -150px;
	top: 0;
}
#universell-dlef .left {
	width: 45%;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
}
#universell-dlef .right {
	width: 45%;
	z-index: 3;
	position: absolute;
	bottom: 0;
	right: 0;
}
#universell-dlef .left .title {
	font-size: 30px;
	line-height: 30px;
}
#universell-dlef .right .universell-faecherstaerken {
	margin-bottom: 35px;
}
#universell-dlef .right .universell-faecherstaerken .row {
	width: 60px;
	height: 102px;
	float: left;
	margin-right: 30px;
	position: relative;
}
#universell-dlef .right .universell-faecherstaerken .row img {
	width: 60px;
	height: 60px;
}
#universell-dlef .right .universell-faecherstaerken .row .number {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
}
#universell-dlef .right .universell-faecherstaerken .row:last-child {
	margin-right: 0;
}
#universell-dlef .right .universell-faecherstaerken .row:last-child .number {
	font-size: 34px;
	line-height: 22px;
	position: relative;
	top: 2px;
}
#universell-dlef .right .universell-faecherstaerken .row.row-4 .number {
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 26px;
	white-space: nowrap;
}
#universell-dlef .right .universell-video-placeholder {
	position: relative;
	margin-bottom: 170px;
	border: 1px solid #fff;
	box-sizing: border-box;
	width: 100%;
	height: 333px;
}
#universell-dlef .right .universell-video-placeholder .video-info-text {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
#universell-dlef .right .universell-video-placeholder a.full-screen {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 99;
	color: #fff;
	font-size: 20px;
	transition: transform 0.3s !important;
	cursor: pointer;
}
#universell-dlef .right .universell-video-placeholder a.full-screen:hover {
	transform: scale(1.1);
}
#universell-dlef .right .universell-video-placeholder .video-wimpern {
	position: absolute;
	top: 25%;
	right: 15%;
}
#universell-dlef .right .universell-video-placeholder .video-pinzette {
	position: absolute;
	bottom: 33%;
	left: 77%;
	min-width: 592px;
}
#universell-dlef .right .universell-video-placeholder a.play, .universell-video-overlay a.play {
	font-size: 40px;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	z-index: 99;
	text-align: center;
	border-radius: 50%;
	opacity: 1;
	cursor: pointer;
	background: rgba(0,0,0,0);
	border: 1px solid #fff;
	color: rgba(255,255,255,0.8);
	transition: background 0.3s, border-color 0.3s, color 0.3s !important;
}
#universell-dlef .right .universell-video-placeholder a.play i {
	position: relative;
	left: 3px;
}
#universell-dlef .right .universell-video-placeholder a.play i::before {
	line-height: 80px;
}
#universell-dlef .right .universell-video-placeholder a.play:hover, .universell-video-overlay a.play:hover {
	border-color: #4a4a4a;
	background-color: #4a4a4a;
	color: rgba(255,255,255,1);
}
.universell-video-overlay a.play::before {
	display: none !important;
}
.universell-video-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
.universell-video-overlay video {
	max-width: 1280px;
	width: 100%;
	height: auto !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
/* Ergiebig */

#ergiebig-dlef {
	background: #fff;
	position: relative;
	padding: 150px 300px;
	box-sizing: border-box;
}
#ergiebig-dlef .slogan {
	font-size: 280px;
	line-height: 210px;
	position: absolute;
	font-family: "may_wilde", serif;
	font-weight: normal;
	color: #f2f2f2;
	left: 150px;
	top: 150px;
}
#ergiebig-dlef .left {
	float: left;
	width: 45%;
	padding-top: 398px;
	z-index: 3;
	position: relative;
}
#ergiebig-dlef .right {
	width: 620px;
	height: 100%;
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f2f2f2;
	padding: 150px 110px;
	box-sizing: border-box;
}
#ergiebig-dlef .left .title {
	font-size: 30px;
	line-height: 30px;
}
#ergiebig-dlef .left .body {
	margin-bottom: 70px;
}
#ergiebig-dlef .right .title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
#ergiebig-dlef .right .body {
	margin-bottom: 15px;
}
#ergiebig-dlef .right .kundinnen {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4a4a4a;
}
#ergiebig-dlef .right .kundinnen .row {
	float: left;
	width: 28px;
	height: 35px;
	position: relative;
	margin-right: 12px;
}
#ergiebig-dlef .right .kundinnen .row:nth-child(10n) {
	margin-right: 0;
}
#ergiebig-dlef .right .kundinnen .row:nth-child(10n+1) {
	clear: left;
}
#ergiebig-dlef .right .kundinnen .row:nth-child(-n+30) {
	margin-bottom: 12px;
}
#ergiebig-dlef .right .kundinnen .row-punkte .punkte {
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	bottom: -3px;
	left: 3px;
}
#ergiebig-dlef .right .kundinnen .row-max-kundinnen {
	width: 108px;
	margin-right: 0;
}
#ergiebig-dlef .right .kundinnen .row-max-kundinnen .max-kundinnen {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	display: inline-block;
	margin-right: 9px;
	position: relative;
	top: 5px;
}
#ergiebig-dlef .right .kundinnen .row-max-kundinnen .mal-kundinnen {
	font-weight: 700;
	font-size: 22px;
	display: inline-block;
	position: relative;
	top: 2px;
}
#ergiebig-dlef .right .kundinnen .row-max-kundinnen img {
	position: absolute;
	right: 0;
	top: 0;
}
#ergiebig-dlef .right .kundinnen .row img {
	width: 28px;
	height: 35px;
}
#ergiebig-dlef .right .universell-faecherstaerken {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4a4a4a;
}
#ergiebig-dlef .right .universell-faecherstaerken .row {
	width: 36px;
	height: 60px;
	float: left;
	margin-right: 15px;
	position: relative;
}
#ergiebig-dlef .right .universell-faecherstaerken .row img {
	width: 36px;
	height: 36px;
}
#ergiebig-dlef .right .universell-faecherstaerken .row .number {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	margin-top: 10px;
	text-align: center;
}
#ergiebig-dlef .right .universell-faecherstaerken .row:last-child {
	margin-right: 0;
}
#ergiebig-dlef .right .universell-faecherstaerken .row:last-child .number {
	font-size: 22px;
	line-height: 14px;
	position: relative;
	top: 0;
}
#ergiebig-dlef .right .universell-faecherstaerken .row.row-4 .number {
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	white-space: nowrap;
}
#ergiebig-dlef .right img.fan-box {
	position: absolute;
	right: 170px;
	bottom: 60px;
	width: 600px;
}
/* Vergleich */

#vergleich-dlef {
	width: 100%;
	height: 969px;
}
#vergleich-dlef .left {
	background-color: #333;
	color: #fff;
	width: 50%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
#vergleich-dlef .right {
	background-color: #4a4a49;
	color: #fff;
	width: 50%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
#vergleich-dlef .left .vergleich-inner {
	width: 415px;
	position: absolute;
	left: 300px;
	top: 150px;
}
#vergleich-dlef .right .vergleich-inner {
	width: 415px;
	position: absolute;
	right: 300px;
	top: 150px;
}
#vergleich-dlef .left .title, #vergleich-dlef .right .title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #fff;
}
#vergleich-dlef .left .body, #vergleich-dlef .right .body {
	margin-bottom: 15px;
}
#vergleich-dlef .left .kundinnen, #vergleich-dlef .right .kundinnen {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
#vergleich-dlef .left .kundinnen .row, #vergleich-dlef .right .kundinnen .row {
	float: left;
	width: 28px;
	height: 35px;
	position: relative;
	margin-right: 12px;
}
#vergleich-dlef .left .kundinnen .row:nth-child(10n) {
	margin-right: 0;
}
#vergleich-dlef .left .kundinnen .row:nth-child(10n+1) {
	clear: left;
}
#vergleich-dlef .left .kundinnen .row:nth-child(-n+30) {
	margin-bottom: 12px;
}
#vergleich-dlef .left .kundinnen .row-punkte .punkte {
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	bottom: -3px;
	left: 3px;
}
#vergleich-dlef .left .kundinnen .row-max-kundinnen {
	width: 108px;
	margin-right: 0;
}
#vergleich-dlef .left .kundinnen .row-max-kundinnen .max-kundinnen {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	display: inline-block;
	margin-right: 9px;
	position: relative;
	top: 5px;
}
#vergleich-dlef .left .kundinnen .row-max-kundinnen .mal-kundinnen {
	font-weight: 700;
	font-size: 22px;
	display: inline-block;
	position: relative;
	top: 2px;
}
#vergleich-dlef .left .kundinnen .row-max-kundinnen img {
	position: absolute;
	right: 0;
	top: 0;
}
#vergleich-dlef .left .kundinnen .row img, #vergleich-dlef .right .kundinnen .row img {
	width: 28px;
	height: 35px;
}
#vergleich-dlef .left .universell-faecherstaerken, #vergleich-dlef .right .universell-faecherstaerken {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
#vergleich-dlef .left .universell-faecherstaerken .row, #vergleich-dlef .right .universell-faecherstaerken .row {
	width: 36px;
	height: 60px;
	float: left;
	margin-right: 15px;
	position: relative;
}
#vergleich-dlef .left .universell-faecherstaerken .row img, #vergleich-dlef .right .universell-faecherstaerken .row img {
	width: 36px;
	height: 36px;
}
#vergleich-dlef .left .universell-faecherstaerken .row .number, #vergleich-dlef .right .universell-faecherstaerken .row .number {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	margin-top: 10px;
	text-align: center;
}
#vergleich-dlef .left .universell-faecherstaerken .row:last-child, #vergleich-dlef .right .universell-faecherstaerken .row:last-child {
	margin-right: 0;
}
#vergleich-dlef .left .universell-faecherstaerken .row:last-child .number, #vergleich-dlef .right .universell-faecherstaerken .row:last-child .number {
	font-size: 22px;
	line-height: 14px;
	position: relative;
	top: 0;
}
#vergleich-dlef .left .universell-faecherstaerken .row.row-4 .number, #vergleich-dlef .right .universell-faecherstaerken .row.row-4 .number {
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	white-space: nowrap;
}
#vergleich-dlef .left .preis, #vergleich-dlef .right .preis {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
}
#vergleich-dlef .right .universell-faecherstaerken .row.row-5::before {
	content: "";
	width: 2px;
	background: #d20a11;
	height: 66px;
	position: absolute;
	right: 17px;
	top: -3px;
	transform: rotate(-34deg);
	z-index: 9;
}
#vergleich-dlef .right .universell-faecherstaerken .row.row-5::after {
	content: "";
	width: 2px;
	background: #d20a11;
	height: 66px;
	position: absolute;
	top: -3px;
	left: 17px;
	transform: rotate(34deg);
}
#vergleich-dlef .leichtigkeit-faecher {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
#vergleich-dlef .leichtigkeit-faecher img {
	height: 35px;
	width: auto;
}
#vergleich-dlef .vergleichbild {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
	transition: transform 0.5s, opacity 0.5s;
}
#vergleich-dlef .left .vergleichbild {
	transform: translateX(200%);
}
#vergleich-dlef .left .vergleichbild.open {
	transform: translateX(100%);
	opacity: 1;
}
#vergleich-dlef .right .vergleichbild {
	transform: translateX(-200%);
}
#vergleich-dlef .right .vergleichbild.open {
	transform: translateX(-100%);
	opacity: 1;
}
#vergleich-dlef .vergleichbild .close-vergleich {
	position: absolute;
	z-index: 101;
	top: 0;
	height: 62px;
	width: 62px;
	border: 1px solid #fff;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	transition: color 0.3s, background-color 0.3s;
}
#vergleich-dlef .left .vergleichbild .close-vergleich {
	left: -62px;
}
#vergleich-dlef .right .vergleichbild .close-vergleich {
	right: -62px;
}
#vergleich-dlef .vergleichbild .close-vergleich i {
	font-size: 55px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#vergleich-dlef .left .vergleichbild .close-vergleich:hover {
	color: #333;
	background-color: #fff;
}
#vergleich-dlef .right .vergleichbild .close-vergleich:hover {
	color: #4a4a49;
	background-color: #fff;
}
#vergleich-dlef .vergleich-icon {
	width: 25px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	top: -22px;
	right: -25px;
}
/* Effizienzrechner */

#effizienzrechner-dlef {
	height: 310px;
	transition: height 1s;
	background-color: #e5e5e5;
}
#effizienzrechner-dlef .effiziensrechner-container {
	display: block;
	width: 100%;
	height: 100%;
	padding: 100px 0;
	box-sizing: border-box;
	position: relative;
	background-color: #e5e5e5;
	transition: background-color 0.3s;
	cursor: pointer;
}
#effizienzrechner-dlef .effiziensrechner-container:hover {
	background-color: #d5d5d5;
}
#effizienzrechner-dlef .effiziensrechner-container .effiziensrechner-bannertitel {
	font-size: 110px;
	line-height: 110px;
	position: relative;
	font-family: "may_wilde", serif;
	font-weight: normal;
	color: #4a4a4a;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -80px;
}
#effizienzrechner-dlef .effiziensrechner-container .effiziensrechner-bannertitel i {
	position: absolute;
	font-size: 80px;
	line-height: 80px;
	right: -160px;
	top: 50%;
	transform: translateY(-50%);
}
#effizienzrechner-dlef .effizienzrechner {
	background-color: #e5e5e5;
	padding: 150px 300px;
	display: none;
}
#effizienzrechner-dlef .effizienzrechner .title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 90px;
	float: left;
	width: 100%;
}
#effizienzrechner-dlef .effizienzrechner .left {
	width: 540px;
	float: left;
}
#effizienzrechner-dlef .effizienzrechner .right {
	width: 540px;
	float: right;
}
#effizienzrechner-dlef .effizienzrechner .left .gewunschterLook {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht {
	margin-bottom: 106px;
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht .wimpern-art {
	float: left;
	width: 170px;
	height: 170px;
	position: relative;
	cursor: pointer;
	transition: box-shadow 0.3s;
	box-shadow: 0px 0px 7px 0px rgba(74,74,74,0);
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht .wimpern-art.active {
	box-shadow: 0px 0px 7px 0px rgba(74,74,74,0.2);
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht .wimpern-art::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #4a4a4a;
	opacity: 0.8;
	transition: opacity 0.3s;
	z-index: 9;
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht .wimpern-art:hover::before {
	opacity: 0.7;
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht .wimpern-art.active::before {
	opacity: 0;
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht .wimpern-art:first-child {
	margin-right: 15px;
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht .wimpern-art:last-child {
	margin-left: 15px;
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht .wimpern-art .wimpern-art-img {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht .wimpern-art .wimpern-art-text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	bottom: -40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0.2;
	transition: opacity 0.3s;
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht .wimpern-art:hover .wimpern-art-text {
	opacity: 0.3;
}
#effizienzrechner-dlef .effizienzrechner .left .wimpern-art-uebersicht .wimpern-art.active .wimpern-art-text {
	opacity: 1;
}
#effizienzrechner-dlef .effizienzrechner .left #slider-dlef-kundinnen {
	height: 2px;
	border: none !important;
	margin-bottom: 16px;
}
#effizienzrechner-dlef .effizienzrechner .left #slider-dlef-kundinnen .ui-slider-range {
	background: #4a4a4a;
	height: 4px;
	top: -1px;
}
#effizienzrechner-dlef .effizienzrechner .left #slider-dlef-kundinnen .ui-slider-handle {
	border: none !important;
	background-color: #4a4a4a;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	cursor: grab;
	top: -7px;
	outline: none !important;
	margin-left: -8px;
}
#effizienzrechner-dlef .effizienzrechner .left .slider-dlef-kundinnen-text {
	font-weight: 700;
	text-transform: uppercase;
}

#effizienzrechner-dlef .effizienzrechner .left .slider-dlef-kundinnen-text .akt-slider-wert{
	float: right;
}

#effizienzrechner-dlef .effizienzrechner .right .ll-box {
	margin-bottom: 73px;
}
#effizienzrechner-dlef .effizienzrechner .right .ll-box .ll-box-preis, #effizienzrechner-dlef .effizienzrechner .right .andere-box .andere-box-preis {
	border-bottom: 2px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
#effizienzrechner-dlef .effizienzrechner .right .ll-box .ll-box-preis, #effizienzrechner-dlef .effizienzrechner .right .ll-box .benoetigte-ll-box, #effizienzrechner-dlef .effizienzrechner .right .andere-box .andere-box-preis, #effizienzrechner-dlef .effizienzrechner .right .andere-box .benoetigte-andere-box {
	font-weight: 700;
	text-transform: uppercase;
}
#effizienzrechner-dlef .effizienzrechner .right .ll-box .benoetigte-ll-box > span, #effizienzrechner-dlef .effizienzrechner .right .andere-box .benoetigte-andere-box > span {
	float: right;
}
#effizienzrechner-dlef .effizienzrechner .right .ll-box .ll-box-preis > span, #effizienzrechner-dlef .effizienzrechner .right .andere-box .andere-box-preis > span {
	float: right;
	font-weight: 300;
	text-transform: none;
}
#effizienzrechner-dlef .effizienzrechner .ihr-ersparnis {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 73px;
	font-size: 42px;
	line-height: 42px;
	font-family: "may_wilde", serif;
	font-weight: normal;
	color: #4a4a4a;
	border-bottom: 2px solid #fff;
	padding-bottom: 0;
	margin-bottom: 12px;
	position: relative;
}
#effizienzrechner-dlef .effizienzrechner .ihr-ersparnis .ihr-ersparnis-wert {
	font-size: 42px;
	line-height: 42px;
	position: absolute;
	right: 20px;
	bottom: 0;
}
#effizienzrechner-dlef .effizienzrechner .ihr-ersparnis .sterne-info {
	position: absolute;
	top: 0;
	right: 0;
}
#effizienzrechner-dlef .effizienzrechner .ihr-ersparnis .guenstige-mixbox-info {
	font-size: 14px;
	line-height: 20px;
}
#effizienzrechner-dlef .effizienzrechner .effizienz-button-container {
	display: block;
	margin-top: 90px;
	width: 100%;
	text-align: center;
}
#effizienzrechner-dlef .effizienzrechner .guenstige-mixbox-info {
	margin-top: 70px;
	font-size: 14px;
	line-height: 14px;
}
/* Ergebnisse */

#ergebnisse-dlef {
	background: #fff;
	position: relative;
	padding: 150px 300px;
	box-sizing: border-box;
}
#ergebnisse-dlef .slogan {
	font-size: 280px;
	line-height: 210px;
	position: absolute;
	font-family: "may_wilde", serif;
	font-weight: normal;
	color: #f2f2f2;
	left: 150px;
	top: 150px;
}
#ergebnisse-dlef .left {
	float: left;
	width: 45%;
	padding-top: 200px;
	z-index: 3;
	position: relative;
}
#ergebnisse-dlef .left .title {
	font-size: 30px;
	line-height: 30px;
}
#ergebnisse-dlef .left .body {
	margin-bottom: 70px;
}
#ergebnisse-dlef .bilder-wrapper {
	float: left;
	clear: left;
	width: 100%;
}
#ergebnisse-dlef .masonry-wrapper .items .item {
	width: 33.3333333%;
	height: 300px;
	margin: 0;
	padding: 15px;
	box-sizing: border-box;
}
#ergebnisse-dlef .masonry-wrapper .items .item .item-inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#ergebnisse-dlef .masonry-wrapper .items .item.wide {
	width: 66.6666666%;
}
#ergebnisse-dlef .masonry-wrapper .items .item.high {
	height: 400px;
}
#ergebnisse-dlef .masonry-wrapper .items .item.small {
	height: 200px;
}
/* Kaufen */


#kaufen-dlef {
	background: #e5e5e5;
	position: relative;
	padding: 150px 300px;
	box-sizing: border-box;
}
#kaufen-dlef .slogan {
	font-size: 280px;
	line-height: 210px;
	position: absolute;
	font-family: "may_wilde", serif;
	font-weight: normal;
	color: #f2f2f2;
	left: 150px;
	top: 150px;
	z-index: 9;
}
#kaufen-dlef .left {
	float: left;
	width: 45%;
	padding-top: 460px;
	z-index: 3;
	position: relative;
}
#kaufen-dlef .left .body {
	margin-bottom: 30px;
}
#kaufen-dlef .fan-box {
	position: absolute;
	width: 950px;
	right: -100px;
	top: 110px;
}
#kaufen-dlef .kaufen-banner {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	background-color: #4a4a4a;
	padding: 20px;
	display: inline-block;
	z-index: 99;
	position: absolute;
	bottom: 233px;
	right: 50%;
	transform: translateX(100%);
}
#kaufen-dlef .kaufen-banner .kaufen-preis {
	font-family: "may_wilde", serif;
	display: inline-block;
	position: absolute;
	right: -25px;
	bottom: -83px;
	background: #4a4a4a;
	font-size: 88px;
	line-height: 88px;
	padding: 15px 20px 0 20px;
}

@media all and (min-width: 1921px) {
	#innovativ-dlef {
		width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
	body.node-type-dlef .section-container-inner {
		width: 1320px;
		margin-left: auto;
		margin-right: auto;
	}
	#ergiebig-dlef {
		width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
	#vergleich-dlef {
		width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
	#vergleich-dlef .left::before {
		content: "";
		width: 3000px;
		height: 100%;
		top: 0;
		right: 100%;
		background-color: #333;
		position: absolute;
	}
	#vergleich-dlef .right::before {
		content: "";
		width: 3000px;
		height: 100%;
		top: 0;
		left: 100%;
		background-color: #4a4a49;
		position: absolute;
	}
	#effizienzrechner-dlef .effizienzrechner {
		width: 1320px;
		margin-left: auto;
		margin-right: auto;
	}
	#ergebnisse-dlef {
		width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
	#ergiebig-dlef .right::before {
		content: "";
		position: absolute;
		left: 100%;
		top: 0;
		height: 100%;
		width: 2560px;
		background-color: #f2f2f2;
	}
	#kaufen-dlef .kaufen-dlef-inner {
		width: 1320px;
		margin-left: auto;
		margin-right: auto;
		height: 100%;
		position: relative;
	}
	#kaufen-dlef .slogan {
		left: -150px;
		top: 0;
	}
	#kaufen-dlef .kaufen-banner {
		bottom: 100px;
	}
	#kaufen-dlef .fan-box {
		right: -350px;
		top: -70px;
	}
}
