:root {
  --color: #008ecf;
  --b-blue-3: #02abcc;
  --b-blue-1: #1d64a8;
  --white: white;
  --b-blue-0: #21458c;
  --black: black;
  --b-blue-2: #33a6c9;
  --b-blue-1-5: #2b82b7;
}

body {
  color: #333;
  font-family: Bosch Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.blue-fake-link {
  color: var(--color);
}

.hero-section {
  width: 100vw;
  height: 100vh;
}

.hero-section-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-section-image {
  background-image: url('../index_htm_files/guthof-sperling-key-visual-2024-2.webp');
  background-position: 50% 80%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-section-content {
  z-index: 999;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  height: 90vh;
  display: flex;
  position: relative;
}

.image-17 {
  align-self: center;
  width: 250px;
}

.hero-section-content-top {
  align-self: center;
}

.hero-section-content-bottom {
  color: #fff;
  font-family: Anekodia, sans-serif;
  font-weight: 400;
}

.heading-6 {
  font-size: 28px;
  font-weight: 400;
}

.heading-7 {
  margin-top: 16px;
  margin-left: -4px;
  font-size: 100px;
  line-height: 100px;
}

.paragraph-ghs {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.white-gradient {
  z-index: 998;
  background-image: linear-gradient(#fffc, #ffffffdb 45%, #fff0);
  height: 380px;
  position: absolute;
  inset: 0% 0% auto;
}

.imprint-paragraph {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Anekodia, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.paragraph-ghs-secondary {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.imprint-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .imprint-paragraph {
    text-align: center;
  }

  .imprint-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-17 {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section-wrapper {
    position: relative;
  }

  .hero-section-image {
    z-index: 997;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 0;
  }

  .heading-7 {
    font-size: 92px;
  }

  .paragraph-ghs {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-ghs-secondary {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {

  .hero-section-image {
    background-image: linear-gradient(#0000001a, #0000001a), url('../index_htm_files/guthof-sperling-key-visual-2024-2.webp');
  }
  
  .blue-fake-link {
    color: var(--b-blue-3);
  }

  .image-17 {
    width: 150px;
  }

  .container {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .top-section {
    width: 100%;
    height: 46vh;
    overflow: hidden;
  }

  .bottom-section {
    z-index: 8;
    background-color: #fff;
    width: 100%;
    height: 54vh;
    position: relative;
    overflow-y: scroll;
  }

  .handle {
    z-index: 110;
    cursor: row-resize;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 2px;
    display: flex;
    position: relative;
  }

  .body-2 {
    overflow: hidden;
  }

  .nav-icon-img-1 {
    transform-origin: 50%;
    width: 45px;
    margin-top: 44px;
    margin-right: 0;
    padding: 6px;
  }

  .nav-icon-img-1.alt {
    width: 45px;
    margin-top: 0;
  }

  ._3d-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .spline-wrapper {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .blue-bg-wrapper {
    z-index: 1;
    object-fit: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }

  .blue-gradient-bg-img {
    z-index: 1;
    aspect-ratio: 1.62;
    object-fit: contain;
    width: 1000px;
    max-width: 300%;
    position: fixed;
    top: -355px;
    right: -800px;
  }

  .i-am-smart-img {
    z-index: 2;
    width: 130px;
    position: fixed;
    top: 50px;
    right: 10px;
  }

  .bottom-toolbar {
    z-index: 99999;
    background-color: var(--b-blue-1);
    width: 100%;
    height: 50px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .icon-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-left: 14px;
    margin-right: 14px;
    display: flex;
  }

  .nav-section {
    z-index: 10;
    border-bottom: 1px solid #bebebe;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .nav-section-wrapper {
    background-color: #fff;
  }

  .nav-section-content-div {
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    padding-right: 6px;
    display: flex;
  }

  .image-7 {
    height: 40px;
  }

  .image-8 {
    height: 50px;
    padding: 5px;
  }

  .image-9 {
    height: 50px;
    padding: 8px;
  }

  .div-block-9 {
    background-color: var(--b-blue-3);
    width: 100%;
    height: 2px;
    position: absolute;
  }

  .div-block-10 {
    display: none;
  }

  .item {
    flex: none;
    width: 100vw;
    position: relative;
  }

  .bottom-section-wrapper {
    flex-flow: column wrap;
    position: relative;
  }

  .camera {
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .frame {
    flex-flow: row;
    display: flex;
    transform: translate(0);
  }

  .index-div {
    width: 100vw;
    padding-left: 12px;
    padding-right: 12px;
  }

  .index-link {
    background-color: var(--b-blue-3);
    color: #fff;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-flex;
  }

  .index-link.alternate {
    background-color: #c1dde4;
  }

  .index-flex-div {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .produktuebersicht-div {
    width: 100vw;
    padding-left: 12px;
  }

  .pu-graphic-div {
    box-sizing: content-box;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: center;
    height: 250px;
    margin-left: -12px;
    padding: 12px 24px 12px 12px;
    display: flex;
    overflow-x: scroll;
  }

  .embed-split-screen-resize-handle, .embed-spline-interaction {
    display: none;
  }

  .shc-2-sscene {
    width: 100%;
    height: 100%;
    padding-top: 24px;
    display: block;
  }

  .image-12 {
    flex: none;
    width: 200px;
    max-height: 220px;
  }

  .image-12.alt-1 {
    margin-left: -70px;
    margin-right: -55px;
  }

  .image-12.alt-1.smaller-2 {
    transform: scale(.85);
  }

  .image-12.bigger-1 {
    transform: scale(1.1);
  }

  .image-12.smaller-1 {
    transform: scale(.85);
  }

  .image-12.smaller-3 {
    transform: scale(.9);
  }

  .image-12.bigger-2 {
    transform: scale(1.15);
  }

  .div-block-13 {
    flex: none;
    width: auto;
    height: auto;
    position: relative;
  }

  .link-block {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    left: 45px;
  }

  .link-block-2 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    left: 72px;
  }

  .text-block-5 {
    color: var(--b-blue-3);
    font-weight: 700;
  }

  .overlay-section {
    z-index: 9999;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    position: absolute;
    inset: 0% 0% 50px;
  }

  .overlay-section.suche {
    display: none;
  }

  .overlay-section.ai-chat {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
  }

  .overlay-section.bug-report {
    display: none;
  }

  .overlay-section.community-forum {
    z-index: 9999;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    display: none;
    transform: translate(0, 100vh);
  }

  .overlay-wrapper {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    position: relative;
  }

  .overlay-wrapper.cforum {
    background-color: var(--white);
    opacity: 1;
    overflow-y: scroll;
  }

  .overlay-wrapper.ai-chat {
    opacity: 1;
    background-image: url('../images/b-smart-verlauf.webp');
    background-position: 5%;
    background-size: 1000%;
  }

  .overlay-search {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .search {
    justify-content: center;
    align-items: center;
    margin-left: 36px;
    margin-right: 36px;
    display: flex;
  }

  .search-button-2 {
    background-color: var(--b-blue-3);
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    display: none;
  }

  .search-input-2 {
    border-radius: 0;
  }

  .overlay-ai-chat {
    height: 100%;
    position: relative;
  }

  .anim-container {
    z-index: 20;
    background-color: #fff;
    border-radius: 12px;
    min-height: 50px;
    display: block;
    position: absolute;
    top: 25px;
    left: 12px;
    right: 70px;
  }

  .form-block {
    margin-bottom: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-15 {
    border-radius: 0;
    margin-bottom: 12px;
    margin-left: 24px;
    margin-right: 24px;
    display: flex;
  }

  .text-field {
    border-radius: 0;
    margin-bottom: 0;
  }

  .rich-text-block {
    letter-spacing: -.02em;
    padding: 12px 12px 4px;
    line-height: 17px;
  }

  .list {
    padding-left: 22px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .overlay-bug-report {
    z-index: 100;
    background-color: var(--b-blue-0);
    opacity: .7;
    height: 100%;
  }

  .overlay-bug-report-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .overlay-community-forum {
    height: 100%;
  }

  .image-13 {
    position: absolute;
    top: 0;
  }

  .div-block-18 {
    height: 200px;
    transform: translate(0, 37px);
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
    transform: translate(0, 40px);
  }

  .div-block-20 {
    justify-content: space-between;
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;
    display: flex;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .text-block-8 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
  }

  .heading-5 {
    margin-top: 8px;
    margin-left: 12px;
    font-weight: 400;
  }

  .text-block-10 {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 15px;
  }

  .button {
    background-color: var(--b-blue-3);
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-21 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 16px;
    display: flex;
  }

  .text-block-11 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-22 {
    border-top: 1px solid #bbb;
    margin-top: 20px;
    padding-top: 10px;
  }

  .text-block-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-23 {
    margin-left: 13px;
    margin-right: 13px;
    padding-top: 9px;
  }

  .div-block-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-15 {
    width: 80px;
    margin-top: 12px;
    margin-left: 20px;
  }

  .div-block-25 {
    margin-top: 12px;
  }

  .bold-text {
    font-size: 17px;
  }

  .text-block-13 {
    color: var(--b-blue-3);
  }

  .page-navigation-wrapper-1 {
    z-index: 100;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    height: 40px;
    display: flex;
    position: fixed;
    bottom: 50px;
    right: 0;
  }

  .search-field-disable-zoom-embed, .page-nav-embed {
    display: none;
  }

  .div-block-26 {
    z-index: 90;
    background-color: var(--b-blue-0);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 8px 24px;
  }

  .link-block-3 {
    z-index: 100;
    position: relative;
  }

  .text-block-14 {
    color: var(--white);
    font-weight: 400;
  }

  .form {
    z-index: 90;
    opacity: 1;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    height: 60px;
    padding-top: 6px;
    position: relative;
  }

  .index-button {
    background-color: var(--b-blue-3);
    color: #fff;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-flex;
  }

  .index-button.alternate {
    background-color: #c1dde4;
  }

  .montage-div {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-27 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 20px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .inbetriebnahme-div {
    padding-left: 12px;
    padding-right: 12px;
  }

  .video {
    width: 100vw;
    margin-bottom: 25px;
    margin-left: -12px;
  }

  .div-block-28 {
    z-index: 100;
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #fff;
    width: 90vw;
    position: relative;
  }

  .textarea {
    border-radius: 0;
    min-height: 200px;
  }

  .blu-inside-txt-blk {
    color: var(--b-blue-3);
    cursor: pointer;
  }

  .blu-inside-txt-blk.inactive {
    opacity: .4;
  }

  .text-block-15 {
    margin-bottom: 20px;
  }

  .div-block-277 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 20px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-278 {
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .image-16 {
    width: 200px;
  }

  .text-block-16, .text-block-17 {
    margin-top: 20px;
  }

  .submit-button {
    background-color: var(--b-blue-3);
  }

  .div-block-279 {
    background-color: var(--b-blue-0);
    opacity: .7;
    width: 100%;
    height: 100%;
  }

  .button-2 {
    background-color: var(--b-blue-3);
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
  }

  .lorem-ipsum-filler {
    margin-top: 25px;
    margin-bottom: 80px;
  }

  .div-block-280 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .embed-btm-toolbar-mobile {
    display: none;
  }

  .hero-section-content-bottom {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-6 {
    margin-bottom: -14px;
    font-size: 20px;
  }

  .heading-7 {
    font-size: 74px;
  }

  .paragraph-ghs {
    font-size: 20px;
    line-height: 24px;
  }

  .imprint-paragraph {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-ghs-secondary {
    font-size: 15px;
    line-height: 17px;
  }
}


@media screen and (max-width: 390px) {
  .heading-7 {
    font-size: 60px;
    margin-bottom: -20px;
  }
}


@font-face {
  font-family: 'Anekodia';
  src: url('../fonts/AnekOdia-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anekodia';
  src: url('../fonts/AnekOdia-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bosch Sans Condensed';
  src: url('../fonts/BoschSansCond-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bosch Sans Condensed';
  src: url('../fonts/BoschSansCond-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bosch Sans';
  src: url('../fonts/BoschSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bosch Sans';
  src: url('../fonts/BoschSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}