.field.name .label,
.field.titelbild .label,
.field.ort .label,
.field.beschrieb .label,
.field.url .label{
	display: none;
}
.nolabel .label{
	display: none;
}
.value ul{
	list-style-type: none !important;
}

/* metamodels */
.projectitem strong{
	color: #1782c5;
}
.projects.project--details figure.image_container{
	border: 0px !important;
	background: transparent !important;
}

.project-testimonial figure.image_container {
border: 0px transparent !important;
    background-image: none !important;
    border-radius: 0px;
    background: transparent;
    padding: 0;
    box-shadow: none;
    display: block;
    height: 242px;
    margin: 0 !important;
    width: 242px;
    max-height: 242px;
}
.project-testimonial .testimonial-author > small {
	margin: 0.375em 0 0 0;
    font-size: 0.9rem;
}
.projectitem .section h3{
	line-height: 2.5rem;
}


a.button.details {
    display: none;
    visibility: hidden;
}

