/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.6rem;
  letter-spacing: normal;
  color: #666;
}
section:not(.hero) {
  padding: 90px 0;
}
.hero-image, .second-hero {
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
body.no-touch .hero-image, body.no-touch .second-hero {
  opacity: 0;
}
body.no-touch .hero-image.wowready, body.no-touch .second-hero.wowready {
  opacity: 1;
}
section.second-hero {
  padding: 90px 0 0;
}
section.second-hero .position-absolute p {
  text-align: center;
  color: #fff;
  font-weight: 300;
  width: 90%;
  max-width: 600px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.second-hero .position-absolute p span {
  font-weight: 400;
}
section.content {
  padding-top: 45px;
}
.content h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.content h2 {
  padding-bottom: 0.4rem;
  padding-top: 2rem;
}
.content h2:first-child {
  padding-top: 0;
}
.datenschutz.content h2:first-child {
  padding-top: 2rem;
}
.content img.img-fluid {
  margin-top: 30px;
  margin-bottom: 10px;
  float: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #333;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
  color: #fff;
}
.grey h1, .grey h2, .grey h3, .grey h4, .grey h5, .grey h6 {
  color: #666;
}
h1 {
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 1.3em;
}
h2 {
  font-size: 3rem;
  padding-bottom: 1.2rem;
  line-height: 4.5rem;
}
h3 {
  font-size: 2.3rem;
  padding-bottom: 1.2rem;
}
h6 {
  font-size: 1.4rem;
  padding-bottom: 1.4rem;
}
p, li {
  line-height: 1.7em;
  font-size: 1.6rem;
}
p.light {
  font-weight: 300;
}
p.big {
  font-size: 2.2rem;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  color: inherit;
}
body.no-touch a:hover {
  opacity: 0.75;
  color: #0079c5;
  text-decoration: none;
}
sup {
  font-size: 50%;
}
.wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
nav.main {
  width: 100%;
  float: left;
  background-color: #fff;
  font-size: 1.6rem;
  color: #20292f;
  -webkit-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
  box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid #dcdcdc8f;
}
nav.main .nav-container {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
nav.main .logo {
  float: left;
  padding-left: 15px;
}
nav.main .logo img {
  max-width: 100px;
  width: auto;
  height: auto;
  float: left;
}
nav.main ul {
  float: right;
  list-style: none;
  padding: 33px 10px;
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-left: 10px;
}
nav.main ul li {
  float: left;
  padding-right: 17px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.75;
  position: relative;
  font-weight: 700;
  letter-spacing: -0.031em;
  color: #333;
}
nav.main ul li ul {
  position: absolute;
  display: none;
}
body.no-touch nav.main ul li:hover ul {
  display: block;
}
body.no-touch nav.main ul li:hover, nav.main ul li.active {
  opacity: 1;
  color: #0079c5;
}
nav.main ul li:last-child {
  padding-right: 0;
}
nav.main.sticky ul {
  padding: 15px 10px;
}
.nav-mobile ul {
  width: 100%;
  display: none;
}
.nav-mobile ul li {
  width: 100%;
  float: left;
  padding: 4px 0;
}
.hero {
  padding-top: 89px;
}
.hero .hero-image {
  background-image: url(../img/hero.png);
  background-size: cover;
  background-position: 73% 0;
}
.second-hero .erfahrbare-hero {
  background-image: url(../img/erfahrbare-hero-small.jpg);
  background-size: cover;
  background-position: 60%;
  width: 100%;
  height: 290px;
}
.second-hero .satzung-hero {
  background-image: url(../img/satzung-hero-small.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 290px;
}
.second-hero img {
  width: calc(100% + 30px);
  max-width: none;
  margin-left: -15px;
}
.second-hero .row {
  position: relative;
}
.second-hero h1 {
  text-align: center;
  color: #fff;
}
.second-hero .position-absolute {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner {
  padding: 6%;
  width: 100%;
  float: left;
}
.hero .inner a.cta {
  margin-bottom: 10px;
}
.bg-light-blue {
  background-color: #ccd8e5;
}
a.cta {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.cta {
  display: block;
  float: left;
  color: #455860;
  border-width: 0px;
  border-radius: 10px;
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px 18px;
  margin: 10px 0 30px 0;
}
a.cta:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  z-index: -2;
}
a.cta.grey:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2e2e2;
  border-radius: 10px;
  z-index: -2;
}
a.cta:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0079c5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
body.no-touch a.cta:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
body.no-touch a.cta:hover:before {
  width: 100%;
}
a:active, a:visited, a:focus {
  text-decoration: none;
}

.erfahrbare {
  color: #fff;
  background-color: #475863;
  background-image: url(../img/erfahrbare-bg-darker.jpg);
  background-size: cover;
  background-position: center center;
}
.erfahrbare .row > div:first-child {
  text-align: right;
  padding-right: 30px;
}
.erfahrbare .row > div:first-child .cta {
  float: right;
}
.erfahrbare .row > div:last-child {
  padding-left: 30px;
}
.erfahrbare ul {
  padding-left: 17px;
}
.erfahrbare ul li {
  padding-bottom: 0.7rem;
}
section.institute {
  background-color: #ffd088;
  /*  background-color: #ccd8e5;*/
  color: #666;
  padding: 90px 0 0;
}
.institute .places > div {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 46px;
}
.institute .places .more-box {
  display: none;
  width: 100%;
  float: left;
}
.institute .places .more-box > span {
  font-weight: 300;
  margin-bottom: 0;
  float: left;
  display: block;
  width: 100%;
}
.institute .places .more-box a {
  float: left;
  width: 100%;
}
.institute .places .more-box a:first-of-type {
  margin-top: 10px;
}
i {
  margin-right: 6px;
}
.institute .places .more-box a span {
  display: none;
}
.institute .places > div:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd088), color-stop(70%, #ffb356));
  background-image: -o-linear-gradient(top, #ffd088 0%, #ffb356 70%);
  background-image: linear-gradient(180deg, #ffd088 0%, #ffb356 70%);
}
.institute .places > div:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd088), color-stop(70%, #ffbe6b));
  background-image: -o-linear-gradient(top, #ffd088 0%, #ffbe6b 70%);
  background-image: linear-gradient(180deg, #ffd088 0%, #ffbe6b 70%);
}
.institute .places > div:nth-child(3) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd088), color-stop(70%, #ffc882));
  background-image: -o-linear-gradient(top, #ffd088 0%, #ffc882 70%);
  background-image: linear-gradient(180deg, #ffd088 0%, #ffc882 70%);
}
.institute .places > div:nth-child(4) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd088), color-stop(70%, #ffce8d));
  background-image: -o-linear-gradient(top, #ffd088 0%, #ffce8d 70%);
  background-image: linear-gradient(180deg, #ffd088 0%, #ffce8d 70%);
}
.institute .places > div:nth-child(5) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd088), color-stop(70%, #fcd39d));
  background-image: -o-linear-gradient(top, #ffd088 0%, #fcd39d 70%);
  background-image: linear-gradient(180deg, #ffd088 0%, #fcd39d 70%);
}
.institute .places > div .cta {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.institute .justify-content-center {
  text-align: center;
}
.atemtherapeuten {
  text-align: center;
}
input {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #999;
  width: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 15px;
}
input:focus {
  outline: none;
}
.atemtherapeuten input {
  margin: 20px 0 40px;
}

.atemtherapeuten .cta {
  margin: 19px 0 40px;
}

.atemtherapeuten .search-results {
  padding-bottom: 25px;
}
.atemtherapeuten .table tr:first-child td {
  border-top: 0 none;
}
.atemtherapeuten .table tr td {
  min-width: 150px;
}
.atemtherapeuten .table td a {
  display: inline-block;
  margin-left: 12px;
}
.atemtherapeuten .table td a:first-child {
  margin-left: 0;
}
.atemtherapeuten .table td a span {
  display: none;
}
section.berufsbild {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.berufsbild .row > div {
  padding: 50px;
}
.berufsbild .row > div:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccd8e5), color-stop(70%, #d8e5f3));
  background-image: -o-linear-gradient(top, #ccd8e5 0%, #d8e5f3 70%);
  background-image: linear-gradient(180deg, #ccd8e5 0%, #d8e5f3 70%);
}
.berufsbild .row > div:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccd8e5), color-stop(70%, #deebfa));
  background-image: -o-linear-gradient(top, #ccd8e5 0%, #deebfa 70%);
  background-image: linear-gradient(180deg, #ccd8e5 0%, #deebfa 70%);
}
.berufsbild .row > div span {
  width: 100%;
  float: left;
  opacity: 0.75;
  font-size: 1.5rem;
}
section.prof-middendorf {
  background-color: #e2e2e2;
}
.prof-middendorf ul.links {
  list-style: none;
  padding-left: 0;
}
.whitebox, .yellowbox {
  background-color: #fff;
  padding: 30px 33px;
}
.yellowbox {
  float: left;
  background-color: #ffb356;
  color: #fff;
  margin-top: 60px;
}
.yellowbox h2 {
  color: #fff;
}
.yellowbox div {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.whitebox + div {
  padding-left: 0;
  padding-right: 0;
}
.infos .category {
  width: 100%;
  float: left;
  padding-left: 30px;
  padding-bottom: 30px;
}
.infos h2 {
  text-align: right;
}
.infos .col-lg-10 p {
  float: left;
  width: 100%;
}
.infos .col-lg-10 .cta {
  margin-bottom: 13px;
  margin-top: 0;
}
ul.links {
  padding-left: 16px;
}
ul.links li {
  font-weight: 300;
  padding-bottom: 6px;
}
ul.links li:last-child {
  padding-bottom: 0;
}
ul.links li a {
  font-weight: 700;
}
section.kontakt {
  background-color: #304f66;
  color: #fff;
  padding: 45px 0;
}
.kontakt .category .row {
  margin-top: 35px;
}
.kontakt .category .row h3 {
  padding-bottom: 0;
}
footer {
  background-color: #171717;
  width: 100%;
  float: left;
  padding: 20px 0;
}
footer p {
  margin-bottom: 0;
}
footer p {
  color: #979797;
}
footer ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
/*  RESPONSIVE  */
@media (min-width: 2000px) {
  .hero .hero-image {
    background-image: url(../img/hero.png);
    background-size: cover;
    background-position: 73% 77%;
  }
}
@media (max-width: 1250px) {
  nav.main ul {
    padding: 33px 0 33px 10px;
  }
  nav.main.sticky ul {
    padding: 15px 0;
  }
  nav.main ul li {
    padding-right: 10px;
  }
  nav.main .logo {
    padding-left: 0;
  }
}
@media (max-width: 1076px) {
  nav.main ul {
    padding: 20px 0 19px 15px;
  }
  nav.main.sticky ul {
    padding: 2px 0 2px 15px;
  }
  nav.main ul li {
    padding-right: 10px;
  }
  nav.main .logo {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  section:not(.hero) {
    padding: 45px 0;
  }
  section.institute {
    padding: 45px 0 0;
  }
  section.second-hero {
    padding: 89px 0 0;
  }
  .hero .hero-image {
    background-position: center 50%;
    height: 360px;
  }
  .hero .col-lg-6 > .row:first-child > .col:first-child {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    /*color: #fff;*/
  }
  .inner {
    padding: 15px;
  }
  .erfahrbare .row > div:first-child {
    padding-right: 15px;
  }
  .erfahrbare .row > div:last-child {
    padding-left: 15px;
  }
  .institute .places .more-box {
    padding-bottom: 17px;
    float: left;
  }
  .institute .places > div {
    padding-top: 20px;
    padding-bottom: 1px;
  }
  .berufsbild .row > div {
    padding: 30px;
  }
  .infos .category {
    padding-left: 0;
  }
  .infos h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 52.5%;
  }
  .hero, section.second-hero {
    padding-top: 52px;
  }
  .hero .hero-image {
    background-position: 50%;
    height: 290px;
    /*	opacity: 0.9;*/
  }
  .inner {
    padding: 15px 0;
  }
  .nav-mobile {
    height: 51px;
  }
  .nav-mobile > a {
    position: absolute;
    right: 15px;
  }
  .nav-mobile ul {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 25px 0 25px 15px;
    display: block;
    position: absolute;
    width: 100vw;
    background-color: #fff;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .nav-mobile i {
    padding: 17px 20px 20px;
    margin-left: -20px;
  }
  nav.main.sticky .nav-mobile ul, nav.main .nav-mobile ul {
    padding: 45px 0 10px 15px;
    -webkit-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
    box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
    z-index: -1;
    opacity: 0;
  }
  .nav-mobile ul.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1 !important;
  }
  nav.main .logo {
    float: right;
  }
  nav.main .logo img {
    max-width: 74px;
    width: auto;
    height: auto;
    float: left;
    padding: 10px 0;
  }
  .berufsbild .row > div {
    padding: 15px;
  }
  .whitebox, .yellowbox {
    padding: 15px;
  }
}
@media (min-width: 576px) {
  .erfahrbare .row > div:last-child .cta {
    display: none;
  }
}
@media (max-width: 575px) {
  section:not(.hero) {
    padding: 25px 0;
  }
  section.institute {
    padding: 25px 0 0;
  }
  section.second-hero {
    padding-top: 52px;
  }
  .erfahrbare .row > div:first-child {
    text-align: left;
  }
  .erfahrbare .row > div:first-child .cta {
    display: none;
  }
  input {
    width: 80%;
  }
  .atemtherapeuten input {
    margin: 4px 0 24px;
  }
  .infos .category {
    padding-left: 0;
    padding-bottom: 15px;
  }
  section.prof-middendorf {
    padding-bottom: 0;
  }
  .yellowbox {
    margin-top: 0;
  }
  .kontakt .category .row {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 438px) {
  .atemtherapeuten .row > div > h2:first-child {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 400px) {
  h1 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1em;
  }
  h2 {
    font-size: 2.2rem;
    padding-bottom: 1.2rem;
    line-height: 3.7rem;
  }
  h3 {
    font-size: 2rem;
    padding-bottom: 0.8rem;
  }
}