:root {
    --image-planeSolidBg: url('/media/cache/pfd/Assets/plane-solid-bg.svg');
    --image-planeSolid: url('/media/cache/pfd/Assets/plane-solid.svg');

    --color-text-body: #212529;
    --color-text-secondary: #6c757d;
    --color-primary: #e51c20;
    --color-primary--hover: #bf1a1c;
    --color-main: var(--color-primary);
    --color-main--hover: var(--color-primary--hover);
    --color-main-alt: #df484c;
    --color-main-alt2: #d83d40;
    --color-success: #28a745;
    --color-danger: #dc4139;
    --nav-bg: #f5f5f5;
    --nav-link-color: #747272;
    --text-muted: #6c757d;
    --qui-color-muted: var(--text-muted);

    --box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    --startpage-section-bg: rgba(216, 216, 216, 0.25);

    /* font sizes */
    --qui-fs-xs: 0.75rem;
    --qui-fs-sm: 0.875rem;
    --qui-fs-body: 16px; /* base */
    --qui-fs-md: 18px;
    --qui-fs-lg: 22px;
    --qui-fs-xl: 1.75rem;
    --qui-fs-2xl: 2.5rem;
    --qui-fs-3xl: 3.5rem;
    --qui-fs-4xl: 4.5rem;
    --qui-fs-5xl: 5.5rem;
    --qui-fs-6xl: 6rem;
    --qui-text-lead: var(--qui-fs-lg);
    --qui-display-1: var(--qui-fs-6xl);
    --qui-display-2: var(--qui-fs-5xl);
    --qui-display-3: var(--qui-fs-4xl);
    --qui-display-4: var(--qui-fs-3xl);

    /* heading: font size */
    --qui-fs-1: 2.488rem;
    --qui-fs-2: 2.074rem;
    --qui-fs-3: 1.728rem;
    --qui-fs-4: 1.44rem;
    --qui-fs-5: 1.2rem;
    --qui-fs-6: 1.025rem;
}

@media screen and (max-width: 767px) {
    :root {
        --qui-fs-1: 2rem;
        --qui-fs-2: 1.625rem;
        --qui-fs-3: 1.375rem;
        --qui-fs-4: 1.25rem;
        --qui-fs-5: 1.125rem;

        /* font size: text */
        --qui-fs-body: 16px;
        --qui-fs-lg: 20px;
        --qui-fs-xl: 24px;
        --qui-fs-2xl: calc(.75 * 2.5rem);
        --qui-fs-3xl: calc(.75 * 3.5rem);
        --qui-fs-4xl: calc(.75 * 4.5rem);
        --qui-fs-5xl: calc(.75 * 5.5rem);
        --qui-fs-6xl: calc(.75 * 6rem);
    }
}

@media screen and (max-width: 440px) {
    :root {
        --qui-fs-1: 2rem;
        --qui-fs-2: 1.625rem;
        --qui-fs-3: 1.375rem;
        --qui-fs-4: 1.25rem;
        --qui-fs-5: 1.125rem;

        /* font size: text */
        --qui-fs-body: 16px;
        --qui-fs-md: 17px;
        --qui-fs-lg: 19px;
        --qui-fs-xl: 22px;
        --qui-fs-2xl: calc(.7 * 2.5rem);
        --qui-fs-3xl: calc(.65 * 3.5rem);
        --qui-fs-4xl: calc(.6 * 4.5rem);
        --qui-fs-5xl: calc(.55 * 5.5rem);
        --qui-fs-6xl: calc(.5 * 6.5rem);
    }
}

html {
    font-size: var(--qui-fs-body);
}

body {
    color: var(--color-text-body);
    line-height: 1.6;


}

.slideout-panel {
    background-image: var(--image-planeSolidBg) !important;
    background-repeat: repeat-y !important;
    background-position: 96% 50px !important;
    background-size: 210px auto !important;
}

/********/
/* Base */
/********/

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

header {
    line-height: 1.2;
    font-weight: 500;
}

