

        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;      
            color: #333;
                        background-image: url('img/fuss2.jpg');
            background-size: cover; 1132*914 px /* Passt das Bild an die Gr&ouml;&szlig;e des Bildschirms an */
            background-position: center;
            background-repeat: no-repeat;
            background-alter: "Hintergrundbild Podologie";
        }
        header {
            /*background: #F3E2A9;*/
            color: #848484;
            padding: 20px;
            text-align: center;
        }
        main {
            padding: 20px;
            max-width: 800px;
            margin: 20px auto;
            background: white;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        section {
            margin-bottom: 20px;
        }
        footer {
            text-align: center;
            padding: 10px;
            /* background: #F3E2A9; */
            color: #848484;
        }
        a {
           color: #848484;
           text-decoration: none;
}

        a:hover {
        color: #131309ff;
        text-decoration: underline;
        font-size:n ;
}




   #cookie-popup {
  text-align: center;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px;
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }

#cookie-popup.hidden {
  display: none;
}
    
table#1 
	{	
		border-collapse: separate;	border-spacing: 0.2em;	margin-left: 2em;	box-shadow: 0 0 0.1em #666;	position: relative;	z-index: 1;	cursor: context-menu;
	}
table#1 th,table#1 td 
	{	padding: 0.2em 0.5em;	border-radius: 0.1em;
	}
table#1 thead th 
	{	
	background-image: linear-gradient(to top, red 10%, blue ); 	color: white; 
	}