.shadow {
	box-shadow: 0 2px 22px 0 rgba(0,0,0,.14),
		/*0 3px 24px -2px rgba(0,0,0,.2),*/
	0 1px 21px 0 rgba(0,0,0,.62);
}

.ui-dialog
{
	padding: 0;
}

.ui-widget
{
	font-family: inherit;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0;
	background: none;
	overflow: visible;
}

.ui-widget-content {
	color: inherit;
	background: transparent;
	/*#ffffffaa;*/
}

.ui-widget.ui-widget-content {
	/*border: 1px solid #25454A;*/
	border:none;
}

.ui-dialog-titlebar
{
	background: #869599;
	height: 30px;
	border: 0;
	padding: 0 !important;
	border-radius: 0 !Important;
}

.ui-button
{
	background:transparent !important;
	border: none !important;
	color: #ffffff;
	outline: 0;
}

#dim_22 .ui-spinner, 
#dim_33 .ui-spinner{
	border: 2px solid #2D444B !important;
	border-top-left-radius: 0px; 
	border-top-right-radius: 0px; 
}
.ui-spinner
{
	position: absolute;
	z-index:100;
	/*margin-top: -25px;*/
	/*margin-left: 50%;*/
	width: auto;
	height: 35px;
	background: #ffffff;
	border-radius: 5px;
	pointer-events: auto;
	display: flex;
	flex-wrap: nowrap;
}

.ui-spinner-input {
	position: relative !important;
	margin: 0;
	padding-left: 7px;
	padding-right: 7px;
	outline: 0;
	width: 40px;
	text-align: center;
	height: 100%;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
	font-weight: bold;
	vertical-align: middle;
}

.spinner_infotext
{
	position: absolute;
	width: 0px;
	height: 35px;
	right: 0px;
	white-space: nowrap;
	background-color: #334f57;
	border: 2px solid #2D444B !important;
	border-radius: 5px;
	color: #ffffff;
	font-size:10px;
	z-index: 20;
	padding: 2px 0 0 4px;
}

.spinner-arrow
{
	width:100%;
	height: 100%;
	opacity: 0.5;
	cursor:pointer;
	font-size:22px;
}

.spinner-arrow:active,.spinner-arrow:hover
{
	opacity: 1.0;
}


.spinner-arrow.up
{
	margin-top: -1px;
	-webkit-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;

}

.spinner-arrow.down
{
	-webkit-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;

}


.ui-spinner-button
{
	position: relative;
	height: 100%;
	width: 30%;
}

.ui-corner-all
{
	border-radius: 5px;
}

#hidden
{
	display:none;
}

.hidden
{
	display:none !important;
}

#keyb
{
	background: #EBE8E2dd;
}

/*div[aria-describedby*="keyb"]*/
/*{*/
/*transition: all 0.5s;*/
/*}*/


#panel_container
{
	display: flex;
	/*overflow: hidden;*/
}

#panel_menu
{

	padding: 0;
	width: 180px;
}

#panel_menu .elem
{
	display: flex;
	cursor: pointer;
	width: 100%;
	height: 42px;
	line-height: normal;
	overflow: hidden;
	text-align: left;
	border: 0;
	/*margin-bottom: 3px;*/
	padding: 0;
	margin-right:.5em;
	overflow: hidden;
	text-overflow: ellipsis;
}

#panel_menu > .elem {
	background: #ffffff;
}

.noarrow:after{
	border:none !important;
}

#panel_menu .elem.active:after {
	content:'';
	position:absolute;
	z-index: 100;
	left: 180px;
	height: 10px;
	width: 20px;
	margin-top: 10px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #2D444B;
}

#panel_menu .icon {
	float: left;
	margin: 5px 0 0 0 !important;
	width: 32px !important;
	height: 32px !important;
	margin-left: 10px;
	opacity: 0.5;
}
#panel_menu .reset .icon {
    height: 21px !important;
    margin-top: 10px !important;
}
#panel_menu .elem.disabled .title {
	color: #9FA5A7;
}

#panel_menu .title {
	color: #111111;
	font-size: 12px !important;
	line-height:42px;
	margin-left:10px;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #B0B8B8;
}

#panel_menu .fraesungen .title
{
	border-bottom: none !important;
}

.fertig
{
	border-top: 2px solid #B0B8B8;
}
.fertig .title
{
	border-bottom: none !important;
}
.reset .title
{
	border-bottom: none !important;
}


#panel_elements
{
	background: #f6f6f6;
	width: 200px;
	max-height: 588px;
	/*overflow-y: scroll;*/
	padding-left:5px;
	margin-left: 2px;
}

#panel_elements .scrollLayer_2,
#panel_elements .scrollLayer
{
	padding: 10% 15%;
	width:100%;
	height:100%;
	max-height:100%;
	overflow-y: scroll;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}
#panel_elements .scrollLayer_2{
	display: none;
}
#panel_elements.submenu_active .scrollLayer {
	width: 197px;
	float: left;
}
#panel_elements.submenu_active .scrollLayer_2 {
	width: 50%;
	float: left;
}

#panel_elements.submenu_active {
	width: 400px;
}

#panel_elements .elem.haus.active,
#panel_elements .elem.textures.active,
#panel_elements .elem.colors.active{
	background: #2D444B;
}
#panel_elements .elem
{
	position: relative;
	cursor: pointer;
	width: 153px;
	height: 153px;
	background: #ffffff44;
	/*border: 1px solid #ccccca;*/
	border-radius: 3px;
	text-align: center;
	/*border-right: 2px solid #ebedee;*/
	margin: 0 5px 5px 0;

	display: flex;
	align-content: space-around;
	flex-wrap: wrap;
	transition: background 0.2s;
}

#panel_elements .elem:hover
{
	background-color: #f6f6f6;
}

#panel_elements .elem .title {
	font-size: 10px !important;
	text-align: center;
	line-height: normal;
	margin-top: 3px;
	padding: 0 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*position: absolute;*/
	bottom: 0;
}

#panel_request
{
	background: #f6f6f6 !important;
	/*background: #EBE8E2dd;*/
	width: 400px;
	max-height: 700px;
	overflow-y: scroll;
	padding: 5% 7.5%;
	margin-left: 2px;
	display: none;
}
#panel_materials2
{
	background: #f6f6f6;
	width: 300px;
	max-height: 500px;
	padding: 5% 7.5%;
	margin-left: 2px;
	margin-bottom: 4px;
}
#panel_settings
{
	background: #f6f6f6;
	width: 45%;
	position: fixed;
	top: 104px;
	right: 0px;
	min-height: calc(100% - 104px);
	overflow-y: scroll;
	padding: 5% 7.5%;
	margin-left: 2px;
}
#panel_materials2-settings,
#panel_settings.settings{
	overflow: scroll;
}

.uibtn path {
	fill: #2D444B;
	stroke: #2D444B;
	stroke: none;
	/*stroke-width: 0.4px;*/
}

.uibtn:hover path {
	fill: #ffffff;
	/*stroke: #ffffff;*/
}

.closebtn
{
	position:absolute;
	z-index: 11100;
	right: 12px;
	top:-23px;
	height: 16px;
	width: 16px;
	cursor:pointer;
	/*margin-top: -10px;*/
}

.backbtn
{
	position:absolute;
	z-index: 11100;
	right: 32px;
	top:-23px;
	height: 16px;
	width: 16px;
	cursor:pointer;
	/*margin-top: -10px;*/
}

.selicon
{
	position: absolute;
	z-index: 11100;
	right: 5px;
	top: 7px;
	float: right;
	height: 22px !important;
	width: 22px !important;
	cursor: pointer;
	/* margin-top: -10px; */
	background: #ffffff;
	padding: 2px;
	margin: 3px !important;
	border-radius: 4px;
}
.selicon img
{
	margin-top: -4px !important;
}





.color {
	width: 110px;
	height: 110px;
	margin: 0 auto;
}

.menu .elem img {
	/*width: 100%;*/
	margin-top: 10px;
	max-width: 110px;
	max-height: 110px;
	margin: 0 auto;
	border-radius: 2px;

}

.menu .elem.deselect_haus > img, 
.menu .elem.indiLicht > img {
    max-width: 60px;
    padding-top: 10px; 
}

.menu .texture > img {
	margin-top: 0;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	border-radius: 2px;
}



