:root {
  --arrowtop: 40%;
}


#mischsystem-default {
}


#productnavarea {
	background-color: #fff;
	position: fixed;
	top:111px;
	left:0;
	width: 270px;
	bottom:0;
	
	z-index:11;
	transition:margin-left 0.3s ease;
	margin-left:-250px;

	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

#productnavarea.open {
	margin-left:0;
	overflow-y: auto;
}




#mischsystem-mixarea {
	position: absolute;
	background-color: #efefef;
	left:0;
	right:0;
	bottom:0;
	top:111px;
	z-index:1;
}

#productnavarea-wrapper {
	min-height: 100%;
	margin-bottom: -60px;
}

#productnavarea-produktdropout {
	position: fixed;
	top: 130px;
	left: 292px;
	bottom: 0;
	width: 510px;
	background: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
	box-sizing: border-box;
}


#productnavarea-produktdropout::before {
	content:' ';
	width: 0; 
	height: 0; 
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
  
  	border-right: 16px solid #fff;
	position: absolute;
	left:-16px;
	top:var(--arrowtop);
}

#productnavarea.open #productnavarea-produktdropout.open {
	opacity: 1;
	pointer-events: all;
}


.productnavarea-produktdropout-stein {
	display: none;
	margin: 0 0 10px 0;
	flex:0 0 32%;
	cursor: pointer;
}

.productnavarea-produktdropout-stein.visible {
	display: inline-block;
}

#productnavarea-produktdropout-steine {
	height: calc(100% - 230px);
	overflow-y: auto;
	padding: 0px 20px 30px 20px;
	box-sizing: border-box;	
}

#productnavarea-produktdropout-steine-legende {
	padding:0 20px 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.productnavarea-produktdropout-steine-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.productnavarea-produktdropout-steine-wrapper::after {
  content: "";
  flex: auto;
  flex:0 0 32%;
}

.productnavarea-produktdropout-stein {
	position: relative;
}

.productnavarea-produktdropout-stein img {
	display: block;
	width: 100%;
	height:auto;
}

.productnavarea-produktdropout-stein .label {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	padding:4px;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	opacity: 0;
	transition: opacity 0.1s ease;
}

#productnavarea-produktdropout-steine.shownames .productnavarea-produktdropout-stein .label {
	opacity: 1;
}

#productnavarea-ziegelformate {
	padding:40px 20px 30px 20px;
	background-color:#ececec;
}

.productnavarea-ziegelformate-wrapper {
	display: block;
	width: 100%
}

.productnavarea-ziegelformate-wrapper::after {
  content: "";
  display: block;
  clear: both;
}


.productnavarea-ziegelformate-wrapper.blocked {
	filter: grayscale(1) opacity(0.3);
	pointer-events: none;
}

.productnavarea-ziegelformat {
	width: 70px;
	height: 70px;
	background-color: #fff;
	float:left;
	margin:0 10px 10px 0;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	cursor: pointer;
}

.productnavarea-ziegelformat:hover,
.productnavarea-ziegelformat.active {
	border:5px solid #d6092f;
	box-sizing: border-box;
}

.productnavarea-ziegelformat img {
	width:50px;
	display:block;
	margin-bottom: 5px;
}

#productnavarea-herstellungsarten {
	padding:20px 20px 30px 20px;
	background-color:#ececec;	
}

.productnavarea-herstellungsart.blocked {
	filter: grayscale(1) opacity(0.3);
	pointer-events: none;
}

#productnavarea-produktablage {
	padding:40px 20px 30px 20px;
}

#productnavarea h3 {
	margin:0 0 20px 0;
	padding:0;
	font-size: 19px;
	font-weight: normal;
    font-family: FFDINWebBold;	
    line-height: 1.1em;
}

#productnavarea-toggle {
	background: url(../Icons/Pfeil-Fenster-auf.svg)  5px 50px no-repeat #fff;
	background-size: 10px auto;
	height: 100%;
	width: 20px;
	margin-left: calc(100% - 20px);
	position: absolute;
	cursor: pointer;
	pointer-events: all;
	z-index: 1000;
	top: 0;
}

