/**28075/GfB-Online-Symposium**/
.footer{
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 10;
}
.footer a{
  text-decoration: unset;
}
.footer p{
  padding-top: 15px;
}
.login form#form_user>a {
    display: none;
}

.login .btn-outline-dark {
    border: none;
}


form[action*="register"] .form-group:first-child::before
 {
    content: "E-Mail*";
    font-weight: bold;
}

form[action*="register"] input.form-control:first-child {
    margin-top: 10px;
}
form[action*="register"] .form-group:nth-child(2n)
 {
    margin-top: 15px;
}
/**Agenda*/
.ml_item {
    border: 2px solid #eda529 !important;
    border-radius: 20px;
    padding: 10px 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

span.tt_headline {
    font-weight: bold;
    color: #eda529;
}
.ml_item p {
    padding-left: 20px;
    opacity: 0.5;
}
.nav-tabs a {
    color: black;
}
.menu_link.active{
    font-weight: bold;
}
.menu_link:hover {
    color: #EDA529;
}
/**Speaker**/

.speakers-line p {
    padding: 15px;
}
.speakers-line .speaker-img .content img{
  object-fit: cover;
}
.speakers-line .speaker-img .content{
  aspect-ratio: 9 / 11;
}

.flag-img{
    padding-top: 12px;
}
@media only screen and (max-width:800px){
  .flag-img{
    top: 30px !important;
    position: fixed;
    right: 8px;
    z-index: 30;
  }
.head > div:first-of-type{
    position: fixed;
    background-color: white !important;
    z-index: 20;
  }
  .head-space{
        height: 70px;
  }
  .window_0{
        margin-bottom: 40px;
  }
  .menu_container a, .menu_containe a.active{
      background-color: white;
  }
  .menu_container a:first-of-type{
    margin-top: 25px;
  }
}
