:root {
    --blau: #003087;
    --rot: #ED0B05;
    --dunkelrot: #C22A35;
    --hellrot-10: rgba(237,11,5,0.1);
    --schwarz: #0C0C0C;
    --weiß: #FFFFFF;
    --butterweiss: #F7F5F2;
  }

  /* width */
::-webkit-scrollbar {
    width: 10px;
    border-radius: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 5px;
  }

/* .header-home{
    background-image: url("../img/header.webp");
    background-repeat: no-repeat;
    background-size: auto;
} */

.red-line-top-bottom{
    border-top: var(--rot) 1.5px solid !important;
    border-bottom: var(--rot) 1.5px solid !important;
}
.red-line-top{
    border-top: var(--rot) 1.5px solid !important;
}
.red-line-bottom{
    border-bottom: var(--rot) 1.5px solid !important;
}


.__black-line-top-bottom{
    border-top: var(--schwarz) 1.5px solid !important;
    border-bottom: var(--schwarz) 1.5px solid !important;
}
.__black-line-top{
    border-top: var(--schwarz) 1.5px solid !important;
}
.__black-line-bottom{
    border-bottom: var(--schwarz) 1.5px solid !important;
}

.text-red{
    color: var(--rot)!important;
    font-weight: bold;
}

.second-headline{
    background-color: var(--butterweiss) !important;
    color: var(--rot)!important;
    font-weight: normal;

}

.footer-link{
    color: var(--schwarz);
    text-decoration: none;
}
.footer-link:hover{
    color: var(--rot);
}


body{
    background: var(--weiß) !important;
    /* background: var(--butterweiss) !important; */
}

.text-multiline-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Anzahl der Zeilen */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.background-butterweiss {
    background-color: var(--butterweiss) !important;
}

.kontakt-kacheln{
    background-color: var(--butterweiss);
    /* padding: 2rem; */
    border-radius: 2rem;

    width: 47% !important;

}



/* Für Firefox */
.sidemenu {
    /* scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1; */
    border-radius: 10px;
}

/* Scrollbalken im Webkit-basierten Browsern (Chrome, Edge, Safari) */
/* .sidemenu::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

.sidemenu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.sidemenu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.sidemenu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sidemenu::-webkit-scrollbar-button {
    display: none;
} */


.hide-menu{
    display: none;
}

#collapseHintergrundwissenBtn{
    cursor: pointer;
}



.video_menu.active a{
    color: #fff !important;
}
.video_menu a:before{
    /* content: url('/assets/icons/icon_play_outline_r_duenn.svg'); */
    content: url('/assets/icons/icon_play_outline_r.svg');
    /* content: url('/assets/img/playing.svg'); */
    padding-right: 10px;
}
.video_menu.active a:before{
    /* content: url('/assets/icons/icon_play_outline_w.svg'); */
    content: url('/assets/icons/icon_play_filled_w.svg');
    /* content: url('/assets/img/playing_w.svg'); */
}

/* hover */
.faq-menu:hover{
    background-color: var(--hellrot-10) !important;
    /* background-color: var(--rot); */
}
.video_menu:hover{
    background-color: var(--hellrot-10) !important;
    /* background-color: var(--rot); */
}
.video_menu:hover a{
    /* color: #fff !important; */
    color: var(--schwarz) !important;
}
/* .video_menu:hover a:before{
    content: url('/assets/img/playing_w.svg');
} */
/* hover */

.extern_navbar__menu li a{
    line-height: 1em;
}
.extern_navbar__menu li a:hover{
    color: #fff;
}
.extern_navbar__menu li a p{
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}
.extern_navbar__link{
    width: 150px;
}
.extern_navbar__item.active .extern_navbar__link{
    color: var(--rot);;
    font-weight: bold; 
}
.extern_navbar__item.active:hover .extern_navbar__link{
    color: #fff;
}
aside ul.sidemenu{
    padding-right: 20px;
}
aside .sidemenu{
    user-select: none;
}
ul .video_menu{
    padding: 0px;
}
ul .video_menu a{
    padding: 10px;
    width: 100%;
}
ul .video_menu p{
    /* background-color: palevioletred; */
    width: 100%;
    white-space: wrap;
    line-height: 1.3em;
}
.list-group-item.active{border: none;}

.tel-kontakt{
    font-size: 12pt;
    color: var(--blau);
}

.text-large{
    font-size: large;
}

#toggleIcon{
    transform: scale(1.5);
}

#videoframe{
    width: 100%;
    height: auto;
    display: block;
    border: none;
    aspect-ratio: 16/9;
    min-height: 160px;
    /* border: 2px solid var(--rot); */
    border-radius: 20px;
    background-color: #000;
    overflow: hidden;
    box-sizing: border-box;
}

.extern-link{
    color: var(--blau);
    font-weight: bold;
}

.__faq-menu{
    font-weight: bold;
}
.faq-menu.active a{
    color: #fff !important;
}

.faq-buttons{
    width: 100%;
}


.nav-link.active {
    color: var(--weiß) !important;
    background-color: var(--rot) !important;
    border-color: var(--rot) !important;
}

.nav-link {
    color: var(--schwarz) !important;
    background-color: var(--butterweiss) !important;
    border-color: var(--butterweiss) !important;
    border-radius: 20px !important;
    /* border-width: */
}

.accordion-body a {
    color: var(--blue) !important;
}