.bild-text-group-grid {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

.bild-text-group-grid:after {
    content: " ";
    width: 30%;
    height: 0;
}

.bild-text-group {
    width: 33%;
    padding: 0.5em 0px 0.5em 0;
    margin-right: 70px;
    flex-direction: column;
}

/*
.bild-text-group-grid {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bild-text-group {
	-ms-flex-align: end;
	-webkit-box-align: last baseline;
	-webkit-align-items: last baseline;
	align-items: last baseline;
	width: 31%;
	margin: 10px 0 15px 0;
}

.bild-text-group-grid:after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
*/


/*
div.bild-text-group:nth-child(2n+1) {
    margin-right: 10px;
}
div.bild-text-group:nth-child(2n+2) {
    margin-right: 10px;
}
*/

.bild-item {
    width: 100%;
}

.bild-item img {
	display: block;
	max-width: none;
    width: 100%;
}
.text-item {
	margin: 10px 0 15px 0;
	width: 100%;

}

.text-item a {
    font-weight: 300;
    color:#333!important;
}

.text-item a.wbox-maillink {
    font-weight: 700;
}

.text-item h3 {
	margin-bottom: 0;
}
.text-item p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}


 @media (max-width:1200px) {
 	.bild-text-group-grid {
 		margin: 0 auto 30px auto;
 	}
     
 	.bild-text-group {
 		width: 100%;
        display: block;
        display: flex;
        flex-wrap: wrap;
 	}
     
     .bild-item {
        width: 50%;
        max-width: 215px;
        float: left;
     }
     
     .text-item {
         width: 50%;
         float: left;
         padding-left: 0px;
         margin-top: 15px;
         margin-bottom: 0;
     }
}

@media (max-width: 500px) {
    
    .bild-item {
        width: 35%;
    }
    
    .text-item {
        width: 65%;
    }
}
.icon:before {
    content: '';
    width:16px;
    height:16px;
    display: inline-block;
    background-image: url(img/icons.svg);
    background-repeat: no-repeat;
    margin-right:10px;
}

.icon.icon-email-84:before {
    background-position: -0px 0px;
    height: 16px;
    width: 16px;
}

.icon.icon-phone-2:before {
    background-position: -16px 0px;
    height: 16px;
    width: 16px;
}
.icon.icon-email-84 {
    display: inline-flex;
    align-items: center;
} 