#productnavarea.open #productnavarea-toggle {
	background: url(../Icons/Pfeil-Fenster-zu.svg) 5px 40px no-repeat transparent;
	background-size: 10px auto;
}

#productnavarea-produktdropout-closer {
	background: url(../Icons/Kreuz_Fenster-schliessen.svg) 0 0 no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	float: right;
	margin: 20px 20px 0 0;
	cursor: pointer;
	z-index: 1;
	position: relative;
}

#productnavarea-produktdropout-farben {
	height:180px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.productnavarea-produktdropout-farben-wrapper {
	display: flex;
	justify-content: space-between;
}

.productnavarea-produktdropout-farben-divider {
	border-bottom: 2px solid #000;
	padding:10px 0;
}


.productnavarea-produktdropout-farbe {
	display: inline-block;
	margin: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
}

.productnavarea-produktdropout-farbe:hover,
.productnavarea-produktdropout-farbe.active {
	border:5px solid #d6092f;
	box-sizing: border-box;
}

/** slots */
.productnavarea-produktablage-slot {
	margin-bottom: 20px;
	display: none;
}

.productnavarea-produktablage-slot.active {
	display: block;
}

.productnavarea-produktablage-slot-wrapper {
	display: flex;
}

.productnavarea-produktablage-slot-stonearea {
	flex: 0 0 150px;
	height: 90px;
	background: url(../Icons/Importiere_Ziegel.svg) center no-repeat #ececec;
	background-size:40px auto;
	cursor: pointer;
	pointer-events: all;
	position: relative;
}

.productnavarea-produktablage-slot-stonearea:hover {
	background: url(../Icons/Importiere_Ziegel.svg) center no-repeat #dedede;
	background-size:40px auto;
}

.productnavarea-produktablage-slot-stonearea img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover; 
}
.productnavarea-produktablage-slot-options {

}

.productnavarea-produktablage-slot-fix {
	float: left;
	position: relative;
	margin-left: 10px;
	height: 16px;
}

.productnavarea-produktablage-slot-fix input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.productnavarea-produktablage-slot-fix label {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	pointer-events: none;
}

.productnavarea-produktablage-slot-fix label::before,
.productnavarea-produktablage-slot-fix label::after {
    position: absolute;
    content: "";
    
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

.productnavarea-produktablage-slot-fix  label::before{
    height: 16px;
    width: 16px;
    
    left: 0px;

    background:url(../Icons/Schloss_offen.svg) 0 0 no-repeat;
	background-size: contain;
    
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 0px;
}

/*Checkmark of the fake checkbox*/
.productnavarea-produktablage-slot-fix label::after {
    height: 16px;
    width: 16px;
    

    background:url(../Icons/Schloss_geschlossen.svg) 0 0 no-repeat;
	background-size: contain;
    left:0;
    top: 0;
}

/*Hide the checkmark by default*/
.productnavarea-produktablage-slot-fix input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.productnavarea-produktablage-slot-fix input[type="checkbox"]:checked + label::after {
    content: "";
}
.productnavarea-produktablage-slot-fix input[type="checkbox"]:checked + label::before {
    content: none;
}



.productnavarea-produktablage-slot-percent {
	white-space: nowrap;
	float: left;
	width: 30px;
	height: 16px;
}
.productnavarea-produktablage-slot-percent input {
	display: inline-block;
	width: 25px;
	border: 0;
	padding:0px;
	height: 16px;
	vertical-align: top;
	margin-top:3px;
}

#productnavarea-produktablage.fixprohibited .productnavarea-produktablage-slot.hasstone:not(.fixed) .productnavarea-produktablage-slot-fix {
	opacity: 0.5;
	pointer-events: none;
}

.productnavarea-produktablage-slot:not(.hasstone) .productnavarea-produktablage-slot-fix,
.productnavarea-produktablage-slot:not(.hasstone) .productnavarea-produktablage-slot-percent,
.productnavarea-produktablage-slot.fixed .productnavarea-produktablage-slot-percent {
	opacity: 0.5;
	pointer-events: none;
}

.productnavarea-produktablage-slot-drop {
	width: 70px;
	box-sizing: border-box;
	position: relative;
	margin-top:88px;
}

