
/* WOBINICHRICHTIG portal.css */

/*
schwarz: #000;
blau: #00a6d0;
blau contrast: #00a3bf;
*/

/* ============================================ */

/* HEADER logos, login, metanavi */

/* ============================================ */

/*
8px = 0.4444rem
9px = 0.5rem
10px = 0.5556rem
11px = 0.6111rem
12px = 0.6667rem
13px = 0.7222rem
14px = 0.7778rem
15px = 0.8333rem
16px = 0.8889rem
18px = 1rem (base)
20px = 1.111rem
22px = 1.222rem
24px = 1.333rem
26px = 1.444rem
28px = 1.556rem
30px = 1.667rem
32px = 1.778rem
34px = 1.889rem
36px = 2rem
38px = 2.111rem
40px = 2.222rem
72px = 4rem;
*/

/*
.meta_container.bg_colored (backend: weiß) ist fullwidth line
.meta_container.bg_color1 (backend: blau) hast dark-green to light green gradient
.meta_container.bg_color2: Hintergrundfarbe gelb, ohne Margin, erstes Element in Contentline hat Abstand nach oben
.meta_container.bg_grey: Hintergrundfarbe grau, ohne Margin, erstes Element in Contentline hat Abstand nach oben

.custom1: a slim contentline
.custom2: urgency-list with seats
.custom3: the titlezone for lineconzept - lead = h4
.custom4: tiles with 100px images left
.custom5: background-image-elements are squares
.custom5 on bannerbox: centered content
.custom6: .tileimages are round (only use squares)
.custom7: contentline with no padding on the bottom
.custom8: limit logo sizes
.custom8 on columns2_layout: takes two lines at 960px
.custom9: to design switch on new startpage
.custom10: black line for languages

.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06: waiting time from the urgency-list with seats

*/


/* color definition */  
 
:root {
    --p-bg-color: #898b8d;
}  
 
 
/* font-settings */

/* devanagari */
@font-face {
	font-family: 'Halant';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Halant Regular'), local('Halant-Regular'), url("/esvportal/layouts/fonts/halant/v8/u-4-0qaujRI2Pbsn2dhnoy0.woff2") format('woff2');
	unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Halant';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Halant Regular'), local('Halant-Regular'), url("/esvportal/layouts/fonts/halant/v8/u-4-0qaujRI2Pbsn1thnoy0.woff2") format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Halant';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Halant Regular'), local('Halant-Regular'), url("/esvportal/layouts/fonts/halant/v8/u-4-0qaujRI2Pbsn2Nhn.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }


.reducedtileheigth.tile .textbox > h3 { /*sic typo - hack for title*/
	display: none !important;
}

.reducedtileheigth.tile .text {
	padding-bottom: 40px;
}

html {
	font-size: 18px;
	background: none !important;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}


/*add to zeilenkonzept.css*/

ul.column1_layout,
ul.columns2_layout,
ul.columns3_layout,
ul.columns4_layout {
	padding: 0;
	margin: 0;
	width: 100%;
}

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

/*add 3. line*/
.image_right, .image_left, .image_bottom, 
.tile.image_right, .tile.image_left, .tile.image_bottom,
.article.image_right, .article.image_left, .article.image_bottom {
    justify-content: space-between;
    flex-direction: row;
    display: flex;
}

@media (max-width: 960px) {
	.columns4_layout .columns4 {
		grid-column: auto / span 2;
	}
}


@media (max-width: 600px) {
	.columns4_layout .columns4,
	.columns2_layout .columns2 {
		grid-column: auto / span 1;
	}
}

@media (max-width: 400px) {

}


/*undo when changed in zeilenkonzept.css to
.tile > h3 {
  padding: 0 18px;
} */

.tile .text h3 {
  padding: 0;
}

.content .contentline:nth-child(2) {
	margin: 0;
	padding: 0;
}



/*black not grey*/
body,
input, textarea, select, 
.searchbox:focus,
.searchbox,
nav a,
.current-menu-item .sub-menu a,
.dropdown a,
.left a,
.imgnavitext h2 a,
.imgnavitext .text a,
.imgnavitext .text,
.neutral .imgnavitext h2 a,
.neutral .imgnavitext .text a,
.neutral .imgnavitext .text,
.landingitem .text li a:hover,
.list .listline h2 a:hover,
.letter, .initial, .a-z_search,
.pager a:hover,
a.toc_anchor,
.linkbox a:hover,
.inpagenavi a:hover,
#esv-footer .carrier_dropdown a,
#esv-footer .bkk h2,
#esv-footer a.carrierajaxurl,
#esv-footer .carrier_dropdown a:hover {
	color: #000;
}

.button_cookiecheck {
	color: #000 !important;
}

.searching .searchbutton, .searching .searchbutton[type="submit"],
.context_menu {
	background-color: #000;
}


/*remove condensed style*/
a.more_link,
button, .button, .btn,
.tools,
nav, #esv-nav_portal_detail, #esv-navigation,
.latest li a,
.imgnavitext .text,
.column1 .linkbox .esvlinks li a,
.date, .scores,
.morestories a,
.list .listline h2 a,
.letter, .initial, .a-z_search,
.lead, .keywords,
a.feedback,
.links_news h4,
.contact_name,
.contact_function,
.tel_link,
.top,
.addresstitle,
#esv-footer .others,
#esv-footer .partner,
.youtube_video_wrapper .youtube_video_trigger .youtube_privacy {
	font-family: 'Roboto', sans-serif;
}


/*remove condensed style*/
.titlezone .lead,
h1, h2, h3 {
	font-family: 'Halant', serif;
	letter-spacing: .03rem;
}

h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	letter-spacing: .03rem;
}


label, input, select {
	max-width: none;
	min-width: 0;
}


h1, 
.text h1,
.tile h1,
.free_column h1,
h2 {
	font-size: 3rem;
	line-height: 3.2rem;
}

.text h2,
.tile h2,
.free_column h2 {
	font-size: 2rem;
    line-height: 2.2rem;	
}

.text h3 {
	font-size: 1.8rem;
	line-height: 2rem;
}

.tile h3,
.free_column h3 {
	font-size: 2rem;
    line-height: 2.2rem;
}

.text h4,
.tile h4,
.free_column h4 {
	font-size: 1.6rem;
	line-height: 1.8rem;
}

.text h5,
.tile  h5,
.free_column h5 {
	font-size: 1.2rem;
	line-height: 1.4rem;
}

.text h6 {
	font-size: 1rem;
	line-height: 1rem;
}

.tile h1,
.tile h2,
.tile h3,
.tile h3 a,
.tile h4,
.tile h5,
.free_column h1,
.free_column h2,
.free_column h3,
.free_column h3 a,
.free_column h4,
.free_column h5 {
	 font-family: 'Roboto', sans-serif;
}

.tile .textbox h2 {
	text-transform: uppercase;
	color: #009ab5;
}

.textbox,
.text {
	font-size: 1.1rem;
	line-height: 1.5rem;
	letter-spacing: .01rem;
	width: 100%;
	flex: none;
}
    
/*header*/

#esv-header {
	height: 100px;
}

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

#esv-header .logo img {
	height: 200px;
}

.footerlogo img {
	width: 90px;
}

.tools {
	margin-top: 5px;
	display: flex;
	justify-content: flex-end;
}

.tools .column1 {
	width: auto;
	flex: none;
}

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

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

.searching .searchbutton[type="submit"],
.searchbutton[type="submit"],
.searchicon {
	display: block;
	position: relative;
	order: 2;
	background: #00a6d0;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	padding: 0;
	margin-right: 9px;
	flex: none;
}

