/*
header {
  .main-navigation, aside {
    display: none !important;
  }
}
*/

@media (min-width: 1024px) {
    main section{
        padding-bottom: 7.5rem;
        padding-top: 7.5rem;
    }
    #c22425 {
      padding-top: 5rem;
      padding-bottom: 5rem;
      .container-cols_two[data-v-da2437a8] {
        grid-template-columns: 2fr 1fr;
        gap: 5rem;
      }
    }
    #c22505 .container-cols_two[data-v-da2437a8], #c22520 .container-cols_two[data-v-da2437a8]{
      gap: 5rem;
    }
}


.bg-green-shinethrough, .bg-green, #c22520, #c22503 {
  color: white;
  svg {
    filter: brightness(0) invert(1) !important;
  }
}

#c22425 .container{
    align-items: flex-end;
}

#c22520 {
  background-position: 100%;

  .container{
   align-items: center;
}
}


.style__medatixx:has(main>section:first-child.bg-green-shinethrough)>header,
header.bg-green-shinethrough, main section.bg-green-shinethrough {
    background-color: #b8c519cc;
}


#c22229 .container-cols_two, #c22271 .container-cols_two {
  align-items: end;

  .right .frame {
    height: auto;
    padding: 1rem;
     font-size: 1.563rem;

    &#c22327 {
      padding: 1.5rem;
    }

    &::before {
      border-radius: 1rem;


    }
    .t3-ce-gallery{
      display: flex;
      align-items: center;
      gap: 1rem;

      img {
        border-radius: 0.6rem;
        max-width: 350px;
        width: 100%;
      }

       @media (max-width: 640px){
          display: block;
       }
    }
    .t3-ce-text {
      color: white !important;
        h3 {
          font-size: 2.5rem;
          line-height: 2.5rem;
        }
        p{
          font-size: 1.563rem;
        }
      }
  }
}

.frame {
  box-shadow: none !important;
}

.button-primary, .button-secondary, .t3-form .t3-form-cta button {
  border: none;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.2s ease-in-out;

  @media(max-width: 640px) {
        padding: 0.8rem 1.2rem;
  }
}

.button-secondary {
  background-color: #057e98;
  color: white;
}

.countup .description {
    color: inherit !important;
}

#c22275 .keen-slider .keen-slider__slide, #c22511 .keen-slider .keen-slider__slide{

  img {
    width: 50%;
    border-radius: 50% !important;
    aspect-ratio: 1/1;
  }
}

.keen-slider .keen-slider__slide {

  hyphens: auto;
  .text-huge{
    font-size: 5rem;
    line-height: 5rem;
  }
}
.facts-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    svg {
       padding-bottom: 1.5rem;
    }


}


.keen-dots {
  border-color: #b8c519 !important;

  button.dot {
    border-color: #b8c519 !important;

    &.active {
      background-color: #b8c519 !important;
    }
  }
}

.t3-form .t3-form-field .t3-form-field--input input:not([type=checkbox]):not([type=radio]), .t3-form .t3-form-field .t3-form-field--input select, .t3-form .t3-form-field .t3-form-field--input textarea {
  box-shadow: none;
}

.t3-form .t3-form-field-gridrow{
  margin-bottom: 1rem;
    /* Solvable via Form Settings
  grid-template-columns: repeat(2, minmax(0, 1fr));
*/
  .t3-form-field-statictext .t3-ce-rte:first-child {
    color: #b8c519;
    font-weight: 700;
  }
}

/* Solvable via Form Settings
@media (max-width: 640px) {
  .t3-form .t3-form-field-gridrow{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
*/

#c22431 form{
  .t3-form-field-radiobutton .t3-form-field--input{
    gap: 10px;

    @media (min-width: 768px){
      display: flex;
    }

    >div {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      gap: 10px;
      margin-bottom: 0.3rem;

      input {
            margin-top: 0.4rem;
            border: 2px solid rgb(6, 126, 152);

          &:checked {
            background-color: rgb(6, 126, 152);
          }
          &:focus {
            --tw-ring-color: rgb(6, 126, 152);
          }
      }
    }
  }
  .t3-form-field--label {
    padding-left: 0;

  }
  .t3-form-field-statictext, .t3-form-field-radiobutton .t3-form-field--label .label{
    color: rgb(6, 126, 152);
    font-weight: bold;
    padding: 0.45rem 0;
  }
}


[data-v-6139666f] img {
  border-radius: 0.6rem;
}

.checkbox-container {
    &.centered {
      display: flex;
      justify-content: center;
    }

    .checkbox-wrapper {
      .checkbox-text-item {
        display:flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 0.8rem;

        svg {
          width: 50px;
          height: 50px;
          max-width: 50px !important;
          flex: 0 0 auto;
        }



        p{
          text-align: left;
          /* font-weight: 700; */
        }
      }
    }
    &.small-check .checkbox-text-item{
      margin-bottom: 0.5rem;
        svg {
          width: 30px;
          height: 30px;
          max-width: 30px !important;
        }
    }
}

@media (max-width:  768px) {#c22428 .container .frame {
        padding: 1.5rem;

  }
}

#c22428 #c22432, #c22428 #c22438 {
  padding-bottom: 1.5rem;

  @media (max-width:  768px){
    padding-bottom: 1rem;
  }
}

fieldset {
  margin-bottom: 0.5rem;
}


#c22563 {
  padding-bottom: 3rem;
  .more-info-button-wrapper {
    display: flex;
    justify-content: center;

    a {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      color: #057e98;
      text-decoration: none;
      cursor: pointer;

      svg {
        width: 50px;
        height: 50px;
        max-width: 50px !important;
        flex: 0 0 auto;
      }

      &:hover {

        color: #057e98;
      }
    }
  }

    /* Data-Tags change after nuxt build */
.container-accordion-item[data-v-3fc13772] {
    border-bottom-width: 0;
  }

  .container-accordion-item_button {
    display: none;
  }
  #c22562{
    padding-bottom: 0;
  }
}

#c22572 {
    /* Data-Tags change after nuxt build */
  .container-cols_two[data-v-da2437a8] {
      grid-template-columns: auto;
      @media (min-width: 1024px){
        grid-template-columns: 2fr 1fr;
      }
      #c22575{
        height: auto;
        padding: 2rem;
      }
  }
  section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;

    h4 {
      font-weight: 700;
      margin-bottom: 1.75rem;
    }
  }
  .offer-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid grey;
    margin-bottom: 0.5rem;
    p {
    font-weight: 700;
     padding-bottom: 0.5rem;
    }
  }
  .offer-footer {
    margin-top: 1rem;
    border-top: 1px solid grey;

    p {
      margin-top: 0.5rem;
      font-size: 0.75rem;
      line-height: 1.25;
      color: grey;
    }

  }
}


