.spxnav,
#spxmxfooter
{
  font: normal 1rem 'Roboto Condensed', Helvetica ,Arial ,sans-serif;
}
.spxnav a, .spxnav a:hover, .spxnav a:active,
#spxmxfooter a, #spxmxfooter a:hover, #spxmxfooter a:active 
{
  color: inherit;
  text-decoration: none;
}

.xcv {/* center vertically - this needs to be an extra surrounding tag within a relative positioned tag */
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

/* HEADER */
#spxmxunderheaderspace {
  height: 52px;
  background-color: #000000;  
}

#spxmxheader {
  position: fixed;
  top:0;
  width:100%;
  z-index: 1012;
  height:50px;
  border-bottom: 2px solid #ae0816;  
  background: #000000;
}
#spxmxheader .spxlogo {
  text-align: center;
}
#spxmxheader .spxlogo a {
  display: inline-block;
  height: 100%;
}
#spxmxheader .spxlogo a:active {
  background-color: rgba(255,255,255,0.1);
  border-radius: 5px;
}
#spxmxheader .spxlogo a.spx img {
  height: 30px;
  margin: 12px 0 0 0;
}
#spxmxheader .spxlogo img {
  height: 33px;
  margin: 0 0 0 10px;
}


#spxmxheader #spxsearch {
  background: #000000 url(/pub/pic/lupe.svg) no-repeat center center;
  position: absolute;
  height: 50px;
  width: 43px;
  right: 0px;
  top: 0px;
  border-left:2px solid #000000;
}
.openSearch #spxmxheader #spxsearch {
  background: #202020 url(http://m.spox.com/pub/pic/menu_close.svg) no-repeat center center;
  border-left:2px solid #ae0816;
  border-bottom:2px solid #202020;  
}

#spxmxheader #spxnavi {
  background: #000000 url(http://m.spox.com/pub/pic/3-bar-menu.svg) no-repeat center center;
  position: absolute;
  height: 50px;
  width: 43px;
  left: 0;
  top: 0;
}
.openNav0 #spxmxheader #spxnavi {
  background: #000000 url(http://m.spox.com/pub/pic/menu_close.svg) no-repeat center center;
}

body.mxhide .mxhideable {
  display: none;
}

/* Suche */
.lsearch {
  box-sizing: border-box;  
  background-color: #202020;
  position: fixed;
  z-index: 1010;
  width:100%;  
  overflow: hidden; 
  height: 0px;
  transition:all 0.5s ease;
}
.openSearch .lsearch {
  height: 55px;
  border-bottom: 2px solid #ae0816; 
}

.lsearch .spc {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 12px 43px 10px 10px;
}
.lsearch .suchInp {
  border: 0;
  box-sizing: border-box;
  width : 100%;
  border-radius: 3px;
  padding: 4px 5px;
  background-color: #cdcdcd;
  font-size: 1rem; /* 16px */
  height: 29px;
}
.lsearch .suchDel {
  position: absolute;
  top:0;
  right:43px;
  height: 53px;
  width: 28px;
  background: url(/pub/pic/cross-red-searchfield.svg) no-repeat center center;
  border:0;
  display: none;
}
.lsearch .x .suchDel {
  display: block;
}
.lsearch .suchSub {
  position: absolute;
  top:0;
  right:0;
  height: 53px;
  width: 43px;
  background: #202020 url(/pub/pic/lupe.svg) no-repeat center center;
  border:0;
}
.lsearch .suchSub:focus { 
  background-color: rgba(255,255,255,0.1);
  border-radius: 5px;
}
.lsearch input:focus {
  outline:0;
}




/* NAVI */
.spxnav0 {
  width:100%;
  overflow: hidden;
  position: fixed;
  height: 100%;
  z-index: 1011;  
  padding-top: 50px;
  box-sizing: border-box;
  transition:all 0.5s ease-in;
  top:0;
  left: -101%;
}
.openNav0 .spxnav0 {
  left:0;
}
.spxnav0 .scrollerV {
  overflow-y: scroll;
  overflow-x: hidden;
  height:100%;
}
.spxnav0 ul {
  display: block;
  padding:0;
  margin:0;
  border:0;
}
.spxnav0 li {
  color: #ffffff;
}
.spxnav0 .scrollerV > ul {
  background-color: #000000;
  border-bottom: 1px solid #ae0816;
}
.spxnav0 .scrollerV > ul:last-child {
  border-width: 2px;
}
.spxnav0 li.sub {
  border: 1px solid #000000;
  border-width: 1px 0;
  transition: all 0.5s ease;
}
.spxnav0 li.sub.open {
  background-color: #202020;
  border-color: #ae0816;
}
.spxnav0 li.sub.open:first-child {
  border-top-color: #202020;
}
.spxnav0 li.sub.open:last-child {
  border-bottom-color: #202020;
}
/** nav0 transition control */
.spxnav0 li.sub li {
  height: 0px;
  color: rgba(255,255,255, 0);
  transition:all 0.5s ease;
}
.spxnav0 li.sub.open li {
  color: rgba(255,255,255, 1);
  height: 50px;
}
  

