@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-variablefont_wdthwght-webfont.woff2') format('woff2'),
         url('../fonts/opensans-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
    
    font: 16px/1 'open_sansregular',Arial,Helvetica,sans-serif;
    
}
p {
  margin: 0 0 15px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 18px;
}
.owl-top-narrow #category-slider-demo-7 .owl-controls {
  right: -2px
}
.header .demo-tooltip, .footer .demo-tooltip {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 9;
  width: 20px
}
.header-container.sticky-header .header .demo-tooltip {
  display: none
}
.footer .demo-tooltip {
  top: -20px
}
a.tooltip-icon {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation: tooltip-animation 1s ease-in infinite;
  -moz-animation: tooltip-animation 1s ease-in infinite;
  -ms-animation: tooltip-animation 1s ease-in infinite;
  animation: tooltip-animation 1s ease-in infinite;
}
.header-container.type2 a.tooltip-icon, .header-container.type3 a.tooltip-icon, .header-container.type4 a.tooltip-icon, .header-container.type5 a.tooltip-icon, .header-container.type6 a.tooltip-icon, .header-container.type7 a.tooltip-icon, .header-container.type8 a.tooltip-icon {
  color: #000;
  border-color: #000
}
.tooltip-popup {
  position: absolute;
  right: -10px;
  top: 30px;
  width: 300px;
  background-color: #111;
  box-shadow: 0 0 8px rgba(255, 255, 255, .5);
  padding: 20px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  text-align: left
}
.tooltip-popup h4 {
  font-size: 16px;
  color: #fff
}
.tooltip-popup p {
  margin-bottom: 10px;
  color: #fff
}
.tooltip-popup em {
  font-size: 10px
}
a.tooltip-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff
}
.footer-middle > .container {
  position: relative
}
/* tooltip for demo */
@-webkit-keyframes tooltip-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltip-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tooltip-color {
  0% {
    color: #fff;
  }
  50% {
    color: #333;
  }
  100% {
    color: #fff;
  }
}
@keyframes tooltip-color {
  0% {
    color: #fff;
  }
  50% {
    color: #333;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes tooltip-color-white {
  0% {
    color: #444;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #444;
  }
}
@keyframes tooltip-color-white {
  0% {
    color: #444;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #444;
  }
}
/*Custom Options */
/*Überschriften*/
h1 {
  color: #ec1600;
  font-size: 30px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.col-main .page-title h1, .col-main .page-title h2 {
  font-size: 30px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
h2 {
  font-size: 23px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #3C81CE;
}
h3 {
  color: #e87f09;
  margin-top: 30px;
}

/* End Überschriften*/
.category-banner .owl-theme .owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -25px;
}
/*Homebar*/
.homepage-bar {
  background-image: -moz-linear-gradient(top, #FFFFFF 23%, #D3D3D3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.23, #FFFFFF), color-stop(1.0, #D3D3D3));
  margin-bottom: 40px;
}
.homepage-bar .col-md-6 {
  border-left: 1px solid #e1e1e1;
  padding-top: 20px;
  padding-bottom: 21px;
}
.homepage-bar .highlight1 {
  background-image: -moz-linear-gradient(top, #FFA500 58%, #E87F09);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.58, #FFA500), color-stop(1.0, #E87F09));
}
.homepage-bar .footer {
  padding-top: 20px;
}
.homepage-bar p {
  font-size: 16px;
  margin: 10px 0;
  line-height: 20px;
  color: #000;
}
.homepage-bar i {
  font-size: 22px;
  color: #012D6B;
  vertical-align: top;
}
.action_button2 {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: linear-gradient(#171B64, #333);
  padding: 5px 20px;
  font-size: 13px;
  text-transform: uppercase;
}
span.widget.widget-product-link, .col-main .widget-category-link, .btn {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  background-color: #ec1600;
  padding: 5px 20px;
  font-size: 19px;
  display: inline-block;
}
span.widget.widget-product-link a, .col-main .widget-category-link a {
  color: #fff;
}
.main-container .clearer {
  margin-bottom: 30px;
}
.slogan {
  padding: 30px 0;
}
.homepage-bar .text-area img {
  max-width: 90%;
  margin-bottom: 20px;
  margin-top: 20px;
}
/*end homebar*/
.col-main .section {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
}
.section .col-md-4, .section .col-md-6, .section .col-md-8 {
  padding: 0;
  margin-right: 20px;
}
.section .col-md-8.highlight, .section .col-md-6.highlight {
  margin-right: 20px;
}
.startbox {
  background-color: #f1f1f1;
  padding: 15px;
  margin: 5px;
}
.startbox img {
  max-width: 100%;
}
.highlight {
  background-color: #E6F0F5;
  padding: 38px 34px !important;
  color: #3C81CE;
}
.highlight h2, .highlight h3 {
  margin-top: 0;
}
.highlight.grey {
  background-color: #EBEBEB;
  padding: 38px 34px;
  margin: 30px 0px;
  color: #555;
}
.highlight img {
  max-width: 100%;
}
.highlight ul {
  padding-left: 20px;
}
.highlight li, .list li {
  font-weight: normal;
  line-height: 1.7;
  list-style-type: disc;
  list-style-position: outside;
  color: #3C81CE;
}
.highlight h3 {
  color: #3C81CE;
}
/*header*/
.header {
  z-index: 300;
}
.header-container.type4 .header {
  padding: 5px 0 20px 0;
}
.header-container.type4 .header .custom-block {
  text-align: right;
  line-height: 20px;
}
.header-container.type4.sticky-header .header-wrapper {
  background-color: #EBEBEB;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #e87f09;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(94, 94, 94, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(94, 94, 94, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(94, 94, 94, 0.3);
}




.icon-phone-info {
  background: transparent url(../images/icon_info.jpg) no-repeat 0 center;
  display: inline-block;
  line-height: 1.9em;
  margin-left: .2em;
  padding-left: 40px;
}
.icon-phone-technik {
  background: transparent url(../images/icon_technik.jpg) no-repeat 0 0;
  display: inline-block;
  line-height: 1.9em;
  margin-left: .2em;
  padding-left: 40px;
}
/* end header*/
/* News CommerceLab*/
.news-item h5 a {
  font-size: 20px;
  font-weight: 400;
}
.block.news-categories li {
  padding: 10px;
  line-height: 20px;
  border-bottom: 1px #ccc dotted;
  font-size: 14px;
}
.block.news-categories .menu-categories h5, .menu-categories ul li {
  font-size: 13px;
  margin: 0px;
}
.menu-categories ul li a {
  color: #777;
  font-weight: 600;
}
.block.news-categories .block-title {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #777;
  position: relative;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
  margin: 0 !important;
  margin-top: 14px;
}
.block.news-categories .menu-categories {
  padding: 10px 5px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
}
.block.news-categories {
  border: none;
}
/* End News CommerceLab*/
/*search field header*/
.header .form-search {
  border-radius: 5px;
  min-width: 200px;
  max-width: 250px;
}
.header .form-search button.button {
  height: 30px;
  border-radius: 0 10px 10px 0;
}
.header .form-search #search {
  height: 30px;
  padding: 0px 15px;
  border-radius: 10x 0 0 10px;
}
/*end search field*/
/*menu customerarea*/
.header-container.type4 .main-nav ul.menu > li.fl-right > a {
  color: #E87F09;
}


.header-container.type4 .main-nav ul.menu > li.fl-right > a:hover, .header-container.type4 .main-nav ul.menu > li.fl-right > a:active {}
.header-container.type3 .main-nav ul.menu > li.fl-right, .header-container.type4 .main-nav ul.menu > li.fl-right:hover {
  background: none;
}
/*end*/
/*Price*/
.product-view .product-info {
  padding: 5px;
  margin-top: 0px;
}
.product-view .product-shop .price-box .regular-price .price, .price-box .full-product-price .price {
  font-size: 30px;
  color: #08c;
  color: #e87f09;
  font-weight: 400;
}
.minimal-price, .ratings .rating-box, .sticky-product .sticky-detail .availability {
  display: none;
}
.price-as-configured .price-label {
  color: #525252;
  font-size: 14px;
}
.price-box b {
  color: #9C9C9C;
  font-size: 14px;
  font-weight: 400;
}
a.callforprice {
  color: #fff;
  background: red;
  font-size: 14px;
}
.product-info div:nth-child(2), .sticky-detail div:nth-child(2) {
  padding-bottom: 15px;
}
.product-view .product-info, .product-view .product-shop .short-description {
  border-bottom: 1px solid #29569F;
}
.product-view .product-name h1 {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: 400;
  color: #29569F;
}
/*end price*/
/* Footer*/
.footer-middle {
  background-color: #292929;
}
.footer-middle .block .block-title {
  margin-bottom: 40px;
}
.footer-middle .block .block-title strong {
  color: #AEAEAE;
  text-transform: uppercase;
}
.footer-middle ul.links li {
  padding: 6px 0;
}
.footer-middle a {
  color: #C8C8C8;
}
.footer-bottom {
  background-color: #333333;
  padding: 7px 0;
}
/* End Footer*/
/*end Navi trans */
.csc-menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.csc-menu > li {
  position: relative;
  display: block;
}
.csc-menu > li > a {
  position: relative;
  display: block;
  padding: 0px
}
.footer-middle a {
  position: relative;
  display: inline;
  padding: 0px
}
.csc-menu > li > a:focus, .csc-menu > li > a:hover, .footer-middle a:hover, .footer-middle a:focus {
  text-decoration: none;
  background-color: transparent
}
.csc-menu > li.disabled > a {
  color: #bcbcc2
}
.csc-menu > li.disabled > a:focus, .csc-menu > li.disabled > a:hover {
  color: #bcbcc2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}
.csc-menu .open > a, .csc-menu .open > a:focus, .csc-menu .open > a:hover {
  background-color: transparent;
  border-color: #23256c
}
.csc-menu > li + li {
  margin-top: 2px;
  margin-left: 0
}
.csc-menu > li > a, .footer-middle a {
  display: inline-block !important;
  padding: 0 0 5px 0;
  transition: all .25s ease .1s;
}
.csc-menu > li > a:after, .footer-middle a:after {
  content: '';
  height: 1px;
  left: 0;
  right: 100%;
  transition: all .25s ease .1s;
  bottom: 0; /* background-color:rgba(35,37,108,.1); */
  position: absolute;
}
.csc-menu > li > a:focus, .csc-menu > li > a:hover, .footer-middle a:focus, .footer-middle a:hover {
  transition: all .25s ease
}
.csc-menu > li > a:focus:after, .csc-menu > li > a:hover:after, .footer-middle a:focus:after, .footer-middle a:hover:after {
  transition: all .25s ease;
  right: 0;
  background-color: #E87F09;
}
/*end Navi trans */
/* Main Menu*/
.header-container.type4 .header-wrapper {
  margin-bottom: 0;
}
.main-nav .menu > li.menu-full-width .nav-sublist-dropdown, .main-nav ul.menu > li .nav-sublist-dropdown {
  border-top-color: #E87F09;
}



.main-nav {
  background-color: #EBEBEB;
}
.main-nav .menu-wrapper {
  background-color: transparent;
}
.fixed-header ul.menu > li.act, .main-nav ul.menu > li.act {
  border-radius: 3px;
}
.fixed-header ul.menu > li.menu-full-width, .fixed-header ul.menu > li.menu-item-has-children, .main-nav ul.menu > li.menu-full-width, .main-nav ul.menu > li.menu-item-has-children, .fixed-header ul.menu > li.menu-static-width, .fixed-header ul.menu > li.menu-item-has-children, .main-nav ul.menu > li.menu-static-width, .fixed-header ul.menu > li.menu-full-width.act:hover, .fixed-header ul.menu > li.menu-item-has-children.act:hover, .main-nav ul.menu > li.menu-full-width.act:hover, .main-nav ul.menu > li.menu-item-has-children.act:hover, .fixed-header ul.menu > li.menu-static-width.act:hover, .fixed-header ul.menu > li.menu-item-has-children.act:hover, .main-nav ul.menu > li.menu-static-width.act:hover {
  padding: 0;
  border-radius: 3px 3px 0 0
}
.fixed-header ul.menu > li .nav-sublist-dropdown, .main-nav ul.menu > li .nav-sublist-dropdown {
  border-radius: 0 3px 3px 3px;
}
.fixed-header .menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist, .main-nav .menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist, .fixed-header ul.menu > li, .main-nav ul.menu > li {
  border-radius: 3px;
}
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
  border-radius: 0 0 3px 3px;
}
.fixed-header ul.menu > li > a, .main-nav ul.menu > li > a {
  padding: 17px 10px;
}
/* End Main Menu*/
.top-links-container {
  background-color: transparent;
  padding: 0px 0;
}
/*Card*/
.topCartContent {
  border-radius: 3px;
}
/*end card*/
/* Accordeon*/
.product-options {
  margin: 0;
}
.product-options .last dt:first-of-type {
  background-color: #E87F09;
}
.product-options .last dt:first-of-type label {
  color: #fff;
}
.product-options .last dd:first-of-type {
  display: block !important;
}
.product-options .last dt, .product-options .last dd {
  padding: 10px;
  margin-bottom: 5px;
  border-bottom: 0;
}
.product-options .last dt {
  position: relative;
  padding: 5px 20px 5px 10px;
  display: block;
  font-size: 15px;
  min-height: 20px;
  border: 0;
  border-left: 3px solid #08c;
  border-radius: 5px;
  font-weight: 400;
  background-color: #EBEBEB;
  color: #fff;
  border-left-color: #E87F09;
}
.product-options .last dt a, .product-options .last dd a {
  display: block;
  color: black;
  font-weight: bold;
}
.product-options .last dd {
  border-top: 0;
  font-size: 12px;
  background-color: #F4F4F4;
}
.product-options .last dd:last-of-type {
  border-top: 1px solid white;
  position: relative;
  top: -1px;
}
.product-options .last label:hover {
  cursor: pointer;
}
.product-options dt label.required em {
  color: #000;
}
/*Accordeon End*/
/*breadcrumb*/
.top-container > .breadcrumbs {
  color: #B4B4B4;
  background-color: #fff;
}
.breadcrumbs li a {
  color: #CCCCCC;
}
.breadcrumbs span.breadcrumbs-split {
  font-size: 9px;
}
/* end breadcrumb*/
/*Pricing Table*/
.pricing_table {
  line-height: 150%;
  font-size: 12px;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding-top: 10px !important;
  padding-left: 0 !important;
  margin-top: 50px !important;
  text-align: center;
}
.std ul.pricing_table {
  list-style: none !important;
}
.std .pricing_table ul {
  padding-left: 0 !important;
}
.price_block {
  width: 100%;
  color: #fff;
  float: left;
  list-style-type: none;
  transition: all 0.25s;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.price_block img {
  max-width: 100%;
}
.pricing_table h3 {
  text-transform: uppercase;
  padding: 5px 0;
  background: #171B64;
  margin: -10px 0 1px 0;
  color: #FFF;
}
.pricing_table .price {
  display: table;
  background: #C43025;
  width: 100%;
  height: 70px;
}
.price_figure {
  font-size: 24px;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
}
.price_number {
  font-weight: bold;
  display: block;
}
.price_tenure {
  font-size: 11px;
}
.pricing_table .features {
  background: #EBEBEB;
  color: #000;
}
.pricing_table .features li {
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  list-style-type: none;
}
.pricing_table .footer {
  padding: 15px;
  background: #E3E3E3;
}
.pricing_table .action_button {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: linear-gradient(#666, #333);
  padding: 5px 20px;
  font-size: 11px;
  text-transform: uppercase;
}
.price_block:hover {
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.5);
  transform: scale(1.04) translateY(-5px);
  z-index: 1;
  border-bottom: 0 none;
}
.price_block:hover .price {
  background: linear-gradient(#DB7224, #F9B84A);
  box-shadow: inset 0 0 45px 1px #DB7224;
}
.price_block:hover h3 {
  background: #171B64;
  color: #fff;
}
.price_block:hover .action_button {
  background: linear-gradient(#F9B84A, #DB7224);
}
/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  display: inline-block;
  padding: 3px 10px;
  margin: 5px;
  vertical-align: top;
  background: #f1f1f1;
  width: 32%;
}
.divTableCell img {
  max-width: 100%;
  max-height: 400px;
}
.divTableCell p {
  font-style: italic;
  color: #3C81CE;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
@media only screen and (min-width : 480px) and (max-width : 768px) {
  .price_block {
    width: 50%;
  }
  .price_block:nth-child(odd) {
    border-right: 1px solid transparent;
  }
  .price_block:nth-child(3) {
    clear: both;
  }
  .price_block:nth-child(odd):hover {
    border: 0 none;
  }
  .divTableCell, .divTableHead {
    display: block;
    padding: 3px 10px;
    margin: 5px;
    vertical-align: top;
    background: #f1f1f1;
    /* border: 5px solid #fff; */
    width: 100%;
  }
}
@media only screen and (min-width : 768px) {
  .price_block {
    width: 24%;
  }
  .price_block {
    border-right: 1px solid transparent;
    border-bottom: 0 none;
  }
  .price_block:last-child {
    border-right: 0 none;
  }
  .price_block:hover {
    border: 0 none;
  }
  .header-container .form-language, .header-container .form-currency {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    z-index: 1;
    display: inline-block;
    height: 40px;
    right: 40%;
    text-align: right;
    vertical-align: middle;
  }
}
/*End Pricing Table*/
@media (min-width: 992px) {
  .col-md-4 {
    width: 25%;
  }
	.col-md-6 {
    width: 47%;
}
}
@media (max-width: 991px) {
  .owl-banner-carousel .content-9.type1 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .owl-banner-carousel .content-9.type1 em {
    max-width: 313px;
  }
}
@media (max-width: 530px) {
  .owl-banner-carousel .content-9.type1 h2 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .header-container .form-language, .header-container .form-currency {
    display: block;
    float: left;
    margin-right: 8px;
    top: 40px;
    position: absolute;
  }
  .owl-banner-carousel .content-9.type1 a {
    display: inline;
  }
  #banner-slider-demo-9 .container {
    min-height: 230px;
  }
  #banner-slider-demo-9 .container img {
    max-width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .section .col-md-4, .section .col-md-6, .section .col-md-8 {
    margin-right: 0px !important;
  }
  span.widget.widget-product-link, .col-main .widget-category-link, .btn {
    font-size: 11px;
  }
}
@media (max-width: 1390px) {
  .cart-area {
    right: 110px;
  }
}
@media (max-width: 1439px) {
  .header-container.type4 .header .logo img {
    height: auto;
  }
}