<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Hella Light';
    src: url('../fonts/helladinuniversal-light-webfont.eot');
    src: url('../fonts/helladinuniversal-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helladinuniversal-light-webfont.woff2') format('woff2'),
         url('../fonts/helladinuniversal-light-webfont.woff') format('woff'),
         url('../fonts/helladinuniversal-light-webfont.ttf') format('truetype'),
         url('../fonts/helladinuniversal-light-webfont.svg#hella_din_universallight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
/*	width:100vw;
	height:100vh;
	margin:0;
	padding:0;
*/}
body {
	font-family: 'Hella Light', Arial, Helvetica, sans-serif;
	background-color: #363636;
	color: #abaaa8;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
body, ul, li {
	padding: 0;
	margin: 0;
}
/* Index*/

.bg {
	background-image: url(../images/index.jpg);
	min-height: 720px;
	padding-top: 120px;
	position: relative;
	z-index: 999992;
	top: -70px;
	background-size: auto 100%;
}

.intro_video{
	cursor:pointer;
	max-width:70%;
	height:auto;
}

#choice-selection {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
}

#choice-selection, .row {
	justify-content: center;
}

.transVehicleChoice, .transChooseLanguage, .transContinue {
	margin-bottom: 0px;
	margin-top: 20px;
    font-size: 17px;
    text-transform: uppercase;
}

.transContinue {
    border: 1px solid #abaaa8;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    width: 120px;
    margin: 30px auto;
    border-radius: 3px;
}

.nav-menu-item {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	display: inline-block;
	margin: 5px;
	padding: 15px 40px 5px 40px;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	flex-basis: content;
}
.nav-menu-item img {
	width: 80px;
	display: block;
	border: 1px solid #333;
	margin: 0 auto;
}

.nav-menu-item-more {
 	background-color: rgba(0,0,0,0.6);
    color: #fff;
    display: inline-block;
    margin: 5px;
    padding: 15px 20px 5px 20px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    box-sizing: border-box;
}
.nav-menu-item-more img {
    height: auto;
    width: 80px;
    display: block;
    margin: 0 auto;
    padding: 0 30px;
    border: none;
    box-sizing: content-box;
}
.flag-row, .link-row {
	text-align: center;
	top: 160px;
	margin: 130px auto 0 auto !important;
}
.flag, .link {
	cursor: pointer;
}

.flag-name {
	font-size: 12px;
}

.link-name {
	font-size: 12px;
}

.vehicle-name {
	font-size: 17px;
}

.legal-btn {
	position:absolute;
	right:0;
	bottom:0;
	padding:10px;
	display:block;
	cursor:pointer;
}

.legal-note {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    margin: 0 auto;
    width: 1280px;
    height: auto;
    background-color: rgba(0,0,0,0.7);
    display: block;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
	cursor:pointer;
}

.legal-note p{
    position: relative;
    left: 50%;
    padding: 30px;
    text-align: center;
    transform: translateX(-50%);
    display: inline-block;
    font-size: 120%;
    max-width: 1280px;
}

.excla-icon {
    position: relative;
    font-size: 40px;
    line-height: -204px;
    z-index: 99999;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    display: block;
}

.close-legal {
	right:0;
	top:0;
	position: absolute;
	font-size: 22px;
    padding: 10px;
}

ul.ul-navigation li {
	/* display: block !important; */
	display: block;
}
.perspective-btn {
	z-index: 2
}
#type-menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	bottom: 0px;
	background: transparent;
	overflow: hidden;
	transition: all 500ms linear;
	z-index: 1;
	max-height: 0px;
}
#lamp-type-menu, #config-menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	bottom: 112px;
	background: transparent;
	overflow: hidden;
	transition: all 500ms linear;
	z-index: 1;
	max-height: 0px;
}
#type-menu .ul-navigation li, #lamp-type-menu .ul-navigation li, #config-menu .ul-navigation li {
	margin-bottom: 0px;
}
 .config-menu-closed {
	max-height: 0px !important;
	transition: all 500ms linear;
}
.type-menu-opend {
	max-height: 400px !important;
	transition: all 500ms linear;
}
.lamp-type-menu-opend {
	max-height: 200px !important;
	transition: all 500ms linear;
}