.searchicon a {
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}

.searchicon img {
	display: none;
}

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

.searchicon a:before,
.searchbutton[type="submit"]:before {
  content: "\e95f";
  font-family: 'sv_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  color: white;
  position: absolute;
	display: block;
	top: 0;
	left: 2px;
}

.searching .searchicon {
	display: none;
}

.login {
	border-radius: 20px;
	order: 3;
	flex: 1 1 auto;
}

.login > a {
	padding-top: 10px;
}

.extra {
	font-size: 0;
	width: 100px;
	flex: none;
}

.extra img {
	height: 40px;
	top: -2px;
}

.login,
.userlinks {
	background: rgb(0, 166, 208); /*bvaeb*/
}

.searching .searchbox,
.searchbox {
	width: 100%;
	background: transparent;
	box-shadow: none;
	border: 1px solid rgba(0, 166, 208, .25);
	text-align: center;
	height: 40px;
	border-radius: 20px;
	margin: 0;
	padding-right: 40px;
}

.searching .searchbutton[type="submit"],
.searchbutton[type="submit"],
.searchbutton {
	background: rgb(0, 166, 208); /*bvaeb*/
	font-size: 0;
	margin: 0 0 0 -40px;
}

#search {
	display: none;
	flex: 1 1 auto;
	padding-right: 8px;
}


/*navis*/

.meta {
	bottom: 65px;
	right: calc((100% - 1280px)/2);
	margin-right: 0;
}

.meta .menu-item,
.meta ul {
	display: block;
	width: 100%;
}

.meta .menu-item a,
.meta .menu-item {
	display: block;
	clear: both;
	height: 20px;
	font-size: 0.72rem;
	text-align: right;
	padding: 0;
	font-weight: 400;
	height: 50px;
}

.meta .menu-item a:hover, 
.meta .current-menu-item a, 
.meta .current-menu-ancestor a {
	background: none;
	box-shadow: none;
	color: #009ab5;
}

.meta .current-menu-item a:before, 
.meta .current-menu-ancestor a:before {
	content: '';
	display: inline-block;
	width: 86px;
	height: 4px;
	border-radius: 3px;
	background: #00a6d0;
	margin-right: 15px;
	vertical-align: 3px;
}

.main {
	background: none;
	height: 50px;
}

.main ul {
	justify-content: flex-end;
}

.main .menu-item a {
	font-size: .83rem;
	height: 50px;
	font-weight: 500;
	position: relative;
	letter-spacing: .05rem;
}

.main .menu-item {
	height: 50px;
}

.main .menu-item:hover > a:after, 
.main .current-menu-item > a:after, 
.main .current-menu-ancestor > a:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background: #00a6d0;
	position: absolute;
	bottom: 0;
}

/*dropdown*/

nav.dropdown {
	background: none;
	box-shadow: none;
	overflow: visible;
	height: 5px;
}

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

.dropdown > ul > li > ul > li > ul {
	display: none;
}

.dropdown > ul > li > a {
	visibility: hidden;
	display: block !important;
	height: 0px;
	font-size: .83rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dropdown > ul {
	display: flex;
	justify-content: space-between;
	height: 5px;
}

.dropdown > ul > li {
	display: block !important;
	width: auto;
}

.dropdown > ul > li > ul {
	display: flex;
	flex-direction: column;
	margin-top: -19px;
	background: white;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

.dropdown > ul > li:nth-child(n+6) {
	display: none !important;
}

.dropdown > ul > li > ul > li > a {
	font-size: .77rem;
	padding: 8px;
}

.dropdown > ul > li > ul > li  {
	width: 100%;
	text-transform: none;
	background: white;
	margin: 0;
}

.closedropdown {
	display: none;
}

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


@media (max-width: 1300px) {

	.dropdown > ul {
		width: 96%;
	}

}


/*sub*/

.left > ul {
	padding-right: 0;
}

.left a {
	font-size: .77rem;
}

.left .menu-item > a {
	padding-left: 30px;
}

.left > ul > li > ul > li.current-menu-item > ul.sub-menu > li > a,
.left > ul > li > ul > li > ul > li > a { /*first visible*/
	text-transform: uppercase;
	letter-spacing: .05rem;
	font-weight: 700;
}

.left > ul > li > ul > li > ul.sub-menu > li:last-child,
.left > ul > li > ul > li > ul > li { /*first visible*/
	border-bottom: 1px solid white;
	padding: 12px 0;
}

.mobilenavi .current-menu-item > a,
.left .current-menu-item > a {
	color: #009ab5;
}

.left .context_menu a {
	color: white;
}


/*mobile*/

.mobilenavi .menu-item {
	font-size: 1rem;
	text-transform: none;
}

.mobilenavi li > a {
	padding-left: 40px;
}

.mobilenavi > ul > li > a {
	text-transform: uppercase;
	letter-spacing: .05rem;
}


/* ============================================ */
/* content                              - Start */
/* ============================================ */

.content {
	margin-top: 0;
}

/* ============================================ */
/* content                                - End */
/* ============================================ */


/*breadcrumb*/

.lc_navigations.contentline {
	height: 0px;
	padding-bottom: 0;
	display: none;
}

.lc_navigations .center .lc_showsub {
	height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 4px;
    background-color: #f5f8f8;
	position: absolute;
	top: 0;
	left: 0;
}

.lc_navigations .center .lc_showsub.open {
	left: -39px;
}

.lc_navigations .center .lc_showsub.open a:before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	background: black;
	transform: rotate(-60deg);
	top: 23px;
	left: 10px;
	transiton: all .5s;
}

.lc_navigations .center .lc_showsub.open:hover a:before {
	transform: rotate(60deg);
	background: #00a6d0;
}

.lc_showsub > a {
	text-decoration: none;
	font-size: 2.2rem;
	color: black;
}

.breadcrumb > ul > li:first-child > a {
	font-weight: 500;
	text-transform: uppercase;
	color: #008e5c;
	/*color: rgb(0, 166, 208);
	color: black;*/
	text-decoration: none;
	letter-spacing: .05rem;
}

.center .breadcrumb {
	display: flex;
	padding: 30px 0 0 76px;
}

.right .breadcrumb {
	padding: 30px 0 20px 5%;
}

#esv-content_mitnav.pushed,
#esv-content_withnav.pushed {
	overflow: hidden;
	padding-left: 40px;
}

#esv-content_mitnav.pushed .contentline:not(.lc_navigations),
#esv-content_withnav.pushed .contentline:not(.lc_navigations) {
	filter: blur(3px);
}




/*frontpage*/


.newslist .column2 > h3,
.newslist .column1 > h3 {
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0 20px;
	letter-spacing: 1px;
}

/* ============================================ */

/*  IMGNAVI */

/* ============================================ */

.imgnavitext {
	background: rgba(0, 166, 208, 0.9); /*bvaeb*/
}

.imgnavitext h2 a {
	font-weight: 500;
	letter-spacing: .03rem;
	line-height: 1.2rem;
	font-size: 1rem;
}

.imgnavitext h2 a,
.imgnavitext .text,
.imgnavitext .text a,
.imgnavitext a:visited,
.imgnavitext a:focus, 
.imgnavitext a:active {
	color: rgb(255, 255, 255); /*white*/
}

/* ============================================ */

/* LINKS */

/* ============================================ */

.bg_color2 a,
a, 
a:active,
a:visited,
a:focus,
a:hover {
	color: #009ab5;  /*bvaeb*/
}

