@font-face {
    font-family: mainFont;
    src: url('font.woff2');
}


body {
    background-color: #202020;
    margin: 0;
    font-family: mainFont;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('cover_pure_sm.png');

    color: #e2e2e2;
    font-size: 1.3em;
}

.nav {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
}

.opa {
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;

}

.nav a {
    z-index: 99;
    position: relative;
    left: 5px;
}

a {
    text-decoration: none;
    color: #e2e2e2;
}

section {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.container {
    /* margin-top: 3vh; */
    /* max-width: 2600px; */
    display: flex;
    justify-content: center;
    width: 100vw;
    max-height: 100vh;

    flex-direction: column;
    align-items: center;
}

.sound_container {
    height: 80vh;
    /* max-width: 2600px; */
    display: flex;
    justify-content: center;
    width: 100vw;
    max-height: 100vh;
    align-items: center;
}

.entry-content {
    padding: 2vw;
}

.trans_bg {
    background: #242424;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    ;
}


.kc_logo {
    position: absolute;
    top: 14vh;
    width: 70vw;
    max-width: 700px;
    min-width: 300px;

    height: 200px;
    background-size: contain;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-image: url('kc_lg_grey.png');
    /* background-color: aquamarine; */
}

.releaseText {
    position: absolute;
    top: 8vh;
    font-family: mainFont;
    font-size: 2vmax;
    color: #e2e2e2;

}

@media screen and (min-width: 1600px) {
    .releaseText {
        font-size: 1.3em;
    }
}

.lt_logo {
    position: absolute;
    bottom: 13vh;
    width: 10vw;
    min-width: 200px;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('lt_lg_grey.png');
    /* background-color: rgb(204, 127, 255); */
    /* align-self: baseline;  */
}

.footer {
    position: absolute;
    bottom: 0vh;
    right: 5px;
    font-size: 0.8rem;
}

.footer a {
    text-decoration: none;
    color: #e2e2e2;
    font-size: inherit;
}

.left {
    position: absolute;
    bottom: 0vh;
    left: 5px;
    font-size: inherit;
    font-size: 0.8rem;
}

.left a {
    text-decoration: none;
    color: #e2e2e2;
    font-size: inherit;
}


.impressum {
    position: absolute;
    align-self: flex-start;
    bottom: 3vh;
    left: 10px;
}








.sidebar {
    float: left;
    position: absolute;
    left: 2vmax;
}

.menu-icon {
    margin-top: 2vmax;
    cursor: pointer;
}

.line {
    height: .2rem;
    width: 2.5rem;
    margin-bottom: .6rem;
    background-color: #e2e2e2;
}

.line-1,
.line-3 {
    width: 1.8rem;
    transition: all .4s;
}

.menu-icon:hover .line {
    width: 2.5rem;
}

.checkbox:checked~.navigation {
    left: 8rem;
}

.checkbox:checked~.sidebar .line-1 {
    transform: rotate(-405deg) translate(-12px, 6px);
    width: 2.5rem;
}

.checkbox:checked~.sidebar .line-2 {
    opacity: 0;
}

.checkbox:checked~.sidebar .line-3 {
    transform: rotate(405deg) translate(-12px, -6px);
    width: 2.5rem;
}

.checkbox:checked~.burger-link {
    display: inline;
    position: absolute;
    top: 2vmax;
    left: 1vmax;
    margin-left: 60px;
}

.burger-link {
    display: none;
}

.burger-link a {
    font-size: 1.5rem;
}

.vid {
    position: absolute;
    top: 10%;
    width: auto;
    height: auto;
}

.no-bg {
    background: none;
    background-color: black;
}