:root {
  --lightblue: rgba(215, 235, 253, 1);
  --blue: rgba(0, 101, 201, 1);
  --blue2: rgba(0, 137, 241, 1);
  --bg-lightblue: rgba(237, 247, 254, 1);
  --black: #000;
  --lightblack: rgba(28, 42, 54, 1);
  --darkgray: rgba(52, 66, 80, 1);
  --white: #fff;
  --lightgray: #eee;
  --bodyfont: rgba(85, 86, 98, 1);
  --btn-blue-border: rgba(0, 109, 229, 1);
  --btn-blue-font: rgba(0, 112, 222, 1);
  --btn-multicolored-start: rgba(0, 111, 223, 1);
  --icon-color-blue: rgba(0, 123, 235, 1);
  --icon-color-green: rgba(0, 182, 94, 1);
  --icon-color-purple: rgba(160, 89, 237, 1);
  --icon-color-bluegreen: rgba(0, 159, 181, 1);
  --table-color-start: #006DE4;
  --table-color-end: #00A052;


  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc1b1b;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --gray: #6c757d;
  --gray-dark: #555555;
  --primary: #1e87bb;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc1b1b;
  --light: #f8f9fa;
  --dark: #555555;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  --font-size-small: 0.875rem;
}

@font-face {
    font-family: "RockSolid Icons";
    src: url("../fonts/icomoon.woff") format('woff');
}
*[data-icon]:before {
    content: attr(data-icon);
    font: 1.25rem/1 "RockSolid Icons";
}

/*!
 *  Iconly icon font. Generated by Iconly: https://iconly.io/
 */

@font-face {
  font-display: auto;
  font-family: "Iconly";
  font-style: normal;
  font-weight: 400;
  src: url("./iconly.eot?1767782199604");
  src: url("./iconly.eot?#iefix") format("embedded-opentype"), url("./iconly.woff2?1767782199604") format("woff2"), url("./iconly.woff?1767782199604") format("woff"), url("./iconly.ttf?1767782199604") format("truetype"), url("./iconly.svg?1767782199604#Iconly") format("svg");
}

