html, body {
    font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: 300;
    color: #222;
    /*#494c50*/
}
article, aside, footer, header, section {
	display: block;
}
.wrapper {
    max-width: 800px;
    margin: auto;
    /*background-color: orange;*/
    position:relative;
}
.jobwrapper {
    max-width: 600px;
    margin: auto;
    background-color: #fafafa;
    position:relative;
    text-align: left;
    padding:20px;
}
header {
    background: #eee;
    width: 100%;
    position: fixed;
    z-index: 1;
}
main {
    padding-top: 60px;
}
a[name] {
display: block;
}
header .wrapper a{
    display: inline-block;
}
header img {
    margin-left: 0px;
}
nav {
    display: inline-block;
    position:relative;
    /*float: right;*/
    margin-top:0px;
    margin-left:48px;
    /*margin-right: 20px;*/
    padding-bottom: 10px;
    /*background-color:blue;*/
    vertical-align: top;
}
header .wrapper img{
	margin-top:10px;
}
nav ul {
    margin-top: 14px;
}
nav li {
    display: inline-block;
    line-height: 1.8em;
    color: #808284;
}
nav li a {
    color: #808284;
    cursor: pointer;
    text-decoration: none;
}
nav li a:hover {
    color: #222;
}
.pageSelector{
	display: inline-block;
}
.languageSelector{
	display: inline-block;
	font-size: 0.7em;
	/*background-color:green;*/
	position:absolute;
	right:40px;
	margin-top:22px;
	margin-left:auto;
	vertical-align: top;
}
.languageSelector a{
	text-decoration: none;
}
.selectedLang {
    font-weight: bold;
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    line-height: 1.6em;
    color: #555;
}
em {
color: #000;
}
p {
    font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #808284;
    line-height: 1.6em;
    max-width: 40em;
}
p.alt {
	font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 300;
    color: #58585b;
    line-height: 1.5em;
    padding-top: 20px;
    padding-bottom: 40px;
    max-width:90%;
}

a:link, a:visited {
	color: #808284;
}

a:hover {
	color: black;
}

img {
    margin: 20px 0;
}
img.bookarang-logo {
    font-size: 1.4em;
    background: #f0dd52;
    font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    display: inline-block;
	margin-left:0px;
	margin-top:8px;
	/*background-color:red;*/
}
figure {
    display: inline-block;
    margin: 20px;
}
img.photo {
    width: 200px;
    height: 200px;
    background: #ccc;
}
img.photo2 {
    width: 148px;
    height: 240px;
    background: #ccc;
}
img.product {
    width: calc(100% - 30px);
    margin: 20px 20px 0 30px;
    background: #ccc;
}
p.download-link {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
p.download-link a {
	float: left;
}
a.cta-right {
	float: right !important;
	margin-right: 30px;
}
img.logo {
    width: 100px;
    height: 100px;
    background: transparent;
}
section {
    margin: auto;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
main section {
    text-align: center;
}
main section:nth-child(odd) {
    background: #f7f7f7;
}
main section h1 {
    display: inline-block;
    background: #f0dd52;
    padding: 10px;
}
main section.payoff {
    background: #222;
    color: #eee;
}
main section.payoff h1 {
    font-size: 3.2em;
    background: inherit;
    line-height: 1.4em;
}
main section p {
    margin: 20px auto;
}
ul.products li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 49%;
}
ul.ondersteuning li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}
h3.vacature{
	font-weight: 500;
	color: #808284;
}
ul.vacatureitems li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
    margin-left: 10%;
    list-style-type: disc;
	font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #808284;
    line-height: 1.6em;
}

ul.klanten li {
    display: inline-block;
    vertical-align: top;
    width: 16%;
}
ul.products div h2::before,
ul.ondersteuning div h2::before {
    display: inline-block;
    content: "•";
    font-size: 0.6em;
    font-weight: 500;
    line-height: 16px;
    border-radius: 16px;
    width: 16px;
    height: 16px;
    background: #f0dd52;
    text-align: center;
    vertical-align: bottom;
    margin-right: 10px;
}
ul.products div p {
    margin-left: 30px;
}
div.photos div {
width: 32%;
display: inline-block;
vertical-align: top;
}
footer {
    /* background: #f0dd52; */
    /* color: #222; */
    background: #333;
    color: #eee;
    padding-bottom: 60px;
}
footer p {
	color: #eee;
	max-width: 320px;
}
footer .col {
	display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 20px
}
.icon-link {
    display: block;
    height: 3.4em;
}
.telefoon,
.twitter,
.linkedin {
	margin-bottom: 10px;
}
.telefoon img,
.twitter img,
.linkedin img {
	float: left;
	margin: 0 10px 0 0
}
footer a {
    color: #eee;
    text-decoration: none
}
footer h2 {
	font-weight: 500
}
@media (max-width : 720px) {
    ul.products li {
        width: 100%;
    }
    ul.ondersteuning li {
        width: 100%;
    }
    ul.klanten li {
        width: 100%;
    }
    div.photos div {
    	width: 100%;
    }
    footer .col {
    	width: 100%;
    }
    nav {
        /*float: none;*/
        /*display: block;*/
        text-align: center;
        background: #eee;
        margin-right: 0;
        margin:0px;
    }
    nav ul {
        max-width: 90%;
        margin: auto;
        padding-top: 20px;
    }
    header {
        position: relative;
    }
    header img {
        margin-bottom: 0;
    }
    header nav ul {
        padding-top: 10px;
    }
    main {
        padding-top: 0;
    }
    .languageSelector{
		font-size: 0.8em;
		/*background-color:green;*/
		position:absolute;
		right:20px;
		top:0px;
		margin-top:22px;
		margin-left:auto;
		vertical-align: top;
	}

}
@media (max-width : 340px) {
    .languageSelector{

        font-size: 0.8em;
		/*background-color:green;*/
		position:absolute;
		//left:250px;
		right:20px;
		top:0px;
		margin-top:22px;
		margin-left:auto;
		vertical-align: top;
	}
	header img.bookarang-logo{
		margin-left:10px;
	}
	.icon-link {
		display: block;
		height: 5.0em;
	}
	.icon-link p{
		font-size: 90%;
	}
}