/* Webfont Embedding */
/*********************/
@font-face {
	font-family: 'OpenSansLight';
	src: url('opensans/OpenSans-Light-webfont.eot');
	src: url('opensans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-Light-webfont.woff') format('woff'),
		url('opensans/OpenSans-Light-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'OpenSansLightItalic';
	src: url('opensans/OpenSans-LightItalic-webfont.eot');
	src: url('opensans/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-LightItalic-webfont.woff') format('woff'),
		url('opensans/OpenSans-LightItalic-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'OpenSansRegular';
	src: url('opensans/OpenSans-Regular-webfont.eot');
	src: url('opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-Regular-webfont.woff') format('woff'),
		url('opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'OpenSansItalic';
	src: url('opensans/OpenSans-Italic-webfont.eot');
	src: url('opensans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-Italic-webfont.woff') format('woff'),
		url('opensans/OpenSans-Italic-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('opensans/OpenSans-Semibold-webfont.eot');
	src: url('opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-Semibold-webfont.woff') format('woff'),
		url('opensans/OpenSans-Semibold-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'OpenSansSemiboldItalic';
	src: url('opensans/OpenSans-SemiboldItalic-webfont.eot');
	src: url('opensans/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
		url('opensans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'OpenSansBold';
	src: url('opensans/OpenSans-Bold-webfont.eot');
	src: url('opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-Bold-webfont.woff') format('woff'),
		url('opensans/OpenSans-Bold-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'OpenSansBoldItalic';
	src: url('opensans/OpenSans-BoldItalic-webfont.eot');
	src: url('opensans/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-BoldItalic-webfont.woff') format('woff'),
		url('opensans/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'OpenSansExtrabold';
	src: url('opensans/OpenSans-ExtraBold-webfont.eot');
	src: url('opensans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-ExtraBold-webfont.woff') format('woff'),
		url('opensans/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'OpenSansExtraboldItalic';
	src: url('opensans/OpenSans-ExtraBoldItalic-webfont.eot');
	src: url('opensans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('opensans/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
		url('opensans/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
		url('opensans/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


/* Basics */
/**********/
body {
	padding: 0;
	margin: 0;
	font: normal 100% 'OpenSansRegular';
	overflow-y: scroll;
}

a {
	outline: none;
	text-decoration: none;
	color: #00AFE6;
}

a:hover {
	color: #00AFE6;
}

img {
	border: 0;
	outline: none;
}

form {
	margin: 0;
	padding: 0;
}

.unsichtbar {
	display: none;
}

.caps {
	text-transform: uppercase;
}

.blau {
	color: #00AFE6;
}

.rot {
	color: #BE0028;
}

strong {
	font-weight: normal;
	font-family: 'OpenSansBold';
}

.box_text .blau {
	text-transform: uppercase;
}

#positionierung {
	height: 100%;
	width: 100%;
}

/* Hintergrundbild, Farbschleier */
/*****************************************************/
#bg {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#bg img {
	line-height: 0;
	position: fixed;
}
.home #bg {
	height: 630px !important;
}

.home .inhalte_sp1 .textmitbild .foto.w1.left {
	margin-right: 5px !important;
	width: 150px;
}

@media screen and (max-width: 1200px) { .home #bg { height: 560px; } }

.home #bg img {
	height: auto !important;
	top: -70px;
	width: 100%;
}
@media screen and (min-width: 2000px) { .home #bg img { top:-100px; } }
@media screen and (max-width: 1800px) { .home #bg img { top: 0; } }
@media screen and (max-width: 1400px) { .home #bg img { top: 5%; } }
@media screen and (max-width: 1300px) { .home #bg img { top: 10%; } }
@media screen and (max-width: 1050px) { .home #bg img { top: 15%; } }
@media screen and (max-width: 820px) { .home #bg img { right: 0; top: 7%; width: 150%; } }
@media screen and (max-width: 620px) { .home #bg img { right: -165px; top: 0; width: 200%; } }
@media screen and (max-width: 340px) { .home #bg img { right: -165px; top: 5%; width: 200%; } }

#blau {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: -1;
	display: none;
}

#blau table {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	border-collapse: collapse;
}

#blau td {
	padding: 0;
	border: 0;
	margin: 0;
}

#blau td.links,#blau td.rechts {
	background-color: rgba(0, 175, 230, 0.30);
}

.no-rgba #blau td.links,.no-rgba #blau td.rechts {
	background-image: url(../images/blau.png);
}

#blau td.mitte {
	width: 960px;
}

.streifen {
	width: 34px;
	height: 11px;
	position: fixed;
	background-color: #00afe6;
	top: 333px;
}

body.home .streifen {
	top: 386px !important;
}
@media screen and (max-width: 1200px) { body.home .streifen { top: 350px !important; } }

.streifen.links {
	left: 0px;
}

.streifen.rechts {
	right: 0px;
}

.bg_blau {
	display: none;
}
/*
.bg_blau {
	background-color: rgba(0,175,230,0.30);
	height: 100%;
	position: fixed;
	top: 0;
	z-index: -1;
}
.no-rgba .bg_blau {
	background-image: url(../images/blau.png);
}
.bg_blau.links {
	left: 0;
}
.bg_blau.rechts {
	right: 0;
}
*/

/* Kopf */
/******************************************************/
#kopf {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
/* Zeile 1: Claim, Logo */
#kopf_z1 {
	display: flex;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	padding: 15px 0 10px;
	width: 100%;
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);*/
}

#kopf_z1 .inner {
	align-items: end;
	display: flex;
	margin: 0 auto;
	width: 960px;
}
#kopf_z1 .inner a {
	 width: 50%;
}
#kopf_z1 .inner a + a {
	text-align: right;
}
#kopf_z1 .inner a img {
	height: auto;
	width: 100%;
}

#kopf_z1 .kopf_sp1 {
	float: left;
	width: 50%;
}

#kopf_z1 .kopf_sp2 {
	margin: 0 auto;
	padding: 13px;
	padding-left: 0;
	width: 50%;
}

#kopf_z1 img {
	height: auto;
	max-width: 230px;
	with: 100%;
}

.claim {
	color: #00afe6;
	text-transform: uppercase;
	padding: 15px 0 0 20px;
	display: none;
}

.claim h1 {
	margin: 0;
	padding: 0;
	font-size: 42px;
}

.claim h1 em {
	font: normal 100% 'OpenSansBold';
	display: block;
	line-height: 13px;
}

.claim h1 .claim-klein {
	font-size: 32%;
	text-transform: none;
	margin-top: 32px;
	font-family: 'OpenSansRegular';
	font-weight: normal;
}

.claim h1 .claim-klein em {
	font-family: 'OpenSansSemibold';
	font-size: 140%;
	line-height: 22px;
}

.abteilung {
	color: #004b96;
	padding: 38px 0 0 20px;
}

.abteilung h1 {
	margin: 0;
	padding: 0;
	font: normal 20px 'OpenSansBold';
}

.abteilung strong {
	font: normal 14px 'OpenSansRegular';
	display: block;
	line-height: 19px;
}

#logo {
	float: right
}

#logo a {
	display: block;
	width: 231px;
	height: 102px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#logo a img {
	display: none;
}

/* Zeile 2: Hauptnavigation */
#kopf_z2 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5),
		to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);
	position: absolute;
	width: 100%;
}

.no-cssgradients #kopf_z2 {
	background-color: #004e99;
	background-image: url(../images/hauptnavi_verlauf.gif);
	background-repeat: repeat-x;
}

#hauptnavi {
	/*
	background-image: url(../images/hauptnavi_raster.png);
	background-repeat: repeat-x;
*/
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
}

#hauptnavi>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*
	width: 1142px; wenn  verlauf.links od. rechts aktiv ist
*/
	width: 962px;
	margin: 0 auto;
	overflow: hidden;
}

#hauptnavi>ul>li {
	float: left;
	display: block;
	height: 35px;
}

#hauptnavi>ul>li.verlauf {
	width: 90px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	font-size: 1%;
}

#hauptnavi>ul>li.verlauf.links {
	background-position: -603px -8px;
	display: none;
}

#hauptnavi>ul>li.verlauf.rechts {
	background-position: -703px -8px;
	display: none;
}

#hauptnavi>ul>li.trenner {
	width: 2px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -561px -8px;
	font-size: 1%;
}

#hauptnavi>ul>li>a {
	display: block;
	font: normal 13px 'OpenSansBold';
	text-transform: uppercase;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5),
		to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);
	color: #fff;
	height: 27px;
	width: 158px;
	text-align: center;
	padding-top: 8px;
	position: relative;
}

.no-cssgradients #hauptnavi>ul>li>a {
	background-color: #004e99;
	background-image: url(../images/hauptnavi_verlauf.gif);
	background-repeat: repeat-x;
}

#hauptnavi>ul>li>a.zweizeilig {
	height: 31px;
	padding-top: 4px;
	line-height: 14px;
}

#hauptnavi>ul>li>a .icon {
	display: none;
	width: 8px;
	height: 5px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -519px -13px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
}

#hauptnavi>ul>li>a.aktiv .icon {
	display: none;
}

#hauptnavi>ul>li>a.over .icon {
	display: block;
}

#hauptnavi>ul>li>a:hover {
	background: none;
	background-color: #00afe6;
}

#hauptnavi>ul>li>a.aktiv {
	background: none;
	background-color: #00afe6;
}

#hauptnavi>ul>li>a.over {
	background: none;
	background-color: #00afe6;
}

/* AufklappmenÃ¼s */
/* ursprÃ¼ngliches Design */
/*
#hauptnavi ul li ul {
	display: none;
	background: none;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#014b95), to(#03143b));
	background-image: -webkit-linear-gradient(top,#014b95,#03143b);
	background-image: -moz-linear-gradient(top,#014b95,#03143b);
	background-image: -ms-linear-gradient(top,#014b95,#03143b);
	background-image: -o-linear-gradient(top,#014b95,#03143b);
	background-image: linear-gradient(top,#014b95,#03143b);
	border-top: 1px solid #fff;
	width: auto;
	position: absolute;
	z-index: 10000;
	-webkit-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.50);
	box-shadow: 0 6px 5px rgba(0, 0, 0, 0.50);
}
.no-cssgradients #hauptnavi ul li ul {
	background: none;
	background-color: #004e99;
}
#hauptnavi ul li ul li {
	float: none;
	clear: both;
	height: auto;
	border-bottom: 1px solid #fff;
}
#hauptnavi ul li ul li a {
	background: none;
	color: #fff;
	padding: 4px 0;
	height: auto;
	font-size: 12px;
}
.no-cssgradients #hauptnavi ul li ul li a {
	background: none;
}
#hauptnavi ul li ul li a:hover {
	text-decoration: underline;
}
*/

/* neues Design */
#hauptnavi .ribbon {
	display: none;
	background-color: #00afe6;
	color: #fff;
	width: 960px;
	position: absolute;
	z-index: 10000;
	min-height: 340px;
	margin: 0 1px;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.50);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.50);
}

#hauptnavi .ribbon .spalte.sp1,
#hauptnavi .ribbon .spalte.sp2,
#hauptnavi .ribbon .spalte.sp3,
#hauptnavi .ribbon .spalte.sp4,
#hauptnavi .ribbon .spalte.sp5,
#hauptnavi .ribbon .spalte.sp6 {
	float: left;
	padding: 20px 0 0 0;
}

#hauptnavi .ribbon .spalte.sp7 {
	float: left;
	padding: 0 0 20px 0;
}

#hauptnavi .ribbon .bild {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
	line-height: 0;
}

#hauptnavi .ribbon .doppelt,#hauptnavi .ribbon .navi {
	border-top: 1px solid #80d7f3;
	margin: 20px 0 10px 0;
	padding: 7px 0 0 0;
}

#hauptnavi .ribbon .strich {
	margin: 20px 0 10px 0;
	padding: 7px 0 0 0;
}

#hauptnavi .ribbon .strich ul li {
	border: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#hauptnavi .ribbon .strich ul li a {
	font: normal 13px 'OpenSansSemiBold';
	color: #fff;
}

#hauptnavi .ribbon .navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#hauptnavi .ribbon .navi2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#hauptnavi .ribbon .strich ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#hauptnavi .ribbon .navi ul li {
	font: normal 13px 'OpenSansSemiBold';
}

#hauptnavi .ribbon .navi2 ul li {
	font: normal 13px 'OpenSansSemiBold';
}

#hauptnavi .ribbon .navi>ul>li+li {
	margin-top: 5px;
}

#hauptnavi .ribbon .strich>ul>li+li {
	margin-top: 5px;
}

