@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('fonts/montserrat-300-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('fonts/montserrat-300-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/montserrat-400-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/montserrat-400-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	background-color: #8F918E;
	color: #FFFFFF;
}

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

a:hover {
	text-decoration: underline;
}

/* ---------- Home page ---------- */

.page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.header {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 35px 2.5% 0;
}

.content {
	flex: 1;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 2.5%;
}

.content-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.logo {
	display: block;
	width: 188px;
	max-width: 15.67%;
}

.appointment {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.freuen-badge {
	width: 117px;
	margin-top: 20px;
}

.appointment-text {
	letter-spacing: 3px;
}

.appointment-text .label {
	display: block;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 8px;
	margin-bottom: 4px;
}

.appointment-text .phone {
	display: block;
	font-size: 54px;
	line-height: 81px;
	letter-spacing: 0;
	white-space: nowrap;
	margin-bottom: 12px;
}

.appointment-text .address {
	display: block;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1px;
}

.footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2.5% 15px;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1px;
}

.footer a {
	letter-spacing: 0;
}

.hair-strip {
	width: 100%;
	height: 127px;
	background-image: url('images/maike-haardesign-friseur-image-155434452.jpg');
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

/* ---------- Legal pages (Impressum / Datenschutz) ---------- */

.legal-page {
	background-color: #FFFFFF;
	min-height: 100%;
	padding: 50px 2.5% 160px;
}

.legal-page .logo-dark {
	display: block;
	width: 85px;
	margin-bottom: 44px;
}

.legal-page .container {
	max-width: 1200px;
	margin: 0 auto;
}

.legal-page .content-block {
	color: #8F918E;
	font-size: 16px;
	line-height: 22px;
	max-width: 70.9%;
	margin-bottom: 40px;
}

.legal-page .content-block h1 {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
}

.legal-page .content-block p {
	min-height: 1em;
}

/* ---------- Responsive ---------- */

@media (max-width: 767px) {
	.logo {
		width: 169px;
		max-width: 90%;
	}
	.content {
		padding: 30px 5%;
	}
	.appointment-text .phone {
		font-size: 38px;
		line-height: 57px;
	}
	.footer {
		text-align: left;
	}
	.legal-page .content-block {
		max-width: 100%;
	}
}
