/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.2.1
*/

@font-face {
    font-family: "StolzlBold";
    src: url('fonts/StolzlBold/font.woff2') format('woff2'), url('webFonts/StolzlBold/font.woff') format('woff');
}

@font-face {
    font-family: "StolzlRegular";
    src: url('fonts/StolzlRegular/font.woff2') format('woff2'), url('webFonts/StolzlRegular/font.woff') format('woff');
}

:root {
    --frankenrot: #D3210D;
    --frankenschwarz: #0F1727;
    --frankenweiss: white;
    --frankenbeige: #c4ab94;
    --frankenbeige-20: #c4ab944d;
    --frankenblau: #112583;
    --frankengrau: #F2F3F4;
    --frankenrot-20: #F6D3CF;
}

.btn-default:focus,
.btn-default:hover,
.btn-custom1:focus,
.btn-custom1:hover,
.btn-custom2:focus,
.btn-custom2:hover {
    opacity: 1;
}

/* general BeTheme settings */

body:not(.template-slider) #Header {
    min-height: 0;
}

#Top_bar .menu>li>a span:not(.description) {
    border: 0;
}

#Top_bar .menu.page-menu>li>a {
    border-right: 0;
}

#Content {
    padding-top: 0;
}

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

.wpb_wrapper>div {
    margin-bottom: 0 !important;
}

.wpb_content_element+.spacer {
    margin-top: 0;
}

.text--black {
    color: var(--frankenschwarz) !important;
}

.slider-pagination {
    display: none !important;
}

/* header */

#Top_bar .menu>li>a {
    color: var(--frankenrot) !important;
}

.menu-btn {
    background-color: var(--frankenrot);
}

#Top_bar {
    opacity: 1 !important;
}

#Top_bar .menu>li.menu-btn>a {
    color: var(--frankenweiss) !important;
}

#Top_bar .menu>li.menu-btn>a>span {
    display: flex;
    align-items: center;
}

#Top_bar .menu>li.menu-btn>a>span::before {
    content: url(img/frankenpellets-arrow-white.svg);
    transform: rotate(90deg);
    display: block;
    width: 46px;
    height: 40px;
}

#Top_bar.is-sticky .menu>li.menu-btn>a>span::before {
    width: 37px;
    height: 30px;
}

#Top_bar {
    border: 0 none !important;
}

#Side_slide {
    background-color: var(--frankenweiss) !important;
}

#Side_slide a:not(.button) {
    color: var(--frankenrot);
}

#Side_slide .menu-btn a {
    color: var(--frankenweiss) !important;
}

#Side_slide a:not(.button):hover {
    color: var(--frankenrot) !important;
}

#Side_slide .menu-btn a:not(.button):hover {
    color: var(--frankenweiss) !important;
}

.responsive-menu-toggle .icon-menu-fine::before {
    color: var(--frankenrot) !important;
}

#Side_slide #menu ul li.current_page_item>a {
    color: var(--frankenrot) !important;
}

#Side_slide #menu ul li.menu-btn.current_page_item>a {
    color: var(--frankenweiss) !important;
}

@media (min-width: 1240px) {
    #Action_bar {
        display: none;
    }
}

@media (max-width: 1239px) {
    #Header {
        display: flex;
    }

    #Action_bar {
        order: 2;
        width: 50%;
        background-color: var(--frankenrot) !important;
    }

    #Action_bar .column {
        padding: 0 !important;
        height: 100%;
    }

    #Action_bar .contact_details {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
        width: 100%;
    }

    #Action_bar .contact_details a {
        color: var(--frankenweiss) !important;
        font-family: "StolzlBold";
    }

    #Action_bar .social {
        display: none;
    }

    #Action_bar .slogan {
        text-align: left;
    }

    #Action_bar .slogan a {
        display: flex;
        align-items: center;
    }

    #Action_bar .slogan a:before {
        content: url(img/frankenpellets-arrow-white.svg);
        transform: rotate(90deg);
        display: block;
        width: 46px;
        height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    #Action_bar .contact_details li.slogan {
        display: block !important;
    }
}

#Side_slide .social {
    display: flex;
    align-items: flex-start;
    column-gap: 5px;
}

#Side_slide .social li a {
    color: #fff;
    background: var(--frankenrot);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Side_slide .social .icon-facebook::before,
#Side_slide .social .icon-instagram::before {
    font-size: 2rem;
}

