@charset "UTF-8";
/* styling */
/* 	

	CSS-Variablen & Mixin
*/
/* Farben */
/* Based on bootstrap-grid and mobile first */
/* typo */
h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}

.abstand {
  padding: 25px 0;
}

/* Media Queries */
/* 	
	Basic-Style
*/
/* html is set to 62.5% so that all REM measurements are based on 10px sizing - so 1.5 rem = 15px; */
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f3eee8;
  color: #8B8B8B;
}

a {
  text-decoration: none;
  color: #8B8B8B;
}

a:hover {
  text-decoration: underline;
  color: #191919;
}

.img-fluid {
  width: auto;
  max-width: 100%;
  height: auto;
}

.no-mob-cell {
  display: none;
}
@media (min-width: 720px) {
  .no-mob-cell {
    display: table-cell;
  }
}

main {
  padding: 30px 15px 0 15px;
  max-width: 1680px;
  margin: 0 auto;
}

.button {
  font-weight: 400;
  font-size: 13px;
  line-height: 36px;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
  padding: 8px 18px;
  background-color: transparent;
}

.button:hover {
  cursor: pointer;
  background-color: #000000;
  color: #FFF;
  text-decoration: none;
}

.button-second {
  border: 1px solid #8B8B8B;
  color: #8B8B8B;
}

.button-second:hover {
  background-color: #8B8B8B;
  color: #FFF;
}

.button-warning {
  border: 1px solid #F60101;
  color: #F60101;
}

.button-warning:hover {
  background-color: #F60101;
  color: #FFF;
}

.btn-edit-wrap {
  padding-left: 0px;
}
@media (min-width: 960px) {
  .btn-edit-wrap {
    padding-left: 82px;
  }
}

.btn-edit-reset {
  padding: 0 18px;
}

header {
  background-color: #fff;
  padding: 20px 0 15px 0;
}

.header-main {
  display: grid;
  grid-template-columns: 248px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  max-width: 1680px;
  margin: 0 auto;
}

.logo {
  margin: 0 15px;
  padding: 0;
  line-height: 0;
}

.login {
  text-align: right;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 13px;
  line-height: 13px;
}

.btn-anmelden:hover {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}

#btn-abmelden:hover {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}

.pr_toast {
  width: 100%;
  max-width: 480px;
  margin: 20px 0;
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  background-color: #4eb709;
}

.pr_toast p {
  font-size: 13px;
  color: #FFFFFF;
  padding: 8px 0;
}

.pr_toast_error {
  background-color: #F60101;
}

.pr_warning {
  color: #f68601 !important;
}

.pr-welcome {
  color: #000000;
  font-weight: bold;
}

.pr-pdf {
  position: relative;
  text-align: right;
  margin: 10px;
  margin-bottom: -30px;
}

.pr_dubl {
  margin-left: 15px;
}

.pr_dubl h1 {
  padding-left: 0 !important;
  padding-bottom: 10px !important;
}

.pr_dubl__label {
  padding-bottom: 5px;
}

.pr_dubl .select-zi {
  margin-left: 0 !important;
}

.pr_dubl__btn {
  margin-top: 15px;
}

h1.h1_black {
  color: #191919 !important;
}

/* 	
*/
/* Form */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