.config-menu-opend {
	max-height: 300px !important;
	transition: all 500ms linear;
}

.ul-navigation {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 999998;

}
.ul-navigation&gt;li&gt;a {
	margin-left: -1px;
	width: 200px;
	border-top: 1px solid #fff;
	text-align: left;
	padding-left: 26px;
}
#navigation-position, #navigation-position-second {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation-position {
	margin: 0 auto;
	max-width: 1055px;
	opacity: 0.2;
	transition: all 500ms linear;
}

.flex-container {
	padding: 0;
	margin: 0;
	max-width: 100%;
	align-items : center;
	justify-content: center;
	list-style: none;
	-ms-box-orient: horizontal;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	flex-wrap: wrap;
}
.flex-item:nth-of-type(1) {
	order: 1;
}
.flex-item:nth-of-type(2) {
	order: 2;
}
.flex-item:nth-of-type(3) {
	order: 3;
}
.flex-item:nth-of-type(4) {
	order: 4;
}
.flex-item:nth-of-type(5) {
	order: 5;
}
.flex-item {
	padding: 0px;
	margin: 5px;
	text-align: center;
	width: 200px;
}
.flex-item ul li {
	margin-bottom: 10px;
}
.flex-container li {
	color: #fff;
	text-align: left;
	display: inline-block;
}
.menu-item {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	display: block;
	width: 200px !important;
	height: 45px;
	text-align: center;
	margin-bottom: 7px;
	position: relative;
}
.ul-navigation li {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	display: inline-block;
	width: 200px !important;
	height: 45px;
	text-align: center;
}
#navigation-position li ul li:hover {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	display: inline-block;
	width: 200px !important;
	height: 45px;
	text-align: center;
}
.slider-container {
	margin: 0px;
	padding: 0px;
	width: 1280px;
	height: 720px;
}
.slider-stage {
	margin: 0px;
	padding: 0px;
}
.btn-text {
	text-align: left;
}
.btn-block, .btn-block-extra-larger {
	display: block;
}
.btn-block-extra-larger {
/*width: 350px;*/
}
#distance-grid {
	/* cursor: no-drop; */
	cursor:pointer;
}
#eliver-logo-top {
	float: left;
	position: relative;
	top: 0;
	display: block;
	max-width: 100%;
	min-width: 70px;
	height: auto;
}
.logo-link {
	display: block;
}

#hella-logo {
	max-width:100%;
}
#eliver-logo-footer {
	float: left;
	position: relative;
	left: 0px;
	display: block;
	max-width: 100%;
	height: auto;
}
#eliver-headline {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}
#lamp-container {
	position: relative;
	background-color: rgba(0,0,0,0.6);
	height: 200px;
	width: 200px;
	z-index: 999995;
	color: white;
}
#navi-container {
    top: -320px;
    position: relative;
    z-index: 999998;
}
.lamp-headline {
	padding-left: 25px;
	padding-top: 10px;
	color: #aaa;
	width: 137px;
	float: left;
	font-size: 0.8em;
}
.lamp-menu {
	padding-top: 10px;
	width: 50px;
	float: right;
	margin-right: 10px;
	z-index: 9999;
	position: relative;
}
.lamp-button {
	opacity: 0.5;
}
.lamp-button:hover {
	opacity: 1;
}
.lamp-symbols-container {
	float: left;
	display: inline-block;
	margin-left: 10px;
	margin-top: 13px;
	margin-right: 10px;
}
.lamp-symbols {
	float: left;
	clear: both;
	width: 30px;
}
#statuslamp {
	display: inline-block;
	position: absolute;
	width: 33%;
	height: 45px;
	box-sizing: border-box;
	margin: 0;
	left: 35%;
	top: 0;
	cursor: pointer;
	padding-left: 5px;
}
#statuslamp img, #dimlight img, #fourlights img {
	padding: 5px;
	float: left;
	box-sizing: border-box;
	height: 30px;
	width: auto;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