#Side_slide .social a:hover {
    color: var(--frankenweiss) !important;
}

/* BUTTONS */

.btn-default,
.btn-custom1,
.btn-custom2 {
    color: var(--frankenweiss);
    background-color: var(--frankenrot) !important;
    border: none;
    text-align: center;
    padding: 16px 45px 18px 45px;
    display: inline-block;
    transform: skew(-25deg) translateX(12.5px);
    transition: box-shadow 0.3s ease-in-out;
    font-size: 1rem;
    font-family: "StolzlBold";
}

.btn-custom1 {
    color: var(--frankenblau);
    background-color: var(--frankenweiss) !important;
}

.btn-custom2 {
    background-color: var(--frankenbeige) !important;
}

.btn-default>span,
.btn-custom1>span,
.btn-custom2>span {
    display: inline-block;
    transform: skew(25deg);
}

.btn-default:hover,
.btn-default:focus,
.btn-custom1:hover,
.btn-custom1:focus,
.btn-custom2:hover,
.btn-custom2:focus {
    color: white;
    box-shadow: inset -18em 0 0 0 var(--frankenblau), inset 18em 0 0 0 var(--frankenblau);
}

@media (max-width: 767px) {

    .btn-default,
    .btn-custom1,
    .btn-custom2 {
        padding: 16px 20px 18px 20px;
        font-size: 13px;
    }
}

/* REV SLIDER HERO */

.slider-text {
    font-family: "StolzlBold";
    color: var(--frankenweiss);
}

.slider-hr {
    background-color: var(--frankenweiss);
    height: 2px;
}

@media (max-width: 777px) {
    .slider-hr {
        height: 30px;
        width: 2px;
    }
}

.slider-page {
    font-family: "StolzlRegular";
    color: var(--frankenweiss);
}

@media (min-width: 778px) {
    sr7-img {
        /* clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%) !important; */
        clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    }
}

.rs-arrow-custom img {
    clip-path: none !important;
}

.rs-arrow-custom {
    display: none !important;
    background-color: var(--frankenweiss) !important;
    clip-path: polygon(41% 0, 100% 0%, 100% 100%, 0% 100%) !important;
    width: 68px !important;
    height: 60px !important;
    background: url(/wp-content/uploads/2026/03/frankenpellets-pfeil-rechts-blau.svg) 72% 50% / 30% no-repeat var(--frankenweiss) !important;
}

.rs-arrow-custom:hover {
    cursor: pointer;
}

@media (min-width: 778px) and (max-width: 1400px) {

    .rs-arrow-custom[id*="left"] {
        transform: translateX(71px) translateY(2px) !important;
    }

    .rs-arrow-custom[id*="right"] {
        transform: translateX(-102px) translateY(-30px) !important;
    }

    .slider-page {
        font-size: 12px !important;
    }
}

@media (min-width: 1401px) and (max-width: 1800px) {

    .rs-arrow-custom[id*="left"] {
        transform: translateX(-26px) translateY(-13px) !important;
    }

    .rs-arrow-custom[id*="right"] {
        transform: translateX(-7px) !important;
    }
}

@media (min-width: 1801px) {
    .rs-arrow-custom[id*="left"] {
        transform: translateX(-26px) translateY(-7px) !important;
    }

    .rs-arrow-custom[id*="right"] {
        transform: translateX(-7px) !important;
    }
}

@media (max-width: 777px) {
    .rs-arrow-custom {
        display: none !important;
    }
}

/* footer */

#Footer {
    overflow: visible;
    background-color: var(--frankenrot);
}

.footer_copy .social {
    display: none;
}

#back_to_top {
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 10px #0000008B !important;
    position: absolute;
    top: -400px;
    right: 0;
}

#back_to_top .icon-up-open-big::before {
    content: url(img/frankenpellets-arrow-red.svg);
    font-size: 3rem;
    padding-top: 10px;
}

.copyright {
    width: 100%;
}

.copy-container {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}

.mfn-footer .footer_copy {
    background-color: var(--frankenweiss);
    border: 0;
    color: var(--frankenschwarz);
}

.copy-links {
    display: flex;
    column-gap: 40px;
}

.copy-links a {
    color: currentColor !important;
}

.footer-link a {
    font-size: 1.125rem;
    font-family: "StolzlBold";
    color: white !important;
}

.footer-link a:hover {
    color: white !important;
}

.footer-social-icon {
    display: inline-block;
}

