@charset "UTF-8";
/***!  /templates/shaper_helixultimate/css/custom.css  !***/

#sp-header {
  height: 160px;
  display: flex;
  align-items: center; /* Vertical centering */
}

@media (max-width: 768px) { /* Adjust breakpoint as needed */
    #sp-header {
        height: 80px; /* Decrease height for mobile */
    }
}


#offcanvas-toggler {
  height: 1px;
  display: flex;
  align-items: center; /* Vertical centering */
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  line-height: normal; /* Reset line-height if using flexbox */
  display: flex;
  align-items: center; /* Vertical centering */
  height: 40px;
}

#sp-menu > .sp-column {
  justify-content: center !important;
  display: flex;
  align-items: center; /* Ensure vertical centering */
  height: 40px;
}

#sp-top3 p {
  margin-bottom: 0;
}

.sp-megamenu-parent > li:last-child > a {
  padding: 0px;
  height: 40px;
  display: flex;
  align-items: center;
}





.cta-button, .content-main .cta-button {
   /* background: url(/images/2022/frm_knapp.jpg);*/
 background-color: #9a6534 !important;
    background-size: cover;
    height: 36px;
    color: #fff;!important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    padding: 5px 15px 5px 15px;
  /*  box-shadow: 0 4px 4px rgb(0 0 0 / 30%); */
    transition: .2s;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.cta-button:hover {
    background-color: #fff; 
}


.cta-buttonliten, .content-main .cta-buttonliten {
 background-color: #9a6534 !important;
    background-size: cover;
    height: 36px;
    color: #fff;!important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    padding: 5px 15px 5px 15px;
  /*  box-shadow: 0 4px 4px rgb(0 0 0 / 30%); */
    transition: .2s;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

#.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #9a6534 !important;
    background-size: cover;
    height: 40px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 30px;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
    transition: .2s;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sppb-btn.sppb-btn-custom {
 background-color: #9a6534 !important;
    background-size: cover;
    height: 40px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    padding: 5px 15px 5px 15px;
  /*  box-shadow: 0 4px 4px rgb(0 0 0 / 30%); */
    transition: .2s;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

  
}

@media screen and (max-width: 680px) {
#sp-pagebuilder-overlay-44 {
  background-color: transparent;
  position: relative !important;
  display: none !important;}

.sp-pagebuilder-popup {
display: none !important;
  width: 0; height: 0;  z-index: 0;
  max-width: 0; position: relative;}
    }
