:root {
    --primary-text-color: #081234;
    --secondary-text-color: #3e3e3e;
    --tertiary-text-color: #fff;
    --primary-bg-color: #fff;
    --secondary-bg-color: #e6e6e6;
    --tertiary-bg-color: #f9f9f9;
    --highlight-color: #1133a4;
    --menu-gradient-bg: linear-gradient(to bottom, transparent, #fff 90%, #fff);
    --menu-hover-color: #fdf7c7;
    --fansites-logo-gradient: linear-gradient(to bottom, #e6e8a9, #f3d123);
    --primary-color: #f3d123;
    --bot-nav-gradient: linear-gradient(to bottom, white, rgb(243, 209, 35) 90%, rgb(243, 209, 35));
    --article-link-color: #1a48e1;
    --highlighter-gradient: linear-gradient( to right, rgba(255, 225, 0, 0.1), rgba(255, 225, 0, 0.7) 4%, rgba(255, 225, 0, 0.3));
    --comment-form-label-color: #555;
    --theme-tab-bg-color: #003bff14;
    --theme-tab-inactive-text: #08123467;
    --theme-tab-inactive-border: #08123414;
    --shadow: rgba(0, 0, 0, 0.3);
    --button-hover-shadow: rgba(0, 0, 0, 0.5);
    --card-glow: 0 0 12px rgba(0, 119, 255, 0.15);
    --standard-table-head: #0055b9;
    --standard-table-primary: #dae4f0;
    --standard-table-secondary: #eef6ff;
    --accent-color: linen;
}

.darkmode {
    --primary-text-color: #f0e6d2;
    --secondary-text-color: #c1c1c1;
    --tertiary-text-color: #000;
    --primary-bg-color: #201e1a;
    --secondary-bg-color: #0f0e12;
    --tertiary-bg-color: #060606;
    --highlight-color: #ffb300;
    --menu-gradient-bg: linear-gradient(to bottom, transparent, #201e1a 90%, #201e1a);
    --menu-hover-color: #000039;
    --fansites-logo-gradient: linear-gradient(to bottom, #00005c, #0000e1);
    --primary-color: #0000e1;
    --bot-nav-gradient: linear-gradient(to bottom, #000000, #0c2edc 90%, #0c2edc);
    --article-link-color: #f3d123;
    --highlighter-gradient: linear-gradient(to right, rgba(17, 51, 164, 0.15), rgba(12, 46, 220, 0.8) 4%, rgba(12, 46, 220, 0.35));
    --comment-form-label-color: #ddd;
    --theme-tab-bg-color: #ffc30014;
    --theme-tab-inactive-text: #f0e6d266;
    --theme-tab-inactive-border: #342a08;
    --shadow: rgba(255, 255, 255, 0.3);
    --button-hover-shadow: rgba(255, 255, 255, 0.5);
    --card-glow: 0 0 12px rgba(255, 179, 0, 0.2);
    --standard-table-head: #b96300;
    --standard-table-primary: #303030;
    --standard-table-secondary: #131313;
    --accent-color: #44413d;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--secondary-bg-color);
    color: var(--primary-text-color);
    font-family: "Verdana", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0em auto;
}

hr {
    margin: 0;
    clear: both;
    border: none;
    border-top: 1.5px solid var(--primary-text-color);
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ecc605;
}

::-webkit-scrollbar-thumb:hover {
    background: #c0a105;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


details {
    margin: 1% 0;
    padding: 0 1%;
}

details summary {
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}

details[open] summary {
    border-bottom: 1px solid #f3d123;
}


/* ----------------------------------------------------------------------------- *
 *                             Werbung                                           *
 * ----------------------------------------------------------------------------- */
/* @keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
} 
ACHTUNG: Bestand vor Re-Design - Verwendungsbeurteilung schwierig, daher vorerst nur auskommentiert*/

#takeover_wraper {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    background-image: none;
}

#takeover {
    flex: auto;
    flex-basis: 100%;
    flex-shrink: 0;
    margin: 0em auto;
    max-width: 980px;
    order: 2;
    z-index: 100;
}

#banner_sky_left {
    flex: auto;
    flex-basis: 50%;
    text-align: right;
    order: 1;
    z-index: 1;
}

#banner_sky_left_text {
    position: sticky;
    top: 50px;
    display: none;
    padding-right: 2em;
}

#banner_sky_right {
    flex: auto;
    flex-basis: 50%;
    text-align: left;
    order: 3;
    z-index: 1;
}

#banner_sky_right_text {
    position: sticky;
    top: 50px;
    display: none;
    padding-left: 2em;
}

#fansite_marginal_2 {
    min-width: 310px;
    top: 50px;
    min-height: 270px;
    margin: 0em auto;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
}

#fansite_footer {
    margin: 0em auto;
    box-sizing: border-box;
    text-align: center;
}

.h5-sticky-ad {
    background-color: #f3f3f3;
    border: none;
    bottom: 0;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
    min-height: 59px;
    height: auto;
    left: 0;
    padding: 5px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 900; /* set this to a value that enables the sticky ad to overlap any other elements on the page. */
}

.h5-sticky-ad-close {
    background-color: #f3f3f3;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234F4F4F' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 9px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    border: none;
    border-top-left-radius: 12px;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
    height: 28px;
    padding: 6px;
    position: absolute;
    right: 0;
    top: -28px;
    width: 28px;
    box-sizing: content-box;
}

.h5-sticky-ad-close::before {
    bottom: 0;
    content: "";
    left: -20px;
    position: absolute;
    right: 0;
    top: -20px;
}

.u-visible-desktop {
    display: none;
}

@media (min-width: 768px) {
    .u-hidden-desktop {
        display: none;
    }

    .u-visible-desktop {
        display: block;
    }
}

.h5-footer-ad-container {
    bottom: 0;
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
    overflow: visible;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 900; /* set this to a value that enables the footer ad to overlap any other elements on the page. */
}

