:root {
  --goldenrod: #c19a1d;
  --maroon-2: #6c1d20;
  --tan: #a39369;
  --dim-grey: #555;
  --white: white;
  --medium-sea-green: #6dab75;
  --forest-green: #378b41;
  --maroon: #390d13;
  --purple: #6e1443;
  --beige: #efefdc;
  --dark-olive-green: #436f49;
  --black: black;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
}

h2 {
  color: var(--goldenrod);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Greatvibes Local, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 96px;
}

h3 {
  color: var(--goldenrod);
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 39px;
  font-weight: 400;
  line-height: 46.8px;
}

h4 {
  color: var(--maroon-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  border-bottom: 1px solid var(--tan);
  color: var(--goldenrod);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

p {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenir R Local, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Avenir R Local, sans-serif;
  font-size: 20px;
}

.navbar-small {
  z-index: 99999;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  width: 90px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 1px 1px 35px #d4eade;
}

.navlink {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px solid #ffffff26;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Merriweather Local, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.navlink:hover {
  background-color: var(--medium-sea-green);
  border-bottom-color: #fff0;
}

.navlink.w--current {
  background-color: var(--forest-green);
  color: #fff;
  border-bottom-color: #fff0;
}

.navlink.last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.brand {
  float: none;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-menue {
  background-color: #6dab75cc;
  width: 80px;
  height: 100vh;
  padding-top: 60px;
  padding-left: 90px;
  display: block;
  position: fixed;
  overflow: hidden;
}

.navbar {
  z-index: 9999;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.content-wrapper {
  padding-left: 90px;
  overflow: visible;
}

.content.subheader {
  background-image: linear-gradient(70deg, var(--maroon), #6c1d204a 99%), url('../images/VIRGINIAS-World_ID-2735.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  align-items: flex-start;
  height: 300px;
  padding: 91px 6% 20px;
  display: flex;
}

.div-block {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menue-icon {
  background-color: var(--goldenrod);
  cursor: pointer;
  background-image: linear-gradient(#e1b506, #d39d1a 17%, #e8c26e 30%, #ecca6b 44%, #d19918 61%, #daab21 78%, #ebd780 92%, #e5c12b);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.menue-icon:hover {
  background-color: var(--purple);
}

.body {
  background-color: var(--white);
  color: #fff;
  font-family: Merriweather Local, sans-serif;
}

.section {
  background-color: #fff;
  border: 1px solid #0000;
  padding: 80px 6%;
}

.section.nodeko {
  border-bottom: 3px solid var(--tan);
  background-image: url('../images/deko-border2.png'), linear-gradient(to right, var(--maroon) 2%, #2e0c0d00 28%, #2e0c0d00 76%, #2e0c0d 96%), url('../images/virginias-bg.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
  background-repeat: no-repeat, repeat, repeat-y;
  background-size: 600px, auto, contain;
  margin-bottom: 1px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.section.margin-100 {
  margin-bottom: 100px;
}

.section.margin-100.nomarginresponsive {
  overflow: hidden;
}

.section.margin-100.padding-0 {
  padding-left: 0%;
  padding-right: 0%;
}

.divider {
  background-color: #6dab7580;
  width: 100%;
  height: 3px;
  margin-top: 0;
  margin-bottom: 20px;
}

.divider.fullwidth {
  background-color: #c19a1d4d;
  width: 90%;
  margin: 25px auto 15px;
  display: block;
}

.div {
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.div.side-margin {
  margin-bottom: 215px;
  margin-left: 20%;
  margin-right: 20%;
}

.button {
  background-color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 3px 0 7px #0003;
  white-space: normal;
  background-image: repeating-linear-gradient(45deg, #e3bc1e, #e3bc1e 10%, #e9c257 26%, #d39d1a 47%, #e9c257 66%, #d19918 80%, #d39d1a 93%, #e5c12b);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 23px 25px;
  font-family: Merriweather Local, sans-serif;
  font-size: 25px;
  line-height: 30px;
  transition: all .2s ease-in-out;
  box-shadow: 0 0 10px 1px #0003;
}

.button:hover {
  text-shadow: 2px 2px 5px #0000006b;
  mix-blend-mode: normal;
  background-image: repeating-linear-gradient(45deg, #d39d1a, #e3bc1e 14% 28%, #e9c257 35%, #d39d1a 53%, #e9c257 73%, #d19918 91%, #e5c12b);
  transform: translate(0, -5px);
  box-shadow: 3px 4px 10px 1px #0003;
}

.pricing.left {
  float: left;
  font-size: 25px;
}

.pricing.right {
  float: right;
  font-size: 26px;
  display: inline-block;
}

.div-pricing {
  background-color: var(--beige);
  color: var(--dim-grey);
  -webkit-text-stroke-color: var(--beige);
  border-bottom: 1px #000;
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 25px;
  font-family: Avenir R Local, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-pricing.margin-top {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-pricing.margin-bottom {
  margin-bottom: 60px;
}

.margin--30 {
  margin-top: 20px;
}

.margin--30.av-medium {
  font-family: Avenir M Local, sans-serif;
}

.image-section-karten {
  text-align: center;
  background-image: url('../images/Virginias-World_20220503_0037.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding: 80px 6%;
  display: flex;
}

.image-section-karten.scroll {
  background-image: linear-gradient(to bottom, var(--white), #6e144300 47%), url('../images/Virginias-Rat_ID-8227_Web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 750px;
}

.image-section-karten.scroll.full {
  border-bottom: 3px solid var(--tan);
  background-image: linear-gradient(to bottom, #b7ddaa, var(--medium-sea-green) 58%, #438a4c), url('../images/background-blur.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  align-items: stretch;
}

.link {
  color: var(--maroon);
  transition: all .2s ease-in-out;
}

.link:hover, .link:active {
  color: #2b6833;
}

.row-2 {
  width: 100%;
  margin: 60px auto 153px;
  display: block;
}

.description {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: -10px;
  font-family: Avenir M Local, sans-serif;
}

.message {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #6c1d2000;
  width: 95%;
  max-width: 600px;
  margin-bottom: 110px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 15px 22px;
  transition: all .2s ease-in-out;
  display: block;
}

.message:hover {
  background-color: #ffffff0f;
  border-radius: 15px;
  transform: translate(0, -5px);
  box-shadow: 0 5px 10px -3px #000000a3;
}

.logo {
  margin-left: auto;
  margin-right: auto;
  padding: 11px 11px 50px;
  display: block;
}

.column-2 {
  padding-left: 0;
  padding-right: 10%;
}

.centered {
  text-align: center;
}

.centered.zitat-name {
  color: var(--goldenrod);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Merriweather Local, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.centered.zitat {
  color: var(--dark-olive-green);
  font-size: 30px;
  line-height: 36px;
}

.no-margin {
  margin-top: 0;
}

.email {
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  margin: auto;
  padding: 3px;
  display: inline-block;
}

.div-block-4 {
  flex: none;
}

.footer {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  padding-bottom: 10px;
  padding-left: 6%;
  padding-right: 6%;
}

.margin-20 {
  margin-top: 20px;
}

.inline {
  color: var(--medium-sea-green);
  margin-right: 10px;
  display: inline-block;
}

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

.string1 {
  background-color: #fff;
  border-radius: 3px;
  width: 40px;
  height: 3px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.social {
  padding-top: 22px;
  padding-bottom: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-link {
  opacity: .53;
  filter: saturate(0%) blur();
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 12px;
  padding: 8px;
  transition: all .15s ease-in-out;
  display: flex;
  position: relative;
  bottom: 0;
  left: 20px;
  right: 0;
}

.social-link:hover {
  opacity: 1;
  filter: saturate();
  background-color: #0000;
  border: 2px solid #6dab7580;
}

.column-0 {
  padding-left: 4%;
  padding-right: 4%;
}

.column-0.align-right {
  justify-content: flex-end;
  display: flex;
}

.column-0.align-left {
  justify-content: flex-start;
  display: flex;
}

.header {
  background-image: url('../images/Virginias-Rat_Headerimage.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8%;
  display: flex;
  position: relative;
}

.headergrafik-overlay-bottom {
  z-index: 55;
  object-fit: fill;
  background-image: url('../images/Virginias-Rat_Uebergang_03.svg');
  background-position: 0 0;
  background-size: cover;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  min-height: 320px;
  display: flex;
  position: relative;
}

.div-header {
  border: 20px solid #ffffff80;
  border-bottom: 11px #ffffff57;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: center;
  width: 70%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 8% 20%;
  display: block;
}

.paragraph {
  text-align: center;
}

.div-kartendecks {
  z-index: 4;
  background-color: var(--white);
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  width: 460px;
  min-height: auto;
  padding: 50px 60px 100px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #0003;
}

.div-kartendecks-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-left: 20%;
  margin-right: 50px;
  display: flex;
}

.div-kartendecks-wrapper.rechts {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  margin-left: 50px;
  margin-right: 20%;
}

.div-kartendecks-wrapper.mitte {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.ranke-kartendecks {
  z-index: 5;
  margin-top: -57px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  position: relative;
}

.section-kartendecks {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/Virginas-Rat_Wolke-01.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: auto;
  min-height: 890px;
  padding: 0 0%;
}

.section-kartendecks.rechts {
  text-align: left;
  background-image: none;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.section-kartendecks.rechts.minusmargin {
  background-color: #0000;
  margin-top: -330px;
}

.section-kartendecks.rechts.minusmargin.bg-img {
  background-image: url('../images/Virginas-Rat_Wolke-02.jpg');
  background-size: auto;
  margin-top: -170px;
}

.section-kartendecks.hg-img-none {
  background-image: none;
  margin-top: 0;
}

.section-kartendecks.mitte {
  background-image: url('../images/Virginas-Rat_Wolke-03.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  min-height: 650px;
  margin-top: -180px;
  display: flex;
}

.karten-01 {
  order: 1;
  margin-top: -630px;
  margin-left: 90px;
  position: relative;
}

.karten-02 {
  order: 1;
  margin-top: -230px;
  position: relative;
}

.karten-03 {
  order: 1;
  margin-top: -620px;
  position: relative;
}

.deck-03 {
  flex-direction: column;
  align-items: center;
  margin-left: 200px;
  display: flex;
}

.deck-02 {
  flex-direction: column;
  align-items: center;
  margin-right: 35px;
  display: flex;
}

.deck-01 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  display: flex;
}

.karten-04 {
  order: 1;
  margin-top: -670px;
  margin-left: 190px;
  position: relative;
  left: -24px;
}

.deck-04 {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 35px;
  padding-right: 169px;
  display: flex;
}

.karten-05 {
  order: 1;
  margin-left: 0;
  position: relative;
}

.deck-05 {
  flex-direction: column;
  align-items: center;
  margin-left: -60px;
  margin-right: -92px;
  padding-right: 0;
  display: flex;
}

.div-varianten {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.div-text {
  width: 50%;
  max-width: 800px;
  padding-right: 2%;
}

.div-text.padding-bottom {
  padding-bottom: 140px;
}

.div-img-legung {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 4%;
  display: flex;
  position: relative;
}

.low-margin-bottom-line {
  margin-bottom: 10px;
  display: inline-block;
}

.radius40 {
  z-index: 55;
  border-radius: 40px;
}

.radius40.sticky {
  position: sticky;
  top: 100px;
  box-shadow: 0 0 20px #0003;
}

.radius40.img-shaddow {
  box-shadow: 0 9px 5px 14px var(--black);
}

.div-karteninfo {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  margin-left: 50%;
  padding-left: 4%;
  padding-right: 0%;
  display: flex;
}

.link-2 {
  color: var(--medium-sea-green);
  text-decoration: underline;
}

.section-legung {
  -webkit-text-fill-color: inherit;
  background-color: #ffffff29;
  background-image: linear-gradient(#fff, #0000 0%, #f3f3e35e 75%, #efefdc), linear-gradient(#ffffffbf, #ffffffbf), url('../images/Virginias-Rat_BG-Image.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  padding: 50px 6% 10px;
}

.section-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #efefdc;
  background-image: url('../images/Virginias-Rat_Uebergang_02.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 50px 6% 20vh;
  display: flex;
}

.margin-bottom {
  margin-bottom: 40px;
}

.text-info {
  background-color: #efefdc33;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 8px 14px;
  font-size: 18px;
  font-style: italic;
}

.section-faq {
  background-image: linear-gradient(#0000, #0000 68%, #fff), linear-gradient(#fffc, #fffc), url('../images/Virginias-Rat_ID-8140_web.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  flex-direction: column;
  align-items: center;
  margin-top: -280px;
  padding: 240px 6% 80px;
  display: flex;
}

.accordion-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: stretch;
  width: 75%;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.accordion {
  background-color: var(--white);
  color: var(--dim-grey);
  border-radius: 10px;
  box-shadow: 0 0 9px #00000030;
}

.accordion-header {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.accordion-panel {
  padding: 0 1.5em 1.5em;
  display: none;
}

.text-block-accordion {
  color: var(--dim-grey);
  font-family: Avenir M Local, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.accordion-icon-wrapper {
  width: 30px;
}

.section-preise {
  background-color: #fff;
  border: 1px solid #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20vh 6% 0;
  display: flex;
}

.headergrafik-overlay-wolke-04 {
  background-image: url('../images/Virginias-Rat_Wolke-04.png');
  background-position: 50% 100%;
  background-size: cover;
  order: 0;
  min-width: 100%;
  min-height: 23vh;
  margin-top: -21vh;
  display: none;
}

.headergrafik-overlay-02 {
  background-image: url('../images/Virginias-Rat_Uebergang_02.svg');
  background-position: 50% 100%;
  background-size: cover;
  order: 0;
  min-width: 100%;
  min-height: 40vh;
  margin-top: 42.7vh;
}

.headergrafik-overlay-top {
  z-index: 55;
  object-fit: fill;
  background-image: url('../images/Virginas-Rat-Uerbergang-01.svg');
  background-position: 50%;
  background-size: cover;
  order: 0;
  min-width: 100%;
  min-height: 320px;
  position: absolute;
  bottom: 0;
}

.section-zitat {
  background-color: #fff;
  border: 1px solid #0000;
  padding: 40px 6% 20px;
  display: none;
}

.image-section-contact {
  text-align: center;
  background-image: url('../images/Virginias-World_20220503_0037.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding: 80px 6%;
  display: flex;
}

.image-section-contact.scroll {
  background-image: linear-gradient(to top, #0000, #0000 84%, #fff), linear-gradient(to top, #b7ddaa, #6e144300 20%), url('../images/Virginias-Rat_ID-8316_web.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 750px;
}

.white {
  color: var(--white);
}

.white.h3small {
  font-size: 2.5em;
}

.headergrafik-overlay-footer {
  z-index: 55;
  object-fit: fill;
  background-image: url('../images/Virginas-Rat-Uerbergang-01.svg');
  background-position: 50%;
  background-size: cover;
  order: 0;
  min-width: 100%;
  min-height: 327px;
  margin-top: -320px;
  position: relative;
}

.logo-wrapper {
  border: 5px solid #6dab754d;
  border-radius: 10px;
  width: 180px;
  height: 130px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.column-3 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-heading {
  border: 0 solid #000;
  border-bottom: 3px solid #6dab754d;
}

.link-footer {
  color: var(--dim-grey);
  font-family: Avenir R Local, sans-serif;
  font-size: 20px;
}

.div-bubbles {
  margin-top: 75px;
  padding-bottom: 0;
}

.bubbles-faq {
  margin-top: -168px;
  padding-right: 69px;
  display: block;
}

.div-block-6 {
  display: inline-block;
}

.deko-img-absolut {
  position: absolute;
  inset: 0%;
}

.deko-img-absolut.flower-01 {
  inset: 5% -13% auto auto;
}

.deko-img-absolut.flower-02 {
  inset: auto auto 0% -15%;
}

.deko-img-absolut.flower-03 {
  inset: auto -23% 0% auto;
}

.deko-img-absolut.flower-04 {
  inset: auto auto 0% -14%;
}

.deko-img-absolut.flower-05 {
  inset: auto -15% 0% auto;
}

.deko-img-absolut.flower-06 {
  inset: auto auto 0% -18%;
}

.deko-img-absolut.flower-07 {
  inset: auto -18% 14% auto;
}

.sticky {
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.sticky.radius40.img-shaddow {
  top: 80px;
  overflow: visible;
  box-shadow: 0 0 6px 3px #00000024;
}

.div-block-7 {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  display: flex;
}

.div-img-about {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 4%;
  display: flex;
  position: relative;
}

.div-img-about.sticky-wrapper {
  align-items: flex-start;
  margin-bottom: -30vh;
}

.img-logo-nav {
  padding-left: 31px;
}

.heading-4 {
  margin-bottom: 20px;
}

.div-legung {
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.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;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 30vw;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-wrapper {
  position: relative;
}

.zitat {
  margin-bottom: 40px;
  padding-left: 20px;
}

.quote {
  border-left: 4px solid var(--medium-sea-green);
  color: var(--dark-olive-green);
  margin-bottom: 30px;
  padding-left: 3%;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.accordion-wrapper-about {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: stretch;
  width: 75%;
  padding-top: 40px;
  padding-bottom: 50px;
  display: none;
}

.text-block-accordion-about {
  color: var(--dim-grey);
  font-family: Avenir M Local, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.accordion-about {
  background-color: var(--white);
  color: var(--dim-grey);
  border-radius: 10px;
  box-shadow: 0 0 9px #00000030;
}

.accordion-panel-about {
  padding: 0 1.5em 1.5em;
  display: none;
}

.accordion-header-about, .accordion-bottom-about {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-10 {
  position: relative;
}

.pricing-time {
  color: #858585;
  font-size: 18px;
}

.grey {
  color: var(--dim-grey);
}

.wrapper-kartendeck {
  width: 100%;
}

.heading-6 {
  margin-bottom: 62px;
}

.form {
  border-radius: 14px;
  height: 70px;
  margin-bottom: -18px;
  padding-left: 21px;
  font-size: 18px;
}

.headergrafik-overlay-wolke-04-copy {
  background-image: url('../images/Virginias-Rat_Wolke-04.png');
  background-position: 50% 100%;
  background-size: cover;
  order: 0;
  min-width: 100%;
  min-height: 23vh;
  margin-top: -21vh;
  display: none;
}

.wolke {
  color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.headergrafik-overlay-wolke-bottom {
  z-index: 55;
  object-fit: fill;
  background-image: url('../images/Virginias-Rat_Uebergang_03.svg');
  background-position: 0 0;
  background-size: cover;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  min-height: 320px;
  display: flex;
  position: relative;
}

.headergrafik-overlay-wolke-04-bottom {
  color: #0000;
  background-color: #fff;
  background-image: url('../images/Virginias-Rat_Wolke-04.png');
  background-position: 50% 100%;
  background-size: cover;
  order: 0;
  min-width: 100%;
  min-height: 23vh;
  margin-top: -41vh;
  display: block;
  transform: rotate(180deg);
}

.heading-7 {
  text-align: center;
}

.list {
  color: var(--dim-grey);
  font-family: Avenir R Local, sans-serif;
  font-size: 20px;
}

.back-button {
  background-color: var(--goldenrod);
  cursor: pointer;
  background-image: linear-gradient(#e1b506, #d39d1a 17%, #e8c26e 30%, #ecca6b 44%, #d19918 61%, #daab21 78%, #ebd780 92%, #e5c12b);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.back-button:hover {
  background-color: var(--purple);
}

html.w-mod-js [data-ix="navbar-menue"] {
  width: 0;
}

html.w-mod-js [data-ix="fadein"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 50px;
  }

  .section.margin-100.nomarginresponsive {
    margin-bottom: 10px;
  }

  .div.side-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .image-section-karten.scroll.full {
    padding-bottom: 40px;
  }

  .link.link-footer {
    font-size: 25px;
    font-weight: 400;
    line-height: 27px;
  }

  .row-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .message {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo {
    max-width: 60%;
    padding: 0 0 30px;
  }

  .logo.footerlogo {
    max-width: 80%;
    padding-bottom: 0;
  }

  .column-2 {
    flex-direction: column;
    align-self: auto;
    align-items: flex-start;
    padding-bottom: 50px;
    padding-right: 0%;
    display: flex;
  }

  .centered.footerspace {
    margin-bottom: 30px;
  }

  .column-0 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-0.align-right {
    padding-left: 0%;
    padding-right: 0%;
  }

  .column-0.align-left {
    margin-top: 47px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .header {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .div-header {
    width: 80%;
    max-width: 1200px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .columns-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-kartendecks {
    width: 100%;
  }

  .div-kartendecks-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .div-kartendecks-wrapper.rechts {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-kartendecks-wrapper.mitte {
    flex-direction: column;
  }

  .section-kartendecks {
    justify-content: center;
    align-items: center;
    min-height: 580px;
    display: block;
  }

  .section-kartendecks.rechts.minusmargin {
    align-items: center;
    margin-top: 0;
    margin-bottom: 250px;
    display: block;
  }

  .section-kartendecks.rechts.minusmargin.bg-img {
    justify-content: center;
    align-items: center;
    margin-top: 308px;
  }

  .section-kartendecks.hg-img-none {
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    display: block;
  }

  .section-kartendecks.mitte {
    min-height: 637px;
    margin-top: 0;
    display: block;
  }

  .karten-01 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: -215px;
  }

  .karten-02 {
    width: 100%;
    margin-top: 0;
    position: absolute;
    bottom: -165px;
  }

  .karten-03 {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: -150px;
    left: -93px;
  }

  .deck-03 {
    width: 100%;
    margin-left: 0;
  }

  .deck-02 {
    width: 100%;
    margin-right: 0;
  }

  .deck-01 {
    align-self: auto;
    width: 100%;
    margin-top: 0;
  }

  .karten-04 {
    width: 100%;
    max-width: 90%;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: -164px;
    left: 0;
  }

  .deck-04 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .karten-05 {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: -172px;
    left: 0;
  }

  .deck-05 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-text {
    width: 50%;
  }

  .div-text.div-100 {
    width: 100%;
  }

  .accordion-wrapper {
    width: 85%;
  }

  .text-block-accordion {
    margin-right: 20px;
  }

  .accordion-icon-wrapper {
    min-width: 30px;
  }

  .headergrafik-overlay-top {
    min-height: 180px;
  }

  .image-section-contact.scroll {
    background-position: 0 0, 0 0, 25%;
    background-size: auto, auto, cover;
  }

  .white.h3small {
    font-size: 35px;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bubbles-faq {
    margin-top: -10px;
  }

  .deko-img-absolut.flower-01 {
    max-width: 30%;
  }

  .deko-img-absolut.flower-02 {
    max-width: 30%;
    top: 0%;
    left: -15%;
  }

  .deko-img-absolut.flower-03, .deko-img-absolut.flower-04, .deko-img-absolut.flower-05, .deko-img-absolut.flower-06, .deko-img-absolut.flower-07 {
    max-width: 30%;
  }

  .columns-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footerspace {
    margin-bottom: 30px;
  }

  .accordion-wrapper-about {
    width: 85%;
  }

  .text-block-accordion-about {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 35px;
    line-height: 37px;
  }

  .navbar-small {
    background-image: none;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: auto;
    height: 80px;
    padding-bottom: 0;
    display: flex;
    inset: 0 0 auto;
  }

  .navlink {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .navlink.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 64px;
    display: flex;
    position: static;
    left: -7px;
  }

  .brand.w--current {
    align-items: center;
    height: 80px;
    padding: 20px 65px 20px 0;
  }

  .navbar-menue {
    background-color: #6dab75;
    width: 100%;
    padding-top: 100px;
    padding-left: 0;
    display: none;
  }

  .navbar {
    inset: 0 0 auto;
  }

  .content-wrapper {
    padding-left: 0;
  }

  .div-block {
    margin-bottom: 15px;
    padding-top: 35px;
    padding-bottom: 9px;
  }

  .menue-icon {
    flex: none;
    width: 80px;
    height: 80px;
  }

  .section {
    background-image: none;
    padding-top: 20px;
  }

  .section.imprint {
    padding-top: 116px;
  }

  .divider {
    margin-bottom: 10px;
  }

  .image-section-karten {
    min-height: 220px;
  }

  .image-section-karten.scroll.full {
    background-image: linear-gradient(to bottom, #b7ddaa, var(--medium-sea-green) 58%, #438a4c);
    padding-bottom: 100px;
  }

  .link.white {
    font-size: 40px;
    line-height: 45px;
  }

  .row-2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .message {
    width: 100%;
    margin-top: 20px;
    padding: 20px 10px 15px;
  }

  .logo {
    max-width: 70%;
    display: none;
  }

  .logo.footerlogo {
    display: block;
  }

  .footer {
    padding-top: 0;
  }

  .inline {
    font-size: 14px;
  }

  .social {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: static;
  }

  .social-link {
    position: static;
    left: 0;
  }

  .image {
    flex: none;
  }

  .column-0 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h3 {
    font-size: 16px;
  }

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

  .header {
    padding-top: 20%;
  }

  .div-header {
    width: 90%;
    margin-top: 5%;
    padding-bottom: 30%;
  }

  .div-kartendecks {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-kartendecks {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-kartendecks.rechts.minusmargin {
    margin-bottom: 300px;
  }

  .karten-01 {
    top: -200px;
  }

  .div-varianten {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-text {
    width: 100%;
    padding-right: 0%;
  }

  .div-text.padding-bottom {
    padding-bottom: 0;
  }

  .div-img-legung {
    justify-content: center;
    width: 85%;
    margin-top: 35px;
    margin-left: 0%;
    display: flex;
  }

  .div-karteninfo {
    width: 100%;
    margin-left: 0%;
  }

  .section-about {
    flex-direction: column;
  }

  .margin-bottom.mobilhidden {
    display: none;
  }

  .section-faq {
    padding-bottom: 200px;
  }

  .accordion-wrapper {
    width: 100%;
  }

  .accordion-header {
    justify-content: space-between;
  }

  .accordion-panel {
    display: none;
  }

  .section-preise {
    background-image: none;
    flex-direction: column;
    padding-top: 30px;
  }

  .headergrafik-overlay-wolke-04 {
    min-height: 15vh;
  }

  .headergrafik-overlay-top {
    min-height: 190px;
  }

  .section-zitat {
    background-size: 400px, 400px, cover;
  }

  .image-section-contact {
    min-height: 220px;
  }

  .white.h3small {
    font-size: 30px;
  }

  .logo-wrapper {
    width: 180px;
  }

  .div-bubbles {
    display: none;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
  }

  .div-img-about.sticky-wrapper {
    width: 85%;
    margin-bottom: -75px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-logo-nav {
    display: none;
  }

  .div-legung {
    margin-bottom: 30px;
  }

  .div-block-8 {
    order: 1;
  }

  .paragraph-2 {
    order: -1;
  }

  .quote.mobilhidden {
    display: none;
  }

  .accordion-wrapper-about {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .heading-5 {
    padding-top: 0;
  }

  .text-block-accordion-about {
    color: var(--goldenrod);
    font-size: 20px;
  }

  .accordion-about {
    box-shadow: none;
    background-color: #0000;
  }

  .accordion-panel-about {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .accordion-header-about {
    justify-content: flex-start;
    padding: 0 0 1em;
    display: flex;
  }

  .mobilhidden {
    display: none;
  }

  .accordion-bottom-about {
    justify-content: flex-end;
    padding: 0 0 1em;
    display: flex;
  }

  .headergrafik-overlay-wolke-04-copy, .headergrafik-overlay-wolke-04-bottom {
    min-height: 15vh;
  }

  .back-button {
    background-image: url('../images/back-ico.png'), linear-gradient(#e1b506, #d39d1a 17%, #e8c26e 30%, #ecca6b 44%, #d19918 61%, #daab21 78%, #ebd780 92%, #e5c12b);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    flex: none;
    width: 80px;
    height: 80px;
  }

  .code-embed {
    text-align: left;
    max-width: 100%;
  }
}

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

  h2 {
    text-align: center;
    font-size: 55px;
    line-height: 65px;
  }

  h3 {
    font-size: 30px;
    line-height: 37px;
  }

  h4 {
    font-size: 15px;
    line-height: 22px;
  }

  .navbar-small {
    height: 65px;
  }

  .navlink {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brand {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 65px;
    padding-top: 0;
    padding-right: 0;
  }

  .brand.w--current {
    justify-content: flex-start;
    height: 60px;
    padding: 5px 15px 0;
  }

  .navbar-menue {
    background-color: #6dab75;
    display: none;
  }

  .menue-icon {
    width: 65px;
    height: 65px;
  }

  .section {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.margin-100 {
    margin-bottom: 60px;
  }

  .div {
    margin-bottom: 30px;
  }

  .button {
    text-align: center;
    align-self: stretch;
    width: 100%;
  }

  .pricing.right {
    font-size: 20px;
  }

  .div-pricing {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
  }

  .margin--30 {
    padding-left: 0;
  }

  .image-section-karten {
    min-height: 180px;
  }

  .image-section-karten.scroll {
    min-height: 120px;
  }

  .image-section-karten.scroll.full {
    background-image: linear-gradient(to bottom, #b7ddaa, var(--medium-sea-green) 58%, #438a4c);
    padding-top: 20px;
    padding-bottom: 119px;
  }

  .link.white {
    font-size: 28px;
    line-height: 32px;
  }

  .row-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .description {
    margin-bottom: -18px;
    font-size: 16px;
  }

  .logo {
    padding-bottom: 20px;
  }

  .centered {
    margin-bottom: 15px;
  }

  .centered.footerspace {
    order: 0;
  }

  .inline.grey {
    margin-bottom: 0;
  }

  .image {
    flex: none;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-0 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header {
    position: relative;
  }

  .headergrafik-overlay-bottom {
    min-height: 290px;
    margin-bottom: 40px;
  }

  .div-header {
    border-width: 0;
    margin-bottom: 0;
    padding-bottom: 45%;
  }

  .section-kartendecks.rechts.minusmargin {
    margin-top: 60px;
    margin-bottom: 232px;
  }

  .section-kartendecks.rechts.minusmargin.bg-img {
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .karten-01 {
    top: -110px;
  }

  .karten-02 {
    bottom: -117px;
  }

  .karten-03 {
    top: -74px;
  }

  .karten-04 {
    top: -168px;
  }

  .karten-05 {
    top: -114px;
  }

  .div-varianten {
    margin-bottom: 55px;
  }

  .div-img-legung {
    width: 100%;
    margin-top: 25px;
  }

  .section-preise {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    padding-top: 70px;
    padding-bottom: 40px;
    display: flex;
  }

  .headergrafik-overlay-wolke-04 {
    min-height: 10vh;
  }

  .headergrafik-overlay-top {
    min-height: 120px;
    position: absolute;
  }

  .section-zitat {
    background-position: 50% 100%, 50% 0, 50%;
    background-size: 300px, 300px, cover;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .image-section-contact {
    min-height: 180px;
  }

  .image-section-contact.scroll {
    min-height: 500px;
  }

  .white.h3small {
    font-size: 1.5em;
  }

  .bubbles-faq {
    max-width: 80%;
    padding-bottom: 50px;
    padding-right: 20px;
  }

  .deko-img-absolut.flower-01 {
    display: none;
  }

  .div-img-about.sticky-wrapper {
    width: 100%;
    margin-bottom: -145px;
  }

  .div-legung {
    margin-bottom: 30px;
  }

  .div-block-8, .paragraph-2 {
    text-align: center;
  }

  .headergrafik-overlay-wolke-04-copy {
    min-height: 10vh;
  }

  .headergrafik-overlay-wolke-bottom {
    min-height: 290px;
    margin-bottom: 40px;
  }

  .headergrafik-overlay-wolke-04-bottom {
    min-height: 10vh;
  }

  .back-button {
    width: 65px;
    height: 65px;
  }

  .code-embed {
    margin-top: 61px;
  }
}


@font-face {
  font-family: 'Avenir M Local';
  src: url('../fonts/Avenir-M-Local.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir R Local';
  src: url('../fonts/Avenir-R-Local.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greatvibes Local';
  src: url('../fonts/GreatVibes-Local.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather Local';
  src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather Local';
  src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}