#map {
    height: 600px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.logo {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 1000;
}

.justyfy{
    text-align: justify;
}

.instagram {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-weight: bold;
    z-index: 100000000;
}

.menuText {
    font-weight: bold;
}

@media screen and (max-width: 240px) {
    .logo {
        position: fixed;
        right: 10%;
        top: 5px;
        z-index: 1000;
    }
    .imglogo {
        width: 130px;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        position: fixed;
        right: 10%;
        top: 5px;
        z-index: 1000;        
    }
    .imglogo {
        width: 130px;
        height: 40px;
    }
}

@media screen and (max-width: 992px) {
    .logo {
        position: fixed;
        right: 10%;
        top: 5px;
        z-index: 1000;
    }
    .imglogo {
        width: 130px;
        height: 40px;
    }
}

.mappe{
    text-align: center;
}


:root {
    --bg-body: #f5f7fa;
    --bg-panel: #ffffff;
    --accent: #1c5c73;
    --accent-soft: #e0eef3;
    --accent-strong: #0f3d4d;
    --text-main: #1f2933;
    --text-muted: #6b7280;
    --border-soft: #dde3ea;
    --badge-bg: #0f766e;
    --badge-text: #ecfdf5;
    --danger: #b91c1c;
    --warning: #92400e;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--bg-body);
    color: var(--text-main);
    line-height: 1.6;
}

.page {
    max-width: 1500px;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 3rem;
}

header.hero {
    background: linear-gradient(135deg, #062b3a 0%, #14526b 40%, #1ea3b3 100%);
    color: #f9fafb;
    border-radius: 18px;
    padding: 1.75rem 1.5rem 1.8rem;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 0%, rgba(255,255,255,0.14) 0, transparent 55%), radial-gradient(circle at 90% 100%, rgba(15,118,110,0.3) 0, transparent 60%);
    opacity: 0.9;
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 720px) {
    .hero-inner {
        grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
        align-items: center;
    }
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.18rem 0.7rem;
    border-radius: 999px;
    background: rgba(15,23,42,0.45);
    backdrop-filter: blur(6px);
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #e5e7eb;
    margin-bottom: 0.75rem;
}

.hero-kicker-dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34,197,94,0.42);
}

.hero-title {
    font-size: 1.7rem;
    line-height: 1.2;
    margin: 0 0 0.6rem;
}

@media (min-width: 720px) {
    .hero-title {
        font-size: 2rem;
    }
}

.hero-subtitle {
    margin: 0 0 0.9rem;
    color: #e5e7eb;
    font-size: 0.97rem;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.hero-tag {
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(226,232,240,0.4);
    font-size: 0.72rem;
    color: #e5e7eb;
    background: rgba(15,23,42,0.45);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    background: rgba(15,23,42,0.75);
    color: #bbf7d0;
    margin-bottom: 0.9rem;
}

.hero-badge-icon {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    background: #22c55e;
}

.hero-note {
    font-size: 0.8rem;
    color: #e5e7eb;
    opacity: 0.9;
    margin-top: 0.2rem;
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #e5e7eb;
}

.hero-meta-item {
    padding: 0.4rem 0.5rem;
    border-radius: 0.7rem;
    background: rgba(15,23,42,0.55);
    border: 1px solid rgba(148,163,184,0.5);
}

.hero-meta-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.85;
    margin-bottom: 0.12rem;
}

.hero-meta-value {
    font-weight: 600;
}

.hero-side {
    background: radial-gradient(circle at 0 0, rgba(15,23,42,0.6), transparent 60%), radial-gradient(circle at 100% 100%, rgba(15,118,110,0.8), transparent 65%);
    border-radius: 14px;
    padding: 1rem 1rem 1rem;
    border: 1px solid rgba(15,23,42,0.55);
    box-shadow: 0 18px 45px rgba(15,23,42,0.55);
}

.hero-side-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #e5e7eb;
    margin: 0 0 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .hero-side-title span {
        font-size: 0.7rem;
        text-transform: none;
        color: #bae6fd;
        opacity: 0.85;
    }

