/* ****************************************************************************************************************** */
/* --- Variablen ---------------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

:root {
	/*
  --ka-bk-color:#FFF;
	*/
}


/* ****************************************************************************************************************** */
/* --- Arzt --------------------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

section.ekwarzt {
	position: relative;
	margin: 20px 0 20px 0;
	/*background-color: #0ff;*/
}

section.ekwarzt .headline {
	position: relative;
}
section.ekwarzt .headline .arztimg {
	max-width: 250px;
}
section.ekwarzt .headline .title,
section.ekwarzt .headline .name,
section.ekwarzt .headline .vorname {
	/*color: var(--ka-font-color);*/
	margin:0;
}
section.ekwarzt .headline .position {
	margin:10px 0 50px 0;
}
section.ekwarzt .headline .fachbereiche a {
	color:var(--ka-font-green);
}
section.ekwarzt .headline .text {
	margin:30px 0 0 0;
}

section.ekwarzt .motto {
	margin: 30px auto;
	padding: 50px 0;
	background-image: url('/files/intern/common/Bildmarke.svg');
	background-color: var(--ka-bk-lightblue);
	background-repeat: no-repeat;
	background-size: contain;
	background-position:  80% center;
}
section.ekwarzt .motto .flexcontainer {
	flex-direction: column;
}
section.ekwarzt .motto .zitat {
}
section.ekwarzt .motto .zitat img {
	width: 50px;
	height: 50px;
}
section.ekwarzt .motto .text {
	margin: 30px auto;
}
section.ekwarzt .motto .arzt {
	color: var(--ka-fonth2-color);
	text-transform: uppercase;
}

section.ekwarzt .details {
	margin: 0 0 30px 0;
}

section.ekwarzt .col2 {
  position: relative;
  width: calc(75% - 0px);
	/*
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
	*/
}

section.ekwarzt .kontakt .links .link {
	display: flex;
	align-items: center;
	font-size: var(--ka-font-size);
  line-height: var(--ka-font-size);
  font-weight: 600;
  text-transform: none;
  color: var(--ka-fonth5-color);
  display: flex;
  border-top: 0px solid var(--ka-font-color);
  border-bottom: 1px solid var(--ka-border-green);
  margin: 15px 0 0px 0;
  padding: 8px 0 8px 0px;
	/*

	*/
  transition: padding 0.75s;
  transition: background-position 0.75s;
}
section.ekwarzt .kontakt .links .link img {
	width: 16px;
	margin: 0 5px 0 0;
}
section.ekwarzt .kontakt .links .link.kontakt {
	background-image: url(/files/intern/common/pfeil.svg);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 5px;
	padding: 8px 0 8px 25px;
}

section.ekwarzt .details .portfolio {
	width: calc(25% - 30px);
}

section.ekwarzt .details .portfolio a {
	font-size: var(--ka-font-size);
	line-height: var(--ka-font-size);
	font-weight: 600;
	text-transform: none;
	color: var(--ka-fonth5-color);

	display: flex;
	border-top: 0px solid var(--ka-font-color);
	border-bottom: 1px solid var(--ka-border-green);
	margin: 15px 0 0px 0;

	padding: 8px 0 8px 25px;
	background-image: url(/files/intern/common/pfeil.svg);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 5px;
	/* animation: animatePD 0.5s linear infinite; */
	transition: padding 0.75s;
	transition: background-position 0.75s;
}

section.ekwarzt .swiper-container {
  width: calc(100% - 0px);
	height: 100%;
  overflow: hidden;
}

section.ekwarzt .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

section.ekwarzt .swiper-slide {
	background-position: center;
 	background-size: cover;

	width: calc(100% - 20px);
	height: 100%;

	position: relative;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction:column;

	/*background-color:var(--ka-bk-lightgrey);*/

	padding: 0;
	margin: 0;

}

