.Kacheln__intro{display:-webkit-flex;display:flex;flex-direction:column;gap:1rem;}@media (min-width: 62rem){.Kacheln__intro{gap:2rem;}}.Kacheln__title{-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;margin:0;flex:1;}.Kacheln__subtitle{font-size:1.5rem;font-family:var(--font-name-11),sans-serif;font-weight:500;}.Kacheln__subtitle--side{font-size:1.25rem;color:var(--color,#f4eae7);}h1.Kacheln__title + .Kacheln__introColumn > .Kacheln__subtitle{font-family:var(--font-name-9),sans-serif;font-size:2rem;}.Kacheln__tiles{position:relative;overflow:visible;margin-top:2.5rem;}.Kacheln__grid{display:-webkit-flex;display:flex;flex-direction:column;gap:1.5rem;}@media (min-width: 48rem){.Kacheln__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;}}.Kacheln__tile{display:block;width:100%;height:100%;position:relative;overflow:hidden;}.Kacheln__tile--portrait{aspect-ratio:1.5;}@media (min-width: 48rem){.Kacheln__tile--portrait{aspect-ratio:.71428571;grid-row:span 2;}}.Kacheln__tile--landscape{aspect-ratio:1.5 !important;}@media (min-width: 48rem){.Kacheln__tile--landscape{grid-row:span 1;}}.Kacheln__tileBackground{width:100%;height:100%;background-color:#808080;background-size:cover;background-position:center;background-repeat:no-repeat;padding:1rem;display:-webkit-flex;display:flex;align-items:flex-end;justify-content:center;position:relative;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;}a.Kacheln__tile .Kacheln__tileBackground:hover{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05);}.Kacheln__tileTitle{font-size:1.25rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.2rem;line-height:1.2;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;color:#f4eae7 !important;text-shadow:0 0 1rem #2d3f22;padding:1rem;}.Kacheln__button{margin-top:2rem;}@media (min-width: 48rem){.Kacheln__button{margin-top:2.5rem;}}@media (min-width: 48rem){.Kacheln--side .Kacheln__intro{flex-direction:row;}}.Kacheln--side .Kacheln__introColumn{flex:1;}@media (min-width: 62rem){.Kacheln--side .Kacheln__subtitle--side{position:absolute;top:0;left:0;-webkit-transform:rotate(-90deg) translateY(-100%) translateX(-100%);transform:rotate(-90deg) translateY(-100%) translateX(-100%);-webkit-transform-origin:left top;transform-origin:left top;text-align:left;}}