.hr-section {
    padding-bottom: 100px;
    padding-top: 80px;
}

.hr-section:last-child {
    border: none;
}

.hr-section-white {
    background: var(--white);
}

.hr-section-content {
    margin-bottom: 2.5rem;
}

.hr-section-content .hr-sub-titel {
    margin-bottom: 10px;
}

.hr-section-content .hr-sub-titel h6 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-2);
}
.hr-section-content .hr-sub-titel span {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-2);
}
.hr-section-content .hr-titel {
    margin-bottom: .25rem;
}

.hr-section-content .hr-titel h1 {
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: calc(1.325rem + .9vw);
}
.hr-section-content .hr-titel h2 {
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: calc(1.325rem + .9vw);
}

/*.hr-section-content .hr-titel h2:before {
    position: relative;
    content: '';
    background: var(--color-6);
    width: 50px;
    height: 5px;
    left: 50%;
    margin-left: -25px;
    bottom: -15px;
}*/
.hr-section-content .hr-titel h2 span {
    color: var(--color-2);
}

.hr-section-content .hr-text .hr-span{
    font-size: 16pt;
    color: var(--color-3);
    text-align: center;
    font-weight: 500;
}
.hr-section-content .hr-text p {
    margin-bottom: 10px;
    font-size: 16px;
/*    letter-spacing: -.25px;*/
    line-height: 26px;
    color: #000;
    font-weight: 400;
    text-align: justify;
}

.hr-section-content .hr-btns-wrap {
    margin-top: 2.5rem;
}

.hr-section-content .hr-text p:last-child {
    margin-bottom: 0;
}

.hr-dark-section {
    background: var(--color-2);
}

.hr-dark-section .hr-titel h1 {
    color: var(--white);
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media(min-width:1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
@media screen and (max-width: 992px) {
    .hr-section {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
}
}
@media(max-width:768px){
    .hr-section-content {
    margin-bottom: 2.5rem;
}
}
@media(max-width:575px){
    .hr-section-content {
    margin-bottom: 1.5rem;
}
.hr-section {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}
}

.skip-link{position:absolute;left:-999px;top:0;z-index:3000;background:var(--green);color:#fff;padding:.6rem 1rem}
.skip-link:focus{left:0}

.tag{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1rem}
.tag .tick{width:22px;height:2px;background:var(--green)}
.sec-h{font-size:clamp(2rem,4.4vw,3.3rem);line-height:1.12;color:var(--deep);font-family:var(--disp)}
.ul{font-style:normal;color:var(--green);position:relative;white-space:nowrap}
.ul::after{content:"";position:absolute;left:0;right:0;bottom:-.1em;height:.34em;z-index:-1;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8c20-6 40-6 58-2s40 4 58-2' fill='none' stroke='%2380c3d8' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat}
.sec-p{color:var(--muted);font-size:20px;max-width:52ch}
.section{padding:6.5rem 0}
.section-mint{background:var(--mint)}
.section-dots{background:var(--cloud) radial-gradient(var(--line) 1px,transparent 1px);background-size:22px 22px}
.sticky-col{position:sticky;top:calc(var(--headH) + 24px)}
.stars i{color:var(--amber)!important;font-size:16px}
/* reveal */
[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}
[data-reveal].rev-in{opacity:1;transform:none}