label {
  display: none;
}

/*Kontakt Form*/
#FormBuilder_outletformular {
	padding-right: 150px;
    max-width: 945px;
}

#FormBuilder_outletformular label {
	display: none;
}

#FormBuilder_outletformular input {
    font: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_outletformular textarea {
    font: inherit;
    overflow: auto;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    height: auto;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_outletformular input:focus, #FormBuilder_outletformular textarea:focus, #FormBuilder_outletformular select:focus {
    outline: none;
}

/*Submit button */
button[name="outletformular_submit"] {
  color: #000;
      padding: 13px 50px 10px 15px;
      display: flex;
      border: solid 1px #e3010e;
      line-height: normal;
      width: fit-content;
      margin: 0 auto 20px;
      font-size: 120%;
      background: #fff url(/site/templates/images/icons/plus.svg) no-repeat;
      background-size: 24px;
      background-position: center right 13px;
      text-transform: uppercase;

}

button[name="outletformular_submit"]:before {
	/*top: 0;
	left: 0;
	right: auto;*/
}

button[name="outletformular_submit"]:after {
    /*bottom: 0;
    right: 0;
    left: auto;*/
}

button[name="outletformular_submit"]:before, button[name="outletformular_submit"]:after {
    /*content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
}

button[name="outletformular_submit"]:hover {
    background-color: rgba(0, 0, 0, 1.0 );
    border: solid 1px #e3010e;
    color: #fff;
}


/*----------------------------------------------------------------*/


/*Kontakt Manual Form*/
#FormBuilder_kontaktformular_manuell {
    border: 2px solid #e3010e;
    padding: 40px;
    padding-right: 150px;
    max-width: 945px;
}

#FormBuilder_kontaktformular_manuell label {
    display: none;
}

#FormBuilder_kontaktformular_manuell input {
    font: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_kontaktformular_manuell textarea {
    font: inherit;
    overflow: auto;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    height: auto;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_kontaktformular_manuell select {
    font: inherit;
    text-transform: none;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #e1e6eb;
    -webkit-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
}

#FormBuilder_kontaktformular_manuell input:focus, #FormBuilder_kontaktformular_manuell textarea:focus, #FormBuilder_kontaktformular_manuell select:focus {
    outline: none;
}

/*Submit button */
button[name="kontaktformular_manuell_submit"] {
    margin: 0;
    font: inherit;
    overflow: visible;
    font-family: inherit;
    padding: 20px 55px 20px 35px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    background: #000 url(/site/templates/images/icons/hostettler-plus-icon-sprite.png) no-repeat top 0 right 18px;
    animation: plusanim 2s steps(20) infinite;
    background-size: 30px;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="kontaktformular_manuell_submit"]:before {
    /*top: 0;
    left: 0;
    right: auto;*/
}

button[name="kontaktformular_manuell_submit"]:after {
    /*bottom: 0;
    right: 0;
    left: auto;*/
}

button[name="kontaktformular_manuell_submit"]:before, button[name="kontaktformular_manuell_submit"]:after {
    /*content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
}

button[name="kontaktformular_manuell_submit"]:hover {
    background-color: rgba(0, 0, 0, 0.8 );
    border: solid 1px #e3010e;
    color: #e3010e;
}


/* Lager Form */
/*----------------------------------------------------------------*/
#FormBuilder_lagerformular {

}

#FormBuilder_lagerformular label {
    display: none;
}

#FormBuilder_lagerformular input {
    font: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #e1e6eb;
    -webkit-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
}

#FormBuilder_lagerformular textarea {
    font: inherit;
    overflow: auto;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #e1e6eb;
    -webkit-box-shadow: none;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    height: auto;
}


#FormBuilder_lagerformular select {
    font: inherit;
    text-transform: none;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #e1e6eb;
    -webkit-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
}

#FormBuilder_lagerformular input:focus, #FormBuilder_lagerformular textarea:focus, #FormBuilder_lagerformular select:focus {
    outline: none;
}

