@font-face {
    font-family: "Happy Times at the IKOB New Game Plus Edition";
    src: url("fonts/happy-times-NG_bold_master_web.woff2") format("woff2");
    font-feature-settings: "dlig"1;
}

@font-face {
    font-family: "Karrik";
    src: url("fonts/Karrik-Regular.woff2") format("woff2");
    font-feature-settings: "dlig"1;
}

@font-face {
    font-family: "Sporting Grotesque Bold";
    src: url("fonts/Sporting_Grotesque-Bold_web.woff2") format("woff2");
    font-feature-settings: "dlig"1;
}

body {
    --primary: black;
    --secondary: mediumslateblue;
    --aufnahme: salmon;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background-image: linear-gradient(white, blue);*/
}

a,
a:visited {
    text-decoration: none;
    color: var(--primary);
}

.en_head {
    font-family: "Sporting Grotesque Bold";
    font-size: 13vw;
    line-height: 10.4vw;
    color: transparent;
    -webkit-text-stroke: 0.15vw var(--primary);
    position: absolute;
    padding-left: 50vw;
    text-overflow: clip;
}

.de_head {
    font-family: "Sporting Grotesque Bold";
    font-size: 13vw;
    line-height: 10.4vw;
}

.two_col {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100vw;
    font-size: 6vw;
    line-height: 7.2vw;
    text-indent: 12vw;
}

.de_text {
    flex-basis: 100%;
    flex: 1;
    padding: 0 10px 0 10px;
    font-family: "Karrik";
}

.en_text {
    flex-basis: 100%;
    flex: 1;
    padding: 0 10px 0 10px;
    font-family: "Happy Times at the IKOB New Game Plus Edition";
}

.one_col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.sing {
    background-color: transparent;
    border: none;
    box-shadow: inset 0.7vw 0.7vw 2vw 0 var(--primary);
    width: 80vw;
    height: 20vw;
    margin: 10vw 0 10vw 0;
    font-family: "Sporting Grotesque Bold";
    font-size: 6vw;
    letter-spacing: 0.5vw;
    text-align: center;
    cursor: pointer;
    display: none;
}

.sing:hover {
    box-shadow: inset 1.4vw 1.4vw 4vw 0 var(--secondary);
}

.recordRed {
    box-shadow: inset 1.4vw 1.4vw 4vw 0 var(--aufnahme);
}

.song_text {
    padding-left: 4.6vw;
    font-family: "Karrik";
    font-size: 6vw;
    line-height: 7.2vw;
    display: none;
}

.anmerkung {
    font-size: 3vw;
    line-height: 3.6vw;
}
#adventsaktion {
    background-image: url(strohdietuer2.jpg);
    background-size: contain;
}
.credits {
    font-family: "Sporting Grotesque Bold";
    font-size: 2vw;
    line-height: 2.4vw;
    text-indent: 0;
    margin: 0 5vw 2vw 5vw;
}

ol {
    margin-top: 3.4vw;
    padding-left: 4.6vw;
    display: none;
}

li {
    padding-left: 2.4vw;
    text-indent: 0;
    font-size: 4.5vw;
}

a, a:visited {
    color: var(--secondary);
    text-decoration: none;
}

.spacer_s {
    height: 6vw;
    width: 100vw;
}

.spacer_l {
    height: 12vw;
    width: 100vw;
}

.mobile_note {
    color: var(--aufnahme);
}

