@charset "utf-8";

@font-face{
	font-family: "Atma Serif W05 Book";
	src: url("/files/fonts/11cdf5a8-84cf-492c-a635-13218bd5de8e.woff2") format("woff2"), url("/files/fonts/70a76f65-d3e6-4066-a907-416446904fed.woff") format("woff");
}

@font-face{
	font-family: "Atma Serif W05 Book Italic";
	src: url("/files/fonts/d98f0d8f-1d6c-4433-99a1-d84cf00f99ac.woff2") format("woff2"), url("/files/fonts/aeb051f5-c181-48b0-9633-a28e4a83a926.woff") format("woff");
}

@font-face{
	font-family: "Atma Serif W05 Bold";
	src: url("/files/fonts/8e77fa8a-c754-484a-abe6-960e3e47d99e.woff2") format("woff2"), url("/files/fonts/7e199cc9-5531-4b66-bc6c-28328a7656e9.woff") format("woff");
}

@font-face{
	font-family: "FF Unit Bold";
	src: url("/files/fonts/cb035b1228e36b8f660a21b83b6aa0b8f03e05681d1f36cf46675ee71dcde7d.woff2") format("woff2"), url("/files/fonts/15c1e6ae94683cb6d18955b48e4c03cc969acdf03c5a0161735c8b8ebc89aa7.woff") format("woff");
}

@font-face{
	font-family: "FF Unit Light";
	src: url("/files/fonts/f5e3148e57df338faedd2a8a1a5655756de6149f04efe4f59913c77beee9ac6.woff2") format("woff2"), url("/files/fonts/fcabf57374f6c3beb55ad6e5cb0d0360d5de2e67535e5b95186fe2f35636ccc.woff") format("woff");
}

body {
	margin: 0;
	font-family: "FF Unit Light";
	color: #22221C;
	font-size: clamp(19px, 3vw, 28px);
	line-height: clamp(30px, 4.5vw, 42px);
	/*font-variant-numeric: oldstyle-nums;*/
	-webkit-text-size-adjust: 100%;
	font-display: auto;
	overflow-x: hidden;
}

body.bg_color {
	/*background: #F6F6F3;*/
	background-image: linear-gradient(#F6F6F3 5vh, #FFF 95vh);
}

body > svg {
	width: 163px;
	height: auto;
	position: absolute;
	right: 0;
    top: 0;
	z-index: 1;
}

#header {
    font-family: "FF Unit Light";
    font-size: 19px;
    height: 73px;
    position: absolute;
    white-space: nowrap;
	width: 100%;
	top: 0;
	z-index: 1;
}

#header .inside {
    margin: 0 auto;
    max-width: 960px;
	background: rgba(255, 255, 255, 0.90);
	height: 100%;
	padding-top: 12px;
	position: relative;
}

#header .inside.bg_color, #header:not(.menu_open) .inside.bg_color nav ul.level_1 > li.submenu.trail {
    background: #F6F6F3;
}

#header.menu_open .inside {
	background: rgba(246, 246, 243, 1);
}

#header h1 {
	font-family: "Atma Serif W05 Book";
	font-size: clamp(19px, 4vw, 30px);
	line-height: clamp(19px, 4vw, 30px);
	font-weight: normal;
	margin: 0 0 0 20px;
}

#header h1 a {
	color: #22221C;
	text-decoration: none;
}

#header h1 a:hover {
	color: #05587D;
}

#header h1 span {
	display: block;
	font-family: "FF Unit Light";
	font-size: 19px;
	line-height:30px;
}

#header .menu svg {
	/*width: 70px;
	height: auto;
	position: absolute;
    right: 14px;
    top: 7px;
	cursor: pointer;*/
	
	width: 38px;
    height: auto;
    position: absolute;
    right: 14px;
    top: 7px;
    cursor: pointer;
    padding: 20px;
}

#header .menu svg .x-hover, #header .menu svg .x-inaktiv, #header .menu svg .hover, #header .menu:hover svg .inaktiv, #header.menu_open .menu svg .inaktiv, #header.menu_open .menu:hover svg .x-inaktiv, #header.menu_open .menu:hover svg .hover {
	display: none;
}

#header .menu:hover svg .hover, #header.menu_open .menu svg .x-inaktiv, #header.menu_open .menu:hover svg .x-hover   {
	display: block;
}
/*
#header .menu svg .menu-x, #header.menu_open .menu svg .menu-0 {
	display: none;
}

#header.menu_open .menu svg .menu-x {
	display: block;
}*/

