/*
Theme Name: Fieldsets
Version: 2.6 2026
*/


/* fonts */

@font-face {
	font-family: 'Klavika';
	src: url('assets/fonts/klavika-mediumcond-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Klavika';
	src: url('assets/fonts/klavika-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Klavika';
	src: url('assets/fonts/klavika-boldcond-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Klavika';
	src: url('assets/fonts/klavika-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}



/* basics / resets */

html {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 30px;

	--blue: #1b3280;
	--himbeer: #dc0066;
	--waldmeister: #00890b;
	--apfelsine: #fe6200;

	--f25: 0.83em;
	--f22: 0.73em;
	--f18: 0.6em;

}
@media (max-width: 1399px) {
	html { font-size: 28px; }
}
@media (max-width: 1299px) {
	html { font-size: 26px; }
}
@media (max-width: 1199px) {
	html { font-size: 23.5px; }
}
@media (max-width: 1099px) {
	html { font-size: 20.5px; }
}
@media (max-width: 999px) {
	html {
		font-size: 4vw;
		--f25: 0.975em;
		--f22: 0.95em;
		--f18: 0.9em;
	}
}




body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: 'Klavika', sans-serif;
	font-size: 1em;
	background-color: #de0067;
	color: white;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body:not(.home) {
	background: #de0067 url(assets/images/subpage.webp) top center no-repeat;
	background-size: 100% auto;
}



* {
	-webkit-tap-highlight-color: transparent;
}


::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

form {
	margin: 0;
	padding: 0;
}

table, td, input, textarea, select {
	font-family: inherit;
	font-size: 1em;
}

img, iframe {
	border: 0;
}

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

a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.content-text a:not(.button-link) {
	text-decoration: underline;
}

.med-text p,
.med-text ul,
.med-text .text-table {
	font-size: var(--f25);
}
.small-text p,
.small-text ul,
.small-text .text-table  {
	font-size: var(--f22);
}


/* page */

#page {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
	
	min-height: 100vh;
	overflow: hidden;
}

main {
	-webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


/* header */

header,
footer {
	position: relative;
	background-color: white;
	color: var(--blue);
	box-sizing: border-box;

	padding-left: 3.5rem;
	padding-right: 3.5rem;
	text-align: right;

	z-index: 10;
}


header > .wrap,
footer > .wrap {
	height: 1.75rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}


nav ul,
nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav li + li {
	padding-left: 1.75em;
}
nav a {
	font-size: var(--f18);
	font-weight: 300;
	text-transform: uppercase;
}

footer {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
footer > .wrap {
	justify-content: center;
}
footer nav {
	transform: translateY(-0.165em);
}

@media (max-width: 999px) {
	header #footer-menu {
		display: none;
	}
	#footer-menu li {
		display: block;
		text-align: center;
		padding: 0.3em 1em !important;
		font-size: 1.2em;
	}
	footer > .wrap {
		align-items: center;
		text-align: center;
		padding: 2em;
		height: auto;
	}
}


#ile-logo-foot,
#ile-logo {
	position: absolute;
	top: 0.3rem;
	left: 1.5rem;
	width: 6.25rem;
	height: auto;
}

#ile-logo-foot {
	top: auto;
	bottom: -0.325em;
}

.home-logo img,
#logo img {
	width: 100%;
	height: auto;
}

.home #logo {
	display: none;
}

#logo {
	z-index: 100;
	width: 10.75em;
	margin: 4.5em auto -0.5em auto;
	max-width: 36%;
}

@media (max-width: 999px) {
	#logo {
		margin: 2.5em auto 1.5em auto;
	}
}


#home-intro {
	overflow: hidden;
	position: relative;
	background: url(assets/images/home-desktop.webp) 50% 80% no-repeat;
	background-size: cover;
	aspect-ratio: 100 / 53;
}

.home-logo {
	z-index: 100;
	position: absolute;
	left: 50%;
	width: 24em;
	max-width: 36.5%;
	top: 39.5%;
	transform: translate(-50%, -70%);
}
#home-intro .content-text {
	position: absolute;
	left: 50%;
	top: 73%;
	width: 17em;
	transform: translate(-50%, -50%);
}
#home-intro .content-text p {
	font-size: var(--f22);
}
@media (min-width: 1980px) {
	.home-logo {
		transform: translate(-50%, -65%);
	}
}


@media (max-width: 1499px) {
	.home-logo {
		top: 38.5%;
		font-size: 0.7em;
	}
}
@media (max-width: 1299px) {
	.home-logo {
		font-size: 0.65em;
	}
}
@media (min-aspect-ratio: 100 / 55) {
	#home-intro {
		aspect-ratio: 100 / 46;
	}
	.home-logo {
		max-width: 28%;
		top: 36%;
	}
}
@media (min-width: 1500px) and (min-aspect-ratio: 100 / 55) {
	.home-logo {
		max-width: 30%;
		top: 37%;
	}
}


