/*
 Theme Name:     stark.divi
 Theme URI:      https://www.stark.marketing
 Description:    stark.divi Child Theme
 Author:         stark.marketing
 Author URI:     https://www.stark.marketing
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*#page-container::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: red;
	z-index: 10000;
}*/

html[lang="en-US"] .buttonizer,
html[lang="en-US"] .newsfeed-stellenangebot,
html[lang="en-US"] .newsfeed-gebrauchtgeraet {
	display: none;
}

/* Toolset */
.toolset-code-section.et_pb_section,
.toolset-code-section.et_pb_section .toolset-code-row.et_pb_row,
.toolset-code-section.et_pb_section .toolset-code-row.et_pb_row .toolset-code.et_pb_module {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
}

ul.wpv-pagination-nav-links-container {
	justify-content: center;
}

ul.wpv-pagination-nav-links-container.pagination-dots {
	padding-bottom: 46px !important;
}

.wpv-pagination-nav-links-container .page-link {
	border-color: #fff !important;
	background-color: #234564 !important;
}

.wpv-pagination-nav-links-container a.page-link:hover {
	background-color: #cfdce8 !important;
}

.pagination-dots .active-dot a {
    background-color: #ee730b !important;
}

.suchen-button-wrapper {
	padding-top: 40px;
	text-align: center;
}

/*** TYPOGRAFIE ***/
/*@font-face {
	font-family: "Open Sans";
	src: url(https://www.lehner.eu/wp-content/fonts/OpenSans-Light.ttf);
	font-weight: 100,200,300,400;
}*/

@font-face {
	font-family: "Open Sans";
	src: url(https://www.lehner.eu/wp-content/fonts/OpenSans-Regular.ttf);
}

/*@font-face {
	font-family: "Open Sans";
	src: url(https://www.lehner.eu/wp-content/fonts/OpenSans-SemiBold.ttf);
	font-weight: 600;
}*/

@font-face {
	font-family: "Open Sans";
	src: url(https://www.lehner.eu/wp-content/fonts/OpenSans-Bold.ttf);
	font-weight: bold;
}

::-moz-selection {
	color: #fff;
	background-color: #234564;

}
::selection {
	color: #fff;
	background-color: #234564;

}

body {
	font-size: 14px;
	line-height: 21px;
}

p {
	padding-bottom: 12px !important;
}

p:last-of-type {
	padding-bottom: 0px !important;
}

p:last-of-type + ul {
	padding-top: 12px;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 0px;
}

h1 {
	font-size: 28px !important;
	line-height: 34px !important;
	color: #234564 !important;
}

h2 {
	font-size: 28px !important;
	line-height: 34px !important;
	color: #234564 !important;
}

h3 {
	font-size: 17px !important;
	line-height: 24px !important;
	color: #234564 !important;
	font-weight: bold !important;
}

.et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3 {
	color: white !important;
}

sup {
	font-size: 0.5em;
	bottom: 0.7em;
}

@media all and (max-width: 479px) {
	body {
		font-size: 12px;
		line-height: 18px;
	}

	h1 {
		font-size: 22px !important;
		line-height: 28px !important;
	}

	h2 {
		font-size: 22px !important;
		line-height: 28px !important;
	}

	h3 {
		font-size: 14px !important;
		line-height: 21px !important;
	} 
}

/* Einleitungen */
.einleitungen {
	font-size: 17px !important;
	line-height: 24px !important;
}

.einleitungen h1 {
	font-size: 36px !important;
	line-height: 42px !important;
}

.einleitungen h2 {
	font-size: 32px !important;
	line-height: 38px !important;
}

.einleitungen h3 {
	font-size: 21px !important;
	line-height: 28px;
	padding-bottom: 10px !important;
}

@media all and (max-width: 479px) {
	.einleitungen {
		font-size: 14px !important;
		line-height: 21px !important;
	}

	.einleitungen h1 {
		font-size: 30px !important;
		line-height: 35px !important;
	}

	.einleitungen h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	.einleitungen h3 {
		font-size: 17px !important;
		line-height: 24px;
	}
}

/* Subline */
.subline {
	font-size: 17px !important;
	line-height: 24px !important;
	font-weight: bold !important;
	padding-bottom: 0px !important;
	color: #234564 !important;
}

@media all and (max-width: 479px) {
	.subline {
		font-size: 14px !important;
		line-height: 21px !important;
	}
}


.et_pb_bg_layout_dark .subline {
	color: white !important;
}

/* ULLIS */
.et_pb_module ul {
	padding: 0px;
	padding-bottom: 10px;
	list-style: none;
}

.et_pb_module ul li {
	padding-left: 1em; 
	text-indent: -13px;
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 4px;
}

.et_pb_module ul li::before {
	content: "● ";
	color: #234564;
}
/* nicht bei codes*/
.et_pb_code.et_pb_module ul li,
.zusatznavi ul li {
	text-indent: 0px;
}

.et_pb_code.et_pb_module ul li::before,
.zusatznavi ul li::before {
	display: none;
}

/* wie h2 */
.hzwei {
	font-size: 28px !important;
	line-height: 34px !important;
	color: #234564;
}

.et_pb_bg_layout_dark .subline {
	color: #fff;
}

/*** HEADER ***/
#main-header, #main-header.et-fixed-header {
	-webkit-box-shadow: 0px 11px 10px 0px rgba(0,0,0,0.1) !important;
	        box-shadow: 0px 11px 10px 0px rgba(0,0,0,0.1) !important;
	z-index: 100001;
}
@media all and (min-width: 981px) {
	#main-header.et-fixed-header:hover ~ #et-main-area {
		opacity: 0.05;
	}
	
	#et-main-area {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
}

/*** LOGO ***/
@media all and (min-width: 1025px) {
	.et_header_style_left .logo_container {
		width: auto;
	}
}

@media all and (max-width: 1024px) {
	.et_header_style_left .logo_container {
		width: 80%;
	}
}

@media all and (min-width: 1025px) { /* opening tag desktop navi */

.et_pb_svg_logo #logo {
	position: relative;
	bottom: 20px;
	height: 72px;
	max-height: 100%;
}
	
#et-top-navigation {
	width: 100% !important;
	padding-left: 0px !important;
}
	
#et-top-navigation nav#top-menu-nav {
	float: right;
	width: 100%;
}
	
#et-top-navigation nav#top-menu-nav ul#top-menu {
	float: right;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        -webkit-justify-content: flex-end;
	        justify-content: flex-end;
	position: relative;
}

/*** NAVIGATION ***/
#top-menu li {
	width: 146px;
	margin-right: 4px;
    padding-right: 0px;
    font-size: 16px;
	text-align: center;
	cursor: pointer;
}
	
/*#top-menu li.produkte {
	position: absolute !important;
	top: 0px;
	left: 50%;
	transform: translatex(-50%);
}*/
	
/*#top-menu li:nth-last-child(-n+3) {
	width: auto !important;
}

#top-menu li:nth-last-child(-n+4) {
	margin-right: 0px;
}

#top-menu li.menu-kontakt {
	padding-left: 35px;
	padding-right: 40px;
}*/
	
#top-menu li:last-child {
	width: auto;
	margin-right: 0px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding-bottom: 24px !important;
	text-transform: uppercase;
}

#top-menu .menu-item-has-children>a:first-child {
    padding-right: 0px;
}

/* WPML Switch*/
	
.wpml-ls-item a span {
	color: white;
}
	
