.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body {
  background-color: #2c2c2c;
  font-family: Exo, sans-serif;
  color: #f8f8ff;
}

.section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80vw;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
  background-color: #f8f8ff;
  background-image: linear-gradient(221deg, rgba(31, 102, 242, 0.18), #fff);
  color: #000;
}

.section-container.ordino {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: linear-gradient(41deg, rgba(70, 33, 53, 0.25), #fff);
}

.section-container._7evendays {
  background-color: #fff;
  background-image: linear-gradient(50deg, rgba(29, 31, 48, 0.3), rgba(255, 255, 255, 0.55) 45%, #fff);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -ms-grid;
  display: grid;
  height: 12vh;
  padding-right: 10vw;
  padding-left: 11vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(-webkit-min-content, 0.5fr) 1fr minmax(-webkit-min-content, 0.5fr);
  -ms-grid-columns: minmax(min-content, 0.5fr) 1fr minmax(min-content, 0.5fr);
  grid-template-columns: minmax(-webkit-min-content, 0.5fr) 1fr minmax(-webkit-min-content, 0.5fr);
  grid-template-columns: minmax(min-content, 0.5fr) 1fr minmax(min-content, 0.5fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Gruppo, sans-serif;
}

.fullheightsection {
  width: 100%;
  height: 100vh;
  padding: 12vh 10vw 5vh;
}

.sectiontitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Russo One', sans-serif;
  color: #000;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.logoname {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f8f8ff;
  font-size: 3vw;
  line-height: 3vw;
  text-decoration: none;
}

.menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-links.hidden {
  display: none;
}

.menuentry {
  padding: 1vw 2vw;
  color: #f8f8ff;
  font-size: 1.1vw;
  line-height: 1.1vw;
  text-decoration: none;
  cursor: pointer;
}

.sectiontext {
  margin-top: 2vw;
  font-size: 1.3vw;
  line-height: 2vw;
  text-align: center;
}

.sectiontext.large {
  padding-bottom: 5vw;
}

.device-image {
  max-width: 80%;
}

.namelogocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.productlogo {
  display: block;
  width: 7.5vw;
  margin-right: 2.5vw;
  margin-left: 2.5vw;
}

.productlogo.wide {
  width: 22vw;
}

.grid {
  display: -ms-grid;
  display: grid;
  height: 80%;
  margin-right: 2vw;
  margin-left: 2vw;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.downloadimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.imprintwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2vw 10vw 5vw;
  padding-left: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.imprintsection {
  font-family: 'DM Sans', sans-serif;
}

.image {
  display: block;
  width: 100%;
}

.image.hidden {
  display: none;
}

.footersection {
  display: -ms-grid;
  display: grid;
  padding: 2vw 11vw 4vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Gruppo, sans-serif;
}

.text-block {
  font-size: 1.3vw;
  letter-spacing: 0.24vw;
  text-transform: lowercase;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link {
  color: #f8f8ff;
  font-size: 1.2vw;
  line-height: 1.5vw;
  text-decoration: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.copyrighttext {
  padding-top: 2vw;
  font-size: 0.9vw;
  line-height: 1vw;
  text-align: center;
}

.section {
  margin: 12vh 10vw 5vh;
  padding: 3vw 2vw;
  border-radius: 3vw;
  background-color: #f8f8ff;
  color: #000;
}

.textheadline {
  margin-bottom: 20px;
  font-size: 2vw;
  line-height: 2.3vw;
}

.textheadline.small {
  font-size: 1.5vw;
}

.textheadline.small.hidden {
  display: none;
}

.text {
  margin-bottom: 2vw;
}

.logo {
  width: 50px;
  margin-right: 1.5vw;
}

.link-block {
  color: #f8f8ff;
  text-decoration: none;
}

.comingsoon {
  position: absolute;
  padding: 5px 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #ac0003;
  border-radius: 10px;
  color: #ac0003;
  font-size: 3vw;
  line-height: 3.5vw;
}

.comingsoon.hidden {
  display: none;
}

.div-block-3 {
  position: fixed;
  bottom: 0px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 15vh;
  }

  .fullheightsection {
    padding-top: 15vh;
  }

  .logoname {
    font-size: 3.1vw;
  }

  .menuentry {
    font-size: 1.5vw;
    line-height: 1.5vw;
  }

  .sectiontext {
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .grid {
    height: 85%;
  }

  .downloadimage {
    width: 50%;
  }

  .text-block {
    font-size: 1.4vw;
  }

  .link {
    font-size: 1.3vw;
    line-height: 1.6vw;
  }

  .copyrighttext {
    font-size: 1.3vw;
  }

  .section {
    margin-top: 15vh;
  }

  .textheadline {
    margin-bottom: 2vw;
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .textheadline.small {
    font-size: 3vw;
  }

  .text {
    margin-bottom: 4vw;
  }

  .logo {
    width: 10vh;
    max-height: 7vw;
  }

  .privacytext {
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .menuentry {
    font-size: 2vw;
    line-height: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .section-container._7evendays {
    background-image: none;
  }

  .sectiontitle {
    font-size: 5vw;
    line-height: 5vw;
  }

  .logoname {
    font-size: 4vw;
    line-height: 4vw;
  }

  .menu-links {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menuentry {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .sectiontext {
    font-size: 3vw;
    line-height: 3.8vw;
  }

  .namelogocontainer {
    margin-top: 5vw;
  }

  .productlogo {
    width: 15vw;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-block {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .link {
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .copyrighttext {
    font-size: 3vw;
    line-height: 3vw;
  }

  .textheadline {
    margin-bottom: 4vw;
    font-size: 7vw;
    line-height: 8vw;
  }

  .textheadline.small {
    font-size: 5.5vw;
  }

  .text {
    margin-bottom: 8vw;
  }

  .privacytext {
    margin-bottom: 8vw;
  }
}

#w-node-e08255c5-155a-7ed1-32ab-cec20038a66c-e2e41e21 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e08255c5-155a-7ed1-32ab-cec20038a672-e2e41e21 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b2eb0ac1-a991-1687-2d9e-9edb4c67de32-e2e41e21 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8a5cbce2-c0e4-14aa-9a30-089b91196e5c-e2e41e21 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d1d5a420-688f-b62c-d726-d65700c69ecb-e2e41e21 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-d1d5a420-688f-b62c-d726-d65700c69eca-e2e41e21 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4c827a4f-2f5d-2ba5-665a-116fdc6e72ba-36078da4 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ba3812be-8c7d-5803-8557-8e1136078daa-36078da4 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1c51d351-c48e-0823-4ffb-250a6c0a9df9-e2e41e21 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1c51d351-c48e-0823-4ffb-250a6c0a9df9-e2e41e21 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1c51d351-c48e-0823-4ffb-250a6c0a9df9-e2e41e21 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-e08255c5-155a-7ed1-32ab-cec20038a66c-e2e41e21 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-b2eb0ac1-a991-1687-2d9e-9edb4c67de32-e2e41e21 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-d1d5a420-688f-b62c-d726-d65700c69eca-e2e41e21 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

