Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

If you need help solving this exception, you can have a look at the TYPO3 Documentation. There you can find solutions provided by the TYPO3 community. Once you have found a solution to the problem, help others by contributing to the documentation page.

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception

PHP Warning: Undefined array key "bereich" in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/packages/ws_bootstraptheme_layout/Classes/ViewHelpers/SelectFormViewHelper.php line 11

in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Error/ErrorHandler.php line 137
        }

        $message = self::ERROR_LEVEL_LABELS[$errorLevel] . ': ' . $errorMessage . ' in ' . $errorFile . ' line ' . $errorLine;
        if ($errorLevel & $this->exceptionalErrors) {
            throw new Exception($message, 1476107295);
        }

        $message = $this->getFormattedLogMessage($message);

at TYPO3\CMS\Core\Error\ErrorHandler->handleError(2, 'Undefined array key "bereich"', '/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/packages/ws_bootstraptheme_layout/Classes/ViewHelpers/SelectFormViewHelper.php', 11)
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/packages/ws_bootstraptheme_layout/Classes/ViewHelpers/SelectFormViewHelper.php line 11

class SelectFormViewHelper extends AbstractViewHelper
{
    public function render() {
        if ($_GET['bereich']) {
            $this->templateVariableContainer->add('BereichParam', ucwords($_GET['bereich']));
        }
    }
}
at Webschuppen\WsBootstrapthemeLayout\ViewHelpers\SelectFormViewHelper->render()
at call_user_func(array(object(Webschuppen\WsBootstrapthemeLayout\ViewHelpers\SelectFormViewHelper), 'render'))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 258
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 246
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 80
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('Webschuppen\\WsBootstrapthemeLayout\\ViewHelpers\\SelectFormViewHelper', array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 515
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/partial_SingleSelect_70f085cb9307b397ccfaa321929d10928be06066.php line 70
return NULL;
};
$arguments10 = array();

$output9 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [Webschuppen\WsBootstrapthemeLayout\ViewHelpers\SelectFormViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext)]);

$output9 .= '
        ';
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
at partial_SingleSelect_70f085cb9307b397ccfaa321929d10928be06066->{closure}()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 145
        /** @var RenderableInterface $renderable */
        $renderable = $arguments['renderable'];
        $tagContent = null;
        if ($arguments['contentAs']) {
            $tagContent = $renderChildrenClosure();
            $variables[$arguments['contentAs']] = $tagContent;
        }

        $view = $renderingContext->getViewHelperVariableContainer()->getView();
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Field/Field', 'delegate' => null, 'renderable' => null, 'arguments' => array('element' => object(TYPO3\CMS\Form\Domain\Model\FormElements\GenericFormElement)), 'optional' => false, 'default' => null, 'contentAs' => 'elementContent', 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/partial_SingleSelect_70f085cb9307b397ccfaa321929d10928be06066.php line 520
);$array7['element'] = $renderingContext->getVariableProvider()->getByPath('element', $array8);
$arguments5['arguments'] = $array7;
$arguments5['contentAs'] = 'elementContent';

$output4 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext);