label {
  color: #191919;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
::placeholder {
  /* Firefox, Chrome, Opera */
  font-weight: 400;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 400;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 400;
}

.read-only {
  border: 0 !important;
  color: #e7e7e7;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Select reset */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 42px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  border: 1px solid #e7e7e7;
  border-radius: 1px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  background-color: #F8F8F8;
  margin-bottom: 12px;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 80px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #e7e7e7;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.2rem;
  color: #191919;
}

fieldset {
  padding: 0;
  border-width: 0;
  margin-bottom: 12px;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

input[type=submit].button {
  line-height: 20px !important;
}

.form-info {
  display: none;
  background-color: #E7F3FA;
  color: #007dd1;
  font-weight: 700;
  padding: 24px;
  text-align: center;
  border-radius: 0px;
  max-width: 420px;
  margin: 0 auto;
}

::placeholder {
  color: #e7e7e7;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #e7e7e7;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #e7e7e7;
  font-weight: 300;
}

select {
  background: url("/assets/img/ico_chevron_down.svg") no-repeat right center;
  background-size: 9px;
  background-color: #F8F8F8;
}

.std {
  width: 80px !important;
  background-position: 88% center !important;
}

.info-error {
  color: #F60101;
}

input.input_error {
  border: 1px solid #F60101 !important;
}

.form-action {
  padding: 15px 0;
}

.form-small {
  font-size: 0.8em;
}

#spw {
  border: 1px solid black;
}

#datepicker-setup {
  border: none;
  background-color: #F8F8F8;
  border: 1px solid #e7e7e7;
  color: #0075BF;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  min-width: 120px;
  height: 22px;
  padding: 2px;
}

/* 	
*/
/* Calender */
.prv-navi-grid-zimmer {
  display: inline-grid;
  grid-template-columns: 120px 1fr 320px;
  grid-gap: 5px;
}

/* toggle */
.prv-toggle {
  border: 1px solid #CCE3F2;
  display: inline-grid;
  grid-template-columns: 60px 60px;
}

.prv-tg {
  align-self: center;
  justify-self: center;
  background-color: #FFF;
  width: 100%;
  text-align: center;
  padding: 0;
}

.prv-tg:hover {
  background-color: #CCE3F2;
  cursor: pointer;
}

.prv-tg-active,
.prv-tg-active:hover {
  background-color: #000000;
}

.prv-tg-active a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.prv-btn {
  font-size: 13px;
  line-height: 2rem;
  font-weight: 400;
  color: #191919;
}

.prv-btn:hover {
  text-decoration: none;
}

/* Date Picker */
.pr_date_picker {
  margin-left: 0px;
  display: inline-grid;
  grid-template-columns: 32px auto 32px;
  border: 1px solid #FFFFFF;
  background-color: #ffffff;
}

.pr_dp {
  align-self: stretch !important;
  justify-self: center !important;
  background-color: #fff;
}

.pr_dp_date {
  background-color: #FFFFFF;
  padding: 0px 12px 0px 12px;
  color: #000000;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  justify-self: left;
}

#datepicker,
#datepicker-kw,
#datepicker-dubli {
  border: none;
  background-color: #FFFFFF;
  color: #000000;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  min-width: 120px;
}

input[type=date] {
  background: #fff url("/assets/img/icon_kalender.svg") 97% 50% no-repeat;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.pr_dp_prev_week,
.pr_dp_next_week {
  background-color: #fff;
  width: 100%;
  height: 32px;
  text-align: center;
}

.pr_dp_prev_week img,
.pr_dp_next_week img {
  margin-top: 11px;
}

.pr_dp_prev_week:hover,
.pr_dp_next_week:hover {
  cursor: pointer;
}

.pr_dp_prev_no:hover {
  cursor: inherit !important;
}

.pr_dp_prev_no img {
  opacity: 0.25;
}

.pr_stage {
  font-weight: 300;
  color: #191919;
  font-size: 13px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 1px 3px 1px rgba(19, 19, 19, 0.11);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(19, 19, 19, 0.11);
  -moz-box-shadow: 0px 1px 3px 1px rgba(19, 19, 19, 0.11);
  border-radius: 1px;
  border: 1px solid #FFF;
  min-height: 20vh;
}

.pr_stage h1 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding: 30px 15px;
}

.pr_stage h1.pr_zimmer {
  padding: 30px 15px 0 15px;
}

.pr_stage h3 {
  font-size: 15px;
  font-weight: 400;
  color: #8B8B8B;
  padding: 0px 15px 30px 15px;
}

.pr_calendar__wrap {
  margin-right: 15px;
  overflow-y: scroll;
}

table.pr_cal {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}
@media (min-width: 1140px) {
  table.pr_cal {
    table-layout: fixed;
  }
}

