html, body {
    overflow: hidden;
    font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
	background-color: #000;
	height: 100%;
}
.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}

.vimeo-wrapper:before{
    content: "";
    /* background: rgba(0, 0, 0, 0.1); */
    background-image: url('../img/gradient50.png');
    top: 0;
    z-index: 1;
    left: 0;
    background-repeat: repeat-y;
    width: 100%;
    height: 100%;
    position: absolute;
}
.vimeo-wrapper.hide{
	display: none;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
#inspirator{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top:0;
    left:0;
    bottom: 50px;
	width: 100%;
	z-index:0;
}
#capture{
	width:1920px; 
	height: 1080px; 
	padding:0;
	margin:0;
	position:relative;
	z-index:-1;	
	left: -100000px;
	bottom: -100000px;
}
#capture img,#capture canvas{
	width:1920px; 
	height: 1080px; 
	position: absolute;
	top:0;
	left:0;
}

.bottom-button-info{
	background-color: transparent;
	position: absolute;
	bottom: 50px;
	padding-bottom: 10px;
	left: 0px; 
	width: auto;
	min-width: 300px;
	display: none;
}
.bottom-button-info.only-info{
	padding-bottom: 10px;
}
.bottom-button-info .inner{
	background-color: #FFF;
	padding: 20px;
}
.bottom-button-info.only-info .inner{
	padding: 7px;
	padding-left: 20px;
}
.bottom-button-info.only-info .inner h3{
	padding-bottom: 0;
	margin-bottom: 0;
}
.bottom-button:not(.email-button):hover .bottom-button-info,
.bottom-button.email-button .icon:hover .bottom-button-info{
	display: block;
}
.bottom-button-info h3{
	font-size: 20px;
	color: #a51908;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 600;
	font-style: normal; 	
}
.bottom-button-info .share img{
	width: 25px;
	margin-right: 10px;
	display: inline-block;
}
.bottom-button-info .share a{
	color: #000;
}
.bottom-button-info .share a:hover{
	text-decoration: none;
	color: #a51908;
}
.buttons-wrapper.footer{
	display: none;
}
#buttons{
	bottom: 50px;
	position: absolute;
	left:100px;
	z-index: 2;
	height: 20px;

}
#buttons .bottom-button, #buttons .bottom-button .icon{
	margin-right: 10px;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
}

#buttons .bottom-button.hide, #buttons .bottom-button.hide .icon{
	opacity: 0;
}

#buttons .bottom-button.offer{
	width: 184px;

}

.share-button{
	background-image: url('../img/bottom-icon-share.svg');
}
.share-button:hover{
	background-image: url('../img/bottom-icon-share-hover.svg');
}
.download{
	background-image: url('../img/bottom-icon-save-image.svg');
}
.download:hover{
	background-image: url('../img/bottom-icon-save-image-hover.svg');
}
.reload-button{
	background-image: url('../img/bottom-icon-reload.svg');
}
.reload-button:hover{
	background-image: url('../img/bottom-icon-reload-hover.svg');
}
.offer-button{
	background-image: url('../img/bottom-icon-angebot-anfordern.svg');
}
.offer-button:hover{
	background-image: url('../img/bottom-icon-angebot-anfordern-hover.svg');
}
.email-button div.icon{
	background-image: url('../img/bottom-icon-send-email.svg');
}
.email-button:hover div.icon{
	background-image: url('../img/bottom-icon-send-email-hover.svg');
}

#loader{
    background: url('../img/loader.gif') top left transparent;
    background-size: 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    color: #FFF;
    transition: all 0.5s ease;
    z-index: 1;
	opacity: 1;
}
#loader span{
    display: inline-block;
    margin-top: 70px;
}
#loader.hide{
	opacity: 0;
	transition: all 0.5s ease;
}

#burger-menu img{
	width: 100%
}
.button{
	padding: 7px 40px;
	background-color: #a51908;
	color: #FFF;
	font-size: 15px;
	display: inline-block;
	cursor: pointer;
}
.button:hover{
	text-decoration: none;
	color: #000;
}
#footer{
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	height: 50px;
	background-color: #000;
	z-index: 1;
}
#footer img{
	position: absolute;
	right: 100px;
	top: 10px;
	height: 30px;
}
#logo{
	width: 120px;
	position: absolute;
	top: 50px;
	left: 100px;
}
#start-content{
	position: absolute;
	top: 40%;
	left: 100px;
	color: #FFF;
	font-weight: 300;
	font-size: 20px;
}
#start-content h1{
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
}
#start-content h1::after{
	content: ' ';
	width: 200px;
	height: 5px;
	background-color: #FFF;
}
#start-content .subtitle{
	margin-bottom: 30px;
}
#burger-menu{
	display: none;
	transition: all 0.5s ease;
}
#burger-menu.visible{
	display: block;
	position: absolute;
	right: 20px;
	top: 50px;
	width: 40px;
	z-index: 5;
	cursor: pointer;
	transition: all 1s ease;
}
.fullscreen{
	cursor: pointer;
}

