/* ==========================================================================
   SCHRIFT IMPORT
   ========================================================================== */
@import url("https://use.typekit.net/sqx6lin.css");

/* ==========================================================================
   VARIABLES
   ========================================================================== */
:root {
    --color-primary: #ed6841;
    --color-secondary: #4a6233;
    --body-text-color: black;
    --body-font-family: "korolev-rounded", Arial, sans-serif;
    --body-line-height: 1.5;
    --body-font-size: 20px;
    --body-bg-color: white;
    --body-font-weight: normal;
    --body-letter-spacing: 0.02em;
    --heading-font-family: "korolev-rounded", Arial, sans-serif;
    --heading-font-weight: 700;
    --heading-line-height: 1.2;
    --heading-letter-spacing: 0;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1rem;
    --h4-font-size: 1rem;
    --h5-font-size: 1rem;
    --h6-font-size: 1rem;
    --body-link-color: black;
    --body-link-hover-color: var(--color-secondary);
    --mainnav-text-color: var(--color-primary);
    --mainnav-link-color: var(--color-primary);
    --mainnav-link-hover-color: var(--color-primary);
    --mainnav-link-active-color: var(--color-primary);
    --footer-bg-color: var(--color-secondary);
    --footer-text-color: white;
    --footer-link-color: white;
    --footer-link-hover-color: white;
    --space: 100px;
    --space-small: 70px;
    --space-extra-small: 30px;
    --t4-gutter-x: 3rem;
}

.row {
    --t4-gutter-x: 3rem;
}

/* ==========================================================================
      ALLGEMEINE DEFINITIONEN
      ========================================================================== */
html,
body {
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
}

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

:focus {
    outline: 0 !important;
}

b,
strong {
    font-weight: 700;
}

p {
    margin-bottom: var(--space-extra-small);
}

p:empty {
    margin-bottom: 0
}

/* ==========================================================================
      TYPO DEFINITIONEN
      ========================================================================== */
h1,
.bodyWrapper .uk-scope h1,
.h1,
h2,
.bodyWrapper .uk-scope h2,
.h2 {
    text-transform: uppercase;
    margin: var(--space-small) auto var(--space-extra-small);
    color: var(--color-primary);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    line-height: var(--heading-line-height);
}

h3,
.bodyWrapper .uk-scope h3,
.h3 {
    text-transform: uppercase;
    margin: 0 auto 0px;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    line-height: var(--heading-line-height);
    color: var(--body-text-color);
}

h4,
.bodyWrapper .uk-scope h4,
.h4 {
    text-transform: uppercase;
    margin: 0 auto 0px;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    line-height: var(--heading-line-height);
    color: var(--body-text-color);
    font-size: var(--h4-font-size);
}

.bodyWrapper .lead {
    font-size: 2rem;
    line-height: 1.2;
    font-family: "korolev", Arial, sans-serif;
    font-weight: 300;
}

.text-primary,
h3.text-primary,
.text-primary a,
#t4-footer h3.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary,
h3.text-secondary,
.text-secondary a,
.t4-offcanvas h3.text-secondary {
    color: var(--color-secondary) !important;
}

.item-content ul {
    margin: 0 0 0 17px;
    padding: 0;
    list-style: none;
}

.item-content ul li:before {
    content: "›";
    display: inline-block;
    width: 17px;
    margin-left: -17px;
}

.bodyWrapper a.download-button {
    text-transform: uppercase;
    background-image: url(../images/icons/download.svg);
    background-size: 32px 32px;
    background-position: center left;
    background-repeat: no-repeat;
    min-height: 32px;
    padding-left: 50px;
    display: inline-block;
}

.bodyWrapper a.button {
    text-transform: uppercase;

}

/* ==========================================================================
      CONTAINER FÜR FOOTER BOTTOM
      ========================================================================== */
.t4-content-inner {
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.t4-content-inner>.t4-section {
    min-width: 100%;
}

#t4-main-body {
    flex-grow: 1;
}

