#global.skipToContent# #global.skipToSearch# #global.skipToNav#

Gants



Article 1 - 50 De 248

/* ========================================================== TESI GOLF – TOUR VELVET VERKAUFSSEITE CONTAINER 00 – HERO + TRUST ========================================================== */ .tvs-hero, .tvs-trust { --tvs-red: #d71920; --tvs-red-dark: #b51319; --tvs-black: #151515; --tvs-dark: #1b1b1b; --tvs-grey: #666666; --tvs-light: #f5f5f3; --tvs-border: #dedede; } .tvs-hero *, .tvs-trust *, .tvs-hero *::before, .tvs-hero *::after, .tvs-trust *::before, .tvs-trust *::after { box-sizing: border-box; } /* ========================================================== HERO ========================================================== */ .tvs-hero { display: flex; min-height: 520px; align-items: center; padding: 60px 0; color: #fff; background: linear-gradient( 135deg, #111111 0%, #1a1a1a 65%, #222222 100% ); } .tvs-hero__content { width: 100%; max-width: 720px; padding-right: 15px; } /* KICKER */ .tvs-kicker { display: block; margin-bottom: 15px; color: var(--tvs-red); font-size: 11px; font-weight: 850; letter-spacing: 2px; text-transform: uppercase; } /* H1 */ .tvs-hero h1 { margin: 0 0 22px; color: #fff; font-size: clamp( 38px, 4.4vw, 61px ); font-weight: 850; line-height: 1.05; letter-spacing: -1.5px; } /* LEAD */ .tvs-hero__lead { max-width: 680px; margin: 0 0 32px; color: rgba( 255, 255, 255, .76 ); font-size: clamp( 17px, 1.8vw, 21px ); line-height: 1.65; } /* ========================================================== USP ========================================================== */ .tvs-hero__usp { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 30px; } .tvs-hero__usp > div { display: flex; gap: 10px; align-items: flex-start; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.04); } .tvs-hero__usp > div > span { display: flex; width: 25px; height: 25px; flex: 0 0 25px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--tvs-red); font-size: 13px; font-weight: 900; } .tvs-hero__usp strong { display: block; margin-bottom: 3px; color: #fff; font-size: 13px; line-height: 1.3; } .tvs-hero__usp small { display: block; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.35; } /* ========================================================== CTA ========================================================== */ .tvs-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; } .tvs-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 7px; font-size: 14px; font-weight: 800; text-decoration: none !important; transition: .2s ease; } .tvs-btn--primary { color: #fff !important; border: 1px solid var(--tvs-red); background: var(--tvs-red); } .tvs-btn--primary:hover { color: #fff !important; transform: translateY(-2px); background: var(--tvs-red-dark); } .tvs-btn--secondary { color: #fff !important; border: 1px solid rgba(255,255,255,.4); background: transparent; } .tvs-btn--secondary:hover { color: #fff !important; border-color: #fff; transform: translateY(-2px); background: rgba(255,255,255,.06); } /* ========================================================== VARIANT TAGS ========================================================== */ .tvs-hero__variants { display: flex; flex-wrap: wrap; gap: 6px; } .tvs-hero__variants span { padding: 6px 10px; border-radius: 999px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.07); font-size: 10px; font-weight: 750; } /* ========================================================== TRUST ========================================================== */ .tvs-trust { border-bottom: 1px solid var(--tvs-border); background: #fff; } .tvs-trust__grid { display: grid; grid-template-columns: repeat(4,1fr); } .tvs-trust__item { display: flex; min-height: 95px; gap: 14px; align-items: center; padding: 22px 25px; border-right: 1px solid var(--tvs-border); } .tvs-trust__item:last-child { border-right: 0; } /* ICON */ .tvs-trust__icon { display: flex; width: 42px; height: 42px; flex: 0 0 42px; align-items: center; justify-content: center; border-radius: 50%; color: var(--tvs-red); background: #faf0f0; font-size: 11px; font-weight: 900; } /* TEXT */ .tvs-trust__item strong { display: block; margin-bottom: 4px; color: var(--tvs-black); font-size: 13px; line-height: 1.3; } .tvs-trust__item small { display: block; color: #777; font-size: 11px; line-height: 1.35; } /* ========================================================== TABLET ========================================================== */ @media (max-width:950px) { .tvs-hero { min-height: auto; padding: 45px 0; } .tvs-hero__usp { grid-template-columns: 1fr; } .tvs-trust__grid { grid-template-columns: repeat(2,1fr); } .tvs-trust__item:nth-child(2) { border-right: 0; } .tvs-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--tvs-border); } } /* ========================================================== MOBILE ========================================================== */ @media (max-width:650px) { .tvs-hero { padding: 40px 0; } .tvs-hero__content { padding-right: 0; } .tvs-hero h1 { font-size: 37px; letter-spacing: -1px; } .tvs-hero__lead { font-size: 17px; } .tvs-hero__actions { flex-direction: column; } .tvs-btn { width: 100%; } .tvs-trust__grid { grid-template-columns: 1fr; } .tvs-trust__item { min-height: 80px; padding: 17px 12px; border-right: 0; border-bottom: 1px solid var(--tvs-border); } .tvs-trust__item:last-child { border-bottom: 0; } } /* ========================================================== TOUR VELVET CONTAINER 01 – SCHNELLAUSWAHL ========================================================== */ .tvs-finder { --tvs-red: #d71920; --tvs-red-dark: #b51319; --tvs-black: #151515; --tvs-dark: #1b1b1b; --tvs-grey: #666666; --tvs-light: #f5f5f3; --tvs-border: #dedede; padding: 90px 0 100px; color: var(--tvs-black); background: #fff; } .tvs-finder *, .tvs-finder *::before, .tvs-finder *::after { box-sizing: border-box; } .tvs-finder .tvs-inner { width: min( 1240px, calc(100% - 40px) ); margin: 0 auto; } /* ========================================================== HEAD ========================================================== */ .tvs-finder__head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 42px; } .tvs-finder__head > div:first-child { max-width: 780px; } .tvs-finder .tvs-kicker { display: block; margin-bottom: 13px; color: var(--tvs-red); font-size: 11px; font-weight: 850; letter-spacing: 2px; text-transform: uppercase; } .tvs-finder__head h2 { margin: 0 0 18px; color: var(--tvs-black); font-size: clamp( 30px, 3.5vw, 46px ); font-weight: 850; line-height: 1.12; letter-spacing: -1px; } .tvs-finder__head > div:first-child > p { max-width: 720px; margin: 0; color: var(--tvs-grey); font-size: 17px; line-height: 1.7; } /* ========================================================== HINT ========================================================== */ .tvs-finder__hint { padding: 23px 25px; border-left: 4px solid var(--tvs-red); background: var(--tvs-light); } .tvs-finder__hint > span { display: block; margin-bottom: 6px; color: var(--tvs-red); font-size: 9px; font-weight: 850; letter-spacing: 1.4px; } .tvs-finder__hint strong { display: block; margin-bottom: 6px; color: var(--tvs-black); font-size: 16px; } .tvs-finder__hint p { margin: 0; color: var(--tvs-grey); font-size: 13px; line-height: 1.55; } /* ========================================================== GRID ========================================================== */ .tvs-finder__grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; } /* ========================================================== CARD ========================================================== */ .tvs-finder__card { display: flex; min-height: 405px; flex-direction: column; padding: 25px; border: 1px solid var(--tvs-border); border-radius: 17px; color: var(--tvs-black) !important; background: #fff; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; } .tvs-finder__card:hover { transform: translateY(-5px); border-color: #c9c9c9; box-shadow: 0 18px 45px rgba(0,0,0,.08); } /* ========================================================== CARD TOP ========================================================== */ .tvs-finder__top { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-bottom: 25px; } .tvs-finder__number { color: #d1d1d1; font-size: 25px; font-weight: 900; } .tvs-finder__type { padding: 5px 8px; border-radius: 999px; color: var(--tvs-red); background: #faf0f0; font-size: 8px; font-weight: 900; letter-spacing: 1.2px; } /* ========================================================== SYMBOL ========================================================== */ .tvs-finder__symbol { display: flex; width: 68px; height: 68px; align-items: center; justify-content: center; margin-bottom: 28px; border-radius: 50%; color: var(--tvs-red); background: var(--tvs-light); font-size: 10px; font-weight: 900; letter-spacing: .3px; } /* ========================================================== TEXT ========================================================== */ .tvs-finder__card h3 { margin: 0 0 12px; color: var(--tvs-black); font-size: 21px; font-weight: 850; line-height: 1.2; } .tvs-finder__card > p { margin: 0 0 22px; color: var(--tvs-grey); font-size: 14px; line-height: 1.65; } /* ========================================================== TAGS ========================================================== */ .tvs-finder__tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; margin-bottom: 24px; } .tvs-finder__tags span { padding: 5px 8px; border: 1px solid #e1e1e1; border-radius: 999px; color: #666; background: #fafafa; font-size: 9px; font-weight: 700; } /* ========================================================== LINK ========================================================== */ .tvs-finder__link { display: block; padding-top: 17px; border-top: 1px solid #ececec; color: var(--tvs-red); font-size: 12px; font-weight: 850; } /* ========================================================== FEATURED CLASSIC ========================================================== */ .tvs-finder__card--featured { border-color: #c9c9c9; box-shadow: inset 0 4px 0 var(--tvs-red); } /* ========================================================== RED – PLUS4 ========================================================== */ .tvs-finder__card--red { color: #fff !important; border-color: var(--tvs-red); background: var(--tvs-red); } .tvs-finder__card--red h3 { color: #fff; } .tvs-finder__card--red > p { color: rgba(255,255,255,.8); } .tvs-finder__card--red .tvs-finder__number { color: rgba(255,255,255,.25); } .tvs-finder__card--red .tvs-finder__type { color: #fff; background: rgba(255,255,255,.14); } .tvs-finder__card--red .tvs-finder__symbol { color: var(--tvs-red); background: #fff; } .tvs-finder__card--red .tvs-finder__tags span { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); } .tvs-finder__card--red .tvs-finder__link { color: #fff; border-color: rgba(255,255,255,.24); } /* ========================================================== DARK – CORD ========================================================== */ .tvs-finder__card--dark { color: #fff !important; border-color: var(--tvs-dark); background: var(--tvs-dark); } .tvs-finder__card--dark h3 { color: #fff; } .tvs-finder__card--dark > p { color: rgba(255,255,255,.72); } .tvs-finder__card--dark .tvs-finder__number { color: rgba(255,255,255,.22); } .tvs-finder__card--dark .tvs-finder__type { color: #fff; background: rgba(255,255,255,.09); } .tvs-finder__card--dark .tvs-finder__symbol { color: #fff; background: rgba(255,255,255,.08); } .tvs-finder__card--dark .tvs-finder__tags span { color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.05); } .tvs-finder__card--dark .tvs-finder__link { color: #fff; border-color: rgba(255,255,255,.13); } /* ========================================================== HELPER ========================================================== */ .tvs-finder__helper { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; margin-top: 22px; padding: 25px 28px; border-radius: 14px; background: var(--tvs-light); } .tvs-finder__helper-main { display: flex; gap: 17px; align-items: center; } .tvs-finder__helper-icon { display: flex; width: 42px; height: 42px; flex: 0 0 42px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--tvs-red); font-size: 17px; font-weight: 900; } .tvs-finder__helper strong { display: block; margin-bottom: 4px; color: var(--tvs-black); font-size: 14px; } .tvs-finder__helper p { max-width: 760px; margin: 0; color: var(--tvs-grey); font-size: 12px; line-height: 1.55; } .tvs-finder__knowledge { flex: 0 0 auto; color: var(--tvs-red) !important; font-size: 12px; font-weight: 850; text-decoration: none !important; } .tvs-finder__knowledge:hover { text-decoration: underline !important; } /* ========================================================== TABLET ========================================================== */ @media (max-width:1100px) { .tvs-finder__grid { grid-template-columns: repeat(3,1fr); } } @media (max-width:900px) { .tvs-finder__head { grid-template-columns: 1fr; gap: 25px; } .tvs-finder__helper { grid-template-columns: 1fr; } } /* ========================================================== MOBILE ========================================================== */ @media (max-width:650px) { .tvs-finder { padding: 65px 0 75px; } .tvs-finder .tvs-inner { width: calc(100% - 28px); } .tvs-finder__head h2 { font-size: 32px; } .tvs-finder__grid { grid-template-columns: 1fr; } .tvs-finder__card { min-height: auto; padding: 24px; } .tvs-finder__symbol { width: 58px; height: 58px; margin-bottom: 22px; } .tvs-finder__helper { margin-left: -14px; margin-right: -14px; padding: 25px 20px; border-radius: 0; } .tvs-finder__helper-main { align-items: flex-start; } .tvs-finder__knowledge { padding-left: 59px; } }