@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Rubik:wght@300;400;500;600&display=swap');

body {
  color: #000;
      font-family: 'Rubik', sans-serif;


  font-size: 19px;
  font-weight: 400;
}

.cart-subtotal {
  display: none;
}

#order_review_heading {
  display: none;
}


.status-publish{
    margin-top: 0px;
}

.woocommerce-shipping-destination {
   display: none !important;
}

.thwmscf-wrapper .thwmscf-buttons {
  text-align: right;
  margin-bottom: 50px;
}

.woocommerce-order-details {
  display: none;
}

.woocommerce-customer-details {
  display: none;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: none;
}

.entry-content {
  margin-bottom: 50px;
}

.woocommerce-billing-fields {
  text-align: left;
}

.thwmscf-accordion-label.active {
  background: #9b0825 !important;
  color: #ffffff !important;
  text-align: left;
}


.wapf-customizer {
   padding: 25px;
   background: white;
   width: 96%;    
   max-width: 650px;
   position: fixed;
   z-index: 999999;
   top: 3%;
   left: 50%;
   transform: translateX(-50%);
   box-shadow: 0 0 0 9999px rgba(0,0,0,0.7);
   display: flex;
   visibility: hidden;
   opacity: 0;
   transition: all .2s;
   max-height: 87vh;
   overflow-y: auto;
}

.wapf-customizer.active { 
   visibility: visible;
   opacity: 1; 
}

.wapf-customizer-bottom {
   margin-top: 20px; 
}

@media all and (max-width:768px) {
   .wapf-customizer{ top:0; }
}


.cart-subtotal th{
    display: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {

    padding: 0;
    border: 0;

}

.fa-add::before, .fa-plus::before {
  content: "\2b";
  font-size: 15px;
  margin-left: 15px;
  font-weight: 700;
}

.wapf-product-totals div span:first-child {
  font-weight: 700;
  display: none;
}




.wapf-field-p {
  color: #000;
  margin-bottom: 50px;
  border-radius: 10px;
}

.button-open-customizer {
  font-size: 14px;
  font-weight: 900 !important;
  line-height: 1;
  background-color: #000 !important;
  outline: none;
  border-radius: 3px;
  padding: 10px;
  border: none !important;
  -webkit-transform: 350ms;
  -moz-transform: 350ms;
  -ms-transform: 350ms;
  transform: 350ms;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff !important;
  width: 100% !important;
  font-size: 16px !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {

    color: #000;
    background-color: #fff;
    border-color: #fff;

}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: .5em 0;
    padding-top: 0.5em;
    padding-left: 0px;
  margin: 0;
  font-size: 21px !important;
  font-weight: 300 !important;
  text-align: center;
  padding-top: 15px;
}


.product-cat-img {
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
}
.product-cat-img {
  transform: ;
  transition: .3s ease all;
}

.product-cat-img:hover {
  transform: scale(1.1);
  transition: .3s ease all;
}



.product-cat-img {
  height: 380px;
  overflow: hidden;
  position: relative;
}

.product-cat-img {
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
}

.bott {
    background-color: #f60628;
    padding: 20px;
    text-align: center;
    display: block;
    color: #fff;
}

.woocommerce-privacy-policy-text {
  display: none;
}

a:hover .boot {
    color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.footers h2 {
  margin-top: 0;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  line-height: 39px;
}
.unterseite2 img{
    margin-bottom: 60px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
  margin-top: 50px;
}

.btn-primary:hover {
    color: #a4ad3c;
    background-color: transparent;
    border-color: transparent;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #c00;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
}

.btn-primary {
    color: #c00;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    background-color: #fff;
    padding: 0;
    font-weight: 700;
}

.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
}

@media screen and (max-width: 568px) {
  .product-cat-img {
    height: 180px;
    overflow: hidden;
    position: relative;
  }
}

.wolke img{
     width: 100%;
     height: auto;
     position: absolute;
     margin-top: -21%;
     z-index: 5;
}

.wrapper-technical_specs ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
        margin-bottom: 0px;
    padding: 0;
    margin-bottom: 70px;
}

.unterseites{
    background-color: #fcfaee;
    text-align: center;
}

.biil img{
    width: 100%;
    height: auto;
}

/*.woocommerce-loop-product__link:hover{
transition: all 0.9s ease;
box-shadow: 0px 25px 30px 6px rgba(0,0,0,0.1);
}*/
p.out-of-stock-w {
    font-size: 14px;
    margin: 0;
    display: inline-block;
    padding-left: 22px;
    font-style: italic;
}

.woocommerce div.product:hover {
cursor: pointer;
}

.woocommerce-notices-wrapper .woocommerce div.product:hover{
    box-shadow: none;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    background-color: #fff;
}

.texter{
    padding-top: 70px;
    padding-left: 50px;
}

.button.add_to_cart_button img{
    margin-bottom: 0;
    max-width: 25px;
}  

.woocommerce .product_type_simple.add_to_cart_button {
  background: transparent;
    background-color: transparent;
  text-align: center;
  margin: auto;
  background-color: #f5f5f5;
  position: relative;
  width: 70%;
  display: block;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background-color: #dfdad3;
  text-decoration: none;
  background-image: none;
  color: #515151;
}

.woocommerce.single-product .related.products a.button {
    background: transparent;
    border: none;
    padding: 0;
    bottom: 10px;
    right: 10px;
}

.woocommerce.single-product .products .star-rating {
    display: none;
}

.textcentre{
    text-align: center;
}

.woocommerce .related.products div.product span.price {
    float: none;
    padding-left: 20px;
    padding-top: 20px;
}

.single-product.woocommerce div.product p.price {
    padding-left: 0;
    display: none;
}

.woocommerce .star-rating {
    line-height: 1;
    font-size: 20px;
    font-family: star;
}

.return-to-shop{
    display: none;
}

.woocommerce div.product .stock {
    color: #77a464;
    display: none;
}

.woocommerce-column__title{
    margin-top: 40px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 30px;
    margin-bottom: 40px;
}





header {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 9;
    position: absolute;
    width: 100%;
    background-color: #fff;
}

.navbar-brand> img {
    transform: ;
    transition: .3s ease all;
}


.navbar-brand:hover > img {
   transform: scale(1.1);
    transition: .3s ease all;
}

.summary .entry-summary.small {
    font-size: 85%;
    padding-bottom: 25px;
    display: block;
}

.small, small {
        padding-bottom: 25px;
    display: block;
}






.product-cat-img {
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0;
        margin-bottom: 0px;
    padding: 0 15px;
    width: 25% !important;
    float: left;
    position: relative;
    margin-bottom: 60px;
}

.contentunterseite img{
    width: 100%;
    height: auto;
}

.firstsection2 {
    z-index: 5;
    padding-bottom: 0px;
    padding-top: 35px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.firstsection2 .navbar-inverse .navbar-nav > li > a {
    color: #000;
}

.firstsection2 .navbar-inverse .navbar-toggle {
    border: none;
    font-size: 32px;
    color: #000;
    margin-bottom: 0;
    margin-top: 30px;
}


.firstselect2 .login-cart-wrapper a {
    margin-left: 45px;
    margin-left: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    z-index: 888;
}

.firstselect2 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    z-index: 12;
    width: 100%;
    z-index: 99999;
    padding-top: 40px;
}

.firstselect2 .login-cart-icons {
    color: #000;
    margin-right: 4px;
}
}

a {
    color: #53ba59;
}

.admin-bar p.demo_store {
    top: 32px;
    display: none !important;
}

.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none !important;
}
.header-slider{
    background-color: transparent;
}

.products-wrapper{
    padding-bottom: 100px;
}

.text a{
    padding: 0px;

display: inline-block;

margin-top: 20px;

color: #fff;

background-color: #c00;

padding: 10px;

    padding-right: 10px;
    padding-left: 10px;

border-radius: 30px;

padding-left: 20px;

padding-right: 20px;
}

.woo-container {
    padding-top: 120px;
}

.woocommerce ul.products li.product a:hover, .woocommerce-page ul.products li.product a:hover {
    box-shadow: 0px 0px 22px 0px rgb(228, 222, 222) !important;
    transition: all .7s ease !important;
    opacity: 1 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
        padding-left: 0px;
    padding-left: 0px;
    margin: 0;
        margin-top: 0px;
    font-size: 18px;
    text-align: left;
}

a {
    color: #f60628;
    text-decoration: none;
}

.strichs {
    position: absolute;
    z-index: 1111;
    text-align: center;
    margin: auto;
        margin-top: auto;
    margin-top: -55px;
    left: 50%;
}