.wpml-ls-item a span div,
.wpml-ls-item a span div span {
	color: #000;
	font-weight: 400;
}	

span#lehner-wpml-de {
	color: #234564;
	font-weight: 600;
}

html[lang="en-US"] span#lehner-wpml-de {
	color: #000;
	font-weight: 400;
}
	
html[lang="en-US"] span#lehner-wpml-en {
	color: #234564;
	font-weight: 600;
}
/* Pfeile */
.menu-item-has-children>a:first-child:after {
    top: 20px !important;
    right: 50% !important;
	-webkit-transform: translatex(50%);
	    -ms-transform: translatex(50%);
	        transform: translatex(50%);
    font-size: 30px !important;
	opacity: 0;
}

.menu-item-has-children>a:first-child:hover:after {
	opacity: 1;
}

/* Hover Effekte */
#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover {
	opacity: 1;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1;
    background-color: #fff;
}

/* Normales Dropdown */
.nav li ul {
	position: absolute;
	left: 50%;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
    width: auto;
    padding: 0px;
	background: none;
	border-top: 4px solid transparent !important;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	        box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
	
#top-menu li li {
	width: 146px !important;
	text-align: center;
	padding: 0px;
	background: #fff;
	border-bottom: 1px solid #234564;
}

#top-menu li li:last-of-type {
	border-bottom: none !important;
}

#top-menu li li a {
    width: 146px !important;
    padding: 0px;
	-webkit-transition-duration: 0s !important;
	     -o-transition-duration: 0s !important;
	        transition-duration: 0s !important;
}
	
#top-menu li li a:hover {
	background-color: #cfdce8;
	text-decoration: underline;
}

/* Mega Navi*/
#top-menu li.mega-menu {
    position: relative;
}

#top-menu li.mega-menu>ul { /* Submenu */
	left: -150px !important;
	-webkit-transform: translatex(0%);
	    -ms-transform: translatex(0%);
	        transform: translatex(0%);
    width: auto;
    padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: none;
	border-top: 4px solid transparent !important;
	-webkit-box-shadow: none;
	        box-shadow: none;

}
	
#top-menu li.mega-menu>ul>li { /* Unterkategorien */
    width: 146px !important;
	text-align: center;
	margin-right: 4px;
	border-bottom: none;
	background-color: rgba(0,0,0,0) !important;
}

#top-menu li.mega-menu>ul>li:last-of-type {
	margin-right: 0px;
}

#top-menu li.mega-menu>ul>li>a:first-child {
    padding: 0px!important;
    border-bottom: none;
    font-weight: 500;
	color: white !important;
}
	
#top-menu li.mega-menu>ul>li.agrar-menu > a:first-child,
#top-menu li.mega-menu>ul>li.agrar-menu > a:first-child:hover {background-color: #00747a !important}
	
#top-menu li.mega-menu>ul>li.winter-menu > a:first-child,
#top-menu li.mega-menu>ul>li.winter-menu > a:first-child:hover {background-color: #ee730b !important}
	
#top-menu li.mega-menu>ul>li.sonder-menu > a:first-child,
#top-menu li.mega-menu>ul>li.sonder-menu > a:first-child:hover {background-color: #878787 !important}

#top-menu li.mega-menu>ul>li>ul {
	left: 0%;
	-webkit-transform: translatex(0%);
	    -ms-transform: translatex(0%);
	        transform: translatex(0%);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1)!important;
	        box-shadow: 0px 5px 5px rgba(0,0,0,0.1)!important;; 
}

#top-menu li.mega-menu>ul>li>ul>li {
    width: 100%;
    margin: 0;
	text-align: center;
	border-bottom: 1px solid #234564;
}

#top-menu li.mega-menu>ul>li>ul>li:last-of-type {
	border-bottom: none;
}

#top-menu li.mega-menu>ul>li>ul>li a {
    width: 100%;
    padding: 0;
	-webkit-transition-duration: 0s;
	     -o-transition-duration: 0s;
	        transition-duration: 0s;
}
	
} /* closing tag desktop navi */

/* MOBILE NAVIGATION */

@media only screen and ( max-width: 1024px ) {
	#top-menu-nav, #top-menu {display: none;}
	#et_top_search {display: none;}
	#et_mobile_nav_menu {display: block;}
	
	.et_fixed_nav #main-header, .et_fixed_nav #top-header,.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
    position: fixed;
	}
	
	/*.et_mobile_menu {
		overflow: scroll !important;
		max-height: 80vh;
	}*/
	
	.mobile_nav.opened .mobile_menu_bar:before {
		content: '\4d';
	}
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px !important;
	}
	
	.et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 12px;
    padding-bottom: 12px;
}
	
	.et_mobile_menu {
    top: 56px;
}

	#main-header .et_mobile_menu .menu-item-has-children > a {
		background-color: transparent; position: relative;
}

	#main-header .et_mobile_menu .menu-item-has-children > a:after {
		font-family: 'ETmodules';
		text-align: center;
		speak: none;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		position: absolute;
	}

	#main-header .et_mobile_menu .menu-item-has-children > a:after {
		font-size: 16px;
		content: '\4c';
		top: 13px;
		right: 10px;
	}

	#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
		content: '\4d';
	}

	#main-header .et_mobile_menu ul.sub-menu {
		display: none !important;
		visibility: hidden !important; 
		-webkit-transition: all 1.5s ease-in-out; 
		-o-transition: all 1.5s ease-in-out; 
		transition: all 1.5s ease-in-out;
	}

	#main-header .et_mobile_menu .visible > ul.sub-menu {
		display: block !important;
		visibility: visible !important;
	}
}

/* TOP MENU */
@media all and (min-width: 1025px) {

#top-header .container {
	padding-top: 16px;
	font-weight: 400;
}

#et-secondary-nav li {
    margin-right: 44px;
}

#et-secondary-nav li:nth-last-child(2) {
    margin-right: 20px;
}
	
.wpml-ls-menu-item .wpml-ls-flag {
	vertical-align: bottom;
}
	

#et-secondary-nav li::before {
	content: "";
	display: block;
	position: absolute;
	left: -20px;
	width: 14px;
	height: 14px;
}

#et-secondary-nav li.haendler::before {
	content: url("https://www.lehner.eu/wp-content/uploads/Icon_search_black.svg");}
#et-secondary-nav li.laender::before {
	content: url("https://www.lehner.eu/wp-content/uploads/Icon_-local-branch-office_black.svg");}
#et-secondary-nav li.download::before {
	content: url("https://www.lehner.eu/wp-content/uploads/Icon_download_black.svg");}
#et-secondary-nav li.showroom::before {
	content: url("https://www.lehner.eu/wp-content/uploads/Icon_360_Grad_Welt.svg");}
/*#et-secondary-nav li.russian::before {
	content: url("https://www.lehner.eu/wp-content/plugins/sitepress-multilingual-cms/res/flags/ru.png");
	left: -22px;}*/
}

@media all and (max-width: 1024px) {
	.et_secondary_nav_only_menu #top-header {
		display: none;
	}
}

/*** Startseite ***/
/*** Startseite ***/
/*** Startseite ***/

/*** Lehner Hero **/
.lehner-hero .et_pb_slide {
    padding: 0px;
}

.lehner-hero .et_pb_slider .et_pb_slides .et_pb_slide_description {
	padding: 0px;
	height: 650px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        -webkit-align-items: flex-end;
	        align-items: flex-end;
	text-shadow: none !important;
	animation-name: fadeIn;
}

@media all and (max-width: 767px) {
	.lehner-hero .et_pb_slider .et_pb_slides .et_pb_slide_description {
		height: 500px;
	}
}

.lehner-hero .et_pb_slider .et_pb_slides .et_pb_slide_description .et_pb_slide_content {
	width: 100%;
	padding-bottom: 60px;
	position: relative;
}

.lehner-hero .et_pb_slider .et_pb_slides .et_pb_slide_description .et_pb_slide_content::after {
	display: block;
	position: absolute;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	content: url(https://www.lehner.eu/wp-content/uploads/Icon_arrow_large_white.svg); /* weiß nach unten */
	bottom: 24px;
	width: 42px;
	bottom: 12px;
	right: 50%;
	-webkit-transform: translatex(50%);
	    -ms-transform: translatex(50%);
	        transform: translatex(50%);
}

.hero-top-title {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	padding: 12px;
	color: #234564;
	background-color: #fff;
	font-weight: bold;
}

.hero-title {
	display: inline-block;
	font-size: 32px;
	line-height: 36px;
	padding: 18px;
	color: #fff;
	background-color: #234564;
	font-weight: bold;
}

@media all and (max-width: 767px) {
	.hero-top-title {
		font-size: 16px;
		line-height: 16px;
		padding: 8px;
	}

	.hero-title {
		font-size: 24px;
		line-height: 24px;
		padding: 12px;
	}
}

@media all and (max-width: 479px) {
	.hero-top-title {
		font-size: 14px;
		line-height: 14px;
		padding: 7px;
	}

	.hero-title {
		font-size: 20px;
		line-height: 20px;
		padding: 10px;
	}
}

/*** Newsfeed ***/
#newsfeed.et_pb_section.lehner_grid .et_pb_column {
	grid-row-gap: 60px;
}

#newsfeed .et_pb_module::before {
	display: block;
	padding-bottom: 24px;
	font-size: 28px !important;
	line-height: 34px !important;
	color: #234564;
}

html[lang="en-US"] #newsfeed .et_pb_module.et_pb_code_0:before {
    content: "Trade fair preview";
}

/* Post Feeds */
#newsfeed .et_pb_posts.et_pb_module {
	margin-bottom: 0px !important;
}

#newsfeed .et_pb_posts .entry-featured-image-url {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	grid-area: news-bild;
	margin-bottom: 0px;
	width: 270px;
	height: 180px;
	overflow: hidden;
}

#newsfeed .et_pb_posts .entry-featured-image-url img {
	width: 270px;
	height: 180px;
	-o-object-fit: cover;
	   object-fit: cover;
	border: 1px solid #234564;
}

#newsfeed .et_pb_posts h3.entry-title {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: news-title;
	padding-bottom: 6px;
}

#newsfeed .et_pb_posts .post-content 	{-ms-grid-row: 2;-ms-grid-column: 3;grid-area: news-content;}
#newsfeed .et_pb_posts .post-meta 		{display: none;}

#newsfeed .et_pb_posts .et_pb_post {
	padding-top: 0px;
	margin-bottom: 0px !important;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 24px 1fr;
	grid-template-columns: auto 1fr;
	-ms-grid-rows: auto 1fr;
	grid-template-rows: auto 1fr;
	grid-column-gap: 24px;
	        grid-template-areas:
    "news-bild news-title"
    "news-bild news-content";
}

@media all and (max-width: 599px) {
	#newsfeed .et_pb_posts .et_pb_post {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		grid-auto-rows: auto;
		        grid-template-areas:
			"news-bild"
			"news-title"
			"news-content";
	}
	
	#newsfeed .et_pb_posts .entry-featured-image-url {
		margin-bottom: 24px;
	}
	#newsfeed .et_pb_posts .entry-featured-image-url {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}
	#newsfeed .et_pb_posts h3.entry-title {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#newsfeed .et_pb_posts .post-content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
}

#newsfeed .et_pb_posts .post-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_post p, .et_pb_bg_layout_light p.et_pb_title_meta_container, .et_pb_bg_layout_light p.et_pb_title_meta_container a {
    color: #000;
}

/* mehr lesen Buttons */
a.more-link {
	display: block;
	position: relative;
	-ms-flex-item-align: end;
	    -webkit-align-self: flex-end;
	        align-self: flex-end;
	width: 200px;
	margin-top: 24px;
	border: 1px solid #234564;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px;
	-webkit-transition: all 300ms ease 0ms;
	-o-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
}

a.more-link:hover  {
	width: 200px;
	border: 1px solid #234564 !important;
	border-radius: 50px !important;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px !important;
	background: #234564 !important;
	font-size: 14px !important;
	color: #fff !important;
}

a.more-link::after {
	content: url(https://www.lehner.eu/wp-content/uploads/Icon_arrow_smal_blue.svg);
	display: block;
	position: absolute;
	right: 8px;
	bottom: 4px;
	width: 8px;
	-webkit-transition: all 300ms ease 0ms;
	-o-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
}

a.more-link:hover::after {
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

/*** LEHNER NAVI ***/
#lehner-navi.et_pb_section {
	padding: 70px 0px !important;
}

/* Tablet Layout: 2-spaltig, Elemente werden je nach aktiver Kategorie (.clicked via JS) neu angeordnet */
@media all and (max-width: 1024px) {	
	#wintertechnik 		{-ms-grid-row: 1;grid-row-start: 1;}
	#agrartechnik 		{-ms-grid-row: 2;grid-row-start: 2;}
	#sondermaschinen 	{-ms-grid-row: 3;grid-row-start: 3;}
	#uber-uns 			{-ms-grid-row: 4;grid-row-start: 4;}
	
	#wintertechnik.clicked ~ #polaroxl			{-ms-grid-row: 2;grid-row-start: 2;} /* größeres Element vor die 2 kleineren */
	#wintertechnik.clicked ~ #agrartechnik 		{-ms-grid-row: 5;grid-row-start: 5;} /* beginnt nach ausgeklappter Wintertechnik */
	#wintertechnik.clicked ~ #sondermaschinen 	{-ms-grid-row: 6;grid-row-start: 6;}
	#wintertechnik.clicked ~ #uber-uns  		{-ms-grid-row: 7;grid-row-start: 7;}
	
	#agrartechnik.clicked ~ #sondermaschinen 	{-ms-grid-row: 10;grid-row-start: 10;} /* beginnt nach ausgeklappter Agrartechnik */
	#agrartechnik.clicked ~ #uber-uns   		{-ms-grid-row: 11;grid-row-start: 11;}
	
	#sondermaschinen.clicked ~ #speltex 		{-ms-grid-row: 4;grid-row-start: 4;} /* langes Element oben rechts */
	#sondermaschinen.clicked ~ #uber-uns   		{-ms-grid-row: 8;grid-row-start: 8;} /* beginnt nach ausgeklappten Sondermaschinen*/
	
}

/* Smartphone Layout: 1-spaltig, Elemente werden je nach aktiver Kategorie (.clicked via JS) neu angeordnet */
@media all and (max-width: 767px) {	
	#wintertechnik.clicked ~ #polaroxl			{-ms-grid-row: 2;grid-row-start: 2;}
	#wintertechnik.clicked ~ #agrartechnik 		{-ms-grid-row: 6;grid-row-start: 6;}
	#wintertechnik.clicked ~ #sondermaschinen 	{-ms-grid-row: 7;grid-row-start: 7;}
	#wintertechnik.clicked ~ #uber-uns  		{-ms-grid-row: 8;grid-row-start: 8;}
	
	#agrartechnik.clicked ~ #sondermaschinen 	{-ms-grid-row: 12;grid-row-start: 12;}
	#agrartechnik.clicked ~ #uber-uns   		{-ms-grid-row: 13;grid-row-start: 13;}
	
	#sondermaschinen.clicked ~ #uber-uns   		{-ms-grid-row: 11;grid-row-start: 11;}
}

/* Navi Blurbs */
#lehner-navi .et_pb_blurb {
	margin-bottom: 0px !important;
}

