/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
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
*/

/*
    Add your custom styles here
*/


/* Fluid Typography
.dialog-message – overrides fixed font-size in pop ups
.elementor-icon – makes icon size fluid too (size einstellungen in elementor style tab overrides this!)
*/

html, body {
  height: 100%;
}



html, .dialog-message, .elementor-icon {
  font-size: 18px;
}
@media screen and (min-width: 786px) {
  html, .dialog-message, .elementor-icon {
    font-size: calc(18px + 24 * ((100vw - 768px) / 1232)); 
   /*
    font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));
   */
  }
}
@media screen and (min-width: 2000px) {
  html, .dialog-message, .elementor-icon {
    font-size: 42px;
  }
}

.dialog-message {
  line-height: 1;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}