/* SCN Head-Logo */
.section.bg-dark-light {
	background: #282F39;
}
.section.no-padding {
	padding: 0;
}
.header-cover {
	overflow-y: hidden;
}

.section {
	padding: 10% 0;
	position: relative;
}

.header {
	background: no-repeat center;
	background-size: cover;
	padding: 100px 0;
}

.header-inner {
	position: relative;
	text-align: center;
	z-index: 2;
}
.section-inner {
	max-width: 1040px;
	width: 86%;
	margin: 0 auto;
}

.blog-info {
	background: #282F39;
	display: inline-block;
	border-inline: solid 0.5rem #a3f53b;
}

.blog-info-texts {
  float: left;
  padding: 2rem 0 2rem 2rem;
}

.blog-info-img {
  float: left;
  height: 11.3vw;
}

.blog-info-img img {
  height: 100%;
}

.blog-title {
	text-align: center;
	font-family: Poiret One;
	font-size: 1.75em;
	line-height: 1;
	margin: 0;
	width: 100%;
}

.blog-title a {
	color: #fff;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: 800;
	font-family: Poiret One;
	font-size: 5vw;
}

.header-inner.section-inner .blog-description {
	font-family: Poiret One;
	font-weight: 800;
	font-size: 2vw;
}
.blog-description {
	color: rgba(255,255,255,.5);
	line-height: 1.25;
	margin: 0;
	text-align: center;
}

.blog-description:before, .blog-description:after {
	content: "";
	width: 3rem;
	border-bottom: 1px solid;
	vertical-align: middle;
	display: inline-block;
}
.blog-description:before {
	margin-right: 0.5rem;
}
.blog-description:before {
	height: 2px;
	background: rgba(255,255,255,.1);
}

.blog-description:after {
	margin-left: 0.5rem;
}

/* Weitere und Sonstiges */
.rounded-start-top {
	border-top-left-radius: var(--bs-border-radius) !important;
}