/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

main {
  max-width: 100vw;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: Gilroy;
  font-weight: 700;
  src: url("../fonts/Gilroy-ExtraBold.ttf.ttf") format("truetype");
}
@font-face {
  font-family: Gilroy;
  font-weight: 600;
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Gilroy;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Gilroy;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Gilroy;
  font-weight: 300;
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
}
* {
  font-family: Gilroy;
  font-weight: 500;
  min-width: 0;
  min-height: 0;
}

#fullscreenvideo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9999;
}
#fullscreenvideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9999;
}

.speechbubble {
  background: #015672;
  color: #ffffff;
  position: relative;
  padding: 15px;
  font-size: 20px;
  line-height: 1.2em;
  border-radius: 30px;
  /* position: absolute; */
  top: 0px;
  left: 0px;
  width: 140px;
  margin: 0 auto;
}

main {
  background: rgb(233, 251, 255);
  min-height: 100vh;
  height: 100%;
  position: relative;
  font-size: 22px;
  background-image: url(../img/map.png), url(../img/bg.png), url(../img/bg.png), linear-gradient(180deg, rgb(233, 251, 255) 100%, rgb(255, 255, 255) 100%), linear-gradient(90deg, rgb(110, 169, 189) 0%, rgb(1, 86, 114) 40%);
  background-position: left 560px top -290px, top -180px left 415px, bottom -410px right 260px, top, bottom;
  background-size: cover, 650px, 750px, 100% 45%, 100% 100%;
  background-repeat: no-repeat;
}
main .bg1 {
  background-image: url(../img/map.png), url(../img/nrwwappen_schatten.png), linear-gradient(180deg, rgb(233, 251, 255) 50%, rgb(255, 255, 255) 100%);
  height: 45vh;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: cover, 465px, cover;
  background-position: left 560px top -290px, left 100px bottom, center center;
}
main .bg2 {
  background: rgb(110, 169, 189);
  background: linear-gradient(90deg, rgb(110, 169, 189) 0%, rgb(1, 86, 114) 40%);
  height: 55vh;
}
main .content {
  background: none;
  width: calc(100% - 240px);
  margin: auto;
  height: 100%;
  min-height: 100vh;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  main .content {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 480px) {
  main .content {
    width: calc(100% - 30px);
  }
}
main .content .form-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  margin: auto;
}
main .content header {
  padding-top: 55px;
  margin-bottom: 55px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  main .content header img {
    width: 150px;
  }
}
main .content footer {
  bottom: 0px;
  width: calc(100% - 240px);
  width: 100%;
  left: 120px;
  margin-top: 100px;
  padding-bottom: 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  main .content footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
main .content footer > div {
  display: flex;
  gap: 55px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  main .content footer > div {
    gap: 15px;
  }
}

#gender_label ~ div span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.herocontainer {
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 480px) {
  .herocontainer {
    margin: auto;
  }
}
.herocontainer:after {
  content: "";
  background-image: url(../img/schatten.png);
  width: 100%;
  height: 65px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .herocontainer:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.form-step[data-step="4"] .herocontainer:after {
  content: none !important;
}
.form-step[data-step="4"] .herocontainer #frame .heroimgwrapper img {
  margin-left: 65px;
}
@media screen and (max-width: 1440px) {
  .form-step[data-step="4"] .herocontainer #frame .heroimgwrapper img {
    margin-left: 30px;
  }
}
.form-step[data-step="4"] .herocontainer #frame .heroimgwrapper.heroimgwrapper1 img {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  top: 20px;
  z-index: 2;
  width: 265px;
}
@media screen and (max-width: 1440px) {
  .form-step[data-step="4"] .herocontainer #frame .heroimgwrapper.heroimgwrapper1 img {
    width: 165px;
  }
}
@media screen and (max-width: 480px) {
  .form-step[data-step="4"] .herocontainer #frame .heroimgwrapper.heroimgwrapper1 img {
    width: 125px;
  }
}
.form-step[data-step="4"] .herocontainer #frame .heroimgwrapper.heroimgwrapper2 img {
  width: 400px;
  margin-left: 125px;
  margin-left: 65px;
  z-index: 1;
  top: 0px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .form-step[data-step="4"] .herocontainer #frame .heroimgwrapper.heroimgwrapper2 img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .form-step[data-step="4"] .herocontainer #frame .heroimgwrapper.heroimgwrapper2 img {
    width: 200px;
    margin-left: 0px;
  }
}
.herocontainer picture:first-of-type img {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  top: 35px;
  z-index: 2;
}
.herocontainer picture:nth-of-type(3) img {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  top: 35px;
  transform: translateX(-35%);
  z-index: 1;
}
.herocontainer picture img {
  width: 400px;
  margin-left: 125px;
}
@media screen and (max-width: 1680px) {
  .herocontainer picture img {
    width: 330px;
  }
}
@media screen and (max-width: 1440px) {
  .herocontainer picture img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .herocontainer picture img {
    width: 200px;
    margin-left: 75px;
  }
}