#lehner-navi .et_pb_blurb.lehner-kategorie {
	cursor: pointer;
}

#lehner-navi .et_pb_blurb .et_pb_blurb_content {
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

/* After-Pseudoelement PFEILE */
#lehner-navi .et_pb_blurb .et_pb_blurb_content::after {
	display: block;
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#lehner-navi .et_pb_blurb .et_pb_blurb_content::after {
	content: url(https://www.lehner.eu/wp-content/uploads/Icon_arrow_smal_blue.svg); /* blau nach rechts */
	bottom: 15px;
	width: 10px;
}

#lehner-navi .et_pb_blurb.lehner-kategorie .et_pb_blurb_content::after {
	content: url(https://www.lehner.eu/wp-content/uploads/Icon_arrow_large_white.svg); /* weiß nach unten */
	bottom: 24px;
	width: 42px;
}

@media all and (max-width: 479px) {
	#lehner-navi .et_pb_blurb .et_pb_blurb_content::after {
		right: 15px;
	}
	
	#lehner-navi .et_pb_blurb .et_pb_blurb_content::after {
		bottom: 15px;
		width: 10px;
	}
	
	#lehner-navi .et_pb_blurb.lehner-kategorie .et_pb_blurb_content::after {
		bottom: 36px;
		width: 20px;
	}
}

#lehner-navi .et_pb_blurb.lehner-kategorie.clicked .et_pb_blurb_content::after {
	right: 50%; /* aktive Kategorie */
	-webkit-transform: translatex(50%);
		-ms-transform: translatex(50%);
			transform: translatex(50%);
}

@media all and (min-width: 480px) {
	#lehner-navi .et_pb_blurb:hover .et_pb_blurb_content::after {
		right: 50%;
		-webkit-transform: translatex(50%);
			-ms-transform: translatex(50%);
				transform: translatex(50%);
	}
}

#lehner-navi .et_pb_blurb.lehner-kategorie.clicked .et_pb_blurb_content::after {
	content: url(https://www.lehner.eu/wp-content/uploads/Icon_Close_white.svg); /* Wechsel nach Klick */
}

/* Blurb Image */
#lehner-navi .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	display: block;
	margin-bottom: 0px;
}

#lehner-navi .et_pb_blurb.lehner-kategorie .et_pb_blurb_content .et_pb_main_blurb_image {
	margin-bottom: 90px; /* gleiche Höhe wie der Container, nur bei Kategorien */
}

/* Blurb Container */
#lehner-navi .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,.85);
	padding: 12px 20px;
	height: 60px; /* nicht bei Kategorien */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

@media all and (max-width: 767px) {
	#lehner-navi .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
		padding: 20px; /* kleinere Schrift = mehr Padding */ 
	}
}

/* Container Höhe */
#lehner-navi .et_pb_blurb.lehner-kategorie .et_pb_blurb_content .et_pb_blurb_container {
	height: 90px; /* nur bei Kategorien */
}

#lehner-navi .et_pb_blurb.lehner-kategorie.clicked .et_pb_blurb_content .et_pb_blurb_container,
#lehner-navi .et_pb_blurb.lehner-kategorie.uns-element:hover .et_pb_blurb_content .et_pb_blurb_container {
	height: 100%; /* aktive Kategorie */
}

@media all and (min-width: 480px) {
	#lehner-navi .et_pb_blurb:hover .et_pb_blurb_content .et_pb_blurb_container {
		height: 100%; /* Hover (nicht auf Smartphone) */
	}
}

/*@media all and (max-width: 479px) {
	#lehner-navi .et_pb_blurb:hover .et_pb_blurb_content .et_pb_blurb_container {
		height: 100%; /* mobil kein Hover möglich, daher einfachere Darstellung ohne Infos 
	}
}*/

/* Hintergrund Farben */
.et_pb_blurb#wintertechnik,
#lehner-navi .et_pb_blurb#wintertechnik .et_pb_blurb_content .et_pb_blurb_container {
	background-color: #ee730b;}

.et_pb_blurb#agrartechnik,
#lehner-navi .et_pb_blurb#agrartechnik .et_pb_blurb_content .et_pb_blurb_container {
	background-color: #00747a;}

.et_pb_blurb#sondermaschinen,
#lehner-navi .et_pb_blurb#sondermaschinen .et_pb_blurb_content .et_pb_blurb_container {
	background-color: #878787;}

.et_pb_blurb#uber-uns,
#lehner-navi .et_pb_blurb#uber-uns .et_pb_blurb_content .et_pb_blurb_container {
	background-color: #234564;}

.et_pb_blurb.uber-element,
#lehner-navi .et_pb_blurb.uber-element .et_pb_blurb_content .et_pb_blurb_container {
	background-color: #234564;}

#lehner-navi .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p.subline {
	padding-bottom: 0px !important;
}

/* Blurb Text Content sichtbar nur bei Hover, aktiver Kategorie oder mobil */
#lehner-navi .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .lehner-navi-content {
	padding-top: 8px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
@media all and (min-width: 480px) {
	#lehner-navi .et_pb_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .lehner-navi-content,
	#lehner-navi .et_pb_blurb.lehner-kategorie.clicked .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .lehner-navi-content {
		opacity: 1 !important;
	}
}

@media all and (max-width: 1024px) {
	#lehner-navi .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .lehner-navi-content {
		opacity: 1;
	}
	
	#lehner-navi .et_pb_blurb.lehner-kategorie .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .lehner-navi-content {
		opacity: 0; /* bei Kategorien ausgeblendet, erst bei Aktivierung sichtbar */
	}
	
	#lehner-navi .et_pb_blurb.lehner-kategorie.uber-element .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .lehner-navi-content {
		opacity: 1 /* Über Uns Seite */
	}
}

@media all and (max-width: 479px) {
	#lehner-navi .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .lehner-navi-content,
	#lehner-navi .et_pb_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .lehner-navi-content,
	#lehner-navi .et_pb_blurb.lehner-kategorie.clicked .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .lehner-navi-content {
		opacity: 0 !important; /* zu wenig Platz */
	}
	
	#lehner-navi .et_pb_blurb.lehner-kategorie.uber-element:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .lehner-navi-content {
		opacity: 1 !important; /* Über Uns Seite */
	}
}

/* Navi "Übersicht schliessen" */
.close-button {
	grid-area: auto / auto / span 1 / span 12;
	cursor: pointer;
	margin-bottom: 36px !important; /* 60 - 24 */
}

.close-button img {
	width: 42px;
	vertical-align: middle;
}

/* QUICK: Sichtbarkeit der einzelnen Elemente */
.winter-element, .agrar-element, .sonder-element, .uns-element {
	display: none;
}

.winter-element.clicked,
.agrar-element.clicked,
.sonder-element.clicked,
.uns-element.clicked,
.lehner-kategorie {
	display: block;
}

/*** PRODUKTSEITEN ***/
/*** PRODUKTSEITEN ***/
/*** PRODUKTSEITEN ***/
#produktbeschreibung {

}

.produkttitel {

}

.produkttitel h1 {
	color: #234564;
}

.produkttitel .produkticons.et_pb_column {
	margin-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        -webkit-justify-content: flex-end;
	        justify-content: flex-end;
}

.produkttitel .produkticons.et_pb_column .et_pb_image {
	width: 60px;
	margin: 0px 0px 12px 12px;
}

.produkttitel .produkticons.et_pb_column .et_pb_image:first-child {
	margin-left: 0px;
}

@media all and (max-width: 1199px) {
	.produkttitel .produkticons.et_pb_column {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        -webkit-justify-content: flex-start;
		        justify-content: flex-start;
	}
	
	.produkttitel .produkticons.et_pb_column .et_pb_image {
		margin: 0px 12px 12px 0px;
	}
}

/* Zusatznavi */
.zusatznavi.et_pb_row {
	height: auto;
}

.zusatznavi.et_pb_row .et_pb_module ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        -webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	list-style-type: none;
	padding: 0px;
}

.zusatznavi.et_pb_row .et_pb_module ul li {
	padding-left: 12px;
	padding-bottom: 0px;
	background: white;
	font-size: 12px;
	line-height: 12px;
	text-indent: 0px;
}

.zusatznavi.et_pb_row .et_pb_module ul li a {
	color: #000000;
	text-decoration: underline;
}

.zusatznavi.et_pb_row::before {
	visibility: visible;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 24px;
	width: calc(100% - 48px);
	height: 50%;
	border-bottom: 1px solid black;
}

@media all and (max-width: 1199px) {
	.zusatznavi.et_pb_row .et_pb_module  ul {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        -webkit-justify-content: flex-start;
		        justify-content: flex-start;
	}
	
	.zusatznavi.et_pb_row .et_pb_module  ul li {
		padding-left: 0px;
		padding-right: 12px;
		padding-bottom: 12px;
	}
	
	.zusatznavi.et_pb_row::before {
		display: none;
	}
}

.balkenaufz {
	border: 1px solid #234564;
}

.balkenaufz h3 {
	padding: 18px 20px;
	background-color: #234564;
	color: white !important;
}

.balkenaufz ul {
	padding: 18px 20px 18px 20px;
}

/*** Trilehner Blurbs ***/
.trilehner .et_pb_blurb {
	margin-bottom: 0px !important;
}

.trilehner .et_pb_blurb .et_pb_blurb_content {
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

/* After-Pseudoelement PFEILE */
.trilehner.trilehner--hoverable .et_pb_blurb .et_pb_blurb_content::after {
	display: block;
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	content: url(https://www.lehner.eu/wp-content/uploads/Icon_arrow_smal_blue.svg);
	bottom: 15px;
	width: 10px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	opacity: 1;
}

.trilehner.trilehner--hoverable .et_pb_blurb:hover .et_pb_blurb_content::after {
	opacity: 0;
}

/* Blurb Image */
.trilehner .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	display: block;
	margin-bottom: 0px;
}

/* Blurb Container */
.trilehner .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,.85);
	padding: 10px 20px 12px 20px;
	height: 65px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

@media all and (max-width: 479px) {
	.trilehner .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
		padding-top: 12px; /* kleinere Schrift = mehr Padding */ 
	}
}

.trilehner.trilehner--hoverable .et_pb_blurb:hover .et_pb_blurb_content .et_pb_blurb_container {
	height: 100%; /* Hover */
}

.trilehner.trilehner--hoverable .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
	max-width: 80%; /* um dem Pfeil platz zu geben */
}

/* Blurb Text Content sichtbar nur bei Hover */
.trilehner.trilehner--hoverable .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .trilehner-content {
	padding-top: 8px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.trilehner.trilehner--hoverable .et_pb_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .trilehner-content {
	opacity: 1 !important;
}

/* Technik & Produkte */
#technik.et_pb_section {

}

/* Technische Daten */
#technik .technische_daten.et_pb_row {
}

#technik .technische_daten table.daten {
	table-layout: auto;
	border: none;
	border-bottom: 1px solid #234564;
	font-size: 17px;
	line-height: 24px;
}

@media all and (max-width: 479px) {
	#technik .technische_daten table.daten {
		font-size: 14px !important;
		line-height: 21px !important;
	} 
}

#technik .technische_daten table.daten tr td {
	border-top: 1px solid #000000;
}

#technik .technische_daten table.daten td.first-column {
	font-weight: bold;
	width: 300px;
	padding-left: 0px;
}

@media all and (max-width: 479px) {
	#technik .technische_daten table.daten td.first-column {
		width: 50%;
	}
}

#technik .technische_daten table.daten td.second-column {
	width: auto;
	padding-left: 0px;
}

/* Produkte als Blurbs */
#technik .et_pb_blurb {
	border: 1px solid #234564;
}

#technik .et_pb_blurb .et_pb_blurb_content {
    max-width: 100%;
}

#technik .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0px;
	padding: 24px;
}

#technik .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
	max-width: 346px;
	overflow: hidden;
}

/* Produktdetails Tabelle */
#technik .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description table.produktdetails {
	margin: 0px;
	background-color: #cfdce8;
	border: none;
	font-size: 17px;
	line-height: 17px;
	color: #234564;
}

@media all and (max-width: 479px) {
	#technik .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description table.produktdetails {
		font-size: 14px !important;
		line-height: 21px !important;
	} 
}

#technik .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description table.produktdetails tr td {
	padding: 12px;
	border-top: 1px solid #234564;
}

#technik .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description table.produktdetails tr.first-row {
	background-color: #234564;
	color: white;
}

#technik .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description table.produktdetails td.second-column {
	font-weight: bold;
	padding-left: 0px;
}

#technik a.et_pb_button  {
	width: 240px !important;
}

/*** BESONDERHEITEN ***/
#besonderheiten .et_pb_image {
	max-width: 368px !important;
	border: 1px solid #234564;
}

@media all and (max-width: 1024px) {
	#besonderheiten .et_pb_image {
		max-width: 100% !important;
	}
}

/*** OPTIONAL ***/
#optional {

}

#optional .et_pb_image {
	max-width: 368px !important;
	border: 1px solid #234564;
}

/*** DOWNLOADS & PROSPEKT ***/
/*.prospekt {
	padding-top: 12px;
}*/

.prospekt .et_pb_blurb_content {
    max-width: 100%;
}

.prospekt .et_pb_main_blurb_image {
	padding: 24px;
	background-color: #ededed;
	margin-bottom: 0px;
	min-width: 100%;
}

.prospekt .et_pb_main_blurb_image .et_pb_image_wrap {
	max-width: 219px;
	margin: auto;
}

.prospekt .et_pb_blurb_container {
	background-color: #cfdce8;
	padding: 12px 20px;
	position: relative;
}

.prospekt .et_pb_blurb_container::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_download_blue.svg);
}

/*** HALTERUNGEN & ZUBEHÖR ***/
#zubehoer {
	background-color: #ededed;
}

.odd-colors #zubehoer {
	background-color: #cfdce8;
}

#halterungen {
	background-color: #cfdce8;
}


