CSS Custom




/* 
------------
Fonts
------------
*/

/* Fonts */


h1 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 800;
}

h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
}
h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
}
h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
}
h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
h7 {
    font-size: 12px;
    line-height: 10px;
    font-weight: 600;
}
p {
    font-size: 16px;
    line-height: 24px;
    font-weight: ;
}
body {
    font-size: 16px;
    line-height: 24px;
    font-weight: ;
}
b,
 strong {
    font-weight: 800 !important;
}

a {
    color: #6e931f;
    font-weight: 600;
}

a:hover {
    color: #6e931f;
    font-weight: 600;
}

p a:link {
        color: #6e931f;
        }

p a:visited {
        color: #6e931f;
        }

.convertforms a:link {
        color: #6e931f;
        font-weight: 400;
        }

.convertforms a:visited {
        color: #6e931f;
        }


.entry-header h2 {
    font-size: 32px !important;
    line-height: 1;
    margin: 8px 0 0;
}

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 45px;
line-height: 58px;
font-weight: 700;
}

.titlecenter .article-details .article-header h1, .article-details .article-header h2 {
text-align: center
}





















.titlecenter .article-details .article-full-image img {
    width: 600px;
}

/* Font Types */




h1, h2, h3, h4, h5, h6, p, body {
    font-family: 'montserrat' !important;
}

/* 900 */

@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-black.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/montserrat-blackitalic.ttf') format('truetype');
}


/* 800 */

@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-extrabold.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/montserrat-extrabolditalic.ttf') format('truetype');
}


/* 700 */

@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-bolditalic.ttf') format('truetype');
}


/* 600 */

@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-semibold.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-semibolditalic.ttf') format('truetype');
}


/* 500 */

@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-medium.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-mediumitalic.ttf') format('truetype');
}


/* 400 */

@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-italic.ttf') format('truetype');
}


/* 300 */

@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 1 300 0;
  src: url('../fonts/montserrat-light.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/montserrat-lightitalic.ttf') format('truetype');
}


/* 200 */

@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-extralight.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/montserrat-extralightitalic.ttf') format('truetype');
}


/* 100 */

@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/montserrat-thin.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/montserrat-thinitalic.ttf') format('truetype');
}





/* Screen Sizes */


.view-article #sp-main-body .container .article-info, .view-article #sp-main-body .container .article-header .view-article #sp-main-body .container .article-ratings-social-share, .view-article #sp-main-body .container .article-print-email, .view-article #sp-main-body .container ul.pager, .view-article #sp-main-body .container hr .view-article #sp-main-body .container div[itemprop="articleBody"] {
  text-align: left;
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.view-article #sp-main-body .container .article-info, .view-article #sp-main-body .container .article-header {
  text-align: left;
  max-width: 1140px;
  padding: 0 20px 10px 20px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
}

.view-article #sp-main-body .container .article-ratings-social-share, .view-article #sp-main-body .container .article-print-email, .view-article #sp-main-body .container ul.pager, .view-article #sp-main-body .container hr {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.view-article #sp-main-body .container div[itemprop="articleBody"] {
  max-width: 900px;
  padding: 0 20px 80px 20px;
  margin-left: auto;
  margin-right: auto;
}




.width900 {
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
}









.imgwide .sppb-img-responsive {
    width: 5000px;
}



.escootee-bar .view-article #sp-main-body .container div[itemprop="articleBody"] {
max-width: 100%;
width: 100% !important;
padding: 0 20px 0px 20px;
margin-left: auto;
margin-right: auto;
}


.shariff .orientation-horizontal {
  text-align: left;
  max-width: 380px;
  padding: 30px 20px 20px 20px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}


.shariff a:link {
padding: 5px !important;
margin: 10px;
width: 40px !important;
height: 40px !important;
}

.shariff .orientation-horizontal li {
width: 50px !important;
height: 50px !important;
}



















.shariff a {  
border-radius: 50% !important;
width: 30px;
height: 30px;
}



.article-details .article-full-image img {
width: 100%;
}

@media only screen and (max-width: 1200px) {
.view-article #sp-main-body .container .article-info, .view-article #sp-main-body .container .article-header .view-article #sp-main-body .container .article-ratings-social-share, .view-article #sp-main-body .container .article-print-email, .view-article #sp-main-body .container ul.pager, .view-article #sp-main-body .container hr .view-article #sp-main-body .container div[itemprop="articleBody"] {
  max-width: 960px;
}

.view-article #sp-main-body .container .article-info, .view-article #sp-main-body .container .article-header {
  max-width: 960px;
}

.view-article #sp-main-body .container .article-ratings-social-share, .view-article #sp-main-body .container .article-print-email, .view-article #sp-main-body .container ul.pager, .view-article #sp-main-body .container hr {
  max-width: 960px;
}

