/*
	Theme Name: LEMONTEC THEME
	Theme URI: https://lemontec.at
	Description: WordPress Theme
	Version: 3.0
	Author: LEMONTEC
	Author URI: https://lemontec.at
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.cta_button, .category_teaser .products article a, .newsletter .gform_footer input, .newsletter .gform_wrapper .gform_body input, .logo img, .slide_quicklinks li em i {
    transition: 0.3s ease;
}

input, button, select, textarea {
    border: 1px solid #515151;
    border-radius: 3px;
}

.cat_widget_wrapper {
    margin-left: 20px;
}

.cat_widget_wrapper li {
    list-style: none;
}

.cat_widget_wrapper_child {
    display: none;
    margin: 0 0 10px 15px;
}

.pagination {
    width: 100%;
    text-align: center;
    margin-top: 2vw;
}

a.xoo-wsc-ft-btn {
    background-color: #317FB0;
    color: #fff;
    border-radius: 6px;
    font-weight: normal;
    padding: 10px 0;
}

a.xoo-wsc-ft-btn:hover {
    background-color: #000;
    color: #fff;
}

body {
	font: 300 16px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: 'Poppins', sans-serif;
	color: #2c3336;
	margin: 0;
	padding: 0;
}


li.cat-item.cat-item-15 {
    display: none !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.single main {
        margin-top: 150px;
    }
    
    .single.single-product main {
        margin-top: 0
    }
}


strong, b {
    font-weight: 500;
}

img {
	max-width: 100%;
    height: auto;
	vertical-align: bottom;
}


h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
}

h2 {
    font-weight: 500;
    text-transform: uppercase;
}

.content_text_highlight {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
}

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

a:hover,
a:active,
a:focus {
	outline: 0;
    color: #317FB0;
    text-decoration: none;
}

input:focus {
	outline: 0;
    border: 1px solid #317fb0;
}

section, footer {
    position: relative;
    margin: 0 auto;
}

.clearfix::after, footer::after {
    content: ' ';
    visibility: hidden;
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
}

ul, li {
	list-style: none;
    padding: 0;
    margin: 0;
}

.content_inner li {
    list-style: disc;
    margin-left: 15px;
}

.spacer {
    height: 3vw;
    display: block;
    width: 100%;
}

/* TEXT COLORS */

.img_teaser_hover i,
.text_teaser_icon, .icon_teaser_icon,
.cta_button_wrapper, .cta_button_wrapper a, .cta_button_wrapper a:hover,
.interactive_maps_wrapper .pin_count, .interactive_maps_wrapper .pin_info {
    color: #ffffff;
}

.icon_teaser_a h1, .icon_teaser_a h2, .icon_teaser_a h3, .icon_teaser_a h4 {
    color: #cccccc;
}

.icon_teaser_b h1, .icon_teaser_b h2, .icon_teaser_b h3, .icon_teaser_b h4  {
    color: #000000;
}

.icon_teaser_c h1, .icon_teaser_c h2, .icon_teaser_c h3, .icon_teaser_c h4 {
    color: #d8df21;
}

/* BACKGROUND COLORS */

.interactive_teaser_wrapper .pin_count, .interactive_teaser_wrapper .pin_info {
    background-color: #ffffff;
}

.cta_button,
button.accordion,
.bg_highlight,
.text_teaser_wrapper ul li article {
    border-radius: 7px;
    margin: 75px auto 0;
    color: #2b3235;
    border: 2px solid #2b3235;
    text-transform: none;
    min-width: 245px;
}

.content_inner .cta_button:hover {
    border-color: #317cb0;
    color: #317cb0;
}

.content_inner .cta_button:hover a {
    color: #317cb0;
}

.content_inner {
    padding: 0;
}

.bg_a,
.text_teaser_icon,
button.accordion.active,
.icon_teaser_a .icon_teaser_icon,
.flexible_slideshow .flex-control-nav li a.flex-active,
.hr_custom::before, .hr_custom::after,
.interactive_maps_wrapper .pin_count, .interactive_maps_wrapper .pin_info {
    background-color: #2c3336;
}

.bg_b,
.icon_teaser_b .icon_teaser_icon,
.flexible_slideshow .flex-control-nav li a {
    background-color: #2c3336;
}

.bg_c,
.icon_teaser_c .icon_teaser_icon {
    background-color: #337ab7;
}

a,
.cta_button_wrapper a,
button.accordion,
.flexible_slideshow ol.flex-control-nav.flex-control-paging, .flexible_slideshow ul.flex-direction-nav,
.text_teaser_wrapper li a article,
.img_teaser_hover, .img_teaser_hover i,
.pin_info {
    transition: 0.5s ease;
}

header a:hover,
.cta_button_wrapper a:hover,
button.accordion:hover,
.text_teaser_wrapper li a:hover article {
    opacity: 0.5;
}

.gform_button_select_files {
    background: transparent;
    border: 1px dashed #ccc !important;
}

.cta_button {
    padding: 10px;
    display: block;
    width: 170px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* HEADER */
header {
    position: fixed;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fafafa;
    padding: 15px 0;
}


.wrapper, .woocommerce-pagination {
    max-width: 1650px;
    margin: auto;
    padding: 0 15px;
}

header .wrapper {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-wrap: wrap; 
    -webkit-flex-wrap: wrap; 
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

header .wrapper {
    flex-wrap: nowrap;
}

#burger {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.fixed-headerfixed-header #burger {
    top: 30px;
}
/*
header .flex {
    width: 70%;
}
*/
header .flex:first-child {
    width: 30%;
    max-width: 120px;
}

header .flex:first-child img {
    max-width: 120px;
}

header.fixed-header .logo img {
    max-width: 120px;
}

header nav a {
    font-size: 18px;
    color: #2b3235;
    font-weight: 500;
    display: inline-block;
    padding: 0 13px;
}

header nav .sub-menu a {
    padding-left: 3px;
    font-size: 16px;
}

header nav .current-menu-item > a {
    color: #317FB0;
}

header nav {
    text-align: right;
}

header nav ul {
    display: inline-block;
}

header nav ol {
    margin: 0;
    padding: 0;
    display: inline-block;
}

header nav ol li {
    display: inline-block;
}

header nav ol a {
    padding: 0 10px;
}

header nav ul li {
    display: inline-block;
    position: relative;
}

header nav ul li li {
    display: block;
}


#burger i {
    display: none;
    font-size: 30px;
}

