.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@font-face {
    font-family: 'akademie-light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nb_akademie_light-webfont.woff2') format('woff2'),
    url('../fonts/nb_akademie_light-webfont.woff') format('woff'),
    url('../fonts/nb_akademie_light-webfont.ttf') format('ttf'),
    url('../fonts/nb_akademie_light-webfont.eot') format('eot');
}

@font-face {
    font-family: 'akademie-regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nb_akademie_regular-webfont.woff2') format('woff2'),
    url('../fonts/nb_akademie_regular-webfont.woff') format('woff'),
    url('../fonts/nb_akademie_regular-webfont.ttf') format('ttf'),
    url('../fonts/nb_akademie_regular-webfont.eot') format('eot');
}

@font-face {
    font-family: 'akademie-medium';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nb_akademie_medium-webfont.woff2') format('woff2'),
    url('../fonts/nb_akademie_medium-webfont.woff') format('woff'),
    url('../fonts/nb_akademie_medium-webfont.ttf') format('ttf'),
    url('../fonts/nb_akademie_medium-webfont.eot') format('eot');
}

@font-face {
    font-family: 'akademie-bold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nb_akademie_bold-webfont.woff2') format('woff2'),
    url('../fonts/nb_akademie_bold-webfont.woff') format('woff'),
    url('../fonts/nb_akademie_bold-webfont.ttf') format('ttf'),
    url('../fonts/nb_akademie_bold-webfont.eot') format('eot');
}

@font-face {
    font-family: 'akademie-black';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nb_akademie_black-webfont.woff2') format('woff2'),
    url('../fonts/nb_akademie_black-webfont.woff') format('woff'),
    url('../fonts/nb_akademie_black-webfont.ttf') format('ttf'),
    url('../fonts/nb_akademie_black-webfont.eot') format('eot');
}
:root{
    --k15t-color-night-n50: #F2F3F7;
    --k15t-color-night-n100: #E7E9EE;
    --k15t-color-night-n200: #D5D7DD;
    --k15t-color-night-n300: #AAAEBB;
    --k15t-color-night-n400: #80869A;
    --k15t-color-night-n500: #555D78;
    --k15t-color-night-n600: #2B3556;
    --k15t-color-night-n700: #000C34;

    --k15t-color-red-r50: #FEF5F9;
    --k15t-color-red-r100: #FFE3EA;
    --k15t-color-red-r200: #FFBDCB;
    --k15t-color-red-r300: #F69896;
    --k15t-color-red-r400: #EF6F5D;
    --k15t-color-red-r500: #F04E43;
    --k15t-color-red-r600: #D12A3A;
    --k15t-color-red-r700: #931536;

    --k15t-color-yellow-y50: #FFFCDF;
    --k15t-color-yellow-y100: #FFF7C0;
    --k15t-color-yellow-y200: #FFF799;
    --k15t-color-yellow-y300: #FFEB69;
    --k15t-color-yellow-y400: #FFDF4F;
    --k15t-color-yellow-y500: #FFC420;
    --k15t-color-yellow-y600: #F99D1C;
    --k15t-color-yellow-y700: #EA6400;

    --k15t-color-green-g50: #EAFFF9;
    --k15t-color-green-g100: #D4FFEE;
    --k15t-color-green-g200: #8FFFDF;
    --k15t-color-green-g300: #33FFC5;
    --k15t-color-green-g400: #25E9A4;
    --k15t-color-green-g500: #2EB785;
    --k15t-color-green-g600: #008756;
    --k15t-color-green-g700: #004938;

    --k15t-color-blue-b50: #EBFBFF;
    --k15t-color-blue-b100: #BDECFF;
    --k15t-color-blue-b200: #92D0FF;
    --k15t-color-blue-b300: #0099FF;
    --k15t-color-blue-b400: #1062FB;
    --k15t-color-blue-b500: #0D0DFC;
    --k15t-color-blue-b600: #0404A3;
    --k15t-color-blue-b700: #050560;

    --k15t-color-purple-p50: #F7F5FF;
    --k15t-color-purple-p100: #EAE3FF;
    --k15t-color-purple-p200: #BB9AE8;
    --k15t-color-purple-p300: #9C69D0;
    --k15t-color-purple-p400: #7C38B8;
    --k15t-color-purple-p500: #5D07A0;
    --k15t-color-purple-p600: #45057C;
    --k15t-color-purple-p700: #310259;


    --k15t-font-akadmie-light: 'akademie-light', Helvetica, Arial, sans-serif;;
    --k15t-font-akadmie-regular: 'akademie-regular', Helvetica, Arial, sans-serif;;
    --k15t-font-akadmie-medium: 'akademie-medium', Helvetica, Arial, sans-serif;;
    --k15t-font-akadmie-bold: 'akademie-bold', Helvetica, Arial, sans-serif;;
    --k15t-font-akadmie-black: 'akademie-black', Helvetica, Arial, sans-serif;;


    --k15t-font-size-2x-small: 0.625rem; /* => 10px */
    --k15t-font-size-x-small: 0.75rem; /* => 12px */
    --k15t-font-size-small: 0.8125rem; /* => 14px */
    --k15t-font-size-medium: 1rem; /* => 16px -> lineheight 20px */
    --k15t-font-size-medium-large: 1.25rem; /* => 20px Paragraph */
    --k15t-font-size-large: 1.5rem; /* => 24px Header Text */
    --k15t-font-size-x-large: 2rem; /* => 32px */
    --k15t-font-size-2x-large: 3rem; /* => 48px */
    --k15t-font-size-3x-large: 4.5rem; /* => 72px Main Heading */


    --k15t-line-height-x-small: 1.1;
    --k15t-line-height-small: 1.3;
    --k15t-line-height-medium: 20px;
    --k15t-line-height-large: 1.5;

    --k15t-gap-x-small: .5rem; /* => 8px */
    --k15t-gap-small: 1rem; /* => 16px */
    --k15t-gap-medium: 1.5rem; /* => 24px */
    --k15t-gap-large: 2rem; /* => 32px */
    --k15t-gap-x-large: 2.5rem; /* => 40px */
    --k15t-gap-2x-large: calc(2* var(--k15t-gap-large)); /* => 64px */
    --k15t-gap-3x-large: calc(2* var(--k15t-gap-x-large)); /* => 80px */


    --k15t-radius-small: 8px;
    --k15t-radius-medium: 10px;
    --k15t-radius-large: 15px;
    --k15t-radius-circle: 50%;
    --k15t-radius-pill: calc(1000px * 0.0375);
}
:root {
    --k15t-content-layout-max-width: 1400px;

    --k15t-font-heading: var(--k15t-font-akadmie-bold);
    --k15t-font-subheading: var(--k15t-font-akadmie-medium);
    --k15t-font-text: var(--k15t-font-akadmie-regular);

    --k15t-line-height-subheading: var(--k15t-line-height-small);

    --k15t-color-background: var(--k15t-color-night-n50);
    --k15t-color-background-transparent: rgba(0,12,52, .75);

    --k15t-button-color: var(--k15t-color-night-n700);
    --k15t-button-color-hovered: var(--k15t-color-night-n50);
    --k15t-button-font-size: var(--k15t-font-size-medium-large);
    --k15t-button-text-color: var(--k15t-color-night-n50);
    --k15t-button-text-color-hovered: var(--k15t-color-night-n700);

    --k15t-box-shadow: var(--k15t-color-night-n700) 0 10px 0;

    --k15t-border-standard: 1px solid var(--k15t-color-night-n700);
    --k15t-border-radius: var(--k15t-radius-small);
    --k15t-border-radius-circle: var(--k15t-radius-circle);

    --k15t-card-hover-blanket-color: var(--k15t-color-night-n700);
    --k15t-card-img-scale: 1;
    --k15t-card-img-hover-scale: 1.05;
}
*, html {
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    font-family: var(--k15t-font-text);
    color: var(--k15t-color-night-n700);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--k15t-font-heading);
    font-weight: 400;
}

h1 {
    font-size: var(--k15t-font-size-3x-large);
    margin: var(--k15t-gap-x-large) 0 0;
}

h2 {
    font-size: var(--k15t-font-size-2x-large);
}

h3 {
    font-size: var(--k15t-font-size-x-large);
}

h4 {
    font-size: var(--k15t-font-size-large);
}

h5 {
    font-size: var(--k15t-font-size-medium);
}

h6 {
    font-size: var(--k15t-font-size-medium-large);
    font-family: var(--k15t-font-akadmie-medium);
}

p, a {
    font-size: var(--k15t-font-size-medium-large);
    margin: 0;
    padding: 0;
    line-height: var(--k15t-line-height-large);
}

/* Tablet */
@media(max-width: 1024px) {
    h1 {
        font-size: var(--k15t-font-size-2x-large);
        margin: var(--k15t-gap-x-large) 0 0;
    }

    h2 {
        font-size: var(--k15t-font-size-x-large);
    }

    h3 {
        font-size: var(--k15t-font-size-large);
    }

    h4 {
        font-size: var(--k15t-font-size-medium-large);
    }

    h5 {
        font-size: var(--k15t-font-size-medium);
    }

    p, a {
        font-size: var(--k15t-font-size-medium);
    }
}

/* Smartphone */
@media(max-width: 768px) {
    h1 {
        font-size: var(--k15t-font-size-x-large);
        margin: var(--k15t-gap-x-large) 0 0;
    }
    h2 {
        font-size: var(--k15t-font-size-large);
    }

    h3 {
        font-size: var(--k15t-font-size-medium-large);
    }

    h4 {
        font-size: var(--k15t-font-size-medium);
    }

    h5 {
        font-size: var(--k15t-font-size-medium);
    }

    p, a {
        font-size: var(--k15t-font-size-medium);
    }
}
*, html {
    box-sizing: border-box;
}

html {
    background-color: white;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

figure {
    margin: 0;
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.container {
    max-width: 1298px; /* padding (48px) + container width (1620px) */
    margin: 0 auto;
    padding: 0 var(--k15t-gap-medium);
}

.module-wrapper {
    padding: var(--k15t-gap-3x-large) 0;
}

.module-wrapper--header {
    padding-top: 170px;
    margin-bottom: var(--k15t-gap-3x-large);
}

.module-wrapper--header:has(.container .blogOverview-header) {
    height: 630px;
    margin-bottom: 0;
}

.clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.clamp--1 {
    -webkit-line-clamp: 1;
}

.clamp--3 {
    -webkit-line-clamp: 3;
}

.clamp--5 {
    -webkit-line-clamp: 5;
}

.sticky {
    position: sticky;
}

.sticky--top {
    top: 150px;
}

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

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.border-standard {
    border: var(--k15t-border-standard);
}

.hidden {
    display: none;
}

.show {
    display: flex;
}


/* Tablet */
@media(max-width: 1024px) {
    .flex-row {
        flex-direction: column;
    }

    .container {
        max-width: 1024px;
    }
}

/* Smartphone */
@media(max-width: 768px) {
    .container {
        max-width: 768px;
    }

    .module-wrapper {
        padding: var(--k15t-gap-x-large) 0;
    }

    .module-wrapper--header {
        padding-top: 110px;
        margin-bottom: var(--k15t-gap-x-large);
    }
}

.categoryLabel > a.link {
    font-size: var(--k15t-font-size-medium);
    font-family: var(--k15t-font-akadmie-regular);
    margin: 10px 0;
    width: fit-content;
    text-transform: capitalize;
}

.categoryLabel--pill {
    border-radius: var(--k15t-radius-pill);
    border: var(--k15t-border-standard);
    background-color: white;
    padding: 5px 10px;
}


.categoryLabels {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-small);
}

.categoryLabel {
    font-size: var(--k15t-font-size-medium);
    font-family: var(--k15t-font-akadmie-regular);
    margin: 10px 0;
    width: fit-content;
    text-transform: capitalize;
}


/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {
    .categoryLabel {
        font-size: var(--k15t-font-size-small);
    }
}
.embedded-video {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 55.78%;
}

.embedded-video > iframe,
.embedded-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltip_text {
    position: absolute;
    width: 150px;
    top: 130%;
    left: 50%;
    margin-left: -75px;
    visibility: hidden;
    padding: 5px 5px;
    background-color: var(--k15t-color-night-n50);
    color: var(--k15t-color-night-n700);
    border-radius: var(--k15t-border-radius);
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltip_text {
    cursor: pointer;
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltip_text::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--k15t-color-night-n50) transparent;
}

.base_tile {
    position: relative;
    overflow: hidden;
    border: var(--k15t-border-standard);
    width: 100%;
}

.base_tile_thumbnail_container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 16/9;
    transition: transform .2s ease-out;
}

