* {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --color-mint: #93C3AE;
    --color-dunkelmint: #519477;

    --color-hell: #a3eccc;
    --color-dunkel: #93C3AE;
    --color-koralle: #EEB7AF;
    --color-hellkoralle: #d6a8a1;
    --color-anthrazit: #555;
    --color-weiss: #fff;
    /*rgba(255,255,255, 0.5);*/
    --color-rot: #b5033b;
    --font-headline: 'Muthea';
    --color-text: #71a38d;
    --color-text-subline: #abd3c1;

    --color-player: var(--color-dunkel);
    --color-player-bg-elemente: #dbeee5;
    --color-player-icons: var(--color-weiss);
    --color-player-active: var(--color-koralle);
    --color-player-bg: rgba(255, 255, 255, 0.6);
    --font-player: Verdana, Geneva, Tahoma, sans-serif;
}

.volume {
    display: none; /*audioplayer*/
}
body {
    background-color: transparent;
    /*background-image: filter(url("video/background.jpg"), opacity(0.5));*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.mainContainer {
    width: 90%;
    height: auto;
    border: 0px solid #f00;
    background-color: transparent;
    position: absolute;
    left: 5%;
    top: 50px;
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    .mainContainer {
        width: calc(768px * 0.9);
        left: calc(50vw - 384px * 0.9);
        top: 5%;
    }
}

.logoContainer {
    width: 100%;
    height: auto;
    background-color: transparent;
    margin: 0px;
    margin-bottom: 30px;
    border: 0px solid #f00;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.logo {
    width: 150px;
    height: auto;
    background-color: transparent;
    display: none;
}

.line {
    width: calc(100% - 24px);
    height: auto;
    background-color: transparent;
}
.line2 {
    width: 40vmin;
    height: auto;
    background-color: transparent;
}
.ueberschrift {
    color: var(--color-mint);
    font-size: 8vmin;
    font-family: var(--font-headline);
    line-height: 8vmin;
}

.titel {
    color: var(--color-weiss);
    font-size: 12vmin;
    margin: 30px 0px 0px 0px;
    font-family: var(--font-headline);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.headline {
    color: var(--color-dunkel);
    margin: 20px 0px 0px 20px;
    font-size: 4vmin;
    font-family: var(--font-headline);
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);*/
    line-height: 3vmin;
}

.nr .subline{
    color: var(--color-text-subline);
    font-size: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);*/
    line-height: 20px;
}
.con tainer .subl ine{
    color: var(--color-dunkel);
    font-size: 15px;
    margin:-10px 0px 20px 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);*/
    text-align: center;
}

.text {
    color: var(--color-text);
    font-size: 12px;
    /*float: left;*/
    text-align: left;
    /*text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 10px 0px;
}

img.cover {
    width: 120px;
    height: auto;
    border-radius: 20px;
    float: left;
    margin: 0px;
    transition: 1s;
    transition-timing-function: ease;
}
/*.nr:hover img.cover {
    transform: scale(1.03);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}*/
.container .nr.open img.cover {
    transform: scale(1.05);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    /*-webkit-filter: brightness(1.2);
    filter: brightness(1.2);*/
}

.nr {
    color: var(--color-weiss);
    font-size: 30px;
    margin: 0px 0px 0px 0px;
    font-family: var(--font-headline);
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);*/
    /*background-color: var(--color-weiss);*/
    justify-content: left;
    align-items: center;
    display:-webkit-inline-flex;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 0px solid var(--color-hellkoralle);
    padding: 0px 0px 0px;
    transition: 1s;
    transition-timing-function: ease;
}

.container {
    width: calc(100% - 24px);
    height: auto;
    background-color: rgba(147, 195, 174, 0.2);
    /*background-image: url(img/snowflakes_weiss_30_mask.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top 0% right 0%;*/
    margin: 0px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 25px;
    text-align: left;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    transition: 1s;
    transition-timing-function: ease;
   -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: pointer;
}
.content {
    height: auto;
    overflow: hidden;
    transition: height 1s ease;

}
.open .content{
    height: auto;
    transition: height 1s ease;
}
.closed .content{
    height: 0;
    transition: height 1s ease;
}

video,
audio,
.img {
    width: 100%;
    height: auto;
    background-color: transparent;
    margin-top: 10px;
    border-radius: 5px;
    position: relative;
}

audio {
    height: 40px !important;
}

/*.img {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}*/

.btnLogo {
    height: 20px;

}

.downloadButton:hover .btnLogo {
 color: var(--color-weiss);
   background-color: rgba(147, 195, 174, 0.2);
}

