
* {
    margin: 0;
    padding: 0;
}
a {
  text-decoration:none;
  color:#0350A2;
}
a:hover {
  text-decoration: underline;
}
ul {
   margin: 0 0 0 1.8rem;
}

html{
    font-size:15px;
    line-height:1.2;
    box-sizing: border-box;
}

body {
    width:100%;
    /*overflow-x: hidden;*/
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    color: #232323;
    text-align: left;
}
/*---------- definizioni insieme;-) --------*/
#header, #nameNaviTopRow, #logoBasketSearchToggleRow, #naviMainRow, #restRum, #aktionsBann, #vortBannFoot, #vortBannHead, #footer{
   width: 100%;
}

#nameNaviTop, #logoBasketSearchToggle, .nav, #container, #containerAktuell, #aktionsBannIn, #vortBannFootIn, #vortBannHeadIn, #footerIn {
margin: 0px auto;
width: 1250px;
max-width: 100%;
min-width: 320px;
}
#naviMain > ul, #menueExtraUnten, #footerMenue > ul, #spezMenueFachg, #spezMenueNeuersch, #menueExtraOben {
  list-style: none;
  margin: 0 0 0 0;
  }

/* --------- header inkl. nav --------------*/
#header{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:230px;
}
#nameNaviTopRow{
    height: 25px;
    padding:8px 0px 0 0px;
    background-color: #034E9F;
}
#nameNaviTop{
    display:flex;
    justify-content: space-between;
    color: #FFFFFF;
}
/* ----- navi-oben ----*/
#naviTop {
    text-align: right;
    font-size:1rem;
}
#naviTop a{
    color:#FFFFFF;
}
#logoBasketSearchToggleRow{
    height: 40px;
}
#logoBasketSearchToggle{
    display:flex;
    justify-content: space-between;
}

#logoTop {
    max-width:150px;
}
#logoTop img {
    min-width: 100px;
    max-width:100%;
    height:auto;
}
/* - gehoert zu Fallback
#searchBasketRow{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 33%);
    padding-right:5px;
}
*/
#sucheExtraItem{

}
#sucheExtraItemMobile{
   width:100%;
   min-width:320px;
   height:0px;
   background:#0350a2;
   display:none;
} /*
#sucheExtraItemMobile.blockNo{
   display:none;
}   */
#sucheExtraItemMobile .sucheExtraItem{
    width: 334px;
    height: 0px;
    margin:10px auto 0 auto;
    transition: height linear 0.6s;
    overflow:hidden;
}
#sucheExtraItemMobile .sucheExtraItem form.sucheHeaderForm  {
    display:flex;
    flex-direction: row;
    align-items:flex-start;
    max-width:400px;
    height:0;
    border:1px solid #000000;
    overflow: hidden;
    transition: height linear 0.3s;
}
form.sucheHeaderForm  {
    display:flex;
    flex-direction: row;
    align-items:flex-start;
    max-width:400px;
    height:34px;
    border:1px solid #000000;
    overflow: hidden;
    transition: height linear 0.3s;
}
.sucheHeaderInput {
    width: 19.5rem;
    padding: 0.15rem 0.15rem 0.15rem 0.50rem;
    height:34px;
    border:none;
    font-size: 1rem;
    color:#A8A8A8;
}
.sucheHeaderInput:focus{
    color:#000000;
}

.sucheHeaderSubmit{
    height: 26px;
    padding: 4px;
}


#basketExtraItem{

}

/* -- hauptnavi -desktop - mobile --*/
#menuToggle{
    display: none;
}
#naviMainRow{
    background-color: #034E9F;
}
#naviMainRow #hamburger-checkbox, label.hamburger-icon{
    display:none;
}

#naviMain{
}
.nav{
      transition: max-height ease-out 5s;
      transition: max-height ease-in 0.2s;
}

#naviMain > ul, #footerMenue >ul {
  display:flex;
  justify-content: space-between;

}
span.fa-angle-right {
    display: none;
}
.menu_ebe_1{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  display: inline-block;
}

