/* fix wp */
/*.container,*/
.container-lg {
	max-width: 100%;
	padding: 0;
}
.container-lg .col-12{
	padding: 0;
}
@media only screen and (max-width: 991px){
	.container{
		max-width: 100%;
	}
}
body.inProgress:before{
	content:'';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left:0;
	background: #fff;
	opacity: .5;
	z-index: 9999;
}

body:not(.template-slider) #Header_wrapper {
    background-image: url(img/header.jpg);
}

/* fix original */
.mcb-wrap{
	float: none;
}
.the_content_wrapper{
	margin: 0;
}
.the_content_wrapper > p,
.the_content_wrapper > h2{
	width: 64.666%;
	margin-left: 1%;
	margin-right: 1%;
}

/* Basics */

.highlight{
	background: none;
	padding: 0;
	font-weight: bolder;
	color:#176DB6;
}
.highlight.black{
	color:#6A6766;
}

.highlight.green{
	color:#4FD628;
}
.blue{
	color:#176DB6;
}

.taRight{
	text-align: right;
}
.taCenter{
	text-align: center;
	margin-bottom: 5rem;
}

.icon-edit,
.icon-delete{
	width: 13px;
	height: 13px;
	color: #176DB6;
	display: inline-block;
}
.icon-edit svg,
.icon-delete svg{
	width: 13px;
}

@media only screen and (max-width: 559px){
	.icon-edit,
	.icon-delete{
		width: 21px;
		height: 21px;
	}
	.icon-edit svg,
	.icon-delete svg{
		width: 19px;
	}
}

.mtop5{
	margin-top: 5px;
}
.mtop10{
	margin-top: 10px;
}
.mtop20{
	margin-top: 20px;
}
/* ICONS */
/*.icon-edit,
.icon-delete{
	position: relative;
	width: 21px;
	height: 21px;
	font-size: 0;
	display: block;
}
.icon-delete:before,
.icon-delete:after{
	content: '';
	width: 23px;
	height:5px;
	background: #707070;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -12px;
	margin-top: -2px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.icon-delete:after{
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.icon-edit{
	background: url("img/icon-edit.svg") no-repeat center center;
}*/

/* Mehrspalter */
.loginbox .row,
#cableconfig .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -13px;
}
.loginbox .row > .col,
#cableconfig .row > .col{
	-webkit-box-flex:1;
	    -ms-flex:1 0 0px;
	        flex:1 0 0;
  padding: 13px;
}
.loginbox .row > .col.colL,
#cableconfig .row > .col.colL{
	-webkit-box-flex:2;
	    -ms-flex:2 0 0px;
	        flex:2 0 0;
}
.loginbox .row > .col.colM,
#cableconfig .row > .col.colM{
	-webkit-box-flex:0;
	    -ms-flex:0 0 auto;
	        flex:0 0 auto;
	width: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.loginbox .row > .col > *:last-child:not(.row),
#cableconfig .row > .col > *:last-child:not(.row){
	margin-bottom: 0;
}

.loginbox .row.extraspace,
#cableconfig .row.extraspace{
	margin: -25px;
}
.loginbox .row.extraspace > .col,
#cableconfig .row.extraspace > .col{
	padding: 25px;
}
.loginbox .row.min > .col,
#cableconfig .row.min > .col{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.loginbox .row.center,
#cableconfig .row.center{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.loginbox .row.center > .col,
#cableconfig .row.center > .col{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.loginbox .row.center > .col input,
#cableconfig .row.center > .col input{
	margin-bottom: 0;
}

.loginbox .row.vcenter,
#cableconfig .row.vcenter{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.loginbox .row.vtop,
#cableconfig .row.vtop{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.loginbox .row.vcenterinner > .col,
#cableconfig .row.vcenterinner > .col{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.loginbox .row.border,
#cableconfig .row.border{
	padding: 15px;
	margin-top: 15px;
}
.loginbox .row.border > .col:not(:last-child),
#cableconfig .row.border > .col:not(:last-child){
	border-right: 1px solid #c5c5c5 
}

.loginbox .col.vcenter,
#cableconfig .col.vcenter{
	margin-top: auto;
	margin-bottom: auto;
}


.vertical{
	height:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.vertical .bottom{
	margin-top: auto;
}


/*.box{
	padding: 15px;
}*/
/* Configurator */
#cableconfig{
	font-size: 16px;
	line-height: 140%;
}
.boxConfigurator{
	/*background: #F5F5F5;*/
	margin-bottom: 30px;
	position: relative;
}


.errormessageEmpty,
.errormessage{
	display: none;
	color: red;
}
.errormessageEmpty{
	text-align: center;
	margin-top: 10px;
}
.boxConfigurator.error{
	box-shadow:0 0 5px rgba(255,0,0,.5)	
}
.boxConfigurator.error .errormessage{
	display: block;
}
.boxConfigurator.errorEmptyCart .errormessageEmpty{
	display: block;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
}


