Help
RSS
API
Feed
Maltego
Contact
Domain > www.konjugieren.de
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2015-05-12
185.53.178.21
(
ClassC
)
2024-10-31
51.89.120.124
(
ClassC
)
Port 443
HTTP/1.1 200 200Date: Thu, 31 Oct 2024 11:51:49 GMTServer: ApacheContent-Type: text/html;charsetUTF-8Vary: Accept-Encoding,User-AgentTransfer-Encoding: chunked !DOCTYPE html>html langde>head> title>Deutsche Verben konjugieren | Konjugation der deutschen Verben/title>meta namedescription contentKonjugiere mehr als 23.000 deutsche Verben in allen Zeitformen. Zu jedem Verb werden vollständige Konjugationtabellen mit PDF-Download angezeigt./>meta namekeywords contentKonjugation, deutsch, konjugieren, Verb, Tempus, Modus, Numerus, Genus verbi/>meta propertyog:title contentDeutsche Verben konjugieren | Konjugation der deutschen Verben/>meta propertyog:description contentKonjugiere mehr als 23.000 deutsche Verben in allen Zeitformen. Zu jedem Verb werden vollständige Konjugationtabellen mit PDF-Download angezeigt.>meta propertyog:url contenthttps://www.konjugieren.de//>meta namerobots contentindex, follow /> link relcanonical hrefhttps://www.konjugieren.de/>link relalternate hreflangde hrefhttps://www.konjugieren.de/ />meta http-equivContent-Type contenttext/html; charsetUTF-8 />meta nameviewport contentwidthdevice-width, initial-scale1.0> meta nameHandheldFriendly contenttrue/>meta nameMobileOptimized contentwidth/>meta nameapplication-name contentDeutsche Verben />link relapple-touch-icon sizes180x180 href/apple-touch-icon.png>link relicon typeimage/png sizes32x32 href/favicon-32x32.png>link relicon typeimage/png sizes16x16 href/favicon-16x16.png>link relmanifest href/site.webmanifest>link relmask-icon href/safari-pinned-tab.svg color#000084>meta namemsapplication-TileColor content#000084>meta nametheme-color content#000084>script typetext/javascript> const Rahmen {}; (function() { function istauf(id) { const e document.getElementById(id); const d e.currentStyle ? e.currentStyle.display : getComputedStyle(e, null)?.display; return d ! none; } function display(e) { let t e.tagName; if(tUL||tDIV) return block; if(tTD) return table-cell; if(tTR) return table-row; return inline; } function aufzu(id, auf) { const elements document.querySelectorAll(id + id + ); elements.forEach(function(e) { aufzuE(e, auf); }); const buttons document.querySelectorAll(id + id + Img); buttons.forEach(function(b) { aufzuB(b, auf); }); } function aufzuE(e, auf) { e.style.display auf ? display(e) : none; if (auf && e.onchange) e.onchange(undefined); } function aufzuB(b, auf) { const ba b.getElementsByClassName(rAuf)0; if (ba) ba.style.display auf ? display(ba) : none; const bz b.getElementsByClassName(rZu)0; if (bz) bz.style.display auf ? none : display(bz); } function setHeight(e) { e.style.height ; e.style.height e.scrollHeight + px; } Rahmen.alleaufzu function(id, k) { const ia istauf(id); const elements document.getElementsByClassName(k); for (let i 0; i elements.length; i++) { aufzu(elementsi.id, !ia); } }; Rahmen.a function(e, u) { document.location u; e.preventDefault(); return false; }; Rahmen.auf function(ids) { if(ids instanceof Array) { for (const id in ids) aufzu(idsid, true); } else aufzu(ids, true); }; Rahmen.zu function(ids) { if (Array.isArray(ids)) { for (const id of ids) { aufzu(id, false); } } else { aufzu(ids, false); } }; Rahmen.aufzu function(ids) { if (Array.isArray(ids)) { const ia istauf(ids0); for (const id of ids) { aufzu(id, !ia); } } else { aufzu(ids, !istauf(ids)); } }; Rahmen.breite function() { return Math.max(document.documentElement.clientWidth, window.innerWidth || 0); }; Rahmen.resize function(ev) { setHeight(ev.target); }; Rahmen.size function(id) { setHeight(document.getElementById(id)); }; }).apply(Rahmen); const Eingabe {}; (function() { function element(id) { return document.getElementById(id); } function sprung(e,l,s) { let i; const os l.getElementsByClassName(rEinOpt); let t -1; for (i 0; ios.length; i++) { if(osi.classList.contains(rEinOptAn)) ti; } let p t + s; if(p0) pos.length-1; if(p>os.length-1) p0; for (i 0; ios.length; i++) { if(it) osi.classList.remove(rEinOptAn); if(ip) { osi.classList.add(rEinOptAn); } } e.valueosp.getAttribute(data-word); e.setSelectionRange(0,e.value.length); } this.zeige function(ide,idl,v) { let o; const e element(ide); const l element(idl); let s 0; const w e.value; while(l.children.length>0) l.removeChild(l.children0); for(let i0; iv.length; i++) { if(!vi) continue; let w, t; if(vi instanceof Array) { if(vi.length 1) continue; wvi0; tvi1; } else { wvi; tvi; } o document.createElement(div); o.onmousedownfunction(ev) { Eingabe.uebernahme(ev,ide); }; o.classList.add(rEinOpt); o.setAttribute(data-word, w); o.innerHTML t; l.appendChild(o); s++; } if(s0) {l.style.display none; return;} l.style.width(l.parentElement.clientWidth)+px; e.setAttribute(w,w); l.style.displayinline; }; this.an function(ide,idl,fnkl) { const e element(ide); const w e.value; setTimeout(function() { if(w!e.value) return; fnkl(ide,idl,w); },50); }; this.aus function(ide, idl) { const e element(ide); const l element(idl); setTimeout(function() { if(document.activeElement e || document.activeElement l) return; l.style.display none; },50); }; this.uebernahme function(ev,ide) { const e element(ide); e.valueev.target.getAttribute(data-word); e.focus(); if(e.form) e.form.submit(); }; this.taste function(ide, idl, event) { const l element(idl); const e element(ide); let keyCode (which in event) ? event.which : event.keyCode; if(keyCode 40) { sprung(e, l, 1); event.preventDefault(); } if(keyCode 38) { sprung(e, l, -1); event.preventDefault(); } if(keyCode 27) { l.style.display none; } }; }).apply(Eingabe); const Hinweis {}; (function() { this.weg function(n) { Hinweis.schliessen(n); document.cookiede.netzverb.rahmen.hinweis_+n+none + ;expires+new Date(new Date().setFullYear(new Date().getFullYear() + 1)).toUTCString() + ;path/; }; this.schliessen function(n) { const e document.getElementById(n); e.style.displaynone; }; }).apply(Hinweis); const Ajax {}; (function() { let kn, kv, kfa; function pr(p, n, v) { if(!n) return p; return (p ? p + & : ) + encodeURIComponent(n) + + encodeURIComponent(v); } function prs(f, s) { let i; let p pr(null, kn, kv); const is f.getElementsByTagName(input); for(i 0; iis.length; i++) if(!isi.disabled && isi.name && (isi.type ! submit || isi s)) if(isi.type ! radio && isi.type ! checkbox || isi.checked) p pr(p, isi.name, isi.value); const bs f.getElementsByTagName(button); for(i 0; ibs.length; i++) if(!bsi.disabled && bsi.name && bsi.type submit && bsi s) p pr(p, bsi.name, bsi.value); const tas f.getElementsByTagName(textarea); for(i 0; itas.length; i++) if(!tasi.disabled && tasi.name) p pr(p, tasi.name, tasi.value); const ss f.getElementsByTagName(select); for(i 0; iss.length; i++) if(!ssi.disabled && ssi.name && ssi.selectedIndex > 0) p pr(p, ssi.name, ssi.optionsssi.selectedIndex.value); return p; } this.param function (p, n, v) { return pr(p, n ,v); }; this.ersetze function(e, id, h) { return this.submit(e, id, h); }; this.submit function(e, id, h) { e.preventDefault(); let s; let f e.currentTarget; if(f.tagName ! FORM) { s f; f f.form; } const p prs(f, s); let fa f.action; if(s && s.formAction) fa s.formAction; if(kfa) fa kfa; this.post(fa, p, id, h); kn null; kv null; kfa null; return false; }; this.submit2 function(f, h) { const p prs(f); let fa f.action; this.post2(fa, p, h); kn null; kv null; kfa null; return false; }; this.get function(u, id, i, h) { const r new XMLHttpRequest(); r.withCredentials true; r.onload function() { const d document.getElementById(id); if(r.status 200) { if(i) { d.innerHTML r.responseText; } else { d.outerHTML r.responseText; } } else { d.innerHTML r.responseURL + ( + r.status + : + r.statusText + ); } if(h) { h(); } }; r.open(GET, u, true); r.setRequestHeader(X-Requested-With, XMLHttpRequest); r.send(); return false; }; this.get2 function(u, h) { const r new XMLHttpRequest(); r.withCredentials true; r.onload function() { if(h) h(r); }; r.open(GET, u, true); r.setRequestHeader(X-Requested-With, XMLHttpRequest); r.send(); return false; }; this.post function(u, p, id, h) { const r new XMLHttpRequest(); r.withCredentials true; r.onload function() { const d document.getElementById(id); if(r.status 200) { d.outerHTML r.responseText; } else { d.innerHTML r.responseURL + ( + r.status + : + r.statusText + ); } if(h) h(); }; r.open(POST, u, true); r.setRequestHeader(Content-type, application/x-www-form-urlencoded; charsetUTF-8); r.setRequestHeader(X-Requested-With, XMLHttpRequest); r.send(p); return false; }; this.post2 function(u, p, h) { const r new XMLHttpRequest(); r.withCredentials true; r.onload function() { if(h) h(r); }; r.open(POST, u, true); r.setRequestHeader(Content-type, application/x-www-form-urlencoded; charsetUTF-8); r.setRequestHeader(X-Requested-With, XMLHttpRequest); r.send(p); return false; }; this.aktion function(x) { kn aktion; kv x; }; this.klick function(e) { kn e.currentTarget.name; kv e.currentTarget.value; kfa null; if(e.currentTarget.formAction ! window.location.href) kfa e.currentTarget.formAction; }; }).apply(Ajax); var Verbformen {}; (function() { this.suchliste function(ide,idl,w) { var r new XMLHttpRequest(); r.open(GET, https://www.verbformen.de/suche/verben/eingabe/?w + encodeURI(w), true); r.setRequestHeader(X-Requested-With, XMLHttpRequest); r.timeout 500; r.onload function (e) { if (r.readyState 4 && r.status 200) { Eingabe.zeige(ide,idl,JSON.parse(r.responseText)); } }; r.send(null); }; }).apply(Verbformen); /script>style typetext/css>.rEin {text-align:left;}.rEin input {width:100%;-webkit-appearance:textfield;border-radius:0;}.rEin input::-webkit-search-decoration,.rEin inputtypesearch {-webkit-appearance:none;}.rEinSlct {background-color:#ffffff;display:none;position:absolute;border:none;border-top:solid 1px #aaaaaa;color:#666666;z-index:7;box-sizing:border-box;}.rNav .rEinSlct {position:fixed;margin-top:2px;max-height:75%;overflow:scroll;overflow-y:auto;overflow-x:hidden;box-shadow:6px 6px 6px 1px rgba(0,0,0,0.5); }.rEinOpt {padding:1px 5px;}.rEinOptAn {background-color:#000000;color:#ffffff;}.rEin .rKln {font-size:0.52em;}.rNav .rEin input {height:30px;margin:0;border-radius:3px;}.rNav .rEin {font-size:17pt !important;margin:1px 5px 0 0;width:300px;max-width:calc(100vw - 210px); border:solid 2px rgba(255,255,255,0.6); border-radius:5px;}@media (prefers-color-scheme:dark){.rEinSlct {background-color:#292a2c;color:#9aa0a6;}.rEinOptAn {background-color:#000000;color:#ffffff;}}html {scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%;height:100.1%;}body {margin:0;padding:0;font-family:sans-serif;font-weight:400;color:#111111;fill:#111111;font-size:0.91em;line-height:1.25;}body>article {background-color:#eceaea;}body>*>div {clear:both;padding:2px 8px;}@media (min-width:1058px){ body>*>div {width:1042px;margin:0 auto;}}body,body>footer {background-color:#1e1e1e;}body>footer {color:#e0e0e0;font-size:0.9em;}body>footer a {color:#80bfff;}body>footer h1,body>footer h2 {color:#e0e0e0 !important;}body>nav {position:fixed;z-index:9999;font-size:1.2em;width:100%;max-height:100vh;box-shadow:0 3px 5px rgba(0,0,0,0.44); color:#aaaaaa;}body>nav a {color:#aaaaaa;}div.rKpfPlz {height:44px;}body>article>div {position:relative;}a {text-decoration:none;color:#12039c;}.rH {font-family:open sans condensed,open sans,sans-serif;}h1,h2,h3,h4,.rH1,.rH2,.rH3,.rH4 {margin-top:16px;margin-bottom:12px;font-family:sans-serif;letter-spacing:-1px;font-weight:bold;}h1,h2,.rH1,.rH2 {color:#000000;}a h1,a h2,a h3,a h4 {color:#111111 !important;}h1,.rH1 {font-size:1.5em;}h2,.rH2 {font-size:1.35em;}h3,.rH3 {font-size:1.2em;}h4,.rH4 {font-size:1.1em;}p,ul,ol,dl {margin:12px 0 16px 0;}p,li {-moz-hyphens:auto;-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}ul {list-style-type:disc;padding-left:12px;}mark {background-color:#d0d0d0;color:#111111;font-weight:inherit;}input,select,textarea {font-family:sans-serif;font-size:inherit;line-height:inherit;border:solid 1px #d0d0d0;outline:none;box-sizing:border-box;border-radius:0;-webkit-border-radius:0px;appearance:none;-moz-appearance:none;-webkit-appearance:none;}select.rKnpf {appearance:menulist-button;-moz-appearance:menulist;-webkit-appearance:menulist;height:29px;}select.rKnpf:invalid {color:#848484;}select.rKnpf:invalid option {color:#ffffff;}inputtypecheckbox {appearance:checkbox;-moz-appearance:checkbox;-webkit-appearance:checkbox;}inputtyperadio {appearance:radio;-moz-appearance:radio;-webkit-appearance:radio;} nav input,nav select,nav textarea {border:none;}.rMrgn {margin:0 10px 10px 0;}inputtypesubmit,.rKnpf {padding:5px 10px;margin:0 12px 12px 0;background-color:#000000;color:#ffffff;fill:#ffffff;border:none;}inputtypesubmit.rInf,.rInf.rKnpf {background-color:#d0d0d0;color:#ffffff;fill:#ffffff;}inputtypesubmit:hover,.rKnpf:hover {box-shadow:0px 2px 5px 0px rgba(0,0,0,0.1), 0px 1px 10px 0px rgba(0,0,0,0.1)}inputtypesubmit.rRechts,.rKnpf.rRechts,.rMrgn.rRechts {margin:0 0 12px 12px;}.rIcn18x18 {padding:5px;font-size:0;}.rIcn18x18 svg {width:18px;height:18px;}textarea {overflow:hidden;}svg,img {vertical-align:baseline;margin:0;}img.rRechts {margin:4px 0 12px 12px;}img.rLinks {margin:4px 12px 12px 0;}button {line-height:inherit;background-color:transparent;padding:0;border:none;margin:0;font-size:inherit;font-family:inherit;color:inherit;border-radius:unset;-webkit-appearance:none;}table {border-spacing:0;border-collapse:collapse;}td,th {padding:0;vertical-align:top;}th a {color:inherit;}hr {border:none;border-bottom:solid 1px #cacaca;margin:0.75em 0;}hr.rInf {border-color:#b6b6b6;border-bottom-style:dashed;}hr.rDpl {margin:1.15em 0;padding-top:1px;}.rTrng {-moz-hyphens:auto;-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}.rKnpf,.rIn {box-sizing:border-box;display:inline-block;}.rKnpf {min-height:29px;min-width:29px;}.rDnb {position:absolute;left:100%;margin-left:8px;top:10px;background-color:transparent;}.rNav {height:36px;overflow:hidden;width:100%;padding:2px 0;}.rNav>* {height:36px;}.rMnRnd {margin-bottom:6px;}.rTab {display:table;}.rTab>div {display:table-cell;vertical-align:middle;}.r1Pxl {width:1px;}.r100Pro {width:100%;}.rLinks {float:left;}.rRechts {float:right;}.rDurch {text-decoration:line-through;}.rNobr {white-space:nowrap;}.r1Zeile {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.rClear {clear:both;}.rClrAft:after {content:;display:table;clear:both;}.rClrBfr:before {content:;display:table;clear:both;}.rClrRechts {clear:right;}.rClrLinks {clear:left;}.rDunkel {background-color:#000000;}.rHell {color:#f5f5f5;}.rZu {display:none;}.rAnkr {width:1px;height:56px;margin-top:-56px;float:left;display:block;}.rRel {position:relative;}.rAbs {position:absolute;}.rAuf {display:inline;}.rInl {display:inline;}.rFuss {margin:0 15px 15px 0;}.rLg {margin-right:8px;}.rAkz {color:#FF4081;}.rKnpf.rAkz {background-color:#FF4081;}.rLst {list-style-type:none;padding-left:0;padding-right:0;}.rLst li {text-indent:-15px;padding-left:15px;padding-right:0;}.rLstdirrtl li {text-indent:-15px;padding-left:0;padding-right:15px;}.rLst li::before {min-width:15px;float:left;}.rLstdirrtl li::before {float:right;}.rLstDash li::before {content:â;}.rLstGt li::before {content:»;}.rLstBl li::before {content:â¢;}.rLstTxt li::before {content:attr(txt); }.rCntr {text-align:center;}.rInf,.rInf a,.rInf mark {color:#848484;fill:#c5c5c5;}.rInf img,.rInf svg {filter:grayscale(100%); }.rKln {font-size:0.9em;}.rMrk {background-color:#ff8bb3;}.rKln img,.rKln svg {zoom:85%;}.rGrs {font-size:1.1em;}/* deprecated */ .rKnObn {margin-top:0 !important;}/* deprecated */ .rKnUnt {margin-bottom:0 !important;}.rU0px {margin-bottom:0px !important;}.rU1px {margin-bottom:1px !important;}.rU3px {margin-bottom:3px !important;}.rU6px {margin-bottom:6px !important;}.rO0px {margin-top:0px !important;}.rO1px {margin-top:1px !important;}.rO3px {margin-top:3px !important;}.rNt::after {content:*;color:#848484;font-size:0.65em;vertical-align:top;font-weight:normal;}.rNoSelect {-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.rImg {border:solid 1px #d0d0d0;}@media (min-width:744px){h1,.rH1 {font-size:1.7em;}h2,.rH2 {font-size:1.4em;}article .rAbschnitt {margin-left:-314px;width:100%;float:left;}article .rAbschnitt>div {margin-left:314px;}article .rInfo {width:300px;float:right;}.rFuss {width:330px;}}@media (prefers-color-scheme:dark){body {color:#e1e1e1;fill:#e1e1e1;}mark {color:#e1e1e1;background-color:#3f3f3f;}body>article {background-color:#232323;}body,body>footer {background-color:#060606;}body>footer {color:#e0e0e0;}body>footer a {color:#b9d1ff;}a {color:#b9d1ff;}h1,h2,.rH1,.rH2 {color:#ffffff;}a h1,a h2,a h3,a h4 {color:#e1e1e1 !important;}input,select,textarea {background-color:#292a2c;border-color:#101112;color:#e1e1e1;}inputtypesubmit,.rKnpf {background-color:#000000;color:#e8eaed;fill:#e8eaed;}inputtypesubmit.rInf,.rInf.rKnpf {background-color:#1d1d1d;color:#626262;fill:#626262;}hr {border-color:#484848;}hr.rInf {border-color:#353535;}.rHell {color:#f5f5f5;}.rInf,.rInf a,.rInf mark {fill:#626262;}.rImg {border-color:#101112;}.rMrk {background-color:#973c5b;}}.rBox {margin-bottom:16px;overflow:auto;}.rBox header h2 {margin-top:0;}.rBoxWht {background-color:#ffffff;border:solid 2px #d0d0d0;padding:0px 10px;}.rBoxWht textarea,.rBoxWht input,.rBoxWht select {background-color:#e9e9e9;}.rBoxWht inputtypesubmit,.rBoxWht .rKnpf {background-color:#000000;}.rBoxWht inputtypesubmit.rInf,.rBoxWht .rInf.rKnpf {background-color:#d0d0d0;}@media (prefers-color-scheme:dark){ .rBoxWht {background-color:#313131;border-color:#000000;}.rBoxWht textarea,.rBoxWht input,.rBoxWht select {background-color:#212121;}.rBoxWht inputtypesubmit.rInf,.rBoxWht .rInf.rKnpf {background-color:#272727;color:#626262;fill:#626262;}.rBoxWht hr {border-color:#1b1b1b;}.rBoxWht hr.rInf {border-color:#232323;}}.rHw {width:100%;padding:4px 0;background-color:#ffffff;color:#222222;border-bottom:solid 1px #d0d0d0;}.rHw svg {fill:#d0d0d0;}.rHwObn {position:relative;top:0px;}.rHwUnt {opacity:0.91;position:fixed;bottom:0px;z-index:8;box-shadow:1px 0px 2px 0px rgba(0,0,0,0.25); }.rHwUnt a {color:#80bfff;}.rHwBox>div {position:static;padding-right:10px;padding-left:13px;}.rHwBox+.rBox {margin-top:0;}.rHwFhlr svg,.rHwTpp svg,.rHwOk svg,.rHwNtrl svg {fill:#ffffff;fill-opacity:0.6;}.rHwFhlr {background-color:#d90000;color:#ffbfbf;border:none;}.rHwTpp {background-color:#aa5500;color:#ffcf9f;border:none;}.rHwOk {background-color:#008000;color:#a6ffa6;border:none;}.rHwNtrl {color:#e0e0e0;background-color:#111111;border:none;}@media (prefers-color-scheme:dark){ .rHw {background-color:#292a2c;color:#e8eaed;border-color:#101112;}.rHw svg {fill:#9aa0a6;}.rHwUnt a {color:#80bfff;}.rHwFhlr {background-color:#6a0000;color:#facfb4;}.rHwFhlr svg,.rHwTpp svg,.rHwOk svg,.rHwNtrl svg {fill:#ffffff;}.rHwTpp {background-color:#422100;color:#f5d99e;}.rHwOk {background-color:#003c00;color:#baf2b7;}.rHwNtrl {color:#e0e0e0;background-color:#111111;}}.rMn {margin:10px 0 0 auto;padding-top:8px;width:33%;border-top:solid 1px #9b9b9b;box-sizing:border-box;}.rMnOpt {padding-top:1px;}.rMnKat {color:#ffffff;}.rMnLnk {margin-right:10px;}.rMnOptn .rMnOptn {margin-left:22px;}@media (max-width:699px){.rMn {width:100%;}}nav.rKrml {margin:9px 0 8px 0;}nav.rKrml span {white-space:nowrap;}.kFrm select {border:none;background-color:transparent;}.kFrm textarea {width:100%;}.kBwrt {font-size:1.3em;}.kAn {color:#000000;}.kAus {color:#aaaaaa;}.kAnt {margin-left:5%;}.kLnk {white-space:nowrap;}@media (prefers-color-scheme:dark){.kAn {color:#dcdee4;}.kAus {color:#5e6064;}}.rDunkel {background-color:#000084;}.rHch {background-color:#000084;}h1,h2 {color:#000084;}.rHell {color:#9999ce;}body>nav,body>nav a {color:#9999ce;}.rMn {border-color:#5050a4;}nav .rEin {box-sizing:border-box;width:250px;font-size:15pt !important;max-width:180px;max-width:calc(100vw - 185px); }inputtypesubmit,.rKnpf {background-color:#000084;}.rEinOptAn {background-color:#000084;}.vLg {margin-right:8px;}.vEin {display:flex;margin:40px auto 10px auto;justify-content:center;}.vEin input {font-size:1.8em;border:solid 1px #000084;}.vEin .rEinSlct {font-size:1.3em;border:solid 1px #000084;border-top:none;}.vIdx {margin:30px auto 60px auto;max-width:800px;}svg.vIcn {fill:#000084;}@media (prefers-color-scheme:dark){.rDunkel {background-color:#00002b;}.rHell {color:#9999aa;}.rHch {background-color:#000000;}h1,h2,.rH1,.rH2 {color:#ffffff;}a h1,a h2 {color:#ffffff;!important;}body>nav,body>nav a {color:#9999aa;}.rMn {border-color:#6f6f86;}inputtypesubmit,.rKnpf,.rBoxWht inputtypesubmit,.rBoxWht .rKnpf {background-color:#000000;}.rEinOptAn {background-color:#00003c;}.vEin input,.vEin .rEinSlct {font-size:1.4em;border-color:#101112;}.vUnd,.vUnd b>u,.vUnd b>i {color:#aaaaaa;}svg.vIcn {fill:#dcdee4;}}/style>/head> body>div idrkopf>/div>nav classrDunkel>div>div classrNav>div classrRechts idrMnImg onclickRahmen.aufzu(rMn,rMnNav)>svg fill#ffffff fill-opacity0.6 height36 viewBox0 0 24 24 width36 xmlnshttp://www.w3.org/2000/svg>path classrAuf styledisplay: none; dm11.41 15.41 4.59-4.58 4.59 4.58 1.41-1.41-6-6l-6 6 1.41 1.41z>/path>path classrZu styledisplay: inline; dm8 4.667h16v2h-16m0 4h16v2h-16m-2e-7 4h16v2h-16z>/path>/svg>/div>div classrLinks vLg>a href/>svg xmlnshttp://www.w3.org/2000/svg height36 width36 version1.1 viewBox0 20 320 320>path dM265 41.4L29 72.9 69.6 116l247 22z fill#3a3a3a/>path dM163 82.7L317 138l-52-96.9z fill#2d2d2d/>path dM265 41.4l-186 254 138 12 100-169z fill#d00/>path dM223 158L80 295l137 12z fill#c90000/>path dM226 94.2l-146 201 144-137z fill#d30000/>path dM4.65 132l74.6 163 138 12-50-161z fill#ffce00/>path dM217 308L79 295l-3.7-99z fill#ebba00/>path dM75.4 197l3.8 98L12 149z fill#f5c400/>path dM107 63l56 19.7 101-41.3z fill#333/>/svg>/a>/div>div classrLinks rHell stylemargin-top: 8px;>Netzverb® Konjugation /div>/div>div classrClear>/div>div classrZu idrMn>div>div classrMn>div>span classrMnKat>Teilen: /span>a relnofollow hrefhttps://www.facebook.com/sharer/sharer.php?uhttps%3A%2F%2Fwww.konjugieren.de%2F titleTeilen>svg fill#ffffff fill-opacity0.6 height26 viewBox0 0 24 24 width26 xmlnshttp://www.w3.org/2000/svg>path dM17,2V2H17V6H15C14.31,6 14,6.81 14,7.5V10H14L17,10V14H14V22H10V14H7V10H10V6A4,4 0 0,1 14,2H17Z>/path>/svg>/a>a relnofollow hrefhttps://twitter.com/home?statushttps%3A%2F%2Fwww.konjugieren.de%2F titleTeilen>svg fill#ffffff fill-opacity0.6 height26 viewBox0 0 24 24 width26 xmlnshttp://www.w3.org/2000/svg>path dM22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z>/path>/svg>/a>/div>/div>/div>div classrMnRnd rClear>/div>/div>/div>/nav>div classrKpfPlz> /div>article class>div>nav classrKrml rKln rInf>a hrefhttps://www.konjugieren.de/>span>Konjugation/span>/a>/nav>div classrCntr vIdx>h1>Konjugation der deutschen Verben/h1>p>Die Konjugation beschreibt die Bildung der Verbformen. Dabei bekommen Verben die Eigenschaften des Tempus, des Modus, des Numerus, der Person und des Genus verbi zugeschrieben. Hier kannst du dir mehr als 23.000 deutsche Verben konjugieren und die Formen übersichtlich in Verbtabellen anzeigen lassen. Gib einfach ein Verb oder eine beliebige Verbform im Konjugator ein./p>form classvEin actionhttps://www.verbformen.de/konjugation/ methodget>div>div classrEin >input idx66298 namew typesearch value placeholder title autocompleteoff onkeydownEingabe.taste(x66298,x66298Liste, event) oninputEingabe.an(x66298,x66298Liste,Verbformen.suchliste) onblurEingabe.aus(x66298,x66298Liste)>br>div classrEinSlct idx66298Liste>/div>/div>/div>div> /div>div>button typesubmit>svg classvIcn height40 viewBox0 0 24 24 width40 xmlnshttp://www.w3.org/2000/svg>path dM9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z>/path>/svg>/button>/div>/form>p>Bsp.:≡ a hrefhttps://www.verbformen.de/konjugation/haben.htm>haben/a>≡ a hrefhttps://www.verbformen.de/konjugation/sein.htm>sein/a>≡ a hrefhttps://www.verbformen.de/konjugation/essen.htm>essen/a>≡ a hrefhttps://www.verbformen.de/konjugation/etwas_tun.htm>etwas tun/a>≡ a hrefhttps://www.verbformen.de/konjugation/abgeben.htm>abgeben/a>≡ a hrefhttps://www.verbformen.de/konjugation/muss_laufen.htm>muss laufen/a>/p>/div>/div>div classrClear>/div>/article>footer>div>div classrLinks rFuss>h2>Kontakt/h2>p>Netzverb® Deutschbr>Inh. a hrefhttps://www.netzverb.de/andreas.htm>Andreas Göbel/a>br>Alte Buchholzer Str. 8br>D-09487 Schlettau/p>p>Telefon: +49 3733 6196894br>E-Mail: info@netzverb.de/p>p>Facebook: a relnofollow hrefhttps://www.facebook.com/Netzverb>facebook.com/Netzverb/a>br>Twitter: a relnofollow hrefhttps://twitter.com/Netzverb>twitter.com/Netzverb/a>br>Youtube: a hrefhttps://www.youtube.com/Netzverb-Deutsch>youtube.com/Netzverb/a>br>TikTok: a hrefhttps://www.tiktok.com/@netzverb>tiktok.com/@Netzverb/a>br>Instagram: a hrefhttps://www.instagram.com/netzverb/>instagram.com/Netzverb/a>br>Pinterest: a hrefhttps://www.pinterest.de/netzverb/>pinterest.de/Netzverb/a>br>Tumblr: a hrefhttps://netzverb.tumblr.com/>netzverb.tumblr.com/a>br>Google Play Store: a hrefhttps://play.google.com/store/apps/dev?id7197812532170593543>play.google.com/Netzverb/a>br>Apple App Store: a hrefhttps://apps.apple.com/de/developer/andreas-goebel/id1522285303>apps.apple.com/andreas-goebel/a>br>/p>/div>div classrLinks rFuss>h2>Netzverb/h2>p>Netzwerk der deutschen Sprachebr>a relnofollow hrefhttps://www.netzverb.de>www.netzverb.de/a>/p>p>Deutsche Flexion: a relnofollow hrefhttps://www.verbformen.de>verbformen.de/a>br>Deutsches Wörterbuch: a relnofollow hrefhttps://www.verben.de>verben.de/a>br>Deutsche Grammatik: a relnofollow href//www.sprachlehre.de>sprachlehre.de/a>br>Deutsche Sätze: a relnofollow href//www.satzapp.de>satzapp.de/a>br>Deutsche Wörter: a relnofollow hrefhttps://www.verblisten.de>verblisten.de/a>br>Sprachforum: a relnofollow hrefhttp://www.konjugation.de>konjugation.de/a>br>/p>p>strong>Apps/strong>br>a hrefhttps://netzverb-dictionary.app/>Netzverb Wörterbuch App/a>br>Android: a hrefhttps://play.google.com/store/apps/details?idde.verbformen.app>Netzverb Wörterbuch/a>br>iOS: a hrefhttps://apps.apple.com/app/id1638334347>Netzverb Wörterbuch/a>br>/p>p>strong>KI und Chat/strong>br>Netzverb Chat: a href/chat>chat/a>/p>/div>div classrLinks rFuss>h2>Hinweise/h2>p>a href//www.netzverb.de/impressum.htm>Impressum/a> ·a href//www.netzverb.de/impressum.htm>Nutzungsbedingungen/a>br>a href//www.netzverb.de/datenschutz.htm>Datenschutz/a> ·a href/anzeigen/einwilligung.htm>Einwilligung/a> ·a href//www.netzverb.de/datenschutz.htm>Cookies/a>/p>a href/user/login/>Anmelden/a>/div>div classrClear>p>© 2023 Netzverb® Deutsch/p>/div>/div>/footer>script async srchttps://www.googletagmanager.com/gtag/js?idUA-1466848-21>/script>script>window.dataLayer window.dataLayer || ;function gtag(){dataLayer.push(arguments);}gtag(js, new Date());gtag(config, UA-1466848-21, { anonymize_ip: true });/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]