css fade background color to transparent

Next, the page will need content to style. In order to remove interactivity from the element, youll add a pointer-events property with a value of none to the .modal-container selector. See the Pen Text Opacity CSS by Christina Perricone (@hubspot) on CodePen. To do so, you simply add an a to the rgb() prefix and add four values inside the parentheses. Is that correct? How do I make a placeholder for a 'select' box? One of these properties is the background-image, meaning the values of a linear-gradient on this property cannot animate. http://nettuts.s3.amazonaws.com/581_cssTransitions/demos.html. If youd like to specify the opacity of the border of an element and nothing else, then you need to use the CSS shorthand border property and RGBA color values. This will create a lightened overlay on top of the gradient, providing definition to the header. Try changing the opacity and alpha channel values in the below examples to see more or less of the background image behind the box. In the example below, youll see three images. Then the display: flex on the .modal-container combined with the margin: auto on the .modal selector will center the content to the page both vertically and horizontally. Youll just need to be familiar with some HTML and CSS. Are there any canonical examples of the Prime Directive being broken that aren't shown on screen? To set the opacity of a background, image, text, or other element, you can use the CSS opacity property. Why do men's bikes have high bars where you can hit your testicles while women's bikes have the bar much lower? Background gradient. 565), Improving the copy in the close modal and post notices - 2023 edition, New blog post from our CEO Prashanth: Community is the future of AI. Once the #disclaimer is added to the URL, then the :target in the CSS will activate. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. What was the actual cockpit layout and crew of the Mi-24A? The following example shows a linear gradient that starts at the top. Instead, youd use the background property and RGBA color values. On what basis are pardoning decisions made by presidents or governors when exercising their pardoning power? 5. Here, an image goes from transparent to full opacity over the course of a few seconds: 1. CodeIgniter: Getting Started With a Simple Example, How To Install Express, a Node.js Framework, and Set Up Socket.io on a VPS, Simple and reliable cloud website hosting, Managed web hosting without headaches. hbspt.cta._relativeUrls=true;hbspt.cta.load(53, '171e7e0d-2d0a-4b92-bb74-41bdc999dad4', {"useNewLoader":"true","region":"na1"}); Get the tools and skills needed to improve your website. How To Create a Blurry Background Image Step 1) Add HTML: Example <div class="bg-image"></div> <div class="bg-text"> <h1> I am John Doe </h1> <p> And I'm a Photographer </p> </div> Step 2) Add CSS: Example body, html { height: 100%; } * { box-sizing: border-box; } .bg-image { /* The image used */ background-image: url ("photographer.jpg"); with the gradient effect. Start by opening index.html to create the contents of the modal. When combined with the animation or transition property, you can use the opacity property to make an element change from completely transparent to completely opaque (or vice versa) over a period of time. defines the transparency of the color: 0 indicates full transparency, 1 An alpha channel is like the opacity property, but instead is an additional segment for a color value defined via rgb(), hsl(), or hexadecimal. You can adjust 5s to any span of time you want. The .button class already has a change in the background-color between its selector and the .button:hover. Throughout this tutorial, you used the opacity property and many color values with alpha channels. Hexadecimal color values consist of three pairs of a combination of 0 to 9 or a to f and equate to a number ranging from 0 to 255. Save these updates to styles.css and then return to your index.html file in the browser and refresh the page. By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. 0 is completely transparent and 1 is completely opaque. CSS gradients let you display smooth transitions between two or more specified colors. Then, once the modal is visible, it will need to be able to receive interaction events again. What is Wario dropping at the end of Super Mario Land 2 and why? See the Pen Fade-in Text Transition Using CSS by HubSpot (@hubspot) on CodePen. If Connect and share knowledge within a single location that is structured and easy to search. This guide will help you to understand the ways to make a box semi-transparent using CSS. top, to right, to left, to bottom right, etc.). That's called a fade-in animation, and it can be used on images, text, and other page elements too. Then go to the .modal-container class selector. This worked for me so far. Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. Save these changes to styles.css and refresh the page in your browser. The various color values that support alpha channels are helpful for when a color still needs to be identifiable. Add the highlighted CSS in the following code block to your .modal selector block: This shadow drops down the x-axis by 1rem and spreads out the blur 2rem. This stylistic effect allows for images or text on your website to gradually appear or disappear. "to top". rev2023.4.21.43403. Free and premium plans, Customer service software. Can someone explain why this point is giving me 8.3V? But fade-in animation, in particular, offers plenty of flexibility: you can create image fades, text fades, hovering fades, scrolling fades, and background fades. The fourth value ranging from 0 to 1 sets the transparency of the color. 4. See the Pen BaWwYVw by Christina Perricone (@hubspot) on CodePen. RGB color codes is one way you can change the text coloror background colorof a web page in CSS. How do I combine a background-image and CSS3 gradient on the same element? In the next section, you will use colors with alpha channels to make the modal more translucent. Direction - Top to Bottom (this is default). Free and premium plans, Operations software. Then, use a CSS3 transform to animate the opacity of the first div to zero. well. The element provides the browser with the title of the page. See pricing, Marketing automation software. A value of 0deg is equivalent to 6. This work is licensed under a Creative Commons Attribution-NonCommercial- ShareAlike 4.0 International License. Another way to set the opacity of an element is using RGBA color values. Note: When using the opacity property to add transparency to hbspt.cta._relativeUrls=true;hbspt.cta.load(53, '171e7e0d-2d0a-4b92-bb74-41bdc999dad4', {"useNewLoader":"true","region":"na1"}); Get the tools and skills needed to improve your website. The following animation shows how this is rendered in the browser: Now, to add the gradient, go back to styles.css in your text editor. 565), Improving the copy in the close modal and post notices - 2023 edition, New blog post from our CEO Prashanth: Community is the future of AI. The opacity property is an older property that allows translucency to be placed on an element and its contents. Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. Find centralized, trusted content and collaborate around the technologies you use most. This page was last modified on Feb 23, 2023 by MDN contributors. You can use the fade-in-text class on any text element you want to apply this effect to. One is set to be 40% see-through and then change to 100% opaque when the user hovers over it. In web browsers, the id attribute on an HTML element can be referenced in the URL as denoted by the pound or hash symbol (#). You dont want it to be something you throw into the mix just to add some flash to your website. If you want to create contrast and make text pop on your website, then you can use the CSS opacity property or RGBA or HSLA color values to control the opacity of different elements on the page. In many cases you will only want to make the background color itself partly transparent, keeping the text and other elements fully opaque. The author selected the Diversity in Tech Fund to receive a donation as part of the Write for DOnations program. Connect and share knowledge within a single location that is structured and easy to search. instead. You will use sample content from Sagan Ipsum as filler copy to use with the styles. So consider this: Since animation involves movement, its nearly impossible to ignore this type of design. The numbers in the table specify the first browser version that fully supports the property. The way the page is structured now, the modal will capture all click and touch events coming from a mouse or touchscreen interaction. Any ideas using css3 transitions/transforms? Try another search, and we'll give it our best shot. Then, on the <a href="#" class="button"> element, change the href value from # to #disclaimer. Fade image to transparent like a gradient. In CSS, set the margin and padding of the body to 0. The opacity property is frequently used with the :hover selector to style an image. Fade-in animation can be a powerful tool when telling a meaningful story and improving engagement. Start by adding a display property set to block, which allows the <a> to be more visually configurable. By adding a .bg-gradient class, a linear gradient is added as background image to the backgrounds. In order for the .modal-container:target to activate, the same element needs an id element, and the page needs a way to trigger that URL. Using CSS, can you apply a gradient mask to fade to the background over text? Well take a look at this method below. You can use the CSS opacity property to make the background of an element more transparent (or less). Published: Content available under a Creative Commons license. But, dont add unnecessary animation to your website just for the sake of using animation. Large text is defined as 18.66px and bold or larger, or 24px or larger. In the CSS, assign three declarations to the body of the document: The initial background color, the animation, and an animation-fill-mode, which prevents the color from resetting to yellow when the animation is complete. For example, you could set an image to start at 50% opacity and increase to 100% opacity over the duration of one second when a user hovers over it. Note: IE8 and earlier versions supports an alternative, the filter property. In this section, you will hide the Close button in the modal and create an X shape with a linear-gradient(), all with the use of the transparent value. The background-color property sets the background color of an element. However, you could overlay the bg-image background with a background gradient with opacity but it would have to end in a definite color, in your case white. The lower the value, the more transparent. An adjustment to the alpha channel causes the color to become transparent, allowing the content behind it to become visible through the color. How do I reduce the opacity of an element's background using CSS? Theres also HTML color names and hex color codes, among other color models. How is white allowed to castle 0-0-0 in this position? Then you will use each of the alpha channel color values to create shadow, border, and content overlays. Or, you can set it so the image is somewhat transparent and then becomes opaque when the user hovers over it. Animation can be used to improve the flow of your website and create a more engaging user interface (UI). Examples might be simplified to improve reading and learning. Inside the selector, change the color property value from white to transparent, as highlighted in the following code block: This change will not remove the text from the space; it will only remove it from visually rendering on the page. Finally, you used a combination of colors, transparent value, gradients, and transition to create the illusion of an animated gradient on a button. 1. How to fade a background image to transparent, in a gradient fashion? In your HTML, create a div with the class fade-in-text. To create this type of gradient, you cant use the CSS opacity property. When transitioning from completely transparent to completely opaque, the element will gradually appear on the page. Transparent color can be applied with background-color property and color. You also used the various color values available to control the transparency and overlay of color on the content. As a result, its fully opaque by default. When one of the color values is set to 0, it is completely off (black), and 255 means it is at full brightness (white). Can I use my Coinbase address to receive bitcoin? How about saving the world? Why does Acts not mention the deaths of Peter and Paul? Then, go to the .modal-close class selector that you added earlier. Change the background-color propertys value from #000 to rgba(0, 0, 0, 0.75), as highlighted in the following code block: The rgba() color value works like the rgb(), containing three comma-separated numbers that indicate a level of red, green, and blue light. Instead, every design choice must be justified in terms of what it contributes to (or detracts from) the user experience (UX). In this first section, you will set up the HTML for the visual styles you will write throughout the tutorial. Then, add the following HTML to the file: Several page settings are defined inside the <head> element of the HTML. This creates the fade-in effect. Wed like to help. You used the transparent named value to create an X icon to close the modal. There are many useful reasons to employ opacity and transparent colors to a web design. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our, Specifies the opacity. </p> <p><a href="https://projektcashflow.de/frabill-reel/what-is-not-true-about-the-project-management-processes%3F">What Is Not True About The Project Management Processes?</a>, <a href="https://projektcashflow.de/frabill-reel/courthouse-news-lawrence-county%2C-kentucky">Courthouse News Lawrence County, Kentucky</a>, <a href="https://projektcashflow.de/frabill-reel/sitemap_c.html">Articles C</a><br> </p> </div> </div> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-3b87d4c9 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3b87d4c9" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-121fec99" data-id="121fec99" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-6e65611 elementor-widget elementor-widget-heading" data-id="6e65611" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">css fade background color to transparent</h4> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-480e2004" data-id="480e2004" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-47038458 elementor-share-buttons--skin-flat elementor-grid-mobile-1 elementor-share-buttons--view-icon elementor-share-buttons--align-right elementor-share-buttons--shape-square elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="47038458" data-element_type="widget" data-widget_type="share-buttons.default"> <div class="elementor-widget-container"> <div class="elementor-grid"> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_email" role="button" tabindex="0" aria-label="Share on email"> <span class="elementor-share-btn__icon"> <i class="fas fa-envelope" aria-hidden="true"></i> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-14c9532c elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="14c9532c" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-9d425d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9d425d2" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7f49a04" data-id="7f49a04" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-ceb0bb4 elementor-widget elementor-widget-post-comments" data-id="ceb0bb4" data-element_type="widget" data-widget_type="post-comments.theme_comments"> <div class="elementor-widget-container"> <section id="comments" class="comments-area"> <div id="respond" class="comment-respond"> <h2 id="reply-title" class="comment-reply-title">css fade background color to transparent<small><a rel="nofollow" id="cancel-comment-reply-link" href="https://projektcashflow.de/frabill-reel/sims-4-cc-maxis-match-packs" style="display:none;">sims 4 cc maxis match packs</a></small></h2></div><!-- #respond --> </section><!-- .comments-area --> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div data-elementor-type="footer" data-elementor-id="47" class="elementor elementor-47 elementor-location-footer"> <div class="elementor-section-wrap"> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-4650404a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4650404a" data-element_type="section" data-settings='{"background_background":"classic"}'> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-587d739" data-id="587d739" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-b7b25d elementor-widget elementor-widget-heading" data-id="b7b25d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">css fade background color to transparent</h3> </div> </div> <div class="elementor-element elementor-element-693e92e3 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="693e92e3" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-0267196" href="https://projektcashflow.de/frabill-reel/monica-padman-commercial-2021" target="_blank">monica padman commercial 2021<span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-dbaeb71" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </section> <footer data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-175c26df elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="175c26df" data-element_type="section" data-settings='{"background_background":"classic"}'> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dfe0813" data-id="6dfe0813" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5ef2e1b elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="5ef2e1b" data-element_type="widget" data-settings='{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}' data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav migration_allowed="1" migrated="0" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-overline e--animation-drop-in"> <ul id="menu-1-5ef2e1b" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35"><a href="https://projektcashflow.de/frabill-reel/back-house-for-rent-in-chino-hills%2C-ca" class="elementor-item">back house for rent in chino hills, ca</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-33"><a href="https://projektcashflow.de/frabill-reel/what-happened-to-anton-in-gattaca" class="elementor-item">what happened to anton in gattaca</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-81"><a href="https://projektcashflow.de/frabill-reel/avengers-infinity-war-script" class="elementor-item">avengers infinity war script</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34"><a href="https://projektcashflow.de/frabill-reel/diane-smith-fedex" class="elementor-item">diane smith fedex</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-164"><a href="https://projektcashflow.de/frabill-reel/what-city-is-1%2C200-miles-away-from-los-angeles" class="elementor-item">what city is 1,200 miles away from los angeles</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menü</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-5ef2e1b" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35"><a href="https://projektcashflow.de/frabill-reel/starbucks-cup-release-june-2022" class="elementor-item" tabindex="-1">starbucks cup release june 2022</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-33"><a href="https://projektcashflow.de/frabill-reel/new-homes-for-sale-in-johnson-city%2C-tn" class="elementor-item" tabindex="-1">new homes for sale in johnson city, tn</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-81"><a href="https://projektcashflow.de/frabill-reel/olivet-high-school-hall-of-fame" class="elementor-item" tabindex="-1">olivet high school hall of fame</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34"><a href="https://projektcashflow.de/frabill-reel/mearns-quail-for-sale" class="elementor-item" tabindex="-1">mearns quail for sale</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-164"><a href="https://projektcashflow.de/frabill-reel/lazy-j-australian-shepherds" class="elementor-item" tabindex="-1">lazy j australian shepherds</a></li> </ul> </nav> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-29ef28f8 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone" data-id="29ef28f8" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-28f7a3c elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-heading" data-id="28f7a3c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">NEWSLETTER</h5> </div> </div> <div class="elementor-element elementor-element-7aca415 elementor-button-align-center elementor-widget elementor-widget-form" data-id="7aca415" data-element_type="widget" data-settings='{"step_next_label":"Next","step_previous_label":"Previous","button_width":"100","step_type":"number_text","step_icon_shape":"circle"}' data-widget_type="form.default"> <div class="elementor-widget-container"> </div> </div> </div> </div> </div> </div> </div> </footer> </div> </div> <style> .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } </style> <style> .instagram-media.cmplz-placeholder-element > div { max-width: 100%; } </style> <script type="text/javascript"> jQuery(document).ready(function($){ $("#submit").click(function(e){ if (!$('.privacyBox').prop('checked')){ e.preventDefault(); alert('Bitte akzeptieren Sie die Checkbox.'); return false; } }) }); </script> <div data-elementor-type="popup" data-elementor-id="89" class="elementor elementor-89 elementor-location-popup" data-elementor-settings='{"entrance_animation":"fadeIn","close_button_delay":1,"entrance_animation_duration":{"unit":"px","size":1.1999999999999999555910790149937383830547332763671875,"sizes":[]},"triggers":{"scrolling":"yes","click_times":4,"click":"yes","scrolling_direction":"down","scrolling_offset":50},"timing":{"times_times":1,"times":"yes"}}'> <div class="elementor-section-wrap"> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-45ed0fcd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="45ed0fcd" data-element_type="section" data-settings='{"background_background":"classic"}'> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e515ee5" data-id="e515ee5" data-element_type="column" data-settings='{"background_background":"classic"}'> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-3fc8d280 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3fc8d280" data-element_type="section" data-settings='{"background_background":"classic"}'> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-31dd3f23" data-id="31dd3f23" data-element_type="column" data-settings='{"background_background":"classic"}'> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-c624e00 elementor-widget elementor-widget-image" data-id="c624e00" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="159" height="96" src="https://projektcashflow.de/wp-content/uploads/2020/09/118932700_460976744858776_4309764438409573698_n-e1599770576585.jpg" class="attachment-large size-large" alt="" loading="lazy"> </div> </div> </div> <div class="elementor-element elementor-element-20352da1 elementor-widget elementor-widget-heading" data-id="20352da1" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">css fade background color to transparent</h2> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-6c39f9d elementor-section-height-min-height elementor-section-items-stretch elementor-section-content-middle elementor-section-boxed elementor-section-height-default" data-id="6c39f9d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-166af2cc" data-id="166af2cc" data-element_type="column" data-settings='{"background_background":"classic"}'> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-bc36c79 elementor-widget elementor-widget-image" data-id="bc36c79" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://projektcashflow.de/frabill-reel/does-mark-on-moonshiners-have-covid">does mark on moonshiners have covid<img width="740" height="740" src="https://projektcashflow.de/wp-content/uploads/2020/09/PinClipart.com_ketchup-and-mustard-clipart_840056.png" class="attachment-large size-large" alt="" loading="lazy" srcset="https://projektcashflow.de/wp-content/uploads/2020/09/PinClipart.com_ketchup-and-mustard-clipart_840056.png 740w, https://projektcashflow.de/wp-content/uploads/2020/09/PinClipart.com_ketchup-and-mustard-clipart_840056-300x300.png 300w, https://projektcashflow.de/wp-content/uploads/2020/09/PinClipart.com_ketchup-and-mustard-clipart_840056-150x150.png 150w" sizes="(max-width: 740px) 100vw, 740px"> </a> </div> </div> </div> <div class="elementor-element elementor-element-4a07a2fa elementor-align-justify elementor-widget elementor-widget-button" data-id="4a07a2fa" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://projektcashflow.de/frabill-reel/wrightsville%2C-ga-arrests" class="elementor-button-link elementor-button elementor-size-sm" role="button">wrightsville, ga arrests<span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Dann folge mir auf Instagram</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <link rel="stylesheet" id="elementor-icons-fa-regular-css" href="https://projektcashflow.de/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3" type="text/css" media="all"> <link rel="stylesheet" id="e-animations-css" href="https://projektcashflow.de/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.8.1" type="text/css" media="all"> <script type="text/javascript" id="eael-general-js-extra"> /* <![CDATA[ */ var localize = {"ajaxurl":"https:\/\/projektcashflow.de\/wp-admin\/admin-ajax.php","nonce":"d1f2f349bf","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"page_permalink":"https:\/\/projektcashflow.de\/n5mq5qyh\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobil","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobil Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Breitbild","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"ParticleThemesData":{"default":"{\"particles\":{\"number\":{\"value\":160,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":true,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"repulse\"},\"onclick\":{\"enable\":true,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nasa":"{\"particles\":{\"number\":{\"value\":250,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":1,\"random\":true,\"anim\":{\"enable\":true,\"speed\":1,\"opacity_min\":0,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":4,\"size_min\":0.3,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":1,\"direction\":\"none\",\"random\":true,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":600}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":250,\"size\":0,\"duration\":2,\"opacity\":0,\"speed\":3},\"repulse\":{\"distance\":400,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","bubble":"{\"particles\":{\"number\":{\"value\":15,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#1b1e34\"},\"shape\":{\"type\":\"polygon\",\"stroke\":{\"width\":0,\"color\":\"#000\"},\"polygon\":{\"nb_sides\":6},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":50,\"random\":false,\"anim\":{\"enable\":true,\"speed\":10,\"size_min\":40,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":200,\"color\":\"#ffffff\",\"opacity\":1,\"width\":2},\"move\":{\"enable\":true,\"speed\":8,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":false,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","snow":"{\"particles\":{\"number\":{\"value\":450,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#fff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":500,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":2},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"bottom\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":0.5}},\"bubble\":{\"distance\":400,\"size\":4,\"duration\":0.3,\"opacity\":1,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nyan_cat":"{\"particles\":{\"number\":{\"value\":150,\"density\":{\"enable\":false,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"star\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"http:\/\/wiki.lexisnexis.com\/academic\/images\/f\/fb\/Itunes_podcast_icon_300.jpg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":4,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":14,\"direction\":\"left\",\"random\":false,\"straight\":true,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":200,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}"},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping"},"eael_login_nonce":"d5af25a5f8","eael_register_nonce":"8ab3e47881","eael_lostpassword_nonce":"13ff532c40","eael_resetpassword_nonce":"00ca43a29d"}; /* ]]> */ </script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=5.4.4" id="eael-general-js"></script> <script type="text/javascript" id="ivory-search-scripts-js-extra"> /* <![CDATA[ */ var IvorySearchVars = {"is_analytics_enabled":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/add-search-to-menu/public/js/ivory-search.min.js?ver=4.5.9" id="ivory-search-scripts-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/complianz-gdpr/assets/js/cookieconsent.min.js?ver=4.7.4" id="cmplz-cookie-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/complianz-gdpr/assets/js/postscribe.min.js?ver=4.7.4" id="cmplz-postscribe-js"></script> <script type="text/javascript" id="cmplz-cookie-config-js-extra"> /* <![CDATA[ */ var complianz = {"static":"","set_cookies":[],"block_ajax_content":"","set_cookies_on_root":"","cookie_domain":"","banner_version":"9","version":"4.7.4","a_b_testing":"","do_not_track":"","consenttype":"optin","region":"eu","geoip":"","categories":"<div class=\"cmplz-categories-wrap\"><label for=\"cmplz_functional\"><div class=\"cmplz-slider-checkbox\"><input id=\"cmplz_functional\" style=\"color:#191e23\" tabindex=\"0\" data-category=\"cmplz_functional\" class=\"cmplz-consent-checkbox cmplz-slider-checkbox cmplz_functional\" checked disabled size=\"40\" type=\"checkbox\" value=\"1\" \/><span class=\"cmplz-slider cmplz-round \" ><\/span><\/div><span class=\"cc-category\" style=\"color:#191e23\">Unbedingt notwendige<\/span><\/label><\/div><div class=\"cmplz-categories-wrap\"><label for=\"cmplz_marketing\"><div class=\"cmplz-slider-checkbox\"><input id=\"cmplz_marketing\" style=\"color:#191e23\" tabindex=\"0\" data-category=\"cmplz_marketing\" class=\"cmplz-consent-checkbox cmplz-slider-checkbox cmplz_marketing\" size=\"40\" type=\"checkbox\" value=\"1\" \/><span class=\"cmplz-slider cmplz-round \" ><\/span><\/div><span class=\"cc-category\" style=\"color:#191e23\">Marketing<\/span><\/label><\/div><style>\t\t\t\t\t.cmplz-slider-checkbox input:checked + .cmplz-slider {\t\t\t\t\t\tbackground-color: #0a0000\t\t\t\t\t}\t\t\t\t\t.cmplz-slider-checkbox input:focus + .cmplz-slider {\t\t\t\t\t\tbox-shadow: 0 0 1px #0a0000;\t\t\t\t\t}\t\t\t\t\t.cmplz-slider-checkbox .cmplz-slider:before {\t\t\t\t\t\tbackground-color: #fff;\t\t\t\t\t}.cmplz-slider-checkbox .cmplz-slider-na:before {\t\t\t\t\t\tcolor:#fff;\t\t\t\t\t}\t\t\t\t\t.cmplz-slider-checkbox .cmplz-slider {\t\t\t\t\t background-color: #ff2828;\t\t\t\t\t}\t\t\t\t\t<\/style><style>#cc-window.cc-window .cmplz-categories-wrap .cc-check svg {stroke: #191e23}<\/style>","position":"center","title":"","theme":"classic","checkbox_style":"slider","use_categories":"visible","use_categories_optinstats":"hidden","accept":"Cookies akzeptieren","revoke":"Zustimmung verwalten","dismiss":"Nur funktionale Cookies","dismiss_timeout":"10","popup_background_color":"#f1f1f1","popup_text_color":"#191e23","button_background_color":"#f1f1f1","button_text_color":"#0a0000","accept_all_background_color":"#0a0000","accept_all_text_color":"#fff","accept_all_border_color":"#0a0000","functional_background_color":"#f1f1f1","functional_text_color":"#0a0000","functional_border_color":"#f1f1f1","border_color":"#0a0000","use_custom_cookie_css":"","custom_css":".cc-window","custom_css_amp":"#cmplz-consent-ui, #cmplz-post-consent-ui {} \n#cmplz-consent-ui .cmplz-consent-message {} \n#cmplz-consent-ui button, #cmplz-post-consent-ui button {}","readmore_optin":"Cookie-Richtlinie","readmore_impressum":"Impressum","accept_informational":"Akzeptieren","message_optout":"Wir verwenden Cookies, um unsere Website und unseren Service zu optimieren.","message_optin":"Wir verwenden Cookies, um unsere Website und unseren Service zu optimieren. F\u00fcr mehr Informationen unter dem Reiter \"Datenschutz\" nachlesen. Ihre Zustimmung kann unter \"Cookie-Richtlinie\" jederzeit revidiert werden.","readmore_optout":"Cookie Policy","readmore_optout_dnsmpi":"Do Not Sell My Personal Information","hide_revoke":"","banner_width":"476","soft_cookiewall":"1","type":"opt-in","layout":"basic","dismiss_on_scroll":"","dismiss_on_timeout":"","cookie_expiry":"365","nonce":"86ef60ae6a","url":"https:\/\/projektcashflow.de\/wp-admin\/admin-ajax.php?lang=de_DE","current_policy_id":"12","tcf_active":"","view_preferences":"Einstellungen anzeigen","save_preferences":"Einstellungen speichern","accept_all":"Alle akzeptieren","readmore_url":{"eu":"https:\/\/projektcashflow.de\/cookie-richtlinie-eu\/"},"privacy_link":{"eu":"<span class=\"cc-divider\"> - <\/span><a aria-label=\"learn more about privacy in our impressum\" class=\"cc-link impressum\" href=\"https:\/\/projektcashflow.de\/impressum\/\">Impressum<\/a>"},"placeholdertext":"Bitte hier klicken, um die Marketing-Cookies zu akzeptieren und diesen Inhalt zu aktivieren"}; /* ]]> */ </script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/complianz-gdpr/assets/js/complianz.min.js?ver=4.7.4" id="cmplz-cookie-config-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1" id="smartmenus-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-includes/js/comment-reply.min.js?ver=6.1.1" id="comment-reply-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.8.2" id="elementor-pro-webpack-runtime-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.8.1" id="elementor-webpack-runtime-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.8.1" id="elementor-frontend-modules-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-includes/js/dist/hooks.min.js?ver=4169d3cf8e8d95a3d6d5" id="wp-hooks-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-includes/js/dist/i18n.min.js?ver=9e794f35a71bb98672ae" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="text/javascript" id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/projektcashflow.de\/wp-admin\/admin-ajax.php","nonce":"629c15a8c8","urls":{"assets":"https:\/\/projektcashflow.de\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/projektcashflow.de\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"de_DE","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/projektcashflow.de\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.8.2" id="elementor-pro-frontend-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6" id="swiper-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.8.1" id="share-link-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.0" id="elementor-dialog-js"></script> <script type="text/javascript" id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Auf Facebook teilen","shareOnTwitter":"Auf Twitter teilen","pinIt":"Anheften","download":"Download","downloadImage":"Bild downloaden","fullscreen":"Vollbild","zoom":"Zoom","share":"Teilen","playVideo":"Video abspielen","previous":"Zur\u00fcck","next":"Weiter","close":"Schlie\u00dfen"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobil","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobil Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Breitbild","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.8.1","is_static":false,"experimentalFeatures":{"e_import_export":true,"e_hidden__widgets":true,"theme_builder_v2":true,"landing-pages":true,"elements-color-picker":true,"favorite-widgets":true,"admin-top-bar":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/projektcashflow.de\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":2085,"title":"css fade background color to transparent%20-%20Projektcashflow","excerpt":"","featuredImage":false}}; </script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.8.1" id="elementor-frontend-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.8.2" id="pro-preloaded-elements-handlers-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?ver=3.8.1" id="preloaded-modules-js"></script> <script type="text/javascript" src="https://projektcashflow.de/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.8.2" id="e-sticky-js"></script> <script type="text/javascript" class="cmplz-stats cmplz-native"> </script> </body> </html>