/* ==== Barlow Font (self-hosted) ==== */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/barlow-300-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/barlow-300-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/barlow-400-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/barlow-400-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/barlow-500-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/barlow-500-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/barlow-600-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/barlow-600-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==== General Part ==== */
body {
    font-family: "Barlow", sans-serif;
}

/* ===== NAVIGATION PART ==== */
.header-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}
header {
    box-shadow: 0 2px 0 rgba(0,0,0,.2); 
    padding: 10px 100px !important; 
    margin-bottom: 2px;
}
@media only screen and (max-width: 1200px) {
    header {
        padding: 20px 30px !important;
    }
}

/* ===== Desktop Menu ===== */
.main-nav {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.main-nav li {
    margin: 0;
}

.main-nav a {
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}

/* aktif & hover underline */
.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background: #4a4a4a;
    transition: width .5s ease;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
    width: 100%;
}

/* ===============================
   HAMBURGER
================================ */

.hamburger {
    width: 32px;
    height: 22px;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    padding: 0;
}

.hamburger span {
    height: 2px;
    width: 100%;
    background: #111;
    display: block;
    transition: transform .3s ease, opacity .3s ease;
}

.hamburger span:nth-child(2) {
    margin-left: 10px;
}

/* Hover */
.hamburger:hover span:nth-child(2) {
    transform: translateX(-20px);
}

/* Menu açıkken */
.hamburger.active span:nth-child(2) {
    transform: translateX(-20px);
}

/* ===============================
   MOBILE DROPDOWN MENU
================================ */

.mobile-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);

    height: 0;
    overflow: hidden;
    opacity: 1;

    transition:
        height 750ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 750ms ease;
}

.mobile-dropdown.open {
    opacity: 1;
}

.mobile-dropdown-inner {
    padding: 30px 20px;
}

/* ===============================
   CLOSE BUTTON
================================ */

.close-menu {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}

/* ===============================
   MOBILE MENU ITEMS
================================ */

.mobile-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.mobile-dropdown li {
    margin: 18px 0;
}

.mobile-dropdown a {
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 500;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
}
/* aktif & hover underline */
.mobile-dropdown a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background: #4a4a4a;
    transition: width .5s ease;
}

.mobile-dropdown a:hover::after,
.mobile-dropdown a[aria-current="page"]::after {
    width: 100%;
}

.sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    background-color: #fff;
}
   
@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}




