body{
	background: #fff;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: #000;
	min-width: 320px;
}

/* =========uzh_1========= */
.uzh_1 {
	min-height: 100vh;
	width: 100%;
	padding: 35px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: url('../img/uzh_1_bg.jpg') no-repeat center / cover;
}
.uzh_1_p {
	color: #fefefe;
	font-family: Roboto;
	font-size: 83px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 75px;
}
.uzh_1_div_p {
	color: #fefefe;
	font-family: Roboto;
	font-size: 29px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.uzh_1_div_a {
	color: #fefefe;
	font-family: Roboto;
	font-size: 29px;
	font-weight: 400;
	display: inline-block;
	text-decoration: underline;
}
.uzh_1_div_a:hover {
	text-decoration: none;
	color: #fefefe;
}


/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 

}

/*Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 

}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	.uzh_1_p {
		font-size: 50px;
		margin-bottom: 40px;
	}
	.uzh_1_div_p, .uzh_1_div_a {
		font-size: 21px;
	}

}

/*Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.uzh_1_p {
		font-size: 39px;
	}
	.uzh_1_div_p, .uzh_1_div_a {
		font-size: 18px;
	}
	
}