@media (max-width: 480px) {
  #content {
    padding: 4px;
  }
  .ak-card-header {
    padding: 0;
  }
  img.dui-card-logo {
    width: 20px;
  }
  .dui.dui-layout-footer {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #loginDiv {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
#aktop-bar {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#aktop-bar .logo img {
  width: 225px;
}

#akbottom {
  color: #fff;
  background: #2a2c33;
  font-size: 17px;
  padding: 4px;
}
@media (min-width: 1200px) {
  #akbottom .container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  #akbottom .container {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  #akbottom .container {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  #akbottom .container {
    width: 970px;
  }
}
#akbottom .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#akbottom .row {
  margin-right: -15px;
  margin-left: -15px;
}
#akbottom #schubeclink {
  float: right;
  margin-top: 30px;
}
#akbottom #schubeclink a {
  font-size: 8px;
  color: #fff;
  text-decoration: none;
}
#akbottom ul {
  list-style: none;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}
#akbottom ul li {
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 12px 0 12px;
}
#akbottom ul li a {
  color: #fff;
  text-decoration: none;
}
#akbottom p.copy {
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

:root {
  --p41d-primary-green: #36C3B2;
  --ak-primary-dunkelgrau: #2A2C33;
  --ak-primary-weiss: #FFFFFF;
  --ak-primary-hellgrau: #F7F8F9;
  --ak-secondary-grau3: #828693;
  --ak-secondary-grau4: #CCD7E3;
  --ak-background: #f7f8f9;
  --ak-input-border: 1px solid #be9d6f;
}

html, section, body {
  background-color: var(--p41d-primary-green);
}

#descriptionElement {
  cursor: pointer;
  text-decoration: underline;
}

#p41d-logo {
  max-width: 90vw;
}

#P41DDeText {
  width: 100%;
  text-align: center;
}

#schubec-shell {
  height: 100dvh;
}

.dui.dui-btn.dui-ctx.downloadbutton {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p41dfoto {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.vorherfoto {
  max-height: min(900px, 70dvh);
  max-width: 100%;
}

.finalfoto {
  max-height: min(900px, 70dvh);
  max-width: 100%;
}

.rawfoto {
  max-height: 400px;
  max-width: 100%;
}

.dui-thumbnail-body div.dui {
  position: relative;
  text-align: center;
  color: white;
}
.dui-thumbnail-body h4 {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.dui-thumbnail h4 {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
}

.dui-layout-footer {
  background-color: #2b8b7e;
  padding: 10px;
}
.dui-layout-footer #impressumLink {
  float: right;
}

.dui-thumbnail {
  border-color: var(--p41d-primary-green);
}

.dui-field-input-wrapper {
  border: var(--ak-input-border);
}

.dui-form-field:focus-within .dui-field-input-wrapper {
  border-color: var(--p41d-primary-green);
}

.dui-field-input-hidden:checked + .dui-field-input .dui-radio-label:after {
  background-color: var(--p41d-primary-green);
}

.dui-calendar {
  border: var(--ak-input-border);
}
.dui-calendar .dui-calendar-selectors-year,
.dui-calendar .dui-calendar-selectors-month {
  background-color: var(--p41d-primary-green);
  color: white;
}
.dui-calendar .dui-selected-date .dui-calendar-day-number {
  background-color: var(--p41d-primary-green);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #464a56;
  line-height: 1.6;
}

body.dui {
  overflow: unset;
}

#top-bar .logo img {
  width: 225px;
}

.dui-layout-content {
  background: var(--p41d-primary-green);
}

.dui-btn {
  background-color: #a1a3a6;
}

.dui.dui-btn.dui-ctx {
  background-color: var(--p41d-primary-green);
  margin: 2px;
}

.ak-card-header {
  background-color: #c9e4de;
}
.ak-card-header h2 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
}

.fill-height {
  height: 100%;
}

.dui-tracker-line {
  background-color: var(--ak-secondary-grau3);
}

.dui-active .dui-tracker-line,
.dui-active .dui-tracker-node {
  background-color: var(--p41d-primary-green);
}

.dui-menu-item-selected {
  background-color: var(--ak-secondary-grau4);
}

.dui-mark-available-day {
  color: green;
}

.dui-mark-past-day {
  color: grey;
  font-weight: normal;
}
.no-rights {
    user-select: none; /* Standard for modern browsers */
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    pointer-events: none; /* Makes the image un-targetable by mouse events (might affect other interactions) */

    /* The most direct way to prevent dragging: */
    -webkit-user-drag: none;
    user-drag: none;
}
/*# sourceMappingURL=fotoportal.css.map */
