body {
    font-family: 'Open Sans', sans-serif;
    font-weight: regular;
    color: #333;
    background-color: #f9f9f9;
    line-height: 1.6;
    margin: 0;
    padding: 0px;
    font-size: 14px;

}


        .container {
            max-width: 800px;
            margin: 20px auto;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        h1, h2, h3 {
            color: #0056b3;
        }
        .product {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
        }
        .product img {
            max-width: 120px;
            margin-right: 20px;
            border-radius: 8px;
        }
        .product h3 {
            margin: 0;
        }
        .cta {
            margin-top: 10px;
        }
        .cta a {
            display: inline-block;
            padding: 10px 15px;
            background: #0056b3;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
        }
        .cta a:hover {
            background: #003d80;
        }
        header {
            background-color: #007ACC;
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .header h1 {
            margin: 0;
        color: white;
        }
        
        nav {
            height: 8px;
            background-color: #007ACC;
            align-items: center;
            padding: 0 20px;
            position: sticky;
            }
        
        
        nav a {
            color: white;
            display: flex;                      /* Horizontale Ausrichtung der Links */
            justify-content: flex-end;          /* Ausrichtung der Links nach rechts */
            background-color: #007ACC;          /* Hintergrundfarbe der Navigation */
            text-decoration: none;
            font-weight: 600;
            display: inline-block;
            margin-left: 10px;
           
        }
        
        nav a:hover {
        text-decoration: 1px solid #ffffff;
        padding: 0 9px;
        background-color: white; 
        color:#007ACC;
        }
        
        nav a.active {
        border: 1px solid #ffffff;
        padding: 0 9px;
        background-color: white; 
        color:#007ACC;
        } 
        @media (min-width: 900px) {
            body {
                font-size: 14px;
                padding: 0;
        
            }
        
            .topnav, .kontakt1 {
                display:none;
            }
            .myLinks{ 
                display:none;
            }
        
        
            /* Header und Navigation */
        header {
            background-color: #007ACC;
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .header h1 {
            margin: 0;
        color: white;
        }
        
        nav {
            height: 10px;
            background-color: #007ACC;
            align-items: center;
            padding: 10px 20px;
            position: sticky;
            font-family: Open Sans;
            top: 0;
            z-index: 1000;
            }
        
        nav a {
            color: #ffffff;
            text-decoration: none;
            font-weight: 400;
            margin: 0 10px;
            font-size: 16px;
        }
        
        nav a:hover {
            text-decoration: underline;
        }
        
        
        nav a {
            color: white;
            margin: 0 15px;
            text-decoration: none;
            font-weight: 600;
            display: inline-block;
            font-size: 16px;
        }
        
        nav a:hover {
        text-decoration: 1px solid #ffffff;
        padding: 0 9px;
        background-color: white; 
        color:#007ACC;
        }
        
        nav a.active {
        border: 1px solid #ffffff;
        padding: 0 9px;
        background-color: white; 
        color:#007ACC;
        }
        
        }
        
