@charset "utf-8";
body,
input {
//font-family: Verdana, Arial, Helvetica, sans-serif;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    margin: 0;
    font-size: 16px;
}

body {
    color: rgb(57 57 57);
    background-color: #ffffff;
    align-items: center;
    /* font-family: sans-serif; */
}

div#s_markeAll {text-align: center;font-weight: 600;margin-top: 14px;text-decoration: underline;}

:root {
    color-scheme: light only;
    --FRosa: #b73939;
    --FRosaSale: #c8c0b7;
    --FRosaHoov: #c13654;
    --FGruen: #647463;
    --FGruenL: #8a9d65bf;
    --FGruenDis: #b4c98b;
    --FGruenHov: #80a042;
    --FGruenMarke: #778f64;
    --FHellGrau: #f0f0f0;
    --FHellRosa: #ac2f55f0;
    --FHellGruen: #ECF0E4;
    --FBeige: #dbcdbc;
    --FVIP1:#DAC689;
    --FVIP2:#aa9863;
    --FVIP3:#dac68963;
}
/*
:root {
     color-scheme: light only;
     --FRosa: #b29e87;
     --FRosaSale: #D55567;
     --FRosaHoov: #ee7170;
     --FGruen: #839464;
--FGruenL :#8a9d65bf;
--FGruenDis: #b4c98b;
--FGruenHov: #a4907c;
 --FGruenMarke:  #76933d;
--FHellGrau:#f0f0f0; 
 --FHellRosa:#F7E1E1;
 --FHellGruen: #ECF0E4;
}
*/

input {
    /* color: #222; */
    /* padding: 2px; */
}

input:focus
{
 outline: 1px solid #fff;
}

html {
    background: #fff; 
}

li {
    list-style: none;
    background: no-repeat left
}

ul {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    color: #000;
    /* text-align: center; */
}

.noScroll
{
  overflow: hidden;
}
.text-center {
    text-align: center
}

.ajaxLaden{
  background: url(https://www.papiton.de/bilder/ajax-loader-4.gif) no-repeat center center;    
 height:100px;
    width:80px;
}

a:hover {
    text-decoration: underline
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 20px
}

h3,
h4 {
    margin: 0;
    font-size: 16px;
    /* border-top: 1px solid #ccc; */
    font-weight: 700;
}

h3 {
    padding: 4px 0
}

button{
    margin:0;
    padding: 0;
    background: none;
}

div#blenden {display:none;}

div.ausblenden
{
 position:fixed;
 top:0;
 bottom:0;
 left:0;
 right:0;
 opacity: 65%;
 background-color: #f3f3f3;
 z-index: 99;
}

#kopfz {
    text-align: center;
    /* background-size: 300px 100px; */
    /* background-color: #689e0f9c; */
    /* padding: 4px 0 3px 0; */
    /* font-stretch: extra-expanded; */
    /* font-family: "Helvetica Neue", "Lucida Grande", Arial; */
    /* font-stretch: expanded; */
    letter-spacing: 2.8px;
    font-weight: 500;
    /* height: 23px; */
    top: -40px;
    position: relative;
    font-size: 15px;
}

 #kopfz a {
    /* color: black; */
}
#kopf23
{
 position:relative;
}
#kopfz {
    color: #554545;
    /* justify-content: space-between; */
    /* grid-column-gap: 11px; */
    width: auto;
}

#kopfz a
{
 color:white;
}
.kopfcont
{display:grid;/* justify-content: stretch; *//* padding: 7px 0; */}

.kopfcont5
{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.kopfcont4
{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.kopfcont3
{
    grid-template-columns: 1fr 1fr 1fr;
        
}
.kopfcont2{
    grid-template-columns: 1fr 1fr;
}
.kopfcont1
{
    grid-template-columns: 1fr;
        
}

.prozko{
        /* transform: rotate(357.8deg); */
        background-color: white;/*var(--FRosaSale);*/
        color: #000000;
        display: inline-block;
        /* border-radius: 2.5px; */
        padding: 0px 4px 0px 4px;
        /* font-size: 12px; */
        /* border-left: 2px solid white; */
}

.kopfzCon::after{
 content:' |';
}

.kopfcol{
    /* color: black; */
    display:inline-block;
    /* width: 100%; */
    height: 22px;
    padding: 8px 0 4px 0;
}

.kopfcol a:hover{
    text-decoration:none;
}
.kopfcol1{
    background-color: var(--FGruen);
    /* background-size: 307px 92px; */
}
.kopfcol2{
    background-color: var(--FRosa);
    /* background-size: 307px 92px; */
}
.kopfcol, .kopfcol1 a{
 color: #607D8B;
}

.kopfcol1 a:hover{
    text-decoration: underline; 
 /*   color: #d79797;*/
    /* background-size: 307px 92px; */
}
.kopfcol1 .prozko
{
    /* background-color: #e785b2; */
}
.kopfcol2 .prozko
{
    background-color: --FRosaSale;
    /* font-size: 14px; */
}
.kopfcol3 .prozko
{
    background-color: #cd544c
}


.kopfcol3{
    background-color: #dbdbdb;
}
.kopfcol4{}
.kopfcol5{}

div#kopfz {
    display: none;
}

div#kopf23 .kopf23Close
{
  display: none;
  color:white;
}

.kopf23Close
{
  position:absolute;
  top: -6px;
  right: 15px;
  rotate:45deg;
  font-size: 30px;
  cursor:pointer;
  border: none;
}

.kopf23Close::after
{
 content:'+'; 
}
div.cl_wk_K:hover {
  /*  background-color: #729a31e6*/
}

div#seite14 {
    margin: 0 auto;
    /* max-width: 1600px; */
    position: relative;
    /* padding: 0 25px; */
    /* vertical-align: top; */
}

#s_oben14 {
    position: relative;
    /* min-height: 44px; */
    z-index: 999
}

#oben_akt2 {
    /* position: absolute; */
    /* background: url(https://www.papiton.de/bilder/weihnachtslieferzeiten-21-12.gif) no-repeat left top; */
    /* display: none; */
    /* height: 64px; */
    /* width: 154px; */
    z-index: 1001;
    /* top: 68px; */
    /* right: 71px; */
    cursor: pointer;
    overflow: visible;
}

#kopfz2 {
    min-height: 71px;
    display: inline-block;
    /* flex-flow: wrap; */
    /* align-items: center; */
}

#s_obenlogwk {
    /* width: 50%; */
    position: relative;
    /* right: 0; */
    /* height: 66px; */
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 5px;
    justify-content: end;
}

.logwk_txt {
    display: none
}

#s_obenlogwk div.doben2020 {
    display: inline-block;
    text-align: right;
}

#s_obenlogwk a :hover,
#s_obensprache #spr_txt:hover {
    text-decoration: underline
}

#s_obensprache :hover {
    cursor: pointer
}

#kopfz2 .doben2 {

}

#s_obenkleintxt
{
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
    font-size: 0.65em;
    /* margin: 3px 0 0 0; */
    /*background-color: #f0f0f0;*/
 background-color:white;
    padding: 5px 0;
}

#dnavo {
    z-index: 1020;
    /* width: 400px; */
    /* height: 27px; */
    border: none;
    /* border-bottom: 1px solid #ccc; */
    /* overflow: hidden; */
    margin: 0 0 2px 0;
    width: 100%;
}

table.VipTab
{
    /* border : 1px solid; */
    border-collapse:collapse;
    margin: 9px 0;
}

table.VipTab tr.tr1 td
{
  padding: 3px 0 4px 0;    
}

table.VipTab tr.tr1, table.VipTab tr.tr3
{
    background-color: #f5f5f5;
    /* border-top: 1px solid; */
    /* border-bottom: 1px solid; */
}
table.VipTab tr.tr3
{
    
    /* border-top: 1px solid; */
    /* border-bottom: 1px solid; */
}

.dnav_1 {
    overflow: visible;   
    border: none;
    margin: 0
}

.dnav_1 a {
     opacity:0.4; 
}

.dnav_0 {
    overflow: hidden;
    border: none;
    margin: 0
}

#navo,
#navo15 {
    width: 100%;
    z-index: 1020;
    display: grid;
    /* grid-column: auto; */
    /* grid-column-end: 8; */
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: repeat(11,auto);
}



ul#navo li {
    list-style: none;
    display: inline;
    padding: 3px 2px 3px 2px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}



ul#navo li:first-child {
    /* padding: 2px 20px 8px 0; */
 grid-column: 1 / span 2;
}

ul#navo li:nth-child(n+2)
{
 grid-row:2;
}


ul#navo li:last-child {
    /* border-left: 1px solid #444; */
}

#kopfzu
{
    display:grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    /* margin: 5px 0; */
    /* border: 1px solid #ddd; */
    padding: 0 1px;
}

.MsubMo2 
{
 /* background-color:lightpink; */
}
.ModeDesk3
{
 /* font-weight:600;*/
  background-color:#ffe6ea; 
/* border-left: 3px solid #pink;*/
}
.arrow23 {
    /* position: absolute; */
    /*border: 3px solid #999;*/
    /* right: 24px; */
    /*transform: rotate(45deg);*/
}

.arrow-l-23 {
    /*border-right: none;*/
    /*border-top: none;*/
    /* left: 24px; */
    /* top: 10px; */
 /* background: url(https://www.papiton.de/Bilder/pfeil-links.svg) no-repeat center left; */
    width: 15px;
    height: 15px;
}


