.block_us_holdinghp{min-height:calc(100dvh - 70px);position:relative;box-sizing:border-box;padding-bottom:100px;transition:var(--us-transition);}
.block_us_holdinghp{background-color:#693E31;display:flex;align-items:center;justify-content:center;}
	.block_us_holdinghp .content-holder{position:relative;top:0;left:0;z-index:10;}
	.block_us_holdinghp .logo{display:block;margin:0 auto;width:280px;height:260px;background:url('images/die-muehle.svg') no-repeat 50%;background-size:contain;text-indent:-99999px;}
	.block_us_holdinghp .text{display:block;text-align:center;}

	article .block_us_holdinghp .text p a{color:#FFFFFF !important;text-decoration:none;border-color:rgba(255,255,255,0) !important;}


	.block_us_holdinghp p{color:#FFFFFF;text-shadow:0 0 10px rgba(0,0,0,.4);font-size:14px;margin:0 0 40px 0;max-width:660px;}

.home-stripe{position:absolute;bottom:0;left:0;right:0;z-index:9;}
.home-stripe img.mobile{display:none;}
.home-stripe img.desktop{display:none;}


.home-stripe-grid{display:grid;grid-gap:4px;background:#FFFFFF;padding-top:4px;grid-template-columns:1fr 1fr 1fr 1fr;}
.home-stripe-grid > *{display:flex;}
.home-stripe-grid > * img{display:block;object-fit:cover;object-position:center;aspect-ratio:16/11;}
.home-stripe-grid > *:nth-child(5),
.home-stripe-grid > *:nth-child(6){display:none;}

@media only screen and (min-width:375px) {
	.block_us_holdinghp .logo{width:325px;height:325px;}
}

@media only screen and (min-width:414px) {
	.block_us_holdinghp .logo{width:360px;height:360px;}
	.block_us_holdinghp p{font-size:16px;}
}


@media only screen and (min-width:768px) {
	.block_us_holdinghp .logo{width:500px;height:430px;}
	.block_us_holdinghp p{font-size:18px;}
}

@media only screen and (min-width:1024px) {
	.block_us_holdinghp .logo{width:500px;height:430px;}
	.block_us_holdinghp p{font-size:18px;}
	.home-stripe img.mobile{display:none;}
	.home-stripe img.desktop{display:none;}

	.home-stripe-grid{display:grid;grid-gap:8px;background:#FFFFFF;padding-top:8px;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;}
	.home-stripe-grid > *:nth-child(5),
	.home-stripe-grid > *:nth-child(6){display:flex;}
}


@media only screen and (min-width:1025px) {
	.block_us_holdinghp{padding-bottom:160px;}
	.block_us_holdinghp p{font-size:20px;}
	.block_us_holdinghp .text{display:block;}

}

@media only screen and (min-width:1400px) {
	.block_us_holdinghp .logo{display:block;margin:0 auto;width:660px;height:660px;}
	.block_us_holdinghp p{font-size:24px;max-width:860px;}
	.home-stripe-grid{grid-gap:10px;padding-top:10px;}
}

@media only screen and (min-width:1600px) {
	.block_us_holdinghp .text{display:block;margin-top:-30px;}
}

@media only screen and (min-width:1400px) and (min-height:1100px) {
	.block_us_holdinghp .text{display:block;}
}

section.paper h2{color:#9E804C;}


@media screen and (max-width:500px) and (-webkit-min-device-pixel-ratio: 2),
  	   screen and (max-width:500px) and (min-resolution: 192dpi){
	.block_us_holdinghp{background:#693E31 url('images/rost-mobile@2x.jpg') no-repeat 50% 0;background-size:cover;}
}
@media only screen and (max-width:500px) {
	.block_us_holdinghp{background:#693E31 url('images/rost-mobile.jpg') no-repeat 50% 0;background-size:cover;}
}
@media screen and (min-width:501px) and (-webkit-min-device-pixel-ratio: 2),
  	   screen and (min-width:501px) and (min-resolution: 192dpi){
	.block_us_holdinghp{background:#693E31 url('images/rost@2x.jpg') no-repeat 50% 0;background-size:cover;}
}
@media only screen and (min-width:501px) {
	.block_us_holdinghp{background:#693E31 url('images/rost.jpg') no-repeat 50% 0;background-size:cover;}
}
.block_us_holdinghp:after{position:absolute;top:50%;left:0;right:0;bottom:0;content:'';z-index:1;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.33+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.33) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#54000000',GradientType=0 ); /* IE6-9 */
}
