footer{
    font-weight:400;
}
.outer-body {
    width:100%;
    text-align: center;
    display: flex;
    justify-content: center;

}
.inner-body{
    max-width:2000px;
    width:100%;
    display:inline-block;
    text-align: left;
}
.w-full {
    width: 100%;
    max-width: 2000px;
}
.header .container{
    max-width:100%!important;
}
.header.headroom{
    padding:50px 60px;
    width: 100%;
    margin: 0;
    transition: all 0.3s ease;
}
.header.headroom .relative.flex.flex-nowrap.items-center{
    width:100%;
}
@media screen and (min-width:641px){
    .header.headroom .container{
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 0% 0%);
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 0% 0%);
        transition: all 0.3s ease;
    }

    .header.headroom.headroom--not-top {
        padding: 0;
        width: calc(100% - 80px);
        margin: 40px 0 0 40px;
        transition: all 0.3s ease;
        background: transparent;
    }
    .header.headroom.headroom--not-top .container{
        clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
        -webkit-clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
        background: #fff;
        padding: 10px 20px;
        transition: all 0.3s ease;
    }
    .header.headroom.headroom--not-top {
        filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
    }
}
@media screen and (max-width:640px){
    .header.headroom.headroom--not-top {
        padding: 0;
        width: calc(100% - 80px);
        margin: 40px 0 0 40px;
        transition: all 0.3s ease;
        background: transparent;
    }
    .header.headroom.headroom--not-top .container{
        clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
        -webkit-clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
        background: #fff;
        padding: 10px 20px;
        transition: all 0.3s ease;
    }
    .header.headroom.headroom--not-top {
        filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
    }
    .header .container {
        & .flex.flip-color {
          position: absolute;
          right: 20px;
          top: 20px;
        }
    }
}
@media screen and (min-width:2000px){
    .header.headroom.headroom--not-top {
        width: calc(100% - 80px);
        margin: 40px 0 0 0;
    }
    .header.headroom.headroom--not-top .container {
        max-width: calc(100% - 80px) !important;
      }
}
.header .seperator {
    width: 0px;
    height: 40px;
    border: 1px solid #FFFFFF;
    opacity: 0.3;
    margin-left: 45px;
    margin-right: 45px;
    content: " ";
    display:inline-block
}
.categorypage .header .seperator {
    border: 1px solid rgba(0,0,0,0.2);
}
.header.headroom.headroom--not-top .seperator{
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid rgba(0,0,0,0.2);
}
@media screen and (max-width:1024px){
    .header .seperator {
        display:none;
    }
}
@media screen and (max-width:640px){
    .header .seperator {
        display:none;
    }
    .header.headroom {
        padding: 60px 30px;
    }
}
.header a:hover {
    border-bottom: 1px solid;
}
.header a.logo:hover{
    border-bottom: 0px;
}
/* Animated background gradient */
@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.animate-gradient {
    background-size: 200% 200%;
    animation: gradientAnimation 10s ease infinite;
}

.nav_menu { 
    transform: translate(600px);
    opacity: 0; 
    transition-duration: 0;
}
/* Custom styles */
.swiper {
    border-right: 0;
    border-left: 0;
}
.swiper-pagination {
    width: calc(100% - 244px) !important;
    left: 124px !important;
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
    left: 10%;
    bottom: 20px !important;
    justify-content: center;
}

.swiper-pagination::-webkit-scrollbar {
    height: 3px;
}

.swiper-pagination::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    opacity: 0.9;
    padding: 15px 0;
    text-align: left;
    font-size: 16px;
    color: white;
    margin: 0 5px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.swiper-pagination-bullet:hover {
    opacity: 1;
}

.swiper-pagination-bullet:nth-child(1):hover {
    color: #FFDC00;
}
.swiper-pagination-bullet:nth-child(2):hover {
    color: #FFB400;
}
.swiper-pagination-bullet:nth-child(3):hover {
    color: #00AFFF;
}
.swiper-pagination-bullet:nth-child(4):hover {
    color: #B4FF3C;
}

.swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: rgba(255,255,255,0.15);
    z-index: 5;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet:hover::before {
    background: rgba(245, 158, 11, 0.5); /* Lighter orange on hover */
    height: 4px;
}
.swiper-pagination-bullet:nth-child(1):hover::before {
    background: #FFDC00;
}
.swiper-pagination-bullet:nth-child(2):hover::before {
    background: #FFB400;
}
.swiper-pagination-bullet:nth-child(3):hover::before {
    background: #00AFFF;
}
.swiper-pagination-bullet:nth-child(4):hover::before {
    background: #B4FF3C;
}


.swiper-pagination-bullet-active:nth-child(1) {
    color: #FFDC00;
}
.swiper-pagination-bullet-active:nth-child(2) {
    color: #FFB400;
}
.swiper-pagination-bullet-active:nth-child(3) {
    color: #00AFFF;
}
.swiper-pagination-bullet-active:nth-child(4) {
    color: #B4FF3C;
}

.swiper-pagination-bullet-active:nth-child(1):hover {
    color: #FFDC00;
}
.swiper-pagination-bullet-active:nth-child(2):hover {
    color: #FFB400;
}
.swiper-pagination-bullet-active:nth-child(3):hover {
    color: #00AFFF;
}
.swiper-pagination-bullet-active:nth-child(4):hover {
    color: #B4FF3C;
}
#swiper .swiper-pagination-bullet:hover,
#swiper .swiper-pagination-bullet-active:hover {
    color:#ffffff;
}
#swiper .swiper-pagination-bullet:hover::before{
    background:#ffffff;
}

.swiper-pagination-bullet-active::before {
    background: white; /* Keep white for the progress line base */
}

.progress-line,
.progress-line-content,
.progress-line-logo,
.progress-line-download {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #FFDC00;
    transition-property: width;
    transition-timing-function: linear;
    z-index: 10;
}

#progress-line-0 {
    background-color: #FFDC00;
}
#progress-line-1 {
    background-color: #FFB400;
}
#progress-line-2 {
    background-color: #00AFFF;
}
#progress-line-3 {
    background-color: #B4FF3C;
}

.swiper-button-next, .swiper-button-prev {
    top: auto;
    bottom: 30px;
    color: white;
}

.swiper-button-next {
    right: 5%;
}

.swiper-button-prev {
    left: 5%;
}

.swiper-container .swiper-slide h1 {
  font: normal normal 400 74px/65px 'Tungsten';
  letter-spacing: 0px;
  text-transform: uppercase;
  opacity: 1;
  max-width: 600px;
  text-align: left;
}
@media screen and (max-width:1020px) {
    .swiper-container .swiper-slide h1 {
        font: normal normal 400 66px/58px 'Tungsten';
    }
}
@media screen and (max-width:568px) {
    .swiper-container .swiper-slide h1 {
        font: normal normal 400 46px/41px 'Tungsten';
    }
}
@media screen and (max-width:480px) {
    .swiper-container .swiper-slide h1 {
        font: normal normal 400 42px/38px 'Tungsten';
    }
}