/* TOGGLE SUBMENU */

.mobile_toggle {
    display: none;
}

.menu-item-has-children .mobile_toggle {
    font-size: 13px;
    padding-left: 5px;
    vertical-align: bottom;
}

.mobile_toggle i {
    font-size: 20px;
}

.mobile_toggle.active i {
   transform: rotate(180deg);
}

.menu-item-has-children .sub-menu .mobile_toggle, .sub-menu {
    display: none;
}

/* SUBMENU */
header nav ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
    padding: 10px;
    padding-right: 0;
    text-align: left;
    min-width: 250px;
}

header nav ul.sub-menu .sub-menu {
    left: calc(100%);
    top: 0;
    border-radius: 0 6px 6px 6px;
}

header nav ul.sub-menu.active, header nav ul li:hover > .sub-menu {
    display: block;
}

/* SLIDESHOW */
.slideshow {
    max-height: 950px;
    min-height: 550px;
    overflow: hidden;
    position: relative;
}

.slideshow ul.slides, .slideshow .slides li {
    min-height: 550px;
}

.slideshow ul.slides li {
    background-size: cover;
    background-position: center;
}

.slideshow::after {
    content: '';
    display: block;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-color: #317cb0;
}

.slideshow video {
    width: 100%;
    filter: grayscale(1);
}

.slideshow article {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
}

.slideshow li {
    margin-bottom: -7px;
}

.slideshow article .cta_button {
    background-color: transparent;
    border-radius: 7px;
    margin: 75px auto 0;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    min-width: 245px;
}

.slideshow article .cta_button a {
    color: #fff;
}

.cta_button:hover {
    transform: scale(1.05);
}

.slideshow article img {
    max-width: 370px;
    margin: 0;
}

.slideshow article p {
    margin: 0;
}

/* FLEXIBLE SLIDESHOW */

.flexible_slideshow_wrapper {
    margin: 15px auto;
}

.flexible_slideshow .slides li {
    height: 620px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
}

.flexible_slideshow_content {
    position: absolute;
    width: 100%;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
}

.flexible_slideshow .flex-control-nav li {
    display: inline-block;
}

.flexible_slideshow .flex-control-nav li a {
    display: block;
    border-radius: 90%;
    overflow: hidden;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    font-size: 0;
}

.flexible_slideshow ol.flex-control-nav.flex-control-paging {
    position: absolute;
    width: 90%;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    text-align: center;
    z-index: 100;
}

.flexible_slideshow ul.flex-direction-nav {
    font-size: 50px;
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
}

.flexible_slideshow li.flex-nav-prev, li.flex-nav-next {
    position: absolute;
}

.flexible_slideshow li.flex-nav-prev {
    left: 50px;
}

.flexible_slideshow li.flex-nav-next {
    right: 50px;
}

/* TEXT TEASER */

.text_teaser_wrapper li {
    margin: 45px auto 25px;
}

.text_teaser_wrapper li article h1 {
    margin-bottom: 5px;
}

.text_teaser_icon {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    font-size: 1.4em;
    padding-top: 11px;
    border-radius: 50%;
}

.text_teaser_wrapper article {
    padding: 45px 20px 20px;
    text-align: center;
    min-height: 200px;
}

.text_teaser_wrapper .text_teaser_third article {
    min-height: 280px;
}

.text_teaser_wrapper article h1 {
    font-size: 1.3em;
}

/* ICON TEASER */

.icon_teaser_wrapper.bg_highlight {
    padding: 70px 0;
    border: none;
    border-top: 2px solid #2b3235;
    border-radius: 0;
    border-bottom: 2px solid #2b3235;
}

.icon_teaser_wrapper li {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    padding: 5px 0;
}

.icon_teaser_wrapper li article {
    padding-left: 70px;
}

.icon_teaser_wrapper li article h2 {
    font-size: 1.3em;
}

.icon_teaser_icon {
    position: absolute;
    text-align: center;
    width: 55px;
    height: 55px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 1.4em;
    padding-top: 11px;
    border-radius: 50%;
}

.icon_teaser_wrapper.bg_highlight article hr {
    border-top: 1px solid #fff;
}

/* IMG TEASER */

.img_teaser_wrapper li {
    text-align: center;
    margin: 15px auto;
}

.img_teaser_wrapper li article a {
    text-decoration: none;
}

.img_teaser_img {
    height: 350px;
    position: relative;
    margin-bottom: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img_teaser_hover {
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.img_teaser_hover i {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    font-size: 30px;
    text-align: center;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 25px;
    border-radius: 50%;
}

.img_teaser_img:hover .img_teaser_hover {
    opacity: 1;
}

/* INTERACTIVE TEASER */

.interactive_teaser_wrapper li {
    margin: 15px auto;
}

.interactive_teaser_row {
    overflow: hidden;
}

.interactive_teaser_row:nth-child(even) article {
    float: right;
}

.interactive_img {
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.interactive_pin {
    position: absolute;
    font-size: 0.9em;
    padding: 10px;
}

.pin_count {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 2em;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255,255,255, 0.8);
    animation: pulse 2s infinite;
    z-index: 5;
}

.interactive_teaser_wrapper .pin_count {
    box-shadow: 0 0 0 rgba(255,255,255, 0.8);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.1);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0.1);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0.1);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

.pin_info {
    padding: 5px 10px;
    margin: 10px 0 0 -10px;
    text-align: center;
    z-index: 1;
    opacity: 0;
}

.pin_info::before {
    content: ' ';
    position: absolute;
    top: 40px;
    left: 17px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.interactive_pin.active > .pin_info {
    opacity: 1;
}

/* INTERACTIVE MAP */

.interactive_maps_wrapper {
    height: 600px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 30px auto;
}

.interactive_maps_wrapper .pin_count {
    box-shadow: 0 0 0 rgba(204,204,204, 0.8);
    animation: pulse_color 2s infinite;
}

@-webkit-keyframes pulse_color {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,204,204, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,204,204, 0.1);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,204,204, 0);
  }
}
@keyframes pulse_color {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,204,204, 0.8);
    box-shadow: 0 0 0 0 rgba(204,204,204, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,204,204, 0.1);
      box-shadow: 0 0 0 10px rgba(204,204,204, 0.1);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,204,204, 0);
      box-shadow: 0 0 0 0 rgba(204,204,204, 0);
  }
}

