/* 
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;
}
.ul-text ol li {
    font-weight:bold;
}
.ul-text li {
    margin-left: -20px;
}
.ul-text ul {
    margin-bottom: 20px;
}
.alternat ul {
    margin-bottom: 0px;
    margin-top:20px;
}
.blacklink a {
    color: #000;
}
.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;
  text-overflow: ellipsis;
  line-height: 1.3em !important;
  max-height: 6.5em;
  min-width: 0;
}
.cut-descr3z {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Anzahl Zeilen */
  overflow: hidden;
}
.cut-descr2z {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Anzahl Zeilen */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em !important;
  max-height: 2.4em;
  min-width: 0;
}
.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;
}
.loadmorebutton .jet-filters-pagination__link {
  display: inline-flex !important;
  align-items: center;
  cursor: pointer;
  background-image: url("https://public.atelierdufutur.ch/wp-content/uploads/2025/11/Background-Button-1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: transform 0.2s ease;
}

.loadmorebutton .jet-filters-pagination__link::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 20px;
  margin-left: 8px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.loadmorebutton .jet-filters-pagination__link:hover {
  transform: scale(1.08);
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}