.arrow-r-23, .arrow-r-23-w {
 /*background: url(https://www.papiton.de/Bilder/pfeil-rechts.svg) no-repeat center left;
 /*border-left: none;
    border-bottom: none;*/
 right: 35px;
 position: absolute;
 width: 14px;
 height: 14px;
}
.arrow-r-23 {
 background: url(https://www.papiton.de/Bilder/pfeil-rechts.svg) no-repeat center left;
    
}
.arrow-r-23-w {
 background: url(https://www.papiton.de/Bilder/pfeil-rechts-weiss.svg) no-repeat center left;
    
}

div#dnavo {
    text-decoration: none;
    display: none;
}

#navoMob
{
  /* padding-left: 22px; */
}


div#dnavoMob, div#s_obensuche14Dsk, #FilConOb 
{
    position:fixed;
    z-index: 999999;
    background: white;
    height:100%;
    top: 0px;
    left: 0;
    width: 75%;
    max-width: 450px;
    /* min-width: 300px; */
    /* border: none; */
    /* font-weight: bold; */
    /* overflow-y: auto; */
    /* visibility: hidden; */
}

#innerNavMob, #s_oSuchInnerDsk, #FilConObInner
{
        /* width: 100%; */
        height: 100%;
        overflow-y: auto;
        /* border: 1px solid #0A246A;*/
        padding-left: 9px;
    }

div#FilConOb
 {
  display:none;
 }

.subMob 
{
        /* top: 82px; */
        /* overflow: scroll; */
        position: relative;
}
.subMobInner 
{
        overflow-y: scroll;
        height: 100%;
        /* position: absolute; */
}




span.menusvgC, span.SubMsvgC, span.KleiMenSvgC
{
    display:inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

span.menusvgC
{
    width: 47px;
    height: 26px;
    margin-right: 9px;
}

span.SubMsvgC
{
    width: 23px;
    height: 23px;
    margin-right: 8px;
    margin-top: 0px;
}

span.KleiMenSvgC
{
    width: 35px;
    height: 35px;
    margin-right: 19px;
    margin-top: 0px;
}

span.Klei_hemd_svg 
{
  background-image: url(https://www.papiton.de/Bilder/hemd.svg);
}
span.Klei_hose_svg 
{
  background-image: url(https://www.papiton.de/Bilder/hose4.svg);
}
span.Klei_jacke_svg 
{
  background-image: url(https://www.papiton.de/Bilder/jacke.svg);
}
span.Klei_muetze_svg
{
  background-image: url(https://www.papiton.de/Bilder/muetze.svg);
}
span.Klei_pullover_svg
{
  background-image: url(https://www.papiton.de/Bilder/pullover.svg);
}
span.Klei_kleid_svg
{
  background-image: url(https://www.papiton.de/Bilder/kleid.svg);
}
span.Klei_t-shirt_svg
{
  background-image: url(https://www.papiton.de/Bilder/t-shirt.svg);
}
span.Klei_strampler_svg
{
  background-image: url(https://www.papiton.de/Bilder/strampler4.svg);
}
span.Klei_socke_svg
{
  background-image: url(https://www.papiton.de/Bilder/socke.svg);
}
span.Klei_unterhose_svg
{
  background-image: url(https://www.papiton.de/Bilder/unterhose4.svg);
}
span.Klei_pyjama_svg
{
  background-image: url(https://www.papiton.de/Bilder/pyjama.svg);
}

span.Klei_handschuh_svg
{
  background-image: url(https://www.papiton.de/Bilder/handschuhe4.svg);
}

span.Klei_schneeanzug_svg
{
  background-image: url(https://www.papiton.de/Bilder/schneeanzug.svg);
}
span.Klei_bademode_svg
{
  background-image: url(https://www.papiton.de/Bilder/bademode.svg);
}
span.Klei_schuh_svg
{
  background-image: url(https://www.papiton.de/Bilder/schuhe.svg);
}

span.SubmSommer_svg
{
  background-image: url(https://www.papiton.de/Bilder/sonne.svg);
}

span.SubmWinter_svg
{
  background-image: url(https://www.papiton.de/Bilder/schneeflocke.svg);
}

span.baby_svg
{
 background-image: url(https://www.papiton.de/Bilder/baby4.svg);
 }
span.maedchen-kleidung_svg
{
 background-image: url(https://www.papiton.de/Bilder/maedchen.svg);
 }
span.jungen-kleidung_svg
{
 background-image: url(https://www.papiton.de/Bilder/junge.svg);
 }
span.oekologisch_svg
{
 background-image: url(https://www.papiton.de/Bilder/blatt3.svg);
 }
span.skandinavisch_svg
{
 background-image: url(https://www.papiton.de/Bilder/elch.svg);
 }
span.jahreszeit_svg
{
 background-image: url(https://www.papiton.de/Bilder/jahreszeit.svg);
 }
span.spielzeug_svg
{
 background-image: url(https://www.papiton.de/Bilder/teddy.svg);
 }
span.meinkonto_svg
{
 background-image: url(https://www.papiton.de/Bilder/login-mini.svg);
 background-size: 25px;
 }
span.ueberuns_svg
{
 background-image: url(https://www.papiton.de/Bilder/papiton-mini2.svg);
 background-size: 36px;
 background-repeat: no-repeat;
 }

span.menusvgC.ueberuns_svg {}

span.menusvgC.ueberuns_svg {}

span.infomob_svg
{
 background-image: url(https://www.papiton.de/Bilder/infomob.svg);
 }
span.vipmob_svg
{
 background-image: url(https://www.papiton.de/Bilder/vipmob3.svg);
 background-size: 36px;
 background-repeat: no-repeat;
 }

'','.svg','.svg'
/*
,'','','','','','marken.svg',''
*/
.lisubM
{
     /* padding: 3px 0 0 10px; */
}

li.dnavMob_0,li.lisubM,li.subHead
{
    /* border-bottom: 1px solid #ccc; */
    cursor: pointer;
}

li.dnavMob_0
{
    
    /* background: #e88ab5; */    
    
}

li.dnavMob_0
{
    height: 36px;
    padding: 13px 0 7px 13px;
}



#navoMob__14,#navoMob__11,li#navo__14
{
 /* display: none !important; */
}

li.lisubM
{
    height: 40px;
    font-size: 18px;
    padding: 6px 0 6px 13px;
}

.dSubMalle
{
 /* height:100%; */
 padding-top: 6px;
}

.SubMenuClose
{
  width:30px;
  height: 30px;
  /* display: inline-block; */
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 11px 12px 0px 14px;
  cursor: pointer;
}

.spSubMHeadCon
{
 display:flex;
 align-items: center;
 margin-left: 32px;
}

.lisubHead
{
    padding: 6px 0 0 19px;
    font-size: 22px;
    /* border-top: 1px solid #ccc; */
    height: 31px;
    background-color: #eee;
}


#subMarkeMobC
{
 padding: 4px 15px 4px 54px;
}

.subMarkeH1
{font-weight: 600;margin-bottom: 4px;}
.ulsmenu
{
  /* columns: 2; */
  pading-left: 20px;
}

.mnMarke span
{
  display:inline-block;
}

.mnMarke
{
  padding-left: 40px;
}
.mnMLetter
{
  margin-top: 7px;
}

.spMLetter
{
 /* font-weight: bold; */
 color: #aaa;
 font-size: 19px;
}

.spTopM,.spNeuM
{
 margin: 0 0 0px 10px;
 padding: 1px 3px;
 rotate: -3deg;
 font-size: 12px;
 border-radius: 3px;
}

.spNeuM
{
 background-color: var(--FGruen);
}

.spTopM
{
 background-color: #daa5205e;
}

li.mnMarkeTop
{
  height: 62px;
  margin-top: 5px;
  text-align: center;
}

li.mnMarkeTop img
{
    /* height: 42px; */
    width: 100px;
}

.spSubMCon
{
  display:flex;
  align-items: center;
  position: relative;
  padding: 6px 0;
}

.spSubM
{
    /* padding-bottom: 13px; */
    /* margin-bottom: 13px; */
    display: inline-block;
    /* height: 78px; */
    font-size: 18px;
    font-weight: 500;
    margin-left: 16px;
}

.MsubMode
{
 /* font-weight:700; */
 font-size:20px;
}
.mnMode ,.MsubMo2,.MnSonst 
{
 /* grid-column-end: span 11; */
 background-color: var(--FHellGrau);
}
.MnEtc
{
 background-color: var(--FGruen);
}

.mnMarken 
{
 background-color: var(--FGruen);
}
.mnMarken a, .MnEtc a
{
 color: #ffffff;
}
.navNeu a, .navSale a 
{
 color: white; /*var(--FGruen);*/
}


.mnNeu 
{
 background-color: var(--FGruen);
}
.mnSale 
{
 background-color: var(--FRosa);
}
.mnSale , .mnMode, .mnMarken
{
 border-right: 4px solid white;
}

.mnSale ,  .mnMarken, .MnEtc
{
 border-left: 4px solid white;
}

.MsubMo2Mob
{
 background-color:#fff4f6;
}

li.LiMsubNeu, .subHeadNeu
{
  background: var(--FGruen);
     /* color: rgb(221 125 169); */
}

.LiMsubSale, .subHeadSale
{
      
     background: var(--FRosa); 
      /* color: white; */
}



.subHeadNeu .spSubM,.subHeadSale .spSubM
{
     letter-spacing: 5px;
     color: white;
   
}

.MsubNeu,.MsubSale
{
     font-weight: 500;
     letter-spacing: 5px;
     color: white;
}


.MsubNeu,.MsubSale,.MsubMarke
{
     
     padding: 3px 0 0 11px;
     
}

.subHeadMarke
{
 /* background-color:white; */
 padding-left: 39px;
}

.MsubMarke, .subHeadMarke .spSubM, .dSubMalle
{
 //   color: #9ab76b;
    color:var(--FGruen);
    font-weight: 500;    
    letter-spacing: 2px;
}

.dSubMalleDesk
{
    color: #9ab76b;
    font-weight: 700;
    letter-spacing: 2px;
}

.subMarke
{
 /* padding-left: 10px; */
}

.SubMenImg
{
    width: 30px;
    margin-right: 8px;
}

#s_grptitel,
#s_grptitel_i {
    font-weight: 10;
    margin: 10px 0
}

#s_grptitel {
    padding: 15px 0 0
}

div[id^=dnavo__] {
    position: absolute;
    top: 99px;
    z-index: 1010;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff
}

div#s_oben {
    height: 114px;
    width: 1010px;
    top: -1px;
    left: 0;
    z-index: 999
}

#s_logo,
#s_logo_ssl {
    height: 66px;
    width: 213px;
    /* min-width: 70px; */
    /* max-width: 200px; */
    /* top: 10px; */
    left: 0;
    z-index: 999;
    cursor: pointer
}

#s_logo,
#s_logo_ssl,#s_logoBest {
 /* background: url(https://www.papiton.de/Bilder/papiton-logo-23-7.svg) no-repeat center top; */
 background: url(https://www.papiton.de/Bilder/papiton-logo-24.svg) no-repeat center top;
 background-size: 185px;
 /* position: absolute; */
}

    #s_obenspr_dt {
        display: none;
        position: absolute;
        border: 1px solid #ccc;
        padding: 8px 18px;
        background-color: #fff;
        margin-top: 6px
    }
    #s_obenspr_dt .sprp_o {
        display: block;
        text-align: left;
        width: 100px;
        height: 20px
    }
    #s_obenspr_dt .sprp_sel {
        font-weight: 700
    }

#s_obensuchcDsk
{
    /* margin-right: 69px; */
    grid-area: such;
    cursor: pointer;
}

#s_obensuchcMob
{
    padding-right: 14px;
}

.DivSuch{
    /* display: grid; */
    grid-template-columns: 9fr 1fr;
    height: 37px;
    align-content: center;
}
    .DivSuch, #edsu__Dsk {
        /* background-color: rgb(244, 245, 247); */
    }    

.secarch_section
{
    display: flex;
    /* width: 280px; */
    margin: 2px 0 0 2px;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid black;
    border-radius: 1px;
    padding: 1px 5px 1px 3px;
    /* left: 2px; */
    /* width: 98%; */
}
#s_obensuche14Mob
{
 /* height: 19px; */
 padding: 2px;
}

#s_obensuche14Dsk
{
 display:none;
}
.divSuch14 {
    /* width: 331px; */
    /* min-width: 100px; */
    /* height: 22px; */
    /* top: 89px; */
    /* right: 20px; */
    text-align: center;
    /* padding: 1px 5px; */
    display: inline-block;
    /* margin: 12px 0 0 0; */
    padding: 4px 5px 8px 15px!important;
    /* border-radius: 0px!important; */
    /* border: none; */
}


div.cl_textwkOP_E {
    background-color: var(--FGruen);
}

#s_obenwk {
    background-image: url(https://www.papiton.de/Bilder/warenkorb23d.svg);
    /* background-position: center top; */
    /* background-size: 36px; */
}

#s_obensprache {
    /* background: url(https://www.papiton.de/Bilder/weltkugel-22.svg) no-repeat right top; */
    background-size: 27px;
}

.obenktxt
,.obenktxt a{
    /* color: rgb(161,161,161); */
}

.obenktxt
{
    display:inline-block;
    margin: 0 4px;
}

div.ueberuns
{
 display:none;
}

#s_obenlogin {
    background-image: url('https://www.papiton.de/Bilder/login23d.svg');
    /* background-position: center top; */
    /*background-size: 36px;*/
    /* width: 84px; */
    /* padding-top: 10px; */
    /* right: 152px; */

}

.men2Utxt
{
 text-align:center;
 font-size: 0.8em;
 display: none;
}

div#wkwk-t {
    /* margin: 5px 5px 0 0; */
}

#info_o1 {
    padding-left: 10px
}

#s_info_o {
    top: 33px;
    left: 295px;
    width: 550px;
    height: 60px
}

#s_info_o1 {
    top: 0;
    left: 0
}

#s_info_o2 {
    top: 0;
    left: 240px
}

#s_info_o3 {
    top: 20px;
    left: 0
}

div#s_seite {
    top: 0;
    left: 0;
    z-index: 50
}

#s_unten14 {
    margin-top: 30px;
    clear: both
}

#s_oben a:hover,
#s_oben14 a:hover,
#s_unten14 a:hover,
#s_unten2 a:hover {
    text-decoration: underline
}

#pager
{
 /* background-color: #f6f6f6; */
 text-align: center;
}
.PagNr
{
 padding: 0 7px;
}

div.PagMehr 
{
 cursor:pointer;
 margin-bottom: 5px;
 margin-left: auto;
 margin-right: auto;
max-width:600px;
  
}

div.PagMehr span
{
 display:block;
 cursor:pointer;
 border:3px solid var(--FGruen);
 padding: 3px 0;
 /* margin-bottom: 5px; */
 width: 98%;
 /* margin-left: auto; */
 /* margin-right: auto; */
 background-color: var(--FGruen);
 color: white;
}


div.PagMehr span:hover
{
 text-decoration:none; 
 background-color: white;
 color:black;
}

div.PagMehr  a
{
 text-decoration:none; 
}
.PagAktSeite
{font-weight: 700;}

[id^=btsuch],
span[id^=bt] {
    border-radius: 2px;
    padding: 3px 4px;
    margin: 2px;
    background-color: var(--FGruen);
    border-width: 1px;
    cursor: pointer;
    color: #fff;
    z-index: 50;
    right: 0
}

.faded
{
  /* opacity:0.8; */
  color: #eee;
  background-color: var(--FGruenDis);
}

#btsuch_fil23
{
 position: sticky;
 /* left:0; */
 bottom: 4px;
 /* top: 0; */
 text-align: center;
 /* width: 90%; */
 /* margin: 0 6px; */
 padding: 10px 4px;
 font-size: 20px;
 /* top: 11px; */
}

span[id^=bt]:hover {
  /*  background-color: #694;*/
}

#btsucheo:hover {
    background-color: #fff
}

#btsucheo,
#edsu__Mob,#edsu__Dsk {
    display: inline-block;
    /* position: absolute; */
}

#edsu__Mob, #edsu__Dsk {
    padding: 2px;
    border: none;
    width: 95%;
    /* left: 5px; */
    /* top: 0px; */
}

#edsu__Dsk:focus
{
  color:black;
 font-weight:500;
}

span.LupeDsk {
    margin: 0;
}

#s_inhalt,#s_inhalt2
{
 padding: 0 20px;
}

div#s_unten2 {
    height: 200px;
    padding: 10px;
    position: relative;
    text-align: justify;
    background-color: #fff
}

[id^=lm_karu__] {
    visibility: visible;
    overflow: hidden;
    position: relative
}

@-webkit-keyframes mband {
    0% {
        left: 0
    }
    99% {
        left: -5500px
    }
    100% {
        left: 0
    }
}

h3,
h4 {
    font-size: 16px
}

div[id^=taLul__] {
    border: 1px solid #fff
}

div[id^=taLul__]:hover {
    border-color: gold;
    color: #000
}

#s_unten_ul {
    border: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    min-height: 115px;
    margin: 0 0 20px 0
}

#s_unten_ul {
    display: FLEX;
    align-items: CENTER;
    justify-content: CENTER
}

#s_unten_ul a[href*=instagram] {
    visible: hidden;
    display: none
}

#s_unten_ul2 {
    text-align: center
}

#s_unten_ul2 a {
    padding: 5px
}

#s_unten_ul li {
    min-width: 200px
}

.suchvors {
    z-index: 99999;
    background: #fff
}

.suchvors li {
    display: block
}

.suchvors ul {
    padding: 3px 8px 3px 8px;
    margin: 0
}

.suchvors {
    border: 1px solid #ccc;
    /* top: 68px; */
    right: 0;
    position: relative;
    text-align: left;
    background-color: white;
    display: none;
    font-size: 14px;
    width: 100%;
}
.suchVCon
{
 padding: 0 10px;
}


div.cl_wk_K {
    position: absolute;
    right: 3px;
    bottom: 17px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 110;
    background: url(https://www.papiton.de/Bilder/wkliste23f.svg) no-repeat center center;
    background-size: 20px;
    padding: 0;
    /* border-radius: 13px; */
}

li[id^=m_] {
    cursor: pointer;
    border: 1px solid #666;
    text-align: center;
    vertical-align: middle;
    top: 1px
}

li[id^=m_li_kgr] {
    min-width: 17px;
    margin: -3px 9px 3px 0;
    display: inline-block;
    border-radius: 1px;
    padding: 2px 5px 3px 5px;
    /* z-index: 99999; */
}

#eea_op__1 li[id^=m_li_kgr] {
    
    margin: 3px 9px 1px 0;   
    
    /* z-index: 99999; */
}

div[id^=a_op__] li {
    padding-top: 2px;
    font-size: 10px
}

li[id^=m_li_kgr].kgr_1:hover,
li[id^=m_li_kgr].kgr_0:hover,li[id^="m_"].kgr_1 {
    border-color:black;
    color: black;
    padding: 1px 4px 2px 4px;
    border-width:2px;
}

div[id^=m_s] {
    width: 70px;
    height: 20px;
    padding-top: 5px
}

div[id^=m_s2] {
    left: 80px
}

div[id^=a_art] {
    position: absolute;
    left: 11px;
    top: 22px;
    width: 650px;
    height: 302px;
    border: 1px solid #666;
    font-size: 14px
}

div[id^=a_rahm_] {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #999;
    background: 0 0;
    display: none;
    overflow: hidden;
    /* z-index: 99999999; */
    border-radius: 3px
}

div.a_ra_1 {
    width: 100%;
    height: 100%
}

div.a_ra_2 {
    width: calc(100% + 40px);
    height: 100%
}

div.a_ra_3 {
    width: 100%;
    height: calc(100% + 50px)
}

div.a_ra_4 {
    width: calc(100% + 40px);
    height: calc(100% + 48px)
}

div.a_min_krz {
    height: 100%
}

li[id^=m_].kgr_2 {
    /* background: url(https://www.papiton.de/bilder/inaktiv-gr.gif) no-repeat center; */
    background-size: contain;
    color: #666;
    opacity: .5;
    cursor: pointer;
    text-decoration: line-through;
}

div[id^=a_lis] {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: visible;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 3px;
    min-width: 17.9%;
    max-width: 252px;
    margin: 10px;
    /* z-index: 99999999; */
}

#divwkW
{
    /* border: 1px solid #aaa; */
    /* margin-top:10px; */
}
div[id^=a_aktion] {
    display: none
}

div[id^=a_img] {
    top: 4px;
    right: 5px
}

div[id^=a_op] {
    right: auto!important;
    height: 48px;
    width: calc(100% - 1px);
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    padding-top: 0;
    margin: 0;
    bottom: -49px;
    z-index: 9999;
}
.kgclose
{
 rotate:45deg;
 position: absolute;
 top: -8px;
 right: -4px;
 font-size: 20px;
 cursor: pointer;
 display: none;
}

div[id^=a_op] ul {
    margin: 1px 2px 0 2px;
    display: inline-block;
    padding: 0;
    max-width: 250px;
    /* z-index: 9999999; */
}

div.cl_preis_K,
div.cl_preis_redu {
    height: 26px;
    padding: 6px 0 12px 0;
    font-size: 15px;
    text-align: left;
}
div.cl_textwk_L,div.cl_textwkOP_L
{
 position: absolute;
 color:white;
 padding: 2px 6px;
 font-size: 14px;
 /* top: 0; */
 z-index: 999;
}
div.cl_textwkOP_L
{
 background-color: var(--FGruen);
}
div.cl_textwk_L
{
 background-color: var(--FRosa);
 
}
div.cl_preis_redu .cl_euroL {
    color: var(--FRosa);
}

div[id^=eea_].cl_neu {
    color: #729a31;
    text-align: right
}

div[id^=a_glink] {
    display: none;
    position: absolute;
    top: 3px;
    padding: 1px;
    right: 40px;
    background-color: #fff;
    text-align: left;
    width: 146px
}

div[id^=a_glink] a {
    font-size: 11px;
    color: #555
}

div[id^=agroe] {
    position: absolute;
    left: 0;
    top: 54px;
    height: 16px;
    width: 300px;
    z-index: 9999
}

div[id^=a_text] {
    position: absolute;
    left: 189px;
    top: 49px;
    width: 314px;
    overflow: hidden;
    line-height: 1.1em
}

div[id^=a_her] {
    position: absolute;
    width: 60px;
    height: 28px;
    right: 110px;
    top: 265px
}

div[id^=a_menge] {
    position: absolute;
    left: 511px;
    top: 234px;
    width: 125px;
    height: 28px
}

div[id^=a_sonderp] {
    position: absolute;
    left: 532px;
    bottom: 113px;
    width: 74px;
    height: 22px;
    color: red;
    text-decoration: line-through
}

div[id^=a_far] {
    position: absolute;
    top: auto;
    width: 42px;
    height: 197px;
    z-index: 11;
    right: 191px
}

div[id^=fas] {
    position: absolute;
    right: 214px;
    top: 52px;
    width: 70px;
    height: 16px
}

div[id^=a_fagr] {
    position: absolute;
    left: 35px;
    top: 205px;
    width: 279px;
    height: 107px;
    z-index: 10
}

#l_vip_div {
    margin: 20px 0;
    position: relative
}

#l_vip_N,
#l_vip_S {
    padding: 15px 0;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

#l_vip_N {
    background-color: #cd7f32;
    background: linear-gradient(#cd7f32, #8a5521)
}

#l_vip_S {
    background-color: gold;
    background: linear-gradient(gold, #daa520)
}

#l_vip_text {
    text-align: right;
    margin-left: 1%
}

#l_vip_text {
    color: #daa520;
    font-size: 22px;
    font-weight: 700;
    margin-left: 0;
    border-right: 5px solid #daa520!important;
    position: absolute;
    height: 50px
}

div.cl_textwkOP_E,
div.cl_textwk_E,






div.cl_textwk_E {
    background-color: var(--FRosa);
}

.vipgold,
a.vipgold {
    font-size: 16px
}

.vipgold2 {
    font-size: 24px
}

.vipgold3 {
    font-weight: 700
}

#dVIPinfo {
    position: absolute;
    border: 1px solid #a06f09;
    background-color: #fffefd;
    padding: 10px 20px;
    max-width: 560px;
    border-radius: 5px;
    z-index: 9999
}

