/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 18px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
}
#modal-menu-toggler.active .burger-icon>span {
  	background: #fff;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #222;
}

/*** Block Styles ***/
/* Button */
.sppb-btn-rounded,
.btn-primary {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    padding: 17px 32px 17px 32px !important;
    border: none !important;
    display: inline-block;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.slider .sppb-btn-success:hover,
.btn-primary:hover {
    background: #000 !important;
}

/* Title */
.title-content i {
    width: 50px !important;
    height: 60px !important;
    line-height: 60px !important;
}

/* Promotion Slider */
.slider h2 {
    font-weight: 800 !important;
}
.slider h4 {
    margin: 30px 0;
}
.slider p {
    margin-bottom: 50px;
}

/* Feature */
.feature-item i {
    background-color: #555;
    font-size: 20px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 2px solid #F1F1F1;
    line-height: 37px !important;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}

/* About */
.about-item h6 {
    font-style: italic;
    font-size: 14px;
    margin: 30px 0;
}

/* Counter */
.counter .sppb-col-md-3 {
    border-right: 1px solid #fff;
}
.counter .sppb-col-md-3:last-child {
    border-right: none;
}
.counter-item h1 {
    font-size: 65px;
    font-weight: 600;
}
.counter-item h6 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

/* Team */
ul.team-item-icon {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.team-item-icon li, ul.team-item-icon a {
    display: inline-block;
}
.team-item p {
    margin-bottom: 5px;
}
ul.team-item-icon a {
    font-size: 17px;
    padding: 0 5px;
}
ul.team-item-icon strong {
    display: none;
}

/* Popup */
.notifyjs-metro-info {
    color: #fff !important;
    border: none !important;
    padding: 10px !important;
}
.notifyjs-metro-info .image {
    margin-left: 10px !important;
}
.notifyjs-metro-info .title,
.notifyjs-metro-info .text {
    color: #fff !important;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 10px;
}

/* Hikashop */
a.hikabtn.hikacart {
    padding: 12px 25px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    font-size: 15px;
    margin-bottom: 20px;
}
span.hikashop_product_name {
    padding: 10px 0;
    margin: 0;
}
a.hikabtn.hikacart:hover {
  background: #222 !important;
}
.hikashop_container {
    border: 1px solid transparent;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
span.hikashop_product_price_full {
    margin-top: 20px;
    display: inline-block;
}
/* Contact Info */
form#contact-form {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 50px;
}
.contact-info-full {
    width: 100%;
    margin-top: 20px;
}
.contact-item {
    float: left;
    width: 23%;
    margin-right: 2%;
    text-align: left;
    padding: 30px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.contact-item:nth-child(4n) {
    margin-right: 0%;
}
.contact-item h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 20px 0;
}
.contact-item p {
    font-size: 15px;
}
.contact-item strong {
    display: none;
}
.contact-item em {
    font-size: 24px;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

/* Bottom Area */
#sp-bottom {
    position: relative;
    float: left;
    width: 100%;
}
#sp-bottom .sp-module h3.sp-module-title {
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
#sp-bottom2 .sp-module-content .latestnews>li>a>span {
    display: inline-block;
    color: #333 !important;
}
#sp-bottom ul li a {
    font-size: 14px;
}
#sp-bottom2 .sp-module ul>li {
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    border-bottom: 1px solid #e8e8e8;
}
#sp-bottom2 .sp-module ul>li:last-child {
    border-bottom: none;
}
#sp-bottom3 ul li em,
#sp-bottom4 ul li em {
    padding-right: 10px;
}
#sp-bottom3 ul li em strong,
#sp-bottom4 ul li em strong {
    display: none;
}
#sp-bottom3 ul li,
#sp-bottom4 ul li {
    padding-bottom: 8px;
    margin-bottom: 8px !important;
    border-bottom: 1px solid #e8e8e8;
}

/* Footer Copyright */
#sp-footer {
    width: 100%;
    float: left;
    text-align: center;
}
div#sp-footer1 {
    text-align: left;
}
#sp-footer .container-inner {
    padding: 20px 0 15px 0;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

@media (max-width: 990px) {
    #sp-header .logo {
        height: 70PX;
    }
    .counter .sppb-col-md-3 {
        border-right: 0;
    }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}

body.ltr .sp-megamenu-parent > li .sp-menu-badge,
.sp-megamenu-parent > li .sp-menu-badge, .feature-item:hover i {
	background: var(--background-color)!important;
}
.counter-item h1 {
	color: var(--text-color)!important;
}
a.hikacart,
#sp_qc_submit, .acym_module_form .onefield input, .hikashop_container:hover, .page-item.active .page-link {
	border-color:var(--text-color)!important;
}
.btn-large, .button.btn-large,
.sppb-panel-modern>.sppb-panel-heading.active:after,
.sp-megamenu-parent > li > a:before, 
.slider .sppb-btn-success, .title-content i, .contact-item em,
.btn-primary, .notifyjs-metro-info, a.hikabtn.hikacart, .page-item.active .page-link {
	background: var(--background-color)!important;
}
/* Eintrag roland: Dropdown menue mit oranger Schrift - April 2023 */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
 color:#ff4500
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
 color:#ff4500
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #ff4500;
}
.burger-icon > span {
  background-color: #ff4500;
}



/* Google-Map responsive */

.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 56%;
position: relative;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}