/* Font Awesome */

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-search:before {
    content: "\f002"
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/wp-content/uploads/fontawesome/webfonts/fa-solid-900.eot");
    src: url("/wp-content/uploads/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/uploads/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/uploads/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/uploads/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/uploads/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/wp-content/uploads/fontawesome/webfonts/fa-brands-400.eot");
    src: url("/wp-content/uploads/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/uploads/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/uploads/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/uploads/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/uploads/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}


/* FA Solid */

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}


/* Frontend PRO CSS */

.elementor-slides .swiper-slide-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%
}

.elementor-slides .swiper-slide-inner {
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
    margin: auto
}

.elementor-slides .swiper-slide-inner,
.elementor-slides .swiper-slide-inner:hover {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor--v-position-middle .swiper-slide-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor--h-position-center .swiper-slide-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .elementor-slides .swiper-slide-inner {
        padding: 30px
    }
}

.swiper-pagination-bullets {
    color: #fff;
    cursor: default
}

.swiper-slide {
    border-style: solid;
    border-width: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: border, background, -webkit-transform;
    transition-property: border, background, -webkit-transform;
    -o-transition-property: border, background, transform;
    transition-property: border, background, transform;
    transition-property: border, background, transform, -webkit-transform;
    overflow: hidden
}

.elementor-item:after,
.elementor-item:before {
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    opacity: 0
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
    content: "";
    bottom: 0
}

.elementor-nav-menu--main .elementor-nav-menu a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 20px
}

.elementor-nav-menu--layout-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: nowrap
}

.elementor-nav-menu__align-center .elementor-nav-menu {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    width: 100%
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget-nav-menu .elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-nav-menu {
    position: relative;
    z-index: 2
}

.elementor-nav-menu:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elementor-nav-menu a,
.elementor-nav-menu li {
    position: relative
}

.elementor-nav-menu li {
    border-width: 0
}

.elementor-nav-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
    padding: 10px 20px;
    line-height: 20px
}

.elementor-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .05);
    color: #494c4f
}

.elementor-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 10px;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto
}

.elementor-nav-menu--dropdown a {
    color: #494c4f;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: absolute;
    z-index: 9997
}

@media (max-width: 1024px) {
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: none
    }
}

@media (min-width: 1025px) {
    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display: none
    }
}

.elementor-location-footer:before,
.elementor-location-header:before {
    content: "";
    display: table;
    clear: both
}

.elementor-search-form {
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.elementor-search-form button,
.elementor-search-form input[type=search] {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    min-width: 0;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none
}

.elementor-search-form button {
    background-color: #818a91;
    font-size: 16px;
    color: #fff;
    border-radius: 0
}

.elementor-search-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
    min-height: 50px
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: #eceeef
}

.elementor-search-form__input {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #55595c;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.elementor-search-form__input::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__input::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__submit {
    -webkit-transition: color .2s, background .2s;
    -o-transition: color .2s, background .2s;
    transition: color .2s, background .2s
}

.elementor-search-form .elementor-search-form__submit,
.elementor-search-form .elementor-search-form__submit:hover {
    color: #fff;
    border: none;
    border-radius: 0
}


/* Elementor Frontend CSS */

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

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

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

:root {
    --page-title-display: block
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-column {
    min-height: 1px
}

.elementor-column,
.elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-wrap {
    width: 100%
}

@media (max-width: 767px) {
    .elementor-column {
        width: 100%
    }
}

@media (max-width: 767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }
    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }
    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }
    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }
    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (min-width: 1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
    display: inline-block
}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}


/* Post 13 */

.elementor-13 .elementor-element.elementor-element-fa20d2a>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .elementor-13 .elementor-element.elementor-element-69ebf10 {
        text-align: left;
    }
}

.elementor-13 .elementor-element.elementor-element-fa20d2a:not(.elementor-motion-effects-element-type-background),
.elementor-13 .elementor-element.elementor-element-fa20d2a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #6D574F
}

