/*
        Theme Name: websay
        Description: Theme for websay
        Author: SAY Media Consulting
        Author URI: https://www.say-consulting.de
        Template: twentytwentyfive
        Version: 1.0
        Tags:
*/
:root{
    --arrow-width: calc(1em - 3px);
    --slider-arrow-width: 24px;
    --color-idividual: #f00;
}
*{
    transition: .2s all ease;
}
footer{
    margin-block-start: 0;
}
input[type="text"], input[type="email"], input[type="tel"],
textarea{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5em;
    border-radius: 15px;
    margin-bottom: 1em;
    border: solid 1px #ddd;
    box-shadow: 15px 10px 0px rgba(0, 0, 0, 0.03);
}
input[type="checkbox"]{
    display: inline-block;
    margin-right: 5px;
}
input, textarea{
    margin-top: 0;
    margin-block-start: .5em !important;
}
.pers_data label{
    font-weight: 600;
    font-size: 1em;
}
textarea{
    min-height: 200px;
}
svg.custom-splitter path{
    fill: var(--wp--preset--color--custom-schwarz);
}
.custom-splitter-top{
    transform: translateY(10px);
}
.has-outline{
    outline: solid 10px var(--wp--preset--color--custom-gelb);
    outline-offset: 100px;
}
.has-z-index-2{
    position: relative;
    z-index: 2;
}
.has-box-shadow{
    --box-shadow-value:
        0 3.7px 3.4px rgba(0, 0, 0, 0.031),
        0 10.3px 9.3px rgba(0, 0, 0, 0.045),
        0 24.7px 22.3px rgba(0, 0, 0, 0.059),
        0 82px 74px rgba(0, 0, 0, 0.09);
    box-shadow: var(--box-shadow-value);
}
.is-fit-cover{
    height: 100%;
}
.is-fit-cover img{
    object-fit: cover;
    height: 100% !important;
}
.thick-hr{
    border-width: 0 0 15px 0 !important;
}
.translate-right{
    transform: translate(100px, -100px);
    position: relative;
}
.no-display{
    display: none !important;
}
.wp-block-button:hover{
    scale: 1.05;
}
.wp-block-button:hover .wp-block-button__link{
    border-color: var(--wp--preset--color--custom-gelb);
    outline: solid 1px #fff;
    outline-offset: 5px;
    color: var(--wp--preset--color--custom-gelb) !important;
}
.background-svg{
    opacity: .03;
}
.background-svg .mouse{
    display: none;
}
.position-relative{
    position: relative;
    overflow: hidden;
}
.background-svg-pattern{
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 0;
    transform: rotate3d(0, 0, 1, 50deg);
    scale: 5;
}
.background-svg-pattern .st0{
    fill: #fff;
    opacity: .1;
}
.columns-vertical-splitter .wp-block-column{
    position: relative;
}
.columns-vertical-splitter .wp-block-column:not(:last-child)::after{
    content: '';
    height: 400px;
    width: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 25px;
    right: -25px;
}


