/******************************************************************************/
/* Styledeclarations to beautify the form for tecan - anta/pasp - 20170511    */
/******************************************************************************/

.container {
padding-left: 60px;
} 
.blank_page .hbspt-form .styled-form .field, .hs-form.hs-custom-form .field {
  float: left;
  /*padding: 0 0 0.75em;*/
  padding-left: 0px;
  padding-right: 8px;
  padding-top:0px;
  padding-bottom: 0.75em;
  position: relative;
  width: 100%;
}
.hbspt-form .styled-form fieldset.form-columns-2 .hs-form-field, .hs-form.hs-custom-form fieldset.form-columns-2 .hs-form-field {
  width: 50%; 
}
.hbspt-form .styled-form select, .hs-form.hs-custom-form select {
  height: 41px;
  padding: 0.5em;
  margin: 0.5em 0 0 0;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  float: left;
  margin-top: 2px; /* 1px anta, 20240912 */
  /*margin-right:*/ 10px; /* deactivated anta, 20240912 */
  display: block;
  width: 15px;
  /*height: 15px;*/ /* deactivated anta, 20240912 */
  
}

body form.hs-form fieldset[class*="form-columns"] .legal-consent-container {
  margin-top: 10px; /* new anta, 20240912 */
  margin-left: 1px; /* new anta, 20240912 */
}

body form.hs-form fieldset[class*="form-columns"] .hs-richtext {
  margin-bottom: 5px; /* new anta, 20240912 */
  line-height: 1.15em; /* added anta, 20240912 */
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 23px !important; /* added anta, 20240912 */
}


.legal-consent-container .field.hs-form-field {
    margin-bottom: 0px !important; /* added anta, 20240912 */
}
input[type="checkbox"] {
  accent-color: #dddddd; /* added anta, 20240912 */
}

.form-title {
    border-bottom: 0px solid #999;
}
label {
  /*display:inline-block;*/
  /*font-weight:700;*/ /* deactivated anta, 20240912 */
  max-width:100%;
  color: #666666; /* 333333 anta, 20240912 */
  padding-top: 10px;
  padding-right: 10px;
  line-height: 1.15em; /* added anta, 20240912 */
}

.hbspt-form .styled-form .hs_submit, .hs-form.hs-custom-form .hs_submit {
    margin-top: -10px !important; /* added anta, 20240912 */
    margin-bottom: 20px !important; /* added anta, 20240912 */
}





body input[type="text"], body input[type="password"], body input[type="datetime"], 
body input[type="datetime-local"], body input[type="date"], body input[type="month"], 
body input[type="time"], body input[type="week"], body input[type="number"], 
body input[type="email"], body input[type="url"], body input[type="search"], 
body input[type="tel"], body input[type="color"], body input[type="file"], 
body textarea, body select {
  border:1px solid #CCCCCC;
  box-shadow:none;
  color:#666666;
  display:block;
  font-family:AvenirNextLTW01-Regular;
  font-size:16px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  line-height:19px;
  max-width:1086px;
  outline:none 0;
  padding:8px;
  width:100%;
  margin-top: 0.35em;
}
body textarea:not(.wp-textarea) {
  height: 150px !important;
}
body form.hs-form .hs-form-field .hs-error-msgs.inputs-list label {
  padding-top: 5px;
  font-size: 0.7em;
  margin-left: 5px;
  font-weight: 400;
}
.hbspt-form .styled-form select, .hs-form.hs-custom-form select {
  height: 37px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 13px;
}  

.hbspt-form .styled-form .hs_submit, .hs-form.hs-custom-form .hs_submit {
  /*
  float: left;
  width: auto;
  */
  margin-top: 0px;
}
.cookie-reset-container {
    font-size: 12px !important;
    /*margin-bottom: 10px;
    text-align: right;*/
    margin-right: 11px !important;
}



@media screen and (max-width: 1200px) {
.container {
padding-left: 60px;
} 
.hbspt-form .styled-form fieldset.form-columns-2 .hs-form-field, .hs-form.hs-custom-form fieldset.form-columns-2 .hs-form-field {
     /*width: 35.5%; */
}
.blank_page .hbspt-form .styled-form .field, .hs-form.hs-custom-form .field {
    padding-bottom: 0.75em;
}
}
@media screen and (max-width: 991px) {
    .container {
padding-left: 60px;
} 
.hbspt-form .styled-form fieldset.form-columns-2 .hs-form-field, .hs-form.hs-custom-form fieldset.form-columns-2 .hs-form-field {
     /*width: 47.5%; */
}
.blank_page .hbspt-form .styled-form .field, .hs-form.hs-custom-form .field {
    padding-bottom: 0.75em;
}
}
@media screen and (max-width: 767px) {
    .container {
padding-left: 15px;
} 
.hbspt-form .styled-form fieldset.form-columns-2 .hs-form-field, .hs-form.hs-custom-form fieldset.form-columns-2 .hs-form-field {
     /*width: 50%; */
}
.blank_page .hbspt-form .styled-form .field, .hs-form.hs-custom-form .field {
    padding-bottom: 0.15em;
}
/*@media screen and (max-width:767px)*/
.hbspt-form .styled-form label, .hs-custom-form.hs-form label {
    display: block;
}
 
.hbspt-form .styled-form .hs-form-field>label, .hs-custom-form.hs-form .hs-form-field>label {
    display:none;
}

/*
.hbspt-form .styled-form select, .hs-form.hs-custom-form select {
   color: red;
}
*/
}
@media screen and (max-width: 667px) {
    .container {
padding-left: 15px;
} 
.hbspt-form .styled-form fieldset.form-columns-2 .hs-form-field, .hs-form.hs-custom-form fieldset.form-columns-2 .hs-form-field {
     width: 100%; 
}
.blank_page .hbspt-form .styled-form .field, .hs-form.hs-custom-form .field {
    padding-bottom: 0.15em;
}
}
@media screen and (max-width: 375px) {
    .container {
padding-left: 15px;
} 
.hbspt-form .styled-form fieldset.form-columns-2 .hs-form-field, .hs-form.hs-custom-form fieldset.form-columns-2 .hs-form-field {
     width: 100%; 
}
.blank_page .hbspt-form .styled-form .field, .hs-form.hs-custom-form .field {
    padding-bottom: 0.15em;
}
}

.col-md-6 .panel--text .hs_submit {
    float: right; margin-right: 8px;
}

.col-md-6 .panel--text .hs-button {
    margin-top: 0;
}

.col-md-6 .panel--text .inputs-list {
    margin-left: 0;
}
.col-md-6 .panel--text form.hs-form .inputs-list li {
    width: auto; padding-bottom: 0;
}

.col-md-6 .panel--text .hbspt-form .styled-form .field label, .col-md-6 .panel--text .hs-form.hs-custom-form .field label {
    padding-bottom: 0; 
    font-weight: normal;
}

body .panel--text form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    margin-top: 1px; margin-right: 7px;    
}

body .panel--text .hbspt-form .styled-form .field label, body .panel--text .hs-form.hs-custom-form .field label {
    font-size: 13px;
}

.col-md-6 .panel--text .inputs-list li:after {
    display:none;
}

body .panel--text form.hs-form .hs-form-field .inputs-list .hs-error-msgs.inputs-list label {
    /*margin-top: -8px;*/
    /*padding-top: 0;*/
}

.col-md-6 .panel--text form.hs-form input[type="submit"] {
    min-width: 190px;
}