@font-face {
	font-family: 'Bistro';
	src: url('../webfonts/bistro-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Chantilly Pro';
	src: url('../webfonts/chantilly-pro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Chantilly Pro';
	src: url('../webfonts/chantilly-pro-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Chantilly Pro Medium';
	src: url('../webfonts/chantilly-pro-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Chantilly Pro Medium';
	src: url('../webfonts/chantilly-pro-mediumitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Chantilly Pro';
	src: url('../webfonts/chantilly-pro-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Chantilly Pro';
	src: url('../webfonts/chantilly-pro-bolditalic-webfont.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

:root {
	/* Farben */
	--blue: #B4CFE9;
	--black: #112246;
}

body {
	background-color: var(--blue);
	color: var(--black);
	font-family: 'Chantilly Pro';
	font-size: 1.313rem; /* Chantilly fällt sehr klein aus */
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.block {
	margin-bottom: 3rem;
}

.block-hero {
	flex: none;
}

.card-body {
	padding: 32px 0 0 0;
}

pre {
	background-color: var(--bs-gray-800);
	padding: 1rem;
}

nav.navbar .container-fluid {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}

.navbar-brand {
	font-size: 2rem;
	line-height: 1;
	padding: 0.6rem 0;
}

nav.navbar ul {
	padding: 0;
}

nav.navbar li {
	display: inline;
	list-style: none;
}

h1.display-4 {
	font-weight: normal;
	text-align: center;
}

.lead {
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;	
}

main {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}

body img {
	max-width: 100%;
}

img.transparent {
	background: transparent !important;
	color: transparent !important;
}

p {
	hyphens: auto;
}

/* @media (min-width: 1200px) { */
	.p-xl-5 {
		padding: 3rem 3rem 1.25rem 3rem !important;
	}
/* } */
