/*************************************************************************************************************/
/* NavBar top of the page */


.header-logo{
  max-width: 30px;
}


@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}}

.box-title{
  font-size:1.2em;
  font-weight:700;
  /*text-shadow:
    -1px -1px 0 #dcdcdc,
    1px -1px 0 #dcdcdc,
    -1px 1px 0 #dcdcdc,
    1px 1px 0 #dcdcdc; */
  letter-spacing:1px;
}

.panel-heading {
    padding: 10px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.announcement-heading{
  font-size:1.1em;
  font-weight:700;
}

.announcement-text{
  font-size:0.8em;
}

.fix-200{
  min-height:210px;
}
.fix-250{
  min-height:250px;
}

.fix-300{
  min-height:300px;
}

 .panel_img{
      max-height: 200px;
      height: auto;
      width: 100%;
      max-width: 110px;
    }


  .fix-text{
    min-height: 40px;
  }

@media (max-width: 1024px){
  .announcement-text{
    font-size:0.8em;
  }
}
.panel-heading .logoContainer img{
  width: auto;
  max-height: 120px;
  max-width: 250px;
}

.type-mail{
    background-color: #e3f2fd;
}

.type-file {
    background-color: #f0f4c3;
}


/*************************************************************************************************************/
/* reduce form margin */

.form-group {
    margin-bottom: 5px;
}

/*************************************************************************************************************/
/* helper */

.padding {
    padding: 10px;
}



.text-xxl {
    font-size:36px;
}

.text-xxbold {
    font-weight:900;
}


/*************************************************************************************************************/
/* Sticky footer */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  padding-top:10px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color:#29588c; /*#bce8f1 #d9edf7*/
  color:#d9edf7;
  font-size:11px;
}

.footer-link{
  color: white;
  text-decoration:none;
}

#bottomNav {
	padding:10px;
}
#bottomNav a {
    font-size:24pt;
    color:#778899;
    text-decoration:none;
}
#bottomNav a:hover {
    color:#fff;
}
.navbar-inverse{
  background-color: #dcdcdc;
  border-color: #080808;
}

.table{
  font-size:11px;
}


/*************************************************************************************************************/
/* cards */

h5 {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    margin: 0;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {

    width: 80%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.panel{
    position: relative;
}


/*************************************************************************************************************/
/* Buttons */

.btn-mc24 {
    color: #fff;
    background-color: #29588c;
    border-color: #fdb710;
}
.btn-mc24:hover {
    color: #29588c;
    background-color: #fdb710;
    border-color: #29588c;
}

/*************************************************************************************************************/
/* Typo */
body h3{
  margin-bottom: 25px;
}


/*************************************************************************************************************/
/* Registrierung */

  .hsimp-results{/*Passwort feld*/
    position: absolute;
    background-color: #ffffff;
    z-index: 10000;
    margin-right: 170px;
  }

