:root {
    /*    --light1:#A44A3F;*/
    --light1: #FFD670;
    --light2: #F6AA1C;
    --light3: #2D936C;
    --light4: #8E4A49;
    --link: #F6AA1C;
    --darkgrey1: #5A2643;
    --darkgrey2: #07393C;
    --darkgrey3: #331E36;
    --darkcolor1: #8E4A49;

    --fs-s: clamp(0.75rem, 1vw + 0.75rem, 1rem);
    --fs-m: clamp(1rem, 1vw + 0.8rem, 1.5rem);
    --fs-l: clamp(1.5rem, 1.5vw + 1.25rem, 2.25rem);
    --fs-xl: clamp(1.5rem, 1.75vw + 1.5rem, 24rem);
}

/* ======================================
                 Media
======================================= */

body {
    font-family: "Raleway", sans-serif;
}

h2 {
    font-weight: 700;
}

.bold {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.Backgroundimage {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: -1;
}

.Border {
    background-color: var(--light1);
    padding: 0px, 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.5;
    width: 33%;
    height: 2px;
}

/* ======================================
                Navigation
======================================= */

.navigation {
    top: 0;
    left: 0;
    margin: 0px;
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 40px;
    background-color: var(--light3);
    display: flex;
    text-align: center;
    line-height: 0.8;
    color: var(--light1);
    font-size: var(--fs-s);
    z-index: 10;
}

.navmajor {
    filter: drop-shadow(2px 2px 0px var(--darkgrey2));
    color: var(--light1);
    padding-top: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 700;
    flex-grow: 1;
    flex-shrink: 1;
}

.navminor {
    /*    filter: drop-shadow(2px 2px 0px var(--darkgrey2));*/
    color: var(--light1);
    padding-top: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 700;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 2.5%;
    margin-left: 2.5%;
}

.vector1 {
    left: 0px;
    top: 39px;
    position: fixed;
    height: auto;
    width: 10%;
    fill: var(--light3);
}

.vector2 {
    position: fixed;
    right: -1px;
    bottom: 39px;
    height: auto;
    width: 10%;
    transform: rotate(-180deg);
    fill: var(--darkgrey1);
}

footer {
    background-color: var(--darkgrey1);
    height: 40px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.footertext {
    color: var(--light1);
    padding: 0;
    margin: 10px;
    font-size: var(--fs-s);
    font-weight: bold;
    position: relative;
    text-align: center;
}

/* ======================================
                 Home
======================================= */

.BackgroundHome {
    background-color: var(--light1);
    margin: 0;
    padding: 0;
    z-index: 0;
}

.Header {

    background-color: var(--darkgrey2);
    display: grid;
    grid-template-columns: 130px auto;
    grid-template-rows: 50% 50%;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
    max-height: 130px;
    text-align: start;
}

.Profilepicture_color {
    display: none;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
    position: static;
    background-color: var(--darkgrey1);
    width: 130px;
    height: 130px;
    mix-blend-mode: soft-light;
    opacity: 0.7;
    border-radius: 130px;
    z-index: 1;
}

.Profilepicture {
    display: none;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
    max-height: 130px;
}

.Header1 {
        filter: drop-shadow(2px 2px 0px darkgreen);
    display: none;
    grid-column: 2;
    grid-row: 1;
    color: var(--light2);
    font-weight: 700;
    font-size: var(--fs-xl);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    line-height: 0.95;
}

.Header2 {
/*        filter: drop-shadow(2px 2px 0px var(--light3));*/
    display: none;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    color: var(--light1);
    font-weight: 300;
    font-size: var(--fs-m);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}

.spacer {
    height: 10px;
    background-color: var(--light2);
}

/*---------------------------*/

.Video_frame_vid1 {
    text-align: center;
    margin-top: 0;
}

.Video {
    display: none;
    width: clamp(20%, 80%, 1020px);
    padding: 0;
    margin: 0;
    z-index: 3;
    position: relative;
}

#Overlay {
    opacity: 0.95;
    background-color: var(--darkgrey2) !important;
    z-index: 11;
}

.Video_title {
    margin: 10px;
    display: none;
    color: var(--darkgrey2);
    font-weight: 500;
    font-size: var(--fs-l);
}

.Video_description {
    margin: 10px;
    display: none;
    color: var(--darkgrey2);
    font-size: var(--fs-m);
    font-weight: 400;
    line-height: 1.2;
}

/*---------------------------*/

.Short_description {
    display: none;
    background-color: var(--light2);
    text-align: center;
    opacity: 1;
    font-size: var(--fs-m);
    font-weight: 300;
    line-height: 1.1;
    color: var(--darkgrey3);
    margin: 0px;
    padding: 5px 20%;
    margin-bottom: 0;
}

/*---------------------------*/

.Skill_back {
    display: none;
    background-color: var(--light4);
    padding: 0px;
    margin: 0px;
    font-weight: 100;
}

.Skill_header {
    font-size: var(--fs-l);
    font-weight: 600;
    margin-top: 0;
    padding-top: 20px;
    color: var(--light2);
    text-align: center;
}


.Skill_card_pic {
    font-weight: 200;
    margin: 0;
    padding: 0;
    fill: var(--light1);
}

.Skill_list {
    font-size: var(--fs-s);
    font-weight: 600;
    color: var(--light1);
    margin: 10px;
    text-align: center;
    margin-bottom: 40px;
    height: auto;
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(3, 1fr);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

/* ======================================
                 Musiken
======================================= */

.BackgroundMusic {
    background-color: var(--light1);
    margin: 0;
    padding: 0;
}

.playerBackgroud {
    background-color: var(--darkgrey3);
    color: var(--light1);
    text-align: center;
    line-height: 1.3;
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: var(--fs-m);
    font-weight: 300;
}

/*
.colorSpace{
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 5%;
    z-index: 0;
}

.Space1{
    background-color: var(--light2);
}

.Space2{
    background-color: var(--light2);
    right: 0;
}
*/

.playerframe {
    max-width: 500px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: var(--darkgrey3);
    opacity: 1;
    z-index: 2;
}





/* ======================================
                 Vita
======================================= */

.BackgroundVita {
    background-color: var(--darkgrey2);
    margin: 0;
    padding: 0;
}

.vitatext {
    background-color: var(--light1);
    color: var(--darkgrey2);
    text-align: center;
    line-height: 1.3;
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: var(--fs-m);
    font-weight: 400;
}

.ProfilepictureAbout {

    margin-top: 40px;
    border-radius: 20px;
}

/* ======================================
                Projects
======================================= */

.BackgroundWork {
    margin: 0;
    padding: 0;
}

.Werklisteback {
    background-color: var(--light1);
    padding: 0;
}

.leftSpacer {
    z-index: -1;
    background-color: var(--light2);
    position: fixed;
    height: 100%;
    left: 0;
    width: 50%;
}

.Werkliste {
    background-color: var(--darkgrey2);
    color: var(--light1);
    text-align: center;
    line-height: 1.3;
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: var(--fs-m);
    font-weight: 300;
}

/* ======================================
               Links
======================================= */
@media (max-width: 475px) {
    :root {
        --fs-s: clamp(0.5rem, 1vw + 0.5rem, 1rem);
        --fs-m: clamp(0.9rem, 1vw + 0.75rem, 1.2rem);
        --fs-l: clamp(1.2rem, 1vw + 0.75rem, 2rem);
        --fs-xl: clamp(1.5rem, 1vw + 1.2rem, 2rem);
    }

    .Header {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width:1030px) {
    .Header {
        padding-left: 20%;
        padding-right: auto;
    }
}

.mailto:hover {
    color: var(--link);
}

.Rollkofferlink:link {
    color: var(--light2);
}

.Rollkofferlink:visited {
    color: var(--light2);
}

.Rollkofferlink:hover {
    color: var(--link);
}

a:link {
    color: var(--light1);
    text-decoration: none;
}

a:active {
    color: var(--link);
}

a:visited {
    color: var(--light1);
}

a:hover {
    color: var(--link);
}
