@charset "utf-8";

:root {
  --prim: #2baee5;
  --prim_bright: #72d5ff;
  --scnd: rgb(27,28,39);
  --scnd_rgb: 27,28,39;
  --font_dark: #262938;
  --bg_dark: #1b1c27;
  --border_gray: rgb(221,221,221);
  --border_graylight: rgb(238,238,238);
  --red: #ce1450;
  --red_rgb: 206, 20, 80;
  --red_light: #fbecf1;
  --green: #0f882f;
  --grayblue: #3f4c6f;
  --graylight: rgba(247,247,247);
  --white: #FFFFFF;
  --br: 4px;
}
.prim { color: var(--prim); }
.prim_bright { color: var(--prim_bright); }
.prim_bg { background-color: var(--prim); }
.prim_bright_bg { background-color: var(--prim_bright); }
.scnd { color: var(--scnd); }
.red { color: var(--red); }
.green { color: var(--green); }
.grayblue { color: var(--grayblue); }
.graylight_bg { background-color: var(--graylight); }
.white { color: var(--white); }
.white_bg { background-color: var(--white) !important; }
.b { border: 1px solid var(--border_gray); }
.br { border-radius: var(--br); }

body {
	color: var(--font_dark);
	margin: 0;
	padding: 0;
	font-family: noto-sans, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 100%;
	font-style: normal;
    line-height: 1em;
	overflow-y: scroll;
	letter-spacing: 0.015em;
	-webkit-tap-highlight-color: transparent;
}

/* BASIC */
header {
	height: 75px;
	background-color: white;
}
.header_infobar {
	margin-top: 75px !important;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 0.75em;
	text-align: center;
}
.header_infobar.hidden {
	padding: 0;
	border: none;
}
.cart_sticky_in > .section:first-child {
    height: 75px;
}
.headerscroll header {
	height: 52px;
}
header, .container {
	max-width: 100%;
}
.wrap {
	background-color: white;
}
main {
	min-height: calc(100vh - 215px);
	padding-bottom: 2.0em;
}
body, footer, .container {
	background-color: white;
}
/* /BASIC */