#hauptnavi .kliniken .sp1 .navi ul li ul li a,#hauptnavi .kliniken .sp2 .navi ul li ul li a,#hauptnavi .kliniken .sp3 .navi ul li ul li a,#hauptnavi .kliniken .sp4 .navi ul li ul li a,#hauptnavi .kliniken .sp5 .navi ul li a
	{
	color: #fff;
	padding-left: 20px;
	display: block;
	position: relative;
	font: normal 13px 'OpenSansSemiBold';
}

#hauptnavi .ribbon .navi ul li a {
	color: #fff;
	padding-left: 20px;
	display: block;
	position: relative;
}

#hauptnavi .ribbon .navi2 ul li a {
	color: #fff;
	padding-left: 20px;
	display: block;
	position: relative;
}

#hauptnavi .ribbon .navi ul li a .icon {
	width: 7px;
	height: 7px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -490px -11px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}

#hauptnavi .ribbon .navi2 ul {
	list-style-type: none;
}

#hauptnavi .ribbon .navi2 ul li a .icon {
	width: 7px;
	height: 7px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -490px -11px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}

#hauptnavi .kliniken .sp1 .strich ul li ul li a {
	color: #fff;
	padding-left: 20px;
	display: block;
	position: relative;
	font: normal 13px 'OpenSansSemiBold';
}

#hauptnavi .ribbon .strich ul li a {
	color: #fff;
	padding-left: 20px;
	display: block;
	position: relative;
}

#hauptnavi .ribbon .strich ul li a .icon {
	width: 7px;
	height: 7px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -490px -11px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}

#hauptnavi .ribbon .strich ul li a:hover {
	text-decoration: underline;
}

#hauptnavi .ribbon .navi ul li a:hover {
	text-decoration: underline;
}
#hauptnavi .ribbon .navi2 ul li a:hover {
	text-decoration: underline;
}
#hauptnavi .ribbon .navi ul li ul li {
	font-family: 'OpenSansLight';
	margin-top: 3px;
}

#hauptnavi .ribbon .strich ul li ul li a {
	font-family: 'OpenSansLight';
}

/* Ribbon Ãœber uns */
#hauptnavi .ribbon.ueberuns .spalte {
	width: 195px;
	margin: 0 10px 0 30px;
}
/* Ribbon Kliniken */
#hauptnavi .ribbon.kliniken .spalte {
	width: 154px;
	margin: 0 2px 0 30px;
}

#hauptnavi .ribbon.kliniken .sp6 {
	float: none;
	clear: both;
	width: auto;
	padding: 0;
	overflow: hidden;
	margin: 0 30px 20px 30px;
}

#hauptnavi .ribbon.kliniken .sp7 {
	float: none;
	clear: both;
	width: auto;
	padding: 0;
	overflow: hidden;
	margin: 0 30px 20px 30px;
}

#hauptnavi .ribbon.kliniken .sp6 .navi ul li ul li {
	float: left;
	width: 279px;
}
#hauptnavi .ribbon.kliniken .sp7 .navi ul li ul li {
	float: left;
	width: 279px;
}
/* Ribbon Aufenthalt */
#hauptnavi .ribbon.aufenthalt .spalte {
	width: 190px;
	margin: 0 -5px 0 30px;
}

#hauptnavi .ribbon.aufenthalt .sp1 {
	width: 255px;
}

#hauptnavi .ribbon.aufenthalt .sp1 ul ul {
	width: 50%;
	float: left;
	margin-top: 10px;
}
/* Ribbon Forschung */
#hauptnavi .ribbon.forschung .spalte {
	width: 195px;
	margin: 0 10px 0 30px;
}
/* Ribbon Kariere */
#hauptnavi .ribbon.karriere .spalte {
	width: 195px;
	margin: 0 10px 0 30px;
}
#hauptnavi .ribbon.forschung .sp5 {
	float: none;
	clear: both;
	width: auto;
	padding: 0;
	overflow: hidden;
	margin: 0 30px 20px 30px;
}

#hauptnavi .ribbon.forschung .sp5 .navi ul li ul li {
	float: left;
	width: 279px;
}
/* Ribbon Presse */
#hauptnavi .ribbon.presse .spalte {
	width: 154px;
	margin: 0 2px 0 30px;
}
#hauptnavi .presse .sp1 .navi ul li ul li a,#hauptnavi .presse .sp2 .navi ul li ul li a,#hauptnavi .presse .sp3 .navi ul li ul li a,#hauptnavi .presse .sp4 .navi ul li ul li a,#hauptnavi .presse .sp5 .navi ul li a
	{
	color: #fff;
	padding-left: 20px;
	display: block;
	position: relative;
	font: normal 13px 'OpenSansSemiBold';
}
#hauptnavi .presse .sp1 .strich ul li ul li a {
	color: #fff;
	padding-left: 20px;
	display: block;
	position: relative;
	font: normal 13px 'OpenSansSemiBold';
}
#hauptnavi .ribbon.presse .sp6 {
	float: none;
	clear: both;
	width: auto;
	padding: 0;
	overflow: hidden;
	margin: 0 30px 20px 30px;
}
#hauptnavi .ribbon.presse .sp6 .navi ul li ul li {
	float: left;
	width: 279px;
}

/* Zeile 3: Servicenavigation, Sprachwahl, Suche */
#kopf_z3 {
	width: 960px;
	margin: 0 auto;
	padding-top: 35px;
	height: 27px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

#kopf_z3 .kopf_sp1,#kopf_z3 .kopf_sp2,#kopf_z3 .kopf_sp3 {
	float: left;
	height: 27px;
}

#kopf_z3 .kopf_sp1 {
	width: 510px;
	margin-right: 0px;
	padding: 0 0 0 25px;
}

#kopf_z3 .kopf_sp2 {
	width: 143px;
}

#kopf_z3 .kopf_sp3 {
	/*float: right;*/
	width: 282px;
}

/* Servicenavi */
#kopf_z3 .kopf_sp1 ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 0 0;
}

#kopf_z3 .kopf_sp1 ul li {
	display: block;
	float: left;
	margin-left: 23px;
}

#kopf_z3 .kopf_sp1 ul li a {
	text-decoration: none;
	font: normal 12px 'OpenSansBold';
	color: #000;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 3px 0 4px 0;
}

#kopf_z3 .kopf_sp1 ul li a .icon {
	display: none;
	width: 8px;
	height: 5px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -535px -13px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
}
#kopf_z3 .kopf_sp1 ul li a.aktiv .icon {
	display: block;
}
#kopf_z3 .kopf_sp1 ul li a:hover {
	text-decoration: underline;
}
#kopf_z3 .kopf_sp1 ul li.notfall {
	margin-left: 0;
}
#kopf_z3 .kopf_sp1 ul li.notfall a {
	font-size: 16px;
	color: #be0028;
	padding: 0;
}
#kopf_z3 .kopf_sp1 ul li.ims {
  margin-left: 30px;
}
#kopf_z3 .kopf_sp1 ul li.ims a {
  color: #004b96;
}

/* Sprachwahl */
#kopf_z3 .kopf_sp2 ul {
	list-style-type: none;
	padding: 7px 10px 0 10px;
	position: relative;
	float: left;
	left: 50%;
	margin: 0 auto;
}

#kopf_z3 .kopf_sp2 ul li {
	display: block;;
	float: left;
	position: relative;
	float: left;
	right: 50%;
}

#kopf_z3 .kopf_sp2 ul li a {
	display: block;
	width: 24px;
	height: 14px;
	margin-bottom: 6px;
	margin-left: 3px;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background-color: #afb4b9;
	font: normal 11px 'OpenSansRegular';
}

#kopf_z3 .kopf_sp2 ul li a.aktiv,#kopf_z3 .kopf_sp2 ul li a:hover {
	height: 18px;
	padding-top: 2px;
	margin-bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5),
		to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);
}

.no-cssgradients #kopf_z3 .kopf_sp2 ul li a.aktiv,.no-cssgradients #kopf_z3 .kopf_sp2 ul li a:hover
	{
	background-image: url(../images/suche_verlauf.gif);
	background-repeat: repeat-x;
	background-color: #004d98;
}

.kopf_sp2 #sprachnavi a.deu .langtxt,.kopf_sp2 #sprachnavi a.eng .langtxt,.kopf_sp2 #sprachnavi a.rus .langtxt,.kopf_sp2 #sprachnavi a.fra .langtxt
	{
	display: none;
}

.kopf_sp2 #sprachnavi a.aktiv .langtxt,.kopf_sp2 #sprachnavi a:hover .langtxt
	{
	display: inline;
}

.kopf_sp2 #sprachnavi a.deu {
	background-image: url(../images/deu24.png);
	background-repeat: no-repeat;
	background-color: #fff;
}

.kopf_sp2 #sprachnavi a.eng {
	background-image: url(../images/eng24.png);
	background-repeat: no-repeat;
	background-color: #fff;
}

.kopf_sp2 #sprachnavi a.rus {
	background-image: url(../images/rus24.png);
	background-repeat: no-repeat;
	background-color: #fff;
}

.kopf_sp2 #sprachnavi a.fra {
	background-image: url(../images/fra24.png);
	background-repeat: no-repeat;
	background-color: #fff;
}

/* Suche */
#suche {

}

#suche input {
	border: 0;
	margin: 0;
	padding: 0;
	height: 20px;
	margin-left: 2px;
	margin-top: 7px;
	float: left;
}

#suche input#suchbegriff {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5),
		to(#004d98));
	background-image: -webkit-linear-gradient(top, #00afe6, #00afe6);
	background-image: -moz-linear-gradient(top, #00afe6, #00afe6);
	background-image: -ms-linear-gradient(top, #00afe6, #00afe6);
	background-image: -o-linear-gradient(top, #00afe6, #00afe6);
	background-image: linear-gradient(top, #00afe6, #00afe6);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	font: normal 12px 'OpenSansRegular';
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	width: 248px;
}

.no-cssgradients #suche input#suchbegriff {
	background-image: url(../images/suche_verlauf.gif);
	background-repeat: repeat-x;
	background-color: #004d98;
}

#suche input#suche_submit {
	background-color: #00afe6;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -354px -31px;
	width: 20px;
	cursor: pointer;
}
#suche input#suche_submit:hover {
	background-color: #004d98;
}

/* Home: Arztsuche, Dropdown */
/*****************************/
#info {
	width: 960px;
	margin: 0 auto;
	margin-top: 187px;
	color: #fff;
}

#info .copytext.textmitbild {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000000;
	margin-top: 40px;
	max-width: 280px;
	padding: 10px;
	position: absolute;
}
@media screen and (max-width: 600px) {
	#info .copytext.textmitbild {
		float: right;
		margin-top: 10px;
		max-width: 260px;
		position: relative;
	}
}
@media screen and (max-width: 480px) {
	#info .copytext.textmitbild {
		float: unset;
		margin-bottom: -80%;
		margin-top: 10px;
		max-width: 320px;
		position: relative;
	}
}
#info .copytext.textmitbild .foto {
	border: 0 none;
	padding: 0 10px 10px 0;
}
#info .copytext.textmitbild h3 {
	font-size: 15px;
	line-height: 17px;
}

.info_content {
	background-color: rgba(0, 175, 230, 0.85);
	width: 260px;
	/*height: 273px;*/
	padding: 0 10px 35px;
	float: right;
	clear: both;
}

.tx-asmedicsearch .info_content,
.tx-as-address-finder .info_content {
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.no-rgba .info_content {
	background-image: url(../images/blau85.png);
}

.info_headline {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.info_headline strong {
	font: normal 14px 'OpenSansLight';
}

.info_headline a {
	font: normal 14px 'OpenSansSemiBold';
}

.info_headline a:hover {
	text-decoration: underline;
}

.info_headline a .icon {
	background-image: url("../images/sprites.png");
	background-position: -485px -11px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 7px;
	width: 12px;
}

.info_headline a {
 text-decoration: none;
 color: #fff;
}

.info_inhalt {
	font-size: 14px;
	clear: both;
}

.info_inhalt strong {
	padding-top: 10px;
	display: block;
	font: normal 14px 'OpenSansSemiBold';
}

.info_inhalt p {
	font: 14px "OpenSansLight";
	margin: 0;
}

#info input {
	border: 0;
	margin: 0;
	padding: 0;
	height: 20px;
	margin-top: 7px;
	float: left;
}

#info input#arztname {
	background-color: #fff;
	/*
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	*/
	font: normal 12px 'OpenSansRegular';
	color: #4b4b4b;
	padding-left: 5px;
	padding-right: 5px;
	width: 228px;
}

#info input#arzt_submit {
	background-color: #ffffff;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -427px -32px;
	width: 20px;
	cursor: pointer;
	margin-left: 2px;
}

#info input#arzt_submit:hover {
	background-color: #00afe6;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -374px -32px;
	width: 20px;
	cursor: pointer;
	margin-left: 2px;
}

