
/* KFA.WIEN.AMZ/[Layout]/portal.css


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


zeilenkonzeptmetacontainer "Zusätzliche HTML Klasse":
	Custom1 + Hintergrundbild: .meta_container.bgimage.mc-custom1:
    	Der Inhalt des MetaContainers wird an den unteren Container-Rand geschoben.

lctile Element-Typ:
    Typ 2: .tile.tile_type02:
        Größe des Kachelbilds: 50% der imagebox.
*/


/* ============================================ */
/* base settings                        - Start */
/* ============================================ */


/* color definition */

:root {
	--g-carrier-color: #07AA95;

	--g-headline-color: #07AA95;

	--g-text-color: #000000;
	--p-text-color: #07AA95;

	--g-link-text-color: #07AA95;
	--g-link-text-color-04: #000000;

	--g-nav-text-color: #000000;
	--g-nav-text-color-02: #07AA95;

	--g-bg-color-04: #07AA95;
	--p-bg-color: rgba(0, 71, 186, 0.2);
	--p-bg-color-02: #d5eae5;

	--g-consent-bg-color: #d5eae5;

	--g-footer-bg-color: #07AA95;

	--g-border-color-10: #07AA95;

	--p-border-color: #07AA95;
	--p-border-color-02: rgba(0, 71, 186, 0.2);

	--lc-lcbackgrounddesign-bg-color-lightgreen: #D5EAE5;
}


/* 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,
body {
	color: var(--g-text-color);
	font-family: 'Public Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
}


/* content */

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

.content {
	margin-top: 0;
}


/* font */

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

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	color: var(--g-headline-color);
}

.titlezone h1,
.titleline h1 {
	color: var(--g-headline-color);
	margin: 0;
}

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

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

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

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

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

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


/* 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: var(--g-link-text-color);
	text-decoration: none;
}


/* elements */

.pagetools {
	display: none;
}


/* esvlink */

.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%;
}


/* Trennlinie */

hr,
.text hr {
	border-color: var(--p-border-color);
}

hr:not(.dashed):not(.dotted):not(.hidden_clearer) {
	border-bottom: 5px solid var(--p-border-color);
	width: 80px;
}

/* table */

table td {
	border: 1px solid var(--p-border-color-02);
}


/* list */

.text ol li {
	padding: 14px 0;
}


@media (max-width: 1300px) {

	/* content */

	.center,
	#esv-header .center,
	.main>ul {
		width: 96%;
	}

}

@media (max-width: 960px) {

	/* content */

	.center {
		margin: 0 auto;
	}

}

@media (max-width: 600px) {

	/* content */

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

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

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


	/* font */

	.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 {
		font-size: 0.834rem;
		line-height: 1rem;
	}

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

}


/* ============================================ */
/* header                               - Start */
/* ============================================ */

#esv-header {
	height: 184px;
}

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

#esv-header .logo {
	top: 80px;
}

#esv-header .logo img {
	height: auto;
	width: 220px;
}

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

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

.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', sans-serif;
	font-size: 0.709rem;
	line-height: 0.834rem;
}

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

.accessicon {
	float: left;
	margin-right: 32px;
	padding: 2px 0 0 0;
}

.accessicon img {
	width: 0;
}

.accessicon a:before {
	color: var(--g-carrier-color);
	content: '\e950';
	font-family: 'sv_icons';
	font-size: 40px;
	font-weight: normal;
}

.searchicon {
	background: none;
	display: block;
}

.searchicon:hover,
.searching .searchbutton:hover {
	opacity: 0.8;
}

.searchicon img {
	height: 40px;
	margin-top: -1px;
	max-width: unset;
}

#search,
.search {
	border: none;
	position: relative;
}

#search form {
	margin-top: -1px;
}

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

#search:before {
	content: '\007C';
	font-family: 'Public Sans', sans-serif;
	font-size: 0.709rem;
	line-height: 0.834rem;
	position: absolute;
	right: 50px;
	top: 11px;
	width: 2px;
}

.searchbox {
	display: none;
}

