@font-face {
    font-family: 'Zekton';
    src: url('https://ebay.2nd-source.de/font/zekton_rg-webfont.woff2') format('woff2'),
         url('https://ebay.2nd-source.de/font/zekton_rg-webfont.woff') format('woff'),
         url('https://ebay.2nd-source.de/font/zekton.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/

/*Allgemein*/
/*Allgemein*/
/*Allgemein*/
body{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.5rem;
    text-align: left;
}

h2, 
.tab-box h3{
    font-weight:bold;
}
a{
    color: #0668AF;
}
a:hover{
    text-decoration: none;
    color: #0668AF;
}

.container .row{
    padding: 0 10px;
}

.wichtig{
    font-weight: bold;
}
/*header*/
/*header*/
/*header*/

.article{
    padding-bottom: 2rem;
}
.main-boxes{
    /*padding-bottom:4rem;*/
}
/*Artikelbox*/
/*Artikelbox*/
/*Artikelbox*/
.art-img-box{
    padding-bottom: 2rem;
}
.art-quickview-box{
    text-align: left;
}
.art-quickview-box h2{
    margin-bottom: 1rem;
    border-bottom:1px solid #0668AF;
    padding-bottom:1rem;
    font-size: 1.2rem!important;
    
}
.art-quickview-box h2 span{
    border-left: 4px solid lightgray;
    /*padding-left: 6px;*/
}
.art-quickview-box ul{
    font-size: 1rem;
}
.art-quickview-box ul span{
    font-weight: bold;
/*    width:25%;
    display:inline-block;*/
}

#zustand-oben{
    font-weight:normal;
}

.USPs{
    border-bottom: solid 10px #0057a3;
    
}
.USPs img{
    max-width: 320px;
}

.addon-skills li{
    font-weight: bold;
    font-size: 1rem;
}

div.lg-li.new{
    border-left: 4px solid #3FB34F;
}
div.lg-li.bulk{
    border-left: 4px solid #689AC6;
}
div.lg-li.refurbished{
    border-left: 4px solid #FCB050;
}
div.lg-li.untested,
div.lg-li.defekt{
    border-left: 4px solid #EC663F;
}

 


/* The animation code */
@keyframes info-box {
    0%   {border-color: #dadada;}
    50%  {border-color: red;}
    100%  {border-color: #dadada;}
}

.zusatzinfo{
    color:#0668AF;
    margin-top: 1rem;
    border: 3px solid red;
    padding:0.5rem;
    
/*    animation-name: info-box;
    animation-duration: 2s;
    animation-iteration-count: infinite;*/
}
.button{
    display:inline-block;
    width:100%;
    text-align: center;
    font-size: 1rem;
    line-height: 2.5rem;
    border:1px solid #dadada;
    margin-top: 1rem;
    text-decoration: none;
    cursor:pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.button:hover{
    -webkit-box-shadow: 0 2px 0 0 #0668AF;
    box-shadow: 0 2px 0 0 #0668AF;
    text-decoration: none;
}
/*.art-quickview-box .button:nth-of-type(2),*/ 
.art-quickview-box .button {
    width:49.4%;
    /*margin-right: 1%; /*
    /*font-size: 0.7rem;*/
}
.art-quickview-box .button:nth-of-type(even){
    margin-right: 0;
}
.art-quickview-box .button{
    font-size: 0.96rem;
}
#btn-frage-stellen{
    width:98.8%;
}
#livechat{
    background-image:url('https: //ebay.2nd-source.de/img/icons/chat-ebay2.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

/*TAB-AREA*/
/*TAB-AREA*/
/*TAB-AREA*/
.pseudo-tabs{
    display:none;
}
.tabs { list-style: none; }
.tabs li { display: inline; }
.tabs li a { color: black; float: left; display: block; padding: 4px 14px; margin-left: -1px; position: relative; left: 1px; background: #f5f5f5; text-decoration: none; }
.tabs li a:hover { background: #ccc; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.box-wrap { 
    position: relative; 
    min-height: 350px; 
}
.tabbed-area div div { 
    background: white; 
    padding: 20px 15px; 
    min-height: 250px; 
/*    position: absolute; */
    top: -1px; left: 0; 
    width: 100%; 
}
.tabbed-area div div { 
    border: 1px solid #dadae5; 
}

.tabs a{
    border: 1px solid #dadae5; 
    z-index:10;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}
#box-two,#box-three,#box-four,#box-five,#box-six, #box-seven, #box-eight{
    visibility:hidden;
    display: none;
}

.content-description .row .col-lg-8{
    margin-bottom: 1rem;    
}
.tabs .tab-content li{
    display: list-item;
} 

.agb-tab-content h1{
    margin-top: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    background-color: #eeeeee;
    padding: 10px;
}
    
.agb-tab-content h2 {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #dadae5;
}
    


/* Die Breite der description Tabelle fÃ¼r mobile.  */

#box-one .product--details.table-responsive{
    max-width: 300px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    #box-one .product--details.table-responsive{
        max-width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #box-one .product--details.table-responsive{
        max-width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
     #box-one .product--details.table-responsive{
        max-width: 100%;
    }
 }

/* Extra large devices (large desktops, 1200px and up) */
/*@media (min-width: 1200px) { ... }*/


.box-wrap {
    /*min-height:0; */
}
.tabbed-area > div > div {
    /*position: inherit;*/
    min-height:0;
}


 #box-two,
 #box-three,
 #box-four, 
 #box-five,
 #box-six, 
 #box-seven,
 #box-eight{
    visibility:hidden;
    display: none;
    height:0;
    padding:0;
    border:0;
}
#pt-2:target ~ .box-wrap > div#box-one,
#pt-3:target ~ .box-wrap > div#box-one,
#pt-4:target ~ .box-wrap > div#box-one,
#pt-5:target ~ .box-wrap > div#box-one,
#pt-6:target ~ .box-wrap > div#box-one,
#pt-7:target ~ .box-wrap > div#box-one,
#pt-8:target ~ .box-wrap > div#box-one{
    height:0;
    padding:0;
    visibility: hidden;
    display: none;
    border:0;
}


