.maschinenmarktWrapper #main {
	background:#ededed;
}


.maschinen_markt_liste_box {
    overflow: hidden;
    margin-left: 5%;
    width: 75%;
    float: left;
    position: relative;
}

#maschinen_markt_liste {}

.locationtitle {
	margin-bottom:10px;
	font-family: 'Cabin', sans-serif;
	color: #2d3c62;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 33px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

.maschinen_markt_liste_gruppe h1 {
    font-size: 40px;
    color: #2d3c62;
    text-transform: uppercase;
    margin-bottom: 20px;
    /*	
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #BFBFBF;
*/
	color: #2d3c62;
	line-height: 1.2;
	font-weight: 300;
}

.maschinen_markt_liste_beschreibung, .maschinen_markt_liste_beschreibung p {
    /*border-bottom: 1px solid #BFBFBF;*/
    margin-bottom: 20px;
    color: #043466;
    font-size: 16px;
}

.maschinen_markt_liste_beschreibung_unten, .maschinen_markt_liste_beschreibung_unten p {
   font-size: 16px;
}

.maschinen_markt_liste_element {
    /*overflow: hidden;*/
    margin-left: 2%;
    width: 32%;
    float: left;
    position: relative;
	background: #fff;
    transition: background-color 1s, box-shadow 1s;
}

.angebot_content .maschinen_markt_liste_element.highlight, .maschinen_markt_liste_element.highlight  {
	background: #F9D694;
}

.maschinen_markt_liste_element.highlight:hover {
    background: #FCE7C0;
}

.maschinen_markt_liste_element .cont {
    position: absolute;
    top:-18px;
    right: 10px;
    z-index: 10;
    color: #fff;
    background-color: #e85d26;
    font-size: 25px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 3px;
    display: none;
}


.maschinen_markt_liste_element:hover {
    background-color: #fff;
    box-shadow: 0px 0px 10px #b9b6b6;
	border:2px solid #e85d26;
}



.maschinen_markt_liste_element.drittel_0 {
    margin-left: 0px;
    clear: left;
}

.maschinen_markt_liste_deteils_wrapper {
    /*background:#e85d26;*/
    background: url("hover_bg.png");
    background-size: 100%;
    background-position: bottom left;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    right: -100%;
    z-index: 10;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.maschinen_markt_liste_img {
    z-index: 1;
}





.maschinen_markt_liste_img figure {
    line-height: 1px;
}

/*
.maschinen_markt_liste_img figure:before {
    position: absolute;
    top: 0;
    right: -62%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: #e85d26;
    z-index: 10;
    -webkit-transform: skewX(44deg);
    transform: skewX(44deg);
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
*/

/*
.maschinen_markt_liste_img figure:after {
  
    content: '';
    font-family: 'fp-basic';
    color: #fff;
    font-size: 19px;
    position: absolute;
    top: 4%;
    right: 3%;
    z-index: 20;
    width: 15px;
    height: 15px;
    background: url(plus.png);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
*/

.maschinen_markt_liste_element:hover .maschinen_markt_liste_img figure:after {
    font-size: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.maschinen_markt_liste_element:hover .maschinen_markt_liste_img figure:before {
    background: none;
}

.maschinen_markt_liste_deteils_element {
    color: #fff;
    border-bottom: 1px solid #ffbe41;
}

.maschinen_markt_liste_deteils_element.last {
    border-bottom: none;
}

.maschinen_markt_liste_deteils {
    padding: 10%;
    font-size: 13px;
}

.maschinen_markt_liste_location_details {
    font-size: 24px;
}

.maschinen_markt_liste_untertitel {
    font-size: 18px;
   /* text-transform: uppercase; */
    color: #2d3c62;
    /*margin-top: 5px;*/


    padding-top: 16px;

    position: relative;
    min-height: 340px;
    
   /*border: 1px solid #707070;
   border-top:none;*/
}

.maschinen_markt_liste_untertitel .maschinenart {
    font-size: 14px;
}

.maschinen_markt_liste_daten {
    position: relative;
    overflow: hidden;
}

.maschinen_markt_trennlinie {
    padding-bottom: 37px;
    margin-bottom: 16px;
    /*border-bottom: 1px solid #BFBFBF;*/
    clear: both;
}

.maschinen_markt_trennlinie.drittel_0,
.maschinen_markt_trennlinie.drittel_1 {
    display: none;
}

.MachineNo {
    color: #2d3c62;
    font-size: 12px;
    text-align: right;
}

.fabrikat_nr {
    font-size: 15px;
    font-weight: bold;
}

.sold_title_small {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 1;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;    
}

.preis_title {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    background: #e85d26;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
    padding-right: 10px;
    text-transform: uppercase;
}.preis_title.blue {		color: #000 !important;}	


.maschinen_markt_liste_sold_trennlinie {
    /*border-top: 1px solid #BFBFBF;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

.maschinen_markt_liste_sold_trennlinie_beginn {
    /*border-top: 1px solid #BFBFBF;*/
    margin-bottom: 20px;
}

h2.liste_sold_title {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sold_link {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    background: #e85d26;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 35px;
}

.sold_link:hover {
    background: #2d3c62;
}


.list_deteils_title   {
    float: left;
    width: 60%;
    word-wrap:break-word;
}

.list_deteils_wert {
    text-align: right;
    padding-right: 5px;
    font-weight: 500;
	font-size: 16px;
}

.list_deteils_title {

}


.maschinen_markt_liste_element ul.list_deteils li.odd {
    background: #ededed;
}

.maschinen_markt_liste_element.highlight ul.list_deteils li.odd {
    background: #e85d26;
}

  
  .maschinen_markt_liste_untertitel .title_1, .maschinen_markt_liste_untertitel .title_3, .kategori_title  {
    font-size: 16px;
    font-family: 'Cabin';
    /*font-style: italic;*/
    font-weight: lighter;
    margin-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
	color: #07305B;
}

.kategori_title {
    font-weight: bold;
}


.maschinen_markt_liste_untertitel .title_2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;    
	color: #07305B;


}

.maschinen_markt_liste_untertitel .list_deteils {
    font-size: 18px;
    font-family: 'Cabin';
    font-weight: lighter;

    color: #414141;
    /*top: 144px;*/
    /*position: absolute;*/
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    
    min-height: 100px;
    position: absolute;
    top: 135px;
	color: #414141;
}

.maschinen_markt_liste_untertitel .list_deteils.suche {
	top: 200px;
}	

.maschinen_markt_liste_untertitel.suche_einzelelement {
	min-height: 340px;
}


.maschinen_markt_liste_untertitel .details_anzeigen_button
{
	position:absolute;
	bottom:15px;
	
	color: #fff;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	width:100%;
}

.maschinen_markt_liste_untertitel .details_anzeigen_button div {
	background: #e85d26;
	padding:5px;
}	

.maschinen_markt_liste_untertitel .list_deteils .list_deteils_title {
    /*font-style: italic;*/
    padding-left: 8px;
    word-wrap:break-word;
	font-size: 16px;
	color: #414141;
}

.maschinen_markt_liste_element.highlight *
{
    color: #000 !important;
}

#ausgabe_gefunden .title_wrapper {
    margin-bottom: 0px;
    min-height: 293px;
}

#suche_linke_spalte {
    overflow: hidden;
    margin-left: 5%;
    width: 75%;
    float: left;
    position: relative;
}

@media (max-width: 1250px) {
    #suche_linke_spalte {
        width: 65%;
    }
}

@media (max-width: 950px) {
    #suche_linke_spalte {
        width: 100%;
        margin-left: 0%;
    }
}