.statuslamp-text {
	display: inline-block;
	float: left;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
.lampstatus {
	display: inline-block;
	clear: both;
	width: 50px;
}
#dimlight {
	display: inline-block;
	position: absolute;
	width: 22%;
	height: 45px;
	box-sizing: border-box;
	margin: 0;
	left: 10%;
	top: 0;
	cursor: pointer;
}
#fourlights {
	display: inline-block;
	position: absolute;
	width: 29%;
	height: 45px;
	box-sizing: border-box;
	margin: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}
.dimlight-text {
	display: inline-block;
	float: left;
	margin-left: 5px;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
/*.abblendlicht {
	cursor: no-drop;
}
.fernlicht {
	cursor: pointer;
}*/
#current_lamp {
	padding-top: 15px;
	width: 100%;
}
#eliver-footer {
	font-size: 80%;
	width: 100%;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #222!important;
	z-index: 999999;
}
.footer-nav {
}
.copyr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.footer-navi {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
	right: 15px;
	text-align: right;
}
.lampSelected {
	border: 2px solid gray !important;
}

/* Override Bootstrap */

*, html, body {
	font-size: 100%;
	line-height: 110%;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #abaaa8;
	border:none;
	outline:none;
}
.btn {
	border-radius: 0px !important;
}
.btn-eliver {
	color: #ddd;
	border: none;
	line-height: 2.5;
}
.btn-eliver:focus, .btn-eliver.focus {
	color: #fff;
	border: none;
}
.btn-eliver:hover {
	color: #fff;
	border: none;
}
.btn-eliver:active, .btn-eliver.active, .open &gt; .dropdown-toggle.btn-eliver {
	color: #fff;
	border: none;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
	width: 1280px;
	margin: 0 auto;
	max-width: 100%;
}
.first-row {
	display: flex;
	align-items: center;

}
.headline-div {
	margin: 0;
	padding: 0;
}
#container .threesixty .threesixty_images img.current-image {
	width: 1280px;
	left: 50%;
	margin-left: -640px;
}
#container .threesixty {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-left: 0px !important;
	background-color: black!important;
	background-image:url(../images/loading.jpg)
}
.footer:before, .footer:after {
	display: none;
}
.footer-both {
	position: relative;
	max-width: 1280px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
/*Vehicle*/
.vehicle-menu-item {
	width: 240px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	display: inline-block;
	margin: 5px;
	padding: 15px 40px 5px 40px;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}
.vehicle-menu-item img {
	width: 130px;
	display: block;
	margin: 0 auto;
}
.vehicle-row {
	text-align: center;
	margin: 0px auto 0 auto !important;
	overflow: hidden;
}
.vehicle-thumb {
	cursor: pointer;
}
a#prev {
	height: 60px;
	width: 30px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.2;
	cursor: pointer;
	z-index: 99999;
	transition: all 500ms linear;
}
a#prev:hover {
	opacity: 1 !important;
	transition: all 500ms linear;
}
a#prev img {
	height: 100%;
	width: 100%;
	display: block;
}
a#next {
	height: 60px;
	width: 30px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.2;
	cursor: pointer;
	z-index: 99999;
	transition: all 500ms linear;
}
a#next:hover {
	opacity: 1 !important;
	transition: all 500ms linear;
}
a#next img {
	height: 100%;
	width: 100%;
	display: block;
}
.info-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-size: 20px;
    color: #a5a5a4;
    padding: 12px 14px 9px 14px;
    background-color: rgba(0,0,0,0.5);
    border: 1px solid grey;
    cursor: pointer;
    z-index: 9999999;
}
#positionMenu {
	padding: 6px 12px 6px 0;
	float: left;
	text-align: left;
}
/* Lampen MenÃ¼ */

