/*!
Theme Name: Mytolino
Theme URI: http://underscores.me/
Author: Mytolino
Author URI: https://www.blitzen.de/
Description: Theme der tolino media GmbH & Co. KG
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mytolino
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Mytolino is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Variables
	- Typography
	- Elements
	- Links
	- Forms
	- Logos
	- Icons
	- Colors
# Navigation
 	- Menus
# Components
	- Posts and pages
	- Teaser
	- Header Produkte
	- Download Liste
	- Country Selection
	- Popup Modal
	- Content Blocker - Todo: Check Usage
# Archive
# Templates
	- Presse Materialien
	- FAQ
	- Shop Links
# Footer
	- Comments
	- Widgets
	- Captions
	- Galleries
# Media
	- Lightslider
	- ThreeSixty
# Blocks
	- Boxes
	- Big Box List
	- Small Boxes
	- Info Break Boxes
	- Info Break Banner
	- Info Break Banner Box
	- Featured Produkte Box
	- Featured Produkte Small Box
	- Big Box Produkte
	- Small Box Produkte
	- Bestseller Boxes
	- Logo Boxes Shops
	- WP Block Elements
# Utilities
	- Accessibility
	- Alignments
	- Fixes
	- Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2rem;
	margin: 0.67rem 0;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1rem;
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 400;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1rem;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: .025rem;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 0.75rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25rem;
}

sup {
	top: -0.5rem;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35rem 0.75rem 0.625rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Variables
--------------------------------------------- */
:root {

	/* Tolino CI */
	--tolino-blue: #4698CB;
	--tolino-blue-dark: #161A23;

	--tolino-shadow-dark: 0 3px 6px 0 #161A2340;

	--blue-light-transparent: #4698CBCC;
	--blue-light: #D8E3E8CC;
	--grey-dark: #1D1D1B;
	--grey-dark-transparent: #1D1D1B7F;
	--grey-light: #E6E6E6;
	--grey-medium: #BEBEBE;
	--grey: #969696;

	--white-transparent: #FFFFFF99;
	--white-transparent-thick: #FFFFFFF2;

	/* Others */
	--menu-height-mobile: 5rem;
	--menu-height-tablet: 140px;
	--menu-height: 150px;

	/*
	* #F1F1F1
	* transparent
	* #FFF
	* #EEE
	* #DDD
	* #CCC
	* #BBB
	* #AAA
	* #666
	* #000
	 */
}


/* Typography
--------------------------------------------- */
@font-face {
	font-family: 'Bariol';
	src: url('assets/fonts/bariol_light-webfont.eot');
	src: url('assets/fonts/bariol_light-webfont.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/bariol_light-webfont.woff2') format('woff2'),
	url('assets/fonts/bariol_light-webfont.woff') format('woff'),
	url('assets/fonts/bariol_light-webfont.ttf') format('truetype'),
	url('assets/fonts/bariol_light-webfont.svg#Bariol-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Bariol';
	src: url('assets/fonts/bariol_regular-webfont.eot');
	src: url('assets/fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/bariol_regular-webfont.woff2') format('woff2'),
	url('assets/fonts/bariol_regular-webfont.woff') format('woff'),
	url('assets/fonts/bariol_regular-webfont.ttf') format('truetype'),
	url('assets/fonts/bariol_regular-webfont.svg#Bariol-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Bariol';
	src: url('assets/fonts/bariol_bold-webfont.eot');
	src: url('assets/fonts/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/bariol_bold-webfont.woff2') format('woff2'),
	url('assets/fonts/bariol_bold-webfont.woff') format('woff'),
	url('assets/fonts/bariol_bold-webfont.ttf') format('truetype'),
	url('assets/fonts/bariol_bold-webfont.svg#Bariol-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Bariol', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
}
h1,
h2,
h3 {
	line-height: 1.25;
}
h1 {
	text-align: center;
}
.single-news h1 {
	text-align: left;
	color: var(--tolino-blue);
}
h2 {
	color: var(--tolino-blue);
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5rem;
}

address {
	margin: 0 0 1.5rem;
}

pre {
	background: #EEE;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.6rem;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: var(--grey-light);
	text-decoration: none;
}

big {
	font-size: 1.25rem;
}

.title-head {
	text-transform: uppercase;
}

.wp-block-image figcaption {
	color: #000;
	font-size: 0.85rem;
}

/* Elements
--------------------------------------------- */
body {
	background-color: #F1F1F1;
	min-width: 280px;
}

hr {
	background-color: #000;
	border: 0;
	height: 1px;
	margin-bottom: 1.5rem;
}

ul,
ol {
	margin: 0 0 1rem 0;
	padding: 0 0 1rem 1rem;
}
li {
	margin-left: 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5rem;
}

dt {
	font-weight: 300;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1rem 0;
}

table {
	margin: 0 0 1.5rem;
	width: 100%;
}

small {
	/* Smoothing */
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: #00000011 0 0 1px;
}

/* Buttons
--------------------------------------------- */
button[name="buy"]:active,
button[name="buy"]:focus,
button[name="more-info"]:active,
button[name="more-info"]:focus {
	border-color: #000;
}
button[name="buy"]:hover,
button[name="more-info"]:hover {
	cursor: pointer;
	border-color: #FFF;
}

.wp-block-file .wp-block-file__button {
	display: inline-block;
	--icon-padding: 1.5rem;
}
.wp-block-button__link {
	--icon-padding: 0rem;
}
.wp-block-button__link,
.wp-block-file .wp-block-file__button {
	color: #000!important;
	border: 2px solid #000!important;
	font-size: 1rem!important;
	font-weight: 400;
	padding-top: 1rem;
	padding-bottom: 1rem;
	line-height: 1;
	padding-right: calc(1.625rem + var(--icon-padding));
	padding-left: calc(1.625rem);
	border-radius: 12px!important;
	position: relative;
	background-color: var(--white-transparent);
}
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover {
	color: #FFF!important;
	background: var(--tolino-blue)!important;
	border-color: #FFF!important;
	text-decoration: underline!important;
}
.wp-block-file .wp-block-file__button::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0.625em;
	right: 1.125em;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-size: auto 90px;
	background-repeat: no-repeat;
	background-position: -391px top;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
}
.wp-block-file .wp-block-file__button:hover::after {
	background-position-y: bottom;
}

.download-button {
	--icon-padding: 1.5rem;
	display: inline-block;
	position: relative;
	border: 2px solid #000;
	font-weight: 400;
	padding-top: 1rem;
	padding-bottom: 1rem;
	line-height: 1;
	padding-right: calc(1.625rem + var(--icon-padding));
	padding-left: calc(1.625rem);
	border-radius: 12px;
	background-color: var(--white-transparent);
}
.download-button:hover {
	color: #FFF;
	background: var(--tolino-blue);
	border-color: #FFF;
}
.download-button::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0.625em;
	right: 1.125em;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-size: auto 90px;
	background-repeat: no-repeat;
	background-position: -391px top;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
}
.download-button:hover::after {
	background-position-y: bottom;
}
.file-download-list .file-download a.download-button::before {
	display: none;
}
.file-download-list .file-download a.download-button:hover {
	color: #FFF;
}
.file-download-list .file-download .download-button {
	text-decoration: none;
}
.file-download-list .file-download:nth-child(n+2) .download-button {
	margin-top: 20px;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: underline;
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: var(--tolino-blue);
}
a:hover {
	outline: 0;
}

.buy-now-link {
	--icon-padding: 1rem;
}
.read-more-link {
	--icon-padding: 0rem;
}
.read-more-link,
.buy-now-link {
	--add-padding: 0rem;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: calc(.625rem + var(--icon-padding) + var(--add-padding));
	padding-left: calc(.625rem + var(--add-padding));
	border-radius: 12px;
	background-color: var(--white-transparent);
	border: 2px solid #000;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	color: #000;
}
.read-more-link:hover,
.buy-now-link:hover {
	color: #FFF;
	background-color: var(--tolino-blue);
	border-color: #FFF;
	text-decoration: underline;
}
.buy-now-link::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: calc(.125em + var(--add-padding));
	background-image: url('assets/svg/mytolino-icons.svg');
	background-size: auto 90px;
	background-repeat: no-repeat;
	-webkit-transform: scale(.4) rotate(180deg);
	-moz-transform: scale(.4) rotate(180deg);
	-o-transform: scale(.4) rotate(180deg);
	transform: scale(.4) rotate(180deg);
}
.buy-now-link::after {
	background-position: -182px top;
	top: 0.625em;
}
.read-more-link:hover::after,
.buy-now-link:hover::after {
	background-position-y: bottom;
}
.read-more-link.active::after,
.buy-now-link.active::after {
	-webkit-transform: scale(.4) rotate(0deg);
	-moz-transform: scale(.4) rotate(0deg);
	-o-transform: scale(.4) rotate(0deg);
	transform: scale(.4) rotate(0deg);
}

.featured-buttons {
	--space: 10px;
	margin: calc(var(--space) * -1 / 2);
	margin-bottom: .5rem;
	display: flex;
	flex-wrap: wrap;
}
.featured-buttons .read-more-link,
.featured-buttons .buy-now-link {
	margin: calc(var(--space) / 2);
}

/* Forms
--------------------------------------------- */
form.vfbp-form {
	padding: 2rem 1rem;
	width: 95%;
	background-color: #FFF;
	box-shadow: var(--tolino-shadow-dark);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #CCC #CCC #BBB;
	border-radius: 12px;
	background: var(--grey-light);
	color: #000;
	line-height: 1;
	padding: 0.6rem 1rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #CCC #BBB #AAA;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #AAA #BBB #BBB;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #CCC;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--tolino-blue-dark);
}

select {
	border: 1px solid #CCC;
}

textarea {
	width: 100%;
}

/* Logos
--------------------------------------------- */
/* Produkt Logos */
.produkt-logo {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 100px;
	height: 60px;
	display: block;
	background-size: auto 100px;
	background-position: -520px -38px;
	background-repeat: no-repeat;
}
.white-typo.produkt-background .produkt-logo.white-logo {
	background-position-x: -345px;
}
.produkt-logo.tolino-epos-2 {
	background-image: url('assets/svg/mytolino-produkte-logos/tolino-epos-2.svg');
}
.produkt-logo.tolino-epos-3 {
	background-image: url('assets/svg/mytolino-produkte-logos/tolino-epos-3.svg');
}
.produkt-logo.tolino-page {
	background-image: url('assets/svg/mytolino-produkte-logos/tolino-page.svg');
}
.produkt-logo.tolino-page-2 {
	background-image: url('assets/svg/mytolino-produkte-logos/tolino-page-2.svg');
}
.produkt-logo.tolino-shine-2-hd {
	background-image: url('assets/svg/mytolino-produkte-logos/tolino-shine-2-hd.svg');
}
.produkt-logo.tolino-shine-3 {
	background-image: url('assets/svg/mytolino-produkte-logos/tolino-shine-3.svg');
}
.produkt-logo.tolino-vision-4-hd {
	background-image: url('assets/svg/mytolino-produkte-logos/tolino-vision-4-hd.svg');
}
.produkt-logo.tolino-vision-5 {
	background-image: url('assets/svg/mytolino-produkte-logos/tolino-vision-5.svg');
}
.produkt-logo.tolino-vision-6 {
	background-image: url('assets/svg/mytolino-produkte-logos/tolino-vision-6.svg');
}
.produkt-logo.tolino-webreader {
	background-image: url('assets/svg/mytolino-produkte-logos/tolino-webreader.svg');
}

/* Shop Logos */
.shop-logo,
.shop-logo-link {
	height: 60px;
	background-image: url('assets/svg/mytolino-shop-logos.svg');
	background-size: 800px auto;
	background-repeat: no-repeat;
}
.shop-logo a {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	display: block;
}
.shop-buecher-de {
	width: 170px;
	background-position: 0 -272px;
}
.shop-ebook-de {
	width: 159px;
	background-position: 0 -209px;
}
.shop-hugendubel {
	width: 189px;
	background-position: 4px -5px;
}
.shop-ibs-it {
	width: 111px;
	background-position: 1px -670px;
}
.shop-indiebook {
	width: 150px;
	background-position: 1px -534px;
}
.shop-libraccio-it {
	width: 191px;
	background-position: 1px -601px;
}
.shop-libri {
	width: 56px;
	height: 60px;
	background-position: 0 -804px;
}
.shop-libris-nl {
	width: 97px;
	background-position: 0 -1334px;
}
.shop-meine-buchhandlung {
	width: 163px;
	background-position: 1px -340px;
}
.shop-orellfuessli {
	width: 153px;
	background-position: 1px -737px;
}
.shop-osiander-de {
	width: 194px;
	background-position: 1px -470px;
}
.shop-rakuten-kobo {
	width: 206px;
	background-position: 0 -1200px;
}
.shop-skoobe {
	width: 146px;
	background-position: 0 -1264px;
}
.shop-thalia-at {
	width: 194px;
	background-position: 0 -866px;
}
.shop-thalia-de {
	width: 194px;
	background-position: 0 -1133px;
}
.shop-thalia {
	width: 187px;
	background-position: 0 -139px;
}
.shop-weltbild-at {
	width: 201px;
	background-position: 1px -999px;
}
.shop-weltbild-ch {
	width: 199px;
	background-position: 1px -1069px;
}
.shop-weltbild-de {
	width: 203px;
	background-position: 1px -928px;
}
.shop-weltbild {
	width: 150px;
	background-position: 1px -69px;
}

