@charset "UTF-8";

/*------ Type Face ------*/
@font-face {
    font-family: 'stixgeneralregular';
    src: url('../font/stixgeneral-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stixgeneralitalic';
    src: url('../font/stixgeneral-italic-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'nimbus_sans_lbold';
    src: url('../font/NimbusSanL-Bol-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nimbus_sans_lregular';
    src: url('../font/NimbusSanL-Reg-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------------------------------------------------------------------------*/
/* 
#mouse-follower {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: rgba(228, 228, 228, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease;
    z-index: 10000;
  } */

p {
    -webkit-touch-callout: none;
}


html {
    scroll-behavior: smooth;

}

body {
    color: #ffffff;
    background-color: #181818;
    margin: 0 auto;
    height: 100vh;
    overflow-x: hidden;
}



.background {
    position: absolute;
    overflow: hidden;
}


.langWrap a.active {
    color: #5658ff;
}

.langWrap li:first-of-type {
    margin-right: 3px;
}

.langWrap li:last-of-type {
    margin-left: 3px;
}



header {
    display: flex;
    justify-content: center;
    color: #ffffff;
    margin-top: 8px;
    font-size: 11px;
}

header div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}

header div>a {
    flex-basis: 3.5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 252, 252, 0);
}

header>div a>img {
    max-width: 45px;
    margin-top: 0;
}

header div>ul {
    font-family: 'nimbus_sans_lregular';
    margin: 0;
    list-style: none;
    display: flex;
}


ul li>a {
    text-decoration: none;
    list-style: none;
    color: #ffffff;
}



nav {
    font-family: 'nimbus_sans_lregular';
    display: flex;
    position: relative;


}

nav>ul {
    margin-left: 40px;
    padding: 0%;
    list-style: none;
    display: flex;

}


nav li {
    margin: 0px 32px;
    padding: 0;
    display: inline;

}


@media (max-width:600px) {
    header div {
        font-size: 8px;
    }

    nav li {
        margin: 0 17px;
    }

    nav ul {
        margin-left: 45px;
    }

    header>div a>img {
        max-width: 30px;
    }
}

@media (max-width:800px) {
    header div>a {
        flex-basis: 2.5%;
    }

    header>div a>img {
        max-width: 34px;
    }
}




hr {
    border: none;
    border-top: 2px solid #323232;
    width: 100%;
    text-align: center;

}


/*---------------------- INTRO ----------------------*/

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

main>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
}



.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    max-width: 85%;
}

.intro>div {
    max-width: 100%;

}

/*------------ 1 ------------*/

.part1 {
    margin-top: 10px;
}


.part1 h1,
.part3 h1,
.part3>h2 {
    margin: 0;
    line-height: 33px;
    font-size: 33.2px;
}

.part1>h1 {
    font-family: 'stixgeneralregular';

}

.intro_span1 {
    font-family: 'stixgeneralitalic';
}

.part1>p {
    font-family: 'stixgeneralitalic';
    font-size: 25px;
    text-align: right;
    margin: 0;
    line-height: 30px;
}


/*------------ 2 ------------*/

.part2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 9px;
}

.part2>img {
    max-width: 119px;

}

.part2>div {
    flex-basis: 50%;
}

.part2 div:first-of-type {
    margin-right: 13px;
}

.part2 div:last-of-type {
    margin-left: 13px;
}


.line>p {
    font-family: 'stixgeneralregular';
    font-size: 16px;
    margin: 5px 0;
    text-align: right;
    color: #323232;
}

.line {
    height: 1px;
    border-bottom: 1px solid #323232;
}



/*------------ 3 ------------*/

.part3 {
    position: relative;
    bottom: 27px;
}

.part3>h1 {
    margin: 0;
    text-align: left;
    font-family: 'stixgeneralregular';

}

.part3>h2 {
    font-family: 'stixgeneralitalic';
    margin: 0%;
    text-align: center;
}



