/* SCSS HEX */
/* SCSS HSL */
/* SCSS RGB */
/* SCSS Gradient */
@font-face {
  font-family: "Mulish", sans-serif;
  src: url("../fonts/mulish-variable-font_wght.ttf") format("truetype");
  font-style: normal;
}
.dropdown-menu > hr {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.border-primary {
  border: 2px #0c4767 solid !important;
  padding: 10px;
}

@font-face {
  font-family: "Mulish", sans-serif;
  src: url("../fonts/mulish-italic-variable-font_wght.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "SourceCodePro", sans-serif;
  src: url("../fonts/SourceCodePro-Regular.ttf") format("truetype");
  font-style: normal;
}
.bg-primary {
  background: #0c4767 !important;
}

.border-primary {
  border-color: #0c4767 !important;
}

.text-primary {
  color: #0c4767 !important;
}

.container {
  max-width: 1000px;
}

body {
  font-family: "Mulish", sans-serif;
}

h1 {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}

.testtypecard {
  border-color: #0c4767;
}

h2, h3 {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #0c4767;
}

h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  background-color: #0c4767;
  border-color: #0c4767;
}

.btn-primary:hover {
  background-color: #062c33;
  border-color: #062c33;
}

.btn-primary:disabled {
  color: #fff;
  background-color: grey;
  border-color: grey;
}

.navbar {
  background-color: #0c4767;
  padding-right: 5%;
}
.navbar a, .navbar b {
  color: #FFFFFF;
}
.navbar a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.navbar .btn-primary {
  color: #0c4767;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.navbar .btn-primary:hover {
  background-color: #062c33;
  border-color: #FFFFFF;
  text-decoration: none;
}
.navbar .navbar-toggler {
  background-color: #FFFFFF;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

footer {
  background-color: #0c4767;
}

.form-control {
  margin-bottom: 15px;
}

#contact_submit {
  display: block;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .navbar-brand > img {
    max-height: 30px;
  }

  h1 {
    font-size: 35px;
  }

  .header {
    padding-left: 30px;
  }
  .header > h1 {
    padding-top: 70px;
    line-height: 50px;
    font-size: 40px;
  }

  #header-software {
    padding-top: 30px;
    padding-left: 20px;
  }

  .icons-procedure {
    max-width: 75px !important;
  }
}
@media (min-width: 576px) {
  .navbar-brand > img {
    max-height: 30px;
  }

  h1 {
    font-size: 35px;
  }

  .header {
    padding-left: 30px;
  }
  .header > h1 {
    padding-top: 20px;
    line-height: 50px;
    font-size: 40px;
  }

  #header-software {
    padding-top: 30px;
    padding-left: 20px;
  }

  .icons-procedure {
    max-width: 75px !important;
  }
}
@media (min-width: 768px) {
  .navbar-brand > img {
    max-height: 30px;
  }

  .header {
    padding-left: 100px;
  }
  .header > h1 {
    padding-top: 100px;
    line-height: 80px;
    font-size: 60px;
  }

  .navbar-brand > img {
    max-height: 56px;
  }

  #header-software {
    padding-left: 150px;
    padding-top: 150px;
  }

  .icons-procedure {
    max-width: 110px !important;
  }
}
@media (min-width: 1200px) {
  .icons-procedure {
    max-width: 150px !important;
  }
}
p.text-grey {
  color: darkgrey;
}

.info-icon {
  height: 25px;
  top: -5px;
  position: relative;
  margin-right: 5px;
  margin-top: 7px;
}

.navbar .dropdown-item {
  color: #0c4767 !important;
}

#datepicker {
  margin-bottom: 20px;
}

.selected-hour {
  background-color: green;
  color: #FFFFFF;
}

#available-hours {
  max-height: 350px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

@media (min-width: 690px) {
  form[name=registered_proband] #registered_proband_mail {
    width: 50% !important;
    display: inline;
  }

  form[name=registered_proband] .form-check {
    width: 25% !important;
    padding: 0 25px !important;
    display: inline;
  }

  form[name=registered_proband] .form-check input {
    margin-top: 10.5px;
  }
}
.mobile-table-boxes {
  border: 1px solid #d3d3d3;
  padding: 20px;
}

.vich-image > a > img {
  max-height: 100px;
  margin-right: 50px;
}

@media (min-width: 1300px) {
  .td-auswertung {
    width: 50% !important;
  }

  .td-auswertung-loeschen {
    width: 2% !important;
  }

  .td-timer {
    width: 15% !important;
  }
}
.bgbox {
  background-color: #0c4767;
  padding: 20px;
  color: #FFFFFF;
}
.bgbox h1, .bgbox h2, .bgbox h3, .bgbox h4, .bgbox a {
  color: #FFFFFF;
}
.bgbox button {
  background-color: #FFFFFF;
  color: #0c4767;
}

.accordion.blue .card-header {
  background-color: #0c4767 !important;
  color: #FFFFFF !important;
}
.accordion.blue .card-header button {
  color: #FFFFFF;
}

@media (max-width: 800px) {
  #box_personal_qr {
    padding: 30px 30px 0 30px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 30px;
  }
}
@media (min-width: 800px) {
  #box_personal_qr {
    border: 1px solid #d3d3d3;
    padding: 30px 30px 0 30px;
  }
}
.arrow {
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.showScrollbar ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.showScrollbar ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/*# sourceMappingURL=custom-style.css.map */