* {
	box-sizing: border-box;
}
.lamp-row, .lamp-item-info {
	width: 90%;
	height: 45%;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 99;
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
	background-color: rgba(0,0,0,0.5);
	transition: all 100ms;
	display:none;
	overflow-y: scroll;
}
#lamp-item-headline h2 {
	margin-top: 5px;
}
#product_content {
	position: relative;
	display: inline-block;
	width: 49%;
	height: 100%;
	padding: 20px 0 20px 20px;
}
#product_diagramm {
	position: relative;
	display: inline-block;
	width: 49%;
	height: 90%;
	text-align: center;
	vertical-align: top;
	padding: 20px 0 20px 20px;
}
.lamp-item-info {
	z-index: 98 !important;
	padding: 20px;
}
.lamp-item-text li {
/*list-style-position:inside;*/
}
.lamp-row-open, .lamp-item-info-open {
	position: absolute;
	z-index: 100001 !important;
	display:block;
	transition: all 100ms;
	overflow: hidden;
}
.lamp-row {
	z-index: 1;
}
#video_stage {
	left: 50%;
	margin-left: -640px;
	position: relative;
	z-index: 3;
	-webkit-transform: translate3d(0,0,0);

}





/*#abblendlicht {
	left: 50%;
	margin-left: -640px;
	position: absolute;
	z-index: 4;
	top: 0;
	display: block;
}*/
#fernlicht {
	left: 50%;
	margin-left: -640px;
	position: absolute;
	z-index: 4;
	top: 0;
	display: none;
}
/* Create four equal columns that sits next to each other */
.lamp-column {
	-ms-flex: 100%; /* IE10 */
	flex: 100%;
	max-width: 100%;
	padding-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 0;
}
.lamp-item-id-img {
	width: 120px;
	vertical-align: middle;
}
.lamp-item-id {
	position: relative;
	margin-top: 8px;
	width: 24%;
	height: 100px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	color: white;
	font-size: 10px;
	padding: 5px;
	display: inline-block;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	cursor: pointer;
}
#lamp-item-text &gt; h2 {
	font-size: 26px;
}
#lamp-item-text &gt; p {
	font-size: 12px;
	line-height: 20px;
}
#lamp-item-text &gt; li {
	margin-left: 20px;
	font-size: 14px;
}
#ascrail2001, #ascrail2002 {
	opacity: 1!important;
}
._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ffc828;
}
._mCS_2 .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ffc828;
}
#mCSB_3_dragger_vertical .mCSB_dragger_bar {
	background-color: #ffc828;
}
#mCSB_1_scrollbar_vertical .mCSB_dragger {
	height: 100px;
}
#mCSB_1_scrollbar_horizontal .mCSB_dragger {
	width: 100px;
}
.mCSB_1_scrollbar .mCSB_dragger .mCSB_draggerRail {
	width: 8px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 13px!important;
}

.controls a.previous img.next-img, .controls a.next img.next-img {
    width: 40px;
    padding: 15px;
    box-sizing: content-box;
}


