/*
 Theme Name:     JFM Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Jellyfish.media Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.jellyfish.media
 Template:       Divi
 Version:        3.0.92
*/
 
/* JFM Custom Styles hier rein!
------------------------------------------------------- */

/*-------- Bessere Darstellung der Bilder in Chrome -------- */

img {
	image-rendering: auto;
	pointer-events: none;
}

/*-------- Video im Banner --------*/

#hero-video-wrapper {
    margin: 0;
    position: absolute;
    min-width: 100vw;
	margin-top: -574px;
}

#hero-video {
	overflow: hidden;
	text-align: center;
}

#hero-video .et_pb_row {
	padding-top: 8vw;
	padding-bottom: 12vw;
}

#hero-video h1, #hero-video p {
	color: #fff;
}


#jfm-video-banner {
	height: 70vh;
}

#jfm-video-banner video {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/*############ Preventing FOUT ############*/
 html {display:block !important;}


/*############################## HEADER ##############################*/

.et-l--header {
	position: fixed;
	width: 100%;
	top:0;
	z-index: 99999;
}

#et-main-area {
	margin-top: 155px;
}

/* Meta NAV*/
#jfm-meta-nav {
	background-color: #285c4d;
	padding: 0;
}

#jfm-meta-nav .et_pb_row {
	padding: 0;
	display: flex;
	max-width: 1700px;
	width: 90%;
}

#jfm-meta-nav .et_pb_column.et_pb_column_2_3 .et_pb_menu {
	background-color: transparent;
}

#jfm-meta-nav .et_pb_column.et_pb_column_2_3 .et_pb_menu ul li {
	margin-top: 15px;
}

#jfm-meta-nav .et_pb_column.et_pb_column_2_3 .et_pb_menu .menu-item>a {
	color: #fff;
}

#jfm-meta-nav .et_pb_column.et_pb_column_1_3 {
	display:flex;
	justify-content: flex-end;
}

#jfm-meta-nav .et_pb_column.et_pb_column_1_3 .et_pb_icon {
	margin-bottom: 0;
	margin: 10px;
	line-height: 1;
}

#jfm-meta-nav .et_pb_column.et_pb_column_1_3 .et_pb_icon>a:hover:after {
	display: none;
}

#jfm-meta-nav .et_pb_column.et_pb_column_1_3 .et_pb_icon .et-pb-icon {
	font-size: 28px;
	color: #fff;
	line-height: 0.9;
}

#jfm-meta-nav .et_pb_column.et_pb_column_1_3 .header-icon {
	margin: 10px;
}

#jfm-meta-nav .et_pb_column.et_pb_column_1_3 .header-icon .et_pb_image_wrap {
	border-radius: 0;
}

#jfm-meta-nav .et_pb_column.et_pb_column_1_3 .header-icon img {
	height: 25px;
	width: auto;
}

/* MAIN NAV*/
/* Logo */

#jfm-main-nav .et_pb_menu .et_pb_menu__logo img {
	max-height: 130px;
	height: 100%;
	width: auto;
	margin: 5px 0;
	transition: all .4s ease-in-out;
}

#jfm-logo a:hover:after {
	transform: scaleX(0);
}

#jfm-main-nav {
	background-color: #f1f8e8;
	padding: 0;
	transition: all .4s ease-in-out;
}

#jfm-main-nav .et_pb_row {
	padding: 0;
	max-width: 1700px;
	width: 90%;
}

#jfm-main-nav .et_pb_menu {
	background-color: transparent;
}

#jfm-main-nav li {
	list-style: none !important;
}

#jfm-main-nav .et_pb_menu .et_pb_menu__wrap {
	justify-content: flex-end;
}

#jfm-main-nav #menu-hauptnavigation>li.menu-item>.sub-menu {
	transition-delay: .1s;
}

#jfm-main-nav #menu-hauptnavigation>li.menu-item.et-show-dropdown {
	background-color: rgb(40 92 77 / 20%);
}

#jfm-main-nav #menu-hauptnavigation>li>a {
	padding-left: 15px;
}

#jfm-main-nav #menu-hauptnavigation li a:hover {
	text-decoration: none!important;
}

#jfm-main-nav #menu-hauptnavigation .sub-menu a {
	color: #F1F8E8;
}

#jfm-main-nav #menu-hauptnavigation .sub-menu li {
    padding-bottom: 0;
    padding-top: 5px;
	padding-right: 100px;
}

#jfm-main-nav #menu-hauptnavigation .menu-item>a {
	color: #285c4d;
	font-size: clamp(1.25rem, 0.859rem + 0.6383vw, 1.625rem);
	padding-bottom: 0;
}

#jfm-main-nav #menu-hauptnavigation .sub-menu li a {
	border-bottom: 2px solid #285C4D;
	width: 80%;
	padding: 10px 20px 15px 0;
	font-size: 24px;
}

#jfm-main-nav #menu-hauptnavigation .menu-item>a:after {
	display: none;
}

#jfm-main-nav #menu-hauptnavigation .menu-item>a:hover {
	opacity: 1;
}

#jfm-main-nav #menu-hauptnavigation .sub-menu {
	position: fixed;
	border: none;
	left: 0;
	top: 188px;
	width: 100vw;
	height: 70vh;
	padding: 40px 0 60px 10vw;
	background-color: rgba(25, 62, 51, 0.98)!important;
}

#jfm-main-nav #menu-hauptnavigation .sub-menu li {
	display: block;
	padding: 0 0 5px;
	margin: 0;
	position: static;
	width: 30vw;
	transition: all .1s ease-in-out;
}

#jfm-main-nav #menu-hauptnavigation .menu-item .sub-menu li a {
	color: #F1F8E8;
}

#jfm-main-nav #menu-hauptnavigation .menu-item .sub-menu li:hover>a {
	color: #A1DD8E;
}

/*zweite Ebene*/
#jfm-main-nav #menu-hauptnavigation>li>ul.sub-menu {
	left:0;
	width: 100vw;
	height: auto;
	padding: 40px 0 60px 10vw;
	background-color: rgba(25, 62, 51, 0.98)!important;
	min-height:400px;
}

/*dritte Ebene*/
#jfm-main-nav #menu-hauptnavigation .sub-menu li ul.sub-menu {
	top: 0;
	left: 40vw;
	width: 60vw;
	border-left: #78BE20 4px solid;
	height: 100%;
	padding-top: 40px;
	padding-left: 40px;
	background-color: transparent;
}

#jfm-main-nav #menu-hauptnavigation ul.sub-menu li:nth-child(1) a {
	border-bottom: 0px solid #285C4D;
	width: 60%;
	font-weight: 800;
	font-size: 28px;      
    text-decoration: none;
	padding-left: 0!important;
	color: #fff!important;
}

#jfm-main-nav #menu-hauptnavigation .sub-menu li ul.sub-menu:before {
	font-family: ETModules;
	content: "4";
	color: #78BE20;
	font-size: 40px;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translatey(-50%);
}

#jfm-main-nav #menu-hauptnavigation .sub-menu li.menu-item-has-children>a:before {
	font-family: ETModules;
	content: "5";
	display: block;
	color: #78BE20;
	font-size: 36px;
	position: absolute;
	left: -30px;
}

#jfm-main-nav #menu-hauptnavigation ul.sub-menu li:nth-child(1) a:before {
	display: none;
}

#jfm-main-nav #menu-hauptnavigation .menu-item .sub-menu>li.menu-item-has-children:hover>a,
#jfm-main-nav #menu-hauptnavigation .menu-item .sub-menu>li.menu-item-has-children.et-hover>a{
	padding-left: 10px;
	color: #A1DD8E;
}