section.ekwarzt .swiper-slide > div,
section.ekwarzt .swiper-slide ol {
	width: 100%;
}

section.ekwarzt .swiper-slide ol li {
	width: calc(100% - 30px);
	list-style-type: decimal;
}

section.ekwarzt .swiper-slide ul li {
	margin-bottom: 5px;
}

section.ekwarzt .swiper-slide > .flexcontainer {
	/*
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction:column;
	padding: 10px 10px;
	margin: 0 0;
	*/
}

section.ekwarzt .swiper-slide.lebenslauf {

}

section.ekwarzt .swiper-slide.lebenslauf .station {
	margin: 0 0 5px 0;
}

section.ekwarzt .swiper-slide.lebenslauf .station .grid {
	grid-template-columns: 150px 1fr;
	grid-column-gap: 20px;
}

section.ekwarzt .swiper-slide.lebenslauf .station span.date,
section.ekwarzt .swiper-slide.lebenslauf .station div.text,
section.ekwarzt .swiper-slide.puplikationen ol li {
	padding: 0 0 10px 0;
}

section.ekwarzt .swiper-slide.lebenslauf .station span.date {
	color:var(--ka-fonthx-color);
	font-weight: 600;
}

section.ekwarzt .back {
	position: relative;
	margin: 50px 0 50px 0;
	display: flex;
}

section.ekwarzt .back a {
  background-color: var(--ka-bk-greenmenu);
	min-width: 60px;
  padding: 5px 15px;
  text-align: center;
  margin: 0 0 20px 0;
  color: #fff;
}

section.ekwarzt .fachbereichaerzte {
	position: relative;
	margin: 50px 0 30px 0;
	padding: 60px 0 80px 0;
	background-color:var(--ka-bk-lightgrey);
	display: flex;
}

section.ekwarzt .fachbereichaerzte h3.headline {
	margin: 0 0 30px 0;
	color: var(--ka-fonth2-color);
}

section.ekwarzt .fachbereichaerzte .swiper-container-fbaerzte {
  width: calc(100% - 0px);
	height: 100%;
  overflow: hidden;
}

section.ekwarzt .fachbereichaerzte .swiper-container-fbaerzte .swiper-wrapper {
	/*
	width: 100%;
	padding: 0;
	margin: 0;
	*/
}

section.ekwarzt .fachbereichaerzte .swiper-container-fbaerzte .swiper-slide {
	background-position: center;
 	background-size: cover;

	/*width: calc(20% - 20px);*/
	height: 100%;

	position: relative;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction:column;

	/*background-color:var(--ka-bk-lightgrey);*/

	padding: 0;
	margin: 0;

}

section.ekwarzt .fachbereichaerzte .swiper-container-fbaerzte .noswiper {
	width: 33%;
}
section.ekwarzt .fachbereichaerzte .swiper-container-fbaerzte .noswiper .swiper-button-nprev,
section.ekwarzt .fachbereichaerzte .swiper-container-fbaerzte .noswiper .swiper-button-next {
	display: none;
}

section.ekwarzt .fachbereichaerzte .swiper-container-fbaerzte .swiper-slide .image_container,
section.ekwarzt .fachbereichaerzte .swiper-container-fbaerzte .swiper-slide .image_container img {
	width: 100%;
}

section.ekwarzt .fachbereichaerzte .swiper-container-fbaerzte .swiper-slide .image_container {
	position: relative;
}

section.ekwarzt .fachbereichaerzte .swiper-container-fbaerzte .image_container .zumprofil {
	position: absolute;
	display: block;
	top: auto;
	bottom: 7px;
	right: 0;
	color: #fff;
	background-color: rgba(128,193,128,0.7);
	padding: 5px 15px;
	cursor: pointer;
	pointer-events: none;
}

section.ekwarzt .fachbereichaerzte .swiper-container-fbaerzte .swiper-slide .textbox {

}

