body { margin: 0; font-family: dm sans, sans-serif; } header { background-color: #ffffff; color: #ffffff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Schatten für Abgrenzung */ } .nav { height: 100px; display: flex; justify-content: space-between; align-items: center; justify-items: center; padding: 20px 10%; } .logo img { height: 50px; align-items: center; } .nav-links { list-style: none; display: flex; gap: 100px; margin: 0; padding: 0; align-items: center; box-sizing: border-box; } .nav-links li a { text-decoration: none; color: #03355c; font-size: 26px; font-weight: 500; align-items: center; } .nav-links li a:hover { color: #03355c; /* Hover-Farbe */ opacity: 0.5; } .fa-heart { font-size:40px; color: #03355c; } .fa-heart:hover { color: #03355c; /* Hover-Farbe */ opacity: 0.5; } .fa-circle-user { margin-right: 30px; color: #03355c; font-size: 40px; } .fa-circle-user:hover { color: #03355c; opacity: 0.5; border: none; } .dropdown-menu { border: none; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Schatten für Abgrenzung */ color: #03355c; } .btn-primary { background-color: #fb7300; color: #ffffff; border: none; border-radius: 50px; margin-left: 10px; } .btn-primary:hover { background-color: #e36c20; color: #ffffff; } .form-control { border-color: #03355c; border-radius: 50px; } body { margin: 0; font-family: Arial, sans-serif; background-color:#ffffff; } .footer { background-color: #03355C; color: #fff; padding: 20px 10%; font-size: 20px; } .footer-container { display: flex; justify-content: space-between; gap: 20px; } .footer-logo img { max-width: 150px; } .footer-section h4 { margin-bottom: 20px; } .footer-section ul { list-style: none; font-size: 20px; padding: 0; margin: 0; } .footer-section ul li a { color: #fff; margin: 20px; } .footer-section ul li a:hover { opacity: 0.5; } .payment-icons img { max-height: 40px; margin-right: 20px; } .social-icons a { color: #fff; font-size: 45px; margin-right: 20px; } .social-icons a:hover { opacity: 0.5; } .footer-bottom { text-align: center; margin-top: 20px; font-size: 0.9em; border-top: 1px solid #fff; padding-top: 10px; } body { font-family: 'DM Sans', sans-serif; /* Standardschriftart für den Rest der Seite */ color: #03355C; margin: 0; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #ffffff; text-align: center; } /* Inhalt zentrieren */ .content { display: flex; flex-direction: column; align-items: center; gap: 20px; } /* Überschrift mit eigener Schriftart */ h1 { font-family: 'Cy Grotesk', sans-serif; /* Schriftart für die Überschrift */ color: #03355C; font-weight: 400; /* Normaler Stil */ font-size: 2rem; /* Schriftgröße */ margin: 0; } /* Absatztext mit Standardschriftart */ p { font-family: 'DM Sans', sans-serif; /* Schriftart für den Absatztext */ color: #03355C; font-weight: 400; /* Normaler Stil */ font-size: 1.2rem; /* Schriftgröße */ margin: 0; } /* Inhalt zentrieren */ .content { display: flex; flex-direction: column; /* Ordnet Text und Karte übereinander */ align-items: center; /* Zentriert Inhalte horizontal */ gap: 20px; /* Abstand zwischen Text und Karte */ } /* Kartensektion */ .map-container { position: relative; display: inline-block; } .map { max-width: 100%; /* Karte passt sich der Bildschirmbreite an */ height: auto; } body { background-color: #ffffff; color:#03355c; } .carousel-wrapper { display: flex; justify-content: center; align-items: center; min-height: 100vh; padding: 20px; } .card { border: none; border-radius: 15px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .card-img-top { border-bottom-left-radius: 0; border-bottom-right-radius: 0; height: 345.6px; object-fit: cover; } .bestseller-badge { position: absolute; top: 10px; left: 10px; font-family: "DM Sans", sans-serif; background-color: white; opacity: 0.8; color: orange; padding: 5px 10px; font-size: 14px; font-weight: bold; border-radius: 5px; } .favorite-icon { position: absolute; top: 10px; right: 10px; font-size: 24px; color: #03355c; cursor: pointer; } .carousel-indicators { position: static; margin-top: 10px; } .carousel-title { text-align: center; background-color: #d8e5f3; padding: 20px 10px; border-radius: 15px; margin-bottom: 20px; } .carousel-title h2 { font-family: 'cy Grotesk wide', sans-serif; font-size: 28px; margin: 0; } .carousel-title p { font-family: "DM Sans", sans-serif; margin: 0; font-size: 16px; color: #03355c; } h5 { font-family: 'DM Sans', sans-serif; color: #000000; } p { font-family: 'DM Sans', sans-serif; color: #000000; } .carousel-control-prev, .carousel-control-next { color: #03355c; } /* Positioniere die Pfeile außerhalb des Karussells */ .carousel-control-prev, .carousel-control-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; } /* Verschiebe die Pfeile nach außen */ .carousel-control-prev { left: -50px; /* Hier kannst du den Wert nach Belieben anpassen */ } .carousel-control-next { right: -50px; /* Hier kannst du den Wert nach Belieben anpassen */ } /* Ändere die Farbe der Pfeile */ .carousel-control-prev-icon, .carousel-control-next-icon { background-color: #03355c; /* Deine gewünschte Farbe */ } /* Optional: Die Pfeile etwas größer machen */ .carousel-control-prev-icon, .carousel-control-next-icon { width: 40px; height: 40px; border-radius: 50%; } .fa-chevron-right { font-size: 50px; color: #03355C; } .fa-chevron-right:hover { color: #03355C; opacity: 0.5; } /* Pfeil links (Karussell) */ .fa-chevron-left { font-size: 50px; color: #03355C; } .fa-chevron-left:hover { color: #03355C; opacity: 0.5; } body { font-family: DM Sans, sans-serif; font-size: 20px; background-color: #fff; /* Weißer Hintergrund für das Formular */ display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } #backButton { position: absolute; top: 20px; left: 20px; font-size: 30px; color: #03355C; /* Dunkelblau passend zur Überschrift */ cursor: pointer; } .card { background-color: #FCF3E4; /* Heller Beige-Hintergrund */ border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding: 20px; width: 701px; /* Breite des Formulars */ height: 775px; text-align: center; } h1 { font-family: Cy Grotesk Wide; font-size: 34px; color: #03355C; /* Dunkelblau für die Überschrift */ margin-bottom: 20px; } .form-control { width: 525px; height: 57px; padding-left: 15px; margin-bottom: 10px; border: 1px solid #03355C; /* dunkelblauer Rahmen */ border-radius: 30px; /* Runde Ecken für Eingabefelder */ box-sizing: border-box; font-family: "DM Sans", sans-serif; font-size: 20px; color: #03355C; } .form-text { text-align: left; font-size: 20px; margin-top: 5px; margin-bottom: 15px; color: #03355C; /* Dunkelblauer Text */ padding-left: 90px; /* Gleiche Einrückung wie das Eingabefeld */ } #registrierenButton { background-color: #FB7300; /* Orange Farbe */ font-family: "DM Sans", sans-serif, bold; font-size: 26px; color: white; border: none; border-radius: 50px; padding: 10px 20px; cursor: pointer; width: 242px; height: 55px; margin: 30px; } #registrierenButton:hover { background-color: #e36c20; /* Etwas dunkleres Orange bei Hover */ }