
/* KFA.WIEN.HERA
 #0047BA / rgb(0, 71, 186)  Hera-blau
 #00A887                    Hera-grün
*/


/*
12px = 0.5rem
14px = 0.584rem
16px = 0.667rem
17px = 0.709rem
18px = 0.75rem
20px = 0.834rem 
22px = 0.917rem
23px = 0.958rem
24px = 1rem (base)
25px = 1.042rem
26px = 1.084rem
28px = 1.167rem
29px = 1.209rem
30px = 1.25rem
31px = 1.292rem
32px = 1.335rem
34px = 1.417rem
36px = 1.5rem 
38px = 1.584rem
40px = 1.667rem
44px = 1.833rem
48px = 2rem
60px = 2.5rem
68px = 2.833rem
92px = 3.833rem
*/

/*
.lc_accordion.custom1: accordion is open and acordion-tab has an color gradient as background
*/

/* color definition */

:root {
	--g-link-text-color: #0047BA;

	--p-text-color: #0047BA;

	--p-bg-color: #0047BA;

	--p-border-color: #0047BA;
}

/* ============================================ */
/* Body & Font Settings */
/* ============================================ */


@font-face {
	font-family: "Public Sans";
	font-weight: 500;
	src: local("Public Sans Medium"), local("Public-Sans-Medium"), url("/esvportal/layouts/fonts/publicsans/PublicSans-Medium.ttf") format("truetype");
}


@font-face {
	font-family: "Public Sans";
	font-weight: 800;
	src: local("Public Sans ExtraBold"), local("Public-Sans-ExtraBold"), url("/esvportal/layouts/fonts/publicsans/PublicSans-ExtraBold.ttf") format("truetype");
}

@font-face {
	font-family: "Public Sans";
	font-weight: 400;
	src: local("Public Sans"), local("Public-Sans-Regular"), url("/esvportal/layouts/fonts/publicsans/PublicSans-Regular.ttf") format("truetype");
}

body,
html {
	font-size: 20px;
	line-height: 34px;
	color: #000000;
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
}

body > .error {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 1px;
}

/* ============================================ */
/* Bugfixes für gesezte Schriftarten aus  general.css und zeilenkonzept.css*/
/* ============================================ */

.contentline .more_link {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
}


/* ============================================ */
/* Header                                       */
/* ============================================ */

#esv-header {
	height: 142px;
}

#esv-header .center {
	float: none;
	width: 1280px;
	margin: 0 auto;
	padding-left: 0;
}

#esv-header .overlay_logoshadow {
	background: white;
	height: 141px;
	margin-left: -5px;
}

#esv-header .logoshadow {
	position: absolute;
	box-shadow: 0 0 4px #000;
	border-radius: 50%;
	z-index: -1;
}

#esv-header .logoshadow,
#esv-header .logo {
	top: 12px;
}

#esv-header .logoshadow,
#esv-header .logo a,
#esv-header .logo img {
	width: 175px;
	height: 175px;
}

#esv-header .logo a {
	display: inline-block;
}

#esv-header .logo img {
	background: #ffffff;
	border-radius: 50%;
	padding: 5px;
}

.tools {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
	width: auto;
	/*font-family: 'Public Sans Regular',sans-serif; */
	font-family: 'Public Sans', sans-serif;
}

.tools .column1 {
	width: auto;
	flex: none;
	padding-top: 8px;
}

.tools .column2 {
	max-width: 400px;
	display: flex;
	justify-content: flex-end;
	background: none;
	flex: 1 1 auto;
}

#esv-header .main>ul {
	padding-left: 200px;
}

.metanavi ul {
	display: flex;
	justify-content: flex-end;
}

.metanavi li:after {
	content: '\007C';
	font-size: 0.709rem;
	padding-left: 15px;
	padding-right: 15px;
}

.metanavi ul a {
	/*font-family: "Public Sans Medium"; */
	font-family: 'Public Sans', sans-serif;
	font-size: 0.709rem;
	line-height: 0.834rem;
}

.accessicon {
	float: left;
	padding: 2px 32px 0 0;
	position: relative;
}

.accessicon:after {
	content: '\007C';
	font-family: 'Public Sans', sans-serif;
	font-size: 0.709rem;
	line-height: 0.834rem;
	position: absolute;
	top: 10px;
	right: 15px;
}

.accessicon a,
.header-facebook a,
.header-instagram a,
.menuicon a {
	display: inline-block;
	height: 40px;
}

.accessicon a:before {
	content: '\e950';
	font-family: 'sv_icons';
	font-size: 40px;
	font-weight: normal;
}

.accessicon img {
	height: 0;
}

.header-facebook,
.header-instagram {
	padding-right: 15px;
}

.header-facebook img,
.header-instagram img {
	max-width: 40px;
}

.menuicon,
.searchicon {
	background: none;
}

.menuicon img {
	height: 0;
}

.menuicon a {
	line-height: 1;
}

.menuicon a:before {
	content: '\e96a';
	font-family: 'sv_icons';
	font-size: 40px;
	color: #0047BA;
}


/* search */

#search input {
	font-family: 'Public Sans', sans-serif;
}

.searchicon {
	display: block;
}

.searchbox {
	display: none;
}

.searching .tools .column2 {
	max-width: none;
}

.searchicon a:before,
.searchbutton[type="submit"]:before,
.searching .searchbutton[type="submit"] {
	content: "\e95f";
	font-family: 'sv_icons';
	font-weight: normal;
	background: #0047BA;
	color: #ffffff;
	border-radius: 50%;
	display: block;
	height: 40px;
	width: 40px;
	padding: 0;
}

#esv-header .searchbutton[type="submit"] {
	font-size: 0;
}

.searchicon a:before,
.searchbutton[type="submit"]:before {
	font-size: 40px;
	line-height: 40px;
}

.searchicon a:before,
.searching .searchbutton[type="submit"] {
	transform: rotate(270deg);
}

.searchicon img {
	height: 0;
}

.searching .searchbox {
	display: block;
	outline: none;
}

.searching .searchbox,
.searchbox {
	width: 225px;
	height: 40px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
	border: 1px solid #0047BA;
	border-radius: 20px;
}

.searching .searchicon {
	display: none;
}

.searchbutton[type="submit"],
.searchbutton {
	display: none;
}

.searching .searchbutton[type="submit"],
.searchbutton[type="submit"],
.searchbutton {
	margin: 0;
}

.searching .searchbutton .searchbutton_text,
.searching .searchbutton[type="submit"] .searchbutton_text {
	font-size: 0;
}


/* fixed header */

.fixed #esv-header {
	height: 79px;
}

.fixed #esv-header .overlay_logoshadow {
	position: fixed;
	height: 78px;
	width: 200px;
}

.fixed #esv-header .logoshadow {
	top: 2px;
}

.fixed #esv-header .logoshadow,
.fixed #esv-header .logo a,
.fixed #esv-header .logo img {
	height: 106px;
	width: 106px;
}

.fixed #esv-header .tools .column1,
.fixed #esv-header .tools .column2,
.fixed #esv-header .accessicon,
.fixed #esv-header .searchicon {
	display: none;
}

.fixed #esv-header.searching #search {
	display: none !important;
}

.fixed #esv-header .menuicon {
	display: none;
}


/* ============================================ */
/* mobile-navigation                    - Start */
/* ============================================ */

#esv-navigation .mobilenavi>ul>li>.plus:before {
	margin-top: 8px;
}

#esv-navigation .mobilenavi>ul>li>.minus:before {
	margin-top: 9px;
}

#esv-navigation .mobilenavi>ul>li>ul>li.current-menu-ancestor>.plus:before,
#esv-navigation .mobilenavi>ul>li>ul>li.current-menu-item>.plus:before,
#esv-navigation .mobilenavi>ul>li>ul>li.current-menu-ancestor>.minus:before,
#esv-navigation .mobilenavi>ul>li>ul>li.current-menu-item>.minus:before {
	margin-top: 8px;
}

#esv-navigation .mobilenavi li li li .plus:before {
	margin-top: 4px;
}

#esv-navigation .mobilenavi li li li .minus:before {
	margin-top: 2px;
}

#esv-navigation .mobilenavi li li li.current-menu-ancestor>.plus:before,
#esv-navigation .mobilenavi li li li.current-menu-item>.plus:before {
	margin-top: 2px;
}

#esv-navigation .mobilenavi li li li.current-menu-ancestor>.minus:before,
#esv-navigation .mobilenavi li li li.current-menu-item>.minus:before {
	margin-top: 4px;
}


/* ============================================ */
/* Navigation */
/* ============================================ */

#esv-navigation {
	width: calc(((100% - 1280px) / 2) + 305px);
	padding-top: 0px;
	letter-spacing: 1px;
}

.lc_showsub {
	display: none;
}

#esv-navigation {
	background: none;
	font-size: 0.958rem;
}

#esv-navigation nav ul li:not(.hide-in-sub),
#esv-navigation nav ul li:not(.hide-in-sub) a {
	font-size: 0.958rem;
	padding: 2px 0px;
}

#esv-container #esv-navigation .left .hide-in-sub>a {
	padding: 0px;
}


#esv-navigation ul.sub-menu {
	border-top: 1px solid #0047BA;	
}

#esv-navigation ul.menu>li>ul.sub-menu {	
	border: none;
	border-bottom: 1px solid #0047BA;
}

#esv-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li {	
	text-transform: uppercase;
}

#esv-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {	
	text-transform: none;
}

#esv-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li {
	border-bottom: 1px solid #0047BA;
}

#esv-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li:last-of-type {
	border-bottom: none;
}


#esv-navigation ul.sub-menu li.current-menu-ancestor a {
	color: #0047BA;
	font-family: 'Public Sans', sans-serif;
	font-weight: 800;
}

#esv-navigation ul.sub-menu li.no-ancestor:not(.current-menu-item) a {
	color: #000000;
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
}

#esv-navigation ul.menu li.current-menu-item.has-no-children:before {
	color: #0047BA;
	content: '\e917';
	float: left;
	font-family: 'sv_icons';
	margin-top: 2px;
}

#esv-navigation .left li a.toggle-link {
	margin-left: -3px;
}

