html, body {
    height: auto;
    background: #004435;
}
a {
    text-decoration: none;
}
h2 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom:30px;
    margin-top: 0px;
}
h3 {
    font-weight: 600;
    font-size:20px;
    line-height:27px;
    hyphens:auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 0px;
    color: #000;
}
h4 {
    color: #fff;
    margin:40px 0px;
}
#teaser {
    width:100%;
    max-width: 980px;
    padding:0px;
    margin:30px auto;
}
#jobs {
    overflow: auto;
    margin:-20px -10px 50px -10px;
}
.box {
    background-color: #f3f2f0;
    width:calc(100%/3 - 20px);
    min-height: 450px;
    margin:20px 10px;
    position: relative;
    float:left;
    box-sizing: border-box;
    position: relative;
    padding-bottom:90px;
}
.box .image img {
    width:100%;
    height:auto;
}
.box .data {
    padding:20px;
}
.button {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 3.3em;
    letter-spacing: .25px;
    text-align: center;
    display: inline-block;
    height: 50px;
    width: auto;
    min-width: 120px;
    padding: 0 40px;
    border: solid 1px #5bac26;
    border-radius: 25px;
    transition: .25s;
    color: #fff;
    background-color: #5bac26;
    white-space: nowrap;
}
.button.secondary {
    background-color: #f3f2f0;
    color: #5bac26;
}
.button:hover {
    border: solid 1px #44811D;
}
.button.secondary:hover, .teaser-job:hover .button.secondary {
    background: #5bac26;
    border-color: #5bac26;
    color: white;
}
.box .button {
    position: absolute;
    right:20px;
    bottom:20px;
}
@media screen and (max-width: 800px) {
    .box .button {
        padding-right: 0px;
        padding-left: 0px;
        width: 80%;
    }
}
@media screen and (max-width: 670px) {
    #jobs {
        margin:0 0 40px 0;
    }
    .box {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
    .button {
        width: 100%;
    }
    .button.secondary {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 400px) {
    .button.teaser {
        font-size: 14px;
        padding: 0 10px;
    }
}
