@font-face { font-family: 'primary'; src: url('/api/files/fonts/skandal.otf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'secondary'; src: url('/api/files/fonts/secondary.ttf') format('truetype'); font-weight: normal; font-style: normal; } :root { --color-primary-light: #E5287F66; --color-primary: #E5287F; --color-secondary: #E5287F; --color-background: #dad7cd; --color-paper: #bbdbdc; --color-text: #344e41; --font-primary: primary; --font-secondary: Helvetica; --text-h1: 5rem; --text-h2: 2.5rem; --text-h3: 1.5rem; --text-h4: 1.25rem; --text-h5: 1rem; --text-size-button: 1.5rem; --text-body: 1.25rem; --spacing: 2rem; --spacing-2: 4rem; --shadow: 8px 8px 15px #186e4d55, -8px -8px 15px #9db90070; --border-radius: 16px; --linear-gradient: #a3b18a; } body { background-color: var(--color-background); max-width: 100vw; overflow-x: hidden; color: var(--color-text); } .text a { color: var(--color-secondary) } .header a { text-decoration: none; color: var(--color-text); font-size: 2rem; font-family: var(--font-primary); transition: color 0.2s ease-in-out; font-weight: 300; } .flex-md { display: flex; justify-content: center; align-items: center; } .wrap-xs { flex-wrap: wrap; white-space: nowrap; } .header-link h3 { font-size: 2rem; } .download-item { align-items: center; display: flex; flex-direction: column; text-align: center; } html { max-width: 100vw; overflow-x: hidden; } .text a { color: var(--color-secondary); } @media (max-width: 768px) { html { font-size: 18px; } :root { --text-h1: 2rem; --text-h2: 1.5rem; --text-h3: 1.5rem; --size-button: 1rem; --spacing: 2rem; --spacing-2: 4rem; --text-body: 1rem; --text-size-button: 1rem; } .flex-md { flex-direction: column; } .wrap-xs { flex-wrap: nowrap; white-space: break-spaces; } } h1, h2, h3, h4, h5, h6 { font-family: var(--font-primary); font-weight: 400; margin: 0; padding: 0; } html { scroll-behavior: smooth; width: 100vw; font-size: 16px; line-height: 1.5; } .ql-align-right { text-align: right; } a { text-decoration: none; } p, span, a, div, button, td, th, li, input, textarea, select, option, label { font-family: var(--font-secondary); font-weight: 400; margin: 0; padding: 0; } h1 { font-size: var(--text-h1); } h2 { font-size: var(--text-h2); } h3, button { font-size: var(--text-h3); } p { font-size: var(--text-body); } .a-center { align-items: center; } .text { min-height: 18px; } .contained-white { color: white; background: #FFFFFF; border-radius: 24px; padding: 16px; font-weight: 400; border: none; font-size: 1.25rem; } .contained-white:hover { background: var(--linear-gradient); color: white; cursor: pointer; } .contained { background: var(--linear-gradient); color: white; border-radius: 16px; padding: 16px; font-weight: 400; border: none; font-size: var(--text-h3); } .contained:hover { background: #559721; color: white; cursor: pointer; } .outlined-white { color: white; border-radius: 16px; background-color: transparent; padding: 16px; font-weight: 400; font-size: var(--text-size-button); border: 3px solid white; } .outlined-white:hover { background-color: white; color: #559721; cursor: pointer; }  .card-title h1{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size: 76px !important; } .mp-categories{ flex:1; justify-content:center; display:flex; align-items:center; gap:16px; } .mp-categories img{ max-width:100px; height:auto; } .mp-animals{ flex:1; padding:16px; } .mp-animals img{ max-width:100%; height:auto; aspect-ratio:1; object-fit:cover; border-radius:32px; } .member-cart { align-items: center; min-width: 300px; } .member-cart>div { flex: 1 } @media screen and (max-width:768px) { .member-cart.invert { flex-direction: column-reverse; } .member-cart>div { width: 100% } } .member-cart img { width: 80%; margin: 10%; height: auto; object-fit: cover; border-radius: 64px !important; aspect-ratio: 0.75; } .member-cart-text { padding: 16px 16px 16px 32px; } .test2 { background-color: white; } .ql-align-center { text-align: center; } .galerie { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: center; } .galerie-img { max-width: 300px; max-height: 300px; border: 2px solid var(--color-primary); margin: 16px; border-radius: 16px; object-fit: cover; } .orange-border { position: relative; max-width: 80vw; border: 5px solid var(--color-secondary); border-radius: 64px; z-index: 2; overflow: hidden; } .news-box p { padding-left: 16px; } @media screen and (max-width:768px) { .news-box p { padding-left: 0px; } } .paw-bg { background: url(/images/photen.png), var(--color-primary-light); background-size: cover; } .news-item:nth-child(even) { text-align: right; } .footer-item { padding: 8px 0; color: #ffffff; } .button { position: relative; text-align: center; background-color: var(--color-secondary); border: none; cursor: pointer; border-radius: 24px; color: white; padding: 8px 16px 8px 24px; font-size: var(--text-size-button); margin-top: 8px; max-width: fit-content } .button:hover { background-color: var(--color-primary); } .button::before { content: ""; background-image: url('/api/files/paw.svg'); background-size: cover; background-position: center; width: 25px; height: 25px; position: absolute; left: -5px; top: 10%; fill: var(--color-secondary); transform: translateY(-50%); filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 1)) drop-shadow(-1px -1px 0px rgba(255, 255, 255, 1)) drop-shadow(-1px 1px 0px rgba(255, 255, 255, 1)) drop-shadow(1px -1px 0px rgba(255, 255, 255, 1)); } 