@charset "UTF-8";
/*
Theme Name: edenzel
Author: TRONIC
Text Domain: edenzel
*/
@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-It.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-BoldIt.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
	word-break: break-all;
}
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.align-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 0rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 545px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0rem;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0rem;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0rem;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0rem;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0rem;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0rem;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0rem;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0rem;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0rem;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0rem;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0rem;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0rem;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0rem;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .row.start-sm {
    justify-content: flex-start;
  }

  .row.center-sm {
    justify-content: center;
  }

  .row.end-sm {
    justify-content: flex-end;
  }

  .row.top-sm {
    align-items: flex-start;
  }

  .row.middle-sm {
    align-items: center;
  }

  .row.bottom-sm {
    align-items: flex-end;
  }

  .row.around-sm {
    justify-content: space-around;
  }

  .row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0rem;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0rem;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0rem;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0rem;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0rem;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0rem;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0rem;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0rem;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0rem;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0rem;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0rem;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0rem;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0rem;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .row.start-md {
    justify-content: flex-start;
  }

  .row.center-md {
    justify-content: center;
  }

  .row.end-md {
    justify-content: flex-end;
  }

  .row.top-md {
    align-items: flex-start;
  }

  .row.middle-md {
    align-items: center;
  }

  .row.bottom-md {
    align-items: flex-end;
  }

  .row.around-md {
    justify-content: space-around;
  }

  .row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 993px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0rem;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0rem;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0rem;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0rem;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0rem;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0rem;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0rem;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0rem;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0rem;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0rem;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0rem;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0rem;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0rem;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .row.start-lg {
    justify-content: flex-start;
  }

  .row.center-lg {
    justify-content: center;
  }

  .row.end-lg {
    justify-content: flex-end;
  }

  .row.top-lg {
    align-items: flex-start;
  }

  .row.middle-lg {
    align-items: center;
  }

  .row.bottom-lg {
    align-items: flex-end;
  }

  .row.around-lg {
    justify-content: space-around;
  }

  .row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1201px) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0rem;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0rem;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0rem;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0rem;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0rem;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0rem;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0rem;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0rem;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0rem;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0rem;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0rem;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0rem;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0rem;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .row.start-xl {
    justify-content: flex-start;
  }

  .row.center-xl {
    justify-content: center;
  }

  .row.end-xl {
    justify-content: flex-end;
  }

  .row.top-xl {
    align-items: flex-start;
  }

  .row.middle-xl {
    align-items: center;
  }

  .row.bottom-xl {
    align-items: flex-end;
  }

  .row.around-xl {
    justify-content: space-around;
  }

  .row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 0rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media only screen and (max-width: 544px) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 545px) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 768px) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  word-break: break-word;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
}
header a {
  text-decoration: none !important;
}
header.scrolled-nav {
  box-shadow: 0 4px 2px -2px rgba(41, 41, 41, 0.25);
}
header.scrolled-nav .main-menu-mobile-wrapper {
  top: 75px;
}
header .topbar {
  margin-bottom: 25px;
}
header .topbar.top {
  margin: 10px 15px 0 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  header .topbar.top {
    display: none;
  }
}
@media (max-width: 768px) {
  header .topbar:not(.top) {
    display: none;
  }
}
header .topbar .info-object {
  background-color: #f9e91e;
  padding: 4px 6px;
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 10px;
}
header .topbar .info-object a {
  text-decoration: none;
}
header .topbar .info-object a:hover {
  opacity: 0.69;
}
header .topbar .info-object.social {
  background-color: #ffffff;
  position: relative;
  margin-right: 15px;
}
header .topbar .info-object.social img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
header .wrapper {
  display: flex;
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  height: 120px;
  align-items: center;
  transition: height 0.15s ease-in;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  header .wrapper {
    height: 80px;
  }
}
header .wrapper.scrolled-nav {
  height: 50px;
  transition: height 0.15s ease-out;
}
header .wrapper.scrolled-nav .logo-container {
  width: 75px;
  transition: height 0.15s ease-out;
  transition: width 0.15s ease-out;
}
@media (max-width: 768px) {
  header .wrapper.scrolled-nav .logo-container {
    width: 50px;
  }
}
header .wrapper.scrolled-nav .logo-container .logo {
  width: 75px;
  height: 75px;
  transition: height 0.15s ease-out;
  transition: width 0.15s ease-out;
}
@media (max-width: 768px) {
  header .wrapper.scrolled-nav .logo-container .logo {
    width: 50px;
    height: 50px;
  }
}
header .wrapper.scrolled-nav .main-menu-mobile-wrapper {
  top: 100px;
  padding-top: 10px;
}
header .wrapper.scrolled-nav .main-menu-mobile-wrapper ul#menu-main-menu-1 {
  margin-top: 20px;
}
header .logo-container {
  width: 200px;
}
@media screen and (max-width: 992px) {
  header .logo-container {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  header .logo-container {
    margin-top: -5px;
  }
}
header .logo-container .logo {
  width: 200px;
  height: auto;
  transition: height 0.15s ease-in;
  transition: width 0.15s ease-in;
}
@media (max-width: 768px) {
  header .logo-container .logo {
    width: 150px;
    height: auto;
  }
}
header .logo-container .logo img {
  width: 100%;
  height: auto;
}
header .navigation {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  header .navigation {
    flex: 1;
  }
}
@media (max-width: 992px) {
  header .navigation {
    padding-right: 15px;
  }
}
header .navigation .main-menu-container {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  header .navigation .main-menu-container .main-menu-container-desktop {
    display: none;
  }
}
header .navigation .main-menu-container .main-menu-container-mobile .open-nav {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  cursor: pointer;
}
header .navigation .main-menu-container .main-menu-container-mobile .open-nav:focus {
  outline: 0;
}
@media (min-width: 768px) {
  header .navigation .main-menu-container .main-menu-container-mobile {
    display: none;
  }
}
header .navigation .dotted a {
  position: relative;
  padding-left: 15px;
}
header .navigation .dotted a::before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
header .navigation .dotted.menu-item-111 > a::before {
  background-color: #3e77ab;
}
header .navigation .dotted.menu-item-114 > a::before {
  background-color: #f5e90d;
}
header .navigation .dotted.menu-item-71 > a::before {
  background-color: #ed7117;
}
header .navigation .dotted.menu-item-112 > a::before {
  background-color: #e0001b;
}
header .navigation .dotted.menu-item-113 > a::before {
  background-color: #379933;
}
header .main-menu-mobile-wrapper.open {
  display: block;
}
header .main-menu-mobile-wrapper {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 998;
  padding: 15px 0 0 0;
  display: none;
  box-shadow: 0 4px 2px -2px rgba(41, 41, 41, 0.25);
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li {
  padding: 10px 15px;
  margin: 0;
  position: relative;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li.menu-item-has-children::after {
  content: "›";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  right: 18px;
  top: 5px;
  font-size: 26px;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li.menu-item-has-children.open-sub::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 24px;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li:last-of-type {
  padding-bottom: 15px;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li.open-sub > ul {
  display: block;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li > a {
  font-weight: 600;
  color: #000000;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li > ul li:not(.dotted) {
  padding: 0;
  margin-top: 10px;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li > ul li:not(.dotted) a {
  color: #000000;
  font-weight: 400;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li > ul li:not(.dotted) a:before {
  content: "›";
  margin-right: 10px;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li > ul li.dotted {
  padding: 0;
  margin-top: 10px;
}
header .main-menu-mobile-wrapper ul#menu-main-menu-1 > li > ul li.dotted a {
  color: #000000;
  font-weight: 400;
}
header #menu-main-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  font-size: 1em;
}
@media screen and (max-width: 992px) {
  header #menu-main-menu {
    font-size: 0.9em;
  }
}
header #menu-main-menu > li {
  position: relative;
  margin-right: 30px;
}
header #menu-main-menu > li:not(.menu-item-has-children):after {
  content: "";
  display: block;
  width: 0%;
  padding-bottom: 5px;
  border-bottom: 3px solid #f9e91e !important;
  transition: 0.5s;
}
header #menu-main-menu > li:not(.menu-item-has-children):hover:after {
  width: 100%;
  /* Change this to whatever width you want to have before hover. */
}
header #menu-main-menu > li:last-child {
  margin-right: 0;
}
header #menu-main-menu > li.current-menu-item > a, header #menu-main-menu > li.current-menu-parent > a {
  font-weight: 700;
  color: #000000;
  padding-bottom: 5px;
  border-bottom: 3px solid #f9e91e !important;
}
header #menu-main-menu > li.menu-item-has-children {
  padding-bottom: 5px;
}
header #menu-main-menu > li.menu-item-has-children::after {
  content: "›";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 5px;
}
header #menu-main-menu > li a {
  color: #000000;
  text-decoration: none;
}
header #menu-main-menu > li a:hover {
  opacity: 0.69;
}
header #menu-main-menu > li:hover > ul {
  display: block;
  position: absolute;
  z-index: 99;
  left: -15px;
}
header #menu-main-menu > li > ul {
  list-style: none;
  margin: 0;
  padding: 15px;
  display: none;
  background-color: #ffffff;
  width: 220px;
  -webkit-box-shadow: 0px 6px 6px -1px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0px 6px 6px -1px rgba(153, 153, 153, 0.5);
  box-shadow: 0px 6px 6px -1px rgba(153, 153, 153, 0.5);
}
header #menu-main-menu > li > ul li {
  margin: 5px 0 5px 0;
}
header #menu-main-menu > li > ul li a {
  font-size: 0.9em;
  font-weight: 400;
}
header #menu-main-menu > li > ul li.current-menu-item > a {
  font-weight: 700;
  color: #000000;
}

