/* ==========================================================================
   1. GLOBALE STILE & DESKTOP-LAYOUT
   ========================================================================== */

* {
    box-sizing: border-box;
}

body {
    background-color: #000000;
    font-family: "Open Sans", "Roboto", Verdana, sans-serif;
    line-height: 1.625;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    height: auto;
    max-width: 100%;
}

/* Links */
a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #0193de;
}

/* Tabellen & Layout-Zellen */
td {
    padding: 20px;
    color: #ffffff;
}

/* Interaktive Buttons & Effekte */
.award-button {
    transition: transform 0.2s ease-in;
}

.award-button:hover {
    transform: scale(3.0);
}

.playvideo {
    cursor: pointer;
    width: 400px;
    height: 325px;
}

#videoplayer {
    display: none;
    position: relative;
    z-index: 1234;
}

/* Header & Social Media */
#socialmedia {
    position: absolute;
    right: 5px;
    top: 2px;
}

#socialmedia img {
    margin-left: 5px;
    margin-right: 35px;
    height: 27px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#socialmedia a {
    height: 27px;
    top: 0;
}

#socialmedia img:hover {
    transform: scale(1.8);
    opacity: 0.6;
    margin-top: 0;
}

.description {
    text-align: center;
    font-style: italic;
    margin-top: 5px;
    color: #fefefe;
}

#logo {
    position: fixed;
    z-index: 20;
    padding-top: 9px;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: #000000;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    color: #e8a333;
    border-bottom: 5px solid #0193de;
}

#logo-text {
    font-family: "Poiret One", "Open Sans", Verdana, sans-serif;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 3px;
    text-shadow: 0 0 16px #e8a333;
}

#logo-image {
    position: absolute;
    top: 11px;
    left: 12px;
    width: 150px;
    height: 30px;
}

#logo-language {
    position: absolute;
    top: 11px;
    right: 12px;
    border: 2px solid gray;
    height: 30px;
    width: 43px;
}

/* Hauptnavigation */
#menubar {
    position: fixed;
    text-align: center;
    z-index: 20;
    top: 60px;
    left: 0;
    height: 60px;
    width: 100%;
    background: #000000;
    opacity: 0.8;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.5s ease-in;
}

#menubar:hover {
    opacity: 1;
    overflow: visible;
}

#menubar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#menubar a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    vertical-align: top;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    background: none;
}

#menubar > ul {
    height: 60px;
}

#menubar > ul > li {
    display: inline-block;
    width: 150px;
    height: 100%;
    padding-top: 14px;
    vertical-align: top;
}

hr.mobil-trennlinie {
    display: none;
}

#menubar > ul > li > a,
#menubar > ul > li > ul > li > a {
    padding: 20px;
}

/* Untermenüs */
#menubar > ul > li > ul > li {
    background: #999999;
    text-align: left;
    padding: 15px 5px;
    min-width: 230px;
    position: relative;
    letter-spacing: -2px;
    font-size: 16px;
    z-index: 100;
}

#menubar > ul > li > ul {
    visibility: hidden;
    margin-top: 20px;
}

#menubar > ul > li:hover > ul {
    text-align: left;
    visibility: visible;
}

#menubar ul > li:hover {
    background: #ffffff;
    z-index: 120;
}

#menubar ul > li:hover > a {
    color: #000000;
}

#menubar > ul > li > ul > li:hover {
    background: #ff1111;
    text-align: left;
}

/* Unter-Untermenü */
#menubar > ul > li > ul > li > ul:before {
    content: "\25BA";
    position: relative;
}

#menubar > ul > li > ul > li:hover > ul:before {
    display: none;
}

#menubar > ul > li > ul > li > ul {
    position: absolute;
    top: 15px;
    left: 170px;
    width: 0;
    height: 0;
    z-index: 120;
}

#menubar > ul > li > ul > li > ul > li {
    visibility: hidden;
    background: #777777;
    min-width: 200px;
    padding: 20px;
}