.sh {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat-y;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    min-height: 600px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce-info {
    border-top-color: #f60628;
}

.woocommerce-info::before {
    color: #f60628;
}

.woocommerce-additional-fields {
    margin-bottom: 100px;
}

.woocommerce-product-details__short-description h2 {
    display: none;
}

.woocommerce-product-details__short-description {
    padding-left: 15px;
    padding: 15px;
    min-height: 200px;
}

.woocommerce form .form-row .input-checkbox {
  margin-right: 10px !important;
  position: relative;
}

.subtitulo {
    color: #000;
    margin-bottom: 15px;
}

.short_description {
    color: #000;
}

.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 0px;
    float: left;
    
}

.equal-cols {
  padding-top: 12px;
  padding-bottom: 12px;
}

.woocommerce-result-count {
    display: none;
}

.orderby {
    display: none;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
    display: none !important;
}

.footercolor a {
    color: #fff;
}

.footercolor a:hover {
    color: #999;
}

.firstsection {
    z-index: 5;
    position: absolute;
    padding-bottom: 0px;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.9) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 50vh;
    padding-top: 35px;
}

.navbar-brand > img {
    display: block;
    width: 180px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}

.firstselect {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    z-index: 12;
    width: 100%;
    z-index: 99999;
    padding-top: 40px;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 33;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    z-index: 6;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    z-index: 6;
}
.product-categories {
    margin-bottom: 80px;
}

.woocommerce-loop-product__title {
  color: #3a3a3a;
  text-align: center;
  padding-top: 15px;
  font-size: 18px !important;
  font-weight: 9 00 !important;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 5px;
}

.price {
    margin-top: 14px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce-loop-product__link {
    display: block;
    padding-bottom: 15px;
    text-align: center;
}


@media (min-width:375px) {
.shope{
    margin:auto;
}

}

.woocommerce ul.products li.product .price {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  height: 49px;
  padding: 10px;
    padding-top: 10px;
    padding-left: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-left: 0px;
  padding-top: 0px;
  text-align: center;
  border-radius: 5px;
  margin-left: 15px;
}

.woocommerce ul.products li.product .price {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

@media (min-width:468px) {
.shope{
    width: 430px;
    margin:auto;
}

}


@media (min-width:768px) {
.shope{
    width: 730px;
    margin:auto;
}


}

@media (max-width:1200px) {

.navbar-nav {
  margin-top: 0;
  float: left;
  position: absolute;
  z-index: 222;
  right: 100px;
  top: 0px;
}

.collapse.navbar-collapse {
  position: absolute;
  top: 25px !important;
  transform: translateY(-50%);
  width: 100%;
  padding: 0;
  padding-left: 0px;
  z-index: 99999;
}
.login-cart-wrapper a {
  display: inline-block;
 
 padding-top: 5px !important;
}

.collapse {
  display: block;
}
}


@media (min-width:900px) {
.shope{
    width: 860px;
    margin:auto;
}


}

@media (min-width:1190px) {
.shope{
    width: 1160px;
    margin:auto;
}
.navbar-brand > img {
  display: block;
  width: 180px;
  padding-bottom: 10px;
  padding-left: 15px;
}

}
@media (min-width: 1200px) and (max-width: 1299px) {
    p.out-of-stock-w {
        display: block;
    }

} 

@media (min-width: 1200px) and (max-width: 1400px) { 
    .logo {
    text-align: right;
    background: #000;
    padding-right: 50px;
}

}

@media (max-width:1700px) {
.product-cat-img {
  height: 280px;
  overflow: hidden;
  position: relative;
}
}

@media (max-width:1300px) {

}

@media (min-width:1300px) {
.shope{
    width: 1250px;
    margin:auto;
}





}

@media (min-width:1700px) {
.shope{
    width: 1650px;
    margin:auto;
}


}




.single_add_to_cart_button button{
    display: block;
}

.telkontakt {
    text-align: right;
    float: right;
    margin-right: 15px;
}

.logo {
    padding-bottom: 20px;
}

.footers a:hover {
    color: #fff;
    text-decoration: underline;
}

.footers a {
    color: #a0a0a0;
}

.additional h2 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.einleitungstext h1 {
    margin-bottom: 0;
}

h2.produ {
    font-size: 21px;
    margin-bottom: 10px;
    padding-top: 8px;
}

.einleitungstext h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.newsbackground h2,
.service h2,
.testimonials h2 {
    font-size: 29px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.footer h2 {
    font-size: 19px;
    font-weight: 700;
    color: #d0daea;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    padding-top: 20px;
    text-transform: uppercase;
}

p {}

.alignleft {
    float: left;
    margin-right: 20px;
}

a:focus {
    outline: medium none;
}

.feed_background {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none, none;
    background-origin: padding-box, padding-box;
    background-position: center center, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 100%;
    margin: auto;
    margin-top: 50px;
}

.gallery-thumb {
    margin-bottom: 15px;
}

.gallery-thumb img {
    width: 100%;
}

.col-xs-12.gallery-custom h2 {
    padding-left: 15px;
}

.background-image img {
    display: none;
}

.background-image {
    height: auto;
    padding-bottom: 50%;
}

.produkteinleitung .background-image {
    padding-bottom: 80%;
}

.produkteinleitung .thumbnail {
    margin-bottom: 0px;
}

.gallery-custom {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}

.short-link-box img {
    width: 100%;
    height: auto;
    display: block;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-inner > .item {
    height: 0;
    padding-bottom: 100vh;
}

.item-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    width: 100%;
}

.item > img {
    height: auto;
    width: 100%;
}

.front .gallery-thumb {
    padding: 10px;
    margin-top: 10px;
}

.gallery-thumb {
    margin: 0;
    padding: 1px;
}

.thumbnail {
    border-radius: 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #b2dec2 !important;
}

.navbar-header {
    float: left;
    margin-top: -30px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    z-index: 6;
    display: none;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    z-index: 6;
    display: none;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #b2dec2;
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    margin-top: 5px;
}

.navbar-nav li.current-menu-parent > a,
.navbar-nav li.current-menu-ancestor > a,
.navbar-nav li.current-menu-item > a {
    color: #000;
    background-color: #transparent;
}

.navbar-inverse .navbar-nav > li > a {
  font-weight: 500;
  font-size: 15px;
  padding-right: 25px;
}

.navbar {
    border-radius: 4px;
    border: 0 !important;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    text-align: right;
}

.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 29px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-nav {
    float: right;
    margin-top: 45px;
}

.dropdown-menu > li > a {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

.dropdown-menu {
    padding-bottom: 0;
    padding-top: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #000;
    color: #fff !important;
}

.carousel-caption p {
    padding: 0px;
    margin: 0;
}

.carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    bottom: 20px;
    z-index: 10;
    margin-top: 33vh;
    padding-bottom: 20px;
    color: #000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .0);
}

.carousel-caption h2,
.carousel .icon-container,
.carousel-caption button {
    color: #000;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .0);
}

.carousel-caption h2 {
    padding: 0px;
    margin: 0;
    color: #000 !important;
    text-transform: none !important;
    font-weight: 400;
    font-size: 73px;
    font-family: 'Cardo', serif;
}

.carousel-caption {
  color: #fff;
  text-align: left;
}

.carousel-caption h2 {
    padding-bottom: 0;
    margin-top: 0px;
    margin-left: 0px;
}

.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {}

.carousel-caption h3 {
    text-align: left;

}

.carousel-caption h3:first-child {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    animation-delay: 0.5s;
    animation-name: fadeInLeft;
    visibility: visible;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 200;
}

.carousel-caption h3:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    animation-delay: 1.5s;
    animation-duration: 1s;
    animation-name: fadeInUp;
    visibility: visible;
    display: block;
    color: #000;
}

.bild_unterseite {
    height: 0;
    padding-bottom: 70vh;
    position: relative;
}

.item-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.short-link-box img {
    border: 1px solid #000;
}

.teams .background-image {
    border: 1px solid #000;
}

.icon-user,
.icon-shopping-cart {
    font-size: 18px;
    padding-left: 10px;
}

.count {
    font-size: 25px;
    font-weight: 700;
    color: #f8baa9;
}

.count {
  font-size: 14px;
  font-weight: 700 !important;
  color: #f8baa9;
  font-weight: 600;
  color: #fff;
  background-color: #fa0040;
  border-radius: 50px;
  min-width: 20px;
  height: 45px;
  margin-top: -15px;
  padding-top: 2px;
  text-align: center;
  line-height: 17px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 25px;
  top: 1px;
  font-family: 'Source Sans Pro', sans-serif;
}
.login-cart-icons {
    position: relative;
}

.secondsection {
    text-align: right;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
}

.secondsection a {
    color: #656565;
}

.login-cart-wrapper {
    margin-left: 205px;
}

.login-cart-wrapper a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 888;
}

.login-cart-wrapper a:hover {
    text-decoration: none;
    color: #53ba59;
    transition: all .7s ease-out;
}

.login-cart-icons {
    color: #fff;
    margin-right: 4px;
}

.secondsection .glyphicon-user {
    padding-left: 40px;
    padding-right: 5px;
    color: #000000;
}

.secondsection .glyphicon-shopping-cart {
    padding-left: 20px;
    padding-right: 5px;
    color: #000000;
}

.einleitung {
    padding-top: 30px;
    padding-bottom: 80px;
}

.einleitungstext {
    background-color: #fff;
    margin-left: -45px;
    padding-left: 65px;
    margin-top: 100px;
    color: #000;
}

.einleitungstext a {
    border: 1px solid #000;
    padding: 6px 10px;
    color: #000;
    margin-top: 30px;
    display: inline-block;
}

.einleitungstext a:hover,
.newstext a:hover,
.linktext a:hover,
.formulare a:hover {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    transition: all .7s ease-out;
}

.newsbackground {
    background-color: #f5f6f7;
    padding-top: 80px;
    padding-bottom: 80px;
}

.newseintrag {
    background-color: #fff;
    border-bottom: 5px solid #edeff1;
    overflow: hidden;
    margin-top: 40px;
}

.homelo{
    padding-top: 100px;
}

.newseintraghoch {
    min-height: 570px;
}

.newsbild img {
    height: auto;
    width: 100%;
}

.newsdatum {
    background-color: #000000;
    color: #fff;
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    padding-top: 12px;
}

.newstext {
    padding: 20px;
    float: left;
    font-style: italic;
}

.newstext a {
    border: 1px solid #000;
    padding: 6px 10px;
    color: #000;
    margin-top: 10px;
    display: inline-block;
}

.service,
.produkteinleitung,
.unterseite {
    padding-bottom: 150px;
}



.service .background-image {
    margin-bottom: 10px;
}

.testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f5f6f7;
}

