/*
 Theme Name:       Foxiz Child
 Theme URI:        https://foxiz.themeruby.com
 Description:      Child Theme für Foxiz 
 Author:           Kaan
 Author URI:       https://digitaleformate.de/
 Template:         foxiz
 Version:          1.0.0
 Text Domain:      foxiz-child
*/


html, body {
  overflow-x: hidden !important;
}


.s-title.fw-headline {
	max-width: 1000px;
}

.collapse-copyright {
	display: none;
}


.flatpickr-am-pm {
	display: none;
}


.rb-small-container {
    max-width: 1540px;
}


.elementor-1481 .elementor-element.elementor-element-3684dd8 .elementor-button[type="submit"] {
    color: #ffffff;
    border-color: var(--e-global-color-accent) !important;
    background-color: var(--e-global-color-accent) !important;
}



.envira-gallery-search-container .envira-gallery-search-form .envira-image-search-button {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #E6007E !important;
    border-radius: 7px;
    cursor: pointer;
}

.envira-gallery-wrap .envira-album-title {
    text-align: left !important;
    margin: 5px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}



.search-icon-svg, .login-icon-svg, .popup-trigger-svg, .cart-icon-svg, .notification-icon-svg {
    font-size: var(--wnav-size);
    min-width: 1em;
    height: 1em;
    color: inherit;
    background-color: rgb(0 0 0);
    background-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.burger-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 16px;
    color: #000000;
}
.e-ct-outer {
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.elementor-slideshow__title {
	display: none;
}

.sqview {
	display: none;
}

.reaction-title.h6 {
	display: none;
}


.is-form-layout .live-search-response {
    position: absolute;
    z-index: 1000;
    top: calc(100% + 2px);
    right: 0;
    left: 0;
    display: none;
    color: var(--body-color);
    border-top: none;
    border-radius: var(--round-5);
    background: var(--subnav-bg);
    background: -webkit-linear-gradient(left, var(--subnav-bg-from) 0%, var(--subnav-bg-to) 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 4px 30px var(--shadow-12);
}

.comment-form-comment textarea {
    height: 120px !important; /* Höhe nach Wunsch anpassen */
}

/* Lightbox Fotoalbum */

#eventbox-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.92);
    display:none;
    z-index:999999;
}

#eventbox-lightbox.active{
    display:block;
}

.epl-backdrop{
    position:absolute;
    inset:0;
}

.epl-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-width:90vw;
    max-height:90vh;
    text-align:center;
}

.epl-image{
    max-width:90vw;
    max-height:70vh;
}

.epl-like-area{
    margin-top:10px;
}

.epl-count{
    color:#fff;
    margin-top:10px;
}

.epl-close,
.epl-prev,
.epl-next{
    position:absolute;
    background:rgba(255,255,255,0.2);
    border:0;
    color:#fff;
    padding:10px;
    cursor:pointer;
    font-size:22px;
}

.epl-close{
    top:20px;
    right:20px;
}

.epl-prev{
    top:50%;
    left:20px;
    transform:translateY(-50%);
}

.epl-next{
    top:50%;
    right:20px;
    transform:translateY(-50%);
}

/* Werbung */
.epl-ad-top{
    margin-bottom:20px;
}