/*
Theme Name:     JFM Divi Child Theme
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Jellyfish.media Divi Child Theme
Author:         Jellyfish.media 
Author URI:     https://www.jellyfish.media
Template:       Divi
Version:        1.0
*/


/*############################## JFM STANDARD CSS - START ##############################*/

@font-face {
	src: url(./fonts/Roboto.ttf);
	font-family: Roboto;
	font-style: normal;
	font-display: swap;
}

@media (max-width: 820px) {
	#logo {
  		content: url('/wp-content/uploads/Jellyfish.services-Logo.svg');
  		width: auto !important;
  		height: auto !important;
  		max-height: 100% !important;
  		display: block;
	}
	.et_header_style_left #logo {
        max-width: 35%;
    }
}

@media (max-width: 480px) {
	#logo {
  		content: url('/wp-content/uploads/Jellyfish.services-Logo.svg');
  		width: auto !important;
  		height: auto !important;
  		max-height: 100% !important;
  		display: block;
	}
	.et_header_style_left #logo {
        max-width: 45%;
    }
}

/* Entfernt Divi-Beschränkung bei bestimmten Header-Layouts */

.et_header_style_left #logo {
  max-height: none !important;
}

.container {
	width: 90%;
}

@media (min-width: 481px) and (max-width: 820px) {
	.container {
		width: 80%;
	}
	#main-header .et_menu_container .logo_container>a {
        width: 100% !important;
		height: 35% !important;
    }
}

@media (max-width: 480px) {
	#main-header .et_menu_container .logo_container>a {
        width: 100% !important;
		height: 100% !important;
    }
}

body {
	font-family: 'Roboto', Sans-Serif;
	color: #1a2a1a;
}

.et_pb_button_0.et_pb_button_0:hover:after {
	font-size: 19px !important;
}

/* ==> Umbrüche und Worttrennung (Hyphens) */

html {
	hyphens: manual;
	-moz-hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	word-break: break-word;
	overflow-wrap: break-word;
}

/* ==> Bessere Darstellung der Bilder in Chromium*/

img {
	image-rendering: -webkit-optimize-contrast;
	pointer-events: none;
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
	width: 100%;
}

/* ==> Preventing Fout */

html {display:block !important;}

/* ==> Breite Scrollbar */

::-webkit-scrollbar {
  width: 10px;
}

/* ==> Gestaltung Track Scrollbar */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #000;
  border-radius: 10px;
  background: #1a2a1a
}

/* ==> Gestaltung Handle der Scrollbar */
::-webkit-scrollbar-thumb {
  background: #007925;
  border-radius: 10px;
}

/* ==> Logo im Header */

#main-header .logo_container a {
	display: inline-block;
}

/*############################## SECTIONS & GLOBAL ROWS ##############################*/

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

body.custom-background {
    background-color: #ffffff !important;
}

.text-bild {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    vertical-align: middle;
    background: transparent;
}

@media (max-width:980px) {
	.et_pb_section_1.et_pb_section,
	.et_pb_section_6.et_pb_section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-color: #FFFFFF !important;
	}
	.et_pb_section_9.et_pb_section {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
    background-color: #FFFFFF !important;
	}
	.et_pb_section_3.et_pb_section, 
	.et_pb_section_4.et_pb_section,
	.et_pb_section_5.et_pb_section,
	.et_pb_section_8.et_pb_section {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
    background-color: #FFFFFF !important;
	}
	#intro .et_pb_section_2.et_pb_section {
    padding-bottom: 0px !important;
    background-color: #FFFFFF !important;
	}
}

@media (max-width:767px) {
	.et_pb_section_6.et_pb_section {
    margin-top: -50px;
	margin-bottom: -50px;
    }
}

/* ==> Column Reverse für Mobile Darstellung */

@media (max-width:980px) {
	.text-bild-reverse {
		flex-flow: column-reverse wrap;
	}
}

/* Zentriert Inhalte vertikal und horizontal in einer Spalte */
.center-column {
  display: flex;
  align-items: center; /* Vertikale Zentrierung */
  justify-content: center; /* Horizontale Zentrierung */
  height: 100%; /* Stellt sicher, dass die Spalte die volle Höhe einnimmt */
  text-align: center; /* Optional: Zentriert Text oder Inline-Inhalte */
}

/*############################## TYPO & LINKS ##############################*/

h1 {
	font-size: clamp(2rem, 1.25rem + 2.5vw, 5rem) !important;
}

h2,
.et_post_meta_wrapper h1 {
	font-size: clamp(1.5rem, 1.0011rem + 1.0408vw, 2.25rem) !important;
}

h3 {
	font-size: clamp(1.375rem, 1.0424rem + 0.6938vw, 1.875rem) !important;
}

h4 {
	font-size: clamp(1.125rem, 1.0086rem + 0.2428vw, 1.3rem) !important;
}

h1 {
	color: #007925;
	font-weight: 600;
	line-height: 1.1em;
}

h2, h3, h4, h5, h6 {
	color: #007925;
	font-weight: 600;
	line-height: 1.4em;
}

p, ul, li {
	font-size: clamp(0.875rem, 0.7918rem + 0.1735vw, 1rem) !important;
	line-height: 1.4 !important;
	letter-spacing: 0em;
	word-spacing: 0em;
}