.view-article #sp-main-body .container div[itemprop="articleBody"] {
  max-width: 960px;
}

.shariff .orientation-horizontal {
  max-width: 960px;
}

#kt {
  max-width: 960px;
}



.shariff .orientation-horizontal {
  max-width: 280px;
  padding: 30px 20px 20px 20px;
}

}

@media only screen and (max-width: 992px) {
.view-article #sp-main-body .container .article-info, .view-article #sp-main-body .container .article-header .view-article #sp-main-body .container .article-ratings-social-share, .view-article #sp-main-body .container .article-print-email, .view-article #sp-main-body .container ul.pager, .view-article #sp-main-body .container hr .view-article #sp-main-body .container div[itemprop="articleBody"] {
  max-width: 720px;
}

.view-article #sp-main-body .container .article-info, .view-article #sp-main-body .container .article-header {
  max-width: 720px;
}

.view-article #sp-main-body .container .article-ratings-social-share, .view-article #sp-main-body .container .article-print-email, .view-article #sp-main-body .container ul.pager, .view-article #sp-main-body .container hr {
  max-width: 720px;
}

.view-article #sp-main-body .container div[itemprop="articleBody"] {
  max-width: 720px;
}

.shariff .orientation-horizontal {
  max-width: 720px;
}

#kt {
  max-width: 720px;
}


.shariff .orientation-horizontal {
  max-width: 280px;
  padding: 30px 20px 20px 20px;
}

}

@media only screen and (max-width: 768px) {
h1 {
    font-size: 36px;
    line-height: 48px;
}
h2 {
    font-size: 36px;
    line-height: 46px;
}
h3 {
    font-size: 24px;
    line-height: 36px;
}
h4 {
    font-size: 21px;
    line-height: 34px;
}
h5 {
    font-size: 18px;
    line-height: 28px;
}
h6 {
    font-size: 16px;
    line-height: 20px;
}
h7 {
    font-size: 12px;
    line-height: 10px;
}
p {
    font-size: 15px;
    line-height: 24px;
}
body {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400 !important;
}

.entry-header h2 {
    font-size: 24px !important;
    line-height: 1;
    margin: 8px 0 0;
}

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 24px;
line-height: 36px;
}

.view-article #sp-main-body .container .article-info, .view-article #sp-main-body .container .article-header .view-article #sp-main-body .container .article-ratings-social-share, .view-article #sp-main-body .container .article-print-email, .view-article #sp-main-body .container ul.pager, .view-article #sp-main-body .container hr .view-article #sp-main-body .container div[itemprop="articleBody"] {
  max-width: 540px;
}

.view-article #sp-main-body .container .article-info, .view-article #sp-main-body .container .article-header {
  max-width: 540px;
}

.view-article #sp-main-body .container .article-ratings-social-share, .view-article #sp-main-body .container .article-print-email, .view-article #sp-main-body .container ul.pager, .view-article #sp-main-body .container hr {
  max-width: 540px;
}

.view-article #sp-main-body .container div[itemprop="articleBody"] {
  max-width: 540px;
}

.shariff .orientation-horizontal {
  max-width: 540px;
}

#kt {
  max-width: 540px;
}


#kt .kt-form-header {
visibility: collapse;
height: 0px;
}




.shariff .orientation-horizontal {
  max-width: 280px;
  padding: 30px 20px 20px 20px;
}


}


/* Language Selector */

.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0 20px 0 0;
  float: right 
}


/* Logo & Header */

#sp-header .logo a {
color: #ffffff !important;
}

#sp-header {
padding: 0px 30px 0px 20px !important;
box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
}


#sp-header .b2b-menue {
height: 60px;
}


/* Megamenu */

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
width: 150% !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 10px;
border-radius: 0 0 5px 5px;
}


.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    padding: 0 15px 0 5px;
    line-height: 75px;
    font-size: 12px;
    letter-spacing: 0.7px;
    font-weight: 500;
    text-transform: uppercase;
}
    }




.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 10px 10px 10px 10px;
    border-radius: 0 0 5px 5px;
}


#sp-header.menu-fixed .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 10px 10px 10px;
}


#sp-header-menu-fixed .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #333333;
    background-color: rgba(0, 0, 0, 0.6) !important;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    z-index: 9999;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 10px 10px 10px;
}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    display: block;
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.7px;
    font-weight: 500;
    cursor: pointer;
}





.sppb-btn-custom {
border-radius: 50px;
}

.sppb-btn-rounded {
border-radius: 50px;
}

.cf-btn  {
border-radius: 50px;
}


.convertforms .cf-btn {
opacity: 1;
border-radius: 50px !important;
}