.h5-footer-ad-close {
    align-items: center;
    appearance: none;
    background-color: #cbcdce;
    border: 2px solid #222223;
    border-radius: 12px 12px 0 0;
    color: #222223;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -24px;
    width: 60px;
}

@media (min-width: 1000px) {
    .h5-footer-ad-close {
        border-radius: 0 12px 12px 0;
        height: 60px;
        width: 24px;
        right: -24px;
        top: 0;
    }
}

.h5-footer-ad-close:hover {
    background-color: white;
}

.h5-footer-ad-close::after {
    content: "×";
    display: inline-block;
}

.is-shifted-bottom {
    margin-bottom: -70px;
}

.is-shifted-bottom:hover {
    margin-bottom: 0;
}

.abstand {
    margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------- *
 *                             Schrift                                           *
 * ----------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5 {
    font-family: "Arial", sans-serif;
    color: var(--primary-text-color);
    text-align: left;
}

a {
    color: var(--primary-text-color);
    text-decoration: none;
}

a:hover {
    color: var(--highlight-color);
}

.div_content_header_titel_text p {
    font-size: 0.8em;
    margin: 0 0.5em;
}

.article_content a {
    color: var(--article-link-color);
}

.article_content a.affiliate::after {
    content: url("data:image/svg+xml;base64,PG5zMDpzdmcgeG1sbnM6bnMwPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjMTEzM2E0IiBjbGFzcz0iYmkgYmktY2FydDIiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPG5zMDpwYXRoIGQ9Ik0wIDIuNUEuNS41IDAgMCAxIC41IDJIMmEuNS41IDAgMCAxIC40ODUuMzc5TDIuODkgNEgxNC41YS41LjUgMCAwIDEgLjQ4NS42MjFsLTEuNSA2QS41LjUgMCAwIDEgMTMgMTFINGEuNS41IDAgMCAxLS40ODUtLjM3OUwxLjYxIDNILjVhLjUuNSAwIDAgMS0uNS0uNU0zLjE0IDVsMS4yNSA1aDguMjJsMS4yNS01SDMuMTR6TTUgMTNhMSAxIDAgMSAwIDAgMiAxIDEgMCAwIDAgMC0ybS0yIDFhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwbTktMWExIDEgMCAxIDAgMCAyIDEgMSAwIDAgMCAwLTJtLTIgMWEyIDIgMCAxIDEgNCAwIDIgMiAwIDAgMS00IDAiIC8+CjwvbnMwOnN2Zz4=");
    margin-left: 4px;
}

.darkmode .article_content a.affiliate::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2YzZDEyMyIgY2xhc3M9ImJpIGJpLWNhcnQyIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik0wIDIuNUEuNS41IDAgMCAxIC41IDJIMmEuNS41IDAgMCAxIC40ODUuMzc5TDIuODkgNEgxNC41YS41LjUgMCAwIDEgLjQ4NS42MjFsLTEuNSA2QS41LjUgMCAwIDEgMTMgMTFINGEuNS41IDAgMCAxLS40ODUtLjM3OUwxLjYxIDNILjVhLjUuNSAwIDAgMS0uNS0uNU0zLjE0IDVsMS4yNSA1aDguMjJsMS4yNS01SDMuMTR6TTUgMTNhMSAxIDAgMSAwIDAgMiAxIDEgMCAwIDAgMC0ybS0yIDFhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwbTktMWExIDEgMCAxIDAgMCAyIDEgMSAwIDAgMCAwLTJtLTIgMWEyIDIgMCAxIDEgNCAwIDIgMiAwIDAgMS00IDAiIC8+Cjwvc3ZnPg==");
}

.article_content a:hover {
    text-decoration: underline;
}

.article_content .gelb {
    color: #ecc605;
}

.article_content .highlight {
    margin: 0 -0.4em;
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    background-image: var(--highlighter-gradient);
    box-decoration-break: clone;
}

.article_content blockquote {
    background-color: var(--tertiary-bg-color);
    color: var(--secondary-text-color);
    border-radius: 10px;
    padding: 10px;
    margin: 15px auto;
    width: 85%;
    position: relative;
    font-size: 90%;
    border: 1px solid #f3d123;
}

.article_content blockquote.zitat::before,
.article_content blockquote.zitat::after {
    content: '"';
    font-size: 3em;
    color: var(--secondary-text-color);
    position: absolute;
    font-style: italic;
}

.article_content blockquote.zitat::before {
    top: -2px;
    left: 1%;
}

.article_content blockquote.zitat::after {
    bottom: -22px;
    right: 1%;
}

.article_content blockquote.zitat-notes,
.zitat-notes {
    background-color: rgba(0, 123, 255, 0.1);
    border: 2px solid #007bff;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
    border-radius: 10px;
    padding: 5px;
    margin: 25px auto;
    width: 95%;
    position: relative;
    font-size: 95%;
    color: inherit;
}

.article_feed article:hover h2 {
    color: var(--highlight-color);
}

.article_content .tipp, .article_content .hinweis {
    border-radius: 10px;
    padding: 10px;
    margin: 15px auto;
    width: 85%;
    position: relative;
    font-size: 90%;
}

.tipp {
    background-color: rgba(255, 140, 0, 0.1);
    border: 2px solid #f3d123;
    box-shadow: 0 4px 8px rgba(255, 140, 0, 0.3);
}

.hinweis {
    background-color: rgba(32, 255, 0, 0.1);
    border: 2px solid #17bb00;
    box-shadow: 0 4px 8px rgba(20, 255, 0, 0.3);
}

.hinweis::before, .tipp::before {
    position: absolute;
    top: -15px;
    left: 20px;
    background-color: var(--primary-bg-color);
    padding: 0 8px;
    border-radius: 5px;
}

