@charset "UTF-8";

@media print
{    
    .noprint, .noprint *
    {
        display: none !important;
    }
}

/* Newsletter2Go Anpassungen */
.nl2go-button {
	background-color:#0072ba !important;
}

.nl2go-dropdown {
	width:448px !important;
}

.nl2go-input {
	width:448px !important;
}

.nl2go-label {
	width:568px !important;
}

.nl2go-container, .nl2go-row {
	width:600px;
}

.nl2go-row {
	display:flex;
	flex-wrap:wrap;
	margin-top: 5px;
}

.nl2go-left {
	width:150px;
}

.nl2go-right {
	width:450px;
}

.nl2go-red a {
	color:#d71208 !important;
}

/* Anpassungen zu Cookiemanager (2025) */
.cf-cookie-openconsent {
	left:150px;
}


/* CSS Document */
body {
	width:100%;
	height:100%;
	padding-top: 99px;
	color:#333333;
	font-size:16px;
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Roboto', sans-serif;
}

a, a:visited, a:active {
	font-weight: 100;
	text-decoration:none;
	color:#0072ba;
}

a:hover {
	text-decoration:underline;
	color:#0072ba;
}

p.bodytext, li , p{
	margin:0px;
	font-size: 1.25em;
	font-weight: 100;
}