/*.et_pb_row.produktliste .et_pb_blurb,
span.weniger_anz {
	display: none;
}

@media all and (min-width: 1025px) {
	.et_pb_row.produktliste .et_pb_blurb:nth-child(-n+6) {
		display: block;
	}
}

@media all and (max-width: 1024px) {
	.et_pb_row.produktliste .et_pb_blurb:nth-child(-n+3) {
		display: block;
	}
}

.et_pb_row.produktliste .et_pb_blurb.show {
	display: block !important;
}

.more_items a.et_pb_button::after {
	display: none;
}*/

/*** GALERIE ***/
/* Layout siehe Grid */
#galerie {
	background-color: #234564;
}

#galerie .et_post_gallery .et_pb_gallery_image {
	position: relative;
	width: 100% !important;
    float: none !important;
    margin: 0px;
	padding-left: 0px !important;
	padding-bottom: 0px !important;
	line-height: 0px !important;
}

#galerie .et_post_gallery .et_pb_gallery_image img {
	width: 100%;
	object-fit: cover;
}

.mfp-title {
	display: none;
}

/*** VIDEOS ***/
#videos.et_pb_section .youtube-videos.et_pb_row {
	grid-row-gap: 40px;
}

#videos h3 {
	padding-bottom: 12px;
}

/*** BLOG ***/
/*** BLOG ***/
/*** BLOG ***/
#lehner-blog {
	
}

/* #lehner-blog .et_pb_ajax_pagination_container,
#lehner-blog .et_pb_ajax_pagination_container article
siehe CSS Grid */

#lehner-blog .et_pb_post .entry-featured-image-url {
    margin-bottom: 24px;
}

#lehner-blog .et_pb_post h2.entry-title {
	font-size: 17px !important;
	line-height: 24px !important;
	font-weight: bold;
	color: #234564;
}

#lehner-blog .et_pb_post .more-link {
	margin-top: 0px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

/*** SINGLE BLOG PAGE ***/
body.single article.has-post-thumbnail > img:nth-of-type(1) { max-width: 1080px !important; height:auto !important; margin: auto; }
body.single article.has-post-thumbnail .et_post_meta_wrapper > img:nth-of-type(1) { max-width: 1080px !important; height:auto !important; margin: auto; }


.type-post .et_post_meta_wrapper h1.entry-title {
	padding-bottom: 80px;
	position: relative;
}

.type-post .et_post_meta_wrapper h1.entry-title::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	border-top: 1px solid #234564;
}

.type-post .et_post_meta_wrapper img {
	width: 100% !important;
}

.type-post .entry-content em {
	font-style: normal;
	font-size: 17px !important;
	line-height: 24px !important;
	font-weight: bold;
	color: #234564;
	
}


/*** UNTERSEITEN ***/
/*** UNTERSEITEN ***/
/*** UNTERSEITEN ***/
.page_hero {
	height: 304px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        -webkit-align-items: flex-end;
	        align-items: flex-end;
	font-size: 32px !important;
	line-height: 32px !important;
	color: #234564;
}

.page_hero h1 {
	font-size: 60px !important;
	line-height: 60px !important;
	font-weight: bold;
	text-transform: uppercase;
}

/*** APPS ***/
.app-slider.et_pb_gallery_fullwidth .et_pb_gallery_image {
	text-align: center;
}

.app-slider.et_pb_gallery_fullwidth .et_pb_gallery_image a,
.app-slider.et_pb_gallery_fullwidth .et_pb_gallery_image img {
    width: 364px;
	margin: auto;
}

.app-logo.et_pb_image {
	float: left;
	width: 150px;
	margin-right: 24px;
}

/*** MESSEN ***/
#messe-liste .et_pb_row {
	padding: 24px 0px !important; /* Code Module ist bereits in einer Row */
	border-top: 1px solid #234564;
}

p.messe-datum {
	padding-bottom: 48px !important;
	position: relative;
}

p.messe-datum::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 24px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
	width: 100px;
	border-top: 3px solid #234564;
}

#messe-liste h2 {
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	font-weight: bold;
}

.messe-bild {
	max-width: 368px;
	margin: auto;
}

/*** GEBRAUCHTMARKT ***/
select.filter {
	display: block;
	position: relative;
	width: 300px;
	max-width: 100%;
	margin: auto;
	padding: 12px 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* Remove default arrow */
	background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_arrow_smal_blue.svg);   /* Add custom arrow */
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border: 1px solid #234564;
	border-radius: 0px;
	text-align: center;
	font-weight: bold;
	/*font-size: 28px;*/
    color: #234564;
}

@media all and (max-width: 1024px) {
	select.filter {
		margin: 0px;
	}
}

select.filter option {
	font-size: 17px;
}

.filter.filter--gebrauchtmarkt {
	margin-bottom: 24px;
}

#gebraucht-liste.et_pb_section {
	padding-top: 0px !important;
}

#gebraucht-liste .et_pb_row {
	padding: 24px 0px !important; /* Code Module ist bereits in einer Row */
	border-top: 1px solid #234564;
}

#gebraucht-liste .et_pb_image .et_pb_image_wrap::after {
	content:"";
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 30px;
	height: 30px;
	background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_enlarge_blue.svg);
}

.gebraucht-info h2 {
	padding-bottom: 8px !important;
}

.gebraucht-info .gebraucht-meta {
	padding-bottom: 24px !important;
	font-size: 17px !important;
	line-height: 24px !important;
}

.gebraucht-info .gebraucht-meta span {
	color: #234564;
}

.gebraucht-info a.et_pb_button {
	margin-top: 40px;
	margin-left: 0px;
}

#kein-produkt {
	display: none;
}

/*** STELLENANGEBOTE ***/
#job-liste .et_pb_row {
	padding: 24px 0px !important; /* Code Module ist bereits in einer Row */
	border-top: 1px solid #234564;
}

.job-info h2 {
	padding-bottom: 8px !important;
}

.job-info p.subline {
	padding-bottom: 24px !important;
}

.job-info a.et_pb_button {
	margin-top: 40px;
	margin-left: 0px;
}

/*** DOWNLOADS ***/
.download-center .form-group {
	margin-bottom: 48px;
}

.download-center h3 {
	margin-bottom: 12px;
	text-align: center;
}

.download-center.download-produkt h3 {
	text-align: left;
}

.download-center.download-produkt select.filter {
	margin: 0px !important;
}

@media all and (max-width: 1024px) {
	.download-center select.filter {
		margin: auto;
	}
}

.form-spinner {
	text-align: center;
}


ul.lehner-downloads {
	width: 100%;
	max-width: 600px;
    font-size: 28px !important;
    line-height: 34px !important;
    padding: 0px;
    margin: 0px auto;	
}

.download-produkt ul.lehner-downloads {
    margin: 0px;	
}

/* Datei Ebene */
ul.lehner-downloads li {
	border: none;
	margin: 0px !important;
	padding: 0px !important;
}

@media all and (max-width: 479px) {
	ul.lehner-downloads li {
		font-size: 12px !important;
		line-height: 18px !important;
	}
}

ul.lehner-downloads li a {
	display: block;
	position: relative;
	width: 100%;
	border: none;
	margin: 0px !important;
	padding: 12px !important;
	padding-right: 50px !important;
	font-size: 14px !important;
	line-height: 21px !important;
}

ul.lehner-downloads li a::after { 
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	right: 24px;
	width: 20px;
	height: 20px;
	background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_download_blue.svg);
		background-repeat: no-repeat;
	background-position: right center;
	-webkit-transform: translatey(50%) rotate(0deg);
	    -ms-transform: translatey(50%) rotate(0deg);
	        transform: translatey(50%) rotate(0deg);
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 1;
}

