@media (min-width: 300px) {
	.dropdown-menu.show.menu-color {
		background-color: whitesmoke;
	}
}

@media (min-width: 992px) {
	.dropdown-menu.show.menu-color {
		background-color: white;
	}
}

@media (min-width: 300px) {
	.dropdown-menu.show {
		width: initial;
	}
}

@media (min-width: 992px) {
	.dropdown-menu.show {
		width: 310px;
	}
}

.btn.btn-primary {
	width: 200px;
}

.btn.btn-secondary {
	width: 200px;
}

.logo-head {
	height: 35px;
}

a {
	color: #cd1846;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

p {
	font-size: 17px;
	line-height: 24px;
}

h1 {
	font-size: 35px;
	font-weight: 400;
}

h2 {
	font-size: 35px;
	font-weight: 400;
}

h3 {
	font-size: 25px;
	font-weight: 400;
}

h4 {
	font-size: 22px;
	font-weight: 400;
}

h5 {
	font-size: 18px;
	font-weight: 500;
}

.btn {
	border-radius: 0.2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.btn-sm {
	padding: 0.3rem 0.75rem;
}

.card {
	border-radius: 0.2rem;
}

.card-img-top {
	border-top-right-radius: 0.2rem;
	border-top-left-radius: 0.2rem;
}

.divider {
	border: 1px solid gainsboro;
}

@media (min-width: 300px) {
	.menu-1 {
		background-color: white;
		padding-left: 15px;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.menu-1 {
		background-color: white;
		padding-left: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
}

@media (min-width: 300px) {
	.menu-1.show {
		padding-bottom: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px) {
	.menu-1.show {
		padding-bottom: 0px;
		padding-right: 0px;
	}
}

@media (min-width: 300px) {
	#navcol-1 {
		background-color: whitesmoke;
		padding: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	#navcol-1 {
		background-color: white;
		padding: 10px;
		margin-bottom: 0px;
	}
}

.dropdown-item {
	padding: 4px 0px 4px 10px;
	background-color: initial;
}

.dropdown-item:hover {
	padding: 4px 10px 4px 10px;
	background-color: gainsboro;
}

@media (min-width: 992px) {
	.nav-item.dropright {
		padding: 4px 0px;
	}
}

@media (min-width: 300px) {
	.dropdown-menu.show {
		padding: 10px 20px;
		margin-top: 0px;
		background-color: white;
	}
}

@media (min-width: 992px) {
	.dropdown-menu.show {
		padding: 10px 20px;
		background-color: white;
	}
}

.trenner {
	border: 0.25px solid white;
}

@media (min-width: 300px) {
	.header {
		height: 250px;
		background-color: black;
		color: white;
	}
}

@media (min-width: 992px) {
	.header {
		background-color: black;
		color: white;
	}
}

.header-pic {
	width: auto;
	height: 300px;
	background-image: url("../../assets/img/contag-news-pic-2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 300px) {
	.header-2 {
		height: auto;
		background-color: whitesmoke;
		padding: 40px 0px;
	}
}

@media (min-width: 992px) {
	.header-2 {
		height: 500px;
		background-color: whitesmoke;
	}
}

.stoerer {
	position: fixed;
	z-index: 100;
	top: 400px;
	right: 0px;
	height: 80px;
	width: 80px;
	border-radius: 360px;
	position: fixed;
	color: white;
	font-size: 50px;
}

.footer-links {
	font-size: 16px;
	padding-bottom: 8px;
}

.footer-trenner {
	margin: 10px 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(112, 112, 112, 0.15);
}

.artikel-date {
	font-size: 13px;
	text-transform: uppercase;
}

.search-input {
	height: 38px;
	width: 90px;
	padding: 6px;
	border: 1px solid gainsboro;
	margin-right: 10px;
	border-radius: 2px;
	background-color: white;
}

@media (min-width: 300px) {
	.link-log-in {
		font-size: 12px;
		padding: 6px;
		width: 90px;
		border: 1px solid silver;
		background-color: gainsboro;
		margin-right: 10px;
		color: black;
		border-radius: 2px;
		height: 38px;
		text-decoration: none;
	}
}

@media (min-width: 992px) {
	.link-log-in {
		font-size: 12px;
		padding: 6px;
		width: 90px;
		border: 1px solid gainsboro;
		background-color: whitesmoke;
		margin-right: 10px;
		color: black;
		border-radius: 2px;
		height: 38px;
		text-decoration: none;
	}
}

.link-konfigurator {
	font-size: 12px;
	padding: 6px;
	width: 90px;
	margin-right: 10px;
	border-radius: 2px;
	height: 38px;
	text-decoration: none;
}

.link-card {
	padding: 0px 20px 20px 20px;
	text-align: right;
}

@media (min-width: 300px) {
	.card-75-100 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.card-75-100 {
		width: 75%;
	}
}

.icon-red {
	font-size: 30px;
	margin-right: 10px;
}

.hero-pic {
	height: 207px;
	background-image: url("../../assets/img/contag-head-pic.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.hero-pic-redline {
	height: 5px;
	box-shadow: 0px 6px 20px 8px rgba(237, 6, 56, 0.25);
}

@media (min-width: 300px) {
	.cover-hero-pic-text {
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 992px) {
	.cover-hero-pic-text {
		display: flex;
		justify-content: flex-end;
	}
}

@media (min-width: 300px) {
	.hero-pic-text {
		width: 400px;
		height: 110px;
		background-color: #ededed;
		color: #ed0638;
		border: 0.5px solid #f21e1e;
		margin-top: -55px;
		font-size: 36px;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.hero-pic-text {
		width: 720px;
		height: 100px;
		background-color: #f7f7f7;
		color: #ed0638;
		border: 0.5px solid #f21e1e;
		margin-top: -55px;
		font-size: 50px;
		text-align: center;
		box-shadow: 0px 4px 11px #f213133b;
	}
}

.box-unternehmen {
	height: 350px;
	background-color: red;
}

.box-content {
	border: 1px solid gainsboro;
	background-color: white;
	padding: 30px;
}

.box-portrait {
	background-color: #f7f7f7;
	border-radius: 2px;
}

.kreis-portrait {
	margin-right: 20px;
	height: 50px;
	width: 50px;
	border-radius: 360px;
	background-color: red;
}

.kreis-portrait-2 {
	margin-bottom: 30px;
	height: 80px;
	width: 80px;
	border-radius: 360px;
	background-color: white;
	border: 1px solid gainsboro;
	font-size: 48px;
}

.portrait-1 {
	background-image: url("../../assets/img/contag-katja-pic.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.portrait-2 {
	background-image: url("../../assets/img/contag-hans-pic.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.name-portrait {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
}

.bg-white {
	background-color: white;
	padding: 1.2rem 0px;
}

.bg-whitesmoke {
	background-color: whitesmoke;
	padding: 1.2rem 0px;
}

.bg-grau {
	background-color: #dcdcdc;
	padding: 1.2rem 0px;
}

.bg-hellgrau {
	background-color: gainsboro;
	padding: 1.2rem 0px;
}

.bg-dunkelgrau {
	background-color: #5a5a5a;
	padding: 1.2rem 0px;
	color: white;
}

.box-start-1 {
	height: 145px;
	width: auto;
	background-image: url("../../assets/img/contag-produkte-start-1.jpg");
}

.box-start-2 {
	height: 145px;
	width: auto;
	background-image: url("../../assets/img/contag-produkte-start-2.jpg");
}

.box-start-3 {
	height: 145px;
	width: auto;
	background-image: url("../../assets/img/contag-produkte-start-3.jpg");
}

.box-start-4 {
	height: 145px;
	width: auto;
	background-image: url("../../assets/img/contag-produkte-start-4.jpg");
}

.box-start-5 {
	height: 145px;
	width: auto;
	background-image: url("../../assets/img/contag-produkte-start-5.jpg");
}

.box-start-6 {
	height: 145px;
	width: auto;
	background-image: url("../../assets/img/contag-produkte-start-6.jpg");
}

.box-white-red-box {
	padding: 10px 10px 0px 10px;
}

.box-white-red-box-top-line {
	margin-top: -1px;
	height: 5px;
	background-color: #ed0638;
}

.box-white-red-box-top-line-2 {
	margin-top: -0.65rem;
	height: 5px;
	background-color: #ed0638;
	transition: box-shadow 0.3s ease;
}

.box-white-red-box-top-line-2.hovering {
	box-shadow: 0px 0px 13px 4px #f2131357;
}

.box-white-red-box-top-line-black {
	height: 5px;
	background-color: black;
}

.box-white-red-box-btn {
	margin-bottom: -53px;
}

.arrow-red-BTN {
	padding-top: 2px;
	margin-left: 7px;
}

.cog-white-BTN {
	font-size: 22px;
	padding-top: 2px;
	margin-right: 7px;
}

.hover-box {
	position: relative;
	overflow: hidden;
	border-radius: 0.2rem;
}

@keyframes delay-overflow {
	from {
		overflow: hidden;
	}
	to {
		overflow: visible;
	}
}

.hover-box:hover {
	overflow: visible;
	animation-name: delay-overflow;
	animation-duration: 0.8s;
}

.pic-layer-black {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: white;
	font-weight: 300;
	width: 100%;
	padding: 0px 20px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.6);
	transform: translateY(calc(100% - 50px));
	backdrop-filter: blur(5px);
	border-bottom-right-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
	transition: transform 0.3s ease;
}

.hover-box:hover .pic-layer-black {
	transform: translateY(0);
	border-radius: 17px;
}

.pic-layer-black > h3 {
	height: 50px;
	line-height: 50px;
}

.pic-layer-black > p {
	font-size: 80%;
	line-height: 1.2;
	margin: 0;
}

.pic-layer-black-2 {
	display: inline-flex;
	justify-content: start;
	align-items: center;
	color: white;
	font-weight: 300;
	width: 100%;
	min-height: 100%;
	padding: 5px 20px;
	background-color: rgba(0, 0, 0, 0.75);
}

.pic-layer-black-2-clicked {
	display: inline-flex;
	justify-content: start;
	align-items: center;
	color: white;
	font-weight: 300;
	width: 100%;
	min-height: 100%;
	padding: 5px 20px;
	background-color: rgba(0, 0, 0, 0.75);
}

.layer-black-1 {
	font-size: 30px;
	font-weight: 400;
}

.layer-black-2 {
	font-size: 14px;
	font-weight: 400;
}

.text-starrflex {
	font-size: 13px;
	line-height: 16px;
}

.news-teaser {
	text-align: initial;
	padding: 20px 10px 10px 10px;
}

@media (min-width: 300px) {
	.news-link {
		display: flex;
		text-align: right;
	}
}

.news-link:hover {
	color: initial;
}

.carousel-indicators {
	margin-bottom: -30px;
	filter: invert(100%);
}

.award-logo {
	font-size: 60px;
	color: silver;
}

.award-text {
	margin-top: 10px;
	font-size: 15px;
	text-align: center;
}

.award-test {
	background-color: white;
}

.content-white {
	text-align: center;
	padding: 1.1rem 0px;
	background-color: white;
	border-radius: 2px;
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #ed0638;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif:
		-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
		Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace:
		SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
}

.placeholder {
	background-color: black;
	height: 400px;
}
