:root {
	--text-color:rgb(77, 77, 77);
	--text-color-conf:rgb(77, 77, 77);
	--text-color-values:#ff5014;
	--background-conf: rgb(234, 231, 223);
	--background-canvas: rgb(51, 102, 103);
	--conf-items-radius: 10px;
	--highlight-color: #000000;
	--input-border-color: rgb(61, 61, 61);
	--input-radius: 8px;
	--input-text-color: #444;
	--input-background-color: #ffffff;
	--button-radius: 10px;
	--number-background-color:rgb(91, 91, 91);
	--slider-mark-size:16px;
	--slider-mark-top:-8px;
}
.option-wrapper {
	width: 265px;
	height: auto;
	
}
.opt_header_r,
.opt_header {
	text-align:center;
	width:100%;
	margin-top:0.1rem;
}
.opt_header_r {
	font-size:0.8rem;
	margin-top:0.4rem;
}
.opt_label {
	width:49%;
	text-align:right;
	font-weight:bold;
}
.opt_val {
	width:49%;
}
.opt_slider {
	position:relative;
	width:70%;
	height:42px;
	margin:0.6rem auto;
}
.opt_slider_r {
	position:relative;
	width:75%;
	height:32px;
	margin:0.2rem auto;
}
.csSlider {
	position:absolute;
	width:100%;
	height:40px;
}
.csCenter {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	height:4px;
	border:1px solid; 
	border-radius:2px;
	border-color:var(--highlight-color);
}
.csSliderMark {
	position:absolute;
	top:var(--slider-mark-top);
	width:var(--slider-mark-size);
	height:var(--slider-mark-size);
	border-radius:50%;
	background-color:var(--highlight-color);
}
.csValLabel_wrapper {
	position:absolute;
	top:-24px;
	font-size:0.8rem;
	font-weight:normal;
	color:var(--highlight-color);
	left:0;
	width:100%;
	height:0.8rem;
}
.csValLabel {
	position:absolute;
	text-align:center;
}
#conf_header {
	//background-color:var(--background-conf);
	color:var(--text-color-conf);
	width:100%;
	min-height:60px;
	border-radius:var(--conf-items-radius);
}
#conf_header h1 {
	font-family: "Roboto Bold", Arial, sans-serif;
	text-align:center;
	font-size:1.2rem;
	color:var(--highlight-color);
	padding-top:1rem;
}
#conf_wrapper {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	min-height:600px;	
	justify-content:center;
	align-items:stretch;
	margin-top:10px;
	background-color:#ffffff;
	border:none;
}
#conf_options {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	background-color:var(--background-conf);
	color:var(--text-color-conf);
	min-width: 265px;
	//height:100%;
	border-radius:var(--conf-items-radius);
	padding-top:1rem;
	gap:0;
}
#conf_canvas_wrapper {
	overflow:hidden;
	height:auto;
	border:none;
	height:600px;
	position:relative;
}
#conf_canvas {
	position:absolute;
	width:6000px;
	height:600px;
	border:none;
	left:0;
	top:0;
	transition: all 0.2s;
}
#conf_canvas canvas12 {
	width:200vw;
	height:600px;
	border:none;
}
.no-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#breite_slider_wrapper {
	width:6000px;
	height:40px;
	position:absolute;
	top:0px;
	left:0px;
}
#boeden_slider_wrapper {
	width:6000px;
	height:40px;
	position:absolute;
	top:60px;
	left:0px;
}
.remove-button {
	color:var(--highlight-color);
	cursor:pointer;
}
#conf_canvas_right,
#conf_canvas_left {
	width:18px;
	height:600px;
	position:relative;
}
#conf_canvas_right i,
#conf_canvas_left i {
	display:none;
	position:absolute;
	top:54%;
	color:var(--highlight-color);
	cursor:pointer;
}
.number_input {
	display:flex;
	width:5rem;
	height:2rem;
	color:var(--input-txt-color) !important;
	background-color:var(--input-background-color) !important;
	align-items:center;
	align-content:stretch;
	justify-content:flex-end;
	//border:1px solid #5f5d73;
	border-radius: var(--shop-header-radius);
	//float:right;
	margin-right:1rem;
}
.number_input .minus_mark {
	display:flex;
	width:1.5rem;
	height:100%;
	font-size:1.2rem;
	font-weight:bold;
	text-align:left;
	cursor:pointer;
	align-items:center;
	justify-content:center;
	border:1px solid #5f5d73;
}
.number_input .plus_mark {
	display:flex;
	width:1.5rem;
	height:100%;
	font-size:1.2rem;
	font-weight:bold;
	text-align:right;
	cursor:pointer;
	align-items:center;
	justify-content:center;
	border:1px solid #5f5d73;
}
.number_input input {
	display:inline-block;
	width:2rem !important;
	height:100% !important;
	font-size:1.2rem !important;
	text-align:center !important;
	border:none !important;
	font-weight:bold !important;
	color:var(--input-txt-color) !important;
	background-color:var(--input-background-color) !important;
	outline:none !important;
}
.fa:hover {
	color:var(--highlight-color) !important;
}
#prodlist h3,
#prodlist h2 {
	width:100%;
	text-align:center;
	font-weight:normal;
}
#prodlist h2 {
	padding-top:1rem;
	border-top:1px solid #e0e0e0;
}
.totalpreis {
	position:relative;
	display:inline-block;
	color:var(--highlight-color) !important;
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	margin-top:9px;
	z-index:999;
	top:-4px;
}
.regal_totals {
	width:100%;
	display:flex;
	justify-content:center;
	margin-bottom:2rem;
}
.btnk {
  font-family: "Roboto Bold", Arial, sans-serif;
  position: relative;
  top: 0px;
  -moz-user-select: none;
  background-image: none;
  background-color: #ffc800;
  opacity: 1;
  border-radius: 4px;
  cursor: pointer; 
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 0;
  padding: 10px 15px;
  vertical-align: middle;
  white-space: nowrap;
  color: #000000;
  height: 50px;
  border-radius: 0.5rem;
}
.ownlabel {
	display:block;
	font-size:0.9rem;
	width: 100%;
	text-align: center;
}
.owninp {
	display:block;
	font-size:1.2rem;
	width: 100%;
	border-radius:0.5rem;
	padding: 4px;
	color: #323232;
}
#ownheadline {
	width: 380px;
	height: 66px;
	margin: 0 auto;
	
}
.regal_totals .menge {
	font-family: "Roboto Bold", Arial, sans-serif;
	display: inline-block;
	position:relative;
	font-size:1.2rem;
	font-weight:bold;
	top:6px;
	padding-right:6px;
	color:var(--highlight-color) !important;
}
@media only screen and (max-width: 1264px) {
	#conf_options {
		width:100%;
	}
	#conf_canvas_wrapper {
		width:90%;
		max-width:90%;
	}
}
@media only screen and (min-width: 1265px) {
	#conf_options {
		width:19%;
	}
	#conf_canvas_wrapper {
		width:77%;
		max-width:77%;
	}
}
