/* Korrektur-CSS für bvger.ch - Thomas Kiener, 7.September 2017 */
/* wird geladen am Beginn der Seite */

/* CD Bund Fonts nicht laden durch Setzen des Fonts (Font CD Bund: 'Frutiger Neue') */
body { font-family: Arial,Helvetica,sans-serif; }


/* Website-Name in Header ausblenden */
.mod-layout .mod-logo h2 {display:none}

/* Context sidebar */
@media (min-width:768px) and (max-width:991px){
	.visible-sm, .visible-xs { display: none !important; }
}

.mod-logo img { padding-top: 7px; }


/* Grösse Logo */
@media only screen and (max-width: 991px) {
	.brand img { max-height: 120px; }
	.mod-logo img { padding-top: 0; }
	.nav-services { margin-bottom: 5px; }
}
.brand img { border-right: none; }


/* Höhe Headerbild und Suchfeld und Buttons positionieren */
@media only screen and (min-width: 991px) {
	header { padding-bottom: 10px; }
	.search-field { top: 90px; }
	.form-search .icon { top: 94px; }
	.form-search .icon--search { top: 90px; }
}


/* Höhe Headerbild und Suchfeld und Buttons positionieren */
@media only screen and (min-width: 768px) {
	header { padding-bottom: 10px; }

	/* Suchfeld und Buttons positionieren */
	.search-field { top: 60px; }
	.form-search .icon { top: 64px; }
	.form-search .icon--search { top: 61px; }
}

/* Schriftgrösse Service-Navigation */
.nav-service a { font-size: 1em; }


/* Farbe inaktive Farbe */
.nav-lang a.disabled { color: #999; }


/* Menülinie ohne Schatten und in der richtigen Farbe (in türkis) - RGB-Farbcode 0/127/165 = 007fa5 statt wie be alter Website mit 69a4b5 */
.nav-mobile.fixed { box-shadow: none; border-bottom: 5px solid #007fa5; }
.nav-page-list li.active::before { background: #D5D5D5; }
.nav-page-list li.list-emphasis.active > a::before, .nav-page-list li.list-emphasis.active > span::before { background: #D5D5D5; }
.nav-main { border-color: #5F9EA0; }


/* Formatierung des Tabs "Weiterführende Informationen" > Strich oben entfernen */
.nav-tabs > li.active > a::before, .nav-tabs > li.active > a:focus::before, .nav-tabs > li.active > a:hover::before, .nav-tabs > li > a:focus::before, .nav-tabs > li > a:hover::before { background-color: #D5D5D5 !important; }


/* Korrekturen Mobile-Ansicht */
@media only screen and (max-width: 768px) {
	.nav-services h2 { display: none; } /* Titel soll nicht angezeigt werden in Menüleiste */
	.nav-services { margin-bottom: 0; }
	.nav-main { border-bottom-color: #007fa5 !important; } /* Menüleiste mit Farbstrich - Farbe */
	.mod-layout .mod-logo img { max-width: 154px; } /* Logo-Grösse Seitenende */
}