#menubar > ul > li > ul > li:hover > ul {
    width: 180px;
    height: auto;
    box-shadow: 2px 2px 14px #000000;
}

#menubar > ul > li > ul > li:hover > ul > li {
    visibility: visible;
}

.menuicon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#_contact > ul > li {
    display: inline-block;
}

/* Inhalts-Banner & Medien */
#buch-banner-div,
#noten-banner-div,
#CD-banner-div,
.CD-banner-div {
    text-align: center;
}

.buch-banner,
.noten-banner {
    display: inline-block;
    width: 315px;
    height: 200px;
    margin: 50px 0 0 0;
    padding: 10px 0;
}

.cd-title {
    color: #00bfff;
    font-weight: bold;
    font-style: italic;
    font-size: 1.4em;
}

.cd-artist,
.back-index {
    color: #9bdce7;
    font-size: 1.1em;
    font-weight: bold;
}

.back-index {
    color: #e8a217;
}

.CD-banner,
.CD-banner-artist {
    display: inline-block;
    width: 160px;
    height: 200px;
    margin: 100px 9px 10px 9px;
    padding: 20px 0 10px 0;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.CD-banner-artist {
    margin-top: 30px;
}

#bio-key td:first-child,
#bio-kim td:first-child,
#wh-kinderchor td:first-child,
#wh-childrenchoir td:first-child {
    line-height: 28px;
    text-align: center;
}

#ASM-banner,
#video-data,
#bio,
#reviews,
.reviews {
    text-align: center;
    padding: 20px 30px;
    font-size: 14px;
    color: #ffffff;
}

.ASM-description {
    display: inline-block;
    margin: 0 9px 10px 9px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.video-td {
    padding: 20px 0;
}

.paragraph,
.paragraph-artist {
    text-align: left;
}

.paragraph-artist {
    font-size: 15px;
}

#news-banner {
    width: 100%;
    opacity: 0.8;
    padding: 10px 25px 3px 25px;
    transition: opacity 0.5s ease-in;
}

#Discography-headline {
    width: 160px;
    height: 100px;
    margin: 190px 9px 0 9px;
    padding-top: 20px;
    text-align: center;
    font-size: 34px;
    color: #dba901;
}

.headline,
#SM-headline,
#headline-privacypolicy {
    margin: 80px 9px 0 9px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 34px;
    color: #00bfff;
}

#SM-headline {
    width: 160px;
    height: 50px;
    margin-top: 190px;
}

#headline-privacypolicy {
    width: 160px;
    height: 50px;
    margin-top: 19px;
}

.SM-CD-cover {
    width: 300px;
    height: 260px;
    margin: 20px;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
}

.SM-CD-cover-link {
    width: 250px;
    height: 250px;
}

#contact-info,
#distribution-info {
    text-align: center;
    margin: 80px 9px 10px 9px;
    font-size: 14px;
    color: #ffffff;
}

#distribution-info {
    margin-left: 20px;
    color: green;
}

.contact-info,
.distribution-info-countries {
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
}

#impressum-disclaimer,
#impressum-privacypolicy {
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    padding: 20px;
}

#BannerCD {
    display: inline;
    text-align: center;
}

#CD-cover-div {
    text-align: center;
}

.book-cover,
.CD-cover {
    display: inline-block;
    width: 250px;
    height: 320px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.book-cover {
    padding: 20px;
}

.CD-cover {
    margin: 0 30px 0 0;
}

.CD-cover a {
    color: #ffffff;
    text-decoration: none;
}

.CD-cover:hover {
    background-color: #0b2161;
}

.CD-cover:hover a {
    color: #ffffff;
}

.hofspielhaus {
    display: inline-block;
    height: 205px;
    margin: 20px;
    border: 2px solid #ffffff;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

#pdf-download {
    text-align: center;
    margin-bottom: 180px;
}

#download-instructions {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 55px;
}

