/*
Style: 		KdSM
Author: 	Sebra UG München, SZNM München
Version:	1.1
Date:			2016-08-24
Last Update: 2017-01-22
*/


/* Global *************************** */
@font-face{font-family:'Fira Sans';font-style:normal;font-weight:300;src:local('Fira Sans Light'),local('FiraSans-Light'),url('../webfonts/fira-sans-v8-latin-300.woff2') format('woff2'),url('../webfonts/fira-sans-v8-latin-300.woff') format('woff')}@font-face{font-family:'Fira Sans';font-style:italic;font-weight:300;src:local('Fira Sans Light Italic'),local('FiraSans-LightItalic'),url('../webfonts/fira-sans-v8-latin-300italic.woff2') format('woff2'),url('../webfonts/fira-sans-v8-latin-300italic.woff') format('woff')}@font-face{font-family:'Fira Sans';font-style:normal;font-weight:400;src:local('Fira Sans Regular'),local('FiraSans-Regular'),url('../webfonts/fira-sans-v8-latin-regular.woff2') format('woff2'),url('../webfonts/fira-sans-v8-latin-regular.woff') format('woff')}@font-face{font-family:'Fira Sans';font-style:italic;font-weight:400;src:local('Fira Sans Italic'),local('FiraSans-Italic'),url('../webfonts/fira-sans-v8-latin-italic.woff2') format('woff2'),url('../webfonts/fira-sans-v8-latin-italic.woff') format('woff')}@font-face{font-family:'Fira Sans';font-style:normal;font-weight:500;src:local('Fira Sans Medium'),local('FiraSans-Medium'),url('../webfonts/fira-sans-v8-latin-500.woff2') format('woff2'),url('../webfonts/fira-sans-v8-latin-500.woff') format('woff')}@font-face{font-family:'Fira Sans';font-style:italic;font-weight:500;src:local('Fira Sans Medium Italic'),local('FiraSans-MediumItalic'),url('../webfonts/fira-sans-v8-latin-500italic.woff2') format('woff2'),url('../webfonts/fira-sans-v8-latin-500italic.woff') format('woff')}@font-face{font-family:'Fira Sans';font-style:normal;font-weight:700;src:local('Fira Sans Bold'),local('FiraSans-Bold'),url('../webfonts/fira-sans-v8-latin-700.woff2') format('woff2'),url('../webfonts/fira-sans-v8-latin-700.woff') format('woff'),}
/* @import url(https://code.cdn.mozilla.net/fonts/fira.css); */

html, body {
	height:100%;
	min-width: 320px;
	color: #002d5f;
}

/* fonts */
* {
	font-family: 'Fira Sans', sans-serif;
	outline: none;
	/* 
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word; */
}

h1 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 41px;
	line-height: 2.563rem;
	color: #002d5f;
	margin: 0 0 20px 0;
	font-weight: 300;
}
h1 strong, h1 b {
	font-family: 'Fira Sans', sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 41px;
	line-height: 2.563rem;
	color: #002d5f;
	margin: 0 0 20px 0;
	font-weight: 400;
}

h2, h2 a {
	font-family: 'Fira Sans', sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 32px;
	line-height: 2rem;
	color: #002d5f;	
	font-weight: 300;
	margin-bottom: 15px;
}
h2 strong, h2 b {
	font-family: 'Fira Sans', sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 32px;
	line-height: 2rem;
	color: #002d5f;	
	font-weight: 400;
}
h3, h3 a {
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;	
	line-height: 24px;
	line-height: 1.5rem;
	color: #002d5f;	
	font-weight: 400;
}
h3 strong, h3 b {
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;	
	line-height: 24px;
	line-height: 1.5rem;
	color: #002d5f;
	font-weight: 500;
}
h4, h4 a {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	color: #002d5f;	
	font-weight: 400;
}
h4 strong, h4 b {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	color: #002d5f;
	font-weight: 400;
}

h5 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
}
h6 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	margin-top: -10px;
}

p, table tr th, table tr td, li {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	line-height: 160%;
	font-weight: 400;
	color: #002d5f;
}
p strong, p b {
	font-weight: 500;
}
.p-link {
	margin-bottom: 0;
}

strong, b {font-weight: 500;}

a {
	font-weight: 500;
	text-decoration: underline;
	color: #002d5f;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
}
a:hover, a:focus, a:active {
	color: #ff0613;
}


@media only screen and (max-width: 640px) {
	h1, h1 b, h1 strong {
		font-size: 27px;

		line-height: 31px;

	}
}	
/* / fonts */




.full-witdh {
	width: 100%;
	max-width: 100%;
}

.row {
	position: relative;
}



@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; } to { opacity:1; } }

.parallax {
	opacity:0;  
	-webkit-animation:fadeIn ease-in 1;  
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}



.parallax, .noparallax  {
	min-height: 400px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	z-index: 5 !important;
	height: 100%;
	margin-bottom: 40px;
}
.parallax > div, .noparallax > div {
	background-color: transparent;
	z-index: 4 !important;
}
.parallax > div > div, .noparallax > div > div {
	z-index: 3 !important;
}
.parallax > .row, .noparallax > .row {
	height: 100%;
}
.parallax > .row > div, .noparallax > .row > div {
	height: 100%;
}


.overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgb(243,245,247);
	background-color: rgba(243,245,247,0.95);
	display: none;
	padding: 20px 34px;
	margin: 0 15px;
	/*cursor: url("../img/close_white.png") 146 155, no-drop;*/
}

.overlay-close {
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
}
.overlay-content {
	overflow: auto;
	height: 100%;
}

.back-to-top {
	position: fixed;	
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color:#006db4;
	background-color: #002d5f;
	background-image: url("../img/icons/Kategorie-Pfeil_oben_w.png") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 40px auto;	
	display: none;
	border-radius:0px;
	z-index: 99999;
	width: 70px;
	height:70px;
	text-indent: -99999px;
}

.back-to-top:hover {   	
	background-image: url("../img/icons/Kategorie-Pfeil_oben_w.png") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size:  42px auto;	
	background-color: #ff0613;
}

a[href^="tel:"] {
	cursor: auto;
	text-decoration: none;

}

footer a[href^="tel:"] {
	font-weight: 400;
}	

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: left;
}

.button.alert {
	background-color: #ff0613;
	font-weight: 500;
	font-size: 16px;
}    
.button {
	background-color: #8f9baf;
	font-weight: 500;
	border-radius: 0; 
	font-size: 16px;
} 
.button a{ 
	text-decoration: none;
	color: #fff;
}

.button:hover, .button:focus {
	background-color: #002d5f;
}    

input[type="text"] {
	border-radius: 0 !important;
	height: 35px;
}	

select {
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none; 
	-ms-appearance: none;
}

.styled-select {
	background-image: url("../img/icons/dropdown_arrow_all.png");
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 35px auto;
	display: block;
	height: 35px;
	position: relative;
	margin: 0 0 20px 0;
	z-index: 99;
}
.styled-select:hover {
	background-position: right bottom;
}	

.styled-select select {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #8f9baf;
	border-radius: 0;
	color: #8f9baf;


	font-size: 1.125rem;
	font-weight: 400;
	height: 35px;
	line-height: 22px;
	margin: 0 0 0px 0;
	padding: 0 40px 0 5px;
	padding: 0 0px 0 5px\9; /* IE8, IE9 */
	width: 100%;
	z-index: 98;
	outline: 0;

}
.styled-select select:hover {
	color: #002d5f;
}	

@-moz-document url-prefix() {
	select, select:-moz-focusring, select::-moz-focus-inner {
		color: transparent !important;
		text-shadow: 0 0 0 #8f9baf !important;
		background-image: none !important;

	}

}

table {
	width: auto;
	border-radius: 0px;
}	
table tbody tr:nth-child(2n) {
	background-color: #fff;
}
table thead, table tbody, table tfoot {
	background-color: transparent;
	border: 0px solid #f1f1f1;
}
table tbody th, table tbody td {
	padding: 0.5rem 0.625rem 0.625rem 0; 
}


.close-button {
	color: #002d5f;
	font-size: 3em;
	font-weight: 300;
} 

.close-button:hover {
	color: #ff0613;
}   


[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
	box-shadow: none;
	border: 1px solid #8f9baf;
}


@media only screen and (max-width: 640px) {
	.back-to-top, .back-to-top:hover {
		background-size: 30px auto;
		height: 50px;
		width: 50px
	}
	.event-list-header .styled-select {
		margin-bottom: 0;
	}	
	.event-list-header .large-2 .styled-select {
		margin-bottom: 20px;
	}	
	.gallery-filter-search .styled-select, .hospital-news-select .styled-select{
		margin-bottom: 20px;
	}	
}	

/* / Global *************************** */




/* Header *************************** */
.logo-menu {
	background-color: #fff;


}

.logo {
	max-height: 76px;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;

}
.mobile-logo {
	max-height: 62px;
	width: auto;
	margin-top: 8px;
	margin-bottom: 8px;

}

#sticky {
	height: 65px;
}

.sticky {
	width: 100%;
	background-color: #fff;
	z-index: 99999;

}
.sticky.is-stuck {
	position: fixed;
	z-index: 9999;


}

.is-stuck .logo { 
	max-height: 56px;

}
@media only screen and (max-width: 640px) {
	.sticky-container {
		height: 139px !important;
	}	

	.mobile-menu .logo {
		margin-bottom: 10px;
		margin-top: 10px;
		max-height: 66px;
	}
}	

@media only screen and (max-width: 1024px) {
	/*
	.sticky.is-stuck {
	position: relative !important;
	z-index: 9999;
}
	.is-stuck .logo { 
	max-height: 76px;

}*/
}


/* Meta Nav */
.meta-nav {
	margin-top: 40px;
	position: relative;
}

.meta-nav ul{
	display: inline-block;
	float: right;
	text-align: right;
	margin: 0;

}
.meta-nav li {

	list-style: none;
	margin-left: 10px;
	display: inline-block;



}

.meta-nav-float {

	display: inline-block;

}

