@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col_none, .col_none_re {
	display: none
}
.done_fitter, .done_fitter_re {
	display: none
}
.conf_xxx_images {
	border: 2px solid #f2f2f2;
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 15px;
	text-align: center
}
div.img_leitung {
	position: relative;
	text-align: center
}
div.messen_do {
	position: absolute;
	font-weight: bold;
	width: 100%;
	text-align: center;
	top: 70px;
	font-size: 14px
}
.preishinweis_mae {font-size: 13px}
@media screen and (max-width: 1600px) {
div.messen_do {
	top: 65px;
}
}

@media screen and (max-width: 1450px) {
div.messen_do {
	top: 53px;
}
}

@media screen and (max-width: 1280px) {
div.messen_do {
	top: 45px;
}
}

@media screen and (max-width: 1150px) {
div.messen_do {
	top: 37px;
}
}

@media screen and (max-width: 1026px) {
div.messen_do {
	top: 30px;
	font-size: 13px
}
}

@media screen and (max-width: 680px) {
div.messen_do {
	top: 20px;
	font-size: 12px;
	line-height: 14px
}
}
.thumb_holder label {
	margin-right: 5px;
    margin-bottom: 5px
}
.thumb_holder img {
	width: 50px
}
.conf_xxx_tools, .top_cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tool_box {
	padding: 10px;
    padding-top:0px; 
	background: #f7f7f7;
}
div.fitting_norm_links {
	width: 26%;
}
div.leitung {
	width: 45%;
}
div.fitting_norm_rechts {
	width: 26%;
}
div.info {
	width: 45%;
	float: left
}
div.konfig {
	width: 26%;
	float: left
}
div.price {
	width: 26%;
	float: left
}

@media screen and (max-width: 580px) {
.conf_xxx_tools, .top_cont {
	display: block;
}
.tool_box {
	padding: 10px;
	background: #f2f2f2;
	margin-bottom: 15px
}
div.fitting_norm_links {
	width: 100%;
	overflow: hidden
}
div.leitung {
	width: 100%;
	overflow: hidden
}
div.fitting_norm_rechts {
	width: 100%;
	overflow: hidden;
}
div.info {
	width: 100%;
	float: none;
	overflow: hidden;
	margin-bottom: 15px
}
div.konfig {
	width: 49%;
	float: left;
	margin-bottom: 15px
}
div.price {
	width: 49%;
	float: right;
	margin-bottom: 15px
}
}

@media screen and (max-width: 500px) {
div.konfig {
	width: 100%;
	float: none;
	margin-bottom: 15px
}
div.price {
	width: 100%;
	float: none;
	margin-bottom: 15px
}
}
select.mae_sel, select.mae_sel:focus {
	width: 100%;
	margin: 0 0 4px 0;
	color: #575757;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	border-color: #000 !important;
	background: #FFF !important;
	border-radius: 0px !important;
	outline: none
}
a.fit-links {
	width: 100%;
	cursor: pointer;
	display: block;
	margin: 0 0 4px 0;
	color: #575757;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	border: 1px solid #000 !important;
	background: #FFF !important;
	border-radius: 0px !important;
	outline: none;
	padding: 0.428571429rem;
	padding-left: 6px;
}
h3.selhdrei {
	margin: 0 !important;
	margin-bottom: 5px !important;
    margin-top: 15px !important;
	font-size: 18px !important;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
h3.large {
	margin: 0 !important;
	font-size: 24px !important;
	line-height: 26px !important
}
h4.opt_halt {
	margin: 0 !important;
	margin-bottom: 7px !important;
	font-size: 18px !important;
}
/* HIDE RADIO */
[type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
/* IMAGE STYLES */
[type=radio] + img {
	cursor: pointer;
}
/* CHECKED STYLES */
[type=radio]:checked + img {
	outline: 2px solid #f00 !important;
}
.tooltip {
	position: relative;
	cursor: pointer;
	display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
	top: -40px;
	left: -27px;
}
/* Tooltip text */
.tooltip .tooltiptext_1 {
	visibility: hidden;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	width: 220px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 8px;
	border-radius: 6px;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
	top: -70px;
	left: -80px;
	font-size: 16px
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.tooltip:hover .tooltiptext_1 {
	visibility: visible;
}
span.now_price {
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
span.mwst_price {
	font-size: 13px;
	font-family: 'Muli', sans-serif;
}
span.waehrung {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
a.confix_cart {
	margin-top: 7px;
	text-decoration: none;
	padding: 15px;
	font-weight: bold;
	background: #000000;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #FFF !important;
	text-align: center
}
ul.konf_ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none !important
}
ul.konf_ul li {
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 1px solid #000000
}
ul.konf_ul span {
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #000000;
}
ul.konf_ul span.konf_title {
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #000000;
}
.konfig h3.selhdrei {
	color: #000000;
	font-weight: 500;
}
div.infos_holder {
	display: none
}
div.infobox_conf {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	padding: 3px;
	padding-left: 0px;
	color: #999;
	float: right;
	cursor: pointer
}
div.infobox_conf i {
	font-size: 14px;
}
a.infobox_conf {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	padding: 3px;
	padding-left: 0px;
	color: #999;
	float: right;
	text-align: right;
	cursor: pointer;
	text-decoration: none
}
a.infobox_conf i {
	font-size: 14px;
}
a.lei_messy {
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	padding: 3px;
	padding-left: 0px;
	display: inline-block;
	text-align: right;
	cursor: pointer;
	margin-left: 20px;
	color: #000000;
	font-size: 14px;
}
a.lei_messy i {
	font-size: 14px;
}
a.infobox_top, a.infobox_top:visited {
	font-size: 12px;
	float: left;
	padding: 5px 10px;
	font-family: 'Oswald', sans-serif;
	background: #000000;
	color: #FFF !important;
	margin: 5px 5px 0px 0px;
	text-decoration: none
}
a.infobox_top {
	margin-top: 15px;
	margin-bottom: 15px
}
a.infobox_top i {
	font-size: 18px;
	margin-right: 10px
}
span.redstar {
	color: red
}
span.abba_akt {
	display: none
}
.infobox_top_tr_holder {
	display: flex;
	justify-content: space-between;
}
div.infobox_top_tr {
	font-size: 13px;
	padding: 5px 10px;
	width: 33.333333%;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	text-align: center
}
div.infobox_top_tr.gara {
	margin-right: 6px !important
}
div.infobox_top_tr.tuev {
	margin-left: 3px;
	margin-right: 3px
}
div.infobox_top_tr.dreh {
	margin-left: 6px
}
a.wicht {
	text-transform: uppercase;
	letter-spacing: 1px
}
div.gara {
	background: #ededed;
	color: #666
}
div.tuev {
	background: #ededed;
	color: #666
}
div.dreh {
	background: #ededed;
	color: #666
}
div.mig {
	background: #ededed;
	color: #666
}
div.mig i {
	color: #666
}
div.error_conf {
	display: none;
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px
}
div.error_conf i {
	color: red;
	margin-left: 10px;
	margin-right: 10px
}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 50000; /* Sit on top */
	padding-top: 0px; /* Location of the box */
	left: 50%;                   /* Move 50% from left */
	transform: translateX(-50%);
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.modal_succ {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 50000; /* Sit on top */
	padding-top: 0px; /* Location of the box */
	left: 50%;                   /* Move 50% from left */
	transform: translateX(-50%);
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.modal_build {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 50000; /* Sit on top */
	padding-top: 0px; /* Location of the box */
	left: 50%;                   /* Move 50% from left */
	transform: translateX(-50%);
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
	margin: auto;
	padding: 20px;
	width: 380px;
	background: rgba(255,255,255,1.00);
}
.modal-content_succ {
	margin: auto;
	padding: 20px;
	width: 380px;
	background: rgba(255,255,255,1.00);
	height: auto;
	overflow: hidden;
	margin-top: 15%;
}
.modal-content_build {
	margin: auto;
	padding: 20px;
	width: 380px;
	background: rgba(255,255,255,1.00);
	height: auto;
	overflow: hidden;
	margin-top: 15%;
}
.modal-content_succ h2.succhtwo {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px
}
/* The Close Button */
.close {
	color: #FFF;
	float: right;
	font-size: 38px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a.modal_toppi, div.modal_toppi {
	font-size: 14px;
	float: left;
	padding: 15px;
	font-family: 'Oswald', sans-serif;
	background: #000000;
	color: #FFF !important;
	margin: 5px 5px 0px 0px;
	text-decoration: none;
}
/************************************************/
div.fittingbox {
	max-height: 200px;
	overflow-y: auto;
	padding: 5px;
	background: #FFF;
	border: 1px solid #000 !important;
	margin-bottom: 4px
}
ul#fittingtyp_links, ul#fittingtyp_rechts {
	list-style-type: none;
	width: 100%;
	margin: 0 0 4px 0;
	color: #575757;
	font-size: 15px;
	font-weight: 400;
	outline: none;
}
ul#fittingtyp_links li, ul#fittingtyp_rechts li {
	width: auto;
	overflow: hidden;
	margin: 0;
	padding: 0
}
ul#fittingtyp_links li a, ul#fittingtyp_rechts li a {
	display: block;
	padding: 2px;
	padding-left: 5px;
	font-weight: 300 !important;
	text-decoration: none;
	color: #000
}
ul#fittingtyp_links li a:hover, ul#fittingtyp_rechts a:hover {
	background: #222;
	color: #FFF;
}
ul#fittingtyp_links .select a, ul#fittingtyp_rechts .select a {
	background: #444;
	color: #FFF;
}
ul#fittingtyp_links .select a:focus, ul#fittingtyp_rechts .select a:focus {
	background: #444;
	color: #FFF;
}

