/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* Preise */
.komponentenlist > div { padding: 0 7px; }
.komponentenlist ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0;
}
.komponentenlist ul li {
	padding: 0;
	margin: 0;
	font-size: .8em;
	line-height: 1.3em;
}
.komponentenlist .et_pb_text_inner > p:last-of-type { font-size: .8em;line-height: 1.3em; } 
.komponentenlist .et_pb_text_inner > p { padding-bottom: 0; padding-top: 15px;}
.preise-wrapper .et_pb_column > .et_pb_image:first-child { width: 100%; }

.flickity-page-dots { display: none !important;}
.dc-carousel .flickity-viewport .flickity-slider>.et_pb_row { min-height: 100%; }

/* Filter Ressources */
.ressouce-filter ul { list-style-type: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.ressouce-filter ul li { padding: 0; margin: 5px; }
.ressouce-filter ul li a.active { text-decoration: underline; }

.ressource-wrapper .et_pb_column_4_4 { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.ressource-wrapper .et_pb_column_4_4 > div { width: calc(33% - 20px); }
.ressource-wrapper img { animation: none !important; opacity: 1 !important; }

@media ( max-width: 980px ) {
	.ressource-wrapper .et_pb_column_4_4 > div { width: calc(50% - 20px); }
}

@media ( max-width: 767px ) {
	.ressource-wrapper .et_pb_column_4_4 > div { width: 100%; }
}

/* Customs */
h1, h2, h3, h4, h5, h6, .et_quote_content blockquote p, .et_pb_slide_description .et_pb_slide_title { font-weight: inherit !important; }
.prices-row .et_pb_blurb_position_left .et_pb_blurb_container { padding-left: 0; } 
.prices-row .et_pb_column .et_pb_blurb { margin-left: 10px !important; font-size: 14px; margin-bottom: 4px !important;}
.prices-row .et_pb_main_blurb_image { width: 27px !important; }
.prices-row .et_pb_blurb_position_left .et_pb_main_blurb_image,
.prices-row .et_pb_blurb_position_right .et_pb_main_blurb_image { vertical-align: middle; }
.prices-row > div { padding-bottom: 25px; }
.prices-row > div > div.flexspread { flex: 1; display: flex; flex-direction: column; justify-content: flex-end;}

.et_builder_inner_content { overflow-x: hidden; }

.et_pb_text blockquote { border-color: #588981 !important /* #a1bab6 */; }

.absolute-img-row .et_pb_image_wrap img { width: 100% !important; max-width: none !important; }
.bottom-right-pattern-three-green,
.bottom-right-pattern-three-white,
.bottom-right-pattern-arrow-three-green,
.bottom-left-pattern-arrow-three-white { position: relative; z-index: 999; }
.bottom-right-pattern-three-green:after,
.bottom-right-pattern-three-white:after,
.bottom-right-pattern-arrow-three-green:after,
.bottom-left-pattern-arrow-three-white:after{
	content: '';
	display: block;
	width: 100vw;
	height: 200px;
	background-image: url(/wp-content/uploads/2021/12/Luci-Pattern-3-rows-green.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	right: -40px;
	transform: translateY(50%);
	opacity: .5;
}

.bottom-left-pattern-arrow-three-white:after { 
	background-image: url(/wp-content/uploads/2021/12/Luci-Pattern-3-lines-white.svg);
	transform: scaleX(-1) translateY(50%); 
	right: 0;
}

.bottom-right-pattern-arrow-three-green:after {
	background-image: url(/wp-content/uploads/2021/12/Luci-Pattern-3-lines-green.svg);
	right: 0;
}

.bottom-right-pattern-three-white:after {
	background-image: url(/wp-content/uploads/2021/12/Luci-Pattern-3-lines-white.svg);
	right: 0;
}

@media (min-width: 981px) {
	#top-menu>li:last-child { margin-left: 20px; }
}

@media (max-width: 1300px) {
	.bottom-right-pattern-three:after,
	.bottom-right-pattern-arrow-three-green:after,
	.bottom-left-pattern-arrow-three-white:after,
	.bottom-right-pattern-three-white:after{ height: 150px; opacity: .2; }
}
@media (max-width: 980px) {
	.bottom-right-pattern-three:after,
	.bottom-right-pattern-arrow-three-green:after,
	.bottom-left-pattern-arrow-three-white:after,
	.bottom-right-pattern-three-white:after { opacity: 0; }
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

/* Navi */
.nav-button a { position: relative; color: #fff !important; padding-bottom: 0 !important; transition: all .3s ease-in-out;}
.nav-button a:after {
	content: '';
    background: #a42073;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    padding: 10px 15px;
	border-radius: 5px;
    left: 50%;
	transition: all .3s ease-in-out;
	border: 1px solid #a42073;
}
.nav-button a:hover:after { background: #fff;}
.nav-button a:hover { color: #a42073 !important; }
.et_mobile_menu .nav-button a { padding-bottom: 10px !important; margin-top: 5px !important; }

/* Increase width of drop-down menus */
@media screen and (min-width: 981px) {
	.sub-menu {
		min-width: 300px;
	}
	#top-menu li li a {
		width: 260px;
		/* Extra - Reduce padding on list items */
	}
}

#top-menu li li a {
	line-height: 1.5em;
    font-size: 12px;
	padding: 9px 4px;
}

/*------------------------------------------------------------------------*/
/*------------------- DIVI 2 COLUMN IMAGE & TEXT MODULE-------------------*/
/*------------------------------------------------------------------------*/
/* Divi Vertical Timeline With Annimation Effects */
.vertical-timeline .section-title .et_pb_text_inner {
	text-align:center;
}
.vertical-timeline .section-title .et_pb_text_inner h2 {
    font: 400 40px/1.1em Proxima Nova,sans-serif;
    margin: 0px;
    color: #000;
}
.vertical-timeline .section-title .et_pb_text_inner h3 {
    font: 100 35px/1.3em Proxima Nova,sans-serif;
}
.vertical-timeline .et_pb_image img {
    width: 85%;
    display: inline;
}
.vertical-timeline .step {
    list-style-type: none;
    position: relative;
    overflow: hidden !important;
    padding: 0px 0px 45px 0px;
}
.vertical-timeline .step::after {
    content: "";
    position: absolute !important;
    bottom: 5px;
    left: 45%;
    margin-left: 40px;
    z-index: 1;
    width: 19px;
    height: 1000px;
    background: url(https://luciapp.de/wp-content/uploads/2021/06/step_arrow_15x300.png) no-repeat 0 bottom;
    visibility: visible;
}
.vertical-timeline .step-last::after{
	display:none;
}
.vertical-timeline .step h4.title{
    font-size: 24px;
}
.vertical-timeline .step p{
    font-size: 17px;
}
.vertical-timeline .left-side {
    width: 45%;
    float: left;
    padding: 0 50px;
    padding-top: 15px;
    text-align: center;
    margin: unset !important;
    position: unset!important;
}
.vertical-timeline .right-side {
    width: 55%;
    float: left;
    padding-top: 15px;
    padding-left: 125px;
    position: unset!important;
}
.vertical-timeline .right-side .step-number{
    width: 97px;
    height: 97px;
    display: inline-block;
    background: url(https://luciapp.de/wp-content/uploads/2021/06/step_background_green_95.png) no-repeat 0 0;
    z-index: 9;
	position: absolute !important;
    left: 45%;
	top:0;
}
.vertical-timeline .right-side .step-number .et_pb_text_inner p{
	font-weight: 500;
    font-size: 40px;
    line-height: 96px;
    text-align: center;
    color: #ffffff;
}
.vertical-timeline .right-side .step-content{

}
/* Divi Vertical Timeline With Annimation Effects Responsive Styles */
@media (max-width: 1200px){
	.vertical-timeline .left-side{
		padding:15px 25px 0;
	}
}
@media (max-width: 992px){
	.vertical-timeline .left-side{
		padding:15px 15px 0;
	}
}
@media (max-width: 767px){
	.vertical-timeline .left-side {
    	width: 100%;
    	padding-left: 125px;
    	padding-bottom: 30px;
	}
	.vertical-timeline .right-side {
    	width: 100%;
	}
	.vertical-timeline .right-side .step-number{
		left:0;
	}
	.vertical-timeline .step::after {
		left:0;
	}
	.vertical-timeline .et_pb_image img{
		width:100%;
	}
	footer .store-icon-footer img { width: 100%; max-width: 120px; }
}
@media (max-width: 374px){
	.vertical-timeline .step::after {
		margin-left:30px;
	}
.vertical-timeline .right-side .step-number {
		background-size:cover; 
		width:80px; height:80px; 
		line-height:78px;
	}
	.vertical-timeline .left-side,
	.vertical-timeline .right-side{
	    padding-left: 100px;
    	padding-bottom: 20px
	}
}

/*Menu CTA Button*/
#et-top-navigation .et_pb_button {   
margin-top: 0px;
color: #ffffff!important;   
border-width: 3px!important;   
border-radius: 3px;   
font-size: inherit;   
font-weight: 800!important;   
background-color: #a42073;
} 

/* Button */
body #page-container .et_pb_section .et_pb_button_module_wrapper > a.et_pb_button,
body #page-container .et_pb_section .et_pb_button_module_wrapper > a.et_pb_button:hover{ padding: 15px 25px !important;}

#mc_embed_signup { background: transparent !important; }
#mc_embed_signup .button {
	border-radius: 0 !important;
	background: #a42073 !important;
	color: #fff !important;
	border: 1px solid #a42073 !important;
}
#mc_embed_signup .button:hover {
	color: #a42073 !important;
	background: transparent !important;
}

#et-top-navigation .et_pb_button:after {
font-size: 23px;
}

/* Erfolgsgeschichte */
body.page-id-6258 .et_pb_section:not(.full) .et_pb_column > div:not(.full),
body.page-id-7437 .et_pb_section:not(.full) .et_pb_column > div:not(.full){ 
	width: 100%;
	max-width: 90%;
	align-self: flex-end;
	margin-left: auto!important;
    margin-right: 0!important;
}
body.page-id-6258 .et_pb_image .et_pb_image_wrap img[src*=".svg"],
body.page-id-7437 .et_pb_image .et_pb_image_wrap img[src*=".svg"] { width: 100%; }
.zeitlicher-plan tr td { vertical-align: baseline; }
table.zeitlicher-plan,
.zeitlicher-plan tr,
.zeitlicher-plan tr td { border: none !important; }
.zeitlicher-plan tr:nth-child(odd) { background: rgba(255, 255, 255, .5); }

body.page-id-7437 ol {
	list-style-position: outside;
	padding-left: 1em; 
}
body.page-id-7437 ol > li { margin-bottom: 15px; }
body.page-id-7437 ol > li:last-of-type { margin-bottom: 0; }

.call-bubble > div { padding: 10px !important; background: #f2f1ef; border-radius: 5px; }

.jumpto-ul ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.jumpto-ul ul li {
	width: calc(50% - 16px);
	margin: 8px 16px 8px 0;
}
.jumpto-ul ul li a {
	display: flex;
	align-items: center;
	text-align: left;
	flex-direction: row;
	font-size: 16px;
}
.jumpto-ul ul li img { width: 100%; max-width: 35px; margin: 0 25px 0 0; }
body.page-id-7437 .jumpto-ul p { padding: 15px 0 0 0; }
body.page-id-7437 .jumpto-ul ul li {
	width: 100%;
	margin: 0;
	padding-left: 21px;
}
body.page-id-7437 .et_pb_image img:not(.wp-image-4072) { max-width: 650px !important; }
body.page-id-7437 .et_pb_image.max-width-klemmbrett img { max-width: 450px !important; }
body.page-id-7437 .jumpto-ul ul li a { display: inline-block; font-size: 12px; font-weight: 300 !important; font-family: 'Open Sans Regular',Helvetica,Arial,Lucida,sans-serif }

/* Anwendungsfälle */
.anwendungsfall-row > div {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: wrap;
}
.anwendungsfall-row > div > div:nth-child(2) { flex: 1; }
.icon-liste ul { list-style-type: none;}
.icon-liste ul li { padding-left: 1.3em; margin-bottom: 1em; }
.icon-liste ul li:last-of-type { margin-bottom: 0; }
.icon-liste ul li:before {    
    font-family: etmodules;
    content: '\4e';
	display: inline-block;
  	margin-left: -2em; /* same as padding-left set on li */
  	width: 2em; /* same as padding-left set on li */
	color: #a1bab6;
	font-weight: 900;
}


/* Blog Ansicht */
.et_pb_posts .et_pb_post {
	padding-bottom: 60px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

/* Footer */
footer .footer-widget > .et_pb_widget { float: none; }
footer .footer-widget > .et_pb_widget a { color: #fff; }
footer .footer-widget > .et_pb_widget h5 { color: #000 !important; text-transform: uppercase; padding: 0; line-height: 1.5; }
footer .footer-widget > div:first-child { min-height: 34px; }
footer .store-icon-footer img { width: 100%; max-width: 150px; }
.et_pb_posts .et_pb_post:last-child { border-bottom: 0 !important; padding-bottom: 0 !important; }
footer #footer-info { display: flex; }
footer #footer-info img { max-width: 140px !important; margin-right: 40px !important; }
footer #footer-bottom { padding: 0;}
footer #footer-bottom > div { padding: 15px 0 5px; border-top: 1px solid #fff;}
footer .blocks-gallery-item img { max-width: 35px !important; } 
#block-48 .wp-block-image { width: auto !important;}
#block-48 .wp-block-gallery.has-nested-images figure.wp-block-image { flex-grow: 0;}

#footer-widgets .footer-widget .fwidget {
	margin-bottom: 5px !important;
}


@media (max-width: 980px) {
	.et_pb_posts .et_pb_post {
		padding-bottom: 60px;
	}
	
	.after-img-big:after {
		width: 50vw;
	}
}

@media ( max-width: 767px ) {
	.dc-carousel .et_pb_module.et_pb_text { padding-top: 0 !important; padding-left: 15px !important; padding-right: 15px !important; }
	.dc-carousel .et_pb_module.et_pb_text h2 { font-size: 16px !important;}
	.dc-carousel .et_pb_row { padding-bottom: 0;}
	.dc-carousel .et_pb_icon { display: none; }
	.flickity-prev-next-button.previous { left: -44px !important;}
	.flickity-prev-next-button.next { right: -44px !important;}
	
}