.meta-nav li a {
	color: #8f9baf;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}	
.meta-nav li a:hover {
	color: #ff0613;
} 

.meta-nav .font-size {
	margin-left: 6px;
}
.meta-nav .font-size-1 {
	font-size: 16px;
}
.meta-nav .font-size-2 {
	font-size: 19px;
}
.meta-nav .font-size-3 {
	font-size: 22px;
}
.meta-nav .font-size-minus {
	font-size: 22px;
	font-weight: 500;
	margin-left: 10px;
}
.meta-nav .font-size-plus {
	font-size: 22px;
	font-weight: 500;
}

.meta-nav a.search {
	/*line-height: 29px;*/
	background-image: url('../img/icons/suche_grau.png');
	background-size: 20px auto;
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	text-indent: 99999px;
	display: block;	
}
.meta-nav a.search:hover {
	background-image: url('../img/icons/suche_MouseO.png');
}	

.search-field {
	position: absolute;
	top: -6px;
	z-index: -1;
	width: 245px !important; 
	z-index: -150;
	height: 0px;
	opacity: 0;
	right: -50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-right: 10px;
}


.hover .search-field {
	z-index: 1;
	right: 33px;
	top: -6px;
	height: 34px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-field input[type="text"] {
	width: 200px;
	float: left;
	background-color: #fff;
	border: 1px solid #8f9baf;
	height: 37px;
	border-radius: 0;
}

.search-field .postfix.button {
	height: 37px;
	line-height: 29px;
	margin: 0px 0 0 -4px;
	padding: 0;
	width: 45px;
	font-size: 0;
	background: #8f9baf center center no-repeat;
	background-image: url('../img/icons/suche_w.png');
	border-radius: 0;
	background-size: 20px auto;
	color: #fff;
}

.search-field .postfix.button:hover {
	background-color: #002d5f;

}

.meta-nav a.print {
	background-image: url('../img/icons/drucken_button_all.png');
	background-size: 20px auto;
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	text-indent: 99999px;
	display: block;	
	/*line-height: 29px;*/
}
.meta-nav a.print:hover {
	background-position: left top;
}

.meta-nav a.fb {
	background-image: url('../img/icons/facebook_button_all.png');
	background-size: 20px auto;
	background-position: left top;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	text-indent: 99999px;
	display: block;	
}

.meta-nav a.fb:hover {
	background-position: left bottom;
}





/* / Meta Nav */



/* mobile menu */


.mobile-menu .title-bar {
	background: #fff none repeat scroll 0 0;
	color: inherit;
	padding: 0.5rem;
	border-bottom: 1px solid #002d5f;
	border-top: 1px solid #002d5f;
	width: 100%;
	float: left;
}
.mobile-menu .title-bar .mobile-nav-icon {
	display: inline-block;
	padding-left: 46px;
	width: inherit;
	position: relative;
	padding-top: 9px;
	font-weight: 500;
	font-size: 18px;
}
.mobile-menu .mobile-nav-icon:before {
	background: #002d5f none repeat scroll 0 0;
	box-shadow: 0 7px 0 #002d5f, 0 14px 0 #002d5f;
	content: "";
	display: block;
	height: 3px;
	left: 10px;
	position: absolute;
	top: 8px;
	width: 24px;
}   
.mobile-menu .mobile-nav-icon:hover {
	color: #ff0613;
}
.mobile-menu .mobile-nav-icon:hover:before {
	background: #ff0613 none repeat scroll 0 0;
	box-shadow: 0 7px 0 #ff0613, 0 14px 0 #ff0613;
} 
.mobile-nav-icon[aria-expanded="true"] {
	color: #ff0613;

}
.mobile-nav-icon[aria-expanded="true"]:before {
	box-shadow: 0 7px 0 #ff0613, 0 14px 0 #ff0613;
	background: #ff0613 none repeat scroll 0 0;
}

.is-drilldown {
	min-height: 3000px !important;
}

.off-canvas-wrapper, .off-canvas, .is-drilldown-submenu {
	background-color: #c7cdd7 ;
}
.off-canvas {
	padding-top: 63px;
}

.canvas-search-field {
	padding: 0.7rem 1rem;
}


.canvas-search-field .postfix.button {
	height: 35px;
	line-height: 29px;
	margin: 0px 0 0 -4px;
	padding: 0;
	width: 45px;
	font-size: 0;
	background: #8f9baf center center no-repeat;
	background-image: url('../img/icons/suche_w.png');
	border-radius: 0;
	background-size: 20px auto;
	color: #fff;
}
.canvas-search-field .postfix.button:hover {
	background-color: #002d5f;
}	


.is-drilldown-submenu-parent > a::after {
	background-image: url("../img/icons/Deeplink-Pfeil_blau.png");
	background-repeat: no-repeat;
	background-size: auto 13px;
	border-color: transparent;
	display: block;
	height: 20px;
	top: 15px;
	width: 20px;
}
.is-drilldown-submenu-parent > a:hover:after, .is-drilldown-submenu-parent > a.active:after {
	background-image: url("../img/icons/Deeplink-Pfeil_rot.png");
}

.off-canvas a{
	text-decoration: none;
	line-height: 1.3 !important;
}

.off-canvas a.active .off-canvas li.active a{
	color: #ff0613;
}	

.off-canvas .menu .active > a {
	background: transparent;
	color: #ff0613;
}

.js-drilldown-back > a::before {
	background-image: url("../img/icons/Deeplink-Pfeil_blau.png");
	background-repeat: no-repeat;
	background-size: auto 13px;
	border-color: transparent;
	display: block;
	float: left;
	height: 20px;
	margin-top: 2px;
	width: 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.js-drilldown-back > a:hover:before {
	background-image: url("../img/icons/Deeplink-Pfeil_rot.png");
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.off-canvas .menu li {
	border-bottom: 1px solid #fff;
}
.off-canvas .menu li:first-child {
	border-top: 1px solid #fff;
}
.off-canvas .menu li.canvas-search {
	border-bottom: 0px solid #fff !important; 
	margin-top: 10px; 
}
.off-canvas .close-button span {

}

.off-canvas .menu .submenu li.no-mobile-borders  {
	border-bottom: 1px solid transparent;
}
.off-canvas .menu .submenu li.mobile-subheader  {
	border-bottom: 1px solid transparent;
	border-top: 1px solid #fff;
}

.mobile-subheader a, .mobile-subheader a b {
	font-weight: 500;
}
.off-canvas a {
	font-weight: 400;
}

.mobile-subheader a:hover, .mobile-subheader a:focus, .mobile-subheader a:active {
	color: #002d5f;
}

.js-drilldown-back {
	border-bottom: 1px solid transparent !important;

}


.off-canvas.position-left { position:fixed; left:-250px; top:0px; z-index:9999999; transition:0.5s ease; bottom: 0;}
.is-open-left .off-canvas.position-left { left:-0px; }
.admin-bar .off-canvas.position-left { top:32px; }
.off-canvas {  }
.is-open-left { -webkit-transform: initial; transform: initial; margin-right: -250px; }
.off-canvas-wrapper-inner { transition: margin 0.5s ease; }
.sticky.is-stuck { right:0px !important; transition:0.5s; }
.is-open-left .sticky.is-stuck { right:-250px !important; }



.mobile-menu .alert.button.emergency-toggle {
	margin: -0.5rem -0.5rem -0.5rem 0;
	color: #fff;
	border-radius: 0; 
	padding-left: 16px;
	padding-right: 50px; 
}
.mobile-menu .alert.button.emergency-toggle a{
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
}	
.alert.button.emergency-toggle a{
	font-size: 16px;
	font-weight: 500;
}	

/* / mobile menu */



/* tablet logo menu */

.tablet-logo-menu {
	width: 100%;
}

.tablet-menu .mobile-nav-icon {
	position: relative;
	height: 63px;
}

.tablet-menu .mobile-nav-icon::before {
	background: #002d5f none repeat scroll 0 0;
	box-shadow: 0 8px 0 #002d5f, 0 16px 0 #002d5f;
	content: "";
	display: block;
	height: 4px;
	left: 10px;
	margin-right: 110px;
	position: relative;
	top: 0;
	width: 30px;
}
.tablet-menu .mobile-nav-icon[aria-expanded="true"]:before {
	box-shadow: 0 8px 0 #ff0613, 0 16px 0 #ff0613;
	background: #ff0613 none repeat scroll 0 0;
}

.tablet-logo .logo{
	margin-bottom: 0px;
	margin-top: 0px;
	max-height: 63px;
	margin-left: 15px;
	margin-right: 20px;
	border-right: 1px solid  #c7cdd7;
	padding: 5px 20px 5px 0;
}

.emergency-toggle.tablet {
	margin: 0;
	font-size: 17px;
	line-height: 32px;
	padding: 0.85em 2em;
	z-index: 99;
}

#offCanvas .vertical.menu  a.fb {
	background-image: url("../img/icons/facebook_button_grau.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 20px auto;
	display: block;
	height: 20px;
	text-indent: 99999px;
	width: 20px;
	margin: 0 1rem
}

.off-canvas .menu li:last-child {
	border-bottom: 0px solid #fff;
	margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
	.tablet-logo-menu {
		display: none;
	}
}	
/* / tablet logo menu */



/* Main Menu */

.main-menu {
	height: 65px;
	border-top: 1px solid #c7cdd7;
	border-bottom: 1px solid #c7cdd7;
	left:0;
}

.main-menu .dropdown-pane {
	width: 100%;
	background-color: #c7cdd7;
	color: #fff;
	border: 1px solid #c7cdd7;
	border-radius: 0;
	left:0;
}

.main-menu .dropdown-pane::before {
	background-color: #c7cdd7;
	content: "";
	height: 100%;
	left: 0;
	margin-left: -2px;
	position: absolute;
	width: 1px;
}
.main-menu .dropdown-pane::after {
	background-color: #c7cdd7;
	content: "";
	height: 100%;
	right: 0;
	margin-right: -2px;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
}

.main-menu .dropdown-pane *{

}	
.main-menu .dropdown-pane a:hover, .main-menu .dropdown-pane a:active, .main-menu .dropdown-pane li.active a, .main-menu-level1 > li.active > a  {
	color: #ff0613;
}
.main-menu {
	position: relative;

}

.main-menu .row {
	position: static;
}

.main-menu .row  .row {
	margin-left: auto;
	margin-right: auto;
	max-width: 64rem;
}

.main-menu .dropdown-pane  {
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0 2px 5px #ccc;
}

.main-menu .dropdown-pane.col .columns {
	border-left: 1px solid #fff;
	padding: 20px 0 20px 0;
}
.main-menu .dropdown-pane {
	
}

.main-menu .dropdown-pane.col .columns:last-child {
	border-right: 1px solid #fff;
}

.main-menu  ul  {

	margin: 0px;
}


.main-menu ul.main-menu-level1 > li a {
	font-size: 20px;
}

.main-menu  ul.main-menu-level1 > li {
	float: left;
	margin-right: 30px;
	font-size: 20px;
}
.main-menu  ul.main-menu-level1 > li a{
	display: inline-block;
	padding-top: 30px;
	position: relative;
}
.main-menu  ul.main-menu-level1 > li.hover >a:after{	
	background-image: url("../img/icons/Navigations-Pfeil_rot.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 20px auto;
	bottom: -23px;
	content: "";
	display: block;
	float: left;
	height: 20px;
	left: 0;
	margin-right: 10px;
	position: absolute;
	width: 20px;
	z-index: 99;
}	

.main-menu ul li {
	list-style: none;
}
.main-menu ul li a{
	text-decoration: none;
}
.main-menu ul li li a{
	font-weight: 300;
}

.main-menu-tel {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #c7cdd7;
	height: 63px;
	padding-left: 40px;
	padding-top: 26px;
	padding-right: 40px;
	background-color: #fff;
}
.main-menu-tel a {
	font-size: 20px;
	vertical-align: bottom;
}
.main-menu-tel a:before {
	background-image: url('../img/icons/anrufen_blau.png');
	background-size: 20px auto;
	background-position: left top;
	background-repeat: no-repeat;
	width: 20px;
	height: 26px;
	content: '';
	display: block;
	float: left;
	margin-right: 10px;
}		

.main-menu .dropdown-pane ul li a, .main-menu .dropdown-pane h4 {
	padding: 6px 20px;
	display: block;
	padding-bottom: 2px\9;
	padding-top: 9px\9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.main-menu .dropdown-pane ul li a, .main-menu .dropdown-pane h4 {
		padding-top: 9px;
		padding-bottom: 2px
	}
}

.main-menu .dropdown-pane ul li a {
	font-weight: 400;
}

.main-menu .dropdown-pane h4 {
	font-weight: 500;
	line-height: 20px;
	line-height: 1.25rem;
	margin-top: 30px;
}

.main-menu .dropdown-pane h4:first-child {
	margin-top: 0px;
}

.main-menu .dropdown-pane ul li a {
	line-height: 20px;
	line-height: 1.25rem;
	font-size: 16px;
	font-size: 1rem;
}
.main-menu .dropdown-pane ul li a:hover, .main-menu .dropdown-pane ul li.active a {
	background-color: #e0e3ea;
}

@media only screen and (max-width: 832px) {
	.main-menu ul.main-menu-level1 > li {
		float: left;
		font-size: 16px;
		margin-right: 16px;
	}
	.main-menu-tel {
		padding-left: 20px;
		padding-right: 20px;
	}	
}	

/* / Main Menu */


/* find-department */
.find-department, .find-emergency {
	position: fixed;
	margin-top: 0px;
	background-color: #c7cdd7;
	width: 100%;
	z-index: 999999;
	box-shadow: 0 2px 5px #545555;
	padding:40px 0;
	display: none;
	right: 0;
	top: 0;
	max-height: 100%;
	overflow: auto;
}
.find-emergency {
	background-color: #c7cdd7;
	padding-left: 20px;
	padding-right: 20px;
}	

.find-department > .row, .find-emergency > .row {
	display: none;
	right: 0;
}

.find-department .close-button, .find-emergency .close-button {
	position: absolute;
	right: 20px;
	top:	10px;
	background-image: url('../img/icons/Schliesskreuz_rot.png');
	background-image: url('../img/icons/Schliesskreuz_w.png');
	height: 40px;
	width: 40px;
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.find-department .close-button:hover {
	background-image: url('../img/icons/Schliesskreuz_rot.png');
}
.find-emergency .close-button:hover {
	background-image: url('../img/icons/Schliesskreuz_grau.png');
}		

.find-department a { /* YS: gem. Vorgabe AN (19.10.16) entfernen von:  .find-emergency a { */
	font-weight: 400;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 22px;
	line-height: 1.375rem;
	text-decoration: none;
}	
.find-department ul {
	margin-left: 0;
}	

.find-department li {
	margin: 10px 0px;
	position: relative;
	min-height: 60px;
	float: left;
	list-style: none;
}
.find-department a {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	display: table;
}

.department-bt a {
	vertical-align: middle;
}
.department-bt span {
	display: table-cell;
	vertical-align: middle;
}

.department-bt div {
	height: 60px;
	width: 60px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 60px auto;
}
.department-bt a:hover div, .department-bt a:active div, .department-bt a:focus div  {
	background-position: center bottom;
}	

.department-bt a:before{
	background-size: 60px auto;
	background-repeat: no-repeat;
	background-position: center top;	
	top: 0;
	left: -70px;
	width: 60px;
	height: 60px;
	content: '';
	display: block;
	float: left;
	margin-right: 10px; 
}

.department-bt a{
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1); 
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1); 
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);  

}
.department-bt a:hover {
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.5);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.5);   
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.5);
	transition: all 200ms ease-in;
	transform: scale(1.1);
	z-index: 2;

}



