body {
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    cursor: url('../img/mauszeiger.png'), auto;
}

:root
    {
        --gr-timeline-progress-color: white;
        --gr-timeline-background-color: transparent;
        --gr-timeline-text-color: transparent;
        --gr-timeline-font: Arial;
        --gr-videoplayer-elements-color:white;
    }


h1 {
    font-family: ariana-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20pt;
    line-height: 120%;
}

h2 {
    font-family: ariana-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14pt;
    line-height: 120%;
}

h3 {
    font-family: ariana-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10pt;
}

h4 {
    font-family: ariana-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14pt;
}

h5 {
    font-family: mulish, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 18pt;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1.5s all ease;
}

.reveal.active{
    transform: translateY(0);
    opacity: 1;
}

.header {
    height: 40px;
    width: 100vw;
    position: fixed;
    background-color: white;
    color: #0000FF;
    z-index: 1200;
    display: grid;
    grid-template-areas: 
        "logo header_space header_toggle";
    grid-template-columns: 5vw 1fr 7vw; 
    grid-template-rows: 40px; 
}

.logo {
    grid-area: logo;
    background-color: transparent;
    display: flex;
    margin-left: 15px;
    box-sizing: border-box;
    align-items: center;
    font-size: 18pt;
}

.logo a {
    color: #0000FF;
}

.header_space {
    grid-area: header_space;
    background-color: transparent;
}

#header_toggle {
    grid-area: header_toggle;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18pt;
    transition: transform ease-in-out 0.6s;
}

#menu {
    height: 350px;
    width: 100%;
    z-index: 100;
    background-color: white;
    color: #0000FF;
    position: fixed;
    top: -450px;
    transition: all ease-in-out 1s;
    display: grid;
    grid-template-areas: 
        "a b c d";
    grid-template-columns: 15vw 60vw 10vw ; 
    grid-template-rows: 360px 40px; 
    align-items: baseline;
}

#menu a {
    text-decoration: none;
    color:#0000FF;
    padding-left: 0px;
    font-family: cy, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30pt;
    line-height: 110%;
    padding-left: 0px;
}

#menu a:hover {
    text-decoration: none;
    color: transparent;
    letter-spacing: 0.03em;
    -webkit-text-stroke: 1px #0000FF;
    -moz-text-stroke: 1px #0000FF;
    -o-text-stroke: 1px #0000FF;
    font-family: cy, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 30pt;
    letter-spacing: 0.03em;
    color: white;
}

ul, li {
    list-style: none;
    padding-left: 0;
    line-height: 140%;
}

.a {
    grid-area: a;
    background-color: white;
}

.menu_contact {
    grid-area: b;
    background-color: white;
}   

.c {
    grid-area: c;
    background-color: white;
}

.menu_items {
    grid-area: d;
    background-color: white;
}

a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: transform ease-in 0.4s;
}


a:visited {
    color: inherit;
    color: #0000FF;
}

.menu_items_links {
    font-size: 35pt;
}

.kontakt_links {
    width: 25px;
    height: 100vh;
    color: #0000FF;
    position: fixed;
    left: 0;
    z-index: 1100;
    background-color: transparent;
    writing-mode: vertical-lr;
    text-align: center;
    transform: rotate(180deg);
    font-family: cy;
    font-weight: 600;
    font-style: normal;
    font-size: 8pt;
    letter-spacing: 0.03em;
}

.kontakt_rechts {
    width: 25px;
    height: 100vh;
    color: #0000FF;
    position: fixed;
    right: 0;
    z-index: 1100;
    background-color: transparent;
    writing-mode: vertical-lr;
    text-align: center;
    font-family: cy;
    font-weight: 600;
    font-style: normal;
    font-size: 8pt;
    letter-spacing: 0.03em;
}

.logo_startpage {
    height: 90vh;
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#thinkoutoutline {
    width: 250px;
} 

path:hover {
    animation: logoblau 20s forwards;
    transition-timing-function: ease-in-out;
}

@keyframes logoblau {
    0%, 100% {fill:#0000FF}
}

.container {
    min-height: 30vh;
    width: 700vw;
    height: auto;
    top: 50px;
    background-color: white;
}

.projekte {
    display: grid;
    grid-template-areas: 
        "links"
        "rechts" ;
    grid-template-rows: 1fr;
    grid-template-columns: 80vw;
    justify-content: center;
  }
  
.projekte_links {
    grid-area: links;
    background-color: transparent;
    justify-self: center;
  }
  
.projekte_rechts {
    grid-area: rechts;
    background-color: transparent;
    justify-self: center;
  }

.projekte_image {
    width: 100%;
    }
  
.projekte_caption {
    height: 25px;
    width: 100%;
    margin-bottom: 5px;
    display: block;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 8pt;
  }

#kompetenzen {
    margin-top: 5vh;
}

