@font-face {
  font-family: "Lato";
  font-weight: 300;
  src: url(../../fonts/Lato-Light.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  src: url(../../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url(../../fonts/Lato-Bold.ttf);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  font-family: "Lato";
  font-weight: 400;
  font-size: 17px;
  color: #000;
}

.color-dark-blue {
  color: #0c4b61;
}

.fw-700,
b {
  font-weight: 700;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #ffffff;
}
nav .navigation-wrapper {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
nav .navigation-wrapper .navigation-item > a {
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  nav .navigation-wrapper .navigation-item > a {
    font-size: 18px;
  }
}

main {
  margin-top: 60px;
}
main .header-image {
  width: 100%;
}
main h2 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #0c4b61;
}
main .btn {
  border-radius: 0;
  background-color: #0c4b61;
  color: #ffffff;
  font-weight: 700;
  padding: 7px 40px;
}
main .btn:hover {
  color: #ffffff;
}
main .btn:focus {
  outline: 0;
}
main section {
  margin-bottom: 50px;
}
main section .section-headline {
  margin-bottom: 30px;
}
main section#organizer .doctor-card-container {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  main section#organizer .doctor-card-container .doctor-card-wrapper:first-of-type {
    margin-bottom: 15px;
  }
}
main section#organizer .doctor-card {
  display: flex;
  height: 200px;
}
main section#organizer .doctor-card > * {
  width: 200px;
}
main section#organizer .doctor-card > .doctor-card-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}
main section#organizer .doctor-card > .doctor-card-content > .doctor-card-content-title {
  font-weight: 700;
  margin-bottom: 15px;
}
main section#organizer .doctor-card:nth-of-type(1) > .doctor-card-content {
  background-color: #7babb9;
}
main section#organizer .doctor-card:nth-of-type(2) > .doctor-card-content {
  background-color: #0c4b61;
}
main section#details {
  padding-bottom: 36px;
  background-color: #eadfaf;
}
main section#details .details-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 991px) {
  main section#details .details-item:not(:last-of-type) {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 991.98px) {
  main section#details .details-item:not(.details-item-last) {
    margin-bottom: 1rem;
  }
}
main section#details .details-item .details-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
}
main section#details .details-item .details-item-text b {
  color: #0c4b61;
}
main section#anmeldung form legend {
  margin-bottom: 15px;
}
main section#anmeldung form legend,
main section#anmeldung form label {
  padding: 0;
}
main section#anmeldung form .form-row:first-of-type {
  margin-bottom: 30px;
}
main section#anmeldung form .form-row.submit-row {
  margin-top: 20px;
  margin-bottom: 30px;
}
main section#anmeldung form .form-check {
  display: flex;
  align-items: flex-end;
}
main section#anmeldung form .form-check:not(:last-of-type) {
  margin-bottom: 10px;
}
main section#anmeldung form .form-check .form-check-label {
  margin-left: 15px;
}
main section#anmeldung form input[type=radio] {
  margin-top: 0;
  appearance: none;
  width: 30px;
  height: 30px;
  background-color: #eadfaf;
  position: relative;
}
main section#anmeldung form input[type=radio]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #0c4b61;
}
main section#anmeldung form input[type=email] {
  border-radius: 0;
  border: none;
  background-color: #cbdbe1;
  color: #0c4b61;
  margin-top: 0.5rem;
}
main section#anmeldung form .form-submission {
  margin-bottom: 30px;
  border: 1px solid;
  width: 100%;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 16px;
}
main section#anmeldung form .form-submission.form-submission-success {
  border-color: var(--success);
}
main section#anmeldung .form-hint {
  position: relative;
  font-size: 13px;
  padding-left: 10px;
}
main section#anmeldung .form-hint:before {
  content: "*";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
main section#anfahrt {
  background-color: #eadfaf;
}
main section#anfahrt .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
main section#details, main section#anfahrt {
  padding-top: 30px;
}

footer {
  background-color: #0c4b61;
  color: #ffffff;
  font-size: 12px;
}
footer .container-lg .col-12 {
  height: 60px;
  display: flex;
  align-items: center;
}

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