#esv-navigation a.toggle-link:before {
	float: left;
	font-family: 'sv_icons';
	margin-left: 3px;
}

#esv-navigation a.plus:before {
	content: '\e917';
	margin-top: 2px;
}

#esv-navigation a.minus:before {
	content: '\e911';
	margin-top: 3px;
}

#esv-navigation li.current-menu-item>a.plus:before,
#esv-navigation li.current-menu-ancestor>a.plus:before,
#esv-navigation li.current-menu-item>a.minus:before,
#esv-navigation li.current-menu-ancestor>a.minus:before {
	color: #0047BA;
}

#esv-navigation a.plus img,
#esv-navigation a.minus img {
	display: none;
}

.left .hide-in-sub.current-menu-ancestor .hide-in-sub.current-menu-ancestor ul.sub-menu ul.sub-menu,
.left .hide-in-sub.current-menu-ancestor .hide-in-sub.current-menu-item ul.sub-menu ul.sub-menu {
	margin-left: 20px;
	padding-top: 7px;
}

#esv-navigation ul li,
#esv-navigation ul li a {
	line-height: 1rem;
}

/* ============================================ */
/* Breadcrumb */
/* ============================================ */

nav.breadcrumb {
	margin-left: calc(((100% - 1280px) / 2) - 116px);
	padding: 0;
	width:80%;
}

.breadcrumb li {
	line-height: 1rem;
}

.breadcrumb li.bcnode {
	font-size: 0.8rem;
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
}

.breadcrumb li.bcnode:after {
	content: '\e913';
	font-family: 'sv_icons';
	font-size: 0.834rem;
	display: block;
	float: right;
}

.breadcrumb li.bcleaf {
	font-size: 1rem;
	font-family: 'Public Sans', sans-serif;
	font-weight: 800;
	color: #0047BA;
}

.breadcrumb li.bcleaf:after {
	content: '';
}

.left ul ul ul ul li {
	border-left: none;
}

/* ============================================ */
/* CONTENT */
/* ============================================ */

div#esv-container {
    margin-top: 6px;
}

div#esv-content_with_nav {
	/* 100% - width of esv-navigation */
	width: calc(100% - (((100% - 1280px) / 2) + 305px));
}

.content {
	margin-top: 0;
}

.pagetools {
	display: none;
}

/* ============================================ */
/* LINKS */
/* ============================================ */

a,
a:visited,
a:active,
a:focus,
a:hover,
nav a:hover,
.lc_showsub a:hover,
.current-menu-item a:hover,
nav.main .menu-item.open a,
nav.main .current-menu-ancestor a,
nav.meta .current-menu-ancestor a,
#esv-nav_portal_detail .where a {
	color: rgb(0, 71, 186);
	/*Hera-blau*/
	text-decoration: none;
}

nav a,
nav a:visited {
	color: #000000;
}

.current-menu-item a,
.current-menu-item a:visited {
	color: rgb(0, 71, 186);
	/*Hera-blau*/
}


/* ============================================ */
/* ELEMENTS */
/* ============================================ */

#esv-container {
	background: url('/cdscontent/load?contentid=10008.745717&version=1618043300');
	background-size: 22%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom right;
}

.center,
.pushed .center,
.searchlist .right {
	width: 974px;
	padding-left: 19px;
	margin: 0;
}

.titlezone h1,
.titleline h1 {
	color: #0047BA;
	margin: 0;
}

.titlezone h1,
.titleline h1,
.textbox h1,
.text h1 {
	font-size: 2rem;
	line-height: 2.833rem;
	font-family: 'Public Sans', sans-serif;
	font-weight: 800;
}

.textbox h2,
.text h2,
.lc_columnContainer h2,
.lc_linkedpageoverview .lc_linkedpageoverview_headline h2 {
	font-size: 1.335rem;
	line-height: 1.417rem;
	font-family: 'Public Sans', sans-serif;
	font-weight: 800;
}

.textbox h3,
.text h3 {
	font-size: 1.167rem;
	line-height: 1.25rem;
	font-family: 'Public Sans', sans-serif;
	font-weight: 800;
}

.text h4,
.textbox h4,
.text h5,
.textbox h5,
.text h6 {
	font-size: 1.084rem;
	line-height: 1.417rem;
	font-family: 'Public Sans', sans-serif;
	font-weight: 800;
}

.lead,
nav {
	font-family: 'Public Sans', sans-serif;
}

hr,
.text hr {
	border-color: rgb(0, 71, 186);
	/*Hera-blau*/
}

hr:not(.dashed):not(.dotted):not(.hidden_clearer) {
	border-bottom: 5px solid rgb(0, 71, 186);
	/*Hera-blau*/
	width: 80px;
}

table td {
	border: 1px solid rgba(0, 71, 186, 0.2);
	/*Hera-blau*/
}

.freetext.text {
	line-height: 1.417rem;
}


/* ============================================ */
/* search result list                           */
/* ============================================ */

.subnavSearchresultSpacer {
	margin-top: 65px;
}

.searchlist {
	margin-top: 40px;
}

.searchlist .titlezone .lead,
.searchlist p {
	font-size: 1rem;
	line-height: 1.3rem;
}

.searchlist .searchbox {
	display: block;
}

.searchlist .searchbutton[type="submit"], 
.searchlist .searchbutton {
	display: block;
	height: 40px;
}

.searchlist .searchicon a::before, 
.searchlist .searchbutton[type="submit"]:before {
	left: 0;
	position: absolute;
	top: 0;
}


.searchlist hr:not(.dashed):not(.dotted):not(.hidden_clearer) {
	width: initial;
	margin-left: 5%;
	margin-bottom: 0;
}

.search_navigation li {
	background: #0047BA;
}

.search_navigation li:not(.current-menu-item):not(:hover) a {
	color: #ffffff;
}

.searchlist .search_navigation {
	display : none;
}


/* ============================================ */
/* Footer                                       */
/* ============================================ */

#esv-footer {
	background: #0047BA;
	font-family: 'Public Sans', sans-serif;
	font-size: 0.709rem;
	line-height: 1.084rem;
	border: none;
}

#esv-footer .center {
	width: 1280px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

#esv-footer strong {
	font-weight: 800;
}

.footerlogo {
	display: inline-block;
	height: 86px;
}

.footerlogo img {
	width: 86px;
}

#esv-footer .columns3_layout {
	margin-top: 19px;
	grid-template-columns: 86px auto 86px;
}

.footer-top-before-infolinks {
	display: none;
}

.footer-sozialmedia-before-infolinks {
	display: none;
}

.footer-sozialmedia-before-infolinks img,
.footer-sozialmedia-after-infolinks img {
	width: 40px;
}

.footer-facebook {
	padding-right: 26px;
}

.footer-facebook a,
.footer-instagram a {
	display: inline-block;
	height: 40px;
}

.footer_address .address_title,
#esv-footer .linkbox h3 {
	font-family: 'Public Sans', sans-serif;
	font-size: 0.709rem;
	line-height: 1.084rem;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
}

#esv-footer .linkbox {
	margin-bottom: 0;
	padding-bottom: 0;
}

#esv-footer .linkbox a {
	display: inline-block;
	min-height: 24px;
}

#esv-footer .linkbox .esvlinks li {
	padding: 0;
}

#esv-footer .linkbox .esvlink-linktext {
	vertical-align: middle;
}

.footer_info {
	font-weight: 800;
	line-height: 0.917rem;
	margin: 24px auto 0 auto;
}

.footer_info p {
	float: left;
}

.footer_info p:after {
	content: '\007C';
	padding: 0 13px;
}

.footer_info p:last-child:after {
	content: '';
	padding: 0;
}

.footer_infolinks {
	float: left;
}

.footer_infolinks p {
	padding-bottom: 4px;
}

.footer_infolinks a {
	display: inline-block;
	min-height: 24px;
}

.top {
	height: 61px;
	margin: 5px 0 0 auto;
	width: 60px;
}

.footer_top .sv-up:before {
	font-size: 60px;
	background: #ffffff;
	color: #0047BA;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	right: 0;
}

#esv-footer .columns5_layout {
	padding-top: 19px;
}

.footer_address p {
	padding-bottom: 0;
}

.footer_address p.address_name {
	padding-bottom: 30px;
}

#esv-footer .columns5_layout ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

.footer_freetext {
	padding-top: 30px;
}

.footer_freetext img {
	max-width: 50px;
	vertical-align: bottom;
}


/* ============================================ */
/* START / Arztsuche */
/* ============================================ */

.arztsuche select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
  }

#searchSurname,
.styledSelect{
	border: 2px solid rgb(0, 71, 186);
	-webkit-box-shadow: 0 1px 2px rgba(0, 71, 186, 0.07) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 71, 186, 0.07) inset;
	box-shadow: 0 1px 2px rgba(0, 71, 186, 0.07) inset;
	border-radius: 5px;	
	font-family: 'Public Sans', sans-serif;
	font-size : 1rem;
	margin-bottom : 25px;
	width : 80%;
	color : #000000;
}


.arztsuche h2 {
	font-family: 'Public Sans', sans-serif;
	font-size : 1.5rem;
	margin : 0 0 10px;
	font-weight: 700;
}

.arztsuche input,
.arztsuche .styledSelect {
	padding: 10px;
}

.arztsuche .select-wrapper {
	position : relative;
}

.arztsuche .styledSelect.focus {
	border: 2px solid rgb(0, 0, 0);	
}


.styledSelect:after {
	content: '\e911';
    float: right;
    color: rgb(0, 71, 186);
	font-family: 'sv_icons';
	font-size : 1rem;	
	font-weight: 800;
}

.arztsuche #searchFachbereich  {
	display : none;
}


.arztsuche #surename-search-wrapper:after {
	content: "\e95f";
    font-family: 'sv_icons';
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #0047BA;
    background-color: #ffffff;
	position: relative;
	left: -42px;
	top: 10px;
}


@media only screen and (min-width : 600px) and (max-width : 700px) {
	.arztsuche label,
	.arztsuche input,
	.arztsuche select,
	.arztsuche .styledSelect,
	.arztsuche .options {
		max-width:inherit;
		min-width: inherit;
	}
}


.arztsuche .s-hidden {
    visibility:hidden;
	display:none;
}

