


@keyframes blinker2 {
    0% {
        opacity: 1;
    }

    33% {
        opacity: 1;
    }

    34% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blinker1 {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    67% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }

}

@keyframes blinker3 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    34% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

html {
    width: 100%;
}

body {
    font-family: "Source Sans Pro";
}

.mainContainer {
    width: 100%;
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    align-content: center;
    align-items: center;
}

h1 {
    font-family: "Oswald";
    text-align: center;
}

#logo {
    height: 100%;
    display: flex;
    transition: 0.4s;
    visibility: hidden;
}

#logohome {
    margin-left: 2%;
    margin-top: 1%;
    height: 30%;
    position: absolute;
    z-index: 100;
}

.topnav {
    width: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.4s;
    overflow: hidden;
    display: flex;
    height: 7%;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    font-family: "Oswald";
    text-align: center;
    text-decoration: none;
    font-size: 200%;
    padding-left: 2%;
    padding-right: 2%;
}

.active {
    color: #6a8a98;
}

.active {
    color: #5d8ea3;
}

/* Change the color of links on hover */
.topnav a:hover {
    color: #304956;
}

#titleimg {
    width: 100vw;
    background-color: #eef3f6;
    height: 100vh;
    overflow: hidden;
    background: url(/img/lisa2.gif) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer {
    grid-column-start: 1;
    grid-column-end: 14;
    width: 100vw;
    bottom: 0%;
    background-color: #708ba0;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0.3%;
    padding-bottom: 0.3%;

}

.switch-toggle {
    float: left;
    background: #e3e4e5;
    grid-column-start: 4;
    grid-column-end: 10;
    border-radius: 2em;
    width: 79.5%;
    margin-top: 5%;
    margin-bottom: -5%;
    margin-left: 8%;
}

.switch-toggle input {
    position: absolute;
    opacity: 0;
}

.switch-toggle input + label {
    padding: 7px;
    float: left;
    color: #908d8d;
    font-family: "Oswald";
    padding: 2%;
    padding-left: 6%;
    padding-right: 6%;
    cursor: pointer;
}

.switch-toggle input:checked + label {
    background: #9ebbc8;
    border-radius: 2em;
    color: white;
    transition: all 0.5s ease-in-out;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

#lisa {
    position: relative;
}

.lisa {
    height: 100%;
    overflow: hidden;
    min-width: 100%;
}

#work {
    width: 100vw;
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    background-color: #eef3f6;
    grid-column-start: 1;
    grid-column-end: 14;
    padding-bottom: 2%;
    padding-top: 2%;

}

#workdiv {
    grid-column-start: 5;
}

.sectionheading {
    grid-column-start: 2;
    grid-column-end: 12;

}

.sectiontext {
    grid-column-start: 4;
    grid-column-end: 10;
    text-align: center;
}

#start {
    width: 100vw;
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    grid-column-start: 1;
    grid-column-end: 14;
    grid-template-rows: 40% 5% 40% 5% 10%;
    align-items: center;
    padding-top: 7%;

}

#quotes {
    grid-column-start: 3;
    margin-top: 0;
    grid-row-start: 1;
    margin-top: 20%;
}

#quotetext {
    grid-column-start: 3;
    grid-column-end: 11;
    font-family: "Oswald";
    font-size: 250%;
    text-align: end;
    grid-row-start: 3;
    z-index: 5;
}

#quotesend {
    grid-column-start: 11;
    margin-left: -50%;
    grid-row-start: 2;
}

.workcontainer {
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    grid-column-start: 3;
    grid-column-end: 11;
}

#work1 {
    width: 100%;
    position: relative;
}

.workdiv {
    grid-column-start: 5;
    grid-column-end: 10;
    width: 100%;
    position: relative;
    justify-content: center;
    cursor: pointer;

}

.z-index {
    z-index: 10;
}

.work-heading {
    margin-bottom: -1%;
    text-align: center;
    color: black;

}

.work-text {
    text-align: center;
    color: black;
}

.work-button {
    background-color: white;
    font-family: "Oswald";
    color: #5d8ea3;
    border: solid;
    border-color: #5d8ea3;
    border-radius: 2em;
}

.work-button:hover {
    font-size: 1.2em;
    color: #3e606f;
    cursor: pointer;
}

#uxbutton {
    right: 29%;
    bottom: 45%;
}

#work-code {
    margin-top: -10%;
}

#heading-ux {

    right: 10%;
}

#heading-code {
    top: 30%;
    left: 10%;
}

#text-ux {
    top: 30%;
    right: 15%;
}

#text-code {
    top: 45%;
    left: 15%;
}

#codebutton {
    left: 27%;
    bottom: 30%;
}

