.footer-slice p, .footer-slice a{
    line-height: 33px;
    font-size: 18px;
}

.footer-slice a, .footer-slice a:hover {
    color:#525252;
}

.bg-white {
    background-color: white;
}

.footer-logo {
    border: 8px solid white;
    vertical-align: top;
    margin-left: 20px;
}

.unterstuetzer .uk-card-body, .unterstuetzer  .uk-card-title {
    color: #525252;
}

.unterstuetzer .uk-card-body {
    padding: 0px 0px;
}

.firma .uk-card-body, .unterstuetzer  .uk-card-title {
    color: #525252;
}

.firma .uk-card-body {
    padding: 0px 0px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F17829;
    overflow: hidden;
    width: 100%;
    height: 8px;
    transition: .5s ease;
    opacity: 1.0;
    z-index: 1;
}

.uk-panel:hover .overlay {
    height: 100%;
    opacity: 0.80;
}

.hight-z {
    z-index: 10000;
}

.bg-grey {
    background-color: #EEEEEE;
}


.akkordeon li {
    border: 1px solid black;
}

h1 {
    color: #F17829
}

.termine {
    border: 1px solid black;
}

.termine ul {
    padding-left: 0;
}

.termine li {
    display:inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.auto-two-columns {
    column-count: 2; /* Set the number of columns */
    column-gap: 20px; /* Set the gap between columns */
    padding-left: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .auto-two-columns {
        column-count: 1; /* Set the number of columns */
        column-gap: 10px; /* Set the gap between columns */
        padding-left: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.card-mitglieder {
    background-color: #EEEEEE;
}