#header nav {
	position: absolute;
	background: rgba(246, 246, 243, 1);
	padding-bottom: 50px;
	border-radius: 0px 0px 4px 4px;
	left: -20000px;
}

#header.menu_open nav {
	position: static;
}

#header nav ul {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
	position: relative;
}

#header nav > ul {
	padding: 50px 0 50px 20px;
}

#header nav ul.level_2 {
	padding: 10px 0;
	background: #EFEFEC;
	border-radius: 0px 0px 4px 4px;
}

#header nav ul.level_2 {
	background: #EFEFEC;
}

#header nav ul li {
	margin: 0;
}

#header.menu_open nav ul.level_1 > li {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 23px);
	background: #FFBB03;
	margin-right: 20px;
	border-radius: 4px;
	position: static !important;
}

#header:not(.menu_open) nav ul.level_1:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(19960px + 100vw);
    top: 0;
    background-image: linear-gradient(to right, transparent, #F6F6F3 30px);
}

#header:not(.menu_open) nav ul.level_1 > li.submenu.trail {
	position: absolute;
	left: 20000px;
	background: rgba(255, 255, 255, 0.90);
	display: inline-block;
	top: 18px;
	width: 960px;
	line-height: 40px;
	max-width: 100vw;
    overflow: auto;
}

#header:not(.menu_open) nav ul.level_1 > li.submenu.trail a {
	font-size: 19px;
	font-family: "FF Unit Light";
	color: #05587D;
	display: inline-block;
	padding: 0 11px;
}

#header:not(.menu_open) nav ul.level_1 > li.submenu.trail > a {
	font-family: "FF Unit Bold";
	color: #22221C;
	padding-left: 21px;
}

#header:not(.menu_open) nav ul.level_1 > li.submenu.trail .active a, #header:not(.menu_open) nav ul.level_1 > li.submenu.trail .trail a {
	font-family: "FF Unit Bold";
}

#header:not(.menu_open) nav ul.level_1 > li.submenu.trail li {
	display: inline-block;
}

#header:not(.menu_open) nav ul.level_1 > li.submenu.trail ul.level_2 {
	background: transparent;
	display: inline-block;
	padding: 0 20px 0 0;
}

#header:not(.menu_open) nav ul.level_1 > li.submenu.trail ul.level_3 {
	display: none;
}

#header nav ul.level_1 > li:last-child {
	margin-right: 0;
}

#header nav ul.level_2 > li.submenu > a:after {
    content: '+';
    position: absolute;
    right: 10px;	
	font-family: "FF Unit Light";
}

#header nav ul.level_2 > li.submenu.open > a:after {
    content: '–';
}

#header:not(.menu_open) nav ul.level_2 > li.submenu > a:after {
    content: '';
}

#header nav ul li a {
	text-decoration: none;
	font-family: "FF Unit Bold";
	color: #05587D;
	font-size: 24px;
	line-height: 24px;
	padding: 5px 11px;
	display: block;
}

#header nav ul.level_1 > li > a {
	color: #FFFFFF;
	padding: 14px 11px;
}

#header nav ul.level_3 li a {	
	font-family: "FF Unit Light";
}

#header nav .maps {	
	width: 297px;
	margin: 0 auto;
}

#header nav .maps a {	
	color: #05587D;
	border-radius: 4px;
	background: #EFEFEC;
	text-decoration: none;
	font-size: 14px;
	line-height: 12px;
	padding: 11px 0;
	width: calc(50% - 10px);
	margin-right: 20px;
	display: inline-block;
	position: relative;
	text-indent: 45px;
}

#header nav .maps a:last-child {	
	margin-right: 0;
}

#header nav .maps a svg {	
	width: 24px;
	height: 24px;
	position: absolute;
    top: 6px;
	left: 11px;
}

.header_img {
	display: flex;
	/*align-items: center;  */
	justify-content: center;
	width: 100%;
	max-height: calc(88vh + 20px);
	overflow: hidden;
	position: relative;
}

.header_img picture {
	max-height: 87vh;
    overflow: hidden;
    display: block;
}

.header_img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.header_img figcaption {
	max-width: 940px;
    margin: 10px auto 0;
    color: #50504B;
    font-size: 16px;
    line-height: 18px;
	padding: 0 20px;
}