/* Mobile Menu */


#offcanvas-toggler >i {
  color: #6e931f !important;
}

#offcanvas-toggler >i:hover {
  color: #969696;
}

#offcanvas-toggler {
    font-size: 25px;
    line-height: 60px;
    padding: 10px 0px 0 0;
}

.offcanvas-menu .offcanvas-inner {
    padding: 50px 0;
}

.offcanvas-menu {
    height: 100%;
    opacity: 1;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 300px;
    z-index: 99999;
    color: #fff;
    background-color: #6e931f;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 20px 10px 30px;
    text-transform: none;
    transition: all 300ms ease 0s;
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
padding: 0 20px 0 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
color: #fff;
font-size: 16px;
}

.offcanvas .offcanvas-menu {
    opacity: 0.95;
    background-color: #33333;
}


.close-offcanvas {
    background: none;
    color: #fff;
    font-size: 28px;
}

module ul > li.active > a {
    color: #fff !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
    color: #fff;
    font-size: 33px;
}


body.ltr .close-offcanvas {
right: 23px;
}

.close-offcanvas:hover {
background: none;
color: #fff;
}


.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #fff;
}


.article-details .article-full-image {
    margin-bottom: 60px;
}

/* Title */


#sp-title {
    min-height: auto;
}


#sp-title .container {
    width: auto;
    max-width: 100%;
    }

.sp-page-title {
    background: #6e931f;
    min-height: 30px;
    padding: 15px 15px 15px 15px;
    border-radius: 50px;
    margin: 0px 20px 0px 20px;
}
.sp-page-title h2, .sp-page-title h3 {
    font-weight: 600 !important;
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}
.sp-page-title h2 {
    font-size: 18px !important;
    line-height: 1;
    color: #ffffff !important;
    text-align: left !important;
}
.sp-page-title h3 {
    font-size: 20px;
    line-height: 1;
    color: #000000 !important;
    margin-top: 0px;
}


/* Component */

#sp-main-body {
  padding: 40px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}


.sppb-btn-primary {
    color: #fff;
    background-color: #6e931f !important;
    border-color: #6e931f !important;
    font-weight: 300;
}


.sppb-btn {
padding: 12px 24px;
}





@media only screen and (max-width: 768px) {
.sppb-btn-primary {
    font-weight: 300;
    font-size: 12px;
}

.sppb-btn {
padding: 6px 12px;
} 

}




/* Blog Grid */

.cbp-l-grid-blog-title {
    font: 600 16px / 24px "montserrat", sans-serif;
    color: #6e931f;
    display: block;
    margin-top: 17px
}

.cbp-l-grid-blog-title:hover {
    color: #6e931f;
    font-weight: 600;
}

.cbp-l-grid-blog-date {
    font: 400 12px / 18px "montserrat", sans-serif;
    color: #787878;
    display: inline-block
}

.cbp-l-grid-blog-comments {
    font: 400 12px / 18px "montserrat", sans-serif;
    color: #3C6FBB;
    display: inline-block
}

.cbp-l-grid-blog-comments:hover {
    opacity: .8
}

.cbp-l-grid-blog-desc {
    font: 400 13px / 18px "montserrat", sans-serif;
    font-weight: 300;
    color: #9B9B9B;
    margin-top: 9px;
    height: 0px;
}

.cbp-l-grid-blog-split {
    margin: 0 4px;
    font: 400 13px / 16px "montserrat", sans-serif;
    font-weight: 300;
    color: #787878;
    display: inline-block
}

.su-post-grid .su-blog-img {
margin-bottom: 17px;
border-radius: 5px;
}


.cbp-l-caption-text {
font: inherit;
color: #fff;
letter-spacing: 0.7px;
font-size: 13px;
font-weight: 500;
}

.cbp-caption-activeWrap {
background-color: #6e931f !important;
}

.cbp {
    height: unset;
}

.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, .cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc {
    white-space: normal;
}

.cbp-l-loadMore-button {
visibility: collapse;
max-height: 0px;
}

#kt {
max-width: auto;
}




.kt-comment-permalink {
visibility: hidden;
}

#kt .kt-form-header {
visibility: collapse;
height: 0px;
}


div.acymailing_footer {
padding-top: 0px;
font-size: 0px;
visibility: collapse;
}


.escootee-komento .kt-title-bar__title {
    visibility: collapse;
}


.escootee-komento .kt-title-bar {
    height: 0px;
}

.escootee-komento #sp-main-body {
    padding: 0px 0;
}

/* Column */

.px-column {
    max-width: 600px;
}

.bg-right {
  width: 100%;
  height: 100%;
  background-position: 50%;
}


.su-pgrid-meta > .cbp-l-grid-blog-date:after {
width: 0px;
}

