.tempBakgrunn{
    background: radial-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../IMG/Pexels3.jpg") no-repeat fixed;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
}
.map{
    width: 40%;
    background-color: rgba(0,0,0,0.6);
    margin-left: 30%;
    text-align: center;
    padding: 0 15px;
    padding-top: 40px;
    color: white;
    border-radius: 1.2em;
    font-family: Arial, sans-serif;
}
.map i{
    font-size: 2.5em;
    margin-bottom: 10px;
}
.divider{
    position: relative;
    margin-top: 10px;
    height: 3px;
    margin-bottom: 30px;
}
.div-transparent:before{
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 3px;
    background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}
.map h1{
    margin-bottom: 20px;
}
.tempButton{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 40px;
    justify-content: space-evenly;
    padding-bottom: 60px;
}
.tempKnapp{
    width: 30%;
    font-size: 1.2em;
    height: 40px;
    background-color: transparent;
    color: #ffffff;
}
.tempKnapp:hover{
    border: #BFC0C0 1px solid;
    color: #BFC0C0;
    box-shadow: 0 0 2px #BFC0C0, 0 0 5px #BFC0C0, 0 0 10px #BFC0C0;
}

@media screen and (max-width: 930px){
    .map{
        width: 60%;
        margin-left: 20%;
    }
}

@media screen and (max-width: 745px){
    .tempKnapp{
        width: 45%;
    }
}

@media screen and (max-width: 595px){
    .tempButton{
        flex-direction: column;
        width: 100%;
        padding-bottom: 30px;
    }
    .tempKnapp{
        width: 80%;
        margin-left: 10%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 485px){
    .map h1{
        font-size: 1.4em;
    }

    .map h3{
        font-size: 0.9em;
    }
}
@media screen and (max-width: 485px){
    .map{
        width: 90%;
        margin-left: 5%;
    }
    .tempBakgrunn{
        padding-bottom: 60px;
    }
}
