diff --git a/views/DE/project/pagesList.pug b/views/DE/project/pagesList.pug
index b32e31c295a8a8ee0037e48a3ebb5ff22022e91c..1428b4247c173c33de15d6413f2c6a68e2921e52 100644
--- a/views/DE/project/pagesList.pug
+++ b/views/DE/project/pagesList.pug
@@ -6,10 +6,7 @@ html(lang="de")
     meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
     link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
     link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
-<<<<<<< HEAD
-=======
     link(rel="stylesheet", type="text/css", href="/css/m4lab-mobile.css")
->>>>>>> testing
     link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
     style.
         .title-container {
@@ -52,15 +49,9 @@ html(lang="de")
         }
   body
     div(class="container")
-<<<<<<< HEAD
-            div(class="row")
-                div(class="col-md-12 margin_bottom_40")
-                    img(class="mx-auto" src="/img/Projektinformationen.png" width="100%")
-=======
         div(class="row")
             div(class="col-md-12 margin_bottom_40")
                 img(class="mx-auto" src="/img/Projektinformationen.png" width="100%")
->>>>>>> testing
     div(class="container")
         p Hier finden Sie Informationen zu den bei uns gehosteten Projekten, wie z.B. Projektbeschreibungen, Projektwebseiten, Visualisierungen, Demonstrationen.
         p Für eine Übersicht über den bei uns gehosteten Projektcode und andere Projektdaten klicken Sie <a href="/projektdaten"> hier </a>.
@@ -80,11 +71,7 @@ html(lang="de")
             | <div class="row">
             for item in pages
                 div(class="card-deck py-4 col-sm")
-<<<<<<< HEAD
-                    div(class="card width_18")
-=======
                     div(class="card card-portrait" style="transform: rotate(0);")
->>>>>>> testing
                         div(class="title-container")
                             div(class="card-img-bg" style=`background-image: url(${item.logo});`)
                             img(class="card-img-top", src=item.logo)
@@ -97,16 +84,8 @@ html(lang="de")
                                         | &nbsp;
                             div(class="row")
                                 div(class="col-9")
-<<<<<<< HEAD
-                                    p(class="card-text") #{item.desc}
-                                a(href=item.weburl, class="no_text_decoration", target="_blank")
-                                    div(class="col-3")
-                                        svg(class="bi bi-chevron-right", width="32", height="32", viewBox="0 0 20 20", fill="black", xmlns="http://www.w3.org/2000/svg")
-                                            | <path fill-rule="evenodd" d="M6.646 3.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L12.293 10 6.646 4.354a.5.5 0 010-.708z"></path>
-=======
                                     p(class="card-text clamp-lines") #{item.desc}
                                 a(href=item.weburl, class="no_text_decoration stretched-link", target="_blank")
->>>>>>> testing
             | </div>
 
     // jQuery