body {
  background-color: #e4e4e4;
  color: #212529;
  font-size: 1rem;
  overflow-x: hidden;
}

body.login {
  background: url(../img/bg-grey.jpeg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.bg-layer {
  background-color: rgb(0 0 0 / 39%);
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;
  /* padding: 0px 8px; */
}

header {
  background-color: #353535;
}

main {
  max-width: 1000px;
  /*margin: 85px auto 0px;*/
  margin: 0px auto;
}

div.flex-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

form {
  text-align: left;
  width: 100%;
  max-width: 330px;
  padding-top: 15px;
  margin: auto;
}

h1 {
  line-height: 1.1;
  font-size: 2.2rem;
}

.logo {
  width: 100%;
  max-width: 400px;
  padding: 25px;
}

.logo-header {
  width: 90%;
  max-width: 400px;
  margin: 10px 0px;
}

.icon {
  position: absolute;
  color: #212121;
}

.gold {
  color: #daba52;
}

#profile-carla {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 10px;
}

#profile-carla .caption-center {
  display: block;
  text-align: center;
  margin-right: 10px;
}

.bold-gold {
  font-weight: 700;
  color: #d6b652;
}

#account-info strong {
  font-weight: 600;
}

#icon-person {
  font-size:  1.4rem;
  margin: -2px 6px;
}

#icon-lock {
  font-size:  1.2rem;
  margin: 1px 7px;
}

.input-text {
  width: 100%;
  height: 35px;
  padding-left: 35px;
  margin-bottom: 8px;
}

.submit {
  margin-top: 20px;
}

#pwdModal .modal-body {
  word-spacing: 0.3rem;
  font-size: 1.5rem;
  text-align: center;
}

#permissionModal .modal-body {
  text-align: left;
}

footer {
  margin: 30px 0px 15px 0px;
  font-size: 0.8rem;
}

.input-label {
  display: block;
  font-weight: 700;
  padding-left: 4px;
  color: #daba52;
}

/* Bookine Table */

#bookings p {
  margin-bottom: 0.75rem;
}


/*
.col-label {
  flex: 1 1 auto;
  padding: 0px 6px;
}

#bookings div div {
  font-size: 1.1rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content:center;
}

.list-header-label {
  font-weight: 600;
  height: 35px;
}

.file-date {
  text-align: right;
}
*/

/* Impressum */

.impressum {
  font-size: 1rem;
}

.bottom-fixed-footer a {
  color: #d9d9d9;
}

footer a {
  color: #212529;
}

.bottom-fixed-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #d9d9d9;
}

.mw-720 {
  max-width: 720px;
  margin: 0px auto;
}
