/*
* CUSTOM CSS FOR MODUL LT
* EJW LAUFTEAM

* @copyright    2017 Evangelisches Jugendwerk in Württemberg
* @author	    Martin Weinschenk, farbCode GmbH
*********************************************************************************************************************************************************************/


/*
* PROJECT CREATE
*
*********************************************************************************************************************************************************************/

.image-list {
    list-style: none;
    margin: 15px 0 30px 0;
}

.image-list-image {
    float:left;
    border: 2px solid #ffffff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
    margin: 0 15px 15px 0;
}

.image-list-image img {
    width:160px
}


/*
* PROJECT DETAIL
*
*********************************************************************************************************************************************************************/
.project-slider {
    position: relative;
    margin-right:-30px;
    min-height:200px;
}
.project-title {
    position:absolute;
    background: white;
    opacity: 0.8;
    padding:20px;
    left:5%;
    bottom:10%;
}

.project-title h1 {
    font-size:60px;
    font-weight:bold;
    line-height:1.2;
}
.project-title p {
    font-size:22px;
}

@media (max-width: 767px) {
    .project-title h1 {
        font-size:30px;
    }
    .project-title p {
        font-size:18px;
    }
}


.project-detail-block h2 {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 40px;
}

.projectEntity a {
    text-decoration: none !important;
}


@media (max-width: 340px) {
    .navbar-ek-fe {padding-top:0px;}
    #menuWrap {float:left;text-align: left;}
    .headerRight {height:auto;text-align: left;}
    .navbar-ek-fe .nav > li {float:left;}
}