@charset "UTF-8";
.transition-ease, .list-group-item-check:hover,
.list-group-item-check:focus,
.list-group-item-check:active, .list-group-item-check, .list-group-item:hover, #contactOptionsWindow {
  -webkit-transition: all 0.6s ease 0.1s;
  -moz-transition: all 0.6s ease 0.1s;
  -o-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}

.animation-transition, .btn {
  transition: all 0.3s ease-in;
}

.animation-slide {
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 1s;
  animation: slide 0.5s forwards;
  animation-delay: 1s;
}

::selection {
  background-color: #e52a16;
  color: #F9FDFF;
}

::-moz-selection {
  background-color: #e52a16;
  color: #F9FDFF;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #b62112;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #88190d;
}

.dropshadow, .btn-secondary, .btn-outline-primary, #actions .btn-primary {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.16));
}
.dropshadow-primary {
  filter: drop-shadow(0 0 0.1rem #88190d);
}

.cursor-pointer {
  cursor: pointer;
}

.box-shadow {
  box-shadow: 1.5px 0.9px 5px #C2CCCB;
}

.box-shadow-sidebar {
  box-shadow: 1.5px 0.9px 2px #C2CCCB;
}

.box-shadow-tabs {
  box-shadow: 0 0 2px #C2CCCB;
}

body {
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  font-size: 16px;
  color: #1f0c0a;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-weight: 400;
}

.MainContainer {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 79vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

.ParallaxContainer {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: -1;
  height: 70vh;
  justify-content: center;
  align-items: flex-end;
  background: url(https://cdn.geronto.net/gerontonetcdnblobcontainer/Alzheimer-Versorgung/img/alzheimer-bg.png);
  background-color: rgb(250, 228, 216);
  transition: ease-in-out 0.8s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -150px;
}
.ParallaxContainerMargin {
  margin-top: -8vh;
}

.ContentContainer {
  position: relative;
  display: block;
  background-color: #E6F2F1;
  border-top: 7px solid #b62112;
  z-index: 1;
  text-align: center;
}

section.content {
  margin-bottom: 3rem;
}

a {
  color: #e52a16;
  text-align: left;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration-style: solid;
  color: #2b0804;
}
a:not([href]):not([tabindex]).dropdown-item {
  color: #6c757d;
}
a + hr {
  margin: 0 20px 10px;
}

h1 {
  font-size: 25px;
  font-weight: 700;
  color: #1f0c0a;
}
h1.display-1 {
  font-size: 40px;
}
h1.display-2 {
  font-size: 35px;
}
h1.display-1, h1.display-2 {
  font-weight: 700;
  color: #1f0c0a;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1f0c0a;
}

h3,
h4 {
  font-size: 18px;
  font-weight: 600;
  color: #591009;
  line-height: 1.5rem;
}
* ~ h3,
* ~ h4 {
  margin-top: 1.5rem;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1f0c0a;
}

h5 {
  font-size: 14px;
  font-weight: 700;
  color: #e52a16;
}

.form-control {
  border: 1px solid #88190d;
  font-size: 16px;
  padding: 5px;
}

.nav > li.active {
  border: none;
}

.category .container {
  margin-top: 26px;
  margin-bottom: 26px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #88190d;
}
.category .container .breadcrumb {
  position: relative;
  background-color: white;
  font-size: 12px;
  padding: 6px 15px;
  margin-top: -31px;
  border: solid 1px #e52a16;
  top: 33px;
  left: -10px;
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #DAE6E4;
  content: "/ ";
}

.footer {
  color: #b62112;
  height: 100%;
  width: 100%;
  margin-top: 20px;
  position: relative;
  text-align: center;
  background-color: #E6F2F1;
  border-top: 10px solid #e52a16;
}

.footer-layout {
  color: #b62112;
  width: 100%;
  text-align: center;
  background-color: #E6F2F1;
  border-top: 10px solid #e52a16;
  bottom: 0;
}

hr {
  border-color: #DAE6E4;
}

.close {
  color: #F9FDFF;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.form-control:focus,
.single-line:focus,
.form-control.pg-state-focus,
.single-line.pg-state-focus {
  border-color: #e52a16;
}

.toast-success {
  background-color: #e52a16;
}

.required:after {
  content: "*";
  font-weight: 700;
  color: #ED4418;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  border: none;
}

input[type=checkbox] + label:hover {
  background: none;
  cursor: default;
}

input[type=checkbox] + label::before {
  width: 1.3em;
  height: 1.3em;
  background-color: #F9FDFF;
  border: 1px solid #b62112;
  display: block;
  content: " ";
  float: left;
  margin-right: 5px;
}

input[type=checkbox]:checked + label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #88ED0C;
}

input.form-control {
  padding: 5px 15px;
  height: 2.5rem;
  color: #1f0c0a;
  border: 1px solid #9DA6A5 !important;
  border-radius: 15px;
}
input.form-control:focus {
  box-shadow: none;
  border-color: #ED7600 !important;
}
input.password-input, input.password-input:focus {
  border-right-color: transparent !important;
}
input.password-input ~ button, input.password-input:focus ~ button {
  background-color: #ffffff;
  border: 1px solid #9DA6A5;
  border-left-color: transparent;
  padding: 0 15px;
}
input.password-input ~ button svg, input.password-input:focus ~ button svg {
  color: #88190d;
}
input.password-input ~ button:first-of-type, input.password-input:focus ~ button:first-of-type {
  border-left-color: transparent;
}
input.password-input ~ button:last-of-type, input.password-input:focus ~ button:last-of-type {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.input-group .form-control {
  border: 1px solid #e52a16;
}

textarea.form-control {
  padding: 10px 15px;
}

#toast-container > div {
  border-radius: 0 !important;
  color: #616665;
}
#toast-container > .toast:before {
  color: #616665;
}
#toast-container > .toast-info:before {
  content: "\f019";
}

.toast-info,
.toast-success {
  background-color: #591009;
}

.contact-info {
  position: fixed;
  top: 50px;
  margin-left: 2rem;
  z-index: 2000;
}
.contact-info .dropdown, .contact-info p {
  float: right;
}

.contact-info-mobile {
  display: none;
}
.contact-info-mobile .dropdown {
  display: inline-block;
}

.navbar-nav > li > a {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#contactOptionsBtn {
  position: fixed;
  top: 25vh;
  right: 0;
  background-color: #ED7600;
  border-color: #ED7600;
  z-index: 1010;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 2.5rem;
  padding-right: 2rem;
}
#contactOptionsBtn:hover {
  background-color: #ba5d00;
  border-color: #ba5d00;
}