/*---------------------- Text ----------------------*/

.text {
    font-family: Helvetica;
    font-weight: 300;
    line-height: 25px;
    font-size: 15px;
    margin: -55px 0 30px;
}


.text>div {
    flex-basis: 45%;
    margin: 0;
}


.text>div p>span {
    font-family: 'stixgeneralitalic';
    position: relative;
    bottom: 10px;
    margin-right: 4px;
    font-size: 20px;
}



/*---------------------- Button ----------------------*/

button {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    background: none;
    padding: 3px 10px;
    color: #ffffff;
    font-size: 11px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    animation: grasin 0.00001s steps(6) infinite;
    position: relative;
    z-index: 301;
}


.btn {
    color: #ffffff;
}


.btn:hover {
    color: #131313;
}


button::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #ffffff;
    z-index: -1;
    transition: 0.5s;
}


.btn::before {
    bottom: 0;
    border-radius: 50% 50% 0 0;
}


.btn:hover::before {
    height: 180%;
}

button a {
    text-decoration: none;
}

button a:visited {
    color: #ffffff;
}

button a:visited:hover {
    color: #131313;
}




/*---------------- Title ----------------*/


.title1 {
    display: flex;
    flex-direction: column;
    margin: 90px 0 60px;
}

.title1 div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
}

.title1 hr {
    width: 100%;

}

.title1 p {
    font-size: 20px;
    font-family: 'nimbus_sans_lregular';
    margin: 0;
    align-self: flex-start;
    color: #777777;
}

.title1 div>h1 {
    font-family: Helvetica;
    font-weight: 600;
    font-size: 43px;
    margin: 5px 2px;
    flex-basis: 20%;
    margin: 0;
}

.title1 div>p {
    font-size: 35.3px;
    font-family: 'stixgeneralregular';
    margin: 0;
}



.title {
    display: flex;
    justify-content: center;
    width: 85%;
    margin: 60px 0;
}

.title div {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}

.title>div div:nth-child(1) {
    flex-basis: 48%;
}

.title>div div:nth-child(2) {
    justify-content: flex-end;
    margin: 0 0 -4.2px;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
}

.title div>h1 {
    font-family: 'nimbus_sans_lbold';
    font-size: 18px;
    margin: 5px 2px;
    flex-basis: 44%;
}

.title>div h1>span {
    font-family: 'stixgeneralitalic';

}


.title>div div>p {
    font-family: 'stixgeneralregular';
    font-size: 18.5px;
    text-align: right;
    color: #ffffff;
    margin: 0;
}





@media (min-width:440px) {

    .title div>h1 {
        font-size: 17px;
        margin: 5px 2px;
        flex-basis: 38%;
    }

    .title>div div>p {
        font-size: 18.5px;
    }
}

@media (min-width:490px) {

    .title div>h1 {
        font-size: 17px;
        margin: 5px 2px;
        flex-basis: 34%;
    }

    .title>div div>p {
        font-size: 18.5px;
    }
}

@media (min-width:580px) {

    .title div>h1 {
        font-size: 23px;
        margin: 5px 2px;
        flex-basis: 39%;
    }

    .title>div div>p {
        font-size: 22.5px;
    }
}

@media (min-width:680px) {

    .title div>h1 {
        font-size: 27px;
        margin: 5px 2px;
        flex-basis: 38%;
    }

    .title>div div>p {
        font-size: 24.5px;
    }
}

@media (min-width:780px) {

    .title div>h1 {
        font-size: 31px;
        margin: 5px 2px;
        flex-basis: 38%;
    }

    .title>div div>p {
        font-size: 28.2px;
    }


    .project-title>div h2 {
        font-size: 24px;
    }

    .project-title>div h3 {
        font-size: 19px;
    }

}

@media (min-width:880px) {

    .title div>h1 {
        font-size: 30px;
        margin: 5px 2px;
        flex-basis: 32%;
    }

    .title>div div>p {
        font-size: 28.2px;
    }
}