.et_pb_module ul {
	padding-left: 2em;
}

li {
	line-height: 2.2!important;
}

a,
p>a,
li>a {
	color: #007925;
}

a:hover {
	text-decoration: underline;
}

a.telefonlink,
a.emaillink {
	cursor: pointer;
}


/* Back to Top - Button */

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

.et_pb_button_module_wrapper {
	text-align: center;
}

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

.et_pb_posts a.more-link {
	align-self: baseline !important;
}

.et_pb_module .et_pb_button,
.everest-forms button.et_pb_button.evf-submit,
.et_pb_posts a.more-link {
	font-size: 20px;
	font-weight: 700;
	color: #007925;
	background-color: #E3F0E7;
	padding: 8px 35px 8px 20px;
	border: 0px solid #007925;
	border-radius: 0px;
	min-width: auto;
	text-align: center;
}

.et_pb_posts a.more-link {
	font-size: 20px !important;
	background-color: transparent !important;
	color: #007925 !important;
	line-height: 2em !important;
}

.et_pb_module .et_pb_button:hover,
.everest-forms button.et_pb_button.evf-submit:hover,
.et_pb_posts a.more-link:hover {
	color: #fff;
	background-color: #007925;
	border-radius: 0px!important;
	border: 0px solid #007925;
	padding: 8px 35px 8px 20px;
}

/*############################## NAVIGATION ##############################*/

#page-container {
	padding-top: 0!important;
}

#main-header {
	height: 100px;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#main-header.et-fixed-header {
	background-color: rgba(0, 0, 0, .9);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	height: 70px;
}

#main-header .et_menu_container {
	height: 100%
}

#main-header .et_menu_container .logo_container {
	text-align: left;
}

#main-header .et_menu_container .logo_container>a {
	height: 35%;
}
#main-header .et_menu_container .logo_container img {
	height: 100%;
	max-height: unset;
}

#main-header #et-top-navigation {
	float: right;
	text-align: right;
	height: 100%;
	display: flex;
	align-items: center;
    justify-content: flex-end;
	padding-top: 0;
}

#main-header #et-top-navigation #top-menu li>a {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff25;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: normal;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, 
#top-menu .menu-item-has-children>a:first-child:after {
    font-family: ETmodules;
    content: "3";
    font-size: 18px;
    position: absolute;
    right: 6px;
    top: 0px;
    font-weight: 800;
}

#main-header, 
#main-header .nav li ul.sub-menu, 
.et-search-form, 
#main-header .et_mobile_menu {
    margin-top: 0px;
	padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
	background: #1a2a1a;
}

#main-header #et-top-navigation #top-menu li ul.sub-menu {
	border-top: 0;
	width: auto;
}

#top-menu li li {
    padding: 0 0px;
    margin: 0;
	width: 100%;
}

#top-menu li ul.sub-menu li a {
	width: auto;
	white-space: nowrap;
	color: #007925;
	background: #ffffff;
	opacity: 1;
}

#main-header #et-top-navigation #top-menu .menu-item-has-children>a {
	padding-right: 30px;
}

#main-header #et-top-navigation #top-menu li:hover>a {
	color: #007925;
	background: #ffffff;
	opacity: 1;
}

#main-header, 
#main-header .nav li ul, 
.et-search-form, 
#main-header .et_mobile_menu {
    background-color: transparent;
}

#main-header #mobile_menu {
	background: rgba(0,0,0,0.9);
}

#main-header #mobile_menu a {
	color: #fff;
}

#main-header.et-fixed-header {
    background-color: rgba(26, 42, 26, 0.95);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    height: 70px;
}

.et_mobile_menu, .nav li ul {
    border-color: #007925;
}

@media (max-width:820px) {
	.et_mobile_menu {
    	border-top: 0px solid #2ea3f2;
	}
}

/* ==> Gestaltung aktiver Link Desktop */

#main-header #top-menu.nav li.current-menu-item > a,
#main-header #top-menu.nav li.current-menu-parent > a,
.et-fixed-header #top-menu.nav li.current-menu-item > a,
.et-fixed-header #top-menu.nav li.current-menu-parent > a {
	background: #E3F0E7!important;
	color: #007925!important;
}



/* ==> Gestaltung aktiver Link Mobile */

#main-header #mobile_menu li.current-menu-item a,
#main-header #mobile_menu li a:hover,
#main-header #mobile_menu li.current-menu-item a:hover {
	font-weight: 500;
	background: transparent;
	border-bottom: 3px solid #007925 !important;
	color:#fff;
	opacity: 1;
}

#main-header #mobile_menu a:hover {
	text-decoration: none;
}

/*############################## COLLAPSE MOBILE MENU ##############################*/

#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'; 
}

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative; 
}

#main-header #mobile_menu.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: #007925;
	right: 0;
}

#main-header #mobile_menu.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';
	color: #007925;
}

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}

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

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
}

#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

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

#top-menu ul.sub-menu>li {
	display: block;
}

#main-header .mobile_menu_bar:before {
    color: #ffffff !important;
}

#main-header #mobile_menu.et_mobile_menu li a, 
#main-header #mobile_menu.et_mobile_menu li li a, 
#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 10px;
    padding-right: 10px;
    border: 3px solid #ffffff25;
    margin-top: 5px;
	text-align: left;
	font-weight: 700 !important;
}