.white-logo.shop-buecher-de,
.white-logo.shop-ebook-de,
.white-logo.shop-hugendubel,
.white-logo.shop-ibs-it,
.white-logo.shop-indiebook,
.white-logo.shop-libraccio-it,
.white-logo.shop-libri,
.white-logo.shop-libris-nl,
.white-logo.shop-meine-buchhandlung,
.white-logo.shop-orellfuessli,
.white-logo.shop-osiander-de,
.white-logo.shop-rakuten-kobo,
.white-logo.shop-skoobe,
.white-logo.shop-thalia-at,
.white-logo.shop-thalia-de,
.white-logo.shop-thalia,
.white-logo.shop-weltbild-at,
.white-logo.shop-weltbild-ch,
.white-logo.shop-weltbild-de,
.white-logo.shop-weltbild {
	background-position-x: -600px;
}
.appstore {
	width: 120px;
	height: 40px;
	background-position: center;
	background-image: url('assets/svg/appshop-appstore.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.googleplay {
	width: 137px;
	height: 40px;
	background-position: center;
	background-image: url('assets/svg/appshop-googleplay.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
}

/* Colors
--------------------------------------------- */
.theme-background {
	background: rgb(147,165,207);
	background: linear-gradient(187deg, rgba(147,165,207,1) 7%, rgba(228,239,233,1) 100%);
}
.white-background {
	background: #FFF;
}

/* Invert Font-, Logo- and Icon-Colors */
.white-typo.produkt-background,
.white-typo.produkt-background.produkt-header figcaption h3 {
	color: #FFF;
}
.white-typo.produkt-background.produkt-header figcaption {
	background-color: var(--grey-dark-transparent);
}
.white-typo.produkt-background .shop-links-popup {
	color: #000;
}
.white-typo.produkt-background.featured-slider h2,
.white-typo.produkt-background.featured-slider h3,
.white-typo.produkt-background.produkt-header  h2,
.white-typo.produkt-background.produkt-header h3,
.white-typo.produkt-background.small-box-produkte .entry-content h2,
.white-typo.produkt-background.small-box-produkte .entry-content h3,
.white-typo.produkt-background.big-box-produkte-section .entry-content h2,
.white-typo.produkt-background.big-box-produkte-section .entry-content h3,
.white-typo.produkt-background.big-box-list-section .entry-content h2,
.white-typo.produkt-background.big-box-list-section .entry-content h3,
.white-typo.produkt-background.big-box-list-produkte-section .entry-content h2,
.white-typo.produkt-background.big-box-list-produkte-section .entry-content h3,
.white-typo.produkt-background.featured-produkt-box-section .entry-content  h2,
.white-typo.produkt-background.featured-produkt-box-section .entry-content  h3 {
	color: #FFF;
}
.white-typo.produkt-background hr {
	background-color: #FFF;
}
.white-typo.produkt-background.big-box-list-produkte-section .icon-box::after {
	background-position-y: bottom;
}

/* Embeds
--------------------------------------------- */
.wp-block-embed-youtube.alignleft,
.wp-block-embed-youtube.alignright,
.wp-block-embed-youtube.aligncenter {
	float: none;
	width: calc(100% - 20px);
	max-width: unset;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.custom-logo {
	display: flex;
	height: 100%;
}
.custom-logo img {
	object-fit: contain;
	height: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
#page {
	padding-top: var(--menu-height-mobile);
}
.post,
.page {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.site-main > .entry-header {
	margin-top: 30px;
}
.hentry > .entry-header {
	padding-top: 0;
}
.hentry > .entry-header > *,
.hentry > .entry-content > * {
	margin: 20px 10px;
}
.hentry > .entry-content > form.vfbp-form {
	margin: 5rem auto;
}
.hentry > .entry-content > .banner-size {
	margin: 0;
}
.hentry > .entry-content > .featured-produkt-box-section.banner-size {
	margin-bottom: 40px;
}
.hentry > .entry-content > .info-break-boxes-section {
	margin-top: 40px;
}

.entry-content header h2,
.entry-content header h3,
.entry-content h2,
.entry-content h3 {
	margin-block-start: 0.5rem;
}
.entry-content header a {
	text-decoration: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5rem;
}
.entry-meta {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.single-news .entry-meta {
	display: block;
}
.single-news .entry-meta .catline::after {
	content: ',';
}
.teaser-news {
	text-align: center;
}
.teaser-news .entry-meta {
	margin: 0;
	padding: 0.875rem 0;
	color: #000;
	font-size: 1rem;
	line-height: 1.2;
	align-items: center;
	flex-direction: row;
}
.teaser-news .entry-meta .catline {
	display: block;
	padding: 3px 10px;
	border: 1px solid #000;
	border-radius: 6px;
}

/* Hader Page
--------------------------------------------- */
.page-header {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin-bottom: 40px;
}
.page-header-image-background {
	object-fit: cover;
	height: calc(100vw * 7/10);
	width: 100%;
}
.page-header-image-voucher {
	position: absolute;
	top: 10%;
	left: 10%;
	width: calc(35px + 10%);
}
.page-header header {
	width: 100%;
	background-color: rgba(216, 227, 232, 0.8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem 0 1.75rem 0;
}
.page-header h2,
.page-header header > * {
	margin: .25rem 2rem;
	color: #000;
}
.page-header header > *:last-child {
	margin-bottom: 1rem;
}
.page-header header > img {
	width: 80px;
}
.page-header button[name="more-info"] {
	margin: .5rem auto;
	display: inline;
}
.page-header button[name="more-info"],
.page-header button[name="more-info"]:focus,
.page-header button[name="more-info"]:hover {
	border: none;
	padding: 0;
}

/* Header Produkte
--------------------------------------------- */
.produkt-header {
	position: relative;
	margin-bottom: 40px;
}
.produkt-header figure {
	margin-top: 0;
}
.produkt-header .produkt-box-image {
	height: calc(100vw * 7/10);
	display: flex;
	align-items: center;
	position: relative;
}
.produkt-header .produkt-box-image img {
	object-fit: contain;
	width: 100%;
	height: 80%;
	margin: 10% auto;
}
.produkt-header .produkt-logo {
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 1;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}
.produkt-header figcaption {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--blue-light);
	padding-top: 1rem;
}
.produkt-header figcaption > * {
	margin: auto;
	margin-block-start: .25rem;
    margin-block-end: .25rem;
	max-width: 25ch;
}
.produkt-header figcaption .featured-buttons {
	justify-content: center;
}
.produkt-header figcaption > *:last-child {
	margin-bottom: 2rem;
}
.produkt-header .featured-buttons {
	min-width: 280px;
}
.produkt-header figcaption h1 {
	max-width: 15ch;
	font-size: 1.825rem;
}
.produkt-header figcaption ul,
.produkt-header figcaption ol {
	text-align: left;
}
.produkt-header figcaption ul li {
	list-style: none;
	margin-bottom: .35rem;
}

/*--------------------------------------------------------------
# Download Liste
--------------------------------------------------------------*/
.file-download-list,
.file-download-list .file-download {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.file-download-list .file-download a {
	position: relative;
	padding-left: 40px;
}
.file-download-list .file-download a::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-size: auto 90px;
	background-position: -390px top;
}
.file-download-list .file-download a:hover {
	color: var(--tolino-blue);
	text-decoration: underline;
}
.file-download-list .file-download a:hover::before {
	background-position-y: center;
}

/*--------------------------------------------------------------
# Country Selection
--------------------------------------------------------------*/
.country-select-section {
	width: 95%;
	max-width: 1140px;
	margin: 2rem auto 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.country-select-section .country-select-trigger {
	display: inline-block;
	width: 45px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #000;
	margin: 0 5px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	text-indent: -9999px;
}
.country-select-section .country-select-trigger::after {
	content: '';
    display: block;
    width: 20px;
    height: 20px;
	position: absolute;
	top: 5px;
	left: 12px;
    background-image: url('assets/svg/mytolino-icons.svg');
    background-size: auto 60px;
    background-position: -100px 1px;
}
.country-select-section .country-select-trigger.active::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.country-select-section span {
	font-size: 0.875rem;
	flex: 1 1 calc(50% - 45px);
}
.country-select-section span:first-child {
	padding-right: 10px;
	text-align: right;
}
.country-select-section span:last-child {
	padding-left: 10px;
	text-align: left;
}
.country-select-section .country-select {
	position: absolute;
	top: 40px;
	left: calc(50% - 100px);
	z-index: 22;
	background-color: #FFF;
	text-align: center;
	width: 200px;
	margin: 0;
	padding: 0;
	border-radius: 12px;
	display: none;
}
.country-select-section .country-select li {
	list-style: none;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.country-select-section .country-select li:first-child {
	padding-top: 15px;
}
.country-select-section .country-select li:last-child {
	padding-bottom: 15px;
}
.country-select-section .country-select button {
	color: #000;
	text-decoration: none;
	line-height: 2;
	display: block;
	width: 100%;
	background: transparent;
	border: none;
}
.country-select-section .country-select button:hover {
	color: var(--tolino-blue);
	cursor: pointer;
	text-decoration: underline;
}
/*--------------------------------------------------------------
# Popup Modal
--------------------------------------------------------------*/
.popup-modal-container {
	width: 100vw;
	height: 0;
	z-index: 0;
	background-color: transparent;
	transition: background-color 0.3s;
}
.popup-modal-container.activ-popup,
.popup-modal-container.activ-popup .modal-backdrop {
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.popup-modal-container.activ-popup {
	z-index: 99999;
}
.popup-modal-container.activ-popup .modal-backdrop {
	width: 100%;
	background-color: #000000BB;
	transition: background-color 0.3s;
}
.popup-modal-container .modal-dialog {
	display: none;
	width: 90%;
	max-width: 580px;
	height: auto;
	min-height: 6rem;
	margin: 0 auto;
	padding: 2rem 1rem 0;
	border-radius: 12px;
	background-color: #DDD;
}
.popup-modal-container.activ-popup .modal-dialog {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.popup-modal-container .modal-dialog.loading-popup::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-size: auto 90px;
	background-position: 60px bottom;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.popup-modal-container .modal-dialog .modal-content {
	text-align: center;
	width: 50%;
	flex-grow: 1;
	padding: 1rem;
	margin-bottom: 2rem;
}
.popup-modal-container .modal-dialog .modal-content:nth-child(2n+2) {
	border-left: 2px solid #FFF;
}
.popup-modal-container .modal-dialog .modal-content h3 {
	margin-top: 0;
}
.popup-modal-container .featured-buttons {
	justify-content: center;
}
/*--------------------------------------------------------------
# Content Blocker - Todo: Check Usage
--------------------------------------------------------------*/
.BorlabsCookie .blocker-btn {
	font-family: 'Bariol', sans-serif;
	transition: all 0.2s ease-in-out;
	border: solid 2px var(--tolino-blue);
	display: inline-block;
	margin: 20px 0;
	background-color: #FFF;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: normal;
	padding: 2px 40px;
	font-size: 1.125rem;
	max-width: 100%;
	line-height: 1.42857;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.BorlabsCookie .blocker-btn:hover {
	background-color: var(--tolino-blue);
	color: #FFF;
}
.embed-container .BorlabsCookie,
.embed-container .BorlabsCookie .tolino-content-blocker {
	width: 100%;
	height: 100%;
	display: block;
}
.BorlabsCookie .tolino-content-blocker.video-blocker {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
}
.BorlabsCookie .tolino-content-blocker.video-blocker::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--grey-dark-transparent);
}
.BorlabsCookie .tolino-content-blocker > img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	min-height: 274px;
}
.BorlabsCookie .tolino-content-blocker .tolino-blocker-content {
	padding: 35px;
	color: #FFF;
}
.BorlabsCookie .tolino-content-blocker .tolino-blocker-content p {
	color: #FFF;
}
.BorlabsCookie .tolino-content-blocker.video-blocker .tolino-blocker-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.BorlabsCookie .tolino-content-blocker .tolino-blocker-content .blocker-caption {
	max-width: 525px;
	margin: 0 auto;
	text-align: center;
}
.teaser-section .teaser-video > .BorlabsCookie {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	font-family: 'Bariol', sans-serif;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	opacity: 0;
}
.teaser-section:hover .teaser-video > .BorlabsCookie {
	opacity: 1;
}
/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.archive-page-header {
	margin: 3rem auto 1rem;
	padding: 0 0 2rem;
	max-width: 1140px;
	text-align: center;
}
.archive-page-header:first-child {
	padding-top: 3rem;
}
.archive-page-header > * {
	padding: 0;
	margin: 0;
}
.archive-page-header h1 {
	color: var(--tolino-blue);
	font-weight: 400;
}
.archive-page-header p {
	font-size: 1.5rem;
}
.archive-entries,
.archive-references,
.about-archive {
	width: 95%;
	max-width: 1140px;
	margin: 0 auto;
}
.archive-references {
	max-width: 1400px;
}
.archive-entries > *,
.archive-references > * {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 25px;
	border-radius: 12px;
	overflow: hidden;
}
.archive-entries > * header,
.archive-entries > * .entry-content {
	padding: 5px 30px;
}
.archive-entries > * footer {
	padding: 2.5rem 2rem 3rem;
	margin-top: auto;
}
.archive-entries .type-news,
.archive-references > article {
	background: #FFF;
	box-shadow: var(--tolino-shadow-dark);
}
.archive-references > article footer {
	padding-left: 0;
	padding-right: 0;
	margin-top: auto;
}
.archive-entries .type-news img {
	height: 225px;
	object-fit: cover;
}
.archive-entries .type-news h2 {
	font-size: 1.5rem;
}
.archive-entries .type-news h2 a {
	font-weight: 400;
	text-decoration: none;
}
.archive-entries .type-news h2 a:hover {
	color: #000;
}
.archive-references > article h3 {
	margin-top: 0;
}
.archive-entries .type-news p {
	margin: 0;
}
.news-archive-top img {
	height: 100%;
}
nav.pagination {
	display: flex;
	width: 100%;
	margin: 4rem 0 1rem;
	align-items: center;
	font-size: 1.45rem;
	font-weight: 300;
}
nav.pagination .nav-links {
	display: flex;
}
nav.pagination .nav-links > * {
	margin: 0 5px;
	padding: 5px;
	text-decoration: none;
}
nav.pagination .nav-links .page-numbers.current {
	color: var(--tolino-blue);
}
nav.pagination .nav-links .page-numbers.next,
nav.pagination .nav-links .page-numbers.prev {
	position: relative;
	text-indent: -9999px;
	padding: 0;
	width: 30px;
}
nav.pagination .nav-links .page-numbers.prev::after,
nav.pagination .nav-links .page-numbers.next::after {
	content: '';
	position: absolute;
	top: 13px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-size: auto 60px;
	background-position: -100px top;
}
nav.pagination .nav-links .page-numbers.prev:hover::after,
nav.pagination .nav-links .page-numbers.next:hover::after {
	background-position-y: center;
}
nav.pagination .nav-links .page-numbers.prev::after {
	transform: rotate(90deg);
	left: 5px;
}
nav.pagination .nav-links .page-numbers.next::after {
	transform: rotate(-90deg);
	right: 5px;
}
.about-archive h2 {
	font-size: 2.5rem;
	font-weight: 400;
	text-align: center;
}
.about-archive h3 {
	text-align: center;
}
.about-archive p {
	font-size: 1rem;
}

/*--------------------------------------------------------------
# Templates
	- Presse Materialien
--------------------------------------------------------------*/
section.press-material {
	width: 95%;
	max-width: 1140px;
	margin: 5rem  auto 0;
}
.press-material-form {
	display: inline-block;
	margin: 0 0 2rem;
	width: 100%;
}
.press-material-form button {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	border: 2px solid var(--tolino-blue-dark);
	border-radius: 0;
	font-family: 'Bariol', sans-serif;
	color: var(--tolino-blue-dark);
}
.press-material-form button:not(:last-child) {
	border-bottom-width: 0;
}
.press-material-form button.active,
.press-material-form button:hover {
	cursor: pointer;
	background-color: #FFF;
}
.press-material-form button:focus {
	outline-color: var(--tolino-blue);
	outline-offset: -4px;
}
.press-material-list > article {
	display: inline-block;
	width: 100%;
	background-color: #FFF;
	padding: 35px;
	border-radius: 18px;
	margin-bottom: 3rem;
	box-shadow: var(--tolino-shadow-dark);
}
.press-material-list > article figure {
	cursor: pointer;
}
.press-material-list > article figure,
.press-material-list > article figure img {
	width: 100%;
	margin: 0;
}
.press-material-list > article.product-material figure img {
    object-fit: contain;
	padding-left: 10%;
	padding-right: 10%;
	max-height: 60vw;
}
.press-material-list > article .material-content {
	width: 100%;
	margin-top: 1rem;
}
.press-material-list > article .material-content h3 {
	margin-top: 0;
	color: var(--tolino-blue);
}

/* FAQ
--------------------------------------------- */
.faq {
	padding-top: 0;
}
.faq h2 {
	max-width: 30ch;
}
.faq-term  > .entry-header {
	margin: 12.5vw 7.5vw 2.5vw 7.5vw;
}
.faq-term > .entry-header > * {
	margin: 0;
	color: #000;
}
.faq-entry {
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 18px;
	margin: auto;
}
.faq-entry:hover {
	background-color: #FFF;
}
.faq-entry.faq-open {
	background-color: #FFF;
	margin-bottom: 10px;
}
.faq-entry > .entry-header {
	margin-bottom: 0;
	position: relative;
	cursor: pointer;
	padding: 20px 7.5vw;
}
.faq-entry > .entry-header > * {
	margin: 0;
	cursor: pointer;
}
.faq-entry .entry-title {
	max-width: calc(100% - 60px);
}
.faq-expand {
	position: absolute;
	right: 7.5vw;
	top: 0;
	width: 20px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.faq-expand,
.faq-expand:hover,
.faq-expand:focus,
.faq-expand:active {
	border: unset;
}
.faq-expand::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-size: auto 60px;
	background-position: -121px top;
	background-repeat: no-repeat;
	margin: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.faq-expand.faq-open::after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.faq-entry {
	position: relative;
}
.faq-entry > .entry-content {
	display: none;
	padding: 0 7.5vw 20px 7.5vw;
}
.faq-entry > .entry-content > * {
	margin: 0;
}
.faq-entry > .entry-content > * + * {
	margin-block-start: 1rem;
	margin-block-end: 0;
}
.faq-entry > .entry-content {
	margin-top: 0;
	cursor: default;
}
.faq-page-header {
	padding-top: 0;
}
.faq-page-header .page-header-image-background {
	object-fit: contain;
	width: 100%;
	height: 50vw;
	margin-top: 30px;
}
.faq-page-header .faq-links {
	margin: 30px auto 20px auto;
	width: calc(100% - 15vw - 20px);
	position: relative;
}
.faq-page-header .faq-links * {
	margin: 0;
}
.faq-page-header .faq-links h2 {
	margin-bottom: 1rem;
}
.faq-page-header .faq-links hr {
	margin: 1.5rem 0;
	background-color: var(--grey);
}
.faq-title {
	margin-top: 40px;
}
.faq-page-header .download-button.icon-font::after {
	background-position-x: -275px;
}
.faq-page-header .download-button.icon-cloud-download::after {
	background-position-x: -391px;
}
.faq-page-header .download-button.icon-pdf::after {
	background-position-x: -752px;
}

/* Shop Links
--------------------------------------------- */
.shop-links-wrapper {
	position: absolute;
	height: 0;
	width: 100%;
	left: 0;
}
.shop-links-popup {
	display: none;
	--popup-width: calc(100% - 40px);
	width: var(--popup-width);
	position: absolute;
	top: -10px;
	left: calc(50% - var(--popup-width) / 2);
	padding: 10px;
	z-index: 40;
	border-radius: 18px;
	background-color: #FFF;
	-webkit-box-shadow: var(--tolino-shadow-dark);
	box-shadow: var(--tolino-shadow-dark);
	text-align: center;
}
.shop-links-popup p {
	max-width: 20ch;
	margin: 20px auto;
}
.featured-produkt-box-section .entry-content .shop-links-popup p {
	margin-top: 20px;
}
.shop-links-popup button {
	cursor: pointer;
}
.shop-links-popup > button[name=hide-shops] {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}
.shop-links-popup > button[name=hide-shops]:hover {
	opacity: .3;
}
.shop-links-popup > button[name=hide-shops]::after {
	content: '';
	display: block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-size: auto 60px;
	background-position: -22px top;
	background-repeat: no-repeat;
}
.shop-links-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto;
}
.shop-links-popup .shop-logo-wrapper {
	width: 50%;
	height: 60px;
	position: relative;
}
.shop-links-popup .shop-logo-wrapper .shop-logo-link {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(.5) translate(-50%, -50%);
	-moz-transform: scale(.5) translate(-50%, -50%);
	-o-transform: scale(.5) translate(-50%, -50%);
	transform: scale(.5) translate(-50%, -50%);
	transform-origin: top left;
}
.popup-modal-container .shop-links-wrapper {
	top: -20px;
}

/* Search
--------------------------------------------- */
.search .page-header {
	height: unset;
}
.search .page-header h1 {
	text-align: center;
}
.search .search-bar {
	margin-bottom: 6rem;
}
.search .search-bar form {
	display: block;
	width: 100%;
	max-width: 500px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.search .search-bar form input {
	display: block;
	width: 100%;
	padding: 13px 12px 13px 55px;
    border-radius: 12px;
    border: none;
    outline: none;
	font-weight: 400;
    -webkit-box-shadow: inset var(--tolino-shadow-dark);
    box-shadow: inset var(--tolino-shadow-dark);
}
.search .search-bar form button {
	position: absolute;
	top: 0;
	left: 10px;
	border: 0;
	text-indent: -9999px;
	background-color: transparent;
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.search .search-bar form button::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 12px;
	left: 12px;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-size: auto 90px;
	background-position: -60px top;
}
.search .search-bar form button:hover::after {
	background-position-y: center;
}
.search .search-bar h4 {
	text-align: center;
	color: var(--grey-medium);
}
.search p {
	max-width: 50ch;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.search-results-section {
	max-width: 1000px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.search-results-section hr {
	background-color: var(--grey-medium);
	margin-top: 2.875rem;
	margin-bottom: 2.25rem;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.search-results-section article {
	padding-left: 10px;
	padding-right: 10px;
}
.search-results-section .entry-title {
	max-width: 30ch;
	margin-left: auto;
	margin-right: auto;
}
.search-results-section article:first-child .entry-title {
	border-top: none;
}
.search-results-section .entry-title span {
	color: var(--grey);
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 300;
}
.search-results-section .entry-title a {
	text-decoration: none;
}
.search-results-section .entry-footer {
	margin-top: 2rem;
}
.search-results nav.pagination {
	justify-content: center;
	margin-bottom: 5rem;
	margin-top: 2rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: var(--tolino-blue-dark);
	color: #FFF;
	text-align: center;
	padding: 3rem 1rem 1.5rem 1rem;
	margin-top: 3rem;
}
.site-footer a {
	color: #FFF;
	display: block;
}
.site-footer span {
	display: block;
}
.site-footer button:not(:last-child) {
	margin-right: .5rem;
}
.site-info {
	text-align: left;
}
.site-info ul {
	display: flex;
	padding: 0;
}
.site-info li {
	display: flex;
	list-style: none;
	margin: 0;
}
.site-info a {
	margin: 0 .5rem;
	text-decoration: none;
}
.site-info a:hover {
	color: var(--tolino-blue);
}
.site-info li:first-child a {
	margin-left: 0;
}
.site-info li:not(:first-child)::before {
	content: '/';
}
.site-info .company-name strong {
	text-transform: uppercase;
	display: block;
}
.site-footer .social-media-section {
	margin-bottom: 2rem;
}
.site-footer .social-media-section a {
	width: 55px;
	height: 55px;
	display: inline-block;
	margin: 0;
}
.site-footer .social-media-section a + a {
	margin-left: 20px;
}
.site-footer .sm-icon {
	background-image: url('assets/svg/mytolino-icons-social-media.svg');
	background-size: auto 170px;
	background-position-y: bottom;
	background-repeat: no-repeat;
    text-indent: -9999px;
}
.site-footer .sm-icon.sm-facebook {
	background-position-x: -181px;
    width: 34px;
}
.site-footer .sm-icon.sm-instagram {
	background-position-x: -2px;
}
.site-footer .sm-icon.sm-twitter {
	background-position-x: -114px;
	width: 52px;
}
.site-footer .sm-icon.sm-youtube {
	background-position-x: -58px;
}
.site-footer .footer-menu-content {
	text-align: left;
	max-width: 270px;
	margin: 0 auto 3.5rem auto;
}
.site-footer .footer-menu-content ul,
.site-footer .footer-menu-content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer .footer-menu a {
	padding-top: .35rem;
	padding-bottom: .35rem;
	text-decoration: none;
}
.site-footer .footer-menu > li {
	position: relative;
}
.site-footer .footer-menu > li > a {
	font-size: 1.17rem;
	font-weight: 300;
}
.site-footer .footer-menu > li::before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 12px;
	right: 0;
	background-image: url('assets/svg/mytolino-icons.svg');
    background-size: auto 45px;
    background-position: -422px bottom;
	background-repeat: no-repeat;
}
.site-footer .footer-menu > li.active::before {
	background-position-x: -108px;
}
.site-footer .footer-menu .sub-menu {
	display: none;
}
.site-footer .footer-menu .sub-menu.hello {
	border-bottom: 1px solid white;
}
.site-footer .footer-menu .sub-menu li:first-child a {
	margin-block-start: 0;
}
.site-footer .footer-menu .sub-menu {
	padding-bottom: 1rem;
}
.shop-list-section {
	width: 95%;
	max-width: 950px;
	justify-content: center;
	margin: 2rem auto;
}
main > .shop-list-section {
	margin-top: 5rem;
}
.modal-content .shop-list-section {
	margin: 10px;
}
.social-media-section h3,
.shop-list-section h3 {
	width: 100%;
	text-align: center
}
.shop-list-section ul,
.social-media-section ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.shop-list-section ul,
.shop-list-section ul li,
.social-media-section ul ,
.social-media-section ul li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
}
.shop-list-section.app-shop ul li {
	margin-right: 15px;
}
.shop-list-section ul li:last-child,
.social-media-section ul li:last-child {
	margin-right: 0;
}
.shop-list-section ul li::before,
.social-media-section ul li::before {
	display: none;
}
.shop-list-section .shop-rakuten-kobo,
.shop-list-section .shop-weltbild-at,
.shop-list-section .shop-weltbild-ch,
.shop-list-section .shop-weltbild-de {
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	-o-transform: scale(.75);
	transform: scale(.75);
}
.shop-list-section .shop-hugendubel,
.shop-list-section .shop-osiander-de,
.shop-list-section .shop-libraccio-it,
.shop-list-section .shop-thalia-de,
.shop-list-section .shop-thalia-at {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}
.shop-list-section .shop-thalia {
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	-o-transform: scale(.85);
	transform: scale(.85);
}
.shop-list-section .shop-buecher-de {
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
}
.shop-list-section .shop-meine-buchhandlung {
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95);
}
.shop-list-section .shop-skoobe,
.shop-list-section .shop-weltbild {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.shop-list-section .shop-libri,
.shop-list-section .shop-indiebook {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5rem;
}
.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}
.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5rem;
	display: grid;
	grid-gap: 1.5rem;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Lightslider
--------------------------------------------- */
.lSSlideOuter {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.lightSlider:before, .lightSlider::after {
	content: " ";
	display: table;
}
.lightSlider {
	overflow: hidden;
	margin: 0;
}
.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.lSSlideWrapper > .lightSlider::after {
	clear: both;
}
.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transition-property: -webkit-transform,height;
	-moz-transition-property: -moz-transform,height;
	-o-transition-property: -o-transform,height;
	transition-property: transform,height;
	-webkit-transition-duration: inherit !important;
	-moz-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-moz-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
	position: relative;
}
.lSSlideWrapper .lSFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit !important;
	-moz-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit !important;
	-moz-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
	z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
	opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background-color: transparent;
	border: 1px solid #FFF;
	border-radius: 100%;
	display: inline-block;
	height: 1rem;
	width: 1rem;
	overflow: hidden;
	text-indent: -999rem;
	position: relative;
	z-index: 98;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #FFF;
	border-color: #FFF;
}
.lSSlideOuter .media {
	opacity: 0.8;
}
.lSSlideOuter .media.active {
	opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	-webkit-transition: border-radius 0.12s linear 0s;
	-moz-transition: border-radius 0.12s linear 0s;
	-o-transition: border-radius 0.12s linear 0s;
	transition: border-radius 0.12s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery::after {
	content: " ";
	display: table;
}
.lSSlideOuter .lSPager.lSGallery::after {
	clear: both;
}
.lSAction > a,
.lg-actions > button {
	display: block;
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 0;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 1;
	background-color: var(--grey-dark-transparent);
	-webkit-transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.2s linear 0s;
	-o-transition: opacity 0.2s linear 0s;
	transition: opacity 0.2s linear 0s;
}
.lg-actions > button {
	z-index: 1000;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.lg-icon::after,
.lSNext::after, .lSPrev::after,
.lg-next::after, .lg-prev::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-color: transparent;
	background-position-y: bottom;
	background-size: auto 90px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lSNext::after, .lSPrev::after,
.lg-next::after, .lg-prev::after {
	background-position-x: -150px;
}
.lg-icon.lg-close {
	border: none;
	background-color: transparent;
	position: relative;
	width: 80px;
	height: 80px;
	cursor: pointer;
	display: block;
	margin-left: auto;
}
.lg-icon.lg-close::after {
	-webkit-transform: scale(2) translate(-50%, -50%);
	-moz-transform: scale(2) translate(-50%, -50%);
	-o-transform: scale(2) translate(-50%, -50%);
	transform: scale(2) translate(-50%, -50%);
	transform-origin: top left;
	-webkit-transform-origin: top left;
}
.lg-toolbar #lg-counter {
	display: none;
}
.lg-icon.lg-close::after {
	background-position-x: -30px;
}
.lg-icon.lg-download::after {
	background-position-x: -390px;
}
.lSAction > .lSPrev,
.lg-actions > .lg-prev {
	-webkit-transform: rotateZ(90deg) translateX(-50%);
	-moz-transform: rotateZ(90deg) translateX(-50%);
	-o-transform: rotateZ(90deg) translateX(-50%);
	transform: rotateZ(90deg) translateX(-50%);
	left: 0;
}
.lSAction > .lSNext,
.lg-actions > .lg-next {
	-webkit-transform: rotateZ(-90deg) translateX(50%);
	-moz-transform: rotateZ(-90deg) translateX(50%);
	-o-transform: rotateZ(-90deg) translateX(50%);
	transform: rotateZ(-90deg) translateX(50%);
	right: 0;
}
.lSAction > a.disabled,
.lg-actions > button.disabled {
	pointer-events: none;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
.lSSlideOuter.vertical {
	position: relative;
}
.lSSlideOuter.vertical.noPager {
	padding-right: 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
	width: 100% !important;
	max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px;
}
.lSSlideOuter.lSrtl {
	direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
	padding-left: 0;
	list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
	padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
	float: left;
	margin: 0;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
	float: right !important;
}
.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd 0.3s;
	-moz-animation: rightEnd 0.3s;
	-o-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd 0.3s;
	-moz-animation: leftEnd 0.3s;
	-o-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd 0.3s;
	-moz-animation: topEnd 0.3s;
	-o-animation: topEnd 0.3s;
	animation: topEnd 0.3s;
	position: relative;
}
.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd 0.3s;
	-moz-animation: bottomEnd 0.3s;
	-o-animation: bottomEnd 0.3s;
	animation: bottomEnd 0.3s;
	position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd 0.3s;
	-moz-animation: leftEnd 0.3s;
	-o-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd 0.3s;
	-moz-animation: rightEnd 0.3s;
	-o-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lightSlider.lsGrab > * {
	cursor: grab;
}
.lightSlider.lsGrabbing > * {
	cursor: move;
}

/* Featured Slider */
.featured-slider {
	background-color: #FFF;
}
.featured-slider figure,
.featured-slider article {
	position: relative;
	margin: 0;
}
.featured-slider figure > video,
.featured-slider figure > img,
.featured-slider article > img {
	object-fit: cover;
	width: 100%;
	height: calc(100vw * 7/10);
	display: block;
}
.featured-slider figcaption {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--white-transparent-thick);
	padding: 7.5vw 10vw;
}
.featured-slider figcaption ol,
.featured-slider figcaption ul {
	text-align: left;
}
.featured-slider figcaption img {
	width: 60px;
	margin-bottom: .5rem;
}
.featured-slider figcaption > *,
.featured-slider .slide-content > * {
	color: #000;
	margin: .25rem auto;
	width: 100%;
}
.featured-slider figcaption h2,
.featured-slider .slide-content h2 {
	max-width: 25ch;
	margin: 0 auto;
}
.featured-slider .entry-meta {
	justify-content: flex-start;
	font-size: 1rem;
}
.featured-slider .entry-meta .catline::after {
	content: ',';
	padding-right: .25em;
}
.featured-slider figcaption a,
.featured-slider .slide-content h2 a {
	text-decoration: none;
}
.featured-slider .slide-content h2 a:hover {
	color: #000;
}
.featured-slider figcaption .read-more-link,
.featured-slider figcaption .buy-now-link {
	width: auto;
	margin-top: .75rem;
}
.featured-slider figcaption p {
	max-width: 30ch;
}
.featured-slider footer {
	display: flex;
	justify-content: stretch;
}
.featured-slider.single-slide .lightSlider.lsGrab > *,
.featured-slider.single-slide .lightSlider.lsGrabbing > * {
	cursor: default;
}
.featured-slider .lSSlideOuter {
	position: relative;
}
.featured-slider .lSSlideOuter .lSPager.lSpg  {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%)!important;
	display: none;
}
.featured-slider .lSSlideOuter .lSPager.lSpg  li {
	margin: 0 .25rem;
	padding: 0;
}
.featured-slider .lSSlideOuter .lSAction  {
	display: none!important;
}
.featured-slider button[name="more-info"] {
	margin: .5rem auto;
	display: inline;
}

/* ThreeSixty
--------------------------------------------- */
.threesixty-wrapper {
	margin: 10px auto;
	position: relative;
	height: 100%;
	width: 100%;
}
.threesixty-wrapper .threesixty {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.threesixty-wrapper .threesixty .threesixty-frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 10% auto;
	height: 80%;
}
.threesixty-onload {
	position: absolute;
    width: 100%;
	height: 100%;
    z-index: 30;
}
.threesixty-icon {
	width: 50px;
	height: 45px;
	position: absolute;
	bottom: 15px;
	left: 20px;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-size: auto 135px;
	background-position: -1169px top;
	background-repeat: no-repeat;
	z-index: 31;
}
.threesixty-icon.white-icon {
	background-position-y: bottom;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

/* Boxes "globals"
--------------------------------------------- */
/* Spacing */
.small-box,
.small-box-produkte,
.big-box-produkte-section,
.big-box-list-section,
.big-box-list-produkte-section,
.featured-produkt-box-section:not(.banner-size),
.featured-produkt-small-box,
.info-break-boxes-wrapper .info-break-box {
	border-radius: 18px;
	-webkit-box-shadow: var(--tolino-shadow-dark);
	box-shadow: var(--tolino-shadow-dark);
}
.small-box-produkte,
.big-box-produkte-section,
.big-box-list-section,
.big-box-list-produkte-section,
.featured-produkt-box-section,
.featured-produkt-small-box {
	padding-top: 1px;
	padding-bottom: 1px;
}
.small-box-produkte-section .entry-content,
.big-box-produkte-section .entry-content,
.big-box-list-section .entry-content,
.big-box-list-produkte-section .entry-content,
.featured-produkt-box-section:not(.banner-size) .entry-content {
	margin: 7.5vw;
}
.small-box-produkte-section .entry-content .entry-header,
.big-box-produkte-section .entry-content .entry-header,
.big-box-list-section .entry-content .entry-header,
.big-box-list-produkte-section .entry-content .entry-header,
.featured-produkt-box-section:not(.banner-size) .entry-content .entry-header {
	margin-bottom: .5rem;
}

/* Lists */
.featured-slider figcaption ul,
.produkt-header figcaption ul,
.big-box-list-section ul,
.featured-produkt-small-box-section ul,
.featured-produkt-box-section ul,
.small-box-produkte-section ul,
.big-box-produkte-section ul,
.info-break-banner-box-section ul {
	padding-left: 1.125rem;
}
.featured-slider figcaption ul li,
.produkt-header figcaption ul li,
.big-box-list-section ul li,
.featured-produkt-small-box-section ul li,
.featured-produkt-box-section ul li,
.small-box-produkte-section ul li,
.big-box-produkte-section ul li,
.info-break-banner-box-section ul li {
	list-style: none;
	margin-bottom: .5rem;
	position: relative;
}
.featured-slider figcaption ul li::before,
.produkt-header figcaption ul li::before,
.big-box-list-section ul li::before,
.featured-produkt-small-box-section ul li::before,
.featured-produkt-box-section ul li::before,
.small-box-produkte-section ul li::before,
.big-box-produkte-section ul li::before,
.info-break-banner-box-section ul li::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 .45rem 0 -2rem;
	position: absolute;
	left: -5px;
	top: 2px;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-position: -120px top;
	background-size: auto 90px;
	background-repeat: no-repeat;
}
.produkt-header.white-typo figcaption ul li::before,
.big-box-list-section.white-typo ul li::before,
.featured-produkt-small-box-section.white-typo ul li::before,
.featured-produkt-box-section.white-typo ul li::before,
.small-box-produkte.white-typo ul li::before,
.big-box-produkte-section.white-typo ul li::before {
	background-position-y: bottom;
}
.featured-produkt-box-section.theme-background ul li::before {
	background-position-y: top;
}
.featured-slider h2,
.featured-slider h3,
.produkt-header h2,
.produkt-header h3,
.small-box-produkte-section .entry-content h2,
.small-box-produkte-section .entry-content h3,
.big-box-produkte-section .entry-content h2,
.big-box-produkte-section .entry-content h3,
.big-box-list-section .entry-content h2,
.big-box-list-section .entry-content h3,
.big-box-list-produkte-section .entry-content h2,
.big-box-list-produkte-section .entry-content h3,
.featured-produkt-box-section .entry-content  h2,
.featured-produkt-box-section .entry-content  h3 {
	font-size: 1.25rem;
	color: #000;
}

/* Big Box List
--------------------------------------------- */
.big-box-list-section h2 {
	color: #000;
}
.big-box-list-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.big-box-list-image {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	margin-top: -1px;
	margin-bottom: -1px;
	overflow: hidden;
}

/* Small Boxes
--------------------------------------------- */
.small-box {
	margin: 2rem auto;
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	overflow: hidden;
	background-color: #FFF;
}
.small-box-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.small-box-content {
	padding: 1.5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.small-box-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.small-box-content > :last-child {
	margin-bottom: 0;
	margin-top: .5rem;
}
.small-box-content h3 a,
.small-box-content h3 a:hover {
	color: #000;
	text-decoration: none;
}
.small-box-content p {
	max-width: 35ch;
	flex-grow: 1;
}

/* Info Break Boxes
--------------------------------------------- */
.info-break-boxes-section {
	--space: 20px;
}
.info-break-boxes-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.info-break-boxes-wrapper > * {
	margin: calc(var(--space) / 2);
}
.info-break-boxes-wrapper .info-break-box {
	background-color: #FFF;
	width: 280px;
	min-height: 280px;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 1.5rem;
}
.info-break-box h3 {
	margin-top: 1rem;
	margin-bottom: .5rem;
	line-height: 1.15;
}
.info-break-box p {
	margin-top: .5rem;
	margin-bottom: 1rem;
	flex-grow: 1;
}
.info-break-box .read-more-link {
	width: fit-content;
	align-self: center;
	margin-top: .75rem;
}
.info-break-box .icon-box {
	width: 50px;
	height: 50px;
	margin: 0 auto 1rem auto;
	padding: 10px;
	border-radius: 100%;
	background-color: var(--tolino-blue);
	position: relative;
}
.info-break-box .icon-box::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-position-y: bottom;
	background-size: auto 90px;
	background-repeat: no-repeat;
}
.info-break-box .icon-font::after {
	background-position-x: -272px;
}
.info-break-box .icon-rubbish::after {
	background-position-x: -302px;
}
.info-break-box .icon-wifi::after {
	background-position-x: -332px;
}
.info-break-box .icon-world::after {
	background-position-x: -362px;
}
.info-break-box .icon-cloud-download::after {
	background-position-x: -392px;
}
.info-break-box .icon-inout::after {
	background-position-x: -421px;
}
.info-break-box .icon-battery::after {
	background-position-x: -452px;
}
.info-break-box .icon-bubble::after {
	background-position-x: -481px;
}
.info-break-box .icon-books::after {
	background-position-x: -511px;
}
.info-break-box .icon-light::after {
	background-position-x: -542px;
}
.info-break-box .icon-news::after {
	background-position-x: -572px;
}
.info-break-box .icon-pencil::after {
	background-position-x: -602px;
}
.info-break-box .icon-phone::after {
	background-position-x: -632px;
}
.info-break-box .icon-mail::after {
	background-position-x: -662px;
}
.info-break-box .icon-cloud::after {
	background-position-x: -692px;
}
.info-break-box .icon-hd::after {
	background-position-x: -722px;
}
.info-break-box .icon-pdf::after {
	background-position-x: -752px;
}
.info-break-box .icon-hd-reader::after {
	background-position-x: -812px;
}
.info-break-box .icon-shopping::after {
	background-position-x: -872px;
}
.info-break-box .icon-headphones::after {
	background-position-x: -902px;
}
.info-break-box .icon-day-night::after {
	background-position-x: -933px;
}
.info-break-box .icon-waterdrop::after {
	background-position-x: -962px;
}
.info-break-box .icon-8-gb::after {
	background-position-x: -992px;
}
.info-break-box .icon-shield::after {
	background-position-x: -1022px;
}
.info-break-box .icon-leaf::after {
	background-position-x: -1052px;
}
.info-break-box .icon-rotate::after {
	background-position-x: -1082px;
}
.info-break-box .icon-vision-5::after {
	background-position-x: -1112px;
}

/* Info Break Banner
--------------------------------------------- */
.info-break-banner-section .banner-background {
	position: relative;
	height: 500px;
}
.info-break-banner-section .banner-background > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.info-break-banner-section .banner-foreground {
	position: absolute;
	top: 20%;
	height: 60%;
	width: 100%;
}
.info-break-banner-section .banner-foreground img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

/* Info Break Banner Box
--------------------------------------------- */
.info-break-banner-box-section {
	background-color: #FFF;
	padding-top: 7.5vw;
	margin-top: 20px;
	margin-bottom: 20px;
}
.info-break-banner-box-section .banner-box-image {
	overflow: hidden;
	padding-left: 3.5vw;
	padding-right: 3.5vw;
}
.info-break-banner-box-section .banner-box-image img {
	display: block;
	object-fit: cover;
	width: auto;
	border-radius: 12px;
	height: 100vw;
	max-height: 450px;
	margin-left: auto;
	margin-right: auto;
}
.info-break-banner-box-section .entry-content {
	padding: calc(7.5vw + 10px);
	padding-top: 4vw;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.info-break-banner-box-section .entry-content img {
	display: none;
}

/* Featured Produkte Box
--------------------------------------------- */
/* General */
.featured-produkt-box-section {
	background-color: #FFF;
}
.featured-produkt-box-section:not(.banner-size) .featured-produkt-box-image {
	margin: 7.5vw;
	position: relative;
	min-height: 50vw;
}
.featured-produkt-box-section:not(.banner-size) .featured-produkt-box-image div {
	position: absolute;
	left: 0;
	z-index: 1;
}
.featured-produkt-box-section:not(.banner-size) .featured-produkt-box-image img {
	object-fit: contain;
	height: 80%;
	width: auto;
	position: absolute;
	right: 33%;
	bottom: 0;
	z-index: 0;
	-webkit-transform: translate(50%, 0);
	-moz-transform: translate(50%, 0);
	-o-transform: translate(50%, 0);
	transform: translate(50%, 0);
}
.featured-produkt-box-section .entry-content p {
	margin-top: 0;
}
/* Banner Size */
.featured-produkt-box-section.banner-size {
	padding: 2.5rem 0 3.5rem 0;
	position: relative;
}
.featured-produkt-box-section.banner-size .featured-produkt-box-image {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.featured-produkt-box-section.banner-size .featured-produkt-box-image img {
	object-fit: contain;
	max-width: 40%;
	max-height: 250px;
}
.featured-produkt-box-section.banner-size .featured-produkt-box-image .produkt-logo {
	position: absolute;
}
.featured-produkt-box-section.banner-size .entry-content {
	padding: 0 2.5rem;
}
.featured-produkt-box-section.banner-size .entry-content > *:not(.featured-buttons) {
	max-width: 30ch;
	margin-left: auto;
	margin-right: auto;
}
.featured-produkt-box-section.banner-size .entry-header,
.featured-produkt-box-section.banner-size .entry-content p,
.featured-produkt-box-section.banner-size .entry-content h3 {
	text-align: center;
}
.featured-produkt-box-section.banner-size .entry-content h3 {
	max-width: 20ch;
}
.featured-produkt-box-section.banner-size .entry-content ol,
.featured-produkt-box-section.banner-size .entry-content ul {
	text-align: left;
}
.featured-produkt-box-section.banner-size .featured-buttons {
	justify-content: center;
}

/* Featured Produkte Small Box
--------------------------------------------- */
.featured-produkt-small-box-section > * {
	margin-top: 20px;
}
.featured-produkt-small-box-section > *:first-child {
	margin-top: 0;
}
.featured-produkt-small-box {
	height: calc(100vw * 2/3);
	padding: 7.5vw;
	position: relative;
	background-color: #FFF;
	overflow: hidden;
}
.featured-produkt-small-box .entry-content {
	opacity: 0;
	position: absolute;
	top: 30%;
	left: 9%;
	width: 80%;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.featured-produkt-small-box .featured-produkt-small-box-image {
	position: relative;
	height: 100%;
	width: 100%;
}
.featured-produkt-small-box .featured-produkt-small-box-image div {
	position: absolute;
	left: 0;
	z-index: 1;
}
.featured-produkt-small-box .featured-produkt-small-box-image img {
	object-fit: contain;
	height: 100%;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 33%;
	z-index: 0;
	-webkit-transform: translate(50%, 0);
	-moz-transform: translate(50%, 0);
	-o-transform: translate(50%, 0);
	transform: translate(50%, 0);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.featured-produkt-small-box .featured-produkt-small-box-image a:hover {
	opacity: 1;
}
.featured-produkt-small-box-embed {
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.featured-produkt-small-box-embed iframe,
.featured-produkt-small-box-embed object,
.featured-produkt-small-box-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}


/* Box Produkte "globals"
--------------------------------------------- */
.small-box-produkte,
.big-box-list-produkte-section,
.big-box-produkte-section {
	min-height: calc(100vw * 5/4);
	position: relative;
}
.small-box-produkte-section .produkte-image,
.big-box-list-produkte-section .produkte-image,
.big-box-produkte-section .produkte-image {
	height: 40%;
	width: 100%;
	position: absolute;
	bottom: 5%;
	padding: 0;
}
.small-box-produkte-section .produkte-content,
.big-box-list-produkte-section .produkte-content,
.big-box-produkte-section .produkte-content {
	display: none;
}
.small-box-produkte-section .produkte-image img,
.big-box-list-produkte-section .produkte-image img,
.big-box-produkte-section .produkte-image img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}
.small-box-produkte-section h2,
.big-box-list-produkte-section h2,
.big-box-produkte-section h2 {
	color: #000;
}
.small-box-produkte-section .produkte-content,
.big-box-list-produkte-section .produkte-content,
.big-box-produkte-section .produkte-content {
	padding-top: 1px;
}
.small-box-produkte-section .produkte-content :first-child,
.big-box-list-produkte-section .produkte-content :first-child,
.big-box-produkte-section .produkte-content :first-child {
	margin-top: 0;
}
.small-box-produkte-section .produkte-content :last-child,
.big-box-list-produkte-section .produkte-content :last-child,
.big-box-produkte-section .produkte-content :last-child {
	margin-bottom: 0;
}

/* Big Box Produkte
--------------------------------------------- */
.big-box-produkte-section {
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
}
.big-box-produkte-section.has-usecase {
	padding-bottom: 0;
}
.big-box-produkte-section.has-usecase .produkte-image {
	height: 0;
}
.big-box-produkte-section .usecase-image {
	display: flex;
	min-height: calc(100vw * 6/8);
	width: 100%;
	border-radius: 0 0 18px 18px;
	overflow: hidden;
	flex-grow: 1;
}
.big-box-produkte-section .usecase-image  img {
	object-fit: cover;
	height: auto;
	width: 100%;
	z-index: 1;
}

/* Big Box List Produkte
--------------------------------------------- */
.big-box-list-produkte-section .produkte-content {
	margin: 7.5vw;
}
.big-box-list-produkte-section .produkte-content hr {
	margin: 1.5rem 0;
}
.big-box-list-produkte-section .produkte-content hr:last-child {
	display: none;
}
.big-box-list-produkte-section .produkte-content p {
	margin-block-start: 0;
	margin-block-end: 0;
}
.big-box-list-produkte-section .icon-box {
	margin: 0 auto .75rem auto;
	display: block;
	width: 50px;
	height: 50px;
}
.big-box-list-produkte-section .icon-box::after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('assets/svg/mytolino-icons.svg');
	background-size: auto 150px;
	background-position-y: top;
	background-repeat: no-repeat;
}
.big-box-list-produkte-section .icon-font::after {
	background-position-x: -450px;
}
.big-box-list-produkte-section .icon-rubbish::after {
	background-position-x: -500px;
}
.big-box-list-produkte-section .icon-wifi::after {
	background-position-x: -550px;
}
.big-box-list-produkte-section .icon-world::after {
	background-position-x: -600px;
}
.big-box-list-produkte-section .icon-cloud-download::after {
	background-position-x: -650px;
}
.big-box-list-produkte-section .icon-inout::after {
	background-position-x: -700px;
}
.big-box-list-produkte-section .icon-battery::after {
	background-position-x: -750px;
}
.big-box-list-produkte-section .icon-bubble::after {
	background-position-x: -800px;
}
.big-box-list-produkte-section .icon-books::after {
	background-position-x: -848px;
}
.big-box-list-produkte-section .icon-light::after {
	background-position-x: -900px;
}
.big-box-list-produkte-section .icon-news::after {
	background-position-x: -952px;
}
.big-box-list-produkte-section .icon-pencil::after {
	background-position-x: -1000px;
}
.big-box-list-produkte-section .icon-phone::after {
	background-position-x: -1050px;
}
.big-box-list-produkte-section .icon-mail::after {
	background-position-x: -1100px;
}
.big-box-list-produkte-section .icon-cloud::after {
	background-position-x: -1152px;
}
.big-box-list-produkte-section .icon-hd::after {
	background-position-x: -1202px;
}
.big-box-list-produkte-section .icon-pdf::after {
	background-position-x: -1253px;
}
.big-box-list-produkte-section .icon-hd-reader::after {
	background-position-x: -1353px;
}
.big-box-list-produkte-section .icon-shopping::after {
	background-position-x: -1453px;
}
.big-box-list-produkte-section .icon-headphones::after {
	background-position-x: -1503px;
}
.big-box-list-produkte-section .icon-day-night::after {
	background-position-x: -1553px;
}
.big-box-list-produkte-section .icon-waterdrop::after {
	background-position-x: -1602px;
}
.big-box-list-produkte-section .icon-8-gb::after {
	background-position-x: -1652px;
}
.big-box-list-produkte-section .icon-shield::after {
	background-position-x: -1703px;
}
.big-box-list-produkte-section .icon-leaf::after {
	background-position-x: -1752px;
}
.big-box-list-produkte-section .icon-rotate::after {
	background-position-x: -1803px;
}
.big-box-list-produkte-section .icon-vision-5::after {
	background-position-x: -1852px;
}

/* Small Box Produkte
--------------------------------------------- */
.small-box-produkte-section > * {
	margin-top: 20px;
}
.small-box-produkte-section > *:first-child {
	margin-top: 0;
}
/* Bestseller Boxes
--------------------------------------------- */
.bestseller-box-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.bestseller-box {
	margin-bottom: 20px;
	width: 100%;
}
.bestseller-box:last-child {
	margin-bottom: 3rem;
}
.bestseller-box-image {
	width: 260px;
	height: 390px;
	margin: auto;
	position: relative;
	border-radius: 18px;
	font-weight: 300;
	letter-spacing: .05rem;
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	-o-transform: scale(.85);
	transform: scale(.85);
	background-color: #FFF;
	-webkit-box-shadow: var(--tolino-shadow-dark);
	box-shadow: var(--tolino-shadow-dark);
}
.bestseller-box-image > div:first-child {
	border-left: unset!important;
	border-right: unset!important;
	margin: unset!important;
	position: absolute;
	height: 100%!important;
	width: 100%!important;
	top: 0;
	left: 0;
}
.bestseller-box-image a {
	text-decoration: none;
}
.bestseller-box-image > div:first-child > a {
	position: absolute;
	height: 100%!important;
	width: 100%!important;
	top: 0;
	left: 0;
}
.bestseller-box-image img:nth-child(1),
.bestseller-box-image img:nth-child(3) {
	display: none!important;
}
.bestseller-box-image img:nth-child(2) {
	height: 300px!important;
	width: 195px!important;
	object-fit: cover;
	box-shadow: unset!important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.bestseller-box-image img:nth-child(4) {
	right: calc(100% / 2 - 195px / 2 + 5px)!important;
	top: calc(100% / 2 - 300px / 2)!important;
}
.bestseller-box-image .bestseller-count {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 272px;
	background-color: var(--tolino-blue);
	font-weight: 400;
	color: #FFF;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.bestseller-box-image .bestseller-new {
	width: 60px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 339px;
	background-color: var(--tolino-blue);
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
}
.bestseller-box-content {
	text-align: center;
	max-width: 20ch;
	margin: auto;
}
.bestseller-box-content h3 {
	color: var(--tolino-blue);
	margin-bottom: 0;
	margin-top: 0;
}
.bestseller-box-content p {
	margin-top: 0;
}
.bestseller-box-container .entry-header {
	margin-bottom: 1.5rem;
	width: 100%;
}
.bestseller-box-title {
	text-align: center;
	max-width: 15ch;
	margin: auto;
	margin-block-end: .5rem;
}
.bestseller-box-description {
	text-align: center;
	max-width: 80%;
	margin: 1rem auto;
}

/* Logo Boxes Shops
--------------------------------------------- */
.shop-logo-box-section .entry-header {
	margin-bottom: 1.5rem;
	width: 100%;
	text-align: center;
}
.shop-logo-box-title {
	max-width: 15ch;
	margin: auto;
	margin-block-end: .5rem;
}
.shop-logo-box-content {
	max-width: 80%;
	margin: 1rem auto;
}
.shop-logo-box-container {
	width: 80%;
	margin: 3rem auto 5rem auto;
}
.shop-logo-box-primary {
	width: 100%;
}
.shop-logo-box-secondary .shop-logo-link {
	margin: 2.5rem auto;
}
.shop-logo-box-section .shop-logo-link {
	display: block;
}
.shop-logo-box-primary .shop-logo-wrapper {
	width: 100%;
	border-bottom: 1px solid var(--grey-light);
}
.shop-logo-box-primary .shop-logo-link {
	margin: 1.5rem auto;
}
.shop-logo-box-container .shop-logo-link.googleplay,
.shop-logo-box-container .shop-logo-link.appstore {
	transform: scale(1.2);
}

/* WP Block Elements
--------------------------------------------------------------*/
/* Table */
.wp-block-table table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.wp-block-table tr {
	display: flex;
	flex-direction: column;
}
.wp-block-table tr > td {
	padding-right: 10%;
	padding-left: 2rem;
}
.wp-block-table tr > td:first-child {
	color: var(--tolino-blue);
	border-top: 1px solid var(--grey);
	padding-top: .75rem;
}
.wp-block-table tr:first-child > td {
	border-top: none;
}
.wp-block-table tr > td:last-child {
	padding-bottom: 1rem;
}
.wp-block-table thead tr {
	flex-direction: row;
	color: var(--grey);
	margin-left: 2rem;
	font-size: 1rem;
}
.wp-block-table thead tr th + th::before {
	content: ' · ';
}
/* Textg Image */
.wp-block-media-text__media img {
	border-radius: 18px;
}
/* File Download */
.wp-block-file {
	float: none!important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #F1F1F1;
	box-shadow: var(--tolino-shadow-dark);
	clip: auto !important;
	clip-path: none;
	color: var(--tolino-blue);
	display: block;
	font-size: 0.875rem;
	font-weight: 300;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}

/* Fixes
--------------------------------------------- */
.shop-list-section ul,
.social-media-section ul {
	padding: 0;
	margin: 0;
}
.shop-list-section ul li::before,
.social-media-section ul li::before {
	display: none;
}

/* Responsive
--------------------------------------------- */
@media screen and (min-width: 375px) {

	/* Global Box Layout */
	.small-box-produkte-section .entry-content,
	.big-box-produkte-section .entry-content,
	.big-box-list-section .entry-content,
	.big-box-list-produkte-section .entry-content,
	.featured-produkt-box-section:not(.banner-size) .entry-content {
		margin: 7.5vw calc(10vw - 5px);
	}
	.featured-produkt-box-section:not(.banner-size) .featured-produkt-box-image {
		margin: 7.5vw calc(10vw - 5px);
	}
	.small-box-produkte,
	.big-box-produkte-section,
	.big-box-list-produkte-section,
	.featured-produkt-box-section:not(.banner-size) {
		padding-top: 2.5vw;
	}

	/* Box Produkte "globals" */
	.small-box-produkte-section .produkte-image,
	.big-box-list-produkte-section .produkte-image,
	.big-box-produkte-section .produkte-image {
		height: 45%;
	}
	.featured-slider h2,
	.featured-slider h3,
	.produkt-header  h2,
	.produkt-header h3,
	.small-box-produkte-section .entry-content h2,
	.big-box-produkte-section .entry-content h2,
	.big-box-produkte-section .entry-content h3,
	.big-box-list-section .entry-content h2,
	.big-box-list-section .entry-content h3,
	.big-box-list-produkte-section .entry-content h2,
	.big-box-list-produkte-section .entry-content h3,
	.featured-produkt-box-section .entry-content  h2,
	.featured-produkt-box-section .entry-content  h3,
	.info-break-box-section  h3 {
		font-size: 1.5rem;
	}

	/* Rest */
	.page-header header > img {
		margin-bottom: 1rem;
	}
	.featured-slider figcaption img {
		width: 70px;
		margin-bottom: 1rem;
	}
	.produkt-header figcaption > * {
		margin-block-start: .5rem;
		margin-block-end: .5rem;
		max-width: 30ch;
	}
	.produkt-header figcaption h1 {
		max-width: 20ch;
	}
	.shop-links-popup {
		--popup-width: 320px;
	}
	.shop-links-popup .shop-links-container {
		width: 280px
	}
	.shop-links-popup .shop-logo-wrapper {
		width: 140px;
		height: 70px;
	}
	.shop-links-popup .shop-logo-wrapper .shop-logo-link {
		-webkit-transform: scale(.6) translate(-50%, -50%);
		-moz-transform: scale(.6) translate(-50%, -50%);
		-o-transform: scale(.6) translate(-50%, -50%);
		transform: scale(.6) translate(-50%, -50%);
	}
	.read-more-link,
	.buy-now-link {
		--add-padding: .325rem;
	}
}

@media screen and (min-width: 580px) {

	body,
	button {
		font-size: 1.125rem;
	}
	.hentry > .entry-header > *,
	.hentry > .entry-content > * {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	.hentry > .entry-content > .info-break-boxes-section {
		max-width: 1200px;
	}
	.info-break-boxes-wrapper > * {
		margin-bottom: calc(var(--space) * 2.5);
	}

	.hentry > .entry-content > .banner-size {
		max-width: none;
	}
	.small-box-produkte-section .entry-content,
	.big-box-produkte-section .entry-content,
	.big-box-list-section .entry-content,
	.big-box-list-produkte-section .entry-content,
	.featured-produkt-box-section:not(.banner-size) .entry-content,
	.featured-produkt-box-section:not(.banner-size) .featured-produkt-box-image {
		margin: 3rem 4rem 3rem 4rem;
	}
	.small-box-produkte,
	.big-box-produkte-section,
	.big-box-list-produkte-section,
	.featured-produkt-box-section:not(.banner-size) {
		padding-top: 1rem;
	}
	.info-break-banner-box-section {
		padding-top: 4rem;
	}
	.info-break-banner-box-section .entry-content {
		padding: calc(4rem + 10px);
		padding-top: 2rem;
	}

	/* Box Produkte "globals" */
	.small-box-produkte,
	.big-box-list-produkte-section,
	.big-box-produkte-section {
		min-height: 700px;
	}
	.small-box-produkte-section .produkte-image,
	.big-box-list-produkte-section .produkte-image,
	.big-box-produkte-section .produkte-image {
		height: 45%;
		bottom: 7.5%;
	}

	/* Rest */
	.featured-slider figcaption {
		padding: 3rem 4rem 3rem 4rem;
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	.threesixty-icon {
		left: calc(50% - 25px);
		bottom: 5px;
	}
	.produkt-header .produkt-logo,
	.featured-produkt-small-box-section .produkt-logo,
	.featured-produkt-box-section .produkt-logo {
		-webkit-transform: scale(1.5);
	    -moz-transform: scale(1.5);
	    -o-transform: scale(1.5);
	    transform: scale(1.5);
		-webkit-transform-origin: left top;
	    -moz-transform-origin: left top;
	    -o-transform-origin: left top;
	    transform-origin: left top;
	}
	.page-header header > * {
		max-width: 25ch;
	}
	.page-header-image-voucher {
		top: 20%;
	}
	.featured-produkt-small-box {
		height: 340px;
		padding: 36px;
	}
	.produkt-header figcaption li::before {
		margin: 0 .25rem 0 -2rem;
	}
	.bestseller-box-title,
	.shop-logo-box-title {
		max-width: 20ch;
	}
	.shop-logo-box-content,
	.bestseller-box-description {
		max-width: 40ch;
	}
	.shop-logo-box-container {
		width: 100%;
	}
	.hentry > .entry-content > .shop-logo-box-section {
		max-width: 1200px;
	}
	.shop-logo-box-secondary {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9);
		max-width: calc(630px + 6rem);
		margin-left: auto;
		margin-right: auto;
	}
	.shop-logo-box-secondary .shop-logo-link {
		margin: 1rem;
	}
	.shop-logo-box-secondary .shop-logo-link.googleplay,
	.shop-logo-box-secondary .shop-logo-link.appstore {
		margin: 2rem;
	}
	.big-box-list-produkte-section .icon-box {
		margin: 0 auto 1.25rem auto;
	}
	.press-material-form button {
		border-radius: 12px;
		margin-right: 20px;
		float: left;
		width: auto;
	}
	.press-material-form button:not(:last-child) {
		border-bottom-width: 2px;
	}
	.press-material-list > article {
		padding: 50px;
	}
	.press-material-list > article figure {
		width: 45%;
		float: left;
		padding-right: 2rem;
	}
	.press-material-list > article .material-content {
		width: 55%;
		float: left;
		margin-top: 0;
	}
	.press-material-list > article.product-material figure img {
		max-height: 200px;
	}

	.faq-term > .entry-header {
		margin: 60px 45px 15px 45px;
	}
 	.faq-entry > .entry-header {
		padding: 20px 45px;
	}
	.faq-entry > .entry-content {
		padding: 0 45px 20px 45px;
	}
	.faq-expand {
		right: 45px;
	}
	.faq-page-header .faq-links {
		width: calc(560px - 90px);
	}
	.faq-page-header .faq-download::after {
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
	}
	.faq-page-header .page-header-image-background {
		margin-top: 50px;
	}
	.wp-block-table tr > td {
		padding-right: 15%;
	}
	.wp-block-table table {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.archive-entries,
	.archive-references {
		display: flex;
		justify-content: space-between;
		margin: 3rem auto 1rem;
		flex-wrap: wrap;
	}
	.archive-entries > *,
	.archive-references > article {
		width: calc(100% / 2 - 11px);
	}
	.archive-references > article {
		flex-direction: row;
	}
	.archive-references > article > * {
		width: 100%;
	}
	.archive-references > article figure {
		padding: 0;
		margin: 0;
	}
	.archive-references > article figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.archive-references > article .reference-content {
		padding: 2.5rem 1rem;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.archive-entries .type-news img {
		height: 300px;
		object-fit: cover;
	}
	.site-info .company-name span {
		display: inline;
		margin-left: .325rem;
		letter-spacing: 0.5px;
		font-size: 0.975rem;
		text-transform: uppercase;
	}
	.big-box-produkte-section .usecase-image {
		min-height: 450px;
	}

	.big-box-list-section li::before,
	.featured-produkt-small-box-section li::before,
	.featured-produkt-box-section li::before {
		margin: 0 .25rem 0 -2rem;
	}
	.search-results article img {
		margin-bottom: -3rem;
	}
	.search-results article .entry-header {
		margin-top: 4rem;
	}
	.search-results article .entry-footer {
		margin-bottom: 3rem;
	}
	.wp-block-button__link,
	.wp-block-file .wp-block-file__button {
		font-size: 1.125rem!important;
	}
	.download-button,
	.wp-block-file .wp-block-file__button {
		--icon-padding: 1.75rem;
	}
	.download-button::after,
	.wp-block-file .wp-block-file__button::after {
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
	}
}

@media screen and (min-width: 768px) {

	h1 {
		font-size: 2.25rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h3 {
		font-size: 1.25rem;
	}
	form.vfbp-form {
		padding: 3rem;
		border-radius: 18px;
	}
	/* Global Box Layout */
	.hentry > .entry-header > *,
	.hentry > .entry-content > * {
		max-width: 1000px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.hentry > .entry-content > .info-break-banner-section {
		margin: 40px auto;
	}
	.small-box-produkte-section .entry-content,
	.big-box-produkte-section .entry-content,
	.big-box-list-section .entry-content,
	.big-box-list-produkte-section .entry-content,
	.featured-produkt-box-section:not(.banner-size) .entry-content {
		margin: 4vw 5.25vw 4vw 5.25vw;
	}
	.big-box-list-image {
		min-height: 450px;
	}
	.featured-produkt-box-section:not(.banner-size) .featured-produkt-box-image {
		margin: 4vw 5.25vw 4vw 5.25vw;
	}
	.small-box-produkte,
	.big-box-produkte-section,
	.big-box-list-produkte-section,
	.featured-produkt-box-section:not(.banner-size) {
		padding-top: 1rem;
	}

	/* Box Produkte "globals" */
	.small-box-produkte {
		min-height: calc(50vw * 5/4);
	}
	.small-box-produkte-section .produkte-image {
		height: 40%;
	}
	.small-box-produkte-section .entry-content h2 {
		font-size: 1.25rem;
	}

	/* Rest */
	#page {
		padding-top: var(--menu-height-tablet);
	}
	.site-main > .entry-header {
		margin-top: 40px;
	}
	.small-box-container {
		display: flex;
	}
	.small-box-container .small-box:not(:last-child) {
		margin-right: 20px;
	}
	.small-box-container .small-box {
		width: calc(100% / 3 - 10px);
		flex-grow: 1;
		max-width: calc(50% - 10px);
		margin-top: 0;
		margin-bottom: 0;
	}
	.small-box-content h3 {
		max-width: 17ch;
	}
	.big-box-list-section,
	.featured-produkt-box-section {
		display: flex;
	}
	.big-box-list-section > div,
	.featured-produkt-box-section > div {
		width: 50%;
	}
	.big-box-list-section .entry-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.big-box-list-section .big-box-list-image {
		min-width: 50%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 16px;
	}
	.featured-produkt-box-section .featured-produkt-box-image {
		margin: 0;
	}
	.featured-produkt-box-section:not(.banner-size) .featured-produkt-box-image	{
		min-height: calc(450px - 8vw);
	}
	.featured-produkt-box-section:not(.banner-size) .featured-produkt-box-image img {
		height: 70%;
		width: auto;
		max-width: 75%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-33%, -40%);
		-moz-transform: translate(-33%, -40%);
		-o-transform: translate(-33%, -40%);
		transform: translate(-33%, -40%);
	}
	.featured-produkt-box-section:not(.banner-size) .featured-produkt-box-image div {
		top: -2vw;
	}
	.featured-produkt-box-section.banner-size {
		min-height: 50vw;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
	.featured-produkt-box-section.banner-size > * {
		max-width: 500px;
	}
	.featured-produkt-box-section.banner-size .entry-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 4vw 5.25vw 4vw 5.25vw;
	}
	.featured-produkt-box-section.banner-size .entry-content > *:not(.featured-buttons) {
		text-align: left;
		margin-left: 0;
		max-width: unset;
	}
	.featured-produkt-box-section.banner-size .entry-content h3 {
		max-width: 25ch;
	}
	.featured-produkt-box-section.banner-size .featured-produkt-box-image {
		padding: 12.5% 5%;
		margin-bottom: 0;
		margin-top: 0;
	}
	.featured-produkt-box-section.banner-size .featured-produkt-box-image img {
		width: 80%;
		height: 70%;
		max-width: 400px;
		max-height: 350px;
	}
	.featured-produkt-box-section.banner-size .featured-buttons {
		justify-content: flex-start;
	}
	.featured-produkt-small-box-section {
		display: flex;
		flex-wrap: wrap;
	}
	.featured-produkt-small-box-section > *:nth-child(2)  {
		margin-top: 0;
	}
	.featured-produkt-small-box {
		width: calc(50% - 10px);
		height: calc(50vw * 2/3);
		padding: 3.5vw;
	}
	.featured-produkt-small-box > .entry-content {
		top: 40%;
	}
	.featured-produkt-small-box > .entry-content p,
	.featured-produkt-small-box > .entry-content ul,
	.featured-produkt-small-box > .entry-content h3 {
		margin-top: 0;
		margin-block-start: 0;
	}
	.featured-produkt-small-box:hover > .entry-content {
		opacity: 1;
	}
	.featured-produkt-small-box:hover > .featured-produkt-small-box-image img {
		opacity: .15;
	}
	.featured-produkt-small-box:nth-child(odd) {
		margin-right: 20px;
	}

	.small-box-produkte-section {
		display: flex;
		flex-wrap: wrap;
	}
	.small-box-produkte-section > *:nth-child(2) {
		margin-top: 0;
	}
	.small-box-produkte-section > * {
		width: calc(50% - 10px);
	}
	.small-box-produkte-section > *:nth-child(odd){
		margin-right: 20px;
	}
	.featured-slider {
		background-color: unset;
	}
	.featured-slider .slider,
	.featured-slider .slider-element {
		height: 100%;
		min-height: 50vw;
		max-height: 850px;
	}
	.featured-slider figure,
	.featured-slider article {
		height: 100%;
		position: relative;
	}
	.featured-slider figure > video,
	.featured-slider figure > img,
	.featured-slider article > img {
		position: absolute;
		top: 0;
		height: 100%;
		z-index: -1;
	}
	.featured-slider figcaption,
	.featured-slider .slide-content {
		height: 100%;
		width: 35%;
		text-align: left;
		align-items: flex-start;
		justify-content: center;
		padding: 3vw 3vw 3vw 5vw;
		margin-left: 0;
		margin-right: auto;
		z-index: 1;
	}
	.featured-slider figcaption h2,
	.featured-slider figcaption > *,
	.featured-slider .slide-content h2,
	.featured-slider .slide-content > * {
		margin: .25rem 0;
	}
	.featured-slider figcaption img {
		width: 33%;
		max-width: 150px;
	}
	.featured-slider .right-alignment figcaption,
	.featured-slider .right-alignment .slide-content {
		margin-right: 0;
		margin-left: auto;
	}
	.featured-slider .lSSlideOuter .lSPager.lSpg {
		display: block;
	}
	.page-header {
		height: 50vw;
		max-height: calc(85vh - var(--menu-height));
	}
	.page-header-image-background {
		height: 100%;
 	}
	.page-header-image-voucher {
		left: 10%;
 	}
	.page-header header {
		height: 100%;
		width: 35%;
		text-align: left;
		align-items: flex-start;
		justify-content: center;
		position: absolute;
		top: 0;
	    padding: 0 3vw 3vw 5vw;
	}
	.page-header header.right-alignment {
		right: 0;
	}
	.page-header header h2,
	.page-header header > * {
		margin: .25rem 0;
	}
	.page-header header > img {
		align-self: center;
		width: 50%;
	}
	.page-header button[name="more-info"] {
		margin-top: .75rem;
		margin-left: 0;
	}
	.produkt-header {
		height: 50vw;
		width: 100%;
	}
	.produkt-header figure {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.produkt-header .produkt-box-image {
		width: 45%;
		height: 80%;
		max-width: 500px;
		margin-left: 5%;
	}
	.produkt-header h1 {
		text-align: left;
	}
	.produkt-header figcaption {
		height: 100%;
		width: 50%;
		background-color: unset;
		text-align: left;
		justify-content: center;
		align-items: flex-start;
		padding: 0;
		max-width: 450px;
	}
	.produkt-header figcaption > * {
		max-width: 35ch;
		margin: 0;
		margin-block-start: .35rem;
		margin-block-end: .35rem;
	}
	.white-typo.produkt-background.produkt-header figcaption {
		background-color: unset;
	}
	.produkt-header figcaption ul {
		padding-bottom: 0;
	}
	.produkt-header figcaption .featured-buttons {
		justify-content: flex-start;
	}
	.threesixty-icon {
		bottom: -5px;
	}
	.big-box-list-produkte-section {
		display: flex;
		flex-wrap: wrap;
		padding: 5.25vw;
		padding-left: 2vw;
		min-height: inherit;
	}
	.big-box-list-produkte-section > * {
		width: unset;
		margin: 0;
		height: inherit;
	}
	.big-box-list-produkte-section button[name="more-info"]  {
		display: none;
	}
	.big-box-list-produkte-section .entry-content {
		margin: 0 0 2rem calc(50px + .75rem);
		flex: 1 1 100%;
	}
	.big-box-list-produkte-section .entry-content .entry-header :last-child {
		margin-bottom: 0;
	}
	.big-box-list-produkte-section .entry-content .entry-header {
		margin-bottom: 1.5rem;
	}
	.big-box-list-produkte-section .produkte-content {
		display: block;
		flex: 1 1 60%;
		margin: 0;
	}
	.big-box-list-produkte-section .produkte-subcontent {
		display: flex;
		align-items: center;
	}
	.big-box-list-produkte-section .produkte-image {
		position: inherit;
		flex: 1 1 40%;
		margin: 0;
		height: inherit;
		padding-left: 3rem;
		display: flex;
		align-items: flex-end;
	}
	.big-box-list-produkte-section .produkte-image img {
		height: auto;
		max-height: 350px;
	}
	.big-box-list-produkte-section .produkte-content hr {
		margin-left: calc(50px + .75rem);
		margin-right: 1.25rem;
	}
	.big-box-list-produkte-section .icon-box {
		margin-right: .75rem;
		margin-left: 0;
		margin-bottom: 5px;
	}
	.big-box-list-produkte-section .icon-box::after {
		-webkit-transform: scale(.75);
		-moz-transform: scale(.75);
		-o-transform: scale(.75);
		transform: scale(.75);
	}
	.big-box-produkte-section {
		flex-wrap: wrap;
		min-height: 25rem;
		flex-direction: row;
	}
	.big-box-produkte-section .entry-content {
		width: calc(55% - 8vw);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-grow: 1;
	}
	.big-box-produkte-section .entry-content .entry-header {
		order: 1;
	}
	.big-box-produkte-section .entry-content .produkte-content {
		order: 2;
	}
	.big-box-produkte-section .entry-content .featured-buttons {
		order: 3;
	}
	.big-box-produkte-section .entry-content .produkte-content h2,
	.big-box-produkte-section .entry-content .produkte-content p {
		margin-top: 0;
		margin-bottom: 1.5rem;
	}
	.big-box-produkte-section .produkte-content {
		display: block;
	}
	.big-box-produkte-section .produkte-image {
		width: 40%;
		min-height: 450px;
		position: relative;
		padding: 3.5vw;
		height: unset;
	}
	.big-box-produkte-section .produkte-image img {
		max-height: 350px;
		max-width: 300px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.big-box-produkte-section.has-usecase .produkte-image {
		height: unset;
	}
	.big-box-produkte-section button[name="more-info"]  {
		display: none;
	}
	.big-box-produkte-section .produkte-content hr {
		display: block;
	}

	.info-break-banner-section,
	.info-break-banner-section .banner-background {
		height: 50vw;
		max-width: 1920px;
		max-height: 850px;
		margin: auto;
	}
	.small-box-content h3 {
		max-width: 17ch;
	}
	.bestseller-box {
		width: unset;
		margin-left: 25px;
		margin-right: 25px;
	}
	.bestseller-box-title,
	.shop-logo-box-title {
		max-width: 30ch;
	}
	.shop-logo-box-content,
	.bestseller-box-description {
		max-width: 60ch;
	}
	.shop-logo-box-container {
		margin: 4rem auto 6rem auto;
		max-width: 768px;
	}
	.shop-logo-box-primary {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
	.shop-logo-box-primary .shop-logo-link {
		margin: 1.5rem auto;
	}
	.shop-logo-box-primary .shop-logo-wrapper {
		border-bottom: unset;
		border-right: 1px solid var(--grey-light);
		width: 245px;
		margin-bottom: 30px;
	}
	.shop-logo-box-primary .shop-logo-wrapper:nth-child(3n),
	.shop-logo-box-primary .shop-logo-wrapper:last-child {
		border-right: unset;
	}
	.press-material-list > article figure {
		width: 40%;
	}
	.press-material-list > article .material-content {
		width: 60%;
	}
	.press-material-list > article.product-material figure img {
		max-height: 230px;
	}
	.faq-entry {
		margin-top: 10px;
	}
	.faq-page-header {
		position: relative;
	}
	.faq-page-header .faq-links {
		width: calc(100% - 90px - 20px);
		max-width: calc(1000px - 90px);
	}
	.faq-page-header.faq-img .page-header-image-background {
		max-height: 350px;
	}
	.faq-page-header .faq-links hr {
		width: 150px
	}
	.faq-title {
		margin-top: 50px;
	}
	.wp-block-table tr {
		display: table-row;
		text-align: left;
		vertical-align: text-top;
	}
	.wp-block-table tr > td {
		padding: .75rem 2rem 1rem 2rem;
	}
	.wp-block-table tr > td {
		border-top: 1px solid var(--grey);
	}
	.wp-block-table tr > td:first-child {
		width: 30vw;
		padding-left: 40px;
		padding-right: 20px;
	}
	.wp-block-table tr > td:last-child {
		padding-left: 0;
	}
	.wp-block-table tr > td:nth-child(3) {
		width: 140px;
	}
	.wp-block-table table {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.wp-block-table thead tr {
		color: unset;
		font-size: unset;
	}
	.wp-block-table thead tr th {
		padding: .75rem 2rem 0 2rem;
	}
	.wp-block-table thead tr th:first-child {
		width: 30vw;
	    padding-left: 40px;
	    padding-right: 20px;
	}
	.wp-block-table thead tr th:last-child {
		padding-left: 0;
		width: 140px;
	}
	.wp-block-table thead tr th + th::before {
		content: none;
	}
	.page-header h1 {
		font-size: 1.75rem;
		text-align: left;
	}
	.popup-modal-container .shop-links-popup,
	.featured-produkt-box-section.banner-size .shop-links-popup,
	.featured-produkt-box-section.full-size .shop-links-popup,
	.info-break-banner-box-section .shop-links-popup,
	.produkt-header .shop-links-popup,
	.big-box-list-section .shop-links-popup,
	.big-box-list-produkte-section .shop-links-popup,
	.big-box-produkte-section .shop-links-popup {
		--popup-width: 480px;
	}
	.featured-produkt-box-section.banner-size .shop-links-container,
	.featured-produkt-box-section.full-size .shop-links-container,
	.produkt-header .shop-links-container,
	.big-box-list-section .shop-links-container,
	.big-box-list-produkte-section .shop-links-container,
	.big-box-produkte-section .shop-links-container {
		width: 420px;
	}
	.featured-produkt-box-section.banner-size p,
	.featured-produkt-box-section.full-size p,
	.big-box-list-section p,
	.big-box-list-produkte-section p,
	.big-box-produkte-section p {
		max-width: unset;
	}
	.post-type-archive-news .site-main .shop-list-section ul {
		max-width: 690px;
		margin-left: auto;
		margin-right: auto;
	}
	.shop-list-section .shop-ebook-de,
	.shop-list-section .shop-orellfuessli,
	.shop-list-section .shop-rakuten-kobo,
	.shop-list-section .shop-weltbild-at,
	.shop-list-section .shop-weltbild-ch,
	.shop-list-section .shop-weltbild-de,
	.shop-list-section .shop-hugendubel,
	.shop-list-section .shop-osiander-de,
	.shop-list-section .shop-libraccio-it,
	.shop-list-section .shop-thalia-de,
	.shop-list-section .shop-thalia-at,
	.shop-list-section .shop-thalia,
	.shop-list-section .shop-buecher-de,
	.shop-list-section .shop-meine-buchhandlung,
	.shop-list-section .shop-skoobe,
	.shop-list-section .shop-weltbild,
	.shop-list-section .shop-libri,
	.shop-list-section .shop-indiebook {
		-webkit-transform: scale(.75);
		-moz-transform: scale(.75);
		-o-transform: scale(.75);
		transform: scale(.75);
		margin-bottom: 15px;
	}
	.site-footer .site-info {
		display: flex;
		justify-content: space-between;
		width: 100%;
		font-size: 0.8rem;
	}
	.site-footer .meta-menu {
		margin-bottom: 0;
	}
	.wp-block-embed-youtube.alignleft,
	.wp-block-embed-youtube.alignright,
	.wp-block-embed-youtube.aligncenter {
		display: flex;
		flex-direction: column;
	}
	.wp-block-embed-youtube.alignleft {
		align-items: flex-start;
	}
	.wp-block-embed-youtube.alignright {
		align-items: flex-end;
	}
	.wp-block-embed-youtube.aligncenter {
		align-items: center;
	}
	.wp-block-embed-youtube.alignleft > *,
	.wp-block-embed-youtube.alignright > *,
	.wp-block-embed-youtube.aligncenter > * {
		width: 80%;
	}
	.read-more-link,
	.buy-now-link {
		--add-padding: .5rem;
	}
	.small-box-produkte-section .read-more-link,
	.small-box-produkte-section .buy-now-link {
		--add-padding: .25rem;
	}
	.info-break-banner-box-section {
		display: flex;
		padding: 0;
	}
	.hentry > .entry-content > .info-break-banner-box-section.banner-size {
		margin-top: 40px;
		margin-bottom: 40px;
		min-height: 50vw;
	}
	.info-break-banner-box-section .banner-box-image {
		padding-left: 0;
		padding-right: 0;
		flex: 0 0 calc(50% + 10px);
	}
	.info-break-banner-box-section .banner-box-image img {
		border-radius: 0;
		height: 100%;
		max-height: unset;
	}
	.info-break-banner-box-section .entry-content {
		padding: 4vw 5.25vw;
		flex: 1 0 50%;
		margin-left: 0;
		align-self: center;
	}
	.info-break-banner-box-section .entry-content p {
		max-width: 30ch;
	}
	.info-break-banner-box-section .entry-content h3 {
		max-width: 20ch;
	}
	.info-break-banner-box-section .entry-content img {
		display: block;
		width: 40%;
		max-width: 190px;
		margin-bottom: 1.5em;
	}
}

@media screen and (min-width: 1024px) {

	/* Global Box Layout */
	.hentry > .entry-header > *,
	.hentry > .entry-content > * {
		margin-left: auto;
		margin-right: auto;
	}
	.hentry > .entry-content > .bestseller-box-container {
		max-width: 1400px;
	}
	.small-box-produkte-section .entry-content,
	.big-box-produkte-section .entry-content,
	.big-box-list-section .entry-content,
	/* .big-box-list-produkte-section .entry-content, */
	.featured-produkt-box-section:not(.banner-size) .entry-content,
	.featured-produkt-box-section:not(.banner-size) .featured-produkt-box-image {
		margin: 3rem 4rem 3rem 4rem;
	}
	.small-box-produkte,
	.big-box-produkte-section,
	.big-box-list-produkte-section,
	.featured-produkt-box-section:not(.banner-size) {
		padding-top: 1rem;
	}

	/* Box Produkte "globals" */
	.small-box-produkte-section > * {
		min-height: 625px;
	}
	.small-box-produkte-section .produkte-image {
		height: 45%;
		bottom: 5%;
	}
	.big-box-produkte-section .produkte-image {
		padding: 3rem;
		height: unset;
		position: relative;
	}
	.big-box-produkte-section .entry-content {
		width: 450px;
		flex-grow: 1;
	}
	.big-box-list-produkte-section {
		padding: 4rem;
		padding-left: 2rem;
	}
	.big-box-list-produkte-section .entry-content {
		margin-right: 0;
	}

	/* Rest */
	.featured-produkt-box-section.banner-size {
		max-height: 850px;
		max-width: 1920px;
		margin: 0 auto 90px auto;
	}
	.featured-produkt-box-section.banner-size .entry-content {
		padding: 3rem 4rem 3rem 2rem;
	}
	.featured-produkt-box-section.banner-size .featured-produkt-box-image .produkt-logo {
		left: calc(50% - 500px);
		top: 3rem;
	}
	.featured-produkt-small-box {
		height: 340px;
		padding: 36px;
	}
	.featured-produkt-small-box .entry-content {
		left: 36px;
	}
	.featured-slider figcaption,
	.featured-slider .slide-content {
		padding: 30px 30px 30px 50px;
	}
	.page-header header {
		padding: 0 30px 30px 50px;
	}
	.page-header h1 {
		font-size: 2.25rem;
	}
	.produkt-header .produkt-box-image {
		margin-right: 60px;
	}
	.produkt-header .produkt-logo {
		top: 10%;
		left: 7.5vw;
	}
	.produkt-header figcaption > button[name="buy"] {
		margin-block-start: 1rem;
	}
	.produkt-header figcaption h1 {
		font-size: 2.25rem;
		margin-bottom: 1rem;
	}
	.threesixty-icon {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	.press-material-list > article figure {
		width: 35%;
	}
	.press-material-list > article .material-content {
		width: 65%;
	}
	.press-material-list > article.product-material figure img {
		max-height: 265px;
	}
	.shop-logo-box-container {
	 	max-width: 100%;
	}
	.wp-block-table thead tr th:first-child,
	.wp-block-table tr > td:first-child {
		width: 300px;
	}
	.archive-entries > * {
		width: calc(100% / 3 - 14px);
		margin-right: 21px;
	}
	.archive-entries > *:nth-child(3n + 3) {
		margin-right: 0;
	}
	.featured-produkt-box-section.banner-size .shop-links-popup,
	.featured-produkt-box-section.full-size .shop-links-popup,
	.info-break-banner-box-section .shop-links-popup,
	.produkt-header .shop-links-popup,
	.big-box-list-section .shop-links-popup,
	.big-box-list-produkte-section .shop-links-popup,
	.big-box-produkte-section .shop-links-popup {
		--popup-width: 600px;
	}
	.featured-produkt-box-section.banner-size .shop-links-container,
	.featured-produkt-box-section.full-size .shop-links-container,
	.produkt-header .shop-links-container,
	.big-box-list-section .shop-links-container,
	.big-box-list-produkte-section .shop-links-container,
	.big-box-produkte-section .shop-links-container {
		width: 525px;
	}
	.shop-links-popup .shop-logo-wrapper {
		width: 175px;
		height: 75px;
	}
	.shop-links-popup .shop-links-container {
		width: 350px;
	}
	.shop-links-popup .shop-logo-wrapper .shop-logo-link {
		-webkit-transform: scale(.75) translate(-50%, -50%);
		-moz-transform: scale(.75) translate(-50%, -50%);
		-o-transform: scale(.75) translate(-50%, -50%);
		transform: scale(.75) translate(-50%, -50%);
	}
	.shop-links-popup > button[name=hide-shops] {
	    top: 15px;
	    right: 15px;
	}
	.site-footer .footer-menu {
		display: flex;
		flex-wrap: wrap;
	}
	.site-footer .footer-menu .sub-menu {
		display: block;
		padding-bottom: 0;
	}
	.site-footer .footer-menu > li::before {
		display: none;
	}
	.site-footer .footer-menu a {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	.site-footer {
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.site-footer .footer-menu-content {
		width: 100%;
		max-width: unset;
	}
	.site-footer .footer-menu {
		width: 1000px;
	}
	.site-footer .footer-menu-content > ul {
		margin: auto;
	}
	.site-footer .footer-menu > li {
		width: calc(25% - 15px);
	}
	.site-footer .footer-menu > li + li {
		margin-left: 20px;
	}
	.site-footer .footer-menu > li > a {
		font-size: 1.5rem;
	}
	.site-footer .footer-menu > li > a:hover {
		cursor: default;
		opacity: 1;
	}
	.site-footer .footer-menu .sub-menu a:hover {
		color: var(--tolino-blue);
	}
	.search-results .nav-links .nav-previous::before,
	.search-results .nav-links .nav-next::before {
		bottom: 0;
	}
	.read-more-link,
	.buy-now-link,
	.small-box-produkte-section .read-more-link,
	.small-box-produkte-section .buy-now-link {
		--add-padding: 1rem;
	}
	.featured-buttons {
		--space: 15px;
	}
	.info-break-banner-box-section .entry-content {
		padding: 4rem 0 4rem 4rem;
		max-width: calc(500px - 10px);
	}
	.featured-produkt-box-section:not(.banner-size) .featured-produkt-box-image div {
		top: -2rem;
		left: -1rem;
	}
}

@media screen and (min-width: 1200px) {

	body,
	button {
		font-size: 1.25rem;
	}
	h1,
	.produkt-header figcaption h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	.hentry > .entry-content > .info-break-banner-section {
		margin: 80px auto;
	}
	.hentry > .entry-content > .featured-produkt-box-section.banner-size {
		margin-bottom: 80px;
	}
	.info-break-boxes-section h3 {
		font-size: 1.25rem;
	}

	/* Box Produkte "globals" */
	.small-box-produkte h2 {
		font-size: 1.75rem;
	}
	.featured-produkt-small-box {
		width: 490px;
		height: 340px;
	}
	.page-header header {
		max-width: 400px;
	}
	.featured-produkt-box-section.banner-size .featured-produkt-box-image {
		padding: 3rem;
	}

	/* Rest */
	#page {
		padding-top: var(--menu-height);
	}
	.produkt-header {
		margin-bottom: 80px;
		max-height: calc(100vh - var(--menu-height));
	}
	.produkt-header .produkt-logo {
		top: 10%;
		left: calc(50vw - 500px);
	}
	.threesixty-icon {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
	.bestseller-box-container {
		max-width: 1400px;
		margin: auto;
	}
	.hentry > .entry-content > .info-break-boxes-section {
		margin-top: 80px;
	}
	.produkt-header figcaption li::before {
		margin: 0 0 0 -2rem;
	}
	.featured-slider .slider,
	.featured-slider .slider-element {
		max-height: calc(100vh - var(--menu-height));
	}
	.faq-page-header.faq-img .faq-links {
		margin-left: calc(50% - 500px + 45px);
	}
	.big-box-list-section li::before,
	.featured-produkt-small-box-section li::before,
	.featured-produkt-box-section li::before {
		margin: 0 0 0 -2rem;
	}
	.wp-block-button__link,
	.wp-block-file .wp-block-file__button {
		font-size: 1.25rem!important;
	}
	.wp-block-file .wp-block-file__button {
		--icon-padding: 2rem;
	}
	.wp-block-file .wp-block-file__button::after {
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9);
	}
	.hentry > .entry-content > .info-break-banner-box-section.banner-size {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.info-break-banner-box-section .entry-content {
		padding-left: 6rem;
	}
	.site-footer {
		justify-content: flex-start;
	}
	.site-footer .shop-list-section.app-shop {
		width: 760px;
		margin: 0 0 0 calc((100% - 1000px) / 2);
	}
	.site-footer .shop-list-section.app-shop ul,
	.site-footer .social-media-section ul {
		justify-content: flex-start;
	}
	.site-footer .shop-list-section ul li {
		margin-top: 5px;
	}
	.site-footer .social-media-section ul li:first-of-type {
		margin-left: -5px;
	}
	.site-footer .shop-list-section h3,
	.site-footer .social-media-section h3 {
		text-align: left;
		font-weight: 300;
		font-size: 1.125rem;
	}
}

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

	.produkt-header .produkt-logo {
		left: 460px;
	}
	.produkt-header,
	.page-header,
	.featured-slider,
	.featured-slider .slider,
	.featured-slider .slider-element,
	.hentry > .entry-content > .featured-produkt-box-section.banner-size,
	.hentry > .entry-content > .info-break-banner-box-section.banner-size {
		min-height: unset;
		max-height: unset;
		height: 850px;
		width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
}