#ui-id-1 {
	font: normal 12px 'OpenSansRegular';
	background: none;
	border: 0;
	color: #4b4b4b;
  border-radius: 0;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	margin: 0;
	padding: 0;
	margin-top: 2px;
	border-top: 2px solid transparent;
	z-index: 1001;
}
#ui-id-1 li {
	background-color: #fff;
}
#ui-id-1 li a {
  color: #000;
  display: block;
  padding: 4px 6px 4px 8px;
	line-height: auto;
	margin: 0;
}
#ui-id-1 li a.ui-state-focus {
	background: none;
	background-color: #f1f1f1;
	border: 0;
	color: #000;
	margin: 0;
}





/* Inhaltsbereich */
/******************/
a.internal-link,a.external-link-new-window,a.external-link,.box_text a.a_mehr,a.download {
	color: #4B4B4B;
	text-decoration: underline;
	font-family: 'OpenSansRegular';
}

.copytext p a:hover,a.internal-link:hover,a.external-link-new-window:hover,a.external-link:hover,.box_text a.a_mehr:hover,a.download:hover {
	color: #00afe6;
	text-decoration: none;
}

.copytext p a {
	color: #00afe6;
	text-decoration: none;
	font-family: 'OpenSansRegular';
}

.copytext p a:hover {
	text-decoration: underline;
}

.bodytext b a.internal-link {
	color: #00AFE6;
	text-decoration: none;
}

.bodytext b a:hover.internal-link {
	text-decoration: underline;
}

a.a_mehr {
	color: #00AFE6;
	text-decoration: none;
	font-family: 'OpenSansBold';
}

a.a_mehr:hover {
	text-decoration: underline;
}

.box.veranstaltungen .box_header,
.root .box_header {
	border-bottom: 1px solid #00AFE6;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.root .box_header {
	margin-top: 10px
}

.box.veranstaltungen a {
	color: #000;
	font-family: 'OpenSansBold';
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
}

.box.veranstaltungen .box_text,
.tx-aspresse-pi1 .box_text {
	padding-top: 0;
}

a.internal-link:after,
a.external-link-new-window:after,
a.external-link:after,
a.download:after,
a.a_mehr .icon,
//.box.veranstaltungen a .icon
	{
	width: 7px;
	height: 8px;
	display: inline-block;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -473px -11px;
	margin-left: 4px;
}

a.internal-link:after,a.external-link-new-window:after,a.external-link:after,a.download:after
	{
	content: "";
}

a.download {
	border: 0 none;
	padding: 0;
	overflow: visible;
}

.box.veranstaltungen a {
	display: block;
	//padding-left: 13px;
	//color: #4b4b4b;
}

.box.veranstaltungen a:hover {
	text-decoration: none;
	color: #00afe6;
}

.box.veranstaltungen a .icon {
	display: none;
	//margin-left: -13px;
	//margin-right: 6px;
}

#content {
	font-size: 12.5px;
	line-height: 18px;
	/*color: #4b4b4b;*/
	color: #000;
	width: 100%;
	overflow: hidden;
}



.box.w4 {
	height: 100%;
}

#inhalte {
	/*
	background-color: #fff;
*/
	background-image: url(../images/inhalte_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: fixed;
	overflow: hidden;
	width: 100%;
	margin-top: 505px;
}

.inhalte_spalten {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	height: 100%;
	background-image: url(../images/sprites.png);
	background-position: -1400px 0;
	background-repeat: repeat-y;
}

.inhalte_sp1 {
	float: left;
	width: 185px;
	background-color: #fff;
	background-image: url(../images/sprites.png);
	background-position: 15px 0;
	background-repeat: repeat-y;
	overflow: hidden;
	height: 100%;
	padding-bottom: 30px;
}

#inhalte.hideComplete .inhalte_sp1 {
	background: none;
}

.inhalte_sp2 {
	/*background-color: #fff;*/
	float: left;
	width: 775px;
	overflow: hidden;
	height: 100%;
	/*min-height: 500px;*/
}

#inhalte.einspaltig .marginalie {
	display: none;
}

#inhalte.einspaltig .texte {
	width: 600px;
	border-right: none;
}

#inhalte.einspaltig .inhalte_spalten {
	border-right: 1px dotted #AFB4B9;
	background-image: none;
}

.kliniken {

}

#inhalte.kliniken {
	min-height: 100%;
	padding-bottom: 30px;
}

/* Beim Scrollen soll Kontextnavigation stehen bleiben */
#inhalte.fixi .inhalte_sp1 {
	position: fixed;
}

#inhalte.fixi .inhalte_sp2 {
	padding-left: 185px;
}

#inhalte.home {
	margin-top: 630px;
}
@media screen and (max-width: 1200px) { #inhalte.home { margin-top: 560px; } }

#inhalte.home .inhalte_spalten {
	background: none;
	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.25);
	padding: 0 25px;
	width: 910px;
	margin-bottom: 20px;
}

#inhalte.home .inhalte_sp1 {
	width: 620px;
	background: none;
	padding: 0;
	padding-top: 10px;
}

#inhalte.home .inhalte_sp2 {
	width: 255px;
	float: right;
	background: none;
	padding-top: 20px;
}

.home .intro {
	padding: 20px 0 35px 0;
	border-top: 5px solid #e1e1e1;
	clear: both;
}

.intro .headline {

}

.intro .headline h2 {
	margin: 0;
	padding: 0;
	font: normal 30px 'OpenSansRegular';
	color: #004B96;
}

.intro .inhalt {
	overflow: hidden;
}

.intro .text {
	float: left;
	width: 600px;
}

.intro .text p {
	margin: 0;
}

.intro .bild {
	float: right;
}

/* Kontextnavigation */
.kontextnavigation {

}

.kontextnavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 25px 0 0 0;
}

.kontextnavigation ul li {
	padding-right: 5px;
}

.kontextnavigation ul li a {
	display: block;
	border-top: 1px solid #afb4b9;
	border-bottom: 1px solid #afb4b9;
	text-decoration: none;
	font: normal 12px 'OpenSansRegular';
	color: #000;
	margin-bottom: -1px;
	padding: 5px 10px;
}

.kontextnavigation ul ul:hover {
	background-color: #e1e1e1;
	background-image: url("../images/sprites2.png");
	background-position: 0 0;
	background-repeat: repeat-y;
}

.kontextnavigation ul li a:hover {
	background-color: #e1e1e1;
	background-color: #b4b4b4;
	color: #fff;
}

.kontextnavigation ul li a:focus {
	background-color: #b4b4b4;
	color: #fff;
}

.kontextnavigation ul li.aktiv {
	padding-right: 0;
}

.kontextnavigation ul li.active>a,.kontextnavigation ul li.aktiv>a {
	background-image: url(../images/sprites2.png);
	background-position: -185px center;
	border: 0;
	background-color: #00AFE6;
	color: #fff;
	margin-top: 1px;
	padding-right: 15px;
}

.kontextnavigation ul li.aktiv>a.subactive {
	background-color: #E1E1E1;
	color: #4B4B4B;
	margin-right: 5px;
	background-image: url("../images/sprites2.png");
	background-position: 0 0;
	background-repeat: repeat-y;
}

/* Kontextnavigation - Naviebene 3 */
.kontextnavigation ul ul {
	margin: 1px 0 -1px 0;
	padding: 0;
}

.kontextnavigation ul ul li {
	padding: 0;
}

