body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Open\ Sans,serif!important; } .pagewidth {
    max-width:1200px;
    margin:0 auto;
}
p{
    margin: 0;
    font-size: 13px;
}
*:focus {
    outline: 0;
}
.clearer::after {
    content: "";
    display: table;
    clear: both;
}
.block {
    display:block !important;
}
.inline {
    display:inline !important;
}
.inline-block {
    display:inline-block !important;
}
.hide-mobile {
    display:block;
}
a {
    color:#666;
}
a:link {
    color:#666;
}
a:visited {
    color:#666;
}
hr {
    color:#ccc;
    height:1px;
    background:#ccc;
    border:none;
}
h1 {
    background-color: #F1A51E;
    position:relative;
    border-bottom: 1px solid #777;
    color: #666;
    font-weight: 300;
    margin: 0.3em 0 1em;
    padding: 0;
    text-transform: uppercase;
    border-top:1px solid #777;
}
h2 {

    color: #666;
    display: block;
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    margin:2em 0 1em;
}
h3 {
    font-weight: bold;
    text-transform: uppercase;
}
h2.product-name{
    font-size: 20px;
    font-weight: bold;
    margin-top: -5px;
}
h2.short-description{
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 20px;
}
@media screen and (max-width : 760px){
    h2 {
        text-align:center;
        border-top:1px solid #bbb;
        padding: 10px 0 !important;
        margin:2em 0 1em !important;
    }
    h1 {
        text-align:center;
    }
    h1::before {
        display:none;
    }
    .tabs {
        margin-bottom:0 !important;
    }
}
#show-mobile {
    display:none;
}
#cross-selling {
    display:block;
    width:100%;
    margin-top:2em;
    background-color: #4C4B50;
}
#cross-selling > div#boxwrapper {
    display:block !important;
    width:100%;
}
.crossitem {
    background: #fff none repeat scroll 0 0;
    min-height: 420px;
    padding: 10px 10px 25px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #ccc;
}
.crossitem:hover {
    transform: scale(1.03) rotate(1.5deg);
    box-shadow: 0px 0px 7px #aaa;
    border-color: #aaa;
}
.crossitem a {
    display:block;
    text-decoration:none;
    outline:none;
}
.crossitem a:visited {
    color:#666;
}
.artikelname {
    font-weight: normal;
    font-size: 16px;
    padding:1em 0;
    color:#666;
}
.preis {
    font-weight: normal;
    font-size: 35px;
    color:#444;
}
#variation {
    font-family: sans-serif;
    margin: 5px 0 0;
    max-width: 100%;
    padding:5px 0;
    font-size: 25px;
    color: #fa8400;
}
.variation {
    list-style: outside none none;
}
.variation li {
    background-color: #fff !important;
    border: 1px dashed #bbb !important;
    color: #555 !important;
    display: inline-block !important;
    font-size: 14px !important;
    padding: 10px 17px !important;
    margin: 5px 7px 5px 0 !important;
}
.variation li::before{
    content:none !important;

}
@media only screen and (min-width: 1024px) {
    #cross-selling .boxcontainer {
        width:24%;
        margin:0 0.5%;
        float:left;
        display:inline-block;
    }
    #cross-selling > div#boxwrapper {
        display:block !important;
        width:100%;
        min-height:300px;
    }
}
#maincontainer {
    display:block;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    font-size: 13px;
    color:#777;
    overflow-x:hidden;
}
#maincontainer ul, #maincontainer ul li {
    /*padding:0;*/
    margin:0;
    list-style-position: inside;
}

