@-ms-viewport {width: device-width; zoom:1;}
@-o-viewport {width: device-width; zoom:1;}
@viewport {width: device-width; zoom:1;}
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans'), local('NotoSans'),
       url('../fonts/noto-sans-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v7-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* la-belle-aurore-regular - latin */
@font-face {
  font-family: 'La Belle Aurore';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/la-belle-aurore-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('La Belle Aurore'), local('LaBelleAurore'),
       url('../fonts/la-belle-aurore-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/la-belle-aurore-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/la-belle-aurore-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/la-belle-aurore-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/la-belle-aurore-v8-latin-regular.svg#LaBelleAurore') format('svg'); /* Legacy iOS */
}
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button-wrap {
	display: flex;
	justify-content: center;
}
/* a.button, a.button:link, a.button:visited {
	display: inline-block;
	background-color: #34747C;
	color: #ffffff;
	padding: 12px 24px;
	text-decoration: none;
	border-radius: 6px;
	transition: background-color 0.3s ease;
}

a.button:hover {
	background-color: #285a60;
} */
img {
	max-width: 100%;
}
.img{
	border: 0px solid white;
}
a:link, a:visited{
	color: #333;
	text-decoration: none;
}
a:hover, a:focus, a:active{
	color: #333;
	text-decoration: none;
	transition: .3s all ease;
}
.white a:link, .white a:visited{
	color: #fff;
	text-decoration: none;
}
.white a:hover, .white a:focus, .white a:active{
	color: #fff;
	text-decoration: none;
	transition: .3s all ease;
}
.gray a:link, .gray a:visited{
	color: #333;
	text-decoration: none;
}
.gray a:hover, .gray a:focus, .gray a:active{
	color: #666;
	text-decoration: none;
	transition: .3s all ease;
}

#impressum a:hover, #impressum a:focus, #impressum a:active,
.text a:hover, .text a:focus, .text a:active{
	text-decoration: underline;
}
.links a:link, .links a:visited{
	text-decoration: underline;
}
.links a:hover, .links a:active, .links a:focus{
	font-weight: bold;
}
body, html {
	font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans'), local('NotoSans'),
       url('../fonts/noto-sans-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v7-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
	font-size: 18px;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	color: #222222;
	letter-spacing: .03em;
}
h1, h2, h3, h4{
	font-weight: normal;
}
.white{
	color: #fff;
}
.block {
	display: block;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
/*vertikale Zentrierung*/
.zentriert {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.center{
	text-align: center;
}
.divided {
	float: left;
	width: 50%;
}
.hidden_text, .show_print{
	display: none;
}
.hidden{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.heading .box-one{
	/* background-color: #34747C;
	width: 100%;
	height: 7px; */
}
.heading .box-two{
	background-color: #666;
	/* width: 100%;
	height: 2px;
	margin: 2px 0 3px 0; */
}
.heading .box-three, .underlined-blue {
	/* background-color: #D5ECEE; */
	background: #D5ECEE;
	background: linear-gradient(0deg, rgba(213, 236, 238, 1) 0%, rgba(213, 236, 238, 1) 40%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
	/* width: 100%; */
	display: inline-block;
	padding: 3px 20px 5px 5px;
	text-transform: uppercase;
	line-height: 1em;
}
.bg .heading .box-three, .underlined {
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(213, 236, 238, 0) 39%, rgba(213, 236, 238, 0) 100%);
}
.underlined {
	display: inline-block;
}
.heading h2{
	font-size: 24px;
	line-height: 120%;
	font-weight: normal;
	color: #333;
}
.leistungen .flex {
	display: flex;
	margin-top: 40px;
	gap: 20px;
	flex-wrap: wrap;
}

.leistungen .flex .box {
	background: #D5ECEE;
	width: 32%;
}

.leistungen .flex .box h3 {
	padding: 0 25px;
	font-size: 18px;
	font-weight: bold;
}

#main .leistungen .box ul {
	background: #D5ECEE;
	padding: 25px 25px 25px 40px;
	margin-left: 0;
}

.leistungen .box p {
	padding: 0 25px 25px 25px;
}

.leistungen .box p a:link {
	text-decoration: underline;
}

.leistungen .box p a:hover {
	text-decoration: none;
}

.leistungen .box ul li{
	margin-bottom: 15px;
}
.leistungen .box ul li:last-of-type{
	margin-bottom: 0;
}

.emph {
	margin-top: 30px;
	margin-bottom: 30px;
}

.emph p {
	background: #34747C;
	padding: 25px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

.leistungen .box h2 {
	padding: 25px;
	font-size: 18px;
	text-transform: uppercase;
	background: #48A1AD;
	color: #fff;
}

.kernfragen {
	margin-top: 15px;
}

.cta {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	gap: 10px;
}
.icon-button {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 0 5px #1a3a3e;
}

.praxisberatung_site #welcome .right {
	background-image: url(../img/praxen.jpg);
	background-position: center center;
}
.krankenhausberatung_site #welcome .right {
	background-image: url(../img/krankenhausberatung.jpg);
	background-position: center center;
}
.ambulant_site #welcome .right {
	background-image: url(../img/ambulante-einrichtungen.jpg);
	background-position: center center;
}
.leistungen_site #welcome .right {
	background-image: url(../img/leistungen.jpg);
	background-position: center center;
}
.kooperationen #welcome .right {
	background-image: url(../img/kooperationen.jpg);
	background-position: center center;
}
.referenzen #welcome .right {
	background-image: url(../img/kliniken.jpg);
	background-position: bottom right;
}

