html:is(.project-tirol) .linkbox{--local-Linkbox-padding:var(--size-s) var(--size-l) var(--size-l) var(--size-l)}html:is(.project-tirol) .linkbox .outerWrap{display:flex;flex-direction:column;row-gap:0}html:is(.project-tirol) .linkbox .outerWrap:before{background:var(--local-Linkbox-color-background);clip-path:polygon(0 100%,100% 0,100% calc(100% + 10px),0 calc(100% + 10px));content:"";height:var(--size-l);width:100%}.linkbox{--local-Linkbox-gap:var(--size-l);--local-Linkbox-color-background:var(--color-solids_background);--local-Linkbox-color-title:var(--color-text_highlight);--local-Linkbox-color-text:var(--color-text_default)}html:not(.project-tirol) .linkbox{--local-Linkbox-padding:var(--size-xl) var(--size-l)}.linkbox .innerWrap{background:var(--local-Linkbox-color-background);display:flex;flex-direction:column;padding:var(--local-Linkbox-padding);row-gap:var(--local-Linkbox-gap)}.linkbox .title{color:var(--local-Linkbox-color-title);margin:0}html:not(.project-tirol) .linkbox .title{font:300 normal 10px/175% var(--font-text),Arial,sans-serif}html:is(.project-tirol) .linkbox .title{font:700 normal 18px/110% var(--font-text),Arial,sans-serif;letter-spacing:.02em}.linkbox.expandable .slot{overflow:hidden;position:relative;transition:height var(--timing) var(--easing)}.linkbox.expandable .articleStyler{transition:opacity var(--timing) var(--easing)}.linkbox.expandable .clonedArticle{position:absolute;top:0}.linkbox.expandable:not(.isExpanded) .slot{height:var(--textheight-shortened)}.linkbox.expandable:not(.isExpanded) .slot .articleStyler:not(.clonedArticle){opacity:0;pointer-events:none}.linkbox.expandable:not(.isExpanded) .slot .clonedArticle{opacity:1}.linkbox.expandable.isExpanded .slot{height:var(--textheight-full)}.linkbox.expandable.isExpanded .slot .articleStyler:not(.clonedArticle){opacity:1}.linkbox.expandable.isExpanded .slot .clonedArticle{opacity:0;pointer-events:none}.linkbox:not(.expandable) .readMore{display:none}.linkbox.expandable .readMore{align-self:center;background:none;border:none;cursor:pointer;padding:0}.linkbox.expandable.isExpanded .readMore .more,.linkbox.expandable:not(.isExpanded) .readMore .less{display:none}