ul > li > ul > li {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

h1 {
	font-size:1.875em;
	font-weight: 100;
	line-height: 2.5em;
	color:#0072ba;
}

h2 {
	font-size:1.7em;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	font-size:1.250em;
	color:#0072ba;
}

.ce-headline-center {
	color:#0072ba;
}

dt {
	line-height:4em;
}

figcaption{
	font-size: 13px;
}

figure.image img {
	width: 100%;
	height: auto;
}
.frame-space-before-small {
	padding-top:25px;
}

.btn-primary {
	border-color: #0072ba !important;
	background-color:#FFFFFF !important;
	color:#0072ba !important;
}

.mainpart {
	padding-top:19px;
}

.cookiemansettings {
	position:fixed;
	bottom:0;
	left:140px;
	padding:7px;
	cursor:pointer;
	border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
	color: #fff;
    background-color: #0072ba;
	border-left:1px solid;
	border-right:1px solid;
	border-top:1px solid;
	border-color: #fff;
}

/* LEFTSIDE NAVIGATION */
.menu {
	margin-top:25px;
	width:80px;
	height:80px;
	display:block;
	background:url(/fileadmin/templates/newdesign/menue_blau.png);
	background-size:68px 68px;
	background-repeat: no-repeat;
	background-position:6px 6px;
	background-color:#ffffff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 4px 0px #bdbdbd;
	box-shadow: 0px 0px 4px 0px #bdbdbd;
}

.menu_space {
	display:none;
	position:fixed;
	top:124px;
	left:130px;
	z-index:7;
}

.sidemenu_space {
	/*position:fixed;*/
	top:0px;
	left:0px;
	/*z-index:6;*/
	background-color:#fff;
	height:100%;
	width:120px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sidemenu_space ul.mainmenu{
	position:fixed;
	display:flex;
	flex-wrap: wrap;
	top:0px;
	left:0px;
	z-index:10;
	width:120px;
	height:125px;
	justify-content: center;
	border-bottom:1px solid;
	border-color: #0072ba;
}
.sidemenu_space ul.centers{
	display:flex;
	flex-wrap:wrap;
	position:fixed;
	top:135px;
	left:0px;
	z-index:3;
	background-color:#fff;
	height: calc(100% - 135px);
	width:120px;
	justify-content: center;
}
.sidemenu_space ul {
	padding:0px;
	margin:0px;
}

.sidemenu_space li {
	list-style:none;
	padding-bottom:0px;
}

.centers a{
	display:block;
	width:80px;
	height:80px;
	font-size:1.4rem;
	line-height:1.8rem;
	text-decoration:none;
	color:#ffffff;
}

.herz {
	width:80px;
	height:80px;
	display:block;
	background-image:url("/fileadmin/templates/newdesign/herz.png");
	background-size:68px 68px;
	background-repeat: no-repeat;
	background-position:6px 6px;
	background-color:#0072ba;
	border-radius: 15px;
	overflow:hidden;
	padding-top: 30px;
	padding-left:80px;
	font-weight:900;
	transition: 0.4s;
}

.herz_tree {
	background-image:url("/fileadmin/templates/newdesign/herz.png") !important;
}

.herz:hover {
	width:220px;
	padding-left:95px;
}

.lunge {
	width:80px;
	height:80px;
	display:block;
	background-image:url("/fileadmin/templates/newdesign/lunge.png");
	background-size:68px 68px;
	background-repeat: no-repeat;
	background-position:6px 6px;
	background-color:#0072ba;
	border-radius: 15px;
	overflow:hidden;
	padding-top: 30px;
	padding-left:80px;
	font-weight:900;
	transition: 0.4s;
}

.lunge_tree {
	background-image:url("/fileadmin/templates/newdesign/lunge.png") !important;
}

.lunge:hover {
	width:250px;
	padding-left:95px;
}

.gefaess {
	width:80px;
	height:80px;
	display:block;
	background-image:url("/fileadmin/templates/newdesign/gefaess.png");
	background-size:68px 68px;
	background-repeat: no-repeat;
	background-position:6px 6px;
	background-color:#0072ba;
	border-radius: 15px;
	overflow:hidden;
	padding-top: 30px;
	padding-left:80px;
	font-weight:900;
	transition: 0.4s;
}

.gefaess_tree {
	background-image:url("/fileadmin/templates/newdesign/gefaess.png") !important;
}

.gefaess:hover {
	width:230px;
	padding-left:95px;
}

.rheuma {
	width:80px;
	height:80px;
	display:block;
	background-image:url("/fileadmin/templates/newdesign/rheuma.png");
	background-size:68px 68px;
	background-repeat: no-repeat;
	background-position:6px 6px;
	background-color:#0072ba;
	border-radius: 15px;
	overflow:hidden;
	padding-top: 30px;
	padding-left:80px;
	font-weight:900;
	transition: 0.4s;
}

.rheuma_tree {
	background-image:url("/fileadmin/templates/newdesign/rheuma.png") !important;
}

.rheuma:hover {
	width:250px;
	padding-left:95px;
}

.reha {
	width:80px;
	height:80px;
	display:block;
	background-image:url("/fileadmin/templates/newdesign/reha.png");
	background-size:68px 68px;
	background-repeat: no-repeat;
	background-position:6px 6px;
	background-color:#0072ba;
	border-radius: 15px;
	overflow:hidden;
	padding-top: 30px;
	padding-left:80px;
	font-weight:900;
	transition: 0.4s;
}

.reha_tree {
	background-image:url("/fileadmin/templates/newdesign/reha.png") !important;
}

.reha:hover {
	width:230px;
	padding-left:95px;
}

.fachuebergreifende_abteilungen {
	width:80px;
	height:80px;
	display:block;
	background-image:url("/fileadmin/templates/newdesign/abteilungen.png");
	background-size:68px 68px;
	background-repeat: no-repeat;
	background-position:6px 6px;
	background-color:#0072ba;
	border-radius: 15px;
	overflow:hidden;
	padding-top: 30px;
	padding-left:80px;
	font-weight:900;
	transition: 0.4s;
}

.fachuebergreifende_abteilungen_tree {
	background-image:url("/fileadmin/templates/newdesign/abteilungen.png") !important;
}

.fachuebergreifende_abteilungen:hover {
	width:370px;
	padding-left:95px;
}

.campus_kerckhoff {
	width:80px;
	height:80px;
	display:block;
	background-image:url("/fileadmin/templates/newdesign/campus.png");
	background-size:68px 68px;
	background-repeat: no-repeat;
	background-position:6px 6px;
	background-color:#0072ba;
	border-radius: 15px;
	overflow:hidden;
	padding-top: 30px;
	padding-left:80px;
	font-weight:900;
	transition: 0.4s;
}

.campus_kerckhoff_tree {
	background-image:url("/fileadmin/templates/newdesign/campus.png") !important;
}

.campus_kerckhoff:hover {
	width:270px;
	padding-left:95px;
}

.jobs {
	width:80px;
	height:80px;
	display:block;
	background-image:url("/fileadmin/templates/newdesign/jobs.png");
	background-size:68px 68px;
	background-repeat: no-repeat;
	background-position:6px 6px;
	background-color:#0072ba;
	border-radius: 15px;
	overflow:hidden;
	padding-top: 30px;
	padding-left:80px;
	font-weight:900;
	transition: 0.4s;
}

.jobs_tree {
	background-image:url("/fileadmin/templates/newdesign/jobs.png") !important;
}

.jobs:hover {
	width:240px;
	padding-left:95px;
}

/* LEFTSIDE END*/

/* RIGHTSIDE NAV */

.sidemenu_right {
	position:fixed;
	top:120px;
	right:10px;
	/*z-index:6;*/
	width:50px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.meta_right {
	width:50px;
	height:50px;
	margin-top:10px;
	border-radius:10px;
	background-color:#0072ba;
	border:1px solid;
	border-color:#ffffff;
}

.home {
	background-image:url("/fileadmin/templates/newdesign/home.png");
	background-size:25px 25px;
	background-repeat: no-repeat;
	background-position:12px 12px;
}

.impressum {
	background-image:url("/fileadmin/templates/newdesign/impressum.png");
	background-size:25px 25px;
	background-repeat: no-repeat;
	background-position:12px 12px;
}

.kontakt {
	background-image:url("/fileadmin/templates/newdesign/kontakt.png");
	background-size:25px 25px;
	background-repeat: no-repeat;
	background-position:12px 12px;
}

.sitemap {
	background-image:url("/fileadmin/templates/newdesign/sitemap.png");
	background-size:25px 25px;
	background-repeat: no-repeat;
	background-position:12px 12px;
}

.barrierefreiheit {
	background-image:url("/fileadmin/templates/newdesign/barrierefreiheit.png");
	background-size:25px 25px;
	background-repeat: no-repeat;
	background-position:12px 12px;
}

.lupe {
	background-image:url("/fileadmin/templates/newdesign/lupe.png");
	background-size:25px 25px;
	background-repeat: no-repeat;
	background-position:12px 12px;
}

.sprache {
	background-image:url("/fileadmin/templates/newdesign/sprache.png");
	background-size:25px 15px;
	background-repeat: no-repeat;
	background-position:12px 17px;
}

#schriftvergroesserung {
	display:none;
	position:fixed;
	top:368px;
	right:64px;
	z-index:8;
	height:80px;
	width:106px;
	text-align:center;
}

.suchtoggle_space .col-sm-2 {
	width:266px;
	padding:0px;
	margin:0px;
	margin-left:34px;
}

#suchtoggle {
	display:none;
	position:fixed;
	top:441px;
	right:70px;
	z-index:8;
	text-align:left;
}

/* RIGHTSIDE NAV END */

.news-list-headline {
	font-size:1.375em;
}

#tx_jobfair-show-actionlist a, #tx_jobfair-show-actionlist a:visited, #tx_jobfair-show-actionlist a:active {
	color: #0072ba;
	background-color: #ffffff;
	border-color: #ffffff;
}