@media (max-width: 820px) {
	#main-header #mobile_menu {
		padding-right: 20px !important;
		padding-left: 20px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		height: auto !important;
	}
	.et_mobile_menu li a {
		padding: 0px;
		display: flex;
		text-align: left;
	}
	#main-header #mobile_menu.et_mobile_menu li a:hover {
	font-weight: 700 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: 3px solid #ffffff25;
    background: #007925;
    margin-top: 5px;
}
}

#mobile_menu .et_first_mobile_item {
	marging-top: 20px;
}

#main-header .et_mobile_menu li ul {
    visibility: visible !important;
    display: block !important;
    padding-left: 25px;
	padding-right: 0px;
}


/*############################## JFM STANDARD CSS - END ##############################*/

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

/*########## BANNER ##########*/

#banner {
	padding: 0!important;
	aspect-ratio: 16/9;
	width: 100%;
	max-height: 80vh;
}

#banner .et_pb_fullwidth_header {
	height: 100%;
}

#banner .et_pb_section_video_bg {
	display: flex;
	align-items: center;
}


#banner-danke {
	padding: 0!important;
	aspect-ratio: 16/9;
	width: 100%;
	max-height: 80vh;
}

#banner-danke .et_pb_fullwidth_header {
	height: auto;
}

#banner-danke .et_pb_section_video_bg {
	display: flex;
	align-items: center;
}

/* Buttons */

body #page-container .et_pb_section .et_pb_button {
	padding-right: 20px;
}


body #page-container .et_pb_section .et_pb_button:hover {
	padding-right: 40px;
}

.et_pb_button:after {
	opacity: 0 !important;
	font-size: 33px !important;
}

.et_pb_button:hover:after {
	opacity: 1 !important;
	font-size: 33px !important;
}

@media (max-width: 820px) {
	body #page-container .et_pb_section .et_pb_button {
		padding-right: 20px;
	}
	body #page-container .et_pb_section .et_pb_button:hover {
		padding-right: 35px;
	}
	.et_pb_button:after {
		opacity: 0 !important;
		font-size: 27px !important;
	}
	.et_pb_button:hover:after {
		opacity: 1 !important;
		font-size: 27px !important;
	}
}

@media (max-width: 480px) {
	body #page-container .et_pb_section .et_pb_button {
		padding-right: 20px;
	}
	body #page-container .et_pb_section .et_pb_button:hover {
		padding-right: 42px;
	}
	.et_pb_button:after {
		opacity: 0 !important;
		font-size: 34px !important;
	}
	.et_pb_button:hover:after {
		opacity: 1 !important;
		font-size: 34px !important;
	}
}

/* INTRO */

#intro.et_pb_section {
	overflow: hidden;
}

/* Text-Bild Vollfläche */