.header_img_btn {
    position: absolute;
    bottom: 108px;
    text-align: center;
    width: 100%;
}

.header_img_btn a {
    width: 220px;
	display: inline-block;
	background: #05587D;
	color: #FFFFFF;
	font-family: "FF Unit Bold";
	font-size: 24px;
	font-size: clamp(12px, 2.5vw, 24px);
	line-height: 24px;
	margin-right: 20px;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	border-radius: 4px;
}

.header_img_btn a:last-child {
	margin-right: 0;
}

.header_img_btn a:hover {
	color: #05587D;
	background: #FFFFFF;
}

.mod_article > div:not(.header_img, .neu_hier), .mod_newsreader > div:not(.header_img), .mod_newsarchive {	
    margin: 0 auto;
    max-width: 940px;
	padding: 0 20px;
	width: calc(100% - 40px);
}

.mod_article.home .content-headline, .mod_article.home .content-text h2 {
	text-align: center;
}

.mod_article.home h2 {
    color: #50504B;
    font-family: "FF Unit Bold";
    font-size: clamp(36px, 4.5vw, 72px);
	margin-top: 110px;
}

.mod_article.home h3 {
    color: #50504B;
    font-family: "FF Unit Bold";
}

#team.mod_article > div.content-gallery {
	max-width: 100%;
}

.mod_newsarchive a {	
    text-decoration: none;
	display: block;
	border-radius: 4px;
	background: #F6F6F3;
	margin: 15px 0;
}

.mod_newslist .news {
	position: absolute;
    background: rgba(255, 255, 255, 0.90);
    border-radius: 4px;
	width: 100%;
	margin-top: 18px;
	line-height: 42px;
}

.mod_newsarchive a > div {	
    padding: 15px 15px;
}

.mod_article > div:not(.header_img):first-child {	
    margin-top: 187px;
}

.mod_newsreader > div:not(.header_img):first-child, .mod_newsarchive {	
    margin-top: 147px;
}

.mod_newsarchive div.year {
    font-family: "Atma Serif W05 Book";
	font-size: clamp(44px, 4.5vw, 60px);
	line-height: 60px;
	margin-top: 70px;
}

.mod_newslist h2 {
	font-family: "FF Unit Bold";	
	color: #FFF;
	font-size: clamp(16px, 2.5vw, 19px);
	background: #05587D;
	border-radius: 4px;
	line-height: 28px;
	display: inline-block;
	padding: 0 13px;	
    margin:0 14px 0 21px;
}
	
.mod_newslist .news h2 svg {
	display: none;
}

.mod_newslist .news div {
	display: inline-block;
}

.mod_newsarchive h2 {
	color: #05587D;
    font-family: "FF Unit Bold";
	font-size: clamp(24px, 3.5vw, 36px);
    line-height: 50px;
    margin:0;
}

.mod_newsarchive a:hover h2 {
	color: #FFBB03;
}

.mod_newsarchive p {
	color: #50504B;
}

.mod_newslist .layout_latest {
	font-size: 0;	
	line-height: 0;
	position: relative;
	width: calc(100% - 235px);
}

.mod_newslist .layout_latest > div {
	width: 100%;
}

.mod_newslist h2 + p + .layout_latest {
	margin-top: 80px;
}

.mod_newslist figure {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	line-height: 0;
}

.mod_newslist  picture {
	width: 100%;
	height: 270px;
	border-radius: 4px 0 0 4px;
	overflow: hidden;
    display: block;
}

.mod_newslist  img {
	min-width: 100%;
	min-height: 100%;
    height: auto;
	width: auto;
    object-fit: cover;
}

.mod_newslist figure + div {
	display: inline-block;
	vertical-align: top;
	border-radius: 0px 4px 4px 0px;
	width: calc(50% - 70px);	
	font-size: inherit;
	padding: 0 35px;
}

.mod_newslist .layout_latest div h3 {
	color: #05587D;
	font-family: "FF Unit Bold";
	font-size: clamp(16px, 2.5vw, 19px);
	line-height: 28px;
	margin: 0;
	width: 100%;
}

.mod_newslist .layout_latest div h3 a {
	color: #05587D;
	text-decoration: none;
}

.mod_newslist .layout_latest div h3 a:hover {
	color: #FFBB03;
}

