@font-face {
    font-family: 'CeraProRegular';
    src: url('/css/fonts/CeraPRO-Regular.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'CeraProRegular';
    src: url('fonts/CeraPRO-BoldItalic.ttf') format('truetype');
    font-weight: 1000;
}

@font-face {
    font-family: 'CeraProRegular';
    src: url('fonts/CeraPRO-LightItalic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'CeraProRegular';
    src: url('fonts/CeraPRO-Light.ttf') format('truetype');
    font-weight: 100;
}

* {
    font-size: 1.02em;
    color: #FFFFFF;
    font-family: CeraProRegular;
    text-decoration: none;
}

button:focus {
    outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

body {
    margin: 0px;
    min-width: 1000px;
    background-color: #222262;
    background-image: url('/image/Lleo2020_back.jpg');
    background-position-y: 550px;
    background-position-x: right;
    background-size: cover;
}

header {
    min-height: 550px;
    margin: 0px;
    background-color: #060024;
    background: url('/image/Lleo2020_hp_back_ohne logo_1920x2000.jpg');
    background-repeat: repeat-x;
    background-position: top;
    background-position-y: -100px;
    overflow: hidden;
    border: none;
}

header div#headerLogo {
    position: relative;
    top: 100px;
    left: calc(48% - 380px);
    width: 600px;
    text-align: center;
}

header div#headerLogo img {
    position: relative;
    width: 460px;
}

div#headerText h2 {
    position: absolute;
    top: -220px;
    left: calc(34% - 100px);
    margin-bottom: 60px;
    font-size: 1em;
    font-weight: lighter;
    color: #FFFFFF;
    min-width: 480px;
    width: 60%;
    max-width: 680px;
}

div#mainHeaderBackground {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 150px;
    background-image: url('/image/Lleo2020_hp_back_stripe.png');
    background-size: contain;
    border: none;
}

div#menue {
    display: flex;
    min-width: 900px;
    width: 72vw;
    margin-bottom: 40px;
    max-height: 20px;
}

div#menue div {
    position: relative;
    margin: auto;
}

div#menue div h1 {
    font-size: 1.6em;
    font-weight: lighter;
    color: #E4221B;
    margin-top: 0px;
}


div#menue a {
    font-size: 1.6em;
    font-weight: lighter;
    white-space: nowrap;
}

div#menue a.activeSite {
    opacity: 0.6;
}

div#menue a:hover {
    opacity: 0.6;
}

main {
    position: relative;
    top: 0px;
    left: calc(34% - 280px);
    min-width: 520px;
    width: 50%;
    max-width: 880px;
    min-height: 1060px;
    margin-bottom: 120px;
    text-align: center;
    border: none;
}

main div#songListBack{
    position: relative;
    left: calc(35% - 120px);
    width: 110%;
}

main div#songList {
    min-width: 420px;
    width: 70%;
}

main div#songList h1 {
    font-style: normal;
    font-weight: lighter;
    font-size: 1.0em;
}

main div#songList h2 {
    margin-top: 32px;
    margin-bottom: 0px;
    font-size: 1.1em;
    color: #E4221B;
    font-weight: bold;
}

main div#songList p {
    font-size: 1.0em;
    margin-top: 0px;
    font-weight: lighter;
}

div#downloadBox {
    position: absolute;
    width: 260px;
    height: auto;
    z-index: 10;
}

div#downloadBox div {
    margin-top: 40px;
    margin-bottom: 20px;
}

div#downloadBox div div:not(.borderTop) {
    position: relative;
    top: 10px;
    height: 100px;
    margin: 0px;
    display: flex;
}

div#downloadBox div div.borderTop {
    border-top: 1px solid #E4221B;
    width: 120px;
    margin: 0px auto 0px auto;
}

div#downloadBox p#audioFormatButton {
    text-align: center;
    font-size: 0.82em;
    text-decoration: underline;
    cursor: pointer;
    color: #4f60A9;
}

div#downloadBox p#audioFormatButton:hover {
    opacity: 0.8;
    font-size: 0.86em;
    text-decoration: none;
    cursor: pointer;
}

div#downloadBox_min {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
}

div#downloadBox_min img {
    position: relative;
    top: 8px;
    width: 32px;
}

div#downloadBox img {
    width: 100%;
}

div#downloadBox img#closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

div#downloadBox h2 {
    width: 80%;
    margin: auto;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 0.95em;
    padding-top: 10px;
    color: #E4221B;
}

div#downloadBox p {
    margin-top: 2px;
    font-size: 0.86em;
    font-weight: lighter;
}

div#downloadBox h1, main div#downloadBox h2, main div#downloadBox p {
    text-align: center;
}

div#downloadBox button.invisibleButton {
    position: relative;
    top: 5px;
    left: 0px;
    border: none;
    background: none;
    text-align: left;
    font-size: 0.8em;
    padding: 0px;
    margin: 0px;
    pointer-events: none;
    display: none;
}

div#downloadBox button.downloadButton {
    width: 100%;
    min-height: 60px;
    border: none;
    color: #FFFFFF;
    background: none;
    cursor: pointer;
    font-weight: lighter;
}

div#downloadBox button.downloadButton img {
    position: relative;
    top: 5px;
    width: 30px;
    margin-left: 6px;
}

div#downloadBox button.downloadButton:hover {
    opacity: 0.6;
}

div#downloadBox a.audioPlayButton {
    position: relative;
    top: 20px;
    display: block;
    width: 66px;
    margin: auto auto auto auto;
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;
    cursor: pointer;
}

div#downloadBox a.audioPlayButton:hover {
    opacity: 0.6;
}

