.inputformulier {
	padding: 4px;
	margin-bottom: 2px;
	font-size: 13px;
	border: none;
	height: 35px;
	width: 100%;
	color: #5f5d5e;
	border: 1px solid #5f5d5e;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 0px;
}

input[type="text"] {
    padding-left: 15px;
    margin-bottom: 10px;
    color: #000;
}

.submitbutton{
	width: 160px;
	height: 40px;
	background: #f38f18;
	border: 1px solid #f38f18;
	color: #000;
	margin-top: 15px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.submitbutton:hover {
    background: #000;
    border: 1px solid #fff;
    color: #f38f18;
}

* {
    margin: 0;
    padding: 0;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-justify {
    text-align: justify;
}

img {
    max-width: 100%;
}

a,
a:focus,
a:hover {
    color: inherit;
}

.no-padding {
    padding: 0;
}

body {
    background: #fff;
    color: #5f5d5e;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

header {
    position: relative;
    height: 200px;
    background: #fff;
    color: #d2d2d2;
    border-bottom: 2px solid #000;
}

.header {
    background-image: url('../img/header_bg.jpg');
    background-size: cover;
}

header .logo {
    float: left;
    transform: translate3d(0,85px,0);
}

.header {
    height: 200px;
    background-image: url('../img/header_bg.jpg');
    background-size: cover;
}

#over {
    z-index: 1;
}

.intro {
    padding-top: 30px;
    z-index: 2;
}

.slicknav_menu {
    display: none;
    background: transparent;
    padding: 0;
}

.slicknav_btn {
    position: absolute;
    top: 35px;
    right: 0;
    background-color: #ed7020;
}

.slicknav_nav {
    position: relative;
    background: #fff;
    z-index: 9999;
    padding-top: 15px;
    font-size: 1em;
}

.slicknav_nav a {
    color: #f6b78f;
    padding: 10px;
}

.slicknav_nav li.active a {
    color: #ed7020;
    font-weight: 700;
}

header nav {
    position: relative;
    text-align: right;
    height: 150px;
}

.menu {
    height: 150px;
}

.call-me-back {
    background-color: #000;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
    transform: translate3d(-20px,-70px,0);
}

.call-me-white {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
    transform: translate3d(-20px,-70px,0);
}

.absolute {
    position: absolute;
    transform: translate3d(0,-50px,0);
    z-index: 5;
}

.absolute a {
    color: #337ab7;
}

section.content .absolute p {
    line-height: 1.3em;
}

section.content .call-me-back h2 {
     color: #fff;
}

section.content .call-me-white h2 {
    color: #000;
}

header nav ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    height: 150px;
}

header nav ul li a {
    display: block;
    line-height: 100px;
    padding-bottom: 5px;
    font-size: 19px;
    font-weight: 700;
    height: 143px;
}

header nav ul li.active a {
    color: #000000;
}


header nav ul li a:hover {
    color: #000000;
    text-decoration: none;
}

header nav ul li a:focus {
    text-decoration: none;
}

header nav ul li + li {
    margin-left: 90px;
}

section.content {
    position: relative;
}

section.content.blue {
    background: #d2d2d2;
    color: #000000;
}

section.content h1 {
    font-size: 72px;
    color: #000;
    margin: 0 0 16px 0;
    font-weight: 700;
}

section.content h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

section.content.blue h1 {
    color: #000000;
}

section.content p {
    line-height: 1.7em;
}

section.content p + p {
    margin-top: 2em;
}

section.content span.pub-date {
    display: block;
    font-weight: 700;
    margin-bottom: 2em;
    color: #ed7020;
}

.mailmsg {
    display: block;
    font-weight: 700;
    margin-bottom: 2em;
    color: #ed7020;
    padding-top: 58px;
}

section.content .latest-edition {
    position: absolute;
    right: 0;
    bottom: -563px;
    z-index: 99999;
}

section.content .edition-top {
    margin-top: -192px;
}

section.content .all-editions {
    display: none;
}

section.content .all-editions .edition {
    margin-top: 40px;
}

.fancybox-lock .fancybox-overlay {
    z-index: 999999;
}

.col-md-hidden {
    display: none;
}

.error_message {
    color: #ff0000;
}

.valid {
    border: 2px solid greenyellow;
}

.invalid {
    border: 2px solid #ff0000;
}

.btn {
    display: inline-block;
    border: none;
    line-height: 70px;
    padding: 0 30px;
    background: #fff;
    color: #000;
    font-weight: 700;
    text-align: left;
    font-size: 19px;
    border-radius: 0;
}

.btn.btn-block {
    display: block;
    width: 100%;
}

.btn.btn-blue {
    color: #fff;
    background: #233b90;
}

.btn.btn-arrow-right:after {
    content: '';
    display: inline-block;
    float: right;
    width: 33px;
    height: 12px;
    margin-top: 26px;
    background: url('../img/btn-arrow-right.png') no-repeat;
}

.btn.btn-blue.btn-arrow-down:after {
    content: '';
    display: inline-block;
    float: right;
    width: 12px;
    height: 33px;
    margin-top: 16px;
    background: url('../img/btn-arrow-down-white.png') no-repeat;
}

.btn .fa {
    color: #233b90;
    float: right;
    margin-top: 25px;
}

.btn span {
    display: inline-block;
    color: #2e50a1;
    line-height: 1.8em;
}

.btn span small {
    display: block;
    color: #000;
    font-size: 0.6em;
    margin-top: -20px;
}

footer {
    position: relative;
    background: #fff;
    color: #000000;
    padding: 90px 0;
}

footer h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: #000000;
}