/* reduced height */

#jfm-main-nav.reduced-height .et_pb_menu .et_pb_menu__logo img {
	max-height: 70px;
}

#jfm-main-nav.reduced-height #menu-hauptnavigation .menu-item>a {
	padding-top: 15px;
}

#jfm-main-nav.reduced-height #menu-hauptnavigation .sub-menu {
	top: 128px;
}

/* MOBILE MAIN NAV*/

#jfm-main-nav .mobile_menu_bar {
	margin-bottom: 0;
	transform: scale(1.5);
}

#jfm-main-nav .et_mobile_menu {
	border-top: 3px solid #285c4d;
	background-color: #f1f8e8!important;
}

#jfm-main-nav .et_mobile_menu .sub-menu {
	background-color: #f1f8e8!important;
}
/*
#jfm-main-nav .et_mobile_menu .sub-menu li:first-child {
	display: none;
}*/


/* NESTING MOBILE MENU SETTINGS */

#jfm-main-nav .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#jfm-main-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
 content: '5'; 
}

#jfm-main-nav #mobile_menu2.et_mobile_menu .menu-item-has-children {
 position: relative; 
}

#jfm-main-nav #mobile_menu2.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 6px;
	cursor: pointer;
	text-align: center;
	background-color: transparent !important;
	right: auto;
	width: 100%;
}

#jfm-main-nav #mobile_menu2.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
	margin-right: -40%;
	color: #285c4d;
}

#jfm-main-nav #mobile_menu2.et_mobile_menu .sub-menu-toggle.popped::before {
 content: '\32';
}

#jfm-main-nav #mobile_menu2.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
 display: none !important;
 padding-left: 15px;
}

#jfm-main-nav #mobile_menu2.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
 display: block !important;
}

#jfm-main-nav #mobile_menu2.et_mobile_menu li li {
 padding-left: 0;
}

#jfm-main-nav #mobile_menu2.et_mobile_menu li a, 
#jfm-main-nav #mobile_menu2.et_mobile_menu li li a,
#jfm-main-nav #mobile_menu2.et_mobile_menu li li li a {
 padding-left: 20px;
 padding-right: 20px;
}

#jfm-main-nav #mobile_menu2.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
 padding-right: 20px;
}

/*############################## LINKS ##############################*/

a {
	position: relative;
	word-break: break-all;
}

a:link,
a:visited {
	color: #F2A900;
}
/*
a:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: -4px;
	left: 0;
	background-color: #F2A900;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

a:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}*/

a:hover {
	text-decoration: underline;
	text-decoration-color: #F2A900;
	text-decoration-thickness: 2px;
}

/* ==> Sonderregel für den Header */

#jfm-main-nav a:hover:after {
	transform: scaleX(0);
	transform-origin: bottom left;
}

/*############################## BUTTONS ##############################*/

.et_pb_button_module_wrapper {
	text-align: center;
}

.et_pb_button_module_wrapper a:hover {
	text-decoration: none;
}

.et_pb_button:after, .et_pb_button:before {
	display: none;
}

.jfm-blog-carousel .dg_read_more_wrapper,
.et_pb_module .et_pb_button,
.et_pb_posts a.more-link,
#acym_fulldiv_formAcym1 .acym__subscription__form__button button,
.dipe-cf7 .wpcf7 input[type=submit] {
    font-size: 20px;
    font-weight: 900;
    padding: 5px 50px !important;
    line-height: 2em !important;
	border: none;
	text-decoration: none;
	border-radius: 10px !important;
	background-color: #78BE20;
    background-size: cover;
    background-position: 50%;
	color: #F1F8E8;
	transition-duration: 0.3s;
/*    background-repeat: no-repeat;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all!important;
    transition-property: all!important; */
}


.jfm-blog-carousel .dg_read_more_wrapper:hover,
.et_pb_module .et_pb_button:hover,
.et_pb_posts a.more-link:hover,
#acym_fulldiv_formAcym1 .acym__subscription__form__button button:hover,
.dipe-cf7 .wpcf7 input[type=submit]:hover {
    padding: 5px 50px !important;
	color: #78BE20;
	background-color: #F1F8E8;
	text-decoration: none;
	border: none;
	border-radius: 10px;
	transition-duration: 0.3s;
}

.jfm-blog-carousel .dg_read_more_wrapper:hover>a {
	color: #78BE20!important;
}


.et_pb_posts a.more-link {
	background-color: #78BE20;
	color: #D300CB;
	margin-top: 55px;
	margin-bottom: 30px;
	align-self: center;
}

.et_pb_posts a.more-link:hover {
	background-color: #78BE20;
}

/*############################## SECTIONS ##############################*/

/*############ General Sections CSS ############*/

.et_pb_section {
	padding-top: 70px;
	padding-bottom: 125px;
}

.jfm-full-content {
	min-width: 100% !important;
}

.jfm-small-content {
	max-width: 1200px;
	margin: auto;
}

.jfm-smaller-content {
	max-width: 960px !important;
}

.jfm-center-content h3,
.jfm-center-content p {
	text-align: center;
}

.jfm-1-3-columns p {
	font-size: clamp(16px, calc(1rem + ((1vw - 4.8px) * 0.4861)), 20px) !important;
	line-height: 1.8;
}

.jfm-seperator {
	margin-top: 100px;
}

/*############ Hero Banner Slider CSS ############*/

#jfm-hero-slider {
	padding: 0;
}

#jfm-hero-slider .et_pb_slide {
	height: 80vh;
}

#jfm-hero-slider .et_pb_slide .et_pb_slider_container_inner {
	height: 100%;
}

#jfm-hero-slider .et_pb_slide .et_pb_slide_description,
#jfm-hero-slider .et_pb_slide .et_pb_slide_description h2{
	text-align: left!important;
}

#jfm-hero-slider .et_pb_slide .et_pb_slide_description {
	padding: 7% 0%;
	height: 100%;
	text-shadow: none;
	padding-right: 35%;
}

#jfm-hero-slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
	font-size: clamp(2.625rem, -0.1117rem + 4.4681vw, 5.25rem)!important;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

#jfm-hero-slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
	font-size: clamp(22px, calc(1.875rem + ((1vw - 4.8px) * 0.6944)), 30px) !important;
	font-weight: 600;
	line-height: 1.6;
}

#jfm-hero-slider .et_pb_slide .et_pb_slide_content .jfm-slider-stoerer {
	position: absolute;
	right: 0;
	bottom: 5%;
	background: #285c4d;
	border-radius: 15px;
	max-width: 420px;
}

#jfm-hero-slider .et_pb_slide .et_pb_slide_content .jfm-slider-stoerer span {
	display: block;
	padding: 40px;
	color: #78be20;
    font-size: clamp(1.2rem, 0.2356rem + 1.5745vw, 2.125rem);
    font-weight: 600;
    line-height: 1.5;
}

#jfm-hero-slider .et_pb_slide .et_pb_slide_content .jfm-slider-stoerer .et_pb_button {
	width: 100%;
	text-align: center;
}

#jfm-hero-slider .et_pb_slide .et_pb_slide_content .jfm-slider-stoerer .et_pb_button a {
	color: #F1F8E8;
}

#jfm-hero-slider .et-pb-slider-arrows .et-pb-arrow-prev,
#jfm-hero-slider .et-pb-slider-arrows .et-pb-arrow-next {
	color:#fff;
}

#jfm-hero-slider .et-pb-controllers a {
	background-color: #fff;
	opacity: 1;
	border-radius: 12px;
    width: 12px;
    height: 12px;
}

