.row {
  width: 1200px;
  margin: auto auto;
}
.section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.header__description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__attention {
  background-color: #005447;
  color: white;
  font-weight: bold;
  padding: 1.5rem;
}
.header__attention input,
.header__attention select {
  color: white;
}
.header__attention option {
  color: black;
}
.input-group {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.input-group label {
  min-width: 150px;
}
.input-group + .input-group {
  margin-top: 0.5rem;
}
.input-group > *:not(:last-child) {
  margin-right: 1rem;
}
.input-group--checkbox {
  line-height: 1em;
}
.input-group--checkbox label {
  min-width: 0;
}
.article__title {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}
.article__subtitle {
  font-size: 1.5rem;
  color: #757575;
  font-weight: bold;
}
.list {
  margin-top: 3rem;
}
.list .list__item:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.list .list__item:last-child:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.meta__list {
  display: flex;
}
.meta__list > *:not(:last-child) {
  padding-right: 1rem;
  border-right: 1px solid #757575;
  margin-right: 1rem;
}
.list__item {
  font-size: 14px;
  position: relative;
  padding: 1.5rem 0;
  padding-left: 1rem;
}
.list__item > *:not(:last-child) {
  margin-right: 2rem;
}
.room__header {
  display: flex;
  justify-content: space-between;
}
.room {
  background-color: #f2f2f2;
  padding: 1rem;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
}
.room .room__inner {
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-end;
}
.room .room__inner > *:not(:last-child) {
  margin-right: 1rem;
}
.room .room__inner > *:last-child {
  margin-left: auto;
}
.room + .room {
  margin-top: 1rem;
}
.list__header {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.list__meta-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0 0 1rem;
}
.list__meta-header--sub {
  text-transform: none;
  color: #555;
  margin-bottom: 0.5rem;
}
.module + .module {
  margin-top: 1.5rem;
}
.item__description {
  display: flex;
  align-items: baseline;
  margin-bottom: 2rem;
}
.item__description > * {
  max-width: 35%;
}
.item__description > *:not(:last-child) {
  margin-right: 5rem;
}
.item__description > *:last-child {
  margin-left: auto;
  font-weight: bold;
  font-size: 14px;
}
.locked {
  pointer-events: none;
  opacity: 0.3;
}
.ul--grey {
  color: #757575;
  font-weight: bold;
  list-style-type: disc;
  margin-left: 0.25rem;
  padding-left: 1rem;
}
.ul--grey li {
  margin-bottom: 0.75rem;
}
.item__meta {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  background-color: #cccccc;
  padding: 1.5rem;
}
.item__meta + .item__meta {
  margin-top: 1rem;
}
.button {
  padding: 0.5rem 1rem;
  cursor: pointer;
  line-height: 1.5em;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  font-weight: normal;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  background: none;
  font-size: 1rem;
  background-color: #f2f2f2;
  border: none;
  font-weight: bold;
}
.button[disabled] {
  opacity: 1 !important;
  cursor: default;
}
.button:not([disabled]):hover {
  background-color: #fa3d3d;
  color: white;
}
.button--icon {
  padding: 0 0.25rem;
  background-color: transparent;
}
.button--icon:not([disabled]):hover {
  background-color: transparent;
  color: #fa3d3d;
}
.save-button i {
  margin-left: 0.5rem;
}
.save-button.--unsaved {
  background-color: #fa3d3d;
  color: white;
}
.save-button.--unsaved:hover {
  background-color: #d10505;
}
.footer {
  background-color: black;
  color: white;
  padding: 2rem 5rem;
  margin-top: 5rem;
}
.list__link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  line-height: 15px;
  font-size: 15px;
  font-weight: 800;
  color: #d10505;
  padding-left: 1.5rem;
  background: url(//www.kp.dk/wp-content/themes/kp/assets/css/../img/arrow.svg) left top no-repeat;
  background-size: 6px 12px;
}
.list__link:hover {
  color: #fa3c3c;
}
.login {
  background-color: #e6e6e6;
  padding: 2rem;
  width: 700px;
}
.login__sub {
  margin-top: 2rem;
}
.login__input {
  display: flex;
}
.login__input input {
  flex-grow: 1;
}
.login__input button {
  margin-left: 2rem;
}
.absolute-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menubar {
  margin-left: auto;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
}
.menubar__logo {
  position: fixed;
  left: 3rem;
}
.main-header {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.menubar__item {
  padding: 0.25em 0;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
}
.menubar__item:before {
  position: absolute;
  content: '';
  height: 0;
  width: 1px;
  transition: height 0.22s ease-in-out;
  top: -40px;
  left: 50%;
}
.menubar__item:hover:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 50%;
  height: 2rem;
  top: -40px;
  width: 1px;
  background-color: #fff;
  transform: translateX(-50%);
  background-color: #000;
}
.save-footer {
  position: sticky;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.save-footer .save-footer__inner {
  display: flex;
  justify-content: flex-end;
  padding: 2rem 0;
  border-top: 1px solid grey;
}
.table {
  width: 100%;
}
.table th {
  text-align: left;
}
.table th,
.table td {
  padding: 0.25rem 0.5rem 0.25rem 0;
}
.table--zebra tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
@media only screen and (max-width: 700px) {
  .menubar__logo {
    display: none;
  }
  .login {
    width: 100%;
  }
  .article__title {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }
  .article__subtitle {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .row {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1000px) {
  .section__header {
    flex-wrap: wrap;
  }
  .header__description {
    margin-top: 2rem;
  }
  .header__description .input-group {
    flex-wrap: wrap;
  }
  .list__item {
    flex-direction: column;
  }
  .list__item > * {
    flex-grow: 1;
    width: 100% !important;
    margin-left: 0;
  }
  .list__item > *:not(:first-child) {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 1800px) {
  .menubar__logo {
    position: initial;
  }
}
