@import url(//fonts.googleapis.com/css?family=Exo+2);

body {
    background: #fff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    transition: all .1s ease-in-out;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.green {
    color: #3d951a;
}

.right {
    float: right;
}

.left {
    float: left;
}

input {
    font-family: 'Exo 2', sans-serif;
}

#main-container {
    border: 1px solid #ececec;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Exo 2', sans-serif;
    color: #434343;
    position: relative;
}

#page {
    margin: 0 auto;
}

#header {
    position: relative;
    z-index: 3;
}

#header-content-container {
    background-color: #f5f5f5;
    height: 90px;
}

.header-cell.logo-cell {
    margin: 15px 20px 15px 0;
}

.header-cell.shop-cell {
    float: right;
}

.logo {
    background: url("//www.steinbacher-edelstahl.com/skin/frontend/default/steinbacher/images/steinbacher-logo-header.png") no-repeat;
    background-size: 275px 40px;
    width: 275px;
    height: 40px;
    margin: 10px 0 10px 20px;
}
.logo-international {
    background: url("//www.steinbacher-edelstahl.com/skin/frontend/default/steinbacher/images/steinbacher-logo-header-eng.png") no-repeat;
    background-size: 275px 40px;
    width: 275px;
    height: 40px;
    margin: 10px 0 10px 20px;
}

.contacts {
    padding: 28px 0 0 84px;
}

.contacts .tel {
    font-weight: bold;
}

.contacts .mail a {
    color: #00adef;
    text-decoration: underline;
    font-size: 10pt;
}

.contacts .mail a:hover {
    text-decoration: none;
}

.contacts .mail span {
    font-size: 8pt;
}

.shop-besuchen a {
    background: url("//www.steinbacher-edelstahl.com/skin/frontend/steinbacher/ebaytemplate/img/icon6.png") no-repeat;
    width: 130px;
    height: 28px;
    margin: 31px 15px 31px 0;
    float: right;
    padding-left: 36px;
    color: #434343;
    font-size: 10pt;
    line-height: 23pt;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.shop-besuchen a:hover {
    background-position: left -27px;
}

#content {
    background: #f5f5f5;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.page-info-container {
    padding: 16px 18px;
}

.page-info-container h1 {
    margin-bottom: 12px;
}

.page-info-container.footer {
    text-align: center;
}

.page-info-container:first-child {
    margin: 0;
    padding-bottom: 30px;
}

.gallery {
    width: 50%;
}

.gallery > div, .gallery .m2e-gallery {
    max-width: 100% !important;
}

.gallery .full-image {
    border: 1px solid #e4e4e4;
    max-width: 100% !important;
}

.gallery .m2e-gallery .preview {
    height: 172px;
}

.gallery .m2e-gallery .preview > img {
    height: 168px;
    width: 168px;
}

.description {
    padding-left: 30px;
    width: 50%;
}

.description h1 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-size: 26px;
}

.description h2 {
    color: #00adef;
}

.description h3 {
    margin-bottom: 6px;
}

.description ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.description ul li {
    line-height: 23px;
    padding-left: 22px;
    background: url("//www.steinbacher-edelstahl.com/skin/frontend/default/steinbacher/images/icon9.png") no-repeat left 5px;
}

.bid-title {
    background: #f5f5f5;
    width: 100%;
    margin-top: 5px;
    padding: 14px 0;
}

.bid-title .success-status {
    line-height: 22pt;
    font-weight: bold;
}

.bid-title .success-status .green {
    color: #3d951a;
}

.price {
    background: #e5f2c6;
    border: 1px solid #006400;
    width: 100%;
    height: 139px;
    margin: 5px 0 10px 0;
    position: relative;
}

.price .pricebox {
    margin: 7px 15px;
}

.price span {
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    line-height: 18pt;
}

.price span.tax {
    display: inline-block;
    margin-top: 5px;
}

.price strong {
    color: #000;
    line-height: 30pt;
    font-size: 31pt;
}

.price .tick {
    background: url("//www.steinbacher-edelstahl.com/skin/frontend/default/steinbacher/images/icon9.png") no-repeat left 5px;
    padding-left: 21px;
}

.price a:hover {
    background: #ffffff;
    color: #00adef;
}

.price .sofort-kaufen {
    margin-top: 45px;
    margin-left: 12px;
}

#inkl-shipping {
    background: #006400;
    bottom: 0;
    height: 33px;
    left: 0;
    line-height: 33px;
    padding-left: 0;
    position: absolute;
    width: 100%;
}

#inkl-shipping:before {
    background: url("//www.steinbacher-edelstahl.com/skin/frontend/default/steinbacher/images/icon9.png") no-repeat;
    content: '';
    display: inline-block;
    height: 15px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    top: 2px;
    width: 16px;
}

#inkl-shipping span {
    color: #fff;
}

.payment-icons .column {
    width: 49%;
    text-align: right;
    padding-top: 13px;
}

.payment-icons span {
    color: #424242;
    font-size: 10pt;
    font-weight: bold;
    margin-right: 27px;
    margin-bottom: 10px;
    display: block;
}

.payment-icons .pay-pal {
    background: url("//www.steinbacher-edelstahl.com/skin/frontend/steinbacher/ebaytemplate/img/icon11.png") no-repeat;
    width: 176px;
    height: 82px;
}

.payment-icons .deutsche-post {
    background: url("//www.steinbacher-edelstahl.com/skin/frontend/steinbacher/ebaytemplate/img/versenden.png") no-repeat;
    width: 148px;
    height: 102px;
}

.page-content h1 {
    background: #006D9C;
    color: #fff;
    font-weight: normal;
    font-size: 16pt;
    line-height: normal;
    margin-bottom: 5px;
    padding: 10px 30px;
}