.augenheilkunde a:before {
	background-image: url('../img/icons/augenheilkunde_all.png');
}
.augenheilkunde a:hover:before {
	background-position: center bottom;
}
.bauch-magen-darm a:before {
	background-image: url('../img/icons/bauch-magen-darm_all.png');
}
.bauch-magen-darm a:hover:before {
	background-position: center bottom;
}
.frauenheilkunde a:before {
	background-image: url('../img/icons/frauenheilkunde_all.png');
}
.frauenheilkunde a:hover:before {
	background-position: center bottom;
}
.neugeborenenmedizin a:before {
	background-image: url('../img/icons/frueh-neugeborenenmedizin_all.png');
}
.neugeborenenmedizin a:hover:before {
	background-position: center bottom;
}
.geburtshilfe a:before {
	background-image: url('../img/icons/geburtshilfe_all.png');
}
.geburtshilfe a:hover:before {
	background-position: center bottom;
}

.geriatrie a:before {
	background-image: url('../img/icons/geriatrie_all.png');
}
.geriatrie a:hover:before {
	background-position: center bottom;
}

.hals-Nasen-ohren a:before {
	background-image: url('../img/icons/hals-nasen-ohren_all.png');
}
.hals-Nasen-ohren a:hover:before {
	background-position: center bottom;
}


.herz-kreislauf-gefaesse a:before {
	background-image: url('../img/icons/herz-kreislauf-gefaese_all.png');
}
.herz-kreislauf-gefaesse a:hover:before {
	background-position: center bottom;
}

.hormone-druesen-diabetes a:before {
	background-image: url('../img/icons/hormone-druesen_all.png');
}
.hormone-druesen-diabetes a:hover:before {
	background-position: center bottom;
}

.intensivmedizin a:before {
	background-image: url('../img/icons/intensivmedizin-schmerztherapie_all.png');
}
.intensivmedizin a:hover:before {
	background-position: center bottom;
}

.knochenbau a:before {
	background-image: url('../img/icons/knochenbau-gelenke-wirbelsaeule_all.png');
}
.knochenbau a:hover:before {
	background-position: center bottom;
}

.lunge a:before {
	background-image: url('../img/icons/lunge-thorax_all.png');
}
.lunge a:hover:before {
	background-position: center bottom;
}

.maennergesundheit a:before {
	background-image: url('../img/icons/maennergesundheit_all.png');
}
.maennergesundheit a:hover:before {
	background-position: center bottom;
}

.nieren-blase-harnwege a:before {
	background-image: url('../img/icons/nieren-blase-harnwege_all.png');
}
.nieren-blase-harnwege a:hover:before {
	background-position: center bottom;
}

.notfallmedizin a:before {
	background-image: url('../img/icons/notfallmedizin_all.png');
}
.notfallmedizin a:hover:before {
	background-position: center bottom;
}

.chirurgie a:before {
	background-image: url('../img/icons/plastische-chirurgie_all.png');
}
.chirurgie a:hover:before {
	background-position: center bottom;
}

.physikalische-reha a:before {
	background-image: url('../img/icons/physikalische-rehamedizin_all.png');
}
.physikalische-reha a:hover:before {
	background-position: center bottom;
}

.radiologie-nuklear a:before {
	background-image: url('../img/icons/radiologie_all.png');
}
.radiologie-nuklear a:hover:before {
	background-position: center bottom;
}

.rheuma-autoimmun a:before {
	background-image: url('../img/icons/rheuma_all.png');
}
.rheuma-autoimmun a:hover:before {
	background-position: center bottom;
}

.tumor-blut a:before {
	background-image: url('../img/icons/tumorerkrankungen_all.png');
}
.tumor-blut a:hover:before {
	background-position: center bottom;
}




.department-info, .department-news {
	background-color: #f3f5f7;
	float: left;
	padding: 30px 15px 40px 15px;
	margin: 40px 0;
	height: 100%;
	position: relative;
}
.department-info h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}
.department-info h3 {
	color: #8f9baf;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}
/* YS (da letzte Box nicht automatisch immer news enthält und news mit h3 ausgegeben werden!)
.department-info.news h2 {
	font-size: 1.625rem;
	line-height: 2rem;
}
*/
.department-news a, .department-info a {
	font-size: inherit;
	color: #002d5f;
	line-height: inherit;
	font-weight: 500;
}
.department-news a:hover, .department-info a:hover {
	color: #ff0613;  
}

.department-news a:after, .department-info a:after {
	background-image: url("../img/icons/Link-Pfeil_blau.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	content: "";
	display: inline-block;
	float: right;
	height: 25px;
	margin-left: 8px;
	top: 6px;
	width: 20px;
}

.department-news a:hover:after, .department-info a:hover:after {
	background-image: url("../img/icons/Link-Pfeil_rot.png");
}

.department-info-holder > div {
	height: 100%;
}

.department-info-link, .department-info a {
	position: absolute;
	bottom: 20px;
}

.box-bottom-link {
	position: absolute;
	bottom: 40px;
}

.department-content-footer .row .columns .news, .department-content-footer .row .columns .events, .department-content-footer .row .columns .vacancies {
	padding-bottom:40px;
}

/* / find-department */





/* fixed-buttons-right */
.fixed-buttons-right {
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 9;
}
.fixed-buttons-right button {
	width: 160px;
	text-align: center;
	border-radius: 0px; 
	padding-bottom: 6px\9;

	-webkit-box-shadow: 0px 2px 4px 0px rgba(255,255,255,0.55);
	-moz-box-shadow: 0px 2px 4px 0px rgba(255,255,255,0.55);
	box-shadow: 0px 2px 4px 0px rgba(255,255,255,0.55);
}		

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.fixed-buttons-right button {
		padding-top: 16px;
		padding-bottom: 9px
	}
}
/* / fixed-buttons-right */



/* / Header *************************** */



/* Content *************************** */

/* home-header */
.home-header {
	overflow: hidden;
	background-color: #002d5f;
	position: relative;

}

.home-header .row {
	max-width: 80rem;
}



.home-header-holder-center {
	background-color: #002d5f;
	height: 372px;
}
.home-header-holder-center:after {
	background-image: url("../img/Logo_Element_Startseite_375x375.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: " ";
	display: block;
	height: 111%;
	position: absolute;
	right: -18px;
	top: -30px;
	width: 71%;
	z-index: 99;
}

.home-header-holder-center:before {
	/*background-image: url("../img/Header_Flaeche_links_72dpi.png");*/
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 69px;
}

.home-header-img-holder-left, .home-header-img-holder-right, .home-header-holder-center {
	position: relative;
	background-color: #002d5f;
	max-height: 372px;
	/*z-index: 0;*/
	border: none;
}

.home-header-holder-center h3 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}	
.home-header-holder-center h3 {
	position: absolute;
	bottom: 14%;
	width: 100%;
	right: 0;
	text-align: center;
	left: 30px;
}

.home-header-img-holder-left p, .home-header-img-holder-right p{
	color: #fff;
	position: absolute;
	bottom: 0px;
	font-weight: 500;
	line-height: 18px;
	line-height: 125%;
	font-size: 13px;
}	
.home-header-img-holder-right p {
	left: 30px;
}
.home-header-img-holder-left p {
	/*right: 230px;*/
	right: 124px;
}	

.home-header-img-holder-left::after {
	background-image: url("../img/Header_Transparente_Flaeche_links_72dpi.png");
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	z-index: 99;
}

.home-header-img-holder-right::after {
	background-image: url("../img/Header_Transparente_Flaeche_rechts72dpi.png");
	background-repeat: no-repeat;
	content:" ";
	display:block;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	width:70px;
	z-index: 99;
}
@media screen and (min-width: 1025px) {
	.home-header {
		max-height: 310px;
	}
	.home-header-holder-center {
		height: 310px;
	}
	
	.home-header .col1 {
	width: 34%
}
.home-header .col2 {
	width: 32%
}
	.home-header .col3 {
	width: 34%
}
	.home-header-holder-center h3 {
		left: -8px;
		}
	.home-header-holder-center:after {
		width: 78%;
	}
}	



/* / home-header */


/* icons-mobile */
.icons-mobile {

}

.icons-mobile .small-4{
	padding-top: 0.9375rem;

}

.icons-mobile .small-4.first {
	padding-right: 0.4375rem;
}
.icons-mobile .small-4.second {
	padding-right: 0.4375rem;
	padding-left: 0.4375rem;
}
.icons-mobile .small-4.third {
	padding-left: 0.4375rem;
}

.icons-mobile .small-4:last-child{
	padding-bottom: 0.9375rem;
}

.icons-mobile .mobile-bt {
	background-color: #002d5f;
	background-position: center 37px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	border-radius: 6px;
	color: #fff;
	display: block;
	height: 90px;
	padding: 7px;
	text-align: center;
	text-decoration: none;
}
.icons-mobile .mobile-bt:hover {
	background-color: #ff0613;
}

.mobile-bt.anrufen {
	background-image: url("../img/icons_mobile/anrufen_w.png");
}
.mobile-bt.anfahrt {
	background-image: url("../img/icons_mobile/anfahrt_w.png");
	background-size: 30px auto;
}
.mobile-bt.kontakt {
	background-image: url("../img/icons_mobile/kontakt_w.png");
	background-size: 50px auto;
}
.mobile-bt.bereiche {
	background-image: url("../img/icons_mobile/bereiche_w.png");

}
.mobile-bt.geburt {
	background-image: url("../img/icons_mobile/geburt_w.png");
	background-size: 26px auto;
}
.mobile-bt.galerie {
	background-image: url("../img/icons_mobile/galerie_w.png");
	background-size: 36px auto;
}
.mobile-bt.suche {
	background-image: url("../img/icons_mobile/suche_w.png");
}
.mobile-bt.termine {
	background-image: url("../img/icons_mobile/termine_w.png");
}
.mobile-bt.karriere {
	background-image: url("../img/icons_mobile/karriere_w.png");
	background-size: 50px auto;
}


@media only screen 
	and (min-device-width : 375px) 
	and (max-device-width : 667px) 
	and (orientation : landscape) { 
		.home-header.hide-for-small-only {
			display: none !important;
		}
		.icons-mobile.show-for-small-only {
			display: block !important;
		}
	}

/* / icons-mobile */



/* Conent Search */
.conent-search {
	background-color: #f3f5f7 ;
	padding: 30px 0 30px 0;
	text-align: center;
}
.content-search-field {
	width: 80%;
	margin: 30px auto;
	max-width: 500px;
}

#content-search h1 {
	margin-bottom: 18px;
}

