
/* OEGK/Website/meineÖGK - Landingpage/[Layout]/meineoegk-landingpage.css */

/* ============================================ */
/* color                                - Start */
/* ============================================ */

/*
#00B46E oegk-green
#009058 oegk-green-dark
*/

:root {
	--main-bg-color-white: #FFFFFF;
	--main-bg-color-black: #000000;
	--main-text-color: #001E50;

	--link-text-color: #009058; /* nach Refactoring der oegk-node-group.css sind alle Vorkommnisse dieser Farbvariable auf --g-link-text-color umzubenennen und aus :root zu entfernen */
}


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

body a strong {
	color: var(--link-text-color);
}


/* ============================================ */
/* color                                  - End */
/* ============================================ */


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

#esv-header {
	background: var(--main-bg-color-white);
	box-shadow: 0 0 4px var(--main-bg-color-black);
	height: 90px;
	padding: 0;
	transition: all 0.5s;
	width: 100%;
	-moz-box-shadow: 0 0 4px var(--main-bg-color-black);
	-webkit-box-shadow: 0 0 4px var(--main-bg-color-black);
}

#esv-header .logo {
	transition: all 0.5s;
	top: 16px;
}

#esv-header .logo img {
	height: 57px;
	transition: all 0.5s;
}

#esv-header a {
	color: var(--main-text-color);
	text-decoration: none;
}

#esv-header .headerbar {
	align-items: center;
	display: flex;
	height: 50px;
	float: right;
	font-size: 1.125rem;
	justify-content: space-between;
	transition: all 0.5s;
	width: 75%;
}

#esv-header .headerbar a {
	color: var(--main-text-color);
}

#esv-header .accessicon {
	margin-right: -5px;
	padding: 5px 5px 0 5px;
	width: 58px;
}

#esv-header .sv-answer1,
#esv-header .sv-off {
	font-size: 2.4rem;
	vertical-align: middle;
}

#esv-header a:hover .sv-answer1:before {
	content: "\e93b";
}

#esv-header .sv-answer1:before {
	color: var(--main-text-color);
}

#esv-header .headerbar .login,
#esv-header .headerbar .close_search {
	display: none;
}

.menuicon {
	display: none;
}

#esv-header .headerbar.no_search {
	justify-content: flex-end;
}

#esv-header .main {
	display: none;
}


/* fixed-header */

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

#esv-header.fixed .headerbar {
	margin-top: -50px;
}

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

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

#esv-header.fixed .main {
	top: 0;
}

#esv-header.fixed .accessicon {
	display: block;
	margin-right: -5px;
	margin-top: 0px;
	padding: 97.5px 5px 0 5px;
	width: 58px;
}

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


@media(min-width: 1301px) {

	#esv-header .accessicon{
		width: 75px;
	}
	
}

@media (min-width: 961px) {

	#esv-header .accessicon {
		margin-top: 40px;
	}

	#esv-header.fixed .accessicon img{
		width: 34px;
	}

}

@media (max-width: 960px) {

	a[href="#navigation"] {
		display: none;
	}

	#esv-header {
		height: 40px;
	}

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

	#esv-header .logo img {
		height: 31px;
		margin-top: 2px;
	}

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

	#esv-header.fixed .headerbar,
	#esv-header .headerbar {
		align-items: flex-start;
		height: 40px;
		justify-content: flex-end;
		margin-top: 0;
	}

	#esv-header .headerbar .accessicon {
		border-right: none;
		height: 39px;
		margin-right: 0;
		padding: 2px 0 0;
		right: 10px;
		top: 1px;
	}

	.accessicon:before {
		padding-top: 2px;
	}

	.headerbar>a {
		margin-left: 3px;
		width: auto;
	}

	.mailboxicon,
	.logouticon,
	.mainnavigation {
		display: none;
	}

	.searchicon,
	.menuicon {
		background: none;
		border: none;
		border-radius: 25px;
		font-size: 2.188rem;
		height: 40px;
		padding: 0;
		vertical-align: middle;
		width: 40px;
	}

}


/* ============================================ */
/* header                                 - End */
/* ============================================ */


/* ============================================ */
/* subnavigation                        - Start */
/* ============================================ */

/*center navi on big screens*/

.main {
	height: 40px;
	position: absolute;
	top: 50px;
	transition: all 0.5s;
	width: 100%;
}

.main ul {
	height: 40px;
	margin: 0 auto;
	padding-left: 320px;
}

.main a {
	color: var(--main-bg-color-white);
	font-family: 'Inter', sans-serif;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
	text-transform: none;
}