ul.lehner-downloads li:nth-child(odd) a { 
	background-color: #ededed;
}

ul.lehner-downloads li a:hover {
    background: #cfdce8;
	text-decoration: underline;
}

/* PAGINATION */
.download-center ul.wpv-pagination-nav-links-container.pagination-dots {
    padding-bottom: 0px!important;
	padding-top: 46px !important;
	max-width: 600px;
}

/*** ANSPRECHPARTNER ***/
span.lehner-phone::before,
span.lehner-mail::before,
span.lehner-fax::before,
span.lehner-page::before,
span.lehner-mobile::before {
	content:"";
	display: inline-block;
	position: relative;
	bottom: -4px;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

span.lehner-phone::before {background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_Tel_black.svg);}
span.lehner-mail::before {background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_E-Mail_black.svg);}
span.lehner-fax::before {background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_Fax_black.svg);}
span.lehner-page::before {background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_Website_Laptop_black.svg);}
span.lehner-mobile::before {background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_Mobiltel_black.svg);}

/*** HÄNDLER SUCHE ***/
.et_pb_code #wpsl-stores {
    height: auto !important;
}

.et_pb_code .wpsl-dropdown {
    width: auto;
}

.et_pb_code #wpsl-stores .wpsl-store-location {
	position: relative;
}

.et_pb_code #wpsl-stores .wpsl-store-location a:hover {
	text-decoration: underline;
}

.et_pb_code #wpsl-stores .wpsl-store-location p strong { /* wie Subline */
	font-size: 17px !important;
	line-height: 24px !important;
	font-weight: bold;
	color: #234564;
}

.et_pb_code #wpsl-stores .wpsl-store-location p strong a::after {
	content: " ↪";
}

.et_pb_code #wpsl-stores .wpsl-store-location .wpsl-street {
	padding-top: 12px;
}

.et_pb_code #wpsl-stores .wpsl-contact-details {
    clear: none;
	text-transform: none;
	padding-bottom: 12px !important;
}

.et_pb_code #wpsl-result-list .wpsl-contact-details span {
	position: relative;
	margin-left: 11px;
	padding-left: 10px;
}

.et_pb_code #wpsl-result-list .wpsl-contact-details span::before {
	content: "";
	display: block;
	position: absolute;
	left: -11px;
	bottom: 3px;
	width: 24px;
	height: 14px;
	background-color: white;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

.et_pb_code #wpsl-result-list .wpsl-contact-details span:nth-child(1)::before {
	background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_Tel_black.svg);}
.et_pb_code #wpsl-result-list .wpsl-contact-details span:nth-child(2)::before {
	background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_Fax_black.svg);}
.et_pb_code #wpsl-result-list .wpsl-contact-details span:nth-child(3)::before {
	background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_E-Mail_black.svg);}

.et_pb_code #wpsl-result-list .wpsl-contact-details span strong {
    display: none!important;
}

@media all and (max-width: 1024px) {
	.et_pb_code #wpsl-stores .wpsl-store-location p,
	.wpsl-direction-wrap {
		margin-left: 0px;
		margin-bottom: 0px;
	}
	
	.et_pb_code #wpsl-stores .wpsl-store-thumb {
		position: relative;
		display: block;
		margin-bottom: 24px;
	}
}

.wpsl-direction-wrap {
	font-weight: bold;
	color: #234564;
}

a.wpsl-directions {
	display: inline;
	font-weight: normal;
	color: black;
}

a.wpsl-directions::before {
	content: " → ";
}

a.wpsl-directions::after {
	content: " (Google Maps) ↪";
}

#wpsl-result-list li p {
    margin: 0px;
}

#verwandte_themen.et_pb_section {

}

/*** LÄNDERVERTRETUNGEN ***/
/* Filter wie bei Gebrauchtmarkt */

#vertretungen-liste .et_pb_row {
	padding: 60px 0px !important;
	border-top: 1px solid #234564;
}

#vertretungen-liste .et_pb_image {
	max-width: 368px;
	padding: 20px;
	border: 1px solid #234564;
	float: right;
}

@media all and (max-width: 1024px) {
	#vertretungen-liste .et_pb_image {
		float: left;
	}
}

#vertretungen-liste h3 {
	padding-bottom: 12px;
}

#vertretungen-liste a:hover {
	text-decoration: underline !important;
}

#vertretungen-liste span.lehner-phone {
	display: inline-block;
	margin-top: 12px;
}


#vertretungen-liste span.lehner-page::after {
	content: " ↪";
}
/* GENERAL */
/* GENERAL */
/* GENERAL */
*.no-after::after { /* Grid Elemente werden via jquery gesucht. Verhindert zweite Zeile durch After Element */
	display: none;
}

.et_pb_section.hat_ueberschrift .et_pb_row:first-child {
	padding-bottom: 0px !important;
}

.et_pb_module {
	margin-bottom: 24px !important;
}

.et_pb_module:last-child {
	margin-bottom: 0px !important;
}

.no-margin-bot {
	margin-bottom: 0px !important;
}

.no-padding-bot {
	padding-bottom: 0px !important;
}

.trennlinie.trennlinie--oben::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
	width: 100%;
	max-width: 1152px;	
	border-top: 1px solid #234564;
}

.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img {
	min-width: 100% !important;
}

.centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        -webkit-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.et_pb_scroll_top.et-pb-icon {
	color: #fff;
	background-color: #234564;
	-webkit-animation-duration: 0s !important;
	        animation-duration: 0s !important;
	-webkit-animation-delay: 0s !important;
	        animation-delay: 0s !important;
	bottom: 5%;
	right: 5%;
	font-size: 46px;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	background-image: url(https://www.lehner.eu/wp-content/uploads/Icon_top_blue.svg);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.et_pb_scroll_top.et-pb-icon:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.et_pb_scroll_top:before {
    content: "";
}

.et_pb_scroll_top.et-visible {
	-webkit-animation-duration: 0s !important;
	        animation-duration: 0s !important;
	-webkit-animation-delay: 0s !important;
	        animation-delay: 0s !important;
}

@media all and (max-width: 767px) {
	.et_pb_scroll_top.et-pb-icon {
		display: none !important;
	}
}



/* BUTTONS */

a.et_pb_button  {
	display: block;
	position: relative;
	width: 200px;
	margin: auto;
	border: 1px solid #234564;
	border-radius: 0px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px;
	background: #fff;
	font-size: 14px;
}

a.et_pb_button:hover  {
	border: 1px solid #234564 !important;
	border-radius: 50px !important;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px !important;
	background: #234564 !important;
	font-size: 14px !important;
	color: #fff !important;
}

a.et_pb_button::after {
	content: url(https://www.lehner.eu/wp-content/uploads/Icon_arrow_smal_blue.svg);
	display: block;
	position: absolute;
	right: 10px;
	bottom: 8px;
	width: 8px;
	opacity: 1;
}

a.et_pb_button:hover::after {
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}


/*** FOOTER ***/
/* LANDHANDEL */
#landhandel.et_pb_section {
	background-color: #ededed;
}

.lehner-footer-kontakt {
	display: none;
}

/*@media all and (max-width: 1024px) {
	#footer-section .et_pb_column_1_4 { neuer Footer seit 27.02.2023
		grid-area: auto / auto / span 1 / span 4;
	}
	
	#footer--3.et_pb_column { 
		display: none;
	}
	
	.lehner-footer-kontakt {
		display: block;
	}
}

@media all and (max-width: 767px) {
	#footer-section .et_pb_column_1_4 {
		grid-area: auto / auto / span 1 / span 12;
	} 
}*/

#footer-logo {
	max-width: 228.5px;
	margin-left: 0px;
}

