/* Fonts erzwingen */
html, body,
p, h1, h2, h3, h4, h5, h6,
a, li, button, input, textarea, select, footer {
  font-family:  sans-serif !important;
  text-transform: none !important;
}

/* Keine erzwungenen Großbuchstaben */
footer, footer * {
  text-transform: none !important;
}


html {
	position: relative;
	min-height: 100%;
}

body {
	/* Padding top for navbar */
	padding-top: 56px;
	/* Margin bottom for footer height */
	margin-bottom: 60px;
}





section {
	padding: 30px 0;
}

img {
	max-width: 100%;
}

pre,
code {
	background: #f8f8f8;
	color: #333;
}

pre {
	border-left: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
th,
td {
	padding: 0.5em 1em;
}

h1.title,
h2.title {
	font-size: 2.3rem;
	color:  #004BA9  !important;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px 20px;
	border-left: 5px solid #eee;
	font-style: italic;
}

.bi {
	margin-right: .5rem !important;
}

h1.lead {color:  #004BA9  !important;
font-size: 1.8rem;
font-weight: bold;
}

/* Paginator */
.paginator {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Navbar */
img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link {
	font-size: 1.0em;
	color: #ffffff !important;
}


.nav-link:hover {
  color: lightblue !important; /* blau beim Hover */
}

/* Footer */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.9em;
}

.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}

/* Home - Header */
header.welcome {
	padding: 20px 0;
}

/* Home - Page */
section.home-page:nth-child(even) {
	/* Alternate the background color */
	background: #FAFAFA;
}

.page-cover-image {
	background-size: cover;
	background-position: center;
}

.page-description {
	color: #000080 !important;
	font-style: italic;
}

/* VIDEO EMBED RESPONSIVE */
.video-embed {
	overflow: hidden;
	padding-bottom: 56.25%;
	/* 16:9 */
	position: relative;
	height: 0;
}

.video-embed iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.header-image {
    width: 100%;
    max-height: 400px; /* Höhe begrenzen */
    object-fit: cover; /* sorgt dafür, dass es sauber zugeschnitten wird */
    display: block;
    margin-bottom: 10px;
    }
.site-header {
    text-align: center; /* optional: Bild zentrieren */
    padding: 0;
    margin: 0;
    background: none; /* falls vorher ein Hintergrund war */
}

.site-header .header-image {
    width: 100%; /* Bild auf volle Breite */
    height: auto;
    display: block;
}

.page-header {
    text-align: center; /* Bild zentrieren */
    margin-bottom: 20px; /* Abstand zum Titel */
}

.page-header .header-image {
    width: 100%;  /* volle Breite */
    height: auto; /* proportional */
    display: block;
}