html {
height: auto!important;
}

html, body {
    font-family: arial;
    font-size: medium;
}

.vacatures-block a:link, .vacatures-block a:visited {
   /*text-decoration: underline;*/
}

.vacatures-block a.btn-large:link, .vacatures-block a.btn-large:visited {
   text-decoration: none;
}

.row-fluid [class*="span"] {
margin-left: 15px;
}

.sendapp {
display: none;
}

.privacy {
font-size: 0.8em;
}

.content-field {
    margin-bottom: 15px;
}

#to-vaca {
    display: none;
}

.logo {
   display: inline-block;
   width: 236px;
   padding: 4px 0;
   float: left;
}

nav {
    margin-top: 60px;
    margin-left: 250px;
    position: relative;
}

.nomarginleft {
margin-left: 0!important;
margin-top: 15px !important;
margin-top: 0!important;
}

.extrapadding {
padding: 20px;
}

.questions, .storys {
margin-top: 30px;
}

.questions {
padding-bottom: 60.5%;
}

.extrapadding p, .extrapadding h1 {
margin-left: 0!important;
}

.extrapadding h2 {
font-size: 20px;
}

body {
  /*background: #9a9a9a url('/uploads/images/bodybg.png') top left repeat;*/
 background: #ebebeb;
    background: #fff;
  font-family: sans-serif;
}

.vacatures-block h3, .storys h3 {
margin-left: 15px;
}

.carousel-control {
top: 50%;
}
 
.g-recaptcha {
position: relative;
}

img.logo {
padding: 10px;
}

.btn-large {
    margin-bottom: 6px;
}

.header {
/*background: #ffffff url('/uploads/images/headerbg.png') top left repeat;*/
background: #fff;
margin: 0px;
padding: 0px;
height: 140px;

height: 100px;
}

h1 {
  color: #605B57;
  font-size: 1.4em;
}

.header {
  margin-bottom: 20px;
}

.breadcrumbs a, .breadcrumbs span {
  font-size: 0.8em;
}

.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
    overflow: hidden;
}

.blue {
background-color: #48b9e3;
}
.blue2 {
background-color: #006db9;
}

.blue3 {
background-color: #006db9;
}

.blue4 {
  background-color: #cfe5f3;
}

.grey {
  background-color: #b3b3b3;
}

.white {
background-color: #ffffff;
background-color: #eee;
}

.span8 p, .span4 p, .span6 p, .span12 p, .span3 p, .span9 p, .span4 h5 {
  margin: 15px;
}
.span8 h1, .span4 h1 .span6 h1, .span12 h1, .span3 h1, .span9 h1 {
  margin: 15px;
}
.span8 ul, .span4 ul .span6 ul, .span12 ul, .span3 ul, .span9 ul {
  margin-left: 35px;
}
.span8 h4, .span4 h4 .span6 h4, .span12 h4, .span3 h4, .span9 h4 {
  margin-left: 15px;
}
.span8 h5, .span4 h5 .span6 h5, .span12 h5, .span3 h5, .span9 h5 {
  margin-left: 15px;
}

/*
h1, h2, h3, h4, h5, h6 {
font-family: 'Actor', sans-serif;
letter-spacing: -0.1em;
}
*/

.blue4 ul {
 padding-left: 20px;
}

.stage {
padding-bottom: 20px;
}

#vacatures {
border: 1px solid #cacaca;
width: 90%;
}


#vacatures th {
background-color: #6F7A80;
color: #FFFFFF;
}
#vacatures tr {
background-color: #FFFFFF;
}


#vacatures tr:nth-child(odd) { 
background-color:#CFE5F3; 
} 

#vacatures tr:hover {
background-color: #dadada;
cursor: pointer;
}


ul.filterlist {
list-style-type:none;
margin: 10px !important;
margin-bottom: 5px !important;
}

ul.filterlist li {
float:left;
padding-right:10px;
padding-left: 10px;
border-right: 1px solid #9a9a9a;
}

ul.filterlist li:last-child {
border-right: none !important;
}


/* Vacature papers */

.box2
{
	position: relative;
	width: 70%;
        background: url('/uploads/images/linedpaper.png') top left repeat;
	padding: 25px 50px 25px 50px;
	margin: 0px 50px 0px 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.box2:before, .box2:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.box2:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
} 

.box p {
  margin-left: 0px !important;
}

/*
h1.vacature {
  font-family: 'Special Elite', cursive;
}
*/

#imginteresse {
  visibility: hidden;
  float: right;
  padding-top: 100px;
  z-index: 9999;
}

/*
#imgdelen, #imgterug {
  opacity: 0.0;
}
*/

.flags {
  padding-right: 15px;
  padding-top: 15px;
}

#langbar {
  padding-top: 9px;
  padding-right: 20px;

position: absolute;
top: -40px;
}

#langbar a, #langbar a:active, #langbar a:visited {
  color: #333;
}

#langbar a:hover {
  color: #ccc;
}

#myCarousel {
margin-bottom: 0px !important;
}

.bootstrap-filestyle.input-group {
    margin-bottom: 5px;
}

input.form-control {
    display: inline-block;
    width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;
}

span.group-span-filestyle.input-group-btn {
    display: inline-block;
    width: auto;
    margin-left: 0;
    min-height: auto;
}

label.btn.btn-default {
    padding: 0 0.25rem;
}

.container-fluid {
padding-left:10px !important;
    padding-right: 10px;
}

.antispamform {
padding: 10px;
width: 224px;
height: 600px;
background: url('/img/englishform.jpg') no-repeat;
background-size: 100% auto;
}

@media (min-width: 1200px) {
.row-fluid .span8 {
    width: 67.1%;
}
}

@media (max-width: 767px) {
.questions {
padding-bottom: 15px;
margin-bottom: 15px;
}

.home1, .home2, .home3. .home4 {
    height: auto!important;
    min-height: 0!important;
}


}


@media (min-width: 914px) and (max-width: 1193px) {
  .header {
      margin-bottom: 38px;
  }
}

/* Stylesheet: pm_custom Modified On 2025-11-14 14:12:54 */