@media (max-width: 999px) {
	.home-logo {
		max-width: 62%;
		top: 32%;
	}
	#home-intro {
		background-image: url(assets/images/home-mobil.webp);
		aspect-ratio: 100 / 135;
	}
	#home-intro .content-text {
		top: 70%;
		width: 18.6em;
		text-align: center;
	}
}





#dose {
	position: relative;
	background: url(assets/images/dose-desktop.webp) 50% 80% no-repeat;
	background-size: cover;
	aspect-ratio: 100 / 56;
}
.kick {
	position: absolute;
	right: calc(55% + 3em);
	top: 14%;
}
.kick h2 {
	width: 4.7em;
	line-height: 90%;
}
.kick .z2 {
	display: block;
	text-align: right;
}
.kick .z3 {
	display: block;
	margin-left: 1.3em;
}

.frisch {
	position: absolute;
	left: 70%;
	top: 70.5%;
	transform: translate(-50%, -50%);
}
.frisch h2 {
	width: 3.9em;
	line-height: 90%;
	font-size: 4.15vw;
}
.frisch .z1 {
	display: block;
	text-align: right;
}
.frisch .z2 {
	display: block;
	text-align: center;
}
.frisch .z3 {
	display: block;
	text-align: left;
}

@media (min-aspect-ratio: 100 / 55) {
	#dose {
		aspect-ratio: 100 / 46;
	}
	.kick {
		top: 8.3%;
	}
	.frisch {
		left: 68%;
		top: 69.5%;
	}
	.frisch h2 {
		font-size: 3.75vw;
	}
}
@media (max-width: 999px) {
	#dose {
		background-image: url(assets/images/dose-mobil.webp);
		background-position: 50% 100%;
		aspect-ratio: 100 / 150;
	}
	.kick {
		right: 19%;
		top: 8%;
	}
	.frisch h2 {
		font-size: 8.8vw;
	}
	.frisch .z1 {
		text-align: left;
	}	
	.frisch .z3 {
		text-align: right;
	}
	.frisch {
		left: 33%;
		top: 37.05%;
	}
}




#ueber {
	position: relative;
	background: url(assets/images/info-desktop.webp) 50% 100% no-repeat;
	background-size: cover;
	aspect-ratio: 100 / 53;
}
.welt {
	position: absolute;
	right: calc(50% + 3em);
	top: 5%;
	transform: scale(0.9);
}
.welt .z1 {
	display: block;
}
.welt .z3 {
	display: block;
	margin-left: 1.2em;
}

.circle-text {
	color: #dd0066;
	position: absolute;
	top: 54%;
	left: 52%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 2.2vw;
}

@media (min-aspect-ratio: 100 / 55) {
	#ueber {
		aspect-ratio: 100 / 46;
	}
	.welt {
		top: 4%;
		transform: scale(0.85) translateX(-10%);
	}
	.circle-text {
		top: 47%;
	}
}
@media (max-width: 999px) {
	#ueber {
		background-image: url(assets/images/info-mobil.webp);
		aspect-ratio: 100 / 160;
	}
	.circle-text {
		top: 60%;
		left: 49%;
		font-size: 6vw;
	}
	.welt {
		right: auto;
		top: 11.5%;
		left: 14%;
		transform: none;
	}
}




.white-box {
	background-color: RGBA(255, 255, 255, 0.9);
	color: var(--blue);
	border-radius: 1.25em;
	box-sizing: border-box;
	padding: 2em 0em;
	margin: 1.25em auto 2em auto;
	width: calc(1400px - 4em);
	max-width: calc(100% - 2em);
}
@media (max-width: 999px) {
	.white-box {
		margin-bottom: 1em;
	}
}




#himbeer {
	background: var(--himbeer) url(assets/images/theme-himbeere.webp) top right no-repeat;
	background-size: 64% auto;
}

#waldmeister {
	background: var(--waldmeister) url(assets/images/theme-waldmeister.webp) top right no-repeat;
	background-size: 64% auto;
}

#apfelsine {
	background: var(--apfelsine) url(assets/images/theme-apfelsine.webp) top right no-repeat;
	background-size: 64% auto;
}


@media (max-width: 999px) {
	#himbeer,
	#waldmeister,
	#apfelsine {
		background-size: 100% auto;
	}
}


#himbeer-zutaten {
	background: var(--himbeer);
	display: none;
  outline: 0;
  margin-top: -1em;
  -webkit-tap-highlight-color: transparent;
}
#waldmeister-zutaten {
	background: var(--waldmeister);
	display: none;
  outline: 0;
  margin-top: -1em;
  -webkit-tap-highlight-color: transparent;
}
#apfelsine-zutaten {
	background: var(--apfelsine);
	display: none;
  outline: 0;
  margin-top: -1em;
  -webkit-tap-highlight-color: transparent;
}