.menu_ebe_1_out,
.menu_ebe_1_on{
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.menu_ebe_1_out  .linkPlatz,
.menu_ebe_1_on  .linkPlatz{
    display: block;
  padding: 1rem 0.5vw 1rem 0.5vw;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.0rem;
  line-height: 1.2;
}
.menu_ebe_1_out  .linkPlatz > a,
.menu_ebe_1_on  .linkPlatz > a{
   color: #ffffff;
}
.menu_ebe_1_on:hover .menu_ebe_2,
.menu_ebe_1_out:hover .menu_ebe_2{
  display: block;
}

.menu_ebe_1_on .linkPlatz{
  background-color: #449DFB;
}

.menu_ebe_1_out .linkPlatz:hover{
  background-color: #3E94C8;
}

.menu_ebe_2{
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 3;
  min-width: 250px;
  padding: 0 0 0 0;
  margin: 15px 0 0 0;
  box-shadow: 2px 2px 2px 2px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 2px 2px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(50, 50, 50, 0.5);
  -o-box-shadow: 2px 2px 2px 2px rgba(50, 50, 50, 0.5);
}

.menu_ebe_2_out,
.menu_ebe_2_on{
  display: block;
  border-bottom: 1px solid #dddddd;
}

.menu_ebe_2_out:last-child,
.menu_ebe_2_on:last-child{
  border-bottom: none;
}

.menu_ebe_2_out > a,
.menu_ebe_2_on > a{
  display: block;
  padding: .4rem .5rem .4rem 1rem;
  font-size: 0.9rem;
  text-decoration: none;
}

.menu_ebe_2_out > a{
  color: #555555;
}

.menu_ebe_2_out:hover > a{
  color: #ffffff;
  background-color: #3E94C8;
}

.menu_ebe_2_on > a{
  border-left: 10px solid #0A51A1;
  color: #0A51A1;
  display: block;
  padding-left: 10px;
}

/*--------- spezial extra Navis ---------------*/
#unav2ExclFachgeb{
    display:none;
    height:0px;
}
#spezMenueFachg, #spezMenueNeuersch {
    padding:0.625rem 30px 2rem 30px;
    font-size:1.16rem;
} /*-- auch fuer Latest in FACHGB---*/
li.spezMenueFachg{
    margin: 0 0 0.5rem 0;
}
#spezMenueNeuersch {
    display:flex;
    flex-wrap:wrap;
}
li.spezMenueNeuersch{
    margin: 0 2px 0.5rem 2px;
}

/*-------- footer MainMenue Ebe1 2020 --------*/
#footerMenue{
  /*display: none;*/
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #FFFFFF;
}



/* -------- AKTUELL - content main+aside-----------------*/
#containerAktuell{
   /* background-color: red;*/
}
.rowMainSide_1-2{
    display:flex;
    flex-direction:row;
}
#newsList_1, #newsList_2{
    width: calc(100% - 415px);
    margin: 0 20px 0px 0;
    background-color: #FFFFFF;
}
#newsList_1 header, #newsList_2 header {
    margin: 0 20px 0 0;
}

#mainInhaltAktuell{
    display:flex;
    flex-direction:column;
    min-width:320px;
}
#rowMainSide_2, #rowMainSide_4{
    margin:-30px 0 20px 0;
}

#shopLast_1 .tt-products-list, #shopRandom_1 .tt-products-list{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap:wrap;
    margin: 30px 20px 15px 30px;
    padding: 15px 0 0 0;
}  

#shopLast_1 .boxListLast, #shopHighlights .boxListLast, #shopRandom_1 .boxListLast{
    max-width:240px;
    /*background-color:yellow;*/
}
#shopLast_1 .boxListLast, #shopRandom_1 .boxListLast{
  margin-bottom: 10px;
}
/*temp-Elemente on<>off*/
#inStartSiteTemp{
    border-right: 1px solid #DBDBDB;
    padding: 11px 20px 10px 0;
}
.itemTempImage{
    margin: 0 0 48px 30px;
}
.itemTempImage img{
    max-width: 100%;
    width: 780px;
    height: auto;
}
.boxListL2 {
  background: none;
  padding: 5px 5px 10px 5px;
}

.boxListL2:hover {
  background: #F0F8FF;
  border-bottom: 2px solid #034E9F;
}
.boxListL2 img{
    border: 1px solid #808080;
}
.boxListE2{
    display:flex;
}