.kompetenzen {
    display: grid;
    grid-template-areas: 
        "links" 
        "mitte" 
        "rechts";
    grid-template-rows: 1fr;
    grid-template-columns: 60vw;
    justify-content: center;
    font-family: "tt-commons-pro-thin", sans-serif;
    font-weight: 300;
    font-size: 18pt;
    font-style: normal;
    line-height: 180%;
    width: 100vw;
  }

.kompetenzen_headline {
    grid-area: links;
    grid-column-start: 1;
    background-color: transparent;
    font-family: cy, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50pt;
    -webkit-text-stroke: 1.5px #0000FF;
    -moz-text-stroke: 1.5px #0000FF;
    -o-text-stroke: 1.5px #0000FF;
    color: white;
    letter-spacing: 0.2em;
    line-height: 110%;      
  }

.kompetenzen.links {
    grid-area: mitte;
}

.kompetenzen_rechts {
    grid-area: rechts;
}

.welle_breite {
    width: 150px;
}

.welle {
    display: grid;
    grid-template-areas: 
        "links" 
        "rechts";
    grid-template-columns: 35vw;
    grid-template-rows: 50px;
    justify-content: center;
    margin-top: 5vh;
}

.welle_svg {
    grid-area: rechts;
    justify-self: center;
}

.welle_abstand {
    grid-area: links;
}

#uebermich {
    margin-bottom: 0;
    padding-bottom: 0;
}

.uebermich {
    display: grid;
    grid-template-areas: 
        "mitte" 
        "rechts";
    grid-template-rows: 1fr;
    grid-template-columns: 60vw;
    justify-content: center;
    font-family: tt-commons-pro, sans-serif;
    font-size: 18pt;
    font-style: normal;
    line-height: 140%;
    width: 100vw;
}

.project_description
{
    width: 70vw;
    height: auto;
    min-height: 290px;
    background-color: transparent;
    margin: 30px 0px 30px 0px;
    text-align: left;
    font-family: "tt-commons-pro-thin", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    font-size: 18px;
    color: black;
    margin-bottom: 50px;
}

#project_description
{
    width: 70vw;
    height: auto;
    min-height: 180px;
    background-color: transparent;
    margin: 30px 0px 30px 0px;
    text-align: left;
    font-family: "tt-commons-pro-thin", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    font-size: 18px;
    color: black;
}

.project_big_image
{
    width: 70vw;
    height: auto;
    background-color: transparent;
}

.project_image_left
{
    grid-area: project_image_left;
justify-self: left;
background-color: transparent;
    height: auto;

}