/* Article */


.article-info >dd {
    color: inherit;
    text-transform: none;
}

.view-article #sp-main-body .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.article-details .article-full-image img {
  border-radius: 0px;
  margin-bottom: -25px;
}



.article-info > span {
padding-top: 10px;
}




/* Bottom */


.sp-module ul > li > a::before {
    content: none;
    font-family: FontAwesome;
    margin-right: 0px;
}

.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  font-size: 15px;
  line-height: 24px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.sp-module ul >li {
  display: block;
  border-bottom: 0px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}





/* Footer */



#sp-footer p {
font-size: 10px !important;
line-height: 15px;
font-weight: 400;
}


#sp-footer {
  background: #ffffff;
  color: #474747;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}


#sp-footer a:link {
    color: #474747;
    font-weight: 400;
}

#sp-footer a:visited {
    color: #474747;
    font-weight: 400;
}











div.hikashop_footer {
padding: 0px 0px;
clear: both;
font-size: 0px;
}



/* Social Sharing */


.shariff li a {
    box-sizing: border-box;
    color: #ffffff !important;
    display: block;
    height: 30px;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
}

.shariff li .share_count, .shariff li .share_text {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 30px;
    vertical-align: middle;
    color: #ffffff;
}

.shariff ul {
padding: 0 0 30px 0;
margin: 0;
list-style: none;
}




/* Form */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    color: #555555;
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.acymailing_module_form td {
    padding-bottom: 25px;
    vertical-align: top;
}

.alert-success {
color: #fff;
background-color: #6e931f;
border-color: #6e931f;
font-weight: 600;
}


input[type="radio"], input[type="checkbox"] {
    width: 20px !important;
}

.convertforms .cf-checkbox-group .cf-label, .convertforms .cf-radio-group .cf-label {
    margin: 0;
    font-weight: 400;
    padding-left: 0px;
    font-size: 13px;
    color: #999999;
}

.convertforms.cf-success .cf-response {
background-color:  #6e931f;
}

.convertforms .cf-label {
    font-weight: 300;
    font-size: 13px !important;
    color: #999999 !important;
}

.convertforms button, .convertforms form, .convertforms label, .convertforms .cf-input {
font-weight: 500;
}





.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
padding: 0px 18px 0px 18px;
}



.convertforms .cf-label .cf-required-label {
color: #999999;
}




.convertforms .cf-btn {
font-weight: 700;
}


.convertforms .cf-checkbox-group, .convertforms .cf-radio-group {
margin-top: -7px;
}

#kt h1, #kt h2, #kt h3 {
font-size: 24px !important;
}


#kt .btn {
font-weight: 600;
font-size: 16px;
}

#kt {
  max-width: 900px;
  padding: 0 15px 0 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

#kt .btn-kt-primary:hover {
background-color: #6e931f !important;
border-color: #6e931f !important;
}

#kt .btn-kt-primary {
    color: #fff !important;
    background-color: #6e931f !important;
    border-color: #6e931f !important;
}

#kt h1, #kt h2, #kt h3, #kt h4, #kt h5, #kt h6, #kt .es-h1, #kt .es-h2, #kt .es-h3, #kt .es-h4, #kt .es-h5, #kt .es-h6 {
font-family: montserrat;
font-weight: 700;
color: inherit;
}

#kt {
font-family: unset;
}

#kt .o-form-control {
display: block;
width: 100%;
margin: 0;
font-size: 13px;
color: #333;
background-color: #eeeeee;
border-radius: 5px !important;
border: unset;
font-weight: 400;
}

#kt input, #kt button, #kt select, #kt textarea {
font-family: montserrat;
}

#kt .kt-form-editor {
border: unset;
}

#kt .kt-editor-info {
border: unset;
height: 0px;
}

#kt .kt-form-title {
border-bottom: unset;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 60px;
}

#kt .kt-title-bar {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: unset;
}

#kt .kt-dashboard-tab {
border-bottom: unset;
}

#kt .kt-dashboard-tab__item {
padding: 0px;
visibility: collapse;
height: 0px;
}

#kt .markItUpHeader {
border-bottom: 0px solid #ddd !important;
visibility: collapse;
max-height: 0px;
}

#jc {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}

#jc h4 {
color: #555;
background-color: inherit;
font-weight: bold;
text-align: left;
border-bottom: 0px solid #D2DADB;
padding: 0 0 2px 0;
margin-bottom: 30px;
padding: 0 15px 0 15px;
}

#comments-footer {
border-top: 0px solid #ccc;
visibility: collapse;
}


#kt .o-alert--info {
background-color: #6e931f;
border-color: #6e931f !important;
color: #fff !important;
font-size: 16px;
font-weight: 600;
}

