/************************************************************************************************
 * Custom theme styles
 ************************************************************************************************/

/* Arrows class fix
 */

.arrows-fix .bricks-swiper-button-prev {
    left: -5% !important;
}

.arrows-fix .bricks-swiper-button-next {
    right: -5% !important;
}


@media only screen and (max-width: 1328px) {
    .arrows-fix .bricks-swiper-button-prev {
        top: -40px !important;
        left: 94% !important;
    }

    .arrows-fix .bricks-swiper-button-next {
        top: -40px !important;
        right: 5% !important;
    }
}

@media only screen and (max-width: 990px) {
    .arrows-fix .bricks-swiper-button-prev {
        top: 40% !important;
        left: 0px !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 19px !important;
    }

    .arrows-fix .bricks-swiper-button-next {
        top: 40% !important;
        right: 0px !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 19px !important;
    }
}

@media only screen and (max-width: 478px) {
    .arrows-fix .bricks-swiper-button-prev {
        width: 24px !important;
        height: 24px !important;
        font-size: 17px !important;
    }

    .arrows-fix .bricks-swiper-button-next {
        width: 24px !important;
        height: 24px !important;
        font-size: 17px !important;
    }
}



/* Brix 1140px page fix
*/

@media only screen and (max-width: 1180px) and (min-width: 992px) {
    #brx-content {
        width: 100%;
    }
}

/* Home page - transformed image "Team section" earlier reset size at 1400px
*/

@media only screen and (max-width: 1400px) {
    .home-team-image {
        transform: scaleX(100%) !important;
        transform: scaleY(100%) !important;
    }
}

/* Slider Arrows
*/
@media only screen and (max-width: 850px) {
    .no-slider-arrows-under-478 .bricks-swiper-button-prev {
        display: none !important;
    }

    .no-slider-arrows-under-478 .bricks-swiper-button-next {
        display: none !important;
    }
}



/* Home page - transformed image "Team section" earlier reset size at 1400px
*/

@media only screen and (max-width: 1400px) {
    .home-team-image {
        transform: scaleX(100%) !important;
        transform: scaleY(100%) !important;
    }
}

/* Bricks Mobile Menu
*/

#brxe-cbohcz.show-mobile-menu .bricks-mobile-menu-toggle {
    color: white !important;
}

.nz-custom-menu-container {
    border-bottom: 2px solid rgba(24, 33, 44, 0.1) !important;
}

.nz-custom-menu-container ul {
    background-color: white;
    list-style-type: none !important;
}

.nz-custom-menu-container ul li {
    border-left: 6px solid transparent;
    padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
    list-style-type: none !important;
}

.nz-custom-menu-container ul li.current {
    color: #f28300;
    background-color: #f3f4f4;
    border-left: 6px solid #f28300;
}

.nz-custom-menu-container ul li:hover {
    color: #f28300;
    background-color: #f3f4f4;
    border-left: 6px solid #f28300;
}

.nz-custom-menu-container ul li a {
    width: 100%;
}

.nz-custom-menu-container ul li span {
    float: right;
}

.nz-custom-menu-container .ion-ios-arrow-forward i {
    font-size: 16px !important;
    width: 20px;
    height: 20px;
}

/* Arrow Link shortcode
 * ====================
 */


.link-arrow-image {
    width: fit-content !important;
}

.link-arrow-image a {
    width: fit-content !important;
    margin: 0 !important;
    padding: 0 !important;
}

.link-arrow-image-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
}

.link-arrow-image a:hover {
    opacity: 0.85;
}


/* Rader 
 * =====
 */
#brxe-rldukn .bricks-swiper-container+.swiper-pagination-bullets {
    bottom: -64px;
}

@media only screen and (max-width: 990px) {
    #brxe-rldukn .bricks-swiper-container+.swiper-pagination-bullets {
        bottom: -30px;
    }
}

@media only screen and (max-width: 720px) {
    #brxe-rldukn .bricks-swiper-container+.swiper-pagination-bullets {
        bottom: -35px;
    }
}

@media only screen and (max-width: 600px) {
    #brxe-rldukn .bricks-swiper-container+.swiper-pagination-bullets {
        bottom: -45px;
    }
}

@media only screen and (max-width: 480px) {
    #brxe-rldukn .bricks-swiper-container+.swiper-pagination-bullets {
        bottom: -10px;
    }
}

.rader-container .content-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;

    gap: 60px !important;
}