nav a:hover, nav a:focus, nav a:active,
.current-menu-item a,
.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, 166, 208);  /*bvaeb*/
}

nav a:visited {
	color: inherit;
}

a[data-gentics-gcn-url] { /*file*/
	font-size: .77rem;
}

.letter a:hover {
    background-color: rgb(0, 166, 208);  /*bvaeb*/
}


a.esvlink_button_left:link, a.esvlink_button_left:hover, a.esvlink_button_left:active, a.esvlink_button_left:visited, a.esvlink_button_center:link, a.esvlink_button_center:hover, a.esvlink_button_center:active, a.esvlink_button_center:visited, a.esvlink_button_right:link, a.esvlink_button_right:hover, a.esvlink_button_right:active, a.esvlink_button_right:visited {
	border: 1px solid rgb(0, 166, 208);
}


a.esvlink_button_right,
a.esvlink_button_left,
a.esvlink_button_center {
	border-radius: 25px;
	float: left;
	min-width: 200px;
	width: inherit;
	border: 1px solid rgb(0, 166, 208);
	background: rgb(0, 166, 208);
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	font-size: .77rem;
	letter-spacing: .03rem;
	text-shadow: none;
}

a.esvlink_button_right:hover,
a.esvlink_button_left:hover,
a.esvlink_button_center:hover,
a.esvlink_button_right.color2,
a.esvlink_button_left.color2,
a.esvlink_button_center.color2 {
	background: rgba(255,255,255,.95);
	color: rgb(0, 166, 208);
}

a.esvlink_button_right.color2:hover,
a.esvlink_button_left.color2:hover,
a.esvlink_button_center.color2:hover {
	background: rgb(0, 166, 208);
	color: white;
}

.text a[class*='esvlink_button']:hover {
	text-decoration: none;
}

/*undo! belongs to zeilenkonzept.css*/
a.esvlink_button_right {
  float: right;
}

a.esvlink_button_center {
  margin: 0 auto;
  float: none;
  width: max-content;
}

_:-ms-fullscreen, :root a.esvlink_button_center {
  max-width: 300px;
}

/*the downloadlink only*/
a.esvlink_button_left.esvlink_white.esvlink_pdf {
	color: #00a3bf;
	min-height: 25px;
	clear: both;
	display: inline-block;
	float: none;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background: white;
	line-height: 1.2rem;
	word-break: break-word;
}

a.esvlink_button_left.esvlink_white.esvlink_pdf img {
	vertical-align: -3px;
}

a.esvlink_button_left.esvlink_white.esvlink_pdf:link {
	border-right-width: 2px;
	border-bottom-width: 2px;
}

a.esvlink_button_left.esvlink_white.esvlink_pdf:hover {
	background: none;
}

a.esvlink.button {
    background: none;
    color: #497c52;
    display: inline-block;
    border: 1px solid #497c52;
	border-radius: 0px;
    border-left: none;
	border-right: none;
    margin-left: 5px;
    min-height: 47px;
    padding: 8px 20px 5px 20px;
	font-weight: 400;
	margin-top: -9px;
	height: auto;
}


@media (max-width: 600px) {
	a.esvlink.button {
		display: block;
		margin: 0 auto;
	}
}

.text a {
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}


/* ============================================ */

/* LINES */

/* ============================================ */


.standardlineconcept > div:nth-last-child(-n+1 of :not(.stickyiconbar)),
.content > div:nth-last-child(-n+1 of :not(.stickyiconbar)) {
	margin-bottom: 0;
}

.meta_container {
	padding-top: 40px;
}

.meta_container.bg_grey {
	background-color: #f5f8f8;
	margin: 0;
}

.meta_container.bg_color2 {
	background-color: #faf8e1;
	margin: 0;
}

.meta_container.bg_color1 {
	background-color: #c3dfe6;
	margin: 0;
}

.meta_container.bg_grey > .contentline:first-child,
.meta_container.bg_color1 > .contentline:first-child,
.meta_container.bg_color2 > .contentline:first-child {
	padding-top: 40px;
}

.meta_container.bg_grey .esvlink.button:active,
.meta_container.bg_grey .esvlink.button:focus,
.meta_container.bg_grey .esvlink.button:hover,
.meta_container.bg_grey .esvlink.button:visited,
.meta_container.bg_color2 .esvlink.button:active,
.meta_container.bg_color2 .esvlink.button:focus,
.meta_container.bg_color2 .esvlink.button:hover,
.meta_container.bg_color2 .esvlink.button:visited {
	color: #000;
}

.contentline.grey {
	background: rgba(206, 206, 206, 0.2); /*bvaeb_grau*/
}

.bg_colored.meta_container {
	padding: 0;
}

.bg_colored.meta_container > .contentline > .center { /*the fullwidth one*/
	width: 100%;
	margin: 0;
	padding: 0;
}

.contentline > .center > div { /*maybe delete this*/
	float: left;
	width: 100%;
} 

.contentline.custom7 {
	padding-bottom: 0;
}


.contentline.custom9 h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.55rem;
}

.contentline.custom9 .columns2_layout > div {
	padding: 0 40px;
}


.contentline.custom9 .columns2_layout > div .more_link {
	bottom: auto;
	top: calc(50% - 50px);
	font-size: 0;
	right: 60px;
}

.contentline.custom9 .columns2_layout > div:first-child .more_link {
	right: auto;
	left: 0;
}

.contentline.custom9 .columns2_layout > div .more_link:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	border: 3px solid rgb(0, 166, 208);
	border-top-right-radius: 10px;
	position: absolute;
	border-bottom: none;
	border-left: none;
	border-right-width: 1px;
	transform: rotate(45deg);
	padding: 0;
}

.contentline.custom9 .columns2_layout > div:first-child .more_link:before {
	transform: rotate(-135deg);
}


.custom8 .tileimg {
	max-width: 250px;
}

.custom8 .tile .imagebox .open-img-copyright-icon .img-copyright-icon {
	right: calc((100% - 250px) / 2);
}

.custom8 .tile .imagebox .open-img-copyright-text .img-copyright-text {
	left: calc((100% - 250px) / 2);
	width: 250px;
}

.custom10 {
	padding: 10px 0 0;
	background: black;
}

.custom10 .freetext.text {
	font-size: .77rem;
	color: white;
	text-transform: uppercase;
}

.custom10 .freetext.text a {
	color: white;
}


@media (max-width: 960px) {
	.standardlineconcept .meta_container:nth-child(2) .custom10 .freetext.text {
	  padding: 0 0 0 95px;
  }
}

@media (max-width: 330px) {
	.standardlineconcept .meta_container:nth-child(2) .custom10 .freetext.text {
	  padding: 0 0 0 92px;
  }
}


/*lclinkedpageoverview*/

.lc_linkedpageoverview .image_left.article {
	padding-bottom: 0;
}

.lc_linkedpageoverview .article:not(.image_background) .imagebox.img-copyright-lclinkedpageov:before {
    content: none;
}

.lc_linkedpageoverview .article.image_background .imagebox .img-copyright {
    width: 100%;
}

.lc_linkedpageoverview .article .imagebox > [data-img-copyright-element="img-copyright"] > .tilelink {
	position: static;
}

.lc_linkedpageoverview_headline > h2,
.center > .text > h2,
.contentline > .center > h2 { /*must be a line-title*/
	text-transform: uppercase;
    color: #009ab5;
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
    line-height: 2.2rem;
	margin: 0;
	padding: 30px 0 50px;
	text-align: center;
}

