@font-face {
  font-family: 'Canada';
  font-display: swap;
  font-weight: 400;
  src: url('/assets/template/fonts/Radio_Canada/static/RadioCanada-Regular.ttf');
  /* IE9 Compat Modes */
  src: url('/assets/template/fonts/Radio_Canada/static/RadioCanada-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Canada';
  font-display: swap;
  font-weight: 600;
  src: url('/assets/template/fonts/Radio_Canada/static/RadioCanada_Condensed-Bold.ttf');
  /* IE9 Compat Modes */
  src: url('/assets/template/fonts/Radio_Canada/static/RadioCanada_Condensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Julius';
  font-display: swap;
  font-weight: 400;
  src: url('/assets/template/fonts/Julius_Sans_One/JuliusSansOne-Regular.ttf');
  /* IE9 Compat Modes */
  src: url('/assets/template/fonts/Julius_Sans_One/JuliusSansOne-Regular.ttf') format('truetype');
}
body {
  margin: 0;
  /**** GENERAL STYLES *****/
  /***** END GENEREAL *****/
}
body a {
  text-decoration: none;
}
body a:hover {
  transition: all ease 450ms;
}
body li:hover a {
  transition: all ease 450ms;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  display: block;
  width: 100%;
  font-family: "Julius", Verdana, Arial, Lucida, sans-serif;
  font-weight: 300;
  margin: 0 0 35px;
}
body p,
body a,
body li {
  font-family: "Canada", Verdana, Arial, Lucida, sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin: 0;
  display: block;
  max-width: 100%;
}
body .container,
body .container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  body .container,
  body .container-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container,
  body .container-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container,
  body .container-fluid {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body .container,
  body .container-fluid {
    max-width: 1320px;
  }
}
body .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
body .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
body .col-3,
body .col-4,
body .col-6,
body .col-8,
body .col {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  body .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  body .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) {
  body .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  body .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  body .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  body .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .img-fluid {
  max-width: 100%;
  height: auto;
}
body *,
body ::after,
body ::before {
  box-sizing: border-box;
}
body ul.no-style {
  padding: 0;
  margin: 0;
  list-style: none;
}
body ul.inline {
  display: flex;
  flex-direction: row;
}
body ul.icon-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
body ul.icon-list li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 40px;
}
body ul.icon-list li::before {
  content: '';
  background: url('/assets/template/images/icons/check-circle.svg');
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
body ul.icon-list li strong {
  color: #DF2161;
  font-size: 22px;
}
body .mt-3 {
  margin-top: 30px;
}
body .mt-5 {
  margin-top: 50px;
}
body .mt-7 {
  margin-top: 70px;
}
body .mt-10 {
  margin-top: 100px;
}
@media (max-width: 576px) {
  body .mt-10 {
    margin-top: 60px;
  }
}
body .site-header {
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
body .site-header .subnav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(90deg, rgba(26, 115, 232, 0.08), rgba(26, 115, 232, 0.03));
  backdrop-filter: blur(2px);
  border-bottom: 1px solid #eaecef;
}
body .site-header .subnav .subnav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.35rem 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: center;
}
body .site-header .subnav .subnav__inner .subnav__list {
  display: flex;
  gap: 1rem;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
body .site-header .subnav .subnav__inner .subnav__list li a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
}
body .site-header .subnav .subnav__inner .subnav__list li a img {
  display: block;
  width: 20px;
  height: 20px;
}
body .site-header .subnav .subnav__inner .subnav__search {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
body .site-header .subnav .subnav__inner .subnav__search input {
  border: 1px solid #eaecef;
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  background: #fff;
  min-width: 180px;
}
body .site-header .subnav .subnav__inner .subnav__search .btn-search {
  border: 1px solid #eaecef;
  background: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  body .site-header .subnav .subnav__inner .subnav__search {
    display: none;
  }
}
body .site-header .subnav .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 460px) {
  body .site-header .subnav {
    display: none;
  }
}
body .site-header .headerbar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
body .site-header .headerbar .logo {
  display: block;
  text-decoration: none;
  color: inherit;
}
body .site-header .headerbar .logo .logo__line1 {
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  margin: 0;
  line-height: 1;
}
body .site-header .headerbar .logo .logo__line1 span {
  color: #DF2161;
  font-size: 45px;
  font-weight: 600;
}
@media (max-width: 576px) {
  body .site-header .headerbar .logo .logo__line1 span {
    font-size: 22px;
  }
}
body .site-header .headerbar .logo .logo__line2 {
  margin: 0.15rem 0 0;
  color: #595C62;
  font-size: 0.95rem;
  text-align: center;
}
@media (max-width: 576px) {
  body .site-header .headerbar .logo .logo__line2 {
    font-size: 14px;
  }
}
body .site-header .headerbar .nav-toggle {
  display: none;
  background: #fff;
  border: 1px solid #eaecef;
  border-radius: 10px;
  padding: 0.6rem;
  cursor: pointer;
  margin-left: auto;
}
body .site-header .headerbar .nav-toggle .nav-toggle__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #111;
  margin: 4px 0;
}
@media (max-width: 767px) {
  body .site-header .headerbar .nav-toggle {
    display: block;
  }
}
body .site-header .headerbar .main-nav {
  margin-left: auto;
}
body .site-header .headerbar .main-nav > ul {
  display: flex;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
body .site-header .headerbar .main-nav > ul li {
  position: relative;
}
body .site-header .headerbar .main-nav > ul li a {
  display: inline-block;
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
}
body .site-header .headerbar .main-nav > ul li ul {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #eaecef;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  min-width: 220px;
  padding: 0.35rem;
}
body .site-header .headerbar .main-nav > ul li.active a {
  color: #DF2161;
  background: rgba(26, 115, 232, 0.08);
}
body .site-header .headerbar .main-nav > ul li.active ul li a {
  display: block;
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  background: inherit;
}
body .site-header .headerbar .main-nav > ul li.active ul li.active {
  color: #DF2161;
  background: rgba(26, 115, 232, 0.08);
}
body .site-header .headerbar .main-nav > ul li:hover ul {
  display: block;
}
@media (max-width: 767px) {
  body .site-header .headerbar .main-nav {
    display: none;
  }
  body .site-header .headerbar .main-nav.open {
    display: block;
    position: fixed;
    top: 144px;
    background: #fff;
    width: 100vW;
    left: 0;
    padding: 15px;
  }
  body .site-header .headerbar .main-nav.open ul {
    flex-direction: column;
    align-items: baseline;
  }
  body .site-header .headerbar .main-nav.open ul li {
    display: block;
    width: 100%;
  }
  body .site-header .headerbar .main-nav.open ul li a {
    display: block;
  }
  body .site-header .headerbar .main-nav.open ul li ul {
    display: block;
    position: inherit;
    box-shadow: none;
    border: none;
    padding-left: 30px;
    width: 100%;
    list-style: disclosure-closed !important;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  body .site-header .headerbar .main-nav.open {
    top: 121px;
  }
}
@media (max-width: 767px) and (max-width: 460px) {
  body .site-header .headerbar .main-nav.open {
    top: 79px;
  }
}
body .hero {
  position: relative;
  height: 100vh;
  background-image: url('/assets/userfiles/heroimage-start.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
body .hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(11, 177, 222, 0.5), rgba(83, 45, 235, 0.5));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
body .hero .hero-overlay .hero-content {
  max-width: 800px;
  z-index: 2;
}
body .hero .hero-overlay .hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
body .hero .hero-overlay .hero-content p {
  font-size: 1.25rem;
  color: #ddd;
  margin-bottom: 2rem;
}
body .hero .hero-overlay .hero-content .cta-button {
  background-color: #DF2161;
  color: white;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-block;
}
body .hero .hero-overlay .hero-content .cta-button:hover {
  background-color: #b31a4d;
}
body .hero.sub {
  background-image: url('/assets/userfiles/neroimage-sub.jpeg');
  height: auto;
}
body .hero.sub .hero-overlay {
  padding: 5rem 2rem;
  position: inherit;
}
@media (max-width: 576px) {
  body .hero {
    height: 450px;
  }
  body .hero .hero-overlay .hero-content h1 {
    font-size: 32px;
  }
  body .hero .hero-overlay .hero-content p {
    font-size: 1rem;
  }
  body .hero .hero-overlay .hero-content .cta-button {
    display: none;
  }
}
body .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  list-style: none;
}
body .breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
body .breadcrumb ul li {
  display: inline-block;
  padding: 5px 10px;
}
body .breadcrumb ul li a {
  color: #333;
}
body .breadcrumb ul li:last-child a {
  color: #DF2161;
}
body .experience-boxes {
  position: relative;
  height: 100%;
}
body .experience-boxes .boxxes_inner {
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  width: 300px;
  height: 178px;
  overflow: hidden;
  position: absolute;
  background-color: #F3F4F9;
}
body .experience-boxes .boxxes_inner:nth-child(1) {
  left: 10%;
  top: 5%;
}
body .experience-boxes .boxxes_inner:nth-child(2) {
  left: 3%;
  top: 35%;
}
body .experience-boxes .boxxes_inner:nth-child(3) {
  background: linear-gradient(0deg, #532deb 0%, rgba(104, 13, 183, 0.07) 100%);
  right: 0;
  top: 24%;
}
body .experience-boxes .boxxes_inner:nth-child(3) div .count-up,
body .experience-boxes .boxxes_inner:nth-child(3) div p {
  color: #fff !important;
}
body .experience-boxes .boxxes_inner div {
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
body .experience-boxes .boxxes_inner div .count-up {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.03em;
  text-align: center;
  font-weight: 600;
}
body .experience-boxes .boxxes_inner div hr {
  border: 3px solid #532DEB;
  width: 80px;
}
body .experience-boxes .boxxes_inner div p:not(.count-up) {
  color: #828282;
}
@media (max-width: 767px) {
  body .experience-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  body .experience-boxes .boxxes_inner {
    position: inherit;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    width: 44vW;
    height: auto;
    margin-bottom: 20px;
  }
  body .experience-boxes .boxxes_inner div {
    padding: 1rem;
  }
  body .experience-boxes .boxxes_inner div .count-up {
    font-size: 38px;
  }
  body .experience-boxes .boxxes_inner div p:not(.count-up) {
    font-size: 14px !important;
  }
}
body .subject-boxes {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
body .subject-boxes div {
  width: 33%;
  padding: 30px 10px;
  text-align: center;
  border-right: 1px solid #ddd;
}
body .subject-boxes div p a {
  color: #0BB1DE;
  margin-top: 15px;
}
body .flex-container {
  display: flex;
  flex-direction: row;
  max-width: 95%;
  margin: 0 auto;
}
body .flex-container.flex_half div {
  flex: 1;
  width: 50%;
}
body .flex-container.flex_quarter div.max {
  flex: 2;
  width: 75%;
}
body .flex-container.flex_quarter div.short {
  flex: 1;
  width: 25%;
}
body .content h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
body .content h2 {
  font-size: 54px;
}
body .content h2 span {
  color: #DF2161;
}
@media (max-width: 991px) {
  body .content h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  body .content h2 {
    font-size: 2.15rem;
  }
}
body .content h3 {
  font-size: 29px;
  font-weight: 600;
}
body .content h4 {
  font-size: 26px;
  font-weight: 600;
}
body .content p {
  margin-bottom: 25px;
}
body .content.list {
  background: linear-gradient(90deg, #e9f6fb 52%, rgba(90, 209, 255, 0.75) 91%);
  padding: 30px 40px 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  margin: 40px 40px 40px 100px;
  position: relative;
  border-radius: 20px;
  /*&::before {
        content: '';
        width: 80px;
        height: 300%;
        border: none ;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(35deg);
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.35) 50%, rgba(255,255,255,0) 100%);
        animation: shine 2500ms infinite;
        animation-iteration-count: 4;
      }*/
}
body .offer {
  background: #df2161;
  background: linear-gradient(90deg, #df2161 12%, #532deb 69%);
  padding: 50px 10%;
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .offer .news {
  width: 35%;
}
body .offer .offer_season {
  width: 50%;
  background: #fff;
  padding: 20px 30px;
}
body .offer.sub .offer-description {
  width: 34%;
  display: flex;
  align-items: center;
}
body .offer.sub .offer-description p {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
body .offer.sub .news-section {
  width: 60%;
}
@media (max-width: 576px) {
  body .offer {
    padding: 20px 15px;
    flex-direction: column;
  }
  body .offer article {
    width: 100%;
    margin-bottom: 30px;
  }
  body .offer .news-section {
    width: 100%;
  }
}
body .card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
body .card .card-body {
  padding: 20px 30px;
}
body .card .card-footer {
  padding: 0 20px 20px;
  text-align: right;
}
body .card .card-footer a {
  color: #5AD1FF;
}
body .card .card-footer a:hover {
  color: #31c6ff;
}
body .card.news {
  background: rgba(255, 255, 255, 0.7);
}
body .card.news .card-body article h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
body .card.news .card-footer a {
  color: #008ac0;
}
body .card.service .card-body article h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body .card.card--form {
  background: #fff;
  box-shadow: inherit;
  padding: 20px;
}
body #ablauf {
  position: relative;
  isolation: isolate;
  padding: clamp(2rem, 6vw, 4rem) 0;
  background: radial-gradient(1200px 600px at 50% 0%, rgba(26, 115, 232, 0.06), transparent 60%);
  overflow: hidden;
}
body #ablauf .ablauf-grid {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
}
body #ablauf .ablauf-grid .ablauf-card {
  background: #fff;
  border: 1px solid #eaecef;
  border-radius: 12px;
  padding: clamp(1rem, 3vw, 1.5rem);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body #ablauf .ablauf-grid .ablauf-card .badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #fff;
  border: 2px solid #532DEB;
  color: #532DEB;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
body #ablauf .ablauf-grid .ablauf-card .ablauf-title {
  margin: 0.25rem 0 0.35rem;
  font-size: 1.1rem;
}
body #ablauf .ablauf-grid .ablauf-card .ablauf-text {
  margin: 0;
  color: #6b7280;
}
body #ablauf .ablauf-cta {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
  justify-content: center;
}
body #ablauf .ablauf-cta .ablauf-button {
  display: inline-block;
  background: #DF2161;
  color: #fff;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #DF2161;
}
body #ablauf .ablauf-cta .ablauf-button:hover {
  filter: brightness(0.95);
}
body footer {
  background: linear-gradient(90deg, rgba(26, 115, 232, 0.08), rgba(26, 115, 232, 0.03));
  backdrop-filter: blur(2px);
  padding: 30px 0;
  margin-top: 50px;
}
body footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
body footer ul li a {
  color: #333;
}
body footer ul li:hover a {
  color: #DF2161;
}
body footer p {
  margin: 0;
}
@keyframes shine {
  from {
    left: -50%;
  }
  to {
    left: 100%;
  }
}
body .section-title {
  text-align: center;
  margin-bottom: 2rem;
}
body .container-bg {
  background-color: #F3F4F9;
  padding: 4em;
  border-radius: 20px;
}
body .container-bg.small {
  padding: 2em;
}
@media (max-width: 576px) {
  body .container-bg.small {
    padding: 1em;
  }
}
@media (max-width: 767px) {
  body .container-bg {
    padding: 2em 1em;
  }
}
body .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
}
@media (max-width: 576px) {
  body .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
body .service-card {
  border: 1px solid #eee;
  padding: 1.5rem;
  border-radius: 10px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
body .service-card img {
  width: 80px;
  margin: 0 auto 10px;
  display: block;
}
body .service-card h3 {
  text-align: center;
}
body .service-card p:last-child {
  color: #DF2161;
}
body .service-card p:last-child:hover {
  color: #b31a4d;
}
body .service-card:hover {
  box-shadow: 0 6px 25px rgba(223, 33, 97, 0.2);
  border: 1px solid #DF2161;
}
body .news {
  background-color: #f4f8fb;
  padding: 3rem 1rem;
}
body .news-item {
  margin-bottom: 1.5rem;
}
body .testimonial {
  font-style: italic;
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
}
body .section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
body .template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
body .template-box {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  text-align: center;
}
body .template-box img {
  max-width: 100%;
  margin-bottom: 1rem;
  border-radius: 8px 8px 0 0;
  height: 350px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  body .template-box img {
    height: 200px;
  }
}
body .template-box div {
  padding: 2rem;
}
body .template-box h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
body .animated-lines {
  position: relative;
  overflow: hidden;
}
body .animated-lines svg {
  display: block;
}
body .contacts .contact-row {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #680db7;
  padding: 20px 0;
  margin-bottom: 20px;
}
body .contacts .contact-row img {
  margin-right: 20px;
}
body .contact .colorHeadline {
  background-image: linear-gradient(90deg, #0BB1DE, #532DEB, #680db7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  font-size: 80px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body .contact .colorHeadline {
    font-size: 50px;
  }
}
body .contact .text-center {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
body .contact .text-center.tel a {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  transition: all ease 200ms;
}
body .contact .text-center.tel a:hover {
  color: #DF2161;
}
body .contact .btn-gradiant {
  text-align: center;
  margin: 60px auto;
  display: block;
  cursor: inherit !important;
}
body .contact .btn-gradiant a {
  padding: 10px 40px;
  background: #DF2161;
  background: linear-gradient(90deg, #DF2161 32%, #532DEB 100%);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 576px) {
  body .contact .btn-gradiant {
    margin: 40px auto;
  }
}
body #contactForm .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
body #contactForm .form-group select {
  width: 100%;
  padding: 1.2rem 1rem 0.6rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  appearance: none;
  /* Wichtig für eigenes Design */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px 7px;
  outline: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
body #contactForm .form-group select + label {
  top: 0.3rem;
  left: 0.8rem;
  font-size: 0.8rem;
}
body #contactForm .form-group select:focus {
  border-color: #3a7bd5;
}
body #contactForm .form-group select:required:invalid {
  color: #999;
}
body #contactForm .form-group input,
body #contactForm .form-group textarea {
  width: 100%;
  padding: 1.2rem 1rem 0.6rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  outline: none;
  transition: border-color 0.3s ease;
}
body #contactForm .form-group input:focus,
body #contactForm .form-group textarea:focus {
  border-color: #0BB1DE;
}
body #contactForm .form-group label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0 0.3rem;
  color: #777;
  font-size: 1rem;
  pointer-events: none;
  transition: all 0.2s ease;
  font-family: "Canada", Verdana, Arial, Lucida, sans-serif;
}
body #contactForm .form-group input:focus + label,
body #contactForm .form-group input:not(:placeholder-shown) + label,
body #contactForm .form-group input:-webkit-autofill + label,
body #contactForm .form-group textarea:focus + label,
body #contactForm .form-group textarea:not(:placeholder-shown) + label,
body #contactForm .form-group textarea:-webkit-autofill + label {
  top: 0.3rem;
  left: 0.8rem;
  font-size: 0.8rem;
  color: #0BB1DE;
}
body #contactForm .form-group span {
  display: none;
}
body #contactForm .check {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
body #contactForm .check input {
  width: 20px;
  height: 20px;
}
body #contactForm .check label {
  font-size: 16px;
  font-family: "Canada", Verdana, Arial, Lucida, sans-serif;
  width: 90%;
}
body #contactForm .check label a {
  font-size: 16px;
  display: inline;
  color: #DF2161;
}
body #contactForm .check label a:hover {
  color: #b31a4d;
}
body #contactForm .check span {
  display: none;
  width: 100%;
}
body #successModal {
  display: block;
  position: fixed;
  right: 10px;
  top: 120px;
  border-radius: 12px;
  z-index: 1000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background: linear-gradient(135deg, #0BB1DE, #532DEB);
  color: #fff;
  font-size: 20px;
  max-width: 360px;
}
body #successModal p {
  color: #fff;
}
body button[type="submit"] {
  padding: 0.8rem 2rem;
  background: #3a7bd5;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}
body button[type="submit"]:hover {
  background: #285fa3;
}
body .accordion {
  margin: 2rem auto;
}
body .accordion .accordion-item {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
body .accordion .accordion-item .accordion-header {
  padding: 1rem;
  cursor: pointer;
  background: #F2F2F2;
  color: #333;
  font-weight: bold;
  transition: background 0.3s ease;
}
body .accordion .accordion-item .accordion-header h4 {
  margin: 0;
  font-size: 20px;
  color: #333;
  font-family: "Canada", Verdana, Arial, Lucida, sans-serif;
  font-weight: 400;
}
body .accordion .accordion-item .accordion-header:hover,
body .accordion .accordion-item .accordion-header.active {
  background: #0BB1DE;
}
body .accordion .accordion-item .accordion-header:hover h4,
body .accordion .accordion-item .accordion-header.active h4 {
  color: #fff;
}
body .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
body .accordion .accordion-item .accordion-content article {
  padding: 20px;
}
body .accordion .accordion-item .accordion-content ul {
  list-style: none;
  margin: 1em;
  padding: 0;
}
body .accordion .accordion-item .accordion-content ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
body .accordion .accordion-item .accordion-content ul li:after {
  content: '';
  height: 0.4em;
  width: 0.4em;
  background: #0BB1DE;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.25em;
  left: 0;
}
body .gradient-line {
  background: linear-gradient(90deg, #0BB1DE, #532DEB, #680db7);
  height: 4px;
  animation: moveGradient 4s infinite linear;
  background-size: 300% 100%;
}
@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
body .icon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: center;
  padding: 4rem 1.5rem;
  gap: 1.5rem;
}
body .icon-grid img {
  width: 90px;
}
body .icon-grid div {
  padding: 2rem;
  border: 1px solid #e1e1e1;
}
@media (max-width: 576px) {
  body .icon-grid {
    padding: 1rem 0.5rem;
  }
  body .icon-grid div {
    padding: 1rem;
  }
  body .icon-grid div p {
    font-size: 16px;
  }
}
body .services .item {
  display: flex;
  flex-direction: row;
}
body .services .item div {
  width: 50%;
}
body .services .item div h3 {
  margin: 0;
}
body .services .item div h3 span {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #532DEB;
  text-align: center;
  border-radius: 30px;
  color: #fff;
}
@media (max-width: 576px) {
  body .services .item div h3 {
    color: #680db7;
  }
  body .services .item div h3 span {
    display: none;
  }
}
body .services .item div:first-of-type {
  display: flex;
  align-items: center;
}
body .services .item div:last-of-type {
  padding: 30px 0;
}
body .services .item div:last-of-type p {
  margin: 0;
}
body .services hr {
  width: 40%;
  display: block;
  margin: 10px auto;
  border: 1px solid #E1E1E1;
}
@media (max-width: 767px) {
  body .services .item {
    flex-direction: column;
  }
  body .services .item div {
    width: 100%;
  }
  body .services hr {
    margin: 10px auto 40px;
  }
  body .services hr:last-child {
    display: none;
  }
}
body .cta-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 10000;
  width: min(360px, calc(100vw - 32px));
  background: linear-gradient(135deg, #0BB1DE, #532DEB);
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  padding: 14px 14px 12px;
  transform: translateY(24px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
body .cta-float .cta-close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: transparent;
  border: 0;
  color: #fff;
  opacity: 0.8;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
body .cta-float .cta-body {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
body .cta-float .cta-body .cta-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  font-size: 20px;
}
body .cta-float .cta-body .cta-title {
  margin: 0 24px 4px 0;
  font-size: 1.05rem;
}
body .cta-float .cta-body .cta-text {
  margin: 0 0 10px 0;
  opacity: 0.9;
  color: #fff;
}
body .cta-float .cta-body .cta-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
body .cta-float .cta-body .cta-actions .cta-btn {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
  color: #DF2161;
  font-weight: 700;
  text-decoration: none;
}
body .cta-float[data-open="true"] {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}
body .contact-fab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #DF2161;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  z-index: 10000;
}
body .contact-panel {
  position: fixed;
  right: 12px;
  bottom: 84px;
  width: min(320px, calc(100vw - 24px));
  background: #fff;
  color: #333;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  padding: 12px;
  transform: translateY(16px) translateX(8px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
  z-index: 10000;
}
body .contact-panel .contact-panel__row {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
}
body .contact-panel .contact-panel__row .contact-panel__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eef2ff;
  color: #1e3a8a;
}
body .contact-panel .contact-panel__row .contact-panel__text a {
  color: inherit;
  text-decoration: none;
}
body .contact-panel .contact-panel__row .contact-panel__text small {
  display: block;
  color: #6b7280;
  font-family: "Canada", Verdana, Arial, Lucida, sans-serif;
}
body .contact-panel[data-open="true"] {
  transform: translateY(0) translateX(0);
  opacity: 1;
  pointer-events: auto;
}