.kontextnavigation ul ul li a {
	border-bottom: 0px dotted #afb4b9;
	border-top: 0px solid;
	background-image: url(../images/bgtp-navi-e3-165.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 3px 10px 3px 15px;
	text-transform: none;
	width: 155px;
}

.kontextnavigation ul ul li.aktiv>a {
	background-image: url(../images/sprites2.png);
	background-position: -185px center;
	margin-top: 0px;
}

.kontextnavigation ul ul li.aktiv>a.subactive {
	margin-right: 0px;
	padding: 3px 10px 3px 15px;
}

/* Kontextnavigation - Naviebene 4 */
.kontextnavigation ul ul ul {
	margin: 0;
}

.kontextnavigation ul ul ul li {
	padding: 0;
}

.kontextnavigation ul ul ul li a {
	background-image: none;
	border: 0;
	margin: 0;
	padding: 3px 10px 3px 22px;
	text-transform: none;
	width: 148px;
}

.kontextnavigation ul ul ul li.aktiv>a {
	background-image: url(../images/sprites2.png);
	background-position: -185px center;
	margin-top: 0px;
}

.kontextnavigation ul ul ul li.aktiv>a.subactive {
	margin-right: 0px;
	padding: 3px 10px 3px 22px;
}

/* Kontextnavigation - Naviebene 5 */
.kontextnavigation ul ul ul ul {
	margin: 0;
}

.kontextnavigation ul ul ul ul li {
	padding: 0;
}

.kontextnavigation ul ul ul ul li a {
	background-image: none;
	border: 0;
	margin: 0;
	padding: 2px 10px 2px 26px;
	text-transform: none;
	width: 144px;
	font: normal 11px 'OpenSansRegular';
}

.kontextnavigation ul ul ul ul li.aktiv>a {
	background-image: url(../images/sprites2.png);
	background-position: -185px center;
	margin-top: 0px;
}

/* Referenzfeld */
.kontextnavigation ul li.referenzfeld {
	background-color: #e1e1e1;
	background-image: url(../images/sprites2.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.kontextnavigation ul li.referenzfeld>a {
	font: normal 12px 'OpenSansBold';
	/*text-transform: none; */
	color: #4b4b4b;
	border: 0;
	border-bottom: 0px solid #e1e1e1;
	text-transform: uppercase;
}

.kontextnavigation ul li.referenzfeld.aktiv>a {
	color: #fff;
}

.kontextnavigation ul li.referenzfeld ul li {
	background-color: #fff;
}

.kontextnavigation ul li.referenzfeld ul li a {
	color: #4B4B4B;
	text-transform: uppercase;
	display: block;
}

.kontextnavigation ul li.referenzfeld ul li.active>a {
	color: #fff;
}

/* Schalter zum Ein- und Ausblenden */
.kontextnavigation ul li.showhide {
	overflow: hidden;
	padding: 0 0 10px 0;
	display: none;
}

.kontextnavigation ul li.showhide a {
	background-color: #BE0028;
	background-image: url(../images/sprites2.png);
	background-position: -456px -35px;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 12px;
	border: 6px solid #BE0028;
	padding: 0;
	width: 18px;
	left: 180px;
	top: 0;
	position: absolute;
}
/*
#inhalte.showComplete .kontextnavigation ul li.showhide a {
	left: 0px;
}
*/
/*.kontextnavigation ul li.showhide a:hover,
.kontextnavigation ul li.showhide a:focus
{
	background: none;
	background-image: url(../images/sprites2.png);
	background-repeat: no-repeat;
	background-position: -529px -34px;
}
#inhalte.hideComplete .kontextnavigation ul li {
	display: none;
}
#inhalte.hideComplete .kontextnavigation ul li.showhide {
	display: block;
}
#inhalte.hideComplete .kontextnavigation ul li.showhide a {
	background-position: -559px -34px;
}
*/

/* Texte */
.texte {
	width: 493px;
	float: left;
	/*border-right: 1px dotted #afb4b9;*/
	padding: 0 15px 45px 13px;
	margin: 25px 0 0 0;
}

.texte .headline {
	margin-bottom: 1em;
	color: #004b96;
	font: normal 22px/1.2em 'OpenSansRegular';
}

.texte .headline h2 {
	margin: 0 0 3px 0;
	padding: 0;
}

.texte .headline h2 em {
	font: normal 22px 'OpenSansBold';
	display: block;
	line-height: 100%;
}

.copytext {
	clear: both;
}

.copytext h3 {
	margin: 0.75em 0 0.75em 0;
	padding: 0;
	font: normal 12.5px 'OpenSansBold';
	color: #00AFE6;
}

.copytext h3+p {
	margin-top: 0;
}

.texte .copytext ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.texte .copytext .textmb_text ul {
	list-style-position: inside;
}

.texte .copytext ol {
	margin: 0 0 0 19px;
	padding: 0;
}

.texte .copytext ul li {
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -845px -39px;
	padding: 0 0 6px 19px;
}

.texte .copytext ol li {
	padding: 0 0 6px 0px;
}

.texte hr {
	background: none;
	border: 0;
	height: 1px;
	display: block;
	overflow: hidden;
	border-top: 1px dotted #4b4b4b;
	margin: 1em 0;
}

/* Fotos Inhalt */
/******************/
.foto_bigger .foto_bild {
	background-repeat: no-repeat;
	position: relative;
	margin-left: -15px;
}

.foto_bigger .foto_bild a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}

.foto.w2 .lightbox a .icon,.foto.w3 .lightbox a .icon,.foto_bigger .foto_bild a .icon
	{
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -573px -53px;
	width: 38px;
	height: 38px;
	display: block;
}

.foto.w2 .lightbox a:hover .icon,.foto.w3 .lightbox a:hover .icon,.foto_bigger .foto_bild a:hover .icon
	{
	background-position: -611px -53px;
}

.foto_bigger .foto_text {
	background-color: #E2E3DE;
	margin: -4px 0 0;
}

.foto_bigger .foto_text p {
	margin-top: 0px;
	padding: 5px;
	font-size: 0.9em;
	line-height: 130%;
}

.foto_bigger .foto_bild img {
	width: 495px;
	margin-left: 15px;
	/*margin-right: 15px;*/
}

.foto_bigger .foto_bild a {
	width: 495px;
	margin-left: 15px;
	margin-right: 15px;
}
/* Fotos */
.fotos {
	width: 510px;
	margin-left: -15px;
	height: 100%;
	overflow: hidden;
}

.fotos .foto,.foto {
	float: left;
	margin: 0 0 0 0 !important;
	height: 100%;
	overflow: hidden;
	/*background-color: #e9e9e9;*/
	border-bottom: 3px solid #afb4b9;
}

.notext {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-bottom: none;
}

.fotos .foto {
	float: left;
	margin: 0 0 0 0 !important;
	height: 100%;
	overflow: hidden;
	background-color: #e9e9e9;
	border-bottom: 3px solid #afb4b9;
}

.fotos .foto_text,.foto_text {
	padding: 0 7px;
	border-top: 5px solid #e9e9e9;
	width: 100%;
}

.fotos .foto_bild .foto_text {
	padding: 0 7px;
	border-top: 5px solid #e9e9e9;
	width: auto; !important;
}

.fotos .foto_text p,.foto_text p {
	margin: 0 0 0.25em 0;
	font-size: 80%;
}

.fotos .foto.w1,.foto.w1 {
	width: 155px;
}

.foto > .foto_bild {
	line-height: 0;
}

.fotos .foto.w1 img,.foto.w1 img {
	width: 155px;
}

/* Fotos Inhaltsspalte */
.inhalte_sp2 .foto {
	margin-left: 0px !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
}

.inhalte_sp2 .foto_text {
	float: left;
}

.inhalte_sp2 .foto1 .foto_bild img {
	width: 100%;
}

.inhalte_sp2 .foto1.foto_bigger .foto_bild img {
	width: 473px;
}

.inhalte_sp2 .fotos .foto1 {
	float: left;
	margin: 0 0 15px 15px !important;
	height: 100%;
	overflow: hidden;
	background-color: #e9e9e9;
	border-bottom: 3px solid #afb4b9;
}

.inhalte_sp2 .fotos .foto_text {
	padding: 0 7px 10px 7px;
}

.inhalte_sp2 .inhalte_sp2 .fotos .foto_text p {
	margin: 0 0 0.25em 0;
}

.inhalte_sp2 .fotos .foto1.w1 {
	width: 155px;
}

.inhalte_sp2 .fotos .foto1.w1 img {
	width: 155px;
}

.inhalte_sp2 .fotos>div {
	float: left;
	margin: 0 0 10px 15px !important;
	height: 100%;
	overflow: hidden;
	background-color: #ffffff;
	/*border-bottom: 3px solid #afb4b9;*/
}

/* Text mit Bild */
.inhalte_sp2 .textmitbild {
	width: 510px;
	margin-left: -15px;
	height: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	clear: left;
}

.inhalte_sp2 .textmitbild .foto.w1,.inhalte_sp2 .textmitbild .foto.w1 img {
	width: 155px;
}

.inhalte_sp2 .textmitbild .foto.w2,.inhalte_sp2 .textmitbild .foto.w2 img {
	width: 240px;
}

.inhalte_sp2 .textmitbild .foto.w3,.inhalte_sp2 .textmitbild .foto.w3 img {
	width: 325px;
}

.inhalte_sp2 .textmitbild .foto {
	border-bottom: none;
}

.inhalte_sp2 .textmitbild .foto_text {
	background-color: #f0f0f0;
	border-bottom: 3px solid #afb4b9;
	width: 100%;
}

.inhalte_sp2 .textmitbild .foto_bild {
	border-bottom: none;
	margin-bottom: 0;
}

.inhalte_sp2 .textmitbild .foto.left {
	float: left;
	margin-right: 15px !important;
	margin-left: 15px !important;
}

.inhalte_sp2 .textmitbild .foto.right {
	float: right;
	margin-right: 0px !important;
	margin-left: 15px !important;
}

.inhalte_sp2 .textmb_text {
	margin-left: 15px;
}

.inhalte_sp2 .textmitbild p {
	margin-top: 0;
}

/* Tabellen */
/******************/
table.contenttable {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 4em;
}

table.contenttable th,table.contenttable td {
	border-bottom: 1px solid #AFB4B9;
	padding: 5px 10px;
	border-right: 10px solid #fff;
}

table.contenttable .tr-0 th,table.contenttable .tr-0 td {
	border-top: 1px solid #AFB4B9;
}

table.contenttable th:first-child {
	padding-left: 5px;
}

table.contenttable td:first-child {
	padding-left: 5px;
}

table.contenttable th:last-child,table.contenttable td:last-child {
	padding-right: 0;
	border-right: 0px;
}

table.contenttable th {
	text-align: left;
	color: #00afe6;
}

table.contenttable .tr-0 th {
	border-top: 1px solid #fff;
	/*border-bottom: 2px solid #004B96;*/
}

table.contenttable td {
	background-color: #fff;
}

/* Tabelle Layout 2 */
table.contenttable.contenttable-2 td {
	border-bottom: 1px solid #fff;
	padding: 5px 10px;
	border-right: 0px solid #fff;
}

table.contenttable-2 .tr-last th,table.contenttable-2 .tr-last td {
	border-top: 0px solid #fff;
}

table.contenttable.contenttable-2 th {
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #00afe6;
	border-right: 0px solid #fff;
}

table.contenttable.contenttable-2 .tr-odd td {
	background-color: #ccdbea;
}

table.contenttable.contenttable-2 .tr-even td {
	background-color: #e5edf5;
}
/* Tabelle Layout 3 */
table.contenttable.contenttable-3 th {
	text-align: left;
	color: #fff;
	border-bottom: 2px solid #fff;
	background-color: #00afe6;
}

table.contenttable-3 th,table.contenttable-3 td {
	border-top: 1px dotted #AFB4B9;
	border-right: 0px solid #fff;
}

table.contenttable-3 .tr-last th,table.contenttable-3 .tr-last td {
	border-bottom: 1px dotted #AFB4B9;
}

/* Lightbox */
/******************/
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1001;
	line-height: 0;
	color: #4B4B4B;
	font: normal 100% 'OpenSansRegular';
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
}

#imageContainer {

}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink,#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink .icon,#nextLink .icon {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
}

#prevLink .icon {
	background-position: -809px -68px;
	left: 0;
}

#nextLink .icon {
	background-position: -809px -38px;
	right: 0;
}

/*** START : next / previous text links ***/
#nextLinkText,#prevLinkText {
	color: #910923;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	background-repeat: no-repeat;
}

#nextLinkText:hover,#prevLinkText:hover {
	color: #910923;
	text-decoration: underline;
}

#nextLinkText {
	right: 0;
	background-image: url(../images/next-small.gif);
	background-position: right center;
	padding-right: 15px;
}

#nextLinkText:hover {

}

#prevLinkText {
	left: 0;
	background-image: url(../images/prev-small.gif);
	background-position: left center;
	padding-left: 15px;
}

#prevLinkText:hover {

}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/
.ontop #imageData {
	padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/
#imageDataContainer {
	font-size: 70%;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
	overflow: hidden;
	height: 100%;
}

#imageData #imageDetails {
	text-align: left;
	padding-bottom: 0.5em;
	overflow: hidden;
}

#imageData #caption {

}

#imageData #bottomNav {
	overflow: hidden;
	position: relative;
	height: 100%;
	padding: 0.5em 0;
}

#imageData #numberDisplay {
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
}

#imageData #bottomNavClose {
	display: block;
	float: right;
	color: #BE0028;
	font-family: 'OpenSansBold';
	text-decoration: none;
}

#imageData #bottomNavClose .icon {
	background-image: url(../images/sprites.png);
	background-position: -473px -11px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 8px;
	margin-left: 4px;
	width: 7px;
}

#imageData #bottomNavClose:hover {
	text-decoration: underline;
}

#imageData #helpDisplay {
	clear: left;
	float: left;
	display: block;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

#lightboxIframe {
	display: none;
}

/* Liste der Kliniken */
#inhalte.kliniken,#inhalte.einspaltig {
	margin-top: 210px;
}

.schalter {
	font-family: 'OpenSansRegular';
	margin-bottom: 1em;
}

.schalter a {
	display: block;
	text-decoration: none;
	color: #00AFE6;
}

.schalter a:hover {
	color: #00AFE6;
	text-decoration: underline;
}

/* KLAPPER NEU VON UKF BEGIN */
.klapper {
	overflow: hidden;
	height: 100%;
	clear: both;
	margin-bottom: 1em;
}
.texte div:last-child .klapper,
.klapper.offen
{
	margin-bottom: 2em;
}

.klapper_head {
	font-family: 'OpenSansExtrabold';
}

.klapper_head a {
	display: block;
	text-decoration: none;
	color: #4b4b4b;
	background-color: #e1e1e1;
	min-height: 18px;
	padding: 2px 0 0 28px;
	border-bottom: 3px solid #afb4b9;
	position: relative;
}

.klapper_head a .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -374px -52px;
	background-color: #00AFE6;
}

.klapper_head a:hover {
	color: #00AFE6;
}

.klapper.offen .klapper_head a .icon {
	background-position: -374px -32px;
}

.klapper_content {
	display: none;
	overflow: hidden;
	height: 100%;
	padding-top: 10px;
}
.klapper_content .box {
 	margin-top: 1em;
}
.klapper_content .box_person {
 	margin-top: 0;
	margin-bottom: 15px;
}
.klapper_content p {
	margin-top: 0px;
}
.klapper.offen .klapper_content {
	display: block;
}
.subheadline {
	font-family: OpenSansRegular;
	font-size: 12.5px;
	font-weight: normal !important;
}
.location_klapper {
	margin-bottom: 0 !important;
	margin-top: 10px;
}
/* KLAPPER NEU VON UKF END */

.linkliste {
	clear: both;
}

.linkliste ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.linkliste ul li {
	margin: 0.5em 0;
}

.linkliste ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding-left: 11px;
	position: relative;
}

.linkliste ul li a .icon {
	width: 7px;
	height: 8px;
	display: block;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -473px -11px;
	margin-right: 4px;
	position: absolute;
	left: 0;
	top: 4px;
}

.linkliste ul li a:hover {
	color: #00AFE6;
	text-decoration: underline;
}

/* Historie */
/* FÃ¼r IE7 brÃ¤uchten wir noch ein eigenes CSS... */
.historie {
	border-left: 1px dotted #AFB4B9;
	margin-left: 4px;
	margin-top: 2em;
	padding-top: 6px;
}

.historie ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: -12px;
}

.historie ul li {
	position: relative;
	padding: 0 0 0 22px;
	margin: 0 0 2em -3px;
}

.historie ul li .icon {
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -650px -69px;
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
}

.historie ul li .jahr {
	font-family: 'OpenSansSemiBold';
	font-size: 30px;
	color: #004B96;
	display: block;
	padding-bottom: 8px;
}

.historie ul li.last {
	margin-top: -2em;
}

.historie ul li.last .icon {
	background-position: -659px -69px;
	height: 9px;
	top: 0;
}

/* Marginalie */
.marginalie {
	width: 238px;
	margin: 25px 0 0 0;
	float: right;
	overflow: hidden;
}

/* Boxen */
.boxen_zeile {
	margin-bottom: 15px;
	overflow: hidden;
	height: 100%;
}

.marginalie .boxen_zeile {
	margin-left: 0;
}

.box {
	background-color: #fff;
}

.box_header {
	padding: 9px 0;
}

.marginalie .box_header {
	padding: 0 10px 9px 0;
}

.box_header strong {
	color: #00AFE6;
	font-family: "OpenSansSemiBold";
}

.box_content {
	overflow: hidden;
	margin-bottom: 15px;
}

.box_bild {
	float: left;
	overflow: hidden;
	/*width: 165px;*/
}

.marginalie .box_bild {
	padding-left: 0px;
}