.hinweis::before {
    content: "Hinweis";
    border: 2px solid #17bb00;
}

.tipp::before {
    content: "Tipp";
    border: 2px solid #f3d123;
}

.affiliate-hint {
    font-size: 70%;
    border: 1px solid var(--highlight-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 1%;
    margin: 3% 1%;
}

.affiliate-hint svg {
    flex: 0 0 auto;
    margin: auto 10px;
    color: var(--highlight-color);
}

.affiliate-hint p {
    flex: 1;
}

.article_content hr {
    margin: 10px;
    border-color: #f3d123;
}

/* ----------------------------------------------------------------------------- *
 *                             Navigation                                        *
 * ----------------------------------------------------------------------------- */
a.link_uebersicht {
    display: block;
    background-color: var(--primary-text-color);
    text-align: center;
    clear: both;
    padding: 2px;
    color: var(--tertiary-bg-color);
}

a.link_uebersicht:hover {
    text-decoration: underline;
}

.main-header {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

.bot-header {
    background: var(--menu-gradient-bg);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    flex: 1;
    height: 100%;
    z-index: 990;
}

.menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
}

.menu .nav {
    height: 100%;
}

.menu li {
    display: inline-block;
    color: var(--primary-text-color);
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    user-select: none;
}

.menu li * {
    color: inherit;
}

.menu a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-item {
    height: 100%;
    margin: auto 5px;
    z-index: 990;
}

.nav-item.dropdown-menu > button::after {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%230E0E0E'%3E%3Cpath d='M30.485 7.244 16 21.729 1.515 7.244 0 8.757l16 16 16-16z'/%3E%3C/svg%3E");
    height: 12px;
    width: 15px;
    transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
    background-repeat: no-repeat;
    background-size: 15px 12px;
    background-position: 50%;
}

.darkmode .nav-item.dropdown-menu > button::after {
    filter: invert(1);
}

.sub-nav-item.side-menu > button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-nav-item.side-menu {
    position: relative;
}

.sub-nav-item.side-menu > button::after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%230E0E0E'%3E%3Cpath d='M7.244 1.515 21.729 16 7.244 30.485 8.757 32l16-16-16-16z'/%3E%3C/svg%3E");
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
}

.darkmode .sub-nav-item.side-menu > button::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23F0E6D2'%3E%3Cpath d='M7.244 1.515 21.729 16 7.244 30.485 8.757 32l16-16-16-16z'/%3E%3C/svg%3E");
}

.menu.main-menu .menu-btn {
    background: none;
    border: none;
    padding: 10px;
    height: 100%;
    cursor: pointer;
    text-transform: inherit;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.5px;
    width: 100%;
}

.menu.main-menu .menu-btn a:hover {
    text-decoration: none;
    color: unset;
}

.dropdown-menu .sub-nav {
    display: none;
    position: absolute;
    min-width: 170px;
    background-color: var(--primary-bg-color);
    box-shadow: 0px 8px 16px 0px var(--shadow);
    z-index: 2;
}

.dropdown-menu .nested-sub-nav {
    display: none;
    position: absolute;
    min-width: 170px;
    background: var(--fansites-logo-gradient);
    box-shadow: 0px 8px 16px 0px var(--shadow);
    z-index: 1;
    top: 0;
    left: 100%;
    width: auto;
    height: auto;
}

.sub-nav li,
.nested-sub-nav li {
    display: block;
    white-space: nowrap;
    width: 100%;
    margin: 0;
    padding: 5px 5px;
    text-transform: none;
    box-sizing: border-box;
    cursor: pointer;
}

.sub-nav button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
    width: 100%;
}

.bot-menu li {
    margin: auto 1em;
}

.bot-menu li a {
    font-size: 12px;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34);
    display: inline-block;
    transform-origin: bottom;
}

.bot-menu li a:hover {
    transform: scale(1.2);
}

.logo {
    width: 150px;
}

.searchbar {
    max-width: 50%;
}

.searchbar input[type="text"] {
    border: none;
    background-color: transparent;
    outline: none;
    max-width: 85%;
    color: inherit;
}

.searchbar form {
    display: flex;
    border: 2px solid transparent;
    padding: 2px;
    border-radius: 15px;
    margin: 0 2px;
}

.searchbar form:focus-within {
    background-color: var(--primary-bg-color);
    border: 2px solid var(--primary-color);
}

.searchbar form:hover label {
    cursor: text;
}

.searchbar form:focus-within label {
    cursor: text;
}