.schritte-cols .wp-block-column:nth-of-type(1),
.schritte-cols .wp-block-column:nth-of-type(2){
    position: sticky;
}
.schritte-cols .wp-block-column:nth-of-type(1){
    top: 30vh;
}
.schritte-cols .wp-block-column:nth-of-type(2){
    top: 15vh;
}
.schritte-grid .sticky-scroll{
    height: 800px;
    position: sticky;
    justify-self: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 1px #ddd;
}
.schritte-grid .sticky-scroll::before,
.schritte-grid .sticky-scroll::after{
    position: absolute;
    font-size: 50px;
    font-weight: 800;
    color: #ccc;
}
.schritte-grid .sticky-scroll::after{
    top: 10px;
    left: 30px;
}
.schritte-grid .sticky-scroll::before{
    top: 90px;
    left: 10px;
    writing-mode: vertical-rl;
}
.schritte-grid .sticky-scroll:nth-of-type(1)::after{
    content: '1';
}
.schritte-grid .sticky-scroll:nth-of-type(1)::before{
    content: 'Paketauswahl';
}
.schritte-grid .sticky-scroll:nth-of-type(2)::after{
    content: '2';
}
.schritte-grid .sticky-scroll:nth-of-type(2)::before{
    content: 'Modulauswahl';
}
.schritte-grid .sticky-scroll:nth-of-type(3)::after{
    content: '3';
}
.schritte-grid .sticky-scroll:nth-of-type(3)::before{
    content: 'Zusatzpakete';
}
.schritte-grid .sticky-scroll:nth-of-type(4)::after{
    content: '4';
}
.schritte-grid .sticky-scroll:nth-of-type(4)::before{
    content: 'Daten & Content';
}
.schritte-grid .sticky-scroll:nth-of-type(1){
    top: 15vh;
    width: 100%;
}
.schritte-grid .sticky-scroll:nth-of-type(2){
    top: 20vh;
    width: 90%;
}
.schritte-grid .sticky-scroll:nth-of-type(3){
    top: 25vh;
    width: 80%;
}
.schritte-grid .sticky-scroll:nth-of-type(4){
    top: 30vh;
    width: 70%;
}
.schritte-grid .sticky-scroll:nth-of-type(5){
    top: 35vh;
    width: 60%;
}
.schritte-grid svg{
    width: 100%;
    fill: var(--wp--preset--color--custom-gelb);
}
.schritte-grid .sticky-scroll:nth-child(1) svg{
    transform: translateX(-7%);
}
.schritte-grid .sticky-scroll:nth-child(3) svg{
    transform: translateX(7%);
}
.wp-block-column .svg-container{
    position: relative;
    display: flex;
    justify-content: center;
}
.table-border table{
    border: 5px solid transparent;
}
.table-border table td{
    padding: 1.5em;
}
.preise-cols .wp-block-column svg{
    fill: #FFF;
    height: 200px;
}
.preise-cols .wp-block-column .svg-container{
    align-items: center;
}
.preise-cols .wp-block-column{
    position: relative;
    overflow: hidden;
}
.preise-cols .wp-block-column:hover{
    scale: 1.05;
}
.preise-cols .wp-block-column:nth-child(1){
    background: linear-gradient(
        10deg,
        rgba(255, 239, 213, 0.3) 0%,
        rgba(205, 127, 50, 0.8) 20%,
        rgba(139, 69, 19, 0.4) 50%,
        rgba(205, 127, 50, 0.8) 80%,
        rgba(255, 239, 213, 0.3) 100%
        ),
        radial-gradient(
        circle at top left,
        rgba(255, 255, 255, 0.2),
        transparent 70%
        ),
        radial-gradient(
        circle at bottom right,
        rgba(0, 0, 0, 0.2),
        transparent 70%
        );
    background-color: #b87333;
}
.preise-cols .wp-block-column:nth-child(2){
    background: linear-gradient(
        340deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(192, 192, 192, 0.8) 20%,
        rgba(169, 169, 169, 1.0) 50%,
        rgba(192, 192, 192, 0.8) 80%,
        rgba(255, 255, 255, 0.4) 100%
        ),
        radial-gradient(
        circle at top left,
        rgba(255, 255, 255, 0.2),
        transparent 70%
        ),
        radial-gradient(
        circle at bottom right,
        rgba(0, 0, 0, 0.2),
        transparent 70%
        );
    background-color: #c0c0c0;
}
.preise-cols .wp-block-column:nth-child(3){
    background: linear-gradient(
        150deg,
        rgba(255, 250, 205, 0.3) 0%,
        rgba(255, 215, 0, 0.8) 20%,
        rgba(184, 134, 11, 0.5) 50%,
        rgba(255, 215, 0, 0.8) 80%,
        rgba(255, 250, 205, 0.3) 100%
        ),
        radial-gradient(
        circle at top left,
        rgba(255, 255, 255, 0.2),
        transparent 70%
        ),
        radial-gradient(
        circle at bottom right,
        rgba(0, 0, 0, 0.2),
        transparent 70%
        );
    background-color: #FFD700;
}
.preise-cols .wp-block-column::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 15px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    animation: ease 4s shine infinite;
}
@keyframes shine{
    0%{
        top: -100%;
    }
    20%{
        top: 100%;
    }
    100%{
        top: 100%;
    }
}
.faq-cols .wp-block-column .wp-block-image{
    position: relative;
}
.faq-cols .wp-block-column .wp-block-image::before,
.faq-cols .wp-block-column .wp-block-image::after{
    position: absolute;
    content: '';
    background-color: #00000020;
    z-index: -1;
    height: 150px;
    width: 250px;
    border-radius: 25px;
}
.faq-cols .wp-block-column .wp-block-image::before{
    left: 0em;
    top: 0em;
}
.faq-cols .wp-block-column .wp-block-image::after{
    right: 3em;
    bottom: -3em;
}
.schema-faq-section:not(:last-of-type){
    border-bottom: solid 1px #000;
}
.schema-faq-section .schema-faq-question{
    display: block;
    margin-top: 1em;
    font-weight: 600;
}
.grp_steps:not(.active){
    display: none;
}
.flex-column{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 3em;
}
.flex-column div{
    margin: 0;
    flex-basis: 25%;
}

