@font-face {
  font-family: 'Inter';
  src: url('/assets/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/assets/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


* {
	box-sizing: border-box;
}

body {
	margin: 0;
	  font-family: 'Inter', sans-serif;
}

:root {
	--gjs-t-color-primary: #0f172a;
	--gjs-t-color-secondary: #475569;
	--gjs-t-color-accent: #6366f1;
	--gjs-t-color-success: #16a34a;
	--gjs-t-color-warning: #f59e0b;
	--gjs-t-color-error: #ef4444;
}


.gjs-t-body {
	background-color: #f8fafc;
	color: var(--gjs-t-color-primary);
	font-size: 16px;
	line-height: 1.6;
	font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", "Noto Sans", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.gjs-t-h1 {
	color: var(--gjs-t-color-primary);
	font-size: 2rem;
	line-height: 1.2;
	font-family: "Inter", Georgia, "Times New Roman", Times, serif;
}

.gjs-t-h2 {
	color: var(--gjs-t-color-primary);
	font-size: 1.25rem;
	line-height: 1.4;
	font-family: "Inter", Georgia, "Times New Roman", Times, serif;
}

.gjs-t-button {
	background-color: #ffffff;
	color: var(--gjs-t-color-primary);
	border-radius: 9999px;
}

.gjs-t-link {
	color: var(--gjs-t-color-accent);
	text-decoration: none;
}

.gjs-t-border {
	border-radius: 16px;
	border-color: rgba(15, 23, 42, 0.08);
}

*,
::before,
::after {
	box-sizing: border-box;
	undefined: undefined;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

html,
:host {
	line-height: 1.5;
	undefined: undefined;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	undefined: undefined;
	line-height: inherit;
}

hr {
	height: 0;
	undefined: undefined;
	color: inherit;
	border-top-width: 1px;
}

abbr:where([title]) {
	text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	undefined: undefined;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	undefined: undefined;
	border-color: inherit;
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	undefined: undefined;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button,
select {
	text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
	-webkit-appearance: button;
	undefined: undefined;
	background-color: transparent;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	undefined: undefined;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	undefined: undefined;
	font: inherit;
}

summary {
	display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	undefined: undefined;
	color: #9ca3af;
}

button,
[role="button"] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	undefined: undefined;
	vertical-align: middle;
}

img,
video {
	max-width: 80%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

[hidden] {
	display: none;
}

.cls-3ttkpd {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-content {
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.profile-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1.5rem;
}

.profile-figure {
	position: relative;
}

.profile-image {
	border-radius: 9999px;
	object-fit: cover;
	width: 8rem;
	height: 8rem;
	box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.profile-text-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.profile-name {
	font-weight: 600;
}

.profile-tagline {
	font-size: 15px;
	color: rgb(71 85 105 / 1);
	max-width: 28rem;
}

.links-section {
	margin-top: 2rem;
}

.links-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.link-button {
	border-width: 1px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
	transition-property: box-shadow;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.link-button:hover {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.link-left-group {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.link-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.link-label {
	font-weight: 700;
		text-align: center;
	display: block; /* wichtig, falls es ein Inline-Element ist */
}

.link-trailing-icon {
	width: 1.25rem;
	height: 1.25rem;
	opacity: 0.6;
}

.note-section {
	margin-top: 2.5rem;
}

.note-text {
	text-align: center;
	color: rgb(100 116 139 / 1);
	font-size: 13px;
}

.page-footer {
	margin-top: 2rem;
}

.footer-text {
	text-align: center;
	color: rgb(100 116 139 / 1);
	font-size: 12px;
}

#i34i {
	background-color: rgba(255, 255, 255, 1);
}

#ivaik {
	color: #22113d;
}

#i5jvj {
	border-top-left-radius: 64px;
	border-top-right-radius: 64px;
	border-bottom-left-radius: 64px;
	border-bottom-right-radius: 64px;
	font-size: 20px;
	line-height: 32px;
	padding-top: 16px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 16px;
	background-color: #ff4050;
	color: #22113d;
}

#iwtfi {
	border-top-left-radius: 64px;
	border-top-right-radius: 64px;
	border-bottom-left-radius: 64px;
	border-bottom-right-radius: 64px;
	font-size: 20px;
	line-height: 32px;
	padding-top: 16px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 16px;
	color: #635bb5;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #635bb5;
	border-right-color: #635bb5;
	border-bottom-color: #635bb5;
	border-left-color: #635bb5;
}

#in76q {
	border-top-left-radius: 64px;
	border-top-right-radius: 64px;
	border-bottom-left-radius: 64px;
	border-bottom-right-radius: 64px;
	font-size: 20px;
	line-height: 32px;
	padding-top: 16px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 16px;
	color: #635bb5;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #635bb5;
	border-right-color: #635bb5;
	border-bottom-color: #635bb5;
	border-left-color: #635bb5;
}

.social-icons-section {
	margin-top: 2rem;
}

.social-icons-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-icon-item {
	margin: 0;
	padding: 0;
}

.social-icon-link {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 9999px;
	background-color: #ffffff;
	color: var(--gjs-t-color-primary);
	text-decoration: none;
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1),
		color 150ms cubic-bezier(0.4, 0, 0.2, 1),
		border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.social-icon-link:hover {
	color: var(--gjs-t-color-accent);
	transform: translateY(-1px);
	box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 6px 0 rgb(0 0 0 / 0.08);
	border-color: rgba(15, 23, 42, 0.12);
}

.social-icon-link:focus-visible {
	outline: none;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05),
		0 0 0 3px rgba(99, 102, 241, 0.25);
}

.social-icon {
	width: 20px;
	height: 20px;
	display: block;
}

#ionbm {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 28px;
	margin-left: 0px;
}

#social-media {
	margin-top: 6rem;
}

@media (max-width: 992px) {
	.main-content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.profile-image {
		width: 7rem;
		height: 7rem;
	}

	.social-icons-section {
		margin-top: 2rem;
	}
}

@media (max-width: 480px) {
	.main-content {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.profile-image {
		width: 6rem;
		height: 6rem;
	}

	.profile-tagline {
		font-size: 14px;
	}

	.social-icons-list {
		gap: 0.625rem;
	}

	.social-icon-link {
		width: 40px;
		height: 40px;
	}

	.social-icon {
		width: 18px;
		height: 18px;
	}
}