#heading-more {
    top: 30%;
    right: 10%;
}

#work-more {
    margin-top: -4%;
}

#text-more {
    top: 50%;
    right: 15%;
}

#morebutton {
    right: 27%;
    bottom: 20%;
}

.device {
    position: absolute;
    height: 80%;
}

#work-laptop {
    top: 20%;
    right: 3%;
    height: 60%;
}

#work-kamera {
    top: 15%;
    left: 7%;
}

.work-content {
    justify-content: center;
    text-align: center;

}

#content-more {
    top: 30%;
    right: 10%;
    position: absolute;
    width: 40%;
    height: 70%;
}

#content-code {
    top: 30%;
    left: 15%;
    position: absolute;
    width: 40%;
    height: 50%;
}

#content-ux {
    top: 10%;
    right: 10%;
    position: absolute;
    width: 50%;
    height: 70%;
}

#aboutme {
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    grid-column-start: 1;
    grid-column-end: 14;
    padding-top: 2%;
    padding-bottom: 2%;
    align-items: center;
    justify-items: center;
    scroll-snap-align: start;
    overflow-y: scroll;

}

#skillsheading {
    grid-column-start: 3;
    grid-column-end: 6;
    width: 100%;
    text-align: center;
}

#reihe1 {
    grid-column-start: 3;
}

.skillslogo {
    width: 100%;
    margin-top: 25%;
}

#reihe2 {
    grid-column-start: 4;
}

#reihe3 {
    grid-column-start: 5;
}

.skillsname {
    margin-top: 2%;
    text-align: center;
    align-self: flex-start;
}

h2 {
    font-family: "Oswald";
    text-align: center;
}

#educationheading {
    grid-column-start: 7;
    grid-column-end: 12;
    width: 100%;
    text-align: center;
    grid-row-start: 3;
}

h3 {
    font-family: "Oswald";
    text-align: center;
}

h4 {
    font-family: "Oswald";
    text-align: center;
}

#lifeimg {
    grid-column-start: 9;
    grid-row-start: 5;
    grid-row-end: 21;
    width: 159%;

}
.leftside{
padding-right: 5%;
}
#workingstudentbosch {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 5;
    margin-right: -60%;
}

.date {
    text-align: right;
}

.jobdescription {
    text-align: right;
    margin-top: -9%;
    margin-bottom: -9%;
}

.company {
    text-align: right;
}

#workingstudentbodensee {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 9;
    margin-top: 15%;
    margin-right: -65%;
}

#internshipbosch {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 8;
    margin-top: -20%;
    margin-right: -35%;
}

#kostbar {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 13;
    margin-top: -15%;
    margin-right: -55%;
}

#aupair {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 17;
    margin-top: -15%;
    margin-right: -70%;
}

#studium {
    grid-column-start: 9;
    grid-column-end: 11;
    grid-row-start: 9;
    margin-top: -15%;
    margin-right: -50%;
}

.dateleft {
    text-align: left;
}

.jobdescriptionleft {
    text-align: left;
    margin-top: -9%;
    margin-bottom: -9%;
}

.companyleft {
    text-align: left;
}

#references {
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    grid-column-start: 1;
    grid-column-end: 14;
    padding-top: 2%;
    padding-bottom: 2%;
    align-items: center;
    justify-items: center;

    scroll-snap-align: start;
    overflow-y: scroll;
}

.clientslogo {
    width: 100%;
}

#clientsreihe1 {
    grid-column-start: 3;
    grid-column-end: 5;
}

#clientsreihe2 {
    grid-column-start: 5;
    grid-column-end: 7;
}

#clientsreihe3 {
    grid-column-start: 7;
    grid-column-end: 9;
}

#clientsreihe4 {
    grid-column-start: 9;
    grid-column-end: 11;
}

#contact {
    background-color: #eef3f6;
    width: 100%;
    height: 20%;
}

.form {
    grid-column-start: 4;
    grid-column-end: 11;

    text-align: center;
}

.input {
    padding: 1%;
    padding-left: 2%;
    margin: 1%;
    font-family: "Source Sans Pro";
    width: 40%;
    background: none;
    border-color: #708ba0;
    border-radius: 2em;
    color: #708ba0;
}

::placeholder {
    color: #708ba0;
}

.inputfield {
    padding: 2%;
    margin: 1%;
    font-family: "Source Sans Pro";
    width: 85%;
    background: none;
    border-color: #708ba0;
    border-radius: 1em;
    color: #708ba0;
}

.button {
    background-color: #708ba0;
    border-radius: 2em;
    padding: 1%;
    padding-right: 2%;
    padding-left: 2%;
    color: white;
    border: none;
    font-family: "Oswald";
}

a {
    text-decoration: none;
    color: white;
}