#jfm-hero-slider .et-pb-controllers a.et-pb-active-control {
	background-color: #78BE20;
}

/*############ Light Green Sections ############*/

.jfm-light-green-section {
	background: #F1F8E8;
	color: #285C4D;
}

/*############ Green Sections ############*/

.jfm-green-section {
	background: #285C4D;
}

.jfm-green-section h1,
.jfm-green-section h2,
.jfm-green-section h3,
.jfm-green-section h4,
.jfm-green-section h5 {
	color: #F1F8E8 !important;
}

/*############ Mint Green Sections ############*/

.jfm-mint-green-section {
	background: #A1DD8E;
}

/*############ Black Green Sections ############*/

.jfm-black-green-section {
	background: #122E26;
}

/*############ Khaki Sections ############*/

.jfm-khaki-section {
	background: #EBD99F;
	color: #285C4D !important;
}

/*############ Pre Footer Sections ############*/

.jfm-pre-footer-section {
	background: #193E33;
}

/*############ Background Image Sections ############*/

.jfm-background-image-section {
	position: relative
}

.jfm-background-image-section .et_pb_column:nth-child(1) {
	width: 60%;
}

.jfm-background-image-section .et_pb_column:nth-child(2) {
	width: 30%;
}

.jfm-background-image-section h2 {
	font-size: clamp(40px, calc(2.1875rem + ((1vw - 4.8px) * 1.0417)), 120px) !important;
	text-align: left;
	color: #F1F8E8;
}

.jfm-background-image-section h3 {
	font-size: clamp(30px, calc(1.875rem + ((1vw - 4.8px) * 0.6944)), 45px) !important;
	font-weight: 500;
	color: #F1F8E8;
}

/*############ Background Video Section ############*/

.jfm-background-video-section {
	padding: 0!important;
}

.jfm-background-video-section .et_pb_module {
	height: calc(100vw*0.56);
}

.jfm-background-video-section .et_pb_module h2 {
	font-size: clamp(40px, calc(2.5rem + ((1vw - 4.8px) * 5.5556)), 120px) !important;
	text-align: left;
	margin-top: calc(100vw*0.065);
}


/*############################## TYPO ##############################*/

	h1 {
		font-size: clamp(2.625rem, 0.6702rem + 3.1915vw, 4.5rem)!important;
		min-height: 0vw;
		font-weight: 800;
	    margin-bottom: 10px;
	    letter-spacing: 1px;
}

	h2,
	.et_post_meta_wrapper h1 {
		font-size: clamp(40px, calc(2.1875rem + ((1vw - 4.8px) * 1.0417)), 80px) !important;
		color: #285C4D;
		min-height: 0vw;
		font-weight: 800;
	    text-align: center;
	    margin-bottom: 10px;
	    letter-spacing: 1px;
		line-height: 1.2;
}

	h3,
	.et_pb_column_1_3 h3 {
		font-size: clamp(23px, calc(1.875rem + ((1vw - 4.8px) * 0.6944)), 35px) !important;
		min-height: 0vw;
	    font-weight: 800;
		line-height: 1.3;
}

	h4,
	.et_pb_column_1_3 h4 {
		font-size: clamp(16px, calc(1rem + ((1vw - 4.8px) * 0.4861)), 20px) !important;
		min-height: 0vw;
	    font-weight: 800;
		line-height: 1.3;
}

	h5,
	.et_pb_column_1_2 h5,
	.et_pb_column_1_3 h5 {
		font-size: clamp(20px, calc(1.875rem + ((1vw - 4.8px) * 0.6944)), 23px) !important;
		min-height: 0vw;
	    font-weight: 800;
		line-height: 1.3;
}

	p, ul, li, .mec-event-content p {
		font-weight: 400;
		font-size: clamp(16px, calc(1rem + ((1vw - 4.8px) * 0.4861)), 20px);
        min-height: 0vw;
		line-height: 1.7;
	}

/*############ Typografie ############*/

@font-face {
  font-family: GreycliffCF; /* medium font */
  src: url("/wp-content/themes/JFM-divi-child/fonts/GreycliffCF-Medium.otf") format("opentype");
  font-weight: 500; font-style: normal; 
  font-display: swap;
}

@font-face {
  font-family: GreycliffCF; /* extra bold font */
  src: url("/wp-content/themes/JFM-divi-child/fonts/GreycliffCF-ExtraBold.otf") format("opentype");
  font-weight: 800; font-style: normal; 
  font-display: swap;
}

@font-face {
  font-family: GreycliffCF; /* extra bold font */
  src: url("/wp-content/themes/JFM-divi-child/fonts/GreycliffCF-ExtraBold.otf") format("opentype");
  font-weight: bolder; font-style: normal; 
  font-display: swap;
}

@font-face {
  font-family: GreycliffCF; /* regular font */
  src: url("/wp-content/themes/JFM-divi-child/fonts/GreycliffCF-Regular.otf") format("opentype");
  font-weight: normal; font-style: normal; 
  font-display: swap;
}

body, h1, h2, h3, h4, h5, h6, p, a {
	font-family: GreycliffCF !important;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphenate-limit-chars: 8 3 4;
	-webkit-hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-after: 4;
	word-break: initial;
	overflow-wrap: initial;
}

/*############ Center Icons ############*/

.jfm-center-icons {
	display: flex;
	justify-content: center;
}

/*############ List ############*/

p:has(+ul) {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	margin-left: 18px;
}

li {
	margin-bottom: 10px;
}

ul li::marker {
	margin-top: 10px;
}

ul.jfm-stroke {
  list-style-image: url('/wp-content/uploads/bullet-point-stroke.png');
}

ul.jfm-tree {
  list-style-image: url('/wp-content/uploads/bullet-point-tree.png');
}

ul.jfm-check {
  list-style-image: url('/wp-content/uploads/bullet-point-check.png');
}

ul.jfm-bigger-as {
  list-style-image: url('/wp-content/uploads/bullet-point-bigger-as.png');
}

ol li::marker {
	color: #78BE20;
	font-weight: 800;
}

ul li,
ol li {
  list-style-position: outside;
}

/*############################## ELEMENTS ##############################*/

/*############ Blog Grid ############*/

.jfm-blog-grid .et_pb_ajax_pagination_container {
  	display: grid; 
  	grid-template-columns: 1fr 1fr; 
    column-gap: 60px;
}

.jfm-blog-grid .et_pb_ajax_pagination_container>div:last-child {
	width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}

.jfm-blog-grid .et_pb_post {
	display: flex; 
    flex-direction: column;
    background-color: #f1f8e8;
    border-radius: 10px;
	overflow: hidden;
}

.jfm-blog-grid .et_pb_post .entry-featured-image-url {
	max-height: 300px;
    overflow: hidden;
    margin-bottom: 15px;
}

.jfm-blog-grid .entry-title {
	order: 2;
	color: #285c4d !important;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	line-height: .7em;
}

.jfm-blog-grid .entry-title a {
	color: #285c4d;
	font-size: clamp(1.5rem, 0.9787rem + 0.8511vw, 2rem) !important;
}

.jfm-blog-grid .post-meta {
	display: none;
}

.jfm-blog-grid .published {
	font-size: 20px;
    text-align: center;
	color: white;
}

.jfm-blog-grid .post-content {
	order: 3;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
    justify-content: space-between;
}

.jfm-blog-grid .post-content-inner p {
    font-size: clamp(16px, calc(1.25rem + ((1vw - 4.8px) * 0.3472)), 20px) !important;
	min-height: 0vw;
	color: #285c4d;
	line-height: 1.5em;
	padding: 40px;
	padding-top: 0px;
	margin-bottom: 40px;
}

