/* import the bajuku base theme on the basis of the startbootstrap-agency theme*/
/* Transition Mixin */
/* @include transition(all,2s,ease-out); */
body {
  overflow-x: hidden;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-display: swap;
  color: #495057;
}
@media (max-width: 992px) {
  body {
    font-weight: 400;
  }
  body p {
    font-size: 16px !important;
  }
}

.text-divider {
  color: #A81B15 !important;
  font-family: "Courier New", Courier, monospace !important; /* oder eine andere monospace Schriftart Ihrer Wahl */
  position: relative !important;
  letter-spacing: -5px;
  font-weight: bold;
}
.text-divider::after {
  content: "||" !important;
  margin-left: 5px !important; /* optional: Abstand zwischen den Strichen anpassen */
  margin-right: 5px !important; /* optional: Abstand zwischen den Strichen anpassen */
  position: relative !important;
  top: -1px !important; /* Wert anpassen, um die Striche nach oben zu verschieben */
}

.divider {
  width: 200px;
  height: 1px;
  background-color: #A81B15;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.dividerLeft {
  width: 200px;
  height: 1px;
  background-color: #A81B15;
  margin-top: 15px;
  margin-bottom: 15px;
}

p {
  line-height: 1.75;
}

a {
  color: #A81B15;
}
a:hover {
  color: #7b140f;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  font-family: "Arimo", sans-serif;
  font-display: swap;
}

section h2.section-heading {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.75rem;
}
@media (max-width: 576px) {
  section h2.section-heading {
    font-size: 20px;
  }
}
section h3.section-subheading {
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 75px;
  text-transform: none;
  text-align: center;
}
@media (max-width: 576px) {
  section h3.section-subheading {
    font-size: 17px;
  }
}

.btn {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  ont-display: swap;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.lead {
  font-size: 1.25rem;
  color: #A81B15;
  margin-bottom: 1rem;
}

.btn-primary {
  background-color: #A81B15;
  border-color: #A81B15;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #861611 !important;
  border-color: #861611 !important;
  color: white;
}
.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #A81B15;
  text-shadow: none;
}

::selection {
  background: #A81B15;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  padding: 25px 0 15px 0;
  top: 40px;
  background-color: #fff;
  border-bottom: 2px solid #5B5958;
  background-color: #fff;
  padding: 25px 5px;
  height: 100px;
  font-family: "Arimo", sans-serif;
  font-display: swap;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#mainNav .navbar-brand {
  position: absolute;
  bottom: 0;
  transform: translateY(38.3%);
}
#mainNav .navbar-brand img {
  width: 400px;
  display: block;
  height: auto;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
#mainNav .navbar-nav > li.nav-item {
  border-left: 1px solid #A81B15;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 100;
  color: #868e96;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #A81B15;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #A81B15 !important;
  background-color: transparent;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}
#mainNav.navbar-shrink {
  border-bottom: 1.5px solid #5B5958;
  padding: 0;
  height: 70px;
}
#mainNav.navbar-shrink .navbar-brand {
  transform: translateY(39%);
}
#mainNav.navbar-shrink .navbar-brand img {
  width: 250px;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item {
  margin-top: 10px;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
  padding: 10px 20px;
  font-size: 15px;
}

#resNav {
  border-bottom: 2px solid #5B5958;
  background-color: #fff;
  padding: 25px 5px;
  height: 100px;
  font-family: "Arimo", sans-serif;
  font-display: swap;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#resNav .navbar-brand {
  position: absolute;
  bottom: 0;
  transform: translateY(39%);
  z-index: 1;
}
#resNav .navbar-brand img {
  width: 350px;
  display: block;
  height: auto;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
#resNav .navbar-toggler {
  position: absolute;
  top: 40%;
  right: 50px;
}
#resNav .navbar-collapse {
  background-color: #fff;
  position: absolute;
  border: none;
  width: 100%;
  top: 99px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
