/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


 /* ----------------------------------------------
   HEADER UND NAVIGATION
---------------------------------------------- */
#header-menu-1 {
    margin-left: 0 !important;
}

.ct-header-text {
    background: var(--theme-palette-color-3);
    color:#fff !important;
    padding: 6px 10px !important;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.home-intro-header h1 em {
    font-style: normal;
    font-size: 2rem;
    line-height: 2rem;
    display: block;
    font-weight: 600;
}

#home-intro-button svg {
    animation: infinite;
    animation-name: home-arr-ani;
    animation-duration: 2s;
}

@keyframes home-arr-ani {
    0%   { transform: translateX(0); }
    50%   { transform: translateX(15px); }
    100%   { transform: translateX(0); }
}

#home-intro-header-mobile h1 {
    text-align: left;
}

#menu-main-menu .menu-item a {
    text-transform: uppercase;
}

.tel-button i {
    background:#fff;
    color:chocolate;
    display: inline-block;
    font-size:10px;
    font-style: normal;
    padding: 1px 3px;
    margin-right:2px;
}


/* ----------------------------------------------
   CONTENTS
---------------------------------------------- */

/* CAPS -------------------------------------- */
.start-with-big-letter p::first-letter {
    float: left; /* Lässt das Zeichen schweben */
    line-height: 1; /* Passt die Zeilenhöhe an */
    font-size:4rem;
    font-weight: 600;
    color:#fff;
    background: chocolate;
    padding: 1rem 0.6rem 0.5rem 0.6rem;
    margin-top:-1.4rem;
    margin-right:0.8rem;
}


/* CAROUSELS --------------------------------- */
#sl-ma-carousel .stk-img-figcaption {
    background:rgba(255,255,255,0.75);
    bottom: 10px;
    left:10px;
    width: calc(100% - 20px);
    color: #333;
    text-transform: uppercase;
    font-size:20px;
    line-height:20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    position: absolute;
    padding:25px 20px 30px 20px;
    text-align: center;
}

#sl-ma-carousel .stk-img-figcaption em {
    display: block;
    font-style: normal;
    font-size:12px;
    line-height:12px;
    padding-bottom:4px;
    opacity: 0.8;
    letter-spacing: normal;
}


.sl-impressum-kontaktdaten em {
    display: inline-block;
    width: 100px;
    font-style: normal;
}


/* DATENSCHUTZ TEXT--------------------------- */
#sl-datenschutz-content h2 {
    padding-top:2.1rem;
    padding-bottom:0;
}

#sl-datenschutz-content h3 {
    padding-top:1.8rem;
    padding-bottom:1.4rem;
}

#sl-datenschutz-content ul {
    list-style: square outside;
    padding:20px;
}


#sl-datenschutz-content ul li {
    padding-left:20px;
}

#sl-datenschutz-content ul li::marker {
    color:var(--theme-palette-color-1);
}



/* GALLERY IMAGES ---------------------------- */
.wp-block-gallery .wp-block-image a img {
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.wp-block-gallery .wp-block-image a:hover img {
    opacity: .5;
}


/* LISTS ------------------------------------- */
.sl-feature-list ul li {
    border-bottom:2px dotted rgba(0,0,0,0.3);
    padding:5px 0;
}

.sl-feature-list ul li:last-child {
    border-bottom:none;
}



/* ----------------------------------------------
   FOOTER
---------------------------------------------- */
#footer-cta {
    width:100%;
}

#block-52 p {
    position: relative;
}

.footer-kontaktdaten span {
    padding-left:44px;
    display: block;
    position: relative;
}

.footer-kontaktdaten span em {
    display: block;
    font-style: normal;
    font-weight:600;
    font-size:12px;
    line-height:12px;
    background:var(--theme-palette-color-3);
    color:#fff;
    padding:4px 0 4px 0;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    width:34px;
    top:8px;
    text-align: center;
}

.footer-kontaktdaten br {
    display: none;
}



#menu-footer-navi li a {
    color:var(--theme-palette-color-3);
    font-size: var(--stk--preset--font-size--medium, 20px) !important;
    padding-left:28px;
    position: relative;
}

#menu-footer-navi li a::before {
    content:'';
    display: block;
    width: 12px;
    height:12px;
    background:var(--theme-palette-color-3);
    position: absolute;
    left: 0;
    top:8px;
}

#menu-footer-navi li a:hover::before {
    background:var(--theme-palette-color-1);
}


#menu-footer-navi li a:hover {
    color:var(--theme-palette-color-1);
}



.wpforms-form label {
    font-size:18px;
}

.wpforms-form input, .wpforms-form textarea {
    background:#fff !important;
    border-width:2px !important;
    font-size:18px !important;
    line-height:22px !important;
}

.wpforms-field-gdpr-checkbox ul {
    list-style: none !important;
    padding: 0 0 50px 0 !important;
}

.wpforms-submit-container button {
    font-size: 22px;
    padding: 15px 30px;
}


#wpforms-217-field_11_1:checked {
  background-color: var(--theme-palette-color-1) !important; 
  border-color: var(--theme-palette-color-1);
}

#wpforms-217-field_11_1:checked::after {
  content: '\2713'; /* Unicode für Häkchen */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white !important; /* Farbe des Hakens */
  font-size: 15px;
}

#wpforms-confirmation-217 {
    background-color: var(--theme-palette-color-1) !important; 
    color:#fff !important;
    font-size:22px;
    line-height:32px;
    padding:25px;
}




/* ----------------------------------------------
   RESPONSIVE ANPASSUNGEN
---------------------------------------------- */
@media (max-width: 1299.98px) {
    #home-intro-header h1 {
        font-size: 4rem !important;
        line-height: 4rem !important;
    }

    #home-intro-header h1 em {
    font-size: 1.4rem;
    line-height: 1.7rem;
    }

    #home-intro-button a {
        padding: 12px 30px !important;
    }

    #home-intro-button a span {
        font-size:18px !important;
    }

}


@media (max-width: 999.98px) {
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    --columns-gap: 90px;
    }

    [data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] {
        display: none;
    }
}


@media (max-width: 639.98px) {
    #home-intro-header-mobile h1 {
        font-size: 4.5rem !important;
        line-height: 4.5rem !important;
    }

    #home-intro-header-mobile h1 em {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }

    #home-intro-button {
        width:100%;
    }

    #home-intro-button .stk--svg-wrapper {
        display: none;
    }
}