html {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    overflow-x: hidden;
}

@media only screen and (min-width: 420px) {
    html {
    font-family: "Nunito Sans", sans-serif;
    }
}


body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #000000;
}

h1 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
}

@media only screen and (min-width: 530px) {
    h1 {
        font-size: 45px;
        margin-bottom: 10px;
        line-height: 1.2;
        }
}

h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 27px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.2;
}

h3 {
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 5px;
    margin-top: 5px;
}

ol {
    margin-top: 5px;
    padding-left: 18px;
}

li {

    margin-bottom: 7px;
}

.steps {
    display: inline;
}

/*-------- HEADER --------*/


header {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    background-color: white;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

#contact {
    height: 100%;
    width: 100%;
    z-index: 999;
}

#linkedin1 {
    display: none;
}

#mail1 {
    display: none;
}

#logo {
    width: 100%;
    text-align: center;
    
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 35px;
    float: left;
    color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 901;
    padding-top: 5px;
}

@media only screen and (min-width: 450px) {
    header {
    height: 90px;
    }

    #logo {
    font-size: 50px;
    }
}

header.smaller {
    height: 40px;
    border-bottom: solid #D4D4D4 1px;
}

header.smaller #linkedin1 {
    display: inline;
    height: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    left: 50%;
    margin-left: 100px;
    cursor: pointer;
    z-index: 999;
}

header.smaller #mail1 {
    display: inline;
    height: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    left: 50%;
    margin-left: 120px;
    cursor: pointer;
    z-index: 999;
}

header.smaller #logo {
    font-size: 25px;
}


/*-------- ABOUT --------*/


#about-portrait-mobile {
    display: block;
    width: 100%;
    margin-top: 60px;
}

#about-portrait-tablet {
    display: none;
}
#about-portrait-hd {
    display: none;
}

#about-text {
    font-family: "Nunito Sans", sans-serif;
    display: block;
    margin: auto;
    width: 90%;
    height: auto;
    color: #000000;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.5;
}

@media only screen and (min-width: 450px) {
    #about-portrait-mobile {
    display: none;
    }
    #about-portrait-tablet {
    display: block;
    width: 100%;
    margin-top: 90px;
    }
    #about-portrait-hd {
    display: none;
    }
}

@media only screen and (min-width: 700px) {
    #about-portrait-mobile {
    display: none;
    }
    #about-portrait-tablet {
    display: none;
    }
    #about-portrait-hd {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    margin-top: 90px;
    }
    #about-text {
    display: none;
    }
}

#clear1 {
    clear: both;
    height: 50px;
}


/*-------- TIMELINE ACHSE --------*/

.timeline-background {
    display: none;
}

@media screen and (min-width: 1190px){
.timeline-background {
    overflow: visible;
    position: relative;
}

#achse-linie-background {
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #000000;
    margin-top: 27px;
}

.bar-before {
    left: 0px;
    background-color: #00d4dd;
    border-radius: 0px;
    cursor: default;
    position: absolute;
    margin-top: 54px;
    width: calc((100% - 1183px)/2);
    height: 25px;
}

.bar-after1 {
    background-color: #ba00ff;
    width: calc((100% - 1183px)/2);
    position: absolute;
    right: 0px;
    border-radius: 0px;
    cursor: default;
    margin-top: 54px;
    height: 25px;
}
}

.timeline {
    overflow: scroll;
    white-space: nowrap;
}

@media screen and (min-width: 1190px){
    .timeline {
    width: 1190px;
    margin: auto;
    position: relative;
    z-index: 2;
    } }


#achse-linie {
    width: 1190px;
    height: 2px;
    background-color: #000000;
    margin-top: -2px;
}

#achse-jahr-outer {
    display: flex;
    margin-bottom: 10px;
    margin-left: 60px;
}

.achse-jahr-inner {
    font-weight: 500;
    margin-right: 80px;
}


.achse-punkt-outer {
    display: flex;
    margin-top: -7px;
}

.p2013 {
    margin-left: 70px;
}

.p2013, .p2014, .p2015, .p2016, .p2017, .p2018, .p2019, .p2020, .p2021 {
    margin-right: 101.8px;
    height: 12px;
    width: 12px;
}

.p2022 {
    margin-right: 70px;
    height: 12px;
    width: 12px;
}

#clear2 {
    clear: both;
    height: 20px;
}


/*-------- TIMELINE BARS - TEXTS --------*/

.bar-text {
    padding-left: 8px;
    padding-top: 4px;
    color: white;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.bar-text-high_school1 {
    padding-right: 8px;
    text-align: right;
    padding-left: 0px;
}

.bar-text-uxd1 {
    width: 100%;
    text-align: center;
    padding-left: 0px;
}

.bar-text-kalkofe {
    width: 100%;
    text-align: center;
    padding-left: 0px;
}

.bar-text-join {
    width: 100%;
    text-align: center;
    padding-left: 0px;
}


/*-------- TIMELINE BARS - BARS --------*/

#timeline-main-row1 {
    display: flex;
    width: 1190px; 
}

#timeline-main-row3 {
    display: flex;
    width: 1190px;
}

.bar {
    height: 25px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}