.productnavarea-produktablage-slot-drop .dropslot {
	background:url(../Icons/Papierkorb.svg) center no-repeat;
	display: inline-block;
	width:20px;
	height: 28px;
	position: absolute;
	bottom:0;
	left:10px;
	translate:transform 0.3s ease;
	cursor: pointer;
}

.productnavarea-produktablage-slot-drop .dropslot:hover {
	transform:scale(1.1);
}



#sidebar {
	position:fixed;
	right:0;
	top:50%;
	transform:translateY(-50%);
	z-index:7;
	display: none;
}

html.wallfilled #sidebar {
	display: block;
}

.sidebar-item {
	height: 55px;
	box-sizing: border-box;
	margin:10px 0;
	background-color: #d6092f;

	display: flex;
	align-items: center;

	transition:transform 0.3s ease;
	transform:translateX(calc(100% - 55px));
	cursor: pointer;

	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.sidebar-item:hover {
	transform:translateX(0);
}

.sidebar-item span {
	color:#fff;
	display: inline-block;
	margin-left: 55px;
	padding-right: 10px;
	box-sizing: border-box;
	font-family: FFDINWebBold;
	font-size: 20px;
}

.sidebar-item-1 {
	background:url(../Icons/Auswahl-speichern_Mobile.svg) 12px center no-repeat #d6092f;
	background-size: auto 30px;
}

.sidebar-item-2 {
	background:url(../Icons/Als-PDF-speichern_Mobile.svg) 13px center no-repeat #d6092f;
	background-size: auto 30px;
}

.sidebar-item-3 {
	background:url(../Icons/Download-Texture-Map_Mobile.svg) 13px center no-repeat #d6092f;
	background-size: auto 30px;
}


#mixcontrol {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	/* border-bottom: 5px solid #464542; */
	width: 100%;
}

.mixcontrol-wrapper {	
	display: flex;
	justify-content: center;
	display: none;
}

html.wallfilled .mixcontrol-wrapper {	
	display: flex;
}


.mixcontrol-wrapper-inner {	
	display: flex;
	justify-content: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);	
}

.mixcontrol-item {
	height: 55px;
	width: 55px;
	cursor: pointer;
}

.mixcontrol-minus {
	background:url(../Icons/Minus.svg) center no-repeat #464542;
	background-size: auto 45px;
}

.mixcontrol-mix {
	background:url(../Icons/Aktualisieren_Design-neu-mischen.svg) center no-repeat;
	background-size: auto 54px;
	width: 110px;
}

.mixcontrol-plus {
	background:url(../Icons/Plus.svg) center no-repeat #464542;
	background-size: auto 45px;
}

.mixcontrol-minus.deactivated {
	background:url(../Icons/Minus.svg) center no-repeat #868582;
	pointer-events: none;	
	opacity: 0.8;
}
.mixcontrol-plus.deactivated {
	background:url(../Icons/Plus.svg) center no-repeat #868582;
	pointer-events: none;
	opacity: 0.8;
}



#productnavarea-reset {
	padding:30px 20px 30px 20px;
	margin-bottom: 40px;
}

#productnavarea-reset .resetter {
	display: block;
	padding:8px;
	border:2px solid #d6092f;
	color:#d6092f;
	text-align: center;
	pointer-events: all;
	cursor: pointer;
	font-family: FFDINWebMedium;
}

#productnavarea-reset .resetter:hover {
	background-color: #d6092f;
	color:#fff;
}

#mischsystem-mixarea {
	background-position: center;
	background-image:url(../Icons/Klinkermuster_Startseite.svg);
}

#productnavarea-footernav {
	padding:0 20px 20px 20px;
	height: 60px;
	box-sizing: border-box;
}

#productnavarea-footernav ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#productnavarea-footernav ul li {
	line-height: 1.5em;
}

#productnavarea-footernav ul a {
	color:#000;
	text-decoration:none;
}



.textoder {
	font-weight: bold;
	margin:50px;
}

.projectpage-newproject {
	max-width: 50%;
	padding-bottom: 50px;
}

.projectpage-newproject form {
	margin:0;
	padding:0;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	padding:5px 0;

	display: flex;
	justify-content: space-between;
	align-items:center;
}