$output4 .= '
';
return $output4;
at partial_SingleSelect_70f085cb9307b397ccfaa321929d10928be06066->{closure}()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php line 88

        $content = '';

        if ($renderable instanceof FormRuntime || $renderable instanceof RenderableInterface && $renderable->isEnabled()) {
            $content = $renderChildrenClosure();
        }

        // Wrap every renderable with a span with an identifier path data attribute if previewMode is active
        if (!empty($content)) {
at TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper::renderStatic(array('renderable' => object(TYPO3\CMS\Form\Domain\Model\FormElements\GenericFormElement)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/partial_SingleSelect_70f085cb9307b397ccfaa321929d10928be06066.php line 531
$arguments1['renderable'] = NULL;
$array3 = array (
);$arguments1['renderable'] = $renderingContext->getVariableProvider()->getByPath('element', $array3);

$output0 .= TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at partial_SingleSelect_70f085cb9307b397ccfaa321929d10928be06066->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 327
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('SingleSelect', null, array('element' => object(TYPO3\CMS\Form\Domain\Model\FormElements\GenericFormElement)), false)
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 170
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'SingleSelect', 'delegate' => null, 'renderable' => null, 'arguments' => array('element' => object(TYPO3\CMS\Form\Domain\Model\FormElements\GenericFormElement)), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/partial_Page_50332175b0b98e4be4de1824e076bebeb11d643f.php line 129
$array22 = array (
);$array21['element'] = $renderingContext->getVariableProvider()->getByPath('element', $array22);
$arguments18['arguments'] = $array21;

$output17 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);

$output17 .= '
    ';
return $output17;
at partial_Page_50332175b0b98e4be4de1824e076bebeb11d643f->{closure}()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 144
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => array(object(TYPO3\CMS\Form\Domain\Model\FormElements\GenericFormElement), object(TYPO3\CMS\Form\Domain\Model\FormElements\GenericFormElement), object(TYPO3\CMS\Form\Domain\Model\FormElements\GenericFormElement), object(TYPO3\CMS\Form\Domain\Model\FormElements\GridRow), object(TYPO3\CMS\Form\Domain\Model\FormElements\GridRow), object(TYPO3\CMS\Form\Domain\Model\FormElements\GridRow), object(TYPO3\CMS\Form\Domain\Model\FormElements\GridRow), object(TYPO3\CMS\Form\Domain\Model\FormElements\GenericFormElement), object(TYPO3\CMS\Form\Domain\Model\FormElements\GenericFormElement)), 'as' => 'element', 'key' => null, 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/partial_Page_50332175b0b98e4be4de1824e076bebeb11d643f.php line 145
$array16 = array (
);$arguments14['each'] = $renderingContext->getVariableProvider()->getByPath('page.elements', $array16);
$arguments14['as'] = 'element';

$output4 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments14, $renderChildrenClosure15, $renderingContext);

$output4 .= '
';
return $output4;
at partial_Page_50332175b0b98e4be4de1824e076bebeb11d643f->{closure}()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php line 88

        $content = '';

        if ($renderable instanceof FormRuntime || $renderable instanceof RenderableInterface && $renderable->isEnabled()) {
            $content = $renderChildrenClosure();
        }

        // Wrap every renderable with a span with an identifier path data attribute if previewMode is active
        if (!empty($content)) {
at TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper::renderStatic(array('renderable' => object(TYPO3\CMS\Form\Domain\Model\FormElements\Page)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/partial_Page_50332175b0b98e4be4de1824e076bebeb11d643f.php line 156
$arguments1['renderable'] = NULL;
$array3 = array (
);$arguments1['renderable'] = $renderingContext->getVariableProvider()->getByPath('page', $array3);

$output0 .= TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at partial_Page_50332175b0b98e4be4de1824e076bebeb11d643f->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 327
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Page', null, array('page' => object(TYPO3\CMS\Form\Domain\Model\FormElements\Page)), false)
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 170
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Page', 'delegate' => null, 'renderable' => null, 'arguments' => array('page' => object(TYPO3\CMS\Form\Domain\Model\FormElements\Page)), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/FormFrontend_action_form_f019cf65088c532bcb1aefa15cf07b0b25acd1b0.php line 83
$array26 = array (
);$array25['page'] = $renderingContext->getVariableProvider()->getByPath('form.currentPage', $array26);
$arguments22['arguments'] = $array25;

$output21 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments22, $renderChildrenClosure23, $renderingContext);

$output21 .= '
            <div class="actions">
                ';
at FormFrontend_action_form_f019cf65088c532bcb1aefa15cf07b0b25acd1b0->{closure}()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 297
    public function renderChildren()
    {
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php line 171
        $this->addFormObjectNameToViewHelperVariableContainer();
        $this->addFormObjectToViewHelperVariableContainer();
        $this->addFieldNamePrefixToViewHelperVariableContainer();
        $this->addFormFieldNamesToViewHelperVariableContainer();
        $formContent = $this->renderChildren();

        if (isset($this->arguments['hiddenFieldClassName']) && $this->arguments['hiddenFieldClassName'] !== null) {
            $content = LF . '<div class="' . htmlspecialchars($this->arguments['hiddenFieldClassName']) . '">';
        } else {
at TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Form\ViewHelpers\FormViewHelper), 'render'))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 258
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 246
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 80
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('TYPO3\\CMS\\Form\\ViewHelpers\\FormViewHelper', array('additionalAttributes' => '', 'data' => null, 'aria' => null, 'action' => 'perform', 'arguments' => array(), 'controller' => null, 'extensionName' => null, 'pluginName' => null, 'pageUid' => null, 'object' => object(TYPO3\CMS\Form\Domain\Runtime\FormRuntime), 'pageType' => 0, 'noCache' => false, 'section' => 'contactformular_bearing-1191', 'format' => '', 'additionalParams' => array(), 'absolute' => false, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => array(), 'addQueryStringMethod' => null, 'fieldNamePrefix' => null, 'actionUri' => null, 'objectName' => null, 'hiddenFieldClassName' => null, 'enctype' => 'multipart/form-data', 'method' => 'post', 'name' => null, 'onreset' => null, 'onsubmit' => null, 'target' => null, 'novalidate' => null, 'class' => null, 'dir' => null, 'id' => 'contactformular_bearing-1191', 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 515
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => '', 'data' => null, 'aria' => null, 'action' => 'perform', 'arguments' => array(), 'controller' => null, 'extensionName' => null, 'pluginName' => null, 'pageUid' => null, 'object' => object(TYPO3\CMS\Form\Domain\Runtime\FormRuntime), 'pageType' => 0, 'noCache' => false, 'section' => 'contactformular_bearing-1191', 'format' => '', 'additionalParams' => array(), 'absolute' => false, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => array(), 'addQueryStringMethod' => null, 'fieldNamePrefix' => null, 'actionUri' => null, 'objectName' => null, 'hiddenFieldClassName' => null, 'enctype' => 'multipart/form-data', 'method' => 'post', 'name' => null, 'onreset' => null, 'onsubmit' => null, 'target' => null, 'novalidate' => null, 'class' => null, 'dir' => null, 'id' => 'contactformular_bearing-1191', 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/FormFrontend_action_form_f019cf65088c532bcb1aefa15cf07b0b25acd1b0.php line 202
);$arguments18['element'] = $renderingContext->getVariableProvider()->getByPath('form', $array20);
$arguments18['property'] = 'fluidAdditionalAttributes';
$arguments5['additionalAttributes'] = TYPO3\CMS\Form\ViewHelpers\TranslateElementPropertyViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);

$output4 .= TYPO3\CMS\Form\ViewHelpers\FormViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext);

$output4 .= '
    </div>
';
at FormFrontend_action_form_f019cf65088c532bcb1aefa15cf07b0b25acd1b0->{closure}()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php line 88

        $content = '';

        if ($renderable instanceof FormRuntime || $renderable instanceof RenderableInterface && $renderable->isEnabled()) {
            $content = $renderChildrenClosure();
        }

        // Wrap every renderable with a span with an identifier path data attribute if previewMode is active
        if (!empty($content)) {
at TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper::renderStatic(array('renderable' => object(TYPO3\CMS\Form\Domain\Runtime\FormRuntime)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/FormFrontend_action_form_f019cf65088c532bcb1aefa15cf07b0b25acd1b0.php line 214
$arguments1['renderable'] = NULL;
$array3 = array (
);$arguments1['renderable'] = $renderingContext->getVariableProvider()->getByPath('form', $array3);

$output0 .= TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at FormFrontend_action_form_f019cf65088c532bcb1aefa15cf07b0b25acd1b0->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 185
        }

        if (!$parsedTemplate->hasLayout()) {
            $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedTemplate->render($this->baseRenderingContext);
            $this->stopRendering();
        } else {
            $layoutName = $parsedTemplate->getLayoutName($this->baseRenderingContext);
            try {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render('Form')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php line 189
                );
            }
        }

        return $view->render($this->formRuntime->getTemplateName());
    }
}
at TYPO3\CMS\Form\Domain\Renderer\FluidFormRenderer->render()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php line 695
        $controllerContext = $this->getControllerContext();
        $renderer->setControllerContext($controllerContext);

        $renderer->setFormRuntime($this);
        return $renderer->render();
    }

    /**
     * Executes all finishers of this form
at TYPO3\CMS\Form\Domain\Runtime\FormRuntime->render()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/form/Classes/ViewHelpers/RenderViewHelper.php line 118
        // If the controller context does not contain a response object, this viewhelper is used in a
        // fluid template rendered by the FluidTemplateContentObject. Handle the StopActionException
        // as there is no extbase dispatcher involved that catches that. */
        try {
            return $form->render();
        } catch (StopActionException $exception) {
            // @deprecated since v11, will be removed in v12: StopActionException is deprecated, drop this catch block.
            // RedirectFinisher for throws a PropagateResponseException instead which bubbles up into Middleware.
            trigger_error(
at TYPO3\CMS\Form\ViewHelpers\RenderViewHelper::renderStatic(array('persistenceIdentifier' => null, 'factoryClass' => 'TYPO3\\CMS\\Form\\Domain\\Factory\\ArrayFormFactory', 'prototypeName' => null, 'overrideConfiguration' => array('renderingOptions' => array('submitButtonLabel' => 'Send Message', '_originalIdentifier' => 'contactformular_bearing'), 'identifier' => 'contactformular_bearing-1191', 'label' => 'Contactformular Bearing', 'type' => 'Form', 'prototypeName' => 'standard', 'finishers' => array(array('options' => array('subject' => 'Message via the contact form', 'senderAddress' => 'kontakt@mannel-systeme.com', 'senderName' => 'Mannel Systeme Kontakt', 'attachUploads' => false, 'translation' => array('language' => 'default'), 'recipients' => array('anfrage@mannel-systeme.com' => 'MST Mannel Systemtechnik'), 'addHtmlPart' => true), 'identifier' => 'EmailToReceiver')), 'renderables' => array(array('renderingOptions' => array('previousButtonLabel' => '', 'nextButtonLabel' => ''), 'identifier' => 'page-1', 'label' => '', 'type' => 'Page', 'renderables' => array(array('defaultValue' => 'test', 'type' => 'Hidden', 'identifier' => 'urlParamInterest', 'label' => 'Der Kunde kommt von [Stichwort, Seite(Seiten-ID)]', 'variants' => array(array('identifier' => 'hide-1', 'renderingOptions' => array('enabled' => false), 'condition' => 'stepType == "SummaryPage" || finisherIdentifier in ["EmailToSender"]'), array('identifier' => 'in-email', 'renderingOptions' => array('enabled' => true), 'condition' => 'finisherIdentifier in ["EmailToReceiver"]'))), array('properties' => array('options' => array('Magnete' => 'Magnet Technology', 'Kunststofftechnik' => 'Plastics Technology', 'RaederUndRollen' => 'Wheels and Castors', 'Systemtechnik' => 'System Technology', 'Sonstiges' => 'Miscellaneous'), 'fluidAdditionalAttributes' => array('required' => 'required')), 'type' => 'SingleSelect', 'identifier' => 'productAreaSelect', 'label' => 'Product Area', 'validators' => array(array('identifier' => 'NotEmpty'))), array('type' => 'GridRow', 'identifier' => 'gridrow-1', 'label' => 'Grid: Row', 'renderables' => array(array('defaultValue' => '', 'identifier' => 'firstname', 'label' => 'Name', 'type' => 'Text', 'properties' => array('fluidAdditionalAttributes' => array('minlength' => '3', 'maxlength' => '255', 'required' => 'required'), 'validationErrorMessages' => array(array('code' => 1238110957, 'message' => 'Please enter your first name.')), 'gridColumnClassAutoConfiguration' => array('viewPorts' => array('md' => array(*DEEP NESTED ARRAY*), 'lg' => array(*DEEP NESTED ARRAY*)))), 'validators' => array(array('options' => array('minimum' => '3', 'maximum' => '255'), 'identifier' => 'StringLength'), array('identifier' => 'NotEmpty'))), array('defaultValue' => '', 'type' => 'Email', 'identifier' => 'email', 'label' => 'E-Mail', 'properties' => array('fluidAdditionalAttributes' => array('required' => 'required'), 'validationErrorMessages' => array(array('code' => 1221559976, 'message' => 'Please enter your e-mail adress.')), 'gridColumnClassAutoConfiguration' => array('viewPorts' => array('md' => array(*DEEP NESTED ARRAY*), 'lg' => array(*DEEP NESTED ARRAY*)))), 'validators' => array(array('identifier' => 'EmailAddress'), array('identifier' => 'NotEmpty'))))), array('type' => 'GridRow', 'identifier' => 'gridrow-2', 'label' => 'Grid: Row', 'renderables' => array(array('defaultValue' => '', 'type' => 'Text', 'identifier' => 'company', 'label' => 'Company', 'properties' => array('gridColumnClassAutoConfiguration' => array('viewPorts' => array('md' => array(*DEEP NESTED ARRAY*), 'lg' => array(*DEEP NESTED ARRAY*))))), array('defaultValue' => '', 'type' => 'Text', 'identifier' => 'text-5', 'label' => 'Telephone'))), array('type' => 'GridRow', 'identifier' => 'gridrow-3', 'label' => 'Grid: Row', 'renderables' => array(array('defaultValue' => '', 'type' => 'Text', 'identifier' => 'text-1', 'label' => 'Postal code'), array('defaultValue' => '', 'type' => 'Text', 'identifier' => 'text-2', 'label' => 'Street and house number'))), array('type' => 'GridRow', 'identifier' => 'gridrow-4', 'label' => 'Grid: Row', 'renderables' => array(array('defaultValue' => '', 'type' => 'Text', 'identifier' => 'text-3', 'label' => 'City'), array('defaultValue' => '', 'type' => 'Text', 'identifier' => 'text-6', 'label' => 'Country'))), array('defaultValue' => '', 'type' => 'Textarea', 'identifier' => 'text-4', 'label' => 'Your inquiry'), array('type' => 'Checkbox', 'identifier' => 'checkbox-1', 'label' => '', 'properties' => array('linkText' => 'I accept the privacy policy.', 'pageUid' => '18', 'fluidAdditionalAttributes' => array('required' => 'required')), 'validators' => array(array('identifier' => 'NotEmpty')))))), 'persistenceIdentifier' => '1:/form_definitions/contactformular_bearing.form.yaml')), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/FormFrontend_action_render_1333d491c6158f4d10bf19a6b9d81702d93ff030.php line 66
);
$array9 = array (
);$arguments7['overrideConfiguration'] = $renderingContext->getVariableProvider()->getByPath('formConfiguration', $array9);

$output6 .= TYPO3\CMS\Form\ViewHelpers\RenderViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

$output6 .= '
    ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\FlashMessagesViewHelper
at FormFrontend_action_render_1333d491c6158f4d10bf19a6b9d81702d93ff030->{closure}()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/FormFrontend_action_render_1333d491c6158f4d10bf19a6b9d81702d93ff030.php line 103
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at FormFrontend_action_render_1333d491c6158f4d10bf19a6b9d81702d93ff030->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 185
        }

        if (!$parsedTemplate->hasLayout()) {
            $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedTemplate->render($this->baseRenderingContext);
            $this->stopRendering();
        } else {
            $layoutName = $parsedTemplate->getLayoutName($this->baseRenderingContext);
            try {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 1096
    protected function htmlResponse(string $html = null): ResponseInterface
    {
        return $this->responseFactory->createResponse()
            ->withHeader('Content-Type', 'text/html; charset=utf-8')
            ->withBody($this->streamFactory->createStream((string)($html ?? $this->view->render())));
    }

    /**
     * Returns a response object with either the given json string or the current rendered
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->htmlResponse()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/form/Classes/Controller/FormFrontendController.php line 79
            $formDefinition['identifier'] .= '-' . $this->configurationManager->getContentObject()->data['uid'];
        }
        $this->view->assign('formConfiguration', $formDefinition);

        return $this->htmlResponse();
    }

    /**
     * This method is used to display all pages / finishers except the
at TYPO3\CMS\Form\Controller\FormFrontendController->renderAction()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 575
        }
        $validationResult = $this->arguments->validate();
        if (!$validationResult->hasErrors()) {
            $this->eventDispatcher->dispatch(new BeforeActionCallEvent(static::class, $this->actionMethodName, $preparedArguments));
            $actionResult = $this->{$this->actionMethodName}(...$preparedArguments);
        } else {
            $actionResult = $this->{$this->errorMethodName}();
        }

at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod(object(TYPO3\CMS\Extbase\Mvc\Request))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 492
        $this->view = $this->resolveView();
        if ($this->view !== null && method_exists($this, 'initializeView')) {
            $this->initializeView($this->view);
        }
        $response = $this->callActionMethod($request);
        $this->renderAssetsForRequest($request);

        return $response;
    }
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Request))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 96
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $response = $controller->processRequest($request);
                if ($response instanceof ForwardResponse) {
                    // The controller action returned an extbase internal Forward response:
                    // Another action should be dispatched.
                    $request = static::buildRequestFromCurrentRequestAndForwardResponse($request, $response);
at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Request))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 46
     * @throws InfiniteLoopException
     */
    public function handleRequest(RequestInterface $request)
    {
        return $this->dispatcher->dispatch($request);
    }

    /**
     * This request handler can handle any web request.
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest(object(TYPO3\CMS\Extbase\Mvc\Request))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 165
        }

        // Dispatch the extbase request
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler($extbaseRequest);
        $response = $requestHandler->handleRequest($extbaseRequest);
        if ($response->getStatusCode() >= 300) {
            // Avoid caching the plugin when we issue a redirect or error response
            // This means that even when an action is configured as cachable
            // we avoid the plugin to be cached, but keep the page cache untouched
at TYPO3\CMS\Extbase\Core\Bootstrap->handleFrontendRequest(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 148
    public function run(string $content, array $configuration, ?ServerRequestInterface $request = null): string
    {
        $request = $request ?? $GLOBALS['TYPO3_REQUEST'];
        $this->initialize($configuration);
        return $this->handleFrontendRequest($request);
    }

    protected function handleFrontendRequest(ServerRequestInterface $request): string
    {
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework'), object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5417
                        // Extensions should either drop the property altogether if they don't need current instance
                        // of ContentObjectRenderer, or set the property to protected and use the setter above.
                        $classObj->cObj = $this;
                    }
                    $content = $callable($content, $conf, $this->getRequest());
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', LogLevel::ERROR);
                }
            } else {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework'), '')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 44
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework'))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework'))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework'), 'tt_content.form_formframework.20')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'tt_content.form_formframework.20', '20')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 1191, 'rowDescription' => '', 'pid' => 131, 'tstamp' => 1625736283, 'crdate' => 1625581319, 'cruser_id' => 2, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 224, 'editlock' => 0, 'sys_language_uid' => 1, 'l18n_parent' => 0, 'l10n_source' => 202, 'l10n_state' => null, 't3_origuid' => 202, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"pi_flexform":null,"space_before_class":null,"space_after_class":null,"sectionIndex":null,"sys_language_uid":null,"l18n_parent":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'CType' => 'form_formframework', 'header' => '', 'header_position' => '', 'bodytext' => null, 'bullets_type' => 0, 'uploads_description' => 1, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 1, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => 'small', 'space_after_class' => 'small', 'records' => '', 'pages' => '', 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="settings.persistenceIdentifier"> <value index="vDEF">1:/form_definitions/contactformular_bearing.form.yaml</value> </field> <field index="settings.overrideFinishers"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'categories' => 0, 'tx_mask_accordeon_repeat' => 0, 'tx_mask_button_text' => null, 'tx_mask_ce_accordeon_repeat_specific' => 0, 'tx_mask_ce_all_color_select_topbline' => null, 'tx_mask_ce_button_class' => '', 'tx_mask_ce_button_label' => null, 'tx_mask_ce_button_standalone' => 0, 'tx_mask_ce_event_question_module' => 0, 'tx_mask_ce_event_question_module_parent' => 0, 'tx_mask_ce_header_bodytext' => null, 'tx_mask_ce_highlight_cta_relation' => 0, 'tx_mask_ce_highlight_cta_relation_parent' => 0, 'tx_mask_ce_highlight_header' => null, 'tx_mask_ce_highlight_topline' => null, 'tx_mask_ce_image_focus_horizontal' => '', 'tx_mask_ce_image_focus_vertical' => '', 'tx_mask_ce_image_gallery_show_thumbs' => 0, 'tx_mask_ce_interactive_images_select' => null, 'tx_mask_ce_intro_hero_image_focus' => 0, 'tx_mask_ce_intro_hero_image_focus_parent' => 0, 'tx_mask_ce_intro_hero_image_focus_smartphone' => 0, 'tx_mask_ce_intro_hero_image_focus_smartphone_parent' => 0, 'tx_mask_ce_intro_hero_image_focus_tablet' => 0, 'tx_mask_ce_intro_hero_image_focus_tablet_parent' => 0, 'tx_mask_ce_intro_hero_layout' => '', 'tx_mask_ce_intro_hero_smartphone_image' => 0, 'tx_mask_ce_intro_hero_tablet_image' => 0, 'tx_mask_ce_mask_expert_firstname' => null, 'tx_mask_ce_mask_expert_image' => 0, 'tx_mask_ce_mask_expert_lastname' => null, 'tx_mask_ce_mask_expert_profession' => null, 'tx_mask_ce_mask_expert_title' => null, 'tx_mask_ce_newsletter_dsgvo_link' => null, 'tx_mask_ce_newsletter_error' => null, 'tx_mask_ce_newsletter_form_select' => null, 'tx_mask_ce_newsletter_n2g_code' => null, 'tx_mask_ce_newsletter_subscribe_header' => null, 'tx_mask_ce_newsletter_subscribe_success' => null, 'tx_mask_ce_newsletter_subscribe_text' => null, 'tx_mask_ce_newsletter_teaser_unsubscribe' => null, 'tx_mask_ce_newsletter_unsubscribe_header' => null, 'tx_mask_ce_newsletter_unsubscribe_success' => null, 'tx_mask_ce_newsletter_unsubscribe_text' => null, 'tx_mask_ce_parallax_image' => 0, 'tx_mask_ce_position' => 0, 'tx_mask_ce_slider_repeat' => 0, 'tx_mask_ce_teaser_small_layout' => null, 'tx_mask_ce_twitter_slider_repeat' => 0, 'tx_mask_ce_youtube_video_video_id' => null, 'tx_mask_content' => 0, 'tx_mask_content_parent' => 0, 'tx_mask_event_repeat' => 0, 'tx_mask_highlight_box_repeat' => 0, 'tx_mask_link_repeat' => 0, 'tx_mask_small_teaser_repeat' => 0, 'tx_mask_tx_mask_ce_teaser_big_dynamic_image' => 0, 'tx_mask_ce_text_pic_parent' => 0, 'tx_mask_ce_youtube_parent' => 0, 'tx_mask_ce_event_button_registration_parent' => 0, 'tx_mask_ce_event_button_relation_parent' => 0, 'tx_mask_ce_event_experts2_parent' => 0, 'tx_mask_ce_button_content' => 0, 'tx_mask_ce_button_content_parent' => 0, 'tx_mask_ce_contact_button' => 0, 'tx_mask_ce_contact_button_parent' => 0, 'tx_mask_ce_headline_small' => null, 'tx_mask_ce_image' => 0, 'tx_mask_ce_mobilenumber' => null, 'tx_mask_ce_name_contact' => null, 'tx_mask_ce_quote_giver' => null, 'tx_mask_ce_quote_giver_description' => null, 'tx_mask_ce_reapet_list' => 0, 'tx_mask_ce_repeat_icon_content' => 0, 'tx_mask_ce_repeat_icon_list' => 0, 'tx_mask_ce_repeat_image_teaser' => 0, 'tx_mask_ce_repeat_reference' => 0, 'tx_mask_ce_title' => null, 'tx_mask_ce_headline_bold' => null, 'tx_mask_ce_headline_link' => null, 'tx_mask_ce_headline' => null, 'tx_mask_ce_repeat_tags' => 0, 'tx_mask_ce_icon_right' => 0, 'tx_mask_ce_image_left' => 0, 'tx_mask_ce_icon_middle' => 0, 'tx_mask_ce_text_left' => null, 'tx_mask_ce_repeat_performance_teaser' => 0, 'tx_mask_ce_select_teaser_full_with' => '', 'tx_mask_ce_select_image_teaser' => '', 'tx_mask_ce_button_parent' => 0, 'tx_mask_ce_icon' => 0, 'tx_mask_ce_text' => null, 'tx_mask_ce_button' => 0, 'tx_mask_ce_telephone' => null, 'tx_mask_ce_repeat_submodule' => 0, 'tx_mask_ce_tag_shortcut' => 0, 'tx_mask_ce_tag_shortcut_parent' => 0, 'tx_mask_ce_repeat_statistic' => 0, 'tx_mask_ce_select_submodul' => '', 'tx_mask_ce_google_maps' => null, 'tx_mask_ce_repeat_bulb_teaser' => 0, 'tx_mask_ce_repeat_time' => 0, 'tx_mask_ce_repeat_managing' => 0, 'tx_mask_ce_select_icon_view' => '', 'tx_mask_ce_link' => null, 'tx_mask_ce_shop_slide_element' => 0, 'tx_mask_ce_select_list' => '', 'tx_mask_ce_size_tag' => '', 'tx_mask_ce_link_datenschutz' => null, 'tx_mask_ce_url' => null, 'tx_mask_ce_description' => null, 'tx_mask_ce_header_products' => null, 'tx_mask_ce_undertitle' => null, 'tx_mask_ce_repeat_expansions' => 0, 'tx_mask_ce_email' => null, 'tx_mask_ce_fax' => null, 'tx_mask_ce_name' => null, 'tx_mask_ce_street_number' => null, 'tx_mask_ce_zip_city' => null, 'tx_mask_ce_repead_button' => 0, 'tx_mask_ce_button_text' => null, 'tx_mask_ce_email_placeholder' => null, 'tx_mask_ce_newsletter_text' => null, 'tx_mask_ce_privacy_policity' => null, 'tx_mask_ce_text_for_privacy_policity' => null, 'tx_mask_ce_contact_regions' => null, 'tx_mask_ce_button_relation' => 0, 'tx_mask_ce_button_relation_parent' => 0, 'tx_mask_ce_callback' => null, 'tx_mask_video_container_thumbnail' => 0, 'tx_mask_video_in_container' => 0, 'tx_mask_content_parent_uid' => 0, 'tx_mask_content_role' => '', 'tx_mask_content_tablenames' => ''), 'typoscriptObjectPath' => 'tt_content.form_formframework.20', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/Standard_action_generic_a573aef73d8ffbc28184802a516f70d1e445b1e7.php line 164
$arguments8['typoscriptObjectPath'] = $output10;
$array12 = array (
);$arguments8['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array12);
$arguments8['table'] = 'tt_content';
$renderChildrenClosure9 = ($arguments8['data'] !== null) ? function() use ($arguments8) { return $arguments8['data']; } : $renderChildrenClosure9;return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
};

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);

at Standard_action_generic_a573aef73d8ffbc28184802a516f70d1e445b1e7->{closure}()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 137
    private static function evaluateElseClosures(array $closures, array $conditionClosures, RenderingContextInterface $renderingContext)
    {
        foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
            if (!isset($conditionClosures[$elseNodeIndex])) {
                return $elseNodeClosure();
            }
            if ($conditionClosures[$elseNodeIndex]()) {
                return $elseNodeClosure();
            }
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array(object(Closure)), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 83
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
        } elseif (array_key_exists('else', $arguments)) {
            return $arguments['else'];
        }
        return '';
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/Standard_action_generic_a573aef73d8ffbc28184802a516f70d1e445b1e7.php line 167
$arguments8['table'] = 'tt_content';
$renderChildrenClosure9 = ($arguments8['data'] !== null) ? function() use ($arguments8) { return $arguments8['data']; } : $renderChildrenClosure9;return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
};

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);

$output0 .= '

';
at Standard_action_generic_a573aef73d8ffbc28184802a516f70d1e445b1e7->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), true)
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/layout_Default_html_5e8e81eec8d607004b9efb8df91597b2f6a0961e.php line 3425
     ),
     $renderingContext
    );

$output3 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments599, $renderChildrenClosure600, $renderingContext);

$output3 .= '
  ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_5e8e81eec8d607004b9efb8df91597b2f6a0961e->{closure}()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 61
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/layout_Default_html_5e8e81eec8d607004b9efb8df91597b2f6a0961e.php line 3690
return $output3;
};
$arguments1 = array();

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at layout_Default_html_5e8e81eec8d607004b9efb8df91597b2f6a0961e->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Layouts/ContentElements/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1084m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'srcset' => '', 'sizes' => '', 'breakpoints.' => array(), 'picturefill' => '1', 'class' => '')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(MASK\Mask\Fluid\FluidTemplateContentObject), array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Layouts/ContentElements/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1084m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'srcset' => '', 'sizes' => '', 'breakpoints.' => array(), 'picturefill' => '1', 'class' => '')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Layouts/ContentElements/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1084m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'srcset' => '', 'sizes' => '', 'breakpoints.' => array(), 'picturefill' => '1', 'class' => '')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'lib.contentElement')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 732
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Layouts/ContentElements/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1084m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'srcset' => '', 'sizes' => '', 'breakpoints.' => array(), 'picturefill' => '1', 'class' => '')), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'form_formframework')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'mask_ce_accordeon' => '< lib.maskContentElement', 'mask_ce_accordeon.' => array('templateName' => 'CeAccordeon'), 'mask_ce_accordeon_list' => '< lib.maskContentElement', 'mask_ce_accordeon_list.' => array('templateName' => 'CeAccordeonList'), 'mask_ce_certificates' => '< lib.maskContentElement', 'mask_ce_certificates.' => array('templateName' => 'CeCertificates'), 'mask_ce_expansion_options' => '< lib.maskContentElement', 'mask_ce_expansion_options.' => array('templateName' => 'CeExpansionOptions'), 'mask_ce_full_width_teaser' => '< lib.maskContentElement', 'mask_ce_full_width_teaser.' => array('templateName' => 'CeFullWidthTeaser'), 'mask_ce_google_maps' => '< lib.maskContentElement', 'mask_ce_google_maps.' => array('templateName' => 'CeGoogleMaps'), 'mask_ce_icon_list' => '< lib.maskContentElement', 'mask_ce_icon_list.' => array('templateName' => 'CeIconList'), 'mask_ce_image_focus' => '< lib.maskContentElement', 'mask_ce_image_focus.' => array('templateName' => 'CeImageFocus'), 'mask_ce_image_gallery' => '< lib.maskContentElement', 'mask_ce_image_gallery.' => array('templateName' => 'CeImageGallery'), 'mask_ce_image_teaser' => '< lib.maskContentElement', 'mask_ce_image_teaser.' => array('templateName' => 'CeImageTeaser'), 'mask_ce_inspirationen' => '< lib.maskContentElement', 'mask_ce_inspirationen.' => array('templateName' => 'CeInspirationen'), 'mask_ce_managing_director_teaser' => '< lib.maskContentElement', 'mask_ce_managing_director_teaser.' => array('templateName' => 'CeManagingDirectorTeaser'), 'mask_ce_newsletter_form' => '< lib.maskContentElement', 'mask_ce_newsletter_form.' => array('templateName' => 'CeNewsletterForm'), 'mask_ce_performance_teaser' => '< lib.maskContentElement', 'mask_ce_performance_teaser.' => array('templateName' => 'CePerformanceTeaser'), 'mask_ce_quote' => '< lib.maskContentElement', 'mask_ce_quote.' => array('templateName' => 'CeQuote'), 'mask_ce_shop_slider' => '< lib.maskContentElement', 'mask_ce_shop_slider.' => array('templateName' => 'CeShopSlider'), 'mask_ce_statistic' => '< lib.maskContentElement', 'mask_ce_statistic.' => array('templateName' => 'CeStatistic'), 'mask_ce_submodule_references' => '< lib.maskContentElement', 'mask_ce_submodule_references.' => array('templateName' => 'CeSubmoduleReferences'), 'mask_ce_tag_list' => '< lib.maskContentElement', 'mask_ce_tag_list.' => array('templateName' => 'CeTagList'), 'mask_ce_tagg_teaser' => '< lib.maskContentElement', 'mask_ce_tagg_teaser.' => array('templateName' => 'CeTaggTeaser'), 'mask_ce_tags_only' => '< lib.maskContentElement', 'mask_ce_tags_only.' => array('templateName' => 'CeTagsOnly'), 'mask_ce_timeline' => '< lib.maskContentElement', 'mask_ce_timeline.' => array('templateName' => 'CeTimeline'), 'mask_video_container' => '< lib.maskContentElement', 'mask_video_container.' => array('templateName' => 'VideoContainer'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'wscookieoptin_cookielayer' => 'USER', 'wscookieoptin_cookielayer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsCookieOptIn', 'pluginName' => 'Cookielayer'), 'wsproducts_piproductcategorypageheader' => 'USER', 'wsproducts_piproductcategorypageheader.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsProducts', 'pluginName' => 'Piproductcategorypageheader'), 'wsproducts_piproducttable' => 'USER', 'wsproducts_piproducttable.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsProducts', 'pluginName' => 'Piproducttable'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px')), 'breakpointsIntext.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '532', 'sizes' => '(min-width: 767px) 532px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '532', 'sizes' => '(min-width: 550px) 532px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'mask_ce_intro' => 'FLUIDTEMPLATE', 'mask_ce_intro.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\IntroImageProcessor', '200.' => array('fieldInput' => 'image', 'fieldOutput' => 'rnd_image')), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeIntro.html'), 'mask_ce_teaser_small' => 'FLUIDTEMPLATE', 'mask_ce_teaser_small.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\PageTeaserProcessor', '200.' => array('references.' => array('table' => 'tx_mask_link_repeat', 'fieldName' => 'tx_mask_page_link'), 'as' => 'link', 'fieldInput' => 'tx_mask_page_link', 'fieldOutput' => 'tx_mask_page_link_parsed')), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeTeaserSmall.html'), 'mask_ce_button' => 'FLUIDTEMPLATE', 'mask_ce_button.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeButton.html'), 'mask_ce_contactteaser' => 'FLUIDTEMPLATE', 'mask_ce_contactteaser.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeContactteaser.html'), 'mask_ce_order_teaser' => 'FLUIDTEMPLATE', 'mask_ce_order_teaser.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeOrderTeaser.html'), 'menu.' => array('20.' => array('3.' => array('1.' => array('sectionIndex.' => array('useColPos' => '-1')))))))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'mask_ce_accordeon' => '< lib.maskContentElement', 'mask_ce_accordeon.' => array('templateName' => 'CeAccordeon'), 'mask_ce_accordeon_list' => '< lib.maskContentElement', 'mask_ce_accordeon_list.' => array('templateName' => 'CeAccordeonList'), 'mask_ce_certificates' => '< lib.maskContentElement', 'mask_ce_certificates.' => array('templateName' => 'CeCertificates'), 'mask_ce_expansion_options' => '< lib.maskContentElement', 'mask_ce_expansion_options.' => array('templateName' => 'CeExpansionOptions'), 'mask_ce_full_width_teaser' => '< lib.maskContentElement', 'mask_ce_full_width_teaser.' => array('templateName' => 'CeFullWidthTeaser'), 'mask_ce_google_maps' => '< lib.maskContentElement', 'mask_ce_google_maps.' => array('templateName' => 'CeGoogleMaps'), 'mask_ce_icon_list' => '< lib.maskContentElement', 'mask_ce_icon_list.' => array('templateName' => 'CeIconList'), 'mask_ce_image_focus' => '< lib.maskContentElement', 'mask_ce_image_focus.' => array('templateName' => 'CeImageFocus'), 'mask_ce_image_gallery' => '< lib.maskContentElement', 'mask_ce_image_gallery.' => array('templateName' => 'CeImageGallery'), 'mask_ce_image_teaser' => '< lib.maskContentElement', 'mask_ce_image_teaser.' => array('templateName' => 'CeImageTeaser'), 'mask_ce_inspirationen' => '< lib.maskContentElement', 'mask_ce_inspirationen.' => array('templateName' => 'CeInspirationen'), 'mask_ce_managing_director_teaser' => '< lib.maskContentElement', 'mask_ce_managing_director_teaser.' => array('templateName' => 'CeManagingDirectorTeaser'), 'mask_ce_newsletter_form' => '< lib.maskContentElement', 'mask_ce_newsletter_form.' => array('templateName' => 'CeNewsletterForm'), 'mask_ce_performance_teaser' => '< lib.maskContentElement', 'mask_ce_performance_teaser.' => array('templateName' => 'CePerformanceTeaser'), 'mask_ce_quote' => '< lib.maskContentElement', 'mask_ce_quote.' => array('templateName' => 'CeQuote'), 'mask_ce_shop_slider' => '< lib.maskContentElement', 'mask_ce_shop_slider.' => array('templateName' => 'CeShopSlider'), 'mask_ce_statistic' => '< lib.maskContentElement', 'mask_ce_statistic.' => array('templateName' => 'CeStatistic'), 'mask_ce_submodule_references' => '< lib.maskContentElement', 'mask_ce_submodule_references.' => array('templateName' => 'CeSubmoduleReferences'), 'mask_ce_tag_list' => '< lib.maskContentElement', 'mask_ce_tag_list.' => array('templateName' => 'CeTagList'), 'mask_ce_tagg_teaser' => '< lib.maskContentElement', 'mask_ce_tagg_teaser.' => array('templateName' => 'CeTaggTeaser'), 'mask_ce_tags_only' => '< lib.maskContentElement', 'mask_ce_tags_only.' => array('templateName' => 'CeTagsOnly'), 'mask_ce_timeline' => '< lib.maskContentElement', 'mask_ce_timeline.' => array('templateName' => 'CeTimeline'), 'mask_video_container' => '< lib.maskContentElement', 'mask_video_container.' => array('templateName' => 'VideoContainer'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'wscookieoptin_cookielayer' => 'USER', 'wscookieoptin_cookielayer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsCookieOptIn', 'pluginName' => 'Cookielayer'), 'wsproducts_piproductcategorypageheader' => 'USER', 'wsproducts_piproductcategorypageheader.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsProducts', 'pluginName' => 'Piproductcategorypageheader'), 'wsproducts_piproducttable' => 'USER', 'wsproducts_piproducttable.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsProducts', 'pluginName' => 'Piproducttable'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px')), 'breakpointsIntext.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '532', 'sizes' => '(min-width: 767px) 532px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '532', 'sizes' => '(min-width: 550px) 532px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'mask_ce_intro' => 'FLUIDTEMPLATE', 'mask_ce_intro.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\IntroImageProcessor', '200.' => array('fieldInput' => 'image', 'fieldOutput' => 'rnd_image')), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeIntro.html'), 'mask_ce_teaser_small' => 'FLUIDTEMPLATE', 'mask_ce_teaser_small.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\PageTeaserProcessor', '200.' => array('references.' => array('table' => 'tx_mask_link_repeat', 'fieldName' => 'tx_mask_page_link'), 'as' => 'link', 'fieldInput' => 'tx_mask_page_link', 'fieldOutput' => 'tx_mask_page_link_parsed')), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeTeaserSmall.html'), 'mask_ce_button' => 'FLUIDTEMPLATE', 'mask_ce_button.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeButton.html'), 'mask_ce_contactteaser' => 'FLUIDTEMPLATE', 'mask_ce_contactteaser.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeContactteaser.html'), 'mask_ce_order_teaser' => 'FLUIDTEMPLATE', 'mask_ce_order_teaser.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeOrderTeaser.html'), 'menu.' => array('20.' => array('3.' => array('1.' => array('sectionIndex.' => array('useColPos' => '-1')))))))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'mask_ce_accordeon' => '< lib.maskContentElement', 'mask_ce_accordeon.' => array('templateName' => 'CeAccordeon'), 'mask_ce_accordeon_list' => '< lib.maskContentElement', 'mask_ce_accordeon_list.' => array('templateName' => 'CeAccordeonList'), 'mask_ce_certificates' => '< lib.maskContentElement', 'mask_ce_certificates.' => array('templateName' => 'CeCertificates'), 'mask_ce_expansion_options' => '< lib.maskContentElement', 'mask_ce_expansion_options.' => array('templateName' => 'CeExpansionOptions'), 'mask_ce_full_width_teaser' => '< lib.maskContentElement', 'mask_ce_full_width_teaser.' => array('templateName' => 'CeFullWidthTeaser'), 'mask_ce_google_maps' => '< lib.maskContentElement', 'mask_ce_google_maps.' => array('templateName' => 'CeGoogleMaps'), 'mask_ce_icon_list' => '< lib.maskContentElement', 'mask_ce_icon_list.' => array('templateName' => 'CeIconList'), 'mask_ce_image_focus' => '< lib.maskContentElement', 'mask_ce_image_focus.' => array('templateName' => 'CeImageFocus'), 'mask_ce_image_gallery' => '< lib.maskContentElement', 'mask_ce_image_gallery.' => array('templateName' => 'CeImageGallery'), 'mask_ce_image_teaser' => '< lib.maskContentElement', 'mask_ce_image_teaser.' => array('templateName' => 'CeImageTeaser'), 'mask_ce_inspirationen' => '< lib.maskContentElement', 'mask_ce_inspirationen.' => array('templateName' => 'CeInspirationen'), 'mask_ce_managing_director_teaser' => '< lib.maskContentElement', 'mask_ce_managing_director_teaser.' => array('templateName' => 'CeManagingDirectorTeaser'), 'mask_ce_newsletter_form' => '< lib.maskContentElement', 'mask_ce_newsletter_form.' => array('templateName' => 'CeNewsletterForm'), 'mask_ce_performance_teaser' => '< lib.maskContentElement', 'mask_ce_performance_teaser.' => array('templateName' => 'CePerformanceTeaser'), 'mask_ce_quote' => '< lib.maskContentElement', 'mask_ce_quote.' => array('templateName' => 'CeQuote'), 'mask_ce_shop_slider' => '< lib.maskContentElement', 'mask_ce_shop_slider.' => array('templateName' => 'CeShopSlider'), 'mask_ce_statistic' => '< lib.maskContentElement', 'mask_ce_statistic.' => array('templateName' => 'CeStatistic'), 'mask_ce_submodule_references' => '< lib.maskContentElement', 'mask_ce_submodule_references.' => array('templateName' => 'CeSubmoduleReferences'), 'mask_ce_tag_list' => '< lib.maskContentElement', 'mask_ce_tag_list.' => array('templateName' => 'CeTagList'), 'mask_ce_tagg_teaser' => '< lib.maskContentElement', 'mask_ce_tagg_teaser.' => array('templateName' => 'CeTaggTeaser'), 'mask_ce_tags_only' => '< lib.maskContentElement', 'mask_ce_tags_only.' => array('templateName' => 'CeTagsOnly'), 'mask_ce_timeline' => '< lib.maskContentElement', 'mask_ce_timeline.' => array('templateName' => 'CeTimeline'), 'mask_video_container' => '< lib.maskContentElement', 'mask_video_container.' => array('templateName' => 'VideoContainer'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'wscookieoptin_cookielayer' => 'USER', 'wscookieoptin_cookielayer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsCookieOptIn', 'pluginName' => 'Cookielayer'), 'wsproducts_piproductcategorypageheader' => 'USER', 'wsproducts_piproductcategorypageheader.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsProducts', 'pluginName' => 'Piproductcategorypageheader'), 'wsproducts_piproducttable' => 'USER', 'wsproducts_piproducttable.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsProducts', 'pluginName' => 'Piproducttable'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px')), 'breakpointsIntext.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '532', 'sizes' => '(min-width: 767px) 532px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '532', 'sizes' => '(min-width: 550px) 532px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'mask_ce_intro' => 'FLUIDTEMPLATE', 'mask_ce_intro.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\IntroImageProcessor', '200.' => array('fieldInput' => 'image', 'fieldOutput' => 'rnd_image')), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeIntro.html'), 'mask_ce_teaser_small' => 'FLUIDTEMPLATE', 'mask_ce_teaser_small.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\PageTeaserProcessor', '200.' => array('references.' => array('table' => 'tx_mask_link_repeat', 'fieldName' => 'tx_mask_page_link'), 'as' => 'link', 'fieldInput' => 'tx_mask_page_link', 'fieldOutput' => 'tx_mask_page_link_parsed')), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeTeaserSmall.html'), 'mask_ce_button' => 'FLUIDTEMPLATE', 'mask_ce_button.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeButton.html'), 'mask_ce_contactteaser' => 'FLUIDTEMPLATE', 'mask_ce_contactteaser.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeContactteaser.html'), 'mask_ce_order_teaser' => 'FLUIDTEMPLATE', 'mask_ce_order_teaser.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeOrderTeaser.html'), 'menu.' => array('20.' => array('3.' => array('1.' => array('sectionIndex.' => array('useColPos' => '-1')))))), 'tt_content')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 732
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'mask_ce_accordeon' => '< lib.maskContentElement', 'mask_ce_accordeon.' => array('templateName' => 'CeAccordeon'), 'mask_ce_accordeon_list' => '< lib.maskContentElement', 'mask_ce_accordeon_list.' => array('templateName' => 'CeAccordeonList'), 'mask_ce_certificates' => '< lib.maskContentElement', 'mask_ce_certificates.' => array('templateName' => 'CeCertificates'), 'mask_ce_expansion_options' => '< lib.maskContentElement', 'mask_ce_expansion_options.' => array('templateName' => 'CeExpansionOptions'), 'mask_ce_full_width_teaser' => '< lib.maskContentElement', 'mask_ce_full_width_teaser.' => array('templateName' => 'CeFullWidthTeaser'), 'mask_ce_google_maps' => '< lib.maskContentElement', 'mask_ce_google_maps.' => array('templateName' => 'CeGoogleMaps'), 'mask_ce_icon_list' => '< lib.maskContentElement', 'mask_ce_icon_list.' => array('templateName' => 'CeIconList'), 'mask_ce_image_focus' => '< lib.maskContentElement', 'mask_ce_image_focus.' => array('templateName' => 'CeImageFocus'), 'mask_ce_image_gallery' => '< lib.maskContentElement', 'mask_ce_image_gallery.' => array('templateName' => 'CeImageGallery'), 'mask_ce_image_teaser' => '< lib.maskContentElement', 'mask_ce_image_teaser.' => array('templateName' => 'CeImageTeaser'), 'mask_ce_inspirationen' => '< lib.maskContentElement', 'mask_ce_inspirationen.' => array('templateName' => 'CeInspirationen'), 'mask_ce_managing_director_teaser' => '< lib.maskContentElement', 'mask_ce_managing_director_teaser.' => array('templateName' => 'CeManagingDirectorTeaser'), 'mask_ce_newsletter_form' => '< lib.maskContentElement', 'mask_ce_newsletter_form.' => array('templateName' => 'CeNewsletterForm'), 'mask_ce_performance_teaser' => '< lib.maskContentElement', 'mask_ce_performance_teaser.' => array('templateName' => 'CePerformanceTeaser'), 'mask_ce_quote' => '< lib.maskContentElement', 'mask_ce_quote.' => array('templateName' => 'CeQuote'), 'mask_ce_shop_slider' => '< lib.maskContentElement', 'mask_ce_shop_slider.' => array('templateName' => 'CeShopSlider'), 'mask_ce_statistic' => '< lib.maskContentElement', 'mask_ce_statistic.' => array('templateName' => 'CeStatistic'), 'mask_ce_submodule_references' => '< lib.maskContentElement', 'mask_ce_submodule_references.' => array('templateName' => 'CeSubmoduleReferences'), 'mask_ce_tag_list' => '< lib.maskContentElement', 'mask_ce_tag_list.' => array('templateName' => 'CeTagList'), 'mask_ce_tagg_teaser' => '< lib.maskContentElement', 'mask_ce_tagg_teaser.' => array('templateName' => 'CeTaggTeaser'), 'mask_ce_tags_only' => '< lib.maskContentElement', 'mask_ce_tags_only.' => array('templateName' => 'CeTagsOnly'), 'mask_ce_timeline' => '< lib.maskContentElement', 'mask_ce_timeline.' => array('templateName' => 'CeTimeline'), 'mask_video_container' => '< lib.maskContentElement', 'mask_video_container.' => array('templateName' => 'VideoContainer'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'wscookieoptin_cookielayer' => 'USER', 'wscookieoptin_cookielayer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsCookieOptIn', 'pluginName' => 'Cookielayer'), 'wsproducts_piproductcategorypageheader' => 'USER', 'wsproducts_piproductcategorypageheader.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsProducts', 'pluginName' => 'Piproductcategorypageheader'), 'wsproducts_piproducttable' => 'USER', 'wsproducts_piproducttable.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WsProducts', 'pluginName' => 'Piproducttable'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '0', 'maxGalleryWidthInText' => '0', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), 'settings.' => array('tx_smsresponsiveimages.' => array('lazyload' => '1', 'breakpoints.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '1084', 'sizes' => '(min-width: 767px) 1084px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '768', 'sizes' => '(min-width: 550px) 768px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px')), 'breakpointsIntext.' => array('0.' => array('media' => '(min-width: 767px)', 'srcset' => '532', 'sizes' => '(min-width: 767px) 532px'), '1.' => array('media' => '(min-width: 550px)', 'srcset' => '532', 'sizes' => '(min-width: 550px) 532px'), '2.' => array('media' => '(max-width: 549px)', 'srcset' => '375', 'sizes' => '(max-width: 549px) 375px'), '3.' => array('media' => '(max-width: 200px)', 'srcset' => '100', 'sizes' => '(max-width: 200px) 100px'))))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'mask_ce_intro' => 'FLUIDTEMPLATE', 'mask_ce_intro.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\IntroImageProcessor', '200.' => array('fieldInput' => 'image', 'fieldOutput' => 'rnd_image')), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeIntro.html'), 'mask_ce_teaser_small' => 'FLUIDTEMPLATE', 'mask_ce_teaser_small.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\PageTeaserProcessor', '200.' => array('references.' => array('table' => 'tx_mask_link_repeat', 'fieldName' => 'tx_mask_page_link'), 'as' => 'link', 'fieldInput' => 'tx_mask_page_link', 'fieldOutput' => 'tx_mask_page_link_parsed')), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeTeaserSmall.html'), 'mask_ce_button' => 'FLUIDTEMPLATE', 'mask_ce_button.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeButton.html'), 'mask_ce_contactteaser' => 'FLUIDTEMPLATE', 'mask_ce_contactteaser.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeContactteaser.html'), 'mask_ce_order_teaser' => 'FLUIDTEMPLATE', 'mask_ce_order_teaser.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor', 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\AdditionalInfosForMaskElementsProcessor'), 'file' => 'EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates/CeOrderTeaser.html'), 'menu.' => array('20.' => array('3.' => array('1.' => array('sectionIndex.' => array('useColPos' => '-1')))))), '')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 96
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp'] ?? 0);
                        $cObj->start($row, $conf['table'], $this->request);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), '20')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 699
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 43
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = $this->cObj->stdWrapValue('wrap', $conf ?? []);
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject), array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'lib.dynamicContent')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('maskContentElement.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Templates'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Partials'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Mask/Frontend/Layouts'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor')), 'dynamicContent' => 'COA', 'dynamicContent.' => array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'contentByUid' => 'COA', 'contentByUid.' => array('LOAD_REGISTER', '10.' => array('objectUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'objectUid'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'uid={register:objectUid}', 'where.' => array('insertData' => '1'))), 'RESTORE_REGISTER'), 'contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:ws_bootstraptheme_layout/Resources/Private/Layouts/ContentElements/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1084m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'srcset' => '', 'sizes' => '', 'breakpoints.' => array(), 'picturefill' => '1', 'class' => ''))), 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'), 'parseFunc_RTE.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre, figure', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array('default' => 'contenttable', 'always' => '1', 'list' => 'contenttable')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'tx_mask.' => array('content' => 'RECORDS', 'content.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'maskContentElement' => 'FLUIDTEMPLATE', 'tx_form.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'overlaySearchField' => 'USER', 'overlaySearchField.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'TYPO3\\CMS', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2', 'switchableControllerActions.' => array('Search.' => array('form', 'search')), 'view' => '< plugin.tx_indexedsearch.view', 'view.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Templates/IndexedSearch/SearchBox/')), 'settings' => '< plugin.tx_indexedsearch.settings'), 'searchField' => 'USER', 'searchField.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'TYPO3\\CMS', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2', 'switchableControllerActions.' => array('Search.' => array('form', 'search')), 'view' => '< plugin.tx_indexedsearch.view', 'view.' => array('templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Templates/IndexedSearch/SearchBox/')), 'settings' => '< plugin.tx_indexedsearch.settings', 'settings.' => array('placeholder' => '1')), 'rawSVG' => 'SVG', 'rawSVG.' => array('src' => 'TEXT', 'src.' => array('field' => 'source'), 'renderMode' => 'inline'), 'cookie' => 'USER_INT', 'cookie.' => array(), 'footerContentOne' => 'RECORDS', 'footerContentOne.' => array('tables' => 'tt_content', 'source' => '16', 'dontCheckPid' => '1'), 'footerContentTwo' => 'RECORDS', 'footerContentTwo.' => array('tables' => 'tt_content', 'source' => '14', 'dontCheckPid' => '1'), 'footerContentThree' => 'RECORDS', 'footerContentThree.' => array('tables' => 'tt_content', 'source' => '15', 'dontCheckPid' => '1')), 'lib.dynamicContent', 'dynamicContent')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('pageUid' => 131, 'colPos' => 0), 'typoscriptObjectPath' => 'lib.dynamicContent', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/Standard_action_noBreadcrumb_560684c02a564882a56a3e2408b6bd0c728c2054.php line 189
);$array29['pageUid'] = $renderingContext->getVariableProvider()->getByPath('data.uid', $array30);
$array29['colPos'] = 0;
$arguments27['data'] = $array29;
$renderChildrenClosure28 = ($arguments27['data'] !== null) ? function() use ($arguments27) { return $arguments27['data']; } : $renderChildrenClosure28;
$output15 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments27, $renderChildrenClosure28, $renderingContext);

$output15 .= '
            <!--TYPO3SEARCH_end-->

at Standard_action_noBreadcrumb_560684c02a564882a56a3e2408b6bd0c728c2054->{closure}()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 61
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/var/cache/code/fluid_template/Standard_action_noBreadcrumb_560684c02a564882a56a3e2408b6bd0c728c2054.php line 333
return $output15;
};
$arguments13 = array();

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments13, $renderChildrenClosure14, $renderingContext);

$output0 .= '
';

at Standard_action_noBreadcrumb_560684c02a564882a56a3e2408b6bd0c728c2054->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 185
        }

        if (!$parsedTemplate->hasLayout()) {
            $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedTemplate->render($this->baseRenderingContext);
            $this->stopRendering();
        } else {
            $layoutName = $parsedTemplate->getLayoutName($this->baseRenderingContext);
            try {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide'), 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'Default.html'), 'pagets_default' => 'TEXT', 'pagets_default.' => array('value' => 'Default.html'), 'pagets__nobreadcrumb' => 'TEXT', 'pagets__nobreadcrumb.' => array('value' => 'NoBreadcrumb.html'), 'pagets__simple' => 'TEXT', 'pagets__simple.' => array('value' => 'Simple.html'), 'pagets__dummy' => 'TEXT', 'pagets__dummy.' => array('value' => 'Dummy.html')))), 'templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Templates/Page/'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Layouts/Page/'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Partials/Page/', 'fileadmin'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '0', 'as' => 'menuMain'), 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\ContentElementToMenuProcessor', '12.' => array('menuToAdd' => 'menuMain', 'colPos' => '20'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '10'), 'as' => 'menuMeta'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '7'), 'as' => 'menuFooterFirstCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '31.' => array('special' => 'directory', 'special.' => array('value' => '8'), 'as' => 'menuFooterSecondCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '32.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'as' => 'menuFooterThirdCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => '0,1,2', 'as' => 'menuLanguage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '50.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'menuBreadcrumb'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('special' => 'directory', 'special.' => array('value' => '30'), 'as' => 'sidebar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'variables.' => array('shareLink' => 'TEXT', 'shareLink.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL'), 'currentPage' => 'TEXT', 'currentPage.' => array('field' => 'uid'), 'currentURL' => 'TEXT', 'currentURL.' => array('value' => 'https://www.mannel-systeme.com'), 'facebookLabel' => 'TEXT', 'facebookLabel.' => array('value' => 'Facebook'), 'facebookUrl' => 'TEXT', 'facebookUrl.' => array('value' => 'https://www.facebook.com/MST-Mannel-Systemtechnik-GmbH-625852108037470/'), 'twitterLabel' => 'TEXT', 'twitterLabel.' => array('value' => 'Twitter'), 'twitterUrl' => 'TEXT', 'twitterUrl.' => array('value' => 'https://twitter.com'), 'instagramLabel' => 'TEXT', 'instagramLabel.' => array('value' => 'Instagram'), 'instagramUrl' => 'TEXT', 'instagramUrl.' => array('value' => 'https://www.instagram.com/mstmannelsystemtechnik/'), 'promotions' => 'COA', 'promotions.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'orderBy' => 'sorting', 'pidInList' => '7'))), 'footerContent' => 'TEXT', 'footerContent.' => array('value' => '0'), 'headerMetaMenu' => 'TEXT', 'headerMetaMenu.' => array('value' => '0'), 'showShareButtons' => 'TEXT', 'showShareButtons.' => array('value' => '0')), 'settings.' => array('footerLogos.' => array('logo1.' => array('url' => '{$page.footerImages.logo1.url}', 'image' => '{$page.footerImages.logo1.image}', 'alt' => '{$page.footerImages.logo1.alt}', 'target' => '{$page.footerImages.logo1.target}'), 'logo2.' => array('url' => '{$page.footerImages.logo2.url}', 'image' => '{$page.footerImages.logo2.image}', 'alt' => '{$page.footerImages.logo2.alt}', 'target' => '{$page.footerImages.logo2.target}'), 'logo3.' => array('url' => '{$page.footerImages.logo3.url}', 'image' => '{$page.footerImages.logo3.image}', 'alt' => '{$page.footerImages.logo3.alt}', 'target' => '{$page.footerImages.logo3.target}'), 'logoClaim.' => array('url' => '{$page.footerImages.claim.url}', 'image' => '{$page.footerImages.claim.image}', 'alt' => '{$page.footerImages.claim.alt}', 'target' => '{$page.footerImages.claim.target}')), 'footerContent.' => array('one' => '16', 'two' => '14', 'three' => '15'))))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(MASK\Mask\Fluid\FluidTemplateContentObject), array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide'), 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'Default.html'), 'pagets_default' => 'TEXT', 'pagets_default.' => array('value' => 'Default.html'), 'pagets__nobreadcrumb' => 'TEXT', 'pagets__nobreadcrumb.' => array('value' => 'NoBreadcrumb.html'), 'pagets__simple' => 'TEXT', 'pagets__simple.' => array('value' => 'Simple.html'), 'pagets__dummy' => 'TEXT', 'pagets__dummy.' => array('value' => 'Dummy.html')))), 'templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Templates/Page/'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Layouts/Page/'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Partials/Page/', 'fileadmin'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '0', 'as' => 'menuMain'), 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\ContentElementToMenuProcessor', '12.' => array('menuToAdd' => 'menuMain', 'colPos' => '20'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '10'), 'as' => 'menuMeta'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '7'), 'as' => 'menuFooterFirstCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '31.' => array('special' => 'directory', 'special.' => array('value' => '8'), 'as' => 'menuFooterSecondCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '32.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'as' => 'menuFooterThirdCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => '0,1,2', 'as' => 'menuLanguage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '50.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'menuBreadcrumb'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('special' => 'directory', 'special.' => array('value' => '30'), 'as' => 'sidebar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'variables.' => array('shareLink' => 'TEXT', 'shareLink.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL'), 'currentPage' => 'TEXT', 'currentPage.' => array('field' => 'uid'), 'currentURL' => 'TEXT', 'currentURL.' => array('value' => 'https://www.mannel-systeme.com'), 'facebookLabel' => 'TEXT', 'facebookLabel.' => array('value' => 'Facebook'), 'facebookUrl' => 'TEXT', 'facebookUrl.' => array('value' => 'https://www.facebook.com/MST-Mannel-Systemtechnik-GmbH-625852108037470/'), 'twitterLabel' => 'TEXT', 'twitterLabel.' => array('value' => 'Twitter'), 'twitterUrl' => 'TEXT', 'twitterUrl.' => array('value' => 'https://twitter.com'), 'instagramLabel' => 'TEXT', 'instagramLabel.' => array('value' => 'Instagram'), 'instagramUrl' => 'TEXT', 'instagramUrl.' => array('value' => 'https://www.instagram.com/mstmannelsystemtechnik/'), 'promotions' => 'COA', 'promotions.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'orderBy' => 'sorting', 'pidInList' => '7'))), 'footerContent' => 'TEXT', 'footerContent.' => array('value' => '0'), 'headerMetaMenu' => 'TEXT', 'headerMetaMenu.' => array('value' => '0'), 'showShareButtons' => 'TEXT', 'showShareButtons.' => array('value' => '0')), 'settings.' => array('footerLogos.' => array('logo1.' => array('url' => '{$page.footerImages.logo1.url}', 'image' => '{$page.footerImages.logo1.image}', 'alt' => '{$page.footerImages.logo1.alt}', 'target' => '{$page.footerImages.logo1.target}'), 'logo2.' => array('url' => '{$page.footerImages.logo2.url}', 'image' => '{$page.footerImages.logo2.image}', 'alt' => '{$page.footerImages.logo2.alt}', 'target' => '{$page.footerImages.logo2.target}'), 'logo3.' => array('url' => '{$page.footerImages.logo3.url}', 'image' => '{$page.footerImages.logo3.image}', 'alt' => '{$page.footerImages.logo3.alt}', 'target' => '{$page.footerImages.logo3.target}'), 'logoClaim.' => array('url' => '{$page.footerImages.claim.url}', 'image' => '{$page.footerImages.claim.image}', 'alt' => '{$page.footerImages.claim.alt}', 'target' => '{$page.footerImages.claim.target}')), 'footerContent.' => array('one' => '16', 'two' => '14', 'three' => '15'))))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide'), 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'Default.html'), 'pagets_default' => 'TEXT', 'pagets_default.' => array('value' => 'Default.html'), 'pagets__nobreadcrumb' => 'TEXT', 'pagets__nobreadcrumb.' => array('value' => 'NoBreadcrumb.html'), 'pagets__simple' => 'TEXT', 'pagets__simple.' => array('value' => 'Simple.html'), 'pagets__dummy' => 'TEXT', 'pagets__dummy.' => array('value' => 'Dummy.html')))), 'templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Templates/Page/'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Layouts/Page/'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Partials/Page/', 'fileadmin'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '0', 'as' => 'menuMain'), 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\ContentElementToMenuProcessor', '12.' => array('menuToAdd' => 'menuMain', 'colPos' => '20'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '10'), 'as' => 'menuMeta'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '7'), 'as' => 'menuFooterFirstCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '31.' => array('special' => 'directory', 'special.' => array('value' => '8'), 'as' => 'menuFooterSecondCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '32.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'as' => 'menuFooterThirdCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => '0,1,2', 'as' => 'menuLanguage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '50.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'menuBreadcrumb'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('special' => 'directory', 'special.' => array('value' => '30'), 'as' => 'sidebar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'variables.' => array('shareLink' => 'TEXT', 'shareLink.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL'), 'currentPage' => 'TEXT', 'currentPage.' => array('field' => 'uid'), 'currentURL' => 'TEXT', 'currentURL.' => array('value' => 'https://www.mannel-systeme.com'), 'facebookLabel' => 'TEXT', 'facebookLabel.' => array('value' => 'Facebook'), 'facebookUrl' => 'TEXT', 'facebookUrl.' => array('value' => 'https://www.facebook.com/MST-Mannel-Systemtechnik-GmbH-625852108037470/'), 'twitterLabel' => 'TEXT', 'twitterLabel.' => array('value' => 'Twitter'), 'twitterUrl' => 'TEXT', 'twitterUrl.' => array('value' => 'https://twitter.com'), 'instagramLabel' => 'TEXT', 'instagramLabel.' => array('value' => 'Instagram'), 'instagramUrl' => 'TEXT', 'instagramUrl.' => array('value' => 'https://www.instagram.com/mstmannelsystemtechnik/'), 'promotions' => 'COA', 'promotions.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'orderBy' => 'sorting', 'pidInList' => '7'))), 'footerContent' => 'TEXT', 'footerContent.' => array('value' => '0'), 'headerMetaMenu' => 'TEXT', 'headerMetaMenu.' => array('value' => '0'), 'showShareButtons' => 'TEXT', 'showShareButtons.' => array('value' => '0')), 'settings.' => array('footerLogos.' => array('logo1.' => array('url' => '{$page.footerImages.logo1.url}', 'image' => '{$page.footerImages.logo1.image}', 'alt' => '{$page.footerImages.logo1.alt}', 'target' => '{$page.footerImages.logo1.target}'), 'logo2.' => array('url' => '{$page.footerImages.logo2.url}', 'image' => '{$page.footerImages.logo2.image}', 'alt' => '{$page.footerImages.logo2.alt}', 'target' => '{$page.footerImages.logo2.target}'), 'logo3.' => array('url' => '{$page.footerImages.logo3.url}', 'image' => '{$page.footerImages.logo3.image}', 'alt' => '{$page.footerImages.logo3.alt}', 'target' => '{$page.footerImages.logo3.target}'), 'logoClaim.' => array('url' => '{$page.footerImages.claim.url}', 'image' => '{$page.footerImages.claim.image}', 'alt' => '{$page.footerImages.claim.alt}', 'target' => '{$page.footerImages.claim.target}')), 'footerContent.' => array('one' => '16', 'two' => '14', 'three' => '15'))), '10')
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 699
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('typeNum' => '0', 'shortcutIcon' => 'EXT:ws_bootstraptheme_layout/Resources/Public/icons/favicon.ico', 'config.' => array('noPageTitle' => '2'), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('data' => 'TSFE:id', 'noTrimWrap' => '| id="p|"|'), '< lib.page.class', '20.' => array('stdWrap.' => array('noTrimWrap' => '| class="|"|')), 'wrap' => '<body|>'), 'headerData.' => array('HMENU', '10.' => array('special' => 'browse', 'special.' => array('items' => 'prev|next'), 'TMENU', '1.' => array('NO.' => array('allWrap' => '<link rel="prev" href="|"> |*| <link rel="next" href="|">', 'doNotLinkIt' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'field:uid'), 'useCacheHash' => '1', 'returnLast' => 'url'))))), 'TEXT', '15.' => array('field' => 'seo_title // title', 'noTrimWrap' => '|<title>| &#124; MST Mannel Systemtechnik</title>|'), 'TEXT', '20.' => array('value' => ' <link rel="apple-touch-icon" sizes="180x180" href="https://www.mannel-systeme.com/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/img/apple-icon-180x180-dunplab-manifest-20807.png?v=00BAQ2oPez"> <link rel="icon" type="image/png" sizes="32x32" href="https://www.mannel-systeme.com/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/img/favicon-32x32-dunplab-manifest-20807.png?v=00BAQ2oPez"> <link rel="icon" type="image/png" sizes="16x16" href="https://www.mannel-systeme.com/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/img/favicon-16x16-dunplab-manifest-20807.png?v=00BAQ2oPez"> <link rel="manifest" href="https://www.mannel-systeme.com/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/img/site.webmanifest?v=00BAQ2oPez"> <link rel="mask-icon" href="https://www.mannel-systeme.com/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/img/favicon-16x16-dunplab-manifest-20807.png?v=00BAQ2oPez" color="#0093d6"> <link rel="shortcut icon" href="https://www.mannel-systeme.com/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/img/favicon.ico?v=00BAQ2oPez"> <meta name="apple-mobile-web-app-title" content="Mannel Systemtechnik"> <meta name="application-name" content="Mannel Systemtechnik"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-config" content="https://www.mannel-systeme.com/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/img/browserconfig.xml?v=00BAQ2oPez"> <meta name="theme-color" content="#ffffff"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="#0093d6" /> <meta name="apple-mobile-web-app-title" content="Mannel Systemtechnik" /> <script>/*! pace 1.0.0 */(function(){var a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X=[].slice,Y={}.hasOwnProperty,Z=function(a,b){function c(){this.constructor=a}for(var d in b)Y.call(b,d)&&(a[d]=b[d]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a},$=[].indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(b in this&&this[b]===a)return b;return-1};for(u={catchupTime:100,initialRate:.03,minTime:250,ghostTime:100,maxProgressPerFrame:20,easeFactor:1.25,startOnPageLoad:!0,restartOnPushState:!0,restartOnRequestAfter:500,target:"body",elements:{checkInterval:100,selectors:["body"]},eventLag:{minSamples:10,sampleCount:3,lagThreshold:3},ajax:{trackMethods:["GET"],trackWebSockets:!0,ignoreURLs:[]}},C=function(){var a;return null!=(a="undefined"!=typeof performance&&null!==performance&&"function"==typeof performance.now?performance.now():void 0)?a:+new Date},E=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame,t=window.cancelAnimationFrame||window.mozCancelAnimationFrame,null==E&&(E=function(a){return setTimeout(a,50)},t=function(a){return clearTimeout(a)}),G=function(a){var b,c;return b=C(),(c=function(){var d;return d=C()-b,d>=33?(b=C(),a(d,function(){return E(c)})):setTimeout(c,33-d)})()},F=function(){var a,b,c;return c=arguments[0],b=arguments[1],a=3<=arguments.length?X.call(arguments,2):[],"function"==typeof c[b]?c[b].apply(c,a):c[b]},v=function(){var a,b,c,d,e,f,g;for(b=arguments[0],d=2<=arguments.length?X.call(arguments,1):[],f=0,g=d.length;g>f;f++)if(c=d[f])for(a in c)Y.call(c,a)&&(e=c[a],null!=b[a]&&"object"==typeof b[a]&&null!=e&&"object"==typeof e?v(b[a],e):b[a]=e);return b},q=function(a){var b,c,d,e,f;for(c=b=0,e=0,f=a.length;f>e;e++)d=a[e],c+=Math.abs(d),b++;return c/b},x=function(a,b){var c,d,e;if(null==a&&(a="options"),null==b&&(b=!0),e=document.querySelector("[data-pace-"+a+"]")){if(c=e.getAttribute("data-pace-"+a),!b)return c;try{return JSON.parse(c)}catch(f){return d=f,"undefined"!=typeof console&&null!==console?console.error("Error parsing inline pace options",d):void 0}}},g=function(){function a(){}return a.prototype.on=function(a,b,c,d){var e;return null==d&&(d=!1),null==this.bindings&&(this.bindings={}),null==(e=this.bindings)[a]&&(e[a]=[]),this.bindings[a].push({handler:b,ctx:c,once:d})},a.prototype.once=function(a,b,c){return this.on(a,b,c,!0)},a.prototype.off=function(a,b){var c,d,e;if(null!=(null!=(d=this.bindings)?d[a]:void 0)){if(null==b)return delete this.bindings[a];for(c=0,e=[];c<this.bindings[a].length;)e.push(this.bindings[a][c].handler===b?this.bindings[a].splice(c,1):c++);return e}},a.prototype.trigger=function(){var a,b,c,d,e,f,g,h,i;if(c=arguments[0],a=2<=arguments.length?X.call(arguments,1):[],null!=(g=this.bindings)?g[c]:void 0){for(e=0,i=[];e<this.bindings[c].length;)h=this.bindings[c][e],d=h.handler,b=h.ctx,f=h.once,d.apply(null!=b?b:this,a),i.push(f?this.bindings[c].splice(e,1):e++);return i}},a}(),j=window.Pace||{},window.Pace=j,v(j,g.prototype),D=j.options=v({},u,window.paceOptions,x()),U=["ajax","document","eventLag","elements"],Q=0,S=U.length;S>Q;Q++)K=U[Q],D[K]===!0&&(D[K]=u[K]);i=function(a){function b(){return V=b.__super__.constructor.apply(this,arguments)}return Z(b,a),b}(Error),b=function(){function a(){this.progress=0}return a.prototype.getElement=function(){var a;if(null==this.el){if(a=document.querySelector(D.target),!a)throw new i;this.el=document.createElement("div"),this.el.className="pace pace-active",document.body.className=document.body.className.replace(/pace-done/g,""),document.body.className+=" pace-running",this.el.innerHTML=\'<div class="pace-progress">\\n <div class="pace-progress-inner"></div>\\n</div>\\n<div class="pace-activity"></div>\',null!=a.firstChild?a.insertBefore(this.el,a.firstChild):a.appendChild(this.el)}return this.el},a.prototype.finish=function(){var a;return a=this.getElement(),a.className=a.className.replace("pace-active",""),a.className+=" pace-inactive",document.body.className=document.body.className.replace("pace-running",""),document.body.className+=" pace-done"},a.prototype.update=function(a){return this.progress=a,this.render()},a.prototype.destroy=function(){try{this.getElement().parentNode.removeChild(this.getElement())}catch(a){i=a}return this.el=void 0},a.prototype.render=function(){var a,b,c,d,e,f,g;if(null==document.querySelector(D.target))return!1;for(a=this.getElement(),d="translate3d("+this.progress+"%, 0, 0)",g=["webkitTransform","msTransform","transform"],e=0,f=g.length;f>e;e++)b=g[e],a.children[0].style[b]=d;return(!this.lastRenderedProgress||this.lastRenderedProgress|0!==this.progress|0)&&(a.children[0].setAttribute("data-progress-text",""+(0|this.progress)+"%"),this.progress>=100?c="99":(c=this.progress<10?"0":"",c+=0|this.progress),a.children[0].setAttribute("data-progress",""+c)),this.lastRenderedProgress=this.progress},a.prototype.done=function(){return this.progress>=100},a}(),h=function(){function a(){this.bindings={}}return a.prototype.trigger=function(a,b){var c,d,e,f,g;if(null!=this.bindings[a]){for(f=this.bindings[a],g=[],d=0,e=f.length;e>d;d++)c=f[d],g.push(c.call(this,b));return g}},a.prototype.on=function(a,b){var c;return null==(c=this.bindings)[a]&&(c[a]=[]),this.bindings[a].push(b)},a}(),P=window.XMLHttpRequest,O=window.XDomainRequest,N=window.WebSocket,w=function(a,b){var c,d,e,f;f=[];for(d in b.prototype)try{e=b.prototype[d],f.push(null==a[d]&&"function"!=typeof e?a[d]=e:void 0)}catch(g){c=g}return f},A=[],j.ignore=function(){var a,b,c;return b=arguments[0],a=2<=arguments.length?X.call(arguments,1):[],A.unshift("ignore"),c=b.apply(null,a),A.shift(),c},j.track=function(){var a,b,c;return b=arguments[0],a=2<=arguments.length?X.call(arguments,1):[],A.unshift("track"),c=b.apply(null,a),A.shift(),c},J=function(a){var b;if(null==a&&(a="GET"),"track"===A[0])return"force";if(!A.length&&D.ajax){if("socket"===a&&D.ajax.trackWebSockets)return!0;if(b=a.toUpperCase(),$.call(D.ajax.trackMethods,b)>=0)return!0}return!1},k=function(a){function b(){var a,c=this;b.__super__.constructor.apply(this,arguments),a=function(a){var b;return b=a.open,a.open=function(d,e){return J(d)&&c.trigger("request",{type:d,url:e,request:a}),b.apply(a,arguments)}},window.XMLHttpRequest=function(b){var c;return c=new P(b),a(c),c};try{w(window.XMLHttpRequest,P)}catch(d){}if(null!=O){window.XDomainRequest=function(){var b;return b=new O,a(b),b};try{w(window.XDomainRequest,O)}catch(d){}}if(null!=N&&D.ajax.trackWebSockets){window.WebSocket=function(a,b){var d;return d=null!=b?new N(a,b):new N(a),J("socket")&&c.trigger("request",{type:"socket",url:a,protocols:b,request:d}),d};try{w(window.WebSocket,N)}catch(d){}}}return Z(b,a),b}(h),R=null,y=function(){return null==R&&(R=new k),R},I=function(a){var b,c,d,e;for(e=D.ajax.ignoreURLs,c=0,d=e.length;d>c;c++)if(b=e[c],"string"==typeof b){if(-1!==a.indexOf(b))return!0}else if(b.test(a))return!0;return!1},y().on("request",function(b){var c,d,e,f,g;return f=b.type,e=b.request,g=b.url,I(g)?void 0:j.running||D.restartOnRequestAfter===!1&&"force"!==J(f)?void 0:(d=arguments,c=D.restartOnRequestAfter||0,"boolean"==typeof c&&(c=0),setTimeout(function(){var b,c,g,h,i,k;if(b="socket"===f?e.readyState<2:0<(h=e.readyState)&&4>h){for(j.restart(),i=j.sources,k=[],c=0,g=i.length;g>c;c++){if(K=i[c],K instanceof a){K.watch.apply(K,d);break}k.push(void 0)}return k}},c))}),a=function(){function a(){var a=this;this.elements=[],y().on("request",function(){return a.watch.apply(a,arguments)})}return a.prototype.watch=function(a){var b,c,d,e;return d=a.type,b=a.request,e=a.url,I(e)?void 0:(c="socket"===d?new n(b):new o(b),this.elements.push(c))},a}(),o=function(){function a(a){var b,c,d,e,f,g,h=this;if(this.progress=0,null!=window.ProgressEvent)for(c=null,a.addEventListener("progress",function(a){return h.progress=a.lengthComputable?100*a.loaded/a.total:h.progress+(100-h.progress)/2},!1),g=["load","abort","timeout","error"],d=0,e=g.length;e>d;d++)b=g[d],a.addEventListener(b,function(){return h.progress=100},!1);else f=a.onreadystatechange,a.onreadystatechange=function(){var b;return 0===(b=a.readyState)||4===b?h.progress=100:3===a.readyState&&(h.progress=50),"function"==typeof f?f.apply(null,arguments):void 0}}return a}(),n=function(){function a(a){var b,c,d,e,f=this;for(this.progress=0,e=["error","open"],c=0,d=e.length;d>c;c++)b=e[c],a.addEventListener(b,function(){return f.progress=100},!1)}return a}(),d=function(){function a(a){var b,c,d,f;for(null==a&&(a={}),this.elements=[],null==a.selectors&&(a.selectors=[]),f=a.selectors,c=0,d=f.length;d>c;c++)b=f[c],this.elements.push(new e(b))}return a}(),e=function(){function a(a){this.selector=a,this.progress=0,this.check()}return a.prototype.check=function(){var a=this;return document.querySelector(this.selector)?this.done():setTimeout(function(){return a.check()},D.elements.checkInterval)},a.prototype.done=function(){return this.progress=100},a}(),c=function(){function a(){var a,b,c=this;this.progress=null!=(b=this.states[document.readyState])?b:100,a=document.onreadystatechange,document.onreadystatechange=function(){return null!=c.states[document.readyState]&&(c.progress=c.states[document.readyState]),"function"==typeof a?a.apply(null,arguments):void 0}}return a.prototype.states={loading:0,interactive:50,complete:100},a}(),f=function(){function a(){var a,b,c,d,e,f=this;this.progress=0,a=0,e=[],d=0,c=C(),b=setInterval(function(){var g;return g=C()-c-50,c=C(),e.push(g),e.length>D.eventLag.sampleCount&&e.shift(),a=q(e),++d>=D.eventLag.minSamples&&a<D.eventLag.lagThreshold?(f.progress=100,clearInterval(b)):f.progress=100*(3/(a+3))},50)}return a}(),m=function(){function a(a){this.source=a,this.last=this.sinceLastUpdate=0,this.rate=D.initialRate,this.catchup=0,this.progress=this.lastProgress=0,null!=this.source&&(this.progress=F(this.source,"progress"))}return a.prototype.tick=function(a,b){var c;return null==b&&(b=F(this.source,"progress")),b>=100&&(this.done=!0),b===this.last?this.sinceLastUpdate+=a:(this.sinceLastUpdate&&(this.rate=(b-this.last)/this.sinceLastUpdate),this.catchup=(b-this.progress)/D.catchupTime,this.sinceLastUpdate=0,this.last=b),b>this.progress&&(this.progress+=this.catchup*a),c=1-Math.pow(this.progress/100,D.easeFactor),this.progress+=c*this.rate*a,this.progress=Math.min(this.lastProgress+D.maxProgressPerFrame,this.progress),this.progress=Math.max(0,this.progress),this.progress=Math.min(100,this.progress),this.lastProgress=this.progress,this.progress},a}(),L=null,H=null,r=null,M=null,p=null,s=null,j.running=!1,z=function(){return D.restartOnPushState?j.restart():void 0},null!=window.history.pushState&&(T=window.history.pushState,window.history.pushState=function(){return z(),T.apply(window.history,arguments)}),null!=window.history.replaceState&&(W=window.history.replaceState,window.history.replaceState=function(){return z(),W.apply(window.history,arguments)}),l={ajax:a,elements:d,document:c,eventLag:f},(B=function(){var a,c,d,e,f,g,h,i;for(j.sources=L=[],g=["ajax","elements","document","eventLag"],c=0,e=g.length;e>c;c++)a=g[c],D[a]!==!1&&L.push(new l[a](D[a]));for(i=null!=(h=D.extraSources)?h:[],d=0,f=i.length;f>d;d++)K=i[d],L.push(new K(D));return j.bar=r=new b,H=[],M=new m})(),j.stop=function(){return j.trigger("stop"),j.running=!1,r.destroy(),s=!0,null!=p&&("function"==typeof t&&t(p),p=null),B()},j.restart=function(){return j.trigger("restart"),j.stop(),j.start()},j.go=function(){var a;return j.running=!0,r.render(),a=C(),s=!1,p=G(function(b,c){var d,e,f,g,h,i,k,l,n,o,p,q,t,u,v,w;for(l=100-r.progress,e=p=0,f=!0,i=q=0,u=L.length;u>q;i=++q)for(K=L[i],o=null!=H[i]?H[i]:H[i]=[],h=null!=(w=K.elements)?w:[K],k=t=0,v=h.length;v>t;k=++t)g=h[k],n=null!=o[k]?o[k]:o[k]=new m(g),f&=n.done,n.done||(e++,p+=n.tick(b));return d=p/e,r.update(M.tick(b,d)),r.done()||f||s?(r.update(100),j.trigger("done"),setTimeout(function(){return r.finish(),j.running=!1,j.trigger("hide")},Math.max(D.ghostTime,Math.max(D.minTime-(C()-a),0)))):c()})},j.start=function(a){v(D,a),j.running=!0;try{r.render()}catch(b){i=b}return document.querySelector(".pace")?(j.trigger("start"),j.go()):setTimeout(j.start,50)},"function"==typeof define&&define.amd?define(function(){return j}):"object"==typeof exports?module.exports=j:D.startOnPageLoad&&j.start()}).call(this);</script>'), '30.' => array('value' => ' <link rel="preload" href="https://www.mannel-systeme.com/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/css/main.css" as="style" onload="this.onload=null;this.rel=\'stylesheet\'"> <noscript><link rel="stylesheet" href="https://www.mannel-systeme.com/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/css/main.css"></noscript> <script>!function(n){"use strict";n.loadCSS||(n.loadCSS=function(){});var o=loadCSS.relpreload={};if(o.support=function(){var e;try{e=n.document.createElement("link").relList.supports("preload")}catch(t){e=!1}return function(){return e}}(),o.bindMediaToggle=function(t){var e=t.media||"all";function a(){t.addEventListener?t.removeEventListener("load",a):t.attachEvent&&t.detachEvent("onload",a),t.setAttribute("onload",null),t.media=e}t.addEventListener?t.addEventListener("load",a):t.attachEvent&&t.attachEvent("onload",a),setTimeout(function(){t.rel="stylesheet",t.media="only x"}),setTimeout(a,3e3)},o.poly=function(){if(!o.support())for(var t=n.document.getElementsByTagName("link"),e=0;e<t.length;e++){var a=t[e];"preload"!==a.rel||"style"!==a.getAttribute("as")||a.getAttribute("data-loadcss")||(a.setAttribute("data-loadcss",!0),o.bindMediaToggle(a))}},!o.support()){o.poly();var t=n.setInterval(o.poly,500);n.addEventListener?n.addEventListener("load",function(){o.poly(),n.clearInterval(t)}):n.attachEvent&&n.attachEvent("onload",function(){o.poly(),n.clearInterval(t)})}"undefined"!=typeof exports?exports.loadCSS=loadCSS:n.loadCSS=loadCSS}("undefined"!=typeof global?global:this);</script></script>')), 'FLUIDTEMPLATE', '10.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-1,backend_layout_next_level,slide'), 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'Default.html'), 'pagets_default' => 'TEXT', 'pagets_default.' => array('value' => 'Default.html'), 'pagets__nobreadcrumb' => 'TEXT', 'pagets__nobreadcrumb.' => array('value' => 'NoBreadcrumb.html'), 'pagets__simple' => 'TEXT', 'pagets__simple.' => array('value' => 'Simple.html'), 'pagets__dummy' => 'TEXT', 'pagets__dummy.' => array('value' => 'Dummy.html')))), 'templateRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Templates/Page/'), 'layoutRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Layouts/Page/'), 'partialRootPaths.' => array('EXT:ws_bootstraptheme_layout/Resources/Private/Partials/Page/', 'fileadmin'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '0', 'as' => 'menuMain'), 'Webschuppen\\WsBootstrapthemeLayout\\DataProcessing\\ContentElementToMenuProcessor', '12.' => array('menuToAdd' => 'menuMain', 'colPos' => '20'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '10'), 'as' => 'menuMeta'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '7'), 'as' => 'menuFooterFirstCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '31.' => array('special' => 'directory', 'special.' => array('value' => '8'), 'as' => 'menuFooterSecondCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '32.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'as' => 'menuFooterThirdCol'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => '0,1,2', 'as' => 'menuLanguage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', '50.' => array('as' => 'site'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '60.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'menuBreadcrumb'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '70.' => array('special' => 'directory', 'special.' => array('value' => '30'), 'as' => 'sidebar', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'variables.' => array('shareLink' => 'TEXT', 'shareLink.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL'), 'currentPage' => 'TEXT', 'currentPage.' => array('field' => 'uid'), 'currentURL' => 'TEXT', 'currentURL.' => array('value' => 'https://www.mannel-systeme.com'), 'facebookLabel' => 'TEXT', 'facebookLabel.' => array('value' => 'Facebook'), 'facebookUrl' => 'TEXT', 'facebookUrl.' => array('value' => 'https://www.facebook.com/MST-Mannel-Systemtechnik-GmbH-625852108037470/'), 'twitterLabel' => 'TEXT', 'twitterLabel.' => array('value' => 'Twitter'), 'twitterUrl' => 'TEXT', 'twitterUrl.' => array('value' => 'https://twitter.com'), 'instagramLabel' => 'TEXT', 'instagramLabel.' => array('value' => 'Instagram'), 'instagramUrl' => 'TEXT', 'instagramUrl.' => array('value' => 'https://www.instagram.com/mstmannelsystemtechnik/'), 'promotions' => 'COA', 'promotions.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('where' => 'colPos = 0', 'orderBy' => 'sorting', 'pidInList' => '7'))), 'footerContent' => 'TEXT', 'footerContent.' => array('value' => '0'), 'headerMetaMenu' => 'TEXT', 'headerMetaMenu.' => array('value' => '0'), 'showShareButtons' => 'TEXT', 'showShareButtons.' => array('value' => '0')), 'settings.' => array('footerLogos.' => array('logo1.' => array('url' => '{$page.footerImages.logo1.url}', 'image' => '{$page.footerImages.logo1.image}', 'alt' => '{$page.footerImages.logo1.alt}', 'target' => '{$page.footerImages.logo1.target}'), 'logo2.' => array('url' => '{$page.footerImages.logo2.url}', 'image' => '{$page.footerImages.logo2.image}', 'alt' => '{$page.footerImages.logo2.alt}', 'target' => '{$page.footerImages.logo2.target}'), 'logo3.' => array('url' => '{$page.footerImages.logo3.url}', 'image' => '{$page.footerImages.logo3.image}', 'alt' => '{$page.footerImages.logo3.alt}', 'target' => '{$page.footerImages.logo3.target}'), 'logoClaim.' => array('url' => '{$page.footerImages.claim.url}', 'image' => '{$page.footerImages.claim.image}', 'alt' => '{$page.footerImages.claim.alt}', 'target' => '{$page.footerImages.claim.target}')), 'footerContent.' => array('one' => '16', 'two' => '14', 'three' => '15'))), 'meta.' => array('description' => 'Mannel Systemtechnik', 'description.' => array('override.' => array('field' => 'description')), 'author' => 'Mannel Systemtechnik', 'author.' => array('override.' => array('field' => 'author')), 'keywords' => 'Magnete, Mannel, Kugellager', 'keywords.' => array('override.' => array('field' => 'keywords')), 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'viewport' => 'width=device-width, initial-scale=1, maximum-scale=5', 'robots' => 'index,follow', 'og:type' => 'website', 'og:locale' => 'de_DE', 'og:locale.' => array('attribute' => 'property'), 'og:locale:alternate.' => array('attribute' => 'property', 'value.' => array('en_GB')), 'og:url.' => array('typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1', 'forceAbsoluteUrl.' => array('scheme' => 'https')))), 'includeCSS.' => array(), 'includeCSSLibs.' => array(), 'includeJS.' => array(), 'includeJSLibs.' => array(), 'includeJSFooter.' => array(), 'includeJSFooterlibs.' => array(), 'cssInline.' => array('TEXT', '10.' => array('value' => ' @charset "UTF-8"; a#language { position: relative; font-size: 13px; padding: 2px 6px 2px 6px !important; border-left: 1px solid #0090df;}@media only screen and (max-width:1150px) { a#language { background-color: #0090df; color: #fff; padding: 2px 6px 2px 6px !important; margin-left: 7px; height: 100%; position: relative; top: 50%; transform: translateY(-42%); right: 10px;}} html:not(.page-ready) .hidden-until-page-ready{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-size:1.1875rem;font-weight:300;line-height:1.5;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}.industry-teaser__title,.management-teaser__title,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0090df;text-decoration:none;background-color:transparent}a:hover{color:#005f93;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}@media (max-width:1200px){legend{font-size:calc(1.275rem + .3vw)}}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,.industry-teaser__title,.management-teaser__title,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:5.2499375rem}@media (max-width:1200px){.h1,h1{font-size:calc(1.64999rem + 4.79993vw)}}.h2,h2{font-size:1.873875rem}@media (max-width:1200px){.h2,h2{font-size:calc(1.31239rem + .74865vw)}}.h3,.management-teaser__title,h3{font-size:1.3739375rem}@media (max-width:1200px){.h3,.management-teaser__title,h3{font-size:calc(1.26239rem + .14873vw)}}.h4,.industry-teaser__title,h4{font-size:1.78125rem}@media (max-width:1200px){.h4,.industry-teaser__title,h4{font-size:calc(1.30313rem + .6375vw)}}.h5,h5{font-size:1.484375rem}@media (max-width:1200px){.h5,h5{font-size:calc(1.27344rem + .28125vw)}}.h6,h6{font-size:1.1875rem}.lead{font-size:1.484375rem;font-weight:300}@media (max-width:1200px){.lead{font-size:calc(1.27344rem + .28125vw)}}.display-1{font-size:6rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-1{font-size:calc(1.725rem + 5.7vw)}}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-2{font-size:calc(1.675rem + 5.1vw)}}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-3{font-size:calc(1.575rem + 3.9vw)}}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-4{font-size:calc(1.475rem + 2.7vw)}}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.484375rem}@media (max-width:1200px){.blockquote{font-size:calc(1.27344rem + .28125vw)}}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"— "}.container{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}@media (min-width:575px){.container{max-width:540px}}@media (min-width:767px){.container{max-width:720px}}@media (min-width:1025px){.container{max-width:960px}}@media (min-width:1676px){.container{max-width:1170px}}.container-fluid{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}.row{margin-right:-10px;margin-left:-10px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg1,.col-lg1-1,.col-lg1-2,.col-lg1-3,.col-lg1-4,.col-lg1-5,.col-lg1-6,.col-lg1-7,.col-lg1-8,.col-lg1-9,.col-lg1-10,.col-lg1-11,.col-lg1-12,.col-lg1-auto,.col-lg2,.col-lg2-1,.col-lg2-2,.col-lg2-3,.col-lg2-4,.col-lg2-5,.col-lg2-6,.col-lg2-7,.col-lg2-8,.col-lg2-9,.col-lg2-10,.col-lg2-11,.col-lg2-12,.col-lg2-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:10px;padding-left:10px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width:575px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width:767px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width:1025px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1150px){.col-lg1{flex-basis:0;flex-grow:1;max-width:100%}.col-lg1-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg1-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg1-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg1-3{flex:0 0 25%;max-width:25%}.col-lg1-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg1-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg1-6{flex:0 0 50%;max-width:50%}.col-lg1-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg1-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg1-9{flex:0 0 75%;max-width:75%}.col-lg1-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg1-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg1-12{flex:0 0 100%;max-width:100%}.order-lg1-first{order:-1}.order-lg1-last{order:13}.order-lg1-0{order:0}.order-lg1-1{order:1}.order-lg1-2{order:2}.order-lg1-3{order:3}.order-lg1-4{order:4}.order-lg1-5{order:5}.order-lg1-6{order:6}.order-lg1-7{order:7}.order-lg1-8{order:8}.order-lg1-9{order:9}.order-lg1-10{order:10}.order-lg1-11{order:11}.order-lg1-12{order:12}.offset-lg1-0{margin-left:0}.offset-lg1-1{margin-left:8.3333333333%}.offset-lg1-2{margin-left:16.6666666667%}.offset-lg1-3{margin-left:25%}.offset-lg1-4{margin-left:33.3333333333%}.offset-lg1-5{margin-left:41.6666666667%}.offset-lg1-6{margin-left:50%}.offset-lg1-7{margin-left:58.3333333333%}.offset-lg1-8{margin-left:66.6666666667%}.offset-lg1-9{margin-left:75%}.offset-lg1-10{margin-left:83.3333333333%}.offset-lg1-11{margin-left:91.6666666667%}}@media (min-width:1200px){.col-lg2{flex-basis:0;flex-grow:1;max-width:100%}.col-lg2-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg2-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg2-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg2-3{flex:0 0 25%;max-width:25%}.col-lg2-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg2-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg2-6{flex:0 0 50%;max-width:50%}.col-lg2-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg2-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg2-9{flex:0 0 75%;max-width:75%}.col-lg2-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg2-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg2-12{flex:0 0 100%;max-width:100%}.order-lg2-first{order:-1}.order-lg2-last{order:13}.order-lg2-0{order:0}.order-lg2-1{order:1}.order-lg2-2{order:2}.order-lg2-3{order:3}.order-lg2-4{order:4}.order-lg2-5{order:5}.order-lg2-6{order:6}.order-lg2-7{order:7}.order-lg2-8{order:8}.order-lg2-9{order:9}.order-lg2-10{order:10}.order-lg2-11{order:11}.order-lg2-12{order:12}.offset-lg2-0{margin-left:0}.offset-lg2-1{margin-left:8.3333333333%}.offset-lg2-2{margin-left:16.6666666667%}.offset-lg2-3{margin-left:25%}.offset-lg2-4{margin-left:33.3333333333%}.offset-lg2-5{margin-left:41.6666666667%}.offset-lg2-6{margin-left:50%}.offset-lg2-7{margin-left:58.3333333333%}.offset-lg2-8{margin-left:66.6666666667%}.offset-lg2-9{margin-left:75%}.offset-lg2-10{margin-left:83.3333333333%}.offset-lg2-11{margin-left:91.6666666667%}}@media (min-width:1676px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0090df}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1.1875rem;color:#000;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:575px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:767px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:1025px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1150px){.dropdown-menu-lg1-left{right:auto;left:0}.dropdown-menu-lg1-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-lg2-left{right:auto;left:0}.dropdown-menu-lg2-right{right:0;left:auto}}@media (min-width:1676px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle:after{display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0090df}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.140125rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.frame-space-before-extra-small{margin-top:20px!important}@media (max-width:766.98px){.frame-space-before-extra-small{margin-top:20px!important}}.frame-space-before-small{margin-top:40px!important}@media (max-width:766.98px){.frame-space-before-small{margin-top:20px!important}}.frame-space-before-medium{margin-top:80px!important}@media (max-width:766.98px){.frame-space-before-medium{margin-top:80px!important}}.frame-space-before-large{margin-top:120px!important}.frame-space-before-extra-large{margin-top:160px!important}.frame-space-after-extra-small{margin-bottom:20px!important}@media (max-width:766.98px){.frame-space-after-extra-small{margin-bottom:20px!important}}.frame-space-after-small{margin-bottom:40px!important}@media (max-width:766.98px){.frame-space-after-small{margin-bottom:20px!important}}.frame-space-after-medium{margin-bottom:80px!important}@media (max-width:766.98px){.frame-space-after-medium{margin-bottom:80px!important}}.frame-space-after-large{margin-bottom:120px!important}.frame-space-after-extra-large{margin-bottom:160px!important}.search-form{position:absolute;display:none}.search__submit{background-color:#fff}.search__overlay{transform:translateY(-100px);opacity:0;position:absolute;z-index:-100;pointer-events:none}.search__overlay--visible{position:static;transform:translateY(1px);opacity:1;transition:opacity .3s ease-out,transform .3s ease-out;z-index:1000;box-shadow:0 2px 6px rgba(0,0,0,.15);pointer-events:auto}.full-width-teaser-container-system .search__overlay .cut-corner,.search__overlay .breadcrumb-wrap,.search__overlay .content-container,.search__overlay .full-width-teaser-container-system .cut-corner{margin:0 auto!important;padding:0;display:flex}.search__overlay__input{flex:90%}.search__overlay__input .search_input{padding:10px 28px;background-color:#fff;font-size:48px}.search__overlay__input .search_input:focus{border:none!important;font-weight:500}.search__overlay .full-nav__search{background-color:#fff}.search__overlay .full-nav__search .nav-item.search button{background:#fff;border:0;position:absolute;top:25px;right:13px}.search__overlay .full-nav__search svg{width:44px;height:44px}.full-nav{display:flex;background:#fff;font-family:TT Norms,sans-serif;font-size:18px;color:#0090df;font-weight:700;justify-content:space-between;box-shadow:0 2px 6px rgba(0,0,0,.153);margin:0 auto;position:relative}.full-nav__hamburger{transition:opacity .2s linear,background .2s linear;border:none;padding:0;position:absolute;overflow:hidden;pointer-events:none;visibility:hidden;background:#fff;width:60px;margin-right:4px}.full-nav__hamburger svg{height:60px}.full-nav__hamburger svg rect{fill:#191919;transition:fill .2s linear}@media (min-width:767px){.full-nav__hamburger:focus svg rect,.full-nav__hamburger:hover svg rect{fill:#0090df}}@media (min-width:575px){.full-nav__hamburger{margin-right:0}}.full-nav__brand a:active,.full-nav__brand a:hover{background:none!important;text-decoration:none!important}.full-nav__brand .brand__logo{display:inline-block}.full-nav input[type=search]{margin:0 8px;border:none;border-bottom:1px solid #000}.full-nav .social-link svg{width:auto;height:19px}.full-nav .item-search svg{height:20px;width:20px}.full-nav .dropdown-menu{transition:all .3s ease-in-out;width:100%;border-radius:0;margin:0;padding:45px 40px 21px;border:0;box-shadow:0 2px 6px rgba(0,0,0,.153)}@media (max-width:1560px){.full-nav .dropdown-menu{padding-top:40px;padding-bottom:40px}}.full-nav .dropdown-menu .dropdown-item{color:#000;font-size:24px;line-height:40px;margin:0;padding:0;letter-spacing:.1px;font-weight:700;position:relative}.full-nav .dropdown-menu .dropdown-item:before{content:">";position:absolute;left:7px;top:13px;opacity:0;transition:all .15s linear;transform:translateX(-10px)}@media (max-width:1300px){.full-nav .dropdown-menu .dropdown-item:before{top:9px}}.full-nav .dropdown-menu .dropdown-item.active{background:transparent;color:#0090df}.full-nav .dropdown-menu .dropdown-item:focus,.full-nav .dropdown-menu .dropdown-item:hover{color:#0090df;background-color:transparent}.full-nav .dropdown-menu .dropdown-title{letter-spacing:.1px;font-weight:400;font-size:16px;text-transform:uppercase}.full-nav .dropdown-menu .container{display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;width:100%}.full-nav .dropdown-menu .container .frame{max-width:50%}@media (min-width:1025px){.full-nav .dropdown-menu .container{max-width:100%}}.full-nav .dropdown-menu .submenu-container{flex:0 0 33.3333333333%;max-width:33.3333333333%}.full-nav .dropdown-menu .content-elements{display:flex;flex:0 0 66.6666666667%;max-width:66.6666666667%;flex-direction:row;flex-wrap:wrap;align-items:flex-start}.full-nav .dropdown-menu .content-elements section{margin-top:0!important;margin-bottom:0!important;padding:0 15px!important}.full-nav .dropdown-menu .image-container{flex:50%;max-width:50%}.full-nav .dropdown-link .active .dropdown-menu{display:block;background-color:#0090df;color:#fff;border-radius:0;border:0;margin:0}.full-nav .dropdown-link .active .dropdown-menu:before{content:" ";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #0090df;position:absolute;top:-10px;left:20%;transform:translateX(-40%)}.full-nav .dropdown-link:focus,.full-nav .dropdown-link:hover{color:#fff;background-color:#0090df}@media (max-width:1045px){.full-nav .dropdown-link:last-of-type .dropdown-menu{left:auto;right:0}}.full-nav__search{cursor:pointer;display:flex;align-items:center;justify-content:center;width:60px}.full-nav__search .nav-item{padding:0}.full-nav__search .nav-item g,.full-nav__search .nav-item line{stroke:#000;transition:fill .2s linear}.full-nav__search .nav-item:focus,.full-nav__search .nav-item:hover{background-color:transparent;outline:none}.full-nav__search .nav-item:focus g,.full-nav__search .nav-item:focus line,.full-nav__search .nav-item:hover g,.full-nav__search .nav-item:hover line{stroke:#0090df}.full-nav .showClose{width:50px}.full-nav .showClose,.full-nav .showSearch{cursor:pointer}.full-nav .showClose .search-x,.full-nav .showSearch .search-x{width:50px;height:50px}.full-nav .showClose .search-x:before,.full-nav .showSearch .search-x:before{content:"";width:2px;background:#191919;height:30px;position:absolute;transform:rotate(-45deg);transition:transform .2s ease-in}.full-nav .showClose .search-x:after,.full-nav .showSearch .search-x:after{content:"";width:2px;background:#191919;height:30px;position:absolute;transform:rotate(45deg);transition:transform .2s ease-in}.full-nav .showClose .search-x:after,.full-nav .showClose .search-x:before,.full-nav .showSearch .search-x:after,.full-nav .showSearch .search-x:before{right:25px;top:15px}.full-nav .showClose .search-x:after:hover,.full-nav .showClose .search-x:before:hover,.full-nav .showSearch .search-x:after:hover,.full-nav .showSearch .search-x:before:hover{background:#0090df}.full-nav .showClose:hover .search-x:after,.full-nav .showClose:hover .search-x:before,.full-nav .showSearch:hover .search-x:after,.full-nav .showSearch:hover .search-x:before{background:#0090df}.full-nav .showClose__hide,.full-nav .showSearch__hide{display:none}.full-nav .showClose .full-nav__search,.full-nav .showSearch .full-nav__search{height:100%}.full-nav__content{width:100%;display:flex;margin:0 10px 0 0}.full-nav__content .nav{height:100%}@media (max-width:1575px){.full-nav__content .nav{justify-content:center!important}}@media (max-width:1300px){.full-nav__content{padding-left:33px}}.full-nav .nav-link{font-weight:700;letter-spacing:0;position:relative;background-color:#fff;color:#000;transition:color .2s linear,background-color .1s linear;height:100%;display:flex;align-items:center}@media (min-width:1025px){.full-nav .nav-link{font-size:18px;line-height:26px}}.full-nav .nav-link.active:after{content:"";position:absolute;border-bottom:2px solid #0090df;left:16px;right:16px;bottom:0}@media (max-width:1300px){.full-nav .nav-link.active:after{bottom:24px}}.full-nav__hide{opacity:0}.full-nav .nav-item{flex:0 1 auto;display:flex;align-items:center}.full-nav .nav-item.nav-item--submenu-open .nav-link,.full-nav .nav-item:hover .nav-link{color:#0090df}.full-nav .nav-item.nav-item--submenu-open .nav-link:after,.full-nav .nav-item:hover .nav-link:after{opacity:1;transform:translateY(0)}.full-nav .nav-item.nav-item--submenu-open .dropdown-menu,.full-nav .nav-item:hover .dropdown-menu{display:block}.full-nav .nav-item.nav-item--submenu-open .dropdown-menu{display:block}.language-navigation{text-transform:uppercase}.js-menuToggle-desktop{margin-right:8px}@media screen and (max-width:1150px){.full-nav{height:50px;width:100%}.full-nav>:not(.full-nav__brand):not(.full-nav__hamburger):not(.language-navigation){display:none}.full-nav__hamburger{position:relative;opacity:1;visibility:visible;pointer-events:auto;height:50px;width:50px}.full-nav__hamburger svg{height:54px}.full-nav__brand .brand__logo svg{height:50px;width:189px}}@media screen and (min-width:1150px){.full-nav{margin-top:60px}}@media screen and (max-width:1150px){.language-navigation{position:absolute;top:0;right:5%}.language-navigation a.nav-link{background-color:transparent}}@media screen and (max-width:1025px){.language-navigation{top:13%;right:5.5%}}@media screen and (max-width:575px){.language-navigation{top:13%;right:12%}}@media screen and (min-width:1150px) and (max-width:1303px){.nav .nav-item.dropdown-link:first-child{margin-left:0!important;padding-left:0!important}.full-nav__content{padding-left:5px!important}}@media screen and (min-width:1150px){.full-nav .nav-item .nav-link{font-size:17px;letter-spacing:-.3px}}.nav-drill{display:flex;position:fixed;z-index:10000;top:0;right:0;width:100%;height:100vh;background-color:#fff;-webkit-overflow-scrolling:touch;transition:.45s;margin-top:50px;transform:translateX(100%);justify-content:flex-start;flex-direction:column;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.nav-drill::-webkit-scrollbar{display:none}.nav-drill>.nav-items{position:relative}@media (max-width:766.98px){.nav-drill .search-form__input input{padding:18px 0 18px 27px}}.nav-drill .nav-info{display:flex;flex-direction:column;padding:35px 20px;justify-content:flex-end;height:-webkit-fill-available;height:stretch;margin-bottom:50px}.nav-drill .nav-info__title{font-weight:700;font-size:24px;line-height:30px}.nav-drill .nav-info__phone{font-size:32px;font-weight:700;line-height:30px;display:block;margin:13px 0}.nav-drill .nav-info__email{font-size:24px;line-height:30px}.nav-drill .nav-items{padding:0;list-style:none}.nav-drill .nav-link{display:block;font-size:18px;line-height:24px;font-family:TT Norms,sans-serif;font-weight:700;padding:14px 20px;color:#000;transition:color .3s ease-in-out}.nav-drill .nav-expand-content{display:none;width:100%;transition:.3s;visibility:hidden;padding-bottom:60px}.nav-drill .nav-expand-content .nav-back-link{display:flex;align-items:center;color:#000;position:relative}.nav-drill .nav-expand-content .nav-back-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'45\' height=\'26\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M2.828 2.828h0l20 20 20-20\' stroke=\'%23000\' stroke-width=\'4\' fill=\'none\' fill-rule=\'evenodd\' stroke-linecap=\'round\'/%3E%3C/svg%3E");background-size:20px auto;background-repeat:no-repeat;width:20px;height:12px;content:"";position:absolute;right:-5px;top:18px;transform:rotate(180deg)}.nav-drill .nav-expand-link{position:relative;cursor:pointer;width:20px;height:52px}.nav-drill .nav-expand-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'45\' height=\'26\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M2.828 2.828h0l20 20 20-20\' stroke=\'%23000\' stroke-width=\'4\' fill=\'none\' fill-rule=\'evenodd\' stroke-linecap=\'round\'/%3E%3C/svg%3E");background-size:20px auto;background-repeat:no-repeat;width:20px;height:12px;display:block;position:absolute;content:"";top:20px;right:25px;transition:transform .3s ease-in-out,background-image .3s ease-in-out}.nav-drill .nav-expand.active>.nav-link{color:#0090df}.nav-drill .nav-expand.active>.nav-expand-link:before{top:18px;height:17px;transform:rotate(180deg);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'288\' height=\'288\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' xmlns:svgjs=\'http://svgjs.com/svgjs\'%3E%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'288\' height=\'288\' viewBox=\'0 0 20.406 11.264\'%3E%3Cpath fill=\'none\' stroke=\'%230090df\' stroke-width=\'1.5\' d=\'M.53.531l9.672 9.673L19.875.531\' data-name=\'Pfeil rechts\' class=\'colorStroke191919 svgStroke\'/%3E%3C/svg%3E%3C/svg%3E")}.nav-drill .nav-expand.active>.nav-expand-content{display:block;visibility:visible;padding:0 15px 0 30px;color:#fff;z-index:1}.nav-drill .nav-expand.active>.nav-expand-content .nav-link{color:#000;font-size:16px;line-height:20px;margin:9px 0;text-transform:none;font-weight:700}.nav-drill .nav-expand.active>.nav-expand-content .nav-link.nav-back-link{display:none}.nav-drill .search-form-wrap{font-family:TT Norms,sans-serif;padding:29px 20px 14px}.nav-drill .search-form-wrap fieldset{position:relative}.nav-drill .search-form-wrap input{max-height:50px;font-size:16px;line-height:19px;padding:16px}.nav-drill .search-form-wrap input:-ms-input-placeholder{font-size:16px;line-height:19px;color:#777776;font-weight:400}.nav-drill .search-form-wrap input::-ms-input-placeholder{font-size:16px;line-height:19px;color:#777776;font-weight:400}.nav-drill .search-form-wrap input::placeholder{font-size:16px;line-height:19px;color:#777776;font-weight:400}.nav-drill .search-form-wrap .full-nav__search{position:absolute;right:18px;top:9px;width:auto}.nav-drill .search-form-wrap .full-nav__search button{outline:none;background:none;border:none}.nav-drill .nav-search-form{display:initial;position:relative;font-family:TT Norms,sans-serif}.nav-drill .nav-search-form__inner-container{margin:29px 20px 14px}.nav-drill .nav-search-form__input input{width:100%;height:100%;border:none;font-size:16px;line-height:19px;padding:16px}.nav-drill .nav-search-form__input input:-ms-input-placeholder{font-size:16px;line-height:19px;color:#777776;font-weight:400}.nav-drill .nav-search-form__input input::-ms-input-placeholder{font-size:16px;line-height:19px;color:#777776;font-weight:400}.nav-drill .nav-search-form__input input::placeholder{font-size:16px;line-height:19px;color:#777776;font-weight:400}.nav-drill .nav-search-form__input .form-label{display:none}.nav-drill .nav-search-form__submit{width:70px;height:68px}.nav-drill .nav-search-form__submit [type=submit]{font-size:0;background:transparent;padding:0;border:none;cursor:pointer;margin:0;width:100%;height:100%;transition:background .2s linear}.nav-drill .nav-search-form__submit [type=submit] svg{width:60px;height:60px}.nav-drill .nav-search-form__submit [type=submit] g{stroke:#0090df;transition:stroke .2s linear}.nav-drill .nav-search-form__submit [type=submit]:focus,.nav-drill .nav-search-form__submit [type=submit]:hover{background:#0090df}.nav-drill .nav-search-form__submit [type=submit]:focus g,.nav-drill .nav-search-form__submit [type=submit]:hover g{stroke:#fff}@media (max-width:766.98px){.nav-drill .nav-search-form__submit [type=submit]{width:72px;height:72px;padding:0}.nav-drill .nav-search-form__submit [type=submit] g{stroke-width:8px}}body.mobile-nav-open{overflow-y:hidden}body.mobile-nav-open::-webkit-scrollbar{display:none}body.mobile-nav-open .page-header{position:fixed}body.mobile-nav-open .full-nav__hamburger svg{height:60px}body.mobile-nav-open .full-nav__hamburger svg .rect1{transform:rotate(-45deg) translate(-10px,10px);height:2px}body.mobile-nav-open .full-nav__hamburger svg .rect2{display:none}body.mobile-nav-open .full-nav__hamburger svg .rect3{width:30px;transform:rotate(45deg) translate(-4px,-6px);height:2px}body.mobile-nav-open .nav-drill{transform:translateX(0)}@media (min-width:1150px){body.mobile-nav-open .nav-drill{transform:translateX(100%)}}body.mobile-nav-open:after{opacity:1;visibility:visible}.navi-item{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}html{box-sizing:border-box;width:100%;overflow-x:hidden;font-display:swap}*,:after,:before{box-sizing:inherit}a:not([class]),a[class=""]{text-decoration:none;color:#0090df;transition:all .3s ease-in-out}a:not([class]):hover,a[class=""]:hover{background:#0090df;color:#fff}a:not([class]):active,a[class=""]:active{background:#006f9e;color:#fff}p>a{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:not(input):not(textarea):focus,button:focus{outline:0}b,strong{font-weight:700}img{max-width:100%;height:auto}section{margin-bottom:0;position:relative;z-index:1}input{border-radius:0}.large-image-focus-x-xFocusRight{background-position-x:right}.large-image-focus-x-xFocusLeft{background-position-x:left}.large-image-focus-x-xFocusCenter{background-position-x:center}.large-image-focus-y-yFocusTop{background-position-y:top}.large-image-focus-y-yFocusBottom{background-position-y:bottom}.large-image-focus-y-yFocusCenter{background-position-y:center}@media (max-width:1600px){.mid-image-focus-x-xFocusRight{background-position-x:right}.mid-image-focus-x-xFocusLeft{background-position-x:left}.mid-image-focus-x-xFocusCenter{background-position-x:center}}@media (max-width:1600px){.mid-image-focus-y-yFocusTop{background-position-y:top}.mid-image-focus-y-yFocusBottom{background-position-y:bottom}.mid-image-focus-y-yFocusCenter{background-position-y:center}}@media (max-width:600px){.small-image-focus-x-xFocusRight{background-position-x:right}.small-image-focus-x-xFocusLeft{background-position-x:left}.small-image-focus-x-xFocusCenter{background-position-x:center}}@media (max-width:600px){.small-image-focus-y-yFocusTop{background-position-y:top}.small-image-focus-y-yFocusBottom{background-position-y:bottom}.small-image-focus-y-yFocusCenter{background-position-y:center}}.ce-gallery img:not(.type-svg){width:auto}.fullscreen-active{max-height:100vh;overflow:hidden}.row{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;width:100%}.breadcrumb-wrap,.content-container,.full-width-teaser-container-system .cut-corner{margin:50px auto!important}.column{display:flex;flex-direction:column;flex:1;padding:0 10px}.brandBg{background:#0090df}.section-headline{font-weight:700;text-decoration:none;margin-bottom:20px;display:flex}.medium-description{font-size:24px;line-height:32px}.frame .page-navigation>.tx-indexedsearch-browsebox>li main a,main .btn,main .frame .page-navigation>.tx-indexedsearch-browsebox>li a{width:90%}@media (min-width:767px){.frame .page-navigation>.tx-indexedsearch-browsebox>li main a,main .btn,main .frame .page-navigation>.tx-indexedsearch-browsebox>li a{width:-webkit-max-content;width:max-content}}body{color:#000;font-family:TT Norms,sans-serif;font-style:normal;line-height:137%;font-weight:400}.copy--two{font-size:1.125rem;line-height:120%}.industry-teaser__title,.management-teaser__title,h2,h3,h4,h5,h6{font-family:TT Norms,sans-serif;line-height:1.208334}h1{font-size:28px;line-height:34px;text-align:left;font-weight:700;margin:12px 0}@media (min-width:575px){h1{font-size:48px;line-height:56px}}h2{font-size:16px;line-height:48px;text-align:left;font-weight:300;text-transform:uppercase;letter-spacing:.96px;margin-bottom:15px}@media (min-width:575px){h2{font-size:18px;letter-spacing:1.08px}}p.description{font-size:18px;line-height:24px;margin-bottom:12px}@media (min-width:575px){p.description{font-size:32px;line-height:42px}}p{font-size:16px;line-height:22px;margin-bottom:12px}@media (min-width:575px){p{font-size:18px;line-height:24px}}blockquote{font-size:24px;line-height:32px}@media (min-width:575px){blockquote{font-size:32px;line-height:42px}}.management-teaser__title,h3{font-size:24px;line-height:32px}@media (min-width:575px){.management-teaser__title,h3{font-size:32px;line-height:38px}}.industry-teaser__title,h4{font-weight:700;font-size:18px;line-height:24px}@media (min-width:575px){.industry-teaser__title,h4{font-size:24px;line-height:30px}}ol,ol:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.ordered-list){padding:0;margin:2rem 0;counter-reset:foo;display:table}ol:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.ordered-list) strong,ol strong{display:contents}ol:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.ordered-list)>li,ol>li{position:relative;list-style:none;counter-increment:foo;display:table-row;letter-spacing:0;font-size:18px;line-height:24px}@media (min-width:1025px){ol:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.ordered-list)>li,ol>li{font-size:24px;line-height:32px}}ol:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.ordered-list)>li:before,ol>li:before{content:counter(foo) ".";display:table-cell;text-align:left;padding-right:18px;width:18px;height:18px;color:#000;font-weight:700;flex:0 0 18px}@media (min-width:1025px){ol:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.ordered-list)>li:before,ol>li:before{width:24px;height:24px;flex:0 0 24px;font-size:24px;line-height:30px;padding-right:30px}}ul:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.pagination):not(.select__options):not(.cm-apps):not(.tags):not(.submodule-references-two-columns):not(.submodule-references-three-columns):not(.statistics):not(.product-extension--list):not(.image-teaser-flex-column):not(.image-teaser-flex-row):not(.services):not(.product-preference-list):not(.reference-teaser-row):not(.bullet-list):not(.tx-indexedsearch-browsebox):not(section.content-container *):not(.full-width-teaser-container-system section.cut-corner *):not(section.breadcrumb-wrap *):not(.ce-bodytext *):not(.map-info-buttons):not(.tx-ws-products *){list-style:none;padding-left:33px;margin:2rem 0}ul:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.pagination):not(.select__options):not(.cm-apps):not(.tags):not(.submodule-references-two-columns):not(.submodule-references-three-columns):not(.statistics):not(.product-extension--list):not(.image-teaser-flex-column):not(.image-teaser-flex-row):not(.services):not(.product-preference-list):not(.reference-teaser-row):not(.bullet-list):not(.tx-indexedsearch-browsebox):not(section.content-container *):not(.full-width-teaser-container-system section.cut-corner *):not(section.breadcrumb-wrap *):not(.ce-bodytext *):not(.map-info-buttons):not(.tx-ws-products *)>li{position:relative;font-weight:600;font-style:italic;letter-spacing:0;font-size:22px;line-height:32px;margin-bottom:15px}ul:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.pagination):not(.select__options):not(.cm-apps):not(.tags):not(.submodule-references-two-columns):not(.submodule-references-three-columns):not(.statistics):not(.product-extension--list):not(.image-teaser-flex-column):not(.image-teaser-flex-row):not(.services):not(.product-preference-list):not(.reference-teaser-row):not(.bullet-list):not(.tx-indexedsearch-browsebox):not(section.content-container *):not(.full-width-teaser-container-system section.cut-corner *):not(section.breadcrumb-wrap *):not(.ce-bodytext *):not(.map-info-buttons):not(.tx-ws-products *)>li:before{content:"";position:absolute;background-color:#0090df;display:block;width:6px;border-radius:100%;height:6px;left:-13px;top:15px}@media (max-width:1024px){ul:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.pagination):not(.select__options):not(.cm-apps):not(.tags):not(.submodule-references-two-columns):not(.submodule-references-three-columns):not(.statistics):not(.product-extension--list):not(.image-teaser-flex-column):not(.image-teaser-flex-row):not(.services):not(.product-preference-list):not(.reference-teaser-row):not(.bullet-list):not(.tx-indexedsearch-browsebox):not(section.content-container *):not(.full-width-teaser-container-system section.cut-corner *):not(section.breadcrumb-wrap *):not(.ce-bodytext *):not(.map-info-buttons):not(.tx-ws-products *)>li{font-size:18px;line-height:28px}ul:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.pagination):not(.select__options):not(.cm-apps):not(.tags):not(.submodule-references-two-columns):not(.submodule-references-three-columns):not(.statistics):not(.product-extension--list):not(.image-teaser-flex-column):not(.image-teaser-flex-row):not(.services):not(.product-preference-list):not(.reference-teaser-row):not(.bullet-list):not(.tx-indexedsearch-browsebox):not(section.content-container *):not(.full-width-teaser-container-system section.cut-corner *):not(section.breadcrumb-wrap *):not(.ce-bodytext *):not(.map-info-buttons):not(.tx-ws-products *)>li:before{top:11px}}@media (max-width:766.98px){ul:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.pagination):not(.select__options):not(.cm-apps):not(.tags):not(.submodule-references-two-columns):not(.submodule-references-three-columns):not(.statistics):not(.product-extension--list):not(.image-teaser-flex-column):not(.image-teaser-flex-row):not(.services):not(.product-preference-list):not(.reference-teaser-row):not(.bullet-list):not(.tx-indexedsearch-browsebox):not(section.content-container *):not(.full-width-teaser-container-system section.cut-corner *):not(section.breadcrumb-wrap *):not(.ce-bodytext *):not(.map-info-buttons):not(.tx-ws-products *)>li{margin-bottom:11px}ul:not(.nav):not(.accordion):not(.nav-items):not(.nav--breadcrumb):not(.highlight-box--list):not(.share__list):not(.pagination):not(.select__options):not(.cm-apps):not(.tags):not(.submodule-references-two-columns):not(.submodule-references-three-columns):not(.statistics):not(.product-extension--list):not(.image-teaser-flex-column):not(.image-teaser-flex-row):not(.services):not(.product-preference-list):not(.reference-teaser-row):not(.bullet-list):not(.tx-indexedsearch-browsebox):not(section.content-container *):not(.full-width-teaser-container-system section.cut-corner *):not(section.breadcrumb-wrap *):not(.ce-bodytext *):not(.map-info-buttons):not(.tx-ws-products *)>li:before{top:11px}}.text-secondary ul:not(.nav):not(.accordion) li:before,.text-white ul:not(.nav):not(.accordion) li:before{background-color:#0090df}main .frame-type-header{opacity:0}main .frame-type-header h1{font-size:60px}@media (max-width:1024px){main .frame-type-header h1{font-size:40px;line-height:50px}}.preheadline{font-size:18px;font-weight:700;color:#0090df;display:block;margin-bottom:1px}@media (max-width:574.98px){.preheadline{font-size:14px;line-height:23px;margin-bottom:0}}.form-group{margin-bottom:30px}.form-group.label-placeholder{position:relative}.form-group.label-placeholder label{position:absolute;top:0;line-height:88px;margin:0 30px;font-size:22px;transition:all .3s ease-in-out;z-index:1;pointer-events:none}@media (max-width:766.98px){.form-group.label-placeholder label{line-height:68px;margin:0 20px;font-size:18px}}.form-group.label-placeholder.child-input--filled label,.form-group.label-placeholder.child-input--focus label{line-height:14px;font-size:14px;font-weight:700;margin-top:22px;color:#0090df}@media (max-width:766.98px){.form-group.label-placeholder.child-input--filled label,.form-group.label-placeholder.child-input--focus label{line-height:12px;font-size:10px;margin-top:16px;margin-left:22px}}.form-group.label-placeholder.child-input--filled label{color:#000}.form-group input:not([type=checkbox]),.form-group textarea{transition:all .1s ease-in-out}.form-group input:not([type=checkbox]):hover,.form-group textarea:hover{background:#efefef}.form-group.error{color:#e54141}.form-group.error textarea.form-control,.form-group.error textarea.select__styled{outline:3px solid #e54141;border:2px solid #fff}.form-group.error input.form-control,.form-group.error input.select__styled{border-bottom:4px solid #e54141;outline:none}.form-check{padding-left:0;margin:30px 0;position:relative}.form-check input[type=checkbox]{margin-right:1.25rem}input,textarea{font-weight:400;display:block;width:100%;height:87px;padding:40px 28px 10px;line-height:22px;font-size:22px;background-color:rgba(0,0,0,.12156862745098039);background-clip:padding-box;color:#000;border:none;border-radius:0;transition:all .3s ease-in-out;outline:none;box-shadow:none}input:focus,textarea:focus{font-weight:700;border-bottom:4px solid #0090df;outline:none;box-shadow:none;padding:25px 28px 6px}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:transparent}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:transparent}input::placeholder,textarea::placeholder{color:transparent}@media (max-width:766.98px){input,textarea{height:68px;padding:19px 20px 6px;font-size:18px;line-height:20px}}textarea{line-height:35px;padding:15px 28px;min-height:140px}input[type=text]::-ms-clear{display:none;width:0;height:0}.order-form__hint{color:#706f6f;font-weight:700;font-size:22px;line-height:34px;margin-top:30px}@media (max-width:766.98px){.order-form__hint{font-size:18px;line-height:28px}}.error.help-block{color:#e54141}div.ws-chat-app .inputfile{padding:0}.frame .page-navigation>.tx-indexedsearch-browsebox>li div.ws-chat-app a,div.ws-chat-app .btn,div.ws-chat-app .frame .page-navigation>.tx-indexedsearch-browsebox>li a{min-height:43px}div.ws-chat-app button.btn.bt-default{border-radius:0;display:flex}.frame .page-navigation>.tx-indexedsearch-browsebox>li div.ws-chat-app a.closeX:before,div.ws-chat-app .btn.closeX:before,div.ws-chat-app .frame .page-navigation>.tx-indexedsearch-browsebox>li a.closeX:before{transform:rotate(45deg);width:2.3px}.frame .page-navigation>.tx-indexedsearch-browsebox>li div.ws-chat-app a.closeX:hover:before,div.ws-chat-app .btn.closeX:hover:before,div.ws-chat-app .frame .page-navigation>.tx-indexedsearch-browsebox>li a.closeX:hover:before{transform:rotate(45deg);width:2.3px}div.ws-chat-app input[type=text].form-control.js-emoji,div.ws-chat-app input[type=text].js-emoji.select__styled{flex:0 0 100%;max-width:calc(100% - 85px);border-radius:0;margin-right:.5px}div.ws-chat-app .attach-icon g path{stroke:#000}div.ws-chat-app .plane-icon g path{stroke:#fff}.frame .page-navigation>.tx-indexedsearch-browsebox>li div.ws-chat-app a.btn-primary.btn-flat,div.ws-chat-app .btn.btn-primary.btn-flat,div.ws-chat-app .frame .page-navigation>.tx-indexedsearch-browsebox>li a.btn-primary.btn-flat{display:flex}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){div.ws-chat-app span.arrow-left:before{top:-8px}div.ws-chat-app span.arrow-left:after{top:-14px}}}.form-check input[type=checkbox]{display:none}.form-check input[type=checkbox]+label{margin-left:44px;font-size:16px;line-height:22px}@media (min-width:575px){.form-check input[type=checkbox]+label{margin-left:58px}}@media (min-width:767px){.form-check input[type=checkbox]+label{margin-left:38px}}.form-check input[type=checkbox]+label:after,.form-check input[type=checkbox]+label:before{content:"";display:block;width:21px;height:21px;position:absolute;top:4px;left:0;transition:border-color .3s ease-in-out,background .3s ease-in-out}.form-check input[type=checkbox]+label:before{background:#e0e0e0}.form-check input[type=checkbox]+label:after{background-repeat:no-repeat;background-position:50%;background-size:40px;transition:background-size .3s ease-in-out}@media (max-width:766.98px){.form-check input[type=checkbox]+label:after{background-size:60px}}.form-check input[type=checkbox]+label span,.form-group .form-check input[type=checkbox]+label a{display:inline;white-space:normal}.form-check input[type=checkbox]:hover+label:after,.form-check input[type=checkbox]:hover+label:before{outline:1px solid #0090df}.form-check input[type=checkbox]:checked+label:before{border-color:#0090df;background:#0090df}.form-check input[type=checkbox]:checked+label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'%3E%3Cpath fill=\'%23fff\' d=\'M21 6.285L9.84 19.018 3 13l1.319-1.49 5.341 4.686L19.525 5 21 6.285z\'/%3E%3C/svg%3E");background-size:20px}@media (max-width:766.98px){.form-check input[type=checkbox]:checked+label:after{background-size:22px}}.select--hidden{display:none;visibility:hidden}.select__wrapper{position:relative;display:flex;width:100%;background-color:#e0e0e0;font-weight:700}.select__styled{display:inline-block;padding-top:40px;padding-bottom:23px;height:auto;min-height:87px;transition:height .3s ease-in-out}@media (max-width:766.98px){.select__styled{min-height:68px;padding-top:30px;padding-bottom:10px}}.select__styled:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'45\' height=\'26\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M2.828 2.828h0l20 20 20-20\' stroke=\'%23000\' stroke-width=\'4\' fill=\'none\' fill-rule=\'evenodd\' stroke-linecap=\'round\'/%3E%3C/svg%3E");content:"";position:absolute;top:50%;right:33px;background-repeat:no-repeat;background-size:37px auto;width:40px;height:25px;margin-top:4px;transform:translateY(-50%);transition:transform .3s ease-in-out}@media (max-width:766.98px){.select__styled:after{right:25px;background-size:17px auto;width:17px;height:12px}}.fg-select__options--active .select__styled:after{transform:rotate(180deg) translateY(50%)}.child-input--filled .select__styled{padding:50px 30px 20px;width:100%}.select__options{transform:scaleY(0);transform-origin:top;overflow-y:auto;max-height:525px;list-style:none;padding:0;margin:0;position:absolute;top:100%;right:0;left:0;z-index:999;transition:transform .3s ease-in-out}.select__options--active{transform:scaleY(1);border-top:4px solid #0090df}.select__options li{background:#fff;color:#000;border-bottom:2px solid #fff;font-weight:700;padding:23px 31px;font-size:22px;line-height:40px;letter-spacing:1.1px;transition:background-color .3s ease-in-out;cursor:pointer}@media (max-width:766.98px){.select__options li{padding:14px 31px 13px}}.select__options li:hover{background-color:#e0e0e0}.form-radio{position:relative;display:block;padding:0;margin:0;left:-10px}.form-radio .form-check-input{display:none}.form-radio .form-check-input:checked~label:before{background-color:#0090df;border:2px solid #0090df}.form-radio .form-check-input:checked~label:after{width:10px;height:10px;top:11px;left:17px}@media (max-width:766.98px){.form-radio .form-check-input:checked~label:after{width:20px;height:20px;top:18px;left:24px}}.form-radio label{border-radius:9999px;padding:6px 15px 6px 50px;cursor:pointer;position:relative;transition:all .5s linear}@media (max-width:766.98px){.form-radio label{padding:12px 30px 12px 68px;line-height:45px}}.form-radio label:hover{background-color:rgba(0,144,223,.1)}.form-radio label:hover:before{border:2px solid #0090df}.form-radio label:after,.form-radio label:before{content:"";border-radius:9999px;width:24px;height:24px;margin:3px 0;position:absolute;z-index:1}@media (max-width:766.98px){.form-radio label:after,.form-radio label:before{margin:6px 0;width:48px;height:48px}}.form-radio label:before{background-color:#efefef;border:2px solid #efefef;top:4px;left:10px;transition:all .5s linear}.form-radio label:after{background-color:#fff;top:6px;left:12px;transition:all .15s ease-out;width:20px;height:20px}@media (max-width:766.98px){.form-radio label:after{margin:6px 0;width:40px;height:40px;left:14px;top:8px}}body{padding-top:0}main{padding-top:270px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-x:hidden}@media (max-width:1149.98px){main{padding-top:210px}}@media (max-width:1300px){main{padding-top:180px}}@media (max-width:1024.98px){main{padding-top:150px}}.management-teaser__title,h3{font-weight:700}.page-header{position:absolute;top:0;z-index:999999;display:inline-block;left:calc((100% - 1170px)/2);width:1170px}@media (min-width:1676px){.page-header--visible,.page-header:not(.page-header--fixed){max-width:1160px;width:1170px;display:block}}@media (max-width:1149.98px){.page-header{left:0;width:100%}}.page-header .nav-link.active{color:#0090df}@media (max-width:1654px){.page-header>.container{padding:0}}@media (max-width:1149.98px){.page-header>.container{width:100%;max-width:100%}}.page-header--fixed{position:fixed}.page-header--fixed .full-nav{margin-top:0}@media (max-width:1024.98px){.page-header{transition:transform .2s linear;transform:translateY(0)}}@media (max-width:1024.98px){.page-header--hidden-mobile{position:absolute;transition:transform 0ms linear}}@media (max-width:1024.98px){.page-header--hidden-mobile--fixed{position:fixed;transform:translateY(-120%)}}@media (min-width:1025px){.page-header--fixed:not(.page-header--visible) .full-nav{display:inline-flex}.page-header--fixed:not(.page-header--visible) .full-nav>:not(.full-nav__brand):not(.full-nav__hamburger){display:none}.page-header--fixed:not(.page-header--visible) .full-nav__hamburger{position:relative;opacity:1;visibility:visible;pointer-events:auto}.page-header--fixed:not(.page-header--visible) .full-nav .dropdown-menu{display:none!important}}.page-header--simple,.page-header--simple.page-header--fixed{position:absolute}.page-header--simple .btn--backlink{position:relative;top:28px;display:inline-flex;align-items:center;height:30px;line-height:30px}@media (max-width:1300px){.page-header--simple .btn--backlink{top:10px}}@media (max-width:766.98px){.page-header--simple .btn--backlink{top:10px;padding-right:10px;padding-left:0}}.page-header--simple .btn--backlink .btn__icon{height:30px;width:39px;display:inline-flex}.page-header--simple .btn--backlink .btn__icon svg{margin:0}.page-header--simple .full-nav{box-shadow:none}.page-header--simple .full-nav__brand{display:inline}.full-nav__hamburger svg .rect1,.full-nav__hamburger svg .rect2,.full-nav__hamburger svg .rect3{transition:transform .3s}.full-nav__hamburger svg path{transform-origin:center center;opacity:1;transform:translate(0) rotate(0deg);transition:transform .3s cubic-bezier(0,-.45,.93,1.34),opacity .2s linear}body.mobile-nav-open{overflow:hidden}body.mobile-nav-open .page-header{transform:translateY(0)}body.mobile-nav-open .full-nav__hamburger svg path:first-child{transform:translate(13px,-16px) rotate(45deg)}body.mobile-nav-open .full-nav__hamburger svg path:nth-child(2){transform:translate(13px,13px) rotate(-45deg)}body.mobile-nav-open .full-nav__hamburger svg path:nth-child(3){opacity:0}.nav-drill .content-elements section.frame{margin:20px 0!important;padding:0!important}.full-width-teaser-container-system .nav-drill .content-elements section.frame .cut-corner:first-of-type,.nav-drill .content-elements section.frame .breadcrumb-wrap:first-of-type,.nav-drill .content-elements section.frame .content-container--small:first-of-type,.nav-drill .content-elements section.frame .full-width-teaser-container-system .cut-corner:first-of-type{display:none}.nav-drill .content-elements section.frame .ce-textpic{margin:0!important;padding:0 20px}.full-width-teaser-container-system .nav-drill .content-elements .cut-corner,.nav-drill .content-elements .breadcrumb-wrap,.nav-drill .content-elements .content-container,.nav-drill .content-elements .full-width-teaser-container-system .cut-corner{display:flex;justify-content:space-between;color:#000}.nav-drill .content-elements .ce-gallery{max-width:35%}.nav-drill .content-elements .ce-bodytext{color:#000;margin:0 6px 0 20px;display:flex;flex-direction:column;font-size:16px;line-height:22px;font-weight:700}@media (min-width:575px){.nav-drill .content-elements .ce-bodytext{margin-left:60px;align-items:center;text-align:center;justify-content:center}}@media (min-width:767px){.nav-drill .content-elements .ce-bodytext{margin-left:220px}}.frame .page-navigation>.tx-indexedsearch-browsebox>li .nav-drill .content-elements .ce-bodytext p a,.nav-drill .content-elements .ce-bodytext p .frame .page-navigation>.tx-indexedsearch-browsebox>li a,.nav-drill .content-elements .ce-bodytext p a.btn{padding:3px 10px}@media (min-width:575px){.frame .page-navigation>.tx-indexedsearch-browsebox>li .nav-drill .content-elements .ce-bodytext p a,.nav-drill .content-elements .ce-bodytext p .frame .page-navigation>.tx-indexedsearch-browsebox>li a,.nav-drill .content-elements .ce-bodytext p a.btn{padding:3px 20px}}.nav-drill .content-elements .contact-teaser{align-items:center;display:flex;flex-wrap:unset;margin:32px 20px}.nav-drill .content-elements .contact-teaser .contact-teaser__image{margin-right:5%;width:35%}.nav-drill .content-elements .contact-teaser .contact-teaser__image .image-shape{animation:none;animation-delay:0;animation-direction:normal;animation-duration:0;animation-fill-mode:none;animation-iteration-count:1;animation-name:none;animation-play-state:running;animation-timing-function:ease;-webkit-backface-visibility:visible;backface-visibility:visible;background-attachment:scroll;background-clip:border-box;background-color:transparent;background-image:none;background-origin:padding-box;background-position:0 0;background-position-x:0;background-position-y:0;background-repeat:repeat;background-size:auto auto;border:none;border-color:inherit;border-collapse:separate;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;clip:auto;color:inherit;column-fill:balance;column-gap:normal;column-rule:medium none currentColor;column-rule-color:currentColor;column-rule-style:none;column-rule-width:none;column-span:1;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font:normal;font-family:inherit;font-size:medium;height:auto;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:none;list-style-position:outside;list-style-type:disc;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:0;outline:0;outline-color:invert;outline-style:none;overflow:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;quotes:"“" "”" "‘" "’";right:auto;-moz-tab-size:8;tab-size:8;table-layout:auto;text-align:inherit;text-align-last:auto;text-decoration:none;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-style:flat;transition:none;transition-delay:0s;transition-duration:0s;transition-property:none;transition-timing-function:ease;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:0;width:auto;word-spacing:normal;z-index:auto;all:initial;all:unset}.nav-drill .content-elements .contact-teaser .contact-teaser__info{margin:0 30px}.nav-drill .content-elements .contact-teaser .contact-teaser__info .contact-teaser-content .management-teaser__title,.nav-drill .content-elements .contact-teaser .contact-teaser__info .contact-teaser-content h3{color:#000;display:none}.breadcrumb-wrap,.content-container,.full-width-teaser-container-system .cut-corner{margin:0 auto;max-width:1170px}.breadcrumb-wrap,.content-container--small,.full-width-teaser-container-system .cut-corner{max-width:1170px}@media (max-width:1120px){.breadcrumb-wrap,.content-container--small,.full-width-teaser-container-system .cut-corner{max-width:842px}}@media (max-width:1024px){.breadcrumb-wrap,.content-container--small,.full-width-teaser-container-system .cut-corner{max-width:800px}}@media (max-width:840px){.breadcrumb-wrap,.content-container--small,.full-width-teaser-container-system .cut-corner{max-width:700px}}@media (max-width:768px){.breadcrumb-wrap,.content-container--small,.full-width-teaser-container-system .cut-corner{max-width:700px}}@media (max-width:628px){.breadcrumb-wrap,.content-container--small,.full-width-teaser-container-system .cut-corner{padding:0 20px}}.content-container--tiny{max-width:764px}@media (max-width:1120px){.content-container--tiny{max-width:842px}}@media (max-width:840px){.content-container--tiny{max-width:700px}}@media (max-width:628px){.content-container--tiny{padding:0 20px}}.content-container--404{max-width:1104px;margin:0}@media (max-width:1149.98px){.content-container--404{margin-left:20px;margin-right:20px}}@media (max-width:1300px){.content-container--404{margin-left:10px;margin-right:10px}}@media (max-width:1120px){.content-container--404{max-width:1000px}}@media (max-width:1024px){.content-container--404{max-width:800px}}@media (max-width:768px){.content-container--404{max-width:700px}}.row.gutter-20{margin-left:-10px;margin-right:-10px}.row.gutter-20 [class^=col-]{padding-left:10px;padding-right:10px}.container{padding:0 20px}@media (min-width:575px){.container{padding:0}}.col-3{padding:0;max-width:100%}@media (min-width:1025px){.col-3{max-width:23%}}.frame-space-before-default{margin-top:0!important}@media (max-width:1024px){.frame-space-before-default{margin-top:0!important}}.frame-space-after-default{margin-bottom:0!important}@media (max-width:1024px){.frame-space-after-default{margin-bottom:0!important}}.frame-space-before-extra-small{margin-top:15px!important}@media (max-width:1024px){.frame-space-before-extra-small{margin-top:10px!important}}.frame-space-after-extra-small{margin-bottom:15px!important}@media (max-width:1024px){.frame-space-after-extra-small{margin-bottom:10px!important}}.frame-space-before-small{margin-top:30px!important}@media (max-width:1024px){.frame-space-before-small{margin-top:20px!important}}.frame-space-after-small{margin-bottom:30px!important}@media (max-width:1024px){.frame-space-after-small{margin-bottom:20px!important}}.frame-space-before-medium{margin-top:50px!important}@media (max-width:1024px){.frame-space-before-medium{margin-top:30px!important}}.frame-space-after-medium{margin-bottom:50px!important}@media (max-width:1024px){.frame-space-after-medium{margin-bottom:30px!important}}.frame-space-before-large{margin-top:80px!important}@media (max-width:1024px){.frame-space-before-large{margin-top:40px!important}}.frame-space-after-large{margin-bottom:80px!important}@media (max-width:1024px){.frame-space-after-large{margin-bottom:40px!important}}.frame-space-before-extra-large{margin-top:100px!important}@media (max-width:1024px){.frame-space-before-extra-large{margin-top:60px!important}}.frame-space-after-extra-large{margin-bottom:100px!important}@media (max-width:1024px){.frame-space-after-extra-large{margin-bottom:60px!important}}.ce-stage-intro{margin-top:-270px;top:0;position:relative;overflow:hidden;min-height:100vh;max-height:100vh;background:#ededed}@media (max-width:1024.98px){.ce-stage-intro{min-height:50vh;max-height:auto}}.ce-stage-intro.ce-hero{min-height:70vh;max-height:70vh}@media (max-width:1024.98px){.ce-stage-intro.ce-hero{min-height:auto;max-height:auto}}.ce-stage-intro.ce-hero .stage-intro{min-height:25vh;max-height:25vh}@media (min-width:575px){.ce-stage-intro.ce-hero .stage-intro{min-height:40vh;max-height:40vh}}@media (min-width:767px){.ce-stage-intro.ce-hero .stage-intro{min-height:50vh;max-height:50vh}}@media (min-width:1025px){.ce-stage-intro.ce-hero .stage-intro{min-height:70vh;max-height:70vh}}@media (max-width:1149.98px){.ce-stage-intro{margin-top:-210px}}@media (max-width:1300px){.ce-stage-intro{margin-top:-176px}}@media (max-width:1024.98px){.ce-stage-intro{margin-top:-120px}}.ce-stage-intro .stage-intro{background-size:cover;background-repeat:no-repeat;position:relative;margin-bottom:180px;height:100vh;max-height:1400px}@media (max-width:1024.98px){.ce-stage-intro .stage-intro{margin-bottom:16px;height:50vh}}.ce-stage-intro .stage-intro__content{position:absolute;bottom:50px;width:100%}@media (max-width:1024.98px){.ce-stage-intro .stage-intro__content{position:relative;bottom:0;margin-top:-17px}}.ce-stage-intro .stage-intro__content .breadcrumb-wrap,.ce-stage-intro .stage-intro__content .content-container,.ce-stage-intro .stage-intro__content .full-width-teaser-container-system .cut-corner,.full-width-teaser-container-system .ce-stage-intro .stage-intro__content .cut-corner{position:relative}@media (max-width:1220px){.ce-stage-intro .stage-intro__content .breadcrumb-wrap,.ce-stage-intro .stage-intro__content .content-container,.ce-stage-intro .stage-intro__content .full-width-teaser-container-system .cut-corner,.full-width-teaser-container-system .ce-stage-intro .stage-intro__content .cut-corner{padding:0 20px}}@media (max-width:1024.98px){.ce-stage-intro .stage-intro__content .breadcrumb-wrap,.ce-stage-intro .stage-intro__content .content-container,.ce-stage-intro .stage-intro__content .full-width-teaser-container-system .cut-corner,.full-width-teaser-container-system .ce-stage-intro .stage-intro__content .cut-corner{margin:0!important}}.ce-stage-intro .stage-intro__image-source{position:absolute;bottom:14px;left:0;max-width:100%;color:#777776;margin-left:10px}@media (max-width:766.98px){.ce-stage-intro .stage-intro__image-source{margin-left:20px;bottom:46px}}.ce-stage-intro .stage-intro__image-source>*{font-size:12px;font-weight:900;margin-bottom:5px;line-height:20px}.ce-stage-intro .stage-intro__image-source--desktop{display:none}@media (min-width:1601px){.ce-stage-intro .stage-intro__image-source--desktop{display:block}}.ce-stage-intro .stage-intro__image-source--tablet{display:none}@media (max-width:1600px) and (min-width:601px){.ce-stage-intro .stage-intro__image-source--tablet{display:block}}.ce-stage-intro .stage-intro__image-source--smartphone{display:none}@media (max-width:600px){.ce-stage-intro .stage-intro__image-source--smartphone{display:block}}.ce-stage-intro .stage-intro-show-more{position:absolute;bottom:33px;left:50%;transform:translateX(-50%);color:#fff;font-weight:700;font-size:16px;padding-right:30px;cursor:pointer}@media (max-width:1024.98px){.ce-stage-intro .stage-intro-show-more{display:none}}.ce-stage-intro .stage-intro-show-more:after,.ce-stage-intro .stage-intro-show-more:before{content:"";position:absolute;width:13px;height:2px;background:#fff;transform:rotate(45deg) translateY(-55%);right:10px;top:50%}.ce-stage-intro .stage-intro-show-more:after{transform:rotate(-45deg) translateY(-55%);right:0}.contenttable,.table{width:100%;margin-bottom:1rem;color:#000}.contenttable td,.contenttable th,.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.contenttable thead th,.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.contenttable tbody+tbody,.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#000;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8e0f6}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7ac5ee}.table-hover .table-primary:hover{background-color:#a1d6f3}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#a1d6f3}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#fff}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#fff}.table-hover .table-secondary:hover{background-color:#f2f2f2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#f2f2f2}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#f6f6f6}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#efefef}.table-hover .table-light:hover{background-color:#e9e9e9}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#e9e9e9}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-primary-dark,.table-primary-dark>td,.table-primary-dark>th{background-color:#b8d7e4}.table-primary-dark tbody+tbody,.table-primary-dark td,.table-primary-dark th,.table-primary-dark thead th{border-color:#7ab4cd}.table-hover .table-primary-dark:hover{background-color:#a6cddd}.table-hover .table-primary-dark:hover>td,.table-hover .table-primary-dark:hover>th{background-color:#a6cddd}.table-highlight,.table-highlight>td,.table-highlight>th{background-color:#c4dad8}.table-highlight tbody+tbody,.table-highlight td,.table-highlight th,.table-highlight thead th{border-color:#91bab7}.table-hover .table-highlight:hover{background-color:#b4d0ce}.table-hover .table-highlight:hover>td,.table-hover .table-highlight:hover>th{background-color:#b4d0ce}.table-highlight-light,.table-highlight-light>td,.table-highlight-light>th{background-color:#d9e4f0}.table-highlight-light tbody+tbody,.table-highlight-light td,.table-highlight-light th,.table-highlight-light thead th{border-color:#b9cce3}.table-hover .table-highlight-light:hover{background-color:#c7d7e9}.table-hover .table-highlight-light:hover>td,.table-hover .table-highlight-light:hover>th{background-color:#c7d7e9}.table-special-color,.table-special-color>td,.table-special-color>th{background-color:#f6c4b8}.table-special-color tbody+tbody,.table-special-color td,.table-special-color th,.table-special-color thead th{border-color:#ef927a}.table-hover .table-special-color:hover{background-color:#f3b1a1}.table-hover .table-special-color:hover>td,.table-hover .table-special-color:hover>th{background-color:#f3b1a1}.table-special-color-variant,.table-special-color-variant>td,.table-special-color-variant>th{background-color:#fffbe9}.table-special-color-variant tbody+tbody,.table-special-color-variant td,.table-special-color-variant th,.table-special-color-variant thead th{border-color:#fff7d5}.table-hover .table-special-color-variant:hover{background-color:#fff6d0}.table-hover .table-special-color-variant:hover>td,.table-hover .table-special-color-variant:hover>th{background-color:#fff6d0}.table-text-color,.table-text-color>td,.table-text-color>th{background-color:#b8b8b8}.table-text-color tbody+tbody,.table-text-color td,.table-text-color th,.table-text-color thead th{border-color:#7a7a7a}.table-hover .table-text-color:hover{background-color:#ababab}.table-hover .table-text-color:hover>td,.table-hover .table-text-color:hover>th{background-color:#ababab}.table-text-secondary,.table-text-secondary>td,.table-text-secondary>th{background-color:#bfbfbf}.table-text-secondary tbody+tbody,.table-text-secondary td,.table-text-secondary th,.table-text-secondary thead th{border-color:#878787}.table-hover .table-text-secondary:hover{background-color:#b2b2b2}.table-hover .table-text-secondary:hover>td,.table-hover .table-text-secondary:hover>th{background-color:#b2b2b2}.table-text-light-color,.table-text-light-color>td,.table-text-light-color>th{background-color:#d7d7d7}.table-text-light-color tbody+tbody,.table-text-light-color td,.table-text-light-color th,.table-text-light-color thead th{border-color:#b5b4b4}.table-hover .table-text-light-color:hover{background-color:#cacaca}.table-hover .table-text-light-color:hover>td,.table-hover .table-text-light-color:hover>th{background-color:#cacaca}.table-light-secondary,.table-light-secondary>td,.table-light-secondary>th{background-color:#ececec}.table-light-secondary tbody+tbody,.table-light-secondary td,.table-light-secondary th,.table-light-secondary thead th{border-color:#dbdbdb}.table-hover .table-light-secondary:hover{background-color:#dfdfdf}.table-hover .table-light-secondary:hover>td,.table-hover .table-light-secondary:hover>th{background-color:#dfdfdf}.table-error,.table-error>td,.table-error>th{background-color:#f8caca}.table-error tbody+tbody,.table-error td,.table-error th,.table-error thead th{border-color:#f19c9c}.table-hover .table-error:hover{background-color:#f5b3b3}.table-hover .table-error:hover>td,.table-hover .table-error:hover>th{background-color:#f5b3b3}.table-form,.table-form>td,.table-form>th{background-color:hsla(0,0%,97.6%,.7540392157)}.table-form tbody+tbody,.table-form td,.table-form th,.table-form thead th{border-color:hsla(0,0%,93.3%,.5432156863)}.table-hover .table-form:hover{background-color:hsla(0,0%,92.5%,.7540392157)}.table-hover .table-form:hover>td,.table-hover .table-form:hover>th{background-color:hsla(0,0%,92.5%,.7540392157)}.table-form-light,.table-form-light>td,.table-form-light>th{background-color:#fafafa}.table-form-light tbody+tbody,.table-form-light td,.table-form-light th,.table-form-light thead th{border-color:#f6f6f6}.table-hover .table-form-light:hover{background-color:#ededed}.table-hover .table-form-light:hover>td,.table-hover .table-form-light:hover>th{background-color:#ededed}.table-form-border,.table-form-border>td,.table-form-border>th{background-color:#fbfbfb}.table-form-border tbody+tbody,.table-form-border td,.table-form-border th,.table-form-border thead th{border-color:#f7f7f7}.table-hover .table-form-border:hover{background-color:#eee}.table-hover .table-form-border:hover>td,.table-hover .table-form-border:hover>th{background-color:#eee}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.contenttable .thead-dark th,.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.contenttable .thead-light th,.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:574.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:766.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:1024.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1149.98px){.table-responsive-lg1{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg1>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-lg2{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg2>.table-bordered{border:0}}@media (max-width:1675.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:575px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:1025px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1676px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:TT Norms,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.140125rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#0090df!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#006fac!important}.bg-secondary{background-color:#fff!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#e6e6e6!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#e0e0e0!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#c7c7c7!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-primary-dark{background-color:#006f9e!important}a.bg-primary-dark:focus,a.bg-primary-dark:hover,button.bg-primary-dark:focus,button.bg-primary-dark:hover{background-color:#004b6b!important}.bg-highlight{background-color:#2c7a74!important}a.bg-highlight:focus,a.bg-highlight:hover,button.bg-highlight:focus,button.bg-highlight:hover{background-color:#1e5550!important}.bg-highlight-light{background-color:#789dc9!important}a.bg-highlight-light:focus,a.bg-highlight-light:hover,button.bg-highlight-light:focus,button.bg-highlight-light:hover{background-color:#5483ba!important}.bg-special-color{background-color:#e02d00!important}a.bg-special-color:focus,a.bg-special-color:hover,button.bg-special-color:focus,button.bg-special-color:hover{background-color:#ad2300!important}.bg-special-color-variant{background-color:#ffefaf!important}a.bg-special-color-variant:focus,a.bg-special-color-variant:hover,button.bg-special-color-variant:focus,button.bg-special-color-variant:hover{background-color:#ffe57c!important}.bg-text-color{background-color:#000!important}a.bg-text-color:focus,a.bg-text-color:hover,button.bg-text-color:focus,button.bg-text-color:hover{background-color:#000!important}.bg-text-secondary{background-color:#191919!important}a.bg-text-secondary:focus,a.bg-text-secondary:hover,button.bg-text-secondary:focus,button.bg-text-secondary:hover{background-color:#000!important}.bg-text-light-color{background-color:#706f6f!important}a.bg-text-light-color:focus,a.bg-text-light-color:hover,button.bg-text-light-color:focus,button.bg-text-light-color:hover{background-color:#565656!important}.bg-light-secondary{background-color:#bababa!important}a.bg-light-secondary:focus,a.bg-light-secondary:hover,button.bg-light-secondary:focus,button.bg-light-secondary:hover{background-color:#a1a1a1!important}.bg-error{background-color:#e54141!important}a.bg-error:focus,a.bg-error:hover,button.bg-error:focus,button.bg-error:hover{background-color:#d61d1d!important}.bg-form{background-color:rgba(0,0,0,.12156862745098039)!important}a.bg-form:focus,a.bg-form:hover,button.bg-form:focus,button.bg-form:hover{background-color:rgba(0,0,0,.1215686275)!important}.bg-form-light{background-color:#ededed!important}a.bg-form-light:focus,a.bg-form-light:hover,button.bg-form-light:focus,button.bg-form-light:hover{background-color:#d4d4d4!important}.bg-form-border{background-color:#efefef!important}a.bg-form-border:focus,a.bg-form-border:hover,button.bg-form-border:focus,button.bg-form-border:hover{background-color:#d6d6d6!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#0090df!important}.border-secondary{border-color:#fff!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#e0e0e0!important}.border-dark{border-color:#343a40!important}.border-primary-dark{border-color:#006f9e!important}.border-highlight{border-color:#2c7a74!important}.border-highlight-light{border-color:#789dc9!important}.border-special-color{border-color:#e02d00!important}.border-special-color-variant{border-color:#ffefaf!important}.border-text-color{border-color:#000!important}.border-text-secondary{border-color:#191919!important}.border-text-light-color{border-color:#706f6f!important}.border-light-secondary{border-color:#bababa!important}.border-error{border-color:#e54141!important}.border-form{border-color:rgba(0,0,0,.12156862745098039)!important}.border-form-light{border-color:#ededed!important}.border-form-border{border-color:#efefef!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:575px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:767px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:1025px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1150px){.d-lg1-none{display:none!important}.d-lg1-inline{display:inline!important}.d-lg1-inline-block{display:inline-block!important}.d-lg1-block{display:block!important}.d-lg1-table{display:table!important}.d-lg1-table-row{display:table-row!important}.d-lg1-table-cell{display:table-cell!important}.d-lg1-flex{display:flex!important}.d-lg1-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-lg2-none{display:none!important}.d-lg2-inline{display:inline!important}.d-lg2-inline-block{display:inline-block!important}.d-lg2-block{display:block!important}.d-lg2-table{display:table!important}.d-lg2-table-row{display:table-row!important}.d-lg2-table-cell{display:table-cell!important}.d-lg2-flex{display:flex!important}.d-lg2-inline-flex{display:inline-flex!important}}@media (min-width:1676px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.8571428571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}@media (min-width:575px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:767px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1150px){.flex-lg1-row{flex-direction:row!important}.flex-lg1-column{flex-direction:column!important}.flex-lg1-row-reverse{flex-direction:row-reverse!important}.flex-lg1-column-reverse{flex-direction:column-reverse!important}.flex-lg1-wrap{flex-wrap:wrap!important}.flex-lg1-nowrap{flex-wrap:nowrap!important}.flex-lg1-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg1-fill{flex:1 1 auto!important}.flex-lg1-grow-0{flex-grow:0!important}.flex-lg1-grow-1{flex-grow:1!important}.flex-lg1-shrink-0{flex-shrink:0!important}.flex-lg1-shrink-1{flex-shrink:1!important}.justify-content-lg1-start{justify-content:flex-start!important}.justify-content-lg1-end{justify-content:flex-end!important}.justify-content-lg1-center{justify-content:center!important}.justify-content-lg1-between{justify-content:space-between!important}.justify-content-lg1-around{justify-content:space-around!important}.align-items-lg1-start{align-items:flex-start!important}.align-items-lg1-end{align-items:flex-end!important}.align-items-lg1-center{align-items:center!important}.align-items-lg1-baseline{align-items:baseline!important}.align-items-lg1-stretch{align-items:stretch!important}.align-content-lg1-start{align-content:flex-start!important}.align-content-lg1-end{align-content:flex-end!important}.align-content-lg1-center{align-content:center!important}.align-content-lg1-between{align-content:space-between!important}.align-content-lg1-around{align-content:space-around!important}.align-content-lg1-stretch{align-content:stretch!important}.align-self-lg1-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg1-start{align-self:flex-start!important}.align-self-lg1-end{align-self:flex-end!important}.align-self-lg1-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg1-baseline{align-self:baseline!important}.align-self-lg1-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-lg2-row{flex-direction:row!important}.flex-lg2-column{flex-direction:column!important}.flex-lg2-row-reverse{flex-direction:row-reverse!important}.flex-lg2-column-reverse{flex-direction:column-reverse!important}.flex-lg2-wrap{flex-wrap:wrap!important}.flex-lg2-nowrap{flex-wrap:nowrap!important}.flex-lg2-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg2-fill{flex:1 1 auto!important}.flex-lg2-grow-0{flex-grow:0!important}.flex-lg2-grow-1{flex-grow:1!important}.flex-lg2-shrink-0{flex-shrink:0!important}.flex-lg2-shrink-1{flex-shrink:1!important}.justify-content-lg2-start{justify-content:flex-start!important}.justify-content-lg2-end{justify-content:flex-end!important}.justify-content-lg2-center{justify-content:center!important}.justify-content-lg2-between{justify-content:space-between!important}.justify-content-lg2-around{justify-content:space-around!important}.align-items-lg2-start{align-items:flex-start!important}.align-items-lg2-end{align-items:flex-end!important}.align-items-lg2-center{align-items:center!important}.align-items-lg2-baseline{align-items:baseline!important}.align-items-lg2-stretch{align-items:stretch!important}.align-content-lg2-start{align-content:flex-start!important}.align-content-lg2-end{align-content:flex-end!important}.align-content-lg2-center{align-content:center!important}.align-content-lg2-between{align-content:space-between!important}.align-content-lg2-around{align-content:space-around!important}.align-content-lg2-stretch{align-content:stretch!important}.align-self-lg2-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg2-start{align-self:flex-start!important}.align-self-lg2-end{align-self:flex-end!important}.align-self-lg2-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg2-baseline{align-self:baseline!important}.align-self-lg2-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1676px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:575px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:767px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:1025px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1150px){.float-lg1-left{float:left!important}.float-lg1-right{float:right!important}.float-lg1-none{float:none!important}}@media (min-width:1200px){.float-lg2-left{float:left!important}.float-lg2-right{float:right!important}.float-lg2-none{float:none!important}}@media (min-width:1676px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:575px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:767px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:1025px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1150px){.m-lg1-0{margin:0!important}.mt-lg1-0,.my-lg1-0{margin-top:0!important}.mr-lg1-0,.mx-lg1-0{margin-right:0!important}.mb-lg1-0,.my-lg1-0{margin-bottom:0!important}.ml-lg1-0,.mx-lg1-0{margin-left:0!important}.m-lg1-1{margin:.25rem!important}.mt-lg1-1,.my-lg1-1{margin-top:.25rem!important}.mr-lg1-1,.mx-lg1-1{margin-right:.25rem!important}.mb-lg1-1,.my-lg1-1{margin-bottom:.25rem!important}.ml-lg1-1,.mx-lg1-1{margin-left:.25rem!important}.m-lg1-2{margin:.5rem!important}.mt-lg1-2,.my-lg1-2{margin-top:.5rem!important}.mr-lg1-2,.mx-lg1-2{margin-right:.5rem!important}.mb-lg1-2,.my-lg1-2{margin-bottom:.5rem!important}.ml-lg1-2,.mx-lg1-2{margin-left:.5rem!important}.m-lg1-3{margin:1rem!important}.mt-lg1-3,.my-lg1-3{margin-top:1rem!important}.mr-lg1-3,.mx-lg1-3{margin-right:1rem!important}.mb-lg1-3,.my-lg1-3{margin-bottom:1rem!important}.ml-lg1-3,.mx-lg1-3{margin-left:1rem!important}.m-lg1-4{margin:1.5rem!important}.mt-lg1-4,.my-lg1-4{margin-top:1.5rem!important}.mr-lg1-4,.mx-lg1-4{margin-right:1.5rem!important}.mb-lg1-4,.my-lg1-4{margin-bottom:1.5rem!important}.ml-lg1-4,.mx-lg1-4{margin-left:1.5rem!important}.m-lg1-5{margin:3rem!important}.mt-lg1-5,.my-lg1-5{margin-top:3rem!important}.mr-lg1-5,.mx-lg1-5{margin-right:3rem!important}.mb-lg1-5,.my-lg1-5{margin-bottom:3rem!important}.ml-lg1-5,.mx-lg1-5{margin-left:3rem!important}.p-lg1-0{padding:0!important}.pt-lg1-0,.py-lg1-0{padding-top:0!important}.pr-lg1-0,.px-lg1-0{padding-right:0!important}.pb-lg1-0,.py-lg1-0{padding-bottom:0!important}.pl-lg1-0,.px-lg1-0{padding-left:0!important}.p-lg1-1{padding:.25rem!important}.pt-lg1-1,.py-lg1-1{padding-top:.25rem!important}.pr-lg1-1,.px-lg1-1{padding-right:.25rem!important}.pb-lg1-1,.py-lg1-1{padding-bottom:.25rem!important}.pl-lg1-1,.px-lg1-1{padding-left:.25rem!important}.p-lg1-2{padding:.5rem!important}.pt-lg1-2,.py-lg1-2{padding-top:.5rem!important}.pr-lg1-2,.px-lg1-2{padding-right:.5rem!important}.pb-lg1-2,.py-lg1-2{padding-bottom:.5rem!important}.pl-lg1-2,.px-lg1-2{padding-left:.5rem!important}.p-lg1-3{padding:1rem!important}.pt-lg1-3,.py-lg1-3{padding-top:1rem!important}.pr-lg1-3,.px-lg1-3{padding-right:1rem!important}.pb-lg1-3,.py-lg1-3{padding-bottom:1rem!important}.pl-lg1-3,.px-lg1-3{padding-left:1rem!important}.p-lg1-4{padding:1.5rem!important}.pt-lg1-4,.py-lg1-4{padding-top:1.5rem!important}.pr-lg1-4,.px-lg1-4{padding-right:1.5rem!important}.pb-lg1-4,.py-lg1-4{padding-bottom:1.5rem!important}.pl-lg1-4,.px-lg1-4{padding-left:1.5rem!important}.p-lg1-5{padding:3rem!important}.pt-lg1-5,.py-lg1-5{padding-top:3rem!important}.pr-lg1-5,.px-lg1-5{padding-right:3rem!important}.pb-lg1-5,.py-lg1-5{padding-bottom:3rem!important}.pl-lg1-5,.px-lg1-5{padding-left:3rem!important}.m-lg1-n1{margin:-.25rem!important}.mt-lg1-n1,.my-lg1-n1{margin-top:-.25rem!important}.mr-lg1-n1,.mx-lg1-n1{margin-right:-.25rem!important}.mb-lg1-n1,.my-lg1-n1{margin-bottom:-.25rem!important}.ml-lg1-n1,.mx-lg1-n1{margin-left:-.25rem!important}.m-lg1-n2{margin:-.5rem!important}.mt-lg1-n2,.my-lg1-n2{margin-top:-.5rem!important}.mr-lg1-n2,.mx-lg1-n2{margin-right:-.5rem!important}.mb-lg1-n2,.my-lg1-n2{margin-bottom:-.5rem!important}.ml-lg1-n2,.mx-lg1-n2{margin-left:-.5rem!important}.m-lg1-n3{margin:-1rem!important}.mt-lg1-n3,.my-lg1-n3{margin-top:-1rem!important}.mr-lg1-n3,.mx-lg1-n3{margin-right:-1rem!important}.mb-lg1-n3,.my-lg1-n3{margin-bottom:-1rem!important}.ml-lg1-n3,.mx-lg1-n3{margin-left:-1rem!important}.m-lg1-n4{margin:-1.5rem!important}.mt-lg1-n4,.my-lg1-n4{margin-top:-1.5rem!important}.mr-lg1-n4,.mx-lg1-n4{margin-right:-1.5rem!important}.mb-lg1-n4,.my-lg1-n4{margin-bottom:-1.5rem!important}.ml-lg1-n4,.mx-lg1-n4{margin-left:-1.5rem!important}.m-lg1-n5{margin:-3rem!important}.mt-lg1-n5,.my-lg1-n5{margin-top:-3rem!important}.mr-lg1-n5,.mx-lg1-n5{margin-right:-3rem!important}.mb-lg1-n5,.my-lg1-n5{margin-bottom:-3rem!important}.ml-lg1-n5,.mx-lg1-n5{margin-left:-3rem!important}.m-lg1-auto{margin:auto!important}.mt-lg1-auto,.my-lg1-auto{margin-top:auto!important}.mr-lg1-auto,.mx-lg1-auto{margin-right:auto!important}.mb-lg1-auto,.my-lg1-auto{margin-bottom:auto!important}.ml-lg1-auto,.mx-lg1-auto{margin-left:auto!important}}@media (min-width:1200px){.m-lg2-0{margin:0!important}.mt-lg2-0,.my-lg2-0{margin-top:0!important}.mr-lg2-0,.mx-lg2-0{margin-right:0!important}.mb-lg2-0,.my-lg2-0{margin-bottom:0!important}.ml-lg2-0,.mx-lg2-0{margin-left:0!important}.m-lg2-1{margin:.25rem!important}.mt-lg2-1,.my-lg2-1{margin-top:.25rem!important}.mr-lg2-1,.mx-lg2-1{margin-right:.25rem!important}.mb-lg2-1,.my-lg2-1{margin-bottom:.25rem!important}.ml-lg2-1,.mx-lg2-1{margin-left:.25rem!important}.m-lg2-2{margin:.5rem!important}.mt-lg2-2,.my-lg2-2{margin-top:.5rem!important}.mr-lg2-2,.mx-lg2-2{margin-right:.5rem!important}.mb-lg2-2,.my-lg2-2{margin-bottom:.5rem!important}.ml-lg2-2,.mx-lg2-2{margin-left:.5rem!important}.m-lg2-3{margin:1rem!important}.mt-lg2-3,.my-lg2-3{margin-top:1rem!important}.mr-lg2-3,.mx-lg2-3{margin-right:1rem!important}.mb-lg2-3,.my-lg2-3{margin-bottom:1rem!important}.ml-lg2-3,.mx-lg2-3{margin-left:1rem!important}.m-lg2-4{margin:1.5rem!important}.mt-lg2-4,.my-lg2-4{margin-top:1.5rem!important}.mr-lg2-4,.mx-lg2-4{margin-right:1.5rem!important}.mb-lg2-4,.my-lg2-4{margin-bottom:1.5rem!important}.ml-lg2-4,.mx-lg2-4{margin-left:1.5rem!important}.m-lg2-5{margin:3rem!important}.mt-lg2-5,.my-lg2-5{margin-top:3rem!important}.mr-lg2-5,.mx-lg2-5{margin-right:3rem!important}.mb-lg2-5,.my-lg2-5{margin-bottom:3rem!important}.ml-lg2-5,.mx-lg2-5{margin-left:3rem!important}.p-lg2-0{padding:0!important}.pt-lg2-0,.py-lg2-0{padding-top:0!important}.pr-lg2-0,.px-lg2-0{padding-right:0!important}.pb-lg2-0,.py-lg2-0{padding-bottom:0!important}.pl-lg2-0,.px-lg2-0{padding-left:0!important}.p-lg2-1{padding:.25rem!important}.pt-lg2-1,.py-lg2-1{padding-top:.25rem!important}.pr-lg2-1,.px-lg2-1{padding-right:.25rem!important}.pb-lg2-1,.py-lg2-1{padding-bottom:.25rem!important}.pl-lg2-1,.px-lg2-1{padding-left:.25rem!important}.p-lg2-2{padding:.5rem!important}.pt-lg2-2,.py-lg2-2{padding-top:.5rem!important}.pr-lg2-2,.px-lg2-2{padding-right:.5rem!important}.pb-lg2-2,.py-lg2-2{padding-bottom:.5rem!important}.pl-lg2-2,.px-lg2-2{padding-left:.5rem!important}.p-lg2-3{padding:1rem!important}.pt-lg2-3,.py-lg2-3{padding-top:1rem!important}.pr-lg2-3,.px-lg2-3{padding-right:1rem!important}.pb-lg2-3,.py-lg2-3{padding-bottom:1rem!important}.pl-lg2-3,.px-lg2-3{padding-left:1rem!important}.p-lg2-4{padding:1.5rem!important}.pt-lg2-4,.py-lg2-4{padding-top:1.5rem!important}.pr-lg2-4,.px-lg2-4{padding-right:1.5rem!important}.pb-lg2-4,.py-lg2-4{padding-bottom:1.5rem!important}.pl-lg2-4,.px-lg2-4{padding-left:1.5rem!important}.p-lg2-5{padding:3rem!important}.pt-lg2-5,.py-lg2-5{padding-top:3rem!important}.pr-lg2-5,.px-lg2-5{padding-right:3rem!important}.pb-lg2-5,.py-lg2-5{padding-bottom:3rem!important}.pl-lg2-5,.px-lg2-5{padding-left:3rem!important}.m-lg2-n1{margin:-.25rem!important}.mt-lg2-n1,.my-lg2-n1{margin-top:-.25rem!important}.mr-lg2-n1,.mx-lg2-n1{margin-right:-.25rem!important}.mb-lg2-n1,.my-lg2-n1{margin-bottom:-.25rem!important}.ml-lg2-n1,.mx-lg2-n1{margin-left:-.25rem!important}.m-lg2-n2{margin:-.5rem!important}.mt-lg2-n2,.my-lg2-n2{margin-top:-.5rem!important}.mr-lg2-n2,.mx-lg2-n2{margin-right:-.5rem!important}.mb-lg2-n2,.my-lg2-n2{margin-bottom:-.5rem!important}.ml-lg2-n2,.mx-lg2-n2{margin-left:-.5rem!important}.m-lg2-n3{margin:-1rem!important}.mt-lg2-n3,.my-lg2-n3{margin-top:-1rem!important}.mr-lg2-n3,.mx-lg2-n3{margin-right:-1rem!important}.mb-lg2-n3,.my-lg2-n3{margin-bottom:-1rem!important}.ml-lg2-n3,.mx-lg2-n3{margin-left:-1rem!important}.m-lg2-n4{margin:-1.5rem!important}.mt-lg2-n4,.my-lg2-n4{margin-top:-1.5rem!important}.mr-lg2-n4,.mx-lg2-n4{margin-right:-1.5rem!important}.mb-lg2-n4,.my-lg2-n4{margin-bottom:-1.5rem!important}.ml-lg2-n4,.mx-lg2-n4{margin-left:-1.5rem!important}.m-lg2-n5{margin:-3rem!important}.mt-lg2-n5,.my-lg2-n5{margin-top:-3rem!important}.mr-lg2-n5,.mx-lg2-n5{margin-right:-3rem!important}.mb-lg2-n5,.my-lg2-n5{margin-bottom:-3rem!important}.ml-lg2-n5,.mx-lg2-n5{margin-left:-3rem!important}.m-lg2-auto{margin:auto!important}.mt-lg2-auto,.my-lg2-auto{margin-top:auto!important}.mr-lg2-auto,.mx-lg2-auto{margin-right:auto!important}.mb-lg2-auto,.my-lg2-auto{margin-bottom:auto!important}.ml-lg2-auto,.mx-lg2-auto{margin-left:auto!important}}@media (min-width:1676px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:575px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:767px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:1025px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1150px){.text-lg1-left{text-align:left!important}.text-lg1-right{text-align:right!important}.text-lg1-center{text-align:center!important}}@media (min-width:1200px){.text-lg2-left{text-align:left!important}.text-lg2-right{text-align:right!important}.text-lg2-center{text-align:center!important}}@media (min-width:1676px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#0090df!important}a.text-primary:focus,a.text-primary:hover{color:#005f93!important}.text-secondary{color:#fff!important}a.text-secondary:focus,a.text-secondary:hover{color:#d9d9d9!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#e0e0e0!important}a.text-light:focus,a.text-light:hover{color:#bababa!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-primary-dark{color:#006f9e!important}a.text-primary-dark:focus,a.text-primary-dark:hover{color:#003952!important}.text-highlight{color:#2c7a74!important}a.text-highlight:focus,a.text-highlight:hover{color:#18423f!important}.text-highlight-light{color:#789dc9!important}a.text-highlight-light:focus,a.text-highlight-light:hover{color:#4676af!important}.text-special-color{color:#e02d00!important}a.text-special-color:focus,a.text-special-color:hover{color:#941e00!important}.text-special-color-variant{color:#ffefaf!important}a.text-special-color-variant:focus,a.text-special-color-variant:hover{color:#ffe063!important}.text-text-color{color:#000!important}a.text-text-color:focus,a.text-text-color:hover{color:#000!important}.text-text-secondary{color:#191919!important}a.text-text-secondary:focus,a.text-text-secondary:hover{color:#000!important}.text-text-light-color{color:#706f6f!important}a.text-text-light-color:focus,a.text-text-light-color:hover{color:#4a4949!important}.text-light-secondary{color:#bababa!important}a.text-light-secondary:focus,a.text-light-secondary:hover{color:#949494!important}.text-error{color:#e54141!important}a.text-error:focus,a.text-error:hover{color:#bf1a1a!important}.text-form{color:rgba(0,0,0,.12156862745098039)!important}a.text-form:focus,a.text-form:hover{color:rgba(0,0,0,.1215686275)!important}.text-form-light{color:#ededed!important}a.text-form-light:focus,a.text-form-light:hover{color:#c7c7c7!important}.text-form-border{color:#efefef!important}a.text-form-border:focus,a.text-form-border:hover{color:#c9c9c9!important}.text-body{color:#000!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}.management-teaser__title,h2,h3,p{orphans:3;widows:3}.management-teaser__title,h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:1025px!important}.navbar{display:none}.badge{border:1px solid #000}.contenttable,.table{border-collapse:collapse!important}.contenttable td,.contenttable th,.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.contenttable .thead-dark th,.table .thead-dark th{color:inherit;border-color:#dee2e6}}@keyframes icon-wobble{16.65%{transform:translateX(6px)}33.3%{transform:translateX(-5px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}to{transform:translateX(0)}}@keyframes icon-wobble-vert{0%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}75%{opacity:1;transform:translate3d(20%,0,0)}to{transform:translateZ(0)}}@keyframes hvr-pop{50%{transform:scale(1.2)}}@keyframes icon-wobble-hor{0%{transform:translateX(-8px)}to{transform:translateX(0)}}.anim-short{animation-duration:.1s}.anim-medium{animation-duration:.3s}.anim-long{animation-duration:.7s}.come-in{transform:translateX(-150%)}.come-in:nth-child(odd){animation-duration:.6s}.anim-fadeinLeft{animation:fadeInLeft .7s ease-out;animation-iteration-count:1;animation-fill-mode:forwards}.ci-visible{animation:none}.hvr-pop{transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pop:active,.hvr-pop:focus,.hvr-pop:hover{animation-name:hvr-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.is-loading{position:relative;color:transparent}@keyframes spinner{0%{transform:translate3d(-50%,-50%,0) rotate(0deg)}to{transform:translate3d(-50%,-50%,0) rotate(1turn)}}.is-loading.-loaded{opacity:0;transition:opacity .1s linear}.is-loading:before{animation:spinner 1.5s linear infinite;border:3px solid;border-color:#eee #eee #0090df;border-radius:50%;content:"";height:40px;left:50%;opacity:inherit;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transform-origin:center;width:40px;will-change:transform}.is-loading svg{opacity:0}.is-loading:focus,.is-loading:hover{color:transparent}figure{position:relative}figure figcaption{margin:10px 20px;display:contents}figure figcaption .desc{color:#000}figure figcaption .desc>*{font-size:14px;font-weight:500;line-height:18px;margin-bottom:0}@media (max-width:766.98px){figure figcaption .desc>*{margin:0 20px;font-size:10px;font-weight:700;line-height:130%}}@media (max-width:1024.98px){figure figcaption{margin:8px 0 10px}}.copyright--dark,.copyright--dark p{color:#000!important}.copyright--light,.copyright--light p{color:#e0e0e0!important}.no-padding{padding:0}.gradient-default{background:linear-gradient(45deg,#2c7a74,#789dc9)}.gradient-inverse{background:linear-gradient(251deg,#2c7a74,#789dc9)}.gradient-up{background:linear-gradient(15deg,#2c7a74,#789dc9)}.gradient-down{background:linear-gradient(215deg,#2c7a74,#789dc9)}.contenttable tr:first-child td,.contenttable tr:first-child th{border-top:none}@font-face{font-family:TT Norms;font-style:normal;font-weight:400;font-display:swap;src:url(/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/fonts/98bd76fdc9a78de8a4211e47c155d2e0.woff2) format("woff2"),url(/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/fonts/370f473ee1f3297300eb6249c823ebd2.woff) format("woff")}@font-face{font-family:TT Norms;font-style:normal;font-weight:700;font-display:swap;src:url(/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/fonts/a1064ac2d72120e67e17b6faadbe78c3.woff2) format("woff2"),url(/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/fonts/b7ccbe8fb4c8da35df5757c7607e0f85.woff) format("woff")}.page-footer .col-3{margin:5px 0}.frame .page-navigation>.tx-indexedsearch-browsebox>li .page-footer .col-3 a,.page-footer .col-3 .btn,.page-footer .col-3 .frame .page-navigation>.tx-indexedsearch-browsebox>li a{width:100%}.page-footer .row{margin:0}@media (min-width:575px){.page-footer .row{gap:12px;justify-content:space-between;align-items:center}}@media (min-width:575px){.page-footer form .row{gap:0;justify-content:none;align-items:none}}.page-footer .frame-space-before-small{margin:0!important}.page-footer .frame-space-before-small a:not(.btn):not(.footer-email){color:#000;font-weight:400}.page-footer .frame-space-before-small a:not(.btn):not(.footer-email):hover{color:#0090df}.page-footer .frame-space-before-small .footer-email{color:#000}.page-footer .frame-space-before-small .footer-email:hover{color:#0090df;text-decoration:none}.page-footer .frame-space-before-small .footer-phone:hover{color:#0090df;text-decoration:none}.page-footer__wrapper{background:#fff;width:100%;font-family:TT Norms,sans-serif;position:relative;margin:117px 0}@media (max-width:1149.98px){.page-footer__wrapper{margin-top:41px;margin-bottom:200px}}.page-footer__social-links{display:flex}.page-footer__social-links svg{height:auto;margin:0 auto;width:25px;max-height:25px;max-width:25px;color:#000;transition:all .3s ease}@media (min-width:575px){.page-footer__social-links svg{width:22px;max-height:22px;max-width:22px}}.page-footer__social-links path,.page-footer__social-links rect{fill:currentColor;transition:fill .2s linear}.page-footer__social-links a{width:48px;height:48px;font-weight:400;background:transparent;border:1px solid #000;border-radius:50%;display:flex;align-items:center;margin:0 5px;transition:all .3s ease}.page-footer__social-links a:hover{background:#0090df;border:none}.page-footer__social-links a:hover svg{color:#fff}.page-footer__social-links a:active{background:#006f9e;border:none}.page-footer__social-links a:active svg{color:#fff}.page-footer__social-links a:first-child{margin-left:0}.page-footer__social-links a:last-child{margin-right:0}@media (max-width:1024.98px){.page-footer__social-links a{width:55px;height:55px}}@media (min-width:575px){.page-footer__nav{margin-bottom:15px}}.page-footer__nav .row{display:-ms-grid;display:grid;-ms-grid-columns:50% 50%;grid-template-columns:50% 50%;-ms-grid-rows:auto;grid-template-rows:auto;grid-template-areas:"contact contact" "category homelinks" "legal legal"}@media (min-width:575px){.page-footer__nav .row{display:flex}}.page-footer__nav .row>*{align-self:flex-start}.page-footer__nav .col-contact{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:contact}.full-width-teaser-container-system .page-footer__nav .col-contact .cut-corner,.page-footer__nav .col-contact .breadcrumb-wrap,.page-footer__nav .col-contact .content-container--small,.page-footer__nav .col-contact .full-width-teaser-container-system .cut-corner{padding:0}.page-footer__nav .col-category{-ms-grid-row:2;-ms-grid-column:1;grid-area:category}.page-footer__nav .col-homelinks{-ms-grid-row:2;-ms-grid-column:2;grid-area:homelinks;padding-left:20px}@media (min-width:575px){.page-footer__nav .col-homelinks{padding:0}}.page-footer__nav .col-legal{-ms-grid-row:3;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:legal}.page-footer__nav ul{list-style:none;display:flex;flex-direction:column}.page-footer__nav ul li{display:block;text-align:left;line-height:40px}@media (min-width:575px){.page-footer__nav ul li{line-height:30px}}.page-footer__nav ul a{font-size:16px;color:#000;font-weight:700}.page-footer__nav ul a:focus,.page-footer__nav ul a:hover{text-decoration:none;color:#0090df;background:transparent}.page-footer__nav ul a:active{text-decoration:none;color:#006f9e;background:transparent}.page-footer__more .row{display:flex;flex-direction:column}@media (min-width:575px){.page-footer__more .row{flex-direction:row}}.glowCookies__border{border:1px solid #e6e6e6!important}.glowCookies__left{left:15px}.glowCookies__right{right:15px}.glowCookies__show{opacity:1!important;visibility:visible!important;transform:scale(1)!important}.glowCookies__wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1440px;align-items:center;justify-content:space-between}@media (min-width:575px){.glowCookies__wrapper{flex-direction:row}}.glowCookies__banner{opacity:0;visibility:hidden;font-family:inherit;position:fixed;width:100%;max-width:100%;z-index:9999;box-shadow:0 .625em 1.875em rgba(2,2,3,.2);transition:transform .2s ease,opacity .2s ease!important;left:0}.glowCookies__banner .accept__btn__styles{border:none;padding:13px 15px;font-size:15px;font-family:inherit;width:49%;cursor:pointer;font-weight:bolder;transition:filter .15s;-webkit-user-select:none;-ms-user-select:none;user-select:none}.glowCookies__banner button.btn{background-color:#fff!important;color:#000;height:50px}.glowCookies__banner button.btn:hover{color:#fff!important;border:1px solid #0090df!important}.glowCookies__banner .settings__btn__styles{border:none;padding:13px 15px;font-family:inherit;font-size:15px;width:49%;cursor:pointer;font-weight:bolder;transition:filter .15s;-webkit-user-select:none;-ms-user-select:none;user-select:none}.glowCookies__banner .btn__section button:focus{outline:none;transform:scale(.95);filter:contrast(75%)}@media (max-width:455px){.btn__section .btn__accept{width:100%;margin-bottom:7px}.btn__section .btn__settings{width:100%}}.glowCookies__banner__1{bottom:0;padding:20px 25px}@media (max-width:766.98px){.glowCookies__banner__1{display:block}}.glowCookies__banner__1>.management-teaser__title,.glowCookies__banner__1>h3,.glowCookies__wrapper>.management-teaser__title,.glowCookies__wrapper>h3{font-size:24px;margin:0;padding:8px 0;display:none}.glowCookies__banner__1>p,.glowCookies__wrapper>p{font-size:15px;margin:0;padding:0;line-height:1.3;width:60%}@media (max-width:766.98px){.glowCookies__banner__1>p,.glowCookies__wrapper>p{width:100%}}.glowCookies__banner__1 .read__more,.glowCookies__wrapper>.read__more{font-weight:bolder}.glowCookies__banner__1 .read__more:hover,.glowCookies__wrapper>.read__more:hover{color:#666}.glowCookies__banner__1 .btn__section,.glowCookies__wrapper>.btn__section{display:flex;flex-direction:column;justify-content:space-between;margin-top:20px;width:100%}@media (min-width:767px){.glowCookies__banner__1 .btn__section,.glowCookies__wrapper>.btn__section{width:35%}}@media (min-width:1025px){.glowCookies__banner__1 .btn__section,.glowCookies__wrapper>.btn__section{flex-direction:row;flex-wrap:nowrap}}.prebanner{position:fixed;bottom:15px;z-index:1999;min-height:50px;min-width:125px;cursor:pointer;font-family:inherit;font-size:15px;font-weight:bolder;line-height:normal;border:none;padding:12px 18px;text-decoration:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 .625em 1.875em rgba(2,2,3,.1)}.prebanner__border__1{border-radius:15px}.prebanner__border__2{border-radius:10px}.prebanner__border__3{border-radius:2px}.animation{transition:.2s}.animation:hover{transform:scale(.97)}.prebanner:hover{text-decoration:none}.tx-ws-cookie-opt-in{display:none;position:fixed;z-index:100;background:#0090df;bottom:0;transition:max-height .8s cubic-bezier(.7,0,.3,1);color:#fff}.tx-ws-cookie-opt-in a{color:#fff}.tx-ws-cookie-opt-in .cookie-layer-wrapper{max-width:97%;margin:55px auto 45px}.tx-ws-cookie-opt-in .cookie-layer-wrapper .cookie-layer-content{display:flex;flex-direction:row}@media (max-width:766.98px){.tx-ws-cookie-opt-in .cookie-layer-wrapper .cookie-layer-content{display:block}}.tx-ws-cookie-opt-in .cookie-layer-wrapper .cookie-layer-content p{font-size:14px;line-height:18px;width:60%;text-align:justify}@media (max-width:766.98px){.tx-ws-cookie-opt-in .cookie-layer-wrapper .cookie-layer-content p{width:100%}}.tx-ws-cookie-opt-in .cookie-layer-wrapper .cookie-layer-content .cookie-layer-preferences{display:none}.tx-ws-cookie-opt-in .cookie-layer-wrapper .cookie-layer-content .cookie-layer-button{display:flex;flex-direction:row;margin:0;justify-content:center;align-items:center;width:40%}@media (max-width:766.98px){.tx-ws-cookie-opt-in .cookie-layer-wrapper .cookie-layer-content .cookie-layer-button{width:100%}}.btn,.frame .page-navigation>.tx-indexedsearch-browsebox>li a{position:relative;display:flex;justify-content:center;align-items:center;font-family:TT Norms,sans-serif;width:100%;font-size:16px;min-height:50px;padding:3px 20px;text-decoration:none;overflow:hidden;border-radius:1px;background:#fff;border:1px solid #000;outline:none;color:#000;font-weight:700;box-sizing:border-box;transition:.3s ease-in-out;z-index:1;margin:15px auto}.btn.active,.frame .page-navigation>.tx-indexedsearch-browsebox>li a.active{color:#fff;background:#006f9e;pointer-events:none}@media (min-width:575px){.btn,.frame .page-navigation>.tx-indexedsearch-browsebox>li a{width:-webkit-max-content;width:max-content}}@media (min-width:575px){.btn--inline{display:inline-flex}.btn--inline:not(:last-of-type){margin-right:30px}}.btn:before,.frame .page-navigation>.tx-indexedsearch-browsebox>li a:before{content:"";position:absolute;-webkit-clip-path:polygon(0 0,100% 0,75% 100%,0 100%);clip-path:polygon(0 0,100% 0,75% 100%,0 100%);height:100%;top:0;right:0;bottom:0;left:0;background-color:#0090df;transform:translate(-110%);box-sizing:border-box;transition:.3s ease-in-out;z-index:-1}.btn:hover,.frame .page-navigation>.tx-indexedsearch-browsebox>li a:hover{color:#fff;text-decoration:none;border:1px solid transparent}.btn:hover:before,.frame .page-navigation>.tx-indexedsearch-browsebox>li a:hover:before{transform:translate(0);width:150%}.btn-contrast{color:#fff;border:1px solid #fff;background:transparent}.btn-contrast:hover:before{background:#fff;text-decoration:none}.btn-contrast:hover{color:#0090df}.btn-contrast.active{color:#0090df;background:#e0e0e0;pointer-events:none}.loading{background:#706f6f;pointer-events:none;color:transparent}.loading:hover{color:transparent}.loading .button-text{visibility:hidden}.loading:before{display:none}.loading:after{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:16px;height:16px;border-radius:50%;content:"";border:4px solid transparent;border-top-color:#fff;animation:button-loading-spinner 1s ease infinite}@keyframes button-loading-spinner{0%{transform:rotate(0turn)}to{transform:rotate(1turn)}}.btn-full{width:100%;margin:15px 0}.breadcrumb-wrap .btn,.breadcrumb-wrap .frame .page-navigation>.tx-indexedsearch-browsebox>li a,.content-container .btn,.content-container .frame .page-navigation>.tx-indexedsearch-browsebox>li a,.frame .page-navigation>.tx-indexedsearch-browsebox>li .breadcrumb-wrap a,.frame .page-navigation>.tx-indexedsearch-browsebox>li .content-container a,.frame .page-navigation>.tx-indexedsearch-browsebox>li .full-width-teaser-container-system .cut-corner a,.full-width-teaser-container-system .cut-corner .btn,.full-width-teaser-container-system .cut-corner .frame .page-navigation>.tx-indexedsearch-browsebox>li a,.full-width-teaser-container-system .frame .page-navigation>.tx-indexedsearch-browsebox>li .cut-corner a{display:inline-flex;margin:15px 10px 15px 0}.tags{display:flex;flex-wrap:wrap;margin:0;padding:0;width:100%;list-style:none}.tags li:before{display:none}@media (min-width:575px){.tags .tag-big{margin-right:20px}}.tag,.tag-item{font-size:14px;line-height:16px;color:#191919;display:block;margin:5px 10px 5px 0;background:#fff;border:1px solid #e0e0e0;border-radius:15px;width:-webkit-fit-content;width:fit-content;padding:4px 10px;text-decoration:none;cursor:pointer;transition:all .3s ease-in-out}@media (min-width:575px){.tag,.tag-item{margin:10px 10px 10px 0}}.tag-item:hover,.tag:hover{text-decoration:none;color:#fff;background:#0090df}.tag-item.active,.tag-item:active,.tag.active,.tag:active{color:#fff;background:#006f9e}.tag-item.active:hover,.tag-item:active:hover,.tag.active:hover,.tag:active:hover{background:#006f9e}.tag-big{font-size:24px;line-height:28px;padding:10px 20px;border-radius:25px}.cut-corner{position:relative;display:flex;flex-direction:column;vertical-align:bottom;padding:15px;overflow:hidden;color:#fff;max-width:100%;z-index:1;transition:.3s}@media (min-width:767px){.cut-corner{padding:19px 172px;max-width:62.7%;display:inline-block}}.cut-corner p:last-of-type{margin-bottom:0}.cut-corner .stage-intro__text:first-child p{margin-top:0}.cut-corner h1:first-of-type{margin-top:0}.cut-corner h1:last-child{margin-bottom:0}.cut-corner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,144,223,.9);transform-origin:100% 0;z-index:-1;transform:skew(0deg)}@media (min-width:767px){.cut-corner:after{transform:skew(-33deg)}}.frame-type-mask_ce_intro .cut-corner{padding:20px 14.5% 20px 0;max-width:70%}@media (min-width:1676px){.frame-type-mask_ce_intro .cut-corner{max-width:62.7%}}@media (max-width:1024.98px){.frame-type-mask_ce_intro .cut-corner{max-width:100%;width:100%;padding:21px 0}.frame-type-mask_ce_intro .cut-corner:after{transform:none;background:#0090df}}.frame-type-mask_ce_intro .cut-corner__wrapper{position:relative}.frame-type-mask_ce_intro .cut-corner__wrapper:before{content:"";position:absolute;width:50vw;right:100%;background:rgba(0,144,223,.9);top:0;height:100%}@media (max-width:1024.98px){.frame-type-mask_ce_intro .cut-corner__wrapper:after,.frame-type-mask_ce_intro .cut-corner__wrapper:before{background:#0090df}.frame-type-mask_ce_intro .cut-corner__wrapper:after{content:"";position:absolute;width:50vw;left:100%;top:0;height:100%}}.ce-icontext{display:flex;flex-direction:row;flex-wrap:wrap}.ce-icontext-item{flex:1 0 40%;margin:18px 10px;display:flex;flex-direction:column;justify-content:top;align-items:center;opacity:0}@media (min-width:1025px){.ce-icontext-item{flex:1 0 20%;margin:0 20px}}.ce-icontext-item figure{margin:0}.ce-icontext-item picture{display:block}@media (min-width:575px){.ce-icontext-item picture{width:100%;height:120px}}.ce-icontext-item img{width:auto;height:60px;margin:0 auto}@media (min-width:575px){.ce-icontext-item img{width:auto;height:auto;max-width:100%;max-height:100%}}.ce-icontext-item .ce-icontext-item-content{align-items:center;text-align:center}@media (min-width:575px){.ce-icontext-item .ce-icontext-item-content{min-height:170px}}.ce-icontext-item .ce-icontext-item-content .ce-icontext-item-headline{color:#000;font-weight:700;margin:20px 0;display:inline-block}@media (min-width:575px){.ce-icontext-item .ce-icontext-item-content .ce-icontext-item-headline{font-size:24px;line-height:32px;margin:25px 0 15px}}.ce-icontext-item .ce-icontext-item-content p{color:#706f6f;display:none}@media (min-width:575px){.ce-icontext-item .ce-icontext-item-content p{display:block;font-size:18px;line-height:24px;letter-spacing:-.2px;margin-bottom:auto}}.accordion{list-style:none;margin:0;padding:0}.accordion__item{padding-top:20px;padding-bottom:20px;border-bottom:1px solid #bababa}@media (min-width:575px){.accordion__item{padding-top:30px;padding-bottom:30px}}.accordion__item__title{display:block;position:relative;font-size:16px;font-weight:700;color:#000;padding-right:60px}@media (min-width:575px){.accordion__item__title{padding-right:140px;font-size:18px}}.accordion__item__title:hover{text-decoration:none;color:#0090df}.accordion__item__title:hover:after{top:10px;height:17px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'288\' height=\'288\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' xmlns:svgjs=\'http://svgjs.com/svgjs\'%3E%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'288\' height=\'288\' viewBox=\'0 0 20.406 11.264\'%3E%3Cpath fill=\'none\' stroke=\'%230090df\' stroke-width=\'1.5\' d=\'M.53.531l9.672 9.673L19.875.531\' data-name=\'Pfeil rechts\' class=\'colorStroke191919 svgStroke\'/%3E%3C/svg%3E%3C/svg%3E")}.accordion__item__title:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'45\' height=\'26\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M2.828 2.828h0l20 20 20-20\' stroke=\'%23000\' stroke-width=\'4\' fill=\'none\' fill-rule=\'evenodd\' stroke-linecap=\'round\'/%3E%3C/svg%3E");content:"";position:absolute;top:12px;right:0;background-repeat:no-repeat;background-size:20px auto;width:20px;height:12px;transform:translateY(-50%);transition:transform .3s ease-in-out}@media (min-width:575px){.accordion__item__title:after{right:30px}}.accordion__item__title:not(.collapsed):hover:after{top:13px}.accordion__item__title:not(.collapsed):after{transform:rotate(180deg) translateY(50%)}.accordion__item__content{padding-right:40px}@media (min-width:575px){.accordion__item__content{padding-right:70px}}.accordion__item__content:before{display:block;height:20px;content:""}.accordion__item__content>:last-child{margin-bottom:0}.breadcrumb-wrap{z-index:10;margin:0 auto!important;padding:0!important;opacity:0}.breadcrumb-wrap .container{padding:0 20px;max-width:100%}@media (min-width:575px){.breadcrumb-wrap .container{padding:0}}.nav .nav-item.dropdown-link:first-child{margin-left:-40px;padding-left:40px}.nav .nav-item.dropdown-link:first-child:focus,.nav .nav-item.dropdown-link:first-child:hover{background-color:transparent}.nav--breadcrumb{padding:0}.nav--breadcrumb .nav-item{padding:15px 6px 0 0}.nav--breadcrumb .nav-item:first-child{padding-left:0}.nav--breadcrumb .nav-item svg{height:12px;width:12px;color:#bababa}.nav--breadcrumb .nav-item svg path{stroke:currentColor}.nav--breadcrumb .nav-link{color:#bababa;font-family:TT Norms,sans-serif;font-size:16px;line-height:20px;font-weight:700;text-transform:none;padding:0;margin-right:15px;display:inline-block;transition:all .3s ease-in}.nav--breadcrumb .nav-link.active{color:#006f9e;font-weight:700}.nav--breadcrumb .nav-link.active:focus,.nav--breadcrumb .nav-link.active:hover{color:#006f9e!important}.nav--breadcrumb .nav-link:focus,.nav--breadcrumb .nav-link:hover{color:#0090df!important}.reference-headline{color:#0090df;margin:20px 0 10px;font-size:28px;line-height:34px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-weight:600;transition:color .1s ease-out}@media (min-width:575px){.reference-headline{font-size:48px;line-height:56px;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}}.reference-teaser{display:flex;margin:30px 0;position:relative;overflow:hidden}@media (min-width:767px){.reference-teaser{margin:50px 0}}.reference-teaser .column{padding:0}.reference-teaser .column a:hover{color:#0090df;background-color:transparent}.reference-teaser .column a.tag-item:hover{color:#fff;background-color:#0090df}.reference-teaser figure{padding:0;margin:0}.reference-teaser .image-shape picture{display:block;height:100%;width:100%}.reference-teaser .image-shape img{max-width:100%;max-height:100%}@media (min-width:767px){.reference-teaser .image-shape img{max-width:100%;min-height:100%;max-height:100%}}.reference-teaser .center{display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width:1025px){.reference-teaser:hover .reference-headline{color:#fff}}.reference-teaser:nth-of-type(odd){flex-direction:column}@media (min-width:1025px){.reference-teaser:nth-of-type(odd){flex-direction:row}.reference-teaser:nth-of-type(odd) .column:nth-of-type(odd){margin-right:15px}.reference-teaser:nth-of-type(odd) .column:nth-of-type(2n){margin-left:15px}.reference-teaser:nth-of-type(odd):before{content:"";position:absolute;-webkit-clip-path:polygon(0 0,100% 0,75% 100%,0 100%);clip-path:polygon(0 0,100% 0,75% 100%,0 100%);height:100%;top:0;right:0;bottom:0;left:0;background-color:#0090df;transform:translate(-100%);box-sizing:border-box;transition:all .7s;z-index:-1}.reference-teaser:nth-of-type(odd):hover:before{transform:translate(0);width:150%}}.reference-teaser:nth-of-type(odd) .image-shape{-webkit-clip-path:polygon(0 0,100% 0,47% 100%,0 100%);clip-path:polygon(0 0,100% 0,47% 100%,0 100%);height:auto;width:100%}@media (min-width:575px){.reference-teaser:nth-of-type(odd) .image-shape{height:auto;width:100%}}.reference-teaser:nth-of-type(2n){flex-direction:column}@media (min-width:1025px){.reference-teaser:nth-of-type(2n){flex-direction:row-reverse}.reference-teaser:nth-of-type(2n) .column:nth-of-type(2n){margin-right:15px;padding-left:20px}.reference-teaser:nth-of-type(2n) .column:nth-of-type(odd){margin-left:15px}.reference-teaser:nth-of-type(2n):before{content:"";position:absolute;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,47% 100%);clip-path:polygon(0 0,100% 0,100% 100%,47% 100%);height:100%;width:100%;top:0;right:0;bottom:0;left:0;background-color:#0090df;transform:translate(150%);box-sizing:border-box;transition:all .7s;z-index:-1}.reference-teaser:nth-of-type(2n):hover:before{transform:translate(-50%);width:150%}}.reference-teaser:nth-of-type(2n) .image-shape{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,47% 100%);clip-path:polygon(0 0,100% 0,100% 100%,47% 100%);height:auto;width:100%}@media (min-width:575px){.reference-teaser:nth-of-type(2n) .image-shape{height:auto;width:100%}}.tns-ovh{padding:0 55px;margin:-40px -65px 0}.tns-outer{position:relative}.frame .page-navigation>.tx-indexedsearch-browsebox>li .tns-outer+a,.tns-outer+.btn{margin-top:-40px}.tns-nav{display:none}.tns-controls{z-index:1;width:100%}@media (max-width:1190px){.tns-controls{display:none}}.tns-controls:focus{outline:none}.tns-controls button{position:absolute;left:-50px;top:0;height:calc(100% - 145px);width:50px;border:0;background-color:transparent;padding:0;margin:0;z-index:1}@media (max-width:1023px){.tns-controls button{height:calc(100% - 150px)}}.tns-controls button svg{width:12.5px;height:25px;transition:all .1s ease-in-out}.tns-controls button:first-of-type{transform:rotate(180deg)}.tns-controls button:last-of-type{left:auto;right:-50px}.tns-controls button:hover{outline:0}.tns-controls button:hover svg{width:15px;height:30px}.carousel-slider{overflow-x:auto;padding:40px 0 80px;display:flex}@media (max-width:1024.98px){.carousel-slider .carousel-item:hover{box-shadow:0 0 0 transparent}}@media (max-width:766.98px){.carousel-slider .carousel-item{left:-65px;position:relative}}@media (min-width:575px){.carousel-slider .carousel-item{left:0;position:relative}}.carousel-item{opacity:1;position:relative;padding:10px;transition:all .3s ease-in-out}@media (min-width:575px){.carousel-item:not(.tns-slide-active){opacity:0}}.carousel-item:hover{box-shadow:0 20px 60px rgba(0,0,0,.1803921568627451);text-decoration:none}.carousel-item:hover img{transform:scale(1.05)}@media (max-width:1024.98px){.carousel-item:hover img{transform:scale(1)}}.carousel-figure{background:#efefef}.carousel-figure:before{content:"";padding-top:100%;display:block}.carousel-image{position:absolute;top:50%;transform:translate(-50%,-50%);left:50%}.carousel-image img{transition:all .3s ease-in-out}.carousel-item-price{font-weight:700;color:#000}@media (min-width:767px){.carousel-item-price{font-size:18px;line-height:22px}}.carousel-description{color:#0090df;font-weight:700;word-break:break-word}@media (min-width:767px){.carousel-description{font-size:24px;line-height:29px;margin:10px 0}}html.sidebar-no-overflow{overflow:hidden}html.sidebar-no-overflow .page-header{display:none}.online-indicator{width:10px;height:10px;background:#1ce81c;display:inline-block;border-radius:50%;position:absolute;top:13px;right:8px;animation:pulsate 1.5s infinite}.sidebar-icon.ws-chat-btn{transform:translateX(80px);animation:slide-in 1s forwards}@keyframes pulsate{0%{opacity:1}50%{opacity:0}to{transform:1}}@keyframes slide-in{to{transform:translateX(0)}}.sidebar{position:fixed;transform:translateY(0);top:70px;right:-2%;opacity:0;z-index:9999;transition:opacity .3s ease-in-out,transform .3s ease-in-out,right .3s ease-in-out}.sidebar.active{opacity:1;right:0}@media (min-width:575px){.sidebar{position:fixed;top:50%;transform:translateY(-50%)}}.sidebar input{display:contents!important}.sidebar .ws-chat-btn{display:none}body[data-ws-chat-online=true] .ws-chat-btn{display:flex}.sidebar-item{margin-bottom:1px}.sidebar-item label{margin:0;padding:0}.sidebar-icon{position:relative;background:#0090df;box-shadow:0 0 40px rgba(0,0,0,.12156862745098039);width:60px;height:60px;line-height:60%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .4s ease-out}.sidebar-icon svg .a{fill:transparent;stroke:#fff}.sidebar-icon:last-of-type{margin-bottom:0}.sidebar-content{transform:translateX(100%);position:absolute;top:-70px;width:100vw;height:100vh;opacity:0;background:#fff;overflow-y:auto;right:0;z-index:-1;padding:28px;box-shadow:0 0 40px rgba(0,0,0,.12156862745098039);transition:all .4s ease-in}@media (min-width:575px){.sidebar-content{transform:translate(100%,-15%);position:absolute;top:0;width:366px;max-height:500px}}.frame .page-navigation>.tx-indexedsearch-browsebox>li .sidebar-content a,.sidebar-content .btn,.sidebar-content .frame .page-navigation>.tx-indexedsearch-browsebox>li a{width:100%}.sidebar-content section{margin:0 auto!important;padding:0}.sidebar-content-header{position:relative;height:50px;background:#fff;margin:0;display:flex;justify-content:space-between;top:-28px;left:-28px;width:calc(100% + 56px);box-shadow:0 0 40px rgba(0,0,0,.12156862745098039)}.sidebar-content-header svg{max-height:100%;width:auto}.sidebar-content-header label{width:50px;height:50px;font-size:0;color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.sidebar-content-header label:after,.sidebar-content-header label:before{content:"";width:2px;background:#191919;height:20px;position:absolute;transform:rotate(45deg);transition:transform .2s ease-in}.sidebar-content-header label:after{transform:rotate(-45deg)}.sidebar-content-header label:hover:before{transform:rotate(55deg)}.sidebar-content-header label:hover:after{transform:rotate(-35deg)}@media (min-width:575px){.sidebar-content-header{display:none}}.sidebar-content-open:checked+.sidebar-item .sidebar-icon,.sidebar-item:hover .sidebar-icon{background:#fff;box-shadow:none}.sidebar-content-open:checked+.sidebar-item svg .a,.sidebar-item:hover svg .a{stroke:#0090df}.sidebar-content-open:checked+.sidebar-item .sidebar-content{opacity:1;transform:translateX(0);top:-70px;z-index:20}@media (min-width:575px){.sidebar-content-open:checked+.sidebar-item .sidebar-content{transform:translate(-60px,-15%);top:0;z-index:-1}}.full-width-teaser-container-shop{width:100%;overflow:hidden;max-width:1920px;margin:0 auto}.full-width-teaser-container-shop .cut-corner{max-width:100%;position:absolute;bottom:0;padding:19px;width:inherit}@media (min-width:1025px){.full-width-teaser-container-shop .cut-corner{position:relative;padding:99px 50px 99px 90px;max-width:75%}}@media (min-width:1676px){.full-width-teaser-container-shop .cut-corner{position:relative;padding:99px 90px;max-width:50%}}.full-width-teaser-container-shop .cut-corner h2{display:none}@media (min-width:1025px){.full-width-teaser-container-shop .cut-corner h2{display:initial;margin:0}}.frame .page-navigation>.tx-indexedsearch-browsebox>li .full-width-teaser-container-shop .cut-corner a,.full-width-teaser-container-shop .cut-corner .btn,.full-width-teaser-container-shop .cut-corner .frame .page-navigation>.tx-indexedsearch-browsebox>li a{width:100%}@media (min-width:1025px){.frame .page-navigation>.tx-indexedsearch-browsebox>li .full-width-teaser-container-shop .cut-corner a,.full-width-teaser-container-shop .cut-corner .btn,.full-width-teaser-container-shop .cut-corner .frame .page-navigation>.tx-indexedsearch-browsebox>li a{width:-webkit-fit-content;width:fit-content;margin:0}}.full-width-teaser-container-shop .cut-corner:after{transform:skew(0deg)}@media (min-width:1025px){.full-width-teaser-container-shop .cut-corner:after{transform:skew(-33deg)}}.full-width-teaser-container-shop .full-width-teaser{width:100%;height:400px;transition:.3s;position:relative;background-repeat:no-repeat;background-size:cover}@media (min-width:1025px){.full-width-teaser-container-shop .full-width-teaser{height:100%}}@media (min-width:1025px){.full-width-teaser-container-shop .full-width-teaser:hover .cut-corner{max-width:150%;width:-webkit-fill-available;width:stretch}.full-width-teaser-container-shop .full-width-teaser:hover .cut-corner:after{transform:skew(0deg)}}.full-width-teaser-container-shop .full-width-teaser .full-width-teaser-title{color:#fff;max-width:100%;font-weight:700}@media (min-width:1025px){.full-width-teaser-container-shop .full-width-teaser .full-width-teaser-title{max-width:400px;font-size:32px;line-height:38px;margin:20px 0;padding:0}}.quote{display:flex;flex-direction:column}@media (min-width:1200px){.quote{flex-direction:row}}.quote img{width:50%;height:auto;max-width:370px;margin:0 0 20px}@media (min-width:1200px){.quote img{width:370px;margin:0 30px 0 0}}.quote .quote-text{padding:0}@media (min-width:1200px){.quote .quote-text{margin:0}}.quote .quote-text p{font-size:24px;line-height:32px;margin-bottom:20px;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}@media (min-width:1200px){.quote .quote-text p{font-size:31px;line-height:41px}}.quote .quote-text .quote-author,.quote .quote-text .quote-author-position{display:block;font-size:16px;line-height:22px}@media (min-width:1200px){.quote .quote-text .quote-author,.quote .quote-text .quote-author-position{font-size:18px;line-height:21px}}.quote .quote-text .quote-author{font-weight:700;color:#191919;margin-bottom:7px}@media (min-width:1200px){.quote .quote-text .quote-author{margin-bottom:5px}}.quote .quote-text .quote-author-position{color:#706f6f}.certificates{display:-ms-grid;display:grid;-ms-grid-columns:50% 50%;grid-template-columns:50% 50%;-ms-grid-rows:auto;grid-template-rows:auto;grid-template-areas:"up up" "middle middle" "bottom-left bottom-right"}@media (min-width:767px){.certificates{-ms-grid-rows:auto 40% auto;grid-template-rows:auto 40% auto}}@media (min-width:1025px){.certificates{-ms-grid-columns:27% 25% 25% 23%;grid-template-columns:27% 25% 25% 23%;-ms-grid-rows:100%;grid-template-rows:100%;grid-template-areas:"up middle bottom-left bottom-right"}}.certificate-icon{width:160px;height:82px;margin:0 auto}@media (min-width:767px){.certificate-icon{width:180px;height:138px}}@media (min-width:1025px){.certificate-icon{width:212px;height:108px;margin:0}}.certificate-full-up{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:up}@media (min-width:1025px){.certificate-full-up{display:flex;align-items:center}}.certificate-full-middle{-ms-grid-row:2;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:middle;margin:20px auto}@media (min-width:1025px){.certificate-full-middle{margin:0}}.certificate-half-last{-ms-grid-row:3;-ms-grid-column:1;grid-area:bottom-left}.certificate-full-last{-ms-grid-row:3;-ms-grid-column:2;grid-area:bottom-right}@media (min-width:1025px){.certificate-full-up{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:1}.certificate-full-middle{-ms-grid-row:1;-ms-grid-column:2;-ms-grid-column-span:1}.certificate-half-last{-ms-grid-row:1;-ms-grid-column:3}.certificate-full-last{-ms-grid-row:1;-ms-grid-column:4}}.certificates-headline{font-weight:700;color:#000;font-size:24px;line-height:32px;max-width:80%}@media (min-width:1025px){.certificates-headline{font-size:32px;line-height:36px}}.performance-teaser{display:flex;flex-wrap:wrap}@media (min-width:767px){.performance-teaser{justify-content:space-between}}.performance-teaser_card{flex:0 0 100%;display:flex;flex-wrap:wrap;margin-bottom:1rem}@media (min-width:767px){.performance-teaser_card{flex:0 0 48%}}@media (min-width:1025px){.performance-teaser_card{flex:0 0 23%}}.performance-teaser_card .performance-teaser-image{flex:0 0 100%;display:flex}@media (min-width:767px){.performance-teaser_card .performance-teaser-image{display:block;flex:0 0 100%}}.performance-teaser_card .performance-teaser-image img{height:auto;max-width:100%;max-height:100%}@media (min-width:767px){.performance-teaser_card .performance-teaser-image img{width:100%;height:auto}}.performance-teaser_card .performance-teaser-text{flex:0 0 70%;padding:0 1rem}@media (min-width:767px){.performance-teaser_card .performance-teaser-text{flex:0 0 100%;padding:0}}.performance-teaser_card .performance-teaser-text p{color:#706f6f}.performance-teaser_card .management-teaser__title,.performance-teaser_card h3{margin-top:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:767px){.performance-teaser_card .management-teaser__title,.performance-teaser_card h3{margin-top:1rem}}.contact-teaser{display:flex;flex-wrap:wrap}.contact-teaser .industry-teaser__title,.contact-teaser .management-teaser__title,.contact-teaser h2,.contact-teaser h3,.contact-teaser h4{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.contact-teaser__image{width:100%}@media (min-width:767px){.contact-teaser__image{flex:0 0 61%}}.contact-teaser__image .image-shape{-webkit-clip-path:polygon(0 0,100% 0,41% 100%,0 100%);clip-path:polygon(0 0,100% 0,41% 100%,0 100%);height:220px;width:100%}@media (min-width:767px){.contact-teaser__image .image-shape{height:500px;width:100%}}.contact-teaser__image .image-shape picture{display:block;width:auto;height:auto;max-width:100%;max-height:100%}.contact-teaser__image .image-shape img{width:100%}@media (min-width:767px){.contact-teaser__image .image-shape img{width:auto;height:auto;max-width:100%;max-height:100%}}@media (min-width:767px){.contact-teaser__info{flex:0 0 39%;flex-direction:column;justify-content:center}}.contact-teaser__info h2{font-size:18px;text-transform:uppercase;display:none;font-weight:100}@media (min-width:767px){.contact-teaser__info h2{display:block}}@media (min-width:767px){.contact-teaser__info .contact-teaser-content{width:84%;margin:0 auto}}.contact-teaser__info .contact-teaser-content .btn,.contact-teaser__info .contact-teaser-content .frame .page-navigation>.tx-indexedsearch-browsebox>li a,.frame .page-navigation>.tx-indexedsearch-browsebox>li .contact-teaser__info .contact-teaser-content a{width:100%}@media (min-width:1025px){.contact-teaser__info .contact-teaser-content .btn,.contact-teaser__info .contact-teaser-content .frame .page-navigation>.tx-indexedsearch-browsebox>li a,.frame .page-navigation>.tx-indexedsearch-browsebox>li .contact-teaser__info .contact-teaser-content a{width:-webkit-fit-content;width:fit-content}}.contact-teaser__info .management-teaser__title,.contact-teaser__info h3{font-size:32px;font-weight:900;line-height:normal}.contact-teaser__info .industry-teaser__title,.contact-teaser__info h4{font-size:24px;margin-bottom:0}.contact-teaser__info .margin-top{margin-top:1.3rem}.contact-teaser__info p{font-size:24px;margin-top:.5rem;color:#706f6f}.contact-teaser__info .tel-link{margin:1.5rem 0 .5rem;font-size:32px}.contact-teaser__callback{font-size:15px;display:none}@media (min-width:1025px){.contact-teaser__callback{display:block}}.contact-teaser__callback>a{text-decoration:underline;font-weight:700}@media (min-width:1025px){.contact-teaser__callback__button{display:none!important}}@media (min-width:767px){.dropdown-menu .contact-teaser__image,.sidebar-content .contact-teaser__image{flex:0 0 100%}}.dropdown-menu .contact-teaser__image .image-shape,.sidebar-content .contact-teaser__image .image-shape{-webkit-clip-path:polygon(0 0,100% 0,41% 100%,0 100%);clip-path:polygon(0 0,100% 0,41% 100%,0 100%);height:auto;width:100%}@media (min-width:767px){.dropdown-menu .contact-teaser__image .image-shape,.sidebar-content .contact-teaser__image .image-shape{height:auto;width:100%}}.dropdown-menu .contact-teaser__image .image-shape picture,.sidebar-content .contact-teaser__image .image-shape picture{width:100%;height:auto}.dropdown-menu .contact-teaser__image .image-shape img,.sidebar-content .contact-teaser__image .image-shape img{width:100%}@media (min-width:767px){.dropdown-menu .contact-teaser__image .image-shape img,.sidebar-content .contact-teaser__image .image-shape img{width:100%;height:auto}}@media (min-width:767px){.dropdown-menu .contact-teaser__info,.sidebar-content .contact-teaser__info{flex:0 0 100%}}@media (min-width:767px){.dropdown-menu .contact-teaser__info .contact-teaser-content,.sidebar-content .contact-teaser__info .contact-teaser-content{width:100%}}.dropdown-menu .contact-teaser__info .contact-teaser-content h2,.sidebar-content .contact-teaser__info .contact-teaser-content h2{display:none}.dropdown-menu .contact-teaser__info .contact-teaser-content .management-teaser__title,.dropdown-menu .contact-teaser__info .contact-teaser-content h3,.sidebar-content .contact-teaser__info .contact-teaser-content .management-teaser__title,.sidebar-content .contact-teaser__info .contact-teaser-content h3{font-size:24px}.dropdown-menu .contact-teaser__info .contact-teaser-content .industry-teaser__title,.dropdown-menu .contact-teaser__info .contact-teaser-content h4,.sidebar-content .contact-teaser__info .contact-teaser-content .industry-teaser__title,.sidebar-content .contact-teaser__info .contact-teaser-content h4{font-size:18px;margin-top:15px}.dropdown-menu .contact-teaser__info .contact-teaser-content p,.sidebar-content .contact-teaser__info .contact-teaser-content p{font-size:18px;line-height:24px;margin-top:0;margin-bottom:15px}.dropdown-menu .contact-teaser__info .contact-teaser-content .tel-link,.sidebar-content .contact-teaser__info .contact-teaser-content .tel-link{margin-top:5px;margin-bottom:5px;font-size:30px}.dropdown-menu .contact-teaser{flex:0 0 50%}.dropdown-menu .contact-teaser__image .image-shape{-webkit-clip-path:none;clip-path:none}.dropdown-menu .contact-teaser__info .contact-teaser-content .industry-teaser__title,.dropdown-menu .contact-teaser__info .contact-teaser-content h4{display:none}.dropdown-menu .contact-teaser__info .contact-teaser-content .btn,.dropdown-menu .contact-teaser__info .contact-teaser-content .frame .page-navigation>.tx-indexedsearch-browsebox>li a,.frame .page-navigation>.tx-indexedsearch-browsebox>li .dropdown-menu .contact-teaser__info .contact-teaser-content a{display:flex}.submodule-references-three-columns,.submodule-references-two-columns{list-style:none;display:flex;flex-wrap:wrap;flex-direction:column;padding:0}@media (min-width:1025px){.submodule-references-three-columns,.submodule-references-two-columns{flex-direction:row}}.submodule-references-three-columns a,.submodule-references-two-columns a{display:flex;flex-direction:column;justify-content:center;align-items:center}.submodule-references-three-columns a:hover,.submodule-references-two-columns a:hover{background:transparent}.submodule-references-three-columns li,.submodule-references-two-columns li{transition:all .3s ease-in-out;margin-bottom:20px;padding:0 10px}.submodule-references-three-columns li:hover,.submodule-references-two-columns li:hover{box-shadow:0 20px 60px rgba(0,0,0,.12156862745098039)}.submodule-references-three-columns li:hover img,.submodule-references-two-columns li:hover img{transform:scale(1.05)}.submodule-references-three-columns .submodule-references-image-container,.submodule-references-two-columns .submodule-references-image-container{background:#efefef;width:100%;display:flex;justify-content:center;margin:10px 0;text-align:center}.submodule-references-three-columns .submodule-references-category,.submodule-references-three-columns .submodule-references-product,.submodule-references-two-columns .submodule-references-category,.submodule-references-two-columns .submodule-references-product{margin-right:auto;font-weight:700;margin-bottom:10px;font-size:24px;line-height:32px}@media (min-width:1025px){.submodule-references-three-columns .submodule-references-category,.submodule-references-three-columns .submodule-references-product,.submodule-references-two-columns .submodule-references-category,.submodule-references-two-columns .submodule-references-product{font-size:32px;line-height:38px;overflow-wrap:break-word;max-width:100%}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.submodule-references-category,.submodule-references-product{word-break:unset!important;overflow-wrap:unset!important}}}.submodule-references-two-columns{justify-content:space-between;margin:0 -10px}.submodule-references-two-columns li{flex:1 0 100%;width:100%;max-width:100%;margin:20px 0;padding:0 10px}@media (min-width:1025px){.submodule-references-two-columns li{flex:1 0 49.5%;max-width:49.5%;margin:20px 0;padding:0 10px}}.submodule-references-two-columns .submodule-reference-item:hover{text-decoration:none}.submodule-references-two-columns .submodule-reference-item:hover .submodule-references-category{background:transparent}.submodule-references-two-columns .submodule-references-image-container{padding:50px 0}@media (min-width:1025px){.submodule-references-two-columns .submodule-references-image-container{padding:70px 0}}.submodule-references-two-columns .submodule-references-image-container img{transition:all .3s ease-in-out;height:183px;width:auto}@media (min-width:1025px){.submodule-references-two-columns .submodule-references-image-container img{height:202px}}.submodule-references-two-columns .submodule-references-category{color:#000;background:transparent}.submodule-references-three-columns{margin:0 -10px;gap:.6%}.submodule-references-three-columns li{flex:1 0 100%;max-width:100%}@media (min-width:1025px){.submodule-references-three-columns li{flex:1 0 32%;max-width:32%}}.submodule-references-three-columns li a:hover{color:#0090df}.submodule-references-three-columns .submodule-reference-item:hover{text-decoration:none}.submodule-references-three-columns .submodule-reference-item:hover .submodule-references-product{color:#0090df;background:transparent}.submodule-references-three-columns .submodule-references-image-container{padding:50px}.submodule-references-three-columns img{transition:all .3s ease-in-out;height:142px;width:auto}@media (min-width:1025px){.submodule-references-three-columns img{height:155px}}.statistics{flex-wrap:wrap;justify-content:space-between;padding:0}.statistics,.statistics li{display:flex;align-items:center}.statistics li{flex:1 0 35%;width:35%;margin:20px 0 10px;flex-direction:column;justify-content:center}@media (min-width:575px){.statistics li{flex:1 0 40%;width:40%;min-height:200px;margin:0 10px}}@media (min-width:1025px){.statistics li{flex:1 0 20%;width:20%}}.statistics .statistics-counter,.statistics .statistics-counter-fast{color:#0090df;font-weight:700;font-size:48px;line-height:56px;margin-bottom:14px}@media (min-width:1025px){.statistics .statistics-counter,.statistics .statistics-counter-fast{font-size:72px;line-height:86px;margin-bottom:14px}}.statistics .statistics-field{color:#000;font-weight:700;font-size:18px;line-height:24px;margin-bottom:auto;text-align:center;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;max-width:80%}@media (min-width:1025px){.statistics .statistics-field{font-size:24px;line-height:30px;max-width:100%}}.order-teaser{background:#0090df}.order-teaser__wrapper{display:-ms-grid;display:grid;-ms-grid-columns:25% 75%;grid-template-columns:25% 75%;-ms-grid-rows:auto auto;grid-template-rows:auto auto;grid-template-areas:"icon headline" "icon phone" "callback callback" "button button";padding:30px 0}@media (min-width:1025px){.order-teaser__wrapper{display:-ms-inline-grid;display:inline-grid;-ms-grid-columns:8% 35% 42.7% 14.3%;grid-template-columns:8% 35% 42.7% 14.3%;grid-template-areas:"icon headline phone button";-ms-grid-rows:100%;grid-template-rows:100%;padding:0;width:100%;min-height:195px}}@media (min-width:1025px){.order-teaser__wrapper>*{-ms-grid-row-align:center;-ms-grid-column-align:center;place-self:center}}.order-teaser__wrapper figure picture img{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:1;grid-area:icon;-ms-grid-row-align:auto;-ms-grid-column-align:auto;place-self:auto;padding-right:15px}@media (min-width:1025px){.order-teaser__wrapper figure picture img{-ms-grid-row-align:center;-ms-grid-column-align:center;place-self:center;padding:0}}.order-teaser__wrapper .order-teaser__button{-ms-grid-row:4;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:button;width:100%;margin:0;min-width:210px}@media (min-width:1025px){.order-teaser__wrapper .order-teaser__button{width:auto}}.order-teaser__wrapper .order-teaser__callback{-ms-grid-row:3;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:callback;width:100%;min-width:210px;margin-top:0}@media (min-width:1025px){.order-teaser__wrapper .order-teaser__callback{display:none}}.order-teaser__headline{-ms-grid-row:1;-ms-grid-column:2;grid-area:headline;text-transform:none;color:#fff;font-weight:700;font-size:24px;line-height:32px;letter-spacing:0;margin:0 0 0 40px;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;max-width:290px}@media (min-width:1025px){.order-teaser__headline{margin-left:30px}}.order-teaser__headline picture img{-ms-grid-row:1;-ms-grid-column:2;grid-area:headline;text-transform:none;color:#fff;font-weight:700;font-size:24px;line-height:32px;margin:0}@media (min-width:1025px){.order-teaser__headline picture img{font-size:32px;line-height:38px}}.order-teaser__phone{color:#fff;font-weight:700;font-size:24px;line-height:32px}.order-teaser__phone__wrapper{-ms-grid-row:2;-ms-grid-column:2;grid-area:phone;margin:10px 40px;-ms-grid-column-align:start;justify-self:start;transition:all .3s ease-in-out}@media (min-width:1025px){.order-teaser__wrapper figure picture img{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1}.order-teaser__wrapper .order-teaser__button{-ms-grid-row:1;-ms-grid-column:4;-ms-grid-column-span:1}.order-teaser__headline,.order-teaser__headline picture img{-ms-grid-row:1;-ms-grid-column:2}.order-teaser__phone__wrapper{-ms-grid-row:1;-ms-grid-column:3;margin:0}}@media (min-width:1025px){.order-teaser__phone{font-size:32px;line-height:38px}}.order-teaser__phone:hover{color:#fff;text-decoration:none;transform:scale(1.05)}.order-teaser__phone__callback{display:none;color:#fff;font-size:17px}@media (min-width:1025px){.order-teaser__phone__callback{display:block}}.order-teaser__phone__callback a{font-weight:700;text-decoration:underline;color:#fff}.product-extension .management-teaser__title,.product-extension h3{margin-bottom:10px;margin-top:60px}.product-extension--description{display:block;padding-bottom:30px;font-size:16px;line-height:22px}@media (min-width:767px){.product-extension--description{font-size:18px;line-height:24px}}.product-extension--more .industry-teaser__title,.product-extension--more h4{margin:30px 0 15px}.product-extension--list{display:flex;flex-direction:row;justify-content:normal;list-style:none;flex-wrap:wrap;padding:0}@media (min-width:767px){.product-extension--list{justify-content:normal}}.product-extension--list>*{min-width:160px;width:160px;margin:0 25px 10px 0}@media (min-width:767px){.product-extension--list>*{min-width:265px;margin:0 25px 10px 0}}.product-extension--list>* div{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.product-extension--list figure{height:100px;background:#efefef;margin-bottom:3px}@media (min-width:767px){.product-extension--list figure{min-height:150px;width:100%}}.product-extension--list picture{display:block}.product-extension--list picture img{width:auto;height:112px;display:flex;margin:0 auto;padding:15px 0}@media (min-width:767px){.product-extension--list picture img{height:150px}}.image-teaser-flex-column{display:flex;word-break:break-word;flex-wrap:wrap;list-style:none;padding:0;overflow:hidden;max-width:1920px;margin:0 auto}.image-teaser-flex-column li{width:100%;height:auto}@media (min-width:1025px){.image-teaser-flex-column li{height:auto;height:295px}}.image-teaser-flex-column li .management-teaser__title,.image-teaser-flex-column li h3{font-size:48px;line-height:57px}.image-teaser-flex-column li img{max-width:100%}@media (min-width:1025px){.image-teaser-flex-column li img{max-width:100%}}@media (min-width:1025px){.image-teaser-flex-column li{width:50%;height:auto}}.image-teaser-flex-column .image-teaser-link{box-sizing:border-box;min-height:50px}.image-teaser-flex-column .image-teaser-link:hover .image-description-effect{font-size:48px;line-height:57px}@media (min-width:1025px){.image-teaser-flex-column .image-teaser-link:hover .image-description-effect{bottom:10%;font-size:28px;line-height:34px}}@media (min-width:1676px){.image-teaser-flex-column .image-teaser-link:hover .image-description-effect{bottom:5%}}.image-teaser-flex-row{display:flex;word-break:break-word;list-style:none;padding:0;flex-direction:column;max-width:1920px;margin:0 auto}@media (min-width:1025px){.image-teaser-flex-row{flex-direction:row}}.image-teaser-flex-row li{width:100%;overflow:hidden;position:relative;height:auto}@media (min-width:1025px){.image-teaser-flex-row li{flex:0 1 auto}}.image-teaser-flex-row li img{max-width:none;max-width:100%;width:100%}.image-teaser-link{box-sizing:border-box;min-height:50px}.image-teaser-link:hover .image-description-effect{transition:all .3s ease-in-out}.image-teaser-link:hover .image-description-effect .image-description-effect-fade{visibility:visible;height:auto;opacity:1;transition:all .3s ease-in-out}@media (min-width:1025px){.image-teaser-link:hover .image-description-effect{bottom:10%}}@media (min-width:1676px){.image-teaser-link:hover .image-description-effect{bottom:5%}}.image-teaser-link .image-teaser-container{overflow:hidden}.image-teaser-link .image-teaser-container:after{content:"";position:absolute;bottom:0;left:0;right:0;top:0;background:transparent linear-gradient(0deg,#191919,rgba(25,25,25,0) 40%) 0 0 no-repeat padding-box;opacity:.8;transform:0;z-index:1000}.image-teaser-link .image-teaser-container:before{content:"";position:absolute;-webkit-clip-path:polygon(0 0,100% 0,75% 100%,0 100%);clip-path:polygon(0 0,100% 0,75% 100%,0 100%);opacity:.8;height:100%;top:0;right:0;bottom:0;left:0;background-color:#0090df;transform:translate(-110%);box-sizing:border-box;transition:.4s ease-in-out;z-index:1}.image-teaser-link .image-teaser-container:hover:before{transform:translate(0);width:150%}.image-teaser-link picture{display:block}.image-teaser-link figure,.image-teaser-link figure figcaption{margin:0}.image-teaser-link .image-description-effect{position:absolute;z-index:1001;bottom:5%;padding:0 20px;color:#fff;transition:all .3s ease-in-out}@media (min-width:1025px){.image-teaser-link .image-description-effect{position:absolute;bottom:10%;padding:0 30px}}@media (min-width:1676px){.image-teaser-link .image-description-effect{bottom:5%;padding:0 40px}}.image-teaser-link .image-description-effect .image-description-effect-fade{visibility:visible;height:auto;transition:all .3s ease-in-out;font-size:18px;line-height:24px}@media (min-width:1025px){.image-teaser-link .image-description-effect .image-description-effect-fade{visibility:hidden;height:0;opacity:.3}}.image-teaser-link.one-item .image-description-effect .management-teaser__title,.image-teaser-link.one-item .image-description-effect h3{font-size:48px;line-height:57px}.image-teaser-link.one-item .image-description-effect .image-description-effect-fade{font-size:18px;line-height:24px}.reference-teaser-row{list-style:none;padding:0;display:flex;flex-direction:column}@media (min-width:1025px){.reference-teaser-row{flex-direction:row;justify-content:space-between}}.reference-teaser-row--item{margin-bottom:40px}@media (min-width:1025px){.reference-teaser-row--item{flex:1;margin:10px}}.reference-teaser-row--image{width:100%}@media (min-width:767px){.reference-teaser-row--image{flex:0 0 49%}}@media (min-width:1025px){.reference-teaser-row--image{flex:0 0 100%}}.reference-teaser-row--content--item{display:flex;flex-wrap:wrap;margin-bottom:40px}@media (min-width:1025px){.reference-teaser-row--content--item{flex:1;margin:10px}}.reference-teaser-row--content--image{width:100%}@media (min-width:767px){.reference-teaser-row--content--image{flex:0 0 49%}}@media (min-width:1025px){.reference-teaser-row--content--image{flex:0 0 100%}}.reference-teaser-row--content--content{width:100%}@media (min-width:767px){.reference-teaser-row--content--content{margin-left:2%;flex:0 0 49%}}@media (min-width:1025px){.reference-teaser-row--content--content{margin-left:0;flex:0 0 100%}}.reference-teaser-row--content .image-shape{-webkit-clip-path:polygon(0 0,100% 0,41% 100%,0 100%);clip-path:polygon(0 0,100% 0,41% 100%,0 100%);height:100%;width:100%}@media (min-width:767px){.reference-teaser-row--content .image-shape{height:100%;width:100%}}.reference-teaser-row--content .image-shape picture{display:block;height:100%;width:100%}.reference-teaser-row--content .image-shape img{max-width:100%;max-height:100%}.reference-teaser-row--content--title{color:#0090df}.reference-teaser-row--content--title:hover{text-decoration:underline}.reference-teaser-row .image-shape{-webkit-clip-path:polygon(0 0,100% 0,41% 100%,0 100%);clip-path:polygon(0 0,100% 0,41% 100%,0 100%);height:100%;width:100%}@media (min-width:1025px){.reference-teaser-row .image-shape{height:240px;width:100%}}.reference-teaser-row .image-shape picture{display:block;height:100%;width:100%}.reference-teaser-row .image-shape img{width:100%}.reference-teaser-row--title{color:#0090df}.industry-teaser{display:flex;flex-wrap:wrap;justify-content:space-between}@media (min-width:575px){.industry-teaser{margin-top:30px}}.industry-teaser__item{flex:0 0 50%;margin-bottom:30px;padding-right:15px;display:flex;flex-direction:column}.industry-teaser__item:nth-last-child(-n+2){margin-bottom:0}@media (min-width:767px){.industry-teaser__item{flex:0 0 33.333%;margin-bottom:50px}.industry-teaser__item:nth-last-child(-n+3){margin-bottom:0}}.industry-teaser__image{display:flex;align-items:flex-end;width:50%;height:80px;margin-bottom:10px}@media (min-width:575px){.industry-teaser__image{height:100px;max-width:115px;margin-bottom:25px;align-items:center}}.industry-teaser__image img{max-width:80px;max-height:80px}@media (min-width:575px){.industry-teaser__image img{max-width:100px;max-height:100px}}.industry-teaser__title{margin-bottom:0}@media (max-width:1024.98px){.industry-teaser__title{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;font-size:13px;line-height:18px}}.management-teaser{display:flex;flex-direction:column;margin-bottom:40px}@media (min-width:767px){.management-teaser{margin-bottom:100px}}@media (min-width:1025px){.management-teaser{flex-direction:row}}.management-teaser__card{display:flex;margin-bottom:30px;flex-direction:column;flex:1}.management-teaser__card:last-child{margin-bottom:0}@media (min-width:575px){.management-teaser__card{flex-direction:row}}@media (min-width:1025px){.management-teaser__card:nth-of-type(odd){margin-right:15px}.management-teaser__card:nth-of-type(2n){margin-left:15px}}@media (min-width:1025px){.management-teaser__card:nth-last-child(-n+2){margin-bottom:0}}@media (min-width:575px){.management-teaser__content,.management-teaser__image-shape{flex:50%}}@media (min-width:575px){.management-teaser__content{margin-left:15px}}.management-teaser__image-shape{-webkit-clip-path:polygon(0 0,100% 0,40% 100%,0 100%);clip-path:polygon(0 0,100% 0,40% 100%,0 100%);margin-bottom:12px;margin-right:15px;width:160px}@media (min-width:575px){.management-teaser__image-shape{width:auto}}@media (min-width:767px){.management-teaser__image-shape{margin-bottom:0}}.management-teaser__text{color:#706f6f}.management-teaser__text p:last-child{margin-bottom:0}.timeline__item{display:flex;flex-direction:row;margin-bottom:20px}.timeline__item:last-child{margin-bottom:0}@media (min-width:575px){.timeline__item{margin-bottom:60px}.timeline__item:nth-of-type(2n){flex-direction:row-reverse}}.timeline__image{flex:33%;margin:0}.timeline__content{flex:77%}.timeline__content p{color:#706f6f}.timeline__item:nth-of-type(2n) .timeline__content{padding-left:20px}@media (min-width:575px){.timeline__item:nth-of-type(2n) .timeline__content{padding-left:0;padding-right:30px}}.timeline__item:nth-of-type(odd) .timeline__content{padding-left:20px}@media (min-width:575px){.timeline__item:nth-of-type(odd) .timeline__content{padding-left:30px}}@media (min-width:575px){.timeline__content,.timeline__image{flex:1}}.timeline__header{color:#0090df;font-size:28px;line-height:34px;font-weight:700}@media (min-width:575px){.timeline__header{font-size:48px;line-height:56px}}.timeline__title{font-size:18px;line-height:24px;font-weight:700;margin-bottom:0}@media (min-width:575px){.timeline__title{font-size:24px;line-height:30px}}.timeline__text{display:none;color:#706f6f;margin-top:10px}@media (min-width:575px){.timeline__text{display:block}}.product-preference-container hr{color:#efefef}.product-preference-container .product-preference{display:flex;flex-direction:column}@media (min-width:575px){.product-preference-container .product-preference{padding:31px 0;flex-direction:row;align-items:center}}.product-preference-container .product-preference li,.product-preference-container .product-preference span{margin-right:10px}@media (min-width:575px){.product-preference-container .product-preference li,.product-preference-container .product-preference span{margin-right:21px;font-size:18px}}@media (min-width:575px){.product-preference-container .product-preference span{line-height:24px}}.product-preference-container .product-preference li{margin-top:15px}@media (min-width:575px){.product-preference-container .product-preference li{line-height:32px;margin-top:0}}.product-preference-container .product-preference-list{display:flex;flex-wrap:wrap;list-style:none;align-items:center;padding:0;margin:0}.product-preference-container .product-preference-list li{display:flex;align-items:center;font-weight:700}.product-preference-container .product-preference-list li:before{margin-right:5px;content:url(https://mannel-systeme.com/fileadmin/icons/list-icon.svg)}@media (min-width:575px){.product-preference-container .product-preference-list li:before{width:24px;height:24px;vertical-align:middle;margin-right:10px}}.modal{background:#fff}.modal main{padding-top:0}.modal .industry-teaser__title,.modal h4,.modal p{font-size:18px}.modal p{margin-top:0}@media (min-width:575px){.modal form .row{margin-left:0}.modal form .row .col-sm-6:nth-child(1n){padding-left:0;padding-right:3%}.modal form .row .col-sm-6:nth-child(2n){padding-right:0}}@media (max-width:766.98px){.modal form .row{margin-right:0;margin-left:0}.modal form .row .col-sm-6{padding-right:0;padding-left:0}}@media (max-width:1149.98px){.full-width-teaser-container-system .modal .cut-corner,.modal .breadcrumb-wrap,.modal .content-container--small,.modal .full-width-teaser-container-system .cut-corner{padding:0}}.modal .contact-teaser__info .margin-top{margin-top:0}@media (max-width:1149.98px){.modal .contact-teaser__info{flex:0 0 60%}}.modal .tel-link{font-size:24px;margin-top:0}.modal .modal-content{border:0;border-radius:0}.modal .modal-header{border:0}.modal .modal-header button.close{position:absolute;right:10px;background:transparent;border:0;font-size:0}.modal .modal-header h5.modal-title{display:none}.modal .contact-teaser__image{flex:0 0 13%}@media (max-width:1149.98px){.modal .contact-teaser__image{flex:0 0 13%}}@media (max-width:1024.98px){.modal .contact-teaser__image{flex:0 0 25%}}.modal .contact-teaser__image .image-shape{height:auto}.modal .form-group label{font-size:16px}.modal .form-group .select__wrapper{width:47%}@media (max-width:1149.98px){.modal .form-group .select__wrapper{width:100%}}.modal .form-group .select__styled:after{top:45%;right:20px;background-size:21px auto;width:25px;height:12px}@media (max-width:766.98px){.modal .form-group .select__styled:after{top:47%;right:18px;background-size:17px auto}}.modal button.btn.btn-primary{width:100%}.modal button span:after{content:"";width:2px;background:#191919;height:30px;position:absolute;transform:rotate(45deg);transition:transform .2s ease-in}.modal button span:before{content:"";width:2px;background:#191919;height:30px;position:absolute;transform:rotate(-45deg);transition:transform .2s ease-in}.modal-dialog{min-height:100%;display:flex;max-width:95%;margin:auto;border:20px solid #fff}.modal-body{max-width:800px;margin:auto}@media (max-width:1024.98px){svg.suscces_icon{width:65px;height:65px}}@media (min-width:767px){svg.suscces_icon{margin-top:0;width:130px;height:130px}}@media (max-width:766.98px){.col-3{padding:0;max-width:100%;top:-16px;position:relative}}.newsletter-success-button{margin-top:40px}.newsletter-success-button button.btn{width:100%}.newsletter-success-button button span:after{background:transparent}.newsletter-success-button button span:before{background:transparent}.services{list-style:none;margin:0;padding:0;display:-ms-grid;display:grid;-ms-grid-columns:(100%)[1];grid-template-columns:repeat(1,100%);grid-row-gap:5px}@media (min-width:575px){.services{grid-row-gap:20px}}@media (min-width:1025px){.services{-ms-grid-columns:(50%)[2];grid-template-columns:repeat(2,50%);grid-row-gap:20px;grid-column-gap:40px}}.services__item{position:relative;display:flex;flex-direction:row;opacity:0}.services__item:before{content:"";display:block;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'50\' height=\'50\'%3E%3Ccircle cx=\'25\' cy=\'25\' r=\'25\' fill=\'%230090df\'/%3E%3Cpath d=\'M15.939 27.112l6.591 6.124 11.485-14.343\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'3\'/%3E%3C/svg%3E");background-size:24px auto;flex:0 0 24px;width:24px;height:24px}@media (min-width:575px){.services__item:before{background-size:50px auto;width:50px;height:50px;flex:0 0 50px}}.services__item:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'45\' height=\'26\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M2.828 2.828h0l20 20 20-20\' stroke=\'%23000\' stroke-width=\'4\' fill=\'none\' fill-rule=\'evenodd\' stroke-linecap=\'round\'/%3E%3C/svg%3E");content:"";position:absolute;top:10px;right:0;background-repeat:no-repeat;background-size:20px auto;width:20px;height:12px;transform:translateY(-50%);transition:transform .3s ease-in-out}@media (min-width:575px){.services__item:after{display:none}}.services__item--open:after{transform:rotate(180deg) translateY(50%)}.services__content{padding-left:10px}@media (min-width:575px){.services__content{padding-left:20px}}@media (min-width:1025px){.services__content{padding-left:30px}}.services__title{font-size:18px;line-height:24px;font-weight:700;padding-right:35px;margin-bottom:10px;word-break:break-word}@media (min-width:575px){.services__title{font-size:24px;line-height:30px;padding-right:0}}.services__text{color:#706f6f;max-height:0;overflow:hidden;transition:max-height .5s ease-in-out;padding-right:35px}@media (min-width:575px){.services__text{max-height:100%!important;padding-right:0}}.frame .search-form{display:block;position:relative}.frame .search-form__inner-container{display:flex;flex-direction:row}.frame .search-form__input{flex:1}.frame .search-form__input>input{height:auto;padding:15px 20px;font-weight:700;font-size:16px}.frame .search-form__input>input:focus{border:0}.frame .search-form__submit>button{border:0;height:100%;background:rgba(0,0,0,.12156862745098039);padding:0 20px}.frame .tx-indexedsearch-res{margin-bottom:20px}@media (min-width:575px){.frame .tx-indexedsearch-res{margin-bottom:30px}}.frame .tx-indexedsearch-res .tx-indexedsearch-title{margin-bottom:5px}.frame .tx-indexedsearch-res .tx-indexedsearch-title>a{color:#000}.frame .tx-indexedsearch-res .tx-indexedsearch-title>a:focus,.frame .tx-indexedsearch-res .tx-indexedsearch-title>a:hover{background:none}.frame .tx-indexedsearch-res .tx-indexedsearch-description{margin-bottom:5px}.frame .tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup{color:#0090df;font-weight:400}.frame .tx-indexedsearch-browsebox{margin:20px 0}@media (min-width:575px){.frame .tx-indexedsearch-browsebox{margin-top:30px;margin-bottom:60px}}.frame .tx-indexedsearch-link{color:#706f6f;font-size:16px;word-break:break-word}.frame .tx-indexedsearch-link:focus,.frame .tx-indexedsearch-link:hover{color:#706f6f}@media (min-width:575px){.frame .tx-indexedsearch-link{font-size:18px}}.frame .page-navigation>.tx-indexedsearch-browsebox{list-style:none;margin:0;padding:0}.frame .page-navigation>.tx-indexedsearch-browsebox>li{display:inline-block}.frame .page-navigation>.tx-indexedsearch-browsebox>li:not(:first-child){margin-left:-1px}.frame .page-navigation>.tx-indexedsearch-browsebox>li:last-child{margin-left:30px}.full-width-teaser-container-system{height:300px}@media (min-width:767px){.full-width-teaser-container-system{height:400px}}@media (min-width:1025px){.full-width-teaser-container-system{height:480px}}@media (min-width:1920px){.full-width-teaser-container-system{max-width:1920px;margin:0 auto;overflow-x:hidden}}.full-width-teaser-container-system .full-width-teaser{display:block;width:100%;transition:.3s;position:relative;background-repeat:no-repeat;background-size:cover;height:100%}.full-width-teaser-container-system .full-width-teaser:after{content:"";position:absolute;bottom:0;left:0;right:0;top:0;background:transparent linear-gradient(0deg,#191919,rgba(25,25,25,0) 40%) 0 0 no-repeat padding-box;opacity:.75;transform:0;z-index:0}.full-width-teaser-container-system .full-width-teaser:before{content:"";position:absolute;-webkit-clip-path:polygon(0 0,100% 0,75% 100%,0 100%);clip-path:polygon(0 0,100% 0,75% 100%,0 100%);opacity:.8;height:100%;top:0;right:0;bottom:0;left:0;background-color:#0090df;transform:translate(-110%);box-sizing:border-box;transition:.4s ease-in-out;z-index:1}@media (min-width:1920px){.full-width-teaser-container-system .full-width-teaser:before{left:0;transform:translate(-100%)}}.full-width-teaser-container-system .full-width-teaser:hover:before{transform:translate(0);width:150%}.full-width-teaser-container-system .cut-corner{display:block;position:relative;height:100%}@media (min-width:1920px){.full-width-teaser-container-system .cut-corner{margin:0 auto!important}}@media (min-width:767px){.full-width-teaser-container-system .cut-corner{padding:0}}.full-width-teaser-container-system .cut-corner:after{background:transparent}.full-width-teaser-container-system .cut-corner .full-width-teaser-title{position:absolute;color:#fff;font-size:28px;line-height:34px;font-weight:700;bottom:20px;left:20px}@media (min-width:575px){.full-width-teaser-container-system .cut-corner .full-width-teaser-title{font-size:32px;line-height:38px;bottom:30px}}@media (min-width:1025px){.full-width-teaser-container-system .cut-corner .full-width-teaser-title{font-size:48px;line-height:56px;bottom:50px}}@media (min-width:1920px){.full-width-teaser-container-system .cut-corner .full-width-teaser-title{bottom:50px}}.bullet-list,.ce-bodytext ul,.frame-type-text ul,.tx-ws-products ul:not(.product-extension--more):not(.product-extension--list){padding:0;list-style:none}.bullet-list strong,.ce-bodytext ul strong,.frame-type-text ul strong,.tx-ws-products ul:not(.product-extension--more):not(.product-extension--list) strong{display:contents}.bullet-list .bullet-item,.bullet-list li,.ce-bodytext ul .bullet-item,.ce-bodytext ul li,.frame-type-text ul .bullet-item,.frame-type-text ul li,.tx-ws-products ul:not(.product-extension--more):not(.product-extension--list) .bullet-item,.tx-ws-products ul:not(.product-extension--more):not(.product-extension--list) li{position:relative;display:flex;font-size:18px;line-height:37px;margin-bottom:8px}.bullet-list .bullet-item:before,.bullet-list li:before,.ce-bodytext ul .bullet-item:before,.ce-bodytext ul li:before,.frame-type-text ul .bullet-item:before,.frame-type-text ul li:before,.tx-ws-products ul:not(.product-extension--more):not(.product-extension--list) .bullet-item:before,.tx-ws-products ul:not(.product-extension--more):not(.product-extension--list) li:before{padding:4px 35px 0 0;width:7px;height:7px;content:url(https://mannel-systeme.com/fileadmin/icons/list-icon.svg)}ul.product-preference-list li:before{padding-top:0!important;width:28px!important;height:28px!important}.definition-list--headline{display:inline-flex;margin-bottom:15px;font-size:16px;line-height:20px}@media (min-width:1025px){.definition-list--headline{font-size:18px;line-height:24px}}.definition-list dl{display:flex;flex-wrap:wrap;width:100%}.definition-list dl>*{margin:0;padding:0;font-size:16px;line-height:20px}@media (min-width:1025px){.definition-list dl>*{font-size:18px;line-height:24px}}.definition-list dt{font-weight:700;flex:0 0 41%}@media (min-width:575px){.definition-list dt{flex:0 0 35%}}@media (min-width:767px){.definition-list dt{flex:0 0 30%}}@media (min-width:1025px){.definition-list dt{flex:0 0 25%}}@media (min-width:1200px){.definition-list dt{flex:0 0 18%}}.definition-list dd{flex:0 0 59%}@media (min-width:767px){.definition-list dd{flex:0 0 65%;flex:0 0 70%}}@media (min-width:1025px){.definition-list dd{flex:0 0 75%}}@media (min-width:1200px){.definition-list dd{flex:0 0 82%}}.reference-teaser-row-alternative .image-shape{background:#ededed;position:relative;width:160px;height:96px;margin-bottom:9px}@media (min-width:575px){.reference-teaser-row-alternative .image-shape{width:100%;height:240px;margin-bottom:20px}}.reference-teaser-row-alternative .image-shape img{position:absolute;bottom:0;left:10%;transform:translateY(-50%);max-width:49px;height:47px}@media (min-width:575px){.reference-teaser-row-alternative .image-shape img{max-width:125px;height:120px}}.reference-teaser-row-alternative .management-teaser__title,.reference-teaser-row-alternative h3{margin-bottom:10px;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}@media (min-width:575px){.reference-teaser-row-alternative .management-teaser__title,.reference-teaser-row-alternative h3{margin-bottom:20px}}.reference-teaser-row-alternative .reference-teaser-row--description{color:#706f6f;font-size:16px;line-height:22px;word-break:break-word}@media (min-width:575px){.reference-teaser-row-alternative .reference-teaser-row--description{font-size:18px;line-height:24px}}.frame-type-mask_ce_newsletter_form{display:none}.newsletter{margin:90px auto 80px}@media (min-width:1025px){.newsletter{display:flex;flex-direction:row;justify-content:space-between}}.newsletter__title{margin-bottom:22px;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}@media (min-width:1025px){.newsletter__title{max-width:356px;margin-bottom:0}}@media (min-width:1025px){.newsletter__form{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:60px;margin-top:20px}}.newsletter__form__input{height:auto;padding:15px;font-weight:700;font-size:16px;background:#ededed}.newsletter__form__input:-ms-input-placeholder{color:#000;font-weight:400}.newsletter__form__input::-ms-input-placeholder{color:#000;font-weight:400}.newsletter__form__input::placeholder{color:#000;font-weight:400}.newsletter__form__input:focus{border:0;padding:15px}@media (min-width:1025px){.newsletter__form__input{height:100%;width:50%;order:1}}.newsletter__form__checkbox{margin:20px 0 0}@media (min-width:1025px){.newsletter__form__checkbox{width:100%;order:3}}.newsletter__form__submit{width:100%!important;margin-top:20px!important}@media (min-width:1025px){.newsletter__form__submit{margin:0 0 0 32px!important;width:330px!important;order:2}}.newsletter-success__container{max-width:850px;margin:0 auto;display:flex}@media (min-width:575px){.newsletter-success__container{align-items:center}}.newsletter-success__container:before{content:"";display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'125.785\' height=\'125.785\'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none;stroke:%230090df;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}%3C/style%3E%3C/defs%3E%3Cpath class=\'a\' d=\'M95.184 35.982L57.51 87.111 30.6 65.583\'/%3E%3Cpath class=\'a\' d=\'M1 62.889A61.893 61.893 0 1 0 62.892 1 61.893 61.893 0 0 0 1 62.889z\'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:80px auto;min-width:80px;width:80px;height:80px;margin-right:20px}@media (min-width:575px){.newsletter-success__container:before{background-size:100px auto;min-width:100px;width:100px;height:100px;margin-right:50px}}@media (min-width:1025px){.newsletter-success__container:before{margin-right:75px;background-size:125px auto;min-width:125px;width:125px;height:125px}}.iframe__wrapper{width:100%;min-height:225px}@media (min-width:1025px){.iframe__wrapper{max-width:663px}}iframe.googlemap{min-height:225px;width:100%}.map{display:flex;flex-direction:column;padding:0}@media (min-width:1025px){.map{flex-direction:row;justify-content:space-between;max-height:420px;margin:0 auto}}.map-info{padding:0 20px}@media (min-width:1025px){.map-info{padding:0}}.map-info .map-info-email a,.map-info span{font-size:18px;line-height:24px;display:block}@media (min-width:575px){.map-info .map-info-email a,.map-info span{font-size:24px;line-height:32px}}.map-info-email{width:-webkit-fit-content;width:fit-content}.map-info-email a{font-weight:700}.map-info-buttons{list-style:none;padding:0;margin:40px 0 25px;display:flex;flex-direction:column;align-items:baseline}.map-info-buttons li{width:100%}.frame .map-info-buttons .page-navigation>.tx-indexedsearch-browsebox>li a,.map-info-buttons .frame .page-navigation>.tx-indexedsearch-browsebox>li a,.map-info-buttons li a.btn{width:100%;margin:0 0 20px}@media (min-width:575px){.frame .map-info-buttons .page-navigation>.tx-indexedsearch-browsebox>li a,.map-info-buttons .frame .page-navigation>.tx-indexedsearch-browsebox>li a,.map-info-buttons li a.btn{width:265px}}.map-info-numbers{margin:20px 0}@media (min-width:575px){.map-info-numbers{margin:33px 0}}.map-info-numbers-fax,.map-info-numbers-phone{display:flex}.map-info-numbers-fax span:first-child,.map-info-numbers-phone span:first-child{width:80px}@media (min-width:575px){.map-info-numbers-fax span:first-child,.map-info-numbers-phone span:first-child{width:110px}}.product-family__title{margin-top:2rem}.product-family__table{border-collapse:collapse!important;border-spacing:0!important;font-size:1rem;width:100%;max-width:100%}.product-family__table th{border-bottom:1px solid #ccc;white-space:nowrap;width:1%}.product-family__table td,.product-family__table th{padding:.75rem 10px .75rem 0}.product-family__table td:first-child,.product-family__table th:first-child{padding-left:0}.product-family__table td:last-child,.product-family__table th:last-child{padding-right:0}.product-family__table td .shop-logo:hover,.product-family__table th .shop-logo:hover{background:#ddd none;padding:10px;transition:.3s ease-in-out}.product-family__table tbody tr:first-child td{padding-top:1.5rem}.product-family__table__scrollable{width:100%;overflow-x:auto;flex:1}.product-family__table__wrapper{display:flex;margin-top:1rem}.product-family__table__wrapper+.product-family__title{margin-top:4rem}.product-family__table--products tr td,.product-family__table--products tr th{padding-left:1rem;padding-right:1rem}@media (max-width:768px){.product-family__table--products tr td,.product-family__table--products tr th{padding-left:.5rem;padding-right:.5rem}}@media (min-width:1025px){.product-family__table--products tr td,.product-family__table--products tr th{padding-left:1.5rem;padding-right:1.5rem}}.product-family__table--products tr:not(:last-child) td{border-bottom:1px solid #efefef}.product-family__table-download__wrapper{flex:0;margin-left:2rem}.product-family__table-download-link:hover{color:inherit}.product-family__table-download-link:hover svg{fill:#0090df}.product-family__table-download-link-placeholder{visibility:hidden}.product-family__table-download-link+.product-family__table__download-link-placeholder{display:none}.product-family__table-download thead tr:last-child:not(:first-child) th{border-bottom:0}.product-family__table-download tr:not(:last-child) td{border-bottom:1px solid #efefef}.product-family__table-download tr td{padding-left:.5rem;padding-right:.5rem;text-align:center}.product-family__table-download tr td svg{height:23px}.product-family__table-download tr td svg.hide{visibility:hidden}@keyframes swipe{0%{opacity:0;transform:translate(24px)}10%{opacity:1;transform:translate(24px)}80%{opacity:1;transform:translate(-24px)}to{opacity:0;transform:translate(-24px)}}@keyframes blendIn{0%{opacity:0}to{opacity:.7}}@keyframes blendOut{0%{opacity:.7}to{opacity:0}}.video-container video{vertical-align:baseline;max-width:inherit;width:100%;width:-webkit-fill-available;width:fill-available}.video-container .video-thumbnail{position:relative;display:inline-block;filter:brightness(.75);transition:transform .3s cubic-bezier(.35,0,0,1)}.video-container .video-wrapper{overflow:hidden;transition:transform .3s cubic-bezier(.35,0,0,1)}.video-container .video-wrapper ul{padding-left:15px;padding-right:15px}.video-container .video-wrapper>img{cursor:pointer}.video-container .video-wrapper video{border:0;height:100%;width:100%;object-fit:cover;background-color:#9fadb3}.video-container .video-wrapper ul li:before{color:#00999a;position:relative;display:inline-block;margin-right:13px;vertical-align:2px;line-height:1em}.video-container .video-wrapper ul{margin-left:26px;width:90%}.video-container .btn-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:none;background:none;transition:opacity .3s ease-in-out,transform .3s ease-in-out,background-color .3s ease-in-out;border-radius:50%;padding:1.875em;z-index:2;opacity:.6}.video-container .btn-play:focus,.video-container .btn-play:focus:after,.video-container .btn-play:hover,.video-container .btn-play:hover:after{opacity:1}.video-container .btn-play:before{position:absolute;content:"";top:50%;left:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'31\' height=\'31\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cdefs%3E%3Cpath id=\'a\' d=\'M0 0h31v31H0z\'/%3E%3C/defs%3E%3Cg fill=\'none\' fill-rule=\'evenodd\'%3E%3Cmask id=\'b\' fill=\'%23fff\'%3E%3Cuse xlink:href=\'%23a\'/%3E%3C/mask%3E%3Cpath d=\'M11.87 23.564l11.346-7.22a1 1 0 0 0 0-1.688L11.87 7.436a1 1 0 0 0-1.537.844v14.44a1 1 0 0 0 1.537.844z\' fill=\'%23FFF\' fill-rule=\'nonzero\' mask=\'url(%23b)\'/%3E%3C/g%3E%3C/svg%3E");width:38px;height:46px;transform:translate(-50%,-50%);background-repeat:no-repeat;background-size:38px 46px;z-index:1}.video-container .btn-play:after{position:absolute;content:"";top:50%;left:50%;border-radius:50%;padding:1.875em;background:#0094c9;opacity:1;height:100%;width:100%;transform:translate(-50%,-50%)}@media (max-width:768px){.video-container .btn-play{padding:2.2em}.video-container .btn-play:after{padding:2.2em}}.video-container .video-wrapper img{width:100%;width:-webkit-fill-available;width:fill-available}@media (max-width:992px){.video-container .video-wrapper:first-child{margin-bottom:4rem}.video-container .video-wrapper:first-child img{padding-bottom:0;margin-bottom:0}}@media print{*{color:#000!important}.page-header{display:none}.accordion__item__title,.breadcrumb-wrap,.btn,.ce-highlight__left,.ce-hightlight-newsletter__left,.cookie-layer,.cookie-layer-toggle,.event-slider__calendar,.fixed-scroller,.frame-type-form_formframework,.frame-type-header,.frame-type-mask_ce_certificates,.frame-type-mask_ce_icon_list,.frame-type-mask_ce_inspirationen,.frame-type-mask_ce_intro,.frame-type-mask_ce_newsletter_form,.frame-type-mask_ce_order_teaser,.frame-type-mask_ce_shop_slider,.frame-type-mask_ce_submodule_references,.frame .page-navigation>.tx-indexedsearch-browsebox>li a,.frame.reference-teaser-container,.full-nav__content,.full-width-teaser-container-,.full-width-teaser-container-shop,.full-width-teaser-container-system,.glowCookies__left,.image-teaser-flex-column,.image-teaser-flex-row,.mobile-nav__toggle,.page-footer,.page-footer__nav,.page-footer__social-links,.page-header,.performance-teaser,.rame-type-mask_ce_performance_teaser,.share,.stage-intro__image-source,.teaser-big__image,.teaser-image,.tx-ws-cookie-opt-in,.typo-scroller__picture,nav{display:none!important}.news-article__text{display:block}.collapse:not(.show){display:block}.breadcrumb-wrap,.content-container,.full-width-teaser-container-system .cut-corner{max-width:100%}.accordion__item__content{background-image:none!important}.accordion-container--home .accordion__item__content,.btn,.ce-hightlight-newsletter,.ce-teaser-small,.frame .page-navigation>.tx-indexedsearch-browsebox>li a,.gradient-default,.gradient-down,.gradient-inverse,.gradient-up,.page-footer__content{background:none}.ce-highlight,.event-slider{background:#fff}main{padding-top:0}main a[href]{word-break:break-word;text-align:left}main a[href]:after{content:" (" attr(href) ")"}.ce-highlight__right{width:100%!important;flex:0 0 100%!important;max-width:100%!important}*,:after,:before{background-image:none!important}.ce-stage-intro .stage-intro__content{margin:120px 0 60px}.hero__background{min-height:270px!important;background-color:#fff!important}}@media (max-width:1190px){.tns-controls{display:block!important}}@media (max-width:570px){.tns-controls{display:none!important}}.tns-liveregion{display:none}.tns-outer{overflow:hidden}.tns-outer .tns-ovh{margin:0!important}.tns-outer .tns-controls button:last-of-type{right:0;left:auto}.tns-outer .tns-controls button{left:0}@media (max-width:60px){.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-gallery,.tns-no-calc{position:relative;left:0}.tns-gallery{min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto!important}.tns-gallery>.tns-moving{transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden;margin:0}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-fadeOut,.tns-normal{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333333%;width:2333.33333%;position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714286%;width:1.42857%;height:10px;float:left}.tns-controls{display:block!important}}.will-animate{border-top:5px solid red}')), 'footerData.' => array('TEXT', '20.' => array('value' => ' <script type="module" crossorigin src="https://www.mannel-systeme.com/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/js/bundle-module.js"></script> <script nomodule src="https://www.mannel-systeme.com/typo3conf/ext/ws_bootstraptheme_layout/Resources/Public/js/bundle.js"></script>'))))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

            $controller->content = $this->generatePageContent($controller, $request);

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
                && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false)
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 79
                );
            }
        }

        return $handler->handle($request);
    }

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 78
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        $response = $handler->handle($request);

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 104
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 132
            }
        }

        $request = $request->withAttribute('noCache', $this->disableCache);
        return $handler->handle($request);
    }

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

        return $handler->handle($request);
    }

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 58
        if (StateUtility::isActivatedForUser() && StateUtility::isOpen()) {
            $connection = $this->connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 85
                return $response;
            }
        }

        return $handler->handle($request);
    }

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3conf/ext/staticfilecache/Classes/Middleware/PrepareMiddleware.php line 45
     * request handler to do so.
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $explanation = [];
        $skipProcessing = false;
        foreach (GeneralUtility::makeInstance(ObjectFactoryService::class)->get('CacheRule') as $rule) {
at SFC\Staticfilecache\Middleware\PrepareMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3conf/ext/staticfilecache/Classes/Middleware/GenerateMiddleware.php line 47
     * request handler to do so.
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        if (!$response->hasHeader('X-SFC-Cachable')) {
            return $this->removeSfcHeaders($response);
        }
at SFC\Staticfilecache\Middleware\GenerateMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3conf/ext/staticfilecache/Classes/Middleware/FrontendUserMiddleware.php line 25
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        /** @var FrontendUserAuthentication $feUser */
        $feUser = $request->getAttribute('frontend.user');
        $response = $handler->handle($request);

        if ($feUser->dontSetCookie) {
            // do not set any cookie
            return $response;
at SFC\Staticfilecache\Middleware\FrontendUserMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 97
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 78
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

        return $handler->handle($request);
    }

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3conf/ext/staticfilecache/Classes/Middleware/FallbackMiddleware.php line 49
        } catch (Exception $exception) {
            // Not handled
        }

        return $handler->handle($request);
    }

    /**
     * Handle the fallback.
at SFC\Staticfilecache\Middleware\FallbackMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$5b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 86
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 100
     * @param callable $execute Deprecated, will be removed in TYPO3 v12.0
     */
    final public function run(callable $execute = null)
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        if ($execute !== null) {
            trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
            $execute();
        }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /is/htdocs/wp12850111_1OTLS34AJZ/www/mannel-systeme-neu/public/index.php line 21
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});