.search_icon {
    background: url("data:image/svg+xml;utf8,%3Csvg%20style%3D%22cursor%3Apointer%3B%22%20%20height%3D%2225px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2225px%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asketch%3D%22http%3A//www.bohemiancoding.com/sketch/ns%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20fill%3D%22%23929292%22%20id%3D%22icon-111-search%22%3E%3Cpath%20d%3D%22M19.4271164%2C21.4271164%20C18.0372495%2C22.4174803%2016.3366522%2C23%2014.5%2C23%20C9.80557939%2C23%206%2C19.1944206%206%2C14.5%20C6%2C9.80557939%209.80557939%2C6%2014.5%2C6%20C19.1944206%2C6%2023%2C9.80557939%2023%2C14.5%20C23%2C16.3366522%2022.4174803%2C18.0372495%2021.4271164%2C19.4271164%20L27.0119176%2C25.0119176%20C27.5621186%2C25.5621186%2027.5575313%2C26.4424687%2027.0117185%2C26.9882815%20L26.9882815%2C27.0117185%20C26.4438648%2C27.5561352%2025.5576204%2C27.5576204%2025.0119176%2C27.0119176%20L19.4271164%2C21.4271164%20L19.4271164%2C21.4271164%20Z%20M14.5%2C21%20C18.0898511%2C21%2021%2C18.0898511%2021%2C14.5%20C21%2C10.9101489%2018.0898511%2C8%2014.5%2C8%20C10.9101489%2C8%208%2C10.9101489%208%2C14.5%20C8%2C18.0898511%2010.9101489%2C21%2014.5%2C21%20L14.5%2C21%20Z%22%20id%3D%22search%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
        no-repeat center/contain rgba(255, 255, 255, 0.05);
    width: 25px;
    height: 25px;
    flex: none;
}

.darkmode .search_icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 32 32' fill='%23F0E6D2'%3E%3Cpath d='M19.4271164,21.4271164 C18.0372495,22.4174803 16.3366522,23 14.5,23 C9.80557939,23 6,19.1944206 6,14.5 C6,9.80557939 9.80557939,6 14.5,6 C19.1944206,6 23,9.80557939 23,14.5 C23,16.3366522 22.4174803,18.0372495 21.4271164,19.4271164 L27.0119176,25.0119176 C27.5621186,25.5621186 27.5575313,26.4424687 27.0117185,26.9882815 L26.9882815,27.0117185 C26.4438648,27.5561352 25.5576204,27.5576204 25.0119176,27.0119176 L19.4271164,21.4271164 L19.4271164,21.4271164 Z M14.5,21 C18.0898511,21 21,18.0898511 21,14.5 C21,10.9101489 18.0898511,8 14.5,8 C10.9101489,8 8,10.9101489 8,14.5 C8,18.0898511 10.9101489,21 14.5,21 L14.5,21 Z'/%3E%3C/svg%3E") no-repeat center/contain;
}

#theme-switch {
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background-color: var(--primary-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

#theme-switch svg {
    fill: var(--primary-text-color);
}

#theme-switch svg:last-child {
    display: none;
}

#theme-switch:hover {
    cursor: pointer;
}

.darkmode #theme-switch svg:first-child {
    display: none;
}

.darkmode #theme-switch svg:last-child {
    display: block;
}

.burger {
    display: none;
    cursor: pointer;
}

.burger span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px;
    background-color: var(--primary-text-color);
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: left;
}

.burger.active span:nth-child(1) {
    transform: rotate(38deg);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-text-color);
    border-radius: 3px;
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: rotate(-38deg);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-text-color);
    border-radius: 3px;
}

.bot-nav {
    position: relative;
    width: 100%;
    z-index: 100;
}

.bot-nav ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-evenly;
}

.bot-nav ul li {
    margin: 0;
}

.bot-nav a {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    color: var(--primary-text-color);
    display: inline-block;
}

.bot-nav > ul > li > a:hover, .megamenu-list p a:hover {
    text-decoration: underline;
    text-decoration-color: #f3d123;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.bot-nav .megamenu > a:hover {
    text-decoration: none;
}

.megamenu {
    overflow: hidden;
    padding: 0px 5px;
    border: 2px solid transparent;
}

.megamenu-content {
    display: none;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: absolute;
    background-color: var(--tertiary-bg-color);
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px var(--shadow);
    z-index: 2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
}

.megamenu:hover .megamenu-content {
    display: flex;
}

.megamenu:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: var(--bot-nav-gradient);
    border: 2px solid var(--primary-color);
}

.megamenu-list {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    border-radius: 10px;
    max-width: 30%;
}

.megamenu-list:hover {
    background-color: var(--primary-bg-color);
}

.megamenu-list p {
    font-size: 15px;
    margin: 0;
    color: var(--highlight-color);
    padding: 5px;
    user-select: none;
    font-family: "Arial", sans-serif;
    font-weight: bold;
}

.megamenu-list p a {
    padding: 0;
    margin: 0;
    color: inherit;
    font-size: inherit;
    text-transform: inherit;
    float: none;
}

.megamenu-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.megamenu-list ul li {
    width: 100%;
}

.megamenu-list ul li a {
    text-decoration: none;
    font-size: 14px;
    text-align: left;
    text-transform: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

.megamenu-list ul li a:hover {
    background-color: var(--menu-hover-color);
}

.breadcrumb {
    padding: 10px;
    max-width: 100%;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 85%;
    line-height: 1.2em;
    max-width: 100%;
    margin: inherit;
    word-break: normal;
    overflow-wrap: break-word;
}

.breadcrumb li::after {
    content: '>';
    margin: 0 6px;
    color: var(--primary-text-color);
    flex-shrink: 0;
}

.breadcrumb li:last-child::after {
    content: '';
}

.breadcrumb a {
    text-decoration: none;
    color: var(--highlight-color);
    max-width: 100%;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.inhaltsverzeichnis {
    margin: 1.5em 0;
}

.inhaltsverzeichnis ol {
    counter-reset: item;
    margin: 0;
}

.inhaltsverzeichnis li {
    display: block;
}

.inhaltsverzeichnis li:before {
    content: counters(item, ".")" ";
    counter-increment: item;
}

/* ---------------------------------------------------------------------------- *
 *                             Sidepanels / Footer                               *
 * ----------------------------------------------------------------------------- */
.sidepanel-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 1%;
}

.sidepanel-socials > * {
  flex: 0 1 20%;
  text-align: center;
}

.main-footer-socials svg {
    width: 28px;
    height: 28px;
}

.theme-infobox a, .linklist a {
    color: var(--highlight-color);
}

.theme-infobox a:hover, .linklist a:hover {
    text-decoration: underline;
}

.infobox-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}

.infobox-image img {
    border-radius: 10px;
    width: auto;
    height: auto;
    max-height: 20vh;
}