.projectpage-newproject form input[type=submit] {
	border: navajowhite;
	appearance: none;
	background: #d6092f;
	padding: 10px 40px 10px 20px;
	color: #fff;
	font-size: 16px;
	width:150px;
	cursor: pointer;
}

.projectpage-newproject h3 {
	margin:0 0 10px 0;
	padding-bottom: 15px;
	font-family: FFDINWebBold;
	font-size: 20px;	
	font-weight: normal;
}

.projectpage-newproject label {
	display: inline-block;
	text-transform:uppercase;
	font-size: 16px; 
	
}

.projectpage-newproject input[type=text] {
	display: inline-block;
	text-transform:uppercase;
	font-size: 16px; 	
	border:0;
	padding:5px 0 5px 35px;
	background:url(../Icons/Stift.svg) 5px center no-repeat;
	background-size: auto 80%;

}
.projectpage-newproject select {
	display: inline-block;
	text-transform:uppercase;
	font-size: 16px; 	
	border:0;
	background-color: #fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}


.projectpage-newproject-sortierungsinfo {
	display: flex;
	width: 100%;
	padding:50px 50px;
	filter:drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
	flex-wrap: wrap;
	background-color: #fff;
	position: relative;
	margin-bottom: 60px;
}

.projectpage-newproject-sortierungsinfo::before {
	content: ' ';
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #fff;
  position: absolute;
  border-bottom: 0;
  bottom: -20px;
  margin-left: 50px;
}

.projectpage-newproject-sortierungsinfo-headline {
	flex: 0 0 100%;
}


.projectpage-newproject-sortierungsinfo-image img {
	display: block;
	background:url(../Icons/spinner.gif) center center no-repeat;
	background-size: 10%;
}
.projectpage-newproject-sortierungsinfo-infotext {
	align-items: center;
	display: flex;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	flex: 1 1 auto;
	margin-left: 30px;
}


.projectpage-newproject .row {
	padding-left: 50px;
	box-sizing: border-box;
}






@media only screen and (max-width: 1260px) {
	.projectpage-newproject {
		max-width: 70%;
	}

	.projectpage-newproject-sortierungsinfo-image img {
		width: 100%;
		height: auto;
	}

	.projectpage-newproject-sortierungsinfo {
		flex-direction: column;
	}	

	.projectpage-newproject-sortierungsinfo-infotext {
		margin-left: 0;
		margin-top: 20px;
	}
}






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

	#header {
		height: 16vw;
	}

	.be-pagets__whitepages #fff {
		background: red;
	}

	.be-pagets__whitepages .header-navigation-steinoptions {
		display: none;
	}

	.header-label {
		display: flex;
		order:2;
		flex:1 1 40%;
	}
	.header-label span {
		font-size: 3.6vw;
		padding-left: 10px;
		box-sizing: border-box;
	}
