

/*==================== SECONDARY NAV ====================*/
.secondary-header {
    color: #333;
}

.secondary-logo svg{
    fill: #333;
  }


/*====================  ABOUT ME ====================*/
.about__section{
    background: #fff;   
}

.quote__section{
    background: var(--first-color);
    text-align: center;
    color: var(--text-color-white);

}

.quote_container{
    margin: 2rem auto;

}

.quote{
    font-style: italic;
    font-size: var(--fs-medium);
    font-weight: var(--font-light);
    line-height: 1.5;
}


.about__container{
display: flex;
flex-direction: row-reverse;
justify-content: center;
gap: 4rem;
margin: 4 0 2.5rem 0;
padding: 0 2.5rem;
}

.about__data{
text-align: left;
margin-top: 4rem;
max-width: 500px;
}

.about__img img{
    max-width: 300px;
}

.hello{
    font-size: 1.45rem;
    font-weight: 400;
}

.my-profession{
    font-size: 1.45rem;
    margin: .25rem 0 1rem 0;
}

.typing{
      color: var(--second-color);
  }


/*==================== SKILLS ====================*/
.skill__section{
    background: #fff;
    text-align: center;
    padding: 2.5rem;
}

.skill__section h2{
    color: #333;
}

.skills__container{
    margin: 2.5rem auto;
    padding: 0 2rem;
    row-gap: 0;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

.skills__content{
    border-radius: 1.5rem;
    background: rgba(250,250,250);
    padding: .5rem;
    box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}

.skills__content ul{
    list-style: "—";
    }


.skills__header{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.skills__icon,
.skills__arrow{
    font-size: 1.75rem;
    color: var(--second-color);
}

.skills__icon{
    margin-right: var(--mb-0-75);  
}

.skills__title{
    font-size: 1.2rem;
    font-weight: 500;
}

.skills__arrow{
    margin-left: auto;
    transition: .4s;
}

.skills__list{
    text-align: left;
    padding-left: 2.7rem;

}

.skills__list ul{
    line-height: 1.7rem;
}

.skills__programs{
    font-size: .6rem;
    color: #555;
    text-transform: uppercase;
    padding: 1rem 0 .5rem 0;
    letter-spacing: .15rem;
}


.skills__close .skills__list{
    height: 1px;
    overflow: hidden;
}

.skills__open .skills__list{
    height: max-content;
    
}

.skills__open .skills__arrow{
    transform: rotate(-180deg);
}



/*====================  WORKS ====================*/
.works-start{
    height: 80vh;
    width: 100%;
}

.works-start__container{
    position: fixed;
    inset: 0 0 0 0;
    background: #e8e8e8;
    z-index: 1;
}

.works__container{
    max-width: 1200px;
    margin: 0 auto;
}

.works-start__img{
    margin: 0 auto ;
    max-width: 1200px;
}


/*______________________________________________________________*/
.works__section{
    background: #fff;
    position: relative;
    width: 100vw;
    z-index: 100;
    left: 0;
    right: 0;
}

.img__section{
    max-height: 400px;
    position: relative;
    width: 100vw;
    z-index: 100;
    left: 0;
    right: 0;
    background: #e8e8e8;
}

.works__img{
    text-align: center;
    margin: 0 auto;
}

.works__section h2{
    color: #333;
}

.works__data__container{
    color: #333;
    padding: 0 var(--pdd_middle);
}

.works__info{
    max-width: 600px;
}

.works__info a{
    color: #333;
}

.works__category{
    font-weight: var(--font-medium);
    font-size: 0.75rem;
    color: var(--first-color);
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.works__data{
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    gap: 4rem;
}

.works__list{
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: var(--fs-xs);
    line-height: 1.5rem;
    font-weight: var(--font-black);
    padding:  0 0 1rem 0;
}

.works__data ul{
    list-style-position: outside;
    list-style-image: url("../img/list-style-icon.svg");
}

.works__list li{
    font-weight: var(--font-light);
}

/*______________________________________________________________*/

.reber-start__container{
    position: fixed;
    inset: 0 0 0 0;
    background: url('../img/portfolio/MR_MacBook_Pro_1.png') center;
    background-repeat: no-repeat;
    background-size: cover;
}


.vereint-start__container{
    position: fixed;
    inset: 0 0 0 0;
    background: url('../img/portfolio/V_MB_Mockup_01.png') center;
    background-repeat: no-repeat;
    background-size: cover;
}

.expert-start__container{
    position: fixed;
    inset: 0 0 0 0;
    background: url('../img/portfolio/TheExpert_cover_start.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;
}

.haj-start__container{
    position: fixed;
    inset: 0 0 0 0;
    background: url('../img/portfolio/HAJ_header-gal01.png') center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ifi-start__container{
    position: fixed;
    inset: 0 0 0 0;
    background: url('../img/portfolio/ifi_header.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;

}

.swa-sb-start__container{
    position: fixed;
    inset: 0 0 0 0;
    background: url('../img/portfolio/Swarovski-Storybook_Brochure_Mockup_2.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;

}

.vereint__data{
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    gap: 4rem;
}

.calendar-start__container{
    position: fixed;
    inset: 0 0 0 0;
    background: url('../img/portfolio/calendar_2021.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.v_data__subtitle{
    font-size: 1rem;
    font-weight: var(--font-medium);
}

.v_works__info span{
    text-transform: uppercase;
    font-size: 0.825rem;
    letter-spacing: 1.25px;
}

.v_definition{
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 2fr 2fr 1fr;
        grid-template-columns: 2fr 2fr 1fr;
    gap: 4rem;
}

.v_persona__section{
    background: #e8e8e8;
    width: 100vw;
    z-index: 100;
    position: relative;   
}

.v_persona__container{
    max-width: 1100px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: repeat(3, 1fr);
        grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.v_persona__content{
    background: #fff;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.v_persona__content img{
    width: 7rem;
}

.v__content{
    margin: 2rem 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.v__content span{
    font-weight: 500;
}

.scroller{
    padding: 2rem;
    background: #ddd; 
}

.scroller__content{
    overflow-y: scroll;
    height: 40rem;
}

.impressum{
    margin: 0 auto;
    padding: 0 2.5rem;
    max-width: 1000px;
}

.impressum_img{
    height: 100px;
    background-color: #eee;
}

.impressum h2{
    margin: 1rem 0;
    color: #333;
    font-size: 2.5rem;
}

.impressum h4{
    font-weight: var(--font-medium);
    font-size: 1.2rem;
    margin: 1rem 0;
}

.impressum h5{
    margin: 1rem 0;
    font-weight: var(--font-normal);
    font-size: 1rem;
}

.m-elements{
    padding: 1rem 0;
}

.ty__section{
    background: var(--first-color); 
}

.ty__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    max-width: 40rem;
    text-align: center;
}

.ty__message{
    width: 100%;
    margin: 5rem 0;
    background: var(--first-color);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: left;
}

.ty__info{
    color: #fff;
    margin: 0 2rem;
}

.ty__info p{
    font-size: var(--fs-small);
    font-weight: 400;
    margin-top:  1rem;
}

.ty__button{
max-width: 50%;
font-weight: 500;
}




/*====================  MEDIA QUERIES ====================*/
@media (max-width: 768px) {

.secondary-header {
    color: #fff;
 }

.sec_nav-icon{
    width: 35px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  
  .sec_nav-icon span{
    background-color: #333;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width:100%;
    height: 4px;
    transition-duration: 500ms
  }
  .sec_nav-icon span:nth-child(1){
    top:0px;
    left: 0px;
  }
  .sec_nav-icon span:nth-child(2){
    top:13px;
    left: 0px;
    opacity:1;
  }
  .sec_nav-icon span:nth-child(3){
    bottom:0px;
    left: 0px;
  }
  .sec_nav-icon:not(.open):hover span:nth-child(1){
    transform: rotate(-3deg) scaleY(1.1);
  }
  .sec_nav-icon:not(.open):hover span:nth-child(2){
    transform: rotate(3deg) scaleY(1.1);
  }
  .sec_nav-icon:not(.open):hover span:nth-child(3){
    transform: rotate(-4deg) scaleY(1.1);
  }
  .sec_nav-icon.open span:nth-child(1){
    transform: rotate(45deg);
    top: 13px;
    background-color: #fff;
  }
  .sec_nav-icon.open span:nth-child(2){
    opacity:0;
    background-color: #fff;
  }
  .sec_nav-icon.open span:nth-child(3){
    transform: rotate(-45deg);
    top: 13px;
    background-color: #fff;
  }

.works-start{
    height: 360px;
}

.works__data{
    display: block;
}

.works__list{
   margin-top: 2rem;
}

.works__img{
    margin: auto 0;
}

.v_data__subtitle{
    margin-top: 2rem
}

.works-start__container{
    position: absolute;
    top: 0;
    background: #e8e8e8;
    z-index: 1;
    height: 360px;
}

.haj-start__container{
    height: 300px;
}

.works-start__img{
    margin: var(--header-height) auto;
}

.works-start__img img{
    width: 800px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.works__data__container{
    color: #333;
    padding: 0;
}

.img__section{
    max-height: 300px;
    position: relative;
    width: 100vw;
    z-index: 100;
    left: 0;
    right: 0;
    background: #e8e8e8;
}

.works_data_mq{
    display: block;
}

.v_persona__content{
    margin: 2rem 0;
}


.about__container{
    display: block;
    position: relative;
    text-align: center;
}

.about__data{
    text-align: left;
    margin-top: 3rem;
}

.about__data h3{
    font-size: var(--fs-small);
}

.about__img img{
    max-width: 200px;
    margin-top: 2rem;
}

.quote__section{
    background: var(--first-color);
}


.skill__section{
    padding: 2.5rem 1rem;
}

.skills__container{
    display: block;
}

.skills__content{
    margin: 2rem 0;
}


}

@media screen and (min-width: 968px){
    .skill_con01{
        padding: 0 2.5rem;
        position: absolute;
        margin-top: 2rem;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    
    .skill_con02{
        margin-top: 9rem;
        z-index: 10;
    }
  }
