/**
 * Über mich page (test3 Elementor 7354).
 *
 * @package Hq_Accessories
 */

body.hq-page-ueber-mich .site-main {
	margin: 0;
	padding: 0;
}

body.hq-page-ueber-mich .archive-header {
	display: none;
}

.hq-ueber-mich-page .col-full {
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.hq-ueber-mich {
	margin: 0;
	padding: 0;
}

.hq-ueber-mich__row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	width: 90%;
	max-width: 1494px;
	margin: 0 auto;
	padding: 0 0 50px;
}

.hq-ueber-mich__content,
.hq-ueber-mich__media {
	flex: 0 0 50%;
	max-width: 50%;
	min-width: 0;
}

.hq-ueber-mich__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: center;
	width: 100%;
	padding: 0 40px 0 0;
}

.hq-ueber-mich__kicker {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 21px 0 0;
	border: 0;
	font-family: Andika, sans-serif;
	font-size: 91px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	color: #8e8e8e;
}

.hq-ueber-mich__text {
	width: 80%;
	max-width: 100%;
	margin: 20px 0 0;
	padding: 20px 0 0;
	font-family: Andika, sans-serif;
	font-size: 22px;
	line-height: 33px;
	text-align: center;
	color: #111;
}

.hq-ueber-mich__text p {
	margin: 0 0 19.452px;
}

.hq-ueber-mich__text p:last-child {
	margin-bottom: 0;
}

.hq-ueber-mich__media {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.hq-ueber-mich__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.hq-ueber-mich__row {
		flex-direction: column;
		width: 100%;
		padding: 50px 0;
	}

	.hq-ueber-mich__content,
	.hq-ueber-mich__media {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.hq-ueber-mich__media {
		order: -1;
	}

	.hq-ueber-mich__content {
		order: 1;
		padding: 37px 40px 0;
	}

	.hq-ueber-mich__kicker {
		padding: 0;
		font-size: 50px;
		line-height: 1;
		letter-spacing: -0.9px;
		text-align: left;
	}

	.hq-ueber-mich__text {
		width: 100%;
		margin-top: 0;
		padding: 0;
		font-size: 22px;
		line-height: 1.3;
		letter-spacing: -0.5px;
		text-align: left;
	}

	.hq-ueber-mich__text p {
		margin-bottom: 1rem;
	}

	.hq-ueber-mich__media {
		padding: 0 40px 0 30px;
		aspect-ratio: 1 / 1;
	}
}

@media (max-width: 767px) {
	.hq-ueber-mich__row {
		padding: 27px 0;
	}

	.hq-ueber-mich__content {
		padding: 0;
	}

	.hq-ueber-mich__kicker {
		max-width: 422px;
		padding: 0 0 0 11px;
		font-size: 44px;
		line-height: 1;
	}

	.hq-ueber-mich__text {
		max-width: none;
		padding: 0 0 0 13px;
		font-size: 15px;
		line-height: 1.3;
	}

	.hq-ueber-mich__media {
		padding: 0;
		aspect-ratio: 1 / 1;
	}

	.hq-ueber-mich__image {
		height: 100%;
	}
}