.base_tile_blanket {
    position: absolute;
    inset: 0;
}

.base_tile_author-image {
    width: 50px;
    border-radius: var(--k15t-border-radius-circle);
    object-fit: contain;
}

.base_tile_blanket > .author,
.base_tile_blanket > .categoryLabels {
    position: absolute;
    display: flex;
    bottom: var(--k15t-gap-small);
    visibility: hidden;
}

.base_tile_blanket > .author {
    right: var(--k15t-gap-small);
}


.base_tile_blanket > .categoryLabels {
    left: var(--k15t-gap-small);
}

.base_tile_description-small {
    position: absolute;
    background-color: var(--k15t-color-background-transparent);
    backdrop-filter: blur(2px);
    inset: 0;
    visibility: hidden;
    width: 100%;
    padding: var(--k15t-gap-small);
}

.base_tile_description-small > p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--k15t-font-akadmie-medium);
    font-size: var(--k15t-font-size-medium);
    line-height: var(--k15t-line-height-medium);
    color: var(--k15t-color-night-n50);
}

.contentTile:hover .base_tile_description-small,
.contentTile:hover .base_tile_blanket > .author,
.contentTile:hover .base_tile_blanket > .categoryLabels {
    visibility: visible;
}

/* Small Desktop */
@media(max-width: 1280px) {

}

/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {
    .base_tile_blanket .categoryLabels,
    .base_tile_blanket .author {
        display: none;
    }
}
.basePreview {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-x-large);
    width: 100%;
    text-decoration: none;
    padding: var(--k15t-gap-x-large) var(--k15t-gap-medium);
    margin-left: calc(-1* var(--k15t-gap-medium));
    border: var(--k15t-border-standard);
    border-color: transparent;
}

.basePreview .base_tile {
    height: fit-content;
}


.basePreview.basePreview--big .base_tile {
    max-width: 400px;
}

.basePreview.basePreview--small .base_tile {
    max-width: 290px;
}

.basePreview__title--issueNo {
    font-size: var(--k15t-font-size-x-large);
    font-family: var(--k15t-font-akadmie-medium);
}

.basePreview__title--title {
    font-size: var(--k15t-font-size-x-large);
    font-family: var(--k15t-font-akadmie-regular);
}


.basePreview--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.basePreview--text h2 {
    font-size: var(--k15t-font-size-x-large);
    margin: calc(var(--k15t-gap-x-small) * -1) 0 0 0;
    line-height: 1.2;
}

.basePreview--text p,
.basePreview--text h2 {
    width: 100%;
    max-width: 680px;
    line-height: 1.3;
}

.basePreview:hover {
    border: var(--k15t-border-standard);
}

.basePreview:hover .base_tile_thumbnail_container {
    transform: scale(1.2);
}

/* Small Desktop */
@media(max-width: 1280px) {
    .basePreview .base_tile {
        max-width: 350px;
    }

    .basePreview--text h2 {
        font-size: var(--k15t-font-size-large);
    }
}

/* Tablet */
@media(max-width: 1024px) {
    .basePreview .base_tile {
        max-width: 200px;
    }
}

/* Smartphone */
@media(max-width: 768px) {
    .basePreview {
        flex-direction: column;
        margin-left: 0;
    }

    .basePreview .base_tile {
        max-width: 100%;
    }

    .basePreview--text h2 {
        font-size: var(--k15t-font-size-medium-large);
    }
}
.embedService {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.embedService__placeholderImage {
    width: 100%;
    height: fit-content;
}

.embedService [k15t-service] {
    position: absolute;
    inset: 0;
    display: flex;
    height: 100%;
    padding: var(--k15t-gap-medium);
}

.embedService [k15t-service] > div {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-small);
    height: fit-content;
    margin: auto;
    text-align: center;
}

.embedService [k15t-service] > div > h3 {
    font-size: var(--k15t-font-size-large);
}

.embedService .embedService--blockingText {
    font-size: var(--k15t-font-size-medium-large);
    font-family: var(--k15t-font-akadmie-regular);
}

.embedService [k15t-service] button {
    margin: auto;
}

.embedService [k15t-service] a {
    font-size: var(--k15t-font-size-small);
}

/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {
    .embedService {
        background-color: var(--k15t-color-night-n50);
    }

    .embedService > img {
        display: none;
    }

    .embedService [k15t-service] {
        position: relative;
    }

    .embedService .embedService--blockingText {
        font-size: var(--k15t-font-size-medium);
    }

    .embedService [k15t-service] > div > h3 {
        font-size: var(--k15t-font-size-medium-large);
    }
}
.overlay {
    display: none;
    position: fixed;
    justify-content: center;
    z-index: 999;
}

.overlay--full {
    inset: 0;
    background-color: rgba(0, 12, 52, .5);
}

.overlay--bottom {
    transition: opacity ease-in-out 200ms;
    opacity: 0;
    bottom: var(--k15t-gap-small);
    right: var(--k15t-gap-small);
}

.overlay_container {
    position: relative;
    background-color: var(--k15t-color-purple-p100);
    padding: var(--k15t-gap-medium) var(--k15t-gap-medium) var(--k15t-gap-large) var(--k15t-gap-medium);
    color: var(--k15t-color-night-n700);
    margin: auto;
    max-width: fit-content;
    max-height: fit-content;
    border: var(--k15t-border-standard);
}

.overlay_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: var(--k15t-gap-medium);
}

.overlay_container:has(.websiteAnnouncement__content) .overlay_header {
    max-width: 350px;
}

.overlay_header--heading {
    font-family: var(--k15t-font-akadmie-medium);
    font-size: var(--k15t-font-size-x-large);
}

.overlay_header--close {
    position: absolute;
    padding: 5px 8px;
    cursor: pointer;
    background-color: white;
    right: var(--k15t-gap-medium);
    border: var(--k15t-border-standard);
    font-size: var(--k15t-font-size-large);
    line-height: 1;
}

.overlay_header--close:hover {
    background-color: var(--k15t-color-yellow-y500);
}

.overlay_header--close:focus-visible {
    outline: 2px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
}


/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {
    .overlay--bottom {
        right: 0;
        bottom: 0;
    }
}
body {
    --local-navigation-width: 1250px;
}

/* Skip to main content link */
.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background-color: var(--k15t-color-night-n700);
    color: white;
    padding: var(--k15t-gap-small) var(--k15t-gap-medium);
    text-decoration: none;
    z-index: 10000;
    font-weight: 600;
    border-radius: 0 0 var(--k15t-border-radius) 0;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
}

nav.navigation {
    position: fixed;
    display: flex;
    flex-direction: row;
    top: 0;
    width: 100%;
    justify-content: center;
    padding: var(--k15t-gap-medium);
    border-bottom: 1px solid var(--k15t-color-blue-b400);
    background-color: white;
    z-index: 999;
}

.navigation__wrapper {
    display: flex;
    max-width: var(--local-navigation-width);
    width: 100%;
}

.navigation__menus {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-3x-large);
    align-items: center;
    width: 100%;
}

.navigation__menus--logo > img {
    width: 100%;
    height: 26px;
    vertical-align: bottom;
}

.navigation__menus--mobile {
    display: none;
}

.navigation__menus--mobile > img {
    width: 32px;
}

.navigation__entries--mobile-button {
    display: none;
}

/* Focus indicators for accessibility */
.navigation__entries button:focus-visible,
.navigation__menus--mobile:focus-visible {
    outline: 2px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
    border-radius: var(--k15t-border-radius);
}

.navigation__entries a:focus-visible {
    outline: 2px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
    border-radius: var(--k15t-border-radius);
}

/* Ensure minimum touch target size (WCAG 2.5.8) */
.navigation__entries button,
.navigation__entries a,
.navigation__menus--mobile {
    min-width: 24px;
    min-height: 24px;
}

.subNavigation--mobile--navigateBack:focus-visible {
    outline: 2px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
}

.navigation__entries {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--k15t-gap-x-large);
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation__entries li button {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-x-small);
    align-items: center;
}

.navigation__entries--mobile-button a.link,
.navigation__entries li button span,
.navigation__entries li a.link {
    position: relative;
    font-size: 18px;
}

.navigation__entries li button span:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: '';
    height: 1px;
    background: currentColor;
    -webkit-transform: translateY(3px) scaleY(0);
    -moz-transform: translateY(3px) scaleY(0);
    -ms-transform: translateY(3px) scaleY(0);
    transform: translateY(3px) scaleY(0);
    -webkit-transition: -webkit-transform 250ms, opacity 250ms;
    transition: transform 250ms, opacity 250ms;
    transform-origin: center left;
}

.navigation__entries li:hover button span:after {
    opacity: 1;
    transform: translateY(0) scaleY(1);
}

.navigation__entries__icon {
    width: 20px;
    height: auto;
    transition: transform 250ms;
    transform: rotate(0deg);
}

.navigation__entries li.is-open .navigation__entries__icon {
    transform: rotate(180deg);
}

/* BLANKET */

.blanket {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--k15t-color-night-n700);
    transition: opacity ease-in-out 200ms;
    opacity: 0;
    z-index: 997;
}

/* Sub-Navigation */

.subNavigation {
    position: fixed;
    display: flex;
    flex-direction: row;
    top: 0;
    padding: 0;
    gap: var(--k15t-gap-2x-large);
    justify-content: center;
    right: 50%;
    width: 100%;
    max-width: var(--local-navigation-width);
    margin-top: 95px;
    transition: transform ease-in-out 200ms;
    background-color: white;
    z-index: 998;
    max-height: 90vh;
    overflow: auto;
}

.subNavigation__container {
    display: flex;
    max-width: var(--local-navigation-width);
    height: 100%;
    width: 100%;
}

.subNavigation__container__element {
    display: flex;
    position: relative;
    padding: var(--k15t-gap-large) var(--k15t-gap-x-large);
}

.subNavigation__container__element--promotion {
    background-color: var(--k15t-color-purple-p50);
}