/* ACCORDION */

.accordion ul {
    padding: 0 0 15px;
    margin: 0;
}

button.accordion {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    position: relative;
    margin-bottom: 2px;
    background-color: #eee;
    margin: 0;
    border-radius: 0;
    background-color: #337ab7;
    color: #fff;
}

button.accordion.active {
    background-color: #337ab7;
}

button.accordion:after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    right: 15px;
    bottom: 0;
}

button.accordion.active:after {
    content: "\f106";
}

.accordion .panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.accordion .panel.show {
    display: block;
    opacity: 1;
    max-height: 10000px;
}

/* HR TRENNLINIE */

hr {
    border-top: 1px solid #ccc;
}

hr, .hr_custom {
    display: block;
    margin: 20px 0;
    text-align: center;
    color: #317FB0;
}

.hr_custom::before, .hr_custom::after {
    content: ' ';
    position: relative;
    display: inline-block;
    width: 270px;
    height: 1px;
    vertical-align: middle;
}

.hr_custom::before {
    margin-right: 10px;
}

.hr_custom::after {
    margin-left: 10px;
}

/* CTA BUTTON FLEXIBLE */

.cta_button_wrapper .cta_button_flex {
    margin: 20px 15px;
    float: none;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 20px;
    cursor: default;
}

.cta_button_wrapper a .cta_button_flex {
    cursor: pointer;
}

.cta_button_flex.half_width {
    width: 50%;
}

/* ACF GOOGLE MAPS */

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* quicklinks */
.slide_quicklinks {
    position: absolute;
    bottom: 0;
    z-index: 10;
    right: 5vw;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap; 
}

.slide_quicklinks li {
    margin: 0 2px;
    text-align: center;
    position: relative;
}

.slide_quicklinks .tooltip {
    color: #fff;
    position: absolute;
    left: -61px;
    bottom: 100%;
    min-width: 190px;
    display: none;
    margin-bottom: 10px;
    font-weight: 300;
}

.slide_quicklinks .tooltip strong {
    text-transform: uppercase;
}

.slide_quicklinks .tooltip p {
    margin: 0;
}

.slide_quicklinks .tooltip:after {
    display: block;
    content: '\f107';
    font-family: FontAwesome;
}

.slide_quicklinks li a, .slide_quicklinks li em {
    width: 75px;
    height: 63px;
    background-color: #fff;
    display: block;
    border-radius: 10px 10px 0 0;
    font-size: 27px;
    line-height: normal;
    padding-top: 15px;
    cursor: pointer;
}

.slide_quicklinks li:hover em i {
    color: #337ab7
}

.slide_quicklinks li:hover span {
    display: block;
}

/* CAT TEASER */
.category_teaser:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 0;
    border-bottom: 200px solid #2c3336;
    border-left: 100vw solid transparent;
}

.category_teaser ul {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-wrap: wrap; 
    -webkit-flex-wrap: wrap; 
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap; 
}

.category_teaser ul li {
    width: 25%;
    margin-bottom: 10px;
}

.category_teaser article {
    margin: 0 5px
}

.category_teaser_content article {
    margin-right: 55px;
}

.category_teaser_wrapper {
    background-color: #2c3336;
    padding: 2vw 0 5vw;
    line-height: 27px;
}

.category_teaser_content {
    color: #fff;
    font-weight: 300;
}

.category_teaser_content strong {
    font-weight: 500
}

.category_teaser_content h3 {
    font-size: 50px;
    font-weight: 300;
    color: #317cb0;
    line-height: normal;
} 

.category_teaser_content h3 strong {
    display: block;
    line-height: 15px;
}

.category_teaser .products article {
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.category_teaser .products article h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.category_teaser .products article img {
    width: 100%;
}

.category_teaser .products article p {
    margin-top: 0;
}

.category_teaser .products article a, .category_teaser_content a .cta_button {
    padding: 10px;
    display: block;
    width: 170px;
    font-size: 18px;
    text-align: center;
    background-color: #2c3336;
    color: #fff;
    border-radius: 10px;
    margin: 15px auto 0;
    font-weight: 300;
    text-transform: uppercase;
}

.category_teaser_content a .cta_button {
    border-color: #317cb0;
    color: #317cb0;
    margin: 40px 0 0;
}

.category_teaser .products article a:hover {
    transform: scale(1.05);
    background-color: #317cb0;
}

/* post teaser */
.post_teaser {
    background-color: #f2f2f2;
    padding: 5vw 0;
}

.post_teaser.post_teaser_footer {
    background-color: #fff;
    padding-top: 70px;
    z-index: 0;
}

.post_teaser ul {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;    
    flex-wrap: wrap;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap; 
}

.post_teaser h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}

.post_teaser span {
    display: block;
    text-transform: uppercase;
    color: #c6c6c6;
    font-weight: 300;
}

.post_teaser a span {
    color: #000000;
}

.post_teaser h2::after, .content_inner h2::after {
    content: '';
    display: block;
    background-color: #c6c6c6;
    width: 50px;
    height: 2px;
    margin: 15px 0;
}

.single_product_inner h2::after {
    margin: 15px auto;
}

.post_teaser li {
    width: 25%;
    z-index: 10;
    position: relative;
}

.post_teaser article {
    background-color: #fff;
    margin: 5px;
}

.post_teaser article img {
    width: 100%;
}

.post_teaser .descr {
    padding: 35px;
}

.post_teaser .post_teaser_content {
    background-color: transparent;
    margin-left: 65px;
    line-height: 27px;
    font-weight: 300;
}

.post_teaser .post_teaser_content h3 {
    margin: 0;
    text-transform: uppercase;
    line-height: normal;
    font-size: 50px;
    font-weight: 500;
}

.post_teaser .post_teaser_content h3 strong {
    font-weight: 300;
}

.post_teaser_content .cta_button {
    margin-left: 0;
    margin-top: 30px;
}

.post_teaser_content .cta_button:hover {
    border-color: #337ab7;
}

.post_teaser_content .cta_button:hover a {
    color: #337ab7;
}

.post_teaser_content a .cta_button:hover {
    color: #337ab7;
}

/* Newsletter */

#gform_1 .gform_body #field_1_5 {
    float: left;
    width: 100%;
}

