<!--Polymer based default frontend layout-->
<!DOCTYPE html>
<html version="HTML+RDFa 1.1" xmlns="http://www.w3.org/1999/xhtml" lang="de">
<head>
    
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<link rel="preconnect" href="https://browser-update.org"/>
<link rel="preconnect" href="https://cdn.polyfill.io"/>
<link rel="stylesheet" href="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Main/Styles/Main.css?bust=de22024f"/>



    
            
<script>
!function (a) {
    "use strict";

    function b(a, b, c, e)
    {
        var f = b && b.prototype instanceof d ? b : d, g = Object.create(f.prototype), h = new m(e || []);
        return g._invoke = i(a, c, h), g
    }

    function c(a, b, c)
    {
        try {
            return {type: "normal", arg: a.call(b, c)}
        } catch (a) {
            return {type: "throw", arg: a}
        }
    }

    function d()
    {
    }

    function e()
    {
    }

    function f()
    {
    }

    function g(a)
    {
        ["next", "throw", "return"].forEach(function (b) {
            a[b] = function (a) {
                return this._invoke(b, a)
            }
        })
    }

    function h(a)
    {
        function b(d, e, f, g)
        {
            var h = c(a[d], a, e);
            if ("throw" === h.type) {
                g(h.arg);
            } else {
                var i = h.arg, j = i.value;
                return j && "object" === typeof j && q.call(j, "__await") ? Promise.resolve(j.__await).then(function (a) {
                    b("next", a, f, g)
                }, function (a) {
                    b("throw", a, f, g)
                }) : Promise.resolve(j).then(function (a) {
                    i.value = a, f(i)
                }, g)
            }
        }

        function d(a, c)
        {
            function d()
            {
                return new Promise(function (d, e) {
                    b(a, c, d, e)
                })
            }

            return e = e ? e.then(d, d) : d()
        }

        var e;
        this._invoke = d
    }

    function i(a, b, d)
    {
        var e = "suspendedStart";
        return function (f, g) {
            if (e === "executing") {
                throw new Error("Generator is already running");
            }
            if ("completed" === e) {
                if ("throw" === f) {
                    throw g;
                }
                return o()
            }
            for (d.method = f, d.arg = g; ;) {
                var h = d.delegate;
                if (h) {
                    var i = j(h, d);
                    if (i) {
                        if (i === x) {
                            continue;
                        }
                        return i
                    }
                }
                if ("next" === d.method) {
                    d.sent = d._sent = d.arg;
                } else {
                    if ("throw" === d.method) {
                        if ("suspendedStart" === e) {
                            throw e = "completed", d.arg;
                        }
                        d.dispatchException(d.arg)
                    } else {
                        "return" === d.method && d.abrupt("return", d.arg);
                    }
                }
                e = "executing";
                var k = c(a, b, d);
                if ("normal" === k.type) {
                    if (e = d.done ? "completed" : "suspendedYield", k.arg === x) {
                        continue;
                    }
                    return {value: k.arg, done: d.done}
                }
                "throw" === k.type && (e = "completed", d.method = "throw", d.arg = k.arg)
            }
        }
    }

    function j(a, b)
    {
        var d = a.iterator[b.method];
        if (void 0 === d) {
            if (b.delegate = null, "throw" === b.method) {
                if (a.iterator.return && (b.method = "return", b.arg = void 0, j(a, b), "throw" === b.method)) {
                    return x;
                }
                b.method = "throw", b.arg = new TypeError("The iterator does not provide a 'throw' method")
            }
            return x
        }
        var e = c(d, a.iterator, b.arg);
        if ("throw" === e.type) {
            return b.method = "throw", b.arg = e.arg, b.delegate = null, x;
        }
        var f = e.arg;
        if (!f) {
            return b.method = "throw", b.arg = new TypeError("iterator result is not an object"), b.delegate = null, x;
        }
        if (f.done) {
            b[a.resultName] = f.value, b.next = a.nextLoc, "return" !== b.method && (b.method = "next", b.arg = void 0);
        } else {
            return f;
        }
        return b.delegate = null, x
    }

    function k(a)
    {
        var b = {tryLoc: a[0]};
        1 in a && (b.catchLoc = a[1]), 2 in a && (b.finallyLoc = a[2], b.afterLoc = a[3]), this.tryEntries.push(b)
    }

    function l(a)
    {
        var b = a.completion || {};
        b.type = "normal", delete b.arg, a.completion = b
    }

    function m(a)
    {
        this.tryEntries = [{tryLoc: "root"}], a.forEach(k, this), this.reset(!0)
    }

    function n(a)
    {
        if (a) {
            var b = a[s];
            if (b) {
                return b.call(a);
            }
            if ("function" === typeof a.next) {
                return a;
            }
            if (!isNaN(a.length)) {
                var c = -1, d = function b() {
                    for (; ++c < a.length;) {
                        if (q.call(a, c)) {
                            return b.value = a[c], b.done = !1, b;
                        }
                    }
                    return b.value = void 0, b.done = !0, b
                };
                return d.next = d
            }
        }
        return {next: o}
    }

    function o()
    {
        return {value: void 0, done: !0}
    }

    var p = Object.prototype, q = p.hasOwnProperty, r = "function" === typeof Symbol ? Symbol : {}, s = r.iterator || "@@iterator",
        t = r.asyncIterator || "@@asyncIterator", u = r.toStringTag || "@@toStringTag", v = "object" === typeof module, w = a.regeneratorRuntime;
    if (w) {
        return void(v && (module.exports = w));
    }
    w = a.regeneratorRuntime = v ? module.exports : {}, w.wrap = b;
    var x = {}, y = {};
    y[s] = function () {
        return this
    };
    var z = Object.getPrototypeOf, A = z && z(z(n([])));
    A && A !== p && q.call(A, s) && (y = A);
    var B = f.prototype = d.prototype = Object.create(y);
    e.prototype = B.constructor = f, f.constructor = e, f[u] = e.displayName = "GeneratorFunction", w.isGeneratorFunction = function (a) {
        var b = "function" === typeof a && a.constructor;
        return !!b && (b === e || "GeneratorFunction" === (b.displayName || b.name))
    }, w.mark = function (a) {
        return Object.setPrototypeOf ? Object.setPrototypeOf(a,
            f) : (a.__proto__ = f, !(u in a) && (a[u] = "GeneratorFunction")), a.prototype = Object.create(B), a
    }, w.awrap = function (a) {
        return {__await: a}
    }, g(h.prototype), h.prototype[t] = function () {
        return this
    }, w.AsyncIterator = h, w.async = function (a, c, d, e) {
        var f = new h(b(a, c, d, e));
        return w.isGeneratorFunction(c) ? f : f.next().then(function (a) {
            return a.done ? a.value : f.next()
        })
    }, g(B), B[u] = "Generator", B[s] = function () {
        return this
    }, B.toString = function () {
        return "[object Generator]"
    }, w.keys = function (a) {
        var b = [];
        for (var c in a) {
            b.push(c);
        }
        return b.reverse(), function c() {
            for (; b.length;) {
                var d = b.pop();
                if (d in a) {
                    return c.value = d, c.done = !1, c
                }
            }
            return c.done = !0, c
        }
    }, w.values = n, m.prototype = {
        constructor: m, reset: function (a) {
            if (this.prev = 0, this.next = 0, this.sent = this._sent = void 0, this.done = !1, this.delegate = null, this.method = "next", this.arg = void 0, this.tryEntries.forEach(
                l), !a) {
                for (var b in this) {
                    "t" === b.charAt(0) && q.call(this, b) && !isNaN(+b.slice(1)) && (this[b] = void 0)
                }
            }
        }, stop: function () {
            this.done = !0;
            var a = this.tryEntries[0], b = a.completion;
            if ("throw" === b.type) {
                throw b.arg;
            }
            return this.rval
        }, dispatchException: function (a) {
            function b(b, d)
            {
                return f.type = "throw", f.arg = a, c.next = b, d && (c.method = "next", c.arg = void 0), !!d
            }

            if (this.done) {
                throw a;
            }
            for (var c = this, d = this.tryEntries.length - 1; 0 <= d; --d) {
                var e = this.tryEntries[d], f = e.completion;
                if ("root" === e.tryLoc) {
                    return b("end");
                }
                if (e.tryLoc <= this.prev) {
                    var g = q.call(e, "catchLoc"), h = q.call(e, "finallyLoc");
                    if (g && h) {
                        if (this.prev < e.catchLoc) {
                            return b(e.catchLoc, !0);
                        }
                        if (this.prev < e.finallyLoc) {
                            return b(e.finallyLoc)
                        }
                    } else {
                        if (g) {
                            if (this.prev < e.catchLoc) {
                                return b(e.catchLoc, !0);
                            }
                        } else {
                            if (!h) {
                                throw new Error("try statement without catch or finally");
                            } else {
                                if (this.prev < e.finallyLoc) {
                                    return b(e.finallyLoc)
                                }
                            }
                        }
                    }
                }
            }
        }, abrupt: function (a, b) {
            for (var c, d = this.tryEntries.length - 1; 0 <= d; --d) {
                if (c = this.tryEntries[d], c.tryLoc <= this.prev && q.call(c,
                    "finallyLoc") && this.prev < c.finallyLoc) {
                    var e = c;
                    break
                }
            }
            e && ("break" === a || "continue" === a) && e.tryLoc <= b && b <= e.finallyLoc && (e = null);
            var f = e ? e.completion : {};
            return f.type = a, f.arg = b, e ? (this.method = "next", this.next = e.finallyLoc, x) : this.complete(f)
        }, complete: function (a, b) {
            if ("throw" === a.type) {
                throw a.arg;
            }
            return "break" === a.type || "continue" === a.type ? this.next = a.arg : "return" === a.type ? (this.rval = this.arg = a.arg, this.method = "return", this.next = "end") : "normal" === a.type && b && (this.next = b), x
        }, finish: function (a) {
            for (var b, c = this.tryEntries.length - 1; 0 <= c; --c) {
                if (b = this.tryEntries[c], b.finallyLoc === a) {
                    return this.complete(b.completion,
                        b.afterLoc), l(b), x
                }
            }
        }, catch: function (a) {
            for (var b, c = this.tryEntries.length - 1; 0 <= c; --c) {
                if (b = this.tryEntries[c], b.tryLoc === a) {
                    var d = b.completion;
                    if ("throw" === d.type) {
                        var e = d.arg;
                        l(b)
                    }
                    return e
                }
            }
            throw new Error("illegal catch attempt")
        }, delegateYield: function (a, b, c) {
            return this.delegate = {iterator: n(a), resultName: b, nextLoc: c}, "next" === this.method && (this.arg = void 0), x
        }
    }
}(function () {
    return this
}() || Function("return this")());
</script>
<script>
(function (a) {
    function b(a)
    {
        return q.typeof = "function" === typeof Symbol && "symbol" === typeof Symbol.iterator ? b = function (a) {
            return typeof a
        } : b = function (a) {
            return a && "function" === typeof Symbol && a.constructor === Symbol && a !== Symbol.prototype ? "symbol" : typeof a
        }, b(a)
    }

    function c(a)
    {
        function b(d, e)
        {
            try {
                var f = a[d](e), g = f.value, h = g instanceof q.AwaitValue;
                Promise.resolve(h ? g.wrapped : g).then(function (a) {
                    return h ? void b("next", a) : void c(f.done ? "return" : "normal", a)
                }, function (a) {
                    b("throw", a)
                })
            } catch (a) {
                c("throw", a)
            }
        }

        function c(a, c)
        {
            switch (a) {
                case"return":
                    d.resolve({value: c, done: !0});
                    break;
                case"throw":
                    d.reject(c);
                    break;
                default:
                    d.resolve({value: c, done: !1});
            }
            d = d.next, d ? b(d.key, d.arg) : e = null
        }

        var d, e;
        this._invoke = function (a, c) {
            return new Promise(function (f, g) {
                var h = {key: a, arg: c, resolve: f, reject: g, next: null};
                e ? e = e.next = h : (d = e = h, b(a, c))
            })
        }, "function" !== typeof a.return && (this.return = void 0)
    }

    function d(a, b)
    {
        for (var c, d = 0; d < b.length; d++) {
            c = b[d], c.enumerable = c.enumerable || !1, c.configurable = !0, "value" in c && (c.writable = !0), Object.defineProperty(
                a, c.key, c)
        }
    }

    function e(a, b)
    {
        for (var c in b) {
            var d = b[c];
            d.configurable = d.enumerable = !0, "value" in d && (d.writable = !0), Object.defineProperty(a, c, d)
        }
        if (Object.getOwnPropertySymbols) {
            for (var e = Object.getOwnPropertySymbols(b), f = 0; f < e.length; f++) {
                var g = e[f], d = b[g];
                d.configurable = d.enumerable = !0, "value" in d && (d.writable = !0), Object.defineProperty(a, g, d)
            }
        }
        return a
    }

    function f(a, b, c)
    {
        return b in a ? Object.defineProperty(a, b, {value: c, enumerable: !0, configurable: !0, writable: !0}) : a[b] = c, a
    }

    function g()
    {
        return q.extends = g = Object.assign || function (a) {
            for (var b, c = 1; c < arguments.length; c++) {
                for (var d in b = arguments[c], b) {
                    Object.prototype.hasOwnProperty.call(b, d) && (a[d] = b[d]);
                }
            }
            return a
        }, g.apply(this, arguments)
    }

    function h(a)
    {
        return q.getPrototypeOf = h = Object.setPrototypeOf ? Object.getPrototypeOf : function (a) {
            return a.__proto__ || Object.getPrototypeOf(a)
        }, h(a)
    }

    function i(a, b)
    {
        return q.setPrototypeOf = i = Object.setPrototypeOf || function (a, b) {
            return a.__proto__ = b, a
        }, i(a, b)
    }

    function j()
    {
        if ("undefined" === typeof Reflect || !Reflect.construct) {
            return !1;
        }
        if (Reflect.construct.sham) {
            return !1;
        }
        if ("function" === typeof Proxy) {
            return !0;
        }
        try {
            return Date.prototype.toString.call(Reflect.construct(Date, [], function () {
            })), !0
        } catch (a) {
            return !1
        }
    }

    function k()
    {
        return q.construct = j() ? k = Reflect.construct : k = function (b, c, d) {
            var e = [null];
            e.push.apply(e, c);
            var a = Function.bind.apply(b, e), f = new a;
            return d && q.setPrototypeOf(f, d.prototype), f
        }, k.apply(null, arguments)
    }

    function l(a)
    {
        var b = "function" === typeof Map ? new Map : void 0;
        return q.wrapNativeSuper = l = function (a) {
            function c()
            {
                return q.construct(a, arguments, q.getPrototypeOf(this).constructor)
            }

            if (null === a) {
                return null;
            }
            if ("function" !== typeof a) {
                throw new TypeError("Super expression must either be null or a function");
            }
            if ("undefined" !== typeof b) {
                if (b.has(a)) {
                    return b.get(a);
                }
                b.set(a, c)
            }
            return c.prototype = Object.create(a.prototype, {constructor: {value: c, enumerable: !1, writable: !0, configurable: !0}}), q.setPrototypeOf(c,
                a)
        }, l(a)
    }

    function m(a, b, c)
    {
        return q.get = "undefined" !== typeof Reflect && Reflect.get ? m = Reflect.get : m = function (a, b, c) {
            var d = q.superPropBase(a, b);
            if (d) {
                var e = Object.getOwnPropertyDescriptor(d, b);
                return e.get ? e.get.call(c) : e.value
            }
        }, m(a, b, c || a)
    }

    function n(a, b, c, d)
    {
        return n = "undefined" !== typeof Reflect && Reflect.set ? Reflect.set : function (a, b, c, d) {
            var e, f = q.superPropBase(a, b);
            if (f) {
                if (e = Object.getOwnPropertyDescriptor(f, b), e.set) {
                    return e.set.call(d, c), !0;
                }
                if (!e.writable) {
                    return !1
                }
            }
            if (e = Object.getOwnPropertyDescriptor(d, b), e) {
                if (!e.writable) {
                    return !1;
                }
                e.value = c, Object.defineProperty(d, b, e)
            } else {
                q.defineProperty(d, b, c);
            }
            return !0
        }, n(a, b, c, d)
    }

    function o(a, b, c, d, e)
    {
        var f = n(a, b, c, d || a);
        if (!f && e) {
            throw new Error("failed to set property");
        }
        return c
    }

    function p(a)
    {
        if (Symbol.iterator in Object(a) || "[object Arguments]" === Object.prototype.toString.call(a)) {
            return Array.from(a)
        }
    }

    var q = a.babelHelpers = {};
    q.typeof = b, q.asyncIterator = function (a) {
        var b;
        if ("function" === typeof Symbol) {
            if (Symbol.asyncIterator && (b = a[Symbol.asyncIterator], null != b)) {
                return b.call(a);
            }
            if (Symbol.iterator && (b = a[Symbol.iterator], null != b)) {
                return b.call(a)
            }
        }
        throw new TypeError("Object is not async iterable")
    }, q.AwaitValue = function (a) {
        this.wrapped = a
    }, "function" === typeof Symbol && Symbol.asyncIterator && (c.prototype[Symbol.asyncIterator] = function () {
        return this
    }), c.prototype.next = function (a) {
        return this._invoke("next", a)
    }, c.prototype.throw = function (a) {
        return this._invoke("throw", a)
    }, c.prototype.return = function (a) {
        return this._invoke("return", a)
    }, q.AsyncGenerator = c, q.wrapAsyncGenerator = function (a) {
        return function () {
            return new q.AsyncGenerator(a.apply(this, arguments))
        }
    }, q.awaitAsyncGenerator = function (a) {
        return new q.AwaitValue(a)
    }, q.asyncGeneratorDelegate = function (a, b) {
        function c(c, d)
        {
            return e = !0, d = new Promise(function (b) {
                b(a[c](d))
            }), {done: !1, value: b(d)}
        }

        var d = {}, e = !1;
        return "function" === typeof Symbol && Symbol.iterator && (d[Symbol.iterator] = function () {
            return this
        }), d.next = function (a) {
            return e ? (e = !1, a) : c("next", a)
        }, "function" === typeof a.throw && (d.throw = function (a) {
            if (e) {
                throw e = !1, a;
            }
            return c("throw", a)
        }), "function" === typeof a.return && (d.return = function (a) {
            return c("return", a)
        }), d
    }, q.asyncToGenerator = function (a) {
        return function () {
            var b = this, c = arguments;
            return new Promise(function (d, e) {
                function f(a, b)
                {
                    try {
                        var c = i[a](b), f = c.value
                    } catch (a) {
                        return void e(a)
                    }
                    c.done ? d(f) : Promise.resolve(f).then(g, h)
                }

                function g(a)
                {
                    f("next", a)
                }

                function h(a)
                {
                    f("throw", a)
                }

                var i = a.apply(b, c);
                g()
            })
        }
    }, q.classCallCheck = function (a, b) {
        if (!(a instanceof b)) {
            throw new TypeError("Cannot call a class as a function")
        }
    }, q.createClass = function (a, b, c) {
        return b && d(a.prototype, b), c && d(a, c), a
    }, q.defineEnumerableProperties = e, q.defaults = function (a, b) {
        for (var c = Object.getOwnPropertyNames(b), d = 0; d < c.length; d++) {
            var e = c[d], f = Object.getOwnPropertyDescriptor(b, e);
            f && f.configurable && a[e] === void 0 && Object.defineProperty(a, e, f)
        }
        return a
    }, q.defineProperty = f, q.extends = g, q.objectSpread = function (a) {
        for (var b = 1; b < arguments.length; b++) {
            var c = null == arguments[b] ? {} : arguments[b], d = Object.keys(c);
            "function" === typeof Object.getOwnPropertySymbols && (d = d.concat(Object.getOwnPropertySymbols(c).filter(function (a) {
                return Object.getOwnPropertyDescriptor(c, a).enumerable
            }))), d.forEach(function (b) {
                q.defineProperty(a, b, c[b])
            })
        }
        return a
    }, q.inherits = function (a, b) {
        if ("function" !== typeof b && null !== b) {
            throw new TypeError("Super expression must either be null or a function");
        }
        a.prototype = Object.create(b && b.prototype, {constructor: {value: a, writable: !0, configurable: !0}}), b && q.setPrototypeOf(a, b)
    }, q.getPrototypeOf = h, q.setPrototypeOf = i, q.construct = k, q.wrapNativeSuper = l, q.instanceof = function (a, b) {
        return null != b && "undefined" !== typeof Symbol && b[Symbol.hasInstance] ? b[Symbol.hasInstance](a) : a instanceof b
    }, q.interopRequireDefault = function (a) {
        return a && a.__esModule ? a : {default: a}
    }, q.interopRequireWildcard = function (a) {
        if (a && a.__esModule) {
            return a;
        }
        var b = {};
        if (null != a) {
            for (var c in a) {
                if (Object.prototype.hasOwnProperty.call(a, c)) {
                    var d = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(a, c) : {};
                    d.get || d.set ? Object.defineProperty(b, c, d) : b[c] = a[c]
                }
            }
        }
        return b.default = a, b
    }, q.newArrowCheck = function (a, b) {
        if (a !== b) {
            throw new TypeError("Cannot instantiate an arrow function")
        }
    }, q.objectDestructuringEmpty = function (a) {
        if (null == a) {
            throw new TypeError("Cannot destructure undefined")
        }
    }, q.objectWithoutProperties = function (a, b) {
        if (null == a) {
            return {};
        }
        var c, d, e = {}, f = Object.keys(a);
        for (d = 0; d < f.length; d++) {
            c = f[d], 0 <= b.indexOf(c) || (e[c] = a[c]);
        }
        if (Object.getOwnPropertySymbols) {
            var g = Object.getOwnPropertySymbols(a);
            for (d = 0; d < g.length; d++) {
                c = g[d], !(0 <= b.indexOf(c)) && Object.prototype.propertyIsEnumerable.call(a, c) && (e[c] = a[c])
            }
        }
        return e
    }, q.assertThisInitialized = function (a) {
        if (void 0 === a) {
            throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
        }
        return a
    }, q.possibleConstructorReturn = function (a, b) {
        return b && ("object" === typeof b || "function" === typeof b) ? b : q.assertThisInitialized(a)
    }, q.superPropBase = function (a, b) {
        for (; !Object.prototype.hasOwnProperty.call(a, b) && (a = q.getPrototypeOf(a), null !== a);) {
            ;
        }
        return a
    }, q.get = m, q.set = o, q.taggedTemplateLiteral = function (a, b) {
        return b || (b = a.slice(0)), Object.freeze(Object.defineProperties(a, {raw: {value: Object.freeze(b)}}))
    }, q.temporalRef = function (a, b) {
        if (a === q.temporalUndefined) {
            throw new ReferenceError(b + " is not defined - temporal dead zone");
        } else {
            return a
        }
    }, q.readOnlyError = function (a) {
        throw new Error("\"" + a + "\" is read-only")
    }, q.temporalUndefined = {}, q.slicedToArray = function (a, b) {
        return q.arrayWithHoles(a) || q.iterableToArrayLimit(a, b) || q.nonIterableRest()
    }, q.toArray = function (a) {
        return q.arrayWithHoles(a) || q.iterableToArray(a) || q.nonIterableRest()
    }, q.toConsumableArray = function (a) {
        return q.arrayWithoutHoles(a) || q.iterableToArray(a) || q.nonIterableSpread()
    }, q.arrayWithoutHoles = function (a) {
        if (Array.isArray(a)) {
            for (var b = 0, c = Array(a.length); b < a.length; b++) {
                c[b] = a[b];
            }
            return c
        }
    }, q.arrayWithHoles = function (a) {
        if (Array.isArray(a)) {
            return a
        }
    }, q.iterableToArray = p, q.iterableToArrayLimit = function (a, b) {
        var c = [], d = !0, e = !1, f = void 0;
        try {
            for (var g, h = a[Symbol.iterator](); !(d = (g = h.next()).done) && (c.push(g.value), !(b && c.length === b)); d = !0) {
                ;
            }
        } catch (a) {
            e = !0, f = a
        } finally {
            try {
                d || null == h["return"] || h["return"]()
            } finally {
                if (e) {
                    throw f
                }
            }
        }
        return c
    }, q.nonIterableSpread = function () {
        throw new TypeError("Invalid attempt to spread non-iterable instance")
    }, q.nonIterableRest = function () {
        throw new TypeError("Invalid attempt to destructure non-iterable instance")
    }, q.toPropertyKey = function (a) {
        return "symbol" === typeof a ? a : a + ""
    }
})("undefined" === typeof global ? self : global);
</script>
            <script>if (!window.customElements) {document.write("<!--")}</script>
            <script type="text/javascript" src="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Frontend.Compiled/build/es5-bundled/node_modules/%40webcomponents/webcomponentsjs/custom-elements-es5-adapter.js?bust=04f3d46c"></script>
            <!--! do not remove -->
        
    <script src="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Frontend.Compiled/build/es5-bundled/node_modules/%40webcomponents/webcomponentsjs/webcomponents-loader.js?bust=1f8bfd14"></script>
    
            <script>
