/*
 Theme Name:   Divi/Child
 Theme URI:    https://www.understood.biz
 Description:  A Child Theme built for Divi
 Author:       Understood
 Author URI:   https://www.understood.biz
 Template:     Divi
 Version:      3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* CUSTOMIZE DIVI FULL WIDTH SLIDER */
.et_pb_slide_image, .et_pb_slide_video {
    display: block !Important; 
}

 .et-pb-slider-arrows a.et-pb-arrow-prev,
 .et-pb-slider-arrows a.et-pb-arrow-next {
	opacity: 1;
  
}
 .et-pb-slider-arrows a.et-pb-arrow-prev {
	left: 22px !important;
}

 .et-pb-slider-arrows a.et-pb-arrow-next {
	right: 22px !Important;
}
 .et-pb-slider-arrows a.et-pb-arrow-prev:before,
 .et-pb-slider-arrows a.et-pb-arrow-next:before {
  color: #777 !Important; 
}


.et-pb-slider-arrows a.et-pb-arrow-next:before {
  content: url(https://bauelemente-nicklas.de/wp-content/uploads/2024/03/right.svg);
      height: 50px; 
    width: 50px; 
    display: block !Important; 
}


.et-pb-slider-arrows a.et-pb-arrow-prev:before {
  content: url(https://bauelemente-nicklas.de/wp-content/uploads/2024/03/left.svg);
      height: 50px; 
    width: 50px; 
    display: block !Important; 
}

/* CUSTOMIZE DIVI PRO GALLERY WITH BUTTONS OUTSIDE */

#gallery-pro-btn-outside .splide__arrow svg {
    display: none; 
}


#gallery-pro-btn-outside .splide__arrow  { 
    background: none !Important; 
    border: none !important; 
    border-radius: none !important; 
    height: 50px !important; 
    width: 50px !important; 
}



#gallery-pro-btn-outside .splide__arrow--prev {
    margin-left: -50px;
}

#gallery-pro-btn-outside .splide__arrow--next {
    margin-right: -50px !important;
}

#gallery-pro-btn-outside .splide__arrow--prev:after{
    content: url(https://bauelemente-nicklas.de/wp-content/uploads/2024/03/left.svg);
    height: 50px; 
    width: 50px; 
    display: block !Important; 
}

#gallery-pro-btn-outside .splide__arrow--next:after {

    content: url(https://bauelemente-nicklas.de/wp-content/uploads/2024/03/right.svg);
    height: 50px; 
    width: 50px; 
    display: block !Important; 
}


/* CUSTOMIZE DIVI PRO GALLERY WITH BUTTONS INSIDE */
#gallery-pro-btn-inside .splide__arrow svg {
    display: none; 
}

#gallery-pro-btn-inside .splide__arrow  { 
    background: rgba(0,0,0,0.8) !Important; 
    border: none !important; 
    border-radius: none !important; 
    height: 50px !important; 
    width: 50px !important; 
}

#gallery-pro-btn-inside .splide__arrow--prev:after{
    content: url(https://bauelemente-nicklas.de/wp-content/uploads/2024/03/left-w.svg);
    height: 50px; 
    width: 50px; 
    display: block !Important; 
}

#gallery-pro-btn-inside .splide__arrow--next:after {

    content: url(https://bauelemente-nicklas.de/wp-content/uploads/2024/03/right-w.svg);
    height: 50px; 
    width: 50px; 
    display: block !Important; 
}

/* SCROLL BUTTON */

#scroll-btn {
	transform: translatey(0px);
	animation: float 2.4s ease-in-out infinite;
}

@keyframes float {
	0% {
        opacity:1;
		transform: translatey(-10px);
	}

	50% {
opacity: 1; 
 transform: translatey(20px);
	}

    100% {
opacity: 1; 
		transform: translatey(-10px);
	}    
}


/* BTT BUTTON */ 
.et_pb_scroll_top.et-pb-icon {
    border-radius: 0 !important;
    background: black; 
    padding: 20px; 
}

/* GALLERY SLIDER PRO FIT. ITEMS */

body .pdgp-gallery-slider .pdgp-item-bg {
    padding-top: 100%;
    background-position: 50%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* Menu cta button */ 


.kontakt-button a {
    background: #006751!important;
    color: #efefef!important;
    font-weight: 600!important;
    top: -12px!important;
    padding: 15px 25px 17px!important;
    border-width: 0px!important;
    border-radius: 30px;
    max-width: auto;
    text-align: center;
}

.kontakt-button {
    float: right!important;
    margin-top: -4px;
}


/*Top-Header rechts ausrichten */
#et-info {
  float: right;
}