#pt-1:target ~ .box-wrap > div#box-one , 
#pt-2:target ~ .box-wrap > div#box-two, 
#pt-3:target ~ .box-wrap > div#box-three, 
#pt-4:target ~ .box-wrap > div#box-four, 
#pt-5:target ~ .box-wrap > div#box-five, 
#pt-6:target ~ .box-wrap > div#box-six, 
#pt-7:target ~ .box-wrap > div#box-seven,  
#pt-8:target ~ .box-wrap > div#box-eight  {
    visibility: visible;
    display: block;
    z-index: 1;
    height:auto;
    padding:20px 15px; /* added */
    border:1px solid #dadae5;
}

.tabs.group li a{
    background-color: #0668AF;
    color: white;
}

/*.tabs li:first-child a, */ 
#pt-1:target ~ .tabs #rt-1, 
#pt-2:target ~ .tabs #rt-2, 
#pt-3:target ~ .tabs #rt-3, 
#pt-4:target ~ .tabs #rt-4, 
#pt-5:target ~ .tabs #rt-5,
#pt-6:target ~ .tabs #rt-6,
#pt-7:target ~ .tabs #rt-7,
#pt-8:target ~ .tabs #rt-8{
    background-color:#fff;
    border-bottom: 1px solid #fff;
    color: #0668AF;
    position: relative;
    top:1px;
}
span:target ~ .tabs li:first-child a{
    background-color:#0668AF;
    color: #fff;
    border-bottom: 1px solid #dadae5;
}
.tab-box h2{
    text-align: left;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dadae5;
    margin-bottom: 1rem;
}
.tab-box p{
    text-align: left;
}
.tab-box ul{
    text-align: left;
}

