.dataTable {
	border: 1px solid #bebcb7;
	margin: 0 auto;
	width: 100%;
}

.dataTable td {
	text-align: center;
	padding: 2px;
	border: 1px solid #fff;
	background-color: #eee;
	vertical-align: middle;
}

.dataTable th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #fff;
	background: none repeat scroll 0 0 #e2000f;
	color: white;
	vertical-align: middle;
}

.dataTable td.old {
	text-decoration: line-through;
}

.dataTable td.new {
	font-weight: bold;
	background-color: #eadf15;
	color: #bf0000;
}

.dataTable tr.head td {
	background-color: #808080;
	color: #fff;
}

.dataTable input {
	width: 30px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

hr.customProducts {
	border: 1px solid #ccc;
	min-height: 1px;
	max-height: 1px;
	margin-bottom: 20px;
}

div.productBg {
	background-color: #f7f7f7;
	padding: 5px;
}

div.productBg .productText {
	width: 170px;
	float: left;
}

div.productBg div.img {
	border: 1px solid #000;
	float: right;
	margin: 5px 5px 15px 5px;
	position: relative;
	min-height: 342px;
	height: 342px;
	width: 442px;
}

div.productBg div.img img {
	position: absolute;
	top: 0;
	left: 0;
}

div#waitDiv {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100;
}

div#innerWaitDiv {
	display: inline-block;
	padding: 10%;
	background-color: white;
	border: 15px solid #636363;
	border-radius: 15px;
}

div.naviWrapper {
	height: 40px;
	min-height: 40px;
	margin-top: 30px;
}

div.navi {
	font-weight: bold;
	width: 57px;
	height: 21px;
	min-height: 21px;
	text-align: center;
	color: #fff;
	background-color: #e30613;
	border: 1px solid #000;
	cursor: pointer;
}

div.next {
	float: right;
}

div.prev {
	float: left;
}

div.stepHead {
	padding: 2px;
	border-bottom: 1px solid #f7f7f7;
	cursor: pointer;
}

div.active {
	background-color: #e30613;
	color: #fff;
}

div.inactive {
	background-color: #bcbcbc;
	color: #dcdcdc;
}

div.done {
	background-image: url(/media/customproducts/sswaustralia/headBGdone.jpg);
	color: #fff;
}

.subtitle {
	color: white;
	font-weight: bold;
	background-color: #636363!important;
	text-align: left!important;
	padding-left: 20px!important;
}

#inputForm div.block {
	margin-bottom: 40px;
	border: 1px solid #e30613;
	border-radius: 10px 10px 0px 0px;
}

div.ueberschrift {
	background-color: #e30613;
	color: #fff;
	height: 32px;
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 32px;
	vertical-align: middle;
	border-radius: 10px 10px 0px 0px;
}

#inputForm div.block div.content {
	overflow: auto;
	padding: 0px 8px 20px 8px;
}

.fehler {
	border: solid 1px red;
}

.option {
	float: left;
	border: 1px solid #fff;
	cursor: pointer;
}

.selected {
	border: 1px solid #7e7e7e!important;
}

.bildbeschriftung {
	text-align: center;
	padding: 5px;
}

#gel_animate img {
	position: absolute;
	top: 0;
	left: 0;
}

.block .content label {
	font-size: 14px;
	line-height: 2.5em;
}

.block .content input[type=checkbox] {
	vertical-align: middle;
}

.wandmontageradio {
	margin-left: 20px;
}

.wandmontagediv {
	margin: 30px;
}


#aluColorPicker{
  display: flex;
  align-items: center;
}

.custom-row-container.compact-row{
  display: flex;
  align-items: center;
  gap: 18px;
}

.coating-label{
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1;
}

.custom-parent-div,
.gold-parent-div{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f0f0f0;
  border: 2px solid #818689;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.gold-parent-div{
  background: #fff8e1;
  border-color: #f2c200;
}

.swatch-wrapper{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;                  
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
}

.swatch-wrapper:hover{
  border-color: #9a9a9a;
}


.swatch-wrapper[style*="darkgray"]{
  border-color: #6f6f6f !important;
  background: #fff;
}

.swatch-wrapper .swatch{
  width: 22px !important;
  height: 22px !important;
  border-radius: 4px !important;
  border: 1px solid #7a7a7a !important;
  box-sizing: border-box;
}

.swatch-wrapper .tooltip{
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 999;
}

.swatch-wrapper:hover .tooltip{
  display: block;
}


@media (max-width: 600px){

  .custom-row-container.compact-row{
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
  }

  .custom-parent-div,
  .gold-parent-div{
    flex-wrap: wrap;
    width: 100%;
    padding: 8px 10px;
    gap: 8px;
  }

  .coating-label{
    width: 100%;
    margin: 0 0 4px 0;
  }

  .swatch-wrapper{
    padding: 2px;
  }

  .swatch-wrapper .swatch{
    width: 18px !important;
    height: 18px !important;
  }

  .swatch-wrapper .tooltip{
    font-size: 11px;
    max-width: 80vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 601px) and (max-width: 900px){
  .custom-row-container.compact-row{
    flex-wrap: wrap;
    gap: 14px;
  }

  .custom-parent-div,
  .gold-parent-div{
    flex-wrap: wrap;
    padding: 9px 11px;
    gap: 9px;
  }
}


#gel_animate.white-bg {
  background: #d1d1d1;
  border-radius: 6px;
  z-index: -5;
}


#gel_animate {
  position: relative;
}

#gel_podest,
#gel_podest_rechts {
  z-index: -1; 
}
 
#gel_podest_links,
#gel_podest_stirnseitig{
	 z-index: -2;
}
#gel_treppe, 
#gel_treppe_links, 
#gel_treppe_rechts {
  z-index: 0; 
}


#gel_treppe_rechts, 
#gel_podest_rechts {
  z-index: 1;
}

#gel_treppe_links {
  z-index: -1; 
}

#gel_dreieckskonsole_vorne, 
#gel_dreieckskonsole_hinten {
  z-index: 2;
}

#gel_animate img {
  position: absolute;
  top: 0;
  left: 0;
}


.farbauswahl-container {
    display: flex;
    flex-direction: column;
}

.farbauswahl-title {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-family: "Arial", Verdana, sans-serif;
    margin-bottom: 10px;
}

.farbauswahl-title span {
    margin-right: 10px;
}

.info-icon {
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.popup-menu {
    display: none;
	flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 100;
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 780px;
    max-width: 90%;
}

.popup-menu img {
    max-width: 100%;
    height: auto;
    display: block;
}