.testimonialstext {
    padding: 20px;
    font-style: italic;
    font-weight: 400;
    min-height: 200px;
}

.unterseite ul li {
    list-style: none;
}

.unterseite ul {
    padding-left: 0;
}

.unterseite .glyphicon {
    color: #999;
    padding-right: 8px;
}

.box-empl-short,
.employee-image {
    padding-bottom: 74%;
}

.breadcrumbsite {
    background-color: #f5f6f7;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #c00;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
}

.short-links {
    padding-bottom: 15px;
}

.short-links p {
    padding-top: 10px;
    background-color: #fff;
}

.cl-effect-12 {
    background-color: #000000;
}

.short-links a {
    padding-top: 10px;
}

.short-links a:hover {
    text-decoration: none;
    color: #000;
}

.teams .gallery-thumb {
    padding: 16px;
    min-height: 345px;
}

.linktext {
    text-align: center;
    margin-top: 50px;
}

.linktext a {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    color: #000;
}

.formulare a {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.formulare {
    text-align: center;
}

.wpcf7-list-item-label {
    margin-left: 5px;
    margin-top: 3px;
}

.produkteinleitung ul {
    padding-left: 0;
}

.produkteinleitung ul li,
.unterseite2 ul li {
    margin-bottom: 0;
    margin-left: 15px;
    padding-top: 1px;
}

.footer {
    background-color: #000000;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #bccae3;
    font-size: 17px;
}

.copyright {
    background-color: #476db0;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #bccae3;
    font-size: 14px;
    text-transform: uppercase;
}

.home-newsletter .single {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-newsletter .single .form-control {
    height: 50px;
    background-color: #000000;
    border: 1px solid #83a2d9;
    border-radius: 0;
    color: #fff;
}

.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: #243c4f;
}

.home-newsletter .single .btn {
    min-height: 50px;
    background: #243c4f;
    color: #fff;
}

.form-control::-moz-placeholder {
    color: #ccc;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: 0px;
}

.newsletter {
    margin-top: 40px;
}

.footer .glyphicon {
    margin-right: 10px;
}

.footer a {
    color: #bccae3;
}

.footer a:hover {
    color: #fff;
}

.cl-effect-12 a::before,
.cl-effect-12 a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {
    width: 90px;
    height: 90px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.testimonials .carousel {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.testimonials .carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}

.testimonials .carousel-control.right {
    right: -12px;
}

.testimonials .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

.testimonials .carousel-indicators li {
    background: #cecece;
}

.testimonials .carousel-indicators .active {
    background: #428bca;
}

.testimonials .carousel-inner > .item {
    height: 0;
    padding-bottom: 0;
}

.btn-danger {
  color: #fff !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  margin-top: 30px;
  background-color: #c00;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.btn-danger a{
    color: #fff;
}

.btn-danger a:hover{
    color: #eee;
}

@media screen and (max-width:768px) {
    .navbar-nav {
        float: none;
        margin-top: 45px;
    }
}



@media screen and (max-width:508px) {
    .navbar-brand > img {
        display: block;
    }
}

@media screen and (max-width:608px) {
    .navbar-header {
    float: left;
    margin-top: 20px !important;
}
    .einleitung {
        padding-bottom: 40px;
    }
    .fb_iframe_widget {
        display: inline-block;
        position: relative;
        float: left;
        margin-top: 20px;
    }
    .carousel-inner > .item {
        height: 0;
        padding-bottom: 75vh !important;
    }
      .navbar-nav {
    margin-top: 0;
    float: left;
    position: absolute;
    z-index: 222;
    right: 120px;
  }

  .carousel-caption .btn {
  text-shadow: none;
  font-size: 20px !important;
}

    .navbar-brand > img {
    display: block;
}

.firstselect2 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    z-index: 12;
    width: 100%;
    z-index: 99999;
    padding-top: 20px !important;
}

.navbar-brand{
    padding-top: 5px !important;
}

.firstsection2 .navbar-inverse .navbar-toggle {
    border: none;
    font-size: 32px;
    color: #000;
    margin-bottom: 0;
}

    .navbar-brand {
        float: none;
    }
    .carousel-caption h3:first-child {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        animation-delay: 0.5s;
        animation-name: fadeInLeft;
        visibility: visible;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 200;
    }
  .carousel-caption h2, .carousel .icon-container, .carousel-caption button {
    font-size: 29px !important;
    font-weight: 700;
    line-height: 39px;
  }
    .newsdatum {
        background-color: #000000;
        color: #fff;
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .copyright {
        text-align: center;
    }
    .deep {
        float: none;
        text-align: center;
    }
    .newstext {
        width: 100% !important;
    }
}

@media screen and (max-width: 568px) {
  .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    bottom: 20px;
    z-index: 10;
    margin-top: 38vh;
    padding-bottom: 20px;
    color: #000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .0);
    font-family: 'Cardo', serif;
  }
}

@media screen and (max-width:1211px) {
    .newstext {
        padding: 20px;
        width: 80%;
        float: left;
        font-style: italic;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        padding: 10px 11px;
    }
    .carousel-caption h2,
    .carousel .icon-container,
    .carousel-caption button {
        color: #000;
        font-size: 35px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .0);
    }
}

@media screen and (max-width:1930px) {

.text img{
    width: 100%;
    height: auto;
}
}



@media screen and (max-width:990px) {
    header {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: relative;
  width: 100%;
  background-color: #fff;
}

.products-wrapper {
  margin-top: 0 !important;
}

    .footers h2 {
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 39px;
}
    .newstext {
        width: 75%;
    }
    .startpic {
        display: none;
    }
    .einleitungstext h1 {
        margin-bottom: 10px !important;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

        .navbar-header {
    float: left;
    margin-top: 0px !important;
}

    .firstselect {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    z-index: 12;
    width: 100%;
    z-index: 99999;
    padding-top: 10px;
}
}

@media screen and (max-width:1268px) {
        .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    bottom: 20px;
    z-index: 10;
    margin-top: 32vh;
    padding-bottom: 20px;
    color: #000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .0);
    font-family: 'Cardo', serif;
}

.firstselect {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    z-index: 12;
    width: 100%;
    z-index: 99999;
    padding-top: 30px;
}
}

@media screen and (max-width:978px) {
        .firstsection2 .navbar-inverse .navbar-nav > li > a {
    color: #000;
}

  .menu-item a {
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #333;
    display: block;
    margin-right: 20px;
  }

 .menu-item  a:focus, a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #000;
}

.carousel-control.right{
    display: none;
}

.carousel-control.left{
    display: none;
}
    }