.content-search-field .postfix.button {
	background-color: #8f9baf;
	background-image:  url("../img/icons/suche_w.png");
	background-repeat:  no-repeat;
	background-position:  center center;
	background-size:  20px auto;
	border-radius: 0;
	color: #fff;
	font-size: 0;
	height: 35px;
	line-height: 29px;
	/*margin: 0 0 0 -4px;*/
	margin: 0 0 0 0px;
	padding: 0;
	width: 45px;
}
.content-search-field .postfix.button:hover {
	background-color: #002d5f;
}	

.arrow-down {
	background-color: transparent;
	background-image:  url("../img/icons/Kategorie-Pfeil_unten_rot.png");
	background-repeat:  no-repeat;
	background-position:  center center;
	background-size:  auto 16px;
	display: block;
	border-radius: 0;
	color: #fff;
	font-size: 0;
	height: 16px;
	line-height: 29px;
	margin: 0 auto;
	padding: 0;
	width: 45px;
} 



.arrow-down:hover {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-5px);
	}
}
@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}


[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(0,45,95,0.36);
	-webkit-box-shadow: 0 0 5px rgba(0,45,95,0.36);
	-moz-box-shadow: 0 0 5px rgba(0,45,95,0.36);
}

.ui-state-focus {
	background: none !important;
	background-color: pink !important;
}

.ui-menu-item-wrapper {
	color: #8f9baf !important;
	border: 1px transparent solid  !important;
	border-top: 1px #8f9baf solid  !important;
	margin-left: -1px !important;
}
.ui-widget.ui-widget-content {
	border: 1px #8f9baf solid  !important;
	border-top: 1px #8f9baf solid  !important;
	margin-top: -2px !important;
	z-index: 99999;
}
.ui-menu li:first-child {
	margin-top: -1px !important;
}

.ui-menu-item-wrapper:hover, .ui-menu-item-wrapper:focus, .ui-menu-item-wrapper:active {
	background-color: #8f9baf !important;
	border: 1px transparent solid  !important;
	border-top: 1px #8f9baf solid  !important;
	color: #fff !important;
	padding: 3px 1em 3px 0.4em !important;
	margin-left: -1px !important;
}

.ui-state-active {
	background-color: #8f9baf !important;
	border: 1px transparent solid  !important;
	border-top: 1px #8f9baf solid  !important;
	color: #fff !important;
	padding: 3px 1em 3px 0.4em !important;
	margin: 0px !important;
	margin-left: -1px !important;
}




/* / Conent Search */



/* Bolg/News masonary */

.news-blog {
	padding: 40px 0 40px 0;
}
/*
.grid-sizer,
.grid-item { width: 30%; margin-bottom: 40px; }

.gutter-sizer { width: 4%; }*/



.grid {
	max-width: 64em;
	list-style: none;
	margin: 0px auto;
	padding: 0;
	width: 100%;
}

.grid li {
	display: block;
	float: left;
	padding: 0 0.9375rem;
	width: 33%;
	opacity: 0;
	margin-bottom: 40px;

}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}




@media screen and (max-width: 1024px) {
	.grid-sizer,
	.grid-item  { width: 48%;}
	.gutter-sizer { width: 4%; }

	.grid li {width: 50%;}
}

@media screen and (max-width: 639px) {
	.grid-sizer,
	.grid-item { width: 100%;}
	.gutter-sizer { width: 0%; }

	.grid li {width: 100%;}
}

.vacancies {
	background-color: #002d5f;
	color: #fff;
}

.events {
	background-color: #8f9baf;
	color: #fff;
}

.news {
	background-color: #f3f5f7;
}

.baby-gallery {
	position: relative;
}
.baby-gallery h2{
	color: #1b9ad7;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	margin-left: 0 auto 15px auto!important;
	padding-left: 25px;
	margin-bottom: 30px;
	font-size: 32px;
}
.baby-gallery h2:before {
	background-image: url("../img/icons/Babygalerie.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	content: "";
	display: inline-block;
	/*float: left;*/
	position: relative;
	height: 50px;
	margin-left: -56px;
	top: 14px;
	width: 50px;
	margin-right: 8px;
}
.baby-gallery:hover h2{
	color: #ff0613;
}
.baby-gallery:hover h2:before {	
	background-image: url("../img/icons/Babygalerie_MouseO.png");
}	


.vacancies *, .events * {
	color: #fff;
}	

.grid li > div  {
	padding: 0px;
}

.grid li > div{
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1); 
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1); 
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);  

}
.grid li > div:hover {
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.5);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.5);   
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.5);
	transition: all 200ms ease-in;
	transform: scale(1.1);
	z-index: 2;
}


/* Effect 3: Scale up */
.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}


.grid li > div p, .grid li > div h2, .grid li > div h3,  .grid li > div h4, .grid li > div a {
	margin-left: 15px;
	margin-right: 15px; 
}

.grid li > div h4 {
	font-weight: bold;
}