#kt .kt-comment {
border: 0px solid #ddd;
border-radius: 5px;
background-color: #f7f7f7;
}

#kt .kt-comment__hd {
border-bottom: 0px solid #ddd;
}

#kt .kt-comment__ft {
border-top: 0px solid #ddd;
}

#kt .kt-comments__item {
margin-bottom: 15px;
}

#kt .o-media__image {
margin-right: 0px;
visibility: collapse;
width: 0px;
}

#kt .kt-title-bar__title {
margin: 0 0 25px 0;
}

#kt .o-checkbox input[type="checkbox"]:checked+label:before {
background-color: #6e931f;
border-color: #6e931f;
text-decoration: none;
}

#kt .o-alert--danger, #kt .o-alert--error {
background-color: #6e931f;
border-color: #6e931f !important;
color: #fff !important;
font-size: 16px;
font-weight: 600;
}

#kt .kt-comment__ft {
border-top: 0px solid #ddd;
background-color: #f0f0f0;
border-radius: 0 0 5px 5px;
}


/* Sellacious */

.category-box {
    border: 0px solid #cccccc;
    border-radius: 5px;
}

.category-box .item-counts-strip {
    background: #6e931f;
}

.category-box:hover .item-counts-strip {
	background: #6e931f;
}

.categories_innerheading {
    border-bottom: 0px solid #cccccc;
}

.category-box h6 {
	color: #ffffff;
	padding: 30px 10px;
	background: rgba(0, 0, 0, 0.4);
}

.category-box:hover h6 {
	opacity: 1;
	background: #fff;
	color: #000;
}







/* Shadow */


.booksingle-imageshadow
{
    -webkit-filter: drop-shadow(6px 6px 23px #999999); /* Chrome, Safari, Opera */
    filter: drop-shadow(6px 6px 23px #999999);
}


/* Effects */

.mask {
  -webkit-mask-image: linear-gradient(to top, black 60%, transparent);
  mask-image: linear-gradient(to top, black 60%, transparent);
}

.gradient {
  background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 95% );
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 95% );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 100%);
}

.layer {
    position: relative;
    z-index: 9999;
}


/* Editor */


.mceMenu {
    width: 208px;
    height: 300px !important;    
}


/* Weblinks */

.isotope_button-group {
padding-bottom: 20px;
}

.isotope_button-group .btn:active, .isotope_button-group .btn.is-checked, .isotope_button:active, .isotope_button.is-checked {
background-color: #6e931f;
background: #6e931f;
color: white;
font-weight: 700;
}

.isotope_button-group .btn:hover, .isotope_button:hover {
background-color: #6e931f;
color: white;
}

.isotope_button-group .btn {
background-color: #fff;
color: #6e931f;
border-width: 1px;
border-color: #6e931f;
font-weight: 700;
}

.isotope_grid .isotope_item {
padding: 50px 10px 5px 0px !important;
}

.isotope_item {
margin: 0px;
padding: 0px;
background: #fff;
line-height: 12px;
}


.iso_button_more {
background-color: #fff;
color: #6e931f;
border-width: 1px;
border-color: #6e931f;
font-weight: 700;
margin-top: 0px;
margin-left: 30%;
margin-right: 30%;
max-width: 40%;
visibility: collapse;
max-height: 0px;
}


.weblinkstitle {
font-size: 18px;
line-height: 24px;
}
.weblinkstitle a:link {
color: #303030;
}

.weblinkstitle a:visited {
color:#303030;
}


.isotope_item a {
font-weight: 700 !important;
}

.isotope_item p {
margin-top: 6px;
margin-bottom: 0px;
line-height: 15px;
}

.simpleweblinks .fg-row {
visibility: collapse;
max-height: 0px;
}

.simpleweblinks a {
font-size: none;
line-height: none;
}

.weblinksinfo {
font-size: 12px;
line-height: 10px;
}

.weblinksimage {
    float: left;
    width: 29%;
    max-width:300px;
}



.weblinksimage img {
    border-radius: 10px;
}






.weblinksinfo {
    float: right;
    width: 70%;
}
.weblinksintro {
font-size: 15px;
line-height: 24px !important;
}

.weblinkstitletag {
    color: #6e931f;
    font-weight: 600;
    margin-bottom: -10px;
    }
    

@media only screen and (max-width: 992px) {
.weblinkstitle {
font-size: 16px;
line-height: 20px;
}


.weblinksintro {
font-size: 0px;
line-height: 0px !important;
visibility: collapse;
}
}



@media screen and (max-width: 600px)


{
    .isotope_item img{
    max-width:100% !important}

    .isotope_item {
    width: 100% !important;}




.weblinksimage {
    float: left;
    width: 36%;
    max-width:300px;
}

.weblinksinfo {
    float: right;
    width: 60%;
}




  
}