.t4-footer {
    align-self: flex-end;
}
 #t4-main-body .component  {



    padding-right: 0;
}
/* ==========================================================================
      HEADER
      ========================================================================== */
#t4-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: white;
    min-height: 0;
    padding-top: var(--space-extra-small);
    padding-bottom: var(--space-extra-small);
}

.logo-image {
    width: 210px;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.logo-image img {
    width: 100%;
    height: auto;
}

/* ==========================================================================
      MAIN NAVIGATION MOBILE - OFF-CANVAS
      ========================================================================== */
.t4-offcanvas h3 {
    color: white !important;
}

.t4-offcanvas-toggle i {
    font-size: 34px;
}
.has-offcanvas--visible.has-offcanvas--left.has-offcanvas--overlay{
width: 100% !important;
height: 100% !important;
overflow: hidden !important;
}


.c-offcanvas {
    background: var(--color-primary);
    color: white;

}

.t4-offcanvas .t4-off-canvas-header {
    background-color: transparent;
    padding: 1.2rem 1.5rem 0;
}

.t4-offcanvas .t4-off-canvas-header .close {
    background-color: transparent !important;
    padding: 0;
    width: auto;
    height: auto;
}

.t4-offcanvas .t4-off-canvas-header .close:hover span,
.t4-offcanvas .t4-off-canvas-header .close:focus span,
.t4-offcanvas .t4-off-canvas-header .close:active span {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.t4-offcanvas .t4-off-canvas-header .close span {
    color: white;
    width: auto;
    height: auto;
    font-size: 50px;
    font-weight: 300;
    font-family: "korolev", Arial, sans-serif;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item {
    border-bottom: none;
    padding: 0 0 1rem;
    width: 100%;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link,
.t4-offcanvas .t4-off-canvas-body .navbar .separator {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 0;
}




.t4-offcanvas .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: visible!important;
    height: auto!important;
}

.t4-offcanvas .navbar-expand-md .navbar-toggler {
    display: none !important;
}

 @media (min-width: 400px) {
    .c-offcanvas--left {
        transform: translate3d(-400px, 0, 0);
        width: 400px;
        -webkit-transform: translate3d(-400px, 0, 0);
        -moz-transform: translate3d(-400px, 0, 0);
        -ms-transform: translate3d(-400px, 0, 0);
        -o-transform: translate3d(-400px, 0, 0);
    }

    .c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
        transform: translate3d(400px, 0, 0);
        -webkit-transform: translate3d(400px, 0, 0);
        -moz-transform: translate3d(400px, 0, 0);
        -ms-transform: translate3d(400px, 0, 0);
        -o-transform: translate3d(400px, 0, 0);
    }
}

@media (min-width: 650px) {
    .c-offcanvas--left {
        transform: translate3d(-600px, 0, 0);
        width: 600px;
        -webkit-transform: translate3d(-600px, 0, 0);
        -moz-transform: translate3d(-600px, 0, 0);
        -ms-transform: translate3d(-600px, 0, 0);
        -o-transform: translate3d(-600px, 0, 0);
    }

    .c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
        transform: translate3d(600px, 0, 0);
        -webkit-transform: translate3d(600px, 0, 0);
        -moz-transform: translate3d(600px, 0, 0);
        -ms-transform: translate3d(600px, 0, 0);
        -o-transform: translate3d(600px, 0, 0);
    }
} 

/* ==========================================================================
   SECTIONS
      ========================================================================== */
#t4-main-body {
    padding-top: var(--space);
    padding-bottom: var(--space);
}

.t4-section {
    padding-top: 0;
    padding-bottom: 0;
}

#t4-spotlight-4-5,
#t4-spotlight-7-8,
#t4-spotlight-10,
#t4-spotlight-11-12 {
    padding-top: var(--space);
    padding-bottom: var(--space);
}

#t4-spotlight-10 {
    background-color: #ececed;
}

