/* @group Navigation Off-Canvas */

nav.offCanvas {
  position: absolute;
  top: 10px;
  width: 100%;
  /*margin-top: -25px;
  margin-left: 0px;
  margin-right: 0px;*/
}


nav.offCanvas ul {
  margin-bottom: 0;
}


.imgResponsive {
  width: 100%;
}


/* @group Sidebar */

div.sidebar-offcanvas.right #hiddenDiv {
  margin-bottom: 30px;
}


div.sidebar-offcanvas.right > div {
  padding-top: 10px;
  /* padding-bottom: 30px; */
}


div.sidebar-offcanvas.right div.noTopPadding{
  padding-top: 0;
  margin-top: -5px;
}


div.sidebar-offcanvas.right .noBackground {
  border-top: 1px solid #C4C4C4;
  padding-top: 25px;
}


.noBackgroundVermittler {
  border-bottom: 1px solid #C4C4C4;
  border-top: 1px solid #C4C4C4;
  padding-bottom: 15px;
  margin-bottom: 30px;
}


/* wegen Mantis #228692 */
.noBackgroundVermittler  ul li{
  word-break: normal;
}


.noBackground h3 {
  padding-bottom: 10px;
}


.withBackgroundLight {
  background: #F5F6F6;
  overflow: hidden;
}


.sidebar-offcanvas.right > div.withBackground {
  background: #E4E4E4;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 9px;
}

.sidebar-offcanvas.right .withBackground h3:first-of-type {
  margin-top: 12px;
}

.sidebar-offcanvas.right .withBackground h3 {
  margin-top: 30px;
}


.lightBg {
  background: #CCE4FD;
}


.sidebar-offcanvas.right > .lightBg {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}


.sidebar-offcanvas.right  > .hr{
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 0;
  padding-top:0;
}


div.sidebar-offcanvas.right > div:last-child {
  margin-bottom: 15px;
}


div.sidebar-offcanvas.right h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}


div.sidebar-offcanvas.right h3 {
  color: #002d52;
  margin-top: 0;
}


div.teaser {
  margin-top:15px;
}


div.sidebar-offcanvas.right .teaser p {
  margin-top: 10px;
  margin-bottom: 0;
} 


.sidebar-offcanvas.right .teaser h2 {
  margin-bottom: 10px;
}


/* FAQ List in der Sidebar f�r das Uselab */


.faqList li {
  line-height: 1.5em;
  padding-bottom: 0.5em;
}


.faqList li:last-child {
  padding-bottom: 0px;

}


ol.numberList {
  margin-left: 1.5em;
  padding: 0;
}


ol.numberList li{
  padding-bottom: 1em;
  margin-left: 0;
}


/* @ end Sidebar */


.screen-reader {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}


[data-icon]:before {
  font-family: FontAwesome;
  content: attr(data-icon);
  speak: none;
  line-height: 33px;
}


.btn-openNav,i.btn-openNav {
  cursor: pointer;
}


/* Remove the blur bug from the icon-font*/
/* The icons are on a 14px grid, so some ratio is needed. 18 pixels, divided by 14 gives you 1.28571429 */

.offCanvas i{
  font-size: 1.28571429em;
}


.btn_right {
  margin-right: 30px;
}


p.pull-left {
  height: 15px;
  z-index: 550000000;
}


/* Funktionert ab IE9* */

.metaInfList li > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.metaInfList > li  {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


.list-group-item {
  position: relative; /* so center-area can be positioned absolute */
}


.itemText {
  width: 90%;
}


/* Norbert fragen ob die Klassen in Verwendung sind */
/* Wenn-Nein, dann rausschmeissen*/

.center-area {
  /* let it fill the whole container */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.center-area:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}


.centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: right;
  }


/* ############# */

/*Kl�ren, welcher Browser eingesetzt wird*
zu Testzwecken eingebaut - wenn mobile-test erfolgreich, kann es eingesetzt werden*/


.btn-xs {
  z-index: 55000000;
}


.btn.btn-special {
  border-radius: 8px;
}

/* @ end Navigation Off-Canvas */