#menu.visible{
	right:0;
  	transition: all 0.5s ease;
}

#menu{
	position: fixed;
	top:0;
	right:-600px;
	width: 400px;
	bottom: 0;
	z-index:3;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	transition: all 0.5s ease;
	z-index: 4;
	padding-top: 50px;
	padding-left: 50px;
    overflow-y: auto;

}
#menu > ul > li{
	position: relative;
	font-size: 25px;
	cursor: pointer;
}
#menu > ul > li > span:before {
    content: "+";
    font-size: 34px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 55px;
    font-weight: 300;
    color: #FFF;
    line-height: 27px;
}
#menu > ul > li > span:hover:before{
	color: #f2a900;
}
#menu > ul > li.active > span:before, #menu > ul > li.open > span:before,#menu > ul > li.hover > span:before {
	content: "-";
	color: #f2a900;
}
#menu > ul > li > ul{
	margin-left: 70px;
	font-size: 14px;
}

#menu ul li.active > span,#menu ul li > span:hover, #menu > ul > li.open > span,#menu ul li.hover > span{
	color: #f2a900;
}

#menu ul li ul li{
	position: relative;
	font-size: 16px;
}
#menu ul li ul li:before{
	content: ' ';
	background-image: url(../img/icon-checkbox-ohne-haken.svg);
	width: 15px;
	height: 15px;
	background-size: 15px;
	position: absolute;
    left: -21px;
    top: 3px;

}
#menu ul li ul li.active:before{
	background-image: url(../img/icon-checkbox-mit-haken.svg);
}
#menu ul li ul li.plus-icon:before{
	background-image: url(../img/icon-main-menu-plus.svg);
}
#menu ul li ul li.back-icon:before{
	background-image: url(../img/icon-zurueck-zur-ofenuebersicht.svg);
}

#menu li.only-selected{
	display: none
}
#menu ul.selected li{
	display: none;
}
#menu ul.selected li.only-selected, #menu ul.selected li.active, #menu ul.sub.force-show li{
	display: block;
}
#menu ul.sub.force-show li.only-selected{
	display: none;
}

#menu ul.sub{
	display: none;
	position: relative;
}
#menu ul.sub img.preview{
	position: absolute;
	left: -65px;
    width: 25px;
	top: 0px;
	opacity: 0;
}
#menu ul.sub img.preview.wide{
    left: -70px;
    width: 40px;
}
#menu ul.sub img.preview.visible{
	opacity: 1;
}

#menu li.open ul.sub{
	display: block;
}

.close.visible {
    opacity: 1;
    right: 400px;
    transition: all 0.5s ease;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    background-color: #000;
    padding: 12px;
    position: fixed;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    transition: all 0.2s ease;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
    top: 40px;
    right:-100px;
}
.close-modal{
	cursor: pointer;
	vertical-align: middle;
}
.close-modal img{
	height: 16px;
}
.close img {
    width: 20px;
    height: 20px;
}
.step-hints > div{
	display: none;
	color: #fff;
    border: 1px solid #fff;
    padding: 12px;
    font-size: 20px;
    margin-top: 40px;
    width: 85%;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    cursor: pointer;
    background-color: #a51909;
}

@keyframes shadow-pulse
{
     0% {
          box-shadow: 0 0 0 0px rgba(242, 169, 0, 0.2);
          transform: scale(1);
     }
     100% {
          box-shadow: 0 0 0 35px rgba(242, 169, 0, 0);
          transform: scale(1.05);
     }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

.step-hints > div.visible{
	display: block;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  	animation: fadein 3s;
}
#modal{
	display: none;
	position: fixed;
	left:0;
	top:0;
	bottom:30px;
	right:400px;
	transition: all 0.5s ease;
	background-color: #FFF;
}
#modal a{
	color: #000;
}
#modal a.btn-black{
	color: #FFF;
}