.elementor-13 .elementor-element.elementor-element-fa20d2a {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-13 .elementor-element.elementor-element-dfc597c .elementor-menu-toggle {
    margin-left: auto;
    background-color: #FFFFFF;
}

.elementor-13 .elementor-element.elementor-element-dfc597c .elementor-nav-menu .elementor-item {
    font-family: "Roboto Slab", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none
}

.elementor-13 .elementor-element.elementor-element-dfc597c .elementor-nav-menu--main .elementor-item {
    color: #FFF;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px
}

.elementor-13 .elementor-element.elementor-element-4f02a11 .elementor-search-form__container {
    min-height: 27px
}

.elementor-13 .elementor-element.elementor-element-4f02a11 .elementor-search-form__submit {
    min-width: 27px;
    background-color: var(--e-global-color-b33510b)
}

.elementor-13 .elementor-element.elementor-element-4f02a11 .elementor-search-form__input,
.elementor-13 .elementor-element.elementor-element-4f02a11.elementor-search-form--button-type-text .elementor-search-form__submit {
    padding-left: calc(27px / 3);
    padding-right: calc(27px / 3)
}

.elementor-13 .elementor-element.elementor-element-4f02a11:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container {
    border-radius: 1px
}

@media(max-width: 767px) {
    .elementor-13 .elementor-element.elementor-element-65111d7 {
        width: 50%;
    }
    .elementor-13 .elementor-element.elementor-element-7a409b0 {
        width: 50%;
    }
    .elementor-13 .elementor-element.elementor-element-dfc597c .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
    .elementor-13 .elementor-element.elementor-element-dfc597c .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 30px !important;
    }
}

@media(min-width: 768px) {
    .elementor-13 .elementor-element.elementor-element-65111d7 {
        width: 12%;
    }
    .elementor-13 .elementor-element.elementor-element-7a409b0 {
        width: 74.332%;
    }
    .elementor-13 .elementor-element.elementor-element-5bd5fd0 {
        width: 13%;
    }
}


/* Post 22 */

.elementor-22 .elementor-element.elementor-element-19a38cbd:not(.elementor-motion-effects-element-type-background),
.elementor-22 .elementor-element.elementor-element-19a38cbd>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #6D574F
}

.elementor-22 .elementor-element.elementor-element-19a38cbd {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 03% 3% 0% 3%
}

.elementor-22 .elementor-element.elementor-element-52012a09 .elementor-menu-toggle {
    margin: 0 auto
}

.elementor-22 .elementor-element.elementor-element-52012a09 .elementor-nav-menu--main .elementor-item {
    color: #FFF
}

.elementor-22 .elementor-element.elementor-element-a28f140:not(.elementor-motion-effects-element-type-background),
.elementor-22 .elementor-element.elementor-element-a28f140>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #6D574F
}

.elementor-22 .elementor-element.elementor-element-a28f140 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0% 0% 3% 0%
}


/* Post 6 */

.elementor-kit-6 {
    --e-global-color-primary: #51AF48;
    --e-global-color-secondary: #000000;
    --e-global-color-text: #000000;
    --e-global-color-accent: #61CE70;
    --e-global-color-49a9b30: #593366;
    --e-global-color-b33510b: #456C27;
    --e-global-color-8745766: #9B857E;
    --e-global-color-647944a: #8B404D;
    --e-global-color-53384e1: #DE780A;
    --e-global-typography-primary-font-family: "Roboto Slab";
    --e-global-typography-primary-font-size: 2rem;
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto Slab";
    --e-global-typography-text-font-size: 1rem;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto Slab";
    --e-global-typography-accent-font-weight: 500;
    color: var( --e-global-color-text);
    font-family: "Roboto Slab", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7em;
}

.elementor-kit-6 p {
    margin-bottom: 0.5em;
}

.elementor-kit-6 a {
    color: var( --e-global-color-primary);
}

