/* 
    Document   : styles
    Created on : 25.10.2021
    Author     : SB
    Description: Requitec eBay-Theme
*/

root { 
    display: block;
}

body {

}

h1 small {
    display: block;
    font-size: 18px;

}

hr {
    margin: 30px 0px;
    height: 1px;
    line-height: 1px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;    
    border-color: #AAAAAA;
}

table.mytable {
    width: 100%;
    border: 1px solid #AAAAAA;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.mytable th {
    text-align: center;
    border: 0px;
    background: #8e7a65; /* Old browsers */
    background: -moz-linear-gradient(left,  #8e7a65 0%, #7b6a58 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8e7a65), color-stop(100%,#7b6a58)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #8e7a65 0%,#7b6a58 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #8e7a65 0%,#7b6a58 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #8e7a65 0%,#7b6a58 100%); /* IE10+ */
    background: linear-gradient(right,  #8e7a65 0%,#7b6a58 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7a65', endColorstr='#7b6a58',GradientType=1 ); /* IE6-9 */
    color: white;
    padding: 5px 10px;
}

table.mytable td {
    border: 0px;
    background-color: #F7F7F7;
    padding: 5px 10px;
    vertical-align: top;
}

table.mytable td.lable {
    font-weight: bold;
    width: 50%;
}

#container {
    width: 900px;
    margin: 20px auto;
    font-family: 'Asap', sans-serif;
    line-height: 1.5em;
    font-size: 16px;
}

#container > div {
    border: 1px solid #AAAAAA;
    margin-bottom: 20px;
    background-color: #E8E8E8;
    color: #383838;
}

#container > div > * {
    padding: 10px;
}

#container > div > h1 {
    padding: 10px 10px;
    margin: 0px;
    color: white;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1em;
    font-size: 28px;
    background: #8e7a65; /* Old browsers */
    background: -moz-linear-gradient(left,  #8e7a65 0%, #7b6a58 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8e7a65), color-stop(100%,#7b6a58)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #8e7a65 0%,#7b6a58 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #8e7a65 0%,#7b6a58 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #8e7a65 0%,#7b6a58 100%); /* IE10+ */
    background: linear-gradient(right,  #8e7a65 0%,#7b6a58 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7a65', endColorstr='#7b6a58',GradientType=1 ); /* IE6-9 */

}

#artikel div {
    text-align: center;
}

#artikel img {
    width: 100%;
    border: 1px solid #AAAAAA;
    margin: 10px 10px 5px 0px;

}

#artikel img:nth-child(even), #artikel img:last-child {
    margin: 10px 0px 5px 0px;
}

#service ul {
    list-style-type: none;
    margin: 10px 0px 10px 20px;
    padding: 0px;

}

#service ul li {
    line-height: 37px;
    border: 0px solid #000;
    margin-bottom: 5px;
    background-image: url(../images/list-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
    font-weight: bold;
}

.footer-image {
    background-image: url(../images/ebay-footer.png);
    background-repeat: no-repeat;
}

#header {
    height: 200px;
    background-image: url(../images/requitec-ebay-header-211025.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#versand .footer-image {
    height: 100px;
    background-position: 0px -601px;
}

#bestellablauf .footer-image{
    height: 180px;
    background-position: 0px -400px;
}

#service .footer-image{
    height: 380px;
    background-position: 0px 0px;
}

.footer-image-defekt {
    background-image: url(../images/ebay-footer-defekt.png);
    background-repeat: no-repeat;
}

#service .footer-image-defekt{
    height: 210px;
    background-position: 0px 0px;
}

#versand .footer-image-defekt {
    height: 100px;
    background-position: 0px -501px;
}

#bestellablauf .footer-image-defekt{
    height: 180px;
    background-position: 0px -300px;
}