.page-id-584 h1,
.page-id-8541 h1 {
    color: #fff !important;
}

.page-id-584 .astra-portfolio-filters .filters-wrap,
.page-id-8541 .astra-portfolio-filters .filters-wrap {
    flex-direction: column-reverse;
}

.page-id-6461 .astra-portfolio-other-categories-wrap,
.page-id-7082 .astra-portfolio-other-categories-wrap {
    display: none;
}

.filter-links.astra-portfolio-other-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 0px;
    margin-top: 15px;
}

.filter-links.astra-portfolio-other-categories #item-1 {
    margin-right: -25px;
}

.filter-links.astra-portfolio-other-categories li a,
.filter-links.astra-portfolio-other-categories li select {
    color: #000 !important;
    background-color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: normal !important;
    padding: 5px 20px;
    transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
}

.filter-links.astra-portfolio-other-categories li select {
    padding: 8.5px 20px !important;
}

.filter-links.astra-portfolio-other-categories li a.active,
.filter-links.astra-portfolio-other-categories li#item-1 a,
.dropbtn:hover {
    color: #fff !important;
    background-color: #67c86f !important;
}

.page-id-584 .template-meta,
.page-id-8541 .template-meta {
    display: block !important;
}

/* Dropdown */
.dropdown {
    position: relative;
    display: inline-block;
    width: calc(100% + 25px);
    color: #000;
    background-color: #ffffff;
    font-weight: normal;
}

.dropbtn {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 9px 20px;
    font-size: 17px;
    color: #000;
    cursor: pointer;
    background-color: #ffffff;
    border: none;
    text-align: left;
    transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
}

.dropbtn::after {
    content: '';
    position: absolute;
    top: calc(50% - 7.5px);
    right: 20px;
    width: 15px;
    height: 15px;
    background-image: url(img/arrowdown.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
}

.dropdown-content a:hover {
    background-color: #d5d5d5;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #67c86f;
}

/* Neuer Referenz Inhalt */
.new_ref_content_wrapper {
    margin-top: 50px !important;
}

.new_ref_content_wrapper a {
    color: #6ac7ef !important; 
}

.new_ref_content_wrapper a:hover {
    text-decoration: underline !important;
}

.et_divi_builder #astra-portfolio .template-meta .item-title, .template-meta .item-title {
    font-weight: 400 !important;
}

.single-portfolio .logo path {
    fill: #444 !important;
}

.messebanner {
    position: absolute;
    top: 143px;
    right: 30px;
    width: 500px;
    height: auto;
    z-index: 1;
}

@media only screen and (max-width: 769px) {

    .messebanner {
        top: 100px;
        width: 300px;
    }
}