/*!
Theme Name: truuwater
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: truuwater
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.

truuwater 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
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

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

/* additional style */
/* navbar */
#navBar {
	z-index: 1;
    position: fixed;
    width: 100px;
    top: 42px;
    right: 44px;
}
#navBar.hide-nav-bar {
	display: none;
}
#navBar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navBar ul li {
	cursor: pointer;
	color: #A0A0A0;
	text-align: center;
}
#navBar ul li a {
	text-decoration: 0px;
	color: #A0A0A0;
}
#navBar ul li .menu-expander {
	display: block;
}
#navBar ul li img {
	
}
span.nav-text {
	font-weight: 300;
    font-size: 7px;
    line-height: 1.05em;
    display: block;
	opacity: 0;
	min-height: 24px;
	transition: opacity .6s ease;
}
#navBar ul li:hover span.nav-text {
	opacity: 1;
	transition: opacity .6s ease;
}
.nav-lang-de .en-text {
	display: none;
}
.nav-lang-en .de-text {
	display: none;
}
.full-screen-nav {
	display: none;
    position: fixed;
    top: 58px;
    left: 65px;
    right: 65px;
    bottom: 58px;
    background-color: rgba(229, 227, 227, 0.9);
    border-radius: 16px;
    z-index: 9999;
}
.show-full-screen-nav {
	display: block;
}
.chapters-submenu {
	display: none;
}
.chapters-submenu.show-chapters {
	display: block;
}
.close-nav {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 23px;
	height: 23px;
	display: flex;
	cursor: pointer;
}
body.no-scroll {
	width: 100vw!important;
	height: 100vh!important;
	overflow: hidden;
}
.inner-full-screen-nav {
    position: relative;
    height: 100%;
    padding-left: 30%;
    display: flex;
	padding-top: 14vh;
	flex-wrap: wrap;
}
.inner-full-screen-nav .nav-logo-holder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px; 
}
.inner-full-screen-nav .left-box {
	width: 48%;
	padding-right: 30px;
}
.inner-full-screen-nav .left-box ul.top-level {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #5F5D5D;
}
.inner-full-screen-nav .left-box ul.top-level li.chapters-expander {
	font-size: 2.6vw;
    font-weight: 700;
    line-height: 1.15em;
    margin-bottom: 25px;
    position: relative;
	padding-right: 3vw;
    display: inline-block;
    cursor: pointer;
}
.inner-full-screen-nav .left-box ul.top-level li.chapters-expander .nav-arrow {
	position: absolute;
    right: 0px;
	top: 0.5vw;
    width: 1.3vw;
	transition: all .6s ease;
}
.inner-full-screen-nav .left-box ul.top-level li.chapters-expander.activated .nav-arrow {
	transition: all .6s ease;
	transform: rotate(90deg);
}
.inner-full-screen-nav .left-box .chapters-submenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.inner-full-screen-nav .left-box .chapters-submenu li {
	font-size: 1.2vw;
    margin-bottom: 15px;
    font-weight: 300;
}
.chapters-submenu li {
	opacity: 0.4;
	cursor: default;
	transition: opacity 0.25s ease;
}
.chapters-submenu li.active {
	opacity: 1;
	cursor: pointer;
}
.chapters-submenu li.disabled {
	pointer-events: none;
}
.inner-full-screen-nav .right-box {
	width: 48%;
}
.inner-full-screen-nav .right-box .external-links {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #5F5D5D;
}
.inner-full-screen-nav .right-box .external-links li {
	font-size: 2.6vw;
    font-weight: 700;
    line-height: 1.15em;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
li.first-external-link {
    margin-bottom: 12vh;
}
li.second-external-link {
    margin-bottom: 15vh;
}
a {
	text-decoration: none;
}
.inner-full-screen-nav .right-box .external-links li a {
	color: #5F5D5D;
}
.inner-full-screen-nav .right-box .external-links li a .external-arrow {
	
}
.additional-info-links a {
	color: #5F5D5D;
}
.additional-info-links p a:first-child {
	margin-right: 20px;
}
.additional-info-links p {
    padding-left: 2px;
}
/* polylang-langswitcher */
.polylang-langswitcher {
	position: fixed;
    right: 12px;
    top: 86px;
    margin: 0;
    list-style: none;
    display: flex;
    z-index: 9;
    gap: 0px;
    flex-direction: column;
}
.polylang-langswitcher li {

}
.polylang-langswitcher li a {
	text-decoration: none;
}
.polylang-langswitcher li img {
	
}
.polylang-langswitcher li span {
	
}

/* animated text */
.scroll-spacer {
  height: 50vh;
}
.weight-300-text {
	font-weight: 300;
}
#welcome-text-type-container {
	display: none;
    position: fixed;
    top: 18vh;
    font-size: 4vw;
    padding: 40px;
    left: 5vw;
    font-weight: 300;
    color: #000;
    max-width: 35vw;
    line-height: 1.1em;
    background: #ffffff26;
    backdrop-filter: blur(8px);
}