.subNavigation__container__element--border::after {
    content: ' ';
    width: 1px;
    height: 100%;
    background: linear-gradient(#1062FB, #FFFFFF);
    position: absolute;
    right: 0;
    top: 0;
}

.subNavigation__link--leftAlign {
    width: 100%;
}
.subNavigation__link--leftAlign a.link {
    margin-left: auto;
}


/* Sub-Naivgation List */


.subNavigation--transform {
    transform: translateY(-100%) translateX(50%);
}

.subNavigation--transform--active {
    transform: translateY(0) translateX(50%);
}

.subNavigation > div {
    display: none;
}

.subNavigation--mobile--navigateBack {
    display: none;
}

.secondLevelNavigation {
    display: flex;
    flex-direction: column;
}

[k15t-data="secondLevelContainer"] {
    display: flex;
    padding: var(--k15t-gap-medium) var(--k15t-gap-3x-large) var(--k15t-gap-3x-large);
    width: 100%;
}


/* Tablet */
@media(max-width: 1200px) {
    nav.navigation {
        padding: var(--k15t-gap-medium) var(--k15t-gap-large);
    }

    .navigation__entries--mobile-button li button span {
        font-size: var(--k15t-font-size-medium);
    }

    a.link.navigation__menus--logo > img {
        width: 80px;
    }

    .promoCard__media > img.promoCard--logo {
        height: 50px;
    }

    .subNavigation {
        margin-top: 75px;
    }
}

/* Smartphone */
@media(max-width: 1200px) {
    nav.navigation {
        z-index: 998;
    }

    .navigation__menus {
        justify-content: space-between;
    }

    .navigation__button {
        display: none;
    }

    .navigation__entries--mobile-button {
        display: flex;
    }

    .navigation__entries li button {
        padding: 0;
    }

    .navigation__entries__icon {
        transform: rotate(-90deg);
    }

    .navigation__entries__icon--active {
        transform: rotate(-90deg);
    }

    .navigation__menus--mobile {
        display: flex;
    }

    .navigation__entries {
        display: none;
        align-items: start;
    }

    .navigation__entries--mobile {
        display: flex;
        position: fixed;
        flex-direction: column;
        top: 0;
        left: 0;
        padding: var(--k15t-gap-large) 0 0 var(--k15t-gap-large);
        margin-top: 73px;
        height: 100vh;
        width: 100vw;
        background-color: white;
    }

    .subNavigation--mobile--navigateBack {
        display: flex;
        gap: var(--k15t-gap-x-small);
        align-items: center;
        padding: var(--k15t-gap-medium);
    }

    .subNavigation--mobile--navigateBack img {
        transform: rotate(180deg);
    }

    .subNavigation__container {
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        padding-bottom: var(--k15t-gap-3x-large);
    }

    .subNavigation__container__element:nth-child(odd),
    .subNavigation__container__element:nth-child(even) {
        padding: var(--k15t-gap-large);
    }

    [k15t-data="secondLevelContainer"] {
        position: fixed;
        display: flex;
        top: 0;
        left: 0;
        flex-direction: column;
        width: 100vw;
        height: 100%;
        background: white;
        transition: transform ease-in-out 200ms;
        transform: translateY(0) translateX(100%);
        overflow: auto;
    }

    .subNavigation--transform {
        transform: translateY(0) translateX(100%);
    }

    .subNavigation--transform--active {
        transform: translateY(0) translateX(50%);
    }

    [k15t-data="secondLevelContainer"] {
        padding: 0 var(--k15t-gap-medium) calc(2*var(--k15t-gap-3x-large)) var(--k15t-gap-medium);
    }

    a.link.subNavigation__card__link span:last-of-type {
        max-width: 100%;
    }

    a.link.navigation__menus--logo > img {
        width: 140px;
    }
}

@media(max-width: 768px) {

}
.subNavigation__list {
    display: flex;
    flex-direction: row;
}


.subNavigation__list__item {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    padding: 8px;
}

.subNavigation__list__item--heading {
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--k15t-font-akadmie-medium);
    padding: 0 var(--k15t-gap-x-small);
}
.subNavigation__promotion {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-medium);
}

.subNavigation__promotion h2 {
    font-size: 15px;
    font-family: var(--k15t-font-akadmie-medium);
    text-transform: uppercase;
    padding: 0 var(--k15t-gap-medium);
}

.subNavigation__promotion__card {
    display: flex;
    gap: var(--k15t-gap-medium);
    width: 100%;
    max-width: 656px;
    padding: var(--k15t-gap-medium);
    border-radius: 5px;
    border: 1px solid var(--k15t-color-purple-p50);
}

a.link.subNavigation__promotion__card:hover {
    background-color: white;
    border: 1px solid var(--k15t-color-blue-b400);
    text-decoration: none;
}

.subNavigation__promotion__img {
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 90px;
}

.subNavigation__promotion__headline {
    display: flex;
    flex-direction: column;
}

.subNavigation__promotion__headline > h3 {
    font-size: 16px;
    font-family: var(--k15t-font-akadmie-regular);
}

.subNavigation__promotion__headline > p {
    font-size: 14px;
    color: var(--k15t-color-night-n400);
}

@media(max-width: 1200px) {
    .subNavigation__promotion__card {
        flex-direction: column;
    }
}

.subNavigation__flyOut {
    display: flex;
    flex-direction: column;
}

.subNavigation__flyOut__headline {
    display: flex;
    align-items: center;
    margin-bottom: var(--k15t-gap-medium);
    padding: 0 var(--k15t-gap-x-small);
}

.subNavigation__flyOut__heading {
    font-size: 20px;
    font-family: var(--k15t-font-akadmie-medium);
    margin: 0 var(--k15t-gap-small);
}

.subNavigation__flyOut__headline--img {
    max-width: 32px;
    max-height: 32px;
}

.subNavigation__flyOut__container {
    display: flex;
    gap: var(--k15t-gap-large);
}

.subNavigation__flyOut__category {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    padding: 8px 0;
}

.subNavigation__flyOut__category__heading {
    font-family: var(--k15t-font-akadmie-medium);
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding: 0 8px;
}

.subNavigation__flyOut__category__description {
    font-size: 14px;
    color: var(--k15t-color-night-n400);
    padding: 0 8px;
    min-height: 42px;
}

@media(max-width: 1200px) {
    .subNavigation__flyOut__headline {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: unset;
        gap: 10px;
    }

    .subNavigation__flyOut__heading {
        margin: 0;
        font-size: 16px;
    }

    .subNavigation__flyOut__headline--link {
        font-size: 14px;
    }

    .subNavigation__flyOut__container {
        flex-direction: column;
    }

    .subNavigation__flyOut__category__description {
        min-height: unset;
    }
}
/* Sub-Navigation Type List */

.subNavigation__card {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: var(--k15t-gap-medium);
}

.subNavigation__card__container {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    gap: var(--k15t-gap-medium);
}

.subNavigation__card h2 {
    font-size: 15px;
    font-family: var(--k15t-font-akadmie-medium);
    text-transform: uppercase;
    padding: var(--k15t-gap-x-small);
}

.subNavigation__card__item {
    width: 100%;
    max-width: 265px;
    height: fit-content;
}

.subNavigation__card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: var(--k15t-gap-x-small);
    padding: 8px;
    border-radius: 5px;
}

.subNavigation__card__link span:first-of-type {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-x-small);
    font-size: 18px;
    font-family: var(--k15t-font-akadmie-medium);
}

a.link.subNavigation__card__link:hover {
    text-decoration: none;
    background-color: var(--k15t-color-night-n50);
}

a.link.subNavigation__card__link span:last-of-type {
    color: var(--k15t-color-night-n400);
    font-family: var(--k15t-font-akadmie-regular);
    font-size: 14px;
    padding-left: var(--k15t-gap-large);
}
.navLinkList {
    list-style: none;
    padding: var(--k15t-gap-small) 0 0;
    margin-block: 0;
}

.navLinkList--noSpacing {
    padding-top: 0;
}

.navLinkList__entry {

}

.navLinkList__entry a.link {
    padding: 8px;
    border-radius: 5px;
    gap: 8px;
    font-size: 16px;
}

.navLinkList__entry a.link > img {
    width: 24px;
    height: 24px;
}

.navLinkList__entry a.link:hover {
    background-color: var(--k15t-color-night-n50);
    text-decoration: none;
}


