<!--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>
    
    <meta name="description" content="Schulen stellen Insektenhäuser in den Schulen auf und erfahren, welche Wildbienen in ihrer Gegend vorkommt. Sehr viel Spaß und Natur Pur für die Schüler. Erfahre mehr über das Projekt SCHULINSEKTENHAUS."/>
    <meta property="og:locale" content="de" />
    <meta property="og:type" content="article" />
    <meta property="og:title" content="Schulen helfen bei der Erfassung der Wildbienenbestände in Deutschland." />
    <meta property="og:description" content="Schulen stellen Insektenhäuser in den Schulen auf und erfahren, welche Wildbienen in ihrer Gegend vorkommt. Sehr viel Spaß und Natur Pur für die Schüler. Erfahre mehr über das Projekt SCHULINSEKTENHAUS." />
    <meta property="og:url" content="https://www.bienenwanderung.de/school-project/show"/>
    <meta property="og:site_name" content="Bienenwanderung" />
    <meta property="article:publisher" content="https://www.facebook.com/bienenwanderung" />
    <meta property="article:author" content="https://www.facebook.com/bienenwanderung" />
    <meta property="og:image" content="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Main/Images/MetaImage/school-project-banner.png?bust=5033a4dc" />
    <meta property="og:image:secure_url" content="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Main/Images/MetaImage/school-project-banner.png?bust=5033a4dc" />
    <meta property="og:image:type" content="image/png" />
    <meta property="og:image:width" content="700" />
    <meta property="og:image:height" content="410" />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:description" content="Schulen stellen Insektenhäuser in den Schulen auf und erfahren, welche Wildbienen in ihrer Gegend vorkommt. Sehr viel Spaß und Natur Pur für die Schüler. Erfahre mehr über das Projekt SCHULINSEKTENHAUS." />
    <meta name="twitter:title" content="Schulen helfen bei der Erfassung der Wildbienenbestände in Deutschland." />
    <meta name="twitter:site" content="@bienenwanderung" />
    <meta name="twitter:image" content="https://www.bienenwanderung.de/_Resources/Static/Packages/Bee.Main/Images/MetaImage/school-project-banner.png?bust=5033a4dc" />
    <meta name="twitter:creator" content="@bienenwanderung" />

    <title>
        Schulen helfen bei der Erfassung der Wildbienenbestände in Deutschland.
    </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">
        <h1 class="md-font-display-2">SCHULINSEKTENHAUS
            <small>Offene Wissenschaft – im Dienst der Natur</small>
        </h1>
        <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>
            Die Verteilung der Wildbienen kannst du dir <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/map">hier auf der Karte anschauen</a>.
        </p>
        <default-content-container>
            <li><a href="#list">Übersicht der Standorte</a></li>
        </default-content-container>
        <h2 class="md-font-display-1" id="list">
            Übersicht der Standorte
        </h2>
        <p class="md-font-subhead">
            Vorläufige Auswertungen pro Standort, in Grau angegebene Standorte sind noch in Bearbeitung
        </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=712e8624-acc0-4488-ab01-dccc0deaa43f"></a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=3b462461-02f6-4ef9-b169-08f5b07083fd">100. Schule - Leipzig</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=97629080-5890-43dc-bec4-2f82c6bef7a8">Agricolagymnasium Hohenmölsen/Nabu RV Sale-Elster e.V.</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=2544abb5-656b-4102-a57e-5036a6ffb14b">Albert Schweitzer Schule SBBZ geistige Entwicklung</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=86795137-ea7e-4523-ae01-aadd499f37e1">Albert-Einstein-Gymnasium Hameln</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=36eb31e2-43db-442f-bc37-5c5818be74e0">Anna-Schmidt-Schule, Standort Nieder-Erlenbach</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=9db23e72-f425-44ca-a396-908fa6341ff7">Arche Warder e.V.</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b5081c24-6b85-472b-b012-a1395c5d1f27">AWO-Schullandheime im Vogtland</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f2f59ff1-9c16-4821-86ca-23d13e683c3d">Bergstraßengymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a63bc93b-acb1-46a9-9730-edfe0c38f827">Bertolt-Brecht-Gymnasium Dresden</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=e3715db1-a797-4c4b-8e03-7fc79d2180d2">Bertrada-Grundschule Prüm</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=7490d37d-0a8b-4aba-846c-60ff1564fe3f">Biologiedidaktik der Universität zu Köln</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=ed55ef3b-2e16-4b86-8c3f-c5b83e60ac05">Bischof-Neumann-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b55091c1-1984-45b6-b711-de01da4e9ad3">BUND Ortsverband Usingen-Neu-Anspach</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=54f499dc-cdee-47ec-abf9-1e2d2f287d8c">Bunsen-Gymnasium Heidelberg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=1aabf6c6-e701-4591-835a-7fa8f3538b8c">Buntenskampschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=222ee4fa-0f52-4420-97d1-1eb5916fdd2e">Burgschule Obergrombach</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=5b79b0f5-099f-4d00-93e4-7c8872eb4856">Carl-Benz-Schule Marxzell, Außenstelle Schielberg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=31b1d3aa-edeb-491e-b354-a2adaf34611c">Christian Jensen Kolleg gemeinnützige GmbH</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=d4bfc8de-1c4c-4923-96ab-8b94126f1d0c">Clavius-Gymnasium Bamberg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=637acce1-ab21-488e-a198-8352aeaacbd7">Didaktik der Naturwissenschaften, Universität Bamberg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=1049b1a6-4b26-4eae-af5a-1dcb482d5f12">Domgymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=ac3c5246-377f-4131-a75d-0cf03705e18e">Edith-Stein-Gymnasium Bretten</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=76d46961-c2b2-4fc1-9c94-cf717ddf35c1">Edith-Stein-Gymnasium Speyer</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a68041b6-d1dc-4656-8710-022e61f18c95">Edith-Stein-Realschule Parsberg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0c399be1-f912-495d-b14f-d40b919021d8">educcare Bildungskindertagesstätten</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=1c9bf544-ac85-4b98-ab18-b38bfab33d56">Eichsfeld-Gymnasium Duderstadt</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=695ad26b-ee03-4e1e-97db-cf7f2b2588e6">EKRS STUTENSEE</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=7fd78b38-e165-4b9b-a240-d8a564124468">Ellental-Gymnasien in Bietigheim-Bissingen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=6f037f4e-783e-46e8-a7e6-5df77e274b23">Elmerland-Grundschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=61fc63c4-d4e3-460e-89ad-0989ce6d0f35">Emsland Moormuseum</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0af57989-0f53-4833-bb4b-2576046ab9d8">Entdeckerschule / Terra Nova Campus</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c05e9893-f0f8-4428-af42-0ba9fce97c85">Erich Kästner Gemeinschaftsschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=8fb94d60-5fc5-4194-b33e-bdccaabd19b4">Ernst-Reuter-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=6ffc8857-049a-4884-95d3-d1e3a21a0d24">Ernst-von-Harnack-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=62736a27-8251-47c8-92f6-2484b6a3b8db">Evangelische Grundschule Weiten-Gesäß</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=374c8694-a886-440f-b525-fe9d61398341">Felsenmeerschule Reichenbach</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=8a054a4f-d48c-4fc1-8e33-253df5c31f5f">Förderschule Sprache Alter Mühlenweg (Primarstufe)</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b8141eb4-f09c-41e6-8f72-0bbf3886af42">Förderverein der Grundschule Belgershain e.V.</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=2b4f9d65-7c30-494c-bad2-0777f4828113">Franz-Miltenberger-Gymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=4b2958a7-9424-42bc-809d-7b201af0e0d3">Franziska - Hager - Grundschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c928d111-720d-4ea4-8232-89d7f7b586bb">Freie Schule Bröbberow</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=227d4eb4-7d96-43f8-9133-e636e156b3a1">Friedrich Fröbel Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a42e0994-ac14-4621-8bca-65ee696031dc">Friedrich Hecker Gymnasium Radolfzell</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=aeec82e5-5ef6-4b59-9b17-52bc285b9260">Friedrich von Schiller Schule Burgberg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=323de647-e835-43a2-808f-783726758a4e">Friedrich-Bernhard-Karcher-Schule Beckingen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=677980df-ae2e-42e5-a9a7-2fbba9228bab">Friedrich-Ebert-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=4ad1ddd4-4e4c-4895-9bf1-fc401f40d06c">Friedrich-Wöhler-Gymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=980906f5-9da0-4ee3-9018-83ce4fd4d209">Fritz-Greve-Gymnasium Malchin</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=bc07fd0e-c4b3-4e8e-8ced-de353a40b84f">FW Murnau-Gesamtschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=ba5af947-b948-488e-9497-492071cba1e2">Ganztagsschule Bellevue</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=5bfbb334-29b3-44c9-9fc6-45ea84cff5a3">Georg-Asmussen-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=922f8751-6fbf-4e98-b128-29799a6136d7">Georg-Ehnes-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=5cf38956-7ff5-4a3d-a6fd-abe2cfc91729">Georg-Forster-Gymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=5dd55a8f-9cd3-4a9c-be1d-8139e382286b">Geschwister Scholl Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=e383bfff-a544-4519-b0bb-7d2728c376cb">Geschwister Scholl Schule Einbeck</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=89c398d3-7d62-4721-b340-8e7532d5a6bf">GGS Nörvenich</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=9ee2ee5d-028e-4c3a-a295-5c8ec26a4a5f">GGS/OGS Nesselrodestraße</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=fc5eebbb-ea06-480f-84fe-978e7e99ba70">Goethe Gymnasium Emmendingen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=7c8bffd0-1583-443d-a056-2b5b074e23ce">Goetheschule Kirrlach</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b24d1f62-c3b3-4f63-8bf6-c2a1387c9d5c">Gorch-Fock-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=4926cf7d-c49b-4f0f-8997-d60c3d45d605">Grund- und Mittelschule Pfeffenhausen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a3ab1310-0374-4198-a2d4-4c974fe52434">Grundschule Altdorf</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=e7bd454c-a58f-423d-888e-6d7f6deabf2c">Grundschule am Biewerbach</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f2dc34a4-0909-4421-b60e-78b6757aba98">Grundschule am Jakobsberg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=15257f1e-bf8e-45e6-a90d-ad7a8f39a6cc">Grundschule Brennberg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=874107ec-5a0c-469e-bf40-07867cf92951">Grundschule Burg Hackenbroich</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=45d0df6c-b6fc-4054-a7a2-c4b11809b5d0">Grundschule Burggriesbach</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=813485ad-e7ed-42b3-93fc-13251443b706">Grundschule Goethe</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=d2e50b2e-dfab-45f9-adc8-5a6fd0914915">Grundschule Görzig</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b5bfb3a4-d05a-4fdc-8399-b17f6474a35f">Grundschule Hauenstein</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=1cbac634-32a1-4680-8f78-08ad59f3a4ba">Grundschule Heidenburg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b3386b88-9e93-4ed2-801e-d8296b6c12ff">Grundschule Heidhorst</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c7b1588e-eacc-493e-8804-c28dd185bd81">Grundschule Heiligenstadt</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0a3837fb-5ef9-4f2e-b35f-b0d0bb2ab585">Grundschule Hermannshagen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c99911df-8261-4033-9fe1-e23846cd92e6">Grundschule Himbergen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=078b793d-9a49-4931-b79f-e4b52aefe1d7">Grundschule Icking</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=778a2bbd-3a56-4f4e-9f0b-089d4d510adc">Grundschule Kollmarsreute</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0df8eb1d-6fa1-4c84-a791-6a85bd50e6b9">Grundschule Königslutter</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=ec17de91-1461-4e3e-8d2e-df23cce87de1">Grundschule Kronsburg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=02bd409d-ec60-4377-a044-803ae71623a4">Grundschule Lütjenburg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=d5329214-d433-4a2f-885b-2269f39e693d">Grundschule Mörsdorf</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=1091002a-b2aa-49e1-a700-8485c0e70bf0">Grundschule Ostsee ad Boltenhagen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0ced205b-18bb-4208-a75a-d96a106b6beb">Grundschule Ottensoos</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=69850e45-0ca9-43c2-9031-20bca1c046a6">Grundschule Pommersfelden</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=198b178a-89d8-43aa-a10f-106031e0e30f">Grundschule Röbel</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=4f5b8dc6-0a8d-4801-94b2-cd03c09b8bcf">Grundschule Ronshausen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f8d0766c-fe3a-4122-9fc2-45ff6a8ceac6">Grundschule Schwegenheim</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=166fe80b-d171-491a-980a-bb3c3872ac28">Grundschule Steinbeck</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=36b8c848-d933-4764-8ad1-d9017b216a22">Grundschule Suchsdorf</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=218ad3f7-4e5a-497f-88ec-d03af88e4f19">Grundschule Waldsiedlung</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0addef1f-3c48-4647-8968-dcd2d59e3379">Grundschule Westerengel</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=2fcb9ab8-90ea-43a5-b822-6891e8fb388a">Grundschule Wippingen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=7763cc20-d85f-42fa-b0cb-f1c82392a470">Grundschule Woffenbach</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=fbf3e187-3361-4afe-9ece-3db090e6a84b">GS Konrad Hentrich</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a7cbd91f-f917-495f-8435-7bafd61e0ccf">GS Lauenhagen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=01805bbc-0e5a-4bee-a2aa-7c29f1db9133">GTS Fährstraße</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=5a32fd08-909b-4d50-b417-c97f3f1b7b04">Gustav-Freytag-Gymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a44ee6ce-64a9-4d44-a97c-91a6ad1622d0">Gustav-Woehrnitz-Mittelschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=754e5d73-d3c6-4193-b971-86a9391ed318">Gutenbergschule Bochinge</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=4eb49b82-dccb-4929-a5aa-0337e12eb649">Gutenbergschule Lahr</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=7cb2524d-6ea3-4446-93ea-914750be6615">Gymansium Berchtesgaden</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=9da6355f-db03-4399-b183-081416a7bd55">Gymnasium Am Turmhof</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=cbb45c16-61a5-4ab7-b89f-b24e6306cf85">Gymnasium Dörpsweg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=3adde901-7b3c-4676-832f-14252be6ab1c">Gymnasium Frechen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=4b6540d7-68ee-4f3f-a815-54c4fa3e083e">Gymnasium Mering</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=679d4d95-0002-4ac7-8edd-48ba9bf29c0f">Gymnasium Ohmoor</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=4ed1e162-fa24-47d1-816e-ade46acaddfb">Gymnasium Ottobrunn</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b93e0d2a-ee99-4712-8929-a1cf9fbe24f9">Gymnasium Rahlstedt</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=adda21a7-1021-4931-a7b6-0a324b0fbda0">Gymnasium Sonthofen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=cb35c9c5-1e7e-4163-9653-3eb959e1e8e8">Gymnasium Starnberg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0ab5524d-4c74-411e-9f51-52d09dbd0dad">Gymnasium Veitshöchheim</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0a59abd0-4762-4a61-b88e-ebd382e212f2">Gymnasium Warstade</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=127446e3-f521-450f-bb53-40057782b786">Hans-Geiger-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=fccc31b5-6d2d-4aeb-82b7-ac90f4c934de">Heinrich-Böll-Oberschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=765cc8d5-4b7d-427f-978b-7aefdd090a5e">Heinrich-Christian-Burckhardt Grundschule Adelebsen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=5d366f27-0b4a-401d-b5e5-243dab951763">Hermann Landwehr Schule Brünen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=6f1c3601-d064-4dde-85fe-4c88fd532e7f">Hermann-Frieb-Realschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=67108072-8d6f-4d3f-81f3-9e6a149c6139">Herzbergschule Roth</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f6940f89-c661-491f-8bc0-871f0aca5b9a">Hocheifel Realschule Plus mit Fachoberschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=41367085-e07b-4050-a19e-2e1d2ea81196">Hohenlohe-Gymnasium Öhringen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=9de32464-97f1-488e-9702-9e3429e434df">Holderbusch e. V.</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0f3b6466-b9e2-4335-aca1-1469d7baece6">Hort Abenteuerland der GS Neumarkt</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0205e80d-bcb2-45e8-80c8-b8fb035824ad">Hort der Ev. Grundschule Paulo Freire</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=180bb43d-ffc3-4dc8-bdb5-003cf16cdc59">Humboldt Gymnasium Ulm</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=6f7344e9-1e0c-4135-b587-0da9cd671a8f">IGS Ernst Bloch Ludwigshafen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=8bb7a088-8b71-4f63-9045-01baf59000b7">IGS Maifeld in Polch</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c982f30a-0ff9-4c86-a6b1-813b07e687a9">IGS Mainz Bretzenheim</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=cfcfa16d-eb92-4600-9e52-0aae5f56da75">IGS Nienburg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=45f4d532-26c0-4745-a157-e7e730533fe1">IGS Pellenz in Plaidt</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=9696e47b-4a95-4231-96e6-090c9aaa836c">Integrierte Gesamtschule Ludwigshafen-Edigheim</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=510b24a4-61f3-4c59-890c-427d29576a26">Jan-Joest-Gymnasium Kalkar</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=10c10801-a0aa-48af-9d32-7cdba489aa7c">Johann-Peter-Ring-Grundschule Ottmaring</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=47b91830-a823-4ff8-9a64-2f4c56514b7c">Johannes-Althusius-Gymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f09a5b3e-4f55-486a-bbac-69881ae9b95c">Josef Guggenmos Grundschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=de886b64-dbfd-4f8b-8fb1-fafb1e4faaac">Karl-Benz-Schule Marxzell</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=5d69f248-3a1b-49c3-9f09-c782af3e2cf5">KGS Moringen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b8ae2956-64dd-41a9-80dd-8c83eae43820">KGS Neubrück Köln</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b2ef03c3-db6d-47d9-9bf8-4bab03cdfe7b">Kita Arche</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=005b1e16-6d26-47e8-bd74-f46f0befff51">KiTa Zwergenwiese</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=8073b02b-bb17-4a9f-9d0c-6844809eb873">Klenze Gymnasium München</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=e2e1d4f1-9a5d-4087-a041-e0998b3d9988">Kolleg St. Sebastian</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=70795b7f-2f41-4dce-8766-ef1d2ee47922">Kreisnaturschutzstation Gräfenmühle</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c65d644c-062d-4017-b447-23e60112a75e">Landschaftspflegeverband Torgau-Oschatz e.V.</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=7b0273e6-5aa9-42af-8921-d32f26742df8">Liebigschule Frankfurt</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c8d247d0-8d51-4915-aad0-5af458ae2a35">Lindenschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0c8d32d9-2caf-418e-bc7f-c1645e6be94a">Ludwig-Thoma-Grundschule Traunstein</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c076633d-b1e3-45c2-80e9-3fcafbdbc9a9">Ludwig-Uhland-Schule Heimsheim</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=82cef743-d2dd-402a-93eb-e872dde271e6">Marienschule Bad Hönningen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=6f946888-612e-4569-af2f-773247ea9f9f">Martin Luther King Schule, Traben-Trarbach</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a0fd6681-9ad3-40ea-89ac-6e343e879124">Martini-MS GS</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=989c15bf-73c6-47e3-8405-bc6e47ea127b">Max-Planck Gymnasium Karlsruhe</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=7b4691ea-9e66-4573-a8a8-6af1eb83a08b">Melanchthon Oberschule Görlitz</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=d24714d0-75fa-4eb6-80f0-9c3419c1c205">Mittelschule am Schlachtegg Gundelfingen an der Donau</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=3ac9ab94-48e1-446e-b473-a2327d4a7ed5">Mittelschule Babenhausen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f30431a6-60a0-4687-81b2-d6698c7d03eb">Mont-Cenis-Gesamtschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=6603273b-2b0b-433b-a8bc-856ee04e0590">Montessori Zentrum ANGELL</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c21701ba-f7f9-4a11-8de7-0910a72eba68">Montessori-Schule Essing</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=ebc8f994-043b-4859-9c07-aa71433144b1">NABU-Kreisverband Löbau e.V.</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b0f26624-472b-4625-974f-438bea16e1ef">Natur- und Freizeitzentrum Töpelwinkel</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=4359a530-2781-44cd-8031-f0d078d23f29">Natur-Ranger Team Döberitzer Heide</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=972e974c-7bc4-4893-8f5f-665f570a8b5a">Naturschutzstation Osterzgebirge e.V.</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f81185f4-6b3a-4467-af96-5c80915fbb89">NaturWerk</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=6fddc4ac-5037-4caf-82a9-03832b9594fe">NFG Ökologische Station Borna-Birkenhain e.V.</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a070002e-9235-4794-960d-16f1c26c3381">Niederfeldgrundschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b9d25033-34b3-4616-a85d-e63a4c79bd2d">Niels-Stensen-Schule Schwerin</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=aa56e78d-679f-4027-a53d-a9bd0905d4b4">NIG Bad Harzburg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=2ae29175-21fb-48d0-b8e0-fa48e9f191d5">Nordringschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=986586bf-f3a6-4003-9a0e-e58e6f78ffa2">Oberschule am Leibnizplatz</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=772a220c-1648-4960-8bd8-96f8979ab8b4">Otfried-Preußler-Grundschule Otterberg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b07500fe-adde-436e-8f2c-e37ecfb26370">Pädagogische Hochschule Freiburg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=da81f71b-54d4-48da-b326-6c8130c18e3f">Paul-Gerhardt-Schule Hanau</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=eedd02ff-d628-4a19-bbcf-df804fb6277a">Paul-Gillet-Realschule plus Edenkoben</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=4a817f54-f0cd-4a46-8954-e6188f544939">Peter-Bruckmann-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c0729087-22cb-4bfc-871b-b58790227491">Pfälzerwald-Verein Roschbach</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b1caec0d-1fcd-4e94-b200-2e41e24a16e2">Phyllodrom Leipzig e.V.</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=79c33078-2662-4ec5-9855-b193bed86778">Quirinus Gymnasium Neuss</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=29eff647-cd02-4338-be2d-44aa1b3f3eed">Realschule am Tor zur Oberpfalz</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c2ec6267-e447-4ca2-bc8e-001c143c581e">Realschule Baesweiler</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=8b666c1d-116f-4828-9bd3-38f65da3c145">Realschule Letmathe</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=e2d5f174-d27c-4c3e-b352-3079c4493aaa">Realschule Oberkirch</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a98e01cd-e029-480f-8663-2a5f596adcf6">Realschule plus Lahnstein</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=642e0bdc-7442-4d5f-9d11-e679a50f8064">Realschule Plus Weisenheim am Berg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=de28dd98-8826-404e-a6fe-82d90945388c">Realschule plus Wirges</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=ac160027-40b7-4274-8c93-89ff45082ad8">Realschule Remshalden</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=18d2a72f-e0dd-422a-994f-3db6a77ff0cf">Regenbogenschule Dellbrück</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=655a1c49-b33e-4204-8e83-d0f4434fdb82">Reinhold-Frank-Schulzentrum</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=192bb5b5-d78a-4cea-9dbf-f07b36b55be4">Rudolf-Steiner-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=990aba18-22f4-44a5-b228-caa6d84d7be7">Saalburgschule Bad Vilbel</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=32fc795f-f766-4b13-935a-a30c0619e0f1">SBBZ Ludwig Guttmann Schule Außenstelle Kronau</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=95ff9fea-61a3-475b-97df-357f2a01aae5">Schulbiologiezentrum des Landkreises Marburg-Biedenkopf</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=721a45a4-7a7b-4850-b8bb-722001dcf90d">Schule am Bienhorntal</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=cb64536a-1bf6-4231-97db-d1b29154eb6b">Schule am Budenberg (Förderschule)</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f23ca929-a46a-4661-9853-e0d9385ec045">Schule am Hochrhein Standort Tiengen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=2ef128e6-08a6-44e8-8f9b-3613e174e82f">Schule am Neuhaus</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=5b6b7f4e-2de3-4ca3-81e7-6e87631e1496">Schule am Ried</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=79a21eb6-bb37-4087-949b-efee99e0a049">Schule am Rothenberg, Förderschule Sprache</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=92a416a8-04f8-4220-886c-1de6e837f88f">Schule Schloss Salem</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=969ca269-03c9-4931-a4ee-eec33f07d872">Schullandheim Sohland</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=544b33f2-df8e-4bab-8e44-a7d99d370da3">Seebergschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=bdd4b8cd-d1d8-492f-964e-2f5cd7bafd2a">Seminar Freiburg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=d0e41fdf-84d9-456b-9ba6-608f28e2303a">SFZ Neumarkt in der Oberpfalz</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=38fb1623-7ca4-4648-988b-3837367da467">Sielmanns Natur Ranger e.V.</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=21e680a9-3aee-45a4-8f55-8f17c019457f">Sielmanns Natur-Ranger Deutschland e.V. Team Löcknitz</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=88666bd3-0468-4011-b245-85d31a302158">Soonwaldschule Gemünden</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=41d67846-4b57-46ed-84ca-67e205b7b8e5">Staatliche Realschule Scheßlitz</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b605000b-c60a-41ad-a868-e59442acf674">Stadt Ludwigsburg, Fachbereich Bürgerschaftliches Engagement, Soziales und Wohnen, Agendabüro</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=22e7f317-201d-4113-a167-6cacfac2148b">Städtische Gesamtschule Emmerich</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a96e6ac0-897d-4793-9d36-c361844b9880">Stadtreinigung Leipzig</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=dee99f6b-20bd-4315-bc7d-6876506bf941">Stadtschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f2822cf5-1b56-4470-b4e5-bdb48d7ddf6d">Stadtschule Travemünde</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=257d05d2-bc94-48b8-84a9-41c491252b27">Stefan-Andres-Realschule plus</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=8d3c0649-214b-4b24-9635-4e4d4f7184ac">Streuobstklassenzimmer Weil am Rhein</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0987647e-5da1-4e2b-8cc9-000b89e8e463">Südstadtschule Villingen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=ef755187-214f-4ced-9013-2e5c60d4086e">Teck-Grundschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=81e0df72-9da8-4fce-8bb7-bdba7b6119c3">Theodor Heuss Schule Laubach</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=da23df0a-3093-4eb8-8836-e7ea34882cf8">Theodor-Heuss-Gymnasium Aalen</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f269c524-d001-4f88-aec9-0e9d8a24723a">Theodor-Heuss-Gymnasium Wolfenbüttel</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=87990557-1ff5-4871-b54d-96e33ad586f3">Thüringisches Rhön-Gymnasium Kaltensundheim</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=729649c4-7336-4332-9755-595a5836a283">Uhlandschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=dadaa2b4-8d3b-4c42-a4e4-8275daa708e7">UNESCO Realschule Heiligenhaus</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=5e220d0f-7bee-408f-8b1d-66a8a28b6204">Uni Freiburg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=24991736-2f6c-49c1-a46b-d84b8095370b">Vincent-Lübeck-Gymnasium Stade</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=6241c74b-1dd5-4d37-a494-49766e7b858d">Volkerschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=bbd2d2d8-1576-45ef-beb4-f1a23f163936">Waldbachschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=e9452f66-6695-4fd8-b464-a3502d8f7ad5">Walter-Kolb-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=5857ef95-8e8f-4c2f-aafa-17fcfc93e207">Weser-Sekundarschule Vlotho</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=56edf1b5-917c-4b0f-be38-da28829c75e0">Wilhelm Diess Gymnasium Pocking</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=2cd97323-3ce9-47b9-a3e5-ecdcc22ebffc">Wilhelm-Wisser-Schule, Außenstelle Hutzfeld</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=629e3d37-6582-4f51-ba56-e17dbadc34b6">Zentrum für Schulbiologie und Umwelterziehung Hamburg</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=e2a0017c-a590-40eb-a2cc-7b2ef0451228">Zentrum für schulpraktische Lehrerausbildung</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c7a69981-0c51-4eed-b3d6-140afc1e74aa">Ziehenschule</a>
            </p>
        
            <p>
                <a class="bee-font-action" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=92aba6f4-be9d-4c26-97d3-06b94a234373">Zukunftswerkstatt Dresden gGmbH i.V.m. ARCHE Meißen</a>
            </p>
        
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=09ab9a4e-ed45-42c3-bb0d-9b6758881021">1. Gemeinschaftsschule Neukölln</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=ae76b866-c2c7-408d-91ea-22b96d56240f">AKG Schwabach</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=1334a78d-be69-4e05-b00f-ecbd5f01b069">Albert Schweitzer Hauptschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=2a51c0e8-3a02-47bd-929e-448f17bcc4ec">ANE MV</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f21f5129-b6f6-487f-9a61-349b8ea33d87">Bienen machen Schule - eine Initiative von Mellifera e. V.</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=84451a61-0079-4618-bfd2-32c01e1e75a1">Brentano-Volksschule Grundschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=e1b13a7c-2f78-4265-ad53-4d8477348f8f">Carl Friedrich von Weizsäcker Gymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=808585c3-e396-406a-a5d6-1bab06acfd37">Carl-Bosch-Gymnasium Ludwigshafen</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=dc3d8918-32fc-4ede-8012-a6ae559ba489">Charlotte- Salomon- Grundschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=364f5700-29c2-423e-8a60-8739a5e2bf40">Deutschherren Gymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=fbac62e7-015c-4dd8-b8bd-86c832579f5e">Dietrich-Bonhoeffer-Gymnasium, Eppelheim</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=9e79598e-1847-4452-aef6-f404da4d2c99">Edith-Stein-Gymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a8f94101-7ed3-44e4-86ff-bbfa9e2d2ebb">Egestorffschule Hannover</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=badd79ad-3fd5-42a7-aae6-8f0b7b03e23d">Ellerbekerschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=8c57c74b-b989-4cee-b745-d571bf1e42f6">Elsa- Brändström- Schule Westend</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=af0ff39e-f8c1-44b5-8bfa-b68787f3a072">Emil-Schmid-Mittelschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=9867010b-c0de-49c8-ace2-a6119b6d1929">Ense-Schule Bad Wildungen</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=d86b6724-27ad-4bd6-b568-018a1dfa3d7c">Evangelische Grundschule Katharina von Bora</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=6fd82eae-804a-4620-82b2-673238cd3686">Freie Evangelische Grundschule Radeberger Land</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=2d3aa47c-62be-441c-878b-a2480dc26687">Freie Schule Boxberg/O.L.</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=06ec1447-cf0d-4081-aa2f-6d1e63d7e8ad">Freie Waldorfschule Harzvorland</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=8099c8fe-0f8e-4871-8d71-2dd462e69c90">Freie Waldorfschule Konstanz</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=645659f6-0e54-402b-b492-5bed7e0108a4">Freie Waldorfschule Markgräflerland</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=d4a70bc6-fd57-4a0d-9a12-e7683b12c8ed">Freies Joachimsthaler Gymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=1bd6a9bf-f4be-4566-93c3-41da61b62eff">Friedrich-Spee-Gesamtschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=19c18906-62fa-44f9-8e3e-766b95d6dd95">Gebrüder-Grimm Grundschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=2f9c6433-e0a7-4235-a534-ef993db22632">Gelehrtenschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b73c8104-53f9-4b41-a25b-e9bd1937fef9">Gemeinschaftsschule Gersheim</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=653b3a99-7deb-4724-962b-1ab2dd8e498c">Gesamtschule Brühl</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=4540eab6-39e8-4020-8db2-71c66a5a1ea5">GGS Bollenberg</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=ae21cabb-d29a-44dc-99d5-f2e6e8200565">Ggs Friedrich List Schule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=9c051fd7-3376-4a9b-bd68-d657da9f5268">GGS Hünsborn</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=d27de3f9-2b03-4a9b-9dc9-644d9adc1e90">GGS Zoppenbrück</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=105d8026-5d7b-4596-b957-d6dfeffb41be">Grund- und Gemeinschaftsschule Einfeld</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=966ad53b-6166-4976-b3fd-c92273684561">Grundschule Aach-Newel</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=d83dbba7-02ee-4b7e-af1f-8925ec1f5a5d">Grundschule An der Angermühle</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c2c156f7-db63-4500-81cb-c42b2ba99070">Grundschule Borchshöhe</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b1f14c76-a75c-465e-af85-71438dbf1ad1">Grundschule Eschbronn</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=8370848b-b5f2-4bf0-bbf8-b5c676187657">Grundschule Fischingen</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=5254373d-b6c1-4407-be8f-22d2b92dd9cd">Grundschule im Kleefelde</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=17701820-fd5a-465f-b67d-0fc968d1788b">Grundschule Klosterbergen</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f32dcf3b-413a-4263-81e0-2929aa05e5d6">Grundschule Laboe</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=902ef248-369c-4877-9b74-e37cb6fb5778">Grundschule Neukirch</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=ac593b8d-aefc-4bd3-8768-5b12b8414434">Grundschule Talblick Stiebritz</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=3cfbf1c3-7a6d-411d-9e22-06d1ba271242">Grundschule Utarp/Ochtersum</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=68c8e316-0139-4631-baf9-4cee7b9ac075">GS Hetzerath</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=d05c0345-feef-4fb5-9f17-dd39de9727ab">Gymnasium Dreikönigschule Dresden</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b7c37cfa-993e-4022-a91f-09ddf5e86855">Gymnasium Ettenheim</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=8d50b4ee-64f4-4ac5-b95b-9f30e2f0e9d7">Gymnasium Fridericianum Erlangen</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=1763e414-4d66-4579-94fe-b6f8d0408c38">Gymnasium Kaiser-Friedrich-Ufer</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=1fcb574b-7dc4-4bae-bfe9-bb34357a7313">Hardtschule Durmersheim</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=9a0ebc5f-bcb4-4071-9a08-b4c6591458a3">Hegel-Gymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=834fe604-606f-4ad3-bdff-cc956c024ccd">Herbartschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c155b79e-b21e-4c69-87b5-6971e70ef90e">Hermann-Zierer_Grundschule Obertraubling</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=0a2bf048-9c5c-4e4a-af39-d807743decd6">Herschel Grundschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=03e2e38f-7ef3-4cab-8cd6-b73ab1246e5b">Hochlandschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f0f5f30f-fcd5-4380-87eb-c7b6ef83926b">Humbrecht Grundschule Hupperath</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=f0ff6d6e-6387-475d-9cfa-ce7b12833fb5">IGS Obere Aar</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a04cb453-e27d-493e-8dfb-f5cdd5be1e8c">Integrierte Gesamtschule Melle</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c2994941-ad98-47d1-afbb-49dd3fcd3eb2">Janusz Korczak Schule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=14a87d96-afdb-4dbd-8362-30cf659808a5">Johann-Beckmann-Gymnasium</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=bb25a534-867d-41bd-96c0-e538580b452c">Landesinstitut für Lehrerbildung und Schulentwicklung (LI) Referat Naturwissenschaften - Arbeitsbereich Biologie; z.Hd. Herrn Trucks</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c54b99eb-a4f8-491e-851b-81b2a4fafbf8">Lilli-Martius-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=65ed1dd1-3bec-41e4-8a21-37d0cef8688e">Lußhardt-Schule Neulußheim</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=63db9d29-9459-481c-b818-c942a1784857">Marga-Spiegel-Sekundarschule Werne</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=e9deaed2-4791-496f-8d0f-517036ee77b7">MARIANUM - ZENTRUM FÜR BILDUNG UND ERZIEHUNG gGmbH</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=8a7fce7f-eca7-4cf3-b075-f853466f1077">Matthias Claudius Schule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=49f507ef-a9ea-4327-9c74-b07bcf6662cf">Musikal.-Sportl. Gymn. Leipzig (Rahn, freier Träger)</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=40e62051-b4be-467d-82f2-ba3283590aa1">Naturerlebniszentrum Vulkaneifel</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=c8313d23-941d-4778-9e40-5366abe1dc29">NP-Seminarhaus Hallig Langeneß (Schutzstation-Wattenmeer e.V.)</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=2e58288b-9a48-489f-a1b4-8584b4d5f2ce">Oberschule Ronzelenstr</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=1fc4e2f3-d675-4d44-9fd4-5765ecbf3037">Ökumenisches Gymnasium zu Bremen</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=068082ce-2d75-4241-92a3-ecf04f59597a">Otto-Hahn-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=6f2120ed-f7d4-40d5-b266-7f6c85a3489e">Puschkinschule Erfurt</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=1b5f26a2-6faa-4ace-a418-0e9931f9c08a">Realschule plus Bobenheim-Roxheim</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=55aeb5a7-94f2-432e-ba59-d45b80adb198">RecknitzCampus Laage</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=a590fb6c-07be-4fcb-8977-a2b4248a7d03">Schule an der Lessingstraße</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=e1ee0bea-1c48-40dc-9f33-aecac3a4af85">Schule Redder</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=825ee57f-d680-4779-bc22-28f1e6514aa4">Schule Stockflethweg</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=2cdad1c6-ef04-4e92-a0c9-d5093b81832a">Schulen in Argental (GS Laubenberg und GS Röthenbach)</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=abc7032a-4d5f-4b0e-b3c0-c7bfc6473286">Sekundarschule Nordeifel</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=6e69e2bc-2b24-4471-913b-9a8d6b57ed1a">Sielmanns Natur-Ranger e. V.</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=b33effc3-25f3-468e-b640-ce402eef42aa">St Marien-Schule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=35faff9b-8f12-489b-9c91-bea5ba06e30a">Staatliche Gemeinschaftsschule &quot;Joseph Meyer&quot;</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=58010f0b-3242-4adf-8933-3ee2211886ef">Städt. Kinderhaus</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=18ff72d1-b1f9-43d9-8ca2-64ce2c65afc4">Teutoburger Grundschule</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=d8f70828-5c4c-48bf-b5f8-3c7424639f42">Theodor-Heuss-Realschule Gärtringen</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=ecc9dc8d-b751-4bd3-ab9b-06375e8b968c">Unesco-Projekt-Schule Flensburg- Weiche</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=88c59443-1a56-42ec-8621-ae0f432dfa0c">Unsere kleine Welt - Werkstatt, Spiel und Bildung</a>
            </p>
        
            <p>
                <a class="bee-font-inactive" href="https://www.bienenwanderung.de/school-project/school?school%5B__identity%5D=37dd978f-844d-400e-9d13-d25674892a06">Viktoria-Luise-Schule</a>
            </p>
        
    </bee-paper-material-article>



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