a.more-link:hover:after {
	transform: scaleX(0);
}

.jfm-blog-grid .entry-title a:hover:after {
	transform: scaleX(0);
}

.jfm-blog-grid.et_pb_posts a.more-link {
	color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
	margin-bottom: 0px;
}

.jfm-blog-grid.et_pb_posts a.more-link:hover {
	background-color: #F1F8E8;
	color: #78BE20; 
}

/*############ Contact Form 7 ############*/

.wpcf7 input,
.wpcf7 textarea {
	font-size: 17px;
}

.dvppl_cf7_styler_0 .dipe-cf7 .wpcf7-acceptance input[type="checkbox"]+span:before {
	display: none;
}

.dvppl_cf7_styler_0 .dipe-cf7-container .wpcf7-form-control:not(.wpcf7-submit) {
	border-radius: 10px;
}

.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-flow: column nowrap;
}

.wpcf7-list-item {
	margin: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	border: 1px solid #285C4D;
}

div.konditionen {
	font-size: 20px;
}

div.konditionen p {
	padding-bottom: 0;
}

div.konditionen .hinweis {
	padding-bottom: 20px;
	font-weight: 600;
	display: block;
}

/*############ Newsletter Anmeldung ############*/

#newsletter.et_pb_section {
	padding: 0;
}

#newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode {
	width: auto !important;
	background: transparent!important;
}


.acym__subscription__form__fields .margin-top-1 {
	display: flex;
}

.acym__subscription__form__fields .margin-top-1 input {
	border-radius: 5px;
	margin-top: -5px;
	width: 300px;
	border: 0px solid;
}

.acym__subscription__form__fields .acym__users__creation__fields__title {
	margin-right: 15px;
	font-size: clamp(20px, calc(1rem + ((1vw - 4.8px) * 0.4861)), 25px);
	font-weight: 800;
}

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

#acym_fulldiv_formAcym1 .acym__subscription__form__button button,
#acym_fulldiv_formAcym1 .acym__subscription__form__button button:hover {
	transition-duration: 0.3s;
	margin-top: 20px;
}

#acym__callout__container .acym_callout {
	background-color: #193e33!important;
	box-shadow: none!important;
}


/*############ Copyright Caption ############*/

.jfm-copyright p {
	margin-top: -15px;
    font-size: 14px;
    text-transform: inherit !important;
    text-align: center;
}

.et_pb_row:nth-child(2) .jfm-copyright p {
	margin-top: -45px;
}

/*############ Back to Top - Button ############*/

.et_pb_scroll_top.et-pb-icon {
	background-color: #78BE20;
	transition-duration: 0.3s;
}

.et_pb_scroll_top.et-pb-icon:hover {
	background-color: #F1F8E8;
	color: #78BE20;
	transition-duration: 0.3s;
}

/*############ Kontakformular ############*/

.nf-element {
	border-radius: 10px !important;
}

nf-fields-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

nf-field:nth-child(1) {
	width: 30%;
}

nf-field:nth-child(2),
nf-field:nth-child(3) {
	width: 30%;
	margin-left: 5%;
}

nf-field:nth-child(5),
nf-field:nth-child(6) {
	margin-left: 20px;
}

nf-field:nth-child(7),
nf-field:nth-child(8),
nf-field:nth-child(9) {
	width: 100%;
}

.jfm-nf-button {
    font-size: 20px !important;
    font-weight: 900 !important;
    padding: 5px 50px !important;
    line-height: 2em !important;
	border: none !important;
	border-radius: 10px !important;
	background-color: #78BE20 !important;
    background-size: cover !important;
    background-position: 50% !important;
}
.jfm-nf-button:hover {
    padding: 5px 50px !important;
	color: #78BE20 !important;
	background-color: #F1F8E8 !important;
	text-decoration: none !important;
	border: 0 !important;
}

/*############ Download Box ############*/

.jfm-download-box h2 {
	text-align: left;
}

.jfm-download-box.et_pb_column .et_pb_module:nth-child(1) {
	min-width: 30%;
	margin-right: 10%;
}

.jfm-download-box.et_pb_column .et_pb_module:nth-child(2) {
	min-width: 60%;
}

.jfm-download-box .et_pb_main_blurb_image {
	width: 90px;
    margin-top: 0%;
    display: flex;
}

.jfm-download-box span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;

}

.jfm-download-box span#jfm-download {
	color: #F2A900;
}

.jfm-download-box p:nth-child(1) {
	padding-bottom: 5px;
}

.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
	width: 80%;
}

/*############ Focus Box ############*/

.jfm-focus-box {
	border-radius: 11px;
    padding: 40px 40px 40px;
    padding-bottom: 50px;
	color: #F1F8E8 !important;
	background-color: #285C4D;
}

.jfm-focus-box h1,
.jfm-focus-box h2,
.jfm-focus-box h3,
.jfm-focus-box p {
	color: #F1F8E8;
	text-align: left;
}

.jfm-focus-box h3 {
	font-weight: 800;
}

.jfm-button-bottom .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.jfm-focus-box .et_pb_button {
	width: 100%;
	text-align:center;
}

.jfm-focus-box span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
}

.jfm-focus-box span::before {
    margin-right: 10px;
}

.jfm-focus-box span:not(.et_pb_image_wrap )::before {
    content: "@";
    margin-right: 5px;
}

.jfm-focus-box #jfm-sozial {
	color: #CA9FE8;
}

.jfm-focus-box #jfm-wald {
	color: #78BE20;
}

.jfm-focus-box #jfm-orga {
	color: #F2A900;
}

/* ==> Spezielle Anpassungen für Dreispaltige Section */

.jfm-focus-box.et_pb_column_1_3 {
	width: 33.33%;
	margin-right: 30px;
}

/* ==> Spezielle Anpassungen für Zweispaltige Section */

.jfm-focus-box.et_pb_column_1_2 {
	width: 50%;
	margin-right: 30px;
}

.jfm-focus-box.et_pb_column_1_2 h3 {
	font-size: clamp(34px, calc(1.5rem + ((1vw - 4.8px) * 1.3889)), 60px) !important;
}

.jfm-focus-box.et_pb_column_1_2 p {
	font-size: clamp(22px, calc(1.25rem + ((1vw - 4.8px) * 0.4861)), 30px);
	font-weight: 500;
}

.jfm-focus-box.et_pb_column_1_2 .et_pb_button_module_wrapper a {
	font-size: clamp(23px, calc(1.4375rem + ((1vw - 4.8px) * 0.4861)), 30px);
}

.jfm-focus-box.et_pb_column_1_2 span {
	font-size: clamp(23px, calc(1.4375rem + ((1vw - 4.8px) * 0.4861)), 30px);
	text-transform: uppercase;
	font-weight: 800;
}

/* ==> Spezielle Anpassungen für Full Content Section */

.jfm-full-content .jfm-focus-box {
	padding: 150px 70px;
	padding-bottom: 150px;
	width: 50%;
	margin-right: 30px;
}

.jfm-full-content .jfm-focus-box h3 {
	font-size:clamp(40px, calc(2.1875rem + ((1vw - 4.8px) * 1.0417)), 80px) !important;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.2;
}


.jfm-full-content .jfm-focus-box h4 {
	font-weight: 500;
	color: #F1F8E8;
	font-size: clamp(32px, calc(1.5rem + ((1vw - 4.8px) * 1.3889)), 42px) !important;
}