.tabs{
    font-weight: bold;
}
.payments li{
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    height:46px;
    vertical-align: top;
}
.payments li img, .versand-box li img {
    /*border:1px solid #dadae5;*/
}
.pay-text{
    width:158px;
    height:44px;
    text-align: center;
    font-size: 1.4rem;
    color:#0668AF;
    border:1px solid #dadae5;
    line-height: 44px;
    font-weight: lighter;
}
.versand-box ul{
    margin-bottom: 2rem;
}
.versand-box li{
    display:inline-block;
}
.versand-box th{
    background-color: #f5f5f5;
    padding:1px 4px 0;
    border-bottom: 1px solid #dadae5;
    border-top: 1px solid #dadae5;
    font-weight: bold;
}
.versand-box{
    text-align: left;
}
.versand-box table td{
    width:33.3333%;
    padding: 1px 4px 0;
    font-size: 0.8rem;
    line-height: 1rem;
    border-bottom:1px solid #ddd;
}
.versand-box table td:first-child, .versand-box th:first-child{
    border-left: 1px solid #dadae5;
    border-right: 1px solid #dadae5;
}
.versand-box table td:last-child, .versand-box th:last-child{
    border-right: 1px solid #dadae5;
    border-left: 1px solid #dadae5;
}
.versand-box table tr:last-child td{
    border-bottom: 1px solid #dadae5;
}

.kontakt-label{
    display:inline-block;
    width:72px;
    font-weight: bold;
}


/*TAB-AREA ENDE*/



/* ARTIKEL START*/
/* ARTIKEL START*/
/* ARTIKEL START*/
.article{   
    min-height: 10rem;
}
.article ul{
    text-align: left;
}
.article h1{
    margin-bottom: 1rem;
    border-bottom: 1px solid #dadae5;
}
.art-img-box .act_primary_image{
    width:100%;
}
.act_gallery li{
    display:inline-block;
}
#main_image{
    width:100%;
    min-height:400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    /*border-bottom: 1px solid #dadada;*/
    margin-bottom: 1rem;
}

#main_image{
    position:relative;
}

.highlight-bar[data-src=""],
.hersteller-box[data-src=""],
.hersteller-tab[data-src=""],
.hersteller-tabgroup[data-src=""]{
    display:none;
}
.highlight-bar[data-src^="#VALUE"],
.hersteller-box[data-src^="#VALUE"],
.hersteller-tab[data-src^="#VALUE"],
.hersteller-tabgroup[data-src^="#VALUE"]  {
    display: none;
}
.highlight-bar[data-src^="Array"], 
.hersteller-box[data-src^="Array"],
.hersteller-tab[data-src^="Array"],
.hersteller-tabgroup[data-src^="Array"]{
    display: none;
}
.tabbed-area div.hersteller-container{
    border:none;
}


.highlight-bar{
    bottom: 0px;
    width:100%;
    text-align: center;
    color:white;
    margin:0 auto;
/*    background-color:#4a545b; */
}

.highlight-bar-inner-blubb {
  width: 100%; 
  height: 50px; 
  border-top: 0px solid #ddd; 
  border-right: 250px solid #4a545b; 
  border-bottom: 50px solid #4a545b;  
  border-left: 15px solid transparent; 
}

.highlight-bar-text{
    top:0;
    font-size: 2rem;
    line-height:3rem;
    text-align: center;
    width: 100%;
}


.art-quickview-box ul li[data-src^="#VALUE"]{
    display:none;
} 
.art-quickview-box ul li[data-src^="Array"]{
    display:none;
} 


@media screen and (max-width: 1006px){
    .highlight-bar{
       /* max-width: 350px; */
    }
    .highlight-bar-text{
        font-size: 1.5rem;
    }
}


