.logo {
    max-width: 200px;
    transition: all .3s;
    width: 100%;
    min-width: 200px;
}
header .max-img-h{max-height:550px;overflow:hidden;    text-align: center;}
.startcarousel{max-height:550px;overflow:hidden;}
.content-universal{    hyphens: auto;}
.trenner {
    height: 2px;
    width: 100%;
}

.trenner.colored {
    height: 7px;
    width: 100%;
    background-image: url(https://www.rakuns.de/_assets/img/splashes/color_footer.svg);
    background-size: cover;
}

.hover-info {
    z-index: 1;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

#main-navigation {
    top: 0;
    margin-top: -200px;
    transition: all .5s ease-in-out;
    z-index: 1040;
}

#main-navigation.insight {
    margin-top: 0;
    transition: all .5s ease-in-out;
}

#navbarNavAltMarkup.show {
    background-color: rgba(255, 255, 255, 1);
    transition: all .3s;
    margin-bottom: 1.5rem;
}

#navbarNavAltMarkup.show a {
    width: 100%;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    /* color: #0087ca; */
}

.btn-close {
    z-index: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.newsdate {
    display: none;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #5e9f52;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
border:0!important;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.navbar-light .logo {
    max-width: 206px !important;
    transition: all .3s;
}

.navbar-light .logo-mobil {
    max-width: 130px !important;
    transition: all .3s;
}

.navbar-light:before {
    transform: translateY(0);
    transition: all .3s;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(https://www.rakuns.de/_assets/img/icons/toggle.svg);
}

.fa2x {

    width: 2rem;
}

.text-white svg {
    fill: #FFF;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-frame {
    padding: 1rem;
    margin-bottom: 1rem;
    border: solid;
}

.content-universal {
    position: relative;
}

footer:before {
    content: "";
    display: block;
    height: 7px;
    width: 100%;
    background-image: url(https://www.rakuns.de/_assets/img/splashes/color_footer.svg);
    background-size: cover;
}

:root,
:host {
    --fa-style-family-classic: 'Font Awesome 6 Pro';
    --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("/_assets/webfonts/fa-light-300.woff2") format("woff2"), url("/_assets/webfonts/fa-light-300.ttf") format("truetype");
}

.fal,
.fa-light {
    font-weight: 300;
}

/*! CSS Used from: Embedded */
:root {
    --card-height: 250px;
    --card-width: calc(var(--card-height) / 1.19);
}

.title {
    width: 100%;
    transform: translate3d(0%, -25px, 100px);
    transition: transform 0.5s;
}

.bg-primary .h1>span:after,
.bg-primary .h2>span:after {
    background-color: rgba(255, 255, 255, 1);

}

.teaser {
    transition: all .3s ease-in-out;
    position: relative;
	border-radius:2rem;
}
    .teaser .nav-link:hover{
    font-weight:bold;
    }
@media (min-width:750px) {
    .logo {
        max-width: 400px;
    }
    .teaser:hover {
        //transition: all .3s ease-in-out;
        //transform: scale(1.05)rotate(-1.3deg);
    }
}

.news-text-list .teaser {
    border-bottom: solid 1px;
    box-shadow: none !important;
    padding-left: 0 !important;
border-radius:0 !important;
background-color:transparent!important;
}

.news-text-list .teaser:hover {
    transform: none;
}

.news-text-list .ratio {
    display: none;
}


.news-text-list .text-hand {
    font-family: inherit !important;
    font-size: 1.75rem;

}

.teaser img {
    width: 100%
}

.drop-shadow {
    filter: drop-shadow(3px 5px 5px rgb(0 0 0 / 0.25));
}

.scrollFade {
    opacity: 1;
    pointer-events: all;
}

.scroll-down .scrollFade--hidden {
    opacity: 0;
    pointer-events: none;
    /* transform: translateY(10%); */
    margin-top: 5%;
}

.scroll-up .scrollFade--hidden {
    opacity: 0;
    pointer-events: none;
    /* transform: translateY(-10%); */
    margin-top: 0;
}

.scrollFade--visible {
    opacity: 1;
    pointer-events: all;
    margin-top: 0;
}

.scrollFade--animate {
    transition: all 0.4s ease-in-out;
}

.bg-neutral-gray {
    background-color: #E6E6E6;
}

.slider-item {
    height: 140px;
    cursor: pointer;
}

.weiter-lesen i {
    transition: all 0.4s ease-in-out;
    transform: rotate();
}

.weiter-lesen.collapsed i {
    transition: all 0.4s ease-in-out;
    transform: rotate(180deg);
}

.video-js {
    background-color: transparent !important;
}

.video-js .vjs-big-play-button:before {
    content: url(https://www.rakuns.de/_assets/img/icons/_play_primary.svg);
    width: 100%;
    transform: translateY(-50%);
    display: block;
    filter: drop-shadow(3px 5px 5px rgb(0 0 0 / 0.25));
    opacity: 0.9;
}

.video-js:hover .vjs-big-play-button:before {
    opacity: 1;
}

.video-js .vjs-big-play-button,
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    background-color: transparent;
    border: 0;
    font-size: 6em;
    line-height: 1;
    height: auto;
    width: 3em;
    margin-top: 0;
    margin-left: -1.5em;
}

.vjs-icon-placeholder {
    display: none;
}

.vjs-icon-placeholder:before {
    content: "";
}

footer .fa-3x {
    font-size: 2.7rem;
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #5e9f52;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}


.grid-fr3,
.grid-fr4,
.grid-fr5 {
    grid-template-columns: 1fr;
}

.ratio-video-bg {
    --bs-aspect-ratio: 56.25%;
}

@media (min-width: 576px) {

    .grid-fr4,
    .grid-fr5 {
        grid-template-columns: 1fr 1fr;
    }
}


@media (min-width: 768px) {

    .grid-fr3,
    .grid-fr4,
    .grid-fr5 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}


@media (min-width: 992px) {

    .grid-fr4,
    .grid-fr5 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .ratio-video-bg {
        --bs-aspect-ratio: 40%;
    }
}


@media (min-width: 1200px) {
    .grid-fr5 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}


@media (min-width: 1400px) {}

.first.opacity-50,
.filter:hover {
    opacity: 1 !important;
}

.filter:hover {
    transform: scale(1.05);
    transition: all .3s;
}

header {
    background-color: #f3f6fa;
    margin-bottom: 1rem;
    min-height: 120px;
}

header:empty {
    min-height: 150px;
    background-color: #f3f6fa;
    margin-bottom: 1rem;
}

.post-slide {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
}

.img-polaroid {
    background-color: #FFF;
    padding: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
    transform: rotate(2deg);
}

/**.gesundheitstipps .post-slide .teaser:before {
    content: "";
    height: 4px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}**/

.rk-bewegung header,
.gesundheitstipps .rk-bewegung .teaser:before {
    background-color: #ba3a41;
}

.rk-ernaehrung header,
.gesundheitstipps .rk-ernaehrung .teaser:before {
    background-color: #f0d908;
}

.rk-hygiene header,
.gesundheitstipps .rk-hygiene .teaser:before {
    background-color: #009ddb;
}

.rk-selbstwahrnehmung header,
.gesundheitstipps .rk-selbstwahrnehmung .teaser:before {
    background-color: #89c333;
}

.rk-medienkompetenz header,
.gesundheitstipps .rk-medienkompetenz .teaser:before {
    background-color: #002d6e;
}

.typ-news header {
    background-color: #f3f6fa !important;
}

b,
strong {
    font-weight: 700;
}


.gesundheitstipps .h1.text-hand {
    font-size: 1.75rem !important;
}

.text-hand {
    text-transform: none !important;
}

.slide-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 1250px;
}

/*.slide {
    display: none;
    position: relative;
    transition: transform 0.5s ease;
}*/


.animation {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
}

.slide.active {
    display: block;
}

.slide.active .animation {
    opacity: 1;
}

.comic-card:hover {
    transform: scale(1.2);
    transition: all 0.3s ease-in;
}

.comic-card {
    transform: scale(1);
    transition: all 0.3s ease-out;
}

.programm .min {
    height: 90px;
}

.hover-show {
    height: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.kachel:hover .hover-show {
    height: auto;
    overflow: visible;
    transition: all .5s ease;
}

.bordered li {
    border-top: solid 1px;
}

.bordered {
    border-bottom: solid 1px;

}

.buttons {
    margin-top: 1rem;
}

.buttons a {
    background-color: #5e9f52;
    color: #FFF;
    border-radius: 0.357rem;
    margin-top: 1rem;

}

.buttons a:hover {
    color: #FFF;
    background-color: #99b1d6;

}

a {
    text-decoration: none;
    border-bottom: dotted 1px;
}

a:hover {
    color: #748aae;
}

.logo-link {
    border: 0;
}

.slider-item a,
footer a {
    border-bottom: none;
}

.teaser .teaser {
    box-shadow: none !important;
    padding: 0 !important;
}

.teaser:hover .teaser {
    transition: all .3s ease-in-out;
    transform: scale(1)rotate(0);
}

.teaser .gesundheitstipps .post-slide .teaser:before {
    display: none;
}

.teaser .gesundheitstipps .teaser .text {
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
}

.footer-logo {

    filter: drop-shadow(3px 3px 4px rgb(0 0 0 / 0.25));
}

#_preload_div_ {
    min-height: 600px;
}

.btn-icon {
    height: 1.6rem;
    display: inline-block;
    margin-right: .5rem;
    width: auto !important;
}

.stretched-link {
    border: none;
}

@media (max-width: 768px) {
    .row.gx-4 {
        margin-right: -.75rem;
        margin-left: -.75rem;
    }

    .row.gx-5 {
        margin-right: -1rem;
        margin-left: -1rem;
    }

    .row.gx-6 {
        margin-right: -1.2rem;
        margin-left: -1.2rem;
    }
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}
@media (max-width: 992px) {
#navbarNavAltMarkup .dropdown-menu
 {
    display: block;
    position: relative;
    border: 0;
	border-radius:0;
    box-shadow: none !important;
}
#navbarNavAltMarkup a{border-bottom:solid 1px #87a3cf;}
}
@media (min-width: 992px) {
 #navbarNavAltMarkup .dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
    right: -15px;
    margin-top: 0;
  }
  #navbarNavAltMarkup .dropdown-menu {
        position: absolute;
        display: none;
        z-index: 1000;     
        min-width: 300px;
    }
}
}
header #carouselExampleIndicators {
    max-width: 2000px;
    margin: auto;
}

