#dsa-rating-view .rating_top .subline,
#dsa-rating-view .thumbithumb,
#dsa-stoerer,
#dsa-stoerer #active,
#dsa-stoerer #activelabel,
#standorte > #staedte > div.active > img:last-of-type,
.menucloser,
.menutrigger,
.rating-1,
[hidden] {
  display: none;
}

fieldset,
legend {
  padding: 0;
  border: 0;
}

header > #hb > h1,
header > #hb > p {
  text-shadow: 0 0 7px rgba(1, 40, 62, 0.66);
  text-align: center;
}

body h2,
body h3,
header > #hb > h1 {
  font-family: Courgette, cursive;
}

#ergotherapie,
#physiotherapie,
#standorte {
  padding-left: 0;
  padding-right: 0;
}

#dsa-stoerer,
#kontakt h2 + hr + p,
.kontakt-landing,
body h2,
body h3,
header > #hb > h1,
header > #hb > p,
section h3 + hr + b,
section h4,
section p {
  text-align: center;
}

#btn-bewertungs-toggle.added,
header > #hb {
  position: relative;
}

#dsa-rating table,
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#dsa-stoerer {
  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: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 0 solid #000;
  background-color: #fff;
  background-image: url(../img/welle2.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9999999;
}

#dsa-stoerer h3 {
  color: #1d7aaf;
  font-size: 30px;
}

#close-dsa-stoerer {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 700;
  font-size: 24pt;
  cursor: pointer;
}

#karriere-stoerer {
  cursor: pointer;
  position: absolute;
  left: 40px;
  top: 90px;
  z-index: 2;
  width: 130px;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus,
a:active,
a:hover {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
header > nav#main.sidebar > div:nth-of-type(2),
hgroup,
menu,
nav,
section {
  display: block;
}

#weitere-informationen li > ul > li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: dotted thin;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

figure,
form {
  margin: 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button,
html,
input,
select,
textarea {
  color: #222;
}

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

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

fieldset {
  margin: 0;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: Courgette;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Courgette Regular"), local("Courgette-Regular"),
    url(../fonts/wEO_EBrAnc9BLjLQAUk1WPoK_kgXiYvO.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Courgette;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Courgette Regular"), local("Courgette-Regular"),
    url(../fonts/wEO_EBrAnc9BLjLQAUk1VvoK_kgXiQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Nunito;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"),
    url(../fonts/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Nunito;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"),
    url(../fonts/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Nunito;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"),
    url(../fonts/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Nunito;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/nunito-v11-latin-700.eot");
  src: local("Nunito Bold"), local("Nunito-Bold"),
    url("../fonts/nunito-v11-latin-700.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nunito-v11-latin-700.woff2") format("woff2"),
    url("../fonts/nunito-v11-latin-700.woff") format("woff"),
    url("../fonts/nunito-v11-latin-700.ttf") format("truetype"),
    url("../fonts/nunito-v11-latin-700.svg#Nunito") format("svg");
}

.kontakt-landing {
  margin: 0 20px;
}

#aktuelles a,
#kontakt a,
.kontakt-landing a {
  text-decoration: none;
  font-weight: 700;
  color: #1d7aaf;
}

b {
  font-weight: 700;
}

body {
  font-family: Nunito, sans-serif;
  overflow-x: hidden;
  line-height: 1.5;
}

[data-first-hidden] {
  height: 0;
  overflow: hidden;
}

[data-show-more] {
  cursor: pointer;
}

@keyframes showHidden {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    height: 100%;
    overflow: visible;
  }
}

.showhidden {
  animation: 0.3s forwards showHidden;
}

@keyframes hideHidden {
  0% {
    opacity: 1;
    overflow: visible;
  }

  100% {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}

.hidehidden {
  animation: 0.3s forwards hideHidden;
}

@keyframes showUp {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

.showup {
  animation: 1s forwards showUp;
}

header > nav#top {
  background: #1d7aaf;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 10px 50px;
  justify-content: flex-end;
  z-index: 2;
  width: calc(100% - 100px);
  height: 50px;
  align-items: center;
}

header > nav#top > div:last-of-type {
  margin-left: 100px;
}

header > nav#top > div:last-of-type > a:nth-last-of-type(1) {
  margin-left: 10px;
}

header > nav#top > div {
  margin-left: 50px;
}

header > nav#top a {
  text-decoration: none;
}

header > nav#top * {
  color: #fff;
}

header > #hb {
  background: url("../img/physiotherapie-ergotherapie.webp") center/cover;
  height: 75vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  flex-direction: column;
}

header > #hb > h1 {
  font-size: 48px;
  width: 100%;
  color: #fff;
  margin-top: 100px;
  z-index: 1;
}