/* ****************************************************************************************************************** */
/* --- Arzt-Liste --------------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

section.ekwarztlist {
	position: relative;
	margin: 0;
	padding:0;
}

section.ekwarztlist .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;

	margin: 60px auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

section.ekwarztlist .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

section.ekwarztlist .swiper-slide {
	background-position: center;
 	background-size: cover;
	/*width: 270px;*/
	width:calc(100% - 2 * var(--ka-shadow-radius));

	position: relative;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction:column;

	background-color: transparent;
	padding: 0;
}

section.ekwarztlist .swiper-slide .boxshadow {
	position:relative;
	width: calc(100% - 2 * var(--ka-shadow-radius));
	height: calc(100% - 2 * var(--ka-shadow-radius));
	margin: var(--ka-shadow-radius);
	transition: box-shadow var(--ka-shadow-time) ease-in-out;
	background-color: #fff;
	min-height: 650px;
}
section.ekwarztlist .swiper-slide .boxshadow:hover {
  box-shadow: 0 0 var(--ka-shadow-radius) var(--ka-shadow-color);
}

section.ekwarztlist .swiper-slide .image_container {
	position: relative;
}

section.ekwarztlist .swiper-slide .image_container,
section.ekwarztlist .swiper-slide .image_container img {
	width: 100%;
}

section.ekwarztlist .swiper-slide .image_container img {
	height: 430px;
	object-fit: cover;
}

section.ekwarztlist .swiper-slide .image_container .zumprofil {
	position: absolute;
	display: block;
	top: auto;
	bottom: 6px;
	right: 0;
	color: #fff;
	background-color: rgba(128,193,128,0.7);
	padding: 5px 15px;
	cursor: pointer;
	pointer-events: none;
}
/*
section.ekwarztlist .swiper-slide .image_container .zumprofil a {
	background-color: var(--ka-bk-greenmenu);
	min-width: 160px;
  padding: 5px 15px;
  text-align: center;
  margin: 0 0 20px 0;
  color: #fff;
	background-color: rgba(255,255,255,0.7);
	background-color: rgba(0,0,0,0.7);
}
*/

section.ekwarztlist .swiper-slide .textbox {
	padding: 20px 20px;
}

section.ekwarztlist .swiper-slide .position {
	margin: 0px 0 0 0;
	font-weight: 300;
}
section.ekwarztlist .swiper-slide .title {
	margin: 5px 0 0 0;
	font-weight: 600;
}
section.ekwarztlist .swiper-slide .fachbereiche {
	margin: 15px 0 0 0;
}
#main section.ekwarztlist .swiper-slide .fachbereiche * {
	font-weight: 300;
	word-wrap: normal;
	white-space: normal;
	color:var(--ka-font-green);
}

section.ekwarztlist .swiper-button-prev {
	left: -50px;
}
section.ekwarztlist .swiper-button-next {
	right: -50px;
}

