Created
October 1, 2018 21:52
-
-
Save papandreou/35bc6c4b65f3862b8b87fe23b6711d93 to your computer and use it in GitHub Desktop.
Debugging gatsby site with subfont
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (window.webpackJsonp = window.webpackJsonp || []).push([ [ 3 ], { | |
| 139: function(e, n, t) { | |
| "use strict"; | |
| t.r(n); | |
| t(146), t(50), t(158); | |
| var i = t(0), r = t.n(i), o = t(4), a = t.n(o), l = t(151), s = t(142), u = function(e) { | |
| return r.a.createElement(s.b, { | |
| gridRow: "2", | |
| as: "article" | |
| }, e.children); | |
| }; | |
| u.propTypes = { | |
| children: a.a.node.isRequired | |
| }; | |
| var c = u, m = t(140), f = m.default.aside.withConfig({ | |
| displayName: "quote__Box", | |
| componentId: "sc-18cj4aa-0" | |
| })([ "color:", ";background-color:", ";padding:", ";box-shadow:6px 6px 5px 0px rgba(0,0,0,0.5);margin-left:auto;margin-right:auto;margin-bottom:", ";margin-top:", ";display:inline-block;width:50%;min-width:260px;grid-column:main-column-start / side-column-end;justify-self:center;@media (max-width:", "){padding:", ";}p{font-size:", ";line-height:1.2;font-weight:bold;margin:0;@media (min-width:", "){font-size:", ";line-height:1.2;}}@supports (display:grid){display:grid;grid-template-columns:min-content 1fr;&::before{grid-column:1;content:'“';font-size:", ";font-weight:bold;margin-right:", ";}}" ], function(e) { | |
| return e.theme.colors.yellow; | |
| }, function(e) { | |
| return e.theme.colors.companyBlue; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.doubleBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }, function(e) { | |
| return e.theme.sizes.halfBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.fontSizes.smallScreens.XL; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.XL; | |
| }, function(e) { | |
| return e.theme.sizes.doubleBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.halfBaseLineHeight; | |
| }), d = function(e) { | |
| return r.a.createElement(r.a.Fragment, null, r.a.createElement(f, null, r.a.createElement("p", null, e.text))); | |
| }; | |
| d.propTypes = { | |
| text: a.a.string.isRequired | |
| }; | |
| var h = d, g = m.default.div.withConfig({ | |
| displayName: "tileGrid__TileGrid", | |
| componentId: "ba09nv-0" | |
| })([ "display:flex;flex-wrap:wrap;justify-content:flex-start;> *{margin-bottom:", ";margin-right:", ";}@supports (display:grid){display:grid;grid-template-columns:repeat(auto-fit,minmax(141px,1fr));grid-gap:", ";> *{width:auto;margin:0;}}" ], function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }), p = m.default.div.withConfig({ | |
| displayName: "tileList__TileList", | |
| componentId: "sc-1e0h3d4-0" | |
| })([ "> *{margin-bottom:", ";}" ], function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }), b = m.default.div.withConfig({ | |
| displayName: "employeeTile__Tile", | |
| componentId: "asd6l2-0" | |
| })([ "min-width:141px;height:182px;background:top right url(", ");display:flex;flex-direction:column-reverse;border-radius:3px;box-shadow:3px 3px 5px 0px rgba(0,0,0,0.5);" ], function(e) { | |
| return e.photo; | |
| }), w = m.default.div.withConfig({ | |
| displayName: "employeeTile__CaptionArea", | |
| componentId: "asd6l2-1" | |
| })([ "background-color:", ";border:1px solid white;font-family:font-bold,Arial,sans-serif;font-size:14px;line-height:", ";padding:5px 10px;" ], function(e) { | |
| return e.theme.colors.overlay; | |
| }, 17.3 / 14), y = function(e) { | |
| var n = e.name, t = e.department, i = e.photo; | |
| return r.a.createElement(b, { | |
| photo: i | |
| }, r.a.createElement(w, null, n, r.a.createElement("br", null), t)); | |
| }; | |
| y.propTypes = { | |
| name: a.a.string.isRequired, | |
| department: a.a.string.isRequired, | |
| photo: a.a.string.isRequired | |
| }; | |
| var z = y, x = t(144), S = m.default.div.withConfig({ | |
| displayName: "productGroup__ProductGroupTile", | |
| componentId: "sc-2xe5vq-0" | |
| })([ "background-color:", ";box-shadow:6px 6px 5px 0px rgba(0,0,0,0.5);max-width:100%;@media (min-width:900px){display:grid;grid-template-columns:1fr 1.618fr;grid-template-rows:min-content 1fr;@supports (display:grid){max-width:none;h3{margin-top:0;}}}" ], function(e) { | |
| return e.theme.colors.lightYellow; | |
| }), L = m.default.div.withConfig({ | |
| displayName: "productGroup__ProductGroupImage", | |
| componentId: "sc-2xe5vq-1" | |
| })([ "max-width:100%;height:260px;background-image:url(", ");background-size:cover;background-position:center center;grid-row:span 2;" ], function(e) { | |
| return e.photo; | |
| }), k = Object(m.default)(x.a).withConfig({ | |
| displayName: "productGroup__ProductGroupText", | |
| componentId: "sc-2xe5vq-2" | |
| })([ "@media (min-width:550px){padding:", ";@supports (display:grid){display:grid;grid-column-gap:", ";grid-template-columns:1.618fr 1fr;> p,> ol,> ul{margin:0;}}}" ], function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }), E = m.default.h3.withConfig({ | |
| displayName: "productGroup__ProductGroupHeading", | |
| componentId: "sc-2xe5vq-3" | |
| })([ "color:", ";font-size:", ";line-height:", ";grid-column:span 2;@media (min-width:", "){font-size:", ";line-height:", ";}" ], function(e) { | |
| return e.theme.colors.companyBlue; | |
| }, function(e) { | |
| return e.theme.fontSizes.smallScreens.L; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.L; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.largeScreens; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.L; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.L; | |
| }), H = m.default.p.withConfig({ | |
| displayName: "productGroup__ProductGroupDescription", | |
| componentId: "sc-2xe5vq-4" | |
| })([ "font-size:", ";line-height:", ";@media (min-width:", "){font-size:", ";line-height:", ";}" ], function(e) { | |
| return e.theme.fontSizes.smallScreens.M; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.M; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.largeScreens; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.M; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.M; | |
| }), _ = m.default.ul.withConfig({ | |
| displayName: "productGroup__ProductGroupExamples", | |
| componentId: "sc-2xe5vq-5" | |
| })([ "list-style:none;> li{font-size:", ";line-height:", ";@media (min-width:", "){font-size:", ";line-height:", ";}}" ], function(e) { | |
| return e.theme.fontSizes.smallScreens.S; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.S; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.largeScreens; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.S; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.S; | |
| }), v = function(e) { | |
| return r.a.createElement(S, null, r.a.createElement(L, { | |
| photo: e.photo | |
| }), r.a.createElement(k, null, r.a.createElement(E, null, e.name), r.a.createElement(H, null, e.description), r.a.createElement(_, null, e.examples.map(function(e) { | |
| return r.a.createElement("li", { | |
| key: e | |
| }, e); | |
| })))); | |
| }; | |
| v.propTypes = { | |
| name: a.a.string.isRequired, | |
| description: a.a.string.isRequired, | |
| examples: a.a.arrayOf(a.a.string).isRequired, | |
| photo: a.a.string.isRequired | |
| }; | |
| var C = v, B = t(143), N = m.default.button.withConfig({ | |
| displayName: "callToActionButton__CallToActionButton", | |
| componentId: "e7q9yn-0" | |
| })([ "color:", ";text-shadow:0 0 15px white;background:linear-gradient(rgba(255,255,255,0.3),rgba(0,0,0,0.1)),", ";padding:10px ", ";border:1px solid ", ";border-radius:3px;box-shadow:3px 3px 5px 0px rgba(0,0,0,0.5);font-family:font-bold,Arial,sans-serif;font-size:", ";line-height:", ";font-weight:bold;justify-self:start;@media (min-width:", "){font-size:", ";line-height:", ";padding:10px ", ";}" ], function(e) { | |
| return e.theme.colors.companyBlue; | |
| }, function(e) { | |
| return e.theme.colors.yellow; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.colors.yellow; | |
| }, function(e) { | |
| return e.theme.fontSizes.smallScreens.L; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.L; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.largeScreens; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.L; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.L; | |
| }, function(e) { | |
| return e.theme.sizes.doubleBaseLineHeight; | |
| }), R = Object(m.default)(s.b).withConfig({ | |
| displayName: "heroBlock__HeroArea", | |
| componentId: "sc-18aa2hc-0" | |
| })([ "background-image:url(", ");background-position:center center;background-size:cover;padding:", " ", ";margin-bottom:", ";grid-column:1 / -1;> *{grid-column:", ";}@media (min-width:", "){@supports (display:grid){padding-left:0;padding-right:0;}}" ], function(e) { | |
| return e.image; | |
| }, function(e) { | |
| return e.theme.sizes.tripleBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.outerPadding; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, s.a.mainColumn, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }), F = Object(m.default)(x.a).withConfig({ | |
| displayName: "heroBlock__Overlay", | |
| componentId: "sc-18aa2hc-1" | |
| })([ "background-color:", ";border:1px solid white;border-radius:3px;box-shadow:3px 3px 5px 0px rgba(0,0,0,0.5);margin-bottom:", ";display:inline-block;justify-self:start;" ], function(e) { | |
| return e.theme.colors.overlay; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }), I = m.default.h1.withConfig({ | |
| displayName: "heroBlock__MainHeadline", | |
| componentId: "sc-18aa2hc-2" | |
| })([ "color:", ";text-shadow:0 0 15px white;" ], function(e) { | |
| return e.theme.colors.companyBlue; | |
| }), T = m.default.p.withConfig({ | |
| displayName: "heroBlock__SubHeadline", | |
| componentId: "sc-18aa2hc-3" | |
| })([ "font-family:font-bold,Arial,sans-serif;color:", ";text-shadow:0 0 15px white;margin-bottom:0;" ], function(e) { | |
| return e.theme.colors.companyBlue; | |
| }), q = function(e) { | |
| return r.a.createElement(R, { | |
| image: e.image, | |
| as: "section" | |
| }, r.a.createElement(F, null, r.a.createElement(I, null, e.mainHeadline), r.a.createElement(T, null, e.subHeadline)), r.a.createElement("br", null), r.a.createElement(B.Link, { | |
| to: "/imprint/" | |
| }, r.a.createElement(N, { | |
| type: "button" | |
| }, e.callToAction))); | |
| }; | |
| q.propTypes = { | |
| mainHeadline: a.a.string.isRequired, | |
| subHeadline: a.a.string.isRequired, | |
| callToAction: a.a.string.isRequired, | |
| image: a.a.string.isRequired | |
| }; | |
| var P = q, M = m.default.section.withConfig({ | |
| displayName: "mainSection__MainSection", | |
| componentId: "sc-3xmuv0-0" | |
| })([ "padding:", ";background-color:", ";grid-column:", ";@media (min-width:", "){@supports (display:grid){padding:", " 0;padding-right:", ";}}h2{color:", ";}" ], function(e) { | |
| return e.theme.sizes.outerPadding; | |
| }, function(e) { | |
| return e.darkBackground ? e.theme.colors.purple : e.theme.colors.lightYellow; | |
| }, function(e) { | |
| return e.fullWidth ? s.a.fullWidth : s.a.mainColumn; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }, function(e) { | |
| return e.fullWidth ? e.theme.sizes.innerPadding : "0"; | |
| }, function(e) { | |
| return e.theme.sizes.innerPadding; | |
| }, function(e) { | |
| return e.darkBackground ? e.theme.colors.lightYellow : e.theme.colors.companyBlue; | |
| }), X = m.default.aside.withConfig({ | |
| displayName: "asideSection__AsideSection", | |
| componentId: "rccnx5-0" | |
| })([ "padding:", ";background-color:", ";grid-column:", ";grid-row:", ";@media (min-width:", "){@supports (display:grid){padding:0;}}h3{color:", ";}h4,h5,h6,p{font-size:", ";line-height:", ";@media (min-width:", "){font-size:", ";line-height:", ";}}h4,h5,h6{margin:0;}" ], function(e) { | |
| return e.theme.sizes.outerPadding; | |
| }, function(e) { | |
| return e.theme.colors.lightBlue; | |
| }, s.a.sideColumn, function(e) { | |
| return e.gridRow ? e.gridRow : "unset"; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }, function(e) { | |
| return e.theme.colors.purple; | |
| }, function(e) { | |
| return e.theme.fontSizes.smallScreens.S; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.S; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.largeScreens; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.S; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.S; | |
| }); | |
| t.d(n, "pageQuery", function() { | |
| return O; | |
| }); | |
| var A = function e(n) { | |
| var t, i = n.module; | |
| switch (i.__typename) { | |
| case "ContentfulHeroBlock": | |
| t = r.a.createElement(P, { | |
| mainHeadline: i.hauptueberschrift, | |
| subHeadline: i.unterueberschrift, | |
| callToAction: i.callToAction.text, | |
| image: i.bild.fixed.src | |
| }); | |
| break; | |
| case "ContentfulZitat": | |
| t = r.a.createElement(h, { | |
| text: i.zitat | |
| }); | |
| break; | |
| case "ContentfulAbschnitt": | |
| t = i.volleBreite ? r.a.createElement(M, { | |
| darkBackground: "true", | |
| fullWidth: "true" | |
| }, r.a.createElement(s.b, null, r.a.createElement(e, { | |
| module: i.inhalte[0] | |
| }))) : r.a.createElement(r.a.Fragment, null, r.a.createElement(M, null, r.a.createElement(e, { | |
| module: i.inhalte[0] | |
| })), i.seitenabschnitt && r.a.createElement(X, null, r.a.createElement(e, { | |
| module: i.seitenabschnitt | |
| }))); | |
| break; | |
| case "ContentfulTextinhalt": | |
| t = r.a.createElement(x.a, { | |
| dangerouslySetInnerHTML: { | |
| __html: i.childContentfulTextinhaltTextTextNode.childMarkdownRemark.html | |
| } | |
| }); | |
| break; | |
| case "ContentfulKartenLayout": | |
| t = r.a.createElement(x.a, null, r.a.createElement("h2", null, i.titel), "Gitter" === i.layout ? r.a.createElement(g, null, i.elemente.map(function(n) { | |
| return r.a.createElement(e, { | |
| module: n, | |
| key: n.name | |
| }); | |
| })) : r.a.createElement(p, null, i.elemente.map(function(n) { | |
| return r.a.createElement(e, { | |
| module: n, | |
| key: n.name | |
| }); | |
| }))); | |
| break; | |
| case "ContentfulMitarbeiter": | |
| t = r.a.createElement(z, { | |
| name: i.name, | |
| department: i.dienstbereich, | |
| photo: i.foto.fixed.src, | |
| key: i.name | |
| }); | |
| break; | |
| case "ContentfulProduktgruppe": | |
| t = r.a.createElement(C, { | |
| name: i.name, | |
| description: i.beschreibung.beschreibung, | |
| examples: i.beispiele, | |
| photo: i.foto.fixed.src, | |
| key: i.name | |
| }); | |
| break; | |
| default: | |
| t = null; | |
| } | |
| return t; | |
| }, G = function(e) { | |
| var n = e.data.contentfulSeite; | |
| return r.a.createElement(l.a, null, r.a.createElement(c, null, n.module.map(function(e) { | |
| return r.a.createElement(A, { | |
| module: e, | |
| key: e.id | |
| }); | |
| }))); | |
| }; | |
| G.propTypes = { | |
| data: a.a.object.isRequired | |
| }; | |
| n.default = G; | |
| var O = "1393645664"; | |
| }, | |
| 142: function(e, n, t) { | |
| "use strict"; | |
| t.d(n, "a", function() { | |
| return r; | |
| }); | |
| var i = t(140), r = { | |
| leftEdge: "1", | |
| rightEdge: "5", | |
| mainColumn: "main-column-start / main-column-end", | |
| mainColumnStart: "main-column-start", | |
| mainColumnEnd: "main-column-end", | |
| sideColumn: "side-column-start / side-column-end", | |
| sideColumnStart: "side-column-start", | |
| sideColumnEnd: "side-column-end", | |
| fullWidth: "1 / 5" | |
| }, o = i.default.div.withConfig({ | |
| displayName: "mainGrid__MainGrid", | |
| componentId: "sc-1l4zcax-0" | |
| })([ "grid-column:", ";grid-row:", ";@media (min-width:", "){display:grid;grid-template-columns:1.618fr [main-column-start] 4.854fr [main-column-end side-column-start] 3fr [side-column-end] 1fr;justify-items:stretch;}> *{grid-column:main-column-start / side-column-end;}" ], r.fullWidth, function(e) { | |
| return e.gridRow || "auto"; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }); | |
| n.b = o; | |
| }, | |
| 143: function(e, n, t) { | |
| "use strict"; | |
| t.r(n), t.d(n, "graphql", function() { | |
| return g; | |
| }), t.d(n, "StaticQueryContext", function() { | |
| return d; | |
| }), t.d(n, "StaticQuery", function() { | |
| return h; | |
| }); | |
| var i = t(0), r = t.n(i), o = t(4), a = t.n(o), l = t(141), s = t.n(l); | |
| t.d(n, "Link", function() { | |
| return s.a; | |
| }), t.d(n, "withPrefix", function() { | |
| return l.withPrefix; | |
| }), t.d(n, "navigate", function() { | |
| return l.navigate; | |
| }), t.d(n, "push", function() { | |
| return l.push; | |
| }), t.d(n, "replace", function() { | |
| return l.replace; | |
| }), t.d(n, "navigateTo", function() { | |
| return l.navigateTo; | |
| }); | |
| var u = t(28); | |
| t.d(n, "waitForRouteChange", function() { | |
| return u.c; | |
| }); | |
| var c = t(145), m = t.n(c); | |
| t.d(n, "PageRenderer", function() { | |
| return m.a; | |
| }); | |
| var f = t(38); | |
| t.d(n, "parsePath", function() { | |
| return f.a; | |
| }); | |
| var d = r.a.createContext({}), h = function(e) { | |
| return r.a.createElement(d.Consumer, null, function(n) { | |
| return e.data || n[e.query] && n[e.query].data ? (e.render || e.children)(e.data ? e.data.data : n[e.query].data) : r.a.createElement("div", null, "Loading (StaticQuery)"); | |
| }); | |
| }; | |
| function g() { | |
| throw new Error("It appears like Gatsby is misconfigured. Gatsby related `graphql` calls are supposed to only be evaluated at compile time, and then compiled away,. Unfortunately, something went wrong and the query was left in the compiled code.\n\n.Unless your site has a complex or custom babel/Gatsby configuration this is likely a bug in Gatsby."); | |
| } | |
| h.propTypes = { | |
| data: a.a.object, | |
| query: a.a.string.isRequired, | |
| render: a.a.func, | |
| children: a.a.func | |
| }; | |
| }, | |
| 144: function(e, n, t) { | |
| "use strict"; | |
| var i = t(140).default.div.withConfig({ | |
| displayName: "contentBox__ContentBox", | |
| componentId: "sc-17dmqae-0" | |
| })([ "padding:", " ", ";" ], function(e) { | |
| return e.extraVerticalPadding ? e.theme.sizes.outerPadding : e.theme.sizes.innerPadding; | |
| }, function(e) { | |
| return e.theme.sizes.innerPadding; | |
| }); | |
| n.a = i; | |
| }, | |
| 145: function(e, n, t) { | |
| var i; | |
| e.exports = (i = t(148)) && i.default || i; | |
| }, | |
| 146: function(e, n, t) { | |
| var i = t(26).f, r = Function.prototype, o = /^\s*function ([^ (]*)/; | |
| "name" in r || t(16) && i(r, "name", { | |
| configurable: !0, | |
| get: function() { | |
| try { | |
| return ("" + this).match(o)[1]; | |
| } catch (e) { | |
| return ""; | |
| } | |
| } | |
| }); | |
| }, | |
| 147: function(e) { | |
| e.exports = { | |
| data: { | |
| site: { | |
| siteMetadata: { | |
| title: "Rhode Medizintechnik" | |
| } | |
| }, | |
| contentfulFontContainer: { | |
| name: "NeuzeitOffice", | |
| lizenztext: { | |
| lizenztext: "/**\n * @license\n * MyFonts Webfont Build ID 3645311, 2018-09-23T12:13:24-0400\n * \n * The fonts listed in this notice are subject to the End User License\n * Agreement(s) entered into by the website owner. All other parties are \n * explicitly restricted from using the Licensed Webfonts(s).\n * \n * You may obtain a valid license at the URLs below.\n * \n * Webfont: NeuzeitOffice-Bold by Linotype\n * URL: https://www.myfonts.com/fonts/linotype/neuzeit-office/bold/\n * \n * Webfont: NeuzeitOffice-Regular by Linotype\n * URL: https://www.myfonts.com/fonts/linotype/neuzeit-office/regular/\n * \n * \n * License: https://www.myfonts.com/viewlicense?type=web&buildid=3645311\n * Licensed pageviews: 250,000\n * Webfonts copyright: Copyright © 2006 - 2008 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Neuzeit is a trademark of Linotype Gmb\n * \n * © 2018 MyFonts Inc\n*/\n" | |
| }, | |
| lizenzUrl: "//hello.myfonts.net/count/379f7f", | |
| light: { | |
| name: "NeuzeitOffice-Regular", | |
| woff: { | |
| file: { | |
| url: "//assets.ctfassets.net/0eod0832li65/5eiLUsxE4wyoEgQo0gyYYQ/1d11f49a50a5680f4e37f2b5a4a49c2d/379F7F_1_0.woff" | |
| } | |
| }, | |
| woff2: { | |
| file: { | |
| url: "//assets.ctfassets.net/0eod0832li65/1VwNiEZ42UQYouskAoA2Qe/029fbdae6e1fdf45dab9b6adb0f60314/379F7F_1_0.woff2" | |
| } | |
| } | |
| }, | |
| medium: { | |
| name: "NeuzeitOffice-Regular", | |
| woff: { | |
| file: { | |
| url: "//assets.ctfassets.net/0eod0832li65/5eiLUsxE4wyoEgQo0gyYYQ/1d11f49a50a5680f4e37f2b5a4a49c2d/379F7F_1_0.woff" | |
| } | |
| }, | |
| woff2: { | |
| file: { | |
| url: "//assets.ctfassets.net/0eod0832li65/1VwNiEZ42UQYouskAoA2Qe/029fbdae6e1fdf45dab9b6adb0f60314/379F7F_1_0.woff2" | |
| } | |
| } | |
| }, | |
| bold: { | |
| name: "NeuzeitOffice-Bold", | |
| woff: { | |
| file: { | |
| url: "//assets.ctfassets.net/0eod0832li65/HxtKmQFhGmUsEQaKUQImc/477e69049530ad2614676c5807c9ddf4/379F7F_0_0.woff" | |
| } | |
| }, | |
| woff2: { | |
| file: { | |
| url: "//assets.ctfassets.net/0eod0832li65/5M22OlXTtmGAMkqkwkKEUA/19852e672a39647cfb8a03e4a35fea91/379F7F_0_0.woff2" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| }; | |
| }, | |
| 148: function(e, n, t) { | |
| "use strict"; | |
| t.r(n); | |
| t(36); | |
| var i = t(0), r = t.n(i), o = t(4), a = t.n(o), l = t(54), s = t(1), u = function(e) { | |
| var n = e.location, t = s.default.getResourcesForPathnameSync(n.pathname); | |
| return r.a.createElement(l.a, Object.assign({ | |
| location: n, | |
| pageResources: t | |
| }, t.json)); | |
| }; | |
| u.propTypes = { | |
| location: a.a.shape({ | |
| pathname: a.a.string.isRequired | |
| }).isRequired | |
| }, n.default = u; | |
| }, | |
| 149: function(e, n, t) { | |
| e.exports = t.p + "static/logo-ef16cf38c1356fce6cf28cf884930079.png"; | |
| }, | |
| 150: function(e, n, t) { | |
| e.exports = t.p + "static/logo@2x-7cca6def52d6caefd88e1343073980f8.png"; | |
| }, | |
| 151: function(e, n, t) { | |
| "use strict"; | |
| var i = t(147), r = t(0), o = t.n(r), a = t(4), l = t.n(a), s = t(153), u = t.n(s), c = t(143), m = t(140), f = { | |
| colors: { | |
| base: "#555555", | |
| lightYellow: "#FFFDF3", | |
| lightBlue: "#F7F7FF", | |
| companyBlue: "#4038A0", | |
| purple: "#BE679A", | |
| darkPurple: "#7F4567", | |
| yellow: "#FFDA00", | |
| overlay: "rgba(255, 255, 255, 0.8)" | |
| }, | |
| fontSizes: { | |
| smallScreens: { | |
| XXL: "32px", | |
| XL: "24px", | |
| L: "18px", | |
| M: "18px", | |
| S: "14px" | |
| }, | |
| largeScreens: { | |
| XXL: "43px", | |
| XL: "32px", | |
| L: "24px", | |
| M: "18px", | |
| S: "14px" | |
| } | |
| }, | |
| lineHeights: { | |
| smallScreens: { | |
| XXL: 39 / 32, | |
| XL: 26 / 24, | |
| L: 26 / 18, | |
| M: 26 / 18, | |
| S: 17.3 / 14 | |
| }, | |
| largeScreens: { | |
| XXL: 39 / 43, | |
| XL: 39 / 32, | |
| L: 26 / 24, | |
| M: 26 / 18, | |
| S: 17.3 / 14 | |
| } | |
| }, | |
| sizes: { | |
| breakpoints: { | |
| large: "800px" | |
| }, | |
| innerPadding: "13px", | |
| outerPadding: "26px", | |
| halfBaseLineHeight: "13px", | |
| baseLineHeight: "26px", | |
| doubleBaseLineHeight: "52px", | |
| tripleBaseLineHeight: "78px" | |
| } | |
| }, d = (t(155), t(156)), h = t.n(d), g = t(157), p = t.n(g); | |
| function b() { | |
| var e = h()([ "\n ", "\n\n ", "\n @import url(", ");\n \n @font-face {font-family: 'font-bold';src: url(", ") format('woff2'),url(", ") format('woff');}\n \n @font-face {font-family: 'font-medium';src: url(", ") format('woff2'),url(", ") format('woff');}\n \n @font-face {font-family: 'font-light';src: url(", ") format('woff2'),url(", ") format('woff');}\n\n body {\n background-color: ", ";\n font-family: font-medium, Arial, sans-serif;\n font-weight: normal;\n font-style: normal;\n }\n\n h1, h2, h3 {\n color: ", ";\n }\n\n h1, h2, h3, h4, h5, h6 {\n font-family: font-bold, Arial, sans-serif;\n }\n\n h1 {\n font-size: ", ";\n line-height: ", ";\n margin-bottom: ", ";\n\n @media (min-width: ", ") {\n font-size: ", ";\n line-height: ", ";\n margin-bottom: ", ";\n }\n }\n\n h2 {\n font-size: ", ";\n line-height: ", ";\n margin-top: ", ";\n margin-bottom: ", ";\n\n @media (min-width: ", ") {\n font-size: ", ";\n line-height: ", ";\n margin-top: ", ";\n margin-bottom: ", ";\n }\n }\n\n h3 {\n font-size: ", ";\n line-height: ", ";\n margin-bottom: ", ";\n margin-top: ", ";\n\n @media (min-width: ", ") {\n font-size: ", ";\n line-height: ", ";\n margin-bottom: ", ";\n margin-top: ", ";\n }\n }\n\n h4, h5, h6 {\n font-size: ", ";\n line-height: ", ";\n margin: ", " 0;\n\n @media (min-width: ", ") {\n font-size: ", ";\n line-height: ", ";\n margin: ", " 0;\n }\n }\n\n p {\n font-size: ", ";\n line-height: ", ";\n margin-bottom: ", ";\n max-width: 30em;\n\n @media (min-width: ", ") {\n font-size: ", ";\n line-height: ", ";\n margin-bottom: ", ";\n }\n }\n\n li {\n font-size: ", ";\n line-height: ", ";\n max-width: 30em;\n\n @media (min-width: ", ") {\n font-size: ", ";\n line-height: ", ";\n }\n }\n\n ol, ul {\n list-style: inside;\n margin: ", " 0;\n }\n" ]); | |
| return b = function() { | |
| return e; | |
| }, e; | |
| } | |
| var w = Object(m.createGlobalStyle)(b(), p.a, function(e) { | |
| return e.fonts.lizenztext.lizenztext; | |
| }, function(e) { | |
| return e.fonts.lizenzUrl; | |
| }, function(e) { | |
| return e.fonts.bold.woff2.file.url; | |
| }, function(e) { | |
| return e.fonts.bold.woff.file.url; | |
| }, function(e) { | |
| return e.fonts.medium.woff2.file.url; | |
| }, function(e) { | |
| return e.fonts.medium.woff.file.url; | |
| }, function(e) { | |
| return e.fonts.light.woff2.file.url; | |
| }, function(e) { | |
| return e.fonts.light.woff.file.url; | |
| }, function(e) { | |
| return e.theme.colors.base; | |
| }, function(e) { | |
| return e.theme.colors.companyBlue; | |
| }, function(e) { | |
| return e.theme.fontSizes.smallScreens.XXL; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.XXL; | |
| }, function(e) { | |
| return e.theme.sizes.halfBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.XXL; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.XXL; | |
| }, function(e) { | |
| return e.theme.sizes.halfBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.fontSizes.smallScreens.XL; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.XL; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.halfBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.XL; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.XL; | |
| }, function(e) { | |
| return e.theme.sizes.halfBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.fontSizes.smallScreens.L; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.L; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.halfBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.L; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.L; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.halfBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.fontSizes.smallScreens.L; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.L; | |
| }, function(e) { | |
| return e.theme.sizes.halfBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.L; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.L; | |
| }, function(e) { | |
| return e.theme.sizes.halfBaseLineHeight; | |
| }, function(e) { | |
| return e.theme.fontSizes.smallScreens.M; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.M; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.M; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.M; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }, function(e) { | |
| return e.theme.fontSizes.smallScreens.M; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.M; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.M; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.M; | |
| }, function(e) { | |
| return e.theme.sizes.halfBaseLineHeight; | |
| }), y = t(142), z = t(144), x = t(149), S = t.n(x), L = t(150), k = t.n(L), E = Object(m.default)(y.b).withConfig({ | |
| displayName: "header__HeaderArea", | |
| componentId: "sc-1b1cdln-0" | |
| })([ "color:", ";padding:", ";@media (min-width:", "){@supports (display:grid){padding:0;}}" ], function(e) { | |
| return e.theme.colors.companyBlue; | |
| }, function(e) { | |
| return e.theme.sizes.outerPadding; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }), H = m.default.div.withConfig({ | |
| displayName: "header__ConstructionBanner", | |
| componentId: "sc-1b1cdln-1" | |
| })([ "color:white;background-color:#c31616;grid-column:", ";text-align:center;" ], y.a.fullWidth), _ = m.default.img.withConfig({ | |
| displayName: "header__Logo", | |
| componentId: "sc-1b1cdln-2" | |
| })([ "max-width:100%;" ]), v = m.default.div.withConfig({ | |
| displayName: "header__CompanyType", | |
| componentId: "sc-1b1cdln-3" | |
| })([ "text-transform:uppercase;font-size:", ";line-height:", ";@media (min-width:", "){font-size:", ";line-height:", ";}" ], function(e) { | |
| return e.theme.fontSizes.smallScreens.XL; | |
| }, function(e) { | |
| return e.theme.lineHeights.smallScreens.XL; | |
| }, function(e) { | |
| return e.theme.sizes.breakpoints.largeScreens; | |
| }, function(e) { | |
| return e.theme.fontSizes.largeScreens.XL; | |
| }, function(e) { | |
| return e.theme.lineHeights.largeScreens.XL; | |
| }), C = function() { | |
| return o.a.createElement(E, { | |
| gridRow: "1", | |
| as: "header" | |
| }, o.a.createElement(H, null, o.a.createElement(z.a, null, "UNDER CONSTRUCTION")), o.a.createElement(z.a, { | |
| extraVerticalPadding: "true" | |
| }, o.a.createElement(c.Link, { | |
| to: "/" | |
| }, o.a.createElement(_, { | |
| src: S.a, | |
| srcSet: S.a + ", " + k.a + " 2x", | |
| alt: "Heinrich Rhode GmbH" | |
| })), o.a.createElement(v, null, "Medizintechnik"))); | |
| }, B = Object(m.default)(y.b).withConfig({ | |
| displayName: "footer__FooterArea", | |
| componentId: "sc-1gbvt44-0" | |
| })([ "background-color:", ";color:", ";" ], function(e) { | |
| return e.theme.colors.darkPurple; | |
| }, function(e) { | |
| return e.theme.colors.lightYellow; | |
| }), N = Object(m.default)(c.Link).withConfig({ | |
| displayName: "footer__FooterLink", | |
| componentId: "sc-1gbvt44-1" | |
| })([ "color:", ";margin-right:", ";" ], function(e) { | |
| return e.theme.colors.lightYellow; | |
| }, function(e) { | |
| return e.theme.sizes.baseLineHeight; | |
| }), R = m.default.a.withConfig({ | |
| displayName: "footer__ExternalFooterLink", | |
| componentId: "sc-1gbvt44-2" | |
| })([ "float:right;width:100px;" ]), F = function() { | |
| return o.a.createElement(B, { | |
| gridRow: "3", | |
| as: "footer" | |
| }, o.a.createElement(z.a, { | |
| extraVerticalPadding: "true" | |
| }, o.a.createElement(N, { | |
| to: "/imprint/" | |
| }, "Impressum"), o.a.createElement(N, { | |
| to: "/dataPolicy/" | |
| }, "Datenschutzhinweis"), o.a.createElement(R, { | |
| href: "https://www.contentful.com/", | |
| rel: "nofollow noopener noreferrer", | |
| target: "_blank" | |
| }, o.a.createElement("img", { | |
| src: "https://images.ctfassets.net/fo9twyrwpveg/7Htleo27dKYua8gio8UEUy/0797152a2d2f8e41db49ecbf1ccffdaa/PoweredByContentful_DarkBackground_MonochromeLogo.svg", | |
| alt: "Powered by Contentful" | |
| })))); | |
| }, I = m.default.div.withConfig({ | |
| displayName: "layout__GlobalWrapper", | |
| componentId: "a66yn8-0" | |
| })([ "max-width:960px;margin:0 auto;background-color:", ";@media (min-width:", "){@supports (display:grid){max-width:none;margin:0;}}" ], f.colors.lightYellow, function(e) { | |
| return e.theme.sizes.breakpoints.large; | |
| }), T = m.default.div.withConfig({ | |
| displayName: "layout__SideBackground", | |
| componentId: "a66yn8-1" | |
| })([ "background-color:", ";grid-column:", " / ", ";grid-row:1 / 4;" ], function(e) { | |
| return e.theme.colors.lightBlue; | |
| }, y.a.sideColumnStart, y.a.rightEdge), q = function(e) { | |
| var n = e.children; | |
| return o.a.createElement(c.StaticQuery, { | |
| query: "1286583356", | |
| render: function(e) { | |
| return o.a.createElement(o.a.Fragment, null, o.a.createElement(u.a, { | |
| title: e.site.siteMetadata.title, | |
| meta: [ { | |
| name: "description", | |
| content: "Sample" | |
| }, { | |
| name: "keywords", | |
| content: "sample, something" | |
| } ] | |
| }, o.a.createElement("html", { | |
| lang: "de" | |
| })), o.a.createElement(m.ThemeProvider, { | |
| theme: f | |
| }, o.a.createElement(o.a.Fragment, null, o.a.createElement(w, { | |
| theme: f, | |
| fonts: e.contentfulFontContainer | |
| }), o.a.createElement(I, null, o.a.createElement(y.b, null, o.a.createElement(T, null), o.a.createElement(C, null), n, o.a.createElement(F, null)))))); | |
| }, | |
| data: i | |
| }); | |
| }; | |
| q.propTypes = { | |
| children: l.a.node.isRequired | |
| }; | |
| n.a = q; | |
| }, | |
| 158: function(e, n, t) { | |
| "use strict"; | |
| t(152)("fixed", function(e) { | |
| return function() { | |
| return e(this, "tt", "", ""); | |
| }; | |
| }); | |
| } | |
| } ]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment