/* ============= Symbolboxen ============= */

.dce-symbols i {
	font-size: 40px;
	color: #a42c50;
}

.dce-symbols-header {
	margin-top: 12px;
}

.dce-symbols-symbol {
	background: #f4f4f4;
	padding: 34px 15px;
	height: 100%;

	transition: background-color 400ms ease;
}

.dce-symbols-symbol:hover {
	background-color: #f0f0f0;
}

.dce-symbols a {
	font-weight: normal;
}

/* ============= Banner mit Bewertungswidget ============= */

.dce-reviewbox {
	position: relative;
	overflow: hidden;
}

.dce-reviewbox-image-wrapper {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: inherit;
	z-index: -1;
	overflow: hidden;
	max-height: 90%;
}

.dce-reviewbox-image {
	width: 100%;
	height: auto;
}

.dce-reviewbox-content {
	width: 70%;
    height: auto;
    background: #f4f4f4;
    padding: 60px;
    margin: auto;
    margin-top: 20%;
}

/* ============= Logo-Slider ============= */

.dce-logoslider .owl-item img
{
	width: unset !important;
	margin: auto;
}

/* ============= Wort-Slider ============= */

.dce-wordslider {
	padding: 100px 15px;
	margin-top: 100px;
	width: 100%;
}

.dce-wordslider .owl-item
{
	display: inline-block;
}

.dce-wordslider .owl-item p
{
	font-size: 160px;
	font-weight: 900;
	text-transform: uppercase;
	color: #027db8;
}

.dce-wordslider .owl-item.active-item p
{
	color: var(--color-darkblue);
}

.owl-nav.disabled {
	display: none;
}

.dce-wordslider a {
	font-size: 33px;
	font-weight: 900;
	color: var(--color-darkblue);
	padding: 30px 0px;
    border: 2px solid var(--color-darkblue);
    transition: all 500ms ease;
}

.dce-wordslider-link:hover {
	text-decoration: none;
	color: white;
	border-color: white;
}


/* ============= Bilder-Slider ============= */

.dce-imageslider
{
	padding: 0;
}

.dce-imageslider .owl-carousel .owl-stage-outer {
	max-height: 550px;
}

.dce-imageslider-wrapper {
	position: relative;
	height: 550px;
}

.dce-imageslider-image {
	position: absolute;
	height: auto;
	min-height: 550px;
	top: -100px;
}

/* ============= Text-Slider ============= */

.dce-textslider .section-header {
	padding-right: 40px;
}

.dce-textslider .dce-textslider-content {
	padding: 40px;
	background: #f4f4f4;
}

.dce-textslider .dce-textslider-slide {
	position: absolute;
    z-index: 0;
    right: -50%;
}

.dce-textslider .section-header {
    margin-bottom: 20px;
    margin-top: 60px;
}

/* ============= Leistungskarten ============= */

.dce-services-card {
	display: inline-block;
	margin-bottom: 80px;
	background: #f4f4f4;
	
	transition: background-color 400ms ease;
}

.dce-services-card:hover {
	background-color: #f0f0f0;
}

.dce-services-headerlink h5 {
	margin: 10px 0px;
	color: #212529;
}

.dce-services-textlink {
	padding: 10px;
	font-weight: normal;
}

.dce-services-textlink::after {
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    left: 0px;
    transition: all 400ms ease;
}

.dce-services-textlink:hover::after {
    left: 5px;
}



/* ============= Leistungskacheln ============= */

.dce-services-tile i {
	font-size: 60px;
	color: #a42c50;
}

.dce-service-tile-header {
	margin-top: 12px;
}

.dce-services-tile {
	background: #f4f4f4;
	padding: 34px 15px;
	height: 100%;

	transition: background-color 400ms ease;
}

.dce-services-tile:hover {
	background-color: #f0f0f0;
}

.dce-services-tiles > .row > div {
	margin-bottom: 20px;
}

.dce-services-tile h5 {
	font-size: 20px;
}

/* ============= Galerie ============= */

.dce-gallery-image-container {
	margin-bottom: 40px;
}

.section-header.has-subtitle {
	margin-bottom: 10px;
}

.section-subheader {
	margin-bottom: 60px;
}

/* ============= Kundenliste ============= */

