CINXE.COM
hessische-hochschulen-nordsued.de wurde bei DomainCatcher.com eingetragen
<!DOCTYPE html> <html lang="de-DE"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content="Entdecke die Möglichkeiten bei DomainCatcher und registriere dich noch heute, um Domains zu erwerben oder zu verkaufen."/> <meta name="robots" content="index,follow"/> <title>hessische-hochschulen-nordsued.de wurde bei DomainCatcher.com eingetragen</title> <link rel="apple-touch-icon" sizes="180x180" href="/dc/img/dc-img/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/dc/img/dc-img/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/dc/img/dc-img/favicon-16x16.png"> <link rel="shortcut icon" href="/dc/img/dc-img/favicon.ico"> <meta name="csrf-param" content="_frontendCSRF"> <meta name="csrf-token" content="1UEmRIo9rZ0mrGg7mxB9pjJiTsbrD8IhXSFJV8GWqduZcEgR0FnjrU3mAVP_ejLTcQMioN5Gi3QETGQ5icDH7w=="> <link href="/dc/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="/dc/css/landing.css" rel="stylesheet"> <link href="/webagentur/202004/font/font.css" rel="stylesheet"> <link href="/dc/css/klaro/klaro.css" rel="stylesheet"> <link href="/dc/css/cookie-banner.css" rel="stylesheet"> <script data-type="application/javascript" type="text/plain" data-name="crispChat">$crisp=[];CRISP_WEBSITE_ID='272868ba-991b-4aca-abe5-44e667f1df2e';(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script> </head> <body data-plugin-scroll-spy data-plugin-options="{'target': '#header'}"> <script> /* BSD 3-Clause License Copyright (c) 2019-2020, KIProtect GmbH Copyright (c) various authors obtainable by running `git shortlog -nse` or visiting https://github.com/KIProtect/klaro/graphs/contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ // By default, Klaro will load the config from a global "klaroConfig" variable. // You can change this by specifying the "data-config" attribute on your // script take, e.g. like this: // <script src="klaro.js" data-config="myConfigVariableName" /> var klaroConfig = { // With the 0.7.0 release we introduce a 'version' paramter that will make // it easier for us to keep configuration files backwards-compatible in the future. version: 1, // You can customize the ID of the DIV element that Klaro will create // when starting up. If undefined, Klaro will use 'klaro'. elementID: 'klaro', // You can override CSS style variables here. For IE11, Klaro will // dynamically inject the variables into the CSS. If you still consider // supporting IE9-10 (which you probably shouldn't) you need to use Klaro // with an external stylesheet as the dynamic replacement won't work there. styling: { theme: ['light', 'top', 'wide'], }, // Setting this to true will keep Klaro from automatically loading itself // when the page is being loaded. noAutoLoad: false, // Setting this to true will render the descriptions of the consent // modal and consent notice are HTML. Use with care. htmlTexts: true, // Setting 'embedded' to true will render the Klaro modal and notice without // the modal background, allowing you to e.g. embed them into a specific element // of your website, such as your privacy notice. embedded: false, // You can group services by their purpose in the modal. This is advisable // if you have a large number of services. Users can then enable or disable // entire groups of services instead of having to enable or disable every service. groupByPurpose: true, // How Klaro should store the user's preferences. It can be either 'cookie' // (the default) or 'localStorage'. storageMethod: 'cookie', // You can customize the name of the cookie that Klaro uses for storing // user consent decisions. If undefined, Klaro will use 'klaro'. cookieName: 'klaro', // You can also set a custom expiration time for the Klaro cookie. // By default, it will expire after 120 days. cookieExpiresAfterDays: 365, // You can change to cookie domain for the consent manager itself. // Use this if you want to get consent once for multiple matching domains. // If undefined, Klaro will use the current domain. //cookieDomain: '.github.com', // You can change to cookie path for the consent manager itself. // Use this to restrict the cookie visibility to a specific path. // If undefined, Klaro will use '/' as cookie path. //cookiePath: '/', // Defines the default state for services (true=enabled by default). default: false, // If "mustConsent" is set to true, Klaro will directly display the consent // manager modal and not allow the user to close it before having actively // consented or declines the use of third-party services. mustConsent: true, // Show "accept all" to accept all services instead of "ok" that only accepts // required and "default: true" services acceptAll: true, // replace "decline" with cookie manager modal hideDeclineAll: true, // hide "learnMore" link hideLearnMore: false, // show cookie notice as modal noticeAsModal: false, // You can also remove the 'Realized with Klaro!' text in the consent modal. // Please don't do this! We provide Klaro as a free open source tool. // Placing a link to our website helps us spread the word about it, // which ultimately enables us to make Klaro! better for everyone. // So please be fair and keep the link enabled. Thanks :) //disablePoweredBy: true, // you can specify an additional class (or classes) that will be added to the Klaro `div` //additionalClass: 'my-klaro', // You can define the UI language directly here. If undefined, Klaro will // use the value given in the global "lang" variable. If that does // not exist, it will use the value given in the "lang" attribute of your // HTML tag. If that also doesn't exist, it will use 'en'. //lang: 'en', // You can overwrite existing translations and add translations for your // service descriptions and purposes. See `src/translations/` for a full // list of translations that can be overwritten: // https://github.com/KIProtect/klaro/tree/master/src/translations // Example config that shows how to overwrite translations: // https://github.com/KIProtect/klaro/blob/master/src/configs/i18n.js translations: { // translationsed defined under the 'zz' language code act as default // translations. zz: { privacyPolicyUrl: '/#privacy', }, // If you erase the "consentModal" translations, Klaro will use the // bundled translations. de: { acceptAll: "Alle akzeptieren", acceptSelected: "Auswahl übernehmen", close: "Schließen", consentModal: { description: "Wir verwenden Technologien wie Cookies, um dein Nutzungserlebnis zu optimieren und Informationen von deinem Gerät zu sammeln. Mit deiner Zustimmung können wir Daten wie dein Online-Verhalten, personenbezogene Daten oder einzigartige IDs auf unserer Website verarbeiten (z.B. um Inhalte zu personalisieren). Wenn du keine Zustimmung erteilst oder diese zurücknimmst, könnte dies die Qualität einiger Funktionen und Dienstleistungen einschränken.", privacyPolicy: { name: "Datenschutzerklärung", text: "Mehr Informationen dazu erhältst du in unserer {privacyPolicy}." }, title: "Wir verwenden Cookies" }, privacyPolicyUrl: '/datenschutz', privacyPolicy: {name: "Datenschutzerklärung", text: "Mehr Informationen dazu erhältst du in unserer {privacyPolicy}."}, session: { description: 'Notwendige Cookies helfen dabei, eine Webseite nutzbar zu machen, indem grundlegende Funktionalitäten wie Seitennavigation und Zugriff au sichere Bereiche der Webseite aktiviert werden.' + 'Die Webseite kann ohne diese Cookies nicht ordnungsgemäß funktionieren.', }, purposes: { others: "Sonstige Cookies", analytics: 'Besucher-Statistiken', security: 'Sicherheit', livechat: 'Live Chat', advertising: 'Anzeigen von Werbung', styling: 'Styling', necessary: 'Technisch notwendige Cookies' }, }, en: { acceptAll: "Accept all", acceptSelected: "Apply selection", close: "Close", consentModal: { description: "We use technologies such as cookies to optimise your user experience and collect information from your device. With your consent, we may process data such as your online behaviour, personal data or unique IDs on our website (e.g. to personalise content). If you do not give your consent or withdraw it, this could limit the quality of some features and services.", privacyPolicy: { name: "privacy policy", text: "You can find more information about this in our {privacyPolicy}.", }, title: "We use cookies" }, privacyPolicyUrl: '/datenschutz', privacyPolicy: {name: "privacy policy", text: "You can find more information about this in our {privacyPolicy}."}, session: { description:'Necessary cookies help to make a website usable by enabling basic functionality such as page navigation and access to secure areas of the website.' + 'The website cannot work correctly without these cookies.', }, purposes: { others: "Other cookies", analytics: 'Analytics', security: 'Security', livechat: 'Livechat', advertising: 'Advertising', styling: 'Styling', necessary: 'Necessary cookies' }, }, nl: { acceptAll: "Alles accepteren", acceptSelected: "Selectie toepassen", close: "Sluit", consentModal: { description: "We gebruiken technologieën zoals cookies om uw gebruikerservaring te optimaliseren en informatie van uw apparaat te verzamelen. Met uw toestemming kunnen we gegevens zoals uw online gedrag, persoonlijke gegevens of unieke ID's op onze website verwerken (bijvoorbeeld om inhoud te personaliseren). Als u uw toestemming niet geeft of intrekt, kan dit de kwaliteit van sommige functies en services beperken.", privacyPolicy: { name: "privacybeleid", text: "Meer informatie hierover vindt u in onze {privacyPolicy}." }, title: "We gebruiken cookies" }, privacyPolicyUrl: '/datenschutz', privacyPolicy: {name: "privacybeleid", text: "Meer informatie hierover vindt u in onze {privacyPolicy}."}, session: { description: 'Noodzakelijke cookies helpen een website bruikbaar te maken door basisfunctionaliteit mogelijk te maken, zoals paginanavigatie en toegang tot beveiligde delen van de website.' + 'Zonder deze cookies kan de website niet goed functioneren.', }, purposes: { others: 'Andere cookies', analytics: 'Analytics', security: 'Beveiliging', livechat: 'Live Chat', advertising: 'Reclamedisplays', styling: 'Styling', necessary: 'Technisch noodzakelijke cookies' }, } }, // This is a list of third-party services that Klaro will manage for you. services: [ { name: 'session', title: 'Session Cookies ', purposes: ['necessary'], required: true, }, { name: 'googleAnalytics', title: 'Google Analytics', purposes: ['others'], cookies: [ ['_ga_TC3NTVDRKQ', '/', '.webdom2.at'], //for dev version ['_ga', '/', '.webdom2.at'], //for dev version ['_ga_TC3NTVDRKQ', '/', 'domaincatcher.com'], //for production version ['_ga', '/', 'domaincatcher.com'], //for production version ], callback: function (consent, service) { }, // If "required" is set to true, Klaro will not allow this service to // be disabled by the user. required: false, // If "optOut" is set to true, Klaro will load this service even before // the user gave explicit consent. // We recommend always leaving this "false". optOut: false, // If "onlyOnce" is set to true, the service will only be executed // once regardless how often the user toggles it on and off. onlyOnce: true, }, { name: 'crispChat', title: 'Crisp Chat', purposes: ['others'], cookies: [ ['crisp-client%2Fsession%2F272868ba-991b-4aca-abe5-44e667f1df2e', '/', '.webdom2.at'], //for dev version ['crisp-client%2Fsocket%2F272868ba-991b-4aca-abe5-44e667f1df2e', '/', '.webdom2.at'], ['crisp-client%2Fsession%2F272868ba-991b-4aca-abe5-44e667f1df2e', '/', 'domaincatcher.com'], //for production version ['crisp-client%2Fsocket%2F272868ba-991b-4aca-abe5-44e667f1df2e', '/', 'domaincatcher.com'], ], callback: function (consent, service) { }, // If "required" is set to true, Klaro will not allow this service to // be disabled by the user. required: false, // If "optOut" is set to true, Klaro will load this service even before // the user gave explicit consent. // We recommend always leaving this "false". optOut: false, // If "onlyOnce" is set to true, the service will only be executed // once regardless how often the user toggles it on and off. onlyOnce: true, }, { name: 'funnelTracking', title: 'Funnel Tracking', purposes: ['others'], callback: function (consent, service) { }, }, { name: 'recaptchaV3', title: 'reCAPTCHAv3', purposes: ['others'], callback: function (consent, service) { }, }, ], }; document.addEventListener('DOMContentLoaded', function () { $(document).ready(function () { let manager = klaro.getManager() // get the consent manager manager.watch({ update: function(manager, eventType, data){ if(eventType === "applyConsents"){ location.reload(); //Seite neu laden, wenn sich Einstellungen der Cookies ändern. } } }) // }); }); </script> <script> document.addEventListener('DOMContentLoaded', function () { $(document).ready(function () { window.CRISP_READY_TRIGGER = function() { //Wenn Crisp geladen wurde if($crisp.get("user:email") !== null && "false" == "false"){ //Wenn User abgemeldet ist, aber user:email noch gesetzt ist => Cirsp Session muss resetet werden. $crisp.push(["do", "session:reset"]); } else if($crisp.get("user:email") === null && "true" == "false"){ // Wenn User angemeldet ist, aber user:email noch nicht gesetzt wurde (Session muss nicht resetet werden). $crisp.push(["set", "user:nickname", [" "]]); $crisp.push(["set", "user:email", ["", ""]]); $crisp.push(["set", "session:data", [[ ["verify-pwd", ""], ]]]); } if($crisp.get("user:email") !== null && "true" == "false"){ $crisp.push(["set", "session:data", [[ ["verify-pwd", ""], ]]]); } }; }); }); </script> <!-- CONTENT --> <div class="body"> <!-- wichtige Meldungen --> <div role="main" class="main"> <div id="headline" class="container"> <p>Die Domain</p> <h1 class="fw-bold">hessische-hochschulen-nordsued.de</h1> <p>wurde vom Domaininhaber bei DomainCatcher.com eingetragen. </p> </div> <div class="section-container"> <section id="benefits"> <div class="container container-flex"> <div class="benefits-flex"> <img src="/dc/img/icons/circle-check-neu.svg" alt="Check Circle Icon" class="check"> <div class="ipad-margin"> <h3 class="fw-bold">Entdecke die Vorteile des Domainhandels mit DomainCatcher</h3> <p> Mit DomainCatcher stehen dir alle Vorteile des Domainhandels zur Verfügung. Entdecke eine benutzerfreundliche Plattform, auf der du Domains kaufen, verkaufen und recyceln kannst. Profitiere von fairen Nettopreisen bis maximal € 99,00, einer schnellen Abwicklung und sicheren Domaintransfers. </p> </div> </div> <div class="benefits-flex"> <img src="/dc/img/icons/circle-check-neu.svg" alt="Check Circle Icon" class="check"> <div> <h3 class="fw-bold">Maximiere deinen Online-Erfolg mit DomainCatcher</h3> <p> DomainCatcher ist dein Schlüssel zum Online-Erfolg. Mit unserem breiten Angebot an Domains kannst du deine Online-Präsenz optimieren und deine Zielgruppe gezielt ansprechen. Nutze die Möglichkeit, gezielten Traffic anzuziehen und deine Sichtbarkeit in Suchmaschinen zu steigern. </p> </div> </div> <div class="benefits-flex"> <img src="/dc/img/icons/circle-check-neu.svg" alt="Check Circle Icon" class="check"> <div> <h3 class="fw-bold">Profitiere von einer vielfältigen Auswahl an Domains</h3> <p> Bei DomainCatcher findest du eine breite Auswahl an erstklassigen Domains, die darauf warten, von dir entdeckt zu werden. Nutze diese vielfältigen Möglichkeiten, um deine Online-Präsenz zu stärken und dein Geschäft erfolgreich im digitalen Raum zu etablieren. Gemeinsam realisieren wir deinen Erfolg im Online-Bereich. </p> </div> </div> </div> </section> <section id="offer"> <div class="container"> <div class="offer-flex"> <p> Entdecke die vielfältigen Möglichkeiten bei <span class="fw-bold">DomainCatcher</span> und registriere dich noch heute, um hochwertige Domains zu erwerben und dein Domainportfolio erfolgreich zu erweitern. </p> <a href="/registration/index?type=landing&object=hessische-hochschulen-nordsued.de" class="fw-bold button-cta">Jetzt registrieren</a> </div> </div> </section> </div> <style> h1 { margin: 0 !important; } #headline { padding-top: 3rem; padding-bottom: 3rem; } #headline { display: block !important; } #headline p { font-size: 18px; font-weight: 500; color: #747474; } #headline h1 { font-size: 36px; padding: 1rem 0; } @media screen and (max-width: 1024px) { #headline h1 { font-size: 28px; } #headline p { font-size: 16px; } } @media screen and (max-width: 821px) { #headline p { font-size: 18px; } #headline h1 { font-size: 28px; padding: 1rem 0; } } @media screen and (max-width: 440px) { #headline h1 { font-size: 34px; } #headline p { font-size: 16px; } } @media screen and (max-width: 394px) { #headline p { font-size: 14px; } #headline h1 { font-size: 30px; } } @media screen and (max-width: 361px) { #headline h1 { font-size: 28px; } #headline p { font-size: 12px; } } </style> </div> </div> <footer id="footer" class="border-0 mt-0 py-2"> <div class="container"> <div class="py-4 text-center"> <p class="mb-1">Die Domain hessische-hochschulen-nordsued.de wurde vom Domaininhaber bei DomainCatcher.com eingetragen.</p> <p class="mb-1"> All rights reserved © 2005 - <script type="text/javascript">document.write(new Date().getFullYear()); </script> </p> <a href="/impressum"><p>Impressum</p></a> </div> </div> </footer> <div class="modal fade" tabindex="-1" role="dialog" aria-labelledby="modal_ajax_label" id="main-modal"> <div class="modal-dialog" role="document"> <div class="modal-content" id="main-modal-content"> <!-- MODAL CONTENT --> </div> </div> </div> <script src="/assets/e05594ac/jquery.js"></script> <script src="/assets/dc15fe31/yii.js"></script> <script src="/dc/vendor/plugins/js/plugins.min.js"></script> <script src="/dc/js/theme.js"></script> <script src="/dc/js/klaro.js"></script>