/*
 Theme Name:   Die Waldbiber in Pfettrach
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi Template
 Author:       Christian Obermeier
 Author URI:   https://isarwebdesign.de
 Template:     Divi
 Version:      1.0.0
*/
/*****Add any custom CSS below this line*****/
@media only screen and (max-width: 768px){
	p {
    font-size: 0.8em;
}
}
@media only screen and (min-width: 769px) and (max-width: 980px){
	p {
    font-size: 0.9em;
}
}
.poslist li {
    line-height: 1.4;
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.poslist li::before {
    content: '+';
    display: inline-block;
    height: 1.2em;
    width: 1.2em;
    position: absolute;
	top: 0px;
	left: 0px;
}
@media only screen and (min-width: 1600px){
	.poslist li {
		font-size: 32px;
	}
	.poslist li::before {
		left: -6px;;
	}
}
@media only screen and (min-width: 1350px) and (max-width: 1599px){
	.poslist li {
		font-size: 26px;
	}
}
@media only screen and (min-width: 1110px) and (max-width: 1225px){
	.poslist li {
		font-size: 22px;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1109px){
	.poslist li {
		font-size: 19px;
	}
}
@media only screen and (min-width: 370px) and (max-width: 460px){
	.poslist li {
		font-size: 0.8em;
	}
}
@media only screen and (max-width: 369px){
	.poslist li {
		font-size: 0.65em;
	}
}
@media only screen and (min-width: 640px) and (max-width: 980px){
	.poslist li {
		margin-left: 22%;
	}
}
@media only screen and (min-width: 550px) and (max-width: 639px){
	.poslist li {
		margin-left: 15%;
	}
}
@media only screen and (min-width: 420px) and (max-width: 549px){
	.poslist li {
		margin-left: 6%;
	}
}
.neglist li {
    line-height: 1.4;
    list-style: none;
    position: relative;
    padding-left: 20px;
	color: #fff;
}
.neglist li::before {
    content: '-';
    display: inline-block;
    height: 1.2em;
    width: 1.2em;
    position: absolute;
	top: 0px;
	left: 0px;
}
@media only screen and (min-width: 1600px){
	.neglist li {
		font-size: 32px;
	}
	.neglist li::before {
		left: -6px;;
	}
}
@media only screen and (min-width: 1350px) and (max-width: 1599px){
	.neglist li {
		font-size: 26px;
	}
}
@media only screen and (min-width: 1110px) and (max-width: 1225px){
	.neglist li {
		font-size: 22px;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1109px){
	.neglist li {
		font-size: 19px;
	}
}
@media only screen and (min-width: 370px) and (max-width: 460px){
	.neglist li {
		font-size: 0.8em;
	}
}
@media only screen and (max-width: 369px){
	.neglist li {
		font-size: 0.65em;
	}
}
@media only screen and (min-width: 640px) and (max-width: 980px){
	.neglist li {
		margin-left: 22%;
	}
}
@media only screen and (min-width: 550px) and (max-width: 639px){
	.neglist li {
		margin-left: 15%;
	}
}
@media only screen and (min-width: 420px) and (max-width: 549px){
	.neglist li {
		margin-left: 6%;
	}
}
@media only screen and (min-width: 981px){
.et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 0;
}
}
@media only screen and (min-width: 981px){
.poslist ul,
.neglist ul {
	margin-left: 9%;
    margin-top: 14px
}
}
.blackbutton {
	background: #000;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0px;
}
@media only screen and (min-width: 769px) and (max-width: 980px){
	.blackbutton {
    width: 95%;
}
}
@media only screen and (max-width: 768px){
	.blackbutton {
    width: 97%;
}
}

.blackbuttonhalf {
	background: #000;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
}
#et-footer-nav .container {
	text-align: center;
}
.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu { 
    display: flex!important; 
} 
.lwp-hide-mobile-menu .et_mobile_nav_menu { 
     display: none; 
}

h2 {
	font-size: 1.7em !important;
}

h3 {
	font-size: 1.4em !important;
}

/*.donateToBetterplace {
	position: relative;
	padding-bottom: 70%; 
	padding-top: 25px;
	height: 0;
}*/
@media screen and (min-width:992px){
	.donateToBetterplace {
		margin-left:80px;
	}
}

.donateToBetterplace iframe{
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
}

.customList ul li{
	font-size:1.1em;
	margin-bottom:15px;
}