.mod_newslist .layout_latest div h3 a span {
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 0 0 -7px;
	max-width: calc(100% - 37px);
}

.mod_newslist .layout_latest div h3 a svg {
	margin: 0 0 -1px 8px;
}

.mod_newslist .layout_latest div p.subhead {
	color: #05587D;
	text-align: center;
	font-size: 19px;
	line-height: 25px;
}

.mod_newslist .layout_latest div .ce_text {
	color: #22221C;
	text-align: center;
	font-size: 19px;
	line-height: 30px;
	margin-top: 12px;
}

.mod_newslist .layout_latest div p.more a {
    color: #FFF;
    font-family: "FF Unit Bold";
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    border-radius: 4px;
    background: #05587D;
    display: block;
    text-decoration: none;
    width: fit-content;
    padding: 0 55px;
    position: absolute;
    bottom: 40px;
    left: calc(75% + 35px);
    transform: translateX(-75%);
}

.mod_newslist .layout_latest div p.more a:hover {
    background: #FFF;
    color: #05587D;
}

.mod_newslist .more_news {
	font-family: "FF Unit Light";
	color: #05587D;
	font-size: clamp(16px, 2.5vw, 19px);
	line-height: 28px;
	position: absolute;
    right: 33px;
	margin-top: 7px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.mod_newslist .more_news:hover {
    color: #FFBB03;
}

.mod_article > div.neu_hier {
	margin-top: 138px !important;
}

.neu_hier h2 {
	color: #50504B;
	font-family: "FF Unit Bold";
	text-align: center;	
	font-size: clamp(36px, 4.5vw, 72px);
	line-height: 40px;
}

.neu_hier > p {
	color: #50504B;
	text-align: center;
	padding: 0 20px;
}

.neu_hier .entries {
	margin-top: 80px;
	white-space: nowrap;
	/*width: calc(50vw + (940px/2));*/
    overflow-x: auto;
	font-size: 0;
	text-align: center;
}

.neu_hier .entries a {
	width: 380px;
	height: 540px;
	border-radius: 0px 0px 4px 4px;
	background: #F6F6F3;
	overflow: hidden;
	display: inline-block;
	margin-right: 30px;
	white-space: normal;
	text-decoration: none;
	text-align: left;
	max-width: 75vw;
}

.neu_hier .entries a:first-child {
	margin-left: 20px;
}

.neu_hier .entries a picture {
	width: 380px;
	height: 270px;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
    display: block;
	margin-bottom: 10px;
}

.neu_hier .entries a img {
	min-width: 100%;
	min-height: 100%;
    height: auto;
	width: auto;
    object-fit: cover;
		/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.neu_hier .entries a .column {
	color: #50504B;
	font-size: clamp(12px, 1.5vw, 16px);
	line-height: clamp(16px, 1.5vw, 21px);
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 0 16px;
}

.neu_hier .entries a h3 {
	color: #05587D;
	font-family: "FF Unit Bold";	
	font-size: clamp(24px, 3.5vw, 36px);
	line-height: clamp(20px, 3.5vw, 30px);
	margin: 5px 0 20px;
	padding: 0 16px;
}

.neu_hier .entries a:hover h3 {
	color: #FFBB03;
}

.neu_hier .entries a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.neu_hier .entries a p {
	color: #22221C;
	font-size: 19px;
	line-height: 30px;
	padding: 0 16px;
}

.content-gallery ul {	
    list-style-type: none;
	padding: 0;
}

#team .content-gallery ul {	
    display: grid;
    margin: 50px 0 0;
    grid-template-columns: repeat(auto-fit, minmax(236px, 1fr));
    grid-gap: 20px;
    justify-items: center;
}

.content-gallery ul li {	
    display: inline-block;
	margin: 0 20px 20px 0;
	width: calc(33.333% - 18px);
	vertical-align: top;
}

.content-gallery ul li:nth-child(3n) {	
	margin-right: 0;
}

#aerzte .content-gallery ul li {	
	margin: 0 0 20px 0;
	width: 100%;
}

#team .content-gallery ul li {	
	width: unset;
	margin: 0;
}

#team .content-gallery ul li:nth-child(n + 3) {
	margin-right: 0;
}

.content-gallery ul li a {
	text-decoration: none;
}

.content-gallery ul li a div {
	overflow: hidden;
	line-height: 0;
}

.arzt .content-gallery ul li figure {	
	border-radius: 4px;
	background: #F6F6F3;
}