.marginalie .box_bild img {
	line-height: 0;
	display: block;
	width: 100%;
	padding-bottom: 0;
}

.inhalte_spalten .texte .box_bild img {
	line-height: 0;
	display: block;
}

.inhalte_spalten .inhalte_sp2 .texte .box_person .box_content .box_bild img {
	line-height: 0;
	display: block;
	padding-bottom: 20px;
}

.inhalte_spalten .marginalie .box_bild img {
	line-height: 0;
	display: block;
}

.foto_bild.lightbox a,.box_bild.groesser a {
	position: relative;
	display: block;
}

.foto.w1 .lightbox a .icon,.box_bild.groesser a .icon {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -581px -8px;
	width: 17px;
	height: 17px;
	display: block;
}

.foto.w1 .lightbox a .icon {
	right: 3px;
	bottom: 6px;
}

.box_bild .bildtext {
	font-size: 10px;
	padding: 0 10px 0 0;
	width: 139px;
}

.box_bild a {
	margin-right: 10px;
}

.box_text {
	padding: 10px 5px 0px 0;
	/*padding: 0.75em 13px;*/
	overflow: hidden;
	height: 100%;
}

.marginalie .box_text {
	padding: 0.75em 10px;
	padding: 5px 5px 5px 0;

}

.box_text h2,.box_text h3,.box_text h4 {
	padding: 0;
	margin: 0;
	color: #00AFE6;
}

.box_text h2 {
	font: normal 19px 'OpenSansSemiBold';
	//margin-top: -15px;
	margin-bottom: 0.5em;
	padding-top: 5px;
}

,
.box_text h3 {
	font: normal 16px 'OpenSansBold';
}

.box_text h4 {
	font: normal 12.5px 'OpenSansBold';
}

.box_text p,
.text_slider p {
	color: #4a4b4a;
	margin: 0 0 0.75em;
}

.box_text .datum {
	color: #000;
	display: block;
	font-family: "OpenSansSemiBold";
	font-size: 12px;
	margin: -1px 0 7px 0;
}

.box_text a {
	color: #000;
	text-decoration: none;
}

.box_text a:hover {
	text-decoration: underline;
}

/* Box mit Ansprechpartner */
.box {
	margin-bottom: 10px;
}

.box .box_content .box_bild {
	float: left;
	margin-right: 10px;
	overflow: hidden;
	height: 100%;
}

.box .box_content .box_text {
	overflow: hidden;
	height: 100%;
}

/*
.box_person .box_text p {
	margin-top: 0;
}

.box_person_bild .box_header {
	padding-bottom: 9px;
}

.box_person_bild .box_content {
	position: relative;
}

.box_person_bild .box_text p {
	position: absolute;
	bottom: 0;
	padding-left: 110px;
	margin-bottom: 0;
}
*/
/* Box mit Ansprechpartner in Inhaltsspalte */
/*
.inhalte_sp2 .box_person .box_text {
	padding: 0 10px 10px 0px;
}

.inhalte_sp2 .box_person_bild .box_text {
	float: left;
	position: static;
	padding: 0 10px 10px 20px;
	/*width: 100%;*/
}
/*
.inhalte_sp2 .marginalie .box_person_bild .box_text {
	padding: 5px 0px 10px 0px;
}

.inhalte_sp2 .box_person .box_text p {
	padding: 0;
	margin-bottom: 10px;
}

.inhalte_sp2 .box_person_bild .box_text p {
	position: static;
	padding: 0;
	margin-bottom: 10px;
}
*/
.box.w1,.box.w2,.box.w3,.box.w4 {
	float: left;
	margin-left: 10px;
}

.box.w1 {
	width: 165px;
}

.box.w1 .box_bild {
	float: none;
}

.box.w3 {
	width: 510px;
	margin-right: 5px;
}

.box.w3 p.bodytext a {
	background-image: url("../images/sprites.png");
	background-position: -437px -6px;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.box.w4 {
	width: 690x;
}

.box.w1 .box_text,.marginalie .box_text,#inhalte.home .inhalte_sp2 .box_text
	{
	clear: both;
}

#inhalte.home .inhalte_sp2 .box_bild {
	padding-left: 13px;
}

#inhalte.home .inhalte_sp2 .boxen_zeile,#inhalte.home .inhalte_sp2 .box
	{
	margin-left: 0;
}

.box_intro {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
/*
.box_content {
	padding-top: 10px;
	padding-bottom: 10px;
}
*/

.box_intro ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.box_intro ul li {
	margin: 0.75em 0;
}

.box_intro ul li strong {
	color: #004b96;
}

/* Fusszeile */
/**********************************************/
#fuss {
	float: none;
	clear: both;
	font: normal 10px 'OpenSansBold';
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}

.fuss_content {
	margin: 0 auto;
	width: 960px;
}

#fuss ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#fuss ul li {
	display: inline;
}

.fuss_sp_1,.fuss_sp_2 {
	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.25);
}

.fuss_sp_1 {
	width: 645px;
	//border-top: 2px solid #00afe6;
	background-color: #fff;
	float: left;
	padding: 5px 10px 0 10px;
	height: 20px;
	margin-top: 2px;
	color: #00afe6;
}

.fuss_sp_2 {
	width: 280px;
	margin-top: 2px;
	float: right;
}

.fuss_sp_1 a {
	color: #00afe6;
	text-decoration: none;
}

.fuss_sp_1 a .icon {
	width: 7px;
	height: 7px;
	display: inline-block;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -473px -11px;
	margin-left: 4px;
}

.fuss_sp_1 a:hover {
	text-decoration: underline;
}

.fuss_sp_1 li.copyright {
	float: right;
	color: #73787c;
}