.jfm-full-content .jfm-focus-box:nth-child(1) {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.jfm-full-content .jfm-focus-box:nth-child(1) .et_pb_button {
    border-bottom-left-radius: 0px!important;
	border-top-left-radius: 0px!important;
}

.jfm-full-content .jfm-focus-box:nth-child(2) {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.jfm-full-content .jfm-focus-box:nth-child(2) .et_pb_button {
    border-bottom-right-radius: 0px!important;
	border-top-right-radius: 0px!important;
}

/* ==> Spezielle Anpassungen für Green Section */

.jfm-green-section .jfm-focus-box {
	background-color: #F1F8E8;
}

.jfm-green-section .jfm-focus-box h3,
.jfm-green-section .jfm-focus-box p {
	color: #285c4d !important;
}

.jfm-green-section .jfm-focus-box.mit-bild h3,
.jfm-green-section .jfm-focus-box.mit-bild p {
	color: #fff !important;
}

.jfm-green-section .jfm-focus-box h3 {
	font-weight: 800;
}

/* ==> Spezielle Anpassungen für Background Image Section Section */

.jfm-background-image-section .jfm-focus-box {
	background-color: #285C4D;
	padding-bottom: 80px;
}

.jfm-background-image-section .jfm-focus-box .jfm-button-bottom .et_pb_button_module_wrapper {
	bottom:-15px;
}

.jfm-background-image-section .et_pb_module .et_pb_button {
	padding: 5px 20px!important;
}

.jfm-background-image-section .jfm-focus-box h3 {
	color: #78BE20;
	font-size: clamp(23px, calc(1.875rem + ((1vw - 4.8px) * 0.6944)), 35px) !important;
}

/*############ Blog Carousel ############*/

.jfm-blog-carousel .dgbc_post_item {
	background-color: #285C4D;
	border-radius: 11px;
}

.jfm-blog-carousel .dg_read_more_wrapper {
	display: flex;
	justify-content: center;
}

.jfm-blog-carousel .dg_read_more_wrapper a {
	color: #F1F8E8 !important;
}

.jfm-blog-carousel .dg_read_more_wrapper a:hover {
	color: #78BE20 !important;
}

.jfm-blog-carousel .dgbc_blog_carousel_0 .dgbc_carousel_wrapper .swiper-button-prev:after,
.jfm-blog-carousel .dgbc_blog_carousel_0 .dgbc_carousel_wrapper .swiper-button-next:after {
	color: #285C4D !important;	
}

.jfm-blog-carousel .dgbc_post_item .content-wrapper {
	display: flex;
}

.jfm-blog-carousel  .dgbc_post_inner_wrapper {
	display: flex;
}

.jfm-blog-carousel  .dgbc_post_inner_wrapper .dg-post-thumb {
	order: 1;
	/*position: absolute;
    height: 100%;*/
	border-radius: 11px;
}

.jfm-blog-carousel  .dgbc_post_inner_wrapper .dg-post-thumb a {
	height: 100%;
}

.jfm-blog-carousel  .dgbc_post_inner_wrapper .dg-post-thumb img {
	order: 1;
	aspect-ratio: 16/10;
	/*width: auto;
    max-width: unset;
    min-height: 440px;
	height:100%;
	width: auto!important;*/
}

.jfm-blog-carousel  .dgbc_post_inner_wrapper .content-wrapper {
	order: 2;
    top: 0;
    left: 0;
	padding-bottom: 60px;
}

.jfm-blog-carousel  .dgbc_post_inner_wrapper .dg_read_more_wrapper {
	order: 3;
	position: absolute;
	width: 100%;
	bottom: 0;
	left:0;
}

.jfm-blog-carousel .dgbc_post_item .content-wrapper .post-meta {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	order: 1;
}

.jfm-blog-carousel .dgbc_post_item .content-wrapper .dg_bc_title {
	order: 2;
	padding-left: 40px;
	padding-right: 40px;
	font-size: clamp(1.5rem, 0.9787rem + 0.8511vw, 2rem) !important;
}

.jfm-blog-carousel .dgbc_post_item .content-wrapper .post-content {
	order: 3;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	color: #F1F8E8;
}

.jfm-blog-carousel .dgbc_blog_carousel h2 {
	font-size: clamp(30px, calc(1.875rem + ((1vw - 4.8px) * 0.6944)), 40px) !important;
	text-align: left;
	color: #F1F8E8;
}

.jfm-blog-carousel .dgbc_blog_carousel h3 a {
	color: #F1F8E8;
}

.jfm-blog-carousel .dgbc_blog_carousel a:after,
.jfm-blog-carousel .dgbc_blog_carousel a.read-more:after {
	display: none;
}

.jfm-blog-carousel .category-organisation .post-meta span,
.jfm-blog-carousel .category-wald .post-meta span,
.jfm-blog-carousel .category-sozial .post-meta span,
.jfm-blog-carousel .post-meta span {
	text-transform: uppercase;
	font-weight: 800;
}

.jfm-blog-carousel .category-organisation .post-meta span a {
	color: #EFA906;
}

.jfm-blog-carousel .category-wald .post-meta span a {
	color: #78BE20;
}

.jfm-blog-carousel .category-sozial .post-meta span a{
	color: #CA9FE8;
}

.jfm-blog-carousel .post-meta span a {
	color: #F1F8E8;
}

.jfm-blog-carousel .category-sozial .post-meta span::before {
  content: url('/wp-content/uploads/info-icon-sozial.png');
	margin-right: 10px;
}


.jfm-blog-carousel .category-organisation .post-meta span::before {
  content: url('/wp-content/uploads/info-icon-orga.png');
	margin-right: 10px;
}

.jfm-blog-carousel .category-wald .post-meta span::before {
  content: url('/wp-content/uploads/info-icon-wald.png');
  margin-right: 10px;
}

.jfm-blog-carousel .post-meta span::before {
  content: url('/wp-content/uploads/info-icon-random.png');
		margin-right: 10px;
}

/*############ Akkordeon ############*/

.jfm-akkordeon .et_pb_toggle.et_pb_module.et_pb_accordion_item {
	border: none;
	border-radius: 15px;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 240px;
	padding-right: 240px;
	font-size: clamp(16px, calc(1.25rem + ((1vw - 4.8px) * 0.1389)), 20px) !important;
	background-color: #193E33;
	margin-bottom: 15px;
}

.jfm-akkordeon .et_pb_toggle_open h3.et_pb_toggle_title {
	color: #78BE20 !important;
}

.jfm-akkordeon .et_pb_toggle h5 {
	color: #F1F8E8;
	margin-bottom: 0px;
}

.jfm-akkordeon .et_pb_toggle_title {
	font-size: clamp(23px, calc(1.4375rem + ((1vw - 4.8px) * 0.4861)), 30px) !important;
	color: #fff;
}

.jfm-akkordeon .et_pb_toggle_title:before {
	color: #F1F8E8;
	content: "3";
	font-size: 42px;
}

.jfm-akkordeon tr td {
	border: none;
}

.jfm-akkordeon table:not(.variations) {
	border: none;
}

/*############ Image contour ############*/

.et_pb_image_wrap {
	border-radius: 15px;
    overflow: hidden;
}

/*############ Article ############*/

/*body.single-post .jfm-article p:nth-child(1) {
	text-transform: uppercase;
	font-weight: 800;
    color: #78BE20;
	padding-bottom: 0px;
}*/

body.single-post .et_pb_post {
	margin-bottom: 0!important;
	padding-bottom: 0;
}

body.single-post .jfm-article h1 + p {
	text-transform: uppercase;
}

body.single-post .jfm-article h2 {
	font-size: clamp(40px, calc(2.1875rem + ((1vw - 4.8px) * 1.0417)), 60px) !important;
	text-align: left;
}

body.single-post .jfm-article.jfm-reverse .et_pb_image_wrap {
	margin-bottom: 30px;
}

/*############ Carousel ############*/

.jfm-carousel-line {
	display: flex;
	align-items: center;
}

.jfm-carousel-line .jfm-focus-box {
	-webkit-box-shadow: -2px 0px 15px 0px rgba(0,0,0,0.4); 
	box-shadow: -2px 0px 15px 0px rgba(0,0,0,0.4);
}

.jfm-carousel-line .et_pb_column_2_3 {
	margin-right: 0%;
	background-color: white;
    padding: 20px 0px 20px 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.jfm-carousel-line .dica_divi_carousel_0 .swiper-button-next:before, 
.jfm-carousel-line .dica_divi_carousel_0 .swiper-button-prev:before {
	color: #285C4D !important;	
}

.dica_divi_carousel .dica_divi_carouselitem a.image:after {
	display: none;
} 

.jfm-carousel-line .dica_divi_carousel .swiper-buttton-container .swiper-button-prev,
.jfm-carousel-line .dica_divi_carousel .swiper-buttton-container .swiper-button-next {
	background-color: #ffffff4d!important;
}

/*############ Pre Footer Section ############*/

.jfm-pre-footer-section .et_pb_column {
	display: flex;
	align-items: flex-end;
	padding: 150px 50px 50px;
	width: 50%;
	margin-right: 30px;
}

.jfm-pre-footer-section .et_pb_column:nth-child(1) {
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}

.jfm-pre-footer-section .et_pb_column:nth-child(2) {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	overflow: hidden;
}

.jfm-pre-footer-section h2,
.jfm-pre-footer-section h3 {
	color: #F1F8E8 !important;
	text-align: left;
	font-size: clamp(32px, calc(1.875rem + ((1vw - 4.8px) * 0.6944)), 45px) !important;
	font-weight: 800;
    line-height: 1.3;
}

.jfm-pre-footer-section .et_pb_module {
	margin-bottom: 0% !important;
}

.jfm-pre-footer-section .et_pb_module:nth-child(1) {
	width: 50%;
}

.jfm-pre-footer-section .et_pb_module:nth-child(2) {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

/*############ Fullwidth Image Fix (MWI) ############*/

.et_pb_fullwidth_section {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	margin: 0!important;
	overflow: hidden;
}

.et_pb_fullwidth_section .et_pb_fullwidth_image {
	max-height: 65vh;
}

/*############ Schulungen ############*/

.jfm-schulungen.et_pb_section .et_pb_row:not(:first-child) {
	padding: 5px 0;
}

.jfm-schulung {
	border: none;
	border-radius: 15px;
	padding-top: 35px;
	padding-bottom: 25px;
	padding-left: 240px;
	padding-right: 240px;
	background-color: #A1DD8E;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.jfm-schulung .et_pb_module {
	margin-bottom: 0px !important;
}

.jfm-schulung .et_pb_button_module_wrapper {
	min-width: 260px;
}

.jfm-schulung p:nth-child(1) {
	text-transform: uppercase;
	color: #F1F8E8;
	font-size: clamp(16px, calc(1.25rem + ((1vw - 4.8px) * 0.1389)), 20px) !important;
	font-weight: 800;
}

.jfm-schulung p:nth-child(1)::before {
	content: url('/wp-content/uploads/info-icon-white.png');
	margin-right: 10px;
}

/*############ Event Raster ############*/

#jfm-event-raster .mec-event-grid-classic .row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
	margin-bottom: 30px;
}


#jfm-event-raster .mec-event-grid-classic .mec-event-article {
	border-radius: 11px;
	border: none;
	box-shadow: none;
	background-color: #285c4d;
	margin-bottom: 0;
	height: 100%;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-sharing-wrap {
	display: none;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-image {
	position:absolute;
	height: 100%;
	border-radius: 11px;
	overflow:hidden;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-image img {
	width: auto;
	max-width: unset;
	height: 100%;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-content {
    background: transparent;
    color: #fff;
    padding: 40px 30px;
    font-weight: 600;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-content .mec-event-date,
#jfm-event-raster .mec-event-grid-classic .mec-event-content .mec-grid-event-location {
	font-family: GreycliffCF !important;
	font-size: clamp(1rem, 0.7394rem + 0.4255vw, 1.25rem);
	color: #F2A900;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	text-align: left;
	margin:0;
	padding: 0;
	z-index:9999;
}

.mec-event-date span::before {
	content: url('/wp-content/uploads/info-icon-event.png');
	margin-right: 10px;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-content .mec-event-date {
	order: 1;
	background: transparent;
	padding: 0;
	margin: 0 20px 0 0;
}

.mec-start-date-label {
	
}

#jfm-event-raster .mec-event-grid-classic .mec-event-content .mec-grid-event-location {
	order: 2;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-content .mec-event-title {
	order: 3;
	font-size: clamp(1.375rem, 0.984rem + 0.6383vw, 1.75rem)!important;
	text-align:left;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-content .mec-event-title>a {
	color: #fff;
	font-weight: 600;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-footer {
	height: 50px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: transparent;
	border: none;
	padding: 0;
	min-height: unset;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-footer .mec-booking-button {
	width: 100%;
	height: unset;
	padding: 5px 50px;
	margin:0;
	right:0;
	top:0;
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	line-height: 2em!important;
	border: none;
	border-radius: 10px;
	color: #fff;
	background-color: #78be20;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-footer .mec-booking-button:after {
	display: none;
}

#jfm-event-raster .mec-event-grid-classic .mec-event-footer .mec-booking-button:hover {
	color: #78be20;
	background-color: #fff;
	text-decoration: none;
}

/*############ Event Seite ############*/

.single-mec-events #main-content {
	background: transparent;
	padding-top: 40px;
}

.mec-single-event .mec-event-meta {
	background: #285c4d!important;
	border: none;
	border-radius: 10px;
	box-shadow: none;
	padding: 10px;
	min-height: 500px;
}

.mec-single-event .mec-event-meta * {
	background: transparent!important;
	color: #fff!important;
	font-size: 20px;
}

.mec-single-event .mec-event-meta i:before {
	color: #fff!important;
}

.mec-single-event .mec-event-meta h3 {
	font-size: 22px !important;
    min-height: 0vw;
    font-weight: 800;
    line-height: 1.3;
}

.mec-single-event .mec-event-meta .mec-local-time-details li {
	margin-bottom: 0;
}

.mec-single-event .mec-event-meta .mec-single-event-category {
	display: none!important;
}

.mec-single-event .et_pb_widget.widget_categories,
.mec-single-event .mec-events-meta-group {
	display: none!important;
}

.mec-single-event .col-md-8 {
	padding: 0;
}

.mec-single-event .col-md-8 .mec-events-event-image {
	max-height: 500px;
	overflow: hidden;
	border-radius: 10px;
}
	
.mec-single-event .col-md-8 .mec-events-event-image img {
	border-radius: 10px;
}

.mec-single-event .mec-single-event-bar {
	background-color: #285c4d!important;
    color: #fff!important;
	margin-top: -10px;
}

.mec-single-event .mec-single-event-bar * {
	color: #fff!important;
	background-color: #285c4d!important;
}

.mec-single-event .mec-single-title {
    font-size: clamp(2.625rem, 0.6702rem + 3.1915vw, 4.5rem) !important;
    min-height: 0vw;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 1px;
	color: #285c4d!important;
}

.mec-single-event .et_pb_button {
	font-size: 20px;
    font-weight: 900;
    padding: 5px 50px;
    line-height: 2em !important;
    border: none;
    border-radius: 10px;
    background-color: #78BE20!important;
    background-size: cover;
    background-position: 50%;
}

.mec-single-event .et_pb_button:hover {
	background-color: #fff;
	color: #78BE20!important;
}

/*############ JFM - Gallerie ############*/

.jfm-gallerie .et_pb_gallery_items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(3, 280px);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item:nth-child(1) { 
	grid-area: 1 / 1 / 2 / 3; 
}

.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item:nth-child(2) { 
	grid-area: 2 / 1 / 3 / 3; 
}

.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item:nth-child(3) { 
	grid-area: 1 / 3 / 3 / 6;
}

.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item:nth-child(4) { 
	grid-area: 3 / 1 / 4 / 4; 
}

.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item:nth-child(5) { 
	grid-area: 3 / 4 / 4 / 6; 
}

.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
}

.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item a {
	height: 100%;
	width: 100%;
	display: block;
}

.et_pb_gallery_image:hover .et_overlay {
	display: none;
}

.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_title {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
	font-size: clamp(18px, calc(1.275rem + ((1vw - 4.8px) * 0.6944)), 36px) !important
}

/*############ Event Page ############*/

#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box {
	background: #f1f8e8!important;
	border: none!important;
}

#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box label {
	font-size: 20px;
	font-size: 20px;
    color: #285c4d;
}

#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box .mec-dropdown-wrap {
	display: flex;
	flex-wrap: row wrap;
}

#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box .mec-dropdown-wrap .mec-checkboxes-search,
#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box .mec-dropdown-wrap .mec-dropdown-search {
	width: 50%;
}

#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box .mec-dropdown-wrap .mec-checkboxes-search {
	margin-right: 0px;
	padding-right: 15px;
}

#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box i {
	background: #285c4d;
	color: #fff;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border: 2px solid #285c4d;
	height: 42px;
}

#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box .mec-searchbar-category-wrap,
#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box .postform,
#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box #mec_sf_month_9321,
#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box #mec_sf_year_9321,
#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box #mec_sf_s_9321 {
	height: 42px;
	border: 2px solid #285c4d;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 17px;
}