/*
.lc_linkedpageoverview_headline > h2:after,
.center > .text > h2:after,
.tile_type02 .textbox > .text hr,
.contentline.custom1:after,
.contentline > .center > h2:after {
	content: '';
	display: block;
	width: 86px;
	height: 4px;
	border-radius: 3px;
	background: #00a3bf;
	margin: 20px auto;
}
*/

.lc_linkedpageoverview .textbox > h3 {
	font-size: 1.55rem;
	line-height: 1.7rem;
	font-family: 'Roboto', sans-serif;
}

.lc_linkedpageoverview .article .textbox > h3 > a {
	font-weight: 400;
}

.lc_linkedpageoverview .image_left.article .textbox {
	width: 62%;
}

.lc_linkedpageoverview .image_left.article .textbox .text {
	margin-bottom: 0;
}

.lc_linkedpageoverview .image_left.article .textbox .more_link {
	padding: 18px 18px 0 18px;
	bottom: 0;
	right: 20px;
}

.lc_linkedpageoverview .image_left.article .imagebox{
	width: 33%;
}

/* only for ie11 */
_:-ms-fullscreen, :root .lc_linkedpageoverview .image_left.article .imagebox img {
	position: static;
	transform: none;
}


/*titleline*/

.contentline.custom3 .columns2_layout > div {
	display: flex;
	align-items: center;
}

@media (max-width: 960px) {
	.contentline.custom8 .columns2_layout {
	  grid-template-columns: 100%;
	}
}

/*line with separating line*/
.contentline.custom1 {
	padding-bottom: 60px;
}

.contentline.custom1:after {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 43px);
}

/*slim content*/
.meta_container.slim .center,
.contentline.custom2 .center,
.contentline.custom1 .center {
	padding: 0 7%;
}

/*lc sidebar*/
.columns2_container_layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.columns2_container_layout > .contentline:nth-child(2) {
	padding-top: 40px;
}

.columns2_container_layout > div:nth-child(odd) {
	width: calc((100% - 1280px) / 2 + 960px);
}

.columns2_container_layout > div:nth-child(odd):before {
	content: '';
	display: block;
	position: absolute;
	right: 25px;
	top: 0;
	height: 100%;
	width: 1px;
	border-right: 1px solid rgba(0, 166, 208, .5);
}

.columns2_container_layout > div:nth-child(even) {
	width: calc((100% - 1280px) / 2 + 320px);
}

.columns2_container_layout > div:nth-child(odd) > .center {
	width: 960px;
	margin: 0 0 0 auto;
	padding-right: 50px;
}

.columns2_container_layout > div:nth-child(even) > .center {
	width: 320px;
	margin: 0 auto 0 0;
}

@media (max-width: 1300px) {
	
	.columns2_container_layout {
		padding: 0 2%;
	}
	
	.columns2_container_layout > div.contentline > .center {
		width: 100%;
	}
	
	.columns2_container_layout > div:nth-child(odd) {
		width: 70%;
	}
	
	.columns2_container_layout > div:nth-child(even) {
		width: 30%;
	}
	
}