/*Submit button */
button[name="lagerformular_submit"] {
    margin: 0;
    font: inherit;
    overflow: visible;
    font-family: inherit;
    padding: 20px 55px 20px 35px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    background: #000 url(/site/templates/images/icons/hostettler-plus-icon-sprite.png) no-repeat top 0 right 18px;
    animation: plusanim 2s steps(20) infinite;
    background-size: 30px;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="lagerformular_submit"]:before {
    /*top: 0;
    left: 0;
    right: auto;*/
}

button[name="lagerformular_submit"]:after {
    /*bottom: 0;
    right: 0;
    left: auto;*/
}

button[name="lagerformular_submit"]:before, button[name="lagerformular_submit"]:after {
    /*content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
}

button[name="lagerformular_submit"]:hover {
    background-color: rgba(0, 0, 0, 0.8 );
    border: solid 1px #e3010e;
    color: #e3010e;
}

#FormBuilder_lagerformular fieldset  {
    margin: 0;
}

#FormBuilder_lagerformular fieldset legend {
    margin-top: 10px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    font-family: 'robotolight', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2.5px;
    border: 0;
}


/* Verkaufen Formular */
/* ---------------------------------------- */
#FormBuilder_verkaufenformular {
    border: 2px solid #e3010e;
    padding: 40px;
    padding-right: 150px;
    max-width: 945px;
}

#FormBuilder_verkaufenformular label {
    display: none;
}

#FormBuilder_verkaufenformular input {
    font: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_verkaufenformular input::placeholder {
    text-transform: uppercase;
    color: black;
}

#FormBuilder_verkaufenformular textarea {
    font: inherit;
    overflow: auto;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    height: auto;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_verkaufenformular textarea::placeholder {
    text-transform: uppercase;
    color: black;
}

#FormBuilder_verkaufenformular select {
    font: inherit;
    text-transform: none;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #e1e6eb;
    -webkit-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
}

#FormBuilder_verkaufenformular select::placeholder {
    text-transform: uppercase;
    color: black;
}

#FormBuilder_verkaufenformular input:focus, #FormBuilder_verkaufenformular textarea:focus, #FormBuilder_verkaufenformular select:focus {
    outline: none;
}

/*Submit button */
button[name="verkaufenformular_submit"] {
    margin: 0;
    font: inherit;
    overflow: visible;
    font-family: inherit;
    padding: 20px 55px 20px 35px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    background: #000 url(/site/templates/images/icons/hostettler-plus-icon-sprite.png) no-repeat top 0 right 18px;
    animation: plusanim 2s steps(20) infinite;
    background-size: 30px;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="verkaufenformular_submit"]:before {
    /*top: 0;
    left: 0;
    right: auto;*/
}

button[name="verkaufenformular_submit"]:after {
    /*bottom: 0;
    right: 0;
    left: auto;*/
}

button[name="verkaufenformular_submit"]:before, button[name="verkaufenformular_submit"]:after {
    /*content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
}

button[name="verkaufenformular_submit"]:hover {
    background-color: rgba(0, 0, 0, 0.8 );
    border: solid 1px #e3010e;
    color: #e3010e;
}


#FormBuilder_verkaufenformular fieldset  {
    margin: 0;
}

#FormBuilder_verkaufenformular fieldset legend {
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'robotolight', sans-serif;
    letter-spacing: 1px;
    border: 0;
}

/* ModellFormular */
/* ---------------------------------------- */

#FormBuilder_modellformular {
    border: 2px solid #e3010e;
    padding: 40px;
    padding-right: 150px;
    max-width: 945px;
}

#FormBuilder_modellformular label {
    display: none;
}

#FormBuilder_modellformular input {
    font: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_modellformular input::placeholder {
    text-transform: uppercase;
    color: black;
}

#FormBuilder_modellformular textarea {
    font: inherit;
    overflow: auto;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    height: auto;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_modellformular textarea::placeholder {
    text-transform: uppercase;
    color: black;
}

#FormBuilder_modellformular select {
    font: inherit;
    text-transform: none;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #e1e6eb;
    -webkit-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
}

#FormBuilder_modellformular select::placeholder {
    text-transform: uppercase;
    color: black;
}

#FormBuilder_modellformular input:focus, #FormBuilder_modellformular textarea:focus, #FormBuilder_modellformular select:focus {
    outline: none;
}