html, body {
  overflow-x: hidden;
}

#container {
  margin-top: 120px;
  overflow-x: hidden;
}
@media (max-width: 544px) {
  #container {
    margin-top: 114px;
  }
}

@media (max-width: 1000px) {
  footer .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
figure {
  margin: 0 !important;
}

.img-round img {
  border-radius: 50%;
}

.service_infographic .content-col > div {
  height: 25% !important;
}
@media screen and (max-width: 768px) {
  .service_infographic .content-col > div {
    margin-bottom: 20px;
  }
}

.services_infographic,
.service_infographic {
  font-size: 0.9em;
}
@media (max-width: 768px) {
  .services_infographic,
.service_infographic {
    font-size: 1.1em !important;
  }
}
.services_infographic img,
.service_infographic img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .services_infographic img,
.service_infographic img {
    display: none;
  }
}
.services_infographic .content-col,
.service_infographic .content-col {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .services_infographic .content-col,
.service_infographic .content-col {
    text-align: left !important;
    padding: 0 !important;
  }
}
.services_infographic .content-col > div,
.service_infographic .content-col > div {
  height: 50%;
}
@media screen and (max-width: 768px) {
  .services_infographic .content-col > div,
.service_infographic .content-col > div {
    margin-bottom: 40px;
  }
}
.services_infographic .content-col:first-of-type:not(.center),
.service_infographic .content-col:first-of-type:not(.center) {
  text-align: right;
  padding-right: 30px;
}
.services_infographic .content-col:last-of-type:not(.center),
.service_infographic .content-col:last-of-type:not(.center) {
  text-align: left;
  padding-left: 30px;
}
.services_infographic .center,
.service_infographic .center {
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .services_infographic .center,
.service_infographic .center {
    text-align: left !important;
    padding: 0 !important;
  }
}
.services_infographic .more,
.service_infographic .more {
  display: inline-block;
  background-color: #f9e91e;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 4px 6px;
  text-decoration: none;
  cursor: pointer;
}
.services_infographic .more:hover,
.service_infographic .more:hover {
  opacity: 0.69;
}
@media screen and (min-width: 768px) {
  .services_infographic .more,
.service_infographic .more {
    display: none;
  }
}
.services_infographic .mobile-header,
.service_infographic .mobile-header {
  display: none;
}
@media screen and (max-width: 768px) {
  .services_infographic .mobile-header,
.service_infographic .mobile-header {
    display: block;
  }
}
.services_infographic .mobile-header h3,
.service_infographic .mobile-header h3 {
  font-weight: 700;
  font-size: 1.2em;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.services_infographic .mobile-header h3.auto::before,
.service_infographic .mobile-header h3.auto::before {
  background-image: url(img/icon_auto.png);
}
.services_infographic .mobile-header h3.elektro::before,
.service_infographic .mobile-header h3.elektro::before {
  background-image: url(img/icon_elektro.png);
}
.services_infographic .mobile-header h3.heizung::before,
.service_infographic .mobile-header h3.heizung::before {
  background-image: url(img/icon_heizung.png);
}
.services_infographic .mobile-header h3.photo::before,
.service_infographic .mobile-header h3.photo::before {
  background-image: url(img/icon_photo.png);
}
.services_infographic .mobile-header h3.sicherheit::before,
.service_infographic .mobile-header h3.sicherheit::before {
  background-image: url(img/icon_sicherheit.png);
}
.services_infographic .mobile-header h3.elektro1::before,
.service_infographic .mobile-header h3.elektro1::before {
  background-image: url(img/icon_elektro1.png);
}
.services_infographic .mobile-header h3.ensela::before,
.service_infographic .mobile-header h3.ensela::before {
  background-image: url(img/icon_ensela.png);
}
.services_infographic .mobile-header h3.video::before,
.service_infographic .mobile-header h3.video::before {
  background-image: url(img/icon_video.png);
}
.services_infographic .mobile-header h3.alarm::before,
.service_infographic .mobile-header h3.alarm::before {
  background-image: url(img/icon_alarm.png);
}
.services_infographic .mobile-header h3.blitz::before,
.service_infographic .mobile-header h3.blitz::before {
  background-image: url(img/icon_blitz.png);
}
.services_infographic .mobile-header h3.brand::before,
.service_infographic .mobile-header h3.brand::before {
  background-image: url(img/icon_brand.png);
}
.services_infographic .mobile-header h3.rauch::before,
.service_infographic .mobile-header h3.rauch::before {
  background-image: url(img/icon_rauch.png);
}
.services_infographic .mobile-header h3.notlicht::before,
.service_infographic .mobile-header h3.notlicht::before {
  background-image: url(img/icon_notlicht.png);
}
.services_infographic .mobile-header h3.notstrom::before,
.service_infographic .mobile-header h3.notstrom::before {
  background-image: url(img/icon_notstrom.png);
}
.services_infographic .mobile-header h3::before,
.service_infographic .mobile-header h3::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
  display: block;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .services_infographic #service-automatisierung,
.services_infographic #service-photo,
.services_infographic #service-elektro,
.services_infographic #service-sicherheit,
.services_infographic #service-heizung,
.services_infographic #service-ensela,
.services_infographic #service-video,
.services_infographic #service-alarm,
.services_infographic #service-blitz,
.services_infographic #service-brand,
.services_infographic #service-rauch,
.services_infographic #service-notlicht,
.services_infographic #service-notstrom,
.service_infographic #service-automatisierung,
.service_infographic #service-photo,
.service_infographic #service-elektro,
.service_infographic #service-sicherheit,
.service_infographic #service-heizung,
.service_infographic #service-ensela,
.service_infographic #service-video,
.service_infographic #service-alarm,
.service_infographic #service-blitz,
.service_infographic #service-brand,
.service_infographic #service-rauch,
.service_infographic #service-notlicht,
.service_infographic #service-notstrom {
    display: none;
  }
}