#gform_1 .gform_body #field_1_5 label {
    margin-top: 10px;
}

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

.captcha_nl div {
    margin-top: 0px;
}

/* aktionen */
.shop_aktion .wrapper {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap; 
    margin-top: 40px;
}

.shop_aktion .wrapper .flex {
    width: calc(33% - 5px);
    margin-right: 5px;
}

.shop_aktion .wrapper .flex.img_wrapper {
    width: calc(67% - 5px);
    background-size: cover;
    background-position: center;
    margin-left: 5px;
    margin-right: 0;
}

.shop_aktion article {
    padding: 4vw 30px;
    color: #fff;
    background: rgb(76,162,250);
    background: -moz-linear-gradient(top, rgba(76,162,250,1) 0%, rgba(76,129,154,1) 100%);
    background: -webkit-linear-gradient(top, rgba(76,162,250,1) 0%,rgba(76,129,154,1) 100%);
    background: linear-gradient(to bottom, rgba(76,162,250,1) 0%,rgba(76,129,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca2fa', endColorstr='#4c819a',GradientType=0 );
}

.shop_aktion article em {
    font-style: normal;
    font-size: 100px;
    font-weight: 600;
    line-height: 50px;
}

.shop_aktion article strong {
    font-size: 24px;
    font-weight: 300;
    display: block;
    line-height: normal;
}

.shop_aktion article h1 strong {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline;
}

/* footer */
p.copyright {
    text-align: center;
    font-weight: 300;
    padding: 2vw 0;
    margin: 0;
    background-color: #fff;
}

footer {
    background-color: #2c3336;
    padding: 5vw 0;
    color: #fff;
}

footer p {
    margin: 15px 0;
}

footer h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 60px;
}

footer a {
    color: #fff;
    font-weight: 300;
    display: inline-block;
    margin: 0;
}

footer .widget_nav_menu a, footer .widget_recent_entries a {
    margin: 7px 0;
    display: inline-block;
}

.footer_widget_wrapper {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap; 
    color: #fff;
}

.footer_widget_wrapper img {
    width: 70px;
}

.footer_widget_wrapper > li {
    width: 25%;
}



.newsletter {
    background-color: #e0ebf3;
    overflow: hidden;
    padding: 4vw 0;
    clear: both;
}

.newsletter .wrapper {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap; 
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.newsletter .flex {
    width: 50%;
}

.newsletter span:not(.lp-required) {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
}

body .columnContainer {
    background-color: transparent !important;
}

.newsletter .gform_wrapper input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #50585c;
    width: 100% !important;
}

.newsletter .gform_wrapper .gform_body input:focus {
    border-color: #317cb0;
}

.newsletter .gform_wrapper .gform_body input:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #317cb0;
}
.newsletter .gform_wrapper .gform_body input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #317cb0;
   opacity:  1;
}
.newsletter .gform_wrapper .gform_body input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #317cb0;
   opacity:  1;
}
.newsletter .gform_wrapper .gform_body input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #317cb0;
}
.newsletter .gform_wrapper .gform_body input:focus::-ms-input-placeholder { /* Microsoft Edge */
   color:    #317cb0;
}

.newsletter .gform_wrapper .gform_body input:focus::placeholder { /* Most modern browsers support this now. */
   color:    #317cb0;
}

body .newsletter .gform_wrapper .gform_footer input {
    padding: 10px;
    display: block;
    width: 170px;
    font-size: 18px;
    text-align: center;
    background-color: #2c3336;
    color: #fff;
    border-radius: 10px;
    margin: 0;
    font-weight: 300;
    border: 0;
    text-transform: uppercase;
    line-height: normal;
}

body .newsletter .gform_wrapper .gform_footer input:hover {
    transform: scale(1.05);
    background-color: #317cb0;
}

.newsletter .gform_wrapper .gform_body {
    width: 70%;
    display: inline-block;
}

.newsletter .gform_wrapper .gform_footer {
    width: 26%;
    display: inline-block;
}

/* map block */
.world_map {
    position: relative;
    padding: 5vw 0;
}

.world_map .wrapper {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap; 
    -webkit-flex-wrap: wrap; 
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.world_map .wrapper .flex ~ .flex {
    color: #c6c6c6;
    max-width: 270px;
    text-align: center;
    margin: auto;
    line-height: 27px;
}

.world_map  .pin {
    position: absolute;
    right: 130px;
    font-size: 55px;
    top: 519px;
    color: #fff;
}

.world_map .pin::before {
    content: 'E.Hartner & Co GMBH';
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    right: 100%;
    top: 80px;
}

.world_map article {
    max-width: 520px;
    font-weight: 300;
    line-height: 27px;
    z-index: 10;
    position: relative;
}

.world_map article .cta_button {
    margin-left: 0;
}

.world_map article .cta_button:hover {
    border-color: #337ab7;
    color: #337ab7;
}

.world_map article .cta_button:hover a {
     color: #337ab7;
}

.world_map article h1 {
    margin-top: 0;
}

.world_map .map {
    max-width: 780px;
    position: absolute;
    right: 0;
    top: -220px;
    width: 100%;
}

/* woo */
#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    transition: 0.3s ease;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: '\e017';
    margin-left: .53em;
    vertical-align: bottom;
    position: absolute;
    right: 15px;
    bottom: 4px;
}   

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #2c3336;
    transition: 0.3s ease;
}

.woocommerce span.onsale {
    display: none;
}

nav.woocommerce-MyAccount-navigation {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 150px;
    border-radius: 8px;
}

.coupon ~ button.button {
    transition: 0.3s ease;
    padding: 6px 30px !important;
    float: right !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: normal;
    border: none;
    border-radius: 7px;
    color: #fff !important;
}

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

.woocommerce a.remove:hover {
    color: #337ab7 !important;
    background: transparent;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
    background-color: #337ab7;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #337ab7;
    color: #fff;
    border: 0;
}

.woocommerce #primary {
    background-color: #f7f7f7;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination {
    text-align: right;
    margin-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
     width: 50px;
    height: 50px;
    border: 2px solid #b2b2b2;
    border-radius: 10px;
    text-align: center;
    padding-top: 14px;
    font-weight: 500;
    font-size: 18px;
    color: #b2b2b2;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #337ab7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #337ab7;
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    text-transform: uppercase;
}

