
/* VISIT.E portal.css */

/* ============================================ */
/* font settings                        - Start */
/* ============================================ */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	src: local('Inter Thin'), local('Inter-Thin'), url("/esvportal/layouts/fonts/inter/Inter-Thin.ttf") format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	src: local('Inter Extra Light'), local('Inter-ExtraLight'), url("/esvportal/layouts/fonts/inter/Inter-ExtraLight.ttf") format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	src: local('Inter Light'), local('Inter-Light'), url("/esvportal/layouts/fonts/inter/Inter-Light.ttf") format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: local('Inter Regular'), local('Inter-Regular'), url("/esvportal/layouts/fonts/inter/Inter-Regular.ttf") format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: local('Inter Medium'), local('Inter-Medium'), url("/esvportal/layouts/fonts/inter/Inter-Medium.ttf") format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: local('Inter SemiBold'), local('Inter-SemiBold'), url("/esvportal/layouts/fonts/inter/Inter-SemiBold.ttf") format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: local('Inter Bold'), local('Inter-Bold'), url("/esvportal/layouts/fonts/inter/Inter-Bold.ttf") format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	src: local('Inter ExtraBold'), local('Inter-ExtraBold'), url("/esvportal/layouts/fonts/inter/Inter-ExtraBold.ttf") format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	src: local('Inter Black'), local('Inter-Black'), url("/esvportal/layouts/fonts/inter/Inter-Black.ttf") format('truetype');
}

/* ============================================ */
/* font settings                          - End */
/* ============================================ */

/*
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
22px = 1.375rem
24px = 1.5rem
25px = 1.5625rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
45px = 2.8125rem

#00B46E hell
#009058 dunkel

*/


@media (max-width: 600px) {

	.columns2 {
		/*add to zeilenkonzept.css*/
		grid-column: auto / span 1;
	}

}



html {
	font-size: 16px;
}

body,
nav {
	color: #001E50;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .05rem;
	line-height: 1.5rem;
}

h1,
h2,
strong,
b {
	font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Inter', sans-serif;
}

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

.text h1,
.text h2,
h2 {
	letter-spacing: .1rem;
}

h3,
.tile h3,
.free_column h3 {
	font-size: 1.6rem;
	line-height: 1.875rem;
}

h3,
.tile h3 {
	font-weight: 300;
	padding: 0;
}

hr:not(.dashed):not(.dotted):not(.hidden_clearer),
hr.dashed {
	border-bottom: 7px solid #00B46E;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 39px;
}

hr.dashed {
	margin: 30px auto;
}

a {
	color: #009058;
	text-decoration: none;
}

a.esvlink_button_right,
a.esvlink_button_left,
a.esvlink_button_center {
	background-color: rgb(0, 180, 110);
	border-radius: 35px;
	border: none !important;
	min-height: 70px;
	min-width: 200px;
	padding: 25px;
}

a.esvlink_button_center {
	margin: 30px auto;
}

.nowrap {
	white-space: nowrap;
}


/*header*/


#esv-header {
	box-shadow: none;
}


.lc_navigations {
	display: none;
}


.main .menu-item {
	font-size: .875rem;
	font-weight: 800;
	line-height: 1rem;
	text-transform: none;
}

.main li:last-child {
	background-color: #00b46f;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding: 0 20px;
}

.main li:last-child a {
	border-bottom: 5px solid #00b46f;
	color: white;
}

nav a:visited {
	color: #001E50;
}


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

.content {
	margin-top: 0;
}

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


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

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

.bigimage_teaser.light .freetext {
	color: #001E50;
	padding-right: 50%;
}

.bigimage_teaser .freetext .esvlink_button_center {
	float: right;
	margin-right: -100px;
}

.bigimage_teaser .freetext hr {
	margin-left: auto;
}

/* ============================================ */
/* zeilenkonzeptpageheader                - End */
/* ============================================ */


/*checksline*/

.columns4_layout .tile:after,
.menuicon a:before,
.esvlink.esvlink_pdf:before,
.custom1 h3 strong:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	content: "\e948";
	font-family: 'sv_icons' !important;
	font-size: 4rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
	vertical-align: -16px;
}


/*downloadlink*/

.esvlink.esvlink_pdf {
	display: inline-block;
	padding-top: 20px;
}

.esvlink.esvlink_pdf:before {
	content: "\e969";
	font-size: 1.8rem;
	vertical-align: -7px;
}

.esvlink.esvlink_pdf img {
	display: none;
}



/*iconline*/

.columns4_layout .tile .textbox .text {
	font-size: 0.875rem;
	line-height: 1rem;
}

.columns4_layout .tile {
	overflow: visible;
}

.columns4_layout .tile:after {
	color: #009058;
	content: "\e969";
	font-size: 2.5rem;
	left: -27px;
	position: absolute;
	top: 147px;
}