.infobox-header {
    min-height: 80px;
    border-top: 1px solid #f3d123;
    border-bottom: 1px solid #f3d123;
    margin-bottom: 20px;
    padding: 1em 0.5em;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.infobox-header .infobox-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.infobox-details {
    position: relative;
    font-size: 80%;
    margin-bottom: 1em;
}

.infobox-details .detail-usk {
    width: 48px;
    height: 48px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.infobox-details ul {
    margin: 0;
    padding: 0;
}

.infobox-details ul li, .linklist li {
    border-bottom: 1px solid var(--accent-color);
    margin: 0;
    padding: 3px 0;
}

.infobox-details ul li:last-child, .linklist li:last-child {
    border-bottom: none;
}

ul.linklist {
    font-size: 90%;
    margin: 0 0 1em;
    padding: 0;
}

.footer-area {
    background: var(--menu-gradient-bg);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 1em;
}

.footer-area p {
    margin: 0;
    padding: 0;
}

.main-footer {
    margin: 10px 0;
    padding: 0 5px;
}

.sub-footer {
    padding: 0 5px 5px 5px;
}

.main-footer,
.sub-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.main-footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.main-footer-center a div {
    margin-top: -5px;
}

.sub-footer-left a,
.sub-footer-right a {
    font-size: 12px;
    margin: 0 5px;
}

.sub-footer-copyright {
    max-width: 30%;
    font-size: 10px;
    text-align: center;
}

/* ---------------------------------------------------------------------------- *
 *                                 Breakpoints                                   *
 * ----------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
    .dropdown-menu:hover .sub-nav,
    .side-menu:hover .nested-sub-nav {
        display: block;
    }

    .nav-item.dropdown-menu:hover > button::after {
        transform: rotate(180deg);
    }

    .nav-item:hover {
        background-color: var(--primary-bg-color);
        box-shadow: inset 0 -3px 0 var(--primary-color);
    }

    .sub-nav-item:hover {
        background-color: var(--menu-hover-color);
    }

    .nested-sub-nav-item:hover {
        background-color: var(--menu-hover-color);
    }
}

/* Burger Icon Breakpoint */
@media screen and (max-width: 768px) {
    .main-menu #nav-options {
        display: none;
    }

    .main-menu #nav-options.active {
        display: block;
    }

    .main-menu {
        font-size: 100%;
    z-index: 990;
    }

    .menu.main-menu .menu-btn {
        font-size: 18px;
        text-align: left;
    }

    .menu ul {
        display: block;
        position: absolute;
        top: 60px;
        right: 0;
        width: 60%;
        height: auto;
        min-height: 100%;
        background-color: var(--secondary-bg-color);
        z-index: 2;
        overflow-x: hidden;
        padding-top: 10px;
        transition: 0.5s;
        border-left: 2px solid var(--primary-color);
        border-bottom: 2px solid var(--primary-color);
        box-shadow: -10px 11px 10px var(--shadow);
    }

    #nav-options.active li.nav-item:last-of-type {
        margin-bottom: 20%;
    }

    .menu ul.sub-nav,
    .menu ul.nested-sub-nav {
        position: unset;
        width: 100%;
        border: none;
        background: none;
        box-sizing: border-box;
    }

    .menu .dropdown-menu ul.sub-nav {
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
        padding: 0 1em 0.5em;
        margin-bottom: 2%;
    }

    .menu li {
        display: block;
    }

    .nav-item {
        height: auto;
    }

    .nav-item .sub-nav li {
        padding: 0.5em 0;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .sub-nav-item:hover,
    .nested-sub-nav-item:hover {
        background-color: unset;
    }

    .menu ul.nested-sub-nav {
        box-shadow: unset;
        padding: 0.5em;
    }

    .dropdown-menu button.active::after {
        transform: rotate(180deg);
    }

    .side-menu button.active::after {
        transform: rotate(90deg);
    }

    .side-menu button.active {
        border-bottom: 1px solid var(--primary-color);
    }

    .nav-item:has(> button.active) {
        background-color: var(--primary-bg-color);
        box-shadow: inset 0 -3px 0 var(--primary-color);
    }

    .dropdown-menu button.active + ul,
    .side-menu button.active + ul {
        display: block;
    }

    .bot-header {
        display: none;
    }

    .burger {
        display: block;
        cursor: pointer;
    }

    .sub-footer-left,
    .sub-footer-right {
        display: flex;
        flex-direction: column;
    }

    .main-footer svg {
        width: 24px;
        height: 24px;
    }

    .main-footer-center {
        font-size: 80%;
    }

    .sub-footer-copyright {
        max-width: 50%;
    }

    .breadcrumb li {
        font-size: 75%;
    }

    .breadcrumb svg {
        width: 1.2em;
        height: 1.2em;
    }
}

@media screen and (max-width: 450px) {
    .div_content_mitte_text .article_feed {
        grid-template-columns: 1fr;
    }

    .main-footer-center {
        display: none;
    }
}

/* ----------------------------------------------------------------------------- *
 *                             Layout                                            *
 * ----------------------------------------------------------------------------- */
.spalten_33_rechts {
    background-color: var(--primary-bg-color);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.wrapper {
    max-width: 100%;
}

.feed_wrapper h1,
.feed_wrapper h2,
.feed_wrapper h3,
.feed_wrapper h4 {
    color: var(--primary-text-color);
    text-transform: uppercase;
    margin-bottom: 5px;
    border-bottom: 2px solid var(--primary-text-color);
    letter-spacing: 3px;
}

.feed_wrapper h3 {
    text-align: center;
    border: 1px solid var(--primary-text-color);
}

.content_full {
    width: 100%;
}

.content_left,
.content_right {
    float: left;
    text-align: left;
}

.twitch {
    padding: 0 5px 0 8px;
    width: auto;
    height: 25px;
    background-color: #2d2d2d;
}

.twitch a,
.network .twitch a {
    padding: 0 5px 0 8px;
    color: #e6c491;
    line-height: 25px;
}

#overview {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.overview_links {
    width: 40%;
    text-align: right;
    float: left;
    padding-right: 0.5em;
    box-sizing: border-box;
}

.overview_rechts {
    width: 60%;
    text-align: left;
    float: left;
    box-sizing: border-box;
}

