/* Formulare und Karten */
.vg-card { background: #fff; border: 1px solid #E5E5EA; border-radius: 20px; padding: clamp(1.2rem, 3vw, 1.8rem); margin: 0 0 1rem; }
.vg-card h2 { font-size: 1.35rem; letter-spacing: -.02em; margin: 0 0 1rem; }
.vg-card__head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.vg-auth { max-width: 520px; margin-left: auto; margin-right: auto; }
.vg-form { display: grid; gap: 1rem; }
.vg-form label, .vg-filter label, .login-username label, .login-password label { display: grid; gap: .35rem; font-size: .9rem; font-weight: 600; color: #1D1D1F; }
  .vg-form input, .vg-form select, .vg-form textarea, .vg-filter input, .vg-filter select { box-sizing: border-box; max-width: 100%; }
.vg-form input[type="text"], .vg-form input[type="email"], .vg-form input[type="tel"], .vg-form input[type="url"], .vg-form input[type="number"], .vg-form select, .vg-form textarea, .vg-filter input, .vg-filter select, .vg-auth input[type="text"], .vg-auth input[type="password"] { font: inherit; font-weight: 400; width: 100%; padding: .7rem .85rem; border: 1px solid #D2D2D7; border-radius: 12px; background: #fff; color: #1D1D1F; }
.vg-form textarea { resize: vertical; }
.vg-form input:focus, .vg-form select:focus, .vg-form textarea:focus, .vg-filter input:focus, .vg-filter select:focus, .vg-auth input:focus { outline: none; border-color: #0A66D8; box-shadow: 0 0 0 4px rgba(10,102,216,.15); }
.vg-form input[type="file"] { font-weight: 400; font-size: .9rem; }
.vg-form select[multiple] { min-height: 9rem; }
.vg-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.vg-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
@media (max-width: 700px) { .vg-grid-2, .vg-grid-3 { grid-template-columns: 1fr; } }
.vg-check { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: .6rem !important; font-weight: 400 !important; }
.vg-check input { margin-top: .25rem; }
.vg-form__hint { font-size: .85rem; color: #6E6E73; margin: 0; }
.vg-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.vg-auth .login-remember label { display: flex; gap: .5rem; font-weight: 400; }
.vg-auth .login-submit input { background: #0A66D8; color: #fff; border: 0; border-radius: 980px; padding: .75em 1.6em; font: inherit; font-weight: 500; cursor: pointer; }
.vg-auth__links { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem; font-size: .9rem; margin: 1rem 0 0; }
.vg-choice { border: 0; padding: 0; margin: 0; display: grid; gap: .6rem; }
.vg-choice legend { font-weight: 600; margin-bottom: .5rem; }
.vg-choice label { display: flex; gap: .8rem; align-items: flex-start; padding: .9rem 1rem; border: 1px solid #D2D2D7; border-radius: 14px; cursor: pointer; font-weight: 400; }
.vg-choice label:has(input:checked) { border-color: #0A66D8; box-shadow: 0 0 0 3px rgba(10,102,216,.15); }
.vg-choice strong { display: block; }
.vg-chips { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.vg-chips legend { font-weight: 600; font-size: .9rem; margin-bottom: .6rem; width: 100%; }
.vg-chips label { display: inline-flex !important; align-items: center; gap: .4rem !important; padding: .45rem .8rem; border: 1px solid #D2D2D7; border-radius: 980px; font-weight: 500 !important; cursor: pointer; }
.vg-chips label:has(input:checked) { background: #1D1D1F; border-color: #1D1D1F; color: #fff; }
.vg-chips input { position: absolute; opacity: 0; pointer-events: none; }
.vg-chips label:focus-within { box-shadow: 0 0 0 3px rgba(10,102,216,.35); }
.vg-notice { max-width: 1200px; margin: 0 auto 1rem; padding: .9rem 1.2rem; border-radius: 14px; font-weight: 500; }
.vg-notice--ok { background: #E8F5EC; color: #145A2C; }
.vg-notice--err { background: #FDECEA; color: #8A1C12; }
.vg-button-secondary, .vg-button-danger { display: inline-flex; align-items: center; font: inherit; font-weight: 500; font-size: .95rem; padding: .65em 1.3em; border-radius: 980px; border: 1px solid #D2D2D7; background: #fff; color: #1D1D1F; text-decoration: none; cursor: pointer; }
.vg-button-secondary:hover { border-color: #1D1D1F; text-decoration: none; }
.vg-button-danger { border-color: #C4321F; color: #C4321F; }
.vg-danger { margin-top: 1.5rem; border-top: 1px solid #E5E5EA; padding-top: 1rem; }
.vg-danger summary { cursor: pointer; color: #C4321F; font-weight: 500; }
.vg-tabs { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1rem; padding: 4px; background: #F5F5F7; border-radius: 980px; width: fit-content; }
.vg-tabs a { padding: .45rem 1rem; border-radius: 980px; color: #1D1D1F; text-decoration: none; font-weight: 500; font-size: .92rem; }
.vg-tabs a:hover { background: #fff; text-decoration: none; }
.vg-konto { max-width: 1000px; margin: 0 auto; }
.vg-konto .vg-card { scroll-margin-top: 90px; }
.vg-status-line { color: #6E6E73; margin-top: -.4rem; }
.vg-badge { display: inline-block; font-size: .75rem; font-weight: 600; padding: .15rem .55rem; border-radius: 980px; background: #F5F5F7; color: #1D1D1F; }
.vg-inquiries { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.vg-inquiry details { border: 1px solid #E5E5EA; border-radius: 14px; padding: .8rem 1rem; }
.vg-inquiry summary { display: flex; flex-wrap: wrap; gap: .4rem 1rem; align-items: center; cursor: pointer; }
.vg-inquiry--neu .vg-badge { background: #0A66D8; color: #fff; }
.vg-inquiry__msg { white-space: normal; }
.vg-inline-form { display: flex; gap: .8rem; align-items: end; flex-wrap: wrap; }
.vg-inline-form label { display: grid; gap: .3rem; font-size: .85rem; font-weight: 600; }
.vg-dl { display: grid; grid-template-columns: max-content 1fr; gap: .45rem 1.2rem; margin: 0; }
.vg-dl dt { color: #6E6E73; font-size: .9rem; }
.vg-dl dd { margin: 0; font-weight: 500; }

/* Sterne */
.vg-stars { position: relative; display: inline-block; width: 5.4em; height: 1em; vertical-align: -.12em; background: linear-gradient(90deg, #D2D2D7 0 100%); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 22'%3E%3Cg fill='%23000'%3E%3Cpath id='s' d='M11 1l2.9 6.6 7.1.6-5.4 4.7 1.6 7L11 16.2 4.8 19.9l1.6-7L1 8.2l7.1-.6z'/%3E%3Cuse href='%23s' x='24'/%3E%3Cuse href='%23s' x='48'/%3E%3Cuse href='%23s' x='72'/%3E%3Cuse href='%23s' x='96'/%3E%3C/g%3E%3C/svg%3E") left/100% 100% no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 22'%3E%3Cg fill='%23000'%3E%3Cpath id='s' d='M11 1l2.9 6.6 7.1.6-5.4 4.7 1.6 7L11 16.2 4.8 19.9l1.6-7L1 8.2l7.1-.6z'/%3E%3Cuse href='%23s' x='24'/%3E%3Cuse href='%23s' x='48'/%3E%3Cuse href='%23s' x='72'/%3E%3Cuse href='%23s' x='96'/%3E%3C/g%3E%3C/svg%3E") left/100% 100% no-repeat; }
.vg-stars__fill { position: absolute; inset: 0 auto 0 0; background: #F5A623; }
.vg-rate { border: 0; padding: 0; margin: 0; display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: .15rem; }
.vg-rate legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.vg-rate-label { font-weight: 600; font-size: .9rem; margin: 0 0 -.6rem; }
.vg-rate input { position: absolute; opacity: 0; }
.vg-rate label { width: 2rem; height: 2rem; cursor: pointer; background: #D2D2D7; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M11 1l2.9 6.6 7.1.6-5.4 4.7 1.6 7L11 16.2 4.8 19.9l1.6-7L1 8.2l7.1-.6z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M11 1l2.9 6.6 7.1.6-5.4 4.7 1.6 7L11 16.2 4.8 19.9l1.6-7L1 8.2l7.1-.6z'/%3E%3C/svg%3E") center/contain no-repeat; }
.vg-rate input:checked ~ label, .vg-rate label:hover, .vg-rate label:hover ~ label { background: #F5A623; }
.vg-rate input:focus-visible + label { outline: 2px solid #0A66D8; outline-offset: 2px; }
.vg-reviews { list-style: none; margin: 0 0 1.2rem; padding: 0; display: grid; gap: 1rem; }
.vg-review { border-bottom: 1px solid #E5E5EA; padding-bottom: 1rem; }
.vg-review__head { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .8rem; }
.vg-review__head time { color: #6E6E73; font-size: .85rem; }
.vg-review p { margin: .5rem 0 0; }
.vg-review-form h3 { font-size: 1.1rem; margin: .5rem 0 0; }

/* Profil im Netzwerk Stil */
.vg-profile { max-width: 1200px; margin: 0 auto; }
.vg-profile__head { background: #fff; border: 1px solid #E5E5EA; border-radius: 24px; overflow: hidden; margin-bottom: 1rem; }
.vg-profile__cover { aspect-ratio: 4 / 1; background: linear-gradient(120deg, #1D1D1F, #3A3A3C 60%, #0A66D8); }
.vg-profile__cover-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vg-profile__id { display: grid; grid-template-columns: auto 1fr auto; gap: 1.2rem 1.6rem; align-items: end; padding: 0 clamp(1.2rem, 3vw, 2rem) 1.6rem; }
.vg-profile__avatar { margin-top: -84px; }
.vg-avatar { width: 168px; height: 168px; border-radius: 50%; object-fit: cover; border: 5px solid #fff; background: #F5F5F7; display: grid; place-items: center; font-size: 3.4rem; font-weight: 700; color: #6E6E73; }
.vg-profile__meta h1 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin: 0; letter-spacing: -.03em; }
.vg-profile__headline { font-size: 1.15rem; margin: .35rem 0 0; color: #1D1D1F; }
.vg-profile__facts { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; margin: .6rem 0 0; color: #6E6E73; font-size: .95rem; }
.vg-profile__rating { color: #1D1D1F; text-decoration: none; }
.vg-available { color: #145A2C; font-weight: 500; }
.vg-available::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #2E9E55; margin-right: .4rem; vertical-align: .1em; }
.vg-profile__actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.vg-profile__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 1rem; align-items: start; }
.vg-profile__side { position: sticky; top: 72px; }
@media (max-width: 900px) {
	.vg-profile__grid { grid-template-columns: 1fr; }
	.vg-profile__side { position: static; }
	.vg-profile__id { grid-template-columns: 1fr; }
	.vg-avatar { width: 120px; height: 120px; }
	.vg-profile__avatar { margin-top: -60px; }
	.vg-profile__cover { aspect-ratio: 3 / 1; }
}
.vg-tags, .vg-gear, .vg-social { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.vg-tags a { display: inline-block; padding: .4rem .85rem; border-radius: 980px; background: #F5F5F7; color: #1D1D1F; text-decoration: none; font-weight: 500; font-size: .92rem; }
.vg-tags a:hover { background: #E8E8ED; }
.vg-gear { display: grid; gap: .35rem; }
.vg-social { margin-top: 1.2rem; }
.vg-embed { position: relative; aspect-ratio: 16 / 9; background: #000; border-radius: 16px; overflow: hidden; display: grid; place-items: center; text-align: center; }
.vg-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vg-embed__play { display: inline-flex; align-items: center; gap: .6rem; font: inherit; font-weight: 600; background: #fff; color: #1D1D1F; border: 0; border-radius: 980px; padding: .8em 1.4em; cursor: pointer; }
.vg-embed__icon { width: 0; height: 0; border-left: 12px solid #1D1D1F; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }
.vg-embed__note { position: absolute; bottom: .6rem; left: 1rem; right: 1rem; margin: 0; color: #A1A1A6; font-size: .78rem; }
.vg-prose p { margin: 0 0 .9em; }

/* Verzeichnis */
.vg-filter { display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; gap: .8rem; align-items: end; background: #fff; border: 1px solid #E5E5EA; border-radius: 20px; padding: 1rem; margin-bottom: 1.5rem; }
@media (max-width: 800px) { .vg-filter { grid-template-columns: 1fr; } }
.vg-people { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; }
.vg-person { position: relative; background: #fff; border: 1px solid #E5E5EA; border-radius: 20px; padding: 1.4rem; text-align: center; transition: box-shadow .3s ease, transform .3s ease; }
.vg-person:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -18px rgba(0,0,0,.2); }
.vg-person .vg-avatar { width: 96px; height: 96px; margin: 0 auto; border-width: 0; font-size: 2rem; }
.vg-person h2 { font-size: 1.15rem; margin: .8rem 0 0; }
.vg-person h2 a { color: #1D1D1F; text-decoration: none; }
.vg-person h2 a::after { content: ""; position: absolute; inset: 0; }
.vg-person p { margin: .3rem 0 0; font-size: .9rem; color: #6E6E73; }
.vg-person__headline { color: #1D1D1F !important; }
.vg-person__rating { color: #1D1D1F !important; }
.vg-pager { margin-top: 1.5rem; display: flex; gap: .4rem; justify-content: center; }
.vg-pager .page-numbers { padding: .4em .8em; border-radius: 980px; text-decoration: none; color: #1D1D1F; }
.vg-pager .current { background: #1D1D1F; color: #fff; }
.vg-empty { text-align: center; }