.form-step {
  display: flex;
  max-width: 60%;
  margin: auto;
  justify-content: center;
  width: 60%;
  display: none;
}
@media screen and (max-width: 1440px) {
  .form-step {
    max-width: 80%;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .form-step {
    max-width: 95%;
    width: 95%;
  }
}
.form-step .form-content {
  border-radius: 20px;
  background: #ffffff;
  padding: 50px 60px;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 480px) {
  .form-step .form-content {
    padding: 25px 30px;
  }
}
.form-step .form-content > div {
  margin-bottom: 50px;
}
.form-step .form-content > div:last-of-type {
  margin-bottom: 0px;
}
.form-step .form-content > div > label {
  font-size: 24px;
  margin-bottom: 20px;
}
.form-step .form-content > div > input {
  padding: 0 20px;
  font-size: 20px;
  border-radius: 10px;
}
.form-step .form-content > div > input::placeholder {
  font-size: 20px;
}
.form-step .form-content input[type=text] {
  width: 100%;
  box-sizing: border-box;
}
.form-step[data-step="0"] .form-content, .form-step[data-step="4"] .form-content {
  background: #015672;
  color: #ffffff;
  position: relative;
  padding: 30px 40px;
  font-size: 26px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .form-step[data-step="0"] .form-content, .form-step[data-step="4"] .form-content {
    font-size: 20px;
  }
}
.form-step[data-step="0"] .form-content:before, .form-step[data-step="4"] .form-content:before {
  content: "";
  position: absolute;
  left: -90px;
  top: 50px;
  width: 62px;
  height: 33px;
  background-image: url(../img/gedankenblase.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .form-step[data-step="0"] .form-content:before, .form-step[data-step="4"] .form-content:before {
    left: -57px;
    top: 37px;
    width: 32px;
    height: 17px;
  }
}
@media screen and (max-width: 480px) {
  .form-step[data-step="0"] .form-content:before, .form-step[data-step="4"] .form-content:before {
    top: -49px;
    width: 32px;
    height: 17px;
    right: 0;
    left: auto;
    transform: rotate(90deg);
  }
}
.form-step[data-step="1"] {
  max-width: 100%;
}
.form-step[data-step="3"] {
  max-width: 90%;
  width: 90%;
}

.button {
  color: black;
  position: relative;
  background: #FDBE1F;
  padding: 17px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  margin-top: 20px;
  text-decoration: none;
  width: max-content;
  gap: 15px;
  transition: 0.3s;
  box-sizing: border-box;
  border: 3px solid #FDBE1F;
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .button {
    max-width: 100%;
  }
}
.button.disabled {
  opacity: 0.6 !important;
  cursor: not-allowed;
}
.button.marginauto {
  margin: 40px auto 0;
}
.button.editname {
  padding: 17px 47px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .button.buttonshare {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 480px) {
  .form-step[data-step="4"] {
    flex-direction: column;
    gap: 30px;
  }
}
.form-step[data-step="4"] .finishform {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .form-step[data-step="0"] {
    flex-direction: column;
    gap: 30px;
  }
}
.form-step[data-step="0"] .nextstep {
  opacity: 0;
}

a.button:not(.disabled):hover {
  background: white;
}

label {
  display: block;
  text-align: left;
  margin: 0px;
  font-weight: normal;
}

label label {
  display: inline-block;
}

input[type=checkbox]:checked, input[type=radio]:checked {
  background: #015672 !important;
}

input[type=text] {
  background: #F1F1F1;
  outline: none;
  border: none;
  min-height: 70px;
  font-size: 22px;
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 5px solid #F1F1F1;
  border-radius: 7px;
  font-size: 1em;
  display: block;
  width: 40px;
  height: 40px;
  background: #F1F1F1 !important;
  flex: 0 0 40px !important;
  outline: #F1F1F1;
  min-height: 1px !important;
  margin: 0 15px 0 0;
}
input[type=checkbox] ~ label, input[type=radio] ~ label {
  font-weight: 600;
  font-size: 20px;
}

#gender_label + div {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 30rem) {
  #gender_label + div {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.container {
  margin: 0 auto;
  width: 250px;
  height: 200px;
  position: relative;
  perspective: 1000px;
}

.carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.carousel div {
  transform-style: preserve-3d;
}

.item {
  display: block;
  position: absolute;
  background: #000;
  width: 250px;
  height: 200px;
  line-height: 200px;
  font-size: 5em;
  text-align: center;
  color: #FFF;
  opacity: 0.95;
  border-radius: 10px;
  transition: transform 1s;
  background: none !important;
}
.item.active {
  opacity: 1;
}
.item img {
  width: 100%;
  height: auto;
}

.imgwrapper {
  position: relative;
  width: 220px !important;
}
.transport-slider .imgwrapper {
  width: 100% !important;
}
.imgwrapper:after {
  content: "";
  background-image: url(../img/face_shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: bottom center;
  width: 100%;
  max-width: 600px;
  height: 65px;
}
.transport-slider .imgwrapper:after {
  content: none;
}
.imgwrapper:before {
  content: none;
  background-image: url("data:image/svg+xml,%3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 196.887 196.887' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23ffffff;' points='191.268,26.967 59.541,158.683 5.615,104.76 0,110.386 59.541,169.92 196.887,32.585 '/%3E%3C/g%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  background-color: #FDBE1F;
  border-radius: 50%;
  position: absolute;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  top: 10px;
  right: 10px;
  z-index: 22;
}
.your-class .chosen-avatar .imgwrapper:before {
  content: "";
}
.imgwrapper .showactive.previousstep .speechbubble:before {
  content: none;
  background-image: url("data:image/svg+xml,%3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 196.887 196.887' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23ffffff;' points='191.268,26.967 59.541,158.683 5.615,104.76 0,110.386 59.541,169.92 196.887,32.585 '/%3E%3C/g%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  background-color: #FDBE1F;
  border-radius: 50%;
  position: absolute;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  z-index: 22;
  transform: translateY(80%);
}
.transport-slider .slick-current .imgwrapper .showactive.previousstep .speechbubble:before {
  content: "";
}
.transport-slider .imgwrapper img {
  height: 396px;
  width: auto;
  object-fit: cover;
  overflow: visible;
}

.editname {
  position: relative;
  cursor: pointer;
}
.editname svg {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(40%, -25%);
}

.slick-dots {
  position: static;
}

.your-class, .transport-slider {
  opacity: 0;
}
.your-class.slick-initialized, .transport-slider.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  .your-class, .transport-slider {
    max-width: 100%;
    margin: auto;
  }
}
.your-class .slick-slide, .transport-slider .slick-slide {
  cursor: pointer;
  width: 300px;
}
.your-class .slick-slide > div, .transport-slider .slick-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.your-class .slick-slide img, .transport-slider .slick-slide img {
  width: 100%;
  height: auto;
  transform: scale(0.6);
  transition: 1s;
}
@media screen and (min-width: 1680px) {
  .your-class .slick-slide img, .transport-slider .slick-slide img {
    width: 100%;
    /*min-height:333px;
    min-width:333px;*/
    height: auto;
  }
}
.your-class .slick-slide.slick-current img, .transport-slider .slick-slide.slick-current img {
  transform: scale(1);
}
.your-class .slick-slide.slick-current .showactive, .transport-slider .slick-slide.slick-current .showactive {
  display: flex;
}
.your-class .slick-slide.slick-current .showactive > .speechbubble > div, .transport-slider .slick-slide.slick-current .showactive > .speechbubble > div {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  transform: translate(50%, -50%);
  height: 100%;
  width: auto;
}
.your-class .slick-slide.slick-current .showactive > .speechbubble > div:hover:after, .transport-slider .slick-slide.slick-current .showactive > .speechbubble > div:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  background: green;
  z-index: 15;
  position: absolute;
  background-color: rgba(42, 83, 112, 0.7);
  top: 0px;
  border-radius: 50%;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  background-image: url('data:image/svg+xml,<svg id="edit" xmlns="http://www.w3.org/2000/svg" width="21.369" height="21.369" viewBox="0 0 21.369 21.369"><path id="Pfad_27761" data-name="Pfad 27761" d="M0,0H21.369V21.369H0Z" fill="none"/><path id="Pfad_27762" data-name="Pfad 27762" d="M6.671,7h-.89A1.781,1.781,0,0,0,4,8.781v8.013a1.781,1.781,0,0,0,1.781,1.781h8.013a1.781,1.781,0,0,0,1.781-1.781V15.9" transform="translate(-0.439 -0.767)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_27763" data-name="Pfad 27763" d="M19.137,6.192a1.87,1.87,0,1,0-2.644-2.644L9,11.013v2.671h2.671Z" transform="translate(-0.987 -0.329)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_27764" data-name="Pfad 27764" d="M16,5l2.671,2.671" transform="translate(-1.754 -0.548)" fill="none" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-position: center center;
  background-size: 40%;
  background-repeat: no-repeat;
}
.your-class .slick-slide .showactive, .transport-slider .slick-slide .showactive {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: auto;
  align-items: flex-start;
  justify-content: flex-end;
}
.your-class .slick-slide .showactive img, .transport-slider .slick-slide .showactive img {
  width: auto;
  height: 100%;
  display: block;
  order: 2;
}
.your-class .slick-dots li button:before, .transport-slider .slick-dots li button:before {
  font-size: 20px;
  opacity: 1;
  color: #638f9b;
}
.your-class .slick-dots li.slick-active button:before, .transport-slider .slick-dots li.slick-active button:before {
  color: white;
}

.transport-slider .slick-list {
  overflow: visible;
}
.transport-slider .slick-slide {
  width: 100%;
}

.dynamicspeechbubble {
  background: white;
  color: black;
  position: relative;
  padding: 30px 40px;
  font-size: 22px;
  line-height: 1.2em;
  display: none;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.11);
  margin: auto auto 50px;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .dynamicspeechbubble {
    font-size: 20px;
  }
}
.dynamicspeechbubble.bubble2:before {
  background-image: url(../img/bubble2.png);
}
.dynamicspeechbubble:before {
  content: "";
  background-image: url(../img/bubble1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(10%, -80%);
}
@media screen and (max-width: 768px) {
  .dynamicspeechbubble:before {
    width: 90px;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(10%, -70%);
  }
}

.next, .prev {
  color: #444;
  position: absolute;
  top: 100px;
  padding: 1em 2em;
  cursor: pointer;
  background: #CCC;
  border-radius: 5px;
  border-top: 1px solid #FFF;
  box-shadow: 0 5px 0 #999;
  transition: box-shadow 0.1s, top 0.1s;
}

.next:hover, .prev:hover {
  color: #000;
}

.next:active, .prev:active {
  top: 104px;
  box-shadow: 0 1px 0 #999;
}

.next {
  right: 5em;
}

.prev {
  left: 5em;
}

:root {
  --color: #40407a;
  --font-color: #f1c40f;
  --rocket-main: white;
  --rocket-highlight: #e74c3c;
  --rocket-glass: #9AECDB;
  --rocket-smoke: #f1f2f6;
  --rocket-fire: #f0932b;
  --rocket-fire-highlight: #f1c40f;
}

#frame {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#frame .shadow {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background: rgba(100, 100, 100, 0.1);
  z-index: 1;
}
#frame .shadow--full {
  width: 100%;
}
#frame .rocket {
  position: relative;
  width: 55px;
  height: 100px;
}
#frame .rocket__body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
#frame .rocket__body__window {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 30px;
  left: 13.5px;
  border-radius: 50%;
  background: var(--rocket-glass);
  z-index: 1;
  border: 3px solid var(--rocket-highlight);
}
#frame .rocket__body__inner {
  position: relative;
  width: 55px;
  height: 125px;
  border-radius: 80%;
  background: var(--rocket-main);
  overflow: hidden;
}
#frame .rocket__body__inner:before, #frame .rocket__body__inner:after {
  content: "";
  position: absolute;
  background: var(--rocket-highlight);
  border-radius: 50%;
}
#frame .rocket__body__inner:before {
  width: 100%;
  height: 50px;
  top: -30px;
}
#frame .rocket__body__inner:after {
  width: 100%;
  height: 10px;
  bottom: 22.5px;
}
#frame .rocket__wing {
  position: absolute;
  background: var(--rocket-highlight);
  bottom: 0px;
  z-index: 5;
}
#frame .rocket__wing--left {
  left: -29px;
  width: 44px;
  height: 20px;
  border-radius: 100% 0 0 0;
  transform: rotate(-50deg);
}
#frame .rocket__wing--right {
  right: -29px;
  width: 44px;
  height: 20px;
  border-radius: 0 100% 0 0;
  transform: rotate(50deg);
}
#frame .rocket__label {
  width: 250px;
  position: absolute;
  top: -80px;
  left: -80px;
}
#frame .rocket__label p {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Bowlby One SC", cursive;
  font-size: 80px;
  line-height: 80px;
  margin: 0;
  text-transform: uppercase;
  color: var(--font-color);
  transform: rotate(-25deg);
  display: none;
}
#frame .rocket__smoke {
  position: absolute;
  width: 50px;
  height: 10px;
  bottom: 5px;
  opacity: 0;
  z-index: 15;
}
#frame .rocket__smoke__inner {
  position: relative;
  margin: 30px 0 0 0;
  width: 100%;
  height: 100%;
  background: var(--rocket-smoke);
}
#frame .rocket__smoke__inner div {
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: -5px;
  bottom: 0;
  box-shadow: inset -2px -3px 0 0 var(--rocket-smoke);
  background: #fff;
  z-index: 10;
}
#frame .rocket__smoke__inner div:nth-child(1) {
  transform: scale(1.5);
  left: 10%;
  bottom: 30%;
  z-index: 9;
}
#frame .rocket__smoke__inner div:nth-child(2) {
  transform: scale(2.5);
  left: 50%;
  bottom: 90%;
  z-index: 8;
}
#frame .rocket__smoke__inner div:nth-child(3) {
  transform: scale(1.1);
  left: 84%;
  bottom: 4.5%;
  z-index: 7;
}
#frame .rocket__smoke--right {
  right: -50px;
}
#frame .rocket__smoke--left {
  left: -50px;
  transform: rotateY(180deg);
}
#frame .rocket__fire {
  position: absolute;
  width: 13.75px;
  height: 13.75px;
  bottom: -15.75px;
  left: 20.75px;
  background: var(--rocket-fire);
  border-radius: 80% 0 55% 50%/55% 0 80% 50%;
  margin-top: 20px;
  transform: rotate(135deg);
}
#frame .rocket__fire:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 1px;
  width: 10.3125px;
  height: 10.3125px;
  background: var(--rocket-fire-highlight);
  border-radius: 80% 0 55% 50%/55% 0 80% 50%;
}

