body {
    background: #E6E6E6;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

h1 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 24px;
}

body.home h1 {
	margin-bottom: 10px;
}

body:not(.home) h1 {
	margin-top: 0;
}

h2 {
    color: #dba012;
    font-size: 18px;
    font-weight: 600;
}

h3 {
	color: #F1642F
}

a {
	color: #DBA012;
}

a:hover {
	color: #E6BD57;
}

.content-intro {
	background-color: #FFFFFF;
}

.content-intro p {
    padding: 0;
    color: #000000;
    margin: 0 auto;
    line-height: 170%;
    text-align: left;
    margin-bottom: 20px;
}

.content-intro p.font {
    width: 80%;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    overflow-wrap: break-word;
}

.content-intro li {
	color: #000000;
}

.content-intro h1 {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #F28C00;
    margin: 0 auto;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    overflow-wrap: break-word;
}

body.home .content-intro h1 {
    text-align: center;
}

.spacer-left {
    padding-left: 30px;
}

.spacer-right {
    padding-right: 30px;
}

.content-more {
    left: 22%;
    right: 0;
    position: absolute;
	background-color: #333;
    min-height: 100%;
    overflow: hidden;
}

.content-more p,
.content-more label {
	color: #FFF;
}

.content-more label {
	font-weight: 600;
}

.content-more hr {
	border-color: #ddd;
}

#login {
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	max-width: 100%;
}

#login h3,
#register h3 {
	margin-bottom: 25px;
}

input.form-control,
select.form-control,
textarea.form-control {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
	border-color: #bbb;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
}

input.file-upload {
	color: #333;
}

.btn-orange, .btn-orange:hover, .btn-orange:focus {
    background-color: #F28C00;
    color: #000000;
}

.content-intro .content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.content-intro .content .breadcrumb {
    width: 100%;
    background-color: #FFFFFF;
    color: #000000;
    margin-top: -15px;
    padding: 0;
}

.content-intro .content .topImage {
    width: 100%;
    
    /*height: 300px;
    background: url('../img/photo-1465508421127-4cbee06c9e73.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;*/

    margin-bottom: 40px;
}