::-moz-selection { background: #000000; color: #FFFFFF; }
::selection { background: #000000; color: #FFFFFF; }
a,
a:visited,
a:active {
	text-decoration: inherit;
	color: inherit;
}
a.scnd {
	color: var(--scnd);
}
a.noline:hover {
	text-decoration: none;
}
m, .m {
	font-weight: 500 !important;
}
b, .bold {
	font-weight: 600 !important;
}
strong, .strong {
	font-weight: 700 !important;
}
img {
	max-width: 100%;
	height: auto;
}
img.full {
	width: 100%;
}
.block {
	display: block;
}
.fixed {
	position: fixed;
}
h1, h2 {
	font-family: stolzl, sans-serif;
	padding: 0;
}
h1 {
    font-size: 3.5em;
    line-height: 1.3em;
    margin: 0 0 1.1em 0;
	font-weight: 500;
	letter-spacing: -0.05em;
}
h2 {
    font-size: 1.25em;
    line-height: 1.6em;
    margin: 0 0 0.75em 0;
	font-weight: 400;
	letter-spacing: -0.025em;
}
h1.low {
	margin-bottom: 0.3em;
}
h1 ~ h2 {
	margin: -2.85em 0 2.35em 0;
}
p ~ h2 {
	margin: 1.4em 0 0.75em 0;
}
h3 {
	font-size: 1.0em;
    font-weight: 500;
    margin: 0 0 0.5em 0;
	line-height: 1.8em;
}
h3:before {
	display: none;
}
h5 {
	font-size: 0.9375em;
    font-weight: 600;
    margin: 0 0 1.0em 0;
    letter-spacing: 0;
    line-height: 1.50em;
}
#popup h5 {
	margin: 0 0 2.5em 0;
}
p, ul, ol {
	font-size: 0.8125em;
    margin: 0 0 0.8em 0;
    font-weight: 400;
    line-height: 1.9em;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
p:last-child, ul:last-child, ol:last-child {
	margin-bottom: 0;
}
ul {
	list-style-type: none;
}
.sheet ol {
	list-style-position: inside;
}
.sheet ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1.4em;
}
.large p, .large ul, .large ol {
	font-size: 1em;
	font-size: 0.9375em;
}
.nobr {
	white-space: nowrap;
}
.wrap {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	min-height: 100vh;
}
.container {
	position: relative;
	display: flow-root;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.section {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
	width: 100%;
	margin: 0;
}
.padd_tobo {
	padding-top: 70px;
	padding-bottom: 70px;	
}
.padd_noto {
	padding-top: 0 !important;
}
.padd_leri {
	padding-left: 80px;
	padding-right: 80px;
}
.top {
	height: 68vh;
	min-height: 400px;
}
header {
	position: fixed;
	width: inherit;
	z-index: 9999;
	top: 0 !important;
	border-bottom: 1px solid var(--border_graylight);
    -webkit-animation: move 0.7s;
            animation: move 0.7s;
}
@-webkit-keyframes move {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes move {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}
header {
    background-color: rgb(255 255 255 / 0.87);
    -webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
}
@-moz-document url-prefix() { 
	header {
		background-color: white;
	}
}
.white {
	color: white !important;
}
header .logo, header .logo .logo_svg  {
	position: relative;
	float: left;
	width: 90px;
}
.headerscroll header .logo, .headerscroll header .logo .logo_svg {
	width: 75px;
}
.logo_font {
	fill: var(--font_dark);
}
.logo_icon {
	fill: var(--font_dark);
}
.icon_svg {
	fill: #7d8292;
}
.logo_svg, .icon_svg {
	position: relative;
}
nav {
	height: 100%;
	position: relative;
	float: right;
}
nav ul {
	font-family: 'stolzl';
    font-weight: 400;
	font-size: 0.875em;
	letter-spacing: 0;
	position: relative;
	display: block;
    margin: 0;
    padding: 0;
	height: 45px;
}
nav li {
	display: inline-block;
	margin: 0;
	padding: 0 9px;
}
nav li:first-child {
	padding-left: 0px;
}
nav li:last-child {
	padding-right: 0px;
}
nav a, nav a:visited, nav a:active {
	display: block;
	line-height: 44px;
	padding: 0;
	transition: 0.25s ease;
}
nav a:hover {
	color: var(--prim);
	transition: none;
	text-decoration: none;
}
.icons_mum {
	position: relative;
	float: right;
	height: 45px;
	margin-left: 45px;
	margin-right: -4px;
	z-index: 1;
}
.icon {
	position: relative;
	float: left;
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.icon_close {
	opacity: 0;
}
.icon svg {
	position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	left: 0;
	top: 0;
	fill: none;
	stroke: var(--font_dark);
	stroke-width: 1.1;
	stroke-miterlimit: 10;
}
#icon_user a, #icon_user .in, #icon_user.logged .out {
	display: none;
}
#icon_user.logged .in, #icon_user.logged a {
	display: inherit;
}
.cart_counter {
    position: absolute;
    right: 4px;
    bottom: 7px;
	height: 17px;
    min-width: 17px;
    padding: 0 2px;
    color: white;
    text-align: center;
    border-radius: 8px;
    background-color: var(--scnd);
    font-size: 10px;
	line-height: 16px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
header, .hic_mum, #hamburger svg line, #search, .icons_mum, .icon, .icon:not(#hamburger) svg, header .logo, header .logo_svg {
	transition: 0.25s;
}
#search {
	position: absolute;
	width: 60%;
	max-width: 600px;
	height: 52px;
	border: none !important;
    border-bottom: 1px solid black !important;
	border-radius: 0;
	right: 0;
	padding: 0 45px 0 0;
	pointer-events: none;
	opacity: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
	-webkit-transform-origin: right;
    transform-origin: right;
	color: white;
	background-color: transparent;
}
#search:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.search_triggered .icons_mum {
	pointer-events: none;
}
.search_triggered #search {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
	color: var(--font_dark);
}
.search_triggered .icon:not(#icon_search):not(#hamburger), .search_triggered nav {
	opacity: 0;
	pointer-events: none;
}
.search_triggered #icon_search {
    -webkit-transform: translateX(78px);
    transform: translateX(78px);
}
.search_triggered .icons_mum {
    -webkit-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
}
.search_triggered #icon_search svg .icon_search {
	opacity: 0;
}
.search_triggered #icon_search svg .icon_close {
	opacity: 1;
}
#search_close {
	z-index: 1;
	height: 45px;
	width: 0px;
	position: absolute;
	right: 0;
	cursor: pointer;
}
.search_triggered #search_close {
	width: 45px;
}
.soc {
	height: 100%;
	position: relative;
	float: right;
	margin-left: 25px;
	display: flex;
}
.soc_box_in, .soc_svg {
	position: relative;
	float: left;
	width: 22px;
	height: 22px;
}
.soc_box {
	position: relative;
	height: 22px;
	margin-right: -4px;
}
.soc_box_in {
	margin-left: 15px;
}
.soc_svg {
	fill: white;
	transition: 0.15s;
}
.share_mum {
	padding-top: 14px;
	padding-bottom: 14px;
}
.share_box {
	position: relative;
	display: table;
}
.share {
	position: relative;
	float: left;
	margin: 0 8px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.share_icon {
	position: relative;
}
.share, .share_icon {
	width: 18px;
	height: 18px;
}
.share_icon {
	fill: #bcbdbf;
}
.hic_mum {
	display: none;
	position: relative;
	float: left;
	margin: 0 11px 0 -13px;
	height: 45px;
	z-index: 3;
}
.hic_animate #hamburger svg {
	stroke: var(--prim_bright);
}
#hamburger svg line {
	-webkit-transform-origin: center;
	transform-origin: center;
}
#hamburger svg line:nth-child(2) {
	opacity: 0;
}
.hic_animate #hamburger svg line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	stroke-width: 2;
}
.hic_animate #hamburger svg line:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	stroke-width: 2;
	opacity: 1;
}
.hic_animate #hamburger svg line:nth-child(3),
.hic_animate #hamburger svg line:nth-child(4) {
	opacity: 0;
}
.hidemenu .icons_mum {
	margin-left: 0;
}
.slidein_nav .container {
	position: fixed;
}
.pointer {
	cursor: pointer;
}
.hidemenu nav {
	position: fixed;
	padding-top: 100px;
	padding-bottom: 50px;
	top: 0;
	left: -340px;
	width: 340px;
	height: 100vh;
	z-index: 2;
	background-color: var(--bg_dark);
}
.slidein_nav nav {
	overflow: auto;
	-webkit-transform: translateX(100%) !important;
	transform: translateX(100%) !important;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 0.4);
	box-shadow: 0 0 20px rgb(0 0 0 / 0.4);
}
.hidemenu nav ul {
	height: auto;
	text-align: left;
	top: auto;
    -webkit-transform: none;
    transform: none;
	padding-left: 2px;
	color: white;
}
.hidemenu nav li {
	padding: 10px 0;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.2);
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: 0.60s;
	transition-delay: calc(var(--order) * 70ms);
}
.hidemenu.slidein_nav nav li {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);	
}
.hidemenu nav li:first-child {
	border-top: none; 
}
.hidemenu nav a {
	font-size: 1.1875em;
}
.hidemenu .hic_hamburger {
	display: block;
}
.box_small, .box, .box_large, .box_full {
	width: 100%;
	position: relative;
	display: flow-root;
	margin: 0 auto;
	padding: 0;
}
.box_small {
	max-width: 500px;
}
.box {
	max-width: 740px;
}
.box_large {
	max-width: 1220px;
}
.box_full {
	max-width: 2000px;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.clear {
	clear: both;
}
.border-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.transformY {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.transformX {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.transformXY {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.center_mum {
	display: flex !important;
    align-items: center;
    justify-content: center;
}
.spacer, .spacer_sm, .spacer_tiny {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
	width: 100%;
}
.spacer {
	height: 35px;
}
.spacer_sm {
	height: 16px;
}
.spacer_tiny {
	height: 8px;
}
.overflow {
	overflow: hidden;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pe {
	pointer-events: none;
}
.enlarge {
	cursor: zoom-in;
}
.preload {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 99999999999;
}
.preload .logo_svg {
	top: 50%;
	margin: 0 auto;
	display: block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.preload .logo_font, .preload .logo_icon {
	fill: #CCC;
}
.preload {
	-webkit-animation: preload 0.6s forwards;
	animation: preload 0.6s forwards;	
}
@-webkit-keyframes preload {
    50%  { opacity: 1; }
	95%  { opacity: 0; -webkit-transform: scale(1); transform: scale(1); }
    100% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
}
@keyframes preload {
    50%  { opacity: 1; }
	95%  { opacity: 0; -webkit-transform: scale(1); transform: scale(1); }
    100% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
}
.preload .logo_svg {
	width: 200px;
}
.no_pic .icon_svg {
	width: 100%;
	max-height: 100%;
}

.half {
	position: relative;
	float: left;
	width: 50%;
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.sec_half {
	position: relative;
	float: left;
	width: 50%;
}
.no_margin {
	margin: 0 !important;
}
footer {
	z-index: 1;
	background-color: var(--bg_dark);
	color: white;
}
footer ul {
	font-size: 0.75em;
	font-weight: 300;
	line-height: 1.3em;
	color: rgba(255,255,255,0.9);
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0;
}
footer ul li {
	text-align: left;
	padding: 4px 0;
}
.stroke_prim, .stroke_deep, .stroke_bright {
	fill: none;
	stroke-width: 1.3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
.stroke_prim {
	stroke: var(--prim_bright);
}
.stroke_deep {
	stroke: #4A5B88;
}
.stroke_bright {
	stroke: #777a84;
	stroke: #454a5d;
}
.fill_deep {
	fill: var(--scnd);
	fill: #4A5B88;	
}
.footer_top, .footer_legal {
	font-size: 0.75em;
	letter-spacing: 0.035em;
}
.footer_top {
	padding: 80px 0;
}
.footer_top + .footer_legal {
	border-top: 1px solid rgba(255,255,255,0.08);
}
.footer_legal {
    display: flex;
    height: 60px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}
address {
	font-style: normal;
	display: inline-block;
}
.invisible {
	opacity: 0;
}
.visible {
    opacity: 1 !important;
}
.oppa {
    -webkit-animation: oppa 1.6s;
            animation: oppa 1.6s;		
}
@-webkit-keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.dn, .d506 {
	display: none;
}
.paused {
	pointer-events: none;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;		
}
.running {
    -webkit-animation-play-state: running;
            animation-play-state: running;		
}
.message_mum {
	position: fixed;
	bottom: 0;
	z-index: 999999999;
	color: white;
	font-size: 1em;
	font-weight: 300;
	padding: 23px 18px;
	max-width: 100%;
	text-align: center;
	opacity: 0;
	width: 0px;
	height: 0px;
	pointer-events: none;
    -webkit-animation: msg 6.7s;
            animation: msg 6.7s;
}
@-webkit-keyframes msg {
    0%   { opacity: 1; display: block; width: 100%; height: auto; }
	90%  { opacity: 1; }		
    99%  { opacity: 0; display: block; width: 100%; height: auto; }
    100% { opacity: 0; display: none; width: 0px; height: 0px; }
}
@keyframes msg {
    0%   { opacity: 1; display: block; width: 100%; height: auto; }
	90%  { opacity: 1; }		
    99%  { opacity: 0; display: block; width: 100%; height: auto; }
    100% { opacity: 0; display: none; width: 0px; height: 0px; }
}
.map {
	height: 400px;
}
.maps_info {
	color: #444444;
	font-size: 0.9em;
}
.sumsy_mode_mum {
	position: fixed;
	left: -15px;
	top: 50%;
	margin-top: -22px;
	width: 28px;
	height: 44px;
	background-color: #404751;
	border-radius: 0 5px 5px 0;
	transition: 0.05s linear;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	z-index: 1;
}
.sumsy_mode_mum:hover {
	background-color: #282E36;
	left: -10px;
}
.sumsy_mode_mum svg {
	fill: white;
	width: 28px;
	height: 44px;
}
.sumsy_mode_mum circle {
	opacity: 0.20;
}
.sumsy_iframe {
	position: fixed;
	top: 0;
	right: -100%;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	z-index: 999;
	transition: 0.5s ease-in-out;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.sumsy_blur, .blur, .blur_content main, .blur_content footer, .blur_content .share_mum {
    opacity: 0.4;
	-webkit-filter: blur(3px) grayscale(40%);
	filter: blur(3px) grayscale(40%);
}
.sumsy_blur .container {
	pointer-events: none;
}



#popup_mum {
    z-index: 2;
    position: fixed;
}
#popup {
    width: 100%;
    max-width: 600px;
    position: relative;
    display: table;
	display: flow-root;
    background-color: white;
	opacity: 0;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.popup_return {
	position: absolute;
	top: 1em;
}
.popup_return:after {
	content: "zurück";
}

.yt_container {
    position: relative;
    width: 100%;
	float: left;
    height: 0;
    padding-bottom: 56.25%;
	margin: 45px 0;
}
.yt_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







.soft {
    font-size: 0.6875em;
    font-weight: 500;
}





input[class=numbswitch]::-webkit-outer-spin-button,
input[class=numbswitch]::-webkit-inner-spin-button,
.numbswitch::-webkit-outer-spin-button,
.numbswitch::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[class=numbswitch], .numbswitch {
	user-select: none;
	-moz-appearance: textfield !important;
}
.quantity {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.quantity.small {
	width: 60px;
}
.quantity input {
	margin: 0;
	text-align: center;
}
.quantity.small input {
	padding: 0 17px;
}
.quantity span {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 25%;
	height: 90%;
	top: 5%;
	z-index: 10;
	border-color: #e5e5e5 !important;
	text-align: center;
  	-webkit-touch-callout: none;
	-webkit-user-select: none;
			user-select: none;
}
.quantity span svg {
	position: relative;
	float: left;
	display: block;
	fill: none;
	stroke: #b7bcd4;
	stroke-width: 1;
	stroke-miterlimit: 10;
}
.quantity span svg {
	width: 17px;
	height: 17px;
}
.quantity span:hover {
	cursor: pointer;
}
.quantity span.dec {
	left: 1px;
	border-right: 1px dotted;
}
.quantity span.inc {
	right: 1px;
	border-left: 1px dotted;
}
.quantity.small input {
	height: 17px;
	font-size: 1em;
	line-height: 17px;
}



.article_gal_mum, .article_desc_mum, .cart_large {
	position: relative;
	float: left;
	width: 50%;
}
.checkout .cart_large {
	width: 100%;
}
.article_desc_mum {
	padding-top: 25px;
}
.article_desc_mum .section:last-child {
    margin-bottom: 0 !important;
}
.article_pic_mum {
	padding-bottom: 80%;
}
.article_pic, #variation_pic {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-origin: content-box;
}
#variation_pic {
	background-color: white;
}
.article_cart_mum, .cart_summary {
	float: right;
	width: 38%;
	border: 1px solid var(--border_gray);
	border-radius: 2px;
	border-radius: var(--br);
}
.cart_summary {
	position: relative;
}
.article_cart_mum {
	position: sticky;
	top: 90px;
}
.infobox_title, .article_cart_price_mum {
	background-color: #f9f9f9;
    border-bottom: 1px solid rgba(0,0,0,0.03);
}
.rental_price_calc, .article_price {
	position: relative;
	display: block;
}
.rental_price_calc {
	width: calc(100% - 108px);
	float: left;
	line-height: 17px;
}
.article_price {
	display: block;
	float: right;
	width: 108px;
    font-size: 1.3125em;
    letter-spacing: 0;
    font-weight: 500;
}
.rental_price_calc .quantity {
	float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 2px;
}
.article_cart_amount_mum, .article_cart_value_mum  {
	margin-bottom: 12px;
	line-height: 38px;
	padding-left: 0.08em;
}
.article_cart_amount_mum span.desc, .article_cart_value_mum div.desc {
	float: left;
	width: calc(100% - 130px);
}
.article_cart_amount_mum span.desc {
	display: inline-block;
	font-size: 0.8125em;
	line-height: 38px;
}
.article_cart_value_mum div.desc {
	display: flex;
	flex-direction: column;
    justify-content: center;
	height: 38px;
	line-height: 1em;
}
.article_cart_value_mum div.desc .section.bold {
	font-size: 0.8125em;
	font-size: 0.75em;
}
.article_cart_value_mum div.desc .soft.red {
	height: 1em;
    line-height: 1em;
    overflow: hidden;
    margin-top: 0.25em;
}
.article_cart_value_mum div.desc .soft.red:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	height: 100%;
	background: linear-gradient(90deg, rgb(255 255 255 / 0%), white);
}
.article_cart_amount_mum select {
	width: 88px;
	float: right;
}
.article_cart_amount_mum .quantity, .article_cart_value_mum select {
	width: 130px;
	float: right;
}
.thumbnail_small_mum, .thumbnail_small_desc {
	position: relative;
	float: left;
	width: 100px;
}
.thumbnail_small_desc {
	max-height: 30px;
	line-height: 15px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.thumbnail_small {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid var(--border_gray);
	border-radius: 2px;
	border-radius: var(--br);
	margin-right: 10px;
}
.thumbnail_small.no_pic .icon_svg, .cart_pic.no_pic .icon_svg {
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.thumbnail_small {
	margin: 0 0 4px 0;
}
.set_article:after {
	content: "+";
	position: relative;
	float: left;
	height: 100px;
	line-height: 100px;
	width: 18px;
	text-align: center;
	pointer-events: none;
}
.set_article:last-child:after {
	display: none;
}
.set_amount, .discount {
	border-radius: 2px;
	color: white;
	font-size: 0.625em;
	font-weight: 600;
	padding: 0 4px;
	z-index: 4;
}
.set_amount {
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: var(--scnd);
}
.discount {
	background-color: var(--red_light);
	color: var(--red);
	-webkit-box-shadow: 0 0 0 1px rgba(var(--red_rgb), 0.18);
	box-shadow: 0 0 0 1px rgba(var(--red_rgb), 0.18);
}
.discount_mum {
	padding-bottom: 0.5em;
    margin-bottom: 0.625em;
    border-bottom: 1px dashed var(--border_gray);
}
.disabled {
	pointer-events: none;
}
button[disabled], button.disabled, .cart_amount.updating {
	pointer-events: none;
	color: transparent;
	display: flex;
    align-items: center;
    justify-content: center;
}
button[disabled]:after, button.disabled:after, .cart_amount.updating:after {
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border: 2px solid white;
	border-top: 2px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-origin: center center;
	-transform-origin: center center;
    -webkit-animation: rotate 0.4s linear infinite;
            animation: rotate 0.4s linear infinite;
}
button.ghost[disabled]:after {
	border: 2px solid var(--border_gray);
}
@-webkit-keyframes rotate {
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotate {
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
.cart_amount.updating:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 1px solid var(--border_gray);
    border-radius: 2px;
	border-radius: var(--br);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background-color: white;
	z-index: 20;
}
.cart_amount.updating:after {
	width: 16px;
	height: 16px;
	border-width: 1px;
	border-color: var(--scnd);
	border-top-color: transparent;
	z-index: 21;
}



#amount, .value {
	height: 38px;
}





.cart_sticky_mum {
    position: fixed;
	top: 0;
    right: 0;
    width: 400px;
	height: 100vh;
	background-color: white;
	z-index: 1;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 9999;
}
.cart_sticky_mum, .hidemenu nav {
	transition: 0.45s cubic-bezier(.65,0,.3,1);
}
.container {
	transition: 0.8s ease;
}
.cart_sticky_show .container {
	pointer-events: none;
	opacity: 0.35;
}





.cart_sticky_show .wrap, #popup_mum {
	background-color: rgba(0,0,0,0.08);
}
.cart_sticky_show .cart_sticky_mum {
	-webkit-box-shadow:  0 0 20px rgb(0 0 0 / 0.2);
	box-shadow: 0 0 20px rgb(0 0 0 / 0.2);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cart_sticky_in {
	height: 100%;
}
.cart_sticky_in > .section, .article_cart_price_mum, .article_cart_action, .infobox_section {
	padding: 16px;
}
.cart_sticky_in > .section:first-child {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 7%);
    box-shadow: 0 0 7px rgb(0 0 0 / 7%);
    border-bottom: 1px solid var(--border_gray);
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart_sticky_in > .section:first-child .icon {
	margin-left: 0;
	margin-right: -15px;
}
.cart_sticky_mum.empty .icon {
	display: none;
}
.infobox_title {
	color: #3e466d;
	text-align: center;
	letter-spacing: 0;
	font-size: 0.9375em;
	font-weight: 600;
	/* custom */
	font-family: 'stolzl';
    font-weight: 400;
	/* custom */
}
.hide_scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.hide_scrollbar::-webkit-scrollbar {
	width: 0px;
}
#popup .hide_scrollbar {
	max-height: 400px;
}


#cart_sticky {
	max-height: calc(100vh - 265px);
}
.cart_sticky_in > .section:nth-child(3) {
	border-top: 1px solid var(--border_gray);
	-webkit-box-shadow: 0 0 10px 15px white;
	box-shadow: 0 0 10px 15px white;
}


.cart_sticky_in > .section:nth-child(3) > div, .cart_sticky_in > .section:nth-child(3) > button {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	transition: transform 0.50s ease, opacity 0.50s ease;
}
.cart_sticky_in > .section:nth-child(3) > div {
	transition-delay: 0.15s;
}
.cart_sticky_in > .section:nth-child(3) > button {
	transition-delay: 0.3s;
}
.cart_sticky_show .cart_sticky_in > .section:nth-child(3) > div, .cart_sticky_show .cart_sticky_in > .section:nth-child(3) > button {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.cart_sticky_mum.empty #cart_sticky, .cart_sticky_mum.empty .section:nth-child(3) {
	display: none;
}





.cart_row {
	padding: 13px 0;
	border-bottom: 1px solid var(--border_gray);
}
.cart_row:first-child {
	padding-top: 0 !important;
}
.cart_row:last-child {
	padding-bottom: 0 !important;
	border-bottom: none;
}
.cart_pic, .cart_details, .cart_name, .cart_amount, .cart_price_mum {
	position: relative;
	float: left;
}
.cart_name {
	width: 100%;
	overflow: hidden;
}
.cart_pic {
	border: 1px solid var(--border_gray);
	border-radius: 2px;
	border-radius: var(--br);
	background-color: white;
}
.cart_name {
	font-weight: 600;
}
.cart_name a {
	max-height: 100%;
}
.cart_price_mum {
	float: right;
}
.cart_price_mum div {
	position: relative;
	float: left;
}
.cart_price:before, .cart_price_sum:before, .sum_price:before, .price:before {
	content: "€ ";
}
.cart_sticky_sum {
	margin-bottom: 1em;
}
.cart_delete {
	float: right;
	display: none;
	cursor: pointer;
	padding-left: 0.3em;
    font-size: 1.25em !important;
    font-weight: 400;
}
.cart_prevent_edit .cart_delete {
	display: none !important;
}





#cart_sticky .cart_row, .cart_sticky_sum, .cart_small .cart_row {
	font-size: 0.75em;
}
#cart_sticky .cart_row *, .cart_small .cart_row * {
	font-size: 1em;
}
#cart_sticky .cart_pic, .cart_small .cart_pic {
    width: 50px;
    height: 50px;
}
#cart_sticky .cart_details, .cart_small .cart_details {
	padding-left: 10px;
	width: calc(100% - 50px);
}
#cart_sticky .cart_name, .cart_small .cart_name {
    height: 16px;
    line-height: 16px;
	margin-bottom: 4px;
}
#cart_sticky .cart_amount, .cart_small .cart_amount {
	width: 82px;
}
#cart_sticky .cart_amount select, .cart_small .cart_amount select {
	height: 30px;
}
#cart_sticky .cart_price_mum, .cart_small .cart_price_mum {
	line-height: 30px;
}
#cart_sticky .cart_price {
	display: none;
}