header.fixed > nav#main:not(.sidebar) > div:first-of-type p:nth-of-type(1),
header > #hb > p,
section h4 {
  font-size: 24px;
}

header > #hb > p {
  font-weight: 700;
  margin-top: 10px;
  z-index: 1;
}

header > #hb > img {
  position: absolute;
  bottom: 25px;
  left: 0;
  max-width: 100%;
}

header > nav#main {
  background: #1d7aaf;
  padding: 25px 50px;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

#kontakt > div > div,
.flex-container,
section {
  padding: 50px 10%;
}

header > nav#main.sidebar {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 25px;
  z-index: 5;
  background: rgba(29, 122, 175, 0.95);
  width: 50%;
}

header > nav#main.sidebar > div:nth-of-type(2) > a {
  display: block;
  font-size: 16px;
  margin-left: 0;
  margin-bottom: 25px;
}

header.fixed > nav#main:not(.sidebar) {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  padding: 0 50px 12.5px;
  z-index: 3;
}

#dsa-rating-view,
header.fixed > nav#main:not(.sidebar) > div:nth-of-type(2) a {
  font-size: 16px;
}

header.fixed > nav#main:not(.sidebar) > div:first-of-type {
  margin-top: calc(-50px + 12.5px);
}

header.fixed > nav#main:not(.sidebar) > div:first-of-type p:nth-of-type(2) {
  font-size: 12.8px;
}

header > nav#main > div:first-of-type a {
  color: #fff;
  text-decoration: none;
}

header > nav#main > div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

header > nav#main > div:first-of-type p:nth-of-type(1) {
  font-family: Courgette, cursive;
  width: 100%;
  font-size: 30px;
  margin-bottom: 5px;
  margin-left: 5px;
}

header > nav#main > div:first-of-type p:nth-of-type(2) {
  font-size: 18px;
  margin-top: -7px;
}

header > nav#main > div:nth-of-type(2) {
  display: flex;
  align-items: center;
}

#ergotherapie > div,
#physiotherapie > div {
  flex-basis: 50%;
  width: 50%;
}

header > nav#main > div:nth-of-type(2) a {
  margin-left: 50px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

body hr {
  background: #c3eefb;
  width: 100px;
  border-radius: 5px;
  height: 2px;
  border: none;
  margin: 25px auto;
  display: block;
}

section p {
  display: block;
  margin: 12.5px auto;
}

img.between {
  display: block;
  margin: 25px 0;
  max-width: 100%;
}

img.between.right {
  transform: rotateY(180deg);
}

section h3 + hr + b {
  font-size: 24px;
  display: block;
}

section h4 {
  color: #1d7aaf;
  font-weight: 700;
  margin: 50px auto 25px;
}

section ul {
  margin: 25px auto;
}

#weitere-informationen .table-preis td > b,
h3 + p,
h4 + p {
  margin-top: 0;
}

p + h3,
p + h4 {
  margin-bottom: 0;
}

#ergotherapie > div:nth-of-type(2) img,
#physiotherapie > div:first-of-type img,
#weitere-informationen table,
.welle {
  width: 100%;
}

#in-guten-haenden h2 {
  color: #1d7aaf;
  font-size: 40px;
}

#in-guten-haenden p {
  max-width: 33.3333%;
}

#ergotherapie,
#physiotherapie {
  display: flex;
}

#ergotherapie > div:first-of-type > div,
#physiotherapie > div:nth-of-type(2) > div {
  margin: 0 10%;
}

#ergotherapie h3,
#physiotherapie h3 {
  font-size: 34px;
  color: #1d7aaf;
}

#dsa-rating-view .startext,
#ergotherapie h3 + hr + b,
#physiotherapie h3 + hr + b,
#standorte > #staedte > div.active > *,
.a-li {
  color: #1d7aaf;
}

#ergotherapie h4 + p + img,
#physiotherapie h4 + p + img,
#weitere-informationen h3 + p + img {
  display: block;
  margin: 0 auto;
}

#ergotherapie li,
#physiotherapie li,
#weitere-informationen li {
  list-style-image: url(../img/ldot.svg);
  margin-left: 11px;
}

#physiotherapie > div {
  height: 100%;
  position: relative;
}

#physiotherapie > div:first-of-type::before {
  background: rgba(29, 122, 175, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
}

#praxis,
#standorte > div:first-of-type {
  padding: 50px 33.3333%;
}