#aerzte .content-gallery ul li a img {
	min-width: 100%;
	min-height: 100%;
    height: auto;
	width: auto;
    object-fit: cover;
		/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#aerzte .content-gallery ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#team .content-gallery figcaption {	
	font-size: clamp(16px, 2.5vw, 19px);
	line-height: clamp(25px, 3vw, 28px);
}

#aerzte .content-gallery figcaption {
	color: #22221C;
	font-size: clamp(16px, 2.5vw, 32px);
	line-height: clamp(25px, 3vw, 45px);
}

.mod_article > div.content-image + .content-image {
	margin-top: 50px;
}

.mod_article > div.content-image + .content-text + .content-image {
	margin-top: 50px;
}

.content-image figcaption {
	font-size: 32px;
	line-height: 42px;
	font-family: "FF Unit Bold";
}

.content-hyperlink a, .mod_article > div.more {
	width: fit-content;
    display: block;
    background: rgba(255, 187, 3, 1);
    color: #FFFFFF;
    font-family: "FF Unit Bold";
    font-size: clamp(12px, 2.5vw, 24px);
    line-height: 24px;
    margin: 75px auto 0;
    text-align: center;
    text-decoration: none;
    padding: 15px 69px;
    border-radius: 4px;
	cursor: pointer;
}

.content-hyperlink a:hover, .mod_article > div.more:hover {
    background: #05587D;
}

.mod_article > div.handorgel__content {
	display: none;
	margin-top: 42px;
}

.mod_article > div.handorgel__content.open {
	display: block;
}

.jobfilter {
    text-align: center;
}

.jobfilter > div {
	width: 167px;
    display: inline-block;
    background: rgba(255, 187, 3, 1);
    color: #FFFFFF;
    font-family: "FF Unit Bold";
    font-size: clamp(12px, 2.5vw, 24px);
    line-height: 24px;
    margin: 75px 10px 75px;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 4px;
    cursor: pointer;
}
	
.jobfilter > div:first-child {
	margin-left: 0;
}

.jobfilter > div:last-child {
	margin-right: 0;
}

.jobfilter > div:hover, .jobfilter > div.active {
	background: #05587D;
}

.jobintro {
	margin-bottom: 70px;
}

.jobinto_job {
	margin-top: 70px;
}

.job_entry {
	background-color: #F6F6F3;
	padding: 0 20px;
	margin-bottom: 20px;
}

.job_entry .facts {
	cursor: pointer;
	color: #22221C;
	font-family: "FF Unit Bold";
	font-size: clamp(16px, 3.5vw, 24px);
	line-height: 25px;
	padding: 5px 0 10px;
}

.job_entry .facts h4 {
	color: #05587D;
	font-family: "FF Unit Bold";	
	font-size: clamp(24px, 3.5vw, 36px);
	line-height: 50px;
	margin: 0;
	padding-bottom: 5px;
	position: relative;
}

.job_entry .facts:hover h4 {
	color: #ffbb03;
}

.job_entry .facts h4 svg {
	width: 18px;
	height: 13px;
	right: 0;
	top: 20px;
	position: absolute;
}

.job_entry .facts h4 svg .up-hover, .job_entry .facts h4 svg .up-inaktiv, .job_entry .facts h4 svg .down-hover, .job_entry .facts:hover h4 svg .down-inaktiv, .job_entry.open .facts h4 svg .down-inaktiv, .job_entry.open .facts:hover h4 svg .up-inaktiv, .job_entry.open .facts:hover h4 svg .down-hover {
	display: none;
}

.job_entry .facts:hover h4 svg .down-hover, .job_entry.open .facts h4 svg .up-inaktiv, .job_entry.open .facts:hover h4 svg .up-hover   {
	display: block;
}

.job_entry .facts p span {
	border-right: 1px solid #FFBB03;
	margin-left: 20px;
	padding-right: 20px;
}

.job_entry .facts p span:first-child {
	margin-left: 0;
}

.job_entry .facts p span:last-child {
	padding-right: 0;
	border-style: none;
}

.job_entry .jobtext {
	display: none;
}

.job_entry.open .jobtext {
	display: block;
	padding: 20px 0;
	font-size: 19px;
    line-height: 28px;
}

#praxiszeiten {
    width: 350px;
    padding: 0 20px;
	margin: 100px auto 0;
}