@media (min-width: 1921px) {
	.text-bild-vollflaeche .et_pb_column.text {
	padding: 80px 70px 100px 0px;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column.text {
	padding: 100px 0px 100px 0px;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column.text {
	float: right;
	margin-right: 4% !important;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) {
	position: absolute;
    width: 50vw;
    left: 50%;
    height: 100%;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column:not(.text) {
    right: 55%;
	left:unset;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column:not(.text) .et_pb_image {
	text-align: right;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image,
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image .et_pb_image_wrap {
	height: 100%;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image img {
	max-width: unset;
	width: auto;
	height: 100%;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image.partnerlogo {
	height: 100%;
	height: auto;
    position: absolute;
    right: 25px;
    bottom: 25px;
	width: 20%;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image.partnerlogo img {
	max-width: 100%;
	width: 100%;
	height: auto;
	}
}

@media (min-width: 1441px) and (max-width: 1920px) {
	.text-bild-vollflaeche .et_pb_column.text {
	padding: 80px 70px 100px 0px;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column.text {
	padding: 100px 0px 100px 0px;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column.text {
	float: right;
	margin-right: 4% !important;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) {
	position: absolute;
    width: 50vw;
    left: 50%;
    height: 100%;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column:not(.text) {
    right: 55%;
	left:unset;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column:not(.text) .et_pb_image {
	text-align: right;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image,
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image .et_pb_image_wrap {
	height: 100%;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image img {
	max-width: unset;
	width: auto;
	height: 100%;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image.partnerlogo {
	height: 100%;
	height: auto;
    position: absolute;
    right: 25px;
    bottom: 25px;
	width: 20%;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image.partnerlogo img {
	max-width: 100%;
	width: 100%;
	height: auto;
	}
}

@media (min-width: 981px) and (max-width: 1440px) {
	.text-bild-vollflaeche .et_pb_column.text {
	padding: 80px 70px 100px 0px;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column.text {
	padding: 100px 0px 100px 0px !important;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column.text {
	float: right !important;
	margin-right: 0% !important;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) {
	position: absolute;
    width: 50vw !important;
    left: 50% !important;
    height: 100%;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column:not(.text) {
    right: 55% !important;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column:not(.text) .et_pb_image {
	text-align: right !important;
	}
	.text-bild-vollflaeche.text-rechts .et_pb_column:not(.text) {
	position: absolute;
    width: 50vw !important;
    left: -25% !important;
    height: 100%;
	}
	.text-bild-vollflaeche.text-rechts .partnerlogo {
		right: -8% !important;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image,
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image .et_pb_image_wrap {
	height: 100%;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image img {
	max-width: unset;
	width: auto;
	height: 100%;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image.partnerlogo {
	height: 100%;
	height: auto;
    position: absolute;
    right: 25px;
    bottom: 25px;
	width: 20%;
	}
	.text-bild-vollflaeche .et_pb_column:not(.text) .et_pb_image.partnerlogo img {
	max-width: 100%;
	width: 100%;
	height: auto;
	}
}

@media (max-width: 980px) {
	#intro .image-bild {
    display: block;
    position: relative;
	max-width: unset;
    width: 110vw;
    margin-left: -12.5%;
	overflow: hidden;
	}
	#intro .kontakt-icon .et_pb_column_5 {
    background-color: #FFFFFF;
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-bottom: -5px;
    margin-top: -200px;
	}
	.text-bild-vollflaeche .et_pb_column.text {
	padding-top: 50px;
	padding-bottom: 20px;
	}
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
    width: 35%;
    margin-right: 0%;
    }
	.et_pb_image_18 .et_pb_image_wrap {
    display: block;
    position: relative;
	max-width: unset;
    width: 100vw;
    margin-left: -12.5%;
	overflow: hidden;
	}
	.et_pb_image_19 {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 25%;
    text-align: right;
    margin-right: 0;
	margin-top: -125px;
	}
	.text-bild-vollflaeche .et_pb_column.text {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
	.messe .et_pb_image_0 .et_pb_image_wrap {
    display: block;
    position: relative;
	max-width: unset;
    width: 110vw;
    margin-left: -5.5%;
	overflow: hidden;
	margin-bottom: -200px;
	}
	.et_pb_image_18 .et_pb_image_wrap {
    display: block;
    position: relative;
	max-width: unset;
    width: 100vw;
    margin-left: -5.5%;
	overflow: hidden;
	}
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
    width: 10%;
    margin-right: 50%;
	margin-bottom: 0px;
    }
	#page-container .et_pb_section .et_pb_button_0 {
    color: #007925 !important;
    font-size: 8px;
    background-color: #E3F0E7;
    padding-left: 10px !important;
    padding-right: 10px !important;
	}
	.text-bild-vollflaeche .et_pb_column.text {
    padding-top: 30px;
    padding-bottom: 50px;
    }
	.et_pb_image_19 {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 25%;
    text-align: right;
    margin-right: 0;
    margin-top: -90px;
	}
	#intro .image-bild {
    display: block;
    position: relative;
	max-width: unset;
    width: 110vw;
    margin-left: -5.5%;
	overflow: hidden;
	margin-top: -25px;
	}
	#intro .kontakt-icon .et_pb_column_5 {
    background-color: #FFFFFF;
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-top: -175px;
	}
}

/* 404 */

#banner-404 {
	margin-bottom: 50px;
}

@media (max-width: 820px) {
	.et_pb_module .et_pb_button:hover {
    	color: #fff;
    	background-color: #007925;
    	border-radius: 0px !important;
    	border: 0px solid #007925;
    	padding: 8px 35px 8px 20px;
	}
}

/* Akkordeon */

.jfm-akkordeon .et_pb_accordion_item {
	background: #ffffff;
    border: solid;
	border-color: #E3F0E7;
    color: #1a2a1a;
	transition: all .3s ease-in-out;
	padding: 10px 20px 10px 20px;
	bottom: 0px;
}

.jfm-akkordeon .et_pb_accordion_item .et_pb_toggle_title {
	color: #1a2a1a;
}

/* Bilder Blurb */

.et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
	width: 100%!important;
}

.et_pb_blurb h3 {
	padding-bottom: 0;
}

/* IT-Services */

.et_pb_text_3,
.et_pb_text_4,	
.et_pb_text_5,
.et_pb_text_6,
.et_pb_text_7,
.et_pb_text_8,
.et_pb_text_9,
.et_pb_text_10,
.et_pb_text_11,
.et_pb_text_12,
.et_pb_text_13,
.et_pb_text_14,	
.et_pb_text_15 {
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    border-width: 5px;
    border-color: #E3F0E7;
    padding: 5px !important;
	}

@media (max-width: 980px) {
#checkliste-vorteile .et_pb_column .et_pb_module {
    margin-bottom: 10px !important;
	}
	.et_pb_text_3,
	.et_pb_text_5,
	.et_pb_text_6,
	.et_pb_text_7,
	.et_pb_text_8,
	.et_pb_text_9,
	.et_pb_text_11,
	.et_pb_text_12,
	.et_pb_text_13,
	.et_pb_text_14,
	.et_pb_text_15 {
    margin-bottom: 15px !important;
	}
	.et_pb_text_4,	
	.et_pb_text_10 {
	margin-bottom: -15px !important;
	}
}

/* Team Darstellung */

.team-titel-box .et_pb_blurb {
	border-width: 5px;
    border-color: #E3F0E7;
    padding-top: 15px !important;
    padding-right: 25px !important;
    padding-bottom: 10px !important;
    padding-left: 25px !important;
    margin-top: -50px !important;
}

@media (max-width: 980px) {
	.team-titel-box .et_pb_blurb {
	border-width: 5px;
    border-color: #E3F0E7;
    padding-top: 8px !important;
    padding-right: 25px !important;
    padding-bottom: 10px !important;
    padding-left: 25px !important;
    margin-top: -35px !important;
	}
}

/* IT-Leistungen */

#leistungen {
	padding-top: 0px;

}

.it-leistungen-boxen .et_pb_column {
	background: #ffffff;
	border: solid;
	border-color: #E3F0E7;
	border-width: 5px;
	padding: 20px;
}

.it-leistungen-boxen .et_pb_column .et_pb_image {
	margin-top: -37%;
	margin-bottom: 50px;
	width: 55%;
	text-align: center;
}

.it-leistungen-boxen .et_pb_column .et_pb_text {
	margin-top: 5%;
}

@media (max-width: 980px) {
	.it-leistungen-boxen .et_pb_column_20,
	.et_pb_column_21 {
	margin-top: 10%;
	}
	#leistungen {
	margin-top: -50px;
	}	
}
	
@media (max-width: 767px) {
	.it-leistungen-boxen {
	margin-top: 8%;
	}
	.it-leistungen-boxen .et_pb_column .et_pb_image {
    margin-top: -30%;
    margin-bottom: 50px;
    width: 45%;
    text-align: center;
	}
	#leistungen .et_pb_row_9.et_pb_row {
    padding-top: 80px !important;
	}
	#leistungen .it-leistungen-boxen {
	margin-bottom: 25%!important;
	}
	#leistungen .it-leistungen-boxen .et_pb_column_21 {
	margin-bottom: 0%!important;
	}
	.et_pb_section_6.et_pb_section {
    padding-top: 0px!important;
    padding-bottom: 100px;
	}
}

/* Supportleistungen */

.jfm-supportleistungen .et_pb_column {
	background: #ffffff;
	border: solid;
	border-color: #E3F0E7;
	border-width: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.ordner .et_pb_image_wrap {
	margin-top: -11%;
	margin-bottom: 10%;
	margin-left: -10%;
}
.support-icon {
	width: 23%;
}
.et_pb_image_15 {
	width: 28%;
}

@media (max-width: 980px) {
    .et_pb_column_23, .et_pb_column_24 {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
	.ordner .et_pb_image_wrap {
		margin-top: -10%;
		margin-bottom: 8%;
		margin-left: -7%;
	}
	.jfm-supportleistungen .et_pb_column {
		margin-bottom: 50px!important;
	}
	.et_pb_section_6.et_pb_section {
    padding-top: 100px;
    padding-bottom: 50px!important;
	}
}

/* Solutions Partner */

.dica_divi_carousel_0.dica_divi_carousel .dica-container .swiper-pagination {
    text-align: center;
    padding-top: 25px;
}

.dica_divi_carousel .dica-container.desktop_middle-inside .swiper-buttton-container, .dica_divi_carousel .dica-container.desktop_middle-outside .swiper-buttton-container {
    justify-content: space-between !important;
    margin-top: -25px;
}

.dica_divi_carousel_0 .swiper-button-next:before, .dica_divi_carousel_0 .swiper-button-prev:before {
    color: #007925 !important;
}

.dica_divi_carousel_0.dica_divi_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #007925 !important;
}

/*########## UNTERSEITEN ##########*/

/* Unterseite: Microsoft-Power-Produkte */

#microsoft-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

#microsoft-section .subtitle {
	margin-top: -25px;
}

#microsoft-loesungen {
	padding-top: 0px;
	padding-bottom: 100px;
}

#microsoft-loesungen .title {
	padding-bottom: 25px;
}

@media (max-width:980px) {
	#microsoft-loesungen {
	padding-top: 0px;
	padding-bottom: 25px;
	}
	#microsoft-loesungen .title {
	padding-bottom: 0px;
	}
}

/* Unterseite: KI-gestützte IT Produkte */

#ki-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

#ki-section .subtitle {
	margin-top: -25px;
}

#ki-leistungsumfang {
	padding-top: 0px;
	padding-bottom: 100px;
}

#ki-leistungsumfang .leistungsumfang {
	padding-bottom: 25px;
}

#leistungsumfang-boxen {
	padding-bottom: 30px;

}

#leistungsumfang-boxen .box {
	padding: 25px;
	margin-top: 0px;
	border-width: 5px;
	border-color: #E3F0E7;
}

