
			.container-bg-image {
			position: absolute;
			top: 0;
			left: 0;
			z-index: -1;
			height: 100% !important;
			width: 100vw !important;
			object-fit: cover;
			}
		


		.teaser-element .content {
		padding-top: 0;
		display: flex;
		flex-direction: column;
		}
		.teaser-element .content h2 {
		order: 2;
		padding: 10px 10px 10px 0;
		}
		.teaser-element .content h3 {
		order: 3;
		padding: 10px 0;
		}

		.teaser-element .content h2 a::after {
		padding-left: 10px;
		content: "\f105";
		font-family: 'horfont';
		font-weight: 100;
		}
		.teaser-element .content h2 a::before {
		border-bottom: 1px solid green;
		width: 100%;
		}
		.teaser-element .content h2 > a:hover,
		.teaser-element .content h2 > a:hover::after {
		color: #2966a1;
		text-decoration: none;
		}
		.teaser-element .content img {
		order: 1;
		}
		.teaser-element .content span {
		order: 4;
		}
	


		.ce-contact .ce-content input[type="checkbox"] {
			margin-bottom: 0;
		}
		.ce-contact .row-hint-required {
			margin-bottom: 40px;
		}
	