.bar-high_school {
    background-color: #00d4dd;
    width: 130px;
    text-align: right;
    margin-right: 5px;
    cursor: default;
}

.bar-au_pair_travel {
    background-color: #00bbdd;
    width: 110px;
    margin-right: 5px;
}

.bar-ba {
    background-color: #07a8f0;
    width: 450px;
    margin-right: 75px;
}

.bar-ma {
    background-color: #862dff;
    width: 235px;
    margin-right: 5px;
}

.bar-startup {
    background-color: #ba00ff;
    width: 175px;
}

#timeline-main-row2 {
    display: flex;
    width: 1190px;
}

.bar-traineebox {
    background-color: #0080ff;
    width: 450px;
    margin-left: 250px;
}

.bar-uxd_internship {
    background-color: #3900d3;
    width: 90px;
    margin-left: -115px;
    border-color: white;
    border-width: 3px;
    border-left-style: double;
    border-right-style: double;
}

.bar-t3n {
    background-color: #9d00ff;
    width: 111px;
    margin-left: 219px;
}

#clear3 {
    clear: both;
}

.bar-kalkofe {
    background-color: #1c03e3;
    width: 30px;
    float: left;
    margin-left: 320px;
}

.bar-join {
    background-color: #1c03e3;
    width: 30px;
    margin-left: 80px;
}

.bar-freelancer {
    background-color: #7600ff;
    width: 580px;
    margin-left: 20px;
    float: right;
}

#clear4 {
    clear: both;
    height: 30px;
}

.scroll {
    text-align: center;
}

@media only screen and (min-width: 1190px) {
.scroll {
    display: none;
}
}

#clear5 {
    clear: both;
    height: 10px;
}

/*-------- CASES --------*/


.start{
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.cases-text-split1 {
    display: flex;
    width: 100px;
    float: left;
    margin-top: 10px;
}

.cases-text-split2 {
    width: 60%;
    float: left;
    margin-left: 20px;
}

.cases-text-pics-small {
    width: 100%;
    height: 100%;
}

.start.is-removed {
    display: none;
}

.case-travel, .case-ba, .case-trainee, .case-kalkofe, .case-freelancer, .case-uxd, .case-join, .case-ma, .case-startup, .case-t3n {
        display: none;
}

.case-travel.is-active, .case-ba.is-active, .case-trainee.is-active, .case-kalkofe.is-active, .case-freelancer.is-active, .case-uxd.is-active, .case-join.is-active, .case-ma.is-active, .case-startup.is-active, .case-t3n.is-active {
        display: block;
}

.case-videos {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.case-uxd {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*-------- CASES-TEXT --------*/

.cases-text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
}

.cases-comingsoon {
    width: 100%;
    height: 250px;
    background-image: linear-gradient(to top, #8900ff, #b100ff);
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cases-text-metric1 {

}

.cases-text-metric2 {
    width: 83%;
    border-color: black;
    border-style: solid;
    height: auto;
    text-align: center;
    padding: 8%;
    margin-bottom: 10px;
}

@media only screen and (min-width: 500px) {
    .cases-text-metric1 {
    display: flex; 
    justify-content: space-between;
    }

    .cases-text-metric2 {
    width: 28%;
    border-color: black;
    border-style: solid;
    height: auto;
    text-align: center;
    padding: 1.5%;
    margin-bottom: 10px;

    }
}


.cases-gallery {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
}

.cases-text-intro {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
}

#cases-text-pics {
    margin-top: 15px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.cases-text-pics-vertical {
    max-width: 300px;
}

.grid-item {
	display: block;
	width: 100%;
    max-width: 800px;
    margin-bottom: 10px;
}

#cases-text-collage {
    display: none;
}

@media only screen and (min-width: 500px) {
    #cases-text-collage {
    display: block;
    width: 100%;
    max-width: 1000px;
    }
    .grid-item {
    display: none;
    }
}


@media only screen and (min-width: 1060px) {
    .cases-text {
    margin-left: calc((100% - 800px) - (100% - 800px)/2);
    width: 800px;
    }
}

@media only screen and (min-width: 600px) {
    .cases-text-intro {
    margin-left: calc((100% - 550px) - (100% - 550px)/2);
    width: 550px;
    }
}

.clear {
    clear: both;
}

.cases-text-pics-hd {
    display: none;
}

@media only screen and (min-width: 500px) {
    .cases-text-pics-hd {
    margin-top: 15px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    }
}

.cases-text-pics-hd-small {
    display: none;
    margin-bottom: 15px;
}

@media only screen and (min-width: 500px) {
    .cases-text-pics-hd-small {
    display: block;
    width: 93%;
    max-width: 650px;
    margin-left: 4%;
    }
}

@media only screen and (min-width: 900px) {
    .cases-text-pics-hd-small {
    margin-left: calc((100% - 810px)/2);
    width: 650px;
    }
}

.cases-text-pics-mobile {
    margin-top: 15px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media only screen and (min-width: 500px) {
    .cases-text-pics-mobile {
    display: none;
    }
}


/*-------- FOOTER --------*/

footer {
    font-family: "Nunito Sans", sans-serif;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 1000px;
}


#linkedin2{
    height: 30px;
    margin-top: 10px; 
    margin-right: 10px;
}

#mail2 {
    height: 30px;
}