/**** FOOTER MENU *****/
.menufooter {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}


/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 5px!important;
        font-size: 10px!important;
    }
    .lt-price-sub .price-bg-bottom {
        border-left: 100px solid transparent!important;
        border-right: 100px solid transparent!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 31%!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 7px!important;
    }
  	#sp-logo img {
      	width: 100%;
    }
    .lt-price-sub .price-bg-bottom {
        border-left: 80px solid transparent!important;
        border-right: 80px solid transparent!important;
    }
    #sp-bottom #sp-bottom3 {
        clear: left;
    }
    #sp-bottom1, #sp-bottom2 {
        padding-bottom: 30px;
    }
    .lt-price-sub .price-bg-bottom {
        border-left: 80px solid transparent!important;
        border-right: 80px solid transparent!important;
    }
}
@media (min-width: 980px) and (max-width: 1024px) {
    #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 50%;
    }
    #sp-bottom3 {
        clear: left;
    }
    .lt-price-sub .price-bg-bottom {
        border-left: 80px solid transparent!important;
        border-right: 80px solid transparent!important;
    }
}
@media (max-width: 767px) {
    .projects-filter {
        display: inline-block;
    }
    .projects-filter ul li {
        display: block;
        float: left;
        margin: 10px 0;
    }
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    #sp-footer2 {
        text-align: left!important;
    }
    .sp-contact-info {
        float: left!important;
    }
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-menu {
        position: absolute!important;
        right: 0;
        top: 35px;
    }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
  	.lt-booking-content h3 {
        font-size: 28px!important;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
}
/***** GENERAL *****/
.sppb-section-title h3 {
    
}
.sppb-section-title p {
    text-transform: uppercase;
    padding-bottom: 20px;
    max-width: 100%;
}
.sppb-section-title p {
    font-size: 13px;
    color: #000;
}
.lt-button {
    padding: 8px 30px;
    border: 2px solid #e1e1e1;
    color: #3f3f3f;
    text-transform: uppercase;
}
.lt-button:hover {
    color: #fff;
}
.btn {
    border-radius: 0!important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    text-shadow: none;
    text-transform: uppercase;
    border: none!important;
}
.template-options.opened,
.helix3-toggler {
    z-index: 999;
}
.offcanvas-menu ul li.current {
    display: none;
}
#sp-logo .logo {
	padding: 14px 0;
}
/***** SLIDER *****/
.tp-dottedoverlay {
    background-color: #2c3d50!important;
    opacity: .6;
}
#sp-slide-wrapper .home-top-slide-text {
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px!important;
}
/***** INTRODUCTION *****/
.lt-introduction .lt-intro-sub {
    cursor: pointer;
}
.lt-introduction .lt-intro-sub h3 {
    padding-bottom: 20px;
}
/***** TEAM *****/
.lt-team-member {
    background: #f6f6f6 none repeat scroll 0 0;
    text-align: center;
    padding: 10px 0;
  	padding-top:0px;
    transition: all 400ms ease 0s;
}
.lt-team-member:hover {
    cursor: pointer;
    transition: all 400ms ease 0s;
}
.lt-team-member img {
    opacity: 0.7;
    width: 100%;
    transition: all 400ms ease 0s;
}
.lt-team-member img:hover {
    opacity: 1;
    transition: all 400ms ease 0s;
}
.lt-team-member ul {
    bottom: 50px;
    float: right;
    margin: 0 auto;
    opacity: 0;
    position: relative;
    transition: all 400ms ease 0s;
    width: 100%;
    z-index: 999;
}
.lt-team-member:hover ul {
    opacity: 1;
    padding-left: 0;
    transition: all 400ms ease 0s;
}
.lt-team-member ul li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 10px;
}
.lt-team-member ul li em {
    color: #fff;
    font-size: 30px;
    transition: all 400ms ease 0s;
}
.lt-team-member ul li em:hover {
    cursor: pointer;
    transition: all 400ms ease 0s;
}
.lt-team-member h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    transition: all 400ms ease 0s;
}
.lt-team-member:hover h4 {
    transition: all 400ms ease 0s;
}
.lt-team-member p {
    font-style: italic;
}
/***** PORTFOLIO *****/
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 0!important;
}
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
/***** SERVICES *****/
.lt-service-sub {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 30px 0;
    text-align: center;
}
.lt-service-sub i {
    color: #000;
    font-size: 40px;
}
.lt-service-sub h3 {
    color: #000;
    font-weight: 500;
    padding-bottom: 20px;
}
.lt-service-sub p {
    padding: 20px 0;
}
.lt-service-sub a {
    border: 2px solid #d3d3d3;
    color: #000;
    padding: 10px 30px;
    transition: all 400ms ease 0s;
}
.lt-service-sub a:hover {
    border: medium none;
    transition: all 400ms ease 0s;
}
/***** PRICE *****/
.lt-price-sub {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0;
    text-align: center;
}
.lt-price-sub .price {
    padding: 20px 0 5px 0;
}
.lt-price-sub .price-special {
    opacity: .7;
}
.lt-price-sub h6 {
    color: #fff;
    margin: 0 !important;
    padding: 10px 0;
    text-transform: uppercase;
}
.lt-price-sub h1 {
    color: #fff;
    font-size: 64px;
    margin: 0;
    font-weight: 700;
}
.lt-price-sub h5 {
    color: #fff;
    font-style: italic;
}
.lt-price-sub .price-bg-bottom {
    border-left: 130px solid transparent;
	border-right: 130px solid transparent; 
}
.lt-price-sub .price-bg-bottom-special {
    opacity: .7;
}
.lt-price-sub ul {
    margin: 0 !important;
    padding: 30px 0 !important;
}
.lt-price-sub ul li {
    border-bottom: 1px solid #f6f6f6;
    list-style: outside none none;
    padding: 10px 0;
}
.lt-price-sub ul li a {
    color: #000;
    transition: all 400ms ease 0s;
}
.lt-price-sub ul li a:hover {
    transition: all 400ms ease 0s;
}
/***** BLOG *****/
#lt-k2-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
#lt-k2-blog div.k2ItemsBlock ul li {
    width: 31%;
    margin-right: 20px;
    float: left;
}
#lt-k2-blog div.k2ItemsBlock ul li.lastItem {
    margin-right: 0;
}
#lt-k2-blog div.k2ItemsBlock ul li a {
    font-size: 18px;
}
#lt-k2-blog a.moduleItemImage img {
    width: 100%!important;
}
#lt-k2-blog .moduleItemIntrotext p {
    margin-top: 10px;
    display: inline-block;
}
#lt-k2-blog .media-body {
    padding-top: 10px;
}
/***** BOOKING *****/
div.k2ItemsBlock ul {
    padding-left: 0;
}
.lt-booking-content h3 {
    font-size: 34px;
    color: #fff;
}
.lt-booking-content p {
    color: #fff;
}
/***** K2 *****/
span.catItemImage img,
span.itemImage img {
    width: 100%!important;
}
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}

/* Refine Page Builder */
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    margin: 0 auto;
}
.lt-page-service i {
  margin-top: 10px;
}
.sp-simpleportfolio-img {
    width: 100%;
}
/***** Onepage *****/
.sp-megamenu-parent > li.menu-first > a {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a.menu-first {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-view {
    display: none;
}
.sp-simpleportfolio-title a {
  display: none;
}
/* Portfolio */
.projects-filter a {
    padding: 8px 15px;
    font-size: 1em;
    border-radius: 0;
    text-transform: uppercase;
}
.projects-filter a {
    color: #fff;
    background: #2d2d2d;
}
.projects-filter ul li {
    background: none;
}
.projects-filter ul {
    text-align: center;
}
.projects-wrapper img {
    width: 100%;
}
.projects-filter {
    border-bottom: none;
}
.projects-wrapper .project-img .project-img-extra h4 {
    color: #fff!important;
}


//esho.de Stefan Drews Erweiterungen
.preis {
  font-family: Arial;
  font-weight: bold;
  font-size: 32pt;
  color: #fff;
}