/*---------------------------------------------------------------------------------

 Theme Name:   Demokratie in Schweinfurt - Twenty Twenty-Four
 Theme URI:    https://demokratie-leben-schweinfurt.de/
 Description:  Twenty Twenty-Four Child Theme
 Author:       Agentur Ledermann
 Author URI:   https://www.ledermann.biz
 Template:     twentytwentyfour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
header.wp-block-template-part {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
}

.header-001 .header-002 {
  align-items: end;
}
.header-001 .header-002 .header-004 {
  align-items: baseline;
  margin-left: auto;
}

/* Headline im Header */
div.wp-block-cover div.wp-block-cover__inner-container h2.is-style-default.header-headline {
  text-shadow: 0px 0px 10px #000;
}

.header-demokratie-custom span.wp-block-cover__background.has-background-dim-0.has-background-dim {
  background: linear-gradient(#0000, #00000005 10%, #0000000f 20%, #00000024 30%, #0003 35%, #00000042 40%, #0000004f 45%, #00000059 50%, #00000061 55%, #0006 60%, #0000006b 65%, #0000006b) !important;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1 !important;
}

/* Contact form 7 */
/* Container-Layout */
#kontakt-fomular-default {
  margin-top: 30px;
}

.wpcf7 {
  max-width: 600px;
  margin: 0 auto 0 0;
  font-family: sans-serif;
}

/* Input-Felder & Textareas */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
  transition: border 0.3s ease;
}

footer {
  /* Input-Felder & Textareas */
}
footer form p {
  margin: 0;
}
footer .wpcf7 input[type=text],
footer .wpcf7 input[type=email],
footer .wpcf7 input[type=tel],
footer .wpcf7 textarea {
  width: calc(100% - 30px);
  max-width: 100%;
  padding: 12px 8px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
  transition: border 0.3s ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #0073aa;
  outline: none;
}

/* Submit-Button */
.wpcf7 input[type=submit] {
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7 input[type=submit]:hover {
  background-color: #009fe2;
}

/* Fehlermeldungen */
.wpcf7-not-valid-tip {
  color: #d63638;
  font-size: 0.9em;
  margin-top: -12px;
  margin-bottom: 12px;
}

.wpcf7-response-output {
  margin-top: 16px;
  padding: 12px;
  border: 2px solid #0073aa;
  border-radius: 6px;
  background: #e5f5fa;
  color: #0073aa;
}

/* Contact form 7 */

/*# sourceMappingURL=style.css.map */
