.transition-ease,
#report-patient-nav-link {
  -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,
.form-control,
.custom-select,
.k-input,
.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: #a6d9e3;
  color: #F9FDFF;
}
::-moz-selection {
  background-color: #a6d9e3;
  color: #F9FDFF;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #96c3cc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #3f74a0;
}
.dropshadow,
#actions .btn-primary,
.btn-outline-primary,
.btn-secondary,
.card {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.16));
}
.dropshadow-primary {
  filter: drop-shadow(0 0 0.1rem #3f74a0);
}
.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: "Open Sans", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  font-size: 16px;
  color: #000000;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-weight: 400;
}
.MainContainer {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 88vh;
  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/clinic-at-home/img/naip_gruppe_cm.webp);
  background-color: #ffffff;
  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 #96c3cc;
  z-index: 1;
  text-align: center;
}
section.content {
  margin-bottom: 3rem;
}
a {
  color: #00294b;
  text-align: left;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration-style: solid;
  color: #00294b;
}
a:not([href]):not([tabindex]).dropdown-item {
  color: #6c757d;
}
a + hr {
  margin: 0 20px 10px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  color: #b71722;
}
h1 {
  font-size: 32px;
  margin-bottom: 1.5rem;
}
h1.display-1 {
  font-size: 40px;
}
h2 {
  font-size: 28px;
  margin-bottom: 1.5rem;
}
h1,
h2 {
  line-height: 2rem;
}
h3 {
  font-size: 24px;
  margin-bottom: 1rem;
}
h4 {
  font-size: 20px;
  margin-bottom: 1rem;
}
h5 {
  font-size: 16px;
  margin-bottom: 1rem;
}
.form-control {
  border: 1px solid #3f74a0;
  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 #3f74a0;
}
.category .container .breadcrumb {
  position: relative;
  font-size: 12px;
  padding: 6px 15px;
  margin-top: -31px;
  border: solid 1px #a6d9e3;
  top: 33px;
  left: -10px;
}
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #DAE6E4;
  content: "/\00a0";
}
.footer {
  color: #96c3cc;
  height: 100%;
  width: 100%;
  margin-top: 20px;
  position: relative;
  text-align: center;
  background-color: #E6F2F1;
  border-top: 10px solid #96c3cc;
}
.footer img {
  margin-bottom: 3rem;
}
.footer-layout {
  color: #96c3cc;
  width: 100%;
  text-align: center;
  background-color: #E6F2F1;
  border-top: 10px solid #96c3cc;
  bottom: 0;
}
hr {
  border-color: #DAE6E4;
}
.close {
  color: #F9FDFF;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.toast-success {
  background-color: #a6d9e3;
}
.required:after {
  content: "*";
  font-weight: 700;
  color: #b71722;
}
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;
}
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: #E6F2F1;
  border-radius: 6px;
  display: block;
  content: " ";
  float: left;
  margin-right: 5px;
}
input[type="checkbox"]:checked + label::before {
  background-color: #3f74a0;
}
input.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
}
input[type="password"],
input[type="password"]:focus {
  border-right-color: transparent;
}
input[type="password"] + .input-group-append > .input-group-text,
input[type="password"]:focus + .input-group-append > .input-group-text {
  background-color: #ffffff;
  border-top-color: #3f74a0;
  border-right-color: #3f74a0;
  border-bottom-color: #3f74a0;
  border-left-color: transparent;
}
input[type="password"] + .input-group-append > .input-group-text svg,
input[type="password"]:focus + .input-group-append > .input-group-text svg {
  color: #3f74a0;
}
input[type="radio"] {
  -moz-appearance: initial;
}
input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -3px;
  left: -1px;
  position: relative;
  background-color: #F9FDFF;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #C2CCCB;
}
input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -3px;
  left: -1px;
  position: relative;
  background-color: #a6d9e3;
  padding: 5px;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #a6d9e3;
}
input[type="radio"]:hover:after {
  background-color: #E6F2F1;
}
input[type="radio"]:hover:checked:after {
  background-color: #96c3cc;
}
.form-control,
.custom-select,
.k-input {
  padding-left: 15px;
  padding-right: 15px;
  height: 45px;
  color: #000000;
  border-color: #E6F2F1;
  border-radius: 6px;
}
.form-control:hover,
.custom-select:hover,
.k-input:hover {
  border-color: #b71722;
}
.form-control:focus,
.custom-select:focus,
.k-input:focus {
  box-shadow: none;
  border-color: #b71722;
}
.single-line:focus,
.form-control.pg-state-focus,
.single-line.pg-state-focus {
  border-color: #a6d9e3;
}
::placeholder {
  color: #616665 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #616665 !important;
}
::-ms-input-placeholder {
  color: #616665 !important;
}
select:hover {
  cursor: pointer;
}
textarea.form-control {
  padding: 10px 15px;
}
.form-row {
  margin-bottom: 30px;
}
.form-group {
  margin-bottom: 10px;
}
.form-group .row {
  margin-top: 10px;
}
#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: #124d7e;
}
.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: #b71722;
  border-color: #b71722;
  z-index: 1010;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 2.5rem;
  padding-right: 2rem;
}
#contactOptionsBtn:hover {
  background-color: #8a111a;
  border-color: #8a111a;
}
#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: #b71722;
}
.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: #96c3cc 6px solid;
}
.navbar-dev-border {
  border-bottom: #b71722 6px solid;
}
.navbar-test-border {
  border-bottom: #b71722 6px solid;
}
.dgn-home-teaser {
  z-index: 1010;
  margin-bottom: -9rem;
}
.dgn-home-teaser img {
  height: 50%;
}
strong {
  font-weight: 700;
}
.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: #96c3cc !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;
}
.container-md.report-patient-container {
  max-width: 800px;
}
.btn {
  font-size: inherit;
  font-weight: 500;
  border-radius: 30px;
  padding: 10px 45px;
}
#actions .btn-primary {
  background-color: #d5ecf4;
  border: #d5ecf4;
  color: #124d7e;
  font-weight: 600;
}
.btn-primary.btn-white {
  border-color: transparent;
  border-radius: 15px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  padding: 15px 0;
}
.btn-primary.btn-white:hover {
  background-color: #E6F2F1;
}
.btn-outline-primary {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #3f74a0;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #3f74a0;
  border-color: #3f74a0;
  color: #F9FDFF;
}
.btn-secondary {
  font-size: 24px;
  font-weight: 600;
  color: #522F00;
  background-color: #b71722;
  border-color: #b71722;
  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;
}
button:focus {
  outline: none;
}
.font-size-btn {
  background-color: #d5ecf4;
  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: #b71722;
}
.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: "Open Sans", Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}
.list-group-item {
  padding: 20px 50px;
  border: none;
  cursor: pointer;
  line-height: 200%;
}
.list-group-item-primary {
  font-size: 24px;
  cursor: default;
  padding: 10px 50px;
  font-weight: 300;
}
.list-group-item:hover {
  background-color: #96c3cc;
  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 #a6d9e3;
}
.list-group-item-check-out {
  border-left: 15px solid #b71722;
}
.list-group-item-postponed {
  border-left: 15px solid #C2CCCB;
}
.list-group-item-check {
  border-left: #96c3cc 4px solid !important;
  padding: 15px 20px;
  color: #96c3cc !important;
}
.list-group-item-check:hover,
.list-group-item-check:focus,
.list-group-item-check:active {
  padding: 15px 35px;
  color: #F9FDFF !important;
  background-color: #96c3cc !important;
  outline: #3f74a0 1px solid;
}
li.list-group-item-primary::before {
  content: "\2013";
  font-size: 32px;
  color: #96c3cc;
  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: #a6d9e3;
  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-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: #000000;
  /* 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: #b71722;
  font-size: 28px;
  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.form-label {
  font-size: 16px;
  font-weight: 700;
}
input[type="checkbox"] + label::before {
  border-color: #DAE6E4;
}
.dropdown.mobile,
.dropup.mobile {
  display: inline;
  position: static !important;
}
.dropdown.show svg,
.dropup.show svg,
.dropdown:hover svg,
.dropup:hover svg,
.dropdown:focus svg,
.dropup:focus svg,
.dropdown:active svg,
.dropup:active svg {
  color: #b71722;
}
.dropdown.v-theme > .dropdown-menu,
.dropup.v-theme > .dropdown-menu {
  background-color: #d5ecf4;
  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: 28px;
  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: #3f74a0;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.dropdown.v-theme .dropdown-item:hover,
.dropup.v-theme .dropdown-item:hover,
.dropdown.v-theme .dropdown-item:focus,
.dropup.v-theme .dropdown-item:focus,
.dropdown.v-theme .dropdown-item:active,
.dropup.v-theme .dropdown-item:active {
  background-color: #a6d9e3;
  color: #ffffff;
}
.dropdown.v-theme .dropdown-item:hover svg,
.dropup.v-theme .dropdown-item:hover svg,
.dropdown.v-theme .dropdown-item:focus svg,
.dropup.v-theme .dropdown-item:focus svg,
.dropdown.v-theme .dropdown-item:active svg,
.dropup.v-theme .dropdown-item:active svg {
  color: #ffffff;
}
.dropdown.v-theme .dropdown-item svg,
.dropup.v-theme .dropdown-item svg {
  color: #3f74a0;
  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: #a6d9e3;
}
.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: #a6d9e3;
}
#report-patient-nav-link {
  font-weight: 500;
  background-color: #00294b;
  color: #ffffff;
  padding: 8px 25px 7px;
  border-radius: 90px;
}
#report-patient-nav-link:hover {
  background-color: #a6d9e3;
  color: #000000;
}
.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: #70ba00;
}
.progress-bar-warning {
  background-color: #ffce2e;
}
.progress-bar-danger {
  background-color: #b71722;
}
.table > tbody > tr > th {
  border-top: transparent !important;
}
.blockquote {
  border-left: none !important;
  border-top: 2px solid #3f74a0;
  border-bottom: 2px solid #3f74a0;
  text-align: center;
}
.blockquote > p {
  font-family: "Open Sans", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blockquote-footer {
  margin-top: 0.8rem;
  font-family: "Open Sans", Montserrat, "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: 15px;
  border-color: transparent;
}
.card.form {
  width: 550px;
}
.card.form .card-body {
  padding: 20px 60px;
}
.card.form.flat {
  padding: 0;
}
.card.form.collapsed .card-body {
  padding: 20px 60px;
}
.card.form.transparent {
  background-color: transparent;
}
.card.flat {
  box-shadow: none;
  filter: none;
  padding: 15px 20px;
}
#patient-report-form .card.flat {
  padding-bottom: 0;
}
.card.flat.muted {
  background-color: #ebf7f6;
}
.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: #a6d9e3;
  padding-left: 25px;
  padding-right: 25px;
  color: #124d7e;
}
.card.v-theme.blog-preview .btn-outline-primary:hover {
  color: #ffffff;
}
.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: #a6d9e3;
  padding-left: 25px;
  padding-right: 25px;
  color: #124d7e;
}
.card.v-theme.blog-preview .btn-outline-primary:hover {
  color: #ffffff;
}
.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: #ffffff;
  border-radius: 10px;
  border-color: transparent;
}
.care-plan-catalogue-container {
  background-color: #d5ecf4;
  margin: -15px -50px;
  padding: 60px 50px;
  border-radius: 10px;
}
.carousel-indicators li {
  height: 5px;
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: #a6d9e3;
}
.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: #b71722;
  color: #000000;
}
.alert-danger h4 {
  color: #b71722;
}
.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;
}
[data-toggle="collapse"] {
  cursor: pointer;
}
[data-toggle="collapse"] svg {
  color: #13a6eb;
}
[data-toggle="collapse"]:hover svg {
  color: #3f74a0;
}
#open-help-container::after {
  content: "|";
  padding-left: 20px;
}
.body-small #open-help-container::after {
  content: "";
}
#google-store-badge {
  width: 230px;
}
#app-store-badge {
  width: 180px;
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-multiple-lines-2,
.truncate-multiple-lines-5,
.card.v-theme.blog-preview .blog-entry-text,
.card.v-theme.blog-preview h3.blog-entry-title,
.card.v-theme.blog-preview .blog-entry-text,
.card.v-theme.blog-preview h3.blog-entry-title {
  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,
.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,
.card.v-theme.blog-preview .blog-entry-text {
  -webkit-line-clamp: 5;
}
.fr-box.fr-basic .fr-element {
  font-family: "Open Sans", Montserrat, "Helvetica Neue", Arial, sans-serif !important;
}
#go-to-patient-link {
  color: #a6d9e3;
}
.k-input {
  font-family: "Open Sans", Montserrat, "Helvetica Neue", Arial, sans-serif;
  padding-left: 0;
  padding-right: 0;
}
.k-input,
.k-picker-solid {
  padding: 0 5px;
}
.k-picker-solid {
  background-color: #ffffff;
}
.k-picker-solid:hover,
.k-picker-solid:focus,
.k-picker-solid:active {
  background-color: #ffffff;
  border-color: #3f74a0;
}
.k-list,
.k-input,
.k-picker-solid,
.k-calendar,
.k-calendar-nav-fast,
.k-calendar-nav-today {
  font-family: "Open Sans", Montserrat, "Helvetica Neue", Arial, sans-serif;
}
.k-list-item {
  box-shadow: none;
}
.k-list-item.k-selected {
  background-color: #a6d9e3;
  box-shadow: none;
}
.k-list-item.k-selected:hover {
  background-color: #3f74a0;
}
.k-chip-solid-base {
  border-color: #3f74a0;
  color: #000000;
  background-color: #ffffff;
}
.k-chip-solid-base:hover {
  background-color: #d5ecf4;
}
.k-datepicker .k-button-solid-base,
.k-combobox .k-button-solid-base {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
.bg-summary {
  background-color: #E6F2F1;
}
.bg-tertiary {
  background-color: #d5ecf4;
}
@media (max-width: 767px) {
  .teaser {
    color: #a6d9e3;
    height: 260px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #a6d9e3;
    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;
  }
}
.dgn-home-card {
  border-radius: 6px;
  border-color: transparent;
  box-shadow: 0px 0px 4px #DAE6E4;
  filter: none;
}
@media (min-width: 1200px) {
  .teaser {
    color: #a6d9e3;
    height: 380px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #a6d9e3;
    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: #a6d9e3;
    height: 240px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #a6d9e3;
    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: #a6d9e3;
    height: 250px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #a6d9e3;
    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: #96c3cc !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;
  }
  .dgn-home-teaser img {
    height: 50%;
  }
}
@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: 32px;
  }
  .ParallaxContainer {
    background-position-y: 0;
    background-position-x: -170px;
  }
  .dgn-home-teaser {
    margin-bottom: -200px;
  }
  .dgn-home-teaser img {
    height: 32%;
  }
}
@media (max-width: 444px) {
  #google-store-badge {
    margin-left: -13px;
  }
}