footer p {
    line-height: 1.7em;
}

footer ul {
    list-style-type: none;
    text-align: right;
}

footer ul li a {
    line-height: 1.7em;
    text-decoration: underline;
    color: #000000;
}

footer ul li a:hover {
    text-decoration: none;
    color: #000000;
}

/* Large Devices */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    section.content h1,
    section.content h2 {
        font-size: 37px;
    }
    
    section.content .latest-edition {
        bottom: -605px;
    }
    
    section.content .edition-top {
        margin-top: -136px;
    }
    
}

/* Medium Devices */
@media only screen and (min-width : 768px) and (max-width : 991px) { 
    header nav ul li + li {
        margin-left: 32px;
    }
    
    section.content h1,
    section.content h2 {
        font-size: 32px;
    }
    
    section.content .latest-edition {
        bottom: auto;
    }
    
    section.content#edities h2 {
        font-size: 29px;
    }
    
    section.content#edities .btn {
        padding: 0 20px;
    }
    
    section.content .edition-top {
        margin-top: auto;
    }
    
    .col-sm-hidden {
        display: none;
    }
    
    header .logo img,
    section.content .latest-edition img {
        width: auto !important;
        height: auto !important;

    }

    header .logo {
        transform: translate3d(0,60px,0);
    }
    
    
}

/* Small Devices */
@media only screen and (max-width : 767px) {

    header .logo {
        float: left;
        transform: translate3d(0,102px,0);
    }

    .slicknav_menu {
        display: block;
    }
    
    header nav {
        display: none;
    }
    
    section.content h1,
    section.content h2 {
        font-size: 24px;
    }
    
    section.content,
    footer {
        padding: 65px 0;
    }
    
    section.content .latest-edition {
        position: relative;
        right: auto;
        bottom: auto;
    }
    
    section.content .latest-edition img {
        width: auto !important;
        height: auto !important;
    }
    
    .btn {
        padding: 0 20px;
    }
    
    section.content .edition-top {
        margin-top: 30px;
    }
    
    .col-xs-hidden {
        display: none;
    }
    
    .col-xs-visible {
        display: block;
        margin-top: 30px;
    }

    .call-me-back, .call-me-white {
        transform: translate3d(0,0,0);
    }
 	.no-padding {
        padding: 0 15px;
    }
    .absolute {
        position: relative;
        transform: translate3d(20px,20px,0);
    }
}

@media only screen and (max-width : 320px) {
    section.content .latest-edition img {
        width: auto !important;
        height: auto !important;
    }
}