.dce-customer-container {
	padding: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.dce-customer-content {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.dce-customer-logo {
	display: inline-block;
	margin-right: 50px;
}

/* ============= Ansprechpartner ========== */

.dce-staff-member {
	margin: 20px 0px;
}

.dce-staff-image-wrapper {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	margin: auto;
}

.dce-staff-info {
	text-align: center;
	margin-top: 20px;
}

.dce-staff-name {
	margin-bottom: 0px;
	color: #a42c50;
}

.dce-staff-image {
	width: 100%;
    height: auto;
    min-height: 100%;
}

/* ================ Spaltentext ================ */

.dce-columntext {
	margin-bottom: 50px;
}
.dce-columntext-text {
	color: #FFFFFF;
	column-gap: 100px;
}

.dce-columntext-text p, .dce-columntext-text a {
	font-size: 20px;
}

.dce-columntext-1 {
	column-count: 1;
}

.dce-columntext-2 {
	column-count: 2;
}

.dce-columntext-3 {
	column-count: 3;
}

.dce-columntext-buttons {
	margin-top: 15px;
	width: 100%;
    text-align: left;
}

.dce-columntext-buttons a {
	margin-right: 20px;
	display: inline-block;
	margin-top: 10px;
}

.dce-columntext-buttons a:last-child {
	margin-right: 0px;
}

/* ================ Call To Action ================ */

.dce-calltoaction {
	padding-top: 136px;
	padding-bottom: 136px;
	background: var(--color-darkblue);
	margin-top: 100px;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.dce-calltoaction-image {
	position: absolute;
    left: 0px;
    bottom: 0px;
    height: auto;
    width: 45%;
}

.dce-calltoaction .section-button {
	margin-top: 20px;
	display: inline-block;
}
@media (max-width: 1199px) {
	#p-1 .dce-calltoaction-image {
		display: none;
	}
	#p-1 .dce-calltoaction-wrapper:before {
		content: "";
		background: url('/fileadmin/template/img/gutschein-img.png');
		background-size: contain;
		display: inline-block;
		background-repeat: no-repeat;
		height: 350px; /*height of image*/
		width: 350px;  /*width of image*/
	}
}
/* ================ Eyecatcher ================ */

.dce-eyecatcher {
	height: 100vh;
	width: 100vw;
    overflow: hidden;
}

#p-1 .dce-eyecatcher-outer {
	width: 100vw;
    overflow-x: hidden;
    position: unset;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

@media (min-width: 992px) {
	#p-1 .dce-eyecatcher {
	    position: relative;	
	}
}
.dce-eyecatcher-image {
	min-height: 100%;
	min-width: 100%;
	height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
    background-image:url('/fileadmin/user_upload/Start/cover-video.jpg');
    background-size: cover;
    background-position: ;
}

.dce-eyecatcher-header-wrapper {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
}
#p-1 .dce-eyecatcher-header-wrapper {
	top: 50%;
}
.dce-eyecatcher-buttons {
	margin-top: 30px;
}
#p-1 .header .dce-eyecatcher-buttons {
	margin-top: 50px;
}
#p-1 .header h1 {
	margin-top: 50px;
}
/* ================ Fakten ================ */

.dce-facts {
	margin-top: 100px;
}

.dce-facts-title {
	color: var(--color-darkblue);
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 60px;
}

.dce-facts-fact {
	margin: 60px 0px;
}

.dce-facts-fact .icon {
	font-size: 66px;
    line-height: 50px;
    margin-bottom: 0px;
    color: var(--color-darkblue);
}

.dce-facts-subtitle {
	color: #FFFFFF;
	font-size: 27px;
	font-weight: 900;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 27px;
}

.section-button {
	border: 2px solid #000000;
	padding: 16px 60px;
	font-size: 20px;
	font-weight: 900;
	color: #000000;
	transition: all 500ms ease;
}
.section-button:hover,
.section-button:active,
.section-button:focus {
	color: white;
	border-color: white;
	text-decoration: none;
}
.button-secondary {
	border-color: var(--color-darkblue);
	color: var(--color-darkblue);
}

.button-primary {
	border-color: var(--color-lime);
	color: var(--color-lime);
}

/* =================== News ====================== */

.news-container h2 {
	font-size: 38px;
	margin-bottom: 50px;
}

.news-container h2 b {
	display: block;
}

.news-container .no-news-found {
	color: #FFFFFF;
	font-style: normal;
}

.event-list-view span[itemprop="headline"] {
	font-size: 22px;
	color: var(--color-darkblue);
	font-weight: 900;
	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -10px;
}

.project-list-view span[itemprop="headline"] {
	font-size: 22px;
	color: var(--color-darkblue);
	font-weight: 900;
	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -40%;
}

.box_right h2::before {
	content:"\f14b";
	font-family: "Ionicons";
	color: #FFFFFF;
	margin-right: 15px;
	vertical-align: sub;
	font-size: 60px;
}

.box_left h2::before {
	content:"\f2ab";
	font-family: "Ionicons";
	color: #FFFFFF;
	margin-right: 15px;
	vertical-align: sub;
	font-size: 60px;
}

