@charset "UTF-8";
/*!
Theme Name: budbuddies
Theme URI: https://budbuddies.ch/
Author: Elija Zaugg
Author URI: https://budbuddies.ch/
Description: Description
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: budbuddies
Tags: 
*/
/*! 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: 2em;
	margin: 0.67em 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: 1em;
}

/* 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;
	text-decoration: underline dotted;
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* 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: 100%;
	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.35em 0.75em 0.625em;
}

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

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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;
	border-radius: 3px;
	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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.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.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* 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;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	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;
}

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
>>> VARIABLEN:
---------------------------------------------------------------- */
/*--------------------------------------------------------------
>>> WOOCOMMERCE:
---------------------------------------------------------------- */
.woocommerce-cart .site-main, .woocommerce-checkout .site-main {
	margin-top: 100px;
}

.woocommerce-cart h1, .woocommerce-checkout h1 {
	color: #FFF;
	background: linear-gradient(#FEE5B3, #FFCD67);
	display: inline;
	padding: 2px 11px;
	border-radius: 10px;
}

.wc-empty-cart-return {
	margin-bottom: 40px;
}

.wc-empty-cart-return a {
	color: #FFF;
	background: linear-gradient(#F2B2FF, #E055FD);
	font-weight: 700;
	border-radius: 9px;
	padding: 2px 7px;
	font-size: 28px;
}

.woocommerce-cart .wc-block-components-product-name {
	color: #FFF;
	background: linear-gradient(#F2B2FF, #E055FD);
	font-weight: 700;
	border-radius: 9px;
	padding: 2px 7px;
}

.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-container a, .woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container a {
	background: linear-gradient(#F2B2FF, #E055FD);
	font-weight: 700;
	font-size: 24px;
	border-radius: 12px;
}

.woocommerce-checkout .wc-block-checkout__actions button, .woocommerce-checkout .wp-block-woocommerce-checkout-actions-block button {
	background: linear-gradient(#F2B2FF, #E055FD);
	color: #FFF;
	font-family: "Balgin", sans-serif;
	font-weight: 700;
	font-size: 24px;
	border-radius: 12px;
}

.woocommerce-checkout .wc-block-checkout__actions a, .woocommerce-checkout .wp-block-woocommerce-checkout-actions-block a {
	color: #D922FF;
}

@media (max-width: 803.98px) {
	.woocommerce-cart .site-main, .woocommerce-checkout .site-main {
		margin-top: 50px;
	}
	.woocommerce-cart .entry-header, .woocommerce-checkout .entry-header {
		display: flex;
		justify-content: center;
	}
	.wc-block-cart-items__row .wc-block-cart-item__total {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.woocommerce-cart .site-main, .woocommerce-checkout .site-main {
		margin-top: 0;
	}
	.woocommerce-checkout .wc-block-checkout__actions button.wc-block-components-checkout-place-order-button, .woocommerce-checkout .wp-block-woocommerce-checkout-actions-block button.wc-block-components-checkout-place-order-button {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.woocommerce-checkout .wc-block-checkout__actions, .woocommerce-checkout .wc-block-checkout__actions_row {
		flex-direction: column-reverse;
	}
	.woocommerce-checkout .wc-block-checkout__actions button, .woocommerce-checkout .wc-block-checkout__actions_row button {
		margin-bottom: 15px;
	}
}

.home-hero-slider-wrap {
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	margin-top: 100px;
	margin-bottom: 200px;
}

.home-hero-swiper .swiper-slide {
	height: auto;
	margin-right: 24px;
}

.home-hero-swiper .swiper-slide:last-child {
	margin-right: 0;
}

.home-hero-swiper .slide-card {
	display: block;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.home-hero-swiper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	border-radius: 20px;
}

.home-hero-swiper img:hover {
	transform: scale(1.1);
}

/* Pfeile schöner positionieren */
.home-hero-swiper .swiper-button-prev,
.home-hero-swiper .swiper-button-next {
	width: 70px;
	height: 70px;
	border-radius: none;
	background: transparent;
	box-shadow: none;
	border: none;
	top: var(--swiper-navigation-top-offset, 49%);
}

.home-hero-swiper .swiper-button-prev:after,
.home-hero-swiper .swiper-button-next:after {
	content: "";
	background-size: contain;
	width: 45px;
	height: 55px;
	font-family: unset;
	background-repeat: no-repeat;
}

.home-hero-swiper {
	position: relative;
}

.home-hero-swiper .swiper-button-prev,
.home-hero-swiper .swiper-button-next {
	position: absolute;
	/* falls nicht bereits */
	z-index: 50;
	pointer-events: auto;
}

.home-hero-swiper .swiper-button-prev {
	left: 5%;
}

.home-hero-swiper .swiper-button-prev:after {
	background-image: url(./svg/dropdown-icon-2.svg);
}

.home-hero-swiper .swiper-button-next {
	right: 5%;
}

.home-hero-swiper .swiper-button-next:after {
	background-image: url(./svg/dropdown-icon.svg);
}

.single-post h2 {
	color: #404040;
	margin-top: 50px;
	font-size: 50px;
}

.product-page {
	display: flex;
	flex-wrap: wrap;
}

/* Die ersten beiden DIVs (unabhängig von evtl. span davor): je 50% Breite */
.product-page > div:nth-of-type(1),
.product-page > div:nth-of-type(2) {
	flex: 1 1 50%;
}

/* Dritte DIV und SECTION: volle Breite */
.product-page > div:nth-of-type(3),
.product-page > section {
	flex: 0 0 100%;
}

/* Reihenfolge: */
.product-page > div:nth-of-type(2) {
	order: 1;
}

/* Content */
.product-page > div:nth-of-type(1) {
	order: 2;
}

/* Bild */
.product-page > section {
	order: 3;
}

/* Ähnliche Produkte */
.product-page > div:nth-of-type(3) {
	order: 4;
}

/* Rezensionen */
h1.product_title {
	color: #FFF;
	font-size: 67px;
	line-height: 1;
	margin-bottom: 20px;
}

.product-subtitle {
	font-size: 35px;
	line-height: 1;
	font-family: 'Argone LC Black';
	opacity: 0.65;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 15px;
}

.star-rating span {
	color: #FFF;
}

.variations_form .variations .label {
	display: block;
	color: #FFF;
	font-family: 'Balgin', sans-serif;
}

.variations_form .variations .value {
	display: block;
}

.stock.out-of-stock {
	color: #FFF !important;
	font-weight: 700;
	font-family: 'Balgin', sans-serif;
}

.has-variations .variations .value select {
	outline: none;
	border: 3px solid;
	border-radius: 9px;
	background-color: #FFF !important;
	padding: 3px 10px;
	font-family: 'Balgin', sans-serif;
	font-size: 15px;
}

.has-variations .price {
	display: none;
}

.has-variations .woocommerce-variation-price .price {
	display: block;
	color: #FFF !important;
}

.has-variations .woocommerce-variation-price .price .woocommerce-Price-amount {
	margin-left: 0;
	color: #FFF;
}

.bb-badges {
	margin-top: 15px;
	margin-bottom: 15px;
}

.bb-badges .bb-badge {
	color: #FFF;
	font-family: 'Argone LC Black';
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 19px;
	border-radius: 9px;
	padding: 2px 8px;
}

.bb-badges .bb-badge:nth-child(1) {
	background-color: #6BE3FF;
}

.bb-badges .bb-badge:nth-child(2) {
	background-color: #FFCD67;
}

.bb-badges .bb-badge:nth-child(3) {
	background-color: #D922FF;
}

.woocommerce-product-details__short-description p {
	color: #FFF;
	font-family: 'Balgin', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	text-shadow: 0px 1px 18px #c9c9c9;
}

.bb-buy-row {
	display: flex;
	align-items: center;
}

.bb-buy-row .quantity input {
	border-width: 3px;
}

.bb-buy-row .product-detail-button, .bb-buy-row .disabled {
	color: #FFF;
	font-size: 38px;
	font-family: 'Balgin', sans-serif;
}

.bb-buy-row .woocommerce-Price-amount {
	color: #FFF;
	font-family: 'Argone LC Black';
	margin-left: 10px;
}

/* Tabs-Leiste ggf. ausblenden */
.woocommerce-tabs.wc-tabs-wrapper > .tabs.wc-tabs {
	display: none;
}

/* Collapsible-Panel: smooth open/close */
#tab-reviews.collapsible {
	overflow: hidden;
	max-height: 0;
	/* geschlossen */
	opacity: 0;
	visibility: hidden;
	transition: max-height 300ms ease, opacity 300ms ease, visibility 300ms step-end;
}

/* offen */
#tab-reviews.collapsible.is-open {
	/* max-height wird per JS dynamisch gesetzt */
	opacity: 1;
	visibility: visible;
	transition: max-height 300ms ease, opacity 300ms ease, visibility 0ms step-start;
}

/* Toggle-DIV */
#toggle-reviews {
	display: block;
	cursor: pointer;
	background: #ff0077;
	color: #fff;
	padding: 10px 16px;
	font-weight: 600;
	text-align: center;
	margin: 10px 0 15px;
}

#toggle-reviews:hover {
	background: #e6006b;
}

.woocommerce-Tabs-panel {
	color: #FFF;
}

.woocommerce-Tabs-panel #review_form_wrapper textarea, .woocommerce-Tabs-panel #review_form_wrapper button, .woocommerce-Tabs-panel #review_form_wrapper input {
	outline: none;
	border: 3px solid;
	border-radius: 9px;
	font-family: 'Balgin', sans-serif;
	background-color: #FFF;
}

.woocommerce-Tabs-panel #review_form_wrapper button {
	font-weight: 900;
}

.woocommerce-Tabs-panel #review_form_wrapper textarea {
	padding: 4px 8px;
	margin-top: 5px;
}

