@media (max-width: 960px) {
    .sponsoring-headline-section img {
        height: 565px; 
        object-fit: cover;
    }
    
}

/* @media (max-width: 960px) {
    .mega-image img {
        height: 565px; 
        object-fit: cover;
    }
    
} */

/*  */

.sponsoring-quote-section {
    background-color: #000000;
    /* margin-bottom: 30px; */
}

.sponsoring-quote-section .section-content-text {
    text-transform: uppercase;
}

.sponsoring-quote-section .section-content-text q {
    color: var(--secondary);
    font-size: 2em;
}

.sponsoring-quote-section .section-content-text p {
    color: #FFFFFF;
    font-size: 1em;
}

/** **/

.sponsoring-statement-section {
    background-color: #FFFFFF;
}

span.sponsoring-statement {
    background-image: linear-gradient(transparent calc(85% + 0px), #DC00FE 5px);
    background-size: 0;
    background-repeat: no-repeat;
    display: inline;
    transition: 0.5s ease;
    line-height: 2.0em;
    text-transform: uppercase;
  }
  
  @keyframes sponsoring-statement-animation {
    from {
      background-size: 0;
    }
    to {
      background-size: 100%;
    }
  }

/** **/

.sponsoring-logo-section {
    background-color: #000000;
}

/** **/

.sponsoring-partner-section {
    background-color: #FFFFFF
}

.sponsoring-partner-section .section-content-title span {
    color: #FFFFFF;
    background-color: var(--secondary);
    border: 1px solid #FFFFFF;  
}

/** **/

.sponsoring-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.sponsoring-content-logo {
    display: flex; 
    justify-content: center; 
    align-items: center;
} 

.sponsoring-content-logo img {
    max-height: 200px;
}

.sponsoring-content-text {
    padding: 30px 0;
}

.sponsoring-content-text span {
    font-size: 1.0em; 
    text-transform: uppercase;
}

.sponsoring-button-more {
    display: flex; 
    justify-content: center; 
    align-items: center;
}

/** **/

span.sponsor-name {
    font-weight: bold;
}

span.sponsoring-highlight {
    color: var(--secondary);
    font-weight: bold;
}

/** **/

.sponsoring-alternativen-section {
    background-color: var(--secondary);
    padding-bottom: 0!important;
}

.sponsoring-alternativen-section .section-content-title span {
    color: var(--secondary);
    background-color: #FFFFFF;
}

.sponsoring-alternativen-section .section-content-text {
    color: #FFFFFF;
}

/** **/

.sponsoring-versprechen-section {
    background-color: #FFFFFF;
    /* padding-bottom: 0!important; */
}

.sponsoring-versprechen-section .section-content-title span {
    color: #FFFFFF;
    background-color: var(--default);
}

.sponsoring-versprechen-section .section-content-subtitle span {
    color: #FFFFFF;
    background-color: var(--default);
}

.sponsoring-versprechen-section .section-content-text {
    /* color: var(--default); */
}

/** **/

.sponsoring-anerkennung-section {
    color: #FFFFFF;
}

/** **/
.button-53 {
    color: white!important; 
    background-color: black!important;
}