/* Kauf- & Stream-Buttons */
.itunes-button,
.itunes-button-index {
    text-align: center;
}

.itunes-button {
    padding: 15px 10px 30px 50px;
}

.amazon-button {
    margin: 20px 20px 10px 20px;
}

.buy-buttons {
    margin: 0;
    text-align: center;
    background-size: contain;
}

.amazon-button-index {
    margin: 0 20px 10px 20px;
}

.buy-buttons img {
    margin-right: 10px;
    height: 40px;
    background-color: #ffffff;
}

.download-buttons img {
    margin-right: 10px;
    height: 40px;
    width: 90px;
    background-color: #000000;
}

.amazon-button-index-ger {
    margin: 0 20px 50px 20px;
}

#free-special-button {
    margin: 27px 20px 10px 20px;
}

/* Footer & Seitenstruktur */
#footer {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    left: 0;
    width: 100%;
    background: #000000;
    opacity: 0.8;
    padding: 5px 25px 9px 25px;
    transition: opacity 0.5s ease-in;
    border-top: 5px solid #0193de;
}

#footer a {
    text-decoration: none;
    font-family: Tahoma, sans-serif;
    letter-spacing: -1px;
    color: #ffffff;
}

#footer:hover {
    opacity: 1;
}

.seite {
    display: none;
    margin-top: 150px;
}

.seite:after {
    content: '';
    display: inline-block;
    width: 100%;
    float: left;
    height: 50px;
}

/* Kontakt-Formular */
.contact-title {
    text-align: center;
    margin-top: 20px;
    color: #fffff0;
    text-transform: uppercase;
    transition: all 4s ease-in-out;
}

.contact-title h1 {
    text-align: center;
    font-size: 30px;
    line-height: 10px;
}

.contact-title h2 {
    text-align: center;
    font-size: 16px;
}

form {
    margin: 40px 0 0 0;
    padding: 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 150, 0.5), rgba(0, 0, 50, 0.5)), url(/images/pic1.jpg);
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
    transition: all 4s ease-in-out;
}

.form-control {
    width: 600px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
}

input {
    height: 45px;
}

form .submit {
    background: #ff5722;
    border-color: transparent;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
}

form .submit:hover {
    background-color: #f44336;
    cursor: pointer;
}

.kontakt-formular {
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-self: center !important;
    display: block !important;
    font-family: sans-serif;
    padding: 20px;
}

.kontakt-formular .form-gruppe {
    margin-bottom: 15px !important;
    display: block !important;
}

.kontakt-formular .form-gruppe input,
.kontakt-formular .form-gruppe textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
}

.kontakt-formular button[type="submit"] {
    width: 100% !important;
    padding: 14px !important;
    background-color: #007bff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    margin-top: 10px !important;
}

.kontakt-formular button[type="submit"]:hover {
    background-color: #0056b3 !important;
}


/* ==========================================================================
   2. MOBILE STILE (BILDSCHIRME BIS 700PX)
   ========================================================================== */

