header.main {
  position: fixed;
  z-index: 9999;
  background: #ffffff;
  width: 100%;
  top: 0;
  left: 0;
  max-height: 5rem;
}
@media (min-width: 60rem) {
  header.main {
    height: 5rem;
  }
}
header.main a {
  text-decoration: none;
  color: #333;
}
header.main .container {
  justify-content: space-between;
  align-items: center;
  max-height: 100px;
  display: flex;
  height: 100%;
}
header.main a.logo {
  display: inline-block;
}
header.main a.logo img {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-top: 5px;
  /*
  @media (min-width: $breakpoint-xl) {
    max-width: 250px;
  }
  */
}
@media (min-width: 60rem) {
  header.main a.logo img {
    max-width: 150px;
  }
}
header.main .toggle-mobile {
  display: flex;
  cursor: pointer;
}
header.main .toggle-mobile .text {
  margin-right: 0.25rem;
}
header.main .toggle-mobile .icon .material-icons {
  color: #893859;
}
header.main .toggle-mobile .icon .open {
  display: none;
}
body.menu-open header.main .toggle-mobile .icon .open {
  display: block;
}
body.menu-open header.main .toggle-mobile .icon .normal {
  display: none;
}
@media (min-width: 60rem) {
  header.main .toggle-mobile {
    display: none;
  }
}
@media (max-width: 59.999rem) {
  header.main .nav-wrapper {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #f6f6f6;
    text-align: center;
    justify-content: center;
    align-self: center;
    padding-top: 50px;
    transform: translateX(100%);
    transition: all 0.25s ease-in-out;
    display: flex;
    flex-direction: column;
  }
  .menu-open header.main .nav-wrapper {
    transform: translateX(0%);
  }
  header.main .nav-wrapper .btn {
    margin-top: 2rem;
  }
}
@media (min-width: 60rem) {
  header.main .nav-wrapper {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 59.999rem) {
  header.main nav.main {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 60rem) {
  header.main nav.main ul {
    display: flex;
  }
}
header.main nav.main ul li {
  list-style: none;
}
header.main nav.main ul li a {
  display: block;
  font-weight: 500;
  padding: 1rem 1.5rem;
  transition: color 0.15s ease-in-out;
}
header.main nav.main ul li a:hover {
  color: #893859;
}
@media (min-width: 85rem) {
  header.main nav.main ul li a {
    padding: 1rem 2rem;
  }
}
header.main .btn {
  display: flex;
  border: 1px solid #893859;
  color: #893859;
  border-radius: 30px;
  padding: 0.5rem;
  margin: 0 auto;
  transition: all 0.15s ease-in-out;
  justify-content: center;
  max-width: 250px;
}
@media (min-width: 50rem) {
  header.main .btn {
    display: flex;
  }
}
@media (min-width: 85rem) {
  header.main .btn {
    padding: 0.5rem 1rem;
    margin-left: 2rem;
  }
}
header.main .btn:hover {
  background: #893859;
  color: #fff;
}
header.main .btn .text {
  margin-left: 0.25rem;
}

.emotion {
  margin-top: 100px;
  padding: 1rem 0 0;
}
@media (min-width: 50rem) {
  .emotion {
    padding: 2rem 0 0;
  }
}
@media (min-width: 85rem) {
  .emotion {
    padding: 4rem 0 0;
  }
}
.emotion .slick-slider {
  /*
  margin-bottom: -7px;
  @media (min-width: $breakpoint-xl) {
    margin-bottom: -10px;
  }
  */
}
.emotion .slick-slider .slick-list {
  overflow: visible;
}
.emotion .slick-slider .slick-arrow {
  background: 0 0;
  border: none;
  padding: 0;
  position: absolute;
  top: 50px;
  z-index: 50;
  cursor: pointer;
  outline: 0 none;
}
@media (min-width: 50rem) {
  .emotion .slick-slider .slick-arrow {
    top: 150px;
  }
}
@media (min-width: 60rem) {
  .emotion .slick-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
.emotion .slick-slider .slick-arrow svg {
  fill: #f69502;
  height: 2.0625rem;
  width: 2.0625rem;
  transition: all 0.15s ease-in-out;
}
.emotion .slick-slider .slick-arrow svg:hover {
  fill: #893859;
}
.emotion .slick-slider .slick-arrow.slick-prev {
  left: 0.625rem;
}
.emotion .slick-slider .slick-arrow.slick-next {
  right: 0.625rem;
}
.emotion .slick-slider .slick-dots {
  display: flex;
  position: absolute;
  bottom: 20px;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.emotion .slick-slider .slick-dots li {
  list-style: none;
}
.emotion .slick-slider .slick-dots li.slick-active button {
  background: #f69502;
}
.emotion .slick-slider .slick-dots li button {
  outline: 0 none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: 0 0;
  border: 2px solid #f69502;
  margin: 5px;
  font-size: 0;
  transition: all 0.15s ease-in-out;
  transform: scale(0.75);
  padding: 0;
}
.emotion .slick-slider .slick-dots li button:hover {
  background: #f69502;
}
@media (min-width: 60rem) {
  .emotion .slick-slider .slick-slide .text-box {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
  }
  .emotion .slick-slider .slick-slide.slick-current .text-box {
    transform: translateY(0px);
    opacity: 1;
  }
}
@media (min-width: 60rem) {
  .emotion .container {
    display: flex;
    flex-direction: row-reverse;
  }
}
.emotion .container .image {
  position: relative;
  max-width: 320px;
  margin: 0 auto 2rem;
}
@media (min-width: 50rem) {
  .emotion .container .image {
    max-width: 400px;
    margin-bottom: 0;
    flex: 0 0 55%;
    display: flex;
  }
}
@media (min-width: 60rem) {
  .emotion .container .image {
    max-width: 500px;
  }
}
@media (min-width: 85rem) {
  .emotion .container .image {
    flex: 0 0 60%;
    margin-top: 2.5rem;
  }
}
.emotion .container .image img.hero {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  align-self: center;
}
.emotion .container .image img.hero.absolute {
  position: absolute;
  bottom: 0;
}
@media (min-width: 50rem) {
  .emotion .container .image img.hero {
    max-width: 360px;
  }
}
@media (min-width: 85rem) {
  .emotion .container .image img.hero {
    max-width: 600px;
  }
}
.emotion .container .image .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.emotion .container .image .deco img {
  position: absolute;
  max-width: 40px;
}
@media (min-width: 50rem) {
  .emotion .container .image .deco img {
    max-width: 55px;
  }
}
@media (min-width: 60rem) {
  .emotion .container .image .deco img {
    max-width: 75px;
  }
}
@media (min-width: 85rem) {
  .emotion .container .image .deco img {
    max-width: 85px;
  }
}
.emotion .container .image .deco .item-01 {
  left: -10px;
  top: -17px;
  transform: rotate(-45deg);
}
@media (min-width: 50rem) {
  .emotion .container .image .deco .item-01 {
    max-width: 57px;
    left: -20px;
  }
}
@media (min-width: 85rem) {
  .emotion .container .image .deco .item-01 {
    max-width: 85px;
    left: -50px;
    top: -80px;
  }
}
.emotion .container .image .deco .item-02 {
  right: 0px;
  top: -3px;
  transform: rotate(-120deg);
  max-width: 45px;
}
@media (min-width: 50rem) {
  .emotion .container .image .deco .item-02 {
    max-width: 72px;
    right: -40px;
    top: 5%;
  }
}
@media (min-width: 85rem) {
  .emotion .container .image .deco .item-02 {
    max-width: 90px;
    right: -92px;
  }
}
.emotion .container .image .deco .item-03 {
  left: 0;
  bottom: 27%;
  transform: rotate(22deg);
  max-width: 25px;
}
@media (min-width: 50rem) {
  .emotion .container .image .deco .item-03 {
    left: -20px;
    max-width: 35px;
  }
}
@media (min-width: 85rem) {
  .emotion .container .image .deco .item-03 {
    left: -70px;
    max-width: 45px;
  }
}
.emotion .container .text-box {
  align-items: center;
  text-align: center;
}
@media (min-width: 60rem) {
  .emotion .container .text-box {
    margin-top: 0rem;
    margin-bottom: 1rem;
    text-align: left;
    flex: 0 0 45%;
    display: flex;
  }
}
@media (min-width: 85rem) {
  .emotion .container .text-box {
    flex: 0 0 40%;
    margin-top: 1rem;
    margin-bottom: 5rem;
  }
}
.emotion .container .text-box .box {
  margin-bottom: 4rem;
}
@media (min-width: 60rem) {
  .emotion .container .text-box .box {
    margin-bottom: 0rem;
  }
}
@media (min-width: 85rem) {
  .emotion .container .text-box .box {
    margin-bottom: 4rem;
  }
}
.emotion .container .text-box .box h2 {
  color: #111;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2em;
  /*
  @media (min-width: $breakpoint-m) {
    font-size: 2rem;
  }
  @media (min-width: $breakpoint-l) {
    font-size: 3rem;
    font-family: "Reklame Script Regular", cursive;
  }
  @media (min-width: $breakpoint-xl) {
    font-size: 3.5rem;
  }
  */
}
@media (min-width: 50rem) {
  .emotion .container .text-box .box h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 60rem) {
  .emotion .container .text-box .box h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 85rem) {
  .emotion .container .text-box .box h2 {
    font-size: 3rem;
  }
}
@media (max-width: 59.999rem) {
  .emotion .container .text-box .box h2 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
    color: #fff;
    background: #893859;
    padding: 1rem 2rem;
    text-align: center;
  }
}
@media (min-width: 50rem) and (max-width: 59.999rem) {
  .emotion .container .text-box .box h2 {
    margin-left: -3rem;
    margin-right: -3rem;
    margin-top: 0;
  }
}
.emotion .container .text-box .box p {
  color: #333;
}
.emotion .container .text-box .box .btn-wrapper {
  margin-top: 1.5rem;
}
.emotion .container .text-box .box .btn-wrapper a.btn {
  position: relative;
  display: inline-block;
  background: #f69502;
  border: 1px solid #f69502;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  padding: 0.5rem 2.25rem 0.5rem 1.5rem;
  margin: 0.5rem;
}
@media (min-width: 50rem) {
  .emotion .container .text-box .box .btn-wrapper a.btn {
    margin-left: 0;
  }
}
@media (min-width: 85rem) {
  .emotion .container .text-box .box .btn-wrapper a.btn {
    padding: 0.75rem 2.25rem 0.75rem 1.5rem;
  }
}
.emotion .container .text-box .box .btn-wrapper a.btn.btn-primary {
  background: #893859;
  border: 1px solid #893859;
}
.emotion .container .text-box .box .btn-wrapper a.btn.btn-primary:hover {
  border: 1px solid #893859;
  color: #893859;
  background: #fff;
}
.emotion .container .text-box .box .btn-wrapper a.btn .material-icons {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 12px;
}
.emotion .container .text-box .box .btn-wrapper a.btn:hover {
  border: 1px solid #f69502;
  color: #f69502;
  background: #fff;
}

.intro {
  background: #f6f6f6;
  color: #333;
  padding: 3rem 0;
  display: none;
}
@media (min-width: 50rem) {
  .intro {
    display: block;
    padding: 1.2rem 0;
    background: #893859;
    color: #fff;
  }
}
.intro .row.items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 50rem) {
  .intro .row.items {
    flex-direction: row;
  }
}
.intro .row.items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
}
.intro .row.items .item img {
  max-width: 45px;
  margin-bottom: 0.5rem;
}
.intro .row.items .item h3 {
  font-weight: normal;
}

#ueber {
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23e8e8e8' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 70px;
}
@media (min-width: 50rem) {
  #ueber {
    background-size: 100px;
  }
}

