body, body input, body textarea {
    font-family: "latoregular",sans-serif;
    font-size: 100%;
}

.teaserGallery.contact .person {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.teaserGallery.contact .person .leftContent {
  float: left;
  width: 25%;
}

.teaserGallery.contact .person .rightContent {
  float: left;
  width: calc( 75% - 25px);
  margin-left: 25px;
}

.teaserGallery.contact .person form {
  width: 100%;
  float: left;
  margin-top: 25px;
}

form input,
form select,
form textarea {
  width: 100%;
  margin-bottom: 15px;
  color: #101010;
  padding: 5px 15px;
  font-size: 100%;
  border: none;
  background-color: #fff;
}
form input[type="checkbox"], form input[type="radio"]{
  margin-bottom: 0px;
}

.tx-ghm-events form input {
  padding: 5px 15px!important;
}

form input.floatRight {
    float: right;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
}

form input[type=reset],
form input[type=submit],
form input[type=checkbox]  {
    display: inline-block;
    width: auto;
    padding: initial;
}

form input[type=submit] {
  padding: 5px;
}

form fieldset {
    border: none;
    padding: 0;
}


form legend {
    position: absolute;
    left: -9999em;
    top: -9999em;
}

.teaserGallery.contact *::-moz-placeholder {
  color: #101010;
  font-size: 100%;
}

.teaserGallery.contact form .button {
  float: right;
  margin-top: 15px;
}

.teaserGallery.contact .teaserGalleryNav {
  width: 35px;
  height: 250px;
  background-color: transparent;
}

.teaserGallery.contact .teaserGalleryNav:hover {
  background-color: transparent;
  opacity: 0.5;
}

.teaserGallery.contact .person form .selectCustomArrow {
  background-color: #fff;
    background-image: url("../assets/icons/pfeile/suche_unten.png");
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}

.teaserGallery.contact .person form .selectCustomArrow select {
  width: calc(100% - -50px);
  background-color: transparent;
  margin-bottom: 0;
  cursor: pointer;
  height: 34px;
   -webkit-appearance: none;
}

.teaserGallery.contact .person form .selectCustomArrow option {
  padding-left: 15px;
}

#main .teaserGallery.contact ul {
  padding: 0;
}

.rm-phone,
.rm-email,
.rm-fax,
li.tel,
li.fax,
li.vCard {
  list-style: none;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
}

.rm-phone,
li.tel {
  background-image: url('../img/icons/kontakt/icon_telefon.png');
  background-position: 5px center;
}

.rm-fax,
li.fax {
  background-image: url('../img/icons/kontakt/icon_fax.png');
}
.rm-email,
li.vCard {
  background-image: url('../img/icons/kontakt/icon_visitenkarte.png');
}

ul.rm-address-list {
    margin: 0;
    padding: 0;
  list-style-type: none;
}

.tx-felogin-pi1 label {
  font-weight: bold;
}

.tx-powermail h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.parsley-errors-list {
 display: none;
}

.parsley-errors-list.filled {
 display: block;
}

/* Powermail */

.powermail_fieldwrap {
  line-height: 1.5em;
  clear: both;
}

.powermail_fieldwrap_html {
  margin-bottom: 1em;
}

.powermail_label,
.powermail_check_inner label {
  width: 30%;
  margin-right: 5%;
  float: left;
  line-height: 1.5em;
  clear: both;
  padding-bottom: 12px;
}
.mobile .powermail_label{
  width: 100%;
  float: none;
  margin-right: 0px;
}
.mobile .powermail_field, .mobile .powermail_select{
  width: 100%;
  float: none;
}
.mobile .powermail_check_inner{
  width: 100%;
}
.mobile .powermail_check_inner label{
  width: 100%;
  float: none;
}

.powermail_check_inner {
  clear: both;
  float: left;
  width: 100%;
}

.powermail_field {
  width: 65%;
  border: 1px solid #ccc;
}

.powermail_select {

}

.powermail_input {

}

.powermail_check_outer {
  margin-bottom: 1em;
  float: left;
  width: 100%;
}

form input.powermail_submit[type=submit] {
  background-image: url("../img/icons/small/icon_mail.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 36px;
  padding-right: 10px;
  paddding-top: 5px;
  paddding-bottom: 5px;
  color: #014495;
  cursor: pointer;
  transition: all .25s;
  width: auto;
  height: 30px;
}

.powermail_submit:hover {
  border-color: #bbb;
  background-position: 16px center;
}

#main ul.parsley-errors-list {
  margin: 0;
  margin-left: 35%;
  margin-bottom: 2em;
  margin-top: 0em;
  color: darkred;
  list-style-type: square;
  list-style-image: none;
  width: 100%;
  clear: both;
}

.parsley-error {
  border-color: darkred;
}

.powermail_label .mandatory {
  display: none;
}


::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

input:-moz-placeholder {
  color: #aaa;
}