.woocommerce-loop-product__title {
  color: #3a3a3a;
  text-align: center;
  padding-top: 15px;
  font-size: 22px !important;
  font-weight: 900 !important;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width:568px) {
    .woocommerce-product-details__short-description {
  padding-left: 15px;
  padding: 0;
  min-height: 30px;
  color: #848484;
  height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
  display: block !important;
  min-height: 90px !important;
}



}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  background-color: #fff;
}

@media screen and (max-width:388px) {
 .product-cat-img {
    height: 150px !important;
    overflow: hidden;
    position: relative;
  }

   .woocommerce-loop-product__title {
    color: #3a3a3a;
    text-align: center;
    padding-top: 15px;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 15px;
  }


  .woocommerce-product-details__short-description {
    padding-left: 15px;
    padding: 0;
    min-height: 30px;
    color: #848484;
    height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    display: block !important;
    min-height: 80px !important;
  }
}


@media screen and (max-width:768px) {

    .woocommerce-product-details__short-description {
  padding-left: 15px;
  padding: 0;
  min-height: 30px;
  color: #848484;
  height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
  display: block !important;
  min-height: 70px !important;
}

h1.entry-title {
  margin-top: 50px !important;
  text-align: left;
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  margin-bottom: 5px;
}


.woocommerce-loop-product__title {
  color: #3a3a3a;
  text-align: center;
  padding-top: 15px;
  font-size: 18px !important;
  font-weight: 900 !important;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 15px;
  line-height: 25px;
}

.woocommerce div.product form.cart div.quantity .qt-input-wrapper, .product-quantity .quantity  {
  position: relative;
  border: 1px solid #e1e1e1;
  width: 64px;
  height: 50px;
  background-color: #fff;
  margin-top: 73px;
}

  .navbar-brand > img {
    display: block;
    margin-left: 15px;
    width: 150px;
  }


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #000;
}

.carousel-control.right{
    display: none;
}

.carousel-control.left{
    display: none;
}

    .newseintrag {
        overflow: inherit;
        display: inline-block;
    }