#shopHighlights .boxListEmpflg {
    padding: 0px 5px 0px 5px;
  background: none;
  max-width:100%;
  /*background-color:yellow;*/
}

#shopHighlights .boxListEmpflg:hover {
      background: #F0F8FF;  
  }

#shopHighlights .boxListEmpflg img{
    border: 1px solid #808080;
  width:120px
  }

#shopHighlights .boxMainEmpflg{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin:0 0 0 0;
}

#unav1Neuersch .tt-products .tt-products-list form.formNeufachgb:last-of-type {
    margin: 0 0 40px 0;
}

#containerAktuell .aktuellExtraLink{
    text-align:right;
}

#shopHighlights, #subscribeNL{
    width:395px;
    margin:0 0 5px 0;
    padding: 0 0 5px 0;
}

#shopHighlights .frame{
    height:calc(100% - 60px);
}
#shopHighlights .tt-products{
    margin:15px 0 0 0;
    height: calc(100% - 30px);
}

#shopHighlights .tt-products-list, #unav1Neuersch .tt-products-list{
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.divValueSubtitle a{
    color: #808080;
  font-size: 0.7rem;
  font-style: italic;
  letter-spacing: -0.1px;
}

.divValueSubtitle {
  line-height: 1.1;  
  margin-bottom:2px;
}

.divValueSubtitle a:hover{
    text-decoration: none;
}

.divValueImage1 img{
    border: 1px solid #808080;
}

.divValueImage img{
    border: 1px solid #808080;
}

 #unav1Neuersch .boxMainNeufachgb{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 0 30px;
}

 #unav1Neuersch .divValueImage {
    text-align: center;
    width
    max-width: 100%;
    min-width: 120px;
    margin: 0 0 14px 0;
}
 #unav1Neuersch .boxListImg  {
     width: 100%;
     height:auto;
}
 #unav1Neuersch .boxListImg img {
     width: 120px;
     height:auto;
}

/* -------- Kontakt etc - content main - shop single  kein aside-----------------*/
#colLeftMain.kontaktEtc{
    width:100%;
    margin: 0 0 30px 0;
}
#colLeftMain.kontaktEtc h3,#colLeftMain.kontaktEtc h4{
    border:none;
}
#colLeftMain.kontaktEtc .ce-bodytext h2,#colLeftMain.kontaktEtc .ce-bodytext h3,#colLeftMain.kontaktEtc .ce-bodytext h4{
    margin:0 0 0 0;
    padding: 0 0 0.70rem 0;
    border:none;
}
#footerIn.kontaktEtc{
    max-width: 100%;
}
/*60px linksrein fix sonder*/
#colLeftMain div#content.kontaktEtc > div.frame-indent-left{
    margin-left:60px;
}


/* -------- content main+aside-----------------*/
#restRum{
    margin-top: 30px;
}

#container{
   /* background-color:#3333FF;*/
}

#mainInhalt{
    display:flex;
    flex-direction:row;
}

/* ------------- left---------*/
#colLeftMain {
    width: calc(100% - 415px);
    margin: 0 20px 0px 0;
    min-width: 410px;
    padding:0 0 0 0;
   /* background-color: #006633;*/
}

#colLeftMain header{
    margin: 0 20px 0 0;
}
#colLeftMain .tt-products{
    border-right: 1px solid #DBDBDB;
    padding: 25px 20px 0 0;
}
#colLeftMain.kontaktEtc .tt-products{
    border-right: none;
    padding: 25px 0 0 0;
}
#colLeftMain #content > div.frame-type-textmedia, #colLeftMain #content > div.frame-type-list{
    margin:0 0 0 30px;
}
#colLeftMain div#content > div:nth-of-type(2){
    margin:22px 0 0 0;
}
#colLeftMain .ce-bodytext h2,#colLeftMain .ce-bodytext h3,#colLeftMain .ce-bodytext h4{
    margin:0 0 0 0;
}
/* ------------ aside -----------*/
#colRightDivers {
    width: 395px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /*background-color: #CC9966; */
}
#colRightDivers .ce-bodytext{
    margin:0 0 0 30px;
}
/*----------spezif-PIDs --------*/
#pabstPage233 .frame-type-menu_subpages ul{
    list-style: none;
    margin: 0 0 0 0;
    padding: 0.625rem 30px 2rem 0;
}
#pabstPage233 .frame-type-menu_subpages ul li{
    margin: 0 0 0.5rem 0;
}
/* ---------  totop ---------------------*/