.woocommerce-Tabs-panel h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0 0;
    line-height: normal;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 30px 0 1em;
}

.upsells h2, .related.products h2 {
    text-transform: uppercase;
    font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 0;
    width: 33%;
    text-align: center;
}

p.stars.selected a, .woocommerce-message::before {
    color: #337ab7;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color:  #2c3336;
    color: #fff;
}

.woocommerce-message {
    border-top-color: #337ab7;
}

.woocommerce-variation-description {
    background-color: #eee;
    padding: 1px 15px;
}

.woocommerce div.product .product_title {
    margin: 0;
    line-height: normal;
    font-size: 30px;
}

.woocommerce .quantity .qty {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 1.25em;
    margin: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin-left: 5px;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    border-color: #3191ed;
    color: #3191ed;
    background-color: transparent;
}

ul.products {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap; 
}

.single_product {
    width: calc(25% - 10px);
    background-color: #fff;
    margin: 5px;
}

.single_product_inner {
    background-color: #fff;
    margin: 0;
    text-align: center;
    padding-bottom: 15px;
}

.single_product .imagewrapper {
    height: 300px;
    text-align: center;
    position: relative;
}

.single_product img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 290px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    padding: 1vw;
}

.single_product_btn {
    position: relative;
    background-color: #2c3336;
    color: #fff;
    width: calc(100% - 15px);
    margin: auto;
    border-radius: 7px;
    padding: 10px;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
}

.single_product_btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #96999b;
    right: 0;
    margin: auto;
    top: 0;
}

.single_product_btn a {
    color: #fff;
    width: 50%;
    padding: 0 5px;
    text-transform: uppercase;
}

body .single_product_btn .add_to_cart_button {
    background-color: transparent;
    position: relative;
    color: #fff;
    padding: 4px 0;
    font-weight: normal;
}

body .single_product_btn .add_to_cart_button:hover, .single_product_btn a:hover {
    background-color: transparent;
    color: #317FB0;
}

.single_product_btn .add_to_cart_button::before, .single_product_btn a.button.product_type_variable::before {
    font-family: FontAwesome;
    content: '\f07a';
    display: block;
    font-weight: normal;
}

.single_product_btn a.button.product_type_variable {
    background-color: transparent;
    color: #fff;
    padding: 4px 0;
}

.single_product h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.single_product p {
    margin: 0;
}

.single_product .price {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.single_product_descr {
    padding: 0 30px 15px;
    line-height: 27px;
    min-height: 130px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.single_product_descr b {
    display: block;
}

/* shop header */

.shop_header {
    padding-bottom: 0;
    position: relative;
    text-align: center;
    /* height: 1000px; */
}

.shop_slide_content {
    color: #b2b2b2;
    font-size: 24px;
    max-width: 470px;
    text-align: center;
    position: absolute;
    bottom: -90px;
    right: 6vw;
}
/*
.shop_header article {
    max-width: 650px;
    line-height: 27px;
    position: absolute;
    left: 0;
    z-index: 10;
    top: 330px;
} */

.shop_header .wrapper {
    position: relative
}

.shop_slider ol.flex-control-nav.flex-control-paging {
    text-align: right;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 3vw;
}

.shop_slider ol.flex-control-nav.flex-control-paging li {
    display: inline-block;
}

.shop_slider ol.flex-control-nav.flex-control-paging a {
    display: block;
    width: 55px;
    height: 55px;
    font-size: 18px;
    font-weight: 500;
    color: #b2b2b2;
    border: 2px solid #b2b2b2;
    border-radius: 10px;
    text-align: center;
    padding-top: 12px;
    margin: 0 5px;
}

.shop_slider ol.flex-control-nav.flex-control-paging a.flex-active {
    border-color: #3191ed;
    color: #3191ed;
}

.woo_search {
    margin-top: 50px;
    border: 2px solid #317FB0;
    border-radius: 2px;}

body #ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    font-size: 16px;
}

body #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-size: 16px;
}

body div.asl_w {
    box-shadow: none;
}

body #ajaxsearchlite1 .probox, div.asl_w .probox {
    border-bottom: 2px solid #2c3336;
    padding-bottom: 15px;
}

.shop_slider {
    position: relative;
    max-width: 1455px;
    margin: 0 0 0 auto;
    min-height: 960px;
}

.shop_slider .slides li {
    height: 490px;
    background-position: left bottom, right 793px bottom 30px, center;
    background-size: 100% auto, 190px 190px, cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 100px;
}

.widget_wrapper {
    margin-top: 100px;
}

.widget_wrapper .cat_toggle {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}

.widget_wrapper .cat_toggle::before {
    content: '\f105';
    font-family: FontAwesome;
    display: block;
}

.widget_wrapper .cat_toggle.active::before {
    content: '\f107';
}

.widget_wrapper h2 {
    margin: 0;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
}

.widget_wrapper h2 strong {
    display: block;
}

.widget_wrapper .woocommerce.widget_product_categories {
    margin-top: 60px;
}

.widget_wrapper .woocommerce.widget_product_categories .children {
    margin: 7.5px 0 7.5px 40px;
    display: none;
}

.widget_wrapper .woocommerce.widget_product_categories .current-cat > .children, .widget_wrapper .woocommerce.widget_product_categories .current-cat-parent > .children {
    display: block;
}

.widget_wrapper .woocommerce.widget_product_categories a {
    font-weight: 300;
}

.widget_wrapper .product-categories > li {
    margin-bottom: 20px;
}

/*
.widget_wrapper .current-cat a:before {
    content: '\f105';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}
*/

.widget_wrapper .woocommerce.widget_product_categories .current-cat > a, .widget_wrapper .woocommerce.widget_product_categories .current-cat-parent > a  {
    color: #337ab7;
    font-weight: 500;
}

.cat_widget_wrapper {
    list-style: none;
    margin: 0;
}

/*
.widget_wrapper .woocommerce.widget_product_categories .current-cat-parent > a:before {
    content: '\f105';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}
*/

.widget_wrapper .woocommerce.widget_product_categories .children a {
    color: #2c3336;
    font-weight: 300;
}

.widget_wrapper .woocommerce.widget_product_categories .children .current-cat > a {
    font-weight: 500;
}