.content-intro .content .box {
    position: relative;
    width: 100%;
    display: block;
    background-color: #E6E6E6;
    color: #F28C00;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;

    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.content-intro .content .box.hover:hover {
    background-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    cursor: pointer;
}

.box.hover strong {
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 200;
    margin-top: 5px;
    overflow-wrap: break-word;
}

.content-intro .content .box .fa {
    color: #F28C00;
}

/*.content-intro .content .row {
    margin-bottom: 20px;
}*/

.content-more .content {
	padding-top: 10px;
	padding-bottom: 30px;
}

.content {
	padding-left: 30px;
	padding-right: 30px;
}

.vacancies,
.candidates {
    position: relative;
}

.candidates {
	margin-top: 25px;
}

.vacancies .title {
	margin-top: 0;
}

/** CUSTOM BTN OPMAAK **/
.btn.btn-yellow {
	background-color: #F28C00;
	border-color: #dbb253;
    color: #fff;
	display: block;
	border-radius: 5px;
	padding-top: 10px;
	min-height: 50px;
	border: none;
	border-top: 5px solid #F8B297;
}

.btn.btn-yellow:hover {
	background-color: #f4c0ad;
}

.btn.btn-purple {
	background-color: #2B254B;

	color: #fff;
}

.btn.btn-purple:hover {
	color: #fff;

	background-color: #443c70;
}

.account-btns {
	margin-bottom: 20px;
}

/** PAARSE HEADER BALK **/
.header {
	background-color: #FFF;
	padding-left: 15px;
	border-bottom: 2px solid #E6E6E6;
}

.header > a > img {
	max-width: 400px;
}

.header span.title {
    display: block;
    color: #DBA112;
    font-size: 18px;
	font-weight: 500;
    padding-top: 12px;
}

/** WERKGEVER/WERKZOEKENDE KEUZE **/
.who-is {
	margin-bottom: 30px;
}

.who-is .title {
	margin-top: 0;
	font-size: 32px;
	text-transform: uppercase;
}

/** OPMAAK PIJL **/
.arrow-down {
	position: relative;
	left: 50%;
	top: -10px;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #000;
}

.arrow-down.purple {
	border-top-color: #FFFFFF;
}

/** TABEL OPMAAK **/
.table-purple > thead > tr > th {
	background-color: #DBA012;

	color: #fff;
}

.table-purple > tbody > tr > td {
	border-bottom: 1px solid #ddd;
}

.table-purple {
	color: #333;
}

.table-purple a {
	color: #2B254B;

	font-weight: 600;
}

.table-purple a:hover {
	color: #DBA012;
}

.st-key {
	text-align: left;
}

/** TWITTER LINK **/
.twitter {
	position: absolute;
	right: 10px;
	top: 5px;
}

.twitter span a {
	color: #60C5E4;
	font-size: 14px;
	font-weight: 600;
}

.twitter span a:hover {
	color: #DBA012;
}

.twitter span > a > i {
	padding-left: 5px;
}

/** RESPONSIVE IFRAME **/
.embed-responsive {
	-webkit-box-shadow: 0 15px 10px -15px #222;
	-moz-box-shadow: 0 15px 10px -15px #222;
	box-shadow: 0 15px 10px -15px #222;
}

/* SIDEBAR MENU */
.sidebar-menu ul > li > a {
	border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sidebar-menu ul > li > a:hover {
	background-color: #FFF;
        color: #000;
}

.vacancies .fa {
    float: right;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 15px;
}

.wrapper, .main-sidebar, .left-side {

}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
    color: #000;
	background-color: #FFFFFF;
	border-left-color: #E6E6E6;
	text-decoration: none;
}

.sidebar-menu > li > .treeview-menu {
	background: #F8B297;
}

.sidebar-menu > li > .treeview-menu li:hover {
	background-color: #FFF;
}

.sidebar-menu > li > .treeview-menu li:hover a {
    color: #000;
}

.sidebar-menu > li > .treeview-menu a {
	color: #fff;
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: 0;
}

.navbar span.title {
	display: block;
	color: #DBA112;
	font-size: 18px;
	padding-top: 12px;
	padding-left: 12px;
}

.big-logo img {
	width: 100%;
}

body.bg-purple .content-wrapper, .right-side {
	background-color: #2B254B !important;

	color: #fff;
}

.content-wrapper, .right-side {
	background-color: #FFFFFF !important;
    border-right: 2px solid #FFFFFF;
	color: #fff;
}

.sidebar-menu > li.header,
.sidebar-menu > li.header:hover a,
.sidebar-menu > li.header a {
	background-color: #E6BD57;

	border: none;
}

.main-header .navbar .sidebar-toggle {
    color: #2B254B;
}

.main-header .navbar .sidebar-toggle:hover {
	background: none;

	color: #2B254B;
}

.sidebar a {
	color: #fff;
}

.wrapper {
	position: relative !important;
	top: 0;
    padding-bottom: 100px;
}

.wrapper:after {
    content: "";
    display: block;
}

.main-sidebar, .left-side {
    padding-top:0px;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side,
aside.main-sidebar,
.skin-blue .sidebar-menu>li.header {
    background-color: #F28C00 !important;
}

ul.sidebar-menu > li > a {
    padding: 10px 10px;
}

.sidebar-menu .treeview-menu>li>a {
    padding: 7px 25px;
}

.sidebar-bottom {
    position: relative;
    bottom: 0px;
	color: #fff;
    margin-top: 60px;
	font-weight: 500;
}

#home-carousel {
	margin-bottom: 20px;
}



#home-quotes {
	margin-top: 70px;
	margin-bottom: 75px;
}

#home-quotes .title {
	display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #F28C00;
    margin: 0 auto;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px !important;
    overflow-wrap: break-word;
    text-align: center;
}

.quote{
	font-size: 20px;
	color: #000;
}

.quote img {
	width: 80%;
	border-radius: 50%;
}

.quote .quotation-left, .quote .content p::after {
    color: #F28C00;
	font-weight: 100;
}

.quote .quotation-left {
	margin-top: 12px;
	float: left;
}

.quote .content p::after{
	font-family: FontAwesome;
	content: "\f10e";
	margin-left: 10px;
}

