krugson.de Open in urlscan Pro
81.169.151.160  Public Scan

Submitted URL: http://krugson.de/
Effective URL: https://krugson.de/
Submission: On October 22 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

<form>
  <fieldset>
    <legend class="visuallyhidden">Consent Selection</legend>
    <div id="CybotCookiebotDialogBodyFieldsetInnerContainer">
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonNecessary"><span
            class="CybotCookiebotDialogBodyLevelButtonDescription">Necessary</span></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessary"
            class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonPreferences"><span
            class="CybotCookiebotDialogBodyLevelButtonDescription">Preferences</span></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferences" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonPreferencesInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonStatistics"><span
            class="CybotCookiebotDialogBodyLevelButtonDescription">Statistics</span></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatistics" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonStatisticsInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonMarketing"><span
            class="CybotCookiebotDialogBodyLevelButtonDescription">Marketing</span></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketing" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonMarketingInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
    </div>
  </fieldset>
</form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonPreferences"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonStatistics"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonMarketing" checked="checked"
    tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyContentCheckboxPersonalInformation" class="CybotCookiebotDialogBodyLevelButton"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

Name: contactFormPOST

<form method="post" id="contactForm" name="contactForm" style="color: white!important;" novalidate="novalidate">
  <div class="row g-3">
    <div class="col-xl-12">
      <input type="text" id="name" name="name" class="form-control bg-light border-0" placeholder="Dein Name" style="height: 55px;">
    </div>
    <div class="col-12">
      <input type="email" id="email" name="email" class="form-control bg-light border-0" placeholder="Deine E-Mail" style="height: 55px;">
    </div>
    <div class="col-12">
      <select class="form-select bg-light border-0" id="betreff" name="betreff" style="height: 55px;">
        <option selected="">Service auswählen...</option>
        <option value="1">Basic Website</option>
        <option value="2">Standard Website</option>
        <option value="3">Advanced Website</option>
        <option value="4">Special Website</option>
        <option value="5">SEO-Optimierung</option>
        <option value="7">Design (Flyer, Logo...)</option>
        <option value="8">Anderes</option>
      </select>
    </div>
    <div class="col-12">
      <textarea id="nachricht" name="nachricht" class="form-control bg-light border-0" rows="3" placeholder="Nachricht"></textarea>
    </div>
    <div class="col-12">
      <input type="submit" value="Angebot unverbindlich anfragen" class="btn btn-dark w-100 py-3">
      <span class="submitting"></span>
    </div>
  </div>
</form>

Text Content

