( ! ) Notice: include(): Read of 4001 bytes failed with errno=14 Bad address in /var/www/html/vendor/composer/ClassLoader.php on line 576
Call Stack
#TimeMemoryFunctionLocation
10.0002402032{main}( ).../index.php:0
20.02063819880Illuminate\Foundation\Http\Kernel->handle( $request = class Illuminate\Http\Request { public $attributes = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\Component\HttpFoundation\InputBag { protected $parameters = [...] }; public $query = class Symfony\Component\HttpFoundation\InputBag { protected $parameters = [...] }; public $server = class Symfony\Component\HttpFoundation\ServerBag { protected $parameters = [...] }; public $files = class Symfony\Component\HttpFoundation\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\Component\HttpFoundation\InputBag { protected $parameters = [...] }; public $headers = class Symfony\Component\HttpFoundation\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = NULL; protected $requestUri = NULL; protected $baseUrl = NULL; protected $basePath = NULL; protected $method = NULL; protected $format = NULL; protected $session = NULL; protected $locale = NULL; protected $defaultLocale = 'en'; private ?string ${Symfony\Component\HttpFoundation\Request}preferredFormat = NULL; private bool ${Symfony\Component\HttpFoundation\Request}isHostValid = TRUE; private bool ${Symfony\Component\HttpFoundation\Request}isForwardedValid = TRUE; private bool ${Symfony\Component\HttpFoundation\Request}isSafeContentPreferred = *uninitialized*; private ${Symfony\Component\HttpFoundation\Request}isIisRewrite = FALSE; protected $json = NULL; protected $convertedFiles = NULL; protected $userResolver = NULL; protected $routeResolver = NULL } ).../index.php:42
30.02976035496Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter( $request = class Illuminate\Http\Request { public $attributes = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\Component\HttpFoundation\InputBag { protected $parameters = [...] }; public $query = class Symfony\Component\HttpFoundation\InputBag { protected $parameters = [...] }; public $server = class Symfony\Component\HttpFoundation\ServerBag { protected $parameters = [...] }; public $files = class Symfony\Component\HttpFoundation\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\Component\HttpFoundation\InputBag { protected $parameters = [...] }; public $headers = class Symfony\Component\HttpFoundation\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = NULL; protected $requestUri = NULL; protected $baseUrl = NULL; protected $basePath = NULL; protected $method = NULL; protected $format = NULL; protected $session = NULL; protected $locale = NULL; protected $defaultLocale = 'en'; private ?string ${Symfony\Component\HttpFoundation\Request}preferredFormat = NULL; private bool ${Symfony\Component\HttpFoundation\Request}isHostValid = TRUE; private bool ${Symfony\Component\HttpFoundation\Request}isForwardedValid = TRUE; private bool ${Symfony\Component\HttpFoundation\Request}isSafeContentPreferred = *uninitialized*; private ${Symfony\Component\HttpFoundation\Request}isIisRewrite = FALSE; protected $json = NULL; protected $convertedFiles = NULL; protected $userResolver = NULL; protected $routeResolver = NULL } ).../Kernel.php:134
40.02996065224Illuminate\Foundation\Http\Kernel->bootstrap( ).../Kernel.php:160
50.02996065224Illuminate\Foundation\Application->bootstrapWith( $bootstrappers = [0 => 'October\\Rain\\Foundation\\Bootstrap\\RegisterClassLoader', 1 => 'October\\Rain\\Foundation\\Bootstrap\\LoadEnvironmentFromHost', 2 => 'Illuminate\\Foundation\\Bootstrap\\LoadEnvironmentVariables', 3 => 'October\\Rain\\Foundation\\Bootstrap\\LoadConfiguration', 4 => 'Illuminate\\Foundation\\Bootstrap\\HandleExceptions', 5 => 'Illuminate\\Foundation\\Bootstrap\\RegisterFacades', 6 => 'October\\Rain\\Foundation\\Bootstrap\\RegisterOctober', 7 => 'Illuminate\\Foundation\\Bootstrap\\RegisterProviders', 8 => 'Illuminate\\Foundation\\Bootstrap\\BootProviders'] ).../Kernel.php:176
60.03916715848October\Rain\Foundation\Bootstrap\LoadConfiguration->bootstrap( $app = class October\Rain\Foundation\Application { protected $resolved = ['events' => TRUE, 'router' => TRUE, 'October\Rain\Foundation\Http\Kernel' => TRUE, 'Illuminate\Contracts\Http\Kernel' => TRUE, 'October\Rain\Foundation\Bootstrap\RegisterClassLoader' => TRUE, 'October\Rain\Foundation\Bootstrap\LoadEnvironmentFromHost' => TRUE, 'Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables' => TRUE, 'October\Rain\Foundation\Bootstrap\LoadConfiguration' => TRUE]; protected $bindings = ['Illuminate\Foundation\Mix' => [...], 'Illuminate\Foundation\PackageManifest' => [...], 'events' => [...], 'events.priority' => [...], 'log' => [...], 'router' => [...], 'url' => [...], 'redirect' => [...], 'Psr\Http\Message\ServerRequestInterface' => [...], 'Psr\Http\Message\ResponseInterface' => [...], 'Illuminate\Contracts\Routing\ResponseFactory' => [...], 'Illuminate\Routing\Contracts\CallableDispatcher' => [...], 'Illuminate\Routing\Contracts\ControllerDispatcher' => [...], 'execution.context' => [...], 'Illuminate\Contracts\Http\Kernel' => [...], 'Illuminate\Contracts\Console\Kernel' => [...], 'Illuminate\Contracts\Debug\ExceptionHandler' => [...]]; protected $methodBindings = []; protected $instances = ['path' => '/var/www/html/app', 'path.base' => '/var/www/html', 'path.config' => '/var/www/html/config', 'path.public' => '/var/www/html', 'path.storage' => '/var/www/html/storage', 'path.database' => '/var/www/html/database', 'path.resources' => '/var/www/html/resources', 'path.bootstrap' => '/var/www/html/bootstrap', 'path.lang' => '/var/www/html/lang', 'path.plugins' => '/var/www/html/plugins', 'path.themes' => '/var/www/html/themes', 'path.cache' => '/var/www/html/storage', 'path.temp' => '/var/www/html/storage/temp', 'app' => ..., 'Illuminate\Container\Container' => ..., 'events' => class October\Rain\Events\Dispatcher { ... }, 'router' => class October\Rain\Router\CoreRouter { ... }, 'Illuminate\Contracts\Http\Kernel' => class October\Rain\Foundation\Http\Kernel { ... }, 'request' => class Illuminate\Http\Request { ... }, 'October\Rain\Support\ClassLoader' => class October\Rain\Support\ClassLoader { ... }, 'config' => class October\Rain\Config\Repository { ... }]; protected $scopedInstances = []; protected $aliases = ['October\Rain\Foundation\Application' => 'app', 'Illuminate\Contracts\Container\Container' => 'app', 'Illuminate\Contracts\Foundation\Application' => 'app', 'Illuminate\View\Compilers\BladeCompiler' => 'blade.compiler', 'Illuminate\Cache\CacheManager' => 'cache', 'Illuminate\Contracts\Cache\Factory' => 'cache', 'Illuminate\Cache\Repository' => 'cache.store', 'Illuminate\Contracts\Cache\Repository' => 'cache.store', 'Illuminate\Config\Repository' => 'config', 'Illuminate\Contracts\Config\Repository' => 'config', 'Illuminate\Cookie\CookieJar' => 'cookie', 'Illuminate\Contracts\Cookie\Factory' => 'cookie', 'Illuminate\Contracts\Cookie\QueueingFactory' => 'cookie', 'Illuminate\Encryption\Encrypter' => 'encrypter', 'Illuminate\Contracts\Encryption\Encrypter' => 'encrypter', 'October\Rain\Database\DatabaseManager' => 'db', 'Illuminate\Database\Connection' => 'db.connection', 'Illuminate\Database\ConnectionInterface' => 'db.connection', 'Illuminate\Database\Schema\Builder' => 'db.schema', 'October\Rain\Events\Dispatcher' => 'events', 'Illuminate\Contracts\Events\Dispatcher' => 'events', 'Illuminate\Filesystem\Filesystem' => 'files', 'Illuminate\Filesystem\FilesystemManager' => 'filesystem', 'Illuminate\Contracts\Filesystem\Factory' => 'filesystem', 'Illuminate\Contracts\Filesystem\Filesystem' => 'filesystem.disk', 'Illuminate\Contracts\Filesystem\Cloud' => 'filesystem.cloud', 'Illuminate\Contracts\Hashing\Hasher' => 'hash', 'Illuminate\Translation\Translator' => 'translator', 'Illuminate\Contracts\Translation\Translator' => 'translator', 'Illuminate\Log\Logger' => 'log', 'Psr\Log\LoggerInterface' => 'log', 'Illuminate\Mail\MailManager' => 'mail.manager', 'Illuminate\Contracts\Mail\Factory' => 'mail.manager', 'Illuminate\Mail\Mailer' => 'mailer', 'Illuminate\Contracts\Mail\Mailer' => 'mailer', 'Illuminate\Contracts\Mail\MailQueue' => 'mailer', 'Illuminate\Queue\QueueManager' => 'queue', 'Illuminate\Contracts\Queue\Factory' => 'queue', 'Illuminate\Contracts\Queue\Monitor' => 'queue', 'Illuminate\Contracts\Queue\Queue' => 'queue.connection', 'Illuminate\Queue\Failed\FailedJobProviderInterface' => 'queue.failer', 'Illuminate\Routing\Redirector' => 'redirect', 'Illuminate\Redis\RedisManager' => 'redis', 'Illuminate\Contracts\Redis\Factory' => 'redis', 'Illuminate\Http\Request' => 'request', 'Symfony\Component\HttpFoundation\Request' => 'request', 'Illuminate\Routing\Router' => 'router', 'Illuminate\Contracts\Routing\Registrar' => 'router', 'Illuminate\Contracts\Routing\BindingRegistrar' => 'router', 'Illuminate\Session\SessionManager' => 'session', 'Illuminate\Session\Store' => 'session.store', 'Illuminate\Contracts\Session\Session' => 'session.store', 'Illuminate\Routing\UrlGenerator' => 'url', 'Illuminate\Contracts\Routing\UrlGenerator' => 'url', 'October\Rain\Validation\Factory' => 'validator', 'Illuminate\Contracts\Validation\Factory' => 'validator', 'Illuminate\View\Factory' => 'view', 'Illuminate\Contracts\View\Factory' => 'view']; protected $abstractAliases = ['app' => [...], 'blade.compiler' => [...], 'cache' => [...], 'cache.store' => [...], 'config' => [...], 'cookie' => [...], 'encrypter' => [...], 'db' => [...], 'db.connection' => [...], 'db.schema' => [...], 'events' => [...], 'files' => [...], 'filesystem' => [...], 'filesystem.disk' => [...], 'filesystem.cloud' => [...], 'hash' => [...], 'translator' => [...], 'log' => [...], 'mail.manager' => [...], 'mailer' => [...], 'queue' => [...], 'queue.connection' => [...], 'queue.failer' => [...], 'redirect' => [...], 'redis' => [...], 'request' => [...], 'router' => [...], 'session' => [...], 'session.store' => [...], 'url' => [...], 'validator' => [...], 'view' => [...]]; protected $extenders = ['url' => [...]]; protected $tags = []; protected $buildStack = []; protected $with = []; public $contextual = []; protected $reboundCallbacks = []; protected $globalBeforeResolvingCallbacks = []; protected $globalResolvingCallbacks = []; protected $globalAfterResolvingCallbacks = []; protected $beforeResolvingCallbacks = []; protected $resolvingCallbacks = []; protected $afterResolvingCallbacks = []; protected $basePath = '/var/www/html'; protected $hasBeenBootstrapped = TRUE; protected $booted = FALSE; protected $bootingCallbacks = [0 => class Closure { ... }]; protected $bootedCallbacks = []; protected $terminatingCallbacks = []; protected $serviceProviders = [0 => class October\Rain\Events\EventServiceProvider { ... }, 1 => class October\Rain\Foundation\Providers\LogServiceProvider { ... }, 2 => class October\Rain\Router\RoutingServiceProvider { ... }, 3 => class October\Rain\Foundation\Providers\ExecutionContextProvider { ... }, 4 => class Carbon\Laravel\ServiceProvider { ... }]; protected $loadedProviders = ['October\Rain\Events\EventServiceProvider' => TRUE, 'October\Rain\Foundation\Providers\LogServiceProvider' => TRUE, 'October\Rain\Router\RoutingServiceProvider' => TRUE, 'October\Rain\Foundation\Providers\ExecutionContextProvider' => TRUE, 'Carbon\Laravel\ServiceProvider' => TRUE]; protected $deferredServices = []; protected $appPath = NULL; protected $databasePath = NULL; protected $langPath = '/var/www/html/lang'; protected $storagePath = NULL; protected $environmentPath = NULL; protected $environmentFile = '.env'; protected $isRunningInConsole = FALSE; protected $namespace = NULL; protected $absoluteCachePathPrefixes = [0 => '/', 1 => '\\']; protected $pluginsPath = NULL; protected $themesPath = NULL; protected $cachePath = NULL } ).../Application.php:242
70.03956744832October\Rain\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFiles( $app = class October\Rain\Foundation\Application { protected $resolved = ['events' => TRUE, 'router' => TRUE, 'October\Rain\Foundation\Http\Kernel' => TRUE, 'Illuminate\Contracts\Http\Kernel' => TRUE, 'October\Rain\Foundation\Bootstrap\RegisterClassLoader' => TRUE, 'October\Rain\Foundation\Bootstrap\LoadEnvironmentFromHost' => TRUE, 'Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables' => TRUE, 'October\Rain\Foundation\Bootstrap\LoadConfiguration' => TRUE]; protected $bindings = ['Illuminate\Foundation\Mix' => [...], 'Illuminate\Foundation\PackageManifest' => [...], 'events' => [...], 'events.priority' => [...], 'log' => [...], 'router' => [...], 'url' => [...], 'redirect' => [...], 'Psr\Http\Message\ServerRequestInterface' => [...], 'Psr\Http\Message\ResponseInterface' => [...], 'Illuminate\Contracts\Routing\ResponseFactory' => [...], 'Illuminate\Routing\Contracts\CallableDispatcher' => [...], 'Illuminate\Routing\Contracts\ControllerDispatcher' => [...], 'execution.context' => [...], 'Illuminate\Contracts\Http\Kernel' => [...], 'Illuminate\Contracts\Console\Kernel' => [...], 'Illuminate\Contracts\Debug\ExceptionHandler' => [...]]; protected $methodBindings = []; protected $instances = ['path' => '/var/www/html/app', 'path.base' => '/var/www/html', 'path.config' => '/var/www/html/config', 'path.public' => '/var/www/html', 'path.storage' => '/var/www/html/storage', 'path.database' => '/var/www/html/database', 'path.resources' => '/var/www/html/resources', 'path.bootstrap' => '/var/www/html/bootstrap', 'path.lang' => '/var/www/html/lang', 'path.plugins' => '/var/www/html/plugins', 'path.themes' => '/var/www/html/themes', 'path.cache' => '/var/www/html/storage', 'path.temp' => '/var/www/html/storage/temp', 'app' => ..., 'Illuminate\Container\Container' => ..., 'events' => class October\Rain\Events\Dispatcher { ... }, 'router' => class October\Rain\Router\CoreRouter { ... }, 'Illuminate\Contracts\Http\Kernel' => class October\Rain\Foundation\Http\Kernel { ... }, 'request' => class Illuminate\Http\Request { ... }, 'October\Rain\Support\ClassLoader' => class October\Rain\Support\ClassLoader { ... }, 'config' => class October\Rain\Config\Repository { ... }]; protected $scopedInstances = []; protected $aliases = ['October\Rain\Foundation\Application' => 'app', 'Illuminate\Contracts\Container\Container' => 'app', 'Illuminate\Contracts\Foundation\Application' => 'app', 'Illuminate\View\Compilers\BladeCompiler' => 'blade.compiler', 'Illuminate\Cache\CacheManager' => 'cache', 'Illuminate\Contracts\Cache\Factory' => 'cache', 'Illuminate\Cache\Repository' => 'cache.store', 'Illuminate\Contracts\Cache\Repository' => 'cache.store', 'Illuminate\Config\Repository' => 'config', 'Illuminate\Contracts\Config\Repository' => 'config', 'Illuminate\Cookie\CookieJar' => 'cookie', 'Illuminate\Contracts\Cookie\Factory' => 'cookie', 'Illuminate\Contracts\Cookie\QueueingFactory' => 'cookie', 'Illuminate\Encryption\Encrypter' => 'encrypter', 'Illuminate\Contracts\Encryption\Encrypter' => 'encrypter', 'October\Rain\Database\DatabaseManager' => 'db', 'Illuminate\Database\Connection' => 'db.connection', 'Illuminate\Database\ConnectionInterface' => 'db.connection', 'Illuminate\Database\Schema\Builder' => 'db.schema', 'October\Rain\Events\Dispatcher' => 'events', 'Illuminate\Contracts\Events\Dispatcher' => 'events', 'Illuminate\Filesystem\Filesystem' => 'files', 'Illuminate\Filesystem\FilesystemManager' => 'filesystem', 'Illuminate\Contracts\Filesystem\Factory' => 'filesystem', 'Illuminate\Contracts\Filesystem\Filesystem' => 'filesystem.disk', 'Illuminate\Contracts\Filesystem\Cloud' => 'filesystem.cloud', 'Illuminate\Contracts\Hashing\Hasher' => 'hash', 'Illuminate\Translation\Translator' => 'translator', 'Illuminate\Contracts\Translation\Translator' => 'translator', 'Illuminate\Log\Logger' => 'log', 'Psr\Log\LoggerInterface' => 'log', 'Illuminate\Mail\MailManager' => 'mail.manager', 'Illuminate\Contracts\Mail\Factory' => 'mail.manager', 'Illuminate\Mail\Mailer' => 'mailer', 'Illuminate\Contracts\Mail\Mailer' => 'mailer', 'Illuminate\Contracts\Mail\MailQueue' => 'mailer', 'Illuminate\Queue\QueueManager' => 'queue', 'Illuminate\Contracts\Queue\Factory' => 'queue', 'Illuminate\Contracts\Queue\Monitor' => 'queue', 'Illuminate\Contracts\Queue\Queue' => 'queue.connection', 'Illuminate\Queue\Failed\FailedJobProviderInterface' => 'queue.failer', 'Illuminate\Routing\Redirector' => 'redirect', 'Illuminate\Redis\RedisManager' => 'redis', 'Illuminate\Contracts\Redis\Factory' => 'redis', 'Illuminate\Http\Request' => 'request', 'Symfony\Component\HttpFoundation\Request' => 'request', 'Illuminate\Routing\Router' => 'router', 'Illuminate\Contracts\Routing\Registrar' => 'router', 'Illuminate\Contracts\Routing\BindingRegistrar' => 'router', 'Illuminate\Session\SessionManager' => 'session', 'Illuminate\Session\Store' => 'session.store', 'Illuminate\Contracts\Session\Session' => 'session.store', 'Illuminate\Routing\UrlGenerator' => 'url', 'Illuminate\Contracts\Routing\UrlGenerator' => 'url', 'October\Rain\Validation\Factory' => 'validator', 'Illuminate\Contracts\Validation\Factory' => 'validator', 'Illuminate\View\Factory' => 'view', 'Illuminate\Contracts\View\Factory' => 'view']; protected $abstractAliases = ['app' => [...], 'blade.compiler' => [...], 'cache' => [...], 'cache.store' => [...], 'config' => [...], 'cookie' => [...], 'encrypter' => [...], 'db' => [...], 'db.connection' => [...], 'db.schema' => [...], 'events' => [...], 'files' => [...], 'filesystem' => [...], 'filesystem.disk' => [...], 'filesystem.cloud' => [...], 'hash' => [...], 'translator' => [...], 'log' => [...], 'mail.manager' => [...], 'mailer' => [...], 'queue' => [...], 'queue.connection' => [...], 'queue.failer' => [...], 'redirect' => [...], 'redis' => [...], 'request' => [...], 'router' => [...], 'session' => [...], 'session.store' => [...], 'url' => [...], 'validator' => [...], 'view' => [...]]; protected $extenders = ['url' => [...]]; protected $tags = []; protected $buildStack = []; protected $with = []; public $contextual = []; protected $reboundCallbacks = []; protected $globalBeforeResolvingCallbacks = []; protected $globalResolvingCallbacks = []; protected $globalAfterResolvingCallbacks = []; protected $beforeResolvingCallbacks = []; protected $resolvingCallbacks = []; protected $afterResolvingCallbacks = []; protected $basePath = '/var/www/html'; protected $hasBeenBootstrapped = TRUE; protected $booted = FALSE; protected $bootingCallbacks = [0 => class Closure { ... }]; protected $bootedCallbacks = []; protected $terminatingCallbacks = []; protected $serviceProviders = [0 => class October\Rain\Events\EventServiceProvider { ... }, 1 => class October\Rain\Foundation\Providers\LogServiceProvider { ... }, 2 => class October\Rain\Router\RoutingServiceProvider { ... }, 3 => class October\Rain\Foundation\Providers\ExecutionContextProvider { ... }, 4 => class Carbon\Laravel\ServiceProvider { ... }]; protected $loadedProviders = ['October\Rain\Events\EventServiceProvider' => TRUE, 'October\Rain\Foundation\Providers\LogServiceProvider' => TRUE, 'October\Rain\Router\RoutingServiceProvider' => TRUE, 'October\Rain\Foundation\Providers\ExecutionContextProvider' => TRUE, 'Carbon\Laravel\ServiceProvider' => TRUE]; protected $deferredServices = []; protected $appPath = NULL; protected $databasePath = NULL; protected $langPath = '/var/www/html/lang'; protected $storagePath = NULL; protected $environmentPath = NULL; protected $environmentFile = '.env'; protected $isRunningInConsole = FALSE; protected $namespace = NULL; protected $absoluteCachePathPrefixes = [0 => '/', 1 => '\\']; protected $pluginsPath = NULL; protected $themesPath = NULL; protected $cachePath = NULL }, $repository = class October\Rain\Config\Repository { protected $items = ['app' => [...], 'backend' => [...], 'broadcasting' => [...]] } ).../LoadConfiguration.php:36
80.04206992976require( '/var/www/html/config/cache.php ).../LoadConfiguration.php:77
90.04267025616October\Rain\Support\Str::slug( $title = 'October CMS', $separator = '_', $language = ???, $dictionary = ??? ).../cache.php:97
100.04267025616Illuminate\Support\Str::slug( $title = 'October CMS', $separator = '_', $language = 'en', $dictionary = ['@' => 'at'] ).../Str.php:27
110.04267025616October\Rain\Support\Str::ascii( $value = 'October CMS', $language = 'en' ).../Str.php:1023
120.04267025616Composer\Autoload\ClassLoader->loadClass( $class = 'voku\\helper\\ASCII' ).../Str.php:38
130.04267025728Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}( $file = '/var/www/html/vendor/composer/../voku/portable-ascii/src/voku/helper/ASCII.php' ).../ClassLoader.php:427