#bottomBar {
    text-align: center;
    width: 100%;
    margin: 3%;
    font-family: "Oswald";
}

#aboutmeheading {
    grid-column-start: 3;
    grid-column-end: 11;
    width: 100%;
    text-align: center;
}

#reihe5 {
    grid-column-start: 6;
}

#reihe7 {
    grid-column-start: 8;
}

#reihe6 {
    grid-column-start: 7;
}

#reihe8 {
    grid-column-start: 9;
}

#back {
    font-family: "Oswald";
    font-size: 2em;
    width: 100%;
    text-align: left;
}

#logoprojects {
    width: 48%;
    margin-top: 3%;
    margin-left: 2%;
}

#headerleiste {
    grid-column-start: 1;
    grid-column-end: 15;
    align-items: start;
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
}

.projectstoggle {}

.mainContainerindex {
    width: 100%;
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    align-content: center;
    align-items: center;
}

#contactsection {
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    background-color: #eef3f6;
    grid-column-start: 1;
    grid-column-end: 14;
    padding-bottom: 2%;
    padding-top: 2%;

    scroll-snap-align: start;
    overflow-y: scroll;
}

.filterDiv {
    width: 100%;
    position: relative;
    margin-bottom: 2%;
    display: none;
}

.workcontainerhidden {
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    grid-column-start: 1;
    grid-column-end: 13;
    overflow: hidden;
    display: grid;
    background-color: #eef3f6;
    padding-bottom: 2%;
    padding-top: 2%;
}

.show {
    display: block;
}

#tutorium {
    grid-column-start: 9;
    grid-column-end: 11;
    grid-row-start: 5;
    margin-right: -80%;
    margin-bottom: -30%;
}

#text-thiself {
    top: 30%;
    right: 15%;
}

.screen {
    position: absolute;
}

#work2 {
    margin-top: -25%;
    width: 98%;
    position: relative;
}

#project-reihe1 {
    grid-column-start: 2;
    grid-column-end: 7;
}

#project-reihe2 {
    grid-column-start: 7;
    grid-column-end: 12;
}

#blabble-phone {
    left: 5%;
    top: -23%;
    height: 115%;
}

#workright {
    width: 100%;
    position: relative;
}

#workright-reihe2 {
    width: 100%;
    position: relative;
}

#work1-reihe2 {
    width: 100%;
    position: relative;
}

#kika-phone {
    right: 9%;
    top: -23%;
    height: 115%;
}

#screen-links {
    height: 67%;
    left: 9%;
    top: 10%;
}

#work-phone-links {
    left: 7%;
    top: 5%;
}

#work-phone-rechts {
    right: 7%;
    top: 5%;
}

#screen-rechts {
    height: 67%;
    right: 9%;
    top: 10%;
}

#content-links {
    top: 20%;
    right: 5%;
    position: absolute;
    width: 50%;
    height: 70%;
}

#content-rechts {
    top: 20%;
    left: 5%;
    position: absolute;
    width: 50%;
    height: 70%;
}

#uni {
    background-color: #66686a;
    color: white;
    padding: 1%;
    border-radius: 2em;
    padding-left: 2%;
    padding-right: 2%;
    font-family: "Oswald";
}

#freelancerlabel {
    background-color: #dbdbdc;
    color: #66686a;
    padding: 1%;
    border-radius: 2em;
    padding-left: 2%;
    padding-right: 2%;
    font-family: "Oswald";
}

#projects {
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    background-color: #eef3f6;
    grid-column-start: 1;
    grid-column-end: 14;
    padding-bottom: 2%;
}

.projects-rechteck {
    width: 100%;
    position: relative;
}

#projects-container-left {
    grid-column-start: 2;
    grid-column-end: 7;
}

#projects-phone-left {
    left: 12%;
    top: 10%;
}

#content-left {
    top: 20%;
    right: 7%;
    position: absolute;
    width: 45%;
    height: 70%;
}

#projects-container-right {
    grid-column-start: 7;
    grid-column-end: 12;

}

#projects-phone-right {
    right: 12%;
    top: 10%;
}

#content-right {
    top: 20%;
    left: 7%;
    position: absolute;
    width: 45%;
    height: 70%;
}

.screen-left {
    position: absolute;
    height: 68%;
    left: 14%;
    top: 14%;
    z-index: 3;
}

.screen-right {
    position: absolute;
    height: 68%;
    right: 14%;
    top: 14%;
}

#projects-laptop-right {
    right: 3%;
    height: 55%;
    top: 22%;
}

.screen-laptop-right {
    position: absolute;
    height: 41.5%;
    right: 8.5%;
    top: 27.1%;
}