.searchbox,
.searching .searchbox {
	border-radius: 20px;
	border: 1px solid var(--p-border-color);
	height: 40px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	width: 225px;
}

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

.menuicon {
	background: none;
	padding-top: 12px;
}

.menuicon img {
	width: 0;
}

.menuicon a:before {
	color: var(--g-carrier-color);
	content: '\e96a';
	font-family: 'sv_icons';
	font-size: 40px;
}


/* active search */

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

.searching .searchicon {
	display: none;
}

.searching #search:before {
	left: -19px;
}

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

.searching .searchbutton[type="submit"],
.searching .searchbutton {
	background: none;
	cursor: pointer;
	display: block;
	height: unset;
	margin: 0;
	padding: 0;
	width: min-content;
}

.searching .searchbutton[type="submit"] img,
.searching .searchbutton img {
	height: 40px;
	max-width: unset;
}

.searchbutton_text {
	font-size: 0;
}


/* fixed header */

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

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

.fixed #esv-header .logo img {
	height: 60px;
	width: auto;
}

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

.fixed #esv-header .menuicon {
	padding-top: 10px;
}


@media (max-width: 1080px) {

	#esv-header .logo {
		top: 104px;
	}

	#esv-header .logo img {
		width: 155px;
	}

}

@media (max-width: 1000px) {

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

}

@media (max-width: 960px) {

	#esv-header {
		height: 87px;
	}

	#esv-header .logo {
		top: 13px;
	}

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

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

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

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

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

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

	.searchicon {
		padding-right: 5px;
		padding-top: 8px;
	}

	.menuicon {
		padding-top: 10px;
	}

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

	#search:before {
		content: '';
	}

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


	/* fixed header */

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

	.fixed #esv-header .logo {
		top: 9px;
	}
	
	.fixed #esv-header .logo img {
		height: 50px;
	}

	.fixed #esv-header .tools {
		margin-top: 4px;
	}

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

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

}

@media (max-width: 500px) {

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

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

}

@media (max-width: 360px) {
	
	#esv-header .logo {
		top: 25px;
	}

	#esv-header .logo img {
		width: 130px;
	}

}


/* ============================================ */
/* main-navigation                      - Start */
/* ============================================ */

.main {
	background-color: var(--g-bg-color-02);
}

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

.main .menu-item {
	position: relative;
}

.main li:first-child {
	padding-left: 15px;
}

.main > ul > .current-menu-item:before,
.main > ul > .current-menu-ancestor:before,
.main > ul > .menu-item:hover:before {
	background: var(--g-carrier-color);
	content: "";
	height: 52px;
	left: 4px;
	position: absolute;
	top: 3px;
	width: 5px;
}

.main .menu-item a {
	font-family: 'Public Sans', sans-serif;
	font-size: 0.958rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1rem;
	text-align: left;
	vertical-align: top;
}

nav a,
nav a:visited {
	color: var(--g-nav-text-color);
}

.main li:hover > a,
.current-menu-item a,
.current-menu-item a:visited {
	color: var(--g-nav-text-color-02);
}

.main > ul > li > ul.submenu {
	display: none;
	margin-left: -11px;
	width: unset;
}

.main > ul > li:hover > ul.submenu {
	display: flex;
	flex-direction: column;
	position: absolute;
}

.main > ul > li:last-child:hover > ul.submenu {
	min-width: 155px;
	right: 0;
}

.main > ul > li > ul.submenu > li {
	background: var(--g-bg-color-04);
	padding: 5px 11px;
}

.main > ul > li > ul.submenu > li:not(:first-child) {
	border-top: 1px solid var(--g-border-color-02);
}

.main > ul > li > ul.submenu > li:hover {
	cursor: pointer;
}

.main > ul > li > ul.submenu > li a {
	color: var(--g-link-text-color-03);
	height: auto;
}

.main > ul > li > ul.submenu > li.current-menu-item a,
.main > ul > li > ul.submenu > li:hover a {
	color: var(--g-text-color);
}


@media (max-width: 1080px) {

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

}