/* ****************************************************************************************************************** */
/* --- Arztliste mit Filter ------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

section.ekwarztfilterlist {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 0 50px 0;
	padding:0;

}

section.ekwarztfilterlist .headline {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 0 20px 0;
}

section.ekwarztfilterlist .filterblock {
	width: calc(100% - 40px);
	position: relative;
	display: flex;
	margin: 0 0 20px 0;
	padding: 40px 20px;
	background-color: var(--ka-bk-darkgreen);
}

section.ekwarztfilterlist .filterblock.grid {
	grid-template-columns: 150px 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

section.ekwarztfilterlist .filterblock h3,
section.ekwarztfilterlist .filterblock input,
section.ekwarztfilterlist .filterblock select {
	margin: 7px 10px 7px 10px;
	padding: 0;
}

section.ekwarztfilterlist .filterblock .col2 {
	width: calc(100% - 20px);
}
section.ekwarztfilterlist .filterblock form {
	width: calc(100% - 20px);
}
section.ekwarztfilterlist .filterblock input {
	width: calc(100% - 10px);
}
section.ekwarztfilterlist .filterblock select {
	width: calc(100% - 6px);
}

section.ekwarztfilterlist .boxw {
	position: relative;
	width: 100%;
}

section.ekwarztfilterlist .arzt {
	position: relative;
	display:block;
	margin: 0;
	padding: 15px 10px 15px 20px;
	background-color: var(--ka-bk-lightgrey);
}

section.ekwarztfilterlist .arzt.invisible {
	display: none;
}

section.ekwarztfilterlist .arzt .grid {
	grid-template-columns: 80px 1fr;
}

section.ekwarztfilterlist .arzt .title,
section.ekwarztfilterlist .arzt .title * {
	font-weight: 600;
}

section.ekwarztfilterlist .arzt a .title {
	display: inline-block;
	padding: 0 20px 0 0;
	background-image: url('/files/intern/common/pfeil.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: right center;
}

section.ekwarztfilterlist .arzt a:hover .title {
	color: var(--ka-font-green);
	background-image: url('/files/intern/common/pfeil-over.svg');
}

section.ekwarztfilterlist .arzt .image_container {
	width: 70px;
}
section.ekwarztfilterlist .arzt .image_container img {
	width: 100%;
	height:100%;
	object-fit: contain;
}
section.ekwarztfilterlist .arzt .fachbereiche {
	margin: 10px 0 0 0;
}
section.ekwarztfilterlist .arzt .fachbereiche * {
	font-weight: 400;
	/*color:var(--ka-font-green);*/
}

/* ****************************************************************************************************************** */
/* --- Behandlungen-Liste ------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

div.fbzentren {
	position: relative;
	margin: 0;
	padding:0;

}

div.fbzentren .filterbuttons {
	position: relative;
	margin: 40px 0 0 0;
}

div.fbzentren .filterbuttons a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: var(--ka-font-family-menu);
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
  padding: 10px 15px 8px 15px;
	border: 1px solid var(--ka-fltbtn-border);
	cursor: pointer;
}

div.fbzentren .filterbuttons a.active {
    cursor: default;
    background-color: var(--ka-fltbtn-active);
    color: #fff;
    border: 1px solid var(--ka-fltbtn-border);
}


div.fbzentren .filterblock {
	position: relative;
	display: block;
}

div.fbzentren .filterblock .filterelem {
	position: relative;
	display: block;
	/*
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	*/
}

div.fbzentren .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;

	margin: 60px auto;
	/*
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	align-items: center;
	*/
}

div.fbzentren .swiper-wrapper {
	/*
	width: 100%;
	position: relative;

	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	*/
}

div.fbzentren .swiper-slide {
	background-position: center;
 	background-size: cover;

	/*width: calc(350px - 30px);*/

	position: relative;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction:column;

	background-color:var(--ka-bk-lightgrey);

	padding: 0;
	margin: 10px 0px;

	/*margin: var(--ka-shadow-radius);*/
  transition: box-shadow var(--ka-shadow-time) ease-in-out;

	opacity: 0.5;

	/*

 	height: 800px;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, transparent, transparent, #0006);
	*/
}
div.fbzentren .swiper-slide:hover {
  box-shadow: 0 0 var(--ka-shadow-radius) var(--ka-shadow-color);
}

div.fbzentren .swiper-slide.swiper-slide-active,
div.fbzentren .swiper-slide.swiper-slide-prev,
div.fbzentren .swiper-slide.swiper-slide-next {
	opacity: 1;
}

#main div.fbzentren .swiper-slide .image_container,
#main div.fbzentren .swiper-slide .image_container a {
	width: 100%;
	height: 100%;
}

#main div.fbzentren .swiper-slide .image_container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

