
      .boxlink{color:#000;}
      .form-control{/*border-radius: 0;-webkit-appearance: none;*/}
      .nav-item .a.nav-link{color:#000;}
      .nav-pills>li>a{outline: 1px solid #333;color: #000;}
      .nav-pills .nav-link{background-color: #fff;border-radius: 0;text-decoration: none;}
      .nav-pills .nav-link.active.show{background-color: #333!important;border-radius: 0;text-decoration: none;outline: 1px solid #333;}
      .nav-pills .nav-link.active{background-color: #333!important;border-radius: 0;text-decoration: none;outline: 1px solid #333;}
      .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
      }
      .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
      }
      .carousel-control-prev {left: -12px!important;}
      .carousel-control-next {right: -12px!important;}
      .fw300{font-weight: 400;}

      /* sticky elements */
      .is_stuck{
      	background-color:#fff;
      	z-index: 2;
      	margin-top: 0px!important;
      	padding-top: 20px!important;
      	/*
        left: 50%;
		    margin-left: -570px;
        */
      }

      /* txt */

      .fw300{font-weight: 400;}
      .fw400{font-weight: 400;}

      /* buttons */

      .btn-datenblatt{
      	margin-top: 12px;
      	border-radius: 0;
      }

      .btn-datenblatt a{
      	color: #fff;
      	text-decoration: none;
      }

      .btn-liveberatung{
      	margin-top: 12px;
      	border-radius: 0;
		    display: none;
      }

	   .btn-liveberatung2{
      	margin-top: 12px;
      	border-radius: 0;
      }

      #filtercheckbox{
  			position: relative;
    		margin-top: 10px;
    		padding-left: 6px;
    		z-index: 99999!important;
    		margin-bottom: 0px;
  		}
  		#filtercheckbox #title{
  			padding-bottom: 10px;
  		}
  		#filtercheckbox span#checkbox{
  			padding-right: 20px;
  		}
  		select#anw1.filteraktiv{
  			background-color:#ffc107;
  		} 
  		select#kategorie.filteraktiv{
  			background-color:#ffc107;
  		}

  		#filterabmessungen{
  			position: relative;
    		z-index: 99999!important;
    		font-size: 17px;
    		color: #000;
  		}

  		.btn.dropdown-toggle{
  		
        height: 37px;
        border: 1px solid #7b7b7b;
        border-bottom: none;
        padding: 6px 12px;
        border-radius: 0;
        width: 100%;
        text-align: left;
        font-weight: 400;
        font-size: 17px;
        
      }

      .btn-success:hover{
        /*background-color: #fff; */
        /*border-color: #7b7b7b; */
      }

      .btn-success.dropdown-toggle:active{
        background-color: aqua;
        border-color: #7b7b7b;
      }

      .btn-success:focus{
        /*background-color: #fff; */
        /*border-color: #7b7b7b;  */
      }

      .filter-title{
        color:#000;
      }

      .dropdown-toggle{
        background-color: #fff!important;
        border-color: #7b7b7b!important;
      }

      .dropdown-menu.show{
        min-width:100%; /* für 2. varinate nur width */
        border: 1px solid #7b7b7b;
        border-radius: 0;
        /*border-top: 1px;  0 bei varinate 1 und 2 */
        margin-top: -1px;
        padding-bottom: 0;
      }

      .dropdown-menu.normserie.show{
        width: 1000px;
        /*height: 400px;*/
  	    border: 1px solid #7b7b7b;
  	    border-radius: 0;
  	    margin-top: -1px;
  	    padding-bottom: 0;
  	    margin-left: -800px;
      }


      .dropdowninner{
      	-webkit-box-shadow: 6px 6px 12px rgba(0,0,0,.3); */
      	box-shadow: 6px 6px 12px rgba(0,0,0,.3);
      	padding-bottom: 22px;
  	    padding-top: 14px;
  	    padding-right: 0px;
      }

      .tooglemask{
        position: absolute;
        width: 99%;
  	    height: 5px;
  	    background-color: #fff;
  	    z-index: 1001;
  	    margin-left: -12px;
  	    margin-top: 0px;
      }

      .dropdown-menu.title a:active{
        background-color: aqua;
      }

      .dropdown-menu a:active{
        background-color: #003399;
      }

      .dropdown-toggle:active{
        box-shadow:none;
      }

      .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
        box-shadow: none;
      } 


      .btn.dropdown-toggle:focus{
        outline:0;
      }

      .dropdown-item{
        font-size: 17px;
        font-weight: 400;
        text-decoration: none;
        color:#00246b; /* #003399 */
      }

      .dropdown-title{
        padding: .25rem 1.5rem;
        color: #000;
        font-size: 17px;
        font-weight: 400;
      }


      .caret {
        float: right;
        color: #000;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 8px dashed;
        border-top: 8px solid\9;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        margin-top: 8px;
          
      }

      /*
          outline: 5px auto -webkit-focus-ring-color;
          outline-offset: -2px;
      */

      .caret:before {
        /*
        content: "\e259";
        font-family: "Glyphicons Halflings";
        font-size: 12px;
        */
      }



      .dropdown-toggle[aria-expanded="true"] .caret{
        transform:rotate(180deg);
        transition:all ease 0.5s;
      }

      
      .dropdown-toggle .caret{
        transition:all ease 0.5s;
      }

      .dropdown-toggle::after {
        transform:rotate(180deg);
        transition:all ease 0.5s;
      }

      .form-row.filtern{
        margin-left:0px;
      }

      .form-row.filtern label{
        font-size: 17px;
        line-height: 160%;
        font-weight: 400;
        color: #000;
        margin-bottom: 0;
        margin-left: 20px;
        position: relative;
        padding-left: 10px;
        display: block;
      }

      .form-row.filtern label:before{
        content: "";
        border: 1px solid #a0a0a0;
        width: 16px;
        height: 16px;
        top: 6px;
        left: -20px;
        position: absolute;
        
      }

      .form-row.filtern label.clicked:after{
        content: "";
        background-image: url(/gfx/checkbox-green.svg);
        background-size: 20px;
        width: 20px;
        height: 22px;
        position: absolute;
        top: -2px;
        left: -18px;
        display: block;
        
      }

      #filterHolder{
      	/*max-height: 200px;*/
      }

     /*
    .tab-content>.active {
    	height: 400px;
	}

	.tab-content>.tab-pane {
    	display: block;
	}
	*/

	#normserienTab .nav-link{
		text-decoration: none;
	}
	#normserienTab .nav-link:active{
		background-color: #fff!important;
	}
	#normserienTab .nav-link{
		padding-left:30px;
		padding-right:30px;
	}
	#captop-tab{
		
	}

	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
		/*border:none;*/
		border-color: #a6a6a6 #a6a6a6 #fff;
	}
	.nav-tabs {
    	border-bottom: 1px solid #a6a6a6;
	}
	.nav-tabs:hover {
    	border-bottom: 1px solid #a6a6a6;
	}


	#normserienTab .nav-link:hover{
		/*border:none;*/
	}

	#normserienTab a#captop-tab.nav-link {
		background-image: url(/gfx/logo-captop-taben-normserie.png);
		background-position: center ;
		background-repeat: no-repeat;
		width: 210px;
		height: 50px;
		opacity: 0.5;
	}

	#normserienTab a#captop-tab.nav-link.active {
		background-image: url(/gfx/logo-captop-taben-normserie.png);
		background-position: center ;
		background-repeat: no-repeat;
		width: 210px;
		height: 50px;
		opacity: 1;
	}

	#normserienTab a#quickfit-tab.nav-link {
		background-image: url(/gfx/logo-quickfit-taben-normserie.png);
		background-position: center ;
		background-repeat: no-repeat;
		width: 230px;
		height: 50px;
		opacity: 0.5;
	}

	#normserienTab a#quickfit-tab.nav-link.active {
		background-image: url(/gfx/logo-quickfit-taben-normserie.png);
		background-position: center ;
		background-repeat: no-repeat;
		width: 230px;
		height: 50px;
		opacity: 1;
	}

	#normserienTab a#durasafe-tab.nav-link {
		background-image: url(/gfx/logo-durasafe-taben-normserie.png);
		background-position: center ;
		background-repeat: no-repeat;
		width: 250px;
		height: 50px;
		opacity: 0.5;
	}

	#normserienTab a#durasafe-tab.nav-link.active {
		background-image: url(/gfx/logo-durasafe-taben-normserie.png);
		background-position: center ;
		background-repeat: no-repeat;
		width: 250px;
		height: 50px;
		opacity: 1;
	}

	#normserienTab a#prosicon-tab.nav-link {
		background-image: url(/gfx/logo-prosicon-taben-normserie.png);
		background-position: center ;
		background-repeat: no-repeat;
		width: 230px;
		height: 50px;
		opacity: 0.5;
	}

	#normserienTab a#prosicon-tab.nav-link.active {
		background-image: url(/gfx/logo-prosicon-taben-normserie.png);
		background-position: center ;
		background-repeat: no-repeat;
		width: 230px;
		height: 50px;
		opacity: 1;
	}

	.dropdowninner{
		padding-left: 20px;
    	padding-right: 20px;
	}

	.scrollClassNormserien {
  		height:410px;
      width: 100%;
  		overflow-y: scroll;
  		overflow-x: hidden;
	}

  ul.listNormserien a{
    text-decoration: none;
    color:#000;
    font-weight: 400;
    font-size: 17px;
  }

  ul.listNormserien .liCaptop{
    color:#d71c31;
    font-weight: 700;
    padding-right:10px;
  }

  .dropdown-toggle{

  }

  /* custom checkbox filter-left */
  .btn span.glyphicon {           
    margin-left: -17px;    
  }
  .btn.active span.glyphicon {        
    opacity: 1;       
  }

  .btn-checkbox{
    /*
    background-color: none;
    width: 30px;
    height: 30px;
    */
    width: 30px;
    padding: 0px;
    height: 30px;
    padding-top: 3px;
    padding-left: 5px;
    border-bottom: 1px solid #7b7b7b;

  }

  /* custom css anwendungen includes */
  .abmessungenLabel{
    font-size: 17px;
    font-weight: 400;
    color: #000!important;
  }

  .abmessungenFormElementHolder{
    
  }

  .abmessungenFormElementHolder .badge{
    position: absolute;
    right: 0px;
    margin-top: -22px;
    margin-right: 20px;
    font-weight: 600;
    padding-top: 3px;
  }

  .abmessungenFormElementHolder .dropdown-toggle {
    
    width: 100%;
    height: 30px;
    border-bottom: solid 1px;
    padding-top: 2px;
    color: #000;
  }

  .abmessungenInput{
    border: 1px solid #7b7b7b; */
    height: 30px;
    font-size: 17px;
    font-weight: 400;
  }

  /* custom selectbox */
  .customSelectWrapper {
    width: 100%;
  }

  .customSelectWrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    background-color: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    border-color: #CCCCCC!important;
    border: solid 1px;
    border-radius: unset;
    cursor: pointer;
  }

  .customSelectWrapper select::-ms-expand {
    display: none;
  }

  .customSelectWrapper .caret{
    position: absolute;
    right:13px;
    top:14px;
    pointer-events: none;
  }

  /*
  .customSelectWrapper::before {
    font-family: fontello;
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #333;
  }
  */

  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    /*width: 100%!important;*/
  }

  .bootstrap-select .dropdown-toggle{
    width: 100%!important;
    border-bottom: solid 1px;
  }

  .bootstrap-select .dropdown-menu.show{
    -webkit-box-shadow: 6px 6px 12px rgba(0,0,0,.3);
    box-shadow: 6px 6px 12px rgba(0,0,0,.3);
  }

  .popover-header{
    font-size: 14px;
    font-weight: 400;
  }

  .bootstrap-select .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #003399;
  }

  .tooltip{
  }

  .tooltip >.tooltip-inner {
    background-color: #003399;
    color: #fff;
  }

  .tooltip .arrow:before {
    border-bottom-color: none;
    border-width: 0 0 0;
    z-index: -1;
}

  .tooltip .arrow {
    top:35px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #003399;
  }


  /* sample form */

  .form-group label{
    font-size: 17px;
    font-weight: 400;
    padding-left: 10px;
  }

  .form-control{
    border-radius: 0;
    border: 1px solid #a0a0a0;
  }

  #formSelectCountry{
    -webkit-appearance: none;
  }

  .btn-sendmail{
    background-color:#003399;
    width: auto;
  }

 a.indexbox{
    color: #fff;
    text-decoration: unset;
}
