<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kontakty{
	width:100%;
	background:#cc3586;
	padding:30px 15px 40px 15px;
	color:#fff;
}
.kontakty img{
	border:0;
}
.adresa{
	width:45%;
	display:inline-block;
	text-align:left;
	text-decoration:none;
	line-height:150%;
	font-size:100%;
	vertical-align:top;
	padding:0 40px 0 0;
	text-align:left;
}

.adresa a{
	color:#ffd50d;
	font-size:100%;
}
.adresa a:hover{
	color:#aeb2b3;
}


@media only screen and (max-width:768px) {
	.adresa{
		width:100%;
		display:block;
		text-align:center;
		padding:0 0 10px 0;
	}
	.adresa h3{
		white-space: normal;
	}
	.menudole{
		display:none
	}
}

@media only screen and (max-width:480px) {
	.kontakty {
		padding:20px;
	}
	.adresa h3{
		text-align:center;
	}
}</pre></body></html>