[data-component="panel"] {
    --_background-color: var(--k15t-color-night-n50);
    --_text-color: var(--k15t-color-night-n700);
    /* TODO: move private custom properties it to class .panel when HTML transformation has been updated */
    --_icon: initial;
    --_icon-size: 24px;

    display: flex;
    column-gap: 1rem;
    margin-block: 2rlh;
    padding: 1rem;
    color: var(--_text-color);
    background-color: var(--_background-color);
    border: 1px solid var(--k15t-border-standard);
    border-radius: var(--k15t-border-radius);

    @media (min-width: 768px) {
        padding: var(--k15t-gap-large);
    }

    &[data-appearance="info"] {
        --_icon: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="presentation"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C9.34784 22 6.8043 20.9464 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2C14.6522 2 17.1957 3.05357 19.0711 4.92893C20.9464 6.8043 22 9.34784 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22V22ZM12 11.375C11.6685 11.375 11.3505 11.5067 11.1161 11.7411C10.8817 11.9755 10.75 12.2935 10.75 12.625V15.75C10.75 16.0815 10.8817 16.3995 11.1161 16.6339C11.3505 16.8683 11.6685 17 12 17C12.3315 17 12.6495 16.8683 12.8839 16.6339C13.1183 16.3995 13.25 16.0815 13.25 15.75V12.625C13.25 12.2935 13.1183 11.9755 12.8839 11.7411C12.6495 11.5067 12.3315 11.375 12 11.375ZM12 9.96875C12.4558 9.96875 12.893 9.78767 13.2153 9.46534C13.5377 9.14301 13.7188 8.70584 13.7188 8.25C13.7188 7.79416 13.5377 7.35699 13.2153 7.03466C12.893 6.71233 12.4558 6.53125 12 6.53125C11.5442 6.53125 11.107 6.71233 10.7847 7.03466C10.4623 7.35699 10.2812 7.79416 10.2812 8.25C10.2812 8.70584 10.4623 9.14301 10.7847 9.46534C11.107 9.78767 11.5442 9.96875 12 9.96875Z" fill="currentColor"></path></svg>');
        --_icon-color: var(--k15t-color-blue-b400);
        background-color: var(--k15t-color-blue-b50);
    }

    &[data-appearance="note"] {
        --_icon: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="presentation"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 2H17C17.663 2 18.2989 2.26339 18.7678 2.73223C19.2366 3.20107 19.5 3.83696 19.5 4.5V19.5C19.5 20.163 19.2366 20.7989 18.7678 21.2678C18.2989 21.7366 17.663 22 17 22H7C6.33696 22 5.70107 21.7366 5.23223 21.2678C4.76339 20.7989 4.5 20.163 4.5 19.5V4.5C4.5 3.83696 4.76339 3.20107 5.23223 2.73223C5.70107 2.26339 6.33696 2 7 2ZM8.875 7C8.70924 7 8.55027 7.06585 8.43306 7.18306C8.31585 7.30027 8.25 7.45924 8.25 7.625V8.875C8.25 9.04076 8.31585 9.19973 8.43306 9.31694C8.55027 9.43415 8.70924 9.5 8.875 9.5H15.125C15.2908 9.5 15.4497 9.43415 15.5669 9.31694C15.6842 9.19973 15.75 9.04076 15.75 8.875V7.625C15.75 7.45924 15.6842 7.30027 15.5669 7.18306C15.4497 7.06585 15.2908 7 15.125 7H8.875ZM8.875 12C8.70924 12 8.55027 12.0658 8.43306 12.1831C8.31585 12.3003 8.25 12.4592 8.25 12.625V13.875C8.25 14.0408 8.31585 14.1997 8.43306 14.3169C8.55027 14.4342 8.70924 14.5 8.875 14.5H12.625C12.7908 14.5 12.9497 14.4342 13.0669 14.3169C13.1842 14.1997 13.25 14.0408 13.25 13.875V12.625C13.25 12.4592 13.1842 12.3003 13.0669 12.1831C12.9497 12.0658 12.7908 12 12.625 12H8.875Z" fill="currentColor"></path></svg>');
        --_icon-color: var(--k15t-color-purple-p300);
        background-color: var(--k15t-color-purple-p50);
    }

    &[data-appearance="success"] {
        --_icon: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="presentation"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C9.34784 22 6.8043 20.9464 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2C14.6522 2 17.1957 3.05357 19.0711 4.92893C20.9464 6.8043 22 9.34784 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22V22ZM13.705 8.295L11.015 13.4325L9.08625 11.695C8.9642 11.5852 8.82172 11.5005 8.66694 11.4457C8.51216 11.391 8.3481 11.3672 8.18415 11.3759C8.0202 11.3845 7.85955 11.4254 7.71139 11.4961C7.56322 11.5669 7.43044 11.6661 7.32063 11.7881C7.21081 11.9102 7.1261 12.0527 7.07135 12.2074C7.0166 12.3622 6.99287 12.5263 7.00152 12.6902C7.01016 12.8542 7.05102 13.0148 7.12175 13.163C7.19248 13.3112 7.2917 13.4439 7.41375 13.5538L10.5388 16.3663C10.6803 16.4938 10.8492 16.5872 11.0325 16.6395C11.2157 16.6917 11.4085 16.7014 11.596 16.6678C11.7836 16.6341 11.9609 16.558 12.1146 16.4453C12.2682 16.3326 12.3941 16.1863 12.4825 16.0175L15.92 9.455C16.0738 9.16127 16.1047 8.81847 16.0057 8.502C15.9068 8.18553 15.6862 7.92133 15.3925 7.7675C15.0988 7.61367 14.756 7.58283 14.4395 7.68176C14.123 7.78068 13.8588 8.00127 13.705 8.295V8.295Z" fill="currentColor"></path></svg>');
        --_icon-color: var(--k15t-color-green-g500);
        background-color: var(--k15t-color-green-g50);
    }

    &[data-appearance="warning"] {
        --_icon: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="presentation"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.4897 4.34592L21.8561 18.8611C21.9525 19.0288 22.0021 19.2181 21.9999 19.4101C21.9977 19.6021 21.9438 19.7903 21.8435 19.9559C21.7432 20.1215 21.6001 20.2588 21.4282 20.3542C21.2563 20.4497 21.0616 20.4999 20.8636 20.5H3.13707C2.93882 20.5 2.74401 20.4498 2.57196 20.3543C2.39992 20.2588 2.25663 20.1213 2.15631 19.9556C2.05598 19.7898 2.00212 19.6015 2.00006 19.4093C1.998 19.2171 2.04782 19.0278 2.14456 18.86L10.5121 4.34592C10.6602 4.08939 10.8762 3.87577 11.1377 3.72708C11.3993 3.57838 11.6971 3.5 12.0003 3.5C12.3036 3.5 12.6013 3.57838 12.8629 3.72708C13.1245 3.87577 13.3404 4.08939 13.4885 4.34592H13.4897ZM12.0003 7.82538C11.8232 7.82537 11.6482 7.86212 11.4869 7.93317C11.3257 8.00423 11.182 8.10793 11.0656 8.2373C10.9492 8.36668 10.8627 8.51872 10.8119 8.68321C10.7611 8.8477 10.7473 9.02083 10.7713 9.19093L11.3546 13.3416C11.3754 13.4933 11.4523 13.6326 11.5711 13.7334C11.6899 13.8343 11.8424 13.8899 12.0003 13.8899C12.1582 13.8899 12.3107 13.8343 12.4295 13.7334C12.5483 13.6326 12.6253 13.4933 12.6461 13.3416L13.2293 9.19093C13.2533 9.02083 13.2395 8.8477 13.1887 8.68321C13.138 8.51872 13.0515 8.36668 12.935 8.2373C12.8186 8.10793 12.6749 8.00423 12.5137 7.93317C12.3525 7.86212 12.1774 7.82537 12.0003 7.82538V7.82538ZM12.0003 17.3369C12.3395 17.3369 12.6649 17.2062 12.9047 16.9737C13.1446 16.7412 13.2793 16.4258 13.2793 16.0969C13.2793 15.7681 13.1446 15.4527 12.9047 15.2202C12.6649 14.9877 12.3395 14.857 12.0003 14.857C11.6611 14.857 11.3358 14.9877 11.0959 15.2202C10.8561 15.4527 10.7213 15.7681 10.7213 16.0969C10.7213 16.4258 10.8561 16.7412 11.0959 16.9737C11.3358 17.2062 11.6611 17.3369 12.0003 17.3369V17.3369Z" fill="currentColor"></path></svg>');
        --_icon-color:  var(--k15t-color-yellow-y600);
        background-color: var(--k15t-color-yellow-y50);
    }

    &[data-appearance="error"] {
        --_icon: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="presentation"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.8562 11.9112L16.5088 9.26C16.7433 9.02545 16.8751 8.70733 16.8751 8.37563C16.8751 8.04392 16.7433 7.7258 16.5088 7.49125C16.2742 7.2567 15.9561 7.12493 15.6244 7.12493C15.2927 7.12493 14.9746 7.2567 14.74 7.49125L12.09 10.1438L9.4375 7.49125C9.20295 7.25686 8.8849 7.12526 8.55331 7.12537C8.22172 7.12549 7.90376 7.25732 7.66937 7.49188C7.43499 7.72643 7.30338 8.04448 7.3035 8.37607C7.30361 8.70766 7.43545 9.02561 7.67 9.26L10.32 11.91L7.67 14.5625C7.4423 14.7983 7.31631 15.114 7.31916 15.4418C7.32201 15.7695 7.45347 16.083 7.68523 16.3148C7.91699 16.5465 8.2305 16.678 8.55825 16.6808C8.88599 16.6837 9.20175 16.5577 9.4375 16.33L12.0888 13.68L14.74 16.33C14.8561 16.4461 14.9939 16.5383 15.1455 16.6012C15.2972 16.664 15.4597 16.6964 15.6239 16.6965C15.7881 16.6966 15.9507 16.6643 16.1024 16.6015C16.2541 16.5387 16.392 16.4467 16.5081 16.3306C16.6243 16.2146 16.7164 16.0768 16.7793 15.9251C16.8422 15.7734 16.8746 15.6109 16.8746 15.4467C16.8747 15.2825 16.8424 15.1199 16.7796 14.9682C16.7168 14.8165 16.6248 14.6786 16.5088 14.5625L13.8562 11.9112V11.9112ZM12 22C9.34784 22 6.8043 20.9464 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2C14.6522 2 17.1957 3.05357 19.0711 4.92893C20.9464 6.8043 22 9.34784 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22V22Z" fill="currentColor"></path></svg>');
        --_icon-color: var(--k15t-color-red-r500);
        background-color: var(--k15t-color-red-r50);
    }

    &[data-appearance="custom"] {
        --_icon: url('./../images/icons/logos/logo-atlassian-confluence-light.svg');
        --_icon-size: 50px;
        background-color: var(--k15t-color-night-n50);
        flex-direction: column;
        row-gap: 3rem;
        border: var(--k15t-border-standard);

        > .panel-meta {
            display: none;
        }
    }

    /* TODO: The icon pseudo element should be replaced by an SVG in the DOM (requires update to the HTML transformation) */
    &:is([data-appearance="info"],
		[data-appearance="note"],
		[data-appearance="success"],
		[data-appearance="warning"],
		[data-appearance="custom"],
		[data-appearance="error"])::before {
        content: '';
        display: block;
        flex-shrink: 0;
        align-self: first baseline;
        inline-size: var(--_icon-size);
        min-block-size: 1lh;
        aspect-ratio: 1 / 1;
        mask-image: var(--_icon);
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        background-color:  var(--_icon-color, currentColor);
    }

    &:is([data-appearance="custom"])::before {
        width: 206px;
        height: 50px;
        aspect-ratio: auto;
        background-image: var(--_icon);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        mask-image: none;
        mask-size: 0;
        mask-repeat: no-repeat;
        mask-position: center;
    }

    /* TODO: Add support for optional title element */

    .panel-content {
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            padding-top: 0;
            margin-top: 0;
        }

        > * {
            margin-block-end: 0.25rlh;
        }

        > :first-child {
            margin-block-start: 0;
        }

        > :last-child {
            margin-block-end: 0;
        }
    }

    .panel-meta {
        min-inline-size: auto;
        align-self: start;
    }

    .panel-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        inline-size: var(--_icon-size);
        aspect-ratio: 1 / 1;
        font-size: var(--_icon-size);
        user-select: none;
        line-height: 1lh;
    }
}

.websiteAnnouncement__content {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-medium);
    max-width: 350px;
}

.websiteAnnouncement__content img {
    width: 100%;
}

/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {

}
.byline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: var(--k15t-gap-small);
    align-items: center;
}

.byline > span {
    height: fit-content;
    margin: auto 0;
}

.article_byline {
    display: flex;
    gap: var(--k15t-gap-medium);
    margin-top: var(--k15t-gap-small);
    align-items: center;
}


/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {
    .byline {
        gap: var(--k15t-gap-x-small);
    }
}
.actionIcon {
    display: flex;
    flex-direction: column;
    width: fit-content;
    background: none;
    border: none;
    padding: var(--k15t-gap-x-small);
}

.actionIcon:hover {
    text-decoration: underline;
    cursor: pointer;
    background-color: var(--k15t-color-night-n50);
}

.actionIcon > img {
    width: 24px;
}
.article__navigation {
    max-width: 360px;
    min-width: 360px;
}

.article__navigation__tree,
.article__navigation__actions {
    padding: var(--k15t-gap-medium);
    flex: 0 0 auto;
    max-width: 450px;
    width: fit-content;
    height: fit-content;
    border: var(--k15t-border-standard);
}

.article__navigation__tree {
    border-left: var(--k15t-border-standard);
    border-right: var(--k15t-border-standard);
    border-top: 0;
    border-radius: 0;
    width: 100%;
}

.article__navigation__tree:first-of-type {
    border-bottom: var(--k15t-border-standard);
    border-top: var(--k15t-border-standard);
    border-radius: var(--k15t-border-radius) var(--k15t-border-radius) 0 0;
}

.article__navigation__referenceLinks {
    list-style: none;
    margin-block: 0;
    padding: 0;
}

.article__navigation__referenceLinks--title {
    font-size: var(--k15t-font-size-medium-large);
    font-family: var(--k15t-font-subheading);
    margin-bottom: var(--k15t-gap-medium);
}

.article__navigation__referenceLinks > li a.link {
    display: flex;
    gap: 8px;
    width: 100%;
    font-size: 18px;
    border-radius: var(--k15t-border-radius);
    padding: var(--k15t-gap-x-small);
}

.article__navigation__referenceLinks > li a.link:hover {
    background-color: var(--k15t-color-night-n50);
    color: var(--k15t-color-blue-b400);
    text-decoration: none;
}

.article__navigation__referenceLinks > li a.link > img {
    margin-top: 3px;
}

.article__navigation__actions {
    border-radius: 0 0 var(--k15t-border-radius) var(--k15t-border-radius);
    border-top: 0;
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-small);
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.article__navigation__actions span {
    font-family: var(--k15t-font-akadmie-medium);
    font-size: 18px;
}

.article__navigation__next {
    margin-top: var(--k15t-gap-2x-large);
    transition: opacity 200ms ease-in;
    opacity: 0;
    max-width: 450px;
}