#t4-spotlight-10 h2 {
    margin: var(--space-extra-small) auto var(--space-small);
}

/* ==========================================================================
   VIEW ARTICLE
      ========================================================================== */
.view-article #t4-main-body {
    padding-top: calc(var(--space)*2);
    padding-bottom: calc(var(--space)*2);

}

.view-article #t4-main-body .com-content-article {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--t4-gutter-x, 1rem);
    padding-left: var(--t4-gutter-x, 1rem);

}

/* ==========================================================================
SPOT 1 = VIDEO SLIDER
      ========================================================================== */
      .t4-spotlight-1{
       background-color: var(--color-primary);
    }
.uk-scope .video-slider .uk-overlay-primary {
    background: rgba(34, 34, 34, 0);
    background-image: url(../images/icons/overlay-video.png);
    background-repeat: no-repeat;
    background-size: 45vw auto;
    background-position: bottom -2vw left -2vw;
}

.uk-scope .video-slider .uk-overlay-primary a {
    display: block;
    position: absolute;
    bottom: var(--space-small);
    left: 50%;
    margin-left: -14px;
    background-image: url(../images/icons/scroll-down.svg);
    background-repeat: no-repeat;
    background-size: 39px 48px;
    width: 39px;
    height: 48px;
    overflow: hidden;
    text-indent: -1000px;
    animation-name: bounce;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    animation-duration: 4s;
    animation-iteration-count: 5;
    transform-origin: bottom;
    transition: opacity 0.5s;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    opacity: 0;
}
.uk-scope .video-slider .uk-overlay-primary a.show-button {
    opacity: 1;
}
@keyframes bounce {
    0% {
        transform: scale(1, 1) translateY(0);
        -webkit-transform: scale(1, 1) translateY(0);
        -moz-transform: scale(1, 1) translateY(0);
        -ms-transform: scale(1, 1) translateY(0);
        -o-transform: scale(1, 1) translateY(0);
    }
    5% {
        transform: scale(1.1, .9) translateY(0);
        -webkit-transform: scale(1.1, .9) translateY(0);
        -moz-transform: scale(1.1, .9) translateY(0);
        -ms-transform: scale(1.1, .9) translateY(0);
        -o-transform: scale(1.1, .9) translateY(0);
    }
    15% {
        transform: scale(.9, 1.1) translateY(-25px);
        -webkit-transform: scale(.9, 1.1) translateY(-25px);
        -moz-transform: scale(.9, 1.1) translateY(-25px);
        -ms-transform: scale(.9, 1.1) translateY(-25px);
        -o-transform: scale(.9, 1.1) translateY(-25px);
}
    25% {
        transform: scale(1.05, .95) translateY(0);
        -webkit-transform: scale(1.05, .95) translateY(0);
        -moz-transform: scale(1.05, .95) translateY(0);
        -ms-transform: scale(1.05, .95) translateY(0);
        -o-transform: scale(1.05, .95) translateY(0);
    }
    28% {
        transform: scale(1, 1) translateY(-5px);
        -webkit-transform: scale(1, 1) translateY(-5px);
        -moz-transform: scale(1, 1) translateY(-5px);
        -ms-transform: scale(1, 1) translateY(-5px);
        -o-transform: scale(1, 1) translateY(-5px);
}
    32% {
        transform: scale(1, 1) translateY(0);
        -webkit-transform: scale(1, 1) translateY(0);
        -moz-transform: scale(1, 1) translateY(0);
        -ms-transform: scale(1, 1) translateY(0);
        -o-transform: scale(1, 1) translateY(0);
    }
    100% {
        transform: scale(1, 1) translateY(0);
        -webkit-transform: scale(1, 1) translateY(0);
        -moz-transform: scale(1, 1) translateY(0);
        -ms-transform: scale(1, 1) translateY(0);
        -o-transform: scale(1, 1) translateY(0);
    }
}
/* ==========================================================================
BACKTO TOP
      ========================================================================== */
