/*
	Theme Name:  OnReKa
	Description:  OnReKa WordPress Theme
	Version:  1

	// based on HTML5 Blank, see LICENSE.md
*/


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

/* noto-sans-jp-700 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('fonts//noto-sans-jp-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts//noto-sans-jp-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts//noto-sans-jp-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts//noto-sans-jp-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts//noto-sans-jp-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts//noto-sans-jp-v28-latin-700.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

/* noto-sans-jp-regular - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts//noto-sans-jp-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts//noto-sans-jp-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts//noto-sans-jp-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts//noto-sans-jp-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts//noto-sans-jp-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts//noto-sans-jp-v28-latin-regular.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}


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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 16px;
}
body {
	font: 400 16px/1.4 'Noto Sans JP', Helvetica, Arial, sans-serif;
	color: #000;
}
/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
a {
	color: rgb(233, 78, 27);
	text-decoration: none;
}
a:hover {
	color: rgb(233, 78, 27);
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid rgb(233, 78, 27);
}
.verveine {
	font-family: 'verveine' !important;
}

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

/* wrapper */
.wrapper {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
/* logo */
.logo {
	position: relative;
	height: 184px;
	text-align: center;
	background-color: #fff;
}
.logo-shade {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.logo a {
	display: inline-block;
	height: 100%;
}
.logo-img {
	padding: 0;
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
}
/* nav */
.nav {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: rgba(233,78,27,1);
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav li {
	position: relative;
	vertical-align: top;
}
.nav .menu > li {
	display: inline-block;
	margin: 30px 20px 10px 20px;
}
.nav a {
	font-size: 14pt;
	line-height: 1em;
	letter-spacing: 0.03em;
	color: #fff;
}
.nav a:hover {
	color: #fff;
}
.nav .current_page_item > a {
	font-weight: 700;
}
.nav .menu > li.menu-item-has-children > a span::before {
	font-family: dashicons;
	display: inline-block;
	float: right;
	margin-left: 10px;
	margin-top: 2px;
	font-size: 25px;
	content: "\f347";
	transition: all 0.2s ease;
}
.nav .menu > li > a::after {
	display: block;
	content: ' ';
	margin-top: 10px;
	border-bottom: 2px solid #fff;
	width: 0;
	transition: all 0.2s ease;
}
.nav .menu > li:hover > a::after, .nav .menu > li.current_page_item > a::after {
	width: 100%;
}
.nav .menu > li:hover > a span::before {
	transform: rotate(180deg);
}
.nav .menu li:hover > ul {
	display: block;
	z-index: 10;
}
.nav .menu ul {
	position: absolute;
	display: none;
	background-color: rgba(233,78,27,.8);
	width: 210px;
}
.nav .menu ul > li {
	display: block;
	border-bottom: 2px solid rgba(233,78,27,1);
	text-align: left;
}
.nav .menu ul > li:last-child {
	border-bottom: 0 none;
}
.nav .menu ul a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	padding: 10px;
	font-family: 'Noto Sans JP', Helvetica, Arial, sans-serif;
}
.nav .menu ul a:hover {
	background-color: rgba(255,255,255,.7);
	color: rgba(233,78,27,1);
}
.nav .menu .search {
	margin: 25px 20px 15px 20px;
}
.nav .menu .search .searchinput {
	width: 0;
	font-size: 20px;
	line-height: 32px;
	padding: 0;
	margin: 0;
	color: #fff;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	background-color: transparent;
	transition: all 0.2s ease;
}
.nav .menu .search .searchinput::placeholder {
  color: rgba(255,255,255,0.8);
  opacity: 1;
}
.nav .menu .search .searchinput:-moz-placeholder {
  color: rgba(255,255,255,0.8);
  opacity: 1;
}
.nav .menu .search .searchinput::-ms-placeholder {
  color: rgba(255,255,255,0.8);
  opacity: 1;
}
.nav .menu .search .searchinput::-webkit-input-placeholder {
	color: rgba(255,255,255,0.8);
  opacity: 1;
}
.nav .menu .search:hover .searchinput {
	width: 200px;
}
.nav .menu .pwa {
	display: none;
	margin: 30px 0 0 0;
}
.nav .menu .pwa-button {
	border: 0;
	padding: 0 0 0 32px;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	background: url(img/icon-home.svg) no-repeat left center transparent scroll;
	background-size: 20px 20px;
	cursor: pointer;
	text-align: left;
}
.menumarker {display: none;}
#searchsubmit {
	font-size: 0;
	line-height: 0;
	border: 0 none;
	background: url(img/searchicon.svg) no-repeat center transparent scroll;
	background-size: 100% 100%;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	vertical-align: top;
}
/* footer */
.footer {
	position: relative;
	background-color: rgba(158, 202, 132, 1);
	color: #fff;
	font-size: 10pt;
	line-height: 1.7em;
	font-family: 'Noto Sans JP', Helvetica, Arial, sans-serif;
	padding: 40px 0;
}
.footer h2 {
	font-family: 'Noto Sans JP', Helvetica, Arial, sans-serif !important;
	font-size: 16pt !important;
	line-height: 45px !important;
	color: rgb(233, 78, 27) !important;
	margin: 0 0 10px 0 !important;
}
.footer a {
	color: #fff;
}
.footer .footer-icons a {
	font-family: dashicons !important;
}
.footer .footer-icons .fsn-button {
	width: auto !important;
	margin: 10px 0 !important;
}
.footer .footer-icons a {
	font-size: 0 !important;
	border: 0 none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 64px;
	height: 64px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.footer .facebook a {
	background-image: url(img/logo_facebook.png);
}
.footer .instagram a {
	background-image: url(img/logo_instagram.png);
}
.footer .fsn-button a {
	background-color: rgb(58,170,53) !important;
}
.footer .fsn-button a:hover {
	color: #fff !important;
	background-color: rgb(233,78,27) !important;
}
.footer .footer-icons a, .footer .footer-icons a:hover {
	background-color: transparent !important;
}
.footer .footer_hz {
	margin: 0;
	vertical-align: middle;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.fsn-row {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.fsn-row.dark {
	background-color: rgba(158, 202, 132, 1);
	color: #fff !important;
}
.fsn-row.dark h1 {
	color: rgb(233,78,27) !important;
}
.fsn-row.hintergrundgrau {
	background-color: rgb(250, 250, 250);
}
.boxfarbe {
	background-color: rgb(241, 241, 241);
}
.full-width-container {
	max-width: 100%;
}
.fsn-button {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	text-align: center;
}
.fsn-button a, .form-button {
	max-width: 170px;
	display: block !important;
	color: #fff !important;
	font-family: 'verveine' !important;
	font-size: 18pt !important;
	line-height: 1em !important;
	padding: 16px 0 !important;
	border: 0 none !important;
	background-color: rgb(58, 170, 53) !important;
}
.form-button {
	min-width: 15%;
	padding-left: 20px !important;
	padding-right: 20px !important;
	background-color: rgb(58, 170, 53) !important;
	float: right;
}
.fsn-button a:hover, .form-button:hover {
	background-color: rgb(233,78,27) !important;
}

.page h1, .page h2 {
	/*font-family: 'verveine';*/
}
.page h1 {
	font-size: 36pt;
	color: rgb(233,78,27);
	text-align: center;
}
.page h2 {
	font-size: 16pt;
	margin: 1em 0 .5em 0;
	color: rgb(233,78,27);
}
.page h3 {
	color: rgb(233,78,27);
}
.page p {
	font-size: 10pt;
}
.page .fsn-divider hr {
	border-top: 1px solid rgb(128, 128, 128);
	margin: 0 auto 20px auto ;
	width: 75%;
	max-width: 220px;
	display: block;
}
article.page .fsn-button a {
	margin: 0 auto;
}
.bildbox, .bildbox div {
	height: 100%;
}
.slick-dotted.slick-slider {
	margin-bottom: 60px;
}

.searchbar {
	margin: 70px 0 40px 0;
}/*
.searchbar input.searchinput {
	width: 100%;
	border: 3px solid #c9c9c9;
	color: #000;
	font-size: 32px;
	line-height: 40px;
	border-radius: 12px;
	padding: 10px 12px 10px 72px;
	background: url(img/searchicon2.png) no-repeat left 12px center transparent;
	background-size: 40px;
}*/
.searchbar input.searchinput {
	width: 100%;
	border: 3px solid #c9c9c9;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	border-radius: 12px;
	padding: 8px 12px 8px 60px;
	background: url(img/searchicon2.png) no-repeat left 12px center transparent;
	background-size: 30px;
}
.searchbar input.searchinput::placeholder, .searchbar input.searchinput::-ms-input-placeholder {
	color: #ababab;
	opacity: 1;
}
.searchbar .shopping-cart-info {
	position: absolute;
	bottom: 6px;
	right: 8px;
	background: url(img/shopping_cart.png) no-repeat left center transparent scroll;
	background-size: contain;
	font-size: 16px;
	line-height: 1.2em;
	color: #c9c9c9;
	padding-left: 26px;
}
.searchbar .fsn-text {
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 620px;
}

.shop-header {
	min-height: 340px;
	box-sizing: border-box;
	padding: 80px 40px;
	color: #fff;
	text-align: center;
}
.shop-header > .row {
	height: 100%;
}
.shop-header h1 {
	font-size: 60pt;
	margin: 0 0 .3em 0;
	line-height: 1em;
}
.shop-header h2 {
	font-size: 18pt;
	margin: 0;
}
.shop-info {
	padding: 40px;
	color: #000 !important;
}
.shop-info iframe {
	width: 100%;
}
.shop-info h3 {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	margin-top: 20px !important;
	/*margin-bottom: 14px !important;*/
	margin-bottom: 0 !important;
	font-weight: normal;
	font-size: 24px;
}
.shop-info td {
	padding: 4px 0;
}
.shop-info tr > td {
	padding-right: 20px;
}
.shop-info .centertext {
	text-align: center;
}
.shop-info .centertext > * {
	margin: 0 auto;
}
.shop-info .margintop {
	margin-top: 10px;
}
.shop-product-matrix {
	font-size: 0;
	line-height: 0;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.shop-product-small {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.shop-products {
	font-size: 0;
	line-height: 0;
	width: auto;
	margin: 40px 30px;
	box-sizing: border-box;
}
.shop-product {
	position: relative;
	display: inline-block;
	flex-basis: calc(25% - 10px);
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	vertical-align: top;
	overflow: hidden;
}
.shop-product-small .shop-product {
	flex-basis: calc(20% - 20px);
	margin: 0 20px 20px 0;
	width: auto;
	height: auto;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
}
.shop-product:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.shop-product:nth-child(4n) {
	margin-right: 0;
}
.shop-product-small .shop-product:nth-child(4n) {
	margin-right: 20px;
}
.shop-product-small .shop-product:nth-child(5n) {
	margin-right: 0;
}
.shop-product > .shop-product-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease;
}
.shop-product:hover > .shop-product-bg {
	filter: blur(4px);
	background-color: #eee;
	background-blend-mode: multiply;
}
.shop-product > .shop-product-content {
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
	text-align: center;
	vertical-align: middle;
	opacity: 0;
	transition: all 0.5s ease;
}
.shop-product:hover > .shop-product-content {
	opacity: 1;
	filter: blur(0);
}
.shop-product span {
	font-size: 22px;
	line-height: 27px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}
.shop-product .subtext {
	display: block;
	font-size: 16px;
	line-height: 18px;
}
.shop-product a {
	font-size: 30px;
	line-height: 37px;
	margin: 0 auto;
}
.shop-product-fullsize {
	top: 0 !important;
	transform: translateY(0) !important;
	width: 100%;
	height: 100%;
}
.shop-product-fullsize a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shop-product-fullsize a > span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: perspective(0) translateY(-50%);
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.shop-product-category .shop-product-bg {
	transition: all 0.3s ease;
}
.shop-product-category .shop-product:hover .shop-product-bg {
	transform: scale(1.1);
}
/*
.shop-product-category .shop-product .fsn-button {
	position: absolute;
	bottom: 10px;
	height: calc(37px + 32px);
	margin: 0;
}
.shop-product-category .shop-product .fsn-button a {
	font-size: 30px !important;
	line-height: 37px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	text-align: left;
	max-width: 250px;
	white-space: normal;
	background-color: rgba(58, 170, 53, 1) !important;
}*/
.shop-product-category .shop-product .fsn-button {
	position: absolute;
	top: 20px;
	height: auto;
	width: auto;
	max-width: 50%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	text-align: center;
}
.shop-product-category .shop-product .fsn-button a {
	position: relative;
	text-align: center;
	max-width: 100%;
	font-size: 12pt !important;
	line-height: 1.2em !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	white-space: normal;
	background-color: rgba(58, 170, 53, 1) !important;
	font-family: 'Noto Sans JP', sans-serif !important;
}
.shop-product-category .shop-product > .shop-product-content {
	opacity: 1;
	filter: blur(0);
}

.shop-categories {
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	font-size: 0;
	line-height: 0;
	grid-template-columns: auto auto auto;
}
.shop-categories > a {
	max-width: 380px;
	margin: 0 auto;
}
.shop-categories .category-block {
	position: relative;
	display: block;
	width: 380px;
	height: 176px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	background-size: cover;
	background-position: center;
}
.shop-categories .category-block .btn {
	position: relative;
	top: 20px;
	height: auto;
	width: auto;
	max-width: 50%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	background-color: rgba(58,170,53,1);
	font-size: 12pt;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
	border: 0 none;
	white-space: normal;
}
.shop-categories .category-block:hover .btn {
	background-color: rgba(233,78,27,1);
}
.shop-categories .text {
	padding: 16px 0 12px 0;
	font-size: 10pt;
	line-height: 1.7em;
	text-align: center;
	color: #000;
}

.shop-matrix {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.shop-page {
	position: relative;
	display: inline-block;
	flex-basis: calc(33.33% - 15px);
	width: auto;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin: 0 20px 20px 0;
	vertical-align: top;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
	overflow: hidden;
}/*
.shop-product-small .shop-product:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}*/
.shop-page:nth-child(3n) {
	margin-right: 0;
}
.shop-page-bg, .shop-page-content {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	vertical-align: top;
}
.shop-page-content {
	font-size: 9.5pt;
	line-height: 1.7em;
	padding: 20px;
	color: rgba(233, 78, 27, 1);
}
.shop-page-content .title {
	/*font-family: 'verveine';*/
	font-size: 15pt;
	padding-right: 20px;
}
.shop-page-content .desc {
	margin: 15px 0;
}
.shop-page-content .btns {
	vertical-align: bottom;
}
.shop-page-content .btns a {
	margin: 0 auto;
}
.shop-page-content a {
	font-size: 18pt !important;
	background-color: rgba(58, 170, 53, 1) !important;
	margin: 0 !important;
}
.shop-page-content a:hover {
	background-color: rgba(233, 78, 27, 1) !important;
}
.shop-page-content a.shop-link, #productslider .slick-slide .shop-link {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 32px;
	width: 32px;
	display: block;
	background: url(img/shopping_cart.png) no-repeat center transparent scroll !important;
	background-size: contain !important;
	z-index: 10;
}
.shop-page-content a.shop-link {
	width: 20px;
	height: 20px;
}
#productslider .slick-slide .shop-link {
	width: 48px;
	height: 48px;
}
#productslider .slick-slide a {
	position: relative;
	display: block;
}
.pagination {
	display: block;
	text-align: center;
}
.pagination span, .pagination a {
	display: inline-block;
	padding: 6px 12px;
	background-color: rgb(60, 90, 122);
	border-radius: 4px;
	color: #fff;
}
.pagination span {
	background-color: rgb(111,151,174);
}

.iframe-box {
	position: relative;
}
.shop-iframe {
	position: relative;
	width: 100%;
	height: 100vh;
	border: 0 none;
}
.iframe-notice {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.4);
	z-index: 100;
}
.iframe-notice .notice {
	position: absolute;
	max-width: 400px;
	width: auto;
	top: 50%;
	left: 50%;
	padding: 20px;
	border: 1px solid #666;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}
.iframe-notice .notice p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.iframe-notice .accept {
	display: block;
	margin: 20px auto 0 auto;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #007b35;
	background-color: #cce4d6;
	padding: 4px 20px;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
}

.caldera-grid {
	box-sizing: border-box;
	padding: 20px;
	background-color: rgba(231, 231, 231, 1);
}
.caldera-grid label {
	font-weight: normal !important;
}
.caldera-grid a:hover {
	color: rgb(233, 78, 27) !important;
}

h1.categorytitle {
	margin: 1.2em 0;
}
h1.categorytitle, .grosstext {
	color: #fff;
}
.grosstext {
	margin-top: -20px;
}
.grosstext, .grosstext p {
	font-size: 14pt;
	line-height: 30px;
}
.dunkeltext {
	color: #444;
}
.blautext {
	color: rgba(40, 100, 134, 1);
}

.caldera_forms_form p {
	display: none;
}
.caldera_forms_form .checkbox p {
	display: block;
}

.redirect-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}
.redirect-window .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.redirect-window .questionbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 600px;
	height: auto;
	overflow: auto;
	box-sizing: border-box;
	background: #fafafa;
	border: 1px solid #444;
	border-radius: 10px;
	padding: 20px;
	transform: translate(-50%,-50%);
	box-shadow: 2px 2px 8px rgba(0,0,0,.5);
	z-index: 10;
}
.redirect-window .question, .redirect-window .address, .redirect-window .boxes > div {
	font-size: 16px;
	line-height: 20px;
}
.redirect-window .question, .redirect-window .address {
	display: block;
}
.redirect-window .address {
	display: block;
	margin: 20px 0 30px 0;
	border: 1px solid #444;
	background-color: #fff;
	text-align: center;
	padding: 4px;
	border-radius: 4px;
}
.redirect-window .boxes {
	display: block;
}
.redirect-window .boxes > div {
	display: inline-block;
	width: 200px;
	max-width: 100%;
	text-align: center;
	border: 1px solid #080;
	background-color: #c0e6c0;
	color: #000;
	padding: 10px;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
}
.redirect-window .boxes > div.back {
	border-color: #800;
	background-color: #ffe4e1;
	float: right;
}
.redirect-window .clear {
	clear: both;
}

.onreka_slider_block {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#productslider .slick-slide {
	text-align: center;
	vertical-align: top;
	padding: 10px;
}
#productslider .slick-slide img {
	margin-bottom: 20px;
}
#productslider .videobox {
	width: 100%;
	height: 316px;
}
#productslider .videobox video {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	max-width: 100%;
	height: auto;
}
#productslider .slick-slide p {
	margin: 4px 0;
	color: #444;
}
.slick-prev::before, .slick-next::before {
	color: #000;
}

.retailerinfo {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.retailerinfo .bulb {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: url(img/gluehbirne_OnReKa.png) no-repeat center #3aaa35;
	background-size: 20px;
	border-radius: 40px;
	cursor: pointer;
}
.retailerinfo .textbox {
	transition: all .5s ease;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 20px;
}
.retailerinfo.show .textbox, .retailerinfo:hover .textbox {
	background-color: #3aaa35;
	padding: 5px 40px 5px 15px;
	height: 78px;
	width: 165px;
}
.retailerinfo .textbox .text {
	transition-duration: 0s;
	transition-delay: 0s;
	opacity: 0;
}
.retailerinfo.show .textbox .text, .retailerinfo:hover .textbox .text {
	opacity: 1;
	transition: all .2s ease;
	transition-delay: .5s;
}
.retailerinfo .text p, .retailerinfo .text a {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
.retailerinfo .text .verveine a {
	font-size: 16pt;
}
.retailerinfo .text, .retailerinfo .text a, .retailerinfo .text a:hover {
	color: #fff !important;
}

.cookiewrap {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	max-width: 100%;
	z-index: 1000;
}
.cookiebox {
	position: relative;
	width: 1000px;
	max-width: 100%;
	height: 100%;
	max-height: 100vh;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #888;
	box-shadow: 0 0 6px rgba(0,0,0,.7);
	box-sizing: border-box;
	overflow: auto;
}
.cookiebox .h {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 15px;
	text-align: center;
}
.cookiebox .t {
	font-size: 14px;
	line-height: 1.2em;
}
.cookiebox .nopointer:hover {
	cursor: default;
}
.cookiebox #cookies_banner {
	display: block;
}
.cookiebox button {
	display: block;
	margin: 0 auto;
	width: auto;
	cursor: pointer;
	background-color: transparent;
	border: 0 none;
}
.cookiebox .primarybuttons {
	display: block;
	margin: 20px auto;
	text-align: center;
}
.cookiebox #cookies_submit, .cookiebox #cookies_submit_essential {
	font-size: 16px;
	line-height: 18px;
	padding: 14px 20px;
	color: #fff;
	background-color: #0a0;
	width: 260px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}