span#welcome-text-typed strong {
    font-weight: 700;
    display: block;
}
#water-percent-type-container {
	display: none;
    position: fixed;
    bottom: 7vh;
    font-size: 4vw;
    padding: 40px;
    left: 3vw;
    font-weight: 700;
    color: #000;
    width: 56vw;
    line-height: 1.1em;
    /*background: #ffffff26;
    backdrop-filter: blur(8px);*/
}
#lakeText-type-container {
	display: none;
    position: fixed;
    top: 60vh;
    font-size: 4vw;
    padding: 40px;
    left: 5vw;
    font-weight: 700;
    color: #000;
    max-width: 42vw;
    line-height: 1.1em;
	/*background: #ffffff26;
    backdrop-filter: blur(8px);*/
}
#grass-type-container {
	display: none;
    position: fixed;
    bottom: 5vh;
    font-size: 4vw;
    padding: 40px;
    right: 5vw;
    font-weight: 700;
    color: #000;
    max-width: 30vw;
	min-height: 250px;
    line-height: 1.1em;
	/*background: #ffffff26;
    backdrop-filter: blur(8px);*/
}
#sewage-type-container {
	display: none;
    position: fixed;
    bottom: 10vh;
    font-size: 4vw;
    padding: 40px;
    right: 8vw;
    font-weight: 700;
    color: #000;
    width: 40vw;
	min-height: 250px;
    line-height: 1.1em;
	/*background: #ffffff26;
    backdrop-filter: blur(8px);*/
}
#sewage2-type-container {
	display: none;
    position: fixed;
    bottom: 4vh;
    font-size: 4vw;
    padding: 40px;
    right: 8vw;
    font-weight: 700;
    color: #000;
    width: 40vw;
	min-height: 250px;
    line-height: 1.1em;
	/*background: #ffffff26;
    backdrop-filter: blur(8px);*/
}
#scientist1-type-container,
#scientist1b-type-container,
#scientist1c-type-container,
#scientist1d-type-container,
#scientist1e-type-container,
#scientist1f-type-container,
#scientist1g-type-container {
	display: none;
    position: fixed;
    bottom: 26vh;
    font-size: 30px;
    padding: 0;
    right: 13vw;
    font-weight: 300;
    color: #000;
    width: 38vw;
    line-height: 1.1em;
    /* background-image: url(images/bubble.png); */
    background-size: 100% 100%;
    min-height: 250px;
    text-align: center;
    align-items: center;
}
.speech-bubble {
	position: relative;
    background-color: #ebebebe3;
    color: #000000;
    font-size: 38px;
    line-height: 1.35em;
    text-align: left;
    width: 40vw;
    height: auto;
    border-radius: 18px;
    padding: 0px;
    border: #ffffff solid 1px;
    padding: 30px;
}
.speech-bubble.tail-bottom:before {
	content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: #ebebebe3 transparent;
    border-width: 24px 18px 0;
    bottom: -24.5px;
    left: 50%;
    margin-left: -18px;
    display: block;
}
.speech-bubble.tail-bottom:after {
	content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #ebebebe3 transparent;
    border-width: 23px 17px 0;
    bottom: -23px;
    left: 50%;
    margin-left: -17px;
}
.speech-bubble.tail-top:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: transparent transparent #ebebebe3;
    border-width: 0 18px 24px;
    top: -24.5px;
    left: 50%;
    margin-left: -18px;
}