#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box #mec_sf_month_9321 {
	border-radius:0;
	border-right-width: 0;
}

#jfm-event-raster.event-page .mec-wrap .mec-search-form .mec-date-search select {
	width: calc(100% - 138px);
}

#jfm-event-raster.event-page .mec-wrap .mec-search-form .mec-date-search select:last-child {
	width: 100px;
}

#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button {
	right: unset!important;
    left: 15px;
    border-radius: 10px!important;
    background: #78be20!important;
    border: none!important;
    color: #fff!important;
    padding: 10px 50px!important;
    font-size: 20px;
    min-width: 250px;
}

#jfm-event-raster.event-page .mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button:hover {
	background: #fff!important;
    color: #78be20!important;
}

/*############ Footer ############*/
.et-l--footer #jfm-autor-box {
	padding-bottom: 40px!important;
}

.et-l--footer #jfm-autor-box h2 {
	color: #fff;
	text-align: left;
}

.et-l--footer .et_pb_section {
	background-color: #193E33;
}

.et-l--footer .et_pb_module * {
	word-break: keep-all;
	overflow-wrap: normal;
}

.et-l--footer p {
	font-size: clamp(1rem, 0.7394rem + 0.4255vw, 1.25rem) !important;
	padding-bottom: 0em;
	line-height: 2;
}