header > h1,
header > h2,
header > h3,
header > h4,
header > h5 {
    margin-bottom: 0;
    margin-top: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0;
}

h1 {
    font-size: var(--qui-fs-1);
}

h2 {
    font-size: var(--qui-fs-2);
}

h3 {
    font-size: var(--qui-fs-3);
}

h4 {
    font-size: var(--qui-fs-4);
}

h5 {
    font-size: var(--qui-fs-5);
}

h6,
.fs-6 {
    font-size: var(--qui-fs-6);
}

.fs-1 {
    font-size: var(--qui-fs-1);
}

.fs-2 {
    font-size: var(--qui-fs-2);
}

.fs-3 {
    font-size: var(--qui-fs-3);
}

.fs-4 {
    font-size: var(--qui-fs-4);
}

.fs-5 {
    font-size: var(--qui-fs-5);
}

.fs-6 {
    font-size: var(--qui-fs-6);
}

/* text */
.fs-xs {
    font-size: var(--qui-fs-xs);
}

.fs-sm {
    font-size: var(--qui-fs-sm);
}

.fs-body {
    font-size: var(--qui-fs-body);
}

.fs-md {
    font-size: var(--qui-fs-md);
}

.fs-lg {
    font-size: var(--qui-fs-lg);
}

.fs-xl {
    font-size: var(--qui-fs-xl);
}

.fs-2xl {
    font-size: var(--qui-fs-2xl);
}

.fs-3xl {
    font-size: var(--qui-fs-3xl);
}

.fs-4xl {
    font-size: var(--qui-fs-4xl);
}

.fs-5xl {
    font-size: var(--qui-fs-5xl);
}

.fs-6xl {
    font-size: var(--qui-fs-6xl);
}

.display-1 {
    font-size: var(--qui-display-1);
}

.display-2 {
    font-size: var(--qui-display-2);
}

.display-3 {
    font-size: var(--qui-display-3);
}

.display-4 {
    font-size: var(--qui-display-4);
}

/****************/
/* text helpers */
/****************/
small, .small, .text_small {
    font-size: var(--qui-fs-xs);
}

strong,
.fw-bold {
    font-weight: bold;
}

.fw-bolder {
    font-weight: bolder;
}

.fw-normal {
    font-weight: normal;
}

.text-body,
.mainFontColor {
    color: var(--qui-color-primary);
}

.text-lead,
.lead {
    font-size: var(--qui-text-lead);
}

.text-muted {
    color: var(--qui-color-muted);
}

.text-success {
    color: var(--color-success);
}

.text-danger {
    color: var(--color-danger);
}

.color-main,
.control-color,
.mainColor {
    color: var(--qui-color-primary);
}

.qui-sitetypes-sitemap-block-category .control-background {
    background-color: var(--qui-color-primary);
}

ul.fa-ul {
    margin-left: 1.5em;
}

.fa-li {
    color: var(--color-primary);
}

/***********/
/* Spacing */
/***********/
/* margin */
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