.certificates {
  display: flex;
}
.certificates.align-right {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .certificates.align-right {
    justify-content: center;
  }
}
.certificates.align-center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .certificates.align-center {
    justify-content: center;
  }
}
.certificates > div {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 30px;
}
.certificates > div > img {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .certificates > div > img {
    height: 50px;
  }
}
.certificates > div.markenbetrieb > img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .certificates > div.markenbetrieb > img {
    height: 25px;
  }
}
.certificates > div:last-of-type {
  margin-right: 0;
}

.slick-slide:focus {
  outline: none;
}

.home-slider {
  display: flex !important;
  align-items: center;
}
.home-slider .slide {
  min-height: 500px;
}
@media screen and (max-width: 544px) {
  .home-slider .slide {
    padding-top: 10px;
  }
}
.home-slider .slide .row > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 544px) {
  .home-slider .slide .row > div {
    display: block;
  }
}
.home-slider .slide .content {
  padding: 50px;
  position: relative;
  background-color: #f9e91e;
  max-width: 800px;
}
@media screen and (max-width: 544px) {
  .home-slider .slide .content {
    padding: 30px;
    width: calc(100% - 60px);
  }
  .home-slider .slide .content h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 544px) {
  .home-slider .slide {
    position: relative;
  }
}
.home-slider .slide .image {
  position: relative;
  z-index: 999;
  overflow: hidden;
  width: 100%;
  height: 500px;
}
.home-slider .slide .image img {
  position: absolute;
  top: -25%;
  border-radius: 50%;
}
@media screen and (max-width: 544px) {
  .home-slider .slide .image img {
    border-radius: 0;
    top: 0;
    position: static;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 544px) {
  .home-slider .slide .image-col {
    position: relative;
    height: 200px;
  }
}
.home-slider .slide .more {
  padding: 10px;
  background-color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #000000;
  font-size: 1.2em;
  margin-top: 10px;
  display: inline-block;
}
.home-slider .slide .more:hover {
  opacity: 0.69;
}

.news-slider .slick-list, .news-slider .slick-slide {
  display: grid !important;
}
.news-slider .slick-slide {
  grid-template-rows: 1fr auto auto;
}
.news-slider .slide {
  margin: 0 10px;
  background-color: #e8e9e9;
}
.news-slider .slide .news-image {
  position: relative;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-slider .slide .content {
  padding: 20px;
}
.news-slider .slide .content h3 {
  font-weight: 700;
  font-size: 1.3em;
}
.news-slider .slide .more {
  display: block;
  background-color: #f9e91e;
  padding: 10px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.news-slider .slide .more:hover {
  opacity: 0.69;
}

.slick-prev {
  left: -15px !important;
}

.slick-next {
  right: -15px !important;
}

.slick-prev:before,
.slick-next:before {
  color: #000000 !important;
}

.wp-block-image .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.breadcrumb-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .breadcrumb-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumb-wrapper p#breadcrumbs {
  margin: 0;
}
.breadcrumb-wrapper span {
  font-size: 14px !important;
}
.breadcrumb-wrapper a {
  text-decoration: none;
  font-size: 14px !important;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 544px) {
  .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 544px) and (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services-grid .item-link {
  text-decoration: none;
}
.services-grid .item {
  background-color: #e8e9e9;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-out;
  cursor: pointer;
  height: 100%;
}
.services-grid .item:hover {
  transform: scale(1.05);
}
.services-grid .item .image {
  position: relative;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.services-grid .item .content {
  padding: 20px;
}
.services-grid .item .content h2 {
  font-size: 1.4em;
  font-weight: 700;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.services-grid .item .more {
  display: block;
  background-color: #f9e91e;
  padding: 10px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  flex: 1 0 auto;
  align-self: flex-end;
}
.services-grid .item .more:hover {
  opacity: 0.69;
}

.service-header .kt-inside-inner-col {
  min-height: 400px;
}
@media (max-width: 768px) {
  .service-header .kt-inside-inner-col {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .service-header.hidden {
    display: none;
  }
}

.services-header {
  border-bottom: 3px solid #f9e91e;
  margin-bottom: 20px;
}
.services-header h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.mailster-form {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .mailster-form {
    max-width: 100%;
    margin: 0;
  }
}
.mailster-form .mailster-email-wrapper label {
  display: none;
}
.mailster-form input {
  background-color: #f9e91e;
  color: #000000;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 1.2em;
}
.mailster-form input::placeholder {
  color: #000000;
  opacity: 1;
}
.mailster-form input::-ms-input-placeholder {
  color: #000000;
}
.mailster-form input:focus {
  outline: 0;
}
.mailster-form .mailster-_gdpr-wrapper {
  font-size: 0.8em;
  margin-top: 15px;
  margin-bottom: 15px !important;
  font-style: italic;
}
.mailster-form .mailster-submit-wrapper input {
  background-color: #000000;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 0;
}
.mailster-form .mailster-submit-wrapper input:hover {
  opacity: 0.69;
}

.back-to-parent {
  background-color: #e8e9e9;
  padding: 10px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.back-to-parent:hover {
  opacity: 0.69;
}
@media screen and (max-width: 768px) {
  .back-to-parent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

.top-hidden {
  display: none !important;
}

.wp-block-image img {
  max-width: 100%;
  height: auto !important;
}

img[usemap], map area {
  outline: none;
}

@media screen and (max-width: 767px) {
  .mobile-nogrid {
    display: none;
  }
}

footer {
  background-color: #e8e9e9;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer > .container {
  max-width: 960px;
  margin: 0 auto;
}
footer h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #999999;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul > li {
  margin-bottom: 0;
}
footer ul a {
  font-size: 0.8em;
  text-decoration: underline;
  color: #000000;
}
footer ul a:hover {
  text-decoration: none;
}
footer p {
  font-size: 0.8em;
}
footer .copyright p {
  margin-top: 30px;
  font-size: 0.7em;
  color: #999999;
}
@media (max-width: 768px) {
  footer .footer-col {
    margin-bottom: 20px;
  }
}

.footer_widgets_right ul {
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 544px) {
  .footer_widgets_right ul {
    flex-direction: column;
  }
  .footer_widgets_right ul .kb-gallery-image-contain {
    padding: 0px !important;
  }
}
.footer_widgets_right li, .footer_widgets_right li figure, .footer_widgets_right li div {
  width: max-content !important;
  height: max-content !important;
}
.footer_widgets_right img {
  position: relative !important;
  height: 60px !important;
  width: auto !important;
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.table-row {
  display: table-row;
}

.table-cell.title {
  font-size: 1.1em;
  font-weight: 700;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
@media (max-width: 768px) {
  .table-cell {
    display: block;
    padding: 5px;
  }
}

.table-cell input:not(.wpcf7-submit):not([type=checkbox]),
.table-cell textarea {
  padding: 10px;
  background: #efefef;
  border: 0;
  width: calc(100% - 20px);
}

.table-cell .wpcf7-submit {
  border: 0 !important;
  background-color: #f9e91e;
  padding: 10px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.table-cell .wpcf7-submit:hover {
  opacity: 0.69;
}

body.blog {
  background-color: #e8e9e9;
}

.blog-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .blog-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-wrapper h1 {
  display: none;
}
.blog-wrapper .blog-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .blog-wrapper .blog-posts {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.blog-wrapper .blog-posts .post-image {
  width: 100%;
  height: auto;
  display: block;
}
.blog-wrapper .blog-posts .post-meta {
  background-color: #ffffff;
  padding: 20px;
}
.blog-wrapper .blog-posts .post-meta .post-date {
  font-size: 0.9em;
  color: #999999;
  display: block;
}
.blog-wrapper .blog-posts .post-meta h2 {
  font-size: 1.6em;
  margin-bottom: 5px;
}
.blog-wrapper .blog-posts .more {
  display: block;
  background-color: #f9e91e;
  padding: 10px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.blog-wrapper .blog-posts .more:hover {
  opacity: 0.69;
}
.blog-wrapper ul.blog-pagination {
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.blog-wrapper ul.blog-pagination li {
  flex: 1;
}
.blog-wrapper ul.blog-pagination li:first-child {
  text-align: left;
}
.blog-wrapper ul.blog-pagination li:last-child {
  text-align: right;
}
.blog-wrapper ul.blog-pagination li a {
  background-color: #f9e91e;
  padding: 10px;
  color: #ffffff;
}
.blog-wrapper ul.blog-pagination li a:hover {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #f9e91e;
  color: #f9e91e;
}

.blog-post-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .blog-post-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-post-wrapper .post-meta {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .blog-post-wrapper .post-meta {
    display: block;
  }
}
.blog-post-wrapper .post-meta h1 {
  margin-bottom: 10px;
}
.blog-post-wrapper .post-date {
  font-size: 0.9em;
  color: #999999;
  display: block;
}
.blog-post-wrapper .post-content {
  margin-left: -20px;
  margin-right: -20px;
}
.blog-post-wrapper h1 {
  font-weight: 700;
}

.blog-latest-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 768px) {
  .blog-latest-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.blog-latest-wrapper .col-left {
  grid-area: 1/1/2/2;
}
.blog-latest-wrapper .col-right {
  grid-area: 1/2/2/3;
}
.blog-latest-wrapper .latest-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .blog-latest-wrapper .latest-img {
    margin-bottom: 20px;
  }
}
.blog-latest-wrapper h3 {
  font-weight: 700;
  color: #1d5b61 !important;
}
.blog-latest-wrapper .read-more {
  color: #1d5b61 !important;
}

/* 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;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* 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;
}

h1 {
  font-weight: 400;
  font-size: 2.5rem;
  margin: 0 0 20px 0;
  color: #000000;
  line-height: 1;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1 strong {
  font-weight: 700;
}

h2 {
  font-weight: 400;
  font-size: 2rem;
  margin: 0 0 20px 0;
  color: #000000 !important;
}
h2 strong {
  font-weight: 700;
}

h3 {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0 0 20px 0;
  color: #000000 !important;
}

h3.cta-inquiry {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1.2rem;
}

.sub-header {
  font-weight: 600;
  margin-bottom: 10px !important;
  color: #0A2E36 !important;
}

p {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

#content ul li {
  font-size: 1.1rem;
  line-height: 1.5;
}

html {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
