@font-face {
    font-family: 'Ace-GT-Pressura';
    font-display: swap;
    font-weight: 500;
    src: url('../fonts/GT-Pressura-Standard-Regular.woff2') format('woff2'), url('../fonts/GT-Pressura-Standard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Ace-GT-Pressura';
    font-display: swap;
    font-weight: 700;
    src: url('../fonts/GT-Pressura-Standard-Medium.woff2') format('woff2'), url('../fonts/GT-Pressura-Standard-Medium.woff') format('woff');
}

html::-webkit-scrollbar {
    display: none;
}

body {
    margin: 0;
}

.ace-dark-mode body {
    background-color: #1f1f1f;
}

.tipp3-header,
.ace-content-section__container {
    background-color: #ffffff;
}

.ace-dark-mode .tipp3-header,
.ace-dark-mode .ace-content-section__container {
    background-color: #141414;
}

.tipp3-header .navbar__menu__container {
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.tipp3-header .navbar__menu__content-left {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: inherit;
    justify-content: flex-start;
}

.tipp3-header .navbar__menu__content-left__logo-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding: 0 15px;
    border-right: 0.0625rem solid rgba(20, 20, 20, 0.1);
}

.ace-dark-mode .tipp3-header .navbar__menu__content-left__logo-wrapper {
    border-right: 0.0625rem solid hsla(0,0%,100%,.1);
}

.ace-headline--h1 {
    font-family: Ace-GT-Pressura;
    font-weight: 700;
    font-size: 2rem;
    line-height: 48px;
    letter-spacing: -0.12rem;
    color: #f7f7f7;
}

.ace-hero-item {
    background-color: #006227;
    height: 140px;
}

.ace-hero-item__content__text-block__headline-desc-block {
    padding: 2px 32px 32px 32px;
}

@media only screen and (min-width: 595px) {
    .ace-hero-item__content__text-block__headline-desc-block {
        padding: 32px 32px 32px 32px;
    }
}

.ace-content-section__container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}

@media only screen and (min-width: 1025px) {
    .ace-content-section__container {
        flex-direction: row;
    }
}

.ace-content-section__headline {
    flex: 4;
}

.ace-content-section__content {
    flex: 6;
}

.ace-content-section__content__text {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5;
    color: #141414;
    font-size: 16px;
}

main p,
footer p {
    font-family: Ace-GT-Pressura;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.ace-dark-mode main p {
    color: #f7f7f7;
}

.ace-dark-mode footer p {
    color: #c2c2c2;
}

h2 {
    font-family: Ace-GT-Pressura;
    font-weight: 700;
    color: #141414;
    font-size: 1.75rem;
    line-height: 1.2875;
    letter-spacing: -0.07rem;
    margin: 0;
}

.ace-dark-mode h2 {
    color: #f7f7f7;
}

.ace-footer {
    background-color: #f3f4f8;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

.ace-dark-mode .ace-footer {
    background-color: #1f1f1f;
}

.ace-footer__block {
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.ace-footer__block:first-child {
    border-top: 0.0625rem solid rgba(20, 20, 20, 0.1);
}

.ace-dark-mode .w2d-footer__block:first-child {
    border-top: 0.0625rem solid hsla(0,0%,100%,.1);
}

.ace-footer__block__container {
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    max-width: 1600px;
    width: 100%;
}

.ace-footer__block__container.breadcrumbs {
    color: rgb(128, 128, 128);
}

.ace-footer__partners__wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    width: 100%;
}

@media only screen and (min-width: 595px) {
    .ace-footer__partners__wrapper {
        align-items: center;
        flex-direction: row;
        gap: 2rem;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1025px) {
    .ace-footer__partners__wrapper {
        justify-content: flex-start;
    }
}

.ace-footer__partners__wrapper img {
    height: 48px;
    width: 128px;
}

.ace-footer ul {
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: unset;
    font: inherit;
    list-style: none;
    justify-content: flex-start;
}

footer p {
    font-size: 14px;
}

.ace-footer__block__container.ace-footer__bottom-part {
    border-top: 0.0625rem solid rgba(136, 151, 211, 0.1);
}


.ace-footer__block:not(:last-child),
.ace-footer__block:first-child {
    border-bottom: 0.0625rem solid rgba(20, 20, 20, 0.1);
}

.ace-dark-mode .w2d-footer__block:not(:last-child),
.ace-dark-mode .w2d-footer__block:first-child {
    border-bottom: 0.0625rem solid hsla(0,0%,100%,.1);
}


/* Button Styling */
.btn {
    font-family: Ace-GT-Pressura;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    border: none;
    cursor: pointer;
    margin: 0.5rem 0.5rem 0.5rem 0;
    transition: all 0.2s ease;
}

.btn-primary {
    background-color: #006227;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #004d1f;
}

.btn-secondary {
    background-color: transparent;
    color: #006227;
    border: 1px solid #006227;
}

.btn-secondary:hover {
    background-color: #006227;
    color: #ffffff;
}

.ace-dark-mode .btn-secondary {
    color: #f7f7f7;
    border-color: #f7f7f7;
}

.ace-dark-mode .btn-secondary:hover {
    background-color: #f7f7f7;
    color: #141414;
}