.footer-social-icon:first-child {
    margin-bottom: 5px;
}

.footer-social-icon i {
    width: 60px;
    height: 60px;
    background-color: var(--frankenweiss);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-icon i::before {
    font-size: 2rem;
}

.mfn-footer a:not(.button, .icon_bar, .mfn-btn, .mfn-option-btn):hover {
    color: transparent;
}

.one-fourth:last-child {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .copy-container {
        flex-wrap: wrap;
    }

    .copy-name {
        width: 100%;
        text-align: left;
        order: 2;
    }

    .copy-links {
        order: 1;
        column-gap: 20px;
        margin-bottom: 25px;
    }

    .footer_copy .mobile-one {
        margin-bottom: 0 !important;
    }

    #Footer .container {
        display: flex;
        flex-direction: column;
    }

    .one-fourth:last-child {
        justify-content: flex-start;
    }

    #back_to_top {
        top: -280px;
    }

    .widget {
        margin: 15px 0;
    }

    #Footer .widgets_wrapper {
        padding: 30px 0;
    }
}

/* akkordion */

.vc_tta-panel .vc_tta-panel-title>a {
    color: var(--frankenrot) !important;
    background-color: var(--frankenbeige-20) !important;
}

.vc_tta-panel .vc_tta-panel-body {
    background-color: var(--frankengrau) !important;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 24px !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
    padding: 50px 20px !important;
}

.vc_tta-title-text {
    font-size: 1.875rem;
}

.vc_tta-panel-heading {
    border-radius: 0 !important;
}

.vc_tta-panel-body,
.vc_tta-panel-heading {
    border-width: 0px !important;
}

.vc_tta-panel-title {
    overflow: hidden;
}

@media (max-width: 1239px) {
    .vc_tta-title-text {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .vc_tta-title-text {
        font-size: .875rem;
        line-height: 1rem;
        max-width: 250px;
        display: block;
    }

    .vc_tta.vc_general .vc_tta-panel-title>a {
        padding: 18px 90px 18px 10px !important;
    }
}

.vc_tta-panel li::marker {
    content: '+';
}

.vc_tta-panel li {
    padding-left: 10px;
}

.vc_tta-panel ul {
    margin: 0 0 15px 12px !important;
}

/* KONTAKTFORMULAR */

.wpcf7 .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.wpcf7 .row .col-6 {
    width: 50%;
}

.wpcf7 .row .col-4 {
    width: 100%;
}

.wpcf7 p {
    color: var(--frankenrot);
}

.wpcf7-form-control {
    padding: 16px 20px !important;
}

select:focus {
    background-color: transparent !important;
}

span.wpcf7-form-control-wrap:not([data-cf7apps-honeypot]) {
    margin-bottom: 20px;
    margin-top: 10px;
}

.wpcf7-list-item-label a {
    color: var(--frankenrot);
}

.button-flat input[type="submit"] {
    background-color: var(--frankenrot);
    transition: box-shadow 0.3s ease-in-out;
    font-family: "StolzlBold";
}

.wpcf7 input[type="checkbox"] {
    display: inline;
    position: relative;
    border: 1px solid var(--frankenrot);
    border-radius: 0;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 5px 11.5px !important;
    vertical-align: text-top;
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
}

.wpcf7 input[type=checkbox]:checked {
    background-color: var(--frankenrot);
}

.wpcf7 input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 8px;
    height: 16px;
    border: solid var(--frankenweiss);
    border-width: 0 2px 2px 0;
    margin: -2px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    opacity: 0;
}

