.bild{margin-right:30px;} 
.button {
            
            background-color: #bc3e00;
            color: white;
            padding: 3px 5px;
	 margin-right:5px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
.button1 {
            background-color: #000000;
            color: white;
            padding: 3px 5px;
	 margin-right:5px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
      
        }

body {
            font-family: Arial, sans-serif;
            margin: 20px;
        }
     .hoch {
    font-size: 12px ; 
    vertical-align: super;
  } 
        .link-item {
            border: 1px solid #bc3e00;
            padding: 15px;
            margin-bottom: 10px;
            display: flex;
        }
        .link-item img {
            width: 600px;
            height: auto;
            margin-right: 15px;
        }
        .link-item h3 {
            color: #000000;
            margin: 0;
        }
        .link-item p {
            margin: 5px 0;
        }
        .link-item span {
            font-size: 0.9em;
            color: green;
        }
        .link-item a {
            text-decoration: none;
            color: #e74c3c;
        }
        .link-item a:hover {
            text-decoration: underline;
        }