body {
    background-color: #222126;
    overflow-x: hidden;
}

h1 {
    margin-top: 2rem;
    font-family: "Montserrat", regular;
    font-size: 3rem;
    font-weight: 400;
    color: #ffff;
}

h2 {
    font-family: "Montserrat", regular;
    font-size: 2.5rem;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #ffff;
}

h3 {
    font-family: "Montserrat", regular;
    font-size: 1.5rem;
    font-weight: 200;
    margin-top: 2rem;
    /*color: #0D2D44;*/
    /*color: white;*/
    line-height: 16px;
}

/*h3.card-title a {*/
/*    line-height: 15px;*/
/*}*/


.container-fluid {
    max-width: 1860px;
}

.custom-gradient {
    background: linear-gradient(
            to bottom,
            rgba(34, 45, 91, 0) 0%,
            rgba(34, 45, 91, 0.8) 0%,
            #222126 100%
    );
}

.navbar-nav {
    margin: 0 auto;
}

.custom-search-btn {
    color: white;
    border: 1px solid #8F51B6;
    background-color: transparent;
}

.custom-search-btn:hover {
    background-color: white;
    color: black;
}

.bg-image {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url('../image/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.5;
}

.section-header {
    margin-top: 100px;
    margin-bottom: 100px;
}

.intro-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 5px;
}




.card {
    box-shadow: inset -2px -2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px!important;
    overflow: hidden;
    border-width: 0px;
}

.card-body .text-views{
    color: #0070AA;
    font-weight: 500;
}

.card-body .card-title a,
.card-body .card-date
{
    font-size: 16px;
    font-weight: 500;
    /*line-height: 12px;*/
    color: #333;
}



.card-body .card-text {
    font-size: 14px;
    font-weight: 600;
}

.cart-sender {
    font-size: 12px;
    font-weight: 400;
    color: #0070AA;
    font-weight: 500;
}



body {
    font-family: "Montserrat", regular;
    color: #ffff;
    font-weight: 400;
}

.btn-primary {
    font-weight: 400;
    width: 200px;
    color: white;
    border: 1px solid #8F51B6;
    background-color: transparent;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.btn-primary:hover {
    background-color: white;
    color: black;
}



.podcast-title {
    font-size: 3rem;
    font-weight: 200;
}

.podcast-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
}

.podcast-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    height: 4rem;
    color: white;
    font-size: 0.85rem;
}

.plus-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(40deg, #53C4FE 20%, #377AD6 88%);
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 28px;
    font-weight: 400;
}


.col-md-4:hover {
    transform: translateY(-8px);
}

.col-md-4 .icon {
    margin-bottom: 20px;
}

.col-md-4 .icon i {
    font-size: 50px;
    background: linear-gradient(40deg, #53C4FE 20%, #377AD6 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-left: 2rem;
    margin-top: 1rem;
}


.obereReihe .icon {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    height: 14rem;
}

.container .icon h4{
    margin-left: 2rem;;
}
.container .icon p{
    margin-left: 2rem;
}

.spacing-after {
    margin-bottom: 100px;
}


.text-muted {
    margin-top: 1rem;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}




.videoportal .border {
    background-color: rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}


.border {
    --bs-border-color: linear-gradient(40deg, #53C4FE 20%, #377AD6 88%);
}




.custom-footer {
    background: linear-gradient(
            to bottom,
            rgba(34, 45, 91 ) 0%,
            #222126 100%
    );
    width: 100vw;
    height: 36vh;
}
.custom-footer .text-white{
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
}
.custom-footer .copyright-text {
    margin-top: 2rem;
}

.container video { width: 100%; }



/*_______________________ Stoerer__________________ */
#sidemenu {
    z-index: 100;
    position: fixed;
    top: 250px;
    right: -275px;
    padding: 10px;
    transition-duration: 0.5s;}

#sidemenu h2 {
    color: #000000 !important;
    text-align: left !important;
    text-transform: none !important;
    margin-top: 0;
    font-size: 22px;
}