.arztsuche .options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	width : 80%;
}
.arztsuche .options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
}
.arztsuche .options li:hover,
.arztsuche .options li:focus-visible {
    background-color: rgb(0, 71, 186);
	color:white;
	outline: none;
}

/* ============================================ */
/* END / Arztsuche */
/* ============================================ */


/* ============================================ */
/* eSV_Link                             - Start */
/* ============================================ */

.esvlink.esvlink_button_left {
	background: #0047BA;
	border-radius: 10px;
	color: white;
	font-weight: 400;
	padding: 9px 15px 9px 15px;
	width: fit-content;
}

.tile .esvlink.esvlink_button_left {
	width: 100%;
}

p .esvlink .esvlink-linktext {
	font-weight: 500;
}

p strong .esvlink .esvlink-linktext {
	font-weight: 800;
}

.esvlink.esvlink_button_left .esvlink-linktext,
strong .esvlink.esvlink_button_left .esvlink-linktext {
	font-weight: 400;
}

/* ============================================ */
/* eSV_Link                               - End */
/* ============================================ */


/* ============================================= */
/* Hera-spezifische Anpassungen am Zeilenkonzept */
/* ============================================= */

/* blockquote */

.text blockquote .quote_end,
.text blockquote .quote_start,
.text blockquote {
	color: rgb(0, 71, 186);
	/*Hera-blau*/
}


/* therapieaktivinfobox */

.standardlineconcept .freetext .infobox {
	background: rgba(0, 71, 186, 0.2);
	/*Hera-blau*/
	border: 2px solid rgb(0, 71, 186);
	/*Hera-blau*/
	padding: 25px 25px 17px 25px;
	margin-top: 12px;
	margin-bottom: 20px;
	
}


/* lcheadline */

.lcheadline {
	padding-bottom: 27px;
}

.lcheadline .text>h1,
.lcheadline .text>h2,
.lcheadline .text>h3,
.lcheadline .text>h4,
.lcheadline .text>h5,
.lcheadline .text>h6 {
	color: rgb(0, 71, 186);
	/*Hera-blau*/
}

.lcheadline .text>h1 {
	margin-top: 3px;
}

.lcheadline li {
	float: left;
}

.lcheadline .esvlink {
	padding-right: 20px;
}

.lcheadline .esvlink:before {
	content: "\e911";
	font-family: 'sv_icons';
	font-weight: 900;
	vertical-align: -3px;
	padding-right: 5px;
}

.lcheadline .esvlink img {
	display: none;
}


/* pageheader */

