/*//*/
#weather .skg-weather {
	/*min-height: 280px;*/
}
.skg-weather #vooruitzichten{
	padding: 0;
}
.skg-weather #text {
	display: none;
}
.skg-weather #Standard, .skg-weather #Standard .Standard_bg {
	left: 0px;
	min-height: 182px !important;
}
.skg-weather .Standard_set {
	right: 1px;
}

@media screen and (max-width: 1400px) and (min-width: 580px){
	.skg-weather #Standard .Standard_content .wind {
		margin: 40px 0px 0px 183px;
	}
}
@media screen and (max-width: 580px){
	.skg-weather #Standard, .skg-weather #Standard .Standard_bg {
		min-height: 131px !important;
	}
}
@media screen and (max-width: 540px){
	.skg-weather #Standard, .skg-weather #Standard .Standard_bg {
		min-height: 180px!important;
	}
	.skg-weather #Standard .Standard_content .temp {
		font-size: 100px;
		margin: 60px 10px;
	}
	.skg-weather #Standard .Standard_content .locatie {
		font-size: 24px;
		margin-top: 178px;
	}
	.skg-weather #Standard .Standard_content .wind {
		margin-top: 140px;
		font-size: 24px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 430px) {
	.skg-weather #sun {
		right: 5%;
		top: 1%;
		width: 150px;
		height: 150px;
	}
	.skg-weather #Standard, .skg-weather #Standard .Standard_bg {
		width: 100%;
		min-height: 208px!important;
	}
}
@media screen and (max-width: 335px){
	#weather .skg-weather {
		min-height: 940px !important;
	}
}
@media screen and (max-width: 315px){
	.skg-weather #Standard .Standard_content .temp {
		font-size: 77px;
		margin: 40px 10px;
	}
	.skg-weather #Standard .Standard_content .wind {
		font-size: 20px;
	}
	.skg-weather #Standard .Standard_content .locatie {
		font-size: 24px;
		margin-top: 175px;
	}
}
@media screen and (max-width: 240px){

	.skg-weather #Standard, .skg-weather #Standard .Standard_bg {
		width: 100%;
		min-height: 200px!important;
	}
	.skg-weather #Standard .Standard_content .temp {
		font-size: 60px;
		margin: 30px 0px;
		text-shadow: none;
	}
	.skg-weather #Standard .Standard_content .wind {
		margin-top: 88px;
		font-size: 16px;
		margin-left: 10px;
		text-shadow: none;
	}
	.skg-weather #Standard .Standard_content .locatie {
		font-size: 20px;
		margin-top: 133px;
		text-shadow: none;
	}
}