/* LESS Document */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
/* LESS Document */
a {
  color: #333333;
  padding: 0px 10px 0px 10px;
}
a:hover {
  color: #ffffff;
}
.logoutOverlayer {
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 40% 80px 80px 80px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
@media only screen and (min-width: 760px) {
  .logoutOverlayer {
    padding: 15% 80px 80px 80px;
  }
}
@media only screen and (min-width: 1232px) {
  .logoutOverlayer {
    padding: 15% 80px 80px 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .logoutOverlayer {
    padding: 15% 80px 80px 80px;
  }
}
.systemauswahl_overlayer {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #ededed;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 80px 20px 80px 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  overflow: auto;
}
@media only screen and (min-width: 760px) {
  .systemauswahl_overlayer {
    padding: 15% 80px 80px 80px;
  }
}
@media only screen and (min-width: 1232px) {
  .systemauswahl_overlayer {
    padding: 15% 80px 80px 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .systemauswahl_overlayer {
    padding: 15% 80px 80px 80px;
  }
}
.flex-container-Systemewrapper {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  background-color: transparent;
  flex-wrap: nowrap;
  z-index: 1;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
@media only screen and (min-width: 760px) {
  .flex-container-Systemewrapper {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    background-color: transparent;
    flex-wrap: wrap;
    z-index: 1;
  }
}
@media only screen and (min-width: 1232px) {
  .flex-container-Systemewrapper {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    background-color: transparent;
    flex-wrap: wrap;
    z-index: 1;
  }
}
.flex-container-Systemewrapper div {
  width: 100%;
  height: auto;
  margin: 0% auto 0% auto;
  box-sizing: border-box;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
  padding: 20px;
}
@media only screen and (min-width: 760px) {
  .flex-container-Systemewrapper div {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin: 0% 0% 5% 0%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1232px) {
  .flex-container-Systemewrapper div {
    background-color: #ffffff;
    width: 22%;
    height: auto;
    margin: 0% 0% 5% 0%;
    box-sizing: border-box;
    padding: 20px;
  }
}
.flex-container-Systemewrapper div .infosystemhotel {
  width: 100%;
  height: auto;
}
.flex-container-Systemewrapper div .infosystemhotel a {
  color: #ffffff;
  background-color: #333333;
  padding: 10px;
  text-decoration: none;
}
.flex-container-Systemewrapper div .infosystemhotel a:hover {
  color: #333333;
  background-color: #ededed;
}
.closebttn-overlayer {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 12px 0px 15px 0px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.closebttn-overlayer:hover {
  background-color: #ffffff;
}
#mirage {
  background-image: url("../bilder/Logodatei/OtrumMirage.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: 50% 50%;
  width: 100%;
  height: 60px;
}
#enterprise {
  background-image: url("../bilder/Logodatei/Horizontal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: 50% 50%;
  width: 100%;
  height: 60px;
}
#Concierge {
  background-image: url("../bilder/Logodatei/keukfusionconcierge2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: 50% 50%;
  width: 100%;
  height: 60px;
}
#KeukFusion {
  background-image: url("../bilder/Logodatei/keukfusion.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: 50% 50%;
  width: 100%;
  height: 60px;
}
