.rssbtn{
	background-color: #3aaae2;
    font-size: 1.75vh !important;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px;
    position: fixed;
    width: 88%;
    bottom: 10px;
    border-radius: 10px;
    color: #FFF;		
}
#articleList {
	width: 100%;
	border-bottom: 1px solid #3aaae1;
}

.applist a{
	font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: #3aaae1;
}

.applist p{
    line-height: 2;
    margin: 0;
    padding-left: 15px;
    transition: all 0.3s;
    background-color: #1b1d1e;
    font-size: 90%;
    background-image: url(../images/btns/click.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
	font-weight: 400 !important;
	padding-right: 5vh;
    white-space: nowrap;
    text-overflow: ellipsis; 
    overflow: hidden;
	text-align: left !important;
	padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.applist p:hover{
	padding-left: 25px;
}

#articleList h1 {
	font-size: 18px;
	text-transform: normal;
}

#articleList .newsPagination a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid gray;
}

#articleList .newsPagination a:hover {
	background: #cccccc;
}

#articleList .newsPagination a.active {
	background: black;
	color: white;
}

#articleList .newsArticle {
	width: 100%;
}

#articleList p.artDate {
	font-style: italic;
	float: left;
}

#articleList p.artAuthor {
	float: right;
}

#articleList h2 {
    padding: 0;
    margin: 0;
	width: 100%;
}

#articleList .artImage {
	float: left;
	margin-right: 30px;
	border: 1px solid black;
}

#articleList .artImage img {
	display: block;
}

#articleList p.linkMore {
	clear: both:
}

#articleList p.linkOverview {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.dw-waste-widget {
    font-family: inherit;
    margin: 0;
    width: 100%;
}

.dw-waste-widget *,
.dw-waste-widget *::before,
.dw-waste-widget *::after {
    box-sizing: border-box;
}

.dw-waste-widget__link {
    color: inherit;
    display: block;
    text-decoration: none;
    width: 100%;
}

.dw-waste-widget__card {
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 7px 22px rgba(24, 48, 28, .12);
    color: #fff;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 75px;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    width: 100%;
    margin-top: 15px;
}

/* Zustand, solange noch keine gültige Auswahl gespeichert wurde */
.dw-waste-widget__card--setup {
    background-color: #fff;
    background-image: url('https://dinklage.app/cms/upload/widget/btn_widget.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Beim Hintergrundbild werden keine Termindaten angezeigt */
.dw-waste-widget__card--setup .dw-waste-widget__content,
.dw-waste-widget__card--setup .dw-waste-widget__countdown {
    display: none;
}

.dw-waste-widget__card::after {
    background: rgba(255, 255, 255, .13);
    border-radius: 50%;
    content: '';
    height: 130px;
    pointer-events: none;
    position: absolute;
    right: -42px;
    top: -60px;
    width: 130px;
}

/* Keine Dekoration über dem Einrichtungsbild */
.dw-waste-widget__card--setup::after {
    display: none;
}

.dw-waste-widget__card--bio {
    background: #9a672f;
}

.dw-waste-widget__card--rest {
    background: #5e6460;
}

.dw-waste-widget__card--yellow {
    background: #bd9d00;
}

.dw-waste-widget__card--paper {
    background: #2676bd;
}

.dw-waste-widget__card--clothes {
    background: #5f96bf;
}

.dw-waste-widget__card--hazardous {
    background: #cf3443;
}

.dw-waste-widget__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.dw-waste-widget__content strong {
    color: #fff;
    font-size: clamp(21px, 6vw, 28px);
    line-height: 1.05;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dw-waste-widget__date {
    color: #fff;
    font-size: 14px;
    margin-top: 7px;
}

.dw-waste-widget__countdown {
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 11px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

@media (max-width: 380px) {
    .dw-waste-widget__card {
        gap: 10px;
        min-height: 92px;
        padding: 16px;
    }

    .dw-waste-widget__countdown {
        font-size: 11px;
        padding: 7px 8px;
    }
}

.dw-waste{
    color: #fff !important;
}