/*
.widget_wrapper .woocommerce.widget_product_categories .children a:before {
    content: '\f105';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}


.widget_wrapper .woocommerce.widget_product_categories .children .current-cat > a:before {
    content: '\f107';
}
*/

.widget_wrapper .woocommerce.widget_product_categories .children .children a:before {
    display: none;
}
.woocommerce ul.products {
    margin-top: 10px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #337ab7;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #337ab7;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #000;
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 16px;
}

.widget_wrapper .widget_shopping_cart {
    background-color: #fff;
    padding: 1px 15px;
    border-radius: 7px;
    margin-top: 15px;
}

.single_product_btn a.added_to_cart.wc-forward {
    display: none;
}

.single-product .sku_wrapper {
    display: block;
}

.single-product .sku_wrapper span {
    font-weight: 500;
}

.woocommerce div.product .stock {
    color: green;
    text-transform: uppercase;
}

#wdm_product_name::before {
    content: 'Artikelnummer: ';
    display: inline-block;
    padding-right: 5px;
}

/* 23.04.21 */ 
.woo_search.header_fixed_search {
    position: fixed;
    top: 73px;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: #fafafa;
    background-color: #e0ebf3;
    transition: 0.3s ease;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    z-index: 10;
}

.fixed-header + .shop_header .woo_search.header_fixed_search {
    top: 40px;
}

.admin-bar .woo_search.header_fixed_search {
    top: 104px;
}

.woo_search.header_fixed_search div.asp_m.asp_m_1 {
    max-width: 1650px;
    margin: 0 auto;
}


#woocommerce_layered_nav-2 .woocommerce-widget-layered-nav-list {
    display: flex;
    /*justify-content: space-between;
    align-items: center;*/
    flex-direction: column;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.woocommerce div.product div.images img {
    width: auto;
}

.woocommerce #woocommerce_layered_nav-2 .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    margin: 10px 0;
}

.woocommerce #woocommerce_layered_nav-2 .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child {
    display: none;
}

#woocommerce_layered_nav-2 {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-top: 0;
}

#woocommerce_layered_nav-2 h4 {
    padding-top: 10px;
}

#woocommerce_layered_nav-2 .woocommerce-widget-layered-nav-list .count {
    display: none;
}

#woocommerce_layered_nav-2 .woocommerce-widget-layered-nav-list a {
    background-color: #2c3336;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
}

#woocommerce_layered_nav-2 .woocommerce-widget-layered-nav-list a:hover {
    background-color: #337ab7;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media all and (max-width: 2080px) {
    .world_map .wrapper .flex ~ .flex {
        margin: auto 700px auto auto;
    }
}

@media all and (max-width: 1650px) {
    body {
        font-size: 15px;
    }
    
    .single_product .price {
        font-size: 18px;
    }
    
    .shop_header article {
        left: 15px;
    }
    
    .single_product_descr {
        padding: 0 10px 10px;
    }
    
    .shop_slider .slides li {
        height: 380px;
    }
    
    .shop_slider {
        max-width: 1000px;
    }
    
    .shop_slider .slides li {
        background-position: left bottom, right 514px bottom 30px, center;
    }
    
     .shop_slide_content {
        font-size: 20px;
    }
    
}

@media all and (max-width: 1550px) {
    .world_map .wrapper .flex ~ .flex {
        display: none;
    }
    
    
}

@media all and (max-width: 1400px) {
    .world_map .map {
        top: 0;
    }
    
    .world_map .pin {
        display: none;
    }
    
    .shop_aktion article h1 strong {
        display: block;
    }
}

@media all and (max-width: 1120px) {
 .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 13px;
    }
    
    .shop_slide_content {
        font-size: 20px;
    }
}