"use strict";
(function () {
    function a(a, b, c)
    {
        var d = a;
        if (d.state = b, d.stateData = c, 0 < d.onNextStateChange.length) {
            var e = d.onNextStateChange.slice();
            d.onNextStateChange.length = 0;
            for (var f, g = 0, h = e; g < h.length; g++) {
                f = h[g], f()
            }
        }
        return d
    }

    function b(b)
    {
        function d()
        {
            try {
                document.head.removeChild(f)
            } catch (a) {
            }
        }

        var e = a(b, "Loading", void 0), f = document.createElement("script");
        return f.src = b.url, f.onload = function () {
            var a, b;
            void 0 === r ? (a = [], b = void 0) : (f = r(), a = f[0], b = f[1]), c(e, a, b), d();
            var f
        }, f.onerror = function () {
            g(b, new TypeError("Failed to fetch " + b.url)), d()
        }, document.head.appendChild(f), e
    }

    function c(b, c, e)
    {
        var f = d(b, c), g = f[0], h = f[1];
        return a(b, "WaitingForTurn", {args: g, deps: h, moduleBody: e})
    }

    function d(a, c)
    {
        for (var e, f = [], g = [], i = 0, j = c; i < j.length; i++) {
            if (e = j[i], "exports" === e) {
                f.push(a.exports);
                continue
            }
            if ("require" === e) {
                f.push(function (b, c, e) {
                    var f = d(a, b), g = f[0], i = f[1];
                    h(i, function () {
                        c && c.apply(null, g)
                    }, e)
                });
                continue
            }
            if ("meta" === e) {
                f.push({url: !0 === a.isTopLevel ? a.url.substring(0, a.url.lastIndexOf("#")) : a.url});
                continue
            }
            var l = k(n(a.urlBase, e));
            f.push(l.exports), g.push(l), "Initialized" === l.state && b(l)
        }
        return [f, g]
    }

    function e(b)
    {
        var c = a(b, "WaitingOnDeps", b.stateData);
        return h(b.stateData.deps, function () {
            return f(c)
        }, function (a) {
            return g(c, a)
        }), c
    }

    function f(b)
    {
        var c = b.stateData;
        if (null != c.moduleBody) {
            try {
                c.moduleBody.apply(null, c.args)
            } catch (a) {
                return g(b, a)
            }
        }
        return a(b, "Executed", void 0)
    }

    function g(b, c)
    {
        return !0 === b.isTopLevel && setTimeout(function () {
            throw c
        }), a(b, "Failed", c)
    }

    function h(a, b, c)
    {
        var d = a.shift();
        return void 0 === d ? void(b && b()) : "WaitingOnDeps" === d.state ? (!1, void h(a, b, c)) : void i(d, function () {
            h(a, b, c)
        }, c)
    }

    function i(a, b, c)
    {
        switch (a.state) {
            case"WaitingForTurn":
                return e(a), void i(a, b, c);
            case"Failed":
                return void(c && c(a.stateData));
            case"Executed":
                return void b();
            case"Loading":
            case"WaitingOnDeps":
                return void a.onNextStateChange.push(function () {
                    return i(a, b, c)
                });
            case"Initialized":
                throw new Error("All dependencies should be loading already before pressureDependencyToExecute is called.");
            default:
                throw new Error("Impossible module state: " + a.state);
        }
    }

    function j(a, b)
    {
        switch (a.state) {
            case"Executed":
            case"Failed":
                return void b();
            default:
                a.onNextStateChange.push(function () {
                    return j(a, b)
                });
        }
    }

    function k(a)
    {
        var b = q[a];
        return void 0 === b && (b = q[a] = {
            url: a,
            urlBase: m(a),
            exports: Object.create(null),
            state: "Initialized",
            stateData: void 0,
            isTopLevel: !1,
            onNextStateChange: []
        }), b
    }

    function l(a)
    {
        return v.href = a, v.href
    }

    function m(a)
    {
        return a = a.split("?")[0], a = a.split("#")[0], a.substring(0, a.lastIndexOf("/") + 1)
    }

    function n(a, b)
    {
        return -1 === b.indexOf("://") ? l(a + b) : b
    }

    function o()
    {
        return document.baseURI || (document.querySelector("base") || window.location).href
    }

    function p()
    {
        var b = document.currentScript;
        if (!b) return u;
        if (window.HTMLImports) {
            var c = window.HTMLImports.importForElement(b);
            return c ? c.href : u
        }
        var d = b.ownerDocument.createElement("a");
        return d.href = "", d.href
    }

    if (!window.define) {
        var q = Object.create(null), r = void 0, s = 0, t = void 0, u = o();
        window.define = function (a, b) {
            var d = !1;
            r = function () {
                return d = !0, r = void 0, [a, b]
            };
            var f = p();
            setTimeout(function () {
                if (!1 == d) {
                    r = void 0;
                    var g = f + "#" + s++, h = k(g);
                    h.isTopLevel = !0;
                    var i = c(h, a, b);
                    void 0 === t ? e(i) : j(k(t), function () {
                        e(i)
                    }), t = g
                }
            }, 0)
        }, window.define._reset = function () {
            for (var a in q) delete q[a];
            r = void 0, s = 0, t = void 0, u = o()
        };
        var v = document.createElement("a")
    }
})();
</script>
        
    <script async src="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Frontend.Compiled/build/es5-bundled/node_modules/web-animations-js/web-animations-next-lite.min.js?bust=76481043"></script>

    <script async src="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Frontend.Compiled/build/es5-bundled/node_modules/moment/min/moment-with-locales.min.js?bust=ca39df72"></script>
    <script async src="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Frontend.Compiled/build/es5-bundled/node_modules/chart.js/dist/Chart.min.js?bust=4f877e7d"></script>


    <script crossorigin="">define(["https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Frontend.Compiled/build/es5-bundled/src/elements-collection/base-elements.js?bust=e58f7ec6"]);</script>

    <!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
    w[l] = w[l] || [];
    w[l].push({
                  'gtm.start':
                          new Date().getTime(), event: 'gtm.js'
              });
    var f = d.getElementsByTagName(s)[0],
            j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
    j.async = true;
    j.src =
            'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
    f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-583DB5H');</script>
<!-- End Google Tag Manager -->
    <script> 
    var $buoop = {notify:{i:-1,f:-2,o:-2,s:-2,c:-2},insecure:true,api:5}; 
    function $buo_f(){ 
     var e = document.createElement("script"); 
     e.src = "//browser-update.org/update.min.js"; 
     document.body.appendChild(e);
    };
    try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
    catch(e){window.attachEvent("onload", $buo_f)}
</script>
    
    <style>
        chart-bar {
            width: 100%;
        }
        chart-doughnut {
            width: 100%;
        }
    </style>

    <title>
        Bienenwanderung.de
    </title>
    <custom-style>
        <style is="custom-style" include="iron-flex iron-flex-alignment iron-positioning bee-shared-styles-basic paper-material-styles">
        </style>
    </custom-style>
    
    <custom-style>
        <style is="custom-style" include="iron-flex iron-flex-alignment iron-positioning">
        </style>
    </custom-style>

    <link rel="stylesheet" type="text/css" href="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Main/Styles/ThirdParty/cookieconsent.min.css?bust=225df1e9" />
<script src="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Main/JavaScript/ThirdParty/cookieconsent.min.js?bust=253b2883"></script>
<script>
    window.addEventListener("load", function(){
        window.cookieconsent.initialise({
            "palette": {
                "popup": {
                    "background": "#f7f7f7"
                },
                "button": {
                    "background": "#ff8c00",
                    "text": "#ffffff"
                }
            },
            "theme": "classic",
            "content": {
                "message": "Diese Webseite nutzt Cookies um ein besseres Benutzererlebnis zu ermöglichen. Mehr Informationen finden Sie in unseren Coockie Richtlinien.",
                "dismiss": "Verstanden",
                "link": "Mehr Lesen.",
                "href": "https://www.bienenwanderung.de/static-pages/cookiepolicy"
            }
        })});
</script>
</head>
<body style="margin:0;height:100vh;">
    <!-- Google Tag Manager (noscript) -->
<noscript>
    <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-583DB5H"
            height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
    


<div id="loader" class="initial-spinner">
    <div class="initial-spinner-bee"></div>
</div>
<script>
    window.addEventListener('app-layout-ready', function(e) {
        var loader = document.getElementById("loader");
        // delete loader
        loader.outerHTML="";

        var container = document.getElementById('container');
        container.removeAttribute("unresolved");
        container.setAttribute("resolved", "resolved");
    });
</script>
    <div id="container" unresolved>
        <!-- Destinations -->
<vowo-submenu-dialog id="subMenuArticles" style="width: 100%;">
    <vowo-submenu-tabs container="subMenuArticles" scrollable style="padding: 0px; width:100%">
        <div title="Trachten / Kulturpflanzen">
            <div class="layout horizontal flex wrap">
                <div class="layout vertical" style="flex: 1 1 15em; margin-top: 1em;">
                    <div class="flex" style="margin-right: 10px;flex: 1 1 5em; margin-top: 1em;">
                        <vowo-list-menu>
                            <a class="bee-color-link-button" title="Übersicht der Artikel zu Trachten" href="https://www.bienenwanderung.de/article/bloomer">
                                <vowo-list-menu-item-top>
                                    Trachten (Feldfrüchte)
                                </vowo-list-menu-item-top>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung der Ackerbohne" href="https://www.bienenwanderung.de/article/ackerbohne">
                                <vowo-list-menu-item>
                                    Ackerbohne
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Buchweizen" href="https://www.bienenwanderung.de/article/buchweizen">
                                <vowo-list-menu-item>
                                    Buchweizen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Luzerne" href="https://www.bienenwanderung.de/article/luzerne">
                                <vowo-list-menu-item>
                                    Luzerne
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Phacelia" href="https://www.bienenwanderung.de/article/phacelia">
                                <vowo-list-menu-item>
                                    Phacelia
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Raps" href="https://www.bienenwanderung.de/article/raps">
                                <vowo-list-menu-item>
                                    Sommer- und Winterraps
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Rotklee" href="https://www.bienenwanderung.de/article/rotklee">
                                <vowo-list-menu-item>
                                    Rotklee
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung der Sonneblume" href="https://www.bienenwanderung.de/article/sonnenblume">
                                <vowo-list-menu-item>
                                    Sonnenblume
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Senf" href="https://www.bienenwanderung.de/article/weisser-senf">
                                <vowo-list-menu-item>
                                    Weißer Senf
                                </vowo-list-menu-item>
                            </a>

                        </vowo-list-menu>
                    </div>
                </div>
                <div class="layout vertical" style="flex: 1 1 15em; margin-top: 1em;">
                    <div class="flex" style="margin-right: 10px;flex: 1 1 5em; margin-top: 1em;">
                        <vowo-list-menu>
                            <a class="bee-color-link-button" title="Übersicht der Artikel zu Trachten" href="https://www.bienenwanderung.de/article/bloomer">
                                <vowo-list-menu-item-top>
                                    Trachten (Obst)
                                </vowo-list-menu-item-top>
                            </a>


                            <a class="bee-color-link-button" title="Artikel zur Bestäubung der Apfelbäume" href="https://www.bienenwanderung.de/article/apfel">
                                <vowo-list-menu-item>
                                    Apfelbaum
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Aprikosen" href="https://www.bienenwanderung.de/article/aprikose">
                                <vowo-list-menu-item>
                                    Aprikose
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Birnen" href="https://www.bienenwanderung.de/article/birne">
                                <vowo-list-menu-item>
                                    Birne
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Erbeeren" href="https://www.bienenwanderung.de/article/erdbeere">
                                <vowo-list-menu-item>
                                    Erdbeere
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Heidelbeeren" href="https://www.bienenwanderung.de/article/heidelbeere">
                                <vowo-list-menu-item>
                                    Heidelbeere
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Himbeeren" href="https://www.bienenwanderung.de/article/himbeere">
                                <vowo-list-menu-item>
                                    Himbeere
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung der Johannisbeere" href="https://www.bienenwanderung.de/article/johannisbeere">
                                <vowo-list-menu-item>
                                    Johannisbeere
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung der Kischbäume" href="https://www.bienenwanderung.de/article/kirsche">
                                <vowo-list-menu-item>
                                    Kirsche
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Pfirsich und Nektarinen" href="https://www.bienenwanderung.de/article/pfirsichundnektarine">
                                <vowo-list-menu-item>
                                    Pfirsich und Nektarine
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung von Pflaumen" href="https://www.bienenwanderung.de/article/pflaume">
                                <vowo-list-menu-item>
                                    Pflaume
                                </vowo-list-menu-item>
                            </a>

                        </vowo-list-menu>
                    </div>
                </div>
                <div class="layout vertical" style="flex: 1 1 15em; margin-top: 1em;">
                    <div class="flex" style="margin-right: 10px;flex: 1 1 5em; margin-top: 1em;">
                        <vowo-list-menu>

                            <vowo-list-menu-item-top>
                                Weitere Informationen
                            </vowo-list-menu-item-top>

                            <a class="bee-color-link-button" title="Artikel zur Pollenanalyse" href="https://www.bienenwanderung.de/pollen/show">
                                <vowo-list-menu-item>
                                    Pollenanalyse
                                </vowo-list-menu-item>
                            </a>

                            <a class="bee-color-link-button" title="Karte der Pollendichte" href="https://www.bienenwanderung.de/pollen/map">
                                <vowo-list-menu-item>
                                    Karte der Pollendichte
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Übersicht der BioLabels" href="https://www.bienenwanderung.de/article/bio-labels">
                                <vowo-list-menu-item>
                                    Übersicht der Bio-Labels
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Schulinsektenhaus" href="https://www.bienenwanderung.de/school-project/show">
                                <vowo-list-menu-item>
                                    Project "Schulinsektenhaus"
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Karte des Schulinsektenhauses" href="https://www.bienenwanderung.de/school-project/map">
                                <vowo-list-menu-item>
                                    Karte zum Project "Schulinsektenhaus"
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Bienenwanderung Wanderablauf" href="https://www.bienenwanderung.de/article/wanderablauf">
                                <vowo-list-menu-item>
                                    Wanderablauf
                                </vowo-list-menu-item>
                            </a>
                        </vowo-list-menu>
                    </div>
                </div>
            </div>
        </div>

        <div title="Bestäuber">
            <div class="layout horizontal flex wrap">
                <div class="layout vertical" style="flex: 1 1 15em; margin-top: 1em;">
                    <div class="flex" style="margin-right: 10px;flex: 1 1 5em; margin-top: 1em;">
                        <vowo-list-menu>
                            <a class="bee-color-link-button" title="Übersicht der Artikel zu Bestäubern" href="https://www.bienenwanderung.de/article/pollinator">
                                <vowo-list-menu-item-top>
                                    Bestäuber
                                </vowo-list-menu-item-top>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung durch die Honigbiene" href="https://www.bienenwanderung.de/article/honeybee">
                                <vowo-list-menu-item>
                                    Honigbiene
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel zur Bestäubung durch die Hummel" href="https://www.bienenwanderung.de/article/bumblebee">
                                <vowo-list-menu-item>
                                    Hummel
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Übersicht der Artikel zu Wildbienen" href="https://www.bienenwanderung.de/article/wild-bees/overview">
                                <vowo-list-menu-item>
                                    Wildbienen
                                </vowo-list-menu-item>
                            </a>
                        </vowo-list-menu>
                    </div>
                </div>
                <div class="layout vertical" style="flex: 1 1 15em; margin-top: 1em;">
                    <div class="flex" style="margin-right: 10px;flex: 1 1 5em; margin-top: 1em;">
                        <vowo-list-menu>
                            <a class="bee-color-link-button" title="Übersicht der Artikel zu Wildbienen" href="https://www.bienenwanderung.de/article/wild-bees/overview">
                                <vowo-list-menu-item-top>
                                    Wildbienen
                                </vowo-list-menu-item-top>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Blattschneider- und Mörtelbienen" href="https://www.bienenwanderung.de/article/wild-bees/blattschneidermoertelbienen">
                                <vowo-list-menu-item>
                                    Blattschneider- und Mörtelbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Blutbienen und Buckelbienen" href="https://www.bienenwanderung.de/article/wild-bees/blutbienenbuckelbienen">
                                <vowo-list-menu-item>
                                    Blutbienen und Buckelbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Düsterbienen" href="https://www.bienenwanderung.de/article/wild-bees/duesterbienen">
                                <vowo-list-menu-item>
                                    Düsterbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Filzbienen" href="https://www.bienenwanderung.de/article/wild-bees/filzbienen">
                                <vowo-list-menu-item>
                                    Filzbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Furchenbienen" href="https://www.bienenwanderung.de/article/wild-bees/furchenbienen">
                                <vowo-list-menu-item>
                                    Furchenbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Holzbienen" href="https://www.bienenwanderung.de/article/wild-bees/holzbienen">
                                <vowo-list-menu-item>
                                    Holzbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Kegelbienen" href="https://www.bienenwanderung.de/article/wild-bees/kegelbienen">
                                <vowo-list-menu-item>
                                    Kegelbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Maskenbienen" href="https://www.bienenwanderung.de/article/wild-bees/maskenbienen">
                                <vowo-list-menu-item>
                                    Maskenbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Mauerbienen" href="https://www.bienenwanderung.de/article/wild-bees/mauerbienen">
                                <vowo-list-menu-item>
                                    Mauerbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Pelzbienen" href="https://www.bienenwanderung.de/article/wild-bees/pelzbienen">
                                <vowo-list-menu-item>
                                    Pelzbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Sandbienen" href="https://www.bienenwanderung.de/article/wild-bees/sandbienen">
                                <vowo-list-menu-item>
                                    Sandbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Schmalbienen" href="https://www.bienenwanderung.de/article/wild-bees/schmalbienen">
                                <vowo-list-menu-item>
                                    Schmalbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Schmuckbienen" href="https://www.bienenwanderung.de/article/wild-bees/schmuckbienen">
                                <vowo-list-menu-item>
                                    Schmuckbienen
                                </vowo-list-menu-item>
                            </a>
                            <a class="bee-color-link-button" title="Artikel über Woll- und Harzbienen" href="https://www.bienenwanderung.de/article/wild-bees/wollharzbienen">
                                <vowo-list-menu-item>
                                    Woll- und Harzbienen
                                </vowo-list-menu-item>
                            </a>
                        </vowo-list-menu>
                    </div>
                </div>
            </div>
        </div>

        <div title="Unterstützer">
            <div class="layout horizontal flex wrap">
                <div class="layout vertical" style="flex: 1 1 15em; margin-top: 1em;">
                    <div class="flex" style="margin-right: 10px;flex: 1 1 5em; margin-top: 1em;">
                        <vowo-list-menu>

                            <vowo-list-menu-item-top>
                                Unterstützer aus der Wissenschaft
                            </vowo-list-menu-item-top>

                            <a class="bee-color-link-button" title="Artikel zu Prof. Klein" href="https://www.bienenwanderung.de/contributor/alexandra-klein">
                                <vowo-list-menu-item>
                                    Prof. Alexandra Klein
                                </vowo-list-menu-item>
                            </a>

                            <a class="bee-color-link-button" title="Artikel zu Dr. Lichtenberg-Kraag" href="https://www.bienenwanderung.de/contributor/birgit-lichtenberg-kraag">
                                <vowo-list-menu-item>
                                    Dr. Birgit Lichtenberg-Kraag
                                </vowo-list-menu-item>
                            </a>

                            <a class="bee-color-link-button" title="Artikel zu Prof. Dr. Günter Pritsch" href="https://www.bienenwanderung.de/contributor/guenter-pritsch">
                                <vowo-list-menu-item>
                                    Prof. Dr. Günter Pritsch
                                </vowo-list-menu-item>
                            </a>

                            <a class="bee-color-link-button" title="Museum für Naturkunde Leibniz-Institut für Evolutions- und Biodiversitätsforschung (Berlin)" href="https://www.bienenwanderung.de/contributor/museumfuernaturkundeberlin">
                                <vowo-list-menu-item>
                                    Museum für Naturkunde Berlin
                                </vowo-list-menu-item>
                            </a>
                        </vowo-list-menu>
                    </div>
                </div>
            </div>
        </div>
    </vowo-submenu-tabs>