.cookiebox #cookies_submit_essential {
	padding: 5px 50px;
	background-color: #aaa;
	color: #fff;
}
.cookiebox #cookies_submit_settings {
	background-color: #ccc;
	color: #222;
	padding: 4px 20px;
}
.cookiebox .links {
	display: block;
}
.cookiebox .links ul {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
	line-height: 0;
	font-size: 0;
}
.cookiebox .links li {
	display: inline-block;
	margin: 0 5px;
}
.cookiebox .links a {
	font-size: 13px;
	line-height: 1em;
	color: #888;
	text-decoration: none;
}
.cookiebox .individual {
	display: block;
}
.cookiebox .individual.a {
	display: block;
	margin: 10px 0;
}
.cookiebox .individual .g {
	display: block;
	padding: 5px 0;
}
.cookiebox .individual label {
	display: block;
	padding: 0;
	font-size: 13px;
	cursor: pointer;
}
.cookiebox .individual label input {
	float: right;
}


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

@media (max-width: 1680px) {
	.shop-page {
		flex-basis: calc(33% - 10px);
	}/*
	.shop-page:nth-child(3n) {
		margin-right: 0;
	}
	.shop-page:nth-child(1n) {
		margin-right: 20px;
	}
	.shop-page:nth-child(2n) {
		margin-right: 0;
	}*/
	.shop-page-content {
		font-size: 9pt;
	}
	.shop-product {
		flex-basis: calc(33.33% - 10px);
	}
	.shop-product:nth-child(3n) {
		margin-right: 0;
	}
	.shop-product:nth-child(4n) {
		margin-right: 10px;
	}
	.shop-product-small .shop-product:nth-child(3n) {
		margin-right: 20px;
	}
	.shop-product-small .shop-product:nth-child(5n) {
		margin-right: 0;
	}
}
@media (max-width: 1220px) {
	.fsn-row {
		max-width: 100vw;
		overflow-x: hidden;
	}
	.shop-page {
		flex-basis: calc(100%);
		margin: 0 0 20px 0;
	}
	.shop-page:nth-child(1n) {
		margin-right: 0;
	}
	.shop-page:nth-child(2n) {
		margin-right: 0;
	}
	.shop-page:nth-child(3n) {
		margin-right: 0;
	}
	.shop-product {
		flex-basis: calc(50% - 10px);
	}
	.shop-product:nth-child(2n) {
		margin-right: 0;
	}
	.shop-product:nth-child(3n) {
		margin-right: 10px;
	}
	.shop-product:nth-child(4n) {
		margin-right: 0;
	}
	.shop-product-small .shop-product:nth-child(2n) {
		margin-right: 20px;
	}
	.shop-product-small .shop-product:nth-child(5n) {
		margin-right: 0;
	}
	.shop-categories {
		grid-template-columns: auto auto;
		align-content: center;
	}
	.shop-categories .category-block {
		margin: 0 auto;
	}
}
@media (max-width: 1024px) {
	.shop-products {
		margin-left: 0;
		margin-right: 0;
	}
	.shop-product-small .shop-product {
		flex-basis: calc(50% - 20px);
	}
	.shop-product-small .shop-product:nth-child(1n) {
		margin-right: 20px;
	}
	.shop-product-small .shop-product:nth-child(2n) {
		margin-right: 0;
	}
	.logo-img {
		height: 100%;
		width: auto;
	}
	.logo {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		z-index: 100;
	}
	body main {
		margin-top: 80px;
	}/*
	.logo-img {
		height: calc(100% - 20px);
		margin: 10px 0;
	}
	.logo a:hover .logo-img {
		height: calc(100% - 20px);
		margin: 10px 0;
	}*/
	.menumarker {
		position: absolute;
		display: inline-block;
		top: 10px;
		right: 10px;
		width: 50px;
		height: 60px;
		background: url(img/hamburger_menue.svg) no-repeat center transparent scroll;
		background-size: cover;
		cursor: pointer;
	}
	.menumarker.open {
		background-image: url(img/hamburger_menue_kreuz_gross.svg)
	}
	.nav {
		position: fixed;
		left: 0;
		top: 0;
		width: calc(100vw - 120px);
		height: 100%;
		background-color: rgba(233,78,27,.9);
		box-shadow: 2px 2px 2px rgba(0,0,0,.5);
		z-index: 1000;
		overflow: scroll;
		transform: translate(-110%, 0%);
		transition: all 0.2s ease;
	}
	.nav.open {
		transform: translate(0%, 0%);
	}
	.nav .wrapper {
		margin: 0;
		padding: 40px 20px;
		width: 100%;
	}
	.nav .menu > li {
		display: block;
		margin: 20px 0;
		text-align: left;
	}
	.nav .menu .search {
		margin: 30px 0 0 0;
	}
	.nav .menu li ul {
		position: relative;
		width: 100%;
	}
	.nav .menu li:hover > ul {
		display: block;
		z-index: 10;
	}
	.nav .menu .search .searchinput, .nav .menu .search:hover .searchinput {
		width: calc(100% - 50px);
	}
	.nav .menu li:hover > ul {
		display: none;
	}
	.nav li {
		display: block;
		width: 100%;
	}
	.nav a {
		display: block !important;
	}
	.nav .menu > li.menu-item-has-children > a span::before {
		font-size: 40px;
		transform: rotate(0);
	}
	.nav .menu > li > a span.open::before {
		transform: rotate(180deg);
	}
	.nav .menu > li:hover > a::after, .nav .menu > li.current_page_item > a::after {
		width: 0;
	}
	.nav .menu li ul.open {
		display: block;
	}
	.nav .menu .pwa {
		display: block;
	}
	.categorytitle {
		color: #fff !important;
		margin: 100px 0;
	}
	#productslider .videobox {
		height: 340px;
	}
}
@media (max-width: 960px) {
	.redirect-window .questionbox {
		width: 90%;
	}
	.redirect-window .boxes > div {
		float: none;
		display: block;
		width: 100%;
	}
	.redirect-window .boxes > div.back {
		margin-top: 20px;
	}
}
@media (max-width: 800px) {
	.shop-categories {
		grid-template-columns: auto;
		align-content: center;
	}
	.shop-categories .category-block {
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	article > .full-width-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	article > .full-width-container > . row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.footer .row {
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}
	.footer .fsn-button a {
		margin: 20px auto !important;
	}
	.mobilepadding {
		padding-top: 20px;
	}
	.footer-icons .col-sm-4 {
		display: inline-block;
	}
	.frontpageproducts.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.frontpageproducts.full-width-container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.searchbar .fsn-text {
		width: 100%;
	}
	.searchbar input.searchinput {
		font-size: 20px;
		line-height: 20px;
		padding-left: 52px;
		background-size: 20px;
	}
	.shop-header h1 {
		font-size: 50pt;
	}
}
@media (max-width: 600px) {
	.categorytitle {
		color: #fff !important;
		margin: 100px 0;
	}
	.page h1 {
		font-size: 38px;
		text-align: center;
	}
	.page h2 {
		font-size: 26x;
		margin: 40px 0;
	}
	.page h3 {
		font-size: 16px;
	}
	.shop-header h1 {
		font-size: 40px;
	}
	.shop-header h2 {
		font-size: 20px;
	}
	/*
	.shop-product-matrix .shop-product {
		flex-basis: calc(100%);
		margin: 0 0 10px 0 !important;
	}
	.shop-product-small .shop-product:nth-child(3n) {
		margin-right: 0 !important;
	}*/
	.shop-product span {
		font-size: 16px;
		line-height: 20px;
	}
	.shop-product .subtext {
		font-size: 14px;
	}
	.shop-page-bg, .shop-page-content {
		width: 100%;
		height: 100%;
		display: block;
	}
	.shop-page-bg {
		height: 200px;
	}
	.fsn-row .btn {
		max-width: 160px;
		font-size: 20px !important;
	}
	.grosstext {
		font-size: 16px;
		line-height: 22px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: -20px;
	}
	.shop-page-content {
		font-size: 14px;
	}
	.shop-product-category .shop-product .fsn-button {
		height: calc(20px + 32px);
	}
	.shop-product-category .shop-product .fsn-button a {
		font-size: 20px !important;
		line-height: 20px !important;
	}
	.footer {
		padding: 20px 0;
	}
	.footer h2 {
		font-size: 20px !important;
		line-height: 35px !important;
		margin-bottom: 0 !important;
	}
	.footer .footer-icons a:hover::before {
		font-size: 50px;
	}
	.shop-product {
		width: 100%;
		flex-basis: 100%;
		height: 176px;
		margin-right: 0 !important;
	}
	.shop-product a {
		width: 100%;
		height: auto;
		line-height: 1.2em !important;
		font-weight: 700 !important;
	}
	#productslider .videobox {
		height: 265px;
	}
}
@media (max-width: 500px) {
	.logo {
		text-align: left;
	}
	.logo-img {
		margin-left: 10px;
	}
	.shop-product-category .shop-product .fsn-button {
		height: calc(16px + 32px);
	}
	.shop-product-category .shop-product .fsn-button a {
		font-size: 16px !important;
		line-height: 16px !important;
	}
	.shop-categories .category-block {
		width: 100%;
	}
	.shop-categories > a {
		width: 100%;
	}
	.shop-categories > a .fsn-default {
		font-size: 16px !important;
	}
	#productslider .videobox {
		height: 235px;
	}
}
@media (max-width: 499px) {
	#productslider .videobox {
		height: 125px;
	}
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

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

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

}
.bypostauthor {

}

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

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