#toTopWuww {
    background-color: #0498F0;
    border: 2px solid #BC4343;
    border-radius: 50px;
    bottom: 0;
    display: block;
    height: 60px;
    opacity: 0.5;
    position: fixed;
    right: 10%;
    width: 60px;
    z-index: 20;
    text-decoration: none;
}
#toTopWuww:hover {
  opacity: 1;
}
#toTopIconWuww {
    display: block;
    border-bottom: 20px solid #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    height: 0;
    left: 18px;
    position: relative;
    top: 20px;
    width: 0;
}
 .hidden{
  display: none!important;
}
/* --------------- aktions banner config ----*/

#aktionsBann{
    background:#FFD700;
}
.aktionsBannIn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*text-transform: uppercase;*/
    letter-spacing: 0.04vw;
    color: #000000;
    font-size: 0.7rem;
    font-weight:bold;
}
.aktionsBannIn div{
        display: flex;
    align-items: center;
}
.aktionsBannIn div a{
    color: #000000;
   }
/* --------------- vorteilsbanner config ----*/
.vortBann{
    background:#191919;
}
.vortBannIn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*text-transform: uppercase;*/
    letter-spacing: 0.04vw;
    color: #FFFFFF;
    font-size: 0.7rem;
}
.vortBannIn div{
        display: flex;
    align-items: center;
}
.vortBannIn img{
    width: 27px;
    height: auto;
    margin-right: 4px;
}
#vortBannFootIn3 img, #vortBannHeadIn3 img {
    width: 24.3px;
}
/* --------------- footer configuration ---*/
#footer {
    display: inline-block;
height: auto;
margin-top: 0px;
background-color: #0350a2;
}
#footerIn{
    margin: 75px auto;
}
#footerLogo{
    margin: 0 0 20px 0;
}
/* -- id="footerTextLnktwpsp" --*/
#footerTextLnktwpsp{
    display:flex;
    /*display:none;*/
    justify-content:space-between;
    align-items: flex-start;
    margin:0 0 1.8rem 0;
}
#footerLnkTwPsp{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 380px;
    max-width: 30%;
    min-width: 110px;
}

#footerText{
    max-width:68%;
    font-size:1.1rem;
    color:#FFFFFF;
}
.footerLnkSym{
    margin: 0 0 0 0;
}
.footerLnkFrst{
    display: flex;
    flex-direction: row;
    padding: 6px 0 0 0;
}

.footerLnkFrst a{
    display:inline-block;
    background-color: transparent;
    transition: background-color 1s linear;
}
.footerLnkFrst a:hover{
    background-color: #3E94C8;
}
.footerLnkFrst img{
    width: 100%;
    max-width:60px;
    max-height: 40px;
}
.footerLnkEnDePassiv{
    margin-left:1.6vw;
}

.footerLnkSnd img{
    width: 100%;
    max-width:40px;
    max-height:40px;
}
.footerLnkThrd img{
    width: 100%;
    max-width:110px;
    min-width:100px;
    height: auto;
}
#footer #menueExtraUnten{
    display:none;
}
#footer #menueExtraUnten a{
    color: #FFFFFF;
}
#footerLinkBlocks{
    display: flex;
    justify-content: space-between;
    /*background-color: magenta;*/
    color: #FFFFFF;
}
#footerLinkBlocks a{
    color: #FFFFFF;
}
.footerCopy{
    margin:0.7rem 0 0 0.2rem;
    font-size: 0.8rem;
}




/*-----------------html-struktur - elemente ------*/
h1,h2{
    color:#222222;
}
h3{
    color:#0350a2;
}

h1 {
margin:25px 0 10px 0;
padding: 0 0 0.70rem 30px;
border-bottom: 1px solid #DBDBDB;
font-size:1.6rem;
line-height:1.1;
font-weight: normal;
text-transform:uppercase;
}

h2 {
margin:20px 0 10px 0;
padding: 0 0 0.70rem 30px;
border-bottom: 1px solid #DBDBDB;
font-size:1.5rem;
line-height:1.0;
font-weight: normal;
text-transform:uppercase;
}