.h-shine {
	background: var(--blue) url(assets/images/headline-shine.svg) top left no-repeat;
	background-size: auto 100%;
	font-weight: 300;
	font-size: 1rem;
	color: white;
	display: inline-block;
	border-radius: 1em;
	padding: 0.3em 1.5em 0.25em 1.5em !important;
}


.bubbles {
	position: absolute;
	top: 100%;
	left: 16%;
	width: 25%;
	aspect-ratio: 1 / 2;
	background: url(assets/images/bubbles.svg) center center no-repeat;
	background-size: contain;
	pointer-events: none;
}
.bubble-up {
	animation: bubbleup 10.75s cubic-bezier(0.135, 0.335, 0.361, 0.845) infinite;
	animation-fill-mode: both;
}

@keyframes bubbleup {
	0% {
		opacity: 0.6;
		transform: translateY(0) rotate(0deg);
	}
	78%, 100% {
		opacity: 1;
		transform: translateY(-300%) rotate(8deg);
	}
}

@media (max-width: 999px) {
	.bubbles {
		left: 3%;
		width: 47%;
	}
}



@media (min-width: 1000px) {
	.hl-home {
		position: relative;
		display: inline-block;
	}
	.hl-l {
		position: absolute;
		top: 0;
		right: calc(100% + 0.45rem);
	}
	.hl-r {
		position: absolute;
		top: 0;
		left: calc(100% + 0.25rem);
	}
}
@media (max-width: 999px) {
	.hl-home {
		text-align: center;
		margin: 0 auto;
	}
	.hl-l {
		display: block;
		text-align: left;
		margin-left: -1em;
	}
	.hl-r {
		display: block;
		text-align: right;
		margin-right: -1em;
	}
}


.h-center {
	vertical-align: top;
	display: inline-block;
	transform: translateY(40%);
}

.h-right {
	display: block;
	text-align: right;
}

@media (min-width: 1000px) {
	.button-bottom-right {
		position: relative;
	}
	.button-bottom-right .button-link {
		position: absolute;
		right: -1em;
		top: calc(100% - 2em);
	}
}
@media (max-width: 999px) {
	.button-link-wrap {
		display: block;
		text-align: right;
	}
}



.bottles {
	align-self: flex-end;
	background: radial-gradient(circle,rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.25) 33%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 66%);
	background-size: contain;

	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
@media (min-width: 1000px) {
	.bottles {
	    padding: 0;
	}
	.bottles + .column .content-space {
		margin-top: 6vw;
	}
}

@media (min-width: 1000px) and (max-width: 1460px) {
	.bottles {
		padding-left: 1.5em;
	}
}




.bottles .content-image {
	width: 23%;
}

.bottles .bottle-p10 {
	width: 24.5%;
}
.bottles .bottle-p05 {
	width: 19%;
}
.bottles .bottle-g07 {
	width: 22.5%;
}


.content-gallery {
	max-width: 30em;
	margin: 0.5em auto 1.5em auto;
}
.content-gallery .image-overlay {
	position: static;
	text-align: center;
	margin-top: 0.8em;
	font-size: var(--f25);
}


.headline-image {
	color: transparent;
	user-select: none;
	background: none center center no-repeat;
	background-size: contain;
}
.bunte-brausen {
	background-image: url(assets/images/unsere-bunten-brausen-desktop.svg);
	margin-left: -3.1em;
	padding-bottom: 0.4em;
	width: calc(100% + 6.25em);
}
@media (max-width: 999px) {
	.bunte-brausen {
		background-image: url(assets/images/unsere-bunten-brausen-mobil.svg);
		margin-left: 0;
		margin-bottom: 0.3em;
		width: auto;
	}
}

.tauche-ein {
	background-image: url(assets/images/tauche-ein.svg);
}
.kick-deinen-tag {
	background-image: url(assets/images/kick-deinen-tag.svg);
}
.frisch-frech {
	background-image: url(assets/images/frisch-frech.svg);
}
@media (max-width: 999px) {
	.frisch-frech {
		background-image: url(assets/images/frisch-frech-mobil.svg);
	}
}
.h-himbeer {
	background-image: url(assets/images/himbeer.svg);
}
.h-waldmeister {
	background-image: url(assets/images/waldmeister.svg);
}
.h-apfelsine {
	background-image: url(assets/images/apfelsine.svg);
}


/* breakpoints */

.mobile-only {
	display: none;
}

@media (max-width: 999px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}


@media (max-width: 511px) {
	form .composer-col {
		font-size: 1.35em;
	}
}