/* Barrierefreiheit: Animationen aus, wenn gewünscht */
@media (prefers-reduced-motion: reduce) {
	#tab-reviews.collapsible {
		transition: none;
	}
}

/* Toggle-DIV Styling */
#toggle-reviews {
	display: inline-block;
	cursor: pointer;
	background: #ff0077;
	color: #fff;
	padding: 10px 16px;
	margin-bottom: 15px;
	border-radius: 6px;
	text-align: center;
	font-weight: 600;
}

#toggle-reviews:hover {
	background: #e6006b;
}

.related.products {
	margin-top: 70px;
}

.related.products h2 {
	color: #FFF;
	font-size: 40px;
}

.related.products ul.products li.product {
	padding: 0;
	position: relative;
}

.product-page span.onsale {
	display: none;
}

.product-page ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 2fr));
	gap: 2rem;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: stretch;
}

.product-page ul.products::before {
	content: none;
}

.product-page ul.products li.product {
	margin: unset;
	width: unset;
}

.product-page ul.products li.last {
	margin: unset;
}

.product-page ul.products .card-body .card-title {
	line-height: 1;
	font-size: 40px;
}

.product-page ul.products .card-body .product-subtitle {
	font-size: 20px;
}

.product-page ul.products .card-body .preis-button {
	height: 100%;
}

