/* Content */
.content {
	margin-bottom: 40px;
}
[class*="bg-"] .content:first-child:last-child {
    margin-bottom: 0;
}
.content__headline--h1,
.c-style h1 {
	margin-bottom: 0.8em;
	line-height: 1.15;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #2e407d;
}
.content__headline--h1 > * {
	font: inherit;
}
.content__headline--h2,
.c-style h2 {
	font-size: 26px;
	margin-bottom: 0.8em;
	line-height: 1.15;
	font-weight: 200;
}
.bg-white .content__headline--h2,
.bg-white .c-style h2 {
    color: #2e407d;
}
.content--headline-only .content__headline--h2,
.content--headline-only .c-style h2 {
    margin-bottom: 0;
}
.content__headline--h2 > * {
	font: inherit;
}
.content__headline--h3,
.c-style h3 {
	font-size: 21px;
	margin-bottom: 0.8em;
	line-height: 1.15;
	font-weight: 400;
}
.bg-white .content__headline--h3,
.bg-white .c-style h2 {
    color: #2e407d;
}
.content--headline-only .content__headline--h3,
.content--headline-only .c-style h3 {
    margin-bottom: 0;
}
.content__headline--h3 > * {
	font: inherit;
}
.content__headline--has-prefix > *:before {
	display: inline-block;
	content: '//';
	opacity: 0.6;
	margin-right: 6px;
}
.c-style p + h3 {
	margin-top: 30px;
}
.content__subline {
	margin-top: 0.4em;
	font-size: 70%;
}
.content--headline-only { margin-bottom: 0; }
.content__headline__cut { display: block; }

.content--image-left .content__image {
	float: left;
	padding-right: 15px;
}
.content--image-left .content__text {
	padding-left: 15px;
	overflow: hidden;
}

.content--image-right .content__image {
	float: right;
	width: 50%;
	padding-left: 15px;
}
.content--image-right .content__text {
	padding-right: 15px;
	overflow: hidden;
}
.content--image-flow.content--image-right .content__image { margin-left: 15px; }
.content--image-flow.content--image-left .content__image { margin-right: 15px; }
.content--image-flow .content__text { 
	overflow: visible; 
	padding-left: 0;
	padding-right: 0;
}
.content--image-center .content__image {
	text-align: center;
}
.content__image[data-image-big^=fileadmin] {
	position: relative;
	cursor: pointer;
}
.content__image[data-image-big^=fileadmin]::after {
	position: absolute;
	right: 30px; bottom: 0;
	content: '';
	display: block;
	width: 45px; height: 45px;
	background: transparent url(/_assets/6792f36f6831368ea7d0d9e34b6efacd/Images/Icons/image_zoom.svg) no-repeat 0px 0px;
	background-size: contain;
}
.content__image-pic {
	position: relative
}
/*.content__image.image-circle {
    border-radius: 50%;
    overflow: hidden;
}*/
.content__image.image-circle + .content__text {
    margin-top: 15px;
    text-align: center;
}
.content__image-pic img {
    display: block;
}
.content__image.image-circle .content__image-pic {
    text-align: center;
}
.content__image.image-circle .content__image-pic img {
    display: inline-block;
    border-radius: 50%;
}
.content__image-title {
	position: absolute;
	right: 15px; bottom: 15px;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	color: #fff;
}
.content__image-description {
	margin-top: 5px;
	font-size: 13px;
	opacity: 0.9;
}
.fa-phone + span {
  white-space: nowrap;
}