/*
Christian Reibiger @ yoursales24 | www.yoursales24.de | 2018-03-19
*/

/* zwei Bildschirme */
@media screen and (min-width: 1080px) {
  img.fotos {
    max-width: 700px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}

/* breite Browserfenster */
@media screen and (min-width: 700px) and (max-width: 1080px) {
  img.fotos {
    max-width: 60%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}

/* Darstellung auf Netbooks */
@media screen and (min-width: 450px) and (max-width: 700px) {
  body {
    width: 90%;
  }
  img.fotos {
    max-width: 75%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  object.galerie{
    display: none;
}
}

/* mobile Geräte */
@media screen and (max-width: 450px) {
  body {
    width: 90%;
    font-size: 0.9em;
  }
  table#aucButtons {
    display: none;
  }
  img.fotos {
    max-width: 80%;
    height: auto;
  }
  img.angaben {
    max-width: 80%;
    height: auto;
  }
  td.aucHeader H6 {
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
div.aucHeader {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #000000;
    background: url(https://www.yoursales24.de/ebay/0_templates/ys24_logo_mobile.jpg) center top no-repeat;
}
div#aucBackground {
    font-family: verdana, arial;
    background-color: #ffffff;
}
div#t_311795{
    display: none;
}
object.galerie{
    display: none;
}
}

div#aucBackground {
    font-family: verdana, arial;
    background-color: #919191;
}
div#aucBackground a {
    text-decoration: none;
}
div#aucBackground a:link,
div#aucBackground a:visited {
    color: #627060;
}
div#aucBackground a:hover,
div#aucBackground a:active {
    color: #bbd142;
}


table#aucButtons a {
    display: block;
    border-width: 3px;
    border-style: solid;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    /*display: none;*/
}
table#aucButtons a {
    border-color: #bbd142 #000000 #000000 #bbd142;
    background-color: #1D2120;
}
table#aucButtons a:link,
table#aucButtons a:visited {
    color: #FFFFFF;
}
table#aucButtons a:hover {
    color: #bbd142;
}
table#aucButtons a:active {
    color: #627060;
    border-color: #001100 #225522 #225522 #001100;
}


div.aucHeader {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 100px;
    color: #000000;
    background: url(https://www.yoursales24.de/ebay/0_templates/ys24_logo.jpg) center top no-repeat;
}
td.aucHeader {
    background-color: #1D2120;
    color: white;
}


table#aucContent {
    font-size: 14px;
    background-color: white;
}
table#aucContent H1 {
    font-size: 18px;
    font-weight: bold;
    padding: 13px;
    padding-left: 10px;
    border-top: 8px solid #000000;
    text-align: center
}
table#aucContent H2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center
}
table#aucContent H3 {
    font-size: 18px;
    font-weight: bold;
}
table#aucContent H4 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid black;
}
table#aucContent H5 {
    font-size: 20px;
    font-weight: bold;
}
table#aucContent H6 {
    font-size: 14px;
    padding: 13px;
    text-align: center
}
table#aucContent UL {
    font-size: 18px;
    list-style-type: none;
    padding: 12px;
    margin: 0;
    text-align: center;
}
table#smallprint {
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    background-color: white;
}
table#smallprint H3 {
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    background-color: #454545;
    color: #FFFFFF;
}


table#aucContent H1,
div.aucFooter {
    background-color: #454545;
    border-color: #bbd142;
    color: white;
    text-align: center;
}
div.aucFooter {
    border-bottom: 5px solid #000000;
    height: 25px;
    line-height: 15px;
    margin-top: 10px;
}

object {
  width: 700px;
  height: 750px;
  margin-top: 5px;
  margin-bottom: 5px;

overflow:hidden;
  
  border: 1px solid #ddd;
  border-radius: 5px;

  -moz-box-shadow: 4px 4px 14px #aaaaaa;
  -webkit-box-shadow: 4px 4px 14px #aaaaaa;
  box-shadow: 4px 4px 14px #aaaaaa;
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.2);
} 