.spxnav1, .spxnav1 li {
  background-color: #000000;
  color: #ffffff;
  position: relative;
}
.spxnav1 ul {
  display: block;
  position: relative;
  padding:0;
  margin:0;
  border:0;
}

.spxnav1 > ul {
  border-bottom: 1px solid #ae0816;
}
.spxnav1 li.sub {
  border: 0;
  transition: all 0.5s ease;
}
.spxnav1 li.sub.open {
  background-color: #202020;
}

/** spxnav1 transition control */
.spxnav1 li.sub li {
  height: 0px;
  background-color: #000000;
  transition:all 0.5s ease;
}
.spxnav1 li.sub.open li {
  height: 50px;
  background-color: #202020;
}

/* both navis */
.xspxnav .sub .tgl {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
}

.spxnav li {
  display: block;
  position: relative;
  text-align: left;
  width:100%;
  list-style-type: none;
  font-size: 1.125rem; /* 18px */
  border:0;
  padding:0;
}
.spxnav li.sub li {
  overflow: hidden;
}
.spxnav li.sub .ico1 {
  background: url(http://m.spox.com/pub/pic/nav-down.svg) no-repeat center center;
  background-size: cover;
  transition: 0.5s; /* rotate the icon*/
  height: 28px;
  width: 28px;
  
  display: block;
  position: absolute;
  right: 6px;
  top: 12px;
}
.spxnav.ct li.sub .ico1 {
  right:-2px;
}
.spxnav li.sub.open .ico1 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spxnav li.sub .ico2, .spxnav1 li .ico2 {
  display: block;
  position: absolute;
  height: 13px;
  width: 15px;
  top: 19px;
  left: 10px;
}
.spxnav li.sub.open .ico2, .spxnav1 li .ico2 {
  background: url(http://m.spox.com/pub/pic/navi0-sel.svg) no-repeat center center;
  background-size: cover;
}

.spxnav li a {
  display: block;
  position: absolute;
  padding: 3px 10px 3px 18px;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  
}
.spxnav li a:active {
  background-color: rgba(255,255,255,0.1);
  border-radius: 5px;
}
.spxnav .wrp {
  height:50px;
  display: block;
  position: relative;
}

.spxnav li:not(.sub) a {
  width:85%;
}

.spxnav li.sub ul a {
  left:30px;
  width:79%;
} 

li.spxnavcom .wrp {
  height: 100px;
  display: block;
  position: relative;
}
li.spxnavcom .icon {
  position: absolute;
  display: block;
  left: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 64px;
  height: 64px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  background-size: 64px 64px;
  background-repeat: no-repeat;
  border: solid 1px white;
}
li.spxnavcom .icon img {
  width: 100%;
  height: 100%;
}
li.spxnavcom .text {
  position: absolute;
  display: block;
  left: 110px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* Footer */
#spxmxfooter {
  margin: 20px 0 0;
  border-top: 2px solid #a6101b;
  background: #000000;
  color: #ffffff;
  padding: 5px;
  text-align: center;
}
#spxmxfooter p {
  margin: 10px 0 15px;
  font-size: 0.875rem; /* 14px */
}
#spxmxfooter p a {
  font-weight: bold;
}
#spxmxfooter p span {
  padding: 0 10px;
}
#spxmxfooter p img.pgl {
  width: 40%;
}


/* used on body to force a redraw after IOS history.back() */
.repainter {
  width: 100.01%;
}

/* Comments */
.cmts {
  width:100%;
  overflow: hidden;
  position: fixed;
  height: 100%;
  z-index: 1013;
  padding-top: 51px;
  box-sizing: border-box;
  transition:all 0.5s ease-in;
  top:0;
  left: 101%;
}
.openComments .cmts {
  left:0;
}
.cmts .scrollerV {
  overflow-y: scroll;
  overflow-x: hidden;
  height:100%;
  border-top:  1px solid #000000; /*this belongs to .cmts .hl*/
}
.cmts .scrollerV .cmtsct {
  background: #ffffff;
  border-top:1px solid #ffffff; /*Hack: this content defines the background to be white and fade out, but a top distance of 20 px is always transparent. So the setting of an additional top border stretches the background color */
  position: relative;
  min-height: 130%;
}
.cmts .hl .closer {
  background: url(/pub/pic/menu_close.svg) no-repeat center center;
  position: absolute;
  height: 50px;
  width: 43px;
  right: 0px;
  top: 0px;
}
.cmts .hl {
  position: absolute;
  font-weight: bold;  
  top:0px;
  left:0;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color:#000000;
  border-bottom: 2px solid #ae0816;
}
.cmts .hl img {
  height: 30px;
  padding-top: 12px;
}


@media (orientation: portrait) {
  body.bData .spxnav,
  body.bData #spxmxheader,
  body.bData #spxmxunderheaderspace,
  body.bData .lsearch,
  body.bData #spxmxfooter,
  body.bData .cmts .hl {
    zoom: 1.6;
  }
  body.bData .cmts .scrollerV {
    margin-top: 25px;
  }  
  
} /* end of media */