/* Contact Form 7 Styles*/
.f-row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.f-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.f-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.f-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pa-2 {
  padding: 8px;
}
.pa-4 {
  padding: 16px;
}

@media only screen and (max-width: 600px) {
  .f-col {
    flex: 0 0 100%;
  }

  .f-col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

/* contact */
.label {
  padding: 1px!important;
}

.wpcf7-date,
.wpcf7-number,
.wpcf7-select {
  width: 100%!important;
}

.wpcf7-text,
.wpcf7-select {
  margin-bottom: 10px!important;
  margin: 0!important;
}

/* Thema */
.wp-block-embed__wrapper {
    text-align: center;
}
