h1 {line-height:0.6;}
.header-text-wrapper{display:flex;flex-direction:column;justify-self:center;text-align: left;}
.header-rubrik{font-size:60px;color:white;width:100%;}
.header-koordinat{font-size:40px;color:#ffffff;width:100%:}
.till-projekt-knapp{padding:20px 0 0 0;}

.button.button--primary_full {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    background-color: #4c4c4c;
    border: 2px solid #4c4c4c;
    border-radius: 4px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 36px;
}


.button.button--primary_full:hover {
  background-color: #333;
  border: 2px solid #333;
}

@media screen and (max-width: 899px) {
  h1 {line-height:0.4;}
.header-text-wrapper{padding:0 20px 0 20px;}
.header-rubrik{font-size:7vw;color:white;width:100%;}
.header-koordinat{font-size:6vw;color:#ffffff;width:100%:}
.till-projekt-knapp{display:flex;justify-content:center;padding:20px 0 0 0;}
}