/* Custom-Styles */

html {
	scroll-behavior: smooth;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.slider-headline, .header-headline {
	padding: 30px;
	background-color: rgba(177, 0, 33, 0.9) !important;
	}

.hero, .hero-sonstige {
	display: flex !important;
	align-items: center;
	min-height: 400px;
}

@media (max-width: 576px) {
	.hero {
		align-items: center;
		min-height: 400px;
	}
}

.hero-sonstige {
	display: flex !important;
	align-items: center;
	min-height: 300px;
}

@media (max-width: 576px) {
	.hero-sonstige {
		align-items: center;
		min-height: 200px !important;
	}
}

.hero-headline {
	margin-top: 110px;
}

@media (max-width: 576px) {
	.hero-headline {
		margin-top: 70px;
	}
}

.hero-case, .hero-unternehmen-lg {
	display: flex !important;
	align-items: center;
	min-height: 700px;
}

@media (max-width: 576px) {
	.hero-case {
		align-items: center;
		min-height: 500px;
	}
}

@media (max-width: 576px) {
	.hero-unternehmen-lg {
		display: none !important;
		align-items: center;
		min-height: 500px;
	}
}

@media (max-width: 567px) { 
	.hero-unternehmen {
		display: flex !important;
		align-items: center;
		min-height: 500px;
	}
}

@media (max-width: 576px) {
	.lead {
		font-size: 1.0rem;
	}
}

.bs-gutter {
	padding-right: var(--bs-gutter-x, 0px);
	padding-left: var(--bs-gutter-x, 0px);
}

.text-light-grey {
	color: #aaaaaa !important;
}

.text-yellow {
	color: var(--bs-yellow);
}

.text-dark-blue {
	color: #005a82 !important;
}

.text-copy {
	font-family: 'PT Sans' !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.text-category {
	color: #006e96;
	text-transform:uppercase;
	font-size: 0.8rem;
	font-weight:bold;
	font-family: 'Roboto condensed' !important;
	letter-spacing: 1px;
}

.bg-primary-50 {
	background-color: #000 !important;
	opacity: 0.5;
}

.bg-hero-headline {
	background-color: #b10021 !important;
}

.bg-hero-headline-case {
	background-color: rgba(177, 0, 33, 0.8) !important;
}

.font-weight-700 {
	font-weight: 700 !important;
}

.font-weight-400 {
	font-weight: 400 !important;
}

.border-radius-10 {
	border-radius: 10px
}

.border-left {
	border-left: 20px solid #b10021;
}

.border-right {
	border-right: 20px solid #b10021;
}

.border-radius-0 {
	border-radius: 0 !important;
}

.bg-light-blue {
	background-color: #e8f2f6 !important;
}

.div-center {
	display: flex; 
	justify-content: center; 
	align-items: center;
}

@media (min-width: 776px) {
	.margin-bottom-55 {
		margin-bottom: 55px;
	}
}

.font-primary {
	font-family: 'Syncopate';
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.shadow-svg {
	-webkit-filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .3));
	filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .3));
	/* Similar syntax to box-shadow */
}

/* Headline - Call-to-Action */
h1.cta {
	text-align: center;
	display: table;
	border-collapse: collapse;
	white-space: nowrap;
}
h1.cta::before, h1::after {
	content: "";
	display: table-cell;
	width: 50%;
	background-image: linear-gradient(to right, #000 100%, transparent 100%);
	background-position: 0 50%;
	background-repeat: repeat-x;
	background-size: 3px 1px;
}
h1.cta::before {
	border-right: .25em solid transparent;
}
h1.cta::after {
	border-left: .25em solid transparent;
}

.text-outside-line-full {
	position: relative; display: inline-block
}

.text-outside-line-full::before {
	content: ""; 
	position: absolute; 
	top: 50%; 
	height: 1px; 
	width: 99%; 
	display: block; 
	border-bottom:1px solid; 
	right: 100%; 
	margin-right: 25px; 
	opacity: .25;
}

.text-outside-line-full::after {
	content: ""; 
	position: absolute; 
	top: 50%; 
	height: 1px; 
	width: 99%; 
	display: block; 
	border-bottom:1px solid; 
	left: 100%; 
	margin-left: 25px; 
	opacity: .25;
}

footer {
	content: "";
	background-image: url("/assets/img/bg-signet.png");
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center right;
}

.footer p {
	font-family: 'Syncopate';
	font-weight: 400;
	text-transform:uppercase;
	font-size: 0.8rem;
	line-height: 1.3rem;
}

.img-container {
	position: relative;
	text-align: center;
	color: white;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bottom-full {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.img-box-shadow {
	box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08), 0 1.25rem 1rem rgba(154, 156, 165, 0.05), 0 0.5rem 0.625rem rgba(154, 156, 165, 0.04), 0 0.25rem 0.25rem rgba(30, 33, 44, 0.03) !important;
}

.list-big li {
	font-weight: 600;
	font-size: 1.1rem;
	padding-bottom: 0.9rem;
}

.div-center {
	margin: auto;
}

.border-red {
	border: 1px solid #ea5160 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

a.footer-link {
	text-decoration: none !important;
	color: #fff !important;
}

a.footer-link:hover {
	color: #1b0021 !important;
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.25rem + 2px);
	padding: 0.625rem 2rem 0.625rem 1rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #424551;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23424551' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
	border: 1px solid #dadbdd;
	border-radius: 0.25rem;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: rgba(255, 63, 58, 0.4);
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 63, 58, 0.25);
}

.custom-select:focus::-ms-value {
	color: #424551;
	background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 1rem;
	background-image: none;
}

.custom-select:disabled {
	color: #9a9ca5;
	background-color: #f4f5f6;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #424551;
}

.custom-select-sm {
	height: calc(1.5em + 1.2rem + 2px);
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	padding-left: 0.5rem;
	font-size: 0.75rem;
}

.custom-select-lg {
	height: calc(1.5em + 1.63rem + 2px);
	padding-top: 0.815rem;
	padding-bottom: 0.815rem;
	padding-left: 1rem;
	font-size: 1rem;
}