#back-to-top {
    background-color: transparent !important;
    border-radius: 0px;
    background-image: url(../images/icons/scroll-top.svg);
    background-repeat: no-repeat;
    background-size: 39px 48px;
    width: 39px;
    height: 48px;
    overflow: hidden;
    text-indent: -1000px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;

    right: calc(var(--t4-gutter-x)/2);
}

@media (min-width: 1300px) {
    #back-to-top {
        left: auto;
        right: 50%;
        margin-right: -20px;
    }
}

/* ==========================================================================
   BANNERS
      ========================================================================== */
#t4-spotlight-2,
#t4-spotlight-3,
#t4-spotlight-9 {
    padding-top: var(--space);
    padding-bottom: var(--space);
    background-color: var(--color-secondary);
    color: white !important;
}

#t4-spotlight-2 {
    background-color: var(--color-primary);
}

#t4-spotlight-2 img,
#t4-spotlight-3 img,
#t4-spotlight-9 img {
    width: 300px;
    height: 300px;
}

#t4-spotlight-2 .mod-articlesnews__item>figure,
#t4-spotlight-3 .mod-articlesnews__item>figure,
#t4-spotlight-9 .mod-articlesnews__item>figure {
    margin-bottom: 2rem;

}
#t4-spotlight-2 .mod-articlesnews__item>figure img,
#t4-spotlight-3 .mod-articlesnews__item>figure img,
#t4-spotlight-9 .mod-articlesnews__item>figure img{
  visibility: visible!important;
    
}
@media (min-width: 992px) {

    #t4-spotlight-2 .mod-articlesnews__item,
    #t4-spotlight-3 .mod-articlesnews__item,
    #t4-spotlight-9 .mod-articlesnews__item {
        display: flex;
        align-items: center;
    }

    #t4-spotlight-2 .mod-articlesnews__item>figure,
    #t4-spotlight-3 .mod-articlesnews__item>figure,
    #t4-spotlight-9 .mod-articlesnews__item>figure {
        padding-right: 2rem;
        width: 40%;
        margin: 0;
    }

    #t4-spotlight-2 .mod-articlesnews__item>p,
    #t4-spotlight-3 .mod-articlesnews__item>p,
    #t4-spotlight-9 .mod-articlesnews__item>p {
        margin: 0;
        width: 60%;
    }

    #t4-spotlight-2 .mod-articlesnews__item>p span,
    #t4-spotlight-3 .mod-articlesnews__item>p span,
    #t4-spotlight-9 .mod-articlesnews__item>p span {

        max-width: 80%;
        display: block;
        float: right;
    }

    #t4-spotlight-9 .mod-articlesnews__item>p span {


        float: left;
    }

    #t4-spotlight-9 .mod-articlesnews__item>figure {
        padding-right: 0rem;
        padding-left: 2rem;
        order: 99;
        text-align: right;
    }
}

/* ==========================================================================
MAIN CONTENT #t4-spotlight-7-8 #t4-spotlight-11-12 
      ========================================================================== */
#t4-spotlight-11-12 .section-12,
.sidebar-r {
    padding-right: 0;
}
#t4-spotlight-11-12 .section-11 {
    padding-right: 0;
}
#t4-spotlight-7-8 .section-7 {
    padding-left: 0;
}
#t4-spotlight-7-8 .section-8 {
    padding-right: 0;
}

#t4-spotlight-7-8 .section-8 .newsflash,
#t4-spotlight-11-12 .section-11 .newsflash,
.home #t4-main-body .component .blog {
    padding-left: var(--t4-gutter-x);


    padding-right: var(--t4-gutter-x);
}

@media (min-width: 992px) {

    #t4-spotlight-7-8 .section-8 .newsflash>*,
    #t4-spotlight-11-12 .section-11 .newsflash>*,
    .home #t4-main-body .component .blog>* {
        max-width: 680px;
        float: right;
    }

    #t4-spotlight-7-8 .section-8 .newsflash>* {
        float: left;
    }
}