0
    .adressen {
        display: none;
    }
    .newstext {
        width: 100%;
    }
 h1 {
    font-size: 28px !important;
    line-height: 40px !important;
}
    h2 {
        font-size: 17px !important;
    }
    h3 {
        font-size: 29px;
    }
    .newsdatum {
        background-color: #000000;
        color: #fff;
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .carousel-inner > .item {
        height: 0;
        padding-bottom: 80vh;
    }
    .testimonials .carousel-inner {
        height: 250px;
    }
    .produkteinleitung h2,
    .unterseite h2 {
    }
    .additional h2 {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .einleitungstext h1 {
        margin-bottom: 0;
    }
    h2 {
        font-size: 19px;
        font-weight: 300;
        color: #000;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }
    .einleitungstext h2 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .newsbackground h2,
    .service h2,
    .testimonials h2 {
        font-size: 19px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .footer h2 {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .navbar-inverse .navbar-toggle {
        border: none;
        font-size: 32px;
        color: #000;
        margin-bottom: 0;
        margin-top: 0;
    }
    .navbar-inverse {
        float: none;
    }
    .service,
    .produkteinleitung,
    .unterseite {
        padding-bottom: 80px;
        padding-top: 0px;
    }
    .einleitungstext {
        margin-top: 20px;
    }
    .logo {
        padding-bottom: 0;
    }
}

@media screen and (max-width:991px) {
    .navbar-inverse .navbar-toggle {
        border: none;
        font-size: 32px;
        color: #fff;
        margin-bottom: 0;
        margin-top: 30px;
    }
    .navbar-toggle {
        margin-right: 0;
        background-color: transparent;
    }
    .navbar-inverse {
        text-align: left;
    }
    .einleitung {
        padding-bottom: 30px;
    }
    .einleitungstext {
        margin-top: 30px;
    }
    .secondsection {
        text-align: center;
    }
    .logo {
        padding-bottom: 20px;
        margin-top: 20px;
        text-align: center;
    }

    .unterseite{
        padding: 0;
    }
}

.fa-cutlery::before, .fa-utensils::before {
  content: "\f2e7";
  color: #fff;
  margin-right: 10px;
}


.top-map {
    position: relative;
}

.top-map > p {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.top-map > div {
    margin: 0 !important;
    padding: 0 !important;
}

.top-map .wpgmza_filter_container {
    position: absolute;
    right: 150px;
    top: 150px;
    width: 200px;
    z-index: 100;
}

.top-map .wpgmza_filter_container > div div:first-child {
    display: none !important;
}

.top-map .wpgmza_filter_container > div div {
    float: none !important;
}

.top-map .wpgmza_filter_container > div div input {
    display: none;
}

.top-map .wpgmza_filter_container > div div label {
    background-color: #fff;
    background-position: 10px center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
    margin: 0;
    min-height: 35px;
    padding: 10px 10px 10px 55px;
    width: 100%;
    font-weight: 400;
}

.top-map .wpgmza_filter_container > div div label.wpgmza_cat_checkbox_2 {
    background-image: url("../img/wolke.png");
    background-image: url("/wp-content/uploads/Icons_Karte_Handwerker_-40.png");
}

.top-map .wpgmza_filter_container > div div label.wpgmza_cat_checkbox_3 {
    background-image: url("/wp-content/uploads/location_haendler-ohne-showroom_grau.png");
    border: medium none;
}

.top-map .wpgmza_filter_container > div div label.active {
    background-color: #eee;
}

label[for="wpgmza_cat_checkbox_3"] {
    background-image: url("../img/location_haendler-ohne-showroom_grau.png");
}

label[for="wpgmza_cat_checkbox_4"] {
    background-image: url("../img/location_home-smaller.png");
}

@media only screen and (min-width:48em) {
    .column-half {
        width: 100%;
    }
    .column-half-half {
        width: 25%;
    }
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    color: #333;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.wpcf7 input[type="text"]:focus {
    background: #fff;
}

.wpcf7-submit {
    float: right;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 8px 20px;
    cursor: pointer;
    width: 100%;
    margin-top: 30px;
}

.wpcf7-submit:hover {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}

span.wpcf7-not-valid-tip {
    text-shadow: none;
    color: #fff;
    background: #c00;
    padding: 5px;
    display: block;
}

.screen-reader-response ul li {
    display: none;
}

.screen-reader-response {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 12px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 0;
    display: inline-block;
    width: 95%;
    font-size: 18px;
}

div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    background: #c00;
    padding: 5px;
    color: #fff;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 0;
    width: 95%;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    padding: 5px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
}

.kontakt {
    margin-top: 10px;
}

.woo-banner {
    background-image: url(../img/woo-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 20%;
}

@font-face {
    font-family: 'icomoon';
    src: url('icomoon/icomoon.eot?elywa2');
    src: url('icomoon/icomoon.eot?elywa2#iefix') format('embedded-opentype'), url('icomoon/icomoon.ttf?elywa2') format('truetype'), url('icomoon/icomoon.woff?elywa2') format('woff'), url('icomoon/icomoon.svg?elywa2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.icon-user:before {
    content: "\e907";
}*/

.icon-facebook:before {
    content: "\e900";
}

.icon-brand:before {
    content: "\e900";
}

.icon-social:before {
    content: "\e900";
}

.icon-check_box_outline_blank:before {
    content: "\e905";
}

.icon-check_box:before {
    content: "\e906";
}

.icon-chevron-small-right:before {
    content: "\e904";
}

/*.icon-shopping-cart:before {
    content: "\e903";
}*/

.icon-envelope:before {
    content: "\e902";
}

.icon-angle-double-right:before {
    content: "\e901";
}

.shop-nav-wrapper {
    margin-bottom: 100px;
}

.shop-nav-wrapper h2,
.woocommerce-MyAccount-navigation h2 {
    margin: 0 0 20px;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    text-transform: none;
}

.shop-nav-wrapper ul,
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.shop-nav-wrapper li,
.woocommerce-MyAccount-navigation li {
    padding: 0;
    line-height: 1;
}

.shop-nav-wrapper li:before,
.woocommerce-MyAccount-navigation li:before {
    content: none;
}

.shop-nav-wrapper li.is-active,
.woocommerce-MyAccount-navigation li.is-active {
    background-color: rgba(0, 0, 0, 0.02);
}

.shop-nav-wrapper a,
.woocommerce-MyAccount-navigation a {
    color: #333333;
    font-weight: 300;
    padding: 16px 10px;
    display: block;
    border-top: 1px solid #ebebeb;
    position: relative;
    -webkit-transform: 350ms;
    -moz-transform: 350ms;
    -ms-transform: 350ms;
    transform: 350ms;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease;
}

.shop-nav-wrapper a:hover,
.woocommerce-MyAccount-navigation a:hover {
    text-decoration: none;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.02);
}

.shop-nav-wrapper a span,
.woocommerce-MyAccount-navigation a span {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    color: #888888;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all translateY(-50%) ease;
    -moz-transition: all translateY(-50%) ease;
    -ms-transition: all translateY(-50%) ease;
    transition: all translateY(-50%) ease;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0;
    padding: 0 15px;
    width: 33.3%;
    float: left;
    position: relative;
    margin-bottom: 60px;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
   display: inline-block;
background-color: #fff;
width: 100%;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.woocommerce ul.products li.product:before,
.woocommerce-page ul.products li.product:before {
    display: none;
}


.woocommerce ul.products li.product .button {
    margin-top: 0;
    padding: 0;
    background-image: url(../img/cart-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999em;
    width: 50px;
    height: 49px;
    border-radius: 3px;
    float: left;
    margin-left: 15px;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.woocommerce ul.products li.product h3 {
    padding: 17px 50px 17px 10px;
    background-color: #eff3f5;
    color: #3a3a3a;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: none;
}

.woocommerce ul.products li.product .onsale {
    position: absolute;
    right: 15px;
    top: 20px;
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    width: 60px;
    padding: 4px 0;
    margin: 0;
    line-height: 1.5;
    border-radius: 0;
    min-height: initial;
}

a.added_to_cart.wc-forward {
    line-height: 1;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    float: right;
}

.shop-main-page h3 {
    padding: 17px 10px;
    background-color: #eff3f5;
    color: #3a3a3a;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: none;
}

.shop-main-page h3 a {
    text-decoration: none;
    color: #656565;
}

.shop-main-page .product-category img {
    width: 100%;
    display: block;
}

.woocommerce-pagination {
    clear: both;
    margin-bottom: 80px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 15px;
    padding: 6px 10px;
}

.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
    padding: 6px 6px;
}

.single-product-container {
    margin-bottom: 280px;
}

.single-product-container .entry-summary p {
    margin-bottom: 10px;
}

.single-product-container .entry-summary p.price {
    margin: 20px 0 0;
    margin-bottom: 25px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #a46497;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

.single-product-container .entry-summary small {
    margin: 5px 0 20px;
    font-size: 11px;
    opacity: .8;
    display: none;
}

.single-product-container .entry-summary p.price span {
    font-size: 25px;
}

.woocommerce-page div.product div.images {
    width: 42.5%;
}

.woocommerce-page div.product div.summary {
    width: 53.5%;
    font-size: 16px;
    line-height: 29px;
}

.woocommerce-message {
    border-top-color: #8fae1b;
}

.products-wrapper {
    margin-top: 100px;
}

.woocommerce-message:before {
    color: #8fae1b;
}



.woocommerce div.product form.cart .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background-color: #c00;
  outline: none;
  border-radius: 3px;
  padding: 15px 34px;
    padding-top: 15px;
    padding-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #c00;
  -webkit-transform: 350ms;
  -moz-transform: 350ms;
  -ms-transform: 350ms;
  transform: 350ms;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 10px;
}
.thwmscf-wrapper .thwmscf-buttons {
  text-align: right;
  margin-bottom: 50px;
}

#billing_country_field {
  display: none;
}

.create-account {
  background-color: #ddd;
  color: #000;
  padding: 10px !important;
  padding-left: 20px;
}
.thwmscf-buttons .button-prev, .thwmscf-buttons .button-next, .thwmscf-buttons .thwmscf-cart-url {
  border-radius: 5px;
  background-color: #c00;
  color: #fff;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #c00;
    background-color: #fff;
    border-color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.woocommerce div.product form.cart .button:hover {
    color: #000000;
    background-color: #fff;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    margin-left: 10px;
    text-decoration: none;
}

.woocommerce div.product form.cart,
.product-quantity .quantity {
    position: relative;
    margin-top: 30px;
}

.woocommerce div.product form.cart.variations_form {
    margin-top: 0;
}

.woocommerce div.product form.cart div.quantity,
.product-quantity .quantity {
    margin: 0;
}

.woocommerce div.product form.cart div.quantity label,
.product-quantity .quantity label {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 13px;
    display: block;
}

.qty-fake-wrapper label {
    display: none !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    font-weight: 700;
}

.woocommerce div.product form.cart div.quantity .qty-fake-wrapper, .product-quantity .quantity .qty-fake-wrapper {
    top: 5px;
    right: 27%;
    margin-right: 15px;
}

.woocommerce div.product form.cart div.quantity .qt-input-wrapper, .product-quantity .quantity .qt-input-wrapper {
    position: relative;
    border: 1px solid #e1e1e1;
    width: 64px;
    padding: 2px;
}



.woocommerce div.product form.cart div.quantity .qty-fake-wrapper .qty-container,
.product-quantity .quantity .qty-fake-wrapper .qty-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: none;
}

.woocommerce div.product form.cart div.quantity .qty-fake-wrapper span,
.product-quantity .quantity .qty-fake-wrapper span {
    width: 30px;
    height: 21px;
    background-image: url(../img/qty-up.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    display: block;
    border-left: 1px solid #e1e1e1;
    cursor: pointer;
    -webkit-transition: 50ms;
    -o-transition: 50ms;
    transition: 50ms;
}

.woocommerce div.product form.cart div.quantity .qty-fake-wrapper span:hover,
.product-quantity .quantity .qty-fake-wrapper span:hover {
    background-color: #eee;
}

.woo-container .price {
    float: left;
    display: block;
    overflow: hidden;
    clear: both;
    margin-top: -20px;
    width: 100%;
}

a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}

.woocommerce div.product form.cart div.quantity .qty-fake-wrapper span.qty-down,
.product-quantity .quantity .qty-fake-wrapper span.qty-down {
    background-image: url(../img/qty-down.png);
    top: auto;
    bottom: 0;
    border-top: 1px solid #e1e1e1;
}

.woocommerce div.product form.cart div.quantity .qt-input-wrapper, .product-quantity .quantity .qt-input-wrapper {
    position: relative;
    border: 1px solid #e1e1e1;
    width: 64px;
    height: 50px;
    background-color: #fff;
}
.wapf-swatch--image.wapf-checked {
  border-color: #e4e4e4;
}

.woocommerce div.product form.cart div.quantity .quantity-input, .product-quantity .quantity .quantity-input {
    width: 48px;
    text-align: center;
    outline: none;
    padding: 3px 0;
        padding-top: 3px;
        padding-right: 0px;
    display: block;
    border: none;
    padding-top: 6px;
    padding-right: 0px;
    z-index: -9999;
}

.woocommerce div.product form.cart:not(.variations_form) div.quantity .qty-fake-wrapper {
    top: -20px;
}

.product-quantity .quantity .qty-fake-wrapper {
    top: auto;
    position: static;
}

.variations {
    width: 50% !important;
}

.variations td.label {
    display: block;
    text-align: left;
}

.variations td.label label {
    color: #333333;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

.variations td.value {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.variations td.value:after {
    content: '';
    display: block;
    background-image: url(../img/select-arrow.jpg);
    background-size: cover;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 30px;
    pointer-events: none;
}

.woocommerce table.shop_table {
  border: none;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  font-size: 17px;
}



.variations select {
  border: 1px solid #e1e1e1;
  outline: none;
  font-size: 14px;
  padding: 6px;
  width: 100%;
  height: 32px;
  background-color: #fff;
}

.variations .value {
    height: 32px;
    margin-top: 5px;
    line-height: 1 !important;
}

.woocommerce-variation {
    display: block;
    margin: 20px 0 20px 0px;
    font-size: 20px;
    font-weight: 300;
}

.reset_variations {
    color: #656565;
    position: absolute;
    right: -35px;
    top: -40px;
    font-size: 11px !important;
    text-transform: uppercase;
    -webkit-transform: translateX(calc(100% + 20px));
    -moz-transform: translateX(calc(100% + 20px));
    -ms-transform: translateX(calc(100% + 20px));
    transform: translateX(calc(100% + 20px));
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    display: none;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce table.shop_table thead {
    background-color: #fff;
    color: #000;
}

.woocommerce table.shop_table .quantity label {
    display: none;
}

.woocommerce table.shop_table .quantity input {
    border: none;
    outline: none;
    height: 30px;
}

.woocommerce table.shop_table .product-name a {
    color: #000;
}

.woocommerce a.remove {
    color: #888888!important;
}

.woocommerce table.shop_table td {
    border-collapse: collapse;
}

.woocommerce table.shop_table td.product-name {
    border-left: none;
}

.woocommerce table.shop_table td.product-thumbnail {
    border-right: none;
    width: 130px;
}

.woocommerce table.shop_table td.product-thumbnail img {
    width: 100%;
}

.woocommerce table.shop_table td.product-remove {
    width: 50px;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce table.shop_table {
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-bottom: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .amount {
    position: relative;
    top: 3px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: #f60628;
    outline: none;
    border-radius: 0;
    border: 1px solid #f60628;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    border-radius: 3px;
    color: #fff;
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: baseline;
}



.woocommerce-checkout-payment img{
    width: auto;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    color: #000;
    background-color: #fff;
}

.woocommerce-cart .coupon input {
    width: 40% !important;
    float: left !important;
    display: block !important;
    font-size: 14px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    display: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
a.continue-shoping {
    font-size: 14px;
    font-weight: 400;
    float: right;
    width: 250px;
    display: block;
    text-transform: uppercase;
}

a.continue-shoping {
    padding: 1em;
    border: 1px solid #999999;
    color: #000;
    float: left;
    text-align: center;
    line-height: 1;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

a.continue-shoping:hover {
    background-color: #999999;
    color: #fff;
    text-decoration: none;
}

.woocommerce .cart_totals table.shop_table {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody {
    display: block;
    float: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    text-align: right;
    display: inline-block;
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border: none;
}

.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .cart-subtotal th,
.woocommerce-checkout .cart-subtotal td,
.product-total,
.order-total,
.order-total td,
.order-total th,
.shipping td {
    text-align: right;
}

.woocommerce-checkout .order-total th {
    text-align: left;
}

.woocommerce-checkout form.login label[for="rememberme"] {
    display: none;
}

.woocommerce-checkout form.login input {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #656565;
}

.woocommerce-checkout form.login input.button {
    background-color: #000000;
    outline: none;
    color: #fff;
    border-radius: 0;
    border: none;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.woocommerce form.login,
.woocommerce form.register {
    border: none;
    margin: 0;
    padding: 0;
}



#customer_login form .form-row label {
    font-size: 14px;
    line-height: 1.2;
}

#customer_login input {
    border: 1px solid #ebebeb;
    padding: 8px;
    margin-top: 5px;
}

#customer_login .newsletter {
    margin: 0;
}

#customer_login label[for="rememberme"],
#customer_login .newsletter label {
    display: block;
    font-size: 12px !important;
    font-family: 'source sans pro';
    cursor: pointer;
    padding-left: 25px;
    margin-bottom: 5px;
    line-height: 1.2;
    position: relative;
}

#customer_login label[for="rememberme"] span,
#customer_login .newsletter label span {
    position: absolute;
    left: 0;
    top: -1px;
    color: #d7d7d7;
    font-size: 18px;
}

#customer_login label[for="rememberme"] span.icon-check_box,
#customer_login .newsletter label span.icon-check_box {
    color: #000000;
    opacity: 0;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

#customer_login label[for="rememberme"] input,
#customer_login .newsletter label input {
    display: none;
}

#customer_login label[for="rememberme"] input:checked + span,
#customer_login .newsletter label input:checked + span,
#customer_login label[for="rememberme"] input:checked + span + span,
#customer_login .newsletter label input:checked + span + span {
    opacity: 1;
}

#customer_login input.button {
    outline: none;
    background-color: #a8d242;
    color: #fff;
    width: 200px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    padding: 17px 0;
    border: 1px solid #a8d242;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

#customer_login input.button:hover {
    background-color: #fff;
    color: #000000;
}

.woocommerce-password-strength.short {
    margin-top: 70px;
}

.page-template-woo-myaccount .woocommerce {
    margin: 100px 0;
}

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
    margin-top: 25px;
    margin-bottom: 100px;
}

.woocommerce-MyAccount-content form input,
.woocommerce-MyAccount-content form textarea,
.woocommerce-MyAccount-content form select {
    padding: 8px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    outline: 0;
}

.woocommerce-MyAccount-content input.button {
    background-color: #000000;
    outline: none;
    border-radius: 0;
    color: #fff;
    border: 1px solid #000000;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.woocommerce-MyAccount-content input.button:hover {
    background-color: #fff;
    color: #000000;
}

.item-notification {
    clear: both;
    border: 1px solid #008000;
    border-left-width: 10px;
    border-radius: 0;
    padding: 7px 14px;
    font-size: 15px;
    background: #eff3f5;
}

.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 12px;
    color: #656565;
    text-transform: uppercase;
}

@media screen and (min-width:1200px) {
    #customer_login label[for="rememberme"],
    #customer_login .newsletter label {
        position: absolute;
        top: 284px;
        right: 30px;
        width: 170px;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
        padding-left: 50px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%;
    }
}

@media screen and (min-width:991px) {
    #customer_login {
        max-width: 1030px;
        margin: 20px auto;
    }
    #customer_login > .col-1,
    #customer_login > .col-2 {
        border: 1px solid #ebebeb;
        padding: 40px 30px;
        position: relative;
        margin-top: 35px;
    }
    #customer_login .woocommerce-LostPassword.lost_password {
        margin: 0;
        position: absolute;
        font-size: 14px;
        font-weight: 600;
        margin-top: -25px;
    }
}

.cart-discount a.woocommerce-remove-coupon {
    display: none;
}

.cart-subtotal > th,
.page-template-woo-checkout .order-total > th {
    text-align: left !important;
}

.cart-discount > td,
.tax-rate > td {
    text-align: right !important;
}

@media screen and (max-width:1199px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        padding: 0 5px;
    }
    .woocommerce ul.products li.product h3,
    .woocommerce-page ul.products li.product h3 {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .shop-nav-wrapper a {
        padding: 16px 16px 16px 10px;
    }
    .reset_variations {
        right: -18px;
    }


}

@media screen and (max-width:991px) {
    .woo-banner {
        height: 26vw;
    }
    .cart-item-wrapper {
        padding: 5px 0;
        top: 32px;
        right: 169px;
    }
    .advanced-search-form-wrapper,
    .search-results-page {
        float: none !important;
    }
    .woocommerce div.product .product_title {
        font-size: 36px;
    }
    .single-product-container {
        margin-bottom: 80px;
    }
    .shop-intro h2 {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .shop-intro p {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ebebeb;
    }
    h2 {
        font-size: 29px;
    }
    .woocommerce .woo-bc-wrapper {
        margin-bottom: 20px;
    }
    .shop-nav-wrapper {
        float: none !important;
        margin-bottom: 30px;
    }
    .products-wrapper {
        margin-bottom: 30px;
        float: none !important;
        overflow: hidden;
    }
    .woocommerce div.product form.cart .button {
        padding: 17px 23px;
    }
    .site-footer .footer-nav-wrapper {
        float: none;
        margin-top: 30px;
        margin-bottom: 70px;
    }
    .site-footer .footer-nav-wrapper > ul {
        padding: 0;
        text-align: center;
    }
    .site-footer .footer-nav-wrapper > ul li {
        float: none;
        margin: 0 0 5px !important;
        font-size: 14px;
    }
    .site-footer .footer-social-media {
        float: none;
        padding: 0;
        text-align: center;
        margin-top: 40px;
    }
    .site-footer .footer-social-media a {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }
    .site-footer .footer-logo {
        position: relative;
        top: auto;
        left: auto;
        max-width: 300px;
        padding: 0 15px;
        margin: 20px auto 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: all none ease;
        -moz-transition: all none ease;
        -ms-transition: all none ease;
        transition: all none ease;
    }
    .site-footer .footer-logo img {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
  .product-cat-img {
    height: 190px;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width:968px) {
  .product-cat-img {
    height: 200px;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width:768px) {
    .woo-container {
    padding-top: 50px;
    border-bottom: 15px solid #fff;
}

.thwmscf-accordion-label {
  font-size: 16px;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    margin-right: 10px;
    display: none;

}
    .shop-main-page {
        float: none !important;
        margin: 0 auto;
    }
    .contentunterseite {
        margin-top: 50px !important;
        font-weight: 200;
    }
    .woocommerce ul.products li.product .button {
        margin-bottom: 80px;
    }
    .woo-banner {
        background-image: url(../img/woo-banner.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-bottom: 20%;
        margin-bottom: 40px;
    }
    h2 {
        font-size: 26px;
    }
    .product-categories {
        margin-bottom: 50px;
    }
    .product-categories .product-category {
        max-width: 370px;
        margin: 0 auto;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n),
    .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
    .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
        width: 100%;
        max-width: 270px;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }
    .woocommerce-page div.product div.summary {
        width: 100%;
    }
    .woocommerce-page div.product div.images {
        width: 100%;
        margin: 0 auto 15px;
    }
    .woocommerce div.product .product_title {
        font-size: 28px;
    }
    .woocommerce .woo-bc-wrapper .woocommerce-breadcrumb .breadcrumb-logos {
        position: relative;
        display: block;
        margin: 10px 0 0;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: all none ease;
        -moz-transition: all none ease;
        -ms-transition: all none ease;
        transition: all none ease;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: block;
        margin: 0 0 10px;
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        margin: 1px;
    }
    td.product-quantity:before {
        display: none;
    }
    a.button.wc-forward {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .login-cart-wrapper {
        margin-left: 0;
        display: block;
    }
    .login-cart-wrapper a:first-child {
        margin-left: 0;
    }
    .new_navbar .login-cart-wrapper a:first-child {
        margin-left: 25px;
    }
    .product-remove {
        border: 1px solid #dbdedf !important;
    }
    .woocommerce table.shop_table td.product-name {
        border-left: 1px solid #dbdedf;
    }
    .reset_variations {
        right: -27%;
    }
}

@media screen and (max-width:480px) {
    .woo-banner {
        height: 40vw;
    }
    .woocommerce table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page table.cart td.actions .coupon .input-text + .button,
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        float: none !important;
        width: 100% !important;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    a.continue-shoping {
        margin: 10px auto;
        float: none;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        padding: 13px;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }
    .woocommerce-checkout h3 {
        font-size: 20px;
    }
    .woocommerce table.shop_table td.product-name,
    .woocommerce .product-total .woocommerce-Price-amount,
    .woocommerce table.shop_table th {
        font-size: 15px;
    }
    .woocommerce-checkout .woocommerce form .form-row input.input-text,
    .woocommerce-checkout .woocommerce form .form-row textarea,
    .woocommerce-checkout .select2-container .select2-choice {
        padding: 7px;
    }
    .woocommerce-checkout .woocommerce-billing-fields {
        margin-bottom: 40px;
    }
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        font-size: 14px;
    }
    .breadcrumb-logos {
        max-width: 180px !important;
    }
    .variations {
        width: 100% !important;
    }
    .woocommerce div.product form.cart div.quantity .qty-fake-wrapper {
        right: auto;
        top: auto;
        position: relative;
        margin-right: 20px;
        margin-top: -28px;
    }
    .woocommerce div.product form.cart div.quantity .qty-fake-wrapper span {
        height: 24px;
    }
    .woocommerce div.product form.cart div.quantity .qty-fake-wrapper .qty-container {
        height: 45px;
    }
    .woocommerce div.product form.cart div.quantity .quantity-input {
        padding: 8px 0;
    }
    .cart-item-wrapper {
        right: 59px;
    }
    header.site-header .swissLogo {
        display: none;
    }
.woocommerce div.product form.cart div.quantity, .product-quantity .quantity {
    margin: 20px 0 0;
        margin-top: 20px;
    margin-top: 0px;
}
    .woocommerce div.product form.cart .button {
        margin-top: 25px;
    }
    .reset_variations {
        right: 0;
        top: 107px;
        transform: none;
    }
}

@media screen and (max-width:350px) {
    .reset_variations {
        right: 0;
        left: 0;
        text-align: center;
        top: 157px;
        transform: none;
    }
}

@media screen and (max-width:991px) {
    .logo {
        padding-bottom: 20px;
        margin-top: 0px;
        text-align: center;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        padding: .5em 0;
        padding-left: 0px;
        margin: 0;
        font-size: 0.8em !important;
    }
}

.navbar-header {
    float: left;
    margin-top: -30px;
    position: relative !important;
    z-index: 99999;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    overflow: hidden;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides li img {
    display: block;
    height: 100%;
    float: left;
    width: 100%;
    border: 0;
}

.contentunte {
    margin-top: 100px;
    margin-bottom: 100px;
}

.contentunterseite {
    margin-top:50px;
    font-weight: 300;
}

.footers {
    background-color: #000;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.price del {
    color: #f90040;
    font-size: 15px;
}

.microstyle {
    font-size: 24px;
    line-height: 34px;
    font-weight: 100;
}

.colors {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat-y;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    min-height: 600px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
}

.wapf-field-container {
  padding: 0 5px 15px 5px;
  box-sizing: border-box;
  margin-top: 40px;
}

.navbar-header {
    float: left;
    margin-top: -30px;
    position: absolute;
    z-index: 99999;
}

.bilde img{
    width: 100%;
    height: auto;
}

.wc-proceed-to-checkout {
    margin-bottom: 100px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 19px ;
    font-weight: 700;
}

.wapf-product-totals div span:last-child {
  float: right;
  font-size: 27px !important;
  margin-bottom: 20px;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 01;
    display: inline-block;
}

.text {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}


.insta{
    margin-top: 0px;
    padding-bottom: 150px;
    padding-top: 150px;
}

h1 {
  margin-top: 0;
  font-size: 60px;
  font-weight: 900;
  color: #543808;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 5%;
  line-height: 45px;
}

h1.entry-title {
    margin-top: 150px;
    text-align: left;
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    margin-bottom: 5px;
}


.wapf-ttp::after {
  content: '';
  z-index: -1;
  position: absolute;
  width: 8px;
  height: 0px;
  background: #353c4e;
  transform-origin: center;
  transform: rotate(45deg);
}


.wapf-ttp {
  padding: 0;
  font-size: .9rem;
  border-radius: 4px;
  color: #fff;
  background: #353c4e;
  height: 0 !important;
}

.wttw {
  z-index: 999999;
  position: absolute;
  max-width: 200px;
  opacity: 0;
  transition: opacity .2s;
  visibility: hidden;
  left: -100%;
  display: none;
}

.gallery-custom h2 {
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 400;
}

hr {
    border-color: #444 -moz-use-text-color -moz-use-text-color;
    border-style: dashed none none;
    border-color: #666;
}

.micro {
    padding-top: 100px;
    padding-bottom: 100px;
}

.textrechts a,{
    padding: 0px;
    display: inline-block;
    margin-top: 20px;
    color: #000;
}

.textrechts a:hover{
    background-color: #222;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-out;
}

.textrechts {
    font-size: 20px;
    line-height: 30px;
}

.footers {
  background-color: #000;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
  font-weight: 400;
  font-size: 17px;
}

.foo1,
.foo2 {
    min-height: 110px;
}

.footercolor {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.footers h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.woocommerce form .form-row {
    width: 100% !important;
}

.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    width: 100% !important;
    padding: 8px;
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: 100%;
    height: 30px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
}

.custom-checkout h3 {
    background-color: #165f1c;
    width: 45%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
    color: #FFF;
    float: right;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: .6180469716em;
    background-color: #fff;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: solid 1px #ccc;
}

#wc_checkout_add_ons {
    width: 45%;
    float: right;
    text-align: center;
}

@media screen and (min-width:980px) {
    .woocommerce-shipping-fields h3,
    .woocommerce-billing-fields h3 {
        width: 100%;
    }
    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
        width: 45%;
        float: left;
    }
    .woocommerce-checkout-review-order {
        width: 45%;
        float: right;
    }
}

@media screen and (max-width:979px) {
    .custom-checkout h3 {
        width: 100%;
    }
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline;
    margin-left: 20px;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
    margin-left: 20px;
}

.woocommerce-product-details__short-description {
  padding-left: 15px;
  padding: 0;
  min-height: 30px;
  color: #848484;
  height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
  display: block !important;
}


@media (max-width:1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }
}



.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    width: auto;
    height: auto;
    width: 100%;
    max-height: 630px;
    margin-bottom: 0;
    display: block;
    margin: 0 auto;
    margin-top: -10px;
}

@media(max-width:767px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 90%;
        float: none;
        clear: both;
        margin: 15px auto;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: none;
        clear: none!important;
    }
    .woocommerce-product-details__short-description {
        height: auto;
        min-height: auto;
    }
}


/* Mladen */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0;
    overflow: hidden;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-top: 3px solid transparent !important;
    border-radius: 0;
    margin: 0 ;
    padding: 0 1em;
    background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    z-index: 2;
    border-top: 3px solid #000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 25px;
    background-color: transparent;
    font-size: 16px;
    line-height: 29px;
}}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    border: none !important;
    box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 0px solid #d3ced2 !important;
    width: 0px !important;
    height: 0px !important;
}