#dVIPinfo a {
    text-decoration: none
}

div#s_unten2 {
    position: absolute;
    width: 993px;
    left: -180px
}

div#s_unten_rel {
    width: 993px;
    height: 60px;
    padding: 10px;
    border-top: 5px solid #000
}

#neuheiten,
#nursale,
div[id^=schlagdiv] {
    border-bottom: 1px solid #ccc;
    padding: 2px 0 2px 0
}

div[id^=men_] {
    margin-bottom: 2px
}

li[id^=m_li_mngr] {
    padding: 2px 0 0 0;
    margin: 2px;
    border-radius: 4px;
    border-style: solid;
    border-color: #ccc;
    width: 43px;
    height: 19px
}

li[id^=m_li_mngr]:hover {
    background-color: #e3fbe4
}

div[id^=menh_] {
    height: 18px;
    padding: 2px 0 0 3px;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    cursor: pointer;
    color: #333;
    background-color: #eee;
    font-family: Verdana, Arial, sans-serif
}

div[id^=btsuch000] {
    position: relative;
    right: 2px;
    top: 30px;
    height: 16px;
    width: 25px;
    border-radius: 2px;
    padding-left: 4px;
    background-color: #390;
    border-width: 1px;
    cursor: pointer;
    color: #fff
}

li[id^=m_mngr] {
    width: 35px;
    height: 20px;
    padding-top: 5px;
    font-size: .9em
}

div[id^=m_s] {
    width: 70px;
    height: 20px;
    padding-top: 5px;
    font-size: .9em
}

div[id^=m_s2] {
    left: 80px
}

div[id^=a_art] {
    position: absolute;
    left: 11px;
    top: 22px;
    width: 650px;
    height: 302px;
    border: 1px solid #666;
    font-size: .9em
}

#a_mini_2__1 {
    position: absolute;
    left: 1px;
    width: 348px;
    min-height: 75px;
    bottom: 0;
    z-index: 10
}

div[id^=agroe] {
    position: absolute;
    left: 365px;
    top: 64px;
    height: 16px;
    width: 300px;
    z-index: 9999
}

div#a_text_6__1 {
    position: absolute;
    left: 365px;
    top: 200px;
    width: 415px;
    height: 281px;
    font-size: 12px;
    overflow: hidden
}

div[id^=a_far] {
    position: absolute;
    top: auto;
    width: 42px;
    height: 197px;
    z-index: 11;
    right: 191px
}

div[id^=fas] {
    position: absolute;
    right: 214px;
    top: 52px;
    width: 70px;
    height: 16px
}

div[id^=a_fagr] {
    position: absolute;
    left: 35px;
    top: 205px;
    width: 279px;
    height: 107px;
    z-index: 10;
    font-size: .8em
}

div#s_unten2 {
    width: 100%;
    margin-top: 15px
}

li[id^=eem_] {
    position: absolute;
    cursor: pointer;
    border: 1px solid #666;
    text-align: center;
    vertical-align: middle;
    top: 1px
}

li[id^=eem_li_kgr] {
    padding-top: 8px;
    font-size: 14px;
    font-weight: 700
}

div[id^=eem_s] {
    width: 70px;
    height: 20px;
    padding-top: 5px;
    font-size: .9em
}

div[id^=eem_s2] {
    left: 80px
}

li[id^=mn_liFil][data-0="1|svip"] {
    display:none;
}


.d-u-t {
    display: inline-block;
    margin: 2px 10px 8px 0;
    padding-bottom: 2px;
    color: #555;
    cursor: pointer;
    font-size: 16px
}

.d-u-t-1,
.d-u-t:hover {
    border-bottom: 4px solid #777;
    color: #333
}

div[id^=eeagroe] {
    z-index: 9999
}

div.cl_wk_E {
    height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 110
}

div.cl_textwkOP_E,
div.cl_textwk_E {
    width: 193px;
    height: auto;
    font-size: 16px;
    padding: 10px 14px
}

div#s_unten2 {
    width: 100%;
    margin-top: 15px
}

.papClose 
{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    font-family:  sans-serif;
    cursor: pointer;
    padding: 2px 4px 0 4px;
    border: none;
}

.cSubTit
{
 position: relative;
 height: 30px;
 padding: 6px 0 5px 22px;
 border: none;
 
}

.cSubTit, .MnEtcMob
{
 background-color: rgb(244, 245, 247);
}
#SuchHead
{
 background-color:white;
}

.h4MobMenu
{
 font-weight: 500;
 font-size: 19px;
 text-align: left;
 /* padding: 3px 0; */
}


.FilGewClose
{
    display: inline-block;
    width: 28px;
    height: 11px;
    cursor: pointer;
    background: url(https://www.papiton.de/Bilder/kreuz.svg) no-repeat right top;
}


.cSubClose
{
    background: url(https://www.papiton.de/Bilder/kreuz.svg) no-repeat center;
    font-size: 31px;
    /* font-weight:bold; */
    color: #555;
    width: 43px;
    height: 18px;
    top: 10px;
    right: 0px;
    /* padding: 3px; */
}

#BtSubClose2
{
 top:10px;
}

div#CoDiaCon
{
    /* background-color: #fddeed; */
    /* padding: 3px 30px; */
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
}

.closeCon
{position:relative;}
#cookDialog
{
 position:relative;
 background-color: rgb(253 222 237);
 padding: 20px;
 width:70%;
 margin: 30px auto;
 top: 86px;
 font-size: 14px;
 }

#cookDialog h5
{font-size: 20px;margin: 0.2em 0 1em 0;}

#SCookie1
{
  padding: 9px 6px;
}

div#DcookieEinst
{
    position: fixed;
    bottom:0px;
    /* height: 24px; */
    /* text-align: center; */
    background-color: #fddeed;
    width: 100%;
    padding: 6px 0px 10px 0;
    z-index: 9999999;
    left: 0px;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 13px;
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    text-align: center;
}

.CookContainer{
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    justify-content: center;
    /* grid-column-gap: 5px; */
}

.cookDiaDet{
    margin: 10px 0;
}




#CookItem1 {
    margin: 12px 7px;
}

#CookItem2{
        /* flex: 1; */
        /* flex-grow: 1; */
        /* flex-shrink: 1; */
        /* flex-basis: 0%; */
}

.BtCook
{
    border: 3px solid white;
    margin: 3px 10px;
    border-radius:4px;
    padding: 3px;
    display:    inline-block;
    cursor: pointer;
}


#BtCookOKSel, #BtCookPref
{
    color:white;
}

.BtCook1:hover
{
    background-color:white;
    color: black !important;
}

.BtCook2
{
    background-color:white; 
}

.cookDiaDiv
{
    margin: 34px 0 -1px 0;
}

.cookBtCon2
{display: grid;grid-template-columns: auto auto;grid-template-rows: auto;justify-content: unset;}


 

span#gototop {
    background-image: url(https://www.papiton.de/bilder/pfeil-oben.svg);
    display: block;
    width: 48px;
    height: 48px;
    background-size: contain;
    position: fixed;
    bottom: 7px;
    left: calc(50% - 24px);
    opacity: 0;
    z-index: 100;
    cursor: pointer;
}

/*
span#gototop a {
    display: block;
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 200
}
*/
span.ueber_titel {
    font-weight: 700;
    padding: 5px 0;
    display: block
}

span.ueber_text {
    display: block
}

div#l_retauf {
    font-size: 14px;
    width: 700px;
    padding: 15px;
    border-color: #000
}

div#l_retauf table {
    width: 100%
}

div#l_retauf table input {
    padding: 5px
}

div#l_retlink {
    border: hidden;
    color: red;
    font-weight: 700
}

div#l_btretauf {
    width: 396px;
    height: 28px;
    background-color: #63ad4b;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 8px;
    margin: 4px auto;
    text-align: center
}

div#l_btretauf:hover {
    text-shadow: #6f0
}

div#l_btretauf,
div#l_retauf {
    border: 1px solid #666
}

.markendiv {
    border-top: 1px solid #ccc
}

.marken-az {
    width: 100%;
    padding: 2px 0;
    list-style: none;
    margin: 1px 1px 1px -5px;
    vertical-align: top
}

.marken-az li {
    width: 131px;
    display: inline-block
}

.marken-kap {
    font-size: 16px;
    font-weight: 700;
    color: #63ad4b;
    text-align: left
}

#markeno2 {
    float: left;
    font-size: 12px;
    margin: 20px 0 0 20px
}

[class*=col-] {
    width: 100%
}

.logwk_txt {
    display: inherit
}

span[id^=nav_] {
    border: none;
    background-repeat: no-repeat
}

span[id^=nav_mode_akt_] {
    width: 227px;
    height: 152px
}

span[id^=nav_trend_akt_] {
    width: 127px;
    height: 152px;
    border: none
}

span[id^=nav_spiel_akt_] {
    width: 127px;
    height: 152px;
    border: none;
    background-size: 100% auto
}

.fuss_info {
    text-align: center;
}

.fuss_ul {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 9px;
}

.fuss_nav_titel {
    margin-bottom: 7px;
    color: #444
}

#u_newsl {
    float: left;
    padding: 18px 15px 18px 90px;
    font-size: 16px
}

#u_newsl input {
    width: 100%;
    margin: 10px 0
}

#u_Insta, .u_Insta {
    background: url(https://www.papiton.de/Bilder/instagram-logo.gif) no-repeat left top;
    width: 29px;
    height: 29px;
    display: inline-block
}

.fuss_sicher span {
    width: 70px;
    height: 29px;
    display: inline-block
}

#u_s_vorkasse {
    background: url(https://www.papiton.de/Bilder/vorkasse60x12.gif) no-repeat right top
}

#u_s_paypal {
    background: url(https://www.papiton.de/Bilder/paypal60x12.gif) no-repeat right top
}

#u_s_visa {
    background: url(https://www.papiton.de/Bilder/visa60x12.gif) no-repeat right top
}

#u_s_mastercard {
    background: url(https://www.papiton.de/Bilder/master60x12.gif) no-repeat right top
}

#u_s_shopvote {
    background: url(https://www.papiton.de/Bilder/shopvote100x100.gif) no-repeat top center;
    background-size: contain;
}

#u_s_ausgezeichnet {
    /* background: url(https://www.papiton.de/Bilder/ausgezeichnet50x55.gif) no-repeat right top; */
}

#u_s_sectigo {
    background: url(https://www.papiton.de/Bilder/sectigo60x12.gif) no-repeat right top
}

.unten-copyright {
    text-align: center;
    /* margin: 0; */
}

.un50x55,
.un60x12 {
    display: inline-block;
    margin: 2px 2px
}

.un60x12 {
    width: 60px;
    height: 12px
}

.un50x55 {
    width: 83px;
    height: 127px;
    margin: 0 6px;
}

#u_newsl {
    padding: 20px 0 0;
    text-align: left
}

#u_newsl input {
    width: 94%;
    margin: 8px 3px;
    height: 15px;
    padding: 10px 5px
}

#navo__4:hover #dnavo__4 {
    display: block!important
}

div#s_e_unten {
 box-sizing: border-box;
    width: 100%;
  padding: 0 20px; 
}






div[id^=dnavo__] {
    top: 133px;
}

#dnavo__4 {
    left: 29%!important
}

#dnavo__5 {
    left: 35%!important;
    right: unset!important
}

#dnavo__6 {
    left: 40%!important;
    right: unset!important
}

#s_unten20 {
    background: #f2f2f2;
    padding: 31px 15px;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

#s_unten20 a {
    color: #595959
}

a#un_vip_a {
    color: #a06f09;
    font-size: 15px
}

#d_info {
    position: unset!important;
    text-align: unset!important;
    background: url(https://www.papiton.de/Bilder/info.svg) no-repeat right top;
}

.svgo22
{
 margin: 1px 13px 1px 13px;
 height: 40px;
 height: 100%;
 width: 70px;
 background-size: 36px;
 background-repeat: no-repeat;
 background-position: center;
}


.svgo22c
{
    display:inline-block;
    height: 100%;
    text-align: center;
    /* position: relative; */
}

.svgo22c a
{
    /* height:0; */
    /* display: inline-block; */
}

#wkwk {
        top: 8px;
        right: -9px;
        text-align: center;
        /* padding: 0 7px; */
        width: 17px;
        height: 17px;
        border: 1px solid black;
        line-height: 18px;
        position: absolute;
        font-size: 12px;
        color: #fff;
        /* background: url(https://www.papiton.de/Bilder/kreiswk.svg) no-repeat center; */
        border-radius: 50%;
        /* padding: 1px 6px; */
        position: absolute;
        background-color: white;
        font-size: 13px;
        color: black;
        background-size: 20px;
}

.LupeDsk,
.Lupe2 {
    background-image: url(https://www.papiton.de/Bilder/lupe23.svg);
    background-position: center center;
    /*background-size: 39px;*/
    /* width: 29px; */
    /* height: 29px; */
    /* display: inline-block; */
    /* padding: 0px 4px 0 0; */
}

#dsuc2__Dsk
{
 width: 39px;
 height:36px;
 background-size: 31px;
 background-repeat: no-repeat;
}
/*
.LupeMob
{
    background: url(https://www.papiton.de/Bilder/lupe.svg) no-repeat center;
    background-size: 26px;
  
}
*/

.LupeMob,.LupeDsk:hover
{
 cursor:pointer;
}

#l_ueber {
    position: relative;
    padding: 15px 0;
}

#l_ueber span{
 width:49%;display:inline-block;
}

.l_ueber_l {
 text-align:left;
 font-weight: 700; 
}
.l_ueber_r {
 text-align: right;
 text-decoration: underline;
 cursor: pointer;
 font-size: 11px;
}


#l_ueber div#divlogout {
    padding: 0!important;
}

#seite {
    text-align: left!important
}

#seite span a {
    word-break: break-word
}

.text-center {
    text-align: center
}

[id^=imenge__] {
    display: inline-block;
    line-height: 30px;
    position: relative;
    top: -20px;
    width: 35px
}

input[type=radio] {
    cursor: pointer
}

span[id^=bt]:hover {
 /*   background-color: #694*/
}

div[id^=pp_]:hover,
div[id^=zz_]:hover {
    background-color: #eee;
    cursor: pointer
}

div[id^=pp_],
div[id^=zz_] {
    padding: 5px 0;
    margin: 5px 0;
    vertical-align: top
}

#warenkorb {
    /* margin-top: 10px; */
}

span[id^=btloesch_] {
    color: #272727;
    background-color: transparent;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    /* display: block; */
    /* width: 90px; */
    font-size: 13px;
}

span[id^=btloesch_]:hover {
    background-color: transparent;
    text-decoration: underline
}

div[id^=eea_].cl_neu {
    color: red;
    font-weight: 700;
    text-align: right;
    font-size: 28px
}

#s_unten20 {
    padding: 30px 0
}

.w1 {
    width: 80px
}

.w2 {
    width: 100px
}

.underlink {
    text-decoration: underline;
    color: red
}

.title_link {
    color: #9ab76b
}

.title_link:hover {
    color: #879c64;
    text-decoration: none
}


#warenkorb {
    padding: 6px 20px;
    margin-bottom: 10px;
    /* border: 1px solid #999; */
}

.battery_imgs {
    width: 400px;
    text-align: CENTER;
    border: 1px solid #ccc;
    padding: 20px
}

.battery_description {
    text-align: left
}

.responsive-table {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px
}

.responsive-table tr:nth-child(odd) {
    background-color: #f1f1f1
}

.responsive-table th {
    display: none;
    background-color: #f1f1f1;
    color: #272727;
    padding: 1em
}

.responsive-table tr:hover {
    background-color: #d5d5d5
}

.responsive-table.info-table th {
    display: table-cell
}

.responsive-table th:first-child {
    display: table-cell;
    text-align: center
}

.responsive-table.info-table th:first-child {
    text-align: left
}

.responsive-table th:nth-child(2) {
    display: table-cell
}

.responsive-table th:nth-child(2) span {
    display: none
}

.responsive-table th:nth-child(2):after {
    content: attr(data-th)
}

.responsive-table input,
.responsive-table select {
    width: 50px;
    height: 30px
}

.responsive-table td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #d5d5d5
}

.responsive-table.info-table td:first-child {
    text-align: left
}

.responsive-table td,
.responsive-table th {
    text-align: left;
    margin: .5em 1em
}

#osterreich {
    width: 740px
}

.links li {
    display: block;
    position: relative
}

.links a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    position: relative
}

.links a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #9ab76b;
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0
}

.links a:hover::after {
    width: 100%;
    left: 0
}

ul#log_partner li {
    display: inline-block;
    vertical-align: middle
}

ul#log_partner {
    position: relative;
    top: 15px;
    padding: 0
}

#l_vip_div {
    margin: 20px 0;
    position: relative
}

#l_vip_balken {
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