@media (max-width: 960px) {
	
	.columns2_container_layout > div:nth-child(odd),
	.columns2_container_layout > div:nth-child(even) {
		width: 100%;
	}
	
	.columns2_container_layout > div:nth-child(odd) > .center {
		padding-right: 0;
	}
	
	.columns2_container_layout > div:nth-child(even) .column1_layout > div {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
	
	.columns2_container_layout > div:nth-child(odd):before {
		display: none;
	}
	
}


/* ============================================ */

/* slider */

/* ============================================ */

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

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper.contentline .fullwidth {
	margin-top: 0;
}

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

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper:not(.no-sliderdots) .bigimage_teaser .teaser_text.v-align_bottom .text {
	margin-bottom: 95px;
}

.bigimage_teaser .text h2 {
	font-size: 4rem;
	line-height: 4.2rem;
}

.bigimage_teaser .text h3 {
	font-family: 'Roboto', sans-serif;
}

.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-carousel-pausebutton-dots-wrapper {
	bottom: 50px;
}

.bigimage_teaser .text a:hover,
.bigimage_teaser .text a {
	color: black;
}

.bigimage_teaser h3 .esvlink_arrow_right {
	font-size: .88rem;
}

.bigimage_teaser .text .hm_column {
	display: flex;
	align-items: center;
}

.bigimage_teaser .text .hm_column > div {
	width: 50%;
}

.bigimage_teaser .text .hm_column > div:first-child  {
	text-align: right;
}

.bigimage_teaser .text > .hm_column > div:last-child img {
	max-height: 256px;
}

.bigimage_teaser .sv-phone {
	font-size: 3rem;
    vertical-align: -10px;
}


@media (max-width: 1300px) {

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper:not(.no-sliderdots) .bigimage_teaser .teaser_text.v-align_bottom .text {
		margin-bottom: 45px;
	}

}


/* ============================================ */

/* hero-image */

/* ============================================ */


.bigimage_teaser.light .teaser_text {
	align-items: flex-end;
	padding-bottom: 70px;
}

.bigimage_teaser.light .text > div {
	width: auto;
	float: left;
}

.bigimage_teaser.light .text > div.hm_column {
	width: 100%;
}

.bigimage_teaser.light {
	color: black;
	max-height: 450px;
}


/* ============================================ */

/* line headline */

/* ============================================ */



/* ============================================ */

/* video */

/* ============================================ */

video {
	float: left;
}

.youtube_video_trigger {
	padding: 30px !important;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}



/* ============================================ */

/* tiles */

/* ============================================ */


/*tile and tilelink*/

.tilelink {
	display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.imagebox > .tilelink,
.imagebox > [data-img-copyright-element="img-copyright"] > .tilelink {
	display: block;
}

/*icon and tile*/

.tile .text img.size_25pc {
	width: 60px;
}

/*imagebox*/
.imagebox {
	width: 100%;
}

/*badge and tile*/

.tile_type02 .textbox > h3,
.tile_type02 .textbox > .tilelink > h3, 
.tile_type02 .text > h3 {
	background: #00a6d0;
	color: white;
	display: inline-block;
  	border-radius: 10px;
  	padding: 3px 8px;
  	line-height: 1;
  	white-space: nowrap;
  	font-weight: 400;
  	margin: 0 0 20px;
	font-size: 0.77rem;
	text-transform: uppercase;
}


/*more link*/

.article .more_link,
.tile .more_link {
	font-size: 0.72rem;
	letter-spacing: .05rem;
	font-weight: 600;
	text-transform: uppercase;
}

a[data-gentics-gcn-url="#"]:before,
.esvlink.esvlink_arrow_right:after,
.tile .more_link:before {
  content: "\e969";
  font-family: 'sv_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -4px;
  padding: 0 5px;
  font-size: 1.1rem;
}

.esvlink.esvlink_arrow_right:hover,
a.more_link:hover {
	text-decoration: none;
	color: #009ab5;
}

.esvlink.esvlink_arrow_right {
	text-decoration: none;
}

.esvlink.esvlink_arrow_right:after {
	position: static;
}


.tile .text {
	padding-bottom: 40px;
}

.tile .text ol,
.tile .text ul {
	padding-left: 25px;
}

.tile .linkbox .esvlinks li {
    padding: 0;
}


/*anchor link*/

a[data-gentics-gcn-url="#"]:before {
  content: "\e911";
}

a[data-gentics-gcn-url="#"]:hover:before {
  text-decoration: none;
}



/*round square images*/

.custom6 .tileimg {
	border-radius: 50%;
}

.custom6 .tile_type01 .tileimg {
	padding: 18px;
}

.custom6 .tile_type01 .imagebox .open-img-copyright-icon .img-copyright-icon {
	bottom: 18px;
	right: 18px;
}

.custom6 .tile_type01 .imagebox .open-img-copyright-text .img-copyright-text {
	bottom: 18px;
	left: 18px;
	width: calc(100% - 36px);
}

img[alt*='Icon'],
.tileimg[alt*='Icon'] {
	max-width: 60px;
}

img[alt*='Icon Leichter Lesen'] {
	max-width: 50px;
	margin-right: 5px;
	margin-top: -12px;
}


/*type1 = card - with blue border*/


.tile.tile_type01 {
	/*box-shadow: 0px 1px 6px rgba(0,0,0,.2);*/
	align-items: center;
	background: white;
	color: #000;
	border: 1px solid #00a6d0;
	border-radius: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.tile.tile_type01.image_background {
	border: none;
	background: none;
}

.tile.tile_type01.image_background:before {
	content: '';
	display: block;
	padding-top: 100%;
	width: 100%;
}

.tile.tile_type01.image_background .imagebox {
	background: none;
	border-right-width: 2px;
	border-bottom-width: 2px;
	height: auto;
}

.tile.tile_type01.image_background .imagebox .tileimg {
	border: 1px solid #00a6d0;
	border-radius: 50%;
}

.tile.tile_type01 h5 {
	color: #009ab5;
}

.tile.tile_type01 .tilelink *,
.tile.tile_type01 .text .esvlink {
	color: #009ab5;
	text-decoration: none;
}

.tile.tile_type01 .textbox > .tilelink > h3,
.tile.tile_type01 .textbox > h3 {
	text-align: center;
	font-size: 1.55rem;
	line-height: 1.7rem;
	hyphens: none;
}

.tile.tile_type01 > .textbox > .text:first-child {
	padding-top: 25px;
}

.tile.tile_type01:not(.image_background) .imagebox img[alt*='Icon'] {
	padding-top: 18px;
}

.tile_type01.image_top,
.tile_type01.image_bottom,
.tile_type01.image_right,
.tile_type01.image_left {
	align-items: flex-start;
}


.custom5 .tile.tile_type01.image_background {
	justify-content: center;
}

.custom5 .tile.tile_type01.image_background .textbox {
  color: #009ab5;
  text-shadow: none;
}

.tile.tile_type01 .more_link {
	color: #009ab5;
	text-align: right;
	text-decoration: none;
}


/*type_transparent */


.tile.tile_transparent .more_link {
	text-align: right;
}

.tile.tile_transparent .more_link {
	text-align: right;
}

.tile.tile_transparent .textbox > .tilelink > h3,
.tile.tile_transparent .textbox > h3 {
	text-align: center;
	font-size: 1.55rem;
	line-height: 1.7rem;
}


/*type2 - box with border and badge as title*/

.tile_type02 .tilelink {
	flex: none;
	display: inline;
} 

.tile_type02 {
	border: 1px solid rgba(0, 166, 208, .5);
	border-radius: 4px;
	padding: 25px;
}

.tile_type02 .textbox > .text {
	padding: 0;
}

.tile_type02 .textbox > .text .tilelink {
	color: black;
}

.tile_type02 .textbox > .text hr {
	border: none;
	margin: 0;
	height: 3px;
}


/*background_image - square mit white text going black on hover*/


.tile.image_background {
	flex-direction: row;
	align-items: center;
	background: black;
	min-height: 200px;
}

.contentline .columns4_layout .tile.image_background {
	min-height: 250px;
}

.custom5 .tile,
.custom5 .tile.image_background { /*the squares*/
	min-height: 1px;
}


.custom5 .tile.image_background:before { /*the squares*/
  content: "";
  display:block;
  padding-top: 100%;
}

.custom5 .tile:not(.image_background) {
	padding-top: 100%;
}

.tile.image_background .imagebox > .tilelink,
.tile.image_background .imagebox > [data-img-copyright-element="img-copyright"] > .tilelink {
  z-index: 1;
}

.tile.image_background .imagebox {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  background: #000;
}

.custom5 .tile:not(.image_background) > div:first-child {
  margin-top: -100%;
}

_:-ms-fullscreen, :root .custom5 .columns2_layout .tile:not(.image_background) { /*fix for ie11*/ 
	padding-top: 48%;
	margin-bottom: 0;
}

_:-ms-fullscreen, :root .custom5 .columns3_layout .tile:not(.image_background) { /*fix for ie11*/ 
	padding-top: 32%;
	margin-bottom: 0;
}

_:-ms-fullscreen, :root .custom5 .columns4_layout .tile:not(.image_background) { /*fix for ie11*/
	padding-top: 23.5%;
	margin-bottom: 0;
}


.tile.image_background .imagebox > .tilelink:after,
.tile.image_background .imagebox > [data-img-copyright-element="img-copyright"] > .tilelink:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: none; /*what for?*/
  height: 100%;
  width: 100%;
  background: #00a3bf;
}

.tile.image_background > .tilelink {
	justify-content: center;
	width: 100%;
}

.tile.image_background .textbox {
  position: relative;
  z-index: 2;
  color: white;
  width: 100%;
  text-shadow: 0px 0px 10px rgb(0, 0, 0), 0px 0px 30px rgb(0, 0, 0), 0px 0px 50px rgb(0, 0, 0), 0px 0px 100px rgb(0, 0, 0);
}

.tile.image_background .textbox a,
.tile.image_background .textbox a:hover {
	text-decoration: none;
	color: white;
}

.tile.image_background .textbox > .tilelink > h3,
.tile.image_background .textbox > h3 {
	text-align: center;
	display: none; /*undo - just for forced title issue*/
}

.tile.image_background .imagebox img {
    object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all .5s;
  }

.tile.image_background .text {
	padding: 0;
}

.tile.image_background:hover .imagebox img {
    opacity: .5;
  }

_:-ms-fullscreen, :root .tile.image_background .imagebox img { /*fix for ie11*/ /*image must be landscape*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

/*transparent tile*/

.tile_transparent.image_left .textbox > a > h3,
.tile_transparent.image_left .textbox > h3 {
	text-align: left;
	display: flex;
	align-items: center;
	min-height: 80px;
	padding-left: 80px;
	margin-top: 0;
}

.tile_transparent.image_left {
	flex-wrap: wrap;
}

.custom4 .tile_transparent.image_left .imagebox,
.custom2 .tile_transparent.image_left .imagebox {
	width: 100px;
}

.tile_transparent.image_left .more_link {
	position: relative;
	width: 25%;
	font-size: 1rem;
	text-transform: none;
}


/* urgency-list with seats */

.lc_columnContainer.custom2 .columns4_layout {
	grid-template-columns: 16.5% 25.5% 25.5% 28.5%;
}

.lc_columnContainer.custom2 .columns4_layout > div:nth-child(3)  {
	color: #cd171a;
}

.lc_columnContainer.custom2 .columns4_layout > div:nth-child(6)  {
	color: #ef7d00;
}

.lc_columnContainer.custom2 .columns4_layout > div:nth-child(9)  {
	color: #ffe500;
}

.lc_columnContainer.custom2 .columns4_layout > div:nth-child(12)  {
	color: #78b22b;
}

.lc_columnContainer.custom2 .columns4_layout > div:nth-child(15)  {
	color: #009ab5;
}

.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .textbox {
	margin-top: 40px;
}

.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text {
	float: right;
	letter-spacing: 0.05rem;
	padding-left: 88px;
	text-align: right;
	width: fit-content;
}

.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text strong:first-child,
.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text b:first-child {
	position: relative;
}

.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text strong:first-child:before,
.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text b:first-child:before {
	content: "\e969";
	font-family: 'sv_icons';
	font-size: 36px;
	left: -45px;
	position: absolute;
}

.lc_columnContainer.custom2 .columns4_layout .tile .text.noHeadline {
	padding-top: 0;
}


@media (max-width: 960px) {

	.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .textbox {
		margin-top: 32px;
	}

	.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text {
		letter-spacing: 0;
		padding-left: 48px;
	}

	.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text strong:first-child:before,
	.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text b:first-child:before {
		font-size: 25px;
		left: -35px;
	}

}

@media (max-width: 750px) {

	.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text {
		padding-left: 33px;
	}

}

@media (max-width: 600px) {

	.lc_columnContainer.custom2 .columns4_layout {
		grid-row-gap: 1em;
		grid-template-columns: 100%;
	}

	.lc_columnContainer.custom2 .columns4_layout .tile_transparent.image_left {
		margin: 0 auto;
	}

	.lc_columnContainer.custom2 .columns4_layout .tile_transparent.image_left:not(:first-child) {
		margin-top: 30px;
	}

	.lc_columnContainer.custom2 .columns4_layout .tile .text {
		text-align: center;
	}

	.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 {
		margin-top: -15px;
		padding-left: 0;
	}

	.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .textbox {
		margin: 0;
	}

	.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text {
		float: none;
		margin: 0 auto;
		padding-left: 26px;
		padding-right: 0;
	}

	.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text strong:first-child:before,
	.lc_columnContainer.custom2 .columns4_layout .tile.tile_type06 .text b:first-child:before {
		font-size: 24px;
		left: -30px;
	}

}


/*icons left*/

.custom4 .tile_type01.image_left .textbox ,
.custom4 .tile_transparent.image_left .textbox {
	width: calc(100% - 100px);
	align-items: center;
	display: flex;
}

.custom4 .tile_type01.image_left .textbox {
	flex-direction: column;
	align-items: flex-start;
}

.custom4 .tile_type01.image_left .imagebox {
	width: 100px;
	margin-top: 15px;
}

.custom4 .tile.tile_type01.image_left .textbox > .tilelink > h3 {
	text-align: left;
	font-size: 1.55rem;
	line-height: 1.7rem;
}

/*icons top*/

.custom4 .tile.tile_type01 .textbox > .tilelink > h3 {
	font-size: 1.55rem;
	line-height: 1.7rem;
}

.custom4 .tile_type01 .imagebox {
	width: 100px;
	margin-top: 15px;
}


/*articles*/

.lc_linkedpageoverview .columns4_layout {
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap: 4%;
}

.lc_linkedpageoverview .columns2_layout {
	grid-template-columns: 48% 48%;
	grid-column-gap: 4%;
	grid-row-gap: 4em;
}

.article,
.article .imagebox {
	position: relative;
}

.image_bottom .imagebox {
	display: none;
}

.article .imagebox img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all .5s;
  }

_:-ms-fullscreen, :root .article .imagebox img { /*fix for ie11*/ /*image must be landscape*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

.article .imagebox:before { /*the squares*/
  content: "";
  display:block;
  padding-top: 100%;
}

.article .imagebox > .tilelink,
.article .imagebox > [data-img-copyright-element="img-copyright"] > .tilelink {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	border: 1px solid #00a6d0;
	border-radius: 50%;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.article .textbox > h3 > a {
	color: #009ab5;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.article .textbox > h3 > a:hover {
	color: black;
}

.article .textbox > h3 {
	margin: 15px 0;
}

.article .text {
	font-size: 0.88rem;
	padding-bottom: 40px;
}

.article .more_link {
	position: absolute;
	bottom: 0;
	right: 20px;
	padding-bottom: 0;
}

.article .more_link:before {
	display: inline-block;
}

.article .more_link:after {
	background: none;
	border: 2px solid #00a6d0;
	border-bottom-color: rgb(0, 166, 208);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom: none;
	border-left-color: rgb(0, 166, 208);
	border-left-style: solid;
	border-left-width: 2px;
	border-left: none;
	border-radius: 1px;
	content: '';
	display: inline-block;
	height: 7px;
	margin-left: 8px;
	margin-right: 2px;
	transform: rotate(45deg);
	vertical-align: 0;
	width: 7px;
}

.image_left.article .textbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.columns2_layout .image_left.article:before {
	display: none;
}

.lc_linkedpageoverview_archivelink {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.lc_linkedpageoverview_archivelink > a {
	border-radius: 25px;
	min-height: 50px;
	min-width: 150px;
    border: 1px solid rgb(0, 166, 208);
    background: rgb(0, 166, 208);
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .77rem;
    letter-spacing: .03rem;	
	text-decoration: none;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.lc_linkedpageoverview_archivelink > a:hover {
    border: 1px solid #00a6d0;
    background: #00a6d0;
}

@media (max-width: 960px) {
	
	.lc_linkedpageoverview .columns4_layout {
		grid-template-columns: 48% 48%;
	}
	
	.lc_linkedpageoverview .columns2_layout {
		grid-template-columns: 100%;
	}
	
	.lc_linkedpageoverview ul.columns2_layout {
		max-width: 500px;
		margin: 0 auto;
		padding: 0;
	}
	
}

@media (max-width: 600px) {
	
	.lc_linkedpageoverview .columns4_layout {
		grid-template-columns: 100%;
	}
	
}


/*fullscreen imageline*/

.textimage_banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 500px;
}

_:-ms-fullscreen, :root .textimage_banner {
	height: 500px;
}

.textimage_banner > img.cover {
	position: absolute;
     object-fit: cover;
     width: 100%;
     height: 100%;
	 transition: all 2s;
}

.textimage_banner:hover > img.cover {
	transform: scale(1.1);
}

_:-ms-fullscreen, :root .textimage_banner:hover > img.cover,	
_:-ms-fullscreen, :root .textimage_banner > img.cover { /*fix for ie11*/ /*image must be landscape*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.textimage_banner > .freetext {
	color: black;
}

.textimage_banner .freetext h2 {
	font-size: 3rem;
	line-height: 3.2rem;
}

/*
.textimage_banner .freetext h2:after {
	content: '';
	display: block;
	width: 86px;
	height: 4px;
	border-radius: 3px;
	background: white;
	margin: 20px 0;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
}

.custom5 .textimage_banner .freetext h2:after {
	margin: 20px auto;
}
*/

.textimage_banner .more_link_box {
	transform: none;
	min-height: 0px;
	padding: 20px 0;
}

.textimage_banner .more_link {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	float: left;
	transform: none;
	min-height: 55px;
	padding: 5px 25px;
	border-radius: 25px;
	background-color: #009ab5;
	color: white;
}

.textimage_banner > .freetext,
.textimage_banner .more_link_box {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	float: none;
    width: 1280px;
    margin: 0 auto;
}

@media (max-width: 1300px) {
  
	.textimage_banner > .freetext,
	.textimage_banner .more_link_box {
		width: 96%;
	}
}


/* the small hero */ 

.fullscreenwidth .contentline.custom9 {
	padding: 0;
}

.fullscreenwidth .custom9 .textimage_banner {
	min-height: 0;
	padding: 0;
	margin-top: -40px;
}

.fullscreenwidth .custom9 .freetext h1 {
	color: black;
}

.fullscreenwidth .custom9 .freetext {
	padding: 80px 0 0;
}


/*accordion*/

.accordion dt a {
	font-size: 1.55rem;
	line-height: 1.7rem;
}

.accordion dt {
  background: rgba(0, 166, 208, .85);
  margin-bottom: 1px;
  border-radius: 4px;
}

.accordion > dt.open {
  background: rgba(0, 166, 208, 1);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion .ac_content {
  display: none;
  background: rgba(206, 206, 206, 0.2);
  padding: 0;
  font-size: 0.85rem;
  margin: 0 0 1px 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 18px;
}

.accordion .tile {
  margin-bottom: 0;
}

.accordion .freetext {
  padding: 18px 18px 18px;
}

.custom2 .accordion dt:nth-child(5) {
	background: #f7bd2e;
}

.custom2 .accordion dt:nth-child(7) {
	background: #f6a846;
}

.custom2 .accordion dt:nth-child(9) {
	background: #d55f2f;
}

.custom2 .accordion dt:nth-child(11) {
	background: #d50931;
}

.custom7 .accordion {
	margin-bottom: 40px;
}

.custom7 .accordion dt a {
	font-size: 1rem;
	line-height: 1.2rem;
	color: #009ab5;
}
  
.custom7 .accordion dt {
	background: none;
	border: 1px solid #009ab5;
}

/*title*/

.freetext h1,
.free_column h1,
.titlezone h1 {
	font-weight: 500;
	display: inline-block;
	margin: 0;
	padding-bottom: 18px;
}

.freetext h1:after,
.free_column h1:after,
.titlezone h1:after {
	content: '';
	display: inline-block;
	width: 86px;
	height: 4px;
	border-radius: 3px;
	color: #009ab5;
	margin-left: 18px;
}

.freetext h1 {
	display: block;
}

.custom3 h1 {
	margin-top: 70px;
}

.landing .titlezone {
	display: flex;
}

.landing .titlezone .titletext,
.landing .titlezone .titleimg,
.titleimg {
	width: 50%;
}

.landing .titleimg,
.custom3 .tile.image_background {
	min-height: 200px;
}

.custom3 .tile.image_background .imagebox:after {
	display: none;
}

.custom3 .tile.image_background:hover .imagebox img {
    opacity: 1;
  }

.landing .titleimg {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 166, 208, .5);
    box-shadow: 0px 1px 6px rgba(0,0,0,.2);
}

.landing .titlezone .titleimg img {
    position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
  }


_:-ms-fullscreen, :root .custom3 .tile.image_background .imagebox img,
_:-ms-fullscreen, :root .landing .titlezone .titleimg  img { /*fix for ie11*/ /*image must be landscape*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}


@media (max-width: 960px) {
	.custom3 h1 {
	  	margin-top: 0px;
	}
	
}


@media (max-width: 600px) {
	
	.titlezone {
		display: flex;
		flex-direction: column;
	}
	
	.titletext {
		padding: 0;
		order: 2;
	}
	
	.landing .titlezone .titletext,
	.landing .titlezone .titleimg,
	.titleimg {
		width: 100%;
		padding: 0 5%;
		display: block;
	}
}

.searchlist .titlezone h1 {
	display: block;
}


/*icons*/

.pagetools .icon_print {
	height: 35px;
}

.tippbox .icon_tip,
.infobox .icon_info {
	width: 30px;
	margin-bottom: 10px;
}

.inpagenavi a img {
	width: 18px;
}

.linkbox h3 img {
	width: 30px;
}

.esvlink_mail img {
	vertical-align: -2px;
}


/*infobox*/

.infobox {
	border: 1px solid #00a6d0;
	border-radius: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: 25px;
}

.text > .infobox:nth-of-type(1) h4,
.text > .infobox:nth-of-type(1) h5 {
	color: #009ab5;
}

.text > .infobox:nth-of-type(2) {
	border-color: #f6a846;
}

.text > .infobox:nth-of-type(2) h4,
.text > .infobox:nth-of-type(2) h5 {
	color: #f6a846;
}


/*lead*/

.titlezone .lead {
	font-size: 1rem;
    line-height: 1.6rem;
	padding-bottom: 30px;
	font-weight: 300;
}

.landing .lead {
	color: #000;
}

/*left*/

.left ul {
	padding-top: 50px;
}

/*search resultlist*/

.search > form {
	display: flex;
}


/*color-correction*/

#esv-nav_portal_detail,
#esv-navigation,
#nav,
.showsub,
.blog.sidebar  {
	background: #f5f8f8;
}

hr,
hr.zonecloser {
	background: rgba(206, 206, 206, 0.2);  /*bvaeb*/
}

.freetext h1,
.free_column h1,
.titelzone h1, /* old */
.titlezone h1,
.newslist .column1 h3,
.linkbox h3 {
	color: #009ab5;
}

.linkbox h3 {
    color: #009ab5;
}

.scores {
	color: rgb(0, 166, 208);  /*bvaeb*/
}

.esv_infobox,.tippbox,
.inpagenavi a {
    background: rgba(206, 206, 206, 0.2); /*bvaeb_grau*/
    color: #008e5c;  /*bvaeb_dark*/
}

a.feedback,
.esv-td-header,
.score {
    background: rgba(206, 206, 206, 0.2); /*bvaeb_grau*/
}

a.feedback {
	color: #475256;
}
a.feedback:hover {
	color: rgb(0, 166, 208);  /*bvaeb*/
}

td,
.linkbox.links_dropdown {
	border: 1px solid rgba(0, 166, 208, .5);
}

.linkbox.links_dropdown {
	border-radius: 4px;
}

.esv-bullet li:before, .esv-karo li:before, .esv-arrow li:before {
	border-color: rgb(0, 166, 208); /*bvaeb*/
}

.dotted, .dashed { 
	border-color: rgba(0, 166, 208, 0.2); /*bvaeb*/
}

.linkbox,
.pager b, .pager a:hover {
	border-bottom: 1px solid rgba(0, 166, 208, 0.2); /*bvaeb*/
}

.list.images .textbox h3 {
	border-top: 1px solid rgba(0, 166, 208, 0.2); /*bvaeb*/
}

#esv-footer .menu-others {
	display: none;
}

footer .linkbox h3 {
	background: none;
	color: white;
	-webkit-text-fill-color: white;
}

#esv-footer.footer_scroll_extend {
	min-height: 480px !important;
}

/*cookie bar*/
#consent-container .consent-right {
	font-size: .83rem;
}

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

#consent-container .switcher.default .textNo,
#consent-container .switcher.default .textYes {
	font-size: 0.6667rem;
}

#consent-container .consent-right{
	line-height: 24px;
}


/* ============================================ */
/* esvstickyiconbarinofbutton          - Start  */
/* ============================================ */

.stickyiconbar {
	width: 155px;
}

.stickyiconbar .center {
	width: 100%;
}

.stickyiconbar-infotext-wrapper {
	display: flex;
	flex-direction: column-reverse;
}

.stickyiconbar-infobutton {
	background: none;
	margin: 0;
	padding: 17px 25px;
	width: 100%;
}

div .stickyiconbar-infobutton {
	border: none;
}

.stickyiconbar-no-title:not(.stickyiconbar-no-icon) {
	padding: 0;
}

img.stickyiconbar-icon {
	height: auto;
	width: 100%;
}

.stickyiconbar-infotext {
	background: var(--p-bg-color);
	border-radius: 6px;
	border: none;
	bottom: unset;
	color: var(--g-text-color-02);
	font-size: 0.778rem;
	right: 0;
	text-align: center;
	width: 255px;
}

#esv-container .stickyiconbar-infotext p {
	padding: 0;
}