[class="icon"], [class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  font-family: "Iconly" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-users:before {
  content: "\e000";
}

.icon-stethoscope:before {
  content: "\e001";
}

.icon-heart:before {
  content: "\e002";
}

.icon-clock:before {
  content: "\e003";
}

.icon-circle-check-big:before {
  content: "\e004";
}

.icon-calculator:before {
  content: "\e005";
}

.icon-shield:before {
  content: "\e006";
}

.icon-chevron-up:before {
  content: "\e013";
}

* {
    box-sizing: border-box;
}

body {
    font-family: var(--font-family-sans-serif);
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bodyfont);
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.mod_article {
    padding: 60px 0;
    margin: 0;
}

figure {
    margin: 0;
}

svg path {
    fill: none;
    filter: none;
}

.bg-lightblue {
    background-color: var(--bg-lightblue);
}

[id="header"] {
    background: linear-gradient(90deg, rgba(237, 246, 254, 1) 0%, rgba(238, 253, 245, 1) 100%);
/*
    .inside {
        max-width: 1200px;
        padding: 1rem 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-left, .header-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .ceres-icon {
        color: #fff;
        background-color: var(--icon-color-bluegreen);
        border-radius: 100%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .company {
        display: flex;
        flex-direction: column;
        span {
            font-size: 0.875rem;
        }
    }
    .phone {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.875rem;
    }
    .address {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.875rem;
    }
    .header-btn {
        background: linear-gradient(90deg, var(--table-color-start) 0%, var(--table-color-end) 100%);
        color: var(--white);
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 0.875rem;
    }
*/
}

/*
[id="footer"] {
    background-color: var(--black);
    color: var(--white);
    .inside {
        max-width: 1200px;
        padding: 4rem 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .box {
        background-color: var(--lightblack);
        border-radius: 8px;
        max-width: 800px;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }
    .address, .phone, .web, .oepnv {
        margin-top: 10px;
        display: flex;
        align-items: start;
        font-size: 0.875rem;
        gap: 10px;
        .content {
            p {
                margin: 0;
            }
        }
    }
    .address, .oepnv {
        margin-top: 20px;
    }
    h2 {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 1.5rem;
    }
    h2 svg, .contact h3, .address svg, .phone svg, .web svg {
        color: var(--table-color-start);
    }
    .directions {
        h3 {
            font-size: 1.125rem;
            color: var(--table-color-end)
        }
        svg {
            color: var(--table-color-end)
        }
        .text {
            background-color: var(--darkgray);
            border-radius: 8px;
            margin-top: 15px;
            padding: 10px;
            font-size: 0.875rem;
            p:first-of-type {
                margin-top: 0;
            }
            p:last-of-type {
                margin-bottom: 0;
            }
        }
    }
}
*/

/* RSCEs */
.hero {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__claim {
    color: var(--blue);
    background-color: var(--lightblue);
    font-size: var(--font-size-small);
    display: inline;
    padding: 4px 8px;
    margin-bottom: 1rem;
    border-radius: 8px;
}

.hero__headline {
    max-width: 600px;
    text-align: center;
    margin-bottom: 20px;
    h1 {
        font-size: 2rem;
        color: var(--lightblack);
    }
}

.hero__text {
    max-width: 600px;
    text-align: center;
    margin-bottom: 30px;
}

.hero__buttons {
    margin: 30px 0;
    a {
        margin-bottom: 1rem;
    }
    text-align: center;
}

.btn {
    padding: 10px 1.5rem;
    border-radius: 8px;
    display: inline-block;
    margin: 0 0.5rem;
    text-decoration: none;
}

.border--blue {
    border: 2px solid var(--btn-blue-border);
    background-color: var(--white);
    color: var(--btn-blue-font);
}

.multicolored {
    border: 2px solid transparent;
    background-color: var(--btn-multicolored-start);
    color: var(--white);
}

.hero__boxes {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.hero__box {
    background-color: var(--white);
    box-shadow: 3px 3px 1px var(--lightgray);
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 300px;
    height: 300px;
    border-radius: 8px;
}

.hero__box__icon {
    color: #fff;
    border-radius: 100%;
    width: 40px;
    min-height: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    &.icon-bg-color---blue {
        background-color: var(--icon-color-blue);
    }
    &.icon-bg-color---green {
        background-color: var(--icon-color-green);        
    }
    &.icon-bg-color---purple {
        background-color: var(--icon-color-purple);
    }
}

/* Boxlist */
.boxlist {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.boxlist__headline {
    max-width: 600px;
    text-align: center;
    margin-bottom: 20px;
    h2 {
        font-size: 1.75rem;
        color: var(--lightblack);
    }
}

.boxlist__intro {
    max-width: 600px;
    text-align: center;
    margin-bottom: 30px;
}

.box {
    background-color: var(--bg-lightblue);
    border-radius: 8px;
    padding: 1rem;
    max-width: 800px;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 0 15px;
    h3 {
        font-size: 1.25rem;
        font-weight: bold;
        grid-column: 2 / 3;
        margin: 0.25rem 0 0 0;
    }
}

@media (min-width: 768px) {
    .box {
        padding: 1rem 2rem;
    }
}

.box__icon {
    color: #fff;
    background-color: var(--icon-color-bluegreen);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 1 / 2;
}

.box__headline {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0 10px;
}

.boxlist__outro {
    max-width: 800px;
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: start;
    background: var(--bg-lightblue);
    padding: 1rem 2rem;
    border-radius: 8px;
    p {
        margin-top: 0;
    }
    svg {
        stroke: var(--blue2);
    }
}

.iconlist--small {
    .box__text {
        grid-column: 2 / 3;
    }
}

.iconlist--bigboxes {
    .boxes {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100%;
    }
    @media (min-width: 768px) {
        .boxes {
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
    }
    .box {
        gap: 15px;
        background-color: var(--white);
        box-shadow: 0px 3px 25px #6B6B6B1A;
    }
    h3 {
        margin: 0.25rem 0 0 0;
    }
    .box__text {
        grid-column: 1 / 3;
    }
}

.iconlist--adv {
    .boxes {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100%;
    }
    @media (min-width: 992px) {
        .boxes {
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
    }
    .box {
        gap: 15px;
        background-color: var(--white);
        box-shadow: 0px 3px 25px #6B6B6B1A;
    }
    h3 {
        margin: 0;
        font-size: 1rem;
        hyphens: auto;
    }
    .hl-icon {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .box__text {
        grid-column: 2 / 3;
    }   
}

.iconlist--numbered {
    .box {
        max-width: 1200px;
        padding: 0 15px;
        grid-template-columns: 40px 1fr;
        align-items: self-start;
        gap: 15px;
        margin-bottom: 30px;
    }
    .box__icon {
        grid-column: 1 / 2;
    }
    .box__headline {
        min-height: 40px;
        grid-column: 2 / 3;
    }
    .number {
        font-weight: bold;
        color: var(--table-color-start);
    }
    h3 {
        margin: 0;
        font-size: 1rem;
    }
    .box__text {
        background: #fff;
        border-radius: 8px;
        padding: 1rem;
        box-shadow: 0px 3px 25px #6B6B6B1A;
        grid-column: 1 / 3;
    }
    .boxlist__outro {
        background: #fff;
        border-radius: 8px;
        padding: 1.5rem 3rem;
        box-shadow: 0px 3px 25px #6B6B6B1A;
    }
    .box__link {
        grid-column: 1 / 3;
        padding: 30px 0 0 120px;
    }
    @media (min-width: 768px) {
        .box {
            grid-template-columns: 40px 1fr 2fr;
            margin-bottom: 15px;
        }
        .box__icon {
            grid-column: 1 / 2;
        }
        .box__headline {
            grid-column: 2 / 3;
        }
        .box__text {
            grid-column: 3 / 4;
        }
        .box__link {
            grid-column: 3 / 4;
            padding: 30px 0 0 120px;
        }
    }
}

/* Vergleichstabelle */
.comparison {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    .table {
        display: table;
        display: table;
        border-radius: 8px;
        border: 1px solid var(--lightgray);
        box-shadow: 0px 3px 25px #6B6B6B1A;
    }
    .tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 1rem;
        padding: 0 1rem;
        border-bottom: 1px solid var(--lightgray);
        &.thead {
            background: linear-gradient(90deg, var(--table-color-start) 0%, var(--table-color-end) 100%);
            color: var(--white);
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            border-bottom: none;
        }
        &:last-of-type {
            border-bottom: none;
        }
    }
    @media (min-width: 768px) {
        .tr {
            grid-template-columns: 1fr 37.5% 37.5%;
        }
    }
    .th, .td {
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 1rem 0;
    }
    .td {
        border-right: 1px solid var(--lightgray);
        hyphens: auto;
        &:last-of-type {
            border-right: none;
        }
    }
    .th:first-of-type, .td:first-of-type {
        grid-column: 1 / 3;
        justify-content: center;
        padding: 1rem 0 0 0;
    }
    .th:nth-of-type(2), .td:nth-of-type(2) {
        border-right: 0px;
    }
    @media (min-width: 768px) {
        .th:first-of-type, .td:first-of-type {
            grid-column: auto;
            justify-content: start;
            padding: 1rem 0;
        }
        .td:nth-of-type(2) {
            border-right: 1px solid var(--lightgray);
        }
    }
    .icon {
        display: flex;
        margin-right: 0.5rem;
    }
    .lucide-check {
        stroke: var(--table-color-end);
    }
    .lucide-x {
        stroke: var(--danger);
    }
}

.comparison__headline {
    max-width: 600px;
    text-align: center;
    margin-bottom: 20px;
    h2 {
        font-size: 1.75rem;
        color: var(--lightblack);
    }
}
.comparison__intro {
    max-width: 600px;
    text-align: center;
    margin-bottom: 30px;
}

/* Testimonials */
.testimonials {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    .stars {
        svg {
            fill: gold;
            stroke: gold;
            path {
                fill: gold;
            }
        }
    }
    .lucide-quote {
        stroke: var(--blue2);
    }
    .swiper-slide {
        padding: 1.5rem;
        background-color: rgba(237, 248, 245, 1);
        border-radius: 8px;
        box-shadow: 0px 3px 25px #6B6B6B1A;
        height: auto !important;
    }
    .footer {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }
}

.testimonial-slider {
    margin-top: 2rem;
    max-width: 100%;
}

/* FAQ */
.faq {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    .headline, .intro {
        text-align: center;
    }
    .intro {
        margin-bottom: 2rem;
    }
    section {
        border-radius: 8px;
        margin-bottom: 1rem;
    }
    .ui-accordion-header {
        padding: 1rem;
        background-color: #e2e2e2;
        border-radius: 8px;
        position: relative;
        font-weight: 700;
        &::after {
            font-family: 'RockSolid Icons' !important;
            content: "\e913";
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 15px;
            top: 20px;
            transform: rotate(180deg);
            color: var(--blue2);
        }
        &.ui-accordion-header-active {
            border-radius: 8px 8px 0 0;
            &::after {
                transform: none;
            }
        }
    }
    .ui-accordion-content {
        padding: 1rem;
        background-color: #eee;
        border-radius: 0 0 8px 8px;
        > div {
            margin: 0;
        }
    }
}

/* Fazit */
.conclusion {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    .headline, .intro {
        text-align: center;
    }
    .intro {
        margin-bottom: 2rem;
    }
    .cta__grid {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr;
        align-items: center;
        figure {
            text-align: center;
        }
    }
    @media (min-width: 768px) {
        .cta__grid {
            grid-template-columns: 250px 1fr;
        }
    }
    .cta-box {
        background-color: var(--white);
        border-radius: 8px;
        box-shadow: 0px 3px 25px #6B6B6B1A;
        padding: 1.5rem;
        width: 100%;
        .boxes {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
            margin-top: 30px;
        }
        @media (min-width: 768px) {
            .boxes {
                grid-template-columns: 1fr 1fr;
            }
        }
        .cta__headline, .cta__intro {
            text-align: start;
        }
    }
    .cta-box__inner {
        max-width: 800px;
        margin: auto;
    }
    .consult__box, .info__box {
        background-color: var(--table-color-start);
        color: var(--white);
        padding: 1rem;
        border-radius: 8px;
    }
    .info__box {
        background-color: var(--table-color-end);
    }
    .consult__headline, .info__headline {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        svg {
            margin-right: 0.5rem;
        }
    }
    .consult__intro, .info__intro {
        font-size: 0.9375rem;
        margin-bottom: 0.5rem;
    }
    .cta__button {
        padding: 0.5rem 1rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 0.875rem;
        width: 100%;
        background: #fff;
        margin: 0;
        svg {
            margin-left: 0.75rem;
        }
    }
}

/* Special Menu Footer */
li.footer-inline-first, li.footer-inline-second {
    display: inline;
}

li.footer-inline-first::after {
    content: "und";
    color: #1e87bb;
    padding: 0 0 0 5px;
}