:root {
    --header-bg: rgba(0, 0, 0, 0.5);
    --panel-bg: rgba(15, 15, 15, 0.95);
    --text: #fff;
    --accent: #d9b36f; /* dezenter Goldton passend zu Musik/Jazz */
}

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    z-index: -100;
    /* Preserve aspet ratio */
    /*min-width: 100%;*/
    /*min-height: 100%;*/
}

.brand img {
    height: 40px;
    width: auto;
    display: block;
}

/* Add a black background color to the top navigation */
.nav {
    float: right;
}

.header a.logo {
    float: left;
}

.topnav {
    background-color: rgba(234, 152, 28, 0.67);
    overflow: hidden;
    padding: 10px;
    z-index: 100;
}

/* Style the links inside the navigation bar */
.topnav a, .topnav a:link, .topnav a:visited {
    float: left;
    color: #ffffff;
    text-align: center;
    padding: 13px 8px;
    text-decoration: none;
    font-size: 20px;
}

.topnav a.logo {
    padding: 0;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav a.icon {
    display: none;
}

.topnav a:focus-visible,
.topnav a:hover {
    background: rgba(255, 255, 255, 0.08);
    outline: 2px solid transparent;
}

.icon {
    display: inline-block;
    cursor: pointer;
}

.icon .bar1, .icon .bar2, .icon .bar3 {
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -9px) rotate(45deg);
}


/* Fallback, falls Hintergrundbild unter dem Header steht: Abstand nach oben */
main {
    margin-top: 0;
}

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}


#header {
    position: absolute;
    top: 50px;
    left: 0;
    min-height: 50px;
    width: 100%;

    z-index: 70;
    background: url(../img/blue_transparent.png);
    padding: 10px 0px 10px 10px;
}

#header img {
    float: left;
    margin: 10px;
    vertical-align: top;
}

#content-wrapper {
    transition: all 0.5s;
    z-index: 50;
    float: right;
    max-width: 800px;
    min-width: 40%;
    background: url(../img/white_transparent.png);
}

#content {
    margin: 0px 15px 15px 15px;
    padding: 15px;
    background-color: #fff;
}

#cite {
    position: absolute;
    bottom: 100px;
    right: 40px;
    z-index: 20;
}

#cite img {
    max-width: 100%;
}

#footer {
    z-index: 50;
    width: 100%;

    text-align: center;
    color: #fff;
    font: normal 11px Helvetica, Arial, sans-serif;
}

#footer p, #footer a {
    text-align: center;
    color: #fff;
    font: normal 11px Helvetica, Arial, sans-serif;
}

/* Special Styles */

.italic {
    font-style: italic;
}

.img_div {
    xwidth: 202px;
    xfloat: left;
    padding: 4px;
    border: 1px solid #e8d6ac;
}

/* General Styles */

h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
    text-align: left;
    line-height: 44px;
    font-weight: normal;
    font-family: Georgia, Times New Roman, serif;
    color: #222;
}

h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 28px;
    font-weight: normal;
    font-family: Georgia, Times New Roman, serif;
    color: rgba(179, 110, 0, 0.93);
}

h2 small {
    font-size: 14px;
    color: #333;
}

h3 {
    margin-top: 20px;
    margin-bottom: 7px;
}

h4 {
    margin-top: 20px;
    margin-bottom: 3px;
}


a:link, a:visited {
    text-decoration: none;
    outline: none;
    color: rgba(234, 152, 28, 0.67);
}

a:hover, a:active {
    text-decoration: underline;
}

p {
    color: #000;
    font: normal 14px Georgia, Times New Roman, serif;
    margin: 0;
    padding: 10px 0 1em 0;
    line-height: 18px;
}

.clear {
    clear: both;
}

ul.repertoire-list {
    list-style-type: none;
    padding-left: 20px;
    line-height: 1.3em;
}

ul.repertoire-list {
    list-style-type: none;
    padding-left: 20px;
}

/* End General Styles */


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #0e4766;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button {
    background-color: #0e4766;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #0a3349;
}

#furl, .furl {
    display: none;
}

.fotos img {
    max-height: 250px;
    max-width: 250px;
    padding: 10px;
}

.videoplayer {
    width: 600px;
    height: 337px;
    max-width: 100%;
}

/**
MEDIA QUERIES
 */

@media screen and (max-width: 1400px) {
    #background {
        left: -10%;
    }
}

@media screen and (max-width: 1024px) {
    #background {
        left: -20%;
    }
}

@media screen and (max-width: 800px) {
    #background {
        left: -50%;
    }
}

@media screen and (max-width: 780px) {
    .topnav .nav {
        display: none;
    }

    .topnav a.icon {
        display: block;
        position: absolute;
        right: 15px;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .nav {
        display: block;
        min-width: 100%;
        margin: 0 auto;
    }

    .topnav.responsive .nav a {
        float: none;
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 680px) {
    #content {
        margin: 0;
    }

    .videoplayer {
        width: 450px;
        height: 253px;
    }
}

@media screen and (max-width: 550px) {
    .videoplayer {
        width: 400px;
        height: 225px;
    }

    #content {
        margin: 0;
    }

    #content-wrapper {
        float: left;
        width: 100%;
    }

    h4 {
        margin-top: 25px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 380px) {
    .videoplayer {
        width: 300px;
        height: 166px;
    }
}

