@font-face {
  font-family: Varela round v19 latin;
  src: url('../fonts/varela-round-v19-latin-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey: #6c6c6c;
  --grey: #beb5b2;
  --burlywood: #e9b442;
  --black: black;
  --white: white;
  --dim-grey-2: #4d4d4d;
  --firebrick: #ac1313;
  --green: #12741c;
  --light-coral: #d77474;
  --white-smoke: #f8f6f4;
  --dark-grey: #a1a1a1;
  --gainsboro: #dbdbdb;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #0c152f99;
  font-family: Varela round v19 latin, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Varela round v19 latin, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

h2 {
  color: var(--grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

h3 {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Varela round v19 latin, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: var(--burlywood);
  font-weight: 400;
  text-decoration: none;
}

label {
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

strong {
  font-family: Varela round v19 latin, sans-serif;
}

.wrapper-pages {
  overflow: hidden;
}

.hero-section {
  color: #0000;
  text-align: center;
  background-image: url('../images/HGWebsite.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 85px;
  display: flex;
}

.hero-section.hero-folge {
  text-align: center;
  background-image: url('../images/HGWebsite.png');
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  display: block;
}

.nav-link {
  opacity: 1;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0;
  font-size: 12px;
  line-height: 22px;
}

.nav-link:hover {
  opacity: 1;
  color: #000;
}

.nav-link.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.section {
  text-align: center;
  background-image: url('../images/Sterne_heller.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}

.section.sec-footer {
  background-color: var(--dim-grey-2);
  background-image: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.ohne-abstand-oben {
  padding-top: 0;
}

.section.sec-headerlogo {
  background-image: none;
  padding-top: 90px;
  padding-bottom: 0;
}

.section.hellbeige {
  background-color: #beb5b233;
  background-image: url('../images/Sterne_weiss.png');
  background-position: 50% 0;
  background-size: auto;
}

.section.ohnesterne {
  background-image: none;
}

.brand {
  color: #000;
  text-align: left;
  width: 140px;
  font-weight: 700;
  display: block;
  position: static;
}

.brand.w--current {
  float: left;
  margin-top: -4px;
}

.nav-flex {
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
}

.nav-menu {
  z-index: 3;
  opacity: 1;
  justify-content: center;
}

.link-block-flex {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button {
  background-color: var(--burlywood);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #fff;
  border-radius: 0;
  margin: 20px 10px;
  padding: 15px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  background-color: var(--dim-grey-2);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.but-rot {
  background-color: var(--firebrick);
}

.button.but-rot:hover {
  background-color: var(--dim-grey);
}

.button.but-gruen {
  background-color: var(--green);
}

.button.but-gruen:hover {
  background-color: var(--dim-grey);
}

.button.but-weniger {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.button.but-weniger.wenigrot {
  background-color: var(--firebrick);
}

.button.but-weniger.wenigrot:hover {
  background-color: var(--dim-grey);
}

.button.but-weniger.wen-gruen {
  background-color: var(--green);
}

.button.but-weniger.wen-gruen:hover {
  background-color: var(--dim-grey);
}

.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;
}

.body {
  color: var(--dim-grey);
  font-size: 16px;
}

.sticky-navbar {
  z-index: 1000;
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.container-3 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.error-message {
  background-color: var(--light-coral);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.center {
  text-align: center;
}

.logo-sub {
  width: 440px;
  margin-top: -60px;
}

.image-600 {
  width: 600px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-hellgrau {
  background-color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 5px;
}

.div-hellgrau.weiss {
  background-color: #0000;
}

.div-hellgrau.rahmen {
  border: 1px solid var(--grey);
  text-align: center;
  background-image: url('../images/HG_Sterne.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-hellgrau.rahmen.breiter {
  width: 700px;
  margin-bottom: 60px;
}

.h2-ablauf {
  border-top: 1px solid var(--grey);
  color: var(--burlywood);
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 60px;
  font-size: 24px;
}

.h2-ablauf.in-rot {
  color: var(--firebrick);
}

.h2-ablauf.in-gruen {
  color: var(--green);
}

.h2-ablauf.ohne-strich {
  border-top-style: none;
  padding-top: 20px;
}

.h2-ablauf.ohne-strich.hellrot {
  color: var(--light-coral);
  margin-top: 0;
}

.designauswahl {
  width: auto;
  margin-bottom: 20px;
}

.radio-button {
  float: none;
  background-color: var(--dim-grey);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.auswahl {
  background-color: var(--white);
  width: 400px;
  margin-top: -8px;
  margin-bottom: 10px;
  display: block;
}

.auswahl:focus {
  border: 1px solid var(--dim-grey-2);
}

.auswahl.laenger {
  float: left;
  width: 400px;
  margin-top: -8px;
  margin-right: 5px;
}

.auswahl.center {
  text-align: left;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.para-brief {
  clear: left;
  color: var(--dim-grey-2);
  text-align: left;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 16px;
}

.para-brief.absatz {
  clear: none;
}

.ausf-llen-feld {
  color: var(--grey);
  width: 400px;
}

.ausf-llen-feld:active, .ausf-llen-feld:focus {
  background-color: var(--white);
  color: var(--dim-grey-2);
}

.ausf-llen-feld::placeholder {
  color: #beb5b2;
}

.ausf-llen-feld.laenger {
  float: left;
  margin-top: -5px;
  margin-right: 5px;
}

.ausf-llen-feld.frei {
  width: 100%;
  margin-bottom: 20px;
}

.ausf-llen-feld.mittig {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.radio-button-field {
  color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.para-links {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}

.para-links.hinweis {
  border: 1px solid var(--grey);
  text-align: center;
  background-color: #beb5b280;
  margin-left: 0;
  padding: 10px;
  font-size: 13px;
}

.para-links.hinweis.hinlinks {
  text-align: left;
}

.para-links.mittig {
  text-align: center;
}

.para-grossbuch {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.unterstrichen {
  text-decoration: underline;
}

.link-footer {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

.link-footer:hover {
  color: var(--black);
}

.logo-briefausf-llen {
  width: 400px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.columns-footer {
  align-items: center;
  display: flex;
}

.logo-seite {
  width: 600px;
  margin-top: -30px;
}

.logo-home {
  width: 400px;
}

.bild-600 {
  width: 600px;
}

.bild-600.abstand {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cont-center {
  text-align: center;
}

.preis {
  border: 1px solid var(--grey);
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 40px 40px 0;
  display: inline-block;
}

.preis.doppel {
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 0;
  padding-top: 20px;
}

.preis-zahl {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.preis-zahl.kleiner {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.preis-zahl.durchgestrichen.schwarz {
  color: var(--dim-grey-2);
}

.durchgestrichen {
  color: var(--burlywood);
  text-decoration: line-through;
}

.preis-groesser {
  color: var(--dim-grey);
  font-size: 24px;
}

.preis-groesser.gruen {
  color: var(--green);
}

.preis-groesser.rot {
  color: var(--firebrick);
}

.preis-groesser.gold {
  color: var(--burlywood);
}

.para-brief-links {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 28px;
}

.h1-farbig {
  color: var(--burlywood);
  font-size: 20px;
}

.h1-farbig.farbig-rot {
  color: var(--firebrick);
}

.h1-farbig.farbig-gruen {
  color: var(--green);
}

.text-unterstrichen {
  text-decoration: underline;
}

.illu-kleiner {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-paypal {
  margin-top: 60px;
  margin-bottom: 20px;
}

.para-kleiner {
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
}

.para-kleiner.grau {
  color: var(--dark-grey);
}

.hidden {
  height: 5px;
}

.error-message-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.span-h1-kleiner {
  color: var(--burlywood);
  font-size: 25px;
  line-height: 20px;
}

.container-film {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.h2-weniger {
  margin-bottom: 20px;
}

.image-vorlage {
  width: 400px;
  margin-top: 60px;
}

.illu-klein-brief {
  float: right;
  text-align: right;
  width: 160px;
  margin-top: -60px;
}

.imag-paypal-footer {
  width: 180px;
  margin-top: -20px;
}

.para-subline {
  color: var(--dim-grey-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.section-sternchen {
  padding: 20px 10px 10px;
}

.but-paypal-klein {
  width: 120px;
  margin-top: -10px;
  margin-bottom: 30px;
}

.h2-groesser {
  color: var(--dim-grey);
  font-size: 30px;
  line-height: 40px;
}

.cont-beispiele {
  margin-bottom: 60px;
}

.div-abstand {
  height: 90px;
}

.div-abstand.abstand-weniger {
  height: 40px;
}

.div-center, .form-2 {
  text-align: center;
}

.gold {
  color: var(--burlywood);
}

.rot {
  color: var(--firebrick);
}

.gruen {
  color: var(--green);
}

.bold {
  letter-spacing: 1px;
}

.link-rot {
  color: var(--firebrick);
}

.link-gruen {
  color: var(--green);
}

.div-pause {
  border: 1px solid var(--light-coral);
  margin-top: 40px;
  padding: 40px 40px 20px;
}

.slider {
  background-color: var(--white);
  height: auto;
}

.slide {
  text-align: center;
}

.icon-3 {
  background-color: var(--grey);
  border-radius: 3px;
}

.slide-nav {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-section.hero-folge {
    margin-top: 0;
  }

  .nav-link {
    text-align: center;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
    width: 100%;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.sec-headerlogo {
    padding-top: 50px;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
  }

  .nav-menu {
    background-color: var(--grey);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .icon-2 {
    color: var(--burlywood);
  }

  .link-block-flex {
    flex-direction: row;
  }

  .sticky-navbar {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-3 {
    position: relative;
  }

  .menu-button {
    background-color: #fff;
    padding: 10px;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: var(--dim-grey-2);
  }

  .div-hellgrau {
    width: auto;
  }

  .div-hellgrau.rahmen.breiter {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .span-h1-kleiner {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section {
    background-size: contain;
    height: auto;
  }

  .hero-section.hero-folge {
    background-size: contain;
    margin-bottom: 0;
    padding-top: 5px;
  }

  .section {
    padding: 20px 10px 60px;
  }

  .menu-button {
    font-size: 30px;
  }

  .div-hellgrau {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-hellgrau.rahmen {
    width: auto;
  }

  .auswahl, .auswahl.laenger {
    width: 90%;
  }

  .auswahl.center {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .auswahl.land, .ausf-llen-feld {
    width: 100%;
  }

  .ausf-llen-feld.laenger {
    width: 90%;
  }

  .ausf-llen-feld.frei {
    width: 100%;
  }

  .para-links.hinweis {
    width: auto;
  }

  .para-links.hinweis.hinlinks {
    width: 90%;
  }

  .logo-footer {
    width: 70%;
  }

  .columns-footer {
    text-align: center;
    flex-direction: column;
  }

  .logo-seite {
    width: auto;
  }

  .logo-home {
    width: 300px;
  }

  .para-brief-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .span-h1-kleiner {
    font-size: 20px;
  }

  .background-video {
    height: 400px;
  }

  .imag-paypal-footer {
    margin-top: 0;
  }

  .but-paypal-klein {
    margin-top: 10px;
  }

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

  .slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 32px;
  }

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

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-section {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .hero-section.hero-folge {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-flex {
    height: 70px;
  }

  .button {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
  }

  .menu-button {
    padding: 7px;
  }

  .logo-sub {
    margin-top: -60px;
  }

  .div-hellgrau {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-ablauf {
    margin-top: 60px;
    font-size: 22px;
  }

  .para-brief {
    margin-left: 5px;
  }

  .radio-button-field {
    padding-left: 0;
  }

  .logo-footer {
    width: auto;
    margin-bottom: 20px;
  }

  .logo-home {
    width: 250px;
  }

  .preis.doppel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .para-brief-links {
    line-height: 24px;
  }

  .illu-kleiner {
    width: auto;
  }

  .background-video {
    height: 300px;
  }

  .illu-klein-brief {
    width: 120px;
    margin-top: -30px;
  }

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

  .div-abstand.abstand-weniger {
    height: 20px;
  }

  .img-post {
    max-width: 80%;
  }
}


@font-face {
  font-family: 'Varela round v19 latin';
  src: url('../fonts/varela-round-v19-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}