#praxiszeiten > div {
	border-radius: 4px;
    background: #F6F6F3;
    padding: 0 30px 0 20px;
}

#praxiszeiten .jetzt {
	font-size: 19px;
	line-height: 58px;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}

#praxiszeiten .jetzt * {
	display: inline-block;
	color: #05587D;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: -1px;
}

#praxiszeiten .jetzt h2,#praxiszeiten .jetzt h3 {
	font-family: "FF Unit Bold";
	margin: 0;
}

#praxiszeiten .jetzt .offen {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #55C400;
	margin-left: 28px;
}

#praxiszeiten .jetzt .zu {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #E60000;
	margin-left: 28px;
}

#praxiszeiten .jetzt > div + div {
	margin-left: 8px;
	white-space: nowrap;
}

#praxiszeiten .jetzt svg {
	width: 18px;
    height: 13px;
    right: -24px;
    top: 23px;
    position: absolute;
    padding: 0 6px;
}

#praxiszeiten .jetzt svg .up-hover, #praxiszeiten .jetzt svg .up-inaktiv, #praxiszeiten .jetzt svg .down-hover, #praxiszeiten .jetzt:hover svg .down-inaktiv, #praxiszeiten.open .jetzt svg .down-inaktiv, #praxiszeiten.open .jetzt:hover svg .up-inaktiv, #praxiszeiten.open .jetzt:hover svg .down-hover {
	display: none;
}

#praxiszeiten .jetzt:hover svg .down-hover, #praxiszeiten.open .jetzt svg .up-inaktiv, #praxiszeiten.open .jetzt:hover svg .up-hover {
	display: block;
}

#praxiszeiten .alle {
	display: none;
	line-height: 25px;
	padding-bottom: 30px;
}

#praxiszeiten.open .alle {
	display: block;
}

#praxiszeiten #statusText span {
	color: #FFF;
    text-align: center;
    font-family: "FF Unit Bold";
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    background-color: #E60000;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
	margin: 0 0 8px;
}

.kontakt #praxiszeiten #statusText span {	
	display: block;
    width: fit-content;
    padding: 0 12px;
}

#praxiszeiten #statusText span.announce {
    background-color: rgba(255, 187, 3, 1);
}

#praxiszeiten .alle .wTag {
	font-family: "FF Unit Bold";
	font-size: 19px;
    line-height: 36px;
	display: inline-block;
	width: 162px;
    border-bottom: 1px solid #FFF;
}

#praxiszeiten .alle .wTag_offen {
	font-size: 19px;
    line-height: 36px;
	display: inline-block;
	width: calc(100% - 162px);
    border-bottom: 1px solid #FFF;
}

#praxiszeiten .alle .links {
	margin-top: 15px;
}

#praxiszeiten .alle .links a {
	width: 143px;
	height: 30px;
	color: #05587D;
	text-align: center;
	font-family: "FF Unit Bold";
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	background-color: #FFF;
	display: inline-block;
	border-radius: 4px;
}

#praxiszeiten .alle .links a:first-child {
	margin-right: 14px;
}

#praxiszeiten .alle .links a:hover {
	color: #FFF;
	background-color: #05587D;
}

.kontakt #praxiszeiten {
	width: calc(100% - 40px);
	padding: 0 20px;
	max-width: 940px;
	margin-bottom: 20px;
	margin-top: 50px;
}

.kontakt #praxiszeiten > div {
	padding: 0 20px;
}

.kontakt #praxiszeiten h2, .kontakt #praxiszeiten h3 {
	color: #05587D;
	font-family: "FF Unit Light";	
	font-size: clamp(21px, 3.5vw, 36px);
    line-height: 50px;
	padding: 7px 0 10px;
	display: block;
}

.kontakt #praxiszeiten .jetzt svg {
    right: -6px;
	top: 30px;
}

.kontakt #praxiszeiten .jetzt div, .kontakt #praxiszeiten .alle .links {
	display: none;
}

.aufklappbox {
	position: relative;
	cursor: pointer;
	padding: 0 20px;
    margin-bottom: 20px;
	max-width: 940px !important;
}

.aufklappbox > div {
	border-radius: 4px;
    background: #F6F6F3;
	padding: 0 20px;
}

.aufklappbox h3 {
	color: #05587D;
    font-family: "FF Unit Light";
    font-size: clamp(21px, 3.5vw, 36px);
    line-height: 50px;
    padding: 7px 0 10px;
    margin: 0;
}

