body {
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: small;
    cursor: none;
}


#circle {
    position: fixed;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background-color: #0000ff;
    transition: 0.1s;
    pointer-events: none;
    z-index: 1200;
  }

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

    @font-face {
        font-family: fugue;
        src: url(fonts/fugue_regular.woff2) format(woff2);
    }


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

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



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

.logo {
    grid-area: logo;
    background-color: transparent;
    display: flex;
    margin-left: 15px;
    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: 450px;
    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: 25vw 50vw 25vw 5vw; 
    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: 50pt;
    line-height: 110%;
    padding-left: 0px;
}

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

#menu:hover+.header_space {
    background-color: white;
}


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

.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-out 1s;
}

a:hover {
cursor: none;
}


#metanoia_next {
color: #0000FF;
font-weight: 700;
z-index: 2;
}

#metanoia_next:hover~#circle {
    width: 40px;
    height: 40px;
    transition:0.2s;
    z-index: index 2;
}
    


.projekte:hover~#circle {
    width: 40px;
    height: 40px;
    transition:0.2s
}

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

.menu_items_links {
    font-size: 35pt;
}

.kontakt_links {
    width: 34px;
    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: 1.2em;
    letter-spacing: 0.03em;
}

.kontakt_rechts {
    width: 34px;
    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: 1.2em;
    letter-spacing: 0.03em;
}

#thinkoutoutline {
    width: 1300px;
} 

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

#thinkoutoutline path {
    transition-property: fill;
    transition-timing-function: ease-in-out;
    transition: 0.5s;
}
    
#thinkoutoutline path:hover  {
    fill:#0000FF;
}
        
.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: 40px;
}

.project_header
{
    height: auto;
    min-height: 450px;
    width: 85vw;
    background-color: transparent;
    margin-top: 30px;
    margin-bottom: 50px;
}

.gr-start_video {
    cursor: none;
}

#gr-videoplayer:hover ~ #circle {
    width: 0;
    height: 0;
    border-left: 50px solid #0000FF;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent ;
    background-color: transparent;
    border-radius: 0;
    cursor: none;
}

.project_title_role
{
    width: 85vw;
    margin-top: 30px;
    background-color: transparent;
    display: grid;
    grid-template-areas: 
        "project_title project_role";
    grid-template-rows: 120px;
    grid-template-columns: 1fr 1.2fr;
    margin-bottom: 150px;
    margin-top: 80px;
}



.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: 100px;
    -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: 90%;
}

.project_role
{
    grid-area: project_role;
justify-self: end;
background-color: transparent;
    height: 120px;
    text-align: left;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 400;    
    color: #0000FF;
    font-size: 20px;
    padding-right:  310px;;
}

.project_font_color
{
    width: 85vw;
    margin-top: 30px;
    background-color: transparent;
    display: grid;
    grid-template-areas: 
        "project_font project_color";
    grid-template-rows: 120px;
    grid-template-columns: 1fr 1.2fr;
    margin-bottom: 600px;
    margin-top: 80px;
}

.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: 35px;
}

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

.project_font_color_metanoia
{
    width: 85vw;
    margin-top: 30px;
    background-color: transparent;
    display: grid;
    grid-template-areas: 
        "project_font_m project_color_m";
    grid-template-rows: 120px;
    grid-template-columns: 1fr 1.2fr;
    margin-bottom: 700px;
    margin-top: 80px;
}

.project_font_m
{
    grid-area: project_font_m;
    background-color: transparent;
    height: 120px;
    align-self: start;
    justify-self: left;
    font-family: "fugue";
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 35px;
}

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

.project_beschreibung
{
    width: 75vw;
    margin-top: 30px;
    background-color: transparent;
    align-self: start;
    justify-self: left;
    font-family: mulish;
    font-weight: 550;
    font-style: normal;
    font-size: 20px;
    color: black;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-bottom: 00px;
}

.metanoia_next {
color: #0000FF;
margin:0;
padding:0;
}


.project_description
{
    width: 85vw;
    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: 25px;
    color: black;
    text-align: justify;
    margin-bottom: 50px;
}

#project_description
{
    width: 85vw;
    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: 25px;
    color: black;
    text-align: justify;
}

.project_big_image
{
    width: 85vw;
    height: auto;
    min-height: 290px;
    background-color: transparent;
    margin: 30px 0px 30px 0px;
}

.project_big_image:hover ~ #circle{
width: 40px;
height: 40px;
transition:0.2s
}

.projekte {
    display: grid;
    grid-template-areas: 
        "links rechts";
    grid-template-rows: 1fr;
    grid-template-columns: 42.5vw 42.5vw;
    justify-content: center;
}
  
.projekte_links {
    grid-area: links;
    background-color: transparent;
    margin-right: 10px;
}
  
  .projekte_rechts {
    grid-area: rechts;
    background-color: transparent;
    margin-left: 10px;
}

  .projekte_image {
    width: 100%;
}

  
  .projekte_caption {
    height: 25px;
    width: 42vw;
    padding-top: 15px;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15pt;
    color: black;
    display: flex;
}

.projekte_caption_links {
    height: 25px;
    width: 42vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;

}

.projekte_caption_rechts {
    height: 25px;
    width: 42vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 100px;

}

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

}

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

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

.bild_sechs {
    padding-top: 14px;
}

.bild_zwei {
    padding-top: 14px;
}

.bild_sieben {
    padding-top: 14px;
}

.bild_drei {
    padding-top: 14px;
}

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

}

.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: 20pt;
    opacity: 1;
}



.visible:hover{
    transform: translateX(-250px);
    opacity: 0;
}


.invisible {
    height: auto;
    background-color: white;
    width: 70%;
    position: absolute;
    z-index: 1;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 20pt;
    justify-content: flex-end;
}

#kompetenzen {
    margin-top: 10vh;
}

  .kompetenzen {
    display: grid;
    grid-template-areas: 
        "links mitte rechts";
    grid-template-columns: 35vw 15.5vw 19.5vw;
    justify-content: center;
    font-family: tt-commons-pro-thin, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.5em;
    line-height: 180%;
}

  .kompetenzen_headline {
    grid-area: links;
    grid-column-start: 1;
    background-color: transparent;
    font-family: cy, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 3em;
    -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%;
    text-align: start;      
}

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

  .kompetenzen_rechts {
    grid-area: rechts;
    background-color: transparent;
    align-self: flex-start;
}


.welle_breite {
    width: 400px;
}


.welle {
    display: grid;
    grid-template-areas: 
        "links rechts";
    grid-template-columns: 35vw 35vw;
    grid-template-rows: 1fr;
    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: 
        "links mitte rechts";
    grid-template-rows: 1fr;
    grid-template-columns: 10vw 60vw;
    justify-content: center;
}

.chiara_bild {
    grid-area: links;
    background-color: transparent;
}

.uebermich_headline {
    grid-area: mitte;
    align-self: start;
    justify-self: left;
    padding-left: 50px;
    font-family: cy, sans-serif;
    font-weight: 550;
    font-style: normal;
    font-size: 100px;
    -webkit-text-stroke: 1.5px #0000FF;
    -moz-text-stroke:1.5px #0000FF;
    -o-text-stroke:1.5px #0000FF;
    color: white;
    text-orientation: upright;
    writing-mode: vertical-lr;
    vertical-align: center;
    letter-spacing: -0.2em;
    align-self: center;
}

.uebermich_text {
    grid-area: mitte;
    text-align: justify;
    padding-left: 100px;
    font-family: tt-commons-pro-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 2.5em;
    line-height: 140%;
}


#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: 1.5rem;      
    width: 600px;
    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;
}

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

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

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