/*------------------------------------------------------------------------------Konfigurator*/
.custom-checkbox fieldset{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: var(--wp--preset--spacing--30);
    max-width: 100% !important;
}
.custom-checkbox fieldset div{
    display: flex;
    align-items: center;
    position: relative;
    /*margin-right: 1em;*/
}
.custom-checkbox fieldset label{
    position: absolute;
    z-index: 1;
    margin: 0;
    aspect-ratio: 1/1;
    text-align: center;
    align-content: center;
    border: solid 1px #000;
    border-radius: 15px;
    width: 100%;
    font-weight: 500;
    padding:    var(--wp--preset--spacing--20);
    box-sizing: border-box;
}
.custom-checkbox fieldset input{
    opacity: 0;
    width: 150px;
    height: 150px;
    z-index: 2;
    cursor: pointer;
    margin: 0;
    margin-block-start: 0 !important;
}
.custom-checkbox fieldset label::before{
    content: '';
    background-size: cover !important;
    width: 40px;
    height: 40px;
    z-index: 0;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 1em;
}
.custom-checkbox fieldset label.icon-text::before{
    background: url('https://websay.de/wp-content/uploads/2025/09/custom-icon-text.png');
}
.custom-checkbox fieldset label.icon-image::before{
    background: url('https://websay.de/wp-content/uploads/2025/09/custom-icon-bild.png');
}
.custom-checkbox fieldset label.icon-image-text::before{
    background: url('https://websay.de/wp-content/uploads/2025/09/custom-icon-bild-text.png');
}
.custom-checkbox fieldset label.icon-slider::before{
    background: url('https://websay.de/wp-content/uploads/2025/09/custom-icon-bild-text.png');
}
.custom-checkbox fieldset label.icon-faq::before{
    background: url('https://websay.de/wp-content/uploads/2025/09/custom-icon-faq.png');
}
.custom-checkbox fieldset label.icon-gallery::before{
    background: url('https://websay.de/wp-content/uploads/2025/09/custom-icon-galerie.png');
}
.custom-checkbox fieldset input:checked ~ label{
    filter: invert(1);
}
.form_steps .active{
    transform: scale(1.2);
}
.form_steps .present{
    background: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--accent-1);
    border-color:  var(--wp--preset--color--contrast);
}
fieldset{
    border: none;
}
.form_steps > div{
    cursor: pointer;
}
input[type="submit"], button{
    background-color: var(--wp--preset--color--contrast);
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-size: var(--wp--preset--font-size--medium);
    padding: 1rem 2.25rem;
    border-radius: 50px;
    cursor: pointer;
}
.acc-box:not(.active) > .wp-block-group:nth-child(2){
    display:none
}
.acc-box > .wp-block-group:nth-child(1):hover{
    cursor: pointer;
    transform: scale(1.03);
}

.is_color_individual{
    color: var(--color-idividual) !important;
}

.scheme_dark .scheme_bg_area, .scheme_dark .has-base-background-color{
    background: #111 !important;
    color: #fff;
}

.scheme_dark .scheme_fore_color, .scheme_dark .is_color_main_foreground, .scheme_dark .has-accent-4-color{
    color: #fff !important;
}

.scheme_dark .has-border-color{
    border-color: #dedede !important;
}
.template_grp_part_radios{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.template_grp_part_radios fieldset{
    display: flex;
    gap: 1em;
    justify-content:  center;
}
.dyngrp_t_p{
    position: relative
}
