/* 
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
*/

html {
  scroll-behavior: smooth!important;
}
.e--pointer-overline .elementor-item:before {
    content: "";
    top: 0;
    width: 70px;
    margin-left: 18px;
}

.hauptmenu .e--pointer-overline .elementor-item:before {
    content: "";
    top: 0;
    width: 70px;
    margin-left: 33px;
}

p {
	margin-bottom:22px;
}
.mm_blaue-flaeche {
    overflow:hidden!important;
}
.mm_autor {
    font-family: "Facit", Sans-serif!important;
    font-size: 18px!important;
    font-weight: 400!important;
    font-style: italic!important;
    line-height: 35px!important;
    color: var(--e-global-color-e82beb6)!important;
	padding-top:5px!important;
}

ul#menu-2-c260a65.elementor-nav-menu {
    padding-bottom:15px;
}

.mm_kontakt-button a {
  padding-top: 20px; /* Ausgangswert */
	margin-top:0px;
  /*transition: padding-top 0.5s ease-in-out!important;
	transition: margin-top 0.5s ease-in-out!important;*/
}

.mm_kontakt-button a:hover {
  padding-top: 25px!important; /* Zielwert */
	margin-top:-5px!important;
}
.mm_formlink {
    color:#1300A5;
	font-size:20px!important;
	font-style:normal!important;
	font-weight:600!important;
}
.page-id-90 a, .page-id-87 a {
    color:#1300A5;
	font-size:20px!important;
	font-style:normal!important;
	font-weight:400!important;
}
.mm_formlink:hover, .page-id-90 a:hover, .page-id-87 a:hover {
    color:#4770F0;
}

@media screen and (max-width: 767px) and (min-width: 375px){
    .mm_seperator.elementor-widget-divider--view-line.elementor-widget.elementor-widget-divider div.elementor-divider span.elementor-divider-separator {
        --divider-border-width: 8px!important;
    }
}