.wpcf7 input[type="checkbox"]:checked:before {
    opacity: 1;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance {
    padding: 0 !important;
}

.codedropz-upload-container {
    padding: 65px 20px;
}

.codedropz-upload-handler {
    border: 1px solid var(--frankenrot);
    border-radius: 0;
}

.dnd-upload-counter {
    right: 10px;
}

textarea {
    min-height: 390px;
    min-width: 100%;
}

@media (max-width: 767px) {
    .wpcf7 .row {
        flex-wrap: wrap;
    }

    .wpcf7 .row .col-6 {
        width: 100%;
    }
}

.cf-col-title p {
    font-family: "StolzlBold";
    font-size: 22px;
    line-height: 28px !important;
    margin-bottom: 20px;
}

.wpcf7 hr {
    background-color: var(--frankenrot);
    height: 1px;
    margin: 20px 0px 40px 0px;
}

.pellets-textarea p {
    width: 100%;
}

/* DOWNLOADBUTTON */

.btn-download {
    background-color: var(--frankenbeige-20);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 12px 25px;
}

.btn-download img {
    display: block;
    width: 58px;
    height: auto;
    margin-right: 35px;
}

.btn-download h3 {
    margin: 0;
}

.btn-download__icon {
    right: -20px;
    position: absolute;
    background: var(--frankenrot);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px 0 35px;
    transform: skewX(-25deg);
}

.btn-download__icon img {
    display: block;
    width: 30px;
    height: auto;
    margin-right: 0;
    transform: skewX(25deg);
}

@media (max-width: 767px) {
    .btn-download {
        padding: 12px 86px 12px 12px;
    }

    .btn-download img {
        width: 30px;
        margin-right: 15px;
    }

    .btn-download__icon img {
        margin-right: 0;
    }

    .btn-download__icon {
        padding: 0 33px 0 15px;
    }
}

@media (max-width: 992px) {
    .btn-download {
        padding: 12px 110px 12px 25px;
    }
}

/* KONTAKT */

.add-tel-icon,
.add-mail-icon {
    display: flex;
    color: var(--tiefblau);
    width: fit-content;
}

.add-tel-icon:hover,
.add-mail-icon:hover {
    color: var(--tiefblau);
}

.add-tel-icon::before {
    content: url(/wp-content/uploads/2026/06/icon-telefon.svg);
}

.add-mail-icon::before {
    content: url(/wp-content/uploads/2026/06/icon-mail.svg);
}

.add-tel-icon::before,
.add-mail-icon::before {
    background: var(--frankenrot);
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

/* MAPS */

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}

.google-map-layout>.vc_col-md-6 {
    padding-right: 0 !important;
}

.google-map-layout>.vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.google-map-layout>.vc_col-sm-6 .vc_column-inner {
    padding-top: 0 !important;
}

.google-map-layout>.vc_col-sm-6:last-child {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: nowrap;
}

.wpb_map_wraper {
    width: 50vw;
    max-width: 50vw;
}

@media (min-width: 992px) {
    .google-map-layout>.vc_col-sm-6:first-child {
        padding-right: 150px;
    }
}

@media (max-width: 991px) {
    .wpb_map_wraper {
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 500px;
        overflow: hidden;
    }

    .google-map-layout {
        flex-direction: column;
        gap: 30px;
    }

    .google-map-layout>.vc_col-sm-6:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
}

#Content ul li {
    color: var(--frankenschwarz);
    list-style: '+';
    padding-left: 12px;
}

#Content ul li::marker {
    font-weight: 700;
}

#Content ul {
    margin: 0 0 0 12px;
}

.swiper-button-prev,
.swiper-button-next {
    display: none !important;
}

.swiper-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    bottom: 80px !important;
}

.swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 10px !important;
    height: 10px !important;
    background: var(--frankenweiss) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: var(--frankenrot) !important;
    width: 15px !important;
    height: 15px !important;
}

.parallax-red-box .vc_column-inner {
    padding-top: 35px !important;
}

@media (max-width: 1239px) {
    .parallax-red-box .vc_column-inner {
        padding: 35px !important;
    }
}

.vc_tta-controls-icon {
    height: 100% !important;
    width: 120px !important;
    background: var(--frankenrot);
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    right: 0 !important;
}

.vc_tta-controls-icon::before {
    display: none !important;
}

.vc_tta-controls-icon::after {
    content: url(img/frankenpellets-pfeil-rechts-weiss.svg) !important;
    display: block;
    width: 20px;
    height: 20px;
    border-style: none !important;
    border-width: 0 !important;
    left: 50% !important;
    top: 50% !important;
    transform: rotate(90deg) translate(-50%, -50%) !important;
    transition: none!important;
}

.vc_tta-panel.vc_active .vc_tta-controls-icon::after {
    display: block !important;
    transform: rotate(270deg) translate(50%, -20%) !important;
}

@media (max-width: 767px) {
    .vc_tta-controls-icon {
        width: 80px !important;
    }
    .vc_tta-controls-icon::after {
        left: 44% !important;
    }
}

.swiper--pb {
    padding-bottom: 0rem;
}

@media (max-width: 1239px) {
    .fp-asp .vc_col-sm-1\/5 {
        width: 100%;
    }
}