body {
    margin: 0;
    padding: 0;
}

#imgback {
    background-color: #397d23;
    display: flex;
    justify-content: center;

}

#headerimg {
    background-image: url(imgs/header\ inbjudan2.png);
    background-position: center;
    background-size: cover;
    background: no-repeat center center cover;
    width: 80vw;
    height: 20vw;
    margin: 0;
    padding: 0;

}

header {
    margin: 0;
    padding: 0;
}

#titletext {
    text-align: center;

}

#titletext h1 {
    font-size: 5em;
    max-width: 80%;
    margin: 1em auto;
}

#titletext div {
    font-size: 2em;
    max-width: 80%;
    margin: 0 auto;
    text-align: left;
}
h2{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1em;
    font-size: 30px;
}

.row{
    display: flex;
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    border: thin solid black;
    padding: 0 1em;

}
.col1{
    flex: 1;
    font-weight: 800;

}
.col2{
    flex: 3;
}
#last{
    margin-bottom: 2em;
}
@media all and (max-width:1000px){
    #titletext h1{
        font-size: 3em;
        max-width: 90%;
    }
    #titletext div {
        font-size: 1.5em;

    }
    .row{
        width: 90%;
        font-size: 17px;
        margin: 0 auto;
    }
}
@media all and (max-width:600px) {

    #titletext h1{
        font-size: 1em;
        max-width: 90%;
    }
    #titletext div {
        font-size: 1em;

    }
    h2{
        font-size: 1em;
    }

    .row{
        width: 90%;
        font-size: 15px;
        margin: 0 auto;
        display: block;
    }
    .col1{
        border-bottom: 1px solid black;
        padding-bottom: 0em;
    }
    .col1 p{
        margin-bottom: 0.3em;
    }
}