:root {
	--blue: #5689B6;
	--yellow: #d4b450;
	--barva1: var(--blue);
	--barva2: var(--yellow);
	--barva1_opacity: #5689B6dd;
	--barva1_opacity_50: #5689B677;
	--barva2_opacity: #d4b450dd;
	--barva2_opacity_50: #d4b45077;
}

#head_envelope {
	min-height: 500px;
}

#horizont-0 {
	padding: 0px 0;
	background-color: #FFF !important;
}
ul#m0 li a {
	padding: 0.5em;
	border-radius: 2px;
	color: #000;
}

#banhead {
	border-bottom: 42px solid var(--blue);
	border-top: 120px solid #FFF;
	box-sizing: border-box;
}

#topline {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	top: 130px;
}
#topline-in, #head_grid_2, #float_icons_part_6 {
  display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}

#float_icons_part_2 .floatingImage, #float_icons_part_6 .floatingImage { margin: 0 !important; }

#float_icons_part_2 {
	min-width: 145px;
}


#float_icons_part_6 {
	display: flex;
	align-items: end;
	justify-content: center;
}

@media(min-height: 500px) {
	#topline { bottom: 120px; }
}

@media(max-width: 640px) {
	ul#m0 li, ul#m0 li a {
		line-height: 3em;
		height: auto;
		padding: 0;
	}
}



