/*** Variable Setup ***/

:root {
    --white-color: #ffffff;
    --black-color: #000000;
    --green-color: #FC6E55;
    --dark-green-color: #5D3839;
    --light-bg: #f1f5e9;
    --light-bg2: #f8faf5;
}
/*** Variable Setup ***/

/* changed BG on profile popup */
.news__modal .modal-content, .profile__modal .modal-content{
    background-color: rgb(93 56 57 / 90%);
}

.mm__vita .modal-content, .gallery__modal .modal-content {
    background-color: rgb(93 56 57 / 90%);
}

/* changed color in footer kontakt banner */
.kontakt-info h2 span {
    color: #fff;
}

.kontakt-info h6 {
    color: var(--green-color);
}

/* added UL and Li styling to the class */
.about_txt ul {
    padding-left: 1em;
}
.about_txt ul li {
    padding-bottom: 0.5em;
}