.div_linkleiste {
    width: 100%;
    margin: 1% 0;
}

.header_linkleiste_text {
    padding: 0 1%;
}

.div_content_header {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

img.fullsize {
    display: block;
    width: 100%;
}

a.img-zoom {
    position: relative;
    display: block;
}

a.img-zoom:hover img {
    filter: brightness(0.5);
}

a.img-zoom:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="%23D3D3D3" class="bi bi-zoom-in" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0"%3E%3C/path%3E%3Cpath d="M10.344 11.742q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1 6.5 6.5 0 0 1-1.398 1.4z"%3E%3C/path%3E%3Cpath fill-rule="evenodd" d="M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5"%3E%3C/path%3E%3C/svg%3E') center center no-repeat;
    transform: translate(-50%, -50%);
}

.article_content .header-title {
    margin: 1% 0;
    padding-left: 1%;
    padding-right: 1%;
    color: var(--highlight-color);
}

.label-container.metadata-header {
    position: unset;
    margin-bottom: 2%;
}

.label-container.metadata-header span {
    color: inherit;
    background-color: unset;
    font-size: 80%;
}

.label-container.metadata-header a {
    color: inherit;
}

.article_content .content_header_autor_text,
.article_content .content_header_timestamp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 5px;
}

.article_content .content_header_autor_text {
    left: 1%;
}

.article_content .theme-header .content_header_autor_text a {
    color: inherit;
}

.article_content .content_header_timestamp {
    right: 1%;
    font-size: 0.8em;
}

.article_content .content_header_autor_text svg,
.article_content .content_header_timestamp svg {
    margin-right: 5px;
}

.article_content .theme-header .content_header_autor_text,
.article_content .theme-header .content_header_timestamp {
    color: var(--primary-text-color);
    background-color: unset;
}

.article_content .thumb {
    display: block;
    width: 100%;
    height: auto;
}

.article_content .img-tabs {
    width: 100%;
    overflow: hidden;
}

.article_content .img-tabs .tab {
    display: none;
}

.article_content .img-tabs label {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 0 2px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;

    &:hover {
        background-color: var(--menu-hover-color);
        border-radius: 10px;
    }
}

.article_content .img-tabs .tab:checked + label {
    border-bottom: 3px solid var(--primary-color);
}

.article_content .img-tabs .tab-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 1%;
    margin: 0 0 1px;
    align-items: center;
    list-style: none;
}

.article_content .tab-content-group div {
    display: none;
}

.article_content .tab-content-group div:first-child {
    display: block;
}

.content_header_autor_text {
    color: #333;
    padding-top: 0;
    border: 0em;
    margin: 0em;
    float: left;
    font-size: 0.8em;
}

.content_header_kommentar_text,
.content_header_kommentar_text a:link,
.content_header_kommentar_text a:active,
.content_header_kommentar_text a:visited {
    color: #333;
    padding: 0em;
    border: 0em;
    margin: 0em;
    float: right;
}

.content_header_kommentar_text a:hover {
    color: #ffffff;
}

.div_content_mitte {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: visible;
}

.content_mitte_text,
.div_content_mitte_text {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: justify;
    vertical-align: top;
}

.article_feed {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.zoom-effect {
    overflow: hidden;
    transition: transform 0.3s ease;
}

.zoom-effect:hover {
    transform: translateY(-3px);
    box-shadow: var(--card-glow);
}

.zoom-effect:hover img {
    filter: brightness(1.2);
}

article {
    background-color: var(--primary-bg-color);
    border-radius: 10px;
    position: relative;
    margin: 5px;
}

article.article_content {
    margin: 0;
}

.article_feed article::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 10%;
    background: var(--menu-gradient-bg);
}