#leistungsumfang-boxen .box-check {
    padding: 0px !important;
	margin-bottom: 15px !important;
}

#leistungsumfang-boxen .text1 {
	border-radius: 0px !important;
	padding: 0 !important;
	margin-bottom: 15px !important;
}

#leistungsumfang-boxen .text2 {
	border-radius: 0px !important;
	padding: 0 !important;
}

#leistungsumfang-boxen .text22 {
	border-radius: 0px !important;
	padding: 0 !important;
	margin-bottom: 15px;
}

#leistungsumfang-boxen .text3 {
	border-radius: 0px !important;
	padding: 0 !important;
	margin-bottom: 0px !important;
}

@media (max-width:980px) {
	#ki-leistungsumfang {
	padding-top: 0px;
	padding-bottom: 25px;
	}
}

/* Unterseite: KI-Forschung */

#ki-forschung-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

#ki-forschung-section .subtitle {
	margin-top: -25px;
}

#ki-forschung-anwendungsbeispiele {
	padding-top: 0px;
	padding-bottom: 100px;
}

#ki-forschung-anwendungsbeispiele .title {
	padding-bottom: 25px;
}

#anwendungsbeispiele-boxen {
padding-bottom: 30px;

}

#anwendungsbeispiele-boxen .box {
	padding: 25px !important;
	margin-top: 0px !important;
	border-width: 5px !important;
	border-color: #E3F0E7 !important;
}

