/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/* Footer Abstand Mobile */
@media screen and (max-width: 767px) {
.footer-padding-mobile {
    padding-bottom: 180px;
}
}

/* Lottie File Größe */
.lottie-file {
    width: 50px!important;
}

/* Texte + Fonts */
.text-auszeichnung-rot a {
    text-decoration: underline;
    color: #D5072D;
	text-underline-offset: 3px;
}
.text-auszeichnung-rot a:hover {
    text-decoration: underline;
    color: #EE9BAB;
	text-underline-offset: 3px;
}
.text-auszeichnung-underline a:hover {
    text-decoration: underline;
    color: #D5072D;
	text-underline-offset: 3px;
}
.text-auszeichnung-underline-red a{
    text-decoration: none;
    color: #ffffff!important;
}
.text-auszeichnung-underline-red a:hover {
    text-decoration: underline;
    color: #ffffff!important;
	text-underline-offset: 3px;
}

.button-white .cls-1 {
    fill: #ffffff!important;
}
.button-white .cls-2 {
    fill: #ffffff!important;
}



/* Slider Pfeile */

.elementor-12 .elementor-element.elementor-element-446aeb8 .elementor-swiper-button {
    background-color: #F8E7E9;
    border-radius: 40px;
    padding: 10px;
}

/* Footer Strich drehen */
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
    transform: rotate(90deg);
}