.article_feed article img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.article_feed article figure {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 0 20px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.article_feed article p {
    font-size: 95%;
    margin: 0 5px;
    line-height: normal;
    max-height: 100px;
    color: var(--primary-text-color);
}

.article_content p {
    margin: 0;
}

.article_content p + p,
.article_content p + div,
.article_content div + p {
    margin-top: 5px;
}

.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content p {
    padding-left: 1%;
    padding-right: 1%;
}

.theme-label {
    position: absolute;
    color: #1133a4;
    background: linear-gradient(#e6e8a9, #f3d123);
    padding: 0px 5px;
    transform: translateY(50%);
    z-index: 1;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 4px 4px 3px #1133a4;
    font-size: 80%;
    text-transform: uppercase;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.label-container {
    position: absolute;
    top: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 1;
}

.label-container span {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 1px 5px;
    font-size: 60%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.label-container span:last-child {
    margin-left: auto;
    margin-right: 5px;
}

.label-container svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

#btn-more-articles,
.comment-btn,
.btn-load-more {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 2em;
    transition: 0.5s;
    padding: 4px 30px;
    border-radius: 50em;
    background: linear-gradient(90deg, #f3d123 0, #e6e8a9 51%, #f3d123);
    background-size: 200% auto;
    text-decoration: none;
    border: none;
    box-shadow: 2px 2px 8px var(--shadow);
}

#btn-more-articles:hover,
.comment-btn:hover,
.btn-load-more:hover {
    background-position: 100%;
    box-shadow: 4px 4px 10px var(--button-hover-shadow);
}

.comment-form {
    margin: 2rem auto;
    padding: 1.5rem;
    border-radius: 10px;
    background-color: var(--primary-bg-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
  
.comment-form h2 {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f3d123;
    font-size: 1.25rem;
    text-align: center;
}
  
.form-group {
    margin-bottom: 1.25rem;
}
  
.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--comment-form-label-color);
}
  
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    resize: vertical;
    background-color: inherit;
    color: inherit;
}
  
.comment-btn {
    display: block;
    margin: 1.5rem auto 0;
    padding: 0.75rem 1.5rem;
}

.comment-header {
    text-align: center;
    border-bottom: 1px solid var(--primary-text-color);
    padding: 5px;
    margin: 0 0 1em;
}

.commenter-wrapper {
    border: 1px solid #f3d123;
    border-radius: 10px;
    padding: 1%;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 1% 0;
}

.commenter-wrapper:nth-child(odd) {
    background-color: #f3d0234d;
    border: none;
}

.commenter-wrapper .commenter-header {
    font-size: 90%;
}

.commenter-wrapper .commenter-name {
    font-weight: bold;
    text-decoration: underline;
}

/* ---------------------------------------------------------------------------- *
 *                                Themen-Seite                                   *
 * ----------------------------------------------------------------------------- */
.theme-tab-content input[type="radio"] {
    display: none;
}

.theme-tab-content .nav-tabs {
    display: flex;
    justify-content: space-evenly;
    color: var(--theme-tab-inactive-text);
    padding: 0 1%;
    margin: 0 0 10px;
}

.theme-tab-content .nav-tabs label {
    cursor: pointer;
    padding: 5px 0;
    flex: 1 0 auto;
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid var(--theme-tab-inactive-border);
    user-select: none;
}

.theme-tab-content .theme-content > div {
    display: block;
    position: absolute;
    left: -9999px;
  }

#tab1:checked ~ .theme-content .theme-overview,
#tab2:checked ~ .theme-content .theme-news,
#tab3:checked ~ .theme-content .theme-guides,
#tab4:checked ~ .theme-content .theme-videos,
#tab5:checked ~ .theme-content .theme-images {
    position: static;
    left: auto;
    }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"],
#tab4:checked ~ nav label[for="tab4"],
#tab5:checked ~ nav label[for="tab5"] {
    color: var(--highlight-color);
    background-color: var(--theme-tab-bg-color);
    border-bottom: 2px solid var(--highlight-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: static;
    left: auto;
    }

.article_content .theme-header {
    padding: 6% 2% 4%;
}

.article_content .theme-header .div_content_header {
    width: 100%;
}

.article_content .theme-header h1 {
    width: 100%;
    word-wrap: break-word;
    margin: 0;
    text-align: center;
    color: var(--highlight-color);
    margin-top: 0.5em;
}

.article_content .theme-content .hinweis {
    margin: 4% auto;
}

.article_content .theme-content .btn-wrapper {
    width: 100%;
    margin: 0;
    text-align: center;
}

.theme-content .btn-load-more {
    margin: 1.5em 0;
}

.article_content .article_feed a:hover {
    text-decoration: none;
}

#bilderdatenContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    align-items: center;
    padding: 0 1%;
    margin-bottom: 1%;
}

#bilderdatenContainer .bild {
    margin: 0;
    flex: 0 1 calc(33.333% - 5px);
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

#bilderdatenContainer .bild a {
    flex-grow: 1;
    display: block;
    overflow: hidden;
}

#bilderdatenContainer .bild a img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

/* ----------------------------------------------------------------------------- *
 *                                       Medien                                  *
 * ----------------------------------------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
}

.article_content img {
    display: block;
}

.article_content .bild img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50vh;
    margin: auto;
    object-fit: contain;
}

.article_content .bild {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.article_content .bild + .bild,
.article_content .bild a ~ a {
    margin-top: 5px;
}

.article_content .img-caption {
    margin: 0 0 2% 0;
    width: 100%;
}

.article_content .img-caption figcaption {
    font-size: 80%;
    font-style: italic;
    text-align: center;
    line-height: 1.1em;
}

.fullsize {
    width: 100%;
    height: auto;
}

.youtube {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0.938em;
    height: 0;
    overflow: hidden;
}

.youtube > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------------------- *
 *                                Tabellen                                       *
 * ----------------------------------------------------------------------------- */
table {
    border-radius: 3px;
    width: 100%;
    text-align: left;
    border-spacing: 0.1em 0.1em;
    padding: 1%;
}

table th {
    cursor: default;
    font-weight: bold;
    border-radius: 3px;
}

table.standard th {
    color: var(--tertiary-text-color);
    background-color: var(--standard-table-head);
}

table.tierlist thead {
    color: #081234;
}

.meta {
    background: linear-gradient(105deg, rgb(97, 41, 255) 0%, rgb(251, 60, 255) 50%, rgb(165, 17, 255) 100%);
}

.stier {
    background-color: rgb(255, 127, 128);
}

.atier {
    background-color: rgb(255, 192, 127);
}

.btier {
    background-color: rgb(255, 223, 128);
}

.ctier {
    background-color: rgb(255, 255, 127);
}

.dtier {
    background-color: rgb(191, 255, 127);
}

table.standard tbody tr, table.tierlist tbody tr {
    background-color: var(--standard-table-primary);
}

table.standard tbody tr:nth-child(odd), table.tierlist tbody tr:nth-child(odd) {
    background-color: var(--standard-table-secondary);
}

table.standard td:nth-child(1) img {
    vertical-align: middle;
}

table.standard td.hover,
table.standard tr.hover {
    cursor: pointer;
}

table.standard td.hover:hover,
table.standard tr.hover:hover {
    background-color: #dae4f0;
}

table.lite th {
    border-bottom: 2px solid #f3d123;
}

table.lite td,
table.lite th {
    position: relative;
    padding-right: 1px;
}

table.lite td:not(:last-child)::after,
table.lite th:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 110%;
    background: #f3d123;
}

/* ----------------------------------------------------------------------------- *
 *                             Media Queries                                     *
 * ----------------------------------------------------------------------------- */

