<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Pixelwerte
Author URI: http://pixelwerte.de
Template: jevelin
*/
/* Basic variable definition */
:root {
  /* Color brand main */
  --color-brand-green: #98B800;
  /* Color brand secondary */
  --color-brand-orange: #ff7900;
  /* Color image conatiner */
  --color-gray-dark: #232323;
  /* Color text main */
  --color-gray-default: #989898;
  /* Color page marker */
  --color-gray-light: #C0C0C0;
  /* Color border main */
  --color-gray-lighter: #e6e6e6;
  /* Color section background */
  --color-gray-lightest: #F4F4F4;
  /* Color body background */
  --color-background: #F5f5f5;
  /* Color white */
  --color-white: #ffffff;
  /*Offset*/
  --header-offset: 0px;
}

body {
  background: var(--color-background) url("/wp-content/uploads/2018/11/background_pattern.png") !important;
  background-repeat: repeat;
}

/* Custom page container using background pattern */
#page-container {
  position: realtive;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  background: var(--color-white) url("/wp-content/uploads/2018/11/background_pattern_light.png");
}

#page-container:after,
#page-container:before {
  content: "";
  z-index: 1012;
  width: 10px;
  height: calc(100% - var(--header-offset));
  position: absolute;
  top: var(--header-offset);
  background-image: url("/wp-content/uploads/2018/11/background_line.png");
  background-repeat: repeat-y;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#page-container:after {
  right: 0;
}

#page-container:before {
  left: 0;
}

#page-container .container {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

#page-container .container .fw-row {
  margin: 0 -20px;
}

#page-container .container .sh-column {
  padding: 0 20px;
}

/* Custom page marker elements*/
.page-marker-right {
  display: none;
  position: fixed;
  right: 0;
  top: calc(50vh - 2px);
  width: calc((100vw - 1200px) * .5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-marker-right span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-gray-light);
  line-height: 1;
  margin-left: 15px;
}

.page-marker-right hr {
  margin: 8px 0;
  border-top: 1px solid var(--color-gray-lighter);
}

.page-marker-left {
  display: none;
  position: fixed;
  left: 0;
  top: calc(25vh - 2px);
  width: calc((100vw - 1200px) * .5);
}

.page-marker-left img {
  width: 51px;
  height: 50px;
  position: absolute;
  margin-left: a;
  right: -25px;
  top: 3px;
}

/* Custom header styles */
.primary-desktop {
  z-index: 1010;
}

.sh-header {
  border-bottom: none;
  position: relative;
  padding-top: 11px;
  background-image: url("/wp-content/uploads/2018/11/background_pattern_light.png") !important;
  background-repeat: repeat;
}

.sh-header:before {
  content: "";
  z-index: 1002;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  height: 11px;
  background: var(--color-brand-green);
}

