var/cache/dev/twig/20/208a547c559aab6024014983d9f2f4d82970ad8786c695fb1bad138985f6abe0.php line 574

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* base.html.twig */
  14. class __TwigTemplate_bffda2e5d8dccb598d5693dd36a9bac5985749ebc75b2f4e248adcdbf6898174 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doDisplay(array $context, array $blocks = [])
  28.     {
  29.         $macros $this->macros;
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  31.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  33.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  34.         // line 1
  35.         echo "<!DOCTYPE html>
  36. <html lang=\"en\">
  37. <head>
  38.     <meta charset=\"UTF-8\">
  39.     ";
  40.         // line 6
  41.         if (array_key_exists("customPageTitle"$context)) {
  42.             // line 7
  43.             echo "        <title>";
  44.             echo twig_escape_filter($this->env, (isset($context["customPageTitle"]) || array_key_exists("customPageTitle"$context) ? $context["customPageTitle"] : (function () { throw new RuntimeError('Variable "customPageTitle" does not exist.'7$this->source); })()), "html"nulltrue);
  45.             echo " | schoen + sandt</title>
  46.     ";
  47.         } else {
  48.             // line 9
  49.             echo "        <title>";
  50.             if ((twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'9$this->source); })()), "getType", [], "method"falsefalsefalse9) != "email")) {
  51.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'9$this->source); })()), "getTitle", [], "method"falsefalsefalse9), "html"nulltrue);
  52.             }
  53.             echo " | schoen + sandt</title>
  54.     ";
  55.         }
  56.         // line 11
  57.         echo "    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no\">
  58.     <link href=\"/css/app.css?t=";
  59.         // line 12
  60.         echo twig_escape_filter($this->env$this->extensions['App\Twig\AppExtension']->fileModifiedTimestamp("/css/app.css"), "html"nulltrue);
  61.         echo "\" rel=\"stylesheet\">
  62.     <link rel=\"icon\" type=\"image/x-icon\" href=\"/img/ssm.ico\">
  63.     ";
  64.         // line 14
  65.         echo $this->env->getFunction('pimcore_head_meta')->getCallable()();
  66.         echo "
  67. </head>
  68. <body class=\"";
  69.         // line 17
  70.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'17$this->source); })())) {
  71.             echo "admin";
  72.         }
  73.         echo "\">
  74. ";
  75.         // line 18
  76.         $context["language"] = twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'18$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse18);
  77.         // line 19
  78.         echo "
  79. <script src=\"https://consent.cookiefirst.com/banner.js\" data-language=\"";
  80.         // line 20
  81.         echo twig_escape_filter($this->env, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'20$this->source); })()), "html"nulltrue);
  82.         echo "\" data-cookiefirst-key=\"49ba8eac-4f00-4159-9d85-8ba16fec4a7a\"></script>
  83. ";
  84.         // line 23
  85.         if (((isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'23$this->source); })()) == "en")) {
  86.             // line 24
  87.             echo "    ";
  88.             $context["startNodeId"] = 155;
  89.         } elseif ((        // line 25
  90. (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'25$this->source); })()) == "hu")) {
  91.             // line 26
  92.             echo "    ";
  93.             $context["startNodeId"] = 213;
  94.         } else {
  95.             // line 28
  96.             echo "    ";
  97.             $context["startNodeId"] = 3;
  98.         }
  99.         // line 30
  100.         echo "
  101. ";
  102.         // line 31
  103.         if (( !array_key_exists("document"$context) ||  !(isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'31$this->source); })()))) {
  104.             // line 32
  105.             echo "    ";
  106.             $context["document"] = Pimcore\Model\Document::getById((isset($context["startNodeId"]) || array_key_exists("startNodeId"$context) ? $context["startNodeId"] : (function () { throw new RuntimeError('Variable "startNodeId" does not exist.'32$this->source); })()));
  107.         }
  108.         // line 34
  109.         echo "
  110. ";
  111.         // line 36
  112.         $context["navStartNode"] = twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'36$this->source); })()), "getProperty", [=> "navigationRoot"], "method"falsefalsefalse36);
  113.         // line 37
  114.         if ( !$this->env->getTest('instanceof')->getCallable()((isset($context["navStartNode"]) || array_key_exists("navStartNode"$context) ? $context["navStartNode"] : (function () { throw new RuntimeError('Variable "navStartNode" does not exist.'37$this->source); })()), "\\Pimcore\\Model\\Document\\Page")) {
  115.             // line 38
  116.             echo "    ";
  117.             $context["navStartNode"] = Pimcore\Model\Document::getById((isset($context["startNodeId"]) || array_key_exists("startNodeId"$context) ? $context["startNodeId"] : (function () { throw new RuntimeError('Variable "startNodeId" does not exist.'38$this->source); })()));
  118.         }
  119.         // line 40
  120.         echo "
  121. ";
  122.         // line 41
  123.         $context["mainNavigation"] = $this->env->getFunction('pimcore_build_nav')->getCallable()(["active" =>         // line 42
  124. (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'42$this->source); })()), "root" =>         // line 43
  125. (isset($context["navStartNode"]) || array_key_exists("navStartNode"$context) ? $context["navStartNode"] : (function () { throw new RuntimeError('Variable "navStartNode" does not exist.'43$this->source); })())]);
  126.         // line 45
  127.         echo "
  128. ";
  129.         // line 46
  130.         $context["menuRenderer"] = $this->env->getFunction('pimcore_nav_renderer')->getCallable()("menu");
  131.         // line 47
  132.         echo "
  133. <input type=\"hidden\" id=\"language\" value=\"";
  134.         // line 48
  135.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'48$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse48), "html"nulltrue);
  136.         echo "\">
  137. <div id=\"mm-wrapper\">
  138.     <header class=\"Fixed\">
  139.         <div class=\"top\">
  140.             <div class=\"container-fluid inner py-2 py-md-0 flex-wrap\" style=\"margin-top:-10px;\">
  141.                 <ul class=\"social-icons\" style=\"margin-top:8px;\">
  142.                     <li><a target=\"_blank\" href=\"https://de-de.facebook.com/schoensandtmachinery/\">
  143.                             <?xml version=\"1.0\"?>
  144.                             <svg id=\"fb_icon\" fill=\"#000000\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\" width=\"18px\" height=\"18px\">
  145.                                 <path d=\"M25,3C12.85,3,3,12.85,3,25c0,11.03,8.125,20.137,18.712,21.728V30.831h-5.443v-5.783h5.443v-3.848 c0-6.371,3.104-9.168,8.399-9.168c2.536,0,3.877,0.188,4.512,0.274v5.048h-3.612c-2.248,0-3.033,2.131-3.033,4.533v3.161h6.588 l-0.894,5.783h-5.694v15.944C38.716,45.318,47,36.137,47,25C47,12.85,37.15,3,25,3z\"/>
  146.                             </svg>
  147.                         </a></li>
  148.                     <li class=\"px-1\"><a target=\"_blank\" href=\"https://de.linkedin.com/company/schoen-sandt-machinery-gmbh\">
  149.                             <?xml version=\"1.0\"?>
  150.                             <svg id=\"li_icon\" fill=\"#000000\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\" width=\"18px\" height=\"18px\">
  151.                                 <path d=\"M41,4H9C6.24,4,4,6.24,4,9v32c0,2.76,2.24,5,5,5h32c2.76,0,5-2.24,5-5V9C46,6.24,43.76,4,41,4z M17,20v19h-6V20H17z M11,14.47c0-1.4,1.2-2.47,3-2.47s2.93,1.07,3,2.47c0,1.4-1.12,2.53-3,2.53C12.2,17,11,15.87,11,14.47z M39,39h-6c0,0,0-9.26,0-10 c0-2-1-4-3.5-4.04h-0.08C27,24.96,26,27.02,26,29c0,0.91,0,10,0,10h-6V20h6v2.56c0,0,1.93-2.56,5.81-2.56 c3.97,0,7.19,2.73,7.19,8.26V39z\"/>
  152.                             </svg>
  153.                         </a></li>
  154.                     <li><a target=\"_blank\" href=\"https://www.youtube.com/channel/UCl0Bk_uvkEPalx8RoOMypjA\">
  155.                             <?xml version=\"1.0\"?>
  156.                             <svg id=\"yt_icon_wrapper\" xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 71.412065 50\" width=\"20px\" height=\"18px\">
  157.                                 <metadata id=\"metadata33\">
  158.                                     <rdf:RDF>
  159.                                         <cc:Work rdf:about=\"\">
  160.                                             <dc:format>image/svg+xml</dc:format>
  161.                                             <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>
  162.                                             <dc:title></dc:title>
  163.                                         </cc:Work>
  164.                                     </rdf:RDF>
  165.                                 </metadata>
  166.                                 <defs id=\"defs31\"/>
  167.                                 <sodipodi:namedview pagecolor=\"#ffffff\" bordercolor=\"#666666\" borderopacity=\"1\" objecttolerance=\"10\" gridtolerance=\"10\" guidetolerance=\"10\" inkscape:pageopacity=\"0\" inkscape:pageshadow=\"2\" inkscape:window-width=\"1366\" inkscape:window-height=\"715\" id=\"namedview29\" showgrid=\"false\" fit-margin-top=\"0\" fit-margin-left=\"0\" fit-margin-right=\"0\" fit-margin-bottom=\"0\" inkscape:zoom=\"5.4355702\" inkscape:cx=\"30.091613\" inkscape:cy=\"15.29613\" inkscape:window-x=\"-8\" inkscape:window-y=\"-8\" inkscape:window-maximized=\"1\" inkscape:current-layer=\"Layer_1\"/>
  168.                                 <style type=\"text/css\" id=\"style3\">    .st0 {
  169.                                         fill: #FF0000;
  170.                                     }
  171.                                     .st1 {
  172.                                         fill: #FFFFFF;
  173.                                     }
  174.                                     .st2 {
  175.                                         fill: #282828;
  176.                                     }</style>
  177.                                 <g id=\"g5\" transform=\"scale(0.58823529,0.58823529)\">
  178.                                     <path class=\"st0\" d=\"M 118.9,13.3 C 117.5,8.1 113.4,4 108.2,2.6 98.7,0 60.7,0 60.7,0 60.7,0 22.7,0 13.2,2.5 8.1,3.9 3.9,8.1 2.5,13.3 0,22.8 0,42.5 0,42.5 0,42.5 0,62.3 2.5,71.7 3.9,76.9 8,81 13.2,82.4 22.8,85 60.7,85 60.7,85 c 0,0 38,0 47.5,-2.5 5.2,-1.4 9.3,-5.5 10.7,-10.7 2.5,-9.5 2.5,-29.2 2.5,-29.2 0,0 0.1,-19.8 -2.5,-29.3 z\" id=\"yt_icon\" inkscape:connector-curvature=\"0\" style=\"fill:#282828;fill-opacity:1\"/>
  179.                                     <polygon class=\"st1\" points=\"80.2,42.5 48.6,24.3 48.6,60.7 \" id=\"polygon9\" style=\"fill:#ffffff\"/>
  180.                                 </g>
  181.                             </svg>
  182.                         </a></li>
  183.                 </ul>
  184.                 <ul class=\"topper\">
  185.                     <li style=\"margin-top:10px;\"><a href=\"tel:+496331713100\"><img src=\"/img/icon-phone-2022.svg\" class=\"top-4\"/> <span class=\"h-mobile\">+49 6331 713-100</span></a></li>
  186.                     <li style=\"margin-top:5px;\"><a href=\"mailto:sales@schoen-sandt.de\"><img src=\"/img/icon-email.svg\" class=\"top-4\"/> <span class=\"h-mobile\">sales@schoen-sandt.de</span></a></li>
  187.                     <li style=\"margin-top:5px;\"><a href=\"/";
  188.         // line 102
  189.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'102$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse102), "html"nulltrue);
  190.         echo "/login\"><img src=\"/img/icon-login.svg\" class=\"top-4\"/> <span class=\"h-mobile2\">";
  191.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("BP-Portal"), "html"nulltrue);
  192.         echo "</span></a></li>
  193.                     ";
  194.         // line 103
  195.         if (((isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'103$this->source); })()) == "de")) {
  196.             // line 104
  197.             echo "                        <li class=\"pe-0\" style=\"margin-top:5px;\">
  198.                             <div class=\"dropdown\">
  199.                                 <a href=\"#\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\"><img class=\"flag\" src=\"/img/demo-lang-de.png\"/> <span class=\"h-mobile2\">DE</span></a>
  200.                                 <ul class=\"dropdown-menu lang\">
  201.                                     <li><a class=\"dropdown-item\" href=\"/en\"><img class=\"flag\" src=\"/img/demo-lang-en.png\"/> EN</a></li>
  202.                                  ";
  203.             // line 110
  204.             echo "                                </ul>
  205.                             </div>
  206.                         </li>
  207.                     ";
  208.         }
  209.         // line 114
  210.         echo "                    ";
  211.         if (((isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'114$this->source); })()) == "en")) {
  212.             // line 115
  213.             echo "                        <li class=\"pe-0\" style=\"margin-top:5px;\">
  214.                             <div class=\"dropdown\">
  215.                                 <a href=\"#\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\"><img class=\"flag\" src=\"/img/demo-lang-en.png\"/> <span class=\"h-mobile\">EN</span></a>
  216.                                 <ul class=\"dropdown-menu lang\">
  217.                                     <li><a class=\"dropdown-item\" href=\"/\"><img class=\"flag\" src=\"/img/demo-lang-de.png\"/> DE</a></li>
  218.                                     ";
  219.             // line 121
  220.             echo "                                </ul>
  221.                             </div>
  222.                         </li>
  223.                     ";
  224.         }
  225.         // line 125
  226.         echo "                    ";
  227.         if (((isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'125$this->source); })()) == "hu")) {
  228.             // line 126
  229.             echo "                        <li class=\"pe-0\" style=\"margin-top:5px;\">
  230.                             <div class=\"dropdown\">
  231.                                 <a href=\"#\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\"><img class=\"flag\" src=\"/img/demo-lang-hu.png\"/> <span class=\"h-mobile\">HU</span></a>
  232.                                 <ul class=\"dropdown-menu lang\">
  233.                                     <li><a class=\"dropdown-item\" href=\"/en\"><img class=\"flag\" src=\"/img/demo-lang-en.png\"/> EN</a></li>
  234.                                       <li><a class=\"dropdown-item\" href=\"/\"><img class=\"flag\" src=\"/img/demo-lang-de.png\"/> DE</a></li>
  235.                                 </ul>
  236.                             </div>
  237.                         </li>
  238.                     ";
  239.         }
  240.         // line 136
  241.         echo "                </ul>
  242.             </div>
  243.         </div>
  244.         <div class=\"container-fluid \">
  245.             <div class=\"row header-content\">
  246.                 <div class=\"col-6 col-sm-3 d-flex align-items-center justify-content-start\">
  247.                     <div class=\"logo\">
  248.                         <a href=\"/";
  249.         // line 144
  250.         if (((isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'144$this->source); })()) != "de")) {
  251.             echo twig_escape_filter($this->env, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'144$this->source); })()), "html"nulltrue);
  252.         }
  253.         echo "\">
  254.                             <img src=\"/img/logo.jpg\" alt=\"schoen + sandt machinery GmbH\"/>
  255.                         </a>
  256.                     </div>
  257.                 </div>
  258.                 <div class=\"col-6 col-sm-9 d-flex align-items-center justify-content-end\">
  259.                     <nav>
  260.                         ";
  261.         // line 151
  262.         if ((twig_in_filter("/login"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'151$this->source); })()), "request", [], "any"falsefalsefalse151), "requestUri", [], "any"falsefalsefalse151)) || twig_in_filter("/business-partner"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'151$this->source); })()), "request", [], "any"falsefalsefalse151), "requestUri", [], "any"falsefalsefalse151)))) {
  263.             // line 152
  264.             echo "                            <ul class=\"navbar-items d-none d-lg-flex\">
  265.                                 <li class=\"nav-item ";
  266.             // line 153
  267.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'153$this->source); })()), "request", [], "any"falsefalsefalse153), "requestUri", [], "any"falsefalsefalse153) == (("/" twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'153$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse153)) . "/business-partner"))) {
  268.                 echo "activebp";
  269.             }
  270.             echo "\">
  271.                                     <a class=\"nav-link ";
  272.             // line 154
  273.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'154$this->source); })()), "request", [], "any"falsefalsefalse154), "requestUri", [], "any"falsefalsefalse154) == (("/" twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'154$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse154)) . "/business-partner"))) {
  274.                 echo "activebp";
  275.             }
  276.             echo "\" href=\"/";
  277.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'154$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse154), "html"nulltrue);
  278.             echo "/business-partner\">
  279.                                         ";
  280.             // line 155
  281.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Home"), "html"nulltrue);
  282.             echo "
  283.                                     </a>
  284.                                 </li>
  285.                                 <li class=\"nav-item ";
  286.             // line 158
  287.             if ((is_string($__internal_compile_0 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'158$this->source); })()), "request", [], "any"falsefalsefalse158), "requestUri", [], "any"falsefalsefalse158)) && is_string($__internal_compile_1 = (("/" twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'158$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse158)) . "/business-partner/news")) && ('' === $__internal_compile_1 || === strpos($__internal_compile_0$__internal_compile_1)))) {
  288.                 echo "activebp";
  289.             }
  290.             echo "\">
  291.                                     <a class=\"nav-link ";
  292.             // line 159
  293.             if ((is_string($__internal_compile_2 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'159$this->source); })()), "request", [], "any"falsefalsefalse159), "requestUri", [], "any"falsefalsefalse159)) && is_string($__internal_compile_3 = (("/" twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'159$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse159)) . "/business-partner/news")) && ('' === $__internal_compile_3 || === strpos($__internal_compile_2$__internal_compile_3)))) {
  294.                 echo "activebp";
  295.             }
  296.             echo "\" href=\"/";
  297.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'159$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse159), "html"nulltrue);
  298.             echo "/business-partner/news\">
  299.                                         ";
  300.             // line 160
  301.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("News"), "html"nulltrue);
  302.             echo "
  303.                                     </a>
  304.                                 </li>
  305.                                 <li class=\"nav-item ";
  306.             // line 163
  307.             if ((is_string($__internal_compile_4 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'163$this->source); })()), "request", [], "any"falsefalsefalse163), "requestUri", [], "any"falsefalsefalse163)) && is_string($__internal_compile_5 = (("/" twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'163$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse163)) . "/business-partner/events")) && ('' === $__internal_compile_5 || === strpos($__internal_compile_4$__internal_compile_5)))) {
  308.                 echo "activebp";
  309.             }
  310.             echo "\">
  311.                                     <a class=\"nav-link ";
  312.             // line 164
  313.             if ((is_string($__internal_compile_6 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'164$this->source); })()), "request", [], "any"falsefalsefalse164), "requestUri", [], "any"falsefalsefalse164)) && is_string($__internal_compile_7 = (("/" twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'164$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse164)) . "/business-partner/events")) && ('' === $__internal_compile_7 || === strpos($__internal_compile_6$__internal_compile_7)))) {
  314.                 echo "activebp";
  315.             }
  316.             echo "\" href=\"/";
  317.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'164$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse164), "html"nulltrue);
  318.             echo "/business-partner/events\">
  319.                                         ";
  320.             // line 165
  321.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Events"), "html"nulltrue);
  322.             echo "
  323.                                     </a>
  324.                                 </li>
  325.                                 <li class=\"nav-item ";
  326.             // line 168
  327.             if ((is_string($__internal_compile_8 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'168$this->source); })()), "request", [], "any"falsefalsefalse168), "requestUri", [], "any"falsefalsefalse168)) && is_string($__internal_compile_9 = (("/" twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'168$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse168)) . "/business-partner/downloads")) && ('' === $__internal_compile_9 || === strpos($__internal_compile_8$__internal_compile_9)))) {
  328.                 echo "activebp";
  329.             }
  330.             echo "\">
  331.                                     <a class=\"nav-link ";
  332.             // line 169
  333.             if ((is_string($__internal_compile_10 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'169$this->source); })()), "request", [], "any"falsefalsefalse169), "requestUri", [], "any"falsefalsefalse169)) && is_string($__internal_compile_11 = (("/" twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'169$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse169)) . "/business-partner/downloads")) && ('' === $__internal_compile_11 || === strpos($__internal_compile_10$__internal_compile_11)))) {
  334.                 echo "activebp";
  335.             }
  336.             echo "\" href=\"/";
  337.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'169$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse169), "html"nulltrue);
  338.             echo "/business-partner/downloads\">
  339.                                         ";
  340.             // line 170
  341.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Downloads"), "html"nulltrue);
  342.             echo "
  343.                                     </a>
  344.                                 </li>
  345.                                 <li class=\"nav-item\">
  346.                                     <a class=\"nav-link active\" href=\"/";
  347.             // line 174
  348.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'174$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse174), "html"nulltrue);
  349.             echo "/logout\">
  350.                                         ";
  351.             // line 175
  352.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Abmelden"), "html"nulltrue);
  353.             echo "
  354.                                     </a>
  355.                                 </li>
  356.                                 <li class=\"nav-item\">
  357.                                     <a class=\"nav-link active\" href=\"/\">
  358.                                         ";
  359.             // line 180
  360.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Zurück zur Website"), "html"nulltrue);
  361.             echo "
  362.                                     </a>
  363.                                 </li>
  364.                             </ul>
  365.                         ";
  366.         } else {
  367.             // line 185
  368.             echo "                            ";
  369.             $this->loadTemplate("includes/navigation.html.twig""base.html.twig"185)->display($context);
  370.             // line 186
  371.             echo "                        ";
  372.         }
  373.         // line 187
  374.         echo "
  375.                         <ul class=\"navbar-items d-flex d-lg-none\">
  376.                             ";
  377.         // line 189
  378.         $this->loadTemplate("includes/search-bar-header.html.twig""base.html.twig"189)->display(twig_array_merge($context, ["mobile" => true]));
  379.         // line 190
  380.         echo "                        </ul>
  381.                     </nav>
  382.                     <!-- Mobile -->
  383.                     <button id=\"mobile-btn\" class=\"hamburger hamburger--squeeze d-block d-lg-none\" type=\"button\">
  384.                         <span class=\"hamburger-box\">
  385.                             <span class=\"hamburger-inner\"></span>
  386.                              <span class=\"hamburger-label d-none\"></span>
  387.                         </span>
  388.                     </button>
  389.                 </div>
  390.                 ";
  391.         // line 211
  392.         echo "            </div>
  393.         </div>
  394.     </header>
  395.     <main>
  396.         ";
  397.         // line 217
  398.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'217$this->source); })())) {
  399.             // line 218
  400.             echo "            <div class=\"bedescription\">Slider</div><br>
  401.         ";
  402.         }
  403.         // line 220
  404.         echo "
  405.         ";
  406.         // line 221
  407.         if ((twig_in_filter("/login"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'221$this->source); })()), "request", [], "any"falsefalsefalse221), "requestUri", [], "any"falsefalsefalse221)) || twig_in_filter("/business-partner"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'221$this->source); })()), "request", [], "any"falsefalsefalse221), "requestUri", [], "any"falsefalsefalse221)))) {
  408.             // line 222
  409.             echo "        ";
  410.         } else {
  411.             // line 223
  412.             echo "            ";
  413.             $this->loadTemplate("includes/base-slider.html.twig""base.html.twig"223)->display($context);
  414.             // line 224
  415.             echo "        ";
  416.         }
  417.         // line 225
  418.         echo "
  419.         ";
  420.         // line 226
  421.         if ( !(isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'226$this->source); })())) {
  422.             // line 227
  423.             echo "
  424.             ";
  425.             // line 228
  426.             if ((twig_in_filter("/login"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'228$this->source); })()), "request", [], "any"falsefalsefalse228), "requestUri", [], "any"falsefalsefalse228)) || twig_in_filter("/business-partner"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'228$this->source); })()), "request", [], "any"falsefalsefalse228), "requestUri", [], "any"falsefalsefalse228)))) {
  427.                 // line 229
  428.                 echo "            ";
  429.             } else {
  430.                 // line 230
  431.                 echo "                <div class=\"breadcrumb-container container-fluid my-4\">
  432.                     ";
  433.                 // line 231
  434.                 echo $this->env->getFunction('pimcore_render_nav')->getCallable()((isset($context["mainNavigation"]) || array_key_exists("mainNavigation"$context) ? $context["mainNavigation"] : (function () { throw new RuntimeError('Variable "mainNavigation" does not exist.'231$this->source); })()), "breadcrumbs");
  435.                 echo "
  436.                 </div>
  437.             ";
  438.             }
  439.             // line 234
  440.             echo "
  441.             ";
  442.             // line 235
  443.             if ((is_string($__internal_compile_12 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'235$this->source); })()), "request", [], "any"falsefalsefalse235), "requestUri", [], "any"falsefalsefalse235)) && is_string($__internal_compile_13 "/de/aktuelles/news") && ('' === $__internal_compile_13 || $__internal_compile_13 === substr($__internal_compile_12, -strlen($__internal_compile_13))))) {
  444.                 // line 236
  445.                 echo "                <div class=\"breadcrumb-container container-fluid my-4\">
  446.                     Aktuelles &gt;
  447.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/de/aktuelles/news\">News</a>
  448.                 </div>
  449.             ";
  450.             }
  451.             // line 241
  452.             echo "            ";
  453.             if ((is_string($__internal_compile_14 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'241$this->source); })()), "request", [], "any"falsefalsefalse241), "requestUri", [], "any"falsefalsefalse241)) && is_string($__internal_compile_15 "/de/aktuelles/events") && ('' === $__internal_compile_15 || $__internal_compile_15 === substr($__internal_compile_14, -strlen($__internal_compile_15))))) {
  454.                 // line 242
  455.                 echo "                <div class=\"breadcrumb-container container-fluid my-4\">
  456.                     Aktuelles &gt;
  457.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/de/aktuelles/events\">Events</a>
  458.                 </div>
  459.             ";
  460.             }
  461.             // line 247
  462.             echo "            ";
  463.             if ((is_string($__internal_compile_16 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'247$this->source); })()), "request", [], "any"falsefalsefalse247), "requestUri", [], "any"falsefalsefalse247)) && is_string($__internal_compile_17 "/de/aktuelles/downloads") && ('' === $__internal_compile_17 || $__internal_compile_17 === substr($__internal_compile_16, -strlen($__internal_compile_17))))) {
  464.                 // line 248
  465.                 echo "                <div class=\"breadcrumb-container container-fluid my-4\">
  466.                     Aktuelles &gt;
  467.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/de/aktuelles/downloads\">Downloads</a>
  468.                 </div>
  469.             ";
  470.             }
  471.             // line 253
  472.             echo "
  473.             ";
  474.             // line 254
  475.             if ((is_string($__internal_compile_18 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'254$this->source); })()), "request", [], "any"falsefalsefalse254), "requestUri", [], "any"falsefalsefalse254)) && is_string($__internal_compile_19 "/en/current/news") && ('' === $__internal_compile_19 || $__internal_compile_19 === substr($__internal_compile_18, -strlen($__internal_compile_19))))) {
  476.                 // line 255
  477.                 echo "                <div class=\"breadcrumb-container container-fluid my-4\">
  478.                     Current &gt;
  479.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/en/current/news\">News</a>
  480.                 </div>
  481.             ";
  482.             }
  483.             // line 260
  484.             echo "            ";
  485.             if ((is_string($__internal_compile_20 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'260$this->source); })()), "request", [], "any"falsefalsefalse260), "requestUri", [], "any"falsefalsefalse260)) && is_string($__internal_compile_21 "/en/current/events") && ('' === $__internal_compile_21 || $__internal_compile_21 === substr($__internal_compile_20, -strlen($__internal_compile_21))))) {
  486.                 // line 261
  487.                 echo "                <div class=\"breadcrumb-container container-fluid my-4\">
  488.                     Current &gt;
  489.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/en/current/events\">Events</a>
  490.                 </div>
  491.             ";
  492.             }
  493.             // line 266
  494.             echo "            ";
  495.             if ((is_string($__internal_compile_22 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'266$this->source); })()), "request", [], "any"falsefalsefalse266), "requestUri", [], "any"falsefalsefalse266)) && is_string($__internal_compile_23 "/en/current/downloads") && ('' === $__internal_compile_23 || $__internal_compile_23 === substr($__internal_compile_22, -strlen($__internal_compile_23))))) {
  496.                 // line 267
  497.                 echo "                <div class=\"breadcrumb-container container-fluid my-4\">
  498.                     Current &gt;
  499.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/en/current/downloads\">Downloads</a>
  500.                 </div>
  501.             ";
  502.             }
  503.             // line 272
  504.             echo "
  505.             ";
  506.             // line 273
  507.             if ((is_string($__internal_compile_24 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'273$this->source); })()), "request", [], "any"falsefalsefalse273), "requestUri", [], "any"falsefalsefalse273)) && is_string($__internal_compile_25 "/hu/aktuelles/news") && ('' === $__internal_compile_25 || $__internal_compile_25 === substr($__internal_compile_24, -strlen($__internal_compile_25))))) {
  508.                 // line 274
  509.                 echo "                <div class=\"breadcrumb-container container-fluid my-4\">
  510.                     Aktuelles &gt;
  511.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/hu/aktuelles/news\">News</a>
  512.                 </div>
  513.             ";
  514.             }
  515.             // line 279
  516.             echo "            ";
  517.             if ((is_string($__internal_compile_26 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'279$this->source); })()), "request", [], "any"falsefalsefalse279), "requestUri", [], "any"falsefalsefalse279)) && is_string($__internal_compile_27 "/hu/aktuelles/events") && ('' === $__internal_compile_27 || $__internal_compile_27 === substr($__internal_compile_26, -strlen($__internal_compile_27))))) {
  518.                 // line 280
  519.                 echo "                <div class=\"breadcrumb-container container-fluid my-4\">
  520.                     Aktuelles &gt;
  521.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/hu//aktuelles/events\">Events</a>
  522.                 </div>
  523.             ";
  524.             }
  525.             // line 285
  526.             echo "            ";
  527.             if ((is_string($__internal_compile_28 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'285$this->source); })()), "request", [], "any"falsefalsefalse285), "requestUri", [], "any"falsefalsefalse285)) && is_string($__internal_compile_29 "/hu/aktuelles/downloads") && ('' === $__internal_compile_29 || $__internal_compile_29 === substr($__internal_compile_28, -strlen($__internal_compile_29))))) {
  528.                 // line 286
  529.                 echo "                <div class=\"breadcrumb-container container-fluid my-4\">
  530.                     Aktuelles &gt;
  531.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/hu/aktuelles/downloads\">Downloads</a>
  532.                 </div>
  533.             ";
  534.             }
  535.             // line 291
  536.             echo "
  537.         ";
  538.         }
  539.         // line 293
  540.         echo "
  541.         ";
  542.         // line 294
  543.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'294$this->source); })())) {
  544.             // line 295
  545.             echo "            <div class=\"bedescription mt-5\">";
  546.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Weitere Elemente"), "html"nulltrue);
  547.             echo "</div><br>
  548.         ";
  549.         }
  550.         // line 297
  551.         echo "
  552.         ";
  553.         // line 298
  554.         $this->displayBlock('main'$context$blocks);
  555.         // line 301
  556.         echo "    </main>
  557.     <footer>
  558.         <!-- Newsletter Anmeldung, Downloads, Ext. Links -->
  559.         <div class=\"pt-5 pb-4\">
  560.             <div class=\"einzug light w-100\">
  561.                 <div class=\"container-fluid\">
  562.                     <div class=\"row pimcore_area_text pimcore_area_content\">
  563.                         <div class=\"col-sm-4 col-12 py-sm-4 pt-4 px-4\">
  564.                             <p><strong>schoen + sandt machinery GmbH</strong><br>
  565.                                 Lemberger Straße 82<br>
  566.                                 66955 Pirmasens<br>
  567.                             <div style=\"display:inline;position: relative; top: -5px;\">
  568.                                 <img src=\"/img/icon-phone-2022.svg\" style=\"height: 15px;width: 15px;\" class=\"top-4 me-1\"/>
  569.                             </div>
  570.                             <a class=\"text-decoration-none\" href=\"tel:+496331713100\">+49 63 31-713-100</a><br>
  571.                             <div style=\"display:inline;position: relative; top: -5px;\">
  572.                                 <img style=\"height: 15px;width: 15px;\" src=\"/img/fax.svg\" class=\"top-4 me-1\"/>
  573.                             </div>
  574.                             <a class=\"text-decoration-none\" href=\"tel:+496331713125\">+49&nbsp;63 31-713-125</a>
  575.                             </p>
  576.                             <p class=\"mb-0\">
  577.                             <div style=\"display:inline;position: relative; top: -5px;\">
  578.                                 <img src=\"/img/icon-email.svg\" class=\"top-4 me-1\" style=\"height: 15px;width:15px;\"/></div>
  579.                             <a href=\"mailto:info@schoen-sandt.de\" class=\"text-decoration-none\" title=\"";
  580.         // line 327
  581.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Öffnet ein Fenster zum Versenden der E-Mail"), "html"nulltrue);
  582.         echo "\">
  583.                                 info@schoen-sandt.de</a></p>
  584.                         </div>
  585.                         <div class=\"col-4 d-sm-flex d-none\"></div>
  586.                         <div class=\"col-sm-4 col-12 py-sm-4 px-4 pb-4\">
  587.                             <a href=\"/";
  588.         // line 332
  589.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'332$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse332), "html"nulltrue);
  590.         echo "/downloads\" class=\"text-decoration-none\">
  591.                                 <div style=\"display:inline;position: relative; top: -5px;\">
  592.                                     <img style=\"height: 15px;width: 15px;\" src=\"/img/dwn.svg\" class=\"top-4 me-1\"/>
  593.                                 </div>
  594.                                 ";
  595.         // line 336
  596.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Downloads"), "html"nulltrue);
  597.         echo "</a><br>
  598.                             <a href=\"/";
  599.         // line 337
  600.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'337$this->source); })()), "getProperty", [=> "language"], "method"falsefalsefalse337), "html"nulltrue);
  601.         echo "/login\" class=\"text-decoration-none\">
  602.                                 <div style=\"display:inline;position: relative; top: -5px;\">
  603.                                     <img style=\"height: 15px;width: 15px;\" src=\"/img/icon-login.svg\" class=\"top-4 me-1\"/>
  604.                                 </div>
  605.                                 ";
  606.         // line 341
  607.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("BP-Portal"), "html"nulltrue);
  608.         echo "</a>
  609.                             <br>
  610.                             <br>
  611.                             <a class=\"text-decoration-none\" style=\"cursor: unset!important;\">
  612.                                 ";
  613.         // line 345
  614.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Newsletter Anmeldung"), "html"nulltrue);
  615.         echo "
  616.                             </a>
  617.                             <div class=\"form-wrapper\">
  618.                                 <form method=\"post\" id=\"newsletter-registration\">
  619.                                     <div class=\"newsletter-input input-group my-1 \">
  620.                                         <input type=\"text\" class=\"form-control\" name=\"email\" id=\"email\" placeholder=\"";
  621.         // line 351
  622.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Ihre E-Mail Adresse"), "html"nulltrue);
  623.         echo "\" style=\" border-top-right-radius: 0;border-bottom-right-radius: 0;  border-top-left-radius: 8px;border-bottom-left-radius: 8px;margin-right: -5px;padding-right: 10px;\">
  624.                                         <div class=\"input-group-append\">
  625.                                             <button class=\"btn bg-white border-0 btn-outline-secondary btn btn-default arrow grey\" type=\"submit\" style=\"border-top-left-radius: 0;border-bottom-left-radius: 0;\"><img src=\"/img/icon-email-g.svg\" style=\"    height: 21px;  padding-bottom: 3px;\"><!--div style=\"height: 22px;\"></div--></button>
  626.                                         </div>
  627.                                     </div>
  628.                                     <div class=\"form-check newsletter-check\">
  629.                                         <input class=\"form-check-input\" type=\"checkbox\" value=\"\" name=\"newsletter_check\" id=\"newsletter_check\" required>
  630.                                         <label class=\"form-check-label\" for=\"newsletter_check\">
  631.                                             ";
  632.         // line 359
  633.         if (((isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'359$this->source); })()) == "de")) {
  634.             // line 360
  635.             echo "                                                Ich habe die <a href=\"https://schoen-sandt.rv-works.dev/de/datenschutz\" target=\"_blank\">Datenschutzbestimmungen</a> zur Kenntnis genommen.
  636.                                             ";
  637.         } elseif ((        // line 361
  638. (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'361$this->source); })()) == "en")) {
  639.             // line 362
  640.             echo "                                                I have read the <a href=\"https://schoen-sandt.rv-works.dev/en/privacy\" target=\"_blank\">privacy policy</a>.
  641.                                             ";
  642.         } elseif ((        // line 363
  643. (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'363$this->source); })()) == "hu")) {
  644.             // line 364
  645.             echo "                                                Ich habe die <a href=\"https://schoen-sandt.rv-works.dev/hu/datenschutz\" target=\"_blank\">Datenschutzbestimmungen</a> zur Kenntnis genommen.
  646.                                             ";
  647.         }
  648.         // line 366
  649.         echo "                                        </label>
  650.                                     </div>
  651.                                 </form>
  652.                                 <div class=\"newsletter-success text-success\" style=\"font-weight: 700; display: none\">";
  653.         // line 369
  654.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("You have successfully registered for our newsletter. Please confirm your registration in the email you recieved from us."), "html"nulltrue);
  655.         echo "</div>
  656.                                 <div class=\"newsletter-warning text-warning\" style=\"font-weight: 700; display: none\">";
  657.         // line 370
  658.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("You are already registered for our newsletter."), "html"nulltrue);
  659.         echo "</div>
  660.                                 <div class=\"newsletter-error text-danger\" style=\"font-weight: 700; display: none\">";
  661.         // line 371
  662.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("An error occurred. Please try again later or contact the support."), "html"nulltrue);
  663.         echo "</div>
  664.                             </div>
  665.                         </div>
  666.                     </div>
  667.                 </div>
  668.             </div>
  669.         </div>
  670.         <div class=\"container-fluid position-relative\">
  671.             <nav class=\"pb-5 pt-3\">
  672.                 <ul>
  673.                     ";
  674.         // line 383
  675.         if (((isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'383$this->source); })()) == "de")) {
  676.             // line 384
  677.             echo "                        <li><a href=\"/de/impressum\">Impressum</a></li>
  678.                         <li><a href=\"/de/datenschutz\">Datenschutz</a></li>
  679.                         <li><a href=\"/de/haftungsausschluss\">Haftungsausschluss</a></li>
  680.                     ";
  681.         }
  682.         // line 388
  683.         echo "                    ";
  684.         if (((isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'388$this->source); })()) == "en")) {
  685.             // line 389
  686.             echo "                        <li><a href=\"/en/imprint\">Imprint</a></li>
  687.                         <li><a href=\"/en/privacy\">Privacy</a></li>
  688.                         <li><a href=\"/en/disclaimer\">Disclaimer</a></li>
  689.                     ";
  690.         }
  691.         // line 393
  692.         echo "                    ";
  693.         if (((isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'393$this->source); })()) == "hu")) {
  694.             // line 394
  695.             echo "                        <li><a href=\"/hu/impressum\">Imprint</a></li>
  696.                         <li><a href=\"/hu/datenschutz\">Privacy</a></li>
  697.                         <li><a href=\"/hu/haftungsausschluss\">Disclaimer</a></li>
  698.                     ";
  699.         }
  700.         // line 398
  701.         echo "                </ul>
  702.             </nav>
  703.             <img src=\"/img/footer-balken.svg\" class=\"balken\"/>
  704.         </div>
  705.     </footer>
  706. </div>
  707. <nav id=\"mobile-menu\">
  708.     ";
  709.         // line 409
  710.         if ((twig_in_filter("/login"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'409$this->source); })()), "request", [], "any"falsefalsefalse409), "requestUri", [], "any"falsefalsefalse409)) || twig_in_filter("/business-partner"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'409$this->source); })()), "request", [], "any"falsefalsefalse409), "requestUri", [], "any"falsefalsefalse409)))) {
  711.             // line 410
  712.             echo "        ";
  713.             $this->loadTemplate("includes/navigation-mobile-bp.html.twig""base.html.twig"410)->display($context);
  714.             // line 411
  715.             echo "    ";
  716.         } else {
  717.             // line 412
  718.             echo "        ";
  719.             $this->loadTemplate("includes/navigation-mobile.html.twig""base.html.twig"412)->display($context);
  720.             // line 413
  721.             echo "    ";
  722.         }
  723.         // line 414
  724.         echo "
  725. </nav>
  726. ";
  727.         // line 418
  728.         echo "<input type=\"hidden\" id=\"STRING_EMAIL_SUCCESS\" value=\"";
  729.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vielen Dank für Ihre Nachricht. Wird werden uns so schnell wie möglich bei Ihnen melden."), "html"nulltrue);
  730.         echo "\">
  731. <input type=\"hidden\" id=\"STRING_EMAIL_ERROR\" value=\"";
  732.         // line 419
  733.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Leider ist beim Absenden Ihrer Nachricht ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal."), "html"nulltrue);
  734.         echo "\">
  735. ";
  736.         // line 421
  737.         echo "
  738. ";
  739.         // line 422
  740.         if ( !(isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'422$this->source); })())) {
  741.             // line 423
  742.             echo "    <script src=\"/js/bundle.js?t=";
  743.             echo twig_escape_filter($this->env$this->extensions['App\Twig\AppExtension']->fileModifiedTimestamp("/js/bundle.js"), "html"nulltrue);
  744.             echo "\" type=\"text/javascript\"></script>
  745. ";
  746.         }
  747.         // line 425
  748.         echo "</body>
  749. </html>
  750. ";
  751.         
  752.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  753.         
  754.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  755.     }
  756.     // line 298
  757.     public function block_main($context, array $blocks = [])
  758.     {
  759.         $macros $this->macros;
  760.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  761.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  762.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  763.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  764.         // line 299
  765.         echo "
  766.         ";
  767.         
  768.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  769.         
  770.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  771.     }
  772.     public function getTemplateName()
  773.     {
  774.         return "base.html.twig";
  775.     }
  776.     public function isTraitable()
  777.     {
  778.         return false;
  779.     }
  780.     public function getDebugInfo()
  781.     {
  782.         return array (  801 => 299,  791 => 298,  779 => 425,  773 => 423,  771 => 422,  768 => 421,  764 => 419,  759 => 418,  754 => 414,  751 => 413,  748 => 412,  745 => 411,  742 => 410,  740 => 409,  727 => 398,  721 => 394,  718 => 393,  712 => 389,  709 => 388,  703 => 384,  701 => 383,  686 => 371,  682 => 370,  678 => 369,  673 => 366,  669 => 364,  667 => 363,  664 => 362,  662 => 361,  659 => 360,  657 => 359,  646 => 351,  637 => 345,  630 => 341,  623 => 337,  619 => 336,  612 => 332,  604 => 327,  576 => 301,  574 => 298,  571 => 297,  565 => 295,  563 => 294,  560 => 293,  556 => 291,  549 => 286,  546 => 285,  539 => 280,  536 => 279,  529 => 274,  527 => 273,  524 => 272,  517 => 267,  514 => 266,  507 => 261,  504 => 260,  497 => 255,  495 => 254,  492 => 253,  485 => 248,  482 => 247,  475 => 242,  472 => 241,  465 => 236,  463 => 235,  460 => 234,  454 => 231,  451 => 230,  448 => 229,  446 => 228,  443 => 227,  441 => 226,  438 => 225,  435 => 224,  432 => 223,  429 => 222,  427 => 221,  424 => 220,  420 => 218,  418 => 217,  410 => 211,  396 => 190,  394 => 189,  390 => 187,  387 => 186,  384 => 185,  376 => 180,  368 => 175,  364 => 174,  357 => 170,  349 => 169,  343 => 168,  337 => 165,  329 => 164,  323 => 163,  317 => 160,  309 => 159,  303 => 158,  297 => 155,  289 => 154,  283 => 153,  280 => 152,  278 => 151,  266 => 144,  256 => 136,  244 => 126,  241 => 125,  235 => 121,  228 => 115,  225 => 114,  219 => 110,  212 => 104,  210 => 103,  204 => 102,  147 => 48,  144 => 47,  142 => 46,  139 => 45,  137 => 43,  136 => 42,  135 => 41,  132 => 40,  128 => 38,  126 => 37,  124 => 36,  121 => 34,  117 => 32,  115 => 31,  112 => 30,  108 => 28,  104 => 26,  102 => 25,  99 => 24,  97 => 23,  92 => 20,  89 => 19,  87 => 18,  81 => 17,  75 => 14,  70 => 12,  67 => 11,  59 => 9,  53 => 7,  51 => 6,  44 => 1,);
  783.     }
  784.     public function getSourceContext()
  785.     {
  786.         return new Source("<!DOCTYPE html>
  787. <html lang=\"en\">
  788. <head>
  789.     <meta charset=\"UTF-8\">
  790.     {% if customPageTitle is defined %}
  791.         <title>{{ customPageTitle }} | schoen + sandt</title>
  792.     {% else %}
  793.         <title>{% if document.getType() != \"email\" %}{{ document.getTitle() }}{% endif %} | schoen + sandt</title>
  794.     {% endif %}
  795.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no\">
  796.     <link href=\"/css/app.css?t={{ '/css/app.css'|filemodifiedtimestamp }}\" rel=\"stylesheet\">
  797.     <link rel=\"icon\" type=\"image/x-icon\" href=\"/img/ssm.ico\">
  798.     {{ pimcore_head_meta() }}
  799. </head>
  800. <body class=\"{% if editmode %}admin{% endif %}\">
  801. {% set language = document.getProperty(\"language\") %}
  802. <script src=\"https://consent.cookiefirst.com/banner.js\" data-language=\"{{ language }}\" data-cookiefirst-key=\"49ba8eac-4f00-4159-9d85-8ba16fec4a7a\"></script>
  803. {# get root node if there is no document defined (for pages which are routed directly through static route) #}
  804. {% if language == \"en\" %}
  805.     {% set startNodeId = 155 %}
  806. {% elseif language == \"hu\" %}
  807.     {% set startNodeId = 213 %}
  808. {% else %}
  809.     {% set startNodeId = 3 %}
  810. {% endif %}
  811. {% if not document is defined or not document %}
  812.     {% set document = pimcore_document(startNodeId) %}
  813. {% endif %}
  814. {# get the document which should be used to start in navigation | default home #}
  815. {% set navStartNode = document.getProperty('navigationRoot') %}
  816. {% if not navStartNode is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Page') %}
  817.     {% set navStartNode = pimcore_document(startNodeId) %}
  818. {% endif %}
  819. {% set mainNavigation = pimcore_build_nav({
  820.     active: document,
  821.     root: navStartNode
  822. }) %}
  823. {% set menuRenderer = pimcore_nav_renderer(\"menu\") %}
  824. <input type=\"hidden\" id=\"language\" value=\"{{ document.getProperty(\"language\") }}\">
  825. <div id=\"mm-wrapper\">
  826.     <header class=\"Fixed\">
  827.         <div class=\"top\">
  828.             <div class=\"container-fluid inner py-2 py-md-0 flex-wrap\" style=\"margin-top:-10px;\">
  829.                 <ul class=\"social-icons\" style=\"margin-top:8px;\">
  830.                     <li><a target=\"_blank\" href=\"https://de-de.facebook.com/schoensandtmachinery/\">
  831.                             <?xml version=\"1.0\"?>
  832.                             <svg id=\"fb_icon\" fill=\"#000000\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\" width=\"18px\" height=\"18px\">
  833.                                 <path d=\"M25,3C12.85,3,3,12.85,3,25c0,11.03,8.125,20.137,18.712,21.728V30.831h-5.443v-5.783h5.443v-3.848 c0-6.371,3.104-9.168,8.399-9.168c2.536,0,3.877,0.188,4.512,0.274v5.048h-3.612c-2.248,0-3.033,2.131-3.033,4.533v3.161h6.588 l-0.894,5.783h-5.694v15.944C38.716,45.318,47,36.137,47,25C47,12.85,37.15,3,25,3z\"/>
  834.                             </svg>
  835.                         </a></li>
  836.                     <li class=\"px-1\"><a target=\"_blank\" href=\"https://de.linkedin.com/company/schoen-sandt-machinery-gmbh\">
  837.                             <?xml version=\"1.0\"?>
  838.                             <svg id=\"li_icon\" fill=\"#000000\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\" width=\"18px\" height=\"18px\">
  839.                                 <path d=\"M41,4H9C6.24,4,4,6.24,4,9v32c0,2.76,2.24,5,5,5h32c2.76,0,5-2.24,5-5V9C46,6.24,43.76,4,41,4z M17,20v19h-6V20H17z M11,14.47c0-1.4,1.2-2.47,3-2.47s2.93,1.07,3,2.47c0,1.4-1.12,2.53-3,2.53C12.2,17,11,15.87,11,14.47z M39,39h-6c0,0,0-9.26,0-10 c0-2-1-4-3.5-4.04h-0.08C27,24.96,26,27.02,26,29c0,0.91,0,10,0,10h-6V20h6v2.56c0,0,1.93-2.56,5.81-2.56 c3.97,0,7.19,2.73,7.19,8.26V39z\"/>
  840.                             </svg>
  841.                         </a></li>
  842.                     <li><a target=\"_blank\" href=\"https://www.youtube.com/channel/UCl0Bk_uvkEPalx8RoOMypjA\">
  843.                             <?xml version=\"1.0\"?>
  844.                             <svg id=\"yt_icon_wrapper\" xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 71.412065 50\" width=\"20px\" height=\"18px\">
  845.                                 <metadata id=\"metadata33\">
  846.                                     <rdf:RDF>
  847.                                         <cc:Work rdf:about=\"\">
  848.                                             <dc:format>image/svg+xml</dc:format>
  849.                                             <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>
  850.                                             <dc:title></dc:title>
  851.                                         </cc:Work>
  852.                                     </rdf:RDF>
  853.                                 </metadata>
  854.                                 <defs id=\"defs31\"/>
  855.                                 <sodipodi:namedview pagecolor=\"#ffffff\" bordercolor=\"#666666\" borderopacity=\"1\" objecttolerance=\"10\" gridtolerance=\"10\" guidetolerance=\"10\" inkscape:pageopacity=\"0\" inkscape:pageshadow=\"2\" inkscape:window-width=\"1366\" inkscape:window-height=\"715\" id=\"namedview29\" showgrid=\"false\" fit-margin-top=\"0\" fit-margin-left=\"0\" fit-margin-right=\"0\" fit-margin-bottom=\"0\" inkscape:zoom=\"5.4355702\" inkscape:cx=\"30.091613\" inkscape:cy=\"15.29613\" inkscape:window-x=\"-8\" inkscape:window-y=\"-8\" inkscape:window-maximized=\"1\" inkscape:current-layer=\"Layer_1\"/>
  856.                                 <style type=\"text/css\" id=\"style3\">    .st0 {
  857.                                         fill: #FF0000;
  858.                                     }
  859.                                     .st1 {
  860.                                         fill: #FFFFFF;
  861.                                     }
  862.                                     .st2 {
  863.                                         fill: #282828;
  864.                                     }</style>
  865.                                 <g id=\"g5\" transform=\"scale(0.58823529,0.58823529)\">
  866.                                     <path class=\"st0\" d=\"M 118.9,13.3 C 117.5,8.1 113.4,4 108.2,2.6 98.7,0 60.7,0 60.7,0 60.7,0 22.7,0 13.2,2.5 8.1,3.9 3.9,8.1 2.5,13.3 0,22.8 0,42.5 0,42.5 0,42.5 0,62.3 2.5,71.7 3.9,76.9 8,81 13.2,82.4 22.8,85 60.7,85 60.7,85 c 0,0 38,0 47.5,-2.5 5.2,-1.4 9.3,-5.5 10.7,-10.7 2.5,-9.5 2.5,-29.2 2.5,-29.2 0,0 0.1,-19.8 -2.5,-29.3 z\" id=\"yt_icon\" inkscape:connector-curvature=\"0\" style=\"fill:#282828;fill-opacity:1\"/>
  867.                                     <polygon class=\"st1\" points=\"80.2,42.5 48.6,24.3 48.6,60.7 \" id=\"polygon9\" style=\"fill:#ffffff\"/>
  868.                                 </g>
  869.                             </svg>
  870.                         </a></li>
  871.                 </ul>
  872.                 <ul class=\"topper\">
  873.                     <li style=\"margin-top:10px;\"><a href=\"tel:+496331713100\"><img src=\"/img/icon-phone-2022.svg\" class=\"top-4\"/> <span class=\"h-mobile\">+49 6331 713-100</span></a></li>
  874.                     <li style=\"margin-top:5px;\"><a href=\"mailto:sales@schoen-sandt.de\"><img src=\"/img/icon-email.svg\" class=\"top-4\"/> <span class=\"h-mobile\">sales@schoen-sandt.de</span></a></li>
  875.                     <li style=\"margin-top:5px;\"><a href=\"/{{ document.getProperty('language') }}/login\"><img src=\"/img/icon-login.svg\" class=\"top-4\"/> <span class=\"h-mobile2\">{{ \"BP-Portal\"|trans }}</span></a></li>
  876.                     {% if language == \"de\" %}
  877.                         <li class=\"pe-0\" style=\"margin-top:5px;\">
  878.                             <div class=\"dropdown\">
  879.                                 <a href=\"#\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\"><img class=\"flag\" src=\"/img/demo-lang-de.png\"/> <span class=\"h-mobile2\">DE</span></a>
  880.                                 <ul class=\"dropdown-menu lang\">
  881.                                     <li><a class=\"dropdown-item\" href=\"/en\"><img class=\"flag\" src=\"/img/demo-lang-en.png\"/> EN</a></li>
  882.                                  {# <li><a class=\"dropdown-item\" href=\"/hu\"><img class=\"flag\" src=\"/img/demo-lang-hu.png\"/> HU</a></li>#}
  883.                                 </ul>
  884.                             </div>
  885.                         </li>
  886.                     {% endif %}
  887.                     {% if language == \"en\" %}
  888.                         <li class=\"pe-0\" style=\"margin-top:5px;\">
  889.                             <div class=\"dropdown\">
  890.                                 <a href=\"#\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\"><img class=\"flag\" src=\"/img/demo-lang-en.png\"/> <span class=\"h-mobile\">EN</span></a>
  891.                                 <ul class=\"dropdown-menu lang\">
  892.                                     <li><a class=\"dropdown-item\" href=\"/\"><img class=\"flag\" src=\"/img/demo-lang-de.png\"/> DE</a></li>
  893.                                     {#    <li><a class=\"dropdown-item\" href=\"/hu\"><img class=\"flag\" src=\"/img/demo-lang-hu.png\"/> HU</a></li>#}
  894.                                 </ul>
  895.                             </div>
  896.                         </li>
  897.                     {% endif %}
  898.                     {% if language == \"hu\" %}
  899.                         <li class=\"pe-0\" style=\"margin-top:5px;\">
  900.                             <div class=\"dropdown\">
  901.                                 <a href=\"#\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\"><img class=\"flag\" src=\"/img/demo-lang-hu.png\"/> <span class=\"h-mobile\">HU</span></a>
  902.                                 <ul class=\"dropdown-menu lang\">
  903.                                     <li><a class=\"dropdown-item\" href=\"/en\"><img class=\"flag\" src=\"/img/demo-lang-en.png\"/> EN</a></li>
  904.                                       <li><a class=\"dropdown-item\" href=\"/\"><img class=\"flag\" src=\"/img/demo-lang-de.png\"/> DE</a></li>
  905.                                 </ul>
  906.                             </div>
  907.                         </li>
  908.                     {% endif %}
  909.                 </ul>
  910.             </div>
  911.         </div>
  912.         <div class=\"container-fluid \">
  913.             <div class=\"row header-content\">
  914.                 <div class=\"col-6 col-sm-3 d-flex align-items-center justify-content-start\">
  915.                     <div class=\"logo\">
  916.                         <a href=\"/{% if language != \"de\" %}{{ language }}{% endif %}\">
  917.                             <img src=\"/img/logo.jpg\" alt=\"schoen + sandt machinery GmbH\"/>
  918.                         </a>
  919.                     </div>
  920.                 </div>
  921.                 <div class=\"col-6 col-sm-9 d-flex align-items-center justify-content-end\">
  922.                     <nav>
  923.                         {% if '/login' in app.request.requestUri or '/business-partner' in app.request.requestUri %}
  924.                             <ul class=\"navbar-items d-none d-lg-flex\">
  925.                                 <li class=\"nav-item {% if app.request.requestUri == \"/\" ~ document.getProperty('language') ~ \"/business-partner\" %}activebp{% endif %}\">
  926.                                     <a class=\"nav-link {% if app.request.requestUri == \"/\" ~ document.getProperty('language') ~ \"/business-partner\" %}activebp{% endif %}\" href=\"/{{ document.getProperty('language') }}/business-partner\">
  927.                                         {{ \"Home\"|trans }}
  928.                                     </a>
  929.                                 </li>
  930.                                 <li class=\"nav-item {% if app.request.requestUri starts with  \"/\" ~ document.getProperty('language') ~ \"/business-partner/news\" %}activebp{% endif %}\">
  931.                                     <a class=\"nav-link {% if app.request.requestUri starts with  \"/\" ~ document.getProperty('language') ~ \"/business-partner/news\" %}activebp{% endif %}\" href=\"/{{ document.getProperty('language') }}/business-partner/news\">
  932.                                         {{ \"News\"|trans }}
  933.                                     </a>
  934.                                 </li>
  935.                                 <li class=\"nav-item {% if app.request.requestUri starts with  \"/\" ~ document.getProperty('language') ~ \"/business-partner/events\" %}activebp{% endif %}\">
  936.                                     <a class=\"nav-link {% if app.request.requestUri starts with \"/\" ~ document.getProperty('language') ~ \"/business-partner/events\" %}activebp{% endif %}\" href=\"/{{ document.getProperty('language') }}/business-partner/events\">
  937.                                         {{ \"Events\"|trans }}
  938.                                     </a>
  939.                                 </li>
  940.                                 <li class=\"nav-item {% if app.request.requestUri starts with  \"/\" ~ document.getProperty('language') ~ \"/business-partner/downloads\" %}activebp{% endif %}\">
  941.                                     <a class=\"nav-link {% if app.request.requestUri starts with  \"/\" ~ document.getProperty('language') ~ \"/business-partner/downloads\" %}activebp{% endif %}\" href=\"/{{ document.getProperty('language') }}/business-partner/downloads\">
  942.                                         {{ \"Downloads\"|trans }}
  943.                                     </a>
  944.                                 </li>
  945.                                 <li class=\"nav-item\">
  946.                                     <a class=\"nav-link active\" href=\"/{{ document.getProperty('language') }}/logout\">
  947.                                         {{ \"Abmelden\"|trans }}
  948.                                     </a>
  949.                                 </li>
  950.                                 <li class=\"nav-item\">
  951.                                     <a class=\"nav-link active\" href=\"/\">
  952.                                         {{ \"Zurück zur Website\"|trans }}
  953.                                     </a>
  954.                                 </li>
  955.                             </ul>
  956.                         {% else %}
  957.                             {% include \"includes/navigation.html.twig\" %}
  958.                         {% endif %}
  959.                         <ul class=\"navbar-items d-flex d-lg-none\">
  960.                             {% include \"includes/search-bar-header.html.twig\" with {mobile: true} %}
  961.                         </ul>
  962.                     </nav>
  963.                     <!-- Mobile -->
  964.                     <button id=\"mobile-btn\" class=\"hamburger hamburger--squeeze d-block d-lg-none\" type=\"button\">
  965.                         <span class=\"hamburger-box\">
  966.                             <span class=\"hamburger-inner\"></span>
  967.                              <span class=\"hamburger-label d-none\"></span>
  968.                         </span>
  969.                     </button>
  970.                 </div>
  971.                 {#<div class=\"col-12 col-lg-9 offset-0 offset-lg-3 search-bar-wrapper\">
  972.                     <div class=\"search-bar\">
  973.                         <input class=\"search-input form-control\" placeholder=\"Suche...\">
  974.                         <div class=\"search-popup\"></div>
  975.                         #}{# Template für JS #}{#
  976.                         <a href=\"javascript:void(0)\" class=\"search-loader d-none\">{% include \"includes/spinner.html.twig\" %}</a>
  977.                     </div>
  978.                 </div>#}
  979.             </div>
  980.         </div>
  981.     </header>
  982.     <main>
  983.         {% if editmode %}
  984.             <div class=\"bedescription\">Slider</div><br>
  985.         {% endif %}
  986.         {% if '/login' in app.request.requestUri or '/business-partner' in app.request.requestUri %}
  987.         {% else %}
  988.             {% include \"includes/base-slider.html.twig\" %}
  989.         {% endif %}
  990.         {% if not editmode %}
  991.             {% if '/login' in app.request.requestUri or '/business-partner' in app.request.requestUri %}
  992.             {% else %}
  993.                 <div class=\"breadcrumb-container container-fluid my-4\">
  994.                     {{ pimcore_render_nav(mainNavigation, 'breadcrumbs') }}
  995.                 </div>
  996.             {% endif %}
  997.             {% if app.request.requestUri ends with '/de/aktuelles/news' %}
  998.                 <div class=\"breadcrumb-container container-fluid my-4\">
  999.                     Aktuelles &gt;
  1000.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/de/aktuelles/news\">News</a>
  1001.                 </div>
  1002.             {% endif %}
  1003.             {% if app.request.requestUri ends with '/de/aktuelles/events' %}
  1004.                 <div class=\"breadcrumb-container container-fluid my-4\">
  1005.                     Aktuelles &gt;
  1006.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/de/aktuelles/events\">Events</a>
  1007.                 </div>
  1008.             {% endif %}
  1009.             {% if app.request.requestUri ends with '/de/aktuelles/downloads' %}
  1010.                 <div class=\"breadcrumb-container container-fluid my-4\">
  1011.                     Aktuelles &gt;
  1012.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/de/aktuelles/downloads\">Downloads</a>
  1013.                 </div>
  1014.             {% endif %}
  1015.             {% if app.request.requestUri ends with '/en/current/news' %}
  1016.                 <div class=\"breadcrumb-container container-fluid my-4\">
  1017.                     Current &gt;
  1018.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/en/current/news\">News</a>
  1019.                 </div>
  1020.             {% endif %}
  1021.             {% if app.request.requestUri ends with '/en/current/events' %}
  1022.                 <div class=\"breadcrumb-container container-fluid my-4\">
  1023.                     Current &gt;
  1024.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/en/current/events\">Events</a>
  1025.                 </div>
  1026.             {% endif %}
  1027.             {% if app.request.requestUri ends with '/en/current/downloads' %}
  1028.                 <div class=\"breadcrumb-container container-fluid my-4\">
  1029.                     Current &gt;
  1030.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/en/current/downloads\">Downloads</a>
  1031.                 </div>
  1032.             {% endif %}
  1033.             {% if app.request.requestUri ends with '/hu/aktuelles/news' %}
  1034.                 <div class=\"breadcrumb-container container-fluid my-4\">
  1035.                     Aktuelles &gt;
  1036.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/hu/aktuelles/news\">News</a>
  1037.                 </div>
  1038.             {% endif %}
  1039.             {% if app.request.requestUri ends with '/hu/aktuelles/events' %}
  1040.                 <div class=\"breadcrumb-container container-fluid my-4\">
  1041.                     Aktuelles &gt;
  1042.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/hu//aktuelles/events\">Events</a>
  1043.                 </div>
  1044.             {% endif %}
  1045.             {% if app.request.requestUri ends with '/hu/aktuelles/downloads' %}
  1046.                 <div class=\"breadcrumb-container container-fluid my-4\">
  1047.                     Aktuelles &gt;
  1048.                     <a id=\"pimcore-navigation-renderer-breadcrumbs-11\" class=\"color1 main active active-trail\" href=\"/hu/aktuelles/downloads\">Downloads</a>
  1049.                 </div>
  1050.             {% endif %}
  1051.         {% endif %}
  1052.         {% if editmode %}
  1053.             <div class=\"bedescription mt-5\">{{ \"Weitere Elemente\"|trans }}</div><br>
  1054.         {% endif %}
  1055.         {% block main %}
  1056.         {% endblock %}
  1057.     </main>
  1058.     <footer>
  1059.         <!-- Newsletter Anmeldung, Downloads, Ext. Links -->
  1060.         <div class=\"pt-5 pb-4\">
  1061.             <div class=\"einzug light w-100\">
  1062.                 <div class=\"container-fluid\">
  1063.                     <div class=\"row pimcore_area_text pimcore_area_content\">
  1064.                         <div class=\"col-sm-4 col-12 py-sm-4 pt-4 px-4\">
  1065.                             <p><strong>schoen + sandt machinery GmbH</strong><br>
  1066.                                 Lemberger Straße 82<br>
  1067.                                 66955 Pirmasens<br>
  1068.                             <div style=\"display:inline;position: relative; top: -5px;\">
  1069.                                 <img src=\"/img/icon-phone-2022.svg\" style=\"height: 15px;width: 15px;\" class=\"top-4 me-1\"/>
  1070.                             </div>
  1071.                             <a class=\"text-decoration-none\" href=\"tel:+496331713100\">+49 63 31-713-100</a><br>
  1072.                             <div style=\"display:inline;position: relative; top: -5px;\">
  1073.                                 <img style=\"height: 15px;width: 15px;\" src=\"/img/fax.svg\" class=\"top-4 me-1\"/>
  1074.                             </div>
  1075.                             <a class=\"text-decoration-none\" href=\"tel:+496331713125\">+49&nbsp;63 31-713-125</a>
  1076.                             </p>
  1077.                             <p class=\"mb-0\">
  1078.                             <div style=\"display:inline;position: relative; top: -5px;\">
  1079.                                 <img src=\"/img/icon-email.svg\" class=\"top-4 me-1\" style=\"height: 15px;width:15px;\"/></div>
  1080.                             <a href=\"mailto:info@schoen-sandt.de\" class=\"text-decoration-none\" title=\"{{ \"Öffnet ein Fenster zum Versenden der E-Mail\"|trans }}\">
  1081.                                 info@schoen-sandt.de</a></p>
  1082.                         </div>
  1083.                         <div class=\"col-4 d-sm-flex d-none\"></div>
  1084.                         <div class=\"col-sm-4 col-12 py-sm-4 px-4 pb-4\">
  1085.                             <a href=\"/{{ document.getProperty('language') }}/downloads\" class=\"text-decoration-none\">
  1086.                                 <div style=\"display:inline;position: relative; top: -5px;\">
  1087.                                     <img style=\"height: 15px;width: 15px;\" src=\"/img/dwn.svg\" class=\"top-4 me-1\"/>
  1088.                                 </div>
  1089.                                 {{ \"Downloads\"|trans }}</a><br>
  1090.                             <a href=\"/{{ document.getProperty('language') }}/login\" class=\"text-decoration-none\">
  1091.                                 <div style=\"display:inline;position: relative; top: -5px;\">
  1092.                                     <img style=\"height: 15px;width: 15px;\" src=\"/img/icon-login.svg\" class=\"top-4 me-1\"/>
  1093.                                 </div>
  1094.                                 {{ \"BP-Portal\"|trans }}</a>
  1095.                             <br>
  1096.                             <br>
  1097.                             <a class=\"text-decoration-none\" style=\"cursor: unset!important;\">
  1098.                                 {{ \"Newsletter Anmeldung\"|trans }}
  1099.                             </a>
  1100.                             <div class=\"form-wrapper\">
  1101.                                 <form method=\"post\" id=\"newsletter-registration\">
  1102.                                     <div class=\"newsletter-input input-group my-1 \">
  1103.                                         <input type=\"text\" class=\"form-control\" name=\"email\" id=\"email\" placeholder=\"{{ \"Ihre E-Mail Adresse\"|trans }}\" style=\" border-top-right-radius: 0;border-bottom-right-radius: 0;  border-top-left-radius: 8px;border-bottom-left-radius: 8px;margin-right: -5px;padding-right: 10px;\">
  1104.                                         <div class=\"input-group-append\">
  1105.                                             <button class=\"btn bg-white border-0 btn-outline-secondary btn btn-default arrow grey\" type=\"submit\" style=\"border-top-left-radius: 0;border-bottom-left-radius: 0;\"><img src=\"/img/icon-email-g.svg\" style=\"    height: 21px;  padding-bottom: 3px;\"><!--div style=\"height: 22px;\"></div--></button>
  1106.                                         </div>
  1107.                                     </div>
  1108.                                     <div class=\"form-check newsletter-check\">
  1109.                                         <input class=\"form-check-input\" type=\"checkbox\" value=\"\" name=\"newsletter_check\" id=\"newsletter_check\" required>
  1110.                                         <label class=\"form-check-label\" for=\"newsletter_check\">
  1111.                                             {% if language == \"de\" %}
  1112.                                                 Ich habe die <a href=\"https://schoen-sandt.rv-works.dev/de/datenschutz\" target=\"_blank\">Datenschutzbestimmungen</a> zur Kenntnis genommen.
  1113.                                             {% elseif language == \"en\" %}
  1114.                                                 I have read the <a href=\"https://schoen-sandt.rv-works.dev/en/privacy\" target=\"_blank\">privacy policy</a>.
  1115.                                             {% elseif language == \"hu\" %}
  1116.                                                 Ich habe die <a href=\"https://schoen-sandt.rv-works.dev/hu/datenschutz\" target=\"_blank\">Datenschutzbestimmungen</a> zur Kenntnis genommen.
  1117.                                             {% endif %}
  1118.                                         </label>
  1119.                                     </div>
  1120.                                 </form>
  1121.                                 <div class=\"newsletter-success text-success\" style=\"font-weight: 700; display: none\">{{ \"You have successfully registered for our newsletter. Please confirm your registration in the email you recieved from us.\"|trans }}</div>
  1122.                                 <div class=\"newsletter-warning text-warning\" style=\"font-weight: 700; display: none\">{{ \"You are already registered for our newsletter.\"|trans }}</div>
  1123.                                 <div class=\"newsletter-error text-danger\" style=\"font-weight: 700; display: none\">{{ \"An error occurred. Please try again later or contact the support.\"|trans }}</div>
  1124.                             </div>
  1125.                         </div>
  1126.                     </div>
  1127.                 </div>
  1128.             </div>
  1129.         </div>
  1130.         <div class=\"container-fluid position-relative\">
  1131.             <nav class=\"pb-5 pt-3\">
  1132.                 <ul>
  1133.                     {% if language == \"de\" %}
  1134.                         <li><a href=\"/de/impressum\">Impressum</a></li>
  1135.                         <li><a href=\"/de/datenschutz\">Datenschutz</a></li>
  1136.                         <li><a href=\"/de/haftungsausschluss\">Haftungsausschluss</a></li>
  1137.                     {% endif %}
  1138.                     {% if language == \"en\" %}
  1139.                         <li><a href=\"/en/imprint\">Imprint</a></li>
  1140.                         <li><a href=\"/en/privacy\">Privacy</a></li>
  1141.                         <li><a href=\"/en/disclaimer\">Disclaimer</a></li>
  1142.                     {% endif %}
  1143.                     {% if language == \"hu\" %}
  1144.                         <li><a href=\"/hu/impressum\">Imprint</a></li>
  1145.                         <li><a href=\"/hu/datenschutz\">Privacy</a></li>
  1146.                         <li><a href=\"/hu/haftungsausschluss\">Disclaimer</a></li>
  1147.                     {% endif %}
  1148.                 </ul>
  1149.             </nav>
  1150.             <img src=\"/img/footer-balken.svg\" class=\"balken\"/>
  1151.         </div>
  1152.     </footer>
  1153. </div>
  1154. <nav id=\"mobile-menu\">
  1155.     {% if '/login' in app.request.requestUri or '/business-partner' in app.request.requestUri %}
  1156.         {% include \"includes/navigation-mobile-bp.html.twig\" %}
  1157.     {% else %}
  1158.         {% include \"includes/navigation-mobile.html.twig\" %}
  1159.     {% endif %}
  1160. </nav>
  1161. {# Übersetzungen für JS #}
  1162. <input type=\"hidden\" id=\"STRING_EMAIL_SUCCESS\" value=\"{{ \"Vielen Dank für Ihre Nachricht. Wird werden uns so schnell wie möglich bei Ihnen melden.\"|trans }}\">
  1163. <input type=\"hidden\" id=\"STRING_EMAIL_ERROR\" value=\"{{ \"Leider ist beim Absenden Ihrer Nachricht ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\"|trans }}\">
  1164. {# #### #}
  1165. {% if not editmode %}
  1166.     <script src=\"/js/bundle.js?t={{ '/js/bundle.js'|filemodifiedtimestamp }}\" type=\"text/javascript\"></script>
  1167. {% endif %}
  1168. </body>
  1169. </html>
  1170. ""base.html.twig""/var/www/schoen-sandt.rv-works.dev/httpdocs/templates/base.html.twig");
  1171.     }
  1172. }