.stickyiconbar-close-infotext {
	color: var(--g-text-color-02);
}

.stickyiconbar-close-infotext .sv-menu_close {
	font-size: 25px;
}


@media (max-width: 960px) {

	.stickyiconbar {
		width: 100px;
	}

	.stickyiconbar.contentline .center {
		width: 100%;
	}

	.stickyiconbar-infotext {
		width: 230px;
	}

}


/* ============================================ */

/* RESPOND */

/* ============================================ */



/*fluid cetered frame for all pages */

.esv-application #esv-container,
#esv-container {
  display: flex;
  width: 100%;
}

#esv-navigation {
  width: calc(((100% - 1280px) / 2) + 320px);
  flex: none;
}

/*
#esv-container:not(.visible_navigation) #esv-content_mitnav {
	flex: 1 1 auto;
} */

#esv-container #esv-content_mitnav {
	flex: 1 1 auto;
}

.left {
  width: 320px;
  clear: both;
}

.right {
  width: 960px;
  padding-left: 18px;
  margin: 0;
}

.main > ul,
.center,
.pbr-body {
  float: none;
  width: 1280px;
  margin: 0 auto;
}

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


@media (max-width: 1300px) {
  
	.main > ul,
	.center,
	.pbr-body {
		width: 96%;
	}
	
	.meta {
		right: 2%;
	}

	#esv-navigation {
		width: 25%;
	}
  
	.visible_navigation #esv-content_mitnav {
		width: 75%;
	}
	
	.left,
	.right {
		width: 100%;
	}
	
	.context_menu .left,
	.left {
		padding-left: 6%;
	}
  
	.right {
		padding: 0 2% 0 0;
	}
	
	
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .slick-carousel-pausebutton-dots-wrapper {
		bottom: 0;
	}
	
	.bigimage_teaser .text > .hm_column {
		flex-wrap: wrap;
	}
		
	.bigimage_teaser.light .teaser_text {
		padding-bottom: 10px;
	}
	
	.bigimage_teaser .text > .hm_column > div,
	.bigimage_teaser.light .text > div {
		width: 100%;
		text-align: center;
	}
	
	.bigimage_teaser .text h2 > br {
		display: none;
	}
	
	.bigimage_teaser .text > .hm_column > div:last-child img,
	.bigimage_teaser.light .text img.align_left {
		float: none;
		max-height: 170px;
	}
	
	.bigimage_teaser .text > .hm_column > div:first-child,
	.bigimage_teaser.light .text > div:first-child {
		max-width: none;
		text-align: center;
	}
	
	
}