.swiper-container .swiper-slide .swiper-slide-text {
    padding:0 250px;
}
@media screen and (max-width:568px) {
    .swiper-container .swiper-slide .swiper-slide-text {
        padding:0 200px;
    }
}
@media screen and (max-width:1020px) {
    .swiper-container .swiper-slide .swiper-slide-text {
        padding:0 170px;
    }
}
@media screen and (max-width:768px) {
    .swiper-container .swiper-slide .swiper-slide-text {
        padding:0 150px;
    }
}
@media screen and (max-width:720px) {
    .swiper-container .swiper-slide .swiper-slide-text {
        padding:0 40px;
    }
}
.swiper-container .swiper-slide.slide-1 h1 {
  color: #FFDC00;
}
.swiper-container .swiper-slide.slide-2 h1 {
    color: #FFB400;
}
.swiper-container .swiper-slide.slide-3 h1 {
    color: #00AFFF;
}
.swiper-container .swiper-slide.slide-4 h1 {
    color: #B4FF3C;
}
.swiper-slide-active .swiper-slide-text{
    animation: fadeIn 0.75s;
}
@keyframes fadeIn {
  0% { 
        opacity: 0;
        transform: translateY(-100px); 
    }
  100% { 
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-slide-prev .swiper-slide-text{
    animation: fadeOut 0.75s;
}
@keyframes fadeOut {
  0% { 
        opacity: 1;
        transform: translateY(0);
    }
  100% { 
        opacity: 0;
        transform: translateY(-100px);
    }
}

/**
* Custom styles for the top progress line
*/
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-top{
    overflow:hidden;
    display: flex !important;
    gap: 0;
}
.swiper-pagination-top .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    opacity: 0.9;
    padding: 0;
    text-align: left;
    font-size: 16px;
    color: white;
    margin: 0 5px;
    transition: all 0.3s ease;
    font-weight: bold;
    cursor: pointer;
    flex: 1;
    min-width: 0;
    /*position: absolute;*/
}

.swiper-pagination-top .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    
    background: rgba(255,255,255,0.15);
    z-index: 5;
    transition: all 0.3s ease;
}
.swiper-pagination-top .progress-line-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  transition-property: width;
  transition-timing-function: linear;
  z-index: 10;
}
/* Dynamisches Styling für alle Progress-Lines */
.swiper-pagination-top .progress-line-content {
    background-color: #ffffff !important;
}

/**
* Custom styles for the top progress line
*/
.logo-swiper {
    position: relative;
    padding:40px 0;
}
@media screen and (max-width: 1020px) {
    .logo-swiper {
        padding-top: 30px;
    }
    
}

.logo-swiper .swiper-wrapper {
    padding-top: 0; 
}

/* Höchste Spezifität für logo Progress-Lines */
.logo-swiper .swiper-pagination-logo-top.absolute.top-0.flex.justify-center {
    position: absolute;
    top: 10px; 
    left: 0;
    width: 100%;
    height: 20px; 
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    margin-bottom: 0;
    padding: 0;
    z-index: 10;
}

.logo-swiper .swiper-pagination-logo-top .swiper-pagination-bullet {
    position: relative;
    width: 100%;
    height: 4px;
    margin: 0; 
    background: rgba(60, 130, 230,0.3); 
    opacity: 1;
    border-radius: 0;
    cursor: pointer;
    display: inline-block !important;
    overflow: hidden; 
    font-size: 0;
    /*line-height: 6px !important;*/
    vertical-align: top !important;
    border: none !important; 
    padding: 0 !important; 
}

.logo-swiper .swiper-pagination-logo-top .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    z-index: 5;
    transition: all 0.3s ease;
}

.logo-swiper .swiper-pagination-logo-top .progress-line-logo {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 4px !important;
    width: 0;
    background-color: #00AFFF  !important; 
    transition: none !important; 
    z-index: 10 !important;
    opacity: 1 !important; 
    display: block !important;
    max-width: 100% !important;
}

.logo-swiper .swiper-pagination-logo-top .swiper-pagination-bullet::before {
    display: none !important; 
}


.logo-swiper .swiper-pagination-logo-top #progress-line-logo-0,
.logo-swiper .swiper-pagination-logo-top #progress-line-logo-1,
.logo-swiper .swiper-pagination-logo-top #progress-line-logo-2,
.logo-swiper .swiper-pagination-logo-top #progress-line-logo-3,
.logo-swiper .swiper-pagination-logo-top #progress-line-logo-4 {
    background-color: #00AFFF  !important; /* Vollweiß */
    opacity: 1 !important;
    height: 4px !important;
}

/* Mobile-spezifische Anpassungen */
@media screen and (max-width: 768px) {
    .logo-swiper {
        padding-top: 40px;
    }
    
    .logo-swiper .swiper-pagination-logo-top.absolute.top-0.flex.justify-center {
        top: 5px !important;
        height: 15px !important;
    }
    
    .logo-swiper .swiper-pagination-logo-top .swiper-pagination-bullet {
        flex: 1 !important;
        min-width: 40px !important;
    }
}

@media screen and (max-width: 568px) {
    .logo-swiper {
        padding-top: 35px;
    }
    
    .logo-swiper .swiper-pagination-logo-top.absolute.top-0.flex.justify-center {
        top: 5px !important;
    }
    
    .logo-swiper .swiper-pagination-logo-top .swiper-pagination-bullet {
        min-width: 30px !important;
    }
}


@media screen and (min-width: 1024px) {
    .swiper-pagination.swiper-pagination-logo-top {
        display: none !important;
    }
    
    .logo-container .swiper-no-interaction .swiper-pagination-logo-top {
        display: none !important;
    }
}


.logo-container .swiper-pagination-logo-top.absolute.top-0 {
    top: 10px !important;
}

.logos-block .swiper-pagination-logo-top.absolute.top-0 {
    top: 10px !important;
}


@media screen and (max-width: 1023px) {
    .swiper-pagination-logo-top {
        display: flex !important;
        visibility: visible !important;
    }
    
    .logo-container .swiper-pagination-logo-top.absolute.top-0 {
        top: 5px !important;
    }
    
    .logos-block .swiper-pagination-logo-top.absolute.top-0 {
        top: 5px !important;
    }
}

/**
* Custom styles for the download progress lines - oberhalb der Downloads
*/
.download-swiper {
    position: relative;
}

.download-swiper .swiper-wrapper {
    padding-top: 0; 
}
@media screen and (max-width: 1020px) {
    .download-swiper .swiper-wrapper {
        padding-top: 40px;
    }
}
@media screen and (max-width: 768px) {
  .download-swiper .swiper-wrapper {
    padding-top: 10px;
  }
}