@media all and (max-width: 1024px) {
    .single_product {
        width: 47.9%;
    }
    
    .shop_slider, .world_map .map {
        display: none;
    }
    
    .shop_header article {
        position: static;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    
    .shop_header {
        height: auto;
        /* padding: 30px 0; */
    }
    
    .category_teaser_content h3 {
        font-size: 35px;
    }
}

@media all and (max-width: 991px) {
    .shop_aktion .wrapper .flex, .shop_aktion .wrapper .flex.img_wrapper {
        width: calc(50% - 5px);
    }
    
    .category_teaser .products article img {
        width: 100%;
        max-width: 200px;
        margin: auto;
    }
    
    .woocommerce .cart .button, .woocommerce .cart input.button {
        font-size: 13px;
        height: 33px;
    }
    
    .newsletter .gform_wrapper .gform_footer {
        width: 29%;
    }
    
    .newsletter span {
        font-size: 30px;
    }
    
    .newsletter .flex {
        width: 40%;
    }
    
    .newsletter .flex.form_wrapper {
        width: 60%;
    }
    
    header nav a {
        font-size: 16px;
        padding: 0 6px;
    }
    
    .slideshow video {
        height: 550px;
        width: auto;
    }
    
    .post_teaser li, .category_teaser ul li {
        width: 50%;
    }
    
    .post_teaser li:last-child {
        width: 100%;
    }
    
    .post_teaser .post_teaser_content {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media all and (max-width: 768px) {
    .menu-item-has-children .mobile_toggle {
        display: inline-block;
    }
    
    .single_product img {
        max-height: 100%;
    }
    
    footer h4 {
        font-size: 18px;
    }
    
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        overflow: hidden;
    }
    
    .post_teaser .post_teaser_content h3 {
        font-size: 35px;
    }
    
    .menu-item-has-children .mobile_toggle {
        display: inline-block;
    }
    
    header nav ul li:hover > .sub-menu {
        display: none;
    }
    
    div#chat-application, .slide_quicklinks li:first-child {
        display: none !important
    }
    
    body header nav ul.sub-menu.active {
        display: block;
    }
}

@media all and (max-width: 767px) {
    header nav ul.sub-menu {
        position: relative;
    }
    
    .single_product .imagewrapper {
        height: 150px;
    }
    
    .single_product_descr {
        min-height: 0;
    }
    
    .woocommerce .cart .button, .woocommerce .cart input.button {
        padding: 14px;
        font-size: 12px;
        height: auto;
    }
    
    .newsletter .flex.form_wrapper {
        width: 100%;
    }
    
    header nav ul {
        display: none;
        position: absolute;
        top: 100%;
        background-color: #fff;
        left: 0;
        right: 0;
        padding: 10px;
        width: 90%;
        margin: auto;
        border-radius: 0 0 7px 7px;
    }
    
    header nav ul li {
        display: block;
        position: relative;
        text-align: center;
    }
    
    #burger i {
        display: block;
    }
    
    .slideshow article img {
        max-width: 170px;
    }
    
    .slideshow, .slideshow ul.slides, .slideshow .slides li {
        min-height: 420px;
    }
    
    .slideshow video {
        height: 420px;
    }
    
    .slideshow article .cta_button {
        margin-top: 15px;
    }
    
    .post_teaser li, .single_product {
        width: 100%;
        margin: 1% 0;
    }
    
    header nav ol {
        margin-right: 30px; 
    }
    
    .post_teaser li, .category_teaser ul li {
        width: 100%;
    }
    
    .shop_aktion .wrapper .flex, .shop_aktion .wrapper .flex.img_wrapper {
        width: 100%;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .post_teaser article {
        margin: 0;
    }
    
    .shop_aktion .wrapper .flex.img_wrapper {
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    h1, .shop_aktion article h1 strong, .post_teaser .post_teaser_content h3, .newsletter span, .widget_wrapper h2, .content_text_highlight {
        font-size: 18px;
    }
    
    .shop_aktion article em {
        font-size: 50px;
    }
    
    .widget_wrapper h2 {
        line-height: normal;
    }
    
    .post_teaser.post_teaser_footer {
        padding-top: 0;
    }
    
    main.site-main.col-md-8 {
        padding: 0;
    }
    
    .widget_wrapper .woocommerce.widget_product_categories {
        margin-top: 0;
    }
    
    .category_teaser:before {
        border-bottom: none;
    }
    
    .widget_wrapper {
        margin-top: 30px;
    }
    
    .newsletter .flex, .newsletter .gform_wrapper .gform_footer, .newsletter .gform_wrapper .gform_body, .footer_widget_wrapper > li, .footer_widget_wrapper > li:first-child, .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }
    
    .woocommerce nav.woocommerce-pagination {
        text-align: center;
    }
    
    footer h4 {
        margin: 0;
    }
    
    .newsletter .flex {
        width: 100%;
        text-align: center;
    }
    
    .post_teaser .descr {
        padding: 15px 5px;
    }
    
    .post_teaser .post_teaser_content {
        margin-left: 0;
    }
}

@media all and (max-width: 480px) {

}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*----------------------------------*/
/*-------STYLE MINDERMENGE----------*/
/*----------------------------------*/


.woo_search.header_fixed_search {
    display: flex;
    justify-content: space-between;
	align-content: center;
}

.infot-text-extra-fee {
    margin: 0;
    font-size: small;
    font-weight: 700;
    line-height: 16px;
	text-align: left;
	margin-left: 10px;
}

@media all and (max-width: 480px) {
	.infot-text-extra-fee {
		margin-left: 0;
		margin-top: 10px;
	}
	
	.woo_search.header_fixed_search {
		display: block;
	}

    .woo_search {
        margin-top: 0;
    }

    .fixed-header + .shop_header .woo_search.header_fixed_search {
        top: 82px;
    }

    section.shop_header.fixed-search {
        padding-top: 100px;
    }
}

div#chat-application {
    right: 0 !important;
    left: 11px !important;
}





/*----------------------------------*/
/*-------STYLE STOCK ALERT----------*/
/*----------------------------------*/

.stock_alert_button.alert_button_hover {
    transition: 0.3s ease;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: normal;
    border: none;
    border-radius: 7px;
    color: #fff !important;
    position: relative;
    top: 1px;
}

.stock_alert_email {
    height: 47px;
    width: calc(100% - 170px);
}


.wrapper.clickable_topbar {
    cursor: pointer;
    padding: 5px;
    margin: -15px -15px 15px;
    background-color: #337ab7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% + 15px);
    font-size: 12px;
}

.clickable_topbar li {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.clickable_topbar ul {
    flex-grow: 1;
}

.clickable_topbar li a {
    color: #fff;
    position: relative;
    border-bottom: 1px solid;
}

.body_clickable_wrapper .fixed-header + .shop_header .woo_search.header_fixed_search {
    top: 83px;
}

.body_clickable_wrapper .woo_search.header_fixed_search {
    top: 117px;
}

.topbar_icon {
    vertical-align: middle;
    margin-right: 10px;
}


/**Change Request Mai 2022**/

.pagination a.next,.pagination a.prev {
    padding: 10px;
    display: block;
    width: 170px;
    font-size: 18px;
    text-align: center;
    background-color: #2c3336;
    color: #fff;
    border-radius: 10px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 auto;
}

.pagination a.next:hover, .pagination a.prev:hover {
    transform: scale(1.05);
    background-color: #317cb0;
}

.page-numbers {
    margin: 15px 0;
}

@media all and (min-width: 768px) {
    .pagination a.next,.pagination a.prev {
        margin: 0;
    }
    .page-numbers {
        margin: 0 15px;
    }
    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media all and (min-width: 1025px) {
    .shop_slider {
        min-height: 875px;
    }

   /* .shop_header {
        height: 900px;
    }*/
}


/* search bug fixing */
body header .woo_search.header_fixed_search {
    top: 0 !important;
    margin-top: 15px;
    margin-bottom: -15px;
    position: relative;
    display: none;
}

body header .woo_search.header_fixed_search.active {
    display: flex;
}

@media all and (max-width: 480px) {
    body header .woo_search.header_fixed_search.active {
        display: block;
    }
}

div#billing_want_invoice_field fieldset {
    border: 0;
    padding: 0;
}

label[for="billing_invoice_mail"] .optional {
    display: none;
}



.lmp_load_more_button.br_lmp_button_settings {
    margin-bottom: 25px;
}

.lmp_load_more_button .lmp_button:hover {
    border-color: #3191ed !important;
}


/* range slider on product detail page */
input[type=range]#qty_change_slider {
    -webkit-appearance: none;
    margin: 0 0 40px 0;
    width: 100%;
    border: 0;
    background-color: #f7f7f7;
}
input[type=range]#qty_change_slider:focus {
    outline: none;
}
input[type=range]#qty_change_slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: none;
    background-color: #ebe9eb;
    border-radius: 7px;
    border: 0;
}
input[type=range]#qty_change_slider::-webkit-slider-thumb {
    box-shadow: none;
    border: 1px solid #317fb0;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #317fb0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}