.fuss_sp_2 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5),
		to(#00afe6));
	background-image: -webkit-linear-gradient(top, #00aee5, #00afe6);
	background-image: -moz-linear-gradient(top, #00aee5, #00afe6);
	background-image: -ms-linear-gradient(top, #00aee5, #00afe6);
	background-image: -o-linear-gradient(top, #00aee5, #00afe6);
	background-image: linear-gradient(top, #00aee5, #00afe6);

	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#00aee5),
		to(#004d98));
	background-image: -webkit-linear-gradient(top, #00aee5, #004d98);
	background-image: -moz-linear-gradient(top, #00aee5, #004d98);
	background-image: -ms-linear-gradient(top, #00aee5, #004d98);
	background-image: -o-linear-gradient(top, #00aee5, #004d98);
	background-image: linear-gradient(top, #00aee5, #004d98);*/
}

.no-cssgradients .fuss_sp_2 {
	background-image: url(../images/fussnavi_verlauf.gif);
	background-repeat: repeat-x;
	background-color: #004d98;
}

.fuss_sp_2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.fuss_sp_2 ul.links {
	float: left;
}

.fuss_sp_2 ul.rechts {
	float: right;
}

.fuss_sp_2 ul li {
	float: left;
	display: block;
	height: 25px;
}

.fuss_sp_2 ul li.trenner {
	width: 2px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -578px -8px;
	font-size: 1%;
}

.fuss_sp_2 ul li a {
	display: block;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}

.fuss_sp_2 ul li.rss a {
	background-position: -353px -3px;
}

.fuss_sp_2 ul li.youtube a {
	background-position: -375px -4px;
	display: none;
}

.fuss_sp_2 ul li.facebook a {
	background-position: -399px -4px;
	display: block;
}

.fuss_sp_2 ul li.drucken a {
	background-position: -420px -4px;
}

.fuss_sp_2 ul li.feedback a {
	background-position: -395px -29px;
	padding: 5px 5px 0 25px;
	height: 20px;
	font: normal 10px 'OpenSansBold';
	text-decoration: none;
	color: #fff;
	width: auto;
	display: none;
}

.fuss_sp_2 ul li a:hover {
	text-decoration: underline;
}

/* CE - Download */
.download {
	border-bottom: 1px solid #DCDCDC;
	overflow: hidden;
	padding: 7px 10px;
}

.download_bild {
	float: left;
	height: 100%;
	margin-right: 15px;
	overflow: hidden;
}

.download_bild img {
	border: 1px solid #CCCCCC;
}

.download_text {
	height: 100%;
	overflow: hidden;
	clear: none;
}

.download_text a {
	color: #BE0028;
}

.download_text p {
	line-height: 150%;
	margin-top: 0;
}

.download_text a:hover {
	text-decoration: none;
}

/* Powermail */
/*************/
.tx-powermail {

}

.tx-powermail fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.tx-powermail legend {
	display: none;
}

.powermail_fieldwrap {
	overflow: hidden;
	height: 100%;
	margin: 1em 0;
}

.powermail_label,.powermail_all dt {
	display: block;
	width: 140px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
	padding-top: 3px;
	font-family: 'OpenSansSemiBold';
}

.powermail_field,.powermail_all dd {
	font: normal 100% 'OpenSansRegular';
	width: 320px;
	border: 0;
	padding: 3px 5px;
}

.powermail_input,.powermail_textarea,.powermail_select {
	background-color: #E9E9E9;
	border-bottom: 3px solid #AFB4B9;
}

.powermail_textarea {
	resize: none;
}

.powermail_select {
	width: auto;
	background-color: #AFB4B9;
	color: #fff;
	border: 0;
	padding-right: 3px;
}

.powermail_fieldwrap_check,.powermail_fieldwrap_radio {
	border-top: 1px dotted #AFB4B9;
	border-bottom: 1px dotted #AFB4B9;
	padding: 1em 0;
	margin: 1em 0;
}

.tx-powermail .powermail_check_legend,.tx-powermail .powermail_radio_legend
	{
	display: block;
	float: none;
	width: auto;
	padding: 0;
	cursor: default;
}

.powermail_check_outer,.powermail_radio_outer {
	overflow: hidden;
	padding-top: 0.5em;
}

.powermail_fieldwrap_check label,.powermail_fieldwrap_radio label {
	cursor: pointer;
}

.powermail_fieldwrap_submit,.powermail_fieldwrap_reset {
	float: left;
	margin-right: 10px;
}

.powermail_submit,.powermail_reset {
	width: auto;
	font-family: 'OpenSansSemiBold';
	cursor: pointer;
}

.powermail_submit:hover,.powermail_reset:hover {
	text-decoration: underline;
}

.powermail_submit {
	background-color: #00AFE6;
	color: #fff;
}

.powermail_reset {
	background-color: #AFB4B9;
	color: #fff;
}

.formError {
	display: none;
}

/* Confirmation */
.powermail_all {
	border-bottom: 1px dotted #AFB4B9;
	overflow: hidden;
	height: 100%;
	padding: 0.5em 0;
	margin: 0;
}

/* Remote content */
.tx-asrcclient-pi1 a.anchor {
	padding-top: 210px;
}

.tx-asrcclient-pi1 h1,.tx-asrcclient-pi1 h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #004b96;
	font: normal 22px/1.2em 'OpenSansBold';
	display: block;
}

.tx-asrcclient-pi1 h3 {
	font: 12.5px 'OpenSansBold';
	color: #004B96;
}

.tx-asrcclient-pi1 a,.tx-asrcclient-pi1 strong {
	margin-right: 0.3em;
}

.tx-asrcclient-pi1 table {
	max-width: 490px;
}

.tx-asrcclient-pi1 table.ornate {

}

.tx-asrcclient-pi1 table td img {
	max-width: 180px;
}

.tx-asrcclient-pi1 table.ornate_oR_l td img {
	max-width: 350px;
}

/* Bahn-Widget fÃ¼r Reiseauskunft */
body .suggestions {
	display: none;
	max-height: 150px;
	top: 40px;
	left: 10px;
	width: 245px;
}

body .suggestion-active,body .suggestion:hover {
	background: none repeat scroll 0 0 lightgrey;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

body .suggestion span {
	background: none;
}

/* Sitemap */
/***********/
.csc-sitemap {

}

/* erste Ebene */
.csc-sitemap ul {
	list-style-type: none;
	margin: 20px 0 0;
	padding-left: 20px;
}

.csc-sitemap ul li {

}

.csc-sitemap ul li a {
	background-position: 0 3px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #857D7A;
	display: block;
	font-size: 150%;
	height: 100%;
	overflow: hidden;
	padding: 0 0 5px 5px;
	margin: 0 0 5px;
	text-decoration: none;
	color: #857D7A;
}

.csc-sitemap ul li a:hover {
	text-decoration: underline;
}

/* zweite Ebene */
.csc-sitemap ul ul {
	margin: 0;
	padding: 5px 30px 10px;
}

.csc-sitemap ul ul li a {
	border-bottom: 1px solid #857D7A;
	font-size: 110%;
	padding: 5px 0 5px 10px;
}

/* dritte Ebene */
.csc-sitemap ul ul ul {
	color: #857D7A;
	font-size: 90%;
	list-style-type: square;
}

.csc-sitemap ul ul ul li {
	padding: 3px 0;
}

.csc-sitemap ul ul ul li a {
	background: none repeat scroll 0 0 transparent;
	border: none;
	padding: 0;
}

/* vierte Ebene */
.csc-sitemap ul ul ul ul {

}

.csc-sitemap ul ul ul ul li {

}

.csc-sitemap ul ul ul ul li a {

}

/* Suchergebnisse */
ul.browsebox {
	background-color: #E3E2DE;
	font-size: 100%;
	margin: 10px 0 20px;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

ul.browsebox li {
	display: inline;
}

ul.browsebox li a {
	color: #000;
	text-decoration: none;
}

ul.browsebox li a:hover {
	text-decoration: underline;
	color: #CE094E;
}

.tx-indexedsearch-res {
	margin: -10px 0 0;
}

.ergebnisliste_num {
	color: #000;
	line-height: 18px;
	padding-bottom: 15px;
}

.ergebnis {
	overflow: hidden;
	padding: 15px 30px 0 0;
}

.ergebnis_n {
	float: left;
	height: 100%;
	margin: 0 5px 0 0;
	overflow: hidden;
	text-align: left;
	width: 20px;
}

.ergebnis_n .ziffer {
	font-weight: bold;
}

.ergebnis_text {
	height: 100%;
	overflow: hidden;
}

.ergebnis_text a {
	color: #474747;
	font-weight: bold;
}

.ergebnis_text a:hover {
	color: #BE0028;
	text-decoration: underline;
}

.ergebnis_text strong.tx-indexedsearch-redMarkup {
	color: #BE0028;
	font-style: italic;
	font-weight: bold;
}

.ergebnis .ergebnis_n .qualitaet_balken .qualitaet_prozent {
	background-color: #004B96;
}

.tx-indexedsearch-res .qualitaet {
	display: none;
}

/* Presse-Extension */
.tx-aspresse-pi1 .inhalte_sp1 .box_content .box_bild {
	float: none;
	height: 100%;
	margin-right: 0;
	overflow: hidden;
}

.tx-aspresse-pi1 .box_header {
	border-bottom: 1px solid #00afe6;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: center;
}

.tx-aspresse-pi1 .box_bild.groesser {
	margin-bottom: 10px;
}

.tx-aspresse-pi1 .liste ul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
}

.tx-aspresse-pi1 .liste ul li {
	padding-bottom: 10px;
}

.tx-aspresse-pi1 .liste h3,.tx-aspresse-pi1 .liste p {
	margin: 0;
}

.tx-aspresse-pi1 .liste h3 a {
	color: #004B96;
}

.tx-aspresse-pi2 .box_content a.a_mehr ,
.tx-aspresse-pi1 .box_content a.a_mehr,
.text_slider a.a_mehr {
	color: #00afe6;
	display: inline-block;
	font: 12px "OpenSansBold";
	text-decoration: none;
}

.tx-aspresse-pi2 .box_content a.a_mehr:hover ,
.tx-aspresse-pi1 .box_content a.a_mehr:hover,
.text_slider a.a_mehr:hover {
	color: #000;
}

.tx-aspresse-pi2 .box_content a.a_mehr .icon,
.tx-aspresse-pi1 .box_content a.a_mehr .icon,
.text_slider a.a_mehr .icon {
	background-image: url("../images/sprites.png");
	background-position: -473px -11px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 7px;
	margin-left: 4px;
	width: 7px;
}

.tx-aspresse-pi2 .box_content .box_bild.groesser img,
.tx-aspresse-pi1 .box_content .box_bild.groesser img {
	height: auto;
	max-width: 106%
}

.pagebrowser {
	height: 100%;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 5px 0;
}

.pagebrowser_sp1 {
	float: left;
	width: 100px;
}

.pagebrowser_sp1 a.zurueck {

}

.pagebrowser_sp2,.inhalte_sp2 .pagebrowser_sp2 {
	float: left;
	font-weight: bold;
	text-align: center;
	width: 265px;
}

.pagebrowser_sp3 {
	float: right;
	text-align: right;
	width: 100px;
}

.tx-aspresse-pi5 .presse_datum {
	text-align: left;
}

.tx-aspresse-pi5 .presse_datum p.bodytext {
	display: inline;
	margin: 0;
}

.tx-aspresse-pi5 .backurl {
	padding-bottom: 20px;
}

.tx-aspresse-pi5 .downloads_headline {
	margin-bottom: 6px;
	font-weight: bold;
}

.tx-aspresse-pi5 .downloads a:hover {
	text-decoration: underline;
}

/* Suche nach Presseinformationen */
.kontextnavi {
	height: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

.suche_presse {

}

.kontextnavi_headline {

}

.suche_presse input {
	font: normal 100% Arial, sans-serif;
	background-color: #e8e8e8;
	border: 0px solid #2d2d2d;
	padding: 3px 6px 3px 5px;
	margin-bottom: 10px;
	width: 213px;
	background-color: #E9E9E9;
	border-bottom: 3px solid #AFB4B9;
	color: #444;
}

.suche_presse input#presse_datum_von,.suche_presse input#presse_datum_bis
	{
	background-image: url(../images/icon_kalender.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	width: 193px;
}

.suche_presse input#presse_submit {
	background-color: #BE0028;;
	border: 0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	float: right;
}

.suche_presse input#presse_submit:hover {
	background-color: #2d2d2d;
}

/* Anpassungen Sprungmarken wg. Fixed Header */
.texte div[id]:before {
	content: "";
	display: block;
	margin-top: -185px;
	padding-top: 185px;
}


.box_text p a {
	padding-bottom:20px;

}

.marginalie .csc-default+div {
	border-top: 1px dotted #afb4b9;
	padding-top: 10px;
}

/* Videoplayer */



.html5videoplayer h2 {
	font: 100% "OpenSansRegular";
	border-bottom: none;
	font-weight: bold;
}
.html5videoplayer .video-js {
	width: 100% !important;
	height: auto !important;
}

.html5videoplayer .video-js:before {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}

.html5videoplayer .video-js:not(.vjs-youtube).vjs-default-skin .vjs-big-play-button {
	border: 0 none;
	border-radius: 50%;
	height: 2.6em;
	width: 2.6em;
	left: calc(50% - 1.3em);
	top: calc(50% - 1.3em);
}

.html5videoplayer .video-js .vjs-poster {
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
}

.video-js .vjs-tech {
	position: relative;
}

.html5videoplayer .video-js .vjs-tech {
	width: 100% !important;
}

.html5videoplayer .video-js.vjs-youtube {
	padding-top: 18.25%;
}

.html5videoplayer .video-js video[poster] {
	margin-top: 0 !important;
	margin-bottm: 0 !important;
}

.html5videoplayer .video-js-box .bodytext p {
	font-size: 81.25%;
	line-height: 150%;
}

.html5videoplayer .item {
	margin-top: 5px;
	max-width: 600px;
	min-height: 50px;
	background-color: #e1e1e1;
	clear: both;
}

.html5videoplayer .item:last-child {
	margin-top: 5px;
	max-width: 600px;
	clear: both;
	margin-bottom: 25px;
	border-bottom: 2px solid #afb4b9;
}

.html5videoplayer .item:first-child {
	border-top: 2px solid #afb4b9;
}

.html5videoplayer .item img {
	float: left;
	margin-right: 10px;
	width: 89px;
}

.html5videoplayer .item a {
	text-decoration: none;
	color: #4b4b4b;
	font: 12px/100% 'OpenSansBold';
}

.html5videoplayer .item a:hover {
	text-decoration: underline;
}

.vjs-no-video {
	display: none;
}

/* Notfallbanner */
.inhalte_sp2 #notfallbanner .textmitbild {
	margin-bottom: 0;
}

#notfallbanner .fotos .foto,#notfallbanner .foto {
	background: none;
	margin-left: 0 !important;
}

#notfallbanner .textmb_text {
	background-color: #f0f0f0;
	min-height: 116px;
}

#notfallbanner .textmb_text p {
	font-weight: bold;
	font-size: 150%;
	color: #BE0028;
	line-height: 130%;
	margin-bottom: 0;
	padding-top: 12px;
}

#notfallbanner .textmb_text p b {
	text-transform: uppercase;
	color: #4B4B4B;
}

/* Sprachnavi */
#kopf_z3 .kopf_sp2 ul li a.kyr {
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	font-size: 70%;
}

/* Kalender Details */
.tab_aktuelles {
	border-collapse: collapse;
	border-top: 1px dotted #4b4b4b;
}
.tab_aktuelles p.location:first-child {
	margin-bottom: 10px;
}
.tab_aktuelles td {
	border-bottom: 1px dotted #4b4b4b;
	padding: 5px 10px;
	vertical-align: top;
}
.tab_aktuelles td.tab_sp1 {
	padding-left: 0;
	color: #004b96;
}
.tab_aktuelles td p {
	margin: 0;
}
.tx-aseventcalendar-pi2 .tab_aktuelles {
	width: 100%;
}
.tx-aseventcalendar-pi2 .tab_aktuelles td.tab_sp1 {
	width: 80px;
}
.tab_sp2 h3 {
	color: #00AFE6;
	font: 12.5px 'OpenSansBold';
	margin: 0;
	padding: 0;
}



/* Ã„rzteliste */

.tx-asmedicsearch .telephone {
	font-size: 31px;
}
.tx-asmedicsearch .list_item {
	background-color: #f1f1f1;
	border-top: 5px solid #e1e1e1;
	margin-bottom: 1.5em;
}
.tx-asmedicsearch .list_item .clinic {
	padding: 0 10px 1em 220px;
}
.tx-asmedicsearch .list_item .clinic p {
	margin: 0;
}

/* AS Jobboerse */
.tx-asjobboerse-pi1 .liste_seiten a {
	margin: 0 3px;
}

.tx-asjobboerse-pi1 .listitem,
.tx-asjobboerse-pi1 .liste_head {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}

.tx-asjobboerse-pi1 .listitem .job_title {
	font-family: 'OpenSansBold', sans-serif;
	font-weight: normal;
}
.tx-asjobboerse-pi1 .listitem a.druckansicht {
 	margin-left: 40px;
}

.tx-asjobboerse-pi2 .box {
	background: none;
}
.tx-asjobboerse-pi2 .box_text {
	padding: 0 0 2em 0;
}
.tx-asjobboerse-pi2 label {
	display: block;
}
.tx-asjobboerse-pi2 h4 {
 	margin: 0.75em 0;
}
.tx-asjobboerse-pi2 .liste_filter_feld {
	margin-bottom: 10px;
}

.tx-asjobboerse-pi2 input.asjobboerse_sword {
	font: 100% 'OpenSansRegular';
	background-color: #e8e8e8;
	border: 0;
	padding: 3px 6px 3px 5px;
	width: 213px;
	background-color: #f0f0f0;
  border-bottom: 3px solid #AFB4B9;
  color: #444;
}
.tx-asjobboerse-pi2 select {
	width: 213px;
	border: 0;
	border-bottom: 3px solid #AFB4B9;
 	padding: 3px 6px 3px 5px;
}

.tx-asjobboerse-pi2 input.tx_powermail_pi1_submitmultiple_forward {
	font: 100% 'OpenSansRegular';
	background-color: #BE0028;
	border: 0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	float: right;
  padding: 3px 6px 3px 5px;
}

.tx-asjobboerse-pi2 input.tx_powermail_pi1_submitmultiple_forward:hover {
	background-color: #2d2d2d;
}

.tx-asjobboerse-pi4 ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}
.tx-asjobboerse-pi4 ul li a {
	display: block;
	padding: 5px 0;
	/*color: #004B96;*/
}
.tx-asjobboerse-pi4 ul li a span {
	float: right;
	margin-right: 30px;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 1px 7px;
	font-size: 12px;
	color: #444;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #eee;
	border-radius: 10px;
}
.tx-aspresse-pi5 .downloads .download_preview {
	float: left;
	margin-right: 10px;
	width: 100px;
	min-height: 2em;
}
.tx-aspresse-pi5 .downloads .download_item {
	clear: both;
	margin-bottom: 20px;
	min-height: 76px;
}
.tx-aspresse-pi5 a {
	color: #00AFE6;
	text-decoration: none;
}
.tx-aspresse-pi5 a:hover, .tx-aspresse-pi5 a:active {
	text-decoration: underline;
}
a.jpg:after, a.pdf:after {
	content: "";
	width: 7px;
	height: 8px;
	display: inline-block;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -473px -11px;
	margin-left: 4px;
}
.tx-aspresse-pi5 .internal-link {
	clear: both;
	float: left;
}

/* CE Content-Slider-Home (2017)*/

.tx-aspresse-pi1 .box_content {
	box-sizing: border-box;
	height: auto;
	width: 33.3%;
	float: left;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
@media screen and (max-width: 768px) { .tx-aspresse-pi1 .box_content, .tx-aspresse-pi2 .box_content { float: none; margin-bottom: 20px; padding: 0 !important; width: 100%; } }

.tx-aspresse-pi1 .box_content:first-child,
.tx-aspresse-pi1 .box_content:nth-child(4) {
	padding-left: 0px;
	padding-right: 10px;
}

.tx-aspresse-pi1 .box_content:nth-child(3),
.tx-aspresse-pi1 .box_content:nth-child(6) {
	padding-left: 10px;
	padding-right: 0px;
}

.home .inhalte_spalten .inhalte_sp1 > div:nth-child(2) {
	box-sizing: border-box;
	float: left;
	padding-right: 5px;
	width: 66.6%;
}
@media screen and (max-width: 768px) { .home .inhalte_spalten .inhalte_sp1 > div:nth-child(2) { margin-bottom: 20px; width: 100%; } }

.home .inhalte_spalten .inhalte_sp1 > div:nth-child(3) {
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	width: 33.3%;
}
@media screen and (max-width: 768px) { .home .inhalte_spalten .inhalte_sp1 > div:nth-child(3) { padding-left: 0; width: 100%; } }

.ce-content-slider_new {
	float: left;
	margin-right: 5px;
	width: 66.6%;
}
@media screen and (max-width: 600px) { .ce-content-slider_new { width: 100%; } }

.spalte.sp1.slider {
	float: left;
	margin-right: 5px;
	width: 407px;
}
@media screen and (max-width: 960px) { .spalte.sp1.slider { width: 480px; } }
@media screen and (max-width: 768px) { .spalte.sp1.slider { width: 560px; } }
@media screen and (max-width: 600px) { .spalte.sp1.slider { width: 440px; } }
@media screen and (max-width: 480px) { .spalte.sp1.slider { width: 440px; } }

.spalte.sp2.news {
	box-sizing: border-box;
	float: left;
	padding-left: 10px !important;
	width: 33.3%;
}
@media screen and (max-width: 480px) { .spalte.sp2.news { padding: 0 !important; width: 100%; } }

.tx-aspresse-pi2 {
	width: 100% !important;
}

.tx-aspresse-pi2 .inhalte_sp1 {
	padding-top: 0 !important;
	width: 100% !important;
}

.tx-aspresse-pi2 .inhalte_sp1 .box_text {
	padding-right: 1px !important;
}
@media screen and (max-width: 768px) { .tx-aspresse-pi2 .inhalte_sp1 .box_text { padding: 0 !important; } }

.tx-aspresse-pi1 .inhalte_sp1 .box_text h2,
.tx-aspresse-pi2 .inhalte_sp1 .box_text h2 {
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	padding-top: 0;
	font-family: "OpenSansBold";
}

.tx-aspresse-pi1 .inhalte_sp1 .box .box_content .box_bild,
.tx-aspresse-pi2 .inhalte_sp1 .box .box_content .box_bild {
	float: none;
	margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
	.tx-aspresse-pi1 .box_bild.groesser,
	.tx-aspresse-pi2 .box_bild.groesser {
		float: left !important;
		width: 150px;
	}
}

@media screen and (max-width: 768px) {
	.tx-aspresse-pi1 .box_bild.groesser img,
	.tx-aspresse-pi2 .box_bild.groesser img {
		height: auto;
		width: 100%;
	}
}

.ce-content-slider_new,
.ce-content-slider_new2 {
	height: 224px;
	margin: 0 0 7px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 960px) { .ce-content-slider_new, .ce-content-slider_new2 { height: 264px; } }
@media screen and (max-width: 768px) { .ce-content-slider_new, .ce-content-slider_new2 { height: 308px; } }
@media screen and (max-width: 600px) { .ce-content-slider_new, .ce-content-slider_new2 { height: 242px; } }
@media screen and (max-width: 480px) { .ce-content-slider_new, .ce-content-slider_new2 { height: 154px; } }

.ce-content-slider_new2 {
	height: 200px;
	margin-bottom: 15px;
}
.ce-content-slider_new .responsive,
.ce-content-slider_new2 .responsive {
	display: none;
}
.ce-content-slider_new .items,
.ce-content-slider_new2 .items {
	width: 20000em;
	position: absolute;
}

.ce-content-slider_new .item, .ce-content-slider_new2 .item {
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 408px;
}
@media screen and (max-width: 960px) { .ce-content-slider_new .item, .ce-content-slider_new2 .item { width: 480px; } }
@media screen and (max-width: 768px) { .ce-content-slider_new .item, .ce-content-slider_new2 .item { width: 560px; } }
@media screen and (max-width: 600px) { .ce-content-slider_new .item, .ce-content-slider_new2 .item { width: 440px; } }
@media screen and (max-width: 480px) { .ce-content-slider_new .item, .ce-content-slider_new2 .item { width: 280px; } }

.ce-content-slider_new2 .item {
	width: 493px;
}
.ce-content-slider_new .item-content,
.ce-content-slider_new2 .item-content {
	background-size: 100% 100%;
	height: 224px;
	width: 100%;
}
@media screen and (max-width: 960px) { .ce-content-slider_new .item-content, .ce-content-slider_new2 .item-content { height: 264px; } }
@media screen and (max-width: 768px) { .ce-content-slider_new .item-content, .ce-content-slider_new2 .item-content { height: 308px; } }
@media screen and (max-width: 600px) { .ce-content-slider_new .item-content, .ce-content-slider_new2 .item-content { height: 242px; } }
@media screen and (max-width: 480px) { .ce-content-slider_new .item-content, .ce-content-slider_new2 .item-content { height: 154px; } }

.ce-content-slider_new2 .item-content {
	height: 200px;
	margin-top: 0px;
}
.ce-content-slider_new .item-content .texte {
	color: #000;
	bottom: 0;
	display: block;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	position: absolute;
	width: auto;
}
.ce-content-slider_new2 .item-content .texte {
	bottom: 15px;
	color: #034D98;
	display: block;
	margin-left: 20px;
	padding: 0;
	position: absolute;
	width: auto;
}
.ce-content-slider_new .item-content .texte > div {
	background: #00afe6;
	color: #FFF;
	display: table;
	font: 1.8em "OpenSansBold";
	margin: 0;
}
@media screen and (max-width: 480px) { .ce-content-slider_new .item-content .texte > div { font: 1em "OpenSansBold"; } }

.ce-content-slider_new .item-content .texte > .text1 {
	padding: 2px 8px 0px 8px;
}
.ce-content-slider_new .item-content .texte > .text2 {
	padding: 0px 8px 3px 8px;
}
.ce-content-slider_new2 .item-content .texte > div {
	background-color: rgba(255, 255, 255, 0.6);
	color: #004b96;
	display: table;
	font: 1.5em "OpenSansBold";
	margin: 0;
	padding: 8px;
}

.ce-content-slider_new a.browse,
.ce-content-slider_new2 a.browse {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	position: absolute;
	top: 40%;
	box-shadow: 0 0.5px 0 0 #EEE inset, 0 1px 2px 0 #B3B3B3;
	background-color: #FFF;
}
@media screen and (max-width: 480px) { .ce-content-slider_new a.browse, .ce-content-slider_new2 a.browse { top: 40%; } }

.ce-content-slider_new a.browse:hover,
.ce-content-slider_new2 a.browse:hover {
	background-color: #00afe6;
	box-shadow: 0 0.5px 0 0 #00afe6 inset, 0 1px 2px 0 #B3B3B3;
}
.ce-content-slider_new a.next,
.ce-content-slider_new2 a.next {
	background-image: url("../images/ce_content_slider_navi_next_red.png");
	right: 0;
	background-position: 60% 50%;
}

.ce-content-slider_new2 a.next {
	right: 5px;
}
.ce-content-slider_new a.next:hover,
.ce-content-slider_new2 a.next:hover {
	background-image: url("../images/ce_content_slider_navi_next_white.png");
}
.ce-content-slider_new a.prev,
.ce-content-slider_new2 a.prev {
	background-image: url("../images/ce_content_slider_navi_prev_red.png");
	background-position: 40% 50%;
	left: 0;
}
.ce-content-slider_new2 a.prev {
	left: 5px;
}
.ce-content-slider_new a.prev:hover,
.ce-content-slider_new2 a.prev:hover {
	background-image: url("../images/ce_content_slider_navi_prev_white.png");
}

.ce-content-slider_new .dots,
.ce-content-slider_new2 .dots {
	position: absolute;
	top: 10px;
	right: 10px;
}
.ce-content-slider_new2 .dots {
	position: absolute;
	bottom: 5px;
	right: 15px;
}
.ce-content-slider_new .dots .dot,
.ce-content-slider_new2 .dots .dot {
	background-color:  #c6c6c6;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	height: 8px;
	margin-left: 6px;
	width: 8px;
}
.ce-content-slider_new2 .dots .dot {
	border: 0 none;
	height: 9px;
	margin-left: 10px;
	width: 9px;
}
.ce-content-slider_new .dots .dot:hover,
.ce-content-slider_new .dots .dot.active,
.ce-content-slider_new2 .dots .dot:hover,
.ce-content-slider_new2 .dots .dot.active {
	background-color: #00afe6;
}

.text_slider {
	margin-bottom: 10px;
}

.text_slider p {
	display: inline;
	width: 100%;
}



/* Suchfeld über Kalenderblatt */
.tx-aseventcalendar-pi5 {
}
.tx_aseventcalendar_searchform {
	overflow: hidden;
}
.tx_aseventcalendar_searchform label {
	font: normal 12.5px 'OpenSansBold';
	color: #4b4b4b;
}
.tx_aseventcalendar_searchform input {
	font: normal 12.5px 'OpenSansRegular';
	border: 1px solid #ccc;
	padding: 3px 6px 3px 8px;
	margin: 5px 0;
	height: 24px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.tx-aseventcalendar-pi5 input.submit {
	background-color: #006BB6;
	border-color: transparent;
	font: normal 12.5px 'OpenSansBold';
	color: #fff;
	margin: 0 0 2em 0;
	cursor: pointer;
}

.texte .tx-asjobboerse-pi1 div[id]::before,
.texte .concludis-bootstrap div[id]::before {
	content: none;
}

.texte .tx-asjobboerse-pi1 .listitem .listitem_sp1 .listitem_text h3,
.texte .tx-asjobboerse-pi1 .listitem .listitem_sp1 .listitem_text h4 {
	margin: 0;
	color: inherit;
	font: normal 100% 'OpenSansRegular';
}

.texte .tx-asjobboerse-pi1 .listitem .listitem_sp1 .listitem_text br {
	display: none;
}

#concludis {
	margin: 10px 0;
	font-size: 12.5px;
	line-height: 18px;
	color: #004b96;
	width: calc(100% - 30px);
}

#concludis .left {
	float: left;
	width: 49%;
}

#concludis .right {
	float: right;
	width: 49%;
}

#concludis .content img {
	width: 148px;
	margin: 0.2em;
}

#concludis .apply img {
	display: inline-block;
	width: 240px;
	cursor: pointer;
	padding-left: 100px;
	box-sizing: border-box;
}

#concludis .header .con-header-image {
	display: block;
	width: 100%;
	height: auto;
}