#l_vip_balken span {
    text-align: center
}

#l_vt1,
#l_vt2 {
    display: inline-block
}

#l_vip_N,
#l_vip_S,
#l_vip_V {
    padding: 15px 0;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

#l_vip_N {
    background-color: #cd7f32;
    background: linear-gradient(#cd7f32, #8a5521)
}

#l_vip_V {
    background-color: silver;
    background: linear-gradient(silver, #8a8a8a)
}

#l_vip_S {
    background-color: gold;
    background: linear-gradient(gold, #daa520)
}

#l_vip_text,
#l_vt1,
#l_vt2 {
    text-align: right;
    margin-left: 1%
}

#l_vip_text {
    color: #daa520;
    font-size: 22px;
    font-weight: 700;
    margin-left: 0;
    border-right: 5px solid #daa520!important;
    position: absolute;
    height: 50px
}

#l_vt1,
#l_vt2 {
    font-size: 16px;
    font-weight: 700
}



div.cl_textwkOP_E,
div.cl_textwk_E{
    position: relative;
    color: #fff;
    border-width: 1px;
    border-color: #666;
    border-radius: 1px;
 padding:0;
    text-align: center
}

#text_wk,
#text_wkop {
    position: fixed;
    z-index: 9999999;
    width: 160px
}

#text_wk,#text_wkL
{
 display: flex;
 justify-content: center;
 align-content: center;
 flex-direction: column;
 border: 5px solid var(--FGruen);
 background-color: white;
 color: black;
 box-sizing: border-box;
 font-size: large;
}


span.bestHaeck
{
}


.vipgold,
.vipgold2,
.vipgold3,
a.vipgold {
    color: #a06f09!important
}

.vipgold,
a.vipgold {
    font-size: 16px
}

.vipgold2 {
    font-size: 24px
}

.vipgold3 {
    font-weight: 700
}

#dVIPinfo {
    position: absolute;
    border: 1px solid #a06f09;
    background-color: #fffefd;
    padding: 10px 20px;
    max-width: 560px;
    border-radius: 5px;
    z-index: 9999
}

#dVIPinfo a {
    text-decoration: none
}

#dNeuKunde
{
  padding: 0 2%;
 font-size:14px;
}
#dNeuKunde div
{
 padding: 3px 0 0 0;
}
#dNeuKunde input, #dNeuKunde select
{
 font-size: 15px;
 padding: 4px;
 width:100%;
 margin: 0;
 box-sizing: border-box;
 /* border:  none; */
}

.VipNeuUe
{
 position:relative;
}
.closeX
{
 /* display:inline-block; */
 /* position: absolute; */
 top: -2px;
 right: -1px;
 /* font-size: 22px; */
 /* cursor: pointer; */
}
div#bild_g {
    position: absolute;
    right: 20px;
    top: 270px;
    border: 1px;
    z-index: 1010
}

div.divkgr2 {
    width: 48%;
    display: inline-block
}

ul.ul_kgr li {
    width: 71px
}

#loggedIn {
    display: none;
}

.login_block {
    /* display: flex; */
}


#divadr {
    margin: 0;
    padding: 0;
    border: none
}

.rahmLog2 {
    border: 1px solid #777;
    padding: 5px;
 margin: 3px 0;
 text-align:left;
}


.edPassKdn
{
 border:1px solid black;
 width: 97%;
 margin: 10px auto;
 /* max-width: 520px; */
}



#divneu {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: CENTER; */
    /* justify-content: CENTER; */
    /* background-color: #ffdfdf; */
    /* border: 1px solid #ffdfdf; */
    width: 100%;
    border-top: 1px solid black;
}

#VipVort
{
 display:grid;
 grid-template-columns: auto auto;
 justify-content: space-between;
 justify-items: stretch;
 align-items: start;
 width: 97%;
 padding: 6px 10px 17px 10px;
}
.cVipVor
{
 font-size:13px;
 padding: 2px 3px;
}

#DivOder
{
 text-align:center;
 /* font-weight: bold; */
 padding: 10px 0;
}
.zentriert
{
  text-align:center;
}
#divPW table,
#divadr table {
    width: 100%
}

.login_subtitle {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0;
    margin: 0
}

#lamldg {
    color: #e27e7e
}

#pwverg {
    margin: 10px auto 20px auto;
    display: block
}

#l_btlog:hover,
div#l_btretauf:hover {
    text-shadow: #6f0
}

#l_btlog,
div#l_btretauf,
div#l_retauf {
    border: 1px solid #666
}


#buvipdetail,
#pwverg {
    text-decoration: underline
}
#pwverg {
text-align:center;
}
#burechdetail:hover,
#buvipdetail:hover,
#pwverg {
    cursor: pointer
}

#pwverg:hover {
    font-weight: 700
}

#vertical_tab_nav {
    display: flex;
    width: 100%;
    margin: 15px 0
}

#vertical_tab_nav .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 350px
}

#vertical_tab_nav .tabs li {
    text-align: left;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 9999
}

#vertical_tab_nav li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

#vertical_tab_nav ul.tabs li a {
    display: block;
    font-size: 14pt;
    color: #fff;
    text-decoration: none;
    padding: 7%;
    background: -webkit-linear-gradient(top, #444, #333);
    cursor: pointer
}

#vertical_tab_nav li a.selected  {
    background: #9ab76b!important;
}

#vertical_tab_nav div article {
    /*   display:none;*/
    margin: 0
}

#vertical_tab_nav div article p {
    margin: 0 0 20px 0
}

#vertical_tab_nav .tabs {
    display: none
}

#vertical_tab_nav .tab_container .tab_drawer_heading {
    margin: 0;
    font-size: 14pt;
    color: #fff;
    text-decoration: none;
    padding: 3%;
    background: -webkit-linear-gradient(top, #444, #333);
    background: -moz-linear-gradient(top, #444, #333)
}

#vertical_tab_nav .tab_container .tab_drawer_heading.d_active {
    background: #9ab76b
}

#vertical_tab_nav .ulBestUeber li a {
    color: #000;
    display: inline-block;
    padding: 0;
    background: unset;
    font-size: unset
}

.progress {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 5px
}

.bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: #cd7f32
}

#unread_article {
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    background: #9ab76b;
    padding: 10px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: CENTER;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px
}

.stars {
    margin-left: 30px
}

.stars i {
    font-size: 30px
}

.tab-star {
    position: absolute;
    top: 5px;
    right: 40px;
    text-align: CENTER
}

.tab-star .stars {
    margin-left: 0!important
}

.tab-star #vip-point {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 700
}

.tab-star .stars .star-1 {
    position: ABSOLUTE;
    left: -30px;
    top: 10px
}

.tab-star .stars .star-3 {
    position: ABSOLUTE;
    right: -25px;
    top: 10px
}

 .btlog,.btlog2 {
    appearance: none;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transition-property: background-color, color;
    /* transition-property: background-color, color; */
    /* border-radius: 8px; */
    /* text-transform: uppercase; */
    font-weight: 600;
    text-align: center;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}


 .btlog {
    display: block;
    width: 97%;
    padding: 16px 0;
}

#buKNeu
{
 width:100%;
}

.LoginWillk
{
 font-weight:bold;
 padding: 8px;
 font-size: 18px;
}
 .btlog2 {

width: 200px;

padding: 6px;

display: inline-block;

/* margin: 4px; */
}


.btlog:hover, .btlog2:hover {
    background-color: #f7a2a2;
    color: #000
}

.meineS2
{
    margin-left: 30px;
}

#meineS
{
    padding: 7px 10px;
    text-align: center;
}

#meineS label 
{
  margin-left:6px;
    
}

#edpas
{
 width: calc(100% - 67px);
}
input.clEdPasKdn
{
 width: 92%;
 border: none;
 outline: none;
 background-color: white !important;
 padding: 11px 10px;
 /* left: 2px; */
 margin-left: 2px;
}

input.clEdPasKdn:selected
{
 background-color:white;
}

#divlogin input {
    margin: 3px 2px;
    /* width: 100%; */
    /* background-color: white; */
}

#SVGAuge
{
 width: 26px;
 display:inline-block;
 /* right:0px; */
 /* margin-top: 7px; */
}

#PWAuge
{
 max-width: 44px;
 display:inline-block;
 left: 0px;
 /* position: absolute; */
 /* padding-top: 5px; */
 vertical-align: middle;
 cursor: pointer;
}
#divlogin {
    /* padding: 6px; */
}

div#divlogout {
    display: block;
    text-align: left;
    
    /* font-size: 14pt; */
    /* color: #fff; */
    /* text-decoration: none; */
    /* padding: 5px; */
    /* background: -webkit-linear-gradient(top, #444, #333); */
    /* cursor: pointer; */
}

#bulogout14 {
 text-decoration: underline;
    cursor: pointer;
}

.brahm2 {
    border: 1px solid #ccc;
    margin: 10px 0 10px 0;
    text-align: center;
    padding: 6px 0px;
}

#dNewsL{
    margin: 10px 0;
}

#chNewsl
{
  margin-right: 5px;    
}

.klein{
    font-size: 12px;
}

#dNeuKunde table,
 {
    text-align: center;
    margin: auto
}

#divadr table tr td input {
    margin: 4px 0;
    text-align: left;
    font-family: Verdana, Helvetica, Arial;
    font-size: 14px;
    padding: 6px 5px!important;
    width: 100%;
    border: 1px solid #d6d5d5;
    background-color: #fff;
    height: 48px!important;
    line-height: inherit
}

#dNeuKunde table tr td select,
#divadr table tr td select {
    width: 100%;
    border: 1px solid #d6d5d5;
    background-color: #fff;
    height: 48px!important;
    line-height: inherit;
    font-size: 15px
}

#Nnewsletter {
    width: 24px!important;
    margin: 4px 10px 4px 0!important
}

#lm_karu__2_SVip {
    height: 238px
}

div.carousel {
    clear: both;
    padding: 0;
    position: relative
}

#lm_karu__2 ul,
#lm_karu__2_SVip ul {
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0
}

#dArtBew li,
ul.carousel-apps li {
    color: #444;
    display: inline;
    float: left;
    margin: 0;
    border: 1px solid #FFF;
    text-align: center;
    padding: 1px;
}
#dArtBew li:hover{
    border-color:  #CCC;
}

#btkaru__l,
#btkaru__r,
#lm_karu__2_SVip .arrow {
    top: 100px
}

#btkaru__l,
#btkaru__r,
div.arrow {
    position: absolute;
    cursor: pointer;
    background: url(https://www.papiton.de/bilder/pfeile.gif) no-repeat 50% 0;
    width: 33px;
    height: 38px;
    opacity: 1
}

#btkaru__l,
#btkaru__r,
#lm_karu__2_SVip .arrow {
    z-index: 100
}

#btkaru__l,
div.arrow.left {
    left: 0;
    background-position: 0 0;
    top: 45%;
}

#btkaru__r,
div.arrow.right {
    right: 0;
    background-position: -33px 0;
    top: 45%;
}

#LulQuick {
    display: grid;
    text-align: center;
    grid-gap: 11px;
    padding: 0 20px;
    margin-top: 13px;
    justify-content: space-between;
}

.LulQu5 {
    grid-template-columns: repeat(5,18%);
    }
.LulQu4 {
        grid-template-columns: repeat(4,23%);
    }
.LulQu6 {
        grid-template-columns: repeat(6,15%);;
    }

#dsecvueber,
#dsecvueber a {
    /* color: #960000; */
}

#dsecvueber .svipue1 {
    margin: 2px 2px;
    padding: 2px;
    display: inline-block;
    width: 48%
}

#dsecvueber .svipue0 {
    /* font-weight: 700; */
    /* font-size: 15px; */
}

#dsecvueber .svipuehi,
#dsecvueber .svipuehi a {
    font-size: 15px;
    color: #960000
}

#dsecvueber,
#dsecvueber a {
    margin: 3px 0 5px 0;
    /* font-size: 12px; */
    /* color: #3e3535; */
}

#dsecvueber .svipueImg {
    border: 1px solid #eee;
    text-align: center;
    padding: 0 0 5px 0
}

.vbez {
    height: 18px
}

.vbez,
.vneu,
.vpreis {
    /* width: 185px; */
    right: 3px;
    overflow: hidden;
    font-size: 10px;
}



#allesvipart,
#allevipart {
    margin-top: 15px;
    text-align: center
}

#allesvipart a,
#allevipart a {
    text-decoration: underline;
    margin: 0 10px;
    color: #d50000;
    font-weight: 700
}

#lm_karu__2 {
    height: 256px
}

#dArtBew a {
    margin-top: 10px;
    display: block
}

#dArtBew a img {
    width: 119px;
    /* background-color: red; */
}

#dArtBew a img :hover
{
    blur: 10%;
}

#dzeigebew
{
    display:inline-block;
    margin: 20px 0;
    cursor: pointer; 
}

#dzeigebew:hover
{
       text-decoration: underline;
}

#dartbewul
{
    display:inline-block;
    /* text-align: center; */
}

#daltebew ul
{
    display: inline-block;
}



.fett,
.gross {
    font-weight: 700;
    display: block;
    font-size: 18px;
    margin: 10px 0
}

#grImg {
    position: absolute;
    display: none;
    z-index: 30000;
    left: 50px
}

#grImg {
    top: 210px;
    left: 50px;
    border: 1px solid #ccc
}

#tt_wk {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.artikel_bild img {
    /* width: 100%; */
    /* height: 100%; */
    /* border: 1px solid #d9d9d9; */
}

#wk_gesamt {
    text-align: right;
    border-top: 1px solid #999;
    margin-top: 10px;
    padding-top: 10px
}

#wk_gesamt .hr {
    display: block;
    width: 100%;
    border-top: 1px solid #999;
    margin-top: 10px
}

#preisGesamt {
    display: inline-block;
    /* width: 100px; */
    /* font-weight: 700; */
}

#btVersand,
#wk_gesamt #btallesloesch {
    display: inline-block;
    margin-top: 10px;
    margin-right: 0;
    padding: 12px 25px;
    border-radius: 5px;
    color: #454545;
    background-color: #fff;
    text-decoration: underline
}



.adrZeile {
    margin-bottom: 15px
}

#anschrift label,
#anschriftV label {
    display: inline-block;
    text-align: right;
    margin: 10px;
    width: 150px
}

div.adrZeile input,
div.adrZeile select {
    box-sizing: border-box;
    width: 50%
}

#kommentar input,
.adrZeile input,
.adrZeile select {
    padding: 11px 5px!important
}

#kommentar input {
    width: 98%;
}

div.iFehler {
    text-align: left;
    width: 421px;
    margin: 0 0 4px 161px;
    color: red
}

select#Land,
select#LandV {
    margin-bottom: 20px;
    font-weight: 700
}


.artikel_bild:hover,
input[type=radio] {
    cursor: pointer
}





#btbest2 {
    margin-top: 20px
}

#btbest2:hover {
    background-color: #694
}

#abschicken label input {
    float: left;
    display: block;
    margin: 4px 8px
}

#s_untenBest {
    margin: 21px 15px;
    font-size: 14px;
    padding-bottom: 20px
}

#Bzurueck {
    display: inline-block
}

#s_untenBest ul {
    text-align: center;
    width: auto;
    display: inline-block;
    margin-left: 100px
}

#s_untenBest li.fuss_nav {
    display: inline-block;
    margin: 0 8px
}

#zz_Vora {
    /* display: flex; */
}

#dnavo,
#s_grptitel,
div#s_oben14 {
    margin: auto;
}

#s_obenwk
{
    position:relative;
}


#slogoC
{
    height: 80px;
    position: relative;
    /* width: 200px; */
}

div#s_oben14 {
    position: relative;
    /* r: 100px; */
    z-index: 99999;
    /* padding: 0 12px; */
}

#s_oZ1
{
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    justify-content: space-between;
}

#s_oZ2
{
    display: grid;
    grid-template-areas:
        "mobmen logo akt2 such login WK";
    grid-template-columns: 0 10fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    justify-content: space-between;
    align-content: flex-start;
    padding: 16px 32px 5px 20px;
    align-items: center;
    background-color: #f5f5f5;
}

#menu_mobile
{
    grid-area: mobmen;
    padding-top: 10px;
}

#oben_akt2c
{
    grid-area: akt2;
}

#s_obenloginC
{
    grid-area: login;
}

#s_obenwkC
{
 grid-area: WK;
}

.obenAcon
{
 height: 100%;
}
.dino-product-detail {
    position: relative;
    min-height: 704px
}

.dino-product-detail2 {
    position: relative;
    min-height: 720px;
}

#product-detail-u,
.dino-product-detail2 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

#product-detail-u {
    min-height: 290px;
    margin-bottom: 15px
}

div.adrZeile input,
div.adrZeile select {
    box-sizing: border-box;
    width: 50%
}

