/* 
Theme Name: Dialog Marketing
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: webdesire
Author URI: https://www.webdesire.de
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



@media screen and (max-width:1500px) {
   
   #div-tel  {
    display: none;
      transition: all .5 ease;
   }
}

h2  {
   margin: 3rem 0 2.5rem 0;
}

h3  {
   margin: 2rem 0 1.6rem 0;
}



#kontaktformular input[type="text"], #kontaktformular input[type="tel"], #kontaktformular input[type="email"]  {
   height: 40px;
   font-size: 19px;
   border: 1px #ccc solid;
   font-family: "Inter", sans-serif !important;
   padding-left: 10px;
   padding-right: 10px;
}

#kontaktformular textarea  {
   border: 1px #ccc solid;
   font-size: 19px;
   font-family: "Inter", sans-serif !important;
   padding-left: 10px;
   padding-right: 10px;
}

#kontaktformular .nf-field-label  {
   margin-bottom: 3px;
   margin-left: 3px;
   color: #005cb1;
}

#nf-label-field-8, #nf-label-field-10  {
   font-weight: normal!important;
}

.absendebutton  {
   background: #005cb1;
   border: none;
   cursor: pointer;
   border-radius: 3px;
   transition-duration:.3s;
   transition-timing-function: ease;
}

.absendebutton:hover  {
   background: #022F58;
   transition: .5s;
   
}

.ninja-forms-req-symbol, .nf-error-msg  {
   color: #a80905 !important;
}

.nf-response-msg  {
   color: #005cb1;
   margin-bottom: 100px;
}

/* Hinweis "Felder mit einem * sind Pflichtfelder" ausblenden */
.nf-form-fields-required { display: none; }
