* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "joanna-sans-nova", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  word-break: break-word;
}

p,
ul,
ol,
dl,
address,
fieldset,
figure {
  font-style: normal;
}
p:not(:first-child),
ul:not(:first-child),
ol:not(:first-child),
dl:not(:first-child),
address:not(:first-child),
fieldset:not(:first-child),
figure:not(:first-child) {
  margin-top: 20px;
}

ul, ol {
  padding-left: 20px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #61374b;
  font-family: xanti-typewriter-variable, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
  margin-top: 40px;
  word-break: break-word;
  letter-spacing: 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 38px;
}
@media (min-width: 960px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-size: 32px;
}
@media (min-width: 960px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #61374b;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}

hr {
  border: none;
  height: 0;
  box-sizing: content-box;
  border-top: 1px solid #61374b;
}

::-moz-selection {
  background: #61374b;
  color: #fff;
  text-shadow: none;
}

::selection, mark {
  background: #61374b;
  color: #fff;
  text-shadow: none;
}

small {
  font-size: 15px;
}

strong, b {
  font-weight: 600;
  color: #61374b;
}

abbr {
  text-decoration: none;
}

iframe {
  border: 0;
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
}

::-moz-placeholder {
  color: #999;
  font-size: 15px;
}

:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

:-moz-placeholder {
  color: #999;
  font-size: 15px;
}

.margin-vertical, .section, hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .margin-vertical, .section, hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .margin-vertical, .section, hr {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .margin-vertical, .section, hr {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.margin-horizontal {
  margin-left: 40px;
  margin-right: 40px;
}
@media (min-width: 960px) {
  .margin-horizontal {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .margin-horizontal {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media (min-width: 1600px) {
  .margin-horizontal {
    margin-left: 100px;
    margin-right: 100px;
  }
}

.margin-small-vertical {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .margin-small-vertical {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.padding-vertical, .padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .padding-vertical, .padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .padding-vertical, .padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .padding-vertical, .padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.padding-horizontal, .padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 960px) {
  .padding-horizontal, .padding {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .padding-horizontal, .padding {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1600px) {
  .padding-horizontal, .padding {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.padding-small-vertical {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 960px) {
  .padding-small-vertical {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-small-horizontal {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .padding-small-horizontal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.padding-small {
  padding: 15px;
}
@media (min-width: 960px) {
  .padding-small {
    padding: 40px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px;
}
@media (min-width: 640px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.container.small {
  max-width: 960px;
}
.container.large {
  max-width: 1600px;
}
.container.expand {
  max-width: none;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (min-width: 1200px) {
  .grid {
    margin-left: -50px;
    margin-top: -25px;
    margin-bottom: -25px;
  }
}
.grid > * {
  width: 100%;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .grid > * {
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.grid.collapse {
  margin-left: 0;
}
.grid.collapse > * {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.grid.collapse.bg-primary {
  background: #61374b;
  position: static;
}
.grid.collapse.bg-primary:before {
  display: none;
}
.grid.gutter-small {
  margin-left: -15px;
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}
@media (min-width: 1200px) {
  .grid.gutter-small {
    margin-left: -40px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
.grid.gutter-small > * {
  width: 100%;
  padding-left: 15px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
@media (min-width: 1200px) {
  .grid.gutter-small > * {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.grid.center {
  align-items: center;
}

.w-1-2 {
  width: 50%;
}

.w-1-3 {
  width: 33.333333%;
}

.w-2-3 {
  width: 66.666666%;
}

.w-1-4 {
  width: 25%;
}

.w-1-5 {
  width: 20%;
}

@media (min-width: 480px) {
  .w-1-2\@xs {
    width: 50%;
  }
  .w-1-3\@xs {
    width: 33.33333%;
  }
  .w-2-3\@xs {
    width: 66.66666%;
  }
  .w-1-4\@xs {
    width: 25%;
  }
  .w-1-5\@xs {
    width: 20%;
  }
}
@media (min-width: 640px) {
  .w-1-2\@s {
    width: 50%;
  }
  .w-1-3\@s {
    width: 33.33333%;
  }
  .w-2-3\@s {
    width: 66.66666%;
  }
  .w-1-4\@s {
    width: 25%;
  }
  .w-1-5\@s {
    width: 20%;
  }
}
@media (min-width: 960px) {
  .w-1-2\@m {
    width: 50%;
  }
  .w-1-3\@m {
    width: 33.33333%;
  }
  .w-2-3\@m {
    width: 66.66666%;
  }
  .w-1-4\@m {
    width: 25%;
  }
  .w-1-5\@m {
    width: 20%;
  }
  .w-2-5\@m {
    width: 40%;
  }
  .w-3-5\@m {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .w-1-2\@l {
    width: 50%;
  }
  .w-1-3\@l {
    width: 33.33333%;
  }
  .w-2-3\@l {
    width: 66.66666%;
  }
  .w-1-4\@l {
    width: 25%;
  }
  .w-3-4\@l {
    width: 75%;
  }
  .w-1-5\@l {
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .w-1-2\@xl {
    width: 50%;
  }
  .w-1-3\@xl {
    width: 33.33333%;
  }
  .w-2-3\@xl {
    width: 66.66666%;
  }
  .w-1-4\@xl {
    width: 25%;
  }
  .w-3-4\@xl {
    width: 75%;
  }
  .w-1-5\@xl {
    width: 20%;
  }
  .w-2-5\@xl {
    width: 40%;
  }
  .w-3-5\@xl {
    width: 60%;
  }
  .w-4-5\@xl {
    width: 80%;
  }
}
.hidden {
  display: none;
}

.visible {
  display: block;
}

@media (min-width: 640px) {
  .hidden\@s {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .visible\@s {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hidden\@m {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .visible\@m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden\@l {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .visible\@l {
    display: none !important;
  }
}
.text-center {
  text-align: center;
}

.bg-primary {
  background-color: #61374b;
}

.bg-secondary {
  background-color: #61374b;
}

.bg-muted {
  background-color: #f4f4f4;
}

.text-primary {
  color: #61374b;
}

.text-secondary {
  color: #61374b;
}

.text-muted {
  color: #999;
}

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-list li {
  list-style: none;
  padding: 0;
}
.reset-list li:before {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.inverse *, #msg * {
  color: #fff;
}
.inverse h1, #msg h1, .inverse h2, #msg h2, .inverse h3, #msg h3, .inverse h4, #msg h4, .inverse h5, #msg h5, .inverse h6, #msg h6 {
  color: #fff;
}
.inverse a, #msg a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.inverse a:hover, #msg a:hover, .inverse a:focus, #msg a:focus {
  outline: none;
  text-decoration: none;
  color: #fff;
}

.button, button {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #61374b;
  padding: 0 30px;
  height: 40px;
  cursor: pointer;
  transition: all linear 0.15s;
  border-radius: 2px;
  max-width: 100%;
  border: none;
}
.button[disabled], button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.button:hover, button:hover {
  background: rgb(64.4539473684, 36.5460526316, 49.8355263158);
  color: #fff;
}
.button.secondary, button.secondary {
  background: #61374b;
}
.button.secondary:hover, button.secondary:hover {
  background: rgb(64.4539473684, 36.5460526316, 49.8355263158);
}
.button.muted, button.muted {
  color: #61374b;
  background: #f4f4f4;
}
.button.muted:hover, button.muted:hover {
  background: rgb(218.5, 218.5, 218.5);
}
.button.large, button.large {
  padding: 0 60px;
  height: 70px;
}
.button.xlarge, button.xlarge {
  padding: 0 60px;
  height: 70px;
}
.button.small, button.small {
  padding: 0 20px;
  height: 40px;
}

form {
  margin-top: 20px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

input[type=text],
input[type=search],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  width: 100%;
  border: none;
  padding: 0 16px;
  height: 40px;
  background: #f4f4f4;
  outline: none;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
  background: rgb(233.8, 233.8, 233.8);
}

textarea {
  padding: 16px;
  height: auto;
}

fieldset {
  border: none;
}

select {
  padding: 0 16px;
  height: 40px;
  width: 100%;
}

label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: #999;
}

.inverse input, #msg input, .inverse textarea, #msg textarea {
  color: #000;
}

.anchor {
  position: relative;
  top: -60px;
}
@media (min-width: 960px) {
  .anchor {
    top: -100px;
  }
}

.cc-message, .cc-window {
  font-family: inherit !important;
}

.grecaptcha-badge {
  display: none !important;
}

.header-height, #spacer, #page-header {
  height: 80px;
}
@media (min-width: 960px) {
  .header-height, #spacer, #page-header {
    height: 160px;
  }
}

body:not(.home) {
  padding-top: 80px;
}
@media (min-width: 960px) {
  body:not(.home) {
    padding-top: 160px;
  }
}

#page-header {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  background: url(../images/bg_header.svg) no-repeat center center/100% 100%;
  transition: all ease-in-out 0.4s;
}
body.home #page-header {
  transform: translateY(-100%);
  opacity: 0;
}
body.home #page-header.scrolled {
  transform: translateY(0);
  opacity: 1;
}
#page-header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-header #logo {
  display: block;
  line-height: 1;
  height: 40px;
  transition: height ease-in-out 0.2s;
}
#page-header #logo img {
  height: 100%;
  width: auto;
}
#page-header #contact-link {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-phone_white.svg) no-repeat center center/contain;
}
#page-header #contact-link:hover {
  background-image: url(../images/icon-phone.svg);
}
@media (min-width: 960px) {
  #page-header {
    /*
    &.scrolled {
      height: 80px;

      #logo {
        height: 50px;
      }
    }
     */
  }
  #page-header #logo {
    height: 80px;
  }
  #page-header #contact-link {
    width: 40px;
    height: 40px;
  }
}

#msg {
  background: #61374b;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
}

#hero {
  height: 100vh;
  background: url(../images/bg_header.svg) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
#hero .container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
#hero img {
  width: 580px;
}
#hero .arrow {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
}

@media (min-width: 960px) {
  #oeffnungszeiten {
    text-align: center;
  }
}

table {
  margin: 20px auto 0 auto;
  display: inline-table;
  color: #61374b;
}
table td {
  padding: 0 15px 0 0;
  text-align: left;
}

#section-contact * {
  color: #61374b;
}
#section-contact a:hover {
  border-bottom: 3px solid #61374b;
}
#section-contact img {
  height: 21px;
  width: 30px;
  object-fit: contain;
  object-position: left;
}
#section-contact i.fas {
  /* font-size: 24px;
  width: 36px; */
}
#section-contact .maps iframe {
  aspect-ratio: 1.6;
  width: 100%;
  height: auto;
}
@media (min-width: 960px) {
  #section-contact {
    font-size: 24px;
  }
  #section-contact .grid {
    overflow: hidden;
    margin: 0;
    border: 1px solid #61374b;
  }
  #section-contact .grid > * {
    padding: 0;
  }
  #section-contact .grid > .text {
    padding: 30px 15px;
  }
  #section-contact .text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #section-contact .maps {
    line-height: 1;
  }
  #section-contact .maps iframe {
    margin-bottom: -4px;
  }
}