/* ==== HERO SECTION ==== */
.hero-section {
    padding: 0; 
    background: #f3f3f3;
}
.hero-section .row {
    max-width: 100%; 
    margin: 0; 
    height: 60vh;
    min-height: 650px;
    position: relative;
}
.hero-section h1 {
    font-size: 48px; 
    line-height: 72px; 
    color: #111; 
    font-weight: 500; 
    margin-bottom: 0;
}
.hero-section hr {
    width: 50%; 
    background-color: #4a4a4a; 
    color: #4a4a4a; 
    opacity: 1; 
    height: 2px;
}
.hero-section p {
    font-size: 20px; 
    font-weight: 400; 
    line-height: 36px; 
    text-align: left; 
    margin-top: 20px; 
}
.hero-section .text-part {
    padding-right: 100px; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    padding-left: 100px;
}
.hero-section .image-part {
    background: url(../images/notary-public/004_Nutzliches_Favorit3.JPEG);
    background-size: cover; 
    background-position: left 60%;
}
.hero-section img {
    display: none;
}
@media only screen and (max-width: 1510px) {
    .hero-section h1 {
        font-size: 40px; 
        line-height: 60px; 
    }
}
@media only screen and (max-width: 1330px) {
    .hero-section h1 {
        font-size: 34px; 
        line-height: 51px; 
    }
}
@media only screen and (max-width: 1200px) {
    .hero-section .text-part {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-section .row {
        height: auto;
    }
    .hero-section .text-part {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hero-section .image-part {
        height: 40vh;
    }
}





/* ==== ABOUT ME SECTION ==== */
.about-me-section {
    padding-top: 100px; 
    margin-bottom: 100px;
}
.about-me-section .row {
    max-width: 912px; 
    margin: 0 auto;
}
.about-me-section .first-hr {
    background-color: #111; 
    opacity: 1; 
    transform: rotate(90deg); 
    width: 150px; 
    margin: 0 auto; 
    margin-top: 50px; 
    margin-bottom: 138px;
}
.main-text {
    font-size: 18px; 
    font-weight: 400; 
    line-height: 36px; 
    text-align: justify; 
    margin-top: 0; 
    color: #4a4a4a; 
    margin-bottom: 50px;
}
.main-text-bottom {
    margin-bottom: 0;
}
.about-me-section h2 {
    font-size: 24px; 
    font-weight: 600; 
    margin-bottom: 30px; 
    margin-top: 0; 
    line-height: 36px; 
    text-align: left;
}
.about-me-section .m-bottom {
    margin-top: 60px;
}
.about-me-section .second-hr {
    background-color: #111; 
    opacity: 1; 
    transform: rotate(90deg); 
    width: 150px; 
    margin: 0 auto; 
    margin-top: 162px; 
    margin-bottom: 50px;
}
.darkContainer {
    background: linear-gradient(180deg, #fff 50%, #f3f3f3 50%); margin-top: 25px; padding-bottom: 125px;
}
.darkContainer .row {
    max-width: 1400px; margin: 0 auto;
}
.darkContainer img {
    width: 100%; max-width: 100%; height: 60vh; object-fit: cover; object-position: center 50%; border-radius: 5px; min-height: 650px;
}
.darkContainer .formulare-img {
    max-width: 767px; height: 767px; object-fit: cover; object-position: center 55%; 
    margin: 0 auto; min-height: auto;
}
.action-button {
    display: inline-block;
    border: 1px solid #4a4a4a;
    padding: 15px 30px;
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 500;
    background: transparent;
    transition:
        background-color .25s ease,
        color .25s ease,
        transform .2s ease;
}
.action-button:hover {
    background-color: #4a4a4a;
    color: #fff;
    transform: translateY(-1px);
}
@media only screen and (max-width: 912px) {
    .main-text, .action-button-div {
        padding-left: 6px;
        padding-right: 6px;
    }

}
@media only screen and (max-width: 500px) {
    .action-button {
        width: 100%;
        text-align: center;
    }
}




/* ==== CITATION SECTION ==== */
.citation-section {
    padding: 0; 
    background: #f3f3f3; 
    padding-top: 100px; 
    padding-bottom: 100px;
}
.citation-section .row {
    max-width: 1400px; 
    margin: 0 auto;
}
.citation-section .image-part {
    display: flex; 
    align-items: center; 
    justify-content: center;
}
.citation-section .image-part img {
    width: 100%; 
    max-width: 600px;
}
.citation-section .text-part {
    padding-right: 30px; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    padding-left: 30px;
}
.citation-section .text-part .citation-text {
    font-size: 24px; 
    font-weight: 300; 
    line-height: 36px; 
    text-align: justify; 
    margin-top: 20px; 
    color: #111;
}
.citation-section .text-part .author-text {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: right;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 300;
}
.citation-section .text-part i {
    font-size: 48px;
    color: #4a4a4a;
}
.citation-section .last-citation-i {
    display: flex;
    justify-content: end;
}
.up-hr {
    display: flex;
    justify-content: end;
}
.up-hr hr {
    opacity: 1;
    background: #4a4a4a;
    width: 50%;
}
@media only screen and (max-width: 1199px) {
    .citation-section .text-part {
        padding-top: 100px;
        max-width: 767px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .citation-section .image-part {
        padding-left: 30px;
        padding-right: 30px;
    }
    .up-hr hr {
        width: 75%;
    }
}



/* ==== CONTACT SECTION ==== */
.contact-section {
    padding: 0; 
    background: #fff; 
    padding-top: 40px; 
    padding-bottom: 50px;
}
.contact-section .row {
    max-width: 1400px; 
    margin: 0 auto;
}
.contact-section .col-12 {
    text-align: center;
}
.contact-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 60px; 
    line-height: 36px;
}
.contact-section p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0; 
    line-height: 36px; 
    color: #4a4a4a;
}
.contact-section p.notary-name {
    font-weight: 500;
    color: #111;
    margin-bottom: 30px; 
}
.contact-section a {
    font-size: 18px;
    font-weight: 400;
    color: #111;
    text-decoration: unset; 
    line-height: 36px; 
    color: #4a4a4a;
}
.contact-section h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0; 
    line-height: 36px;
    margin-top: 30px;
}


/* ==== MAP SECTION ==== */
.map-section {
    padding: 0;
    background: #fff;
    margin-top: 75px;
    margin-bottom: 75px;
}
.map-section .row {
    max-width: 1200px;
    margin: 0 auto;
    height: 40vh;
    padding: 12px;
}
.map-section .col-12 {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
}
.map-section .map {
    padding-bottom: 35px;
    width: 100%;
    border-radius: 5px;
    display: contents;
    box-shadow: 0px 0px 4px rgb(22 55 78 / 15%);
    height: 100%;
}
.map-section .mapouter {
    width: 100%;
    box-shadow: 0px 0px 4px rgb(22 55 78 / 15%);
    position: relative;
    text-align: right;
    border-radius: 5px;
    height: 100%; 
    padding: 0;
}
.map-section .gmap_canvas {
    height: 100%;
}
.map-section iframe {
    width:100%; 
    border-radius: 5px;
}



/* ==== FOOTER SECTION ==== */
.footer-section {
    padding: 0;
    background: #EBEBEB80;
    margin-top: 0;
    border-top: 1px solid #ebebeb;
}
.footer-section .row {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
}
.footer-section .row .logo-left {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-top: 1px;
    align-items: baseline;
}
.footer-section .row .menu-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-section .copyright-text {
    margin-top: 30px;
    border-top: 1px solid #00000020;
    padding-top: 20px;
}
.footer-section .copyright-text p {
    margin-bottom: 0;
    text-align: center;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 16px;
}
.footer-nav {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.footer-nav li {
    margin: 0;
}
.footer-nav li a {
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}
/* aktif & hover underline */
.footer-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background: #4a4a4a;
    transition: width .5s ease;
}

.footer-nav a:hover::after,
.footer-nav a[aria-current="page"]::after {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .footer-section .logo-left {
        align-items: center;
        margin-bottom: 60px;
        margin-top: 40px;
    }
    .footer-section .row .menu-right {
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .footer-section .row {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .footer-section .row .logo-left {
        align-items: flex-start;
    }
    .footer-section .row .menu-right {
        justify-content: flex-start;
        padding-left: 0;
    }
    .footer-nav {
        flex-direction: column;
        gap: 20px;
    }
    .hero-text-part h1 {
        font-size: 30px;
    }
    .hero-text-part p {
        font-size: 20px;
    }
    p.main-text {
        font-size: 18px;
    }
    a.action-button {
        font-size: 18px;
    }
    .citation-section .text-part .citation-text {
        font-size: 20px;
        line-height: 30px;
    }
    .citation-section .text-part .author-text {
        font-size: 16px;
    }
}





/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */

/* ==== NOTARIN TEAM PAGE ==== */
.full-image-section {
    background: linear-gradient(180deg, #fff 50%, #f3f3f3 50%); 
    margin-top: 100px;
}
.full-image-section .row {
    max-width: 1200px; 
    margin: 0 auto;
}
.full-image-section img {
    width: 100%;
    max-width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: center 37%; 
    border-radius: 5px;
    min-height: 650px;
}
.team-members-section {
    padding-top: 50px;
}
.team-members-section .row {
    max-width: 1200px;
}
.team-members-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 60px;
    line-height: 36px; 
    text-align: center;
}
.team-members-section .main-text {
    text-align: center;
    max-width: 767px;
    margin: 0 auto;
}
.team-members-section .member-section {
    margin-top: 100px;
}
.team-members-section .member-section h3 {
    font-size: 18px; 
    line-height: 36px; 
    font-weight: 500; 
    color: #111;
}
.team-members-section .member-section hr {
    background: #4a4a4a; 
    width: 60%;
}
.team-members-section .member-section p {
    font-size: 18px; 
    line-height: 36px; 
    font-weight: 400; 
    color: #4a4a4a; 
    margin-bottom: 5px;
}
.team-members-section .member-section p.dif-margin {
    margin-bottom: 25px;
}
.team-members-section .member-section p a {
    text-decoration: unset; 
    color: #4a4a4a;
}
@media only screen and (max-width: 1200px) {
    .full-image-section .row {
        padding-left: 6px;
        padding-right: 6px;
    }
    .team-members-section .row {
        padding-left: 18px;
        padding-right: 18px;
    }
    .map-section .row {
        padding-left: 30px;
        padding-right: 30px;
    }
    .team-members-section .text-part {
        padding-top: 0;
    }
}



/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */

/* ==== Tätigkeitsbereiche Page ==== */

.hero-section2 .image-part {
    background: url(../images/notary-public/004_Nutzliches_Favorit3.JPEG);
    background-size: cover;
    background-position: left 60%;
}









/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */

/* ==== Nützliches Page ==== */

.hero-section3 .image-part {
    background: url(../images/notary-public/004_Nutzliches_Favorit3.JPEG);
    background-size: cover;
    background-position: left 60%;
}
.form-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, 350px); /* Her hücre 250px */
    gap: 40px;
}

.form-buttons .action-button-div {
    display: flex;
    justify-content: center; /* Butonu hücre içinde ortala */
}

.form-buttons .action-button {
    text-align: center;
    box-sizing: border-box; /* padding + border buton genişliğine dahil edilir */
    width: 350px;
    padding: 15px 25px;
}
.about-me-section2 {
    margin-bottom: 160px;
}
.about-me-section2 .row {
    max-width: 1200px;
}





.contactFormular {
    border: 1px solid #4a4a4a50;
    border-radius: 5px;
    padding: 30px;
}
.contactFormular .form-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 15px;
}
.contactFormular .form-group label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 36px;
    text-align: left;
    color: #4a4a4a;
}
.contactFormular .form-group input {
    border: 1px solid #4a4a4a50;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    font-size: 18px;
    color: #4a4a4a;
}
.contactFormular .form-group textarea {
    border: 1px solid #4a4a4a50;
    border-radius: 5px;
    font-size: 18px;
    color: #4a4a4a;
}
.contactFormular button {
    display: inline-block;
    border: 1px solid #4a4a4a;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 500;
    background: #4a4a4a;
    border-radius: 5px;
    width: 100%;
    margin-top: 30px;
    transition: background-color .25s ease, color .25s ease, transform .2s ease;
}
.contactFormular button span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.contactFormular button:hover {
    background-color: transparent;
    transform: translateY(-1px);
}
.contactFormular button:hover span {
    color: #4a4a4a;
}