@media (min-width:980px) {

    .title div>h1 {
        font-size: 30px;
        margin: 5px 2px;
        flex-basis: 28%;
    }

    .title>div div>p {
        font-size: 28.2px;
    }
}

@media (min-width:1080px) {

    .title div>h1 {
        font-size: 31px;
        margin: 5px 2px;
        flex-basis: 25%;
    }

    .title>div div>p {
        font-size: 28.2px;
    }
}

@media (min-width:1180px) {

    .title div>h1 {
        font-size: 30px;
        margin: 5px 2px;
        flex-basis: 22%;
    }

    .title>div div>p {
        font-size: 28.3px;
    }
}

@media (min-width:1280px) {

    .title div>h1 {
        font-size: 33px;
        margin: 5px 2px;
        flex-basis: 22%;
    }

    .title>div div>p {
        font-size: 30.3px;
    }
}

@media (min-width:1380px) {

    .title div>h1 {
        font-size: 34px;
        margin: 5px 2px;
        flex-basis: 21%;
    }

    .title>div div>p {
        font-size: 30.4px;
    }
}


@media (min-width:1480px) {

    .title div>h1 {
        font-size: 35px;
        margin: 5px 2px;
        flex-basis: 20%;
    }

    .title>div div>p {
        font-size: 31.2px;
    }
}


@media (min-width:1580px) {

    .title div>h1 {
        font-size: 38px;
        margin: 5px 2px;
        flex-basis: 20%;
    }

    .title>div div>p {
        font-size: 33.3px;
    }
}


@media (min-width:1720px) {

    .title div>h1 {
        font-size: 41px;
        margin: 5px 2px;
        flex-basis: 20%;
    }

    .title>div div>p {
        font-size: 35.3px;
    }
}


@media (min-width:1820px) {

    .title div>h1 {
        font-size: 43px;
        margin: 5px 2px;
        flex-basis: 20%;
    }

    .title>div div>p {
        font-size: 37px;
    }
}

/*---------------- Project-Title ----------------*/


.project-title {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}


.project-title>div {
    flex-basis: 100%;

}

.title div>hr,
.project-title div>hr {
    margin: 1px 0;
    width: 100%;
}

.project-title>div h2 {
    font-family: 'nimbus_sans_lbold';
    font-size: 17px;
    margin: 0;
}


.project-title>div h3 {
    font-family: 'nimbus_sans_lregular';
    font-size: 13px;
    margin: 0;
    text-align: right;
}

@media (min-width:580px) {

    .project-title {
        margin-bottom: 25px;
    }

    .project-title>div h2 {
        font-size: 21px;
    }

    .project-title>div h3 {
        font-size: 16px;
    }

}



@media (min-width:780px) {

    .project-title>div h2 {
        font-size: 26px;
    }

    .project-title>div h3 {
        font-size: 20px;
    }
}


@media (min-width:1020px) {


    .project-title {
        margin-bottom: 27px;
    }

    .project-title>div h2 {
        font-size: 28px;
    }

    .project-title>div h3 {
        font-size: 21px;
    }
}


/*---------------------- About ----------------------*/


.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
    margin-bottom: 30px;
}

.about>div {
    width: 100%;
    margin: 10px 0;
}

.about h1 {
    font-family: 'nimbus_sans_lbold';
    margin: 5px 0;
    font-size: 20px;
    text-align: left;
}

.about hr {
    margin: 10px 0 10px 0;
    width: 100%;
}


.inhalt {
    margin-bottom: 30px;
}

.inhalt span {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    padding: 0.5px 8px;
}


.inhalt span:nth-child(1) {
    margin-right: 4px;
}

.inhalt h2 {
    font-family: 'nimbus_sans_lregular';
    font-size: 20px;
    margin: 0%;
}

.inhalt h3 {
    font-family: 'stixgeneralitalic';
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    margin: 0;
}