@media screen and (min-width: 1164px) {
	.icon-button {
		width: 50px;
		height: 50px;
	}
}

.icon-button svg {
	width: 28px;
	height: 28px;
}

.icon-button.envelope {
	background-color: #34747C;
}

.icon-button.phone {
	background-color: #48A1AD;
}
/**********MEDIA*QUERIES**************************************************************************/
@media only screen and (min-width: 1165px) {
.leistungen .box h2 {
	min-height: 100px;
}

.leistungen.large .box h2 {
	min-height: 125px;
}

.leistungen.zukunft .box h2 {
	min-height: 150px;
}

.wrap{
	width: 1100px;
	margin: 0 auto;
}

p {
	margin-bottom: 25px;
}

p:last-of-type, #impressum p {
	margin-bottom: 0;
}

.bg {
	background: #D5ECEE;
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
header{
	padding-top: 120px;
	/* overflow-x: hidden; */
}
#navwrap{
	background: #D5ECEE;
	width: 100%;
	position: relative;
}
#navwrap .wrap{
	width: 1350px;
	margin: 0 auto;
}
nav ul li{
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	margin-right: 30px;
	font-size: 18px;
}
.menu-wrap .toggler,
.menu-wrap .hamburger {
	display: none;
}
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu>li {
	float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu a,
.sf-menu .pad {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu .pad {
	transition: .2s all ease;
}

.sf-menu .pad:hover {
	color: #fff;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}

.sf-menu ul {
	min-width: 12em;
	/* allow long menu items to determine submenu width */
	*width: 12em;
	/* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a,
.sf-menu .pad {
	padding: 4px 15px;
	text-decoration: none;
	zoom: 1;
	/* IE7 */
}

.sf-menu a {
	color: #13a;
}

.sf-menu li {
	background: transparent;
	white-space: nowrap;
	/* no need for Supersubs plugin */
	*white-space: normal;
	/* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	background: #D5ECEE;
	width: 100%;
}

.gray nav ul li a:hover {
	color: #fff;
}

.sf-menu ul ul li {
	background: #48A1AD;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #48A1AD;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	text-shadow: none;
}

.sf-menu .white li a {
	color: #fff;
	text-shadow: none;
}

.sf-menu .white li a:hover,
.sf-menu .white li a:focus,
.sf-menu .white li a:active {
	background-color: #D5ECEE;
	color: #333;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
	/* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF;
	/* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255, 255, 255, .5);
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
	border-top-color: white;
	/* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	/* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255, 255, 255, .5);
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: white;
}
#blackline{
	z-index: 1;
	position: absolute;
	top: -6px;
	width: 100%;
	height: 2px;
	background-color: #333;
}
#blueline{
	z-index: 1;
	position: absolute;
	top: -16px;
	height: 8px;
	width: 100%;
	background-color: #48A1AD;
}
#logo{
	position: absolute;
	top: -54px;
	right: 0px;
	z-index: 2;
	height: 50px;
	width: 400px;
	background-image: url(../img/logo.jpg);
	background-size: auto 100%;
}
#mbm{
	position: absolute;
	right: 222px;
	top: 6px;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	letter-spacing: .05em;
}
@media only screen and (min-width: 1265px) and (max-width: 1529px){
	#logo{
		right: -130px;
	}
	#mbm{
		right: 92px;
	}
}
@media only screen and (max-width: 1264px){
	#logo{
		right: -180px;
	}
	#mbm{
		right: 42px;
	}
}
#main{
	min-height: 300px;
}
#main ul{
	margin-left: 25px;
}
#main ul li{
	list-style-type: square;
}
#welcome{
	position: relative;
	background: #48A1AD;
	border-top: 2px solid #fff;
}
#welcome .left{
	width: 43%;
	float: left;
	padding: 100px 50px 0px 0px;
	border-right: 2px solid #fff;
	height: 350px;

}
#welcome .right{
	width: 57%;
	height: 350px;
	float: left;
	background-color: #D5ECEE;
	background-image: url(../img/radiologie.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-right: 2px solid #fff;
}
#welcome_start h1, #welcome h1 {
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2em;
}
#welcome h1 {
	color: #fff;
	font-size: 40px;
	padding-right: 20px;
	display: inline-block;
	background: linear-gradient(0deg, #34747C 0%, #34747C 40%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
}
#welcome h1:last-of-type {
	margin-bottom: 25px;
}
#welcome p{
	margin-bottom: 15px;
	font-size: 18px;
}
#welcome_start p.seit{
	font-family: 'La Belle Aurore';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/la-belle-aurore-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('La Belle Aurore'), local('LaBelleAurore'),
       url('../fonts/la-belle-aurore-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/la-belle-aurore-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/la-belle-aurore-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/la-belle-aurore-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/la-belle-aurore-v8-latin-regular.svg#LaBelleAurore') format('svg'); /* Legacy iOS */
	font-size: 30px;
	text-align: right;
	margin-top: -25px;
	color: #34747C;
}
#welcome .line,
#welcome_start .line {
	width: 100px;
	height: 2px;
	background: #fff;
	margin: 15px 0 20px 0;
}
#welcome_start .line {
	background: #48A1AD;
}
#welcome .top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	/**-webkit-transform:rotate(360deg);**/
	border-style: solid;
	border-width: 65px 65px 0 0;
	border-color: #fff transparent transparent transparent;
}
#welcome .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #34747C;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 43%;
	height: 17px;
}
.text{
	padding: 20px 5px 40px 5px;
}
#bausteine {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	/* Wichtig: gleiche Höhe aller .wraps */
	gap: 2%;
	/* Optional: Abstand statt justify-content */
}