.et-l--footer h3 {
	font-size: 30px !important;
	margin-bottom: 0px;
}

.et-l--footer .et_pb_row {
	max-width: 1920px;
	width: 95%;
	display: flex;
}

.et-l--footer a {
	color: #F1F8E8;
}

.et-l--footer #footer-logo a:after {
	display: none;
}

.et-l--footer #footer-logo .et_pb_image_wrap {
	border-radius: 0;
	max-width: 90%;
}

.et-l--footer #footer-logo .et_pb_image_wrap img {
	max-width: 110px;
	width:100%;
}

.et-l--footer .et_pb_section:nth-child(1), 
.et-l--footer .et_pb_section:nth-child(1) .et_pb_row,
.et-l--footer .et_pb_section:nth-child(2) .et_pb_row,
.et-l--footer .et_pb_section:nth-child(4), 
.et-l--footer .et_pb_section:nth-child(4) .et_pb_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.et-l--footer .et_pb_section:nth-child(1) .et_pb_column {
	padding-top: 50px;
}

.et-l--footer .et_pb_section:nth-child(2) {
	padding-top: 10px;
	padding-bottom: 10px;
}

.et-l--footer .et_pb_section:nth-child(2) .et_pb_column:nth-child(2) .et_pb_module {
	text-align: right;
}

.et-l--footer .et_pb_section:nth-child(3) {
	height: 25vh;
    overflow: hidden;
	padding-top: 0px;
}

.et-l--footer .et_pb_section .et_pb_column:nth-child(3) {
	background-color: #122E26;
	width: 20%;
	padding-left: 50px;
	padding-right: 50px;
}

