/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

:root {
	--aktd-primary-01: #1c3357;
	--aktd-primary-02: #005183;
	--aktd-primary-03: #0087a8;
	--aktd-secondary-01: #dae9f1;
	--aktd-secondary-02: #99cfdc;
	--aktd-secondary-03: linear-gradient(180deg, #1c3357 0%, #0183a5 100%);
	--aktd-neutral-01: #ffffff;
	--aktd-neutral-02: #f3f7f9;
	--aktd-neutral-03: #000000;
	--aktd-akzent-01: #859d67;
	--aktd-akzent-02: #b9a591;

	--aktd-font-family-base: "Futura Std", "Futura", "Trebuchet MS", sans-serif;
	--aktd-font-size-h3: 20px;
	--aktd-font-size-text-xl: 28px;
	--aktd-font-size-body: 18px;
	--aktd-font-size-bold: 18px;
	--aktd-font-size-text-medium: 16px;
	--aktd-font-size-hero-1: 68px;
	--aktd-font-size-hero-2: 34px;
	--aktd-font-weight-h3: 700;
	--aktd-font-weight-text-xl: 700;
	--aktd-font-weight-body: 500;
	--aktd-font-weight-bold: 700;
	--aktd-font-weight-hero-1: 700;
	--aktd-font-weight-hero-2: 700;
	--aktd-line-height-hero-1: 75px;
}

.aktd-typo-h3 {
	margin: 0;
	color: var(--aktd-primary-02);
	font-family: var(--aktd-font-family-base);
	font-size: var(--aktd-font-size-h3);
	font-style: normal;
	font-weight: var(--aktd-font-weight-h3);
	line-height: normal;
}

.aktd-typo-text-xl {
	margin: 0;
	color: var(--aktd-primary-02);
	font-family: var(--aktd-font-family-base);
	font-size: var(--aktd-font-size-text-xl);
	font-style: normal;
	font-weight: var(--aktd-font-weight-text-xl);
	line-height: normal;
}

.aktd-typo-body {
	margin: 0;
	color: var(--aktd-primary-01);
	font-family: var(--aktd-font-family-base);
	font-size: var(--aktd-font-size-body);
	font-style: normal;
	font-weight: var(--aktd-font-weight-body);
	line-height: normal;
}

.aktd-typo-bold {
	margin: 0;
	color: var(--aktd-primary-01);
	font-family: var(--aktd-font-family-base);
	font-size: var(--aktd-font-size-bold);
	font-style: normal;
	font-weight: var(--aktd-font-weight-bold);
	line-height: normal;
}

.aktd-typo-text-medium, .aktd-typo-text-medium a {
	margin: 0;
	color: var(--aktd-primary-02);
	font-family: var(--aktd-font-family-base);
	font-size: var(--aktd-font-size-text-medium);
	font-style: normal;
	font-weight: var(--aktd-font-weight-bold);
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.aktd-typo-hero-1 {
	margin: 0;
	color: var(--aktd-primary-02);
	font-family: var(--aktd-font-family-base);
	font-size: var(--aktd-font-size-hero-1);
	font-style: normal;
	font-weight: var(--aktd-font-weight-hero-1);
	line-height: var(--aktd-line-height-hero-1);
}

.aktd-page-hero {
	position: relative;
	width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.aktd-page-hero__media {
	width: 100%;
}

.aktd-page-hero__picture {
	display: block;
	width: 100%;
}

.aktd-page-hero__image {
	display: block;
	width: 100%;
	height: auto;
	min-height: 562px;
	aspect-ratio: 1280 / 562;
	object-fit: cover;
}

.aktd-page-hero__media--placeholder {
	min-height: 562px;
	background: linear-gradient(135deg, #0b4f7d, #1c3357);
}

.aktd-page-hero__topbar {
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	z-index: 5;
}

.aktd-page-hero__topbar-inner {
	position: relative;
	min-height: 56px;
}

.aktd-page-hero__brand {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	align-items: center;
}

.aktd-page-hero__brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.aktd-page-hero__brand .custom-logo {
	display: block;
	width: auto;
	max-height: 56px;
}

.aktd-page-hero__anchor-nav {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	padding: 12px 58px;
	align-items: flex-start;
	gap: 24px;
	border-radius: 50px;
	background: var(--aktd-neutral-01);
}

.aktd-page-hero__anchor-link {
	color: var(--aktd-primary-01);
	font-family: var(--aktd-font-family-base);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	text-decoration: none;
}

.aktd-page-hero__anchor-link:hover,
.aktd-page-hero__anchor-link:focus {
	color: var(--aktd-primary-03);
}

.aktd-page-hero__content {
	position: absolute;
	inset: 0;
	display: grid;
	align-items: center;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 55.77%, rgba(0, 0, 0, 0.2) 66.83%), no-repeat;
}

.aktd-page-hero__content .container {
	width: min(100%, var(--container, 1200px));
	margin-inline: auto;
}

.aktd-page-hero__content-inner {
	display: grid;
	justify-items: start;
	gap: 12px;
	text-align: left;
}

.aktd-page-hero__title {
	margin: 0;
	color: var(--aktd-neutral-01);
	font-family: var(--aktd-font-family-base);
	font-size: var(--aktd-font-size-hero-1);
	font-style: normal;
	font-weight: var(--aktd-font-weight-hero-1);
	line-height: var(--aktd-line-height-hero-1);
}

.aktd-page-hero__subtitle {
	margin: 0;
	color: var(--aktd-neutral-01);
	font-family: var(--aktd-font-family-base);
	font-size: var(--aktd-font-size-hero-2);
	font-style: normal;
	font-weight: var(--aktd-font-weight-hero-2);
	line-height: normal;
}

.aktd-page-hero__info-tile {
	position: absolute;
	right: clamp(16px, 5vw, 72px);
	bottom: -56px;
	z-index: 3;
	display: flex;
	width: 202px;
	height: 202px;
	transform: rotate(13.906deg);
	padding: 8px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: var(--aktd-akzent-02);
	text-align: center;
	overflow: hidden;
}

.aktd-page-hero__info-kicker,
.aktd-page-hero__info-text {
	margin: 0;
	color: var(--aktd-neutral-01);
	font-family: var(--aktd-font-family-base);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.aktd-page-hero__info-value {
	margin: 0;
	color: var(--aktd-neutral-01);
	font-family: var(--aktd-font-family-base);
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.aktd-page-hero--imprint {
	background: var(--aktd-primary-01);
}

.aktd-page-hero__imprint-content {
	display: flex;
	min-height: 396px;
}

.aktd-page-hero__imprint-content .container {
	display: flex;
	width: min(100%, var(--container, 1200px));
	margin-inline: auto;
}

.aktd-page-hero__imprint-copy {
	flex: 1;
	display: flex;
	padding: 80px 120px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	text-align: center;
}

.aktd-page-hero__imprint-heading {
	margin: 0;
	text-align: center;
	font-family: var(--aktd-font-family-base);
	font-size: clamp(40px, 5vw, 58px);
	font-style: normal;
	font-weight: 700;
	line-height: 1.05;
}

.aktd-page-hero__imprint-heading .aktd-two-line-heading__line {
	display: block;
}

.aktd-page-hero__imprint-heading .aktd-two-line-heading__line--neutral {
	color: var(--aktd-neutral-01);
}

.aktd-page-hero__imprint-heading .aktd-two-line-heading__line--secondary {
	color: var(--aktd-secondary-02);
}

.aktd-page-hero__imprint-note {
	margin: 0;
	max-width: 720px;
	color: var(--aktd-neutral-01);
	font-family: var(--aktd-font-family-base);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.35;
}

.aktd-page__content--imprint {
	padding: 80px 0 96px;
}

@media (max-width: 1199px) {
	.aktd-page-hero__brand .custom-logo {
		max-height: 48px;
	}

	.aktd-page-hero__anchor-nav {
		padding: 12px 32px;
		gap: 16px;
	}

	.aktd-page-hero__title {
		font-size: 56px;
		line-height: 1.1;
	}

	.aktd-page-hero__subtitle {
		font-size: 30px;
	}

	.aktd-page-hero__info-tile {
		width: 168px;
		height: 168px;
		right: 24px;
		bottom: -40px;
	}

	.aktd-page-hero__info-kicker,
	.aktd-page-hero__info-text {
		font-size: 14px;
	}

	.aktd-page-hero__info-value {
		font-size: 32px;
	}

	.aktd-page-hero__imprint-copy {
		padding: 72px 80px;
	}

	.aktd-page-hero__imprint-heading {
		font-size: 52px;
	}
}

@media (max-width: 991px) {
	.aktd-page-hero__topbar {
		top: 12px;
	}

	.aktd-page-hero__topbar-inner {
		position: static;
		display: grid;
		justify-items: center;
		row-gap: 12px;
	}

	.aktd-page-hero__brand {
		position: static;
		justify-self: start;
	}

	.aktd-page-hero__anchor-nav {
		position: static;
		transform: none;
		flex-wrap: wrap;
		justify-content: center;
		padding: 10px 20px;
		gap: 12px 16px;
	}

	.aktd-page-hero__imprint-content {
		min-height: 432px;
	}

	.aktd-page-hero__imprint-copy {
		padding: 152px 48px 64px;
	}
}

@media (max-width: 767px) {
	.aktd-page-hero {
		min-height: 720px;
	}

	.aktd-page-hero__media,
	.aktd-page-hero__picture,
	.aktd-page-hero__image,
	.aktd-page-hero__media--placeholder {
		min-height: 720px;
		height: 720px;
	}

	.aktd-page-hero__brand .custom-logo {
		max-height: 42px;
	}

	.aktd-page-hero__content .container {
		width: 100%;
		max-width: none;
		padding-left: 15px;
		padding-right: 15px;
	}

	.aktd-page-hero__content-inner {
		width: 100%;
	}

	.aktd-page-hero__anchor-link {
		font-size: 14px;
	}

	.aktd-page-hero__title {
		font-size: 40px;
		line-height: 1.15;
	}

	.aktd-page-hero__subtitle {
		font-size: 24px;
	}

	.aktd-page-hero__info-tile {
		width: 132px;
		height: 132px;
		right: 12px;
		bottom: -24px;
		padding: 6px;
	}

	.aktd-page-hero__info-kicker,
	.aktd-page-hero__info-text {
		font-size: 12px;
	}

	.aktd-page-hero__info-value {
		font-size: 24px;
	}

	.aktd-page-hero--imprint {
		min-height: 0;
	}

	.aktd-page-hero__imprint-content {
		min-height: 360px;
	}

	.aktd-page-hero__imprint-copy {
		padding: 148px 24px 48px;
		gap: 16px;
	}

	.aktd-page-hero__imprint-heading {
		font-size: 40px;
		line-height: 1.1;
	}

	.aktd-page-hero__imprint-note {
		font-size: 16px;
	}

	.aktd-page__content--imprint {
		padding: 56px 0 72px;
	}
}
section{
	background-color: var(--aktd-neutral-02);
}
h2{
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: var(--aktd-primary-02);
}
h1{
	font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