</vowo-submenu-dialog>


        <default-app-layout authenticated="no">

            <div slot="mainMenu" class="md-font-body1 menu-container" style="width:100%;">
    <a class="bee-desktop-menu" style="height:40px;" title="Startseite" href="https://www.bienenwanderung.de/">
        <iron-image src="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Main/Images/bee-logo_53x40.png?bust=17b57a7e"></iron-image>
    </a>
    <a class="bee-desktop-menu" style="padding-left:10px;" title="Startseite" href="https://www.bienenwanderung.de/">
        Bienenwanderung.de
    </a>
    <div class="menu-flex"></div>
    <a href="https://www.bienenwanderung.de/map/show">
        <paper-button class="bee-color-link-button bee-desktop-menu">
            <iron-icon icon="maps:map"></iron-icon>
            Karte
        </paper-button>
    </a>
    <!--f:link.action action="show" controller="BeeMarket">
        <paper-button class="bee-color-link-button bee-desktop-menu">
            <iron-icon icon="shopping-basket"></iron-icon>
            Kauf von Bienen
        </paper-button>
    </f:link.action-->
    <paper-button
        onclick="subMenuArticles.openDialog();document.querySelector('#subMenuArticles vowo-submenu-tabs').selectTab(0);" class="bee-color-link-button bee-desktop-menu">
        Informationsseiten
    </paper-button>
    <a href="https://www.bienenwanderung.de/article/beecopulationinstitutes">
        <paper-button class="bee-color-link-button bee-desktop-menu">
            Belegstellen
        </paper-button>
    </a>
    <div class="menu-flex"></div>
    
            <a href="https://www.bienenwanderung.de/static-pages/imprint">
                <paper-button class="bee-desktop-menu">Impressum</paper-button>
                <span class="bee-mobile-menu bee-font-action md-font-caption" style="margin-right:8px;">IMPRESSUM</span>
            </a>
            <a href="https://www.bienenwanderung.de/login">
                <paper-button class="bee-desktop-menu">Einloggen</paper-button>
                <span class="bee-mobile-menu bee-font-action md-font-caption" style="margin-right:8px;">EINLOGGEN</span>
            </a>
            <a href="https://www.bienenwanderung.de/registration/index">
                <paper-button raised class="bee-action-button bee-desktop-menu">
                    Kostenlos Registrieren
                </paper-button>
                <paper-button raised class="bee-action-button md-font-caption bee-mobile-menu" style="max-width:100px;">
                    Registrieren
                </paper-button>
            </a>

        