.lc_pageheader,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper {
	margin-top: 0;
	padding-bottom: 10px;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-carousel-pausebutton-dots-wrapper {
	bottom: 0;
	justify-content: left;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-carousel-pausebutton {
	color: var(--p-text-color);
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-dots li.slick-active button {
	border-color: var(--p-border-color);
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-dots li.slick-active button:before {
	background: var(--p-bg-color);
}

.lc_pageheader .bigimage_teaser,
.lc_pageheader .bigimage_teaser>picture .img-copyright {
	max-height: 340px;
}

.gradient .bigimage_teaser:before {
	background: url('/cdscontent/load?contentid=10008.745718&version=1618043300');
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 60%;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .img-copyright {
	max-height: 800px;
}

.lc_pageheader .bigimage_teaser>picture .open-img-copyright-icon .img-copyright-icon,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .open-img-copyright-icon .img-copyright-icon {
	right: unset;
}

.lc_pageheader .bigimage_teaser>picture .open-img-copyright-text .img-copyright-text,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .open-img-copyright-text .img-copyright-text {
	padding-left: 0;
}

.lc_pageheader .bigimage_teaser>picture .open-img-copyright-text .img-copyright-text {
	width: 33%;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .open-img-copyright-text .img-copyright-text {
	width: 37%;
}

.lc_pageheader .bigimage_teaser>picture .open-img-copyright-text .img-copyright-text span,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .open-img-copyright-text .img-copyright-text span {
	padding-left: 25px;
	padding-right: 5px;
}

.lc_pageheader .bigimage_teaser>picture .open-img-copyright-text .img-copyright-close,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .open-img-copyright-text .img-copyright-close {
	left: 0;
	right: unset;
}

.lc_pageheader .bigimage_teaser .freetext {
	padding-right: 10px;
}

.bigimage_teaser .teaser_text,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper.sliderarrow .bigimage_teaser .teaser_text {
	left: auto;
	right: calc((100% - 1280px) / 2);
	width: 520px;
	color: white;
}

.bigimage_teaser .text h2 {
	font-size: 1.584rem;
	line-height: 2rem;
	margin: 0;
}

.bigimage_teaser .text h2 + p:before {
	content: "";
	border-top: 6px solid #ffffff;
	display: block;
	width: 80px;
	margin: 11px 0;
}

.bigimage_teaser .text p {
	padding-bottom: 0;
}

.bigimage_teaser .text p {
	font-size: 1.584rem;
	line-height: 1.833rem;
}

.lc_pageheader a.esvlink,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink {
	color: #ffffff;
	padding-right: 15px;
	text-decoration: underline;
}

.lc_pageheader a.esvlink:after,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink:after {
	content: '\e917';
	font-family: 'sv_icons';
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	margin-left: -5px;
}

.lc_pageheader a.esvlink_button_left,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left {
	font-size: 0.959rem;
	line-height: 1.125rem;
	font-weight: 800;
	color: rgb(0, 71, 186);
	background: #ffffff;
	border: none;
	border-radius: 10px;
	width: max-content;
	max-width: 100%;
	min-height: 0;
	padding: 7px 3px 7px 11px;
	margin-top: 15px;
	margin-bottom: 0;
	text-decoration: none;
}

.lc_pageheader a.esvlink_button_left:after,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left:after {
	content: '\e917';
	font-family: 'sv_icons';
	font-size: 1.3rem;
	font-weight: 900;
	position: initial;
	margin-left: 0;
}

.lc_pageheader a.esvlink_button_left .esvlink-linktext,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left .esvlink-linktext {
	font-weight: 800;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev {
	background: none;
	font-size: 3.5rem;
	top: calc(50% - 42px);
	width: 84px;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-prev {
	left: calc((100% - 1280px) / 2 - 108px);
	padding-left: 5px;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-next {
	right: calc((100% - 1280px) / 2 - 108px);
	padding-left: 0;
}


/* breadcrumb */

.lc_navigations {
	padding-bottom: 30px;
	margin: 0;
}

#esv-container.no_lc_pageheader > div.contentline.lc_navigations {
	margin-top: 45px;
}

/* tile */

.tile.tile_type01 {
	background: white;
	border: 2px solid #d6d6d6;
	border-radius: 10px;
}

.tile.tile_type01 .tilelink * {
	text-decoration: none;
}

.tile.tile_type01 .imagebox,
.tile.tile_type01 .imagebox .tilelink * {
	color: #000000;
}

.tile.tile_type01 .textbox>h3,
.tile.tile_type01 .textbox>.tilelink>h3 {
	background-image: linear-gradient(to right, #00A887, #0047BA);
	margin: 0;
	padding: 9px 0 10px 0;
	text-align: center;
	color: white;
}

.tile.tile_type01 .text {
	color: #000000;
	padding: 18px 15px 60px 25px;
}

.tile.tile_type01.no_link .text {
	color: #000000;
	padding: 18px 15px 29px 25px;
}

.tile.tile_type01 .text .esvlink,
.tile.tile_type01 .text .esvlink .esvlink-linktext,
.tile.tile_type01 .more_link {
	color: rgb(0, 71, 186);
	text-decoration: none;
}

.tile.tile_type02,
.tile.tile_type02 a.tilelink,
.tile.tile_type02 a.tilelink:visited {
	background-image: linear-gradient(to right, #00A887, #0047BA);
	border-radius: 10px;
	color: #ffffff;
}

.tile.tile_type02 .textbox>h3,
.tile.tile_type02 .textbox>.tilelink>h3 {
	padding: 24px 0 24px 0;
	text-align: center;
	margin: 0;
}

.tile.tile_type03.image_left .imagebox img {
	border-bottom-right-radius: 50%;
	width: 125px;
}

.tile.tile_type03.image_left .imagebox {
	width: 125px;
}

.tile.tile_type03.image_left .textbox {
	width: 100%;
}

.tile.tile_type03.image_left .text.noHeadline {
	padding-top: 0;
}

.lc_columnContainer.custom2 .tile .text.noHeadline {
	padding-top: 3px;
}

.lc_columnContainer.custom2 .tile .text a.esvlink_button_left {
	margin-top: 0;
}


/* accordion */

.lc_accordion+.lc_accordion {
	margin-top: -34px;
}

.accordion {
	border: 1px solid #00a887;
	border-radius: 10px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: white;
}

.accordion dt,
.accordion dt.open {
	background-color: white;
	margin-bottom: 0;
}

.accordion dt a {
	color: #00a887;
	font-size: 1.335rem;
	line-height: 1.417rem;
	font-weight: 800;
}

.accordion dt.open a:before {
	content: "";
	border-top: 6px solid #00a887;
	position: absolute;
	left: 18px;
	bottom: -3px;
	width: 80px;
}

dl.accordion dt a span.sv-down {
	position: absolute;
	right: 10px;
	font-size: 2rem;
	top: 10px;
	font-weight: 800;
}

.accordion dd {
	margin-bottom: 0;
	padding-bottom: 22px;
}


/* accordion custom1 */

.lc_accordion.custom1 .accordion {
	border: none;
	padding-left: 0;
	padding-right: 0;
	max-width: 686px;
}

.lc_accordion.custom1+.lc_accordion {
	margin-top: -18px;
}

.lc_accordion.custom1 .accordion dt,
.lc_accordion.custom1 .accordion dt.open {
	background-image: linear-gradient(to right, #00A887, #0047BA);
}

.lc_accordion.custom1 .accordion dt {
	border-radius: 10px;
}

.lc_accordion.custom1 .accordion dt.open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.lc_accordion.custom1 .accordion dt.open a:before {
	border: none;
}

.lc_accordion.custom1 .accordion dt a:after,
.lc_accordion.custom1 .accordion dt.open a:after {
	content: "";
}

.lc_accordion.custom1 .accordion dt a {
	color: #ffffff;
	font-size: 1.167rem;
	line-height: 1.25rem;
	padding: 9px 25px 10px 25px;
}

.lc_accordion.custom1 .accordion dd {
	border: 2px solid #d6d6d6;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 18px 27px 18px 27px;
}

.lc_accordion.custom1 .accordion .tile h3,
.lc_accordion.custom1 .accordion .tile .text {
	padding: 0;
}


/* accordion as dropdown */

.accordion-layout-dropdown .accordion-dropdown-elements {
	margin-bottom: 10px;
}

.accordion-layout-dropdown .accordion-dropdown select {
	background: #0047BA;
	border-radius: 10px;
}

.accordion-layout-dropdown .accordion dd {
	padding-bottom: 10px;
}


@media (max-width: 960px) {
	.accordion-layout-dropdown .accordion-dropdown:before {
		top: 3px;
	}
}


/* HERA_ArztDetail */

.hera_arztdetail h2 {
	margin: 0 0 7px 0;
}

.hera_arztdetail .text ol,
.hera_arztdetail .text ul {
	margin-top: 0;
	padding-left: 25px;
}

.hera_arztdetail .hera_funktiontile .imagebox {
	width: 305px;
}

.hera_arztdetail .hera_funktiontile .imagebox img {
	border-bottom-right-radius: 50%;
}

.hera_arztdetail .hera_funktiontile .textbox {
	width: calc(100% - 325px);
	margin-top: auto;
	margin-bottom: auto;
}

.hera_arztdetail .hera_funktiontile .textbox:first-child {
	width: 100%;
}

.hera_arztdetail .hera_funktiontile .text {
	padding: 0;
}

.hera_arztdetail .hera-backlink {
	padding-bottom: 85px;
	margin-top: -30px;
}

.hera_arztdetail .hera-backlink .hera-back {
	display: block;
	margin-bottom: 15px;
}

.hera_arztdetail .hera-backlink .hera-back,
.hera_arztdetail .hera-backlink .esvlink {
	font-weight: bold;
	margin-left: -7px;
}

.hera_arztdetail .hera-backlink .hera-back:before,
.hera_arztdetail .hera-backlink .esvlink:before {
	content: "\e913";
	font-family: 'sv_icons';
	font-weight: 900;
	vertical-align: -2px;
	padding-left: 2px;
	padding-right: 5px;
}



/* ============================================ */
/* LC_LinkedPageOverview                - Start */
/* ============================================ */


.lc_linkedpageoverview .imagebox,
.lc_linkedpageoverview .textbox {
	width: 48%;
}

.lc_linkedpageoverview .imagebox img {
	aspect-ratio: 1.3 / 1;
	object-fit: cover;
	transform: translate3d(0px, 0px, 0.1px);
	width: 100%;
}

.lc_linkedpageoverview .article .textbox .date {
	margin-bottom: 10px;
}

.lc_linkedpageoverview .article .date {
	font-family: unset;
	font-size: 0.7rem;
	font-style: unset;
}

.lc_linkedpageoverview .article .date:after {
	content: ':';
}

.lc_linkedpageoverview .textbox > h3 {
	font-size: 1.167rem;
	line-height: 1.25rem;
}

.lc_linkedpageoverview .article .textbox .text {
	margin-bottom: 20px;
}

.lc_linkedpageoverview .article .textbox .more_link {
	background: var(--p-bg-color);
	border-radius: 10px;
	color: white;
	display: block;
	float: none;
	font-weight: 400;
	padding: 9px 15px 9px 15px;
	position: static;
	width: fit-content;
}

.lc_linkedpageoverview .article .textbox .more_link:hover {
	text-decoration: none;
}


@media (max-width: 650px) {

	.lc_linkedpageoverview p,
	.lc_linkedpageoverview.contentline .more_link {
		font-size: 1rem;
		line-height: 1.5;
	}

}

@media (max-width: 600px) {

	.lc_linkedpageoverview .article {
		flex-direction: column;
	}

	.lc_linkedpageoverview .imagebox,
	.lc_linkedpageoverview .textbox {
		width: 100%;
	}

	.lc_linkedpageoverview .imagebox img {
		aspect-ratio: unset;
		object-fit: unset;
		transform: unset;
	}

	.lc_linkedpageoverview .article .textbox .date {
		margin: 5px 0;
	}

	.lc_linkedpageoverview .article .date {
		font-size: 0.6rem;
	}

	.lc_linkedpageoverview .textbox h3 {
		margin-top: 15px;
	}

	.lc_linkedpageoverview p,
	.lc_linkedpageoverview.contentline .more_link {
		font-size: 0.75rem;
		line-height: 0.917rem;
	}

}


/* ============================================ */
/* RESPONSIVE */
/* ============================================ */

@media (max-width: 1600px) {
	#esv-navigation {
		width: 30%;
	}

	div#esv-content_with_nav {
		width: 70%;
	}

	.left {
		width: 350px;
	}

	/* Breadcrumb */
	nav.breadcrumb {
		margin-left: calc(30% - 350px);
	}	
}

@media (max-width: 1450px) {

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper.sliderarrow .bigimage_teaser .teaser_text {
		margin-right: 23px;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-prev {
		left: calc((100% - 1280px) / 2 - 68px);
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-next {
		right: calc((100% - 1280px) / 2 - 68px);
	}

}

@media (max-width: 1480px) {

	.content .center,
	.content .pushed .center,
	.searchlist .right {
		width: 96%;
	}

}

@media (max-width: 1370px) {

	.gradient .bigimage_teaser:before {
		background-position-x: 70%;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper.sliderarrow .bigimage_teaser .teaser_text {
		margin-right: 50px;
		width: 510px;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-prev {
		left: calc((100% - 1280px) / 2 - 38px);
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-next {
		right: calc((100% - 1280px) / 2 - 38px);
	}

}

@media (max-width: 1300px) {
	
	body.esv-application nav.breadcrumb {
		margin-left: 2%;
	}

	.left {
		width: 100%;
	}

	.main>ul,
	.center,
	.pushed .center,
	#esv-header .center,
	#esv-container:not(.visible_navigation) .contentline>.right,
	.pbr-body {
		width: 96%;
	}

	.gradient .bigimage_teaser:before {
		background-position-x: 57%;
	}

	.bigimage_teaser .teaser_text {
		width: 42%;
		right: 0;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper.sliderarrow .bigimage_teaser .teaser_text {
		margin-right: 60px;
		right: 0;
		width: 37%;
	}

	.bigimage_teaser .text h2,
	.bigimage_teaser .text p,
	.lc_pageheader a.esvlink,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink {
		font-size: 1.5rem;
		line-height: 1.667rem;
	}

	.lc_pageheader a.esvlink_button_left,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left {
		font-size: 0.959rem;
		line-height: 1.125rem;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-prev {
		left: -12px;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-next {
		right: -12px;
	}

	#esv-footer .center {
		width: 96%;
	}

	/* Breadcrumb */
	nav.breadcrumb {
		margin-left: 2%;
	}
}

@media (max-width: 1200px) {

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser {
		max-height: 400px;
	}

	.bigimage_teaser .text h2,
	.bigimage_teaser .text p,
	.lc_pageheader a.esvlink,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink {
		font-size: 1.335rem;
		line-height: 1.5rem;
	}

	.lc_pageheader a.esvlink_button_left,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left {
		font-size: 0.959rem;
		line-height: 1.125rem;
	}

}

@media (max-width: 1100px) {

	.bigimage_teaser .text h2,
	.bigimage_teaser .text p,
	.lc_pageheader a.esvlink,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink {
		font-size: 1.25rem;
		line-height: 1.417rem;
	}

	.lc_pageheader a.esvlink:after,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink:after {
		font-size: 1.6rem;
	}

	.lc_pageheader a.esvlink_button_left,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left {
		font-size: 0.959rem;
		line-height: 1.125rem;
	}

	.lc_pageheader a.esvlink_button_left:after,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left:after {
		font-size: 1.3rem;
	}

}

@media (max-width: 1050px) {

	.lc_pageheader .bigimage_teaser,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser,
	.lc_pageheader .bigimage_teaser>picture .img-copyright {
		max-height: 300px;
	}

}

@media (max-width: 1040px) {

	.searching .tools {
		display: block;
		margin-top: 0;
	}

	.searching .tools .column1,
	.searching .tools .column2 {
		float: none;
		width: auto;
	}

}

@media (max-width: 1000px) {

	.metanavi li:after {
		padding-left: 10px;
		padding-right: 10px;
	}

	.bigimage_teaser .text h2,
	.bigimage_teaser .text p,
	.lc_pageheader a.esvlink,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink {
		font-size: 1.167rem;
		line-height: 1.335rem;
	}

	.lc_pageheader a.esvlink_button_left,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left {
		font-size: 0.959rem;
		line-height: 1.125rem;
	}

}

@media (min-width: 961px) {

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .open-img-copyright-text .img-copyright-text {
		background: none;
		padding-bottom: 46px;
	}
	
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .open-img-copyright-text .img-copyright-text span {
		background: var(--g-img-copyright-bg-color);
		padding: 5px;
	}
	
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .open-img-copyright-text .img-copyright-close {
		background: var(--g-img-copyright-bg-color);
		height: 46px;
		margin-bottom: -42px;
	}
	
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .open-img-copyright-text .img-copyright-close:before {
		bottom: -20px;
		position: relative;
	}

}

@media (max-width: 960px) {

	#esv-header {
		height: 87px;
	}

	#esv-header .overlay_logoshadow {
		height: 86px;
	}

	#esv-header.searching {
		height: 151px;
	}

	#esv-header .logoshadow,
	#esv-header .logo {
		top: 10px;
	}

	#esv-header .logoshadow,
	#esv-header .logo a,
	#esv-header .logo img {
		height: 106px;
		width: 106px;
	}

	.tools {
		display: block;
		margin-top: 0;
	}

	#esv-header.searching .logoshadow {
		display: none;
	}

	.searching .tools .column1 {
		display: block;
	}

	.searching .tools .column2 {
		position: absolute;
		right: 0;
		width: 100%;
	}

	.accessicon:after {
		content: '';
	}

	.header-facebook,
	.header-instagram {
		display: none;
	}

	.searching #search {
		top: 60px;
		background: none;
	}

	.searching .searchbox {
		width: calc(100% - 55px);
		max-width: none;
	}

	.metanavi li:last-child:after {
		content: '';
		padding-left: 0;
		padding-right: 0;
	}

	.accessicon {
		padding-top: 10px;
		margin-right: 10px;
	}

	#esv-header.fixed,
	#esv-header.fixed.searching {
		height: 65px;
	}

	#esv-header.fixed .overlay_logoshadow {
		height: 64px;
	}

	#esv-header.fixed.searching .logoshadow {
		display: block;
	}

	#esv-header.fixed .logoshadow,
	#esv-header.fixed .logo {
		top: 0;
	}

	#esv-header.fixed .logoshadow,
	#esv-header.fixed .logo a,
	#esv-header.fixed .logo img {
		height: 90px;
		width: 90px;
	}

	.fixed #esv-header .tools .column2 {
		display: flex;
	}

	.fixed #esv-header .menuicon {
		display: block;
	}

	#esv-navigation {
		display: none;
	}

	.lc_navigations {
		margin-bottom: 30px;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .open-img-copyright-text .img-copyright-text {
		width: 33%;
	}

	.bigimage_teaser .text h2,
	.bigimage_teaser .text p,
	.lc_pageheader a.esvlink,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink {
		font-size: 1rem;
		line-height: 1.167rem;
	}

	.bigimage_teaser .text h2 + p:before {
		border-top-width: 4px;
	}

	.lc_pageheader a.esvlink,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink {
		padding-right: 13px;
	}

	.lc_pageheader a.esvlink:after,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink:after {
		font-size: 1.4rem;
	}

	.lc_pageheader a.esvlink_button_left,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left {
		font-size: 0.959rem;
		line-height: 1.125rem;
		padding-right: 3px;
	}

	.lc_pageheader a.esvlink_button_left:after,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left:after {
		font-size: 1.3rem;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-prev {
		left: -22px;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-next {
		right: -22px;
	}

	.center,
	.pushed .center {
		padding-left: 0;
		margin: 0 auto;
	}

	.searchlist hr:not(.dashed):not(.dotted):not(.hidden_clearer) {
		margin-left: 0;
	}

	.searchlist .list,
	.searchlist .pager {
		padding-left: 0;
	}


	/* footer */

	#esv-footer .columns5_layout {
		grid-template-columns: 18.5% 18.5% 18.5% 18.5% 18.5%;
	}

	/* Arztsuche Inputfelder*/
	#searchSurname,
	.arztsuche .styledSelect,
	.arztsuche .options {	
		width : 87%;
	}

}

@media (max-width: 910px) {

	#esv-footer,
	#esv-footer p,
	#esv-footer .esvlink,
	.footer_address .address_title,
	#esv-footer .linkbox h3 {
		font-size: 0.584rem;
		line-height: 1rem;
	}

}

@media (max-width: 900px) {
	
	.lc_pageheader .bigimage_teaser,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser,
	.lc_pageheader .bigimage_teaser>picture .img-copyright {
		max-height: 250px;
	}

}

@media (max-width: 800px) {

	.bigimage_teaser .text h2,
	.bigimage_teaser .text p,
	.lc_pageheader a.esvlink,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink {
		font-size: 0.834rem;
		line-height: 1rem;
	}

	.lc_pageheader a.esvlink:after,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink:after {
		font-size: 1.2rem;
		margin-left: -3px;
	}

	.lc_pageheader a.esvlink_button_left,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left {
		font-size: 0.75rem;
		line-height: 1rem;
		margin-top: 5px;
		padding: 5px 2px 5px 10px;
	}

	.lc_pageheader a.esvlink_button_left:after,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left:after {
		font-size: 1.1rem;
		margin-left: 0;
	}

	footer .center {
		padding-bottom: 200px;
	}

	#esv-footer .columns3_layout {
		margin-top: 100px;
		grid-template-columns: 100%;
		grid-row-gap: 0;
	}

	.footer-top-before-infolinks {
		display: block;
	}

	.top {
		height: 48px;
		left: 50%;
		margin: 0;
		position: absolute;
		top: -75px;
		transform: translateX(-50%);
		width: 49px;
	}

	.footer_top .sv-up:before {
		font-size: 48px;
		top: 0;
	}

	.footer-sozialmedia-before-infolinks {
		display: block;
	}

	.footer-sozialmedia-after-infolinks {
		display: none;
	}

	.footer_logo {
		margin: 0 auto;
	}

	.footer-top-after-infolinks {
		display: none;
	}

	#esv-footer .columns5_layout {
		grid-template-columns: 100%;
		padding-top: 14px;
	}

	.footer_address {
		text-align: center;
	}

	.footer_address p.address_name {
		padding-bottom: 14px;
	}

	#esv-footer .linkbox {
		display: none;
	}

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

	.footer_info p.footer_copyright {
		float: none;
	}

	.footer_info p.footer_copyright:after {
		content: '';
		padding: 0;
	}

	.footer_infolinks {
		display: flex;
		justify-content: center;
		float: none;
	}

	.footer_freetext {
		position: absolute;
		bottom: 0;
	}

}