.woocommerce .related.products a.button {
    font-family: 'source sans pro';
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    background-color: #b2dec2;
    outline: none;
    border-radius: 3px;
    padding: 15px 34px;
    border: 1px solid #b2dec2;
    -webkit-transform: 350ms;
    -moz-transform: 350ms;
    -ms-transform: 350ms;
    transform: 350ms;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease;
}
.woocommerce .related.products a.button:hover {
    color: #000000;
    background-color: #fff;
}
.single .product_meta,
.woocommerce-product-details__short-description,
#tab-title-reviews {
    display: none;
}




header .row{
    margin:0;
}
header .col-lg-5,
header .col-lg-7 {
    padding: 0;
}


.logo{
    padding-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
}
.collapse.navbar-collapse {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0;
    padding-left: 0px;
    z-index: 99999;
}
.logo {
    text-align: right;
    background: #fff;
    padding-right: 120px;
    padding: ;
    position: relative;
    float: right;
}
.navbar-nav {
    margin-top: 0;
    float: left;
}
.login-cart-wrapper a {
    color: #000;
}
.login-cart-icons {
    color: #000;
}
.login-cart-wrapper a {
    display: inline-block;
    padding: 15px 0;
}
@media (min-width: 1200px) and (max-width: 1599px){
    .text-hidden{
        display: none;
    }
    .collapse.navbar-collapse{
        padding-left: 0;
    }
    .login-cart-wrapper {
    margin-left: 0px;
}
}
@media (max-width: 1650px){
    .login-cart-wrapper {
    margin-left: 0px;
}
}

