h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 32px 0;
	text-transform: uppercase;
	font-weight: 600;
  line-height: 1.2;
}


strong.headline{

	font-weight: bolder;
	color: var(--primary);

}

.custom-h2 {
	text-transform: uppercase;
	font-size: 1.3rem;
	line-height: 0;
	font-weight: 900;
	color: var(--primary);
}

.custom {
	font-size: 1rem;
	margin-top: 5px;
	border-top: 1px solid var(--primary);
	display: inline-block;
	border-bottom: 1px solid var(--primary);
	padding: 5px 0;
}

.py-lg-8 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

/* Sprache-Selector-Stile */
.language-selector {
    display: inline-flex;
    gap: 0px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}

.language-selector li {
    display: inline;
}

.language-selector a {
    text-decoration: none;
    color: #000; /* Standardfarbe für Links */

    transition: color 0.3s ease, background-color 0.3s ease;
    padding: 2px 5px;
    border-radius: 4px;
		font-weight: 400;
}

/* Hover-Stile für Links */
.language-selector a:hover {
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}

/* Ausnahme für Links: Keine ::selection-Stile */
.language-selector :hover {
    color: red;

}

.lang-container {
	position: absolute;
	z-index: 9999;
	right: 20px;
	top: 10px;
}

.language-selector a.active {
	color: var(--primary);
	font-weight: bold;
}
