/* Abfallmodul */
.abfallmodul .row.collapse {
    margin: 0; /* sonst -15px links und rechts */
}
.abfallmodul .row.collapse [class^="column-"]:not(:last-child) {
    padding-right: 10px;
}
.abfallmodul {
    margin: 20px 0;
}
.abfallmodul.no-icon .tbl_termin +.tbl_termin {
    margin-top: 2px;
}
.abfallmodul .infotext, .abfallmodul .beschreibung, .abfallmodul .bemerkung {
    font-size: 0.825em;
    display: block;
    margin: 2px 0;
    padding: 2px 4px;
    border-radius: 2px;
    font-weight: 500;
}
.abfallmodul .infotext:before,  .abfallmodul .beschreibung:before , .abfallmodul .bemerkung::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 2px;
}
.abfallmodul .bemerkung::before {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f071";
}
.abfallmodul .infotext:before,.abfallmodul .beschreibung::before {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f05a";
}

/* Abfallmodul - Darstellung: Liste */
.abfallmodul .box {
    border: 1px solid #f0f0f0;
}
.abfallmodul .box > div:nth-child(odd) {
    background-color: #f8f8f8;
}
.abfallmodul .unstyled-list {
    margin: 0;
}
.abfallmodul .unstyled-list li {
    padding: 5px 0;
    margin: 0;
}
.abfallmodul .title {
    display: block;
    padding: 15px 10px;
    margin-bottom: 10px;
    margin: 0;
}
.abfallmodul .dates .title {
    padding: 0;
}
.abfallmodul .dates {
    padding: 10px;
}

/* Abfallmodul - Abfallarten Legende */
.waste-legend {
        margin-top: 1rem;
}
.date {
    float: right;
}
.day {
    float: left;
}
.weekend {
    background-color: #f8f8f8;
}

@media screen and (max-width: 680px){
 .abfallkalender_caption {
    display: none;
}
    
    
}

/* jQuery autocomplete */
.ui-autocomplete {
    background-color: #fff;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    width: 200px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ui-autocomplete:hover {
    border-color: #;
}
.ui-menu-item-wrapper {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}
.ui-menu-item:not(:last-of-type) {
    border-bottom: 1px solid  #f0f0f0;
}
.ui-menu-item-wrapper:hover {
    background-color: #f0f0f0;
    border-color: #808080;
}
.ui-menu-item-wrapper:hover:not(:first-of-type) {
    background-color: #f0f0f0;
    border-color: #808080;
    border-top: 1px solid  #808080;
}
.ui-state-active {
    background-color: #f0f0f0;
}

/* Abfallmodul - Abfallart auswählen */
.checkbox-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.checkbox-list li {
    display:inline-block;
}
.checkbox-list li input[type=checkbox]:checked + label {
    font-weight: bold;
}
@media screen and (max-width: 680px){
    .checkbox-list li {
        display:block;
    } 
}
.checkbox-list li:not(:last-of-type) {
    margin-right: 10px;
}

/* Abfallmodul - ics-Kalenderdatei-Export Pulldown-Menu */
select.waste-ical-select {
	vertical-align: middle;
	margin-top: -30px;
	margin-right: 10px;
}
@media screen and (max-width: 960px){
    select.waste-ical-select {
    	margin-top: 5px;
    } 
}

/* Abfallmodul - Monatskalender */
#calendar .view-buttons {
    display:none;
}
#calendar .title {
    padding: 0;
}
button.svelte-2qdqa1 {
	display: inline-block;
	padding: 7px 15px 10px;
	background-color: #1DB0E7; /* FARBE ANPASSEN */
	color: #fff;
	border-radius: 3px;
	font-weight: normal;
	font-size: 1em;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
	border: none !important;
	cursor: pointer;
	-webkit-appearance: none;
}
button.svelte-2qdqa1::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.0);
	top: 0;
	left: 0;
	transition: background-color 0.2s;
}
button.svelte-2qdqa1:hover::after,
button.svelte-2qdqa1:focus::after {
	background-color: rgba(0,0,0,.125);
}

/* Abfallmodul - Jahreskalender */
.abfallmodul table {
    width: 100%;
    table-layout: fixed;
    page-break-inside: avoid;
}
.abfallmodul caption {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
    text-align: left;
}
.abfallmodul table,
.abfallmodul th,
.abfallmodul td {
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.abfallmodul th {
    background-color: #f0f0f0;
    font-weight: bold;
}
.abfallmodul th,
.abfallmodul td {
    padding: 0.5rem;
    vertical-align: top;
}
[class*="waste-type-"] {
    margin: 2px;
}