.article__navigation__next span {
    font-size: 18px;
    font-family: var(--k15t-font-akadmie-medium);
}


.article__navigation__next aside {
    display: flex;
    margin-top: var(--k15t-gap-small);
    border: var(--k15t-border-standard);
    border-radius: var(--k15t-border-radius);
    transition: background-color 100ms ease-in-out;
}

.article__navigation__next > aside > a.link {
    display: flex;
    gap: var(--k15t-gap-x-small);
    font-size: 18px;
    justify-content: space-between;
    width: 100%;
    padding: var(--k15t-gap-medium);
    transition: color 100ms ease-in-out;
}

.article__navigation__next > aside > a.link img {
    max-width: 42px;
}

.article__navigation__next > aside > a.link:hover {
    text-decoration: none;
    color: white;
}

.article__navigation__next > aside:hover {
    background-color: var(--k15t-color-night-n700) !important;
}


@media(max-width: 1200px) {
    .article__navigation__tree,
    .article__navigation__actions,
    .article__navigation__next {
        max-width: 350px;
    }
}




.author{
    --measures: 40px;

    display: flex;
    width: fit-content;
    height: var(--measures);
    align-items: center;
    font-size: var(--k15t-font-size-small);
}

.author .tooltip {
    height: var(--measures);
}

.author img {
    border: var(--k15t-border-standard);
    border-radius: var(--k15t-radius-circle);
    height: var(--measures);
    width: var(--measures);
    max-width: var(--measures);
}
.button {
    position: relative;
    display: block;
    width: fit-content;
    min-height: 55px;
    padding: 0 32px;
    cursor: pointer;
    border: var(--k15t-border-standard);
    border-radius: var(--k15t-radius-pill);
    background-color: var(--k15t-color-night-n700);
}

.button--embedService {
    background-color: var(--k15t-color-blue-b200);
}

.button_text {
    display: inline-flex;
    align-items: center;
    color: white;
    font-size: var(--k15t-button-font-size);
    font-family: var(--k15t-font-akadmie-medium);
}

.button_text:after {
    background: transparent url("../images/icons/arrow-right-white.svg") no-repeat;
    margin-left: var(--k15t-gap-x-small);
    height: 17px;
    width: 17px;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    content: "";
}

.button:hover {
    background-color: var(--k15t-color-night-n50);
}

.button:hover .button_text {
    color: var(--k15t-color-night-n700);
}


.button:hover .button_text:after {
    background: transparent url("../images/icons/arrow-right-dark.svg") no-repeat;
    margin-left: 10px;
    margin-right: -2px;
}
.link-button {
    position: relative;
    display: block;
    padding: 16px 32px;
    width: fit-content;
    text-decoration: none;
    border: var(--k15t-border-standard);
    border-radius: var(--k15t-border-radius);
    background-color: var(--k15t-button-color);
    cursor: pointer;
}

.link-button_link {
    font-size: var(--k15t-button-font-size);
    color: var(--k15t-button-text-color);
}

.link-button:hover {
    background-color: var(--k15t-button-color-hovered);

}

.link-button:hover .link-button_link {
    color: var(--k15t-button-text-color-hovered);
}
.link {
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

/*
General Classes
 */

.contentTile {
    position: relative;
    width: 387px;
}

.contentTile_info {
    padding: var(--k15t-gap-small) 0;
    z-index: 1;
    overflow: hidden;
}

.contentTile_info .categoryLabels {
    display: none;
}

.contentTile_stretched-link {
    font-family: var(--k15t-font-heading);
    word-break: break-word;
    line-height: var(--k15t-line-height-subheading);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentTile_stretched-link:after {
    position: absolute;
    display: block;
    inset: 0;
    z-index: 10;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.contentTile:hover .base_tile_thumbnail_container {
    transform: scale(1.2);
}

/* Tablet */
@media(max-width: 1024px) {
    .contentTile_info .categoryLabels {
        display: flex;
        margin-top: 0;
    }
}

/* Smartphone */
@media(max-width: 768px) {
    .contentTile {
        width: 270px;
    }

    .contentTile_info {
        padding-top: 0;
    }
}


/*
Variation Small
 */

.contentTile--small {
    width: 380px;
}

/*
Variation Stripe
 */

.contentTile_container--stripe {
    max-width: 300px;
}

.contentTile--stripe {
    width: 300px;
    max-width: 300px;
}

/*
Variation Big
 */

.contentTile_container {
    gap: var(--k15t-gap-2x-large);
}

.contentTile--big {
    width: 600px;
    max-width: 50%;
}

.contentTile_heading-big {
    margin-top: 0;
    margin-bottom: var(--k15t-gap-small);
}

.contentTile_description-big {
    margin: var(--k15t-gap-medium) 0;
}

.contentTile_info--big {
    height: fit-content;
    max-width: 570px;
    margin: auto 0;
    padding: 0;
    background-color: transparent;
}

.contentTile_author--big {
    display: flex;
    flex-direction: row;
}

.contentTile_author--big > div:not(.author) {
    margin: auto 0 auto var(--k15t-gap-x-small);
}

@media(max-width: 1024px) {
    .contentTile_container {
        gap: var(--k15t-gap-medium);
    }

    .contentTile.contentTile--big {
        margin-bottom: 0;
        max-width: 100%;
    }

    .contentTile_info--big {
        max-width: 100%;
    }
}

/* Smartphone */
@media(max-width: 768px) {

}

/*
Variation Vertical
 */

.contentTile--vertical {
    width: 200px;
}

.contentTile--vertical .base_tile {
    border-radius: var(--k15t-border-radius);
}

.contentTile--vertical .base_tile_thumbnail_container {
    aspect-ratio: 2 / 3;
}




.courseTree {

}

.courseTree_course-name {
    font-size: var(--k15t-font-size-medium-large);
    font-family: var(--k15t-font-subheading);
    margin-bottom: var(--k15t-gap-medium);
    text-transform: capitalize;
}

.courseTree-lectures {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-x-small);
    padding-left: 0;
    list-style: none;
}

.courseTree-lectures > li {
    position: relative;
}

.courseTree-lecture--active .courseTree-lecture-link-container--active a.link {
    background-color: var(--k15t-color-night-n50);
}

.courseTree-lecture {
    position: relative;
    display: flex;
    align-items: center;
}
.courseTree-bullet {
    border-radius: var(--k15t-border-radius-circle);
    width: 24px;
    height: 24px;
}

.courseTree-lecture-link-container {
    width: 100%;
}

.courseTree-lecture-link-container a.link {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    border-radius: var(--k15t-border-radius);
    padding: var(--k15t-gap-x-small);
}

.courseTree-lecture-link-container a.link:hover {
    background-color: var(--k15t-color-night-n50);
    color: var(--k15t-color-blue-b400);
    text-decoration: none;
}

.courseTree-lecture-link-container--active a {
    font-family: var(--k15t-font-akadmie-medium);
}

.courseTree__showAll {
    background: none;
    border: none;
    cursor: pointer;
}
.crumbs {
    width: 100%;
    margin-bottom: 80px;
}

.crumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    list-style: none;
    padding: 0;
    margin: 0;
}

.crumbs > ol > li, .crumbs > ol > li > a {
    font-size: var(--k15t-font-size-medium);
    text-decoration: none;
}


.crumbs > ol > li > a:hover {
    text-decoration: underline;
}

.crumbs li:not(:last-of-type)::after {
    display: inline;
    margin: 0 15px;
    content: "/";
}

/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {

}
.iconAndText {
    display: flex;
    align-items: center;
}

.iconAndText > img {
    margin-right: 10px;
}

.iconAndText > span {
    font-size: var(--k15t-font-size-medium);
}
.form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--k15t-gap-small);
    height: auto;
}

.form > input {
    background-color: white;
    background-image: url('../images/icons/email-label.svg');
    background-repeat: no-repeat;
    background-position-x: 200px;
    background-position-y: center;
    border: var(--k15t-border-standard);
    border-radius: var(--k15t-radius-pill);

    color: var(--k15t-color-night-n700);
    margin: 0;
    padding: .5rem 1.5rem .5rem 1rem;
    height: 55px;
    width: 240px;
}

.form > label {
    display: none;
}

.form-consent {
    margin-top: var(--k15t-gap-small);
    font-size: var(--k15t-font-size-x-small);
}
.legend {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 30px;
    gap: var(--k15t-gap-large);
    background-color: white;
    border-radius: 5px;
}

.legend div {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-small);
}

.legend dt {
    margin: auto 0;
    font-size: var(--k15t-font-size-medium-large);
    font-family: var(--k15t-font-subheading);
}

.legend dd {
    margin: auto 0;
}
.teaser {
    overflow-y: hidden;
}

.teaser > h1 {
    margin: 0;
}

.teaser--issueNumber {
    font-size: var(--k15t-font-size-x-large);
    font-family: var(--k15t-font-akadmie-medium);
}

.teaser--title {
    font-size: 64px;
    font-family: var(--k15t-font-akadmie-bold);
}

.scroll-to-top {
    position: fixed;
    display: flex;
    bottom: 20px;
    right: 20px;
}

.scroll-to-top--button {
    position: sticky;
    bottom: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--k15t-gap-small);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.scroll-to-top--button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.scroll-to-top--button:focus-visible {
    outline: 2px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
}
.heading-link-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    top: -2px;
    padding: var(--k15t-gap-x-small);
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border-radius: var(--k15t-border-radius);
    vertical-align: middle;
    position: relative;
    flex-shrink: 0;
    white-space: nowrap;
}

.heading-link-copy__icon {
    width: 20px;
    height: 20px;
    display: block;
    color: var(--k15t-color-night-n500);
    transition: color 0.2s ease-in-out;
}

.heading-link-copy:hover .heading-link-copy__icon {
    color: var(--k15t-color-night-n700);
}

.heading-link-copy--copied .heading-link-copy__icon {
    color: var(--k15t-color-green-g500);
}

/* Heading text wrapper keeps button inline with text */
.heading-text-wrapper {
    display: inline;
    /* Ensure wrapper inherits all heading properties */
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.content-adjustments h1:hover .heading-link-copy,
.content-adjustments h2:hover .heading-link-copy,
.content-adjustments h3:hover .heading-link-copy,
.content-adjustments h4:hover .heading-link-copy,
.content-adjustments h5:hover .heading-link-copy,
.content-adjustments h6:hover .heading-link-copy {
    opacity: 0.6;
}

.heading-link-copy:hover {
    opacity: 1 !important;
    background-color: var(--k15t-color-night-n100);
}

.heading-link-copy:active {
    background-color: var(--k15t-color-night-n200);
}

.heading-link-copy--copied {
    opacity: 1 !important;
    background-color: var(--k15t-color-green-g100);
}

.heading-link-copy:focus {
    outline: none;
}

.heading-link-copy:focus-visible {
    outline: 2px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
}

/* Tooltip */
.heading-link-copy__tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(-4px);
    background-color: var(--k15t-color-night-n700);
    color: white;
    padding: var(--k15t-gap-x-small) var(--k15t-gap-small);
    border-radius: var(--k15t-border-radius);
    font-size: var(--k15t-font-size-small);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s;
    z-index: 1000;
}

.heading-link-copy__tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--k15t-color-night-n700);
}

.heading-link-copy__tooltip--visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Mobile adjustments */
@media(max-width: 768px) {
    .heading-link-copy {
        opacity: 0.6;
    }
    
    .heading-link-copy__icon {
        width: 16px;
        height: 16px;
    }
}

/* Expandable images */
.expandable-image {
    cursor: zoom-in;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.expandable-image:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.expandable-image:focus {
    outline: 2px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
}

/* Image Modal */
.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
    padding: var(--k15t-gap-large);
}

