/*
Theme Name: Twenty Seventeen Child
Theme URI: http://example.com/twenty-seventeen-child/
Description: Twenty Seventeen Child Theme
Author: Philipp Leitner
Author URI: http://example.com
Template: twentyseventeen
Version: 1.0.0
*/

/* Hier beginnt Ihr Custom CSS */

.site-header .custom-header,
.custom-header-media,
.has-header-image .custom-header-media {
	max-height: 170px !important;
}

.site-header .navigation-top .menu-scroll-down {
	display: none !important;
}

.has-header-image .custom-header-media img {
	width: 100% !important;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	position: fixed !important;
}

.custom-header-media {
	height: calc(100vh - 32px);
}

.site-branding > div.wrap {
	background-color: rgba(255,255,255,0.8);
}

.lyte_disclaimer {
	line-height: 30px;
	vertical-align: top;
	clear: both;
}

.site-info {
	display: none;
}

.years-menu a {
    text-decoration: none; /* Optional: removes the underline */
    color: #222; /* Change as needed */
}
.years-menu a:hover {
    text-decoration: underline!important; /* Adds an underline on hover */
    color: #000; /* Change as needed */
}