/*
 Theme Name: Britta Clever
 Author: Rainer Falkenroth
 Version: 1
*/
@font-face {
  font-family: "SharpSans";
  src: url("./fonts/SharpSans-Medium.eot");
  src: url("./fonts/SharpSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("./fonts/SharpSans-Medium.woff2") format("woff2"),
    url("./fonts/SharpSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SharpSansBold";
  src: url("./fonts/SharpSans-Bold.eot");
  src: url("./fonts/SharpSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/SharpSans-Bold.woff2") format("woff2"),
    url("./fonts/SharpSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
b,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
head,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body,
html {
  font-family: SharpSans, sans-serif;
  font-weight: normal;
  font-size: 1.02em;
  line-height: 1.5em;
  color: #000;
  background-color: #eff0e8;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0 !important;
}
b,
strong,
h3,
.foot p.large a {
  font-family: SharpSansBold, sans-serif;
  font-weight: normal;
}
h1,
h2,
.hero .title {
  font-size: 2.4em;
  line-height: 1.5em;
}
.foot p.large a {
  font-size: 2.4em;
  line-height: 1.1em;
}
.foot p a.lnk {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  width: 2em;
  height: 1.5em;
  overflow: hidden;
  text-indent: -2em;
  margin-left: 2px;
  margin-bottom: -0.4em;
  background: url(./svg/lnk.svg) 50% 50% no-repeat;
  background-size: contain;
}
h1 {
  margin-bottom: 1em;
}
h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
figure + .text h2 {
  margin-top: 4em;
}
h2.mb {
  margin-bottom: 2em;
}
.content .text ul {
  margin: 0 0 1em 1.5em;
}
.content .text ul li {
  margin-bottom: 0.5em;
}
.wp-block-media-text h2 {
  font-size: 2.2em;
  line-height: 1.5em;
  margin: 0;
}
.text h2 a,
.wp-block-column a {
  display: inline-block;
  position: relative;
}
.text h2 a::after,
.wp-block-column a::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0);
  bottom: 0.1em;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wp-block-column a::after {
  bottom: -0.1em;
  height: 1.5px;
}
.text h2 a:hover::after,
.wp-block-column a:hover::after {
  background: rgba(0, 0, 0, 1);
  left: 0;
  right: 0;
}
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.content a:hover,
.home .foot a:hover {
  color: #767873;
}
p {
  margin-bottom: 1.33em;
}
.head {
  position: absolute;
  width: 100%;
  height: 160px;
  z-index: 999;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  user-select: none;
}
.head .menu-item,
.foot .menu-item {
  list-style: none;
  position: relative;
  font-weight: normal;
}
.foot #menu-footer {
  display: inline-block;
}
.foot a:hover {
  color: #fff;
}
.content {
  position: relative;
  width: 100%;
  padding: 128px 0 64px 0;
  min-height: calc(50vh - 196px);
}
.home .content {
  padding: 0;
  height: 100vh;
  overflow: hidden;
}
.text,
.center {
  padding: 0 8%;
}
.text.half {
  padding: 0 50% 0 12.5%;
}
.text.padded {
  padding: 128px 20% 128px 20%;
}
div.wpforms-container-full {
  width: 75%;
}
.hero + .text.padded {
  padding-top: 256px;
}
.center {
  text-align: center;
}
.foot {
  position: relative;
  padding: 128px 0 64px 0;
  width: 100%;
  background-color: #9eb97d;
}
.foot p,
.foot div {
  margin-left: 8%;
}
.foot div {
  margin-top: 64px;
}
.home .bottom {
  display: none;
}
.home .foot {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent;
  width: auto;
  padding: 0 64px calc(80px - 2.9em) 0;
}
.home .foot p {
  display: none;
}
.wp-block-image img,
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto !important;
  display: block;
}
.hidemobile {
  display: block !important;
}
.hidedesktop,
.menubtn,
.suche {
  display: none !important;
}
.hero {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.hero .kreis {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.hero .kreis1 {
  background: url(../../uploads/Kreis1.png) 50% 50% no-repeat;
  background-size: calc(88vh - 192px) calc(88vh - 192px);
}
.hero .kreis2 {
  background: url(../../uploads/Kreis2.png) 50% 50% no-repeat;
  background-size: calc(88vh - 192px) calc(88vh - 192px);
}
.hero .kreis3 {
  background: url(../../uploads/Kreis3.png) 50% 50% no-repeat;
  background-size: calc(88vh - 192px) calc(88vh - 192px);
}
.hero .kreis4 {
  background: url(../../uploads/Kreis4.png) 50% 50% no-repeat;
  background-size: calc(88vh - 192px) calc(88vh - 192px);
}
.home .kreis {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.home .hero.kreis1 .kreis1,
.home .hero.kreis2 .kreis2,
.home .hero.kreis3 .kreis3,
.home .hero.kreis4 .kreis4 {
  opacity: 1;
  -webkit-transition: opacity 0.9s;
  -moz-transition: opacity 0.9s;
  transition: opacity 0.9s;
}
.heronav,
.herotext {
  position: absolute;
  top: 0;
  left: 64px;
}
.hero .nav {
  position: absolute;
  top: calc(100vh - 80px - 8.2em);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 1;
}
.hero .nav:nth-child(2) {
  top: calc(100vh - 80px - 5.4em);
}
.hero .nav:nth-child(3) {
  top: calc(100vh - 80px - 2.7em);
}
.hero .nav:nth-child(4) {
  top: calc(100vh - 80px);
}
.hero .nav.current {
  top: calc(100vh - 80px - 8.2em);
  opacity: 1;
}
.hero .nav.up {
  top: 50vh;
  opacity: 0;
}
.hero .nav.down {
  top: 110vh;
  opacity: 0;
}
.hero .title {
  line-height: 1.5em;
  margin-bottom: 0.8em;
}
.hero .copy {
  display: block;
  overflow: hidden;
  width: 30em;
  margin: 0;
  -webkit-transition: opacity 1s 0.3s;
  -moz-transition: opacity 1s 0.3s;
  transition: opacity 1s 0.3s;
}
.heronav .copy {
  max-height: 0px;
  opacity: 0;
}
.heronav .current .copy {
  max-height: 8em;
  opacity: 1;
}
.hero + .wp-block-image,
.hero + .wpforms-container,
.hero + .wp-block-group {
  margin-top: calc(100vh - 128px);
}
.hero + .wp-block-group.behandlung {
  margin-top: calc(100vh + 192px);
}
.behandlung {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-bottom: 192px;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  margin: 0;
  padding: 0;
  z-index: 500;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.behandlung.slick-slider,
.behandlung .slick-list,
.behandlung .slick-track,
.behandlung .slick-slide {
  width: 100vw !important;
  height: 85vw;
}
.behandlung .slick-slide {
  position: absolute !important;
  top: 0;
  left: 0;
  outline: none;
  padding: 0 25vw;
  background: url(./svg/Pik01.svg) 24% 50% no-repeat;
  background-size: 18vw 18vw;
}
.behandlung .slick-slide:nth-of-type(2) {
  background: url(./svg/Pik02.svg) 24% 50% no-repeat;
  background-size: 18vw 18vw;
}
.behandlung .slick-slide:nth-of-type(3) {
  background: url(./svg/Pik03.svg) 24% 50% no-repeat;
  background-size: 18vw 18vw;
}
.behandlung .slick-slide:nth-of-type(4) {
  background: url(./svg/Pik04.svg) 24% 50% no-repeat;
  background-size: 18vw 18vw;
}
.behandlung .slick-slide:nth-of-type(5) {
  background: url(./svg/Pik05.svg) 24% 50% no-repeat;
  background-size: 18vw 18vw;
}
.behandlung .slick-slide:nth-of-type(6) {
  background: url(./svg/Pik06.svg) 24% 50% no-repeat;
  background-size: 18vw 18vw;
}
.behandlung .slick-slide:nth-of-type(7) {
  background: url(./svg/Pik07.svg) 24% 50% no-repeat;
  background-size: 18vw 18vw;
}
.behandlung .slick-slide:nth-of-type(8) {
  background: url(./svg/Pik08.svg) 24% 50% no-repeat;
  background-size: 18vw 18vw;
}
.behandlung .slick-slide h2,
.behandlung .slick-slide p {
  padding-left: 30%;
}
.behandlung .slick-slide h2 {
  margin-bottom: 1.5em;
  line-height: 1.1em;
}
.behandlung .slick-slide h2.double {
  margin-bottom: 0.4em;
}
.slick-dots {
  position: absolute;
  top: -192px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2000;
}
.slick-dots li {
  display: inline-block;
  cursor: pointer;
  background: url(./svg/Pik01k.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  margin: 0 24px;
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.slick-dots li:hover {
  opacity: 0.5;
}
.slick-dots li:nth-child(2) {
  background: url(./svg/Pik02k.svg) 50% 50% no-repeat;
  background-size: contain;
}
.slick-dots li:nth-child(3) {
  background: url(./svg/Pik03k.svg) 50% 50% no-repeat;
  background-size: contain;
}
.slick-dots li:nth-child(4) {
  background: url(./svg/Pik04k.svg) 50% 50% no-repeat;
  background-size: contain;
}
.slick-dots li:nth-child(5) {
  background: url(./svg/Pik05k.svg) 50% 50% no-repeat;
  background-size: contain;
}
.slick-dots li:nth-child(6) {
  background: url(./svg/Pik06k.svg) 50% 50% no-repeat;
  background-size: contain;
}
.slick-dots li:nth-child(7) {
  background: url(./svg/Pik07k.svg) 50% 50% no-repeat;
  background-size: contain;
}
.slick-dots li:nth-child(8) {
  background: url(./svg/Pik08k.svg) 50% 50% no-repeat;
  background-size: contain;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  transform: translateY(-32px);
}
.slick-next,
.slick-prev {
  position: absolute;
  right: 12.5vw;
  top: calc(12.5vw - 27px);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.slick-next:hover,
.slick-prev:hover {
  opacity: 0.5;
}
.slick-prev {
  right: auto;
  left: 12.5vw;
}

.slick-next:before,
.slick-prev:before {
  display: block;
  content: "";
  width: 56px;
  height: 56px;
  background: url(./svg/re.svg) 50% 50% no-repeat;
  background-size: contain;
}
.slick-prev:before {
  background: url(./svg/li.svg) 50% 50% no-repeat;
  background-size: contain;
}
#map_canvas {
  width: 95%;
  height: 33vw;
  max-height: 366px;
}
.maps {
  margin-top: 0.5em;
}
ul.centered {
  margin-left: 50% !important;
  transform: translateX(-50%);
  display: inline-block;
}
.suchergebnis {
  padding: 32px 64px;
  border-bottom: 1px solid #000;
}
.suchergebnis:first-child {
  border-top: 1px solid #000;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: right;
}
.wpforms-required-label {
  display: none;
}
input,
textarea {
  border-color: #777874 !important;
  background-color: #eff0e8 !important;
}
::placeholder {
  font-family: SharpSans, sans-serif;
  color: #777874 !important;
}
div.wpforms-container-full .wpforms-form button[type="submit"] {
  color: #fff;
  background-color: #9eb97d;
  border: none;
  border-radius: 2em;
  padding: 0.5em 2em 0.6em 2em;
}
div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  background-color: #5e7d01;
  border: none;
}
.bottom {
  position: fixed;
  right: -10vw;
  bottom: -10vh;
  cursor: pointer;
  width: 18px;
  height: 23px;
  z-index: 2;
  -moz-transition: bottom 1s ease-in-out, height 0.3s ease-in-out;
  -o-transition: bottom 1s ease-in-out, height 0.3s ease-in-out;
  -webkit-transition: bottom 1s ease-in-out, height 0.3s ease-in-out;
  transition: bottom 1s ease-in-out, height 0.3s ease-in-out;
}
.showbottom .bottom {
  right: 5vw;
  bottom: calc(7vw - 23px);
}
.showbottom .bottom:hover {
  height: 30px;
}
.bottom span {
  display: block;
  width: 1px;
  height: 0px;
  background-color: #000;
  position: absolute;
  left: 50%;
}
.bottom .arr1,
.bottom .arr2 {
  top: 10px;
  -moz-transition: all 0.5s ease-in-out 1.5s;
  -o-transition: all 0.5s ease-in-out 1.5s;
  -webkit-transition: all 0.5s ease-in-out 1.5s;
  transition: all 0.5s ease-in-out 1.5s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.bottom.arr2 {
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.bottom .arr3 {
  height: 23px;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.showbottom .bottom .arr1 {
  height: 13px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.showbottom .bottom .arr2 {
  height: 13px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bottom:hover .arr3 {
  transform: scaleY(1.3);
}
.home.showbottom .bottom {
  display: none;
}
.top {
  position: fixed;
  right: -10vw;
  bottom: 120vh;
  cursor: pointer;
  width: 18px;
  height: 23px;
  z-index: 2;
  -moz-transition: bottom 1s ease-in-out, height 0.3s ease-in-out;
  -o-transition: bottom 1s ease-in-out, height 0.3s ease-in-out;
  -webkit-transition: bottom 1s ease-in-out, height 0.3s ease-in-out;
  transition: bottom 1s ease-in-out, height 0.3s ease-in-out;
}
.showtop .top {
  right: 5vw;
  bottom: calc(7vw - 23px);
}
.showtop .top:hover {
  height: 46px;
}
.top span {
  display: block;
  width: 1px;
  height: 0px;
  background-color: #000;
  position: absolute;
  left: 50%;
}
.top .arr1,
.top .arr2 {
  -moz-transition: all 0.5s ease-in-out 1.5s;
  -o-transition: all 0.5s ease-in-out 1.5s;
  -webkit-transition: all 0.5s ease-in-out 1.5s;
  transition: all 0.5s ease-in-out 1.5s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.top .arr2 {
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.top .arr3 {
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.showtop .top .arr1 {
  height: 13px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.showtop .top .arr2 {
  height: 13px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.showtop .top .arr3 {
  -webkit-animation-name: anitop;
  -webkit-animation-duration: 2s;
  animation-name: anitop;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.top:hover .arr3 {
  transform: scaleY(2);
}
@-webkit-keyframes anitop {
  0% {
    height: 0;
  }
  33% {
    height: 7vw;
  }
  66% {
    height: 7vw;
  }
  100% {
    height: 23px;
  }
}
@keyframes anitop {
  0% {
    height: 0;
  }
  33% {
    height: 7vw;
  }
  66% {
    height: 7vw;
  }
  100% {
    height: 23px;
  }
}
@media all and (max-width: 781px) {
  body,
  html {
    font-size: 1em;
    line-height: 1.39em;
  }
  .hidedesktop,
  .menubtn,
  .suche {
    display: block !important;
  }
  .hidemobile {
    display: none !important;
  }
  .menubtn {
    position: absolute;
    z-index: 1002;
    top: 20px;
    right: 32px;
    width: 32px;
    height: 33px;
    cursor: pointer;
  }
  .menubtn span {
    position: absolute;
    display: block;
    width: 32px;
    height: 2px;
    background-color: #aaa;
    top: 50%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .menubtn span.l1 {
    margin-top: -8px;
  }
  .menubtn span.l2 {
    margin-top: 8px;
  }
  .menu_active .menubtn span {
    margin-top: 0;
  }
  .menu_active .menubtn .l1 {
    margin-left: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu_active .menubtn .l2 {
    margin-left: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu_active .menubtn .l3 {
    opacity: 0;
  }
  .head {
    height: auto;
  }
  .menu_active .head {
    background-color: #fff;
    padding-bottom: 32px;
  }
  .head .menuwrapper {
    overflow-y: hidden;
    max-height: 0;
    -moz-transition: max-height 0.6s ease-in-out;
    -o-transition: max-height 0.6s ease-in-out;
    -webkit-transition: max-height 0.6s ease-in-out;
    transition: max-height 0.6s ease-in-out;
  }
  .menu_active .head .menuwrapper {
    overflow-y: scroll;
    max-height: calc(100vh - 12vw - 32px);
  }
  .menu-main-menu-container {
    clear: both;
    padding-bottom: 20vw;
  }
  .head .menu li a,
  .head .menu li ul li a {
    margin: 0 16px;
    font-size: 1.4em;
    line-height: 1em;
    color: #000;
    padding: 0.8em 0;
    letter-spacing: 0.02em;
    display: block;
  }
  .head .menu li.hidedesktop a,
  .head .menu li ul li a {
    font-size: 1.1em;
    line-height: 1em;
    border: none;
    padding: 1em 0 0.5em 0;
  }
  .head .menu-item a:hover,
  .head .menu-item.current-menu-item .sub-menu li > a:hover,
  .head .menu-item.current-menu-item > a,
  .home .wp-block-image figcaption a:hover {
    color: #000;
  }
  .head .menu li.display a {
    margin: 0;
    padding-right: 16px;
    padding-left: 16px;
  }
  .head .logo {
    width: 66%;
    max-width: 320px;
    margin: 16px;
  }
  .home .wp-block-columns {
    margin-bottom: 0 !important;
  }
  .home .wp-block-buttons {
    margin-bottom: 32px;
  }
  .heronav,
  .herotext {
    left: 32px;
  }
  .hero .copy {
    max-width: 90vw;
  }
  .wp-block-media-text h2 {
    font-size: 2em;
    line-height: 1.5em;
  }
}
@media all and (max-width: 950px) {
  .behandlung.slick-slider,
  .behandlung .slick-list,
  .behandlung .slick-track,
  .behandlung .slick-slide {
    height: 85vw;
  }
}
@media all and (max-width: 781px) and (orientation: portrait) {
  .text,
  .center {
    padding: 0 16px;
  }
  .foot p,
  .foot div {
    margin-left: 16px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    margin: 0 !important;
  }
  .hero .kreis1 {
    background: url(../../uploads/Kreis1.png) 50% 33% no-repeat;
    background-size: 80vw 80vw;
  }
  .hero .kreis2 {
    background: url(../../uploads/Kreis2.png) 50% 33% no-repeat;
    background-size: 80vw 80vw;
  }
  .hero .kreis3 {
    background: url(../../uploads/Kreis3.png) 50% 33% no-repeat;
    background-size: 80vw 80vw;
  }
  .hero .kreis4 {
    background: url(../../uploads/Kreis4.png) 50% 33% no-repeat;
    background-size: 80vw 80vw;
  }
  .wp-block-image.imgr {
    width: 100%;
    height: 113vw;
    overflow: hidden;
  }
  .wp-block-image.imgr img {
    width: 297vw;
    max-width: 297vw;
    height: auto;
    margin-left: -197vw;
  }
  .slick-dots {
    top: -96px;
  }
  .slick-dots li {
    margin: 0 8px;
  }
  .slick-prev {
    top: calc(25vw - 27px);
    left: 16px;
  }
  .slick-next {
    top: calc(25vw - 27px);
    right: 16px;
  }
  .text.padded {
    padding: 32px 16px 32px 16px;
  }
  .text.half {
    padding: 0 25% 0 16px;
  }
  div.wpforms-container-full {
    width: calc(100vw - 32px);
  }
  .hero + .text.padded {
    padding-top: 32px;
  }
  .hero + .wp-block-group.behandlung {
    margin-top: calc(100vh + 16px);
  }
  .behandlung.slick-slider,
  .behandlung .slick-list,
  .behandlung .slick-track {
    height: 66vw;
  }
  .behandlung .slick-slide {
    padding: 0 12.5vw;
    height: 60vw;
    background: url(./svg/Pik01.svg) 12.5% 50% no-repeat;
    background-size: 25vw 25vw;
  }
  .behandlung .slick-slide:nth-of-type(2) {
    background: url(./svg/Pik02.svg) 12.5% 50% no-repeat;
    background-size: 25vw 25vw;
  }
  .behandlung .slick-slide:nth-of-type(3) {
    background: url(./svg/Pik03.svg) 12.5% 50% no-repeat;
    background-size: 25vw 25vw;
  }
  .behandlung .slick-slide:nth-of-type(4) {
    background: url(./svg/Pik04.svg) 12.5% 50% no-repeat;
    background-size: 25vw 25vw;
  }
  .behandlung .slick-slide:nth-of-type(5) {
    background: url(./svg/Pik05.svg) 12.5% 50% no-repeat;
    background-size: 25vw 25vw;
  }
  .behandlung .slick-slide:nth-of-type(6) {
    background: url(./svg/Pik06.svg) 12.5% 50% no-repeat;
    background-size: 25vw 25vw;
  }
  .behandlung .slick-slide:nth-of-type(7) {
    background: url(./svg/Pik07.svg) 12.5% 50% no-repeat;
    background-size: 25vw 25vw;
  }
  .behandlung .slick-slide:nth-of-type(8) {
    background: url(./svg/Pik08.svg) 12.5% 50% no-repeat;
    background-size: 25vw 25vw;
  }
  .showbottom .bottom,
  .showtop .top {
    display: none;
  }
  .wp-block-columns.cols3 {
    margin-bottom: 0;
  }
  .wp-block-columns.cols3 + .wp-block-columns.cols3 {
    margin-bottom: 2em;
  }
  div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: left;
  }
}
@media all and (max-width: 500px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
  .hero .nav,
  .hero .nav.current {
    top: calc(150vw - 7.5em);
  }
  .hero .nav:nth-child(2) {
    top: calc(150vw - 5em);
  }
  .hero .nav:nth-child(3) {
    top: calc(150vw - 2.5em);
  }
  .hero .nav:nth-child(4) {
    top: 150vw;
  }
  h1,
  h2,
  .hero .title,
  .wp-block-media-text h2 {
    font-size: 7.5vw;
    line-height: 1.5em;
  }
  .foot,
  .foot a {
    color: #fff;
  }
  .foot p.large a {
    font-size: calc(6.1vw - 1px);
    line-height: 1.5em;
  }
  .foot p a.lnk {
    background: url(./svg/lnk_w.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  #menu-footer a {
    text-decoration: underline;
  }
  .wp-block-media-text h2 {
    margin-top: 32px;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-row: 1;
    padding: 0 16px 64px 16px;
  }
  .heronav,
  .herotext {
    left: 16px;
  }
  .home .menu-footer-container {
    display: none;
  }
  .foot {
    padding: 32px 0;
  }
  .foot p,
  .foot div {
    margin-left: 16px;
  }
  .foot div {
    margin-top: 2em;
  }
  .txtr {
    margin-right: 33%;
  }
  .hero + .wp-block-group.behandlung {
    padding: 0 16px;
    margin-top: calc(100vh - 96px);
    margin-bottom: 1em;
  }
  .behandlung h2,
  .klappnav {
    display: block;
    padding: 0 1em 1em 0;
    border-bottom: 2px solid #e0e0dd;
    background: url(./svg/zu.svg) 100% 1em no-repeat;
    background-size: 1em 1em;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .behandlung h2 {
    font-family: SharpSansBold, sans-serif;
    font-weight: normal;
    background-position: 100% 0;
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 1.5em;
  }
  .behandlung h2.double {
    padding-bottom: 0.5em;
  }
  .klappnav.active {
    background: url(./svg/auf.svg) 100% 0 no-repeat;
    background-size: 1em 1em;
  }
  .behandlung h2.active {
    background: url(./svg/auf.svg) 100% 1em no-repeat;
    background-size: 1em 1em;
  }
  .klappnav.first {
    margin-top: 2em;
  }
  .klapp,
  .behandlung h2 + p {
    display: block;
    max-height: 0px;
    overflow: hidden;
    margin: 0;
    padding-right: 1em;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .klapp.active {
    max-height: 10em;
    margin-bottom: 2em;
  }
  .behandlung h2 + p {
    background: url(./svg/Pik01.svg) 50% -50vw no-repeat;
    background-size: 100vw 45vw;
  }
  .behandlung .methode:nth-of-type(2) h2 + p {
    background: url(./svg/Pik02.svg) 50% -50vw no-repeat;
    background-size: 100vw 45vw;
  }
  .behandlung .methode:nth-of-type(3) h2 + p {
    background: url(./svg/Pik03.svg) 50% -50vw no-repeat;
    background-size: 100vw 45vw;
  }
  .behandlung .methode:nth-of-type(4) h2 + p {
    background: url(./svg/Pik04.svg) 50% -50vw no-repeat;
    background-size: 100vw 45vw;
  }
  .behandlung .methode:nth-of-type(5) h2 + p {
    background: url(./svg/Pik05.svg) 50% -50vw no-repeat;
    background-size: 100vw 45vw;
  }
  .behandlung .methode:nth-of-type(6) h2 + p {
    background: url(./svg/Pik06.svg) 50% -50vw no-repeat;
    background-size: 100vw 45vw;
  }
  .behandlung .methode:nth-of-type(7) h2 + p {
    background: url(./svg/Pik07.svg) 50% -50vw no-repeat;
    background-size: 100vw 45vw;
  }
  .behandlung .methode:nth-of-type(8) h2 + p {
    background: url(./svg/Pik08.svg) 50% -50vw no-repeat;
    background-size: 100vw 45vw;
  }
  .behandlung h2 + p.active {
    max-height: 100vh;
    padding-top: 50vw;
    margin-bottom: 2em;
    background-position: 50% 1em !important;
  }
}
@media all and (max-width: 330px) {
  .hero .kreis1,
  .hero .kreis2,
  .hero .kreis3,
  .hero .kreis4 {
    background-size: 66vw 66vw;
  }
  .text.half {
    padding: 0 16px 0 16px;
  }
}
@media all and (min-width: 782px) {
  .head .logo {
    position: absolute;
    width: 21%;
    height: auto;
    top: 32px;
    left: 64px;
  }
  .head #menu-main {
    position: absolute;
    top: 4.3vw;
    right: 128px;
    -webkit-transition: top 0.6s ease-out;
    -moz-transition: top 0.6s ease-out;
    transition: top 0.6s ease-out;
  }
  .scrolled .head #menu-main {
    top: 4.3vw;
  }
  .home .head #menu-main {
    top: -128px;
  }
  .page-id-39.hero_active .head #menu-main {
    top: 4.3vw;
  }
  .head #menu-main .menu-item {
    float: left;
    margin-left: 3em;
    line-height: 1.1em;
    padding: 0.5em 0;
  }
  .head .menu-item a {
    color: #000;
  }
  .head .menu-item a::after {
    content: "";
    position: absolute;
    left: 0%;
    right: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0);
    bottom: -4px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 11;
  }
  .head .menu-item a:hover::after,
  .head:not(.ref) .current_page_item a::after,
  .loaded .head.ref .current_page_item a::after {
    background: rgba(0, 0, 0, 1);
    left: 0;
    right: 0;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:not(:first-child) {
    margin-left: 10%;
  }
  .hero + .text.padded .cols2 {
    margin-top: -96px;
  }
  .cols3 {
    padding-top: 3em;
    padding-bottom: 2em;
  }
  .wp-block-media-text {
    padding: 0 12.5%;
  }
  .wp-block-media-text__media img {
    width: 80%;
    margin-left: 10%;
  }
  .wpforms-field-name {
    width: 50% !important;
    float: left !important;
    clear: none !important;
  }
  .wpforms-field-name + .wpforms-field-name input {
    margin-left: 20% !important;
  }
  .wpforms-field-name + .wpforms-field-name .wpforms-error {
    margin-left: 20% !important;
  }
  .wpforms-field-name input {
    max-width: 80% !important;
  }
  .suchergebnis {
    margin: 0 12.5%;
  }
}
@media all and (min-width: 1400px) {
  .behandlung.slick-slider,
  .behandlung .slick-list,
  .behandlung .slick-track,
  .behandlung .slick-slide {
    height: 33vw;
  }
  .wp-block-media-text h2 {
    font-size: 2.9em;
  }
}
@media all and (min-width: 1500px) {
  body,
  html {
    font-size: 1.1em;
    line-height: 1.5em;
  }
  .head .logo {
    left: 3.3vw;
  }
  .content {
    padding-top: 8vw;
  }
  .text.padded {
    padding: 128px 30% 128px 30%;
  }
  .text.half {
    padding: 0 50% 0 30%;
  }
  div.wpforms-container-full {
    width: 40%;
  }
}
