FTI: Eine Finanzlösung
für mehr als 30 Standorte weltweit

<style>
/* Webflow Blog Styles */
:root {
--content-max-width: 1500px;
--bg-color: #ffffff;
--font-sans: Inter, sans-serif;
--font-display: 'Mona Sans', sans-serif;
--font-sans-stretch: normal;
--font-display-stretch: normal;
}
.blog-content {
font-family: var(--font-sans);
font-stretch: var(--font-sans-stretch);
color: #000000;
line-height: 1.2;
}
figcaption {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 0.875rem;
font-weight: 500;
font-style: normal;
color: #000000;
line-height: 1.5;
letter-spacing: 0;
margin: 0.5rem 0 0 0;
text-align: center;
}
/* Image Widths and Galleries */
.offset-block {
padding-left: 50px;
}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
font-family: var(--font-display);
font-stretch: var(--font-display-stretch);
}
.blog-content p a, .blog-content li a, .blog-content .text-link {
color: #f0567f;
text-decoration: underline;
font-weight: 500;
transition: color 0.2s ease;
}
.blog-content p a:hover, .blog-content li a:hover, .blog-content .text-link:hover {
color: #f0567f;
}
.blog-content h1 {
font-family: 'Mona Sans Expanded', sans-serif;
font-stretch: 125%;
font-size: 48px;
line-height: 1.2;
margin: 0 0 1rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h2 {
font-family: 'Mona Sans Expanded', sans-serif;
font-stretch: 125%;
font-size: 36px;
line-height: 1.2;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 500;
letter-spacing: 0;
}
.blog-content h3 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 26px;
line-height: 1.2;
margin: 0 0 0.5rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h4 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 23px;
line-height: 1.1;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h5 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 23px;
line-height: 1.1;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content h6 {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 20px;
line-height: 1.2;
margin: 0 0 0.75rem 0;
color: #000000;
font-weight: 700;
letter-spacing: 0;
}
.blog-content .kpi-text {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 2.125rem;
line-height: 1.2;
margin: 0 0 1rem 0;
color: #000000;
font-weight: 700;
text-align: center;
}
.blog-content p {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 20px;
margin: 0 0 1rem 0;
}
.blog-content p a, .blog-content li a, .blog-content h1 a, .blog-content h2 a, .blog-content h3 a, .blog-content h4 a {
color: #f0567f;
text-decoration: underline;
font-weight: 500;
transition: all 0.2s ease-in-out;
}
.blog-content p a:hover, .blog-content li a:hover, .blog-content h1 a:hover, .blog-content h2 a:hover, .blog-content h3 a:hover, .blog-content h4 a:hover {
color: #f0567f;
}
.blog-content blockquote {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 22px;
font-style: italic;
font-weight: 400;
border-left: 0px solid #0066cc;
background-color: #f2f5f8;
padding: 0px;
margin: 1.5rem 0;
color: #000000;
}
.blog-content q {
font-family: 'Mona Sans', sans-serif;
font-stretch: normal;
font-size: 20px;
font-style: italic;
font-weight: 400;
border-left: 0px solid #94a3b8;
background-color: #f2f5f8;
padding: 0px;
quotes: "«" "»" "‹" "›";
color: #000000;
}
.custom-container {
max-width: var(--content-max-width);
margin: 0 auto;
padding: 60px 60px 70px 70px;
}
.custom-button:hover {
background-color: #fdc300 !important;
color: #000000 !important;
transform: scale(1.03) !important;
}
.faq-item {
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 15px;
margin-bottom: 1rem;
}
.faq-question {
font-weight: bold;
color: #1a1a1a;
margin-bottom: 0.5rem;
}
.faq-answer {
color: #333333;
}
.box-style-standard {
background-color: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 20px;
color: #333333;
margin: 1.5rem 0;
}
.box-style-info {
background-color: #eff6ff;
border: 1px solid #3b82f6;
border-radius: 8px;
padding: 20px;
color: #1e40af;
margin: 1.5rem 0;
}
.box-style-warning {
background-color: #fffbeb;
border: 1px solid #f59e0b;
border-radius: 8px;
padding: 20px;
color: #92400e;
margin: 1.5rem 0;
}
@media (max-width: 991px) {
.offset-block { padding-left: 20px; }
.blog-content h1 { font-size: 44px; }
.blog-content h2 { font-size: 34px; }
.blog-content h3 { font-size: 24px; }
.blog-content p { font-size: 19px; }
.custom-container { padding: 40px 40px 40px 40px; }
}
@media (max-width: 479px) {
.offset-block { padding-left: 15px; }
.blog-content h1 { font-size: 38px; }
.blog-content h2 { font-size: 32px; }
.blog-content h3 { font-size: 22px; }
.blog-content p { font-size: 20px; }
.custom-container { padding: 15px 15px 15px 15px; }
}
</style>
<div class="blog-content">
<section style="background-color: #f2f5f8; width: 100%; margin-top: 0px; margin-bottom: 20px;">
<div class="custom-container" style="background-color: transparent;">
<div class="grid-cols-2" style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin: 2rem 0;">
<div class="column">
<div class="column">
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;">Schnell und flexibel: Das ist das Credo des Reiseveranstalters FTI. Kundenwünsche werden prompt erfüllt, neue Trends rasch umgesetzt. Auch intern entwarf das Unternehmen einen sportlichen Projektplan und führte in kurzer Zeit <strong>Innova</strong>finance in mehr als 30 Standorten rund um den Globus. Nun reichen wenige Klicks für einen fundierten Überblick über alle Gesellschaften.</p>
</div></div>
<div class="column">
<div class="column">
<figure style="text-align: center; margin: 1.5rem 0;"><a href="#" class="w-inline-block w-lightbox" style="display: block;"><img src="https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc228b7c3363b5e7091bc4_logo_fti-group.jpg" alt="Logo FTI" class="blog-img-6b11eb8a-c812-43a6-8f7f-8a1c374b0d54" style="max-width: 100%; width: auto; height: auto; border-radius: 8px; display: block; margin: 0 auto;"><script type="application/json" class="w-json">{"items":[{"_id":"6b11eb8a-c812-43a6-8f7f-8a1c374b0d54", "type":"image","url":"https://cdn.prod.website-files.com/68ffbb1d2a6455e8202f8d3e/69dc228b7c3363b5e7091bc4_logo_fti-group.jpg","caption":"Logo FTI"}],"group":"blog-lightbox"}</script></a><figcaption style="font-size: 0.875rem; line-height: 1.5; margin-top: 0.5rem 0 0 0; color: #000000; font-weight: 500; font-style: normal; font-family: 'Mona Sans', sans-serif; text-align: center;">Logo FTI</figcaption></figure>
</div></div>
</div>
<div class="offset-block">
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;">Der Kundenbericht beschreibt die Einführung und die zahlreichen Vorteile für FTI durch den Einsatz von <strong>Innova</strong>finance, die SAP-basierte Lösung von Innovabee für das anspruchsvolle Rechnungswesen.</p>
</div>
<div style="text-align: center; margin: 1rem 0;">
<a href="https://innovabee.de/wp-content/uploads/2016/02/FTI_Innovabee_Finanzloesung_Referenzbericht.pdf" class="custom-button" style="
display: inline-block;
text-decoration: none;
font-size: 16px;
font-weight: 400;
font-style: normal;
color: #000000;
background-color: #fdc300;
border: 0px solid #000000;
border-radius: 30px;
padding: 8px 22px 8px 22px;
transition: all 0.2s ease-in-out;
font-family: 'Mona Sans', sans-serif;
font-stretch: 125%;
">Zum Kundenbericht</a>
</div>
<div class="offset-block">
<p style="font-size: 1.25rem; line-height: 1.6; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 700; font-style: normal; margin: 0 0 1rem 0; text-align: left;">Rundum-sorglos-Paket</p>
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;">FTI ist in den letzten Jahren stetig gewachsen, in vielen Ländern gibt es eigene Tochtergesellschaften.</p>
<blockquote class="quote-standalone" style="font-size: 20px; line-height: 1.6; font-family: 'Mona Sans', sans-serif; font-style: italic; font-weight: 400; border-left: 0px solid #94a3b8; background-color: #f2f5f8; padding: 0px; color: #000000; text-align: left;">Damit wir den Überblick behalten, benötigen wir ein Finanzsystem, das die Besonderheiten aller Länder abdeckt.</blockquote>
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;">Das hat FTI mit <strong>Innova</strong>finance bekommen. Mit der Implementierung der neuen Lösung ist die Buchhaltung an einer Stelle gebündelt und die Debitorenprozesse sind schneller denn je.</p>
<blockquote class="quote-standalone" style="font-size: 20px; line-height: 1.6; font-family: 'Mona Sans', sans-serif; font-style: italic; font-weight: 400; border-left: 0px solid #94a3b8; background-color: #f2f5f8; padding: 0px; color: #000000; text-align: left;">Zudem haben wir nun einen umfassenden Überblick über alle Landesgesellschaften. Wir wissen genau, was wo geschieht, und können prompt agieren. Das passt zu unserer Unternehmensphilosophie, jederzeit schnell und flexibel zu sein und damit viele Wettbewerber hinter uns zu lassen.</blockquote>
<p style="font-size: 1.25rem; line-height: 1.6; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 700; font-style: normal; margin: 0 0 1rem 0; text-align: left;">Ziel erreicht</p>
<p style="font-size: 20px; line-height: 1.2; color: #000000; font-family: 'Mona Sans', sans-serif; font-weight: 500; font-style: normal; margin: 0 0 1rem 0; text-align: left;">Thorsten Hugel ist zufrieden:</p>
<blockquote class="quote-standalone" style="font-size: 20px; line-height: 1.6; font-family: 'Mona Sans', sans-serif; font-style: italic; font-weight: 400; border-left: 0px solid #94a3b8; background-color: #f2f5f8; padding: 0px; color: #000000; text-align: left;">Mit SAP und unserem Implementierungspartner Innovabee werden wir auf jeden Fall weiter zusammenarbeiten, denn das Projekt verlief trotz vieler Herausforderungen genau so, wie wir uns das gewünscht haben.</blockquote>
</div>
</div>
</section>
</div>
Weitere Beiträge


Die Product-Compliance-Highlights im SAP Cloud ERP Release 2602: für mehr Kontrolle, Genauigkeit und Effizienz bei globalen Compliance-Prozessen
09.04.2026
|
SAP Cloud ERP


Wie SAP Integrated Product Development (IPD) 2026 die Produktentwicklung im Mittelstand auf das nächste Level hebt
24.03.2026
|
SAP Cloud ERP

Cloud first, Two-Tier ready: Die SAP-ERP-Erfolgsstory der Stern-Wywiol Gruppe
19.03.2026
|
Kundenreferenzen