.project_image_grid
{
    width: 70vw;
    background-color: transparent;
    display: grid;
    grid-template-areas: 
        "project_image_left project_image_right";
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.project_image_right
{
    grid-area: project_image_right;
    background-color: transparent;
    height: auto;
    align-self: start;
    justify-self: right;
 
}

.visible {
    height: auto;
    background-color: white;
    width: 70%;
    transform: translateX(0);
    position: absolute;
    z-index: 2;
    transition: all ease-in-out 1s;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 10pt;
    opacity: 1;
}

.nextproject {
    height: 20px;
    width: 70vw;
    background-color: white;
    display: flex;
    justify-content: flex-end;
    position: relative;
    font-family: cy;
    font-weight: 600;
    font-style: normal;
    color: #0000FF;
    margin-bottom: 20px;
}


.invisible {
display: none;
}

.container {
    min-height: 18vh;
    width: 100vw;
    height: auto;
    top: 50px;
    background-color: white;
}

.project_container {
    min-height: 18vh;
    width: 100vw;
    height: auto;
    top: 50px;
    background-color: transparent;
    padding-top: 20px;
}

.project_header
{
    height: auto;
    width: 70vw;
    background-color: transparent;
    margin-top: 30px;
    margin-bottom: 40px;
}

.project_title_role
{
    width: 70vw;
    margin-top: 10px;
    background-color: transparent;
    margin-top: 80px;
}

.projekte_caption {
    height: 25px;
    width: 70vw;
    padding-top: 5px;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 10pt;
    color: black;
    display: flex;
    line-height: 90%;
    margin-bottom: 10px;
}

.projekte_caption_links {
    height: 25px;
    width: 70vw;
    display: flex;
    justify-content: left;
    align-items: center;

}

.projekte_caption_rechts {
    height: 25px;
    width: 70vw;
    display: flex;
    justify-content: right;
    align-items: center;

}


.project_title
{
    grid-area: project_title;
    background-color: transparent;
    height: 120px;
    align-self: start;
    justify-self: left;
    font-family: cy, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 45px;
    -webkit-text-stroke: 1.5px #0000FF;
    -moz-text-stroke:1.5px #0000FF;
    -o-text-stroke:1.5px #0000FF;
    color: white;
    letter-spacing: 0.05em;
    text-align: left;
    line-height: 100%;
}

.project_role
{
    
background-color: transparent;
    height: 120px;
    text-align: left;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 400;    
    color: #0000FF;
    font-size: 18px;
}

.project_font_color_metanoia
{
    width: 70vw;
    margin-top: 30px;
    background-color: transparent;
    margin-bottom: 50px;
    margin-top: 20px;
}

.project_color
{
    padding-top: 150px;
background-color: transparent;
display: flex;
align-items: center;
}


.project_font_color
{
    width: 70vw;
    margin-top: 30px;
    background-color: transparent;
   
    margin-bottom: 600px;
    margin-top: 80px;
}


.project_font_m
{
    background-color: transparent;
    width: 80vw;
    font-family: "fugue";
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 35px;
}

.project_font
{
    grid-area: project_font;
    background-color: transparent;
    height: 120px;
    align-self: start;
    justify-self: left;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 18px;
}

.project_color_m
{
    grid-area: project_color_m;
background-color: transparent;
width: 70vw;
display: flex;
align-items: center;

}


#gif {
display: none;
}


.chiara_bild {
    display: none;
}

.uebermich_headline {
    grid-area: mitte;
    align-self: start;
    justify-self: left;
    font-family: cy, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50pt;
    -webkit-text-stroke: 1.5px #0000FF;
    -moz-text-stroke: 1.5px #0000FF;
    -o-text-stroke: 1.5px #0000FF;
    color: white;
    letter-spacing: 0.2em;
    line-height: 110%;
}

.uebermich_text {
    grid-area: rechts;
    text-align:left;
    font-family: "tt-commons-pro-thin", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#kontakt {
    margin-top: 20vh;
    margin-bottom: 0;
    padding-bottom: 0;
}

.kontakt {
    display: grid;
    grid-template-areas:
        "oben";
    grid-template-rows: 30vh;
    grid-template-columns: 70vw;
    justify-content: center;
    align-items: center;
}

.kontakt_email {
    grid-area: oben;
    justify-self: center;
    align-self: flex-start;
}

button {
    display: inline-block;
    border-radius: 20px;
    background-color: white;
    border-color: #0000FF;
    border-width: 1pt;
    color: #0000FF;
    text-align: center;
    font-family: mulish, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14pt;      
    width: 200px;
    padding: 10px;
    transition: all 0.5s;
  }

.button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    transform: translate3d(0, 0.75em, -1em);
    transition: all 175ms cubic-bezier(0, 0, 1, 1);
  }

.button:hover {
    background:#0000FF;
    color: white;
    transform: translate(0, 0.375em);
    cursor: pointer;
  }
  
.button:hover::before {
    transform: translate3d(0, 0.75em, -1em);
  }
  
.button:active {
    transform: translate(0em, 0.75em);

  }
  
.button:active::before {
    transform: translate3d(0, 0, -1em);
  }


.footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100vw;
}

.footer_impressum {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    bottom: 0;
    width: 100vw;
}

.datenschutz {
    display: grid;
    width: 100vw;
    grid-template-areas: 
        "mitte";
    grid-template-rows: 1fr;
    grid-template-columns: 70vw;
    justify-content: center;
    padding-top: 50px;
    font-family: mulish, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 14pt;
    line-height: 140%;
}

.impressum {
    display: grid;
    width: 100vw;
    grid-template-areas: 
        "mitte";
    grid-template-rows: 1fr;
    grid-template-columns: 70vw;
    justify-content: center;
    padding-top: 50px;
    font-family: mulish, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 14pt;
    line-height: 140%;
}