.image-modal--visible {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
}

.image-modal--closing {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
}

.image-modal__content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--k15t-gap-medium);
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
}

.image-modal--visible .image-modal__content {
    transform: scale(1);
}

.image-modal--closing .image-modal__content {
    transform: scale(0.9);
}

.image-modal__img {
    max-width: 90vw;
    max-height: calc(90vh - 80px);
    width: auto;
    height: auto;
    object-fit: none;
    object-position: center;
    border-radius: var(--k15t-border-radius);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.image-modal__caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: var(--k15t-gap-small) var(--k15t-gap-medium);
    border-radius: var(--k15t-border-radius);
    font-size: var(--k15t-font-size-small);
    max-width: 600px;
    text-align: center;
}

.image-modal__close {
    position: absolute;
    top: var(--k15t-gap-medium);
    right: var(--k15t-gap-medium);
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
    color: var(--k15t-color-night-n700);
    z-index: 10001;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.image-modal__close:hover {
    background-color: white;
    transform: scale(1.1);
}

.image-modal__close:active {
    transform: scale(0.95);
}

.image-modal__close:focus {
    outline: 2px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
}

/* Navigation buttons */
.image-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
    color: var(--k15t-color-night-n700);
    z-index: 10001;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.image-modal__nav svg {
    width: 24px;
    height: 24px;
}

.image-modal__nav--prev {
    left: var(--k15t-gap-large);
}

.image-modal__nav--next {
    right: var(--k15t-gap-large);
}

.image-modal__nav:hover {
    background-color: white;
    transform: translateY(-50%) scale(1.1);
}

.image-modal__nav:active {
    transform: translateY(-50%) scale(0.95);
}

.image-modal__nav:focus {
    outline: 2px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
}

.image-modal__nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.image-modal__nav:disabled:hover {
    transform: translateY(-50%) scale(1);
}

/* Mobile adjustments */
@media(max-width: 768px) {
    .image-modal {
        padding: var(--k15t-gap-medium);
        align-items: flex-start;
        padding-top: 60px;
    }
    
    .image-modal__content {
        max-height: calc(100vh - 140px);
    }
    
    .image-modal__img {
        max-height: calc(100vh - 200px);
    }
    
    .image-modal__close {
        top: var(--k15t-gap-small);
        right: var(--k15t-gap-small);
        width: 36px;
        height: 36px;
        font-size: 28px;
    }
    
    .image-modal__nav {
        position: fixed;
        top: auto;
        bottom: var(--k15t-gap-medium);
        transform: none;
        width: 50px;
        height: 50px;
    }
    
    .image-modal__nav svg {
        width: 24px;
        height: 24px;
    }
    
    .image-modal__nav--prev {
        left: 50%;
        margin-left: -65px;
    }
    
    .image-modal__nav--next {
        right: 50%;
        margin-right: -65px;
    }
    
    .image-modal__nav:hover {
        transform: scale(1.1);
    }
    
    .image-modal__nav:active {
        transform: scale(0.95);
    }
    
    .expandable-image:hover {
        transform: none;
    }
}

.back-to-guide-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background-color: var(--k15t-color-blue-b50);
    border-bottom: var(--k15t-border-standard);
    padding: var(--k15t-gap-medium);
    z-index: 998;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
}

.back-to-guide-banner--visible {
    transform: translateY(0);
}

.back-to-guide-banner__content {
    display: flex;
    align-items: center;
    gap: var(--k15t-gap-medium);
    max-width: var(--k15t-content-layout-max-width);
}

.back-to-guide-banner__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    color: var(--k15t-color-blue-b500);
}

.back-to-guide-banner__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-x-small);
}

.back-to-guide-banner__title {
    font-size: var(--k15t-font-size-medium);
    font-weight: 600;
    color: var(--k15t-color-night-n700);
    line-height: 1.4;
}

.back-to-guide-banner__description {
    font-size: var(--k15t-font-size-small);
    color: var(--k15t-color-night-n500);
    line-height: 1.5;
}

.back-to-guide-banner__button {
    border-radius: var(--k15t-border-radius);
    text-decoration: none;
    font-size: var(--k15t-font-size-small);
    white-space: nowrap;
    color: white;
}

.back-to-guide-banner__button:hover {
    color: var(--k15t-color-night-n700);
}

.back-to-guide-banner__close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: transparent;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--k15t-color-night-n500);
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.back-to-guide-banner__close:hover {
    background-color: var(--k15t-color-night-n200);
    color: var(--k15t-color-night-n700);
}

.back-to-guide-banner__close:active {
    background-color: var(--k15t-color-night-n300);
}

.back-to-guide-banner__close:focus {
    outline: 2px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
}

/* Mobile adjustments */
@media(max-width: 768px) {
    .back-to-guide-banner {
        padding: var(--k15t-gap-small);
        padding-right: 40px;
    }
    
    .back-to-guide-banner__content {
        padding: 0;
    }
    
    .back-to-guide-banner__content {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--k15t-gap-small);
    }
    
    .back-to-guide-banner__icon {
        width: 28px;
        height: 28px;
    }
    
    .back-to-guide-banner__title {
        font-size: var(--k15t-font-size-small);
    }
    
    .back-to-guide-banner__description {
        font-size: var(--k15t-font-size-x-small);
    }
    
    .back-to-guide-banner__button {
        width: 100%;
        justify-content: center;
    }
}

.table-of-contents {
    border-top: var(--k15t-border-standard);
    border-bottom: var(--k15t-border-standard);
    padding: var(--k15t-gap-medium) 0;
    padding-left: var(--k15t-gap-medium);
    margin-top: var(--k15t-gap-2x-large);
    margin-bottom: var(--k15t-gap-x-large);

    & > ol.table-of-contents__list {
        margin: 0;
    }

    & > ol.table-of-contents__list > li > .table-of-contents__link {
        display: block;
        text-decoration: none;
        font-size: 18px;
        line-height: 1.5;
        transition: color 0.2s ease-in-out;
    }
}

.content-adjustments h2.table-of-contents__title {
    font-family: var(--k15t-font-akadmie-medium);
    margin: 0 0 var(--k15t-gap-medium) 0;
    font-size: 18px;
    color: var(--k15t-color-night-n700);
}

.table-of-contents__item {
    margin-bottom: var(--k15t-gap-small);
}

.table-of-contents__item:last-child {
    margin-bottom: 0;
}

.table-of-contents__link:hover {
    color: var(--k15t-color-blue-b600);
    text-decoration: underline;
}

.table-of-contents__link:focus-visible {
    outline: 2px solid var(--k15t-color-blue-b400);
    outline-offset: 2px;
    border-radius: var(--k15t-border-radius);
}

/* Mobile adjustments */
@media(max-width: 768px) {
    .table-of-contents {
        padding: var(--k15t-gap-small) 0;
    }
    
    .table-of-contents__title {
        font-size: 16px;
    }
    
    .table-of-contents__link {
        font-size: var(--k15t-font-size-small);
    }
}

.contentTilesRow {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-large);;
}

.contentTilesRow > h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.contentTilesRow_wrapper {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-small);
    width: fit-content;
    overflow: hidden;
}

[data-k15t="horizontal-scroll"] {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Needed to work on iOS Safari */
}

[data-k15t="horizontal-scroll"]::-webkit-scrollbar {
    background: transparent; /* make scrollbar transparent */
}

.contentTilesRow nav {
    display: none;
    flex-direction: row;
    justify-content: end;
    gap: var(--k15t-gap-large);
}

button.prev,
button.next {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: var(--k15t-border-standard);
    background-color: white;
    cursor: pointer;
}

button.prev > img {
    transform: rotate(-180deg);
}

button.next {

}

button.prev:hover,
button.next:hover {
    background-color: var(--k15t-color-yellow-y500);
}

/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {

}
.course-overview {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-3x-large);
    background-color: var(--k15t-color-night-n50);
    padding: var(--k15t-gap-2x-large);
    margin-bottom: var(--k15t-gap-x-large);
}

.course-overview_heading {
    font-size: var(--k15t-font-size-x-large);
    margin-top: 0;
}

.course-overview_metadata {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-small);
}

.course-overview_metadata h3 {
    margin: 0;
    font-size: var(--k15t-font-size-x-large);
}

.course-overview_content h4 {
    font-size: var(--k15t-font-size-large);
    margin: 0 0 var(--k15t-gap-medium);
}

.course-overview_metadata--number {
    text-transform: uppercase;
}

.course-overview_metadata--byline {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-medium);
}

.course-overview_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--k15t-gap-large);
    justify-content: space-between;
}

.course-overview_content > img {
    width: 100%;
    max-width: 387px;
    height: max-content;
    aspect-ratio: 16/9;
}


.course-overview_content > div {
    width: 420px;
}

.course-overview--link {
    display: flex;
    justify-content: end
}

.course-overview--link > .link-button {
    margin-top: 0;
}

/* Tablet */
@media(max-width: 1485px) {
    .course-overview_content {
        justify-content: start;
    }
}

/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {

}
.newsletter_content--stripe {
    position: relative;
    display: flex;
    gap: var(--k15t-gap-medium);
    margin: auto;
    width: fit-content;
}

.newsletter_content_img {
    position: relative;
    z-index: 10;
    width: 400px;
    max-width: 100%;
}

.newsletter_content_form {
    display: flex;
    flex-direction: column;
    padding: var(--k15t-gap-medium) 0;
    max-width: 650px;
    z-index: 20;
}

.newsletter_content_form p {
    margin-bottom: var(--k15t-gap-medium);
}

.newsletter_content_form-heading {
    font-size: var(--k15t-font-size-2x-large);
    font-family: var(--k15t-font-heading);
    text-decoration: underline;
    color: var(--k15t-color-night-n700);
    margin-bottom: var(--k15t-gap-large);
}

.newsletter_content--box {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-small);
}

.newsletter_content--box > h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: var(--k15t-gap-large);
}

.newsletter_content--box > p {
    font-size: var(--k15t-font-size-medium-large);
}

.newsletter_content--box form.form > input {
    width: 100%;
    background-position-x: 10px;
    padding: 10px 25px 10px 45px;
}

.newsletter_content--box form.form > button.button {
    width: 100%;
}

/* Form Submitted Styles */

.newsletter_content_form_submitted {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto 0;
}

.newsletter_content_form_submitted--heading {
    font-family: var(--k15t-font-heading);
    font-size: var(--k15t-font-size-2x-large);
    margin-bottom: var(--k15t-gap-large);
}

.newsletter_content_form_submitted--text {
    font-family: var(--k15t-font-akadmie-medium);
    font-size: var(--k15t-font-size-large);
}

/* Tablet */
@media(max-width: 1024px) {
    .newsletter_content_form-heading {
        font-size: var(--k15t-font-size-x-large);
    }

    .newsletter_content_img {
        display: none;
    }
}

/* Smartphone */
@media(max-width: 768px) {

}

.footer {
    position: relative;
    justify-content: space-between;
    padding-bottom: calc(2*var(--k15t-gap-large));
    border-bottom: 1px solid var(--k15t-color-night-n500);
}

