@import url("reset.css");
:root {
  --sonnengelb: #ffdd00;
  --hellgelb: #feffa3;
  --blau: #0c3274;
  --grau: #808080;
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v20-latin-300.eot");
  src: local(""),
    url("../fonts/open-sans-v20-latin-300.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/open-sans-v20-latin-300.woff2") format("woff2"),
    url("../fonts/open-sans-v20-latin-300.woff") format("woff"),
    url("../fonts/open-sans-v20-latin-300.ttf") format("truetype"),
    url("../fonts/open-sans-v20-latin-300.svg#OpenSans") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v20-latin-300italic.eot");
  src: local(""),
    url("../fonts/open-sans-v20-latin-300italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/open-sans-v20-latin-300italic.woff2") format("woff2"),
    url("../fonts/open-sans-v20-latin-300italic.woff") format("woff"),
    url("../fonts/open-sans-v20-latin-300italic.ttf") format("truetype"),
    url("../fonts/open-sans-v20-latin-300italic.svg#OpenSans") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v20-latin-regular.eot");
  src: local(""),
    url("../fonts/open-sans-v20-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/open-sans-v20-latin-regular.woff2") format("woff2"),
    url("../fonts/open-sans-v20-latin-regular.woff") format("woff"),
    url("../fonts/open-sans-v20-latin-regular.ttf") format("truetype"),
    url("../fonts/open-sans-v20-latin-regular.svg#OpenSans") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v20-latin-italic.eot");
  src: local(""),
    url("../fonts/open-sans-v20-latin-italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/open-sans-v20-latin-italic.woff2") format("woff2"),
    url("../fonts/open-sans-v20-latin-italic.woff") format("woff"),
    url("../fonts/open-sans-v20-latin-italic.ttf") format("truetype"),
    url("../fonts/open-sans-v20-latin-italic.svg#OpenSans") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v20-latin-700.eot");
  src: local(""),
    url("../fonts/open-sans-v20-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/open-sans-v20-latin-700.woff2") format("woff2"),
    url("../fonts/open-sans-v20-latin-700.woff") format("woff"),
    url("../fonts/open-sans-v20-latin-700.ttf") format("truetype"),
    url("../fonts/open-sans-v20-latin-700.svg#OpenSans") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v20-latin-700italic.eot");
  src: local(""),
    url("../fonts/open-sans-v20-latin-700italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/open-sans-v20-latin-700italic.woff2") format("woff2"),
    url("../fonts/open-sans-v20-latin-700italic.woff") format("woff"),
    url("../fonts/open-sans-v20-latin-700italic.ttf") format("truetype"),
    url("../fonts/open-sans-v20-latin-700italic.svg#OpenSans") format("svg");
}
* {
  box-sizing: border-box;
}
.seo-links {
  background-color: var(--blau);
  color: #fff;
  padding: 40px 5%;
}
.seo-links h2,
.seo-links a {
  color: #fff;
}
.seo-links h2 {
  font-size: 20px;
}
#seo.landstuhl .team .picture {
  background: url(../images/physiotherapie-landstuhl.webp) no-repeat
    center/cover;
}
#dsa-stoerer {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2.5%;
  width: 45%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
  border-radius: 0 !important;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 0 solid #000000;
  background-color: #fff;
  background-image: url(../images/nf-bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 9999999;
}
#dsa-stoerer #active,
#dsa-stoerer #activelabel {
  display: none;
}
#close-dsa-stoerer {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12pt;
  font-weight: bold;
  font-size: 24pt;
  cursor: pointer;
  color: #ffbc00;
}
#seo .praxis h2::after,
#seo .team h2::after {
  content: "";
  background: transparent;
}
#seo .praxis .col-l,
#seo .praxis .col-r {
  width: 49%;
}
body {
  width: 100%;
  overflow-x: hidden;
  font: 400 15px/2rem "Open Sans", sans-serif;
  color: #2f2f2f;
}
p {
  margin-bottom: 16px;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
nav a:hover,
p a:hover {
  opacity: 0.5;
}
nav {
  z-index: 999;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 100%;
  max-width: 180px;
}
nav span {
  font-size: 50px;
  position: fixed;
  top: 33px;
  right: 5%;
  display: none;
}
nav a {
  font: 700 16px/18px "Open Sans", sans-serif;
  color: var(--grau);
}
.desktop-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
}
.icon-nav {
  width: 100%;
}
.desktop-nav a {
  padding: 10px;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgb(255, 255, 2555);
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  padding: 12px;
  text-decoration: none;
  font-size: 32px;
  color: #818181;
  display: block;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
header {
  width: 90%;
  margin: 200px auto 0;
  padding: 2.5% 5%;
  border-radius: 30px;
  background-color: var(--hellgelb);
  min-height: 300px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
header .col-r {
  width: 40%;
}
header p {
  font-weight: 300;
}
header .col-l {
  width: 55%;
}
a.button,
.btn-default,
#rate_button {
  background-color: var(--blau) !important;
  padding: 6px 30px !important;
  margin: 20px 0;
  display: inline-block;
  color: #fff !important;
  border-radius: 7px !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  border-color: transparent !important;
}
a.button.gelb,
#rate_button,
.btn-default {
  color: var(--blau) !important;
  background-color: var(--sonnengelb) !important;
}
h1 {
  color: var(--blau);
  font: 400 36px/45px "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.square {
  width: 100%;
  border-radius: 30px;
  position: relative;
}
.team-overlay {
  border-radius: 30px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  inset: 0;
  background-color: rgba(12, 50, 116, 0.9);
  opacity: 0;
  transition: opacity 0.5s;
}
.team-overlay:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.square p {
  position: absolute;
  width: 100%;
  bottom: -16px;
  padding: 40px 5% 20px 5%;
  background: linear-gradient(0deg, rgb(12, 50, 116) 50%, rgba(12, 50, 116, 0));
  color: #fff;
  text-align: center;
  border-radius: 0 0 30px 30px;
  line-height: 16px;
}
.square {
  background: url(../images/slider-1.webp) no-repeat center/cover;
}
.square:nth-of-type(2) {
  background: url(../images/slider-2.webp) no-repeat center/cover;
}
.square:nth-of-type(3) {
  background: url(../images/slider-3.webp) no-repeat center/cover;
}
.square:nth-of-type(4) {
  background: url(../images/slider-4.webp) no-repeat center/cover;
}
.square:nth-of-type(5) {
  background: url(../images/slider-5.webp) no-repeat center/cover;
}
#unterseite-praxis .square {
  background: url(../images/platzhalter.webp) no-repeat center/cover;
}
#unterseite-praxis .square:nth-of-type(2) {
  background: url(../images/slider-7.webp) no-repeat center/cover;
}
#unterseite-praxis .square:nth-of-type(3) {
  background: url(../images/slider-8.webp) no-repeat center/cover;
}
#unterseite-praxis .square:nth-of-type(4) {
  background: url(../images/slider-9.webp) no-repeat center/cover;
}
#unterseite-praxis .square:nth-of-type(5) {
  background: url(../images/slider-10.webp) no-repeat center/cover;
}
#unterseite-team .therapeuten .square.bender {
  background: url(../images/therapeut-1.webp) no-repeat center/cover;
}
#unterseite-team .therapeuten .square.ulrich {
  background: url(../images/therapeut-2.webp) no-repeat center/cover;
}
#unterseite-team .therapeuten .square.mayer {
  background: url(../images/therapeut-3.webp) no-repeat center/cover;
}
#unterseite-team .therapeuten .square.gibson {
  background: url(../images/therapeut-4.webp) no-repeat center/cover;
}
#unterseite-team .therapeuten .square.antoni {
  background: url(../images/therapeut-5.webp) no-repeat center/cover;
}
#unterseite-team .therapeuten .square.schaefer {
  background: url(../images/therapeut-6.webp) no-repeat center/cover;
}
#unterseite-team .therapeuten .square.rochester {
  background: url(../images/platzhalter.webp) no-repeat center/cover;
}
#unterseite-team .anmeldung .square {
  background: url(../images/anmeldung-1.webp) no-repeat center/cover;
}
#unterseite-team .anmeldung .square:nth-of-type(2) {
  background: url(../images/anmeldung-2.webp) no-repeat center/cover;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.slick-next::before,