.menu .licht,.menu .lichtSeitenstock
{
	background: #d0d6d4 !important;
}

.menu .fullwidth
{
	width: 100% !important;
	height: 285px !important;
}

.menu .fullwidth img
{
	width: 96% !important;
	max-width: 96% !important;
	max-height: 84% !important;
}



.menu .haus img
{
	max-width: 129px;
	max-height: 97px;
	margin-top:10px;
}

.menu .tuer
{
	width: 153px !important;
	height: 275px !important;
}
.menu .tuer img
{
	max-width: 110px;
	max-height: 240px;
	margin-top:10px;
}

.menu .zylinderelem
{
	width: 153px !important;
	height: 153px !important;
}
.menu .zylinderelem img
{
	max-width: 110px;
	max-height: 110px;
}

.menu .finger
{
	width: 153px !important;
	height: 153px !important;
}
.menu .finger img
{
	max-width: 110px;
	max-height: 110px;
}

.menu .griff
{
	width: 153px !important;
	height: 275px !important;
}
.menu .griff img
{
	max-width: 110px;
	max-height: 240px;
	margin-top:10px;
}

.menu .griffk img
{
	max-width: 110px !important;
	max-height: 110px !important;
}

.menu .wetter
{
	width: 153px !important;
	height: 85px !important;
}
.menu .wetter img
{
	max-width: 110px;
	max-height: 14px;
	margin-top:10px;
}



/*
.menu .elem .icon {
	margin-top: 20px;
	width: 40px;
	height: 40px;
}
*/
.menu .elem .title {
	color: #334f57;
	font-size: 12px;
	margin: 0 auto;
	width: 100%;
}

.menu .elem .kat {
	color: #ebedee;
	bottom: 55px;
}



.disabled {
	opacity: 0.5;
	cursor: not-allowed !important;
}

.elem.disabled {
	display: none;
}

.elem.inactive {
	opacity: 0.2;
}

#panel_menu{
	background: #ffffff;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

#panel_menu > .elem.active,
.elem.active {
	background: #ffffff !important;
	color: #000;
	border-bottom: 4px solid #d21515;
}
.elem.active .title{
	color: #000 !important;
	border: none !important;
}
.elem.active .icon {
	opacity: 1.0 !important;
}
.elem.active .icon path {
	fill: white;
	/*stroke: white;*/
}

.elem.licht.fullwidth,.elem.lichtSeitenstock.fullwidth
{
	height: 173px !important;
}

h2
{
	font-size: 16px;
	font-weight: 800;
	color: #2D444B;
	font-weight: bolder;
	margin-top:0;
}

h3
{
	font-size: 16px;
	color: #2D444B;
	font-weight: normal;
	line-height: normal;
	margin-top:0;
}

h4
{
	font-size: 14px;	
	color: #2D444B;
	font-weight: normal;
	line-height: 20px;
	/*line-height: normal;*/
	margin-top:0;
}

.nextcheckbox
{
	line-height: 30px;
	margin-bottom: 0px;
}
.nextcheckbox.active
{
	background: #2D444B !important;
}

.nextcheckbox.holz.active.checktitle,
.nextcheckbox.lack.active.checktitle,
.nextcheckbox.holzstockholz.active.checktitle,
.nextcheckbox.holzstocklack.active.checktitle,
.nextcheckbox.lackstocklack.active.checktitle
{
	color: white !important;
	border: none !important;
}

.nextcheckbox.active:after {
    content: '';
    position: absolute;
    z-index: 100;
    left: 180px;
    height: 10px;
    width: 20px;
    margin-top: 10px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #2D444B;
}

.subblattholz
{
	margin-top: 15px;
}

p
{
	font-size: 12px;
	color: #2D444B;
	line-height: normal;
}

hr
{
	border: none;
	margin: 0;
	border-bottom: 2px dotted #2D444B;
	margin-bottom: 10px;
	width: 97%;
}

.formblock
{
	font-size: 12px;
	color: #2D444B;
	/*line-height: normal;*/
	margin-bottom:10px;
	display: flex;
	flex-wrap: wrap;
}
.formblock .formheader
{
	width: 100%;

}

.formblock .form
{
	display: flex;

}