/*Submit button */
button[name="modellformular_submit"] {
    margin: 0;
    font: inherit;
    overflow: visible;
    font-family: inherit;
    padding: 20px 55px 20px 35px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    background: #000 url(/site/templates/images/icons/hostettler-plus-icon-sprite.png) no-repeat top 0 right 18px;
    animation: plusanim 2s steps(20) infinite;
    background-size: 30px;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="modellformular_submit"]:before {
    /*top: 0;
    left: 0;
    right: auto;*/
}

button[name="modellformular_submit"]:after {
    /*bottom: 0;
    right: 0;
    left: auto;*/
}

button[name="modellformular_submit"]:before, button[name="modellformular_submit"]:after {
    /*content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
}

button[name="modellformular_submit"]:hover {
    background-color: rgba(0, 0, 0, 0.8 );
    border: solid 1px #e3010e;
    color: #e3010e;
}


#FormBuilder_verkaufenformular fieldset  {
    margin: 0;
}

#FormBuilder_verkaufenformular fieldset legend {
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'robotolight', sans-serif;
    letter-spacing: 1px;
    border: 0;
}




/* Miete Form */
/*----------------------------------------------------------------*/
#FormBuilder_mieteformular {

}

#FormBuilder_mieteformular label {
    display: none;
}

#FormBuilder_mieteformular input {
    font: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #e1e6eb;
    -webkit-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
}

#FormBuilder_mieteformular textarea {
    font: inherit;
    overflow: auto;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #e1e6eb;
    -webkit-box-shadow: none;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    height: auto;
}


#FormBuilder_mieteformular select {
    font: inherit;
    text-transform: none;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #e1e6eb;
    -webkit-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
}

#FormBuilder_mieteformular input:focus, #FormBuilder_mieteformular textarea:focus, #FormBuilder_mieteformular select:focus {
    outline: none;
}

/*Submit button */
button[name="mieteformular_submit"] {
    margin: 0;
    font: inherit;
    overflow: visible;
    font-family: inherit;
    padding: 20px 55px 20px 35px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    background: #000 url(/site/templates/images/icons/hostettler-plus-icon-sprite.png) no-repeat top 0 right 18px;
    animation: plusanim 2s steps(20) infinite;
    background-size: 30px;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="mieteformular_submit"]:before {
    /*top: 0;
    left: 0;
    right: auto;*/
}

button[name="mieteformular_submit"]:after {
    /*bottom: 0;
    right: 0;
    left: auto;*/
}

button[name="mieteformular_submit"]:before, button[name="mieteformular_submit"]:after {
    /*content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
}

button[name="mieteformular_submit"]:hover {
    background-color: rgba(0, 0, 0, 0.8 );
    border: solid 1px #e3010e;
    color: #e3010e;
}

#FormBuilder_mieteformular fieldset  {
    margin: 0;
}

#FormBuilder_mieteformular fieldset legend {
    margin-top: 10px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    font-family: 'robotolight', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2.5px;
    border: 0;
}

/* Event Form */
/*-----------------------*/

#FormBuilder_eventsformular {
    border: 2px solid #e3010e;
    padding: 40px;
    padding-right: 150px;
    max-width: 945px;
}

#FormBuilder_eventsformular label {
    display: none;
}

#FormBuilder_eventsformular input {
    font: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_eventsformular textarea {
    font: inherit;
    overflow: auto;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    height: auto;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_eventsformular input:focus, #FormBuilder_eventsformular textarea:focus, #FormBuilder_eventsformular select:focus {
    outline: none;
}

/*Submit button */
button[name="eventsformular_submit"] {
    margin: 0;
    font: inherit;
    overflow: visible;
    font-family: inherit;
    padding: 20px 55px 20px 35px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    background: #000 url(/site/templates/images/icons/hostettler-plus-icon-sprite.png) no-repeat top 0 right 18px;
    animation: plusanim 2s steps(20) infinite;
    background-size: 30px;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="eventsformular_submit"]:before {
    /*top: 0;
    left: 0;
    right: auto;*/
}