.elementor-kit-6 h1 {
    color: var( --e-global-color-primary);
    font-family: "Roboto Slab", Sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
}

.elementor-kit-6 h2 {
    color: var( --e-global-color-primary);
    font-family: "Roboto Slab", Sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
}

.elementor-kit-6 h3 {
    color: var( --e-global-color-primary);
    font-size: 1.4rem;
    font-weight: 400;
}

.elementor-kit-6 h4 {
    font-size: 1rem;
    font-weight: 400;
}

.elementor-kit-6 button,
.elementor-kit-6 input[type="button"],
.elementor-kit-6 input[type="submit"],
.elementor-kit-6 .elementor-button {
    color: #FFFFFF;
    background-color: var( --e-global-color-b33510b);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 0px 0px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1050px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

{}

h1.entry-title {
    display: var(--page-title-display);
}

@media(max-width: 1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1025px;
    }
}

@media(max-width: 767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 768px;
    }
}

.x-text {
    margin-bottom: 2%;
}

.elementor-kit-6 h1 {
    margin-top: 5%;
    margin-bottom: 1%;
}

.elementor-kit-6 h2 {
    margin-top: 3%;
    margin-bottom: 0.5%;
}

.bewertungs-widget {
    margin-top: 4%;
    margin-bottom: 5%;
}

.zweier-teaser {
    margin: 2%;
}

.teaser {
    margin-top: 3%;
    margin-bottom: 3%;
}

.teaser-image:hover {
    opacity: 0.6;
    filter: alpha(opacity=30);
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.elementor-kit-6 .mainnav .menu-item {
    margin: 1%;
    border-style: solid;
    border-width: 1px;
    border-color: #FFF;
}


/* Frontend Legacy */

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 15px
}


/* Eicons durch Fontawesome ersetzen */

.eicon {
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome\ 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.eicon-menu-bar {
    font-style: normal;
}

.eicon-chevron-right {
    font-style: normal
}

.eicon-chevron-left {
    font-style: normal
}

.elementor-menu-toggle i:before {
    content: "\f0c9";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    padding: 8px;
}

.elementor-menu-toggle.elementor-active i:before {
    content: "\f00d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.elementor-swiper-button-next i:before {
    content: "\f054";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    padding: 8px;
}

.elementor-swiper-button-prev i:before {
    content: "\f053";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    padding: 8px;
}


/*  Fonts */

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-100.eot');
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-100.woff2') format('woff2'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-100.woff') format('woff'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-100.ttf') format('ttf')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-200.eot');
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-200.woff2') format('woff2'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-200.woff') format('woff'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-200.ttf') format('ttf')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-300.eot');
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-300.woff2') format('woff2'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-300.woff') format('woff'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-300.ttf') format('ttf')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-400.eot');
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-400.woff2') format('woff2'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-400.woff') format('woff'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-400.ttf') format('ttf')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-500.eot');
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-500.woff2') format('woff2'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-500.woff') format('woff'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-500.ttf') format('ttf')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-600.eot');
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-600.woff2') format('woff2'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-600.woff') format('woff'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-600.ttf') format('ttf')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-700.eot');
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-700.woff2') format('woff2'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-700.woff') format('woff'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-700.ttf') format('ttf')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-800.eot');
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-800.woff2') format('woff2'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-800.woff') format('woff'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-800.ttf') format('ttf')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-900.eot');
    src: url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-900.woff2') format('woff2'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-900.woff') format('woff'), url('/wp-content/uploads/omgf/google-fonts-1/roboto-slab-normal-900.ttf') format('ttf')
}


/* Hello Elementor CSS */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

p {
    margin-top: 0;
    margin-bottom: .9rem
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36
}

a:active,
a:hover {
    color: #336
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

[hidden],
template {
    display: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    width: auto;
    -webkit-appearance: button
}

[type=button],
[type=submit],
button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

dd,
dl,
dt,
li,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

#elementor-popup-modal-4546 .dialog-message {
    height: auto!important;
}