.profile {
  padding: 5rem 0;
  width: 100%;
}
@media (min-width: 50rem) {
  .profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9rem 0;
  }
}
.profile .img-wrapper {
  margin-bottom: 2rem;
}
@media (min-width: 50rem) {
  .profile .img-wrapper {
    margin-bottom: 0;
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
  }
}
.profile .img-wrapper img {
  width: 100%;
  max-width: 200px;
  border-radius: 100%;
  overflow: hidden;
  height: auto;
  display: block;
  border: 9px solid white;
  margin: 0 auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 50rem) {
  .profile .img-wrapper img {
    max-width: 320px;
  }
}
@media (min-width: 50rem) {
  .profile .text {
    flex: 0 0 65%;
  }
}
.profile .text h2 {
  text-align: center;
}
@media (min-width: 50rem) {
  .profile .text h2 {
    text-align: left;
  }
}
.profile .text p {
  margin: 1rem auto;
  text-align: center;
  max-width: 600px;
}
@media (min-width: 50rem) {
  .profile .text p {
    text-align: left;
    max-width: 100%;
  }
}
.profile .text ul {
  padding-left: 1rem;
}
.profile .text .signature {
  margin-top: 3rem;
  font-size: 2rem;
  color: #2d4dc3;
  font-family: "Nothing You Could Do", cursive;
  text-align: center;
}
@media (min-width: 50rem) {
  .profile .text .signature {
    text-align: left;
    font-size: 2.5rem;
  }
}