.openmenu_wrapper {
  display: flex;
  font-size: 1.375rem;
  align-items: center;
  gap: 20px;
  color: #015672;
}
@media screen and (max-width: 1024px) {
  .openmenu_wrapper > span {
    display: none;
  }
}
.openmenu_wrapper .openmenu {
  background: #015672;
  margin: 0px;
  border: 4px solid #015672;
}
.openmenu_wrapper .openmenu:hover {
  background: #fff;
  border: 4px solid #FDBE1F;
}
.openmenu_wrapper .openmenu:hover svg line {
  stroke: #000;
}

#rocketstart .rocket__smoke {
  position: absolute;
  width: 50px;
  height: 10px;
  bottom: 5px;
  opacity: 0;
  z-index: 15;
}
#rocketstart .rocket__smoke__inner {
  position: relative;
  margin: 30px 0 0 0;
  width: 100%;
  height: 100%;
  background: var(--rocket-smoke);
}
#rocketstart .rocket__smoke__inner div {
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: -5px;
  bottom: 0;
  box-shadow: inset -2px -3px 0 0 var(--rocket-smoke);
  background: #fff;
  z-index: 10;
}
#rocketstart .rocket__smoke__inner div:nth-child(1) {
  transform: scale(1.5);
  left: 10%;
  bottom: 30%;
  z-index: 9;
}
#rocketstart .rocket__smoke__inner div:nth-child(2) {
  transform: scale(2.5);
  left: 50%;
  bottom: 90%;
  z-index: 8;
}
#rocketstart .rocket__smoke__inner div:nth-child(3) {
  transform: scale(1.1);
  left: 84%;
  bottom: 4.5%;
  z-index: 7;
}
#rocketstart .rocket__smoke--right {
  right: -50px;
}
#rocketstart .rocket__smoke--left {
  left: -50px;
  transform: rotateY(180deg);
}

#social-share {
  position: relative;
  width: 280px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: flex-end;
}
#social-share .toggle {
  position: relative;
  transition: 0.7s;
  z-index: 5;
  cursor: pointer;
}
#social-share li {
  position: absolute;
  left: 0;
  list-style: none;
  transition: 0.5s;
  transform: rotate(calc(45deg * var(--i)));
  transform-origin: 140px;
  scale: 0;
  transition-delay: calc(0.05s * var(--i));
}
#social-share li a {
  position: relative;
  display: flex;
  transform: rotate(calc(-45deg * var(--i)));
  width: 60px;
  height: 60px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.75rem;
  color: var(--clr);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}
#social-share li:hover a {
  font-size: 2.5rem;
  box-shadow: 0 0 0 2px var(--clr), 0 0 0 6px #fff;
}
#social-share .buttonshare {
  margin-top: 0px;
}
#social-share.active .toggle {
  transform: translateX(-100px);
}
#social-share.active .toggle .buttonshare {
  background: #ffffff;
}
#social-share.active li {
  scale: 1;
}

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