/*
font-family: 'Ubuntu', sans-serif;
*/

body, textarea, input, select {
	font-family: 'Ubuntu', sans-serif;
	font-size:13pt;
	font-weight:300;
	line-height:25px;
	color:#555;
}

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

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

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

.textInner {
	margin:0 auto;
	max-width:1026px;
}

.innerSmal {
	margin:0 auto;
	max-width:640px;
}

.innerBox {
	padding:0 25px;
}

.innerBox img {
	max-width:100%;
	height:auto;
}

.smal50 {
	width:50%;
	float:left;
	text-align:left;
}

.block50 {
	display:block;
	float:left;
	width:50%;
}
.block33 {
	float:left;
	width:33.333333%
}

.block25 {
	float:left;
	width:25%;
}
.block33 img {
	width:100%;
	height:auto;
	display:block;
}
.block25 img {
	width:100%;
	height:auto;
	display:block;
}
.blockFull50 {
	float:left;
	width:50%;
}






.alternateBlock .alternateBlockContent  {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	border-bottom:16px solid #fff;
}
.alternateBlock .alternateBlockContent .altBlock50 {
	flex: 1 1 50%;
}
.alternateBlock .alternateBlockContent:nth-child(even) {
	flex-direction: row-reverse;
}

.alternateBlock .alternateBlockContent .fullInnerBox {
	padding:60px 20px 40px 140px;
	height:100%;

	border-right:8px solid #fff;
	border-left:0;
}
.alternateBlock .alternateBlockContent:nth-child(even) .fullInnerBox {
	border-right:0;
	border-left:8px solid #fff;
}

.alternateBlock .alternateBlockContent .fullInnerBox .title {
	font-size:25pt;
	font-weight:300;
	line-height:38px;
	color:#00aecb;
	margin:0;
	padding:0 0 30px;
}

.alternateBlock .alternateBlockContent .fullImageBox {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	border-right:0;
	border-left:8px solid #fff;
	min-height:500px;
}
.alternateBlock .alternateBlockContent:nth-child(even) .fullImageBox {
	border-right:8px solid #fff;
	border-left:0;
}

.alternateBlock .alternateBlockContent .fullImageBox.border {
	margin:0 5px;
}


a .inLinkText {
	color:#636363;
	cursor:pointer;
}

.grayBack {
	background-color:#f8f8f8;
}



.gTitel {
	position:relative;
	font-size:27pt;
	line-height:40px;
	padding-bottom:10px;
	padding-left:60px;
}

.moreArrow {
	left:0;
	display:inline-block;
	position:absolute;
	width:35px;
	height:35px;
	background-image:url('/page/_webpics/arrow-right.svg');
	background-size:auto 35px;
	background-repeat:no-repeat;
	background-position:top center;
}



.newsBox {
	position:relative;
	padding-bottom:85px;
}

.newsBox .moreArrow {
	position:absolute;
	bottom:30px;
	left:auto;
	right:20px !important;
}



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


.flexBox {
	display: flex;
	align-items: stretch;
	flex-flow: row nowrap;
	justify-content: space-between;
}



#topBox {
	display:inline-block;
}

#topBox span {
	font-size:12pt;
	color:#ff6c06;
	display:inline-block;
	padding:0 15px;
	border-right:1px solid #ff6c06;
}
#topBox span:last-of-type {
	border-right:none;
}
#topBox span a { 
	color:#ff6c06;
}





#kapitelbild {
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	height:470px;
}
#coverUp {
	position:relative;
	display: flex;
	align-items: center;
	width:50%;
	top:0;
	left:0;
	height:100%;
	background-color:rgba(0,174,203,0.5);
	}

.alternateBlock .alternateBlockContent .fullInnerBox li {
	padding-bottom:6px;
}

a img.zoom {
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}
a:hover img.zoom {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.imageCenter {
	text-align:center;
	overflow:hidden;
}



/* CONTENT */
#content {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#content h1.pageTitle {
	line-height:50px;
	color:#00aecb;
	margin:0;
	padding:0;
	font-size:29pt;
	font-weight:300;
}



#content h2.pageTitle {
	font-size:18pt;
	font-weight:300;
	line-height:34px;
	color:#636363;
	margin:0;
	padding:15px 0 40px;
}

#content .firstText {
	margin-top:80px;
	border-left:4px solid #00aecb;
	padding-left:60px;
}


#content ul {
	padding-top:10px;
}
#content li {
	font-weight:300;
}

.newsTitel {
	font-size:15pt;
	line-height:25px;
	color:#00aecb;
	margin:0;
	padding:10px 0 10px;
}

.newsImage {
	border:1px solid #f0f0f0;
}


.center {
	text-align:center;
}
.linefill {
	text-align:justify;
}

#content a {
	color:#00aecb;
}
#content a:hover {
	color:#000;
}
.teaserBox {
	margin:25px 0;
}
.teaserBox h3 {
	font-size:17pt;
	color:#fff;
	background-color:#00aecb;
	margin:0;
	padding:20px 0;
	text-align:center;
}



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;
}


