{"version":3,"sources":["webpack:///./src/pages/imprint.js","webpack:///./src/components/text-element.js"],"names":["ImprintPage","data","light","showBackdrop","title","className","href","TextElement","styled","div"],"mappings":"2FAAA,0FAqKeA,UA7JK,SAAC,GAAa,EAAXC,KACrB,OACE,kBAAC,IAAD,CAAQC,OAAK,EAACC,cAAY,GACxB,kBAAC,IAAD,CAAKC,MAAM,YACX,yBAAKC,UAAU,WACb,kBAAC,IAAD,KACE,uCACA,yBAAKA,UAAU,SACb,6CAEA,kGAEK,IACH,uBAAGC,KAAK,oCAAR,2BAHF,KASA,+CAEA,2DACgC,IAC9B,uBAAGA,KAAK,mBAAR,mBAFF,KAKA,4CAEA,6DAEA,iMAMA,mSAKa,IACX,uBAAGA,KAAK,oCAAR,oBANF,KASA,gDAEA,yRAOA,mPAOA,mEAEA,+HAKA,yEAEA,4BACE,4BACE,iDAIJ,uEAEA,6RAIkE,IAChE,uBAAGA,KAAK,qEAAR,cALF,KAWA,qQAOA,4BACE,8FACkE,IAChE,uBAAGA,KAAK,oDAAR,qDAIF,4GAEkB,IAChB,uBAAGA,KAAK,0CAAR,2CAIF,gGAEW,IACT,uBAAGA,KAAK,mFAAR,oFAIF,6FACiE,IAC/D,uBAAGA,KAAK,4CAAR,6CAIF,+GAMF,iFAEA,uGAKA,4BACE,+CACmB,IACjB,uBAAGA,KAAK,mCAAR,oCAIF,8DACkC,IAChC,uBAAGA,KAAK,sCAAR,8C,kCCzJhB,cAIMC,EAJN,UAIoBC,EAAOC,IAAV,4EAAGD,CAAH,6rBA4DFD","file":"component---src-pages-imprint-js-58eea929147aaea23e15.js","sourcesContent":["import React from \"react\"\n\nimport { graphql } from \"gatsby\"\nimport Img from \"gatsby-image\"\nimport Layout from \"../components/layout\"\nimport TextElement from \"../components/text-element\"\nimport SEO from \"../components/seo\"\n\nconst ImprintPage = ({ data }) => {\n return (\n \n \n
\n \n

Imprint

\n
\n

Photo Credits

\n\n

\n Most photos on this website are taken by and used with permission\n of{\" \"}\n \n Niels Porta Photography\n \n .\n

\n\n

Web Development

\n\n

\n Web design and development by{\" \"}\n Thomas Maximini.\n

\n\n

Legal notice

\n\n

Last updated: October 31, 2019

\n\n

\n arethaiskandar.com (\"us\", \"we\", or \"our\") uses cookies on the\n arethaiskandar.com website (the \"Service\"). By using the Service,\n you consent to the use of cookies.\n

\n\n

\n Our Cookies Policy explains what cookies are, how we use cookies,\n how third-parties we may partner with may use cookies on the\n Service, your choices regarding cookies and further information\n about cookies. Our Cookies Policy for arethaiskandar.com is\n managed by{\" \"}\n Privacy Policies.\n

\n\n

What are cookies

\n\n

\n Cookies are small pieces of text sent by your web browser by a\n website you visit. A cookie file is stored in your web browser and\n allows the Service or a third-party to recognize you and make your\n next visit easier and the Service more useful to you.\n

\n\n

\n Cookies can be \"persistent\" or \"session\" cookies. Persistent\n cookies remain on your personal computer or mobile device when you\n go offline, while session cookies are deleted as soon as you close\n your web browser.\n

\n\n

How arethaiskandar.com uses cookies

\n\n

\n When you use and access the Service, we may place a number of\n cookies files in your web browser.\n

\n\n

We use cookies for the following purposes:

\n\n
    \n
  • \n

    Google Analytics

    \n
  • \n
\n\n

What are your choices regarding cookies

\n\n

\n If you'd like to delete cookies or instruct your web browser to\n delete or refuse cookies, please visit the help pages of your web\n browser. As an European citizen, under GDPR, you have certain\n individual rights. You can learn more about these rights in the{\" \"}\n \n GDPR Guide\n \n .\n

\n\n

\n Please note, however, that if you delete cookies or refuse to\n accept them, you might not be able to use all of the features we\n offer, you may not be able to store your preferences, and some of\n our pages might not display properly.\n

\n\n \n\n

Where can you find more information about cookies

\n\n

\n You can learn more about cookies and the following third-party\n websites:\n

\n\n \n
\n
\n
\n
\n )\n}\n\nexport default ImprintPage\n","import React from \"react\"\n\nimport styled from \"styled-components\"\n\nconst TextElement = styled.div`\n text-align: left;\n margin: 60px 10px 60px 10px;\n font-weight: 300;\n padding: 10px;\n max-width: 1000px;\n width: calc(100% - 20px);\n min-height: 80vh;\n font-family: \"Quicksand\", sans-serif;\n -webkit-font-smoothing: antialiased !important;\n font-size: 1.2rem;\n line-height: 1.625;\n color: var(--color-bg);\n box-sizing: border-box;\n overflow: auto;\n\n h1 {\n position: relative;\n margin: 20px 0;\n font-size: 1.5em;\n border-bottom: 2px solid var(--color-bg);\n display: inline-block;\n\n // &:after {\n // content: \"\";\n // background-color: var(--color-bg);\n // position: absolute;\n // bottom: -2px;\n // left: 0;\n // width: 100px;\n // height: 2px;\n // display: block;\n // }\n }\n\n .gatsby-image-wrapper,\n p {\n margin: 20px 0;\n &::-moz-selection,\n &::selection,\n &::-webkit-selection {\n background-color: #75cca4;\n color: #f2f2f2;\n }\n }\n\n .gatsby-image-wrapper {\n margin: 2rem 0;\n }\n\n .inner {\n min-height: 80%;\n }\n\n .inner a {\n color: var(--color-info) !important;\n border-bottom: 1px dotted var(--color-info);\n }\n`\n\nexport default TextElement\n"],"sourceRoot":""}