.speech-bubble.tail-top:after {
    content: '';
    position: absolute;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent transparent #ebebebe3;
    border-width: 0 17px 23px;
    top: -23px;
    left: 50%;
    margin-left: -17px;
}
.speech-bubble.tail-left:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: transparent #ebebebe3 transparent transparent;
    border-width: 18px 24px 18px 0;
    left: -24.5px;
    top: 50%;
    margin-top: -18px;
}

.speech-bubble.tail-left:after {
    content: '';
    position: absolute;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #ebebebe3 transparent transparent;
    border-width: 17px 23px 17px 0;
    left: -23px;
    top: 50%;
    margin-top: -17px;
}
.speech-bubble.tail-right:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ebebebe3;
    border-width: 18px 0 18px 24px;
    right: -24.5px;
    top: 50%;
    margin-top: -18px;
}

.speech-bubble.tail-right:after {
    content: '';
    position: absolute;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent transparent transparent #ebebebe3;
    border-width: 17px 0 17px 23px;
    right: -23px;
    top: 50%;
    margin-top: -17px;
}
#bottle-text1-type-container,
#bottle-text2-type-container,
#bottle-text3-type-container {
	position: fixed;
    top: 10vh;
    right: 12vw;
    font-size: 38px;
    background: #ffffff26;
    backdrop-filter: blur(8px);
    padding: 25px;
    border-radius: 24px;
    line-height: 1.15em;
}
#bottle-bubble-text1-type-container {
	position: fixed;
    top: 10vh;
    right: 12vw;
	font-weight: 300;
	font-size: 30px;
    color: #000;
}
#bottle-bubble-text2-type-container,
#bottle-bubble-text3-type-container {
	position: fixed;
    top: 6vh;
    right: 10vw;
    font-weight: 300;
    font-size: 30px;
    color: #000;
}
#human-colors-title-type-container {
	position: fixed;
    top: 6vh;
    right: 4vw;
    font-weight: 700;
    font-size: 40px;
    color: #000;
    width: 30vw;
}
#human-colors-text1-type-container,
#human-colors-text2-type-container,
#human-colors-text3-type-container,
#human-colors-text4-type-container {
	position: fixed;
    top: 18vh;
    right: 4vw;
    font-weight: 300;
    font-size: 30px;
    color: #000;
    width: 30vw;
}
#after-bottle-scientist-text-type-container {
	position: fixed;
    top: 47vh;
    right: 1vw;
    font-weight: 300;
    font-size: 30px;
    color: #000;
}
#truck-scientist-text-type-container {
	position: fixed;
    bottom: 47vh;
    left: 24vw;
    font-weight: 300;
    font-size: 30px;
    color: #000;
}
#truck-food-text-type-container,
#truck-food-text2-type-container,
#truck-food-text3-type-container,
#truck-food-text4-type-container {
	position: fixed;
    top: 18vh;
    right: 0vw;
    font-weight: 300;
    font-size: 30px;
    color: #000;
    width: 31.5vw;
    padding: 50px;
    padding-right: calc(10vw + 0px);
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 0px;
    padding-bottom: 50vh;
}

span.food-title
 {
    line-height: 1.15;
}

#truck-food-text-typed .food-title,
#truck-food-text2-typed .food-title,
#truck-food-text3-typed .food-title,
#truck-food-text4-typed .food-title {
	font-size: 44px;
    display: block;
    margin-bottom: 30px;
}
#truck-food-text-typed .food-title strong,
#truck-food-text2-typed .food-title strong,
#truck-food-text3-typed .food-title strong,
#truck-food-text4-typed .food-title strong {
	font-weight: 700;
}
#truck-driver-text1-type-container,
#truck-driver-text2-type-container,
#truck-driver-text3-type-container {
	position: fixed;
    bottom: 62vh;
    left: 10vw;
    font-weight: 300;
    font-size: 30px;
    color: #000;
}
#truck-driver-text4-type-container {
	position: fixed;
    bottom: 42vh;
    right: 10vw;
    font-weight: 300;
    font-size: 30px;
    color: #000;
}
#truck-text-type-container,
#truck-text2-type-container {
	display: none;
    position: fixed;
    top: 18vh;
    font-size: 1.5vw;
    padding: 40px;
    right: 8vw;
    font-weight: 700;
    color: #000;
    max-width: 42vw;
    line-height: 1.1em;
