header {
  display: inline-block;
  width: 100%;
  height: 200px;
  background: #1C3747;
}
header .logo-holder {
  position: relative;
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.logo-holder h1{
	font-family: 'Merriweather', arial, sans-serif;
    font-size: 2.2em;
    margin-top: 1em;
    color: #FFF;
}

.subheader_container img{
width: 100%;
}

.grid{
	max-width: 1344px;
	padding: 80px 10px 50px 10px;
	margin: 0 auto;
	box-sizing: border-box;
}

.row {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.margin-top-bottom{
	margin: 2rem 0;
}

p.introduction_text{
	font-size: 1.4em;
}

button.btn.btn-primary.demonstration {
    font-size: 1em;
}

p.product-text{
	min-height: 17em;
}

.icon-features {
    font-size: 3em;
	color:#000;
}

.btn-secondary{
	background-color: #142328!important;
	border-color: #142328!important;
}

img.image-product{
	margin: 1em 0;
	width: 100%;
}

.icon-holder {
    width: 100%;
    text-align: center;
    line-height: 0;
    //border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
	margin-top: 1.5em;
    margin-bottom: 1em;
    //background: #142328;
}

h2.header-title{
	text-align: center;
	margin: 0;
	padding: 0;
	margin: 0 0 2em 0;
}

.ervaringen h2.header-title{
	margin: .5em 0 .5em 0;
}

h4.card-title {
    font-size: 1em;
    color: #142328;
}

h3.org{
	color: #142328;
	font-size: 1.3em;
}

h4.person{
	font-size: 1em;
}

.nav li {
    list-style-type: none;
    display: inline;
    padding-right: .5em;
    border-right: 1px solid #666;
}

.ervaringen img{
    margin-bottom: 1em;
    max-width: 100%;
    min-height: 143px;

}

.portfolio-item {
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}


.btn-primary{
	background-color: #142328!important;
	border-color: #142328!important;
}


.search{
	display: none;
}


/* Dropdown Button */

.dl-menuwrapper ul {
	margin: 0;
}

.dropbtn {
    background: url(images/menu.svg) no-repeat center;
	background-size: contain;
	width: 40px;
	height: 40px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #142328;
    padding: 12px 16px;
    text-decoration: none !important;
    display: block;
}

.dropdown-content a:hover {
    color: #FFF !important;
	background: #142328 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


.dropdown, .dropup {
    position: absolute!important;
    top: 25px!important;
	right: 10px;
}

svg:not(:root) {
    overflow: hidden;
}

.card {
	background-color: transparent!important;
	//	border: 0!important;
}

.card-body {
    text-align: center;
}



.more-info, .general .more-info {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.more-info a{
	text-decoration: none;
    font-size: 17px;
    color: #142328;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.contactgegevens .general .mailTo {
    width: 213px;
}

.mailTo {
    display: inline-block;
    margin-right: 10px;
}

.more-info .phonenumber:before {
    content: "\f098";
    font-family: "FontAwesome";
    color: #142328;
    margin-right: 5px;

}

.btn-1 {
    background-color: #f6cbbe;
    border-radius: 0 !important;
    color: #142328 !important;
    text-decoration: none !important;
    text-transform: none !important;
}


.type-1 a {
    text-decoration: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 5px;
    padding: 12px 53px 12px 23px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}
.type-1 a span {
  position: relative;
  z-index: 3;
}
.type-1 a .round {
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    width: 38px;
    height: 42px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.type-1 a .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.type-1 .txt {
  font-size: 14px;
  line-height: 1.45;
}

.type-1.small a {
text-decoration: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 5px;
    padding: 6px 53px 6px 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}
.type-1.small a span {
  position: relative;
  z-index: 3;
}
.type-1.small a .round {
-moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    width: 28px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.type-1.small a .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.type-1.small .txt {
  font-size: 14px;
  line-height: 1.45;
}


@media screen and (max-width: 767px) {
	p.product-text {
		min-height: 1px;
	}
}

@media screen and (max-width: 530px) {
	.grid .footer-section:first-of-type {
		margin-bottom: 30px;
	}
}