html,
h1,
h2,
h3,
h4,
h5,
p,
* {
        font-family: "Thyssenkrupp Type", Sans-serif;
}
.levelup_text {
    display: flex;
    gap: 10px;
}
.levelup_text img {
    height: 35px;
}
.levelup_text span {
    background-image: linear-gradient(90deg, #00e3e3, #00a0f5);
    color: transparent;
    background-clip: text;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
}
.levelup_subtext {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    margin-left: 70px;
}
.modal {
    position: absolute;
}
.modal-backdrop {
    display: none;
}
.modal-header .close,
.modal-header .close:hover,
.modal-header .close:focus {
    background: transparent;
    color: #000;
}
#loadingModal {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* background: #2c619c; */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}
#loadingModal .modal-content {
    max-height: 100vh;
    height: 100%;
}
.modal-content {
    max-height: 90vh;
    height: 100%;
}
button.prev,
button.next,
button.prev:focus,
button.next:focus {
    display: inline-block;
    text-align: center;
    color: #999;
    background: #000;
    line-height: 0;
    font-size: 80px;
    padding: 15px;
    border: none !important;
    outline: none !important;
}

button.prev:hover,
button.next:hover {
    color: #fff;
    background: #000;
}
.company_img {
    width: 100%;
}

.btn_text {
    display: block;
    position: relative;
    float: right;
    background: #07a1e2;
    left: 40px;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 0px 30px 30px 0px;
    font-weight: bold;
}
.company_btn {
    display: none;
}