#resNav .navbar-collapse .navbar-nav {
  padding: 50px 0 30px 50px;
}
#resNav .navbar-collapse .navbar-nav li.nav-item {
  margin-bottom: 15px;
}
#resNav .navbar-collapse .navbar-nav .nav-link {
  font-size: 18px;
  color: #495057;
  text-transform: uppercase;
}
#resNav .navbar-collapse .navbar-nav .nav-link:hover {
  color: #A81B15;
}
#resNav .navbar-collapse .info-section {
  background-color: #dee2e6;
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#resNav .navbar-collapse .info-section ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
#resNav .navbar-collapse .info-section ul li {
  display: flex;
  align-items: center;
  color: #212529;
  padding: 0 15px;
}
#resNav .navbar-collapse .info-section ul li:first-child {
  padding-left: 0;
}
#resNav .navbar-collapse .info-section ul li i {
  margin-right: 15px;
  color: #A81B15;
}
@media (max-width: 576px) {
  #resNav .navbar-collapse .info-section {
    flex-direction: column;
    text-align: center;
  }
  #resNav .navbar-collapse .info-section ul {
    width: 100%;
    flex-direction: column;
  }
  #resNav .navbar-collapse .info-section ul li {
    justify-content: center;
    padding: 10px 0;
  }
}
#resNav.navbar-shrink {
  border-color: #5B5958;
  padding: 0;
  height: 70px;
}
#resNav.navbar-shrink .navbar-brand img {
  width: 250px;
}
#resNav.navbar-shrink .navbar-collapse {
  top: 70px;
}
@media (max-width: 576px) {
  #resNav {
    height: 90px;
  }
  #resNav .navbar-collapse {
    top: 89px;
  }
  #resNav .navbar-toggler {
    bottom: 10px;
    right: 10px;
  }
  #resNav .navbar-brand img {
    width: 270px;
  }
}
#resNav.navbar-shrink {
  border-bottom: 1.5px solid #5B5958;
}

#header_menu {
  border-bottom: 1px solid #e9ecef;
  display: none;
  z-index: 10;
  background-color: #fff;
  position: fixed;
  top: 0px;
  width: 100%;
  color: #A81B15;
  padding: 0px;
  padding-top: 4px;
  height: 40px;
  line-height: 17px;
}
#header_menu .row {
  display: block;
}
#header_menu .left {
  float: left;
  padding-left: 20px;
}
#header_menu .right {
  float: right;
  padding-right: 20px;
}
#header_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header_menu ul li {
  float: left;
  padding-top: 5px;
  padding-right: 20px;
  display: block;
  position: relative;
}
#header_menu ul li span {
  font-family: "Arimo", sans-serif;
  font-display: swap;
  font-size: 11px;
  color: #495057;
  padding-left: 5px;
}
#header_menu ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Arimo", sans-serif;
  font-display: swap;
  font-size: 11px;
  color: #495057;
}
@media (min-width: 992px) {
  #header_menu {
    display: block;
  }
}

.masthead {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.masthead video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
}
.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 1;
}
.masthead .container {
  position: relative;
  z-index: 2;
}
.masthead .masthead-heading {
  font-size: 40px;
  font-weight: bold;
  color: white;
  padding-bottom: 20px;
}
.masthead .masthead-subheading {
  font-size: 1.5rem;
  color: white;
  padding-bottom: 20px;
}
.masthead a.btn-xl {
  border-radius: 0;
}
@media (max-width: 992px) {
  .masthead .masthead-heading {
    font-size: 35px;
  }
  .masthead .masthead-subheading {
    font-size: 1.25rem;
  }
  .masthead a.btn-xl {
    padding: 0.8rem 1.6rem;
  }
}
@media (max-width: 768px) {
  .masthead {
    height: 50vh;
  }
  .masthead video {
    min-height: 50vh;
    min-width: 88.89vh;
  }
  .masthead .masthead-heading {
    font-size: 20px;
  }
  .masthead .masthead-subheading {
    font-size: 1rem;
  }
  .masthead a.btn-xl {
    padding: 0.6rem 1.2rem;
  }
}

#welcome {
  padding-top: 170px;
  margin-top: -100px;
  padding-bottom: 140px;
}
#welcome h1 {
  display: none;
}
#welcome h2.section-heading {
  text-transform: none;
  font-size: 3.25rem;
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 576px) {
  #welcome h2.section-heading {
    font-size: 2.4rem;
  }
}
#welcome h3.section-subheading {
  font-size: 1.5rem;
  color: #A81B15;
  margin-bottom: 15px;
}
#welcome p {
  color: #868e96;
}