.spinning_play {
	position: absolute;
	opacity:0;
	margin-top: -36px;
    margin-left: -10px;
	width:30px;
	height:30px;
	border: 2px solid transparent;
	border-top-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spinning 5s linear infinite;
	animation: spinning 5s linear infinite;
}
@keyframes spinning {
	0%{
	-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(0deg);  /* IE 9 */
	transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}

	50%{
	-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(360deg);  /* IE 9 */
	transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}

	100% {
	-webkit-transform: rotate(720deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(720deg);  /* IE 9 */
	transform: rotate(720deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

@-webkit-keyframes spinning {
	0%   {
	-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(0deg);  /* IE 9 */
	transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
		50%{
	-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(360deg);  /* IE 9 */
	transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
	-webkit-transform: rotate(720deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(720deg);  /* IE 9 */
	transform: rotate(720deg);  /* Firefox 16+, IE 10+, Opera */
	}
}


@keyframes spinningChange {
	0%{
	-webkit-transform: rotate(720deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(720deg);  /* IE 9 */
	transform: rotate(720deg);  /* Firefox 16+, IE 10+, Opera */
	}

	50%{
	-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(360deg);  /* IE 9 */
	transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}

	100% {
	-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(0deg);  /* IE 9 */
	transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

@-webkit-keyframes spinningChange {
	0%   {
	-webkit-transform: rotate(720deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(720deg);  /* IE 9 */
	transform: rotate(720deg);  /* Firefox 16+, IE 10+, Opera */
	}
		50%{
	-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(360deg);  /* IE 9 */
	transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
	-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(0deg);  /* IE 9 */
	transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

.vbox-overlay {
    z-index: 9991040;
}

.vbox-container{
	overflow-y:hidden!important;
}

.twentytwenty-overlay {
	display: none;
}

#compare-container{
	position:absolute;
	z-index:1;
	width:1280px;
	height: 720px !important;
	margin: 0 auto;
	left: 50%;
	background-position: 0 -4px;
	transform: translateX(-50%);
}

.compare-container-show {
	display:block;
}

#compare-lamp-left{
    text-align: right;
    padding: 10px;
    background-color: rgba(0,0,0,0.6);
    vertical-align: bottom;
    height: 50px;
    box-sizing: border-box;
	line-height: 2.3;
	font-size: 14px;
	width:30%;
	display:inline-block;
}

#compare-lamp-right {
    text-align: left;
    padding: 10px;
    background-color: rgba(0,0,0,0.6);
    vertical-align: bottom;
    height: 50px;
    box-sizing: border-box;
	line-height: 2.3;
	font-size: 14px;
    width:30%;
	display:inline-block;
}

#compare-lamp-center{
    width:10%;
	display:inline-block;
	vertical-align: top;
}

#compare-lamp-left img{
	height:100%;
	width:auto;
	margin: 0 10px 0 10px;
	float:right;
}
#compare-lamp-right img{
	height:100%;
	width:auto;
	margin: 0 10px 0 10px;
	float:left;
}


#compare-lamps-container {
	position: relative;
    top: -85px;
    z-index: 999999;
	width:1280px;
	max-width:100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 1px;
	background: grey;

}

.slide-btn {

	display:none;
}

.container {
    max-height: 820px;
    overflow: hidden;
}

.perspective-btn .lamp-symbols-container .lamp-symbols {
	margin-top:-4px;
}

	#close-compare-mode {
	padding: 5px;
	border: 1px solid #585858;
	background-color: #363636;
	}

.inactive-with-cursor {
	opacity: 0.4;
}

.inactive-remove-cursor {
	pointer-events: none;
}

.inactive, .deactivated {
	opacity: 0.4;
	pointer-events: none;
}

.menu-highlight{
	border: 1px solid #ffc828;
}
#granit-logo{
	margin-right:30px;
	max-width: 168px;
	display:none;
}

/*                                                                                Media Queries   */


@media (min-width: 1199px) {
	#lamp-container2 {
		display:none!important;
	}
	
	#compare-lamps-container {
    top: -102px;
	}
}

@media (max-width: 1199px) {
#navigation-position {
	max-width: 200px;
	position: absolute;
	left: -16px;
	top: 70px;
	opacity: 1!important;
}
#container .threesixty {
	height: 100vh;
}


.footer {
	/*position: relative;*/
}
.flex-item {
	margin: 0px;
}
.menu-item {
	margin-bottom: 0px;
}
.flex-item:last-child .menu-item:last-child {
	border-radius: 0 0 10px 0;
}
#navi-container {
	top: 5%;
	position: absolute;
	z-index: 999998;
	left: -184px;
	transition: all 500ms linear;
}
.navi-container-open {
	top: 5%;
	position: absolute;
	z-index: 999998;
	left: 10px!important;
	transition: all 500ms linear;
}
.flex-container {
	justify-content: left;
}
#lamp-container {
	margin: 0;
}
.slide-btn {
    right: -33px;
    width: 34px;
    height: 52px;
    position: absolute;
    background-color: rgba(0,0,0,1);
    opacity: 0.5;
    top: 15%;
    border-radius: 0 10px 10px 0px;
    cursor: pointer;
    z-index: 9999999;
    transition: all 500ms linear;
    padding-top: 15px;
    display: block;
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
}
.slide-btn:hover {
	opacity: 1;
	background-color: rgba(0,0,0,1);
}



#navi-container .flex-item:nth-of-type(3) #lamp-container {
	border-radius: 0 10px 0 0;
}

#type-menu {
	position: absolute;
	height: 225px !important;
	margin: 0px;
	width:0px;
	padding: 0px;
	left: 200px;
	bottom: -180px;
	background: transparent;
	overflow: hidden;
	transition: all 500ms linear;
	z-index: 1;
	max-height: 400px !important;

}