/*gallery*/
.gall_target, li[data-src=""]{
    display:none;
}
.act_gallery li {
    border:1px solid #dadada;
    width:70px;
    height:70px;
    margin-right: 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.act_gallery li:last-child{
    margin-right: 0;
}
.act_gallery li:hover{
    -webkit-box-shadow: 0 2px 0 0 #0668AF;
    box-shadow: 0 2px 0 0 #0668AF;
}
.act_gallery li a{
    display: inline-block;
    height:100%;
    width:100%;
    padding:2px;
}
.act_gallery li a img{
    width: 100%;
    height:100%;
    display:inline-block;
}

/*ebay-description*/
/*ebay-description*/
/*ebay-description*/
.act_product_table td{
    padding:5px;
}
.act_product_table td{
     -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.act_product_table tr:nth-child(odd) td{
    background-color: #f5f5f5;
    
}
.act_product_table{
    width:100%;
}
    

.guarantee-hint{
    font-style: italic;
    font-size: 11px;
    line-height: 15px;
}


/*ebay-desription ende*/
/*ebay-desription ende*/
/*ebay-desription ende*/


.sidebar h2{
    background-color: #0668AF;
    color: white;
    padding: 15px 4px;
    text-align: center;
}

.sidebar-bottom li{
    line-height: 32px;
}
.footnote{
    font-size: 0.7rem;
}

.stars{
    white-space:nowrap;
}


.haken {
    display:inline-block;
    height:9px;
    width:10px;
}

.actually:hover{
    text-decoration: underline;
}
.actually::before{
    content:'Stand: 11.01.2026. ';
    text-decoration: none;
    color:#000;
}
.clue{
    font-size:0.6rem;
    line-height: 0.8rem;
    text-align: left;
}

.ebay-bg{
    background-color: #0668AF;
    padding: 20px 10px ;
}

.ebay-box {
    font-size: 1.5rem;
    line-height: 2.1rem;
    color: white;
    
}
.ebay-box .categories span{
    padding: 3px;
    font-size: 1rem;
}



/* SIDEBAR ENDE */

/* FOOTER */
/* FOOTER */
/* FOOTER */
footer{
    /*min-height: 200px;*/
    /*background-color: #464646;*/
    color:#0668AF;
    padding:1rem 0 2rem 0;
/*    border-top: 4px solid #0668AF;*/
}
footer .footer-border{
    border: 20px solid #0668AF;
    margin: 0;
}

footer .container div div{
    /*margin-bottom: 3rem;*/
}
footer h4{
    margin: 1rem 0;
    font-weight: bold;
}
footer li, footer p{
    /*font-size: 0.8rem;*/  
}
footer a{
    text-decoration: none;
    cursor: pointer;
}
footer a:hover{
    text-decoration: underline;
    color:#000;
}

.img-contact-footer{
    max-width: 130px;
    margin-top: 20px;
}

footer .button:hover{
    background-color:#fff;
    color:#464646;
    box-shadow: none;
}



.product--properties table tr[data-src=""]{
    display:none;
}
.product--properties table tr[data-src="Array"]{
    display:none;
}
.product--properties table tr[data-src^="#VALUE"] {
    display: none;
}

/* Ausblenden: "Keine Angabe" */
.product--properties table tr[data-src^="Keine Angabe"] {
    display: none;
}
/* Ausblenden: "Kabel - Keine Registrierung notwendig" */
.product--properties table tr[data-src^="Kabel - Keine"] {
    display: none;
}





.product--properties .product--properties-table {
    width: 100%;
    background: #fff;
}

.product--properties-row.Zustand{
    display: none;
}

.is--bold {
    font-weight: 700 !important;
}
.product--properties td {
    padding: .3125rem .625rem .3125rem .625rem;
    border: 0 none;
    border-bottom: 1px solid #dadae5 !important;

}
.product--properties tr:nth-child(even) td {
    /*background: #f5f5f5;*/
}


/* style fÃ¼r Tabs. ElektroG - Battery */
/* style fÃ¼r Tabs. ElektroG */

    .tabs {
      width: 100%;
      margin: 0 auto;
      border: none;
    }
    .box-wrap.tabs{
        border:none;
    }

    /* Tab-Labels */
    .tab-labels {
      display: flex;
      background: #0668AF;
      border-bottom: 1px solid #ccc;
    }

    .tabs input[type="radio"] {
      display: none;
    }

    .tabs label {
      flex: 1;
      text-align: center;
      padding: 2px 5px;
      background:#0668AF;
      color:#fff;
      cursor: pointer;
      font-weight: bold;
      font-size:14px;
      border-right: 1px solid #ccc;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      box-sizing: border-box;
    }

    .tabs label:last-child {
      border-right: none;
    }

    /* Fixierte HÃ¶he fÃ¼r Labels */
    .tab-labels {
      height: 40px;
      align-items: center;
    }

    /* Aktiver Tab */
    /*.tabs input[type="radio"]:checked + label {*/
    .tabs input:checked + label {
      background: #fff;
      color: #0668AF;
      border-bottom: 0px solid #fff;
      position: relative;
      top: 1px;
    }

    /* Inhalte */
    .tabs .tab-content {
      display: none; 
      padding: 20px;
      background: white;
      border: 1px solid #ccc;
      font-weight:normal;
    }

/* style fÃ¼r Tabs. ElektroG ENDE */
/* style fÃ¼r Tabs. ElektroG ENDE */



/*MAGNALISTER KORREKTUREN */
.magna_property_item span{
    display:inline-block;
    padding:4px 5px;
}
.magna_property_name{
    width:200px;
    font-weight: bold;
}
.magna_properties_list .odd{
    background-color:#f5f5f5;
}

table tr[data-src=""]{
    display:none;
}
table tr[data-src="Array"]{
    display:none;
}
table tr[data-src^="#VALUE"] {
    display: none;
}

.product--description.product--properties.product--details{
    border:none;
}


@media screen and (max-width: 1100px){
    /*button angebote + newsletter*/
    .art-quickview-box .button {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1006px){
    /*HEAD*/
    .slogan, .top-right{
        display:none;
    }
    #catchphrase{
        margin-top: 1rem;
    }
    #catchphrase span:nth-of-type(1){
        font-size: 2.5rem;
        margin-left:0;
    }
    #catchphrase span:nth-of-type(2){
        font-size: 1.5rem;
    }
    #catchphrase span:nth-of-type(1){
        font-size: 2.5rem;
    }
    #catchphrase span:nth-of-type(1){
        font-size: 2.5rem;
    }
    .desc p{
        /*margin-top:0;*/
    }
    .header-bg .container{
        text-align:center;
    }
}

