.teaserEntry {
	position: relative;
	margin-bottom: 20px;
	background: url("/questionnaire/images/bg_entry.png");
	background-size: cover;
	padding:15px;
}

.teaserEntry h2 {
	margin: 0 0 15px 0;
	line-height: 30px;
}

.teaserEntry .text--container {
	width:50%;
	margin:20px;
}

.teaserEntry ul {
	margin: 0;
	padding: 0;
}

.teaserEntry ul li {
    margin: 0 0 10px 0;
    padding-left: 20px;
    position: relative;
    list-style: none;
}
.teaserEntry ul li:last-child {
	margin-bottom: 0;	
}

.teaserEntry ul li::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 10px;
    height: 10px;
    background: #7E7E7E;
    content: '';
}


@media (max-width: 768px) {
    .content{
    	padding: 10px 15px 5px;
    }
    
	.teaserEntry {
	    margin-bottom: 20px;
	    padding-left: 0;
	    padding-top: 0;
	    padding-bottom: 0;
	}
	
	.teaserEntry .text--container {
		width:100%;
		margin-left:0;
	}
	.teaserEntry h2 {
	 	margin-bottom: 10px;
	 	font-size: 15px;
	}
	
	.questionnaire form[name=entry] {
    	padding-top: 0px;
	}
	
    .teaserEntry div ul, .teaserEntry h2{
        line-height: 18px;
    }
}

@media (max-width: 669px) {
	.teaserEntry {
		background: none;
	}
}