.navbar-nav > li > a {
   padding-left: 10px;
padding-right: 10px;
}
.current-menu-item a {
    color: #f60628 !important;
}
.navbar-inverse .navbar-nav > li > a:hover {
   color: #f60628 !important;
}
#menu-shop .sub-menu {
    position: absolute;
    padding: 0;
    list-style: none;
    text-align: left;
}


.sub-menu {
    position: absolute;
    padding: 0;
    list-style: none;
    text-align: left;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
    background: #ebe9eb;
    min-width: 150px;
}
header {
    box-shadow: 5px 5px 20px rgba(204, 204, 204, 0.2);
}
.sub-menu a {
    color: #000;
    display: block;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.sub-menu a:hover {
    background: #fff;
}
.menu-item-has-children > a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.sub-menu{
    display: none;
}
.new_navbar .show-sub-menu {
    display: block !important;
    position: relative !important;
}
.show-sub-menu {
    display: block !important;
}
@media (max-width: 1250px){
    .navbar-nav > li > a{
        margin: 15px 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        padding: 10px 11px;
    }
}
.navbar-inverse .navbar-toggle{
    color:#000;
}




/*NEW CSS*/

/* nav toggle */



@media (max-width: 1199px){
    .nav-toggle {
  cursor: pointer;
  z-index: 9999;
  height: 30px;
  width: 35px;
}

  h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 900;
    color: #543808;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
    line-height: 45px;
    position: relative;
  }
.nav-toggle:hover {
  opacity: 0.8;
}
.nav-toggle .nav-toggle-bar, .nav-toggle .nav-toggle-bar::after, .nav-toggle .nav-toggle-bar::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
  content: '';
  height: 3px;
  transition: all .5s;
  width: 35px;
}