#anwendungsbeispiele-boxen .text1 {
	border-radius: 0px !important;
	padding: 0 !important;
	margin-bottom: 0px !important;
}

#anwendungsbeispiele-boxen .text2 {
	border-radius: 0px !important;
	padding: 0 !important;
	}
	#anwendungsbeispiele-boxen .text22 {
	border-radius: 0px !important;
	padding: 0px !important
	}

@media (max-width:980px) {
	#ki-forschung-anwendungsbeispiele {
	padding-top: 0px;
	padding-bottom: 25px;
	}
	#anwendungsbeispiele-boxen .text2 {
	border-radius: 0px !important;
	padding: 0 !important;
	}
	#anwendungsbeispiele-boxen .text22 {
	border-radius: 0px !important;
	margin-bottom: 0px !important;
	padding: 0px !important
	}
}

/* Unterseite: Company */

#ueber-jellyfish-section, #it-systemhaus, #team-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

#team {
	padding-top: 100px;
	padding-bottom: 100px;
}

#team .title {
	padding-bottom: 25px;
}

#it-systemhaus .bubble {
    width: auto;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 35px !important;
    background: #ffffff;
    float: right;
    shape-outside: circle();
    -webkit-shape-outside: circle();
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
}

#it-systemhaus .ausrufezeichen {
	font-size: 70px !important;
	margin-top: -10px !important;
	padding-bottom: 0px;
}

@media (max-width: 980px) {
	#it-systemhaus .bubble {
    width: 50%;
	margin-top: -55%;
	}
	#it-systemhaus .one {
	margin-right: 50%;
	}
	#it-systemhaus .two {
	margin-right: 55%;
	}
	#it-systemhaus .three {
	margin-right: 55%
	}
	#it-systemhaus .ausrufezeichen {
	font-size: 70px !important;
	margin-top: -15px !important;
	margin-bottom: -10px;
	}
	#it-systemhaus {
	padding-top: 50px;
	padding-bottom: 50px;
	}
	#team {
	padding-bottom: 50px !important;
	}
	#it-systemhaus .zitat-text {
    font-size: 16px !important;
	line-height: 20px !important;
	}
}

@media (max-width: 767px) {
	#it-systemhaus .bubble {
    width: 60%;
	margin-top: -65%;
	padding: 25px !important;
	}
	#it-systemhaus .one {
	margin-right: 0%;
	}
	#it-systemhaus .two {
	margin-right: 0%;
	}
	#it-systemhaus .three {
	margin-right: 65%
	}
	#it-systemhaus .ausrufezeichen {
	font-size: 30px !important;
	margin-top: -15px !important;
	margin-bottom: 0px;
	}
	#it-systemhaus .zitat-text {
    font-size: 11px !important;
	line-height: 15px !important;
	}
	#it-systemhaus .company-kontakt {
	font-size: 12px !important;
	}
}

/* Unterseite: Kontakt */

#kontakt-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

#kontakt-section .subtitle {
	margin-top: -15px;
}

#kontaktformular {
	padding-bottom: 100px;
}

@media (max-width: 980px) {
	#kontaktformular {
	padding-bottom: 25px;
	}
}

/* Unterseite: Impressum/Datenschutz/Haftungsausschluss */

#rechtliches-section, #angaben, #datenschutz {
	padding-top: 100px;
	padding-bottom: 100px;
}

#rechtliches-section .subtitle-1, .subtitle-2 {
	margin-top: -25px;
}

#angaben .title {
	padding-bottom: 15px;
}

#angaben .box {
	background: #ffffff;
	padding: 25px
}

#angaben .text {
	border-radius: 0px;
}

#datenschutz .text {
	border-radius: 0px;
	padding: 0px !important;
}

@media (max-width: 980px) {
	#angaben {
	padding-top: 35px;
	padding-bottom: 35px;
	}
	#angaben .title {
	padding-bottom: 0px;
	}
	#angaben .text {
	margin-bottom: 0px !important;
	border-radius: 0px;
	}
	#datenschutz {
	padding-bottom: 50px !important;
	}
}

/*########## CUSTOM LIST ICON ##########*/

.et_pb_module ul {
	list-style-type: none!important;
}

.et_pb_module ul li:before {
	font-family: 'ETMODULES'!important;
	content: '\52'!important;
	color: #007925;
	background: #E3F0E7;
	border-radius: 50%;
	margin-left: -30px;
	font-size: 1.2em!important;
	position: absolute;
	line-height: 1;
	transform: translateY(25%);
}


/*########## Tel./Phone/Fax Before Elements ##########*/