.grid li > div a {
	padding-bottom: 30px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.grid li > div.news a:after {
	background-image: url("../img/icons/Link-Pfeil_all.png");
	background-position: left -10px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	content: "";
	display: inline-block;
	float: right;
	height: 10px;
	margin-left: 8px;
	margin-top: 5px;
	top: 6px;
	width: 20px;
}
.grid li > div.vacancies a:after, .grid li > div.events a:after {
	background-image: url("../img/icons/Link-Pfeil_all.png");
	background-position: left -0px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	content: "";
	display: inline-block;
	float: right;
	height: 10px;
	margin-left: 8px;
	margin-top: 5px;
	top: 6px;
	width: 20px;
}
.grid li > div a:hover:after {
	background-position: left -20px;
}

.grid li > div h2 { 
	font-weight: 300;
}	

.grid li > div h3 {
	padding-top: 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
.grid li > div.baby-gallery a {
	padding: 0;
	margin: 0;
}
.grid li > div.news h3 {
	color: #8f9baf;
}	

.hospital-news-left h3 {
	color: #8f9baf;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.load-more {
	display: block;
	height: 70px;
	margin: 0 auto;
	width: 70px;
	background-image: url("../img/icons/Plus_button_all.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 70px auto;
	text-indent: -99999px;
	cursor: pointer;
}
.load-more:hover {
	background-position: left bottom;
}

.grid li > div.news .grid-img-link {
	margin: 0;
	padding: 0;
	float: left;
}
.grid li > div.news .grid-img-link:after {
	background: none;
}	

@media screen and (max-width: 639px) {
	.grid li > div:hover {
		-webkit-transition: all 200ms ease-in;
		-webkit-transform: scale(1);
		-ms-transition: all 200ms ease-in;
		-ms-transform: scale(1);   
		-moz-transition: all 200ms ease-in;
		-moz-transform: scale(1);
		transition: all 200ms ease-in;
		transform: scale(1);
		z-index: 2;
	}
}	

/* / Bolg/News masonary */



/* Bradcrump */
.breadcrumb {
	padding: 40px 0 40px 0;
}
.breadcrumbs {
	margin: 0;
}
/*
.breadcrumbs:empty > .breadcrumb {
padding: 0;
}*/

.breadcrumbs li {
	font-size: 14px !important;
	line-height: 1.375rem;
	color: #002d5f;
	text-transform: none;
}
.breadcrumbs li a{
	text-decoration: none;
	font-size: 14px;
	color: #002d5f;
	font-weight: 500;
}	
.breadcrumbs li a:hover {
	text-decoration: none;
	color: #ff0613;

}

.breadcrumbs li:last-child a {
	color: #ff0613;
}

.breadcrumbs li:not(:last-child)::after {
	color: #002d5f;
	content: "|";
	margin: 0 0.75rem;
	opacity: 1;
	position: relative;
	top: 1px;
	font-size: 12px;
	line-height: 16px;

}

.breadcrumbs li ul {
	display: none;
}

.breadcrumb + .hospital-news-select {
	/*margin-top: 40px;*/
}

@media screen and (max-width: 640px) {
	.breadcrumb {
		padding: 0 0 40px 0;
	}	
}	

/* / Bradcrump */



/* Standard Text/ Bild */
.text {
	padding: 0px 0 40px 0;
}

.text img{
	max-width: 70%;
	margin-bottom: 20px;
}

.text h6 img{
	max-width: 70%;
	margin-bottom: 8px;
}

.text img.no-maxwidth {
	max-width: 100%;
}	

.text h3 {
	color: #8f9baf;
	margin-bottom: 40px;
}

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

}	
/* / Standard Text/ Bild */


/* Presse */
.text.press h1 {
		font-size: 1.625rem;
    font-weight: 300;
    line-height: 2rem;
}
.text.press h2 {
	font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
	margin-bottom: 0;
    margin-top: 20px;
}
.event-list.press h3{
	margin-bottom: 0;
    margin-top: 20px;
}
.event-list.press h2{

}
.event-list.press .event-list-entry-header > h2 {
	margin-top: 20px;
}
.event-list.press .event-list-entry-header > h3 + h2 {
	margin-top: 0px;
}

/* / Presse */

/* Event */
.event-list.event h2{

}
.event-list.event h4{
	color: #8f9baf;
	font-weight: 500;
}
.text.event h1{
	font-size: 1.625rem;
    font-weight: 300;
    line-height: 2rem;
	margin-bottom:20px;
}	
.text.event h2 {
	font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
	
}
.text.event h4{
	color: #8f9baf;
	font-weight: 500;
}	
.text.event h1 + h2{
	margin-bottom:20px;
	margin-top: -14px;
}	

/* / Event */

/* 3er-Bild */
.img-3-col {
	padding: 0px 0 40px 0;
}
.img-3-col img {
	margin-bottom: 20px;
}
/* / 3er-Bild */


/* Aktuelles aus dem Klinikum Select */
.all-news {
	float: right;
	display: inline-block;
	text-decoration: none;
}
.back {
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
}



.all-news:after, .back:after{
	background-image: url("../img/icons/Link-Pfeil_all.png");
	background-position: left -8px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	content: "";
	display: inline-block;
	float: right;
	height: 8px;
	margin-left: 8px;
	margin-top: 6px;
	top: 6px;
	width: 16px;
}    
.all-news:hover:after, .back:hover:after{
	background-position: left -16px;
}

.hospital-news-select + .hospital-news {
	margin-top: 20px;
}

@media screen and (max-width: 1024px) {
	.hospital-news-select .medium-12{
		margin: 0px 0 20px 0;
	}
}

/* / Aktuelles aus dem Klinikum Select */

/* backlink */
.backlink {
	padding:0px 0 40px 0;;
}	
/* backlink */


/* Aktuelles aus dem Klinikum */
.hospital-news {
	background-color: #f3f5f7;

}
.hospital-news-big {
	display: flex;

}	
.hospital-news-big > div {
	display: flex;
}	

.hospital-news-left {
	align-self: flex-end;
	padding-bottom: 40px;
}

.hospital-news-right {

}
.hospital-news-left a {
	display: inline-block;
	text-decoration: none;
}
.hospital-news-left a:after{
	background-image: url("../img/icons/Link-Pfeil_all.png");
	background-position: left -8px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	content: "";
	display: inline-block;
	float: right;
	height: 8px;
	margin-left: 8px;
	margin-top: 5px;
	top: 6px;
	width: 16px;
}    
.hospital-news-left a:hover:after{
	background-position: left -16px;
}	

.hospital-news-left {
	margin-top: 15px;
}




@media only screen and (max-width: 640px) {
	.hospital-news-big {
		display: block;
	}	
	.hospital-news-big > div {
		display: block;
	}	
}	
/* Aktuelles aus dem Klinikum */



/* accordion */
.accordion-wr {
	padding: 0px 0 40px 0;
}
.accordion-item:first-child > *:first-child {
	border-radius: 0px 0px 0 0;
}
:last-child:not(.is-active) > .accordion-title {
	border-bottom: 1px solid #000;
	border-radius: 0 0 0px 0px;
}
:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #000;
	border-radius: 0;
}

.accordion-title {
	color: #002d5f;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	min-height: 45px;
	vertical-align: middle;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000 ;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0px 0;
	padding: 12px 2em 10px 0;
}	
.accordion-content {
	color: #002d5f;

	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: #000 #000 -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 0px 0px 0;
	padding: 1em 0;
}	

.accordion-title::before {
	content: " ";
	background-image: url("../img/icons/Accordion-Plus_blau.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -0.5rem;
	position: absolute;
	right: 1rem;
	top: 54%;
}
.accordion-title:hover:before {
	background-image: url("../img/icons/Accordion-Plus_rot.png");
}	

.accordion-title:focus {
	color: #002d5f;
}	

.is-active > .accordion-title::before {
	content: " ";
	background-image: url("../img/icons/Accordion-Minus_blau.png");
}
.is-active > .accordion-title:hover:before {
	content: " ";
	background-image: url("../img/icons/Accordion-Minus_rot.png");
}
.is-active > .accordion-title {
	color: #ff0613;
}

.accordion-title:hover, .accordion-title:focus {
	background-color: #fff;
}

.accordion-content h4 {
	margin-bottom: 0;
	font-weight: 500;
}
/* / accordion */



/* Author */
.author {
	padding: 40px 0;
	background-color: #f3f5f7;
}

.author h3{
	color:  #8f9baf;
	margin-top: 10px;
}	

.author .author-link-all, .link {
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
}	
.author .author-link-all:after, .link:after {
	background-image: url("../img/icons/Link-Pfeil_all.png");
	background-position: left -8px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	content: "";
	display: inline-block;
	float: right;
	height: 8px;
	margin-left: 8px;
	margin-top: 5px;
	top: 6px;
	width: 16px;
}    
.author .author-link-all:hover:after, .link:hover:after {
	background-position: left -16px;
}	

.author .button {
	float: right;
	background-color: #002d5f;
	color: #fff;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: -62px;
}
.author .button:hover {
	background-color: #8f9baf;
}	

.author-right h3 {
	color: #002d5f;
	margin-top: 5px;
	margin-bottom: 15px;
}
.author-right h4 {
	margin-bottom: 8px;
}
.author-right h3, .author-right h4 {
	font-weight:500;
}
@media only screen and (max-width: 640px) {
	.author .button {
		margin-top: -0px;
	}

	.author-left {
		margin-bottom: 20px;
	}
}	
/* / Author */


/* department */
.department {
	padding:0 0 40px 0;
}

.department-right .logos {
	float: right;
}

.department-right .logos img{
	max-height: 100px;
	width: auto;
}


.department-left {

}

@media only screen and (max-width: 640px) {
	.department-left img {
		margin-bottom: 20px;
	}
}
/* / department */


/* department-content-boxes */
.department-content-boxes {
	margin-top: 30px;
}

.department-content-boxes:empty {
	margin-top: 0px;
}

.department-content-boxes img{
	width: 100%;
}	

.small-toggle {
	margin-bottom: 30px;
}
.small-toggle.contact {
	margin-bottom: 31px;
}

.department-content-boxes > div > div{
	background-color: #f3f5f7;
}
.department-content-boxes > div h2 {
	border-bottom: 1px solid #8f9baf;
	padding: 15px 20px;
	margin-bottom: 0px;
}

.department-content-boxes > div h2 img {
	float: right;
	margin-left: 9px;
	margin-top: -4px;
	max-height: 42px;
	width: auto;
}

.department-content-boxes > div p, .department-content-boxes > div ul {
	padding: 0 20px ;
}
.department-content-boxes > div p.reduced-bottom-padding {
	margin-bottom:3px;
}
.department-content-boxes > div p + ul, #content div p + ul {
	margin-top: -10px;
}
.department-content-boxes > div p.reduced-bottom-padding + ul, #content div p.reduced-bottom-padding + ul{
    margin-top: inherit;
}

.small-toggle-hide {
	padding-top: 20px;
	display: block;

	display: table;

}

.small-toggle-hide.open {
	display: table;

	/*
	visibility: visible;
	margin-top: 0;
	transition: margin-top 0.4s ease-in-out;*/
}

.small-toggle-img {
	display: table-cell;
	vertical-align: bottom;
}

.small-toggle-top  {
	display: table-row;
	vertical-align: top;
}

}
.department-content-boxes > div.contact h2 {
	border-bottom: 1px solid #fff;
}

.department-content-boxes > div.contact > div{
	background-color: #002d5f;
}

.department-content-boxes > div.contact > div *{
	color: #fff;
}

.department-content-boxes > div.contact > div .link:after {
	background-position: left -0px;

}  
.department-content-boxes > div.contact > div .link:hover, .department-content-boxes > div.contact a:hover {
	color: #ff0613;
}
.department-content-boxes > div.contact > div .link:hover:after {
	background-position: left -16px;

}   

.department-content-boxes .small-toggle-content .small-toggle-links {
	align-self: flex-end;
	bottom: 20px;
	width: 100%;
	padding-bottom: 20px;
	display: table-cell;
	vertical-align: bottom;
}
.department-content-boxes .small-toggle-content .small-toggle-links .link {
	padding:  0 20px;
	display: table;
}	
.department-content-boxes .small-toggle-content {

	position: relative;
	padding:  0 0 0px 0 ;
}	

@media only screen and (max-width: 730px) {
	.small-toggle-content h2 {
		font-size: 22px;
	}
}

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

	.small-toggle, .small-toggle.contact {
		margin-bottom: 15px;
	}

	.department-content-boxes {
		margin-top: 0;
	}

	.department-content-boxes > div h2 img {
		display: none;
	}

	.small-toggle-content h2 {
		font-size: 22px;
	}

	.small-toggle-hide {
		display: none;
		/*margin-top: -100%;

		transition: margin-top 0.4s ease-in-out;*/
	}
	.small-toggle-content {
		height: auto !important;
	}	
	.department-content-boxes .small-toggle-content .small-toggle-links {
		position: relative;
	}
	.small-toggle-content h2{
		cursor: pointer;
		padding-right: 40px !important;
	}
	.small-toggle-content h2:after{

		content: " ";
		background-image: url("../img/icons/Kategorie-Pfeil_unten_blau.png");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 20px auto;
		display: block;
		width: 20px;
		height: 20px;
		/*margin-top: 12px;*/
		right: 10px;
		position: absolute;
		float: right;
		top: 22px;
	}	
	.contact .small-toggle-content h2:after{
		background-image: url("../img/icons/Kategorie-Pfeil_unten_w.png");
	}	

	.small-toggle-content.open h2:after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.department-content-boxes > div h2 {
		border-bottom: 0px solid #8f9baf;
	}
	.department-content-boxes .small-toggle-content.open h2 {
		border-bottom: 1px solid #8f9baf;
	}

	.small-toggle-content.open .small-toggle-hide {
		display:block !important;
	}
}	

@media only screen and (min-width: 1025px) {
	.small-toggle-hide {
		min-height: 482px;
	}
}	

/* / department-content-boxes */




/* department-content-footer */
.department-content-footer {
	padding: 40px 0 40px 0;
	background-color: #f3f5f7;
}