.loading-bar {
    background: #fff;
    width: 0%;
    margin-top: 10px;
    height: 5px;
}
.center_vh {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
button.prev {
    position: absolute;
    bottom: calc(50% - (100px / 2));
    left: 5%;
    z-index: 9999999;
}
button.next {
    position: absolute;
    bottom: calc(50% - (100px / 2));
    right: 5%;
    z-index: 9999999;
}
button.prev:disabled,
button.next:disabled {
    background-color: transparent !important;
    color: #ccc;
}
button.prev:disabled:hover,
button.next:disabled:hover {
    background-color: transparent !important;
    color: #ccc;
}
.modal {
    z-index: 999999999;
}
#loadingModal {
    z-index: 9999999999;
    padding: 0px !important;
}
.hide_info {
    display: none;
}
.contact-fly-in,
.contact-fly-in:hover,
.contact-fly-in:focus {
    position: fixed;
    left: 0px;
    font-size: 30px;
    padding: 15px;
    line-height: 0px;
    z-index: 99;
    top: calc(50% - 30px);
    background: #07a1e2;
    border: none;
    color: #fff;
}
.back_infospot {
    position: absolute;
    left: 30px;
    bottom: 80px;
}
.back-btn,
.back-btn:hover,
.back-btn:focus {
    font-size: 50px;
    padding: 15px;
    display: inline-block;
    line-height: 0;
    border-radius: 0px;
    background: #07a1e2;
    outline: none;
    color: #fff;
    border: 0;
}
.infospot.back_infospot {
    display: flex;
    align-items: center;
    height: fit-content;
    cursor: pointer;
    gap: 5px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: transparent;
    background: var(--Gradient, linear-gradient(89deg, #00e3e3 0%, #00a0f5 105.47%));
    background-clip: text;
}
.infospot.back_infospot img {
    width: 25px;
    height: 25px;
}
.overview_infospot_wrapper .overview_hover {
    display: none;
}
.overview_infospot_wrapper:hover .overview_hover {
    display: block;
}
.overview_infospot {
    border-radius: 30px;
    background: #08173799;
    border: 1px solid #00e3e3;
    cursor: pointer;
    width: fit-content;
}
.overview_infospot .overview_button {
    display: block;
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
    width: 100%;
    height: 38px;
    padding: 6px 16px;
    padding-left: 44px;
    outline: none;
    color: #fff;
    width: fit-content;
}
.overview_hover {
    display: none;
    background: #08173799;
    border: 1px solid #00e3e3;
    color: #fff;
    font-size: 14px;
    margin-top: -1px;
    margin-left: 19px;
    padding: 4px 8px;
    white-space: break-spaces;
}

.overview_infospot::before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    z-index: 1;
    background-color: #00e3e3;
    border-radius: 100%;
}
.button_infospot.show button.anima-btn {
    transform: rotate(45deg);
}

.infospot_content_wrapper {
    position: absolute;
    left: 40px;
    /* background: #0c4578; */
    color: #fff;
    min-width: 150px;
    width: max-content;
    max-width: 300px;
    transform: translateY(calc(-50% + 15px));
    display: none;
    background-color: transparent;
    background-image: radial-gradient(at bottom right, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 84%);
    font-size: 16px;
    z-index: 999;
}
.button_infospot.show .infospot_content_wrapper {
    display: block;
}
.infospot_content_wrapper img {
    width: 300px;
    height: auto;
}
.infospot_content_wrapper .infospot_content {
    padding: 15px;
    font-size: 16px;
    word-break: break-word;
    white-space: normal;
}
.infospot_content_wrapper .infospot_content p {
    margin: 0px;
}

@keyframes e-hotspot-expand {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.menu-top-left {
    position: absolute;
    top: 30px;
    left: 30px;
}
.menu-top-left .custom-select {
    width: 200px;
}
.menu-top-left .btn_toggle_company {
    background: #07a1e2;
    color: #fff;
}

.menu-bottom-middle {
    display: none;
}
.menu-bottom-left {
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.menu-bottom-left button,
.menu-bottom-left button:hover,
.menu-bottom-left button:focus {
    padding: 0px;
    border: none;
    color: #fff;
    background: transparent;
}
.responsive-menu {
    display: none;
    margin-top: 10px;
}
.orientation-error {
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

/* @media screen and (max-width: 860px) {
  .main_infospot button.anima-btn,
  .frame .button_infospot,
  .frame .link_infospot {
  display: none;
  }
  .menu-bottom-middle {
  display: block;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 20px);
  line-height: 0px;
  font-size: 40px;
  color: #07a1e2;
  }
  .responsive-menu {
  display: block;
  }
  .responsive-menu .button_infospot,
  .responsive-menu .link_infospot {
  display: flex;
  width: fit-content;
  margin-bottom: 10px;
  margin-left: 10px;
  }
} */

/*  */
.infospot_modal_wrapper_image {
    position: fixed;
    inset: 0;
    display: none;
    place-items: center;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.infospot_modal_wrapper_image::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.button_infospot.show .infospot_modal_wrapper_image {
    display: grid;
}

.infospot_modal_wrapper_image .modal__dialog {
    margin: 5rem auto;
    display: flex;
    width: 100%;
    max-width: calc(100% - 20px);
}

.infospot_modal_wrapper_image .modal__dialog .infospot_container {
    display: flex;
    position: relative;
    flex-direction: row;
    width: 100%;
    min-height: 500px;
    background-color: transparent;
    /* background-image: radial-gradient(
  at bottom right,
  var(--e-global-color-secondary) 0%,
  var(--e-global-color-primary) 84%
  ); */
    background-image: radial-gradient(at bottom right, #009ee0 0%, #134380 84%);
    margin: 0;
}

.infospot_modal_wrapper_image .modal__dialog .infospot_container .img_wrapper {
    flex: 0 0 45%;
    aspect-ratio: 4/3;
    height: 100%;
    overflow: hidden;
}
.infospot_modal_wrapper_image .modal__dialog .infospot_container .img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.infospot_modal_wrapper_image .modal__dialog .infospot_container .infospot_body {
    flex: 1 1 auto;
    padding: 67px 50px;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.infospot_modal_wrapper_image .modal__dialog .infospot_container .infospot_body .infospot_content {
    padding: 15px;
    font-size: 16px;
    word-break: break-word;
    white-space: normal;
}
.infospot_modal_wrapper_image .modal__dialog .infospot_container .infospot_body .infospot_content * {
    padding: 0;
    margin: 0;
}

.infospot_modal_wrapper_image .modal__dialog .infospot_container .infospot_control button.closemodal,
.infospot_modal_wrapper_image .modal__dialog .infospot_container .infospot_control button.closemodal:focus {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 30px;
    background: #fff;
    outline: none;
    color: #fff;
    border: 0;
    transform: rotate(45deg);
}

.infospot_modal_wrapper_image .modal__dialog .infospot_container .infospot_control button.closemodal::before {
    content: '';
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: -5px;
    top: -5px;
    padding: 20px;
    background-color: #fff;
    border-radius: 24px;
}

/* @media (min-width: 576px) {
    .infospot_modal_wrapper_image .modal__dialog {
        max-width: 500px;
    }

} */

@media (min-width: 768px) {
    .infospot_modal_wrapper_image .modal__dialog {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .infospot_modal_wrapper_image .modal__dialog {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .infospot_modal_wrapper_image .modal__dialog {
        max-width: 1140px;
    }
}

@media (max-width: 860px) {
    .infospot_modal_wrapper_image .modal__dialog {
        margin: 0;
        max-width: 100%;
        height: 100%;
    }

    .infospot_modal_wrapper_image .modal__dialog .infospot_container {
        width: 100%;
        height: 100%;
        min-height: 100dvh;
        margin: 0;
    }

    /* .infospot_modal_wrapper_image .modal__dialog .infospot_container .img_wrapper {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
  } */
}