.content-bg {
  min-height: 75vh;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}
.content-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
}
.content-bg .container {
  position: relative;
  z-index: 1;
}

.block.image-text {
  display: flex;
  flex-direction: column;
  margin: 5rem 0;
  width: 100%;
}
@media (min-width: 50rem) {
  .block.image-text {
    flex-direction: row;
    margin: 5rem 0;
  }
  .block.image-text.reverse {
    flex-direction: row-reverse;
  }
}
.block.image-text .image {
  flex: 0 0 50%;
}
.block.image-text .image img {
  max-width: 100%;
  display: block;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.block.image-text .text {
  flex: 0 0 50%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 50rem) {
  .block.image-text .text {
    padding: 3rem 5rem;
    text-align: left;
  }
}
.block.image-text .text h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #893859;
}

@media (min-width: 50rem) {
  .content.gray-m {
    background: #f6f6f6;
  }
}
.content h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.content h3 {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}
.content a.btn {
  display: inline-block;
  background: #f69502;
  border: 1px solid #f69502;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  margin-top: 2rem;
}
.content a.btn:hover {
  border: 1px solid #f69502;
  color: #f69502;
  background: none;
}
.content a.btn.btn-primary {
  background: #893859;
  border: 1px solid #893859;
}
.content a.btn.btn-primary:hover {
  border: 1px solid #893859;
  color: #893859;
  background: none;
}

