/* LESS Document */
/* LESS Document */
header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: inherit;
}
@media only screen and (min-width: 760px) {
  header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    z-index: 99;
    position: fixed;
  }
}
@media only screen and (min-width: 1232px) {
  header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    z-index: 99;
    position: fixed;
  }
}
@media only screen and (min-width: 1920px) {
  header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    z-index: 99;
    position: fixed;
  }
}
.TopbarIconWrapper {
  width: 100%;
  height: 100%;
  background: #ededed;
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: auto;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
@media only screen and (min-width: 760px) {
  .TopbarIconWrapper {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    top: 10px;
    left: 120px;
    overflow: auto;
    background: none;
  }
}
@media only screen and (min-width: 1232px) {
  .TopbarIconWrapper {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    top: 10px;
    left: 20%;
    overflow: auto;
    background: none;
    padding: 0px 2vw 0px 2vw;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1920px) {
  .TopbarIconWrapper {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    top: 10px;
    left: 20%;
    overflow: auto;
    background: none;
    padding: 0px 2vw 0px 2vw;
    box-sizing: border-box;
  }
}
.TopbarIconWrapper div {
  margin-bottom: 10px;
}
@media only screen and (min-width: 760px) {
  .TopbarIconWrapper div {
    margin-bottom: 0px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1232px) {
  .TopbarIconWrapper div {
    margin-bottom: 0px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .TopbarIconWrapper div {
    margin-bottom: 0px;
    margin-left: 20px;
  }
}
.logowrapper {
  width: 60px;
  height: auto;
  margin: 10px 20px 10px 20px;
  display: inline-block;
}
@media only screen and (min-width: 760px) {
  .logowrapper {
    width: 60px;
    height: auto;
    margin: 10px 20px 10px 20px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1232px) {
  .logowrapper {
    width: 60px;
    height: auto;
    margin: 10px 20px 10px 20px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1920px) {
  .logowrapper {
    width: 60px;
    height: auto;
    margin: 10px 20px 10px 20px;
    display: inline-block;
  }
}
@keyframes farbe {
  0% {
    fill: #ffffff;
  }
  50% {
    fill: #E3000B;
  }
  100% {
    fill: #ffffff;
  }
}
.logoutbttn {
  width: 260px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  /*    position: absolute;
    right: 20px;
    top: 10px;*/
  text-align: center;
  font-size: 30px;
  padding: 15px 0px 15px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (min-width: 760px) {
  .logoutbttn {
    width: 60px;
  }
}
@media only screen and (min-width: 1232px) {
  .logoutbttn {
    width: 60px;
  }
}
.logoutbttn:hover {
  background-color: #ffffff;
}
.settingsbttn {
  width: 260px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  /*    position: absolute;
    right: 100px;
    top: 10px;*/
  text-align: center;
  font-size: 30px;
  padding: 15px 0px 15px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (min-width: 760px) {
  .settingsbttn {
    width: 60px;
  }
}
@media only screen and (min-width: 1232px) {
  .settingsbttn {
    width: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .settingsbttn {
    width: 60px;
  }
}
.settingsbttn:hover {
  background-color: #ffffff;
}
.dbbttn {
  width: 260px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  /*    position: absolute;
    right: 180px;
    top: 10px;*/
  text-align: center;
  font-size: 30px;
  padding: 15px 0px 15px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (min-width: 760px) {
  .dbbttn {
    width: 60px;
  }
}
@media only screen and (min-width: 1232px) {
  .dbbttn {
    width: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .dbbttn {
    width: 60px;
  }
}
.dbbttn:hover {
  background-color: #ffffff;
}
.airportbttn {
  width: 260px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  /*    position: absolute;
    right: 260px;
    top: 10px;*/
  text-align: center;
  font-size: 30px;
  padding: 15px 0px 15px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (min-width: 760px) {
  .airportbttn {
    width: 60px;
  }
}
@media only screen and (min-width: 1232px) {
  .airportbttn {
    width: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .airportbttn {
    width: 60px;
  }
}
.airportbttn:hover {
  background-color: #ffffff;
}
.mediathekbttn {
  width: 260px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  /*    position: absolute;
    right: 340px;
    top: 10px;*/
  text-align: center;
  font-size: 30px;
  padding: 15px 0px 15px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (min-width: 760px) {
  .mediathekbttn {
    width: 60px;
  }
}
@media only screen and (min-width: 1232px) {
  .mediathekbttn {
    width: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .mediathekbttn {
    width: 60px;
  }
}
.mediathekbttn:hover {
  background-color: #ffffff;
}
.homebttn {
  width: 260px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  /*    position: absolute;
    right: 420px;
    top: 10px;*/
  text-align: center;
  font-size: 30px;
  padding: 15px 0px 15px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (min-width: 760px) {
  .homebttn {
    width: 60px;
  }
}
@media only screen and (min-width: 1232px) {
  .homebttn {
    width: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .homebttn {
    width: 60px;
  }
}
.homebttn:hover {
  background-color: #ffffff;
}
.burgermenuebttn {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 20px;
  top: 10px;
  text-align: center;
  font-size: 30px;
  padding: 15px 0px 15px 0px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
}
@media only screen and (min-width: 760px) {
  .burgermenuebttn {
    width: 60px;
    display: none;
  }
}
@media only screen and (min-width: 1232px) {
  .burgermenuebttn {
    width: 60px;
    display: none;
  }
}
@media only screen and (min-width: 1920px) {
  .burgermenuebttn {
    width: 60px;
    display: none;
  }
}
.burgermenuebttn:hover {
  background-color: #ffffff;
}
.burgermenuebttnClose {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: fixed;
  right: 20px;
  top: 10px;
  text-align: center;
  font-size: 30px;
  padding: 15px 0px 15px 0px;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  z-index: 9999;
}
@media only screen and (min-width: 760px) {
  .burgermenuebttnClose {
    width: 60px;
    display: none;
  }
}
@media only screen and (min-width: 1232px) {
  .burgermenuebttnClose {
    width: 60px;
    display: none;
  }
}
@media only screen and (min-width: 1920px) {
  .burgermenuebttnClose {
    width: 60px;
    display: none;
  }
}
.burgermenuebttnClose:hover {
  background-color: #ffffff;
}
footer {
  width: 100%;
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: inherit;
  bottom: 0px;
  left: 0px;
  z-index: 99;
}
@media only screen and (min-width: 760px) {
  footer {
    position: fixed;
  }
}
@media only screen and (min-width: 1232px) {
  footer {
    position: fixed;
  }
}
@media only screen and (min-width: 1920px) {
  footer {
    position: fixed;
  }
}
.footerlinks {
  padding: 15px 15px 15px 40px;
}
