
/*var*/
:root {
	--a200: 200px;
	--a250: 250px;
	--dark-blue:#232c57;
	--light-blue:#008AD0;
	--time: 1.6s;
	--iw: 1620px;
	--ia: 400px;
}
@font-face {
	font-family: NunitoSans-Regular;
	src: url(/export/sites/hospiz/.content/_templates/font/NunitoSans_10pt_Condensed-Regular.ttf) format('truetype');
}
@font-face {
	font-family: NunitoSans-Italic;
	src: url(/export/sites/hospiz/.content/_templates/font/NunitoSans_10pt_Condensed-Italic.ttf) format('truetype');
}
@font-face {
	font-family: NunitoSans-Black;
	src: url(/export/sites/hospiz/.content/_templates/font/NunitoSans_10pt_Condensed-Black.ttf) format('truetype');
}
@font-face {
	font-family: NunitoSans-BlackItalic;
	src: url(/export/sites/hospiz/.content/_templates/font/NunitoSans_10pt_Condensed-BlackItalic.ttf) format('truetype');
}
@font-face {
	font-family: NunitoSans-Bold;
	src: url(/export/sites/hospiz/.content/_templates/font/NunitoSans_10pt_Condensed-Bold.ttf) format('truetype');
}
@font-face {
	font-family: NunitoSans-BoldItalic;
	src: url(/export/sites/hospiz/.content/_templates/font/NunitoSans_10pt_Condensed-BoldItalic.ttf) format('truetype');
}

body {
	font-family: NunitoSans-Regular;
	font-size: 18px;
}
h1, h2, h3, h4, h5 {
	font-family: NunitoSans-Regular;
}
h2 {
	font-size: 40px;
	font-family: NunitoSans-Bold;
}
h3 {
	font-size: 30px;
	font-family: NunitoSans-Bold;
}
h4 {
	font-size: 24px;
	color: var(--light-blue);
	font-family: NunitoSans-Bold;
}
h5 {
	font-size: 20px;
	color: var(--light-blue);
}
b, strong {
	font-family: NunitoSans-Bold;
}
a {
	color: #fff;
}
.blue {
	background: var(--dark-blue);
}
.light-blue {
	background: var(--light-blue);
}
.container {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
.weiterbildung, .infos, .partner {
	padding-bottom: var(--a250) !important;
}
/*header*/
.area-header {
	max-width: var(--iw);
	margin: 0 auto;
}
.area-header.logo-left .header-group {
	border-bottom: none;
}
.area-header.logo-left .header-title {
	display: none;
}
.area-header.logo-left .col-head-logo {
	width: 102px;
}
.area-header.logo-left .col-head-info {
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
}
.col-head-info .header-links-bg {
	order: 9;
	padding-left: 0;
	width: 90px;
}
.col-head-info .header-links-bg li a {
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 0px !important;
	display: inline-block;
}
.col-head-info .header-links-bg ul > li:first-child a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 32px;
	height: 32px;
	background: url("/.content/_res/facebook_icon_32px.svg");
}
.col-head-info .header-links-bg ul > li:last-child a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 32px;
	height: 32px;
	background: url("/.content/_res/instagram_icon_32px.svg");
}
.area-header.logo-left .nav-main-container {
	flex-grow: unset;
	width: calc(100% - 90px);
	justify-content: space-between;
}
.nav-main-items {
	justify-content: space-around;
}
.area-header.logo-left .nav-main-items > li > a {
	text-transform: initial;
	color: var(--light-blue);
	padding-left: 0;
}
.area-header.logo-left .nav-main-items > li.active > a {
	color: var(--dark-blue);
	font-weight: bold;
}
.type-slider .slide-wrapper .caption {
	hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
	white-space: normal;
}
.type-slider .slide-wrapper .caption.right {
	right: unset;
	left: 150px;
	top: 150px;
	max-width: 700px;
}
.area-header .sticky.csssetting > .isfixed {
	max-width: 1920px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.type-slider .slide-wrapper .caption.right {
	text-align: left !important;
}
.type-slider .slider-box.custom .caption.right strong {
	float: unset;
	color: var(--dark-blue);
	text-shadow: none;
	font-size: 28px;
	font-family: NunitoSans-Bold;
}
.type-slider .slider-box {
	padding-bottom: 45px;
}
.slider-dots li button::before {
	background: transparent;
	border-radius: 100%;
	border: 2px solid #fff;
	opacity: 1;
}
.slider-dots li button.active::before {
	background: #fff;
}
.type-slider .slide-wrapper .caption.right small {
	color: var(--light-blue);
	text-shadow: none;
	font-size: 45px;
	font-family: NunitoSans-Bold;
}
.type-slider {
	margin: 0;
}
.slider-dots {
	right: unset; 
	left: 32px;
	bottom: 0px;
	z-index: 20;
	opacity: 1;
}
.header-home-item {
	z-index: 999;
	position: relative;
}
.header-home {
	max-width: var(--iw);
}
.home-content {
	position: relative;
	padding: var(--ia) 0 0;
	margin-top: -200px;
}

.home-content-absolute {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	max-width: 920px;
	width: 100%;
	padding: 0 !important;
	z-index: 999;
}
html.opencms-page-editor .home-content-absolute {
	position: relative;
	top: unset;
	left: unset;
	transform: unset;
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}
.home-content-absolute .element {
	margin-bottom: 0;
	position: relative;
}
.home-content-absolute .element:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 999;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(35,44,87,1) 100%); 
}
.home-content-absolute .element .body {
	position: relative;
	z-index: 999;
	padding: 50px 50px 0 50px;
	color: #fff;
}
.home-content-absolute .element .body h3 {
	color: #000;
	font-size: 22px;
	color: var(--dark-blue);
	font-family: NunitoSans-Bold;
}
.home-content-absolute .element .body a.btn {
	background: url("/.content/_res/pfeil_weiss_27x22px.svg") no-repeat center left;
	padding-left: 45px;
	color: #fff;
	font-family: NunitoSans-Bold;
	font-size: 22px;
}
.home-content-absolute .element .visual {
	margin-top: -60px;
}
.home-angebot {
	padding: 0 var(--a250) var(--ia);
	color: #fff;
}
.home-angebot > div:first-child.row-12 {
	margin:60px 0 30px;
}
.home-angebot .border {
	border-bottom: 2px dotted #fff;
	padding: 50px 0;
	margin-bottom: 50px;
}
.home-angebot h2 {
	color: var(--light-blue);
}
.home-angebot .element {
	margin-bottom: 0;
}
.home-angebot .row-12 {

}
.home-angebot .row-12 h3 {
	color: #fff;
}