.aufklappbox h3 svg {
    width: 18px;
    height: 13px;
    right: 40px;
    top: 30px;
    position: absolute;
}

.aufklappbox h3 svg .up-hover, .aufklappbox h3 svg .up-inaktiv, .aufklappbox h3 svg .down-hover, .aufklappbox h3:hover svg .down-inaktiv, .aufklappbox.open h3 svg .down-inaktiv, .aufklappbox.open h3:hover svg .up-inaktiv, .aufklappbox.open h3:hover svg .down-hover {
	display: none;
}

.aufklappbox h3:hover svg .down-hover, .aufklappbox.open h3 svg .up-inaktiv, .aufklappbox.open h3:hover svg .up-hover {
	display: block;
}

.aufklappbox div div {
	display: none;
}

.aufklappbox.open div div {
	display: block;
    padding: 20px 0;
    font-size: 19px;
    line-height: 28px;
}

#footer {
	background: #50504B;
	padding-bottom: 20px;
}

#footer nav ul {
	list-style-type: none;
	padding: 18px 0 5px;
	max-width: 940px;
	margin: 100px auto 0;
	text-align: center;
	/*border-bottom: 1px solid #AFAFAA;*/
}

#footer nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
	border-right: 1px solid #AFAFAA;
	line-height: 19px;
}

#footer nav ul li:first-child {
	padding-left: 0;
}

#footer nav ul li:last-child {
	padding-right: 0;
	border-right: none;
}

#footer nav ul li a {
    color: #FFFFFF;
	font-size: 19px;
	line-height: 19px;
	text-decoration: none;
}

#footer .footer_logo {
	text-align: center;
	font-size: 19px;
	line-height: 25px;
	margin: 0 auto;
	width: 204px;
	padding: 28px 0 190px;
}

#footer .footer_logo a {
    color: #AFAFAA;
	text-decoration: none;
}

#footer .footer_logo svg {
    display: block;
	width: 204px;
	height: auto;
	margin-top: 10px;
}

#termin .termin_icon {
	width:70px;
	height: auto;
	position: fixed;
	right: 30px;
	bottom: 70px;
}

#termin .termin_icon svg .hover, #termin .termin_icon svg:hover .inaktiv {
	display: none;
}

#termin .termin_icon svg:hover .hover {
	display: block;
}

h2 {
	font-family: "Atma Serif W05 Book";
	font-weight: normal;
	margin: 36px 0;
	font-size: clamp(44px, 5vw, 64px);
	line-height: clamp(50px, 5vw, 70px);
}

h3 {
	font-family: "Atma Serif W05 Book";
	font-weight: normal;
	margin: 60px 0 24px;
	font-size: clamp(34px, 5vw, 42px);
	line-height: clamp(38px, 5vw, 46px);
}

h4, h5, h6 {
	font-weight: normal;
}

.small {
	font-size: 16px;
}

.invisible {
	position: absolute;
	left: -20000px;
}

figure, p {
	margin: 0;
}

figcaption {
    margin: 8px auto 30px;
    color: #50504B;
    font-size: 16px;
    line-height: 18px;
}

strong {
	font-family: "FF Unit Bold";
	font-weight: normal;
}

img {
	max-width:100%;
	height: auto;
}