#kontakt h2,
#praxis h2,
#standorte h2 {
  font-size: 40px;
  color: #1d7aaf;
}

#standorte .bf {
  font-size: 24px;
  color: #1d7aaf;
  font-weight: 700;
}

#standorte > #staedte {
  display: flex;
  background-image: url(../img/physiotherapie-ergotherapie.webp);
  background-position-y: 70%;
  background-repeat: no-repeat;
}

#standorte > #staedte > div {
  flex-basis: 50%;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(29, 122, 175, 0.5);
  height: 350px;
  flex-direction: column;
  transition: 0.3s;
  cursor: pointer;
}

#bewertungs-toggle,
#bewertungs-toggle.visible {
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
}

#standorte > #staedte > div.active {
  background: rgba(255, 255, 255, 0.5);
}

#standorte > #staedte > div > h3 {
  font-size: 30px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

#standorte > #staedte > div > * {
  margin: 12.5px 0;
}

#standorte > #staedte > div > :not(img) {
  width: 100%;
  color: #fff;
}

#standorte > #staedte > div > .wappen {
  height: 80px;
  width: 80px;
}

#standorte > #staedte > div.dortmund > .wappen {
  background: url(../img/standort-dortmund.webp) center no-repeat;
}

#standorte > #staedte > div.bochum-ergo > .wappen,
#standorte > #staedte > div.bochum > .wappen {
  background: url(../img/standort-bochum.webp) center no-repeat;
}

#standorte > #staedte > div.marl > .wappen {
  background: url(../img/standort-marl.webp) center no-repeat;
}

#standorte > #staedte > div.dortmund.active > .wappen {
  background: url(../img/standort-dortmund-blau.webp) center no-repeat;
}

#standorte > #staedte > div.bochum-ergo.active > .wappen,
#standorte > #staedte > div.bochum.active > .wappen {
  background: url(../img/standort-bochum-blau.webp) center no-repeat;
}

#standorte > #staedte > div.marl.active > .wappen {
  background: url(../img/standort-marl-blau.webp) center no-repeat;
}

#carousel {
  display: flex;
  align-items: center;
  padding: 50px 0;
  overflow: hidden;
}

#carousel > img {
  width: 25%;
  flex-basis: 25%;
  height: 350px;
  object-fit: cover;
}

#carousel > #left {
  position: absolute;
  left: 25px;
  cursor: pointer;
  z-index: 1;
}

#carousel > #right {
  position: absolute;
  transform: rotate(180deg);
  right: 25px;
  cursor: pointer;
  z-index: 1;
}

#aktuelles,
#weitere-informationen > div {
  display: flex;
}

#weitere-informationen > div > div {
  flex-basis: calc(33.3333% - 16.6666667px);
  width: calc(33.3333% - 16.6666667px);
  margin-right: 25px;
}

#weitere-informationen > div > div:last-of-type {
  margin-right: 0;
}

#aktuelles h3,
#karriere h3,
#weitere-informationen h3 {
  color: #1d7aaf;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 24px;
}

#bewertungen h2,
#bewertungen p,
#karriere p,
#weitere-informationen [data-first-hidden] > p:first-of-type {
  text-align: left;
}

#weitere-informationen li > ul {
  margin: 0 0 0 32px;
}

#weitere-informationen td > b {
  margin-top: 25px;
  display: block;
}

#aktuelles > div {
  width: 50%;
  flex-basis: 50%;
}

#aktuelles > div:first-of-type {
  margin-right: 25px;
  width: calc(50% - 25px);
  flex-basis: calc(50% - 25px);
}

#aktuelles > div:first-of-type > .text {
  width: 50%;
  text-align: left;
}

#aktuelles .button {
  background: #1d7aaf;
  border-radius: 3px;
  display: block;
  color: #fff;
  padding: 5px 50px;
  margin: 25px auto;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

#kontakt {
  padding: 50px 0 0;
}

#kontakt h2 + hr + p {
  padding: 0 33.3333%;
}

#kontakt > div {
  display: flex;
  margin-top: 75px;
}

#kontakt > div > div {
  width: 30%;
  flex-basis: 30%;
}

#kontakt > div > div:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

#kontakt > div > div:first-of-type > iframe {
  width: 100%;
  border: none;
}

#kontakt > div > div:nth-of-type(2) {
  background-color: #1d7aaf;
  color: #fff;
}

#kontakt > div > div:nth-of-type(2) h3 {
  font-size: 40px;
}

