<header class="text-header">
<div class="text-header__body">
<h1 class="text-header__title">Gemeinsam neue Wege gehen. <br>Dinge tun, die etwas bewirken. <br>Mit Technologie die Zukunft gestalten.</h1>
<div class="text-header__text">Filet mignon sausage tongue, hamburger porchetta fatback kielbasa flank ribeye. Pastrami t-bone pork chop sirloin ham swine cupim brisket prosciutto buffalo drumstick strip steak capicola short loin. Frankfurter fatback turkey pork chop prosciutto
pork ground round tongue chuck doner. Pig venison pork chop shoulder corned beef capicola meatball.</div>
<img src="../../assets/arrow-long-down-red.svg">
</div>
</header>
<header class="text-header">
<div class="text-header__body">
<h1 class="text-header__title">
Gemeinsam neue Wege gehen. <br />
Dinge tun, die etwas bewirken. <br />
Mit Technologie die Zukunft gestalten.
</h1>
<div class="text-header__text">
Filet mignon sausage tongue, hamburger porchetta fatback kielbasa flank
ribeye. Pastrami t-bone pork chop sirloin ham swine cupim brisket
prosciutto buffalo drumstick strip steak capicola short loin.
Frankfurter fatback turkey pork chop prosciutto pork ground round tongue
chuck doner. Pig venison pork chop shoulder corned beef capicola
meatball.
</div>
<img src={context.app.uri('assets/arrow-long-down-red.svg')} />
</div>
</header>
/* No context defined for this component. */
.text-header {
background-color: $topic-header-intro-bg-color;
&__body {
margin: $spacer-lg auto;
padding: $spacer-sm;
max-width: $default-page-layout-content-width-md;
text-align: center;
}
&__title {
margin-bottom: $spacer-base;
line-height: $text-header-title-line-height-small;
font-size: $text-header-title-font-size-small;
}
&__text {
@extend %body-font-italic;
margin-bottom: $spacer-base;
line-height: $text-header-intro-line-height-small;
font-size: $text-header-intro-font-size-small;
}
}
@media screen and (min-width: $grid-breakpoint-md) {
.text-header__body {
margin: $spacer-xl auto;
}
.text-header__title {
margin-bottom: $spacer-lg;
line-height: $text-header-title-line-height;
font-size: $text-header-title-font-size;
}
.text-header__text {
line-height: $text-header-intro-line-height;
font-size: $text-header-intro-font-size;
}
}
There are no notes for this item.