.footer > img {
    height: 100%;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer > ul > li:not(:last-child) {
    margin-right: var(--k15t-gap-2x-large);
}

.footer-category {
    color: white;
    font-family: var(--k15t-font-akadmie-medium);
    font-size: var(--k15t-font-size-medium-large);
    margin-bottom: var(--k15t-gap-medium);
}

.footer-link {
    margin-bottom: var(--k15t-gap-small);
}

.footer-link > a {
    color: white;
    text-decoration: none;
}

.footer-link > a:hover {
    text-decoration: underline;
}

.footer-attribution-text button {
    color: white;
}

.footer-attribution {
    flex-flow: wrap-reverse;
    gap: var(--k15t-gap-large);
    padding: 0 var(--k15t-gap-large) var(--k15t-gap-large);
    background-color: var(--k15t-color-night-n700);
    justify-content: space-between;
}

.footer-attribution > div {
    gap: var(--k15t-gap-large);
    align-items: center;
}

.footer-attribution-text {
    display: flex;
    gap: var(--k15t-gap-medium);
}

.footer-attribution-text > span,
.footer-attribution-text > a {
    color: white;
}

.footer-attribution-text > a {
    font-size: var(--k15t-font-size-medium);
    margin-right: var(--k15t-gap-medium);
}

.footer-attribution-social {
    gap: var(--k15t-gap-large);
}

.social-icon {
    border-radius: var(--k15t-border-radius-circle);
    width: 40px;
    height: 40px;
}

.social-icon:hover {
    background-position: center;
}

.social-icon-facebook {
    background-image: url("../images/icons/social/facebook.svg");
}
.social-icon-facebook:hover {
    background-image: url("../images/icons/social/facebook-hover.svg");
}

.social-icon-instagram {
    background-image: url("../images/icons/social/instagram.svg");
}
.social-icon-instagram:hover {
    background-image: url("../images/icons/social/instagram-hover.svg");
}

.social-icon-linkedin {
    background-image: url("../images/icons/social/linkedin.svg");
}
.social-icon-linkedin:hover {
    background-image: url("../images/icons/social/linkedin-hover.svg");
}

.social-icon-tiktok {
    background-image: url("../images/icons/social/tiktok.svg");
}
.social-icon-tiktok:hover {
    background-image: url("../images/icons/social/tiktok-hover.svg");
}

.social-icon-youtube {
    background-image: url("../images/icons/social/youtube.svg");
}
.social-icon-youtube:hover {
    background-image: url("../images/icons/social/youtube-hover.svg");
}

/* Tablet */
@media(max-width: 1024px) {
    .footer {
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer ul,
    .footer-badge {
        display: none;
    }

    .footer-attribution {
        flex-direction: column;
        flex-flow: wrap-reverse;
        justify-content: center;
        gap: var(--k15t-gap-2x-large);
    }

    .footer-attribution-social {
        flex-direction: row;
    }
}

/* Smartphone */
@media(max-width: 768px) {
    .footer-attribution > div > :first-child {
        flex-direction: column;
        text-align: center;
    }

    .footer-attribution-text > a {
        font-size: var(--k15t-font-size-small);
        margin-right: var(--k15t-gap-x-small);
    }
}
.header {
    display: flex;
    min-height: 500px;
    justify-content: space-between;
    gap: var(--k15t-gap-3x-large);
    align-items: center;
}

.header_text {
    max-width: 560px;
}

.header_text > hgroup > h1 {
    margin: 0;
    font-size: 65px;
}

.header_text > hgroup > .embedded-video {
    border: var(--k15t-border-standard);
    display: none;
}

.header_text > hgroup > p {
    font-size: var(--k15t-font-size-large);
    margin: var(--k15t-gap-medium) 0 var(--k15t-gap-x-large);
}

.header_media {
    position: relative;
    width: 45%;
}

.header_media > img {
    position: absolute;
}

.header_media .embedded-video {
    width: 100%;
    border: var(--k15t-border-standard);
    z-index: 1;
}

.header_media .header-illu-popcorn {
    width: 100px;
    top: -120px;
    right: 50px;
}

.header_media .header-illu-smile {
    width: 75px;
    top: 100px;
    left: -50px;
    z-index: 2;
}

.header_media .header-illu-thumbsup {
    width: 75px;
    bottom: 50px;
    right: -50px;
    z-index: 2;
}

.header_media .header-illu-paper-plane {
    width: 280px;
    bottom: -120px;
    left: -250px;
}

.header_media .header-bg-outline {
    width: 110%;
    top: -130px;
    left: -130px;
    z-index: 0;
}

/* Tablet */
@media(max-width: 1024px) {
    .header {
        gap: var(--k15t-gap-medium);
        align-items: flex-start;
    }

    .header_text > hgroup > h1 {
        font-size: var(--k15t-font-size-2x-large);
        margin-bottom: var(--k15t-gap-small);
    }

    .header_text > hgroup > .embedded-video {
        display: flex;
    }

    .header_media {
        width: 100%;
    }

    .header_media {
        display: none;
    }
}

/* Smartphone */
@media(max-width: 768px) {

}
header.header-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--k15t-content-layout-max-width);
}

/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {

}
.header-course {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: var(--k15t-gap-large);
}

.header-course h1 {
    font-size: var(--k15t-font-size-2x-large);
    margin: 0 0 var(--k15t-gap-small);
}

/* todo merge with guide */
.header-course-info-meta-details {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-medium);
    border-radius: var(--k15t-border-radius);
    width: fit-content;
}

.header-course-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--k15t-gap-2x-large);
}

.header-course-info > img {
    width: 100%;
    height: fit-content;
    max-width: 700px;
    aspect-ratio: 16/9;
}

.header-course-info-meta {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-small)
}

.header-course-overview {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    gap: var(--k15t-gap-small);
}

.header-course-overview h2 {
    font-size: var(--k15t-font-size-large);
    margin-top: 0;
}

.header-course-overview-details-meta {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-large);
    padding: 0;
}

.header-course-overview-details-meta dt {
    font-size: var(--k15t-font-size-medium-large);
    font-family: var(--k15t-font-subheading);
}

/* Small Desktop */
@media(max-width: 1280px) {

}

/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {
    .header-course h1 {
        font-size: var(--k15t-font-size-x-large);
    }

    .header-course-info {
        gap: var(--k15t-gap-large);
    }
}
.header-guide {
    display: flex;
    flex-direction: row;
    margin-top: var(--k15t-gap-2x-large);
    gap: var(--k15t-gap-2x-large);
}

.header-guide > div {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-x-large);
}

.header-guide > img {
    border-radius: var(--k15t-border-radius);
    width: 100%;
    max-width: 230px;
    height: fit-content;
}

.header-guide-info {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-large);
}

.header-guide-info h1 {
    margin: 0;
}

.header-guide-info p {
    max-width: 750px;
}

.header-guide-info-meta > h1 {
    font-size: var(--k15t-font-size-2x-large);
    font-family: var(--k15t-font-heading);
    margin-top: 0;
}

.header-guide-overview-details {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-medium);
}

/* Small Desktop */
@media(max-width: 1280px) {

}

/* Tablet */
@media(max-width: 1024px) {
    .header-guide > div > img {
        max-width: 200px;
    }

    .header-guide-info-meta > h1 {
        font-size: var(--k15t-font-size-x-large);
    }
}

/* Smartphone */
@media(max-width: 768px) {
    .header-guide {
        gap: var(--k15t-gap-x-large);
        flex-direction: column;
    }

    .header-guide > div {
        gap: var(--k15t-gap-large);
    }

    .header-guide > div > img {
        max-width: 100px;
    }
}
.lesson-container {
    position: relative;
    gap: var(--k15t-gap-large);
}

.lesson-bullet {
    position: relative;
    padding-top: var(--k15t-gap-large);
}

.lesson-bullet > img {
    max-width: 32px;
    border-radius: var(--k15t-border-radius-circle);
}

.lesson-overview > div:not(:last-child):before {
    position: absolute;
    background-color: var(--k15t-color-night-n50);
    width: 6px;
    content: "";
    top: 0;
    bottom: -35px;
    left: 13.4px;
}

.lesson-overview > div:first-child:before {
    top: 35px;
}

.lesson {
    width: calc(100% - 100px);
    height: fit-content;
}

/* Small Desktop */
@media(max-width: 1280px) {

}

/* Tablet */
@media(max-width: 1024px) {

    .lesson-overview > div:not(:last-child):before {
        display: none;
    }

    .lesson-bullet {
        display: none;
    }

    .lesson {
        width: 100%;
        height: fit-content;
    }
}

/* Smartphone */
@media(max-width: 768px) {

}
.mostPopularContent {
    margin-bottom: var(--k15t-gap-2x-large);
}

.mostPopularContent_heading {
    margin-top: 0;
    margin-bottom: var(--k15t-gap-large);
}

.mostPopularContent_small-tiles {
    gap: var(--k15t-gap-small);
}

/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {

}
.mostPopularContent {
    margin-bottom: var(--k15t-gap-2x-large);
}

.mostPopularContent_heading {
    margin-top: 0;
    margin-bottom: var(--k15t-gap-large);
}

.mostPopularContent_small-tiles {
    gap: var(--k15t-gap-small);
}

/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {

}
.pageCollection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--k15t-gap-x-large) var(--k15t-gap-medium);
}

.pageCollection__tile {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-small);
}

.pageCollection__tile__imgContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    border: var(--k15t-border-standard);
}

.pageCollection__tile__imgContainer--blanket {
    position: absolute;
    background-color: var(--k15t-color-night-n700);
    transition: opacity .2s ease;
    inset: 0;
    opacity: 0;
}

.pageCollection__tile__imgContainer--blanket--text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
}

.pageCollection__tile__imgContainer--blanket--text svg {
    margin-left: 10px;
}

.pageCollection__tile__imgContainer--img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 4/3;
    transition: transform .2s ease-out;
}

.pageCollection__tile__heading {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-small);
}

.pageCollection__tile__heading--icon {
    height: 50px;
    width: 50px;
    border-radius: var(--k15t-border-radius-circle);
}

.pageCollection__tile__heading a {
    display: flex;
    font-size: var(--k15t-font-size-large);
    flex-direction: column;
    align-items: center;
}

.pageCollection__tile__heading a:after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    inset: 0;
    z-index: 10;
    cursor: pointer;
    content: "";
    background-color: transparent;
}

.pageCollection__tile__heading a h3,
.pageCollection__tile__heading a span {
    width: 100%;
}

.pageCollection__tile__heading a h3 {
    font-family: var(--k15t-font-akadmie-medium);
    font-size: var(--k15t-font-size-medium-large);
    margin: 0;
}

.pageCollection__tile__heading a span {
    font-family: var(--k15t-font-akadmie-regular);
    font-size: var(--k15t-font-size-medium-large);
}

.pageCollection__tile:hover .pageCollection__tile__imgContainer--zoom {
    transform: scale(1.2);
}


.pageCollection__tile:has(a.link:hover) .pageCollection__tile__imgContainer--blanket {
    opacity: .8;
}

.pageCollection__tile:hover .pageCollection__tile__heading a {
    text-decoration: none;
}

.pageCollection__tile__heading >  {
    opacity: 1;
}

.pageCollection-filter {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-small);
    margin-bottom: var(--k15t-gap-x-large);
}

.pageCollection-filter__heading {
    font-family: var(--k15t-font-akadmie-medium);
    font-size: var(--k15t-font-size-medium-large);
}

.pageCollection-filter__topics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--k15t-gap-small);
    overflow-x: auto;
}

.pageCollection-filter__topics > div {
    display: flex;
    padding: var(--k15t-gap-x-small) var(--k15t-gap-small);
    font-size: 18px;
    font-family: var(--k15t-font-akadmie-regular);
    border: 1px solid var(--k15t-color-night-n700);
    background-color: white;
    border-radius: var(--k15t-radius-pill);
    cursor: pointer;
    text-transform: capitalize;
}

