@font-face {
    font-family: "Marlboro";
    src: url(../fonts/Marlboro.ttf) format("truetype");
    font-display: swap;
}

:root {
    --blau: #1F4E8C;
    --dunkel-blau: #18213b;
    --hell-grau: #90a3a7;
    --hell-braun: #cba688;
    --dunkel-braun: #935430;
    --rot: #D70026;
    --weiss: #FFFFEE;
    --schwarz: #232323;
    /* ---------Shriftgrößen---------*/
    --FSTextBrowser: 1.35vw;
    --FSText_1596: 2vw;
    --FSText_1280:3vw;
    --FSText_800:20px;
    --FSNavBrowser: 2vw;
    --FSh1Browser: 3vw;
    --FSh1_1280: 4vw;
    --FSh1_800:30px;
}
html {
    font-family: "Marlboro", "Times New Roman";
}


body {
    width: 100%;
    background-image: url("../img/background2.avif ");
    background-attachment: fixed;
    background-size:cover;
    background-position:top center;
    margin: 0;
}


nav{
    position: fixed;
    z-index: 5;
}

#menuToggle
{
    display: block;
    position: relative;
    top: 50px;
    left: 50px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#pfeil{
    width:50px;
    position: absolute;
    left:50px;
    top:20px;
    rotate: 10deg;
}

#menuToggle a
{
    text-decoration: none;
    color: var(--schwarz);

    transition: color 0.3s ease;
}

#menuToggle a:hover
{
    color: var(--rot);
}


#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}


#menuToggle span
{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: var(--hell-braun);
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: var(--schwarz);
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}
#menu
{
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: var(--hell-braun);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
    padding: 10px 0;
    font-size: var(--FSNavBrowser);
}

#menuToggle input:checked ~ ul
{
    transform: none;
}




main{
    width:57vw;
    margin:0.5vw auto;
}

h1 {
    font-size: var(--FSh1Browser);
    font-weight: normal ;
    margin: 2vw auto;
    color: var(--weiss);
    text-align: center;
    letter-spacing: 20px;
    text-shadow: black 3px 3px;
}

.Bild{
    margin: 10vh 0;
    position: relative;
}

.Bild #Nail{
    position: absolute;
    left:50%;
    top:-1vw;
    width:1vw;
    margin:0.5vw auto;
    rotate:  20deg;
}

.Bild #Bandfoto{
    width:57vw;
    margin:0.5vw auto;
    box-shadow: 0 10px 13px -7px #000000,
    10px 10px 20px 10px rgba(0, 0, 0, 0.62);
}

.text{
    width: 57vw;
    hyphens: auto;
    color: var(--weiss);
    font-size:var(--FSTextBrowser);
    letter-spacing: 1px;
    word-spacing: -4px;
    text-align: justify;
    line-height: 1.2;
    text-shadow: black 3px 3px;
}

.Konzerte{
    margin:10vh auto;
}

table{
    margin-top: 3vh;
    margin-bottom: 15vh;
}
td{
    padding:10px;
}

.flex-section {
    margin: 12vh 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-section > a > section{
    letter-spacing: 1px;
    word-spacing: -4px;
    text-align: center;
    color: var(--weiss);
    font-size: var(--FSTextBrowser);
    margin:10px;
}

#downloadflex{
    flex-direction: column;
}

.downloads{
    margin-bottom: 20px;
}


.video{
    margin-bottom: 40px;
}

.date{
    text-align: right;
}
#kontakt{
    letter-spacing: 1px;
    word-spacing: -4px;
    margin-bottom: 3vh;
    text-align: center;
    color: var(--weiss);
    font-size: var(--FSTextBrowser);
}

#kontakt:hover
{
    color: var(--rot);
}

.link {
    width: auto;
    text-decoration: none;
    color: var(--weiss);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    transition: all 0.1s;
    /*border: thin solid var(--hell-braun);*/
    box-shadow: 0 10px 13px -7px #000000,
    10px 10px 20px 10px rgba(0, 0, 0, 0.62);
}

.link:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 13px -7px #000000,
    10px 10px 20px 10px rgba(0, 0, 0, 0.62);
    transition: all 0.1s;
}


/*-------Größenanpassungen-------*/

@media screen and (max-width: 1596px) {
    .text,
    #kontakt,
    .flex-section section{
        font-size: var(--FSText_1596);
    }
}

@media screen and (max-width: 1571px) {
    #videoflex{
        justify-content: space-around;
    }

    .video{
        margin=30px auto;
    }
}

@media screen and (max-width: 1280px) {
    .text,
    #kontakt,
    .flex-section > a > section{
        font-size: var(--FSText_1280);
    }

    h1,
    #menu li{
        font-size: var(--FSh1_1280);
    }
    

    main,
    .Bild #Bandfoto,
    .text{
        width:70vw;
    }
}


@media screen and (max-width: 1029px) {
    .flex-section {
        justify-content: center;
    }
    .videostart{
        margin-bottom: 40px;
    }

    .flex-section .link {
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 800px) {
    .text,
    #kontakt,
    .flex-section > a > section{
        font-size: var(--FSText_800);
    }

    h1{
        font-size: var(--FSh1_800);
        margin-top: 120px;
    }

    #menu li{
        font-size: var(--FSh1_800);
    }

    main,
    .Bild #Bandfoto,
    .text{
        width:90vw;
    }

    .Bild,
    .flex-section{
        margin: 50px 0;
    }

    table{
        margin-top: 3vh;
        margin-bottom: 7vh;
    }

    nav{
        display: flex;
        top:0;
    }

    #menuToggle {
        position: flex;
        top:  20px;
        left: 20px;
    }

    #pfeil{
        display: none;
    }

}

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

    .flex-section>a>img{
        width:90vw;
    }

    .videostart>img
    .video>img{
        height: 50vw;
    }

}
