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

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
    Text Domain: lemontec-theme
*/

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


.to_top, .cta_button, a, button.accordion, .flexible_slideshow ol.flex-control-nav.flex-control-paging, .flexible_slideshow ul.flex-direction-nav, .text_teaser_wrapper li a div, .img_teaser_hover, .img_teaser_hover i, .pin_info, .header_img, .slider_block_content .slick-slide, .slider_block_content .slick-slide img, .nav_hover::after, .faq_question:hover .faq_question_titel, .woocommerce button.button, .header_wrapper, .slider_block_content .slick-arrow, .shopproduct_slide_hover, .blog_single_wrapper::after, .shop_block_single a::after, header .logo img, body .gform_wrapper .gform_footer input.button, .color_wheele_btn, .custom_single_posts .form-submit .submit {
    transition: 0.3s ease;
}
/* font-family: 'Mukta', sans-serif; */
body {
	font: 200 16px/1.6 'Mukta', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
	color: #000;
	margin: 0;
	padding: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.flex_wrapper, .flex_wrapper_page {
    max-width: 1530px;
}

.flex_xs_1, .flex_sm_1, .flex_md_1, .flex_lg_1, .flex_xs_2, .flex_sm_2, .flex_md_2, .flex_lg_2, .flex_xs_3, .flex_sm_3, .flex_md_3, .flex_lg_3, .flex_xs_4, .flex_sm_4, .flex_md_4, .flex_lg_4, .flex_xs_5, .flex_sm_5, .flex_md_5, .flex_lg_5, .flex_xs_6, .flex_sm_6, .flex_md_6, .flex_lg_6, .flex_xs_7, .flex_sm_7, .flex_md_7, .flex_lg_7, .flex_xs_8, .flex_sm_8, .flex_md_8, .flex_lg_8, .flex_xs_9, .flex_sm_9, .flex_md_9, .flex_lg_9, .flex_xs_10, .flex_sm_10, .flex_md_10, .flex_lg_10, .flex_xs_11, .flex_sm_11, .flex_md_11, .flex_lg_11, .flex_xs_12, .flex_sm_12, .flex_md_12, .flex_lg_12 {
    padding-left: 40px;
    padding-right: 40px;
}

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

a {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	outline: 0;
    color: #000;
    text-decoration: underline;
}

input:focus {
	outline: 0;
	border: none;
}

h3 {
    position: relative;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-size: 17px;
}

h3::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: -15px;
}


.h1_title, h1 {
    font-size: 40px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    color: #000;
    line-height: 50px;
}

.h1_seo {
    /* h3 */
    position: relative;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-size: 0.7em;
}

.text_bold {
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #000;
}

.text_grey {
    font-size: 23px;
    line-height: 2.5;
    color: #888;
    letter-spacing: 0;
}

.content_block_text_bottom .text_grey {
    font-size: 27px;
    line-height: 2.5;
}

/*Sprunglinks für Barrierefreiheit*/
.structurelabel {
    display: none;
}

/* FOOTER */
.footer_nav_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.icon_wrapper_footer {
    height: 160px;
    margin-bottom: 20px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.icon_wrapper_footer .svg_icons {
    max-height: 100%;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.social_media_wrapper {
    padding: 50px 0 100px 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

footer {
    background-color: #000;
    color: #ccc;
}

footer .flex_wrapper li {
    padding: 5px 0;
}

footer a {
    color: #ccc;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

footer h3 a {
    font-size: 17px;
}

footer .logo img {
    max-width: 200px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.footer_logo_wrapper {
    text-align: center;
    padding: 50px 0;
}

footer .logo {
    position: relative;
    display: inline-block;
}

footer .logo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: url(img/logo_rahmen.svg);
    background-repeat: no-repeat;
}

.social_media_wrapper a i {
    color: #fff;
    font-size: 40px;
    padding: 0 20px;
}

.widget_nav_menu {
    padding-left: 25px;
    padding-right: 25px;
}

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

/*.clearfix::after, section::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 ul {
    padding-left: 40px;
}

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

.to_top {
    color: #fff;
    position: fixed;
    bottom: 10px;
    font-size: 20px;
    text-align: center;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #ccc;
}

.to_top i {
    margin-top: 12px;
}

.to_top:hover {
    cursor: pointer;
    bottom: 15px;
}


/* TEXT COLORS */

.img_teaser_hover i,
.text_teaser_icon, .icon_teaser_icon,
.interactive_maps_wrapper .pin_count, .interactive_maps_wrapper .pin_info {
    color: #fff;
}

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

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

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

/* BACKGROUND COLORS */

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

button.accordion,
.bg_highlight,
.text_teaser_wrapper ul li div {
    background-color: #f2f2f2;
}

.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: #ccc;
}

.bg_b,
.icon_teaser_b .icon_teaser_icon,
.flexible_slideshow .flex-control-nav li a {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}

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

button.accordion:hover,
.text_teaser_wrapper li a:hover div {
    opacity: 0.5;
}

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

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

/* HEADER */
header {
    position: relative;
    z-index: 10;
    background-color: #000;
    transition: 0.1s ease;
}

.widget_search {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    text-align: right;
    display: none;
}

.widget_search.active {
    opacity: 1;
}

.widget_search input.search-input {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    font-weight: inherit;
    font-family: inherit;
    width: 85%;
}

.widget_search form.search {
    width: 250px;
    display: inline-block;
    background: #000;
    padding: 15px 25px 15px 15px;
}

.widget_search .search_custom_wrapper {
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
}

.widget_search button.search-submit {
    -webkit-appearance: none;
    background: 0;
    border: 0;
    width: 15%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    outline: none;
}

.widget_search button.search-submit img {
    padding: 0;
}

.header_text {
    letter-spacing: 3px;
    color: #000;
}

.logo_wrapper {
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    left: 0;
    right: 0;
    justify-content: center;
    -webkit-justify-content: center;
    position: absolute;
}

.header_wrapper {
    background-color: #000;
    padding: 5px 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: fixed;
    z-index: 1;
    top: 0;
    opacity: 0;
}

.header_wrapper_after {
    height: 0;
    content: '';
    position: absolute;
    background-color: #000;
    left: 0;
    right: 0;
    top: 100%;
}

header .header_wrapper.sticky .logo img {
    max-width: 80px;
}

header .header_wrapper.sticky a {
    font-size: 17px;
    text-decoration: none;
}

header .header_wrapper.sticky nav ul li ul.sub-menu li a {
    font-size: 13px;
    text-decoration: none;
}

.header_wrapper.nav_hover::after {
    background-color: #000;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 70px;
    top: 100%;
    z-index: -1;
}


header a {
    color: #ccc;
    text-transform: lowercase;
    letter-spacing: 3px;
    font-size: 23px;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    text-decoration: none;
}

header a.custom_search {
    cursor: pointer;
}

/*header .current_page_item > a {
    border-bottom: 1px solid #ccc;
}*/

header nav ul li ul.sub-menu li {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}


header nav ul li ul.sub-menu li a {
    font-size: 13px;
}

header nav ul li ul.sub-menu {
    padding-top: 5px;
    z-index: 3;
}

.fallback_menu {
    display: none;
}

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

.header_img {
    height: 760px;
    background-size: cover;
    background-position: center;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    position: relative;
    z-index: -1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.header_img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.header_video {
    height: 900px;
    overflow: hidden;
    position: relative;
    z-index: -1;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    padding-top: 125px;
}

header video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: auto;
    width: 100%;
    -webkit-filter: grayscale(1) brightness(0.8);
    filter: grayscale(1) brightness(0.8);
}

header .cta_button.black.to_shop_btn {
    margin: 50px auto;
}

.header_text_wrapper {
    width: 100%;
    opacity: 0;
}

.header_img.zoombigger {
    background-size: 105%;
}

.header_text {
    background: rgba(255,255,255,0.6);
    font-size: 45px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    margin: 0 auto;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: center;
    -webkit-justify-content: center;
}

.header_text p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header_text span {
    font-weight: 700;
}

.logo:hover {
    opacity: 0.5;
}

header .logo img {
    max-width: 180px;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

header .logo {
    position: relative;
    z-index: 99;
    margin: 5px 0;
}

header .logo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: url(img/logo_rahmen.svg);
    background-repeat: no-repeat;
}

header nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 70px;
}

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

input#burger, label.burger {
    display:none
}


/* TOGGLE SUBMENU */

.mobile_toggle {
    display: none;
}

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

.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;
    right: 0;
    top: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 20px 0;
    width: 250px;
}

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

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