.project_titel {
    grid-column-start: 1;
    grid-column-end: 15;
    align-items: start;
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
}

#project_description {
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    background-color: #eef3f6;
    grid-column-start: 1;
    grid-column-end: 14;
    padding-bottom: 2%;
    padding-top: 2%;
    width: 100vw;
    justify-content: center;
}

.project-nav {
    grid-column-start: 1;
    grid-column-end: 12;
    height: 8%;
    width: 100%;
    transition: 0.4s;
    display: flex;
    position: fixed;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 12;
    top: 0;
}

.project-nav a {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 2em;
    padding-left: 2%;
    padding-right: 2%;
}

.project-nav-scroll {
    grid-column-start: 1;
    grid-column-end: 12;
    height: 10%;
    width: 100%;
    background: white;
    transition: 0.4s;
    display: flex;
    position: fixed;
    align-items: center;
}

.credits {
    grid-column-start: 4;
    grid-column-end: 10;
    text-align: center;
    font-size: 0.8em;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
}

.sticky1 {
    position: fixed;
}

.gray-text {
    color: #707070;
    font-family: fantasy;
}

.column2 {
    grid-column-start: 4;
}

.column3 {
    grid-column-start: 5;
}

.column4 {
    grid-column-start: 6;
}

.column5 {
    grid-column-start: 7;
}

.column6 {
    grid-column-start: 8;
}

.uxlabel {
    grid-column-start: 6;
    background-color: #6a8a98;
    border-radius: 2em;
    padding: 2%;
    font-family: "Oswald";
    color: white;
    text-align: center;
    align-self: center;
}

.unilabel {
    grid-column-start: 7;
    grid-column-end: 9;
    width: 70%;
    background-color: #66686a;
    border-radius: 2em;
    padding: 2%;
    font-family: "Oswald";
    color: white;
    text-align: center;
    align-self: center;
}

.fullscreenimg {
    grid-column-start: 2;
    grid-column-end: 12;
    width: 100%;
}

#firsth4 {
    grid-column-start: 3;
    grid-column-end: 6;
    margin-top: 20%;
}

#scndh4 {
    grid-column-start: 8;
    grid-column-end: 11;
    margin-top: 20%;
}

#middleh4 {
    grid-column-start: 2;
    grid-column-end: 12;
    margin-top: 5%;
}

.nav {
    color: rgba(48, 73, 86, 0.9);
}

.white-text {
    color: rgba(255, 255, 255, 0.5);
}

.white {
    background-color: white;
}

#work-phone {
    left: 5%;
    top: 7%;
}

.nextProject {
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    grid-template-rows: 30%;
    background-color: #eef3f6;
    grid-column-start: 1;
    grid-column-end: 14;
    padding-bottom: 2%;
    padding-top: 2%;
    align-items: center;
}

.previousproject {
    grid-column-start: 1;
    grid-column-end: 13;
    position: relative;
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;

}

.prneprojectphone {
    grid-column-start: 5;
    grid-column-end: 7;
    height: 150%;
    float: right;
}

.preciousprojecttext {
    grid-column-start: 1;
    grid-row-start: 1;
    text-align: right;

}

.nextproject {
    grid-column-start: 1;
    grid-column-end: 13;
    position: relative;
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
}

.nexttablet {
    margin-top: 5%;
    grid-column-start: 7;
    grid-column-end: 11;
    width: 65%;
    margin-left: 5%;
    grid-row-start: 1;
}

.nextprojecttext {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    text-align: left;
    margin-left: 16%;
    width: 100%;
}

.navmargin {
    margin-top: 50%;
}

#navabstand {
    display: grid;
    grid-template-columns: 12% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 6.5% 12%;
    grid-column-gap: 1%;
    background-color: #eef3f6;
    grid-column-start: 1;
    grid-column-end: 14;
    padding-bottom: 3%;
    padding-top: 6%;
    justify-content: center;
    align-content: center;
}

#projects-laptop-left {
    left: 3%;
    height: 55%;
    top: 22%;
}

.screen-laptop-left {
    position: absolute;
    height: 41.5%;
    left: 8.6%;
    top: 27%;
}

.screen-kamera-left {
    position: absolute;
    height: 36%;
    left: 10%;
    top: 39%;
}

#projects-kamera-left {
    left: 7%;
    height: 60%;
    top: 20%;
}

.projects {
    padding-left: 3%;
    padding-right: 3%;
}

#projects-kamera-right {
    right: 7.5%;
    height: 60%;
    top: 20%;
}

.screen-tablet-right {
    position: absolute;
    height: 42%;
    right: 7%;
    top: 29%;
}

#projects-tablet-right {
    right: 5%;
    height: 50%;
    top: 25%;
}