.main .menu-item {
	align-items: center;
	border-bottom: 3px solid transparent;
	display: flex;
	height: 100%;
	list-style: none;
	padding: 0;
}

.main .menu-item a {
	height: unset;
}

.main .menu-item:hover,
.main .current-menu-item {
	border-bottom: 3px solid white;
	font-weight: 300;
}


@media (max-width: 1600px) {

	.main ul {
		padding-left: 20%;
	}

}

@media (max-width: 1400px) {

	.main ul {
		padding-left: 21.5%;
	}

}

@media (max-width: 1180px) {

	.main ul {
		padding-left: 23.5%;
	}

}

/* ============================================ */
/* subnavigation                          - End */
/* ============================================ */


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

nav.main a {
	font-size: 0.9rem;
	font-weight: 500;
}

nav.main ul>.menu-item a {
	background: transparent;
}

.main.overlay {
	background: var(--main-bg-color-white);
	display: none;
	height: 100%;
	overflow: scroll;
	padding: 0;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 300;
	-webkit-overflow-scrolling: touch;
}

.main.overlay ul {
	flex-direction: column;
	height: auto;
	justify-content: center;
	padding: 40px;
}

.main.overlay li {
	padding: 15px 0;
}

.main.overlay a {
	background: none;
	font-size: 1.125rem;
	line-height: 1.4rem;
}

.menuicon.open {
	z-index: 100000;
}

.menuicon.open .sv-menu:before {
	content: "\e910";
}

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


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

.lc_navigations {
	display: none;
}

/* ============================================ */
/* breadcrumb                             - End */
/* ============================================ */


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

body.fixed #esv-container {
	margin-top: 50px;
}

@media (max-width: 960px) {

	a#mobilenavjump {
		display: block;
	}

	body.fixed #esv-container {
		margin-top: 40px;
	}

}

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


/* ============================================ */
/* zeilenkonzeptcolumncontainer         - Start */
/* ============================================ */

/* carousel */

.lc_columnContainer.slick-carousel-tagtyp-wrapper .center {
	margin-top: -40px;
}

.lc_columnContainer.slick-carousel-tagtyp-wrapper .slick-carousel-wrapper {
	padding-bottom: 25px;
}

.lc_columnContainer.slick-carousel-tagtyp-wrapper .slick-slide img {
	display: block;
	max-width: 50%;
}

.lc_columnContainer.slick-carousel-tagtyp-wrapper .slick-carousel-arrow-wrapper {
	bottom: -40px;
}

/* ============================================ */
/* zeilenkonzeptcolumncontainer           - End */
/* ============================================ */


/* ============================================ */
/* pagefooter                           - Start */
/* ============================================ */

.pagefooter {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.pagefooter .sv-left {
	font-size: 1.5rem;
	vertical-align: -5px;
}

/* ============================================ */
/* pagefooter                             - End */
/* ============================================ */


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

#esv-footer {
	background: var(--main-text-color);
	font-family: 'Inter', sans-serif;
	min-height: 300px;
	padding-bottom: 40px;
}

#esv-footer .column1 .linkbox .esvlinks li a {
	font-family: 'Inter', sans-serif;
}

.top span {
	font-size: 1.5rem;
	vertical-align: -3px;
}

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

.footer_content {
	margin-top: 0;
}

.footer_content .linkbox {
	width: 100%;
}

.footer_content .linkbox h3 {
	font-size: 0.75rem;
	letter-spacing: 0.1rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/* hide empty linkbox-container */
.footer_content .linkbox:nth-child(3),
.footer_content .linkbox:nth-child(4),
.footer_content .linkbox:nth-child(5) {
    display: none;
}

#esv-footer .column1 .linkbox .esvlinks li a {
	font-size: 0.87rem;
	line-height: 1rem;
}

.footer_contact {
	font-size: 0.87rem;
}

#esv-footer .footerlogo img {
	height: auto;
	width: 170px;
}

.addresstitle {
	font-family: 'Inter', sans-serif;
	font-weight: normal;
}

@media (max-width: 960px) {

	.address {
		text-align: center;
	}

	.footer_content {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 20px;
		padding: 30px 20%;
		width: 100%;
	}

	.footer_content .text {
		width: 100%;
	}

	.footer_content .linkbox {
		text-align: center;
	}
}

@media (max-width: 600px) {

	.footer_content {
		padding: 30px 2% 0;
	}

	.footer_content .linkbox:nth-child(odd) {
		padding: 0;
	}

	.footer_content .linkbox {
		padding-bottom: 10px;
		width: 100%;
	}

}

/* ============================================ */
/* footer                                 - End */
/* ============================================ */

