/*
Theme Name: Divi Child Theme
Theme URI: https://www.flh-mediadigital.de
Description: Divi Child Theme - FLH
Author: FLH
Author URI: https://www.flh-mediadigital.de
Template: Divi
Version: 1.0.0
*/
/* imports:
================================================================================= */
@import url("../Divi/style.css");
@import url("css/font.css");
@import url("css/color.css");



/* =Theme customization starts here
------------------------------------------------------- */
html::before {
  content: ' ';
  display: block;
  background-image: url(img/EDEKA-BG.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;
}
/*.et_pb_column_3 {
	display: flex;
	justify-content: center;
}*/
.et_pb_row.et_pb_row_2 {
	display: flex;
	flex-wrap: wrap;
}
.et_pb_module.et_pb_menu.et_pb_menu_0_tb_footer.et_pb_bg_layout_light.et_pb_text_align_left.et_dropdown_animation_fade.et_pb_menu--without-logo.et_pb_menu--style-left_aligned {
	background-color: #ffffff00; 
}
@media only screen and (max-width: 650px) {
	.et_pb_row.et_pb_row_2 {
		flex-wrap: wrap;
}
	}
@media only screen and (max-width: 980px) {
	.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light,
	.et_pb_module.et_pb_text.et_pb_text_1.et_pb_text_align_left.et_pb_bg_layout_light,
	.et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light,
	.et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_left.et_pb_bg_layout_light,
	.et_pb_module.et_pb_text.et_pb_text_4.et_pb_text_align_left.et_pb_bg_layout_light,
	.et_pb_module.et_pb_text.et_pb_text_7.et_pb_text_align_left.et_pb_bg_layout_light,
	.et_pb_module.et_pb_text.et_pb_text_8.et_pb_text_align_left.et_pb_bg_layout_light,
	.et_pb_module.et_pb_text.et_pb_text_13.et_pb_text_align_left.et_pb_bg_layout_light, 
	.et_pb_module.et_pb_text.et_pb_text_14.et_pb_text_align_left.et_pb_bg_layout_light  {
		padding: 0px !important;
}
	}

/*Formulare*/

div.wpcf7 { 
padding:20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
color:#000;  
	height: 40px;
	border-radius: 10px; 
	min-width: 500 px;
	width: 100%;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
background-color: #fce531;
width:100%;
text-align:center;
text-transform:uppercase;
	border-radius: 50px;
	color: #000;
}

.dvppl_cf7_styler_0 .dipe-cf7 .wpcf7 form>p {
	color: #fff;
}

/*all-in-link*/
.all-in-link-button2 {
	border-radius: 50px !important;
	min-width: 50% !important;
 	margin: 5px !important;
	transition: 1.5s ease !important;
}

.all-in-link-button2:before{
	margin-right: 10px !important;
	margin-left: 10px !important;
    float: left !important;
	position: static !important;
		border: none !important;
	width: auto !important;
}
.all-in-link-button2:hover{
	transform: scale(1.2);
	transition: 1.5s ease !important;
}
#all_in_link_block a.all-in-link-button2{
	background-color: white !important;
	color: #1561AC !important;
	font-size: 20px !important;
}
.all_in_link_logo .et_pb_image_wrap {
	box-shadow: none;
}
.footer_menu_neue #menu-footermenue a{
	color: #fff !important;
}

@media (max-width: 980px) {
	.all-in-link-button2 {min-width: 60% !important;}
	.footer_menu_neue .et_pb_menu__menu {display: block !important}
	.footer_menu_neue .et_mobile_nav_menu {display: none !important}
}
@media (max-width: 500px) {
	.all-in-link-button2 {min-width: 90% !important;}
}

/*Änderungen*/

#main-header {
	position: fixed;
}
@media (max-width: 980px) {
#main-header {
    top: 0px!important;
}
	}
@media (max-width: 980px) {
.et_fixed_nav #main-header {
    position: fixed !important;
}
	}
@media (max-width: 980px) {
.et_header_style_centered header#main-header.et-fixed-header .logo_container {
    height: 0px !important;
	background-color: #f8f7f1 !important;
}
	}