/* Höchste Spezifität für Download Progress-Lines */
.download-swiper .swiper-pagination-download-top.absolute.top-0.flex.justify-center {
    position: absolute;
    top: 10px; 
    left: 0;
    width: 100%;
    height: 20px; 
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    margin-bottom: 0;
    padding: 0;
    z-index: 10;
}

.download-swiper .swiper-pagination-download-top .swiper-pagination-bullet {
    position: relative;
    width: 100%;
    height: 4px;
    margin: 0; 
    background: rgba(255,255,255,0.3); 
    opacity: 1;
    border-radius: 0;
    cursor: pointer;
    display: inline-block !important;
    overflow: hidden; 
    font-size: 0;
    line-height: 6px !important;
    vertical-align: top !important;
    border: none !important; 
    padding: 0 !important; 
}

.download-swiper .swiper-pagination-download-top .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    z-index: 5;
    transition: all 0.3s ease;
}

.download-swiper .swiper-pagination-download-top .progress-line-download {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 4px !important;
    width: 0;
    background-color: #ffffff !important; 
    transition: none !important; 
    z-index: 10 !important;
    opacity: 1 !important; 
    display: block !important;
    max-width: 100% !important;
}

.download-swiper .swiper-pagination-download-top .swiper-pagination-bullet::before {
    display: none !important; 
}


.download-swiper .swiper-pagination-download-top #progress-line-download-0,
.download-swiper .swiper-pagination-download-top #progress-line-download-1,
.download-swiper .swiper-pagination-download-top #progress-line-download-2,
.download-swiper .swiper-pagination-download-top #progress-line-download-3,
.download-swiper .swiper-pagination-download-top #progress-line-download-4 {
    background-color: #ffffff !important; /* Vollweiß */
    opacity: 1 !important;
    height: 4px !important;
}

/* Mobile-spezifische Anpassungen */
@media screen and (max-width: 768px) {
    .download-swiper {
        padding-top: 40px;
    }
    
    .download-swiper .swiper-pagination-download-top.absolute.top-0.flex.justify-center {
        top: 5px !important;
        height: 15px !important;
    }
    
    .download-swiper .swiper-pagination-download-top .swiper-pagination-bullet {
        flex: 1 !important;
        min-width: 40px !important;
    }
}

@media screen and (max-width: 568px) {
    .download-swiper {
        padding-top: 35px;
    }
    
    .download-swiper .swiper-pagination-download-top.absolute.top-0.flex.justify-center {
        top: 5px !important;
    }
    
    .download-swiper .swiper-pagination-download-top .swiper-pagination-bullet {
        min-width: 30px !important;
    }
}

/* Desktop-View: Progress-Lines verstecken */
@media screen and (min-width: 1024px) {
    .swiper-pagination.swiper-pagination-download-top {
        display: none !important;
    }
    
    .download-container .swiper-no-interaction .swiper-pagination-download-top {
        display: none !important;
    }
}

/* Überschreibe Template-CSS für Download Progress-Lines */
.download-container .swiper-pagination-download-top.absolute.top-0 {
    top: 10px !important;
}

.downloads-block .swiper-pagination-download-top.absolute.top-0 {
    top: 10px !important;
}

/* Stelle sicher, dass die Progress-Lines immer sichtbar sind im Mobile-View */
@media screen and (max-width: 1023px) {
    .swiper-pagination-download-top {
        display: flex !important;
        visibility: visible !important;
    }
    
    .download-container .swiper-pagination-download-top.absolute.top-0 {
        top: 5px !important;
    }
    
    .downloads-block .swiper-pagination-download-top.absolute.top-0 {
        top: 5px !important;
    }
}