.header-line{
    width: 100%;
    background-color: #F1A51E;
    min-height: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.header-line ul{
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #fff;
    padding: 0;
}

@media only screen and (max-width : 499px) {
    .header-line ul{
        display: flex;
        flex-direction: column;
        font-size: 12px;
    }
}

.header-line > ul > li{
    padding: 0 10 0 10;
}


.header-menu{
    width: 100%;
    background-color: #666;
    min-height: 60px;
    margin-bottom: 20px;
}

.header-menu > ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 21px;

    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-menu > ul > li{
    padding: 16px;
}

@media only screen and (max-width : 750px) {
    .header-menu ul{
        display: flex;
        flex-direction: column;
        font-size: 15px;
    }

    .header-menu > ul > li{
        padding: 5 0 5 0;
        width: 100%;
    }
}



.header-menu > ul > li > a{
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.header-menu > ul > li > a:hover{
    color: #F1A51E;
}

.header-menu .sale-button{
    background-color: #F1A51E;
}

.header-menu .sale-button a:hover{
    color: #fff;
}

#headerlogo {
    height:85px;
    display:inline-block;
}
#headertexte {
    color:#666;
    margin:0 auto;
    display:inline-block;
}
#headerlogo img {
    max-width:100%;
    max-height:120px;
}
#headerlogo a {
    display:block;
    height:80px;
    text-decoration:none;
    font-size:0px;
    position:relative;
}
#headerlogo a::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
}
#headerinfo {
    width:24%;
    float:right;
    display:inline-block;
    padding-top:27px;
}
#headerinfo-1 {
    width:100%;
    float:left;
    display:inline-block;
}
#headerinfo-2 {
    width:100%;
    float:left;
    display:inline-block;
}
#topicon {
    color: #777;
    font-size: 32px;
    display:inline-block;
    margin:0 auto;
    text-align:center;
    margin-right:10px;
}
span.headertext-1 {
    display:block;
    color:#777;
    font-size:14px;
}
span.headertext-2 {
    display:block;
    color:#777;
    font-size:10px;
}
#boxwrapper {
    width:22.5%;
    display:inline-block;
    float:left;
    padding-right:2.5%;
    padding: 10px;
}
#bottomcontent {
    width:100%;
    display:inline-block;
    float:left;
    color: #fff;
}
#leftcontent {
    width:41%;
    display:inline-block;
    float:left;
    padding-right:1%;
}
#centercontent{
    width:41%;
    display:inline-block;
    float:left;
    padding-right:1%;
}
#rightcontent {
    width:16%;
    display:inline-block;
    float:left;
}

.car-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.car-logo img{
    max-height: 80px;
    max-width: 140px;
}

#topheader {
    width:100%;
    display:inline-block;
    float:left;
}
#topcontent {
    width:100%;
    display:inline-block;
    float:left;
    margin-bottom:2.5em;
}
#topnavi {
    width:100%;
    display:inline-block;
    float:left;
    clear:both;
}
div.boxcontainer {
    margin-bottom:20px;
}
div.boxcontainer::after {
    content: "";
    display: table;
    width:100%;
    height: 15px;
}
.boxtitle {
    background: none repeat scroll 0 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}
.boxcontent {
    display:block;
    padding: 1px 0;
    font-size:13px;
}
.boxcontent img {
    display:inline-block;
    margin:0 auto;
    max-width:100%;
}
.versand ul li::before {
    content: "\f0da";
    display: table;
    clear: both;
    /*font-family: FontAwesome;*/
    display: inline;
    color: #F1A51E;
    position: relative;
    margin-right:5px;
}

.versand .address::before{
    content: "\f041";
}
.versand .phone::before{
    content: "\f098";
}
.versand .email::before{
    content: "\f003";
}
.versand .working::before{
    content: "\f017";
}

div.footer {
    background:#393939;
    padding:20px 0 0;
    margin:20px 0 0 0;
    font-size:11px;
    color:#fff;
    text-align:center;
    border-radius:3px;
}
#bottomcontent ul, div.boxcontainer ul{
    margin:10px 0;
    padding:0;
}
#bottomcontent ul li, div.boxcontainer ul li, #rightcontent ul li, #tabinhalt ul li  {
    margin:0;
    padding:5px 0;
    list-style:none;
}
#bottomcontent ul li::before, div.boxcontainer ul li::before, #rightcontent ul li::before {
    display: table;
    clear: both;
    font-family: FontAwesome;
    display: inline;
    color: #F1A51E;
    position: relative;
    margin-right:5px;
}
#tabinhalt ul li::before {
    content: "\f138";
    display: table;
    clear: both;
    font-family: FontAwesome;
    display: inline;
    color: #666;
    position: relative;
    margin-right:5px;
}
div.boxcontainer ul li {
    padding:5px 0 !important;
}
.banner-policy {
    background-color: #eee;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 0 #d9d9d9;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    clear: both;
}
#rightcontent .banner-policy .policy {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
#rightcontent .banner-policy .policy span {
    float: left;
    text-indent: -999em;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain!important;
}
#rightcontent .banner-policy .policy:hover {
    cursor: pointer;
    color: #fa8400;
}
#rightcontent .banner-policy .policy1 span {
    background-image: url(https://www.service4handys.de/skin/frontend/sm_market/default/images/xico-money4.png.pagespeed.ic.UwBVPDfTt-.webp);
    background-repeat: no-repeat;
    width: 27px;
    height: 36px;
    color: #d9d9d9;
    display: inline-block;
}
#rightcontent .banner-policy .policy1:hover span {
    background-image: url(https://www.service4handys.de/skin/frontend/sm_market/default/images/tangerine/xico-money.png.pagespeed.ic.65Wr_Q2czm.webp);
}
#rightcontent .banner-policy .policy1 {
    padding: 15px 33px;
}
#rightcontent .banner-policy .policy2 span {
    background-image: url(https://www.service4handys.de/skin/frontend/sm_market/default/images/xico-freeship4.png.pagespeed.ic._FfAjdYbhV.webp);
    background-repeat: no-repeat;
    width: 48px;
    height: 35px;
    color: #d9d9d9;
    display: inline-block;
}
#rightcontent .banner-policy .policy2:hover span {
    background: url(https://www.service4handys.de/skin/frontend/sm_market/default/images/tangerine/xico-freeship.png.pagespeed.ic.k-1NEQnONH.webp) no-repeat;
}
#rightcontent .banner-policy .policy2 {
    padding: 15px 11px;
}
#rightcontent .banner-policy .policy3 span {
    background-image: url(https://www.service4handys.de/skin/frontend/sm_market/default/images/xico-celander4.png.pagespeed.ic.0RuVxdfrzP.webp);
    background-repeat: no-repeat;
    width: 33px;
    height: 34px;
    color: #d9d9d9;
    display: inline-block;
}
#rightcontent .banner-policy .policy3:hover span {
    background-image: url(https://www.service4handys.de/skin/frontend/sm_market/default/images/tangerine/xico-celander.png.pagespeed.ic.DYpEj3lbn9.webp);
}
#rightcontent .banner-policy .policy3 {
    padding: 15px 28px;
}
#rightcontent .banner-policy .policy4 span {
    background-image: url(https://www.service4handys.de/skin/frontend/sm_market/default/images/xico-umbrella4.png.pagespeed.ic.6LQ8zMrIJw.webp);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    color: #d9d9d9;
    display: inline-block;
}
.banner-policy .policy4 a:hover span {
    background-image: url(https://www.service4handys.de/skin/frontend/sm_market/default/images/tangerine/xico-umbrella.png.pagespeed.ic.6RNP8ta2s8.webp);
}
#rightcontent .banner-policy .policy4 {
    padding: 15px 22px;
}
#tab-content3 h2, #tab-content1 h2{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #000;
    margin: 0;
    padding: 0;
}
#tab-content1 hr{
    clear: both;
}

