.postfinder-form .block input,  .postfinder-form .block select{
    width: 100% !important;
}

#section_inputfields {
    padding-left: 8px;
    margin-left: 0px;
}
#section_inputfields .container.row.nomb {
    width: 100%
}

#section_searchform {
    min-height: 313px;
}

.bg-illu-img {
    display:block;
    position: absolute;
    right: 20px;
    margin-top:-20px;
}

.one-half-desktop {
    width: 50%;
}

.dp-form .block {
    padding-right: 0px;
}
.mapresult.link {
    cursor: pointer;
}

.mapresult.black {
    background: #000;

    background:    -moz-linear-gradient(top, #4D4D4D 0%, #000 100%);
    background: -webkit-linear-gradient(top, #4D4D4D 0%, #000 100%);
    background:      -o-linear-gradient(top, #4D4D4D 0%, #000 100%);
    background:   linear-gradient(to bottom, #4D4D4D 0%, #000 100%);
    -pie-background:    linear-gradient(top, #4D4D4D 0%, #000 100%);
    color: #fff;
    /*behavior: url("../pie.htc");*/
}
.mapresult.grey {
    background: #e4e4e4;
}

.mapresult.yellow {
   background: #fc0;
	
	background:    -moz-linear-gradient(top, #ffe680 0%, #fc0 100%);
	background: -webkit-linear-gradient(top, #ffe680 0%, #fc0 100%);
	background:      -o-linear-gradient(top, #ffe680 0%, #fc0 100%);
	background:   linear-gradient(to bottom, #ffe680 0%, #fc0 100%);
	-pie-background:    linear-gradient(top, #ffe680 0%, #fc0 100%);
    color: #000;
    /*behavior: url("../pie.htc");*/
}


/* ab hier: alles ausser Smartphone */
@media only screen and (min-width: 599px) {
    .action-btn-pf {
        float: right;
       margin: 0;
    }

    
}

#search_results table,
#search_results table th,
#search_results table td {
	min-width: inherit;
}
#ltable_div, #dtable_div, #stable_div {
	width: 100%;
}

.clue.error.black {
    background: #000;
    
    background:    -moz-linear-gradient(top, #4D4D4D 0%, #000 100%);
    background: -webkit-linear-gradient(top, #4D4D4D 0%, #000 100%);
    background:      -o-linear-gradient(top, #4D4D4D 0%, #000 100%);
    background:   linear-gradient(to bottom, #4D4D4D 0%, #000 100%);
    -pie-background:    linear-gradient(top, #4D4D4D 0%, #000 100%);
    color: #fc0;
 
}

