a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

input,select,textarea {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    height: auto;
    width: auto
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

* {
    box-sizing: border-box
}

:focus {
    outline: none
}

@font-face {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 500;
}


html {
    font-size: 10px
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block
}

.container {
    margin: 0 auto;
    max-width: 1900px;
    padding: 0 20px;
    width: 100%
}

body {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    hyphens: auto;
    letter-spacing: -.5px
}

.headline,body,body * {
    line-height: 1.3125em
}

.headline {
    font-size: 3.3rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase
}

.headline * {
    line-height: 1.3125em
}

.picture-container {
    position: relative;
    padding:0 !important;
}

.picture-container .picture {
    width: 100%;
    border-radius: 12px;
}

.picture-container .caption {
    bottom: 20px;
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    right: 25px;
    text-shadow: 0 0 2px #000
}

.drums-title {
    position:absolute;
    top:40%; 
    left:10%
}

.drums-title h1 {
    font-size: 85px;
    font-weight: 700;
}

.drums-title h2 {
    font-size: 70px;
    font-weight: 600;
}

.block {
    background: #000;
    border-radius: 12px;
    color: #fff;
    margin: 0 0 2px;
    overflow-wrap: anywhere;
    padding: 60px
}

.block:first-child {
    padding: 0px
}

.footer {
    background: #000;
    border-radius: 12px;
    color: #fff;
    margin: 0 0 1px;
    padding: 60px
}

.footer .footer-container {
    display: flex
}

.footer .footer-container .footer-text-container {
    flex: 0 0 50%;
    margin-left: auto
}

.footer .footer-container .footer-text-container .footer-buttons {
    display: flex;
    gap: 5px;
    margin-bottom: 80px
}

.footer .footer-info .footer-imprint {
    display: flex;
    flex: 0 0 50%;
    margin-left: auto
}

.footer .footer-info .footer-imprint .footer-baseline {
    margin-right: 15px
}



.block-text {
    font-size: 2.6rem
}

.block-text .text-container {
    display: flex;
    flex-wrap: wrap
}

.block-text .text-container .headline {
    flex: 0 0 100%;
    text-align: left;
    text-transform: unset
}

.block-text .text-container .text {
    flex: 0 0 800px;
    letter-spacing: -.5px;
    line-height: 1.1;
    min-width: 0
}

.block-text .text-container .text a {
    text-decoration: underline
}

.block-text .text-container .text a:hover {
    text-decoration: underline #282828
}

.block-text .text-container .text ul li {
    margin-bottom: 20px
}

.block-text .text-container .sidebar {
    flex: 0 0 400px;
    margin-left: auto
}

.block-text .text-container h3 {
    font-weight: 600;
}

.block-text.big {
    font-size: 4.9rem;
    padding-bottom: 120px;
    padding-top: 60px
}

.block-text.big .text-container .text {
    flex-basis: 100%;
    letter-spacing: -1.5px;
    max-width: 1400px
}

.block-text.big .text-container .headline {
    font-size: 6.6rem
}

.block-text:first-child.big {
    padding-top: 100px
}


@media (max-width: 1040px) {
    .footer .footer-container {
        flex-direction:column
    }

    .footer .footer-container .footer-text-container {
        margin-left: 0;
        margin-top: 50px
    }

    .footer .footer-info {
        flex-direction: column;
    }

    .footer .footer-info .copyright {
        order: 2
    }

    .footer .footer-info .footer-imprint {
        flex-direction: column;
        margin-bottom: 30px;
        margin-left: 0;
        order: 1
    }

    .footer .footer-info .footer-imprint .footer-baseline {
        padding: 3px 0
    }
}

@media (max-width: 650px) {
    .footer {
        padding:30px
    }
}

@media (max-width: 424px) {
    .footer .footer-container .footer-text-container .footer-buttons {
        flex-wrap:wrap
    }

    .footer .footer-container .footer-text-container .footer-buttons .footer-button-container {
        flex-shrink: 0
    }
}


@media screen and (max-width: 1375px) {
    .block-text .text-container .text {
        flex-basis:100%
    }

    .block-text .text-container .sidebar {
        flex-basis: 100%;
        margin-top: 30px
    }
    .drums-title h1 {
        font-size: 60px;
        font-weight: 700;
    }
    .drums-title h2 {
        font-size: 50px;
        font-weight: 600;
    }
}

@media screen and (max-width: 650px) {
    .block-text .text-container {
        font-size:2.2rem
    }
    .container {
        padding:0 10px
    }
}

@media screen and (max-width: 1040px) {
    .block {
        padding:30px
    }
    .drums-title h1 {
        font-size: 50px;
        font-weight: 700;
    }
    .drums-title h2 {
        font-size: 40px;
        font-weight: 600;
    }
}