#projects-tablet-left {
    left: 5%;
    height: 50%;
    top: 25%;
}

.skillslogoklein {
    width: 50%;
    margin-top: 25%;
}



#ilutool {
    grid-column-start: 7;
    grid-column-end: 8;
}

.toolslogo {
    width: 70%;
}

#titeltext {
    position: absolute;
    vertical-align: middle;
    line-height: 100vh;
    left: 8%;
    font-size: 5em;
    font-family: "Source Sans Pro";
    font-weight: 200;
    color: #6A8A98;
    top: -12%;
}

.titletext {
    position: absolute;
    vertical-align: middle;
    line-height: 100vh;
    left: 8%;
    color: #6A8A98;
}

.mobile {
    display: none;
}

#coder {
    left: 10%;
}

#designer {
    left: 14%;
    top: 8%;
}

#andmore {
    left: 18%;
    top: 15%;
}

.small {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.3Deffect {

    will-change: transform;
    transform: translate3d(0, -150px, 0) scale3d(1, 1, 1);
    transform-style: preserve-3d;


}



.bild {
    width: 13.6%;
    position: absolute;
    left: 6.5%;
    top: -130%;
    z-index: 3;

}

.parallaxposition {
    position: absolute;
    height: 100%;
    left: 6.5%;
    top: -100%;
    z-index: 3;
}

#test {
    background-color: blue;
    scroll-snap-type: y mandatory;
    scroll-snap-points-y: repeat(100%);
}

#1 {
    background-color: blue;
    height: 100vh;
    scroll-snap-align: start;
    width: 100%;
}

#2 {
    background-color: red;
    height: 100vh;
    scroll-snap-align: start;
    background-size: cover;
    width: 100%;
}

#snap {
    height: 100vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-snap-points-y: repeat(100vh);
    scroll-snap-destination: 0 0;
    scroll-snap-type: y mandatory;
    scroll-snap-type: mandatory;

}

.bild2 {
    width: 31.3%;
    position: absolute;
    right: 7.7%;
    top: -130%;
    z-index: 3;
}

.bild3 {
    width: 21.2%;
    left: 9.4%;
    margin-bottom: 4.2%;

}

.mini {
    width: 50%;
}

#steve {
    font-size: 0.7em;
    grid-column-start: 10;
    grid-column-end: 13;
    font-family: 'Source Sans Pro';
    grid-row-start: 3;

}

.previousarrow {
    height: 100px;
    grid-column-start: 2;
    grid-row-start: 1;
    text-align: right;
    margin-left: 20%;
}

.nextarrow {
    height: 100px;

}

.hideme {
    opacity: 0;
}

.firsthalfimg {
    grid-column-start: 2;
    grid-column-end: 7;
    width: 100%;

}

.sndhalfimg {
    grid-column-start: 7;
    grid-column-end: 12;
    width: 100%;
    opacity: 0;
}

.screen-kamera-right {
    position: absolute;
    height: 36%;
    right: 10%;
    top: 39%;
}

.screen-photo-right {
    position: absolute;
    height: 36%;
    width: 34%;
    right: 10%;
    top: 39%;
}

.screen-tablet-left {
    position: absolute;
    height: 42%;
    left: 8%;
    top: 29%;
}

.parallax-element-container {
    position: absolute;
    z-index: 5;

}

.thiselfmain {
    width: 13.7%;
    left: 6.4%;
    margin-bottom: 7.5%;
}

.frickmain {
    right: 7.6%;
    margin-bottom: 11.6%;
    width: 31.5%;
}

.parallax-element-container1 {
    position: absolute;
    z-index: 5;
}

.parallax-element-container2 {
    position: absolute;
    z-index: 5;
}



.thiself:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 20%;
}

.tg:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 10%;
}

.pol:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 10%;
}

.wg:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 25%;
}

.fr:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 25%;
}

.bl:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 10%;
}

.fi:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 20%;
}

.sp:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 20%;
}

.ko:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 20%;
}

.bo:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 25%;
}

.be:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 20%;
}

.ph:hover div p {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    height: 20%;
}

.activeoverlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    transition: background-color 0.7s;
    -moz-transition: background-color 0.7s;
    -webkit-transition: background-color 0.7s;
    -o-transition: background-color 0.7s;
}



.thself {
    z-index: 2
}

.thiself:hover {
    z-index: 10;
}


.thiself {
    z-index: 0;
}

.nextphone {
    grid-column-start: 7;
    grid-column-end: 11;
    grid-row-start: 1;
    height: 130%;
    float: left;
}

.datenschutz_visible {
    display: none;
    position: fixed;
    grid-column-start: 1;
    grid-column-end: 14;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.9);
    filter: blur(8px);
    -webkit-filter: blur(8px);
    align-content: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: display 1.5s ease-in-out;
    transition: display 1.5s ease-in-out;
}

