@import url("https://use.typekit.net/ntx2fyz.css");

* {
    margin: 0%;
    padding: 0%;
    font-family: "stevie-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    scroll-behavior: smooth;
}

:root {
    --primary: #820101;   
    --secondary: #4a0e0e;
}

h1, h2, h3, h4, h1 span {
    font-family: "ladislav", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

h1 {
    font-size: 80px;
    color: white;
}

.section h1 {
    color: var(--primary);
    background-color: none;
}

.section h1 span {
    background-color: transparent!important;
}

ul {
    margin-left: 20px;
    margin-top: 10px;
}

li {
    margin-top: 5px;
}

a {
    color: black;
    text-decoration: underline;
}

object {
    width: 100%;
    height: 100%;
}

a.btn {
    background-color: var(--secondary);
    color: white;
    padding: 10px;
}

.img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-size: cover;
}

input {
    display: block;
    width: 100%;
    padding: 20px;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
    background: var(--primary);
    color: white;
    outline: none;
}

textarea {
    display: block;
    width: 100%;
    padding: 20px;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
    background: var(--primary);
    color: white;
    outline: none;
    height: 300px;
}

button {
    background-color: var(--secondary);
    color: white;
    padding: 10px;
    border: 0;
    cursor: pointer;
}

::placeholder {
    color: white;
}

.img_01 {
    background-image: url("360_F_104996865_GybGfQbBMaPRkMpcsE5z70ZLHUZsqJqw.webp");
}

.img_02 {
    background-image: url("AdobeStock_221182721.jpeg");
}

.img_03 {
    background-image: url("AdobeStock_212028997.jpeg");
}

.img_04 {
    background-image: url("AdobeStock_78094283.jpeg");
}

.img_05 {
    background-image: url("AdobeStock_446987524.jpeg");
}

.img_06 {
    background-image: url("AdobeStock_459220413.jpeg");
}

.img_07 {
    background-image: url("AdobeStock_266558214.jpeg");
}

.img_08 {
    background-image: url("niklas.jpg");
}

.img_09 {
    background-image: url("AdobeStock_313470520.jpeg");
}

.img_10 {
    background-image: url("start_169867451.jpg");
}

.img_12 {
	background-image: url("AdobeStock_451339503.jpeg");
}