@media screen and (max-width: 780px) {
.thumb_holder img {
	width: 30px;
}
h3.selhdrei {
	margin: 0 !important;
	margin-bottom: 5px !important;
	font-size: 14px !important;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
}
div.liefconf {
	font-size: 12px;
	margin-top: 10px
}


/*HELPER*/
.clearer {
	clear: both;
	width: 100%;
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0
}
.mae_left {
	float: left
}
.mae_right {
	float: right
}
.space5 {
	height: 5px;
	clear: both;
	display: block;
	width: 100%;
}
.space10 {
	height: 10px;
	clear: both;
	display: block;
	width: 100%;
}
.space15 {
	height: 15px;
	clear: both;
	display: block;
	width: 100%;
}
.space20 {
	height: 20px;
	clear: both;
	display: block;
	width: 100%;
}
.space30 {
	height: 30px;
	clear: both;
	display: block;
	width: 100%;
}
.space40 {
	height: 40px;
	clear: both;
	display: block;
	width: 100%;
}
.space50 {
	height: 50px;
	clear: both;
	display: block;
	width: 100%;
}
.padd5 {
	padding: 5px;
}
.padd10 {
	padding: 10px;
}
.padd15 {
	padding: 15px;
}
.padd20 {
	padding: 20px;
}
.padd30 {
	padding: 30px;
}
.padd40 {
	padding: 40px !important;
}
.padd50 {
	padding: 50px;
}
.paddtono {
	padding-top: 0px !important;
}
.mar5 {
	margin: 5px;
}
.mar10 {
	margin: 10px;
}
.mar15 {
	margin: 10px;
}
.mar20 {
	margin: 20px;
}
.mar30 {
	margin: 30px;
}
.mar40 {
	margin: 40px;
}
.mar50 {
	margin: 50px;
}
.hunni {
	width: 100% !important
}
.divider {
	height: 2px;
	border-bottom: 1px solid #ededed;
	width: 100%;
	cear: both
}
