@charset "UTF-8";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
  /* 100% = 16px(default setting), 10px = 62.5% => Trick, um px in rem umzuwandeln (px/10), Nutzer kann weiterhin font-size im Browser einstellen */
}

@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

@media (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

@media (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #faf7ef;
}

body {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #292929;
}

.heading-primary {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: #a56d89;
}

@media (max-width: 25em) {
  .heading-primary {
    font-size: 3.5rem;
  }
}

.heading-secondary {
  width: 100%;
  text-align: center;
  font-size: 3.9rem;
  margin-bottom: 4rem;
  color: #a56d89;
  -webkit-animation: moveInTop 1s ease-out;
  animation: moveInTop 1s ease-out;
}

.heading-tertiary {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #a56d89;
}

.header__text {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}

.header__name {
  display: block;
  color: #a56d89;
  font-weight: 500;
  font-family: "Rochester", cursive;
  font-size: 2.5rem;
}

.leistungen__beschreibung {
  font-size: 1.6rem;
}

.kurse__beschreibung {
  font-size: 1.6rem;
}

@media (max-width: 56.25em) {
  .kurse__beschreibung {
    margin: 2rem 0;
    font-size: 1.8rem;
  }
}

.kurse__text {
  width: 70%;
  padding: 4rem;
}

@media (max-width: 56.25em) {
  .kurse__text {
    width: 90%;
    text-align: center;
    margin: auto;
  }
}

@media (max-width: 37.5em) {
  .kurse__text {
    padding: 2rem;
  }
}

.kurse__text--right {
  margin-left: auto;
}

@media (max-width: 56.25em) {
  .kurse__text--right {
    margin: auto;
  }
}

.kurse__text--span {
  display: block;
  margin-top: 1.5rem;
}

.kurse__info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 1.8rem;
  margin: 2rem 0 0.5rem 0;
}

@media (max-width: 56.25em) {
  .kurse__info {
    position: initial;
  }
}

.kurse__info--span {
  color: #a56d89;
  font-weight: 600;
}

.kurse__dauer {
  margin-right: 1.2rem;
}

.ueber__text {
  font-size: 2rem;
  -webkit-animation: moveInBottom 1s ease-out;
  animation: moveInBottom 1s ease-out;
}

.praxis__text {
  width: 50%;
  height: auto;
  font-size: 2rem;
  padding: 0 8rem;
  text-align: center;
}

@media (max-width: 56.25em) {
  .praxis__text {
    width: 60rem;
    max-width: 90%;
    padding: 6rem 2rem;
  }
}

.praxis .footer__text-heading {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
}