/* ==========================================================================
SPOT 4 5, 10
      ========================================================================== */
.t4-spotlight-4-5 .container-fluid,
.t4-spotlight-10 .container-fluid {
    max-width: 1630px;
}

/* ==========================================================================
FOOTER
      ========================================================================== */
#t4-footer {
    padding-top: var(--space-extra-small);
    padding-bottom: var(--space-extra-small);
}

#t4-footer .footnav-1 {
    padding-bottom: calc(var(--t4-gutter-x) / 2);
}

#t4-footer h3 {
    color: white !important;
}

@media (min-width: 1300px) {
    #t4-footer .footnav-2>* {
        text-align: right;
        max-width: 632px;
    }

    #t4-footer .footnav-1 {
        padding-bottom: 0;
        align-self: end;
    }

    #t4-footer {
        background-image: url(../images/icons/overlay-footer.svg);
        background-size: 248px 160px;
        background-repeat: no-repeat;
        background-position: bottom -30px left 330px;
    }
}

/* ==========================================================================
      WIDGET
      ========================================================================== */
.bodyWrapper .uk-scope p {
    margin: 0 0 0px 0;
    margin-top: 0px;
}

.bodyWrapper .uk-scope .uk-card-default {
    color: var(--body-text-color);
    font-family: "korolev", Arial, sans-serif;
    font-weight: 300;
    line-height: var(--heading-line-height);
    background-color: #ececed;
    box-shadow: none;
}

.bodyWrapper .uk-scope .uk-card-default .uk-card-body {
    padding: 10px 10px 30px;
}

.bodyWrapper .uk-scope .uk-link,
.bodyWrapper .uk-scope a {
    color: var(--body-link-color);
    text-decoration: none;
}

.bodyWrapper .uk-scope .uk-link-toggle:hover .uk-link,
.bodyWrapper .uk-scope .uk-link:hover,
.bodyWrapper .uk-scope a:hover {
    color: var(--body-link-hover-color);
    text-decoration: none;
}

.bodyWrapper .uk-scope .uk-card-default .uk-card-body a[href^="mailto:"],
.bodyWrapper .uk-scope .uk-card-default .uk-card-body a[href^="tel:"] {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    text-indent: -1000px;
    background-image: url(../images/icons/mail.svg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center center;
    margin-right: 7px;
    ;
}

.bodyWrapper .uk-scope .uk-card-default .uk-card-body a[href^="tel:"] {
    background-image: url(../images/icons/phone.svg);
}

.bodyWrapper .uk-scope .uk-card-default .uk-card-body .btn-box {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.bodyWrapper .uk-scope .uk-dotnav>.uk-active>* {
    background-color: var(--color-primary);
}

.bodyWrapper .uk-scope .uk-dotnav>*> :hover {
    background-color: var(--color-primary);
    ;
}

.bodyWrapper .uk-scope .uk-dotnav>*>* {
    width: 15px;
    height: 15px;
    border: 2px solid var(--color-primary);
}

/* ==========================================================================
   TABLE
      ========================================================================== */
.bodyWrapper .table {
    margin: 0;
}

.bodyWrapper .table> :not(caption)>*>* {
    padding: 0 0 var(--space-extra-small) 0;
    border-bottom-width: 0px;
    background-color: transparent;
    box-shadow: none;
}

.bodyWrapper .table> :not(caption)>*>*:nth-child(1) {
    padding: 0 15px var(--space-extra-small) 0;
    min-width: 58px;
}

@media (min-width: 992px) {
    .bodyWrapper .table>* {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 600px;
    }

    .bodyWrapper .table>*>tr {
        width: 50%;
    }

    .bodyWrapper .table> :not(caption)>*>*:nth-child(2) {
        padding: 0 var(--space-extra-small) var(--space-extra-small) 0;
    }
}

/* ==========================================================================
ADMIN
       ========================================================================== */
.edit-link {
    display: none;
}

/* ==========================================================================
       RESPONSIVE DEFINITIONEN
       ========================================================================== */
@media (max-width: 1600px) {
    :root {
        --body-font-size: 18px;
        --space: 90px;
        --space-small: 50px;
        --space-extra-small: 20px;
        --t4-gutter-x: 2rem;
    }

    .bodyWrapper .lead {
        font-size: 1.7rem;
    }

    .row {
        --t4-gutter-x: 2rem;
    }
}

@media (max-width: 1399px) {
    :root {
        --space: 80px;
    }

    h1,
    .bodyWrapper .uk-scope h1,
    .h1,
    h2,
    .bodyWrapper .uk-scope h2,
    .h2 {
        margin: 0 auto var(--space-extra-small);
    }

    .mod-articlesnews__item>h2:nth-of-type(2) {
        margin-top: var(--space);
    }

    .view-article #t4-main-body .com-content-article {

        max-width: 1140px;
    }

}

@media (max-width: 1199px) {


    #t4-header>.container {
        max-width: 100% !important;
    }

    .view-article #t4-main-body .com-content-article {

        max-width: 100%;
    }
    .uk-scope .video-slider .uk-overlay-primary {
  
        background-size: 80vw auto;
        background-position: bottom -4vw left -4vw;
      }
}