#concludis .title-box,
#concludis .offer,
#concludis .tasks,
#concludis .qualification,
#concludis .contact {
	margin-bottom: 20px;
}

#concludis .footer {
	font-size: 10px;
	line-height: 1.1;
	background-color: #be0028;
	color: #fff;
	padding: 8px;
	display: flex;
	align-items: center;
	clear: both;
}

#concludis.jobad {
	border: 1px solid #000;
}

#concludis .content {
	padding: 25px 30px 0 30px;
}

#concludis .pretitle {
	font-family: 'OpenSansBold';
	font-weight: normal;
	line-height: 1.2;
}

#concludis .pretitle h4 {
	line-height: 1.5;
	margin-top: 1em;
	margin-bottom: 1em;
}

#concludis h1 {
	display: inline-block;
	position: relative;
	margin-top: 0.67em;
	margin-bottom: 0.5em;
	font-family: 'OpenSansBold';
	font-weight: normal;
	line-height: 1.2;
	font-size: 20px;
	color: #be0028;

	/*font-size: 24px;*/
	/*line-height: 1.4;*/
}

#concludis h3 {
	margin: 0;
	padding: 0;
	font-family: 'OpenSansBold';
	font-weight: normal;
	line-height: 1.2;
	font-size: 12.5px;
}

#concludis .contact h3 {
	margin-top: 20px;
}