/*    background: #ffffff26;
    backdrop-filter: blur(8px);*/
    border-radius: 16px;
    width: 26vw;
}
#truck-text3-type-container,
#truck-text4-type-container {
	display: none;
    position: fixed;
    bottom: 12vh;
    font-size: 1.5vw;
    padding: 40px;
    right: 8vw;
    font-weight: 700;
    color: #000;
    max-width: 42vw;
    line-height: 1.1em;
    background: #ffffff26;
    backdrop-filter: blur(8px);
    border-radius: 16px;
    width: 26vw;
}
#truck-text5-type-container {
	display: none;
    position: fixed;
    bottom: 45vh;
    font-size: 1.5vw;
    padding: 40px;
    left: 12vw;
    font-weight: 300;
    color: #000;
    max-width: 42vw;
    line-height: 1.1em;
    width: 26vw;
}

#truck-text6-type-container {
    position: fixed;
    top: 15vh;
    font-size: 1.5vw;
    padding: 40px;
    left: 25vw;
    font-weight: 300;
    color: #000;
    max-width: 42vw;
    line-height: 1.1em;
    width: 26vw;
    z-index: 12;
}

#end-scene-type-container,
#end-scene2-type-container {
	display: none;
    position: fixed;
    top: 12vh;
    font-size: 50px;
    left: 50%;
	transform: translateX(-50%);
    font-weight: 300;
    color: #000;
    max-width: 42vw;
    line-height: 1.15;
    width: 40vw;
}
#last-video-type-container {
    position: fixed;
}
#closeLastVideo,
#closeLastImage {
	width: 23px;
    height: 23px;
    background-image: url(images/close-menu.webp);
    background-color: transparent;
    border: none;
    padding: 0;
    top: 95px;
    position: fixed;
    right: 15px;
	cursor: pointer;
}
#last-image {
	position: fixed;
    width: 100vw;
    height: 100vh;
	z-index: 9;
}
#last-image img {
	width: 100%;
    height: 100%;
}
.last-btn {
    position: fixed;
    z-index: 99999999;
    bottom: 50px;
	left: calc(50% - 160px);
    transform: translateX(-50%);
    color: #000;
    background-color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 0;
    width: 300px;
    text-align: center;
    border: solid 1px #000000;
}

a.last-btn.very-last {
    left: calc(50% + 160px) !important;
}

#closeLastImage {
	filter: brightness(0%);
}
.cursor {
	display: none !important;
	margin-left: 2px;
	animation: blink .3s steps(1) infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.mobile-menu-title {
	display: none;
}
/* video modal */
#videoModal-video1 button,
#videoModal-video2 button,
#videoModal-video3 button,
#videoModal-video4 button {
	width: 23px;
    height: 23px;
    background-image: url(images/close-menu.webp);
    background-color: transparent;
    border: none;
    padding: 0;
    top: 25px;
    position: fixed;
    right: 35px;
	cursor: pointer;
}
#truuLogo {
	position:fixed;
	top:42px;
	left:42px;
	width:136px;
	opacity:0;
	z-index:1
}
/* responsive */
@media (max-width: 1024px) {
	.mobile-menu-title {
        display: block;
        font-weight: 700;
        color: #fff;
        font-size: 24px;
        margin-bottom: 40px;
    }
	.inner-full-screen-nav .nav-logo-holder {
		display: none;
	}
	#scrollProgressPercent, .chapter-title {
		display: none;
	}
	.full-screen-nav {
		top: 25px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border-radius: 16px;
	}
	.inner-full-screen-nav {
		padding: 20px;
		display: block;
	}
	.inner-full-screen-nav .left-box {
		width: 100%;
		padding-right: 0;
	}
	.inner-full-screen-nav .left-box ul.top-level li.chapters-expander {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.15em;
		margin-bottom: 0px;
		padding-right: 20px;
        margin-bottom: 0;
        padding-bottom: 0;
	}
	.inner-full-screen-nav .left-box ul.top-level li.chapters-expander .nav-arrow {
		position: absolute;
		right: 0px;
		top: 6px;
		width: 10px;
		transition: all .6s ease;
	}
	.inner-full-screen-nav .right-box {
		width: 100%;
	}
	li.first-external-link {
		margin-bottom: 0;
	}
	li.second-external-link {
		margin-bottom: 0;
	}
	.inner-full-screen-nav .right-box .external-links li {
		font-size: 24px;
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #605e5e;
		width: 100%;
	}
	.inner-full-screen-nav .right-box .external-links li a .external-arrow {
		display: none;
	}
	.additional-info-links p {
		padding-left: 0;
		margin-bottom: 0;
	}
	.additional-info-links a {
		display: block;
		font-size: 24px;
		font-weight: 700;
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid #605e5e;
	}
	.additional-info-links p a:first-child {
		margin-right: 0;
	}
	.inner-full-screen-nav .left-box .chapters-submenu {
		margin-top: 15px;
	}
	.inner-full-screen-nav .left-box .chapters-submenu li {
		font-size: 24px;
		margin-bottom: 10px;
	}
}
@media (max-width: 525px) {
	#truuLogo {
		top: 35px;
		left: 50%;
		width: 125px;
		transform: translateX(-50%);
	}
	#navBar {
		z-index: 1;
		position: fixed;
		width: auto;
		top: 28px;
		left: 20px;
		right: 20px;
	}
	#navBar ul {
		display: flex;
		width: 100%;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	#navBar ul li:last-child {
		display: none;
	}
	span.nav-text {
		display: none;
	}
}