h3 {
margin:0 0 8px 0;
padding: 0 0 0.70rem 30px;
border-bottom: 1px solid #DBDBDB;
font-size:1.2rem;
line-height:1.0;
font-weight: normal;
}

h4 {
font-size: 1.07rem;
font-weight: normal;
color: #0350a2;
margin: 0 0 10px 0;
}

h5, h6 {
    font-size: 1.07rem;
    color: #0350a2;
    margin: 0 0 10px 0;
    }

p {
margin: 0 0 1.2rem 0;
padding:0;
}


.caption {
font-size: 0.7rem;
line-height: 140%;
color: #CE4300;
}

.bulletlist {

line-height: 140%;
color: #000000;
}

.table {

line-height: 140%;
color: #24525B;
}


.sitemap1 {
font-size:12px;
color:#CC6600;
}
.sitemap2 {
font-size:10px;
color:#990000;
margin-left:20px;
}

.sitemap3 {
font-size:10px;
color:#333399;
margin-left:40px;
}

.sitemap4 {
font-size:9px;
color:#003333;
margin-left:60px;
}

.celmenu {
font-size:12px;
color:olive;
margin-top:10px;
}

.celsubmenu {
font-size:12px;
color:#666699;
margin-left:20px;
margin-top:3px;
}

img {
border: none;
}

.seiteunten {
border-style:solid;
border:1px;
}


.pdf {
color:#CC0000;
font-size:12px;
}

.bordered {
border-style:solid;
border:1px;
}

hr {
height:1px;
color:#BFBFBF;
background-color:#FFFFFF;
}
.allErrorMessage{
    color:red;
}

.ce-gallery img{border: 1px solid #808080;}

/* ---------------------- breakpoint(s) - mediaquerry ----------------------------------------------------------------*/

@media screen and (max-width:1000px), screen and (max-device-width:1000px){

.boxListE2{
  flex-direction: column;
  display:unset;
}
.boxListL2 .divIncludeTitels{
  max-width:220px;
}

#footerLnkTwPsp {
    flex-direction: column;
}
}



@media screen and (max-width: 810px), screen and (max-device-width: 810px){
html {
    font-size:15px;
}

#header {
    height: auto;
    border-bottom:2px solid #0350a2;
}

#nameNaviTopRow{
    display:none;
}
#logoBasketSearchToggleRow {
    margin: 18px 0 20px 15px;
    height:50px;
    align-items: baseline;
}
#sucheExtraItem{
    display:none;
}
#sucheExtraItemMobile{
    display:block;
    height:56px;
}
#sucheExtraItemMobile .sucheExtraItem{
     height: 36px;
}
#sucheExtraItemMobile .sucheExtraItem form.sucheHeaderForm  {
    display:flex;
    flex-direction: row;
    align-items:flex-start;
    max-width:400px;
    height:36px;
    border:1px solid #000000;
    overflow: hidden;
}
.sucheHeaderInput{
    width:288px;
}
/*text zu basket aus--*/
.boxOverviewText{
    display:none;
}
#basketExtraItem {
    padding: 0 0 0 8vw;
}



/* ----------------------navi ----------*/
#naviTopToggle{
    display:flex;
    flex-direction:row;
    text-align: right;
    align-items:start;
}
#naviMain > ul {
    display: block;
    padding: 0 0 0 0;
}
#menuToggle {
    display: block;
    height: auto;
    margin: 0px 10px 0 10px;
    /*padding: .5rem .5rem .3rem .5rem;
    background-color: yellow;*/
}
/*#menuIcon {
    position: relative;
    border-bottom: 18px solid #ffffff;
    border-top: 50px double #ffffff;
    margin: 0px 5px 0px 10px;
    padding: 16px 0 0 0;
    width: 90px;
    cursor: pointer;
} */

.nav {
  max-height: 0px;
  overflow:hidden;
}