#bewertungen {
  background: #bce5ea;
  padding: 60px 0;
  margin: 60px 0;
  font-size: 16px;
  text-align: left;
}

#dsa-rating .Bewertungstabelle tbody tr:nth-of-type(odd),
.message h2 {
  background: #1d7aaf;
  color: #fff;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.col-50 {
  width: 48%;
  text-align: left;
}

#bewertungs-toggle {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.6s ease-in;
}

#bewertungs-toggle.visible {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: 0.6s ease-in;
}

#btn-bewertungs-toggle.added:after {
  content: " schliessen (X)";
  color: #000;
}

.slick-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.message h2 {
  border-radius: 0;
  border: none;
  margin-bottom: 15px;
}

.rating {
  display: flex;
  justify-content: center;
}

#btn-bewertungs-toggle,
#rate_button {
  background: #1d7aaf;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}

#btn-bewertungs-toggle,
#dsa-rating-view .rating_bottom,
#dsa-rating-view .rating_top {
  margin-top: 20px;
}

#rate_button:hover {
  background: #000;
}

#dsa-rating {
  margin-top: 50px;
}

#dsa-rating table {
  line-height: 25px;
}

#dsa-rating .form-group {
  margin-top: 40px;
}

#dsa-rating label {
  display: block;
  font-weight: 700;
}

#dsa-rating input {
  margin: 0 0 20px;
}

#dsa-rating input,
#dsa-rating textarea {
  font-size: 17px;
  padding: 10px;
  border: 1px solid #1d7aaf;
  width: 100%;
  background: 0 0;
}

#dsa-rating #captcha {
  margin-top: 15px;
}

#dsa-rating .Bewertungstabelle tbody tr td {
  padding: 8px;
}

#dsa-rating .Bewertungstabelle tr > td:last-of-type {
  width: 20%;
}

#dsa-rating-view .star {
  color: #fcbb2a;
}

#dsa-rating-view .star.full {
  color: #ffc749;
}

#dsa-rating-view .rating_top h3 {
  text-align: left;
  font-size: 25px;
}

#dsa-rating-view .questionline {
  line-height: 2;
}

#dsa-rating-view .questionline .question {
  width: 200px;
  display: inline-block;
}

#dsa-rating-view .rating_box {
  padding: 25px;
  border: 1px solid #1d7aaf;
}

#weitere-informationen table.table-preis {
  font-size: 12px;
  box-sizing: border-box;
  margin-bottom: 30px;
  border: 2px solid #9fcfeb;
  width: 250px;
}

.table-preis td {
  padding: 3px;
}

.table-preis tr td:first-of-type {
  width: 120px;
}

.table-preis tr td:nth-of-type(2) {
  width: 70px;
}

.table-preis tr td:nth-of-type(3) {
  width: 50px;
}

.table-preis tr:nth-of-type(2n) {
  background-color: #e7e7e7;
}

#impressum a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 1600px) {
  header > nav#top {
    font-size: 14px;
  }

  header > nav#top > div:last-of-type,
  header > nav#top > div:nth-last-of-type(2) {
    margin-left: 25px;
  }

  header > nav#top > div {
    margin-left: 12.5px;
  }
}

@media (max-width: 1150px) {
  #ergotherapie,
  #physiotherapie,
  #weitere-informationen > div {
    flex-wrap: wrap;
  }

  #weitere-informationen > div > div {
    margin: 0 0 50px;
    flex-basis: 100%;
    width: 100%;
  }

  #ergotherapie > div:first-of-type > div > *,
  #physiotherapie > div:nth-of-type(2) > div > *,
  #weitere-informationen > div > div > * {
    text-align: left;
    margin-left: 0;
  }

  #ergotherapie h4 + p + img,
  #physiotherapie h4 + p + img,
  #weitere-informationen h3 + p + img {
    margin-left: 0;
    display: inline;
    height: 10px;
  }

  #ergotherapie h4 + p,
  #physiotherapie h4 + p,
  #weitere-informationen h3 + p {
    display: inline;
  }

  #ergotherapie > div,
  #physiotherapie > div {
    flex-basis: 100%;
    width: 100%;
  }

  #physiotherapie > div:first-of-type::before {
    left: 25%;
    right: 25%;
  }

  #ergotherapie > div:nth-of-type(2) > img,
  #physiotherapie > div:first-of-type > img {
    height: auto;
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  #ergotherapie > div:nth-of-type(2),
  #physiotherapie > div:nth-of-type(2) {
    margin-top: 50px;
  }

  #aktuelles > div:first-of-type > * {
    text-align: left;
  }

  #aktuelles > div:first-of-type > .text {
    width: 100%;
  }

  #kontakt > div > div {
    padding: 0;
    flex-basis: 50%;
    width: 50%;
  }

  #kontakt > div > div:nth-of-type(2) {
    padding: 50px 10%;
    flex-basis: calc(50% - 50px);
    width: calc(50% - 50px);
  }

  header.fixed > #top > div:first-of-type,
  header.fixed > #top > div:nth-of-type(2),
  header.fixed > #top > div:nth-of-type(3) {
    display: none;
  }
}