.boxConfigurator .row.boxCables > .col{
	width: 33.33%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
}
.boxConfigurator .filter{
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 0;
	background: #DCE9F4;
}
.boxConfigurator .filter > .col{
	padding-left: 3px;
	padding-right: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
  width:28%;
}
.boxConfigurator .filter > .col.colL{
  width:44%;
}

.boxConfigurator .filter select{
	padding:19px 44px 19px 24px;
	/*font-size: 16px;*/
	/*line-height: 23px;*/
	font-weight: normal;
	height: auto;
	margin: 0;
	cursor: pointer;
	width: 100%;
	min-height: 48px;
	background: transparent;
	border-radius: 0;
	border: none;
}
.boxConfigurator .filter .selectbox{
	position: relative;
	border-bottom: 1px solid #176DB6;
}
.boxConfigurator .filter .selectbox:last-child{
	border: none;
}

.boxConfigurator .boxCables{
	margin-bottom: 0;
	position: relative;
}
.boxConfigurator .boxFooter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.boxConfigurator .boxFooter > div:not(.buttons){
	margin-right: 40px;
}
.boxFooter .buttons{
	position: relative;
}
.boxFooter .buttons .reset{
	position: absolute;
	top: calc(100% + 15px);
	right: 0;
}
.boxConfigurator .boxFooter > div{
	z-index: 1;
}
.boxConfigurator .boxFooter > div:not(.errormessageEmpty){
	display: flex;
	align-items: center;
}
.boxConfigurator .boxFooter > div > label{
	margin-right: 30px;
}
.boxConfigurator .boxFooter > div > input{
	margin-right: 10px;
}
@media only screen and (max-width: 959px){
	.boxConfigurator .boxFooter{
		flex-wrap: wrap;
	}
	.boxConfigurator .boxFooter > div:not(.errormessageEmpty){
		width: 100%;
		justify-content: center;
		margin-bottom: 40px;
	}
	.boxConfigurator .boxFooter > div.buttons{
		margin-bottom: 0 !important;
	}
	[for="cablelength"]{
		max-width: 90px;
	}
	.boxFooter .buttons .reset{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media only screen and (max-width: 559px){
	.boxConfigurator .boxFooter{
		flex-direction: column;
		align-items: center;
	}
	.boxConfigurator .boxFooter > div:not(:last-child){
		margin-bottom: 40px;
	}
}
.hasArrow{
	position: relative;
}
.hasArrow:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 57.5px 0 57.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: calc(50% - 57.5px);
  top: 100%;
  z-index: 1;
}
.hasArrow.greyBackground:after{
  border-color: #eee transparent transparent transparent;
}

.whiteBackground,
.greyBackground{
	position: relative;
	padding: 100px 0;
}
@media only screen and (max-width: 559px){
	.whiteBackground,
	.greyBackground{
		padding: 70px 0;
	}
}
.greyBackground:before{
	content: '';
	position: absolute;
	background: #EEEEEE;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
/* Formular */
form label a{
	text-decoration: underline;
}
.boxCable{
	/*border: 2px solid #C5C5C5;*/
	background-color: #F5F5F5;
	height: 258px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.boxCable .boxContain{
	text-align: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: none;
}
.boxCable .boxContain img{
	/*-webkit-box-flex:0;
	    -ms-flex:0 0 auto;
	        flex:0 0 auto;*/
}

.boxCable .boxContain.placeholder{
	display: block;
	position: relative;
	overflow: hidden;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	*/
}
.boxCable .boxContain.placeholder img{
	position: absolute;
	max-width: 100% !important;
	width: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
/*	width: 95px;
	max-width: 30% !important;
	margin-bottom: 15px;
	left: 0;
	top: -30px;
	z-index: 1;
	opacity: 1;
	*/
	max-width: 100% !important;
	width: auto;
	
}
.boxCable .boxContain.placeholder .step {
	position: absolute;
	z-index: 5;
	font-weight: 700;
	font-size: 90px;
	line-height: 1;
	left: 50%;
	top: 58px;
	transform: translateX(-50%);
	//margin-bottom: 20px;
	color:white;
 	text-shadow:  1px  1px 3px rgba(0,0,0,.5),
                1px -1px 3px rgba(0,0,0,.5),
               -1px  1px 3px rgba(0,0,0,.5),
               -1px -1px 3px rgba(0,0,0,.5);
}
@media only screen and (max-width: 1239px){
	.boxCable .boxContain.placeholder .step {
		top:45px;
	}
}
@media only screen and (max-width: 559px){
	.boxCable .boxContain.placeholder .step {
		top:15px;
	}
}
.boxCable .boxContain.placeholder p {
  /*position: absolute;
  z-index: 10;
  margin: 0;
  bottom: 0px;
  left:0;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #ccc;*/
  position: absolute;
  background: rgba(23, 109, 182, .7);
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*font-size: 16px;*/
	/*line-height: 23px;*/
	padding: 20px 12%;
}

.boxCable.setActive{
	background: #FFF;
	/*height: 200px;*/
}
.boxCable.setActive .fstToggleBtn{
	background: #FFF;
	border-bottom: none;
}

.boxCable select{
	width: 100%;
}
.boxCable select.fastselect{
	width: 100%;
	border: none;
	font-weight: bolder;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background-color: transparent;
}
.boxCable.setActive .fstElement{
	border-bottom: none;
	position: relative;
}
.boxCable.setActive .fstElement:after{
	content: '';
	width: calc(100% - 20px);
	height:2px;
	background: #6A6766;
	position: absolute;
	top:100%;
	left:10px;
}
.boxCable.setActive .boxContain{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-bottom: 23px;
}
.boxCable.setActive .boxContain.placeholder{
	display: none;
}
.boxCable.setActive .boxContain .links{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	border-top: 1px solid #c5c5c5;
	padding: 3px 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.boxCable.setActive .boxContain .links > li{
	margin: 0;
	margin-right: 9px;
	display: inline-block;
	list-style: none;
	position: relative;
	padding-left: 10px;
}
.boxCable.setActive .boxContain .links > li:last-child{
	margin-right: 0;
}
.boxCable.setActive .boxContain .links > li:before{
	content: '';
	width: 5px;
	height: 5px;
	background: #737E86;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
}
.boxCable.setActive .fstElement:hover .fstToggleBtn{
	background-color: white;
	color:#176DB6;
}
.boxCable.setActive .fstElement:hover:after,
.boxCable.setActive .fstElement:hover .fstToggleBtn:before,
.boxCable.setActive .fstElement:hover .fstToggleBtn:after{
	background-color: #176DB6;
}

input[type="radio"] ~ label,
input[type="checkbox"] ~ label{
	display: inline-block;
	margin-right: 15px;
}

.button.main{
	font-weight: bold;
	border: none;
	border-radius: 28px;
	background: #176DB6;
	color: #fff;
	display: block;
	width: auto;
	padding: 0 45px;
	height: 54px;
}

.buttongrey{
	/*border-radius: 4px;
	border: 1px solid #CCC;
	height: 45px;
	font-size: 16px;
	background-color: white;
	color: #6A6766;
	background-image: none;*/
	border: 1px solid #176DB6;
	color: #176DB6;
	font-weight: bold;
	border-radius: 28px;
	background: transparent;
	display: block;
	width: auto;
	padding: 0 45px;
	height: 54px;
}
.button.small{
	border: none;
	background-color: #176DB6;
	/*background: url("img/doppelpfeil.png") no-repeat scroll center center #f1f1f1;*/
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='white' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3e%3c/svg%3e");
	background-size: 11px auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 53px;
	width: 38px;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.unitelement{}
.unitelement{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.unitelement > input{
	/*border-radius: 4px 0 0 4px !important;*/
}
.unitelement > .button{
	border-radius: 0 10px 10px 0;
	margin-left: -38px;
}

input[type="date"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="text"], 
input[type="url"], 
input, 
select, 
textarea{
	border-radius: 10px;
	border: 1px solid #176DB6;
	height: 53px;
	padding: 5px 14px;
	font-size: 16px;
	background-image: none;
	color:#6A6766;
}


input[type="date"].error, 
input[type="email"].error, 
input[type="number"].error, 
input[type="password"].error, 
input[type="search"].error, 
input[type="tel"].error, 
input[type="text"].error, 
input[type="url"].error, 
select.error, 
textarea.error{
	border: 1px solid red !important;
}


.boxConfigurator input[type="date"], 
.boxConfigurator input[type="email"], 
.boxConfigurator input[type="number"], 
.boxConfigurator input[type="password"], 
.boxConfigurator input[type="search"], 
.boxConfigurator input[type="tel"], 
.boxConfigurator input[type="text"], 
.boxConfigurator input[type="url"], 
.boxConfigurator select, 
.boxConfigurator textarea{
	border-color: #176DB6;
}


input[type="radio"],
input[type="checkbox"]{
	position: absolute;
	opacity: 0;
	/*visibility: hidden;*/
}
input[type="radio"] + label,
input[type="checkbox"] + label{
	position: relative;
	display: inline-block !important;
	padding-left: 35px;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before{
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	border: 1px solid #176DB6;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 1px #ffffff;
	        box-shadow: 0 1px 1px #ffffff;
	position: absolute;
	left: 0;
	top: 0;
}

input[type="checkbox"]:checked + label:after{
	content: '';
	/*background: url("img/check.svg") no-repeat center center;*/
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23176DB6' d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/%3e%3c/svg%3e");
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center;

	width: 21px;
	height: 21px;
	position: absolute;	
	left:1px;
	top:1px;
}

input[type="radio"] + label:hover:before,
input[type="checkbox"] + label:hover:before{
	border-color: #176DB6;
	background-color: #E9F4FB;
}

input[type="radio"] + label:before{
	border-radius: 50%;
	/*-webkit-box-shadow: 0 1px 1px #DEDEDE;
	        box-shadow: 0 1px 1px #DEDEDE;*/
}

input[type="radio"]:checked + label:before{
	background: #176DB6;
	-webkit-box-shadow: 0 1px 1px #fff, inset 0 0 0 5px #fff;
	        box-shadow: 0 1px 1px #fff, inset 0 0 0 5px #fff;
}

input[type="radio"] + label:hover:before{
/*	-webkit-box-shadow: 0 1px 1px #DEDEDE, inset 0 0 0 3px #E9F4FB;
	        box-shadow: 0 1px 1px #DEDEDE, inset 0 0 0 3px #E9F4FB;*/
}


textarea{
	height: 100px;
	resize:none;
}
textarea.xxl,
input.xxl{
	width: 100%;
}
textarea.xs,
input.xs{
	width: 122px;
}
textarea.xxs,
input.xxs{
	width: 75px;
}
input.hasAffix{
	display: inline-block;
	margin-right: 5px;
}
.affix{
	display: inline-block;
}

/* Select */
.fstSingleMode .fstQueryInput{
	/* geht nicht, da die optionen dann nicht gerendert werden... */
	/*display: none;*/
	font-size: 16px;
}

.fstElement{
	width: 100%;
	border: none;
}
.boxCables .fstToggleBtn{
	font-size: 16px;
	line-height: 120%;
	font-weight: bolder;
	background-color: #176DB6;
  color:#fff;
	border: none;
	margin: 0;
	min-width: 0;
	min-height: 58px;
}

/*.boxCables .fstToggleBtn::before, 
.boxCables .fstToggleBtn::after {
  background-color:#fff;
}
.boxCables .fstToggleBtn:hover::before, 
.boxCables .fstToggleBtn:hover::after {
  background-color:#2991d9;
}*/

.boxCable.setActive .fstToggleBtn {
  color:#176DB6;
}
.boxCable.setActive .fstToggleBtn::before,
.boxCable.setActive .fstToggleBtn::after {
  background-color:#176DB6;
}

.fstToggleBtn{
	font-size: 16px;
	line-height: 120%;
	font-weight: bolder;
	padding: 10px 44px 10px 24px;
	background-color: #E8E8E8;
	border: none;
	border: 1px solid #C5C5C5;
	margin: -2px -2px 0;
	min-width: 0;
	display: flex;
	align-items: center;
}
/*.fstElement:hover .fstToggleBtn{
	background-color: #CCCCCC;
}*/

.fstToggleBtn,
.boxConfigurator .filter select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23176DB6' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3e%3c/svg%3e");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: right 18px center;
  appearance: none;
  -webkit-appearance: none;
}
.fstToggleBtn{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23ffffff' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3e%3c/svg%3e");
}
.fstToggleBtn:after{
	display: none;
}

.boxCables .fstElement.fstActive .fstToggleBtn{
	/*background-color: #fff;
	color: #176DB6;*/
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23ffffff' d='M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z'/%3e%3c/svg%3e");
}

/*.fstToggleBtn:before,
.fstToggleBtn:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: 0;
  background-color: #707070;
  width: 11px;
  height: 1px;
  -webkit-transform: rotate(-43deg);
      -ms-transform: rotate(-43deg);
          transform: rotate(-43deg);
  border: none;
}
.fstToggleBtn:before {
  -webkit-transform: rotate(43deg);
      -ms-transform: rotate(43deg);
          transform: rotate(43deg);
  margin-right: 8px;
}
.fstActive .fstToggleBtn:after{
  -webkit-transform: rotate(43deg);
      -ms-transform: rotate(43deg);
          transform: rotate(43deg);
}
.fstActive .fstToggleBtn:before{
  -webkit-transform: rotate(-43deg);
      -ms-transform: rotate(-43deg);
          transform: rotate(-43deg);
}*/
.fstGroupTitle,
.fstResultItem {
  font-size: 16px;
  padding: 7px 11px;
  list-style: none;
  line-height: 15px;
}
.fstGroupTitle{
	font-weight: bolder;
}
.fstResultItem:hover {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(20%, #3875d7),color-stop(90%, #2a62bc));
	background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
	color: #fff;
}
.fstGroup{
	padding-top: 0;
}

.headlinebox {
	text-align: center;
	margin-bottom: 75px !important;
}
.headlinebox > .col{
	display: flex;
	flex-direction: column;
	width: 33.33%;
}
/*
.headlinebox > div > .cableimg{
	margin: auto !important;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.headlinebox .cableimg.cableB,
.headlinebox .cableimg.cableA{
	max-width: 263px;
	padding-bottom: 19.65%;
}
.headlinebox .cableimg.cable{
	max-width: 346px;
	padding-bottom: 5.20%;
}
.headlinebox .cableimg img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 1199px){
	.headlinebox .cableimg.cableB,
	.headlinebox .cableimg.cableA{
		max-width: 200px;
	}
	.headlinebox .cableimg.cable{
		max-width: 260px;
	}
}
*/
.headlinebox .imgCable{
	justify-content: space-between;
	display: grid;
	grid-template-columns: 1fr 30px 1fr 30px 1fr;
	/*padding: 0 24px;*/
	gap: 35px;
	align-content: center;
}
.headlinebox.mobile .imgCable{
	grid-template-columns: 1fr 20px 1fr 20px 1fr;
	padding: 0 24px;
	gap: 15px;
}
.headlinebox.mobile .imgCable img{
	width: 100%;
	max-width: 100%;
}
.headlinebox.desktop .imgCable{
	margin-top: 70px;
}
.headlinebox .imgCable > div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.headlinebox .imgCable .cableMiddle{
	background: #176db6;
	width: 100%;
	height: 23%;
	margin: auto;
	border-radius: .3vw;
}
.headlinebox.mobile .imgCable .cableMiddle{
	height: 22%;
}
@media only screen and (max-width: 399px){
	.headlinebox.mobile .imgCable{
		padding: 0;
	}
}


.headlineTitle{
	font-size:  24px;
	line-height: 32px;
	font-weight: bold;
	display: none;
	margin-bottom: 70px;
	text-transform: uppercase;
	color: #176DB6;
}
.headlinebox .headlineTitle{
	display: block;
}
/*
.headlinebox .imgCable{
	display: flex;
	justify-content: space-between;
}
.headlinebox .imgCable img{
	max-width: 30%;
}

*/
.headlinebox.desktop{
	display: block;
}
.headlinebox.mobile{
	display: none;
}
@media only screen and (max-width: 959px){
	.headlinebox.desktop{
		display: none !important;
	}
	.headlinebox.mobile{
		display: block;
	}

	.boxConfigurator .headlineTitle{
		display: block;
		text-align: center;
		margin-bottom: 50px;
		font-size: 20px;
		line-height: 28px;
	}

}

/* Identification */
.identification{
	margin-bottom: 100px;
}
.identification h4{
	font-size: 16px;
	color: #6A6766;
	font-weight: bolder;
	border-bottom: 1px solid #c5c5c5;
	padding-left: 15px;
	padding-bottom: 2px;
}

.identification label,
#cableconfig label{
	font-weight: normal;
	font-size: 16px;
	display: block;
}
.identification .unitelement input{
	padding-right: 47px;
	width: 262px;
	max-width: 100%;
}
.identification .unitelement input,
.identification .unitelement .button{
	margin-bottom:0;
}
.identification .customerident {
	display: flex;
	align-items: center;
}
.identification .customerident label{
	margin: 0 10px 0 0;
}

.contactperson h5{
	margin: 0;
	font-weight: bolder;
	color:#176DB6;
	font-size: 16px;
}
.contactperson{
	line-height: 170%;
}

.contactperson > div:not(:last-child){
	margin-bottom: 20px;
}
.contactperson .row > .col{
	width: auto;
	flex: 0 0 auto;
}

@media only screen and (max-width: 1024px){
	.identification .row > .colL{
		flex: 1 0 0;
	}
/*	.identification .colL > .row > .col:first-child{
		max-width: 150px;
	}
	*/
	.identification .colL > .row > .col:last-child{
		min-width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 959px){
	.unitelement,
	.identification .unitelement input{
		width: 100%;
	}
	.identification > .row{
		display: block
	}
	.contactperson{
		margin-top: 40px;
	}
	.contactperson > div:first-child{
		text-align: center;
	}
	.contactperson .row{
		justify-content: center;
	}
/*	.identification .row.border{
		display: block;
	}
	.identification .row.border > .col:not(:last-child){
		border-right: none;
		border-bottom: 1px solid #c5c5c5;
	}
	.identification .row.center{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}*/
}

@media only screen and (max-width: 559px){
	#identification-form .row{
		display: block;
		margin: 0 0 15px;
	}
	#identification-form .row > .col{
		padding: 0;
	}
	#identification-form .row > .col:not(:last-child){
		margin-bottom: 15px;
	}

}
/* Table */
/* Table mobile*/
#cableconfig-result{
	font-size: 13px;
	line-height: 21px;
}
[name='emptyCart']{
	opacity: 0 !important;
  width: 0 !important;
  height:0 !important;
  padding:0 !important;
  margin: 0 !important;
}
.resulttable{
	position: relative;
	width: 100%;
}
.resulttable .header{
	display: none;
}
.resulttable .element{
	border: none;
	position: relative;
	background: #EEEEEE;
}
#cableconfig .resulttable .element:not(:last-child):after{
	content: '';
	border-bottom: 1px solid #969696;
	position: absolute;
	left: 24px;
	bottom: 0;
	width: calc(100% - 48px);
}
.resulttable .element > div{
	padding: 10px;
}
.resulttable .label{
	font-weight: bolder;
}
.resulttable .delete{
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	padding-left: 10px !important;
padding-right: 10px !important;
}
.resulttable .description .label,
.resulttable .images .label,
.resulttable .delete .label{
	display: none;
}

.distributorportal .resulttable{
	display: table;
}
.distributorportal .resulttable a,
.distributorportal .resulttable{
	font-size: 13px;
	line-height: 21px;
}
.distributorportal .resulttable .element{
	background: #F6F6F6;
}
.distributorportal .resulttable .element:after{
	content: '';
	border-bottom: 2px solid #fff;
		position: absolute;
		bottom: 0px;
		width: 100%;
		left: 0;
}
.distributorportal .resulttable .element:last-child:after{
	display: none;
}
.distributorportal .resulttable .element:nth-child(even){
	background: #EEEEEE;
}
.loginbox .user,
.distributorportal .user{
  display:block;
  text-align: right;
  padding-right:15px;
  margin-bottom:20px;
}
.distributorportal .download{
  /*background:url(/en/eCatalog/img/icon-download.svg);*/
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23176DB6' d='M480 352h-133.5l-45.25 45.25C289.2 409.3 273.1 416 256 416s-33.16-6.656-45.25-18.75L165.5 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456zM233.4 374.6C239.6 380.9 247.8 384 256 384s16.38-3.125 22.62-9.375l128-128c12.49-12.5 12.49-32.75 0-45.25c-12.5-12.5-32.76-12.5-45.25 0L288 274.8V32c0-17.67-14.33-32-32-32C238.3 0 224 14.33 224 32v242.8L150.6 201.4c-12.49-12.5-32.75-12.5-45.25 0c-12.49 12.5-12.49 32.75 0 45.25L233.4 374.6z'/%3e%3c/svg%3e");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent:-999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.distributorportal .searchbox{
  width:350px;
  /*background:url(/en/eCatalog/img/icon-lupe.svg);*/
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3e%3cpath fill='%23176DB6' d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z'%3e%3c/path%3e%3c/svg%3e");
  background-position:right 10px center;
  background-repeat:no-repeat;
  background-size: 24px auto;
  padding-right:60px;
}
.distributorportal .searchbox input{
  width:100%;
  max-width:100%;
  /*height:45px;padding:0 10px;border-radius: 10px;*/
}

.distributorportal .resulttable .element > div, 
.distributorportal .resulttable .header > div{
	padding:10px 10px;
}
.distributorportal .resulttable label.ipad,
.distributorportal .resulttable label.mobile{
	display: none;
	font-weight: bold;
	margin: 0;
}
@media only screen and (max-width: 767px){
	.distributorportal .resulttable .element > div, 
	.distributorportal .resulttable .header > div{
		padding:0px;
	}
	.distributorportal .resulttable .element{
		padding:10px;
	}
	.distributorportal .resulttable .center{
		text-align: left;
	}
	.distributorportal .resulttable label.mobile{
		display: block;
	}
}


.allprice{
  text-align: right;
}
.allprice > div{
	padding: 35px 24px 0 0;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 5px 20px;
	align-items: baseline;
}
.allprice .total{
	font-weight: bold;
	color: #176DB6;
}
.allprice .price.total{
	font-size: 20px;
	line-height: 32px;
}

.allprice p{
	margin-bottom: 0;
	display: flex;
}
.allprice p ~ p{
	margin-top: 10px;
}
.imgBundle{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
    justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  	  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* new */
}
.imgBundle img{
	margin:  0 10px 10px 0;
	background: #fff;
	max-width: calc(50% - 10px);
}

.resulttable .priceBox > .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.resulttable .priceBox > .inner > div{
	-webkit-box-flex:1;
	    -ms-flex:1 1 50%;
	        flex:1 1 50%;
}
.resulttable .element.edit{
	background:rgba(226, 141, 0, .1);
}
/*
@media only screen and (max-width: 449px){
	.resulttable .priceBox > .inner > div.totalprice{
		border-top: 1px solid #c5c5c5;
		padding-top: 10px;
		font-size: 1.1em;
	}
}
*/
@media only screen and (max-width: 1199px){
	.resulttable .center{
		text-align: left !important;
	}
	.distributorportal .resulttable label.ipad,
	.resulttable .header .table{
		display: block;
	}
	.resulttable .table > .cell{
		display: inline-block;
	}
	.resulttable .noipad{
		display: none !important;
	}
}
@media only screen and (max-width: 767px){
	.resulttable .priceBox .price:not(:last-child){
		margin-bottom: 10px;
	}

	.resulttable .element:not(:last-child):after{
		left: 12px;
		width: calc(100% - 24px);
	}
}

@media only screen and (min-width: 450px){
	.resulttable .priceBox > .inner > div{
		-webkit-box-flex:1;
		    -ms-flex:1 0 0px;
		        flex:1 0 0;
	}
}

/* Table desktop*/
@media only screen and (min-width: 768px){

	.resulttable{
		display: table;
		border-collapse: collapse;
	}
	.resulttable .label{
		display: none;
	}
	.resulttable .element,
	.resulttable .header{
		display: table-row;
		/*border: 1px solid #c5c5c5;*/
	}
	.resulttable .element > div,
	.resulttable .header > div{
    display:table-cell;
		vertical-align: top;
    padding: 25px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-clip: padding-box; /* fix border */
	}
	.resulttable .header > div{
    padding-top: 10px;
    padding-bottom: 10px;
	}
	#cableconfig .resulttable .header > div{
    height: 58px;

	}
	#cableconfig-result .resulttable .header > div{
    vertical-align: middle;
	}
	.resulttable .images{
		width: 200px;
	}
	.resulttable .priceBox{
		width: 270px;
		text-align: right;
	}
	.resulttable .quantity{
		width: 65px;
	}
	.resulttable .delete{
		width: 100px;
		vertical-align: middle;
		position: relative;
		top: auto;
		right: auto;
	}
	.resulttable .icon-delete{
		/*position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);*/
		cursor: pointer;
	}
	.resulttable .icon-edit{
		/*position: absolute;
		left: 50%;
		top: 5px;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);*/
		margin-right: 10px;
		cursor: pointer;
	}
	.resulttable .edit .icon-edit{
		display:none;
	}

	.resulttable .header{
		border: 1px solid #176DB6;
		background: #176DB6;
		color:white;
	}
	.resulttable .header .table{
		color:white;
		margin-bottom: 0;
	}
	.resulttable .header .priceBox{
		background-color: transparent;
	}

	.allprice{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.allprice > div{
		margin-right: 100px;
		padding: 40px 24px 0 0;
	}
	.allprice .price.total{
		font-size: 24px;
		line-height: 32px;
	}


	.resulttable .images{
		width: 120px;
	}
	#Content .imgBundle img{
		max-width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

}

@media only screen and (min-width: 960px){
	.resulttable .images{
		width: 140px;
	}
	#Content .imgBundle img{
		max-width: 50%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}

@media only screen and (min-width: 1240px){
	.resulttable .images{
		width: 200px;
	}
}



/* send request */
/* Accordion */
#accordion h3,
#accordion .ui-accordion-header{
	position: relative;
	margin:0;
	font-size: 16px;
	padding: 2px 15px;
	font-weight: normal;
	border: none;
	border-bottom: 1px solid #176DB6 !important;
	background: none;
}
#accordion .ui-accordion-content{
	border: none;
	padding: 25px 15px;
	overflow: hidden;
}
.ui-accordion .ui-accordion-header .ui-icon{
	left:auto;
	right: 10px;
	height: 20px;
	width: 20px;
	background: none;
}
.ui-accordion .ui-accordion-header.ui-state-active .ui-icon{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.ui-accordion .ui-accordion-header .ui-icon:before,
.ui-accordion .ui-accordion-header .ui-icon:after{
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: 0;
  background-color: #176DB6;
  width: 11px;
  height: 1px;
  -webkit-transform: rotate(-43deg);
      -ms-transform: rotate(-43deg);
          transform: rotate(-43deg);
  border: none;
}
.ui-accordion .ui-accordion-header .ui-icon:before {
  -webkit-transform: rotate(43deg);
      -ms-transform: rotate(43deg);
          transform: rotate(43deg);
  margin-right: 8px;
}

/* UI Spinner */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	margin: 0;
	border: 1px solid #176DB6;
	border-radius: 10px;
}
.ui-spinner-input {
	border: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 38px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
	background: #176DB6;
	border: none;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-spinner > input{
	border: none;
	height: 53px;
	text-align: right;
	padding: 5px 50px 5px 5px;
	margin: 0;
	-webkit-appearance:none;
	   -moz-appearance:textfield;
	        appearance:none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.ui-spinner .ui-icon-triangle-1-s,
.ui-spinner .ui-icon-triangle-1-n{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23ffffff' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3e%3c/svg%3e");
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
	height: 100%;
	display: block;
}
.ui-spinner .ui-icon-triangle-1-n{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23ffffff' d='M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z'/%3e%3c/svg%3e");
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}


/*.ui-spinner .ui-icon-triangle-1-s,
.ui-spinner .ui-icon-triangle-1-n{
	background: none;
	position: absolute;
	left: 5px;
	top: 3px;
}
.ui-spinner .ui-icon-triangle-1-s:before,
.ui-spinner .ui-icon-triangle-1-s:after,
.ui-spinner .ui-icon-triangle-1-n:before,
.ui-spinner .ui-icon-triangle-1-n:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: 0;
  background-color: #C5C5C5;
  width: 9px;
  height: 1px;
	-webkit-transform: rotate(43deg);
	    -ms-transform: rotate(43deg);
	        transform: rotate(43deg);
  border: none;
}
.ui-spinner .ui-icon-triangle-1-s:after,
.ui-spinner .ui-icon-triangle-1-n:before {
  -webkit-transform: rotate(-43deg);
      -ms-transform: rotate(-43deg);
          transform: rotate(-43deg);
  margin-right: 7px;
}
.ui-spinner .ui-icon-triangle-1-s:after {
  -webkit-transform: rotate(43deg);
      -ms-transform: rotate(43deg);
          transform: rotate(43deg);
}
.ui-spinner .ui-icon-triangle-1-s:before {
  -webkit-transform: rotate(-43deg);
      -ms-transform: rotate(-43deg);
          transform: rotate(-43deg);
}*/


/* Distributoren Portal */
.accordion .title{
	font-size: 16px;
	line-height: 120%;
	font-weight: bolder;
	background-color: #176DB6;
	color: #fff;
	border: none;
	margin: 0;
	min-width: 0;
	min-height: 58px; 

	cursor: pointer;

	padding: 10px 50px 10px 24px;

	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23ffffff' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3e%3c/svg%3e");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: right 18px center;
  appearance: none;
  -webkit-appearance: none;

  display: flex;
  align-items: center;
}

.accordion .answer{
	display: none;
	padding: 24px;
}
.accordion .accordion_wrapper.active .title{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23ffffff' d='M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z'/%3e%3c/svg%3e");
}
.accordion .accordion_wrapper.active .answer{
	display: block;
}

.blog_wrapper .blog_inner > div{
	display: grid;
	/*grid-template-columns: repeat(3, 1fr);*/
	grid-template-columns: 1fr 2fr;
	gap: 48px;
	color: #2C2C2C;
	font-size: 16px;
	line-height: 26px;
}
.blog_wrapper .image .image_links {
	display: none;
}

@media only screen and (max-width: 991px){
	.blog_wrapper .blog_inner > div{
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}
@media only screen and (max-width: 767px){
	.blog_wrapper .blog_inner > div{
		grid-template-columns: 1fr;
	}
}

.blog_wrapper .image_frame{
	margin-bottom: 24px;
}
.blog_wrapper .entry-title{
	margin-bottom: 7px;
}
.blog_wrapper .entry-title a{
	font-weight: bold;
	color: #2C2C2C;
	font-size: 16px;
}
.blog_wrapper .post-links{
	margin-top: 20px;
}
.blog_wrapper .post-links a:before{
	content: '';
	width: 15px;
	height: 16px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23176DB6' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  margin-bottom: -1px;
}

.pager_wrapper{
	margin-top: 40px;
	text-align: center;
}


/* Login */
.loginbox .formbox{
	max-width: 790px;
}

/* Responsive */
@media only screen and (max-width: 959px){
	.boxConfigurator .row.boxCables{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.boxConfigurator .row.boxCables > .col{
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.col.mobile-last{
		-webkit-box-ordinal-group: 1000;
		    -ms-flex-order: 999;
		        order: 999;
	}

	.unitelement > input{
		width: 150px;
		margin-bottom: 0;
	}
	.unitelement > .button{
		margin-bottom: 0;
	}


}

@media only screen and (max-width: 767px){
	.row.extraspace{
		display: block;
		margin-left: 0;
		margin-top: 0;
		margin-right: 0;
	}
	.row.extraspace > .col{
		padding: 0;
	}
	.row.extraspace > .col:not(:last-child){
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 559px){
	.the_content_wrapper > p,
	.the_content_wrapper > h2{
		width: 98%;
	}
	.boxConfigurator .row.boxCables{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.boxConfigurator .row.boxCables > .col{
    width: 100%;
	}
	.row.center{
		display: block;
	}	
	.boxConfigurator .row.center{
		display: flex;
		flex-wrap: wrap;
	}
	.boxCable{
		height: auto;
		min-height: 250px;
	}
	.boxCable .boxContain.placeholder{
		//margin-top: 15px;
	}

	input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea,
	a,
	#cableconfig,
	.identification label, #cableconfig label,
	.boxCables .fstToggleBtn,
	.contactperson h5,
	.buttongrey{
		font-size: 13px;
		line-height: 21px;
	}

	.buttongrey,
	.button.small,
	.button.main,
	input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{
		height: 42px;
	}

}
@media only screen and (max-width: 399px){
	input.xs{
		width: 30vw;
	}

	.row{
		display: block;
		margin: 0 0 15px;
	}
	.row > .col{
		padding: 0;
	}
	.row > .col:not(:last-child){
		margin-bottom: 15px;
	}

	.boxConfigurator .filter{
		margin-bottom: 5px;
	}
	.boxConfigurator .filter > .col,
	.boxConfigurator .filter > .col.colL{
		margin-bottom: 5px;
		width: 100%;
	}




	.boxConfigurator .row.center{
		margin: -13px;
	}
	.boxConfigurator .row.center > .col{
		padding: 13px;
		margin: 0;
	}
}