.et-l--footer .et_pb_section:nth-child(4) .et_pb_column .et_pb_module {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.et-l--footer .et_pb_section:nth-child(4) .et_pb_column p{
	font-size: 18px!important;
}

.et-l--footer .et_pb_section:nth-child(2) p>a {
	margin-right: 10px;
	word-break: keep-all;
}

.et-l--footer .footer-icon {
	display: inline-block;
	margin: 10px;
}

.et-l--footer .footer-icon.et_pb_image {
	vertical-align: text-bottom;
}

.et-l--footer .footer-icon .et-pb-icon {
	font-size: 36px!important;
	color: #fff;
	
}

.et-l--footer .footer-icon .et_pb_image_wrap {
	border-radius: 0;
}

.et-l--footer .footer-icon .et_pb_image_wrap img {
	width: 33px;
	height: 33px;
}

.jfm-center {
	text-align: center;
	letter-spacing: 1px;
}

.jfm-right {
	position: absolute;
    top: 0;
    right: 0;
}

/*############################## MEDIA QUERYS ##############################*/

/*############ Max width 1500 px ############*/

@media only screen and (max-width: 1500px) {
	#jfm-main-nav .et_pb_menu .et_pb_menu__menu {
		display: none;
	}
	#jfm-main-nav .et_pb_menu .et_mobile_nav_menu {
		display: flex;
		-webkit-box-align: center;
    	align-items: center;
	}
	#jfm-main-nav .et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu {
		top: 100%;
		padding: 5px;
		list-style: none!important;
		text-align: left;
		max-height: 70vh;
		overflow-y: scroll;
	}
	
	#jfm-main-nav .et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu::-webkit-scrollbar {
	  width: 5px;
	}

	/* Track */
	#jfm-main-nav .et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu::-webkit-scrollbar-track {
	  background: transparent;
	}

	/* Handle */
	#jfm-main-nav .et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu::-webkit-scrollbar-thumb {
	  background: #285C4D;
		border-radius: 5px;
	}

	/* Handle on hover */
	#jfm-main-nav .et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu::-webkit-scrollbar-thumb:hover {
	  background: #555;
	}
	
	.jfm-schulung {
		padding-left: 35px;
		padding-right: 35px;
}
	.jfm-gallerie .et_pb_gallery_items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 250px);
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
	
	.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item {
		position: relative;
	}
	.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
	.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item:nth-child(2){ grid-area: 2 / 1 / 3 / 2; }
	.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
	.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
	.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }
	
	.jfm-gallerie .et_pb_gallery_items .et_pb_gallery_item img {
		height: 100%;
		width: auto;
		max-width: unset;
	}
	.et-l--footer .et_pb_section .et_pb_column:nth-child(3) {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*############ Max width 980 px ############*/

@media only screen and (max-width: 980px) {
	.et-l--header {
		position: static;
	}
	#jfm-meta-nav .et_pb_column.et_pb_column_2_3 {
		display: none;
	}
	#jfm-meta-nav .et_pb_column.et_pb_column_1_3 {
		justify-content: center;
	}
	#et-main-area {
		margin-top: 0;
	}
	nf-field:nth-child(1) {
		width: 100%;
	}

	nf-field:nth-child(2),
	nf-field:nth-child(3),
	nf-field:nth-child(5),
	nf-field:nth-child(6) {
		width: 100%;
		margin-left: 0%;
	}
	#jfm-hero-slider .et_pb_slide .et_pb_slide_description {
		padding-top: 20%;
	}
	#jfm-hero-slider .et-pb-controllers {
		bottom: 1%;
	}
	#jfm-video-banner {
		height: unset;
		aspect-ratio: 16/9;
	}
	.jfm-blog-carousel .dgbc_post_item {
		max-height: unset;
	}
	.jfm-background-video-section.et_pb_section {
		padding: 0;
	}
	.jfm-full-content {
		width: 80%;
		min-width: unset!important;
	}
	.jfm-full-content .jfm-focus-box {
		width: 50%;
		margin-right: 0;
		padding: 40px 30px;
    	padding-bottom: 40px;
	}
	.jfm-background-image-section .et_pb_column {
		width: 100%!important;
	}
	#jfm-event-raster .mec-event-grid-classic .row {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#jfm-event-raster .mec-event-grid-classic .row .col-sm-4 {
		width: 48%;
		margin: 15px 1%;
	}
	.et_pb_row.et_pb_equal_columns {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.jfm-focus-box.et_pb_column_1_2 {
		margin-bottom:0;
	}
	.jfm-focus-box.et_pb_column_1_3,
	.jfm-focus-box.et_pb_column_1_2{
		width: 48%;
		margin-right: 2%;
	}
	.jfm-download-box.et_pb_column .et_pb_module:nth-child(1) {
		margin-right: 0;
	}
	.jfm-carousel-line {
		flex-flow: column wrap;
	}
	.jfm-carousel-line .et_pb_column_2_3 {
		border-radius: 15px;
	}
	.jfm-carousel-line .jfm-focus-box {
		width: 100%;
	}
	.jfm-article.jfm-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.jfm-akkordeon .et_pb_toggle.et_pb_module.et_pb_accordion_item {
		padding: 35px 20px;
	}
	.jfm-pre-footer-section .et_pb_column {
		width: 100%;
		align-items: initial;
		flex-flow: column wrap;
		padding: 50px 30px;
		border-radius: 20px;
	}
	.jfm-full-content .jfm-focus-box:nth-child(1),
	.jfm-full-content .jfm-focus-box:nth-child(2) {
		border-radius: 10px;
    	overflow: hidden;
	}
	.jfm-full-content .jfm-focus-box:nth-child(1) .et_pb_button,
	.jfm-full-content .jfm-focus-box:nth-child(2) .et_pb_button {
    	border-radius: 10px;
	}
	.jfm-blog-grid .et_pb_ajax_pagination_container {
		grid-template-columns: 1fr;
	}
	.jfm-blog-line {
		display: flex;
		flex-direction: column-reverse;
	}
	.jfm-blog-catergory {
		margin-bottom: 40px !important;
	}
	.jfm-pre-footer-section .et_pb_module {
		width: 100%;
	}
	.jfm-pre-footer-section .et_pb_column:nth-child(2) {
		margin-right: 0;
	}
	.jfm-pre-footer-section .et_pb_module:nth-child(1) {
		width: 100%;
		margin-bottom: 25px!important;
	}
	.jfm-pre-footer-section .et_pb_module:nth-child(2) {
		justify-content: initial;
	}
	.et-l--footer .et_pb_section .et_pb_row {
		display: flex;
		flex-direction: column
	}
	
	.et-l--footer .et_pb_section:nth-child(1) .et_pb_column {
		padding-top: 0px;
	}
	
	.et-l--footer .et_pb_section .et_pb_column,
	.et-l--footer .et_pb_section .et_pb_column:nth-child(3) {
		width: 100%;
		padding-bottom: 0px !important;
		padding-left: 10px;
	}
	
	.et-l--footer .et_pb_section .et_pb_column:nth-child(3) {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.et-l--footer .et_pb_section:nth-child(1) .et_pb_column {
		width: 45%;
	}
	
	.et-l--footer .et_pb_section:nth-child(1) .et_pb_row  {
		display: flex;
		flex-direction: row;
	}
	
	.et-l--footer .et_pb_section:nth-child(1) .et_pb_column:nth-child(1),
	.et-l--footer .et_pb_section:nth-child(1) .et_pb_column:nth-child(2) {
		margin-top: 30px;
	}
	
	.et-l--footer .et_pb_section:nth-child(1) .et_pb_column:nth-child(5) {
		margin-bottom: 30px;
	}
	
	.et-l--footer .et_pb_section .et_pb_column:nth-child(3) {
		background-color: #193E33;
	}
	
	.et-l--footer .et_pb_section:nth-child(2) .et_pb_column .et_pb_module {
		padding-left: 0%;
	}

	.et-l--footer .et_pb_section:nth-child(2) .et_pb_column:nth-child(1) .et_pb_module,
	.et-l--footer .et_pb_section:nth-child(2) .et_pb_column:nth-child(2) .et_pb_module {
		text-align: center;
	}
	.jfm-schulung {
		flex-direction: column;
	}
}



/*############ Max width 767 px ############*/

@media only screen and (max-width: 767px) {
	#jfm-hero-slider .et_pb_slide {
		height: 85vh;
	}
	#jfm-hero-slider .et_pb_slide .et_pb_slide_content .jfm-slider-stoerer {
		max-width: 100%;
	}
	#jfm-hero-slider .et_pb_slide .et_pb_slide_content .jfm-slider-stoerer span {
		padding: 20px;
	}
	.jfm-blog-carousel .dgbc_blog_carousel_0 .dgbc_carousel_wrapper .swiper-button-next, 
	.jfm-blog-carousel .dgbc_blog_carousel_0 .dgbc_carousel_wrapper .swiper-button-prev {
		background-color: rgba(255,255,255,0.2)!important;
	}
	#jfm-event-raster .mec-event-grid-classic .row .col-sm-4 {
		width: 100%;
		min-height: 200px;
		margin: 15px 0;
	}
	.jfm-focus-box.et_pb_column_1_2 {
		margin-bottom: 30px;
	}
	.jfm-schulung {
		display: block;
	}
	.jfm-pre-footer-section .et_pb_column {
		margin-right: 0;
	}
	.jfm-pre-footer-section .et_pb_module:nth-child(2) {
		width: 100%;
	}
	.et-l--footer .et_pb_section:nth-child(2) .et_pb_column {
		padding: 30px;
	}
	.et-l--footer #footer-logo .et_pb_image {
		text-align: left;
	}
	.et-l--footer .et_pb_section:nth-child(4) .et_pb_column {
		padding: 0;
	}	
	.jfm-right {
		position: relative;
	}
}

/*############ Max width 480 px ############*/

@media only screen and (max-width: 480px) {

	.jfm-download-box .et_pb_main_blurb_image {
		width: 70px;
	}
	.jfm-right {
		position: relative;
	}
}