#leistung {
  padding-top: 130px;
  margin-top: -80px;
  padding-bottom: 50px;
  background-color: #e9ecef;
}
#leistung .service-item .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #A81B15;
  margin: auto;
}
#leistung .service-item .icon-container .service-icon {
  color: #fff;
  font-size: 100px;
}
#leistung .service-item .service-heading {
  font-size: 1.25rem;
  color: #495057;
  font-weight: bold;
  margin-bottom: 15px;
}
#leistung .service-item .text-hint {
  font-weight: bold;
  color: #A81B15;
  margin-bottom: 0px;
  margin-top: 10px;
}
#leistung .service-item .text-muted {
  color: #adb5bd;
}

#video {
  padding-top: 100px;
  margin-top: -50px;
  padding-bottom: 80px;
}
#video .embed-responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#video .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#video h2 {
  font-weight: bold;
  margin-bottom: 0px;
}
#video p {
  margin-bottom: 1rem;
}

#sprechzeiten {
  padding-top: 100px;
  margin-top: -50px;
  padding-bottom: 50px;
  background-color: #f8f9fa;
}
#sprechzeiten .section-heading {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
#sprechzeiten .opening-hours p,
#sprechzeiten .phone-hours p {
  margin-bottom: 0.5rem;
}
#sprechzeiten .opening-hours p strong,
#sprechzeiten .phone-hours p strong {
  color: #A81B15;
}

#team {
  padding-top: 170px;
  margin-top: -120px;
  padding-bottom: 10px;
}
#team .team-member {
  margin-bottom: 2rem;
}
#team .team-member .team-member-photo {
  position: relative;
  overflow: hidden;
}
#team .team-member .team-member-photo .photo-wrapper {
  position: relative;
}
#team .team-member .team-member-photo .photo-wrapper img {
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
#team .team-member .team-member-photo .photo-wrapper img.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#team .team-member .team-member-photo .photo-wrapper:hover .hover-img {
  opacity: 1;
}
#team .team-member .team-member-photo .team-member-info h5 {
  margin-top: 1rem;
}
#team .team-member .team-member-photo .team-member-info p {
  color: #A81B15;
}

#team-photo {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/team/teamfoto.jpg");
  padding: 130px 0;
}

#termine {
  padding-top: 170px;
  margin-top: -120px;
  padding-bottom: 130px;
}
#termine h3 {
  color: #A81B15;
  margin-bottom: 1rem;
}
#termine p {
  margin-bottom: 2rem;
}
#termine .btn {
  background-color: #fff;
  height: 60px;
  width: 200px;
  border: 1px solid #ced4da;
}

#diePraxis {
  padding-top: 170px;
  margin-top: -100px;
  padding-bottom: 80px;
}
#diePraxis h3 {
  color: #A81B15;
  margin-bottom: 1.5rem;
}
#diePraxis p {
  margin-bottom: 2rem;
}
#diePraxis .img-fluid {
  transition: transform 0.3s ease;
}
#diePraxis .img-fluid:hover {
  transform: scale(1.05);
}

#kontakt {
  padding-top: 170px;
  margin-top: -120px;
  padding-bottom: 10px;
}
#kontakt h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
#kontakt h2.lead {
  color: #A81B15;
}
#kontakt .btn {
  background-color: #fff;
  height: 60px;
  width: 200px;
  border: 1px solid #ced4da;
}
#kontakt p {
  margin-bottom: 1rem;
}
#kontakt p i {
  margin-right: 0.5rem;
}
#kontakt p a {
  background-color: #fff;
  height: 60px;
  width: 200px;
  border: 1px solid #ced4da;
}

#map {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
}
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.content-section {
  padding-top: 150px;
  margin-top: -50px;
  padding-bottom: 50px;
}

.footer {
  background-color: #5B5958;
  color: #fff;
  padding: 50px 0;
}
.footer .footer-nav {
  list-style: none;
  padding: 0;
}
.footer .footer-nav li {
  margin-bottom: 0.5rem;
}
.footer .footer-nav li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-nav li a:hover {
  text-decoration: underline;
}
.footer .qualinet {
  max-height: 130px;
}
@media (min-width: 768px) {
  .footer .qualinet {
    max-height: 110px;
  }
}
.footer .emergency-contact a {
  color: #fff;
  text-decoration: none;
}
.footer .emergency-contact a:hover {
  text-decoration: underline;
}
.footer .emergency-contact p {
  margin-bottom: 0.5rem;
}
.footer .emergency-contact p strong {
  color: #fff;
}

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