


                                        /* Style Eigenschaften mobile Phone*/  


@media only screen and (max-width: 39em) { 
       
    
    /* Style Eigenschaften Navi leiste mobile Phone */        
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .navbar {
            min-height: 100px; 
            z-index: 150;
            background-color: #00446b;
            flex-direction:column;
            position: relative;
            top: 0;
            padding-top: 15px;
            padding-left: 15px;
            padding-bottom: 20px;
            
        }
        .flagge {
            max-width: 90px;
            display: block;
            object-fit: scale-down;
            padding-top: 5px;
           
        }
        
         /* Style Eigenschaften head mobile Phone */   
        
       
        /* Style Eigenschaften Navibar mobil */
        
        
            
        
        .abstand-gross {
            margin: left 10px;
            }
        /* Style Eigenschaften Abschlussleiste mobile Phone */

        footer {
                min-height: 100px;
                background-color: #00436B;
                color: white;
                display: flex;
                justify-content: stretch;
                align-items: center;
                }

        /* Style Eigenschaften link mobile Phone*/
        a {
            color: rgb(250, 250, 250);
            text-decoration: none;
            margin-left: 16px;
            padding-bottom: 15px;
            font-weight: 800;
            }  

            kennenlernen{
                color: rgb(247, 247, 247);
                padding: 1%;
                border-radius:15px;
                margin-left:75%;
                background-color: #fc5305d0;
                position:relative;
                top: -190px;
                display:flex;
                justify-content:center;
                z-index: 100;
            }

           
    }