#contactOptionsWindow {
  position: fixed;
  top: 20vh;
  left: 100%;
  width: 0;
  min-width: 390px;
  z-index: 1020;
  padding: 4vh 5vh;
}
#contactOptionsWindow.contactOptionsWindowShow {
  width: 30%;
  left: 70%;
}

#contact-widget-icon {
  width: 2rem;
}

.close-container {
  position: relative;
  width: 20px;
  height: 25px;
  cursor: pointer;
}

.close-left-right,
.close-right-left {
  height: 2px;
  width: 20px;
  position: absolute;
  background-color: #C2CCCB;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
.close-container:hover .close-left-right,
.close-container:hover .close-right-left {
  background-color: #ED4418;
}

.close-left-right {
  transform: rotate(45deg);
}
.close-container:hover .close-left-right {
  transform: rotate(-45deg);
}

.close-right-left {
  transform: rotate(-45deg);
}
.close-container:hover .close-right-left {
  transform: rotate(45deg);
}

.hide {
  display: none !important;
}

.navbar-border {
  border-bottom: #b62112 6px solid;
}

.navbar-dev-border {
  border-bottom: #ED4418 6px solid;
}

.navbar-test-border {
  border-bottom: #ED7600 6px solid;
}

.dgn-home-teaser {
  color: #ffffff;
  z-index: 1010;
  margin-bottom: -55px;
}

.dgn-home-card {
  border-radius: 10px;
  border-color: transparent;
  box-shadow: 0px 0px 4px #DAE6E4;
}
.dgn-home-card img {
  width: 250px;
}

strong {
  font-weight: 600;
}

.category {
  margin-top: 3rem;
}

@media print {
  .fadeInDown {
    visibility: visible !important;
  }
  .RecentWorks,
  .social {
    display: none !important;
  }
  .printing {
    display: block !important;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .category .container {
    border-bottom: transparent;
  }
  a[href]:after {
    content: " ";
  }
  #content .col-xl-9,
  #content .col-sm-8 {
    flex: 100%;
    max-width: 100%;
  }
  * {
    overflow: visible !important;
  }
  body {
    margin: 1rem;
  }
  .table-responsive {
    display: block !important;
    overflow: visible !important;
  }
  .wrapper,
  .row,
  .card {
    display: block !important;
    width: 90vw !important;
  }
  .table-head-primary > tr th {
    color: #ffffff !important;
    background-color: #b62112 !important;
  }
  td,
  tr {
    float: none !important;
  }
  td::before {
    display: none;
  }
  td[data-label=Entgeltschlüssel]::before {
    height: 100%;
  }
  thead.table-head-primary {
    visibility: visible;
  }
}
kbd {
  border-radius: 0;
  padding: 5px 10px 5px;
  margin-left: 3px;
  -webkit-box-shadow: 0 0 transparent !important;
  box-shadow: 0 0 transparent !important;
  font-family: inherit;
}

.container {
  padding-top: 8px;
  padding-bottom: 2px;
  margin-top: auto;
  margin-bottom: auto;
}
.container-layout {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

.btn {
  font-size: inherit;
  border-radius: 6px;
  margin-bottom: 20px;
}

#actions .btn-primary {
  background-color: #ffedeb;
  border: #ffedeb;
  color: #591009;
  font-weight: 600;
}

.btn-outline-primary {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #88190d;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #88190d;
  border-color: #88190d;
  color: #F9FDFF;
}

.btn-secondary {
  font-size: 18px;
  font-weight: 600;
  color: #522F00;
  background-color: #ED7600;
  border-color: #ED7600;
  padding: 10px 20px;
}

.btn-card {
  border: none;
  padding: 0;
  cursor: pointer;
}
.btn-card:hover {
  background-color: #DAE6E4;
}
.btn-card:active, .btn-card:focus {
  outline: none;
}

.justify-content-between .btn-group {
  border-left: 1px solid #C2CCCB;
  padding: 0;
}
.btn-group > a.btn.btn-card {
  padding-top: 0.9rem;
}

.btn-link {
  margin-bottom: 0;
}

.btn-min-width {
  min-width: 170px;
}

.btn-flyer {
  background: #FFF042;
  background: -moz-linear-gradient(45deg, #FFF042 6%, #e52a16 100%);
  background: -webkit-linear-gradient(45deg, #FFF042 6%, #e52a16 100%);
  background: linear-gradient(45deg, #FFF042 6%, #e52a16 100%);
  box-shadow: 4px 4px 0 #1f0c0a;
  border: 2px solid #1f0c0a;
  border-radius: 15px;
  padding: 1rem 2.5rem;
  font-weight: 700;
  font-size: 20px;
}
.btn-flyer:hover, .btn-flyer:focus, .btn-flyer:active {
  border-color: #FFF042;
}

button:focus {
  outline: none;
}

.font-size-btn {
  background-color: #ffedeb;
  border: transparent;
  border-radius: 6px;
  padding: 5px 15px;
}

.close-container {
  position: relative;
  width: 20px;
  height: 25px;
  cursor: pointer;
}

.close-left-right,
.close-right-left {
  height: 2px;
  width: 20px;
  position: absolute;
  background-color: #C2CCCB;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
.close-container:hover .close-left-right,
.close-container:hover .close-right-left {
  background-color: #ED4418;
}

.close-left-right {
  transform: rotate(45deg);
}
.close-container:hover .close-left-right {
  transform: rotate(-45deg);
}

.close-right-left {
  transform: rotate(-45deg);
}
.close-container:hover .close-right-left {
  transform: rotate(45deg);
}

.dropup-toggle::after {
  display: none;
}

.list-group {
  font-family: Montserrat, "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.list-group-item {
  padding: 20px 50px;
  border: none;
  cursor: pointer;
  line-height: 200%;
}
.list-group-item-primary {
  font-size: 18px;
  cursor: default;
  padding: 10px 50px;
  font-weight: 300;
}
.list-group-item:hover {
  background-color: #b62112;
  border-style: none;
  color: #F9FDFF !important;
  border-color: #F9FDFF;
  box-shadow: none;
}
.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0;
}
.list-group-item-active {
  border-left: 15px solid #e52a16;
}
.list-group-item-check-out {
  border-left: 15px solid #ED7600;
}
.list-group-item-postponed {
  border-left: 15px solid #C2CCCB;
}
.list-group-item-check {
  border-left: #b62112 4px solid !important;
  padding: 15px 20px;
  color: #b62112 !important;
}
.list-group-item-check:hover, .list-group-item-check:focus, .list-group-item-check:active {
  padding: 15px 35px;
  color: #F9FDFF !important;
  background-color: #b62112 !important;
  outline: #88190d 1px solid;
}

li.list-group-item-primary::before {
  content: "–";
  font-size: 25px;
  color: #b62112;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
}

li.list-group-item-primary {
  list-style-position: outside !important;
}

.modal {
  text-align: center;
}
.modal-header {
  border-bottom: 1px solid #F9FDFF;
  background-color: #e52a16;
  color: #F9FDFF;
}
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid #F9FDFF;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
.modal.img-modal .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.modal-footer {
  border: none;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.modal-zoom {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 25vh;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
  background-color: #ffffff;
}
.modal-zoom-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: inherit;
  padding: 10px 0;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.close-zoom {
  position: absolute;
  top: 21vh;
  right: 30px;
  color: #ED4418;
  font-size: 20px;
  font-weight: 300;
  transition: 0.3s;
  text-shadow: none;
  opacity: 1;
}
.close-zoom:hover, .close-zoom:focus {
  color: #616665;
  cursor: pointer;
  text-shadow: none;
  opacity: 1;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
label {
  color: #88190d;
  font-weight: 600;
}

input[type=checkbox] + label::before {
  border-color: #DAE6E4;
}

.dropdown.mobile,
.dropup.mobile {
  display: inline;
  position: static !important;
}
.dropdown.show svg, .dropdown:hover svg, .dropdown:focus svg, .dropdown:active svg,
.dropup.show svg,
.dropup:hover svg,
.dropup:focus svg,
.dropup:active svg {
  color: #ED7600;
}
.dropdown.v-theme > .dropdown-menu,
.dropup.v-theme > .dropdown-menu {
  background-color: #ffedeb;
  min-width: 15rem;
  border: transparent;
  border-radius: 6px;
  padding: 0;
}
#actions .dropdown.v-theme .dropdown-menu,
#actions .dropup.v-theme .dropdown-menu {
  text-align: left;
}
.dropdown.v-theme.mobile > .dropdown-menu,
.dropup.v-theme.mobile > .dropdown-menu {
  font-size: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100vw;
  top: 10px !important;
  left: 5px !important;
  text-align: right;
}
.dropdown.v-theme .dropdown-item,
.dropup.v-theme .dropdown-item {
  color: #88190d;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.dropdown.v-theme .dropdown-item:hover, .dropdown.v-theme .dropdown-item:focus, .dropdown.v-theme .dropdown-item:active,
.dropup.v-theme .dropdown-item:hover,
.dropup.v-theme .dropdown-item:focus,
.dropup.v-theme .dropdown-item:active {
  background-color: #e52a16;
  color: #ffffff;
}
.dropdown.v-theme .dropdown-item:hover svg, .dropdown.v-theme .dropdown-item:focus svg, .dropdown.v-theme .dropdown-item:active svg,
.dropup.v-theme .dropdown-item:hover svg,
.dropup.v-theme .dropdown-item:focus svg,
.dropup.v-theme .dropdown-item:active svg {
  color: #ffffff;
}
.dropdown.v-theme .dropdown-item svg,
.dropup.v-theme .dropdown-item svg {
  color: #88190d;
  margin-right: 5px;
}
.dropdown.v-theme .dropdown-divider,
.dropup.v-theme .dropdown-divider {
  margin: 0 20px;
  border-color: #C2CCCB;
}

.disabled,
a.btn.disabled,
.dropdown-item.disabled {
  pointer-events: unset;
  cursor: not-allowed;
}

.open .dropdown-toggle.btn-link {
  color: #e52a16;
}

.navbar-nav .nav-item {
  margin: 0 10px;
}
.navbar-nav .nav-item.active {
  font-weight: 600;
  color: #ffffff;
  background-color: #E6F2F1;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 90px;
}
.navbar-nav .nav-item.active:hover {
  background-color: #ffffff;
}
.navbar-nav .nav-item.active:hover > .nav-link {
  color: #e52a16;
}

.navbar-toggler {
  border: none;
}

.wrapper {
  display: table;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.wrapper-inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: table-cell;
  vertical-align: middle;
}

.progress {
  border-radius: 0;
}
.progress-bar-success {
  background-color: #88ED0C;
}
.progress-bar-warning {
  background-color: #FFF042;
}
.progress-bar-danger {
  background-color: #ED4418;
}

.header-one {
  height: 100px;
  width: 100%;
  background-color: #F5A69F;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid black;
}

.header-two {
  height: 100px;
  width: 100%;
  background-color: #F18077;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid black;
}

.header-three {
  height: 100px;
  width: 100%;
  background-color: #ED5145;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid black;
}

.table > tbody > tr > th {
  border-top: transparent !important;
}

.blockquote {
  border-left: none !important;
  border-top: 2px solid #88190d;
  border-bottom: 2px solid #88190d;
  text-align: center;
}
.blockquote > p {
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blockquote-footer {
  margin-top: 0.8rem;
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #9DA6A5 !important;
  text-align: right;
}

.rounded {
  border-radius: 15px !important;
}
.rounded-top {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.card {
  border-radius: 6px;
  border-color: transparent;
}
.card.v-theme {
  border: none;
  border-right: 5px #591009 solid;
  margin-bottom: 9px;
  padding: 1.4rem 1rem;
  border-radius: 6px;
}
.card.v-theme.action {
  padding-top: 15px;
  padding-bottom: 15px;
}
.card.v-theme.action > .card-body {
  display: inline-block;
}
.card.v-theme.action > .card-body > h2 + p {
  margin-top: -6px;
  margin-bottom: 0;
}
.card.v-theme.action:hover {
  background-color: #E6F2F1;
}
.card.v-theme.action:focus, .card.v-theme.action:active, .card.v-theme.action.active {
  background-color: #88190d;
}
.card.v-theme.text-box {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
.card.v-theme.text-box > .card-body {
  display: inline-block;
}
.card.v-theme.text-box > .card-body > h2 + p {
  margin-top: -6px;
  margin-bottom: 0;
}
.card.v-theme.detail {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
.card.v-theme.detail > .card-body {
  display: inline-block;
}
.card.v-theme.desktop-box {
  border: 5px solid #ffedeb;
  padding: 0;
}
.card.v-theme.desktop-box .card-header {
  background-color: #ffedeb;
  border: none;
  padding: 0 50px 5px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card.v-theme.desktop-box .card-header > h1.card-title {
  margin-bottom: 0;
}
.card.v-theme.desktop-box .card-header .action-menu {
  margin-top: 5px;
}
.card.v-theme.desktop-box .card-header .action-menu > a, .card.v-theme.desktop-box .card-header .action-menu > .btn, .card.v-theme.desktop-box .card-header .action-menu > button {
  padding: 10px 30px 15px;
  font-weight: 600;
  color: #88190d;
}
.card.v-theme.desktop-box .card-header .action-menu > a:hover, .card.v-theme.desktop-box .card-header .action-menu > .btn:hover, .card.v-theme.desktop-box .card-header .action-menu > button:hover {
  color: #ED7600;
  text-decoration: none;
}
.card.v-theme.desktop-box .card-header .action-menu > a:hover svg, .card.v-theme.desktop-box .card-header .action-menu > .btn:hover svg, .card.v-theme.desktop-box .card-header .action-menu > button:hover svg {
  color: inherit;
}
.card.v-theme.desktop-box .card-header .action-menu > a button:hover, .card.v-theme.desktop-box .card-header .action-menu > .btn button:hover, .card.v-theme.desktop-box .card-header .action-menu > button button:hover {
  color: #ED7600;
}
.card.v-theme.desktop-box .card-header .action-menu .btn {
  padding-left: 15px;
  padding-right: 0;
}
.card.v-theme.desktop-box .card-header .action-menu .btn:focus {
  box-shadow: none;
}
.card.v-theme.desktop-box .card-header .action-menu .dropdown {
  display: inline-block;
}
.card.v-theme.desktop-box .card-header .action-menu .dropdown .dropdown-item:hover {
  color: white;
}
.card.v-theme.desktop-box .card-header .action-menu button {
  margin-bottom: 0;
}
.card.v-theme.desktop-box .card-header svg:not(.fa-xs) {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.card.v-theme.desktop-box .card-header.no-options {
  padding-top: 15px;
  padding-bottom: 21px;
}
.card.v-theme.desktop-box .card-body {
  display: block;
}
.card.v-theme.desktop-box .card-body svg:not(.fa-xs) {
  width: 20px;
  height: 20px;
}
.card.v-theme.desktop-box .card-body.upload-document {
  padding-right: 20vw;
  padding-left: 20vw;
}
.card.v-theme.desktop-box .card-body.upload-document svg {
  width: 6rem;
  height: 6rem;
  margin-bottom: 20px;
}
.card.v-theme.desktop-box .card-body.collapse:not(.show) {
  display: none;
}
.card.v-theme.desktop-box .card-body, .card.v-theme.desktop-box .card-footer {
  padding: 30px 50px;
}
.card.v-theme.desktop-box .card-footer {
  background-color: #F9FDFF;
}
.card.v-theme.desktop-box > .row > .col-xl-4 {
  padding-right: 0;
}
.card.v-theme.desktop-box > .row > .col-xl-4 + .col {
  padding-left: 0;
  border-left: 5px solid #ffedeb;
}
.card.v-theme.desktop-box > .row > .col-xl-4 + .col h2:not(:first-of-type) {
  margin-top: 30px;
}
.card.v-theme.desktop-box > .row > .col-xl-4 .card-body {
  padding: 0;
  display: flex;
  align-items: normal;
  border-right: 5px solid #ffedeb;
  margin-right: -5px;
}
.card.v-theme.toggle {
  border: none;
  cursor: pointer;
}
.card.v-theme.toggle.activated {
  background-color: #ffedeb;
}
.card.v-theme.toggle.deactivated {
  background-color: white;
}
.card.v-theme.toggle svg {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
}
.card.v-theme.toggle .card-body {
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.card.v-theme.toggle .card-body > h2 {
  margin-bottom: 0;
}
.card.v-theme ul:not(.k-reset) {
  padding-left: 16px;
}
a > .card.v-theme {
  color: #1f0c0a;
}
.card.v-theme.notification {
  border-color: #ED7600;
}
.card.v-theme .card-body {
  padding-top: 5px;
  padding-bottom: 0;
}
.card.v-theme .card-body h1:not(:first-child) {
  margin-top: 40px;
}
.card.v-theme:not(.desktop-box):not(.text-box) .card-body > .row > .col-12:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card.v-theme svg:not(.fa-xs) {
  width: 40px;
  height: 40px;
}
.card.v-theme svg:not(.fa-xs).fa-6x {
  width: 6rem;
  height: 6rem;
  margin-bottom: 15px;
}
.card.v-theme svg:not(.fa-xs) + h2 {
  margin-left: 20px;
}
.card.v-theme svg:not(.fa-xs).normalize {
  width: 15px !important;
  height: 15px !important;
}
.card.v-theme h2 {
  font-size: 18px;
}
#patient-program-fair .card.v-theme {
  height: 90px;
  width: 90px;
  padding: 18px 0 0 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
#patient-program-fair .card.v-theme a:hover {
  text-decoration: none;
}
#patient-program-fair .card.v-theme p {
  display: none;
}
#patient-program-fair .card.v-theme:hover, #patient-program-fair .card.v-theme:focus, #patient-program-fair .card.v-theme:active {
  background-color: #591009;
}
#patient-program-fair .card.v-theme:hover svg, #patient-program-fair .card.v-theme:focus svg, #patient-program-fair .card.v-theme:active svg {
  display: none;
}
#patient-program-fair .card.v-theme:hover p, #patient-program-fair .card.v-theme:focus p, #patient-program-fair .card.v-theme:active p {
  display: block;
  color: white;
  margin-top: -13px;
  margin-left: -5px;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
#patient-program-fair .card.v-theme:hover .card-body, #patient-program-fair .card.v-theme:focus .card-body, #patient-program-fair .card.v-theme:active .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
#document-tiles .card.v-theme {
  height: 100%;
}
#document-tiles .card.v-theme:hover p, #document-tiles .card.v-theme.activated p {
  font-weight: 700;
}
#document-tiles .card.v-theme.activated p {
  color: #88190d;
}
#document-tiles .card.v-theme .card-body {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}
#document-tiles .card.v-theme .card-body p {
  margin-bottom: 0;
}
.card.flat {
  width: 600px;
  max-width: 100%;
  border-color: transparent;
  border-radius: 6px;
  background-color: #ffedeb;
}
#patient-report-form .card.flat {
  padding-bottom: 0;
}
.card.flat.muted {
  background-color: #d5e9e8;
}
.card.form .card-body {
  padding: 20px 60px;
}
.card.summary {
  border: none;
  border-top: 5px #591009 solid;
}
.card.summary .card-body {
  padding: 40px 38px;
}
.card.big {
  min-height: 251px;
  display: flex;
}
.card .notification-marker {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.card-header {
  background-color: #9DA6A5;
  padding: 0;
}
.card-header h1 + span.badge {
  padding-bottom: 3px;
}
.card-header[data-toggle=collapse] {
  cursor: pointer;
}
.card-header .col.d-inline > h1 {
  margin-bottom: 0.8rem;
}

.justify-content-between h5.card-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card-columns {
  column-count: 1;
}

.card-content {
  border-color: white;
}

.card-img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  flex-shrink: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.card-img-overlay-workshop {
  left: 8px;
  top: 310px;
  bottom: unset;
}

.card-img-overlay-workshop-long {
  left: 8px;
  top: 95px;
  bottom: unset;
}

.cards-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}
.cards-container .card {
  width: 360px;
  height: 370px;
}
.cards-container .card .card-body {
  padding: 53px 45px 25px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.cards-container .card.catalogue {
  background-color: white;
  border-radius: 10px;
  border-color: transparent;
}

.carousel-indicators li {
  height: 5px;
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: #e52a16;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 30px;
  width: 35px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.alert {
  padding: 25px 35px;
}

.alert-danger {
  background-color: #F9FDFF;
  border-color: #ED4418;
  color: #1f0c0a;
}
.alert-danger h4 {
  color: #ED4418;
}
.alert-danger ul {
  padding-left: 8px;
}
.alert-danger ul li {
  padding-left: 10px;
  margin-bottom: 12px;
}
.alert-danger ul li::marker {
  content: "-";
}

.collapse.in {
  display: block;
}

#open-help-container::after {
  content: "|";
  padding-left: 20px;
}

.body-small #open-help-container::after {
  content: "";
}

#google-store-badge {
  width: 150px;
}

#app-store-badge {
  width: 137px;
}

.card.v-theme.blog-preview {
  border-radius: 6px;
  border: 2px solid #E6F2F1;
  padding: 10px 20px 0;
}
.card.v-theme.blog-preview h3.blog-entry-title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.card.v-theme.blog-preview p.truncate {
  margin-bottom: 0;
}
.card.v-theme.blog-preview .btn-outline-primary {
  filter: none;
  border-color: #e52a16;
  padding-left: 25px;
  padding-right: 25px;
  color: #591009;
}
.card.v-theme.blog-preview .btn-outline-primary:hover {
  color: #ffffff;
}
.card.app-store-teaser {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #ffedeb;
  border: none;
  border-radius: 0;
}
.card.app-store-teaser .card-body {
  display: flex;
  align-items: center;
  width: 1320px;
  height: 100%;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-multiple-lines-2, .card.v-theme.blog-preview h3.blog-entry-title,
.truncate-multiple-lines-5,
.card.v-theme.blog-preview .blog-entry-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-multiple-lines-2, .card.v-theme.blog-preview h3.blog-entry-title {
  -webkit-line-clamp: 2;
}

.truncate-multiple-lines-5, .card.v-theme.blog-preview .blog-entry-text {
  -webkit-line-clamp: 5;
}

.fr-box.fr-basic .fr-element {
  font-family: Montserrat, "Open Sans", Arial, sans-serif !important;
}

#go-to-patient-link {
  color: #e52a16;
}

#partner-logo-container {
  background-color: white;
}

.logo-container {
  display: flex;
  align-items: center;
  height: 170px;
  padding: 15px;
}
.logo-container:not(:last-of-type) {
  margin-right: 5px;
}
.logo-container img {
  width: 200px;
}
.logo-container img#wzk-logo, .logo-container img#ubt-logo {
  width: 180px;
  margin-left: 20px;
}
.logo-container img#rehapro-logo {
  margin-left: 15px;
}
.logo-container img#drv-logo {
  width: 250px;
  margin: 0 -15px -15px -15px;
}

