@font-face {
    font-family: 'NewJunePro-Book';
    src:url('/typo3conf/ext/fuchssw/Resources/Public/Fonts/NewJunePro-Book.woff') format('woff'),
    url('/typo3conf/ext/fuchssw/Resources/Public/Fonts/NewJunePro-Book.woff2') format('woff2'),
    url('/typo3conf/ext/fuchssw/Resources/Public/Fonts/NewJunePro-Book.eot'),
    url('/typo3conf/ext/fuchssw/Resources/Public/Fonts/NewJunePro-Book.eot?#iefix') format('embedded-opentype'),
    url('/typo3conf/ext/fuchssw/Resources/Public/Fonts/NewJunePro-Book.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NewJunePro-Bold';
    src:url('/typo3conf/ext/fuchssw/Resources/Public/Fonts/NewJunePro-Bold.woff') format('woff'),
    url('/typo3conf/ext/fuchssw/Resources/Public/Fonts/NewJunePro-Bold.woff2') format('woff2'),
    url('/typo3conf/ext/fuchssw/Resources/Public/Fonts/NewJunePro-Bold.eot'),
    url('/typo3conf/ext/fuchssw/Resources/Public/Fonts/NewJunePro-Bold.eot?#iefix') format('embedded-opentype'),
    url('/typo3conf/ext/fuchssw/Resources/Public/Fonts/NewJunePro-Bold.otf') format('truetype');

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, button, select, optgroup, textarea {
    font-family: 'NewJunePro-Bold';
    letter-spacing: 0.4px;
}
body {
    overflow: hidden;
}

body, html {
    font-family: 'NewJunePro-Book' !important;
}
.main-content.pt-5 {
    padding-top: 0 !important;
}
.sensory-header {
    position: relative;
    top: 0;
    height: 127px;
    background-color: #fff;
    box-shadow: 0px 3px 19px #00000029;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    z-index: 10;
}
.tx-fuchssw {
    height: calc(100vh - 127px);
}
.fixed-bottom {
    bottom: 75px;
}

/* Selectors */
.button_container {
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
}
.button {
    width: 10em;
    height: 10em;
    margin: auto;
}
@media(max-width: 991px) {
    .button {
        width: 8rem;
        height: 8rem;
    }
}
.selector .h1 {
    font-size: 2rem;
}
.selector {
    height: 80%;
    max-height: 430px;
    width: 33.3333%;
    max-width: 380px;
}
.selection_box {
    height: 50%;
}
.selection_box .long_list ul {
    max-height: 75%;
}
.selection::-webkit-scrollbar{
    width:5px
}
.selection {
    scrollbar-width: thin;
}
.selector:nth-of-type(2) {
    scrollbar-color: var(--name-color) #eee;
}
.selector:nth-of-type(3) {
    scrollbar-color: var(--effect_color) #eee;
}
.selector:nth-of-type(4) {
    scrollbar-color: var(--taste_color) #eee;
}
.selector:nth-of-type(5) {
    scrollbar-color: var(--flavor_color) #eee;
}
.selection::-webkit-scrollbar-track {
    background:#eee;
    border-radius:5px
}
.selection::-webkit-scrollbar-thumb {
    border-radius:5px
}
.selector:nth-of-type(2) ::-webkit-scrollbar-thumb {
    background-color: var(--name_color)
}
.selector:nth-of-type(3) ::-webkit-scrollbar-thumb {
    background-color: var(--effect_color)
}
.selector:nth-of-type(4) ::-webkit-scrollbar-thumb {
    background-color: var(--taste_color)
}
.selector:nth-of-type(5) ::-webkit-scrollbar-thumb {
    background-color: var(--flavor_color)
}
/* Selectors END */

/* Arrows */
.arrow_box {
    font-size: 3rem;
}
/* Arrows END */

/* Results */
h1 {
    color: var(--button_text);
    font-weight: bold;
    text-shadow: 0px 3px 5px #00000029;
    margin-bottom: 2.5rem;
}
.filter_result {
    position: relative;
}
.filter_result .group .cell {
    font-size: 1.5em;
}
.cell .groupset {
    font-family: 'NewJunePro-Bold';
    text-transform: uppercase;
    font-size: 1.25rem;
}
.cell.flavor[strength="1"] {
    text-align: right;
}
/*
.selector .h1 span:nth-child(2) {
    padding-left: 0.4rem;
}*/
@media(max-width: 1200px) {
    .cell .groupset,
    .filter_result .group .cell {
        font-size: 1rem;
    }
    .h1 {
        font-size: 1rem;
    }
}
@media(max-width: 991px) {
    .cell .groupset {
        font-size: 0.8rem;
    }
    .filter_result .group .cell {
        font-size: 0.75rem;
    }
}
.result_container .container {
    border-radius: 3rem / 6rem;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    box-shadow: inset 0px 3px 30px #FFFFFF, 0px 17px 38px #00000014;
}
.result_container .container.result_notice {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.result_notice_border {
    border-bottom: 1px solid #04773D;
    width: 100%;
    max-width: 340px;
    margin-bottom: 1rem;
}
.result_notice .small {
    width: 66.3333%;
}
@media(max-width: 767px) {
    .result_notice .small {
        width: 100%;
    }
}
/*
.filter_result .container .row.header .taste:nth-child(3):after,
.filter_result .container .row.header .flavor:nth-child(6):after {
    color: var(--button_text);
    position: absolute;
    text-align: center;
    top: -2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
}
.filter_result .container .row.header .taste:nth-child(3):after {
    content: 'Mundegfühl Grundgeschmack';
}
.filter_result .container .row.header .flavor:nth-child(6):after {
    content: 'Geschmacksnote';
}
.filter_result .container .row.header .taste:nth-child(2):after,
.filter_result .container .row.header .taste:nth-child(4):after,
.filter_result .container .row.header .flavor:nth-child(5):after,
.filter_result .container .row.header .flavor:nth-child(7):after {
    content: '';
    display: block;
    position: absolute;
    left: 1rem;
    width: calc(85% - 2rem);
    border-top: 2px solid var(--button_text);
    top: -1.5rem;
    height: 1.5rem;
    border-left: 2px solid var(--button_text);
    font-family: 'NewJunePro-Bold';
}
.filter_result .container .row.header .flavor:nth-child(5):after,
.filter_result .container .row.header .flavor:nth-child(7):after {
    width: calc(100% - 2rem);
}
.filter_result .container .row.header .taste:nth-child(4):after,
.filter_result .container .row.header .flavor:nth-child(7):after {
    border-left: none;
    left: auto;
    right: 1rem;
    border-right: 2px solid var(--button_text);
}
 */
.cell.name {
    width: 14%;
}
.filter_result .cell.taste,
.filter_result .cell.flavor {
    width: 14.33%;
}
.filter_result .container .row.header .taste:nth-child(3)::after {
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
}
.filter_result .row:nth-child(2) .cell {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
/* Results END */

/* Backgrounds */
#page-content {
    transform-style: preserve-3d;
}
#page-wrapper:before {
    content: '';
    display: block;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    width: 15vw;
    z-index: 0;
    background-image: url('../Img/Welle_Rand_Home.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#page-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    overflow: hidden;
    background-image: url('../Img/Welle_weiss_BG.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateZ(-1px);
}
/* Backgrounds END */

/* Selection_modification */
.selection_box .search input[type="text"]:focus-visible {
    outline: none;
}
.check-text {
    position: relative;
    font-size: .95rem;
    order: 3;
    top: 1em;
    margin: 0 auto;
    color: #000;
}
.arrow_box .check {
    top: 1.1em;
}
.arrow_box .backward:before,
.arrow_box .forward:before,
.arrow_box .check:before {
    content: '';
}
.backward,
.forward {
    position: relative;
    top: -1rem;
}

.looking_glass::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='14' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.selection_box ul {
    padding: 0 0.5em;
    width: calc(100% - 2em);
    z-index: 1;
}
/* Selection_modification */

/* Intro_animation */
.intro_text {
    position: relative;
    top: 60px;
    padding: 0 1rem;
    transition: opacity 0.3s;
}
.intro_text h1 {
    text-shadow: none;
}
.intro_text p {
    font-size: 1.3rem;
    letter-spacing: 0.4px;
}
.selection_showing .intro_text {
    opacity: 0 !important;
}
.filter_container,
.intro_text,
.result_container {
    opacity: 0;
}
.intro_text.loaded,
.filter_container.loaded,
.result_showing .result_container {
    animation: intro_animation 1s forwards;
    animation-delay: 4s;
}
.filter_result .cell * {
    white-space:pre-wrap;
    word-break:break-word;
}
@media(max-width: 1400px) {
    .result_container .cell {
        font-size: .8rem;
    }
}
.intro_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60vw;
    height: auto;
    max-width: 800px;
    animation: intro_animation_fadeout 1s forwards;
    animation-delay:3.75s;
    pointer-events: none;
}

.taste_solutions {
    transition: opacity 0.5s;
    transition-delay: 0.5s;
}
@media( max-width: 1400px) {
    .result_showing .taste_solutions {
        opacity: 0;
    }
}
.tx-fuchssw.loading .intro_video {
    animation: intro_animation_fadeout 1s forwards;
}
@keyframes intro_animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        z-index: 10;
    }
}
@keyframes intro_animation_fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* Intro_animation */