.inhalt p>span {
    font-family: 'nimbus_sans_lregular';
    font-size: 17px;
    padding: 0 11px 1px;
}





/*---------------------- Projects ----------------------*/

.projects {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 100px;
}



.projects>div {
    width: 100%;
}



.projects img {
    max-width: 100%;
    border: solid 1px #ffffff;
    border-radius: 7px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}


.imageContainer div>aside {
    font-family: 'nimbus_sans_lregular';
    font-size: 10px;
    text-align: left;
    margin-left: 5px;
}


@media (min-width:500px) {

    .imageContainer div>aside {
        font-size: 12px;
    }
}


.pic-margin1 div {
    margin-bottom: 15px;
}

.pic-margin1 img:nth-child(1) {
    margin-bottom: 10px;
}

.pic-margin1 img:nth-child(2) {
    margin-bottom: 10px;
}

.pic-margin1 img:nth-child(3) {
    margin-bottom: 10px;
}





.project-about {
    width: 100%;
    margin-top: 20px;
}

.project-about>div h4 {
    font-family: 'nimbus_sans_lregular';
    font-size: 13px;
    margin: 0;
}

.project-about>div hr {
    margin: 0;
    width: 100%;
}

.projects>div p {
    font-family: 'nimbus_sans_lregular';
    font-size: 16px;
    margin-bottom: 5;
}


.software {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-between;
}

.software2 {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: flex-end;
}

.software h1 {
    font-family: 'nimbus_sans_lbold';
    font-size: 15px;
    margin: 5px 0 7px ;
}

.software div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.software div>p {
    font-size: 13px;
}

.photoshop {
    border: 0.5px solid #30a8ff;
    background-color: #001e36;
    margin-right: 10px;
    color: #30a8ff;
}

.illustrator {
    border: 1px solid #ff9a00;
    background-color: #2d0402;
    margin-right: 10px;
    color: #ff9a00;
}

.vsc {
    border: 1px solid #23a9f2;
    background-color: #2c2c32;
    margin: 0;
    color: #23a9f2;
}

.indesign {
    border: 1px solid #ee617c;
    background-color: #560f29;
    margin-right: 10px;
    color: #ee617c;
}

.figma {
    border: 1px solid #ffffff;
}

.photoshop,
.illustrator,
.figma,
.vsc,
.indesign {
    font-family: 'nimbus_sans_lregular';
    border-radius: 50px;
    padding: 0.5px 6px;
    margin-bottom: 0;
    margin-top: 0;
}

.figma span:nth-child(1) {
    color: #ff8181;
}

.figma span:nth-child(2) {
    color: #ff3939;
}

.figma span:nth-child(3) {
    color: #ad00ff;
}

.figma span:nth-child(4) {
    color: #00d1ff;
}

.figma span:nth-child(5) {
    color: #00ff19;
}





/*---------------------- 580px ----------------------*/

@media (min-width:580px) {

    .part1 h1,
    .part3 h1,
    .part3>h2 {
        margin: 0;
        line-height: 49px;
        font-size: 53.3px;
    }

    .part3>h2 {
        margin-top: 5px;
    }

    .part1>p {
        font-size: 40px;
        line-height: 43px;
    }

    .part2>img {
        max-width: 192px;

    }

    .part2 {
        position: relative;
        bottom: 12px;
    }

    .part3 {
        position: relative;
        bottom: 39px;
    }


    .inhalt p>span {
        font-family: 'nimbus_sans_lregular';
        font-size: 20px;
        padding: 0 15px 1px;
    }

}




/*---------------------- 1020px ----------------------*/

