<!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>thegermanpaper.de wurde bei DomainCatcher.com eingetragen</title>
<meta property="og:image" content="https://domaincatcher.com/dc/img/og/dc_logo_gross.png" />
<meta property="twitter:image" content="https://domaincatcher.com/dc/img/og/dc_logo_gross.png" />
<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="Ga93YjPTnRa8Nx3bvwLUQazwXJVm2z2G42BqmgmAbSZ6yB87BurRROhnbIL4O5UR2ps7-CG9W9fOLxjJf-Y7fA==">
<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">
</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_QBTBCJYVE5', '/', '.webdom2.at'], //for dev version
['_ga', '/', '.webdom2.at'], //for dev version
['_ga_QBTBCJYVE5', '/', '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: '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>
<!-- CONTENT -->
<div class="body">
<!-- wichtige Meldungen -->
<div role="main" class="main">
<div id="headline" class="container">
<h1 class="fw-bold">thegermanpaper.de</h1>
<h2>steht zum Verkauf</h2>
</div>
<section id="main-content" class="row justify-content-between align-items-center container m-auto">
<div id="left" class="col-md-12 col-xl-7 col-lg-6 d-flex order-2 order-lg-1">
<div class="blue-line"></div>
<div class="paragraph">
<p class="mb-3">
Mit dem Erwerb einer Expired-Domain wie <span>thegermanpaper.de</span> erhaltest du Zugriff auf einen
möglichen wertvollen Altbestand an Backlinks. Diese könnten dir eine wertvolle Unterstützung bei der erneuten Projektierung
der Domain bieten und dienen als solide Grundlage für deine zukünftige Webseitenaktivität und SEO-Maßnahmen. </p>
<p class="mb-3">
Durch die Nutzung von Backlinks kannst du deine Sichtbarkeit in Suchmaschinen schneller verbessern
und den Erfolg deiner Online-Präsenz maximieren. </p>
<p>
Profitiere von diesem wertvollen Vorteil! </p>
</div>
</div>
<!-- Right side - Price with CTA button -->
<div id="right" class="col-xl-4 col-lg-5 col-md-12 shadow order-1 order-lg-2">
<div class="pt-4 px-3 pb-3 tablet-background">
<div class="tablet-headline">
<h2 class="fw-bold">thegermanpaper.de</h2>
steht zum Verkauf </div>
</div>
<div class="preis-container">
<h3 class="fw-bold px-3 pb-2 pt-3">
Kaufe die Domain <br class="break">
<span>thegermanpaper.de</span></h3>
<div class="d-flex px-3 py-lg-2 py-3 justify-content-between align-items-center new-price">
<p class="fw-bold">jetzt für</p>
<div>
<p class="preis-tag"><span
class="fw-bold preis">€ 54,00</span>
</p>
<p class="mwst"><a href="#flush-headingSix"
id="taxes-info">zzgl. MwSt (falls anwendbar)</a></p>
</div>
</div>
</div>
<div class="px-3 py-lg-2 py-3 info">
<p>
Registriere dich jetzt bei DomainCatcher.com und sichere dir thegermanpaper.de zum oben genannten
Preis. Dieses Angebot gilt nach dem Prinzip "first come, first served". Zusätzlich können gesetzliche
Mehrwertsteuer sowie Kreditkartengebühren anfallen. </p>
</div>
<div class="px-3 pb-3">
<a class="fw-bold button"
href="/registration/index?type=landing&object=thegermanpaper.de">Jetzt registrieren & kaufen</a>
<div class="bg-partner-img">
</div>
<div class="border-top pt-lg-2 pt-3" id="sicherekauf">
<div class="d-flex align-items-center gap-1">
<img
src="/dc/img/icons/handshake-icon.svg"
alt="Verlässliche Abwicklung"
class="img-color logo-catcher"
>
<p>Verlässliche Abwicklung<br>mit Sicherheitsgarantie</p>
</div>
<div class="d-flex align-items-center gap-1">
<img alt="domaincatcher.com"
src="/dc/img/icons/DC-LOGO.svg"
class="logo-catcher">
<p class="fw-bold"><span class="fw-bold">DOMAIN</span>CATCHER</p>
</div>
</div>
</div>
</div>
</section>
<!-- Benefits Section -->
<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>
<!-- FAQ's -->
<section id="faq">
<div class="container">
<h3 class="mb-4 fw-bold">Häufige Fragen und Antworten <img src="/dc/img/icons/question-mark.svg"
alt="Question Mark Icon"
class="img-color question-img">
</h3>
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item mb-3">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed acc" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
Was ist Domex? </button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<div class="d-flex py-2">
<div class="blue-line"></div>
<p>
Domex ist ein exklusiver Domainmarktplatz, der speziell für Wiederverkäufer
entwickelt wurde. Bei Domex haben registrierte Benutzer, die sich bei DomainCatcher angemeldet haben, die
Möglichkeit, Domainnamen zum Verkauf anzubieten. Der Marktplatz zeichnet sich durch eine besondere
Beschränkung aus: Es ist nur möglich, Domainnamen mit einem maximalen Verkaufspreis von € 99,00 (netto
exkl. MwSt) einzustellen. </p>
</div>
</div>
</div>
</div>
<div class="accordion-item mb-3">
<h2 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed acc" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
Warum muss ich mich registrieren um den Domainnamen zu erwerben? </button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<div class="d-flex py-2">
<div class="blue-line"></div>
<p>
Bei Domex haben ausschließlich registrierte Nutzer die Möglichkeit, Domains wie
diese zu erwerben, die über den Marktplatz angeboten werden. Dies gewährleistet ein sicheres und
vertrauenswürdiges Umfeld für alle Transaktionen. Indem potenzielle Käufer sich anmelden und registrieren,
können sie die exklusiven Angebote und Möglichkeiten von Domex vollständig nutzen. </p>
</div>
</div>
</div>
</div>
<div class="accordion-item mb-3">
<h2 class="accordion-header" id="flush-headingThree">
<button class="accordion-button collapsed acc" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree" aria-expanded="false"
aria-controls="flush-collapseThree">
Welche Zahlungsmöglichkeiten habe ich? </button>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<div class="d-flex py-2">
<div class="blue-line"></div>
<p>
Wir bieten unseren Nutzern verschiedene Zahlungsmethoden an, um den Komfort und die Flexibilität beim
Kauf von Domains über Domex zu gewährleisten. Zu den verfügbaren Zahlungsoptionen gehören
Banküberweisung, Kreditkartenzahlung und PayPal. Bitte beachte, dass bei Zahlungen mit PayPal oder
Kreditkarte eine Bearbeitungsgebühr von 3,5 % hinzukommt. Mit diesen sicheren und etablierten
Zahlungsverfahren können Nutzer bequem die gewünschte Zahlungsmethode auswählen und den Kaufvorgang
abschließen. </p>
</div>
</div>
</div>
</div>
<div class="accordion-item mb-3">
<h2 class="accordion-header" id="flush-headingFour">
<button class="accordion-button collapsed acc" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour" aria-expanded="false"
aria-controls="flush-collapseFour">
Wie lange dauert es bis ich den Auth-Code für den Domainnamen bekomme? </button>
</h2>
<div id="flush-collapseFour" class="accordion-collapse collapse" aria-labelledby="flush-headingFour"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<div class="d-flex py-2">
<div class="blue-line"></div>
<p>
Mit nur wenigen Mausklicks können Nutzer auf Domex eine gewünschte Domain erwerben. Der gesamte
Kaufprozess ist schnell und unkompliziert gestaltet, sodass der Käufer die Domain sofort zur Verfügung
hat. Darüber hinaus wird der Authentifizierungscode (Auth-Code) für die übertragene Domain umgehend
bereitgestellt. Dies ermöglicht es dem Käufer, die Domain nahtlos in seine Online-Aktivitäten zu
integrieren oder sie bei Bedarf an eine andere Plattform zu übertragen. Wir legen großen Wert auf eine
reibungslose und effiziente Abwicklung, um sicherzustellen, dass unsere Nutzer schnell von ihrer
erworbenen Domain profitieren können. </p>
</div>
</div>
</div>
</div>
<div class="accordion-item mb-3">
<h2 class="accordion-header" id="flush-headingFive">
<button class="accordion-button collapsed acc" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFive" aria-expanded="false"
aria-controls="flush-collapseFive">
Kommen weitere Kosten auf mich zu? </button>
</h2>
<div id="flush-collapseFive" class="accordion-collapse collapse" aria-labelledby="flush-headingFive"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<div class="d-flex py-2">
<div class="blue-line"></div>
<p>
Bitte beachte, dass bei Zahlungen mit PayPal oder Kreditkarte eine Bearbeitungsgebühr von 3,5 %
hinzukommt. Die angegebenen Preise verstehen sich zuzüglich eventuell anfallender Umsatzsteuer. Es
fallen keine weiteren Kosten an, da die Abwicklung und Transfergebühren bereits inbegriffen sind. Bei
.de Domains ist zusätzlich eine Marktplatzgebühr für bis zu 1 Jahr enthalten. Wir legen großen Wert
darauf, transparente Preise anzubieten, damit unsere Nutzer genau wissen, welche Kosten mit dem Erwerb
einer Domain verbunden sind. Unsere Gebühren umfassen bereits alle relevanten Leistungen, sodass es
keine unerwarteten Ausgaben gibt. </p>
</div>
</div>
</div>
</div>
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingSix">
<button id="tax-button" class="accordion-button collapsed acc" type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseSix" aria-expanded="false"
aria-controls="flush-collapseSix">
Muss ich Mehrwertsteuer bezahlen? </button>
</h2>
<div id="flush-collapseSix" class="accordion-collapse collapse" aria-labelledby="flush-headingSix"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<div class="d-flex py-2">
<div class="blue-line"></div>
<div>
<h4>
Informationen zur Berechnung der Umsatzsteuer </h4>
<p class="mb-4">
Alle Preise und Gebote werden als Nettopreise angeführt und verstehen sich zuzüglich / exklusive
gegebenenfalls anwendbarer Mehrwertsteuer (MwSt).
EU-Kunden mit gültiger Umsatzsteuer-Identifikationsnummer (MwSt-IdNr./UID-Nr.) und ausländischen
Nicht-EU-Kunden wird nur der Nettobetrag (Preis exkl. MwSt) verrechnet. Bei EU Kunden ohne gültige
UID und österreichischen Kunden wird der Bruttobetrag (Preis inkl. MwSt) verrechnet. </p>
<h4>
Beispiele: <br>
</h4>
<p>
<span>Du hast deinen Firmensitz in Deutschland und eine gültige MwSt-IdNr(UID-Nr.)?</span><br>
Dann wird dir der Nettobetrag (Preis exkl. MwSt.) verrechnet.<br> <br>
<span>Du hast deinen Sitz in Deutschland und keine gültige MwSt-IdNr(UID-Nr.)?</span><br>
Dann wird dir der Nettobetrag zuzüglich 19 % MwSt. verrechnet. <br> <br>
<span>Du hast deinen Sitz in Österreich?</span><br>
Dann wird dir wird der Nettobetrag zuzüglich 20 % MwSt. verrechnet. </p>
</div>
</div>
</div>
</div>
</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 class="fw-bold button-cta"
href="/registration/index?type=landing&object=thegermanpaper.de">Jetzt registrieren & kaufen</a>
</div>
</div>
</section>
<script>
window.addEventListener('load', function () {
$('#taxes-info').click(function () {
$('#tax-button').removeClass('collapsed');
$('#flush-collapseSix').addClass('show')
})
});
</script> </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 thegermanpaper.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>