@font-face {
  font-family: "JosefinSans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/JosefinSans-Light.woff2") format("woff2"), url("../../fonts/JosefinSans-Light.woff") format("woff");
}
@font-face {
  font-family: "JosefinSans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/JosefinSans-Regular.woff2") format("woff2"), url("../../fonts/JosefinSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "JosefinSans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/JosefinSans-SemiBold.woff2") format("woff2"), url("../../fonts/JosefinSans-SemiBold.woff") format("woff");
}
@keyframes fade_in {
  from {
    opacity: 0;
    transform: translateY(0.1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.section,
.agb {
  scroll-margin-top: 6rem;
}

body {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.5;
  color: #452815;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (min-width: 20rem) {
  body {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  body {
    font-size: 1.1rem;
  }
}

h1,
.style_h1 {
  letter-spacing: calc((1.9rem + 3.6 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.9rem;
  column-gap: 1rem;
  font-family: "JosefinSans", serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 4rem 0;
  color: #452815;
  text-align: center;
  text-transform: lowercase;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    font-size: calc(1.9rem + 3.6 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    column-gap: 2rem;
  }
}
h1:before, h1:after,
.style_h1:before,
.style_h1:after {
  width: 1.2rem;
  content: "";
  height: 0.125rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: calc(1.2rem + 6.8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: 8rem;
  }
}
.slogan h1,
.slogan .style_h1 {
  color: #FFFFFF;
  opacity: 0;
  animation: fade_in 0.6s ease-in 0.5s forwards;
}
.slogan h1:before, .slogan h1:after,
.slogan .style_h1:before,
.slogan .style_h1:after {
  background-color: #FFFFFF;
}

h2,
.style_h2 {
  letter-spacing: calc((1.8rem + 2.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 4.5rem 0 1.5rem 0;
  color: #452815;
  line-height: 1;
  position: relative;
}
@media (min-width: 20rem) {
  h2,
  .style_h2 {
    font-size: calc(1.8rem + 2.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h2,
  .style_h2 {
    font-size: 4rem;
  }
}
.startpage h2,
.startpage .style_h2 {
  column-gap: 1rem;
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem 0;
  text-transform: lowercase;
}
@media (min-width: 20rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: 2rem;
  }
}
.startpage h2:before, .startpage h2:after,
.startpage .style_h2:before,
.startpage .style_h2:after {
  width: 1rem;
  content: "";
  height: 0.0625rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: 2rem;
  }
}
h2.center_headline,
.style_h2.center_headline {
  text-align: center;
}
.startpage h2.center_headline,
.startpage .style_h2.center_headline {
  justify-content: center;
}

h3,
.style_h3 {
  letter-spacing: calc((1.2rem + 0.3 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.2rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
  text-transform: none;
}
@media (min-width: 20rem) {
  h3,
  .style_h3 {
    font-size: calc(1.2rem + 0.3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h3,
  .style_h3 {
    font-size: 1.5rem;
  }
}
h3:before, h3:after,
.style_h3:before,
.style_h3:after {
  display: none;
}
.startpage h3,
.startpage .style_h3 {
  display: block;
  margin: 3rem 0 2rem 0;
  text-transform: none;
}
.startpage h3:before, .startpage h3:after,
.startpage .style_h3:before,
.startpage .style_h3:after {
  display: none;
}

h4,
.style_h4 {
  letter-spacing: calc((1rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h4,
  .style_h4 {
    font-size: calc(1rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h4,
  .style_h4 {
    font-size: 1.2rem;
  }
}

h5,
.style_h5 {
  letter-spacing: calc((0.9rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.9rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h5,
  .style_h5 {
    font-size: calc(0.9rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h5,
  .style_h5 {
    font-size: 1.1rem;
  }
}

h6,
.style_h6 {
  letter-spacing: calc((0.8rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2.2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h6,
  .style_h6 {
    font-size: calc(0.8rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h6,
  .style_h6 {
    font-size: 1rem;
  }
}

p {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media (min-width: 20rem) {
  p {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  p {
    font-size: 1.1rem;
  }
}

strong {
  font-weight: 600;
}

em {
  font-weight: 300;
}

a {
  color: #452815;
  text-decoration: underline;
}
a:hover, a:focus, a.active, a:active {
  text-decoration: none;
}

.container {
  padding: 0 3rem;
  max-width: 90rem;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

table {
  border: 0.0625rem solid #EFE5D9;
  border-collapse: collapse;
  width: 100%;
}
table tr th {
  background-color: #EFE5D9;
  padding: 0.3rem 1rem;
  text-align: left;
}
table tr td {
  border: 0.0625rem solid #EFE5D9;
  padding: 0.3rem 1rem;
}
table tr td:first-child {
  width: 50%;
}

header {
  position: sticky;
  position: -webkit-sticky;
  max-width: 160rem;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
  background: #FFFFFF;
  box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(69, 40, 21, 0.2);
  top: 0;
  left: 0;
  right: 0;
}
header .header_wrapper {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
}
@media (min-width: 20rem) {
  header .header_wrapper {
    padding-bottom: calc(0.5rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  header .header_wrapper {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 20rem) {
  header .header_wrapper {
    padding-top: calc(0.5rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  header .header_wrapper {
    padding-top: 1.5rem;
  }
}
header .header_wrapper .logo {
  width: 11rem;
  position: relative;
  display: block;
}
@media (min-width: 20rem) {
  header .header_wrapper .logo {
    width: calc(11rem + 5 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  header .header_wrapper .logo {
    width: 16rem;
  }
}

.header_image_wrapper {
  max-height: 80rem;
  min-height: max(35vw, 20rem);
  padding: 2rem 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.startpage .header_image_wrapper {
  min-height: max(35vw, 30rem);
}
.header_image_wrapper > .container {
  margin-top: 1rem;
  z-index: 2;
}
@media (min-width: 20rem) {
  .header_image_wrapper > .container {
    margin-top: calc(1rem + 2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .header_image_wrapper > .container {
    margin-top: 3rem;
  }
}
.header_image_wrapper .header_image_outer_wrapper {
  overflow: hidden;
  position: absolute;
  inset: 0 auto;
  max-width: 160rem;
  width: 100%;
  z-index: -1;
}
.header_image_wrapper .header_image_outer_wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, rgba(69, 40, 21, 0.15) 0%, rgba(69, 40, 21, 0.85) 100%);
}
.header_image_wrapper .header_image_outer_wrapper .header_image_inner_wrapper {
  clip: rect(0, auto, auto, 0);
  inset: 0;
  position: absolute;
  z-index: -1;
}
.header_image_wrapper .header_image_outer_wrapper .header_image_inner_wrapper .header_image {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 100lvh;
  inset: 0 auto;
  position: fixed;
  transform: translateZ(0);
  will-change: transform;
  max-width: 160rem;
  width: 100%;
}
.startpage .header_image_wrapper .header_image_outer_wrapper .header_image_inner_wrapper .header_image {
  background-position: top center;
}

@keyframes fade_in {
  from {
    opacity: 0;
    transform: translateY(0.1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.section,
.agb {
  scroll-margin-top: 6rem;
}

body {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.5;
  color: #452815;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (min-width: 20rem) {
  body {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  body {
    font-size: 1.1rem;
  }
}

h1,
.style_h1 {
  letter-spacing: calc((1.9rem + 3.6 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.9rem;
  column-gap: 1rem;
  font-family: "JosefinSans", serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 4rem 0;
  color: #452815;
  text-align: center;
  text-transform: lowercase;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    font-size: calc(1.9rem + 3.6 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    column-gap: 2rem;
  }
}
h1:before, h1:after,
.style_h1:before,
.style_h1:after {
  width: 1.2rem;
  content: "";
  height: 0.125rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: calc(1.2rem + 6.8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: 8rem;
  }
}
.slogan h1,
.slogan .style_h1 {
  color: #FFFFFF;
  opacity: 0;
  animation: fade_in 0.6s ease-in 0.5s forwards;
}
.slogan h1:before, .slogan h1:after,
.slogan .style_h1:before,
.slogan .style_h1:after {
  background-color: #FFFFFF;
}

h2,
.style_h2 {
  letter-spacing: calc((1.8rem + 2.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 4.5rem 0 1.5rem 0;
  color: #452815;
  line-height: 1;
  position: relative;
}
@media (min-width: 20rem) {
  h2,
  .style_h2 {
    font-size: calc(1.8rem + 2.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h2,
  .style_h2 {
    font-size: 4rem;
  }
}
.startpage h2,
.startpage .style_h2 {
  column-gap: 1rem;
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem 0;
  text-transform: lowercase;
}
@media (min-width: 20rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: 2rem;
  }
}
.startpage h2:before, .startpage h2:after,
.startpage .style_h2:before,
.startpage .style_h2:after {
  width: 1rem;
  content: "";
  height: 0.0625rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: 2rem;
  }
}
h2.center_headline,
.style_h2.center_headline {
  text-align: center;
}
.startpage h2.center_headline,
.startpage .style_h2.center_headline {
  justify-content: center;
}

h3,
.style_h3 {
  letter-spacing: calc((1.2rem + 0.3 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.2rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
  text-transform: none;
}
@media (min-width: 20rem) {
  h3,
  .style_h3 {
    font-size: calc(1.2rem + 0.3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h3,
  .style_h3 {
    font-size: 1.5rem;
  }
}
h3:before, h3:after,
.style_h3:before,
.style_h3:after {
  display: none;
}
.startpage h3,
.startpage .style_h3 {
  display: block;
  margin: 3rem 0 2rem 0;
  text-transform: none;
}
.startpage h3:before, .startpage h3:after,
.startpage .style_h3:before,
.startpage .style_h3:after {
  display: none;
}

h4,
.style_h4 {
  letter-spacing: calc((1rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h4,
  .style_h4 {
    font-size: calc(1rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h4,
  .style_h4 {
    font-size: 1.2rem;
  }
}

h5,
.style_h5 {
  letter-spacing: calc((0.9rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.9rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h5,
  .style_h5 {
    font-size: calc(0.9rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h5,
  .style_h5 {
    font-size: 1.1rem;
  }
}

h6,
.style_h6 {
  letter-spacing: calc((0.8rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2.2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h6,
  .style_h6 {
    font-size: calc(0.8rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h6,
  .style_h6 {
    font-size: 1rem;
  }
}

p {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media (min-width: 20rem) {
  p {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  p {
    font-size: 1.1rem;
  }
}

strong {
  font-weight: 600;
}

em {
  font-weight: 300;
}

a {
  color: #452815;
  text-decoration: underline;
}
a:hover, a:focus, a.active, a:active {
  text-decoration: none;
}

.container {
  padding: 0 3rem;
  max-width: 90rem;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

table {
  border: 0.0625rem solid #EFE5D9;
  border-collapse: collapse;
  width: 100%;
}
table tr th {
  background-color: #EFE5D9;
  padding: 0.3rem 1rem;
  text-align: left;
}
table tr td {
  border: 0.0625rem solid #EFE5D9;
  padding: 0.3rem 1rem;
}
table tr td:first-child {
  width: 50%;
}

.main_wrapper {
  padding-bottom: 4rem;
  padding-top: 2rem;
  overflow: hidden;
}
@media (min-width: 20rem) {
  .main_wrapper {
    padding-bottom: calc(4rem + 4 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .main_wrapper {
    padding-bottom: 8rem;
  }
}
@media (min-width: 20rem) {
  .main_wrapper {
    padding-top: calc(2rem + 3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .main_wrapper {
    padding-top: 5rem;
  }
}
.startpage .main_wrapper {
  padding: 0;
}

.max_center_text {
  max-width: 62.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.max_center_text_small {
  max-width: 45rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.unite_gallery {
  margin-top: 3rem;
}

.section_bulletpoints {
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
}
@media (min-width: 20rem) {
  .section_bulletpoints {
    padding-bottom: calc(3rem + 3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_bulletpoints {
    padding-bottom: 6rem;
  }
}
@media (min-width: 20rem) {
  .section_bulletpoints {
    padding-top: calc(3rem + 3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_bulletpoints {
    padding-top: 6rem;
  }
}
.section_bulletpoints:before {
  z-index: -1;
  position: absolute;
  inset: 0 -50vw;
  background-color: #EFE5D9;
  content: "";
}

.section_about_me {
  column-gap: 1.5rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 20rem) {
  .section_about_me {
    column-gap: calc(1.5rem + 1.5 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_about_me {
    column-gap: 3rem;
  }
}
@media (min-width: 20rem) {
  .section_about_me {
    padding-bottom: calc(4rem + 8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_about_me {
    padding-bottom: 12rem;
  }
}
@media (min-width: 20rem) {
  .section_about_me {
    padding-top: calc(4rem + 8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_about_me {
    padding-top: 12rem;
  }
}
.section_about_me:before {
  margin-right: -5rem;
  background-color: #C19A6B;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: 100%;
  display: none;
}
@media (min-width: 20rem) {
  .section_about_me:before {
    margin-right: calc(-5rem + -16 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_about_me:before {
    margin-right: -21rem;
  }
}
.section_about_me .image_wrapper,
.section_about_me .text_wrapper {
  flex-basis: 50%;
  flex-grow: 1;
}
.section_about_me .image_wrapper {
  display: flex;
  flex-direction: column;
  order: 2;
  justify-content: center;
}
.section_about_me .image_wrapper .image {
  margin-top: 3rem;
  width: 100%;
  max-width: 32.25rem;
  max-height: 31rem;
  display: block;
  position: relative;
  flex-grow: 1;
}
.section_about_me .image_wrapper .image:after {
  border: 0.065rem solid #FFFFFF;
  position: absolute;
  inset: 1rem;
  content: "";
  z-index: 1;
}
.section_about_me .image_wrapper .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.section_about_me .text_wrapper {
  order: 1;
}
.section_about_me .text_wrapper .button {
  margin-top: 1rem;
}
@media (min-width: 78rem) {
  .section_about_me {
    flex-wrap: nowrap;
  }
  .section_about_me:before {
    display: block;
  }
  .section_about_me .image_wrapper {
    order: 1;
  }
  .section_about_me .image_wrapper .image {
    margin-bottom: -1rem;
    margin-top: -1rem;
  }
}
@media (min-width: 78rem) and (min-width: 20rem) {
  .section_about_me .image_wrapper .image {
    margin-bottom: calc(-1rem + -5 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 78rem) and (min-width: 100rem) {
  .section_about_me .image_wrapper .image {
    margin-bottom: -6rem;
  }
}
@media (min-width: 78rem) and (min-width: 20rem) {
  .section_about_me .image_wrapper .image {
    margin-top: calc(-1rem + -5 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 78rem) and (min-width: 100rem) {
  .section_about_me .image_wrapper .image {
    margin-top: -6rem;
  }
}
@media (min-width: 78rem) {
  .section_about_me .text_wrapper {
    order: 2;
  }
}

.section_portfolio {
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}
@media (min-width: 20rem) {
  .section_portfolio {
    padding-bottom: calc(4rem + 8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_portfolio {
    padding-bottom: 12rem;
  }
}
@media (min-width: 20rem) {
  .section_portfolio {
    padding-top: calc(4rem + 8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_portfolio {
    padding-top: 12rem;
  }
}
.section_portfolio:before {
  z-index: -1;
  position: absolute;
  inset: 0 -50vw;
  background-color: #EFE5D9;
  content: "";
}

.section_contact {
  column-gap: 1.5rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  row-gap: 3rem;
}
@media (min-width: 20rem) {
  .section_contact {
    column-gap: calc(1.5rem + 1.5 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_contact {
    column-gap: 3rem;
  }
}
@media (min-width: 20rem) {
  .section_contact {
    padding-bottom: calc(4rem + 8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_contact {
    padding-bottom: 12rem;
  }
}
@media (min-width: 20rem) {
  .section_contact {
    padding-top: calc(4rem + 8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_contact {
    padding-top: 12rem;
  }
}
.section_contact:before {
  margin-left: -5rem;
  background-color: #C19A6B;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50vw;
  left: 100%;
  display: none;
  z-index: -1;
}
@media (min-width: 20rem) {
  .section_contact:before {
    margin-left: calc(-5rem + -16 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .section_contact:before {
    margin-left: -21rem;
  }
}
.section_contact .text_wrapper,
.section_contact .address_box_wrapper {
  flex-basis: 50%;
  flex-grow: 1;
}
.section_contact .text_wrapper p {
  max-width: 32rem;
}
.section_contact .text_wrapper .button {
  margin-top: 1rem;
}
.section_contact .address_box_wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 62.5rem) {
  .section_contact {
    flex-wrap: nowrap;
  }
  .section_contact:before {
    display: block;
  }
}

.divider_image_outer_wrapper {
  height: 15rem;
  overflow: hidden;
  position: relative;
  margin: 0 calc(-50vw + 50%);
  max-width: 160rem;
  min-width: 100%;
  z-index: -1;
}
@media (min-width: 20rem) {
  .divider_image_outer_wrapper {
    height: calc(15rem + 14 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .divider_image_outer_wrapper {
    height: 29rem;
  }
}
.divider_image_outer_wrapper .divider_image_inner_wrapper {
  clip: rect(0, auto, auto, 0);
  inset: 0;
  position: absolute;
  z-index: -1;
}
.divider_image_outer_wrapper .divider_image_inner_wrapper .divider_image {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 100lvh;
  inset: 0 auto;
  position: fixed;
  transform: translateZ(0);
  will-change: transform;
  max-width: 160rem;
  width: 100%;
}

@keyframes fade_in {
  from {
    opacity: 0;
    transform: translateY(0.1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.section,
.agb {
  scroll-margin-top: 6rem;
}

body {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.5;
  color: #452815;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (min-width: 20rem) {
  body {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  body {
    font-size: 1.1rem;
  }
}

h1,
.style_h1 {
  letter-spacing: calc((1.9rem + 3.6 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.9rem;
  column-gap: 1rem;
  font-family: "JosefinSans", serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 4rem 0;
  color: #452815;
  text-align: center;
  text-transform: lowercase;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    font-size: calc(1.9rem + 3.6 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    column-gap: 2rem;
  }
}
h1:before, h1:after,
.style_h1:before,
.style_h1:after {
  width: 1.2rem;
  content: "";
  height: 0.125rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: calc(1.2rem + 6.8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: 8rem;
  }
}
.slogan h1,
.slogan .style_h1 {
  color: #FFFFFF;
  opacity: 0;
  animation: fade_in 0.6s ease-in 0.5s forwards;
}
.slogan h1:before, .slogan h1:after,
.slogan .style_h1:before,
.slogan .style_h1:after {
  background-color: #FFFFFF;
}

h2,
.style_h2 {
  letter-spacing: calc((1.8rem + 2.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 4.5rem 0 1.5rem 0;
  color: #452815;
  line-height: 1;
  position: relative;
}
@media (min-width: 20rem) {
  h2,
  .style_h2 {
    font-size: calc(1.8rem + 2.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h2,
  .style_h2 {
    font-size: 4rem;
  }
}
.startpage h2,
.startpage .style_h2 {
  column-gap: 1rem;
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem 0;
  text-transform: lowercase;
}
@media (min-width: 20rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: 2rem;
  }
}
.startpage h2:before, .startpage h2:after,
.startpage .style_h2:before,
.startpage .style_h2:after {
  width: 1rem;
  content: "";
  height: 0.0625rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: 2rem;
  }
}
h2.center_headline,
.style_h2.center_headline {
  text-align: center;
}
.startpage h2.center_headline,
.startpage .style_h2.center_headline {
  justify-content: center;
}

h3,
.style_h3 {
  letter-spacing: calc((1.2rem + 0.3 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.2rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
  text-transform: none;
}
@media (min-width: 20rem) {
  h3,
  .style_h3 {
    font-size: calc(1.2rem + 0.3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h3,
  .style_h3 {
    font-size: 1.5rem;
  }
}
h3:before, h3:after,
.style_h3:before,
.style_h3:after {
  display: none;
}
.startpage h3,
.startpage .style_h3 {
  display: block;
  margin: 3rem 0 2rem 0;
  text-transform: none;
}
.startpage h3:before, .startpage h3:after,
.startpage .style_h3:before,
.startpage .style_h3:after {
  display: none;
}

h4,
.style_h4 {
  letter-spacing: calc((1rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h4,
  .style_h4 {
    font-size: calc(1rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h4,
  .style_h4 {
    font-size: 1.2rem;
  }
}

h5,
.style_h5 {
  letter-spacing: calc((0.9rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.9rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h5,
  .style_h5 {
    font-size: calc(0.9rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h5,
  .style_h5 {
    font-size: 1.1rem;
  }
}

h6,
.style_h6 {
  letter-spacing: calc((0.8rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2.2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h6,
  .style_h6 {
    font-size: calc(0.8rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h6,
  .style_h6 {
    font-size: 1rem;
  }
}

p {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media (min-width: 20rem) {
  p {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  p {
    font-size: 1.1rem;
  }
}

strong {
  font-weight: 600;
}

em {
  font-weight: 300;
}

a {
  color: #452815;
  text-decoration: underline;
}
a:hover, a:focus, a.active, a:active {
  text-decoration: none;
}

.container {
  padding: 0 3rem;
  max-width: 90rem;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

table {
  border: 0.0625rem solid #EFE5D9;
  border-collapse: collapse;
  width: 100%;
}
table tr th {
  background-color: #EFE5D9;
  padding: 0.3rem 1rem;
  text-align: left;
}
table tr td {
  border: 0.0625rem solid #EFE5D9;
  padding: 0.3rem 1rem;
}
table tr td:first-child {
  width: 50%;
}

footer {
  overflow: hidden;
  max-width: 160rem;
  margin: 0 auto;
}
footer .footer_outer_wrapper {
  background-color: #452815;
  padding: 1.5rem 0;
}
footer .footer_outer_wrapper .footer_inner_wrapper {
  row-gap: 2rem;
  display: flex;
  flex-direction: column;
  column-gap: 3rem;
}
footer .footer_outer_wrapper .footer_inner_wrapper .right_footer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 30rem) {
  footer .footer_outer_wrapper .footer_inner_wrapper {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
  }
  footer .footer_outer_wrapper .footer_inner_wrapper .right_footer {
    align-items: flex-end;
  }
}
footer .instagram img {
  transition: transform 0.3s ease-out;
  display: block;
  height: 2rem;
  width: 2rem;
}
footer .instagram:hover img {
  transform: scale(0.9);
}
footer .related_links {
  margin: 0;
}
footer .related_links .divider {
  color: #FFFFFF;
  display: inline-block;
  margin: 0 0.4rem;
}
footer .related_links a {
  color: #FFFFFF;
}

@keyframes fade_in {
  from {
    opacity: 0;
    transform: translateY(0.1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.section,
.agb {
  scroll-margin-top: 6rem;
}

body {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.5;
  color: #452815;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (min-width: 20rem) {
  body {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  body {
    font-size: 1.1rem;
  }
}

h1,
.style_h1 {
  letter-spacing: calc((1.9rem + 3.6 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.9rem;
  column-gap: 1rem;
  font-family: "JosefinSans", serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 4rem 0;
  color: #452815;
  text-align: center;
  text-transform: lowercase;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    font-size: calc(1.9rem + 3.6 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    column-gap: 2rem;
  }
}
h1:before, h1:after,
.style_h1:before,
.style_h1:after {
  width: 1.2rem;
  content: "";
  height: 0.125rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: calc(1.2rem + 6.8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: 8rem;
  }
}
.slogan h1,
.slogan .style_h1 {
  color: #FFFFFF;
  opacity: 0;
  animation: fade_in 0.6s ease-in 0.5s forwards;
}
.slogan h1:before, .slogan h1:after,
.slogan .style_h1:before,
.slogan .style_h1:after {
  background-color: #FFFFFF;
}

h2,
.style_h2 {
  letter-spacing: calc((1.8rem + 2.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 4.5rem 0 1.5rem 0;
  color: #452815;
  line-height: 1;
  position: relative;
}
@media (min-width: 20rem) {
  h2,
  .style_h2 {
    font-size: calc(1.8rem + 2.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h2,
  .style_h2 {
    font-size: 4rem;
  }
}
.startpage h2,
.startpage .style_h2 {
  column-gap: 1rem;
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem 0;
  text-transform: lowercase;
}
@media (min-width: 20rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: 2rem;
  }
}
.startpage h2:before, .startpage h2:after,
.startpage .style_h2:before,
.startpage .style_h2:after {
  width: 1rem;
  content: "";
  height: 0.0625rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: 2rem;
  }
}
h2.center_headline,
.style_h2.center_headline {
  text-align: center;
}
.startpage h2.center_headline,
.startpage .style_h2.center_headline {
  justify-content: center;
}

h3,
.style_h3 {
  letter-spacing: calc((1.2rem + 0.3 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.2rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
  text-transform: none;
}
@media (min-width: 20rem) {
  h3,
  .style_h3 {
    font-size: calc(1.2rem + 0.3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h3,
  .style_h3 {
    font-size: 1.5rem;
  }
}
h3:before, h3:after,
.style_h3:before,
.style_h3:after {
  display: none;
}
.startpage h3,
.startpage .style_h3 {
  display: block;
  margin: 3rem 0 2rem 0;
  text-transform: none;
}
.startpage h3:before, .startpage h3:after,
.startpage .style_h3:before,
.startpage .style_h3:after {
  display: none;
}

h4,
.style_h4 {
  letter-spacing: calc((1rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h4,
  .style_h4 {
    font-size: calc(1rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h4,
  .style_h4 {
    font-size: 1.2rem;
  }
}

h5,
.style_h5 {
  letter-spacing: calc((0.9rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.9rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h5,
  .style_h5 {
    font-size: calc(0.9rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h5,
  .style_h5 {
    font-size: 1.1rem;
  }
}

h6,
.style_h6 {
  letter-spacing: calc((0.8rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2.2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h6,
  .style_h6 {
    font-size: calc(0.8rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h6,
  .style_h6 {
    font-size: 1rem;
  }
}

p {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media (min-width: 20rem) {
  p {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  p {
    font-size: 1.1rem;
  }
}

strong {
  font-weight: 600;
}

em {
  font-weight: 300;
}

a {
  color: #452815;
  text-decoration: underline;
}
a:hover, a:focus, a.active, a:active {
  text-decoration: none;
}

.container {
  padding: 0 3rem;
  max-width: 90rem;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

table {
  border: 0.0625rem solid #EFE5D9;
  border-collapse: collapse;
  width: 100%;
}
table tr th {
  background-color: #EFE5D9;
  padding: 0.3rem 1rem;
  text-align: left;
}
table tr td {
  border: 0.0625rem solid #EFE5D9;
  padding: 0.3rem 1rem;
}
table tr td:first-child {
  width: 50%;
}

.dropdown_menu {
  display: none;
  position: relative;
}
@media (min-width: 78rem) {
  .dropdown_menu {
    display: block;
  }
}
.dropdown_menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  column-gap: 2rem;
  list-style: none;
}
.dropdown_menu ul li a {
  letter-spacing: calc((1.2rem + 0.3 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.2rem;
  position: relative;
  line-height: 2rem;
  color: #452815;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  padding-top: 0.2em;
  position: relative;
  display: flex;
  column-gap: 2rem;
}
@media (min-width: 20rem) {
  .dropdown_menu ul li a {
    font-size: calc(1.2rem + 0.3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .dropdown_menu ul li a {
    font-size: 1.5rem;
  }
}
.dropdown_menu ul li a .text {
  transition: color 0.3s ease;
}
.dropdown_menu ul li a:after {
  content: "|";
  position: relative;
  display: block;
}
.dropdown_menu ul li:last-child a:after {
  display: none;
}
.dropdown_menu ul li:hover a .text, .dropdown_menu ul li.selected a .text {
  color: #C19A6B;
}

@keyframes fade_in {
  from {
    opacity: 0;
    transform: translateY(0.1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.section,
.agb {
  scroll-margin-top: 6rem;
}

body {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.5;
  color: #452815;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (min-width: 20rem) {
  body {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  body {
    font-size: 1.1rem;
  }
}

h1,
.style_h1 {
  letter-spacing: calc((1.9rem + 3.6 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.9rem;
  column-gap: 1rem;
  font-family: "JosefinSans", serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 4rem 0;
  color: #452815;
  text-align: center;
  text-transform: lowercase;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    font-size: calc(1.9rem + 3.6 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    column-gap: 2rem;
  }
}
h1:before, h1:after,
.style_h1:before,
.style_h1:after {
  width: 1.2rem;
  content: "";
  height: 0.125rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: calc(1.2rem + 6.8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: 8rem;
  }
}
.slogan h1,
.slogan .style_h1 {
  color: #FFFFFF;
  opacity: 0;
  animation: fade_in 0.6s ease-in 0.5s forwards;
}
.slogan h1:before, .slogan h1:after,
.slogan .style_h1:before,
.slogan .style_h1:after {
  background-color: #FFFFFF;
}

h2,
.style_h2 {
  letter-spacing: calc((1.8rem + 2.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 4.5rem 0 1.5rem 0;
  color: #452815;
  line-height: 1;
  position: relative;
}
@media (min-width: 20rem) {
  h2,
  .style_h2 {
    font-size: calc(1.8rem + 2.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h2,
  .style_h2 {
    font-size: 4rem;
  }
}
.startpage h2,
.startpage .style_h2 {
  column-gap: 1rem;
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem 0;
  text-transform: lowercase;
}
@media (min-width: 20rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: 2rem;
  }
}
.startpage h2:before, .startpage h2:after,
.startpage .style_h2:before,
.startpage .style_h2:after {
  width: 1rem;
  content: "";
  height: 0.0625rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: 2rem;
  }
}
h2.center_headline,
.style_h2.center_headline {
  text-align: center;
}
.startpage h2.center_headline,
.startpage .style_h2.center_headline {
  justify-content: center;
}

h3,
.style_h3 {
  letter-spacing: calc((1.2rem + 0.3 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.2rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
  text-transform: none;
}
@media (min-width: 20rem) {
  h3,
  .style_h3 {
    font-size: calc(1.2rem + 0.3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h3,
  .style_h3 {
    font-size: 1.5rem;
  }
}
h3:before, h3:after,
.style_h3:before,
.style_h3:after {
  display: none;
}
.startpage h3,
.startpage .style_h3 {
  display: block;
  margin: 3rem 0 2rem 0;
  text-transform: none;
}
.startpage h3:before, .startpage h3:after,
.startpage .style_h3:before,
.startpage .style_h3:after {
  display: none;
}

h4,
.style_h4 {
  letter-spacing: calc((1rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h4,
  .style_h4 {
    font-size: calc(1rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h4,
  .style_h4 {
    font-size: 1.2rem;
  }
}

h5,
.style_h5 {
  letter-spacing: calc((0.9rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.9rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h5,
  .style_h5 {
    font-size: calc(0.9rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h5,
  .style_h5 {
    font-size: 1.1rem;
  }
}

h6,
.style_h6 {
  letter-spacing: calc((0.8rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2.2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h6,
  .style_h6 {
    font-size: calc(0.8rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h6,
  .style_h6 {
    font-size: 1rem;
  }
}

p {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media (min-width: 20rem) {
  p {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  p {
    font-size: 1.1rem;
  }
}

strong {
  font-weight: 600;
}

em {
  font-weight: 300;
}

a {
  color: #452815;
  text-decoration: underline;
}
a:hover, a:focus, a.active, a:active {
  text-decoration: none;
}

.container {
  padding: 0 3rem;
  max-width: 90rem;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

table {
  border: 0.0625rem solid #EFE5D9;
  border-collapse: collapse;
  width: 100%;
}
table tr th {
  background-color: #EFE5D9;
  padding: 0.3rem 1rem;
  text-align: left;
}
table tr td {
  border: 0.0625rem solid #EFE5D9;
  padding: 0.3rem 1rem;
}
table tr td:first-child {
  width: 50%;
}

.toggle_offcanvas_menu {
  position: relative;
}
@media (min-width: 78rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu .icon {
  display: block;
  width: 2.25rem;
  height: 1.4375rem;
  position: relative;
}
.toggle_offcanvas_menu .icon .line {
  width: 100%;
  background-color: #452815;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  transition: all 0.15s ease-out;
}
.toggle_offcanvas_menu .icon .line:nth-child(1) {
  top: 0;
}
.toggle_offcanvas_menu .icon .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.toggle_offcanvas_menu .icon .line:nth-child(3) {
  bottom: 0;
}
.menu_open .toggle_offcanvas_menu .line:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.menu_open .toggle_offcanvas_menu .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) scaleY(0);
}
.menu_open .toggle_offcanvas_menu .line:nth-child(3) {
  bottom: 50%;
  transform: rotate(-45deg) translateY(100%);
}

.offcanvas_menu_wrapper {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15rem;
  background-color: #FFFFFF;
  z-index: 99999;
  box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(69, 40, 21, 0.4);
  overflow: auto;
  transform: translateX(-101%);
  transition: transform 0.15s ease-out;
}
.menu_open .offcanvas_menu_wrapper {
  transform: translateX(0);
}
.offcanvas_menu_wrapper::-webkit-scrollbar {
  width: 0.3125rem;
}
.offcanvas_menu_wrapper::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.offcanvas_menu_wrapper::-webkit-scrollbar-thumb {
  background: #F0C05A;
}
.offcanvas_menu_wrapper::-webkit-scrollbar-thumb:hover {
  background: rgb(237.875, 183.075, 66.625);
}
@media (min-width: 78rem) {
  .offcanvas_menu_wrapper {
    display: none;
  }
}
.offcanvas_menu_wrapper ul {
  padding: 0;
}
.offcanvas_menu_wrapper ul li {
  display: block;
  margin-bottom: 0.5rem;
}
.offcanvas_menu_wrapper ul li a {
  background-color: rgb(226.9111111111, 209.3555555556, 188.2888888889);
  line-height: 2rem;
  font-size: 1.2rem;
  color: #452815;
  padding: 0.6rem 1.5rem 0.3rem;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  text-transform: lowercase;
}
.offcanvas_menu_wrapper ul li:hover a, .offcanvas_menu_wrapper ul li.selected a {
  background-color: #452815;
  color: #FFFFFF;
}

@keyframes fade_in {
  from {
    opacity: 0;
    transform: translateY(0.1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.section,
.agb {
  scroll-margin-top: 6rem;
}

body {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.5;
  color: #452815;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (min-width: 20rem) {
  body {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  body {
    font-size: 1.1rem;
  }
}

h1,
.style_h1 {
  letter-spacing: calc((1.9rem + 3.6 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.9rem;
  column-gap: 1rem;
  font-family: "JosefinSans", serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 4rem 0;
  color: #452815;
  text-align: center;
  text-transform: lowercase;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    font-size: calc(1.9rem + 3.6 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    column-gap: 2rem;
  }
}
h1:before, h1:after,
.style_h1:before,
.style_h1:after {
  width: 1.2rem;
  content: "";
  height: 0.125rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: calc(1.2rem + 6.8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: 8rem;
  }
}
.slogan h1,
.slogan .style_h1 {
  color: #FFFFFF;
  opacity: 0;
  animation: fade_in 0.6s ease-in 0.5s forwards;
}
.slogan h1:before, .slogan h1:after,
.slogan .style_h1:before,
.slogan .style_h1:after {
  background-color: #FFFFFF;
}

h2,
.style_h2 {
  letter-spacing: calc((1.8rem + 2.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 4.5rem 0 1.5rem 0;
  color: #452815;
  line-height: 1;
  position: relative;
}
@media (min-width: 20rem) {
  h2,
  .style_h2 {
    font-size: calc(1.8rem + 2.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h2,
  .style_h2 {
    font-size: 4rem;
  }
}
.startpage h2,
.startpage .style_h2 {
  column-gap: 1rem;
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem 0;
  text-transform: lowercase;
}
@media (min-width: 20rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: 2rem;
  }
}
.startpage h2:before, .startpage h2:after,
.startpage .style_h2:before,
.startpage .style_h2:after {
  width: 1rem;
  content: "";
  height: 0.0625rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: 2rem;
  }
}
h2.center_headline,
.style_h2.center_headline {
  text-align: center;
}
.startpage h2.center_headline,
.startpage .style_h2.center_headline {
  justify-content: center;
}

h3,
.style_h3 {
  letter-spacing: calc((1.2rem + 0.3 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.2rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
  text-transform: none;
}
@media (min-width: 20rem) {
  h3,
  .style_h3 {
    font-size: calc(1.2rem + 0.3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h3,
  .style_h3 {
    font-size: 1.5rem;
  }
}
h3:before, h3:after,
.style_h3:before,
.style_h3:after {
  display: none;
}
.startpage h3,
.startpage .style_h3 {
  display: block;
  margin: 3rem 0 2rem 0;
  text-transform: none;
}
.startpage h3:before, .startpage h3:after,
.startpage .style_h3:before,
.startpage .style_h3:after {
  display: none;
}

h4,
.style_h4 {
  letter-spacing: calc((1rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h4,
  .style_h4 {
    font-size: calc(1rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h4,
  .style_h4 {
    font-size: 1.2rem;
  }
}

h5,
.style_h5 {
  letter-spacing: calc((0.9rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.9rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h5,
  .style_h5 {
    font-size: calc(0.9rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h5,
  .style_h5 {
    font-size: 1.1rem;
  }
}

h6,
.style_h6 {
  letter-spacing: calc((0.8rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2.2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h6,
  .style_h6 {
    font-size: calc(0.8rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h6,
  .style_h6 {
    font-size: 1rem;
  }
}

p {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media (min-width: 20rem) {
  p {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  p {
    font-size: 1.1rem;
  }
}

strong {
  font-weight: 600;
}

em {
  font-weight: 300;
}

a {
  color: #452815;
  text-decoration: underline;
}
a:hover, a:focus, a.active, a:active {
  text-decoration: none;
}

.container {
  padding: 0 3rem;
  max-width: 90rem;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

table {
  border: 0.0625rem solid #EFE5D9;
  border-collapse: collapse;
  width: 100%;
}
table tr th {
  background-color: #EFE5D9;
  padding: 0.3rem 1rem;
  text-align: left;
}
table tr td {
  border: 0.0625rem solid #EFE5D9;
  padding: 0.3rem 1rem;
}
table tr td:first-child {
  width: 50%;
}

.address_box {
  padding: 1.5rem;
  column-gap: 1rem;
  background-color: #EFE5D9;
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 20rem) {
  .address_box {
    padding: calc(1.5rem + 1.5 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .address_box {
    padding: 3rem;
  }
}
@media (min-width: 20rem) {
  .address_box {
    column-gap: calc(1rem + 2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .address_box {
    column-gap: 3rem;
  }
}

.address_wrapper .company_name {
  font-weight: 600;
}
.address_wrapper .address .location_wrapper > span {
  display: block;
}
.address_wrapper .address .contact_wrapper {
  margin: 0;
}
.address_wrapper .address .contact_wrapper > span {
  display: block;
}
.address_wrapper .address a {
  text-decoration: none;
}

.certificate {
  width: 7.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@keyframes fade_in {
  from {
    opacity: 0;
    transform: translateY(0.1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.section,
.agb {
  scroll-margin-top: 6rem;
}

body {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.5;
  color: #452815;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (min-width: 20rem) {
  body {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  body {
    font-size: 1.1rem;
  }
}

h1,
.style_h1 {
  letter-spacing: calc((1.9rem + 3.6 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.9rem;
  column-gap: 1rem;
  font-family: "JosefinSans", serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 4rem 0;
  color: #452815;
  text-align: center;
  text-transform: lowercase;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    font-size: calc(1.9rem + 3.6 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    column-gap: 2rem;
  }
}
h1:before, h1:after,
.style_h1:before,
.style_h1:after {
  width: 1.2rem;
  content: "";
  height: 0.125rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: calc(1.2rem + 6.8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: 8rem;
  }
}
.slogan h1,
.slogan .style_h1 {
  color: #FFFFFF;
  opacity: 0;
  animation: fade_in 0.6s ease-in 0.5s forwards;
}
.slogan h1:before, .slogan h1:after,
.slogan .style_h1:before,
.slogan .style_h1:after {
  background-color: #FFFFFF;
}

h2,
.style_h2 {
  letter-spacing: calc((1.8rem + 2.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 4.5rem 0 1.5rem 0;
  color: #452815;
  line-height: 1;
  position: relative;
}
@media (min-width: 20rem) {
  h2,
  .style_h2 {
    font-size: calc(1.8rem + 2.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h2,
  .style_h2 {
    font-size: 4rem;
  }
}
.startpage h2,
.startpage .style_h2 {
  column-gap: 1rem;
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem 0;
  text-transform: lowercase;
}
@media (min-width: 20rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: 2rem;
  }
}
.startpage h2:before, .startpage h2:after,
.startpage .style_h2:before,
.startpage .style_h2:after {
  width: 1rem;
  content: "";
  height: 0.0625rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: 2rem;
  }
}
h2.center_headline,
.style_h2.center_headline {
  text-align: center;
}
.startpage h2.center_headline,
.startpage .style_h2.center_headline {
  justify-content: center;
}

h3,
.style_h3 {
  letter-spacing: calc((1.2rem + 0.3 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.2rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
  text-transform: none;
}
@media (min-width: 20rem) {
  h3,
  .style_h3 {
    font-size: calc(1.2rem + 0.3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h3,
  .style_h3 {
    font-size: 1.5rem;
  }
}
h3:before, h3:after,
.style_h3:before,
.style_h3:after {
  display: none;
}
.startpage h3,
.startpage .style_h3 {
  display: block;
  margin: 3rem 0 2rem 0;
  text-transform: none;
}
.startpage h3:before, .startpage h3:after,
.startpage .style_h3:before,
.startpage .style_h3:after {
  display: none;
}

h4,
.style_h4 {
  letter-spacing: calc((1rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h4,
  .style_h4 {
    font-size: calc(1rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h4,
  .style_h4 {
    font-size: 1.2rem;
  }
}

h5,
.style_h5 {
  letter-spacing: calc((0.9rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.9rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h5,
  .style_h5 {
    font-size: calc(0.9rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h5,
  .style_h5 {
    font-size: 1.1rem;
  }
}

h6,
.style_h6 {
  letter-spacing: calc((0.8rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2.2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h6,
  .style_h6 {
    font-size: calc(0.8rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h6,
  .style_h6 {
    font-size: 1rem;
  }
}

p {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media (min-width: 20rem) {
  p {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  p {
    font-size: 1.1rem;
  }
}

strong {
  font-weight: 600;
}

em {
  font-weight: 300;
}

a {
  color: #452815;
  text-decoration: underline;
}
a:hover, a:focus, a.active, a:active {
  text-decoration: none;
}

.container {
  padding: 0 3rem;
  max-width: 90rem;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

table {
  border: 0.0625rem solid #EFE5D9;
  border-collapse: collapse;
  width: 100%;
}
table tr th {
  background-color: #EFE5D9;
  padding: 0.3rem 1rem;
  text-align: left;
}
table tr td {
  border: 0.0625rem solid #EFE5D9;
  padding: 0.3rem 1rem;
}
table tr td:first-child {
  width: 50%;
}

.bulletpoints_overview {
  column-gap: 1.5rem;
  row-gap: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(209px, 1fr));
}
@media (min-width: 20rem) {
  .bulletpoints_overview {
    column-gap: calc(1.5rem + 1.5 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .bulletpoints_overview {
    column-gap: 3rem;
  }
}
.bulletpoints_overview .bulletpoint {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.bulletpoints_overview .bulletpoint .icon {
  height: 4rem;
  width: 4rem;
  background-color: #F0C05A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 20rem) {
  .bulletpoints_overview .bulletpoint .icon {
    height: calc(4rem + 2.8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .bulletpoints_overview .bulletpoint .icon {
    height: 6.8rem;
  }
}
@media (min-width: 20rem) {
  .bulletpoints_overview .bulletpoint .icon {
    width: calc(4rem + 2.8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .bulletpoints_overview .bulletpoint .icon {
    width: 6.8rem;
  }
}
.bulletpoints_overview .bulletpoint .icon img {
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
}
@media (min-width: 20rem) {
  .bulletpoints_overview .bulletpoint .icon img {
    height: calc(2.5rem + 1.5 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .bulletpoints_overview .bulletpoint .icon img {
    height: 4rem;
  }
}
@media (min-width: 20rem) {
  .bulletpoints_overview .bulletpoint .icon img {
    width: calc(2.5rem + 1.5 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .bulletpoints_overview .bulletpoint .icon img {
    width: 4rem;
  }
}
.bulletpoints_overview .bulletpoint .title {
  padding: 0;
  margin: 0;
  margin: 1.7rem 0 1rem;
  text-align: center;
}
.bulletpoints_overview .bulletpoint .text {
  text-align: center;
  margin: 0;
}

@keyframes fade_in {
  from {
    opacity: 0;
    transform: translateY(0.1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.section,
.agb {
  scroll-margin-top: 6rem;
}

body {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.5;
  color: #452815;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (min-width: 20rem) {
  body {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  body {
    font-size: 1.1rem;
  }
}

h1,
.style_h1 {
  letter-spacing: calc((1.9rem + 3.6 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.9rem;
  column-gap: 1rem;
  font-family: "JosefinSans", serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 4rem 0;
  color: #452815;
  text-align: center;
  text-transform: lowercase;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    font-size: calc(1.9rem + 3.6 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    column-gap: 2rem;
  }
}
h1:before, h1:after,
.style_h1:before,
.style_h1:after {
  width: 1.2rem;
  content: "";
  height: 0.125rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: calc(1.2rem + 6.8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: 8rem;
  }
}
.slogan h1,
.slogan .style_h1 {
  color: #FFFFFF;
  opacity: 0;
  animation: fade_in 0.6s ease-in 0.5s forwards;
}
.slogan h1:before, .slogan h1:after,
.slogan .style_h1:before,
.slogan .style_h1:after {
  background-color: #FFFFFF;
}

h2,
.style_h2 {
  letter-spacing: calc((1.8rem + 2.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 4.5rem 0 1.5rem 0;
  color: #452815;
  line-height: 1;
  position: relative;
}
@media (min-width: 20rem) {
  h2,
  .style_h2 {
    font-size: calc(1.8rem + 2.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h2,
  .style_h2 {
    font-size: 4rem;
  }
}
.startpage h2,
.startpage .style_h2 {
  column-gap: 1rem;
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem 0;
  text-transform: lowercase;
}
@media (min-width: 20rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: 2rem;
  }
}
.startpage h2:before, .startpage h2:after,
.startpage .style_h2:before,
.startpage .style_h2:after {
  width: 1rem;
  content: "";
  height: 0.0625rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: 2rem;
  }
}
h2.center_headline,
.style_h2.center_headline {
  text-align: center;
}
.startpage h2.center_headline,
.startpage .style_h2.center_headline {
  justify-content: center;
}

h3,
.style_h3 {
  letter-spacing: calc((1.2rem + 0.3 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.2rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
  text-transform: none;
}
@media (min-width: 20rem) {
  h3,
  .style_h3 {
    font-size: calc(1.2rem + 0.3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h3,
  .style_h3 {
    font-size: 1.5rem;
  }
}
h3:before, h3:after,
.style_h3:before,
.style_h3:after {
  display: none;
}
.startpage h3,
.startpage .style_h3 {
  display: block;
  margin: 3rem 0 2rem 0;
  text-transform: none;
}
.startpage h3:before, .startpage h3:after,
.startpage .style_h3:before,
.startpage .style_h3:after {
  display: none;
}

h4,
.style_h4 {
  letter-spacing: calc((1rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h4,
  .style_h4 {
    font-size: calc(1rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h4,
  .style_h4 {
    font-size: 1.2rem;
  }
}

h5,
.style_h5 {
  letter-spacing: calc((0.9rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.9rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h5,
  .style_h5 {
    font-size: calc(0.9rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h5,
  .style_h5 {
    font-size: 1.1rem;
  }
}

h6,
.style_h6 {
  letter-spacing: calc((0.8rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2.2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h6,
  .style_h6 {
    font-size: calc(0.8rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h6,
  .style_h6 {
    font-size: 1rem;
  }
}

p {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media (min-width: 20rem) {
  p {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  p {
    font-size: 1.1rem;
  }
}

strong {
  font-weight: 600;
}

em {
  font-weight: 300;
}

a {
  color: #452815;
  text-decoration: underline;
}
a:hover, a:focus, a.active, a:active {
  text-decoration: none;
}

.container {
  padding: 0 3rem;
  max-width: 90rem;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

table {
  border: 0.0625rem solid #EFE5D9;
  border-collapse: collapse;
  width: 100%;
}
table tr th {
  background-color: #EFE5D9;
  padding: 0.3rem 1rem;
  text-align: left;
}
table tr td {
  border: 0.0625rem solid #EFE5D9;
  padding: 0.3rem 1rem;
}
table tr td:first-child {
  width: 50%;
}

.subpage_teaser_overview {
  gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(209px, 1fr));
  margin-top: 2rem;
}
@media (min-width: 20rem) {
  .subpage_teaser_overview {
    gap: calc(1.5rem + 1.5 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .subpage_teaser_overview {
    gap: 3rem;
  }
}
@media (min-width: 78rem) {
  .subpage_teaser_overview {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
.subpage_teaser_overview .subpage_teaser {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.subpage_teaser_overview .subpage_teaser .image {
  position: relative;
}
.subpage_teaser_overview .subpage_teaser .image img {
  aspect-ratio: 3/2;
  object-fit: cover;
  position: relative;
}
.subpage_teaser_overview .subpage_teaser .image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, rgba(69, 40, 21, 0.15) 0%, rgba(69, 40, 21, 0.85) 100%);
  z-index: 1;
  transition: opacity 0.3s ease;
}
.subpage_teaser_overview .subpage_teaser .image:after {
  border: 0.065rem solid #FFFFFF;
  position: absolute;
  inset: 1rem;
  content: "";
  z-index: 1;
  transition: inset 0.3s ease;
}
.subpage_teaser_overview .subpage_teaser .title {
  padding: 0;
  margin: 0;
  text-transform: lowercase;
  margin: 1.25rem auto 0.5rem auto;
  text-align: center;
  max-width: 26.25rem;
}
.subpage_teaser_overview .subpage_teaser .description {
  max-width: 26.25rem;
  margin: 0 auto;
}
.subpage_teaser_overview .subpage_teaser .description p {
  text-align: center;
  margin: 0;
}
.startpage .subpage_teaser_overview .subpage_teaser .description {
  display: none;
}
.subpage_teaser_overview .subpage_teaser:hover .image:before {
  opacity: 0;
}
.subpage_teaser_overview .subpage_teaser:hover .image:after {
  inset: 1.5rem;
}

@keyframes fade_in {
  from {
    opacity: 0;
    transform: translateY(0.1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.section,
.agb {
  scroll-margin-top: 6rem;
}

body {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.5;
  color: #452815;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (min-width: 20rem) {
  body {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  body {
    font-size: 1.1rem;
  }
}

h1,
.style_h1 {
  letter-spacing: calc((1.9rem + 3.6 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.9rem;
  column-gap: 1rem;
  font-family: "JosefinSans", serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 4rem 0;
  color: #452815;
  text-align: center;
  text-transform: lowercase;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    font-size: calc(1.9rem + 3.6 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 20rem) {
  h1,
  .style_h1 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1,
  .style_h1 {
    column-gap: 2rem;
  }
}
h1:before, h1:after,
.style_h1:before,
.style_h1:after {
  width: 1.2rem;
  content: "";
  height: 0.125rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: calc(1.2rem + 6.8 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h1:before, h1:after,
  .style_h1:before,
  .style_h1:after {
    width: 8rem;
  }
}
.slogan h1,
.slogan .style_h1 {
  color: #FFFFFF;
  opacity: 0;
  animation: fade_in 0.6s ease-in 0.5s forwards;
}
.slogan h1:before, .slogan h1:after,
.slogan .style_h1:before,
.slogan .style_h1:after {
  background-color: #FFFFFF;
}

h2,
.style_h2 {
  letter-spacing: calc((1.8rem + 2.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 4.5rem 0 1.5rem 0;
  color: #452815;
  line-height: 1;
  position: relative;
}
@media (min-width: 20rem) {
  h2,
  .style_h2 {
    font-size: calc(1.8rem + 2.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h2,
  .style_h2 {
    font-size: 4rem;
  }
}
.startpage h2,
.startpage .style_h2 {
  column-gap: 1rem;
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem 0;
  text-transform: lowercase;
}
@media (min-width: 20rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2,
  .startpage .style_h2 {
    column-gap: 2rem;
  }
}
.startpage h2:before, .startpage h2:after,
.startpage .style_h2:before,
.startpage .style_h2:after {
  width: 1rem;
  content: "";
  height: 0.0625rem;
  background-color: #452815;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 20rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: calc(1rem + 1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .startpage h2:before, .startpage h2:after,
  .startpage .style_h2:before,
  .startpage .style_h2:after {
    width: 2rem;
  }
}
h2.center_headline,
.style_h2.center_headline {
  text-align: center;
}
.startpage h2.center_headline,
.startpage .style_h2.center_headline {
  justify-content: center;
}

h3,
.style_h3 {
  letter-spacing: calc((1.2rem + 0.3 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1.2rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
  text-transform: none;
}
@media (min-width: 20rem) {
  h3,
  .style_h3 {
    font-size: calc(1.2rem + 0.3 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h3,
  .style_h3 {
    font-size: 1.5rem;
  }
}
h3:before, h3:after,
.style_h3:before,
.style_h3:after {
  display: none;
}
.startpage h3,
.startpage .style_h3 {
  display: block;
  margin: 3rem 0 2rem 0;
  text-transform: none;
}
.startpage h3:before, .startpage h3:after,
.startpage .style_h3:before,
.startpage .style_h3:after {
  display: none;
}

h4,
.style_h4 {
  letter-spacing: calc((1rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h4,
  .style_h4 {
    font-size: calc(1rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h4,
  .style_h4 {
    font-size: 1.2rem;
  }
}

h5,
.style_h5 {
  letter-spacing: calc((0.9rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.9rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h5,
  .style_h5 {
    font-size: calc(0.9rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h5,
  .style_h5 {
    font-size: 1.1rem;
  }
}

h6,
.style_h6 {
  letter-spacing: calc((0.8rem + 0.2 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 0.8rem;
  font-family: "JosefinSans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 3rem 0 2.2rem 0;
  color: #452815;
}
@media (min-width: 20rem) {
  h6,
  .style_h6 {
    font-size: calc(0.8rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  h6,
  .style_h6 {
    font-size: 1rem;
  }
}

p {
  letter-spacing: calc((1rem + 0.1 * (100vw - 20rem) / (80)) / 1000 * 0);
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media (min-width: 20rem) {
  p {
    font-size: calc(1rem + 0.1 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  p {
    font-size: 1.1rem;
  }
}

strong {
  font-weight: 600;
}

em {
  font-weight: 300;
}

a {
  color: #452815;
  text-decoration: underline;
}
a:hover, a:focus, a.active, a:active {
  text-decoration: none;
}

.container {
  padding: 0 3rem;
  max-width: 90rem;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

table {
  border: 0.0625rem solid #EFE5D9;
  border-collapse: collapse;
  width: 100%;
}
table tr th {
  background-color: #EFE5D9;
  padding: 0.3rem 1rem;
  text-align: left;
}
table tr td {
  border: 0.0625rem solid #EFE5D9;
  padding: 0.3rem 1rem;
}
table tr td:first-child {
  width: 50%;
}

.button {
  min-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  background-color: #F0C05A;
  padding: 0.2em 1.5rem 0 1.5rem;
  color: #452815;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  padding-top: 0.2em;
}
@media (min-width: 20rem) {
  .button {
    min-height: calc(2.8rem + 0.2 * (100vw - 20rem) / (80));
  }
}
@media (min-width: 100rem) {
  .button {
    min-height: 3rem;
  }
}
.button:hover, .button:focus, .button:active {
  background-color: rgb(244.25, 209.85, 136.75);
}
.button.lowercase {
  text-transform: lowercase;
}

.button_wrapper {
  display: flex;
}
.button_wrapper.center {
  justify-content: center;
}/*# sourceMappingURL=custom.css.map */