.services {
  padding: 6rem 0;
  position: relative;
}
@media (min-width: 60rem) {
  .services {
    background-position: 90% 100%;
    background-repeat: no-repeat;
    background-size: 400px;
    padding: 8rem 0 0rem;
  }
}
.services .container:before {
  content: "";
  display: none;
  width: 50px;
  height: 100px;
  background-image: url(../img/deco/schere.svg);
  background-size: contain;
  position: absolute;
  top: 0rem;
  left: 1.5rem;
  transform: rotate(-45deg);
  background-repeat: no-repeat;
}
@media (min-width: 50rem) {
  .services .container:before {
    display: block;
    top: 6rem;
    left: 5rem;
  }
}
@media (min-width: 60rem) {
  .services .container:before {
    width: 72px;
    height: 150px;
    top: 6rem;
    left: 8rem;
  }
}
.services .container:after {
  content: "";
  display: none;
  width: 50px;
  height: 100px;
  background-image: url(../img/deco/schere.svg);
  background-size: contain;
  position: absolute;
  top: 0rem;
  right: 1.5rem;
  transform: rotate(45deg);
  background-repeat: no-repeat;
}
@media (min-width: 50rem) {
  .services .container:after {
    display: block;
    top: 6rem;
    right: 5rem;
  }
}
@media (min-width: 60rem) {
  .services .container:after {
    width: 72px;
    height: 150px;
    top: 6rem;
    right: 8rem;
  }
}
.services h2 {
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 50rem) {
  .services h2 {
    margin-bottom: 5rem;
  }
}
.services .service {
  padding: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 50rem) {
  .services .service {
    margin-bottom: 1rem;
    min-height: 15rem;
  }
}
.services .service.single {
  display: block;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.services .service.single .image {
  display: block;
}
.services .service .image {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin: 0 auto;
}
@media (min-width: 60rem) {
  .services .service .image {
    display: none;
  }
}
.services .service .num {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  width: 3rem;
  margin: 1rem auto;
  height: 3rem;
  line-height: 3rem;
  background: #893859;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  display: none;
}
@media (min-width: 50rem) {
  .services .service .num {
    display: block;
  }
}
.services .service h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
@media (min-width: 85rem) {
  .services .service h4 {
    font-size: 1.5rem;
  }
}
.services .service p {
  font-size: 1rem;
  color: #666;
}
@media (min-width: 50rem) {
  .services .row {
    display: flex;
  }
}
.services .row .col-4 {
  flex: 0 0 50%;
}
@media (min-width: 60rem) {
  .services .row .col-4 {
    flex: 0 0 33%;
  }
}
.services .row .col-4 img.center {
  margin: auto 0;
  display: block;
  width: 100%;
  height: auto;
}
.services .row .col-4.col-img {
  display: none;
}
@media (min-width: 60rem) {
  .services .row .col-4.col-img {
    display: block;
    margin-top: 5rem;
  }
}
@media (min-width: 85rem) {
  .services .row .col-4.col-img {
    margin-top: 2rem;
  }
}
@media (min-width: 50rem) {
  .services .row-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }
}