.downloadButton {
    cursor: pointer;
    width: 100%;
    height: 50px;
    color: var(--color-dunkel);
    margin-top: 10px;
    border-radius: 20px;
    border-style: none;
    position: relative;
    font-size: 15px;
    background: var(--color-player-bg);
   -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.musicButton, .speedButton {
   cursor: pointer;
   width: calc(50% - 5px);
   height: 50px;
   color: var(--color-dunkel);
   margin-top: 10px;
   border-radius: 20px;
   border-style: none;
   position: relative;
   font-size: 15px;
   background: var(--color-player-bg);
  -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
   border: 1px solid rgba(255, 255, 255, 0.8);
}
.speedButton {
    margin-right: 4px;
}
.fullWidth {
    width: 100%;
    margin-right: 0px;
}

.musicButton:hover, .speedButton:hover, .downloadButton:hover {
   color: var(--color-weiss);
   background-color: rgba(147, 195, 174, 0.2);
}

.logoutButton {
    cursor: pointer;
    width: 30%;
    height: 50px;
    color: var(--color-dunkel);
    margin-bottom: 10px;
    border-radius: 25px;
    border-style: none;
    position: relative;
    font-size: 15px;
    background-color: rgba(147, 195, 174, 0.2);
   -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.logoutButton:hover {
    color: var(--color-hell);
    background-color: rgba(255, 255, 255, 0.6);
}

.bgElement1 {
    background-color: transparent;
    background-image: url(img/Element1.webp);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: top 0px left 0px;
    position: fixed;
    z-index:-10;
    width: 100%;
    height: 100vh;
}

.bgElement2 {
    background-color: transparent;
    background-image: url(img/Element2.webp);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: bottom 0px right 0px;
    position: fixed;
    z-index:-10;
    width: 100%;
    height: 100%;
}

.footer {
    width: 100%;
    height: 80px;
    background-color: transparent;
    margin: 0px;
    border: 0px solid #f00;
    bottom: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: var(--color-dunkel);
    font-size: 12px;
    /*position: fixed;
    z-index: 0;*/
}

a {
    text-decoration: none;
    color: var(--color-dunkel);
}

a:hover {
    color: var(--color-hell);
}

#hinweisBackground {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0px solid #f00;
    z-index: 200;
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    float: left;
}

#hinweis {
    width: 80%;
    height: auto;
    background-color: rgba(147, 195, 174, 0.2);
    border: 0px solid #f00;
    z-index: 200;
    display: grid;
    position: fixed;
    /*background-image: url(img/weihnachstelemente1-30.webp);
    background-repeat: repeat;
    background-size: 100% auto;
    background-position: top 10% right 25%;*/
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 35px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    transition: 1s;
    transition-timing-function: ease;
   -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    
}

@media only screen and (min-width: 500px) {
    #hinweis {
        width: calc(400px);
    }
}

#homescreenText {
    color: var(--color-weiss);
    font-size: 15px;
    float: left;
    text-align: left;
    /*text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);*/
}

.acceptedButton {
    cursor: pointer;
    width: 100%;
    height: 50px;
    color: var(--color-weiss);
    background-color: var(--color-dunkel);
    margin-top: 10px;
    border-radius: 50px;
    border-style: none;
    position: relative;
    font-size: 15px;
}

.acceptedButton:hover {
    color: var(--color-weiss);
    background-color: var(--color-dunkel);
}

#front {
    width: inherit;
    height: calc(100% - 20px);
    border: 1px solid transparent;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: grid;
}

#back {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    text-align: left;
    position: relative;
}

#content1 {
    display: none;
}

.fadeIn {
    opacity: 1;
}

.fadeOut {

    opacity: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.feedbackInput {
    cursor: pointer;
    width: calc(100% - 20px);
    height: 100px;
    color: var(--color-dunkel);
    background-color: #fff;
    border: Opx solid var(--color-dunkel);
    margin-top: 10px;
    border-radius: 10px;
    position: relative;
    text-align: left;
    font-size: 15px;
    padding: 10px 0px 0px 10px;
}

.feedbackInput:hover {
    border: 0px solid var(--color-dunkel);
}

.feedbackSelect {
    cursor: pointer;
    width: calc(100% - 10px);
    height: 30px;
    color: var(--color-dunkel);
    background-color: #fff;
    border: Opx solid var(--color-dunkel);
    margin-top: 10px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    font-size: 15px;
    padding: 0px 0px 0px 10px;
}

.feedbackSelect:after {
    content: '▼';
    font: normal normal normal 12px/1 FontAwesome;
    color: var(--color-dunkel);
    right: 14px;
    top: 4px;
    height: 26px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
        
/* NEW */
.new {
    /*width: 50px;
    height: 20px;*/
    padding: 4px 10px;
    border-radius: 20px;
    background-color: var(--color-hell);
    font-size: 15px;
    color: var(--color-weiss);
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    z-index: 10;
}
.new::after {
    content: 'NEU';
}