#modal.visible{
	transition: all 0.5s ease;
	display: block;
	z-index: 4;
	overflow-y: auto;
}
div#modal.full{
	/*z-index: 0;*/
	right:0px;
}
#modal .inspirator-modal-content{
	padding: 50px 30px;
}
#modal #ofen-detail{
	margin-left: 10%;
	position: relative;
}
#modal .inspirator-modal-content h2{
	font-size: 25px;
	color: #a51908;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 600;
	font-style: normal; 
}
.mb2{
	margin-bottom: 20px;
}
.mb3{
	margin-bottom: 30px;
}
.title{
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	font-style: normal; 
}
.title strong{
	font-family: gill-sans-nova, sans-serif;
	font-weight: 500;
	font-style: normal; 	
}
.single-ofen, .single-overview-elem{
	width: 24%;
	float: left;
}
.single-ofen img{
	cursor: pointer;
}
.rotate180{
	position: absolute;
    width: 70px;
    bottom: 0;
    right: 0;
    z-index: 3;
    cursor: pointer;
}
.single-ofen .btn, .single-overview-elem .btn{
	font-size: 12px;
	text-align: left;
	padding-left: 15px;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.single-ofen img, .single-overview-elem img{
	max-width: 100%;
	margin-bottom: 15px;
	height: auto;
	display: block;
	cursor: pointer;
}
div.single-ofen img{
	max-width: 120px;
}
.single-overview-elem:not(.single-ofen):hover, .single-overview-elem.hover{
	background-color: #f1f1f1;
}
.single-ofen.hover{
	background-color: #f1f1f1;
}
.btn-red, .btn-black{
    padding: 7px 20px;
    background-color: #a51908;
    color: #FFF;
    font-size: 15px;
    display: inline-block;
    border-radius: 0px;
    margin-bottom: 7px;
}

.btn-black{
	background-color: #000;
}
.btn-black:hover,.btn-red:hover{
	color: #FFF;
}
.btn-check::before{
	content: ' ';
    background-image: url(../img/icon-checkbox-mit-haken.svg);
	width: 17px;
    height: 17px;
    background-size: 17px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
	display: inline-block;
}
.btn-search::before{
	content: ' ';
	background-image: url(../img/icon-lupe-mehr-infos.svg);
	width: 17px;
    height: 17px;
    background-size: 17px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
	display: inline-block;
}
.btn-back::before{
	content: ' ';
	background-image: url(../img/icon-zurueck-zur-ofenuebersicht.svg);
	width: 17px;
    height: 17px;
    background-size: 17px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
	display: inline-block;
}
.p20{
	padding: 20px;
}
#ofen-detail{
	/*background-image: url(../img/hintergrund-verlauf-bei-produktdetail.jpg);*/
	/*background-size: cover;*/
	background-color: #FFF;
	height: 100%;

}
#ofen-detail img.ofen-big{
	height: 70%;
	position: absolute;
	bottom: 10%;
    left: 15%;
}
#ofen-detail .detail-info{
    position: absolute;
    float: left;
    left: 34%;
    display: inline-block;
    width: 50%;
    bottom: 7%;
}
#ofen-detail-container{
	position: relative;
}
#ofen-detail .rotate{
	position: absolute;
	left: 0;
	bottom: 7%;
	width: 15%;
	min-width: 90px;
	z-index: 1;
}
.small-hint{
	margin-top: 50px;
	font-size: 12px;
	padding: 20px;
}
.gill-sans-nova-light{
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.gill-sans-nova-book{
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.gill-sans-nova-medium{
	font-family: gill-sans-nova, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.gill-sans-nova-semibold{
	font-family: gill-sans-nova, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.footer-menu{
    position: relative;
    left: -30px;
    right: 20px;
    margin-top: 50px;
}
.footer-menu .footer-logo{
	width: 80px;
}
.footer-menu .footer-content{
	float:right;
	text-align: right;
	color: #FFF;
}
.footer-menu .footer-content a{
	color: #FFF;
}
.footer-menu .footer-content a:focus{
	outline:none;
}
.footer-menu .footer-content .icon{
	margin-left: 15px;
	margin-top: 10px;
	width:35px;
}
#img360{
	/*width: 20%;
	max-width: 20%;*/
	margin-top: 50px;
	display: none;
}
#img360outer{
    position: relative;
    margin-left: 5%;
    width: 30%;
    max-width: 350px;
    float: left;
    min-height: 600px;
}
#img360outer img{
	max-width: 100%;
}
.email-box{
	font-size: 14px;
	width:500px;
	display: none;
}
.email-box .closecross, .share-box .closecross{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.email-box.visible{
	display: block;
}
body > .email-box.visible{
	display: none;
}
.email-box > div{
	margin-bottom: 5px;
}
.email-box label{
	display: inline-block;
	width: 29%;
}
.email-box input,.email-box textarea{
	border: none;
	border-bottom: 1px solid #000;
	font-size: 14px;
	color: #666;
	width: 70%;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  border-radius: 0px;
	  box-shadow: none;
}
.email-box input{ 
	min-width: 150px;
}
.email-box textarea{
	width: 100%;
	height: 100px;
}
.email-box .btn{
	font-size: 14px;
	margin-top: 15px;
	padding: 5px 15px;
}
.share-box .closecross{
	display: none;
}
.share-modal {
	margin-left: 20%;
	margin-left: 10%;
	max-width: 40%;
}
.share-modal img{
	width: 25px;
}

.instagram{
	display: none;
}
.footer-menu.only-mobile img.industries{
	height: 30px;
}
.cookie-notice-container {
    padding: 10px;
}
#cookie-notice{
	color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
}
#cookie-notice .button{
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}
#cookie-notice .button {
    margin-left: 10px;
}
a#close, a#cn-more-info {
    border-radius: 0px !important;
    background: #f2a900 !important;
    border: none !important;
    color: white !important;
    text-shadow: none !important;
}
.single-overview-elem img.room-loupe{
	height: 26px;
	float: right;
}
/*canvas{
	max-width: 1920px;
	max-height: 1080px;
	width: 100% !important;
	height: auto !important;
}*/