#btbest2{
    margin-top:20px
}
#paypal-button-container {
    width: 400px;
    /*display: none;*/
}
#btcancel2{
    width:400px;
    text-align:center;
    background-color:#9ab76b;
    border:none;
    font-size:20px;
    color:#FFF;
    cursor:pointer;
    margin-right:0;
    padding:12px 50px;
    border-radius:5px;
    font-weight:700
}
#btcancel2{
    margin-top:20px
}
#btbest2:hover{
    background-color:#694
}

img#MZ_img0 {
    width: auto!important
}

.dinotech_product_img {
    width: 100%
}

#dpakEmail .uebr {
    float: left;
    width: 88%
}

#btRechV {
    padding: 6px 9px
}

#anschriftV {
    padding-bottom: 20px
}

.artikel_bild {
    /* top: 7px; */
}

#btgut {
    padding: 6px 9px
}

#lagut {
    font-size: 15px
}

#EdGut {
    padding: 5px 11px
}

div#s_e_unten {
    margin-bottom: 20px;
    /* display: none; */
}


#zz_Vora {
    min-height: 25px
}

div#eea_einzel__1 {
    display: grid;
    grid-template-columns: auto;
    align-items: start;
}

div#eea_einzel__1 {
    z-index: 100;
    margin: 22px 0;
    left: 2px;
    /* padding: 0 10px; */
}

div#eea_img__1 {
    /* border: 1px solid #ccc; */
    position: sticky;
    top: 0;
    /* width: 500px; */
    height: 100%;
    /* min-height: 630px; */
    left: 0px;
    border-radius: 2px;
}
div#eea_imgCon__1 {
 position:relative;
 display: flex;
 justify-content: center;
 /* display: none; */
}



#EminiCon
{
  display:none;
}

div#MZCon {
 position:relative;
 min-width: 341px;
 display: inline-block;
 /* display: none; */
}

div#eea_img__1 .MagicZoom {
    /* width: 438px; */
    /* background-color: #c7473e; */
}

div#eea_mini_2__1 a {
    width: auto
}

div#eea_mini_2__1  {
    display:flex;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
    scroll-snap-type:  y mandatory;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 624px;
    padding-right: 3px;
    /* width: 134px; */
    scrollbar-color: #999 #333;
}

div#eea_mini_2__1::-webkit-scrollbar {
  width: 8px; /* Mostly for vertical scrollbars */
  height: 11px; /* Mostly for horizontal scrollbars */
}
div#eea_mini_2__1::-webkit-scrollbar-thumb { /* Foreground */
  background: #e8e8e8;
}
div#eea_mini_2__1::-webkit-scrollbar-track { /* Background */
  background: #bfcebf;
} 


div#eea_mini_2__1 img {
    margin: 2px 0;
    padding-bottom: 0;
    border: 1px solid #ccc;
    width: 121px;
    border-radius: 1px;
    display: inline-block
}

.badge,.badgebio {
    position: absolute;
    top: 1px;
    /* right: 1px; */
    
    
    /* background:#fff */
    border-radius: 1px;
}


.badge {
    right: 3px;
    padding: 3px;
z-index: 1; 
    /* background:#fff */
    /* display: none; */
}

.badgebio {
    left: 1px;
    padding: 3px;
 z-index: 2;
    /* background:#fff; */
}

.new {
    background-color: #729a31
}

.percent {
    background-color: red
}

.vip {
    background-color: #a06f09
}

.badge .new21,
.badge .vip21,
.badgebio .organic21,
.badgebio .fair21,
.badge .percent21 {font-weight: 600;font-size: 1rem;margin-bottom: 5px;text-align: center;/*   text-transform: uppercase;*/position: relative;}

.badge .new21,
.badge .vip21,
.badge .percent21 {
    padding: 7px 9px;
}

.badgebio .organic21,
.badgebio .fair21
{
 background-color: white;
 color: #555;
 border: 1px solid #555;
 padding: 0px 10px;
 height: 33px;
 width: 60px;
}

.fair21 div, .organic21 div
{
 display:inline-block;
 z-index: 999999;
}

div.FaiBioTxt
{
 display:none;
}
.fair21B , .organic21B
{
    width: 27px;
    height: 27px;
    margin-left: 8px;
 
}



.fair21B
{
    
    background: url(https://www.papiton.de/Bilder/fair23.svg) no-repeat center right;
    background-size: 25px;   
}

.fair21C
{
    background: url(https://www.papiton.de/Bilder/fair23.svg) no-repeat center right;
    background-size: 19px;
}
.organic21B
{
 background: url(https://www.papiton.de/Bilder/blatt3.svg) no-repeat center right;
 background-size: 22px;
}

.organic21C {
    background: url(https://www.papiton.de/Bilder/blatt3.svg) no-repeat center right;
    background-size: 17px;
}

.fair21C,.organic21C
{
  height: 18px;
  width: 100%;
  background-position: center;
}


.organic21 {
    /* background: #729a31; */
    /* color: white; */
}

.fair21, .organic21 {
  /* background-size: 26px; */
  /* padding-right: 33px!important; */
  display: flex;
  align-items: center;
  width: 23px;
}

.new21 {
    background-color: white;
    color: black;
    border: 1px solid #bbb;
}

.percent21 {
    background-color: var(--FRosa);
    color: white;
}

.vip21 {
    background-color: var(--FVIP1);
    color: white;
}


.organic {
    background: linear-gradient(to right, #fdfc47, #24fe41)
}

.fair_social {
    background-color: #00f
}

#accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 0px;
}

#accordion .tabs {
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .5)
}

#accordion .tab {
    width: 100%;
    color: #262626;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

#accordion{
 border-top: 1px solid #ccc;
}
#accordion .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em 1em 1em 0;
    /* font-weight: 700; */
    cursor: pointer;
}

#accordion .tab-label:hover {
/*    background: #d9d9d9;*/
}


#accordion .tab-label::after, .svgPrunt::after,.svgPhoch::after {
     content: "\002B"; /*"\276F";
    transform: rotate(45deg);*/
     text-align: center;
     font-size: 28px;
     font-weight: 300;
}
#accordion .tab-label::after{
    vertical-align: -16%;
    margin-top: -12px;
}

.svgPrunt::after,.svgPhoch::after {
}

#accordion .tab-label:hover{
 color:black;
 font-weight: 600;
} 
/*
   .Kreuz {
    display:inline-block;
      background: red;
      height: 10px;
      position: relative;
      width: 2px;
    }
    
    .Kreuz::after {
      background: red;
      content: "";
      height: 2px;
      left: -4px;
      position: absolute;
      top: 4px;
      width: 10px;
    }

*/
#accordion .tab-content {
    max-height: 0;
    padding: 0px;
    color: #2c3e50;
    background: #fff;
    transition: all .2s linear;
    /* overflow-y: auto; */
}

#accordion .tab:nth-child(3) .tab-content {
    transition: all .5s linear
}

#accordion .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: .75em;
    background: #2c3e50;
    cursor: pointer
}

#accordion .tab-close:hover {
    background: #1a252f
}

#accordion input:checked+.tab-label {
 /*   background: #d9d9d9 */
}

#accordion input:checked+.tab-label::after, .svgPhoch::after {
    /*transform: rotate(45deg);*/
    content:"\2212";
}

#accordion input:checked~.tab-content {
    max-height: 1600px;
    padding: 5px 0;
    text-align: left
}

#accordion #chck3:checked~.tab-content {
    max-height: 800px;
    padding: 1em 1rem 1rem 8px;
}

#versand a {
    font-weight: 700
}

div#eea_rechts_e {
    /* margin: 0 0 8px 0; */
    padding: 0 0px 0 14px;
    font-size: 16px;
    max-width: 700px;
}

#Epreis23
{
 margin: 0 0 15px 0;
 padding: 0 0 23px 0;
}

ee_farben_con,#Epreis23
{
 border-bottom: 1px solid #ddd;
}

#ee_farbe_her
{
 /* margin: 6px 0 0px 0; */
}

div.lavip1
{
 padding: 4px 6px;
 background-color: #fafafa;
}

ul.viptab
{
 display:grid;
 grid-template-columns: auto auto auto auto;
}

ul.viptab li
{
 opacity: 0.7;
}

ul.viptab li.cAktStatus
{
 opacity:1;
   font-weight: 600;
}

#eea_vip__1
{
 display:none; 
}

div.vip2023
{
 color:#C3A873;
 cursor: pointer;
}

.lavip1 span {
    margin-right: 3px;
}

.vipgold,
a.vipgold {
    font-size: 16px;
}

.vipgold,
.vipgold2,
.vipgold3,
a.vipgold {
    color: #a06f09!important;
}

#eea_vipcont
{
    /* display:grid; */
    /* grid-template-columns: auto auto; */
    /* grid-gap: 9px; */
    /* padding: 0 0 8px 0; */
}
.vip2023 {
    /* display: inline-block; */
    /* background: url(https://www.papiton.de/Bilder/vip.svg) no-repeat center top; */
    /* background-size: 185px; */
    /* position: absolute; */
    /* background-size: contain; */
    /* width: 40px; */
    /* height: 26px; */
}

div.cl_a_bezE H1 {
    
    margin: 2px 0 0 0;
    
}

.ssBez1
{
 font-size: 23px;
 font-weight:600;
}
.ssBez2
{
 font-size: 20px;
 font-weight:300;
}
div.cl_a_bezE H1 span {
    display:block;
}

#eea_Bew_1__1 {
    margin: 5px 0;
    text-align: left;
}

.sternk
{
 background-repeat:no-repeat;
 background-size:contain;
 height:12px;
}
.stern50 {
    background-image: url(https://www.papiton.de/Bilder/s5.svg);
}

.stern45 {
    background-image: url("https://www.papiton.de/Bilder/s45.svg");
}

.stern40 {
    background-image: url("https://www.papiton.de/Bilder/s40.svg");
}

.stern35 {
    background-image: url("https://www.papiton.de/Bilder/s35.svg");
}

.stern30 {
    background-image: url("https://www.papiton.de/Bilder/s30.svg");
}

.stern25 {
    background-image: url("https://www.papiton.de/Bilder/s25.svg");
}

.stern20 {
    background-image: url("https://www.papiton.de/Bilder/s20.svg");
}

.stern15 {
    background-image: url("https://www.papiton.de/Bilder/s15.svg");
}

.stern10 {
    background-image: url("https://www.papiton.de/Bilder/s10.svg");
}

.sternU,.stern,.sternU2 {
    background-repeat: no-repeat;
    /* margin: 5px 0 0 0; */
}
.stern {
    display: inline-block;
    width: 98px;
    height: 15px;
    
    background-size: 91px;
    /* margin: 5px 0 0 0; */
}
.sternU {
    display: inline-block;
    width: 98px;
    height: 15px;
   
    background-size: 91px;
    /* margin: 5px 0 0 0; */
}
.sternU2 {
    
    width: 98px;
    height: 15px;
   
    background-size: 91px;
    /* margin: 5px 0 0 0; */
}
div#a_Bewdetail_1__1 {
    /* width:100%; */
    /* border: 1px solid; */
    max-height: 1500px;
    overflow-y: auto;
    padding: 0 20px;
}
#detail-u-Bew
{
 margin: 20px 0 0 0;
}
.ueBew
{
    padding: 0 20px;
    display: inline-block;
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 600;
}

#bewdeth1 {
    font-weight: 400;
    margin-bottom: 8px;
    /* height: 20px; */
}
.BewHint
{
 font-size: 12px;
}

#bewdeth1 img {
    margin-left: 10px;
}

div.eea_prozCont
{
    width:40px;
    height:44px;
    margin: 0 8px 0 0;
}
div#eea_proz__1 {
    color: white;
    /* margin-bottom: 30px; */
    font-weight: 700;
    border: none;
    margin-left: 0;
    background-color: #D65F72;
    padding: 2px 4px;
    border-radius: 1px;
    transform: rotate(357deg);
    /* vertical-align: top; */
    position: absolute;
    top: 0;
}
 
#eea_preis20 {
    vertical-align: middle;
    position: relative;
    z-index: 1;
    margin: 14px 0 4px 0;
    /* height: 54px; */
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: end;
}

#eea_preis20 div {
    /* display: inline-block; */
    /* position: absolute; */
}

div.cl_preis_E,
div.cl_preis_redE {
    font-size: 24px;
    margin: 0;
}

div.cl_preis_redE {
    /*color: #e785b2;*/
 color:black;
    vertical-align: bottom;
}

#eea_preis20 div#eea_preisC {
    margin: 0 0 0 2px;
    /* width: 200px; */
}

#eea_preisC
{
 display: grid;
 grid-template-columns: auto auto auto;
 align-items: end;
}


#eea_orgp__1 {
    font-size: 22px;
    /* vertical-align: bottom; */
}

.cl_orgE,
.cl_org {
    text-decoration: line-through;
    color: #777;
    font-weight: 400;
}

span.cl_orgE.cl_OrgVip {}

.cl_OrgVip {
    display: none;
}

.cl_myArtvipproz {
    color: var(--FVIP2);
}

.cl_org {
    margin-left: 3px
}

#eea_preiskom {
    margin-left: 8px;
    font-size: 12px;
    display: block;
}

div#eea_op__1 {cursor: pointer;border-style: none;z-index: 101;overflow: hidden;/* padding-top: 2px; */margin: 7px 0 0 0;}

#m_ul_kgr__1 {
    padding: 0;
    display: inline-block
}


#m_ul_kgr__1 {
    cursor: pointer;
    border-style: none;
    z-index: 101;
    padding-top: 2px;
    margin: 0
}

#eea_menge__1 {
    /* margin-top: 10px; */
    display: inline-block;
    /* width: 69px; */
}


#eea_MenWK
{
    display: flex;
    /* grid-template-columns: auto auto; */
    /* align-items: start; */
    /* justify-items: start; */
    /* max-width: 500px; */
    margin: 16px 0 0 0;
}

#eea_menge__1 select {
    width: 68px!important;
    height: 52px;
    padding: 5px 8px;
    border-radius: 1px;
    margin: 0px;
    font-size: 19px;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
    border:  1px solid black;
    color: black;
    background-color: white;
    box-sizing: border-box;
}

.labelAnz
{
   position:relative;
   font-size: 13px;
}

#eea_menge__1 .labelAnz
{
   display:none; 
}

#ee_farben_con
{
 margin-top: 7px;
}
span.ee_farben
{
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 2px;
    margin: 0 2px 4px 2px;
}

.ee_farben:hover
{
    border-color:black;
 }

span.FaNoOP
{
   /* opacity: 0.3; */
   background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='red' stroke-width='3'/><path d='M0 0 L100 100 ' stroke='red' stroke-width='3'/></svg>");
   background-repeat:no-repeat;
   background-position:center center;
   background-size: 100% 100%, auto;
}

img.FaNoOP
{
    opacity: 0.5; 
}
#ee_farbetip
{
    position: absolute;
    /* height: 50px; */
    /* width: 30px; */
    /* bottom: 400px; */
    background-color: white;
    z-index: 999999999999999;
    text-align: center;
    border: 1px solid #ddd;
    left: 50px;
}
img.imgfarmini
{
 /*   border: 1px solid #eee;
*/}
span.FarbeSel
{
 border-color: black;    
}

div#eea_einzel__1 #a_wk__1

 {
  background-color: var(--FGruen);
  /*  background-color: var(--FRosa);*/
}

div#eea_einzel__1 #a_wk__1:hover
 {
    /* background-color: var(--FGruenHov); */
    /* background-color: var(--FRosaHoov);*/
    /* background-color: white; */
    /* color:black; */
}





div#eea_einzel__1 #a_wk__1 {
    /* height: 32px; */
    width: 100%;
    /* padding-top: 13px; */
    padding: 14px 6px;
    margin: 0 0 0 24px;
    /* margin-left: 23px; */
    font-size: 19px;
    color: #fff;
    text-align: center;
    cursor: pointer;
 border-color: var(--FGruen);
    /*border-color: var(--FRosa);*/
    /* background: url(https://www.papiton.de/Bilder/warenkorbgrau.svg) no-repeat center right; */
    /* background-size: contain; */
}
#a_wk__1 {
 position:relative;
 
}
#warenkorbiconE
{
    display:inline-block;
    margin: 0px 21px 0 0;
}

#warenkorbiconE img
{
    width: 19px;
    /*height: 20px;*/
}

#eea_einzel__1 #a_wk__1 {
    border-radius: 5px;
    /* margin: 20px auto; */
    display: inline-block;
    /* right: 0; */
    border-width: 1px;
    border-style: solid;
    border-radius: 1px;
}

.lief_sof {
    color: var(--Gruen)!important;
    font-weight: 600;
    font-size: 16px;
    
}
span.LZeitK 
{
 display:inline-block;
 border: 1px solid;
 border-radius:6px;
 width: 10px;
 height: 10px;
 margin-right: 6px;
}
span.LZ0
{
 background-color: #8a9d65;
border-color: #8a9d65;
}