#tx_jobfair-show-actionlist a:hover {
	color: #ffffff;
	background-color: #0072ba;
	border-color: #0072ba;
}

.align-right, .right, .ce-right > .ce-gallery {
	text-align:right;
}

.align-left, .left, .ce-left > .ce-gallery {
	text-align:left;
}

.align-center, .center, .ce-center > .ce-gallery {
	text-align:center;
}

/* Header-Navigationsleiste */

.navbar-fixed-top {
	height:125px;
	background-color:#FFFFFF;
	z-index:8;
	margin-left: 106px;
	display: flex;
	flex-wrap:wrap;
	border-bottom:1px solid;
	border-color: #0072ba;
}


.sik {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	list-style:none;
	color:#0072ba;
	margin-bottom:0px;
	padding-bottom:25px;
}

.sik li {
	margin-left:5px;
}

.sik_topspace {
	padding-top:10px;
}

.sik_textspacer {
	padding-top:13px;
}

.sik_telefonspacer {
	padding-top:3px;
}

.metanav {
	width: calc(100% - 555px);
	height:125px;
}

.klinik {
	padding-right: 0px;
	padding-left: 0px;
	width: 180px;
}

.col-sm-2.logo{
	min-width: 280px!important;
}
.logo {
	z-index:10;
	width: 300px;
	margin-left: 67px;
}

