.form-control, .form-select {
	font-size: 1.4rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.form-control:focus, .form-select:focus {
	outline: none;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-label, .form-check-label, .form-check-input, footer label a {
	font-size: 1.4rem;
	color: #3d322e;
}
.powermail_submit {
	font-size: 1.4rem;
}
aside form h3, aside .powermail_create h2 {
	font-size: 1.6rem !important;
	text-align: left;
	background: #3d322e;
	background-clip: border-box;
	color: white;
	font-weight: bold;
	padding: 0.5em 1em 0.5em 1em;
	width: 100%;
}
aside .powermail_create h2 {
	margin: -0.5em 0 1.25em 0;
	position: absolute;
	left: 0;
	right: 0;
}
aside fieldset {
	padding: 0.5em 1em 0.5em 1em;
}
aside .form-control, .tx-fp-newsletter .form-control, .tx-fp-newsletter .form-select {
	font-weight: 400;
	line-height: 1.5;
	color: #3d322e;
	background-color: #e5e1d6;
	background-clip: padding-box;
	border: 1px solid #3d322e;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
aside form, aside .powermail_create, .tx-fp-newsletter form {
	background: #d4cdbb;
	position: relative;
	font-size: 1.4rem;
	margin-bottom: 1.25em
}
aside .powermail_create {
	padding: 0.5em 1em 0.5em 1em;
}
aside form, aside .powermail_create p, .tx-fp-newsletter form, .tx-fp-newsletter p {
	font-size: 1.4rem;
}
aside .btn-primary, .tx-fp-newsletter .btn-primary, footer .btn-primary  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #e5e1d6;
	background-clip: border-box;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em 1em 0.5em 1em;
	border: 1px solid #3d322e;
	-webkit-appearance: none;
	color: #3d322e;
	outline: none;
}
aside .btn-primary:hover, aside .btn-primary:focus, .tx-fp-newsletter .btn-primary:hover, .tx-fp-newsletter .btn-primary:focus,footer .btn-primary:hover, footer .btn-primary:focus {
	background: #3d322e;
	color: #e5e1d6;
	border: 1px solid #3d322e;
	outline: none;
}
aside .btn-primary:focus, .tx-fp-newslette .btn-primary:focus {
	box-shadow: none;
	outline: none;
}
footer label a {
	color: white;
}
footer .tx-powermail, footer label, footer .form-label,footer .form-check-label, footer.form-check-input {
	color: white;
}
footer legend {
	font-size: 2.8em;
    margin-bottom: 1em;
    margin-top: 1em;
    color: white;
    float: none;
}
footer legend::before {
  font-family: "lsr";
  content: "\e813";
  font-size: 46px;
  line-height: 46px;
  padding: 0;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-block;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.5em;
  background: rgba(255,255,255,0.6);
  font-weight: normal;
  margin-bottom: -10px;
}
.form-check {
	padding-left: 5px;
	padding-right: 5px;
}
.form-check-input:checked[type=checkbox] {
    background-image: none;
}
.form-check-input[type="checkbox"], .form-check-input[type="radio"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-color: transparent;
    background-image: none;
    margin-left: -11111px;
}

.form-check-input[type="checkbox"] + label {
	padding-left: 30px;
}
.form-check-input[type="checkbox"] + label:before {
	content: '\f096';
	font-family: "lsr";
  	font-style: normal;
  	font-weight: normal;
  	speak: never;
	font-size: 22px;
	margin-left: -30px;
	margin-right: 9px;
	margin-top: 10px;
}

.form-check-input:checked[type=checkbox] + label:before {
	content: '\e800';
	margin-right: 6px!important;
}

.tx-powermail .powermail_fieldset .powermail-errors-list {
	background-color: transparent;
	border: none;
	width: 100%;
	float: right;
	clear: left;
}
.tx-powermail .powermail_fieldset .powermail_field_error, .tx-powermail .powermail_fieldset .parsley-error, .tx-powermail .powermail_fieldset .parsley-required, .tx-powermail .powermail_fieldset .powermail-errors-list
.tx-powermail .powermail_fieldset
.powermail_form .parsley-error:focus, .tx-powermail .powermail_fieldset div.error {
	background-color: transparent;
	color: red;
}
.tx-powermail .powermail_fieldset .powermail-errors-list > li {
	color: red;
	padding: 0;
}
.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list {
	background-color: transparent;
	color: red;
}

div.powermail-overlay {
	width: 90%;
	height: 40%;
	max-height: 150px;
	position: fixed;
	top: 25%;
	left: 5%;
	bottom: 0;
	right: 0;
	border: 5px solid #d4cdbb;
	background-color: rgba(0,0,0,0.65);
	border-radius: 10px;
	z-index: 200000;
	color: white;
}

@media screen and (min-width: 960px) {
	div.powermail-overlay {
		width: 40%;
		left: 25%;
		top: 30%;
	}
}
div.powermail-overlay.hidden {
	display: none;
}
div.progress-outer {
	width: 80%;
	margin: auto;
}
div.progress-outer p {
	margin-top: 20px;
	color: white;
}
@-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;
}

div.tx-fp-newsletter {
  background: #d4cdbb;
   background-clip: border-box;
  padding: 1em 1em 1em 1em;
}
footer div.powermail_create {
	color: white;
  	padding: 24px 0 24px 0;
}

footer div.powermail_create a, 
footer div.powermail_create p, 
footer div.powermail_create th, 
footer div.powermail_create td,
footer div.powermail_create li {
  	font-size: 1.4rem;
	line-height: 1.5em;
  	color: white!important;
}
#cookieman-modal [data-bs-toggle="collapse"][data-bs-target="#cookieman-settings"]::after {
	color: black;
	background-color: black;
}