.halbBox {
	width:50%;
	float:left;
}

.jobAlt {
	background-color:#f0f0f0;
	padding-top:40px;
}
.jobAlt:nth-child(2n) {
	background-color:#fff;
	padding-top:40px;
}





.maps iframe{
	pointer-events: none;
}

.formular {
	margin-top:50px;
}

.formular input, .formular textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	max-width:580px;

	padding:10px 20px 5px;
	border:none;
	margin-bottom:15px;
	background-color:#eee;
}

.formular .err {
	background-color:#b60063;
	color:#fff;
}

.formular textarea {
	padding:20px;
	height:200px;
}

.formular button {
	border:1px solid #b60063;
	padding:13px 30px;
	font-size:14pt;
	color:#b60063;
	cursor:pointer;
	background-color:#fff;
}

.formular button:hover {
	background-color:#b60063;
	color:#fff;
}


.hidden {
	display:none;
}

.maps iframe {
	width:100%;
	height:450px;

}

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



.goBackButton {
	display:inline-block;
	color:#ff6c06;
	padding:20px 20px 0 20px;
}

.goBackButton:hover {
	color:#ff6c06;
}


.harmonikaTitel {
	font-size:15pt;
	line-height:23pt;
	font-weight:300;
	padding:18px 50px 18px 20px;
	color:#00aecb;
	background-color:#f8f8f8;
	background-image:url('/page/_webpics/plus-radiologie.svg');
	background-repeat:no-repeat;
	background-position:right 20px center;
	margin-bottom:10px;
	cursor:pointer;
}

.harmonikaTitel:hover {
	background-color:#e4e4e4;
}

.harmonikaTitel.akt {
	background-color:#e4e4e4;
	background-image:url('/page/_webpics/minus-radiologie.svg');
}

.harmonikaText {
	display:none;
	padding:20px 20px 40px;

}

.logoBereich {
	float:left;
	width:33.333333%;
	padding-top:15px;
	padding-bottom:15px;
}


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

	.gTitel {
		font-size:22pt;
		line-height:32px;
		padding-bottom:10px;
		padding-left:60px;
	}

}






@media  only screen and (max-width: 1025px) {
	#kapitelbild {
		height:350px;
	}
	.alternateBlock .alternateBlockContent .fullInnerBox {
		padding:50px 20px 30px 60px;
	}
	
		#content .firstText {
	margin-top:40px;
}
	
}


@media  only screen and (max-width: 860px) {
	#kapitelbild {
		height:250px;
	}
	.blockFull50 {
		width:100%;
		margin:5px 0;
	}

	.block33 {
		width:50%;
	}

.block25 {
	width:33.3333%;
}

	.alternateBlock .alternateBlockContent  {
		flex-flow: row wrap;
	}
	.alternateBlock .alternateBlockContent .altBlock50 {
		flex: 1 1 100%;
	}
	.alternateBlock .alternateBlockContent:nth-child(2) {
		flex-direction: row;
	}
	.alternateBlock .alternateBlockContent .fullImageBox {
		min-height:100px;
		height:450px;
	}

	.alternateBlock .alternateBlockContent .fullImageBox {
		border-right:0;
		border-left:0;
	}
	.alternateBlock .alternateBlockContent .fullInnerBox {
		border-right:0;
		border-left:0;
	}
	.alternateBlock .alternateBlockContent:nth-child(even) .fullImageBox {
		border-right:0;
		border-left:0;
	}
	.alternateBlock .alternateBlockContent:nth-child(even) .fullInnerBox {
		border-right:0;
		border-left:0;
	}
	
	
	
}

@media  only screen and (max-width: 770px) {
	#kapitelbild {
		height:200px;
	}
	.block50 {
		width:100%;
	}
}



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

	.alternateBlock .alternateBlockContent .fullInnerBox .title {
		font-size:24pt;
		line-height:38px;
		padding:0 0 30px;
	}
	.maps iframe {
		height:300px;
	}

	.flexBox {
		display: flex;
		align-items: stretch;
		flex-flow: wrap;
		justify-content: space-between;
	}


.alternateBlock .alternateBlockContent .fullInnerBox {
	padding:30px 20px 40px 20px;
}

	.gTitel {
		font-size:18pt;
		line-height:25px;
		padding-bottom:10px;
		padding-left:40px;
	}
	.moreArrow {
		width:30px;
		height:30px;
		background-size:30px auto
	}

	#topBox span:first-of-type {
		padding:0 15px 0 0;
	}


	.block33 {
		width:100%;
	}
	
	.block25 {
	width:50%;
}
	
	.innerBox {
		padding:0 15px;
	}


	.alternateBlock .alternateBlockContent .fullImageBox {
		height:300px;
	}

	.newsTitelDeatails {
		margin-top:20px;
	}


}


@media  only screen and (max-width: 480px) {
	.smal50 {
		width:100%;
		text-align:left;
		padding:10px 0;
	}
	#content .firstText {
	border-left:0;
	padding-left:0;
}
	.block25 {
	width:100%;
}
}
