
/* styles for presse //////////////////////////////////////////////////////////////////////////////////// */
h1, h2, h3, h4 {
    margin-top: 0px;
    /*padding-bottom: 0px;*/
}
p {
    margin: 0px;
}

.presse-date{
    margin-right: 15px;
}

.presse-title {
    color: #EB552C;
    line-height: 1.8em;
}

.presse-text{
    color: #8E8E8E;
}

.presse-button {
    display:block;
    width: 100%;
    /*height: 30px;*/
    margin-bottom: 20px;
}

.presse-button button {
    float:none;
    margin: auto;
    /*20170529*/
    /*display : block;*/
    text-decoration: none;
}

/* MEDIA QUERIES - desktop  //////////////////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:960px){

    .item-presse {
        width: 960px;
        height: auto;
        /*background-color: fuchsia;*/
        /*margin-top: 80px;*/
        margin-bottom: 20px;
        display: inline-block;
    }

    .item-presse h1 {
        font-size: 44px;
        line-height: 48px;
        /*padding-bottom: 20px;*/
        margin-bottom: 20px;
        overflow: hidden;
        width: 460px;
        /*text-align: center; */ 
        /*20170529*/
    }

    .spalte1 {
        width: 460px;
        margin: 0 40px 20px 0;
        float: left;
    }

    .spalte2 {
        width: 460px;
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 0px;
        margin-bottom: 30px;
        float: left;
    }

    .presse-title {
        font-size: 25px;
        padding-bottom: 10px;
        border-bottom: 4px solid #EB552C;
    }

    .presse-text {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
        /*padding-bottom: 10px;*/
        /*border-bottom: 2px solid #ddd;*/
    }

    .presse-img {
        margin: 0px 0px 0px 0px;
        width: 460px;
        /*border-top: 3px solid #EB552C;*/
        float: left;
    }

    button {
        margin-bottom: 10px;
        font-size: 0.83em;
    }
}


/* MEDIA QUERIES - tablet //////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width:959px){

    .item-presse{
        /* top, right, bottom, left*/
        margin: 20px auto 60px auto;
    }
    .item-presse h1 {
        font-size: 48px;
        line-height: 52px;
        /*padding-bottom: 20px;*/
        margin-bottom: 20px;
        overflow: hidden;
        width: 540px;
        /*text-align: center; */ 
        /*20170529*/
    }

    .spalte1 {
        width: 540px;
        margin: 0 0 0 0;
        float: left;
    }

    .spalte2 {
        width: 540px;
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 0px;
        margin-bottom: 60px;
        float: left;
    }

    .presse-title{
        font-size: 20px;
        border-bottom: 2px solid #EB552C;
        margin-top: 55px;
    }


    .presse-text{
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
        /*padding-bottom: 10px;*/
        /*border-bottom: 2px solid #ddd;*/
    }

    .presse-img {
        margin: 0px 0px 0px 0px;
        width: 540px;
        /*border-top: 3px solid #ddd;*/
        float: left;
    }

    button{
        margin-bottom: 8px;
        font-size: 0.8em;

    }
}


/* MEDIA QUERIES - smartphone //////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width:580px){

    .item-presse{
        width: 100%;
    }

    .item-presse h1 {
        font-size: 34px;
        line-height: 38px;
        padding-bottom: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        width: 100%;
        /*text-align: center; */ 
        /*20170529*/
    }

    .spalte1 {
        width: 100%;
    }
    .spalte2 {
        width: 100%;
    }
    .presse-title{
        font-size: 16px;
        margin-top: 55px;
    }

    .presse-text{
        font-size: 14px;
        margin: 0;
    }

    .presse-img{
        /*margin: 15px 0;*/
        width: 100%;
    }

    button{
        margin-bottom: 8px;
        font-size: 0.7em;
        /*text-decoration: none;*/
    }

    .presse-button {
        margin-top: 10px;
    }
}


/* MEDIA QUERIES - small smartphone ////////////////////////////////////////////////////////////////////////////////// */


@media screen and (max-width:383px){
    .item-presse{
        width: 98%;
    }
/*
    #wrapper-p {
        margin: 20px 10px;
        width: 300px;
    }
    .spalte1-p {
        margin: 0px 0px 20px 0px;
        width: 150px;
        float: left;
    }
    .spalte2-p {
        width: 150px;
        margin-bottom: 80px;
    }
    #details {
        width: 150px;
    }
    .spalte1-list {
        width: 335px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .spalte2-list {
        width: 335px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .spalte3-list {
        width: 335px;
        margin-bottom: 80px;
        margin-left: 10px;
    }

    .project-list-item {
        width: 79px;
        height: 79px;
        margin-right: 4px;
        margin-top: 5px !important;
    }
    .project-list-item:nth-of-type(4) {
        margin-right: 5px;
    }*/
}
