It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://seoranko.de/%3C/a%3E

  1. <!doctype html>
  2. <html lang="de">
  3. <head>
  4.    <meta charset="utf-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1">
  6.  
  7.    <title>404 Artikel nicht gefunden - SEORANKO</title>
  8.  
  9.  
  10.    <!-- Icon -->
  11.    <link href="/images/favicon.png" rel="shortcut icon" type="image/png">
  12.  
  13.  
  14.    <!-- Metas -->
  15.    <meta name="description" content="Der gewünschte Artikel ist leider nicht oder nicht mehr im SEORANKO verfügbar.">
  16.    <meta name="keywords" content="404 nicht gefunden, SEORANKO, Infoportal, Artikel, Beiträge, Nachrichten, Informationen, Nischenmarkt">
  17.    
  18.  
  19.    <!-- Styles -->
  20.    <style>
  21.  
  22.        
  23. /* *************** CORE *************** */
  24.  
  25. *,
  26. *::before,
  27. *::after {
  28.    -webkit-box-sizing: border-box;
  29.    -moz-box-sizing: border-box;
  30.    box-sizing: border-box;
  31. }
  32.  
  33. html {
  34.    height: 100%;
  35. }
  36.  
  37. body {
  38.    position: relative;
  39.    background-color: #fff;
  40.    height: 100%;
  41.    margin: 0;
  42. }
  43.  
  44. .hidden {
  45.    display: none !important;
  46. }
  47.  
  48. .absolute {
  49.    position: absolute;
  50.    top: 0;
  51.    left: 0;
  52.    width: 100%;
  53.    height: 100%;
  54. }
  55.  
  56.  
  57. /* *************** NAV *************** */
  58.  
  59. .co-nav {
  60.    background-color: #147ab3;
  61.    overflow: hidden;
  62. }
  63.  
  64. .co-nav .name a {
  65.    display: block;
  66.    color: #fff;
  67.    font-family: 'Times New Roman', Times, serif;
  68.    font-weight: 500;
  69.    font-size: 32px;
  70.    line-height: 80px;
  71.    text-align: center;
  72.    text-decoration: none;
  73. }
  74.  
  75. @media (min-width: 768px) {
  76. .co-nav .name a {
  77.    font-size: 40px;
  78.    text-align: left;
  79.    margin: 0 0 0 20px;
  80.    text-transform: uppercase;
  81. }}
  82.  
  83.  
  84. /* *************** COPYRIGHT *************** */
  85.  
  86. .co-copyright {
  87.    display: block;
  88.    background-color: #147ab3;
  89.    border-top: 1px solid rgba(255,255,255,0.2);
  90.    color: #fff;
  91.    font-family: Arial, Helvetica, sans-serif;
  92.    font-weight: 400;
  93.    font-size: 15px;
  94.    line-height: 24px;
  95.    -webkit-user-select: none;
  96.    -moz-user-select: none;
  97.    -ms-user-select: none;
  98.    user-select: none;
  99.    overflow: hidden;
  100. }
  101.  
  102. .co-copyright .page {
  103.    padding: 30px 10px 20px;
  104.    margin: 0 auto;
  105. }
  106.  
  107. @media (min-width: 768px) {
  108. .co-copyright .page {
  109.    max-width: 740px;
  110. }}
  111.        
  112. @media (min-width: 992px) {
  113. .co-copyright .page {
  114.    font-size: 16px;
  115.    max-width: 960px;
  116.    padding: 20px 10px;
  117. }}
  118.        
  119. @media (min-width: 1200px) {
  120. .co-copyright .page {
  121.    max-width: 1160px;
  122. }}
  123.  
  124.  
  125. .co-copyright .box {
  126.    display:flex;
  127.    flex-wrap:wrap;
  128.    margin: 0 auto;
  129. }
  130.  
  131. .co-copyright .col1,
  132. .co-copyright .col2 {
  133.    flex: 0 0 100%;
  134.    max-width: 100%;
  135.    text-align: center;
  136. }
  137.  
  138. .co-copyright .col2 {
  139.    margin: 30px 0 0 0;
  140. }
  141.  
  142. @media (min-width: 768px) {
  143. .co-copyright .col2 {
  144.    margin: 16px 0 0 0;
  145. }}
  146.    
  147. @media (min-width: 992px) {
  148. .co-copyright .col1 {
  149.    flex: 0 0 50%;
  150.    max-width: 50%;
  151.    line-height: 48px;
  152.    text-align: left;
  153. }
  154. .co-copyright .col2 {
  155.    flex: 0 0 50%;
  156.    max-width: 50%;
  157.    line-height: 48px;
  158.    margin: 0;
  159. }}
  160.  
  161.  
  162. .co-copyright .text a {
  163.    color: #fff;
  164.    text-decoration: none;
  165.    white-space: nowrap;
  166. }
  167.  
  168. .co-copyright .link a,
  169. .co-copyright .link span {
  170.    display: block;
  171.    color: #fff;
  172.    line-height: 24px;
  173.    text-decoration: none;
  174.    margin: 0 0 20px 0;
  175.    cursor: pointer;
  176. }
  177.  
  178. @media (min-width: 768px) {
  179. .co-copyright .link a,
  180. .co-copyright .link span {
  181.    display: inline-block;
  182.    margin: 0 25px;
  183. }}
  184.    
  185.  
  186.  
  187.  
  188. /* *************** PAGE-WITH-SIDEBAR *************** */
  189.  
  190. .co-page-with-sidebar {
  191.    display:flex;
  192.    flex-wrap:wrap;
  193.    padding: 0px 10px;
  194.    max-width: 1240px;
  195.    margin: 0 auto;
  196. }
  197.  
  198. .co-page-with-sidebar .primary {
  199.    position: relative;
  200.    flex: 0 0 100%;
  201.    max-width: 100%;
  202.    margin: 20px 0;
  203. }
  204.  
  205. .co-page-with-sidebar .secondary {
  206.    position: relative;
  207.    flex: 0 0 100%;
  208.    max-width: 100%;
  209.    margin: 20px 0;
  210. }
  211.  
  212.  
  213. @media (min-width: 300px) {
  214. .co-page-with-sidebar {
  215.    padding: 0px 15px;
  216. }}
  217.  
  218. @media (min-width: 360px) {
  219. .co-page-with-sidebar {
  220.    padding: 0px 20px;
  221. }}
  222.    
  223.  
  224. @media (min-width: 768px) {
  225. .co-page-with-sidebar {
  226.    padding: 0px 20px;
  227. }
  228.  
  229. .co-page-with-sidebar .primary {
  230.    position: relative;
  231.    flex: 0 0 70%;
  232.    max-width: 70%;
  233.    padding-right: 29px;
  234.    border-right: 1px solid #eee;
  235.    margin: 50px 0;
  236. }
  237.  
  238. .co-page-with-sidebar .secondary {
  239.    position: relative;
  240.    flex: 0 0 30%;
  241.    max-width: 30%;
  242.    padding-left: 30px;
  243.    margin: 50px 0;
  244. }}
  245.        
  246.  
  247.  
  248. @media (min-width: 992px) {
  249. .co-page-with-sidebar .primary {
  250.    padding-right: 59px;
  251. }
  252.  
  253. .co-page-with-sidebar .secondary {
  254.    padding-left: 60px;
  255. }}
  256.        
  257.            
  258.  
  259. /* *************** PAGINATION *************** */
  260.  
  261. .co-pagination {
  262.    position: relative;
  263.    color: #aaa9a9;
  264.    font: 700 15px Arial,Helvetica,sans-serif;
  265.    padding: 20px 0 20px 0;
  266.    margin: 50px 0;
  267.    overflow: hidden;    
  268. }
  269.  
  270. .co-pagination .linkprev {
  271.    position: absolute;
  272.    left: 0;
  273.    top: 13px;
  274.    color: #0274be;
  275.    line-height: 21px;
  276.    display: block;
  277.    padding: 4px 0 4px 4px;
  278.    text-decoration: none;    
  279. }
  280.  
  281. .co-pagination .linkprev::before {
  282.    content: '';
  283.    display: inline-block;
  284.    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' viewBox='0 0 256 256' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;fill:%23696969;'><g transform='matrix(-4.35104,0,0,4.35104,362.023,-132.959)'><path d='M57,60L38.268,78.732C37.292,79.708 37.292,81.292 38.268,82.268L41.803,85.803C42.779,86.779 44.363,86.779 45.339,85.803L69.351,61.791C70.148,60.995 70.294,59.792 69.79,58.847C69.671,58.599 69.509,58.367 69.303,58.161L45.291,34.149C44.315,33.173 42.731,33.173 41.756,34.149L38.22,37.685C37.244,38.66 37.244,40.244 38.22,41.22L57,60Z'/></g></svg>");
  285.    background-repeat: no-repeat;
  286.    width: 12px;
  287.    height: 12px;
  288.    margin: 5px 6px -5px 0;
  289. }
  290.  
  291. .co-pagination .linkprev span {
  292.    display: none;
  293. }
  294.  
  295. .co-pagination .linknext {
  296.    position: absolute;
  297.    right: 0;
  298.    top: 13px;
  299.    color: #0274be;
  300.    line-height: 21px;
  301.    display: block;
  302.    padding: 4px 4px 4px 0;
  303.    text-decoration: none;    
  304. }
  305.  
  306. .co-pagination .linknext::after {
  307.    content: '';
  308.    display: inline-block;
  309.    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' viewBox='0 0 256 256' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;fill:%23696969;'><g transform='matrix(4.35104,0,0,4.35104,-106.023,-132.959)'><path d='M57,60L38.268,78.732C37.292,79.708 37.292,81.292 38.268,82.268L41.803,85.803C42.779,86.779 44.363,86.779 45.339,85.803L69.351,61.791C70.148,60.995 70.294,59.792 69.79,58.847C69.671,58.599 69.509,58.367 69.303,58.161L45.291,34.149C44.315,33.173 42.731,33.173 41.756,34.149L38.22,37.685C37.244,38.66 37.244,40.244 38.22,41.22L57,60Z'/></g></svg>");
  310.    background-repeat: no-repeat;
  311.    width: 12px;
  312.    height: 12px;
  313.    margin: 5px 0 -5px 6px;
  314. }
  315.  
  316. .co-pagination .linknext span {
  317.    display: none;
  318. }
  319.  
  320. .co-pagination .navi {
  321.    text-align: center;
  322. }
  323.  
  324. .co-pagination .navi strong {
  325.    display: inline;
  326.    background-color: #0274be;
  327.    border: 1px solid #0274be;
  328.    border-radius: 3px;
  329.    color: #fff;
  330.    padding: 5px 8px;
  331.    margin-right: 8px;
  332. }
  333.  
  334. .co-pagination .navi a {
  335.    display: inline;
  336.    background-color: #e6f4ff;
  337.    border: 1px solid #0274be;
  338.    border-radius: 3px;
  339.    color: #696969;
  340.    padding: 5px 8px;
  341.    margin-right: 8px;
  342.    text-decoration: none;
  343. }
  344.  
  345.  
  346. @media (min-width: 768px) {
  347. .co-pagination .linkprev {
  348.    padding: 4px 0 4px 16px;
  349. }
  350. .co-pagination .linknext {
  351.    padding: 4px 16px 4px 0;
  352. }
  353. .co-pagination .navi strong {
  354.    padding: 10px 14px;
  355. }
  356. .co-pagination .navi a {
  357.    padding: 10px 14px;
  358. }}
  359.  
  360.  
  361. @media (min-width: 1200px) {
  362. .co-pagination .linkprev {
  363.    padding: 4px 0 4px 16px;
  364. }
  365. .co-pagination .linkprev::before {
  366.    margin: 1px 6px -1px 0;
  367. }
  368. .co-pagination .linkprev span {
  369.    display: inline;
  370. }
  371. .co-pagination .linknext {
  372.    padding: 4px 16px 4px 0;
  373. }
  374. .co-pagination .linknext::after {
  375.    margin: 1px 0 -1px 6px;
  376. }
  377. .co-pagination .linknext span {
  378.    display: inline;
  379. }
  380. .co-pagination .navi strong {
  381.    padding: 10px 14px;
  382. }
  383. .co-pagination .navi a {
  384.    padding: 10px 14px;
  385. }}
  386.    
  387.  
  388.  
  389. /* *************** ARTICLE-LIST *************** */
  390.  
  391. .co-article-list {
  392.    font-family: Arial, Helvetica, sans-serif;
  393.    font-weight: 400;
  394. }
  395.  
  396. .co-article-list .header h1 {
  397.    font-family: inherit;
  398.    font-weight: inherit;
  399.    font-size: 30px;
  400.    overflow-wrap: break-word;
  401.    color: #3a3a3a;
  402. }
  403.  
  404. .co-article-list .header p {
  405.    font-size: 15px;
  406.    line-height: 25px;
  407.    overflow-wrap: break-word;
  408.    color: #7A7A7A;
  409. }
  410.  
  411.  
  412. .co-article-list .box {
  413.    margin-top: 40px;
  414. }
  415.  
  416. .co-article-list .box .item {
  417.    margin-bottom: 40px;
  418. }
  419.  
  420.  
  421. @media (min-width: 768px) {
  422. .co-article-list .box {
  423.    margin-top: 50px;
  424. }
  425.  
  426. .co-article-list .box .item {
  427.    margin-bottom: 50px;
  428. }}
  429.  
  430.  
  431.  
  432. /* *************** ARTICLE-CARD *************** */
  433.  
  434. .co-article-card {
  435.    display:flex;
  436.    flex-wrap:wrap;
  437.    position: relative;
  438. }
  439.  
  440. .co-article-card > a {
  441.    display: block;
  442.    position: absolute;
  443.    width: 100%;
  444.    height: 100%;
  445.    cursor: pointer;
  446.    z-index: 1;
  447. }
  448.  
  449. .co-article-card .thumbnail {
  450.    flex: 0 0 100%;
  451.    max-width: 100%;
  452. }
  453.  
  454. .co-article-card .thumbnail .cover {
  455.    position: relative;
  456. }
  457.  
  458. .co-article-card .thumbnail img {
  459.    display: block;
  460.    position: absolute;
  461.    width: 100%;
  462.    height: 100%;
  463.    object-fit: cover;
  464. }
  465.  
  466. .co-article-card .content {
  467.    flex: 0 0 100%;
  468.    max-width: 100%;
  469.    -webkit-box-shadow: 0 1px 25px rgb(0 0 0 / 5%);
  470.    box-shadow: 0 1px 25px rgba(0,0,0,.05);
  471.    overflow-wrap: break-word;
  472.    padding: 10px 20px;
  473. }
  474.  
  475. .co-article-card .content h3 {
  476.    color: #54595F;
  477.    font-family: inherit;
  478.    font-weight: inherit;
  479.    font-size: 20px;
  480.    line-height: 28px;
  481.    margin-bottom: 10px;
  482.    overflow-wrap: break-word;
  483.    overflow: hidden;
  484. }
  485.  
  486. .co-article-card .content .seperator {
  487.    background-color: #0274BE;
  488.    height: 2px;
  489.    width: 25%;
  490.    margin-bottom: 20px;
  491. }
  492.  
  493. .co-article-card .content p {
  494.    display: -webkit-box;
  495.    font-family: inherit;
  496.    font-weight: inherit;
  497.    font-size: 15px;
  498.    line-height: 24px;
  499.    -webkit-box-orient: vertical;    
  500.    -webkit-line-clamp: 6;
  501.    line-clamp: 6;
  502.    word-wrap: break-word;
  503.    overflow: hidden;
  504. }
  505.  
  506.  
  507. @media (min-width: 768px) {
  508. .co-article-card {
  509.    background-color: #f6f6f6;        
  510. }
  511.  
  512. .co-article-card .thumbnail {
  513.    position: relative;
  514.    flex: 0 0 50%;
  515.    max-width: 50%;
  516. }
  517.  
  518. .co-article-card .content {
  519.    background-color: #fff;
  520.    position: relative;
  521.    flex: 0 0 50%;
  522.    max-width: 50%;
  523.    margin: 30px 0px 30px -30px;
  524. }
  525.  
  526. .co-article-card .content h3 {
  527.    font-size: 25px;
  528.    line-height: 35px;
  529.    margin-bottom: 15px;
  530. }
  531.  
  532. .co-article-card .content p {
  533.    font-size: 15px;
  534.    line-height: 28px;
  535. }}
  536.  
  537.  
  538.  
  539.  
  540. /* *************** SIDEBAR:AD *************** */
  541.  
  542. .co-ad {
  543.    margin-bottom: 40px;
  544. }
  545.  
  546. .co-ad p {
  547.    background-color: #ccc;
  548.    min-height: 500px;
  549.    margin: 5px 0 0;
  550.    cursor: pointer;
  551. }
  552.  
  553.  
  554.  
  555. /* *************** SIDEBAR:CATEGORIES *************** */
  556.  
  557. .co-recommended-categories {
  558.    display: block;
  559.    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
  560.    font-weight: 400;
  561.    margin-bottom: 40px;
  562.    overflow: hidden;
  563. }
  564. .co-recommended-categories h2 {
  565.    font-family: inherit;
  566.    font-weight: inherit;
  567.    font-size: 21px;
  568.    color: #0274be;
  569. }
  570.  
  571. .co-recommended-categories ul {
  572.    list-style: none;
  573.    margin: 0;
  574.    padding: 10px 0 0 30px;
  575.    border: 1px solid #eee;
  576. }
  577.  
  578. .co-recommended-categories ul li::before {
  579.    display: inline-block;
  580.    content: "\25aa";
  581.    color: #0274be;
  582.    font-weight: bold;
  583.    width: 8px;
  584.    margin-left: -15px;
  585.  }
  586.  
  587. .co-recommended-categories li {
  588.    margin-bottom: 10px;
  589. }
  590.  
  591. .co-recommended-categories li a {
  592.    display: inline-block;
  593.    font-family: inherit;
  594.    font-weight: inherit;
  595.    font-size: 16px;
  596.    line-height: 25px;
  597.    text-decoration: none;
  598.    color: #0274be;
  599.    transition: background-color .2s linear;
  600.    padding: 3px 8px;
  601. }
  602.  
  603. .co-recommended-categories li a:hover {
  604.    background-color: #e4e4e4;
  605. }
  606.  
  607.  
  608.  
  609. /* ************ SIDEBAR:INFOPORTALE ********** */
  610.  
  611. .co-infoportale {
  612.    display: block;
  613.    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
  614.    font-weight: 400;
  615.    margin-bottom: 40px;
  616.    overflow: hidden;
  617. }
  618.  
  619. .co-infoportale h2 {
  620.    font-family: inherit;
  621.    font-weight: inherit;
  622.    font-size: 21px;
  623.    color: #0274be;
  624. }
  625.  
  626. .co-infoportale .box {
  627.    border: 1px solid #eee;
  628.    padding: 5px 5px 5px 10px;
  629.    height: 240px;
  630.    margin: 0;
  631.    overflow-y: scroll;
  632. }
  633.  
  634. .co-infoportale .box::-webkit-scrollbar {
  635.  width: 3px;
  636. }
  637. .co-infoportale .box::-webkit-scrollbar-track {
  638.  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  639. }
  640. .co-infoportale .box::-webkit-scrollbar-thumb {
  641.  background-color: darkgrey;
  642. }
  643.  
  644.  
  645. .co-infoportale .box p {
  646.    display: inline;
  647. }
  648.  
  649. .co-infoportale .box span {
  650.    display: none;
  651. }
  652.  
  653. .co-infoportale a {
  654.    display: inline-block;
  655.    font-family: inherit;
  656.    font-weight: inherit;
  657.    font-size: 15px;
  658.    line-height: 25px;
  659.    text-decoration: none;
  660.    color: #0274be;
  661.    transition: background-color .2s linear;
  662.    padding: 2px 4px;
  663.    min-width: 65px;
  664. }
  665.  
  666. .co-infoportale a:hover {
  667.    background-color: #e4e4e4;
  668. }
  669.  
  670. .co-infoportale a::before {
  671.    content: '\2022';
  672.    padding-right: 5px;
  673. }
  674.  
  675.  
  676.  
  677. /* *************** SIDEBAR:NEWSTICKER *************** */
  678.  
  679. .co-newsticker {
  680.    display: block;
  681.    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
  682.    font-weight: 400;
  683.    overflow: hidden;
  684. }
  685.  
  686. .co-newsticker h2 {
  687.    font-family: inherit;
  688.    font-weight: inherit;
  689.    font-size: 21px;
  690.    color: #0274be;
  691. }
  692.  
  693.  
  694. .co-newsticker ul {
  695.    margin: 0;
  696.    padding: 0;
  697.    list-style: none;
  698. }
  699.  
  700.  
  701. .co-newsticker li {
  702.    display: block;
  703.    border: 1px solid #eee;
  704.    text-align: center;
  705.    margin-bottom: 15px;
  706. }
  707.  
  708. .co-newsticker li a {
  709.    display: block;
  710.    font-family: inherit;
  711.    font-weight: inherit;
  712.    font-size: 15px;
  713.    line-height: 30px;
  714.    text-decoration: none;
  715.    padding: 5px;
  716.    color: #0274be;
  717.    transition: background-color .2s linear;
  718. }
  719.  
  720. .co-newsticker li a:hover {
  721.    background-color: #e4e4e4;
  722. }
  723.  
  724.  
  725. .co-newsticker li span {
  726.    display: block;
  727.    font-family: inherit;
  728.    font-weight: inherit;
  729.    font-size: 15px;
  730.    font-style: italic;    
  731.    line-height: 30px;
  732.    text-decoration: none;
  733.    padding: 5px;
  734.    color: #3a3a3a;
  735. }
  736.  
  737.  
  738.  
  739.  
  740. /* ************************************************************* COMMENT ********************************* */
  741.  
  742.  
  743.  
  744.  
  745. .co-comment {
  746.    margin: 0 auto;
  747.    max-width: 720px;
  748.    max-width: unset;
  749.    padding: 40px 15px;
  750.    padding: 40px 0px;
  751.    background-color: #fff;
  752.    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  753. }
  754.  
  755.  
  756.  
  757. /*  ************************************** */
  758. /*                Comment List             */
  759. /*  ************************************** */
  760.  
  761.  
  762. .co-comment-list .title {
  763.    position: relative;
  764.    overflow: hidden;
  765.    padding: 5px;
  766. }
  767.  
  768. .co-comment-list .title h3 {
  769.    color: #386E9D;
  770.    font-size: 18px;
  771.    line-height: 24px;
  772.    margin: 5px 0 20px;
  773. }
  774.  
  775. @media (min-width: 300px) {
  776. .co-comment-list .title h3 {
  777.    font-size: 20px;
  778.    line-height: 25px;
  779. }}
  780.  
  781.  
  782. @media (min-width: 480px) {
  783. .co-comment-list .title h3 {
  784.    font-size: 24px;
  785.    line-height: 28px;
  786.    margin: 5px 0 20px;
  787. }}
  788.    
  789. @media (min-width: 768px) {
  790. .co-comment-list .title h3 {
  791.    font-size: 28px;
  792.    line-height: 32px;
  793.    margin: 5px 0 20px;
  794. }}
  795.  
  796.  
  797.  
  798.  
  799.  
  800. .co-comment-list ol {
  801.    list-style: none;
  802.    padding: 0;
  803. }
  804.  
  805. .co-comment-list ol.top > li {
  806.    border-bottom: 1px solid #ccc;
  807.    margin-top: 20px;
  808.    padding-bottom: 20px;
  809. }
  810.  
  811. .co-comment-list ol.top > li:last-of-type {
  812.    border-bottom: none;
  813. }
  814.  
  815. .co-comment-list ol.sub {
  816.    border-left: 2px solid #ccc;
  817.    padding: 0 0 0 20px;
  818. }
  819.  
  820. .co-comment-list ol.level-1 {
  821.    border-left: 2px solid #bde0e6;
  822. }
  823.  
  824.  
  825.  
  826.  
  827. .co-comment-list .comment {
  828.    word-wrap: break-word;
  829.    margin: 10px 0 0;
  830.    padding: 10px 0 20px;
  831. }
  832.  
  833.  
  834.  
  835. .co-comment-list .comment .header {
  836.    display: flex;
  837. }
  838.  
  839. .co-comment-list .comment .header img {
  840.    display: inline;
  841.    width: 40px;
  842.    height: 40px;
  843.    border-radius: 20px;
  844.    margin-right: 0.8rem;
  845. }
  846.  
  847. .co-comment-list .comment .header a {
  848.    display: inline;
  849.    line-height: 40px;
  850.    color: rgb(187, 74, 3);
  851.    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  852.    font-size: 16px;
  853.    font-weight: 600;
  854.    text-decoration: none;
  855. }
  856.  
  857. .co-comment-list .comment .header span {
  858.    display: inline;
  859.    line-height: 40px;
  860.    color: #666;
  861.    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  862.    font-size: 16px;
  863.    font-weight: 600;
  864. }
  865.  
  866.  
  867.  
  868. .co-comment-list .comment .content {
  869.    margin: 15px 0;
  870. }
  871.  
  872.  
  873.  
  874. .co-comment-list .comment .replay {
  875.    margin-top: 15px;
  876. }
  877.  
  878. .co-comment-list .comment .replay > button {
  879.    display: block;
  880.    border: none;
  881.    outline: none;
  882.    margin: 0;
  883.    padding: 0;
  884.    background-color: transparent;
  885.    color: #666;
  886.    font-size: 14px;
  887.    font-weight: 600;
  888.    text-transform: uppercase;
  889.    cursor: pointer;
  890. }
  891.  
  892.  
  893.  
  894. .co-comment-list .comment .replay > #comment-unit {
  895.    margin-top: 20px;
  896. }
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903. /*  ************************************** */
  904. /*                Comment Unit             */
  905. /*  ************************************** */
  906.  
  907.  
  908. .co-comment-unit {
  909.    position: relative;
  910. }
  911.  
  912.  
  913.  
  914. .co-comment-unit .title {
  915.    position: relative;
  916.    overflow: hidden;
  917.    padding: 5px;
  918. }
  919.  
  920.  
  921. .co-comment-unit .title h3 {
  922.    color: #386E9D;
  923.    font-size: 18px;
  924.    line-height: 24px;
  925.    margin: 5px 0 20px;
  926. }
  927.  
  928. .co-comment-unit .title p {
  929.    color: #333;
  930.    font-size: 14px;
  931.    line-height: 20px;
  932.    margin: 0 5px 20px;
  933. }
  934.  
  935.  
  936. @media (min-width: 300px) {
  937. .co-comment-unit .title h3 {
  938.    font-size: 20px;
  939.    line-height: 25px;
  940. }
  941. .co-comment-unit .title p {
  942.    font-size: 15px;
  943.    line-height: 24px;
  944. }}
  945.  
  946.  
  947. @media (min-width: 480px) {
  948. .co-comment-unit .title h3 {
  949.    font-size: 24px;
  950.    line-height: 28px;
  951.    margin: 5px 0 20px;
  952. }
  953. .co-comment-unit .title p {
  954.    font-size: 16px;
  955.    line-height: 25px;
  956.    margin: 0 0 25px;
  957. }}
  958.        
  959.    
  960. @media (min-width: 768px) {
  961. .co-comment-unit .title h3 {
  962.    font-size: 28px;
  963.    line-height: 32px;
  964.    margin: 5px 0 20px;
  965. }
  966. .co-comment-unit .title p {
  967.    font-size: 17px;
  968.    line-height: 28px;
  969.    margin: 0 0 30px;
  970. }}
  971.        
  972.  
  973. .co-comment-unit .title button.cancel {
  974.    display: block;
  975.    border: none;
  976.    outline: none;
  977.    margin: 25px 0 20px 0;
  978.    padding: 0;
  979.    background-color: transparent;
  980.    color: #666;
  981.    font-size: 14px;
  982.    font-weight: 600;
  983.    text-transform: uppercase;
  984.    text-decoration: underline;
  985.    cursor: pointer;
  986. }
  987.  
  988.  
  989.  
  990.  
  991.  
  992. .co-comment-unit .data .field {
  993.    position: relative;
  994. }
  995.  
  996. .co-comment-unit .data label {
  997.    position: absolute;
  998.    pointer-events: none;
  999.    margin-bottom: 0;
  1000.    font-size: 18px;
  1001.    color: #a5a5a5;
  1002.    line-height: 22px;
  1003.    top: 22px;
  1004.    left: 15px;
  1005.    -webkit-transition: all 0.2s ease-in-out;
  1006.    transition: all 0.2s ease-in-out;    
  1007. }
  1008.  
  1009. .co-comment-unit .data label.focus {
  1010.    top: 2px;
  1011.    font-size: 12px;
  1012. }
  1013.  
  1014.  
  1015. .co-comment-unit .data textarea {
  1016.    display: block;
  1017.    border: 1px solid #ccc;
  1018.    border-radius: 5px;
  1019.    outline: none;
  1020.    padding: 20px 15px;
  1021.    width: 100%;
  1022.    min-height: 180px;
  1023.    font-family: Arial, Helvetica, sans-serif;
  1024.    font-size: 16px;
  1025.    line-height: 24px;
  1026.    color: #444;
  1027.    margin-bottom: 20px;
  1028.    resize: none;
  1029. }
  1030.  
  1031. .co-comment-unit .data textarea.error {
  1032.    border: 1px solid red;
  1033. }
  1034.  
  1035. .co-comment-unit .data textarea:focus {
  1036.    border: 1px solid #588EBD;
  1037.    outline: 1px solid #588EBD;
  1038. }
  1039.  
  1040.  
  1041. .co-comment-unit .data input {
  1042.    display: block;
  1043.    border: 1px solid #ccc;
  1044.    border-radius: 5px;
  1045.    outline: none;
  1046.    padding: 20px 15px;
  1047.    width: 100%;
  1048.    font-size: 16px;
  1049.    line-height: 24px;
  1050.    margin-bottom: 20px;
  1051. }
  1052.  
  1053. .co-comment-unit .data input.error {
  1054.    border: 1px solid red;
  1055. }
  1056.  
  1057. .co-comment-unit .data input:focus {
  1058.    border: 1px solid #588EBD;
  1059.    outline: 1px solid #588EBD;
  1060. }
  1061.  
  1062.  
  1063. .co-comment-unit .hint span.info {
  1064.    display: block;
  1065.    position: absolute;
  1066.    width: 100%;
  1067.    margin: -10px 0 10px;
  1068.    color: red;
  1069.    font-weight: 500;
  1070.    font-size: 13px;
  1071.    line-height: 15px;
  1072. }
  1073.  
  1074.  
  1075. @media (min-width: 480px) {
  1076. .co-comment-unit .hint span.info {
  1077.    margin: -5px 0 5px 5px;
  1078.    font-size: 15px;
  1079.    line-height: 15px;
  1080. }}
  1081.                
  1082. .co-comment-unit .action button {
  1083.    display: block;
  1084.    background-color: #386E9D;
  1085.    border: none;
  1086.    outline: none;
  1087.    color: #fff;
  1088.    font-family: Arial, Helvetica, sans-serif;
  1089.    font-weight: 600;
  1090.    font-size: 15px;
  1091.    line-height: 24px;
  1092.    width: 100%;
  1093.    line-height: 50px;
  1094.    border-radius: 5px;
  1095.    letter-spacing: 1px;
  1096.    cursor: pointer;
  1097.    text-align: center;
  1098.    white-space: nowrap;
  1099.    margin: 40px 0 0 0;
  1100.    -webkit-transition: background-color 0.2s ease-in-out;
  1101.    transition: background-color 0.2s ease-in-out;    
  1102. }
  1103.  
  1104.  
  1105. .co-comment-unit .action button:hover {
  1106.    background-color: #184E7D;
  1107. }
  1108.  
  1109.  
  1110. @media (min-width: 480px) {
  1111. .co-comment-unit .action button {
  1112.    max-width: 200px;
  1113.    margin: 40px 0 0 auto;
  1114. }}
  1115.            
  1116.    
  1117.  
  1118.  
  1119.  
  1120. /* *** Spinner *** */
  1121.  
  1122.  
  1123. .co-comment .spinner {
  1124.    position: absolute;
  1125.    left: 0;
  1126.    top: 0;
  1127.    width: 100%;
  1128.    height: 100%;
  1129.    background: rgba(255,255,255,0.67);
  1130. }
  1131.  
  1132. .co-comment .spinner .inner {
  1133.    position: absolute;
  1134.    left: 0;
  1135.    top: 0;
  1136.    width: 100%;
  1137.    height: 100%;
  1138. }
  1139.  
  1140. .co-comment .spinner .content {
  1141.    position: absolute;
  1142.    left: 50%;
  1143.    top: 50%;
  1144.    transform: translate(-50%, -50%);
  1145. }
  1146.  
  1147. .co-comment .spinner .spin {
  1148.    display: inline-block;
  1149.    width: 75px;
  1150.    height: 75px;
  1151.    border-width: 5px;
  1152.    border-color: rgba(0, 0, 0, 0.1);
  1153.    border-top-color: #fff;
  1154.    animation: co-popcons-spinner 1s infinite linear;
  1155.    border-radius: 100%;
  1156.    border-style: solid;
  1157. }
  1158.  
  1159. @keyframes co-popcons-spinner {
  1160. 100% {
  1161.    transform: rotate(360deg);
  1162. }}
  1163.  
  1164.  
  1165.  
  1166.  
  1167. /* *** Status *** */
  1168.  
  1169.  
  1170. .co-comment .status {
  1171.    position: absolute;
  1172.    left: 0;
  1173.    top: 0;
  1174.    width: 100%;
  1175.    height: 100%;
  1176.    background-color: #f9f9f9;
  1177. }
  1178.  
  1179. .co-comment .status .wrap {
  1180.    display: flex;
  1181.    justify-content: center;
  1182.    align-items: center;
  1183.    overflow: hidden;
  1184.    height: 100%;
  1185. }
  1186.  
  1187. .co-comment .status .content {
  1188.    max-width: 480px;
  1189.    text-align: center;
  1190.    padding: 15px;
  1191. }
  1192.  
  1193.  
  1194. .co-comment .status button {
  1195.    display: block;
  1196.    background-color: #386E9D;
  1197.    border-radius: 5px;
  1198.    color: #fff;
  1199.    width: 100%;
  1200.    max-width: 150px;
  1201.    border: none;
  1202.    outline: none;
  1203.    font-family: Arial, Helvetica, sans-serif;
  1204.    font-weight: 600;
  1205.    font-size: 15px;
  1206.    line-height: 50px;
  1207.    letter-spacing: 1px;
  1208.    text-align: center;
  1209.    white-space: nowrap;
  1210.    margin: 40px auto 0;
  1211.    -webkit-transition: background-color 0.2s ease-in-out;
  1212.    transition: background-color 0.2s ease-in-out;    
  1213.    cursor: pointer;
  1214. }
  1215.  
  1216. .co-comment .status button:hover {
  1217.    background-color: #184E7D;
  1218. }
  1219.  
  1220. .co-comment .status .content h3 {
  1221.    font-size: 24px;
  1222.    line-height: 32px;
  1223.    color:#676767;
  1224.    margin: 0 0 30px 0;
  1225. }
  1226.  
  1227. .co-comment .status .content p {
  1228.    font-size: 18px;
  1229.    line-height: 28px;
  1230.    color:#333;
  1231. }
  1232.  
  1233.  
  1234.        
  1235. .co-error {
  1236.    margin: 0 auto;
  1237.    transition-property: padding;
  1238.    transition-duration: 0.5s;
  1239.    transition-timing-function: ease-in-out;
  1240.    min-height: calc(100% - 269px);
  1241.    max-width: 1920px;
  1242. }
  1243.  
  1244. .co-error .image {
  1245.    position: relative;
  1246.    background: rgb(98,134,196);
  1247.    background: linear-gradient(180deg, rgba(98,134,196,1) 0%, rgba(209,232,240,1) 50%, rgba(235,246,245,1) 100%);
  1248. }
  1249.  
  1250. .co-error .image img {
  1251.    display: block;
  1252.    width: 100%;
  1253.    height: auto;
  1254. }
  1255.  
  1256. .co-error .button {
  1257.    padding: 40px 0 60px;
  1258. }
  1259.  
  1260. .co-error .button a {
  1261.    display: block;
  1262.    background-color: #035BA0;
  1263.    border: 4px double #fff;
  1264.    border-radius: 35px;
  1265.    color: #fff;
  1266.    font-family: Arial, Helvetica, sans-serif;
  1267.    font-weight: 600;
  1268.    font-size: 16px;
  1269.    line-height: 24px;
  1270.    text-decoration: none;
  1271.    text-align: center;
  1272.    letter-spacing: 1px;
  1273.    padding: 10px 0px;
  1274.    max-width: 220px;
  1275.    overflow: hidden;
  1276.    margin: 0 auto;
  1277.    text-transform: uppercase;
  1278.    transition-property: background-color;
  1279.    transition-duration: 0.3s;
  1280.    transition-timing-function: ease-in-out;
  1281. }
  1282.  
  1283. .co-error .button a:hover {
  1284.    background-color: #137BC0;
  1285. }
  1286.  
  1287.  
  1288. @media (min-width: 360px) {
  1289. .co-error {
  1290.    min-height: calc(100% - 244px);
  1291. }
  1292. .co-error .button {
  1293.    padding: 60px 0 100px;
  1294. }
  1295. .co-error .button a {
  1296.    font-size: 18px;
  1297.    line-height: 32px;
  1298. }}
  1299.  
  1300.  
  1301. @media (min-width: 768px) {
  1302. .co-error {
  1303.    min-height: calc(100% - 124px);
  1304. }
  1305. .co-error .button a {
  1306.    border: 5px double #fff;
  1307.    font-size: 20px;
  1308.    line-height: 36px;
  1309.    letter-spacing: 2px;
  1310. }}
  1311.  
  1312.    
  1313. @media (min-width: 992px) {
  1314. .co-error {
  1315.    min-height: calc(100% - 89px);
  1316. }}
  1317.    
  1318.        
  1319. @media (min-width: 1200px) {
  1320. .co-error .button {
  1321.    padding: 40px 0 60px;
  1322. }
  1323. .co-error .button a {
  1324.    border: 8px double #fff;
  1325.    font-size: 22px;
  1326.    line-height: 42px;
  1327.    letter-spacing: 4px;
  1328.    border-radius: 42px;
  1329.    padding: 10px 40px;
  1330.    max-width: 300px;
  1331. }}
  1332.  
  1333.    </style>
  1334.  
  1335. </head>
  1336. <body>
  1337.  
  1338.        <header class="co-nav">
  1339.  
  1340.        <div class="name">
  1341.  
  1342.            <a href="/">SEORANKO &bull; Infoportal</a>
  1343.  
  1344.        </div>
  1345.  
  1346.    </header>
  1347.  
  1348.  
  1349.    <h1 class="hidden">404 Artikel nicht gefunden</h1>
  1350.  
  1351.    <section class="co-error">
  1352.  
  1353.        <div class="image">
  1354.  
  1355.            <picture>
  1356.                <source media="(min-width: 1200px)" srcset="/images/pages/page-404/background-1920x650.png">
  1357.                <source media="(min-width: 768px)" srcset="/images/pages/page-404/background-1200x700.png">
  1358.                <source media="(min-width: 361px)" srcset="/images/pages/page-404/background-768x820.png">
  1359.                <img width="360" height="384" src="/images/pages/page-404/background-360x384.png" loading="lazy" alt="Error 404 - Die Seite konnte leider nicht gefunden werden.">
  1360.            </picture>
  1361.  
  1362.        </div>
  1363.  
  1364.        <div class="button">
  1365.  
  1366.            <a href="/">Startseite</a>
  1367.  
  1368.        </div>
  1369.  
  1370.    </section>
  1371.  
  1372.  
  1373.    
  1374.    <footer class="co-copyright">
  1375.  
  1376.        <div class="page">
  1377.  
  1378.            <div class="box">
  1379.  
  1380.                <div class="col1 text">
  1381.  
  1382.                    <span>&copy; Copyright 2024 - <a href="https://agentur4www.de/">Webdesign</a> und <a href="https://backlinko.de/">SEO</a> von <a href="https://christian-ohme.de/">Christian Ohme</a>.</span>
  1383.            
  1384.                </div>
  1385.  
  1386.                <div class="col2 link">
  1387.  
  1388.                    
  1389.                        <span onclick="location.href='/impressum'">Impressum</span>
  1390.  
  1391.                        <span onclick="location.href='/datenschutz'">Datenschutz</span>
  1392.  
  1393.                        <span onclick="location.href='/sitemap'">Sitemap</span>
  1394.  
  1395.                    
  1396.                </div>
  1397.  
  1398.            </div>
  1399.  
  1400.        </div>
  1401.  
  1402.    </footer>
  1403.  
  1404.  
  1405. </body>
  1406. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda