<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Enfold Child
Description: A &lt;a href='http://codex.wordpress.org/Child_Themes'&gt;Child Theme&lt;/a&gt; for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/


/* Top Metabar Settings */
#header_meta {
  padding: 3px 0 8px;
}

ul.contact-nav {
  margin: 0;
}

ul.contact-nav li {
  display: inline-block;
  margin-right: 20px;
}

ul.contact-nav li img {
  margin-right: 5px;
}

ul.contact-nav li.phone img {
  position: relative;
  top: 6px;
}

ul.contact-nav li.mail img {
  position: relative;
  top: 3px;
}

ul.contact-nav a {
  font-weight: 300 !important;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  ul.contact-nav li {
    margin-bottom: 5px;
  }
  
  ul.contact-nav a {
    font-size: 14px;
    line-height: 20px;
  }
}


.phone-info,
.phone-info img {
  margin: 0;
  padding: 0;
}

.phone-info img.alignnone {
  margin-left: 10px;
  position: relative;
  top: 4px;
}

#top .social_bookmarks {
  position: relative;
  top: 3px;
}

#top .social_bookmarks li {
  margin-left: 5px;
  border: 0;
  font-size: 28px;
}


/* Logo/Navigationbar Settings */
.logo img, .logo svg {
  max-height: inherit;
  z-index: 9000;
}

.avia-standard-logo {

  
}

#top #header .av-main-nav &gt; li &gt; a,
#top #header .av-main-nav &gt; li:hover &gt; a {
  /* font-weight: lighter; */
}


/* Content Settings */
#slider_home {
  background-image: url('img/Sprechblase.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

#slider_home .avia-slideshow-arrows {
  width: 100% !important;
  height: 50px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

#slider_home .avia-slideshow-arrows a {
  height: 50px !important;
}

#slider_home .avia-slideshow-arrows a.prev-slide {
  left: -30px;
}

#slider_home .avia-slideshow-arrows a.next-slide {
  right: -30px;
}

#slider_home .avia-slideshow-arrows a:before {
    visibility: visible;
    display: block;
    position: absolute;
    z-index: 100;
    background: transparent;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    text-align: center;
    line-height: 62px;
    color: #70706f;
    font-size: 3rem;
  
}

#slider_home h2,
#av_section_3 h2 {
  line-height: 1.25em;
}


/* Footer Settings */
#footer-social-table table tr:nth-child(odd) {
  background-color: #d0d5e7;
}

#footer-social-table table td {
  vertical-align: top;
  border: 0;
  font-size: 18px;
  line-height: 1.65em;
  padding: 0;
}</pre></body></html>