.sh-sticky-header-active {
  background: var(--color-white);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.sh-sticky-header-active .header-logo {
  position: relative;
  padding: 15px 0;
  top: unset;
}

.header-logo {
  position: absolute;
  padding: 0;
  top: 45px;
}

header.primary-mobile {
  z-index: 1014;
}

.sh-header-mobile-navigation {
  border-bottom: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.sh-header-mobile-navigation .sh-nav-container {
  padding: 30px 0;
}

.sh-header-mobile-navigation .header-logo {
  position: relative;
  padding: 0;
  top: 0;
}

.sh-header-mobile-navigation .header-logo img {
  max-height: 60px;
}

/* Custom navigation styles*/
.sh-nav&gt;li .menu-item&gt;a {
  font-weight: 600;
}

/* Custom animation duration */
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* Custom button element using two buttons in a row */
.sh-button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sh-button-wrapper .sh-button-container {
  margin: 0;
  float: left;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}

.sh-button-wrapper .sh-button-container&gt;* {
  margin-right: 30px;
}

/* Custom Button styling*/
.sh-button-medium {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
}

.sh-button-icon-left.sh-button-medium {
  padding-right: 20px;
}

/* Custom list (ol) styling*/
ol {
  padding-left: 20px;
}

ol li {
  margin-bottom: 20px;
}

ol li:last-child {
  margin-bottom: 0;
}

/* Custom image styling */
.sh-svg-image .sh-single-image .sh-single-image-container {
  width: 100%;
  padding: 0px;
}

/* Custom align classes for content alignment */
.sh-align-left {
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sh-align-right {
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sh-align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Custom background class*/
.sh-background-gray-lightest .sh-column-wrapper {
  background-color: var(--color-gray-lightest);
}

.sh-background-gray-dark .sh-column-wrapper {
  background-color: var(--color-gray-dark);
}

/* Custom divider class */
.sh-heading-divider .sh-heading-divider-wrapper {
  position: absolute;
  top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sh-heading-divider .sh-heading-divider-wrapper .sh-heading .sh-heading-content {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.sh-heading-divider .sh-heading-divider-wrapper .sh-heading .sh-heading-content:before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -50px;
  height: 40px;
  width: 1px;
  background: var(--color-brand-orange);
}

/* Custom image styling*/
.sh-image-link {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.sh-image-link .sh-image-link-wrapper {
  position: relative;
  display: inline-block;
}

.sh-image-link .sh-image-link-wrapper .sh-image-social {
  position: absolute;
  background: var(--color-brand-orange);
  width: 54px;
  height: 54px;
  bottom: -16px;
  right: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sh-image-link .sh-image-link-wrapper .sh-image-social:hover {
  background: var(--color-gray-default);
}

.sh-image-link .sh-image-link-wrapper .sh-image-social .sh-icon-data {
  color: #fff;
  font-size: 29px;
}

/* Custom list styling*/
.sh-list-custom {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 95%;
}

.sh-list-custom li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 50px;
}

.sh-list-custom li strong {
  color: var(--color-brand-green);
}

.sh-list-custom li:before {
  content: url("/wp-content/uploads/2018/11/icon-leaf.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 31px;
  margin-right: 10px;
}

.sh-list-custom li:first-child {
  margin-top: 25px;
}

.sh-list-custom li:last-child {
  margin-bottom: 0;
}

/* Custom contact styling */
.sh-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sh-contact-wrapper .sh-contact-item {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.sh-contact-wrapper .sh-contact-divider {
  display: none;
  width: 2px;
  height: 20px;
  background: var(--color-gray-lighter);
  margin: 10px 10px 0 10px;
}

/* Custom testimonial styling*/
.sh-testimonials-style6 .sh-testimonials-switch-left {
  margin-left: auto;
  margin-right: 30px;
}

.sh-testimonials-style6 .sh-testimonials-switch-right {
  margin-right: auto;
  margin-left: 30px;
}

.sh-testimonials-style6 .sh-testimonials-job {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/* Custom accordion styling*/
.sh-accordion-style1 .sh-accordion-item {
  padding-bottom: 2px;
}

.sh-accordion-style1 .sh-accordion-item .panel-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Custom cookie notice styling*/
.cookie-notice-container {
  padding: 30px;
  color: var(--color-gray-default);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-family: "Barlow";
  box-shadow: 0px -1px 3px 0 rgba(0, 0, 0, 0.05);
  text-align: left;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.cookie-notice-container #cn-notice-text {
  margin: 0;
}

.cookie-notice-container .sh-button-cookie {
  border-radius: 0;
  border: none;
  background: var(--color-brand-green);
  color: var(--color-white);
  padding: 8px 15px;
  margin: 5px 0 0 0 !important;
  font-size: 14px;
  font-family: "Barlow";
  font-weight: bold;
  text-shadow: none;
}

.sh-accordion .sh-accordion-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sh-accordion .panel-body .sh-accordion-icon-cell {
  display: none;
}

.sh-accordion .panel-title a {
  font-size: 16px;
  background-color: var(--color-brand-green) !important;
  color: var(--color-white);
}

.sh-accordion .panel-title a.collapsed {
  background-color: var(--color-brand-orange) !important;
  color: var(--color-white);
}

.sh-accordion .panel-title a.collapsed i {
  color: var(--color-white);
  background-color: var(--color-brand-orange) !important;
}

.sh-accordion .panel-title a i {
  color: var(--color-white);
  background-color: var(--color-brand-green) !important;
}

/* Custom single blog styling */
.blog-custom {
  margin: 40px 0 40px 0;
}

.blog-custom .content-with-sidebar-right {
  width: 100% !important;
  padding-right: 0 !important;
}

.blog-custom .content-with-sidebar-right .blog-style-masonry {
  margin: 0;
}

.blog-custom .content-with-sidebar-right .blog-style-masonry article {
  width: 100% !important;
  position: relative !important;
  left: unset !important;
  top: unset !important;
  float: none;
  margin-bottom: 20px;
  background: #fff;
}

.blog-custom .content-with-sidebar-right .blog-style-masonry article:last-child {
  margin-bottom: 0;
}

.blog-custom .content-with-sidebar-right .blog-style-masonry .post-container {
  margin: 0;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.06);
  bottom: 0;
}

.blog-custom .content-with-sidebar-right .blog-style-masonry .post-container .post-meta-one {
  font-size: 16px;
}

.blog-custom .blog-style-large .post-title h1 {
  padding: 0;
  margin: 0 0 10px 0;
}

.blog-logo {
  margin-bottom: 20px;
  display: inline-block;
}

.blog-logo img {
  width: 260px;
}

.blog-author {
  margin-bottom: 40px;
  display: inline-block;
  padding: 20px;
  background: var(--color-gray-lightest) url("/wp-content/uploads/2018/11/background_pattern_light.png");
  background-repeat: repeat;
  background-size: inherit;
  background-position: inherit;
}

.blog-author img {
  margin-bottom: 20px;
}

.blog-author p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.blog-author p:last-child {
  margin-bottom: 0;
}

#sidebar .widget-item {
  padding-bottom: 32px;
}

#sidebar .widget-item ul {
  background: var(--color-gray-lightest) url("/wp-content/uploads/2018/11/background_pattern_light.png") !important;
  padding: 10px 20px;
}

#sidebar .widget-item .widget-title {
  color: var(--color-brand-green);
  font-size: 18px;
  margin-bottom: 10px;
}

#sidebar .widget_recent_entries li {
  font-size: 16px;
  line-height: 26px;
}

#sidebar .widget_recent_entries li a {
  padding-left: 25px !important;
}

#sidebar .widget_tag_cloud a {
  background: var(--color-gray-lightest) url("/wp-content/uploads/2018/11/background_pattern_light.png") !important;
  border-radius: 0 !important;
}

#sidebar .widget_tag_cloud a:hover {
  background: var(--color-brand-green) url("/wp-content/uploads/2018/11/background_pattern_light.png") !important;
}

.sh-footer {
  background: var(--color-gray-dark) url("/wp-content/uploads/2018/11/background_pattern_light.png") !important;
  background-repeat: repeat;
  background-size: inherit;
  background-position: inherit;
  padding: 40px 0;
}

.sh-footer .sh-footer-static {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.sh-footer .sh-footer-static .sh-footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  color: var(--color-white);
  margin-top: 20px;
}

.sh-footer .sh-footer-static .sh-footer-col:first-child {
  margin-top: 0;
}

.sh-footer .sh-footer-static .sh-footer-col .sh-footer-link {
  color: var(--color-white);
}

.sh-footer .sh-footer-static .sh-footer-col .sh-footer-label {
  display: none;
}

.sh-footer .sh-footer-static .sh-footer-col .sh-footer-divider {
  width: 2px;
  height: 10px;
  background: var(--color-white);
  margin: 0 10px;
}

.sh-footer .sh-footer-static .sh-footer-col .sh-button-small {
  color: var(--color-white);
  padding: 6px 12px;
  font-size: 14px;
  background: var(--color-brand-green);
}

@media (min-width: 768px) {

  /* Custom typographie definition*/
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  /* Custom page container using background pattern */
  #page-container .container {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  /* Custom align classes for content alignment */
  .sh-align-left {
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sh-align-right {
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sh-align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* Custom contaact styling */
  .sh-contact-wrapper .sh-contact-item {
    width: auto;
  }

  .sh-contact-wrapper .sh-contact-divider {
    display: block;
  }

  /* Custom image styling */
  .sh-svg-image .sh-single-image .sh-single-image-container {
    padding: 0 40px;
  }

  /* Custom cookie notice styling*/
  .cookie-notice-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cookie-notice-container .sh-button-cookie {
    margin: 0 0 0 10px !important;
  }

  /* Custom Blog styling*/
  #sidebar .blog-author img {
    width: 94px;
    float: left;
    padding-right: 20px;
    margin-bottom: 0px;
  }

  /* Custom footer styling*/
  .sh-footer .sh-footer-static {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sh-footer .sh-footer-static .sh-footer-col {
    margin-top: 0;
  }

  .sh-footer .sh-footer-static .sh-footer-col .sh-footer-label {
    display: inline-block;
    margin-right: 10px;
  }
}

@media (min-width: 900px) {

  /* Basic variable definition */
  :root {
    /*Offset*/
    --header-offset: 16px;
  }

  /* Custom single blog styling */
  .blog-custom {
    margin: 140px 0 80px 0;
  }

  .blog-custom .content-with-sidebar-right {
    width: 75% !important;
    padding-right: 4% !important;
  }

  #sidebar {
    display: block;
  }

  #sidebar .blog-author img {
    width: auto;
    float: none;
    margin-bottom: 20px;
    padding: 0;
  }

  /* Custom divider class */
  .sh-heading-divider .sh-heading-divider-wrapper {
    position: absolute;
    top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sh-heading-divider .sh-heading-divider-wrapper .sh-heading .sh-heading-content {
    padding-left: 0;
    margin-top: 0;
  }

  .sh-heading-divider .sh-heading-divider-wrapper .sh-heading .sh-heading-content span {
    position: absolute;
    left: 15px;
  }

  .sh-heading-divider .sh-heading-divider-wrapper .sh-heading .sh-heading-content:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -60px;
    height: 80px;
  }

  /* Custom image styling */
  .sh-svg-image .sh-single-image .sh-single-image-container {
    padding: 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sh-svg-image .sh-single-image .sh-single-image-container img {
    height: 360px;
    max-height: 360px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sh-svg-image .sh-single-image .sh-single-image-container a {
    width: 100%;
  }
}

@media (min-width: 1340px) {
  .page-marker-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .page-marker-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}</pre></body></html>