@media (max-width: 1250px) {
  header.fixed > nav#main:not(.sidebar) > div:first-of-type,
  header.fixed > nav#main:not(.sidebar) > div:first-of-type p:nth-of-type(2),
  header > #top > div:first-of-type,
  header > #top > div:nth-of-type(2),
  header > #top > div:nth-of-type(3),
  header > nav#main:not(.sidebar),
  header > nav#main > div:first-of-type p:first-of-type {
    display: none;
  }

  header > nav#top a.menutrigger {
    display: block;
    font-size: 16px;
    position: absolute;
    left: 25px;
  }

  header > nav#main.sidebar > div:nth-of-type(2) > a.menucloser {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 24px;
    margin-top: -8px;
  }
}

@media (max-width: 1000px) {
  #standorte > #staedte > div > img:last-of-type {
    display: none;
  }

  #praxis,
  #standorte > div:first-of-type {
    padding: 50px 10%;
  }

  #kontakt h2 + hr + p {
    padding: 0 10%;
  }

  header > nav#main > div:first-of-type p:nth-of-type(1) {
    font-size: 24px;
  }

  header > nav#main > div:first-of-type p:nth-of-type(2) {
    font-size: 12.8px;
  }

  #in-guten-haenden p {
    max-width: 50%;
  }
}

@media (max-width: 880px) {
  #aktuelles,
  #kontakt > div,
  .flex-container {
    flex-wrap: wrap;
  }

  .col-50 {
    width: 100%;
    margin-bottom: 20px;
  }

  header > nav#main > div:nth-of-type(2) a {
    margin-left: 10px;
  }

  header.fixed > nav#main:not(.sidebar) > div:first-of-type p:nth-of-type(1) {
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  #aktuelles > div,
  #aktuelles > div:first-of-type,
  #kontakt > div > div {
    flex-basis: 100%;
    width: 100%;
    margin: 0;
  }

  #aktuelles {
    padding-top: 0;
  }

  #aktuelles > div:nth-of-type(2) {
    height: 200px;
  }

  #kontakt > div > div:nth-of-type(2) {
    flex-basis: 100%;
    width: 100%;
    margin-top: 50px;
  }

  #dsa-stoerer {
    width: 85%;
    padding: 35px;
  }
}

@media (max-width: 650px) {
  header > nav#main > div:nth-of-type(2) a {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  header > #hb > h1 {
    font-size: 32px;
  }

  header.fixed > nav#main:not(.sidebar) > div:first-of-type p:first-of-type,
  header > #hb > p {
    font-size: 20px;
  }

  header > #hb > p {
    max-width: 50%;
  }

  .welle,
  header > nav#main > div:first-of-type p:nth-of-type(2) {
    display: none;
  }

  header > nav#main > div:first-of-type p:nth-of-type(1) {
    margin-bottom: 0;
    font-size: 16px;
  }

  #carousel > img {
    width: 33.3333%;
    flex-basis: 33.3333%;
    height: 200px;
  }

  #standorte > #staedte > div {
    height: 200px;
  }

  header > nav#top {
    padding: 10px 25px;
    width: calc(100% - 50px);
  }

  header.fixed > nav#main:not(.sidebar) {
    padding: 0 25px 12.5px;
  }

  header > nav#top > div:last-of-type {
    margin-left: 10px;
  }
}

@media (max-width: 676px) {
  header > nav#main {
    padding: 25px;
  }

  header > nav#main > div:nth-of-type(2) a {
    font-size: 14px;
  }

  header.fixed > nav#main:not(.sidebar) {
    justify-content: flex-end;
  }

  #standorte > #staedte > div > h3 {
    font-size: 16px;
  }

  #in-guten-haenden p {
    max-width: 100%;
  }

  #in-guten-haenden h2,
  #kontakt h2,
  #kontakt > div > div:nth-of-type(2) h3,
  #praxis h2,
  #standorte h2 {
    font-size: 34px;
  }
}

#top > div:not(:last-of-type) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