@media (max-width: 750px) {

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper.sliderarrow .bigimage_teaser .teaser_text {
		width: 35%;
	}

	.lc_pageheader .bigimage_teaser,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser,
	.lc_pageheader .bigimage_teaser>picture .img-copyright {
		max-height: 200px;
	}

}

@media (max-width: 650px) {

	.lc_pageheader a.esvlink:after,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink:after {
		font-size: 1rem;
	}

	.lc_pageheader a.esvlink_button_left:after,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left:after {
		font-size: 1.1rem;
	}

}

@media (max-width: 600px) {

	#esv-container {
		background-size: 206px;
		padding-bottom: 70px;
	}

	.contentline,
	.meta_container.bgimage {
		padding: 0 0 30px;
	}

	.titleline h1,
	.textbox h1,
	.text h1 {
		font-size: 1.667rem;
		line-height: 1.833rem;
	}

	.textbox h2,
	.text h2,
	.lc_columnContainer h2,
	.lc_linkedpageoverview .lc_linkedpageoverview_headline h2 {
		font-size: 1.167rem;
		line-height: 1.335rem;
	}

	.text h3,
	.textbox h3,
	.text h4,
	.textbox h4,
	.text h5,	
	.textbox h5,
	.text h6,
	.textbox h6,
	.accordion dt a,
	.lc_accordion.custom1 .accordion dt a {
		font-size: 0.834rem;
		line-height: 1rem;
	}

	p,
	.freetext.text,
	.hera-backlink,
	.contentline .more_link,
	.esvlink,
	.searchlist .titlezone .lead, 
	.searchlist p {
		font-size: 0.75rem;
		line-height: 0.917rem;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-carousel-pausebutton-dots-wrapper {
		justify-content: center;
		position: static;
	}

	.lc_pageheader .bigimage_teaser,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser,
	.lc_pageheader .bigimage_teaser>picture .img-copyright {
		max-height: 150px;
	}

	.gradient .bigimage_teaser:before {
		background-position-x: 55%;
	}

	.lc_pageheader .bigimage_teaser>picture .open-img-copyright-text .img-copyright-text,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser>picture .open-img-copyright-text .img-copyright-text {
		width: 100%;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper.sliderarrow .bigimage_teaser .teaser_text {
		margin-right: 35px;
		width: 37%;
	}

	.bigimage_teaser .text h2,
	.bigimage_teaser .text p,
	.lc_pageheader a.esvlink,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink {
		font-size: 0.584rem;
		line-height: 0.75rem;
	}

	.lc_pageheader a.esvlink,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink {
		padding-right: 9px;
	}

	.lc_pageheader a.esvlink:after,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink:after {
		font-size: 0.8rem;
	}

	.lc_pageheader a.esvlink_button_left,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left {
		font-size: 0.5rem;
		line-height: 0.667rem;
		padding-left: 7px;
		padding-right: 2px;
		letter-spacing: 0.5px;
	}

	.lc_pageheader a.esvlink_button_left:after,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left:after {
		font-size: 0.7rem;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-prev {
		left: -6px;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-next {
		right: -6px;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev {
		font-size: 2rem;
		top: calc(50% - 21px);
		width: 48px;
	}

	.columns2_layout {
		grid-row-gap: 0;
	}

	div.columns2_layout div.tile:nth-last-child(2) {
		margin-bottom: 12px;
	}

	.lc_columnContainer.custom2 .tile,
	.lc_columnContainer.custom2 div.columns2_layout div.tile:nth-last-child(2) {
		margin-bottom: 0;
	}

	.lc_columnContainer.custom2 .tile:not(:first-child) .text {
		padding-top: 0;
	}

	.lc_columnContainer.custom2 .tile:first-child .text.noHeadline {
		padding-top: 5px;
	}

	.lc_columnContainer.custom2 .tile:not(:first-child) .text.noHeadline {
		padding-top: 0;
	}

	#esv-container .lc_columnContainer.custom2 .tile:not(:last-child) .text p {
		padding-bottom: 0;
	}

	.lc_accordion+.lc_accordion {
		margin-top: -24px;
	}

	.hera_arztdetail .hera_funktiontile {
		display: block;
	}

	.hera_arztdetail .hera_funktiontile .imagebox img {
		margin-bottom: 30px;
	}

	.hera_arztdetail .hera_funktiontile .textbox {
		width: 100%;
	}

	#esv-footer .center {
		width: 100%;
	}

	.footer_freetext {
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
	}

}

@media (max-width: 520px) {

	.lcheadline li {
		float: none;
		padding: 0;
	}

}

@media (max-width: 500px) {

	#esv-header {
		height: 102px;
	}

	#esv-header .overlay_logoshadow {
		height: 101px;
	}

	#esv-header .logoshadow,
	#esv-header .logo {
		top: 25px;
	}

	.metanavi ul a {
		font-size: 0.584rem;
		line-height: 0.584rem;
	}

	.metanavi li:after {
		padding-left: 5px;
		padding-right: 5px;
	}

	.tools .column2 {
		margin-top: 8px;
	}

	.fixed .tools .column2 {
		margin-top: 0;
	}

	#esv-header.searching {
		height: 165px;
	}

	.searching #search {
		top: 66px;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper.sliderarrow .bigimage_teaser .teaser_text {
		width: 36%;
	}

	.bigimage_teaser .text h2 + p:before {
		margin: 4px 0;
		border-top-width: 3px;
	}

	.lc_pageheader a.esvlink_button_left, 
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper a.esvlink_button_left {
		margin-top: 4px;
		padding-top: 1px;
		padding-bottom: 1px;
	}

}