.datenschutz_text {
    width: 50%;
    display: inline-block;
    z-index: 40;
}

.close-x {
    margin-left: 100%;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    color: #708ba0;

}

.close-x:hover {
    color: white;
}

.background-color {
    display: none;
    opacity: 0;
    background-color: #eef3f6;
    height: 90%;
    overflow: scroll;
    z-index: 30;
    top: 10%;
    position: fixed;
    grid-column-start: 1;
    grid-column-end: 14;
    width: 100vw;
    align-content: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}

.index-link {
    color: #708ba0;
}

.index-link:hover {
    font-weight: 800;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

#notaccepteddatenschutz {
    display: none;
}

#startcontent {
    grid-column-start: 4;
    grid-column-end: 10;
    text-align: center;
    grid-row-start: 1;
    grid-row-end: 2;
}





.tabngap:hover {
    z-index 10;
}

.pol {
    z-index: 0;
}

.pol:hover {
    z-index: 5;
}

.wg {
    z-index: 0;
}

.wg:hover {
    z-index: 5;
}

.wg {}

.tg {

    z-index 0;

}

.tg:hover {
    z-index: 10;
}

.fr {
    z-index: 0;
}

.fr:hover {
    z-index: 5;
}

.wg {}


.bl {
    z-index: 0;
}

.bl:hover {
    z-index: 5;
}

.fi {
    z-index: 0;
}

.fi:hover {
    z-index: 10;
}

.sp {
    z-index: 0;
}

.sp:hover {
    z-index: 10;
}

.ko {
    z-index: 0;
}

.ko:hover {
    z-index: 10;
}

.bo {
    z-index: 0;
}

.bo:hover {
    z-index: 10;
}

.be {
    z-index: 0;
}

.be:hover {
    z-index: 10;
}

.ph {
    z-index: 0;
}

.ph:hover {
    z-index: 10;
}

.pol-text {
    opacity: 0;
    height: 10%;
}

.wg-text {
    opacity: 0;
    height: 10%;
}



.hidden-text {
    opacity: 0;
    height: 10%;
    color: black;
}

.dreizeilen-text {
    opacity: 0;
    height: 30%;
}

.toolsheading {
    grid-column-start: 2;
    grid-column-end: 12;
}

.ntproject {
    text-align: left;
    margin: 2%;
    grid-column-start: 7;
    grid-column-end: 12;
    height: 60%;
    grid-template-rows: 1;
    justify-self: start;
}

.preciousprojecttext2 {
    grid-row-start: 1;
    grid-column-start: 1;
    text-align: right;
    margin-top: 35%;

}

.nextprojecttext2 {
    grid-row-start: 1;
    grid-column-start: 2;
    text-align: left;
    margin-top: 35%;
    margin-left: 16%;

}

.preprojecttext {
    text-align: right;
    margin: 2%;
    grid-column-start: 2;
    grid-column-end: 7;
    align-self: center;
    height: 60%;
    grid-template-rows: 1;
    justify-self: end;
}

.worklabel {
    grid-column-start: 7;
    grid-column-end: 9;
    width: 70%;
    background-color: white;
    border-radius: 2em;
    padding: 2%;
    font-family: "Oswald";
    color: #66686a;
    text-align: center;
    align-self: center;
}

.blubble_bg {
    background-image: url("/img/projects/blubble/blubble_titel.png");
}

.wohlgefuehl_bg {
    background-image: url("/img/projects/wohlgefuehl/wg1.jpg");
}

.morelabel {
    background-color: #73A9B1;
    border-radius: 2em;
    padding: 2%;
    font-family: "Oswald";
    color: white;
    text-align: center;
    align-self: center;
}

.zwei {
    grid-column-start: 5;
}

#gallery {
    grid-column-start: 2;
    grid-column-end: 12;
    margin-bottom: 7%;
}

#project_titel {}

.pol_bg {
    background-image: url("/img/projects/pulseoflife/pulseoflife.png");
}

#col6_tool {
    grid-column-start: 6;
    grid-column-end: 7;
}

#col5_tool {
    grid-column-start: 5;
    grid-column-end: 6;
}

.thiself_bg {
    background-image: url("/img/projects/thiself/thiself_title.png")
}

#col4_tool {
    grid-column-start: 4;
    grid-column-end: 5;
}

.screenvideo {
    grid-column-start: 4;
    grid-column-end: 10;
    width: 100%;
    height: 70vh;
}

.nextlink {
    display: grid;
    grid-template-columns: 30% 70%;
    text-align: left;
    margin: 2%;
    justify-self: start;
}