.top_menu_right a:hover {
    opacity: 0.5;
}

.top_menu_right img {
    width: 17px;
    padding: 0 15px;
}


/* 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;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.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: 2;
}

.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 div h1 {
    margin-bottom: 5px;
}

.text_teaser_icon {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    font-size: 1.4em;
    border-radius: 50%;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

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

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

/* ICON TEASER */

.icon_teaser_wrapper.bg_highlight {
    padding: 70px 0;
}

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

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

.icon_teaser_wrapper li 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;
    border-radius: 50%;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.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;
    border-radius: 50%;
}

.img_teaser_hover .fa:before {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

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

/* INTERACTIVE TEASER */

.interactive_teaser_wrapper li {
    margin: 15px auto;
}

.interactive_teaser_row {
    overflow: hidden;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.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-size: contain;
    background-position: 40px;
    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: 40px;
    margin: 0;
}

button.accordion {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    position: relative;
    margin-bottom: 2px;
    font: 700 16px/1.6 'Mukta', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
	color: #000;
}

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;
}


/* LEERZEILE */
.spacer {
    height: 100px;
    display: block;
    width: 100%;
}

/* HR TRENNLINIE */
hr {
    border-top: 1px solid #ccc;
}

hr, .hr_custom {
    display: block;
    margin: 120px auto;
    width: 100%;
}

.hr_custom::before, .hr_custom::after {
    content: ' ';
    position: relative;
    display: inline-block;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    height: 2px;
    vertical-align: middle;
}

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

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

/* CTA BUTTONS */

.cta_button {
    padding: 10px 0;
    margin: 20px 0;
    display: block;
    text-align: center;
    border: 0;
    cursor: pointer;
    text-transform: lowercase;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
}

.cta_button a {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    text-decoration: none;
}

/* CTA BUTTON NORMAL */

.cta_button.white {
    background-color: #fff;
    width: 250px;
    border: 1px solid #fff;
}

.cta_button.white a {
    color: #000;
    text-decoration: none;
}

.cta_button.white:hover, .cta_button.border:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

.cta_button.white:hover a, .cta_button.border:hover a {
    color: #fff;
    text-decoration: none;
}

.cta_button.border {
    width: 200px;
    border: 2px solid #000;
    margin: 40px 0 0 0;
}

.cta_button.center {
    margin: 20px auto;
}

.cta_button.black {
    background-color: #000;
    width: 250px;
    border: 2px solid #000;
    color: #fff;
}

.cta_button.black a {
    color: #fff;
    text-decoration: none;
}

.cta_button.black:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}

.cta_button.black:hover a {
    color: #000;
    text-decoration: none;
}


/* CTA BUTTON FULLWIDTH */
.cta_button.fullwidth {
    width: 100%;
    background-color: #f2f2f2;
    text-decoration: none;
}

/* CTA BUTTON HALFWIDTH */
.cta_button.halfwidth {
    width: 50%;
    background-color: #ccc;
    text-decoration: none;
}

/* 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;
}

/* CUSTOM ICON BLOCK */.custom_icon_block 

.custom_icon_block_payment i {
    color: #ccc;
    font-size: 40px;
    padding: 0 20px;
}

.custom_icon_block_payment {
    text-align: center;
}

.custom_icon_block_content_single {
    width: 20%;
    text-align: center;
}

.custom_icon_block_content {
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
}

.svg_icons {
    margin-bottom: 0;
    width: 120px;
}

.svg_icons.delivery {
    height: 130px;
}

.content_img_border {
    border: 2px solid #000;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.shop_block_single .content_img_border, .slider_block .content_img_border {
    border: 2px solid #000;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.custom_icon_block {
    background-color: #fff;
    color: #000;
}

.content_block_text_bottom {
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-left: 150px;
}

.content_block_text_bottom p:last-child {
    margin-bottom: 0;
    margin-top: 60px;
}

.content_block_text_bottom .cta_button.border {
    margin-top: 120px;
}

