/*
Theme Name: Moobel
Theme URI: https://moobel.ch
Description: Custom Theme for Moobel
Author: Roger Burkhard
Author URI: http://www.rogerburkhard.com
*/

/*------------------------------------------------------
THE BIG FAT RESET
------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, header, footer {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------
IMPORT FONTS
------------------------------------------------------*/

@font-face {
    font-family: 'Apercu Regular';
    src: url('styles/fonts/ApercuPro-Regular.eot');
    src: url('styles/fonts/ApercuPro-Regular.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/ApercuPro-Regular.svg#raleway') format('svg'),
    	 url('styles/fonts/ApercuPro-Regular.woff2') format('woff2'),
         url('styles/fonts/ApercuPro-Regular.woff') format('woff'),
         url('styles/fonts/ApercuPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu Bold';
    src: url('styles/fonts/ApercuPro-Bold.eot');
    src: url('styles/fonts/ApercuPro-Bold.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/ApercuPro-Bold.svg#raleway') format('svg'),
    	 url('styles/fonts/ApercuPro-Bold.woff2') format('woff2'),
         url('styles/fonts/ApercuPro-Bold.woff') format('woff'),
         url('styles/fonts/ApercuPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu Mono Regular';
    src: url('styles/fonts/ApercuMonoPro-Regular.eot');
    src: url('styles/fonts/ApercuMonoPro-Regular.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/ApercuMonoPro-Regular.svg#raleway') format('svg'),
    	 url('styles/fonts/ApercuMonoPro-Regular.woff2') format('woff2'),
         url('styles/fonts/ApercuMonoPro-Regular.woff') format('woff'),
         url('styles/fonts/ApercuMonoPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------
GENERAL
------------------------------------------------------*/

html {
	width: 100%;
	margin:0 !important;
	overflow-y:scroll !important;
	-webkit-text-size-adjust: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Apercu Regular', Helvetica, Arial, Verdana, sans-serif;
	font-size:30px;
	line-height: 36px;
	color: #3b3b3b;
	overflow-x: hidden;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

body.noscroll {
	overflow: hidden;
}

body.wait, body.wait a {
	cursor:wait;
	overflow-y:hidden;
}

#wpadminbar {
	display:none !important;
}

div:focus {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

::selection {
  background: #3b3b3b;
  color:#fff;
}

::-moz-selection {
  background: #3b3b3b;
  color:#fff;
}

a::selection {
	color:#fff !important;
}

a::-moz-selection {
	color:#fff !important;
}

/* Arrow Link */

a.arrow_link {
	display: inline-block;
	width: 75px;
	height: 34px;
	background: url('images/arrow_right_black.svg') no-repeat center center;
	background-size:100% 100%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

a.arrow_link:hover {
	-webkit-transform: translateX(10px) !important;
	transform: translateX(10px) !important;
	-webkit-transition: -webkit-transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s !important;
	transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s !important;
}

#mCSB_1_scrollbar_vertical {
	opacity: 0;
}

/*------------------------------------------------------
TYPOGRAPHY
------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1, nav ul li a { 
	font-family: 'Apercu Mono Regular', Helvetica, Arial, Verdana, sans-serif;
	font-size: 59px;
	line-height: 75px;
}

h2, .page_detail_product h1, .wysiwig_content span.title {
	font-family: 'Apercu Bold', Helvetica, Arial, Verdana, sans-serif;
	font-size: 45px;
	line-height: 46px;
}

h3 {
	font-family: 'Apercu Bold', Helvetica, Arial, Verdana, sans-serif;
	font-size: 34px;
	line-height: 37px;
}

h5, footer .column_middle, footer .column_middle a, footer .column_right, footer .column_right a, .yikes-mailchimp-container .EMAIL-label input, footer .yikes-mailchimp-container button.yikes-easy-mc-submit-button, form.login input, .login_box .error, .additional_attributes .attribute_box select {
	font-family: 'Apercu Mono Regular', Helvetica, Arial, Verdana, sans-serif;
	font-size:18px;
	line-height: 22px;
}

span.small {
	font-size: 24px;
	line-height: 27px;
}

span.very_small, div.very_small, div.very_small a {
	font-family: 'Apercu Mono Regular';
	font-size:18px;
}

footer .column_middle a {
	border-bottom:1px solid #3b3b3b;
}

p, .wysiwig_content ul, .wysiwig_content ol {
	margin-bottom: 20px;
}

b, strong {
	font-family: 'Apercu Bold';
	font-weight: normal;
}

/*------------------------------------------------------
GENERAL LINKS
------------------------------------------------------*/

a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: #3b3b3b;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

a:hover {
	opacity: 0.8;
}

/* Firefox Hack to elmininate that ugly dotted line */
:focus {
	outline-style: none;
	-moz-outline-style: none;
}

/*------------------------------------------------------
IMAGES
------------------------------------------------------*/

img {
	border: none 0;
}

/*------------------------------------------------------
VIDEO
------------------------------------------------------*/

video {
	outline: 0;
	-moz-outline-style: none;
}

/* Responsive iFrame */

.video_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------------------
CLEAR
------------------------------------------------------*/

.clear {
	clear: both;
}

/*------------------------------------------------------
Focus Input & Textarea
------------------------------------------------------*/

input, textarea, select {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	resize: none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background: #fff;
	border:1px solid #3b3b3b;
}

textarea:focus, input:focus{
    outline: 0;
}

input[type="button"], button {
   outline:none !important;
}
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
   border: 0 !important;
}

/*------------------------------------------------------
ANIMATIONS
------------------------------------------------------*/

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0
    }
    50% {
        opacity: 8
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0
    }
    50% {
        opacity: 8
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

/*------------------------------------------------------
WYISIWIG CONTENT
------------------------------------------------------*/

.wysiwig_content h2 {
	margin-bottom:48px;
}

.wysiwig_content a {
	border-bottom:1px solid #3b3b3b;
}

.wysiwig_content span.subtitle {
	display: table;
	clear: both;
	border-bottom:1px solid #3b3b3b;
}

.wysiwig_content ul, .wysiwig_content ol {
	margin-left: 0;
	padding-left: 1em;
}

.wysiwig_content ol {
	margin-left:0.7em;
}

.wysiwig_content ol span.subtitle {
	display: inline;
}

.wysiwig_content ul {
    list-style: none;
}

.wysiwig_content ul > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

/*------------------------------------------------------
COOKIE BANNER
------------------------------------------------------*/

.cookie_banner {
	display: none;
	font-size:20px;
	line-height: 24px;
	position: fixed;
	right:0;
	bottom:0;
	width: -moz-calc(50% - 250px);
	width: -webkit-calc(50% - 250px);
	width: -o-calc(50% - 250px);
	width: calc(50% - 250px);
	background: #dcdcdc;
	color:#3b3b3b;
	padding:25px 133px 25px 30px;
	z-index: 1000;
}

.cookie_banner a {
	border-bottom:1px solid #3b3b3b;
}

.cookie_banner .close_cookie {
	display: block;
	position: absolute;
	cursor:pointer;
	right:33px;
	top:50%;
	margin-top:-21px;
	width: 42px;
	height: 42px;
	background: url('images/close_cookie.svg') no-repeat center center;
	background-size:100% 100%;
	border-bottom:none 0;
}

/*------------------------------------------------------
WRAPPER
------------------------------------------------------*/

#wrapper {
	display: block;
	opacity: 0;
	width: 100%;
	-webkit-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}

/*------------------------------------------------------
DETAIL PAGE
------------------------------------------------------*/

.detail_page {
	padding:150px 0;
	margin:0 45px;
	background: #fff;
}

.detail_page.page_home {
	padding:0;
	margin:0;
}

.detail_page h1 {
	text-align: center;
	margin-bottom:66px;
}

.max_width {
	display: block;
	width: 86%;
	max-width: 1080px;
	margin:0 auto;
}

.desktop_only {
	display: block;
}

.mobile_only {
	display: none;
}

/*------------------------------------------------------
HEADER
------------------------------------------------------*/

header {
	display: block;
	position: relative;
	top:0;
	left:0;
	right: 0;
	height: 100px;
	z-index: 10000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition:background 0.3s ease-out;
	transition:background 0.3s ease-out;
}

header.fixed {
	position: fixed;
}

header.black, header.white.black_active_nav {
	background: #fff;
}

header.white {
	background: transparent;
}

/* Logo */

header a.logo {
	display: block;
	z-index: 100;
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left:-100px;
	top:26px;
}

header a.logo img {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
}

header a.logo img.logo_white {
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1;
}

header.white a.logo img.logo_white,
header.black a.logo img.logo_black,
header.white.black_active_nav a.logo img.logo_black  {
	opacity: 1;
}

header.white a.logo img.logo_black,
header.black a.logo img.logo_white,
header.white.black_active_nav a.logo img.logo_white {
	opacity: 0;
}

/* Hamburger */

header a.hamburger {
	display: block;
	z-index: 100;
	position: absolute;
	left: 45px;
	top: 27px;
	width: 48px;
	height: 45px;
}

header a.hamburger span.line {
	display: block;
	opacity: 1;
	position: absolute;
	left:0;
	right: 0;
	width: 55px;
	height: 3px;
	transform: rotate(0deg);
	-webkit-transform: -webkit-rotate(0deg);
	transform-origin: top left;
	-webkit-transform-origin: top left;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header.black a.hamburger span.line, header.white.black_active_nav a.hamburger span.line {
	background: #3b3b3b;
}

header.white a.hamburger span.line {
	background: #fff;
}

header a.hamburger span.line.line1 {
	top:0;
}

header a.hamburger span.line.line2 {
	top:50%;
	margin-top:-1.5px;
}

header a.hamburger span.line.line3 {
	bottom:1px;
}

header a.hamburger.active span.line.line1 {
	width: 69px;
	top: -1.7px;
	left: 3px;
	transform: rotate(45deg);
	-webkit-transform: -webkit-rotate(45deg);
}

header a.hamburger.active span.line.line2 {
	opacity: 0;
}

header a.hamburger.active span.line.line3 {
	width: 69px;
	bottom: -1.7px;
	right: 3px;
	transform: rotate(-45deg);
	-webkit-transform: -webkit-rotate(-45deg);
}

/*------------------------------------------------------
NAVIGATION
------------------------------------------------------*/

header.black nav, header.white.black_active_nav nav {
	background: #fff;
	border-bottom:2px solid #3b3b3b;
	-webkit-transition:background 0.3s ease-out, border 0.3s ease-out;
	transition:background 0.3s ease-out, border 0.3s ease-out;
}

header nav {
	display: block;
	position: relative;
	width: 100%;
	margin-top:100px;
	text-align: center;
	z-index: 1;
	min-height: 2px;
	max-height: -moz-calc(100vh - 100px);
	max-height: -webkit-calc(100vh - 100px);
	max-height: -o-calc(100vh - 100px);
	max-height: calc(100vh - 100px);
}

header.sticky nav {
	padding-top:100px;
	margin-top:0;
	padding-bottom:20px;
}

nav ul {
	display: none;
	list-style: none;
	padding-top:15px;
	padding-bottom: 34px;
}

nav ul li {
	opacity: 0;
	display: block;
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.2s ease-out;
	transition: transform 0.3s ease-out, opacity 0.2s ease-out;
}

nav ul.show li {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

nav ul.show li:nth-child(1) {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

nav ul.show li:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

nav ul.show li:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

nav ul.show li:nth-child(4) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

nav ul.show li:nth-child(5) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

nav ul.show li:nth-child(6) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

nav ul.show li:nth-child(7) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

nav ul li.current_page_item a, body.single-journal nav ul li.menu-item-93 a, body.single-referenzen nav ul li.menu-item-94 a, body.woocommerce-page nav ul li.menu-item-92 a {
	color:#dcdcdc;
}

/*------------------------------------------------------
CART
------------------------------------------------------*/

header .cart_outer {
	display: block;
	position: absolute;
	right: 45px;
	top: 26px;
	width: 57px;
	height: 46px;
	z-index: 10000;
}

header .cart_outer a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('images/cart_black_2.svg') no-repeat center center;
	background-size: 100% 100%;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

header .cart_outer a:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

header.white .cart_outer a {
	background: url('images/cart_white_2.svg') no-repeat center center;
	background-size: 100% 100%;
}

header .cart_outer span.carts_count {
	display: inline-block;
	position: absolute;
	color:#fff;
	left: 4px;
	top: 6px;
	font-size: 14px;
	line-height: 17px;
	width: 14px;
	text-align: center;
}

header.white .cart_outer span.carts_count {
	color:#3B3B3B;
}

/*------------------------------------------------------
HOME | FULLSCREEN SLIDER
------------------------------------------------------*/

.fullscreen_slider {
	display: block;
	z-index: 0;
	position: fixed;
	width: 100%;
	height: 100vh;
}

.home_slider {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.slick-list {
	width: 100%;
	height: 100%;
}

.home_slider .home_slide {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100vh;
}

a.go_down {
	display: block;
	position: absolute;
	left:50%;
	padding:20px;
	bottom: 28px;
	margin-left: -37px;
	width: 75px;
	height: 38px;
	background: url('images/arrow_down.svg') no-repeat center bottom;
	background-size:100% 100%;
	background-size: -moz-calc(100% - 40px) -moz-calc(100% - 40px);
	background-size: -webkit-calc(100% - 40px) -webkit-calc(100% - 40px);
	background-size: -o-calc(100% - 40px) -o-calc(100% - 40px);
	background-size: calc(100% - 40px) calc(100% - 40px);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.2s ease-out;
	transition: transform 0.5s ease-out, opacity 0.2s ease-out;
}

a.go_down:hover {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

/*------------------------------------------------------
HOME LETTER ANIMATION
------------------------------------------------------*/

.slideshow_outer {
	display: block;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	position:fixed;
	text-align: center;
	z-index: 500;
	pointer-events: none !important;
}
 
.slideshow_outer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.slideshow_outer .slideshow_inner {
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.letter_slide {
	display: none;
	opacity: 0;
	color:#fff;
	font-family: 'Apercu Bold', Helvetica, Arial, Verdana, sans-serif;
	font-size:254px;
	line-height: 254px;
}

.letter_slide .letter {
	display: inline-block;
	line-height: 1em;
}

.letter_slide.active {
	display: block;
}

/*------------------------------------------------------
HOME
------------------------------------------------------*/

.scroll_content {
	display: block;
	z-index: 1;
	position: relative;
	pointer-events:none;
}

.scroll_content .inside_scroll_content {
	display: block;
	position: relative;
	pointer-events:initial;
	background: #fff;
}

.content_top {
	display: block;
	width: 100%;
	height: 100vh;
	pointer-events: none;
}

/*------------------------------------------------------
PRODUCT SLIDER
------------------------------------------------------*/

.product_slider_flickety {
	display: block;
	height: 30vw;
	width: 100vw;
	background: #fff;
}

.flickity-viewport {
	overflow-y:hidden;
}

.product_slider_flickety  .product_slide {
	display: inline-block;
	position: relative;
	height: 100%;
	width: auto;
	margin-left:6vw;
	margin-right:6vw;
}

.product_slider_flickety  .product_slide .inside_product_slide {
	position: relative;
	display: inline-block;
}

.product_slider_flickety  .product_slide a {
	display: inline-block;
	width: auto;
	height: 18vw;
	margin-top:6vw;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.product_slider_flickety .product_slide img {
	opacity: 1;
	display: block;
	height: 100% !important;
	width: auto !important;
	max-width: initial !important;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
}

.product_slider_flickety .product_slide .product_title {
	display: block;
	position: absolute;
	overflow: hidden;
	opacity: 0;
	right:0;
	left:0;
	right:0;
	height: 32px;
	bottom:-3vw;
	font-family: 'Apercu Bold';
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top:20px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.product_slider_flickety .product_slide:hover .product_title {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/*------------------------------------------------------
STORIES
------------------------------------------------------*/

.stories {
	display: block;
	width: 100%;
}

.stories .stories_slider {
	display: block;
	width: 100%;
}

.stories .stories_slider .story_slide {
	display: block;
	width: 100%;
	height: auto;
}

.stories .stories_slider .story_slide img {
	position:relative;
	z-index: 0;
	width: 100%;
	height: auto;
}

.stories button {
	position: absolute;
	cursor:pointer;
	display: block;
	top:50%;
	margin-top: -33px;
	width: 34px;
	height: 66px;
	text-indent: -10000px;
	border:none 0;
	z-index: 1;
}

.stories button.slick-prev, .stories button.slick-next {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.stories button.slick-prev {
	left:24px;
	background: url('images/gallery_arrow_left_black.svg') no-repeat center center;
	background-size:100% 100%;
}

.stories button.slick-prev:hover {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}

.stories button.slick-next {
	right:24px;
	background: url('images/gallery_arrow_right_black.svg') no-repeat center center;
	background-size:100% 100%;
}

.stories button.slick-next:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

/* Circles */

a.product_circle {
	position: absolute;
	width: 65px;
	height: 65px;
	background: rgba(255,255,255,0.7);
	border-radius:50%;
	z-index: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
}

a.product_circle .pulse {
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(255,255,255,0.7);
	border-radius:50%;
	-webkit-animation: pulse 3s ease-out;
	animation: pulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

a.product_circle:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

a.product_circle:hover .pulse {
	-webkit-animation: none;
	animation: none
}

/* Detail Circle */

.detail_circle {
	opacity: 0;
	display: none;
	text-align: center;
	position: absolute;
	text-align: center;
	z-index: 2;
	left:50%;
	top:50%;
	margin-left: -180px;
	margin-top: -180px;
	width: 360px;
	height: 360px;
	background: rgba(255,255,255,0.95);
	border-radius:50%;
	-webkit-box-shadow: 0px 14px 42px -17px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 14px 42px -17px rgba(0,0,0,0.75);
	box-shadow: 0px 14px 42px -17px rgba(0,0,0,0.75);
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
	overflow: hidden;
}

.detail_circle.show {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease-out;
	transition:transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease-out;
}
 
.detail_circle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.product_detail {
	display: inline-block;
	vertical-align: middle;
	max-height: 187px;
	width: 80%;
	margin-top:-36px;
}

.detail_circle a.close_detail {
	display: inline-block;
	position: absolute;
	left:50%;
	margin-left: -9px;
	top: 29px;
	width: 17px;
	height: 17px;
	background: url('images/close_icon.svg') no-repeat center center;
	background-size:100% 100%;
	opacity: 0;
	-webkit-transform: translateX(20px), scale(1);
	transform: translateX(20px), scale(1);
	-webkit-transition: -webkit-transform 0.4s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
	transition: transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
}

.detail_circle.show a.close_detail:hover {
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s !important;
	transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s !important;
}

.detail_circle.show a.close_detail {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.detail_circle  a.go_to_product {
	display: inline-block;
	position: absolute;
	bottom: 48px;
    margin-left: -38px;
	left:50%;
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: -webkit-transform 0.4s ease-out 0.5s, opacity 0.3s ease-out 0.5s;
	transition: transform 0.3s ease-out 0.5s, opacity 0.3s ease-out 0.5s;
}

.detail_circle.show  a.go_to_product {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.detail_circle .product_description {
	display: block;
	margin-top: 15px;
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: -webkit-transform 0.4s ease-out 0.3s, opacity 0.3s ease-out 0.4s;
	transition: transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s;
}

.detail_circle.show .product_description {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.detail_circle h3 {
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: -webkit-transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
	transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
}

.detail_circle.show h3 {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/*------------------------------------------------------
NEWS TEASER
------------------------------------------------------*/

.news_teasers {
	display: block;
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: -o-calc(100% - 90px);
	width: calc(100% - 90px);
	margin:45px auto 0 auto;
}

.news_teasers .news_teaser {
	display: block;
	float: left;
	width: 30%;
}

.news_teasers .news_teaser:nth-child(2) {
	margin:0 5%;
}

.news_teasers .news_teaser img {
	width: 100%;
	height: auto;
}

.news_teaser h5 {
	margin-bottom:22px;
}

.news_teaser h2 {
	margin-top: 24px;
	margin-bottom: 7px;
}

.news_teaser a.arrow_link {
	margin-top:26px;
}

/*------------------------------------------------------
MOOBEL MOOD
------------------------------------------------------*/

.mooblemood {
	display: block;
	margin-top:93px;
}

.mooblemood h5 {
	margin-left:45px;
	margin-right:45px;
}

.moobelmood_slider {
	display: block;
	height: 30vw;
	width: 100%;
	background: #fff;
}

.moobelmood_slide {
	display: inline-block;
	height: 100%;
	width: auto;
	margin-right:4.68vw;
}

.moobelmood_slide a {
	display: inline-block;
	width: auto;
	height: 28vw;
	margin-top:2.6vw;
}

.moobelmood_slide img {
	opacity: 1;
	display: block;
	height: 100%;
	width: auto;
}

.external_link_outer {
	display: block;
	text-align: center;
	padding-top:35px;
	padding-bottom:57px;
}

.external_link_outer a {
	display: inline-block;
	text-transform: uppercase;
	border:1px solid #3b3b3b;
	padding:15px 36px 15px 36px;
}

#sb_instagram {
	padding-bottom:0 !important;
}

#sb_instagram .sbi_photo_wrap:hover .sbi_photo {
	-webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

/*------------------------------------------------------
SHOP OVERVIEW
------------------------------------------------------*/

.page_shop_overview, .two_columns_outer {
	display: block;
	position: relative;
}

.page_shop_overview .product_listing {
	display: block;
	width: 81.25%;
	float: right;
}

.page_shop_overview .product_listing {
	text-align: left;
}

.page_shop_overview .product_listing a {
	display: inline-block;
	padding:0 5.25vw 1.25vw 5.25vw;
}

.page_shop_overview .product_listing .product_outer_box {
	float: left;
	text-align: center;
}

.page_shop_overview.show_product_draw .product_listing .product_outer_box {
	background: #fff !important;
}

.page_shop_overview .product_listing .product_outer_box,
.page_shop_overview .product_listing .product_outer_box.img_type_vertical,
.page_shop_overview .product_listing .product_outer_box.img_type_horizontal {
	width: -moz-calc(33.3333% - 4.68vw);
	width: -webkit-calc(33.3333% - 4.68vw);
	width: -o-calc(33.3333% - 4.68vw);
	width: calc(33.3333% - 4.68vw);
	height: 30vw;
	margin:0 2.34vw 2.34vw 2.34vw;
}

.page_shop_overview .product_listing .product_outer_box a {
	display: block;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	text-align: center;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.page_shop_overview .product_listing .product_outer_box a:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.page_shop_overview .product_listing .product_outer_box a:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.page_shop_overview .product_listing .product_outer_box a img {
	max-width: 99%;
	max-height: 99%;
	display: inline-block;
	vertical-align: middle;
}

.page_shop_overview.show_product_draw .product_listing .product_outer_box a img.product_real,
.page_shop_overview.show_product_real .product_listing .product_outer_box a img.product_real {
	display: none;
}

.page_shop_overview.show_product_real .product_listing .product_outer_box a img.product_draw,
.page_shop_overview.show_product_draw .product_listing .product_outer_box a img.product_draw {
	display: inline-block;
}


/* Product Cat Filter */

.product_cat_filter {
	display: inline-block;
	position: absolute;
	left:45px;
	width: 18.75%;
	padding-bottom:40px;
	z-index: 500;
	top:200px;
}

.product_cat_filter a {
	display: inline-block;
}

.product_cat_filter a.active {
	opacity: 0.4;
}

/* Product Preview */

.product_preview {
	display: inline-block;
	position: fixed;
	bottom:0;
	left:45px;
	width: 18.75%;
	height: 0;
	z-index: 500;
	text-align: center;
}

.product_preview .preview_product_box {
	display: block;
	text-align: center;
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}

.product_preview .preview_img_outer {
	display: block;
	text-align: center;
	margin:1.8vw auto 3.8vw auto;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	height: -moz-calc(100% - 7.6vw);
	height: -webkit-calc(100% - 7.6vw);
	height: -o-calc(100% - 7.6vw);
	height: calc(100% - 7.6vw);
}
 
.product_preview .preview_img_outer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.product_preview .preview_img {
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
	max-height:99%;
}

.product_preview .product_title {
	display: block;
	font-family: 'Apercu Bold';
	position: absolute;
	left:20px;
	right: 20px;
	bottom:25px;
	height: 3.8vw;
}

/* Column Right */

a.show_color {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius:50%;
	margin-bottom:11px;
	border:2px solid #ebebeb;
}

a.show_color.active {
	border:1px solid #3b3b3b;
}

.prices .show_price.inactive {
	display: none;
}

.prices .show_price.active {
	display: block;
}

a.buy_product {
	display: inline-block;
	border:1px solid #3b3b3b;
	text-transform: uppercase;
	padding:14px 23px;
	margin:23px 0 51px;
}

/*------------------------------------------------------
PRODUCT DETAIL
------------------------------------------------------*/

.detail_page.page_detail_product {
	display: block;
	position: relative;
	width: 100%;
	margin:0;
	padding-top:100px;
	padding-bottom:0;
	overflow: hidden;
}

.product_inside {
	display: block;
	position: relative;
}

.page_detail_product .column_left {
	display: block;
	position: relative;
	width: 64%;
	float: left;
	text-align: center;
	min-height: 400px;
}

.page_detail_product .product_inside .product_detail_slider {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	text-align: center;
	height: -moz-calc(100vh - 100px);
    height: -webkit-calc(100vh - 100px);
    height: -o-calc(100vh - 100px);
    height: calc(100vh - 100px);
}

.outer_product_slider {
	position: relative;
}

.additional_informations {
	background: #f0f0f0;
}

.title_additional_informations {
	display: inline-block;
	margin-bottom:29px;
	border-bottom:1px solid #3b3b3b;
}

.additional_informations .infos_column {
	display: block;
	float: left;
	text-align: center;
	padding-top:72px;
	padding-bottom:72px;
}

.additional_informations.columns_0 {
	display: none;
}

.additional_informations.columns_1 .infos_column {
	width:100%;
}

.additional_informations.columns_2 .infos_column {
	width:50%;
}

.additional_informations.columns_3 .infos_column {
	width: 33.3333%;
}

.inside_infos {
	display: inline-block;
	max-width: 80%;
	text-align: left;
}

a.show_next_product_slide {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 200;
	cursor:pointer;
}

.back_to_overview {
	padding-bottom:40px;
}

.back_to_overview a {
	display: inline-block;
	border-bottom:1px solid #000;
}

.page_detail_product .product_inside .slick-slider .slick-track, .page_detail_product .product_inside .slick-slider .slick-list {
	width: 100%;
	height: 100%;
}

.page_detail_product .product_inside .product_detail_slider .product_slide {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.page_detail_product .product_inside .product_detail_slider .product_slide:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.page_detail_product .product_detail_slider .inside_product_slide {
	display: inline-block;
	height: 80%;
	width: auto;
	max-width: 80%;
	vertical-align: middle;
	text-align: center;
}
 
.page_detail_product .product_detail_slider .inside_product_slide:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.page_detail_product .product_inside .product_slide img {
	display: block;
	width: auto;
	height: auto;
	max-height: 99% !important;
	max-width: 99% !important;
	display: inline-block;
	vertical-align: middle;
}

.page_detail_product .column_right {
	display: block;
	width: -moz-calc(36% - 132px);
	width: -webkit-calc(36% - 132px);
	width: -o-calc(36% - 132px);
	width: calc(36% - 132px);
	padding:0 66px;
	position: relative;
	text-align: left;
	float: right;
	min-height: 400px;
	padding-top:66px;
}

.page_detail_product .product_inside .product_slide {
	margin-left:0;
	margin-right:0;
	text-align: center;
}

.page_detail_product .product_inside h1 {
	display: block;
	text-align: left;
	margin-bottom:37px;
}

.page_detail_product .very_small, .page_detail_product .very_small a {
	line-height: 22px;
}

.page_detail_product .show_price {
	display: block;
	margin-bottom:37px;
}

.color_selection {
	max-width: 288px;
}

.color_selection > .very_small {
	display: block;
	margin-bottom:20px;
}

.outer_product_slider {
	border-top:2px solid #3b3b3b;
}

.outer_product_slider .title_product_slider {
	display: inline-block;
	margin:45px 0 -45px 45px;
	border-bottom:1px solid #3b3b3b;
	position: relative;
	z-index: 1000;
}

/* Additional Attributes */

.additional_attributes {
	display: block;
}

.price {
	display: block;
	margin-top:37px;
}

.additional_attributes .attribute_box {
	margin-bottom:19px;
}

.additional_attributes .attribute_box select {
	display:block;
	background: #fff;
	font-family: 'Apercu Regular', Helvetica, Arial, Verdana, sans-serif;
	border:1px solid #3b3b3b;
	border-radius:0px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;   
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding:7px 7px 4px 7px !important;
	margin-top:7px;
	background: url('images/arrow_down_select.svg') no-repeat center right 7px;
	background-size:auto 30%;
}

.additional_attributes .attribute_box select.error {
	border:1px solid #b81c23;
	color:#b81c23;
}

/* Mood Image Slider */

.mood_images, .mood_images .mood_image_slide, .mood_images .mood_image_slide img {
	display: block;
	width: 100%;
}

.mood_images .mood_image_slide img {
	height: auto;
}

/* Default Woocommerce Data */

.default_woocommerce_data .product_title.entry-title {
	display: none;
}

.default_woocommerce_data a.reset_variations {
	display: none !important;
}

.default_woocommerce_data input.qty {
	display: none !important;
}

.woocommerce .default_woocommerce_data button.single_add_to_cart_button,
.woocommerce .default_woocommerce_data .cart .button, .woocommerce .default_woocommerce_data .cart input.button {
    display: inline-block !important;
    border: 1px solid #3b3b3b !important;
    text-transform: uppercase !important;
    padding: 14px 0 !important;
    margin: 23px 0 52px !important;
    color: #3b3b3b !important;
    font-family: 'Apercu Regular', Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 30px !important;
    line-height: 34px !important;
    width: 100%;
}

table.variations tr.pa_farben {
	display: none !important;
}

table.variations .very_small {
	display: block;
}

table.variations td.label {
	display: block;
}

.woocommerce table {
	width: 100%;
}

/*------------------------------------------------------
WARENKORB
------------------------------------------------------*/

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 5px !important;
}

body.woocommerce-cart, body.woocommerce-cart .detail_page {
	background: #f0f0f0;
}

body.woocommerce-cart .woocommerce {
	max-width: 1230px;
	margin:0 auto;
}

.bg_img_thumb {
	padding: 10px 0 5px 0;
	text-align: center;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-message,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-family: 'Apercu Mono Regular';
	font-size:18px;
	line-height: 29px;
	font-weight: normal !important;
	border-top-color: #fff !important;
	background-color: #fff !important;
	border:1px solid #3b3b3b !important;
	color:#3b3b3b;
}

.woocommerce-message a {
	display: none !important;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce .quantity .qty, .coupon label, .coupon input, .coupon button, 
.woocommerce ul#shipping_method .amount, .cart_totals, .woocommerce .three_column_buttons a, .woocommerce .three_column_buttons button, 
.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single,
.select2-results__option[aria-selected], .select2-results__option[data-selected],
.woocommerce form .form-row label, #ship-to-different-address, #payment,
.woocommerce-order, .select2-search--dropdown .select2-search__field,
.woocommerce form .form-row select {
	font-family: 'Apercu Mono Regular' !important;
	font-size:18px !important;
	line-height: 29px !important;
	font-weight: normal !important;
}

.woocommerce .quantity .qty {
	height: 28px;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
	height: 30px;
}

.page_detail_product .button {
	height: auto !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	height: 30px;
}

.woocommerce table.shop_table th {
	text-transform: uppercase !important;
}

.woocommerce table.shop_table th.product-subtotal {
	text-align: right;
}

.woocommerce table.shop_table th.product-quantity {
	width: 40px;
}

.woocommerce a.remove {
	display: inline-block !important;
	width: 30px !important;
	height: 30px !important;
	background: url('images/remove_icon.svg') no-repeat center center !important;
	background-size:100% 100% !important;
	text-indent: -10000px !important;
	border-radius:0px !important;
}

.form-row.form-row-wide.mailchimp-newsletter {
	display: block;
	margin-top:20px !important;
}

.woocommerce table.shop_table {
	border:none 0 !important;
}

.woocommerce table.shop_table td {
	border-top:1px solid #3b3b3b !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 60% !important;
	display: inline-block;
}

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

textarea#order_comments {
	padding-bottom: 20px !important;
	height: auto !important;
	margin-top:10px !important;
}

/* Coupon */

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
	width: 105px !important;
}

.coupon {
	display: block;
	margin-bottom:20px !important;
	padding-left:10px;
}

table.cart button.button_update_cart {
	display: none !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius:0px !important;
}

button.button_update_cart {
	margin-top:2px !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: none !important;
	padding: 1px 5px 3px 5px !important;
	color:#3b3b3b !important;
	border:1px solid transparent !important;
	border-radius:0 !important;
	margin-left:10px !important;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
	padding: 1px 10px 3px 10px !important;
}

.coupon label {
	display: inline-block !important;
}

.coupon button {
	padding: 1px 5px 3px 5px !important;
	color:#3b3b3b !important;
	border:1px solid #3b3b3b !important;
	border-radius:0 !important;
	margin-left:10px !important;
}

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

.woocommerce .cart-collaterals .cart_totals .inside_cart_totals, .woocommerce-page .cart-collaterals .cart_totals .inside_cart_totals {
	float: right;
	display: block !important;
	padding-left:10px !important;
	width: -moz-calc(100% - 10px) !important;
	width: -webkit-calc(100% - 10px) !important;
	width: -o-calc(100% - 10px) !important;
	width: calc(100% - 10px) !important;
}

.woocommerce .cart_totals table.shop_table td {
	border-top: none 0 !important;
	text-align: right;
	padding-left:0 !important;
	padding-right:0 !important;
}

.woocommerce .cart_totals table.shop_table th {
	padding-left:0 !important;
	padding-right:0 !important;
}

.order-total strong {
	font-family: 'Apercu Mono Regular';
}

.woocommerce-shipping-totals a.show_shop_popup {
	text-transform: initial !important;
	border-bottom:1px solid #3b3b3b !important;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	padding-left:0 !important;
	padding-right:0 !important;
}

body.woocommerce-cart table.total_table {
	background: #3b3b3b;
	color:#fff;
	width: 100%;
	padding-left:5px;
	padding-right:5px;
}

body.woocommerce-cart table.total_table th{
	padding-left:12px;
	padding-top:6px;
	padding-bottom:6px;
}

body.woocommerce-cart tr.cart-subtotal td, body.woocommerce-cart .woocommerce .cart_totals table.shop_table td {
	text-align: right;
	padding-right:12px !important;
}

body.woocommerce-cart table.total_table td {
	padding-right:12px;
	padding-top:6px;
	padding-bottom:6px;
}

body.woocommerce-cart .woocommerce table.shop_table {
	margin-bottom:0 !important;
}

body.woocommerce-cart td.product-subtotal {
	text-align: right;
}

table.total_table th {
	text-align: left !important;
}

table.total_table td {
	text-align: right !important;
}

.woocommerce .three_column_buttons {
	margin-top:65px;
}

.woocommerce .three_column_buttons .column {
	display: block;
	width: 33.333%;
	float: left;
} 

.woocommerce .three_column_buttons a, .woocommerce .three_column_buttons button, .woocommerce .three_column_buttons input {
	display: inline-block;
	text-transform: uppercase !important;
	text-align: center !important;
	width: 80%;
	background: #fff !important;
	padding:10px 5px !important;
	color:#3b3b3b !important;
	border:1px solid #3b3b3b !important;
	border-radius:0px !important;
}

.woocommerce .three_column_buttons .column_left {
	text-align: left;
}

.woocommerce .three_column_buttons .column_middle {
	text-align: center;
}

.woocommerce .three_column_buttons .column_right {
	text-align: right;
}

.woocommerce .three_column_buttons  a.go_to_checkout {
	background: #60b555 !important;
}

body.woocommerce-cart .woocommerce table.shop_table {
	border:none 0 !important;
}

#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:0px !important;
}

body.woocommerce-cart .woocommerce table.cart_totals th {
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	font-weight: normal !important;
}

.woocommerce-message::before {
	display: none !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding:1em !important;
}

.woocommerce-error::before {
	display: none !important;
}

.woocommerce-error {
	color:#b81c23 !important;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background: transparent !important;
}

.woocommerce .blockUI.blockOverlay {
	background: transparent !important;
}

.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
	display: none !important;
}

/*------------------------------------------------------
CHECKOUT
------------------------------------------------------*/

body.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
	display: none !important;
}

body.woocommerce-checkout, body.woocommerce-checkout .detail_page {
	background: #f0f0f0;
}

body.woocommerce-checkout .woocommerce {
	max-width: 1230px;
	margin:0 auto;
}

.woocommerce-billing-fields__field-wrapper label, .shipping_address label {
	display: none !important;
}

.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
	float: none !important;
	width: 100% !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
	padding: 14px 14px !important;
}

body.woocommerce-checkout h3 {
	margin-bottom:49px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: -moz-calc(50% - 5px) !important;
	width: -webkit-calc(50% - 5px) !important;
	width: -o-calc(50% - 5px) !important;
	width: calc(50% - 5px) !important;
	padding:0 !important;
	margin-bottom:10px !important;
}

.woocommerce form .form-row-first {
	margin:0 5px 10px 0 !important;
}

.woocommerce form .form-row-last {
	margin:0 0 10px 5px !important;
}

.woocommerce form .form-row {
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
}

/* Street */

.woocommerce form .form-row-first#billing_address_1_field,
.woocommerce form .form-row-last#billing_city_field,
.woocommerce form .form-row-first#shipping_address_1_field,
.woocommerce form .form-row-last#shipping_city_field {
	width: -moz-calc(80% - 5px) !important;
	width: -webkit-calc(80% - 5px) !important;
	width: -o-calc(80% - 5px) !important;
	width: calc(80% - 5px) !important;
}

.woocommerce form .form-row-last#billing_address_2_field,
.woocommerce form .form-row-first#billing_postcode_field,
.woocommerce form .form-row-last#shipping_address_2_field,
.woocommerce form .form-row-first#shipping_postcode_field {
	width: -moz-calc(20% - 5px) !important;
	width: -webkit-calc(20% - 5px) !important;
	width: -o-calc(20% - 5px) !important;
	width: calc(20% - 5px) !important;
}

.woocommerce .input-checkbox, .woocommerce form .form-row .input-checkbox,
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
	display: inline-block !important;
	margin:0 !important;
    width: 31px !important;
    height: 31px !important;
    background-color: #dcdcdc !important;
    border-radius: 50% !important;
    vertical-align: middle !important;
    border: 1px solid #3b3b3b !important;
    -webkit-appearance: none !important;
    outline: none !important;
    cursor: pointer !important;
    float: left;
}

li.wc_payment_method label, .woocommerce-form__label-for-checkbox span {
	display: block;
	width: -moz-calc(100% - 46px);
	width: -webkit-calc(100% - 46px);
	width: -o-calc(100% - 46px);
	width: calc(100% - 46px);
	margin-left:15px;
	float: left;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox span.required {
	display: none;
}



.woocommerce .input-checkbox:checked, .woocommerce form .form-row .input-checkbox:checked,
#add_payment_method #payment ul.payment_methods li input:checked, .woocommerce-cart #payment ul.payment_methods li input:checked, .woocommerce-checkout #payment ul.payment_methods li input:checked {
    background-color: #3b3b3b !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	display: none;
}

.woocommerce .select2-container--default .select2-selection--single,
.select2-dropdown {
	border-radius:0px !important;
	margin-bottom:0px !important;
	height: auto !important;
	padding:14px 14px !important;
	border:1px solid #3b3b3b !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	height: auto !important;
	padding:0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none !important;
}

.select2-dropdown {
	border:1px solid #3b3b3b !important;
}

#ship-to-different-address {
	margin-bottom:37px !important;
}

#order_comments_field label {
	display: none !important;
}

#order_comments_field {
	display: block;
	margin-bottom:37px !important;
}

body.woocommerce-checkout .woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, body.woocommerce-checkout .woocommerce table.shop_table tfoot td, body.woocommerce-checkout .woocommerce table.shop_table tfoot th {
	border-top:1px solid #3b3b3b;
}

.woocommerce table {
	border-spacing: 0px !important;
}

body.woocommerce-checkout .woocommerce table.shop_table .product-total {
	text-align: right;
}

body.woocommerce-checkout .woocommerce tfoot tr.cart-subtotal td,
body.woocommerce-checkout .woocommerce ul#shipping_method,
body.woocommerce-checkout .woocommerce tr.order-total td {
	text-align: right;
}

body.woocommerce-checkout .woocommerce table.shop_table th,
body.woocommerce-checkout .woocommerce table.shop_table td {
	padding-left:0 !important;
	padding-right:0 !important;
}

body.woocommerce-checkout .woocommerce tr.order-total {
	background: #3b3b3b !important;
	color:#fff;
	width: 100%;
}

body.woocommerce-checkout .woocommerce tr.order-total th,
body.woocommerce-checkout .woocommerce tr.order-total td {
	background: #3b3b3b !important;
}

body.woocommerce-checkout .woocommerce tr.order-total th {
	padding-left:10px !important;
}

body.woocommerce-checkout .woocommerce tr.order-total td {
	padding-right:10px !important;
}

#payment h3 {
	padding-top:37px !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding:0 !important;
}

.payment_method_paypal img {
	display: none;
}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	display: none;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-bottom:0px !important;
}

#payment .form-row.place-order {
	display: block !important;
	margin-top:36px !important;
}

#payment .form-row.place-order {
	display: block;
	text-align: left !important;
}

ul.wc_payment_methods li.wc_payment_method {
	display: block !important;
	margin-bottom:10px !important;
}

#payment button#place_order {
	display: block !important;
	padding: 10px 5px !important;
	margin-top:60px;
	color:#3b3b3b !important;
	margin-left:auto !important;
	margin-right:auto !important;
	float: none !important;
	background: #60b555 !important;
	width: 20%;
}

.woocommerce form .form-row .required {
	font-weight: normal !important;
	color:#3b3b3b !important;
}

.woocommerce-terms-and-conditions-wrapper {
	display: block;
	margin-bottom:40px;
}

.woocommerce-terms-and-conditions-wrapper a {
	border-bottom:1px solid #3b3b3b;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	display: none !important;
}

#payment .show_shop_popup {
	border-bottom:1px solid #3b3b3b !important;
}

/*------------------------------------------------------
Thank you!
------------------------------------------------------*/

.woocommerce .woocommerce-customer-details address {
	border:none !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	display: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding-left:0 !important;
}

.woocommerce .woocommerce-customer-details address {
	padding-left:0 !important;
}

/*------------------------------------------------------
Shop Popup
------------------------------------------------------*/

.shop_popup_outer {
	display: none;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 20000;
	text-align: center;
}
 
.shop_popup_outer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.shop_popup_outer .inner_shop_popup {
	display: inline-block;
	position: relative;
	text-align: left;
	background: #fff;
	padding:28px;
	margin:0 45px;
	border:1px solid #3b3b3b;
	vertical-align: middle;
	width: -moz-calc(99% - 146px);
	width: -webkit-calc(99% - 146px);
	width: -o-calc(99% - 146px);
	width: calc(99% - 146px);
	height: auto;
	max-height: 99%;
	max-width: 780px;
	z-index: 1000;
}

.shop_popup_outer .bg_shop_popup {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	background: rgba(255,255,255,0.2);
	z-index: 500;
}

a.close_popup_box {
	position: absolute;
	border:none;
	z-index: 200;
	top:28px;
	right: 28px;
	width: 23px;
	height: 23px;
	background: url('images/close_icon.svg') no-repeat center center;
	background-size:100% 100%;
}

/*------------------------------------------------------
Journal Overview
------------------------------------------------------*/

.journal_articles_overview {
	display: block;
	margin-left:-33px;
	margin-right:-33px;
}

.journal_articles_overview .journal_article_preview {
	display: block;
	width: -moz-calc(33.333% - 67px);
	width: -webkit-calc(33.333% - 67px);
	width: -o-calc(33.333% - 67px);
	width: calc(33.333% - 67px);
	float: left;
	margin:0 33px 90px 33px;
}

.journal_articles_overview .journal_article_preview:nth-child(3n+1){
    clear:left
}

.journal_articles_overview .journal_article_preview img {
	width: 100%;
	height: auto;
}

.journal_articles_overview .journal_article_preview h2 {
	margin-top:4px;
	margin-bottom:4px;
}

.journal_articles_overview .journal_article_preview a.arrow_link {
	margin-top:13px;
}

/*------------------------------------------------------
Referenzen Overview
------------------------------------------------------*/

.referenzen_articles_overview {
	display: block;
}

.referenzen_articles_overview .referenzen_article_preview {
	display: block;
	margin-bottom:73px;
}

.referenzen_articles_overview .referenzen_article_preview .column_left {
	display: block;
	float: left;
	width: 50%;
	min-height: 1px;
}

.referenzen_articles_overview .referenzen_article_preview .column_right {
	display: block;
	float: left;
	width: -moz-calc(50% - 67px);
	width: -webkit-calc(50% - 67px);
	width: -o-calc(50% - 67px);
	width: calc(50% - 67px);
	margin-left:67px;
	min-height: 1px;
	max-width: 700px;
}

.referenzen_articles_overview .referenzen_article_preview .column_left img {
	width: 100%;
	height: auto;
}

.referenzen_articles_overview .referenzen_article_preview .column_right h2 {
	margin-bottom:4px;
}

/*------------------------------------------------------
SINGLE PAGE
------------------------------------------------------*/

.detail_page.single_page {
	padding-bottom:0;
}

.single_page h1 {
	text-align: center;
}

.single_page.single_journal h1 {
	margin-bottom:0;
}

.single_page.single_journal .article_date.head_section {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.single_page img.main_image {
	width: 100%;
	height: auto;
	margin-bottom:45px;
}

/* Journal */

.more_articles, .details_referenzen {
	display: block;
	background: #f0f0f0;
	padding:24px 45px;
	margin-left:-45px;
	margin-right:-45px;
	margin-top:45px;
}

.title_more_articles {
	display: inline-block;
	margin-bottom:45px;
	border-bottom:1px solid #3b3b3b;
}

.details_referenzen .subtitle_details_referenzen {
	display: inline-block;
	margin-bottom:33px;
}

/*------------------------------------------------------
FLEXIBLE ELEMENTS
------------------------------------------------------*/

.flexible_element {
	display: block;
	margin-bottom:55px;
}

.flexible_element {
	display: block;
	margin-bottom:14px;
}

.flexible_element_text_two_columns .column {
	display: block;
	float: left;
	min-height: 1px;
	width: -moz-calc(50% - 34px);
	width: -webkit-calc(50% - 34px);
	width: -o-calc(50% - 34px);
	width: calc(50% - 34px);
}

.flexible_element_text_two_columns .column.column_left {
	margin-right:33px;
}

.flexible_element_text_two_columns .column.column_right {
	margin-left:33px;
}

.flexible_element_image {
	text-align: center;
}

.flexible_element_image img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.flexible_element_image .image_legend {
	margin-top:29px;
}

.flexible_gallery {
	display: block;
	width: 100%;
	height: 37.5vw;
	margin-left:-45px;
	margin-right:-45px;
}


.flexible_gallery div, 
.flexible_gallery img {
	display: inline-block;
	height: 100%;
}

.flexible_gallery img {
	width: auto !important;
	padding:0 67px;
}

.pagination_box {
	display: block;
	margin-top:45px;
	margin-bottom:61px;
}

.pagination_box a.prev, .pagination_box a.next {
	display: block;
	float: left;
	min-height: 1px;
	width: 34px;
	height: 66px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagination_box a.prev {
	background: url('images/gallery_arrow_left_black.svg') no-repeat center center;
	background-size:100% 100%;
}

.pagination_box .current_slide {
	display: block;
	width: -moz-calc(100% - 69px);
	width: -webkit-calc(100% - 69px);
	width: -o-calc(100% - 69px);
	width: calc(100% - 69px);
	float: left;
	text-align: center;
	margin-top:22px;
}

.pagination_box a.next {
	background: url('images/gallery_arrow_right_black.svg') no-repeat center center;
	background-size:100% 100%;
}

/*------------------------------------------------------
REPEATING CONTENT
------------------------------------------------------*/

.repeating_content .main_title {
	margin-bottom:22px;
}

.repeating_element {
	display: block;
	padding-bottom:58px;
}

.subnavigation {
	position: fixed;
	left:0;
    width: 14%;
    padding-bottom: 40px;
    z-index: 500;
    top: 286px;
}

.subnavigation.very_small a {
	display: block;
	position: relative;
	padding-left: 45px;
	line-height: 45px;
}

.subnavigation.very_small a span {
	display: block;
	opacity: 0;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-0.5px;
	width: 29px;
	height: 1px;
	background: #3b3b3b;
}

.subnavigation.very_small a.active span {
	opacity: 1;
}

/*------------------------------------------------------
PROTECTED PAGE
------------------------------------------------------*/

form.login input {
	display: block;
	width: 100%;
	max-width: 450px;
	margin:0 auto;
	background: #fff !important;
	border:none 0;
	border-bottom: 1px solid #3b3b3b !important;
	color: #3b3b3b;
	margin-bottom: 37px !important;
	outline: 0px none !important;
}

form.login input.submit {
	cursor:pointer;
	max-width: 250px;
	width: 80%;
	border:1px solid #3b3b3b;
	padding-top: 12px;
	padding-bottom: 7px;
	text-transform: uppercase;
}

.login_box .error {
	display: block;
	width: 100%;
	max-width: 450px;
	margin:0 auto;
	padding:12px 12px 7px 12px;
	background: #ffc0c0;
	color:#cd6060;
	margin-bottom:36px;
}

.login_box .login_text {
	margin-bottom:36px;
}

/*------------------------------------------------------
FOOTER
------------------------------------------------------*/

footer {
	display: block;
	position: relative;
	z-index: 5;
	padding:40px 0 14px 0;
	background: #a0a0a0;
}

footer .column {
	display: block;
	min-height: 1px;
	float: left;
}

footer .column_left {
	width: 22%;
}

footer .column_left a.footer_logo {
	display: block;
	margin-left: 45px;
	margin-top: 1px;
	width: 12.34vw;
	height: 4.5vw;
	background: url('images/logo_footer.svg') no-repeat center center;
	background-size:100% 100%;
}

footer .column_middle {
	width: 47%;
}

footer .column_middle .inside_column_left, footer .column_middle .inside_column_right {
	display: block;
	width: -moz-calc(50% - 33px);
	width: -webkit-calc(50% - 33px);
	width: -o-calc(50% - 33px);
	width: calc(50% - 33px);
	float: left;
}

footer .column_middle .inside_column_left {
	margin-right:33px;
}

footer .column_middle .inside_column_right {
	margin-left:33px;
}


footer .column_right {
	width: 31%;
	width: -moz-calc(31% - 67px);
	width: -webkit-calc(31% - 67px);
	width: -o-calc(31% - 67px);
	width: calc(31% - 67px);
	padding:61px 34px 0 34px;
	position: absolute;
	top:0;
	bottom:0;
	right: 0;
	background: #dcdcdc;
	overflow: auto;
}

/* Newsletter Form */

footer .yikes-mailchimp-container .edit-link {
	display: none;
}

footer .yikes-mailchimp-container .EMAIL-label {
	display: block;
	width: 100%;
}

footer .yikes-mailchimp-container .EMAIL-label span.EMAIL-label {
	display: block;
	width: 5.83vw;
	float: left;
}

footer .yikes-mailchimp-container .EMAIL-label input, .yikes-mailchimp-container .EMAIL-label input:active, .yikes-mailchimp-container .EMAIL-label input:focus {
	width: -moz-calc(100% - 5.83vw) !important;
	width: -webkit-calc(100% - 5.83vw) !important;
	width: -o-calc(100% - 5.83vw) !important;
	width: calc(100% - 5.83vw) !important;
	float: right !important;
	padding:0 !important;
	border:none 0 !important;
	margin:0 !important;
	background:transparent !important;
	border-bottom:1px solid #3b3b3b !important;
	color:#3b3b3b;
	margin-bottom:37px !important;
	outline: 0px none !important;
}

footer .yikes-mailchimp-container .EMAIL-label input:after {
	clear:both;
}

footer .yikes-mailchimp-container button.yikes-easy-mc-submit-button {
	color:#3b3b3b !important;
	margin-top:37px !important;
	background: transparent !important;
	border:1px solid #3b3b3b !important;
	text-transform: uppercase;
	cursor:pointer;
}

.yikes-easy-mc-error-message, .yikes-easy-mc-success-message {
	padding:5px;
	margin-top: -43px;
}

/*------------------------------------------------------
LAPTOP
------------------------------------------------------*/

@media all and (max-width: 1400px) and (min-width: 0) {

	.cookie_banner {
		padding:10px 60px 10px 20px;
		font-size:16px;
		line-height: 20px;
		width: -moz-calc(50% - 160px);
		width: -webkit-calc(50% - 160px);
		width: -o-calc(50% - 160px);
		width: calc(50% - 160px);
	}

	.cookie_banner .close_cookie {
		right:20px;
		margin-top:-11px;
		width: 22px;
		height: 22px;
	}

}

/*------------------------------------------------------
TABLET
------------------------------------------------------*/

@media all and (max-width: 1240px) and (min-width: 0) {

	body {
		font-size:22px;
		line-height: 26px;
	}

	h1, nav ul li a {
		font-size: 54px;
		line-height: 70px;
	}

	h3 {
		font-size: 29px;
		line-height: 32px;
	}

	.letter_slide {
		font-size:180px;
		line-height: 180px;
	}

	h5, footer .column_middle, footer .column_middle a, footer .column_right, footer .column_right a, .yikes-mailchimp-container .EMAIL-label input, footer .yikes-mailchimp-container button.yikes-easy-mc-submit-button, form.login input, .login_box .error, .additional_attributes .attribute_box select {
		font-size:14px;
		line-height: 20px;
	}

	h2, .page_detail_product h1, .wysiwig_content span.title {
		font-size: 35px;
		line-height: 36px;
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		hyphenate-limit-chars: 6 3 2;
		hyphenate-limit-last: always;
	}

	span.small {
		font-size: 19px;
		line-height: 22px;
	}

	.mooblemood {
		margin-top:45px;
	}

	.page_detail_product .column_right {
		width: -moz-calc(36% - 70px);
		width: -webkit-calc(36% - 70px);
		width: -o-calc(36% - 70px);
		width: calc(36% - 70px);
		padding: 35px;
	}

	.woocommerce .default_woocommerce_data button.single_add_to_cart_button, .woocommerce .default_woocommerce_data .cart .button, .woocommerce .default_woocommerce_data .cart input.button {
		font-size: 22px !important;
		line-height: 22px !important;
	}

	.additional_informations .infos_column {
		padding-top:35px;
		padding-bottom:35px;
	}

	.detail_page {
		padding-bottom:80px;
	}

	.max_width {
		max-width: 80%;
	}

	footer .yikes-mailchimp-container .EMAIL-label span.EMAIL-label {
		width: 60px;
	}

	footer .yikes-mailchimp-container .EMAIL-label input, .yikes-mailchimp-container .EMAIL-label input:active, .yikes-mailchimp-container .EMAIL-label input:focus {
		width: -moz-calc(100% - 60px) !important;
		width: -webkit-calc(100% - 60px) !important;
		width: -o-calc(100% - 60px) !important;
		width: calc(100% - 60px) !important;
	}

	.cookie_banner {
		padding:10px 60px 10px 45px;
		font-size:16px;
		line-height: 20px;
		width: -moz-calc(100% - 105px);
		width: -webkit-calc(100% - 105px);
		width: -o-calc(100% - 105px);
		width: calc(100% - 105px);
	}

	.cookie_banner .close_cookie {
		right:20px;
		margin-top:-11px;
		width: 22px;
		height: 22px;
	}

}

/*------------------------------------------------------
MOBILE
------------------------------------------------------*/

@media all and (max-width: 780px) and (min-width: 0) {

	body {
		font-size:20px;
		line-height: 24px;
	}

	a:hover {
		opacity: 1;
	}

	.desktop_only {
		display: none;
	}

	.mobile_only {
		display: block;
	}

	header a.logo {
		width: 117px;
		margin-left:-59px;
		top:6px;
		margin-top:12px;
		height:26px; 
	}

	.letter_slide {
		font-size:80px;
		line-height: 80px;
	}

	header a.hamburger {
		left: 15px;
		top: 20px;
		width: 25px;
		height: 23px;
	}

	header a.hamburger span.line {
		width: 25px;
		height: 2px;
	}

	header a.hamburger span.line.line2 {
		margin-top:-2px;
	}

	header a.hamburger.active span.line.line1 {
		width: 30px;
		top: -0.5px;
		left: 1px;
	}

	header a.hamburger.active span.line.line3 {
		width: 30px;
		bottom: -0.5px;
		right: 1px;
	}

	nav ul {
		padding-top:16px;
		padding-bottom:25px;
	}

	h1, nav ul li a {
		font-size: 35px;
		line-height: 45px;
	}

	header nav {
		margin-top:60px;
	}

	header {
		height: 60px;
	}

	header.sticky nav {
		padding-top:60px;
	}

	header .cart_outer {
		top:16px;
		right:15px;
		width: 38px;
		height: 29px;
	}

	header .cart_outer span.carts_count {
		left: 2px;
		top: 6px;
		font-size: 11px;
		line-height: 4px;
		width: 10px;
	}

	.product_slider_flickety {
		height: 50vw;
	}

	.product_slider_flickety .product_slide a {
		height: 35vw;
		margin-top:7.5vw;
	}

	.product_slider_flickety .product_slide {
		margin-left: 8vw;
		margin-right: 8vw;
	}

	a.product_circle {
		width: 32px;
		height: 32px;
	}

	.stories button {
		width: 11px;
		height: 22px;
		margin-top:-11px;
	}

	.detail_circle {
		margin-left: -96px;
	    margin-top: -96px;
	    width: 192px;
	    height: 192px;
	}

	.product_detail {
		font-size:16px;
		line-height: 18px;
		max-height: 40vw;
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: -o-calc(100% - 60px);
		width: calc(100% - 60px);
	}

	.detail_circle a.go_to_product {
		bottom: 20px;
	    margin-left: -23px;
	    width: 46px;
	    height: 19px;
	}

	.detail_circle a.close_detail {
		cursor:pointer;
	}

	h3 {
		font-size: 21px;
		line-height: 20px;
	}

	.detail_circle a.close_detail {
		width: 16px;
		height: 16px;
		margin-left: -8px;
		top: 10px;
	}

	.news_teasers .news_teaser {
		width: 100%;
		float: none;
	}

	.news_teasers {
		width: 100%;
		margin-top:32px;
		margin-bottom:32px;
		width: 100%;
	}

	h5, footer .column_middle, footer .column_middle a, footer .column_right, footer .column_right a, .yikes-mailchimp-container .EMAIL-label input, footer .yikes-mailchimp-container button.yikes-easy-mc-submit-button, form.login input, .login_box .error, .additional_attributes .attribute_box select {
		font-size:14px;
		line-height: 16px;
	}

	.inside_news_content {
		display: block;
		margin:10px 15px 15px 15px;
	}

	.mooblemood {
		margin-top:45px;
	}

	h2, .page_detail_product h1, .wysiwig_content span.title {
		font-size: 30px;
		line-height: 32px;
	    margin-bottom:12px;
	}

	.detail_circle .product_description {
		margin-top: 10px;
		margin-bottom:0;
	}

	.detail_circle {
		margin-left: -95px;
		margin-top: -95px;
		width: 190px;
		height: 190px;
	}

	.detail_circle a.close_detail {
		margin-left: -9px;
		top: 10px;
		width: 14px;
		height: 14px;
	}

	.news_teaser h5 {
		margin-bottom:5px;
	}

	.news_teaser h2 {
		margin-top: 6px;
		margin-bottom: 2px;
	}

	.news_teaser a.arrow_link {
		display: none;
	}

	.news_teasers .news_teaser:nth-child(2) {
		margin:0;
	}

	.moobelmood_slider {
		height: 40vw;
	}

	.mooblemood h5 {
		margin-left:15px;
		margin-right:15px;
	}

	.moobelmood_slide a {
		height: 40vw;
	}

	span.small {
		font-size: 15px;
		line-height: 15px;
	}

	.external_link_outer {
		padding-top:26px;
		padding-bottom:26px;
	}

	.detail_page {
		padding:76px 0 35px 0;
	}

	.detail_page.page_shop_overview, .detail_page.has_subpages {
		padding-top:109px;
	}

	.detail_page h1 {
		margin-bottom:14px;
	}

	.page_shop_overview .product_listing {
		width: 100%;
		float: none;
		margin-left:0;
		margin-right:0;
	}

	.page_shop_overview .product_listing a {
		padding:0px;
	}

	.page_shop_overview .product_listing {
		width: -moz-calc(100% + 33px);
		width: -webkit-calc(100% + 33px);
		width: -o-calc(100% + 33px);
		width: calc(100% + 33px);
		margin-left:-15px;
		margin-right:-17px;
	}

	.page_shop_overview .product_listing .product_outer_box,
	.page_shop_overview .product_listing .product_outer_box.img_type_vertical,
	.page_shop_overview .product_listing .product_outer_box.img_type_horizontal {
		background: none !important;
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
		width: -o-calc(50% - 15px);
		width: calc(50% - 15px);
		height: auto;
		padding:16px 7px 30px 7px;
		margin:0;
	}


	.page_shop_overview.show_product_draw .product_listing .product_outer_box {
		background: #fff !important;
	}

	.page_shop_overview .product_listing .product_outer_box a {
		display: block;
		margin:0;
		padding:0;
		width: 100%;
		height: 40vw;
		text-align: center;
	}
	 
	.page_shop_overview .product_listing .product_outer_box a:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.page_shop_overview .product_listing .product_outer_box img {
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
		max-height: 99%;
	}

	.product_cat_filter, .subnavigation {
		top:61px;
		left:0;
		right:0;
		overflow: hidden;
		background: #fff;
		height: 29px;
		width: 100%;
		padding-bottom:0;
		border-bottom:2px solid #3b3b3b;
	}

	.product_cat_filter a.active, .subnavigation a.active {
		text-decoration: underline;
	}

	.subnavigation.very_small a span {
		display: none;
	}

	.product_cat_filter a, .subnavigation a {
		margin: 0 15px !important;
		display: inline-block;
		padding-top:10px;
		height: 27px;
	}

	.subnavigation.very_small a {
		padding-left:15px;
	}

	.product_cat_filter a {
		padding-top:3px;
	}

	span.very_small, div.very_small, div.very_small a {
		font-size:14px;
	}

	.product_cat_filter br, .subnavigation br {
		display: none;
	}

	.product_preview .product_title {
		display: none;
	}

	.product_preview {
		display: none;
	}

	.product_preview .preview_img_outer {
		width: 80%;
		height: 80%;
		margin:10%;
	}

	.page_shop_overview a.change_view {
		display: block;
		position: fixed;
		z-index: 1000;
		top:102px;
		width: 47px;
		height: 62px;
		right:10px;
		opacity:1 !important;
		background: transparent;
		text-align: center;
	}

	.page_shop_overview.show_product_draw a.change_view {
		display: inline-block;
		background: transparent url('images/change_view_mobile_real.png') no-repeat center center;
		background-size:80% auto;

	}

	.page_shop_overview.show_product_real a.change_view {
		display: inline-block;
		background: transparent url('images/change_view_mobile_draw.png') no-repeat center center;
		background-size:80% auto;
	}

	.page_shop_overview.show_product_real .product_listing .product_outer_box a img.product_real,
	.page_shop_overview.show_product_draw .product_listing .product_outer_box a img.product_draw {
		display: inline-block;
	}

	.page_shop_overview.show_product_real .product_listing .product_outer_box a img.product_draw,
	.page_shop_overview.show_product_draw .product_listing .product_outer_box a img.product_real {
		display: none;
	}

	.detail_page.page_detail_product {
		padding-top:61px;
	}

	.page_detail_product .column_left {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		position: relative;
		min-height: 70vh;
		max-height: 70vh;
	}

	.page_detail_product .product_inside .product_detail_slider {
		height: 70vh;
	}

	.page_detail_product .column_right {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: calc(100% - 30px);
		float: none;
		padding:15px;
		max-height: initial;
		overflow:auto;
	}

	.page_detail_product .very_small, .page_detail_product .very_small a {
		line-height: 16px;
	}

	a.show_color {
		width: 26px;
		height: 26px;
	}

	.color_selection {
		margin-bottom:13px;
		max-width: 170px;
	}

	.price {
		margin-top:13px;
	}

	.page_detail_product .show_price {
		margin-bottom:13px;
	}

	.detail_page h1 {
		text-align: center;
	}

	.page_detail_product .product_inside h1 {
		text-align: left;
		margin-top:10px;
		margin-bottom:17px;
	}

	.technical_details {
		max-width: 60%;
	}

	.outer_buy_product {
		display: block;
		text-align: center;
		font-size:14px;
		line-height: 14px;
	}

	.product_description {
		margin-bottom:12px;
	}

	a.buy_product, .woocommerce .default_woocommerce_data button.single_add_to_cart_button, .woocommerce .default_woocommerce_data .cart .button, .woocommerce .default_woocommerce_data .cart input.button {
		padding: 6px 12px 5px 12px !important;
	}

	.show_price, .woocommerce .default_woocommerce_data button.single_add_to_cart_button, .woocommerce .default_woocommerce_data .cart .button, .woocommerce .default_woocommerce_data .cart input.button {
		font-size:14px !important;
		line-height: 14px !important;
	}

	.woocommerce ul#shipping_method li {
		padding-top:6px;
	}

	.page_detail_product a.buy_product, .woocommerce .page_detail_product .default_woocommerce_data button.single_add_to_cart_button, .woocommerce .page_detail_product .default_woocommerce_data .cart .button, .woocommerce .page_detail_product .default_woocommerce_data .cart input.button {
		font-size:20px !important;
		line-height: 24px !important;
	}

	.outer_buy_product a.buy_product {
		border:2px solid #3b3b3b;
	}

	.woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		font-size:14px !important;
		line-height: 16px !important;
	}

	.woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce .quantity .qty, .coupon label, .coupon input, .coupon button, 
	.woocommerce ul#shipping_method .amount, .cart_totals, .woocommerce .three_column_buttons a, .woocommerce .three_column_buttons button, 
	.woocommerce .cart .button, .woocommerce .cart input.button,
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
	.woocommerce .select2-container--default .select2-selection--single,
	.select2-results__option[aria-selected], .select2-results__option[data-selected],
	.woocommerce form .form-row label, #ship-to-different-address, #payment,
	.woocommerce-order, .select2-search--dropdown .select2-search__field,
	.select2-container .select2-selection--single .select2-selection__rendered,
	.woocommerce form .form-row select {
		font-size:14px !important;
		line-height: 16px !important;
	}

	.woocommerce-cart-form .product-subtotal {
		display: none !important;
	}

	.coupon {
		padding-left: 0 !important;
	}

	.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
		width: 25% !important;
		margin-right:11px !important;
	}

	.woocommerce #content table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .button {
		width: 60% !important;
		margin-top:15px !important;
	}

	.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
		padding: 4px 0 !important;
	}

	.woocommerce .three_column_buttons .column {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom:13px;
	}

	.woocommerce .three_column_buttons a, .woocommerce .three_column_buttons button, .woocommerce .three_column_buttons input {
		width: 100% !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.woocommerce .three_column_buttons.desktop_only {
		display: none;
	}

	.woocommerce .three_column_buttons.mobileonly {
		display: block;
	}

	.woocommerce .three_column_buttons {
		margin-top:26px;
	}

	.woocommerce .input-checkbox, .woocommerce form .form-row .input-checkbox, #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
		width: 16px !important;
		height: 16px !important;
		margin-bottom:3px;
	}

	li.wc_payment_method label, .woocommerce-form__label-for-checkbox span {
	    display: block;
	    width: -moz-calc(100% - 26px);
	    width: -webkit-calc(100% - 26px);
	    width: -o-calc(100% - 26px);
	    width: calc(100% - 26px);
	    margin-left: 10px;
	    float: left;
	    line-height: 20px;
	    margin-top: -1px !important;
	}

	body.woocommerce-checkout .woocommerce table.shop_table .product-total,
	span.woocommerce-Price-amount.amount {
		word-break: keep-all !important;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		hyphens: none;
	}

	#payment .form-row.place-order {
		margin-top:15px !important;
	}

	#payment button#place_order {
		margin-top:30px;
	}

	li.wc_payment_method label {
		margin-bottom:10px;
	}

	.woocommerce form .form-row textarea {
		height: 19px;
		margin-bottom:19px;
		margin-top:10px;
	}

	.product-quantity.mobile_only {
		display: inline-block !important;
	}

	body.woocommerce-checkout h3 {
		margin-bottom:20px;
		margin-top:20px;
	}

	.journal_articles_overview .journal_article_preview {
		width: 100%;
		float: none;
		margin:0 0 26px 0;
	}

	.journal_articles_overview {
		margin-left:0;
		margin-right:0;
	}

	.detail_page {
		margin:0 15px;
	}

	a.arrow_link {
		width: 45px;
		height: 19px;
	}

	.journal_articles_overview .journal_article_preview img, .single_page img.main_image, .referenzen_articles_overview .referenzen_article_preview .column_left img, .flexible_element_image.max_width {
		margin-left:-15px;
		margin-right:-15px;
		width: -moz-calc(100% + 30px);
		width: -webkit-calc(100% + 30px);
		width: -o-calc(100% + 30px);
		width: calc(100% + 30px);
	}

	.flexible_element_text_two_columns .column {
		width: 100%;
		float: none;
	}

	.flexible_element_text_two_columns .column.column_left, .flexible_element_text_two_columns .column.column_right {
		margin-left:0;
		margin-right:0;
	}

	.flexible_element_image img {
		max-width: 100%;
	}

	.pagination_box a.prev, .pagination_box a.next {
		margin-top:5px;
	}

	.flexible_gallery {
		height: 40vh;
		margin-left:-18px;
		margin-right:-15px;
	}

	.max_width {
		width: 100%;
	}

	p, .wysiwig_content ul, .wysiwig_content ol {
		margin-bottom:10px;
	}

	.title_more_articles {
		margin-bottom:19px;
	}

	.more_articles, .details_referenzen {
		padding:15px;
		margin-left:-15px;
		margin-right:-15px;
	}

	.external_link_outer a {
		font-size:14px;
		line-height: 14px;
		padding:7px 13px 6px 13px;
	}

	.referenzen_articles_overview .referenzen_article_preview .column_left, .referenzen_articles_overview .referenzen_article_preview .column_right {
		width: 100%;
		float: none;
	}

	.referenzen_articles_overview .referenzen_article_preview {
		margin-bottom:25px;
	}

	.referenzen_articles_overview .referenzen_article_preview .column_right {
		margin-left:0;
		margin-top:7px;
	}

	.more_articles, .details_referenzen {
		margin-top:26px;
	}

	.details_referenzen .external_link_outer {
		margin-top:26px;
	}

	.product_preview {
		display: none !important;
	}

	.login_box .login_text, .login_box .error {
		margin-bottom:19px;
	}

	.woocommerce table.shop_table {
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}

	.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
		text-align: right;
	}

	.woocommerce .woocommerce-customer-details address {
		text-align: left !important;
	}

	.woocommerce-column--shipping-address {
		display: block;
		margin-top:26px;
	}

	.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
		text-align: left; 
	}

	.woocommerce-column--shipping-address .woocommerce-column__title, .woocommerce-column--billing-address .woocommerce-column__title {
		text-align: left;
	}

	form.login input {
		font-size:14px;
		line-height: 16px;
		margin-bottom:19px !important;
	}

	form.login input.submit {
		margin-top:19px;
		padding-top: 6px;
		padding-bottom: 5px;
		width: 100%;
		max-width: 100%;
	}

	header .cart_outer a:hover, a.product_circle:hover, .detail_circle.show a.close_detail:hover, .page_shop_overview .product_listing .product_outer_box a:hover {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.woocommerce a.remove {
		width: 16px !important;
		height: 16px !important;
	}

	.shop_popup_outer .inner_shop_popup {
		padding:7px;
		width: -moz-calc(99% - 45px);
		width: -webkit-calc(99% - 45px);
		width: -o-calc(99% - 45px);
		width: calc(99% - 45px);
	}

	a.close_popup_box {
		width: 16px;
		height: 16px;
	}

	.shop_popup_outer .inner_shop_popup {
		margin-top:48px;
	}

	a.go_down {
		display: none;
	}

	a.arrow_link:hover {
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
	}

	.detail_circle h3 {
		font-size:20px;
		line-height: 20px;
	}

	.additional_attributes .attribute_box select  {
		padding:4px 4px 3px 4px !important;
		background: url(images/arrow_down_select.svg) no-repeat center right 1.36vw;
		background-size:auto 40%;
	}

	.additional_informations {
		padding-bottom:6px;
		margin-top: 0;
	}

	.product_inside .back_to_overview {
		margin-top:-20px;
		margin-bottom:20px;
	}

	.additional_informations .infos_column {
		width:100%;
		float: none;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.additional_informations.columns_1 .infos_column, .additional_informations.columns_2 .infos_column, .additional_informations.columns_3 .infos_column {
		width:100%;
		float: none;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.outer_product_slider .title_product_slider {
		margin: 15px 0 -15px 15px;
	}

	.inside_infos {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: calc(100% - 30px);
		margin:0 15px;
		max-width: -moz-calc(100% - 30px);
		max-width: -webkit-calc(100% - 30px);
		max-width: -o-calc(100% - 30px);
		max-width: calc(100% - 30px);
	}

	.stories button.slick-prev {
		left:15px;
	}

	.stories button.slick-next {
		right:15px;
	}

	.single_page img.main_image {
		margin-bottom:15px;
	}

	.pagination_box a.prev, .pagination_box a.next {
		width: 20px;
		height: 39px;
	}

	.pagination_box .current_slide {
		margin-top:16px;
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
	}

	.subnavigation.very_small a {
		line-height: 14px;
	}

	.max_width {
		max-width: initial;
	}

	.repeating_element {
		padding-bottom:30px;
	}

	.product_slider_flickety .product_slide .product_title {
		display: none !important;
	}

	footer {
		padding-top:25px;
		padding-bottom:0;
	}

	footer .column_left, footer .column_middle, footer .column_right {
		width: 100%;
		float: none;
		position: relative;
		padding:0;
		margin:0;
	}

	footer .column_middle {
		padding-bottom:13px;
	}

	footer .column_left a.footer_logo {
		margin-left: 15px;
		margin-top: 1px;
		width: 130px;
		height: 48px;
		margin-bottom:15px;
	}

	footer .inside_two_columns {
		margin-left:15px;
		margin-right:15px;
	}

	footer .column_middle .inside_column_left, footer .column_middle .inside_column_right {
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
		width: -o-calc(50% - 5px);
		width: calc(50% - 5px);
	}

	footer .column_middle .inside_column_left {
		margin-right:5px;
	}

	footer .column_middle .inside_column_right {
		margin-left:5px;
	}

	footer .column_middle .inside_column_left, footer .column_middle .inside_column_right,
	footer .column_middle .inside_column_left a, footer .column_middle .inside_column_right a {
		font-size:11px;
		line-height: 16px;
	}

	footer .column_middle .inside_column_left p {
		margin-bottom:10px;
	}

	footer .column_right {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
		padding-top:10px;
	}

	footer .yikes-mailchimp-container .EMAIL-label span.EMAIL-label {
		width: 20vw;
		margin-top: 4px;
	}

	footer .yikes-mailchimp-container .EMAIL-label input, .yikes-mailchimp-container .EMAIL-label input:active, .yikes-mailchimp-container .EMAIL-label input:focus {
		width: -moz-calc(100% - 20vw) !important;
		width: -webkit-calc(100% - 20vw) !important;
		width: -o-calc(100% - 20vw) !important;
		width: calc(100% - 20vw) !important;
		margin-bottom:19px !important;
	}

	.cookie_banner {
		font-size:14px;
		line-height: 18px;
		width: -moz-calc(100% - 75px);
		width: -webkit-calc(100% - 75px);
		width: -o-calc(100% - 75px);
		width: calc(100% - 75px);
		padding:10px 60px 10px 15px;
	}

}