@media screen and (max-width: 700px) {

    /* Custom Scrollbar */
    ::-webkit-scrollbar {
        width: 0.95em;
    }

    ::-webkit-scrollbar-track {
        background-color: rgba(217, 217, 217, 0.5);
    }

    ::-webkit-scrollbar-thumb {
        background: rgba(184, 184, 184, 0.5);
        box-shadow: inset 0.05em 0.05em 0 rgba(0, 0, 0, 0.1), inset 0 -0.05em 0 rgba(0, 0, 0, 0.07);
    }

    label {
        display: block;
        color: #ffffff;
    }

    label:after {
        position: fixed;
        top: 0;
        left: 10px;
        content: "\2261";
        font-size: 80px;
        line-height: 45px;
        z-index: 9999;
        padding-bottom: 10px;
        background: #000000;
        box-shadow: 0 0 12px #ffffff;
        cursor: pointer;
    }

    table, tbody, tr, td {
        display: block;
        width: 100%;
        margin: 0;
    }

    td {
        width: 90%;
        margin-left: 5%;
        text-align: center;
        padding: 0;
    }

    td:first-child {
        padding-top: 30px;
        text-align: center;
    }

    td:last-child {
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff;
    }

    #distribution td, 
    #contact td, 
    #kontakt td {
        text-align: center;
        padding: 30px 0;
        border-bottom: 1px solid #ffffff;
    }

    #distribution-info {
        margin: 0;
    }

    #logo-image {
        position: static;
    }

    #logo-text {
        display: none;
    }

    #logo-language {
        top: 5px;
        height: 45px;
        right: 5px;
        width: 50px;
    }

    input:checked ~ label {
        left: 80%;
        color: #0193de;
    }

    input:checked ~ div#menubar > ul {
        left: 0;
    }

    input:checked ~ div.seite {
        display: none !important;
    }

    .playvideo {
        width: 100%;
        height: auto;
        max-width: 400px;
    }

    div.seite {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        width: 100%;
    }

    div#menubar {
        height: 0;
        overflow: visible;
        opacity: 1;
        position: absolute;
    }

    div#menubar > ul {
        position: absolute;
        top: 10px;
        left: -100%;
        width: 100%;
        list-style-type: none;
        padding: 0;
        display: inline;
        background: #000000;
    }

    label, 
    div#menubar > ul, 
    div.seite {
        transition: left 0.4s ease-in-out;
    }

    div#menubar > ul > li {
        position: static;
        width: 100%;
        background: linear-gradient(to bottom, #000000, #808080);
        display: inline-block;
        vertical-align: baseline;
        padding: 0;
        text-align: left;
        border-top: 5px solid #000000;
    }

    div#menubar > ul > li > a {
        position: static;
        width: 100%;
        display: inline-block;
        padding: 20px 20px 14px 20px;
    }

    #menubar > ul > li > ul > li > a,
    #menubar > ul > li > ul > li > ul > li > a {
        padding: 0 !important;
    }

    #menubar > ul > li > ul > li {
        width: 49%;
        display: inline-block;
        min-width: 0;
        margin: 0;
    }

    #menubar > ul > li > ul {
        display: none;
        margin-top: 0;
    }

    #menubar > ul > li:hover > ul {
        display: block;
    }

    hr.mobil-trennlinie {
        width: 55%;
        border-width: 2px;
        margin: 15px auto;
        border-color: #6fb0e0;
        display: block;
        border-style: dotted;
    }

    #menubar > ul > li > ul > li > ul:before {
        content: "";
        position: relative;
    }

    #menubar > ul > li > ul > li > ul {
        position: absolute;
        top: 15px;
        left: 30px;
        width: 0;
        height: 0;
        z-index: 120;
        margin-top: 45px;
    }

    #menubar > ul > li > ul > li > ul:after {
        content: 'ABC';
        color: transparent;
        display: inline-block;
        width: 100%;
        height: 80px;
    }

    #menubar > ul > li > ul > li > ul > li {
        visibility: hidden;
        background: #7799aa;
        min-width: 200px;
        border-bottom: 2px solid #ffffff;
    }

    #menubar > ul > li > ul > li:hover > ul {
        width: 180px;
        height: auto;
        box-shadow: 2px 2px 14px #000000;
    }

    #menubar > ul > li > ul > li:hover > ul > li {
        visibility: visible;
    }

    #menubar > ul:after {
        content: '';
        display: inline-block;
        width: 100%;
        float: left;
        height: 60px;
    }

    #rc-imageselect, 
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .CD-banner {
        display: inline-block;
        width: 160px;
        height: 200px;
        margin: 10px 9px;
        padding: 20px 0 10px 0;
        text-align: center;
        font-size: 14px;
        color: #000000;
    }

    .book-cover {
        display: inline-block;
        width: 250px;
        height: 320px;
        margin: 20px;
        padding: 10px 20px 20px 20px;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
    }
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}