/*NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - NAVBAR - */

*{
    margin:0px;
    padding: 0px;
    box-sizing:border-box;
}

nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 10vh;
    background-color: #DFE2F4;
    font-family: 'Manrope', sans-serif;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 5px 80px 0px rgba(0,0,0,0.3);
}
h1{
    color: #1B2040;
    font-size: 30px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    justify-self: center;
    align-self: center;
    letter-spacing: 2px;
    transition: all 0.5s ease-in-out;
}
h1:hover{
    color: #00CA99; 
}
.startseite{
    text-decoration: none;
    color: #1B2040;
}
.nav-links{
    display: flex;
    justify-content: space-around;
    width: 700px;
    color: #1B2040;
	padding: 0;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    transition: all 0.5s ease-in-out;
}
.nav-links li{
    list-style: none;
    transition: all 0.5s ease-in-out;
}
.nav-links a{
    color: #1B2040;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.nav-links li:hover{
    color: #00CA99; 
}
a.current{
    color: #00CA99;
}
.burger{
    display: none;
    cursor: pointer;
}
.burger div{
    width: 35px;
    height: 4px;
    background-color: #1B2040;
    margin: 7px;
    border-radius: 3px;
    transition: all 0.3s ease;
}


@media screen and (max-width: 1023px){
    body{
        overflow-x: hidden;
    }
    .nav-links{
        position: absolute;
        right: 0px;
        height: 80vh;
        top: 8vh;
        background-color: #DFE2F4;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
    }
    .nav-links li{
        opacity: 0;
    }
    .burger{
        display: block;
    }
}

.nav-active{
    transform: translateX(0%);
}


@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

.toggle .line1{
    transform: rotate(-45deg) translate(-5px,10px);
}
.toggle .line2{
    opacity: 0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-10px);
}

/*FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - */

footer{
    display:grid;
    grid-template-columns: [line1] 33.3% [line2] 33.3% [line3] 33.3% [end];
    grid-template-rows: [row1] 80px [row2] 40px [row3];
    background: url("Bilder/Icons/watercolor-paper-texture-background_2F3660.jpg");
    background-size: 100%;
    background-color: #2F3660;
    padding: 2.5vw;
    margin-top: 0;
    max-width: 100%;
    margin-right:0;
    margin-left: 0;
}
.footer-mail{
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: row1;
    grid-row-end: row2;
    color: white;
	padding: 2vw 0;
    font-size: 15px;
    font-family: 'Manrope', sans-serif;
    transition: all 0.5s ease-in-out;
}
a.footer-mail{
    text-decoration: none;
    color: white;
	padding: 2vw 0;
    font-size: 15px;
    font-family: 'Manrope', sans-serif;
    transition: all 0.5s ease-in-out;
}
img.logo{
    grid-column-start: line2;
    grid-column-end: line3;
    grid-row-start: row1;
    grid-row-end: row2;
    max-height: 67px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.instagram{
    max-height: 30px; 
    margin: 4px;
    transition: all 0.5s ease-in-out;
}
img.instagram:hover{
    filter: opacity(70%);
}
img.youtube{
    max-height: 30px;
    margin: 4px;
    transition: all 0.5s ease-in-out;
}
img.youtube:hover{
    filter: opacity(70%);
}
.socialmedia{
    grid-column-start: line2;
    grid-column-end: line3;
    grid-row-start: row2;
    grid-row-end: row3;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.impressum{
    grid-column-start: line3;
    grid-column-end: end;
    grid-row-start: row1;
    grid-row-end: row2;
    text-align: right; 
    color: white;
	padding: 2vw 0;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    transition: all 0.5s ease-in-out;
}
a.impressum{
    text-decoration: none;
    grid-column-start: line3;
    grid-column-end: end;
    grid-row-start: row1;
    grid-row-end: row2;
    text-align: right; 
    color: white;
	padding: 2vw 0;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    transition: all 0.5s ease-in-out;
}
.impressum:hover{
    color: #00CA99;
}


/*FOOTER HELLBLAU - FOOTER HELLBLAU - FOOTER HELLBLAU - FOOTER HELLBLAU - FOOTER HELLBLAU - FOOTER HELLBLAU - FOOTER HELLBLAU - FOOTER HELLBLAU - FOOTER HELLBLAU - FOOTER HELLBLAU*/
footer.hellblau{
    background: url("Bilder/Icons/watercolor-paper-texture-background_E9EDFF.jpg");
    background-size: 100%;
}
div.footer-mail-blue{
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: row1;
    grid-row-end: row2;
    color: #1B2040;
	padding: 2vw 0;
    font-size: 15px;
    font-family: 'Manrope', sans-serif;
    transition: all 0.5s ease-in-out;
}
a.footer-mail-blue{
    text-decoration: none;
    color: #1B2040;
	padding: 2vw 0;
    font-size: 15px;
    font-family: 'Manrope', sans-serif;
    transition: all 0.5s ease-in-out;
}
.impressum-blue{
    grid-column-start: line3;
    grid-column-end: end;
    grid-row-start: row1;
    grid-row-end: row2;
    text-align: right; 
    color: #1B2040;
	padding: 2vw 0;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    transition: all 0.5s ease-in-out;
}
a.impressum-blue{
    text-decoration: none;
    grid-column-start: line3;
    grid-column-end: end;
    grid-row-start: row1;
    grid-row-end: row2;
    text-align: right; 
    color: #1B2040;
	padding: 2vw 0;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    transition: all 0.5s ease-in-out;
}
.impressum-blue:hover{
    color: #00CA99;
}

/*FOOTER - MOBILE - FOOTER - MOBILE - FOOTER - MOBILE - FOOTER - MOBILE - FOOTER - MOBILE - FOOTER - MOBILE - FOOTER - MOBILE - FOOTER - MOBILE - FOOTER - MOBILE - FOOTER - MOBILE - */

@media screen and (max-width: 767px){
    footer{
        display: grid;
        grid-template-columns: [line1] 100% [line2];
        grid-template-rows: [row1] 80px [row2] 80px [row3] 80px [row4] 80px [row5];
        background-color: #2F3660;
        padding: 2.5vw;
        margin-top: 0;
        max-width: 100%;
        margin-right:0;
        margin-left: 0;
    }
    .footer-mail{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        padding: 2vw 0;
        text-align: center;
        align-self: center;
        justify-self: center;
    }
    img.logo{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row2;
        grid-row-end: row3;
    }
    .socialmedia{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
        display: block;
        margin-left: auto;
        margin-right: auto;
        align-self: center;
        justify-self: center;
    }
    .impressum{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row4;
        grid-row-end: row5;
        text-align: center; 
        padding: 2vw 0;
        align-self: center;
        justify-self: center;
    }
    
    
    .footer-mail-blue{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        padding: 2vw 0;
        text-align: center;
        align-self: center;
        justify-self: center;
    }
    .impressum-blue{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row4;
        grid-row-end: row5;
        text-align: center; 
        padding: 2vw 0;
        align-self: center;
        justify-self: center;
    }
}




/*STARTSEITE - STARTSEITE - STARTSEITE - STARTSEITE - STARTSEITE - STARTSEITE - STARTSEITE - STARTSEITE - STARTSEITE - STARTSEITE - STARTSEITE - STARTSEITE - */

html.startseite{
    background: url("Bilder/Startseite/BlauerWellenHintergrundlang.png") no-repeat, url("Bilder/Icons/watercolor-paper-texture-background_E9EDFF.jpg");
    background-size: 100%;
    background-blend-mode: multiply;
    scroll-behavior: smooth;
}
h2 {
    color:#2F3660;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 4.8vw;
    margin: 0;
    padding-left: 1vw;
    padding-right: 1vw;
    border-bottom: 2vw white solid;
    display: inline-block;
}
h2.hithere{
    line-height: 0.2;
    margin-bottom: 2.7vw;
}
h2.iamanna{
    line-height: 0.2;
    margin-bottom: 2.7vw;
}
main.startseite{
    margin-top: 15vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
    line-height: 150%;
    font-size: 1.3vw;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    padding: 0;
}
p{
    margin-bottom: 0;
    margin-top:0;
}
div.seemore{
    line-height: 150%;
    font-size: 1.2vw;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    color: white;
    border: 0.15vw solid white;
    display: inline-block;
    background-color: #00CA99;
    padding: 0.7vw;
    padding-left: 0.9vw;
    padding-right: 0.9vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    transition: all 0.5s ease-in-out;
}
div.seemore:hover{
    border-color: #00CA99;
    background-color: white;
    color: #00CA99;
}

/*STARTSEITE PORTFOLIO*/

div.portfolio{
    display:grid;
    grid-template-columns: [line1] 50% [line2] 50% [end];
    grid-template-rows: [row1] 44vw [row2] 44vw [row3] 44vw [row4];
    margin-top: 7vw;
    margin-left: auto;
    margin-right: auto;
    line-height: 190%;
    font-size: 1.2vw;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    padding: 0;
}
/*border-bottom: 2vw white solid;*/
h3{
    color:#2F3660;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 3.7vw;
    display: inline-block;
    line-height: 0.2;
    margin-bottom: 4vw;
}
h3:hover{
    color: #00CA99;
}
h3.design{
    color: white;
    transition: all 0.5s ease-in-out;
}
h3.photography{
    color: white;
    transition: all 0.5s ease-in-out;
}
h3.videos{
    color: black;
    transition: all 0.5s ease-in-out;
}



img.design{
    max-height: 33vw;
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: row1;
    grid-row-end: row2;
    justify-self: center;
    align-self: center;
    border: 0.6vw solid white;
    transition: all 0.6s ease-in-out;
}
a.design{
    max-height: 33vw;
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: row1;
    grid-row-end: row2;
    justify-self: center;
    align-self: center;
    transition: all 0.6s ease-in-out;
}
div.design{
    grid-column-start: line2;
    grid-column-end: end;
    grid-row-start: row1;
    grid-row-end: row2;
    text-align: center;
    align-self: center;
    justify-self: center; 
    max-width: 25vw;
    color: white;
    padding-top: 5vw;
}

div.photographycolor{
    background: url("Bilder/Icons/watercolor-paper-texture-background_1B2040.jpg");
    grid-column-start: line1;
    grid-column-end: end;
    grid-row-start: row2;
    grid-row-end: row3;
}
img.photography{
    max-height: 33vw;
    grid-column-start: line2;
    grid-column-end: end;
    grid-row-start: row2;
    grid-row-end: row3;
    justify-self: center;
    align-self: center;
    border: 0.6vw solid white;
    transition: all 0.6s ease-in-out;
}
a.photography{
    max-height: 33vw;
    grid-column-start: line2;
    grid-column-end: end;
    grid-row-start: row2;
    grid-row-end: row3;
    justify-self: center;
    align-self: center;
    transition: all 0.6s ease-in-out;
}
div.photography{
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: row2;
    grid-row-end: row3;
    text-align: center;
    align-self: center;
    justify-self: center;
    color: white;
    max-width: 25vw;
    padding-top: 5vw;
}

div.videoscolor{
    background: url("Bilder/Icons/watercolor-paper-texture-background_E9EDFF.jpg");
    grid-column-start: line1;
    grid-column-end: end;
    grid-row-start: row3;
    grid-row-end: row4;
}
div.videos{
    grid-column-start: line2;
    grid-column-end: end;
    grid-row-start: row3;
    grid-row-end: row4;
    text-align: center;
    align-self: center;
    justify-self: center; 
    max-width: 25vw;
    padding-top: 5vw;
}
img.videos{
    max-height: 33vw;
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: row3;
    grid-row-end: row4;
    justify-self: center;
    align-self: center;
    border: 0.6vw solid white;
    transition: all 0.6s ease-in-out;
}
a.videos{
    max-height: 33vw;
    grid-column-start: line1;
    grid-column-end: line2;
    grid-row-start: row3;
    grid-row-end: row4;
    justify-self: center;
    align-self: center;
    transition: all 0.6s ease-in-out;
}


/*STARTSEITE - MOBILE - STARTSEITE - MOBILE - STARTSEITE - MOBILE - STARTSEITE - MOBILE - STARTSEITE - MOBILE - STARTSEITE - MOBILE - STARTSEITE - MOBILE - STARTSEITE - MOBILE - */


@media screen and (max-width: 767px) and (min-width: 650px){
    nav{
        min-height: 12vh;
    }
    html.startseite{
        background-size: 170%;
        background-position: center top;
    }
    h2 {
    color:#2F3660;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 42px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 20px white solid;
    display: inline-block;
    }
    h2.hithere{
        line-height: 0.3;
        margin-bottom: 20px;
    }
    h2.iamanna{
        line-height: 0.3;
        margin-bottom: 70px;
    }
    main.startseite{
        margin-top: 20vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 82vw;
        line-height: 150%;
        font-size: 20px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    div.seemore{
        line-height: 150%;
        font-size: 15px;
        font-family: 'Manrope', sans-serif;
        font-weight: 700;
        color: white;
        border: 2px solid white;
        display: inline-block;
        background-color: #00CA99;
        padding: 9px;
        padding-left: 14px;
        padding-right: 14px;
        margin-top: 40px;
        margin-bottom: 5vw;
        transition: all 0.5s ease-in-out;
    }
    p.abstand-startseite{
        margin-bottom: 170px; 
    }
    /*STARTSEITE PORTFOLIO*/

    div.portfolio{
        display:grid;
        grid-template-columns: [line1] 100% [line2];
        grid-template-rows: [row1] 500px [row2] 500px [row3] 500px [row4] 500px [row5] 500px [row6] 500px [row7];
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        line-height: 150%;
        font-size: 20px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    /*border-bottom: 2vw white solid;*/
    h3{
        font-size: 37px;
        display: inline-block;
        line-height: 0.2;
        margin-bottom: 60px;
    }
    img.design{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.design{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
    div.design{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row2;
        grid-row-end: row3;
        text-align: center;
        align-self: center;
        justify-self: center; 
        max-width: 82vw;
        color: white;
    }

    div.photographycolor{
        background: url("Bilder/Icons/watercolor-paper-texture-background_1B2040.jpg");
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row5;
    }
    img.photography{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.photography{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
    div.photography{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row4;
        grid-row-end: row5;
        text-align: center;
        align-self: center;
        justify-self: center;
        color: white;
        max-width: 82vw;
    }

    div.videoscolor{
        background: url("Bilder/Icons/watercolor-paper-texture-background_E9EDFF.jpg");
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row7;
    }
    div.videos{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row6;
        grid-row-end: row7;
        text-align: center;
        align-self: center;
        justify-self: center; 
        max-width: 82vw;
    }
    img.videos{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row6;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.videos{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row6;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
}

@media screen and (max-width: 650px) and (min-width: 531px){
        nav{
        min-height: 12vh;
    }
    html.startseite{
        background-size: 240%;
        background-position: center top;
    }
    h2 {
    color:#2F3660;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 42px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 20px white solid;
    display: inline-block;
    }
    h2.hithere{
        line-height: 0.3;
        margin-bottom: 20px;
    }
    h2.iamanna{
        line-height: 0.3;
        margin-bottom: 70px;
    }
    main.startseite{
        margin-top: 20vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 82vw;
        line-height: 150%;
        font-size: 20px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    div.seemore{
        line-height: 150%;
        font-size: 15px;
        font-family: 'Manrope', sans-serif;
        font-weight: 700;
        color: white;
        border: 2px solid white;
        display: inline-block;
        background-color: #00CA99;
        padding: 9px;
        padding-left: 14px;
        padding-right: 14px;
        margin-top: 40px;
        margin-bottom: 5vw;
        transition: all 0.5s ease-in-out;
    }
    p.abstand-startseite{
        margin-bottom: 170px; 
    }
    /*STARTSEITE PORTFOLIO*/

    div.portfolio{
        display:grid;
        grid-template-columns: [line1] 100% [line2];
        grid-template-rows: [row1] 500px [row2] 500px [row3] 500px [row4] 500px [row5] 500px [row6] 500px [row7];
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        line-height: 150%;
        font-size: 20px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    /*border-bottom: 2vw white solid;*/
    h3{
        font-size: 37px;
        display: inline-block;
        line-height: 0.2;
        margin-bottom: 60px;
    }
    img.design{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.design{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
    div.design{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row2;
        grid-row-end: row3;
        text-align: center;
        align-self: center;
        justify-self: center; 
        max-width: 82vw;
        color: white;
    }

    div.photographycolor{
        background: url("Bilder/Icons/watercolor-paper-texture-background_1B2040.jpg");
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row5;
    }
    img.photography{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.photography{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
    div.photography{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row4;
        grid-row-end: row5;
        text-align: center;
        align-self: center;
        justify-self: center;
        color: white;
        max-width: 82vw;
    }

    div.videoscolor{
        background: url("Bilder/Icons/watercolor-paper-texture-background_E9EDFF.jpg");
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row7;
    }
    div.videos{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row6;
        grid-row-end: row7;
        text-align: center;
        align-self: center;
        justify-self: center; 
        max-width: 82vw;
    }
    img.videos{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row6;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.videos{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row6;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
}

@media screen and (min-width: 470px) and (max-width: 530px){
    nav{
        min-height: 12vh;
    }
    html.startseite{
        background-size: 270%;
        background-position: center top;
    }
    h2 {
    color:#2F3660;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 42px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 20px white solid;
    display: inline-block;
    }
    h2.hithere{
        line-height: 0.3;
        margin-bottom: 20px;
    }
    h2.iamanna{
        line-height: 0.3;
        margin-bottom: 70px;
    }
    main.startseite{
        margin-top: 20vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 82vw;
        line-height: 150%;
        font-size: 20px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    div.seemore{
        line-height: 150%;
        font-size: 15px;
        font-family: 'Manrope', sans-serif;
        font-weight: 700;
        color: white;
        border: 2px solid white;
        display: inline-block;
        background-color: #00CA99;
        padding: 9px;
        padding-left: 14px;
        padding-right: 14px;
        margin-top: 40px;
        margin-bottom: 5vw;
        transition: all 0.5s ease-in-out;
    }
    p.abstand-startseite{
        margin-bottom: 170px; 
    }
    /*STARTSEITE PORTFOLIO*/

    div.portfolio{
        display:grid;
        grid-template-columns: [line1] 100% [line2];
        grid-template-rows: [row1] 500px [row2] 500px [row3] 500px [row4] 500px [row5] 500px [row6] 500px [row7];
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        line-height: 150%;
        font-size: 20px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    /*border-bottom: 2vw white solid;*/
    h3{
        font-size: 37px;
        display: inline-block;
        line-height: 0.2;
        margin-bottom: 60px;
    }
    img.design{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.design{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
    div.design{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row2;
        grid-row-end: row3;
        text-align: center;
        align-self: center;
        justify-self: center; 
        max-width: 82vw;
        color: white;
    }

    div.photographycolor{
        background: url("Bilder/Icons/watercolor-paper-texture-background_1B2040.jpg");
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row5;
    }
    img.photography{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.photography{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
    div.photography{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row4;
        grid-row-end: row5;
        text-align: center;
        align-self: center;
        justify-self: center;
        color: white;
        max-width: 82vw;
    }

    div.videoscolor{
        background: url("Bilder/Icons/watercolor-paper-texture-background_E9EDFF.jpg");
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row7;
    }
    div.videos{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row6;
        grid-row-end: row7;
        text-align: center;
        align-self: center;
        justify-self: center; 
        max-width: 82vw;
    }
    img.videos{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row6;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.videos{
        max-height: 400px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row6;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
}


@media screen and (max-width: 469px){
    nav{
        min-height: 10vh;
    }
    html.startseite{
        background-size: 285%;
        background-position: center top;
    }
    h2 {
    font-size: 34px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 17px white solid;
    display: inline-block;
    }
    h2.hithere{
        line-height: 0.3;
        margin-bottom: 14px;
    }
    h2.iamanna{
        line-height: 0.3;
        margin-bottom: 44px;
    }
    main.startseite{
        margin-top: 16vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 85vw;
        line-height: 150%;
        font-size: 16px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    div.seemore{
        line-height: 150%;
        font-size: 12px;
        font-family: 'Manrope', sans-serif;
        font-weight: 700;
        color: white;
        border: 2px solid white;
        display: inline-block;
        background-color: #00CA99;
        padding: 7px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
        margin-bottom: 9vw;
        transition: all 0.5s ease-in-out;
    }
    p.abstand-startseite{
        margin-bottom: 120px; 
    }
    /*STARTSEITE PORTFOLIO*/

    div.portfolio{
        display:grid;
        grid-template-columns: [line1] 100% [line2];
        grid-template-rows: [row1] 340px [row2] 360px [row3] 340px [row4] 480px [row5] 340px [row6] 430px [row7];
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        line-height: 150%;
        font-size: 14px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    /*border-bottom: 2vw white solid;*/
    h3{
        font-size: 30px;
        display: inline-block;
        line-height: 0.2;
        margin-bottom: 40px;
    }
    img.design{
        max-height: 312px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.design{
        max-height: 312px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
    div.design{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row2;
        grid-row-end: row3;
        text-align: center;
        align-self: center;
        justify-self: center; 
        max-width: 82vw;
        color: white;
    }

    div.photographycolor{
        background: url("Bilder/Icons/watercolor-paper-texture-background_1B2040.jpg");
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row5;
    }
    img.photography{
        margin-top: 70px;
        max-height: 312px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.photography{
        max-height: 312px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
    div.photography{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row4;
        grid-row-end: row5;
        text-align: center;
        align-self: center;
        justify-self: center;
        color: white;
        max-width: 82vw;
        margin-top: 40px;
    }

    div.videoscolor{
        background: url("Bilder/Icons/watercolor-paper-texture-background_E9EDFF.jpg");
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row7;
    }
    div.videos{
        margin-top: 40px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row6;
        grid-row-end: row7;
        text-align: center;
        align-self: center;
        justify-self: center; 
        max-width: 82vw;
    }
    img.videos{
        margin-top: 70px;
        max-height: 312px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row6;
        justify-self: center;
        align-self: center;
        border: 7px solid white;
        transition: all 0.6s ease-in-out;
    }
    a.videos{
        max-height: 312px;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row6;
        justify-self: center;
        align-self: center;
        transition: all 0.6s ease-in-out;
    }
}

@media screen and (max-height: 600px) and (max-width:470px){
    html.startseite{
        background-size: 270%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 23vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 85vw;
        line-height: 150%;
        font-size: 16px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    nav{
        min-height: 12vh;
    }
}

@media screen and (max-height: 700px) and (min-height: 601px) and (max-width:470px){
    html.startseite{
        background-size: 273%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 21vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 85vw;
        line-height: 150%;
        font-size: 16px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    nav{
        min-height: 12vh;
    }
}

@media screen and (max-height: 800px) and (min-height: 701px) and (max-width:470px){
    html.startseite{
        background-size: 273%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 18vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 85vw;
        line-height: 150%;
        font-size: 16px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    nav{
        min-height: 12vh;
    }
}

@media screen and (max-height: 520px) and (max-width:553px){
    html.startseite{
        background-size: 180%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 33vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 85vw;
        line-height: 150%;
        font-size: 16px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    nav{
        min-height: 15vh;
    }
}

@media screen and (min-height: 1024px){
    nav{
        min-height: 5vh;
    }
}

@media screen and (max-width: 365px) and (min-width: 355px) and (max-height: 645px) and (min-height: 635px){
    html.startseite{
        background-size: 285%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 20vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 85vw;
        line-height: 150%;
        font-size: 16px;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        padding: 0;
    }
    nav{
        min-height: 12vh;
    }
}

@media screen and (max-height: 365px) and (min-height: 355px) and (max-width: 645px) and (min-width: 635px){
    html.startseite{
        background-size: 150%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 35vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 15vh;
    }
}

@media screen and (max-width: 416px) and (min-width: 405px) and (max-height: 736px) and (min-height: 725px){
    html.startseite{
        background-size: 240%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 18vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 9vh;
    }
}

@media screen and (max-height: 416px) and (min-height: 405px) and (max-width: 736px) and (min-width: 725px){
    html.startseite{
        background-size: 150%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 37vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 15vh;
    }
}

@media screen and (max-width: 416px) and (min-width: 405px) and (max-height: 830px) and (min-height: 810px){
    html.startseite{
        background-size: 240%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 16vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 9vh;
    }
}

@media screen and (max-width: 469px) and (max-height: 820px) and (min-height: 800px){
    main.startseite{
        margin-top: 17vh;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-height: 469px) and (max-width: 820px) and (min-width: 800px){
    main.startseite{
        margin-top: 32vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 15vh;
    }
}

@media screen and (max-width: 775px) and (min-width: 760px) and (max-height: 1030px) and (min-height: 1024px){
    html.startseite{
        background-size: 110%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 14vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 9vh;
    }
}

@media screen and (max-width: 1370px) and (min-width: 1360px) and (max-height: 1030px) and (min-height: 1024px){
    html.startseite{
        background-size: 100%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 20vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 9vh;
    }
}

@media screen and (max-width: 730px) and (min-width: 710px) and (max-height: 550px) and (min-height: 530px){
    html.startseite{
        background-size: 180%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 34vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 14vh;
    }
}

@media screen and (max-height: 730px) and (min-height: 710px) and (max-width: 550px) and (min-width: 530px){
    html.startseite{
        background-size: 240%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 24vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 11vh;
    }
}

@media screen and (max-width: 730px) and (min-width: 710px) and (max-height: 1120px) and (min-height: 1110px){
    html.startseite{
        background-size: 180%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 17vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 7vh;
    }
}

@media screen and (max-width: 2570px) and (min-width: 2550px) and (max-height: 2300px) and (min-height: 2280px){
    nav{
        min-height: 7vh;
    }
    h1{
        font-size: 50px;
    }
    .nav-links{
        display: flex;
        justify-content: space-around;
        width: 1200px;
        font-size: 30px;
    }
}

@media screen and (max-width: 1450px) and (min-width: 1430px) and (max-height: 1240px) and (min-height: 1230px){
    nav{
        min-height: 7vh;
    }
}

@media screen and (max-width: 1030px) and (min-width: 1020px) and (max-height: 1080px) and (min-height: 1060px){
    nav{
        min-height: 7vh;
    }
}

@media screen and (max-width: 430px) and (min-width: 420px) and (max-height: 810px) and (min-height: 795px){
    html.startseite{
        background-size: 240%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 17vh;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 2000px) and (min-width: 1800px) and (max-height: 1100px) and (min-height: 1060px){
    html.startseite{
        background-size: 100%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 26vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 10vh;
    }
    h1{
        font-size: 30px;
    }
    .nav-links{
        display: flex;
        justify-content: space-around;
        width: 1000px;
        font-size: 20px;
    }
}

@media screen and (max-width: 2580px) and (min-width: 2540px) and (max-height: 1460px) and (min-height: 1420px){
    html.startseite{
        background-size: 100%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 26vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 10vh;
    }
    h1{
        font-size: 35px;
    }
    .nav-links{
        display: flex;
        justify-content: space-around;
        width: 1100px;
        font-size: 25px;
    }
}

@media screen and (max-width: 1700px) and (min-width: 1600px) and (max-height: 1060px) and (min-height: 1040px){
    nav{
        min-height: 10vh;
    }
}

@media screen and (max-width: 2580px) and (min-width: 2530px) and (max-height: 1800px) and (min-height: 1400px){
    nav{
        min-height: 10vh;
    }
    h1{
        font-size: 35px;
    }
    .nav-links{
        display: flex;
        justify-content: space-around;
        width: 1100px;
        font-size: 25px;
    }
}

@media screen and (max-width: 5200px) and (min-width: 5000px) and (max-height: 3000px) and (min-height: 2600px){
    html.startseite{
        background-size: 100%;
        background-position: center top;
    }
    main.startseite{
        margin-top: 26vh;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        min-height: 10vh;
    }
    h1{
        font-size: 55px;
    }
    .nav-links{
        display: flex;
        justify-content: space-around;
        width: 2000px;
        font-size: 35px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1200px) and (max-height: 1200px) and (min-height: 900px){
    nav{
        min-height: 10vh;
    }
}


/*ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - ABOUT - */

html.about{
    background: url("Bilder/Icons/watercolor-paper-texture-background_E9EDFF.jpg");
    background-size: 100%;
    scroll-behavior: smooth;
}
main.about{
    padding: 0;
    margin: 0;
    line-height: 150%;
    font-size: 16.5px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    margin-top: 10vw;
}
a.contact{
    text-decoration: none;
    color: black;
    transition: all 0.6s ease-in-out;
}
a.contact:hover{
    color: #00CA99;
}

@media screen and (min-width: 1024px){
    div.introduction{
        margin-top: 10vw;
        display: grid;
        grid-template-columns: [line1] 40% [line2] 60% [end];
        grid-template-rows: [row1] 450px [endrow];
    } 
    h2.hey{
        line-height: 0.4;
        margin-bottom: 2.7vw;
        font-size: 4vw;
    } 
    h2.ntmy{
        line-height: 0.4;
        margin-bottom: 2.7vw;
        font-size: 3.9vw;
    } 
    div.heyntmy{
        margin-left: 6vw;
        margin-top: 6vw;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: endrow;
        justify-self: center;
    }
    img.about{
        max-height: 450px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row1;
        grid-row-end: endrow;
        justify-self: center;
        align-self: center;
    }

    p.kleineueberschrift{
        font-weight: 600;
        font-size: 15px;
    } 
    div.about{
        line-height: 150%;
        font-size: 16.5px;
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        margin-top: 10vw;
        display: grid;
        grid-template-columns: [line1] 35% [line2] 65% [end];
        grid-template-rows: [row1] 280px [row2] 70px [row3] 80px [row4] 200px [row5] 200px [row6];
        grid-row-gap: 4vw;
    }
    div.aboutside{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        margin-left: 15vw;
    }
    div.abouttext{
        width: 525px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row1;
        grid-row-end: row2;
        margin-left: 10vw;
    }
    p.absatz{
        margin-top: 7px;
    } 
    div.contactside{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row2;
        grid-row-end: row3;
        margin-left: 15vw;
    }
    div.contact{
        width: 525px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row2;
        grid-row-end: row3;
        margin-left: 10vw;
    }
    div.smside{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
        margin-left: 15vw;
    }
    div.sm{
        width: 525px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row3;
        grid-row-end: row4;
        margin-left: 10vw;
    }
    div.favside{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row4;
        grid-row-end: row5;
        margin-left: 15vw;
    }
    div.fav{
        width: 525px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row4;
        grid-row-end: row5;
        margin-left: 10vw;
    }
    div.tfv{
        width: 525px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row5;
        grid-row-end: row6;
        margin-left: 10vw;
    }
}

/*ABOUT - MOBILE - ABOUT - MOBILE -ABOUT - MOBILE -ABOUT - MOBILE -ABOUT - MOBILE -ABOUT - MOBILE -ABOUT - MOBILE -ABOUT - MOBILE -ABOUT - MOBILE -ABOUT - MOBILE -ABOUT - MOBILE -*/


@media screen and (min-width: 768px) and (max-width: 1023px){
    div.introduction{
        margin-top: 13vw;
        display: grid;
        grid-template-columns: [line1] 40% [line2] 60% [end];
        grid-template-rows: [row1] 450px [endrow];
    } 
    h2.hey{
        line-height: 0.4;
        margin-bottom: 2.7vw;
        font-size: 4vw;
    } 
    h2.ntmy{
        line-height: 0.4;
        margin-bottom: 2.7vw;
        font-size: 3.9vw;
    } 
    div.heyntmy{
        margin-left: 6vw;
        margin-top: 6vw;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: endrow;
        justify-self: center;
    }
    img.about{
        max-height: 400px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row1;
        grid-row-end: endrow;
        justify-self: center;
        align-self: center;
    }

    p.kleineueberschrift{
        font-weight: 600;
        font-size: 15px;
    } 
    div.about{
        line-height: 150%;
        font-size: 16.5px;
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        margin-top: 10vw;
        display: grid;
        grid-template-columns: [line1] 35% [line2] 65% [end];
        grid-template-rows: [row1] 360px [row2] 120px [row3] 110px [row4] 240px [row5] 200px [row6];
        grid-row-gap: 4vw;
    }
    div.aboutside{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
        margin-left: 6vw;
    }
    div.abouttext{
        width: 450px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row1;
        grid-row-end: row2;
    }
    p.absatz{
        margin-top: 7px;
    } 
    div.contactside{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row2;
        grid-row-end: row3;
        margin-left: 6vw;
    }
    div.contact{
        width: 450px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row2;
        grid-row-end: row3;
    }
    div.smside{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
        margin-left: 6vw;
    }
    div.sm{
        width: 450px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row3;
        grid-row-end: row4;
    }
    div.favside{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row4;
        grid-row-end: row5;
        margin-left: 6vw;
    }
    div.fav{
        width: 450px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row4;
        grid-row-end: row5;
    }
    div.tfv{
        width: 450px;
        grid-column-start: line2;
        grid-column-end: end;
        grid-row-start: row5;
        grid-row-end: row6;
    }
}


@media screen and (min-width: 470px) and (max-width: 767px){
    div.introduction{
        margin-top: 18vh;
    }
    h2.hey{
        line-height: 0.4;
        margin-bottom: 25px;
        font-size: 45px;
    } 
    h2.ntmy{
        line-height: 0.4;
        margin-bottom: 2.7vw;
        font-size: 45px;
    } 
    div.heyntmy{
        margin-left: 6vw;
        margin-top: 6vw;
        justify-self: center;
    }
    img.about{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        max-height: 400px;
    }

    p.kleineueberschrift{
        font-weight: 600;
        font-size: 17px;
    } 
    p.absatz{
        margin-top: 14px;
    } 
    div.about{
        line-height: 150%;
        font-size: 18px;
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        margin-top: 100px;
    }
    div.aboutside{
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 23px;
    }
    div.abouttext{
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 46px;
    }
    div.contactside{
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 23px;
    }
    div.contact{
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 46px;
    }
    div.smside{
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 23px;
    }
    div.sm{
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 46px;
    }
    div.favside{
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 23px;
    }
    div.fav{
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 46px;
    }
    div.tfv{
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
    }
}


@media screen and (max-width: 469px){
    h1{
        font-size: 22px;
    }
    div.introduction{
        margin-top: 18vh;
    }
    h2.hey{
        line-height: 0.2;
        margin-bottom: 20px;
        font-size: 35px;
    } 
    h2.ntmy{
        line-height: 0.3;
        margin-bottom: 2.7vw;
        font-size: 35px;
    } 
    div.heyntmy{
        margin-left: 6vw;
        margin-top: 6vw;
        justify-self: center;
    }
    img.about{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        max-height: 300px;
    }

    p.kleineueberschrift{
        font-weight: 600;
        font-size: 13px;
    } 
    p.absatz{
        margin-top: 11px;
    } 
    div.about{
        line-height: 140%;
        font-size: 14px;
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        margin-top: 85px;
    }
    div.aboutside{
        width: 325px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }
    div.abouttext{
        width: 325px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }
    div.contactside{
        width: 325px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }
    div.contact{
        width: 325px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }
    div.smside{
        width: 325px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }
    div.sm{
        width: 325px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }
    div.favside{
        width: 325px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }
    div.fav{
        width: 325px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }
    div.tfv{
        width: 325px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
    }
}

/*PHOTOGRAPHY STARTSEITE -PHOTOGRAPHY STARTSEITE -PHOTOGRAPHY STARTSEITE -PHOTOGRAPHY STARTSEITE -PHOTOGRAPHY STARTSEITE -PHOTOGRAPHY STARTSEITE -PHOTOGRAPHY STARTSEITE*/
a.overviewuntertitel{
    text-decoration: none;
    color: black;
    transition: all 0.6s ease-in-out;
}
a.overviewuntertitel:hover{
    color: #00CA99;
}
@media screen and (min-width: 1024px){
    main.photography{
        padding: 0;
        margin: 0;
        line-height: 150%;
        font-size: 19.5px;
        margin-top: 13vw;
    }
    img.overviewstart{
        display: block;
        max-width: 84vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5vh;
    }
    div.overviewstart{
        margin-top: 5vw;
    }
    div.overviewuntertitel{
        line-height: 150%;
        font-size: 0.9vw;
        font-family: 'Manrope', sans-serif;
        font-weight: 550;
        max-width: 84vw;
        margin-left: auto;
        margin-right: auto;
    }
    p.overviewuntertitel{
        font-weight: 700;
        font-size: 2vw;
        margin-top: 2vh;
    }
    div.photostartseite{
        display: grid;
        grid-template-columns: [line1] 33.3% [line2] 33.3% [line3] 33.3% [line4];
        grid-template-rows: [row1] auto [row2] auto [row3] auto [row4];
        grid-column-gap: 1vw;
        grid-row-gap: 2.2vw;
        max-width: 84vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10vw;
        margin-top: 9vh;
    }
    div.photountertitel{
        line-height: 150%;
        font-size: 0.9vw;
        font-family: 'Manrope', sans-serif;
        font-weight: 550;
        max-width: 26.5vw;
    }
    p.photountertitel{
        font-weight: 700;
        font-size: 2vw;
        margin-top: 2vh;
        margin-bottom: 4vh;
    }
    img.photostartseite{
        max-width: 26.5vw;
        margin-bottom: 1.5vh;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    main.photography{
        padding: 0;
        margin: 0;
        line-height: 150%;
        font-size: 19.5px;
        margin-top: 16vh;
    }
    img.overviewstart{
        display: block;
        max-width: 84vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1vh;
    }
    div.overviewstart{
        margin-top: 5vw;
    }
    div.overviewuntertitel{
        line-height: 150%;
        font-size: 1vw;
        font-family: 'Manrope', sans-serif;
        font-weight: 550;
        max-width: 84vw;
        margin-left: auto;
        margin-right: auto;
    }
    p.overviewuntertitel{
        font-weight: 700;
        font-size: 2vw;
        margin-top: 1vh;
    }
    div.photostartseite{
        display: grid;
        grid-template-columns: [line1] 33.3% [line2] 33.3% [line3] 33.3% [line4];
        grid-template-rows: [row1] auto [row2] auto [row3] auto [row4];
        grid-column-gap: 1vw;
        grid-row-gap: 1vw;
        max-width: 84vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10vw;
        margin-top: 5vh;
    }
    div.photountertitel{
        line-height: 150%;
        font-size: 1vw;
        font-family: 'Manrope', sans-serif;
        font-weight: 550;
        max-width: 26.5vw;
    }
    p.photountertitel{
        font-weight: 700;
        font-size: 2vw;
        margin-top: 1vh;
        margin-bottom: 3vh;
    }
    img.photostartseite{
        max-width: 26.5vw;
    }
}

@media screen and (min-width: 470px) and (max-width: 767px){
    main.photography{
        padding: 0;
        margin: 0;
        line-height: 150%;
        font-size: 19.5px;
        margin-top: 20vh;
    }
    img.overviewstart{
        display: block;
        max-width: 82vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.6vh;
    }
    div.overviewstart{
        margin-top: 5vw;
    }
    div.overviewuntertitel{
        line-height: 150%;
        font-size: 2.3vw;
        font-family: 'Manrope', sans-serif;
        font-weight: 550;
        max-width: 82vw;
        margin-left: auto;
        margin-right: auto;
    }
    p.overviewuntertitel{
        font-weight: 700;
        font-size: 5vw;
        margin-top: 1.1vh;
    }
    div.photostartseite{
        display: grid;
        grid-template-columns: [line1] 50% [line2] 50% [line3];
        grid-template-rows: [row1] auto [row2] auto [row3] auto [row4];
        grid-column-gap: 2.1vw;
        grid-row-gap: 1vw;
        max-width: 82vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 13vh;
        margin-top: 4.7vh;
    }
    div.photountertitel{
        line-height: 150%;
        font-size: 2.3vw;
        font-family: 'Manrope', sans-serif;
        font-weight: 550;
        max-width: 40vw;
    }
    p.photountertitel{
        font-weight: 700;
        font-size: 5vw;
        margin-top: 1vh;
        margin-bottom: 3vh;
        max-width: 40vw;
        line-height: 120%;
    }
    img.photostartseite{
        max-width: 40vw;
    }
}

@media screen and (max-width: 469px){
    main.photography{
        padding: 0;
        margin: 0;
        line-height: 150%;
        font-size: 19.5px;
        margin-top: 16vh;
    }
    img.overviewstart{
        display: block;
        max-width: 85vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.3vh;
    }
    div.overviewstart{
        margin-top: 5vw;
    }
    div.overviewuntertitel{
        line-height: 150%;
        font-size: 2.3vw;
        font-family: 'Manrope', sans-serif;
        font-weight: 550;
        max-width: 85vw;
        margin-left: auto;
        margin-right: auto;
    }
    p.overviewuntertitel{
        font-weight: 700;
        font-size: 5vw;
        margin-top: 0.6vh;
    }
    div.photostartseite{
        display: grid;
        grid-template-columns: [line1] 50% [line2] 50% [line3];
        grid-template-rows: [row1] auto [row2] auto [row3] auto [row4];
        grid-column-gap: 2.5vw;
        grid-row-gap: 1vw;
        max-width: 85vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6vh;
        margin-top: 3.4vh;
    }
    div.photountertitel{
        line-height: 150%;
        font-size: 2.3vw;
        font-family: 'Manrope', sans-serif;
        font-weight: 550;
        max-width: 40vw;
    }
    p.photountertitel{
        font-weight: 700;
        font-size: 5vw;
        margin-top: 0.3vh;
        margin-bottom: 3vh;
        max-width: 40vw;
        line-height: 120%;
    }
    img.photostartseite{
        max-width: 40vw;
    }
}

/*PHOTOGRAPHY - UNTERSEITEN - PHOTOGRAPHY - UNTERSEITEN - PHOTOGRAPHY - UNTERSEITEN - PHOTOGRAPHY - UNTERSEITEN - PHOTOGRAPHY - UNTERSEITEN - PHOTOGRAPHY - UNTERSEITEN */

div.grid{
    padding: 0;
    margin: 0 auto;
    margin-top: 13vh;
    margin-bottom: 15.6vh;
}
div.grid-item{
    max-width: 399px;
    margin: 0;
    margin-bottom: 27px;
}
img.masonry{
    max-width: 399px;
    margin: 0;
}

.about-photography{
    padding-bottom: 12vh;
}
a.projectlink{
    text-decoration: none;
    color: black;
}
a.about-link{
    text-decoration: none;
    color: #00CA99;
}

.photonext{
    padding-bottom: 17.2vh;
    color: black;
}
h4.nextproject-photo{
    color: black;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 37.5px;
    margin: 0;
    text-align: center;
    transition: all 0.6s ease-in-out;
}
h4.nextproject-photo:hover{
    color: #00CA99;
}
div.linenext-photo{
    width: 2px;
    height: 98px;
    background-color: black;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3vh;
    margin-bottom: 7vh;
}
p.next-photo{
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 15px;
}
p.nextproject-photo{
    text-align: center;
    color: black;
    margin-top: 2.3vh;
    margin-bottom: 5.9vh;
}

/*PHOTOGRAPHY UNTERSEITEN - MOBILE - PHOTOGRAPHY UNTERSEITEN - MOBILE - PHOTOGRAPHY UNTERSEITEN - MOBILE - PHOTOGRAPHY UNTERSEITEN - MOBILE - PHOTOGRAPHY UNTERSEITEN - MOBILE*/
@media screen and (min-width: 768px) and (max-width: 1023px){
    div.grid{
        margin-top: 5vh;
        margin-bottom: 9.2vh;
    }
}

@media screen and (min-width: 470px) and (max-width: 767px){
    div.grid{
        margin-top: 5vh;
        margin-bottom: 9.2vh;
    }
    div.about-photography{
        padding-bottom: 8.1vh;
    }
    
    div.photonext{
        padding-bottom: 13vh;
    }
    h4.nextproject-photo{
        font-size: 37.5px;
    }
    div.linenext-photo{
        margin-top: 3vh;
        margin-bottom: 7vh;
    }
    p.next-photo{
        font-weight: 600;
        font-size: 17px;
    }
    p.nextproject-photo{
        margin-top: 2vh;
        margin-bottom: 4.7vh;
    }
}

@media screen and (max-width: 469px){
    div.grid{
        margin-top: 4vh;
        margin-bottom: 7.4vh;
    }
    div.grid-item{
        max-width: 300px;
        margin: 0;
        margin-bottom: 15px;
    }
    img.masonry{
        max-width: 300px;
        margin: 0;
    }
    
    div.about-photography{
        padding-bottom: 5.9vh;
    }
    
    div.photonext{
        padding-bottom: 9.5vh;
    }
    h4.nextproject-photo{
        font-size: 7.5vw;
    }
    div.linenext-photo{
        margin-top: 3vh;
        margin-bottom: 4vh;
    }
    p.next-photo{
        font-weight: 600;
        font-size: 13px;
    }
    p.nextproject-photo{
        margin-top: 1.2vh;
        margin-bottom: 3vh;
    }
}

/*CORONA DIARY - CORONA DIARY - CORONA DIARY - CORONA DIARY - CORONA DIARY - CORONA DIARY - CORONA DIARY - CORONA DIARY - CORONA DIARY - CORONA DIARY - CORONA DIARY - CORONA DIARY*/
p.corona-unter{
    color: #2F3660;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    font-size: 28px;
    margin: 0;
    max-width: 84vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 9.5vh;
}

img.projectthumbnail{
    max-width: 100%;
    margin: 0;
    margin-bottom: 0vh;
    padding: 0;
}
.kleinerabstand{
    margin-bottom: 2vh;
}
.abstand-about{
    margin-bottom: 4.9vh;
}

div.layout{
    background: url("Bilder/Icons/watercolor-paper-texture-background_2F3660.jpg");
    background-size: 100%;
    padding-top: 14.5vh;
    padding-bottom: 17.2vh;
}
h4.project-unterheadline{
    color: white;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 37.5px;
    margin: 0;
    max-width: 84vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4.1vh;
}
div.layoutimg{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
img.layout{
    max-width: 40.8vw;
    margin: 1.9vh;
    align-self: center;
}

.project-blue{
    background: url("Bilder/Icons/watercolor-paper-texture-background_E9EDFF.jpg");
    background-size: 100%;
    padding-top: 14.5vh;
    padding-bottom: 13.6vh;
}
h4.project-unterheadline-black{
    color: black;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 37.5px;
    margin: 0;
    max-width: 84vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6vh;
}
div.grid-corona{
    padding: 0;
    margin: 0 auto;
}

div.designnext{
    background: url("Bilder/Icons/watercolor-paper-texture-background_1B2040.jpg");
    background-size: 100%;
    padding-top: 17.2vh;
    padding-bottom: 17.2vh;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
    p.corona-unter{
        font-size: 28px;
        max-width: 84vw;
        margin-bottom: 5vh;
    }
    h4.project-unterheadline{
        font-size: 3.7vw;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5vh;
    }
    h4.project-unterheadline-black{
        font-size: 3.7vw;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5vh;
    }
}
@media screen and (min-width: 470px) and (max-width: 767px){
    div.designnext{
        padding-top: 12.6vh;
        padding-bottom: 13vh;
    }
    p.corona-unter{
        font-size: 23px;
        max-width: 84vw;
        margin-bottom: 3.3vh;
    }
    .abstand-about{
        margin-bottom: 0;
    }
    div.layout{
        padding-top: 13vh;
        padding-bottom: 9.6vh;
    }
    img.layout{
        max-width: 82vw;
        margin:0;
        margin-bottom: 3.4vh;
    }
    h4.project-unterheadline{
        max-width: 82vw;
        margin-bottom: 5.4vh;
    }
    .project-blue{
        padding-top: 13vh;
        padding-bottom: 9vh;
    }
    h4.project-unterheadline-black{
        max-width: 82vw;
        margin-bottom: 5.4vh;
    }
}
@media screen and (max-width: 469px){
    div.designnext{
        padding-top: 9.5vh;
        padding-bottom: 9.5vh;
    }
    .abstand-about{
        margin-bottom: 0;
    }
    p.corona-unter{
        font-size: 1.8vh;
        max-width: 84vw;
        margin-bottom: 2.4vh;
    }
    div.layout{
        padding-top: 9.5vh;
        padding-bottom: 7vh;
    }
    img.layout{
        max-width: 85vw;
        margin:0;
        margin-bottom: 2.5vh;
    }
    h4.project-unterheadline{
        font-size: 7.5vw;
        max-width: 85vw;
        margin-bottom: 3.5vh;
    }
    .project-blue{
        padding-top: 9.5vh;
        padding-bottom: 9vh;
    }
    h4.project-unterheadline-black{
        font-size: 7.5vw;
        max-width: 85vw;
        margin-bottom: 3.5vh;
    }
    div.grid-corona{
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        column-width: 200px;
    }
}


/*DESIGN UNTERSEITEN - DESIGN UNTERSEITEN - DESIGN UNTERSEITEN - DESIGN UNTERSEITEN - DESIGN UNTERSEITEN - DESIGN UNTERSEITEN - DESIGN UNTERSEITEN - DESIGN UNTERSEITEN - DESIGN*/
img.designthumbnail{
    max-width: 100%;
    margin: 0;
    margin-bottom: 0vh;
    padding: 0;
}

img.coverillu{
    max-width: 26.5vw;
    margin: 1.9vh;
    align-self: center;
}

p.bold{
    font-weight: 600;
}
.listen-img{
    max-width: 26.5vw;
}
.sketch-img{
    max-width: 26.5vw;
}
.illu-img{
    max-width: 26.5vw;
}
div.podcast-process{
    max-width: 84vw;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: [line1] 26.5vw [line2] 26.5vw [line3] 26.5vw [line4];
    grid-template-rows: [row1] auto [row2] auto [row3];
    grid-column-gap: 3.8vh;
    grid-row-gap: 6vh;
    margin-bottom: 3vh;
}

.wtsimg{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
img.palette{
    max-width: 83.8vw;
    margin-top: 0.6vh;
    margin-bottom: 3.4vh;
    align-self: center;
}
img.wtsgrafik{
    max-width: 26.5vw;
    margin: 1.9vh;
    align-self: center;
}

.layout-grid{
    max-width: 83.8vw;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: [line1] 26.5vw [line2] auto [line3];
    grid-template-rows: [row1] auto [row2];
    grid-column-gap: 3.8vh;
    grid-row-gap: 6vh;
    margin-bottom: 4vh;
}
h4.project-unterheadline-grid{
    color: white;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 37.5px;
    margin: 0;
    margin-bottom: 4.1vh;
}
h4.project-unterheadline-black-grid{
    color: black;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 37.5px;
    margin: 0;
    margin-bottom: 4.1vh;
}
p.white{
    color: white;
    max-width: 537px;
}
p.grid{
    max-width: 537px;
}

img.room{
    max-width: 26.5vw;
    margin: 1.9vh;
    align-self: center;
}
img.room-mockup{
    max-width: 83.8vw;
    margin: 1.9vh;
    align-self: center;
}

img.app{
    max-width: 31vh;
    margin-top: 2.9vh;
}

.branding{
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: [line1] 70% [line2] 30% [line3];
    grid-template-rows: [row1] auto [row2];
}
p.roboto-regular{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin-top: 2.9vh;
}
p.roboto-medium{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    margin-top: 2.5vh;
}

img.conveer{
    max-width: 19.2vw;
    margin: 1.9vh;
    align-self: center;
}
.conveer-splash{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 19.2vw;
    margin-bottom: 4.3vh;
}
.abstand-conveer{
    margin-bottom: 12.4vh;
}

img.nbg{
    max-width: 19.2vw;
    margin: 1.9vh;
    align-self: center;
}



@media screen and (min-width: 768px) and (max-width: 1023px){
    img.coverillu{
        margin: 1vh;
    }
    div.podcast-process{
        display: grid;
        grid-template-columns: [line1] 26.5vw [line2] 26.5vw [line3] 26.5vw [line4];
        grid-template-rows: [row1] auto [row2] auto [row3];
        grid-column-gap: 2vh;
        grid-row-gap: 3vh;
        margin-bottom: 3vh;
    }
    h4.project-unterheadline-grid{
        font-size: 3.7vw;
        margin-bottom: 4.1vh;
    }
    h4.project-unterheadline-black-grid{
        font-size: 3.7vw;
        margin-bottom: 4.1vh;
    }
    
    .branding{
        max-width: 80vw;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: [line1] 70% [line2] 30% [line3];
        grid-template-rows: [row1] auto [row2];
    }
}
@media screen and (min-width: 470px) and (max-width: 767px){
    div.branding{
        max-width: 82vw;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: [line1] 100% [line2];
        grid-template-rows: [row1] auto [row2];
    }
    img.app{
        max-width: 31vh;
        margin-top: 2.9vh;
        margin-bottom: 3.6vh;
    }
    p.roboto-regular{
        margin-top: 2.1vh;
    }
    p.roboto-medium{
        margin-top: 2vh;
        margin-bottom: 4.6vh;
    }
    img.conveer{
        max-width: 40vw;
        margin: 0.9vh;
    }
    img.nbg{
        max-width: 25.5vw;
        margin: 0.6vh;
    }
    .conveer-splash{
        max-width: 40vw;
        margin-bottom: 4.3vh;
    }
    .abstand-conveer{
        margin-bottom: 12.4vh;
    }
    
    h4.project-unterheadline-grid{
        margin-bottom: 5vh;
    }
    h4.project-unterheadline-black-grid{
        margin-bottom: 5vh;
    }
    img.designthumbnail{
        margin-top: 3vh;
    }
    img.coverillu{
        max-width: 40vw;
        margin: 0.9vh;
    }
    div.podcast-process{
        max-width: 82vw;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: [line1] auto [line2];
        grid-template-rows: [row1] auto [row2] auto [row3] auto [row4] auto [row5] auto [row6] auto [row7];
        grid-row-gap: 5.3vh;
        margin-bottom: 3vh;
    }
    div.listen{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
    }
    .listen-img{
        max-width: 82vw;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row2;
        grid-row-end: row3;
    }
    div.sketch{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
    }
    .sketch-img{
        max-width: 82vw;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row4;
        grid-row-end: row5;
    }
    div.illu{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row6;
    }
    .illu-img{
        max-width: 82vw;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row6;
        grid-row-end: row7;
    }
    .layout-grid{
        max-width: 82vw;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: [line1] auto [line2];
        grid-template-rows: [row1] auto [row2] auto [row2];
        grid-row-gap: 0vh;
        margin-bottom: 5.3vh;
    }
    img.palette{
        max-width: 82vw;
        margin-top: 0vh;
        margin-bottom: 3.3vh;
    }
    img.wtsgrafik{
        max-width: 82vw;
        margin: 1.7vh;
    }
    img.room{
        max-width: 25.3vw;
        margin: 0.8vh;
    }
    img.room-mockup{
        max-width: 82vw;
        margin-top: 0.8vh;
        margin-bottom: 4vh;
        margin-right: 0vw;
        margin-left: 0vw;
    }
    
    
}
@media screen and (max-width: 469px){
    div.branding{
        max-width: 85vw;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: [line1] 100% [line2];
        grid-template-rows: [row1] auto [row2];
    }
    img.app{
        max-width: 21vh;
        margin-top: 1.8vh;
        margin-bottom: 2.7vh;
    }
    p.roboto-regular{
        margin-top: 1.5vh;
    }
    p.roboto-medium{
        margin-top: 1.5vh;
        margin-bottom: 3.4vh;
    }
    img.conveer{
        max-width: 40vw;
        margin: 0.8vh;
    }
    img.nbg{
        max-width: 25.5vw;
        margin: 0.6vh;
    }
    .conveer-splash{
        max-width: 40vw;
        margin-bottom: 3.3vh;
    }
    .abstand-conveer{
        margin-bottom: 8.7vh;
    }
    
    img.designthumbnail{
        margin-top: 3vh;
    }
    img.coverillu{
        max-width: 40vw;
        margin: 0.7vh;
    }
    div.podcast-process{
        max-width: 85vw;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: [line1] auto [line2];
        grid-template-rows: [row1] auto [row2] auto [row3] auto [row4] auto [row5] auto [row6] auto [row7];
        grid-row-gap: 4vh;
        margin-bottom: 0.5vh;
    }
    div.listen{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row1;
        grid-row-end: row2;
    }
    .listen-img{
        max-width: 85vw;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row2;
        grid-row-end: row3;
    }
    div.sketch{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row3;
        grid-row-end: row4;
    }
    .sketch-img{
        max-width: 85vw;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row4;
        grid-row-end: row5;
    }
    div.illu{
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row5;
        grid-row-end: row6;
    }
    .illu-img{
        max-width: 85vw;
        grid-column-start: line1;
        grid-column-end: line2;
        grid-row-start: row6;
        grid-row-end: row7;
    }
    .kleinerabstand{
        margin-bottom: 1vh;
    }
    
    h4.project-unterheadline-grid{
        font-size: 7.5vw;
        margin-bottom: 3.5vh;
    }
    h4.project-unterheadline-black-grid{
        font-size: 7.5vw;
        margin-bottom: 3.5vh;
    }
    .layout-grid{
        max-width: 85vw;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: [line1] auto [line2];
        grid-template-rows: [row1] auto [row2] auto [row2];
        grid-row-gap: 0vh;
        margin-bottom: 3.9vh;
    }
    img.palette{
        max-width: 85vw;
        margin-top: 0vh;
        margin-bottom: 1.9vh;
    }
    img.wtsgrafik{
        max-width: 85vw;
        margin: 1.3vh;
    }
    img.room{
        max-width: 25.3vw;
        margin: 0.8vh;
    }
    img.room-mockup{
        max-width: 85vw;
        margin-top: 0.8vh;
        margin-bottom: 0.3vh;
        margin-right: 0vw;
        margin-left: 0vw;
    }
}



/*VIDEOS STARTSEITE - VIDEOS STARTSEITE - VIDEOS STARTSEITE - VIDEOS STARTSEITE - VIDEOS STARTSEITE - VIDEOS STARTSEITE - VIDEOS STARTSEITE - VIDEOS STARTSEITE - VIDEOS STARTSEITE*/
html.videos{
    background: url("Bilder/Icons/watercolor-paper-texture-background_E9EDFF.jpg");
    background-size: 100%;
}
main.videos{
    padding: 0;
    margin: 0;
    line-height: 150%;
    font-size: 19.5px;
    margin-top: 13vw;
}
div.videostartheadline{
    margin-left: 8vw;
    margin-top: 6vw;
}
div.videostartseite{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10vw;
    margin-top: 3vw;
}
img.videostartseite{
    max-width: 40.2vw;
    margin: 1.2vw;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    main.videos{
        margin-top: 18vw;
    }
}
@media screen and (min-width: 470px) and (max-width: 767px){
    main.videos{
        margin-top: 18vh;
    }
    img.videostartseite{
        max-width: 82vw;
        margin: 1.2vw;
    }
    div.videostartseite{
        margin-top: 5vw;
        margin-bottom: 20vw;
    }
    div.videostartheadline{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 469px){
    main.videos{
        margin-top: 16vh;
    }
    img.videostartseite{
        max-width: 85vw;
        margin: 1.2vw;
        margin-bottom: 1vh;
    }
    div.videostartseite{
        margin-top: 5vw;
        margin-bottom: 20vw;
    }
    div.videostartheadline{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}


/*VIDEO UNTERSEITEN - VIDEO UNTERSEITEN - VIDEO UNTERSEITEN - VIDEO UNTERSEITEN - VIDEO UNTERSEITEN - VIDEO UNTERSEITEN - VIDEO UNTERSEITEN - VIDEO UNTERSEITEN - VIDEO UNTERSEITEN*/
main.videos-unterseiten{
    padding: 0;
    margin: 0;
    line-height: 150%;
    font-size: 19.5px;
    margin-top: 13vw;
    line-height: 150%;
    font-size: 16.5px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
}
div.videoheadline{
    margin-top: 6vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
h2.longheadline{
    line-height: 0.4;
    margin-bottom: 2.7vw;
    font-size: 4vw;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 2vh;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.about-championship{
    background-color: white;
    background: url("Bilder/Icons/watercolor-paper-texture-background.jpg");
    padding-top: 16vh;
    padding-bottom: 12vh;
}
h4.about-project{
    color: black;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 37.5px;
    margin: 0;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5vh;
}
div.aboutproject{
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: [line1] 70% [line2] 30% [line3];
    grid-template-rows: [row1] auto [row2];
}
div.aboutprojecttext{
    max-width: 536px;
}
p.roles{
    margin-top: 3vh;
    margin-bottom: 4.5vh;
}
div.roles-date{
    max-width: 150px;
    margin-left: 3vw;
}

div.videostills{
    display: flex;
    flex-wrap: wrap;
}
img.videostills{
    max-width: 50%;
    align-self: center;
}

div.videonext{
    background: url("Bilder/Icons/watercolor-paper-texture-background_2F3660.jpg");
    background-size: 100%;
    padding-top: 17.2vh;
    padding-bottom: 17.2vh;
}
h4.nextproject{
    color: white;
    font-family: masqualero, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 37.5px;
    margin: 0;
    text-align: center;
    transition: all 0.6s ease-in-out;
}
img.nextproject{
    max-height: 50vh;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3.5vh;
}
div.linenext{
    width: 2px;
    height: 98px;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3vh;
    margin-bottom: 7vh;
}
p.next{
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 15px;
}
p.nextproject{
    text-align: center;
    color: white;
    margin-top: 2.3vh;
    margin-bottom: 5.9vh;
}
div.abstand{
    margin-bottom: 17.2vh;
}
a.nextproject{
    text-decoration: none;
}
h4.nextproject:hover{
    color: #00CA99;
}

/*VIDEO UNTERSEITEN - MOBILE - VIDEO UNTERSEITEN - MOBILE - VIDEO UNTERSEITEN - MOBILE - VIDEO UNTERSEITEN - MOBILE - VIDEO UNTERSEITEN - MOBILE - VIDEO UNTERSEITEN - MOBILE*/
@media screen and (min-width: 768px) and (max-width: 1023px){
    main.videos-unterseiten{
        padding: 0;
        margin: 0;
        line-height: 150%;
        margin-top: 16vh;
        line-height: 150%;
        font-size: 1.6vw;
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
    }
    div.videoheadline{
        margin-top: 6vw;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    h2.longheadline{
        line-height: 0.4;
        margin-bottom: 4vw;
        font-size: 6vw;
        border-bottom: 3vw white solid;
    }
    div.about-championship{
        padding-top: 16vh;
        padding-bottom: 12vh;
    }
    h4.about-project{
        font-size: 3.7vw;
        margin: 0;
        max-width: 80vw;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5vh;
    }
    div.aboutproject{
        max-width: 80vw;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: [line1] 70% [line2] 30% [line3];
        grid-template-rows: [row1] auto [row2];
    }
    div.aboutprojecttext{
        max-width: 536px;
    }
    p.roles{
        margin-top: 3vh;
        margin-bottom: 4.5vh;
    }
    div.roles-date{
        max-width: 150px;
        margin-left: 3vw;
    }
    img.nextproject{
        max-height: 43vw;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 3.5vh;
    }
}

@media screen and (min-width: 470px) and (max-width: 767px){
    main.videos-unterseiten{
        padding: 0;
        margin: 0;
        line-height: 150%;
        margin-top: 20vh;
        line-height: 150%;
        font-size: 18px;
    }
    div.videoheadline{
        margin-top: 20vh;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    h2.longheadline{
        line-height: 0.4;
        margin-bottom: 25px;
        font-size: 29px;
        border-bottom: 3vw white solid;
    }
    div.about-championship{
        padding-top: 13vh;
        padding-bottom: 8.1vh;
    }
    h4.about-project{
        font-size: 7.5vw;
        margin: 0;
        max-width: 82vw;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 4.9vh;
    }
    div.aboutproject{
        max-width: 82vw;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: [line1] 100% [line2];
        grid-template-rows: [row1] auto [row2];
    }
    div.aboutprojecttext{
        max-width: 82vw;
        margin-bottom: 4.4vh;
    }
    p.roles{
        margin-top: 2.2vh;
        margin-bottom: 4.9vh;
    }
    div.roles-date{
        max-width: 82vw;
        margin: 0;
    }
    img.videostills{
        max-width: 100%;
    }
    
    div.videonext{
        padding-top: 12.6vh;
        padding-bottom: 13vh;
    }
    h4.nextproject{
        font-size: 37.5px;
    }
    img.nextproject{
        max-height: 47.4vw;
        margin-top: 3.5vh;
    }
    div.linenext{
        margin-top: 3vh;
        margin-bottom: 7vh;
    }
    p.next{
        font-weight: 600;
        font-size: 17px;
    }
    p.nextproject{
        margin-top: 2vh;
        margin-bottom: 4.7vh;
    }
    div.abstand{
        margin-bottom: 12.7vh;
    }
}

@media screen and (max-width: 469px){
    main.videos-unterseiten{
        padding: 0;
        margin: 0;
        line-height: 150%;
        margin-top: 16vh;
        line-height: 150%;
        font-size: 14px;
    }
    div.videoheadline{
        margin-top: 16vh;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    h2.longheadline{
        line-height: 0.2;
        margin-bottom: 20px;
        font-size: 21px;
        border-bottom: 3vw white solid;
    }
    div.about-championship{
        padding-top: 9.5vh;
        padding-bottom: 5.9vh;
    }
    h4.about-project{
        font-size: 7.5vw;
        margin: 0;
        max-width: 85vw;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 3.5vh;
    }
    div.aboutproject{
        max-width: 85vw;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: [line1] 100% [line2];
        grid-template-rows: [row1] auto [row2];
    }
    div.aboutprojecttext{
        max-width: 85vw;
        margin-bottom: 3.2vh;
    }
    p.roles{
        margin-top: 1.5vh;
        margin-bottom: 3.6vh;
    }
    div.roles-date{
        max-width: 82vw;
        margin: 0;
    }
    img.videostills{
        max-width: 100%;
    }
    
    div.videonext{
        padding-top: 9.5vh;
        padding-bottom: 9.5vh;
    }
    h4.nextproject{
        font-size: 7.5vw;
    }
    img.nextproject{
        max-height: 46.5vw;
        margin-top: 3.5vh;
    }
    div.linenext{
        margin-top: 3vh;
        margin-bottom: 4vh;
    }
    p.next{
        font-weight: 600;
        font-size: 13px;
    }
    p.nextproject{
        margin-top: 1.2vh;
        margin-bottom: 3vh;
    }
    div.abstand{
        margin-bottom: 9.5vh;
    }
}









/*LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - LAB - */

html.lab{
    background: url("Bilder/Icons/watercolor-paper-texture-background_E9EDFF.jpg");
    background-size: 100%;
}
main.lab{
    padding: 0;
    margin: 0;
    line-height: 150%;
    font-size: 19.5px;
    margin-top: 13vw;
}
div.labheadline{
    margin-left: 8vw;
    margin-top: 6vw;
}
h2.labheadline{
    line-height: 0.4;
    margin-bottom: 2.7vw;
    font-size: 4vw;
}
div.textlabtext{
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    line-height: 150%;
    font-size: 19.5px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    main.lab{
        margin-top: 20vh;
    }
    div.labheadline{
        margin-left: auto;
        margin-right: auto;
        margin-top: 6vw;
        margin-bottom: 5vw;
        text-align: center;
    }
    h2.labheadline{
        line-height: 0.4;
        margin-bottom: 4vw;
        font-size: 6vw;
        border-bottom: 3vw white solid;
    }
    div.textlabtext{
        margin-left: auto;
        margin-right: auto;
        max-width: 82vw;
        font-size: 20px;
    }
}

@media screen and (min-width: 470px) and (max-width: 767px){
    main.lab{
        margin-top: 20vh;
    }
    div.labheadline{
        margin-left: auto;
        margin-right: auto;
        margin-top: 6vw;
        margin-bottom: 9vw;
        text-align: center;
    }
    h2.labheadline{
        line-height: 0.4;
        margin-bottom: 25px;
        font-size: 45px;
    } 
    div.textlabtext{
        margin-left: auto;
        margin-right: auto;
        max-width: 82vw;
        font-size: 20px;
    }
}

@media screen and (max-width: 469px){
    main.lab{
        margin-top: 16vh;
    }
    div.labheadline{
        margin-left: auto;
        margin-right: auto;
        margin-top: 6vw;
        margin-bottom: 10vw;
        text-align: center;
    }
    h2.labheadline{
        line-height: 0.2;
        margin-bottom: 20px;
        font-size: 35px;
    } 
    div.textlabtext{
        margin-left: auto;
        margin-right: auto;
        max-width: 85vw;
        font-size: 16px;
    }
}


div.lab-grid{
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: [line1] 14vw [line2] 14vw [line3] 14vw [line4] 14vw [line5] 14vw [line6] 14vw [line7];
    grid-template-rows: [row1] 31.5vw[row2] 10vw [row3] 11.5vw [row4] 10vw [row5] 5.4vw [row6] 15.6vw [row7] 20.2vw [row8] 17.1vw [row9] auto [row10] auto [row11] auto [row12] 3.2vw [row13] auto [row14] 3.5vw [row15] auto [row16]  auto [row17] auto [row18] auto [row19] auto [row20] auto [row21] auto [row22] auto [row23] auto [row24] auto [row25] auto [row26];
    grid-column-gap: 0.4vw;
    grid-row-gap: 0.4vw;
    max-width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vw;
    margin-bottom: 10vw;
}
.lab1{
    max-width: 42vw;
    grid-column-start: line1;
    grid-column-end: line4;
    grid-row-start: row1;
    grid-row-end: row2;
    justify-self: center;
}
.lab2{
    max-width: 42vw;
    grid-column-start: line4;
    grid-column-end: line7;
    grid-row-start: row1;
    grid-row-end: row5;
    justify-self: center;
}
.lab3{
    max-width: 28vw;
    grid-column-start: line1;
    grid-column-end: line3;
    grid-row-start: row2;
    grid-row-end: row6;
}
.lab4{
    max-width: 12vw;
    grid-column-start: line3;
    grid-column-end: line4;
    grid-row-start: row2;
    grid-row-end: row3;
    justify-self: center;
}
.lab5{
    max-width: 9vw;
    max-height: 9vw;
    grid-column-start: line3;
    grid-column-end: line4;
    grid-row-start: row3;
    grid-row-end: row4;
    justify-self: center;
}
.lab6{
    max-width: 9vw;
    max-height: 9vw;
    grid-column-start: line3;
    grid-column-end: line4;
    grid-row-start: row4;
    grid-row-end: row5;
    justify-self: center;
}
.lab7{
    max-width: 28vw;
    grid-column-start: line3;
    grid-column-end: line5;
    grid-row-start: row5;
    grid-row-end: row8;
}
.lab8{
    max-width: 28vw;
    grid-column-start: line5;
    grid-column-end: line7;
    grid-row-start: row5;
    grid-row-end: row7;
}
.lab9{
    max-width: 28vw;
    grid-column-start: line1;
    grid-column-end: line3;
    grid-row-start: row6;
    grid-row-end: row8;
}
.lab10{
    max-width: 28vw;
    grid-column-start: line5;
    grid-column-end: line7;
    grid-row-start: row7;
    grid-row-end: row9;
}
.lab11{
    max-width: 56vw;
    grid-column-start: line1;
    grid-column-end: line5;
    grid-row-start: row8;
    grid-row-end: row10;
}
.lab12{
    max-width: 28vw;
    grid-column-start: line5;
    grid-column-end: line7;
    grid-row-start: row9;
    grid-row-end: row10;
}
.lab13{
    max-width: 42vw;
    grid-column-start: line1;
    grid-column-end: line4;
    grid-row-start: row10;
    grid-row-end: row13;
}
.lab14{
    max-width: 42vw;
    grid-column-start: line4;
    grid-column-end: line7;
    grid-row-start: row10;
    grid-row-end: row11;
}
.lab15{
    max-width: 28vw;
    grid-column-start: line5;
    grid-column-end: line7;
    grid-row-start: row11;
    grid-row-end: row12;
}
.lab16{
    max-width: 14vw;
    grid-column-start: line4;
    grid-column-end: line5;
    grid-row-start: row11;
    grid-row-end: row12;
    justify-self: center;
    align-self: center;
}
.lab17{
    max-width: 42vw;
    grid-column-start: line4;
    grid-column-end: line7;
    grid-row-start: row12;
    grid-row-end: row14;
}
.lab18{
    max-width: 42vw;
    grid-column-start: line1;
    grid-column-end: line4;
    grid-row-start: row13;
    grid-row-end: row15;
}
.lab19{
    max-width: 42vw;
    grid-column-start: line4;
    grid-column-end: line7;
    grid-row-start: row14;
    grid-row-end: row16;
}
.lab20{
    max-width: 42vw;
    grid-column-start: line1;
    grid-column-end: line4;
    grid-row-start: row15;
    grid-row-end: row16;
}
.lab21{
    max-width: 28vw;
    grid-column-start: line1;
    grid-column-end: line3;
    grid-row-start: row16;
    grid-row-end: row17;
}
.lab22{
    max-width: 28vw;
    grid-column-start: line3;
    grid-column-end: line5;
    grid-row-start: row16;
    grid-row-end: row17;
}
.lab23{
    max-width: 28vw;
    grid-column-start: line5;
    grid-column-end: line7;
    grid-row-start: row16;
    grid-row-end: row17;
}
.lab24{
    max-width: 28vw;
    grid-column-start: line1;
    grid-column-end: line3;
    grid-row-start: row17;
    grid-row-end: row19;
}
.lab25{
    max-width: 28vw;
    grid-column-start: line3;
    grid-column-end: line5;
    grid-row-start: row17;
    grid-row-end: row18;
}
.lab26{
    max-width: 28vw;
    grid-column-start: line5;
    grid-column-end: line7;
    grid-row-start: row17;
    grid-row-end: row18;
}
.lab27{
    max-width: 28vw;
    grid-column-start: line3;
    grid-column-end: line5;
    grid-row-start: row18;
    grid-row-end: row19;
}
.lab28{
    max-width: 28vw;
    grid-column-start: line5;
    grid-column-end: line7;
    grid-row-start: row18;
    grid-row-end: row19;
}
.lab29{
    max-width: 42vw;
    grid-column-start: line1;
    grid-column-end: line4;
    grid-row-start: row19;
    grid-row-end: row21;
}
.lab30{
    max-width: 13.5vw;
    grid-column-start: line4;
    grid-column-end: line5;
    grid-row-start: row19;
    grid-row-end: row20;
}
.lab31{
    max-width: 28vw;
    grid-column-start: line5;
    grid-column-end: line7;
    grid-row-start: row19;
    grid-row-end: row21;
}
.lab32{
    max-width: 12vw;
    grid-column-start: line4;
    grid-column-end: line5;
    grid-row-start: row20;
    grid-row-end: row21;
    justify-self: center;
}
.lab33{
    max-width: 28vw;
    grid-column-start: line1;
    grid-column-end: line3;
    grid-row-start: row21;
    grid-row-end: row22;
}
.lab34{
    max-width: 28vw;
    grid-column-start: line3;
    grid-column-end: line5;
    grid-row-start: row21;
    grid-row-end: row22;
}
.lab35{
    max-width: 28vw;
    grid-column-start: line5;
    grid-column-end: line7;
    grid-row-start: row21;
    grid-row-end: row22;
}
.lab36{
    max-width: 42vw;
    grid-column-start: line1;
    grid-column-end: line4;
    grid-row-start: row22;
    grid-row-end: row23;
}
.lab37{
    max-width: 42vw;
    grid-column-start: line4;
    grid-column-end: line7;
    grid-row-start: row22;
    grid-row-end: row23;
}
.lab38{
    max-width: 28vw;
    grid-column-start: line1;
    grid-column-end: line3;
    grid-row-start: row23;
    grid-row-end: row25;
}
.lab39{
    max-width: 56vw;
    grid-column-start: line3;
    grid-column-end: line7;
    grid-row-start: row23;
    grid-row-end: row24;
}
.lab40{
    max-width: 28vw;
    grid-column-start: line1;
    grid-column-end: line3;
    grid-row-start: row25;
    grid-row-end: row26;
}
.lab41{
    max-width: 28vw;
    grid-column-start: line3;
    grid-column-end: line5;
    grid-row-start: row24;
    grid-row-end: row26;
}
.lab42{
    max-width: 28vw;
    grid-column-start: line5;
    grid-column-end: line7;
    grid-row-start: row24;
    grid-row-end: row26;
}

/* IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM - IMPRESSUM*/

.impressum-text{
    max-width: 84vw;
    margin-right: auto;
    margin-left: auto;
}
.abstand-impressum{
    margin-bottom: 8vh;
}