/* padding */
.p-0 {
    padding: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

/*********/
/* Utils */
/*********/
.nowrap {
    white-space: nowrap;
}

.list-unstyled {
    padding: 0;
    list-style: none;
    margin: 0;
}

.list-inline {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.list-inline--center {
    justify-content: center;
}

.btn-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-container--center {
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .btn-container--mobileFullWidth > .btn {
        width: 100%;
    }
}

.subtitle {
    color: var(--text-muted);
    font-size: var(--qui-fs-md);
}

/**********/
/* Topbar */
/**********/
.topbar.topbar {
    height: initial;
    border-bottom: 0;
    background-color: #fff;
    flex-wrap: wrap;
    min-height: 40px;
}

.topbar-contact {
    margin-right: 20px;
}

.topbar-contact .fa {
    color: var(--color-main);
}

.topbar-contact a:not(:hover) {
    color: var(--color-text-secondary);
}

@media screen and (max-width: 1000px) {
    .topbar-left {
        max-width: 400px;
    }

    .topbar-left img {
        max-width: 100%;
    }
}

/*************/
/* Mega menu */
/*************/
.cologne-header-menu-wrapper,
.cologne-header {
    height: 70px;
}

.cologne-header-nav .quiqqer-menu-megaMenu.quiqqer-menu-megaMenu {
    font-weight: normal;
}

.quiqqer-menu-megaMenu-list-item.quiqqer-menu-megaMenu-list-item--current a {
    border-color: var(--color-main);
}

.quiqqer-menu-megaMenu-list-item .quiqqer-menu-megaMenu-list-item-inner, .quiqqer-menu-megaMenu-list-item > a {
    text-transform: initial !important;
    font-weight: 500;
}

.cologne-header.cologne-header {
    box-shadow: none;
    background-color: var(--nav-bg);
    border-bottom: none;
}

.quiqqer-menu-megaMenu-list.quiqqer-menu-megaMenu-list a:not(:hover, :active),
.quiqqer-menu-megaMenu-list-item-menu.quiqqer-menu-megaMenu-list-item-menu a:not(:hover, :active) {
    color: var(--nav-link-color);
}

@media screen and (max-width: 767px) {
    .cologne-header-menu-wrapper,
    .cologne-header {
        height: 60px;
    }

    .ayad-mobileMenuPhones {
        display: flex;
        flex-direction: column;
        font-size: 0.915rem;
        justify-content: center;
        gap: 0.25em;
        font-weight: normal;
    }

    .ayad-mobileMenuPhones .fa {
        color: var(--color-main);
        width: 2rem;
    }

    .ayad-mobileMenuPhones a:not(:hover) {
        color: var(--color-text-secondary);
    }

    .shop-category-menu-button-wrapper {
        margin-left: auto;
        border: none;
    }
}

/**************************/
/* Slideout menu advanced */
/**************************/
.page-navigation-home.page-navigation-home.page-navigation-home {
    padding: var(--quiqqer-slideOutAdvanced-padding-block, 1rem) var(--quiqqer-slideOutAdvanced-padding-inline, 2rem) !important;
}

.page-navigation-home > .fa {
    display: none;
}

.quiqqer-slideoutAdvanced-nav {
    margin: 0 !important;
}

.page-navigation .fa {
    width: 1.5rem !important;
}

.page-menu .page-navigation a {
    display: block !important;
}

.fa.quiqqer-slideoutAdvanced-icon-next {
    width: 4rem !important;
    font-size: var(--qui-fs-lg, 1.25rem) !important;
    margin: 0 !important;
}

.quiqqer-slideoutAdvanced-icon-back {
    margin-left: 0 !important;
}

.quiqqer-slideoutAdvanced-nav-entry-shortDesc {
    display: block;
    opacity: 0.75;
}

.page-menu-close {
    font-size: 1.5rem !important;
}

/*******************/
/* Decoration line */
/*******************/
.decoration-line {
    max-width: 200px;
    border: 2px solid;
    margin-block: 2rem;
}

.decoration-line--white {
    border-color: #fff;
}

/**************/
/* Breadcrumb */
/**************/
.cologne-breadcrumb.cologne-breadcrumb {
    border-bottom: none;
    height: 50px;
}

.cologne-breadcrumb.cologne-breadcrumb .quiqqer-breadcrumb-title {
    display: inline-block;
}

.cologne-breadcrumb .quiqqer-breadcrumb {
    text-align: left;
    font-size: 0.875rem;
}

.cologne-breadcrumb .quiqqer-breadcrumb > ul > li {
    color: #7a7e83;

}

/************/
/* Url list */
/************/
.quiqqer-urlList-title {
    margin-bottom: 0.5em;
}

/**********/
/* Footer */
/**********/
.template-footer-wrapper {
    background-image: linear-gradient(0deg, #ddd, transparent);
    background: #f5f5f5;
}

.template-footer.template-footer {
    background: none;
    color: #6c757d;
    border: none;
}

.cologne-footer-copyright.cologne-footer-copyright {
    background: none;
    border: none;
}

.template-footer a:not(:hover) {
    color: #444;
}

.template-footer .quiqqer-urlList-title {
    color: #111;
}

/* Footer: Logo + text + social  */
.pfd-footer-logoTextSocial .pfd-socialBox .control-content > p > a > .fa {
    background-color: #fff;
}

/* Footer: service */
.pfd-footer-brickWithButtonBottom {
    display: flex;
    flex-direction: column;
}

.pfd-footer-brickWithButtonBottom .control-content {
    margin-bottom: 0;
    order: 3;
}

.pfd-footer-brickWithButtonBottom .quiqqer-urlList-title {
    order: 1;
}

.pfd-footer-brickWithButtonBottom .quiqqer-urlList-entries {
    order: 2;
}

/******************/
/* Footer: simple */
/******************/
.pfd-footer-simple {
    text-align: center;
}

.pfd-footer-simple > .control-content > .pfd-socialBox {
    margin-bottom: 1.5rem;
}

/**********/
/* BRICKS */
/**********/

/*********************/
/* Startpage: Slider */
/*********************/
@media screen and (min-width: 768px) {
    .page-1 .quiqqer-bricks-promoslider {
        height: 700px;
    }
}

.quiqqer-bricks-promoslider-slide-image__cover {
    background-attachment: fixed !important;
}

.quiqqer-bricks-promoslider-slide-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.quiqqer-bricks-promoslider-slide-display,
.quiqqer-bricks-promoslider-slide-mobile-display {
    top: 50% !important;
    transform: translateY(-50%) !important;
    padding-inline: 20px;
}

.quiqqer-bricks-promoslider-slide-left .quiqqer-bricks-promoslider-slide-display {
    max-width: 600px !important;
    width: 100% !important;
}

header.quiqqer-bricks-promoslider-slide-title,
header.quiqqer-bricks-promoslider-slide-mobile-title {
    color: #fff;
    text-shadow: 0 0 20px #111;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    header.quiqqer-bricks-promoslider-slide-title,
    header.quiqqer-bricks-promoslider-slide-mobile-title {
        font-size: 2rem;
    }
}

/**************/
/* CTA Banner */
/**************/
.pfd-ctaBanner .wallpaperText {
    --qui-wallpaperText-bgPos: left top !important;
    border-radius: 1rem;
    background-size: 550px;
    background-repeat: no-repeat;
}

/*********************/
/* Advantages banner */
/*********************/
.brick-container__pfd-advantages {
    background-color: var(--startpage-section-bg);
}

.pfd-advantages .quiqqer-boxContentAdvanced-entry {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    overflow: hidden !important;
    border-radius: 1rem !important;
}

.pfd-advantages .quiqqer-boxContentAdvanced-entry-title {
    padding-inline: 1rem;
    margin-bottom: 0.5em;
}

.pfd-advantages .quiqqer-boxContentAdvanced-entry-content {
    padding-inline: 1rem;
    padding-bottom: 1rem;
}

/***********************/
/* Startpage: About us */
/***********************/
.pfd-aboutUs .quiqqer-textImage-image {
    align-items: start;
}

.pfd-aboutUs .quiqqer-textImage-box img {
    border-radius: 1rem;
}

.pfd-aboutUs .pfd-socialBox .control-content > p > a > .fa {
    font-size: 1.25rem;
    padding: 0.5rem;
}

/**************************************/
/* Startpage: Customer reviews slider */
/**************************************/
.brick-container__pfd_customerReviewsSlider {
    background-color: var(--startpage-section-bg);
}

.pfd_customerReviewsSlider .customerReviewsSlider-templateOne-review.default-content {
    background: #fff;
}

.pfd_customerReviewsSlider .customerReviewsSlider-templateOne-review.default-content:after {
    background: #fff;
}

/***********/
/* Gallery */
/***********/
.quiqqer-control-gallery-gridAdvanced-entry,
.quiqqer-control-gallery-gridAdvanced-image,
.quiqqer-control-gallery-gridAdvanced-list picture,
.quiqqer-control-gallery-gridAdvanced-image-img {
    border-radius: 1rem;
    overflow: hidden;
}

/**********************/
/* Startpage: 3 boxes */
/**********************/
.pfd-3boxes {
    margin-top: -8rem;
}

.pfd-3boxes .quiqqer-boxContentAdvanced-entries__standard .quiqqer-boxContentAdvanced-entry-img {
    margin-bottom: 0;
}

.pfd-3boxes .quiqqer-boxContentAdvanced-entry-img .fa {
    color: var(--color-primary);
    padding: 3rem;
    background-image: linear-gradient(0, transparent 40%, #fff 40%);
    border-radius: 50%;
    font-size: 3rem;
}

.pfd-3boxes .quiqqer-boxContentAdvanced-entry-title.quiqqer-boxContentAdvanced-entry-title {
    margin-bottom: 0.5rem;
}

/******************************/
/* Startpage: shuttle service */
/******************************/
.pfd-shuttleservice .wallpaperText-container-content {
    background-color: var(--color-main-alt2);
    background-image: var(--image-planeSolid);
    background-repeat: no-repeat;
    padding: 6rem 2rem;
    border-radius: 1rem;
    margin-block: -6rem;
}

/***********************/
/* Startpage: 2 videos */
/***********************/
.pfd-2videos .quiqqer-boxContentAdvanced-entry {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 1rem;
    overflow: hidden;
}

.pfd-2videos iframe {
    max-width: 100%;
    background-color: #111;
}

.pfd-2videos .quiqqer-boxContentAdvanced-entry-title {
    padding-inline: 1rem;
    margin-bottom: 0.5em;
}

.pfd-2videos .quiqqer-boxContentAdvanced-entry-content {
    padding-inline: 1rem;
    padding-bottom: 1rem;
}

/********************/
/* Social box brick */
/********************/
.pfd-socialBox a:not(:hover) {
    color: #888;
}

.pfd-socialBox .control-content > p > a > .fa {
    font-size: 1.5rem;
    padding: 1rem;
    transition: 0.15s all ease;
}

.fa.fa-facebook:hover,
.fa.fa-facebook-square:hover {
    color: #3b5998;
}

.fa.fa-twitter:hover {
    color: #1da1f2;
}

.fa.fa-youtube:hover {
    color: #ff0000;
}

.fa.fa-vimeo:hover {
    color: #162221;
}

/***********/
/* Sidebar */
/***********/
@media screen and (min-width: 768px) {
    .template-brick-rightSidebar:not(:last-child) {
        margin-bottom: 5rem;
    }
}

/*****************************/
/* Sidebar: customer reviews */
/*****************************/
.pfd-sidebar-customerReviews {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

/********************/
/* Sidebar: hotline */
/********************/
.pfd-sidebar-hotline .fa {
    color: var(--color-main);
}

.pfd-sidebar-hotline a:not(:hover) {
    color: var(--color-text-secondary);
}

/****************/
/* Sidebar: nav */
/****************/
.pfd-sidebar-nav .control-content {
    margin-bottom: 1rem;
}

/**************/
/* PCSG Table */
/**************/
.price-table-pcsg {
    width: 100%;
}

.price-table-pcsg tr:hover,
.price-table-pcsg tr:active {
    background-color: rgba(215, 215, 215, 0.2);
}

/********************/
/* Component: cards */
/********************/
.cards {
    --padding: 0.5rem 1rem;
    --gap: 2rem 2rem;

    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}

.cards--equal > .card {
    flex: 1;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

.card__header {
    font-weight: bold;
    font-size: 1.25rem;
    background: #f0f0f0;
    padding: var(--padding);
}

.card__body {
    padding: var(--padding);
}

.card__footer {
    padding: var(--padding);
    font-size: 1.25rem;
    font-weight: bold;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
}

@media screen and (max-width: 767px) {
    .cards {
        --gap: 1rem;
    }
}

/*****************/
/* Site: pricing */
/*****************/
.pfd-pricing .card__footer {
    text-align: right;
}

.pfd-pricing .card__footer > p {
    margin-bottom: 0;
}

.pfd-pricing .cards--equal > .card {
    flex-basis: 40%;
    background-color: #fff;
}

/******************/
/* Site: about us */
/******************/
.pfd-page-aboutUs .quiqqer-gallery-brick-gridAdvanced .control-content {
    display: none;
}

/*******/
/* FAQ */
/*******/
.quiqqer-accordion-item-header {
    --accordion-header-font-size: 1.125rem;
}

/******************************/
/* GDPR - Cookie notification */
/******************************/
#quiqqer-cookieconsent-banner.quiqqer-cookieconsent__bottom {
    --size: 170px;
    --border-color: #e0e0e0;
    --logoSize: 120px;

    border-top: 2px solid var(--border-color);
    box-shadow: none !important;
    overflow: visible !important;
}

.quiqqer-cookieconsent__bottom .quiqqer-cookieconsent-message-logo {
    width: var(--size);
    height: var(--size);

    transform: translateY(-50%);
    position: relative;
    margin-bottom: -1rem;
}

/*
  1. simulate border
*/
.quiqqer-cookieconsent__bottom .quiqqer-cookieconsent-message-logo__inner {
    width: 100%;
    height: 100%;
    padding: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: linear-gradient(0deg, transparent calc(50%), #fff calc(50%)); /* 1 */
}

/*
  1. simulate border
*/
.quiqqer-cookieconsent__bottom .quiqqer-cookieconsent-message-logo__inner:before {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    z-index: -1;
    background-image: linear-gradient(0deg, transparent calc(50% + 1rem), var(--border-color) calc(50% + 1rem)); /* 1 */
}

.ayad-cookieLogo {
    width: var(--logoSize);
    height: var(--logoSize);
}

@media screen and (max-width: 767px) {
    #quiqqer-cookieconsent-message {
        font-size: 13px;
        line-height: 1.5;
    }

    #quiqqer-cookieconsent-banner.quiqqer-cookieconsent__bottom {
        --size: 90px;
        --logoSize: 50px;

        overflow: auto !important;
    }

    .quiqqer-cookieconsent__bottom .quiqqer-cookieconsent-message-logo {
        margin-top: -1rem;
        transform: initial;
    }

    .quiqqer-cookieconsent__bottom .quiqqer-cookieconsent-message-logo__inner:before {
        display: none;
    }

    #quiqqer-cookieconsent-categories form .quiqqer-cookieconsent-buttons button {
        margin-bottom: 0.5rem;
        font-size: 13px;
    }
}

/**************/
/* Price page */
/**************/
.qui-control-childrenlist-3er.grid-children {
    overflow: visible;
}

.qui-control-childrenlist-3er-row {
    row-gap: 40px;
    flex-wrap: wrap;
}

.qui-control-childrenlist-3er-entry {
    flex-basis: 250px !important;
}

.qui-control-childrenlist-3er-entry-content {
    background: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: left !important;
    border: 1px solid #eee;
}

.qui-control-childrenlist-3er-entry-content > header {
    margin-bottom: 1rem;
}

/*****************/
/* Box with star */
/*****************/
.boxWithStar .qui-control-childrenlist-3er-entry {
    --rotate: 15deg;
}

.boxWithStar .qui-control-childrenlist-3er-entry-content {
    position: relative;
}

.boxWithStar .qui-control-childrenlist-3er-entry-content:after {
    content: "\f005";
    position: absolute;
    text-rendering: auto;
    z-index: 1;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    line-height: 1;
    color: darkorange;
    font-size: 2rem;
    top: -1rem;
    right: -1rem;
    transform: rotate(var(--rotate));
}

.boxWithStar .qui-control-childrenlist-3er-entry:nth-child(2n+1) {
    --rotate: 25deg;
}

.boxWithStar .qui-control-childrenlist-3er-entry:nth-child(2n+2) {
    --rotate: -10deg;
}