.home-angebot .row-12 h2 {
	
}
.home-sprech {
	position: relative;
}

.home-sprech .txt {
	position: absolute;
	top: -200px;
	z-index: 10;
	max-width: 920px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.home-sprech .txt h2 {
	color: #fff;
	text-align: center;
}
.home-sprech .txt .col-lg-4:nth-child(1) h2 {
	text-transform: uppercase;
}
.home-sprech .txt .col-lg-4 {
	padding: 0;
	flex: unset;
	max-width: 100%;
	width: 100%;
	padding: 0 30px;
	background: var(--dark-blue);
	padding: 30px;
}
.home-sprech .txt .col-lg-4:nth-child(1), .home-sprech .txt .col-lg-4:nth-child(2)  {
	background: var(--light-blue);
}
.home-sprech .txt .col-lg-4:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	color: var(--dark-blue);
}
.home-sprech .txt .col-lg-4:nth-child(2) > div {
	max-width: 50%;
	width: 100%;
}
.home-sprech .txt .col-lg-4 .element {
	margin: 0 !important;
}
.home-sprech .txt .col-lg-4:nth-child(1) {
	padding-bottom: 20;
}
.home-sprech .txt .col-lg-4:nth-child(3) {
	color: #fff; 
	padding: 40px 30px;
}

