/*
Theme Name: Portfolio Saeger
Author: Tom-Lucas Säger
Version: 2.5
*/

/* @import url('https://fonts.googleapis.com/css?family=Space+Mono&display=swap'); */


@font-face {
    font-family: 'archiasemibold';
    src: url('fonts/archia-semibold-webfont.eot');
    src: url('fonts/archia-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/archia-semibold-webfont.woff2') format('woff2'),
         url('fonts/archia-semibold-webfont.woff') format('woff'),
         url('fonts/archia-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'archiaregular';
    src: url('fonts/archia-regular-webfont.eot');
    src: url('fonts/archia-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/archia-regular-webfont.woff2') format('woff2'),
         url('fonts/archia-regular-webfont.woff') format('woff'),
         url('fonts/archia-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html {
    min-height: 100%;
    font-size: 1.3vw;
    margin: 0;
    /* background-color: rgb(0, 108, 200);
    background: rgb(0, 108, 200);
    background: linear-gradient(69deg, rgba(0, 108, 200, 1) 0%, rgb(221, 94, 235) 100%); */       
    background-color: #D9d2c6;
    background-size: cover;
}

body {
    margin: 0 10px;
    padding-top: 10vh;
}

* {
    color: #261201;
    font-family: 'archiaregular', Arial, Helvetica, sans-serif;
    font-size: 1.1em;

}
#preloader{
    width: 100%;
    height: 100%;
    background-color: #FFAD00;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.header_image {
    width: 4vw;
    margin: 0;
}
.logo-container{
    width: auto;
    height: 100%;
}

#logo {
    height: 100%;
    width: auto;

}
/* .cls-1,.cls-2,.cls-3,.cls-4{
    stroke: #ed3f1c !important
}
.cls-3,.cls-4{
    fill: #ed3f1c !important;
} */
/* SVG-Logo Animation */
.cls-2{
    stroke-dasharray: 547.1477661132812;
    stroke-dashoffset: 547.1477661132812;
    animation: dash 15s alternate infinite;
  }

  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
#menu-sprachen-menue{
    position: absolute;
    top: 3vh; 
    right: 10vw;
}
.lang-item {
    list-style: none;

  }

.transitionToggle {
    transition: 2s;
}
p a{
    font-size: inherit;
}
nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5em 5vw;
    height: 12vh;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 0 10vh 0;
    display: inline;
  }
nav::after{
    display: block;
    height: 10vh;
}
li{
float: left;
height: 100%;
text-align: center;
}
li a{
    display: block;
    text-decoration: underline;
    margin: 1vh 2vw;
    text-align: bottom;


}
p {
    display: block;
    align-items: center;
    margin-left: 25%;
    margin-right: 25%;
    width: 50vw;
    line-height: 1.5;
}

h1 {
    font-family: 'archiasemibold', Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: 400;
    line-height: 1.1;
}

h2 {
    display: block;
    align-items: center;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    font-size: 2.5em;
    font-family: 'archiasemibold', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1;

}

h3 {
    display: block;
    align-items: center;
    margin-left: 25%;
    margin-right: 25%;
    width: 50vw;
    font-size: 2em;
    margin-bottom: 0%;
    font-size: 1.5em;
}
.wp-block-image{
    margin: 0 25% 1em 25%;
    width: 50%;
}
img {

    width: 100%;
    height: auto;
}

video {
    margin-left: 25%;
    margin-right: 25%;
    width: 50% !important;
}
.wp-block-embed__wrapper{
    overflow:hidden;
    padding-bottom:56.25%;
    padding-left: 20%;
    padding-right: 20%;
    position:relative;
    height:0;
}
.wp-block-embed__wrapper iframe{
    left:10%;
    top:0;
    height:80%;
    width:80%;
    position:absolute;
}
figcaption {
    margin-left: 25%;
    font-family: 'archiasemibold', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin-top: 0;
}

iframe {

    width: 100%;
}

.link_index {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#type {
    font-family: 'archiasemibold', Arial, Helvetica, sans-serif;
    font-size: 2.3em;
    font-weight: 400;
    line-height: 1.1;
    height: 4em;
    margin: 5vh 5vw;
    padding: 15vh 0 0 0;
}

.Typewriter__wrapper {
    font-family: 'archiasemibold', Arial, Helvetica, sans-serif
}

.year {
    font-size: 1.4em;
}

