diff --git a/index.html b/index.html index aed8491..33dbfba 100644 --- a/index.html +++ b/index.html @@ -91,36 +91,48 @@ @@ -222,7 +234,7 @@

Zur Buchung

+ target="_blank" title="externer Link zur Buchung über Booking.com"> hotel Booking.com

diff --git a/style.css b/style.css index 0c6fd42..7dc7e7b 100644 --- a/style.css +++ b/style.css @@ -44,6 +44,11 @@ a:not([href^='#']) { height: 64px; } +.slider .card-panel { + background-color: rgba(0, 0, 0, .7); + border-radius: 0; +} + @media only screen and (max-width:600px) { #willkommen-banner { height: calc(100vh - 56px);