.boxShadow {
	transition: box-shadow 0.2s ease-in-out;
}
.boxShadow:hover {
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.aktuellesBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	padding:0 15px;
}

.aktuellesBox .aktuelles {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex:0 1 50%;
	padding:10px;
}
.aktuellesBox .aktuelles a  {
	color:#000;
}
.aktuellesBox .aktuelles .inBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:100%;
	padding:25px;
	background-color:#f3f3f3;
	border-radius:6px;
}



.moreLinks {
	padding:25px;
	text-align:center;
	font-weight:bold;
}

.veranstaltungsBox {
	padding:0 25px;
}

a .veranstaltung {
	color:#000;
}

.zoom  .bildBox img {
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}

.zoom:hover  .bildBox img {
	transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
}
.zoom .bildBox {
	text-align:center;
	overflow:hidden;
}


.veranstaltung {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	margin-bottom:20px;
	border-radius:6px;
}
a .veranstaltung .text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:25px;
	flex:1 1 50%;
	background-color:#fff;
	border-radius:6px 0 0 6px;
}
a .veranstaltung .bild {
	flex:1 1 50%;
	background-color:#fff;
	border-radius:0 6px 6px 0;
}

a .veranstaltung .bildBox {
	border-radius:0 6px 6px 0;
}

a .veranstaltung .bild img {
	width:100%;
	height:auto;
	display:block;
}

a:nth-child(2n) .veranstaltung {
	flex-direction: row-reverse;
}
a:nth-child(2n) .veranstaltung .text {
	border-radius:0 6px 6px 0;
}
a:nth-child(2n) .veranstaltung .bild {
	flex:1 1 50%;
	background-color:#fff;
	border-radius:6px 0 0 6px;
}

a:nth-child(2n) .veranstaltung .bildBox {
	border-radius:6px 0 0 6px;
}



.smalBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	width:100%;
	max-width:860px;
	margin:0 auto;
	padding:0 25px 50px;
}
.smalBox .topBox {
	background-color:#f3f3f3;
	padding:37px 20px 20px;
	border-radius:6px;
	margin:5px;
}

.smalBox .buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}

.smalBox .button:hover {
	color:#0b65a1;
}


.smalBox a.button {
	background-repeat:no-repeat;
	background-position:center bottom 20px;
	background-color:#f3f3f3;
	padding:10px 10px 70px;
	border-radius:6px;
	flex:1 1 33.33333%;
	margin:5px;
}

.smalBox a.button.pb {
	background-image:url('/_page/_webpics/startseite/patienten-besucher-icon-content-spitaeler-schaffhausen.svg');
}
.smalBox a.button.zw {
	background-image:url('/_page/_webpics/startseite/zuweiser-infos-icon-content-spitaeler-schaffhausen.svg');
}
.smalBox a.button.jk {
	background-image:url('/_page/_webpics/startseite/jobs-karriere-icon-content-spitaeler-schaffhausen.svg');
}

.eingabe {
	display:inline-block;
	white-space:nowrap;
	margin:20px 0;
	height:40px;
}

.eingabe  #term {
	outline: none !important;
	border:none;
	width:270px;
	height:40px;
	padding:0 20px;
	float:left;
}
.eingabe .button {
	background-image:url('/_page/_webpics/buttons/header/search-icon-content-spitaeler-schaffhausen.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	border:none;
	width:60px;
	height:40px;
}


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

.teaserline {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}

.teaser66 {
	flex:1 1 66.66666%;
	height:500px;
	padding:10px;
}

.teaser33grid {
	flex:1 1 33.33333%;
}

.teaser33 {
	flex:1 1 33.33333%;
	height:250px;
	padding:10px;
}


.teaserBox a {
	background-repeat:no-repeat;
	background-position:top right;
	background-size:100% auto;
	display:flex;
	position:relative;
	width:100%;
	height:100%;
	background-color:#f3f3f3;
	border-radius:6px;

}

.teaserBox a:hover {
	animation: mymove 1s forwards;
}
@keyframes mymove {
	100% {
		background-size: 105% auto;
		background-position:top -15% right;
	}
}

.teaserBox a .content {
	position:absolute;
	bottom:0;
	padding:20px;
	max-width:320px;
}

.teaser66 a .content {
	max-width:380px !important;
}

.teaserBox a .content .titel {
	font-size:13pt;
	text-transform:uppercase;
	color:#0b65a1;
}
.teaserBox a .content .text {
	font-size:12pt;
	color:#000;
}

.zahlenBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}


