<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name: 	Stilform (Astra)
 * Description: Customizing Astra theme with some extra functions
 * Theme URI: 	https://webentwicklerin.at/
 * Author: 		WebEntwicklerin
 * Version:		2.4.0
 * Text Domain: stilform
 * Template: 	astra
 *
 * License: GNU General Public License v3.0 or later
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 * Vorbild: https://websitedemos.net/florist-04/
 * Farben:
 * oliv/gold: 7c7614
 * beige: b6ab95
 * Euphoria Script
 * Lovers Quarrel
 * Clicker Script
 * Italianno
 * Alex Brush
 * Dancing Script
 */

 /* great-vibes-regular - latin */
@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    src: local('Great Vibes'), local('GreatVibes-Regular'),
         url('fonts/great-vibes-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/great-vibes-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  

  /* dancing-script-regular - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/dancing-script-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/dancing-script-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway'), local('Raleway'),
         url('fonts/raleway-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/raleway-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  } 

  html,
  body,
  td,
  body, button, input, select, textarea, .ast-button, .ast-custom-button,
  input,
  textarea,
  h4,h5,h6 {
      font-family:Raleway,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  }

  h1,h2,h3 {
    font-family:'Dancing Script','Segoe UI', Tahoma, Geneva, Verdana, sans-serif  !important;
  }

  .site-footer .ast-footer-overlay {
    background-color:transparent;
  }
  .site-footer .footer-adv-overlay {
    background-color:transparent;
  }
  .site-footer {
    background: #f2ede2;
  background: linear-gradient(0deg, #f2ede2 0%, rgba(255,255,255,1) 100%);
  }

  html {
    background: #f2ede2;
  }

  .wp-block-gallery figcaption img.content-logo {
    height:14px !important;
    width:auto !important;
    margin-top:-3px;
  }
  img.content-logo {
    height:14px;
    width:auto;
    margin-top:-3px;
  }

  #masthead .site-logo-img .astra-logo-svg {
    margin-top:35px;
    max-width:80%;
  }


  .menu-item a img {
    height:14px;
    width:auto;
    margin-left:5px;
    margin-right:5px;
  }

  .entry-title img {
    height:26px;
    width:auto;
    margin-left:8px;
    margin-right:8px;
    margin-top:-10px;
  }

  /*
   * Slick Slider
   */

   .wpsisac-slick-slider.wpsisac-prodesign-23 .wpsisac-slide-title {
     background-color:#7c7614;
   } </pre></body></html>