.content.price {
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23e8e8e8' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  padding: 6rem 0;
  position: relative;
  background-size: 70px;
  /*
  &:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  */
}
@media (min-width: 50rem) {
  .content.price {
    background-size: 100px;
  }
}
@media (min-width: 60rem) {
  .content.price {
    padding: 5rem 0;
  }
}
.content.price h2 {
  text-align: center;
  margin-bottom: 3rem;
  color: #893859;
  font-weight: normal;
}
.content.price .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 60rem) {
  .content.price .row {
    margin-left: -2rem;
    margin-right: -2rem;
    display: flex;
  }
}
.content.price .row .col {
  flex: 0 0 33.333%;
  padding: 1rem 0rem;
}
@media (min-width: 60rem) {
  .content.price .row .col {
    padding: 1rem;
  }
}
.content.price .row .col .card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media (min-width: 60rem) {
  .content.price .row .col .card {
    padding: 2rem;
  }
}
.content.price .row .col .card h3 {
  text-align: center;
  color: #893859;
}
.content.price .row .col .card .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 2rem;
  opacity: 0.6;
}
.content.price .row .col .card .icon .dog-icon {
  max-width: 100%;
}
.content.price .row .col .card .icon .dog-icon.small {
  max-width: 80px;
}
.content.price .row .col .card .icon .dog-icon.medium {
  max-width: 120px;
}
.content.price .row .col .card .icon .dog-icon.big {
  max-width: 200px;
}
.content.price .row .col .card ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #666;
}
.content.price .row .col .card ul li .price {
  font-weight: bold;
}
@media (min-width: 25rem) {
  .content.price .row .col .card ul li {
    font-size: 1.1rem;
  }
}
@media (min-width: 50rem) {
  .content.price .row .col .card ul li {
    font-size: 1.25rem;
  }
}
.content.price p.sub {
  color: #333;
  text-align: center;
  max-width: 960px;
  margin: 5rem auto 0;
}