@media screen and (max-width: 768px){
/*ALLGEMEIN*/
    /*div[class^='col-'], .container-fluid,.container {
        padding-left: 0;
        padding-right: 0;
    }
    footer div.container > div > div{
        padding-left:15px;
        padding-right:15px;
    }
    .desc span{
        margin:0 2%;
    }*/

/*TABS*/
    .tabs li a {
    display: block;
    width: 100%;
        border-bottom:none;
        padding-top:8px;
        padding-bottom:8px;
    }
    .tabs li:first-child a, span:target ~ .tabs li:first-child a{
        border-bottom:none;
    }
    .tabs li:last-child a{
        border-bottom:1px solid #dadae5;
    }
    .weitere-angebote .col-md-3{
        margin-bottom: 4rem;
    }
/*ARTIKEL*/
    .art-quickview-box h2{
        /*font-size: 0.8rem;*/
    }
    #main_image{
        min-height:260px;
    }
    .sidebar-service, 
    .sidebar-legend,
    .sidebar-rating,
    .sidebar-ebay{
        padding-left:15px;
    }
    
}


@media screen and (max-width: 500px){
    /*HEADER*/
    .header-bg h1 img{
        width:90%;
    }
    .header-bg .desc p{
        font-size: 1.2rem;
        margin-top: 0;
    }
    .desc p:last-child span{
        margin:0 0;
        font-size: 0.8rem;
        font-weight: lighter;
    }
    .desc span{
        letter-spacing: 0;
    }
    .header-bg .slogan{
        /*display:none;*/
    }
    #catchphrase{
        height:auto;
        vertical-align:top;
        width:70%;
    }
    #catchphrase span:nth-of-type(1){
        font-size: 2rem;
    }
    #catchphrase span:nth-of-type(2){
        font-size: 1rem;
        margin-left: 1rem;
    }
    #catchphrase span:nth-of-type(3){
        font-size: 2rem;
    }
    #catchphrase span:nth-of-type(4){
        font-size: 1rem;
        margin-left: 1rem;
        margin-top: 0;
    }
     
    
}
