{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/uQ0Fa0KSe7gkcvh37iFv/RXlitQ987S7d9H7KWnpY/ShowOnlyYear.js", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framerusercontent.com/modules/isBBx7Sa8yzmCuWA9GPD/VF4G0cIytHqq3ilIIHY0/Truncate_Excerpt.js", "ssg:https://framerusercontent.com/modules/3GndHChh6XiAA4G1GZ3g/2JvgShHiKqw42Zq3zkX0/u0gCcM1qC.js"],
  "sourcesContent": ["// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function ShowOnlyYear(props){// This is a React component containing an Example component\n// - Replace <Example /> with your own code\n// - Find inspiration: https://www.framer.com/developers/\nreturn /*#__PURE__*/_jsx(\"p\",{style:{fontFamily:props.font.fontFamily,color:\"#21062F\",fontSize:\"14px\",lineHeight:\"18px\",margin:0},children:props.text.slice(-4)});}ShowOnlyYear.defaultProps={text:\"24.05.2024\"};addPropertyControls(ShowOnlyYear,{text:{type:ControlType.String,title:\"Datum\"},font:{type:\"font\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ShowOnlyYear\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShowOnlyYear.map", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";// Learn more: https://www.framer.com/docs/guides/overrides/\nconst useStore=createStore({background:\"#0099FF\"});const LINES=2;export default function withLineTruncate(Component){return props=>{const styles={...props===null||props===void 0?void 0:props.style,WebkitLineClamp:`${LINES}`,WebkitBoxOrient:\"vertical\",textOverflow:\"ellipsis\",display:\"-webkit-box\",overflow:\"hidden\"};return /*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Component,{...props,style:styles})});};}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactHoc\",\"name\":\"withLineTruncate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Truncate_Excerpt.map", "// Generated by Framer (50a537b)\nvar _componentPresets_fonts,_componentPresets_fonts1,_componentPresets_fonts2,_componentPresets_fonts3;import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ShowOnlyYear from\"https://framerusercontent.com/modules/uQ0Fa0KSe7gkcvh37iFv/RXlitQ987S7d9H7KWnpY/ShowOnlyYear.js\";import default1 from\"https://framerusercontent.com/modules/isBBx7Sa8yzmCuWA9GPD/VF4G0cIytHqq3ilIIHY0/Truncate_Excerpt.js\";import*as componentPresets from\"https://framerusercontent.com/modules/xq5aA0JcVNck9xvudqbH/ttAeRHJxrTDmMOOPNTGC/componentPresets.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/kX9foTtMGJWZNLDJff13/L5OMZhUAl73adyFsEai3/bJGpwZmEG.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/cpJiUEUvTcD0UaD1boqp/QEcRMrnBFYenDkqVAQ9Q/CHCW9eoqL.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/9CrwZc66PfvjWFKGf9Qs/pJiVNSdDW9mQCffoJg11/JrSZEt95_.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/qD2bWf1XptYzYXOax4Rv/lWYgV3jJrQRGToU5IbJV/N5cQRwAqT.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/szkY7ESq7cEHK4jfbcHz/6TqepxAnvQIunHRFAJqH/nrobJn21j.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/31gK4NjcqOSlSp00JKqv/K77ZIoCnPQRptWabK12R/ovze_iPdJ.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/2KPoCE5VBQyeylOKTF61/KjE6g2BQuS8He7n4qBmG/RLyn8w627.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/oKqZCLLV2YvNaI3woq5q/sLjOpPgQ4GvhdtoyxSpV/rtRSqdfhz.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ruRkPHG5R1GRhSRSCAyW/wGzxT20NNFCPpkLwDhag/VePVzIpzB.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/qV8T5J3oFDeG237eGz9q/wZiw3a5CTM8NeonSFQ8z/viGPBPHMN.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/rARDwI0AHhkGkapu1Ydz/XFDHs6sga1zdeRKlSXKG/wWw97Fnyz.js\";import Button from\"https://framerusercontent.com/modules/xgbeNpaUwLFK796Or1BB/u9KeOyFIRCgF1LXVAuMO/c0sqo3Zvq.js\";const ShowOnlyYearFonts=getFonts(ShowOnlyYear);const RichTextDefault1=default1(RichText);const ButtonFonts=getFonts(Button);const cycleOrder=[\"hcIQvnRWS\",\"KYd8SceLP\",\"TyTQOocUk\",\"imtnlYWS5\"];const serializationHash=\"framer-MWluH\";const variantClassNames={hcIQvnRWS:\"framer-v-14fmse9\",imtnlYWS5:\"framer-v-1xx9m5r\",KYd8SceLP:\"framer-v-vp2iw8\",TyTQOocUk:\"framer-v-173viip\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Small Desktop\":\"KYd8SceLP\",Desktop:\"hcIQvnRWS\",Mobile:\"imtnlYWS5\",Tablet:\"TyTQOocUk\"};const getProps=({date,excerpt,height,id,link,t_tigkeitsbereich,titel,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,B8l9LF_Dx:(_ref=t_tigkeitsbereich!==null&&t_tigkeitsbereich!==void 0?t_tigkeitsbereich:props.B8l9LF_Dx)!==null&&_ref!==void 0?_ref:\"T\\xe4tigkeitsbereich\",Bm4Z7RQNz:(_ref1=excerpt!==null&&excerpt!==void 0?excerpt:props.Bm4Z7RQNz)!==null&&_ref1!==void 0?_ref1:/*#__PURE__*/_jsx(React.Fragment,{}),rSTwyMi6N:(_ref2=titel!==null&&titel!==void 0?titel:props.rSTwyMi6N)!==null&&_ref2!==void 0?_ref2:\"Titel\",tqzF7R756:(_ref3=date!==null&&date!==void 0?date:props.tqzF7R756)!==null&&_ref3!==void 0?_ref3:\"1970-01-01T00:00:00.000Z\",tXwy1gmK9:link!==null&&link!==void 0?link:props.tXwy1gmK9,variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"hcIQvnRWS\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,tqzF7R756,B8l9LF_Dx,rSTwyMi6N,tXwy1gmK9,Bm4Z7RQNz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hcIQvnRWS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const isDisplayed=()=>{if(baseVariant===\"imtnlYWS5\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-14fmse9\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"hcIQvnRWS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-36297efd-cbb5-4e01-985c-44a8f1f1b176, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 1px 7px 3px rgba(194, 194, 194, 0.25)\",...style},...addPropertyOverrides({imtnlYWS5:{\"data-framer-name\":\"Mobile\"},KYd8SceLP:{\"data-framer-name\":\"Small Desktop\"},TyTQOocUk:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-175owq6\",layoutDependency:layoutDependency,layoutId:\"w0NG831dj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hyjpo7\",layoutDependency:layoutDependency,layoutId:\"beAjyRmru\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aga4rf\",layoutDependency:layoutDependency,layoutId:\"qHoDVMwtJ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fz7xxi\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"qX1N1e9ex\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-15e6cba4-3585-4c45-bc2c-39b554c57530, rgb(34, 104, 233))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wfz485\",\"data-styles-preset\":\"rtRSqdfhz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-15e6cba4-3585-4c45-bc2c-39b554c57530, rgb(34, 104, 233)))\"},children:\"T\\xe4tigkeitsbereich\"})}),className:\"framer-sb6kby\",\"data-framer-name\":\"T\\xe4tigkeitsbereich\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"R_1vs64Sy\",style:{\"--extracted-r6o4lv\":\"var(--token-15e6cba4-3585-4c45-bc2c-39b554c57530, rgb(34, 104, 233))\"},text:B8l9LF_Dx,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xolyio-container\",layoutDependency:layoutDependency,layoutId:\"fiZ_ZSRSP-container\",children:/*#__PURE__*/_jsx(ShowOnlyYear,{font:{fontFamily:'\"Jost Regular\", \"Jost Regular Placeholder\", sans-serif'},height:\"100%\",id:\"fiZ_ZSRSP\",layoutId:\"fiZ_ZSRSP\",text:toDateString(tqzF7R756,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode),width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-crg6dj\",\"data-styles-preset\":\"VePVzIpzB\",children:\"Titel\"})}),className:\"framer-1uodtew\",\"data-framer-name\":\"Titel\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"abR7F_b2Z\",text:rSTwyMi6N,variants:{imtnlYWS5:{\"--extracted-1eung3n\":\"var(--token-8d9f87b7-7423-4d8f-90e9-593112d95e29, rgb(40, 49, 67))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({imtnlYWS5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"Q1VTVE9NO0pvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Jost Regular\", \"Jost Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-8d9f87b7-7423-4d8f-90e9-593112d95e29, rgb(40, 49, 67)))\"},children:\"Titel\"})}),fonts:[\"CUSTOM;Jost Regular\"]}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kowolg\",layoutDependency:layoutDependency,layoutId:\"mjGuzOHqA\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"rAEhsa7v_\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"E76sLIze9\"]},children:/*#__PURE__*/_jsx(RichTextDefault1,{__fromCanvasComponent:true,children:Bm4Z7RQNz,className:\"framer-7ay44i\",\"data-framer-name\":\"Excerpt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"F73j8VSJP\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-4a5h0b\",blockquote:\"framer-styles-preset-12ivf1z\",code:\"framer-styles-preset-iq6eko\",h1:\"framer-styles-preset-uh51q9\",h2:\"framer-styles-preset-1ymkcao\",h3:\"framer-styles-preset-1frhyuv\",h4:\"framer-styles-preset-crg6dj\",h5:\"framer-styles-preset-wru5wq\",h6:\"framer-styles-preset-145yi44\",img:\"framer-styles-preset-kl5lgx\",p:\"framer-styles-preset-wfz485\"},verticalAlignment:\"center\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13za9bo\",layoutDependency:layoutDependency,layoutId:\"sXu4qXP42\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||160)-0-420)+30+321+0+0,...addPropertyOverrides({imtnlYWS5:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-358)+20+279+0+0},KYd8SceLP:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||286)-0-445)+30+346+0+0},TyTQOocUk:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-489)+30+390+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vghq9z-container\",layoutDependency:layoutDependency,layoutId:\"vWWPQ7b1_-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"vWWPQ7b1_\",l5uYbNhN4:addImageAlt({src:\"https://framerusercontent.com/images/X9JukWu1PoCpU5yhWkhkQNZff2I.png\"},\"\"),layoutId:\"vWWPQ7b1_\",rKP3aX_DN:tXwy1gmK9,variant:\"P4RSjZlR2\",vgnsJ4C57:\"Mehr lesen\",width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MWluH.framer-fphe5t, .framer-MWluH .framer-fphe5t { display: block; }\",\".framer-MWluH.framer-14fmse9 { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1300px; padding: 0px; position: relative; width: 1300px; }\",\".framer-MWluH .framer-175owq6 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 30px 30px 30px 60px; position: relative; width: 1px; }\",\".framer-MWluH .framer-hyjpo7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MWluH .framer-aga4rf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-MWluH .framer-fz7xxi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 15px 5px 15px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-MWluH .framer-sb6kby, .framer-MWluH .framer-1uodtew { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MWluH .framer-xolyio-container, .framer-MWluH .framer-1vghq9z-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-MWluH .framer-1kowolg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-MWluH .framer-7ay44i { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-MWluH .framer-13za9bo { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MWluH .framer-hyjpo7, .framer-MWluH .framer-aga4rf, .framer-MWluH .framer-fz7xxi, .framer-MWluH .framer-1kowolg, .framer-MWluH .framer-13za9bo { gap: 0px; } .framer-MWluH .framer-hyjpo7 > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-MWluH .framer-hyjpo7 > :first-child, .framer-MWluH .framer-1kowolg > :first-child { margin-top: 0px; } .framer-MWluH .framer-hyjpo7 > :last-child, .framer-MWluH .framer-1kowolg > :last-child { margin-bottom: 0px; } .framer-MWluH .framer-aga4rf > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-MWluH .framer-aga4rf > :first-child, .framer-MWluH .framer-fz7xxi > :first-child, .framer-MWluH .framer-13za9bo > :first-child { margin-left: 0px; } .framer-MWluH .framer-aga4rf > :last-child, .framer-MWluH .framer-fz7xxi > :last-child, .framer-MWluH .framer-13za9bo > :last-child { margin-right: 0px; } .framer-MWluH .framer-fz7xxi > *, .framer-MWluH .framer-13za9bo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MWluH .framer-1kowolg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-MWluH.framer-v-vp2iw8.framer-14fmse9 { width: 920px; }\",\".framer-MWluH.framer-v-vp2iw8 .framer-175owq6, .framer-MWluH.framer-v-173viip .framer-175owq6 { align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 30px; }\",\".framer-MWluH.framer-v-vp2iw8 .framer-hyjpo7, .framer-MWluH.framer-v-173viip .framer-hyjpo7 { flex: none; padding: 0px 0px 30px 0px; width: 100%; }\",\".framer-MWluH.framer-v-vp2iw8 .framer-1kowolg, .framer-MWluH.framer-v-173viip .framer-1kowolg { width: 100%; }\",\".framer-MWluH.framer-v-vp2iw8 .framer-7ay44i { height: 52px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MWluH.framer-v-vp2iw8 .framer-175owq6 { gap: 0px; } .framer-MWluH.framer-v-vp2iw8 .framer-175owq6 > *, .framer-MWluH.framer-v-vp2iw8 .framer-175owq6 > :first-child, .framer-MWluH.framer-v-vp2iw8 .framer-175owq6 > :last-child { margin: 0px; } }\",\".framer-MWluH.framer-v-173viip.framer-14fmse9 { width: 700px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MWluH.framer-v-173viip .framer-175owq6 { gap: 0px; } .framer-MWluH.framer-v-173viip .framer-175owq6 > *, .framer-MWluH.framer-v-173viip .framer-175owq6 > :first-child, .framer-MWluH.framer-v-173viip .framer-175owq6 > :last-child { margin: 0px; } }\",\".framer-MWluH.framer-v-1xx9m5r.framer-14fmse9 { gap: 0px; justify-content: center; min-width: 330px; padding: 0px 10px 0px 10px; width: 330px; }\",\".framer-MWluH.framer-v-1xx9m5r .framer-175owq6 { align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 20px 10px 20px 10px; }\",\".framer-MWluH.framer-v-1xx9m5r .framer-hyjpo7 { flex: none; gap: 10px; padding: 0px 0px 41px 0px; width: 100%; }\",\".framer-MWluH.framer-v-1xx9m5r .framer-aga4rf { gap: 10px; }\",\".framer-MWluH.framer-v-1xx9m5r .framer-1uodtew { max-width: 300px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MWluH.framer-v-1xx9m5r.framer-14fmse9, .framer-MWluH.framer-v-1xx9m5r .framer-175owq6, .framer-MWluH.framer-v-1xx9m5r .framer-hyjpo7, .framer-MWluH.framer-v-1xx9m5r .framer-aga4rf { gap: 0px; } .framer-MWluH.framer-v-1xx9m5r.framer-14fmse9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-MWluH.framer-v-1xx9m5r.framer-14fmse9 > :first-child, .framer-MWluH.framer-v-1xx9m5r .framer-aga4rf > :first-child { margin-left: 0px; } .framer-MWluH.framer-v-1xx9m5r.framer-14fmse9 > :last-child, .framer-MWluH.framer-v-1xx9m5r .framer-aga4rf > :last-child { margin-right: 0px; } .framer-MWluH.framer-v-1xx9m5r .framer-175owq6 > *, .framer-MWluH.framer-v-1xx9m5r .framer-175owq6 > :first-child, .framer-MWluH.framer-v-1xx9m5r .framer-175owq6 > :last-child { margin: 0px; } .framer-MWluH.framer-v-1xx9m5r .framer-hyjpo7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-MWluH.framer-v-1xx9m5r .framer-hyjpo7 > :first-child { margin-top: 0px; } .framer-MWluH.framer-v-1xx9m5r .framer-hyjpo7 > :last-child { margin-bottom: 0px; } .framer-MWluH.framer-v-1xx9m5r .framer-aga4rf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-MWluH[data-border=\"true\"]::after, .framer-MWluH [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 160\n * @framerIntrinsicWidth 1300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1300px\",null,null]},\"KYd8SceLP\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1300px\",null,null]},\"TyTQOocUk\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1300px\",null,null]},\"imtnlYWS5\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"330px\",\"1300px\",null,null]}}}\n * @framerVariables {\"tqzF7R756\":\"date\",\"B8l9LF_Dx\":\"t_tigkeitsbereich\",\"rSTwyMi6N\":\"titel\",\"tXwy1gmK9\":\"link\",\"Bm4Z7RQNz\":\"excerpt\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameru0gCcM1qC=withCSS(Component,css,\"framer-MWluH\");export default Frameru0gCcM1qC;Frameru0gCcM1qC.displayName=\"Article List Entry\";Frameru0gCcM1qC.defaultProps={height:160,width:1300};addPropertyControls(Frameru0gCcM1qC,{variant:{options:[\"hcIQvnRWS\",\"KYd8SceLP\",\"TyTQOocUk\",\"imtnlYWS5\"],optionTitles:[\"Desktop\",\"Small Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},tqzF7R756:{defaultValue:\"1970-01-01T00:00:00.000Z\",title:\"Date\",type:ControlType.Date},B8l9LF_Dx:{defaultValue:\"T\\xe4tigkeitsbereich\",title:\"T\\xe4tigkeitsbereich\",type:ControlType.String},rSTwyMi6N:{defaultValue:\"Titel\",title:\"Titel\",type:ControlType.String},tXwy1gmK9:{title:\"Link\",type:ControlType.Link},Bm4Z7RQNz:{defaultValue:\"\",title:\"Excerpt\",type:ControlType.RichText}});addFonts(Frameru0gCcM1qC,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Jost Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/sDvSSqbO5nRnH9gGOZuof8dhnkw.woff2\"}]},...ShowOnlyYearFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"E76sLIze9\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"E76sLIze9\"]):[],...((_componentPresets_fonts2=componentPresets.fonts)===null||_componentPresets_fonts2===void 0?void 0:_componentPresets_fonts2[\"rAEhsa7v_\"])?getFontsFromComponentPreset((_componentPresets_fonts3=componentPresets.fonts)===null||_componentPresets_fonts3===void 0?void 0:_componentPresets_fonts3[\"rAEhsa7v_\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameru0gCcM1qC\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"160\",\"framerVariables\":\"{\\\"tqzF7R756\\\":\\\"date\\\",\\\"B8l9LF_Dx\\\":\\\"t_tigkeitsbereich\\\",\\\"rSTwyMi6N\\\":\\\"titel\\\",\\\"tXwy1gmK9\\\":\\\"link\\\",\\\"Bm4Z7RQNz\\\":\\\"excerpt\\\"}\",\"framerIntrinsicWidth\":\"1300\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1300px\\\",null,null]},\\\"KYd8SceLP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1300px\\\",null,null]},\\\"TyTQOocUk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1300px\\\",null,null]},\\\"imtnlYWS5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"330px\\\",\\\"1300px\\\",null,null]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./u0gCcM1qC.map"],
  "mappings": "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",
  "names": ["ShowOnlyYear", "props", "p", "addPropertyControls", "ControlType", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "useStore", "createStore", "LINES", "withLineTruncate", "Component", "props", "styles", "p", "l", "_componentPresets_fonts", "_componentPresets_fonts1", "_componentPresets_fonts2", "_componentPresets_fonts3", "ShowOnlyYearFonts", "getFonts", "ShowOnlyYear", "RichTextDefault1", "withLineTruncate", "RichText2", "ButtonFonts", "c0sqo3Zvq_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "addImageAlt", "image", "alt", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "excerpt", "height", "id", "link", "t_tigkeitsbereich", "titel", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "tqzF7R756", "B8l9LF_Dx", "rSTwyMi6N", "tXwy1gmK9", "Bm4Z7RQNz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "ComponentPresetsProvider", "css", "Frameru0gCcM1qC", "withCSS", "u0gCcM1qC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset"]
}