.contact {
  background-color: #823554;
  padding: 3rem 0;
  color: #fff;
}
@media (min-width: 50rem) {
  .contact {
    padding: 5rem 0;
  }
}
.contact h2 {
  font-weight: normal;
  margin-bottom: 2rem;
}
.contact .container .row {
  display: flex;
  justify-content: space-between;
  margin-left: -2rem;
  margin-right: -2rem;
  flex-direction: column;
}
@media (min-width: 50rem) {
  .contact .container .row {
    flex-direction: row;
  }
}
.contact .container .col {
  flex: 0 0 50%;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 50rem) {
  .contact .container .col {
    margin-bottom: 0rem;
  }
}
.contact .container .col iframe {
  height: 34rem;
  width: 100%;
}
.contact .form-wrapper {
  width: 100%;
}
.contact .form-wrapper h3 {
  margin: 1rem 0;
  font-size: 1.75rem;
}
.contact .form-wrapper form,
.contact .form-wrapper .form,
.contact .form-wrapper .form-hide {
  display: flex;
  flex-direction: column;
}
.contact .form-wrapper .item {
  margin-bottom: 1rem;
  position: relative;
}
.contact .form-wrapper .item .info {
  position: absolute;
  right: 9px;
  top: 10px;
  color: red;
  font-size: 0.9rem;
}
.contact .form-wrapper .item .input {
  position: relative;
}
.contact .form-wrapper .item.item-datenschutz {
  display: flex;
}
.contact .form-wrapper .item.item-datenschutz a {
  color: #fff;
}
.contact .form-wrapper .item.item-datenschutz .checkbox-wrapper {
  width: 25px;
}
.contact .form-wrapper input,
.contact .form-wrapper textarea {
  width: 100%;
  font-size: 0.9rem;
  font-family: inherit;
  padding: 0.75rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.contact .form-wrapper textarea {
  min-height: 135px;
}
.contact .form-wrapper button {
  font: inherit;
  position: relative;
  display: inline-block;
  background: #fff;
  border: 0 none;
  color: #000;
  border-radius: 30px;
  width: 100%;
  text-decoration: none;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  margin-top: 1rem;
  outline: 0 none;
  cursor: pointer;
}
.contact .form-wrapper button:hover {
  background: #f69502;
  color: #fff;
}

body.mail-success .form-hide {
  display: none !important;
}

#mail-status {
  font-size: 1.5rem;
}
#mail-status p.success {
  padding: 10px 0;
}
#mail-status p.suerrorccess {
  padding: 10px 0;
  border: 1px solid red;
}

footer.main {
  background: #5e263d;
  padding: 1rem 0;
  color: #fff;
  font-size: 0.9rem;
}
footer.main .container {
  display: flex;
  justify-content: space-between;
}
footer.main a {
  color: #fff;
  text-decoration: none;
  margin-left: 1rem;
}

.imprint,
.datenschutz {
  margin-top: 150px;
  margin-bottom: 150px;
  min-height: 100vh;
}
.imprint h1,
.datenschutz h1 {
  margin-bottom: 2rem;
}
.imprint h2,
.datenschutz h2 {
  line-height: 1.2em;
}
.imprint h3,
.datenschutz h3 {
  margin-top: 2rem;
}
.imprint a,
.datenschutz a {
  color: #5e263d;
}
.imprint p,
.datenschutz p {
  margin-bottom: 1rem;
}
.imprint ul,
.datenschutz ul {
  margin-left: 1.25rem;
  margin-bottom: 1rem;
}

.news {
  padding: 1rem;
  background: #fffbeb;
  border-radius: 0.5rem;
  color: #b88c73;
  text-align: center;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}
.news svg {
  margin-right: 0.5rem;
}

@font-face {
  font-family: "Reklame Script Regular";
  src: url("../fonts/Reklame-Script-Web-Regular.eot") format("eot");
  src: url("../fonts/Reklame-Script-Web-Regular.woff") format("woff");
  src: url("../fonts/Reklame-Script-Web-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0 none;
}

.hidden {
  display: none;
}

html {
  scroll-behavior: smooth;
}

h2,
h3 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: normal;
}

body {
  font: 16px/1.6em "Roboto", sans-serif;
  background: #ffffff;
  overflow-x: hidden;
}
@media (min-width: 85rem) {
  body {
    font: 18px/1.6em "Roboto", sans-serif;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 60rem) {
  .container {
    padding: 0 3rem;
  }
}
@media (min-width: 85rem) {
  .container {
    max-width: 1400px;
  }
}

.overlay-mobile-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
@media (min-width: 50rem) {
  .overlay-mobile-menu {
    display: none;
  }
}

.menu-open .overlay-mobile-menu {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 50rem) {
  .menu-open .overlay-mobile-menu {
    visibility: hidden;
    opacity: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
