/*Kontakt Form*/
#FormBuilder_probefahrt {
	border: 2px solid #e3010e;
	padding: 40px;
}

#FormBuilder_probefahrt label {
	display: none;
}

#FormBuilder_probefahrt 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_probefahrt 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_probefahrt input:focus, #FormBuilder_probefahrt textarea:focus, #FormBuilder_probefahrt select:focus {
    outline: none;
}

/*Submit button */
button[name="probefahrt_submit"] {
    margin: 0;
    font: inherit;
    overflow: visible;
    font-family: inherit;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;
}

button[name="probefahrt_submit"]:after {
  content: url("../images/icons/plussignanim.svg");
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-left: 20px;
}

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

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

button[name="probefahrt_submit"]:before, button[name="probefahrt_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="probefahrt_submit"]:hover {
    background-color: rgba(0, 0, 0, 0.8 );
    border: solid 1px #e3010e;
    color: #e3010e;
}


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


/*Kontakt Manual Form*/
#FormBuilder_probefahrt {
    border: 2px solid #e3010e;
    padding: 40px;
}

#FormBuilder_probefahrt label {
    display: none;
}

#FormBuilder_probefahrt 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_probefahrt 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_probefahrt 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_probefahrt input:focus, #FormBuilder_probefahrt textarea:focus, #FormBuilder_probefahrt select:focus {
    outline: none;
}

/*Submit button */
button[name="kontaktformular_manuell_submit"] {
    margin: 0;
    font: inherit;
    overflow: visible;
    font-family: inherit;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    background-size: 30px;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="kontaktformular_manuell_submit"]:after {
  content: url("../images/icons/plussignanim.svg");
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-left: 20px;
}

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: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="lagerformular_submit"]:after {
  content: url("../images/icons/plussignanim.svg");
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-left: 20px;
}

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;
    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: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="verkaufenformular_submit"]:after {
  content: url("../images/icons/plussignanim.svg");
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-left: 20px;
}

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;
    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: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="modellformular_submit"]:after {
  content: url("../images/icons/plussignanim.svg");
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-left: 20px;
}

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: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="mieteformular_submit"]:after {
  content: url("../images/icons/plussignanim.svg");
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-left: 20px;
}

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;
    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: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="eventsformular_submit"]:after {
  content: url("../images/icons/plussignanim.svg");
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-left: 20px;
}

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: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="newsformular_submit"]:after {
  content: url("../images/icons/plussignanim.svg");
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-left: 20px;
}

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: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative;
    border: solid 1px #fff;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    letter-spacing: 5px;

}

button[name="newsletteranmeldung_submit"]:after {
  content: url("../images/icons/plussignanim.svg");
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-left: 20px;
}

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;
}

.InputfieldHeader {
    font-weight: 400 !important;
}
input[type=checkbox], input[type=radio] {
    opacity: unset !important;
}
span.pw-no-select {
    margin-left: 25px;
    font-weight: 400;
}

textarea#Inputfield_bemerkungen_und_wunsche {
    height: 150px;
}

body {
    background-color: #fff !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #000 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: unset !important;
}

h3 {
    font-weight: 600 !important;
    font-size: 19px !important;
    line-height: 26px !important;
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
}
a {
    color: #767676 !important;
}
a:focus, a:hover {
    text-decoration: none !important;
    outline: 0 !important;
}
.newslinkframe-black {
    border: 1px solid #000 !important;
    color: #000 !important;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 3px, rgb(0 0 0 / 24%) 0 1px 2px !important;
}
.newslinkframe-black, .newslinkframe-white {
    padding: 12px 17px 10px 15px !important;
    -webkit-box-shadow: rgb(0 0 0 / 12%) 0 1px 3px, rgb(0 0 0 / 24%) 0 1px 2px !important;
}



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

    #FormBuilder_probefahrt, #FormBuilder_eventsformular, #FormBuilder_kundendienstformular, #FormBuilder_verkaufenformular {
        padding: 30px;
    }
}