.department-content-footer.col-3 h3 {
	font-size: 16px;
	font-weight: 500;
}

.department-content-footer.col-3 .news {
	padding: 16px;
	background-color: #fff;
}
.department-content-footer.col-3 .news h3, .department-content-footer.col-3 .events h3{
	color: #8f9baf
}

.department-content-footer.col-3 .events {
	padding: 16px;
	background-color: #fff;
	color: #002d5f;
}
.department-content-footer.col-3 .events *{
	color: #002d5f;
}
.department-content-footer.col-3 .events a:hover{
	color: #ff0613;
}

.department-content-footer.col-3 .vacancies {
	padding: 16px;
}

.department-content-footer.col-3 > div > div > div {
	margin-bottom: 20px;
}

.department-content-footer .vacancies .link:after {
	background-position: left -0px;

}  
.department-content-footer .vacancies .link:hover:after {
	background-position: left -16px;

}   

.department-content-footer.person h2 {
	margin-bottom: 1.5rem;
}

/* / department-content-footer */



/* team-grid */
.team-grid {
	padding: 0px 0 40px 0;
}

.team-grid .column {
	margin-bottom: 30px;
}	

.team-grid .column > div{
	background-color: #c7cdd7;

}	

.team-grid h4 {
	margin-top: 0px;
	margin-bottom: 2px;
	padding:16px 16px 0 16px;
	line-height: 16px;
	font-weight: 500;
}

.team-grid p {
	display: inline-block;
	padding: 0 16px;
	margin-bottom: 16px;
	line-height: 22px;
}	

.no-team-img {
	background-image: url("../img/Logo_Element_Startseite_375x375_weiss.png");
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: center center;
}

.team-grid .column > div a {

	display: inline-block;
	height: 100%;
	width: 100%;

	text-decoration: none;
}

.no-team-img  {
	position: relative;
	bottom: 0;
	min-height: 300px;
}

.no-team-img .team-info {
	position: absolute;
	bottom: 0;
}

@media only screen and (max-width: 640px) {
	.no-team-img {
		background-size:  auto 90%;
	}	
}


/* / team-grid */



/* person */

.person {
	padding: 0px 0 40px; 0;
}

.person > div {
	display: flex;
}
.person-right {
	align-self: flex-end;
	padding-bottom: 0px;
	margin-top: 20px;
}

.person-right p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
	.person > div {
		display: block;
	}	
	.person-right {
		display: block;
	}	
}	
/* / person */



/* department-content-footer col-3 person */
.department-content-footer.person > div {
	display: block;
}

.department-content-footer.person .column > div {
	background-color: #c7cdd7;
}	

.department-content-footer.person .column > div .team-info {
	padding: 20px 16px 10px 16px;

}	
.department-content-footer.person .column > div h4 {
	margin: 0;
	line-height: 18px;
	font-weight: 500;
	margin-bottom:10px;
}
.department-content-footer.person .column > div p {
	line-height: 21px;
}

.department-content-footer.person .column > div a {

}

.department-content-footer.person .column > div a {
	text-decoration: underline;
}	

@media only screen and (max-width: 1024px) {
	.department-content-footer.col-3 > div > div > div {
		/*height: auto !important;*/
	} 
}	

@media only screen and (max-width: 640px) {
	.small-toggle-hide {
		height: auto !important
	}

	.department-content-boxes .small-toggle-content .small-toggle-links .link {
		background-color: #002d5f;
		text-align: center;
		padding: 10px;
		width: 100%; 
		color: #fff;
		margin-bottom: 6px;
		font-size: 18px;
	}

	.department-content-boxes .contact .small-toggle-content .small-toggle-links .link {
		background-color: #fff;
		text-align: center;
		padding: 10px;
		width: 100%; 
		color: #002d5f;
	}
	.department-content-boxes .small-toggle-content .small-toggle-links .link:hover {
		color: #ff0613;
	}

	.department-content-boxes .small-toggle-content .small-toggle-links {
		display: block;
		padding: 18px;
	}	

	.department-content-boxes .small-toggle-content .small-toggle-links .link:hover::after {
		background-image: none;
	}
}		

/* department-content-footer col-3 person */


/* event list */
.event-list {
	padding: 0px 0 40px 0;
}

.bt-patienten {
	float: left;
	margin-right: 30px;
	position: relative;
	color: #8f9baf;
	text-decoration: none;
	line-height: 50px;
	margin-bottom: 10px;
}
.bt-patienten:before {
	background-image: url("../img/icons/patienten_all.png");
	background-repeat: no-repeat;
	background-size:  100% auto;
	background-position: center top;
	content: '';
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 16px;
}
.bt-patienten:hover:before, .bt-patienten.active:before {	
	background-position: center bottom;
}


.bt-fachkreise {
	float: left;
	margin-right: 30px;
	position: relative;
	color: #8f9baf;
	text-decoration: none;
	line-height: 50px;
	margin-bottom: 10px;
}
.bt-fachkreise:before {
	background-image: url("../img/icons/fachkreise_all.png");
	background-repeat: no-repeat;
	background-size:  100% auto;
	background-position: center top;
	content: '';
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 16px;
}
.bt-fachkreise:hover:before, .bt-fachkreise.active:before {	
	background-position: center bottom;
}

.bt-eltern {
	float: left;
	margin-right: 30px;
	position: relative;
	color: #8f9baf;
	text-decoration: none;
	line-height: 50px;
	margin-bottom: 10px;
}
.bt-eltern:before {
	background-image: url("../img/icons/eltern_all.png");
	background-repeat: no-repeat;
	background-size:  100% auto;
	background-position: center top;
	content: '';
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 16px;
}
.bt-eltern:hover:before, .bt-eltern.active:before {	
	background-position: center bottom;
}

.bt-alle {
	float: left;
	margin-right: 30px;
	position: relative;
	color: #8f9baf;
	text-decoration: none;
	line-height: 50px;
	margin-bottom: 10px;
}
.bt-alle:before {
	background-image: url("../img/icons/alle_all.png");
	background-repeat: no-repeat;
	background-size:  100% auto;
	background-position: center top;
	content: '';
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 16px;
}
.bt-alle:hover:before, .bt-alle.active:before {	
	background-position: center bottom;
}


.bt-alle.active, .bt-patienten.active, .bt-eltern.active, .bt-fachkreise.active, .bt-aerztlicher-dienst.active, .bt-pflege.active, .bt-verwaltung.active, .bt-sonstiges.active {
	color: #ff0613;
}



.event-list-header h2 {
	
}


.event-list-header hr {
	margin-bottom: 30px;

	color: #8f9baf;
}

.event-list-header .large-12 {
	margin-bottom: 15px;
}

div.bt-patienten, div.bt-eltern, div.bt-fachkreise {
	float: none;
	line-height: 30px;
	vertical-align: bottom;
}
div.bt-patienten:before, div.bt-eltern:before, div.bt-fachkreise:before {
	height: 30px;
	width: 30px;
}
div.bt-patienten:hover:before {	
	background-image: url("../img/icons/patienten_all.png");
	background-position: center top;

}
div.bt-eltern:hover:before {	
	background-image: url("../img/icons/eltern_all.png");
	background-position: center top;
}
div.bt-fachkreise:hover:before {	
	background-image: url("../img/icons/fachkreise_all.png");
	background-position: center top;
}


.event-list-entry-header, .event-list-entry-content{
	margin-bottom: 16px;
}
.event-list-entry-content.job > p {
    line-height: 24px;
    margin-bottom: 0;
}

.event-list-entry p, .event-list-entry h2{
	margin-bottom: 6px;

}
.event-list-entry:after {
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #8f9baf;
	width: 100%;
	height: 1px;
	content: '';
	display: block;
	float: left;
}
.event-list-entry:last-child:after, .event-list-entry.last:after {
	height: 0px;		
}

.event-list.event .event-list-entry-content p, .event-list.event .event-list-entry-content p b {
	font-size: 1.125rem;
    font-weight: 400;
	
}
.event-list.event .event-list-entry-content p {
margin-bottom: 14px;
line-height: 1.5rem;
	margin-top: -10px;
}

.pagination a, .pagination button {
	border-radius:0;
	padding: 0.4rem 0;
	text-align: center;
	width: 35px;
	height: 35px;
}

.pagination .current {
	background: #fff none repeat scroll 0 0;
	color: #000;
	cursor: default;
	border:1px solid #000;
	text-align: center;
}

.pagination li.current-page a, .pagination li.current-page a:hover {
	background-color: #fff;
	color: #000;
	cursor: default;
	border:1px solid #000;
}

.pagination li {
	padding: 7px 0 5px !important;
	display: inline-block;
	border-radius:0;
	font-size: 0.875rem;
	margin-right: 0.0625rem;
	margin-bottom: 0.5rem;
	font-size: 14px !important;
	width: 37px !important;
	height: 37px !important;
}
.pagination li a { 
	border: 1px solid #8f9baf;
	text-decoration: none;
	color: #8f9baf;
}
.pagination li.current a, .pagination li.current {
	color: #000;
	font-weight: 400;
	/*	width: 35px;
	font-size: 14px !important; */
}

.pagination a:hover, .pagination button:hover {
	background-color: #002d5f;
	color: #fff;
}

.pagination .disabled {
	color: #cacaca;
	cursor: default;
	/*	padding: 0.400rem 0.900rem;
	width: 35px;
	height: 37px; */
}	
.pagination .ellipsis {
	/*
	width: 37px;
	height: 37px;
	font-size: 14px !important;
	*/
}

.pagination .not-active {
	cursor: default;
	opacity: 0.5;
}
.pagination .not-active a {
	cursor: default;
}
.pagination .not-active a:hover {
	background-color: #8f9baf;
}

.pagination .ellipsis::after {
	color: #0a0a0a;
	content: "…";
	padding: 0.400rem 0.900rem;
	display: inline-block;
	height: 35px;
}


.pagination-previous a::before, .pagination-previous.disabled::before, .pagination-next a::after, .pagination-next.disabled::after {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	background-color: #8f9baf;
}

.pagination-previous a, .pagination-next a {
	background-color: #8f9baf;
	width: 35px;
}