@media (max-width: 1000px) {

	#esv-header .main > ul {
		padding-left: 165px;
	}
	
	.main .menu-item {
		padding: 0 14px;
	}

}


/* ============================================ */
/* 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;
}


/* ============================================ */
/* sub-navigation                       - Start */
/* ============================================ */

#esv-navigation {
	font-size: 0.958rem;
	letter-spacing: 1px;
}

#esv-navigation ul.sub-menu {
	border-top: 1px solid var(--p-border-color);
}

#esv-navigation ul.menu li.current-menu-item.has-no-children:before {
	color: var(--g-nav-text-color-02);
	content: '\e917';
	float: left;
	font-family: 'sv_icons';
	margin-top: 1px;
}

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

#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-navigation a.plus:before {
	color: var(--g-nav-text-color);
	content: '\e917';
	float: left;
	font-family: 'sv_icons';
}

#esv-navigation a.minus:before {
	content: '\e911';
	float: left;
	color: var(--g-nav-text-color);
	font-family: 'sv_icons';
}

#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: var(--g-nav-text-color-02);
}

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

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

#esv-navigation ul.sub-menu li.current-menu-ancestor a {
	color: var(--g-nav-text-color-02);
	font-family: 'Public Sans', sans-serif;
	font-weight: 800;
}

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

#esv-navigation ul.menu>li>ul.sub-menu {
	border-bottom: 1px solid var(--p-border-color);
	border-left: none;
	border-right: none;
	border-top: none;
}

#esv-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li {
	border-bottom: 1px solid var(--p-border-color);
	text-transform: uppercase;
}

#esv-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li:last-of-type {
	border-bottom: 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;
}

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


