/* 
Theme Name: AdF
Description: Customized Theme for Atelier du Futur based on Hello Elementor
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: AdF-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
*/

/* custom styles */
p a, p a:hover {
    text-decoration: underline !important;
    color: inherit;
}
.section-anchor {
    scroll-margin-top: 120px;
}
.adf-header {
    position: fixed;
}
.adf-stoerer {
   min-height:150px;
   width: 150px;
}
.ratio1 {
    aspect-ratio: 1;
}
.bausteinkachel p {
    margin: 0px 0px 4px 0px;
}
.Hostsection {
    height: 100%;
}
.swiper-button-disabled svg {
 display: none;   
}
.mobi-fusszeile {
    position: fixed;
    bottom: 0px;
}
.infobox .e-loop-nothing-found-message{
	display: none;
}
.cut-descr5z {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* Anzahl Zeilen */
  overflow: hidden;
}
.cut-descr3z {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Anzahl Zeilen */
  overflow: hidden;
}
.progrbuchungsgrad .elementor-progress-text {
	overflow: inherit;
	padding-right:8px;
}
.progrbuchungsgrad .elementor-progress-percentage {
	word-break: normal;
}
.lang-de,
.lang-fr,
.lang-it {
  display: none;
}
/* DA 10.04.26 Menu-Items per Language */
html[lang="de-CH"] .lang-de {
  display: block;
}

html[lang="fr-FR"] .lang-fr,
html[lang="fr-CH"] .lang-fr {
  display: block;
}

html[lang="it-IT"] .lang-it,
html[lang="it-CH"] .lang-it {
  display: block;
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}