{"id":476,"date":"2017-12-10T01:08:42","date_gmt":"2017-12-10T00:08:42","guid":{"rendered":"https:\/\/get-adme.com\/?page_id=476"},"modified":"2024-02-29T06:57:46","modified_gmt":"2024-02-29T05:57:46","slug":"adme","status":"publish","type":"page","link":"https:\/\/adme.dev\/de\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8220;1&#8243; next_background_color=&#8220;#ffffff&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; background_image=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2022\/02\/landing_background.png&#8220; custom_padding=&#8220;1px||||false|false&#8220; bottom_divider_style=&#8220;clouds2&#8243; scroll_fade_enable=&#8220;on&#8220; scroll_fade=&#8220;0|82|82|100|100%|100%|0%&#8220; custom_css_main_element=&#8220;height: 100vh;&#8220; global_colors_info=&#8220;{}&#8220; custom_css_main_element_last_edited=&#8220;on|phone&#8220; custom_css_main_element_phone=&#8220;\/**\/&#8220; custom_css_main_element_tablet=&#8220;height: 100vh;&#8220;][et_pb_row custom_padding_last_edited=&#8220;on|phone&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; vertical_offset=&#8220;0px&#8220; custom_padding=&#8220;20vh||23px||false|false&#8220; custom_padding_tablet=&#8220;20vh||23px||false|false&#8220; custom_padding_phone=&#8220;||0px||false|false&#8220; global_colors_info=&#8220;{}&#8220; custom_css_main_element__hover_enabled=&#8220;off|desktop&#8220; custom_css_main_element_last_edited=&#8220;off|desktop&#8220;][et_pb_column type=&#8220;4_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; header_font=&#8220;Poppins|500|||||||&#8220; header_text_color=&#8220;#353535&#8243; header_font_size=&#8220;10em&#8220; header_font_tablet=&#8220;Poppins|500|||||||&#8220; header_font_phone=&#8220;Poppins|500|||||||&#8220; header_font_last_edited=&#8220;on|phone&#8220; header_font_size_tablet=&#8220;10em&#8220; header_font_size_phone=&#8220;6em&#8220; header_font_size_last_edited=&#8220;on|phone&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<h1>ADME<\/h1>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8220;on|phone&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; custom_padding=&#8220;3px|||||&#8220; custom_padding_tablet=&#8220;3px|||||&#8220; custom_padding_phone=&#8220;0px||0px||false|false&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;4_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_code _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<div class=\"adme-title-sub\"><!-- [et_pb_line_break_holder] -->          <span<!-- [et_pb_line_break_holder] -->            class=&#8220;txt-rotate&#8220;<!-- [et_pb_line_break_holder] -->            data-period=&#8220;2000&#8243;<!-- [et_pb_line_break_holder] -->            data-rotate='[&#8222;Web Development.&#8220;, &#8222;Online Marketing.&#8220;, &#8222;Content Creation.&#8220;, &#8222;Graphic Design.&#8220;]&#8216;<!-- [et_pb_line_break_holder] -->          ><!-- [et_pb_line_break_holder] -->          <\/span><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->\/\/ Typewriter script<!-- [et_pb_line_break_holder] -->var TxtRotate = function (el, toRotate, period) {<!-- [et_pb_line_break_holder] -->  this.toRotate = toRotate;<!-- [et_pb_line_break_holder] -->  this.el = el;<!-- [et_pb_line_break_holder] -->  this.loopNum = 0;<!-- [et_pb_line_break_holder] -->  this.period = parseInt(period, 10) || 2000;<!-- [et_pb_line_break_holder] -->  this.txt = \"\";<!-- [et_pb_line_break_holder] -->  this.tick();<!-- [et_pb_line_break_holder] -->  this.isDeleting = false;<!-- [et_pb_line_break_holder] -->};<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->TxtRotate.prototype.tick = function () {<!-- [et_pb_line_break_holder] -->  var i = this.loopNum % this.toRotate.length;<!-- [et_pb_line_break_holder] -->  var fullTxt = this.toRotate[i];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  if (this.isDeleting) {<!-- [et_pb_line_break_holder] -->    this.txt = fullTxt.substring(0, this.txt.length - 1);<!-- [et_pb_line_break_holder] -->  } else {<!-- [et_pb_line_break_holder] -->    this.txt = fullTxt.substring(0, this.txt.length + 1);<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  this.el.innerHTML = '<span class=\"wrap\">' + this.txt + \"<\/span>\";<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  var that = this;<!-- [et_pb_line_break_holder] -->  var delta = 200 - Math.random() * 100;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  if (this.isDeleting) {<!-- [et_pb_line_break_holder] -->    delta \/= 2;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  if (!this.isDeleting && this.txt === fullTxt) {<!-- [et_pb_line_break_holder] -->    delta = this.period;<!-- [et_pb_line_break_holder] -->    this.isDeleting = true;<!-- [et_pb_line_break_holder] -->  } else if (this.isDeleting && this.txt === \"\") {<!-- [et_pb_line_break_holder] -->    this.isDeleting = false;<!-- [et_pb_line_break_holder] -->    this.loopNum++;<!-- [et_pb_line_break_holder] -->    delta = 600;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  setTimeout(function () {<!-- [et_pb_line_break_holder] -->    that.tick();<!-- [et_pb_line_break_holder] -->  }, delta);<!-- [et_pb_line_break_holder] -->};<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->window.onload = () => {<!-- [et_pb_line_break_holder] -->  var elements = document.getElementsByClassName(\"txt-rotate\");<!-- [et_pb_line_break_holder] -->  for (var i = 0; i < elements.length; i++) {<!-- [et_pb_line_break_holder] -->    var toRotate = elements[i].getAttribute(\"data-rotate\");<!-- [et_pb_line_break_holder] -->    var period = elements[i].getAttribute(\"data-period\");<!-- [et_pb_line_break_holder] -->    if (toRotate) {<!-- [et_pb_line_break_holder] -->      new TxtRotate(elements[i], JSON.parse(toRotate), period);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  \/\/ INJECT CSS<!-- [et_pb_line_break_holder] -->  var css = document.createElement(\"style\");<!-- [et_pb_line_break_holder] -->  css.type = \"text\/css\";<!-- [et_pb_line_break_holder] -->  css.innerHTML = \".txt-rotate > .wrap { border-right: 0.03em solid #111 }\";<!-- [et_pb_line_break_holder] -->  document.body.appendChild(css);<!-- [et_pb_line_break_holder] -->};<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8220;1_2,1_2&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; custom_padding=&#8220;7px|||||&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; text_font=&#8220;Poppins||||||||&#8220; text_font_size=&#8220;24px&#8220; text_line_height=&#8220;1.8em&#8220; text_text_color_tablet=&#8220;&#8220; text_text_color_phone=&#8220;#000000&#8243; text_text_color_last_edited=&#8220;on|phone&#8220; text_font_size_tablet=&#8220;24px&#8220; text_font_size_phone=&#8220;17px&#8220; text_font_size_last_edited=&#8220;on|phone&#8220; text_text_shadow_style=&#8220;preset1&#8243; text_text_shadow_color=&#8220;RGBA(255,255,255,0)&#8220; text_text_shadow_color_tablet=&#8220;RGBA(255,255,255,0)&#8220; text_text_shadow_color_phone=&#8220;rgba(255,255,255,0.61)&#8220; text_text_shadow_color_last_edited=&#8220;on|desktop&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p>Wir bauen gro\u00dfartige Webseiten, Software Applikationen und liefern robuste Online L\u00f6sungen.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8220;\/#contakt&#8220; button_text=&#8220;Kontakt&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; custom_button=&#8220;on&#8220; button_bg_color=&#8220;#191c3c&#8220; button_border_color=&#8220;RGBA(255,255,255,0)&#8220; button_border_radius=&#8220;10px&#8220; button_font=&#8220;Poppins||||||||&#8220; button_use_icon=&#8220;off&#8220; global_colors_info=&#8220;{}&#8220; button_border_radius__hover_enabled=&#8220;on|hover&#8220; button_border_radius__hover=&#8220;0px&#8220;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_icon font_icon=&#8220;&#xe02a;||divi||400&#8243; icon_color=&#8220;#ae63e8&#8243; icon_width=&#8220;70px&#8220; disabled_on=&#8220;on|on|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; custom_margin=&#8220;100px|||300px|false|false&#8220; scroll_rotating_enable=&#8220;on&#8220; scroll_rotating=&#8220;0|50|50|100|0\u00b0|180\u00b0|360\u00b0&#8220; global_colors_info=&#8220;{}&#8220;][\/et_pb_icon][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; admin_label=&#8220;Services&#8220; _builder_version=&#8220;4.16&#8243; custom_padding=&#8220;90px||80px|&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_row column_structure=&#8220;1_2,1_2&#8243; admin_label=&#8220;About&#8220; _builder_version=&#8220;4.16&#8243; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; max_width=&#8220;900px&#8220; use_custom_width=&#8220;on&#8220; custom_width_px=&#8220;900px&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.16&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_text _builder_version=&#8220;4.16&#8243; text_font=&#8220;||||||||&#8220; text_line_height=&#8220;2em&#8220; header_2_font=&#8220;Montserrat|300|||||||&#8220; header_2_font_size=&#8220;47px&#8220; custom_margin=&#8220;0px||||false|false&#8220; scroll_vertical_motion_enable=&#8220;on&#8220; scroll_vertical_motion=&#8220;0|31|31|73|3|0|0&#8243; scroll_fade_enable=&#8220;on&#8220; scroll_fade=&#8220;0|22|22|40|0|50%|100&#8243; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p><span style=\"font-size: xx-large;\">Gro\u00dfartige <strong>Websites und E-Commerce L\u00f6sungen<\/strong> f\u00fcr dein Unternehmen<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.16&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_text admin_label=&#8220;About Section Text&#8220; _builder_version=&#8220;4.16&#8243; text_font_size=&#8220;16px&#8220; text_line_height=&#8220;1.9em&#8220; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; scroll_fade_enable=&#8220;on&#8220; scroll_fade=&#8220;0|30|30|50|0|50%|100&#8243; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p><span>Das Entwicklerteam f\u00fcr schlanke, effiziente L\u00f6sungen. Wir bauen Online Shops, Web Apps und die technische Infrastruktur f\u00fcr euer Online Marketing.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8220;1_3,1_3,1_3&#8243; _builder_version=&#8220;4.16&#8243; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; custom_padding=&#8220;79px|||&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;1_3&#8243; _builder_version=&#8220;4.16&#8243; background_position=&#8220;top_left&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_icon font_icon=&#8220;&#xe072;||divi||400&#8243; icon_width=&#8220;80px&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; scroll_fade_enable=&#8220;on&#8220; scroll_fade=&#8220;0|23|23|47|0|50%|100%&#8220; global_colors_info=&#8220;{}&#8220;][\/et_pb_icon][et_pb_text _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; text_font=&#8220;Poppins|300|||||||&#8220; header_2_font=&#8220;Poppins||||||||&#8220; header_2_font_size=&#8220;30px&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<h2 style=\"text-align: center;\">Konzipierung<\/h2>\n<p style=\"text-align: center;\">Wir skizzieren zusammen deine Ideen und \u00fcbersetzen deine Businesslogik in eine pers\u00f6nliche Webl\u00f6sung.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_3&#8243; _builder_version=&#8220;4.16&#8243; background_position=&#8220;top_left&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_icon font_icon=&#8220;&#xe00a;||divi||400&#8243; icon_width=&#8220;80px&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; scroll_rotating_enable=&#8220;on&#8220; scroll_rotating=&#8220;0|50|50|100|0\u00b0|180\u00b0|360\u00b0&#8220; global_colors_info=&#8220;{}&#8220;][\/et_pb_icon][et_pb_text _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; text_font=&#8220;Poppins|300|||||||&#8220; header_2_font=&#8220;Poppins||||||||&#8220; header_2_font_size=&#8220;30px&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<h2 style=\"text-align: center;\">Entwicklung<\/h2>\n<p style=\"text-align: center;\">Wir bieten die Entwicklung von modernen Webseiten, ma\u00dfgeschneiderte Webapps und kompakten mobilen Apps an.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_3&#8243; _builder_version=&#8220;4.16&#8243; background_position=&#8220;top_left&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_icon font_icon=&#8220;&#xe029;||divi||400&#8243; icon_width=&#8220;80px&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; scroll_rotating=&#8220;0|50|50|100|0\u00b0|180\u00b0|360\u00b0&#8220; scroll_blur_enable=&#8220;on&#8220; scroll_blur=&#8220;0|24|35|50|10px|2px|0px&#8220; global_colors_info=&#8220;{}&#8220;][\/et_pb_icon][et_pb_text _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; text_font=&#8220;Poppins|300|||||||&#8220; header_2_font=&#8220;Poppins||||||||&#8220; header_2_font_size=&#8220;30px&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<h2 style=\"text-align: center;\">Analyse<\/h2>\n<p style=\"text-align: center;\">Wir integrieren f\u00fcr dich alles was du zur Auswertung der Besuche auf deiner Webseite oder App ben\u00f6tigst.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; custom_padding_last_edited=&#8220;on|phone&#8220; admin_label=&#8220;Split Section&#8220; _builder_version=&#8220;4.16&#8243; background_color=&#8220;#fcfefb&#8220; custom_padding=&#8220;5vh||30px||false|false&#8220; custom_padding_tablet=&#8220;5vh||||false|false&#8220; custom_padding_phone=&#8220;0vh||10vh||false|false&#8220; top_divider_color=&#8220;#000000&#8243; top_divider_height=&#8220;88px&#8220; top_divider_repeat=&#8220;1x&#8220; animation_style=&#8220;fold&#8220; animation_direction=&#8220;bottom&#8220; animation_intensity_fold=&#8220;4%&#8220; custom_css_main_element=&#8220;min-height: 100vh;&#8220; global_colors_info=&#8220;{}&#8220; custom_css_main_element_last_edited=&#8220;on|phone&#8220; custom_css_main_element_phone=&#8220;\/**\/&#8220; custom_css_main_element_tablet=&#8220;min-height: 100vh;&#8220;][et_pb_row column_structure=&#8220;1_2,1_2&#8243; use_custom_gutter=&#8220;on&#8220; gutter_width=&#8220;1&#8243; make_equal=&#8220;on&#8220; module_class=&#8220; et_pb_row_fullwidth&#8220; _builder_version=&#8220;4.16&#8243; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; width=&#8220;100%&#8220; width_tablet=&#8220;100%&#8220; width_phone=&#8220;&#8220; width_last_edited=&#8220;on|desktop&#8220; max_width=&#8220;100%&#8220; max_width_tablet=&#8220;100%&#8220; max_width_phone=&#8220;&#8220; max_width_last_edited=&#8220;on|desktop&#8220; custom_margin=&#8220;0px||0px|&#8220; custom_padding=&#8220;0px||0px|&#8220; make_fullwidth=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.16&#8243; background_enable_image=&#8220;off&#8220; background_position=&#8220;top_left&#8220; background_enable_video_mp4=&#8220;off&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_image src=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2021\/09\/ezgif-6-ec27214608d3.gif&#8220; alt=&#8220;Lego\u00ae page on mobile device&#8220; title_text=&#8220;Lego\u00ae page on mobile device&#8220; force_fullwidth=&#8220;on&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.16&#8243; background_color=&#8220;#fcfefb&#8220; background_position=&#8220;top_left&#8220; custom_padding=&#8220;8%|6%|8%|6%&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_cta title=&#8220;Digitale Revolution &#8220; button_url=&#8220;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjQ3Mzc3In19@&#8220; button_text=&#8220;Mehr&#8220; admin_label=&#8220;Feature 01&#8243; _builder_version=&#8220;4.16&#8243; _dynamic_attributes=&#8220;button_url&#8220; header_font=&#8220;Poppins|300|||||||&#8220; header_text_color=&#8220;#1f1f1f&#8220; header_font_size=&#8220;70px&#8220; body_font=&#8220;Poppins|300|||||||&#8220; body_font_size=&#8220;16&#8243; body_line_height=&#8220;1.9em&#8220; use_background_color=&#8220;off&#8220; custom_button=&#8220;on&#8220; button_text_size=&#8220;18&#8243; button_text_color=&#8220;#ffffff&#8220; button_bg_color=&#8220;#191c3c&#8220; button_border_color=&#8220;#191c3c&#8220; button_border_radius=&#8220;10px&#8220; button_letter_spacing=&#8220;2&#8243; button_font=&#8220;Poppins|||on|||||&#8220; button_use_icon=&#8220;off&#8220; text_orientation=&#8220;left&#8220; background_layout=&#8220;light&#8220; max_width=&#8220;450px&#8220; module_alignment=&#8220;left&#8220; custom_margin=&#8220;|||&#8220; custom_margin_tablet=&#8220;|||&#8220; custom_margin_phone=&#8220;|||&#8220; custom_margin_last_edited=&#8220;on|phone&#8220; custom_padding=&#8220;|||&#8220; custom_padding_tablet=&#8220;|||&#8220; custom_padding_phone=&#8220;30px||||false|false&#8220; custom_padding_last_edited=&#8220;on|phone&#8220; animation_style=&#8220;fold&#8220; animation_direction=&#8220;bottom&#8220; animation_intensity_fold=&#8220;15%&#8220; header_font_size_tablet=&#8220;70px&#8220; header_font_size_phone=&#8220;41px&#8220; header_font_size_last_edited=&#8220;on|phone&#8220; button_text_color_hover=&#8220;#6eba01&#8243; button_border_color_hover=&#8220;#6eba01&#8243; button_border_radius_hover=&#8220;0&#8243; button_letter_spacing_hover=&#8220;2&#8243; button_bg_color_hover=&#8220;rgba(0,0,0,0)&#8220; saved_tabs=&#8220;all&#8220; locked=&#8220;off&#8220; global_colors_info=&#8220;{}&#8220; button_text_size__hover_enabled=&#8220;off&#8220; button_one_text_size__hover_enabled=&#8220;off&#8220; button_two_text_size__hover_enabled=&#8220;off&#8220; button_text_color__hover_enabled=&#8220;on|hover&#8220; button_text_color__hover=&#8220;#FFFFFF&#8220; button_one_text_color__hover_enabled=&#8220;off&#8220; button_two_text_color__hover_enabled=&#8220;off&#8220; button_border_width__hover_enabled=&#8220;off&#8220; button_one_border_width__hover_enabled=&#8220;off&#8220; button_two_border_width__hover_enabled=&#8220;off&#8220; button_border_color__hover_enabled=&#8220;on|hover&#8220; button_border_color__hover=&#8220;RGBA(255,255,255,0)&#8220; button_one_border_color__hover_enabled=&#8220;off&#8220; button_two_border_color__hover_enabled=&#8220;off&#8220; button_border_radius__hover_enabled=&#8220;on|hover&#8220; button_border_radius__hover=&#8220;0&#8243; button_one_border_radius__hover_enabled=&#8220;off&#8220; button_two_border_radius__hover_enabled=&#8220;off&#8220; button_letter_spacing__hover_enabled=&#8220;on|desktop&#8220; button_letter_spacing__hover=&#8220;2&#8243; button_one_letter_spacing__hover_enabled=&#8220;off&#8220; button_two_letter_spacing__hover_enabled=&#8220;off&#8220; button_bg_color__hover_enabled=&#8220;on|desktop&#8220; button_bg_color__hover=&#8220;#191c3c&#8220; button_one_bg_color__hover_enabled=&#8220;off&#8220; button_two_bg_color__hover_enabled=&#8220;off&#8220; button_bg_enable_color__hover=&#8220;on&#8220;]<\/p>\n<p class=\"p1\">Alle Unternehmen wissen, dass sie die digitale Transformation durchf\u00fchren m\u00fcssen, aber was bedeutet das? Und wo f\u00e4ngst du an? Wir k\u00f6nnen dir bei der Pr\u00fcfung deines Unternehmens helfen und dann einen stufenweisen Verbesserungsplan erstellen, damit du deinen Kunden einen digital optimierten Service bieten kannst.<span class=\"Apple-converted-space\">\u00a0<\/span><\/p>\n<p>[\/et_pb_cta][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; disabled_on=&#8220;on|off|off&#8220; admin_label=&#8220;Our Projects&#8220; _builder_version=&#8220;4.17.4&#8243; use_background_color_gradient=&#8220;on&#8220; background_color_gradient_stops=&#8220;#ffffff 0%|#f4f4f4 100%&#8220; background_color_gradient_start=&#8220;#ffffff&#8220; background_color_gradient_end=&#8220;#f4f4f4&#8243; module_alignment=&#8220;center&#8220; overflow-x=&#8220;hidden&#8220; overflow-y=&#8220;hidden&#8220; custom_margin=&#8220;|||4px|false|false&#8220; custom_padding=&#8220;28px|0px|20px|0px|false|false&#8220; border_color_bottom=&#8220;#d8d8d8&#8243; global_colors_info=&#8220;{}&#8220;][et_pb_row column_structure=&#8220;1_6,1_6,1_6,1_6,1_6,1_6&#8243; use_custom_gutter=&#8220;on&#8220; gutter_width=&#8220;1&#8243; disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; width_tablet=&#8220;&#8220; width_phone=&#8220;19%&#8220; width_last_edited=&#8220;on|phone&#8220; overflow-x=&#8220;hidden&#8220; overflow-y=&#8220;hidden&#8220; custom_padding=&#8220;20px|0px|0px|0px|false|false&#8220; custom_css_main_element=&#8220;text-align: center;&#8220; global_colors_info=&#8220;{}&#8220; custom_css_main_element_last_edited=&#8220;on|phone&#8220; custom_css_main_element_phone=&#8220;\/* *\/&#8220; custom_css_main_element_tablet=&#8220;text-align: center;&#8220;][et_pb_column type=&#8220;1_6&#8243; _builder_version=&#8220;4.16&#8243; background_position=&#8220;top_left&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_image src=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2021\/06\/html-5-300&#215;300.png&#8220; title_text=&#8220;html-5&#8243; show_bottom_space=&#8220;off&#8220; align=&#8220;center&#8220; disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; width=&#8220;33%&#8220; width_tablet=&#8220;36%&#8220; width_phone=&#8220;36%&#8220; width_last_edited=&#8220;on|tablet&#8220; custom_margin=&#8220;||5px||false|false&#8220; custom_margin_tablet=&#8220;||5px||false|false&#8220; custom_margin_phone=&#8220;||5px||false|false&#8220; custom_margin_last_edited=&#8220;on|tablet&#8220; custom_padding=&#8220;||||false|false&#8220; scroll_horizontal_motion=&#8220;0|24|37|100|1|0|0&#8243; scroll_scaling_enable=&#8220;on&#8220; scroll_scaling=&#8220;0|50|50|100|30%|100|100&#8243; global_colors_info=&#8220;{}&#8220;][\/et_pb_image][et_pb_text disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; overflow-x=&#8220;hidden&#8220; overflow-y=&#8220;hidden&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p style=\"text-align: center;\">HTML<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_6&#8243; _builder_version=&#8220;4.16&#8243; background_position=&#8220;top_left&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_image src=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2021\/06\/732190-300&#215;300.png&#8220; title_text=&#8220;html-5&#8243; show_bottom_space=&#8220;off&#8220; align=&#8220;center&#8220; disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; width=&#8220;33%&#8220; width_tablet=&#8220;36%&#8220; width_phone=&#8220;36%&#8220; width_last_edited=&#8220;on|tablet&#8220; custom_margin=&#8220;||5px||false|false&#8220; custom_margin_tablet=&#8220;||5px||false|false&#8220; custom_margin_phone=&#8220;||5px||false|false&#8220; custom_margin_last_edited=&#8220;on|tablet&#8220; scroll_horizontal_motion=&#8220;0|24|37|100|1|0|0&#8243; scroll_scaling_enable=&#8220;on&#8220; scroll_scaling=&#8220;0|50|50|100|30%|100|100&#8243; global_colors_info=&#8220;{}&#8220;][\/et_pb_image][et_pb_text disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p style=\"text-align: center;\">CSS<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_6&#8243; _builder_version=&#8220;4.16&#8243; background_position=&#8220;top_left&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_image src=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2021\/06\/java-script-logo-300&#215;300.png&#8220; title_text=&#8220;html-5&#8243; show_bottom_space=&#8220;off&#8220; align=&#8220;center&#8220; disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; width=&#8220;33%&#8220; width_tablet=&#8220;36%&#8220; width_phone=&#8220;36%&#8220; width_last_edited=&#8220;on|tablet&#8220; custom_margin=&#8220;||5px||false|false&#8220; custom_margin_tablet=&#8220;||5px||false|false&#8220; custom_margin_phone=&#8220;||5px||false|false&#8220; custom_margin_last_edited=&#8220;on|tablet&#8220; scroll_horizontal_motion=&#8220;0|24|37|100|1|0|0&#8243; scroll_scaling_enable=&#8220;on&#8220; scroll_scaling=&#8220;0|50|50|100|30%|100|100&#8243; global_colors_info=&#8220;{}&#8220;][\/et_pb_image][et_pb_text disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p style=\"text-align: center;\">JavaScript<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_6&#8243; _builder_version=&#8220;4.16&#8243; background_position=&#8220;top_left&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_image src=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2021\/06\/react-1543566-1306069-300&#215;300.png&#8220; title_text=&#8220;html-5&#8243; show_bottom_space=&#8220;off&#8220; align=&#8220;center&#8220; disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; width=&#8220;33%&#8220; width_tablet=&#8220;36%&#8220; width_phone=&#8220;36%&#8220; width_last_edited=&#8220;on|tablet&#8220; custom_margin=&#8220;||5px||false|false&#8220; custom_margin_tablet=&#8220;||5px||false|false&#8220; custom_margin_phone=&#8220;||5px||false|false&#8220; custom_margin_last_edited=&#8220;on|tablet&#8220; scroll_horizontal_motion=&#8220;0|24|37|100|1|0|0&#8243; scroll_scaling_enable=&#8220;on&#8220; scroll_scaling=&#8220;0|50|50|100|30%|100|100&#8243; scroll_rotating_enable=&#8220;on&#8220; scroll_rotating=&#8220;0|50|50|100|0\u00b0|180\u00b0|360\u00b0&#8220; global_colors_info=&#8220;{}&#8220;][\/et_pb_image][et_pb_text disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p style=\"text-align: center;\">React<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_6&#8243; _builder_version=&#8220;4.16&#8243; background_position=&#8220;top_left&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_image src=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2022\/01\/aws_logo.png&#8220; title_text=&#8220;html-5&#8243; show_bottom_space=&#8220;off&#8220; align=&#8220;center&#8220; disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; width=&#8220;33%&#8220; width_tablet=&#8220;36%&#8220; width_phone=&#8220;36%&#8220; width_last_edited=&#8220;on|tablet&#8220; custom_margin=&#8220;||5px||false|false&#8220; custom_margin_tablet=&#8220;||5px||false|false&#8220; custom_margin_phone=&#8220;||5px||false|false&#8220; custom_margin_last_edited=&#8220;on|tablet&#8220; scroll_horizontal_motion=&#8220;0|24|37|100|1|0|0&#8243; scroll_scaling_enable=&#8220;on&#8220; scroll_scaling=&#8220;0|50|50|100|30%|100|100&#8243; global_colors_info=&#8220;{}&#8220;][\/et_pb_image][et_pb_text disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p style=\"text-align: center;\">AWS Cloud<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_6&#8243; _builder_version=&#8220;4.16&#8243; background_position=&#8220;top_left&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_image src=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2022\/01\/google_cloud_logo.png&#8220; title_text=&#8220;html-5&#8243; show_bottom_space=&#8220;off&#8220; align=&#8220;center&#8220; disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; width=&#8220;33%&#8220; width_tablet=&#8220;36%&#8220; width_phone=&#8220;36%&#8220; width_last_edited=&#8220;on|tablet&#8220; custom_margin=&#8220;||5px||false|false&#8220; custom_margin_tablet=&#8220;||5px||false|false&#8220; custom_margin_phone=&#8220;||5px||false|false&#8220; custom_margin_last_edited=&#8220;on|tablet&#8220; scroll_horizontal_motion=&#8220;0|24|37|100|1|0|0&#8243; scroll_scaling_enable=&#8220;on&#8220; scroll_scaling=&#8220;0|50|50|100|30%|100|100&#8243; global_colors_info=&#8220;{}&#8220;][\/et_pb_image][et_pb_text disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p style=\"text-align: center;\">Google Cloud<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; fullwidth=&#8220;on&#8220; disabled_on=&#8220;off|off|off&#8220; module_id=&#8220;portfolio&#8220; _builder_version=&#8220;4.14.7&#8243; _module_preset=&#8220;default&#8220; background_enable_color=&#8220;off&#8220; background_enable_image=&#8220;off&#8220; z_index=&#8220;500&#8243; position_origin_a_tablet=&#8220;&#8220; position_origin_a_phone=&#8220;center_left&#8220; position_origin_a_last_edited=&#8220;on|phone&#8220; position_origin_f_tablet=&#8220;&#8220; position_origin_f_phone=&#8220;&#8220; position_origin_f_last_edited=&#8220;on|phone&#8220; position_origin_r_tablet=&#8220;&#8220; position_origin_r_phone=&#8220;&#8220; position_origin_r_last_edited=&#8220;on|desktop&#8220; custom_margin_tablet=&#8220;&#8220; custom_margin_phone=&#8220;||||false|false&#8220; custom_margin_last_edited=&#8220;on|phone&#8220; custom_padding=&#8220;||||false|false&#8220; scroll_scaling_enable=&#8220;off&#8220; positioning_tablet=&#8220;&#8220; positioning_phone=&#8220;relative&#8220; positioning_last_edited=&#8220;on|phone&#8220; overflow-x_tablet=&#8220;&#8220; overflow-x_phone=&#8220;&#8220; overflow-x_last_edited=&#8220;on|phone&#8220; hover_transition_duration_tablet=&#8220;&#8220; hover_transition_duration_phone=&#8220;&#8220; hover_transition_duration_last_edited=&#8220;on|phone&#8220; hover_transition_delay_tablet=&#8220;&#8220; hover_transition_delay_phone=&#8220;&#8220; hover_transition_delay_last_edited=&#8220;on|phone&#8220; sticky_position_tablet=&#8220;&#8220; sticky_position_phone=&#8220;&#8220; sticky_position_last_edited=&#8220;on|phone&#8220; custom_css_main_element=&#8220;min-height: 100vh;&#8220; border_color_all=&#8220;#d3d3d3&#8243; global_module=&#8220;47702&#8243; saved_tabs=&#8220;all&#8220; global_colors_info=&#8220;{}&#8220; custom_css_main_element_last_edited=&#8220;on|phone&#8220; custom_css_main_element_tablet=&#8220;min-height: 100vh;&#8220; custom_css_after_last_edited=&#8220;on|phone&#8220; custom_css_before_last_edited=&#8220;on|phone&#8220; custom_css_main_element_phone=&#8220;\/**\/&#8220;][et_pb_fullwidth_slider show_image_video_mobile=&#8220;on&#8220; show_arrows_tablet=&#8220;&#8220; show_arrows_phone=&#8220;off&#8220; show_arrows_last_edited=&#8220;on|phone&#8220; disabled_on=&#8220;off|off|off&#8220; module_class=&#8220;custom-module&#8220; _builder_version=&#8220;4.21.0&#8243; _module_preset=&#8220;default&#8220; header_font=&#8220;Poppins|300|||||||&#8220; header_text_color=&#8220;#000000&#8243; header_font_size=&#8220;60px&#8220; body_font=&#8220;Poppins|300|||||||&#8220; body_text_color=&#8220;#000000&#8243; background_color=&#8220;RGBA(0,0,0,0)&#8220; custom_button=&#8220;on&#8220; button_text_color=&#8220;#ffffff&#8220; button_bg_color=&#8220;#191c3c&#8220; button_border_color=&#8220;RGBA(255,255,255,0)&#8220; button_border_radius=&#8220;10px&#8220; button_font=&#8220;Poppins||||||||&#8220; button_use_icon=&#8220;off&#8220; positioning=&#8220;relative&#8220; position_origin_a=&#8220;center_center&#8220; vertical_offset=&#8220;0px&#8220; horizontal_offset=&#8220;1px&#8220; text_orientation=&#8220;left&#8220; width_tablet=&#8220;&#8220; width_phone=&#8220;&#8220; width_last_edited=&#8220;on|phone&#8220; max_width_tablet=&#8220;&#8220; max_width_phone=&#8220;100vw&#8220; max_width_last_edited=&#8220;on|phone&#8220; content_max_width_tablet=&#8220;&#8220; content_max_width_phone=&#8220;100%&#8220; content_max_width_last_edited=&#8220;on|phone&#8220; min_height=&#8220;100vh&#8220; min_height_tablet=&#8220;100vh&#8220; min_height_phone=&#8220;100vh&#8220; min_height_last_edited=&#8220;on|phone&#8220; max_height=&#8220;100vh&#8220; max_height_tablet=&#8220;100vh&#8220; max_height_phone=&#8220;100vh&#8220; max_height_last_edited=&#8220;on|phone&#8220; overflow-x=&#8220;visible&#8220; overflow-y=&#8220;visible&#8220; custom_margin=&#8220;0px||0px||false|false&#8220; custom_margin_tablet=&#8220;5%||5%||true|false&#8220; custom_margin_phone=&#8220;0px||0px||false|false&#8220; custom_margin_last_edited=&#8220;on|phone&#8220; custom_padding=&#8220;||||false|false&#8220; custom_padding_tablet=&#8220;||||false|false&#8220; custom_padding_phone=&#8220;2vh||||false|false&#8220; custom_padding_last_edited=&#8220;on|desktop&#8220; animation_style=&#8220;fold&#8220; link_option_url_new_window=&#8220;on&#8220; header_font_tablet=&#8220;Poppins|300|||||||&#8220; header_font_phone=&#8220;Poppins|300|||||||&#8220; header_font_last_edited=&#8220;on|phone&#8220; header_font_size_tablet=&#8220;60px&#8220; header_font_size_phone=&#8220;35px&#8220; header_font_size_last_edited=&#8220;on|phone&#8220; text_orientation_tablet=&#8220;left&#8220; text_orientation_phone=&#8220;center&#8220; text_orientation_last_edited=&#8220;on|phone&#8220; border_radii_image=&#8220;on|5px|5px|5px|5px&#8220; border_width_all_image=&#8220;1px&#8220; border_color_all_image=&#8220;#e5e5e5&#8243; box_shadow_style_image=&#8220;preset2&#8243; global_colors_info=&#8220;{}&#8220; button_bg_color__hover_enabled=&#8220;on|desktop&#8220; button_bg_color__hover=&#8220;#191c3c&#8220; button_bg_enable_color__hover=&#8220;on&#8220; button_text_color__hover_enabled=&#8220;on|hover&#8220; button_text_color__hover=&#8220;#FFFFFF&#8220; button_border_radius__hover_enabled=&#8220;on|hover&#8220; button_border_radius__hover=&#8220;0px&#8220;][et_pb_slide heading=&#8220;Levi&#8217;s Second Chance Shop&#8220; button_text=&#8220;Anschauen&#8220; button_link=&#8220;https:\/\/levissecondchanceshop.de\/&#8220; url_new_window=&#8220;on&#8220; image=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2021\/09\/secondchanceshop.png&#8220; admin_title=&#8220;Levi&#8217;s Second Chance Shop&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; header_level=&#8220;h2&#8243; header_letter_spacing=&#8220;0px&#8220; background_layout=&#8220;light&#8220; custom_padding_tablet=&#8220;&#8220; custom_padding_phone=&#8220;||||false|false&#8220; custom_padding_last_edited=&#8220;on|phone&#8220; link_option_url_new_window=&#8220;on&#8220; header_font_tablet=&#8220;&#8220; header_font_phone=&#8220;&#8220; header_font_last_edited=&#8220;on|phone&#8220; header_font_size_tablet=&#8220;&#8220; header_font_size_phone=&#8220;&#8220; header_font_size_last_edited=&#8220;on|phone&#8220; body_font_size_tablet=&#8220;&#8220; body_font_size_phone=&#8220;&#8220; body_font_size_last_edited=&#8220;on|phone&#8220; border_color_all_image=&#8220;#d6d6d6&#8243; global_colors_info=&#8220;{}&#8220; sticky_transition=&#8220;on&#8220;]<\/p>\n<p>Die Landing Page der Second Chance Shops von Levi&#8217;s in Hamburg. Die Page stellt die Aktion vor und gibt Informationen zu den teilnehmenden Shops sowie den zugeh\u00f6rigen Social Media Kampagnen.<\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8220;Lego Creative Space&#8220; button_text=&#8220;Anschauen&#8220; button_link=&#8220;https:\/\/lcs.adme.dev\/&#8220; url_new_window=&#8220;on&#8220; image=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2021\/09\/lego-creative-1024&#215;587.png&#8220; admin_title=&#8220;Lego Creative Space&#8220; _builder_version=&#8220;4.21.0&#8243; _module_preset=&#8220;default&#8220; background_layout=&#8220;light&#8220; custom_padding_tablet=&#8220;&#8220; custom_padding_phone=&#8220;&#8220; custom_padding_last_edited=&#8220;on|phone&#8220; link_option_url_new_window=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220; sticky_transition=&#8220;on&#8220;]<\/p>\n<p>Die Veranstaltungsseite der Lego Creative Space in K\u00f6ln. Die Seite wurde in drei Phasen neu aufgesetzt. Zun\u00e4chst als Info- und Anmeldeportal f\u00fcr die Teilnehmer, dann als Host f\u00fcr den Livestream und aktuell als Visitenkarte der gelungenen Veranstaltung mit Videos und Fotos des Events.<\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8220;Whodunelson&#8220; button_text=&#8220;Anschauen&#8220; button_link=&#8220;https:\/\/whodunelson.de&#8220; url_new_window=&#8220;on&#8220; image=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2021\/07\/whodunelson-thumb.jpg&#8220; admin_title=&#8220;Whodunelson Reference&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; background_layout=&#8220;light&#8220; link_option_url_new_window=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220; sticky_transition=&#8220;on&#8220;]<\/p>\n<p>Die Website des jungen Creative Director und Content Creator Nelson Ndongala. Ihm war wichtig, dass die Seite seine Fotografie in hoher Qualit\u00e4t darstellt und dabei trotzdem schnell l\u00e4dt, um dem Besucher eine gute Experience zu bieten.<\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8220;Alethia Group&#8220; button_text=&#8220;Anschauen&#8220; button_link=&#8220;https:\/\/alethia.group\/&#8220; url_new_window=&#8220;on&#8220; image=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2021\/09\/alethia.png&#8220; admin_title=&#8220;Alethia Group&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; header_font=&#8220;Montserrat||||||||&#8220; body_font=&#8220;Montserrat||||||||&#8220; background_enable_color=&#8220;off&#8220; background_layout=&#8220;light&#8220; link_option_url_new_window=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220; sticky_transition=&#8220;on&#8220;]<\/p>\n<p>Die Webseite der Alethia Group, einer Ingeneursgesellschaft aus Greifswald. Die Alethia Group hat eine bahnbrechende Oberfl\u00e4chenbeschichtung entwickelt, die auf dieser Seite vorgestellt wird.\u00a0<\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8220;Maxxprosion&#8220; button_text=&#8220;Anschauen&#8220; button_link=&#8220;https:\/\/maxxprosion.de\/&#8220; url_new_window=&#8220;on&#8220; image=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2018\/05\/adme-maxxprosion.gif&#8220; admin_title=&#8220;Maxxprosion Reference&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; header_font=&#8220;Montserrat||||||||&#8220; body_font=&#8220;Montserrat||||||||&#8220; background_enable_color=&#8220;off&#8220; background_layout=&#8220;light&#8220; link_option_url_new_window=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220; sticky_transition=&#8220;on&#8220;]<\/p>\n<p>Maxxprosion ist ein Kassler Unternehmen, das Nahrungserg\u00e4nzungsmittel im Bereich Sport entwickelt und vertreibt. Die Page ist eine WooCommerce Online Shop, der ma\u00dfgeblich an die W\u00fcnsche des Kunden angepasst wurde.<\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8220;tastemaeker&#8220; button_text=&#8220;Anschauen&#8220; button_link=&#8220;https:\/\/tastemaeker.com\/&#8220; url_new_window=&#8220;on&#8220; image=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2023\/07\/tastemaeker-thumb.jpg&#8220; admin_title=&#8220;Tastemaeker Reference&#8220; _builder_version=&#8220;4.21.0&#8243; _module_preset=&#8220;default&#8220; background_enable_color=&#8220;off&#8220; background_layout=&#8220;light&#8220; link_option_url_new_window=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220; sticky_transition=&#8220;on&#8220;]<\/p>\n<p>Eine Social Media Firma aus K\u00f6ln aus dem Bereich Sport und Unterhaltung. F\u00fcr die Seite war es wichtig ein gut f\u00fchrendes Design zu haben, dass dem User hilft sich zu orientieren. Die Seite unterh\u00e4lt ein Workshop Buchungstool und ein Content Dashboard f\u00fcr angemeldete Kunden.<\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8220;4excellence&#8220; button_text=&#8220;Anschauen&#8220; button_link=&#8220;https:\/\/4excellence.de\/&#8220; url_new_window=&#8220;on&#8220; image=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2020\/03\/Screenshot-2020-03-14-at-13.51.54-e1584190403623.png&#8220; admin_title=&#8220;4Excellence Reference&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; background_enable_color=&#8220;off&#8220; background_layout=&#8220;light&#8220; link_option_url_new_window=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220; sticky_transition=&#8220;on&#8220;]<\/p>\n<p class=\"p1\">Die Webseite der Hannoveraner Unternehmensberatung 4 Excellence. Kunden und Interessierte lernen hier die Beratungsdienstleistung sowie die Business Angel Aktivit\u00e4t der Firma kennen. Das Design sollte \u00fcbersichtlich und schnell das Informationsbed\u00fcrfnis der User treffen.<span class=\"Apple-converted-space\">\u00a0<\/span><\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8220;Little Tembo&#8220; button_text=&#8220;Anschauen&#8220; button_link=&#8220;https:\/\/littletembo.de\/&#8220; url_new_window=&#8220;on&#8220; image=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2023\/07\/littletembo.jpg&#8220; admin_title=&#8220;Little Tembo Reference&#8220; _builder_version=&#8220;4.21.0&#8243; _module_preset=&#8220;default&#8220; background_layout=&#8220;light&#8220; link_option_url_new_window=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220; sticky_transition=&#8220;on&#8220;]<\/p>\n<p>Little Tembo ist ein Eco Friendly Online Shop f\u00fcr Inneneinrichtung. Wichtig war hier ein Lightweight Shopsystem, mit einer reibungslosen Anbindung an eine Lagerverwaltung und mehreren Zahlungsanbietern.<\/p>\n<p>[\/et_pb_slide][\/et_pb_fullwidth_slider][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; admin_label=&#8220;Split Section&#8220; _builder_version=&#8220;4.16&#8243; background_enable_color=&#8220;off&#8220; use_background_color_gradient=&#8220;on&#8220; background_color_gradient_stops=&#8220;#f4f4f4 0%|#ffffff 100%&#8220; background_color_gradient_start=&#8220;#f4f4f4&#8243; background_color_gradient_end=&#8220;#ffffff&#8220; custom_margin=&#8220;||||false|false&#8220; custom_padding=&#8220;0px||0px||true|false&#8220; top_divider_style=&#8220;clouds2&#8243; top_divider_color=&#8220;#ffffff&#8220; bottom_divider_style=&#8220;wave2&#8243; bottom_divider_color=&#8220;#191c3c&#8220; animation_direction=&#8220;bottom&#8220; custom_css_main_element=&#8220;min-height: 100vh;&#8220; locked=&#8220;off&#8220; global_colors_info=&#8220;{}&#8220; custom_css_main_element_last_edited=&#8220;on|phone&#8220; custom_css_main_element_tablet=&#8220;height: 100vh;&#8220; custom_css_main_element_phone=&#8220;height: 100vh;&#8220;][et_pb_row column_structure=&#8220;2_5,3_5&#8243; use_custom_gutter=&#8220;on&#8220; gutter_width=&#8220;1&#8243; make_equal=&#8220;on&#8220; custom_padding_last_edited=&#8220;on|phone&#8220; module_class=&#8220; et_pb_row_fullwidth&#8220; _builder_version=&#8220;4.16&#8243; background_enable_image=&#8220;off&#8220; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; width=&#8220;100%&#8220; width_tablet=&#8220;100%&#8220; width_phone=&#8220;&#8220; width_last_edited=&#8220;on|desktop&#8220; max_width=&#8220;100%&#8220; max_width_tablet=&#8220;100%&#8220; max_width_phone=&#8220;&#8220; max_width_last_edited=&#8220;on|desktop&#8220; custom_margin=&#8220;||||false|false&#8220; custom_padding=&#8220;20vh||||false|false&#8220; custom_padding_tablet=&#8220;30vh||||false|false&#8220; custom_padding_phone=&#8220;0vh||||false|false&#8220; make_fullwidth=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220; custom_css_main_element_last_edited=&#8220;on|phone&#8220; custom_css_main_element_tablet=&#8220;height: 100vh;&#8220; custom_css_main_element_phone=&#8220;height: 100%;&#8220;][et_pb_column type=&#8220;2_5&#8243; _builder_version=&#8220;4.16&#8243; background_enable_color=&#8220;off&#8220; background_position=&#8220;top_left&#8220; custom_padding=&#8220;|||5%|false|false&#8220; custom_padding_tablet=&#8220;&#8220; custom_padding_phone=&#8220;80px|10%|80px|10%&#8220; custom_padding_last_edited=&#8220;on|desktop&#8220; global_colors_info=&#8220;{}&#8220; padding_phone=&#8220;80px|10%|80px|10%&#8220; padding_last_edited=&#8220;on|desktop&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_cta title=&#8220;Projekt Planer&#8220; button_url=&#8220;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjQ2OTMwIn19@&#8220; button_text=&#8220;Let&#8217;s Go&#8220; admin_label=&#8220;Feature 01&#8243; _builder_version=&#8220;4.16&#8243; _dynamic_attributes=&#8220;button_url&#8220; header_font=&#8220;Poppins|300|||||||&#8220; header_text_color=&#8220;#1f1f1f&#8220; header_font_size=&#8220;70px&#8220; body_font=&#8220;Poppins|300|||||||&#8220; body_font_size=&#8220;16&#8243; body_line_height=&#8220;1.9em&#8220; body_ul_font=&#8220;Poppins|300|||||||&#8220; body_ol_font=&#8220;Poppins|300|||||||&#8220; use_background_color=&#8220;off&#8220; custom_button=&#8220;on&#8220; button_text_size=&#8220;18&#8243; button_text_color=&#8220;#ffffff&#8220; button_bg_color=&#8220;#191c3c&#8220; button_border_color=&#8220;RGBA(255,255,255,0)&#8220; button_border_radius=&#8220;10px&#8220; button_letter_spacing=&#8220;2&#8243; button_font=&#8220;Poppins|||on|||||&#8220; button_use_icon=&#8220;off&#8220; text_orientation=&#8220;left&#8220; background_layout=&#8220;light&#8220; module_alignment=&#8220;center&#8220; custom_margin=&#8220;|||&#8220; custom_margin_tablet=&#8220;|||&#8220; custom_margin_phone=&#8220;15vh||||false|false&#8220; custom_margin_last_edited=&#8220;on|phone&#8220; custom_padding=&#8220;|||&#8220; animation_style=&#8220;fold&#8220; animation_direction=&#8220;bottom&#8220; animation_intensity_fold=&#8220;15%&#8220; scroll_fade=&#8220;0|19|19|35|0|50%|100&#8243; header_font_size_tablet=&#8220;70px&#8220; header_font_size_phone=&#8220;40px&#8220; header_font_size_last_edited=&#8220;on|phone&#8220; body_font_size_tablet=&#8220;16&#8243; body_font_size_phone=&#8220;14px&#8220; body_font_size_last_edited=&#8220;on|phone&#8220; button_text_size_tablet=&#8220;18&#8243; button_text_size_phone=&#8220;16px&#8220; button_text_size_last_edited=&#8220;on|phone&#8220; button_text_color_hover=&#8220;#6eba01&#8243; button_border_color_hover=&#8220;#6eba01&#8243; button_border_radius_hover=&#8220;0&#8243; button_letter_spacing_hover=&#8220;2&#8243; button_bg_color_hover=&#8220;rgba(0,0,0,0)&#8220; saved_tabs=&#8220;all&#8220; locked=&#8220;off&#8220; global_colors_info=&#8220;{}&#8220; button_text_size__hover_enabled=&#8220;off&#8220; button_one_text_size__hover_enabled=&#8220;off&#8220; button_two_text_size__hover_enabled=&#8220;off&#8220; button_text_color__hover_enabled=&#8220;on|desktop&#8220; button_text_color__hover=&#8220;#FFFFFF&#8220; button_one_text_color__hover_enabled=&#8220;off&#8220; button_two_text_color__hover_enabled=&#8220;off&#8220; button_border_width__hover_enabled=&#8220;off&#8220; button_one_border_width__hover_enabled=&#8220;off&#8220; button_two_border_width__hover_enabled=&#8220;off&#8220; button_border_color__hover_enabled=&#8220;on&#8220; button_border_color__hover=&#8220;RGBA(255,255,255,0)&#8220; button_one_border_color__hover_enabled=&#8220;off&#8220; button_two_border_color__hover_enabled=&#8220;off&#8220; button_border_radius__hover_enabled=&#8220;on&#8220; button_border_radius__hover=&#8220;0&#8243; button_one_border_radius__hover_enabled=&#8220;off&#8220; button_two_border_radius__hover_enabled=&#8220;off&#8220; button_letter_spacing__hover_enabled=&#8220;on&#8220; button_letter_spacing__hover=&#8220;2&#8243; button_one_letter_spacing__hover_enabled=&#8220;off&#8220; button_two_letter_spacing__hover_enabled=&#8220;off&#8220; button_bg_color__hover_enabled=&#8220;on|hover&#8220; button_bg_color__hover=&#8220;#191c3c&#8220; button_one_bg_color__hover_enabled=&#8220;off&#8220; button_two_bg_color__hover_enabled=&#8220;off&#8220; button_bg_enable_color__hover=&#8220;on&#8220;]<\/p>\n<p>Plane was bei deinem Projekt wichtig ist und wie viel es ungef\u00e4hr kosten wird. Wir melden uns innerhalb von 24 Stunden mit einem Angebot.<\/p>\n<ul>\n<li><strong><strong>E-Commerce Seiten<\/strong><\/strong><\/li>\n<li><strong><strong>Landing Pages<\/strong><\/strong><\/li>\n<li><strong><strong>Web Applikationen<\/strong><\/strong><\/li>\n<li><strong>Mobile Apps<\/strong><\/li>\n<\/ul>\n<p>[\/et_pb_cta][et_pb_divider show_divider=&#8220;off&#8220; disabled_on=&#8220;off|off|off&#8220; _builder_version=&#8220;4.16&#8243; background_color_gradient_direction=&#8220;90deg&#8220; max_width=&#8220;100px&#8220; module_alignment=&#8220;left&#8220; height=&#8220;5px&#8220; custom_margin=&#8220;||20px|&#8220; custom_padding=&#8220;||20px|&#8220; animation_style=&#8220;slide&#8220; animation_direction=&#8220;bottom&#8220; saved_tabs=&#8220;all&#8220; locked=&#8220;off&#8220; global_colors_info=&#8220;{}&#8220;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8220;3_5&#8243; disabled_on=&#8220;on|off|off&#8220; _builder_version=&#8220;4.16&#8243; background_enable_image=&#8220;off&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_image src=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2022\/01\/calculator.png&#8220; title_text=&#8220;calculator&#8220; show_bottom_space=&#8220;off&#8220; align=&#8220;center&#8220; disabled_on=&#8220;on|on|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; width=&#8220;75%&#8220; module_alignment=&#8220;center&#8220; custom_margin=&#8220;|||15px|false|false&#8220; custom_padding=&#8220;||||false|false&#8220; scroll_fade=&#8220;0|18|18|45|0|50%|100&#8243; global_colors_info=&#8220;{}&#8220;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; admin_label=&#8220;Testimonials&#8220; _builder_version=&#8220;4.16&#8243; use_background_color_gradient=&#8220;on&#8220; background_color_gradient_stops=&#8220;#191c3c 0%|#0b8cbf 100%&#8220; background_color_gradient_start=&#8220;#191c3c&#8220; background_color_gradient_end=&#8220;#0b8cbf&#8220; custom_padding=&#8220;90px||60px|&#8220; bottom_divider_style=&#8220;ramp&#8220; bottom_divider_color=&#8220;#FFFFFF&#8220; animation_direction=&#8220;bottom&#8220; hover_transition_duration=&#8220;0ms&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_row _builder_version=&#8220;4.16&#8243; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; custom_width_px=&#8220;710px&#8220; locked=&#8220;off&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;4_4&#8243; _builder_version=&#8220;4.16&#8243; background_position=&#8220;top_left&#8220; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_text admin_label=&#8220;Testimonials Section Title&#8220; _builder_version=&#8220;4.16&#8243; header_font=&#8220;Poppins|600|||||||&#8220; header_font_size=&#8220;70px&#8220; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; text_orientation=&#8220;center&#8220; background_layout=&#8220;dark&#8220; max_width=&#8220;710px&#8220; module_alignment=&#8220;center&#8220; animation_style=&#8220;fold&#8220; animation_direction=&#8220;bottom&#8220; animation_intensity_fold=&#8220;20%&#8220; header_font_size_tablet=&#8220;70px&#8220; header_font_size_phone=&#8220;31px&#8220; header_font_size_last_edited=&#8220;on|phone&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<h1>Zufriedene Kunden<\/h1>\n<p>[\/et_pb_text][et_pb_divider color=&#8220;#ffffff&#8220; divider_weight=&#8220;3px&#8220; disabled_on=&#8220;off|off|off&#8220; _builder_version=&#8220;4.16&#8243; background_color_gradient_direction=&#8220;90deg&#8220; max_width=&#8220;100px&#8220; module_alignment=&#8220;center&#8220; height=&#8220;5px&#8220; custom_margin=&#8220;||20px|&#8220; custom_padding=&#8220;||20px|&#8220; animation_style=&#8220;slide&#8220; animation_direction=&#8220;bottom&#8220; saved_tabs=&#8220;all&#8220; locked=&#8220;off&#8220; global_colors_info=&#8220;{}&#8220;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8220;1_2,1_2&#8243; _builder_version=&#8220;4.16&#8243; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.16&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_testimonial author=&#8220;Peter Reitersberger&#8220; portrait_url=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2021\/07\/image-1.jpg&#8220; quote_icon=&#8220;off&#8220; admin_label=&#8220;Testimonial 01&#8243; _builder_version=&#8220;4.16&#8243; body_font=&#8220;Poppins|300|||||||&#8220; body_font_size=&#8220;16px&#8220; use_background_color=&#8220;off&#8220; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; background_layout=&#8220;dark&#8220; animation_style=&#8220;fold&#8220; animation_direction=&#8220;right&#8220; animation_intensity_fold=&#8220;20%&#8220; border_radii_portrait=&#8220;on||||&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p>&#8222;Wir haben eine Webapplikation f\u00fcr unser Personalmanagement erstellen lassen. Wir sind sehr zufrieden mit der App und die Kommunikation und Hilfe funktionieren super.&#8220;<\/p>\n<p>[\/et_pb_testimonial][\/et_pb_column][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.16&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_testimonial author=&#8220;Tabea Ruppe&#8220; portrait_url=&#8220;https:\/\/adme.dev\/wp-content\/uploads\/2021\/07\/image.jpg&#8220; quote_icon=&#8220;off&#8220; admin_label=&#8220;Testimonial 01&#8243; _builder_version=&#8220;4.19.4&#8243; body_font=&#8220;Poppins|300|||||||&#8220; body_font_size=&#8220;16px&#8220; use_background_color=&#8220;off&#8220; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; background_layout=&#8220;dark&#8220; animation_style=&#8220;fold&#8220; animation_direction=&#8220;left&#8220; animation_intensity_fold=&#8220;20%&#8220; border_radii_portrait=&#8220;on||||&#8220; locked=&#8220;off&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p>&#8222;Tolles, kreatives Team. Unsere Firma brauchte eine neue Webseite und ADME hat das super gel\u00f6st.&#8220;<\/p>\n<p>[\/et_pb_testimonial][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; module_id=&#8220;contact&#8220; _builder_version=&#8220;4.14.7&#8243; _module_preset=&#8220;default&#8220; background_color=&#8220;#f9f9f9&#8243; custom_padding=&#8220;1px|||||&#8220; top_divider_color=&#8220;#0b8cbf&#8220; top_divider_height=&#8220;67px&#8220; top_divider_color_last_edited=&#8220;off|desktop&#8220; scroll_fade_enable=&#8220;on&#8220; scroll_fade=&#8220;0|57|57|100|0|100|100&#8243; custom_css_main_element=&#8220;height: 100vh;&#8220; global_module=&#8220;47340&#8243; saved_tabs=&#8220;all&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_row _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; custom_margin=&#8220;10vh||||false|false&#8220; custom_padding=&#8220;10vh||||false|false&#8220; scroll_fade_enable=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;4_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; header_2_font=&#8220;Poppins||||||||&#8220; header_2_font_size=&#8220;55px&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<h2>Kontakt<\/h2>\n<p>[\/et_pb_text][et_pb_contact_form captcha=&#8220;off&#8220; email=&#8220;les@adme.dev&#8220; success_message=&#8220;Danke, wir melden uns schnellstm\u00f6glich!&#8220; submit_button_text=&#8220;Senden&#8220; _builder_version=&#8220;4.24.0&#8243; _module_preset=&#8220;default&#8220; _unique_id=&#8220;94b4939a-abcc-4649-ba52-620ab452c93d&#8220; form_field_background_color=&#8220;#FFFFFF&#8220; form_field_font=&#8220;Poppins||||||||&#8220; custom_button=&#8220;on&#8220; button_bg_color=&#8220;#191c3c&#8220; button_border_width=&#8220;0px&#8220; button_border_radius=&#8220;10px&#8220; button_font=&#8220;Poppins||||||||&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; button_border_radius__hover_enabled=&#8220;on|hover&#8220; button_border_radius__hover=&#8220;0px&#8220; sticky_enabled=&#8220;0&#8243;][et_pb_contact_field field_id=&#8220;Name&#8220; field_title=&#8220;Name&#8220; _builder_version=&#8220;4.17.4&#8243; form_field_background_color=&#8220;RGBA(255,255,255,0)&#8220; form_field_font=&#8220;Poppins||||||||&#8220; border_radii=&#8220;on|10px|10px|10px|10px&#8220; box_shadow_style=&#8220;preset1&#8243; box_shadow_blur=&#8220;15px&#8220; box_shadow_spread=&#8220;-10px&#8220; global_colors_info=&#8220;{}&#8220; button_text_size__hover_enabled=&#8220;off&#8220; button_one_text_size__hover_enabled=&#8220;off&#8220; button_two_text_size__hover_enabled=&#8220;off&#8220; button_text_color__hover_enabled=&#8220;off&#8220; button_one_text_color__hover_enabled=&#8220;off&#8220; button_two_text_color__hover_enabled=&#8220;off&#8220; button_border_width__hover_enabled=&#8220;off&#8220; button_one_border_width__hover_enabled=&#8220;off&#8220; button_two_border_width__hover_enabled=&#8220;off&#8220; button_border_color__hover_enabled=&#8220;off&#8220; button_one_border_color__hover_enabled=&#8220;off&#8220; button_two_border_color__hover_enabled=&#8220;off&#8220; button_border_radius__hover_enabled=&#8220;off&#8220; button_one_border_radius__hover_enabled=&#8220;off&#8220; button_two_border_radius__hover_enabled=&#8220;off&#8220; button_letter_spacing__hover_enabled=&#8220;off&#8220; button_one_letter_spacing__hover_enabled=&#8220;off&#8220; button_two_letter_spacing__hover_enabled=&#8220;off&#8220; button_bg_color__hover_enabled=&#8220;off&#8220; button_one_bg_color__hover_enabled=&#8220;off&#8220; button_two_bg_color__hover_enabled=&#8220;off&#8220;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8220;Email&#8220; field_title=&#8220;Email Adresse&#8220; field_type=&#8220;email&#8220; _builder_version=&#8220;4.17.4&#8243; form_field_background_color=&#8220;RGBA(255,255,255,0)&#8220; form_field_font=&#8220;Poppins||||||||&#8220; border_radii=&#8220;on|10px|10px|10px|10px&#8220; box_shadow_style=&#8220;preset1&#8243; box_shadow_blur=&#8220;12px&#8220; box_shadow_spread=&#8220;-10px&#8220; global_colors_info=&#8220;{}&#8220; button_text_size__hover_enabled=&#8220;off&#8220; button_one_text_size__hover_enabled=&#8220;off&#8220; button_two_text_size__hover_enabled=&#8220;off&#8220; button_text_color__hover_enabled=&#8220;off&#8220; button_one_text_color__hover_enabled=&#8220;off&#8220; button_two_text_color__hover_enabled=&#8220;off&#8220; button_border_width__hover_enabled=&#8220;off&#8220; button_one_border_width__hover_enabled=&#8220;off&#8220; button_two_border_width__hover_enabled=&#8220;off&#8220; button_border_color__hover_enabled=&#8220;off&#8220; button_one_border_color__hover_enabled=&#8220;off&#8220; button_two_border_color__hover_enabled=&#8220;off&#8220; button_border_radius__hover_enabled=&#8220;off&#8220; button_one_border_radius__hover_enabled=&#8220;off&#8220; button_two_border_radius__hover_enabled=&#8220;off&#8220; button_letter_spacing__hover_enabled=&#8220;off&#8220; button_one_letter_spacing__hover_enabled=&#8220;off&#8220; button_two_letter_spacing__hover_enabled=&#8220;off&#8220; button_bg_color__hover_enabled=&#8220;off&#8220; button_one_bg_color__hover_enabled=&#8220;off&#8220; button_two_bg_color__hover_enabled=&#8220;off&#8220;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8220;Message&#8220; field_title=&#8220;Nachricht&#8220; field_type=&#8220;text&#8220; fullwidth_field=&#8220;on&#8220; _builder_version=&#8220;4.17.4&#8243; form_field_background_color=&#8220;RGBA(255,255,255,0)&#8220; form_field_font=&#8220;Poppins||||||||&#8220; border_radii=&#8220;on|10px|10px|10px|10px&#8220; box_shadow_style=&#8220;preset1&#8243; box_shadow_spread=&#8220;-10px&#8220; global_colors_info=&#8220;{}&#8220; button_text_size__hover_enabled=&#8220;off&#8220; button_one_text_size__hover_enabled=&#8220;off&#8220; button_two_text_size__hover_enabled=&#8220;off&#8220; button_text_color__hover_enabled=&#8220;off&#8220; button_one_text_color__hover_enabled=&#8220;off&#8220; button_two_text_color__hover_enabled=&#8220;off&#8220; button_border_width__hover_enabled=&#8220;off&#8220; button_one_border_width__hover_enabled=&#8220;off&#8220; button_two_border_width__hover_enabled=&#8220;off&#8220; button_border_color__hover_enabled=&#8220;off&#8220; button_one_border_color__hover_enabled=&#8220;off&#8220; button_two_border_color__hover_enabled=&#8220;off&#8220; button_border_radius__hover_enabled=&#8220;off&#8220; button_one_border_radius__hover_enabled=&#8220;off&#8220; button_two_border_radius__hover_enabled=&#8220;off&#8220; button_letter_spacing__hover_enabled=&#8220;off&#8220; button_one_letter_spacing__hover_enabled=&#8220;off&#8220; button_two_letter_spacing__hover_enabled=&#8220;off&#8220; button_bg_color__hover_enabled=&#8220;off&#8220; button_one_bg_color__hover_enabled=&#8220;off&#8220; button_two_bg_color__hover_enabled=&#8220;off&#8220;][\/et_pb_contact_field][\/et_pb_contact_form][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ADME class=&#8220;txt-rotate&#8220; data-period=&#8220;2000&#8243; data-rotate='[&#8222;Web Development.&#8220;, &#8222;Online Marketing.&#8220;, &#8222;Content Creation.&#8220;, &#8222;Graphic Design.&#8220;]&#8216; Wir bauen gro\u00dfartige Webseiten, Software Applikationen und liefern robuste Online L\u00f6sungen.Gro\u00dfartige Websites und E-Commerce L\u00f6sungen f\u00fcr dein UnternehmenDas Entwicklerteam f\u00fcr schlanke, effiziente L\u00f6sungen. Wir bauen Online Shops, Web Apps und die technische Infrastruktur f\u00fcr euer Online Marketing.Konzipierung Wir skizzieren zusammen deine Ideen und \u00fcbersetzen [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - ADME Webagentur<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/adme.dev\/de\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - ADME Webagentur\" \/>\n<meta property=\"og:description\" content=\"ADME class=&quot;txt-rotate&quot; data-period=&quot;2000&quot; data-rotate=&#039;[&quot;Web Development.&quot;, &quot;Online Marketing.&quot;, &quot;Content Creation.&quot;, &quot;Graphic Design.&quot;]&#039; Wir bauen gro\u00dfartige Webseiten, Software Applikationen und liefern robuste Online L\u00f6sungen.Gro\u00dfartige Websites und E-Commerce L\u00f6sungen f\u00fcr dein UnternehmenDas Entwicklerteam f\u00fcr schlanke, effiziente L\u00f6sungen. Wir bauen Online Shops, Web Apps und die technische Infrastruktur f\u00fcr euer Online Marketing.Konzipierung Wir skizzieren zusammen deine Ideen und \u00fcbersetzen [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/adme.dev\/de\/\" \/>\n<meta property=\"og:site_name\" content=\"ADME Webagentur\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-29T05:57:46+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"11\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/adme.dev\/de\/\",\"url\":\"https:\/\/adme.dev\/de\/\",\"name\":\"Home - ADME Webagentur\",\"isPartOf\":{\"@id\":\"https:\/\/adme.dev\/#website\"},\"datePublished\":\"2017-12-10T00:08:42+00:00\",\"dateModified\":\"2024-02-29T05:57:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/adme.dev\/de\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/adme.dev\/de\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/adme.dev\/de\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/adme.dev\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/adme.dev\/#website\",\"url\":\"https:\/\/adme.dev\/\",\"name\":\"ADME Webagentur\",\"description\":\"Online Marketing, Webseiten und Graphikdesign\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/adme.dev\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - ADME Webagentur","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/adme.dev\/de\/","og_locale":"de_DE","og_type":"article","og_title":"Home - ADME Webagentur","og_description":"ADME class=\"txt-rotate\" data-period=\"2000\" data-rotate='[\"Web Development.\", \"Online Marketing.\", \"Content Creation.\", \"Graphic Design.\"]' Wir bauen gro\u00dfartige Webseiten, Software Applikationen und liefern robuste Online L\u00f6sungen.Gro\u00dfartige Websites und E-Commerce L\u00f6sungen f\u00fcr dein UnternehmenDas Entwicklerteam f\u00fcr schlanke, effiziente L\u00f6sungen. Wir bauen Online Shops, Web Apps und die technische Infrastruktur f\u00fcr euer Online Marketing.Konzipierung Wir skizzieren zusammen deine Ideen und \u00fcbersetzen [&hellip;]","og_url":"https:\/\/adme.dev\/de\/","og_site_name":"ADME Webagentur","article_modified_time":"2024-02-29T05:57:46+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"11\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/adme.dev\/de\/","url":"https:\/\/adme.dev\/de\/","name":"Home - ADME Webagentur","isPartOf":{"@id":"https:\/\/adme.dev\/#website"},"datePublished":"2017-12-10T00:08:42+00:00","dateModified":"2024-02-29T05:57:46+00:00","breadcrumb":{"@id":"https:\/\/adme.dev\/de\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/adme.dev\/de\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/adme.dev\/de\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/adme.dev\/de\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/adme.dev\/#website","url":"https:\/\/adme.dev\/","name":"ADME Webagentur","description":"Online Marketing, Webseiten und Graphikdesign","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/adme.dev\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/adme.dev\/de\/wp-json\/wp\/v2\/pages\/476"}],"collection":[{"href":"https:\/\/adme.dev\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/adme.dev\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/adme.dev\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/adme.dev\/de\/wp-json\/wp\/v2\/comments?post=476"}],"version-history":[{"count":5,"href":"https:\/\/adme.dev\/de\/wp-json\/wp\/v2\/pages\/476\/revisions"}],"predecessor-version":[{"id":48027,"href":"https:\/\/adme.dev\/de\/wp-json\/wp\/v2\/pages\/476\/revisions\/48027"}],"wp:attachment":[{"href":"https:\/\/adme.dev\/de\/wp-json\/wp\/v2\/media?parent=476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}