@media screen and (max-width: 399px) {
    .profilepic {
        width: 100%;
        
    }
    .fourth2 td{
        min-width: 33vw;
}
    .headtypo{
        font-size: 3rem !important;
    }

    .subheader{
        font-size: 1rem !important;
    }

  

}

@media screen and (min-width: 762px) {

.row {
    margin-left:0;
    margin-right:0;
}
}

@media screen and (max-width: 762px) {
    .first {
        flex-direction: column;
        
    }
    .subheader {
        font-size: calc(32px + (28 - 16) * ((100vw - 320px) / (1600 - 320)));
    }
    .d-none {
        display:block !important;
    }

    .headtypo {
        font-size: 4rem;
        height: 100%;
        margin-bottom: 100px;
    }
    .fourth ul {
        margin-left: -30px;
        }

        .footer {
            padding: 2rem;
            }
    
            .list-inline-item {
                display: contents;
            }


    .bildll {
        break-before: auto;
       
    }

    .bildll img {
        width: 100%;
        float:left;
    }



    #copy {
        float: left !important;
        display: block;
        padding-top: 20px;
    }

    
}   
@media screen and (max-width: 576px) {
        .body::-webkit-scrollbar {
        display: none;
      }

      .body {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
      }

        .fourth {
            flex-direction: column;
        }
      
       .container {
           margin-top: -25px;
           margin-bottom: -25px;
       }

       .subheader {
           margin-top: -100px;
       }
    
       .third {
           margin-top: -25px;
       }

       .contact-container {
           margin:-2px auto auto auto;
       }
    
       .justify-content-center {
           margin: 0;
       }
       
       .contact-container {
           padding-left: 0;
           padding-right: 0;
       }
       
       .headerlogo img{
        width: 100%;
        height: auto;
        margin: 2rem 0 2rem 0;
    }
    
        }


    


