p {
margin:0; padding:0;
	font-family: 'Roboto', sans-serif;
font-size:14px;
line-height: 20px;
}

p a {
        color: #97be0d;
        text-decoration: none;
        border-bottom: 1px solid #64ab36;
    }



/**umb_name:Grøn knap*/
.greenKnap a {
border-bottom:0;
color: #fff;
text-decoration: none;
}
.greenKnap{
    display: inline-block;
    padding: 7px 20px;
    background: #97be0d;
    border-bottom:0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
    .greenKnap:hover {
        background: #97be0d;
        color: #fff;
    }

/**umb_name:Mellemoverskrift*/
h2{font-size: 22px;
margin-bottom:0;
font-weight: 500;
line-height: 28px;}

/**umb_name:Underoverskrift*/
h3{font-size: 19px;
margin-bottom:0;
font-weight: 500;
line-height: 24px;}