

h1, h2, h3 {
    text-transform: uppercase;
    font-weight: 500 !important;
}

/* obere Linie (.section-border-shadow) */
.brick-container__section-border-shadow {
    box-shadow:
        inset 0 1px 0 rgba(0,200,255,0.25),
        inset 0 -1px 0 rgba(0,200,255,0.25);
}

/* .section-border-top */
.brick-container__section-border-top {
    border-top: 1px solid rgba(255,255,255,0.15);
}

/*.section-border-bottom */
.brick-container__section-border-bottom {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

/*.section-bg */
.brick-container__section-bg {
    position: relative;
    background-color: #1f3550 !important;

    background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);

    background-size:
        16px 16px,
        16px 16px,
        80px 80px,
        80px 80px;
}

.brick-container__section-bg .qui-presentationBricks-controls-wallpaperText {
    background-color: transparent !important;
}

.tpl-brickArea-header__entry:first-child .tpl-brick__inner {
    padding-top: 0 !important;
}


/* section-shadow */
.brick-container__section-shadow {
    position: relative;

    background:
        radial-gradient(
            ellipse at center,
            rgba(0,0,0,0) 45%,
            rgba(0,0,0,0.35) 80%,
            rgba(0,0,0,0.65) 100%
        ),
        linear-gradient(
            to bottom,
            #123353,
            #0e2a46
        );
}





.brick-id-130,
.brick-id-197 {
    position: relative;
    background-color: #1f4f73;

    background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);

    background-size:
        16px 16px,
        16px 16px,
        80px 80px,
        80px 80px;
}


/* weicher Übergang vom Hero */
.brick-id-130::before,
.brick-id-197::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: 120px;
    pointer-events: none;

    background: linear-gradient(to bottom, transparent, rgb(0 0 0));
     opacity: 0.25;
}


/* in Template Presentation v5 ist das gefixt */
.quiqqer-menu-megaMenu-mobile-openerBtn :where(.label) {
    display: none;
}

.wallpaperTextArrow {
    height: initial !important;    
}

/* Die Klasse hide-on-desktop hat sich geändert */
/* Das Problem wurde behoben, aber es wurde noch nicht auf den Server hochgeladen. */
/* Überprüfen Sie bei der nächsten Aktualisierung, ob das Problem behoben wurde, und löschen Sie diesen Eintrag dann. */
/* 20.03.2024 */
.megaMenu-hide-on-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* END Die Klasse hide-on-desktop hat sich geändert*/



.startpage-wallpaper {
/*   background-size: contain; */
/*
background-color: #00b894;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%2355efc4' fill-opacity='0.14' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
*/
}

.page-header {
    background-size: cover;
}

.page-header-text-short {
    margin: auto;
    max-width: 75% !important;
    text-align: center !important;
}

.content-body h2 {
    margin-top: 1em;
}

.content-body h3 {
    display: inline-block;
    margin-top: 1.5em;
    width: 100%;
}

.content-body h2 + h3 {
    margin-top: 0em;
}