span.LZ2
{background-color: #ff9865;
border-color: #ff9865;}

#eea_lief__1.lief_sof {
		 height: 74px;
		 /* text-align: left; */
		 /* background: url('https://www.papiton.de/karussel/Bilder/kommt-vor-weohachten-an-gold-neu-2.png') no-repeat bottom left; */
		 /* background: url('https://www.papiton.de/karussel/Bilder/kommt-vor-weihnachten-an-4.gif') no-repeat top center; */
		 /* background: url('https://www.papiton.de/bilder/weihnachtsmann_schlitten2.gif') no-repeat bottom right; */
		 /* background:url('https://www.papiton.de/karussel/Bilder/kommt-vor-ostern-an3.gif') no-repeat bottom center; */
}

#eea_lief__1 {
  margin: 11px 0 22px 0;
}

#eepreisspanne__1 {
    color: red;
    font-weight: bold;
    margin-top: 5px;
}

div#eeartnr__1,
div#eebestnr__1 {
    display: inline-block
}

#detail-u-marke {
    margin: 15px 0 0;
    max-height: 450px;
}

#detail-u-marke img {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 7px;
}

#Dfast {
    padding: 10px 0 10px 86px;
    vertical-align: middle;
    display: flex;
    background: url('https://www.papiton.de/bilder/fastlane.svg') no-repeat left center;
    cursor:pointer;
    background-size: 74px;
}

#Dfast img {
    height: 22px;
    margin-right: 10px;
}

div.flbeschreib
{
 padding: 0 0 10px 0;
 font-size: 14px;
}
#sizetable {
    border: 1px solid #ccc;
    border-radius: 7px;
    background-color: #f9f9f9;
    padding: 10px
}

#sizetable table {
    width: 100%
}

#sizeadvice {
    max-width: 400px;
    padding-bottom: 10px
}

#a_bewerten:hover , #btVipNeu:hover{
 background-color: var(--FRosa);
 color: white;
}
#a_bewerten {
    /* text-decoration: underline; */
    cursor: pointer;
    margin: 8px 0;
  
    padding: 6px;
    max-width: 500px;
    /* margin-left: calc(50% - 250px); */
    text-align: center;
}

#a_bewerten, #btVipNeu
{
    border: 3px solid var(--FRosa); 
}

#btVipNeu
{
 padding: 8px 0px;
 text-align:center;
 font-weight:700;
 width: 97%;
 margin: 0 auto;
 cursor: pointer;
}

.ArtBew {
    padding: 7px 0;
    border-bottom: 1px solid #ddd;
}
.bewVvSvg
{
 font-size: 14px;
color:green;
 margin: 0 4px;
font-weight: 700;
}

#a_bewertedi {
    /* margin: 0; */
    display: none
}

#a_bewertedi textarea {
    width: 95%;
    height: 80px;
    font-size: 14px;
    padding: 10px;
}

#btBewAb {
    padding: 7px 10px;
    background: var(--FRosa);
    margin-top: 10px;
    color: #fff;
    width: 200px;
    text-align: CENTER;
    cursor: pointer;
    border-radius: 3px;
}

#btBewAb:hover
{
 background-color: var(--FRosaHoov);
}

#bewsenden input {
    position: relative;
    opacity: 1;
    z-index: 1;
}

#bewsenden {
    margin: 5px 0 10px;
}

#bewstars
{
padding: 4px 2px ;
margin-left: 4px;
}

#star_name {
    display: inline-block;
    margin: 5px 0;
}

div#s_e_unten {
    /* margin-bottom: 20px; */
}

#div_vorsch {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    /* display: none; */
}

.a_vors
{
  width: 100%;
  text-align: center;
  overflow: hidden;
  /* width:100%; */
  /* overflow-x: auto; */
  /* scroll-snap-type: x mandatory; */
  /* padding: 0 20px; */
}
.a_vors_ue
{
 text-align:left;
}

.a_vors ul
{
 width: 100%;
 display: flex;
 overflow-x: auto;
 scroll-snap-type: x mandatory;
 scroll-behavior: smooth;
 padding: 0 20px;
 -webkit-overflow-scrolling: touch;
}

.a_vors_UL li
{
 margin: 0 4px;
}

.a_vors ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.a_vors ul::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 1px;
}
.a_vors ul::-webkit-scrollbar-track {
  background: transparent;
}
.a_vors ul > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  margin-right: 50px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}

.product_title {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0
}

.a_vors li {
    display: inline-block;
    text-align: center
}

.vpreis span {
    margin: 0 5px
}

.vpreis span.cl_preis_K {
    font-weight: 700
}

div#s_links14 {
    width: 200px;
    float: left;
    z-index: 90;
    margin: 0 5px 0 0;
}

li.menK_0 ul {
    display: none
}


li.GrTop,
li.menK_0,
li.menK_1 {
    display: block;
    font-weight: 700
}

li.menK_0:hover {
    color: red
}

li.menK_0 ul,
li.menK_1 ul {
    font-weight: 400
}

li.GrTop,
li.menK_0 {
    overflow: hidden
}

li.GrTop {
    list-style: none
}

li.menK_1 {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
    color: red
}

li.menK_0 ul li,
li.menK_1 ul li {
    margin: 3px 0 0 10px
}

li.menK_0,
li.menK_1 {
    padding: 2px 17px 2px 0
}

div.divkgr2 {
    width: 48%;
    display: inline-block
}

ul.ul_kgr li {
    width: 71px
}

li.menK_0 {
    margin: 5px 0 5px 0;
    background: transparent url(https://www.papiton.de/Bilder/menu-pfeil-r3.gif) no-repeat right top
}

li.menK_1 {
    background: transparent url(https://www.papiton.de/Bilder/menu-pfeil-u3.gif) no-repeat right top
}

#l_grp,
#s_suche {
    border: 1px solid #ccc;
    margin: 7px 0;
    padding: 5px 0 0 10px
}

#l_grp li:last-child {
    margin-bottom: 10px;
}

#BewLiUl {
    border: 1px solid #ccc;
    margin: 10px 0;
}

#BewLiUl .lbewueb {
    display: block;
    padding: 5px 0px 3px 10px;
    color: #333
}

div[id^=div_kat_li] {
    margin-bottom: 5px
}

#diBewmehr {
    cursor: pointer;
    background-color: #eee;
    padding: 4px;
    text-align: center
}

#diBewmehr:hover {
    background-color: #ccc;
    color: #000
}

#Suchein3 {
    font-weight: 700;
    margin: 20px 0 10px
}

#BewLiUl ul {
    padding: 2px 2px 2px 10px;
    margin: 0;
    height: 200px;
    overflow-y: hidden
}

#BewLiUl li {
    overflow-y: hidden;
    font-size: 13px;
    margin: 2px 0;
    padding: 2px 0;
    border-top: 1px #ccc dotted
}

#BewLiUl .BewSt {
    background-image: url(https://www.papiton.de//bilder//starspri2.gif);
    width: 49px;
    display: inline-block;
    height: 9px;
    margin: 0 4px 0 0
}

div.BewArt img {
    float: left;
    margin-right: 2px
}

div#s_mitte,#s_mitte_s {
     /* width: calc(100% - 205px); */
     text-align: center;
     overflow: visible;
     display: inline-block;
     position: relative;
}

div#stimmungsbild {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    /* display: grid; */
    /* grid-template-columns: auto auto; */
}

#stimmungsbild img {
    width: 100%;
    margin-top: 0px;
}
.likaru23
{
 position:relative;
}

.d23 .likaru23
{
 display:inline-block;
 width: 30%;
}



.ulkaru23-desk
{
 display:none;
}
.karu23dots
{
    width: 100%;
    height: 18px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    grid-gap: 30px;
    /* border-radius: 10px; */
}
.karu23dd
{
    border: 1px solid #333;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    cursor: pointer;
}
.ka23Akt
{
 background-color: #333;
}
.kachel23
{
 display:grid;
 grid-template-columns: repeat(2, 48%);
 justify-content: space-around;
}

.kach23
{
 position:relative;
}

.kach23 {}

div.dFilSortMitCon
{
 display:flex;
 justify-content: space-between;
 align-items: center;
 padding: 0 3px;
 margin-top: 8px;
}

.SorFil23
{
 border: 1px #777 solid;
 padding: 4px 9px;
 border-radius: 1px;
 cursor: pointer;
 width: 38%;
 
}

#dAlleFil,#dsort23i
{
 display: flex;
 justify-content: space-evenly;
 align-items: center;
}

.sort23 
{
 /* background-color:pink; */
}

#dAlleFil
{
 /* background-color: #f3c4da; */
 /*padding: 4px 38px;*/
   padding: 4px 4px;
}



span.SVGFilter
{
 background-image: url(https://www.papiton.de/Bilder/filter2.svg) ;
 background-position: center center;
 width: 21px;
 height: 12px;
 
 }
span.svgSort 
{
 width: 21px;
 height: 14px;
}

span.svgFilSor
{
 background-repeat: no-repeat;
 background-position-y: center;
 display: inline-block; 
 margin-left: 9px;
}

.FilGewBox
{
  border: 1px #ccc solid;
  padding: 2px 6px;
  margin: 3px 6px 2px 0;
  /* display: flex; */
  /* justify-content: space-between; */
  /* width: auto; */
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  border-radius: 1px;
  display: inline-block;
  /* width: 150px; */
}
.FilNEUBox
{
 color: white;
 background-color: var(--FGruen);
}

div.DFilGewMitte .FilClearAll 
{
 display:none;
}

.FilClearAll 
{
 display: inline-block;
 padding: 3px 5px;
 text-decoration: underline;
 cursor: pointer;
}
.DFilGewCon 
{
 /* display: flex; */
 /* overflow-x: auto; */
 /* justify-content: space-between; */
 /* flex-direction: column; */
 /* align-content: space-around; */
 text-align: left;
}

.DFilGewMitte
{
 padding: 7px 3px;
}

.DFilGewLeft
{
 padding: 7px 3px;
 /* display: grid; */
 /* grid-template-columns: auto auto; */
 /* justify-content: space-between; */
 display: none;
}

/*
div#FilConOb {
    position: fixed;
    z-index: 99999;
    background-color: white;
    top: 0;
    left: 0;
    height: 100%;
    display: none;
    text-align: left;
}
*/

div.FCOsuch {
    /* margin: 16px 0; */
}

div.FCOlog {
    margin: 0px 0 !important;
}

div.FilHi {
    font-weight: 500!important;
    /* border-color: #111!important; */
}

div.FilM {
    min-width: 46px;
    display: block;
    text-align: left;
    /* margin: 5px 5px 5px 5px; */
    padding: 0px 0 4px 0;
}
span.FiAnzMark
{
 font-size:12px;
 padding: 1px 6px;
 margin-left: 6px;
 background: var(--FGruen);
 border-radius: 11px;
 color: white;
}

div.mnfilwr2 {
    display: flex;
    padding: 1px 7px 1px 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}



.divFilWrap {
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    cursor: pointer;
    font-weight: 400
}

div.FilM {
    border-bottom: 1px solid #ddd;
    /* border-radius: 4px; */
    cursor: pointer;
    font-weight: 400
}

div.filfuell
{
  height: 81px;
  /* position: sticky; */
  /* bottom: 0; */
}
#MarkeQuick div img {
    max-height: 95%;
    max-width: 95%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#MarkeQuick,


div#s_mitte_s,div#s_mitte
{
 min-width:calc(100% - 62px);
 padding: 0px 10px;
}

#MarkeQuick div.landquick {
    height: 50px;
    min-width: 100px;
    padding: 2px;
    margin: 7px 12px;
}

#MarkeQuick .mnMLetter
{
  display:none;
}

#MarkeQuick 
{
  /* display:grid; */
  /* grid-template-columns: auto auto auto; */
  text-align: center;
}

.relcont {
    position: relative;
    width: 174px;
    height: 50px;
    display: inline-block
}

span#MaQ_Bez {
    height: 30px;
    top: 50%;
    margin-top: -15px;
    position: absolute
}


#LulQuick .landquick, #LulQuickD .landquick{
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
 /* margin: 3px 3px!important; */
 padding: 4px;
 /* vertical-align: middle; */
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 background-size: contain;
 background-color: gainsboro;
 /* max-width: 200px; */

}

#LulQuick .landquick a, #LulQuickD .landquick a{
 /* color: white; */
 /* font-size: 13px; */
}

#MarkeQuick .landquick {
 display:inline-block;
 position: relative;
 /* display: table-cell; */
 border: 3px solid #000;
 /* height: 100%; */
 cursor: pointer;
 font-weight: 400;
}


.LulQu5 .landquick
{
 /* width: 20%; */
}
.CmenhFil
{
 /* display:flex; */
 /* justify-content: space-between; */
}

.CmenhFilKat
{
  font-weight: bolder;
  letter-spacing: 2px;
  font-size: 21px;
}

.mnfilavg {
    /* width: 33px; */
    /* height: 12px; */
    display: inline-block;
    /* position: absolute; */
    /* right: 8px; */
    margin-bottom: 1px;
    /* padding-bottom: 0px; */
}

#divSiegel span {
    display: block;
    /*	width:55px;*/
    height: 55px;
    background-repeat: no-repeat;
    margin-top: 8px;
}


/*
*bionic-finish-eco-55.png
*GOTS-logo-55.png
*ivn-best-logo-55.png
*kba-logo-55.png
obcs-logo-55.png
*ocs-logo-55.png
*/

.sg_oekotex100 {
    background-image: url("https://www.papiton.de//bilder/oekotex-standard-100-55.png");
}

.sg_gots {
    background-image: url("https://www.papiton.de//bilder/GOTS-logo-55.png");
}

.sg_kbA {
    background-image: url("https://www.papiton.de//bilder/kba-logo-55.png");
}

.sg_ivn-best {
    background-image: url("https://www.papiton.de//bilder/ivn-best-logo-55.png");
}

.sg_ocs {
    background-image: url("https://www.papiton.de//bilder/ocs-logo-55.png");
}

.sg_bionic-fin {
    background-image: url("https://www.papiton.de//bilder/bionic-finish-eco-55.png");
}

.sg_spiel-gut {}

.sg_eco-on {}

.sg_kbT {}
/* 6px breit
.svgPrunt,.arrow-r-23 {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" stroke="%23555" stroke-width="1" fill="none"><path d="M 1 6 L6 10 L11 6"></path></svg>');
    background-repeat: no-repeat;
}

.svgPhoch {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" stroke="%23555" stroke-width="1" fill="none"><path d="M 1 10 L6 6 L11 10"></path></svg>');
   background-repeat: no-repeat; 
}

.svgPrechts {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" stroke="%23555" stroke-width="1" fill="none"><path d="M 6 1 L10 6 L6 11"></path></svg>');
    background-repeat: no-repeat; 
}

.svgPlinks,.arrow-l-23 {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" stroke="%23555" stroke-width="1" fill="none"><path d="M 10 1 L6 6 L10 11"></path></svg>');
    background-repeat: no-repeat; 
}*/

.svgSort
{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 14" stroke="%23555" stroke-width="1" fill="none"><path d="M 4 0 L4 14 L0 10 M4 14 L8 10 M 14 14 L14 0 L10 4 M14 0 L18 4"></path></svg>');
}

.svgPrunt {
    /* background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" stroke="%23555" stroke-width="2" fill="none"><path d="M 2 8 L9 16 L16 8"></path></svg>'); */
    /* background-repeat: no-repeat; */
}

.svgPhoch {
    /* background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke="%23555" stroke-width="2" fill="none"><path d="M 2 16 L9 8 L16 16"></path></svg>'); */
    /* background-repeat: no-repeat; */
}

.svgPrechts,.arrow-r-23 {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" stroke="%23555" stroke-width="2" fill="none"><path d="M 6 0 L16 9 L6 18"></path></svg>');
    background-repeat: no-repeat; 
}

.svgPlinks,.arrow-l-23 {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" stroke="%23555" stroke-width="2" fill="none"><path d="M 18 0 L6 9 L18 18"></path></svg>');
    background-repeat: no-repeat; 
}

.svgWK1 {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 26" stroke="%23333" stroke-width="1.5" fill="none"><path d="M 0 25 l2 -16 h16 l2 16 L0 25"></path><path d="M 6 13 A 3 6 0 1 1 15 13" fill="none"/></svg>')
}

div.mnfilwr2:hover {
 /*   background-color: #d0e9a8*/
}

