/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/

font.notetext {
  display: none;
}
.blog-post-custom {
    margin-top: -60px;
}

#footer div[id^="bx_incl_area_"] {

    display: inline-block !important;
}

.nomargin {
    margin: 0px !important;
}

.architektur-box {
    padding: 2rem;
    border-radius: .5rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.about-me-parallax {
    padding: 250px 0;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1.2;
    background: rgba(34, 34, 34, 0.85); /* прозрачнее */
    color: #fff;
    padding: 15px 10px 10px;
    z-index: 9999;
    text-align: center;
    font-size: 16px;
    display: none;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.15);
  }
  #cookie-banner .cookie-link {
    color: #796d48;
    text-decoration: underline;
  }
  #cookie-accept-btn {
    margin-left: 20px;
    background: #796d48;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
  }




@media (max-width: 768px) {
    #cookie-banner {
        max-width: 98vw;
        border-radius: 0;
      }
    .about-me-parallax {
        padding: 50px 0px 450px;
    }
    img.logo-default {
        max-width: 270px !important;
        height: auto !important;
    }
    header#header {
        margin-bottom: -25px;
    }
    .color-black-mobile {
      color: #000 !important;
  }

}

@media (max-width: 365px) {
  img.logo-default {
    max-width: 200px !important;
}
}