.cart_small .cart_prevent_edit .cart_price_mum {
	line-height: inherit;
}
.cart_small .cart_prevent_edit.cart_row {
	height: 50px;
    padding: 5px 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.cart_small .cart_prevent_edit .cart_details {
	top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cart_small_container {
	margin-bottom: 1.75em;
}



.cart_large .cart_row {
	font-size: 0.8125em;
}
.cart_large .cart_row * {
	font-size: 1em;
}
.cart_large .cart_pic {
    width: 80px;
    height: 80px;
}
.cart_large .cart_details {
	padding-left: 20px;
	width: calc(100% - 80px);
}
.cart_large .cart_name {
    height: 34px;
    line-height: 34px;
	margin-bottom: 0px;
}
.cart_large .cart_name a {
	display: inline-block;
    max-width: calc(100% - 15px);
}
.cart_large .cart_amount {
	width: 100px;
}
.cart_large .cart_amount select, .cart_large .cart_amount input {
	height: 36px;
}
.cart_large .cart_price_mum {
	line-height: 36px;
}
.cart_large .cart_price_sum, .cart_small .cart_price_sum {
	color: var(--red);
	font-weight: 600;
	text-align: right;
	width: 100px;
}
.cart_large .cart_price {
	display: block;
}





#cart_sticky .quantity input {
	height: 30px;
}
#cart_sticky .quantity .inc, #cart_sticky .quantity .dec {
	width: 20px;
}