/*Ab hier NEU*/

#header {
    margin-top:20px;
    text-align: center;
}

/*Tabs*/

.tabs {
    max-width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 0 auto 2em;
}
.tabs::after {
    content: '';
    display: table;
    clear: both;
}
#tab-content2, #tab-content3 {
    display: none;
}
.tabs input[type="radio"] {
    display:none;
}
.tabs label:first-of-type {
    border-top: 1px solid rgb(221, 221, 221);
}
.tabs label {
    display: block;
    float: left;
    width: 50%;
    color: #444;
    font-size: 16px!important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    line-height: 36px;
    cursor: pointer;
    border-bottom: 1px solid rgb(221, 221, 221);
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
    letter-spacing:0.05em;
    background-color: #fff;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs label span {
    display: inline-block;
    padding-left: 20px;
}
.tabs label i {
    padding: 5px;
    margin-right: 0;
}
.tabs{
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
}
.tabs label:hover {
    color: #fa8400;
}
.tabcontent {
    width: 100%;
    float: left;
    padding: 0;
    box-sizing: border-box;
    background-color:transparent;
}
.tabs-content{
    width: calc(100% - 232px);
    float: right;
    margin-top: -38px;
    border: 1px solid rgb(221, 221, 221);
    border-bottom: none;
    border-right: none;
    padding: 10px 15px;
}
#tab1:checked + label, #tab2:checked + label, #tab3:checked + label {
    background: transperent;
    color: #fa8400;  
}
#tab1:checked + label:before, #tab2:checked + label:before, #tab3:checked + label:before, .tabs label:hover:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 36px;
    background-color: #fa8400; 
    margin-right: -3px;
    margin-bottom: -12px;
}
#tab1:checked ~ .tabs-content #tab-content1 {
    display: block;
}
#tab1:checked ~ .tabs-content #tab-content2, #tab1:checked ~ .tabs-content #tab-content3 {
    display: none;
}
#tab2:checked ~ .tabs-content #tab-content2 {
    display: block;

}
#tab2:checked ~ .tabs-content #tab-content1, #tab2:checked ~ .tabs-content #tab-content3 {
    display: none;
}
#tab3:checked ~ .tabs-content #tab-content3 {
    display: block;
}
#tab3:checked ~ .tabs-content #tab-content1, #tab3:checked ~ .tabs-content #tab-content2 {
    display: none;
}
.animiert {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.tabs label {
    display: block;
    width: 200px;
    clear: both;
}

@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.scale {
    animation-name: scale;
}
@media (min-width: 1024px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }
    .tabs label {
        font-size: 12px;
    }
    .tabs {
        max-width: 100%;
        margin: 0 auto 1em;
    }
}

/*Start Gallery*/

.gallery{
    width: 100%; /*Same as width of the large image*/
    position: relative;
    height:auto;
    padding-top: 75%; /*That helps bring the labels down*/
    margin-top:5px;
}


/*Last thing remaining is to add transitions*/ .gallery>img{
    position: absolute;
    left: 0; top: 0; right:0; bottom:0;
    transition: all 0.5s;
    height:auto;
    max-width:100%;
    max-height:100%;
    margin:auto;
}

.gallery input[name='gallery_switch'] {
    display: none;
    visibility:hidden;
}

.gallery label {
    /*Lets add some spacing for the thumbnails*/
    margin: 18px 0 10px 15px;
    /*border: 3px solid #999;*/
    float: left;
    cursor: pointer;
    transition: all 0.5s;

    /*Default style = low opacity*/
    opacity: 0.6;
}

.gallery label img{
    display: block;
    height:75px;
    width:auto;
}

/*Time to add the click effects*/
.gallery input[name='gallery_switch']:checked+label {
    border-color: #666;
    opacity: 1;
    visibility:visible;
}
/*Clicking any thumbnail now should change its opacity(style)*/ /*Time to work on the main images*/ .gallery input[name='gallery_switch'] ~ img {
    opacity: 0;
    transform: scale(1.1);
    visibility:hidden;
}
/*That hides all main images at a 110% size On click the images will be displayed at normal size to complete the effect */ .gallery input[name='gallery_switch']:checked+label+img {
    opacity: 1;
    transform: scale(1);
    visibility:visible;
}
@media only screen and (max-width : 1132px) {
    #rightcontent .banner-policy .policy a span {
        display: block;
        float: none;
        background-position: center center;
        width: 100%!important;
    }
    #rightcontent .banner-policy .policy a{
        text-align: center;
    }
    #rightcontent .banner-policy br{
        display: none;
    }
    #rightcontent .banner-policy .policy1,
    #rightcontent .banner-policy .policy2,
    #rightcontent .banner-policy .policy3,
    #rightcontent .banner-policy .policy4{
        padding: 15px 15px;
        text-align: center;
    }
}
@media only screen and (max-width : 1024px) {
    .hide-mobile {
        display:none !important;
    }
    #maincontainer {
        width:95%;
    }
    #headerlogo {
        display:inline-block;
        text-align:left;
    }
    #headerlogo a {
        text-align:center;
    }
    #headerinfo {
        width:30%;
        display:block;
        padding:20px 0 0px 20px;
        display:block;
        margin:0 auto;
    }
    #headerinfo-1 {
        width:100%;
        display:inline-block;
        float:left;
    }
    #headerinfo-2 {
        width:100%;
        display:inline-block;
        float:left;
    }
    #maincontent > div#boxwrapper {
        display:none;
    }
    #maincontent > div#bottomcontent {
        width:100%;
    }
    #show-mobile {
        display:block;
        width:100%;
    }
    #show-mobile > div#boxwrapper {
        display:block !important;
        width:100%;
    }
    #cross-selling{
        display:block;
        width:100%;
        margin-top:2em;
    }
    #cross-selling > div#boxwrapper {
        display:block !important;
        width:100%;
    }
    div.boxcontainer {
        width:48%;
        margin:0 0.5%;
        float:left;
        display:inline-block;
    }
}

@media only screen and (max-width : 992px) {
    #centercontent{
        width: 57%;
    }
    #rightcontent{
        display: none;
    }
}

@media only screen and (max-width : 700px) {
    div.boxcontainer {
        width:100%;
        margin:0;
        display:inline-block;
    }
    .crossitem:hover {
        cursor: pointer;
        transform: none !important;
        box-shadow: none !important;
        opacity: 1;
        border-color: #aaa;
    }
}

@media only screen and (max-width : 780px) {
    #headerinfo {
        width:50%;
        display:block;
        padding:15px 0 10px;
        display:block;
        margin:0 auto;
    }
    #headerinfo-1 {
        width:100%;
        display:block;
        float:left;
    }
    #headerinfo-2 {
        width:100%;
        display:block;
        float:left;
    }
    #headerinfo-1::before, #headerinfo-2::before {
        display:block;
        padding-right: 190px;
    }
}
@media only screen and (max-width : 768px) {
    #leftcontent, #centercontent, #rightcontent {
        width:100%;
    }
    .tabs label {
        width: 100%;
    }
    .tabs-content {
        width: calc(100% - 30px);
        margin-top: -1px;
    }
}

@media only screen and (max-width : 499px) {
    #headerinfo-1 {
        width:100%;
        display:block;
        float:left;
    }
    #headerinfo-2 {
        width:100%;
        display:block;
        float:left;
    }
    #maincontent > div#boxwrapper {
        display:none !important;
    }
    #maincontent > div#bottomcontent {
        width:100% !important;
    }
    #show-mobile {
        display:block;
    }
    #cross-selling {
        display:block;
    }
    #leftcontent, #rightcontent {
        width:100%;
    }
    .slider {
        display:none;
    }
}
