/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* @group design colors */
/* @end */
/* @group custom mixins */
/* @end */
/* @group font family */
/* @end */
/* !@group grid */
/* @end */
/* @group mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* @end */
/* !@group listing */
.css_akkordeon #mixItUp {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 30px clamp(50px, 7vw, 70px) !important;
}
.css_akkordeon .module-listing .listing_entry.visible_detail .listing-title:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.css_akkordeon .module-listing .listing_entry .listing-entry-inline {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.css_akkordeon .module-listing .listing_entry .content {
  display: none;
  padding: 0;
}
.css_akkordeon .module-listing .listing_entry .listing-title,
.css_akkordeon .module-listing .listing_entry .listing-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(22px, 3.6vw, 36px);
  line-height: clamp(30px, 4.2vw, 42px);
  color: #006FA8;
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.css_akkordeon .module-listing .listing_entry .listing-title {
  padding: clamp(20px, 3vw, 30px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.css_akkordeon .module-listing .listing_entry .listing-title:after {
  content: "+";
  position: absolute;
  top: unset;
  left: unset;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  font-weight: 400;
  color: inherit;
  position: relative;
  font-weight: 200;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.css_akkordeon .module-listing .listing_entry .listing-title:hover {
  color: #4A4A4A;
}
.css_akkordeon .module-listing .listing_entry .content {
  padding: clamp(20px, 3vw, 30px);
  padding-top: 0;
}

/* @end */

/*# sourceMappingURL=Akkordeon.css.map */