.type-menu-opend {
	position: absolute;
	height: 225px !important;
	margin: 0px;
	width:200px !important;
	padding: 0px;
	left: 200px;
	bottom: -180px;
	background: transparent;
	overflow: hidden;
	transition: all 500ms linear;
	z-index: 1;
	max-height: 400px !important;
}


#lamp-type-menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 200px;
	bottom: 46px;
	background: transparent;
	overflow: hidden;
	transition: all 500ms linear;
	z-index: 1;
	max-width: 0;
	height: 135px;
	max-height: 135px;
}
.lamp-type-menu-opend {
	width:200px;
	max-width: 200px !important;
	transition: all 500ms linear;
	height: 135px;
	max-height: 135px;
}


.flex-item:nth-of-type(1) {
	order: 2;
}
.flex-item:nth-of-type(2) {
	order: 3;
}
.flex-item:nth-of-type(3) {
	order: 1;
	display: block;
	width: 100%;
	margin: 0 auto;
}
.flex-item:nth-of-type(4) {
	order: 4;
}
.flex-item:nth-of-type(5) {
	order: 5;
}
#lamp-container {
	height: 160px;
}


#lamp-container2 {
	height: 50px;
	position: fixed;
    bottom: 53px;
	left:0;
	right:0;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	z-index: 999995;
	color: white;
}
#lamp-headline2 {
	padding-left: 5px;
	padding-top: 18px;
	color: #aaa;
	width: 180px;
	float: left;
	font-size: 0.8em;
}
#lamp-container2 .lamp-button {
	padding-top: 7px;
	width: 50px;
	float: right;
	margin-right: 10px;
	z-index: 9999;
	position: relative;
}
#lamp-container2 .lamp-menu {
	float:right;
	padding-top:0px;
}

#current_lamp2 {
	height: 50px;
    width: auto;
    padding: 3px;
    float: left;
}

.lamp-button {
	opacity: 0.5;
}
.lamp-button:hover {
	opacity: 1;
}

.lamp-row, .lamp-item-info {
}
.ul-navigation li a {
	border: none;
}
.ul-navigation li:first-child {
	border-radius: 0 10px 0px 0;
}
.ul-navigation li:last-child {
	display: none!important;
}
.ul-navigation li:nth-last-child(2) {
	border-radius: 0 0px 10px 0;
}
#product_content {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 0 20px 20px;
}
#product_diagramm {
	position: relative;
	display: block;
	width: 100%;
	height: 90%;
	text-align: center;
	vertical-align: top;
	padding: 20px 0 20px 20px;
}
#product_diagramm img {
	max-width: 100%;
}


#config-menu {
	position: absolute;
	height: 225px !important;
	max-height: 280px;
	margin: 0px;
	padding: 0px;
	left: 200px;
	bottom: -43px;
	background: transparent;
	overflow: hidden;
	transition: width 500ms linear;
	z-index: 1;
	width: 0px;
}


.config-menu-opend {
	position: absolute;
	height: 225px !important;
	max-height: 280px;
	margin: 0px;
	padding: 0px;
	left: 200px;
	bottom: -43px;
	background: transparent;
	overflow: hidden;
	transition: width 500ms linear;
	z-index: 1;
	width: 200px!important;
}

	#lamp-container{
		display:none;
	}

}

@media (max-width: 1199px) and (min-width: 992px) {
body {
/*	background-color: green; */
}
.slider-stage {
	max-width: 100%;
}
.slider-container {
	max-width: 100%;
}
#lamp-container {
	margin: 0;
}
.footer-both {
	padding: 0 20px;
}
#type-menu {
	bottom: 65px;
}


}

@media (max-width: 991px) and (min-width: 768px) {
body {
/*	background-color: yellow; */
}
.slider-stage {
	max-width: 100%;
	height: 100%;
}
.slider-container {
	max-width: 100%;
	height: 100%;
}
.footer-both {
	padding: 0 20px;
}
#eliver-headline {
	font-size: 14px;
}
}

@media all and (max-width: 991px){
	#compare-lamp-left{
    text-align: right;
	width:44%;
}

#compare-lamp-right {
    text-align: left;
    width:44%;
}

#compare-lamp-center{
    width:10%;
	display:inline-block;
	vertical-align: top;
}