@media only screen and (max-width: 990px) {
    .rader-container .content-wrapper {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;

        gap: 0px !important;
    }

    .rader-container .dynamic .rader-left {
        width: 70% !important;
        margin: 0 auto !important;
    }

    .rader-container .dynamic .rader-right {
        text-align: center !important;

    }

    .dynamic .rader-right p {
        padding: 0px 10% 20px 10%;
    }
}

@media only screen and (max-width: 766px) {
    .dynamic .rader-right p {
        padding: 0px 2% 20px 2%;
    }
}

/*
.rader-container .bricks-swiper-button-prev {}
.rader-container .bricks-swiper-button-next {}

@media only screen and (max-width: 1328px) {
    .rader-container .bricks-swiper-button-prev {
        top: -40px !important;
        left: 94% !important;
    }

    .rader-container .bricks-swiper-button-next {
        top: -40px !important;
        right: 5% !important;
    }
}

@media only screen and (max-width: 990px) {
    .rader-container .bricks-swiper-button-prev {
        top: 40% !important;
        left: 10px !important;
    }

    .rader-container .bricks-swiper-button-next {
        top: 40% !important;
        right: 10px !important;
    }
}
*/

.rader-container .dynamic {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex: 1 !important;
}

.dynamic .rader-right h4 {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    color: #F28300;

    margin-bottom: 10px;
}

@media only screen and (max-width: 990px) {
    .dynamic .rader-right h4 {
        font-size: 24px;
        line-height: 31px;

        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 477px) {
    .dynamic .rader-right h4 {
        font-size: 18px;
        line-height: 31px;

        margin-bottom: 10px;
    }
}

.dynamic .rader-right h5 {
    font-size: 19px;
    font-family: "Heebo";
    letter-spacing: 0px;
    font-weight: 700;
    color: #18212c;
    margin-bottom: 2px;
}

@media only screen and (max-width: 990px) {
    .dynamic .rader-right h5 {
        font-size: 19px;
        line-height: 21px;
        margin-bottom: 4.5px;
    }
}

@media only screen and (max-width: 477px) {
    .dynamic .rader-right h5 {
        font-size: 16px;
        line-height: 20px;
    }
}

.dynamic .rader-right h6 {
    font-size: 15px;
    font-family: "Heebo";
    letter-spacing: 0.2px;
    font-weight: 500;
    color: #18212c;
    margin-bottom: 25px;
}

@media only screen and (max-width: 990px) {
    .dynamic .rader-right h6 {
        font-size: 15px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 477px) {
    .dynamic .rader-right h6 {
        font-size: 15px;
        line-height: 20px;
    }
}

.dynamic .rader-right p {
    font-size: 18px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #18212C;
    margin-bottom: 32px;
}

@media only screen and (max-width: 990px) {
    .dynamic .rader-right p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 477px) {
    .dynamic .rader-right p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 14px;
    }
}

.dynamic .rader-right a {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #18212C;
    z-index: 9999 !important;
    cursor: pointer !important;
}

@media only screen and (max-width: 990px) {
    .dynamic .rader-right a {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 48px;
    }
}

@media only screen and (max-width: 477px) {
    .dynamic .rader-right a {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 48px !important;
    }
}


@media only screen and (max-width: 766px) {
    .dynamic .rader-right a {
        padding-bottom: 80px !important;
    }
}

.dynamic .rader-right a:hover {
    color: #f28300;
}

.dynamic .rader-right a img {
    padding-bottom: 2px;
    padding-left: 20px;
}

/* Accessories
 * ===========
*/

.acc-container {
    border: 0px solid transparent;
}

.acc-container .content-wrapper {
    border-radius: 8px;
    /* box-shadow: 0 0 8px rgb(0 0 0 / 10%); */
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
}

/* <div class="acc_desc">{acf_acc_description}</div> */

.acc-container .acc_desc {
    font-family: "Heebo";
    text-align: left;
    overflow-y: scroll;
    height: 132px;
    padding-top: 0px !important;
    margin-top: 10px;
    padding-left: 20px !important;
    line-height: 22px;
    word-wrap: break-word !important;
    color: #18212C;
}

.acc-container .acc_desc ul {
    padding-top: 0px !important;
    padding-left: 16px;
    padding-right: 15px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* 
   <div class="acc_r">
    <span class="acc_r_preis_title">PREIS:</span> 
    <span class="acc_r_preiss">{acf_acc_price} €*</span> 
    <span class="acc_r_note">{acf_acc_remark}</span> 
   </div>

*/

.acc-container .dynamic {
    width: 100% !important;
}

.acc-container .acc_r {
    text-align: left;
    padding-left: 19px;
    color: #18212C;
}

.acc-container .acc_r_preis_title {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #18212C;
}

.acc-container .acc_r_note {
    font-weight: 400;
    font-size: 12px;
    text-align: right !important;
    padding-left: 23%;
    color: #18212C;
}

/* <span class="acc_desc_title">{acf_acc_description_title}</span> */

.acc-container h6 {
    text-align: left !important;
}

.acc_desc_title {
    padding-left: 23px;
}

/* Testimonials
 * ============
 */

.testimonial_image_container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 7px solid white;
}

.testimonial_image_container img {
    border-radius: 50%;
}

/* Reasons
 * =======
 * <div class="reason-left" style="background-image:url({acf_reason_image:url:large});"></div>
 */

.reason-container {
    border: 0px solid transparent;
}

.reason-container .content-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;

    gap: 60px !important;
    background: #18212C;
    border-radius: 8px !important;
}