#concludis .call-to-action h3 {
	margin-bottom: 20px;
}

#concludis ul {
	margin: 0px;
	padding-left: 14px;
}

#concludis .contact:after {
	content: "";
	display: block;
	clear: both;
}

.UHZ #concludis h1 {
	color: #00AFE6;
}

.UHZ #concludis .footer {
	background-color: #00AFE6;
}

.UNI #concludis h1 {
	color: #00489a;
}

.UNI #concludis .footer {
	background-color: #00489a;
}

@media only screen and (max-width: 767px) {
	#concludis .apply img {
		width: 200px;
		padding-left: 60px;
	}
}

@media only screen and (max-width: 648px) {
	#concludis h1 {
		font-size: 16px;
	}
	#concludis .apply img {
		padding-left: 0;
	}
	#concludis .right {
		width: 100%;
	}
	#concludis .left {
		width: 100%;
	}
	#concludis .content img {
		width: calc(140px + 16%);
		padding-left: 16%;
	}
}

.as-oil-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(249, 249, 249, 0.6);
	opacity: 1;
	z-index: 1000;
}

.as-oil-overlay .as-oil-content-overlay {
	top: 50%;
	bottom: auto;
	left: 50%;
	width: 90vw;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
	max-width: 1280px;
	padding: 2rem;
	background-color: #f9f9f9;
	opacity: 1;
	z-index: 1001;
}

.as-oil-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(249, 249, 249, 0.6);
	opacity: 1;
	z-index: 1000;
}

.as-oil-overlay .as-oil-content-overlay {
	top: 50%;
	bottom: auto;
	left: 50%;
	width: 90vw;
	transform: translate(-50%, -50%);
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
	max-width: 1280px;
	padding: 2em;
	background-color: #f9f9f9;
	opacity: 1;
	z-index: 1001;
}

.as-oil-overlay,
.as-oil-configuration {
	font-size: 12.5px;
}

.as-oil-overlay .as-oil-cpc__purpose-text,
.as-oil-configuration .as-oil-cpc__purpose-text {
	font-size: 12.5px;
}

.as-oil-overlay *,
.as-oil-configuration * {
	font-family: "OpenSansRegular", sans-serif;
}

.as-oil-overlay .as-oil-l-row,
.as-oil-configuration .as-oil-l-row {
	vertical-align: top;
	margin: 0;
}

.as-oil-overlay .as-oil-cpc__row-btn-all,
.as-oil-configuration .as-oil-cpc__row-btn-all {
	padding: 0.5em 0 1em;
}

.as-oil-overlay .as-oil-cpc__right,
.as-oil-configuration .as-oil-cpc__right {
	text-align: right;
}

.as-oil-overlay .as-oil-back-button,
.as-oil-configuration .as-oil-back-button {
	position: relative;
	margin-left: auto;
	margin-bottom: 1em;
}

.as-oil-overlay .as-oil-back-button:hover,
.as-oil-configuration .as-oil-back-button:hover {
	background: transparent;
	color: #494948;
}

.as-oil-overlay .as-oil__btn-grey,
.as-oil-overlay .as-oil__btn-cpc,
.as-oil-overlay .as-oil__btn-blue,
.as-oil-overlay .as-oil__btn-optin,
.as-oil-configuration .as-oil__btn-grey,
.as-oil-configuration .as-oil__btn-cpc,
.as-oil-configuration .as-oil__btn-blue,
.as-oil-configuration .as-oil__btn-optin {
	font-size: 1.1em;
	display: inline;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	width: 100%;
}

.as-oil-overlay .as-oil__btn-optin,
.as-oil-configuration .as-oil__btn-optin {
	min-height: auto;
	padding: 0.5em 1em;
}

.as-oil-overlay .as-oil__heading,
.as-oil-configuration .as-oil__heading {
	color: #00afe6;
	margin-bottom: 1em;
	min-width: 75%;
	max-width: 75%;
	font-size: 1.8em;
	line-height: 1.2;
}

.as-oil-overlay .as-oil__intro-txt,
.as-oil-configuration .as-oil__intro-txt {
	color: #494948;
	margin: 0;
	font-size: 1em;
}

.as-oil-overlay .as-oil__intro-txt--link,
.as-oil-configuration .as-oil__intro-txt--link {
	color: #00afe6;
	font-weight: bold;
	text-decoration: none;
}

.as-oil-overlay .as-oil__intro-txt--link:hover,
.as-oil-configuration .as-oil__intro-txt--link:hover {
	text-decoration: underline;
	color: #00afe6;
}

.as-oil-overlay .as-oil__btn-cpc,
.as-oil-overlay .as-oil__btn-blue,
.as-oil-overlay .as-oil__btn-optin,
.as-oil-configuration .as-oil__btn-blue,
.as-oil-configuration .as-oil__btn-optin {
	color: #ffffff;
	background-color: #00afe6;
}

.as-oil-overlay .as-oil__btn-cpc:hover,
.as-oil-overlay .as-oil__btn-blue:hover,
.as-oil-overlay .as-oil__btn-optin:hover,
.as-oil-configuration .as-oil__btn-blue:hover,
.as-oil-configuration .as-oil__btn-optin:hover {
	color: #ffffff;
	background-color: #00afe6;
}

.as-oil-configuration .as-oil__btn-cpc {
	color: #494948;
	padding: 0.5em 1em;
	border-color: #494948;
	cursor: pointer;
}

.as-oil-overlay .as-oil__btn-grey,
.as-oil-configuration .as-oil__btn-grey {
	color: #494948;
	background-color: #dcd6d3;
	padding: 0.5em 1em;
	border: none;
}

.as-oil-overlay .as-oil__btn-grey:hover,
.as-oil-configuration .as-oil__btn-grey:hover {
	color: #494948;
	background-color: #dcd6d3;
}

.as-oil-overlay .as-oil-back-button__text,
.as-oil-overlay .as-oil-cpc__purpose-header,
.as-oil-overlay .as-oil-cpc__purpose-text,
.as-oil-overlay .as-oil-cpc__category-link,
.as-oil-overlay .as-oil-third-party-name.as-oil-back-button__text,
.as-oil-overlay .as-oil-third-party-list-element .as-oil-third-party-link,
.as-oil-configuration .as-oil-back-button__text,
.as-oil-configuration .as-oil-cpc__purpose-header,
.as-oil-configuration .as-oil-cpc__purpose-text,
.as-oil-configuration .as-oil-cpc__category-link,
.as-oil-configuration .as-oil-third-party-name.as-oil-back-button__text,
.as-oil-configuration .as-oil-third-party-list-element .as-oil-third-party-link {
	color: #494948;
}

.as-oil-overlay .as-oil-cpc__category-link--active,
.as-oil-overlay .as-oil-cpc__row-title,
.as-oil-overlay .as-oil-cpc__status,
.as-oil-configuration .as-oil-cpc__category-link--active,
.as-oil-configuration .as-oil-cpc__row-title,
.as-oil-configuration .as-oil-cpc__status {
	color: #00afe6;
}

.as-oil-overlay .as-oil-cpc__category-link--active,
.as-oil-configuration .as-oil-cpc__category-link--active {
	border-color: #00afe6;
}

.as-oil-overlay .as-oil-cpc__left,
.as-oil-configuration .as-oil-cpc__left {
	margin-bottom: 0;
}

.as-oil-overlay .as-oil-cpc__middle,
.as-oil-configuration .as-oil-cpc__middle {
	overflow: auto;
}

.as-oil-overlay .as-oil-cpc__left,
.as-oil-overlay .as-oil-cpc__purpose,
.as-oil-overlay .as-oil-third-party-list-element,
.as-oil-configuration .as-oil-cpc__left,
.as-oil-configuration .as-oil-cpc__purpose,
.as-oil-configuration .as-oil-third-party-list-element {
	border-color: #dcd6d3;
}

.as-oil-overlay .as-oil-cpc__slider,
.as-oil-overlay .as-oil-cpc__switch input:checked ~ .as-oil-cpc__slider,
.as-oil-configuration .as-oil-cpc__slider,
.as-oil-configuration .as-oil-cpc__switch input:checked ~ .as-oil-cpc__slider {
	background-color: #dcd6d3;
}

.as-oil-overlay .as-oil-cpc__switch input:checked ~ .as-oil-cpc__slider:before,
.as-oil-configuration .as-oil-cpc__switch input:checked ~ .as-oil-cpc__slider:before {
	background-color: #00afe6;
}

.as-oil-overlay .as-oil-cpc__slider:before,
.as-oil-configuration .as-oil-cpc__slider:before {
	background-color: #494948;
}

.as-oil-overlay .as-oil-icon-plus *,
.as-oil-configuration .as-oil-icon-plus * {
	fill: #00afe6;
}

.as-oil-overlay .as-oil-panel .as-oil-cpc__purpose-header,
.as-oil-configuration .as-oil-panel .as-oil-cpc__purpose-header {
	cursor: pointer;
	margin: 0 75px 5px 0;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out; }
.as-oil-overlay .as-oil-panel.open .as-oil-cpc__purpose-header,
.as-oil-configuration .as-oil-panel.open .as-oil-cpc__purpose-header {
	margin: 0 75px 30px 0; }
.as-oil-overlay .as-oil-panel .as-oil-cpc__purpose-header .as-oil-icon-plus,
.as-oil-configuration .as-oil-panel .as-oil-cpc__purpose-header .as-oil-icon-plus {
	margin-right: 0.5rem;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;}
.as-oil-overlay .as-oil-panel.open .as-oil-cpc__purpose-header .as-oil-icon-plus,
.as-oil-configuration .as-oil-panel.open .as-oil-cpc__purpose-header .as-oil-icon-plus {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);}
.as-oil-overlay .as-oil-panel .as-oil-cpc__purpose-header .fa-chevron-down,
.as-oil-configuration .as-oil-panel .as-oil-cpc__purpose-header .fa-chevron-down {
	color: #cd1719;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	margin-right: 10px; }
.as-oil-overlay .as-oil-panel .as-oil-cpc__purpose-text,
.as-oil-configuration .as-oil-panel .as-oil-cpc__purpose-text {
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	max-height: 0;
	opacity: 0;
	overflow: hidden; }
.as-oil-overlay .as-oil-panel.open .as-oil-cpc__purpose-text,
.as-oil-configuration .as-oil-panel.open .as-oil-cpc__purpose-text {
	max-height: 100%;
	opacity: 1; }

@media screen and (max-width: 600px) {
	.as-oil-overlay .as-oil-content-overlay,
	.as-oil-configuration .as-oil-content-overlay {
		width: 95vw;
	}
	.as-oil-overlay .as-oil-l-row.as-oil-l-buttons,
	.as-oil-configuration .as-oil-l-row.as-oil-l-buttons {
		margin-top: 2em;
	}
	.as-oil-overlay .as-oil__heading,
	.as-oil-configuration .as-oil__heading {
		min-width: 100%;
		max-width: 100%;
	}
	.as-oil-overlay .as-oil-cpc-wrapper .as-oil__heading,
	.as-oil-overlay .as-oil-cpc-wrapper .as-oil__intro-txt,
	.as-oil-configuration .as-oil-cpc-wrapper .as-oil__heading,
	.as-oil-configuration .as-oil-cpc-wrapper .as-oil__intro-txt {
		text-align: left;
	}
	.as-oil-overlay .as-oil__btn-grey,
	.as-oil-overlay .as-oil__btn-blue,
	.as-oil-configuration .as-oil__btn-grey,
	.as-oil-configuration .as-oil__btn-blue {
		font-size: 1em;
	}
	.as-oil-overlay .as-oil-cpc__purpose-header,
	.as-oil-configuration .as-oil-cpc__purpose-header {
		margin: 0 80px 30px 0;
	}
	.as-oil-overlay .as-oil-cpc__row-btn-all,
	.as-oil-configuration .as-oil-cpc__row-btn-all {
		text-align: center;
	}
	.as-oil-overlay .as-oil-cpc__row-btn-all span,
	.as-oil-configuration .as-oil-cpc__row-btn-all span {
		padding: 0.7em 1em;
	}
}

.as-oil-configuration {
	height: auto !important;
}

.as-oil-configuration .as-oil-cpc-wrapper .as-oil__intro-txt {
	margin: 20px 0 30px;
}

.as-oil-configuration .as-oil-cpc-wrapper .as-oil__heading {
	margin: 30px 0 20px;
}

.as-oil-configuration .as-oil-l-row {
	display: block;
}

.as-oil-configuration .as-oil-cpc__left {
	display: none;
}

.as-oil-configuration .as-oil-cpc__middle {
	padding: 0;
}

.as-oil-configuration .as-oil-cpc__middle.as-js-purposes {
	height: 100%;
	overflow-y: scroll;
}