div.fbzentren .swiper-slide .textblock {
	padding: 20px 20px 0px 20px;
	flex-direction: column;
	width: calc(100% - 40px);
	min-height: 80px;
}
div.fbzentren .filterfb .swiper-slide .textblock {
	min-height: 375px;

}
div.fbzentren .filterzentrum .swiper-slide .textblock {
	margin: 0 0 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	min-height: 350px;
	justify-content: flex-start;
	align-items: flex-start;
}

div.fbzentren .filterzentrum .swiper-slide .textblock .text {
	margin: 20px 0 0 0;
}


div.fbzentren .swiper-slide .headline a {
	font-weight: 500;
	font-size: 20px;
	color: var(--ka-font-green);
	margin: 0;
}
div.fbzentren .swiper-slide .behandlungen {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 20px 0 20px 0;
}

/* ****************************************************************************************************************** */
/* --- Fachbereiche-Liste --------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

div.listefb {
	position: relative;
	margin: 0;
	padding:0;

}

div.listefb .filterbuttons {
	position: relative;
	margin: 40px 0 0 0;
}

div.listefb .filterbuttons a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: var(--ka-font-family-menu);
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
  padding: 10px 15px 8px 15px;
	border: 1px solid var(--ka-fltbtn-border);
	cursor: pointer;
}

div.listefb .filterbuttons a.active {
    cursor: default;
    background-color: var(--ka-fltbtn-active);
    color: #fff;
    border: 1px solid var(--ka-fltbtn-border);
}


div.listefb .filterblock {
	position: relative;
	display: block;
}

div.listefb .filterblock .filterelem {
	position: relative;
	display: block;
	/*
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	*/
}

div.listefb .fachbereiche {
	position: relative;
	width: 100%;
	height: 100%;

	margin: 60px auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
}

div.listefb .fachbereich {
	position: relative;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction:column;

	padding: 0;
	margin: 10px 5px;

	transition: box-shadow var(--ka-shadow-time) ease-in-out;
	font-size: 0px;
	line-height: 0px;

}
div.listefb .fachbereich.invisible {
	position: fixed;
}
div.listefb .fachbereich a {
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
}
div.listefb .fachbereich:hover {
  box-shadow: 0 0 var(--ka-shadow-radius) var(--ka-shadow-color);
}

#main div.listefb .fachbereich .image_container,
#main div.listefb .fachbereich .image_container a {
	width: 100%;
	height: calc(100% + 0px);
}

#main div.listefb .fachbereich .image_container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-size: 0px;
	line-height: 0px;
}

div.listefb .fachbereich .textblock {
	position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 90px);
  padding: 15px 10px 15px 40px;
  background-color: #fff;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 15px center;
  display: flex;
	font-size: var(--ka-font-size);
	line-height: var(--ka-line-height);
	background-image: url('/files/intern/common/pfeil.svg');
	pointer-events: none;
}

div.listefb .fachbereich a:hover .textblock {
  background-image: url('/files/intern/common/pfeil-over.svg');
	color: var(--ka-font-green);
}




/* ****************************************************************************************************************** */
/* --- Leistungen-Liste --------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

#main section.ekwauswahlleistungen {
	position: relative;
	width: 100%;
}

#main section.ekwauswahlleistungen .alinside {
	/*width: 100%;*/
	position: relative;
	display: inline-block;
	width: 100%;
	/*
	display: grid;
	grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
	*/
}

#main section.ekwauswahlleistungen .alinside .left,
#main section.ekwauswahlleistungen .alinside .right {
	display: block;
	width: 100%;
}

#main section.ekwauswahlleistungen .headline {
	position: relative;
	margin: 0 0 25px 0;
	color:var(--ka-font-green);
	font-size: var(--ka-font-size-h3);
}

#main section.ekwauswahlleistungen .koerper.grid,
#main section.ekwauswahlleistungen .organe.grid {
	display:grid;
	grid-template-columns: 25% 25% 50%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#main section.ekwauswahlleistungen .col1,