.formblock .formlabel
{
	font-size: 12px;
	line-height: 30px;
}

.formblock .formsep {
	margin-top: 10px;
}

.formblock .formsepleft {
	margin-left: 10px;
}


.formflex_container{
	display: flex;
}

.formflex_container .formlabel {
	line-height: 12px;
}

.mandatory
{
	margin-left:4px;
	color: #ffffff88;
}

.seitenstock {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.seitenstock {
	/*
	border: 1px solid #3c505a;
	padding: 10px;
	*/
}

/*
.seitenstock.right,.seitenstock.both,.seitenstock.none,
.seitenstockContainer.right p,.seitenstockContainer.both p,.seitenstockContainer.none p {
	margin-left: 30px;
}
*/

.activeSeitenstock img{
	-webkit-box-shadow: 0px 0px 30px 5px #ebedee;
	-moz-box-shadow: 0px 0px 15px 5px #ebedee;
	box-shadow: 0px 0px 15px 1px gray;
}

.activeSeitenstock p{
	font-weight: bold
}

div.standardmassradio {
	/*border: 1px solid #ff00ff !important;*/
	position:relative;
	bottom:0;
	left:0;
}

div {
	/* border: 1px solid #ff00ff !important; */
}

body {
	display: block;
	margin: 0;
	color: rgba(51,79,87,0.7);
	background-color: #C9CED0;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	user-select: none;
	transition: background-color 1s;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.header {
	height: 80px;
	border-bottom: 1px solid rgb(51,79,87);
	text-align: center;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.6;
	color: rgb(51,79,87);
}

.logo {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 80px;
	z-index: 10;
}

.refresh {
	position: absolute;
	right: 10px;
	top: 30px;
	height: 140px;
	cursor: pointer;
	z-index: 10;
}

.container {
	position: absolute;
	margin: 0 auto;
	/*margin-top: 50px;*/
	z-index: 10;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(166,168,169,1);
	/*
	-webkit-box-shadow: 0px 0px 15px 5px #ebedee;
	-moz-box-shadow: 0px 0px 15px 5px #ebedee;
	box-shadow: 0px 0px 15px 5px #ebedee;
	*/
}

#bg
{
	position: absolute;
	margin:0 auto;
    top: 104px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #ccc;
	width: 100%;
	height: calc(100% - 104px);
	z-index: 1;
	transition: background-position .5s ease-out, height .5s ease-out, background-size .5s ease-out;
}


.bg_asset
{
	display: none;
	pointer-events: none;
	position: absolute;
	z-index: 100;
	width:1000px;
	height:1000px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

body #bg_asset1
{
	background-image: url(../assets/fassaden/pot.png);
	width:400px;
	height:400px;
	z-index: 99999;
	left: -50%;
	top: 100% !important;
	transform: translate3d(0,calc(-100% - 4vH),0);
	transition: top .5s ease-out, width .5s ease-out, height .5s ease-out, left .5s ease-out;
}

#bg_asset2
{
	background-image: url(../assets/fassaden/klingel.png);
	width:64px;
	height:88px;
	left: -999px;
	top: 50%;
	transition: top .5s ease-out, left .5s ease-out, width .5s ease-out, height .5s ease-out;
}

#bg_asset3
{
	background-image: url(../assets/fassaden/light1.png);
	width:655px;
	height:640px;
	transition: top .5s ease-out, left .5s ease-out;
}


#bg_asset4
{
	display: none;
    width:166px;
    height:135px;
}


#horizon
{
	display:none;
	position: absolute;
	margin:0 auto;
	left: 0px !important;
	right: 0px !important;
	background-image:url(../assets/img/horizon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
}

#ovl_shadow
{
	background-image:url(../assets/img/shadow.png);
	transition: transform .5s ease-out, top .5s ease-out;
}

#schwelle
{
	/*display:none;*/
	position: absolute;
	margin:0 auto;
	height:5px;
	background-image:url(../assets/img/schwelle1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
	border: 1px solid #444;
	border-top: 1px solid #ccc;
}

.dimvis
{
	display:none;
	position: absolute;
	/*opacity: 0.0;*/
	/*transition: top .25s ease-in-out;*/
}

.visible
{
	display:block !important;
}

.dimvis_sub
{
	display:none;
	/*transition: opacity .25s ease-in-out;*/
}

.visible_sub
{
	display:block !important;
}

.paper {
	margin: 0 auto;
	z-index: 11;
	position: relative;
	border: 1px solid gray;
	box-sizing: border-box;
}
.paper.has_haus:before {
	pointer-events: none;
	content: "";
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -12px;
	left: 0px;
	margin-left:-20px;
	border-top: 12px solid rgba(35, 35, 35, 0.55);
	border-right: 20px solid rgba(143, 141, 140, 0.43);
	border-bottom: 6px solid rgba(134, 134, 134, 0.59);
	border-left: 20px solid rgba(78, 78, 78, 0.45);
}

.dim
{
	border: 0.1em dotted #2D444B;
	position: absolute;
	pointer-events: none;
}
.dimtext
{
	font-size: 14px;
	color:#2D444B;
	position: absolute;
}

#dim_1
{
	border-left:none;
	border-bottom:none;
}
#dim_21
{
	border-bottom:none;
	border-top:none;
}

#dim_22
{
	border-top:none;
}
#dim_23
{
	border-top:none;
	border-bottom:none;
}
#dim_24
{
	border-bottom:none;
	border-top:none;
}
#dim_31
{
	border-left:none;
	border-right:none;
	border-bottom:1px solid #2D444B;
}

#dim_32
{
	max-width: 80px;
	border-right:none;
	/* border-bottom:none; */
}
#dim_33
{
	border:none;
	/*display: flex;*/
}
#dim_4
{
	border-right:none;
	border-left:none;
	/*border-right:none;*/
}
.arrow_horz
{
	margin-top:20px;
	width:99%;
	display: flex;
	flex-wrap: nowrap;
}

.arrow_horz div:nth-of-type(2)
{
	height:1px;
	width:99%;
	margin:0.3em 0 0 0;
	border-bottom: 0.05em solid #2D444B;
}

.arrow_vert
{
	margin-left:81px;
	height:99%;
	display: flex;
	flex-wrap: wrap;
	width: 13px;
}

.arrow_vert div:nth-of-type(2)
{
	flex-basis:100%;
	width:1px;
	height:99%;
	margin:-0.4em 0 0 5px;
	border-left: 0.05em solid #2D444B;
}

.arrow
{
	width:12px;
	height:12px;
}
.arrow-up {
	margin-top:0px;
	-webkit-transform:rotate(0deg);
}

.arrow-down {
	margin-top:-8px;
	-webkit-transform:rotate(180deg);
}

.arrow-right {
	margin-right:0px;
	-webkit-transform:rotate(90deg);
}

.arrow-left {
	margin-left:0px;
	-webkit-transform:rotate(270deg);
}

.arrow_spinner
{
	position: absolute;
	/*z-index:100;*/
}

#infotext
{
	display: none;
	width: 170px;
	height: 170px;
	pointer-events: none;
	position: absolute;
	color: #2D444B;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.bubble,
.bubble1
{
	transition: transform 0.3s;
	/*transform: scale(0.8);*/
	position: absolute;
	z-index:200;
	width: 170px;
	height: 170px;
	background: #2D444B;
	border-radius: 100px;
	color: #ffffff;
	padding: 30px;
	display: none;
	cursor: pointer;
	outline: none;
}
.bubbletext,
#bubbletext1
{
	pointer-events: none;
	position: absolute;
	z-index:201;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 170px;
}

.bubblestart {
	transition: transform 0.3s;
	/*transform: scale(0.8);*/
	position: absolute;
	z-index:200;
	width: 210px;
	height: 210px;
	background: #c81930;
	border-radius: 120px;
	color: #ffffff;
	padding: 30px;
	display: none;
	cursor: pointer;
	outline: none;
}
.bubblefertig {
	transition: transform 0.3s;
	/*transform: scale(0.8);*/
	position: absolute;
	z-index:200;
	width: 170px;
	height: 170px;
	background: #2D444B;
	border-radius: 100px;
	color: #ffffff;
	padding: 30px;
	display: none;
	cursor: pointer;
	outline: none;
}

.bubbletextstart,
#bubbletextstart,
.bubbletextfertig,
#bubbletextfertig
{
	pointer-events: none;
	position: absolute;
	z-index:201;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 170px;
}

.bubble2
{
	transition: transform 0.3s;
	/*transform: scale(0.8);*/
	position: absolute;
	z-index:200;
	width: 170px;
	height: 170px;
	background: #2D444B;
	border-radius: 100px;
	color: #ffffff;
	padding: 30px;
	display: none;
	cursor: pointer;
	outline: none;
}
#bubbletext2
{
	pointer-events: none;
	position: absolute;
	z-index:201;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 136px;
}

.bubblestart:before
{
	pointer-events: none;
	display: block;
	content: '';
	width: 0px;
	height: 0px;
	-webkit-transform: rotate(100deg) !important;
	transform: rotate(143deg) !important;
	margin-top: 52px;
	margin-left: -32px;
	border-style: solid;
	border-width: 98px 0 0 42px;
	border-color: transparent transparent transparent #c81930; /*#c81930;*/
}

.bubble1:before, 
.bubble3:before,
.bubble2:before,
.bubblefertig:before
{
	pointer-events: none;
	display: block;
	content: '';
	width: 0px;
	height: 0px;
	-webkit-transform: rotate(100deg) !important;
	transform: rotate(208deg) !important;
	margin-top: -37px;
	margin-left: -20px;
	border-style: solid;
	border-width: 98px 0 0 36px;
	border-color: transparent transparent transparent #2D444B;
}
#bubbletext3{
	max-width: 165px;
}
.bubble1:before, 
.bubble3:before,
.bubblefertig:before
{
	margin-left: -28px;
	transform: rotate(139deg) !important;
	margin-top: 41px;

}

.otherside, .otherside .bubbletext .bubbletextfertig .bubbletextstart
{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.bar img {
	max-height: 50px;
	max-width: 50px;
}


.flipH {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.menu .bar {
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}

.menu.materials2 {
	height: 600px;
}

.menu.settings {
	height: 600px;
	/*opacity: 0.9;*/
	/*background: white;*/
}

.menu.post {
	/*background: white;*/
}

.menu.elements {
	/*background: white;*/
}

.postContainer {
	padding: 10px;
}

.whiteBG {
	background: white !important;
}
#panel_menu > .elem.fertig{
	background: #ffffff;

}
.fertig {
	background: #869599;
	display: none;
	border: none;
	color: #ffffff !important;
}

.fertig .title {
	color: #ffffff !important;
}
.fertig .icon {
	/*stroke: #ffffff !important;*/
	fill: #ffffff !important;
}

.fertig table {
	height: 50px;
	width: 150px;
}

.fertig img {
	width: 50px;
	height: 50px;
}

.clear {
	clear: both;
}
.darkFont {
	color: rgb(51,79,87);
}

.button:visited {
	border: 0;
}

.requestform {
	width: 100%;
	background: rgba(0,0,0,.1);
	border-radius: .5em;
	padding: 1em;
	border: 0px;
	/*margin-top: 5px;*/
}

textarea {
	height: 200px;
}

/*input:invalid {*/
	/*border: 2px dotted #2D444B;*/
/*}*/

button[type=submit]{
	background: #2D444B !important;
	color: #ffffff;
	cursor: pointer;
}

.request--loader{
	background: #fff;
	padding: 10%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	border-radius: 2em;
	margin-top: 2em;
	transform: translate3d(0, 0, 0);
	transition: transform .5s ease-in-out;
}

.request--loader img{
	display: block;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
}

input[type=checkbox]:not(old){
	opacity : 0;
	cursor: pointer;
	/*max-width: 1px;*/
	/*max-height: 1px;*/
	width: 1px;
	height: 1px;
	margin: -3px;
	/*padding: 0px;*/
	/*visibility: hidden;*/
	/*display: none;*/
}
input[type=checkbox]:not(old) + label{
	display      : inline-block;
	line-height  : 1.5em;
	cursor: pointer;
}
input[type=checkbox]:not(old) + label > span{
	display          : inline-block;
	width            : 25px;
	height           : 25px;
	margin           : 3px 6px 3px 3px;
	border           : 2px solid #2D444B;
	border-radius    : 5px;
	background       : #e9ecef;
	vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span > span{
	display          : block;
	width            : 11px;
	height           : 11px;
	margin           : 5px;
	border           : 1px solid #e41314;
	border-radius    : 50%;
	background       : #e41314;
}

input[type=radio]:not(old){
	opacity : 0;
	cursor: pointer;
	/*max-width: 1px;*/
	/*max-height: 1px;*/
	width: 1px;
	height: 1px;
	margin: -3px;
	/*padding: 0px;*/
	/*visibility: hidden;*/
	/*display: none;*/
}

input[type=radio]:not(old) + label{
	display      : inline-block;
	/*margin-left  : -10px;*/
	line-height  : 1.5em;
	cursor: pointer;
}

input[type=radio]:not(old) + label > span{
	display          : inline-block;
	width            : 25px;
	height           : 25px;
	margin           : 3px 6px 3px 3px;
	border           : 2px solid #2D444B;
	border-radius    : 5px;
	background       : #e9ecef;
	vertical-align   : bottom;
}

input[type=radio]:not(old):checked + label > span > span{
	display          : block;
	width            : 11px;
	height           : 11px;
	margin           : 5px;
	border           : 1px solid #e41314;
	border-radius    : 50%;
	background       : #e41314;
}

.bigRadio:not(old) + label > span{
	width            : 30px !important;
	height           : 30px !important;
}

.bigRadio:not(old):checked + label > span > span{
	width            : 12px !important;
	height           : 12px !important;
	margin           : 8px !important;
}

input[type=number]:not(.requestform) {
	padding: 10px;
	border: none;
	background: #e9ecef;
	width: 80px;
	font-size: 16px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
}

select {
	width:150px;
	padding:.75em 1em .5em 1em;
	background-color:#e9ecef;
	background-image:url(../assets/ui/select-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}

#small_screen_warning {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 999999999;
    background-color: #C9CED0;
}
#small_screen_warning .overlay {
    width: 50%;
    min-width: 200px;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#small_screen_warning .overlay_logo {
    height: 80px;
    margin-bottom: 20px;
}

.overlay p {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
	#small_screen_warning .overlay {
		position: static;
		transform: none;
		margin-top: 50px;
		width: 80%;
	}
}
.arrow_vert div.set_value:nth-of-type(2), 
.arrow_horz div.set_value:nth-of-type(2), 
.set_value {
	opacity: 0.5; 
	transition: all 300ms; 
	border-bottom: none; 
	height: auto; 
	width: 20px; 
	margin: 0px; 
	border-left: 0px; 
	float: left; 
}
.set_value.active{
	cursor: pointer;
	opacity: 1; 
}
.set_value .icon {
	width: 20px;
    height: 20px;
    margin-top: 6px;
	opacity: 0.6;
	background-repeat: no-repeat;
    background-size: contain;
}
.set_value.active .icon{
	background-image: url(../assets/ui/k2_red.svg) !important; 
}
.seitenstockContainer{
	position: relative;
}
.seitenstockContainer:hover .tooltip {
	display: block; 
	transition: height 300ms;
}
.seitenstockContainer .tooltip {
	display: none;
    position: absolute;
    color: white;
    background-color: #2d444b;
    z-index: 20;
    top: 100%;
    height: 130px;
    transition: height 300ms;
    width: 130px;
    border-radius: 50%;
    padding: 30px 20px;
    text-align: center;
}

.seitenstockContainer .tooltip:before {
    pointer-events: none;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(100deg) !important;
    transform: rotate(208deg) !important;
    margin-top: -37px;
    margin-left: -20px;
    border-style: solid;
    border-width: 98px 0 0 36px;
    border-color: transparent transparent transparent #2D444B;
}
.seitenstockContainer .tooltip_text{
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#dim_33 .ui-widget.ui-widget-content, 
#dim_22 .ui-widget.ui-widget-content {
	overflow: visible;
	display: block; 
}
#schachtHeightRohBodenTitle, 
#schachtTitle{ 
    height: 17px;
    white-space: nowrap;
    background-color: #334f57;
    border: 2px solid #2D444B !important;
    border-radius: 5px;
    color: #ffffff;
    font-size: 9px;
	z-index: 20;
	margin-top: -17px;
	margin-left: -2px; 
	margin-right: -2px; 
	min-width: 64px; 
	left: -3px;  
	padding: 0px 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px; 
	text-align: center; 
}
#schachtWidth, 
#schachtHeightRohBoden{
	float: left;
}

.dimvis {
	pointer-events: none;
}

@media screen and (max-width: 1024px) {
	.dimvis{
		display: none !important;
	}
}

html,body{
	overflow: hidden;
	height: 100%;
}

body #app--home--page{
	overflow: hidden
}


#paper{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translateZ(0);
}

#canvas--zoom--trigger{
	display: none;
}