@media (max-width: 450px) {

	.lc_pageheader .bigimage_teaser,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser,
	.lc_pageheader .bigimage_teaser>picture .img-copyright {
		max-height: 110px;
	}

	.lcheadline .text>h1 {
		margin-top: -2px;
	}

	.tile.tile_type03.image_left .textbox h2 {
		margin-bottom: 5px;
	}

}

@media (max-width: 420px) {

	.lc_pageheader .bigimage_teaser .teaser_text {
		width: 43%;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper.sliderarrow .bigimage_teaser .teaser_text {
		width: 40.5%;
		margin-right: 19px;
	}
	
	.gradient .bigimage_teaser:before {
		background-position-x: 71%;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-prev {
		left: -12px;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .fullwidth .slick-next {
		right: -12px;
	}

}

@media (max-width: 390px) {

	.lcheadline .text>h1 {
		margin-top: -9px;
	}

	.footer_info p:after {
		padding: 0 8px;
	}

	/* Arztsuche*/

	.arztsuche h2 {
		font-size: 1rem;
	}

}

@media (max-width: 350px) {

	.lc_pageheader .bigimage_teaser .teaser_text {
		width: 46%;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper.sliderarrow .bigimage_teaser .teaser_text {
		width: 43.5%;
	}
	
	.gradient .bigimage_teaser:before {
		background-position-x: 73%;
	}

}

@media (max-width: 324px) {

	.lc_pageheader .bigimage_teaser .teaser_text {
		width: 51%;
	}
	
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper.sliderarrow .bigimage_teaser .teaser_text {
		width: 47.5%;
	}
	
	.gradient .bigimage_teaser:before {
		background-position-x: 80%;
	}

}

/* ============================================ */
/* HERA MEGA DROP DOWN ANPASSUNGEN */
/* ============================================ */

/*megadropdown*/

nav.dropdown {
	overflow: scroll;
	max-height: inherit;
}

.main {
	background-color: white;
}

.main .open a {
	border-bottom: rgb(0, 71, 186);
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

.main .menu-item.open,
nav.dropdown {
	background: #EEEEEE;
}

.main .menu-item.open {
	padding: none;
}

.main .menu-item.open,
nav.dropdown {
	background-color: transparent;
	overflow: hidden;
	box-shadow: none;
}

.main a,
.meta a {
	font-size: 0.958rem;
}

.main .menu-item a {
	/*font-family: 'Public Sans Medium',sans-serif;					  	  */
	font-family: 'Public Sans', sans-serif;
	font-weight: 800;
	line-height: 0.834rem;
}

.dropdown {
	padding: 0px;
}

.dropdown a {
	color: black;
}

.dropdown ul ul {
	margin-top: 0px;
	min-height: 40px !important;
}

.dropdown li li {
	margin-bottom: 0px;
}

.dropdown li li li {
	padding-left: 40px
}

.dropdown li li li {
	font-weight: 400;
	font-size: 1rem;
}

.dropdown>ul>li>ul>li>ul>li:last-child {
	padding-bottom: 20px;
}

.dropdown>ul>li>ul>li>ul>li.single-submenu-block:last-child {
	padding-bottom: 10px;
}

.dropdown>ul>li>ul>li>ul>li.single-submenu-block:first-child {
	padding-top: 0px;
}

.dropdown>ul>li>ul>li>ul>li>a {
	position: relative;
}

.dropdown>ul>li>ul>li>ul>li>a:hover {
	color: rgb(0, 71, 186);
	font-weight: 900;
}

.dropdown>ul>li>ul>li>ul>li>a:hover:before {
	font-family: 'sv_icons';
	content: "\e917";
	font-weight: bold;
	color: rgb(0, 71, 186);
	margin-right: 10px;
	margin-bottom: 3px;
	position: absolute;
	left: -22px;
}

.dropdown>ul>li>ul>li>a {
	/*font-family: 'Public Sans Extrabold',sans-serif; */
	font-family: 'Public Sans', sans-serif;
	font-weight: 800;
	font-size: 1rem;
	border-bottom: rgb(0, 71, 186);
	border-bottom-style: solid;
	border-width: 1px;
	height: 45px;
	padding: 15px 10px 0px 18px;   
	line-height: 0.834rem;
}

.dropdown>ul>li>ul>li:hover>a {
	font-weight: 900;
	color: rgb(0, 71, 186);
	transition: font-weight 0.5s;
	transition: color 0.5s;
}

.dropdown>ul>li>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.dropdown>ul>li>ul>li {
	width: 22%;
	min-width: 370px;
	padding: 0;
	background-color: white;
	height: auto;
}

.dropdown>ul>li:nth-child(1n) {
	margin-left: 0%
}

.dropdown>ul>li:nth-child(2n) {
	margin-left: 12.6%
}

.dropdown>ul>li:nth-child(3n) {
	margin-left: 47%
}

.dropdown>ul>li:nth-child(4n) {
	margin-left: 70%
}

.dropdown>ul>li:nth-child(5n) {
	margin-left: 53%
}

.dropdown>ul>li>ul>li:nth-child(1n) {
	border-top-style: solid;
	border-top-color: rgb(0, 71, 186);
	border-top-width: 2px;
}

.dropdown>ul>li>ul>li:nth-child(2n) {
	padding-left: 10px;
	border-top-style: solid;
	border-top-color: rgb(0, 71, 186);
	border-top-width: 2px;
}

.dropdown>ul>li>ul>li:nth-child(3n) {
	padding-left: 10px;
	border-top-style: solid;
	border-top-color: rgb(0, 71, 186);
	border-top-width: 2px;
}

.dropdown>ul>li>ul>li:nth-child(4n) {
	padding-left: 10px;
	margin-right: 0;
	border-top-style: solid;
	border-top-color: rgb(0, 71, 186);
	border-top-width: 2px;
}

.dropdown>ul>li>ul>li:nth-child(5n) {
	border-top-style: none;
	border-top-width: none;
}

.dropdown>ul>li>ul>li:nth-child(6n) {
	padding-left: 10px;
	border-top-style: none;
	border-top-width: none;
}

.dropdown>ul>li>ul>li:nth-child(7n) {
	padding-left: 10px;
	border-top-style: none;
	border-top-width: none;
	min-width: 600px;
}

.dropdown>ul>li>ul>li:nth-child(7n)>a {
	max-width: 300px;
}

.dropdown>ul>li>ul>li:nth-child(8n) {
	padding-left: 10px;
	border-top-style: none;
	border-top-width: none;
}

.dropdown>ul>li>ul>li:nth-child(9n) {
	padding-left: 10px;
	border-top-style: none;
	border-top-width: none;
}

.dropdown>ul>li>ul>li>ul {
	padding: 0px;
	border: none;
}

.dropdown>ul>li>ul>li>ul>li>a {
	/*font-family: "Public Sans Medium";*/
	font-family: 'Public Sans', sans-serif;
	font-weight: medium;
	font-size: 0.9286rem;
}

.closedropdown {
	display: none;
}

.cuurent-menu-item,

.dropdown>ul {
	width: 1280px;
	margin: 0 auto;
}

.dropdown .single-submenu-block{
	border-bottom: rgb(0 71 186);
    border-bottom-style: solid;
    padding: 8px 10px 8px 35px;
    border-width: 1px;
}

@media (max-width: 1300px) {

	.dropdown>ul {
		width: 96%;
	}

	.dropdown>ul>li:nth-child(2n) {
		margin-left: 11.3%
	}

	.dropdown>ul>li:nth-child(3n) {
		margin-left: 46%
	}

	.dropdown>ul>li:nth-child(4n) {
		margin-left: 65%
	}

	.dropdown>ul>li:nth-child(5n) {
		margin-left: 31%
	}

	.dropdown>ul>li>ul>li:nth-child(4n) {
		border-top-style: none;
		border-top-width: none;
	}
}

@media (max-width: 1100px) {

	.dropdown>ul>li:nth-child(2n) {
		margin-left: 9%
	}

	.dropdown>ul>li:nth-child(3n) {
		margin-left: 45%
	}

	.dropdown>ul>li:nth-child(4n) {
		margin-left: 60%
	}

	.dropdown>ul>li:nth-child(5n) {
		margin-left: 25%
	}

	.dropdown>ul>li>ul>li:nth-child(4n) {
		border-top-style: none;
		border-top-width: none;
	}

}

/* ============================================ */
/* END / HERA MEGA DROP DOWN ANPASSUNGEN */
/* ============================================ */

/* ============================================ */
/* START / HERA FG ANPASSUNGEN */
/* ============================================ */

body.esv-application div.esv-fg,
body.esv-application div.esv-fg fieldset input,
body.esv-application div.esv-fg textarea,
body.esv-application div.esv-fg legend,
body.esv-application div.esv-fg label, 
body.esv-application div.esv-fg .labelstyle,
body.esv-application div.esv-fg input[type="reset"], 
body.esv-application div.esv-fg input[type="submit"], 
body.esv-application div.esv-fg input[type="search"], 
body.esv-application div.esv-fg input[type="button"], 
body.esv-application div.esv-fg input.button, 
body.esv-application div.esv-fg button,
body.esv-application div.esv-fg .standard_error, 
body.esv-application div.esv-fg .standard,
body.esv-application div.esv-fg fieldset input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]), 
body.esv-application div.esv-fg fieldset select, 
body.esv-application div.esv-fg fieldset textarea,
body.esv-application div.esv-fg .repeatblock_control_bar input[type="text"],
body.esv-application div.esv-fg #errors p, 
body.esv-application div.esv-fg #flash_errors li,
body.esv-application div.esv-fg .label_error, 
body.esv-application div.esv-fg a.fieldinfo_helplink, 
body.esv-application div.esv-fg a.fieldinfo_helplink:link, 
body.esv-application div.esv-fg a.fieldinfo_helplink:visited, 
body.esv-application div.esv-fg a.fieldinfo_helplink:hover, 
body.esv-application div.esv-fg a.fieldinfo_helplink:active, 
body.esv-application div.esv-fg a.blockinfo_link,
body.esv-application div.esv-fg .beachtensie_1,
body.esv-application div.esv-fg .beachtensie_1_klein,
body.esv-application div.esv-fg .titel, 
body.esv-application div.esv-fg .titel_detail,
body.esv-application div.esv-fg .btn_2spalten, 
body.esv-application div.esv-fg .btn_3spalten, 
body.esv-application div.esv-fg .btn_4spalten,
body.esv-application div.esv-fg .btn_5spalten,
body.esv-application div.esv-fg .btn_6spalten,
body.esv-application div.esv-fg .btn_7spalten,
body.esv-application div.esv-fg .btn_8spalten,
body.esv-application div.esv-fg .btn_9spalten,
body.esv-application div.esv-fg a.a_btn_3spalten, 
body.esv-application div.esv-fg a.a_btn_4spalten,
body.esv-application div.esv-fg a.a_btn_5spalten,
body.esv-application div.esv-fg a.a_btn_6spalten,
body.esv-application div.esv-fg a.a_btn_7spalten,
body.esv-application div.esv-fg .error_label,
body.esv-application div.esv-fg .error strong,
body.esv-application div.esv-fg #errorblock strong,
body.esv-application div.esv-fg .header_abschluss,
body.esv-application div.esv-fg .bestellung_link,
body.esv-application div.esv-fg .top_header, 
body.esv-application div.esv-fg h2.top_header {
	font-family: 'Public Sans', sans-serif;
}

body.esv-application #esv-container {
	background: none;
}

body.esv-application nav.left.no-meta {
	margin-top: 30px;
}

body.esv-application nav.breadcrumb {
	margin-top: 46px;
}

body.esv-application #esv-container .contentline>.right>.detail>.esv-fg {
	margin-top: 45px !important;
}

#esv-container {
	flex-wrap: wrap;
}