.cart_sticky_show #icon_cart svg, .cart #icon_cart svg {
	stroke: var(--prim);
}
.cart_sticky_show #icon_cart, .cart #icon_cart, .checkout #icon_user, .checkout #icon_cart {
	pointer-events: none;
}
.checkout #icon_user svg, .checkout #icon_cart svg {
	stroke: var(--border_gray);
	stroke: #bbb;
}






#popup .cart_small_container:after {
    content: "";
    position: relative;
    float: left;
    height: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 10px white;
    box-shadow: 0 0 10px 10px white;
}
#popup .cart_small {
	max-height: 168px;
    overflow-y: scroll;
    overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
#popup .cart_small::-webkit-scrollbar {
	width: 0px;
}



.details_mum {
	border-radius: 2px;
	border-radius: var(--br);
}
.cart_summary .details_mum {
	margin: 17px 0 32px 0;
}
.article .details_mum {
	border: 1px solid #a4aab9;
	margin: 1.4em 0 2.7em 0;
}
ul.details {
	border-bottom: 1px solid var(--border_gray);
	padding: 0.3em 1em;
	font-size: 0.75em;
}
.article ul.details {
	border-bottom-style: dashed;
}
.checkout_details ul.details {
	padding: 0.6em 0 !important;
}
ul.details:last-child {
	border-bottom: none;
}
ul.details li {
	position: relative;
}
ul.details li:nth-child(1) {
	font-weight: 600;
	float: left;
}
ul.details li:nth-child(2) {
	float: right;
	text-align: right;
}



















