ul.app-sub-navigation > li.active:before {
    background-color: #ebac44;
}

ul.app-sub-navigation > li.active, ul.app-sub-navigation > li:hover {
    border-bottom-color: #ebac44;
}

@media only screen and (min-width: 768px) {
    eshab-header main-navigation .app-header .nav-tenant > .navbar > .nav-tenant-navigation > .navbar-collapse {
        background-color: #ebac44;
    }
}

@media only screen and (max-width: 767px) {
    eshab-header .app-header .nav-mobile .navbar .navbar-header,
    eshab-header .app-header .nav-mobile .navbar .nav-mobile-collapse {
        background-color: #ebac44;
    }

    eshab-header .app-header .nav-mobile .navbar .dropdown-menu.dropdown-menu-tenant > .active > a,
    eshab-header .app-header .nav-mobile .navbar .dropdown-menu.dropdown-menu-tenant li a,
    eshab-header .app-header .nav-mobile > .navbar .dropdown-menu.dropdown-menu-tenant > .active > a:hover,
    eshab-header .app-header .nav-mobile > .navbar .dropdown-menu.dropdown-menu-tenant li a:hover,
    eshab-header .app-header .nav-mobile > .navbar .dropdown-menu.dropdown-menu-tenant > .active > a:focus,
    eshab-header .app-header .nav-mobile > .navbar .dropdown-menu.dropdown-menu-tenant li a:focus,
    .app-sub-navigation > li,
    .app-header .nav-mobile .navbar .nav-mobile-collapse .navbar-nav li a.navigation-subitem:focus {
        background-color: #fed698;
    }

    .app-sub-navigation > li {
        margin-bottom: 0;
    }

    .app-sub-navigation > li.active, .app-sub-navigation > li:hover, .app-sub-navigation > li.active a,
    eshab-header .app-header .nav-mobile .navbar .nav-mobile-collapse .navbar-nav li a.navigation-subitem:hover {
        border: none;
        background-color: #fed698;
    }
}

.tile--color-two {
    background-color: #f8e6cf;
}

.tile--color-four {
    background-color: #ebac44;
}

@media only screen and (min-width: 768px) {
    .landing-page-teaser__container {
        /* This will remove the top-margin from the teaser image */
        margin: -32px 0px 0 0px;
    }
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus,
.btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary:focus, .btn-primary:active:hover, .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus,
.btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    background-color: #e59410;
    border: 1px solid #e59410;
    color: white;
}

.list-entry-tenant, .list-panel .list-entry-tenant {
    background-color: #fff1e2;
}
img.img-responsive.img-thumbnail.cursor-pointer:hover {
	filter: brightness(80%);
}
