

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 0.9px;
    line-height: 1.43;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr:first-child>th,
.table>tbody>tr:first-child>th,
.table>tfoot>tr:first-child>th,
.table>thead>tr:first-child>td,
.table>tbody>tr:first-child>td,
.table>tfoot>tr:first-child>td {
    /* padding: 0.9px; */
    /* line-height: 1.73; */
    /* vertical-align: top; */
    border-top: 0px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: -5px;
}

.table tr:first-child td {
    /* vertical-align: top; */
    border-top: 0px solid #ddd !important;
}
img {
    /* border: #eee solid 8px; */
    /* padding-left: 7px; */
    /* padding-top: 4px; */
}
h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

input {
    border: 0 !important;
    outline:none !important;
}





@keyframes example {
  /*0%   { top:92%; }
    50%  { top:87%; }
    100% { top:92%; }*/
    0%   { margin: -100px auto 0px auto; }
    50%  { margin: -140px auto 0px auto; }
    100% { margin: -100px auto 0px auto; }
}
#arrow-wrap {
    position: absolute;
    top: 98%;
    width: 100%;
}
#arrow-more {
    /*position: absolute;*/
    /*width: 51px;*/
    /*height: 51px;*/
    width: 100px;
    height: 67px;
    margin: -100px auto 0px auto;
    /*top: 92%;*/
    /*20170530*/
    /*left: 50%;*/
    /*background-image: url('../../images/arrow-moretest.svg');*/
    background-image: url('../../images/arrow.svg');

    border-top-right-radius: 10px 10px ;
    border-bottom-right-radius: 10px 10px ;
	background-size: 20px 67px;
	background-repeat: no-repeat;
	background-position: center;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-filter: drop-shadow(2px 2px 7px rgba(0,0,0,0.4));
    filter: url(../../../styles/shadow.svg#drop-shadow);
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    

    /*background-color: #000; */
    opacity: 1.0;
    display: block;
    animation-name: example;
    animation-duration: .6s;
    animation-delay: 1s;
    animation-iteration-count: 2;
    animation-timing-function: ease-in-out;
}
#arrow-more:hover {
    opacity: 1.0;
}

/* styles for projekte /////////////////////////////////////////////////////////////////*/

p {
    margin-bottom: 20px;
}
.headline-p {
    text-align: left;
}
spalte1-p.h1 {
    text-align: left;
    margin-bottom: 25px;
    margin-top:0;
}
table.details-table {
    margin: 20px 0;
    border:0;
    line-height: 1.6em;
}
table.details-table th {
    color: #EB552C;
    width: 100px;
}
.list-image {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    height: 100%;
}
#details {
    margin: 5px 0px 30px 0px;
}
.spalte1-list {
    float: left;
}
.spalte2-list {
    float: left;
    margin-left:15px;
    margin-right:15px;
}
.spalte3-list {
    float: left;
}
.insert-enter {
    opacity: 0;
    transition: 500ms 500ms;
}
.insert-enter.insert-enter-active {
    opacity: 1;
}
.sub-wrapper {
    overflow: auto;
    margin-bottom: 10px;
}
.sub-wrapper div:nth-child(2) {
    margin-right:0;
}
.sub-spalte {
    width: 46.7%;
    float: left;
    margin-right: 30px;
}
.sub-spalte button{
    display: inline-block;
    clear:both;
    float: left;
}
.sub-award-img {
    display: inline-block;
    width: 150px;
    height: 100px;
    clear:both;
    float: left;
    margin-bottom: 20px;
    border: 2px dotted #ddd;
    border-radius: 8px;
}
.project-buttons {
    display: inline;
    position: relative;
    float: left;
    width: 100%;
    /*height: 260px;*/
    border-top: 2px solid #EB552C;
    margin-bottom: 40px;
    /*height: 100%;*/
}