.page-content {
    background: #fff;
    color: #434343;
    font-size: 12pt;
    line-height: 23px;
    max-width: 680px;
}

.page-content p {
    padding: 10px 30px;
}

.page-content ul {
    margin-left: 18px;
}

.page-content ul li {
    margin-bottom: 5px;
}

.page-info-container.footer h1 {
    font-size: 22pt;
    font-weight: normal;
    line-height: 34pt;
}

.more-offers {
    background: #006D9C;
    color: #ffffff;
    line-height: 42px;
    display: inline-block;
    width: 236px;
    margin: 10px 0;
    cursor: pointer;
    text-decoration: none;
    font-size: 10pt;
    text-align: center;
    transition: all .2s ease-in-out;
}

.more-offers:hover {
    background: #0294cc;
}

.specs {
    border-bottom: 1px solid #e4e4e4;
}

.specs td {
    vertical-align: top;
    border-top: 1px solid #e4e4e4;
    padding: 4px 0;
}

.specs-title {
    color: #006D9C;
    padding-right: 20px !important;
}

.page-info-teaser {
    background: #006D9C;
    padding: 0 18px;
}

.page-info-teaser:after {
    clear: both;
    content: '';
    display: block;
}

.page-info-teaser h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.page-info-teaser p {
    color: #ffffff;
}

.page-info-teaser li {
    float: left;
    list-style: none;
    padding: 160px 18px 16px;
    vertical-align: top;
    width: 33.333333333%;
}

.page-info-description {
    margin-bottom: 30px;
    padding: 0;
}

.page-info-shipping {
    margin-bottom: 30px;
    padding: 0;
}

.versandkosten {
    background: #fff;
    height: 580px;
    max-width: 680px;
}

.versandkosten .heading-wrapper {
    background: #006D9C;
    overflow: auto;
    padding: 10px 30px;
}

.versandkosten h6 {
    color: #fff;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    padding-left: 83px;
}

.versandkosten h6:first-child {
    padding-left: 0;
    padding-right: 80px;
}

.top_versandkosten_block {
    background: none repeat scroll 0 0 #2BB425;
    border-radius: 8px;
    clear: both;
    height: 65px;
    margin: 30px 0 20px 30px;
    max-width: 620px;
}

.country {
    height: 20px;
    margin-left: 15px;
    margin-top: 12px;
    width: 75px;
}

.country_de {
    float: left;
    height: 35px;
    margin-left: 15px;
    margin-right: 180px;
    padding-top: 20px;
    width: 75px;
}

.country img, .country_de img {
    float: right;
}

.country p, .country_de p {
    color: #FFFFFF;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.paket_price, .Stangenmaterial_price {
    color: #FFFFFF;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    padding-top: 15px;
}

.paket_price {
    padding-right: 50px;
}

.small_vertical_line {
    background: none repeat scroll 0 0 #009E25;
    height: 25px;
    margin-left: 430px;
    margin-right: 25px;
    margin-top: 20px;
    position: absolute;
    width: 1px;
}

.big_block {
    background: none repeat scroll 0 0 #02739F;
    border-radius: 8px;
    height: 380px;
    margin: 25px 0 0 30px;
    max-width: 620px;
}

.countrys_blocks {
    float: left;
    margin-top: 5px;
    width: 190px;
}

.countrys_blocks .block_1 {
    float: left;
    margin-right: 10px;
    width: 90px;
}

.countrys_blocks .block_2 {
    float: right;
    width: 90px;
}

.big_block .all_country_line {
    margin-left: -44px;
}

.big_block .price {
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    height: auto;
    margin-left: 255px;
    margin-top: -210px;
    position: absolute;
    width: auto;
}

.big_vertical_line {
    background: none repeat scroll 0 0 #005B7F;
    border-right: 1px solid #3986A5;
    height: 330px;
    margin-left: 430px;
    margin-right: 25px;
    margin-top: -350px;
    position: absolute;
    width: 1px;
}

.big_block span {
    color: #FFFFFF;
    float: right;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding-right: 65px;
    padding-top: 170px;
}

.teaser-label {
    background: url("//www.steinbacher-edelstahl.com/skin/frontend/steinbacher/ebaytemplate/img/icon-label.png") no-repeat 20px 40px;
}

.teaser-package {
    background: url("//www.steinbacher-edelstahl.com/skin/frontend/steinbacher/ebaytemplate/img/icon-package.png") no-repeat left 48px;
}

.teaser-diamond {
    background: url("//www.steinbacher-edelstahl.com/skin/frontend/steinbacher/ebaytemplate/img/icon-diamond.png") no-repeat left 40px;
}

@media only screen and (max-width: 1000px) {
    #main-container {
        border: none;
    }
}

@media only screen and (max-width: 979px) {
    .header-cell.logo-cell {
        width: 50%;
    }

    .contacts {
        padding-left: 0;
    }

    .header-cell.shop-cell {
        float: none;
        position: absolute;
        right: 10px;
        top: 10px;
    }
}

@media only screen and (max-width: 770px) {
    .gallery.left, .description.right {
        float: none;
        padding: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 680px) {
    .page-info-shipping {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    #header-content-container {
        padding-top: 10px;
    }

    .header-cell.logo-cell {
        float: none;
        padding-right: 0;
        width: 100%;
    }

    .header-cell.shop-cell {
        display: none;
    }

    .logo {
        float: none;
        margin: 0 auto;
    }

    .page-info-teaser li {
        float: none;
        padding: 20px 0 16px 190px;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .payment-icons .column {
        float: none;
        text-align: left;
        width: 100%;
    }

    .payment-icons .column .right {
        float: none;
    }

    .page-info-teaser li {
        padding: 160px 18px 16px;
    }
}