label.hamburger-icon {
  display: block;
  position: absolute;
  right: 10px;
  top: 32px;
  cursor: pointer;
  height: 26px;
  width: 28px;
  background-color: transparent;
}
label.hamburger-icon span {
  display: block;
  top: 8px;
  width: 28px;
  height: 4px;
  border-radius: 0.2rem;
  background-color: #0350a2;
  position: relative;
  transition-duration: 0.2s;
  transition-delay: 0s;
}
.hamburger-icon span:after, .hamburger-icon span:before {
  display: block;
  content: '';
  position: absolute;
  width: 28px;
  height: 4px;
  border-radius: 0.2rem;
  background-color: #0350a2;
  transition-duration: 0.2s;
  transition-delay: 0s;
}
.hamburger-icon span:before {
  margin-top: -10px;
}
.hamburger-icon span:after {
  margin-top: 10px;
}

#hamburger-checkbox:checked ~ .nav{
  height: auto;
  max-height: 2000px;
}


/*
#hamburger-checkbox:checked ~ .hamburger-icon span {
  background-color: rgba(0, 0, 0, 0);
  transition-duration: 0.2s;
}
#hamburger-checkbox:checked ~ .hamburger-icon span:before, #hamburger-checkbox:checked ~ .hamburger-icon span:after {
  margin-top: 0px;
  transition-duration: 0.2s;
}
#hamburger-checkbox:checked ~ .hamburger-icon span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-checkbox:checked ~ .hamburger-icon span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
*/
.nav a, .nav label {
  padding:0 0 0 0;
  color: #fff;
  transition: all .2s ease-in;
}

.nav a:focus, .nav a:hover, .nav label:focus {
  color: rgba(255, 255, 255, 0.5);
  background: #71c6ff;
}

.nav label {
  cursor: pointer;
}
/**
 * Styling first level lists items
 */
.menu_ebe_1_out .linkPlatz, .menu_ebe_1_on .linkPlatz {
    display: block;
    padding: 10px 0 10px 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0rem;
    line-height: 1.2;
}
/**
 * Styling second level lists items
 */

  


/**
 * Hide nested lists
 */
.menu_ebe_1_on:hover .menu_ebe_2,
.menu_ebe_1_out:hover .menu_ebe_2{
  display: none;
}


ul.menu_ebe_2 {
  /* reset the height when checkbox is checked */
  height:0px;
  max-height: 0px;
  position:relative;
  margin: 10px 0 0 -15px;
  border-top: 1px solid #3f85cb;
  background-color: #0350a2;
  transition: max-height 2.2s ease-in-out;
}
.menu_ebe_1 input[type=checkbox]:checked + label  .linkPlatz{
    background-color: #0350a2
}

.menu_ebe_1 input[type=checkbox]:checked + label  ul.menu_ebe_2 {
  /* reset the height when checkbox is checked */
  height:auto;
  max-height: 1200px;
  display:block;
}

.parentEins label, .parentNo label{
    display:block;

}
span.fa-angle-right{
    display:block;
    float: right;
    margin: 10px 20px 0 0;
    width:20px;
    background-color:transparent;
}

span.fa-angle-right::after {
    content:'';
    position:absolute;
  height: 0;
    width: 0;
  border-style: solid;
border-width: 9px 0 9px 9px;
border-color: transparent transparent transparent #FFFFFF;
  transition: -webkit-transform .2s;
  transition: transform .2s;

}

.menu_ebe_1 .parentEins input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}



/*--------NAVI eintraege ----------------------------*/

.menu_ebe_1{
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width:310px;
  text-align: left;
}

.menu_ebe_1_on,
.menu_ebe_1_out{
   display: block;
    margin: 0;
    background: none;
  border-bottom: 1px solid #3f85cb;
}
 .menu_ebe_1_on{
    background-color:#2c95ff;
}
 .menu_ebe_1_on.parentEins{
    background-color:#0350a2;
}
 .menu_ebe_1_out.parentNo .linkPlatz{
    display: block;
    padding: 0 0 0 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.0rem;
    line-height: 1.2;
 }
 .menu_ebe_1_out.parentNo a{
    display:block;
    width:100%;
    padding: 10px 0 10px 15px;
    position: relative;
    z-index: 1;
}

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


.menu_ebe_2_out,
.menu_ebe_2_on {
    display:block;
    border-bottom: 1px solid #3f85cb;
    padding: 0 0 0 60px;
}
.menu_ebe_2_on {
    background-color:#0099ff;
}
.menu_ebe_2_out:hover{
  background-color: #3E94C8;
}