@media (min-width:1020px) {

    .part1 h1,
    .part3 h1,
    .part3>h2 {
        margin: 0;
        line-height: 64px;
        font-size: 70px;
    }

    .part1>p {
        font-size: 53px;
        line-height: 60px;
    }

    .part2>img {
        max-width: 247px;

    }

    .part2 {
        position: relative;
        bottom: 18px;
    }

    .part3>h2 {
        margin-top: 5px;
    }

    .part3 {
        position: relative;
        bottom: 53px;
    }


    .text {
        font-size: 18px;
    }

    .btn {
        font-size: 15px;
    }



    .about>div {
        display: flex;
        justify-content: space-between;
    }

    .about div>div {
        flex-basis: 45%;
    }



    .inhalt {
        display: flex;
        justify-content: right;
    }

    .inhalt section {
        width: 72%;
    }

}

/*---------------------- 1440px ----------------------*/

@media (min-width:1440px) {
    .text {
        display: flex;
        justify-content: space-between;
    }

    .inhalt section {
        width: 51%;
    }

    .about {
        margin-bottom: 82px;
    }

}


/*---------------------- 1720px ----------------------*/

@media (min-width:1720px) {

    .part1 h1,
    .part3 h1,
    .part3>h2 {
        margin: 0;
        line-height: 80px;
        font-size: 95px;
    }

    .part3>h2 {
        margin-top: 5px;
    }

    .part1>p {
        font-size: 72px;
        line-height: 96px;
    }

    .part2>img {
        max-width: 338px;

    }

    .part2 {
        position: relative;
        bottom: 31px;
    }

    .part3 {
        position: relative;
        bottom: 75px;
    }



    .projects div>p {
        font-size: 17px;
    }


}





/*----------------------- Lightbox -----------------------*/




.imageBox,
.imageBox3 {
    width: 75%;
}

.imageBox1 {
    width: 50%;
}


.imageBox4 {
    width: 66%;
}


.imageBox5,
.imageBox6 {
    width: 35%;

}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}



.imageContainer div {
    display: flex;
}


.imageContainer div>div {
    display: block;
}



.image {
    width: 100%;
}

.image {
    -webkit-transform: perspective(1px);
    -moz-transform: perspective(1px);
    transform: perspective(1px);
}

.overlayContainer,
.overlayContainer1,
.overlayContainer2,
.overlayContainer3,
.overlayContainer4,
.overlayContainer5,
.overlayContainer6,
.overlayContainernew {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 250;
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    background-color: #181818d1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    bottom: 25px;
}


.overlayContainer,
.overlayContainer3 {
    bottom: 30px;
}

.overlayContainer4 {
    bottom: 35px;
}



.relativeContainer {
    position: relative;
    margin: 0 0.5rem;
}



.imageBox,
.imageBox1,
.imageBox2,
.imageBox3,
.imageBox4,
.imageBox5,
.imageBox6,
.imageBoxnew {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
    line-height: 0;
    position: absolute;
    text-align: center;
}


.imageLink,
.imageLink1,
.imageLink2,
.imageLink3,
.imageLink4,
.imageLink5,
.imageLink6,
.imageLinknew {
    outline: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: inherit;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
    line-height: 0;
    text-align: center;
}

.imageLink,
.imageLink3,
.imageLink5,
.imageLink6{
    margin: 0;
}



.imageLink:hover,
.imageLink:focus,
.imageLink1:hover,
.imageLink1:focus,
.imageLink2:hover,
.imageLink2:focus,
.imageLink3:hover,
.imageLink3:focus,
.imageLink4:hover,
.imageLink4:focus,
.imageLink5:hover,
.imageLink5:focus,
.imageLink6:hover,
.imageLink6:focus,
.imageLinknew:hover,
.imageLinknew:focus {
    opacity: 0.8;
}



.largeImage,
.largeImage1,
.largeImage2,
.largeImage3,
.largeImage4,
.largeImage5,
.largeImage6
{
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.264);
    width: 100vw;
    -webkit-transform: perspective(1px);
    -moz-transform: perspective(1px);
    transform: perspective(1px);
}