.indexDiv {
    align-self: center;
    justify-self: center;
    font-size: 1em;
    font-family: 'archiasemibold', Arial, Helvetica, sans-serif;

}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 2vw;
    margin-left: 5vw;
    margin-right: 5vw;


}

div.video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.footerIcon{
    width: 10em;
    display: flex;
    justify-content: flex-start;
}

img.contact{
    height: 1.8em;
    padding-right: 1vw;
    float: left;

}
footer {
    padding-bottom: 4vh;
    margin: 15vh 0 5vh 20px;
}

.indexDiv:hover {
    transition: all ease 500ms;
}

.indexDiv {
    transform: scale(1.-1);
    transition: all ease 500ms;
}

.navigation {
    display: block;
    align-items: center;
    margin-left: 25%;
    margin-right: 25%;
    width: 50vw;
    line-height: 1.225em;
}
#about-me{
    align-self: center;
}

.nav_left {
    float: left;
}

.nav_right {
    float: right;
}

/*detailSeiten*/
.about-me-img{
    border-radius: 50%;
    border: solid black 5px ;
}
.arrowRight {
    float: right;
    margin: 5vh;

}

.arrowLeft {
    float: left;
    margin: 5vh;
}

.Zwischenueberschrift {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
/* #main-content{
    background-color: white;
    padding: 3vw;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 12px 0px rgba(255,255,255,1);
    -moz-box-shadow: 10px 10px 12px 0px rgba(255,255,255,1);
    box-shadow: 10px 10px 12px 0px rgba(255,255,255,1);
} */
.small {
    width: 18vw;
}

.medium {
    width: 20vw;
}

.large {
    width: 25vw;
}

.grid-index {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.footerIcon {
    margin: 0;
}

/*smaller Screen*/
@media only screen and (max-width: 1100px) {
    html {
        font-size: 18px;
        padding: 12px;
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);



    }

    body {
        margin: 10px;
    }

    .grid-container {
        grid-template-columns: auto auto;
    }

    .wp-block-embed__wrapper{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .wp-block-embed__wrapper iframe{
        left:0;
        height:100%;
        width:100%;
    }


    .transitionToggle {
        transition: 2s;
    }

    p {
        font-size: 1.2em;
        width: 75vw;
        margin-left: 10%;
        margin-right: 10%;
    }

    h2 {
        width: 75vw;
        margin-left: 10%;
        margin-right: 10%;
    }

    video {
        width: 75vw;
        margin-left: 10%;
        margin-right: 10%;
    }

    figcaption {
        margin-left: 10%;
    }

    .navigation {
        width: 75vw;
        margin-left: 8%;
        margin-right: 8%;
    }


    h3 {
        width: 75vw;
        margin-left: 10%;
        margin-right: 10%;
    }

    #type {
        font-size: 1.5em;
        margin-bottom: 1vh;
        height: 3.5em;
        margin-left: 5vw;
        margin-right: 5vw;


    }

    @media only screen and (max-width: 600px) {
        html {
            font-size: 16px;
            margin: 0;

        }

        body {
            margin: 0
        }

        ;

        h1 {
            font-size: 1.5em;
            margin: 1vw;
        }

        h2 {
            margin: 1vw;
            font-size: 2.0em;
            width: 100%;

        }

        h3 {
            align-items: flex-start;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            font-size: 1.2em;
        }

        .header_image {
            width: 10vw;
        }

        .grid-container {
            grid-template-columns: auto;

        }

        iframe {
            height: 100%;
            width: 100%
        }

        p {
            margin: 1vw 4vw;
            width: 92vw;
        }

        .navigation {
            margin: 4vw;
            width: 92vw;
            margin-top: 3vh;
        }

        video {
            margin: 1vw;
            width: 100%;
        }

        figcaption {
            margin: 1vw;
        }

        .small {
            width: 80vw;
            animation: none;

        }

        .medium {
            width: 80vw;
            animation: none;
        }

        .large {
            width: 80vw;
            animation: none;
        }

        div.video {
            width: 100%;
        }

        .Zwischenueberschrift {
            width: 80%;
        }

        .indexDiv:hover {
            transform: none;
        }

        #type {
            height: 3.2em;
            font-size: 1em;
            margin-left: 5vw;
            margin-right: 5vw;
        }

        #footer {

            margin: 1vw 4vw;
            width: 92vw;


        }
    }
}