/* ============================================ */
/* zeilenkonzeptpageheader              - Start */
/* ============================================ */

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

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slider-pausebutton-dot-wrapper {
	width: calc(100% - 160px);
}

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

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser .cover {
	height: 100%;
	max-height: 585px;
	object-fit: cover;
	width: 100%;
}

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

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

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser .teaser_text.h-align_right.v-align_bottom {
	left: 11.5%;
	width: 77%;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser .teaser_text.h-align_right.v-align_bottom .freetext.text {
	display: flex;
	height: 52%;
	justify-content: flex-end;
	margin-bottom: 2%;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser .teaser_text.h-align_right.v-align_bottom .freetext.text:has(img.size_75pc) {
	height: 60%;
}

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

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

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser .teaser_text.h-align_right.v-align_bottom .freetext.text img {
	float: right;
	height: 100%;
	margin: 0;
	max-width: unset;
	width: auto;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev.sv-left {
	background-repeat: no-repeat;
	background: url('/cdscontent/load?contentid=10008.785379&version=1706114390');
	height: 392px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 75px;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next.sv-right {
	background-repeat: no-repeat;
	background: url('/cdscontent/load?contentid=10008.785380&version=1706114390');
	height: 392px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 75px;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev.sv-left::before,
.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next.sv-right::before {
	display: none;
}


@media (max-width: 1300px) {

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

}

@media (max-width: 1200px) {

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slider-pausebutton-dot-wrapper {
		width: calc(100% - 104px);
	}

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

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

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev.sv-left {
		scale: 0.65;
		transform-origin: 0 0;
	}

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next.sv-right {
		scale: 0.65;
		transform-origin: 100% 0;
	}
	
}

@media (max-width: 1100px) {

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

}

@media (max-width: 1050px) {

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slider-pausebutton-dot-wrapper {
		width: calc(100% - 82px);
	}

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

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev.sv-left,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next.sv-right {
		scale: 0.5;
	}

}

@media (max-width: 1000px) {

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

}

@media (max-width: 960px) {

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

}

@media (max-width: 900px) {

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slider-pausebutton-dot-wrapper {
		width: calc(100% - 70px);
	}

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

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev.sv-left,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next.sv-right {
		scale: 0.42;
	}

}

@media (max-width: 800px) {

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

}

@media (max-width: 750px) {

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slider-pausebutton-dot-wrapper {
		width: calc(100% - 54px);
	}

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

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-prev.sv-left,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-next.sv-right {
		scale: 0.32;
	}

}

@media (max-width: 600px) {

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

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

}

@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;
	}

}


/* ============================================ */
/* breadcrumb                           - Start */
/* ============================================ */

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

.lc_pageheader~.lc_navigations {
	margin-top: 0;
}

.lc_showsub {
	display: none;
}

.center .breadcrumb {
	margin-top: 35px;
	padding: 0;
}

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

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

.breadcrumb li.bcnode a,
.breadcrumb li.bcnode:after {
	color: var(--g-link-text-color-04);
}

.breadcrumb li.bcnode:after {
	content: '<';
	float: right;
	padding: 0 5px;
}

.breadcrumb li.bcleaf {
	color: var(--g-link-text-color);
	font-family: 'Public Sans', sans-serif;
	font-size: 1rem;
	font-weight: 800;
}

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


@media (max-width: 960px) {

	.lc_navigations {
		margin-bottom: 30px;
	}

}


/* ============================================ */
/* zeilenkonzeptmetacontainer           - Start */
/* ============================================ */

.meta_container[class*='bg-'],
.meta_container[class*='bg_'] {
	margin-bottom: 0;
	padding: 40px 0 0 0;
}

.meta_container.bgimage {
	padding: 0;
}

/* Hintergrundbild + custom1 */

.meta_container.bgimage.mc-custom1 .bigimage_teaser .teaser_text {
	align-items: end;
}

.meta_container.bgimage.mc-custom1 .lc_columnContainer.contentline {
	padding: 0;
}

.meta_container.bgimage.mc-custom1 .lc_columnContainer.contentline .tile {
	margin: 0 auto;
	width: 40%;
}

.meta_container.bgimage.mc-custom1 .tile .text.noHeadline {
	padding-top: 0;
}


@media (max-width: 1300px) {
	
	.meta_container.bgimage.mc-custom1 .lc_columnContainer.contentline .tile {
		width: 500px;
	}
	
}

@media (max-width: 600px) {

	.meta_container.bgimage.mc-custom1 .bigimage_teaser {
		height: 380px;
	}
	
	.meta_container.bgimage.mc-custom1 .lc_columnContainer.contentline .tile {
		width: 400px;
	}
	
}

@media (max-width: 450px) {

	.meta_container.bgimage.mc-custom1 .bigimage_teaser {
		height: 280px;
	}
	
	.meta_container.bgimage.mc-custom1 .lc_columnContainer.contentline .tile {
		width: 297px;
	}
	
}


/* ============================================ */
/* lcheadline                           - Start */
/* ============================================ */

.lcheadline {
	padding-bottom: 27px;
}

.lcheadline .text>h1,
.lcheadline .text>h2,
.lcheadline .text>h3,
.lcheadline .text>h4,
.lcheadline .text>h5,
.lcheadline .text>h6 {
	color: var(--g-headline-color);
}

.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;
	padding-right: 5px;
	vertical-align: -3px;
}

.lcheadline .esvlink img {
	display: none;
}


@media (max-width: 520px) {

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

}

@media (max-width: 450px) {

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

}

@media (max-width: 390px) {

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

}


/* ============================================ */
/* lctile                               - Start */
/* ============================================ */

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

/* Element-Typ: Typ 2 */

.tile.tile_type02 img {
	max-width: 200px;
	width: 50%;
}

/* ============================================ */
/* lcinfobutton                                 */
/* ============================================ */

.lc-infobutton .infobutton .buttontext {
	font-family: 'Public Sans', sans-serif;
}


@media (max-width: 600px) {
  
	.lc-infobutton .infobutton .buttontext {
	  font-size: 1rem;
	}
  
	#esv-container .lc-infobutton .popuptext p {
	  font-size: 0.75rem;
	  line-height: 1.5;
	}
	
  }


/* ============================================ */
/* accordion                            - Start */
/* ============================================ */

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

.accordion {
	background-color: var(--g-bg-color-02);
	border-radius: 10px;
	border: 1px solid var(--p-border-color);
	padding-left: 6px;
	padding-right: 6px;
}

.accordion dt,
.accordion dt.open {
	background-color: var(--g-bg-color-02);
	margin-bottom: 0;
}

.accordion dt a {
	color: var(--g-link-text-color);
	font-size: 1.335rem;
	font-weight: 800;
	line-height: 1.417rem;
}

.accordion dt.open a:before {
	border-top: 6px solid var(--p-border-color);
	bottom: -3px;
	content: "";
	left: 18px;
	position: absolute;
	width: 80px;
}

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

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


/* ============================================ */
/* zeilenkonzeptblockquote              - Start */
/* ============================================ */

.text blockquote .quote_end,
.text blockquote .quote_start,
.text blockquote {
	color: var(--g-carrier-color);
}


/* ============================================ */
/* therapieaktivinfobox                 - Start */
/* ============================================ */

.standardlineconcept .freetext .infobox {
	background: var(--p-bg-color);
	border: 2px solid var(--p-border-color);
	margin-bottom: 20px;
	margin-top: 12px;
	padding: 25px 25px 17px 25px;
}


/* ============================================ */
/* Suchergebnis-Seite                   - Start */
/* ============================================ */

#searchFormContent .searchbutton[type="submit"] {
	background: var(--g-carrier-color);
	border-radius: 50%;
	left: 40px;
	margin-top: 0;
}

#searchFormContent .searchbutton[type="submit"]:before {
	color: var(--g-text-color-02);
	content: "\e95f";
	font-family: 'sv_icons';
	font-size: 40px;
	line-height: 40px;
	top: 0;
	width: 40px;
}

.searchlist {
	margin-top: 40px;
}

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

.searchlist .searchbox {
	display: block;
}

.searchlist .searchbox:focus-visible {
	outline: 1px solid var(--p-border-color);
}

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

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

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

.searchlist .search_navigation {
	display: none;
}


@media (max-width: 960px) {

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

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

}


/* ============================================ */
/* Sticky-Icon-Bar-Konfiguration        - Start */
/* ============================================ */

.stickyiconbar,
.stickyiconbar .center {
	width: 70px;
}

.stickyiconbar-element {
	background-color: var(--g-bg-color-04);
	height: 70px;
	padding: 0;
	width: 70px;
}

div a.stickyiconbar-element:link,
div a.stickyiconbar-element:visited,
div a.stickyiconbar-element:hover,
div a.stickyiconbar-element:focus {
	color: var(--g-link-text-color-03);
}

span.stickyiconbar-linkone-icon:before {
	content: '\e94d';
}

span.stickyiconbar-print-icon:before {
	content: '\e934';
}

.stickyiconbar-title,
.stickyiconbar-linkone-title,
.stickyiconbar-print-title {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
}

.stickyiconbar-top:link,
.stickyiconbar-top:visited,
.stickyiconbar-top:hover,
.stickyiconbar-top:focus {
	color: var(--g-link-text-color);
}


@media (max-width: 960px) {

	.stickyiconbar,
	.stickyiconbar .center {
		width: 50px;
	}

	.stickyiconbar-element,
	.stickyiconbar-top {
		height: 50px;
		width: 50px;
	}

	span.stickyiconbar-linkone-icon,
	span.stickyiconbar-print-icon {
		height: 35px;
	}

	span.stickyiconbar-linkone-icon:before,
	span.stickyiconbar-print-icon:before {
		font-size: 36px;
	}

	.stickyiconbar-linkone-title,
	.stickyiconbar-print-title {
		font-size: 10px;
	}

}

@media (max-width: 600px) {

	.stickyiconbar {
		position: relative;
		top: unset !important;
		width: 100%;
	}

	.stickyiconbar.contentline {
		margin-bottom: 30px;
		margin-top: 0;
	}

	.stickyiconbar,
	.stickyiconbar .center {
		justify-content: flex-start;
	}

	.stickyiconbar .center {
		flex-direction: row;
		margin-left: auto;
		margin-right: auto;
		width: 96%;
	}

	.stickyiconbar-top {
		bottom: 0;
		position: fixed;
		right: 0;
	}

}


