diff --git a/.DS_Store b/.DS_Store
index 4d3ffa8..4d7c292 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/public/.DS_Store b/public/.DS_Store
index 970ff00..006c957 100644
Binary files a/public/.DS_Store and b/public/.DS_Store differ
diff --git a/public/css/desktop.css b/public/css/desktop.css
index d2f42ae..72e91ad 100644
--- a/public/css/desktop.css
+++ b/public/css/desktop.css
@@ -80,7 +80,11 @@ header > p {
text-align: center;
}
-.content::before {
+html body.index .content::before,
+html body.datenschutz .content::before,
+html body.ueberuns .content::before,
+html body.kontakt .content::before,
+html body.impressum .content::before{
content: "";
background-image: url('../pictures/gemuese_transparent.png');
background-repeat: no-repeat;
@@ -253,3 +257,62 @@ label {
display: flex;
margin:10px;
}
+
+.produkte_warenkorb{
+ position: relative;
+ max-width: 88%;
+ height: 165px;
+ border: thin solid #606060;
+ margin-top: 22.5px;
+ margin-bottom: 22.5px;
+ display: flex;
+ align-items: center;
+ }
+
+.produkte_warenkorb img {
+ margin-right: -60px;
+ height:60%;
+
+}
+.produkte_details {
+ width: 150px;
+ display: block;
+ font-size: 0.8em;
+ margin-top: -40px;
+}
+.button_mit_menue{
+ display: flex;
+ align-items: center;
+ position:absolute;
+ bottom: 50px;
+ right: 30px;
+
+}
+.button_entfernen{
+ background-color: #ebebeb;
+ border: thin solid black;
+ color: black;
+ width: 115px;
+ height: 31px;
+ padding: 6px;
+ border-radius: 3px;
+ text-align: center;
+ text-decoration: none;
+ display: inline-block;
+ font-size: 0.8em;
+ margin: 4px 2px;
+ cursor: pointer;
+ font-weight: normal;
+
+}
+#menue{
+ width: 35px;
+ height: 25px;
+ margin-left: 10px;
+}
+.gesamtbetrag{
+ position: absolute;
+ font-size: 1em;
+ bottom: 15px;
+ right: 15px;
+}
\ No newline at end of file
diff --git a/public/datenschutz.html b/public/datenschutz.html
index ea2e516..0e61440 100644
--- a/public/datenschutz.html
+++ b/public/datenschutz.html
@@ -8,7 +8,7 @@
-
+