.u-color-white {
  color: #fff !important;
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes moveInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes moveInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.footer {
  width: 100%;
  height: 30rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.footer__top {
  width: 100%;
  height: 28rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  font-size: 1.7rem;
  line-height: 2;
  background-color: #292929;
  color: #faf7ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__left {
  width: 45%;
  height: auto;
  text-align: center;
}

@media (max-width: 37.5em) {
  .footer__left {
    width: 80%;
  }
}

.footer__right {
  width: 45%;
  height: 90%;
  text-align: center;
}

@media (max-width: 37.5em) {
  .footer__right {
    display: none;
  }
}

.footer__right-img {
  width: 65%;
  height: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
}

@media (max-width: 56.25em) {
  .footer__right-img {
    width: 90%;
  }
}

.footer__bottom {
  width: 100%;
  height: 2rem;
  font-size: 1.3rem;
  text-align: center;
}

@media (max-width: 25em) {
  .footer__bottom {
    font-size: 1.2rem;
  }
}

.fas,
.far {
  padding-right: 0.7rem;
}

.navigation {
  width: 100%;
  height: 8.5rem;
  position: fixed;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9abc2), to(#a56d89));
  background-image: linear-gradient(#d9abc2, #a56d89);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1000;
}

.navigation--responsive {
  height: 38rem;
}

.navigation__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  height: 100%;
}

@media (max-width: 56.25em) {
  .navigation__nav {
    position: relative;
  }
}

.navigation__nav--responsive {
  display: inline-block;
}

.navigation__nav--responsive a.navigation__link {
  display: block;
  text-align: left;
  padding: 1.5rem 2rem;
  margin: 0;
  border-top: 1px solid #faf7ef;
}

.navigation__logo {
  display: inline-block;
  margin-right: auto;
  margin-left: 3rem;
  color: #faf7ef;
  font-family: "Rochester", cursive;
  font-size: 5rem;
}

@media (max-width: 37.5em) {
  .navigation__logo {
    font-size: 4rem;
    margin: 1rem auto 0 1rem;
    height: 7.5rem;
  }
}

@media (max-width: 25em) {
  .navigation__logo {
    font-size: 3.5rem;
  }
}

.navigation__link:link, .navigation__link:visited {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 600;
  color: #faf7ef;
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 7rem;
}

@media (max-width: 75em) {
  .navigation__link:link, .navigation__link:visited {
    margin-right: 4rem;
  }
}

@media (max-width: 56.25em) {
  .navigation__link:link, .navigation__link:visited {
    display: none;
  }
}

.navigation__link:hover, .navigation__link:active {
  color: #f7c96e;
  -webkit-transform-origin: initial;
          transform-origin: initial;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 75em) {
  .navigation__link:hover, .navigation__link:active {
    overflow: hidden;
    color: #fff;
    background-color: rgba(247, 201, 110, 0.6);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.navigation__icon {
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 56.25em) {
  .navigation__icon {
    display: inline-block;
    font-size: 3rem;
    position: absolute;
    top: 1.7rem;
    right: 2rem;
    color: #faf7ef;
  }
}

@media (max-width: 56.25em) {
  .navigation__icon:hover, .navigation__icon:active {
    color: #f7c96e;
    -webkit-transform-origin: initial;
            transform-origin: initial;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.header {
  height: 80vh;
  width: 100%;
  margin-top: 8rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url(../img/ignacio-campo-tC9boyqy_40-unsplash.jpg);
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../img/ignacio-campo-tC9boyqy_40-unsplash.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 56.25em) {
  .header {
    height: auto;
    margin-top: 8.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 37.5em) {
  .header {
    height: auto;
  }
}

.header__welcome {
  font-size: 1.6rem;
  width: 60%;
  height: auto;
  -webkit-animation: moveInBottom 1s ease-out;
  animation: moveInBottom 1s ease-out;
}

@media (max-width: 75em) {
  .header__welcome {
    margin: 3rem 3rem 3rem 0;
  }
}

@media (max-width: 56.25em) {
  .header__welcome {
    width: 90%;
    margin: 0 4rem 4rem 4rem;
  }
}

.header__shape {
  margin: 3rem;
  -webkit-animation: moveInBottom 1s ease-out;
  animation: moveInBottom 1s ease-out;
}

.header__shape-img {
  width: 26rem;
  height: 26rem;
  padding: 1rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1.5rem dotted #d9abc2;
}

@media (max-width: 56.25em) {
  .header__shape-img {
    width: 22rem;
    height: 22rem;
    border: 1.2rem dotted #d9abc2;
  }
}

.section__leistungen {
  height: auto;
  width: 100%;
  margin-top: 12rem;
}

.leistungen__individuell {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
}

.leistungen__karte {
  width: 25%;
  height: 60rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 75em) {
  .leistungen__karte {
    width: 30%;
  }
}

@media (max-width: 56.25em) {
  .leistungen__karte {
    width: 85%;
    height: auto;
    padding: 3rem;
  }
}

@media (max-width: 56.25em) {
  .leistungen__karte:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.leistungen__karte--left {
  -webkit-animation: moveInLeft 1s ease-out;
  animation: moveInLeft 1s ease-out;
}

.leistungen__karte--middle {
  -webkit-animation: moveInBottom 1s ease-out;
  animation: moveInBottom 1s ease-out;
}

@media (max-width: 75em) {
  .leistungen__karte--middle {
    -webkit-animation: moveInRight 1s ease-out;
    animation: moveInRight 1s ease-out;
  }
}

.leistungen__karte--right {
  -webkit-animation: moveInRight 1s ease-out;
  animation: moveInRight 1s ease-out;
}

@media (max-width: 75em) {
  .leistungen__karte--right {
    -webkit-animation: moveInLeft 1s ease-out;
    animation: moveInLeft 1s ease-out;
  }
}

.leistungen__img {
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1.5rem;
  padding: 0.5rem;
  border: 0.5rem dotted #f6bf51;
}

@media (max-width: 56.25em) {
  .leistungen__img {
    float: left;
    margin-right: 4rem;
  }
}

@media (max-width: 37.5em) {
  .leistungen__img {
    float: none;
    margin: 1.5rem;
  }
}

.kurse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.kurse__wrapper {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kurse__kurs {
  width: 70%;
  height: 38rem;
  margin: 6rem 15rem;
  position: relative;
  -webkit-box-shadow: 0.5rem 0.7rem 1.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.5rem 0.7rem 1.5rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 56.25em) {
  .kurse__kurs {
    width: 85%;
    height: auto;
    margin: 6rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.kurse__gebvorbereitung {
  background-color: #d9abc2;
}

@media (max-width: 56.25em) {
  .kurse__gebvorbereitung {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 171, 194, 0.8)), to(rgba(217, 171, 194, 0.8))), url(../img/mon-petit-chou-photography-G2KOS3NKVcQ-unsplash.jpg);
    background-image: linear-gradient(rgba(217, 171, 194, 0.8), rgba(217, 171, 194, 0.8)), url(../img/mon-petit-chou-photography-G2KOS3NKVcQ-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.kurse__rückbildungsgymnastik {
  background-color: #f6bf51;
  margin-left: auto;
}

@media (max-width: 56.25em) {
  .kurse__rückbildungsgymnastik {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 191, 81, 0.8)), to(rgba(246, 191, 81, 0.8))), url(../img/logan-weaver-MHX1XkQyZVE-unsplash.jpg);
    background-image: linear-gradient(rgba(246, 191, 81, 0.8), rgba(246, 191, 81, 0.8)), url(../img/logan-weaver-MHX1XkQyZVE-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.kurse__babymassage {
  background-color: #d9abc2;
}

@media (max-width: 56.25em) {
  .kurse__babymassage {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 171, 194, 0.8)), to(rgba(217, 171, 194, 0.8))), url(../img/khoa-pham-9nC7j1gAS84-unsplash.jpg);
    background-image: linear-gradient(rgba(217, 171, 194, 0.8), rgba(217, 171, 194, 0.8)), url(../img/khoa-pham-9nC7j1gAS84-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.kurse__entwicklung {
  background-color: #fff;
  margin-left: auto;
}

@media (max-width: 56.25em) {
  .kurse__entwicklung {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../img/luis-arias-ayH7wwVOtc0-unsplash.jpg);
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/luis-arias-ayH7wwVOtc0-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.kurse__krabbelgruppe {
  background-color: #f6bf51;
}

@media (max-width: 56.25em) {
  .kurse__krabbelgruppe {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../img/picsea--d6sy-eKQ8s-unsplash.jpg);
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/picsea--d6sy-eKQ8s-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.kurse__img {
  height: 30rem;
  width: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -3rem;
}

@media (max-width: 75em) {
  .kurse__img {
    height: 28rem;
    width: 33rem;
  }
}

@media (max-width: 56.25em) {
  .kurse__img {
    display: none;
  }
}

.kurse__img--right {
  right: -10rem;
}

.kurse__img--left {
  left: -10rem;
}

.section__ueber {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 28rem 0 8rem 0;
}

.ueber__img {
  width: 22rem;
  height: 22rem;
  padding: 1rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1.4rem dotted #d9abc2;
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ueber__vorstellung {
  width: 80%;
  height: auto;
  text-align: center;
  padding: 10rem 4rem 4rem 4rem;
  position: relative;
}

@media (max-width: 56.25em) {
  .ueber__vorstellung {
    padding: 10rem 1rem 0 1rem;
  }
}

.section__praxis {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6rem;
}

.praxis {
  width: 90%;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

@media (max-width: 56.25em) {
  .praxis {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 56.25em) {
  .praxis__innen--1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.praxis__img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

@media (max-width: 56.25em) {
  .praxis__img {
    width: 60rem;
    max-width: 100%;
    height: 45rem;
  }
}

.praxis__img--3 {
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}

.section__kontakt {
  width: 100%;
  height: auto;
  margin: 15rem 0 6rem 0;
}

.kontakt__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 75em) {
  .kontakt__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.kontakt__form {
  width: 40%;
  height: 50rem;
  padding: 2rem;
  -webkit-animation: moveInLeft 1s ease-out;
  animation: moveInLeft 1s ease-out;
}

@media (max-width: 75em) {
  .kontakt__form {
    width: 80%;
    margin-bottom: 4rem;
  }
}

@media (max-width: 37.5em) {
  .kontakt__form {
    width: 90%;
  }
}

.kontakt__form-group {
  display: block;
  padding-bottom: 2rem;
}

.kontakt__label {
  font-size: 1.7rem;
  font-weight: 600;
}

.kontakt__input {
  display: block;
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  border: 1px solid #999;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.kontakt__input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0.7rem #f6bf51;
          box-shadow: 0 0 0.7rem #f6bf51;
  border: 1px solid #f6bf51;
}

.kontakt__button {
  padding: 1rem 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  background-color: #d4a121;
  font-family: inherit;
  color: #fff;
  border: none;
  border-radius: 6px;
  margin-top: 3rem;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.kontakt__button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kontakt__button:hover {
  -webkit-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
}

.kontakt__button:active, .kontakt__button:focus {
  outline: none;
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.kontakt__map {
  width: 40%;
  height: 50rem;
  padding: 2rem;
  border: 1px solid #a56d89;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  -webkit-animation: moveInRight 1s ease-out;
  animation: moveInRight 1s ease-out;
}

@media (max-width: 75em) {
  .kontakt__map {
    width: 80%;
  }
}

@media (max-width: 37.5em) {
  .kontakt__map {
    width: 90%;
  }
}

.kontakt__map--iframe {
  height: 100%;
  width: 100%;
  border-radius: 6px;
}
/*# sourceMappingURL=main.css.map */