@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-container {
    background: #00adef;
}

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

ul.level_1 {
    height: 35px;
    list-style: none;
}

ul.level_1 > li {
    display: inline-block;
    padding: 7px 3px 7px 0;
    margin: 0 24px;
    position: relative;
}

ul.level_1 > li.trail {
    background: url("//www.gestaltenlassen.com/ebay/images/arrow-bottom.png") no-repeat right 15px;
}

ul.level_1 > li.trail:hover {
    background: url("//www.gestaltenlassen.com/ebay/images/arrow-bottom_hover.png") no-repeat right 15px;
}

ul.level_1 li.last {
    margin-right: 0;
}

ul.level_1 li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: all .2s ease-in-out;
}

ul.level_1 li a:hover {
    color: #1e3438;
}

ul.level_1 li:hover a {
    color: #1e3438;
}

ul.level_1 li .level_2 {
    display: block;
    background: url("//www.gestaltenlassen.com/ebay/images/footer-background.jpg");
    position: absolute;
    top: 35px;
    left: 0;
    height: 0;
    opacity: 0;
    min-width: 160px;
    box-shadow: 2px 2px 6px grey;
    transition: all .2s ease-in-out;
    overflow: hidden;
    margin-left: -15px;
}

ul.level_1 li:hover .level_2 {
    opacity: 1;
    height: 80px;
}

ul.level_1 li .level_2 li {
    display: block;
    border-top: 1px solid #000000;
}

ul.level_1 li .level_2 li a {
    color: #00adef;
    padding: 10px 15px 10px;
    display: block;
    font-size: 10pt;
    transition: all .2s ease-in-out;
}

ul.level_1 li .level_2 li a:hover {
    color: #ffffff;
}

.header-cell {
    width: 331px;
    height: 88px;
}

.header-cell.logo-cell {
    padding-right: 20px;
    width: 388px;
}

.header-cell.shop-cell {
    width: 200px;
    float: right;
}

.logo {
    background: url("//www.gestaltenlassen.com/skin/frontend/default/gestaltenlassen/images/logo.png") no-repeat;
    width: 302px;
    height: 59px;
    margin: 10px 0 10px 20px;
}

.shop-besuchen a {
    background: url("//www.gestaltenlassen.com/ebay/images/icon6.png") no-repeat;
    width: 130px;
    height: 28px;
    margin: 25px 15px 0 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 {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

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

.page-info-container.main {
    background: #f5f5f5;
}

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

.page-info-container.footer {
    background-color: #F5F5F5;
    text-align: center;
}

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

.page-info-container:first-child + .page-info-container + .page-info-container {
    height: 349px;
}

.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.gestaltenlassen.com/ebay/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.gestaltenlassen.com/ebay/images/icon9.png") no-repeat left 5px;
    padding-left: 21px;
}

.price a {
    border: none;
    width: 100px;
    height: 30px;
    color: #fcffff;
    line-height: 20pt;
    background: url("//www.gestaltenlassen.com/ebay/images/orange-button-bg.png") repeat-x;
    cursor: pointer;
    box-shadow: 2px 2px 8px rgb(15, 15, 15);
    font-size: 10pt;
    text-decoration: none;
    padding: 6px 10px;
}

.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.gestaltenlassen.com/ebay/images/icon9.png") no-repeat;
    content: '';
    display: inline-block;
    height: 15px;
    margin-left: 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.gestaltenlassen.com/ebay/images/icon11.png") no-repeat;
    width: 176px;
    height: 82px;
}

.payment-icons .deutsche-post {
    background: url("//www.gestaltenlassen.com/ebay/images/icon3.png") no-repeat;
    width: 147px;
    height: 73px;
}

.page-content {
    padding-right: 10px;
    margin-top: 20px;
}

.page-content h1 {
    color: #434343;
    font-weight: normal;
    font-size: 22pt;
    line-height: normal;
    margin-bottom: 5px;
}

.page-content {
    color: #434343;
    font-size: 12pt;
    line-height: 23px;
    width: 60%;
}

.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: #00adef;
    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: #00adef;
    padding-right: 20px !important;
}

.page-info-teaser {
    background: #00adef;
    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;
    border-bottom: none;
}

.page-info-description .page-sidebar {
    background: #f5f5f5;
    margin-top: 20px;
    padding: 12px 20px;
    width: 40%;
}

.page-info-description .page-sidebar h3 {
    margin: -12px -20px 16px -20px;
    background: #00adef;
    color: #fff;
    padding: 5px 20px;
}

.page-info-description .page-sidebar ol {
    margin-left: 21px;
}

.page-info-description .page-sidebar ol li {
    color: #00adef;
    margin-bottom: 12px;
}

.page-info-description .page-sidebar ol li span {
    color: #434343;
}

.teaser-label {
    background: url("//www.gestaltenlassen.com/ebay/images/icon-label.png") no-repeat 20px 40px;
}

.teaser-package {
    background: url("//www.gestaltenlassen.com/ebay/images/icon-package.png") no-repeat left 48px;
}

.teaser-diamond {
    background: url("//www.gestaltenlassen.com/ebay/images/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%;
    }

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

    ul.level_1 {
        display: none;
    }
}

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

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

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

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

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

    .page-info-description .page-content {
        float: none;
        width: 100%;
    }

    .page-info-description .page-sidebar {
        float: none;
        width: 100%;
    }

    .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;
    }
}