.home-bottom .row {
	padding: 50px var(--a250);
}
.home-bottom .row > div {
	padding: 0;
	color: #fff;
}
.home-bottom .row > div:first-child {
	border-right: 2px dotted #fff;
	padding-right: 50px;
}
.home-bottom .row > div:last-child {
	padding-left: 50px;
}
.home-bottom h2 {
	color:  var(--light-blue);
}
.home-bottom h3 {
	color: #fff;
}
.home-bottom h4 {
	color: var(--light-blue);
}
.home-bottom .element a {
	color: #fff;
	margin: 20px 0;
	display: inline-block;
	padding-left: 50px;
	background: url("/.content/_res/pfeil_weiss_27x22px.svg") no-repeat;
}
.sub {
	position: relative;
	padding: 280px 0 0;
	margin-top: 200px;
}
.sub .home-content-absolute {
	top: -80px;
	font-size: 24px;
}
.sub-content .only-visual {
	margin-bottom: 0;
}
.sub-content > div:not(.full) {
  padding: 0 var(--a250);
  color: #fff;
  margin-bottom: 50px;
}
.sub-content h2 {
	color: var(--light-blue);
	/*font-size: 18px;*/
}
.sub-content h3 {
	color: #fff;
}
.sub ul {
	padding-left: 0;
}
.sub ul li {
	background: url("/.content/_res/anstrich_blau.svg") no-repeat left center;
	padding: 5px 0 5px 30px;
	list-style-type: none;
}
.sub-content > div.border {
	padding: 100px;
	font-size: 40px;
	margin: 100px 250px 0;
	border-top: 2px dotted #fff;
}
.imprint.sub {
	padding: 50px 0;
	margin-top: 50px;
}
.spenden .row > div:first-child.col-md-6 {
	border-right: 2px dotted 
}
.spenden > .sub-content > div:first-child.row {
	padding-bottom: var(--a250);
}
.full.light-blue {
	padding: 50px;
}
.full.light-blue h2 {
	color: var(--dark-blue);
	margin-bottom: 40px !important;
}
.full.light-blue .link a {
	color: #fff;
	margin: 20px 0;
	display: inline-block;
	padding: 10px 30px 10px 80px;
	background-size: 25px !important;
	background: var(--dark-blue) url("/.content/_res/pfeil_weiss_27x22px.svg") no-repeat  left 30px center;
	border-radius: 30px;
}
.row > div:first-child.col-md-6 {
	padding-right: 50px;
}
.row > div:last-child.col-md-6 {
	padding-left: 50px;
}
.mitglieder {
	margin-bottom: 100px !important;
}
.mitglieder .col-6 {
	width: 100%;
}
.mitglieder > div:last-child.col-6 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: row;
}
.mitglieder > div:first-child.col-6 {
	margin-bottom: 50px;
}
.mitglieder > div:last-child.col-6 > div {
	max-width: 300px;
	width: 100%;
	margin-bottom: 50px;
}
.mitglieder > div:last-child.col-6 .visual {
	max-width: 200px;
	width: 100%;
}
.mitglieder.border {
	border-bottom: 2px dotted #fff;

}
.mitglieder > div:last-child.col-6 {
	font-size: 18px;
}
.mitglieder > div:last-child.col-6 h4 {
	font-size: 24px;
}
.infos .link {
	margin-top: 100px !important;
}
.infos .link a {
	color: var(--dark-blue);
	margin: 20px 0;
	display: inline-block;
	padding: 10px 30px 10px 80px;
	background-size: 25px !important;
	background: #fff url("/.content/_res/pfeil_blau.svg") no-repeat  left 30px center;
	border-radius: 30px;
}
.standorte {
	justify-content: space-around;
	
}

