
.text-center {
  text-align: center !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}


@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
/* General accordion container styles */
/* line 3, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/bootstrap_accordion.css.scss */
.accordion {
  display: flex;
  flex-direction: column;
}

/* Card styles */
/* line 9, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/bootstrap_accordion.css.scss */
.card {
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 15, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/bootstrap_accordion.css.scss */
.card-header {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 23, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/bootstrap_accordion.css.scss */
.card-body {
  padding: 1.25rem;
}

/* line 27, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/bootstrap_accordion.css.scss */
.accordion-caret {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* line 35, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/bootstrap_accordion.css.scss */
.accordion-toggle.active .accordion-caret, .pro_accordion_item.collapsed .accordion-caret {
  transform: translateY(-50%) rotate(180deg);
}

/* Collapse element styles */
/* line 40, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/bootstrap_accordion.css.scss */
.collapse {
  display: none;
}

/* line 44, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/bootstrap_accordion.css.scss */
.collapse.show {
  display: flex;
}

/* Accordion accessibility and ARIA styles */
/* line 49, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/bootstrap_accordion.css.scss */
[data-parent] .collapse {
  display: none;
}

/* line 53, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/bootstrap_accordion.css.scss */
[data-parent] .collapse.show {
  display: block;
}
/*$primary_color: #891652;*/
/* line 22, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
input:focus {
  outline: none;
}

@media (max-width: 676px) {
  /* line 26, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  footer {
    max-width: 100%;
  }
}

/* line 33, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 39, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header-container .header_logo {
  width: 6rem;
  z-index: 2;
}

/* line 44, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header-container .header_logo img {
  width: 100%;
  height: auto;
  max-width: 6rem;
}

/* line 50, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header-container .header_right_side {
  display: flex;
}

/* line 54, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header-container .header_right_side .header_menu_items {
  display: flex;
  flex-direction: row;
}

/* line 60, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header-container .header_right_side .pro_link {
  z-index: 2;
}
@media (max-width: 676px) {
  /* line 60, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .header-container .header_right_side .pro_link {
    margin-right: 3rem;
  }
}
/* line 65, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header-container .header_right_side .pro_link .tiny_screen {
  display: none;
}
@media (max-width: 676px) {
  /* line 60, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .header-container .header_right_side .pro_link {
    margin-right: 3rem;
  }
  /* line 70, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .header-container .header_right_side .pro_link .tiny_screen {
    display: block;
  }
  /* line 73, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .header-container .header_right_side .pro_link .big_screen {
    display: none;
  }
}

/* line 79, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header_language {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  position: relative;
  min-width: 40px;
}
@media (max-width: 676px) {
  /* line 79, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .header_language {
    width: 100%;
    position: absolute;
    min-width: 40px;
    right: 20px;
    top: 25px;
  }
}

/* line 98, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header_language_sp {
  flex: 1;
}

/* line 102, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header_language_link {
  font-size: 1rem;
  color: #333333;
}

/* line 107, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header_language_link img {
  height: 20px;
}

/* line 111, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header_language:hover .header_language_content {
  display: block;
}

/* line 115, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header_language_content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 40px;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: -10px;
  top: -10px;
  font-size: 1rem;
}
/* line 126, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header_language_content a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333333;
}
/* line 135, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header_language_content a:hover,
.header_language_content a:active,
.header_language_content a:focus {
  text-decoration: none;
  color: white;
  background-color: var(--primary_color);
}
/* line 141, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header_language_content a:first-of-type {
  padding-top: 10px;
}
/* line 145, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.header_language_content a:last-of-type {
  padding-bottom: 10px;
}

/* line 150, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.categories {
  text-align: left;
  padding-bottom: 5rem;
}
/* line 154, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.categories h2 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}
@media (min-width: 1740px) {
  /* line 154, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .categories h2 {
    font-size: 3rem;
  }
}
@media (max-width: 676px) {
  /* line 154, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .categories h2 {
    font-size: 2rem;
  }
}
/* line 165, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.categories .category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}
@media (max-width: 676px) {
  /* line 165, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .categories .category-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
/* line 174, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.categories .category-grid .category {
  display: flex;
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
/* line 183, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.categories .category-grid .category img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 1740px) {
  /* line 183, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .categories .category-grid .category img {
    height: 200px;
  }
}
@media (max-width: 1400px) {
  /* line 183, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .categories .category-grid .category img {
    height: 150px;
  }
}
@media (max-width: 1000px) {
  /* line 183, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .categories .category-grid .category img {
    height: 150px;
  }
}
@media (max-width: 1000px) {
  /* line 183, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .categories .category-grid .category img {
    height: 150px;
  }
}
/* line 201, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.categories .category-grid .category .category_name {
  height: 50%;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.6) 100%);
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  font-size: 1.25rem;
  text-align: left;
  z-index: 1;
}
/* line 218, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.categories .category-grid .category .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
/* line 232, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.categories .category-grid .category:hover .overlay {
  opacity: 1;
}
/* line 236, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.categories .category-grid .category .overlay a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 5px;
}
/* line 246, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.categories .all-categories-wrapper {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
/* line 252, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.categories .all-categories-wrapper .all-categories-btn {
  padding: 1rem 1.5rem;
}

/* line 259, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section {
  position: relative;
}
/* line 261, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-container {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0;
  padding: 0;
}
@media (max-width: 676px) {
  /* line 261, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .how_it_works_section .step-container {
    flex-direction: column;
    margin: 2rem 0;
  }
}
/* line 270, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-container h3 {
  font-size: 2rem;
  font-weight: 700;
}
/* line 276, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 282, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-container.left .step-picture-content {
  justify-content: left;
  order: 1;
}
@media (max-width: 676px) {
  /* line 282, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .how_it_works_section .step-container.left .step-picture-content {
    order: 2;
    margin-left: 20px;
  }
}
/* line 291, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-container.left .step-text-content {
  order: 2;
}
@media (max-width: 676px) {
  /* line 291, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .how_it_works_section .step-container.left .step-text-content {
    order: 1;
  }
}
/* line 298, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-container.right .step-picture-content {
  justify-content: right;
  order: 2;
}
@media (max-width: 676px) {
  /* line 298, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .how_it_works_section .step-container.right .step-picture-content {
    margin-right: 20px;
  }
}
/* line 306, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-container.right .step-text-content {
  order: 1;
}
/* line 310, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-picture-content {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/* line 318, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-picture-content .step-large-picture-wrapper {
  width: 70%;
  padding-bottom: 70%;
  /* 1:1 Aspect Ratio */
  position: relative;
}
/* line 324, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-picture-content .step-large-picture-wrapper .step-large-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the entire container */
  border-radius: 8px;
}
/* line 334, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-picture-content .step-overlay-picture {
  position: absolute;
  max-width: 37%;
  width: 37vw;
  border-radius: 8px;
  top: 8%;
  box-shadow: 0px 0px 20px 0px #00000033;
}
/* line 343, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-container.left .step-overlay-picture {
  left: 51%;
}
/* line 347, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-container.right .step-overlay-picture {
  right: 51%;
}
/* line 351, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-text-content {
  flex: 1;
  padding: 20px;
}
@media (max-width: 676px) {
  /* line 351, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .how_it_works_section .step-text-content {
    padding: 20px 0;
  }
}
/* line 359, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.how_it_works_section .step-text-content p {
  margin: 10px 0 0;
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  margin-top: 1rem;
}

/* line 369, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.testimonials .section-title {
  margin-bottom: 40px;
}
/* line 373, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.testimonials .testimonial-quote {
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #454545;
  text-align: justify;
  position: relative;
  margin: 20px auto;
  padding: 10px 15px;
  border-left: 5px solid var(--primary_color);
  background-color: #f5fcff;
  border-radius: 5px;
  max-width: 600px;
}
/* line 389, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.testimonials .testimonial-quote .quote-mark {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--primary_color);
  vertical-align: middle;
  line-height: 1.6;
  position: relative;
}
/* line 398, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.testimonials .testimonial-quote .opening, .testimonials .testimonial-quote .closing {
  margin-right: 5px;
  position: relative;
  line-height: 1.6rem;
}
/* line 403, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.testimonials .testimonial-quote .opening {
  top: 0.2em;
}
/* line 407, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.testimonials .primary_button {
  margin-top: 40px;
}
/* line 411, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.testimonials .client_container {
  margin-top: 20px;
}

/* line 418, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.faq .section-title {
  padding-bottom: 1rem;
}
/* line 421, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.faq .card {
  margin-bottom: 15px;
  border: 1px solid #dbdbdb !important;
}
/* line 424, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.faq .card .card-header {
  border-bottom: 0px;
}
/* line 427, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.faq .card h3 {
  color: #333333;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
}

/* line 440, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.testimonials p, .partners p, .pro p {
  margin-top: 1rem;
  max-width: 500px;
}

/* line 446, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.testimonials .carousel-inner, .partners .carousel-inner, .news .carousel-inner, .pro .carousel-inner {
  display: flex;
  flex-direction: row;
}
/* line 449, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.testimonials .carousel-inner img, .partners .carousel-inner img, .news .carousel-inner img, .pro .carousel-inner img {
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  cursor: pointer;
  max-width: 100px;
  margin: 0 .5rem;
}
@media (max-width: 676px) {
  /* line 449, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .testimonials .carousel-inner img, .partners .carousel-inner img, .news .carousel-inner img, .pro .carousel-inner img {
    max-width: 60px;
    max-height: 60px;
    margin: 0 .25rem;
  }
}
/* line 461, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.testimonials .carousel-inner img:hover, .partners .carousel-inner img:hover, .news .carousel-inner img:hover, .pro .carousel-inner img:hover {
  border: 2px solid var(--primary_color);
}

/* line 467, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.pro {
  padding: 2rem 0 2rem 0;
}
/* line 469, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.pro .section-title {
  margin: 4rem 0 0 0;
}
/* line 473, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.pro p {
  margin-bottom: 3rem;
}
/* line 477, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.pro .features-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
  gap: 20px;
}
/* line 483, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.pro .features-container i {
  font-size: 3rem;
  color: var(--primary_color);
  padding-bottom: 0.5rem;
}
/* line 489, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.pro .features-container p {
  color: #545454;
}
@media (max-width: 676px) {
  /* line 477, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .pro .features-container {
    flex-direction: column;
  }
}
/* line 498, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.pro .feature-box {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 676px) {
  /* line 498, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .pro .feature-box {
    width: 22%;
  }
}
/* line 508, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.pro .feature-box h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 514, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.pro .feature-box p {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 519, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.pro .button-container {
  justify-content: center;
  margin-top: 1.5rem;
  gap: 2rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* line 529, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.blue-box {
  background-color: #f5fcff;
  border-radius: 20px;
}

/* line 534, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.stats_section {
  position: relative;
  padding: 2rem 0 5rem 0;
  margin: 2rem auto auto auto;
}
/* line 538, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.stats_section .stat-items {
  display: flex;
  justify-content: space-around;
  padding: 2rem 0;
  text-align: center;
}
@media (max-width: 676px) {
  /* line 538, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .stats_section .stat-items {
    flex-direction: column;
    gap: 2rem;
  }
}
/* line 549, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.stats_section .stat-item {
  font-size: 1rem;
  font-family: 'Figtree', sans-serif;
  padding: 0 2rem;
}
/* line 553, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.stats_section .stat-item .stat-item-number {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: var(--primary_color);
}
/* line 560, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.stats_section .stat-item + .stat-item {
  border-left: solid 1px #dbeff8;
}
@media (max-width: 676px) {
  /* line 560, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .stats_section .stat-item + .stat-item {
    border-left: 0px;
  }
}

/* line 567, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.physio_video {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

/* line 572, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.spark_video, .physio_video {
  text-align: center;
}
/* line 575, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.spark_video iframe, .physio_video iframe {
  width: 700px;
  height: 395px;
  border: 0px;
  border-radius: 10px;
}
@media (max-width: 676px) {
  /* line 575, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .spark_video iframe, .physio_video iframe {
    width: calc(100%);
    height: 250px;
  }
}

/* line 587, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.data-protection {
  position: relative;
  max-width: 700px;
  margin: 8rem auto;
  border-top: 1px solid #dbeff8;
  padding: 2rem 0 4rem 0;
  text-align: center;
}
/* line 595, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.data-protection .divider-logo {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: -2rem;
}
/* line 601, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.data-protection .divider-logo img {
  background-color: white;
  padding: 1rem;
  height: 64px;
  width: 64px;
}
/* line 609, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.data-protection h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

/* line 617, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.news .carousel {
  margin-top: 10px;
}
/* line 620, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.news .carousel-indicators {
  left: -241px;
}
/* line 624, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.news .news-item {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 20px;
  flex-direction: column;
}
/* line 634, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.news .news-item .left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
/* line 641, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.news .news-item .left-column h3 {
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
}
/* line 648, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.news .news-item .left-column h3 .news-date {
  font-weight: normal;
  color: #adadad;
  font-size: 0.9rem;
}
/* line 654, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.news .news-item .left-column h3 a {
  color: var(--primary_color);
  text-decoration: none;
}
/* line 658, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.news .news-item .left-column h3 a:hover {
  text-decoration: underline;
}
/* line 664, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.news .news-item .news-image {
  max-width: 150px;
  border-radius: 0;
  padding: 5px;
}
@media (max-width: 676px) {
  /* line 664, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .news .news-item .news-image {
    max-width: 200px;
  }
}

/* line 680, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
footer {
  background-color: #333;
  color: white;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 676px) {
  /* line 680, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  footer {
    padding: 20px;
    margin: 0px;
    border-radius: 0px;
  }
}

/* line 692, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-top {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center center;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

/* line 702, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.9) 100%);
}

/* line 712, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  max-width: 800px;
  margin: 0 auto;
  z-index: 2;
  /* Ensure this is above the ::after pseudo-element */
}

