/*
Theme Name: TwentyTwenty Child
Template: twentytwenty
Version: 1.0
*/

/* Gedankengold */

/* Rahmen */
.wp-block-pullquote::before {
    border-color: #165a94 !important;
}

.wp-block-pullquote::before {
    color: #1e73be !important;
    font-weight: 250 !important;
    font-size: 65px !important;
    margin: 0 auto 20px auto !important;
}

/* Textfarbe */
.wp-block-pullquote blockquote {
    color: #000 !important;
}

/* Gedichteabsatz */
.pg {
	background-image: url('https://meine-poesie.at/wp-content/uploads/2025/05/papier-hintergrund.png');
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-background-position: center;
	background-position: center;
	color: #000 !important;
	font-family: 'Palatino Linotype', 'Book Antiqua', serif;
	padding-top: 40px;
	padding-bottom: 40px;
}


/* Buttons */

/* Standard-Button-Farbe */
button,
.button,
.wp-block-button__link {
    -webkit-background-color: #0073aa !important;
    background-color: #0073aa !important;
    color: white !important;
    border-radius: 5px;
    padding: 10px 15px;
}

/* Hover */
button:hover,
.button:hover,
.wp-block-button__link:hover {
    -webkit-background-color: #005d88;
    background-color: #005d88;
    text-decoration: underline !important;
}

/* Anführungszeichen */
.wp-block-pullquote::before {
    color: #1e73be !important;
}

/* Responsive Anpassungen */
@media (max-width: 1200px) {
    .comments-area, .custom-comment-form {
        max-width: 1200px;
    }
}

/* Blocksatz | Meine Poesie | Über mich */
.blocksatz {
  text-align: justify;
}

/* Kommentar-Antwort ausblenden */
.comment-reply-link {
    display: none;
}

/* Newsletter Formular */
input#tnp-1.tnp-name[type="text"],
input#tnp-2.tnp-email[type="email"] {
    width: 100%;
    padding: 10px 14px;
    font-size: 25px;
    font-family: 'Georgia', serif;
    border: 1px solid #c4c4c4;
    border-radius: 0px;
    background-color: transparent;
    color: #000;
    box-sizing: border-box;
}

/* Platzhaltertext stilisieren */
input#tnp-1.tnp-name::placeholder,
input#tnp-2.tnp-email::placeholder {
    color: #a9a1a1;
    font-style: italic;
}


/* Platzhalterstil für beide Felder */
form.newsletter input#tnp-1.tnp-name::placeholder,
form.newsletter input#tnp-2.tnp-email::placeholder {
    color: #a9a1a1;
    font-style: italic;
}


.tnp-submit {
       -webkit-background-color: #0073aa !important;
    background-color: #0073aa !important;
    color: white !important;
    border-radius: 5px;
    padding: 10px 15px;
}

.tnp-submit:hover {
    background-color: #a0948c;
    box-shadow: 0 0 8px rgba(140, 125, 117, 0.5);
}