body.esv-application div.esv-fg .formheader_title h1 {
	color: #0047BA;
}

body.esv-application div.esv-fg #formtitle h1 {
	font-family: 'Public Sans', sans-serif;
	font-size: 2rem;
	font-weight: 800;
	line-height: 2.2rem;
	padding: 0 0 20px 0;
}

body.esv-application div.esv-fg a,
body.esv-application div.esv-fg #formtitle h1,
body.esv-application div.esv-fg #formsubtitle,
body.esv-application div.esv-fg .titel,
body.esv-application div.esv-fg .titel_detail,
body.esv-application div.esv-fg .label_required,
body.esv-application div.esv-fg div#timeout_warning h2 {
	color: #0047BA;
}

body.esv-application div.esv-fg .fieldlabel_long_cell .label_text,
body.esv-application div.esv-fg .fieldinput_cell_input .standard_html {
	font-size: 0.9rem;
	color: #0047BA;
	font-weight: 600;
}

body.esv-application div.esv-fg .fieldinput_cell_input .standard_html {
	width: 230px;
}

body.esv-application div.esv-fg #controlbar button.default_action:not(:disabled),
body.esv-application div.esv-fg #controlbar button.highlight:not(:disabled),
body.esv-application div.esv-fg #controlbar button.event_send:not(:disabled),
body.esv-application div.esv-fg .block button.default_action:not(:disabled),
body.esv-application div.esv-fg .block button.highlight:not(:disabled),
body.esv-application div.esv-fg #controlbar button.default_action:not(:disabled),
body.esv-application div.esv-fg .commonButtons button.highlight:not(:disabled),
body.esv-application div.esv-fg .asButton.highlight:not(:disabled),
body.esv-application div.esv-fg #controlbar button.default_action:hover:not(:disabled),
body.esv-application div.esv-fg #controlbar button.default_action:focus:not(:disabled),
body.esv-application div.esv-fg #controlbar button.highlight:hover:not(:disabled),
body.esv-application div.esv-fg #controlbar button.highlight:focus:not(:disabled),
body.esv-application div.esv-fg #controlbar button.event_send:hover:not(:disabled),
body.esv-application div.esv-fg #controlbar button.event_send:focus:not(:disabled),
body.esv-application div.esv-fg .block button.default_action:hover:not(:disabled),
body.esv-application div.esv-fg .block button.default_action:focus:not(:disabled),
body.esv-application div.esv-fg .block button.highlight:hover:not(:disabled),
body.esv-application div.esv-fg .block button.highlight:focus:not(:disabled),
body.esv-application div.esv-fg .commonButtons button.default_action:hover:not(:disabled),
body.esv-application div.esv-fg .commonButtons button.default_action:focus:not(:disabled),
body.esv-application div.esv-fg .commonButtons button.highlight:hover:not(:disabled),
body.esv-application div.esv-fg .commonButtons button.highlight:focus:not(:disabled),
body.esv-application div.esv-fg .asButton.highlight:hover:not(:disabled),
body.esv-application div.esv-fg .asButton.highlight:focus:not(:disabled),
body.esv-application div.esv-fg input[type="button"].navbutton,
body.esv-application div.esv-fg .dialogButton:hover:not(:disabled),
body.esv-application div.esv-fg .dialogButton:focus:not(:disabled),
body.esv-application div.esv-fg .dialogButton:not(:disabled) {
	background-color: #0047BA;
	border-color: #0047BA;
}

body.esv-application button:not(.pika-button), 
body.esv-application .button, 
body.esv-application .btn {
	background-color: #0047BA;
}

body.esv-application div.esv-fg #controlbar button.event_pdf:not(:disabled) {
	border: 1px solid #ddd;
	background: #f2f5f5;
}

body.esv-application div.esv-fg #controlbar button.event_pdf:hover:not(:disabled),
body.esv-application div.esv-fg #controlbar button.event_pdf:focus:not(:disabled) {
  background: #f2f5f5;
  border: 1px solid #ddd;
}

body.esv-application div.esv-fg #form_pagenavigation.bullet #form_pagenavigation_list li,
body.esv-application div.esv-fg #form_pagenavigation.bullet #form_pagenavigation_list li::after,
body.esv-application div.esv-fg fieldset input[type="submit"],
body.esv-application div.esv-fg fieldset input[type="button"],
body.esv-application div.esv-fg input[type="submit"],
body.esv-application div.esv-fg input[type="button"],
body.esv-application div.esv-fg div#timeout_warning button {
	background: #0047BA;
}

body.esv-application div.esv-fg .radio_wrap input:checked ~ .radio_rplc,
body.esv-application div.esv-fg .check_wrap input:checked ~ .check_rplc {
	background-color: #0047BA;
}

body.esv-application div.esv-fg a.fieldinfo_helplink,
body.esv-application div.esv-fg a.fieldinfo_helplink:link,
body.esv-application div.esv-fg a.fieldinfo_helplink:visited,
body.esv-application div.esv-fg a.fieldinfo_helplink:hover,
body.esv-application div.esv-fg a.fieldinfo_helplink:active,
body.esv-application div.esv-fg a.blockinfo_link {
	color: #0047BA;
	border: 1px solid #0047BA;
}

body.esv-application div.esv-fg #info,
body.esv-application div.esv-fg #errors, 
body.esv-application div.esv-fg #flash_errors {
	border-radius: 5px;
}

body.esv-application div.esv-fg .infoI,
body.esv-application div.esv-fg .block_content .infoI,
body.esv-application div.esv-fg .block > fieldset > .legend .infoI,
body.esv-application div.esv-fg .controltype_radioGroup.withInfo .cellinner > .label .info .infoI {
	display: none;
}

body.esv-application div.esv-fg table.block_table,
body.esv-application div.esv-fg table.block_table td {
	border: 1px solid rgba(0, 71, 186, 0.4)
}

body.esv-application div.esv-fg thead {
	background-color: rgba(0, 71, 186, 0.1)
}

body.esv-application div.esv-fg .repeatblock_control_bar {
	border-top: 1px solid rgba(0, 71, 186, 0.4);
	border-bottom: 1px solid rgba(0, 71, 186, 0.4)
}

body.esv-application div.esv-fg fieldset,
div.esv-fg .repeatblock_control_bar {
	background-color: white;
}

body.esv-application div.esv-fg fieldset:not([role='radiogroup']),
body.esv-application div.esv-fg .repeatblock_control_bar,
body.esv-application div.esv-fg .field_filelabel_container .standard_file,
body.esv-application div.esv-fg .repeatblock_control_bar input[type="text"] {
	border: 1px solid #0047BA;
	border-radius: 5px;
}

html.contrast-mode body.esv-application div.esv-fg fieldset:not([role='radiogroup']),
html.contrast-mode body.esv-application div.esv-fg .repeatblock_control_bar,
html.contrast-mode body.esv-application div.esv-fg .field_filelabel_container .standard_file,
html.contrast-mode body.esv-application div.esv-fg .repeatblock_control_bar input[type="text"] {
	border: 1px solid #f9d134;
}

body.esv-application div.esv-fg .small_input_group fieldset {
	border: none;
}

body.esv-application div.esv-fg fieldset input:not([type='radio']):not([type='checkbox']):not([type='button']):not([type='submit']),
body.esv-application div.esv-fg fieldset select,
body.esv-application div.esv-fg fieldset textarea {
	border: 1px solid rgb(0, 71, 186);
	-webkit-box-shadow: 0 1px 2px rgba(0, 71, 186, 0.07) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 71, 186, 0.07) inset;
	box-shadow: 0 1px 2px rgba(0, 71, 186, 0.07) inset;
	border-radius: 5px;
}

html.contrast-mode body.esv-application div.esv-fg fieldset input:not([type='radio']):not([type='checkbox']):not([type='button']):not([type='submit']),
html.contrast-mode body.esv-application div.esv-fg fieldset select,
html.contrast-mode body.esv-application div.esv-fg fieldset textarea {
	border: 1px solid #f9d134;
}

body.esv-application div.esv-fg #control_bar div:not(.data_controls) input[value="Zwischenspeichern"],
body.esv-application div.esv-fg #control_bar div:not(.data_controls) input[value="Daten laden"],
body.esv-application div.esv-fg #control_bar div:not(.data_controls) input[value="Speichern"],
body.esv-application div.esv-fg #control_bar div:not(.data_controls) input[value="Formular neu starten"] {
	display: block;
	float: left;
	background: none;
	border: 1px solid rgb(0, 71, 186);
	color: rgb(118, 118, 118);
}

body.esv-application div.esv-fg .field_filechooser_cell {
	width: 170px;
}

body.esv-application .block_header {
	display: none;
}

body.esv-application div.esv-fg form[name="confirmation"] .block_header {
	display: block;
}

body.esv-application div.esv-fg form[name="confirmation"] .block_header_container h2, 
body.esv-application div.esv-fg form[name="confirmation"] .block_header_container h3 {
	background-color: #ffffff;
	border: none;
	margin: 0;
}

body.esv-application div.esv-fg div#form_data {
	background: none;
}

body.esv-application div#formsubtitle {
	font-family: 'Public Sans', sans-serif;
}

/* Ausblenden Ausfüllhilfe */
.esv-application form .help {
	display: none;
}

/* Ausblenden Info Buttons */
div.esv-fg .fieldinput_cell_help {
	display: none !important;
}

/* Ausblenden der Formgen-Information */
div.esv-fg div#form_marker,
div.esv-fg .pfad {
	display: none;
}

/* Abbruch-Overlay */
body.esv-application div.esv-fg .ui-widget h2 {
	color: #0047BA;
}

body.esv-application div.esv-fg .ui-widget button.close {
	background-color: none;
}

body.esv-application div.esv-fg .ui-widget button#closeOverlay {
	background-color: #f6f6f6;
}


/* Abschlussseite */

body.esv-application div.esv-fg .finishedWrapper h2 {
	color: #0047BA;
}

body.esv-application div.esv-fg .finishedWrapper #controlbar .controlbar_button {
	width: 237px;
}

body.esv-application div.esv-fg .finishedWrapper #controlbar .controlbar_button,
body.esv-application div.esv-fg .finishedWrapper #controlbar .controlbar_button button {
	min-width: 237px;
}

body.esv-application div.esv-fg .finishedWrapper #confirmation #controlbar .controlbar_button .default_action {
	padding: 0.5em 1em;
}

body.esv-application div.esv-fg .finishedWrapper #controlbar button.event_pdf:not(:disabled),
body.esv-application div.esv-fg .finishedWrapper #controlbar button.event_pdf:hover:not(:disabled),
body.esv-application div.esv-fg .finishedWrapper #controlbar button.event_pdf:focus:not(:disabled) {
	background-color: #0047BA;
	border-color: #0047BA;
	color: white;
}

body.esv-application div.esv-fg .finishedWrapper #controlbar>span {
	width: calc(100% - 237px);
}


@media (max-width: 500px) {

	body.esv-application div.esv-fg #controlbar .event_x_more {
		padding-left: 0;
		padding-right: 0;
	}

	body.esv-application div.esv-fg .finishedWrapper #confirmation #controlbar.controlbar_with_main {
		margin-left: 0;
		margin-right: 0;
	}

	body.esv-application div.esv-fg .finishedWrapper #controlbar .controlbar_button {
		margin-bottom: 5px;
	}

	body.esv-application div.esv-fg .finishedWrapper #controlbar .controlbar_button:not(:first-child) {
		margin-top: 35px;
	}

	body.esv-application div.esv-fg .finishedWrapper #controlbar .controlbar_button,
	body.esv-application div.esv-fg .finishedWrapper #controlbar .controlbar_button button {
		min-width: 100%;
		padding: 0;
		width: 100%;
	}

	body.esv-application div.esv-fg .finishedWrapper #controlbar>span {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

}


/* ============================================ */
/* ENDE / HERA FG ANPASSUNGEN */
/* ============================================ */

/* ================================================ */
/*  SOCIAL MEDIA ICONS - START
/* ================================================ */

.social_share_privacy_area .print{
    display: block;
}

.social_share_privacy_area .help_info{
	background-color:rgb(163, 163, 163);
	transition: background-color 0.5s ease;
}

.social_share_privacy_area li.help_info:hover {
    background-color: rgb(25, 99, 219);
}

.social_share_privacy_area .info_icons,
.social_share_privacy_area .print.help_info {
    margin-bottom: 2px;
    background-color: rgb(0, 71, 186);
}

.social_share_privacy_area .info_icons:hover,
.social_share_privacy_area .print.help_info.info_off:hover {
    background-color: rgb(25, 99, 219);
}

.social_share_privacy_area .facebook.help_info.info_off{
    background-color: #4267B2;
}

.social_share_privacy_area .facebook.help_info.info_off:hover{
    background-color: rgb(85, 130, 219);
}

.social_share_privacy_area .facebook.help_info.info_off span{
    color: white;
    transition: color 0.5s ease;
}

.social_share_privacy_area .facebook.help_info.info_off:hover span{
    color: white;
}

.social_share_privacy_area .twitter.help_info.info_off{
    background-color: #1DA1F2;
}

.social_share_privacy_area .twitter.help_info.info_off:hover{
    background-color: rgb(69, 195, 245);
}

.social_share_privacy_area .twitter.help_info.info_off span{
    color: rgb(255, 255, 255);
    transition: color 0.5s ease;
}

.social_share_privacy_area .twitter.help_info.info_off:hover span{
    color: white;
}

.social_share_privacy_area legend{
    background: none;
}

.social_share_privacy_area li.help_info.display .info, .social_share_privacy_area li .help_info.icon.display .info {
    background-color: rgb(25, 99, 219);
    color: white;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend{
    font-size: 11px;
    color:white;
}

.social_share_privacy_area form fieldset label{
    color:white
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked{
    color: rgb(11, 253, 11);
}

@media (min-width: 600px){

    #esv-container .content{
        display: flex;
        justify-content: space-around;
		align-items: flex-start;
    }

    #socialshareprivacy{
        top: 200px;
        z-index: 9;
        position: sticky;
        position: -webkit-sticky;
		margin-bottom: 230px;
    }

    .social_share_privacy_area li {
        float: none;
    }

    .social_share_privacy_area .facebook, 
    .social_share_privacy_area .twitter, 
    .social_share_privacy_area .print{
        display: block;
	}
	
	.social_share_privacy_area .print.help_info{
		margin-top:10px;
	}

    .social_share_privacy_area li.settings_info {
        position: relative;
        display: block;
        width: 40px;
        height: 80px;
    }

    .social_share_privacy_area li.settings_info .settings_info_menu {
        background-color: transparent;
        left: 0;
        position: absolute;
        top: 0;
        width: 40px;
        height: 80px;
        margin: 0;
        padding: 0;
    }

    .social_share_privacy_area .print{
        display: block;
    }

    .social_share_privacy_area li.help_info .info, 
    .social_share_privacy_area li .help_info.icon .info {
        left: auto;
        right: 40px;
        top: 0px;
        min-height: 130px;
        max-height: 200px;
        height: fit-content;
    }

    .social_share_privacy_area li.settings_info 
    .settings_info_menu form fieldset {
        margin: 0;
        padding: 0 10px 10px;
        position: absolute;
        top: 0px;
        left: -135px;
        z-index: 99;
        background-color:rgb(25, 99, 219);
        color:white;
    }

    .social_share_privacy_area li.settings_info{
        margin-bottom: 4px;
    }

    .social_share_privacy_area fieldset {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .settings_info_menu form fieldset input{
        margin: 15px 10px 4px 0;
    }

    .social_share_privacy_area li.help_info {
        margin-bottom: 2px;
    }

}

@media (max-width: 599px){

	.social_share_privacy_area li.settings_info 
	.settings_info_menu form fieldset {
		margin: 0;
		padding: 0 10px 10px;
		position: absolute;
		top: 100%;
		left: 0px;
		z-index: 99;
		background-color: rgb(25, 99, 219);
		color: white;
	}

	.social_share_privacy_area .print.help_info{
		margin-left:10px;
	}

	#socialshareprivacy{
		padding-left:30px;
	}
}

/* ================================================= */
/*  SOCIAL MEDIA ICONS - END
/* ================================================= */


/* ============================================ */
/* Consent dialog start                         */
/* ============================================ */

#consent-container .consent-opt-in-button {
	border-color: rgb(0, 71, 186);
	background-color: rgb(0, 71, 186);
}

#consent-container .consent-link-more,
#consent-container .consent-link-more:hover {
	color: rgb(0, 71, 186);
}

#consent-container .consent-blue {
	background: rgb(0, 71, 186);
	border-color: rgb(0, 71, 186);
}

#consent-container .consent-item-left {
	flex: 1 0 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#consent-container .consent-items-container {
	padding:10px 10px;
}

#consent-container .consent-items-footer {
	padding-top:28px;
}

#consent-container label {
	font-size: 0.584rem;
}

#consent-container .consent-item-right-text {
	line-height: normal;
}

#consent-container .switcher.default .textYes {
	background-color: #0047BA;
}

#consent-container .consent-item-right {
	flex: 3 0 0;
}

#consent-container .consent-item-right-text {
	margin: 0;
	padding: 20px;
}

.consent-items-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

button.consent-opt-in-button.consent-orange {
	margin: 10px;
}

#consent-container .switcher.default.is-active {
	background-color: rgb(0, 71, 186);
}

#consent-container .consent-link-less,
#consent-container .consent-link-less:hover {
	color: var(--g-link-text-color);
}

#consent-container .consent-left .esvlink,
#consent-container .consent-left p .esvlink .esvlink-linktext {
	color: var(--g-link-text-color);
	font-weight: 600;
}

#consent-container .consent-left .esvlink .esvlink-linktext {
	text-decoration: underline;
}

@media (max-width: 960px) {
	#consent-container .consent-right {
		max-width: 100%;
	}
}

/* ============================================ */
/* Consent dialog end                           */
/* ============================================ */
