/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
  font-family: "MyFont";
  src: url("https://www.eltern.de/__assets/WorkSans-VariableFont.911c64c9175a8110345eea68673ef6cb.woff2") format("woff2"),
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {

    font-weight: 400;
    font-family: "Work Sans",system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    background-color: #F8F6F2;
    color: #1F1C1A;
    font-size: 16px;}
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: antialiased;
    text-rendering: optimizeLegibility;


}

b, strong {
    font-weight: 600 !important;
}

h1, h2 {
font-family: "Work Sans",system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;

}

.form-title {
    border: 0px none #D9D2E9;
    color: #1F1C1A;
    padding: 24px 24px 0 24px;
    font-weight: 700;
    font-family: "Work Sans",system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    font-size: 28px;
    background-color: transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #ffffff;
    font-size: 28px;
    text-transform: ;
    text-align:center;
}

form input[type='text'], form input[type='email'], form input[type='password'], form input[type='tel'], form input[type='number'], form input[type='search'], form select, form textarea {
    border: 1px none rgba(212, 212, 212, 0.6);
    padding: 10px;
    font-weight: 400;
    font-family: "Work Sans",system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 8px;
    color: #1F1C1A;
    font-size: 16px;
}

form {
    border: 0px none #ffffff;
    padding: 24px;
    background-color: transparent;
    border-radius: 0px;
    font-family: "Work Sans",system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

form label, form p {
    font-family: "Work Sans",system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    color: #1F1C1A;
    font-size: 14px;
  
}