@media all and (max-width: 767px) {
	#footer-logo {
		max-width: 125.6px;
	}

}

#lehner-footer {
	max-width: 270px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
	flex-wrap: wrap;
}

#lehner-footer div {
	width: 50%;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#lehner-footer div {
		width: 100%;
	} 
}

#lehner-footer ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #234564;
	font-weight: bold;
}

#lehner-footer ul li a::before {
	display: inline-block;
	visibility: visible;
	position: relative;
	left: -10px;
	content: "> ";
	color: #234564;
}

#lehner-footer-icons {
	display: flex;
	gap: 10px;
	/*justify-content: flex-end;*/
}

.lehner-footer-icon {
	display: block;
	width: 40px;
	height: auto;
}

/*.lehner-footer-icon:last-child {
	margin-left: 10px;
}*/

#footer-bottom {
	display: none;
}


/*** CSS GRID ***/
/*** CSS GRID ***/
/*** CSS GRID ***/
.lehner_grid.et_pb_section {
	padding: 0px 0px;
}

.lehner_grid .et_pb_row {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0px 24px;
}

.lehner_grid .et_pb_row .et_pb_column,
/* weitere Grid Container: */
.haendler-liste #wpsl-wrap #wpsl-result-list ul,
#lehner-blog .et_pb_ajax_pagination_container,
#galerie .et_post_gallery,
#merch-galerie {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: auto;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}

.grid_item--m--lang {grid-row-end: span 2 !important;}

.grid_item--s {grid-area: auto / auto / span 1 / span 3;}
.grid_item--m {grid-area: auto / auto / span 1 / span 4;}
.grid_item--l {grid-area: auto / auto / span 1 / span 6;}
.grid_item--xl {grid-area: auto / auto / span 2 / span 8;}
.grid_item--xxl {grid-area: auto / auto / span 1 / span 12;}

@media all and (max-width: 1024px) {
	.grid_item--s {grid-area: auto / auto / span 1 / span 6;}
	.grid_item--m {grid-area: auto / auto / span 1 / span 6;}
	.grid_item--l {grid-area: auto / auto / span 1 / span 12;}
	.grid_item--xl {grid-area: auto / auto / span 1 / span 12;}
}

@media all and (max-width: 767px) {
	.grid_item--s {grid-area: auto / auto / span 1 / span 12;}
	.grid_item--m {grid-area: auto / auto / span 1 / span 12;}
}


/*** GALERIE ***/
#galerie .et_post_gallery .et_pb_gallery_image {grid-area: auto / auto / span 1 / span 3;}

@media all and (max-width: 1024px) {
	#galerie .et_post_gallery .et_pb_gallery_image {grid-area: auto / auto / span 1 / span 6;}}

@media all and (max-width: 767px) {
	#galerie .et_post_gallery .et_pb_gallery_image {grid-area: auto / auto / span 1 / span 12;}}

/*** STORE LOCATOR HÄNDLER LISTE ***/ 
 .haendler-liste #wpsl-wrap #wpsl-result-list li {
	grid-area: auto / auto / span 1 / span 6;
	padding: 12px 0px; 
	border: none !important;
}

@media all and (max-width: 767px) {
	.haendler-liste #wpsl-wrap #wpsl-result-list li {
		grid-area: auto / auto / span 1 / span 12;
	}
}

/*** BLOG ***/
#lehner-blog .et_pb_ajax_pagination_container article {
	grid-area: auto / auto / span 1 / span 4;
	margin-bottom: 0px;
	padding: 20px 20px 73px 20px;
	border: 1px solid #234564;
}

@media all and (max-width: 1024px) {
	#lehner-blog .et_pb_ajax_pagination_container article {grid-area: auto / auto / span 1 / span 6;}
}

@media all and (max-width: 767px) {
	#lehner-blog .et_pb_ajax_pagination_container article {grid-area: auto / auto / span 1 / span 12;}
}

/*** MERCH ***/
.filter.filter--merch {
	margin-bottom: 24px;
}

#merch-galerie {
	padding-top: 24px;
	border-top: 1px solid #234564;
}

.merch-galerie-item-text {
	padding: 12px;
	border-bottom: 1px solid #234564;
}

.merch-galerie-item:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.merch-galerie-item-bild {
	line-height: 0;
}

.merch-galerie-item:hover .merch-galerie-item-text {
	background: #234564;
	color: white;
}

/* Merch Info Seite */
.et_pb_section .et_pb_row.merch-info {
	
}

.merch-info-list_button a {
	margin-left: 0;
}

.merch-info ul.wpv-pagination-nav-links-container.pagination-dots {
    padding-bottom: 23px !important;
	padding-top: 23px !important;
}

/* Merch Anfrage */
#bestellen.et_pb_section {
	padding: 0px !important;
}

#bestellen.et_pb_section .et_pb_row {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.et_pb_button {
	cursor: pointer;
}

.Paperform__popupoverlay {
	backdrop-filter: blur(10px) !important;
}

.Paperform__popupclose {
    background: #234564;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #234564;
}

.Paperform__popupclose1,
.Paperform__popupclose2 {
	border-color: white !important;
}

/*** LAYOUT ***/
.container, .et_pb_row, .et_pb_slider .et_pb_container, .et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
	width: 100%;
    max-width: 1200px !important;
	padding-left: 24px;
	padding-right: 24px;
}

.et_pb_section {
	padding: 40px 0px !important;
}

.et_pb_fullwidth_section {
	padding: 0px !important;
}

.et_pb_section .et_pb_row {
	margin: 0px auto;
    padding: 24px !important;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: auto;
	grid-column-gap: 24px;
	grid-row-gap: 0px;
}

@media all and (max-width: 1024px) {
	.et_pb_section .et_pb_row {
		/*padding-bottom: 0px !important;  um das letzte row gap auszugleichen */
		grid-row-gap: 24px;
	}
}

.et_pb_column {
	grid-area: auto / auto / span 1 / span 12;
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
}

/*@media (min-width: 1200px)*/
@media all and (min-width: 1025px)
{
	.et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		grid-area: auto / auto / span 1 / span 8;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
		grid-area: auto / auto / span 1 / span 6;
	}
	
	.et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		grid-area: auto / auto / span 1 / span 4;
	}
	
	.et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
		grid-area: auto / auto / span 1 / span 3;
	}
}

/*@media (max-width: 1199px)*/
@media all and (max-width: 1024px)
{	
		.et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		grid-area: auto / auto / span 1 / span 12;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
		grid-area: auto / auto / span 1 / span 12;
	}
	
	.et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		grid-area: auto / auto / span 1 / span 12;
	}
	
	.et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
		grid-area: auto / auto / span 1 / span 6;
	}
}

@media all and (max-width: 767px) {	
		.et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		grid-area: auto / auto / span 1 / span 12;
	}
	
	.et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
		grid-area: auto / auto / span 1 / span 12;
	}
	
	.et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		grid-area: auto / auto / span 1 / span 12;
	}

	.et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
		grid-area: auto / auto / span 1 / span 12;
	}
}

#left-area { /* wichtig für CPTs */
	float: none !important;
    width: 100% !important;
    padding: 0px !important;
	margin: 0px !important;	
}

#main-content .container:before { /* Sidebar Linie*/
	display: none !important;
}