.fpe-form {
  /*display: grid;
  gap: 10px;*/
  max-width: 80%;
  margin: 0 auto;
}

.fpe-form fieldset {
  margin-bottom: 20px;
}

.fpe-form .fpe-form-set {
  display: grid;
  gap: 10px;
}

.fpe-form-container button {
  margin-top: 30px !important;
  display: block;
}

.fpe-form input:not([type='checkbox']), 
.fpe-form textarea, 
.fpe-form select {
  width: 100%;
  padding: 6px;
}

.fpe-form input:not([type='checkbox']), 
.fpe-form textarea, 
.fpe-form select {
  width: 100%;
  padding: 6px;
}
/*
.fpe-form button {
  padding: 8px 12px;
  background: #2271b1;
  color: #fff;
  border: none;
  cursor: pointer;
}
.fpe-form button:hover {
  background: #135e96;
}
*/
.fpe-message {
  padding: 8px 12px;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 14px;
  display: none;
}
.fpe-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.fpe-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.fpe-loading {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top-color: #0073aa; /* Farbe des sich drehenden Segments */
  border-radius: 50%;
  animation: fpe-spin 0.6s linear infinite;
  vertical-align: middle;
  margin-left: 5px;
}

@keyframes fpe-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.select2-selection__rendered {
  margin:0;
}

.art-Entwurf > div > div > .wpb_wrapper {
    border: 3px dashed #000;
}