#bausteine .wraps {
	width: 32%;
	display: flex;
	flex-direction: column;
	/* Inhalt vertikal anordnen */
}

.wraps .image {
	/* optionaler Abstand */
	margin-bottom: 15px;
}

.wraps .beschr {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	/* optional: gleichmäßige Verteilung */
}

#bausteine .image {
	position: relative;
	overflow: hidden;
}

#bausteine .image img {
	border-top: 1px solid #333;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
}
#bausteine .image img{
	width: 100%;
	transition: .15s all ease;
}
#bausteine .image img:hover{
	transform: translateY(5px);
}
#bausteine .image p{
	/* position: absolute; */
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 12px;
	background-color: rgba(52,116,124,.8);
	margin-top: -5px;
}
#bausteine .beschr {
	padding: 20px;
	hyphens: auto;
	background: #D5ECEE;
}
#kundenwrap{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 50px;
}
#kundenwrap .kundenwrap{
	width: 49%;
	/* float: left;
	margin: 20px 0; */
}
#kundenwrap .kunden{
	width: 90%;
	margin: 0 auto;
	height: 300px;
	position: relative;
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#kundenwrap .kunden p{
	background-color: rgba(255,255,255,.8);
	padding: 15px 25px;
	position: absolute;
	color: #333;
	font-size: 22px;
}
#kliniken{
	background-image: url(../img/kliniken.jpg);
}
#kliniken p{
	top: 30px;
}
#praxen{
	background-image: url(../img/praxen.jpg);
}
#praxen p{
	bottom: 30px;
	right: 0;
}
#kundenwrap .kunde{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	padding: 50px;
	background: #fff;
}
#kundenwrap .kunde img{
	width: 90%;
	transition: .1s all ease;
}
#kundenwrap .kunde img:hover{
	-webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
}
#kundenwrap .kunde .box{
	height: 100px;
}
#kundenwrap .kunde p{
	margin-top: 25px;
}
footer{
	background-color: #48A1AD;
	background-image: url(../img/footer.png);
	background-position: bottom 10px right;
	background-size: auto 60px;
	background-repeat: no-repeat;
	padding: 100px 0 150px 0;
}
footer .link{
	transition: .2s all ease;
}
footer .link.grey{
	color: #fff;
	opacity: .7;
	margin-left: 10px;
}
footer .link:hover{
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
footer h2{
	/* text-transform: uppercase; */
	display: inline-block;
	padding-right: 20px;
	background: linear-gradient(0deg, #34747C 0%, #34747C 40%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
	margin-bottom: 25px;
}
footer .line{
	width: 70px;
	height: 2px;
	background: #fff;
	margin: 15px 0 20px 0;
}
footer .float{
	float: left;
}
#footernav{
	width: 28%;
}
#rechtliches{
	width: 22%;
}
#kontakt{
	width: 50%;
}
#kontakt .padding_left{
	padding-left: 17px;
}
#kontakt ul li{
	list-style-type: none;
	margin-bottom: 15px;
}
.list ul{
	margin-left: 12px;
}
.list ul li{
	list-style-type: none;
}
.list ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  width: 12px;
	margin-left: -12px;
}
#impressum{
	color: #fff;
	background-color: #34747C;
	padding: 25px 25px 100px 25px;
	font-size: 18px;
}
#impressum .left{
	float: left;
  padding-left: 60px;
}
#impressum .right{
	float: right;
}
/***************ÜBER UNS***************************************************************/
#welcome_start {
	background-image: url(../img/startseite.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
#welcome_start .wrap {
	padding-top: 30vw;
	padding-bottom: 5vw;
}

