
	.startliste {
		text-align: left !important;
	}

	.page-cover::after {
	    background: -webkit-gradient(linear, right top, left top, from(#216477), to(#666666));
    	background: linear-gradient(to left, #216477, #666666);
		opacity: 0.666;
	}

	.about-slider {
		display: block;
		position: relative;
		width: 80%;
		overflow: hidden;
		margin: 0 auto;
	}

@media (min-width: 768px)

	.page-header-alpha .navbar-brand .logo img {
		height: 168px !important;
	}

}

	.eikon {
		background-color: #637073 !important;
	}

	ul.startliste li {
		font-size: 1.1rem !important;
	}

	.overlay-legal {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #305d6a;
		color: white;
		z-index: 999999;
		display: none;
	}

	.overlay-close {
		margin: 40px 0;
		font-size: 40px;
		font-weight: bold;
		text-align: right;
	}

	.overlay-legal row {
		margin: 0 auto;
		width: 95%;
		max-width: 1200px;
	}


@media (min-width: 768px) {
	.display-4 {
		font-size: 2.8rem !important;
	}
}