.pagination-previous a {
	background-image: url('../img/icons/Deeplink-Pfeil_w.png');
	background-position: center center;
	background-size:  auto 20px;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pagination-next a {
	background-image: url('../img/icons/Deeplink-Pfeil_w.png');
	background-position: center center;
	background-size:  auto 20px;
	background-repeat: no-repeat;
}
.pagination-previous a:hover, .pagination-next a:hover {
	background-color: #002d5f;
	background-image: url('../img/icons/Deeplink-Pfeil_w.png');
	background-position: center center;
	background-size:  auto 20px;
	background-repeat: no-repeat;
}
.pagination-previous a:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


/* / event list */


/* job list */
.bt-pflege {
	float: left;
	margin-right: 30px;
	position: relative;
	color: #8f9baf;
	text-decoration: none;
	line-height: 50px;
	margin-bottom: 10px;
}
.bt-pflege:before {
	background-image: url("../img/icons/pflege_all.png");
	background-repeat: no-repeat;
	background-size:  100% auto;
	background-position: center top;
	content: '';
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 16px;
}
.bt-pflege:hover:before, .bt-pflege.active:before {	
	background-position: center bottom;
}

.bt-aerztlicher-dienst {
	color: #8f9baf;
	float: left;
	line-height: 18px;
	margin-bottom: 10px;
	margin-right: 30px;
	padding-top: 8px;
	position: relative;
	text-decoration: none;
	width: 138px;
}
.bt-aerztlicher-dienst:before {
	background-image: url("../img/icons/aerztlicher-dienst_all.png");
	background-repeat: no-repeat;
	background-size:  100% auto;
	background-position: center top;
	content: '';
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 16px;
	margin-top: -8px;
}
.bt-aerztlicher-dienst:hover:before, .bt-aerztlicher-dienst.active:before {	
	background-position: center bottom;
}

.bt-verwaltung {
	float: left;
	margin-right: 30px;
	position: relative;
	color: #8f9baf;
	text-decoration: none;
	line-height: 50px;
	margin-bottom: 10px;	
}
.bt-verwaltung:before {

	background-image: url("../img/icons/verwaltung_all.png");
	background-repeat: no-repeat;
	background-size:  100% auto;
	background-position: center top;
	content: '';
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 16px;
}
.bt-verwaltung:hover:before, .bt-verwaltung.active:before {	
	background-position: center bottom;
}


.bt-sonstiges {
	float: left;
	margin-right: 30px;
	position: relative;
	color: #8f9baf;
	text-decoration: none;
	line-height: 50px;
	margin-bottom: 10px;
}
.bt-sonstiges:before {
	background-image: url("../img/icons/sonstiges_all.png");
	background-repeat: no-repeat;
	background-size:  100% auto;
	background-position: center top;
	content: '';
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 16px;
}
.bt-sonstiges:hover:before, .bt-sonstiges.active:before {	
	background-position: center bottom;
}


div.bt-sonstiges, div.bt-verwaltung, div.bt-aerztlicher-dienst, div.bt-pflege {
	float: none;
	line-height: 30px;
	vertical-align: bottom;
	width: auto;
}
div.bt-sonstiges:before, div.bt-verwaltung:before, div.bt-aerztlicher-dienst:before, div.bt-pflege:before {
	height: 30px;
	width: 30px;
}
div.bt-aerztlicher-dienst {
	padding: 0;
}
div.bt-aerztlicher-dienst::before {
	margin-top: 0;
}
div.bt-sonstiges:hover:before {	
	background-image: url("../img/icons/sonstiges_grau.png");
}
div.bt-verwaltung:hover:before {	
	background-image: url("../img/icons/verwaltung_grau.png");
}
div.bt-aerztlicher-dienst:hover:before {	
	background-image: url("../img/icons/aerztlicher-dienst_grau.png");
}
div.bt-pflege:hover:before {	
	background-image: url("../img/icons/pflege_grau.png");
}



.jobs .all-news {
	clear: both;
	display: inline-block;
	text-align: right;
}


.jobs .postfix.button {
	background-color: #8f9baf;
	background-image: url("../img/icons/suche_w.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-radius: 0;
	color: #fff;
	font-size: 0;
	height: 35px;
	line-height: 29px;
	margin: 0 0 0 -4px;
	padding: 0;
	width: 45px;
}
.jobs .postfix.button:hover {
	background-color: #002d5f;
}

.jobs h4 {
	color: #8f9baf;
	display: inline-block;
	font-weight: 500;
	margin-top: 6px;
}

.event-list.jobs h4{
	
}



@media only screen and (max-width: 640px) {
	.bt-alle:before,  .bt-pflege:before,  .bt-verwaltung:before,  .bt-sonstiges:before,  .bt-aerztlicher-dienst:before, .bt-eltern:before, .bt-fachkreise:before, .bt-patienten:before {
		height: 30px;
		width: 30px;
		position: absolute;
		margin-left: -40px;
	}
	.bt-verwaltung,  .bt-sonstiges, .bt-pflege, .bt-alle, .bt-eltern, .bt-fachkreise, .bt-patienten {
		line-height: 32px;
		margin-right: 20px;
		width: 40%;
		padding-left: 40px;
	}
	.bt-aerztlicher-dienst {

		line-height: 18px;
		margin-right: 20px;
		width: 40%;
		padding-left: 40px;
	}
	div.bt-aerztlicher-dienst {
		padding-left: 40px;
	}

	.bt-aerztlicher-dienst:before {
		margin-top: 0px;
		top: 0;
		margin-left: -40px;
	}
}	
/* / job list */


/* job-description */
.job-description {
	padding: 0px 0 40px 0;
}

.job-description .back, .job-description .link{
	margin-top: 20px;
}

.job-description h1 {
	margin-bottom: 6px;
	font-size: 1.625rem;
    font-weight: 300;
    line-height: 2rem;
}
.job-description h3 {
	
}	

.job-description h4 {
color: #8f9baf;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 26px;
}

.job-description .row > div:first-child p {
	margin-top: 20px;
	}

/* / job-description */



/* formular */
.formular {
	padding: 0px 0 40px 0;
}


[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
	border-radius: 0; 

}


::-webkit-input-placeholder {
	color: #8f9baf !important;
	opacity: 0.65 !important;
}

:-moz-placeholder { /* Firefox 18- */
	color: #8f9baf !important;
	opacity: 0.80 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #8f9baf !important;
	opacity: 0.80 !important;
}

:-ms-input-placeholder {  
	color: #8f9baf !important;
	opacity: 0.80 !important;
}

label {
	color: #8f9baf;
	display: inline-block;
	margin-right: 16px;
}  

.button.large {
	padding: 0.45em 1em;
} 

/* Download-Link (z.B. bei Pressemeldungen) */
a.downloadlink {
	padding-left:32px;
	background-image: url("../img/icons/ico_download_n.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size:auto 28px;
	min-height:30px;
	line-height:30px;
	display:inline-block;
	vertical-align:middle;
}
a.downloadlink:hover {
	background-image: url("../img/icons/ico_download_h.png");
}

/* Datei-Upload */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	background-color: #fff;
	border: 1px solid #8f9baf;
	color: #8f9baf;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	height: 35px;
	line-height: 1em;
	padding: 0.65em 1em;
	width: 245px;

}
.inputfile + label:hover {
	color: #ff0613;
}	

.inputfile + label:after {
	background-image: url("../img/icons/Download-Icon_grau.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 94%;
	content: "";
	display: inline-block;
	float: right;
	height: 28px;
	margin-right: -10px;
	margin-top: -8px;
	width: 28px;
}	
.inputfile + label:hover:after {
	background-image: url("../img/icons/Download-Icon_rot.png");
}	

.inputfile:focus + label,
.inputfile + label:hover {

}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.required {
	float: right;
}

label[for] + .input_small {
	max-width: 200px;
	float: left;
}

[type="checkbox"] + label[for], [type="radio"] + label[for] {
	float: left;
	margin-bottom: 10px;
}
input[type="checkbox"], input[type="radio"] {
	float: left;
	margin-top: 13px;
} 
label {
	float: left; 
	margin-top: 8px;
}      
[type="checkbox"], [type="radio"] {
	margin: 5px 0 0rem;
}

[for="file"] {
	margin-bottom: 10px;
}	

/* / formular */



/* contact-journey */
.contact-journey {
	padding: 0px 0 40px 0;
}

.contact-journey .row {
	margin-bottom: 0px;
}
.contact-journey .row:last-child {
	margin-bottom: 0px;
}

@media only screen and (max-width: 640px) {
	.contact-journey .columns:first-child {
		margin-bottom: 20px;
	}
}


/* / contact-journey */


/* deeplinks */
.deeplinks {
	padding: 0px 0 40px 0;
	/*background-color: #f3f5f7;*/
}
.deeplinks.bluebackground {
	background-color: #f3f5f7;
}

.deeplinks h3{
	margin-bottom: 30px;
}	

.deeplinks ul {
	margin-left: 0;
	margin-bottom: 0px;
}

.deeplinks li {
	position: relative;
	margin-bottom: 2px;
	list-style: none;

}
.deeplinks li a  {
	border-bottom: 1px solid #002d5f;
	color: #002d5f;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3rem;
	padding: 10px 40px 10px 0;
	text-decoration: none;

}
.deeplinks li:first-child a {
	border-top: 1px solid #002d5f;
}	

.deeplinks li a:after {
	background-image: url("../img/icons/Deeplink-Pfeil_blau.png");
	background-repeat: no-repeat;
	background-size: auto 20px;
	bottom: 9px;
	content: "";
	display: inline-block;
	height: 23px;
	position: absolute;
	right: 0;
	width: 19px;

}

.deeplinks li a:hover {
	color: #ff0613;

}
.deeplinks li a:hover:after {
	background-image: url("../img/icons/Deeplink-Pfeil_rot.png") ;
}	


/* / deeplinks */


/* search-page */
.search-page {

}

.content-search-field.full-witdh {
	margin: 40px auto;
	max-width: 100%;
	width: 100%;
}
/* search-page */



/* gallery */
.gallery {
	padding: 0px 0 40px  0;
}

.gallery-filter-search {
	margin-bottom: 10px;
}

.gallery .postfix.button {
	background-color: #8f9baf;
	background-image: url("../img/icons/suche_w.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-radius: 0;
	color: #fff;
	font-size: 0;
	height: 35px;
	line-height: 29px;
	margin: 0 0 0 -4px;
	padding: 0;
	width: 45px;
}
.gallery .postfix.button:hover  {
	background-color: #002d5f;
}

.gallery p, .gallery a {
	color: #8f9baf;
	margin-bottom: 7px;
}
.gallery a:hover {
	color: #ff0613;
}	


.gallery .link::after {
	background-image: url("../img/icons/Link-Pfeil_all.png");
	background-position: left -24px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	bottom: 0;
	content: "";
	display: inline-block;
	float: right;
	height: 8px;
	margin-left: 8px;
	margin-top: 6px;
	width: 20px;
}
.gallery .link:hover::after {
	background-position: left -16px;
}


.gallery .boy, .gallery .girl {
	margin-bottom: 10px;
}

.gallery .boy h2{
	color: #a3cbed;
	margin-top: 16px;
}

.gallery .girl h2{
	color: #e0a391;
	margin-top: 16px;
}

.gallery-more {
	margin: 40px 0;
}	

.gallery-footer {
	margin-bottom: 20px;
}

.gallery-footer p, .gallery-footer h1, .gallery-footer h2, .gallery-footer h3{
	color: #002d5f;
} 


.gallery.detail {
	padding-bottom: 20px;

}	

.gallery.detail .large-4  {
	display: flex;
}
.vertical-align-bottom {
	align-self: flex-end;
}

.gallery.detail .boy, .gallery.detail .girl {
	display: flex;
}

@media only screen and (max-width: 640px) {
	.gallery.detail .large-4  {
		display: block;
	}
	.gallery.detail .boy, .gallery.detail .girl {
		display: block;
	}
}	
/* / gallery */




.wrapper:last-child {
	/*padding-bottom: 40px;*/

}


/* static-image-divider */
.static-image-divider {
	max-height: 400px;
	overflow: hidden;
	padding-bottom: 40px;
}
.static-image-divider img{
	width: 100%;
}
/* / static-image-divider */



/* slider */


.bx-viewport, .bx-viewport ul{
	margin:0;
	border:0px transparent solid;
}

div.bx-viewport {
	height: 310px;
}

.bx-caption {
	position: absolute;
	bottom: 20px;
}

.bx-controls {
	display: none;
}

.bx-caption {
	color: #fff;
	line-height: 18px;
	margin-left: 50px;
}

.home-header-img-holder-right .bx-caption {
	margin-left: 50px;
}

.bx-viewport img {
	width: 100%;
}

.bxslider1, .bxslider2 {
	margin: 0;
	padding: 0;
}

/* / slider */


/* / Content *************************** */



/* Footer *************************** */
footer {
	margin-bottom: 40px;
	border-bottom: 8px solid #ff0613;
	border-top: 1px solid #c7cdd7;
	margin-top: 0px; 
	padding-top: 40px;
	padding-bottom: 10px;
}

.footer-logos-left img{
	max-height: 50px;
	width: auto;
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
}	

.footer-logos-right img{
	max-height: 85px;;
	width: auto;
	float: left;
	margin-right: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}	

.footer-claim {
	text-transform:uppercase;
	font-weight:500;
}

.footer-meta-nav {
	margin-bottom: 30px;
}
.footer-meta-nav ul{
	margin: 0;
}
.footer-meta-nav li {
	float: left;
	list-style: none;
	margin: 0 10px;
	position: relative;
}

.footer-meta-nav li:first-child {
	margin-left: 0px;
}

.footer-meta-nav li:after {
	content: '';
	display: block;
	border-left: 1px solid #002d5f;
	width: 1px;
	height: 16px;
	position: absolute;
	right: -10px;
	top: 2px;
}
.footer-meta-nav li:last-child:after {
	border-left: 0px solid #002d5f;
}	

.footer-meta-nav li:after {
	margin-left: 0px;
}

.footer-meta-nav li a {
	text-decoration: none;
	font-weight: 400;	
}	

.footer-nav  {

	margin: 80px 0 40px 0;
	display: inline-block;
}

.footer-nav  ul{
	margin: 0;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.footer-nav li {
	clear: both;
	list-style: outside none none;
	margin-right: 40px;
	position: relative;
}

.footer-nav li a {
	font-size: 19px;
	line-height: 23px;
	font-weight: 400;
	text-decoration: none;
}

.footer-nav li a:after {
	background-image: url("../img/icons/Link-Pfeil_all.png");
	background-position: left -8px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	bottom: 10px;
	content: "";
	display: block;
	float: right;
	height: 8px;
	margin-left: 10px;
	position: absolute;
	right: -29px;
	width: 20px;
}
.footer-nav li a:hover:after {
	background-position: left -16px;
}

@media screen and (max-width: 400px) {
	.footer-nav  ul{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}	

@media screen and (max-width: 639px) {
	footer .row > div:first-child {
		margin-bottom: 40px;
	}

	.footer-logos-left img{
		max-height: 60px;
	}	
	.footer-logos-left img{
		max-height: 50px;
	}
	.footer-meta-nav li:nth-child(2) {
		margin-left: 0;
	}
}	

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

	.footer-meta-nav li:nth-child(2) {
		/*margin-left: 0;*/
	}
	footer .row > div:first-child {
		margin-bottom: 40px;
	}
}

/* / Footer *************************** */


.bluebackground {
	padding: 40px 0 20px 0;
	background-color: #f3f5f7;
}

/** Honeypot Spam Schutz **/
.mandatoryhp {
	display:none !important;
}


/* google search */
.gsc-expansionArea .gsc-webResult:nth-child(odd) {
	 	background-color: #f3f5f7;
margin: 0 -500% !important; 
	padding: 2em 500% !important; 
}

.gsc-webResult {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
	padding-left: 0em !important;
	padding-right: 0em !important;
	border: 0px solid #ffffff !important;
}

.gsc-table-result tbody {
	background-color: transparent;
}

.gsc-preview-reviews, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em {
	color:#002d5f !important;
}

.gs-title, .gs-title * {
	color:#002d5f !important;
	font-size: 30px !important;
	line-height: 34px !important;
	text-decoration: none !important;
	font-weight: 400 !important;
	margin-bottom: 17px;
}
.gs-title:hover, .gs-title *:hover {
	text-decoration: underline !important;
}

.gsc-result .gs-title {
	height: auto !important;
}

.gs-title b {
	color: #ff0613 !important;
}	

.gs-web-image-box, .gs-promotion-image-box {
 display: none !important; 
}
.gsc-table-cell-thumbnail.gsc-thumbnail {
	padding: 0 !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 1em 0 !important;
}

.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
	color: #002d5f !important;
	font-weight:500;
	margin-top: 10px;
}

.gs-bidi-start-align.gs-snippet b {
	color: #ff0613 !important;
}

.gsc-result-info {
	color: #ff0613 !important;
	font-size: 14px;
}

.gsc-orderby-label.gsc-inline-block {
	color: #002d5f !important;
	font-size: 14px;
}

.gsc-table-result {
	margin-bottom: 0 !important;
}

.gsc-cursor-page {
	border: 1px solid #8f9baf !important;
	color: #8f9baf !important;
	font-size: 14px !important;
	text-decoration: none !important;
	border-radius: 0;
	padding: 0.4rem 0 !important;
	text-align: center;

	margin-top: 0.5rem !important;
	margin-right: 0.0625rem;
	display: inline-block !important;
	float: left;

	width: 35px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	background-color: #002d5f !important;
	color: #fff !important;
}

.gsc-cursor-current-page {
	border: 1px solid #000 !important;
}

/* / google search */
.reduce-padding {
	padding-bottom: 0;
	margin-bottom: 0;
}


/* Share buttons */
.default-share-button {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size:29px auto;
	margin-right:4px;
	border-radius:4px;
	color:#fff;
	width:32px;
	height:32px;
	display:inline-block;
	z-index:2;
	position:relative;
}
.default-share-button:hover:after {
      content:'';
      display:block;
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:white;
      opacity:0.3;
      z-index:-2;
}

.share-button-fb {
	background-color:#2e4687;
	background-image: url("../img/icons/ico-share-fb.png") !important;
}

.share-button-twitter {
	background-color:#259fde;
	background-image: url("../img/icons/ico-share-twitter.png") !important;
}

.share-button-email {
	background-color:#7c8a9d;
	background-image: url("../img/icons/ico-share-email.png") !important;
}

/* cookie bar */
#cookie-bar {background:rgba(143,155,175,.95); height:auto; color:#fff; padding:3px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index: 1200}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none; padding:5px 20px; margin-right:22px;margin-bottom: 14px;}
#cookie-bar .cb-enable {background:#002D5F; cursor: pointer; float:right; margin:14px 14px 4px 0; width:80px; text-align:center; }
#cookie-bar .cb-enable:hover {background:#8F9BAF;}
#cookie-bar .cb-disable {background:#002D5F; cursor: pointer;}
#cookie-bar .cb-disable:hover {background:#8F9BAF;}
#cookie-bar .cb-policy {background:#002D5F; cursor: pointer;}
#cookie-bar .cb-policy:hover {background:#8F9BAF;}
#cookie-bar .cb-maintext { display:block; margin:14px 0 4px 14px; float:left; width: calc(100% - 150px); }

/* Azure/Bing CSE */
.bcs-host-div {
	/* padding:0 !important; */
}

.bcs-results li.bcs-result:nth-child(even) {
    background-color: #f3f5f7;
		margin: 0 -500% !important;
    padding: 2em 500% !important;
}
.bcs-results li.bcs-result:nth-child(odd) {
    background-color: #fff;
		margin: 0 -500% !important;
    padding: 2em 500% !important;
}

.bcs-container-searchbox {
	background-color:#fff !important;
}

.bcs-container-searchbox {
	border-color:#b2d0dc !important;
}

.bcs-container-searchbox button.bcs-searchbox-submit {
	margin:0;
	padding:0;
	background-color:#b2d0dc !important;
	border-color:#b2d0dc !important;
}
.bcs-result cite {
	color:#002d5f !important;
	font-weight:bold;
}

.bcs-result cite::before {
	content: "" !important;
}

.bcs-caption-text b {
	color:#FF0613;
}

.bcs-host-div {
	background-color:transparent !important;
}

.bcs-pagination li, .bcs-pagination li a {
	list-style:none !important;
}


.bcs-result h2, .bcs-result h2 b, .bcs-result h2 a {
	/* font-size:inherit !important; */
	color:#002d5f !important; 
}

.bcs-container-searchbox input, #bsc-searchbox {
	background-color:transparent !important;
}

.bcs-pagination a {
	height:auto !important;
	line-height:auto !important;
	text-decoration:none !important;
}

.content .bcs-pagination ul li::before {
    content: '';
    display:inherit;
    position:inherit;
    width:inherit;
    height:inherit;
    margin-left:inherit;
    font-weight:inherit;
}

/* Kreisbuttons */
.button_kreis_gross {
  display: table;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  padding: 7.5px;
  background-color: #8f9baf;
  color: #fefefe;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 16px;
  text-align: center;
  text-decoration: none; }
  .button_kreis_gross span {
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    height: 100%; }

.button_kreis_klein {
  display: table;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  padding: 6px;
  background-color: #8f9baf;
  color: #fefefe;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 16px;
  text-align: center;
  text-decoration: none; }
  .button_kreis_klein span {
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    height: 100%; }

.button_kreis_gross:hover, .button_kreis_klein:hover {
  background-color: #ff0613;
  color: #fefefe; }

/* Nurse Änderungen */
.bt-nurse {
	float: left;
	margin-right: 30px;
	position: relative;
	color: #8f9baf;
	text-decoration: none;
	line-height: 50px;
	margin-bottom: 10px;
}
.bt-nurse:before {
	background-image: url("../img/icons/nurse_all.png");
	background-repeat: no-repeat;
	background-size:  100% auto;
	background-position: center top;
	content: '';
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 16px;
}
.bt-nurse:hover:before, .bt-nurse.active:before {	
	background-position: center bottom;
}
.bt-nurse.active {
	color: #ff0613;
}

div.bt-nurse {
	float: none;
	line-height: 30px;
	vertical-align: bottom;
}
div.bt-nurse:before {
	height: 30px;
	width: 30px;
}
div.bt-nurse:hover:before {	
	background-image: url("../img/icons/nurse_all.png");
	background-position: center top;

}

@media only screen and (max-width: 640px) {
	.nurse-events {
		margin-top: 15px;
	}
	.bt-nurse:before {
		height: 30px;
		width: 30px;
		position: absolute;
		margin-left: -40px;
	}
	.bt-nurse {
		line-height: 32px;
		margin-right: 20px;
		width: 40%;
		padding-left: 40px;
	}
}