.hero-side-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    font-size: 0.78rem;
    color: #e5e7eb;
}

.hero-side-item {
    padding: 0.45rem 0.5rem;
    border-radius: 0.6rem;
    background: rgba(15,23,42,0.6);
    border: 1px solid rgba(148,163,184,0.5);
}

.hero-side-label {
    font-size: 0.7rem;
    opacity: 0.85;
}

.hero-side-value {
    font-weight: 600;
    margin-top: 0.12rem;
}

.hero-side-note {
    margin-top: 0.8rem;
    font-size: 0.75rem;
    color: #e5e7eb;
    opacity: 0.9;
}

main {
    margin-top: 1.9rem;
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 960px) {
    main {
        grid-template-columns: minmax(0, 2.15fr) minmax(0, 1.3fr);
        align-items: flex-start;
    }
}

.panel {
    background: var(--bg-panel);
    border-radius: 16px;
    padding: 1.2rem 1.1rem 1.25rem;
    border: 1px solid #e1e7ef;
    box-shadow: 0 14px 30px rgba(15,23,42,0.04);
}

    .panel + .panel {
        margin-top: 1rem;
    }

@media (min-width: 720px) {
    .panel {
        padding: 1.4rem 1.4rem 1.4rem;
    }
}

.panel-header {
    margin-bottom: 0.7rem;
}

.panel-kicker {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
}

.panel-title {
    font-size: 1.05rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.panel-title-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--accent);
}

.panel-subtitle {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

.panel h3 {
    font-size: 0.98rem;
    margin: 0.9rem 0 0.3rem;
}

.panel p {
    margin: 0.25rem 0 0.35rem;
    font-size: 0.9rem;
}

.panel ul {
    margin: 0.2rem 0 0.35rem 1.1rem;
    padding: 0;
    font-size: 0.9rem;
}

.panel li {
    margin: 0.1rem 0;
}

.two-col {
    display: grid;
    gap: 0.8rem 1.2rem;
}

@media (min-width: 720px) {
    .two-col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.keydata-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    margin-top: 0.6rem;
}

.keydata-item {
    padding: 0.45rem 0.55rem;
    border-radius: 0.6rem;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    font-size: 0.82rem;
}

.keydata-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 0.15rem;
}

.keydata-value {
    font-weight: 600;
    color: var(--accent-strong);
}

.callout {
    border-radius: 0.75rem;
    padding: 0.6rem 0.7rem;
    font-size: 0.84rem;
    margin-top: 0.7rem;
}

.callout-info {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
}

.callout-warning {
    background: #fffbeb;
    border: 1px solid #fed7aa;
    color: #92400e;
}

.callout-danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.callout-strong {
    font-weight: 600;
}

.list-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.2rem 0 0.4rem;
    padding: 0;
    list-style: none;
}

    .list-inline li {
        font-size: 0.83rem;
        padding: 0.16rem 0.55rem;
        border-radius: 999px;
        background: #f3f4f6;
        border: 1px solid #e5e7eb;
    }

.side-panel-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
}

.side-section {
    border-radius: 0.9rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 0.7rem 0.75rem;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

    .side-section h3 {
        font-size: 0.85rem;
        margin: 0 0 0.3rem;
        color: var(--accent-strong);
    }

    .side-section p {
        margin: 0.2rem 0;
        font-size: 0.82rem;
    }

    .side-section ul {
        margin: 0.15rem 0 0 1.1rem;
        padding: 0;
        font-size: 0.82rem;
    }

.contacts-list {
    list-style: none;
    margin: 0.15rem 0 0;
    padding: 0;
    font-size: 0.82rem;
}

    .contacts-list li {
        margin: 0.14rem 0;
    }

.contacts-label {
    font-weight: 600;
}

a {
    color: var(--accent-strong);
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.footer-note {
    margin-top: 1.2rem;
    font-size: 0.78rem;
    color: var(--text-muted);
}