#iuc_landing {
	color: #004a99;
	font-size: 0;
	font-family: 'EC-Square-Sans-Pro-ExtraBlack', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url('/fileadmin/templates/iuc/images/iuc-landing-2.jpg');
	background-size: 100% 100vh;
	background-repeat: no-repeat;
}

#header_box {
	display: table;
	margin: 15px auto;
}

#header_box img {
	display: table-cell;
	vertical-align: middle;
	margin-right: 10px;
}

#header_box span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 20px;
}

#region_lang_box {
	width: 80%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 350px;
}

#region_lang_box a {
	font-weight: normal;
	text-transform: initial;
	color: #004a99;
	margin: 10px;
	font-size: 18px;
	width: calc(50% - 20px);
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	box-sizing: border-box;
	background-color: white;
	border-radius: 2px;
	border: #004a99 1px solid;
}

#region_lang_box a:hover {
	color: white;
	background-color: #004a99;
}


@media only screen and (max-width: 1024px) {
	#region_lang_box {
		width: 100%;
		position: relative;
		text-align: center;
	}

	#region_lang_box a {
		margin: 10px 0;
		width: 80%;
	}
}