a.telefonlink,
a.emaillink,
p.faxlink,
a.telefonlink_en,
a.maillink_en,
p.faxlink_en {
	cursor: pointer;
	margin-bottom: 10px;
}

p.faxlink,
p.faxlink_en {
	margin-top: -1em;
}

a.telefonlink:before,
a.telefonlink_en:before,
a.emaillink:before,
a.emaillink_en:before,
p.faxlink:before,
p.faxlink_en:before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
	transform: translatey(3px)
}

/* a.telefonlink:before,
a.telefonlink_en:before {
	background-image: url('/wp-content/uploads/phone-icon.png');
}

a.emaillink:before,
a.emaillink_en:before {
	background-image: url('/wp-content/uploads/mail-icon.png');
}

p.faxlink:before,
p.faxlink_en:before {
	background-image: url('/wp-content/uploads/fax-icon.png');
}*/


/*############################## FORMULAR ##############################*/

.et_pb_module .everest-forms input,
.et_pb_module .everest-forms textarea {
	background: transparent;
    border-style: solid;
    border: solid;
    border-color: #E3F0E7;
    color: #1a2a1a;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    transition: all .2s ease-in-out;
}

.et_pb_module .everest-forms input:focus,
.et_pb_module .everest-forms textarea:focus {
	box-shadow: 0 8px 15px 0px #0000005e;
}

.et_pb_module .everest-forms label {
	color: #1a2a1a;
	font-size: 16px;
}

@media (max-width: 980px) {
	#evf-form-73 .evf-submit-container {
	padding-left: 0px;
	padding-right:0px;
	}
	#evf-form-73 .et_pb_button {
	padding: 8px 35px 8px 20px;
	}
}

/*############################## FOOTER ##############################*/

.lZFxN1mmuTI0yDYgOjQNMjAQMMMjZzTtheme--light {
    display: none;
}

.et_pb_testimonial_0_tb_footer.et_pb_module {
    background-color: #FFFFFF;
    height: 0px;
    min-height: 70px !important;
    max-height: 0px !important;
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    margin-top: 100px !important;
    margin-bottom: -100px !important;
    background-color: #FFFFFF !important;
}

@media (min-width: 1280px) and (max-width: 1919px) {
  .et_pb_testimonial_0_tb_footer.et_pb_module {
    background-color: #FFFFFF;
    min-height: 60px !important;
    padding: 10px !important;
    margin-top: 117px !important;
    margin-bottom: -100px !important;
	width: 26%;
  }
}

#kontakt {
    background-color: transparent !important;
}

.et-l--footer p {
	color: #1a2a1a;
}

.et-l--footer h2 {
	color: #007925 !important;
}

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

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

#jfm-main-footer,
#jfm-main-footer .et_pb_row {
	padding-top: 60px !important;
	padding-bottom: 0!important;
}


#jfm-main-footer .et_pb_row {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}

#jfm-main-footer .et_pb_row:after {
	display: none;
}

#jfm-main-footer .et_pb_row .et_pb_column {
	width: 30%;
	margin-right: 0;
}

#jfm-main-footer .et_pb_row .et_pb_column:nth-child(2) {
	width: 30%;
}

#jfm-main-footer .et_pb_text h2,
#jfm-main-footer .et_pb_text h3 {
	padding-bottom: 0;
}

#jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) {
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
    align-items: flex-start;
	width: 40%;
}

#jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) .et_pb_text {
	width: 100%;
	margin-bottom: 20px;
}

#jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) .et_pb_image {
	max-width: 45%;
	margin:0;
	display: flex;
	align-items: center;
}

.et_pb_section .et_pb_section_2_tb_footer .et_pb_with_background .et_section_regular {
    padding-bottom: 80px;
    margin-top: -400px;
}

#jfm-ref-footer {
	background: #007925;
}

.et-l--footer #jfm-ref-footer .et_pb_column {
	width: 100%;
}

.et-l--footer #jfm-ref-footer {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}


.et-l--footer #jfm-meta-footer .et_pb_row,
.et-l--footer #jfm-ref-footer .et_pb_row,
.et-l--footer #jfm-meta-footer .et_pb_column,
.et-l--footer #jfm-ref-footer .et_pb_column {
	padding: 0px;
}

@media (min-width: 980px) {
    .et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
        margin-bottom: 0%;
    }
}

