﻿@font-face {
    font-family: 'abelregular';
    src: url('fonts/abel-regular-webfont.eot');
    src: url('fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/abel-regular-webfont.woff2') format('woff2'), url('fonts/abel-regular-webfont.woff') format('woff'), url('fonts/abel-regular-webfont.ttf') format('truetype'), url('fonts/abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pilcrowregular';
    src: url('fonts/pilcrow-webfont.eot');
    src: url('fonts/pilcrow-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pilcrow-webfont.woff2') format('woff2'), url('fonts/pilcrow-webfont.woff') format('woff'), url('fonts/pilcrow-webfont.ttf') format('truetype'), url('fonts/pilcrow-webfont.svg#pilcrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bree_seriflight';
    src: url('fonts/breeserif-light-webfont.eot');
    src: url('fonts/breeserif-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/breeserif-light-webfont.woff2') format('woff2'), url('fonts/breeserif-light-webfont.woff') format('woff'), url('fonts/breeserif-light-webfont.ttf') format('truetype'), url('fonts/breeserif-light-webfont.svg#bree_seriflight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pilcrowmedium';
    src: url('fonts/pilcrow-medium-webfont.eot');
    src: url('fonts/pilcrow-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pilcrow-medium-webfont.woff2') format('woff2'), url('fonts/pilcrow-medium-webfont.woff') format('woff'), url('fonts/pilcrow-medium-webfont.ttf') format('truetype'), url('fonts/pilcrow-medium-webfont.svg#pilcrowmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pilcrowbold';
    src: url('fonts/pilcrow-bold-webfont.eot');
    src: url('fonts/pilcrow-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pilcrow-bold-webfont.woff2') format('woff2'), url('fonts/pilcrow-bold-webfont.woff') format('woff'), url('fonts/pilcrow-bold-webfont.ttf') format('truetype'), url('fonts/pilcrow-bold-webfont.svg#pilcrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pilcrowheavy';
    src: url('fonts/pilcrow-heavy-webfont.eot');
    src: url('fonts/pilcrow-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pilcrow-heavy-webfont.woff2') format('woff2'), url('fonts/pilcrow-heavy-webfont.woff') format('woff'), url('fonts/pilcrow-heavy-webfont.ttf') format('truetype'), url('fonts/pilcrow-heavy-webfont.svg#pilcrowheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'veneerregular';
    src: url('fonts/veneer-webfont.eot');
    src: url('fonts/veneer-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/veneer-webfont.woff2') format('woff2'), url('fonts/veneer-webfont.woff') format('woff'), url('fonts/veneer-webfont.ttf') format('truetype'), url('fonts/veneer-webfont.svg#veneerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chocolate_windowsmedium';
    src: url('fonts/chocolate_windows-webfont.eot');
    src: url('fonts/chocolate_windows-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/chocolate_windows-webfont.woff2') format('woff2'), url('fonts/chocolate_windows-webfont.woff') format('woff'), url('fonts/chocolate_windows-webfont.ttf') format('truetype'), url('fonts/chocolate_windows-webfont.svg#chocolate_windowsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

h3 {
    color: #3c3c3c;
    font-family: pilcrowbold, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.375em;
}


body {
    font-family: bree_seriflight, serif;
    line-height: 1.5em;
    color: #3c3c3c;
    background-color: #ffffff;
    overflow-x: hidden;
}



.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background: #dd385a !important;
    color: #fff !important;
}


header,
.header .logo,
.header .leftbar {
    height: 30px;
}

header {
    margin-top: 20px;
    background-color: #dd385a;
}

.header {
    position: relative;
}

header .leftbar {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    background-color: #3c3c3c;
}

header .logo {
    z-index: 1;
    width: 102px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(img/logo-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

    header .logo strong {
        display: block;
        text-indent: -9999px;
    }

header .mobile-menu {
    background-image: url("img/icon-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 61px;
}

.header .mobile-menu.active {
    background-color: #3c3c3c;
    background-image: url(img/icon-menu-active.png);
}

header nav {
    display: none;
    z-index: 2;
    position: absolute;
    right: 0;
    max-width: 255px;
    padding-left: 16px;
    padding-right: 16px;
    top: 30px;
    background-color: rgba(60,60,60,0.95);
}

.header nav.active {
    display: block;
}

header nav ul {
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 0;
}

    header nav ul li a {
        width: 200px;
        color: #7a7d77;
        text-decoration: none;
        text-transform: uppercase;
        font-family: abelregular, sans-serif;
        /*font-size: 1.125em;*/
        font-size: 0.88em;
        display: block;
        position: relative;
        /*padding-top: 15px;
        padding-bottom: 14px;*/
        padding-top: 10px;
        padding-bottom: 9px;
    }

        header nav ul li a:hover,
        header nav ul li.active a,
        header nav > ul > li:hover > a {
            color: #fff;
        }

.header nav ul li a .icon {
    background-image: url(img/icon-menu-arrow.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0px;
    top: 20px;
    display: none;
}

.header nav ul li a:hover .icon {
    background-image: url(img/icon-menu-arrow-active.png);
}

header nav ul li.portal {
    border: none;
}

header nav ul ul li {
    border-bottom: 1px solid #7a7d77;
}

.header nav ul ul li a {
    padding-left: 25px;
}

    .header nav ul ul li a .icon {
        display: block;
    }

.header nav ul li.portal a {
    color: #dd385a;
}

.title {
    height: 120px;
}

    .title h1 {
        font-size: 2.1em;
        line-height: 1.2em;
        font-weight: 400;
    }

.highlight {
    margin-bottom: 38px;
    overflow: hidden;
}

    .highlight.small {
        margin-bottom: 0;
    }

        .highlight.small a {
            height: 77px;
        }

    .highlight a {
        display: block;
        height: 130px;
        position: relative;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        font-family: pilcrowbold, sans-serif;
        font-size: 1.125em;
        line-height: 1em;
        font-weight: 700;
    }

        .highlight a img {
            margin-left: auto;
            margin-right: auto;
        }

        .highlight a .image {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 50px;
            background-position: center;
            background-size: cover;
        }

        .highlight a .text {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding-left: 9px;
            padding-right: 9px;
            padding-top: 11px;
            padding-bottom: 29px;
        }


    .highlight.terra-rijschool a .text {
        background-color: #f49426;
    }

    .highlight.terra-vo a .text {
        background-color: #3fb498;
    }

    .highlight.terra-mbo a .text {
        background-color: #389fbb;
    }

    .highlight.terranext a .text {
        background-color: #62a044;
    }

    .highlight.terra-start a .text,
    .highlight.terrastart a .text {
        background-color: #53b7ce;
    }

    .highlight a .icon {
        position: absolute;
        background-image: url(img/icon-readon.png);
        width: 37px;
        height: 37px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        right: 9px;
        bottom: 6px;
        z-index: 1;
    }

    .highlight.opendag a {
        background-image: url(img/opendag.png);
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

.sidebox {
    /*border-top: 1px solid #bcbcbc;*/
    margin-bottom: 48px;
    border-bottom: 2px solid #bcbcbc;
    padding-bottom: 20px;
}

    .sidebox h3 {
        /*margin-top: 22px;*/
        margin-top: 8px;
        margin-bottom: 13px;
        padding-bottom: 10px;
        font-size: 1.375em;
        color: #3c3c3c;
        font-family: pilcrowbold, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 2px solid #bcbcbc;
    }

    .sidebox ul {
        margin: 0;
        padding-left: 0;
        list-style: none;
    }

    .sidebox li a,
    .sidebox a.vacature-overview {
        text-transform: uppercase;
        font-size: 0.875em;
    }

    .sidebox li a {
        color: #3c3c3c;
        font-family: pilcrowregular, sans-serif;
        text-decoration: underline;
    }


    .sidebox a.vacature-overview {
        color: #7a7d77;
        font-family: pilcrowmedium, sans-serif;
        text-decoration: none;
    }

        .sidebox a.vacature-overview:hover {
            text-decoration: underline;
        }

    .sidebox.vacatures p {
        font-size: 0.875rem;
    }

.coremessage h2 {
    font-family: pilcrowbold, sans-serif;
    font-size: 2em;
    color: #3c3c3c;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1em;
}

.coremessage p {
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
}

.info {
    margin-bottom: 20px;
}

    .info ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        .info ul a {
            border-top: 1px solid #bcbcbc;
            border-bottom: 1px solid #bcbcbc;
            margin-top: 7px;
            margin-bottom: 7px;
            text-transform: uppercase;
            font-size: 1.125em;
            font-family: pilcrowheavy, sans-serif;
            line-height: 1.1em;
            display: block;
            position: relative;
            text-decoration: none;
            padding-top: 5px;
            padding-bottom: 3px;
            padding-right: 60px;
        }

            .info ul a:hover {
                text-decoration: none;
            }

            .info ul a .title {
                color: #dd385a;
                padding: 0;
                display: block;
                height: auto;
            }

            .info ul a .subtitle {
                color: #3c3c3c;
            }

    .info a .icon,
    .newsbox .content .icon {
        background-image: url(img/icon-readon.png);
        width: 26px;
        height: 26px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 3px;
        bottom: 5px;
    }

.newsbox {
    position: relative;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 36px;
    margin-bottom: 15px;
}

    .newsbox footer {
        padding-left: 19px;
        height: 20px;
    }

        .newsbox footer .icon {
            background-image: url(img/icon-star.png);
            width: 12px;
            height: 12px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            display: block;
            top: 5px;
            left: 1px;
        }

        .newsbox footer .meta {
            font-family: pilcrowregular, sans-serif;
            font-size: 0.875em;
            position: absolute;
            top: 0;
            left: 20px;
        }

    .newsbox img {
        width: 100%;
    }

    .newsbox .readmore {
        position: absolute;
        left: 0;
        right: 3px;
        bottom: 8px;
        text-transform: uppercase;
        font-size: 0.875em;
        color: #bcbcbc;
        font-family: pilcrowregular, sans-serif;
        text-decoration: none;
        background-image: url(img/icon-readon.png);
        background-size: contain;
        background-position: center right;
        background-repeat: no-repeat;
    }

        .newsbox .readmore:hover {
            text-decoration: underline;
        }

    .newsbox .content .icon {
        bottom: 8px;
        right: 3px;
    }

    .newsbox h3 {
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 1em;
        height: 2.15em;
        overflow: hidden;
    }

        .newsbox h3 a {
            font-family: pilcrowheavy, sans-serif;
            color: #3c3c3c;
            font-size: 1.25em;
            text-decoration: none;
            font-weight: 400;
            text-transform: uppercase;
        }

            .newsbox h3 a:hover {
                text-decoration: underline;
            }

    .newsbox p {
        margin: 0;
        height: 4em;
        overflow: hidden;
    }

    .newsbox.newsbox-big p {
        height: auto;
    }

    .newsbox p a {
        color: #3c3c3c;
        text-decoration: none;
        font-size: 0.75em;
        line-height: 1.5em;
    }

.row.news {
    margin-bottom: 40px;
}

.row.banner {
    margin-bottom: 55px;
}


.banner {
    margin-bottom: 24px;
    height: 284px;
    background-image: url(img/tmp/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .banner a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.textpage .title {
    position: relative;
}

    .textpage .title h1 {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        right: 0;
        font-family: pilcrowbold, sans-serif;
        text-transform: uppercase;
        font-size: 1.5em;
    }

.textpage .maincontent {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 24px;
    margin-bottom: 33px;
    font-size: 0.88em;
}

    .textpage .maincontent img {
        margin-bottom: 30px;
    }

    .textpage .maincontent p {
        margin: 0;
    }

    .textpage .maincontent h2,
    .textpage .maincontent h3 {
        font-family: pilcrowbold, sans-serif;
        font-weight: 400;
        margin-bottom: 0;
    }

    .textpage .maincontent h2 {
        margin-top: 26px;
        text-transform: uppercase;
        font-size: 1.25rem;
    }

    .textpage .maincontent h3 {
        font-size: 1.0625rem;
    }

    .textpage .maincontent ul,
    .textpage .maincontent ol {
        margin: 0;
        padding-left: 16px;
    }

    .textpage .maincontent ul {
        list-style-image: url(img/list-icon.png);
    }

        .textpage .maincontent ul ul {
            list-style-image: url(img/list-icon-2.png);
        }

    .textpage .maincontent a {
        color: #dd385a;
        text-decoration: none;
    }



.textpage .sidebox h3 {
    margin-bottom: 0;
}

.textpage .sidebox p {
    margin-top: 0;
    font-size: 0.88em;
}

.textpage .flipbox h3 {
    line-height: 30px;
    padding-left: 11px;
    text-transform: uppercase;
    font-family: pilcrowheavy, sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 13px;
}

.textpage .flipbox.active h3 {
    background-color: #dd385a;
    color: #fff;
}

.textpage .flipbox h3 {
    background-color: #bcbcbc;
    color: #3c3c3c;
}

.textpage .flipbox {
    border: none;
    position: relative;
}

    .textpage .flipbox .icon {
        position: absolute;
        width: 18px;
        height: 18px;
        top: 7px;
        right: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(img/icon-plus-black.png);
    }

    .textpage .flipbox.active .icon {
        background-image: url(img/icon-min-white.png);
    }



    .textpage .flipbox h3,
    .textpage .flipbox .icon {
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .textpage .flipbox.active .content {
        padding-bottom: 0;
        padding-bottom: 40px;
        max-height: 5000px;
    }

    .textpage .flipbox .content {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }


.textpage .flipbox {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #878787;
}

footer {
    text-align: center;
    border-top: 1px solid #bcbcbc;
    padding-top: 30px;
    padding-bottom:50px;
    margin-left:15px;
    margin-right:15px;
    max-width:1170px;
}

    footer a {
        text-decoration: none;
        color: #878787;
        font-size: 0.875em;
        padding-left: 5px;
        padding-right: 5px;
        font-family: abelregular, sans-serif;
    }


/* Medium */
@media only screen and (min-width: 40.063em) {
    header nav {
        display: block;
        background-color: transparent;
        position: static;
        width: auto;
        max-width: none;
        padding: 0;
    }

        header nav ul {
            padding-left: 185px;
        }

            header nav ul li {
                float: left;
                position: relative;
            }

                header nav ul li > a {
                    color: #fff;
                    line-height: 45px;
                    padding: 0;
                    text-align: center;
                }


        header nav > ul > li > a > .icon {
            display: none;
        }

        header nav ul li:hover ul {
            display: block;
        }



        header nav > ul > li > a:hover,
        header nav > ul > li:hover > a,
        header nav > ul > li.active > a {
            background-color: #3c3c3c;
        }

        header nav ul ul {
            display: none;
            width: auto;
            padding-left: 16px;
            padding-right: 16px;
            position: absolute;
            left: 0;
            top: 45px;
            background-color: rgba(60,60,60,0.95);
            z-index: 1;
            border: none;
        }

            header nav ul ul li {
                float: none;
            }

                header nav ul ul li a {
                    padding-left: 25px;
                    border-bottom: 1px solid #7a7d77;
                    width: 220px;
                    text-align: left;
                    line-height: 1.2em;
                    padding-top: 15px;
                    padding-bottom: 14px;
                    color: #7a7d77;
                }

                    header nav ul ul li:hover a,
                    header nav ul ul li a:hover {
                        color: #fff;
                    }

                header nav ul ul li.last a {
                    border: none;
                }

    header .mobile-menu {
        display: none;
    }

    header,
    .header .logo,
    .header .leftbar {
        height: 45px;
    }

    .header .logo {
        background-image: url(img/logo.png);
        width: 224px;
        left: -54px;
    }

    header nav ul li a {
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 0.8em;
    }

    .header nav ul li.portal a {
        color: #3c3c3c;
    }

    .title h1 {
        font-size: 3em;
    }


    header nav ul li.portal a {
        color: #3c3c3c;
    }

        header nav ul li.portal a:hover {
            background-color: #fff;
        }

    .sidebox,
    .sidebox h3 {
        border-bottom: none;
    }

        .sidebox a.vacature-overview {
            margin-top: 24px;
            display: block;
        }

    .newsbox h3 {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .textpage .title h1 {
        font-size: 2.5em;
    }

    .highlight a {
        height: 160px;
    }
}

/* Large */
@media only screen and (min-width:64.063em) {

    .highlight a {
        height: 260px;
    }

        .highlight a .text {
            font-size: 2.3125rem;
            line-height: 1;
        }


    .highlight.terra-rijschool a .text {
        font-size: 1.7rem;
        line-height: 1;
    }

    header nav ul {
        padding-left: 170px;
    }

        header nav ul li a {
            width: 200px;
            font-size: 1.125em;
            padding: 0;
        }

    .title {
        padding-right: 720px;
        height: 195px;
    }

        .title.texttitle {
            height: 100px;
        }

        .title h1 {
            font-size: 3.75em;
        }

    .textpage .title h1 {
        right: 250px;
    }
    footer{
        margin:auto;
    }
}

/* 1024 */
@media only screen and (min-width:1025px) and (max-width:1230px) {
    header nav ul ul {
        left: 15px;
    }

    header nav ul li a {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    header nav ul {
        padding-left: 185px;
    }

    .title {
        padding-right: 520px;
    }
    
}


.spacer {
    height: 100px;
}

p {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.formitem {
    padding-bottom: 1.6em;
}

    .formitem label {
        display: block;
    }

    .formitem input[type=text],
    .formitem input[type=email],
    .formitem select {
        border: 1px solid #bcbcbc;
        display: block;
        width: 100%;
        padding: 2px;
        height: 40px;
        max-width: 400px;
    }

    .formitem textarea {
        border: 1px solid #bcbcbc;
        display: block;
        width: 100%;
        height: 140px;
        max-width: 600px;
    }

        .formitem input.error[type=text],
        .formitem select.error,
        .formitem textarea.error {
            border: 1px solid #dd385a;
        }

span.error {
    color: #dd385a;
}








.vacancy .sublines {
    line-height: 1;
    text-transform: uppercase;
}

    .vacancy .sublines p {
        margin: 0;
        padding: 0;
        color: #3c3c3c;
        font-family: pilcrowbold, sans-serif;
        font-weight: 400;
        padding-bottom: 4px;
    }




.vacancies {
    border-top: 1px solid #9d9d9c;
}

.vacancy-link {
    text-decoration: none;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #9d9d9c;
}

    .vacancy-link h2 {
        color: #dd385a;
        font-size: 1.25rem;
        margin: 0;
        font-family: pilcrowbold, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .vacancy-link .sublines p {
        line-height: 0.875em !important;
        padding-bottom: 4px;
    }


.vacancy-detail {
    padding-top: 40px;
}

.vacancy-link h1 {
    padding-bottom: 10px;
}


.socialshare {
    margin-top: 32px;
}

    .socialshare a {
        display: block;
        float: left;
        height: 20px;
        line-height: 20px;
        margin-right: 16px;
        margin-top: 6px;
        padding-left: 28px;
        position: relative;
        text-transform: uppercase;
    }

    .socialshare h4 {
        border-bottom: 0 none;
        float: left;
        padding-right: 26px;
        margin: 0;
        margin-top: 2px;
    }

    .socialshare a span.icon {
        background: #dd385a none repeat scroll 0 0 / 20px auto;
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
    }



.vacancy-detail p {
    margin: 0;
    padding: 0;
}

.vacancy-detail .content {
    padding-bottom: 40px;
}

.vacancy-detail h1 {
    color: #dd385a;
    margin-top: 0;
    text-transform: uppercase;
    font-family: pilcrowbold, sans-serif;
    font-weight: 400;
}

.vacancy-detail h3 {
    color: #dd385a;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 4px;
}

.vacancy-detail .row a {
    text-decoration: none;
}

.vacancy-detail .row h3 {
    padding-top: 0;
}

    .vacancy-detail .row h3 a {
        color: #dd385a;
    }


.vacancy-detail .row h5 {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: normal;
}


.vacancy-detail .row p {
    margin: 0;
    padding: 0;
}

    .vacancy-detail .row p.reply {
        margin-top: 40px;
        margin-bottom: 40px;
    }

.vacancy-detail .row a.print {
    background-image: url('img/print.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 26px;
    display: inline-block;
    margin-top: 20px;
}


.button {
    background-color: #dd385a;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 4px 6px;
    font-family: pilcrowbold, sans-serif;
    font-size: 1.1em;
    margin-bottom: 16px;
}


.vacancies-filter {
    margin-top: 40px;
    height: 30px;
    margin-bottom: 32px;
}

    .vacancies-filter a.button {
        height: 30px;
        line-height: 30px;
        display: block;
        float: left;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 10px;
        background-color: #3c3c3c;
    }

        .vacancies-filter a.button.active {
            color: #fff;
            background-color: #dd385a;
        }

        .vacancies-filter a.button.filter {
            padding-left: 30px;
            background-repeat: no-repeat;
            background-position: 5px center;
            background-image: url('img/filter_active.png');
        }

            .vacancies-filter a.button.filter .active {
                background-image: url('img/filter_active.png');
            }



.socialshare a.linkedin {
}

    .socialshare a.linkedin span.icon {
        background-image: url('svg/linkedin.svg');
        background-size: 75%;
        background-repeat: no-repeat;
        background-position: center;
    }

.socialshare a.facebook span.icon {
    background-image: url('svg/facebook.svg');
}

.socialshare a.twitter span.icon {
    background-image: url('svg/twitter.svg');
}


/* Large */
@media only screen and (min-width:64.063em) {
    a.button.button-right {
        float: right;
    }
}

.submenu.box {
    margin-bottom: 32px;
}