.product-page ul.products .card-body .preis-button .product-price .price {
	color: #FFF;
	margin-bottom: 0;
	font-size: 18px;
	font-family: 'Argone LC Black';
}

.product-page ul.products .card-body .preis-button .product-buy {
	font-family: 'Balgin', sans-serif;
	font-weight: 700;
}

@media (max-width: 1199.98px) {
	.woocommerce .product-page ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.shop-sidebar ul {
		display: flex;
		justify-content: center;
	}
	.shop-sidebar ul li {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}
	.product-page > div:nth-of-type(1), .product-page > div:nth-of-type(2) {
		flex: 1 1 100%;
	}
	.product-page > div:nth-of-type(2) {
		order: 2;
	}
	.product-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 2fr));
		gap: 1rem;
	}
	.product-page ul.products li.product .card .product-image-card {
		min-height: unset;
	}
	.woocommerce.product-template-default ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.product-page > div,
	.product-page > section {
		flex: 0 0 100%;
	}
}

@media (max-width: 576.98px) {
	.product-page ul.products {
		grid-template-columns: repeat(1, minmax(0, 2fr));
		gap: 1rem;
	}
	h1.product_title {
		font-size: 58px;
		line-height: 0.9;
	}
}

/*--------------------------------------------------------------
>>> CONTACT:
---------------------------------------------------------------- */
.page-id-14 .small-content {
	max-width: 800px;
}