.page-header-logo img {
    height: 60px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

/*
.page-1 .wallpaperTextArrow__bg {
    display: none;
}*/

[lang="de"] .page-23 .main-content,
[lang="de"] .page-29 .main-content,
[lang="en"] .page-22 .main-content,
[lang="en"] .page-23 .main-content {
    display: flex;
}

.cke_editable {
    display: block !important;
}

[lang="de"] .page-23 .tpl-presentation-row,
[lang="de"] .page-29 .tpl-presentation-row,
[lang="en"] .page-22 .tpl-presentation-row,
[lang="en"] .page-23 .tpl-presentation-row {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .main-content {
        display: block;
    }
}

.right-sidebar.header-hidden .header-bar,
.left-sidebar.header-hidden .header-bar,
.no-sidebar.header-hidden .header-bar,
.header-bar-scrolled {
    /*background: linear-gradient(-45deg, #57cfb0, #2ab5d3) !important;*/
    /*background: linear-gradient(-45deg, #57cfa8, #589c9b) !important;*/
    /*background: linear-gradient(-45deg, #57cf94, #7cb7d3) !important;*/
}

.start-page .header-bar.header-bar-position-scroll,
.header-bar.header-bar-position-scroll {
    background: rgba(0,0,0,0.5) !important;
}

.quiqqer-menu-megaMenu-children-simple:after {
    border-bottom: 14px solid rgba(255, 255, 255, 0.5) !important;
}

.page-header-navigation-sub-list, .page-header-navigation li:hover, .header-bar-search:hover, .quiqqer-menu-megaMenu-list-item-menu.control-background {
    background: rgba(43, 43, 43, 0.92) !important;
}

.start-page .tpl-presentation-row {
    padding-bottom: 6em;
    padding-top: 6em;
}

.button-custom-header:hover,
.button-custom-header:active,
.button-custom-header:focus {
    color: #fff !important;
    border-color: #fff !important;
}


/* startpage 3er box */
.qui-control-childrenlist-3er-entry-image span.quiqqer-icon {
    font-size: 80px !important;
}

.page-header-container {
    top: 30%;
    text-shadow: 2px 2px 4px #333;
}

.page-header-text-title, 
.page-header-text-wrapper-short {
    max-width: 60% !important;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .page-header-container {
        top: 35%;
    }

    .page-header-text-title, 
    .page-header-text-wrapper-short {
        max-width: 100% !important;
    }
}
@media screen and (max-width: 400px) {
    .page-header-container {
        top: auto;
        bottom: 10%;
    }
}

/* navigations abstand nach unten */
.quiqqer-sidebar-dropdown-navigation ul {
    margin: 0;
}

/*********************************/
/* FOOTER links, h Elemente, usw */
/*********************************/

.page-footer {
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 16px 16px, 16px 16px, 80px 80px, 80px 80px;
}

.page-footer::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, rgb(0 0 0));
    opacity: 0.25;
}

/*********************************/
/* FAQ List */
/*********************************/

/* FAQ list li hover bg color */
.content-template-faq-list-category ul li:hover:before {
    background: #57cfb0 !important;
}

/* FAQ category li hover bg color */
.quiqqer-faq-list li:hover:before {
    background: #57cfb0 !important;
}

/* FAQ list - second list */
.page-105 .content-template-faq-list-category,
.page-129 .content-template-faq-list-category,
.page-94 .content-template-faq-list-category,
.page-97 .content-template-faq-list-category,
.page-96 .content-template-faq-list-category {
    width: 100%;
    margin: 0 20px 60px;
    display: block;
    border-bottom: 2px solid #eee;
    background-color: #fafafa;
}

/*FAQ border bottom */
.page-14 .main-content .tpl-presentation-row {
    border-bottom: none;
}

/* short als inline, damit Hyperlink nebenan steht */
.content-template-faq-list-category.lastCategoryLevel .content-short {
    margin-bottom: 20px;
    display: inline;
}

/* kein button styling für Hyperlink */
.content-template-faq-list-category.lastCategoryLevel .button {
    align-self: auto;
    display: inline;
    margin: 0;
    padding: 0;
    text-align: left;
    background: none;
    border: none;
    color: #56cab4;
    font-weight: normal;
}

.content-template-faq-list-category.lastCategoryLevel .button-arrow:after {
    transition: 0.2s all ease-in-out;
    opacity: 0;
    margin-left: 15px;
}


.content-template-faq-list-category.lastCategoryLevel .button-arrow:hover:after {
    opacity: 1;
    margin-left: 5px;
}