@media screen and (min-width: 0em) {
    h1 {
        font-size: 1.5em;
        line-height: 1.2em;
        margin: 1%;
    }

    h2,
    .article_content .article_feed h2 {
        font-size: 1.2em;
        line-height: 1.2em;
        margin: 0 5px;
    }

    h3 {
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 1%;
    }

    h4 {
        font-size: 1.05em;
        line-height: 1.2em;
        margin: 1%;
    }

    .article_content h1 {
        font-size: 1.4em;
    }

    .article_content h2 {
        font-size: 1.3em;
        margin: 30px 0 16px 0;
        font-weight: bold;
    }

    .article_content h3 {
        font-size: 1.2em;
        margin: 22px 0 10px 0;
        font-weight: bold;
    }

    .article_content h4 {
        font-size: 1.1em;
        margin: 16px 0 4px 0;
        font-weight: bold;
    }

    .article_content h5 {
        font-size: 1em;
        margin: 12px 0 0 0;
        font-weight: bold;
    }

    .network_wraper {
        display: none;
    }

    .menu_desktop {
        display: none;
    }

    blockquote {
        margin: 1%;
    }

    p {
        padding: 1%;
    }

    li {
        margin: 5px 0;
    }

    ul,
    ol {
        margin: 0 1% 1em 1.5em;
        text-align: left;
        padding: 0 0 0 0.8em;
    }

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin: 0;
        font-size: 95%;
    }

    ul ol {
        margin-left: 0.5em;
    }

    .content_header_autor_text {
        padding-left: 0em;
    }

    .content_left,
    .content_right {
        width: 100%;
    }

    table {
        font-size: 0.8em;
        line-height: 1.5em;
    }

    .tabelle_talente th,
    .tabelle_talente td {
        border: 0em;
        padding: 0em;
    }

    .content_navi li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .spalten_33 {
        width: 100%;
        padding: 0;
        float: left;
        box-sizing: border-box;
        text-align: justify;
    }

    .spalten_33_rechts {
        width: 98%;
        padding: 0;
        float: left;
        box-sizing: border-box;
        text-align: center;
        margin: 1%;
    }

    .spalten_33_titel {
        font-size: 1em;
        line-height: 2em;
        margin: 0 0.5em;
        color: var(--primary-text-color);
        text-align: center;
        text-transform: uppercase;
    }

    .spalten_33_twitch {
        width: 100%;
        min-height: 270px;
        padding: 0px;
        float: left;
        box-sizing: border-box;
        text-align: center;
    }

    .spalten_66 {
        width: 100%;
        padding: 0;
        float: left;
        box-sizing: border-box;
        text-align: justify;
    }

    .spalten_100 {
        width: 100%;
        padding: 0;
        float: left;
        box-sizing: border-box;
        text-align: justify;
    }
}
/* 480em) (iPhone vertikal) */
@media screen and (min-width: 30em) {

    .content_left,
    .content_right {
        width: 50%;
    }

    .spalten_33,
    .spalten_33_rechts,
    .spalten_66,
    .spalten_100 {
        padding: 0 0.3em;
    }

    .spalten_33 {
        width: 50%;
    }

    .spalten_33_werbung {
        width: 100%;
    }

    .spalten_33_twitch {
        width: 100%;
    }

    .spalten_33_rechts {
        width: 49%;
        margin: 0 0.5% 1%;
    }

    table th {
        padding: 5px;
    }

    table td {
        padding: 3px;
    }

    .tabelle_talente th,
    .tabelle_talente td {
        border: #000000 solid 1px;
        padding: 5px;
    }
}

/* 640px */
@media screen and (min-width: 40em) {
    h1 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin: 0 0.5em;
    }

    h2 {
        font-size: 1.3em;
        line-height: 1.2em;
        margin: 0 0.5em;
    }

    h3 {
        font-size: 1.17em;
        line-height: 1.3em;
        margin: 0 0.5em;
    }

    h4 {
        font-size: 1.12em;
        line-height: 1.2em;
        margin: 0 0.5em;
    }

    .content_header_autor_text {
        padding-left: 0em;
    }

    .network_wraper {
        display: block;
    }

    .menu_desktop {
        display: inline-block;
    }

    table {
        font-size: 0.9em;
        line-height: 1.2em;
    }

    .article_content h1 {
        font-size: 1.8em;
    }

    .article_content h2 {
        font-size: 1.5em;
        margin: 30px 0 16px 0;
        font-weight: bold;
    }

    .article_content h3 {
        font-size: 1.3em;
        margin: 22px 0 10px 0;
        font-weight: bold;
    }

    .article_content h4 {
        font-size: 1.2em;
        margin: 16px 0 4px 0;
        font-weight: bold;
    }

    .article_content h5 {
        font-size: 1.1em;
        margin: 12px 0 0 0;
        font-weight: bold;
    }

    .article_content .article_feed h2 {
        font-size: 1.3em;
        line-height: 1.2em;
        margin: 0 0.5em;
        padding: 0;
    }
}

/* 720px */
@media screen and (min-width: 45em) {
}

/* 888px) */
@media screen and (min-width: 55.5em) {
}

/* 1000px */
@media screen and (min-width: 62.5em) {
    .spalten_66 {
        line-height: 1.5em;
    }

    .tablet_hidden {
        display: block;
    }

    #takeover {
        max-width: 980px;
        width: 980px;
    }

    .spalten_33 {
        width: 32.5%;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    .spalten_33_rechts {
        width: 32.5%;
    }

    .spalten_33_werbung {
        width: 310px;
    }

    .spalten_33_twitch {
        width: 310px;
    }

    #fansite_marginal_2 {
        position: sticky;
        float: left;
    }

    .spalten_66 {
        width: 65%;
    }
}

/* 1200px  */
@media screen and (min-width: 75em) {
    #takeover {
        margin: 0em;
    }
    #banner_sky_left_text {
        display: block;
    }

    #banner_sky_right_text {
        display: block;
    }
}

/* 1400px */
@media screen and (min-width: 87.5em) {
    #takeover {
        max-width: 1170px;
        width: 1170px;
        margin: 0em auto;
    }
}

/* 1680px  */
@media screen and (min-width: 105em) {
}