@media (max-width: 991px) {

    :root {
        --body-font-size: 16px;
        --space: 70px;
        --space-small: 40px;
        --space-extra-small: 20px;
    }

    #t4-spotlight-2 img,
    #t4-spotlight-3 img,
    #t4-spotlight-9 img {
        width: 100px;
        height: 100px;
    }

    #t4-spotlight-2,
    #t4-spotlight-3,
    #t4-spotlight-9 {
        text-align: center;
    }

    #t4-spotlight-2 .mod-articlesnews__item>p,
    #t4-spotlight-3 .mod-articlesnews__item>p,
    #t4-spotlight-9 .mod-articlesnews__item>p {
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;margin-bottom: 5px;
    }

    .logo-image {
        width: 180px;

    }
    #t4-spotlight-7-8,
    #t4-main-body,
    #t4-spotlight-11-12 {

        padding-bottom: 0;
    }

    #t4-spotlight-11-12 .section-12,
    .sidebar-r {


        
        margin: var(--space) 0 0;
    }



    #t4-spotlight-7-8 .section-7 {
        padding: 0;
        margin: var(--space) 0 0;
        order: 1;
    }

    #t4-spotlight-2,
    #t4-spotlight-3,
    #t4-spotlight-9 {
        padding-top: 20px;
        padding-bottom: 20px;

    }
    #t4-spotlight-2 .mod-articlesnews__item > figure, #t4-spotlight-3 .mod-articlesnews__item > figure, #t4-spotlight-9 .mod-articlesnews__item > figure {
        margin-bottom: 10px;
      }
    .section-5 h2 {
        margin-top: var(--space);
    }
    

}

@media (max-width: 639px) {

    :root {
        --space: 40px;

 
        --space-small: 30px;
        --t4-gutter-x: 1rem;
    }

    .row {
        --t4-gutter-x: 1rem;
    }

    .logo-image {
        width: 140px;
    }

    .bodyWrapper .table> :not(caption)>*> :nth-child(1) {
        padding: 0 10px var(--space-extra-small) 0;
        min-width: 48px;
    }

    .bodyWrapper .lead {
        font-size: 1.4rem;
    }

    .t4-offcanvas-toggle i {
        font-size: 30px;
      }
      .uk-scope .video-slider .uk-overlay-primary a,#back-to-top {

        background-size: 30px 37px;
        width: 30px;
        height: 37px;
       
      }.t4-offcanvas .t4-off-canvas-body .t4-module .module-inner {
        padding: 0 1rem;
      }
      
      #t4-spotlight-2 img, #t4-spotlight-3 img, #t4-spotlight-9 img {
        width: 80px;
        height: 80px;
      }

    }