/* Liquid-glass speech bubble + liquid-glass tails (same shape + placement) */
.speech-bubble {
  --glass-bg:
    radial-gradient(140% 120% at 15% 10%, rgba(255,255,255,.70), rgba(255,255,255,.18) 35%, rgba(255,255,255,.10) 60%, rgba(255,255,255,.08) 100%),
    linear-gradient(135deg, rgba(255,255,255,.35), rgba(255,255,255,.14));
  --glass-border: rgba(255,255,255,.38);
  --glass-shadow:
    0 18px 60px rgba(0,0,0,.25),
    0 2px 10px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.55),
    inset 0 -1px 0 rgba(255,255,255,.18);

  position: relative;
  color: #000000;
  font-size: 38px;
  line-height: 1.35em;
  text-align: left;
  width: 40vw;
  height: auto;
  border-radius: 18px;
  padding: 30px;

  background: var(--glass-bg);
  background-color: rgba(235,235,235,.22); /* fallback */

  -webkit-backdrop-filter: blur(18px) saturate(1.45);
  backdrop-filter: blur(18px) saturate(1.45);

  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);

  transform: translateZ(0);
}

/* Shared tail glass styling */
.speech-bubble.tail-bottom:before,
.speech-bubble.tail-bottom:after,
.speech-bubble.tail-top:before,
.speech-bubble.tail-top:after,
.speech-bubble.tail-left:before,
.speech-bubble.tail-left:after,
.speech-bubble.tail-right:before,
.speech-bubble.tail-right:after{
  content:'';
  position:absolute;
  display:block;
  /*background: var(--glass-bg);*/
  background-color: rgba(235,235,235,.22); /* fallback */

  -webkit-backdrop-filter: blur(18px) saturate(1.45);
  backdrop-filter: blur(18px) saturate(1.45);

  box-shadow:
    0 12px 35px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.45),
    inset 0 -1px 0 rgba(255,255,255,.14);

  transform: translateZ(0);
}

/* === BOTTOM TAIL (same size/offsets as your borders) === */
.speech-bubble.tail-bottom:before{
  z-index:0;
  width: 36px;
  height: 24px;
  left: 50%;
  bottom: -24.5px;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  border: 1px solid var(--glass-border);
}
.speech-bubble.tail-bottom:after{
  z-index:1;
  width: 34px;
  height: 23px;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* === TOP TAIL === */
.speech-bubble.tail-top:before{
  z-index:0;
  width: 36px;
  height: 24px;
  left: 50%;
  top: -24.5px;
  transform: translateX(-50%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  border: 1px solid var(--glass-border);
}
.speech-bubble.tail-top:after{
  z-index:1;
  width: 34px;
  height: 23px;
  left: 50%;
  top: -23px;
  transform: translateX(-50%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

/* === LEFT TAIL === */
.speech-bubble.tail-left:before{
  z-index:0;
  width: 24px;
  height: 36px;
  left: -24.5px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  /*border: 1px solid var(--glass-border);*/
}
.speech-bubble.tail-left:after{
  z-index:1;
  width: 23px;
  height: 34px;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/* === RIGHT TAIL === */
.speech-bubble.tail-right:before{
  z-index:0;
  width: 24px;
  height: 36px;
  right: -24.5px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  /*border: 1px solid var(--glass-border);*/
}
.speech-bubble.tail-right:after{
  z-index:1;
  width: 23px;
  height: 34px;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}



#talk-li, #buy-li {
display: none;
}

/* pulsating double ring on first reveal */
#buy-li,
#talk-li{
  position: relative;
  overflow: visible;
}

/* two rings outside */
#buy-li::before,
#buy-li::after,
#talk-li::before,
#talk-li::after{
  content:"";
  position:absolute;
  left:50%;
  top:29px;
  width: 68px;
  height: 68px;
  transform: translate(-50%,-50%) scale(0.85);
  border: 2px solid currentColor;
  border-radius: 9999px;
  opacity: 0;
  pointer-events:none;
}

/* run ONLY when .pulse-once is added */
#buy-li.pulse-once::before,
#talk-li.pulse-once::before{
  animation: liPulseRing 0.9s ease-out 0s 2;
}

#buy-li.pulse-once::after,
#talk-li.pulse-once::after{
  animation: liPulseRing 0.9s ease-out 0.18s 2;
}