/* line 724, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-content {
  padding: 40px 0px 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 676px) {
  /* line 724, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .footer-content {
    padding: 1rem;
  }
}

/* line 734, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-columns {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0px 0px 55px;
}
@media (max-width: 676px) {
  /* line 734, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .footer-columns {
    flex-direction: column;
    padding: 0;
  }
}

/* line 746, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-column {
  flex: 1;
}
@media (max-width: 676px) {
  /* line 746, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .footer-column {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
  }
}
/* line 754, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-column a, .footer-column p {
  margin-bottom: 0;
  color: #FFFFFF;
}
/* line 759, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-column p > a {
  color: white;
}
/* line 762, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-column a:hover {
  text-decoration: underline;
}
/* line 765, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-column ul {
  list-style-type: none;
  padding: 0;
}
/* line 769, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-column ul h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 774, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-column ul li {
  margin-bottom: 5px;
}
/* line 776, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-column ul li a {
  color: white;
  text-decoration: none;
}
/* line 779, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-column ul li a:hover {
  text-decoration: underline;
}

/* line 787, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-bottom {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 676px) {
  /* line 787, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
  .footer-bottom {
    flex-direction: column;
  }
}
/* line 797, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-bottom a {
  text-decoration: none;
  color: white;
}
/* line 801, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-bottom a:hover {
  text-decoration: underline;
}

/* line 809, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-left,
.footer-middle,
.footer-right {
  flex: 1;
  margin: 10px 0px;
}
/* line 812, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-left img,
.footer-middle img,
.footer-right img {
  max-width: 100px;
  margin-bottom: 10px;
}

/* line 818, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer-header-title {
  font-weight: bold;
}

/* line 822, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer_white_background_image {
  padding: 15px;
  background-color: white;
  border-radius: 5px;
}

/* line 828, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer_social-links {
  display: flex;
  justify-content: center;
  width: 100%;
}
/* line 832, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer_social-links a {
  margin: 0 10px;
}
/* line 835, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer_social-links img {
  max-width: 40px;
}

/* line 841, /opt/agenda.ch/website/app/assets/stylesheets/phyzio/phyzio.css.scss */
.footer_copyright {
  margin: 2rem auto;
  text-align: center;
}
/*



*/
