/* 404 */

div#content.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 90px 0px;
    max-width:1350px;
    margin:0 auto;
  }
  
  .error-404.not-found.default-max-width .page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
  }
  
  div#content.page-404 img{
    max-width: 100%;
    padding-top: 50px;
  }
  div#content.page-404{
    text-align: center;
  }
.anfrage-col.listandsell-button.error-btn a {
    background: #F18702;
    color: #fff;
    padding: 13px 26px;
    border-radius: 8px;
}
 .anfrage-col.listandsell-button.error-btn a:hover {
    background: #186AB3;
    color: #fff;
    transition: 0.3s;
}
h1.page-title-error {
  font-size: 38px;
  text-align: flex;
}
  @media only screen and (max-width:1024px){
    /* borlab==begin */
    #BorlabsCookieBoxWidget.bottom-left {
      left: 0;
      bottom: 66px !important;
  }
        /* borlab==end */

    div#content.page-404 {
        padding: 100px 16px;
        text-align: center;
    }

  }
  /* 404 end*/
.menu{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.menu li a{
  font-size: 17px;
  color: #000;
}
.menu li a:hover{
  color: #F18702;
  transition: 0.3s;
}
.widget_nav_menu{
  width: 100%;
}
.top-btn-group .kb-button{
  height: 55px !important;
}
.top-logo {
    margin-bottom: 0px;
}
/* ======================== MEGA MENU BEGIN  ============ */
li#menu-item-823 .sub-menu {
    display: none;
}
li#menu-item-823 .sub-menu.show-menu {
    display: block !important;
    transform: translateX(0);
    border: 0px solid #f6ca47;
    min-height: 200px;
    position: fixed;
    will-change: transform;
    width: 100%;
    left: 0;
    z-index: 99;
    padding-top: 29px;
    margin-top: -1px;
}
.menu-item.closed  .sub-menu {
    display: none;
}
li#menu-item-823 a{
  display: flex;
  align-items: center;
}
.arrow-icon {
  transition: transform 0.25s ease;
  transform-origin: center;
}
li#menu-item-823:hover .arrow-icon {
   transform: scaleY(-1);
}
li#menu-item-823 svg {
    margin-bottom: -1px;
}
.sub-menu {
    margin-top: 10px !important;
    background-color: #ffffff !important;
    background-image: none !important;
    position: fixed;
    left: 0;
    z-index: 5;
}
li#menu-item-823 .sub-menu.show-menu .kt-svg-icon-list-item-wrap{
  font-size: 17px !important;
}
.submenuarrow{
  margin-bottom: -4px;
}
.menu-list.mobile {
  max-width: 500px;
  margin: 0 auto !important;
  padding: 20px;
}
  @media only screen and (max-width:1024px){
    /* borlab==begin */
    #BorlabsCookieBoxWidget.bottom-left {
      left: 0;
      bottom: 66px !important;
  }
        /* borlab==end */

    div#content.page-404 {
        padding: 100px 16px;
        text-align: center;
    }

  }
  /* 404 end*/

  /* Blog Body */
/* .post-left {
  padding: 32px;
} */

.blog-header {
    padding: 0px 0px 32px 0px;
    border-bottom: 1px solid #00000030;
    margin-bottom: 30px;
}

.blog-header h2 {
    font-size: 37px !important;
    line-height: 46px !important; 
}

.post-left .lead {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 32px;
  padding-bottom: 24px;
}

.post-left h1 {
  font-size: 38px;
  line-height: 48px
}


.post-left h2 {
  font-size: 26px;
  font-weight: 600;
  color: var(--text-white);
  margin: 32px 0 16px;
  letter-spacing: 0.3px;
}

.post-left p {
  margin-bottom: 16px;
}

.post-left ul {
  margin: 20px 0;
  padding-left: 24px;
}

.post-left ul li {

  margin-bottom: 8px;
}

.post-left ul li::marker {
  color: var(--primary-blue);
}

.post-left blockquote {
  background: rgba(59, 130, 246, 0.08);
  border-left: 4px solid var(--primary-blue);
  padding: 24px;
  margin: 28px 0;
  border-radius: 0 12px 12px 0;
}

.post-left blockquote p {
  font-size: 16px;
  font-style: italic;
  color: var(--text-light-gray);
  margin-bottom: 8px;
}

.post-left blockquote cite {
  font-size: 13px;
  color: var(--text-muted);
  font-style: normal;
}


.post-left ul {
    list-style: disc !important;
    /* color: red; */
}

.post-left ul li::marker {
    color: #000 !important;
}