/* TOP */
body .top-footer .top-footer-col2-inner:nth-child(3) {
    width: 29%;
}
.top-footer .top-footer-col2-inner:last-child img {
    min-width: 350px;
}
body .site-footer .widget .readmore:hover {
    color: var(--ci-blau);
}
body .site-footer .widget .readmore:hover:before {
    color: var(--ci-blau);
}
/*
body .site-footer .cms-widget-appoint li span {
    color: var(--ci-blau);
	background: var(--gradient-blau);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}*/
body .site-footer .cms-widget-appoint li {
    color: #fff;
}
body .site-footer .cms-widget-appoint li p {
	margin-bottom: 0;
}
body .site-footer .cms-widget-appoint li p.wochentag {
	margin-bottom: -3px;
}
body .site-footer .widget,
body .site-footer .widget p,
body .site-footer .widget a,
body .site-footer .widget ul,
body .site-footer .widget ul li {
    color: #fff;
}
body .site-footer .widget a:hover {
    color: var(--ci-gruen);
}

/* COPYRIGHT */
body .bottom-footer {
    color: var(--ci-blau);
}
.bottom-footer .bottom-col1 {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.bottom-footer .bottom-col2 {
	display: none;
}
/* Dropdown */
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.dropdown > span {
	color: #fff;
}
.dropdown-content {
	display: none;
	position: absolute;
	padding: 12px 16px;
	z-index: 1;
	background-color: var(--ci-blau);
	width: max-content;
	/* wenn dropdown nach oben klappen soll */
	top: -60px;
}
@media (max-width: 768px) {
	.dropdown-content {
		left: -190px;
	}
}
.dropdown-content a {
	color: #fff !important;
}
.dropdown-content p {
	margin-bottom: 0;
}
.dropdown-content a:hover {
	color: #ccc !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/* Mobil */
@media screen and (max-width: 767px) {
    .top-footer .top-footer-col2-inner:nth-child(3) {
        width: 100% !important;
    }
}