Mario Tennis Fever (deutsch spielbar) (AT PEGI) (Nintendo Switch 2)
72.98 EUR*
Beschreibung
Erscheinungstermin: 12.02.2026 Der neueste Teil der Mario Tennis-Reihe Stürze dich auf Nintendo Switch 2 in packende Matches und erlebe den neuesten Teil der beliebten Mario Tennis-Serie! Schläger & Charaktere 30 verschiedene Fever-Schläger - jeder mit eigenen Spezialfähigkeiten 38 spielbare Charaktere - die meisten in der Geschichte der Reihe Nutze bekannte Schläge wie Topspin , Slice und Lob Setze Defensivbewegungen wie Rutschschläge und weitere Manöver ein Spielmodi Turniermodus : Stelle dein Können unter Beweis Missionstürme : Spannende Herausforderungen warten Spezialmix : Mit verrückten Wundereffekten für noch mehr Action Abenteuermodus : Mario und Freunde werden zu Babys und müssen Monster besiegen, um ihre ursprüngliche Form zurückzuerlangen Realmodus : Spiele mit Bewegungssteuerung der Joy-Con 2-Controller für ein noch intensiveres Erlebnis PEGI-Altersempfehlung: *für mehr Informationen, bitte Bild anklicken /* Styling for the main container */ .product-info-container { font-family: Verdana, sans-serif; font-size: 0.95em; /* Slightly larger than 'small' but still compact */ color: #333; margin-top: 15px; /* Add some space above the block */ margin-bottom: 20px; /* Add some space below the block */ border: 1px solid #eee; /* Light border around the whole block */ border-radius: 6px; padding: 15px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* Subtle shadow */ } /* Styling for each info item (e.g., Cover, Beschreibung) */ .info-item { display: flex; /* Use flexbox for label and flags */ align-items: center; /* Vertically align items */ margin-bottom: 8px; /* Space between items */ padding-bottom: 8px; border-bottom: 1px dashed #e0e0e0; /* Dotted line separator */ } .info-item:last-child { margin-bottom: 0; /* No margin after the last item */ padding-bottom: 0; border-bottom: none; /* No border after the last item */ } .info-label { font-weight: bold; flex-basis: 100px; /* Fixed width for labels, adjust as needed */ flex-shrink: 0; /* Prevent label from shrinking */ margin-right: 15px; /* Space between label and flags */ } .info-flags { display: flex; /* Flexbox for multiple flags */ gap: 5px; /* Space between flags */ align-items: center; /* Vertically align flags */ } .info-flags img { width: 20px; /* Slightly larger flags for better visibility */ height: auto; /* Maintain aspect ratio */ vertical-align: middle; /* Align flags nicely with text if any */ border: 1px solid #ddd; /* Small border on flags */ border-radius: 2px; } /* Styling for the legend link */ .legend-link { display: block; /* Make it a block to take full width */ text-align: center; margin-top: 20px; /* Space above the link */ font-size: 0.9em; /* Slightly smaller for the legend link */ } .legend-link a { color: #b31a20; /* Your brand color for links */ text-decoration: none; /* No underline by default */ font-weight: bold; } .legend-link a:hover { text-decoration: underline; /* Underline on hover */ } /* Responsive adjustments */ @media (max-width: 600px) { .product-info-container { padding: 10px; } .info-item { /* flex-direction: column; wurde entfernt, damit die Elemente nebeneinander bleiben */ align-items: center; /* Stellt sicher, dass sie vertikal zentriert sind */ margin-bottom: 5px; /* Reduzierter Abstand zwischen den Elementen */ padding-bottom: 5px; /* Reduzierter Padding unter den Elementen */ } .info-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .info-label { flex-basis: auto; /* Erlaubt dem Label, nur den benötigten Platz einzunehmen */ margin-right: 8px; /* Kleinerer Abstand zwischen Label und Flags auf Mobilgeräten */ } .legend-link { margin-top: 10px; /* Reduzierter Abstand des Links auf Mobilgeräten */ } } Cover: Beschreibung: Spielsprache: Spieltext: Flaggen Legende >> hier klicken /* Styling for the new "Herkunft" section (matches previous product-info-container style) */ .origin-info-container { font-family: Verdana, sans-serif; font-size: 0.95em; /* Matches product-info-container font size */ color: #333; margin-top: 15px; /* Consistent spacing above the block */ margin-bottom: 20px; /* Consistent spacing below the block */ border: 1px solid #eee; /* Light border around the block */ border-radius: 6px; padding: 15px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* Subtle shadow */ display: flex; /* Use flexbox for the label and flag */ align-items: center; /* Vertically align items */ /* Removed 'gap' to allow for more precise control with margin-right on label */ } .origin-label { font-weight: bold; flex-shrink: 0; /* Prevent label from shrinking */ width: 100px; /* Fixed width for the label, mimicking a table column */ margin-right: 15px; /* Space between label and flag */ } .origin-flag img { width: 20px; /* Consistent flag size with other flags */ height: auto; /* Maintain aspect ratio */ vertical-align: middle; /* Align flags nicely */ border: 1px solid #ddd; /* Small border on flags */ border-radius: 2px; } /* Styli