Powered by Cookiebot
 * Consent
 * Details
 * [#IABV2SETTINGS#]
 * About


THIS WEBSITE USES COOKIES

We use cookies to personalise content and ads, to provide social media features
and to analyse our traffic. We also share information about your use of our site
with our social media, advertising and analytics partners who may combine it
with other information that you’ve provided to them or that they’ve collected
from your use of their services.
Consent Selection
Necessary

Preferences

Statistics

Marketing

Show details
 * Necessary 4
   
   Necessary cookies help make a website usable by enabling basic functions like
   page navigation and access to secure areas of the website. The website cannot
   function properly without these cookies.
    * Google
      3
      Learn more about this provider
      test_cookieUsed to check if the user's browser supports cookies.
      Expiry: 1 dayType: HTTP
      rc::eThis cookie is used to distinguish between humans and bots.
      Expiry: SessionType: HTML
      google_auto_fc_cmp_settingStores the user's cookie consent state for the
      current domain
      Expiry: PersistentType: HTML
    * krugson.de
      1
      CookieConsentStores the user's cookie consent state for the current domain
      Expiry: 1 yearType: HTTP

 * Preferences 0
   
   Preference cookies enable a website to remember information that changes the
   way the website behaves or looks, like your preferred language or the region
   that you are in.
   
   We do not use cookies of this type.

 * Statistics 0
   
   Statistic cookies help website owners to understand how visitors interact
   with websites by collecting and reporting information anonymously.
   
   We do not use cookies of this type.

 * Marketing 5
   
   Marketing cookies are used to track visitors across websites. The intention
   is to display ads that are relevant and engaging for the individual user and
   thereby more valuable for publishers and third party advertisers.
    * Google
      5
      Learn more about this provider
      IDEPending
      Expiry: 1 yearType: HTTP
      pagead/gen_204Collects data on visitor behaviour from multiple websites,
      in order to present more relevant advertisement - This also allows the
      website to limit the number of times that they are shown the same
      advertisement.
      Expiry: SessionType: Pixel
      __gadsUsed to register what ads have been displayed to the user.
      Expiry: 1 yearType: HTTP
      __gpiCollects information on user behaviour on multiple websites. This
      information is used in order to optimize the relevance of advertisement on
      the website.
      Expiry: 1 yearType: HTTP
      GoogleAdServingTestUsed to register what ads have been displayed to the
      user.
      Expiry: SessionType: HTTP

 * Unclassified 0
   Unclassified cookies are cookies that we are in the process of classifying,
   together with the providers of individual cookies.
   
   We do not use cookies of this type.

Cross-domain consent[#BULK_CONSENT_DOMAINS_COUNT#] [#BULK_CONSENT_TITLE#]
List of domains your consent applies to: [#BULK_CONSENT_DOMAINS#]
Cookie declaration last updated on 25.07.23 by Cookiebot


[#IABV2_TITLE#]

[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_LABEL_PURPOSES#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_LABEL_FEATURES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_LABEL_PARTNERS#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]

Cookies are small text files that can be used by websites to make a user's
experience more efficient.

The law states that we can store cookies on your device if they are strictly
necessary for the operation of this site. For all other types of cookies we need
your permission.

This site uses different types of cookies. Some cookies are placed by third
party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration
on our website.

Learn more about who we are, how you can contact us and how we process personal
data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your
consent.

Do not sell or share my personal information
Deny Allow selection Customize

Allow all
Powered by Cookiebot by Usercentrics

+49 151 70598896 business@krugson.net



    SERVICES

Home Über Uns Services Kontakt


WIR SIND INNOVATIV

Kontaktiere uns


WIR SIND KREATIV

Kontaktiere uns


UNSER CODE
FÜR IHREN VORSPRUNG

Kontaktiere uns
Previous Next


ERFAHRUNG


5


  JAHRE

FERTIGE PROJEKTE


12

HAPPY KUNDEN


12

ABOUT US


DIE BESTEN IT-LÖSUNGEN VON UNS!



KOMPETENTE ANSPRECHPARTNER

PROFESSIONELLE ARBEIT

24/7 SUPPORT

FAIRE PREISE

DU HAST FRAGEN? RUF UNS DOCH AN

+49 151 70598896

Angebot anfordern


WARUM SOLLTEN SIE UNS BEAUFTRAGEN?


WIR SIND HIER UM DIR ZU HELFEN UND DICH ZU UNTERSÜTZEN

BESTE BERATUNG

Für beste Beratung und Erfolgsgarantie!

KOMPETENTE ANSPRECHPARTNER

Vertrauen Sie auf unsere kompetenten Ansprechpartner!



PROFESSIONELLE ARBEIT

Professionelle Arbeit, die beeindruckt!

24/7 SUPPORT

Rund um die Uhr für Sie da:
Unser 24/7 Support!

UNSERE SERVICES


MASSGESCHNEIDERTE LÖSUNGEN FÜR DEIN ERFOLGSBUSINESS!

WEB DEVELOPMENT

Entdecken Sie erstklassiges Web Development für Ihren Erfolg!

SECURITY

Ihre Sicherheit steht bei uns an
erster Stelle!

SUPPORT

Wir helfen Ihnen bei allen Anliegen, egal worum es geht!

VISUAL ADVERTISING

Erreichen Sie Ihre Zielgruppe mit fesselndem Visual Advertising. Egal ob Logo's,
Flyer oder Banner...

SEO OPTIMIZATION

Steigern Sie Ihre Sichtbarkeit mit maßgeschneiderter SEO-Optimierung!


DU WILLST EIN ANGEBOT?
RUF UNS AN!

Unser Team freut sich auf Dich!


ANRUFEN

PREISE UND ANGEBOTE

SOLLTEN SIE HIER KEIN PASSENDES ANGEBOT FINDEN, KONTAKTIEREN SIE UNS DOCH GERNE
ÜBER UNSER KONTAKTFORMULAR

BASIC WEBSITE

ab 300€ einmalig


HOSTING & SUPPORT


€15.00/ MONAT

HTML5 & CSS3
Bootstrap v5
Responsive Layout
Cross-browser Support
  x Seiten
Komplexität
Jetzt anfragen

STANDARD WEBSITE

ab 800€ einmalig


HOSTING & SUPPORT


€25.00/ MONAT

HTML5 & CSS3
Bootstrap v5
Responsive Layout
Cross-browser Support
        x Seiten
Komplexität
Jetzt anfragen

ADVANCED WEBSITE

ab 1200€ einmalig


HOSTING & SUPPORT


€35.00/ MONAT

HTML5 & CSS3
Bootstrap v5
Responsive Layout
Cross-browser Support
x Seiten
Komplexität
Jetzt anfragen

ANGEBOT ANFRAGEN!


SIE MÖCHTEN EIN KOSTENLOSES ANGEBOT? BITTE ZÖGERN SIE NICHT, UNS ZU
KONTAKTIEREN.

ANTWORT INNERHALB 24H

24H TELEFON SUPPORT

Als Einzelunternehmer weiß ich, wie wichtig jeder Schritt ist. Ich biete Ihnen
ein kostenloses Angebot, um Ihr Business zu stärken. Gemeinsam verwirklichen wir
Ihre Ziele und setzen neue Standards für Ihren Erfolg. Kontaktieren Sie mich
jetzt und entdecken Sie, wie ich Sie zum Strahlen bringe!

RUFEN SIE MICH AN, WENN SIE FRAGEN HABEN

+49 151 70598896


SIE KÖNNEN AUCH HILFE ÜBER UNSEREN CHAT ERHALTEN

ZUM CHAT

Service auswählen... Basic Website Standard Website Advanced Website Special
Website SEO-Optimierung Design (Flyer, Logo...) Anderes



Deine Nachricht wurde erfolgreich versendet,
vielen Dank!
prev
next



GET IN TOUCH

business@krugson.net

+49 151 70598896


Images by   Pexels


QUICK LINKS

Start Über Uns Unsere Services Kontakt


RECHTLICHES

Impressum Datenschutz Disclamer

© Jonas Krug. All Rights Reserved.