.zahlenBox .zahlen {
	flex: 1 1 16.66666%;
	padding:10px;
}

.zahlenBox .zahlen .content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px;
	background-color:#f3f3f3;
	border-radius:6px;
	height:100%;
}

.zahlenBox .zahlen .titel {
	font-size:30pt;
	color:#0b65a1;
	font-weight:bold;
}
.zahlenBox .zahlen .text {
	padding-top:15px;
}

.umbaubild img {
	width:100%;
	height:auto;
	display:block;
}

.hauptnummer {
	padding-top:35px;
	font-size:15pt;
	color:#0b65a1;
}
.hauptnummer a {
	color:#0b65a1;
}


/* RESPONSIVE */
@media  only screen and (max-width: 1400px) {
	.zahlenBox {
		flex-flow: row wrap;
	}
	.zahlenBox .zahlen {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		flex: 0 1 33.333333%;
	}
}


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

	.teaser66 {
		flex:1 1 100%;
		height:500px;
		padding:10px;
	}

	.teaser33grid {
		display: flex;
		flex-flow: row nowrap;
		flex:1 1 100%;
	}

	.teaser33 {
		flex:0 1 50%;
		height:250px;
		padding:10px;
	}

}

@media  only screen and (max-width: 800px) {
	a .veranstaltung {
		flex-flow: row wrap;
		margin-bottom:20px;
	}
	a .veranstaltung .text {
		flex:1 1 100%;
		border-radius:6px 6px 0 0;
	}
	a .veranstaltung .bild {
		flex:1 1 100%;
		border-radius:0 0 6px 6px;
	}
	a .veranstaltung .bildBox {
		border-radius:0 0 6px 6px;
	}
	a:nth-child(2n) .veranstaltung {
		flex-direction: row;
	}
	a:nth-child(2n) .veranstaltung .text {
		border-radius:6px 6px 0 0;
	}
	a:nth-child(2n) .veranstaltung .bild {
		flex:1 1 50%;
		background-color:#fff;
		border-radius:0 0 6px 6px;
	}

	a:nth-child(2n) .veranstaltung .bildBox {
		border-radius:0 0 6px 6px;
	}

	.aktuellesBox .aktuelles {
		flex:1 1 100%;
		padding:10px;
	}

}

@media  only screen and (max-width: 680px) {
	.zahlenBox .zahlen {
		flex: 0 1 50%;
	}
}


@media  only screen and (max-width: 580px) {
	.smalBox {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align:center;
		width:100%;
		max-width:860px;
		margin:0 auto;
		padding:0 25px 50px;
	}
	.smalBox .topBox {
		background-color:#f3f3f3;
		padding:37px 20px 20px;
		border-radius:6px;
		margin:5px 0;
	}

	.smalBox .buttons {
		flex-flow: row wrap;
	}
	.smalBox a.button {
		background-position:center left 20px;
		background-size:auto 30px;
		background-color:#f3f3f3;
		padding:15px 10px 15px 60px;
		flex:1 1 100%;
		margin:5px 0;
	}
	.eingabe  #term {
		border:none;
		width:150px;
		height:40px;
		padding:0 20px;
	}


	.teaser66 {
		height:350px;
		padding:10px 0;
	}

	.teaser33grid {
		display: flex;
		flex-flow: row wrap;
		flex:1 1 100%;
	}

	.teaser33 {
		flex:1 1 100%;
		height:250px;
		padding:10px 0;
	}

}


@media  only screen and (max-width: 480px) {
	.zahlenBox .zahlen {
		flex: 0 1 100%;
		padding:10px 0;
	}
}