@media only screen and (max-width: 1200px) {
    .reason-container .content-wrapper {
        gap: 40px !important;
    }
}

@media only screen and (max-width: 768px) {
    .reason-container .content-wrapper {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: center !important;

        gap: 0px !important;
        background: #18212C;
        border-radius: 8px !important;
        padding-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.reason-container .content-wrapper .dynamic:first-child {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex: 1.4 !important;
    height: 100%;
}

.reason-container .content-wrapper .dynamic:last-child {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex: 1 !important;
    padding-bottom: 28px;
}

@media only screen and (max-width: 1200px) {
    .reason-container .content-wrapper .dynamic:first-child {
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        flex: 1 !important;
    }

    .reason-container .content-wrapper .dynamic:last-child {
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        flex: 1 !important;
    }
}

@media only screen and (max-width: 768px) {
    .reason-container .content-wrapper .dynamic:first-child {
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        flex: 1 !important;
        width: 100%;
    }

    .reason-container .content-wrapper .dynamic:last-child {
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        flex: 1 !important;
        padding-bottom: 28px;
    }
}



/* Left - image
*/

.reason-container .reason-left {
    padding: 0;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .reason-container .reason-left {
        width: 100%;
        height: 350px;
        border-top-right-radius: 8px;
    }
}

/* Right Elements
*/

.reason-container .reason-right {
    padding: 10px 20px 30px 0;
}

@media only screen and (max-width: 768px) {
    .reason-container .reason-right {
        padding: 0 20px 0 20px;
        text-align: center;
    }
}

.reason-container .reason-right h3 {
    color: white;
    font-family: "Rajdhani";
    margin: 24px;
    background: #2f3741;
    width: 79px;
    height: 78px;
    padding-left: 17px;
    padding-top: 6px;
    margin-left: auto;

    font-size: 26px !important;
    font-weight: 700 !important;
    letter-spacing: 0px;
    border-radius: 50%;

    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .reason-container .reason-right h3 {
        margin: 0 auto !important;
        margin-top: 34px !important;
        margin-bottom: 24px !important;
        padding-left: 0px;
    }
}

.reason-container .reason-right h4 {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #F28300;

    padding-top: 20px;
    padding-bottom: 30px;
}

.reason-container .reason-right p {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

    color: #FFFFFF;

    padding-bottom: 30px;
}

.reason-container .reason-right a {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;

    padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .reason-container .reason-right a {
        padding-bottom: 0px;
    }
}

.reason-container .reason-right a img {
    filter: invert(1);
}

/* Rader & Zubehor 
 * ===============
 */

/*
<div class="rdz-lr-container">
  <div class="rdz-left">
    <h4>{acf_rdz_details_section_title}</h4>
    <h3>{acf_rdz_details_title}</h3>
    <p>{acf_rdz_details_text}</p>
  </div>
  <div class="rdz-right">
    <h4>{acf_rdz_highlights_section_title}</h4>
    <p>{acf_rdz_highlights_text}</p>
    <div class="rdz-price-container">
      <div class="rdz-price-left">
        <span class="rdz-p-title">Preis:</span> <span class="rdz-p-price">{acf_rdz_price}</span>
        <div class="rdz-p-info">{acf_rdz_price_comment}</div>
      </div>
      <div class="rdz-price-right">
        <a href="{acf_rdz_link}">Probefahrt anfragen</a>
      </div>
    </div>
  </div>
</div>
*/

.rdz-main-container {
    border: 0px solid transparent;
}

.rdz-lr-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;

    gap: 10px !important;
}

.rdz-left {
    flex: 1.6;
    text-align: left;
}

.rdz-right {
    flex: 1;
    text-align: left;
}

.rdz-left h4 {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #F28300;

    margin-bottom: 6px;
}

@media only screen and (max-width: 991px) {
    .rdz-lr-container {
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .rdz-left {
        flex: none;
        text-align: left;
        width: calc(100% - 46px);
        margin: 0 auto;
        margin-bottom: 31px;
    }

    .rdz-right {
        flex: none;
        text-align: left;
        width: calc(100% - 46px);
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .rdz-lr-container {
        gap: 10px !important;
    }

    .rdz-left {
        flex: none;
        text-align: left;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .rdz-right {
        flex: none;
        text-align: left;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0px;
    }
}

.rdz-left h3 {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;

    color: #18212C;
}

.rdz-left p {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #18212C;

    margin-top: 19px;
    padding-right: 65px;
}

@media only screen and (max-width: 991px) {
    .rdz-left p {
        padding-right: 0px;
    }
}

/* Right */

.rdz-right {
    background-color: rgba(25, 35, 46, 0.05);
    border-radius: 8px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 34px;
}

@media only screen and (max-width: 991px) {
    .rdz-right {
        border-radius: 8px;
        padding-top: 18px;
        padding-right: 0px;
        padding-bottom: 25px;
        padding-left: 27px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .rdz-right {
        background-color: transparent;
        padding-top: 0;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

.rdz-right h4 {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #F28300;

    margin-bottom: 10px;
}

.rdz-right ul {
    padding-left: 10px;
}

.rdz-right ul li {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #18212C;
}

.rdz-right ul li::marker {
    font-size: 12px !important;
    padding-bottom: 10px !important;
}

/* Price - right bottom ( price and button )
*/

.rdz-price-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 1px solid #c0c0c0;
    padding-top: 20px;
}

@media only screen and (max-width: 991px) {
    .rdz-price-container {
        padding-top: 20px;
        padding-bottom: 4px;
    }
}

.rdz-price-right,
.rdz-price-left {
    flex: 1;
}

@media only screen and (max-width: 640px) {
    .rdz-price-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .rdz-price-right,
    .rdz-price-left {
        flex: none;
        width: 100%;
    }
}

.rdz-price-left {
    margin-top: -5px;
}

.rdz-price-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.rdz-price-right a {
    background-color: #f28300;
    border-radius: 8px;

    text-align: center;

    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;

    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    width: 200px;
}

@media only screen and (max-width: 991px) {
    .rdz-price-right a {
        margin-right: 27px;
    }
}

@media only screen and (max-width: 640px) {
    .rdz-price-right {
        margin-top: 34px;
        margin-right: 0px;
        justify-content: center;
    }
}


/* Just price */

.rdz-p-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: "Rajdhani";
    letter-spacing: 0px;
    color: #18212C;
}

.rdz-p-price {
    text-transform: uppercase;
    font-size: 18.5px;
    font-weight: 900;
    font-family: "Rajdhani";
    letter-spacing: 0.2px;
    color: #18212C;
}

.rdz-p-info {
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    font-family: "Heebo";
    color: #18212C;
}

/* Opinion section ( part ) - needs that " symbol as background
*/

/*
<div class="rdz-opinion">
    <h3>{acf_rdz_opinion_title}</h3>
    <p>{acf_rdz_opinion_text}</p>
</div>
*/

.rdz-opinion {
    flex-direction: column;
    align-items: center;
    margin-top: 38px;
    margin-bottom: 60px;
    background-image: url(https://d12.wpdevel.site/wp-content/uploads/2023/01/apostrophe.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 84px 64px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
}

.rdz-opinion h3 {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;

    letter-spacing: 0.2em;
    text-transform: uppercase;

    color: #18212C;
}

.rdz-opinion p {
    padding-top: 27px;

    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;

    color: #18212C;
}

@media only screen and (max-width: 991px) {
    .rdz-opinion {
        margin-top: 0px;
        margin-bottom: 40px;
        padding-right: 28px;
        padding-left: 28px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .rdz-opinion {
        margin-top: 0px;
        margin-bottom: 40px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
    }
}