@media (max-width: 700px) {
    #suchform #seachkey {
        width: 100%;
    }
    #suchform #suche_button {
        margin-left: auto;
        margin-top: 10px;
        float: none;
        width: 195px !important;
        float: none;
        margin-right: auto;
        display: block;

    }
    #suchform {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #suchform_text {
        text-align: center;
        width: 100%;
    }
}   



#suche_linke_spalte .maschinen_markt_liste_box 
{
    display: block;
    width: 100%;
    float: none;
    margin-left: 0px;
}


ul.list_deteils li.odd, ul.list_deteils li.even {
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fund_title_small {
    padding-left: 15px;
    padding-right: 15px;
}

.fund_title_small span{
    /*position: absolute;*/
    width: 100%;
    bottom: 0px;
    text-align: right;
    font-size: 15px;
    font-weight: normal;
    background: #e2e2e2;
    color: #000;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 1;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 16px;

    display: block;
  }

  

  .fund_title_small b {
    color: #e85d26;
  }


    .title_wrapper {
        margin-bottom: 0px;
        min-height: 120px;
    }


@media (max-width: 1250px) {
    .list_deteils_wert {
        text-align: right;
        padding-right: 8px;
    }
}    

@media (max-width: 1500px) {
    .maschinen_markt_liste_element,
    .maschinen_markt_liste_element.drittel_0 {
        margin-left: 4%;
        width: 48%;
    }
    .maschinen_markt_liste_element.drittel_0 {
        clear: none;
    }
    .maschinen_markt_liste_element.halbe_0 {
        margin-left: 0px;
        clear: left;
    }
    .maschinen_markt_trennlinie.halbe_0 {
        display: none;
        clear: none;
    }
    .maschinen_markt_trennlinie.halbe_1 {
        display: block;
        clear: both;
    }
}


@media (max-width: 1100px) {
	.maschinen_markt_liste_untertitel {
		min-height: 270px;
	}
}

@media (max-width: 950px) {
    .maschinen_markt_liste_box {
        margin: 0px;
        width: 100%;
        clear: both;
    }
    .maschinen_markt_liste_spacer {
        height: 20px;
        border-bottom: 1px solid #BFBFBF;
        margin-bottom: 25px;
    }
    #main {
        padding-top: 35px !important;
    }
    .maschinen_markt_liste_gruppe {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }
    .maschinen_markt_trennlinie.last {
        display: none !important;
    }
}

@media (max-width: 700px) {
    .maschinen_markt_liste_element {
        width: 90% !important;
        float: none !important;
        margin-right: 5% !important;
        margin-left: 5% !important;
    }
    .maschinen_markt_trennlinie {
        display: block !important;
    }
}