@font-face {
    font-family: 'PalfingerHandelVersalien';
    src: url('/wp-content/uploads/fonts/PalfingerHandelVersalien.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/PalfingerHandelVersalien.woff') format('woff'),
         url('/wp-content/uploads/fonts/PalfingerHandelVersalien.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, a,
footer span,
.wpr-sub-mega-menu span,
.heading * {
  font-family: 'PalfingerHandelVersalien', serif;
}
a {
    text-decoration: none !important;
}
body, p, li {
    font-family: "Arial";
    font-size: 18px;
    line-height: 1.5em;
}
li p {
    margin: 0;
}
.contactp a {
    color: #222;
    font-family: "Arial";
    font-size: 18px;
    line-height: 1.5em;
}

.page-id-35 a:hover {
    color: var(--e-global-color-primary);
}
.page-id-35 .elementor-widget-text-editor a {
    font-family: inherit;
}
.two {
    display: inline-block;
    width: 49.5%;
}

.wpcf7 input:not([type="submit"]), textarea {
    width: 100%;
    margin: 10px 0;
    padding: 13px 10px;
    border: 1px solid #dfdfdf;
    background: #fbfbfb;
    transition: 0.4s;
}

.wpcf7 input:not([type="submit"]):hover, textarea:hover {
    border-color: #232323;
    box-shadow: 0 0 25px #e9e9e9;
}

.wpcf7 input:not([type="submit"]):focus, textarea:focus {
    border-color: #232323;
    box-shadow: 0 0 25px #e9e9e9;
}

.wpcf7-submit {
    border:none;
    background: var(--e-global-color-primary);
    border-radius: 3px;
    color: #222;;
    font-size: 17px;
    cursor: ponter;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
}
.eh {
    position: sticky !important;
    top: 0 !important;
    height: inherit !important;
}
span.red {
    font-size: 20px;
    position: relative;
    top: 2px;
    color: #db1010;
}
@media screen and (max-width:640px){
  .two {
    display: block;
    width: 100%;
    margin-top:-20px;
}
    .eh {
    position: relative !important;
    top: 0 !important;
    height: inherit !important;
}
}