#main section.ekwauswahlleistungen .col2,
#main section.ekwauswahlleistungen .col3 {
	position: relative;
	display: flex;
	height: 500px;
}

#main section.ekwauswahlleistungen .col2,
#main section.ekwauswahlleistungen .col3 {
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	flex-direction:column;
	/*height: 100%;*/
}

#main section.ekwauswahlleistungen .col1 {
	position: relative;
}

#main section.ekwauswahlleistungen .col1 .koerperimages {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}
#main section.ekwauswahlleistungen .col1 img {
	height: 500px;
	/*opacity: 0.5;*/
}

/*
#main section.ekwauswahlleistungen .col1 .koerperimages a img {
	width: 24px;
	height: 24px;
}
*/

#main section.ekwauswahlleistungen .col2 {
	/*justify-content: center;*/

}

#main section.ekwauswahlleistungen .col2 .name {
	margin: 0 0 10px 0;
	cursor: pointer;
}

#main section.ekwauswahlleistungen .col2 .name a {
	color: var(--ka-font-color);
}
#main section.ekwauswahlleistungen .col2 .name a:hover,
#main section.ekwauswahlleistungen .col2 .name a.active {
	color: var(--ka-font-green);
}

#main section.ekwauswahlleistungen .col3 {
	/*background-color: var(--ka-bk-boxlightgrey);*/
	border-left: 2px solid var(--ka-border-green);
	width: calc(100% - 0px);
	padding: 0 2px 0 0;
	overflow:hidden;
}

section.ekwauswahlleistungen .swiper-wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

section.ekwauswahlleistungen .swiper-slide {
	background-position: center;
 	background-size: cover;

	width: calc(100% - 2px);
	height: 100%;

	position: relative;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction:column;

	background-color:var(--ka-bk-lightgrey);

	padding: 0;
	margin: 0;

	opacity: 1;

	/*

 	height: 800px;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, transparent, transparent, #0006);
	*/
}

section.ekwauswahlleistungen .swiper-slide > .flexcontainer {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction:column;
	padding: 10px 10px;
	margin: 0 0;
}

#main section.ekwauswahlleistungen .swiper-slide .headline {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 24px;
	line-height: var(--ka-font-size-h3);
}

#main section.ekwauswahlleistungen .swiper-slide .fachbereiche {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#main section.ekwauswahlleistungen .swiper-slide .fachbereiche .link {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#main section.ekwauswahlleistungen .swiper-slide .fachbereiche .link a {
	display: flex;
	width: 100%;
	white-space: normal;
	padding: 5px 0;
}
#main section.ekwauswahlleistungen .swiper-slide .fachbereiche .link a:hover {
	color: var(--ka-font-green);
}


#main section.ekwauswahlleistungen .col1 .koerperimages a {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	background-color: #777;
	border-radius:50%;
}

#main section.ekwauswahlleistungen .col1 .koerperimages a .name {
	position: absolute;
	text-align: left;
	left: 20px;
	top: -3px;
	font-weight: 400;
	display: none;
	z-index: +1;
	font-size: 16px;
	word-wrap: normal;
	white-space: nowrap;
}
/*#main section.ekwauswahlleistungen .col1 .koerperimages a.active .name,*/
#main section.ekwauswahlleistungen .col1 .koerperimages a:hover .name  {
	display: block;
}

#main section.ekwauswahlleistungen .col1 .koerperimages a .pulsar {
	/*display: none;*/
}

#main section.ekwauswahlleistungen .col1 .koerperimages a .pulsar {
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #777 !important;
	background-image: radial-gradient(#777, #777);

	position: absolute;
	pointer-events: none;

	left: 50%;
	top: 50%;
	opacity: 0;
	margin: -25px 0 0 -25px;
	border-radius: 25px;
	-webkit-animation: ripple 1.8s infinite;
	animation: ripple 1.8s infinite;
	    animation-delay: 0s;
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0.3);
        transform:scale(0.3)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