</div>


            <div slot="drawerContent" class="md-font-body1 vertical layout" style="height:100%;">
                <div class="bee-mobile-menu">
    <a href="https://www.bienenwanderung.de/map/show">
        <paper-item class="bee-color-link-button">
            <iron-icon icon="maps:map"></iron-icon>
            Karte
        </paper-item>
    </a>
    <paper-item
        onclick="subMenuArticles.openDialog();document.querySelector('#subMenuArticles vowo-submenu-tabs').selectTab(0);" class="bee-color-link-button">
        Informationsseiten
    </paper-item>
    <a href="https://www.bienenwanderung.de/article/beecopulationinstitutes">
        <paper-item class="bee-color-link-button">
            Belegstellen
        </paper-item>
    </a>
</div>


        <a href="https://www.bienenwanderung.de/static-pages/imprint">
            <paper-item class="bee-color-link-button">
                Impressum
            </paper-item>
        </a>
        <div class="bee-menu-buttons">
            <a href="https://www.bienenwanderung.de/login">
                <paper-item>
                    Einloggen
                </paper-item>
            </a>
            <a href="https://www.bienenwanderung.de/registration/index">
                <paper-item raised class="bee-action-button">
                    Kostenlos Registrieren
                </paper-item>
            </a>
        </div>
    

            </div>

            
    <bee-paper-material-article banner-image="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Main/Images/School/school-project-banner.png?bust=057a4eab">
        <p>
            <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/show"> << Zurück zur Liste aller Standorte</a>
        </p>
        <h1 class="md-font-display-2">Friedrich Hecker Gymnasium Radolfzell
        </h1>
        <div class="layout horizontal">
            <input type="text" value="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a42e0994-ac14-4621-8bca-65ee696031dc" id="CopyInput" class="flex">
            <paper-icon-button class="bee-icon-action-button" icon="content-copy" title="Link kopieren" onclick="copyLink();"></paper-icon-button>
        </div>
        <p>
            Willkommen auf "Bienenwanderung.de",<br>
            als Partner des Projekts <a class="bee-color-link-button" href="https://schulinsektenhaus.de" title="https://schulinsektenhaus.de" target="_blank">"Schulinsektenhaus"</a> findest du
            auf unserer Seite die Auswertungen der teilnehmenden Schulen. Alle weiteren Informationen über das Projekt "Schulinsektenhaus" gibt es auf der Haupt-Website: <a class="bee-color-link-button" href="https://schulinsektenhaus.de" title="https://schulinsektenhaus.de" target="_blank"> https://schulinsektenhaus.de</a>.
        </p>
        <p>
            <chart-bar data="{&quot;labels&quot;:[&quot;Bienen&quot;,&quot;Wespen&quot;],&quot;datasets&quot;:[{&quot;data&quot;:[37,2],&quot;backgroundColor&quot;:[&quot;#FFAB00&quot;,&quot;#E65100&quot;]}]}" options="{&quot;title&quot;:{&quot;display&quot;:true,&quot;text&quot;:[&quot;Anzahl an Brutkammern&quot;,&quot;(In einem Schilfhalm k\u00f6nnen sich bis zu 12 Brutkammern befinden.)&quot;]},&quot;legend&quot;:{&quot;display&quot;:false},&quot;scales&quot;:{&quot;yAxes&quot;:[{&quot;ticks&quot;:{&quot;min&quot;:0},&quot;stacked&quot;:true}],&quot;xAxes&quot;:[{&quot;gridLines&quot;:{&quot;display&quot;:false},&quot;stacked&quot;:true,&quot;ticks&quot;:{&quot;autoSkip&quot;:false},&quot;maxBarThickness&quot;:80}]}}"></chart-bar>
        </p>
        
            <p>
                <chart-bar data="{&quot;labels&quot;:[&quot;Maskenbiene&quot;,&quot;Rostrote\/Geh\u00f6rnte Mauerbiene&quot;],&quot;datasets&quot;:[{&quot;data&quot;:[11,26],&quot;backgroundColor&quot;:[&quot;#3cb44b&quot;,&quot;#e6194B&quot;]}]}" options="{&quot;title&quot;:{&quot;display&quot;:true,&quot;text&quot;:&quot;Anzahl an Brutkammern der Bienen&quot;},&quot;legend&quot;:{&quot;display&quot;:false},&quot;scales&quot;:{&quot;yAxes&quot;:[{&quot;ticks&quot;:{&quot;min&quot;:0},&quot;stacked&quot;:true}],&quot;xAxes&quot;:[{&quot;gridLines&quot;:{&quot;display&quot;:false},&quot;stacked&quot;:true,&quot;ticks&quot;:{&quot;autoSkip&quot;:false},&quot;maxBarThickness&quot;:80}]}}"></chart-bar>
            </p>
        
        
            <p>
                <chart-bar data="{&quot;labels&quot;:[&quot;T\u00f6pferwespe&quot;],&quot;datasets&quot;:[{&quot;data&quot;:[2],&quot;backgroundColor&quot;:[&quot;#ffe119&quot;]}]}" options="{&quot;title&quot;:{&quot;display&quot;:true,&quot;text&quot;:&quot;Anzahl an Brutkammern der Wespen&quot;},&quot;legend&quot;:{&quot;display&quot;:false},&quot;scales&quot;:{&quot;yAxes&quot;:[{&quot;ticks&quot;:{&quot;min&quot;:0},&quot;stacked&quot;:true}],&quot;xAxes&quot;:[{&quot;gridLines&quot;:{&quot;display&quot;:false},&quot;stacked&quot;:true,&quot;ticks&quot;:{&quot;autoSkip&quot;:false},&quot;maxBarThickness&quot;:80}]}}"></chart-bar>
            </p>
        
        
            <p>
                <chart-doughnut data="{&quot;labels&quot;:[&quot;Lebend&quot;,&quot;parasitiert&quot;,&quot;nicht entwickelt (tot)&quot;],&quot;datasets&quot;:[{&quot;data&quot;:[24,5,8],&quot;backgroundColor&quot;:[&quot;#FFAB00&quot;,&quot;#6A1B9A&quot;,&quot;rgb(150, 150, 150)&quot;]},{&quot;data&quot;:[60,13,27],&quot;backgroundColor&quot;:[&quot;#FFAB00&quot;,&quot;#6A1B9A&quot;,&quot;rgb(150, 150, 150)&quot;]}]}" options="{&quot;title&quot;:{&quot;display&quot;:true,&quot;text&quot;:[&quot;Zustand der Bienenbrutkammern&quot;,&quot;Au\u00dfen: am Standort, Innen: Durchschnitt aller Standorte&quot;]},&quot;legend&quot;:{&quot;display&quot;:true,&quot;position&quot;:&quot;bottom&quot;}}"></chart-doughnut>
            </p>
        
        
            <p>
                <chart-doughnut data="{&quot;labels&quot;:[&quot;Lebend&quot;,&quot;parasitiert&quot;,&quot;nicht entwickelt (tot)&quot;],&quot;datasets&quot;:[{&quot;data&quot;:[0,0,2],&quot;backgroundColor&quot;:[&quot;#E65100&quot;,&quot;#0D47A1&quot;,&quot;rgb(150, 150, 150)&quot;]},{&quot;data&quot;:[63,11,26],&quot;backgroundColor&quot;:[&quot;#E65100&quot;,&quot;#0D47A1&quot;,&quot;rgb(150, 150, 150)&quot;]}]}" options="{&quot;title&quot;:{&quot;display&quot;:true,&quot;text&quot;:[&quot;Zustand der Wespenbrutkammern&quot;,&quot;Au\u00dfen: am Standort, Innen: Durchschnitt aller Standorte&quot;]},&quot;legend&quot;:{&quot;display&quot;:true,&quot;position&quot;:&quot;bottom&quot;}}"></chart-doughnut>
            </p>
        
    </bee-paper-material-article>
    <paper-toast id="copyMessage" duration="5000" text="Success:">
        Copied the link: {f:uri.action(action:'school', controller:'School' , absolute:'true', arguments:'{school: school}')}
        <paper-button onclick="copyMessage.toggle()" style="text-transform: none;color: #eeff41;">Close now!</paper-button>
    </paper-toast>
    <script>
        function copyLink() {
            /* Get the text field */
            var copyText = document.getElementById("CopyInput");
            var toast = document.getElementById("copyMessage");

            /* Select the text field */
            copyText.select();
            copyText.setSelectionRange(0, 99999); /*For mobile devices*/

            /* Copy the text inside the text field */
            document.execCommand("copy");

            /* Alert the copied text */
            toast.toggle();
        }
    </script>


        </default-app-layout>
        
        
    </div>
</body>
</html>