input[type=range]#qty_change_slider:focus::-webkit-slider-runnable-track {
    background-color: #ebe9eb;
}
input[type=range]#qty_change_slider::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: none;
    background: #ebe9eb;
    border-radius: 7px;
    border: 0;
}
input[type=range]#qty_change_slider::-moz-range-thumb {
    box-shadow: none;
    border: 1px solid #317fb0;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #317fb0;
    cursor: pointer;
}
input[type=range]#qty_change_slider::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background:  #ebe9eb;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}
input[type=range]#qty_change_slider::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]#qty_change_slider::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]#qty_change_slider::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]#qty_change_slider:focus::-ms-fill-lower {
    background: #3071a9;
}
input[type=range]#qty_change_slider:focus::-ms-fill-upper {
    background: #317fb0;
}


header nav ol li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

header nav ol li a span {
    font-size: 10px;
    font-weight: 400;
}


header nav {
    display: flex;
    align-items: center;
}

header .wrapper {
    justify-content: space-between;
}

.search_in_header {
    width: 320px;
    margin: 0 20px;
}

.search_in_header #ajaxsearchpro1_1 {
    border-radius: 20px;
    border: 1px solid #337ab7;
    box-shadow: none;
}

@media all and (max-width: 1170px) {
    .search_in_header {
        width: 320px;
        margin: 10px 0 0 20px;
        order: 1;
        width: 50%;
    }

    header .wrapper {
        flex-wrap: nowrap;
    }

    header nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: end;
    }
}

@media all and (max-width: 768px) {
    .search_in_header {
        width: 100%;
    }
}



.manifacturer_wrapper h2 {
    width: 100%;
    margin: 0;
    text-align: center;
}

.manifacturer_wrapper .wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 50px auto;
    flex-wrap: wrap;
}

.manifacturer_wrapper a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e0ebf3;
    padding: 40px 20px;
    justify-content: end;
    flex-grow: 1;
    width: calc(50% - 15px);
}

@media all and (min-width: 991px) {
    .manifacturer_wrapper a {
        width: calc(25% - 15px);
        width: calc(20% - 20px);
    }

}

.manifacturer_wrapper a img {
    margin-bottom: 20px;
}

.manifacturer_wrapper .cta_button {
    margin-top: 0;
    min-width: unset;
    width: unset;
    padding: 5px 20px;
    text-transform: unset;
    font-size: 14px;
}


.shop_header h1 {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
}

.shop_header p {
    margin-top: 0;
}

.more_manufacturers {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    position: absolute;
    right: 0;
    top: 100%;
}

.more_manufacturers ul {
    display: flex;
    gap: 7px;
}

.more_manufacturers ul li {
    padding: 2.5px 15px;
    background-color: #337ab7;
    color: #fff;
    justify-content: center;
}

.more_manufacturers ul li a {
    color: #fff;
}

.shop_header article {
    position: relative;
    left: 0;
}

.woocommerce.archive.tax-product_cat #primary {
    padding-top: 25px;
}











.shop-right {
    background-position: left bottom, right 62.5% bottom 15px, center;
    width: 25%;
    display: block;
    z-index: 0;
    background-size: 100% auto, 60px 60px, cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: calc(100% + 30px);
}

@media all and (max-width: 1500px) {
    .shop-right {
        height: calc(100% + 20px);
    }
}

@media all and (max-width: 1350px) {
    .shop-right {
        height: calc(100% - 25px);
    }

    .shop_header p {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width: 1140px) {
    .shop-right {
        height: calc(100% - 40px);
    }

}

@media all and (max-width: 1024px) {
    .shop-right {
        display: none;
    }

    .shop_header p {
        width: 100%;

    }
}


@media all and (max-width: 1170px) {
    .search_in_header {
        width: 320px;
        margin: 10px 0 0 20px;
        order: 1;
        width: 50%;
    }

    header .wrapper {
        flex-wrap: nowrap;
    }

    header nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: end;
    }
}

@media all and (max-width: 768px) {
    .search_in_header {
        width: 100%;
    }
}

.manifacturer_wrapper a:nth-child(4) img {
    width: 50px;
}
.manifacturer_wrapper a img {
    width: 100px;
}

.cat_widget_wrapper a.active::before {
    color: darkred;
    vertical-align: middle;
    font-family: FontAwesome;
    content: '\f057';
    display: inline;
    font-weight: normal;
    margin-right: 5px;
}

ul.qty_change_marks {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -25px;
    font-size: 12px;
    margin-bottom: 25px;
}

.qty_change_marks li.show {
    color: initial;
}

.qty_change_marks li {
    width: calc(100% / 21);
    color: transparent;
}

.shipping-popup {
    position: relative;
}

.icon-info {
    cursor: pointer;
}


.shipping-popuptext {
    position: absolute;
    top: -50%;
    left: calc(100% + 5px);
    transform: translateY(-50%);
    max-width: 250px;
    padding: 25px;
    border: 1px solid #d3ced2;
    border-radius: 5px;
    background-color: #FFF;
    width: max-content;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    opacity: 0;
    transition: .3s ease-in-out;
    pointer-events: none;
    z-index: 1;
}

.shipping-popup.xoo .shipping-popuptext {
    transform: unset;
    top: auto;
    bottom: calc(100% + 5px);
    left: auto;
    right: -15px;
}

.shipping-popuptext.active {
    pointer-events: all;
    opacity: 1;
}

.fee .icon-info {
    margin-left: 5px;
}

.gform_wrapper.gravity-theme .gform_footer input {
    padding: 0;
}

.gform_validation_errors {
    display: none;
}

.gform_wrapper.gravity-theme * {
    font-family: 'Poppins', sans-serif;
}

body .gform_wrapper.gravity-theme .field_description_above .description, body .gform_wrapper.gravity-theme .field_description_above .gfield_description, body .gform_wrapper.gravity-theme .field_description_above .gsection_description, body .gform_wrapper.gravity-theme .field_description_above .instruction {
    padding: 15px;
    border-radius: 5px;
}

.broschuere_pdf {
    height: 400px;
}

@media all and (min-width: 1024px) {
    .broschuere_pdf {
        height: 600px;
    }
}


@media all and (min-width: 1440px) {
    .broschuere_pdf {
        height: 800px;
    }
}