.content_align_center {
     padding: 60px 0;
}

.content_align_center .content_inner {
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.content_block_right {
    text-align: right;
    padding-left: 50px;
}

.content_block_left {
    padding-right: 80px;
}

.content_block_middle {
    padding-right: 50px;
    padding-left: 80px;
}

.content_block_akzent_both {
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
}


.content_block_akzent_left {
    background-repeat: no-repeat;
    background-position: -50px center;
    background-size: contain;
    padding-bottom: 160px;
}

.content_block_bg {
    background-color: #f2f2f2;
    padding: 100px 0;
}

.content_img_border.white {
    border: 5px solid #fff;
    padding: 0;
}

.custom_icon_block_content {
    padding: 0 0 100px 0;
}

.home .custom_icon_block_content {
    padding: 100px 0;
}

.shop_block_content.top_product {
    padding-bottom: 0;
}

.shop_block_content .product_price {
    margin-top: 10px;
    color: #888;
}

.grey {
    color: #888;
}

.letterspacing p {
    letter-spacing: 3px;
    font-size: 18px;
    color: #888;
}

.slider_block_single p.price {
    color: #888;
}

.slider_block.content_block_bg {
    padding-top: 0;
}

.slider_block .slick-track {
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.slider_block_content {
    margin-right: -15px;
    margin-left: -15px;
}

.slider_block_content .slick-slide img {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.slider_block_content .slick-slide img {
    transform: scale(1,0.9);
    -webkit-transform: scale(1,0.9);
    -moz-transform: scale(1,0.9);
    -ms-transform: scale(1,0.9);
    -o-transform: scale(1,0.9);
}

.slider_block_content .slick-slide {
    text-align: center;
    outline: none;
    padding: 0 15px;
}

.slider_block_content .slick-slide.slick-current.slick-active.slick-center img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.slider_block_content .slick-arrow {
    position: absolute;
    top: 47%;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);*/
    font-size: 50px;
    z-index: 2;
    cursor: pointer;
    line-height: 1;
    width: 50px;
}

.slider_block_content .slick-arrow:hover {
    opacity: 0.5;
}

.slider_block_content .slick-arrow.slide_prev {
    left: -110px;
}

.slider_block_content .slick-arrow.slide_next {
    right: -80px;
}

.slider_block_content .slide_prev::before, .slider_block_content .slide_next::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 70px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.slider_block_content .slide_prev::before {
    background-image: url(img/pfeil_links.svg);
}


.slider_block_content .slide_next::before {
    background-image: url(img/pfeil_rechts.svg);
}

.produkt_title {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: lowercase;
    margin-bottom: 0;
    color: #000;
}

.news_wrapper img {
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
}

.news_wrapper_single {
    width: 100%;
}

.news_left {
    padding-right: 0;
}

.news_right_left {
    padding-left: 0;
}

.news_left_right {
    padding-left: 160px;
    padding-right: 120px;
}

.news_block_wrapper, .slider_block_content {
    padding-top: 120px;
}

.news_block_wrapper hr {
    margin-top: 85px;
    margin-bottom: 85px;
}

.news_right {
    padding-left: 120px;
}

.blog_title, .custom_icon_block_content_subtitle {
    font-size: 17px;
    letter-spacing: 2px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    color: #000;
}


.blog_single {
    padding: 20px 0;
}

.blog_most_viewed_wrapper {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
}

.blog_single .blog_single_wrapper {
    position: relative;
    display: inline-block;
}

.blog_single .blog_single_wrapper::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.blog_single:hover .blog_single_wrapper::after {
    background-color: rgba(0,0,0,0.7);
}

.post h1 a {
    text-decoration: none;
}

.shop_block_content {
    padding: 50px 0 0 0;
}

.shop_block_content:last-child {
    margin-left: -20px;
    margin-right: -20px;
}

.shop_block_top {
    text-align: center;
    font-size: 23px;
}

.shop_block_single {
    width: calc(20% - 40px);
    width: -webkit-calc(20% - 40px);
    width: -moz-calc(20% - 40px);
    padding: 20px;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 14px;
}

.shop_block_single a {
    position: relative;
    text-decoration: none;
}

.shop_block_single a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.shop_block_single:hover a::after {
    background-color: rgba(0,0,0,0.7);
}


.artist_block .h1_title {
    margin-bottom: 50px;
    margin-top: 50px;
}

.artist_block a {
    text-decoration: none;
}

li.faq_question_select {
    width: 100%;
}

li.faq_question_select .faq_question_titel {
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.faq_question.link_active .faq_question_titel, .faq_question:hover .faq_question_titel {
    font-weight: 700;
    color: #000;
}

.faq_left .cta_button.black {
    width: 100%;
}

.faq_question {
    cursor: pointer;
    width: 100%;
}

.faq_questions {
    margin-bottom: 3vw;
}

.faq_left_inner {
    background-color: #F2F2F2;
    padding: 2vw;
}

.custom_shop_overview.overview_recommended {
    background-color: #f2f2f2;
}

.custom_shop_overview .cta_button.btn {
    margin-top: 100px;
    margin-bottom: 0;
}
.custom_shop_overview .cta_button.btn.all_btn {
    margin-top: 80px;
    margin-bottom: 0;
}

.overview_recommended_single {
    width: calc(33.3% - 50px);
    width: -webkit-calc(33.3% - 50px);
    width: -moz-calc(33.3% - 50px);
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    position: relative;
    cursor: pointer;
}

.overview_recommended_single_wrapper img {
    max-height: 100%;
    width: auto;
    margin: auto;
}

.overview_recommended_single .overview_recommended_single_wrapper {
    height: 270px;
    max-height: 270px;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    position: relative;
}

.overview_recommended_single a {
    text-decoration: none;
}

.shop_overview_content .product_price {
    color: #000;
    margin-top: 0;
}

.shop_overview_content {
    padding: 120px 0 0 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
}

.shop_overview_content.all_objects {
    padding-top: 80px;
}

.shop_overview_content.all_objects .products {
    margin-left: -20px;
    margin-right: -20px;
}

.shop_overview_content.all_objects .price .woocommerce-Price-amount.amount {
    font-size: 14px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
}

.shop_overview_content.all_objects li a img {
    width: auto;
    max-height: 290px;
}

.shop_overview_content.all_objects li {
    width: 33.3%;
    margin: 50px 0 50px 0;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.shop_overview_content.all_objects li h2 {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: lowercase;
    font-size: inherit;
}

.products .product {
    cursor: pointer;
}

/* BLOG */
.blog_block {
    padding: 50px 0;
}

.blog_block .spacer {
    height: 50px;
}

.blog_block span.h1_title {
    font-size: 25px;
}

.blog_block a {
    text-decoration: none;
}

.single-kuenstler .products li {
    padding: 25px;
    width: 33.3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.single-kuenstler .products {
    width: 100%;
}

.search_loop_content {
    height: 270px;
    max-height: 270px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.search_loop_content img {
    max-height: 100%;
    width: auto;
}

.wrapper_prod_img.artist_prod_img img {
    max-width: 300px;
    max-height: 290px;
}

.custom_search_results {
    border: 1px solid #888;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
}

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

.custom_search_result_article {
    padding: 15px;
}

.search-results aside.sidebar, .search-no-results aside.sidebar {
    text-align: center;
    background-color: #f2f2f2;
    padding: 50px 0;
}

.search-results aside.sidebar input.search-input, .search-no-results aside.sidebar input.search-input {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    width: 250px;
}

.search-results aside.sidebar button.search-submit, .search-no-results aside.sidebar button.search-submit {
    -webkit-appearance: none;
    background: 0;
    border: 0;
    width: 50px;
    padding-left: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    outline: none;
}

.search-results aside.sidebar .search_custom_wrapper, .search-no-results aside.sidebar .search_custom_wrapper {
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.search-results .pagination, .search-no-results .pagination {
    width: 100%;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding: 15px;
}

.search-results .page-numbers, search-no-results .page-numbers {
    padding: 0 5px;
}

.page-numbers.current {
    font-weight: 700;
}

.color_wheele_btn {
    opacity: 0.4;
}

.color_wheele_btn.active, .color_wheele_btn:hover {
    opacity: 1;
    stroke: rgba(0,0,0,0.5);
    stroke-width: 1px;
}

div#woof_results_by_ajax .woocommerce-info {
    border-top-color: #ccc;
    margin-top: 15px;
}

div#woof_results_by_ajax .woocommerce-info::before {
    color: #ccc;
}

div#woocommerce_layered_nav-3 {
    display: none;
}

.custom_single_posts_text {
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.custom_single_posts .flex_wrapper {
    margin-left: -40px;
    margin-right: -40px;
}

.custom_single_posts h1 {
    margin-top: 0;
}

.custom_single_posts h3::before {
    display: none;
}

.custom_single_posts .comment-form-comment {
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-direction: column;
    -webkit-flex-direction: column;
}

.custom_single_posts textarea {
    border: 1px solid #000;
    padding: 10px;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.custom_single_posts .form-submit .submit {
    padding: 10px;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: lowercase;
    letter-spacing: 3px;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    width: auto;
    border: 2px solid #000;
    margin: 40px 0 0 auto;
    font-size: inherit;
}

.custom_single_posts .form-submit .submit:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

/* WOOCOMMERCE */
.produkte_wrapper {
    padding-right: 0;
}

.lightboxOverlay {
    background-color: #fff;
    opacity: 0.9;
    width: 100vw;
    height: 100vh;
}

.lb-outerContainer {
    border-radius: 0;
    background-color: transparent;
    width: 100vw !important;
    height: 100vh !important;
}

.lightbox .lb-image {
    border-radius: 0;
    border: 0;
    margin: auto;
}

.lightbox {
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    position: fixed;
    top: 0 !important;
    width: 100vw;
    height: 100vh;
}

.lb-dataContainer {
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0;
    border-radius: 0;
    padding: 15px;
}

.color_wheele {
    border-left: 1px solid #ccc;
    padding: 15px;
    margin: 2vw 0;
}

.color_wheele svg {
    width: 100%;
    height: 100%;
}

.woocommerce-Price-amount.amount {
    letter-spacing: 0;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
}

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

.woocommerce-message::before {
    color: #ccc;
}

.woocommerce .woocommerce-notices-wrapper a.button {
    border-radius: 0;
    background-color: #ccc;
    font-weight: inherit;
}

.woocommerce button.button {
    border-radius: 0;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    background-color: #ccc;
    outline: none;
}

.woocommerce-cart, .woocommerce-checkout {
    color: #000;
}

.woocommerce table.shop_table {
    border-radius: 0;
    border: 1px solid #ccc;
}

.woocommerce table.shop_table td, #add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ccc;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    border-radius: 0;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-bottom: 1em solid #f2f2f2;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #f2f2f2;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, td.product-subtotal {
    text-align: right;
}

.woocommerce-cart .woocommerce-Price-amount.amount {
    font-weight: 200;
    font-family: 'Mukta', sans-serif;
    letter-spacing: 2px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
}

.shop_table.woocommerce-checkout-review-order-table tr td:last-child, .woocommerce table.shop_table th:last-child {
    text-align: right;
}

.woocommerce-checkout main article, .woocommerce-cart main article, .woocommerce-account article {
    padding: 0 40px;
}

.wrapper_prod_img {
    height: 340px;
    background-color: #f2f2f2;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    padding: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.woocommerce .wrapper_prod_img img, .wrapper_prod_img img {
    width: auto;
    height: auto;
    max-height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .archive .woocommerce .wrapper_prod_img img, .wrapper_prod_img img {
        height: auto;
    }
    
    .shop_overview_content.all_objects .wrapper_prod_img img {
        width: 100%;
        max-height: 100%;
    }
}

.shop_overview_content.all_objects .wrapper_prod_img img {
    height: unset;
}

li.product:hover .shopproduct_slide_hover, .overview_recommended_single:hover .shopproduct_slide_hover, .slider_block_single:hover .shopproduct_slide_hover {
    opacity: 1;
}

.slider_block_single_img_wrapper {
    position: relative;
}

.shopproduct_slide_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    opacity: 0;
}

.slider_block_content .shopproduct_slide_hover {
    transform: scale(1,0.9);
    -webkit-transform: scale(1,0.9);
    -moz-transform: scale(1,0.9);
    -ms-transform: scale(1,0.9);
    -o-transform: scale(1,0.9);
}

.slider_block_content .slick-slide.slick-current.slick-active.slick-center .shopproduct_slide_hover {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}

.shopproduct_slide_hover.active {
    opacity: 1;
}

.woocommerce-product-details__short-description {
    color: #000;
}

.prod_desc {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ccc;
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.additional_infos {
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    padding-top: 2vw;
    
}
.table_add_info {
    letter-spacing: 2px;
    width: 100%;
    border-spacing: 0;
    border-top: 1px solid #ccc !important;
}

.table_add_info td:first-child {
    font-weight: 700;
    color: #000;
}

.table_add_info td:last-child {
    text-align: right;
}

.table_add_info td {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0;
}

.about_img_artist_wrapper {
    margin-top: 60px;
    width: 100%;
}

article.about_img_artist_wrapper .text_left {
    padding-right: 60px;
}

article.about_img_artist_wrapper .text_right {
    text-align: right;
}

.about_img_artist_wrapper .cta_button {
    margin: 120px auto 80px;
}

article.about_img_artist_wrapper .text_left p:first-child {
    margin-top: 0;
}

.more_about_artist_wrapper .woocommerce-loop-product__title, .more_about_artist_wrapper .prod_desc, .more_about_artist_wrapper .price {
    display: none !important;
}

.more_about_artist_wrapper .cta_button {
    margin: 60px auto 0;
}

.fullwidth_bg {
    height: calc(100vh - 200px);
    height: -webkit-calc(100vh - 200px);
    height: -moz-calc(100vh - 200px);
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.more_about_artist_wrapper {
    width: 100%;
}

.more_about_artist_wrapper.cta_button {
    margin: 20px auto;
}

.more_about_artist_wrapper .products {
    width: 100%;
}

.more_about_artist_wrapper .artist_prod_header {
    margin-bottom: 50px;
}

.woocommerce .more_about_artist_wrapper ul.products li.product {
    padding: 25px;
    width: 33.3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
}

.viewinroom img {
    width: 30px;
    padding-right: 10px;
}

.viewinroom span {
    border-bottom: 1px solid;
    font-weight: 700;
}

.viewinroom.room_hidden {
    display: none;
}

a.viewinroom {
    text-decoration: none;
}

.custom_size_format {
    border: 1px solid #000;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: 21px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}

.custom_in_stock {
    margin: 20px 0 50px 0;
    color: #000;
}

.custom_in_stock li {
    margin: 15px 0;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    font-weight: 700;
}
.custom_in_stock li img.product_check_icon {
    max-width: 20px;
    padding-right: 15px;
}

.woocommerce div.product p.stock {
    display: none;
}

.woocommerce div.product .product_title {
    margin-top: 1em;
    color: #000;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background-color: transparent;
}

.woocommerce div.product div.images .flex-control-thumbs {
    float: none;
    display: flex;
    flex-wrap: wrap;
}



.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 15px 15px 0 0;
    margin: 0;
    box-sizing: border-box;
}
.product_gallery_wrapper_custom, .woocommerce div.product div.summary {
    width: 50%;
    padding: 0 60px 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.product_gallery_wrapper_custom {
    padding-left: 0;
}

.woocommerce .product .summary p.price, .custom_pos_price .woocommerce-Price-amount.amount {
    font-size: 30px;
    font-weight: 200;
}

.custom_pos_price {
    float: left;
    padding-right: 50px;
}

.product .summary .woocommerce-Price-amount.amount {
    font-weight: 200;
}

.woocommerce-page div.product div.images {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

header.woocommerce-products-header {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: transparent;
    z-index: 0;
}

/*.custom_products_wrapper {
    padding: 0;
}*/

.shop_wrapper_main {
    width: 100%;
}

.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button {
    padding: 15px 0;
    display: block;
    width: 250px;
    border: 1px solid #000;
    margin: 0 auto;
    background-color: #000;
    border-radius: 0;
    color: #fff;
    outline: none;
    font-size: 18px;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
}

.woocommerce div.product div.summary {
    margin-bottom: 0;
}

.woocommerce ul.products li.product .button:hover, .woocommerce div.product form.cart .button:hover {
    background-color: #fff;
    color: #000;
}


.woocommerce ul.products li.product .price {
    font-size: inherit;
    font-weight: 700;
    color: #444;
}

.woocommerce ul.products li.product a img {
    background-color: #f2f2f2;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: auto;
    margin: 0;
}

.woocommerce .quantity .qty {
    height: 38px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

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

.woocommerce .woocommerce-ordering select {
    border: 0;
    background: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    width: 100%;
    outline: none;
    cursor: pointer;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 2vw 0;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: unset;
}

.woo_custom_filter {
    background-color: #f2f2f2;
    padding: 2vw 25px;
    margin-top: 15px;
}

.woocommerce .woocommerce-result-count, #woof_results_by_ajax .woocommerce .woocommerce-ordering {
    display: none;
}

.woof_container.woof_container_color.woof_container_pa_farbe.woof_container_3.woof_container_produktfarbe {
    display: none;
}

.woof_sid_flat_grey {
    border: 0;
    margin-bottom: 0;
    background-color: #f2f2f2;
    padding: 2vw 25px;
    margin-top: 15px;
    width: 25%;
}

body .irs-with-grid .irs-grid {
    display: none;
}

body .irs-bar {
    height: 8px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    
}

body .irs-slider {
    background: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    height: 1em;
    width: 1em;
}

body .irs-with-grid {
    padding: 0 0 0 15px;
}

div#woof_widget-2 {
    width: 100%;
}

body .irs-min, body .irs-max {
    color: #000;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 0;
    background: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

body .irs-line {
    height: 8px;
    top: 30px;
    background: #fff;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
}

body .irs-bar {
    border-top: 0;
    border-bottom: 0;
    background: #fff;
    top: 30px;
}

body .irs-from, body .irs-to, body .irs-single {
    color: #000;
    background: 0;
}

.woof_container {
    border-left: 1px solid #ccc;
    padding: 15px;
    margin: 1vw 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body.irs-line {
    background: #fff;
    border: 0;
}

.woof_container h4 {
    margin-bottom: 15px !important;
    margin-top: 0;
    font-size: 17px !important;
    background: 0;
    padding: 0;
    color: #000;
    line-height: inherit !important;
    text-align: left;
}

.woof_color_term {
    border: 0;
    border-radius: 0;
}

.widget_price_filter, .woocommerce-widget-layered-nav {
    border-left: 1px solid #ccc;
    padding: 15px;
    margin: 2vw 0;
}

.widget_price_filter {
    margin-top: 0;
}

.woocommerce-widget-layered-nav:last-child {
    margin-bottom: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #fff;
    border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    border: 1px solid #ccc;
}

.woo_custom_filter h3 {
    margin-top: 0;
    color: #000;
}

.woo_custom_filter h3::before, .woocommerce-checkout form.woocommerce-checkout h3::before {
    display: none;
}

.woocommerce .products ul, .woocommerce ul.products {
    padding: 0;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -15px;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 33.3%;
    margin: 15px 0;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.custom_attribute_color {
    display: inline-block;
}

.widget_layered_nav .count {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul {
    padding: 0;
    border: 0;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a {
    font-weight: 700;
    color: #ccc;
    text-decoration: 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 {
    background: 0;
    color: #000;
    font-weight: 700;
}

.woocommerce nav.woocommerce-pagination {
    text-align: right;
}

.next.page-numbers i {
    padding-left: 5px;
}

.next.page-numbers {
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.img_teaser_wrapper .ul_flex, .interactive_teaser_wrapper .ul_flex, .text_teaser_wrapper .ul_flex {
    width: 100%;
}

.woocommerce-account main, .woocommerce-cart main, .woocommerce-checkout main {
    margin-top: 50px;
}

nav.woocommerce-MyAccount-navigation ul {
    background-color: #F2F2F2;
    padding: 2vw;
}

nav.woocommerce-MyAccount-navigation ul li a {
    letter-spacing: 3px;
    font-size: 18px;
    color: #000;
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a, nav.woocommerce-MyAccount-navigation ul li a:hover {
    font-weight: 700;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    border-radius: 0;
}

/* GRAVITY FORMS */
body .gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), body .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), body .gform_wrapper .ginput_complex .ginput_right select, body .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), body .gform_wrapper .ginput_complex select, body .gform_wrapper textarea.medium, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #000; 
    padding: 10px;
}

body .gform_wrapper .gform_footer input.button {
    padding: 10px 0;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: lowercase;
    letter-spacing: 3px;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    width: 200px;
    border: 2px solid #000;
    margin: 0 16px 0 auto;
}

body .gform_wrapper .gform_footer input.button:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

body .gform_wrapper div.validation_error {
    display: none;
}

body .gform_wrapper .validation_message {
    color: #E2001A;
    font-weight: 700;
    letter-spacing: normal;
}

body .gform_wrapper .gfield_error .gfield_label, body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .gform_wrapper li.gfield_error ul.gfield_checkbox, body .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #E2001A;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #E2001A;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

@media all and (min-width: 1920px) {

}

@media all and (max-width: 1700px) {
    .slider_block_content .slide_prev::before, .slider_block_content .slide_next::before {
        width: 40px;
    }
    
    .slider_block_content .slick-arrow.slide_prev {
        left: -45px;
    }
    
    .slider_block_content .slick-arrow.slide_next {
        right: -60px;
    }
    
    header nav ul li {
        padding: 0 50px;
    }
    
    .slider_block_content {
        margin-right: 45px;
        margin-left: 45px;
    }
}

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

}

@media all and (max-width: 1440px) {
    .fullwidth_bg {
        height: 400px;
    }
    
    .header_video {
        height: 600px;
    }
}

@media all and (max-width: 1400px) {
    header nav ul li {
        padding: 0 20px;
    } 
    
    header a {
        font-size: 18px;
    }
    
    header .logo img {
        max-width: 100px;
    }
}

@media all and (max-width: 1300px) {
    /*.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 50%;
    }*/
    
    body .produkte_wrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .woo_custom_filter {
        width: 100%;
        display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    
    .widget_price_filter, .woocommerce-widget-layered-nav {
        width: 25%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0;
    }
}

@media all and (max-width: 1100px) {      
    .header_video, .header_img {
        height: 400px;
    }
    
    .custom_pos_price {
        padding-right: 25px;
    }
}

@media all and (max-width: 1024px) {
    body {
        padding-top: 60px;
    }
    
    .custom_single_posts .flex_wrapper {
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .header_wrapper, .header_text_wrapper {
        opacity: 1;
    }
    
    .more_about_artist_wrapper .cta_button, .about_img_artist_wrapper .cta_button {
        margin: 30px auto;
    }
    
    .product_gallery_wrapper_custom, .woocommerce div.product div.summary {
        padding: 0 15px;
    }
    
    .faq_question_titel {
        display: none;
    }
    
    .product_gallery_wrapper_custom {
        margin-left: -15px;
    }
    
    .fallback_menu {
        display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    }
    .no_fallback {
        display: none;
    }
    
    header .logo {
        margin: 0 auto;
    }
    
    body .blog_single_a {
        margin-bottom: 20px;
        display: block;
        vertical-align: top;
    }
    
    .blog_single {
        padding: 0;
    }
    
    .blog_mobil {
        column-fill: initial;
        column-gap: 20px;
        column-count: 3;
        padding: 50px 20px 0;
    }
    
    .slider_block_content {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .blog_mobil {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
    }
    
    body .blog_single_a {
        padding: 0 10px;
    }
    
    .content_block_akzent_both, .content_block_akzent_left {
        background-size: 15%;
    }
    
    .content_block_akzent_left {
        background-position: -50px bottom; 
    }
    
    .c_filter {
        width: 100%;
        display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
    }
    
    header.woocommerce-products-header {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
        
    .woo_custom_filter {
        display: none;
    }
    
    .woo_custom_filter.active {
        display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    }

    
    img.filter_icon {
        max-width: 20px;
        margin-right: 15px;
        width: 100%;
    }
    
    .slider_block_content ul.slick-dots {
        display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        margin: 15px 0 50px 0;
    }
    
    .slider_block_content ul.slick-dots li button {
        font-size: 0;
        border: 0;
        background-color: #ccc;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        cursor: pointer;
        outline: none;
        margin: 0 5px;
    }
    
    .slider_block_content ul.slick-dots li.slick-active button {
        background-color: #000;
    }
    
    .overview_recommended_single .overview_recommended_single_wrapper {
        max-height: 190px;
    }
    
    .spacer {
        height: 50px;
    }
    
    .custom_shop_overview .cta_button.btn, .custom_shop_overview .cta_button.btn.all_btn {
        margin-top: 50px;
    }
    
    .shop_overview_content.all_objects {
        padding-top: 30px;
    }
    
    .shop_overview_content.all_objects li {
        margin: 25px 0 25px 0;
    }
    
    hr, .hr_custom {
        margin: 60px auto;
    }
    
    .news_block_wrapper, .slider_block_content {
        padding-top: 60px;
    }
    
    .content_block_bg {
        padding: 50px 20px;
    }
    
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 33.3%;
    }
    
    .woocommerce .products ul, .woocommerce ul.products {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .content_block_text_bottom p:last-child {
        margin-top: 20px;
    }
    
    .content_block_text_bottom .text_grey {
        font-size: 21px;
    }
    
    .content_block_text_bottom .cta_button.border {
        margin-top: 60px;
    }
    
    .h1_title, h1 {
        font-size: 30px;
    }
    
    .top_menu_right a {
        display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
    }
    
    .shop_block_single {
        width: calc(33.3% - 30px);
        width: -webkit-calc(33.3% - 30px);
        width: -moz-calc(33.3% - 30px);
        padding: 15px;
    }
    
    .interactive_maps_wrapper {
        background-position: center;
    }
    
    .blog_block, .custom_icon_block_content, .custom_shop_overview {
        padding-top: 0;
    }
    
    .shop_overview_content {
        padding: 60px 0 0 0;
    }
    
    .woocommerce-checkout main article, .woocommerce-cart main article, .woocommerce-account article {
        padding: 0 15px;
    }
    
    .custom_icon_block {
        padding-top: 0;
    }
    header .logo, .top_menu_right a {
        padding-bottom: 0;
    }
    
    header .logo img, header .header_wrapper.sticky .logo img  {
        max-width: 70px;
    }
    
    .img_teaser_img {
        height: 250px;
    }
    .top_menu_right img {
        height: 30px;
        padding: 0 10px;
    }
    
    .header_text {
        width: 100%;
    }
    
    .header_wrapper {
        display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    
    nav#mainnav {
        background: #000;
        left: 0;
        right: 0;
        z-index: 2;
    }
    
    .top_menu_right {
        z-index: 2;
    }
    
    header nav ul li {
        display: block;
        padding: 5px 0;
        text-align: center;
    }
    
    label.burger { 
       display: block;
        background: 0;
        width: 30px;
        height: 50px;
        padding-left: 0;
        position: relative;
        border-radius: 0;
        transition: 0.3s ease;
    }
    
    .line { 
        position: absolute;
        left: 0;
        height: 1px;
        width: 30px;
        background: #fff;
        border-radius: 0;
        display: block;
        transition: 0.3s;
        transform-origin: center;
    }
    
    .line:nth-child(1) { top: 12px; }
    .line:nth-child(2) { top: 24px; }
    .line:nth-child(3) { top: 36px; }

    #burger:checked + .burger .line:nth-child(1){
       transform: translateY(12px) rotate(-45deg);
    }

    #burger:checked + .burger .line:nth-child(2){
       opacity:0;
    }

    #burger:checked + .burger .line:nth-child(3){
       transform: translateY(-12px) rotate(45deg);
    }
    
    .menu-item-has-children .mobile_toggle {
        display: inline-block;
        color: #fff;
        width: 25px;
        height: 25px;
        line-height: 31px;
    }
    
    header nav ul .sub-menu {
        display: none !important;
    }
    
    body header nav ul.sub-menu.active {
        display: block !important;
    }

    header nav ul {
        display: none;
        position: absolute;
        top: 100%;
        background: #000;
        width: 100%;
        left: 0;
        right: 0;
        padding-bottom: 15px;
    }

    
    .flex_xs_1, .flex_sm_1, .flex_md_1, .flex_lg_1, .flex_xs_2, .flex_sm_2, .flex_md_2, .flex_lg_2, .flex_xs_3, .flex_sm_3, .flex_md_3, .flex_lg_3, .flex_xs_4, .flex_sm_4, .flex_md_4, .flex_lg_4, .flex_xs_5, .flex_sm_5, .flex_md_5, .flex_lg_5, .flex_xs_6, .flex_sm_6, .flex_md_6, .flex_lg_6, .flex_xs_7, .flex_sm_7, .flex_md_7, .flex_lg_7, .flex_xs_8, .flex_sm_8, .flex_md_8, .flex_lg_8, .flex_xs_9, .flex_sm_9, .flex_md_9, .flex_lg_9, .flex_xs_10, .flex_sm_10, .flex_md_10, .flex_lg_10, .flex_xs_11, .flex_sm_11, .flex_md_11, .flex_lg_11, .flex_xs_12, .flex_sm_12, .flex_md_12, .flex_lg_12, .accordion ul {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    
    header nav ul.sub-menu {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0px 0 0px 0;
    }
}

@media all and (max-width: 991px) {
    .woocommerce ul.products li.product a img {
        padding: 0;
    }
    
    .custom_pos_price {
        padding-right: 20px;
        padding-bottom: 20px;
    }
    
    .widget_nav_menu {
        padding: 15px;
    }
    
    .shop_overview_content.all_objects li a img, .woocommerce ul.products li.product a img {
        object-fit: contain;
        -o-object-fit: contain:
    }
    
    .custom_icon_block_content_single {
        width: 33.3%;
        text-align: center;
        padding: 15px 0;
    }
    
    .shop_block_single {
        width: calc(33.3% - 50px);
        width: -webkit-calc(33.3% - 50px);
        width: -moz-calc(33.3% - 50px);
    }
    
    .wrapper_prod_img {
        height: 220px;
    }
    
    .overview_recommended_single {
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        padding: 10px 0;
    }
    
    .wrapper_prod_img.artist_prod_img img {
        max-height: 180px;
    }
    
    .shop_overview_content.all_objects .wrapper_prod_img img {
        max-height: 180px;
    }
    
    .blog_mobil .blog_single_a .blog_single div {
        display: inline-block;
    }


}

@media all and (max-width: 768px) {
     .header_text {
            font-size: 21px;
        }
    
    .header_img {
        background-attachment: scroll;
    }
    
    .woocommerce-product-gallery__wrapper {
        margin: auto !important;
    }
    
    .woocommerce div.product div.images .flex-control-thumbs {
        max-width: calc(100% - 15px);
        margin: auto;
    }
    
    .widget_price_filter, .woocommerce-widget-layered-nav {
        width: 100%;
        margin: 2vw 0;
    }
    
    .woo_custom_filter.active {
        margin-bottom: 25px;
    }
    
    .woocommerce .widget_price_filter .price_slider_amount {
        flex-direction: row;
        -webkit-flex-direction: row;
    }
    
    .woocommerce .widget_price_filter .price_slider_amount .button {
        margin-right: 15px;
    }
    
    .content_align_center .flex_sm_6 {
        width: 100%;
    }
    
    .content_align_center {
        padding: 0;
    }
    
    .content_block_akzent_both {
        padding-top: 50px;
    }
    
    .content_align_center img {
        max-height: 250px;
        object-fit: cover; 
        -o-object-fit: cover; 
    }
    
    .product_gallery_wrapper_custom, .woocommerce div.product div.summary {
        width: 100%;
        padding: 0;
    }
    
    .woocommerce div.product div.summary {
        margin-bottom: 0;
    }
    
    .product_gallery_wrapper_custom {
        margin-top: 15px;
    }
    
    .header_video, .header_img {
        height: 300px;
    }
    
    .flexible_slideshow .slides li {
        height: 450px;
    }
    .top_menu_right img {
        padding: 0 5px;
    }
    
    .shop_overview_content.all_objects li, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce .more_about_artist_wrapper ul.products li.product {
        width: 49%;
    }
    
    
    
}

@media all and (max-width: 767px) {  
    .product_gallery_wrapper_custom {
        margin-left: 0;
    }
    
    .custom_icon_block_content_single:last-child, .custom_icon_block_content_single:nth-last-child(2) {
        width: 50%;
    }
    
    article.about_img_artist_wrapper .text_right {
        text-align: left;
        margin-top: 25px;
    }
    
    .svg_icons.delivery {
        height: 80px;
    }
    
    .icon_wrapper_footer {
        width: 80px;
    }
    
    .news_wrapper img {
        margin: 25px 0;
    }
    
    .news_block_wrapper, .slider_block_content {
        padding-top: 30px;
    }
    
    .search_loop_wrapper, .overview_recommended_single {
        text-align: center;
    }
    
    .search_loop_wrapper img, .overview_recommended_single_wrapper img {
        margin: 0 auto;
    }
    
     .shop_block_single {
        width: calc(50% - 30px);
        width: -webkit-calc(50% - 30px);
        width: -moz-calc(50% - 30px);
    }
    
    .produkte_wrapper {
        padding: 0;
    }
    
    .news_wrapper img {
        max-height: 300px;
        height: auto;
    }
    
    .interactive_maps_wrapper {
        height: 400px;
    }
    
   
    .overview_recommended_single {
        width: 100%;
    }
    
}

@media all and (max-width: 600px) {
    .spacer {
        height: 25px;
    }
    
    hr, .hr_custom {
        margin: 25px auto;
    }
    
    .header_video, .header_img {
        height: 219px;
    }
    
    .header_video {
        padding-top: 20px;
    }
    
    .custom_icon_block_content_single, .widget_nav_menu {
        width: 50%;
    }
    
    
    
    .produkte_wrapper {
        padding: 0;
    }
    
    
    
    .slider_block_content .slick-slide img {
        margin: 0 auto;
    }
    
    .woocommerce-message {
        display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    
    .woocommerce .woocommerce-notices-wrapper a.button {
        text-align: center;
        margin-top: 10px;
    }
    
    .icon_wrapper_footer {
        height: 100px;
    }
}

@media all and (max-width: 550px) {
    .flexible_slideshow ol.flex-control-nav.flex-control-paging {
        bottom: 60px;
    }
}

@media all and (max-width: 480px) {
    .fullwidth_bg {
        height: 210px;
        background-size: contain;
    }
    
    .blog_mobil {
        column-count: 2;
    }
    
    .table_add_info tr {
        display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        flex-direction: column;
        -webkit-flex-direction: column;   
    }
    
    .table_add_info td {
        border-bottom: 0;
        padding: 10px 0;
    }
    
    .table_add_info td:last-child {
        text-align: left;
        border-bottom: 1px solid #f2f2f2;
    }
    
    .flexible_slideshow li.flex-nav-prev {
        left: 30px;
    }
    
    .flexible_slideshow li.flex-nav-next {
        right: 30px;
    }
    
    .shop_overview_content {
        padding: 30px 0 0 0;
    }
    
    .shop_block_single {
        width: 100%;
    }
    
    .flexible_slideshow .slides li, .interactive_maps_wrapper {
        height: 250px;
    }
    
    .h1_title, h1 {
        font-size: 23px;
    }
    
    .header_text {
        font-size: 18px;
    }
    
    .header_text p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    header .cta_button.black a {
        font-size: 14px;
        font-weight: 400;
    }
    
    body {
        font-size: 14px;
    }
    
    header .cta_button.black.to_shop_btn {
        margin: 10px auto;
    }
    
    .woocommerce div.product form.cart table td:last-child {
        line-height: normal;
    }
    
    .single-kuenstler .products li {
        width: 100%;
    }
    
    .custom_icon_block_content_subtitle {
        font-size: 11px;
    }
    
    p.custom_icon_block_content_text {
        display: none;
    }
    
    .custom_icon_block_content_single {
        width: 32%;
    }
}



@media all and (max-width: 400px) {
    .header_video, .header_img {
        height: 150px;
    }
    
    .header_video .header_text {
        font-size: 12px;
    }
    
     .shop_overview_content.all_objects .products, .woocommerce .products ul, .woocommerce ul.products {
        margin-left: 0;
        margin-right: 0;
    }
    
    .shop_overview_content.all_objects li, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce .more_about_artist_wrapper ul.products li.product {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    
    .single-kuenstler .products li {
        width: 100%;
    }
}

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

/*------------------------------------*\
    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;
	}
}