/* ============================================ */
/* footer                               - Start */
/* ============================================ */

#esv-footer {
	background: var(--g-footer-bg-color);
	border: none;
	font-family: 'Public Sans', sans-serif;
	font-size: 0.709rem;
	line-height: 1.084rem;
	margin-top: 110px;
	min-height: unset;
	position: relative;
}

#esv-footer.footer_scroll_extend {
    min-height: unset;
}

#esv-footer .center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	padding-left: 0;
	position: static;
	width: 1280px;
}

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

.footer_top {
	left: 50%;
	position: absolute;
	top: -98px;
	transform: translateX(-50%);
}

.footer_top .top {
	line-height: 0;
	margin: 0;
}

.footer_top .top img {
	height: 98px;
	max-width: unset;
	width: auto;
}

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

.footer_info {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-weight: 800;
	gap: 15px;
	line-height: 0.917rem;
	margin: 24px auto 0 auto;
	text-align: center;
	text-transform: uppercase;
}

.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: 0;
}

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

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

.footer_address .address_title {
	padding: 2px 0 0 0;
}

.footer_address p {
	padding-bottom: 0;
}

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

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

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

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

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

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

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


@media (max-width: 1300px) {

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

}

@media (max-width: 1030px) {

	#esv-footer {
		margin-top: 80px;
	}

	.footer_top {
		top: -79px;
	}

	.footer_top .top img {
		height: 79px;
	}

}

@media (max-width: 960px) {

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

}

@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: 800px) {

	#esv-footer .center {
		flex-direction: column-reverse;
	}

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

	.footer_info {
		margin-top: 20px;
		width: 96%;
	}

	.footer_info p.footer_copyright {
		float: none;
	}

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

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

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

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

	.footer_address {
		text-align: center;
	}

	.footer_address .address_title {
		min-height: unset;
		padding: 0;
	}

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

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

}

@media (max-width: 600px) {

	#esv-footer {
		margin-top: 65px;
	}

	.footer_top {
		top: -60px;
	}

	.footer_top .top img {
		height: 60px;
	}

}

@media (max-width: 460px) {
	
	.footer_infolinks {
		flex-wrap: wrap;
		margin: 0 30px;
	}

	.footer_info p:nth-child(3)::after {
		content: '';
		padding: 0;
	}
	
}

@media (max-width: 390px) {

	#esv-footer {
		margin-top: 45px;
	}

	.footer_top {
		top: -42px;
	}

	.footer_top .top img {
		height: 42px;
	}

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

}

@media (max-width: 360px) {

	.footer_info p:nth-child(2)::after {
		content: '';
		padding: 0;
	}

	.footer_info p:nth-child(3)::after {
		content: '\007C';
		padding: 0 13px;
	}
	
}

@media (max-width: 330px) {
	
	.footer_infolinks {
		margin: 0 20px;
	}
	
}


/* ============================================ */
/* cookie-banner                        - Start */
/* ============================================ */

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

#consent-container .consent-left {
	background: var(--g-consent-bg-color);
	color: var(--g-text-color);
}

#consent-container .consent-left .esvlink{
	color: var(--g-carrier-color);
	text-decoration: none;
}

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

#consent-container .consent-opt-in-button {
	background-color: var(--g-carrier-color);
	border-color: var(--g-carrier-color);
}

#consent-container .consent-right .esvlink {
	color: var(--p-text-color);
}

#consent-container .consent-link-more,
#consent-container .consent-link-more:hover {
	background: var(--g-consent-bg-color);
	color: var(--g-carrier-color);
}

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

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

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

#consent-container .switcher.default.is-active {
	background-color: var(--g-carrier-color);
}

#consent-container .switcher.default .textYes {
	background-color: var(--g-carrier-color);
}

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

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

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

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

#consent-container .consent-blue {
	background: var(--g-carrier-color);
	border-color: var(--g-carrier-color);
}


@media (max-width: 960px) {

	#consent-container .consent-right {
		max-width: 100%;
	}

}