.menu_ebe_2_out > a,
.menu_ebe_2_on > a{
  padding: 10px 10px 10px 10px;
  font-size: 0.9rem;
  text-decoration: none;
  border:none;
}
.menu_ebe_2_out:hover > a{
  background-color: transparent;
}
 #menueExtraUnten li{
     margin:0 0 8px 0;
 }

 /** ------------ footer menue ------------*/
 #footerMenue{
     display: none;
}

/*------------- content main kontaktEtc--------*/
#colLeftMain,#colLeftMain.kontaktEtc {
   width: calc(100% - 30px);
    margin: 0 15px 0 15px;
    min-width: 400px;
    padding: 0 0 0 0;
    /* background-color: #006633; */
}

/* -----------NUR aktuell - Seite ---------*/
#mainInhaltAktuell {
    padding: 0 0 0 15px;
}
/*-sichtbar mit Layout 27.07.21 ---
#shopHighlights, #rowMainSide_2, #subscribeNL, #rowMainSide_4{
    display:none;

} */

#rowMainSide_3{
    display:none;
}
#newsList_1, #newsList_2 {
    margin: 0 20px 0px 0;
    width: 99%;
}
#newsList_1 header, #newsList_2 header {
    margin: 0 0 0 0;
}

h2 {
    margin: 20px 0 10px 0;
    padding: 0 0 0.70rem 0px;
    border-bottom: 1px solid #DBDBDB;
    font-size: 1.5rem;
    line-height: 1.0;
    font-weight: normal;
    text-transform: uppercase;
}
/*------------- content main shop element allgemein--------*/
#colLeftMain .tt-products {
    border-right: none;

}
/* ----------- content main + NL subscripe ----------*/
#rowMainSide_3 {
    display:none;
}


/*------------- content aside -------*/

#colRightDivers{
    display:none;
}

/* --------------- vorteilsbanner config ----*/
.aktionsBann{
    display: none;
}
#vortBannHead{
    background:#191919;
    display: none;
}
#vortBannFoot{
    background:#191919;
    /*display: none;*/
}

/*-------------- footer ------------*/
#footerIn {
    margin: 35px auto 35px auto;
    max-width: 150px;
    min-width: 150px;
    overflow: hidden;
    text-align: center;
}
#footerTextLnktwpsp{
    display:none;
}
#footer #menueExtraUnten{
    display:block;
}

#footerLinkBlocks{
    display:none;
}


} /*media querry 810 .... ende*/



@media screen and (max-width: 661px), screen and (max-device-width: 661px){
#sucheExtraItemMobile {
    display:block;
    }
}

@media screen and (max-width: 660px){
html {
    font-size:18px;
}
body{
    /*background-color:yellow; */
}
/*---------- definizioni insieme;-) --------*/
#restRum {
    display: flex;
    flex-direction: column;
}
#restRum div#containerAktuell{
    order: 1;
}
#restRum div#vortBannFoot{
    order: 3;
}
#restRum footer#footer{
    order:2;
}
#vortBannFoot .vortBannIn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.4rem 0.1rem 0.4rem 0.4rem;
    /* text-transform: uppercase; */
}


/*------------- Head / Kopf ----------*/
#basketExtraItem {
    padding: 0 0 0 5vw;
}


/*----------------- inhalte etc... ------------*/

#mainInhalt{
    flex-direction: column-reverse;
}

#colLeftMain header {
    margin: 0 0 0 0;
}
#colLeftMain, #colLeftMain.kontaktEtc {
    width: 100vw;
    max-width: calc(100% - 12px);
    margin: 0 6px 0 6px;
    min-width: 320px;
}

#colLeftMain .tt-products{
    border-right: none;
    padding: 25px 0 0 0;
}
#colLeftMain #content > div.frame-type-textmedia, #colLeftMain #content > div.frame-type-list {
    margin: 0 0 0 0;
}

/* -----------NUR kontaktEtc - Seiten und checkout ---------*/
#colLeftMain.kontaktEtc .ce-bodytext p {
    margin: 0 0 1.2rem 0;
    padding: 0;
}
/*60px linksrein fix sonder*/
#colLeftMain div#content.kontaktEtc > div.frame-indent-left{
    margin-left:0;
}
/* ------------news---------*/
#newsList_1, #newsList_2 {
    margin: 0 0 0 0;
}

} /*media querry 660 .... ende*/
