/* @group Footer */

/*footer {*/
/*  margin-top: 2em;*/
/*  border-top: 1px solid #002d52;*/
/*  position: relative;*/
/*  !*border-bottom: 9px solid #002d52;*!*/
/*  position: absolute;*/
/*  bottom: -30px;*/
/*  width: 100%;*/
/*  !* Set the fixed height of the footer here *!*/
/*  height: 127px;*/
/*}*/

/*footer a {*/
/*  color: #002d52;*/
/*}*/

/*.footerNav > li {*/
/*  width: 50%;*/
/*  float: left;*/
/*  margin: 0;*/
/*  padding:0;*/
/*  !*background: yellow;*!*/
/*  text-align: center;*/
/*  border-bottom: 1px solid #002d52;*/
/*}*/


/*.footerNav > li > a {*/
/*position: relative;*/
/*!*display: block;*!*/
/*padding: 10px 0px;*/
/*font-size: 0.85em;*/
/*!*background: yellow;*!*/
/*!*text-align: center;*!*/
/*}*/


/*.footerNav > li:nth-child(odd) {*/
/*  border-right: 1px solid #002d52;*/
/*}*/


/*.footerNav li.trademark {*/
/*  width: 100%;*/
/*  border: none;*/
/*  font-size: 0.90em;*/
/*  margin-top: 0px;*/
/*  background: #002d52;*/
/*  color: #fff;*/
/*  padding: 10px 0px;*/
/*}*/


/*.footerNav li:last-child {*/
/*  border-right: none;*/
/*}*/


nav.offCanvas {
  padding-left: 15px;
  padding-right: 15px;
  /*margin-top: -25px;*/

}


/* Zum Prototypen - nachher entfernen ###########*/

a.logoutBtn {
  display: block;
  padding: 10px;
  color: white;
  background: #FDAB48;
}


a.logoutBtn:hover {
  color: white;
}


/* Damit submit bei mehreren Buttons funktioniert */
.defaultsink {
    position: absolute; left: -100%;
}