@media (max-width: 980px) {
	#cta .cta-text {
    width: 100%;
	}
	#cta .cta-bild {
	padding-top: 200px;
	padding-bottom: 200px;
	padding-right: 0px;
    width: 100%;
	}
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(1) {
        order: 1!important;
        width: 50%!important;
    }
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(2) {
        order: 2!important;
        margin-top: 25px!important;
        width: 50%!important;
    }
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) {
    order: 3!important;
    width: 100%!important;
    }
	#jfm-main-footer .et_pb_section_1_tb_footer.et_pb_section {
    margin-top: -70px;
	}
	#jfm-main-footer .et_pb_section .et_pb_section_1_tb_footer .et_section_regular {
    background: linear-gradient(180deg, #e3f0e7 50%, #f0f0f0 50%)!important;
	}
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) .et_pb_image {
    max-width: 15%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	#jfm-main-footer .et_pb_image_4_tb_footer, 
	#jfm-main-footer .et_pb_image_5_tb_footer, 
	#jfm-main-footer .et_pb_image_6_tb_footer {
    margin-top: 0px !important;
    text-align: left;
    margin-left: 0;
	}
	.et_pb_section_1_tb_footer {
    background: linear-gradient(180deg, #e3f0e7 40%, #f0f0f0 60%)!important;
	}
	.et_pb_section_1_tb_footer.et_pb_section {
    margin-top: 0!important;
	}
	.et_pb_section.et_pb_section_2_tb_footer {
    background-size: 190% !important;
	background-position: left bottom 0px;
	}
	.et_pb_section_2_tb_footer {
    background: no-repeat;
    background-color: transparent;
    width: 100%;
	}
	.et_pb_column_0_tb_footer {
    border-top-width: 5px;
    border-left-width: 0px!important;
    border-top-color: #E3F0E7;
    }
	#cta .cta-text {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
        padding-left: 75px!important;
        padding-right: 75px!important;
    }
	#jfm-main-footer, #jfm-main-footer .et_pb_row {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 25px;
    padding-right: 25px;
	}
	.et_pb_module .et_pb_button, .everest-forms button.et_pb_button.evf-submit, .et_pb_posts a.more-link {
    font-size: 16px;
	padding: 8px 20px 8px 20px;
	}
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(2) { 
    margin-top: 0px !important;
    }
}

@media (max-width: 767px) {
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(1) {
        order: 1!important;
        width: 100%!important;
    }
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(2) {
        order: 2!important;
        margin-top: 0px!important;
        width: 100%!important;
		padding-top: 0px!important;
		padding-bottom: 0px!important;
    }
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) {
    order: 3!important;
    width: 100%!important;
    }
	#cta .cta-bild {
    padding-top: 275px;
    padding-bottom: 125px;
    padding-right: 0px;
    width: 100%;
    }
	#cta .cta-bild .et_pb_testimonial {
	width: 50%
	}
	#cta .cta-text {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    }
	#jfm-main-footer .et_pb_section .et_pb_section_1_tb_footer .et_section_regular {
    background: linear-gradient(180deg, #e3f0e7 60%, #f0f0f0 40%)!important;
	}
	#jfm-main-footer, #jfm-main-footer .et_pb_row {
    padding-top: 30px!important;
    padding-bottom: 5px!important
	}
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) .et_pb_image {
    max-width: 45%;
    margin: 0;
    display: flex;
    align-items: center;
	}
	#jfm-main-footer .et_pb_image_4_tb_footer, 
	#jfm-main-footer .et_pb_image_5_tb_footer, 
	#jfm-main-footer .et_pb_image_6_tb_footer {
    margin-top: 25px !important;
    text-align: left;
    margin-left: 0;
	}
	.et_pb_section_1_tb_footer.et_pb_section {
    margin-top: 0px!important;
	}
	.et_pb_section.et_pb_section_2_tb_footer {
    background-size: 400% !important;
	background-position: left bottom 0px;
	}
	.et_pb_section_2_tb_footer {
    background: no-repeat;
    background-color: transparent;
    width: 100%;
	}
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(2) {
    padding-top: 5px !important;
	padding-bottom: 5px !important;
    }
	#jfm-main-footer, #jfm-main-footer .et_pb_row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
	}
	.et_pb_module .et_pb_button, .everest-forms button.et_pb_button.evf-submit, .et_pb_posts a.more-link {
    font-size: 20px;
	}
}

@media (max-width: 480px) {
    #jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) .et_pb_image_1_tb_footer,
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) .et_pb_image_2_tb_footer,
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) .et_pb_image_3_tb_footer,
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) .et_pb_image_4_tb_footer {
        width: auto !important;
        margin: 0;
        display: flex;
        align-items: center;
    }
}

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

/* Max width 1500 px */



/*Max width 1350 px */



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

@media only screen and (max-width: 980px) {
	#main-header .et_menu_container .logo_container {
		text-align: left;
	}
	#main-header .et_menu_container .logo_container .logo_helper {
		height: unset;
	}
	#main-header .et_menu_container .logo_container>a {
		height: auto;
	}
	.et-l--footer .et_pb_section .et_pb_row {
		width: 100%;
	}
	.et-l--footer .et_pb_section .et_pb_column {
		width: 50%;
		padding: 50px;
	}
	#jfm-main-footer .et_pb_row .et_pb_column {
		padding: 35px 30px !important;
	}
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(1) {
		order: 2;
	}
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(2) {
		order: 1;
		margin-top: 0;
	}
	#jfm-main-footer .et_pb_row .et_pb_column:nth-child(3) {
		order: 3;
	}
}

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

@media only screen and (max-width: 767px) {
	.et_pb_section .et_pb_row {
		width: 90%;
	
	}
	#main-header .et_menu_container .logo_container img {
		height: auto;
		max-height: unset;
	}
	.jfm-sticky .et_pb_column {
		position: relative;
		top: unset;
	}
	.mobile_middle-outside .swiper-button-next {
		-webkit-transform: translateX(70%);
		transform: translateX(70%);
	}
	.mobile_middle-outside .swiper-button-prev {
		-webkit-transform: translateX(-70%);
		transform: translateX(-70%);
	}
	.et-l--footer .et_pb_section .et_pb_column {
		width: 100%;
	}
}