.preference {
	border: 1px solid var(--border_gray);
	border-radius: 2px;
	border-radius: var(--br);
	padding: 20px;
}
.preference .icon {
	float: none;
	margin: 0 auto;
	pointer-events: none;
}
.preference .icon, .preference .icon svg {
	width: 54px;
	height: 54px;
}
.preference .payment_brands {
    height: 54px;
	display: flex;
	justify-content: center;
    align-items: center;
}
.preference .payment_brands img {
	width: 38px;
	height: 22px;
	margin: 2px;
	border-radius: 4px;
}
.preference:hover {
	cursor: pointer;
}
.preference.active:hover {
	cursor: default;
}
.preference.active {
	border-color: var(--scnd);
}
.preference_desc {
	height: 4.375em;
	overflow: hidden;
}
.preference_desc span {
	position: relative;
    display: inline-block;
    line-height: 1.4em;
	vertical-align: top;
}
.grecaptcha-badge {
	visibility: hidden;
}
.warning, .success {
    padding: 1em;
    border-radius: 2px;
	border-radius: var(--br);
}
.warning {
	background-color: rgb(206 20 80 / 7%);
	color: var(--red);
}
.success {
    background-color: rgb(74 204 8 / 7%);
    color: #1e9e0f;
}


footer .payment_brands {
	height: 18px;
	display: flex;
	justify-content: center;
    align-items: center;
} 
footer .payment_brands img {
	width: auto;
	height: 18px;
	margin: 5px;
	border-radius: 3px;
}
footer .payment_brands img:first-child {
	margin-left: 0;
}
footer .payment_brands img:last-child {
	margin-right: 0;
}


.variation_container {
	font-size: 0.8125em;
	margin: 0 -4px 8px -4px;
	width: calc(100% + 8px);
}
.variation_desc {
	padding-left: 4px;
	margin: 0 0 4px 0;
}
.variation_thumbnail_mum {
    position: relative;
    float: left;
    width: 14.285714%;
    padding-bottom: 14.285714%;
}
.variation_thumbnail_mum .overlay {
	padding: 4px;
}
.variation_thumbnail {
	height: 100%;
	border: 1px solid var(--border_gray);
	border-radius: 2px;
	border-radius: var(--br);
}
.variation_thumbnail.active {
	border-color: var(--scnd);
	pointer-events: none;
}
.variation_thumbnail.oos {
	opacity: 0.5;
	border-style: dashed;
}





