/*
Theme Name: Twenty Seventeen Child
Template: twentyseventeen
*/
@import url("../twentyseventeen/style.css");
@font-face {
    font-family: 'Special Elite';
    src: url('fonts/SpecialElite-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Special Elite', cursive;
}
.post-type-zitat,
.zitat-text {
    font-family: 'Special Elite', cursive;
}

/* === GRUNDFARBEN === */
body {
    background-color: #cfd7de;
    color: #403c3a;
}

a {
    color: #395aa3;
}

a:hover {
    color: #403c3a; /* optional: Hover-Farbe = Textfarbe */
}
/* === HINTERGRUNDFARBE === */
body,
.site,
.site-content,
.site-content-contain,
.site-footer,
#content,
#page,
.wrap,
.custom-header,
.navigation-top,
.site-header {
    background-color: #cfd7de !important;
}

/* === ZITAT-BLOCK === */
blockquote.zitat-block {
    border-left: 4px solid #395aa3;
    margin: 2em 0;
    padding: 1em 1.5em;
    background: rgba(255,255,255,0.3);
	margin-bottom: 2em;
}

.zitat-text p {
    font-family: 'Special Elite', cursive;
    font-size: 1em;
    margin: 0 0 0.5em;
}

cite.zitat-autor {
    font-style: normal;
    font-size: 0.9em;
    color: #395aa3;
}

.zitat-zusatz {
    color: #403c3a;
}

.zitat-titel {
    font-family: 'Special Elite', cursive;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.75em;
    color: #403c3a;
}

.zitat-text {
    font-size: 1rem;
    margin-bottom: 0.75em;
}

cite.zitat-autor {
    display: block;
    font-style: normal;
    font-size: 0.9rem;
    color: #395aa3;
    margin-top: 0.5em;
}

.zitat-zusatz {
    color: #403c3a;
}

/* === ZITATSLISTE === */
.zitat-liste {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.zitat-liste-item {
    background: rgba(255,255,255,0.3);
    border-left: 4px solid #395aa3;
    padding: 1em 1.5em;
}

.zitat-liste-titel {
    font-family: 'Special Elite', cursive;
    font-weight: bold;
    font-size: 1rem;
    margin: 0 0 0.5em;
    color: #403c3a;
}

.zitat-liste-auszug p {
    font-size: 1rem;
    margin: 0;
    color: #403c3a;
}

.zitat-liste-mehr-zeile {
    display: none;
}

.zitat-liste-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5em;
}

.zitat-liste-autor {
    font-size: 0.9rem;
    color: #395aa3;
}

.zitat-liste-btn {
    display: inline-block;
    padding: 0.3em 1em;
    background: #395aa3;
    color: #fff !important;
    font-size: 0.85rem;
    border-radius: 12px;
    border: 2px solid #395aa3;
	transition: background 0.2s, color 0.2s;
	border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.zitat-liste-btn:hover {
    background: transparent;
    color: #395aa3 !important;
	border: 2px solid #395aa3 !important;
    border-bottom: 2px solid #395aa3 !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