.quote .content {
	width: 80%;
	padding: 0;
	margin-top: 18px;
	margin-left: 20px;
	margin-bottom: 30px;
	float: left;
}

.quote .author {
	font-weight: 600;
	font-style: italic;
}

.quote a {
	margin-left: 20px;
	font-style: italic;
}

.quote a:hover {
	text-decoration: none;
}

.quote a:focus {
	text-decoration: none;
	color: #E6BD57;
}

.quote .col-sm-9 {
	min-height: 230px;
}



.mu-logo {
	width: 100%;
}

.mobile-logo img {
	margin-top: 10px;

	margin-left: 10px;
}

.main-header .sidebar-toggle {
	padding: 20px 20px !important;
}

.main-sidebar {
	padding-top: 55px !important;

	border-right: 2px solid #FFF;
}

/** SIDEBAR ICONS **/
.icons .column {
	text-align: center;
	padding: 10px 0;
	background-color: #F28C00;
	border-bottom: 2px solid #fff;
}

.icons .column a {
	padding-top: 13px;
    padding-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
}

.icons .column a:hover i {
	color: #2B254B;
}

.icons .row {
	margin: 0;
}

.icons i.fa {
	font-size: 20px;

	color: #fff;
}

/** CONTAINER BREEDTE **/
.wrapper,
.header {
    max-width: 1400px;
}

/** GOOGLE MAP **/
#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flexible-container {
	position: relative;
	padding-bottom: 55%;
	padding-top: 30px;
	margin-top: 20px;
	height: 0;
	color: #333;
	overflow: hidden;
}

.flexible-container a {
	color: #333;
}

.flexible-container a:hover {
	color: #DBA012;

	text-decoration: none;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** VACANCY PAGE **/
.all-vacancies {
	margin-bottom: 25px;

	font-weight: 600;
}

.newsOddEven {
    padding: 10px;
    overflow: hidden;
}

.newsOddEven a:hover,
.newsOddEven a:focus {
    text-decoration: none;
}

.newsOddEven a:hover h2,
.newsOddEven a:focus h2 {
    color: #F28C00;
}

.newsOddEven:nth-child(odd) {
    background: #FFF;
}

.newsOddEven:nth-child(even) {
    background: #EEE;
}

.newsOddEven h2 {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

.vacancies span {
    line-height: 30px;
}

img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
	.max-distance {
		padding: 0;
	}

	.max-distance p {
		position: relative;
		top: 8px;
		left: 4px;
	}
}

@media (min-width: 992px) {
	.mobile-logo,
	.sidebar-toggle {
		display: none;
	}

	.main-sidebar {
		padding-top: 0 !important;
	}

	. .main-header .navbar {
		display: none;
	}
}

@media (min-width: 1281px) {
	.content-wrapper,
	.right-side,
	.main-footer,
	.main-header > .navbar {
		margin-left: 300px;
	}

	.main-sidebar, .left-side,
	.main-header .logo {
		width: 300px;
	}

    .content-more {
        left: 21%;
    }
}

@media (max-width: 1300px) {
	.wrapper,
	.header {
		max-width: 1100px;
	}
}

@media (max-width: 992px) {
	.header {
		display: none;
	}

    .content-more {
        left: 0;
    }

	ul.sidebar-menu {
		margin-top: 4px;
	}

	.mobile-logo img {
		max-width: 200px;
		margin-top: 0px;
	}

	.icons .column {
		border-top: 7px solid #fff;
	}
}

@media (max-width: 768px) {
	.max-distance p {
		margin-top: 10px;
	}

	.quote img{
		width: 30%;
	}
}

@media (max-width: 580px) {
	.twitter {
		position: static;

		margin-bottom: 10px;
	}

	.account-btns .btn {
		margin-top: 10px;
	}

	.account-btns .btn,
	.back-btn .btn {
		display: block;
	}

	.quote img{
		width: 50%;
	}
}

@media (max-width: 350px) {
    .vacancies {
        text-align: center;
    }

    .vacancies .fa {
        float: none;
    }

    .vacancies span {
        display: block;
    }
}

@media (max-width: 280px) {
    .mobile-logo img {
        max-width: 180px;
        margin-top: 0px;
    }
}
