.custom-banner-wrapper {
    position: relative;
    background: linear-gradient(152deg, rgba(1, 139, 204, 1) 0%, rgba(0, 181, 226, 1) 100%);
    display: flex;
    align-items: center;
    min-height: 480px;
    font-family: "Lato", sans-serif;
    color: #fff;
  overflow: hidden;
}

.custom-banner-wrapper .content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner_row {
    display: flex;
    align-items: center;
}

.banner-img-wrapper {
    display: unset;
    position: unset;
}

.custom-banner-wrapper-img {
    width: 100%;
}

.new-banner-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: unset;
}

.banner-content {
    position: relative;
    z-index: 10;
    margin-bottom: 4rem;
}

.new-banner-content h5,
.new-banner-content h1,
.new-banner-content h2 {
    text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
    margin-top: 0;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #fff;
}


.new-banner-content h1 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.new-banner-content h2 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;

}

.new-banner-content p {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 4px;
  line-height: 1.3;
  font-weight: 500;
}

.banner-button-wrapper {
    padding-top: 45px;
}

.banner-button {
    width: 100%;
    display: inline;
    margin: 20px 0 0 0;
}

.banner-button a {
    font-family: "Lato", sans-serif;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: block;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #0086ca;
  font-weight: 700;
}

.banner-button a span {
    display: block;
    position: relative;
    z-index: 1;
}

.banner-button a:hover {
    background-color: #F5F5F7;
}

/* Stile für Tablets und größere Geräte */
@media (min-width: 481px) {
    .new-banner-content h1 {
        font-size: 46px;
    }

}

/* Stile für Desktop und größere Geräte */
@media (min-width: 960px) {
    .custom-banner-wrapper .content-wrapper {
        padding: 80px 2rem;
        max-width: 1200px;
      width: 100%;
        margin: 0 auto;
    }

    .banner-img-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: -5vw;
        width: 50%;
    }

    .custom-banner-wrapper-img {
        width: auto;
        max-height: 480px;
        object-fit: contain;
    }

    .new-banner-content-wrapper {
        width: 100%;
        flex-direction: row;
        align-items: center;
        position: relative;
    }

    .new-banner-content {
        margin-bottom: unset;
      max-width: 65%;
      z-index: 100;
    }

    .new-banner-content h1 {
        font-size: 48px;
    }
  
  .new-banner-content h5 {
    font-size; 28px;
  }

    .banner-button-wrapper {
        padding-top: 40px;
    }

    .banner-button {
        width: auto;
        margin: 0;
        display: inline-block;
    }

    .banner-button a {
        display: inline-block;
    }
}