.app-presentation-img {
  width: 100%;
  border-radius: 15px;
}

.overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
}
.overlay svg {
  color: #1f0c0a;
  height: 55px;
}

#app-presentation-desktop-container button:hover {
  position: relative;
}
#app-presentation-desktop-container button:hover > .app-presentation-img + .overlay {
  display: flex;
  opacity: 1;
}

#app-presentation-mobile-container {
  display: none;
}

#introduction-logo {
  width: 150px;
}

.flyer-download-container {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.highlight {
  background-color: #e52a16;
  padding: 3px 13px;
  border-radius: 5px;
}
.highlight.highlight-outline {
  background-color: transparent;
  border: 2px solid #1f0c0a;
}

.bg-summary {
  background-color: white;
}

.care-plan-catalogue-container {
  background-color: #ffedeb;
  margin: -15px -50px;
  padding: 60px 50px;
  border-radius: 10px;
}

.intern-care-plans {
  width: 100%;
  padding: 30px 25px;
  background-color: #E6F2F1;
  border-radius: 6px;
}
.intern-care-plans h3 {
  margin-bottom: 15px;
}

#experts .card {
  width: 100%;
  min-width: 225px;
  max-width: 25vw;
  text-align: center;
}
#experts img {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}
#experts .expert-content-properties {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
#experts .expert-content-img {
  position: relative;
  width: 145px;
  min-width: 145px;
}
#experts .expert-content-img img {
  position: absolute;
}
#experts .expert-content-img img:first-child {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#experts .expert-content-img img:not(:first-child) {
  top: 13px;
  left: 50px;
  width: auto;
  height: 48px;
}