#compare-lamp-left img{
	height:100%;
	width:auto;
	margin: 0 10px 0 10px;
	float:right;
}

#compare-lamp-right img{
	height:100%;
	width:auto;
	margin: 0 10px 0 10px;
	float:left;
}
#compare-lamps-container {
    position: relative;
    top: -85px;
    z-index: 999999;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
	.info-close-btn {
	position: relative;
    top: 0;
    left: 18px;
    width: 50px;
    font-weight: bold;
    color: #a5a5a4;
    padding: 15px 20px;
    background-color: #222;
    cursor: pointer;
    z-index: 9999999;
}
.slide-btn {
	display:block;
}

}

@media (max-width: 767px) {

body {
/*	background-color: red; */
}
.slider-stage {
	max-width: 100%;
}
.slider-container {
	max-width: 100%;
}
.footer-both {
	padding: 0 20px;
}

#lamp-item-headline h2 {
		font-size:20px;
}

	#compare-lamp-left{
    text-align: right;
    padding: 10px;
    vertical-align: bottom;
    height: 50px;
    box-sizing: border-box;
	line-height: 2.3;
	font-size: 14px;
	width:100%;
	display:inline-block;
	border-bottom: 1px solid #585858;
}

#compare-lamp-right {
    text-align: right;
    padding: 10px;
    vertical-align: bottom;
    height: 50px;
    box-sizing: border-box;
	line-height: 2.3;
	font-size: 14px;
    width:100%;
	display:inline-block;
}

#compare-lamp-center{
    position: absolute;
    width: 10%;
    display: inline-block;
    vertical-align: top;
    top: 10px;
    left: 20px;
    padding: 20px;
}

	#close-compare-mode {
	padding: 5px;
    margin-top: -20px;
    margin-left: -20px;
	border: 1px solid #585858;
	background-color: #363636;
	}

#compare-lamps-container {
    top: -85px;

}
#compare-lamp-left img{
	height:100%;
	width:auto;
	margin: 0 10px 0 10px;
	float:right;
}
#compare-lamp-right img{
	height:100%;
	width:auto;
	margin: 0 10px 0 10px;
	float:right;
}

.logo-link {
    display: block;
    max-width: 90px;
    top: 0px;
    position: fixed;
}
.language-container, .vehicle-container, .more-container {
		padding: 75px 15px 0 15px;
	}

.intro_video{
	cursor:pointer;
	margin-top:60px;
	max-width:95%;
}
	#granit-logo {
		max-width: 100px!important;
		right: 0;
		position: fixed;
		top: 0;
	}

	.flag-row, .link-row {
		top: 60px;
	}

}

@media (max-width: 496px) {
/*#type-menu {
		bottom: 0px;
		position: absolute;
		left: 50%;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-left: -100px;
		z-index: 999999;
}*/

.lamp-item-id {
	width: 49%!important;
}
.lamp-row, .lamp-item-info {
	height: 65%;
}
.first-row {
	display: block;
	align-items: center;
}
#eliver-headline {
	font-size: 17px;
	max-width: 90%;
	margin: 20px auto 0 auto;
}
.vehicle-menu-item {

	padding: 15px 15px 5px 15px;
}
.vehicle-row {
	text-align: center;
	margin: -45px auto 0 auto !important;
}
.flag-row, .link-row {
	margin: 15px auto 0 auto !important;
}
.nav-menu-item {
	max-width: 45%;
}
.copyr {
	top: 70%;
	right: 15px;
}
.footer-navi {
	top: 30%;
}
.bg {
	top: -144px !important;
}
.vehicle-bg {
	top: -70px !important;
}
	#lamp-item-headline h2 {
		font-size:20px;
	}
}
.no-link {
	cursor: no-drop !important;
	opacity:0.4;
}


.twentytwenty-handle {
    top: 90%;
    border: 2px solid grey;

}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.lamp-column {
/*  -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;*/
}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.lamp-column {
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
}
.lamp-row, .lamp-item-info {
	height: 65%;
}
}


.compare-container img, .twentytwenty-after, .twentytwenty-before, body{
	-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*/
}

</pre></body></html>