PROFIL.PLUS service - Because we are more than just profiles!
Consulting
We offer comprehensive advice by phone, email, or on site through our field service.
Training
Whether in the office or directly on the construction site - our team conducts product training throughout Germany.
Manufacturing & printing
We offer project-related fabric manufacturing and printing. Please contact us for more information.
Custom forms
For creative solutions in particular, we can shape your profiles individually by bending or sawing them.
Profile cutting
We don't just supply standard products, we also use our CNC double miter saw to manufacture all tensioning frames to exact specifications with miter cuts.
Surface treatment
We offer anodized and powder-coated profiles for specific projects. Details on request.
Special solutions
Not the right profile - we also offer you the option of project-related special profiles.
Transport
We deliver not only within Germany, but also to a wide range of countries worldwide. Please get in touch.
jQuery(document).ready(function($) {
$('#primary-menu ul li.sub-menu > a').on('click', function(e) {
if ($('body').hasClass('device-xs') || $('body').hasClass('device-sm') || $('body').hasClass('device-md')) {
if ($(e.target).hasClass('icon-angle-down')) {
e.preventDefault();
e.stopImmediatePropagation();
$(this).parent('li').children('ul, .mega-menu-content').toggleClass('d-block');
} else {
var linkUrl = $(this).attr('href');
if (linkUrl && linkUrl !== '#' && linkUrl !== '') {
e.preventDefault();
window.location.href = linkUrl; // Sofortige Weiterleitung zur Kontakt-Seite
}
}
}
});
});