header {
	width:100%;
	top:0;
	z-index:1000;
	font-family: 'PT Sans', sans-serif;
	display:block;
	background-color:#fff;
	font-size:0;
}

header.fixed {
	position:fixed;
	box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

#headTop {
	height:0px;
	width:100%;
	display:block;
}

.anker {
	position:absolute;
	margin-top:-120px;
}

header #topHeader {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: right;
	padding:10px 25px 0;
	color:#000;
}

header #topHeader .navButtons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	position:relative;
}

header #topHeader .navButtons .button {
	display:block;
	background-color:#8a0b38;
	color:#fff;
	line-height:34px;
	margin:0 1px;
	padding:0 10px;
	cursor:pointer;
}

header #topHeader .navButtons .button:hover, header #topHeader .navButtons .button.akt  {
	background-color:#71092e;
}
header #topHeader .navButtons a.home {
	background-image:url('/_page/_webpics/buttons/header/home-icon-header-spitaeler-schaffhausen.svg');
	background-size: 19px auto;
	background-position:center;
	background-repeat:no-repeat;
	width:22px;
}
header #topHeader .navButtons a.suchen {
	background-image:url('/_page/_webpics/buttons/header/search-icon-header-spitaeler-schaffhausen.svg');
	background-size: 19px auto;
	background-position:center;
	background-repeat:no-repeat;
	width:22px;
}

#fontSizeA,#fontSizeB,#fontSizeC {
	background-repeat:no-repeat;
	background-position:center;
	background-color:#f2f2f2 !important;
	width:10px;
}

header #topHeader .navButtons a:first-child {
	border-radius:6px 0 0 6px;
}
header #topHeader .navButtons a:last-child {
	border-radius:0 6px 6px 0;
}

header #topHeader .navButtons.fonts .button:hover {
	background-color:#d6d6d6 !important;
}

header #topHeader .navButtons.fonts {
	margin-left:20px;
	margin-right:20px;
}

#fontSizeA {
	background-image:url('/_page/_webpics/buttons/header/schriftskalierung-klein-icon.svg');
}
#fontSizeB {
	background-image:url('/_page/_webpics/buttons/header/schriftskalierung-mittel-icon.svg');
}
#fontSizeC {
	background-image:url('/_page/_webpics/buttons/header/schriftskalierung-gross-icon.svg');
}

#navigationBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	position:relative;
	padding-top:10px;
}
#navigationBox #logo {
	padding-left:25px;
	flex:0 0 260px
}
#navigationBox #logo img {
	width:100%;
	height:auto;
	display:block;
}



#notfallPop, #kontaktPop {
	margin-top:0px;
	display:none;
	position:absolute;
	z-index:1000;
	width:100%;
	max-width:340px;
	background-color:#fff;
	border:1px solid #1a365d;
}
.notfallTitel, .kontaktTitel {
	position:relative;
	display:block;
	background-color:#f3f3f3;
	-min-height:50px;
	color:#000;
	font-weight:bold;
	line-height:50px;
	font-size:13pt;
	padding-left:20px;
}
.kontaktTitel {
	line-height:18px;
	padding-top:9px;
	padding-bottom:9px;
}
.kontaktTitel smal { 
	font-size:10pt;
}

#notfallClose, #kontaktClose {
	position:absolute;
	right:10px;
	top:10px;
	width:26px;
	height:26px;
	background:url('/_page/_webpics/buttons/close-button-blue-popup.png') center no-repeat;
	display:block;
	cursor:pointer;
}

.notfallContent {
	width:100%;
	margin:15px;
}

.notfallContent td {
	font-size:12pt;
	width:50%;
	height:24px;
}

.notfallContent tr.space {
	height:20px;
}

.notfallContent td.title {
	font-weight:bold;
	padding:13px 0;
}

.kontaktAuswahlBox {
	padding:10px 0;
}

.kontaktAuswahl {
	height:200px;
	overflow:auto;
}

.kontaktAuswahl .auswahl {
	padding:0 15px;
	cursor:pointer;
	font-size:12pt;
	line-height:30px;
	color:#2677ab;
}
.kontaktAuswahl .auswahl:hover {
	background-color:#f3f3f3;
}

.kontaktContent #kontaktDetail {
	background-color:#f3f3f3;
	padding:15px;
	font-size:12pt;
	line-height:23px;
}

.kontaktContent .links {
	padding:10px 0;
	font-size:12pt;
	line-height:29px;
}
.kontaktContent .links a {
	display:block;
	padding:0 15px;
	background-image:url('/_page/_webpics/buttons/arrow-right-grey-prefooter.png');
	background-size:auto 35px;
	background-position:right center;
	background-repeat:no-repeat;
}
.kontaktContent .links a:hover {
	background-color:#f3f3f3;
}

@media  only screen and (max-width: 640px) {
	header #topHeader .navButtons.fonts {
		display:none;
	}

	#notfallPop, #kontaktPop {
		left:0;
		margin-top:5px;
	}

	header #topHeader {
		justify-content: right;
		padding:15px 15px 0;
		color:#000;
	}

	header #topHeader .navButtons {
		margin:0 auto;
	}

	header #topHeader .navButtons .button {
		display:block;
		background-color:#8a0b38;
		color:#fff;
		line-height:30px;
		margin:0 1px;
		padding:0 8px;
		font-size:10pt;
	}
	header #topHeader .navButtons a.home {
		width:21px;
		background-size: 17px auto;

	}
	header #topHeader .navButtons a.suchen {
		width:21px;
		background-size: 17px auto;
	}


}

@media  only screen and (max-width: 800px) {
	#navigationBox #logo {
		padding-left:25px;
		flex:0 0 220px
	}

	.anker {
		position:absolute;
		margin-top:-90px;
	}
}



