h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.9rem; }

/* Formular horizontal zentrieren */
/*.form-wrapper,
.form-wrapper .form,
form.form {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
*/
main.site-content {
	margin-left: 50px;
}

body.page-kontakt #contact-wrapper {
  max-width: 720px;
  margin: 0 auto;
}

body.page-kontakt form#contact {
  width: 100%;
}

/* Formular insgesamt breiter machen */
form {
  max-width: 720px;   /* oder 800px */
}

/* Alle Eingabefelder einheitlich breit */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea,
form select {
  width: 100%;
  box-sizing: border-box;
}

/* Abstand zwischen einzelnen Formularfeldern */
form .form-field {
  margin-bottom: 1.2rem !important;
}


p.rez_author {
	text-align: right;
}