.project-button {
    position: relative;
    float: left;
    margin-top: 5px;
    width: 50%;
    height: 26px;
    line-height: 26px;
    background-size: auto 24px;

    background-repeat: no-repeat;

    color: #EB552C;
    /*color: #EB552C;*/
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.project-button.next {
    text-align: right;
    padding-right: 4%;
    background-image: url(../../images/arrow-next.svg);
    background-position: right;
    -ms-background-position-x: 118px;
}
.project-button.prev {
    padding-left: 4%;
    background-image: url(../../images/arrow-prev.svg);
    background-position: left;
    -ms-background-position-x: -100px;
}
.project-list-item {
    /* width: 310px;
    height: 310px; */
    margin-top: 14px !important;
    background-image: url('../../images/tile.png');
    background-size: 100%;
}

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

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

    #wrapper-p {
        width: 960px;
        height:100%;
        margin: 10px auto;
    }
    .spalte1-p {
        width: 460px;
        margin: 15px 40px 0px 0;
        float: left;
    }
    .spalte2-p {
        width: 460px;
        padding-left: 0px;
        padding-top: 0px;
        float: left;
        margin-top: 163px;
        margin-bottom: 30px;
    }
    #details {
        /*border-top: 3px solid #EB552C;*/
        /*border-bottom: 4px solid #9B9B9B;*/
        padding-bottom: 13px;
        width: 460px;
        /*20170530*/
        /*border-bottom: 2px dotted #ddd;*/
        margin-bottom: 30px;
    }
    table.details-table th {
        color: #EB552C;
        /*width: 120px;*/
    }
    .spalte1-list {
        width: 310px;
        margin-bottom: 160px;
    }
    .spalte2-list {
        width: 310px;
        margin-bottom: 160px;
    }
    .spalte3-list {
        width: 310px;
        margin-bottom: 160px;
    }
    .project-list-item {
        width: 310px;
        height: 310px;
        margin-top: 14px !important;
    }

}



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

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

    #wrapper-p {
        width: 540px;
        margin: 30px auto;
    }
    .spalte1-p {
        margin: 25px 0px 20px 0px;
        width: 540px;
        /*padding-bottom: 10px;*/
        /*border-bottom: 2px dotted #ddd;*/
        /*margin-bottom: 15px;*/
    }
    .spalte2-p {
        width: 540px;
        margin: 20px auto 100px auto;
    }
    #details{
        /*border-bottom: 4px solid #9B9B9B;*/
        /*border-top: 3px solid #EB552C;*/
        width: 540px;
        /*border-bottom: 2px dotted #ddd;*/
    }
    .spalte1-list {
        width: 170px;
        margin-bottom: 30px;
    }
    .spalte2-list {
        width: 170px;
        margin-bottom: 120px;
        margin-left: 12px;
    }
    .spalte3-list {
        width: 170px;
        margin-bottom: 120px;
    }
    .project-list-item {
        width: 171px;
        height: 171px;
        margin-top: 12px !important;
    }

}



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

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


    #wrapper-p {
        margin: 20px auto;
        /*margin-top: 20px;*/
        width: 370px;
    }
    .spalte1-p {
        margin: 0px 0px 20px 0px;
        width: 100%;
        float: left;
    }
    .spalte2-p {
        width: 100%;
        margin-bottom: 80px;
    }
    #details {
       /*border-bottom: 2px solid #9B9B9B;*/
        /*border-top: 2px solid #EB552C;*/
        width: 100%;
    }
    .spalte1-list {
        width: 100%;
        /*margin-left: auto 0 auto 0;*/
        margin-bottom: 30px;
    }
    .spalte2-list {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0px;
    }
    .spalte3-list {
        width: 100%;
        margin-bottom: 80px;
    }

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

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

@media screen and (max-width:383px){
    
    #wrapper{
        width: 94%;
        margin: 250px 10px 150px 10px;
    }

    #wrapper-p {
        width: 94%;
        margin: 30px 10px 150px 10px;

        /*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: 23.7%;
        height: 23.7%;
        margin-right: 1.30%;
        margin-top: 1.3% !important;
    }
    .project-list-item:nth-of-type(4) {
        margin-right: 1.3%;
    }

}