.standorte > div  {
	background: #fff;
	max-width: 30%;
	border-radius: 30px;
	color: var(--dark-blue);
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	flex-direction: unset;
	justify-content: space-around;
	min-width: 350px;
	margin-bottom: 20px;
}
.standorte > div > div:not(.only-visual) {
	max-width: 100%;
	width: 100%;
	margin-top: 50px;
}
.standorte > div .only-visual {
	width: 100%;
	max-width: 150px;
}
.standorte > div .visual {
	max-width: 150px;
	width: 100%;
}
/*footer*/
.area-foot {
	margin: 0 auto;
	max-width: 1920px;
}
.area-foot .area-wide {
	padding: 0;
}
.area-foot .topfoot {
	background: #fff;
	padding: 100px var(--a250);
	color: var(--dark-blue);
}
.area-foot .topfoot h2 {
	color: var(--dark-blue);
	margin-bottom: 30px !important;
	text-transform: uppercase;
	font-size: 20px;
}
.social .visual {
	max-width: 50px;
}
.social .body {
	padding: 0 !important;
}
.social .link a.btn {
	background: transparent;
}
.area-foot .subfoot {
	background: var(--light-blue);
	padding: 20px var(--a250);
	color: #fff;
}
.area-foot .subfoot .element {
	margin: 0;
}
.type-sitemap {
	
}
.type-sitemap .sitemap-col-4 > li.top {
	width: 100%;
}
.type-sitemap li.top {
	margin-bottom: 0;
}
.type-sitemap li.top > a {
	background: transparent;
	color: var(--dark-blue);
	font-weight: 500;
	padding-left: 0;
}
.topfoot .row > div .element {
	flex-grow: unset;
}
.topfoot .body a {
	color: var(--dark-blue);
}
.imprint .text h2 {
	font-size: 30px;
}
.ueber-uns .sub-content > .row {
	padding-left: 35px;
	padding-right: 35px;
} 
/*form*/
.styled-form {
	background: transparent;
	border: none;
	padding: 0;
}
.styled-form fieldset {
	padding: 0;
}
.styled-form fieldset .label {
	display: none;
}
.styled-form fieldset input, .styled-form fieldset textarea {
	background: transparent !important;
	border: none !important;
	color: #fff;
	border-bottom: 1px solid #fff !important;
}
.styled-form fieldset input:focus-visible, .styled-form fieldset textarea:focus-visible {
	border-bottom: 1px solid var(--light-blue) !important;
}
.styled-form footer {
	border-top: unset;
	padding: 30px 0;
	color: #fff;
}
.type-webform .formbtn-row {
	justify-content: start;
}
.type-webform .formbtn-row .formbtn.resetbutton {
	display: none;
}
.type-webform .formbtn-row .formbtn {
	margin-left: 0;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > *, .table > :not(caption) > * > *, .type-webform table.webform-input {
	background: transparent !important;
	--my-table-bg-type: transparent !important;
}
.styled-form .checkbox, .styled-form .radio {
	color: #fff;
}
.type-webform .submitbutton:hover {
	background: var(--light-blue)
}
.form-field-captcha label {
	margin-top: 30px;
	display: block !important;
	color: #fff !important;
	font-weight: normal;
}
.newsletter-item .link {
	margin: 0 !important; 
}
/**/

#topcontrol {
	background: #fff;
	color: var(--dark-blue);
	border: 2px solid var(--dark-blue);
	width: 33px;
	height: 33px;
	border-radius: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ul-imprint ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.ul-imprint li {
	min-width: 250px;
	padding: 10px 20px;
	background-position: left top 10px !important;
}
@media screen and (max-width: 1367px) {
	:root {
		--a200: 100px;
		--a250: 125px;
		--ia: 200px;
	}
	.sub-content > div.border {
		margin: 50px;
	}
	.home-sprech {
		display: flex;
		flex-wrap: wrap;
	}
	.home-sprech .img {
		width: 100%;
	}
	.home-sprech .txt {
		position: relative;
		order: -1;
		top: 0;
		max-width: 100%;
	}
	.home-sprech .txt .col-lg-4:nth-child(2) {
		justify-content: space-around;
	}
	.home-sprech .txt .col-lg-4:nth-child(2) > div {
		width: unset;
	}
	.home-angebot {
		padding: 150px var(--a250) var(--ia);
	}
	.slider-dots {
		display: none;
	}
	.slider-nav-btn {
		opacity: 1 !important;
	}
	.header-home {
		padding: 0;
	}
}
@media screen and (max-width: 1013.98px) {
	:root {
		--a200: 100px;
		--a250: 125px;
		--ia: 200px;
	}
	.nav-main-container .nav-main-mobile-logo {
		display: none;
	}
	#nav-main-addition {
		display: none;
	}
	html.active-nav .area-header .header-group .nav-main-container {
		background: #008AD0;
		background: linear-gradient(180deg, rgba(0, 138, 208, 1) 0%, rgba(0, 0, 0, 1) 100%);
		width: 100%;
		padding-top: 70px;
	}
	.nav-main-container .nav-main-group {
		background: transparent;
		width: 100%;
		text-align: center;
	}
	html.active-nav #mercury-page {
		right: 0;
	}
	.home-content .home-content-absolute {
		margin: -100px 15px 50px;
		position: relative;
		left: unset; 
		right: unset; 
		transform: unset;
		width: unset;
		max-width: 100%;
	}
	.home-angebot {
		padding-top: 50px;
	}
	.area-header.logo-left .nav-main-container {
		width: unset;
	}
	.nav-toggle-btn .nav-burger,   .nav-toggle-btn .nav-burger::after, .nav-toggle-btn .nav-burger::before {
		background-color: var(--dark-blue);
	}
	.type-slider.text-below-on-xs .slider-box.custom .captions {
		padding-top: 50px;
	}
}
@media screen and (max-width: 762px) {
	.home-content-absolute .element .visual {
		display: none;
	}
	.sub-content h2 {
		font-size: 36px;
	}
	.sub-content h2 br {
		display: none;
	}
	.home-bottom .row > div:first-child {
		border-right: none;
		border-bottom: 2px dotted #fff;
	}
	.area-foot {
		text-align: center;
	}
	.area-foot .visual {
		margin: 0 auto;
	}
	.home-sprech .txt .col-lg-4:nth-child(2) {
		flex-direction: column;
	}
	.home-sprech .col-lg-4 .element  {
		max-width: 100% !important;
		width: 100% !important;
		text-align: center;
	}
	.home-angebot {
		padding: 0 50px 50px;
	}
	.type-slider .slide-wrapper .caption.right small {
		font-size: 22px;
	}
	.home-content-absolute {
		top: 0;
		position: relative;
		left: unset;
		transform: unset;
	}
	.home-bottom .row {
		padding: 50px;
	}
	.sub {
		padding-top: 0;
		margin-top: 30px;
	}
	.sub-content {
		margin-top: 50px;
	}
	.sub-content > div:not(.full) {
		padding: 0 50px;
		margin-bottom: 0 !important;
	}
	.sub-content > div.border {
		padding: 50px;
	}
	.sub .home-content-absolute {
		top: unset;
	}
	.home-content-absolute .element .body {
		padding-bottom: 50px;
		border-bottom: 2px dotted #fff;
		text-align: center;
	}
	.row > div:last-child.col-md-6 {
		padding-left: 15px;
	}
	.mitglieder > div:first-child.col-6 {
		padding-top: 50px;
	}
	.sub .home-content-absolute .text br {
		display: none;
	}
	.home-content .home-content-absolute {
		margin: 0;
	}
	.type-slider .slide-wrapper .caption.right {
		max-width: 100%;
	}
	.type-slider .slide-wrapper .caption.right {
	  text-align: center !important;
	}
	.type-slider.text-below-on-xs .slider-box.custom .caption strong {
		background: transparent;
	}
	.home-content {
		margin-top: 0;
		padding-top: 0;
	}
	.area-foot .topfoot {
		padding: 50px;
	}
	.area-foot .subfoot {
		padding: 20px 50px;
	}
	.area-header.logo-left .nav-main-items > li > a {
		color: #fff;
		border-bottom: none;
		font-size: 24px;
		font-size: 35px;
		padding: 25px 0;
	}
	.nav-toggle-btn .nav-toggle {
		background-color: #fff !important;
	}
	.nav-toggle-btn.active-nav .nav-burger {
		
	}
	.area-header.logo-left .nav-main-items > li.active > a {
		/*font-weight: bold;
		background: transparent;*/
	}
	.nav-main-container .nav-main-group .nav-main-items {
		border: none;
	}
	.spenden .row > div:first-child.col-md-6 {
		border-right: none;
		border-bottom: 2px dotted #fff;
	}
	.row > div:first-child.col-md-6, .row > div:last-child.col-md-6 {
		padding: 0;
	}
	.home-bottom .row {
		padding-left: 30px;
		padding-right: 30px;
	}
	.home-content-absolute .element .body, .sub-content > div:not(.full), .full.light-blue, .area-foot .topfoot, .home-angebot, .home-sprech .txt .col-lg-4:nth-child(3) {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sub-content > div.border {
		margin-left: 20px;
		margin-right: 20px;
	}
	.type-sitemap {
		display: none;
	}
	.standorte > div {
		max-width: 100%;
		margin: 20px;
		width: unset;
		min-width: unset;
		flex: unset;
	}
}
@media screen and (max-width: 551.98px) {

}