#main section.ekwauswahlleistungen .col1 .koerperimages a:nth-child(2n) .pulsar {
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
#main section.ekwauswahlleistungen .col1 .koerperimages a:nth-child(3n) .pulsar {
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}
#main section.ekwauswahlleistungen .col1 .koerperimages a:nth-child(4n) .pulsar {
    animation-delay:.8s;
    -webkit-animation-delay:.8s
}


/* ****************************************************************************************************************** */
/* --- Krankheit ---------------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

section.ekwkrankheit {
	position: relative;
	/*background-color: #0ff;*/
	margin: 0 0 50px 0;
}

section.ekwkrankheit .leftblock {
	position: relative;
}
section.ekwkrankheit .leftblock .name {
	/*
	color: var(--ka-font-color);
	*/
	margin:0;
}

section.ekwkrankheit .leftblock .text {
	margin:20px 0;
}

section.ekwkrankheit .leftblock .krankheitimg {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.footinfo {
		display: none;
}

/* ****************************************************************************************************************** */
/* --- Kurse -------------------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

section.ekwkurs {
	position: relative;
	margin: 10px 0 10px 0;
}

section.ekwkurs .ce_accordion {
	width: 100%;
}

section.ekwkurs .termine {
	position: relative;
	margin: 20px 0 20px 0;
	padding: 0;
}

section.ekwkurs .termine .termin {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: var(--ka-bk-middleblue);
}

section.ekwkurs .termine .termin .headline {
	margin: 0;
	padding: 6px 20px 5px 20px;
	background-color: var(--ka-bk-menublue);
	font-weight: 600;
}

section.ekwkurs .termine .termin .tinside {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 20px;
}

section.ekwkurs .termine .termin .orga,
section.ekwkurs .termine .termin .status,
section.ekwkurs .termine .termin .anmelden {
	margin: 20px 0 10px 0;
}

section.ekwkurs .termine .termin .anmelden a {
	background-color: var(--ka-bk-greenmenu);
	background-repeat: no-repeat;
	background-position: center right 10px;
	/* background-image: url(/files/intern/common/pfeil.svg); */
	background-size: 14px;
	color: #fff;
	font-size: 19px;
	line-height: 19px;
	font-weight: 600;
	text-transform: none;
	padding: 10px 20px 8px 20px;
}


/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* --- Mobile ------------------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */



/* ****************************************************************************************************************** */
/* --- max-width: 20000px -------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

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

}

/* ****************************************************************************************************************** */
/* --- max-width: 1400px -------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

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

	#main section.ekwauswahlleistungen .alinside {
		grid-template-columns: 1fr;
    grid-column-gap: 0px;
	}
	#main section.ekwauswahlleistungen .col3 {
		padding: 0;

	}
	#main section.ekwauswahlleistungen .alinside .left,
	#main section.ekwauswahlleistungen .alinside .right {
		width: 100%;
	}


	section.ekwarztlist .swiper-button-prev {
		left: 20px;
	}
	section.ekwarztlist .swiper-button-next {
		right: 20px;
	}

}

/* ****************************************************************************************************************** */
/* --- max-width: 1600px -------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

@media only screen and (max-width: 1600px) {
	div.fbzentren .filterfb .swiper-slide .textblock {
		min-height: 425px;

	}

}

/* ****************************************************************************************************************** */
/* --- max-width: 1030px -------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

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

	section.ekwarztlist .swiper-slide .boxshadow {
		min-height: 550px;
	}

	section.ekwarztlist .swiper-slide .image_container img {
		height: 380px;
		object-fit: cover;
	}
}


/* ****************************************************************************************************************** */
/* --- max-width: 950px -------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

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

}

/* ****************************************************************************************************************** */
/* --- max-width: 850px -------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

@media only screen and (max-width: 850px) {
	section.ekwarztfilterlist .arztlist.grid.gap20 {
		grid-template-columns: 1fr;
		grid-column-gap: 0px;
    grid-row-gap: 20px;
	}
	#main section.ekwauswahlleistungen .col1,
	#main section.ekwauswahlleistungen .col2,
	#main section.ekwauswahlleistungen .col3 {
    height: 400px;
	}

	#main section.ekwauswahlleistungen .col1 .koerperimages a {
		width: 16px;
		height: 16px;
	}

	section.ekwauswahlleistungen .swiper-slide > .flexcontainer {
		padding: 5px 5px;
	}

	#main section.ekwauswahlleistungen .col2 .name {
		margin: 0 0 0px 0;
		font-size: 16px;
		line-height: 16px;
	}
	#main section.ekwauswahlleistungen .col2 .name a,
	#main section.ekwauswahlleistungen .swiper-slide .fachbereiche .link a,
	#main section.ekwauswahlleistungen .swiper-slide .krankheiten .link a {
		font-weight: 400;
		font-size: 14px;
		line-height: 15px;
		padding: 0;
	}

	#main section.ekwauswahlleistungen .col2 .name,
	#main section.ekwauswahlleistungen .swiper-slide .fachbereiche .link {
    padding: 3px 0 3px 0;
	}

	section.ekwarzt .col25,
	section.ekwarzt .col45,
	section.ekwarzt .col30,
	section.ekwarzt .col75 {
		width: calc(100% - 0px);
	}

	section.ekwarzt .details .portfolio {
		display: none;
	}
	section.ekwarzt .col75 .swiper-wrapper {
		display: grid;
	}

	section.ekwarztlist .swiper-slide .boxshadow {
		min-height: 400px;
	}

	section.ekwarztlist .swiper-slide .image_container img {
		height: 550px;
	}

	div.fbzentren .swiper-slide .headline a {
		font-size: 18px;
		line-height: 20px;
	}

	div.fbzentren .filterzentrum .swiper-slide .textblock {
		font-size: 16px;
		line-height: 17px;
	}


	div.listefb .fachbereiche {
		grid-template-columns: 1fr 1fr;
	}

}

/* ****************************************************************************************************************** */
/* --- max-width: 600px -------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */

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

	section.ekwarztlist .swiper-slide {
		width: calc(100% - 0px);
		margin: 0;
	}
	section.ekwarztlist .swiper-slide:hover {
		box-shadow: 0 0 0 var(--ka-shadow-color);
	}

	section.ekwarztlist .swiper-slide .image_container img {
		height: 300px;
	}

	section.ekwarztfilterlist .filterblock.grid {
		grid-template-columns: 85px 1fr;
		grid-column-gap: 5px;
		grid-row-gap: 20px;
	}

	section.ekwarzt .swiper-slide.lebenslauf .station .grid .date {
		font-weight: 600;
	}
	section.ekwarzt .swiper-slide.mitgliedschaften li,
	section.ekwarzt .swiper-slide.puplikationen li {
		margin:3px 0;
	}

	.fbzentren .swiper-button-next,
	.fbzentren .swiper-button-prev {
		top: calc(25% - 17px);
	}

	div.listefb .fachbereiche {
		grid-template-columns: 1fr;
	}

	#main section.ekwauswahlleistungen .koerper.grid {
		grid-template-columns: 33% 67%;
		/*height: 400px;*/
	}
	#main section.ekwauswahlleistungen .koerper.grid .col1,
	#main section.ekwauswahlleistungen .koerper.grid .col2,
	#main section.ekwauswahlleistungen .koerper.grid .col3 {
		/*height: 400px;*/
	}

	#main section.ekwauswahlleistungen .koerper.grid .col1 {
		display: none;
	}

	#main section.ekwauswahlleistungen .col2 .name,
	#main section.ekwauswahlleistungen .swiper-slide .fachbereiche .link {
		padding: 4px 0 4px 0;
	}

}