.checkout_steps_container {
	background-color: var(--graylight);
	border-bottom: 1px solid var(--border_graylight);
}
.checkout_steps_mum {
	position: relative;
	float: left;
	padding-top: 2em;
	color: #aeafb3;
    font-weight: 400;
}
.checkout_steps_mum:before, .checkout_steps_mum:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	border-radius: 2px;
	border-radius: var(--br);
	top: 30%;
	margin-top: -1px;
	background-color: #F0F0F0;
}
.checkout_steps_mum:before {
	left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.checkout_steps_mum:after {
	right: -1px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.checkout_steps_mum:first-child:before, .checkout_steps_mum:last-child:after {
	display: none;
}
.checkout_steps_mum.active:before, .checkout_steps_mum.done:before, .checkout_steps_mum.done:after  {
	background-color: var(--scnd);
}
.checkout_steps_mum.active, .checkout_steps_mum a:hover ~ div {
	color: var(--scnd);
}
.checkout_steps_mum.active {
	font-weight: 600;
}
.checkout_steps_mum.done a.overlay {
	display: block;
}




.select_row {
	padding:  0.5em 1em;
    border-radius: 2px;
	border-radius: var(--br);
    margin-bottom: 1em;
    font-size: 0.8125em;
    line-height: 1.45em;
	border: 1px solid var(--border_gray);
	cursor: pointer;
}
.select_row:last-child {
	margin-bottom: 0;
}

.info_row {
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid var(--border_gray);
	justify-content: space-between;
}
.info_row:hover {
	border-bottom-color: var(--scnd);
}





.grid_block {
	background-color: var(--graylight);
	border-top: 1px solid var(--border_graylight);
}
.grid_block:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -80px;
	width: 100%;
    height: 100px;
    background: inherit;
}
.articles_grid_container {
	width: calc(100% + 30px);
	margin: -15px;
}
.articles_grid_container.single_row {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;	
}
.article_grid_mum {
	position: relative;
	float: left;
	width: 20%;
	padding: 15px;
}
.article_grid, .grid_block .article_grid {
	border-radius: 5px;
	border-radius: var(--br);
	border: 1px solid var(--border_graylight);
	overflow: hidden;
}
.article_grid_price, .article_grid_name {
	padding: 0 15px;
}
.discount {
	top: 15px;
	right: 15px;
}
.article_grid_pic {
	padding-bottom: 120%;
	background-size: contain;
}	
.article_grid_details {
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: 70px;
}
.article_grid_name {
	display: inline-block;
	font-size: 0.8125em;
	line-height: 1.45em;
	max-height: 2.9em;
	font-weight: 600;
}
.article_grid_price {
	display: inline-block;
	font-size: 0.6875em;
	line-height: 1.55em;
	height: 1.55em;
	font-weight: 500;
}
.article_grid_discount {
	color: var(--font_dark);
	font-weight: 400;
}
.article_grid_discount em, .line-through {
	font-style: normal;
	text-decoration: line-through;
}
.article_grid_discount:before {
	content: " · ";
	text-decoration: none !important;
}






.checkout_twocol .box_small {
	width: 46.5%;
}
.checkout_twocol .box_small:nth-child(2) {
	float: left;
}
.checkout_twocol .box_small:nth-child(1) {
	float: right;
	position: sticky;
	top: 90px;
	padding: 16px;
	border: 1px solid var(--border_gray);
	border-radius: var(--br);
}
.checkout_twocol .checkout_twocol_dn, .checkout_twocol .checkout_twocol_dn_all {
	display: none !important;
}





.autocomplete-suggestions {
	color: #999A9E;
	background-color: #FFFFFF;
	overflow: auto;
	border-radius: 0 0 var(--br) var(--br);
	border: 1px solid var(--border_gray);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999 !important;
	right: 0;
}
.autocomplete-suggestion {
    font-size: 0.9375em;
	letter-spacing: 0.01em;
	padding: 10px 9px;
	line-height: 1.3em;
	cursor: pointer;
	border-top: 1px solid var(--border_graylight);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.autocomplete-suggestion:first-child {
	border-top: none;
}
.autocomplete-selected {
	background-color: var(--graylight);
}
.autocomplete-suggestions strong {
	font-weight: 600 !important;
	color: var(--scnd);
}
#search_suggestions {
	z-index: -1;
}



.start_desc {
	height: 467px;
    background-image: URL(/_gfx/start_title.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 75% 50%;
}
.start_desc p {
	font-size: 1.125em;
	max-width: 500px
}

.value_label_container {
	margin-right: 0.2em;
}
span.value_label {
    display: inline;
    position: relative;
    padding: 0 4px;
    margin-right: 3px;
    font-size: 9.5px !important;
	letter-spacing: 0;
    border-radius: 2px;
	border-radius: var(--br);
    font-weight: 400;
    top: -1px;
	background-color: rgba(var(--scnd_rgb),0.05);
	-webkit-box-shadow: inset 0 0 0 1px rgba(var(--scnd_rgb),0.55);
    box-shadow: inset 0 0 0 1px rgba(var(--scnd_rgb),0.55);
}
#cart_sticky span.value_label, .cart_small span.value_label {
	display: flex;
	float: left;
	top: 0;
}
.vl_set:hover {
	cursor: default;
	-webkit-box-shadow: inset 0 0 0 1px var(--scnd);
	box-shadow: inset 0 0 0 1px var(--scnd);
}

.label_new {
	position: absolute;
    display: inline-block;
    z-index: 1;
    background-color: var(--bg_dark);
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
	-webkit-animation-delay: 0.90s;
	animation-delay: 0.90s;
}
.label_new:after {
	content: "Neu";
}
.coupon_container {
    display: flex;
    margin-bottom: 12px;
	justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.coupon_container span {
	font-size: 0.75em;
	margin-bottom: 2px;
}
#coupon_pos {
	border-top: 1px solid var(--border_gray);
}
#coupon_trigger b {
	position: relative;
    text-align: right;
    float: right;
    width: 10px;
}
#coupon_trigger:hover {
	text-decoration: underline;
	cursor: pointer;
}
#coupon {
	float: right;
	text-align: center;
}



@media (hover: hover) and (pointer: fine) {
a:hover {
	text-decoration: underline;
	color: inherit;
}
.pointer:hover {
	text-decoration: underline;
}
header .logo:hover .logo_font {
	fill: var(--prim);
}
.icon:hover svg {
	stroke: var(--prim);
}
.soc_svg:hover {
	fill: white;
}
.share_icon:hover {
	fill: #7cddc1;
}
.hidemenu nav a:hover {
	color: var(--prim_bright);
}
footer ul li a:hover {
	color: white;
}
.quantity span:hover svg {
	stroke: #4b6388;
}
.set_article:hover .thumbnail_small, .thumbnail_small:hover {
	border-color: var(--prim);
}
.cart_pic:hover {
	border-color: var(--prim);
}
.cart_delete:hover {
	color: var(--red);
}
.cart_large .cart_row:hover .cart_delete {
	display: inline-block;
}
.preference:hover {
	border-color: var(--scnd);
}
.select_row:hover {
	border-color: var(--scnd);
}
.variation_thumbnail:hover {
	border-color: var(--prim);
}
.article_grid:hover {
	border-color: var(--prim);
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 6%);
    box-shadow: 0 0 20px rgb(0 0 0 / 6%);
}
}




