/*General Font*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
textarea,
select,
label {
    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif !important;
}

/* Banner Zoom*/
.banner__visual img {
    transform: none !important;
}

/* Banner Text*/
.banner__content-headline,
.banner__content-text,
.banner__content-text p {
    font-family: Helvetica, Arial, sans-serif !important;
}

/*Contact Button Banner */
.btn-white {
    color:#fff !important;
    background-color:#000 !important;
}
.btn-white:hover {
    color:#000 !important;
    background-color:#fff !important;
}

/*Divider Image height */
.section-divider-image,
.section-divider-image__visual {
    min-height: 350px !important;
}

.section-divider-image {
    margin-bottom: 100px;
}

/*Leistungen */
#leistungen .ce_headline {
    color: #1f1f1f;
}

#leistungen .section-list__item span {
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
}
/* Counter*/
#article-15 .count__progress svg path {
    stroke: #244a91 !important;
}¨

.count__number,
.count__name,
.count__progress,
.count__progress span,
.count__progress::before {
    font-family: Helvetica, Arial, sans-serif !important;
}

/*News cards Title*/
#neu .listing-card__name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

/*Whitespace Bottom*/
#neu {
    margin-bottom: 100px;
}

/* Global content width */
.container,
.container-md,
.container-lg {
    width: min(1200px, 100%);
    max-width: 1200px !important;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Tablet */
@media (max-width: 991px) {
    .container,
    .container-md,
    .container-lg {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .container,
    .container-md,
    .container-lg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Footer colour */
.layout-footer {
	background-color:#244a91 !important;
}

input[type="submit"],
button[type="submit"] {
	margin-top: 40px;
    background-color: #fff !important;
    color: #000 !important;

    border: none !important;
    box-shadow: none !important;
    outline: none !important;

    padding: 14px 30px;
    transition: 0.2s ease;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    background-color: #555555 !important;
    color: #fff !important;
}


/* Changes for Mobile */
@media (max-width: 575.98px) {
    .banner-text {
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .section-divider-image {
        margin-bottom: 20px;
    }
}