.Copyright_block {
	font-size: 23px;
}
.et_mobile_nav_menu {
	display: none !important;
}
.et_pb_menu__menu {
	display: block !important;
}
/* accordion:
================================================================================= */
.et_pb_toggle_open .et_pb_toggle_title::after {
  position: absolute;
  font-family: ETmodules !important;
  font-weight: 400 !important;
  content: "\3d" !important;
  right: 0;
  left: auto;
  font-size: 16px;
  line-height: 1;
  top: 50%;
  margin-top: -.5em;
}
.et_pb_toggle_close .et_pb_toggle_title:hover::before, .et_pb_toggle_open .et_pb_toggle_title::after {
  transform: rotate(90deg);
}

/*Änderung*/
@media (max-width: 980px) { 
	.et-fixed-header #et-top-navigation {
	padding-top:80px !important;
	transition: all 0s !important;
}
}
.service_container {
	display: flex;
	flex-wrap: wrap;
}
.et_pb_column .service_block {
	height: 100%;
}

/*Änderungen nach Frougs Audit*/
	.et_pb_image_0 .et_pb_image_wrap,
    	.et_pb_image_2 .et_pb_image_wrap,
    	.et_pb_image_4 .et_pb_image_wrap{
	border-radius: 50px 0 50px 0 !important;
	box-shadow: 25px 25px 0px 0px #1b66b3 !important;
}
	.et_pb_image_1 .et_pb_image_wrap,
	.et_pb_image_3 .et_pb_image_wrap,
	.et_pb_image_5 .et_pb_image_wrap,
	.et_pb_image_7 .et_pb_image_wrap{
	border-radius: 0 50px 0 50px!important;
	box-shadow: -25px 25px 0px 0px #1b66b3 !important; 
}
	#partner_block .et_pb_image_wrap{
	border-radius: 0px !important;
	box-shadow: none !important;}

@media (max-width: 980px) {
	.et_pb_text_inner,
	footer .et_pb_text_inner,
	footer .et_pb_social_media_follow,
	footer .et_pb_blurb_description{
	text-align: center !important;
}
	footer .et_pb_blurb_content{
   	display: flex !important;
    	flex-wrap: wrap;
    	flex-direction: column;
    	align-items: center;
}
	#menu-footermenue {
	display: flex;
	justify-content: center !important;
}
	.select_page {
	display: none !important;
}
	.mobile_menu_bar:before{
   	display: flex !important;
   	justify-content: center !important;
}
	.mobile_menu_bar{
	position: relative !important;
}
}

	@media (max-width: 980px) {
	.et_pb_section .et_pb_top_inside_divider,
	.et_pb_section .et_pb_bottom_inside_divider {
   	height: 80px !important;
  	background-size: 100% 80px !important;
}
}
@media (max-width: 500px) {
	.et_pb_section .et_pb_top_inside_divider,
	.et_pb_section .et_pb_bottom_inside_divider {
 	height: 30px !important;
   	background-size: 100% 30px !important;
}
}
.et_mobile_menu{
	max-height: 450px !important;
	overflow: auto !important;
}
h2::after {
    content: "";
    display: block;
    width: 100px; 
    height: 5px; 
    background-color: #1b66b3;
    margin: 8px auto 0 auto;
}
@media (min-width: 980px) {
	.text-block h2::after{
	margin: 8px auto 0 0;
}
}

#footer h2::after{
	display: none;
}
.dmpro_carousel_child 
.dmpro-carousel-item-desc {
	line-height: 18px !important;
}

.wpa-hide-ltr#skiplinks a, 
.wpa-hide-ltr#skiplinks a:hover, 
.wpa-hide-ltr#skiplinks a:visited {
    margin-top:25px !important;
}


.dmpro_button_grid_child {
  margin: 5px;
}
@media only screen and (max-width: 767px) {
  .dmpop_button_grid_0 .dmpop-button-grid-container a:first-child {
    margin-bottom: 15px; 
  }
}