/*******************/
/* download banner */
/*******************/
.brick-109,
.brick-141 {
    padding: 3em 0;
    /*background: linear-gradient(-45deg, #57cfa8, #589c9b);*/
    /*background: linear-gradient(-45deg, #cf5757, #957cd3);*/
    /*background: linear-gradient(-45deg, #57cf94, #7cb7d3);*/
    background: linear-gradient(-45deg, #56d3b6, #5c93a6);
    color: #fff;
}
.brick-109 .grid-container,
.brick-141 .grid-container {
    display: flex;
    justify-content: space-between;
}

.brick-109 p,
.brick-141 p {
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .brick-109 .grid-container,
    .brick-141 .grid-container {
        display: block;
        text-align: center;
    }

    .brick-109 p,
    .brick-141 p {
        margin-bottom: 1em;
    }
}

/*******************************/
/* start page make it real Box */
/*******************************/
.brick-120, 
.brick-133  {
    background: linear-gradient(-45deg, #56d3b6, #5c93a6);
    color: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
}

.brick-120 .makeItReal, 
.brick-133 .makeItReal {
    display: flex;
    flex-direction: row;
    margin-top: 3em;
    text-align: center;
}

.brick-120 .makeItReal .fa, 
.brick-133 .makeItReal .fa {
    font-size: 100px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 6px #666;
}

.brick-120 .makeItReal p,
.brick-133 .makeItReal p {
    max-width: 300px;
    margin: 0 auto;
    font-size: 1.2em;
}

@media (max-width: 767px) {
    .brick-120 .makeItReal,
    .brick-133 .makeItReal {
         display: block;
    }

    .brick-120 .makeItReal-box,
    .brick-133 .makeItReal-box {
        padding: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .brick-120 .makeItReal-box:last-child,
    .brick-133 .makeItReal-box:last-child {
        border-bottom: none;
    }
}


.page-271 .qui-control-childrenlist-2er-entry-image a img {
    max-width: 300px;
}

.tpl-presentation-row.brick-id-117,
.tpl-presentation-row.brick-id-122,
.brick-id-134 {
    border-bottom: none !important;
}

.prefix-suffix-full-width.tpl-presentation-row.brick-id-118,
.prefix-suffix-full-width.tpl-presentation-row.brick-id-123 {
    padding-bottom: 6em;
}

/********************/
/* search FAQ brick */
/********************/
.quiqqer-suggestSearch-wrapper {
    max-width: 850px;
    border-radius: 6px;
}

/*******************************************************/
/* QUIQQER unterstützen - Abstand zum Kontaktformular  */
/*******************************************************/
.page-62 .page-multible-left section.content-body,
.page-50 .page-multible-left section.content-body {
    padding-bottom: 0;
}


/**************/
/* h2 Effekt  */
/**************/
.content-body h2,
.page-footer h2 {
    border-bottom: 2px solid #56cab4;
    display: inline-block;
    margin-bottom: 1.3em;
    padding-bottom: 10px !important;
}
/* faq Seite kein Effekt */
.quiqqer-faq .content-body h2 {
    border-bottom: none;
    margin-bottom: 0;
}

/*******************************/
/* tags search */
/*******************************/

article.quiqqer-tags-search-result-entry {
    padding: 20px 20px 0;
    background: #f8f8f8;
    margin-bottom: 3em;
    border-bottom: 2px solid #eee;
    transition: 0.3s all ease-in-out;
}

article.quiqqer-tags-search-result-entry:hover {
    border-color: #ddd;
}

/* Größe an children List Cards anpassen */
.quiqqer-tags-search-result-entry-image.grid-40.grid-parent {
    width: 25%;
}
.quiqqer-tags-search-result-entry-content.grid-60 {
    width: 75%;
}

@media screen and (max-width: 767px) {
    .quiqqer-tags-search-result-entry-image.grid-40.grid-parent,
    .quiqqer-tags-search-result-entry-content.grid-60 {
        width: 100%;
    }
}

/* clear custom styling */
.content-body .quiqqer-tags-search-result-entry-content h2 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

/*******************************/
/* startseite mobile Anpassung */
/*******************************/
@media (max-width: 767px) {
    .wallpaperTextArrow-content-left {
         padding-top: 90px !important;
    }

    .wallpaperTextArrow-content-left h1 {
        font-size: 40px;
    }

    .wallpaperTextArrow-content-left p {
        font-size: 18px !important;
    }

    .wallpaperTextArrow-content-left p > span {
        line-height: 46px !important;
    }
    
    .wallpaperTextArrow-content-left .button {
        padding: 10px 18px;
        font-size: 18px;
    }

    .wallpaperTextArrow-content-right {
        display: none;
    }

    .wallpaperTextArrow {
        padding-bottom: calc(3em + 40px);
        min-height: 100vh !important;
        height: auto !important;
    }
}

/*****************************/
/* blog liste für quiqqer.de */
/*****************************/
.page-43 .main-content-wrapper {
    background-color: #fafafa;
}


.childrenlist-cardsCssGrid-entry-content-info .fa-calendar {
    display: none;
}

.page-16 .quiqqer-sheets-desktop {
    display: flex;
    justify-content: center;
}

/******************/
/* großer Release */
/******************/

[lang="en"] .page-1 .brick-134 img,
[lang="en"] .page-1 .brick-134 .qui-control-childrenlist-3er-entry-image > a,
[lang="de"] .page-1 .brick-122 img,
[lang="de"] .page-1 .brick-122 .qui-control-childrenlist-3er-entry-image > a {
    height: 100%;
    width: 100%;
}

.type-quiqqer-blog-blog-entry .page-header,
[lang="en"] .page-21 .page-header,
[lang="en"] .page-25 .page-header,
[lang="de"] .page-300 .page-header,
[lang="de"] .page-289 .page-header {
    height: 50vh;
    min-height: 400px;
    border-bottom: none;
}

.type-quiqqer-blog-blog-entry .page-header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    background: linear-gradient(0, #ffffff 0%, rgba(255,255,255,0.2) 70%, transparent);
    z-index: 1;
}

.page-header:after .header-img {
    height: 100%;
    width: 100%;
}


.type-quiqqer-blog-blog-entry .page-header-container {
    bottom: 20%;
    font-size: 1.4rem;
    line-height: 170%;
    z-index: 2;
}

.page-header-container .page-header-text-title,
.page-header-container .page-header-text-wrapper-short {
    max-width: 100% !important;
    text-align: center;
}

.page-header-container .page-header-text-wrapper-short {
    text-shadow: 2px 2px 2px #111;
}

.page-header-container h1.page-header-text-title {
    display: block;
    float: none;
    font-size: 4rem;
    margin-bottom: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px #333;
}

.page-header-container .blog-entry-next {
    display: none;
}

@media screen and (max-width: 767px) {
    .page-header-container .page-header {
        height: 100vh !important;
    }

    .page-header-container .page-header-container {
        bottom: 0;
        font-size: 1.4rem;
        line-height: 170%;
        z-index: 2;
        height: 100%;
        padding-top: 100px;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0;
    }

    .page-header-container h1.page-header-text-title {
        font-size: 3rem;
        margin-bottom: 2rem;
    }

    .page-header-container .page-header-text-wrapper {
        display: block !important;
        font-size: 1em;
        line-height: 150%;
    }
}

/* extrem small (iPhone) */
@media screen and (max-width: 400px) {
    .page-header-container h1.page-header-text-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .page-header-container .page-header-text-wrapper {
        font-size: 0.9em;
        line-height: 140%;
    }
}

/***********************************/
/* content switcher - main release */
/***********************************/
.main-release .content-switcher {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4em;
    padding-top: 4em;
}

.main-release .content-switcher:nth-child(2n+1) {
    background: #f5f5f5;
}

.main-release .content-switcher:last-child {
    border-bottom: none;
}

.main-release .content-switcher-image {
    background: none !important;
    position: relative;
    padding: 20px;
}

.main-release .content-switcher-image-img {
    border: 1px solid #bbb;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.1);
    max-height: 100%;
    width: 580px;
}

.image-shadow {
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.1);
    margin: 2em auto;
    display: block;
}

.main-release .content-switcher-content {
    padding: 50px 20px 50px 50px
}

.main-release .content-switcher-content.pull-custom {
    padding-right: 50px;
}

.main-release .content-switcher .content-switcher-content {
    padding-bottom: 0;
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .main-release .content-switcher-image {
        margin: 20px 0;
        order: 2;
    }

    .main-release .content-switcher .content-switcher-content {
        padding-bottom: 0;
        min-height: 0;
    }
}

/***************************/
/* custom blog */
/***************************/

.type-quiqqer-blog-blog-entry .quiqqer-blog-entry__meta,
.type-quiqqer-blog-blog-entry .quiqqer-blog-entry__content,
.type-quiqqer-blog-blog-entry .quiqqer-blog-entry__more {
    max-width: 780px;
    margin: 0 auto;
}

.type-quiqqer-blog-blog-entry h1.page-header-text-title,
.type-quiqqer-blog-blog-entry .page-header-text-wrapper {
    float: none;
    max-width: 100% !important;
    text-align: center;
    width: 100%;
}

.type-quiqqer-blog-blog-entry .page-header-text-short {
    max-width: 100%;
    text-align: center;
}

[lang="en"] .page-207 .page-header,
[lang="de"] .page-507 .page-header {
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}



/***************************/
/* verfolge uns auf Gitlab */
/***************************/
.tpl-presentation-row.brick-id-145,
.tpl-presentation-row.brick-id-127 {
    background: #f5f5f5;
}

.text-container {
    display: flex;
}

.text-container-left {
    width: 50%;
}

.text-container-right {
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .text-container {
        flex-direction: column;
    }

    .text-container-left {
        width: 100%;
        order: 2;
    }

    .text-container-right {
        width: 100%;
        text-align: center;
        order: 1;
        padding-bottom: 2em;
    }
}

.qui-control-childrenlist-cardRows-entry .qui-control-childrenlist-cardRows-entry-image a {
    font-size: 100px;
}

/* DISCOVERY FEATURE LIST TYPE */
.type-quiqqer-feature-list-types-list {
    color: #eef7fc;
    background: #102438;
}

.type-quiqqer-feature-list-types-list .body-container {
    background:
        radial-gradient(circle at 82% 4%, rgba(95, 208, 196, 0.09), transparent 30rem),
        #102438;
}

.type-quiqqer-feature-list-types-list .main-contentWrapper {
    width: min(calc(100% - 2rem), 1200px);
    max-width: 1200px;
    margin-inline: auto;
    padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(6rem, 10vw, 9rem);
}

.type-quiqqer-feature-list-types-list .main-content {
    width: 100%;
    max-width: none;
    padding: 0 !important;
}

.type-quiqqer-feature-list-types-list .content-header.page-intro {
    width: 100%;
    margin: 0 0 clamp(3.5rem, 7vw, 6rem);
    padding: clamp(2rem, 4vw, 3.5rem) 0;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.type-quiqqer-feature-list-types-list .content-header.page-intro::before {
    content: "FEATURES BY ROLE";
    display: block;
    margin-bottom: 1rem;
    color: #5fd0c4;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.type-quiqqer-feature-list-types-list .page-intro__title {
    max-width: 58rem;
    margin: 0 auto 1.2rem;
    color: #eef7fc;
    font-size: clamp(2.8rem, 5.4vw, 5rem);
    font-weight: 500 !important;
    letter-spacing: -0.045em;
    line-height: 1;
}

.type-quiqqer-feature-list-types-list .page-intro__short {
    max-width: 56rem;
    margin: 0 auto;
    color: #aab9c7;
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.7;
}

.type-quiqqer-feature-list-types-list .default-content,
.type-quiqqer-feature-list-types-list .content-template.feature-list {
    width: 100%;
    max-width: none;
}

.type-quiqqer-feature-list-types-list .feature-list-category {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
    overflow: hidden;
    background: rgba(12, 29, 46, 0.62);
    border: 1px solid rgba(95, 208, 196, 0.22);
    border-radius: 1rem;
}

.type-quiqqer-feature-list-types-list .feature-list-category-wrapper {
    float: none;
    width: 100%;
    margin: 0;
    padding: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(110deg, rgba(95, 208, 196, 0.075), transparent 58%);
}

.type-quiqqer-feature-list-types-list .feature-list-category-header {
    margin: 0;
}

.type-quiqqer-feature-list-types-list .feature-list-category-header h2 {
    margin: 0 0 0.65rem;
    padding: 0 !important;
    color: #eef7fc;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    font-weight: 500 !important;
    letter-spacing: -0.025em;
    line-height: 1.1;
    border: 0;
}

.type-quiqqer-feature-list-types-list .feature-list-category-short {
    max-width: 52rem;
    margin: 0;
    color: #aab9c7;
    font-size: 1.05rem;
    line-height: 1.65;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list {
    display: grid;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    border-top: 1px solid rgba(95, 208, 196, 0.2);
}

.type-quiqqer-feature-list-types-list .feature-list-category-list > li {
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border-right: 1px solid rgba(95, 208, 196, 0.2);
    border-bottom: 1px solid rgba(95, 208, 196, 0.2);
}

.type-quiqqer-feature-list-types-list .feature-list-category-list > li:nth-child(2n) {
    border-right: 0;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list > li:last-child,
.type-quiqqer-feature-list-types-list .feature-list-category-list > li:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list > li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-right: 0;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry {
    display: grid;
    min-height: 100%;
    margin: 0;
    padding: clamp(1.75rem, 3.5vw, 2.6rem);
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1.25rem;
    align-content: start;
    background: transparent;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon {
    display: grid;
    float: none;
    width: 3rem;
    height: 3rem;
    margin: 0;
    place-items: center;
    color: #5fd0c4;
    background: rgba(95, 208, 196, 0.11);
    border-radius: 0.65rem;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon .fa {
    color: #5fd0c4 !important;
    font-size: 1rem;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content {
    float: none;
    width: auto;
    min-width: 0;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-header h2 {
    margin: 0.15rem 0 0.7rem;
    padding: 0 !important;
    color: #eef7fc;
    font-size: 1.18rem;
    font-weight: 700 !important;
    line-height: 1.35;
    border: 0;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-content,
.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-short {
    color: #aab9c7;
    line-height: 1.7;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-content > :first-child {
    margin-top: 0;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-content > :last-child,
.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-short > :last-child {
    margin-bottom: 0;
}

.type-quiqqer-feature-list-types-list .feature-list a {
    color: #5fd0c4;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-toTop-container {
    display: flex;
    margin: 0;
    padding: 1.1rem clamp(1.75rem, 3.5vw, 2.6rem);
    justify-content: flex-end;
    border-top: 1px solid rgba(95, 208, 196, 0.16);
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-toTop {
    display: inline-flex;
    min-height: auto;
    padding: 0.25rem 0;
    align-items: center;
    gap: 0.5rem;
    color: #5fd0c4;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-decoration: none;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-toTop:is(:hover, :focus-visible) {
    color: #eef7fc;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

@media (max-width: 46rem) {
    .type-quiqqer-feature-list-types-list .main-contentWrapper {
        width: min(calc(100% - 1.25rem), 1200px);
        padding-top: 2.5rem;
    }

    .type-quiqqer-feature-list-types-list .content-header.page-intro {
        padding: 2rem 1.4rem;
    }

    .type-quiqqer-feature-list-types-list .feature-list-category-list {
        grid-template-columns: 1fr;
    }

    .type-quiqqer-feature-list-types-list .feature-list-category-list > li,
    .type-quiqqer-feature-list-types-list .feature-list-category-list > li:nth-child(2n),
    .type-quiqqer-feature-list-types-list .feature-list-category-list > li:nth-last-child(2):nth-child(odd),
    .type-quiqqer-feature-list-types-list .feature-list-category-list > li:last-child:nth-child(odd) {
        grid-column: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(95, 208, 196, 0.2);
    }

    .type-quiqqer-feature-list-types-list .feature-list-category-list > li:last-child {
        border-bottom: 0;
    }

    .type-quiqqer-feature-list-types-list .feature-list-category-list-entry {
        grid-template-columns: 2.75rem minmax(0, 1fr);
        gap: 1rem;
        padding: 1.5rem 1.35rem;
    }

    .type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon {
        width: 2.75rem;
        height: 2.75rem;
    }
}
/* COMPACT DISCOVERY FEATURE LIST */
.type-quiqqer-feature-list-types-list .main-contentWrapper {
    max-width: 1120px;
    padding-top: clamp(3.5rem, 6vw, 5.5rem);
}

.type-quiqqer-feature-list-types-list .content-header.page-intro {
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    padding: 0.75rem 0 2.25rem;
}

.type-quiqqer-feature-list-types-list .content-header.page-intro::before {
    content: "CONTENT & EDITORIAL WORKFLOWS";
    margin-bottom: 0.75rem;
}

.type-quiqqer-feature-list-types-list .page-intro__title {
    font-size: clamp(2.4rem, 4.2vw, 4rem);
}

.type-quiqqer-feature-list-types-list .page-intro__short {
    max-width: 54rem;
    font-size: 1.05rem;
    line-height: 1.65;
}

.type-quiqqer-feature-list-types-list .feature-list-category {
    margin-bottom: 1.35rem;
}

.type-quiqqer-feature-list-types-list .feature-list-category-wrapper {
    padding: clamp(1.5rem, 2.8vw, 2.1rem);
}

.type-quiqqer-feature-list-types-list .feature-list-category-header h2 {
    margin-bottom: 0.45rem;
    font-size: clamp(1.45rem, 2.3vw, 1.95rem);
}

.type-quiqqer-feature-list-types-list .feature-list-category-short {
    font-size: 0.96rem;
    line-height: 1.55;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry {
    padding: clamp(1.25rem, 2.4vw, 1.7rem);
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 1rem;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.55rem;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-header h2 {
    margin: 0.05rem 0 0.45rem;
    font-size: 1rem;
    line-height: 1.3;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-content,
.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-short {
    font-size: 0.92rem;
    line-height: 1.58;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-content p {
    margin-block: 0 0.55rem;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-toTop-container {
    padding: 0.8rem clamp(1.25rem, 2.4vw, 1.7rem);
}
/* END COMPACT DISCOVERY FEATURE LIST */
/* SINGLE-COLUMN DISCOVERY FEATURE LIST */
.type-quiqqer-feature-list-types-list .feature-list-category-list {
    grid-template-columns: 1fr;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list > li,
.type-quiqqer-feature-list-types-list .feature-list-category-list > li:nth-child(2n),
.type-quiqqer-feature-list-types-list .feature-list-category-list > li:nth-last-child(2):nth-child(odd),
.type-quiqqer-feature-list-types-list .feature-list-category-list > li:last-child:nth-child(odd) {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(95, 208, 196, 0.2);
}

.type-quiqqer-feature-list-types-list .feature-list-category-list > li:last-child {
    border-bottom: 0;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry {
    padding: 1.15rem clamp(1.25rem, 2.4vw, 1.7rem);
    grid-template-columns: 2.35rem minmax(0, 1fr);
    gap: 0.9rem;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon {
    width: 2.35rem;
    height: 2.35rem;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content {
    max-width: 58rem;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-header h2 {
    margin-bottom: 0.35rem;
}

.type-quiqqer-feature-list-types-list .feature-list-category-list-entry-icon-content-content p {
    margin-bottom: 0.4rem;
}
/* END SINGLE-COLUMN DISCOVERY FEATURE LIST */
/* END DISCOVERY FEATURE LIST TYPE */

/* DISCOVERY FEATURE ROLE SWITCHER */
.feature-role-switcher {
    width: min(100%, 1120px);
    margin: clamp(3rem, 6vw, 5rem) auto 0;
    color: #eef7fc;
}

.feature-role-switcher__header {
    margin-bottom: 1.5rem;
    text-align: center;
}

.feature-role-switcher__header > p {
    margin: 0 0 0.65rem;
    color: #5fd0c4;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.feature-role-switcher__header h2 {
    max-width: 46rem;
    margin: 0 auto;
    padding: 0 !important;
    color: #eef7fc;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 500 !important;
    letter-spacing: -0.025em;
    line-height: 1.1;
    border: 0;
}

.feature-role-switcher__grid {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: rgba(12, 29, 46, 0.62);
    border: 1px solid rgba(95, 208, 196, 0.22);
    border-radius: 1rem;
}

.feature-role-switcher__role {
    display: flex;
    min-width: 0;
    min-height: 20rem;
    padding: clamp(1.6rem, 3vw, 2.25rem);
    flex-direction: column;
    border-right: 1px solid rgba(95, 208, 196, 0.2);
}

.feature-role-switcher__role:last-child {
    border-right: 0;
}

.feature-role-switcher__role > .fa {
    display: grid;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.75rem;
    place-items: center;
    color: #5fd0c4;
    background: rgba(95, 208, 196, 0.11);
    border-radius: 0.6rem;
}

.feature-role-switcher__role h3 {
    margin: 0 0 0.65rem;
    color: #eef7fc;
    font-size: 1.2rem;
    font-weight: 500 !important;
    line-height: 1.3;
}

.feature-role-switcher__role p {
    margin: 0 0 1.5rem;
    color: #aab9c7;
    font-size: 0.95rem;
    line-height: 1.65;
}

.feature-role-switcher__role .btn {
    width: fit-content;
    min-height: 2.8rem;
    margin-top: auto;
    padding: 0.7rem 1rem;
    color: #fff;
    background: #08746f;
    border-color: #25a69d;
}

.feature-role-switcher__role .btn .fa {
    margin-left: 0.45rem;
}

.page-38 .feature-role-switcher__role--editors,
.page-36 .feature-role-switcher__role--developers,
.page-37 .feature-role-switcher__role--administrators {
    background: rgba(95, 208, 196, 0.055);
}

@media (max-width: 54rem) {
    .feature-role-switcher__grid {
        grid-template-columns: 1fr;
    }

    .feature-role-switcher__role {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(95, 208, 196, 0.2);
    }

    .feature-role-switcher__role:last-child {
        border-bottom: 0;
    }
}
/* END DISCOVERY FEATURE ROLE SWITCHER */
