body{
    margin:0px; 
    padding:0px;
    background-color: #153340;
    font-family: 'Montserrat', sans-serif;
    color: #ebebee;
    font-size: 16px;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6{
    color: #1de9b6;
}

h1{
    font-size: 90px;
    font-weight: bold;
}

h2{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
}

h3{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.text-gray{
    font-size: 12px;
    color: #ebebee;
}

.text-green{
    font-size: 14px;
    font-weight: bold;
    color: #1de9b6;
}

#content{
    overflow: visible;
    text-align: center;
    font-size: 1.5rem;
}
#container{
    width: 100%;
}


.main-wrapper{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-menu{
    position: fixed;
    z-index: 99;
    width: 100%;
}

.main-menu-items{
    color: #1de9b6;
    padding: 24px 150px 24px 150px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;

}

ul.navigation-list > li{
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: bold;
    list-style-type: none;
    display: inline-block;
    padding: 20px;
}

.navigation-link{
    text-decoration: none;
    color: inherit;
}

.nav-backround{
    background-color: #153340;
    z-index: 99;
}

.logo{
    font-weight: bold;
    font-size: 2.2em;
    letter-spacing: 1px;
}

.green-text{
    color: #1de9b6;
    font-size: 18px;
    font-weight: normal;
}

.sections{
    width: 100%;
    z-index: 3;
}

.page{
    height: 100vh;
    width: 100%;
    background-color: #153340;
}

.phito-page-header{
    width: 100%;
    padding-top: 150px;
    position: relative;
}

.phito-page-content{
    width: 100%;
    padding-top: 150px;
}

.phito-section-headline{
    position: absolute;
    top: 150px;
    left: 25%;
    width: 30%;
    text-align: left;
}

.phito-section-decorator{
    position: absolute;
    top: 150px;
    width: 100%;
    z-index: inherit;
}
.phito-section-decorator-number{
    position: absolute;
    top: 50px;
    left: 60px;
    font-size: 62px;
    font-weight: bold;
    opacity: .1;
    color: #ebebee;
}

.phito-section-decorator-textbox{
    position: absolute;
    top: 40px;
    left: 0px;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    opacity: .5;
    color: #1de9b6;
}

.phito-page-textbox{
    width: 50%;
    margin-left: 25%;
    display: inline-block;
}

.phito-text{
    line-height: 1.5em;
    letter-spacing: 1px;
}

.phito-link-button{
    color: #1de9b6;
    font-weight: bold;
    font-size: 16px;
    border: 3px solid #1de9b6;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
}

.phito-photobox{
    width: 100%;
    margin-top: 150px;
}


.phito-footer{
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #ebebee;
    padding-bottom: 50px;
    
}

.phito-footer-box{
    width: 75%;
    display: inline-block;
    border-top: 1px solid rgba(29, 233, 182, .3);
    padding-top: 25px;
}

#welcome-page{
    z-index: 2;
}

#welcome-page-background{
    background: url(assets/philipp_tobi_edited.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: .5;
  width: 100%;
  height: 100%;
}

#welcome-page-text-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*transform: translate(-5%, -30%);*/
    
    opacity: 1;
    z-index: 1;
    padding-top: 20%;
    padding-left: 50%;
}

#ueber-uns{
    position: relative;
    z-index: 20;
    height: 100%;
}

#leistungen{
    position: relative;
    z-index: 30;
    height: 100%;
    min-height: 100vh;
}

#projekte{
    position: relative;
    z-index: 40;
    height: 100%;
    min-height: 100vh;
}

#kontakt{
    position: relative;
    z-index: 50;
    height: 100%;
    min-height: 100vh;
}