/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */

/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */

/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */

/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */

/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */


.banner {
    height: 60vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 650px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
    display: block !important;
    transform: scale(1.5);
    padding-right: 20%;
}

.hero-overlay {
    width: 100%;height: 100%;position: absolute;
    /* background: linear-gradient(90deg, #111, #11111160, #11111120); */
    background: linear-gradient(135deg, #111111 0%, #11111180 30%, #11111140 60%, #11111120 100%);
    z-index: 2;
}
.hero-text-part {
    width: 100%; height: 100%; position: absolute; z-index: 3;
}
.hero-text-part h1 {
    color: #eeeeee;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-text-part hr {
    background: #eeeeee90;max-width: 400px;
}
.hero-text-part p {
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    max-width: 767px;
}
.up-hr hr {
    width: 75%;
}
p.contact-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 36px;
    margin-top: 30px;
    color: #212529;
}
.contact-section dt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 36px;
    margin-top: 30px;
    color: #212529;
}
.contact-section dd {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 36px;
    color: #4a4a4a;
}
.contact-section .action-button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
dl.contact-list {
    margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
    .contact-section .action-button, .contact-section p, p.contact-name, .contact-section dt, .contact-section dd, .contact-section a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 800px) {
    .form-buttons {
        grid-template-columns: repeat(auto-fit, 100%);
    }
    .form-buttons .action-button {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .hero-overlay {
        display: none;
    }
    .hero-text-part {
        position: relative;
    }
    .banner img {
        object-position: center;
        padding-right: unset;
        transform: scale(1);
    }
    .hero-text-part h1 {
        color: #212529;
        text-shadow: unset;
    }
    .hero-text-part p {
        color: #4a4a4a;
        text-shadow: unset;
    }
    .hero-text-part hr {
        background: #212529;
    }
}


.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #111;
  color: #eee;
  z-index: 9999;
  padding: 15px 20px;
  display: none;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.cookie-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-banner a {
  color: #fff;
  text-decoration: underline;
}

.cookie-banner button {
  background: #fff;
  color: #111;
  border: none;
  padding: 8px 18px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.cookie-banner button:hover {
  background: #ddd;
}