.prelink {
    margin: 2%;
    display: grid;
    grid-template-columns: 70% 30%;
    justify-self: end;
}

.codelabel {
    grid-column-start: 6;
    background-color: #6a8a98;
    border-radius: 2em;
    padding: 2%;
    font-family: "Oswald";
    color: white;
    text-align: center;
    align-self: center;
}

.tabngap_bg {
    background-image: url(/img/projects/tabngap/tabngap_title.png);
}

#middle_tool {
    grid-column-start: 6;
    margin-left: 75%;
}

.spalf_bg {
    background-image: url("/img/projects/spalf/spalf_titel.JPG");
}

.eins {
    grid-column-start: 6;
    grid-column-end: 7;
}



.notlast {
    margin-bottom: 0;
}

.kostbar_bg {
    background-image: url("/img/projects/kostbar/kostbar.jpg");
}

.frick_bg {
    background-image: url("/img/projects/frick/frick.png");
}

.fixly_bg {
    background-image: url("/img/projects/fixly/fixly_titel.png");
}

.bb_bg {
    background-image: url("/img/projects/beutelsbacher/beutelsbacher.png");
}

.less {
    margin-top: 25%;
}

#work1-mobile {
    display: none;
}



@media only screen and (max-width: 600px) {
    #logohome {
        height: 20%;
    }

    .topnav {
        background: rgba(255, 255, 255, 0.8);
        flex-direction: column;
        flex-direction: column;
        z-index: 50;

    }

    .topnav.responsive {}

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;

    }

    #logo {
        display: none;
    }

    .burger {
        right: 0%;
        width: 20%;
        height: 7%;
        margin-top: 5%;
        background: rgba(255, 255, 255, 0.8);
        position: fixed;
        z-index: 90;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .burger div {
        height: 9%;
        width: 50%;
        margin-left: 10%;
        background-color: #6A8A98;
        position: absolute;
        transition: all 0.5s ease;
    }

    .burger .first {
        top: 20%;

    }

    .burger .second {
        top: 45%;

    }

    .burger .third {
        top: 70%;

    }

    .firstx {
        transform: translateY(270%) rotate(50deg);
        transition: all 0.5s ease;
    }

    .secondx {
        opacity: 0;
        transition: all 0.2s ease;

    }


    #projects-phone-left {
        left: -50%;
        top: 10%;
    }

    .hidden-text {
        height: 0%;
    }

    #content-left,
    #content-right {
        top: 5%;
    }

    .work-heading {
        margin-bottom: 0%;
    }

    #projects-container-left {
        grid-column-start: 2;
        grid-column-end: 12;
    }

    #projects-container-right {
        grid-column-start: 2;
        grid-column-end: 12;
    }

    .thirdx {
        transform: translateY(-270%) rotate(-50deg);
        transition: all 0.5s ease;
    }

    .mobile_nav_a {
        display: none;
        flex-direction: row;
        margin-bottom: 5%;
    }

    .topnav a {
        float: none;
    }

    #quotetext {
        grid-column-start: 2;
        grid-column-end: 12;
        font-size: 200%;
    }

    /*.topnav a:not(:first-child) {
        display: none;
    }*/


    .icon {
        float: right;
        display: block;
        height: 100%;
        width: 100%;
        z-index: 60;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    #startcontent {
        grid-column-start: 2;
        grid-column-end: 12;

    }

    #quotes {
        grid-column-start: 3;
        grid-column-end: 5;
        margin-top: 0;
        grid-row-start: 1;
        margin-top: 20%;
        width: 100%;
    }

    #quotesend {
        grid-column-start: 10;
        grid-column-end: 12;
        width: 100%;
    }

    .sectiontext {
        grid-column-start: 2;
        grid-column-end: 12;
    }

    .workcontainer {
        grid-column-start: 1;
        grid-column-end: 13;
        margin-left: auto;
        margin-right: auto;
    }

    .workdiv {
        width: 90vw;
    }

    #work1 {
        display: none;
    }

    .device {
        height: 40%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    #work-laptop {
        top: 30%;
        height: 24%;
        right: 0;
    }

    #work-kamera {
        top: 23%;
        left: 0%;
        height: 32%;
    }

    #work1-mobile {
        width: 90vw;
        display: flex;
        flex-direction: column;
    }

    #content-ux,
    #content-code,
    #content-more {
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        height: 50%;
        right: auto;
        top: 48%;
        left: 0;
    }

    .frickmain,
    .thiselfmain,
    .bild3 {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .sticky {
        position: absolute;
    }

    .thiselfmain {
        margin-bottom: 86%;
        width: 29%;
    }

    .frickmain {
        margin-bottom: 104%;
        width: 66%;
    }

    .bild3 {
        width: 43%;
        margin-bottom: 75%;
        margin-left: 23%;
    }

    #links {
        display: none;
        width: 100%;

    }

    #content-code,
    #content-more {
        top: 58%;
    }

    #work-code {
        margin-top: -50%;
    }

    #work-phone {
        left: 0;
    }

    #work-more {
        margin-top: -29%;
    }

    #skillsheading {
        grid-column-start: 2;
        grid-column-end: 12;
        width: 100%;
        text-align: center;
    }

    #reihe1 {
        grid-column-start: 2;
        grid-column-end: 5;
    }

    #reihe2 {
        grid-column-start: 6;
        grid-column-end: 9;
        margin-right: 30%;

    }

    #reihe3 {
        grid-column-start: 9;
        grid-column-end: 12;
    }

    #educationheading {
        grid-column-start: 2;
        grid-column-end: 12;
        width: 100%;
        text-align: center;
        grid-row-start: 3;
    }

    #lifeimg {
        grid-column-start: 6;
        grid-column-end: 8;
        grid-row-start: 4;
        grid-row-end: 21;
        width: 130%;
        height: auto;

    }

    #workingstudentbosch,
    #internshipbosch,
    #workingstudentbodensee,
    #kostbar,
    #aupair {
        grid-column-start: 1;
        grid-column-end: 5;
        margin-right: -30%;
        margin-top: -20%;
    }

    #internshipbosch {
        margin-top: -20%;
        margin-right: -10%;
    }

    #workingstudentbodensee {
        margin-top: -15%;
        margin-right: -40%;
    }

    #kostbar {
        margin-right: -20%;
        margin-top: -30%;
    }

    #aupair {
        margin-right: -50%;
        margin-top: 20%;
    }

    #studium,
    #tutorium {
        grid-column-start: 3;
        grid-column-end: 12;
        margin-top: -15%;
        margin-right: -70%;
    }

    #studium {
        margin-right: -65%;
    }

    .company,
    .date,
    .dateleft,
    .companyleft {
        font-size: 0.8em;
    }

    #clientsreihe1,
    #clientsreihe3 {
        grid-column-start: 2;
        grid-column-end: 7;
    }

    #clientsreihe2,
    #clientsreihe4 {
        grid-column-start: 7;
        grid-column-end: 12;
    }

    .form {
        grid-column-start: 2;
        grid-column-end: 12;
    }

    .input {
        width: 88%;
        padding: 5%;
        padding-left: 5%;
        margin: 0;
        margin-bottom: 5%;
    }

    .inputfield {
        width: 88%;
        padding: 5%;
        padding-left: 5%;
        margin: 0;
        margin-bottom: 5%;
    }

    .button {
        padding: 3%;
        padding-right: 5%;
        padding-left: 5%;
        margin-bottom: 5%;

    }

    .datenschutz_text {
        width: 90%;
    }

    #titeltext {
        font-size: 2em;
        vertical-align: bottom;
        line-height: normal;
        top: 90.4%;
        z-index: 70;
        left: 20%;

    }

    .mobileinvisible {
        display: none;
    }

    .titletext {
        vertical-align: bottom;
        line-height: normal;
        top: 89.8%;
        z-index: 70;

    }

    #coder {
        left: 55%;
        animation: blinker2 9s linear infinite;
    }

    #designer {
        animation: blinker3 9s linear infinite;
        left: 55%;
        top: 89.8%;
    }

    #andmore {
        animation: blinker1 9s linear infinite;
        left: 55%;
        top: 89.8%;
    }

    #titleimg {
        background-position: 65%;
    }

    .column2,
    .column4,
    .column6 {
        grid-column-start: 2;
        grid-column-end: 7;
        align-self: flex-start;
    }

    .column3,
    .column5,
    .column7 {
        grid-column-start: 7;
        grid-column-end: 12;
        align-self: flex-start;
    }



    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }





}

#datenschutz_checkbox {
    background-color: white;
    border-bottom-color: white;
}

.iframe {
    border: none;
    width: 16.1%;
    height: 50.5%;
    margin-top: 2%;
    z-index: 5;
    position: absolute;
    left: 41.9%;
    background-color: white;
}

.thiselfdetailpage {
    height: 60vh;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: block;
}



.screenvideodiv {
    grid-column-start: 4;
    grid-column-end: 10;
    width: 100%;
    justify-content: center;
    align-content: center;
    margin-bottom: 5%;
}



.margin {
    margin-top: 5%;
}

.medium {
    width: 90%;
}

.mobile_nav {
    height: 100vh;
    width: 100vw;
    background-color: white;
    position: fixed;
    overflow: hidden;
}

#links {
    width: 50%;


}