#menhFil_16,
#menhFil_09,
.BlattFil2
{
    background: url(https://www.papiton.de/Bilder/blatt3.svg)no-repeat;
    padding: 0px 0px 1px 30px!important;
    background-size: 22px;
    background-position: center left;
}

#Qli_SSV,#Qli_SSVD,#Qli_MSN
{
 background-color: #ffff99;
}

#Qli_MJ,#Qli_MJD
{
 /* background-color: var(--FBeige); */
 /* background-image: url('https://www.papiton.de/Bilder/mode-jungs.svg'); */
}
#Qli_WSV
{
 background-color: #2c5271;
}


#Qli_MWN,#Qli_MWND
{
 /* background-color: skyblue; */
 background-image: url('https://www.papiton.de/Bilder/mode-winter.svg');
}
#Qli_MM,#Qli_MMD
{
 /* background-color: var(--FHellRosa); */
 /* background-image: url('https://www.papiton.de/Bilder/mode-maedchen.svg'); */
}

#Qli_BioM,#Qli_BioMD
{
background-image: url('https://www.papiton.de/Bilder/mode-bio.svg'); 
 /* padding-left: 22px!important; */
 }

#men_F11:hover,
#men_F12:hover {
   /* background: #d0e9a8*/
}

.landquick:hover {
    border-color: #444;
    color: #000;
    background-color: #fcfcfc
}

#LulQuick div a {
    text-decoration: none;
}

div.divFilWrap {
    overflow: hidden;
    /* position: absolute; */
    background-color: #fff;
    margin: 7px 0 0 -4px;
    width: auto;
    z-index: 99999;
    padding: 3px 2px 3px 2px;
}

div.divFilWrap ul::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
}

div.divFilWrap ul::-webkit-scrollbar-thumb {
    background-color: #777;
    border: 1px solid #777;
    border-radius: 3px
}

div.divFilWrap ul {
    /* max-height: 250px; */
    /* overflow-y: auto; */
    margin: 2px 3px 8px 5px;
    text-align: left
}

#mnsl_Fsr li.mn_0:hover {
    text-decoration: underline
}

.unsichtbar,.likaru23D {
    display: none
}



.divFilWrapSort
{
 position:absolute;
 z-index: 99999;
 background: white;
 border: 1px solid #ccc;
 padding: 4px 15px;
 margin: 2px;
 width: 202px;
 right: 9px;
 top: 38px;
 text-align: left;
}

div.men_0 {
    height: 20px;
    overflow: hidden
}

div.men_1 {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden
}

div.mengr_0 {
    height: 17px;
    overflow: hidden
}

div.mengr_1 {
    height: 278px;
    overflow: hidden
}

#men__2 ul {
    max-height: 450px;
    overflow-y: auto
}

ul#m_ul_mngr {
    list-style: none;
    position: relative;
    left: 0;
    top: -10px
}

li[id^=mn_] {
    cursor: pointer;
    padding-left: 26px;
}

li.mnK_0,
li.mn_0 {
    background-image: url(https://www.papiton.de/bilder/mn2019-00.png);
    background-position-x: inherit;
    background-position-y: center;
    line-break: anywhere;
}

li.mnK_1,
li.mn_1 {
    background-image: url(https://www.papiton.de/bilder/mn2019-01.png);
    font-weight: 700;
    background-position-y: center;
}



.a_OnHov {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 999;
}

div[id^=a_mini] img {
    border: 1px solid #ccc;
    margin: 3px 0 0 3px
}
div[id^=a_mini] {
    left: -41px;
    width: 40px;
    top: 1px;
    z-index: 9999;
}


div.a_min_lng {
    height: calc(100% + 48px)
}

div.a_rechts {
    display: inline-block;
    width: 100%
}

img[id^=akurz] {
    width: 100%
}

.kurzBezConL
{
 height:56px;
}
div.cl_a_bezK {
    width: 100%;
    /* height: 50px; */
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ssBez1L
{
 font-weight: 600;
}

div.a_ra_4 {
    width: calc(100% + 40px);
    height: calc(100% + 48px)
}

.cl_przneu {
    right: 0;
 
}

.cl_biofair
{
 left:0;
 background-color: white;
 width: 24px;
}

.cl_prnebi
{
   position: absolute;
    top: 0;
    font-size: 11px;
    margin: 2px 2px 0 0;
}

.cl_biofair div.organic21,.cl_biofair div.fair21{
 border: 1px solid #ddd;
}

.cl_prnebi .cl_neu {
    width: 33px; 
}

.cl_prnebi div {
   margin-top: 2px;
    border-radius: 1px;
    text-align: center;
}

.organic21L,.fair21L
{
   border: 1px solid #ddd; 
}

.cl_przneu div {
    padding: 2px;
   
    
}

#beschreibung {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #fcfcfc
}

.s_suchtw {
    position: relative;
    text-align: left;
    font-weight: 600;
    color: black;
}

.s_suchtw:before {
    /* content: ""; */
    /*position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    border-top: 1px solid #aaa;
    width: 98%;*/
}


.s_suchtitel2 span, .s_logtitel2 span {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 6px
}


.s_suchtitel2 {
    margin: 20px 0 0 0;
    padding: 2px 0;
    /* text-align: center; */
}


#dNeuKunde table tr td input,
#divPW table tr td input,
#divadr table tr td input {
    margin: 4px 0;
    text-align: left;
    font-family: Verdana, Helvetica, Arial;
    font-size: 14px;
    padding: 6px 5px!important;
    width: 92%;
    border: 1px solid #d6d5d5;
    background-color: #fff;
    height: 48px!important;
    line-height: inherit
}

#buvipdetail2 table {
    width: 700px
}

#buvipdetail2 table td {
    word-wrap: break-word
}

.logout {
    display: none!important
}

li[id^="m_"].kgr_0 {
    background-color: #FFF;
    color: #666666;
}



.tooltip .tooltiptext {
    visibility: hidden;
    width: 343px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
    text-transform: initial;
}

.tooltip .tttxL {
    
    left: 25px;
    margin-left: 60px;
    
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

span.tooltiptext {}

.vip21 .tooltip .tooltiptextR::after {
    left: 354px;
    border-color: transparent  transparent transparent #e9c100;
}

.fair21 .tooltip .tooltiptext {
    background-color: #2eb4d5;
}

.fair21 .tooltip .tooltiptext::after {
    border-color: transparent #2eb4d5 transparent transparent;
}

.organic21 .tooltip .tooltiptext {
    background-color: #729a31;
}

.organic21 .tooltip .tooltiptext::after {
    border-color: transparent #729a31 transparent transparent;
}

.vip21 .tooltip .tttxR {
    background-color: #e9c100;
    right: 51px;
    /* left: unset; */
    display: none;
}


.new21 .tooltip .tooltiptext {
    background-color: #fff;
    color: #000;
}

.new21 .tooltip .tooltiptext::after {
    border-color: transparent #fff transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.dstmBez {
    position: absolute;
    color: #000;
    font-size: 50px;
    background-color: #fff;
    min-width: 500px;
    left: calc(49% - 250px);
    padding: 4px;
    bottom: calc(50% - 100px);
    text-align: center;
    border-radius: 4px;
    opacity: 80%;
}

.slider {
    margin: 0 auto;
}

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0px -5px 0px -5px;
}

button.slick-arrow,
button.slick-arrow:hover
{
    position: absolute;
    top: calc(50% - 2px);
    
    z-index: 1;
    width: 25px;
    height: 25px;
    /* background: url("https://www.papiton.de/bilder/right-arrow.png"); */ 
    background-size: contain;
    background-position-x: right;
    filter: invert(1);
    background-color: gray;
    /* border-radius: 49%; */
    opacity: 0.7;
    background-repeat: no-repeat;    
}

button.slick-next,
button.slick-next:hover {
   background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" stroke="%23555" stroke-width="2" fill="none"><path d="M 6 0 L16 9 L6 18"></path></svg>');
   right: 0px;
   /* padding: 13px; */
}

button.slick-prev,
button.slick-prev:hover {
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" stroke="%23555" stroke-width="2" fill="none"><path d="M 12 0 L0 9 L12 18"></path></svg>');
      left: 0px;
}

.slick-prev:before,
.slick-next:before {
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    /* display: block; */
    /* height: 300px; */
}

.slick-slide p {
    font-size: 16px;
    color: #960000;
    margin: 0 0 2px 0;
    padding: 3px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    text-align: center;
    text-decoration: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */

.slick-loading .slick-list {
    background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next {
    /* right: -25px; */
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}


/* Dots */


.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 14px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.subDesk 
{
    position:absolute;
    background-color: white;
    z-index: 100000;
    width: 100%;
    padding: 20px;
    font-size: 15px;
    /* border: 1px solid #eee; */
    background-color: #fdfdfd;
    /* background-color: #fff6fa; */
    top: 179px;
}
#DSubDesk_-1 
{top: 145px;}
.lisubMDesk div.spSubMCon
{
   /* height: 32px; */
   padding: 11px 0;
}

.mnMarkeTop
{
 width: 48%;
 height: 32px;
 display: inline-block; 
}
.mnMarkeTop img
{
  width: 66%;
  max-width: 120px;
}

.mnMarkeDeskTop
{
 width: 24%;
 height: 72px;
 display: inline-block;
}

.mnMarkeDeskTop img
{
  width: 66%;
  max-width: 130px;
}

#subMarkeDeskC ul
{
  columns: 3;
}

.subDesk ul li
{
 display: inline-block;
 width: 32%;
}

#subMarkeDeskC ul li
{
 display: block;
 width: 32%;
}

#blogSeite , #blogSeiteArtikel
{
  padding: 40px;
  max-width: 1000px;
}
#blogSeite img, #blogSeiteArtikel img 
{
  max-width: 100%;
}

#blogSeite a
{
 text-decoration: none;
}

#blogSeiteArtikel img{
 //float: left;
}

.TrollTabContainer
{
 display:grid;
 grid-template-columns: auto auto auto;
}
.csblogArtikelCont
{
  padding-bottom: 20px; 
}

.csblogArtikelUnter
{
  font-style: italic;
}



@media screen and (min-width:1081px) {

 #divneu,
.login_block {
    width: 44%;
    display: inline-block;
    border: none;
    padding: 0 2%;
}


.unsichtbar,.likaru23D {
    /* display: inline-block; */
}


#kopfzu
{
    margin: 5px 0;
}

 .karu23dots
 {
  display:none;
 }
  #divneu,
 {
    border-top: none;
    border-left: 1px solid black;
}

 
 div#s_mitte {
 /*       width: calc(100% - 279px);
        float: right;
        padding: 0px 8px;*/
    }
 
  div#s_mitte_s {
        /* width: calc(100% - 279px); */
        /* float: right; */
   min-width:calc(100% - 18px);
        padding: 0px 8px;
    }

 #s_obenlogin,#s_obenwk {
    height: 61px;
}
#s_obensuchcDsk,.obenAcon
 {
    display: flex;
    flex-direction: column;
    align-items: center;
 }

.svgo22
{
 width: 57px;
}


 #s_oZ2
 {
  background-color:white;
 }

 #s_obenkleintxt
 {
  background-color:#F1F1EF;
 }
  div#FilConOb {
   /*
  width: 235px;
  position: relative;
  display: inline-block;
  top: 0px;
  height: 100%;
  float: left;
  z-index: 100;*/
   /* max-width: 413px; */
 }

  #dAlleFil
 {
 /* display:none;*/
 }

.stimm23
 {
  /* display:grid; */
  /* grid-template-columns: auto auto; */
 }
 
  div.dFilSortMitCon {
    /* justify-content: end; */
}

  #BtSubCloseFil
 {
  /* display:none; */
 }

 div#eea_rechts_e
 {
  margin: 0 40px 0 5px;
 }
div.cl_preis_K,
div.cl_preis_redu {
    height: 26px;
    padding: 6px 0 12px 0;
    font-size: 18px;
}
 
 
#eea_menge__1 select {
    width: 55px!important;
    height: 38px;    
    margin-top: 4px;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
}

    #s_obenkleintxt{
 grid-template-columns: 10fr 10fr auto auto auto auto;
    }   

 #eea_menge__1 .labelAnz
{   
   display: initial;
}
 
 div#eea_rechts_e {
    /* margin-left: 20px; */
    max-width: 700px;
}
 div#MZCon {

 width: 450px;
}



 #EminiCon
{
  /*display:inline-block;*/
}

 #product-detail-u
 {
  padding:0;
 }
 
.men2Utxt
{
 display: block;
 padding-left: 0px;
 margin-top: -13px;
} 
 .DivSuch, #edsu__Dsk {
         /* background-color: rgb(244, 245, 247); */
         /* border-radius: 1px; */
    } 
 
div#DcookieEinst
{
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    justify-content: space-evenly;
} 

    #SCookie1
{
    padding-top: 9px;
}
    .lUkat {
        column-count: 3
    }
    .lUkat li {
        margin-bottom: 7px;
        min-width: 160px
    }
    
    .suchvors {
        width: 750px;
        overflow-x: visible
    }


    #s_logo {
        top: -22px;
        /* left: -10px; */
        background-position: left;
        background-size: 134px;
    }


    span.LupeDsk {
        /* width: 30px!important; */
        /* height: 16px!important; */
        bottom: 2px;
        background-size: 22px
    }
    #s_obenlogwk {
        /* height: 40px!important; */
        /* top: 40px!important; */
        /* right: 20px; */
    }
    div.doben2020 {
        /* padding: 5px 10px !important; */
    }
    
    .responsive-table th:nth-child(2) span {
        display: block
    }
    .responsive-table th:nth-child(2):after {
        display: none
    }
    .responsive-table td,
    .responsive-table th {
        display: table-cell;
        padding: 1em
    }

    div#dnavo{
        display: inline-block;
        /* justify-content: space-between; */
    }
 #kopfzu
 {
  display:block;
  /* width:100%; */
 }
    #dnavoMob{
        display:none;
    }
    .suchvors {
     font-size: 16px;
    }
#slogoC
{
    height: 68px;
    /* width: 200px; */
    top: 2px;
    grid-area: logo;
}
 
 .d23-con
 {
  width:60%;
 display:inline-block; 
 }
 
#LulQuickC
 {
  /* width: 17%; */
 }
#LulQuick
 {
    display: grid;
    /* grid-template-columns: auto auto auto auto; */
    grid-gap: 22px;
    justify-content: space-around;
    /* width: 32%; */
    /* margin: 0; */
}


}

@media screen and (max-width:1080px) {

 /* div#FilConOb
 {
  display:none;
 }*/
 
 #s_grptitel
 {
  margin-left: 20px;
 }
 
div#s_oben14 {
    margin: auto;
}
div#eea_rechts_e {
 margin:auto;
 /* width: 80%; */
}
 /*#s_obenlogin, #s_obenwk */
 .svg22
 {
    background-size: 35px;
 }

 div#eea_mini_2__1 img{
  width: 65px;
 }

.login_block {
    display: block;
}

.login_block #divlogin,
.login_block #divneu {
    width: 100%;
}

 
#s_oZ2 {
    grid-template-columns: auto 1fr 50fr 1fr 1fr 1fr;
    grid-template-areas:
        "mobmen such logo akt2 login WK";
    /* position: fixed; */
}

 /*
#s_oZ2 :nth-child(2) {
    order: 3;
  } 
#s_oZ2 :nth-child(3) {
    order: 2;
  } 
   */ 
#s_obenkleintxt    
    {/* display:none; */}

#s_obenloginC {
}
 

    #buvipdetail2 table {
        width: 100%;
        font-size: 12px
    }
    .s_suchtw:before {
        left: 0
    }
    #navo,
    #navo15,
    ul#navo li {
        height: auto
    }
    ul#navo li:first-child {
        padding: 15px
    }
    div#seite14 {
        padding: 0!important
    }
    #u_newsl input {
        width: 95%!important
    }

    #seite {
        padding: 15px 0 0 15px
    }
    #retouren_content {
        padding: 0 5px
    }
    #s_inhalt {
        padding: 10px
    }
    #l_ueber {
        padding: 15px 0 0 15px
    }
    #s_unten14 {
        padding: 0 15px
    }
    #div_vorsch,
    #product-detail-u,
    .dino-product-detail2 {
        padding: 0;
        /* text-align: center; */
    }
