/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Stefan
 Author URI:     https://kultur-komplizen.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/*Layout*/

.vertikal-zentrieren {
display: flex;
flex-direction: column;
justify-content: center;
}


.et-search-form, blockquote {
    border-color: #91CA9F!important;
}

.et_pb_testimonial  {
  overflow: visible !important;
}

/* ============================================
   Contact Form 7 - Einfaches Formular ohne Labels
   ============================================ */

/* Grundformat für alle Felder */
.wpcf7 .cf7-field,
.wpcf7 textarea.cf7-field {
  width: 100%;
  background-color: #e6f0fb;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #000;
}

/* Checkboxen untereinander */
.wpcf7 .cf7-checkbox span.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

/* Standard-Button anpassen */
.wpcf7 input[type="submit"] {
  background-color: #1a2655;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
}


