@media screen and (min-width:1330px) {
#site-header-wrapper{
    width: 1300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 15px;
}

#site-header-wrapper .header-background{
    border-radius: 30px;
    background-color: rgba(255,255,255, 0.8)!important;
}
}


h2 {
    font-size: 40px !important;
    font-weight: 300;
    color: #ef7d00;
    text-transform: uppercase !important;
    line-height: 1.1;
}

h1 {
    text-transform: uppercase !important;
}

#onvh1-sovereign h1 {
    color: #ef7d00 !important;
    text-transform: uppercase !important;
    margin-bottom: 0px !important;
}

#onvh1-sovereign h1 span {
    color: #ef7d00 !important;
}

#onvh1-sovereign {
    margin-bottom: 0px !important;
}

.onv-sovhead-fivepages h1 {
    font-size: 85px;
    line-height: 1;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.onv-gradient-bg-dark {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: linear-gradient(
        120deg,
        #002060 0%,
        #6c41c8 14%,
        #ac44bb 27%,
        #c4538c 41%,
        #dc625d 57%,
        #ff7e00 81%,
        #ffcb93 100%
    );
}

.onv-gradient-bg-light {
    background: linear-gradient(
        120deg,
        #ffcb93 0%,
        #ef7d00 19%,
        #dc625d 43%,
        #c4538c 59%,
        #ac44bb 73%,
        #6c41c8 86%,
        #002060 100%
    );
}



.onv-list-icon a {
    transition: all 1s ease;
}

.onv-list-icon a:hover {
    color: black !important;
}


.onv-sov-longText h2 {
    color: #ef7d00;
    margin-top: 10px !important;
    text-transform: uppercase !important;
    background: linear-gradient(
        120deg,
        #002060 0%,
        #6c41c8 19%,
        #ac44bb 43%,
        #c4538c 59%,
        #dc625d 73%,
        #ff7e00 86%,
        #ffcb93 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* Für Firefox */
}

/*
.onv-h2-sov-icon {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1em;
}

.onv-h2-sov-icon h2 {
    margin: 0;
}

.onv-h2-sov-icon::after {
    content: "";
    display: inline-block;
    width: 10em;
    height: 6em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.3);
    margin-left: auto;
}*/

.onv-btn-row .vc_btn3-container {
    margin-bottom: 0px !important;
}

.onv-btn-row .vc_btn3-container.vc_btn3-right {
    margin-right: 40px !important;
}

.onv-btn-row .vc_btn3-container.vc_btn3-left {
    margin-left: 40px !important;
}

.onv-btn-row {
    padding-bottom: 0px !important;
    padding-top: 30px !important;
}

.onv-list-icon li {
    list-style: none;
    background-image: url('/wp-content/uploads/2026/03/onventis-icon-white-outline.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 0 5px;
    padding-left: 45px;
    padding-bottom: 30px;
}

.on-faq-section h3 {
    margin-bottom: 10px !important;
}

.on-faq-section .wpb_text_column {
    margin-bottom: 40px !important;
}


@media (max-width: 1024px) {
    .vc_btn3-container.vc_btn3-left {
        text-align: center;
    }

    .vc_btn3-container.vc_btn3-right {
        text-align: center;
    }

    h2 {
        font-size: 40px !important;
    }
}


@media (max-width: 768px) {
    .onv-sovhead-fivepages h1 {
        font-size: 38px !important;
    }

    h2 {
        font-size: 35px !important;
        line-height: 1.1;
    }

    .onv-h2-sov-icon::after {
        width: 7em;
        height: 7em;
        margin-top: 20px;
    }
	    .onv-btn-row .vc_btn3-container.vc_btn3-right {
        margin-right: 0px !important;
    }

    .onv-btn-row .vc_btn3-container.vc_btn3-left {
        margin-left: 0px !important;
    }
}


@media (min-width: 2560px) {

  #lion-resilience,
  #lion-ai,
  #lion-kids,
  #lion-guard-server,
  #lion-european-company{
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
  }

}
``