/* Gesamte Box */

.july-sidebar {
    background: #e7e7e7;
    padding: 28px;
    max-width: 260px;
}

/* ==============================
   JULY HAIRSTYLE - KONTAKTMODUL
   ============================== */

.july-sidebar {
    background: #f8f8f8;
    max-width: 300px;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid #e5e5e5;
}

/* Überschriften */
.july-header {
    background: #b8cf39;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 25px;
}

/* Telefonnummer */
.july-phone {
    text-align: center;
    color: #444444;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Inhalt */
.july-content {
    color: #4f5a66;
    font-size: 15px;
    line-height: 1.7;
}

/* Abschnittsüberschriften */
.section-title {
    color: #444444;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #b8cf39;
}

/* E-Mail Bereich */
.email-title {
    color: #b8cf39;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Links */
.july-content a {
    color: #7fa100;
    text-decoration: none;
}

.july-content a:hover {
    color: #596f00;
}

/* E-Mail Button */
.email-btn {
    display: block;
    text-align: center;
    background: #b8cf39;
    color: #ffffff !important;
    padding: 14px;
    border-radius: 40px;
    text-decoration: none !important;
    font-weight: 700;
    margin-top: 15px;
}

.email-btn:hover {
    background: #9cb227;
}

/* Facebook Button */
.facebook-btn {
    display: block;
    text-align: center;
    background: #1877f2;
    color: #ffffff !important;
    padding: 14px;
    border-radius: 40px;
    text-decoration: none !important;
    font-weight: 700;
    margin-top: 15px;
}

.facebook-btn:hover {
    background: #1464cc;
}

/* Google Maps */
.map-container {
    margin-top: 20px;
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 10px;
}

body {
    background-image: url('/images/hintergrund.jpg') !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

.site-grid {
    background: transparent !important;
}

.container-component {
    background: transparent !important;
}

main {
    background: transparent !important;
}

.container-header .mod-menu a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.container-header img {
    max-width: 1150px;
}

/* ==============================
   FOOTER JULY HAIRSTYLE
   ============================== */

.footer {
    background: #4b4f52;
    color: #ffffff;
    border-top: 4px solid #b8cf39;
    padding: 15px 0;
    margin-top: 40px;
}

.footer .grid-child,
.footer .mod-custom {
    width: 100%;
    text-align: center !important;
}

.footer-links {
    text-align: center;
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff !important;
    text-decoration: none;
    padding: 0 10px;
}

.footer-links a:hover {
    color: #b8cf39 !important;
}

.copyright {
    text-align: center;
    color: #d0d0d0;
    font-size: 14px;
}

.container-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* ==============================
   HEADER JULY HAIRSTYLE
   ============================== */

.container-header .grid-child {
    display: flex;
    align-items: center;
}
/* Menü höher setzen */
.container-header .mod-menu {
    margin-top: -50px;
}
.container-header img {
    max-width: 700px;
}

.container-header .mod-menu a {
    font-size: 22px;
}