.barrierefreiheit, .notruf, .lupe {
	cursor:pointer;
}

.notruf {
	padding-left:10px;
}

#notruftoggle {
	display:none;
	position:absolute;
	top:51px;
	right:188px;
	width:242px;
	padding-top:5px;
	z-index:8;
	color:#0072ba;
	background-color:#fabb13;
	text-align:center;
}

#notruftoggle p {
	padding-top:15px;
	padding-left:5px;
	font-size:1.2em;
	background-color:#fabb13;
	line-height:1.0em;
}

a#scroll-top {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: fixed;
  right: -40px;
  bottom: 1px;
  height: 54px;
  width: 54px;
  line-height: 54px;
  border-radius: 4px;
  background: transparent;
  z-index: 9;
  -webkit-transition: all .7s cubic-bezier(0.405,0.020,0.325,0.950) .2s;
  -o-transition: all .7s cubic-bezier(0.405,0.020,0.325,0.950) .2s;
  transition: all .7s cubic-bezier(0.405,0.020,0.325,0.950) .2s;
}
a#scroll-top.open {
  right: 10px;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
  visibility: visible;
}
a#scroll-top >i {
  color: #777;
  height: 56px;
  width: 56px;
  line-height: 1;
  text-align: center;
  font-size: 56px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a#scroll-top:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
a#scroll-top:hover >i {
  color: #333;
}

/* Animation */

.darkblue {
	background-color:#0072ba;
	margin-left: 91px;
}

.animation_wrap {
	display:flex;
}

.animation_spacer {
	width:106px;
	height:100%;
	display:block;
}

.animation .bx-wrapper .bx-viewport {
	border:0px;
}

.animation {
	width:calc(100% - 106px);
	padding-bottom:25px;
}

.smallpadding {
	margin-top:120px;
	padding-bottom:20px;
}

.flexleft {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.flexcenter {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.flexright {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}

.top-space {
	margin-top:110px;
	width:1116px;
	margin-left:61px;
	background: rgba(255,255,255,0.8);
}
.content {
	padding-top:10px;
	min-height:350px;
}

.csc-textpic-imagewrap {
	padding-top:10px;
}

.animation .csc-textpic-imagewrap {
	padding:0px;
}

.animation .csc-textpic-center-inner, .animation .csc-textpic-center-outer {
	float:inherit !important;
	right:0 !important;
}

.animation .csc-textpic-image {
	margin-bottom:0px !important;
}

p.spacer {
	height:17px;
	background-color:inherit;
}


#footer {
	color:#fff;
	width:100%;
	padding: 20px 0px;
}

#footer a:active, #footer  a:visited, #footer  a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}

#footer .ueberschrift_linie {
	color:#fff;
	border-color:#fff;
}
#footer hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #fff;
}
.activelink {
	font-weight:bold;
}
.animation .ce-image, .animation .ce-gallery, .animation .ce-center, .animation .ce-above, .animation .ce-center .ce-outer , .animation .ce-center .ce-inner {
	overflow: unset;
	position: unset;
	float: unset;
	right: unset;
}

.vertical-divider {
	height: 86px;
	float: left;
	width: 1px;
	margin-top: 10px;
	background: #0072ba;
	margin-left: 15px;
	margin-right: 15px;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media {
    /*#c142*/ .csc-textpic-imagerow{ 
		display: none!important;
    }
    div.csc-textpic-imagerow:nth-child(1){ 
		display: block!important;
    }
}}