@font-face {
  font-family: Dmserifdisplay;
  src: url('../fonts/DMSerifDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --distance: 80px;
  --braun: #5f4845;
  --grau: #333;
  --gelb_text: #ca7e00;
  --gelb: #dda953;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  --distance: 80px;
  --braun: #5f4845;
  --grau: #333;
  --gelb_text: #ca7e00;
  --gelb: #dda953;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  text-align: left;
  background-color: #e3e7df;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 60px 40px 40px;
  padding-bottom: 100px;
  display: flex;
}

.logotype {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 30px;
  display: flex;
  position: static;
}

.hero_image {
  margin-bottom: var(--distance);
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 1600px;
}

.h1 {
  color: var(--braun);
  margin-bottom: 20px;
  font-family: Dmserifdisplay, Times New Roman, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 52.8px;
}

._100 {
  margin-bottom: var(--distance);
  text-align: left;
  flex: 0 auto;
  width: 80%;
  max-width: 1200px;
  position: static;
}

.h2 {
  color: var(--braun);
  font-family: Dmserifdisplay, Times New Roman, sans-serif;
  font-size: 24px;
  line-height: 31.2px;
}

._50_50_textimage {
  margin-bottom: var(--distance);
  background-color: #0000;
  width: 80%;
  max-width: 1200px;
  padding: 0;
}

.content_image {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 10px;
}

.paragraph {
  color: var(--grau);
  text-indent: 0;
  font-family: Opensans, Arial, sans-serif;
  font-size: 18px;
  line-height: 25.2px;
}

.cell {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

._50_50_imagetext {
  margin-bottom: var(--distance);
  width: 80%;
  max-width: 1200px;
  padding: 0;
}

.title {
  color: var(--braun);
  word-break: normal;
  margin-top: 0;
  font-family: Dmserifdisplay, Times New Roman, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 86.4px;
}

.wappen {
  width: 60px;
  max-width: 100%;
  margin-top: 0;
}

.small_logo_left {
  margin: auto auto auto 10px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.small_logo_right {
  margin: auto 10px;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.small_caps {
  color: var(--braun);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.email_link {
  color: var(--braun);
  font-family: Dmserifdisplay, Times New Roman, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 52.8px;
}

.image {
  z-index: 999;
  flex: 0 auto;
  order: 0;
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.p_link {
  color: var(--gelb_text);
}

.bold-text {
  font-family: Opensans, Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  body {
    --distance: 60px;
    --braun: #5f4845;
    --grau: #333;
    --gelb_text: #ca7e00;
    --gelb: #dda953;
  }

  .body {
    margin-left: 30px;
    margin-right: 30px;
  }

  .hero_image {
    aspect-ratio: 3 / 2;
  }

  .h1 {
    font-size: 40px;
    line-height: 56px;
  }

  .cell {
    justify-content: flex-start;
  }

  .title {
    font-size: 56px;
    line-height: 67.2px;
  }

  .wappen {
    width: 50px;
    margin-top: 0;
  }

  .small_logo_left {
    margin-left: 5px;
  }

  .small_logo_right {
    margin-left: 5px;
    margin-right: 5px;
  }

  .email_link {
    font-size: 40px;
    line-height: 56px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --distance: 40px;
    --braun: #5f4845;
    --grau: #333;
    --gelb_text: #ca7e00;
    --gelb: #dda953;
  }

  .body {
    margin-left: 20px;
    margin-right: 20px;
  }

  .logotype {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .hero_image {
    aspect-ratio: 1;
  }

  .h1 {
    font-size: 36px;
    line-height: 43.2px;
  }

  ._100 {
    width: 100%;
  }

  .h2 {
    font-size: 22px;
    line-height: 28.6px;
  }

  ._50_50_textimage {
    width: 100%;
  }

  .content_image {
    aspect-ratio: 1;
  }

  .paragraph {
    font-size: 14px;
    line-height: 19.6px;
  }

  ._50_50_imagetext {
    width: 100%;
  }

  .title {
    font-size: 48px;
    line-height: 57.6px;
  }

  .wappen {
    width: 40px;
    margin-top: 0;
  }

  .small_logo_left, .small_logo_right {
    display: none;
    overflow: clip;
  }

  .small_caps {
    font-size: 12px;
    line-height: 19.6px;
  }

  .email_link {
    font-size: 36px;
    line-height: 43.2px;
  }

  .image {
    width: 120px;
    max-width: 100%;
    right: 5px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --distance: 40px;
    --braun: #5f4845;
    --grau: #333;
    --gelb_text: #ca7e00;
    --gelb: #dda953;
  }

  .body {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .logotype {
    width: 100%;
  }

  .hero_image {
    aspect-ratio: 1;
    width: 100%;
  }

  .h1 {
    font-size: 28px;
    line-height: 33.6px;
  }

  ._100 {
    width: 100%;
  }

  .h2 {
    font-size: 20px;
    line-height: 26px;
  }

  ._50_50_textimage {
    order: 0;
  }

  .content_image {
    aspect-ratio: 1;
  }

  .paragraph {
    font-size: 16px;
    line-height: 22.4px;
  }

  .cell {
    display: block;
  }

  ._50_50_imagetext {
    order: 0;
  }

  .title {
    font-size: 40px;
    line-height: 48px;
  }

  .wappen {
    align-self: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .small_caps {
    font-size: 12px;
    line-height: 22.4px;
  }

  .email_link {
    font-size: 28px;
    line-height: 33.6px;
  }
}

#w-node-e356086b-8ad1-858c-8a0c-a35e120666b7-103b65d3, #w-node-_5930b265-4117-5c58-e22a-7ec7ab056ad3-103b65d3, #w-node-baa94ac6-a02c-80ae-9282-ca192ecd0f07-103b65d3, #w-node-_13323ba0-daef-d96d-130e-4e9d2b31c9ba-103b65d3, #w-node-_459a0e39-e0bc-b9ea-1f38-efe50636e466-103b65d3, #w-node-ad44f0eb-57bd-0f25-d655-5b026892f5ca-103b65d3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-e356086b-8ad1-858c-8a0c-a35e120666b7-103b65d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1db78e7-72bc-2c89-ecd0-0e72f3717f7e-103b65d3 {
    order: -9999;
  }

  #w-node-_5930b265-4117-5c58-e22a-7ec7ab056ad3-103b65d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5930b265-4117-5c58-e22a-7ec7ab056ad4-103b65d3 {
    order: 0;
  }

  #w-node-baa94ac6-a02c-80ae-9282-ca192ecd0f07-103b65d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-baa94ac6-a02c-80ae-9282-ca192ecd0f0d-103b65d3 {
    order: -9999;
  }

  #w-node-_13323ba0-daef-d96d-130e-4e9d2b31c9ba-103b65d3, #w-node-_459a0e39-e0bc-b9ea-1f38-efe50636e466-103b65d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_459a0e39-e0bc-b9ea-1f38-efe50636e46c-103b65d3 {
    order: -9999;
  }

  #w-node-ad44f0eb-57bd-0f25-d655-5b026892f5ca-103b65d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e356086b-8ad1-858c-8a0c-a35e120666b7-103b65d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1db78e7-72bc-2c89-ecd0-0e72f3717f7e-103b65d3 {
    order: -9999;
  }

  #w-node-_5930b265-4117-5c58-e22a-7ec7ab056ad3-103b65d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5930b265-4117-5c58-e22a-7ec7ab056ad4-103b65d3 {
    order: -9999;
  }

  #w-node-_5930b265-4117-5c58-e22a-7ec7ab056ad9-103b65d3 {
    order: 0;
  }

  #w-node-baa94ac6-a02c-80ae-9282-ca192ecd0f07-103b65d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-baa94ac6-a02c-80ae-9282-ca192ecd0f0d-103b65d3 {
    order: -9999;
  }

  #w-node-_13323ba0-daef-d96d-130e-4e9d2b31c9ba-103b65d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_13323ba0-daef-d96d-130e-4e9d2b31c9bb-103b65d3 {
    order: -9999;
  }

  #w-node-_13323ba0-daef-d96d-130e-4e9d2b31c9bd-103b65d3 {
    order: 0;
  }

  #w-node-_459a0e39-e0bc-b9ea-1f38-efe50636e466-103b65d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_459a0e39-e0bc-b9ea-1f38-efe50636e46c-103b65d3 {
    order: -9999;
  }

  #w-node-ad44f0eb-57bd-0f25-d655-5b026892f5ca-103b65d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad44f0eb-57bd-0f25-d655-5b026892f5cb-103b65d3 {
    order: -9999;
  }

  #w-node-ad44f0eb-57bd-0f25-d655-5b026892f5cd-103b65d3 {
    order: 0;
  }
}


@font-face {
  font-family: 'Dmserifdisplay';
  src: url('../fonts/DMSerifDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}