.page-id-14 .entry-content h3 {
	font-family: "Argone LC Black", sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 8px;
	display: inline-block;
	padding: 2px 6px;
}

.page-id-14 .entry-content h3:nth-of-type(1) {
	background: linear-gradient(#A09CD5, #4C16F2);
}

.page-id-14 .entry-content h3:nth-of-type(2) {
	background: linear-gradient(#F9D4E6, #FF1D86);
}

.page-id-14 .entry-content h3:nth-of-type(3) {
	background: linear-gradient(#FEE5B3, #FFCD67);
}

.page-template {
	margin: 0;
}

.page-template .sidebar-area {
	display: none;
}

.page-template .content-area {
	text-align: center;
	word-break: break-all;
}

.page-template .content-area h1 {
	font-size: 100px;
	color: #FFF;
	background: linear-gradient(#F2B2FF, #D922FF);
	border-radius: 25px;
	padding: 15px 20px 6px;
	line-height: 0.8;
	display: inline-block;
}

.page-template .content-area .entry-content {
	text-align: left;
}

.page-template .content-area .entry-content figure {
	margin: 0;
}

.page-template .content-area .entry-content figure img {
	border-radius: 40px;
}

.page-template .content-area .entry-content P {
	font-size: 19px;
	line-height: 1.1;
	font-family: "Balgin", sans-serif;
}

.page-template .content-area a {
	color: #D922FF;
}

.page-template .content-area a:visited, .page-template .content-area a:hover, .page-template .content-area a:active {
	color: #FFCD67;
}

.page-template .wp-block-button .wp-block-button__link {
	padding: 4px 10px 0px;
	text-transform: uppercase;
	font-size: 24px;
	border-radius: 9px;
	font-weight: 900;
}

.post, .page {
	margin: 0;
}

@media (max-width: 991.98px) {
	.page-template .content-area h1 {
		font-size: 85px;
		margin: 33px 0px 18px;
	}
	.page-template .content-area .entry-content figure img {
		border-radius: 30px;
	}
	.page-template .content-area .entry-content p {
		line-height: 1;
	}
}

@media (max-width: 767.98px) {
	.page-template .content-area h1 {
		font-size: 70px;
		margin: 20px 0px;
		border-radius: 22px;
		padding: 11px 12px 6px;
	}
}

@media (max-width: 567.98px) {
	.page-template .content-area h1 {
		font-size: 60px;
		margin: 8px 0px;
		border-radius: 13px;
	}
}

.woocommerce-products-header__title {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.shop-sidebar ul {
	margin-left: 0;
	padding-left: 0;
}

.shop-sidebar ul li {
	padding-left: 0;
	margin-bottom: 3px;
	list-style: none;
}

.shop-sidebar ul li a {
	color: #FFF;
	font-family: 'Argone LC Black', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 11px;
	padding: 2px 6px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.shop-sidebar ul li a:active {
	transform: translateY(4px);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.shop-sidebar ul li .wc-block-product-categories-list-item-count {
	display: none;
}

.shop-sidebar ul li:nth-child(1) a {
	background: linear-gradient(#FEE5B3, #FFCD67);
}

.shop-sidebar ul li:nth-child(2) a {
	background: linear-gradient(#D7F7FF, #6BE3FF);
}

.shop-sidebar ul li:nth-child(3) a {
	background: linear-gradient(#F2B2FF, #D922FF);
}

.shop-sidebar ul li:nth-child(4) a {
	background-color: #FF1D86;
}

ul.products li.product {
	margin-bottom: 20px !important;
}

ul.products li.product .card {
	box-shadow: 12px 8px 26px rgba(0, 0, 0, 0.122);
	min-height: 466px;
}

ul.products li.product .card .product-image-card {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 270px;
}

ul.products li.product .card .preis-button {
	margin-top: auto;
}

ul.products li.product .card .preis-button .price {
	font-size: 20px;
	text-align: left;
	line-height: 1;
	padding-bottom: 8px;
}

.archive-products h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 7px;
	margin-top: 0;
	line-height: 1;
}

.archive-products ul.products li.product .product-subtitle, .archive-products ul.products li.product .product-price {
	font-size: 20px;
	text-align: center;
	font-family: 'Argone LC Black', sans-serif;
	text-transform: uppercase;
	opacity: 0.6;
	color: #FFF;
}

.archive-products ul.products li.product .product-price {
	opacity: 1;
}

.archive-products ul.products li.product .product-price .price {
	color: #FFF;
	margin-bottom: 0;
}

.archive-products ul.products li.product .product-buy {
	font-family: 'Balgin', sans-serif;
	font-size: 19px;
	z-index: 9;
	text-align: right;
}

.archive-products ul.products li.product .product-buy a.added_to_cart {
	display: block;
	padding-top: 5px;
}

.archive-products ul.products li.product .product-buy a {
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.archive-products ul.products li.product .product-buy a:hover {
	transform: scale(1.2);
	transition: all ease-in-out;
}

.archive-products ul.products li.product .product-buy .added_to_cart {
	font-size: 10px;
}

.archive-products ul.products li.product .onsale {
	display: none;
}

@media (max-width: 1199.98px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 48%;
		float: left;
		clear: both;
		margin: 0 0 2.992em;
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
		float: right;
		clear: none !important;
	}
}

@media (max-width: 575.98px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
	.shop-sidebar section, .shop-sidebar .wc-block-product-categories {
		margin-bottom: 0;
	}
	.shop-sidebar section ul, .shop-sidebar .wc-block-product-categories ul {
		margin-bottom: 0;
	}
	.shop-sidebar section ul li, .shop-sidebar .wc-block-product-categories ul li {
		margin-right: 3px;
		margin-left: 3px;
	}
	.shop-sidebar section ul li a, .shop-sidebar .wc-block-product-categories ul li a {
		font-size: 22px;
	}
}

/* ---------- Grundlayout Header ---------- */
.bb-header {
	position: relative;
	z-index: 40;
	/* über Overlay-Hintergrund */
	padding-top: 60px;
	padding-bottom: 105px;
}

.bb-cart, .bb-menu-toggle {
	padding: 2px 11px 0px 11px;
	border-radius: 10px;
	text-transform: uppercase;
	background: linear-gradient(#F9D4E6, #FF1D86);
	color: #FFF;
	font-size: 28px;
	font-weight: 800;
	font-family: 'Argone LC Black', sans-serif;
	text-decoration: none;
	line-height: 1.4;
	border: none;
	transition: transform 0.15s ease,box-shadow 0.15s ease, background-color 0.15s ease;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.bb-cart:active, .bb-menu-toggle:active {
	transform: translateY(4px);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.bb-cart:visited, .bb-menu-toggle:visited {
	color: #FFF;
}

.bb-cart {
	background: linear-gradient(#A09CD5, #4C16F2);
	transition: transform 0.15s ease,box-shadow 0.15s ease, background-color 0.15s ease;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.custom-logo-link {
	z-index: 99;
}

.custom-logo-link img {
	width: 325px;
	left: -38px;
}

/* ---------- Wellenhintergrund initial ---------- */
.bb-header::after, .page-id-12 .bb-header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	/* Headerhöhe des Verlaufs */
	background-image: url("./svg/header-background-gradient.svg");
	background-size: 100vw 100%;
	z-index: -1;
	/* Wellenkante unten */
	transition: all 0.55s cubic-bezier(0.2, 0.75, 0.16, 1), border-radius 0.55s;
	margin-bottom: 300px;
}

.single-product .bb-header::after {
	content: none;
}

.page-id-12 .bb-header:after {
	background-image: url("./svg/header-background-gradient-about.svg");
}

/* ---------- Overlay-Fläche ---------- */
.bb-overlay {
	opacity: 0;
	position: fixed;
	inset: 0;
	z-index: 30;
	/* unter Logo/Buttons, über Content */
	pointer-events: none;
	/* bis geöffnet */
}

/* Farbfläche, wächst auf Vollbild */
.bb-nav-open .bb-overlay {
	opacity: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	background-image: linear-gradient(#FAD88C, #BCF2FF);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100vw 100vh;
	transition: all 0.6s cubic-bezier(0.2, 0.75, 0.16, 1);
	will-change: height, background-size;
}

.page-id-12.bb-nav-open .bb-overlay {
	background-image: linear-gradient(#f7bd91, #BCF2FF);
}

.bb-nav-open {
	overflow: hidden;
}

/* Nav-Container */
.bb-overlay-nav {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.bb-overlay-nav ul {
	padding-top: 30px;
	margin-left: 58px;
	margin-bottom: 0;
}

.bb-menu li {
	margin: 10px;
}

.bb-menu li a {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	transition: transform 0.15s ease,box-shadow 0.15s ease, background-color 0.15s ease;
}

.bb-menu li a:active {
	transform: translateY(4px);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.bb-menu li:nth-child(1) a {
	background: linear-gradient(#FEE5B3, #FFCD67);
}

.bb-menu li:nth-child(2) a {
	background: linear-gradient(#D7F7FF, #6BE3FF);
}

.bb-menu li:nth-child(3) a {
	background: linear-gradient(#F2B2FF, #D922FF);
}

.page-id-12 .bb-menu li:nth-child(1) a {
	background: linear-gradient(#eecdb3, #fdae4c);
}

.bb-menu a {
	display: inline-block;
	font-weight: 900;
	font-size: 80px;
	font-family: 'Argone LC Black', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 16px 1px;
	border-radius: 18px;
	backdrop-filter: blur(3px);
	transform: translateY(24px) scale(0.98);
	opacity: 0;
	color: #FFF;
	line-height: 0.9;
}

.bb-menu a:visited {
	color: #FFF;
}

/* ---------- Offen-Status ---------- */
body.bb-nav-open .bb-overlay {
	pointer-events: auto;
}

body.bb-nav-open .bb-overlay::before {
	height: 100vh;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

body.bb-nav-open .bb-header::after {
	height: 0;
	/* Welle im Header verschwindet sauber */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* ---------- Jump-In Animation ---------- */
@keyframes bbJumpIn {
	0% {
		transform: translateY(30px) scale(0.94);
		opacity: 0;
	}
	60% {
		transform: translateY(-6px) scale(1.02);
		opacity: 1;
	}
	100% {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}

/* animierte Items nacheinander */
body.bb-nav-open .bb-menu li:nth-child(1) a {
	animation: bbJumpIn .45s .12s both;
}

body.bb-nav-open .bb-menu li:nth-child(2) a {
	animation: bbJumpIn .45s .22s both;
}

body.bb-nav-open .bb-menu li:nth-child(3) a {
	animation: bbJumpIn .45s .32s both;
}

body.bb-nav-open .bb-menu li:nth-child(4) a {
	animation: bbJumpIn .45s .42s both;
}

body.bb-nav-open .bb-menu li:nth-child(5) a {
	animation: bbJumpIn .45s .52s both;
}

/* Sicherstellen, dass Logo/Buttons immer klickbar über dem Overlay liegen */
.bb-brand, .bb-cart, .bb-menu-toggle {
	z-index: 50;
	position: relative;
}

#agegate-overlay {
	position: fixed;
	z-index: 999;
	background: white;
	width: 100vw;
	text-align: center;
	box-shadow: 32px 20px 43px #b7b7b7;
	padding: 38px;
}

#agegate-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	/* vertikal */
	justify-content: center;
	/* horizontal */
	display: none;
	z-index: 99999;
}

#agegate-overlay .agegate-btn {
	font-family: "Balgin", sans-serif;
	font-size: 20px;
	border: 3.5px solid;
	border-radius: 5px;
	background-color: white;
	padding: 8px 26px;
	font-weight: 900;
	font-size: 20px;
	transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	text-transform: uppercase;
}

#agegate-overlay .agegate-btn.agegate-yes {
	border-color: #6BE3FF;
	color: #6BE3FF;
	box-shadow: 6px 6px 0 #6BE3FF;
	margin-right: 12px;
	margin-bottom: 10px;
}

#agegate-overlay .agegate-btn.agegate-no {
	border-color: #FF1D86;
	color: #FF1D86;
	box-shadow: 6px 6px 0 #FF1D86;
	margin-right: 12px;
}

/* Popup-Box */
#agegate-modal {
	width: 50vw;
	background: #FFF;
	border-radius: 20px;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* Inhalt vertikal zentrieren */
	align-items: center;
	/* Inhalt horizontal zentrieren */
	text-align: center;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

/* ---------- Responsive Feinschliff ---------- */
@media (max-width: 767.98px) {
	.bb-header, .page-id-12 .bb-header {
		position: unset;
		padding-top: 26px;
		padding-bottom: 80px;
	}
	.bb-header .bb-cart, .page-id-12 .bb-header .bb-cart {
		display: none;
	}
	.bb-header .custom-logo-link, .page-id-12 .bb-header .custom-logo-link {
		justify-content: center;
		display: flex;
		width: 100%;
	}
	.bb-header .bb-menu-toggle, .page-id-12 .bb-header .bb-menu-toggle {
		position: fixed;
		bottom: 20px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	}
	.bb-header::after, .page-id-12 .bb-header::after {
		display: block;
		height: 214px;
	}
	.bb-nav-open .custom-logo-link {
		position: fixed;
		left: 0;
		right: 0;
		padding-top: 26px;
		top: 0;
	}
	.bb-nav-open .bb-overlay {
		position: fixed;
	}
	.bb-nav-open .bb-overlay .bb-overlay-nav ul {
		padding-top: 0;
		margin-left: 0;
	}
}

@media (max-width: 991.98px) {
	/* Popup-Box */
	#agegate-modal {
		width: 100vw;
	}
}

/*--------------------------------------------------------------
>>> FOOTER:
---------------------------------------------------------------- */
.home footer {
	padding-top: 31%;
}

footer .pre-footer {
	background: #FF1D86;
	background: linear-gradient(180deg, #FF97C8 0%, #ff61ab 35%, #FF1D86 100%);
	background: url("./svg/footer-background.svg");
	background-size: 100vw 100%;
}

footer .pre-footer h3 {
	color: #FFF;
	font-size: 75px;
	line-height: 75px;
	padding: 160px 0 170px;
	margin: 0;
	font-weight: 700;
}

footer .post-footer {
	background: url("./svg/background-blue-footer.svg");
	background-size: 100vw 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9;
	position: relative;
	margin-top: -100px;
}

footer .post-footer .container {
	padding-top: 20px;
	padding-bottom: 0;
}

footer .post-footer .footer-widget {
	z-index: 999;
	padding-top: 80px;
}

footer .post-footer .footer-widget h2 {
	color: #FFF;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

footer .post-footer .footer-widget .menu {
	padding-left: 0;
	margin-left: 0;
}

footer .post-footer .footer-widget .menu li {
	list-style: none;
}

footer .post-footer .footer-widget .menu li a {
	color: #C9F5FF;
	text-decoration: none;
	font-family: 'Balgin', sans-serif;
}

footer .post-footer .footer-widget .menu li a:hover {
	color: #FFF;
}

footer .post-footer .footer-widget .wp-block-mailchimp-mailchimp-form-field, footer .post-footer .footer-widget .mc_signup_submit {
	display: inline-block;
}

footer .post-footer .footer-widget .wp-block-mailchimp-mailchimp-form-field input, footer .post-footer .footer-widget .mc_signup_submit input {
	border: 3px solid #D922FF;
	border-radius: 9px;
	color: #D922FF;
	margin-top: 0;
	width: 99%;
	font-family: 'Balgin', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	box-shadow: 4px 4px 0 #D922FF;
}

footer .post-footer .footer-widget .mc_signup_submit {
	width: 20%;
	float: right;
	text-align: right;
}

footer .post-footer .footer-widget .mc_signup_submit input {
	padding: 0.6em 0 0.4em;
	background-color: #D922FF;
	color: #FFF;
}

footer .post-footer .footer-widget .wp-block-mailchimp-mailchimp-form-field {
	width: 80%;
	float: left;
}

footer .post-footer .footer-widget .wp-block-mailchimp-mailchimp-form-field label {
	display: none;
}

footer .post-footer .footer-widget .wp-block-mailchimp-mailchimp-form-field input::before {
	content: "Email";
	position: absolute;
	top: 10px;
	left: 10px;
	color: #aaa;
	pointer-events: none;
	/* damit klicks durchgehen */
}

footer .post-footer .footer-widget .wpcf7-form {
	position: relative;
	transition: all 350ms cubic-bezier(0.26, 1.04, 0.54, 1);
}

footer .post-footer .footer-widget .wpcf7-form input:-internal-autofill-selected {
	transition: background-color 600000s 0s, color 600000s 0s;
}

footer .post-footer .footer-widget .wpcf7-form input[type="email"] {
	border: 4px solid #D922FF;
	border-radius: 7px;
	padding: 8px 70px 8px 13px;
	display: inline-block;
	box-shadow: 5px 5px 0 #D922FF;
	outline: none;
	color: #D922FF;
	font-weight: 900;
	font-size: 18px;
	opacity: 1;
	max-width: 100%;
	width: 100%;
}

footer .post-footer .footer-widget .wpcf7-form input[type="email"]::placeholder {
	font-family: "Argone LC Black", sans-serif;
	font-size: 22px;
	font-weight: 900;
	color: #D922FF;
	opacity: 0.7;
}

footer .post-footer .footer-widget .wpcf7-form input[type="submit"] {
	position: absolute;
	top: 9px;
	right: 13px;
	display: block;
	background: url("./svg/arrow-right.svg") center no-repeat;
	width: 50px;
	border: 0;
	color: transparent;
	transition: all 350ms cubic-bezier(0.26, 1.04, 0.54, 1);
	outline: none;
}

footer .post-footer .footer-widget .wpcf7-form input[type="submit"]:hover {
	transform: scale(1.25);
}

footer .post-footer .footer-widget .wpcf7-response-output {
	border: 0;
	padding: 0;
	color: #FF1D86;
	font-size: 12px;
	margin: 0;
	position: relative;
	top: -35px;
}

footer .post-footer .footer-widget .wpcf7-not-valid-tip {
	color: #FF1D86;
	margin-top: 10px;
}

footer .post-footer .pay-options {
	background: url("./svg/zahlungsmoeglichkeiten.svg") center no-repeat;
	height: 24px;
	margin: 35px 0 15px;
	width: 100%;
}

footer .post-footer .site-info {
	text-align: center;
	width: 100%;
	color: #C9F5FF;
	font-weight: 900;
	font-size: 12px;
	padding-bottom: 15px;
}

footer .post-footer .site-info a {
	color: #FFF;
	text-decoration: none;
	position: relative;
	opacity: 0.9;
}

footer .post-footer .site-info a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(1);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	transform-origin: bottom left;
	transition: all 350ms cubic-bezier(0.26, 1.04, 0.54, 1);
}

footer .post-footer .site-info a:hover:after {
	transform: scaleX(0);
	transform-origin: bottom right;
}

@media (max-width: 1279.98px) {
	.home footer {
		padding-top: 30%;
	}
	footer .pre-footer {
		z-index: 2;
		position: relative;
	}
}

@media (max-width: 991.98px) {
	footer .pre-footer h2 {
		padding: 115px 0 65px;
	}
	footer .post-footer .container {
		width: 70%;
	}
}

@media (max-width: 767.98px) {
	.home footer {
		padding-top: 90%;
	}
	footer .post-footer {
		background: url("./svg/background-blue-footer-768.svg");
		background-size: 100vw 100%;
		height: 100%;
	}
	footer .post-footer .container {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	footer .pre-footer h3 {
		font-size: 47px;
		line-height: 0.8;
		padding: 130px 0 155px;
	}
	footer .post-footer .site-info {
		font-size: 10px;
	}
}

body {
	overflow-x: hidden;
	font-family: 'Balgin', sans-serif;
}

h1, h2 {
	font-family: 'Argone LC Black', sans-serif;
	text-transform: uppercase;
}

h3 {
	font-family: 'Balgin', sans-serif;
	font-size: 22px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:visited, a:active, a:hover {
	color: #FFF;
}

@media (max-width: 767.98px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {
	.container {
		max-width: 90%;
	}
}

/*# sourceMappingURL=style.css.map */