﻿@import "/css/root.css";

.nav-thema li {
    padding: 0;
    background-image: url();
}

.nav-thema {
    margin-bottom: 12px !important;
    list-style: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
}

/*.animation1 {
    display: block;
    -webkit-animation: animationFrames ease 1.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-name: slidein-left;
    transition: transform .5s ease;
}*/

.animation1 {
    animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.lpWaitL, .lpWaitR {
    display: block;
    width: 100%;
    text-align: center;
}

.lpWaitL {
    margin-top: 32px;
}

#but-thema ul li {
    margin-bottom: 0 !important;
}

#but-thema {
    /*display: inline-block;*/
    width: 100%;
}

#but-thema li {
    padding: 0;
    margin: 0 0 5px 0;
    width: 100%;
    box-sizing: border-box;
}
    /*     #but-thema li:hover {
         background-color:aqua;
     }*/
#but-thema a {
    padding: 5px 5px 8px 18px;
    color: #000000;
    display: block;
}

#but-thema a:hover {
    padding: 5px 5px 8px 18px;
    /*font-size:larger;*/
    background-color: var(--color-main-igc);
    /*border-width: 20px;*/
}

#but-thema a:hover::after {
    /*content: '    \2714';
    left: 0px;*/
    border-bottom:1px solid black;
}

#but-thema li.active a {
    color: white;
    /*border:1px solid black;*/
}

       /* #but-thema li.active a::after {
            content: '    \2714';
        }*/

.margin-theme {
    margin-bottom: 18px !important;
}

.col-theme {
    padding-left: 0px;
    margin-left: 0px;
}

#but-thema li > a #4 {
    background-color: #32d5555c !important;
}

div#multiColumn {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    padding-left: 15px;
}

#multiColumn li:nth-child(4) {
    -webkit-column-break-after: always;
    break-after: always;
}

/*#colTxt {
    padding-top: 4px;
    padding-right: 85px;
}*/

#a1, #a2, #a3, #a4, #a5, #a6, #a7, #a8 {
    display: block;
    border-left: 36px solid;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
}

#a1 { border-left-color: var(--color-thema-1); }
#a2 { border-left-color: var(--color-thema-2); }
#a3 { border-left-color: var(--color-thema-3); }
#a4 { border-left-color: var(--color-thema-4); }
#a5 { border-left-color: var(--color-thema-5); }
#a6 { border-left-color: var(--color-thema-6); }
#a7 { border-left-color: var(--color-thema-7); }
#a8 { border-left-color: var(--color-thema-8); }

.iLrg {
    float: left;
    font-size: 30px;
    color: white;
    margin-left: -51px;
    /*margin-right: 15px;*/
    text-rendering: optimizeLegibility;
}
.iSml {
    float:left;
    font-size: 28px;
    color: white;
    margin: -3px 0 -3px 0;
}

@media only screen and (max-width: 540px) {
    #but-thema a {
        font-size: 15px;
    }
}

/* Paragraph */
.kalender ul li {
    padding: 0px 0px 0px 25px;
    font-family: 'AvenirLTBook', sans-serif;
    color: #707070;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 5px;
    font-weight: normal;
    list-style: none;
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 10px 10px;
    background-image: url("../assets/images/list_bullet.svg");
}

.kalender ol li {
    padding: 0px 0px 0px 25px;
    font-family: 'AvenirLTBook', sans-serif;
    color: #707070;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 5px;
    font-weight: normal;
}

.kalender ul.nav-tabs li, ul.dropdown-menu li {
    padding: 0px;
    background: none;
}

/* THEMATISERING */
.thema {    margin-left: 10px; }
.thema1 {   background-color: var(--color-thema-1) !important;}
.thema2 {   background-color: var(--color-thema-2) !important;}
.thema3 {   background-color: var(--color-thema-3) !important;}
.thema4 {   background-color: var(--color-thema-4) !important;}
.thema5 {   background-color: var(--color-thema-5) !important;}
.thema6 {   background-color: var(--color-thema-6) !important;}
.thema7 {   background-color: var(--color-thema-7) !important;}
.thema8 {   background-color: var(--color-thema-8) !important;}
.thema1t {   background-color: var(--color-thema-1-trans) !important;}
.thema2t {   background-color: var(--color-thema-2-trans) !important;}
.thema3t {   background-color: var(--color-thema-3-trans) !important;}
.thema4t {   background-color: var(--color-thema-4-trans) !important;}
.thema5t {   background-color: var(--color-thema-5-trans) !important;}
.thema6t {   background-color: var(--color-thema-6-trans) !important;}
.thema7t {   background-color: var(--color-thema-7-trans) !important;}
.thema8t {   background-color: var(--color-thema-8-trans) !important;}

.imgAgenda {
    padding: 50px 0 0 10px;
}


@media (max-width: 550px) {
    #colTxt {
        padding-top:10px;
    }
}

.list-agenda .evbx.aktief {
    background-color:aliceblue;
}

.agenda-container {
    position: relative;
}

.agenda-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.agenda-fullscreen-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: #fff;
    background-color: #17324d;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .2s ease;
}

    .agenda-fullscreen-btn:hover {
        background-color: #274d70;
    }

    .agenda-fullscreen-btn i {
        font-size: 20px;
    }

#agendaContainer:fullscreen {
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 20px;
    overflow: auto;
    background: #fff;
}

    #agendaContainer:fullscreen .inner-agenda-block {
        height: calc(100vh - 75px);
        overflow: hidden;
    }

    #agendaContainer:fullscreen .list-agenda,
    #agendaContainer:fullscreen .detailageb {
        height: calc(100vh - 95px);
        overflow-y: auto;
    }