div#downloadBox a.audioPlayButton img {
    width: 50px;
}

div#downloadBox a.audioStopButton {
    position: relative;
    top: 20px;
    width: 66px;
    display: none;
    text-align: right;
    margin: auto auto auto -80px;
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;
    cursor: pointer;
}

div#downloadBox a.audioStopButton:hover {
    opacity: 0.6;
}

div#downloadBox a.audioStopButton img {
    width: 50px;
}

div#downloadBox div div p {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 100%;
    font-weight: lighter;
    font-size: 0.9em;
    text-align: center;
}

div #downloadBox p.songErr {
    position: relative;
    top: 40px;
}

div#downloadWindow_back {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #FFFFFF00;
    z-index: 12;
}

div#downloadWindow {
    position: fixed;
    left: calc(50% - 160px);
    bottom: calc(50% - 210px);
    width: 400px;
    height: 400px;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 15;
    overflow: hidden;
    border-radius: 200px;
    background-image: url('/image/Lleo2020_back.jpg');
    box-shadow: 2px 2px 10px 1px #8686FF;
}

div#downloadWindow img {
    position: absolute;
    top: 10px;
    right: 190px;
    width: 20px;
    cursor: pointer;
    z-index: 16;
}

div#downloadWindow div {
    position: relative;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 180px;
    border-bottom: 1px solid #8686FF;
    border-bottom: 1px solid #8686FF42;
    z-index: 16;
}

div#downloadWindow button#buttonDownload_true {
    position: absolute;
    bottom: 58px;
    left: 10px;
    width: calc(100% - 20px);
    height: 60px;
    border: 1px solid #8686FF;
    border: 1px solid #8686FF42;
    background: none;
    padding: 5px 10px;
    color: #E4221B;
    cursor: pointer;
}

div#downloadWindow button#buttonDownload_true:hover {
    background-color: #4f60A962;
    color: #AAAAAA;
}

div#downloadWindow button#buttonDownload_false {
    position: absolute;
    right: 20px;
    bottom: -1px;
    width: calc(100% - 40px);
    height: 60px;
    border: none;
    padding: 5px 10px;
    color: #FFFFFF;
    cursor: pointer;
    background: none;
    font-weight: lighter;
}

div#downloadWindow button#buttonDownload_false:hover {
    background-color: #4f60A962;
    color: #AAAAAA;
}

div#downloadWindow h2 {
    position: relative;
    top: 0px;
    height: 27px;
    color: #E4221B;
    font-size: 0.8em;
    font-weight: normal;
}

div#downloadWindow input {
    position: relative;
    top: -14px;
    left: -2px;
    width: 380px;
    height: 54px;
    color: #FFFFFF;
    background: none;
    border-top: 1px solid #8686FF;
    border-top: 1px solid #8686FF42;
    border-bottom: none;
    padding: 5px 20px;
    text-align: center;
}

div#downloadWindow input:hover {
    text-decoration: underline;
    background-color: #4f60A962;
    border-bottom: 1px solid #8686FF;
    border-bottom: 1px solid #8686FF00;
    color: #AAAAAA;
}

div#downloadFormatWindow_back {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #FFFFFF00;
    z-index: 12;
}

div#downloadFormatWindow {
    position: fixed;
    left: calc(50% - 110px);
    bottom: calc(50% - 110px);
    width: 220px;
    height: 220px;
    display: flex;
    background: none;
    border: none;
    border-radius: 110px;
    text-align: center;
    z-index: 15;
    overflow: hidden;
    background-image: url('/image/Lleo2020_back.jpg');
    box-shadow: 2px 2px 10px 1px #8686FF;
}

div#downloadFormatWindow div {
    width: 110px;
    height: 220px;
    display: flex;
    cursor: pointer;
    background: none;
    border: none;
}

div#downloadFormatWindow div:hover {
    background-color: #4f60A962;
}

div#downloadFormatWindow div h2 {
    font-style: normal;
    font-weight: lighter;
}

div#downloadFormatWindow div:hover h2 {
    color: #AAAAAA;
}

div#downloadFormatWindow div:first-of-type {
    position: relative;
    left: 1px;
    margin: auto 0px auto auto;
    border-right: 1px solid #8686FF21;
}

div#downloadFormatWindow div:not(:first-of-type) {
    margin: auto;
    border-left: 1px solid #8686FF21;
}

div#downloadFormatWindow div h2 {
    margin: auto;
    color: #FFFFFF;
}

footer {
    position: relative;
    min-width: 880px;
    width: calc(55% + 200px);
    max-width: 1160px;
    height: 80px;
    border-top: 1px solid #FFFFFF;
    text-align: center;
    margin: auto;
}

footer div#info p {
    position: relative;
    top: 0px;
    font-weight: lighter;
}

footer div#info a {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

footer div#info a span.infoBottom {
    position: absolute;
    top: 20px;
    right: calc(50% - 25px);
    width: 50px;
    font-size: 0.8em;
    font-weight: lighter;
    color: #AAAAAA;
}

footer a:hover {
    opacity: 0.6;
}

footer div#info img {
    position: relative;
    top: 2px;
    max-height: 16px;
    max-width: 24px;
}

footer p#copyright {
    position: relative;
    top: -5px;
    font-size: 0.68em;
    font-weight: lighter;
    pointer-events: none;
}

div#javascriptMessage {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    border-bottom: 1px solid #222222;
}

div#javascriptMessage h1 {
    position: relative;
    top: 5px;
    left: 20px;
}

div#javascriptMessage p {
    position: relative;
    top: -5px;
    left: 20px;
}