.gesundheitstipps .post-slide .teaser:before{content:"";height:4px;width:100%;    display: block;position: absolute;
    top: 0;
    left: 0;}
.rk-umwelt header, .gesundheitstipps .rk-umwelt .teaser:before{background-color:#378c3c;}
.bg-umwelt{background-color:rgba(var(--bs-umwelt-rgb), var(--bs-bg-opacity)) !important;}
.text-umwelt{color:#378c3c;}.border-umwelt{border-color:#378c3c !important;}
.rk-bewegung header, .gesundheitstipps .rk-bewegung .teaser:before{background-color:#ba3a41;}
.rk-ernaehrung header, .gesundheitstipps .rk-ernaehrung .teaser:before{background-color:#f0d908;}
.rk-hygiene header, .gesundheitstipps .rk-hygiene .teaser:before{background-color:#009ddb;}
.rk-selbstwahrnehmung header, .gesundheitstipps .rk-selbstwahrnehmung .teaser:before{background-color:#89c333;}
.rk-medienkompetenz header, .gesundheitstipps .rk-medienkompetenz .teaser:before{background-color:#002d6e;}
.typ-news header{background-color:#f3f6fa!important;}

.gesundheitstipps .teaser{border-radius: 0 0 2rem 2rem!important;}

main svg:first-of-type {
    display: none;
}