@font-face {
    font-family: "SUSE";
    src: url("/css/fonts/SUSE-Regular.ttf");
}

@font-face {
    font-family: "SUSE-Medium";
    src: url("/css/fonts/SUSE-Medium.ttf");
}

@font-face {
    font-family: "SUSE-Extra-Light";
    src: url("/css/fonts/SUSE-ExtraLight.ttf");
}

@font-face {
    font-family: "SUSE-Bold";
    src: url("/css/fonts/SUSE-Bold.ttf");
}

body {
    font-family: "SUSE-Medium";
    background-color: #FBFBFB;
    color: #545454;
}

#content,
#wrapper {
    background-color: #FBFBFB;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'SUSE-Bold';
}

a {
    color: #78C1C7;
}

    a:hover {
        color: #447A86 !important;
    }

blockquote {
    border-left-color: #f2ad12;
}

    blockquote p {
        color: #f2ad12 !important;
    }

#header-wrap,
.sticky-header #header-wrap {
    background-color: #f7f7f7 !important;
    border-bottom: 3px solid #447A86 !important;
    -webkit-box-shadow: 0 6px 10px -6px #447A86;
    -moz-box-shadow: 0 6px 10px -6px #447A86;
    box-shadow: 0 6px 10px -6px #447A86;
}

#header.dsHeaderTyp2.full-header .primary-menu .menu-container .menu-link {
    color: #447A86;
}

.style-3 .menu-container > .menu-item.current > .menu-link {
    color: #447A86 !important;
    font-weight: bold !important;
}

.menu-item a {
    font-size: 1.25rem;
}

.sub-menu-container {
    background-color: #f7f7f7 !important;
    border-top-color: #78c1c7 !important;
}

    .sub-menu-container .menu-item:hover > .menu-link,
    .sub-menu-container .menu-link:hover,
    .sub-menu-container .menu-item:active > .menu-link,
    .sub-menu-container .menu-item:focus > .menu-link {
        background-color: #f5f5f5 !important;
    }

    .sub-menu-container .menu-item > .menu-link,
    .header-misc i,
    .dsLanguageSelector a {
        color: #447A86 !important;
    }

#copyrights h4,
#copyrights a,
.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless {
    color: #447A86 !important;
    border-bottom: none;
}


    #copyrights a:hover,
    .dark #footer .social-icon.si-borderless:hover,
    #footer.dark .social-icon.si-borderless:hover {
        color: #FBFBFB !important;
        border: none;
    }

#footer .nlsSubscribeFullWidth .form-control {
    display: block !important;
    width: 100% !important;
    background: #f7f7f7;
    color: #08717d !important;
}

#footer .nlsSubscribeFullWidth input.form-control::placeholder {
    color: #08717d !important;
}

#footer .nlsSubscribeFullWidth button {
    float: left;
    position: relative;
    top: 0px;
    background: #08717d;
}


    .blogOverviewAuto .btn-info {
        background: #447A86;
        border: #447A86;
    }

.blogOverviewAuto .btn-outline-info {
    border: 1px solid #447A86;
    color: #447A86;
    font-weight: bold;
}

    .blogOverviewAuto .btn-outline-info:hover,
    .blogOverviewAuto .btn-outline-info:focus {
        background: #78C1C7;
        border: #78C1C7;
        color: #fff;
    }

.blogOverviewAuto .pagination .page-item.active a {
    background: #447A86 !important;
    border: #447A86 !important;
}

.blogOverviewAuto .pagination .page-item a {
    color: #447A86;
    font-weight: bold;
}

    .blogOverviewAuto .pagination .page-item a:hover,
    .blogOverviewAuto .pagination .page-item a:focus {
        background: #78C1C7 !important;
        border: #78C1C7 !important;
    }

#gotoTop {
    background-color: #447a86;
}

    #gotoTop:hover {
        background-color: #78c1c7;
    }

a .searchResultCard {
    color: #78c1c7;
}
.imageTeaserSlider .portfolio-item .portfolio-item-inner .portfolio-content .portfolio-desc {
    background-color: #dce6e8 !important;
}
.dark #copyrights {
    background-color: inherit;
}

#footer.dark {
    border-top: none;
}

.dswcContentArea ol {
    margin-left: 20px;
}

.dswcImageTextTeaserTyp2 .entry-title h3 {
    font-family: "SUSE-Bold";
    font-size: 1.7rem;
    font-weight: 300;
}

.mandatoryField,
.mathoFormRequiredFlag {
    color: #447a86 !important;
}

.slider-caption h2 {
    color: #f2ad12 !important;
}

@media(min-width: 1200px) {
    .slider-caption, .flex-caption {
        max-width: 900px;
    }
}

@media (max-width: 992px) {
    #header.dsHeaderTyp2.full-header .primary-menu .menu-container {
        background-color: #f7f7f7 !important;
    }

    .primary-menu {
        max-width: 100%;
        margin-top: 23px;
    }
}

@media (max-width: 767px) {
    .header-misc {
        right: 35px !important;
    }

    #header.dsHeaderTyp2.full-header #primary-menu-trigger {
        top: 55px !important;
    }
}
