@media (max-width: 1320px) {
    html:root #wrapper #header .menu-bar nav.main-nav a {
      margin: 0 0;
    }
}
@media (max-width: 1050px) {
    html:root #wrapper #header .menu-bar nav.main-nav a {
      font-size: 16px;
    }
}

@media (max-width: 767px) {
    html:root #wrapper #header .menu-bar nav.main-nav {
        justify-content: space-around;
    }
}

@media (max-width: 550px) {
    html:root #wrapper #header .menu-bar nav.main-nav a {
        font-size: 2.9vw;
    }
}

/**
 * YT-FIX
 * ANDI: Sicherstellen, dass YT Videos in Artikeln volle Breite und 16:9 sind
*/ 
.vid-wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    background-color: #1A1919;
}

.vid-wrapper iframe, .vid-wrapper .jwplayer, .vid-wrapper .vid-consent-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}




.vid-wrapper .vid-consent-overlay, .video-wrapper .vid-consent-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Blacker;
    border: 1px solid;
    background: #1A1919;
    color: #EFEFEF;
}
.video-wrapper .vid-consent-overlay {
    z-index: 9999999;
    position: relative;
    height: 100%;
    display: none;
}

.vid-wrapper .vid-consent-overlay p, .video-wrapper .vid-consent-overlay p {
    text-align: center;
    margin: 20px 0;
    max-width: 90%
}

.video-wrapper .vid-consent-overlay p {
    font-size: 12px;
}
.extv-video .video-wrapper .vid-consent-overlay p {
    font-size: 10px;
    margin: 6px 0;
}

.vid-wrapper .vid-consent-overlay h4, .video-wrapper .vid-consent-overlay h4 {
    font-size: 20px;
    font-weight: 700
}
.extv-video .video-wrapper .vid-consent-overlay h4 {
    font-size: 16px;
}

.vid-wrapper .vid-consent-overlay button, .video-wrapper .vid-consent-overlay button {
    --background: white;
    --color: #1A1919;
    --border-color: #1A1919;
    --hover-background: #1A1919;
    --hover-color: white;
    transition: background-color 300ms,color 300ms;
    border: 2px solid var(--border-color);
    background: var(--background);
    color: var(--color);
    padding: .5em 1em;
    font-size: 1em;
    font-family: Blacker Sans Text;
    font-weight: 900;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.video-wrapper .vid-consent-overlay button {
    font-size: 13px;
}
.extv-video .video-wrapper .vid-consent-overlay button {
    font-size: 12px;
    padding: .3em 0.6em;
    margin-top: 4px;
}
.vid-wrapper .vid-consent-overlay button:hover, .video-wrapper .vid-consent-overlay button:hover {
    background: var(--hover-background);
    border-color: var(--hover-color);
    color: var(--hover-color);
    cursor: pointer;
}
/* END YT-FIX */

@media (min-width: 1000px) and (max-width: 1724px) {
    #wrapper .notifications_prompt-box {
        font-size: calc((((100vw - var(--gutter-width) / 2 - 320px) - 4 * var(--gutter-width)) / 5) * 0.1170384615);
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    #wrapper .notifications_prompt-box {
        font-size: calc((((100vw - var(--gutter-width) / 2) - 4 * var(--gutter-width)) / 5) * 0.1170384615);
    }
}

@media (max-width: 1324px) {
    html:root:root #wrapper #header .menu-bar .main-nav + .header-search {
      display: block;
    }
}
@media (max-width: 1180px) {
    html:root:root #wrapper #header .menu-bar .main-nav + .header-search {
      display: none;
    }
}