@media screen and (max-width: 1500px) {
.start_desc {
    background-position: 90% 50%;
}
.article_grid_mum {
	width: 25%;
}
.articles_grid_container.single_row .article_grid_mum:nth-child(5) {
	display: none;
}
}
@media screen and (max-width: 1360px) {
.padd_leri {
	padding-left: 60px;
	padding-right: 60px;
}
.articles_grid_container {
	width: calc(100% + 20px);
	margin: -10px;
}
.article_grid_mum {
	padding: 10px;
}
.article_grid_price, .article_grid_name {
	padding: 0 10px;
}
.discount {
	top: 10px;
	right: 10px;
}
.start_desc {
    background-position: 110% 50%;
}
.start_desc .box_large {
	max-width: 1000px;
}
}
@media screen and (max-width: 1260px) {
.padd_leri {
	padding-left: 52px;
	padding-right: 52px;
}
.articles_grid_container {
	width: calc(100% + 26px);
	margin: -13px;
}
.article_grid_mum {
	padding: 13px;
}
.article_grid_price, .article_grid_name {
	padding: 0 13px;
}
.discount {
	top: 13px;
	right: 13px;
}
.start_desc {
    background-position: 160% 50%;
}
.start_desc .box_large {
	max-width: 950px;
}
}
@media screen and (max-width: 1200px) {
.padd_leri {
	padding-left: 40px;
	padding-right: 40px;
}
.start_desc {
    background-position: 185% 50%;
}
.start_desc .box_large {
	max-width: 900px;
}
.start_desc p {
	font-size: 1.0em;
	max-width: 400px
}
}
@media screen and (max-width: 1100px) {
.icons_mum {
    margin-left: 35px;
}
.article_cart_mum, .cart_summary {
    width: 41%;
}
.articles_grid_container {
	width: calc(100% + 20px);
	margin: -10px;
}
.article_grid_mum {
	width: 25%;
	padding: 10px;
}
.article_grid_price, .article_grid_name {
	padding: 0 10px;
}
.discount {
	top: 10px;
	right: 10px;
}
.start_desc {
    background-position: right -280px center;
}
.start_desc .box_large {
	max-width: 850px;
}
}
@media screen and (max-width: 999px) {
.padd_leri {
	padding-left: 36px;
	padding-right: 36px;
}
.padd_tobo {
	padding-top: 60px;
	padding-bottom: 60px;	
}
.spacer {
	height: 28px;
}
.spacer_sm {
	height: 12px;
}
.spacer_tiny {
	height: 6px;
}
.dn999 {
	display: none;
}
.article_cart_mum, .cart_summary {
    width: 43%;
}
h1 {
	font-size: 3.1em;
}
h1 ~ h2 {
	margin: -2.4em 0 2em 0;
}
.cart_large .cart_price_sum, .cart_small .cart_price_sum {
    width: 88px;
}
main {
    padding-bottom: 0.75em;
}
.footer_top {
	padding: 60px 0;
}
.articles_grid_container {
	width: calc(100% + 26px);
	margin: -13px;
}
.article_grid_mum {
	width: 33.3333%;
	padding: 13px;
}
.articles_grid_container.single_row .article_grid_mum:nth-child(4) {
	display: none;
}
.article_grid_price, .article_grid_name {
	padding: 0 13px;
}
.discount {
	top: 13px;
	right: 13px;
}
.start_desc {
    background-position: right -340px center;
}
.start_desc .box_large {
	max-width: 700px;
}
.checkout_twocol .box_small {
	width: 100%;
}
.checkout_twocol .box_small:nth-child(2) {
	float: none;
}

.checkout_twocol .box_small:nth-child(1) {
	float: none;
	position: relative;
	top: auto;
	padding: 0;
	border: none;
	border-radius: 0;
}
.checkout_twocol .checkout_twocol_dn {
	display: inherit !important;
}
}
@media screen and (max-width: 840px) {
body {
    -webkit-text-size-adjust: 100%;
}
.padd_leri {
	padding-left: 30px;
	padding-right: 30px;
}
.dn840 {
	display: none;
}
.box_col {
	max-width: 500px;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 1.125em;
}
.article_gal_mum, .article_desc_mum, .article_cart_mum, .cart_large, .cart_summary {
    width: 100%;
}
.article_desc_mum {
	padding: 0;
}
.article_cart_mum {
	position: relative;
    float: left;
    top: auto;
	margin: 2.7em 0 2em 0;
}
.cart_summary {
	margin-bottom: 2em;
}
.article_cart_price_mum, .article_cart_action, .infobox_section {
    padding: 15px;
}
.cart_sticky_in > .section, .article_cart_price_mum, .article_cart_action, .infobox_section, ul.details {
	padding-left: 15px;
	padding-right: 15px;
}
.article .details_mum {
    margin: 0.45em 0 2em 0;
}
.cart_large .cart_price_sum, .cart_small .cart_price_sum {
    width: 95px;
}
main {
    padding-bottom: 0.5em;
}
.footer_top {
	padding: 50px 0;
}
.articles_grid_container {
	width: calc(100% + 20px);
	margin: -10px;
}
.article_grid_mum {
	width: 33.3333%;
	padding: 10px;
}
.article_grid_price, .article_grid_name {
	padding: 0 10px;
}
.discount {
	top: 10px;
	right: 10px;
}
.start_desc {
	height: 420px;
}
.start_desc .box_large {
	max-width: 600px;
}
.article_gal_mum > .no_pic {
	height: auto !important;
}
.footer_legal {
    height: 180px;
    padding: 20px 0;
    flex-direction: column;
    justify-content: space-evenly;
}
.footer_legal div:first-child {
	line-height: 2em;
}
}
@media screen and (max-width: 740px) {
.padd_leri {
	padding-left: 28px;
	padding-right: 28px;
}
.yt_container {
	margin: 40px 0;
}
.dn740 {
	display: none;
}
.d740 {
	display: inherit;
}
.articles_grid_container {
	width: calc(100% + 16px);
	margin: -8px;
}
.article_grid_mum {
	width: 33.3333%;
	padding: 8px;
}
.article_grid_price, .article_grid_name {
	padding: 0 8px;
}
.discount {
	top: 8px;
	right: 8px;
}
.start_desc {
	height: 410px;
    background-position: right -340px center;
}
.start_desc .box_large {
	max-width: 540px;
}
}
@media screen and (max-width: 696px) {
.padd_leri {
	padding-left: 26px;
	padding-right: 26px;
}
.spacer {
	height: 20px;
}
.spacer_sm {
	height: 8px;
}
.spacer_tiny {
	height: 4px;
}
.dn696, .sumsy_iframe, .sumsy_mode_mum {
	display: none;
}
button[disabled]:after, button.disabled:after {
	border-width: 1px;
}
.checkout_steps_mum:before {
	left: 0;
}
.checkout_steps_mum:after {
	right: 0;
}
.checkout_steps_mum:first-child:before, .checkout_steps_mum:last-child:after {
	display: block;
}
.articles_grid_container {
	width: calc(100% + 20px);
	margin: -10px;
}
.article_grid_mum {
	width: 50%;
	padding: 10px;
}
.articles_grid_container.single_row .article_grid_mum:nth-child(3) {
	display: none;
}
.article_grid_price, .article_grid_name {
	padding: 0 10px;
}
.discount {
	top: 10px;
	right: 10px;
}
.start_desc {
	height: 400px;
    background-position: right -380px center;
}
.start_desc .box_large {
	max-width: 510px;
}
}
@media screen and (max-width: 620px) {
.padd_leri {
	padding-left: 22px;
	padding-right: 22px;
}
.stretch {
	max-width: none !important;
	width: auto !important;
	margin: auto -22px;
}
#search {
	width: 100%;
	max-width: none;
}
.search_triggered #hamburger, .search_triggered .logo {
	opacity: 0;
	pointer-events: none;
}
.article_cart_mum {
	margin: 2.1em 0 1.55em 0;
}
.cart_summary {
	margin-bottom: 1.9em;
}
.dn620 {
	display: none;
}
.footer_top {
	padding: 45px 0;
}
.preference {
	padding: 18px;
}
.articles_grid_container {
	width: calc(100% + 16px);
	margin: -8px;
}
.article_grid_mum {
	width: 50%;
	padding: 8px;
}
.article_grid_price, .article_grid_name {
	padding: 0 8px;
}
.discount {
	top: 8px;
	right: 8px;
}
.autocomplete-suggestions {
	border-radius: 0 0 2px 2px;
	border-radius: 0 0 var(--br) var(--br);
	border: none;
	border-top: 1px solid var(--border_gray);
	border-bottom: 1px solid var(--border_gray);
}
.autocomplete-suggestion {
	padding: 10px 0;
}
.start_desc .box_large {
	max-width: 450px;
}
.start_desc {
	height: 400px;
    background-position: right -450px center;
}
}
@media screen and (max-width: 506px) {
.padd_leri {
	padding-left: 19px;
	padding-right: 19px;
}
.stretch {
	margin: auto -19px;
}
.padd_tobo {
	padding-top: 54px;
	padding-bottom: 54px;
}
.dn506 {
	display: none;
}
.d506 {
	display: inherit;
}
h1 {
	font-size: 2.35em;
}
h1 ~ h2 {
	margin: -2.0em 0 1.8em 0;
}
.cart_large .cart_price_sum, .cart_small .cart_price_sum {
    width: 80px;
}
.footer_top {
	display: none;
}
.footer_legal {
    border-top: none !important;
}
.articles_grid_container {
	width: calc(100% + 12px);
	margin: -6px;
}
.article_grid_mum {
	width: 50%;
	padding: 6px;
}
.article_grid_price, .article_grid_name {
	padding: 0 6px;
}
.discount {
	top: 6px;
	right: 6px;
}
.cart_sticky_mum {
    width: 360px;
}
}
@media screen and (max-width: 475px) {
body {
	font-size: 90%;
}
.padd_leri {
	padding-left: 17px;
	padding-right: 17px;
}
.stretch {
	margin: auto -17px;
}
.yt_container {
	margin-top: 30px;
	margin-bottom: 30px;
}
.dn475 {
	display: none;
}
header .logo, header .logo .logo_svg {
    width: 107px;
}
.article_cart_price_mum, .article_cart_action, .infobox_section {
    padding: 14px;
}
.cart_sticky_in > .section, .article_cart_price_mum, .article_cart_action, .infobox_section, ul.details {
	padding-left: 14px;
	padding-right: 14px;
}
.preference {
	padding: 16px;
}
#popup .hide_scrollbar {
	max-height: 370px;
}
.articles_grid_container {
	width: calc(100% + 8px);
	margin: -4px;
}
.article_grid_mum {
	width: 50%;
	padding: 4px;
	margin: 0.75em 0;
}
.article_grid_price, .article_grid_name {
	padding: 0 3px;
}
.discount {
	top: 3px;
	right: 3px;
}
.article_grid {
	border: none;
}
.start_desc {
	height: 340px;
    background-position: right -375px center;
}
.start_desc .box_large {
	max-width: 350px;
}
.cart_sticky_mum {
    width: 340px;
}
header, .cart_sticky_in > .section:first-child {
	height: 69px;
}
.header_infobar {
	margin-top: 69px !important;
}
.hidemenu nav {
	left: -74.5%;
	width: 74.5%;
}
}
@media screen and (max-width: 413px) {
.padd_leri {
	padding-left: 16px;
	padding-right: 16px;
}	
.stretch {
	margin: auto -16px;
}
.dn413 {
	display: none;
}
header .logo, header .logo .logo_svg {
    width: 100px;
}
.cart_large .cart_pic {
    width: 70px;
    height: 70px;
}
.cart_large .cart_details {
	padding-left: 15px;
	width: calc(100% - 70px);
}
.cart_large .cart_name {
    height: 32px;
    line-height: 32px;
}
.cart_large .cart_amount {
	width: 80px;
}
.cart_large .cart_amount select, .cart_large .cart_amount input {
	height: 32px;
}
.cart_large .cart_price_mum {
	line-height: 32px;
}
.cart_large .cart_price_sum, .cart_small .cart_price_sum {
	width: 78px;
}
.preference {
	padding: 14px;
}
.start_desc {
	height: 350px;
    background-position: right -400px center;
}
.cart_sticky_mum {
    width: 320px;
}
}
@media screen and (max-width: 380px) {
.padd_leri {
	padding-left: 15px;
	padding-right: 15px;
}
.padd_tobo {
	padding-top: 50px;
	padding-bottom: 50px;
}
.stretch {
	margin: auto -15px;
}
.dn380 {
	display: none;
}
.hic_mum {
	margin: 0 9px 0 -13px;
}
.icon {
    margin-left: 0;
}
.article_cart_price_mum, .article_cart_action, .infobox_section {
    padding: 12px;
}
.article_cart_price_mum, .article_cart_action, .infobox_section, ul.details {
	padding-left: 12px;
	padding-right: 12px;
}
h1 {
    font-size: 2.1em;
}
h2 {
	font-size: 1.0625em;
}
.cart_large .cart_pic {
    width: 60px;
    height: 60px;
}
.cart_large .cart_details {
	padding-left: 12px;
	width: calc(100% - 60px);
}
.cart_large .cart_name {
    height: 24px;
    line-height: 24px;
}
.cart_large .cart_amount {
	width: 78px;
}
.cart_large .cart_amount select, .cart_large .cart_amount input {
	height: 31px;
}
.cart_large .cart_price_mum {
	line-height: 31px;
}
.cart_large .cart_price_sum, .cart_small .cart_price_sum {
	width: 76px;
}
.preference {
	padding: 10px;
}
#popup .hide_scrollbar {
	max-height: 350px;
}
.articles_grid_container {
	width: calc(100% + 6px);
	margin: -3px;
}
.article_grid_mum {
	width: 50%;
	padding: 3px;
}
.start_desc {
    background-position: right -405px center;
}
.cart_sticky_mum {
    width: 300px;
}
}
@media screen and (max-width: 355px) {
.padd_leri {
	padding-left: 14px;
	padding-right: 14px;
}
.stretch {
	margin: auto -14px;
}
.soc {
	display: none;
}
header .logo, header .logo .logo_svg {
    width: 94px;
}
header, .cart_sticky_in > .section:first-child {
	height: 65px;
}
.header_infobar {
	margin-top: 65px !important;
}
.hic_mum {
    margin: 0 5px 0 -13px;
}
.dn355 {
	display: none;
}
.cart_large .cart_pic {
    width: 55px;
    height: 55px;
}
.cart_large .cart_details {
	padding-left: 10px;
	width: calc(100% - 55px);
}
.cart_large .cart_amount {
	width: 76px;
}
.cart_large .cart_price_sum, .cart_small .cart_price_sum {
	width: 72px;
}
.variation_container {
	margin: 0 -3px 8px -3px;
	width: calc(100% + 6px);
}
.variation_desc {
	padding-left: 3px;
	margin: 0 0 3px 0;
}
.variation_thumbnail_mum .overlay {
	padding: 3px;
}
.checkout_steps_mum {
	height: 2px;
	padding-top: 0;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.checkout_steps_mum:before, .checkout_steps_mum:after {
	top: 0;
	margin-top: 0;
}
#popup .hide_scrollbar {
	max-height: 330px;
}
.cart_sticky_mum {
    width: 100%;
}
.article_cart_price_mum, .article_cart_action, .infobox_section {
    padding: 10px;
}
.article_cart_price_mum, .article_cart_action, .infobox_section, ul.details {
	padding-left: 10px;
	padding-right: 10px;
}
}