button[name="eventsformular_submit"]:after {
    /*bottom: 0;
    right: 0;
    left: auto;*/
}

button[name="eventsformular_submit"]:before, button[name="eventsformular_submit"]:after {
    /*content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
}

button[name="eventsformular_submit"]:hover {
    background-color: rgba(0, 0, 0, 0.8 );
    border: solid 1px #e3010e;
    color: #e3010e;
}


/* News formular */

/*News Form*/
#FormBuilder_newsformular {
    border: 2px solid #e3010e;
    padding: 40px;
    padding-right: 150px;
    max-width: 945px;
}

#FormBuilder_newsformular label {
    display: none;
}

#FormBuilder_newsformular input {
    font: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_newsformular textarea {
    font: inherit;
    overflow: auto;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    height: auto;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_newsformular input:focus, #FormBuilder_newsformular textarea:focus, #FormBuilder_newsformular select:focus {
    outline: none;
}

/*Submit button */
button[name="newsformular_submit"] {
    margin: 0;
    font: inherit;
    overflow: visible;
    font-family: inherit;
    padding: 20px 55px 20px 35px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    background: #000 url(/site/templates/images/icons/hostettler-plus-icon-sprite.png) no-repeat top 0 right 18px;
    animation: plusanim 2s steps(20) infinite;
    background-size: 30px;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="newsformular_submit"]:before {
    /*top: 0;
    left: 0;
    right: auto;*/
}

button[name="newsformular_submit"]:after {
    /*bottom: 0;
    right: 0;
    left: auto;*/
}

button[name="newsformular_submit"]:before, button[name="newsformular_submit"]:after {
    /*content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
}

button[name="newsformular_submit"]:hover {
    background-color: rgba(0, 0, 0, 0.8 );
    border: solid 1px #e3010e;
    color: #e3010e;
}

.FormBuilderErrors {
    width: 66%;
    padding-top: 10px;
}

.alert.alert-error.error {
    background-color: #e3010e;
    color: #fff;
    font-weight: 600;
}

.FormBuilder-lagerformular .FormBuilderErrors {
    width: 100%;
}

.FormBuilder-lagerformular .alert.alert-error.error {
    margin: 0;
    margin-bottom: 10px;
}


/* Newsletter form */
#FormBuilder_newsletteranmeldung {
    border: 2px solid #e3010e;
    padding: 40px;
    padding-right: 150px;
    max-width: 945px;
}

#FormBuilder_newsletteranmeldung label {
    /*display: none;*/
}

#FormBuilder_newsletteranmeldung input {
    font: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_newsletteranmeldung textarea {
    font: inherit;
    overflow: auto;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
    height: auto;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#FormBuilder_newsletteranmeldung input:focus, #FormBuilder_newsletteranmeldung textarea:focus, #FormBuilder_newsletteranmeldung select:focus {
    outline: none;
}

/*Submit button */
button[name="newsletteranmeldung_submit"] {
    margin: 0;
    font: inherit;
    overflow: visible;
    font-family: inherit;
    padding: 20px 55px 20px 35px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    background: #000 url(/site/templates/images/icons/hostettler-plus-icon-sprite.png) no-repeat top 0 right 18px;
    animation: plusanim 2s steps(20) infinite;
    background-size: 30px;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="newsletteranmeldung_submit"]:before {
    /*top: 0;
    left: 0;
    right: auto;*/
}

button[name="newsletteranmeldung_submit"]:after {
    /*bottom: 0;
    right: 0;
    left: auto;*/
}

button[name="newsletteranmeldung_submit"]:before, button[name="newsletteranmeldung_submit"]:after {
    /*content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
}

button[name="newsletteranmeldung_submit"]:hover {
    background-color: rgba(0, 0, 0, 0.8 );
    border: solid 1px #e3010e;
    color: #e3010e;
}

#FormBuilder_newsletteranmeldung select {
    font: inherit;
    text-transform: none;
    font-family: inherit;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #e1e6eb;
    -webkit-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px;
    transition: all 0.2s linear;
}



/* Mobile CSS */
@media only screen and (max-width:768px) {
    .FormBuilderErrors {
        width: 100%;
    }
}
