@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: #366592;
  transition: .2s all;
  text-decoration: none; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden], .hidden {
  display: none; }

*, :after, :before {
  box-sizing: border-box; }

.flex {
  display: flex; }
  .flex--space {
    flex: 1; }
  .flex--column {
    flex-flow: column; }

.justify--center {
  justify-content: center; }
.justify--around {
  justify-content: space-around; }
.justify--between {
  justify-content: space-between; }
.justify--start {
  justify-content: flex-start; }
.justify--end {
  justify-content: flex-end; }

.align--center {
  align-items: center; }
.align--start {
  align-items: flex-start; }
.align--end {
  align-items: flex-end; }

.text--black {
  font-weight: 900; }
.text--bold {
  font-weight: 700; }
.text--simi {
  font-weight: 600; }
.text--medium {
  font-weight: 500; }
.text--normal {
  font-weight: 400; }
.text--light {
  font-weight: 300; }
.text--extra-light {
  font-weight: 200; }
.text--upper {
  text-transform: uppercase; }
.text--lower {
  text-transform: lowercase; }
.text--title {
  text-transform: capitalize; }
.text--nowrap {
  white-space: nowrap; }
.text--white {
  color: #fff; }
.text--dark {
  color: #000; }
.text--primary {
  color: #366592; }
.text--right {
  text-align: right; }
.text--left {
  text-align: left; }
.text--center {
  text-align: center; }

.no-style {
  margin: 0;
  padding: 0; }
  .no-style li {
    list-style: none; }

.two-columns {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px; }
  .two-columns li {
    width: 50%;
    padding: 0 15px; }

.mgt--10 {
  margin-top: 10px; }

.mgt--20 {
  margin-top: 20px; }

.mgt--30 {
  margin-top: 30px; }

.mgt--40 {
  margin-top: 40px; }

.mgt--50 {
  margin-top: 50px; }

.mgt--60 {
  margin-top: 60px; }

.mgt--70 {
  margin-top: 70px; }

.mgt--80 {
  margin-top: 80px; }

.mgt--90 {
  margin-top: 90px; }

.mgt--100 {
  margin-top: 100px; }

.mgb--10 {
  margin-bottom: 10px; }

.mgb--20 {
  margin-bottom: 20px; }

.mgb--30 {
  margin-bottom: 30px; }

.mgb--40 {
  margin-bottom: 40px; }

.mgb--50 {
  margin-bottom: 50px; }

.mgb--60 {
  margin-bottom: 60px; }

.mgb--70 {
  margin-bottom: 70px; }

.mgb--80 {
  margin-bottom: 80px; }

.mgb--90 {
  margin-bottom: 90px; }

.mgb--100 {
  margin-bottom: 100px; }

.pdt--10 {
  padding-top: 10px; }

.pdt--20 {
  padding-top: 20px; }

.pdt--30 {
  padding-top: 30px; }

.pdt--40 {
  padding-top: 40px; }

.pdt--50 {
  padding-top: 50px; }

.pdt--60 {
  padding-top: 60px; }

.pdt--70 {
  padding-top: 70px; }

.pdt--80 {
  padding-top: 80px; }

.pdt--90 {
  padding-top: 90px; }

.pdt--100 {
  padding-top: 100px; }

.pdb--10 {
  padding-bottom: 10px; }

.pdb--20 {
  padding-bottom: 20px; }

.pdb--30 {
  padding-bottom: 30px; }

.pdb--40 {
  padding-bottom: 40px; }

.pdb--50 {
  padding-bottom: 50px; }

.pdb--60 {
  padding-bottom: 60px; }

.pdb--70 {
  padding-bottom: 70px; }

.pdb--80 {
  padding-bottom: 80px; }

.pdb--90 {
  padding-bottom: 90px; }

.pdb--100 {
  padding-bottom: 100px; }

.pd--10 {
  padding: 10px; }

.pd--20 {
  padding: 20px; }

.pd--30 {
  padding: 30px; }

.pd--40 {
  padding: 40px; }

.pd--50 {
  padding: 50px; }

.pd--60 {
  padding: 60px; }

.pd--70 {
  padding: 70px; }

.pd--80 {
  padding: 80px; }

.pd--90 {
  padding: 90px; }

.pd--100 {
  padding: 100px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #366592; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.sppb-column, .sppb-column-addons {
  z-index: unset; }

.sppb-addon-sp-slider .sppb-container {
  max-width: 1360px; }

.linda-image-block {
  padding: 23px 15px; }
  .slick-slide .linda-image-block {
    display: block !important; }
  .linda-image-block__image {
    transition: .2s all; }
    .linda-image-block__image:hover {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .linda-image-block__image a {
      display: block; }
    .linda-image-block__image img {
      width: 100%;
      vertical-align: middle; }
  .linda-image-block__content {
    padding: 18px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin-top: 12px; }
  .linda-image-block__title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px; }
    .linda-image-block__title a {
      color: #000; }
      .linda-image-block__title a:hover {
        color: #366592; }
  .linda-image-block__desc {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500; }
  .linda-image-block__button {
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
    display: inline-flex;
    align-items: center; }
    .linda-image-block__button:hover {
      color: #366592; }
    .linda-image-block__button .icon {
      margin-left: 4px; }

body.is-show {
  overflow: hidden; }

.linda-popup {
  width: 800px;
  position: fixed;
  top: 10%;
  background: #fff;
  padding: 30px;
  z-index: 999;
  transition: .2s all;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  left: 50%;
  max-height: 80%;
  overflow-y: auto;
  transform: translateX(-50%);
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 768px) {
    .linda-popup {
      width: 90%; } }
  .linda-popup.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .linda-popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 111;
    transition: .2s all;
    opacity: 0;
    visibility: hidden; }
    .is-show .linda-popup__overlay {
      opacity: 1;
      visibility: visible; }
  .linda-popup__close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 44px;
    height: 44px;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: block; }
    .linda-popup__close:hover {
      color: #2BAC6E; }
  .linda-popup__content {
    font-size: 18px;
    line-height: 26px; }
    .linda-popup__content li {
      list-style: none;
      line-height: 38px;
      width: 50%;
      font-weight: bold; }
    .linda-popup__content ul {
      margin: 20px 0 10px;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
  .linda-popup__footer {
    justify-content: space-between;
    margin-top: 30px; }
    .linda-popup__footer > div:first-child {
      font-size: 16px;
      line-height: 24px; }
      .linda-popup__footer > div:first-child strong {
        font-weight: 500;
        font-size: 24px; }
  .linda-popup__title {
    font-size: 24px; }

.btn-showmore {
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  flex-flow: column; }
  .btn-showmore .fa {
    font-size: 54px;
    margin-top: -10px;
    transition: .2s all; }
  .btn-showmore.is-active .fa {
    transform: rotate(180deg); }

.linda-testimonials__item {
  margin: 0 10px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid #000000;
  padding: 15px;
  text-align: center; }
.linda-testimonials__content {
  padding-bottom: 15px; }
.linda-testimonials__title {
  color: #366592;
  background: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 -15px -15px -15px;
  padding: 13px 15px;
  text-align: left; }

.testimonials-section .sppb-column-addons,
.testimonials-section .sppb-col-md-12,
.testimonials-section .sppb-column {
  position: unset; }

.slick-arrow {
  width: 37px;
  height: 70px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -35px;
  z-index: 11;
  background: url(../images/right-arrow.svg) no-repeat center center; }
  .slick-arrow.slick-prev {
    background: url(../images/left-arrow.svg) no-repeat center center;
    left: 35px;
    right: auto; }

.slick-dots li button:before {
  font-size: 14px !important; }
.slick-dots li.slick-active button:before {
  color: #366592 !important;
  opacity: 1 !important; }

.heading--underline .sppb-addon-title {
  display: inline-block;
  position: relative; }
  .heading--underline .sppb-addon-title:after {
    content: '';
    width: 114px;
    display: inline-block;
    border-bottom: 4px solid #366592;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -57px; }
.heading--full .sppb-addon-title {
  padding-bottom: 20px !important; }
  .heading--full .sppb-addon-title:after {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    left: 0;
    bottom: 0px;
    margin-left: 0; }

.sppb-sp-slider-title {
  font-size: 60px !important;
  color: #000 !important;
  font-weight: 900;
  max-width: 600px;
  opacity: 0.56;
  background: rgba(255, 255, 255, 0.56);
  padding: 20px; }
  .sppb-sp-slider-title small {
    font-size: 24px !important;
    font-weight: normal;
    display: block; }
  @media (max-width: 767px) {
    .sppb-sp-slider-title {
      font-size: 30px !important; }
      .sppb-sp-slider-title small {
        font-size: 16px !important; } }

.linda-galleries--sizer, .linda-galleries__item {
  width: 25%;
  position: relative;
  cursor: pointer;
  transition: .2s all; }
  .linda-galleries--sizer img, .linda-galleries__item img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%; }
  .linda-galleries--sizer:hover, .linda-galleries__item:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
.linda-galleries__heading {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0; }
.linda-galleries--effect {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%); }
  .linda-galleries--effect img {
    opacity: 0.9;
    transition: opacity 0.35s; }
  .linda-galleries--effect:hover {
    -webkit-filter: none;
    filter: none; }
    .linda-galleries--effect:hover img {
      opacity: 0.4; }
    .linda-galleries--effect:hover .linda-galleries__caption {
      background-color: rgba(58, 52, 42, 0); }
      .linda-galleries--effect:hover .linda-galleries__caption:before {
        opacity: 1;
        transform: scale(1); }
.linda-galleries__caption {
  padding: 3em;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
  justify-content: center;
  display: flex;
  align-items: center; }
  .linda-galleries__caption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(0); }
.linda-galleries.slick-initialized {
  padding-bottom: 20px; }
  .linda-galleries.slick-initialized .linda-galleries__item {
    width: 100%; }
  .linda-galleries.slick-initialized .linda-galleries--sizer {
    display: none !important; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-bg {
  background: #fff !important;
  opacity: .8 !important; }

.mfp-arrow {
  width: 60px !important;
  height: 60px !important;
  background: transparent;
  text-indent: -9999px;
  border-top: 4px solid #000 !important;
  border-left: 4px solid #000 !important;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform-origin: center !important; }
  .mfp-arrow:before {
    display: block;
    height: 200%;
    width: 200%;
    margin-left: -50%;
    margin-top: -50%;
    content: "";
    transform: rotate(45deg);
    border-top-width: 0 !important;
    border-bottom-width: 0 !important; }
  .mfp-arrow.mfp-arrow-right {
    transform: rotate(135deg);
    right: 40px; }
  .mfp-arrow.mfp-arrow-left {
    transform: rotate(-45deg);
    left: 40px; }
  .mfp-arrow:after {
    display: none !important; }

.linda-intro-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .linda-intro-list {
      margin: 0;
      padding: 0 20px; } }
  .linda-intro-list__item {
    width: 33.333%;
    font-size: 18px;
    font-weight: 500;
    color: #9B9B9B;
    padding: 20px 15px; }
    @media (max-width: 767px) {
      .linda-intro-list__item {
        width: 100%; }
        .linda-intro-list__item.hide-on-mobile {
          display: none; } }
    .linda-intro-list__item:hover * {
      color: #366592; }
  .linda-intro-list__title {
    margin: 0;
    font-size: 24px;
    font-weight: bold; }
  .linda-intro-list__button {
    width: 100%;
    align-items: center;
    flex-flow: column;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    display: none; }
    .linda-intro-list__button .fa {
      font-size: 40px; }
    @media (max-width: 767px) {
      .linda-intro-list__button {
        display: flex; } }

.sppb-form-group .sppb-form-control {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 45px; }
.sppb-form-group .sppb-form__name,
.sppb-form-group .sppb-form__email,
.sppb-form-group .sppb-form__message,
.sppb-form-group .sppb-form__phone {
  position: relative; }
  .sppb-form-group .sppb-form__name:before,
  .sppb-form-group .sppb-form__email:before,
  .sppb-form-group .sppb-form__message:before,
  .sppb-form-group .sppb-form__phone:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 14px;
    background: url(../images/user.png) no-repeat center center; }
.sppb-form-group .sppb-form__message:before {
  background: url(../images/icon.png) no-repeat center center; }
.sppb-form-group .sppb-form__message textarea {
  padding: 16px 10px 10px 45px; }
.sppb-form-group .sppb-form__email {
  margin-top: 36px; }
  .sppb-form-group .sppb-form__email:before {
    background: url(../images/mail.png) no-repeat center center; }
  @media (max-width: 767px) {
    .sppb-form-group .sppb-form__email {
      margin-top: 15px; } }

.footer-section .sppb-addon-title {
  font-size: 24px;
  color: #4A4A4A;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase; }
.footer-section .menu {
  margin: 0;
  padding: 0; }
  .footer-section .menu li {
    list-style: none;
    line-height: 49px;
    font-size: 24px;
    font-weight: 600; }
    .footer-section .menu li a {
      color: #4A4A4A; }
      .footer-section .menu li a:hover {
        color: #2BAC6E; }
.footer-section .sppb-addon-text-block {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #4A4A4A; }
  .footer-section .sppb-addon-text-block a {
    color: #4A4A4A; }
  .footer-section .sppb-addon-text-block ul {
    margin: 0;
    padding: 0; }
    .footer-section .sppb-addon-text-block ul li {
      list-style: none; }
.footer-section .sppb-column-addons > div {
  margin-bottom: 0 !important; }

.blocks-content > .sppb-column-addons {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px; }
  @media (max-width: 768px) {
    .blocks-content > .sppb-column-addons {
      flex-flow: column; }
      .blocks-content > .sppb-column-addons > div {
        width: 100% !important; } }
  .blocks-content > .sppb-column-addons > div {
    width: 50%;
    margin-bottom: 0 !important; }

@media (max-width: 767px) {
  .linda-testimonials {
    padding: 0 40px; }

  .slick-arrow {
    width: 14px;
    height: 24px;
    background-size: cover !important;
    margin-top: -12px; }

  .sppb-section {
    background-image: unset !important; }

  .about-section .sppb-row {
    display: flex;
    flex-flow: column-reverse; }

  .heading--underline.sppb-text-left {
    text-align: center; }

  .footer-section .sppb-column {
    margin-bottom: 30px; }

  .site-footer__inner {
    flex-flow: column-reverse; }

  .backtop {
    padding: 20px 0; }
    .backtop span {
      display: block !important; }

  .sppb-addon-gmap-canvas {
    max-width: calc(100vw - 30px) !important; } }
@media (max-width: 480px) {
  .linda-testimonials {
    padding: 0 30px; }

  .slick-arrow {
    right: 20px; }
    .slick-arrow.slick-prev {
      left: 20px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
html,
body {
  margin: 0;
  padding: 0; }
  html.is-show,
  body.is-show {
    overflow: hidden; }

body {
  padding: 0;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #000;
  background: #fff; }

.site {
  overflow: hidden; }

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%; }

.sppb-row-container {
  max-width: 840px; }
  .container--full .sppb-row-container {
    max-width: 1360px;
    width: 1360px; }

.site-header {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 11;
  left: 0;
  width: 100%;
  box-shadow: 0 0 1px #eee; }
  .site-header__inner {
    height: 150px;
    transition: .2s all;
    position: relative; }
    @media (max-width: 768px) {
      .site-header__inner {
        height: 110px; }
        .site-header__inner .site-header__brand {
          justify-content: flex-end; }
          .site-header__inner .site-header__brand img {
            height: 80px !important; } }
  .site-header.is-sticky .site-header__inner {
    height: 110px; }
  .site-header.is-sticky .site-header__brand img {
    height: 80px !important; }
  @media (max-width: 768px) {
    .site-header.is-sticky .site-header__inner {
      height: 90px; }
    .site-header.is-sticky .site-header__brand img {
      height: 60px !important; } }
  .site-header.is-sticky + .site-content {
    margin-top: 110px; }
    @media (max-width: 768px) {
      .site-header.is-sticky + .site-content {
        margin-top: 90px; } }
  .site-header__brand {
    flex: 1;
    display: flex;
    justify-content: center; }
    .site-header__brand img {
      transition: .2s all;
      height: 90px; }
  .site-header__hotline {
    font-size: 24px;
    font-weight: 500;
    flex: 0 0 230px;
    text-align: right;
    letter-spacing: 0.7px; }
    .site-header__hotline div {
      font-weight: bold; }
    .site-header__hotline img {
      margin-right: 3px; }
  .site-header__action {
    flex: 0 0 230px;
    display: flex;
    align-items: center; }
    .site-header__action > span {
      font-size: 24px;
      font-weight: bold;
      line-height: 1;
      margin-top: -7px; }

.site-content {
  margin-top: 150px; }
  @media (max-width: 768px) {
    .site-content {
      margin-top: 110px; } }

.site-nav {
  width: 300px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 30px;
  background: #fff;
  z-index: 111;
  transition: .2s all;
  opacity: 0;
  visibility: hidden; }
  .site-nav.is-active {
    opacity: 1;
    visibility: visible; }
  .site-nav ul {
    margin: 0;
    padding: 0; }
  .site-nav li {
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase;
    list-style: none;
    border-bottom: 1px solid #000; }
    .site-nav li:last-child {
      border-bottom: none; }
  .site-nav a {
    color: #000;
    display: flex;
    align-items: center; }
    .site-nav a:hover {
      color: #2BAC6E; }
      .site-nav a:hover:after {
        content: '+';
        font-size: 26px;
        font-weight: normal;
        margin: -3px 0 0 2px; }

.site-footer {
  background: #F2F2F2;
  padding: 20px 0; }
  .site-footer__copyright {
    font-size: 14px;
    font-weight: 600;
    color: #4A4A4A;
    margin: 0; }
  .site-footer .backtop {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    flex-flow: column;
    margin: 0 auto; }
    .site-footer .backtop span {
      display: none;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      color: #4A4A4A;
      margin-top: -10px; }
    .site-footer .backtop img {
      transform: rotate(90deg);
      width: 90px; }
  .site-footer__copyright {
    font-weight: 500;
    margin: 0; }
  .site-footer__inner {
    align-items: center; }
    .site-footer__inner > * {
      width: 33.33%; }
      @media (max-width: 767px) {
        .site-footer__inner > * {
          width: 100%;
          text-align: center !important; } }
  .site-footer__socials {
    text-align: right; }
    .site-footer__socials a {
      font-size: 29px;
      color: #4A4A4A;
      padding: 0 10px; }
      .site-footer__socials a:hover {
        color: #2BAC6E; }

@media (max-width: 767px) {
  .site-header__hotline {
    display: none; } }

/*# sourceMappingURL=template.css.map */
/*# linkfarbanpassung pagebuilder */
.sppb-btn.focus, .sppb-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0px rgba(0,123,255,.25)!important;
}
/*# farbanpassung hover referenzen */
.linda-intro-list__item:hover * {
    color: #366592!important;
}
/*# Pop Up Font Size */
#sppb-addon-1551279896618 #sppb-modal-1551279896618-selector.sppb-btn-custom{
    
    font-weight: 600!important; 
    font-size: 18px!important;
}
/*# Farbanpassung Menu Hoverfarbe */
.site-nav a:hover {
    color: #366592!important;
}


