@font-face {
  font-family: "robotothin";
  src: url("../fonts/roboto-thin-webfont.woff2") format("woff2"), url("../fonts/roboto-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gold: #cd9800;
  --hellgold: #f2e3b5;
  --gelb: #ecbe65;
  --font: #fff;
  --bg: linear-gradient(#358186 80%, rgba(53, 129, 134, 0.9));
}
html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #cec4c4 #fff;
}
body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
/* scrollbar*/
body::-webkit-scrollbar-thumb {
  background-color: #cec4c4;
  border-radius: 6px;
  /*  border: 1.5px solid var(--scrollbarBG);*/
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: var(--font);
  font-family: "robotolight", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
p {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.4;
}
a {
  color: var(--font);
  text-decoration: none;
}
ul {
  list-style: none;
  /* Remove default bullets */
}
img {
  width: 100%;
  height: auto;
}
.logo-hg {
  display: none;
  width: 100%;
  height: 150px;
}
.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: fixed;
  background: #358186;
  /* .anwendungen & {
    background-image: var(--bg);
    background-size: auto;
    background-position: 0 0;
  }
  .gong & {
    background-image: var(--bg),
      url("../images/hg/Gongbad.png"),
      url("../images/hg/kombi-2.png"),
      url("../images/hg/kombi-oben.png");
    background-size: auto, 100% auto, 100% auto, 100% auto;
    background-position: 0 0, bottom right, bottom left,
      top right;
  }
  .termin & {
    background-image: var(--bg),
      url("../images/hg/hg-termine.png"),
      url("../images/hg/kombi-2.png"),
      url("../images/hg/kombi-oben.png");
    background-size: auto, 100% auto, 100% auto, 100% auto;
    background-position: 0 0, bottom right, bottom left,
      top right;
  }
  .klang-massage & {
    background-image: var(--bg),
      url("../images/hg/klangmassage_zu zweit.png"),
      url("../images/hg/kombi-oben.png");
    background-size: auto, 100% auto, 100% auto;
    background-position: 0 0, bottom left, top right;
  }
  .wiege & {
    background-image: var(--bg),
      url("../images/hg/Wiege-trans.png"),
      url("../images/hg/kombi-2.png"),
      url("../images/hg/kombi-oben.png");
    background-size: auto, 30% auto, 100% auto, 100% auto;
    background-position: 0 0, bottom left -3vw, bottom right,
      top right;
  }
  .imp & {
    background: var(--bg) 0 0 / auto no-repeat;
  }*/
}
.home .bg {
  background-image: url("../images/hg/WernerHeinrich-1.png"), var(--bg);
  background-size: 50% auto, auto;
  background-position: bottom left -10%, 0 0;
  background-repeat: no-repeat;
}
.bogen {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: transparent url("../images/footer-bogen.png") bottom left / 100% 15px no-repeat;
}
.nachOben {
  z-index: 3;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  transform: scale(0, 0);
  transition: transform 0.2s ease-out;
  cursor: pointer;
}
.nachOben.hoch {
  transform: scale(1, 1);
}
main {
  width: 100%;
  min-height: calc(100vh - 50px);
  background: transparent;
}
main .menu {
  height: 50px;
  width: 130px;
  margin-top: 15px;
  cursor: pointer;
  background: transparent url("../images/icons/menu-icon.svg") center / 100% auto no-repeat;
}
.home main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home main .logo {
  margin-top: 40vh;
  width: 40vw;
  margin-bottom: 35vh;
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
}
.home main .logo.oben {
  width: 280px;
  position: sticky;
  top: 60px;
  transform: translateX(-30vw);
}
.home main .menu {
  position: fixed;
  left: 3vw;
  top: 50px;
}
.home main .stoerer {
  position: fixed;
  right: -10px;
  top: 55vh;
}
.home main .stoerer .col_100:first-of-type {
  background: url("../images/icons/neu-icon.svg") center / 100% no-repeat;
  width: 220px;
}
.home main .stoerer .col_100:first-of-type h3 {
  padding: 5px 0 10px 30px;
  font-weight: bolder;
}
.home main .stoerer .col_100:last-of-type {
  padding: 10px 0 10px 30px;
  font-size: 1.2rem;
  font-weight: bold;
}
.home main article {
  width: 550px;
  padding-bottom: 10vh;
  text-align: center;
}
.home main article h1 {
  font-family: "robotothin";
  font-size: clamp(20px, 2.2rem, 3.4vw);
  color: var(--gelb);
}
.home main article h2 {
  font-family: "robotoregular";
  font-weight: 400;
  font-size: clamp(18px, 2rem, 3.5vw);
}
.home main article p {
  font-size: 1.4rem;
}
.home main article .trenner {
  margin: 50px 0;
}
.home main article .trenner img {
  width: 40px;
}
main header {
  padding-left: 3vw;
  padding-top: 50px;
  display: flex;
}
main header .logo {
  width: 280px;
  margin-left: 1.7vw;
  transform: translateY(10px);
}
main nav {
  position: fixed;
  left: 0;
  top: 150px;
  transition: all 0.3s ease;
  transform: translateX(-38vw);
}
main nav ul {
  list-style: none;
}
main nav ul li {
  margin: 10px 0;
}
main nav ul li .unter_list {
  position: absolute;
  left: 100%;
  top: 0;
  transform: scale(0, 0);
  overflow: hidden;
  transition: all 0.15s ease;
  background: linear-gradient(rgba(9, 92, 98, 0.7), rgba(16, 117, 123, 0.85));
}
main nav ul li .unter_list li {
  text-transform: none;
  min-width: 130px;
}
main nav ul li .unter_list.gross {
  transform: scale(1, 1);
  padding: 52px 60px 29px 60px;
}
main nav ul li.anwendung {
  cursor: pointer;
}
main nav ul li.anwendung.active {
  color: var(--hellgold);
}
main nav.da {
  transform: translateX(0);
  padding: 20px 50px 30px 80px;
  background: linear-gradient(rgba(9, 92, 98, 0.9), #10757b);
  z-index: 2;
}
main section article {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: minmax(50px, auto);
  padding: 0 5vw;
  width: 100%;
}
main section article h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}
main section article h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
main section article h5 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: var(--gelb);
  margin-top: 25px;
}
main section article h5 a {
  color: var(--gelb);
}
main section article h5.kontakt {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.3rem;
}
main section article .kreis {
  grid-column: 4/-4;
  padding: 75px 0;
}
main section article .kreis img {
  width: 100px;
}
main section article .kreis img.ueberschrift {
  width: 100%;
  margin: 50px 0 30px 0;
}
main section article .kreis p {
  font-family: robotoregular;
  text-align: center;
  font-size: 1.5rem;
  padding: 0 10px;
  line-height: 1.7;
}
main section article .form {
  grid-column: 4/-4;
}
main section article .form h1 {
  margin-bottom: 30px;
  font-size: 2em;
}
main section article .form input {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
}
main section article .form input:focus {
  border: greenyellow solid 0.5px;
  outline: none;
}
main section article .form .da {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.3);
  color: red;
  font-weight: lighter;
}
main section article .form .col_100 {
  margin-bottom: 30px;
}
main section article .form .col_100 textarea {
  width: 100%;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.2em;
  color: #333;
}
main section article .form .col_100 textarea:focus {
  border: greenyellow solid 0.5px;
  outline: none;
}
main section article .form button {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
}
main section article .form button:hover {
  background-color: rgba(53, 129, 134, 0.85);
}
main section article .form .erfolg {
  margin-top: 30px;
}
main section article .form .erfolg p {
  font-size: 2em;
  color: var(--hellgold);
}
main section article .eins {
  grid-column: 2/7;
  padding: 0 3vw 0 3vw;
}
main section article .eins h2 {
  font-family: robotothin;
  font-weight: lighter;
  color: var(--gelb);
  font-size: clamp(35px, 3.2em, 3vw);
  margin-bottom: 30px;
}
main section article .eins p:first-of-type {
  font-family: robotoregular;
  font-size: 1.4em;
  margin-bottom: 20px;
}
main section article .eins h4 {
  margin-top: 20px;
}
main section article .eins h4 a {
  font-size: 1.2rem;
  color: var(--gelb);
  text-decoration: underline;
}
main section article .zwei {
  grid-column: 7/-2;
  padding: 0 3vw 0 3vw;
}
main section article .zwei ul {
  margin-top: 30px;
  padding-left: 15px;
}
main section article .zwei ul li {
  margin: 10px 0;
}
main section article .zwei ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--gelb);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
main section article.last {
  margin-bottom: 10vw;
}
.slogan {
  font-size: 1.8rem;
  line-height: 1.8;
  font-style: italic;
}
.active {
  color: var(--gold);
}
.col_20 {
  width: 20%;
  min-height: 1px;
  position: relative;
}
.col_25 {
  width: 24%;
  min-height: 1px;
  position: relative;
}
.col_30 {
  width: 30%;
  min-height: 1px;
  position: relative;
}
.col_33 {
  width: 33%;
  min-height: 1px;
  position: relative;
}
.col_40 {
  width: 40%;
  min-height: 1px;
  position: relative;
}
.col_45 {
  width: 45%;
  min-height: 1px;
  position: relative;
}
.col_50 {
  width: 49%;
  min-height: 1px;
  position: relative;
}
.col_60 {
  width: 60%;
  min-height: 1px;
  position: relative;
}
.col_66 {
  width: 65%;
  min-height: 1px;
  position: relative;
}
.col_70 {
  width: 70%;
  min-height: 1px;
  position: relative;
}
.col_75 {
  width: 75%;
  min-height: 1px;
  position: relative;
}
.col_80 {
  width: 80%;
  min-height: 1px;
  position: relative;
}
.col_100 {
  width: 100%;
  min-height: 1px;
  position: relative;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.justify_around {
  justify-content: space-around;
}
.justify_between {
  justify-content: space-between;
}
.justify_end {
  justify-content: flex-end !important;
}
.justify_start {
  justify-content: flex-start !important;
}
.align_center {
  align-items: center !important;
}
.align_ende {
  align-items: flex-end !important;
}
.alignSelf_center {
  align-self: center;
}
strong {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.email {
  font-weight: 700;
  letter-spacing: 1.2;
}
footer {
  position: relative;
  z-index: 2;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
}
footer p {
  font-size: 1rem;
  margin: 10px 0;
  color: var(--hellgold);
}
footer p span {
  margin: 0 10px;
}
footer a {
  color: var(--hellgold);
}
.rand {
  border: 1px solid #fff;
  border-radius: 5px;
}
@media only screen and (max-width: 1450px) {
  main section article.artEins .drei {
    grid-column: -4/-1;
  }
}
@media only screen and (max-width: 1275px) {
  .logo-hg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--bg);
    z-index: 1;
  }
  .home main .menu {
    z-index: 2;
  }
  .home main .logo.oben {
    z-index: 2;
    transform: translateX(-23vw);
  }
}
@media only screen and (max-width: 1080px) {
  main section article .kreis {
    grid-column: 2/-2;
  }
  main section article .eins {
    grid-column: 1/7;
  }
  main section article .zwei {
    grid-column: 7/-1;
  }
  .home main .logo.oben {
    transform: translateX(-18vw);
  }
  footer p {
    font-size: 0.8rem;
  }
  footer p span {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 840px) {
  .home main .stoerer {
    display: none;
  }
  .home main article {
    width: 88vw;
  }
  .home main .logo.oben {
    transform: translateX(-10vw);
  }
  main section article .form {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 930px) and (orientation: landscape) {
  .logo-hg {
    height: 120px;
  }
  .home main .menu {
    top: 10px;
  }
  .home main .logo.oben {
    top: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .col_20,
  .col_25,
  .col_33,
  .col_30,
  .col_40,
  .col_45,
  .col_50 {
    width: 100%;
  }
  .nachOben {
    bottom: 60px;
  }
  .logo-hg {
    height: 120px;
  }
  main nav.da {
    padding: 20px 30px 30px 30px;
  }
  main nav ul li .unter_list.gross {
    padding: 52px 25px 29px 25px;
  }
  main section article .eins {
    grid-column: 1/-1;
  }
  main section article .zwei {
    grid-column: 1/-1;
    margin-top: 20px;
  }
  main section article .form .col_30 {
    margin-bottom: 30px;
  }
  .home main .menu {
    top: 10px;
    width: 30vw;
  }
  .home main .logo {
    margin-top: 30vh;
    width: 80vw;
    margin-bottom: 10vh;
  }
  .home main .logo.oben {
    transform: translateX(10vw);
    top: 15px;
    width: 65vw;
  }
  footer p {
    width: 340px;
  }
}