.pageCollection-filter__topics > div:hover,
.pageCollection-filter__topics > div[filter="active"] {
    background-color: var(--k15t-color-night-n700);
    color: white;
}


.filter-item {
    width: 387px;
}

/* Smartphone */
@media(max-width: 768px) {
    .pageCollection__tile__imgContainer {
        height: auto;
    }
}


.share-options_content {
    position: relative;
    margin: 0 auto;
    width: 492px;
}

.share-options_content > div {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.share-options_content > div:first-of-type {
    justify-content: space-between;
    margin-bottom: var(--k15t-gap-small);
}

button[k15t-data="shareOptionsEmbedOption"] {
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.share-options_content > div:last-of-type input {
    width: 100%;
    border: var(--k15t-border-standard);
    padding: var(--k15t-gap-x-small) var(--k15t-gap-2x-large) var(--k15t-gap-x-small) var(--k15t-gap-x-small);
    background-color: var(--k15t-color-night-n50);
}

.share-options_content > div:last-of-type label {
    display: none;
}

.share-options_content > div:last-of-type span {
    position: absolute;
    right: var(--k15t-gap-small);
    color: var(--k15t-color-blue-b400);
    cursor: pointer;
}

.share-options_embed {
    position: relative;
    display: none;
    flex-direction: row;
    width: 922px;
}

.share-options_embed > textarea {
    width: 100%;
    word-break: break-all;
    border: var(--k15t-border-standard);
    background-color: var(--k15t-color-night-n50);
}
[k15t-data="reset-services-message"] {
    max-width: 600px;
}

[k15t-data="reset-services-message"] p {
    font-size: var(--k15t-font-size-medium);
    margin-bottom: var(--k15t-gap-medium);
}

[k15t-data="reset-services-message"] ul {
    list-style: disc;
    margin-bottom: var(--k15t-gap-medium);
    padding-left: var(--k15t-gap-small);
    padding-right: var(--k15t-gap-medium);
}

[k15t-data="reset-services-message"] ul li {
    font-family: var(--k15t-font-akadmie-regular);
    font-size: var(--k15t-font-size-medium);
    margin-bottom: var(--k15t-gap-small);
}

[k15t-data="reset-services-message"] ul li div {
    font-family: var(--k15t-font-akadmie-medium);
}



article {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: var(--k15t-content-layout-max-width);
}

.content_container {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-large);
    z-index: 1;
}

.article_title {
    margin-bottom: var(--k15t-gap-large);
}

.article_title > h1 {
    margin: 0;
    font-size: var(--k15t-font-size-2x-large);
}

.article_container {
    display: flex;
    flex-direction: row;
    gap: var(--k15t-gap-3x-large);
    justify-content: space-between;
    padding-bottom: var(--k15t-gap-3x-large);
    border-bottom: var(--k15t-border-standard);
}

.article_container--no-border {
    border-bottom: none;
    padding-bottom: 0;
}

.article_container--blog {
    justify-content: center;
}

.article_content {
    flex: 0 0 auto;
    width: 100%;
    max-width: 750px;
}

.content-adjustments .ticker__item {
    margin-bottom: var(--k15t-gap-3x-large);
    padding-bottom: var(--k15t-gap-3x-large);
    border-bottom: var(--k15t-border-standard);
}

.content-adjustments .ticker__item:last-child {
    border-bottom: none;
}

.content-adjustments .ticker__item > h2 {
    margin-top: var(--k15t-gap-small);
}

.ticker__newsletter {
    background-color: var(--k15t-color-purple-p100);
    padding: var(--k15t-gap-medium);
    border: var(--k15t-border-standard);
}

/* Small Desktop */
@media(max-width: 1280px) {
    .article_title > h1 {
        font-size: var(--k15t-font-size-x-large);
    }

    .article_container {
        gap: var(--k15t-gap-large);
    }

    .article_content {
        flex: unset;
        max-width: 100%;
    }
}

/* Tablet */
@media(max-width: 1024px) {
    .article_container__aside {
        display: none;
    }
}

/* Smartphone */
@media(max-width: 768px) {

}
.content-adjustments [data-component="page-properties"] {
    display: none;
}

.content-adjustments h1 {
    font-size: var(--k15t-font-size-2x-large);
    font-family: var(--k15t-font-akadmie-bold);
    margin: var(--k15t-gap-x-large) 0 0;
}

.content-adjustments h2 {
    font-size: var(--k15t-font-size-x-large);
    font-family: var(--k15t-font-akadmie-medium);
    margin-top: var(--k15t-gap-2x-large);
    margin-bottom: var(--k15t-gap-medium);
}

.content-adjustments h3 {
    font-size: var(--k15t-font-size-large);
    margin: var(--k15t-gap-2x-large) 0 var(--k15t-gap-medium) 0;
}

.content-adjustments h4 {
    font-size: var(--k15t-font-size-medium-large);
    margin: var(--k15t-gap-2x-large) 0 var(--k15t-gap-medium) 0;
}

.content-adjustments h5 {
    font-size: var(--k15t-font-size-medium);
    font-family: var(--k15t-font-akadmie-black);
    margin: var(--k15t-gap-2x-large) 0 var(--k15t-gap-medium) 0;
}

.content-adjustments h6 {
    font-size: var(--k15t-font-size-medium);
    font-family: var(--k15t-font-akadmie-bold);
    margin: var(--k15t-gap-2x-large) 0 var(--k15t-gap-medium) 0;
}

.content-adjustments h1,
.content-adjustments h2,
.content-adjustments h3,
.content-adjustments h4,
.content-adjustments h5,
.content-adjustments h6 {
    /* Modern approach: scroll-margin-top accounts for fixed navigation */
    scroll-margin-top: 170px;
}

.content-adjustments p,
.content-adjustments p > span,
.content-adjustments a,
.content-adjustments strong,
.content-adjustments em,
.content-adjustments u {
    font-size: var(--k15t-font-size-medium-large);
    line-height: var(--k15t-line-height-large);
    word-break: break-word;
}

.content-adjustments > p:first-of-type,
.content-adjustments > p:first-of-type * {
    margin-top: 0;
    font-family: var(--k15t-font-akadmie-medium);
    font-size: var(--k15t-font-size-large);
}

.content-adjustments p,
.content-adjustments table,
.content-adjustments figure {
    margin: var(--k15t-gap-medium) 0;
    padding: 0;
}


/* Images / Figures */

.content-adjustments figure[data-border-size] {
    border: var(--k15t-border-standard);
}

.content-adjustments p img,
.content-adjustments figure img {
    max-width: 100%;
    height: auto;
}

.content-adjustments a {
    color: var(--k15t-color-blue-b400);
    cursor: pointer;
    text-decoration: none;
    word-break: break-word;
}

.content-adjustments a:hover {
    text-decoration: underline;
}

.content-adjustments strong {
    font-family: var(--k15t-font-akadmie-bold);
}

.content-adjustments ul,
.content-adjustments ol {
    margin: var(--k15t-gap-medium) 0;
    list-style-position: outside;
    list-style-type: disc;
    padding-left: var(--k15t-gap-medium);
}

.content-adjustments ul ul,
.content-adjustments ol ol {
    list-style: circle;
    margin-top: 0;
    margin-bottom: var(--k15t-gap-x-large);
}

.content-adjustments ul li,
.content-adjustments ol li {
    margin: var(--k15t-gap-small);
}

.content-adjustments ul li p,
.content-adjustments ol li p {
    margin: var(--k15t-gap-small) 0;
}

.content-adjustments .table-wrap {
    overflow-x: auto;
    max-height: 90vh;
    width: 100%;
}

.content-adjustments table {
    border-collapse: collapse;
}

.content-adjustments table tr:has(th) {
    background-color: var(--k15t-color-night-n50);
    border: var(--k15t-border-standard);
}

.content-adjustments table tbody th {
    min-width: 120px;
    border: var(--k15t-border-standard);
    font-family: var(--k15t-font-akadmie-black);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.content-adjustments table tbody td {
    border-top: 2px solid var(--k15t-color-night-n700);
}

.content-adjustments table tbody td:nth-child(odd) {
    border-right: 2px solid var(--k15t-color-night-n700);
}

.content-adjustments table tbody td,
.content-adjustments table tbody thead {
    padding: var(--k15t-gap-small);
}
.content-adjustments table tbody p,
.content-adjustments table tbody ul,
.content-adjustments table tbody ol,
.content-adjustments table tbody figure {
    margin: 0;
}

.content-adjustments .unknown-content {
    display: none;
}

/* Layouts */
.content-adjustments .layout-section {
    display: grid;
    /* --columns comes from VPT */
    grid-template-columns: var(--columns);
    gap: var(--k15t-gap-x-large);
}


/* Block Quote */

blockquote {
    margin: var(--k15t-gap-2x-large);
}

blockquote p:last-of-type {
    color: var(--k15t-color-night-n500);
    margin-top: var(--k15t-gap-x-small);
}

blockquote p:first-of-type,
blockquote p:first-of-type > * {
    color: var(--k15t-color-night-n700);
    font-size: var(--k15t-font-size-x-large);
    margin-bottom: var(--k15t-gap-x-small);
}


/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {
    .content-adjustments h1 {
        font-size: var(--k15t-font-size-x-large);
    }

    .content-adjustments h2 {
        font-size: var(--k15t-font-size-large);
    }

    .content-adjustments h3 {
        font-size: var(--k15t-font-size-medium-large);
    }

    .content-adjustments h4 {
        font-size: var(--k15t-font-size-medium);
    }

    .content-adjustments h5 {
        font-size: var(--k15t-font-size-medium);
    }

    .content-adjustments h6 {
        font-size: var(--k15t-font-size-medium);
    }

    .content-adjustments h1,
    .content-adjustments h2,
    .content-adjustments h3,
    .content-adjustments h4,
    .content-adjustments h5,
    .content-adjustments h6 {
        scroll-margin-top: 80px;
        margin: 0 0 var(--k15t-gap-medium) 0;
    }

    .content-adjustments p,
    .content-adjustments a,
    .content-adjustments strong,
    .content-adjustments em,
    .content-adjustments u {
        font-size: var(--k15t-font-size-medium);
    }

    .content-adjustments > p:first-of-type,
    .content-adjustments > p:first-of-type * {
        margin-top: 0;
        font-family: var(--k15t-font-akadmie-bold);
        font-size: var(--k15t-font-size-medium);
    }
}
.blogOverview-header {
    display: flex;
    flex-direction: column;
}

.blogOverview-header > h1 {
    font-size: 86px;
    text-align: center;
    margin-bottom: -15px;
}

.blogOverview-newsletter  {
    position: relative;
    text-align: center;
}

.blogOverview-newsletter-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 210px;
    margin-inline: auto;
    width: fit-content;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-medium);
    max-width: 756px;
}

.blogOverview-newsletter > img {
    max-width: 1024px;
}

.blogOverview-latestIssue {
    margin-top: 200px;
}

.blogOverview-newsletter-box > h2 {
    margin-bottom: 0;
}

.blogOverview-newsletter-box > div {
    display: flex;
    flex-direction: column;
    gap: var(--k15t-gap-small);
    align-items: center;
}

.blogOverview-container > h2,
.blogOverview-latestIssue > h2,
.blogOverview-newsletter-box > h2 {
    margin-top: 0;
    font-size: var(--k15t-font-size-x-large);
    font-family: var(--k15t-font-akadmie-medium);
}

/* Tablet */
@media(max-width: 1024px) {

}

/* Smartphone */
@media(max-width: 768px) {

}
/* Screen reader only text - hide visually but keep accessible */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}