Sicherheits-Service

Wir halten Ihnen den Rücken frei

Aufgrund des steigenden Bedürfnisses nach Sicherheit in allen Bereichen unserer Gesellschaft bieten wir eine personelle und technische Absicherung der unterschiedlichsten Objekte. Unser Sicherheits- und Kontrolldienst für den öffentlichen Personennahverkehr sowie die Beratung unserer Kunden und die freundliche Betreuung der Fahrgäste sind weitere Bestandteile des Dienstleistungsangebotes. Dabei tragen die Berücksichtigung von Kundenwünschen und die fachlich sichere Auswahl der vielfältigen technischen Möglichkeiten als wesentliche Faktoren zur Zufriedenheit unserer Auftraggeber bei.


Unsere Leistungen im Überblick:

Werk- und Objektschutz

Werk- und Objektschutz

Revierbewachung

Revierbewachung

Empfangs- und Portierdienst

Empfangs- und Portierdienst

Verkehrssicherung

Verkehrssicherung

Fahrgastbetreuung

Fahrgastbetreuung

Fahrscheinkontrolle

Fahrscheinkontrolle

Veranstaltungsschutz

Veranstaltungsschutz

Hausmeisterdienst

Hausmeisterdienst

Kurierfahrten

Kurierfahrten

Sie haben Fragen zu unserem Geschäftsbereich Sicherheits-Service?
Sprechen Sie uns an, wie helfen Ihnen gern.
*Pflichtfelder
Ansprechpartner:

Daniel Popovic

Kommissarischer Geschäftsbereichsleiter
Sicherheits-Service