form {
	overflow: hidden;
}
fieldset {
	padding-bottom: 32px;
}
legend {
	font-family: 'slabo_13pxregular', serif;
	font-weight: normal;
	line-height: 1.2em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 1.4rem;
	color: var(--green);
	padding: 12px 0px 12px 0px;
	float: none;
}
form fieldset div.form-group:first-of-type {
	padding: 24px 25px 24px 25px
}
form fieldset .form-group {
	margin-bottom: 0;
	padding: 5px 25px 24px 25px;
	background-color: var(--bg-forms);
	position: relative;
}
form fieldset .powermail_fieldwrap_type_date.form-group {
	padding: 35px 25px 45px 25px;
}
.btn {
	padding-left: 36px;
	padding-right: 36px;
	min-width: 200px;
}
.btn.btn-dark {
	padding-left: 10px;
	padding-right: 6px;
	min-width: auto;
}
.btn-center {
	padding: 0px 32px 32px 32px;
	text-align: center;
}
form .btn-center {
	padding: 32px;
	text-align: center;
}
.btn-outline-secondary,
.btn-outline-secondary:hover {
	border: 2px solid var(--green);
	color: var(--green);
}
.btn-outline-secondary:hover {
	background-color: var(--green);
	color: white;
}
div.tx-powermail div.container-fluid {
	padding: 0 !important;
}
form label {
	padding-bottom: 2px;
}
form label,
.powermail_fieldwrap p {
	font-size: 0.95rem;
	line-height: 1.5em;
}
form label span.pm_description {
	font-size: 0.8rem;
	display: block;
}
.powermail_fieldwrap_type_html.powermail_fieldwrap p {
	margin-bottom: 0;
}
form .nolabel>label {
	display: none;
}
form div.checkbox label,
form div.radio label,
.powermail_fieldwrap p {
	text-transform: none;
	font-size: 0.95rem;
}
form div.form-check label {
	text-transform: none;
	padding-bottom: 6px;
	font-size: 0.95rem
}
form div.form-check-inline label {
	text-transform: uppercase;
}
form div.form-check .form-check-input,
.powermail_checkbox,
.powermail_checkbox,
form input[type='checkbox'],
form input[type='radio'] {
	position: absolute;
	left: -2000em;
}
form div.form-check-inline label:before {
	content: "\f096";
	font-family: 'tierrettung';
	padding-right: 6px;
}
/*.form-control:required {
  border-color: var(--danger);
  border: 1px solid var(--danger)!important;
  border-radius: 0!imporant;
  outline: none!important;
  box-shadow: 0!important;
}*/
.form-control::-webkit-input-placeholder,
.form-control-sm::-webkit-input-placeholder {
	color: var(--black-lgt);
}
.form-control::-moz-placeholder,
.form-control-sm::-moz-placeholder {
	color: var(--black-lgt);
}
.form-control:-ms-input-placeholder,
.form-control-sm:-ms-input-placeholder {
	color: var(--black-lgt);
	opacity: 1;
}
.form-control::-ms-input-placeholder,
.form-control-sm::-ms-input-placeholder {
	color: var(--black-lgt);
}
.form-control::placeholder,
.form-control::sm {
	color: var(--black-lgt);
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}
select.form-control:focus::-ms-value {
	color: var(--black-lgt);
	background-color: #fff;
}
form input[type='checkbox']+label,
form input[type='radio']+label {
	padding-left: 35px;
	padding-right: 35px;
	line-height: 1.5em;
}
form input[type='checkbox']+label::before,
form input[type='radio']+label::before {
	font-family: "tierrettung";
	font-size: 21px;
	cursor: pointer;
	content: '\f096';
	display: inline-block;
	position: relative;
	left: -35px;
	top: 2px;
	margin-right: -21px;
}
form input[type='checkbox']:checked+label:before,
form input[type='radio']:checked+label:before {
	content: "\e80d";
	margin-right: -24px;
}
form div.parsley-error input[type="checkbox"]+label::before,
form div.parsley-error input[type="radio"]+label::before {
	color: var(--red);
}
form input[type='checkbox']:checked::before,
form input[type='radio']:checked::before {
	font-family: "tierrettung";
	font-size: 21px;
	cursor: pointer;
	content: "\f046";
	display: inline-block;
}
form ul.powermail-errors-list {
	position: relative;
	top: 0;
	left: 0px;
	color: var(--red);
	font-size: 0.8rem;
	display: block;
	width: 100%;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
form ul.powermail-errors-list li {
	display: block;
	font-size: 0.8rem;
	margin-bottom: 0;
	padding-top: 2px;
	color: red;
}
ul.powermail_message_error {
	color: red;
	font-size: 0.95rem;
}
ul.powermail_message_error:before {
	content: 'Beim Versenden des Formulares sind Fehler festgestellt worden:';
	margin-left: -15px;
}
form .form-control,
form .form-control-sm {
	display: block;
	color: var(--black);
	background-clip: padding-box;
	border: 1px solid var(--black-lgt);
	outline: none !important;
	outline: 0 !important;
}
form .form-control:focus,
form .form-control-sm:focus {
	box-shadow: 0 0 0 0;
}
form .form-control:focus:invalid,
form .form-control-sm:focus:invalid {
	border: 1px solid var(--red);
	box-shadow: 0 0 0 1px var(--red);
}
.tx-mmc-guestbook p:first-of-type {
	margin-bottom: 24px;
}
form .error label {
	color: red;
}
form .form-control.powermail_field_error {
	border: 1px solid var(--red);
}
form textarea.form-control {
	height: auto;
	min-height: 100px;
}
div.powermail-overlay {
	width: 90%;
	height: 40%;
	max-height: 150px;
	position: fixed;
	top: 25%;
	left: 5%;
	bottom: 0;
	right: 0;
	border: 5px solid #81B92F;
	background: var(--black-lgt);
	border-radius: 10px;
	z-index: 2000;
	color: white;
}
@media screen and (min-width: 960px) {
	div.powermail-overlay {
		width: 40%;
		left: 25%;
	}
}
div.powermail-overlay.hidden {
	display: none;
}
div.progress-outer {
	width: 80%;
	margin: auto;
}
div.progress-outer p {
	margin-top: 20px;
}
@-webkit-keyframes progress {
	to {
		width: 100%
	}
}
@-moz-keyframes progress {
	to {
		width: 100%
	}
}
@-ms-keyframes progress {
	to {
		width: 100%
	}
}
@keyframes progress {
	to {
		width: 100%
	}
}
div.powermail-overlay .powermail_progress {
	background: white;
	width: 0%;
	height: 20px;
	max-width: 100%;
	margin-top: 20px;
	-webkit-animation: progress 60s 1 forwards;
	-moz-animation: progress 60s 1 forwards;
	-ms-animation: progress 60s 1 forwards;
	animation: progress 60s 1 forwards;
	border: 1px solid white;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.powermail_fieldwrap_type_text {
	font-size: 0.95rem;
}
.table-responsive {
	display: block;
	width: 105%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
form.news-search {
	font-size: 0.8rem;
}
form.news-search fieldset div.form-group:first-of-type {
	padding: 0px 0px 12px 0px;
}
form.news-search fieldset .form-group {
	padding: 5px 0px 12px 0px;
}
form.news-search label,
.powermail_fieldwrap p {
	font-size: 0.8rem;
}
form.news-search div.timelist {
	font-size: 0.8rem;
	text-transform: uppercase;
}
form.news-search .btn {
	min-width: 150px;
}
form.news-search .form-control-sm {
	width: 100%;
}
form.news-search fieldset {
	padding-bottom: 0;
}
/* Mitgliedsformular **/
fieldset.powermail_fieldset_8.disabled,
fieldset.powermail_fieldset_9.disabled,
fieldset.powermail_fieldset_32.disabled,
fieldset.powermail_fieldset_10.disabled,
fieldset.powermail_fieldset_11.disabled,
fieldset.powermail_fieldset_35.disabled,
fieldset.powermail_fieldset_34.disabled,
fieldset.powermail_fieldset_39.disabled {
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}
fieldset.powermail_fieldset_8,
fieldset.powermail_fieldset_9,
fieldset.powermail_fieldset_32,
fieldset.powermail_fieldset_10,
fieldset.powermail_fieldset_11,
fieldset.powermail_fieldset_35,
fieldset.powermail_fieldset_34,
fieldset.powermail_fieldset_39 {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
fieldset.powermail_fieldset_8,
fieldset.powermail_fieldset_9 {
	max-height: 10px;
	overflow: hidden;
	padding-bottom: 0;
	transition: all 0.5s ease 0s;
}
fieldset.powermail_fieldset_8 div.powermail_fieldwrap,
fieldset.powermail_fieldset_9 div.powermail_fieldwrap {
	/*opacity: 0;*/
	transition: all 0.5s ease 0.2s;
}
fieldset.powermail_fieldset_8 legend,
fieldset.powermail_fieldset_9 legend {
	display: block;
	position: relative;
}
fieldset.powermail_fieldset_8 legend:after,
fieldset.powermail_fieldset_9 legend:after {
	content: '+';
	text-align: center;
	font-size: 32px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
}
fieldset.powermail_fieldset_8.visible,
fieldset.powermail_fieldset_9.visible {
	max-height: 1200px;
	overflow: visible;
	padding-bottom: 24px;
	transition: all 0.5s ease 0s;
}
fieldset.powermail_fieldset_8.visible div.powermail_fieldwrap,
fieldset.powermail_fieldset_9.visible div.powermail_fieldwrap {
	opacity: 1;
	transition: all 0.5s ease 0.2s;
}
fieldset.powermail_fieldset_8.visible legend:after,
fieldset.powermail_fieldset_9.visible legend:after {
	content: '-';
}
.powermail_submit {
	cursor: pointer;
}
input:read-only,
input:readonly {
	background: whitesmoke !important;
	opacity: 0.5;
}
input[readOnly],
input[readonly],
input[readonly="readonly"] {
	background: whitesmoke !important;
	opacity: 0.5;
}
.powermail_fieldset_32 input[readOnly],
.powermail_fieldset_32 input[readonly],
.powermail_fieldset_32 input[readonly="readonly"] {
	opacity: 1 !important;
}
.powermail_submit:disabled {
	opacity: 0.5;
	cursor: default;
}
fieldset.powermail_fieldset_32 .form-group {
	display: flex;
}
fieldset.powermail_fieldset_32 input.powermail_input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid black;
	background-color: var(--bg-forms) !important;
	text-align: right;
}
fieldset.powermail_fieldset_32 #powermail_field_donation_docket {
	border-bottom: 2px solid black;
}
fieldset.powermail_fieldset_32 #powermail_field_summary_all {
	border-bottom: 5px double black;
}
@media (min-width: 768px) {
	fieldset.powermail_fieldset_32 .form-group {
		display: flex;
	}
	fieldset.powermail_fieldset_32 label {
		min-width: 250px;
	}
}
#powermail_captchaimage {
	width: 35%;
    padding-top: 10px;
}
@media (min-width: 992px) {
	#powermail_captchaimage {
		width: 35%;
	}
}