#sidemenu h3 {
    color: #000000 !important;
    text-align: left !important;
    text-transform: none !important;
    margin-top: 0;
    font-size: 28px;
}

#sidemenu h5 {
    font-size: calc(1.2rem + .3vw);
    color: black;
}

#sidemenu a {
    color: #000000;
}

#sidemenu #tab-content_Container {
    width: 276px;
    background-color: #f4f8fb;
    color: white;
    padding: 10px 15px 10px 10px;
    min-height: 243px;
}

#sidemenu #tab-content_Container .tab-subscribe {
    background-color: orange;
    padding: 5px 15px 5px 15px;
    color: white;
    text-transform: uppercase;
}

#sidemenu #tab-content_Container .fab {
    margin-right: 10px;
    margin-top: 5px;
}

#sidemenu #tab-content_Container img {
    margin-bottom: 5px;
}

#sidemenu #tab-content_Container .fab {
    margin-right: 10px;
    margin-top: 5px;
}

#sidemenu #tab-content_Container img {
    margin-bottom: 5px;
}

#sidemenu .tab-col {
    padding: 0 !important;
    margin: 0 !important;

}

#sidemenu .nav-item,#sidemenu .nav-item:hover {
    margin-bottom: 1px;
}

#sidemenu .nav-pills .nav-link {
    background-color: #f4f8fb;
    border: 0 !important;
    border-radius: 0;
    height: 64px;
    width: 64px;
    padding: 7px;
}

#sidemenu .nav-pills .nav-link.active {
    border: 0 !important;
}

/* #sidemenu .nav-tabs {
  border-bottom: 0 solid #dee2e6;
} */

#sidemenu .resetbutt a{
    color: black;
}


.transform {
    right: -5px !important;
    transition-duration: 0.5s;
}

.highlight .nav-pills .nav-link {
    background-color: orange;
    border: 0 !important;
    border-radius: 0;
    transition-duration: 0.2s;
}

.highlight .nav-pills .nav-link.active {
    background-color: #0070aa!important;
    border-bottom: 4px solid #000000!important;
    border: 0 !important;
    transition-duration: 0.2s;
}


.nav-pills .btn-red {
    background-color: #FCB040;
}

.side{
    width:unset;
}

#tab-list {
    border: 4px solid #000000;
    border-right: none;

}


#tab-content_Container {
    border: 4px solid #000000;
}





/* ---------- Gleich hohe Karten (unabhängig von Titel-Länge) ---------- */

.section-container .row {
    display: flex;
    flex-wrap: wrap;
}

.section-container .col-lg-3,
.section-container .col-md-3,
.section-container .col-sm-6,
.section-container .col-xs-12 {
    display: flex;
}

.section-container .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.section-container .card-body {
    flex-grow: 1; /* füllt den restlichen Raum gleichmäßig */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* verteilt Inhalt harmonisch */
}

/* ---------- GBildformate ---------- */

/*.aspect-ratio-9-16 {*/
/*    max-width: 80%;*/
/*}*/

.aspect-ratio-9-16 .video-container {
    margin: auto;
    width: 30%;
}


/*Bild bei 16:9 beschneiden (nur unten)*/
.image-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Seitenverhältnis */
    overflow: hidden;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Bild wird beschnitten, um das Seitenverhältnis zu füllen */
    object-position: bottom; /* Bild wird oben ausgerichtet, Überschuss unten */
}

/* Jedoch nicht bei Shorts */
#rubrik-shorts .aspect-ratio-9-16 .image-container,
#video-podcast .aspect-ratio-9-16 .image-container
{
    position: static;
    width: auto;
    padding-top: 0;
    overflow: visible;
}

#rubrik-shorts .aspect-ratio-9-16 .image-container img,
#video-podcast .aspect-ratio-9-16 .image-container img
{
    position: static;
    /*width: auto;*/
    height: auto;
    object-fit: unset;
}