.lief_sof {
    /* margin-bottom: 10px; */
}    
div#eea_lief__1.lief_sof {
		/* height: 57px; */
		/* text-align: left; */
		/* background: url('https://www.papiton.de/karussel/Bilder/kommt-vor-weihnachten-21.gif') no-repeat bottom center; */
		/* background: url('https://www.papiton.de/karussel/Bilder/kommt-vor-weihnachten-an-4.gif') no-repeat bottom center; */
		/* background: url('https://www.papiton.de/bilder/weihnachtsmann_schlitten2.gif') no-repeat bottom right; */
		/* background:url('https://www.papiton.de/karussel/Bilder/kommt-vor-ostern-an3.gif') no-repeat bottom center; */
		/* background: url('https://www.papiton.de/bilder/kommt-vor-weihnachten.svg') no-repeat bottom center; */
		/* background-size: contain; */
}    
    #eea_img__1 {
        /* margin: auto; */
    }
    div#eea_einzel__1 {
        /* display: block; */
        padding: 0 20px;
    }
 div#eea_her_1__1 {
  display:none;
 }
    div#eea_img__1 {
        /* position: relative; */
        /* height: auto; */
        text-align: center;
    }
    #s_links14 {
        display: none!important;
    }

    .responsive-table td {
        display: block
    }
    .responsive-table.info-table td {
        padding: .5rem 1rem;
    }
    #oben_akt2 {
        top: 10px;
        right: 113px;
    }
    div[id^=dnavo__] {
        top: 117px!important;
    }
    .markendiv {
        line-height: 22px;
        clear: both;
        border-top: 1px solid #ccc
    }
    .markendiv ul {
        padding: 2px 0;
        list-style: none;
        margin: 1px;
        display: inline-block
    }
    .marken-kap,
    h2 {
        font-size: 18px;
        font-weight: 700;
        color: #333
    }
    h1 {
        font-size: 20px;
        font-weight: 600;
        color: #262626;
    }
    .marken-kap {
        float: left;
        width: 40px;
        color: #63ad4b
    }
    #s_unten20 {
        background: #f2f2f2;
        padding: 31px 0
    }
    #d_info,
    
    #s_obensprache {
        display: none!important
    }
    #s_logo {
        left: 38%;
        width: 100%;
        /* min-height: 58px; */
        top: 8%;
        background-size: 133px;
    }
#kopfz
    {
       /* padding: 6px 0 2px 0; */
       font-size: 14px;
       font-weight:bold;
       letter-spacing: 0;
    }
    
#slogoC a
    {
        display:inline-block;
        width: 100%;
    }

#dAlleFil {
 /*   padding: 4px 4px;*/
} 
 
#slogoC
{
    /* height: 63px; */
    position: relative;
    /* width: 100px; */
    /* text-align: center; */
    display: flex;
    justify-content: center;
}    
    #kopfz2 {
        min-height: 50px;
        padding: 10px 15px;
        border-bottom: 1px solid #ddd
    }
    .mm_icon {
        /* position: absolute; */
        /* top: 20px; */
        /* left: 18px; */
        z-index: 99;
        cursor: pointer;
        /* display: inline-block; */
        padding: 0px 0 0 18px;
        width: 50px;
    }
    .menu_icon {
        width: 27px;
        height: 1px;
        background-color: #000;
        margin: 0 0 10px 0;
    }
    #Nav2Left {
        width: 80.9%;
        background-color: #fff;
        z-index: 9999;
        height: 100%
    }
    #d_infoC
    {
        display:none;
    }
    .lUkat li {
        padding: 5px 10px 5px
    }
    .minus_icon,
    .pluse_icon {
        cursor: pointer;
        position: absolute;
        font-size: 22px;
        text-align: right;
        display: block
    }
    .pluse_icon {
        right: 18px;
        top: 0
    }
    .minus_icon {
        right: 13px;
        top: -2px;
        display: none
    }
    #Nav2Left ul li:last-child {
        border-bottom: 0!important
    }
    .div_width {
        left: 0!important
    }
#s_obensuchcDsk{
    grid-template-columns: auto;
    /* background:white; */
    /* display: none; */
}    
    .secarch_section
    {
        width: 95%;
    }

    div#s_obensuche14Dsk input {
        /* background-color: #f2f2f2; */
        padding: 6px 10px;
        /* width: 80%; */
        /* border: 1px solid black; */
        top: 18%;
        left: 5%;
        display: inline-block;
    }
    
    #s_obensuche14Dsk
    {
        /* display: none; */
        min-height: 94px;
        background-color: #fff;
        /* position: absolute; */
        width: 75%;
        /* height: 31px; */
        z-index: 99999;
        transition: all .4s ease-in-out;
        /* z-index: 1040!important; */
    }


    #dnavo {
        height: auto;
        margin: 0;
        padding: 10px 0
    }

    
ul#navo li {
    /* padding: 2px 20px 8px 20px; */
    font-size: 17px;
}    
    #suchvoDsk {
        width: 98%;
        /* top: 45px; */
        /* padding: 0 5px; */
        /* right: auto; */
    }
    /*.secarch_section {
        display: none;
        min-height: 125px;
        background-color: #fff;
        position: absolute;
        width: 100%;
        z-index: 9999;
        transition: all .4s ease-in-out;
        z-index: 1040!important
    }
*/

    .search_width {
        top: 0px;
        position: fixed;
        left: 0;
        bottom: 0;
        /* right: 0px; */
        /* display: inline-block; */
    }
    
    
    #markeno2 .markendiv {
        padding: 0 10px;
        margin-bottom: 1px
    }
    .marken-az {
        font-size: 16px
    }
    .language_left {
        float: left
    }
    #s_unten_ul2 {
        word-break: break-word
    }
    #s_unten_ul2 a {
        padding: 0 15px 0 15px;
        font-size: 15px;
        line-height: 30px
    }
    div[id^=a_lis] {
        min-width: 137px;
        width: 30%;
    }
    #s_oben14 {
        position: sticky!important;
        top: 1px;
        background-color: #f1f1ef;
        display: block;
        /* min-height: 76px; */
    }

    #s_obenlogwk div {
        display: inline-block;
        /* height: 30px!important; */
        /* padding: 0 40px 0 0!important; */
    }
    .mnlH1 {
        width: 93%;
        position: relative;
        line-height: 40px;
        border-bottom: 1px solid #eee;
        padding: 0 10px 0
    }
    .language_left {
        float: left
    }
    .languages_div {
        float: right;
        height: 32px;
        margin: 6px 0
    }
    .languages_div img {
        margin: 0 5px;
        width: 25px;
        height: 20px
    }

    #d_info {
        display: none!important
    }
    .logwk_txt {
        display: none!important
    }
    #s_inhalt2 {
        padding: 0 15px
    }
    .slick-slider {
        margin-top: 3px;
    }
}



@media screen and (min-width:577px) and (max-width:1080px){
    #s_obenkleintxt{
 grid-template-columns: 10fr 10fr auto auto;
    }
}

@media screen and (min-width:577px) {
 
    span.SortLang 
 {
  display:inline-block;
 
 }
    span.SortKurz
 {
  display:none;
 }
#s_obenkleintxt
{
    font-size: 0.8em;
 } 
.obenktxt
{
     margin: 0 16px;
} 
}



@media screen and (max-width:576px) {

 div.landquick {
  font-size: 12px;
  font-weight: 500;
 }
.spSubMHeadCon
{
  margin-left: 9px;
}

.subHeadNeu .spSubM,.subHeadSale .spSubM
{
letter-spacing:1px;
font-weight:500;   
}


 #menu_mobile
 {
  width: 40px;
  padding: 7px 0 0 6px;
 }

.SorFil23
{
 width: 44%;
}
 
#s_oZ2
{
    padding: 11px 12px 7px  12px;
}

    #CookItem2 button
    {width: auto; 
margin: 2px 2px}
.CookContainer{
    /*! justify-content: space-between; */
    /* grid-column-gap: 5px; */
}



 /*#s_obenlogin,#s_obenwk*/

  
 
 div.cl_preis_E,
div.cl_preis_redE, #eea_orgp__1 {
    font-size: 20px;
}

#eea_preiskom {
    margin-left: 8px;
    font-size: 10px; 
} 
#s_oZ2 {
    grid-template-columns: 1fr 1fr 3fr 0fr 1fr 1fr;
} 
 
 div.eea_prozCont
 {
  font-size: 13px;
  width: 35px;
 }
 
#CookItem2    
    {display:grid;
        grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
        justify-content: space-between;
    }
 
 
 div#FilConOb {
  /* width: 100%; */
  /* min-width: 150px; */
 }
#s_obensuchcDsk{
 margin-right: 0px;

 align-items: center;}

    span.SortLang 
 {
  display:none;
 }
    span.SortKurz
 {
  display:inline-block;
 }
 
    div#dnavoMob, div#s_obensuche14Dsk, .subMob 
    {
        /* width: 81%; */
        /* height: 2000px; */
        /* position: absolute; */
    }
    
    #wkwk {
        line-height: 17px;
    }    
    .slider img {
        height: 152px;
    }
    .logout {
        display: block!important;
        padding: 3%!important
    }
    .my_point_counter.counter {
        width: 300px
    }
    .vbez,
    .vneu,
    .vpreis {
        width: 160px;
        overflow: hidden
    }
    #allesvipart a,
    #allevipart a {
        display: block
    }
    #dsecvueber .svipue1 {
        width: 100%
    }
    .stars {
        margin-left: 0;
        display: block;
        margin-top: 15px
    }
    #l_vip_N,
    #l_vip_S,
    #l_vip_V {
        display: table-cell;
        padding: 0;
        height: 50px;
        font-size: 12px
    }
    div#eea_img__1 {
        min-height: auto!important;
        width: 100%!important;
        height: auto
    }
    div#l_retauf {
        width: auto
    }
    div#l_btretauf {
        width: 300px;
        margin: 4px auto
    }
    div#l_retauf table tbody tr {
        display: grid
    }
    div#l_retauf table tbody tr input {
        width: 100%
    }
    .underlink {
        font-size: 12px;
        word-break: break-word
    }
    div#eea_rechts_e {
        padding: 0
    }
    #product-detail-u {
        padding: 0
    }
    #s_mitte div[id^=a_lis],#s_mitte_s div[id^=a_lis] {
        width: 46%;
        max-width: 320px;
        margin: 0px;
        padding: 2px;
    }

    
 div#s_mitte,div#s_mitte_s
 {
  padding: 0 6px;
 }
 
    #oben_akt2 {
        display: none
    }
    
    div#s_obensuche14Dsk input {
        top: 18%!important;
        /* width: 64%; */
    }
    
    .fuss_info {
        font-size: 16px
    }
    div#seite14 {
        padding: 0!important;
        /* height: 100%; */
    }
    #u_newsl input {
        width: 95%!important
    }
    .d-u-t {
        border-bottom: 1px solid #eee;
        width: 100%
    }
    .d-u-t-1 {
        border-bottom: none
    }
    #l_vip_N,
    #l_vip_S {
        line-height: normal
    }
    #l_vip_N,
    #l_vip_S {
        display: table-cell;
        padding: 0;
        height: 50px;
        font-size: 12px
    }
    ul#navo li,
    ul#navo li:first-child {
        padding: 13px;
    }


@keyframes kopfzAni {
          from {left: 0%;}
  to {left: -100%;}
}


span.Spkopfz{
  /* left: 0%; */
  /* text-align: left; */
  /* animation-name: kopfzAni; */
  /* animation-duration: 2s; */
  /* animation-iteration-count: 3; */
  /* animation-timing-function: linear; */
  /* animation-delay: 1s; */
  /* position: absolute; */
  white-space: nowrap;
  /* width: 1000px; */
}
    
#kopfz
    {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0;
        /* position: fixed; */
        top: 0px;
        /* left: 10px; */
        overflow-x: hidden;
        /* padding: 4px 0; */
    }


    .fuss_ul li {
        margin-bottom: 10px
    }
    #s_unten_ul {
        display: block;
        text-align: center;
        padding: 30px 0
    }
    #s_unten_ul2 a {
        display: block
    }
    .tooltip .tooltiptext {
        width: 220px;
        /* max-width:100%; */
    }
    div#eea_img__1 .MagicZoom {
        width: 100%;
    }
    .dstmBez {
        font-size: 24px;
        min-width: 240px;
        left: calc(49% - 120px);
        bottom: calc(50% - 60px);
    }

}


@media screen and (max-width:380px) {

 div.cl_textwk_L, div.cl_textwkOP_L
 {
  font-size: 12px;
 }
 
 
    .battery_imgs {
        width: 100%;
        border: none;
        padding: 0
    }

 .spSubM {
    font-size: 18px;
    /* font-weight: 400; */
    margin-left: 0px;
    /* letter-spacing: 0; */
}
 .mm_icon
 {
/*  width:auto;
  padding: 20px 0 0 2px;*/
 }

#s_obenlogin, #s_obenwk {
    /* left: 50px !important; */
    /* position: absolute; */
    /* top: 20px; */
    /* background-size: 25px; */
    /* width: 33px; */
    /* background-size: 33px; */
    /* margin: 1px 10px; */
} 
#s_logo {
 /*   background-size: 105px;*/
}
 
}

 
@media screen and (max-width:800px) 
{
 .landquick {
  font-size: 14px;
  font-weight:500;
 }
 #wkwk {
        top: -6px;
        right: -16px;
 }
#oben_akt2
 {
   /* border-color: white; */
   /* border: dashed; */
   padding: 1px;
 }

div#eea_img__1 {
    /* border: 1px solid #ccc; */
    position: relative;
 } 
    .CookContainer
{
    grid-template-columns: auto ;
    grid-template-rows: auto auto auto;

}
    .CookItem{
        width:100%;
    }
    #CookItem2 button
    {width: 28%;}

#s_logo,
#s_logo_ssl {
    /* position: absolute; */
    background-size: 110px!important;
    width: 100%;
    /* height: 60px!important; */
    margin-top: -9px;
    /* position: absolute; */
}

 .svgo22
 {
    background-size: 26px;
    height: 32px;
    width: 29px;
}

 #s_obenloginC,#s_obenwkC
 {
  height:36px;
 }
 
 #slogoC {
   height: 44px;
 }

 div[id^=a_op] {
    
    height: auto;
    
}

}

@media screen and (min-width:1401px) {

div#MZCon {

 width: 500px;
}
 
ul#navo li {
    padding: 2px 14px 8px 20px;
    font-size: 18px; 
}
ul#navo li:first-child {
    padding: 2px 40px 8px 0; 
}    
#s_obensuche14Dsk {
    width: 431px;
}
}

@media screen and (max-width:1200px) {
    div[id^=a_lis] {
        min-width: 165px;
        width: 23%;
    }

}

@media screen and (min-width:801px) and (max-width:1080px){
/*
   .ulkaru23
{
 display: grid;
 grid-gap: 0.7%;
 grid-template-columns: auto auto;
 justify-content: space-between;
}

.likaru23D {
    display: none
} 
.unsichtbar
 {
  display:inherit;
 }*/
}

@media screen and (min-width:801px) {

 .kachel23
{
 grid-template-columns: repeat(4, 23%);
}
.kach23NoDesk
 {
  display:none;
 }
 .ulkaru23
{
 /* display: none; */
 display: grid;
 grid-gap: 0.7%;
 grid-template-columns: auto auto auto;
 justify-content: space-between;
}
 .ulkaru23-desk
{
 display: initial;
}
 .likaru23
{
 /* width: 32%; */
 display: inline-block;
} 


 #LulQuickC,.karu23
 {/* display: inline-block; */}
 
.karu23
 {
  /* width: 51%; */
  /* display: grid; */
  /* grid-template-columns: auto auto; */
  padding-top: 4px;
 }


 #LulQuick .landquick {
  font-size: 15px;
  font-weight:500;
}

 #dNeuKunde
 {
  padding: 0 calc(50% - 300px);
 }
 
 
.LulQu5 {
    grid-template-columns: repeat(5,140px);
    }
.LulQu4 {
        grid-template-columns: repeat(4,140px);
    }
.LulQu6 {
        grid-template-columns: repeat(6,130px);;
    }

.d23-marken
{
 display:inline-block;
 grid-template-columns: repeat(2,100px);
 width: 20%;
} 
 

 div.cl_wk_K {
 display:none;
}

 #a_bewerten {
    margin-left: calc(50% - 250px); 
}
 #s_obenkleintxt
{
    font-size: 0.9em;
    
} 
 .ueberuns
{
 display:inline-block;
}

 
#EminiCon
 {
  display:inline-block;
 }

div#eea_einzel__1 {
    display: flex;
    /* grid-template-columns: auto auto; */
    align-items: start;
}
 

    

 .DFilGewMitte
 {
  /* display:none; */
 }



 #vertical_tab_nav .tab_container {
        padding: 20px;
        border: 1px solid #d6d5d5;
        margin-left: 20px;
        width: calc(100% - 350px)
    }
    #vertical_tab_nav .tabs {
        display: block
    }
    #vertical_tab_nav .tab_container .tab_drawer_heading {
        display: none
    }
    #vertical_tab_nav .tab_container article {
        padding: 0
    }
}

.slick-slider {
    margin-bottom: 0;
    position: relative;
}

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
ul.slickslide {
    padding-left: 0;
    max-width: 100%;
}

ul.slickslide li img {
    width: 100%;
    height: auto;
}

.slick-prev:before,
.slick-next:before {
    color: #888;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    /* right: 10px; */
}

.slick-dots {
    /* bottom: 0; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.slick-dots li {
    width: 5px;
    height: 14px;
}

.slick-dots li button:before {
    font-size: 19px;
    color: #242121;
    opacity: 0.25;
    line-height: 16px;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


/* loading issue fix; https://github.com/kenwheeler/slick/issues/790 */

.slick-slider .slick-track {
    min-width: 100%;
}