#cv-projects{
    height: 650px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#cv-projects ul{
    height: 100%;
    margin: 0px;
}
#cv-projects .teaser{
    height: 650px;
    overflow: hidden;
    position: relative;
}
#cv-projects .teaserImg{
    right: 15px;
    position: absolute;
    bottom: 0px;
}
#cv-projects .description h1{
    font-size: 3em;
    font-weight: 100;
}
#cv-projects .description h5{
    font-size: 1.5em;
    font-weight: 300;
}
#cv-projects .tag{
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    font-weight: 100;
    background-color: white;
    padding: 10px 20px;
}
#cv-projects .button{
    display: inline-block;
    cursor: pointer;
    font-size: 1.2em;
    padding: 10px 30px;
    color: rgb(18, 122, 189);
    font-weight: 400;
}
#cv-projects .button:hover {
    color: rgb(18, 171, 255);
}
#cv-projects div.button img{
    margin: 0px 5px 0px 0px;
    width: 14px;
    padding: 5px;
    opacity: 0.5;
    float: left;
    -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}
#cv-projects {
    -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}
#cv-projects.expanded {
    height: 1800px;
}
#cv-projects.expanded div.button img{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#cv-projects .description{
    position: absolute;
    top: 50px;
    left: 5%;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    padding: 40px;
    text-align: center;
    width: 450px;
    height: 450px;
}

/* articles */
#cv-projects article {
    margin: 15px 0px 0px 0px;
    overflow: auto;
    background-color: whitesmoke;
    width: 80%;
    display: inline-block;
    text-align:justify;
    height: 354px;
}
#cv-projects article h3{
     font-size: 1.5em;
 }
#cv-projects article.right {
    margin-left: 20%;
}
#cv-projects article img {
    float: left;
    max-width: 55%;
    margin: 10px 30px 10px 10px;
}
#cv-projects article.right img {
    float: right;
    margin: 10px 10px 15px 10px;
}
#cv-projects article div {
    padding: 0px 30px 0px 30px;
}
#cv-projects .filler{
    display: inline-block;
    height: 354px;
    width: 40%;
    float: right;
    margin: 15px -20% 0px 0px;
    background: #F5F5F5 url("img/filler.png") no-repeat center center;
    border-left: 18px solid white;
    border-right: 18px solid white;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
#cv-projects .half.filler{
    width: 20%;
    float: left;
    background: #F5F5F5 url("img/filler.png") no-repeat center center;
    border-left: none;
}
#cv-projects .half.filler.right{
    float: right;
    border-right: none;
    border-left: 18px solid white;
    margin: 15px 0% 0px 0px;
}

/* mobile section */
#cv-projects .phone span img{
    width: 125px;
}

/* wearables section */
#cv-projects .wearables span img{
    height: 20px;
    padding: 15px;
}
#cv-projects .wearables span img:nth-of-type(2){
    height: 15px;
}

/* prototypes section */

/* workshops section */

/* backend section */





/*MobileFriendly*/

/* applies only if the screen is narrower than 500px */
@media screen and (max-width: 650px) {
    #cv-projects .phone .description{
        position: absolute;
        top: 8%;
        left: 0%;
        background-color: rgba(255,255,255,0.8);
        border-radius: 0%;
        text-align: center;
        padding: 10%;
        width: 80%;
        height: 100%;
    }
    #cv-projects .phone span img{
        width: 125px;
    }

    /* wearables section */
    #cv-projects .wearables .topImg{
        width: 5%;
    }
    #cv-projects .wearables span img{
        height: 20px;
        width: inherit;
        padding: 15px;
    }
    #cv-projects .wearables span img:nth-of-type(2){
        height: 15px;
    }
    #cv-projects .wearables .description{
        position: absolute;
        top: 9%;
        left: 0%;
        background-color: rgba(255,255,255,0.8);
        border-radius: 0%;
        padding: 10%;
        width: 80%;
        height: 100%;
        text-align: center;
    }

    /* prototypes section */
    #cv-projects .prototypes img.topImg{
        width: 75%;
        padding-top: 150px;
    }
    #cv-projects .prototypes .description{
        top: 10%;
        left: 0%;
        background-color: rgba(255,255,255,0.8);
        border-radius: 0%;
        padding: 10%;
        width: 80%;
        height: 100%;
    }

    /* workshops section */
    #cv-projects .workshops img.topImg{
        width: 100%;
        top: 150px;
        left: 0px;
    }
    #cv-projects .workshops .description{
        top: 10%;
        left: 0%;
        background-color: rgba(255,255,255,0.9);
        border-radius: 0%;
        padding: 10%;
        width: 80%;
        height: 100%;
    }

    /* backend section */
    #cv-projects .backend .topImg{
        width: 100%;
        padding-top: 125px;
    }
    #cv-projects .backend .description{
        top: 10%;
        left: 0%;
        background-color: rgba(255,255,255,0.9);
        border-radius: 0%;
        padding: 10%;
        width: 80%;
        height: 100%;
    }
    #cv-projects .description h1{
        font-size: 2em;
        font-weight: 100;
    }
    #cv-projects .description h5{
        font-size: 1.3em;
        font-weight: 300;
    }
    #cv-projects .teaserImg{
        position: absolute;
        bottom: 0px;
        padding-left: 10%;
        padding-right: 10%;
        width: 80%;
    }

    /* articles */
    #cv-projects article {
        margin: 0px 0px 20px 0px;
        margin-left: 10%;
        height: inherit;
    }
    #cv-projects article h3{
        text-align: center;
    }
    #cv-projects article.right {
        margin-left: 10%;
    }
    #cv-projects article img {
        margin: 25px 0% 0px 25%;
    }
    #cv-projects article.right img {
        margin: 25px 0% 0px 25%;
        float: none;
    }
    #cv-projects article div {
        display: inline-block;
        min-height: 450px;
    }
    #cv-projects .filler{
        display: none;
    }
    #cv-projects.expanded {
        height: 2650px;
    }

    #cv-projects .tag{
        position: absolute;
        bottom: 0px;
        right: 0px;
        text-align: center;
        font-weight: 100;
        background-color: white;
        padding: 5px 20px;
    }
}