@media (max-width: 1400px) {
  .card.app-store-teaser {
    height: unset;
  }
  .card.app-store-teaser .card-body {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .teaser {
    color: #e52a16;
    height: 260px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #e52a16;
    border-bottom: 4px solid #DAE6E4 !important;
  }
  .teaser-caption {
    color: #F9FDFF;
    position: relative;
    top: 50px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
  }
  .teaser-carousel {
    display: none;
  }
}
@media (min-width: 1200px) {
  .teaser {
    color: #e52a16;
    height: 380px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #e52a16;
    border-bottom: 4px solid #DAE6E4 !important;
  }
  .teaser-caption {
    color: #F9FDFF;
    position: relative;
    top: 185px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
  }
  .teaser-carousel {
    display: block;
    margin-top: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teaser {
    color: #e52a16;
    height: 240px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #e52a16;
    border-bottom: 4px solid #DAE6E4 !important;
  }
  .teaser .teaser-caption {
    color: #F9FDFF;
    position: relative;
    top: 60px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
  }
  .teaser .teaser-carousel {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaser {
    color: #e52a16;
    height: 250px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #e52a16;
    border-bottom: 4px solid #DAE6E4 !important;
  }
  .teaser .teaser-caption {
    color: #F9FDFF;
    position: relative;
    top: 60px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
  }
  .teaser .teaser-carousel {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  .vertical-timeline-content p {
    font-size: 14px;
  }
  .vertical-timeline-content ol {
    font-size: 14px;
    line-height: 150%;
  }
}
@media screen and (min-width: 768px) {
  .modal:before:not(#helpModal) {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
@media (max-width: 1499px) {
  .modal-auto-width {
    width: 50%;
  }
  .modal-content {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .modal-auto-width {
    width: 25%;
  }
  .blog-preview {
    min-height: 330px;
  }
}
@media only screen and (min-width: 1024px) {
  .center-orientation .vertical-timeline-content {
    padding: 0 !important;
  }
  .content-layout {
    height: 100%;
  }
  .container-layout {
    height: 80%;
  }
  #content-row-height-layout {
    height: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .contact-info {
    right: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-nav > li > .dropdown-menu {
    display: block;
    width: 100%;
    position: relative;
    background-color: #DAE6E4;
    list-style-type: none;
    color: #616665;
  }
  .dropdown-menu {
    box-shadow: none;
  }
}
@media (max-width: 1199px) {
  td,
  tr {
    float: left;
    width: 100%;
  }
  tr {
    border-bottom: 1px solid #9DA6A5;
  }
  td::before {
    content: attr(data-label);
    font-weight: 700;
    word-break: break-word;
    float: left;
    width: 20%;
  }
  td[data-label=Entgeltschlüssel]::before {
    height: 45px;
  }
  thead {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .contact-info {
    display: none;
  }
  .dropdown > .btn-link {
    color: #b62112 !important;
  }
}
@media (max-width: 1200px) {
  #contactOptionsWindow.contactOptionsWindowShow {
    width: 40%;
    left: 60%;
  }
  .ParallaxContainer {
    background-position-y: 0;
  }
}
@media (max-width: 991px) {
  #contactOptionsWindow.contactOptionsWindowShow {
    width: 50%;
    left: 50%;
  }
  .ParallaxContainer {
    background-position-y: 0;
  }
  .dgn-home-teaser {
    margin-bottom: -10rem;
  }
  .logo-container {
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .logo-container:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 720px) {
  #contactOptionsWindow.contactOptionsWindowShow {
    width: 70%;
    left: 30%;
  }
  #contactOptionsWindow {
    min-width: 35vw;
  }
}
@media (max-width: 500px) {
  #contactOptionsWindow.contactOptionsWindowShow {
    width: 100%;
    left: 0;
  }
  h1.display-1 {
    font-size: 25px;
  }
  .ParallaxContainer {
    background-position-y: 0;
    background-position-x: -170px;
  }
  .dgn-home-teaser {
    margin-bottom: -200px;
  }
  #app-presentation-desktop-container {
    display: none;
  }
  #app-presentation-mobile-container {
    display: block;
  }
}/*# sourceMappingURL=public.css.map */