.visitus {
    margin: auto;
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

iframe{
    height: 559px;
    width: 1029px;
    border-radius: 15px;
    margin-top: 44px;
    margin-bottom: 50px;
}
.buttonsvisitus{
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}

.googlemaps, .applemaps{
    background-color: #0D0D0D;
    margin-top: 13px;
    border-radius: 5px;
}

.googlemaps{
    margin-right: 13px;
}

.apple, .google{
    width: 508px;
    height: 64px;
    color: white;
    background-color: #0D0D0D;
    display: flex;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.buttonsvisitus img{
    height: 64px;
}

.headervu{
    color: black;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0;
}

@media only screen and (max-width: 1180px) {
    iframe {
        width: 90vw;
        height: 350px;
    }
}


@media only screen and (max-width: 650px) {
    .headervu {
        font-size: 36px;
        margin-left: 0px;
        margin-right: 0px;
    }}