.bonuscodeborder {
border: 3px solid #6e931f;
border-radius: 12px;
}

.bonuscodetitle p {
font-size: 18px;
font-weight: 800;
background-color: #6e931f;
color: #fff;
padding: 10px 10px 10px 10px;
}

.bonuscodetexts {
padding: 0px 10px 0px 10px;
font-weight: 500;
}


.iso_fields_title{
    
}


.isotope-main {
overflow: hidden;
}




.fg-row input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
padding: 11px 20px;
font-size: 16px;
line-height: 20px;
border: 0px solid #6e931f;
border-radius: 5px;
margin-bottom: 0px;
background-color: #f4f4f4;
font-size-option: 13px;
color: #333333;
font-weight: 500;
}

.acym_module_success {
color: #ffffff !important;
border-radius: 5px !important;
background-color: #6e931f !important;
font-size: 16px;
font-weight: 500;
}



.ison-cancel-squared:before {
font-size: 36px;
color: #6e931f;
}

[class^="ison-"]:before, [class*=" ison-"]:before {
line-height: 36px;
text-shadow: none;
}

.iso_cat_img {
max-width: 0px;
}

.iso_cat_img_art {
max-width: px;
}

/* GDPR */

.cc-banner .cc-message {
font-size: 13px;
line-height: 15px;
font-weight: 500;
padding-right: 15px;
}

.cc-banner.cc-bottom {
background-color: #6e931f !important;
}

div.cc-revoke, div.cc-window {
font-size: 10px !important;
font-weight: 500;
font-family: Montserrat;
text-decoration: none !important;
}


.cc-revoke.cc-bottom {
bottom: 0;
left: 3em;
border-top-left-radius: .5em;
border-top-right-radius: .5em;
background-color: rgba(0,0,0,0.4) !important;
}

.cc-banner a:link {
color: #fff;
font-weight: 900;
}

.cc-banner a:hover {
color: auto;
font-weight: 900;
}

.cc-banner a:visited {
color: #fff;
font-weight: 900;
}

.cc-btn {
    border-radius: 5px;
}

.cc-banner .cc-btn.cc-allow {
background-color: #fff !important;
border-color: #fff;
color: auto;
font-size: 13px;
font-weight: 700;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child {
text-decoration: none !important;
font-size: 12px !important;
font-weight: 700;
}

label {
  font-weight: 300;
  font-size: 13px;
  line-height: 48px;
}

div.control-label {
  font-weight: 300;
  font-size: 13px;
  line-height: 48px;
}


/* JomSocial */

.joms-focus__link {
    height: 0px;
}


(.fullwidthimage .sppb-carousel-inner>.sppb-item>a>img, .sppb-carousel-inner>.sppb-item>img, .sppb-img-responsive {
    width: 3000px;
    })


.joms-button--primary:hover, .joms-button--add:hover, .joms-button--login:hover, .joms-button__approve:hover, .joms-postbox-tab .joms-postbox-save:hover, .joms-postbox-tab .joms-postbox-done:hover, .joms-focus__button--add:hover, .joms-button--primary:active, .joms-button--add:active, .joms-button--login:active, .joms-button__approve:active, .joms-postbox-tab .joms-postbox-save:active, .joms-postbox-tab .joms-postbox-done:active, .joms-focus__button--add:active, .joms-button--primary:focus, .joms-button--add:focus, .joms-button--login:focus, .joms-button__approve:focus, .joms-postbox-tab .joms-postbox-save:focus, .joms-postbox-tab .joms-postbox-done:focus, .joms-focus__button--add:focus {
background: #7e97fd;
text-decoration: none;
color: #fff !important;
width: auto !important;
}



.min-75 {
  min-height: 75px;
}

/* Marktübersicht */

.category-box-parent {
    visibility: collapse;
    max-height: 0px;
    padding: 0px;
}

.categories_innerheading {
    border-bottom: 0px solid #cccccc;
    visibility: collapse;
    max-height: 0px;
    padding: 0px;
}

.list-layout .product-box {
    background-color: #ffffff;
    border: 0px solid #e6e6e6;
}

.product-box .image-box .product-img {
   background-position: top;
}

.productdetail-img {
    border: 0px solid #f1f1f1;
}

.quantitybox {
  visibility: collapse;
}

hr.isolate {
    border-top: 0px dotted #dddddd;
}

.product-price {
    color: #000000;
}

.image-detail .product-img, .image-detail .product-vid {
    margin-bottom: 30px;
    min-width: auto !important;
    width: auto !important;
    height: 400px !important;
    background-size: contain;
    background-position: top;
}

.ph-item-box.list .ph-category-price-box, .ph-item-box.gridlist .ph-category-price-box {
    padding-bottom: 0px;
    visibility: collapse;
    max-width: 0px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}

.ph-item-desc {
  font-size: 13px;
}

h3.list, h3.gridlist {
    margin: 0px 0px -60px 0px;
    padding: 0px;
    background: transparent;
    font-size: 24px;
}


.row:before {
display: none;
}

.sppb-article-info-wrap h3 {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0px 40px 0px;
}

.b-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f7f7f7;
    border: 0px solid #ddd;
    border-radius: 5px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    border-radius: 5px;
}

