
/* = = = = = = = = = = = = = = = = = datei pinnwand.css = = = = = = = = = = = = = = = = = = = = = = = = = */


.pw-intro {
    text-align: center;
    color: #8a8a8a;
    font-size: 1.4rem;
    margin-top: -3rem;
    margin-bottom: 2.5rem;
}

/* ---------- Steuerleiste ---------- */

.pw-controls {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    align-items: center;
    margin-bottom: 3rem;
}

.pw-filter {
    background: #232323;
    border: .1rem solid #454e4e;
    color: #D9D5D5;
    padding: .6rem 1.2rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    font-family: inherit;
    cursor: pointer;
}

.pw-filter:hover {
    border-color: #800000;
    color: #fff;
}

.pw-filter.active {
    background: #800000;
    border-color: #800000;
    color: #fff;
}

.pw-select {
    background: #232323;
    border: .1rem solid #454e4e;
    color: #D9D5D5;
    padding: .6rem 1.2rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    font-family: inherit;
    cursor: pointer;
}

.pw-select:hover {
    border-color: #800000;
    color: #fff;
}

.pw-select:focus {
    outline: none;
    border-color: #800000;
}

.pw-select.active {
    background: #800000;
    border-color: #800000;
    color: #fff;
}

.pw-search {
    flex: 1 1 16rem;
    background: #232323;
    border: .1rem solid #454e4e;
    color: #D9D5D5;
    padding: .6rem 1.2rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    font-family: inherit;
}

.pw-search::placeholder {
    color: #6b6b6b;
}

.pw-search:focus {
    outline: none;
    border-color: #800000;
}

/* ---------- Jahresgruppe ---------- */

.pw-year {
    color: #B5BBBB;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    border-bottom: .1rem solid #454e4e;
    padding-bottom: .7rem;
    margin: 3.5rem 0 2rem 0;
}

.pw-year:first-of-type {
    margin-top: 0;
}

/* ---------- Beitragskarte ---------- */

.pw-entry {
    background: linear-gradient(135deg, #262626, #191919);
    border: .1rem solid #333;
    border-left: .3rem solid #800000;
    border-radius: .6rem;
    padding: 1.8rem 2rem;
    margin-bottom: 1.5rem;
}

.pw-entry-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: .8rem;
}

.pw-date {
    color: #c94f4f;
    font-size: 1.25rem;
    letter-spacing: .05rem;
    white-space: nowrap;
}

.pw-cat {
    background: #2c2c2c;
    color: #AFA0A0;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .08rem;
    padding: .2rem .8rem;
    border-radius: .4rem;
    white-space: nowrap;
}

.pw-cat .fa {
    margin-right: .5rem;
}

.pw-title {
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.3;
    margin: 0 0 1rem 0;
    width: 100%;
}

.pw-text {
    color: #D9D5D5;
    font-size: 1.5rem;
    line-height: 1.75;
}

.pw-text a {
    color: #c94f4f;
}

.pw-entry-bild {
    margin-top: 1.5rem;
    text-align: center;
}

.pw-entry-bild img {
    max-width: 100%;
    height: auto;
    border-radius: .4rem;
    margin: 0;
}

/* Treffer bei Suche */
.pw-entry.pw-match {
    border-color: #800000;
    background: linear-gradient(135deg, #2a1414, #191919);
}

/* ---------- Status ---------- */

.pw-status {
    background: #232323;
    border-left: .3rem solid #800000;
    padding: 1.5rem 2rem;
    color: #D9D5D5;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.pw-status code {
    background: #191919;
    padding: .1rem .5rem;
    border-radius: .3rem;
    font-size: 1.3rem;
    color: #c94f4f;
}

/* ---------- responsive ---------- */

@media (max-width: 550px) {

    .pw-entry {
        padding: 1.4rem 1.3rem;
    }

    .pw-title {
        font-size: 1.7rem;
    }

    .pw-text {
        font-size: 1.4rem;
    }
}

/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */
