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


/**************************** Complianz, Schrift, Icon Liste, Links ****************************/

/* Cookie Banner */
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
 padding: 0px!important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
    text-transform: none!important;
}


/* Silbentrennung */
p {
   -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  -moz-hyphens: auto;
  hyphens: auto;
}


/* Liste Icons */
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a{
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.elementor-widget .elementor-icon-list-icon {
    flex-shrink: 0!important;
}

.elementor-widget .elementor-icon-list-icon {
    display: block!important;
}

/* Links */
.liste-text a, .elementor-widget-text-editor a, .elementor-tab-content a {
    text-decoration: underline;
}

/* Browser hover */
a,a:link,a:visited{outline:none!important;}


/**************************** Style ****************************/

/*No-hover-pics*/
.nohover img:hover {
  filter: brightness( 100% ) contrast( 100% ) ;
}

.overflowscroll {
	overflow-x: auto;
	overflow-y: hidden;
}


	body {
	overflow-x: hidden!important;
}	


.wpml-header {
	display: none ;
}