.img-thumbnail {
    padding: 0px;
    border: 0px solid #dee2e6;
    border-radius: 5px;
}

.fade:not(.show) {
    opacity: 1;
}

.ph-tab-pane {
    padding: 15px;
    margin-top: 50px;
    margin-left: -155px;
    border-bottom: 0px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

h3.list, h3.gridlist {
    margin: 0px 0px -60px 0px;
    padding: 0px 15px;
    background: transparent;
    font-size: 24px;
}

.ph-item-desc {
  padding: 0px 15px;
}

.ph-item-price-box {
  visibility: collapse;
}

.ph-item-manufacturer-box {
  visibility: collapse;
}

.tab-pane h4 {
  font-size: 18px;
}

.nav {
    margin-left: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #6e931f;
    border: 0px solid #ddd;
    font-size: 24px;
}

.ph-tab-pane {
    padding: 15px;
    margin-top: 50px;
    margin-left: 0px;
    border-bottom: 0px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    min-width: 0px;
}


.row {
flex-wrap: nowrap;
}


#mxcpr {
    padding-top: 0px;
    visibility: collapse;
}

.row-fluid .sblock3 {
    width: 100%;
}

.jshop_list_product .product .name {
    text-align: left;
}

.jshop_list_product .product .image {
    text-align: left;
    padding-right: 20px;
}

.productfull .image_middle {
    width: auto;
}

.jshop h1 {
    font-size: 48px;
    padding-bottom: 20px;
    font-weight: 600;
}

.jshop img {
    border-radius: 5px;
}

.productfull .text_zoom {
    padding-bottom: 0px;
    padding-top: 0px;
    visibility: collapse;
    max-height: 0px;
}

.button_detail {
  visibility: none;
}

.jshop_list_product .product .name {
    font-size: 24px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {

.jshop_list_product .product .name {
    font-size: 16px;
    padding-bottom: 10px;
}
}

img.jshop_img {
    text-align: left;
    border: 0px;
    width: 280px;
    border-radius: 5px;
}

.jshop_price {
    color: inherit;
}

.extra_fields .extra_fields_group {
    padding-top: 20px;
    font-size: 18px;
    padding-bottom: 10px;
}

.jshop_list_product .product .description {
    font-size: 15px;
}

.block_efg .extra_fields_value {
    position: absolute;
    left: 150px;
}

.jshop_prod_description hr {
    border-top: 7px solid #6e931f;
    border-radius: 5px;
    margin-top: 0px;
}

.jshop_list_product .block_product {
    background-color: #f7f7f7;
    border-radius: 5px;
    padding-bottom: 10px;
    padding: 10px;
}


.jshop_list_product .jshop_related {
    background-color: #ffffff;
    border-radius: 5px;
    padding-bottom: 10px;
    padding: 10px;
}


.related_header {
    margin-top: 50px;
    padding-top: 16px;
    padding-bottom: 40px;
    border-bottom: 0px;
    border-top: 2px solid #6e931f;
    border-radius: 0px;
    font-size: 18px;
}

.jshop .product_list_hr {
    height: 0px;
    border-top: 10px solid #fff;
    margin-bottom: 0px;
}

.manufacturer_description hr {
    border-top: 7px solid #6e931f;
    border-radius: 5px;
    margin-top: 0px;
}

.category_description hr {
    border-top: 7px solid #6e931f;
    border-radius: 5px;
    margin-top: 0px;
}

.manufacturer_logo img{
  position: relative;
  left: -25px;
  padding-top: 20px;
  max-height: 120px;
  max-width: 160px;
}

.jshop .product_label .label_name {
    font-weight: bold;
    color: #6e931f;
    margin-left: 16px;
    line-height: 30pt;
    font-size: 10pt;
}




#escootee-reichweiteninfo {
    border-radius: 5px;
}

#escootee-reichweiteninfo a {
    font-weight: 900;
}

#escootee-backtolist {
    border-radius: 5px;
}


#escootee-backtolist .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 0px;
}


.borderradius5 {
    border-radius: 5px;
    }


::selection {
  background-color: #6e931f;
  color: #fff;
  font-weight: 700;
}