/*section*/
.section {
    margin: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.section_main {
    margin: auto;
    max-width: 1000px;
}
.section_title h1 {
    text-align: center;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
    width: fit-content;
}
.section_title h1 span {
    background-color: var(--primary);
    padding-top: 25px;
    line-height: 95px;
    padding-bottom: 8px;
}
.section_split {
    display: flex;
}
.split_img {
    width: 100%;
}
.split_content {
    width: calc(100% - 80px);
    padding: 40px;
}
.no_split {
    flex-direction: column;
}
.no_split .split_img {
    height: 500px;
}
.section_items {
    display: flex;
}
.section_item {
    background-color: var(--primary);
    padding: 20px;
    margin: 10px;
    width: 100%;
}
.section_item * {
    color: white;
}

/*header*/
.header {
    position: absolute;
    top: 0;
    width: calc(100vw - 40px);
    padding: 10px 20px;
    transition: 1s all;
    z-index: 999;
}
.head_shadow {
    position: fixed;
    background: var(--primary);
    transform: translateY(-100px);
}
.head_shadow.myClass {
    transform: translateY(0px);
}
.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_links {
    filter: drop-shadow(0px 0px 4px black);
}
.head_shadow .header_links {
    filter: none;
}
.header img {
    height: 75px;
    filter: brightness(0) invert(1);
}
.header a {
    color: white;
    padding: 20px;
}
.hl2 {
    display: none;
}
.sidebar {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #820101;
    top: 0;
    left: 0;
    display: none;

    padding: 40px;
    flex-direction: column;
}
.sidebar.on {
    display: flex;
}
/*topper*/
.start {
    background-color: var(--primary);
    max-width: 500px;
}
.topper {
    display: flex;
    padding: 100px;
    padding-top: 180px;
    padding-bottom: 180px;
}
.topper_content {
    width: 300px;
}
.topper p {
    color: white;
}
.topper h1 {
    width: 830px;
}

.topper h1 span {
    font-family: "ladislav", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background-color: var(--primary);
    padding: 10px;
    padding-bottom: 0;
    padding-left: 0;
    
}
.topper_image {
    position: absolute;
    width: calc(100vw - 517px);
    top: 0;
    left: 500px;
    z-index: -1;
}
/*ueber*/
.ueber .section_split {
    margin-top: 40px;
}
/*was*/
.was .section_split {
    margin-top: 40px;
}
.was h2 {
    margin-bottom: 10px;
}
.was .items_img {
    height: 200px;
    margin-bottom: 20px;
}
/*footer*/
.footer {
    background-color: var(--primary);
    padding: 50px;
}
.footer_main {
    max-width: 1000px;
    margin: auto;
    display: flex;
    display: flex;
    justify-content: space-between;
}
.footer_c1 {
    width: 100%;
}
.footer_c1 img {
    height: 70px;
    margin-top: 10px;
}
.footer * {
    color: white;
}
.footer_puffer {
    padding: 20px;
    margin-top: 40px;
    background-color:var(--secondary);
}

.footer_puffer2 {
    padding: 20px;
    background-color: #de3d3d;
    text-align: center;
    color: white;
}

.footer_puffer2 a {
    color: white;
}

@media screen and (max-width: 965px) {
    .section_items {
        display: flex;
        flex-direction: column;
    }
    .section_item {
        width: auto;
        max-width: 350px;
        margin: auto;
        margin-top: 20px;
    }

    .topper {
        display: flex;
        padding: 100px;
        padding-top: 0;
        padding-bottom: 180px;
        flex-direction: column-reverse;
    }
    .topper_content {
        width: auto;
    }
    .topper_image {
        position: relative;
        width: calc(100vw - 17px);
        z-index: 0;
        left: auto;
        margin-left: -100px;
    }

    .start {
        max-width: none;
    }

    .topper h1 {
        text-align: center;
        width: 100%;
        margin-top: -380px;
        z-index: 10;
        position: relative;
        margin-bottom: 100px;
    }

    #t2 {
        height: 600px!important;
    }

}

@media screen and (max-width: 680px) {
    h1 {
        font-size: 60px;
    }
    .topper h1 {
        margin-bottom: 160px;
    }
    .hl2 {
        display: block;
    }
    .hl1 {
        display: none;
    }
    .section_split {
        flex-direction: column;
    }
    .split_img {
        height: 400px;
    }
    .footer_main {
        flex-direction: column;
    }
    .footer_c1 {
        margin-top: 40px;
    }
    .footer br {
        height: 0;
        display: contents;
    }
    .footer p {
        margin-top: 10px;
    }
    .section {
        margin: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #binden {
        flex-direction: column;
    }
    .section_title h1 span {
        line-height: normal;
    }
    input, textarea {
        margin-right: 0!important;
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 550px) {
    h1 {
        font-size: 50px;
    }
    .topper h1 {
        margin-top: -300px;
        margin-bottom: 100px;
    }
    #t2 {
        height: 500px!important;
    }
    .topper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .topper_image {
        margin-left: -30px;
    }
    .topper_image {
        width: calc(100vw - -10px);
    }
    .split_content {
        padding: 10px;
        width: calc(100% - 20px);
    }
    .topper {
        padding-bottom: 60px;
    }
    #big {
        font-size: 50px!important;
    }
}

@media screen and (max-width: 350px) {
    h1 {
        font-size: 40px;
    }
    .topper h1 {
        margin-top: -300px;
        margin-bottom: 150px;
    }
    #t2 {
        height: 400px!important;
    }
    .section_items h2 {
        font-size: 22px;
    }
    .no_split .split_img {
        height: 320px;
    }

}