/*---------------------------------------------------------------------------------

 Theme Name:   lazyp
 Theme URI:    
 Description:  
 Author:       Andy Kunz
 Author URI:   https://andy-kunz-grafikdesign.ch
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
    padding-top: 10px;
    }
    
ul.bild li { 
  list-style: none; 
  position: relative;
  padding: 8px 0 0 35px;
}

ul.bild li:before {
  background-image: url("https://test.lazypelican.info/wp-content/uploads/2020/06/checked.png");
  content:"";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 8px;
}

ul.bild li:before { background-position: 0px -28px; }

/* LIGHTBOX */
.mfp-content {
width:70%;
max-width:1080px;
}
.mfp-close-btn-in .mfp-close {
color: #000;
font-size: 50px;
top:0;
padding: 10px;
margin: 30px;
}
a.popup {display:block;
	padding:40% 0;
}

/*Postion the text module and centrally align text*/

.ds-advent-6-text-show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 0;
}


/*Show text on hover*/

.ds-advent-6-text-show:hover {
    opacity: 1;
}


/*Text link colour*/

.ds-advent-6-text-show a {
    color: #fff;
}


/*Bold text*/

.ds-advent-6-text-show mark {
    display: block;
    background: transparent;
    font-weight: bold;
    color: #fff;
}

/*Footer Widget*/
#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a, #footer-widgets .footer-widget li a:hover{
	color: #878787 !important;
}

#kalender #calendarTitle {display: none !important;
  color:red; 
}

