diff --git a/CEO_Martin_Rattensberger_512.jpg b/CEO_Martin_Rattensberger_512.jpg new file mode 100644 index 0000000..eaf5bf9 Binary files /dev/null and b/CEO_Martin_Rattensberger_512.jpg differ diff --git a/index.html b/index.html index 6b1a235..045d71c 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,28 @@ z-index: 10; animation: slideDown 1.5s ease-out forwards; } + .ceo-image { + width: 150px; + height: 150px; + border-radius: 50%; + overflow: hidden; + border: 5px solid white; + margin: 30px auto 15px auto; /* Center horizontally */ + display: block; /* Centered block element */ + opacity: 0; + animation: fadeInUp 2s 1s forwards; + } + + @keyframes fadeInUp { + from { + transform: translateY(30px) translateX(-50%); + opacity: 0; + } + to { + transform: translateY(0) translateX(-50%); + opacity: 1; + } + } @keyframes slideDown { from { @@ -155,6 +177,9 @@
+
+ CEO Bild +

Kontakt

Nutzen Sie unsere Expertise zu Ihrem Vorteil und erreichen Sie uns unter:

@@ -167,6 +192,7 @@ - \ No newline at end of file +