@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: 14vw;
    line-height: 8.1vw;
    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: 10vw;
    line-height: 8.4vw;
}
.two_col {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100vw;
    font-size: 2vw;
    line-height: 2.4vw;
    text-indent: 4vw;
}
.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: 45vw;
    height: 10vw;
    margin: 10vw 0 10vw 0;
    font-family: "Sporting Grotesque Bold";
    font-size: 3vw;
    letter-spacing: 0.5vw;
    text-align: center;
    cursor: pointer;
}
.sing:hover {
    box-shadow: inset 0.7vw 0.7vw 2vw 0 var(--secondary);
}
.recordRed {
    box-shadow: inset 0.7vw 0.7vw 2vw 0 var(--aufnahme);
}
.song_text {
    font-family: "Karrik";
    font-size: 2vw;
    line-height: 2.4vw;
}
.anmerkung {
    font-size: 1vw;
    line-height: 1.2vw;
}
#adventsaktion:hover {
    background-image: url(strohdietuer2.jpg);
    background-size: contain;
}
.credits {
    font-family: "Sporting Grotesque Bold";
    font-size: 1vw;
    line-height: 1vw;
    text-indent: 0;
    margin: 0 3vw 0 3vw;
}
ol {
    margin-top: 0.4vw;
    padding-left: 1.6vw;
}
li {
    padding-left: 2.4vw;
    text-indent: 0;
    font-size: 1.5vw;
}
a, a:visited {
    color: var(--secondary);
    text-decoration: none;
}
.spacer_s {
    height: 6vw;
    width: 100vw;
}
.spacer_l {
    height: 12vw;
    width: 100vw;
}
.mobile_note {
    display: none;
}