p {
    margin: 0;
}
h1, h2{
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.text-bold {
    font-weight: bold;
}
.text-attention {
    color: #c40007;
}
.clearboth {
    clear: both;
}
.text-center {
    text-align: center;
}
.ebay_wrapper {
    margin: 0 auto;
    max-width: 1080px;
    font-family: 'arial', 'sans-serif';
    border: 1px solid #eee;
    box-shadow: 0px 0px 30px #ccc;
}
.header {
    width: 100%;
    height: 150px;
    background-image: url("https://www.keep-racing.de/images/gallery/ebay_template_mai2017/header_980.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.navbar, .title, .content{
    margin-top: 15px;
}
.navbar ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    background-color: #3e454c;
    border-bottom: 4px solid #c40007;
}

.navbar ul li a {
    display: block;
    padding: 15px 25px;;
    background-color: #3e454c;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}

.navbar ul li a:hover {
    background-color: #333;
}
.title {
    text-align: center;
    width: 100%;
}
.content {
    font-size: 16px;
}
.content .content_top {
    flex-grow: 2 0px;
    display:flex;
    background-color: #eee;
    border-bottom: 4px solid #c40007;
    padding: 30px;
}
.content .content_top .left_side {
    order: 1;
    width: 65%;
}
.thumb_gallery{
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    align-content: flex-start;
}
.thumb_gallery li {
    padding: 0 5px;
    max-width: 150px;
    margin-top: 10px;
    text-align: center;
}
.thumb_gallery li img {
    width: 100%;
    height: auto;
}
.content .content_top .right_side {
    order: 2;
    width: calc(35% - 53px);
    border-left: 2px solid #c40007;
    padding-left: 30px;
    margin-left: 23px;
}
.content .content_top .right_side .price {
    font-size: 16px;
    padding-right: 5px;
    color: #666;
    text-transform: uppercase;
}
.content .content_top .right_side .price_big {
    font-size: 24px;
    font-weight: bold;
    color: #c40007;
}
.content .content_top .right_side .articleno {
    font-size: 12px;
    color: #666;
}
.content {
}
.description {
    padding: 15px 15px 30px 15px;
    border-bottom: 4px #c40007 solid;
    position: relative;
}
.description p, .content p {
    margin-top: 15px;
    color: #666;
    font-size: 16px;
}
.content .description ul {
    margin: 15px;
    padding: 0;
    list-style: none;
}
.content .description ul li{
    color: #000;
    font-size: 16px;
    list-style: none;
}
.content .description ul li::before {
    content: "-";
    margin-left: -15px;
    margin-right: 10px;
    color: #c40007;
    font-size: 18px;
}
.description.red {
    background-color:#c40007;
    color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    padding-right: 80px;
}
.description.red p{
    color: #fff;
}
.slogan-bg{
    position: absolute;
    right: -75px;
    top: 0;
}
.footer {
    background-color: #eee;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
    color: #666;
}
.footer .footer_box .text-bold {
    font-size: 14px;
    text-align: left;
    color: #333;
    margin-bottom: 15px;
}
.footer .footer_box .text-bold img {
    height: 20px;
    float: left;
    margin-right: 5px;
}
.footer .footer_box {
    font-size: 12px;
    text-align: justify;
}
.footer .footer_box_1 {
    border-right: none;
    width: calc(33% - 62px);
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px #c40007 solid;
    flex-grow: 1;
}
.footer .footer_box_2 {
    border-right: none;
    width: calc(33% - 62px);
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px #c40007 solid;
    flex-grow: 1;
}
.footer .footer_box_2 img {
    max-width: 230px;
    height: auto;
}
.footer .footer_box_3 {
    width: calc(33% - 62px);
    border-right: none;
    flex-grow: 1;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .navbar{
        display: none;
    }
    .content .content_top .left_side, .content .content_top .right_side {
        width: 50%;
    }
    .footer .footer_box_2 img {
        max-width: 200px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px), screen and (max-device-width: 768px) {
    .header {
        background-position: -270px;
    }
    .content .content_top .left_side, .content .content_top .right_side {
        width: auto;
    }
    .footer .footer_box_1, .footer .footer_box_2, .footer .footer_box_3 {
        width: 100%;
        border: none;
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-right: 0;
        margin-right: 0;
        border-bottom: 2px #c40007 solid;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 500px), screen and (max-device-width: 500px) {
    .content .content_top .right_side .price_big {
        font-size: 16px;
    }
    .content .content_top .right_side .price {
        font-size: 12px;
    }
    .thumb_gallery li, .content .content_top .right_side .articleno{
        display: none;
    }
    .thumb_gallery li:first-child{
        display: block;
    }
    .footer .footer_box_2 img {
        max-width: 145px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}