#welcome_start .textbox {
	background: rgba(255,255,255,.85);
	padding: 50px;
	width: 100%;
	max-width: 850px;
	margin-right: 0;
	margin-left: auto;
}
.buttonwrap {
	margin-top: 15px;
}
.mbm #welcome .right{
	background-image: url(../img/ueber_mbm.jpg);
	background-position: center center;
}
.teams {
	/* padding-bottom: 40px; */
	/* border-bottom: 2px solid #fff; */
	/* margin-bottom: 40px; */
	display: flex;
	justify-content: space-between;
}
.teams {
	padding-top: 80px;
	padding-bottom: 80px;
}

#team .bg {
	padding: 0; 
}

.teams:first-of-type {
	/* padding-top: 40px; */
}
.teams-flex {
	width: 750px;
	width: 34%;
}
.teams-text {
	/* padding: 30px; */
}
.teams-info {
	/* padding: 30px; */
	/* background: #D5ECEE; */
	width: 60%;
}
.teams h2 {
	font-weight: bold;
	font-size: 22px;
}
#team .team{
	width: 50%;
	float: left;
	height: 220px;
	margin: 20px 0;
}
#team .image{
	position: relative;
	/* background-color: #D5ECEE; */
	width: 30%;
	height: 220px;
	overflow: hidden;
	float: left;
	transition: .1s all ease;
}
#team .image img{
	width: 100%;
}
#team .image p{
	position: absolute;
	bottom: 0;
	font-size: 17px;
	background-color: #34747C;
	padding: 9px 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
#team .team > p{
	float: left;
	width: 40%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 20px;
	font-size: 18px;
}
/***************LEISTUNGEN***************************************************************/
.space{
	height: 200px;
}
#taetig, #was{
	margin-top: 30px;
}
#taetig .float, #was .float{
	float: left;
	width: 33.33333333333333334%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#was .bild{
	height: 250px;
 	width: 90%;
 	position: relative;
}
#taetig .bild{
	height: 200px;
 	width: 90%;
 	position: relative;
}
#was .float .left{
 	background: url(../img/versorgung.jpg);
	margin-right: 10%;
	background-size: cover;
	background-position: bottom left;
}
#was .float .mid{
 	background: url(../img/idw.jpg);
	margin-left: 5%;
	margin-right: 5%;
	background-size: cover;
	background-position: bottom right;
}
#was .float .right{
 	background: url(../img/entwicklung.jpg);
	margin-left: 10%;
	background-size: 140% auto;
	background-position: bottom left;
}
#was p{
	width: 100%;
	background: rgba(52,116,124,.85);
	text-align: center;
	position: absolute;
	bottom: 0;
	padding: 12px 5px;
	min-height: 80px;
	color: #fff;
}
#taetig .float .left{
 	background: url(../img/radiologie.jpg);
	margin-right: 10%;
	background-size: 100% auto;
}
#taetig .float .mid{
 	background: url(../img/ct.jpg);
	margin-left: 5%;
	margin-right: 5%;
	background-size: 100% auto;
}
#taetig .float .right{
 	background: url(../img/dialyse.jpg);
	margin-left: 10%;
	background-size: 100% auto;
}
#taetig p{
	width: 100%;
	background: rgba(52,116,124,.85);
	text-align: center;
	position: absolute;
	bottom: 0;
	padding: 12px 5px;
	color: #fff;
}
#full{
	padding: 50px 30px;
	background-image: url(../img/meeting.jpg);
	background-size: 100% auto;
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#full .analyse{
	width: 100%;
	background: rgba(52,116,124,.85);
	text-align: center;
	color: #fff;
	padding: 18px 5px;
	margin-bottom: 30px;
}
#full .flow{
	padding: 18px 15px;
	/* width: 23%; */
	float: left;
	background-color: rgba(255,255,255,.85);
	text-align: center;
	margin-right: 2.6666666666666666666666667%;
}
#full .flow.last{
	margin-right: 0%;
}
#leistungsspektrum .space2{
	margin-top: 70px;
}
/***************REFERENZEN***************************************************************/
#kacheln .kundenwrap{
	width: 33.33333333333334%;
	float: left;
	margin: 20px 0;
}
#kacheln .kunde{
	width: 90%;
	height: auto;
	min-height: 380px;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 30px 30px 30px 50px;
}
#kacheln .kunde img{
	width: 90%;
	transition: .1s all ease;
}
#kacheln .kunde img:hover{
	-webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
}
#kacheln .kunde .box{
	height: 100px;
}
#kacheln .kunde p{
	margin-top: 25px;
	hyphens: auto;
}
#kacheln .kunde p.small{
	/* font-size: 12px; */
}
/****************VORTRÄGE**************************************************************/
.vortraege #welcome .right{
	background-image: url(../img/vortraege.jpg);
	background-position: center center;
}
#vortraege .text{
	width: 30%;
	float: left;
	margin: 1.666666666666666666666666667%;
	border: 1px solid #ddd;
	border-bottom: 15px solid #34747C;
	padding: 15px 20px;
	height: 350px;
}
#vortraege .inner{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#vortraege .text h3{
	font-size: 24px;
	margin-bottom: 15px;
}
#vortraege .small{
	display: none;
}
/****************PUBLIKATIONEN**************************************************************/
.publikationen #welcome .right{
	background-image: url(../img/publikationen.jpg);
	background-position: center center;
}
#publikationen .first{
	width: 50%;
	padding: 0 2%;
	float: left;
	margin-top: 30px;
	position: relative;
}
#publikationen .first.last{
	margin-bottom: 100px;
}
#publikationen .first img{
	width: 30%;
}
#publikationen .first p{
	position: absolute;
	left: 32%;
	bottom: 0;
	padding: 0 40px 0 20px;
}
#publikationen .box.two{
	width: 60%;
}
#publikationen .box.two img{
	width: 150px;
	margin-bottom: 10px;
}
#publikationen .bg{
	background-image: url(../img/books.jpg);
	padding: 30px;
	background-size: 120% auto;
}
#publikationen .italic{
	font-style: normal;
	font-size: 18px;
}
#publikationen .line{
	margin: 10px 0;
	height: 4px;
	width: 100%;
	background-color: #34747C;
}
#publikationen .float{
	width: 50%;
	height: 140px;
	float: left;
	padding-right: 30px;
	border-bottom: 1px solid #ddd;
	hyphens: auto;
}
#publikationen .float p{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/****************KONTAKT**************************************************************/
.kontaktsite #welcome .right{
	background-image: url(../img/kontakt.jpg);
}
#kontaktsite .box{
	margin-top: 20px;
}
.button{
	background-color: #34747C;
	padding: 15px 20px;
	display: inline-block;
	color: white;
	border: none;
	border-radius: 6px;
	letter-spacing: 1px;
	margin-top: 15px;
	font-weight: bold;
}
.button:hover{
	background-color:#48A1AD;
	cursor: pointer;
}
a.button {
	color: white;
}
#kontaktdaten h1{
	font-family: 'Times New Roman', serif;
	font-size: 60px;
}
#kontaktdaten p{
	margin-bottom: 15px;
	padding-left: 3px;
}
/****************SITEMAP**************************************************************/
/****************DATENSCHUTZ**************************************************************/
.datenschutz #welcome .right{
	background-image: url(../img/datenschutz.jpg);
	background-position: center center;
}
#datenschutz{
	padding-left: 5px;
}
#datenschutz h2{
	margin-bottom: 10px;
}

#datenschutz p {
	padding-bottom: 25px;
}

#datenschutz h2{
	margin-top: 25px;
	padding: 8px 0;
	font-size: 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
}
#datenschutz h3{
	margin: 12px 0;
	text-transform: uppercase;
	color: #34747C;
}
#datenschutz p.bold{
	padding-bottom: 0;
}
#datenschutz ul{
	margin-bottom: 12px;
}
/****************SITEMAP**************************************************************/
#sitemap .grey{
	opacity: .5;
	margin-left: 10px;
}
/***************sidr***************************************************************/
#sidrwrapper, #button-top{
	display: none;
}
}
/*----------------------------------------------------------------print---------------------------------------------------------------------------*/
@media print {
	body {
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
	}
	header, #galerie, footer, img, .print, .single-item, .hidden_text {
		display: none !important;
	}
	.bold{
		font-weight: bold;
	}
	h1, h2, h3, h4 {
		font-weight: bold;
		font-size: 105%;
	}
	.heading{
		font-size: 105%;
		font-weight: bold;
	}
	.link_print a[href]:after {
		content: " (" attr(href) ")";
	}
	.accordion > *, #accordion > *{
		display: block !important;
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}
}