.bg-layer-1 {
    position: fixed;
    left: auto;
    top: 0;
    width: 100%;
    max-width:2000px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header-swiper{
    z-index:2;
}

.content-block {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

.absolute.opacity-20 {
    opacity: 0.2;
}

.font-tungsten {
    font-family: 'Tungsten', sans-serif;
    font-weight: 300;
    letter-spacing: 0.9px;
}
.font-light {
    font-family: 'Tungsten-Light', sans-serif;
    font-weight: 300;
}
.font-tungsten-book {
    font-family: 'Tungsten-Book', sans-serif;
    font-weight: 300;
}

/* Character Styles */
.nxt25-head-s {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 32px;
    letter-spacing: 0.68px;
    color: #ffffff;
    text-transform: uppercase;
}
.nxt25-head-m {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 41px;
    letter-spacing: 0;
    color: #003C87;
    text-transform: uppercase;
}
.nxt25-head-l {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: 400;
    font-size: 58px;
    line-height: 52px;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
}
.nxt25-head-l-tab {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 46px;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
}
.nxt25-head-xl {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: 300;
    font-size: 74px;
    line-height: 65px;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
}
.nxt25-head-xl-tab {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: 600;
    font-size: 66px;
    line-height: 58px;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
}
.fliess-xl {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.22px;
    color: #000;
}
.fliess-l {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.22px;
    color: #000;
}
.fliess-m {
    font-style: normal;
    font-weight: 400;
    /*
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.18px;
    color: #000;
    */
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.22px;
    color: rgb(0 60 135);
}
.content-text .prose :where(p):not(:where([class~="not-prose"] *)) {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.22px;
    color: rgb(0 60 135);
}
.c-fliess-l-auszeichnung-003 {
    font-family: 'acumin-pro-extra-condensed';
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 25px;
    letter-spacing: 0.13px;
    color: #ffffff;
    text-transform: uppercase;
}
.nxt25-startslider-btn-tab {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 35px;
    letter-spacing: 0.15px;
    color: #ffffff;
    text-transform: uppercase;
}
.nxt25-startslider-btn {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: normal;
    font-size: 46px;
    line-height: 42px;
    letter-spacing: 0.18px;
    color: #ffffff;
    text-transform: uppercase;
}
.nxt25-hm-und-breadcrumbs {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.9px;
    color: #ffffff;
    text-transform: uppercase;
}
.acumin-pro-extracondensed-29pt {
    font-family: 'acumin-pro-extra-condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 29px;
    line-height: 25px;
    letter-spacing: 0.12px;
    color: #003C87;
    text-transform: uppercase;
}
.head-xl {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: bold;
    font-size: 74px;
    line-height: 65px;
    letter-spacing: 0.22px;
    color: #003C87;
    text-transform: uppercase;
}
.head-l {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: bold;
    font-size: 59px;
    line-height: 52px;
    letter-spacing: 0.18px;
    color: #003C87;
    text-transform: uppercase;
}
.head-m {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 39px;
    letter-spacing: 0.13px;
    color: #163c82;
    text-transform: uppercase;
}
.news-head {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 41px;
    letter-spacing: 0.13px;
    color: #163c82;
    text-transform: uppercase;
}
.news-head h2 {
    font-weight: 300;
    letter-spacing: 0.58px;
}
.news-head-box{
    padding-left:60px;
    padding-top:47px;
    padding-bottom:45px;
}
@media screen and (max-width:1020px) {
    .news-head-box {
        padding-left:40px;
        padding-top:28px;
        padding-bottom:26px;
    }
}
@media screen and (max-width:568px) {
    .news-head-box {
        padding-left:30px;
        padding-top:18px;
        padding-bottom:16px;
    }
}
.headroom--top .logo-white {
    display: block;
}
.headroom--top .logo-color {
    display: none;
}
.headroom--top {
    background: transparent;
}
.swiper-wrapper {
    padding-top: 0;
}
.margin-top-5 {
    margin-top: 5px;
}
.headroom--top .flip-color {
    color: #fff;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    content: '';
    background-image: url(../images/nxt-in25-progress-bar-pfeil-links.svg);
    width: 20px;
    height: 42px;
    opacity: 0.4;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-next::after {
    content: '';
    background-image: url(../images/nxt-in25-progress-bar-pfeil-rechts.svg);
    width: 20px;
    height: 42px;
    opacity: 0.4;
}
.swiper-button-prev:hover::after, .swiper-rtl .swiper-button-next:hover::after {
    opacity: 1;
}
.swiper-button-next:hover::after, .swiper-rtl .swiper-button-next:hover::after {
    opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

@media screen and (max-width:1024px){
    .swiper-button-next, .swiper-button-prev {
        bottom: 30px;
    }
    .swiper-pagination {
        width: calc(100% - 244px) !important;
        left: 124px !important;
    }
    .swiper-pagination.swiper-pagination-download-top {
        left: 0 !important;
        width: 100% !important;
    }
    .swiper-pagination.swiper-pagination-logo-top {
        left: 0 !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 568px) {
  .swiper-pagination {
    width: calc(100% - 60px) !important;
    left: 30px !important;
  }
}
/*
.swiper-button-prev {
    left: 12%;
}
.swiper-button-next {
    right: 12%;
}
*/
.navi-title {
    width: auto;
    display: inline-block;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 30px;
    min-height: 64px;
    opacity: 0.4;
    font-weight: 400;
    white-space: pre-line;
}
.navi-title:hover {
    opacity:1;
}
.swiper-pagination-bullet:nth-child(1) .navi-title{
    border-left: 0;
}
.swiper-pagination-bullet-active .navi-title,
.swiper-pagination-bullet:hover .navi-title {
    opacity: 1;
}
.nxt25-btn-l{
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0.9px;
    color: white;
    text-transform: uppercase;
    width:64px;
    height:32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
    padding-top:4px;
}
.button,
.prose a.button,
.prose a {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0.9px;
    color: white;
    text-transform: uppercase;
    height:32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
    padding:4px 10px 0;
}
.button:hover,
.prose a.button:hover,
.prose a:hover{
    color: #000;
    background-color: #fff;
}

.swiper-container .swiper-slide.slide-1 .nxt25-btn-l {
    color: #912300;
    background-color: #FFDC00;
}
.swiper-container .swiper-slide.slide-2 .nxt25-btn-l {
    color: #ffffff;
    background-color: #FFB400;
}
.swiper-container .swiper-slide.slide-3 .nxt25-btn-l {
    color: #000000;
    background-color: #00AFFF;
}
.swiper-container .swiper-slide.slide-4 .nxt25-btn-l {
    color: #000000;
    background-color: #B4FF3C;
}

.swiper-container .swiper-slide.slide-1 .nxt25-btn-l:hover,
.swiper-container .swiper-slide.slide-2 .nxt25-btn-l:hover,
.swiper-container .swiper-slide.slide-3 .nxt25-btn-l:hover,
.swiper-container .swiper-slide.slide-4 .nxt25-btn-l:hover,
.swiper-container .swiper-slide.slide-5 .nxt25-btn-l:hover {
    color: #000;
    background-color: #fff;
}
@media screen and (max-width:1280px){
    .swiper-container .navi-title{
        min-width:270px;
    }
    .swiper-container .swiper-pagination-bullet {
        display: inline-block;
    }
    /*
    .swiper-container .justify-center {
        justify-content: flex-start;
    }
        */
}
.row {
    width:100%;
    display: inline-flex;
}
.col {
    display: inline-block;
}
.col-span-1{
    width: 8.333%;
}
.col-span-2{
    width: 16.666%;
}
.col-span-3{
    width: 25%;
}
.col-span-4{
    width: 33.333%;
}
.col-span-5{
    width: 41.666%;
}
.col-span-6{
    width: 50%;
}
.col-span-7{
    width: 58.333%;
}
.col-span-8{
    width: 66.666%;
}
.col-span-9{
    width: 75%;
}
.col-span-10{
    width: 83.333%;
}
.col-span-11{
    width: 91.666%;
}
.col-span-12{
    width: 100%;
}
@media screen and (max-width:1200px) {
    .med-col-span-1{
        width: 8.333%;
    }
    .med-col-span-2{
        width: 16.666%;
    }
    .med-col-span-3{
        width: 25%;
    }
    .med-col-span-4{
        width: 33.333%;
    }
    .med-col-span-5{
        width: 41.666%;
    }
    .med-col-span-6{
        width: 50%;
    }
    .med-col-span-7{
        width: 58.333%;
    }
    .med-col-span-8{
        width: 66.666%;
    }
    .med-col-span-9{
        width: 75%;
    }
    .med-col-span-10{
        width: 83.333%;
    }
    .med-col-span-11{
        width: 91.666%;
    }
    .med-col-span-12{
        width: 100%;
    }
}
@media screen and (max-width:568px) {
    .sm-col-span-1{
        width: 5.555%;
    }
    .sm-col-span-2{
        width: 11.111%;
    }
    .sm-col-span-3{
        width: 16.666%;
    }
    .sm-col-span-4{
        width: 22.222%;
    }
    .sm-col-span-5{
        width: 27.777%;
    }
    .sm-col-span-6{
        width: 33.333%;
    }
    .sm-col-span-7{
        width: 38.888%;
    }
    .sm-col-span-8{
        width: 44.444%;
    }
    .sm-col-span-9{
        width: 50%;
    }
    .sm-col-span-10{
        width: 55.555%;
    }
    .sm-col-span-11{
        width: 61.111%;
    }
    .sm-col-span-12{
        width: 66.666%;
    }
    .sm-col-span-13{
        width: 72.222%;
    }
    .sm-col-span-14{
        width: 77.777%;
    }
    .sm-col-span-15{
        width: 83.333%;
    }
    .sm-col-span-16{
        width: 88.888%;
    }
    .sm-col-span-17{
        width: 94.444%;
    }
    .sm-col-span-18{
        width: 100%;
    }

}
.content-block-news.subpage.bg-white {
    margin-top: -1px;
}
@media screen and (min-width:1660px) {
    .content-block-news {
        text-align:center;
    }
    .content-block-news-inner {
        max-width: 100%;
        display: inline-block;
    }
}
@media screen and (max-width:768px) {
    .content-block-news-inner .col-span-2{
        display:none
    }
    .content-block-news-inner .col-span-5{
        width:100%;
    }
    .content-block-news-inner .col-span-9{
        width:100%;
    }
    .content-block-news-inner  .nxt25-head-m{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.max-width-270{
    max-width:270px;
    width: 100%;
    text-align:center;
    display: inline-block;
}
.max-width-270 p{
    padding-top:10px;
    padding-bottom:10px;
}
.btn-white{
    background-color: white;
    color: #003C87;
}
.btn-white:hover{
    color: #000000;
}
.content-block-1 {
    padding-top: 300px;
}
@media  screen and (max-width:1200px) {
    .content-block-1 .nxt25-head-xl {
        font-size: 66px;
        line-height: 58px;
        letter-spacing: 0;
    }
    .content-block-1 .fliess-xl {
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0.22px;
    }
}
@media  screen and (max-width:568px) {
    .content-block-1 .nxt25-head-xl {
        font-size: 46px;
        line-height: 41px;
        letter-spacing: 0;
    }
    .content-block-1 .fliess-xl {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.18px;
    }
}
.content-block-2 {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}
.content-block-2 .vert-line {
    border-left:1px solid #ffffff;
    height: 300px;
    display: inline-block;
}
.content-block-3 {
    text-align: center;
}
.whitebox .content-block-3 h2{
    text-align:center;
}
@media  screen and (max-width:1200px) {
    .content-block-3 .nxt25-head-l {
        font-size: 52px;
        line-height: 46px;
        letter-spacing: 0;
    }
    .content-block-3 .fliess-l {
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0.22px;
    }
}
@media  screen and (max-width:568px) {
    .content-block-3 .nxt25-head-l {
        font-size: 34px;
        line-height: 32px;
        letter-spacing: 0.68px;
    }
    .content-block-3 .fliess-l {
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0.22px;
    }
}
.content-block-5 {
    width: 100%;
    height: 400px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media  screen and (min-width:2000px) {
    .content-block-5 {
        height: 700px;
    }
}
@media  screen and (max-width:2000px) {
    .content-block-5 {
        height: calc(400px + ((100vw / 1024) - 1px) * 314.75);
    }
}
@media  screen and (max-width:1024px) {
    .content-block-5 {
        height: 400px;
    }
}
@media  screen and (max-width:720px) {
    .content-block-5 {
        width: 100%;
        height: 400px;
        background-size: 140%;
        background-position: center;

    }
}
@media  screen and (max-width:568px) {
    .content-block-5 {
        width: 100%;
        height: 400px;
        background-size: 240%;
        background-position: center;
    }
}
@media  screen and (max-width:1200px) {
    .content-block-news .news-head {
        font-size: 34px;
        line-height: 32px;
        letter-spacing: 0.68px;
    }
    .content-block-news .fliess-m {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.18px;
    }
}
@media  screen and (max-width:768px) {
    .content-block-news {
        padding-top:20px;
    }
    .content-block-news .news-head {
        font-size: 34px;
        line-height: 32px;
        letter-spacing: 0.68px;
    }
    .content-block-news .fliess-m {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.32px;
    }
}
.content-block-6{
    margin-bottom:300px;
}
.whitebox .content-block-6 h2{
    margin-bottom:0;
}
.content-block-6 h2 a{
    opacity:0.6;
}
.content-block-6 h2 a:hover{
    opacity:1;
}
.content-block-6 h2.text-normal{
    font-size:74px;
}
.content-block-6 h2.text-big{
    font-size:115px;
}
.text-insight {
    font-weight: 300;
    font-size: 74px;
    line-height: 65px;
    letter-spacing: 0;
}
@media  screen and (max-width:1200px) {
    .content-block-6 h2.text-normal{
        font-size:54px;
    }
    .content-block-6 h2.text-big{
        font-size:74px;
    }
    .text-insight {
        font-weight: 300;
        font-size: 54px;
        line-height: 48px;
        letter-spacing: 0;
    }
}
@media  screen and (max-width:568px) {
    .content-block-6 .x-lines.r-line::after,
    .content-block-6 .x-lines::before {
        content: unset;
    }

    .whitebox .content-block-6 h2{
        margin-bottom:0;
        text-align:center;
    }

  .content-block-6 .text-4xl {
    font-size: 46px;
    line-height: 41px;
    letter-spacing: 0;
  }

  
  .content-block-6 .inline-flex {
    flex-direction: column;
    clear: left;
    text-align: center;
  }
  
  .content-block-6 .block {
    display: inline-block;
  }
  
  .content-block-6 h2,
  .content-block-6 h2.text-normal,
   .content-block-6 h2.text-big {
    font-size: 46px;
    line-height: 41px;
    letter-spacing: 0;
    display: inline-block;
    width: 100%;
  }
  
  .content-block-6 #hero_content {
    text-align: center;
  }
}
.contact-text{
    padding: 0 64px 40px 64px;
}
@media  screen and (max-width:1020px) {
    .contact-text {
        padding: 0 42px 40px 42px;
    }
}
@media  screen and (max-width:568px) {
    .contact-text {
        padding-left:30px;
        padding-right:30px;
    } 
}
a.block.text-shadow {
    line-height: 1;
}
.x-lines.r-line::after, .x-lines::before {
    top: 0px;
    content: " ";
    display: block;
    height: 71%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 9%;
}
.x-lines.r-line-short::after {
    top: 5px;
    height: 50%;
}
section.conclusion {
    pointer-events: none;
}
section.conclusion::after{
 background-image: url(../images/nxt-in25-ug-ugm-unten-01-3000x2400.png);
 background-size: cover;
 bottom: -100px;
 height: 1241px;
}
@media screen and (min-width: 1280px) {
    section.conclusion::after{
        height: 1360px;
        bottom: calc(-350px + ((100vw / 1280) - 1px) * 180);
    }
}
.footer.relative.bg-white{
  background-color:transparent;
}
.h-25{
    height: 6.25rem;
}
.news-block {
    padding-right: 4px;
    padding-bottom: 4px;
  }
.news-block-content {
    background: rgba(0, 45, 120, 0.75);
    padding: 50px 60px;
    text-align: left;
}
@media screen and (max-width:768px) {
    .news-block-content {
        padding: 30px 30px 40px 30px;
    }
}
.news-button {
    color: rgba(0, 60, 135, 1);
    background: #ffffff;
    margin-top: 10px;
    clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
    -webkit-clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
    padding-top: 4px;
}
.news-button:hover {
    color: #000000;
}
.tags{
    margin-top:23px;
}
@media screen and (max-width:568px) {
    .tags{
        display:none;
    }
    
}
.tag {
    background-color: #ffffff;
    color: #000000;
    padding: 3px 12px;
    text-transform:uppercase;
    clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
    -webkit-clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
    font-size: 13px;
    display:inline-block;
    font-weight: 400;
}
.tag:hover {
    color: #ffffff;
    background-color: #000000;
}
.anchors{
    z-index:3;
}
.anchors .navi-title {
    min-height:0;
    opacity:1;
    white-space: nowrap;
}

.anchors .flex .arrow {
    content: '';
    background-image: url(../images/nxt-in25-progress-bar-pfeil-links.svg);
    transform: rotate(270deg);
    width: 20px;
    height: 42px;
    opacity: 1;
    margin-left: 20px;
    margin-right: 40px;
    background-repeat: no-repeat;
    margin-top: -6px;
}

/*
.content-swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
}
.content-swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
    */
.subpage.container{
    max-width:100%!important;
}
.subpage .content-header {
    min-height: calc(100vh - 208px);
    position: relative;
    margin-bottom:60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media  screen and (max-width:1200px) {
    .subpage .content-header .nxt25-head-xl {
        font-size: 58px;
        line-height: 52px;
        letter-spacing: 0;
    }
}
@media  screen and (max-width:568px) {
    .subpage .content-header .nxt25-head-xl {
        font-size: 48px;
        line-height: 44px;
        letter-spacing: 0;
    }
}
@media  screen and (max-width:1200px) {
    .subpage .news-head {
        font-size: 29px;
        line-height: 28px;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
    /*
    .fliess-m {
        font-size: 18px;
        line-height: 22px;
    }*/
}
@media screen and (max-width:768px) {
    .share-box{
        padding-top:50px;
    }
    .share-header{
        display:block;
        padding-left: 0!important;
    }
}
@media  screen and (max-width:568px) {
    .subpage .news-head {
        font-size: 26px;
        line-height: 25px;
        letter-spacing: 0;
    }
    /*
    .fliess-m {
        font-size: 16px;
        line-height: 20px;
    }
    .prose.fliess-m {
        font-weight: 300;
    }
        */
    .share-box{
        padding-top:50px;
    }
    .share-header{
        display:block;
    }
}
.anchors {
    position: absolute;
    bottom: 40px;
    max-width: 83.333%;
    width: 100%;
}
@media  screen and (max-width:1500px) {
    .anchors-inner {
        width: 100%;
        text-align: center;
        justify-content: center;
        display:inline-flex;
    }
    .anchors-inner .navi-title {
        display: none;
    }
    .anchors .flex .arrow {
        margin-left: 0;
        margin-right: 0;
    }
}



.color-technologies .subpage .content {
    background-color: rgba(0, 45, 100, 1);
}
.color-technologies .subpage .content.content-40 {
    background-color: rgba(0, 45, 100, 0.4);
}
.color-technologies .subpage .content.content-40-bg {
    background-color: rgba(0, 45, 100, 0.4);
}
.color-technologies .subpage .content.content-60 {
    background-color: rgba(0, 45, 100, 0.6);
}
.color-technologies .content-subpage2 {
    background-color: rgba(0, 45, 100, 0.6);
}

.color-engine .subpage .content {
    background-color: rgba(200, 60, 0, 1);
}
.color-engine .subpage .content.content-40 {
    background-color: rgba(200, 60, 0, 0.4);
}
.color-engine .subpage .content.content-40-bg {
    background-color: rgba(200, 60, 0, 0.4);
}
.color-engine .subpage .content.content-60 {
    background-color: rgba(200, 60, 0, 0.6);
}
.color-engine .content-subpage2 {
    background-color: rgba(200, 60, 0, 0.6);
}

.color-solutions .subpage .content {
    background-color: rgba(0, 60, 135, 1);
}
.color-solutions .subpage .content.content-40 {
    background-color: rgba(0, 60, 135, 0.4);
}
.color-solutions .subpage .content.content-40-bg {
    background-color: rgba(0, 60, 135, 0.4);
}
.color-solutions .subpage .content.content-60 {
    background-color: rgba(0, 60, 135, 0.6);
}
.color-solutions .content-subpage2 {
    background-color: rgba(0, 60, 135, 0.6);
}

.color-operations .subpage .content {
    background-color: rgba(0, 100, 0, 1);
}
.color-operations .subpage .content.content-40 {
    background-color: rgba(0, 100, 0, 0.4);
}
.color-operations .subpage .content.content-40-bg {
    background-color: rgba(0, 100, 0, 0.4);
}
.color-operations .subpage .content.content-60 {
    background-color: rgba(0, 100, 0, 0.6);
}
.color-operations .content-subpage2 {
    background-color: rgba(0, 100, 0, 0.6);
}

.color-insights .subpage .content {
    background-color: rgba(160, 10, 0, 1);
}
.color-insights .subpage .content.content-40 {
    background-color: rgba(160, 10, 0, 0.4);
}
.color-insights .subpage .content.content-40-bg {
    background-color: rgba(160, 10, 0, 0.4);
}
.color-insights .subpage .content.content-60 {
    background-color: rgba(160, 10, 0, 0.6);
}
.color-insights .content-subpage2 {
    background-color: rgba(160, 10, 0, 0.6);
}

.color-default .subpage .content {
    background-color: rgba(0, 60, 135, 1);
}
.color-default .subpage .content.content-40 {
    background-color: rgba(0, 60, 135, 0.4);
}
.color-default .subpage .content.content-40-bg {
    background-color: rgba(0, 60, 135, 0.4);
}
.color-default .subpage .content.content-60 {
    background-color: rgba(0, 60, 135, 0.6);
}
.color-default .content-subpage2 {
    background-color: rgba(0, 60, 135, 0.8);
}





.subpage .content.bg-white {
    background: #ffffff;
}

.subpage .content .swiper-button-next.text-white {
    top: 0;
    height: 110px;
    width: 20px;
}
.subpage .content .swiper-button-prev.text-white {
    top: 20px;
    height: 80px;
    width: 50px;
    padding-left: 0;
    left: 64px;
}
.subpage .content .swiper-button-next.text-white {
    top: 20px;
    height: 80px;
    width: 50px;
    padding-left: 0;
    right: 64px;
}
.subpage .content .swiper-text {
    width: calc(100% - 224px);
    min-height:100px;
    padding: 20px 20px 0;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width:768px) {
    .subpage .content .swiper-text {
        width: calc(100% - 224px);
        padding: 0 30px;
        margin-top:20px;
    }
}

.subpage .content .swiper-button-prev::after {
    width: 100px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: left 20px;
    border-right: 1px solid white;
    display: block;
    margin-top: 20px;
    opacity: 1;
}
.subpage .content .swiper-button-next::after {
    width: 100px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: right 20px;
    border-left: 1px solid white;
    display: block;
    margin-top: 20px;
    opacity: 1;
}
.subpage .content .swiper-slide .bg-white {
    text-align: center;
}
.subpage .content .swiper-slide .bg-white img{
    width: 100%;
    width: calc(100% - 224px);
    min-height: 100px;
    padding: 20px 20px 0;
    display: inline-block;
}
.subpage .content .swiper-slide .bg-white img.no-padding {
    padding: 0;
}
@media screen and (max-width: 568px) {
    .subpage .content .swiper-slide .bg-white img{
        width: 100%;
        padding: 0;
    }
}

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

    .subpage .content .swiper-slide .bg-white img{
        max-width: calc(100% - 60px);
    }
}
.content-text{
    padding-left: 60px;
    padding-right: 60px; 
}
.content-text .prose{
    column-count: 2;
    column-gap: 60px;
}
@media screen and (max-width: 910px) {
    .content-text .prose{
        column-count: 1;
    } 
}
.content-text .prose .break {
    break-before: column;
    -moz-column-break-before: always;
    -moz-break-before: column;
    break-inside: avoid;
    -moz-break-inside: avoid;
}
@media screen and (max-width: 1020px) {
    .content-text{
        padding-left: 40px;
        padding-right: 40px; 
    }
}
@media screen and (max-width: 768px) {
    .content-text{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 568px) {
    .content-text{
        padding-left: 30px;
        padding-right: 30px;
    }
}
/*
#logo .image-block{
    padding-left: 30px;
    border-left: 1px solid #D2D7DC;
    margin-left: 30px;
    display: inline-flex;
    height: 100%;
    min-height: 100px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    vertical-align: middle;
}
    */
#logo img {
    max-height: 124px;
    width: auto;
    max-width: 340px;
}
/*
#logo .image-block:nth-child(1) {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
}
@media screen and (max-width:768px) {
    #logo .content{
        display:flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #logo .image-block {
        padding-left: 0;
        border-left: none;
        margin-left: 0;
    }
}
*/
.logo-container {
    
}
.logo-container .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            /* Höhe für die Logos, damit sie gleichmäßig aussehen */
            height: 124px;
            box-sizing: border-box;
            
            border-left: 1px solid #D2D7DC;
            margin-left: 30px;
}
.logo-container .swiper-slide:nth-child(1) {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
}
.logo-container .swiper-slide img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            padding-left: 30px;
}

.logo-container .swiper-no-interaction .swiper-wrapper {
            transform: none !important; /* Wichtig, um die Positionierung zu fixieren */
        }
@media screen and (max-width:768px) {
    .logo-container .swiper-slide {
        padding-left: 0;
        border-left: none;
        margin-left: 0;
    }
    
}

.usecases-block.grid {
  margin-bottom: 80px;
}
@media screen and (max-width: 568px) {
    .usecases-block.grid .usecase-block {
        padding-left: 64px;
        padding-right: 64px;
    }
}

.usecase-block-content h3,
.usecase-block-content p{
    color: rgb(0 60 135)
}
.usecase-block-content strong {
    font-weight:bold;
}
.usecase-button{
    margin-top:10px;
    color: white;
    background-color: #003C87;
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 5px 6px;
    clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
    display: inline-block;
}
.usecase-button:hover{
    background-color:#000000;
}
@media screen and (min-width:2000px) {
    .usecases-block{
        max-width:2000px;
        width:100%;
        margin:auto;
    }
}
@media screen and (max-width:1024px) {
    .usecases-block.md\:grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width:768px) {
    .usecases-block.md\:grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width:768px) {
    .usecase-less {
        display:none;
    }
}


@media screen and (max-width:768px) {
    .download-block {
        display:inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width:100%;
    }
    .subpage .download-block {
        padding-left: 0;
        border-left: none;
        margin-left: 0;
    }
    .subpage .download-block-content p {
        padding-bottom: 20px; 
    }
}
.swiper.download-swiper {
    border:0;
}
.downloads-block{
    padding:0px 30px 50px 30px;
}
@media screen and (max-width: 910px) {
    .downloads-block{
        padding-left: 42px;
        padding-right: 42px;
    }
}
@media screen and (max-width: 768px) {
    .downloads-block{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 568px) {
    .downloads-block{
        padding-left: 30px;
        padding-right: 30px;
    }
}

.download-container {
}
.download-container .swiper-slide {
            box-sizing: border-box;
            
            border-left: 1px solid rgba(255,255,255,0.6);
            padding-right: 30px;
            padding-left: 30px;
}
.download-container .swiper-slide img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
}

.download-container .swiper-slide:nth-child(1) {
    border-left: 1px solid transparent;
}

.download-container .swiper-no-interaction .swiper-wrapper {
            transform: none !important; /* Wichtig, um die Positionierung zu fixieren */
        }
@media screen and (max-width:768px) {
    .download-container .swiper-slide {
        padding-left: 0;
        border-left: none;
        margin-left: 0;
    }
    .download-container .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
    }
    .download-container .swiper-slide img {
            padding-left: 0;
}
    
}

.subpage .download-block img {
    margin-bottom: 20px;
}
.subpage .news-block-content {
    background: rgba(0, 45, 120, 1);
}

.footer a.footer-button{
    color: white;
    background-color: #003C87;
    clip-path: polygon(0% 0%, calc(100% - 3px) 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0% calc(100% - 3px), 0% 3px, 3px 0%);
}
.footer a.footer-button:hover{
    background-color:#000000; 
}

.headroom--top .flip-color {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}
.categorypage .headroom--top .flip-color {
    --tw-border-opacity: 1;
    border-color: rgb(0 60 135/var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 60 135/var(--tw-text-opacity));
}
.breadcrumb.breadcrumb-mobile{
    display:none;
    z-index: 2;
    position: relative;
}
.subpage-outer{
    padding-top: 208px;
}
@media screen and (max-width:1024px) {
    /*.headroom--top .font-tungsten.flip-color,
    .headroom--not-top .font-tungsten.flip-color {
        display:none;
    }*/
    .breadcrumb.breadcrumb-desktop{
        display:none;
    }
    .breadcrumb.breadcrumb-mobile{
        display:block;
    }
    .subpage-outer{
        padding-top: 116px;
    }
}
@media screen and (max-width:600px) {
    .footer-nav {
        max-width: 340px;
        width: 100%;
    }
    .footer-nav div {
        margin-bottom: 10px;
    }
}
.footer-content {
    padding-top: 320px;
}
@media screen and (max-width: 568px) {
    .footer-content {
        padding-top: 200px;
    }   
}
@media screen and (max-width: 568px) {
    .whitebox .footer-content {
        padding-top: 350px;
    }   
}
.swiper-top{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 200px;
    background: transparent linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: 2;
}

.swiper-bottom{
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 200px;
    background: transparent linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: 2;
}

.subpage-top{
     position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    background: transparent linear-gradient(180deg, #AA2D00 0%, #AA2D0000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
.color-technologies .subpage-top{
    background: transparent linear-gradient(180deg, #000F3C 0%, #AA2D0000 100%) 0% 0% no-repeat padding-box;
}
.color-engine .subpage-top{
    background: transparent linear-gradient(180deg, #AA2D00 0%, #AA2D0000 100%) 0% 0% no-repeat padding-box;
}
.color-solutions .subpage-top{
    background: transparent linear-gradient(180deg, #001455 0%, #AA2D0000 100%) 0% 0% no-repeat padding-box;
}
.color-operations .subpage-top{
    background: transparent linear-gradient(180deg, #004600 0%, #AA2D0000 100%) 0% 0% no-repeat padding-box;
}
.color-insights .subpage-top{
    background: transparent linear-gradient(180deg, #780000 0%, #AA2D0000 100%) 0% 0% no-repeat padding-box;
}
.color-default .subpage-top{
    background: transparent linear-gradient(180deg, #001455 0%, #AA2D0000 100%) 0% 0% no-repeat padding-box;
}
/*
.swiper-slide .container {
    max-width: 80%;
    padding: 0;
    width: 100%;
}

@media screen and (max-width:720px) {
    .swiper-slide .container {
        max-width: 50%;
    }
}
@media screen and (max-width:568px) {
    .swiper-slide .container {
        max-width: 77.78%;
    }
}
    */

section.conclusion.double-sided::after {
  height: calc(282 + ((100vw / 768) - 1px) * 262);

}

.news-mobile{
    display:none;
}
@media screen and (max-width:768px) {
    .news-mobile{
        display:block;
    }
    .news-desktop{
        display:none;
    }
}

@media screen and (max-width: 568px) {
    .subpage .content .swiper-text {
        width: 100%;
    }
    .swiper-button-prev.text-white {
        display: none;
    }
    .swiper-button-next.text-white {
        display: none;
    }
}

.anchors a span{
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  padding-bottom: 3px;
  border-bottom-width: 1px; 
  border-bottom-style: solid;
  border-bottom-color: transparent; 
}

.anchors a:hover span{
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom-width: 1px; 
  border-bottom-style: solid;
  border-bottom-color: currentColor; 
}
@media screen and (max-width: 1024px) {
    .mobilehide{
        display:none;
    }
}
.color-solutions .subpage .content.content-block-1{
    background-color: rgba(255, 255, 255, 0.8);
}
.color-solutions .subpage .content.content-block-2{
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url('/user/pages/04.solutions/07.adaptive-document-intelligence/nxt-in25-kachelmuster-size1-landing-page-solutions.svg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.color-solutions .subpage .content.content-block-3{
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url('/user/pages/04.solutions/07.adaptive-document-intelligence/nxt-in25-kachelmuster-size1-landing-page-solutions.svg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.color-solutions .subpage .content.content-block-3 .content-block-box{
    background: transparent linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%) 0% 0% no-repeat padding-box;
}
.color-solutions .subpage .content .content-text{
    text-align: left;
}
.content-subpage2{
    text-align: center;
    padding: 60px;
    position:relative;
    margin-top:-7px;
}
.content-subpage2 .prose :where(p):not(:where([class~="not-prose"] *)){
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.22px;
}
.content-subpage2-inner{
    max-width: 800px;
    text-align: left;
    display: inline-block;
    z-index:3;
    position: relative;
    margin-top:80px;
    /*column-count: 2;
    column-gap: 60px;*/
}
.content-subpage2-inner .prose ul > li::before{
    background-color:white;
}
.subpage2-top{
    position:relative;
}
.subpage.subpage2 .content-header {
    min-height: calc(100vh - 208px);
    position: relative;
    margin-bottom:0;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.subpage.subpage2 .prose.mx-auto.fliess-m.text-white {
    padding-left: 100px;
    padding-top: 50px;
}
@media screen and (max-width:768px) {
    .subpage.subpage2 .prose.mx-auto.fliess-m.text-white {
        padding-left: 0;
        padding-top: 50px;
    }
}

.x-lines {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
}
.row.contact-row{
    margin-top: 30px;
}
.col-headline{
    text-align:left;
}
.usecase-block-content .fliess-l{
    hyphens: auto;
}

@media screen and (max-width:768px) {
  .nav_menu .block.uppercase {
    font-size: 28px;
  }
  .nav_menu .children .block.uppercase {
    font-size: 22px;
  }
}
.text-white{
    color: white;
}
.text-white h1,
.text-white h2,
.text-white h3{
    color: white;
}
.text-white ol > li::before{
    color:white;
}
.footer-box{
    min-width:320px;
}
@media screen and (max-width:768px) {
    .footer .flex.flex-nowrap{
        flex-wrap: wrap;
    }    
}
.whitebox .text-white p {
    color:white;
    margin-bottom: 1rem;
}
.whitebox h1 {
    font: normal normal 400 74px/65px 'Tungsten';
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    max-width: 600px;
    text-align: left;
    margin-bottom: 0.5rem;
}
@media screen and (max-width:1020px) {
    .whitebox h1 {
        font: normal normal 400 66px/58px 'Tungsten';
    }
}
@media screen and (max-width:568px) {
    .whitebox h1 {
        font: normal normal 400 46px/41px 'Tungsten';
    }
}
.whitebox h2 {
    font: normal normal 400 58px/52px 'Tungsten';
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    max-width: 600px;
    text-align: left;
    margin-bottom: 0.5rem;
}
@media screen and (max-width:1020px) {
    .whitebox h2 {
        font: normal normal 400 46px/41px 'Tungsten';
    }
}
@media screen and (max-width:568px) {
    .whitebox h2 {
        font: normal normal 400 34px/32px 'Tungsten';
    }
}
.whitebox h3 {
    font: normal normal 400 46px/41px 'Tungsten';
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    max-width: 600px;
    text-align: left;
    margin-bottom: 0.5rem;
}
@media screen and (max-width:1020px) {
    .whitebox h3 {
        font: normal normal 400 34px/32px 'Tungsten';
    }
}
@media screen and (max-width:568px) {
    .whitebox h3 {
        font: normal normal 400 34px/32px 'Tungsten';
    }
}
.whitebox h4 {
    font: normal normal 400 34px/32px 'Tungsten';
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    max-width: 600px;
    text-align: left;
    margin-bottom: 0.5rem;
}
@media screen and (max-width:1020px) {
    .whitebox h4 {
        font: normal normal 400 34px/32px 'Tungsten';
    }
}
@media screen and (max-width:568px) {
    .whitebox h4 {
        font: normal normal 400 34px/32px 'Tungsten';
    }
}

.whitebox .prose h2{
    margin-top:4rem;
}
@media screen and (max-width: 1023px) {
    .header-swiper .swiper-pagination-bullet {
        display: none;
    }
    .header-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        display: block;
    }
    .navi-title {
        border-left: 0px;
    }
}

.prose a.databridge-link {
    height: auto;
}
.databridge-image {
  margin: 0 0 0;
}
.whitebox .news-block-content p{
    color:white;
}
.whitebox p.text-white{
    color:white;
}

/*
Safari Leiste einrechnen:
*/
.anchors-inner {
    padding-bottom: env(safe-area-inset-bottom, 0);
}
@media  screen and (max-width:568px) {
    .anchors-inner {
        padding-bottom: 72px;
    }
    .swiper-home-navigation {
        padding-bottom: 65px;
    }
}