#gallery .container > div {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  justify-content: center;
}
#gallery a {
  display: inline-block;
  padding: 5px;
  flex: 0 1 auto;
  line-height: 1;
}
#gallery a img {
  aspect-ratio: 0.666;
}
@media (min-width: 640px) {
  #gallery a {
    width: 50%;
  }
}
@media (min-width: 960px) {
  #gallery a {
    width: 20%;
  }
}

footer#page-footer {
  background: url(../images/bg_header.svg) no-repeat center center/100% 100%;
  padding: 100px 0;
  height: 300px;
}
footer#page-footer > div {
  height: 100%;
  background: url(../images/logo-simple-lighter.svg) no-repeat center center/contain;
}
footer#page-footer .container {
  height: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; */
  font-size: 30px;
  line-height: 1;
}
footer#page-footer .container > div {
  height: 100%;
  position: relative;
}
footer#page-footer a {
  font-size: 50px;
  position: absolute;
  right: 0;
  bottom: -60px;
  color: #fff;
}
@media (min-width: 960px) {
  footer#page-footer {
    height: 380px;
  }
  footer#page-footer .container {
    font-size: 60px;
  }
}

footer#bottom {
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
}
footer#bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#bottom .made-by {
  margin-top: 15px;
}
footer#bottom a {
  color: #000;
}
footer#bottom a:hover {
  border-bottom: 2px solid #000;
}
@media (min-width: 960px) {
  footer#bottom .container {
    display: flex;
    justify-content: space-between;
  }
  footer#bottom ul li {
    display: inline-block;
  }
  footer#bottom ul li:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin: 0 0 0 10px;
  }
  footer#bottom .made-by {
    margin: 0;
  }
}

#section-yavida .grid {
  border: 1px solid #61374b;
  margin: 0;
}
#section-yavida .grid > div {
  padding: 30px;
}
@media (min-width: 960px) {
  #section-yavida .grid > div {
    padding: 50px;
  }
}

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