.slick-prev::before {
  display: none;
}
.news {
  width: 90%;
  margin: 40px auto;
  padding: 50px 5%;
  background-color: var(--blau);
  border-radius: 30px;
}
#unterseite-news .news .col {
  margin-bottom: 20px;
}
#unterseite-news .news {
  margin-top: 180px;
}
p.subline {
  font: 400 18px/28px "Open Sans", sans-serif;
  color: #fff;
}
h2 {
  font: 400 36px/45px "Open Sans", sans-serif;
}
.news h2,
.kontakt h2 {
  margin-bottom: 50px;
  color: #fff;
  position: relative;
}
.news h2::after,
.kontakt h2::after {
  content: "";
  background: url(../images/haken-weiss.svg) no-repeat center / contain;
  width: 200px;
  position: absolute;
  left: -50px;
  top: -60px;
  display: inline-block;
  height: 200px;
}
.columns {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col {
  width: 48%;
  padding: 5%;
}
h3 {
  font: 700 16px/24px "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.news h3 {
  color: var(--blau);
}
.news .col {
  border-radius: 30px;
  background-color: var(--sonnengelb);
}
.news .col p {
  color: var(--blau);
}
.praxis {
  width: 90%;
  margin: 0 auto 40px;
  padding: 50px 5%;
  background-color: #f1f1f1;
  border-radius: 30px;
}
#unterseite-praxis .praxis .col-l {
  width: 60%;
}
#unterseite-praxis .praxis .col-r {
  width: 36%;
}
#unterseite-praxis .subline:nth-of-type(2) {
  margin-top: 30px;
}
#unterseite-praxis .praxis {
  margin-top: 180px;
}
.praxis h2,
.team h2 {
  margin-bottom: 50px;
  color: var(--blau);
  position: relative;
}
.praxis h2::after,
.team h2::after {
  content: "";
  background: url(../images/haken-blau.svg) no-repeat center / contain;
  width: 200px;
  position: absolute;
  left: -50px;
  top: -60px;
  display: inline-block;
  height: 200px;
}
.praxis p {
  font-weight: 300;
}
.praxis p.subline,
.team p.subline {
  color: var(--blau);
  font-weight: 400;
}
.praxis .columns {
  align-items: center;
}
.praxis .col-l {
  width: 35%;
}
.praxis .col-r {
  width: 63%;
  border-radius: 30px;
}
.praxis ul {
  color: var(--blau);
  font-weight: 700;
  list-style: disc;
  margin-left: 15px;
}
.praxis .columns {
  margin: 0;
}
.picture {
  height: 100%;
  min-height: 600px;
  background: url(../images/haus.webp) no-repeat center/cover;
  width: 100%;
  border-radius: 30px;
  position: relative;
}
.picture p {
  position: absolute;
  width: 100%;
  bottom: -16px;
  padding: 40px 5% 20px 5%;
  background: linear-gradient(0deg, rgb(12, 50, 116) 50%, rgba(12, 50, 116, 0));
  color: #fff;
  text-align: center;
  border-radius: 0 0 30px 30px;
}
.team {
  width: 90%;
  margin: 0 auto 40px;
  padding: 50px 5%;
  background-color: #f1f1f1;
  border-radius: 30px;
}
.team .columns {
  margin: 0;
  align-items: center;
}
.team .col {
  width: 47%;
  padding: 30px 0;
}
.team .picture {
  min-height: 400px;
  background: var(--blau);
}
.therapien {
  width: 90%;
  margin: 0 auto 40px;
  padding: 50px 5%;
  background-color: var(--hellgelb);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#unterseite-team .therapien {
  margin-top: 180px;
}
#unterseite-team .therapien h2 {
  text-align: left;
  margin-bottom: 30px;
}
#unterseite-team .therapien p.subline {
  text-align: left;
  margin-bottom: 50px;
}
.therapeuten,
.anmeldung {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.therapeuten {
  margin-bottom: 40px;
}
.therapeuten .square,
.anmeldung .square {
  width: 14%;
  margin: 1%;
}
#unterseite-team .therapien h3 {
  font-weight: 400;
  font-size: 22px;
  color: var(--blau);
}
#unterseite-team .therapien h2::after {
  width: 210px;
  left: -50px;
  height: 240px;
}
.therapien .picture {
  min-height: 300px;
  background: url(../images/AdobeStock_226300363.webp) no-repeat center 70% /
    cover;
  margin-bottom: 50px;
}
.therapien h2 {
  margin-bottom: 50px;
  color: var(--blau);
  position: relative;
  text-align: center;
}
.therapien h2::after {
  content: "";
  background: url(../images/haken-blau.svg) no-repeat center/contain;
  width: 320px;
  position: absolute;
  left: calc(50% - 150px);
  top: -80px;
  display: inline-block;
  height: 240px;
}
.therapien p {
  text-align: center;
}
.therapien p.subline {
  color: var(--blau);
  margin-top: 40px;
}
.therapien a.button {
  margin: auto;
}
.leistungspunkte {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 50px auto;
}
.leistungspunkte img {
  width: 71px;
  height: 71px;
}
.leistung {
  width: 48%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--blau);
  font-weight: 700;
  margin-bottom: 20px;
}
.leistung p {
  margin-left: 20px;
  text-align: left;
}
.rating-1 {
  display: none;
}
.bewertungsmarketing {
  width: 90%;
  margin: auto;
  padding: 80px 5% 50px 5%;
  background-color: #f1f1f1;
  border-radius: 30px;
  min-height: 982px;
}
.therapien h2,
.bewertungsmarketing h2 {
  margin-bottom: 70px;
  color: var(--blau);
  position: relative;
}
.bewertungsmarketing h2::after {
  content: "";
  background: url(../images/haken-blau.svg) no-repeat center/contain;
  width: 320px;
  position: absolute;
  left: -66px;
  top: -80px;
  display: inline-block;
  height: 240px;
}
.rating {
  width: 110px;
}
form img {
  margin-top: 20px !important;
}
.bewertungsmarketing form h2 {
  display: none;
}
.bewertungsmarketing form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 0 !important;
}
.rating_actions {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}
.rating_top {
  margin: 0 !important;
}
.rating_box .subline {
  display: none !important;
}
.rating_box {
  box-sizing: border-box !important;
  border-radius: 30px !important;
  margin: 40px auto !important;
  width: 90% !important;
  padding: 40px 5% !important;
  border-color: transparent !important;
  background-color: #f1f1f1 !important;
  min-height: 290px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.Bewertungstabelle,
.form-group {
  width: 47%;
}
.kontakt {
  background-color: var(--blau);
  padding: 60px 10%;
  color: #fff;
}
.kontakt .col:nth-of-type(2) {
  margin-top: 20px;
}
.kontakt a {
  font-weight: 700;
  color: #fff;
}
.kontakt h3 {
  margin-bottom: 5px;
  margin-top: 30px;
}
.kontakt .col {
  padding: 0;
}
.kontakt .col iframe {
  width: 100%;
  height: 600px;
}
.kontakt body {
  background: transparent !important;
}
article {
  width: 100%;
}
.dse {
  position: fixed;
  bottom: 0;
  right: 5%;
}
#unterseite-therapien .therapien {
  margin-top: 180px;
}
#unterseite-therapien .col {
  padding: 0;
}
#unterseite-therapien h2 {
  text-align: left;
  margin-bottom: 90px;
}
#unterseite-therapien .therapien h2::after {
  left: -66px;
}
#unterseite-therapien .therapien p {
  text-align: left;
}
#unterseite-therapien .col:nth-of-type(2) {
  margin-top: 118px;
}
#unterseite-therapien h3 {
  color: var(--blau);
  margin-bottom: 5px;
  margin-top: 20px;
}
#unterseite-therapien ul {
  list-style: disc;
  margin-left: 15px;
}
#unterseite-therapien ul li::marker {
  color: var(--blau);
}
.impressum a {
  color: var(--blau);
  font-weight: 700;
}
.fehler-404 .square {
  background: url(../images/404.svg) no-repeat center/cover;
}
@media screen and (max-width: 1500px) {
  .therapeuten .square,
  .anmeldung .square {
    width: 18%;
    margin: 1%;
  }
}
@media screen and (max-width: 1024px) {
  #unterseite-therapien .col:nth-of-type(2) {
    margin-top: 25px;
  }
  .therapeuten .square,
  .anmeldung .square {
    width: 23%;
    margin: 1%;
  }
  #unterseite-praxis .praxis .col-l,
  #unterseite-praxis .praxis .col-r {
    width: 100%;
  }
  #unterseite-praxis .aufzaehlung {
    margin-bottom: 40px;
  }
  .col,
  .col-l,
  .col-r,
  header .col-l,
  header .col-r,
  .praxis .col-l,
  .praxis .col-r,
  .team .col {
    width: 100%;
  }
  nav span {
    display: block;
  }
  .desktop-nav {
    display: none;
  }
  .team .columns {
    flex-direction: column-reverse;
  }
  .news .col {
    margin-bottom: 20px;
  }
  .Bewertungstabelle,
  .form-group {
    width: 100%;
  }
  .rating_actions {
    justify-content: flex-start;
  }
  .logo {
    max-width: 130px;
  }
  #seo .praxis .col-l,
  #seo .praxis .col-r {
    width: 100%;
  }
}
@media screen and (max-width: 830px) {
  .leistung {
    width: 100%;
  }
  .bewertungsmarketing {
    width: 100%;
    padding: 80px 10% 50px 10%;
  }
  .rating_box {
    width: 100% !important;
    padding: 40px 10% !important;
  }
  .therapien,
  .praxis,
  .team,
  .news,
  header {
    width: 100%;
    padding: 50px 10%;
  }
  .therapeuten .square,
  .anmeldung .square {
    width: 31%;
    margin: 1%;
  }
}
@media screen and (max-width: 670px) {
  .picture {
    min-height: 400px;
  }
  form tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  form td {
    flex-basis: 100%;
  }
  .dse a.button,
  .btn-default,
  #rate_button {
    padding: 6px 20px !important;
    margin: 10px 0;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 580px) {
  .therapeuten .square,
  .anmeldung .square {
    width: 48%;
    margin: 1%;
  }
}
@media screen and (max-width: 360px) {
  .therapeuten .square,
  .anmeldung .square {
    width: 100%;
    margin: 15px 0;
  }
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
