@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap');

/* General */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	overflow-x: hidden;
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.text {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
	font-size: 20px;
    line-height: 2;
}

/* Accessibility helpers */
.skip-link {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-120%);
	background: #ffffff;
	color: #000000;
	padding: 10px 16px;
	border: 2px solid #000000;
	border-radius: 6px;
	z-index: 999;
	transition: transform 0.2s ease-in-out;
}

.skip-link:focus,
.skip-link:focus-visible {
	transform: translateY(0);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.no-wrap {
	white-space: nowrap;
}

a:focus-visible {
	outline: 3px solid #000000;
	outline-offset: 3px;
}

section > .content {
	max-width: 1440px;
}

.section:focus-visible {
	outline: 4px solid #000000;
	outline-offset: -6px;
}

.navigation a:focus-visible {
	outline: 3px solid #000000;
	outline-offset: 3px;
	text-decoration: none;
}

/* Navigation */
.navigation {
	position: fixed;
	width: 100%;
	top: 0px;
	
	background-color: #F9AD81;
	border-bottom: 2px solid #777;
	z-index: 1;
}

.navigation a {
	color: #000000;
	text-decoration: none;
}

.navigation ul li  {
	list-style-type: none;
	float: left;
	width: 16.66%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F9AD81;
	color: #282b2e;
	text-decoration: none;
	transition: all ease-in 0.1s;
}

.navigation ul li:hover, .navigation ul a:hover {
	color: #41759a;
	background-color: #ffc6a3;
	font-size: 25px;
	transition: all ease-in 0.1s;
}

/* Wrapper */
.wrapper {
	position: relative;
	background-color: #FBD3AF;
	margin-top: 60px;
}

/* Section */
.section {
	display: flex;
	justify-content: center;
	padding: 60px 60px 90px;   
	
	font-family: 'PT Sans', sans-serif;
    font-weight: 700;
	font-size: 20px;
    line-height: 2;
}

.section:first-child {
	margin-bottom: -4px;
	padding: 0;
}

.section:nth-child(2n+1) {
	background-color: #F9AD81;
}

.section:nth-child(2n) {
	background-color: #FBD3AF;
}

/* Content */
.content {
	display: inline-block;
	width: fit-content;
	padding: 20px;
}

.headline {
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	line-height: 2;
}

.spacer {
	display: inline-block;
}

/* Landingpage */
.splash {
	width: 100%;
}

/* Alltagsbegleiter */
.section#alltagsbegleiter {
	line-height: 3;
	font-weight: 700;
	font-size: 30px;
}

.section#alltagsbegleiter li {
	padding: 0 16px;
	list-style-type: '…';
}

/* Taetigkeiten */
#taetigkeiten .content {
	padding: 20px 10px;
}

svg {
	border: 2px solid #fff;
}

.card {
	background-color: #FBD3AF;
	width: 300px;
	height: 100%;
	margin: 20px;
	padding: 30px 30px 30px 50px;

    border-radius: 20px;
    font-size: 22px;
}

.card-headline {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 28px;
	margin: 15px 0 30px 0;
}

@media (min-device-width: 1280px) {
	.card-container {
		display: flex;
		justify-content: center;
	}
}

@media (max-device-width: 1279px) {
	.card-wrapper {
		display: flex;
		justify-content: center;
	}
}

/* Über uns */
#ueber .content {
	width: 80%;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

#ueber .headline {
	align-self: center;
	text-align: center;
	width: 100%;
}

.ueber-row {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	align-items: center;
}

.ueber-row--top .portrait {
	flex: 0 1 300px;
}

.ueber-row--top .description {
	flex: 1 1 320px;
}

.portrait {
	position: relative;
	display: inline-block;

	text-align: right;
	vertical-align: middle;

	padding-right: 96px;
}

.portrait img {
	width: 300px;
	max-width: 100%;
	border-radius: 25px;
}

.description {
	font-size: 30px;
	margin-left: 0;
}

.philosophy {
	grid-row-gap: 40px;
	font-size: 30px;
	flex: 1 1 320px;
}

.philosophy ul {
	padding-left: 30px;
}

.sub-headline {
	padding-top: 80px;
	font-size: 40px;
}

.motivational {
	align-self: center;
	padding-top: 80px;
	flex: 0 1 220px;
	margin-left: 48x;
}

.motivational img {
	width: 200px;
	max-width: 100%;
	border: 2px solid #777;
	border-radius: 25px;
}

#ueber .sub-headline {
	padding-top: 0;
}

#ueber .motivational {
	padding-top: 0;
}

/* Honorar */
.section#honorar {
	line-height: 2;
	font-weight: 700;
	font-size: 30px;
}

@media (max-width: 600px) {
	.headline {
		font-size: 36px;
		line-height: 1.3;
	}

	.sub-headline {
		font-size: 24px;
	}

	.section {
		font-size: 16px;
	}

	.section#alltagsbegleiter,
	.section#honorar,
	.description,
	.philosophy {
		font-size: 18px;
	}

	.card {
		font-size: 16px;
	}

	.footer .headline {
		font-size: 26px;
	}

	.footer .sub-headline,
	.footer .table {
		font-size: 16px;
	}

	.navigation ul li {
		font-size: 14px;
	}

	.portrait {
		padding-right: unset;
	}

	.navigation ul {
		display: flex;
		flex-wrap: wrap;
	}

	.navigation ul li {
		width: 33.33%;
		text-align: center;
		height: 50px;
	}
}

.section#honorar li {
	padding: 0 16px;
}

/* Impressum */
#impressum {
	background-color: #F9AD81;
}

.big-card {
	display: block;
	background-color: #FBD3AF;
	border-radius: 25px;
	padding: 40px;
}

/* Footer */
.footer {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 30px 30px 100px;
	background-color: #142432;
}

.footer .headline,
.footer .sub-headline,
.footer .table {
	padding: 0;
	color: #41759a;

	font-family: 'PT Sans', sans-serif;
    font-weight: 700;
	font-size: 30px;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.footer .headline {
	font-size: 60px;
	padding: 20px;
}

.footer .table {
	margin: 30px 0;
    font-weight: 400;
	font-size: 24px;
	max-width: 100%;
}

.footer .table td {
    display: table-cell;
	padding-right: 16px;
}

.footer .table th {
	display: table-cell;
	padding-right: 16px;
	text-align: left;
	font-weight: 700;
}

.footer a {
	color: #41759a;	
	text-decoration: none;
}

.footer a:hover {
	color: white;
}

.nowrap {
	white-space: nowrap;
}