table th.pr-td-sticky,
table td.pr-td-sticky {
  position: sticky;
  left: 0px;
  width: 200px;
  min-width: 140px;
  border: none !important;
  background-color: #FFF;
  padding-left: 15px;
}

table.pr_cal td {
  white-space: nowrap;
  border-top-width: 0px;
  overflow: hidden;
}

.pr-info {
  border: none !important;
}

strong {
  font-weight: 700;
}

.pr-th {
  font-size: 0.8em;
  font-weight: 300;
  white-space: nowrap;
  border: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.pr-td {
  height: 10px;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  padding: 2px 0;
  min-width: 15px;
  border-left: 1px solid #e7e7e7;
}

.pr-td a {
  text-decoration: none;
}

.pr-td-line {
  border-left: 1px solid #bdbdbd;
}

.pr-td-no-line {
  border-bottom: none;
}

.pr-c-i {
  font-size: 0.8em;
  line-height: 1.3em;
  margin: 5px 0;
}

.pr-c-p {
  background-color: #0075BF;
  font-size: 0.8em;
  line-height: 1.3em;
  text-align: center;
  padding: 6px 0;
  overflow: hidden;
  color: #191919;
  border-right: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.pr-d-p {
  text-align: left;
}

.pr-c-p:hover {
  cursor: pointer;
}

.pr-c-dubli {
  border-left: 3px dotted #FFFFFF;
}

.pr-c-p-ind {
  background-color: #3B3838;
  color: #FFFFFF;
}

.pr-c-p-wiam {
  background-color: #F9DFDF;
  color: #191919;
}

.pr-c-p-wiam-s {
  background-color: #CE0101;
  color: #FFFFFF;
}

.pr-c-p-ferien {
  background-color: #e7e7e7;
  font-size: 0.8em;
  line-height: 1.3em;
  text-align: center;
  padding: 2px 0;
  overflow: hidden;
  color: #191919;
  border-right: 1px solid #FFFFFF;
}

.pr-btn-new {
  width: 100%;
  height: 100%;
  padding: 6px 0;
  overflow: hidden;
}

/* Zi-Auswahl */
.zi-liste {
  position: relative;
}

.zi-liste:hover {
  cursor: pointer;
}

.select-zi {
  margin-left: 10px;
  display: inline-grid;
  grid-template-columns: 32px auto;
  border: 1px solid #D8EAF5;
  background-color: #D8EAF5;
}

.szi {
  align-self: stretch !important;
  justify-self: center !important;
}

.zi {
  background-color: #D8EAF5;
  padding: 0px 6px 0px 0px;
  color: #000000;
  font-size: 13px;
  line-height: 32px;
  font-weight: 700;
  justify-self: left;
  min-width: 160px;
}

.ico {
  width: 100%;
  height: 32px;
  text-align: center;
}

.ico img {
  margin-top: 5px;
}

.zi select {
  margin-bottom: 0px !important;
  background-color: #D8EAF5 !important;
  color: #0075BF;
  height: 32px;
  padding-left: 6px !important;
}

/* Legende */
.pr_stage__footer {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-gap: 5px;
  font-size: 12px;
  font-weight: 300;
  padding-left: 15px;
  margin-bottom: 40px;
}
@media (min-width: 1460px) {
  .pr_stage__footer {
    grid-template-columns: 25px 1fr 25px 1fr;
    max-width: 480px;
  }
}

.pr_leg_pr-serie {
  width: 25px;
  height: 15px;
  background-color: #0075BF;
}

.pr_leg_pr {
  width: 25px;
  height: 15px;
  background-color: #DBEBF6;
}

.pr_leg_wiam-serie {
  width: 25px;
  height: 15px;
  background-color: #CE0101;
}

.pr_leg_wiam {
  width: 25px;
  height: 15px;
  background-color: #F9DFDF;
}

/* 	
*/
/* setup */
.pr_setup {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding: 0 15px;
}
@media (min-width: 720px) {
  .pr_setup {
    display: grid;
    grid-template-columns: 248px 1fr;
    grid-template-rows: 1fr;
    padding: 0;
  }
}

.pr_setup__nav {
  margin: 0;
  padding: 0 0 15px 0px;
}
@media (min-width: 720px) {
  .pr_setup__nav {
    padding: 0 0 0 15px;
  }
}

.pr_setup__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pr_setup__nav ul li {
  padding: 0 0 5px 0;
}

.pr_setup__nav ul li a.nactive {
  font-weight: 700;
  color: #191919;
}

.pr_setup__nav ul li a.nactive:hover {
  text-decoration: none;
}

.pr_setup__content form {
  padding-top: 20px;
}

.table_setup {
  padding-bottom: 20px;
  width: 100%;
  max-width: 960px;
}

.table_setup th,
.table_setup td {
  text-align: left;
}

.table_setup th,
.table_setup td {
  padding: 5px 0;
  border-bottom: 1px solid #e7e7e7;
}

.ba {
  margin-right: 10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 3px;
}

.ba img {
  margin-top: 3px;
}

.ba:hover {
  background-color: #e7e7e7;
}

.pr_info {
  width: 100%;
  max-width: 720px;
  margin: 20px 0;
}

.pr_info p {
  background-color: #4eb709;
  color: #FFFFFF;
  padding: 8px;
}

/* Date Picker */
.pr_back_wrap {
  margin-left: 0px;
  display: inline-grid;
  grid-template-columns: 32px auto;
  border: 1px solid #FFFFFF;
}

.pr_back {
  align-self: stretch !important;
  justify-self: center !important;
  background-color: #fff;
}

.pr_back_info {
  background-color: #FFFFFF;
  padding: 0px 12px 0px 12px;
  color: #000000;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  justify-self: left;
}

.pr_back_btn {
  background-color: #fff;
  width: 100%;
  height: 32px;
  text-align: center;
}

.pr_back_btn img {
  margin-top: 11px;
}

.pr_back_btn:hover {
  cursor: pointer;
}

/* Passwort neu setzen */
.pr_reset {
  font-weight: 300;
  color: #191919;
  font-size: 13px;
  margin: 40px auto;
  padding: 0;
  width: 100%;
  max-width: 480px;
  background-color: #FFF;
  box-shadow: 0px 1px 3px 1px rgba(19, 19, 19, 0.11);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(19, 19, 19, 0.11);
  -moz-box-shadow: 0px 1px 3px 1px rgba(19, 19, 19, 0.11);
  border-radius: 1px;
  border: 1px solid #FFF;
  min-height: 20vh;
}

.pr_reset h1 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding: 30px 15px;
}

.pr_reset p {
  padding: 0 15px 15px 15px;
}

.pr_reset form {
  padding: 0 15px;
}

/* CSS Modal-Stuff */
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 5px #191919;
  -moz-box-shadow: 0 0 5px #191919;
  -o-box-shadow: 0 0 5px #191919;
  -ms-box-shadow: 0 0 5px #191919;
  box-shadow: 0 0 5px #191919;
  text-align: left;
}

.modal table {
  width: 100%;
}

.modal a.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/img/icon_close.svg");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.modal h2 {
  font-size: 20px;
  font-weight: 700;
  color: #0075BF;
  padding: 30px 0px 20px 0;
}

.modal label {
  font-size: 13px;
}

.modal td {
  font-size: 13px;
  vertical-align: top;
}

.modal td strong {
  color: #191919;
}

.modal p.small {
  font-size: 0.8em;
}

.modal select {
  background-position: 96% center;
}

.modal .pr-pw-lost {
  padding: 20px 0 10px 0;
  font-size: 13px;
}

.modal p {
  font-size: 13px;
  line-height: 1.4em;
  padding-bottom: 20px;
}

.modal .info-error {
  color: #F60101;
  font-size: 13px;
  padding: 0 0 15px 0;
}

#prv-error {
  color: #FFFFFF;
  background-color: #F60101;
  padding: 8px 0px;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 13px;
  display: none;
}

/*# sourceMappingURL=styles.css.map */