.columns4_layout .tile:first-child:after {
	display: none;
}

.tile img.align_center.size_25pc {
	height: auto;
	max-width: 90px;
}

.lc_columnContainer.striplinebelow .center hr {
	margin: 80px auto 0;
}


/*advantages*/

.columns2_layout .columns2 {
	margin-bottom: -60px;
}




/*lines*/

.meta_container {
	padding: 40px 0;
}

.meta_container.bg_color1 {
	background-color: #00b46f;
	color: #fff;
	padding: 80px 0;
}

.meta_container.bg_color1 hr:not(.dashed):not(.dotted):not(.hidden_clearer) {
	border-bottom: 7px solid white;
}

.meta_container.bg_grey {
	margin-bottom: 0;
	padding: 60px 0;
}


#esv-footer {
	background-color: rgb(127, 142, 167);
}

.footer_contact,
.menu-others {
	display: none;
}

#esv-footer .column1 {
	display: flex;
	width: 100%;
}

.footer_content {
	display: flex;
	flex-wrap: wrap;
}

.footer_content .text {
	font-size: 0.75rem;
	order: 2;
	padding-top: 40px;
	text-align: center;
	width: 100%;
}


.footer_content .linkbox {
	padding-right: 0;
	width: 33.3%;
}

#esv-footer .footer_content ul {
	float: none;
	text-align: center;
}

.column1 .linkbox li a.esvlink img {
	display: inline-block;
	float: none;
	height: 60px;
	opacity: 1;
}



@media (min-width: 961px) {

	#esv-header {
		height: 135px;
	}

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

	nav a {
		border-bottom: 5px solid white;
		color: #001E50;
	}


	nav a:hover {
		border-bottom: 5px solid #009058;
		color: #009058;
	}

	.text ul {
		padding-left: 20px;
	}



	.columns3_layout {
		grid-template-columns: 35% 26% 35%;
	}

	.columns2_layout {
		grid-column-gap: 20%;
		grid-template-columns: 40% 40%;
	}

	.tools {
		display: none;
	}

	.main {
		background: none;
	}

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


}

@media (max-width: 960px) {

	html {
		font-size: 14px;
	}

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

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

	.searchicon,
	.login,
	.tools .column1 {
		display: none;
	}

	.tools .column2,
	.menuicon {
		background: none;
	}

	.menuicon img {
		height: 0;
	}

	.menuicon a {
		display: block;
		height: 40px;
		width: 40px;
	}

	.menuicon a:before {
		content: '\e96a';
		font-size: 3rem;
		vertical-align: -17px;
	}

	#esv-navigation.lightbox {
		background: white;
	}

	.mobilenavi {
		padding-top: 50px;
	}

	.mobilenavi li li:first-child,
	.mobilenavi li {
		box-shadow: none;
		font-weight: 800;
		text-transform: none;
		text-align: center;
	}

	.mobilenavi li a {
		font-size: 1.6rem;
	}

	.menu-item a:hover,
	.current-menu-item a,
	.current-menu-item a:hover {
		color: #009058;
	}

	.plus img,
	.minus img {
		display: none;
	}



	a.esvlink_button_right,
	a.esvlink_button_left,
	a.esvlink_button_center {
		border-radius: 25px;
		min-height: 50px;
		padding: 15px;
	}

	.footer_content {
		margin-top: 0;
	}

	.footer_content .linkbox:nth-child(2n+1),
	.footer_content .linkbox {
		padding-bottom: 20px;
		width: 100%;
	}

}

@media (max-width: 600px) {

	html {
		font-size: 12px;
	}

	.bigimage_teaser {
		height: unset;
	}

	.bigimage_teaser .cover {
		float: right;
		height: auto;
		max-width: none;
		object-fit: unset;
		width: 180%;
	}

	.bigimage_teaser .teaser_text {
		position: relative;
	}

	.bigimage_teaser.light .freetext {
		padding-right: 2%;
	}

	.bigimage_teaser .freetext hr {
		margin-left: auto;
		margin-right: auto;
	}

	.bigimage_teaser.light .freetext h3,
	.bigimage_teaser.light .freetext h1 {
		text-shadow: 0px 0px 5px white;
		text-align: center !important;
	}

	.bigimage_teaser .freetext .esvlink_button_center {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}



	.meta_container {
		padding: 20px 0;
	}

	.meta_container.bg_color1 {
		padding: 40px 0;
	}

	.meta_container.bg_grey {
		padding: 30px 0;
	}


	.columns4_layout .tile {
		padding-bottom: 30px;
	}

	.columns4_layout .tile:after {
		left: calc(50% - 18px);
		top: -40px;
		transform: rotate(90deg);
	}

	.columns4_layout .tile:first-child:after {
		display: none;
	}

}