.imageCaption,
.imageCaption1,
.imageCaption2,
.imageCaption3,
.imageCaption4,
.imageCaption5,
.imageCaption6,
.imageCaptionnew {
    background: rgba(51, 51, 51, .8);
    color: #fff;
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.opacity {
    visibility: visible;
    opacity: 1;
}



@media (max-width:1120px) {

    .imageBox,
    .imageBox1,
    .imageBox2,
    .imageBox3,
    .imageBox4 {
        width: 93%;
    }

    .imageBox5,
    .imageBox6 {
        width: 53%;
        top: 50.5%;
    }


    .overlayContainer,
    .overlayContainer1,
    .overlayContainer2,
    .overlayContainer3,
    .overlayContainer4,
    .overlayContainer5,
    .overlayContainer6 {
        bottom: 0;
    }

}


@media (max-width:800px) {

    .imageBox5,
    .imageBox6 {
        width: 74%;
    }

}

@media (max-width:620px) {

    .imageBox5,
    .imageBox6 {
        width: 95%;
        top: 50.5%;
    }
}



* {
    box-sizing: border-box;
}



.wrapper {
    position: relative;
    overflow-x: hidden;
}


.wrapper>.container {
    display: flex;
    gap: 5rem;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
}

.container>section {
    display: flex;
    padding: 0;
    width: 100%;
}





@media (min-width:1120px) {

    .projects {
        margin-bottom: 0;
    }

    .container {
        width: 600vw;
        display: flex;
        flex-direction: row;
        gap: 0;
        align-items: flex-start;
    }

    .container>section {
        width: 100vw;
        height: auto;
        padding: 20px;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        margin: 0;
        position: relative;
        right: 1.2%;
    }


    .projects {
        width: 51vw;
    }

    .size {
        width: 45%;
    }

    .projects>div p {
        font-size: 18px;
    }


    .project-about>div h4 {
        font-size: 21px;
    }


    .software h1 {
        font-size: 19px;
    }

    .photoshop,
    .illustrator,
    .figma,
    .vsc,
    .indesign {
        padding: 0.5px 10px;
    }

    .projects {
        margin-bottom: 0;
    }

}




/*-------------- footer --------------*/

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

footer>div {
    width: 85%;
}

footer div>h1 {
    font-family: 'stixgeneralitalic';
    font-size: 108px;
    text-align: center;
    margin-top: 80px;
}

@media (max-width:600px) {

    footer div>h1 {
        font-size: 60px;
    }
}


@media (max-width:1120px) {

    footer {
        height: 87vh;
    }

    .about {
        margin-bottom: 0;
    }

    footer div>h1 {
        margin: -35px 0 72px 0;
    }

    footer>div {
        width: 85%;
    }
}


footer>div h1>span {
    font-family: 'stixgeneralregular';
}

footer div>p {
    font-family: 'nimbus_sans_lregular';
}

.middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middle div {
    flex-basis: 40%;
}

.middle div>h1 {
    font-family: 'nimbus_sans_lbold';
    margin: 5px 0;
    font-size: 20px;
}

.buttom {
    text-align: center;
}

.buttom a>img {
    max-width: 92px;
    position: relative;
    top: 81px;
}

.buttom div>a {
    text-decoration: none;
    margin-left: 7px;
    margin-bottom: 6px;
}

.buttom hr {
    width: 100%;
}

.buttom div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.buttom div:nth-child(2) {
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.buttom div:nth-child(2)>button {
    margin-bottom: 5px;
}


@media (min-width:820px) {

    .buttom div:nth-child(2) {
        flex-direction: row;
        justify-content: end;
        align-items: end;
    }

    .buttom div>a {
        margin-bottom: 0;
    }


    .buttom a>img {
        max-width: 92px;
        position: relative;
        top: 29px;
    }

    .buttom section>span {
        font-size: 15px;
    }

}

.boding9 {
    margin-bottom: 40px;
}

.buttom p {
    flex-basis: 50%;
    margin: 0;
    font-family: 'nimbus_sans_lregular';
    font-size: 11px;
    margin: 0 2px;
}

.buttom section>span {
    font-family: 'nimbus_sans_lregular';
    border: solid 2px #383838;
    color: #383838;
    border-radius: 50px;
    padding: 0 15px 1px;
    margin: 0;
    width: 100%;
    margin-top: 7px;
    font-size: 15px;
}


.buttom div:first-of-type {
    justify-content: flex-end;
}

.buttom div>button {
    margin: 0 0 0 10px;
}


.buttom section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}



.buttom>section span:first-of-type {
    order: 2;
}




@media (min-width: 650px) {

    .buttom>section span:first-of-type {
        order: unset;
    }



    .buttom section {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

    .buttom section>span {
        width: auto;
        margin-top: 0;
    }

}


@media (min-width: 775px) {

    .buttom p {
        flex-basis: 59%;
        margin: 0;
        font-family: 'nimbus_sans_lregular';
        font-size: 12px;
    }
}


@media (min-width:973px) {

    /* .buttom p {
            flex-basis: 30%;
        }
     */
}




/*----------------------- Impressum & Datenschutz-----------------------*/


.impressum {
    margin: 50px;


}

.impressum section>div {
    flex-basis: 100%;
    align-items: center;
    border: solid 0.5px #ffffff;

    padding: 20px;
}

.si {
    display: flex;
    justify-content: end;
    align-content: center;
}

.si img {
    max-width: 41%;
    rotate: -29deg;
    position: relative;
    bottom: 26px;
    right: 6px;
}


.lg {
    flex-basis: 100%;
    border: solid 0.5px #ffffff;
}

.lg {
    padding: 20px;
}



.impressum h1 {
    font-family: 'stixgeneralregular';
    font-size: 60px;
    margin: 0;
}


.impressum div>h2 {
    font-family: 'stixgeneralregular';
    font-size: 30px;
    margin: 0;

}

.impressum div>hr {
    border: none;
    width: 100%;
    height: 0.5px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.impressum div>p {
    font-family: 'nimbus_sans_lregular';
    font-size: 15px;
    margin: 0;
}

.impressum a {

    color: #ffffff;
}

.impressum a:visited {
    color: #ffffff;
}


@media (min-width:1020px) {
    .impressum section {
        display: flex;
        justify-content: left;
    }
}


ul li>h4 {
    font-family: 'stixgeneralregular';
    font-size: 20px;
    margin: 0;

}


ul li>p {
    font-family: 'nimbus_sans_lregular';
    font-size: 15px;
}




/*----------------------- Grain -----------------------*/

.grain {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 0;
    transform: translateZ(0);
}

.grain:before {
    content: "";
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
    z-index: 9999;
    position: fixed;
    background-image: url(../Pictures/grainmin.png);;
    opacity: 0.4;
    pointer-events: none;
    -webkit-animation: noise 1s steps(2) infinite;
    animation: noise 1s steps(2) infinite;
}

@-webkit-keyframes noise {
    to {
        transform: translate3d(-7rem, 0, 0)
    }
}

@keyframes noise {
    0% {
        transform: translate3d(0, 9rem, 0)
    }

    10% {
        transform: translate3d(-1rem, -4rem, 0)
    }

    20% {
        transform: translate3d(-8rem, 2rem, 0)
    }

    30% {
        transform: translate3d(9rem, -9rem, 0)
    }

    40% {
        transform: translate3d(-2rem, 7rem, 0)
    }

    50% {
        transform: translate3d(-9rem, -4rem, 0)
    }

    60% {
        transform: translate3d(2rem, 6rem, 0)
    }

    70% {
        transform: translate3d(7rem, -8rem, 0)
    }

    80% {
        transform: translate3d(-9rem, 1rem, 0)
    }

    90% {
        transform: translate3d(6rem, -5rem, 0)
    }

    to {
        transform: translate3d(-7rem, 0, 0)
    }
}

.section-above-grain {
    position: relative;
    z-index: 2;
}





.img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.5s;
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.5s;
}