/* keyframes = ring expands + fades */
@keyframes liPulseRing{
  0%   { opacity: 0; transform: translate(-50%,-50%) scale(0.80); }
  15%  { opacity: 0.55; }
  100% { opacity: 0; transform: translate(-50%,-50%) scale(1.18); }
}

span.nav-text {
    margin-top: -3px;
    margin-bottom: 3px;
}


#scroll-slider-overlay{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  opacity: 0;
  pointer-events: none;
}

#scroll-slider-overlay.is-visible{
  display: block;
  pointer-events: auto;
}

#scroll-slider-overlay::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.72);
}

#scroll-slider-overlay .scroll-slider{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%,-50%) scale(0.25);
  transform-origin: center center;
  will-change: transform, opacity;
  opacity: 0;
}

#scroll-slider-overlay .scroll-slider-track{
  position: absolute;
  inset: 0;
  display: flex;
  height: 100%;
  will-change: transform;
}

/* each slide is one full screen "panel" */
#scroll-slider-overlay .scroll-slide{
  position: relative;
  flex: 0 0 100vw;
  height: 100vh;
}

/* click target + image */
#scroll-slider-overlay .scroll-slide a,
#scroll-slider-overlay .scroll-slide img{
  display:block;
  width:100%;
  height:100%;
}

#scroll-slider-overlay .scroll-slide img{
  object-fit: cover;
  object-position: top center; /* keep top visible */
}




div#last-video-type-container {
	top: 0px;
}

div#last-video-type-container iframe
 {
    width: 100vw;
    height: calc((100vw * 9) / 16);
    margin-top: 10px;
}

div#last-video-type-container {
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}

#scroll-left-image{
position: fixed;
    bottom: 0;
    left: 0;
    height: 85vh;
    width: auto;
    max-width: none;
    z-index: -1;
    transform: translateX(-110%);
    opacity: 0;
    display: none;
    pointer-events: none;
    will-change: transform, opacity;
}


div#truck-text-type-container, div#truck-text2-type-container, div#truck-text3-type-container, div#truck-text4-type-container {
    font-size: 50px;
    font-weight: 300;
    background: none;
    backdrop-filter: none;
    left: 0vw;
    width: 33vw;
}



span#truck-text-typed strong, span#truck-text2-typed strong, span#truck-text3-typed strong, span#truck-text4-typed strong {
    font-weight: 700;
    display: block;
}


span#end-scene-typed,
span#end-scene2-typed {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.15;
    text-align: center;
}

div#end-scene-type-container, 
div#end-scene2-type-container{
    text-align: center;
}

span#end-scene-typed strong, 
span#end-scene2-typed strong{
    font-weight: 700;
}


.final-seq-img{
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    object-position: bottom center;
    z-index: 1;
    display: none;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;
    will-change: transform, opacity;
    pointer-events: none;
    background-color: #ffffffab;
}


div#last-image {
    top: 0;
}

button#closeLastImage {
	display: none;
    }
    
    
.speech-bubble strong, 
#human-colors-text1-type-container strong, 
#human-colors-text2-type-container strong, 
#human-colors-text3-type-container strong, 
#human-colors-text4-type-container strong
{
    font-weight: 700;
}