@media (max-width: 960px) {

  #esv-header .center {
    width: 100%;
  }
  
  #esv-content_without_nav,
  #esv-content_withnav, /*m+ 2fix call it withvav */
  #esv-content_mitnav,
  .visible_navigation #esv-content_mitnav,
  .visible_navigation #esv-content_withnav {
    width: 100%;
  }

  .contentline .center {
    width: 96%;
  }
  
  .right {
    padding: 0 2%;
  }
	
	.lc_showsub {
		display: none;
	}	
	
	.right .breadcrumb,
	.center .breadcrumb {
		padding: 16px 0;
	}
	
}


@media (max-width: 600px) {

	.bigimage_teaser.light {
		max-height: 400px;
	}
	
}


/*end fluid cetered frame for all pages */


@media (max-width: 960px) {
	
	html {
		font-size: 16px;
	}
		
    #esv-header {
        height: 41px;
    }

    #esv-header .logo {
        top: 2px;
		margin-left: 1%;
    }

    #esv-header .logo img {
        width: auto;
        height: 90px;
    }
    
	.tools {
		width: 100%;
		margin: 0;
		padding: 0 1%;
	}
	
	.searching .tools .column2,
	.tools .column1, .tools .column2 {
		width: auto;
		margin: 0;
		flex: none;
		max-width: none;
	}
	
	#district {
		width: 170px;
	}
	
	.extra img {
		top: 5px;
		right: 0px;
	}
    
	.menuicon, .accessicon, .login, .searchicon, .extra {
		width: 38px;
		height: 38px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.extra {
		display: none;
	}
	
	.searchicon {
		margin-right: 2px;
	}
	
	.menuicon {
		background: transparent;
	}
	
	.accessicon img, .searchicon img, .menuicon img {
		height: 30px;
		padding-top: 3px;
	}
	
	.login {
		flex: none;
	}
	
	.login:not(.in) img {
		right: 8px;
		top: 3px;
	}
	
	.login:not(.in) .logintext {
		font-size: 7px;
		padding-top: 20px;
	}
	
	.in .userinfo .short {
		font-size: 10px;
	}
	
	.userlinks {
		top: 40px;
	}
	
	.searching #search {
		top: 40px;
		background: none;
		padding: 5px 1%;
	}
	
	#esv-header.searching {
		height: 100px;
		margin-bottom: 0;
	}
	
	.imagenavi ul {
		margin-top: 0;
	}
	
	.column1 .banner .links_banner,
	.boxline_second, .boxline {
		width: 100%;
		padding: 0 10%;
		margin: 0;
	}
	
	.newslist .column2 > h3 {
		text-align: center;
	}
	
	.newslist .column2 {
		padding: 0 2%;
	}
	
	.newslist ul.listlines {
		border: none;
	}
	
	.listline.featured .imagebox {
		width: 50%;
	}
	
	.column1 .linkbox,
    .column2 .linkbox {
        background-color: rgba(164, 200, 196, 0.2); /*bvaeb_blau*/
    }
	
	.column1 .linkbox a,
    .column2 .linkbox a {
        color: #475256;
    }
	.column1 .linkbox a:hover,
    .column2 .linkbox a:hover {
        color: rgb(0, 166, 208);  /*bvaeb*/
    }

    .newslist .column1 h3.linkblock_title {
        background-color: rgba(164, 200, 196, 0.2); /*bvaeb_blau*/
    }
	
	.landing .center .sidebar {
		border-top: 1px solid rgba(0, 166, 208, 0.2); /*bvaeb*/
	}

	/* only for ie11 */
	_:-ms-fullscreen, :root .columns2_layout.image_left_ov > * {
		width: 100%
	}

}

@media (max-width: 800px) {
	
	.columns3_layout, ul.columns3_layout {
		max-width: 500px;
		margin: 0 auto;
		padding: 0;
	}
	
	.contentline > .center > .columns3_layout {
		float: none;
		overflow: visible;
	}
	
	.columns3_layout .tile_transparent:not(.image_left) .textbox::before {
		display: none;
	}
	
}

@media (max-width: 600px) {
	
	/*#esv-header .logo {
        width: 41px;
		overflow: hidden;
    }*/
	
	#esv-header .logo img {
        max-width: none;
    }
	
	.tools {
		width: 100%;
	}
		
	.listline.featured .imagebox {
		width: 25%;
	}

	.meta_container {
		padding-top: 20px;
	}
	
	.bigimage_teaser .text h2 {
		font-size: 3rem;
		line-height: 3.2rem;
	}

}

@media (max-width: 400px) {
	
	.four.square.big .li1,
	.big.four.square.special .li2, .imagenavi .big.four.square.special4 .li4,
	.four li, .big.four li, .four.square li, .big.four.square li {
		width: 100%;
		padding-bottom: 100%;
	}
	
}