.logo {
    text-align: right;
    background: #fff;
    padding-right: 80px;
    padding: ;
    position: relative;
    float: left;
    z-index: 55;
}
.nav-toggle .nav-toggle-bar {
  margin-top: 0;
}
.nav-toggle .nav-toggle-bar::after {
  margin-top: 0.8rem;
}
.nav-toggle .nav-toggle-bar::before {
  margin-top: -0.8rem;
}
.nav-toggle.expanded .nav-toggle-bar {
  background: transparent;
}
.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
  background: white;
  margin-top: 0;
}
.nav-toggle.expanded .nav-toggle-bar::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.expanded .nav-toggle-bar::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* nav */
.nav {
  background: #000;
  color: white;
  cursor: pointer;
  display: flex;
  height: 100vh;
  left: -75%;
  position: fixed;
  top: 0;
  transition: left .5s;
  width: 75%;
  z-index: 9999;
  display: none;
}
.nav.expanded {
  left: 0;
}
 .nav ul {
    list-style: none;
    margin: auto 0;
    margin-top: auto;
    padding: 0;
    margin-top: 30px;
  }

#main {
  background-image: linear-gradient(to bottom, rgba(40, 221, 224, 0.5), rgba(86, 52, 209, 0.5)), url("https://source.unsplash.com/r9eIL7jtenc");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 0.75);
  flex-grow: 1;
  flex-shrink: 0;
  padding: 2rem;
  position: relative;
}
}
@media(min-width: 1200px){
  .nav-toggle {
  display: none;
}
.new_navbar {
    display: none;
}
.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}
}
@media (max-width: 1199px){
    .logo {
    text-align: left;
}
.nav-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
}

@media(max-width: 1199px){
    .sub-menu.show-sub-menu {
    position: relative;
}
    .new_navbar {
  display: block;
}
.main-menu__a {
  color: #fff;
  display: block;
  padding: 7px 0 7px 20px;
  border-bottom: 1px solid #3C3C3C;
  position: relative;
}
.main-menu__a:hover,
.main-menu__a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3C3C3C;
}

.main-menu__a:hover::before {
  border-bottom: 1px solid #3C3C3C!important;
}
.sub-menu .main-menu__a {
  padding-left: 40px;
}
.menu-item-has-children > .main-menu__a::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.menu-item-has-children > .main-menu__a.active_sub::after{
  border-top: none;
  border-bottom: 10px solid #fff;
}
.sub-menu {
  display: none;
  
}
.active-sub{
  display: block!important;
  height: 100%;
}
.menu-item-has-children > .main-menu__a.active_sub::before {
  background: #212121;
  border: 1px solid #212121;
}
.menu-item-has-children > .main-menu__a::before {
  border-left: 1px solid #3C3C3C;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 102%;
  width: 40px;
  border-bottom: 1px solid #43494c;
}
}
.main-menu__a {
    text-transform: uppercase;
}

.logged-in .new_navbar {
    margin-top: 32px;
}
@media (max-width: 782px){
.logged-in .new_navbar {
    margin-top: 46px;
}
}

@media(max-width: 1599px){
    .login_form{
        right: 0;
    }
}
.new_navbar .login_form {
    width: 100%;
}

.login_form h2 {
  color: #000;
  font-size: 20px !important;
  margin-top: 0px ;
  margin-bottom: 15px;
}
.login_form {
    text-align: left;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    position: absolute;
    padding: 15px;
    background: #fff;
    width: 300px;
}
.login_form #username,
.login_form #password {
    border: 1px solid #cccdd0;
}
.login_form label {
    font-weight: 400;
    font-size: 15px;
}
.login_form{
    display: none;
}
.active_login-form {
  display: block !important;
  max-width: 500px;
  font-size: 17px;
}
.new_navbar label {
    color: #000;
}
.new_navbar .login-cart-icons{
    color: #fff;
}
.new_navbar .open_login span {
    padding-left: 0px;
}
.sale_mark {
    display: none;
}

#tab-reviews {
    display: block!important;
}
#comments {
    display: none;
}
.sale .sale_mark {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    background-color: #f00;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    z-index: 999;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.home .woocommerce .products .star-rating {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #fbca18;
    display: none;
}

.woocommerce p.stars a {
    color: #fbca18;
}

.woocommerce p.stars a:hover {
    color: #fbca18;
}

.product_hover {
    transition: all 0.5s ease;
    padding-top: 30px;
    padding-bottom: 20px;
}

.product_hover:hover {
}

/*DK*/

.page-template-startseite .woocommerce .star-rating {
    display: none;
}



/*.outofstock a.button.product_type_simple {
    display: none;
}*/


a.button.product_type_variable {
   width: 100%;
  text-align: center;
  margin: auto;
  background-color: #f5f5f5;
  position: relative;
  width: 100%;
}
a.button.product_type_variable  img {
    margin-bottom: 0;
    max-width: 25px;
}

.outofstock a.button.product_type_simple { 
    position: absolute;
    bottom: 20px;
    right: 0;
    background: transparent;
}
.outofstock a.button.product_type_simple img {
    margin-bottom: 0;
    max-width: 25px;
}

.page-template-startseite .woocommerce .product_type_simple.add_to_cart_button {
    bottom: 0;
}
p.stock.out-of-stock {
    display: block !important;
}
.product-type-variable #tab-title-additional_information {
    display: none;
}

.product-type-variable .woocommerce-Tabs-panel--additional_information {
    display: none;
}

.outofstock .price::after {
    content: 'Nicht vorrätig';
    padding-left: 22px;
    font-size: 14px;
    color: red;
    display: inline-block;
}
.related.products .price::after {
    content: 'Nicht vorrätig';
    display: none;
}
.related.products .outofstock .price::after {
    content: 'Nicht vorrätig';
    padding-left: 22px;
    font-size: 14px;
    color: red;
    display: inline-block;
}
.outofstock .woocommerce-variation-price .price::after {
    display: none;
}
.woocommerce  p.stock.out-of-stock {
    color: red;
}
@media (min-width: 1300px) and (max-width: 1700px) {
    .outofstock .price::after {
        display: block;
}
} 