.button {
    padding: 1em 1.8em;
}

h2 {
    font-size: 2.8rem;
}

p {
    line-height: 1.5;
}

.section {
    padding: 40px 0;
}

@media only screen and (min-width: 900px) {
    .section {
        padding: 80px 0;
    }
}

.section--same {
    padding-top: 0;
}

.inner-container {
    width: 100%;
}

.max-width-800px {
    width: 100%;
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}

.max-width-600px {
    width: 100%;
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
}

.margin-bottom-40px {
    margin-bottom: 40px !important;
}

.margin-bottom-20px {
    margin-bottom: 20px !important;
}

.text-align-center {
    text-align: center !important;
}

.color-grey {
    color: #949494 !important;
}

.color-dark-blue {
    color: #505B6D;
}

.background-color-light-grey {
    background-color: #ececec;
}

.recent-posts__header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: .9375rem;
    padding-left: .9375rem;
    padding-bottom: 20px; 
}

.recent-posts__image {
    margin-bottom: 20px;
}

.recent-posts__categories {
    color: #949494;
    margin-bottom: 20px !important;
    position: relative;
    padding-left: 30px;
}

.recent-posts__categories::before {
    content: '';
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(/wp-content/themes/bfb/pixeltokig-images/arrow.svg);
    background-position: center;
    background-size: contain;
}

.recent-posts__date {
    color: #949494;
    margin-bottom: 10px !important;
    position: relative;
    padding-left: 30px;
}

.recent-posts__date::before {
    content: '';
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(/wp-content/themes/bfb/pixeltokig-images/clock.svg);
    background-position: center;
    background-size: contain;
}

.fordelar {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fordel {
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin-bottom: 40px;
}

.fordel__icon {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-bottom: 10px;
}

.fordel__icon--blue1 {
    background-color: #3381a3;
}

.fordel__icon--blue2 {
    background-color: #5794c1;
}

.fordel__icon--blue3 {
    background-color: #2e486e;
}

.big-card {
    width: 100%;
    max-width: 800px;
    padding: 4vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.big-card--blue {
    background-color: #30486c;
    color: #fff;
}

.button-bg-white,
.button-bg-white:visited {
    background-color: #fff;
    color: #000;
}

.about-us {
    padding-left: 0;
    padding-right: 0;
}

.jobsafe h3 {
    display: none;
}

.special-max-width {
    max-width: 1230px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
}

.flex-space-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.position-relative {
    position: relative;
}

.home .page-header {
    padding: 6em 3em 3em 3em;
}

.button {
    font-size: 14px;
}

@media only screen and (min-width: 900px) {
    .home .page-header {
        padding: 4em 0 0 0;
    }

    .home .header-content {
        display: flex;
        flex-wrap: wrap;
    }
    
    .home .header-content--text {
        width: 50%;
        padding: 40px;
    }

    .home .header-content--image {
        width: 50%;
        background-size: cover;
        background-position: center;
    }
}

@media only screen and (min-width: 1600px) {
    .home .header-content--text {
        padding: 80px;
        font-size: 20px;
    }

    .home h1 {
        font-size: 3rem;
        line-height: 1.4;
        margin-bottom: 40px;
        color: #414141;
    }
}

/* .home .page-header-border {
    background: #ececec url(../images/squares-row.svg) repeat-x 50% 0;
    background-size: auto 20px;
    height: 20px;
    width: 100%;
} */

.kalender,
.nyheter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
}

.kalender .widget-features-item,
.nyheter .widget-features-item {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    flex: none;
    background-color: #ececec;
    padding: 20px;
}

@media only screen and ( min-width: 600px ) {
    .kalender,
    .nyheter {
        width: 48%;
    }

    .kalender .widget-features-item,
    .nyheter .widget-features-item {

    }
}

@media only screen and ( min-width: 1200px ) {
    .kalender,
    .nyheter {

    }

    .kalender .widget-features-item,
    .nyheter .widget-features-item {
        width: 45%;
    }
    .min-height-320px {
        min-height: 260px !important;
    }
}


.recent-posts__heading {
    font-size: 1.3rem;
}

.align-items-apart {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