/*
	#sidebar {
		display: none !important;
	}
*/
	#productnavarea {
		width: 95vw;
		margin-left: calc(-95vw + 20px);
	}

	#productnavarea-produktablage {
		display: flex;
		flex-wrap: wrap;
	}	

	#productnavarea h3 {
		flex:0 0 100%;
	}	

	.productnavarea-produktablage-slot {
		flex: 0 0 50%;
	}

	#productnavarea-produktdropout {
		position: static;
		top: initial;
		left: initial;
		bottom: initial;
		width: initial;
		filter: none;
		display: none;
	}

	#productnavarea.open #productnavarea-produktdropout.open {
		display: block;
	}

	.productnavarea-produktablage-slot-stonearea {
		flex: 0 0 60%;
		height: auto;
		background-size: 25px auto;
	}

	.productnavarea-produktablage-slot-stonearea img {
		height: auto;
		position: static;
	}

	.productnavarea-produktablage-slot-options {
		flex:0 0 40%;
		min-height: 15.5vw;
	}

	.productnavarea-produktablage-slot-percent {
		width: auto;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.productnavarea-produktablage-slot-drop {
		width: auto;
	}

	.productnavarea-produktablage-slot-percent input {
		padding: 5px 0 5px 5px;
	}

	.productnavarea-produktablage-slot-drop .dropslot {
		width: 14px;
		height: 22px;
	}	

	.productnavarea-produktdropout-farbe {
		width: 12vw;
		height: 12vw;
	}	

	#productnavarea #productnavarea-produktdropout h3 {
		flex: 0 0 50%;
	}	

	#productnavarea .shownames label {
		font-size: 13px;
	}

	#productnavarea-produktdropout-closer {
		display: none;
	}

	.header-navigation-steinoptions {
		position: absolute;
		top: 110px;
		background: rgba(0,0,0,0.7);
		left: 20px;
		right: 0;
		height: 45px;
	}

	.header-navigation-steinoptions > ul {
		justify-content: left;
	}

	.header-navigation-steinoptions > ul > li {
		margin-right: 0px;

		text-align: center;
		flex:0 0 50%;
	}
	.header-navigation-steinoptions > ul > li > a {
		font-size: 23px;
		height: 25px;
		line-height: 25px;
		padding-left: 35px;
		text-align: left;
		transform: none;
		margin-left:1em;
	}

	.header-logo {
		flex: 0 0 30%;
		order:1;
	}

	.header-navigation > ul > li[data-cmd="openfugenfarbemenu"] > ul {
		position: fixed;
		left: 10%;
		right: 10%;
		padding:30px 0 0;
	}

	.header-navigation > ul > li[data-cmd="openverbandmenu"] > ul {
		position: fixed;
		left: 10%;
		right: 10%;
		padding:30px 0 0;
	}

	.header-navigation > ul > li[data-cmd="openverbandmenu"] > ul::before {
		right: 30px;
		left:initial;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #fff;
		position: absolute;
		margin-top: -15px;		
	}	

	.header-navigation > ul > li[data-cmd="openfugenfarbemenu"] > ul::before {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #fff;
		position: absolute;
		margin-top: -15px;
	}	


	.header-navigation > ul > li[data-cmd="openloginmenu"] {
		margin-right: 0;
		display: flex;
		align-items: center;
	}

	.header-navigation > ul > li[data-cmd="openloginmenu"] > ul {
		left: 0;
		right: 0;
		top:16vw;
		position: fixed;
		padding: 0;
		background-color: rgba(0,0,0,0.8);
		border-bottom: 0;
	}

	.header-navigation > ul > li[data-cmd="openloginmenu"] > ul::before {
		display: none;
	}

	.header-navigation > ul > li[data-cmd="openloginmenu"] > ul li {
		background-color: transparent;
		justify-content: flex-end;
	}

	.header-navigation > ul > li[data-cmd="openloginmenu"] > ul li.menuitem a {
		color: #fff;
	}

	.header-navigation-konto {
		flex: 1 1 10%;
		order:4;
		max-width: 50px;
	}

	.header-navigation-konto > ul {
		align-items: normal;
	}


	.header-logo a {
		background-size: 80% auto;
	}	

	.header-languagenavigation {
		order:3;
		flex:0 0 10%;
	}

	.header-languagenavigation a {
		font-size: 18px;
	}

	.header-navigation > ul > li[data-cmd="openloginmenu"] > a {
		background: url(../Icons/Burger-Menue.svg) center center no-repeat;
		background-size: auto 70%;
		transform:none; 
	}

	.header-navigation > ul > li[data-cmd="openloginmenu"] > a > span {
		display: none;
	}

	
	#mischsystem-mixarea,
	#productnavarea,
	.header-navigation-steinoptions {
		top: 16vw;
	}

	#productnavarea-produktdropout-farben::before {
		content:' ';
		position: absolute;
		top:0;
		border-top:1px solid #000;
		left:20px;
		right:20px;
	}

	#productnavarea-produktdropout-farben::after {
		content: ' ';
		position: absolute;
		width: 25px;
		height: 25px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		left: 50%;
		background-color: #fff;
		transform: translateX(-50%) translateY(-50%) scaleX(1.4) rotate(45deg);
		top: 1px;
	}


	.productnavarea-produktdropout-farben-divider {
		border-bottom: 1px solid #000;
	}

}

@media only screen and (max-width: 767px) {
	.header-navigation-steinoptions > ul > li {
		text-align: center;
		flex:0 0 auto;
	}


	.header-navigation-steinoptions > ul > li > a {
		font-size: 4vw;
	}

}