a {
	color: #05587D;
	text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

a:hover {
	text-decoration: none;
}

svg .hover, a:hover svg .inaktiv {
	display: none;
}

a:hover svg .hover {
	display: block;
}

@media (max-width: 1360px) {
	body > svg {
		display: none;
	}
}

@media (max-width: 980px) {
	#header {
		height: unset;
	}
	
	#header .inside {
		padding-top: 0;
	}
	
	#header h1 {
		padding: 10px 0;
	}
	
	#header h1 span {
		display: none;
	}
	
	#header .menu svg {
		width: 20px;
		right: unset;
		left: calc(50% - 15px);
		top: 6px;
		padding: 12px 0 8px;
	}
	
	#header nav > ul {
		padding: 25px 20px 50px;
	}

	#header.menu_open nav ul.level_1 > li {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
		padding-bottom: 6px;
	}
	
	#header:not(.menu_open) nav ul.level_1 > li.submenu.trail {
		top: 1px;
	}
	
	#header nav ul.level_1 > li > a {
		padding: 14px 11px 6px;
	}
	
	#header nav ul.level_2 {
		background: #FFBB03;
		padding: 0 0 10px;
	}

	#header nav ul.level_2 {
		display: none;
	}

	#header nav ul > li.submenu.open ul.level_2 {
		display: block;
	}
	
	.header_img + div.content-headline {
		order: -1;
		margin-top: 100px !important;
	}
	
	.header_img + div.content-headline h2 {
		margin-bottom: 26px;
	}
	
	.header_img {
		margin-bottom: 20px;
	}

	.header_img_btn {
		bottom: 25px;
	}	
	
	.header_img_btn a {
		width: 23vw;
        line-height: 15px;
        margin-right: 15px;
        padding: 1.8vw 0;
	}	

	.content-hyperlink a, .mod_article > div.more {
		width: 23vw;
		line-height: 15px;
		margin: 50px auto 0;
		padding: 1.8vw 0;
	}
	
	.jobfilter > div {
		width: 23vw;
        line-height: 15px;
        margin: 50px 3.5vw;
        padding: 1.8vw 0;
	}
	
	.mod_article > div:not(.header_img):first-child {
		margin-top: 100px;
	}	
	
	.mod_article > div.neu_hier {
		margin-top: 50px !important;
	}
	
	.mod_newslist .news {
		margin-top: 0.8vw;
	}

	.mod_newslist > h2, .neu_hier h2, .mod_article.home h2 {
		margin: 25px 0 5px;
	}
	
	.mod_newslist h2 {
		line-height: 26px;
		margin: 0 10px 0 21px;
		position: relative;
	}
	
	.mod_newslist h2 + p + .layout_latest, .neu_hier .entries {
		margin-top: 40px;
	}
	
	.neu_hier .entries a {
		height: 490px;
	}
	
	.neu_hier .entries a p {
		hyphens: auto;
	}
	
	.mod_newslist figure {
		display: block;
		width: 100%;
	}
	
	.mod_newslist figure + div {
		display: block;
		border-radius: 0px 0px 4px 4px;
		width: calc(100% - 70px);
        padding-bottom: 30px;
	}
	
	.mod_newslist .layout_latest div p.more a {
		position: static;
		margin: 20px auto 0;
		transform: none;
		padding: 0 55px;
		font-size: clamp(12px, 2.5vw, 24px);
		width: 23vw;
        line-height: 15px;
        padding: 1.8vw 0;
	}	

	.mod_newslist .more_news {
		right:20px;
	}
	
	.mod_article {
		display: flex;
		flex-direction: column;
	}
	
	.neu_hier .entries a picture {
		max-height: 50vw;
		width: 100%;
	}
	
	#team .content-gallery ul {	
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
	
	#termin .termin_icon {
		width: 40px;
		bottom: 30px;
	}
	
	a {
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
	}
}

@media (max-width: 750px) {
	#header .menu svg {
        padding: 2.5vw 0 8px;
		top: 0;
    }
	
	.content-gallery ul li {
		margin: 0 10px 10px 0;
		width: calc(33.333% - 11px);
	}	
	
	.aufklappbox h3 {
		line-height: 40px;
		padding: 7px 0 5px;
		margin: 0;
	}
	
	.aufklappbox h3 svg {
		top: 20px;
	}
	
	.kontakt #praxiszeiten h2, .kontakt #praxiszeiten h3 {
		line-height: 40px;
		padding: 7px 0 5px;
		display: block;
	}
	
	.kontakt #praxiszeiten .jetzt svg {
		top: 20px;
		
	}
	
	.mod_newslist .news h2 span {
		display: none;
	}
	
	.mod_newslist .news h2 svg {
		display: inline-block;
        padding: 2.5px 0px;
        margin-bottom: -4px;
		width:15px;
	}
	
	.mod_newslist .layout_latest div h3 a span {
		max-width: calc(100% + 55px);
	}
	
	.mod_newslist .news .more_news span {
		display: none;
	}
	
	.mod_newslist .layout_latest div h3 a svg {
		width: 12px;
	}
	
	.mod_newslist h2 {
		top: -1px;
	}
}

@media (max-width: 520px) {	
	#header .menu svg {
        padding: 2.5vw 0 8px;
    }
	
	#team .content-gallery ul {	
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
}

@media (max-width: 420px) {	
	#header .menu svg {
        padding: 3vw 0 8px;
    }
}
