/*
font-family: 'PT Sans', sans-serif;
*/

body, textarea, input, select {
	font-family: 'PT Sans', sans-serif;
	font-size:12pt;
}
body.sizeB #content  {
	font-size:13pt;
	line-height:25px;
}
body.sizeC #content  {
	font-size:14pt;
	line-height:26px;
}

.inbild img {
	max-width:100%;
	height:auto;
	display:block;
}


a {
	color:#2677ab;
}
a:hover {
	color:#000;
}

.weiter {
	font-weight:bold;
	padding-top:20px;
	color:#2677ab;
}

.sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.headwrapper {
	display:flex;
	flex-direction:column;
}

#surround {
	margin:0 auto;
	width:100%;
}

.inner {
	margin:0 auto;
	max-width:1260px;
}

.innerBox {
	padding:0 25px;
}


table {
	max-width:100% !important;
}

#headerBildBereich {
	position:relative;
}

#flags {
	position:absolute;
}

#flags.home {
	top:38px;
	left:25px;
}
#flags.notHome {
	top:38px;
	left:25px;
}

.flagsContainer {
	padding-bottom:5px;
}
.flagsContainer .smal {
	display:none;
}
.flagsContainer img {
	display:block;
}

#kapitelbild {
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	height:500px;
}

#auswahlSprung {
	height:0;
	width:0;
}


.newsBack {
	display:inline-block;
	background-color:#1a365d;
	color:#fff !important;
	font-size:13pt;
	padding:9px 20px;
}

.newsBox {
	width:50%;
	float:left;
}
.newsBox .grayback1 {
	margin:30px 0;
}


.grayback {
	background-color:#f3f3f3;
}

.grayback1 {
	background-color:#f3f3f3;
	color:#000;
}
.grayback1 .text {
	position:relative;
	padding:30px 30px 80px 30px;
}
.grayback1 .weiter {
	position:absolute;
	bottom:30px;
}
.grayback1 img {
	max-width:100%;
	height:auto;
	display:block;
}


.flexBox {
	display: flex;
	flex-wrap: wrap;
}


/* CONTENT */
#content {
	width:100%;
	margin:0 auto;
	padding:0;
	line-height:24px;
	text-align:left;
	color:#000;
}

h1 {
	font-size:30pt;
	line-height:45px;
	margin:0;
	color:#000;
}

h1.pageTitle {
	padding-bottom:25px;
	padding-top:20px;
}

h2.titel {
	font-size:30pt;
	line-height:45px;
	margin:0;
	color:#000;
}

h2 {
	font-size:20pt;
	line-height:33px;
	margin:0;
	padding:0;
}
h2.pageTitle {
	padding-top:20px;
}

h2 span.smal {
	position:relative;
	font-size:12pt;
}

#content li {
	font-weight:normal;
}

.center {
	text-align:center;
}
.titleLine {
	background-color:#ffd136;
	height:4px;
	width:160px;
	display:block;
	margin:26px auto;
}

ul.suche {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.suche li a {
	display:block;
	padding:5px 15px;
	background-color:#ddd;
	border-bottom:1px solid #000;
}


.lh25 {
	line-height:25px;

}



.maps iframe{
	pointer-events: none;
}




.fillContainer {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fillPannel {
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;

	width: 30%;
	padding: 20px;
	float: left;
	margin: 10px;
	border: 1px solid #aaa;
}



#checkin-box {
	position:absolute;
	display:block;
	margin:0 auto;
	width:100%;
	z-index:200;
	bottom:-57px;
	text-align:right;
}

#checkin {
	display:inline-block;
	background-image:url('/_page/_webpics/buttons/patienten-web-check-in-button-home-spitaeler-schaffhausen.svg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:115px;
	height:115px;
}


/* RESPONSIVE */
@media  only screen and (max-width: 1260px) {
	#kapitelbild {
		height:374px;
	}

	#content h1 {
		font-size:28pt;
		line-height:40px;
	}
	.headwrapper {
		flex-direction:column-reverse;
	}

	#checkin {
		margin-right:100px;
	}
}


@media  only screen and (max-width: 945px) {
	#kapitelbild {
		height:250px;
	}

	.newsBox {
		width:100%;
	}
	.newsBox .grayback1 {
		margin:15px 0;
	}
	#checkin-box {
		bottom:-46px;
	}
	#checkin {
		width:92px;
		height:92px;
	}

	#flags.home {
		top:30px;
			left:30px;
	}
	#flags.notHome {
		top:30px;
			left:30px;
	}

	.flagsContainer .big {
		display:none;
	}
	.flagsContainer .smal {
		display:block;
	}
	.flagsContainer {
		padding-bottom:4px;
	}

}

@media  only screen and (max-width: 630px) {
	#content h1 {
		font-size:25pt;
		line-height:40px;
	}
	#checkin-box {
		bottom:-40px;
	}
	#checkin {
		width:80px;
		height:80px;
		margin-right:0;
	}

	#flags.home {
		top:30px;
			left:15px;
	}
	#flags.notHome {
		top:30px;
			left:15px;
	}

}

@media  only screen and (max-width: 380px) {
}