body #bg_zoom_filler{
	display:none;
}

body.loading #panel--models--carousel{
	display: none;
}


@media screen and (max-width: 767px) {

	body #canvas--zoom--trigger{
		display: block;
		width: 3em;
		height: 3em;
		position: fixed;
		right: 3em;
		top: 120px;
		border-radius: 50%;
		z-index: 9999;
		transform: rotate(45deg);
		transition: transform .5s;
	}

	body.zoom #canvas--zoom--trigger{
		transform: rotate(0deg);
	}

	#canvas--zoom--trigger svg{
		display: block;
		width: 100%;
		height: auto;
	}

	body #bg_zoom_filler{
		height: calc(100vH - 104px);
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		pointer-events: none;
		background-color:transparent;
		display: block;
		z-index: 9998;
		transition: background .5s;
	}

	body.zoom #bg_zoom_filler{
		background-color: #616161;
	}



	/*
	.paper{
		position: absolute;
		 transform: translate3d(-50%,-50%,0) scale(.5);
		left: 50%;
		top: 100px;
	}
	.paper #paper{
		display: block;
		width: 100%;
	}
	 */

	#paper{
		opacity: 0;
	}

	#paper.mobile{
		opacity: 1;
		transition: transform .5s ease-out;
		position: absolute;
		top: 50%;
		transform: translate3d(0,-51%,0) scale(.55);

	}

	#paper.notransition{
		transition: none !important;
	}

	body.zoom #paper.mobile{
		transform:translate3d(0,-52%,0) scale(1);
		top: 50%;
	}

	body #bg {
		background-position: bottom center;
	}

	body.zoom #bg{
		height: 560px;
		background-position: bottom center;
		background-size: auto 110%;
		width: 100%;
		position: fixed;
	}

	body #bg_asset1{
		top: calc(104px + 70vW - 180px) !important;
		transform: translate3d(0,0,0);
		width: 200px !important;
		height: 200px !important;
		z-index: 9999;
	}

	body.zoom #bg_asset1
	{
		top: calc(560px - 310px) !important;
		left: -50% !important;
		width:420px !important;
		height:420px !important;
		z-index: 99999;
	}

	body #bg_asset2{
		width: 24px;
		height: 32px;
	}

	body.zoom #bg_asset2{
		left: -50% !important;
		top: 50% !important;
		width: 40px !important;
		height: 50px !important;

	}

	body #bg_asset3{
		top: 10% !important;
	}

	body.zoom #bg_asset3{
		top: 20% !important;
		left: -100% !important;
	}
	body #ovl_shadow{
		display: none !important;
	}
	body.zoom #ovl_shadow{
		transform: scale(1.8);
		top: 40% !important;
	}

	#bg_asset4
	{
		display: none;
		width:166px;
		height:135px;
	}


	body .paper:before{
		display: none !important;
	}

	body .paper{
		top: 50%;
		left: 50%;
		transform: translate3d(-50%,-50%,0);
		position: absolute;
		border: 0px !important;
		margin-top: 0px !important;
		transition: all .5s ease-out;
		pointer-events: none;
	}

	body .paper #paper{
		pointer-events: auto;
	}

	body.zoom .paper{
		position: absolute;
		left: 50%;
		top: 496px;
		transform: translate3d(-50%,-100%,0);

	}

}

@media screen and (min-width: 768px) {

	#bg_asset1{
		left: -200%;
		transition: none
	}

	body .paper{
		transition: none;
	}

	#bg_asset2{
		transition: none;
	}

	body #bg_asset1{
		transition: none;
	}

	body #bg_asset3{
		transition: none;
	}


}