.doubleborder {
background-color: #6e931f;
border-radius: 5px;
border-style: double;
border-color: #ffffff;
border-width: 6px;
}





.promo {
    background-color: #6e931f;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}


.promoleft {
    background-color: #6e931f;
    color: #fff;
    border-color: #6e931f;
    border: 2px;
    border-radius: 0px 0 px 5px 5px;
    padding: 5px;
}


.promoright {
    background-color: #6e931f;
    color: #fff;
    border-color: #6e931f;
    border: 2px;
    border-radius: 5px 5px 0px 0px;
    padding: 5px;
}







.newsletter-row {
margin-right: auto !important;
margin-left: auto !important;
padding-left: 15px !important;
padding-right: 15px !important;
}

li {
padding-bottom: 10px;
}


td, th {
vertical-align: top !important;
padding: 0px 10px 13px 0px;
line-height: 20px;
}

.logo-image-phone .old {
height: auto !important;
}


.sppb-panel-faq .sppb-panel-body {
border: 0px;
}

.sppb-panel-faq .sppb-panel-heading {
border: 0px;
}

.sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
color: #303030;
top: 20px;
}

.cc-window.cc-opacity-70 {
opacity: 1 !important;
}



.alert-danger {
color: #ffffff;
background-color: #6e931f;
border: 0px;
}


.cc-color-override-426440808 .cc-highlight .cc-btn:first-child {
color: rgba(163, 213, 57, 0.64) !important;
border-color: #6e931f !important;
background-color: #6e931f !important;
}

.cc-color-override--1131546520 .cc-highlight .cc-btn:first-child {
color: rgba(163, 213, 57, 0.64) !important;
border-color: #6e931f !important;
background-color: #6e931f !important;
}


.form-group {
margin-bottom: 0px;
}

.osm-heading {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 20px !important;
    color: #6e931f;
}

.osm-container h1, .osm-container h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 20px !important;
    color: #6e931f;
}

.nav-tabs.nav-stacked {
border-bottom: 0;
padding: 20px 0px 40px 0px;
}

.btn {
padding: 15px 15px;
margin-bottom: 0;
margin-top: 30px;
font-size: 16px;
font-weight: 500;
color: #fff;
text-shadow: none;
background-color: #6e931f;
background-image: none;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 50px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.form {
margin: 0px 0px -50px 0px;
}




.input-group-text {
font-size: 16px;
font-weight: 500;
color: #fff;
text-align: center;
background-color: #6e931f;
border: 0px;
border-radius: 5px;
}

.form-horizontal .form-actions {
padding-left: 0px;
}



.form-actions {
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-color: #fff;
border-top: 0px;
}


.formError .formErrorContent {
width: 100%;
background: #fff;
color: #6e931f;
font-size: 13px;
line-height: 17px;
border: 1px solid #6e931f;
box-shadow: 0 0 0px #000;
-moz-box-shadow: 0 0 0px #000;
-webkit-box-shadow: 0 0 0px #000;
-o-box-shadow: 0 0 0px #000;
padding: 4px 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
font-weight: 500;
}

.formError .formErrorArrow div {
border-left: 1px solid #6e931f;
border-right: 1px solid #6e931f;
background: #fff;
box-shadow: 0 0 0px #000;
-moz-box-shadow: 0 0 0px #000;
-webkit-box-shadow: 0 0 0px #000;
-o-box-shadow: 0 0 0px #000;
}

.osm-privacy-policy-message {
visibility: collapse;
}

@media only screen and (max-width: 768px) {
.mobilescreen {
margin: 0px -20px 0px -20px;
}

.centerimages {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}

.centerobjects  {
position: absolute;
left: 50%;
transform: translateX(-50%);
}

.centertexts {
text-align: center;
}

.rowcenter {
margin: auto;
max-width: 992px;
}

.sp-page-builder .page-content #section-id-1638017611715 {
margin: auto;
max-width: 992px;
}


.escooteelinksinfo {
font-size: 12px;
line-height: 10px;
margin-bottom: 0px;
}

.escooteelinkstitle {
font-size: 18px;
line-height: 24px;
}
.escooteelinkstitle a:link {
color: #303030;
}

.escooteelinkstitle a:visited {
color:#303030;
}


@media only screen and (max-width: 992px) {

.escooteelinkstitle {
font-size: 16px;
line-height: 20px;
}

}

.mceDefaultSkin iframe {
    display: block;
    width: 100%;
    min-height: 1500px;
}

.marginbottom-15 {
    margin-bottom: -15px;
}


.linkshadow {
    text-shadow: 2px 2px 5px #000;
    }



.margintop-7 {
margin-top: -7px;
}


.imgwide img{
    width: 6000px;
    max-width: 100%;
}


















































