.wp-block-der-schmidt-hero.ds-hero {
	position: relative;
	color: #fff;
	overflow: visible;
}
.ds-hero{
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 100px;
}
.ds-hero__background {
	position: relative;
	min-height: clamp(520px, 72vw, 820px);
	background-color: #0b1112;
	overflow: hidden;
	height: 100vh;
	max-height: 1080px;
}

.ds-hero__background-image {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.ds-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: #3C494B;
  opacity: 0.3;
}

.ds-hero__inner {
position: absolute;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: min(100%, 1480px);
  margin: 0 auto;
  top: 50%;
  left: 50%;
}

.ds-hero__center-content {
	position: relative;
	z-index: 2;
}

.ds-hero__headline {
	max-width: 7ch;
	margin: 0 auto;
	font-size: clamp(56px, 9vw, 172px);
	line-height: 0.92;
	font-weight: 700;
 	letter-spacing: 0.02em;
	text-align: center;
	color: #fff;
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
}
h1.ds-hero__headline{
   font-family: "Heavy Brush", Sans-serif;
  font-size: 145px;
  font-weight: 500;
  line-height: 210px;
  letter-spacing: 4.35px;
  z-index: 1;
  position: relative;
}
.ds-hero__middle{
	position: relative;
		padding: 0 clamp(24px, 4vw, 64px) 0;
		width: min(100%, 1480px);
		margin: 0 auto;
}
.ds-hero__bottom {
	position: relative;
	width: min(100%, 1480px);
	min-height: clamp(150px, 18vw, 260px);
	margin: calc(clamp(90px, 10vw, 150px) * -1) auto 0;
	padding: 0 clamp(24px, 4vw, 64px) 0;
	z-index: 1;
}

.ds-hero__portrait {
	position: relative;
	z-index: 0;
	width: 40%;
	margin-left: auto;
	margin-top: -36%;
 }

.ds-hero__portrait img {
	display: block;
	width: 100%;
 	object-fit: cover;
	height: 100%;
}

.ds-hero__portrait-caption {
	margin-top: 20px;
	font-size: 1.5em;
	line-height: 1.4;
	color: black;
	text-align: right;
	color: var(--schmidt-green);
}

.ds-hero__stamp {
	position: absolute;
	top: -110px;
	z-index: 4;
	width: clamp(110px, 12vw, 170px);
}

.ds-hero__stamp img {
	display: block;
 	height: auto;
}

@media (max-width: 991px) {
	.ds-hero__inner {
		padding-bottom: clamp(90px, 16vw, 160px);
	}

 

	.ds-hero__bottom {
		margin-top: -60px;
		min-height: auto;
	}

	.ds-hero__portrait {
		width: min(78vw, 360px);
		margin-right: 0;
	}
 
}

@media (max-width: 640px) {
	
	.ds-hero__background {
		min-height: 750px;
		height: 100% !important;
	}

	.ds-hero__inner {
		padding-top: 36px;
		padding-inline: 18px;
		padding-bottom: 110px;
	}
 
	.ds-hero__bottom {
		margin-top: -38px;
		padding-inline: 18px;
		padding-bottom: 24px;
	}

	.ds-hero__portrait {
		width: min(82vw, 300px);
	}

 
}
@media(max-width: 1400px){
	h1.ds-hero__headline{
	font-size: 100px;
    line-height: 1.6em;
    letter-spacing: 1.23px;
	}
 .ds-hero__portrait{
	width: 50%;
	margin-top: -25%;
 }
}
@media(max-width: 767px){
	h1.ds-hero__headline{
	font-size: clamp(30px, 9vw, 55px);
    line-height: clamp(70px, 9vw, 95px);
	}
 .ds-hero__portrait{
	max-width: 75%;
	width: 100%;
	margin: -250px auto 0;
 }
 .ds-hero__stamp{
	top: -300px;
 }
 .ds-hero__stamp img{
	max-width: 125px;
	width: 100%;
 }
 .ds-hero__portrait-caption{
	font-size: 1.15em;
	text-align: center;
 }
}
@media(max-width: 310px){
	 .ds-hero__stamp {
    top: -246px;
  }
  .ds-hero__bottom{
	margin-top: 50px;
  }
}
@media (min-width: 768px) {
	.ds-hero__portrait {
		margin-top: var(--ds-portrait-margin-top, 0);
	}
}