@charset "utf-8";
/* CSS Document */


/*---------------> additional post Styles during DEV-Phase by Logoform (do not modify!)*/
/*.container{background-color:blue !important; border:3px solid blue;}*/

/*---------------> GMaps:*/

/*Reduct GoogleMap height-size on portrait movile devices*/

@media (max-width:500px) {
	.pit_googlemaps-map{
		height:300px !important;
	}
	.gmnoprint{
		display:none !important;
	}
}


/*---------------> RS-Forms:*/
/*Additional class as override-extension for DropDown selections with multi choise
 --> As used in "Containerbestellung online"-form ("Was moechten Sie entsorgen")*/
 
#waste-type select{
	overflow-y: visible;
    height: 120px !important;
	scrollbar-width: none;
	background-image: none !important;
}


/*--------------> UEber den WZV/ ALLRIS: Buergerinformationssystem:*/

.allris-icon{
	/*background-color:yellow;*/
	text-align:center;
}

.allris-icon img{
	max-width:60px;
	height:auto;
}

.allris-text{
	/*background-color:pink;*/
	padding-top:1em;
}

@media (max-width:764px) {
	.allris-icon img{
		max-width:120px;
	}

}

@media (max-width:500px) {
	.allris-icon img{
		max-width:100px;
	}

}



/*--------------> Downloadlink-Farbe aus 'wasteCal.scss' wird durch 'base.scss' ueberschrieben wenn es in 'content_txt' Containern vorkommt:*/
.content_txt a.download_links{
    	color: #ef7705 !important;
}


/*--------------> Temporary override the news icon size on Home (since 17-12-2019*/
.wzv_three_wrap .wzv_col:nth-child(3) img {
    width: 45px;
}