/*
Theme Name:   Customizr Pro Child
Description:  Customizr Pro Child Theme
Template:     customizr-pro
Version:      1.0.0
*/
@import url("../customizr-pro/style.css");

/* Header Transparent */
.page-id-934 .footer__wrapper{
 background-color:rgba(49, 49, 49, 0.574);
}

.footer-skin-dark .footer__wrapper #colophon{
 background-color:rgba(36, 36, 36, 0.101);
}

.tc-header:not(.header-transparent){
 background-color:rgba(0, 0, 0, 0)!important;
 box-shadow: none !important;
}

.header-skin-dark .sticky-transparent.is-sticky .desktop-sticky{
 background-color:rgba(0, 0, 0, 0);
}


/*  Spitzes Bild Desktop */
.cb-image {
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 67% 100%, 0 90%);
}
.cb-image img {
    width: 100%;
    height: auto;
    clip-path: inherit;
}

/*  Spitzes Bild Mobil */
@media (max-width: 979px) {
    .cb-image {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 67% 100%, 0 90%);
}
	
/*________________________________________________________________________*/

.fade-in-up {
  opacity: 0;
}



