﻿/* Globale CSS-Klassen */
body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: sans-serif;
}

.row {
    width: auto;
}

    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.columns {
    float: left;
    height: 100%;
}

/* Small */
@media screen and (max-width:600px) {
    .small-1 {
        width: 100%;
    }
}

/* Medium */
@media screen and (min-width:600px) and (max-width:1000px) {

    .medium-1 {
        width: 100%;
    }
}

/* Large */
@media screen and (min-width:1000px) {
    .large-1 {
        width: 33.333333%;
    }

}

a, a:hover, a:visited, a:active{
    color: #000000;
    text-decoration: none;
}

/* Auktions-Klassen */
.fallback_banner {
    width: 100%;
    height: auto;
}

/* Äußerster Container */
.container {
    position: relative;
    height: 100%;
    background-color: #eeeeee;
}

/* Container-Element eines einzelnen Auktionangebotes */
.lot_container {
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
}

#lot_container_left {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    height: auto;
}

#lot_container_left img {
    width: 100%;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
}

#lot_container_center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    height: auto;
}

#lot_container_center img {
    width: 100%;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
}

#lot_container_right {
}

.lot_url{

}


/* ÜberschriftAuktionsangebotes */
.lot_text_kurz {
    color: #333333;
    text-align: center;
    font-weight: 700;
    font-size: 1.7em;
    line-height: 110%;
    margin-bottom: 2%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* Textlicher Inhalt des Auktionsangebotes */
.lot_textblock {
    color: #333333;
    font-weight: 300;
    font-size: 1.3em;
    text-align: left;
    line-height: 150%;
    margin-top: 5%;
    margin-bottom: 2%;
    margin-left: 15%;
}

/* Originalpreis des Auktionsangebotes */
.lot_schaetzwert {

}

/* Startpreis des Auktionsangebotes */
.lot_preis_start {
}

/* Gebotsstand des Auktionsangebotes */
.lot_preis {
}

/* Ende des Auktionsangebotes */
.lot_datum_ende_format {
}

.lot_button {
    margin-top: 10%;
}

a:link.lot_link_button, a:visited.lot_link_button {
    background-color: #cc071e;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;

}

a:hover.lot_link_button, a:active.lot_link_button {
    background-color: #cc071e;
}