:root {
    --t-magenta: #E20074;
    --dark-contrast: #2f2f2f;
    --very-dark-contrast: #202020;
    --light-text-color: #FFFFFF;
}

body {
    margin: 0;
    background-color: var(--very-dark-contrast);
    font-family: 'TeleNeo', sans-serif;
    color: var(--light-text-color);
}

h1 {
    font-size: 52pt;
}

h3 {
    font-size: 21pt;
}

h5 {
    font-size: 12pt;
}

.pg-slide {
    position: relative;
    height: 100vh;
    min-height: fit-content;    
}

.slide-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pg-slide:nth-child(odd) {
    background-color: var(--dark-contrast);
}

.pg-slide:nth-child(even) {
    background-color: var(--t-magenta);
}

#pg-slide-white-because-brand-design-wanted-it-that-way {
}

#site-intro-banner {
    background-color: var(--t-magenta);
    width: 95vw;
    height: 30em;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
}

#site-intro-banner-bg-img {
    height: 30em;
    position: absolute;
    z-index: 0;
    right: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

#banner-text-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 9999;
    height: 100%;
}

#banner-text-top-container {
    height: 80%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-right: 2em;
    margin-left: 2em;
}

#banner-icon-container {
    height: 8em;
    display: flex;
    gap: 1.6em;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

#banner-icon-container img {
    box-sizing: border-box;
    margin-right: 2em;
    margin-bottom: 2em;
}

#banner-icon-container img:nth-child(1) {
    height: 3em;
}

#banner-icon-container img:nth-child(2) {
    height: 5em;
}

#banner-chapters-companies * {
    margin: 0;
}

.text-centered {
    text-align: center;
}

.half-size {
    width: 50%;
}

.pg-slide-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.pg-footer {
    background-color: var(--very-dark-contrast);
}

.content-wrapped {
    box-sizing: border-box;
    padding: 2em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 2em;
}

.description-box {
    z-index: 9999;
    min-width: 25em;
    width: 30vw;
    display: flex;
    flex-direction: column;
    min-height: fit-content;
    height: 60vh;
}

.description-box-title {
    display: block;
    font-size: 21pt;
    text-align: center;
    width: 100%;
}

.paragraph-content {
    font-size: 18pt;
}

ul {
    list-style-type: square;
}

ul li {
    margin-top: 0.5em;
}

ol li {
    margin-top: 0.5em;
}

.paragraph-divider {
    border: none;
    border-top: 1px solid var(--light-text-color);
}

.colored-box {
    color: var(--light-text-color);
    background-color: var(--t-magenta);
    border: 1px solid var(--very-dark-contrast);
    border-radius: 12px;
    box-sizing: border-box;
    padding: 1em;
}

.colored-box .paragraph-divider {
    border-top: 1px solid var(--light-text-color);
}

[data-inviewport="divider"] {
    transition: 500ms;
    width: 20%;
}

[data-inviewport="divider"].is-inViewport {
    width: 95%;
}

a:link, a:visited {
    color: #FFFFFF;
}

#site-intro-banner-shape-img {
    position: absolute;
    right: 0em;
    height: 100%;
    z-index: 2;

    box-shadow: inset 10px 0px 20px 0px #0000005a;

    width: 45em;

    background-image: url('/assets/ts_liquid_shape.png');
    background-size: cover;
}

svg {
    width: 3em;
    stroke: #5d5d5d;
    stroke-width: 15px;
    stroke-linejoin: round;
    z-index: 999;
    align-self: center;
}

.xtra-small {
    width: 20em;
}

video {
    height: 50vh;
}

.image-show {
    display: flex;
    gap: 1em;
    align-items: center;
}

.image-show img {
    border-radius: 12px;
}

.pg-slide-title .title-content {
    display: block;
    padding-bottom: 2em;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 9999;
    font-size: 28pt;
    text-decoration: underline;
}

#logo {
    height: 5vh;
    padding: 1em;
}

.pg-footer {
    display: flex;
    flex-direction: column;
    padding-left: 3em;
    padding-right: 3em;
}

.footer-socials {
    display: flex;
    justify-content: center;   
    gap: 3em;
    padding-top: 2em;
    padding-bottom: 2em;
    border: none;
    border-bottom: 3px solid var(--dark-contrast);
}

.contact-hofmann, .contact-pajor, .contact-denk {
    width: 5em;
    aspect-ratio: 1 / 1;
    background-color: var(--dark-contrast);
}

.contact-hofmann {
    background-image: url('/assets/daniel-hofmann.jpg');
    background-size: cover;
    background-position: 50%, 50%;
}

.contact-pajor {
    background-image: url('/assets/sebastian-pajor.png');
    background-size: cover;
    background-position: 50%, 50%;
}

.contact-denk {
    background-image: url('/assets/cornelia-denk.png');
    background-size: cover;
    background-position: 50%, 50%;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
}

.footer-bottom-logo {
    padding-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding-bottom: 3em;
}

.footer-bottom-imp {
    padding-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding-bottom: 3em;
}

.footer-claim {
    align-self: flex-end;
}

.footer-links {
    display: flex;
    gap: 3em;
}

.gray-text {
    color: #4f4f4f;
}

.footer-brand-logo {
    height: 3em;
}

.contact-box {
    display: flex;
    gap: 1em;
    align-items: center;
}

.contact-info-box {
    display: flex;
    flex-direction: column;

}

.contact-name {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.footer-contact-image {
    aspect-ratio: 1 / 1;
    background-color: #7a7a7a;
    height: 10vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.email-addr:link {
    color: var(--t-magenta);
}

.logo-bar {
    display: flex;
    justify-content: space-between;

    background-color: var(--t-magenta);
    margin-bottom: 5em;
}

.logo-bar img {
    padding: 1.5em;
    height: 2.25em;
}

.never-gonna-give-you-up {
    display: flex;
    flex-direction: column;
}