@media screen and (min-width:771px) and (max-width:1340px) {
	.contact_activator {
		display:none!important;
	}
}
@media screen and (min-width:771px) {
	.links {
		margin-right:215px;
	}
	.rechts {
		position:absolute;
		right:0;
		top: 0;
		/* margin-top:-15px; */
		width:200px;
	}
	.rechts_inner {
		/* position:fixed; */
		top:0;
		width: 223px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.rechts_inner2 {
		width:200px;
	}
	.fixed {
		position:fixed;
		background-color:white;
		z-index:3;
		margin-top: 20px;
	}
	.handypreis {
		display:none;
	}
}
@media screen and (max-width:770px) {
	.rechts {
		width:200px;
		margin: 0 auto;
	}
	.rechts_inner {
		max-height:inherit!important;
	}
}
@media screen and (min-width:950px) {
	#wischer_statik {
		display:inline-block!important;
	}
	#uebersicht {
		min-width:400px;	
	}
}
.step {
	padding: 20px 5px;
	border-top: solid 1px darkgrey;
}
.step img {
	display:inline-block;
	max-width:100%;
}
.step h3 {
	text-align:left;
}
.step label {
	font-weight: normal;
	font-size: 1em;
}
.tinylabel label {
	width:150px;
	margin: 10px;
	padding: 10px;
	vertical-align:top;
	text-align:center;
	display: inline-block;
}
.smalllabel label {
	width:180px;
	margin: 10px;
	padding: 10px;
	vertical-align:top;
	text-align:center;
	display: inline-block;
}
.middlelabel label {
	width:195px;
	margin: 10px;
	padding: 10px;
	vertical-align:top;
	text-align:center;
	display: inline-block;
}
.largelabel label {
	width:235px;
	margin: 10px;
	padding: 10px;
	vertical-align:top;
	text-align:center;
	display: inline-block;
}
.biglabel label {
	width:290px;
	margin: 10px;
	padding: 10px;
	vertical-align:top;
	text-align:center;
	display: inline-block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .step label img{
		pointer-events: none;
	}
}
.selected {
	border:solid 1px darkgrey;
	border-radius: 8px;
}
#gesamtdiv{
	font-size: 110%;
	font-weight: bold;
}
#stratos_png{
	border: 1px solid black;
}
#gesamtdiv2{
	color: #e30613;
	font-size: 110%;
	font-weight: bold;
	padding: 0 18px 17px 12px;
	width: 235px;
	display:inline-block;
	vertical-align:bottom;
}

.stattpreis{
	text-decoration: line-through;
	font-size: 90%;
	color:white;
}
.gesamtangebot{
	color:black;
	margin-left:-8px;
}
#preisschild{
	font-size: 131%;
	line-height: 190%;
	margin-left: 108px;
	margin-top: -85px;
}
#preisschild2{
	font-size: 131%;
	line-height: 180%;
	margin-left: 108px;
	margin-top: -87px;
}
div.navi {
	font-weight: bold; 
	width: 57px;
	text-align: center; 
	color: white; 
	background-color: #e30613; 
	border: 1px solid #000; 
	cursor: pointer; 
	font-size: 14px;
}
.farbe_label {
	/*width:172px!important;*/
}
.farbe_label_gross {
	width:inherit!important;
}
#ral_treppe_child, #ral_gelaender_child, #ral_wangen_child {
	height:400px!important;
}
.step td {
	vertical-align: top;
	padding: 0px 3px;
}
#bestellung_abschicken label {
	font-weight:inherit;
}
#bestellung_abschicken input[type="text"] {
	width:200px;
}
#bestellung_abschicken .additional {
	margin-bottom:5px;
}
input.readonly {
	background:lightgrey;
}
.light_angebot {
	font-size:131%;
	color:black;
	margin-left:100px;
	margin-top:-40px;
	margin-bottom: 14px;
	display:block;
}
.light_statt {
	display: block; 
	margin-top: -81px;
	margin-left: 109px; 
	margin-bottom:47px; 
	color: white; 
	text-decoration: line-through; 
	font-size: 119%;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
		  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
		  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
	   -o-transition: width .6s ease;
		  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
		  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
	   -o-animation: progress-bar-stripes 2s linear infinite;
		  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
		  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.select2-results__option {
	min-height: 40px !important;
}


/* JqueryUI.css Anweisungen überweisen damit das Menu funktioniert */
/*.ui-widget.ui-widget-content {
	border: none !important;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: none !important;
}

.ui-icon {
	height: unset !important;
	width: unset !important;
	text-indent: unset !important;
}

.ui-menu-icon.ui-icon.ui-icon-carat-1-e {
	padding-right: 5px !important;
}

.ui-menu .ui-icon {
  top: unset !important;
  bottom: unset !important;
}*/