.data-item {
	background: #FFFFFF;
	padding: 18px 28px;
	margin-bottom: 30px;
	transition: all 325ms ease;
}
.data-item:hover {
	background-color: var(--color-lime);
}
.data-button-wrapper {
	width: 100%;
	text-align: right;
	display: block;
}

.data-button-wrapper a {
	display: inline-block;
}

.box_left {
	padding-right: 40px;
}

.box_right {
	padding-left: 40px;
}
#c72 .date-wrapper {
	opacity: 0;
}
body#p-31 .news-list-date {
	display: none;
}
body#p-55 .news-list-date {
	display: none;
}
.date-wrapper p {
	display: inline-block;
	margin: 0px;
}

.post-day {
	font-size: 37px;
	color: var(--color-darkblue);
	font-weight: 900;
	margin-right: 12px !important;
}

.post-month-year {
	font-size: 15px;
	color: var(--color-darkblue);
	line-height: 15px;
	position: relative;
	padding-left: 12px;
	font-weight: normal;
}

.post-month-year::before {
	position: absolute;
	width: 50px;
	height: 50px;
	border-left: 1px solid var(--color-darkblue);
	content: ' ';
	left: -2px;
	transform: rotateZ(20deg);
	top: -2px;
}

.project-list-view .content-wrapper i, .event-list-view .content-wrapper i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 32px;
	color: var(--color-darkblue);
}

#p-1 .news-wrapper-large .news-item {
	height: 500px;
}

#p-1 .news-wrapper .news-item {
	width: 100%;
}

#p-1 .news-wrapper img {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: auto;
    min-height: 100%;
    height: auto;
    min-width: 100%;
    
    transition: all 400ms ease;
    -webkit-filter: brightness(0.8);
	filter: brightness(0.8);
}
#p-1 .news-img-wrap a {
	width: 100%;
	height: 100%;
	position: absolute; 
	background-color: rgba(0, 90, 134, 1);
}
#p-1 .news-item img {
	filter: grayscale(1.0) brightness(0.5);
	opacity: 0.3;
}

#p-1 .news-item:hover img {
	transform: scale(1.02);
}

#p-1 .news-wrapper .date-wrapper {
	width: 100%;
}

#p-1 .news-wrapper .data-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: none;
	padding: 0px;
	margin: 0px;
}

#p-1 .news-wrapper .news-content {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#p-1 .news-wrapper-small .news-item {
	height: 250px;
}

#p-1 .news-wrapper-small > .row:first-child > div {
	padding-bottom: 7.5px;
}

#p-1 .news-wrapper-small > .row:last-child > div {
	padding-top: 7.5px;
}

#p-1 .news-wrapper h3, .news-wrapper h3 span {
	font-size: 19px !important;
	color: var(--color-lime) !important;
	text-transform: uppercase;
	font-weight: bold !important;
	margin-bottom: 0px !important;
}

#p-1 .news-wrapper i {
	margin-left: 10px;
}

#p-1 .news-wrapper .post-day {
	color: #FFFFFF;
}

#p-1 .news-wrapper .post-month-year {
	color: #FFFFFF;
	font-weight: bold;
}

#p-1 .news-wrapper .post-month-year::before {
	border-left: 1px solid #FFFFFF;
}

/* ============= Mitgliederliste ============= */

.dce-members-wrapper {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 400ms ease-in-out;
}
.dce-members-wrapper p {
	color: white;
}
.dce-members-member .dce-members-wrapper {
	transform: translateY(25px);
	transition: all 325ms ease-in-out;
}
.dce-members-member:not(.shown) .dce-members-wrapper {
	max-height: 0px !important;
}
.dce-members-member {
	width: 100%;
	padding: 25px;
	border-bottom: 2px solid var(--color-darkblue);
}
.dce-members-link {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}
.dce-members-member img {
	max-width: 100%;
	height: auto;
}
.dce-members-member i {
	float: right;
	transition: all 325ms ease;
}
.is--rotated-90 {
	transform: rotate(90deg);
	transition: all 325ms ease;
}
.dce-members-wrapper {
	font-size: 20px;
	text-transform: none;
	font-weight: 400;
	color: var(--color-darkblue);
} 

.dce-members-buttons {
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.dce-members-buttons a {
	display: inline-block;
	position: relative;
}

.dce-members-logo {
	margin-bottom: 20px;
}

.header {
	padding: 0px !important;
	max-width: 100vw;
	overflow-x: hidden;
}

.dce-eyecatcher {
	margin: 0 !important;
	max-width: 100vw;
	overflow-x: hidden;
}