/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Karin Zeilinger
 Author URI:     https://www.lichtweb.ch
 Template:       Divi
 Version:        1.0.0
*/
 
/* Eigenes CSS */

body{
	background: rgba(255,253,153,1);
	background: -moz-linear-gradient(top, rgba(255,253,153,1) 0%, rgba(153,204,102,1) 51%, rgba(0,102,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,253,153,1)), color-stop(51%, rgba(153,204,102,1)), color-stop(100%, rgba(0,102,153,1)));
	background: -webkit-linear-gradient(top, rgba(255,253,153,1) 0%, rgba(153,204,102,1) 51%, rgba(0,102,153,1) 100%);
	background: -o-linear-gradient(top, rgba(255,253,153,1) 0%, rgba(153,204,102,1) 51%, rgba(0,102,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,253,153,1) 0%, rgba(153,204,102,1) 51%, rgba(0,102,153,1) 100%);
	background: linear-gradient(to bottom, rgba(255,253,153,1) 0%, rgba(153,204,102,1) 51%, rgba(0,102,153,1) 100%);

	}

body.et_cover_background {
    background-attachment: scroll;
}
.top-img {
    border: 2px solid #663300;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

#main-content .et_pb_row {
	background:#FFFFFF !important;
}

h1 {
	font-size: 30px !important;
color: #663300 !important;
font-weight: bold;
}

@media all and (max-width: 1472px) {
	
	.et_pb_section_1_tb_header .et_pb_row, .et_pb_section_0_tb_footer .et_pb_row_0_tb_footer  {
		width: 81% !important;
	}
}

@media all and (min-width: 981px) {
	
.et_pb_row {
	border-image: url("https://www.himmel-mensch-erde.ch/wp-content/themes/Divi-Child-Theme/img/content_hg.png") 10 18 15 18;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
	border-style: solid;
    border-width: 10px;
	padding-left: 30px !important;
	padding-right: 30px !important;
	}
	
.et_pb_fullwidth_menu, footer .et_pb_fullwidth_section {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: url("https://www.himmel-mensch-erde.ch/wp-content/themes/Divi-Child-Theme/img/top_nav_hg.png") 8 8 8 8;
    border-style: solid;
    border-width: 6px;
	width: 100% !important;
}
	
	.et_pb_with_background {
	background-color: transparent !important;
	background: transparent !important;
}

	.et-menu a {
	margin-right: 40px;
	}
	
}


@media all and (min-width: 982px) {
.et_pb_menu--style-left_aligned .et_pb_menu_inner_container {
	float: right !important;
}
}

@media all and (max-width: 981px) {
.et_pb_row_0_tb_header  {
		width: 90% !important;
	}	
.et_pb_column_0_tb_header, .et_pb_column_2_tb_header, .et_pb_column_1_tb_header  {
		width: 33% !important;
	}	
	
	.et_pb_fullwidth_menu {
		background: #729501 !important;
	}
	.et_pb_fullwidth_menu .et_pb_row {
		min-height: 50px !important;
	}
	
.et_pb_fullwidth_menu_0_tb_header .mobile_nav .mobile_menu_bar::before {
    color: #fff !important;
}
	
    #main-content .et_pb_row {
    padding: 20px;
    width: 95% !important;
}
    
	.et_mobile_nav_menu {
		margin-top: 7px !important;
		border: 1px solid #fff;
	border-radius: 3px;
	}
	
	.et_pb_fullwidth_menu--style-centered .et_pb_menu__menu > nav > ul, .et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap, .et_pb_menu--style-centered .et_pb_menu__menu > nav > ul, .et_pb_menu--style-centered .et_pb_menu__wrap {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
	
.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu .et_mobile_menu ul {
	background-color: #FFF !important;
	}
	
	.et_mobile_menu li a {
	color: #663300;
	border-bottom: 1px solid #663300;
	}
	
		.et_pb_with_background {
	background-color: #FFFFFF !important;
	background: #FFFFFF !important;
}
	
footer .et_pb_menu__menu {
    display: inline !important;
}
 
footer .et_mobile_nav_menu {
	display: none !important;
	}
    
footer {
    font-size: 90% !important;
    }
        
footer .et_pb_column {
    width: 49% !important;
    margin-bottom: 30px;
       margin-top: 30px;
}
	
}

@media all and (max-width: 765px) {

.et_pb_column_0_tb_header, .et_pb_column_2_tb_header  {
		display: none !important;
	}	
.et_pb_column_1_tb_header  {
	width: 100% !important;
	margin-bottom: 0px !important;
	}	
	
.et_pb_column_1_tb_header img {
	max-width: 80% !important;
	}	
    
footer .et_pb_column {
    width: 100% !important;
    margin-bottom: 0px;
    margin-top: 30px;
}
    
.et_pb_menu--style-left_aligned .et_pb_menu_inner_container {
	float: left !important;
}
 
	
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
    margin-bottom: -20px !important;
    
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul {
    padding: 5px 0 0 !important;
}



.et_pb_fullwidth_menu .et_pb_menu__menu > nav > ul > li > ul {
  top: calc(100% - -11px);
  left: 0;
}



.et_pb_section {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background: transparent !important;
}



.et_pb_section_0.et_pb_section {
    background-color: transparent !important;
}



footer .et_pb_fullwidth_section p, footer .et_pb_fullwidth_section p a {
	color: #FFFFFF !important;
	text-align: center;
}

.et_pb_section_1_tb_footer, .et_pb_section_1_tb_footer a {
	color: #FFFFFF !important;
	font-size: 13px !important;
	}



.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu .nav li ul {
    background-color: #fff !important;
}

.et-menu a:hover {
    opacity: 1 !important;
}


.et-menu a {
    color: #663300;
    text-decoration: none;
    display: block;
    position: relative;
	
}


/*
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul {
    padding: 0px 0 0 !important;
}

.et_pb_fullwidth_menu .et_pb_menu__menu > nav > ul > li > ul, .et_pb_menu .et_pb_menu__menu > nav > ul > li > ul {
    top: calc(100% - -11px) !important;
   
}*/

.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu ul li ul li a {
    font-weight: normal !important;
    font-size: 13px !important;
}

.et-menu li li a {
    padding: 3px 0px !important;
    width: 200px;
}



/*Startseite Kästchen*/

.et_pb_blurb_container {
    margin-left: 10px;
    margin-bottom: 20px;
}

.et_pb_blurb_content h4 {
	color: #663300 !important;
	font-size: 20px !important;
	font-weight: bold;
	text-align: left;
	
}

.et_pb_blurb_description p {
	border: 1px solid rgba(0,0,0,.1) !important;
	border-radius: 2px;
	background: #f5f5f5;
	width: 130px;
	margin-bottom: 13px;
}

.et_pb_row_1 img, #main-content .et_pb_image_wrap img  {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;

}

#main-content .et_pb_row a {
	font-weight: bold;
}


h4 {
    font-size: 20px !important;
    color: #729501 !important;
}

h3 {
    font-size: 23px;
    padding-top: 30px;
}


.entry-content .et_pb_section_0.et_pb_section {
     background-color: transparent !important;
}


.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu .nav li ul {
    background-color: #FFF !important;
}