@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap";
* {
  font-family: "Roboto Slab", serif;
}

.table {
  font-size: 2rem;
}

.btn-primary {
  background: #2F8FA0 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: white;
  border-radius: 0;
  border: none;
}
.btn-primary:hover {
  background: #277684;
}

.nav-text {
  letter-spacing: 0px;
  color: #000000;
}

.subline {
  font-size: 22px;
  color: #2F8FA0;
  font-weight: 400;
}

.headline {
  font-size: 34px;
  padding-bottom: 20px;
}

section.nav-bar {
  background: #FAFAFA;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
section.nav-bar .nav-bar-inner {
  height: 80px;
}
section.nav-bar .menu {
  display: none;
}
@media (max-width: 991px) {
  section.nav-bar .menu {
    display: block;
  }
}
section.nav-bar a {
  font-family: "Roboto Slab", serif;
  font-weight: 200;
  font-size: 19px;
}
section.nav-bar img {
  height: 52px;
  position: relative;
  top: -6px;
}
section.nav-bar i {
  font-size: 38px;
  margin-right: 20px;
  cursor: pointer;
}
section.nav-bar .inner-nav-bar {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  section.nav-bar .inner-nav-bar {
    display: none;
  }
}
section.nav-bar .inner-nav-bar.open {
  display: inline-block;
  background: #FAFAFA;
  left: 0;
  padding: 40px;
  position: absolute;
  width: 100%;
  top: 80px;
  height: 390px;
}
@media (max-width: 992px) {
  section.nav-bar .inner-nav-bar.open {
    padding-left: 180px;
  }
}
@media (max-width: 768px) {
  section.nav-bar .inner-nav-bar.open {
    padding-left: 140px;
  }
}
@media (max-width: 576px) {
  section.nav-bar .inner-nav-bar.open {
    padding-left: 50px;
  }
}
section.nav-bar .inner-nav-bar.open a {
  margin: 11px;
  display: block;
  font-size: 26px;
}

section.landing {
  background-image: url("images/praxis-blur.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 125px 0;
  height: 100vh;
  text-align: center;
  flex-direction: column;
  gap: 32px;
}
section.landing img {
  height: 100%;
  object-fit: cover;
  width: 250px;
}
section.landing .box {
  color: black;
  padding: 20px 25px;
  background-color: rgb(250, 250, 250);
  border: #2F8FA0 3px solid;
  box-shadow: 9px 10px 12px 0 rgba(0, 0, 0, 0.75);
}
section.landing a:hover {
  text-decoration: unset;
}
section.landing h1 {
  color: #424848;
  background-color: rgb(250, 250, 250);
  padding: 20px 25px;
  border: #2F8FA0 3px solid;
  box-shadow: 9px 10px 12px 0 rgba(0, 0, 0, 0.75);
}

section.hero {
  background-image: url("images/praxis-blur.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 125px 0;
  height: 480px;
  text-align: center;
  background-position: 0px -185px;
}
section.hero img {
  height: 100%;
  object-fit: cover;
  width: 250px;
}
@media (max-width: 1000px) {
  section.hero {
    background-position: unset;
    height: 350px;
  }
}
section.hero .box {
  color: black;
  padding: 20px 25px;
  background-color: rgb(250, 250, 250);
  border: #2F8FA0 3px solid;
  box-shadow: 9px 10px 12px 0 rgba(0, 0, 0, 0.75);
}
section.hero h2 {
  margin: 13px 0;
  font-size: 24px;
  font-weight: 200;
}

section.corona {
  background-color: #484848;
  height: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  section.corona {
    text-align: center;
  }
}
section.corona i {
  color: white;
}
section.corona p {
  font-size: 22px;
  color: white;
  line-height: 40px;
}

section.intro {
  padding: 45px 0;
}
section.intro background-image {
  background-position: 100% 10%;
}
section.intro img {
  object-fit: cover;
  height: 450px;
  width: 100%;
  border: #F6F6F6 5px solid;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 992px) {
  section.intro img {
    height: 450px;
    object-position: 40% 10%;
  }
}

section.service {
  padding: 45px 0;
  background-color: #F6F6F6;
  cursor: pointer;
}
section.service .box {
  height: 180px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: white;
  text-align: center;
  font-size: 20px;
  padding: 15px;
  margin-bottom: 20px;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 992px) {
  section.service .box {
    height: 260px;
  }
}
@media (max-width: 768px) {
  section.service .box {
    height: 280px;
  }
}
@media (max-width: 567px) {
  section.service .box {
    height: 280px;
    padding: 15px;
  }
}
section.service .box i {
  float: bottom;
  padding-top: 10px;
  color: #2F8FA0;
}
section.service .box .displaywhenhover {
  display: none;
  padding-left: 15px;
  border-top: 5px;
  border-bottom: 5px;
  align-items: unset !important;
  font-size: 16px;
}
@media (max-width: 768px) {
  section.service .box .displaywhenhover {
    font-size: 20px;
  }
}
section.service .box .displaywhenhover li {
  text-align: left;
  margin-left: -15px;
}
section.service .box .displaywhennothover {
  display: block;
}
section.service .box:hover, section.service .box:active {
  background: #2F8FA0;
  color: white;
  padding: 5px !important;
}
section.service .box:hover i, section.service .box:active i {
  color: white;
  transform: rotate(180deg);
}
section.service .box:hover .displaywhenhover, section.service .box:active .displaywhenhover {
  display: block;
}
section.service .box:hover .displaywhennothover, section.service .box:active .displaywhennothover {
  display: none;
}

section.aboutus {
  padding: 45px 0;
}
section.aboutus h3 {
  font-size: 19px;
  font-weight: 300;
  padding-bottom: 45px;
}
section.aboutus .headline {
  padding-bottom: 0px;
}
section.aboutus .pic {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
section.aboutus .karim {
  object-position: 0 -120px;
}
@media (max-width: 992px) {
  section.aboutus .karim {
    object-position: 0 -180px;
  }
}
@media (max-width: 768px) {
  section.aboutus .karim {
    object-position: 0 -120px;
  }
}
@media (max-width: 576px) {
  section.aboutus .karim {
    object-position: 0 -60px;
  }
}
section.aboutus ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
section.aboutus .box {
  background-color: #F6F6F6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: auto;
  cursor: pointer;
}
section.aboutus .box .dropdown {
  padding: 0 12px 12px;
  font-weight: 300;
  display: none;
}
section.aboutus .box.open .dropdown {
  display: block;
}
section.aboutus .box.open i {
  transform: rotate(180deg);
}
section.aboutus .name {
  font-size: 22px;
  padding: 12px;
  color: #2F8FA0;
  display: flex;
  justify-content: space-between;
}
section.aboutus i {
  transform: translateY(5px);
}

section.gallery mySlides {
  display: none;
}

section.gallery {
  padding: 45px 0;
}
section.gallery img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border: #F6F6F6 5px solid;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 767px) {
  section.gallery .row {
    display: block;
  }
}

.carousel-control-next {
  color: #2F8FA0 !important;
  font-size: 36px;
  height: 40px;
  width: 40px;
  top: 50%;
  background-color: #dee2e6;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .carousel-control-next {
    font-size: 20px;
  }
}

.carousel-control-prev {
  color: #2F8FA0 !important;
  font-size: 36px;
  height: 40px;
  width: 40px;
  top: 50%;
  background-color: #dee2e6;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .carousel-control-prev {
    font-size: 20px;
  }
}

.mobile {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .web {
    display: none;
  }
}

section.pricing {
  padding: 45px 0;
  background-color: #F6F6F6;
}
section.pricing thead {
  background-color: #2F8FA0;
  color: white;
}
section.pricing th {
  font-weight: 400;
}
section.pricing td {
  text-align: center;
}

section.contact {
  padding: 45px 0;
  font-size: 20px;
}
section.contact .box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #F6F6F6;
  padding: 20px;
  margin-bottom: 30px;
  height: 100%;
}
section.contact .box img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
section.contact input, section.contact textarea {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  outline: none;
  border: none;
}
section.contact span {
  width: 40px;
  display: inline-block;
}
section.contact .btn-style {
  font-size: 21px;
}
section.contact .contact-hl {
  font-size: 29px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
section.contact .contact-sl {
  font-size: 21px;
  color: #2F8FA0;
  margin-bottom: 20px;
  font-weight: normal;
}

section.footer {
  color: white;
  padding: 45px 0;
  background-color: #2F8FA0;
  list-style-type: none;
}
section.footer h1 {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 12px;
}
section.footer a {
  color: white;
}
section.footer .footer-style {
  color: white;
  padding-left: 0;
}

section.impressum, section.datenschutz {
  padding: 35px 0;
}
section.impressum h4, section.datenschutz h4 {
  margin: 25px 0;
}

.container {
  max-width: 1300px;
}
@media (max-width: 1428px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 920px;
  }
}
@media (max-width: 920px) {
  .container {
    max-width: 840px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 640px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 480px;
  }
}

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