/* Algemeen */

html {
	background-color: #fff;
	}

body {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding: 0;
	color: #000;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #0078d4;
	}

/* Afbeeldingen */
img {
	padding: 0;
	max-width: 100%;
	height: auto;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
a img {
	border: none;
	}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-khtml-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

a:link, a:visited {
  outline: none !important;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

/* Header Top */

header .top {
	background-color: #0078d4;
	font-size: 13px;
	padding: 8px 0;
	}

header .top p {
	border-left: 1px solid #fff;
	display: inline-block;
	padding: 0 19px 0 20px;
	margin: 0;
	}

header .top p:first-child {
	border-left: none;
	padding-left: 0;
	}

header .top, header .top a {
	color: #fff;
	text-decoration: none;
	}

/* Logo */
.header .logo {
  z-index: 10000;
  width: 100%;
	text-align: left;
	padding: 19px 0;
	position: relative;
	margin: 0;
  }

.header .logo img {
	max-width: 200px;
	width: 100%;
	}


/* Menu */
header {
	margin-bottom: 100px;
	margin-top: 0;
	width: 100%;
	background: #3c6392;
	z-index: 3000;
	position: relative;
	}

.header {
	position: absolute;
	width: 100%;
	background: #fff;
	height: 100px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	}

.header.affix {
	margin: 0 auto 0;
	position: fixed;
	top: 0;
	}

.customize-support .header.affix {
	top: 32px;
	}

.affix ~ .pagina {
	padding: 208px 30px 30px;
	}

nav {
    margin: 0;
    }

.navbar {
    padding: 0;
    left: 0;
    right: 0;
    }

.navbar-toggler {
	border: 1px solid #0078d4;
	padding: 8px 12px;
	position: absolute;
	top: 52px;
	right: 20px;
	z-index: 100;
	}

.navbar-collapse {
  margin-top: 30px;
	text-align: right;
  }

.navbar-collapse > ul {
	position: relative;
	z-index: 2000;
	margin: 0 0 -7px;
	padding: 0;
	list-style: none;
	display: inline-block;
	}

.navbar-collapse > ul > li {
	float: left;
	}

.navbar .navbar-collapse > ul > li > a {
  padding: 10px 15px;
	margin-bottom: 25px;
	margin-left: 20px;
  color: #000;
	font-weight: 400;
  font-size: 17px;
	display: block;
	background-color: transparent;
  text-decoration: none;
  }

.navbar .navbar-collapse > ul > li.screenconnect > a {
	background-color: #0078d4;
	color: #fff;
	}

.navbar .navbar-collapse > ul > li:first-child > a {
	margin-left: 0;
	}

.navbar .navbar-collapse > ul > li > a:hover,
.navbar .navbar-collapse > ul > li > a:focus {
	text-decoration: none;
	background-color: transparent;
	color: #666;
	}

.navbar .navbar-collapse > ul > li.screenconnect > a:hover,
.navbar .navbar-collapse > ul > li.screenconnect > a:focus {
	background-color: #006CAF;
	color: #fff;
	}

.navbar .navbar-collapse > ul > .active > a,
.navbar .navbar-collapse > ul > .active > a:hover,
.navbar .navbar-collapse > ul > .active > a:focus {
  background-color: transparent;
  color: #000;
	border-bottom: 2px solid #0078d4;
	font-weight: 500;
  }

.navbar .navbar-collapse > ul > li.current-menu-item > a,
.navbar .navbar-collapse > ul > li.current-menu-parent > a {
	background-color: transparent;
	color: #666;
	border-bottom: 1px solid #666;
	}

/* Sub menu 2 */

.navbar .navbar-collapse > ul > li > ul {
	background-color: #fff;
	position: absolute;
	transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  transition: transform 0.3s, opacity 0.3s;
	padding-left: 0;
	z-index: -1;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	text-align: left;
	display: block;
	opacity: 0;
	}

.navbar .navbar-collapse > ul > li > ul:before {
	background-color: #fff;
	position: absolute;
	height: 5px;
	top: -5px;
	width: 100%;
	content: "";
	}

.navbar .navbar-collapse > ul > li:hover > ul {
	max-height: 1000px;
	opacity: 1;
	transform: scaleY(1) translateZ(0);
	}

.navbar .navbar-collapse > ul > li > ul li {
	list-style: none outside none;
	border-top: 1px solid #eee;
	}

.navbar .navbar-collapse > ul > li > ul li:first-child {
	list-style: none outside none;
	border-top: 0;
	}

.navbar .navbar-collapse > ul > li > ul li a {
	-webkit-transition: all 0ms;
	-moz-transition: all 0ms;
	-ms-transition: all 0ms;
	-o-transition: all 0ms;
	transition: all 0ms;
	color: #000;
	font-weight: normal;
	padding: 10px 25px;
	display: block;
	text-decoration: none;
	}

.navbar .navbar-collapse > ul > li > ul li a:hover, .navbar .navbar-collapse > ul > li > ul li a:focus {
	background-color: #0078d4;
  color: #fff;
	text-decoration: none;
	}

.navbar .navbar-collapse > ul > li > ul li:before {
	color: #000;
	display: none;
	}

	
/* Lightbox */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -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;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	}
      
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out; 
    -moz-transition: opacity 0.3s ease-out; 
    -o-transition: opacity 0.3s ease-out; 
    transition: opacity 0.3s ease-out;
	}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
	}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
	}

/* Producten */

.products1, .products4, .products5, .products8, .products9 {
	background-color: #eee;
	}

.products-inner {
	padding: 15px 0;
	}

.products-inner .products-leesverder {
	float: right;
	margin-top: 10px;
	}

.products-inner a.title, .products-inner a.title:active, .products-inner a.title:focus, .products-inner a.title:hover {
	text-decoration: none;
	}

.products-tekst h3 {
	margin-top: 0;
	font-size: 18px;
	color: #333333;
	}

.products-tekst p {
	margin-bottom: 0;
	}

/* Nieuws */
.nieuws-wrapper {
	margin-top: 30px;
	}

.nieuws-inner {
	border-bottom: 1px solid #CCCCCC;
	padding: 0;
	background-color: #ffffff;
	margin-bottom: 15px;
	padding: 0 0 15px;
	}

.nieuws-inner .leesverder {
	float: right;
	margin-top: 10px;
	}

.nieuws-inner a {
	color: #7f8080;
	}

.nieuws-inner a:hover, .nieuws-inner a:focus {
	color: #ca1424;
	text-decoration: none;
	}

.nieuws-inner .image {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	}

.nieuws-inner .image:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	}

.nieuws-tekst {
	padding: 15px;
	}

.nieuws-tekst h3 {
	margin-top: 0;
    background-color: #fff;
	}

.nieuws-tekst p {
	margin-bottom: 0;
	}

.nieuws-leesverder {
	float: right;
	margin-bottom: 15px;
	}	

.pagina-content-wrapper-inner .nieuws-tekst .nieuwsdatum {
	color: #8f8f8f;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: -5px;
	}

.pagina-content-wrapper-inner .nieuwsdatum {
	color: #8f8f8f;
	margin-top: 0;
	margin-bottom: 20px;
	}

.nieuws .nieuwsdatum {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 0;
	}

.nieuws .nieuwsdatumpagina {
	margin-bottom: 30px;
	margin-top: 0;
	}

.nieuws .terugoverzicht {
	float: right;
	margin-top: 0;
	text-decoration: none !important;
	}

.nieuws .pagina-image img {
	margin-bottom: 30px;
	}

/* Home */

.home {
	overflow: hidden;
	}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	}
	
.carousel-caption {
	font-size: 20px;
	top: 40%;
	padding-bottom: 0;
	text-align: right;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding-top: 0;
  }
    
.carousel-caption p {
	padding: 20px 45px;
	color: #fff;
	margin: 0;
	display: inline-block;
	min-height: 75px;
	letter-spacing: 0.3px;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  }

.carousel-caption span {
  display: block;
	font-size: 26px;
	font-weight: bold;
  }

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
	z-index: 1;
	}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 3px;  
  animation: scroll_down_link_fade 2s infinite;
  -webkit-animation: scroll_down_link_fade 2s infinite; 
	}

@keyframes scroll_down_link_fade {
    0% {
        opacity: 0;
        transform: translate(0px, 0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(0px, 20px);
    }
}

.arrows path.a1 {
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
	}

/* Home - Diensten */

.home-diensten {
	padding: 60px 0 90px;
	text-align: center;
	}

.home-diensten h2 {
	margin-bottom: 30px;
	font-size: 36px;
	color: #000;
	}

.home-diensten a {
	display: block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	}

.home-diensten a:hover {
	text-decoration: none;
	}


.home-diensten a .image {
	padding: 45px 60px 0;
	margin: 0 auto;
	}

.home-diensten a .image img {
	max-height: 130px;
	}

.home-diensten a .image2 {
	padding: 25px;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease; transition: all 0.4s ease;
	}

.home-diensten a h3 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #0078d4;
	}

/* Home - Microsoft 365 */

.home-support {
	padding: 50px 0 50px;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	background-image: url('../img/365.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}

.home-support h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 36px;
	color: #000;
	}

.home-support .inner .image {
	margin: 0 auto;
	overflow: hidden;
	}

/* Home - Team */

.home-team {
	padding: 75px 0 75px;
	text-align: center;
	background-color: #eee;
	font-size: 14px;
	}

.home-team h2 {
	margin-bottom: 60px;
	font-size: 36px;
	color: #000;
	}

.home-team .inner {
	display: block;
	background-color: #fff;
	padding: 20px 0;
  margin-top: 80px;
	margin-bottom: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
	}

.home-team .inner:hover {
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	}

.home-team .inner .image {
	border: 4px solid #fff;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 175px;
	height: 175px;
	margin: -100px auto 0;
	box-shadow: 0px -2px 5px rgb(0 0 0 / 4%);
	overflow: hidden;
	}

.home-team .inner .image img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

.home-team .inner .image img {
	width: 210px;
	height: 210px;
	max-width: 210px;
	margin-left: -26px;
	}

.home-team .inner:hover .image img {
	width: 100%;
  height: 100%;
	margin-left: 0;
	}

.home-team .inner h3 {
	font-size: 18px;
	margin-top: 10px;
	}

/* Home - Vragen - Contact */

.vragen-contact {
	padding: 100px 0;
	
	}

.vragen-contact h4 {
	font-size: 44px;
	color: #000;
	}

.vragen-contact a {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	padding: 20px 35px;
	text-decoration: none;
	display: inline-block;
	margin-left: 200px;
	background-color: #0078d4;
	}

.vragen-contact a:hover {
	background-color: #006CAF;
	}



/* Klanten logo's slider */

.customer-logos {
	padding: 20px 0;
}

.customer-logos > div > div {
	display: -ms-flexbox !important;
    display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
	
    
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Diensten */

.pagina-diensten {
	border-top: 1px solid #eee;
	padding: 60px 0;
	text-align: center;
	}

.pagina-diensten h2 {
	margin-bottom: 60px;
	font-size: 36px;
	}

.pagina-diensten a {
	display: block;
	margin-bottom: 30px;
	}

.pagina-diensten a:hover,
.pagina-diensten a:focus,
.pagina-diensten a:active {
	text-decoration: none;
	}

.pagina-diensten a .image {
	border: 5px solid #3c6392;
	padding: 25px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
	-webkit-transition: all 0.4s ease; transition: all 0.4s ease;
	}

.pagina-diensten a:hover .image {
	padding: 22px;
	}

.pagina-diensten a h2 {
	font-size: 20px;
	margin-bottom: 15px;
	}

.pagina-diensten a .text {
	color: #444;
	font-size: 14px;
	}

.pagina-diensten a .leesverder {
	color: #444;
	font-weight: bold;
	}

/* Pagina */

.pagina, .nieuws, .contact {
	padding: 45px 0 45px;
	position: relative;
	}

.pagina h1, .nieuws h1, .contact h1 {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: normal;
  padding: 0;
	position: relative;
	display: inline-block;
	line-height: 1.2;
	color: #555;
	}

.pagina h2, .nieuws h2, .contact h2 {
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 24px;
	font-weight: normal;
  padding: 0;
	position: relative;
	display: inline-block;
	color: #555;
	}

.pagina .tekst li:before, .nieuws .tekst li:before {
	content: "-";
	display: inline-block;
	margin-left: -25px;
	width: 25px;
	color: #0098d8;
	}

.pagina .tekst li, .nieuws .tekst li {
	list-style: none outside none;
	margin-bottom: 5px;
	}

.pagina a,
.nieuws a,
.contact a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}

.pagina a:hover, .pagina a:focus, .pagina a:active,
.nieuws a:hover, .nieuws a:focus, .nieuws a:active,
.contact a:hover, .contact a:focus, .contact a:active {
	color: #3c6392;
	font-weight: normal;
	text-decoration: underline;
	}

.pagina ul {
	margin-left: 0;
	margin-top: 15px;
	}
	
.pagina strong {
	font-weight: bold;
	}

.pagina .tekst > div > div:first-child {
	padding-right: 45px;
	}

.pagina .tekst > div > div:last-child {
	padding-left: 45px;
	}

.pagina .overonsfoto {
	font-size: 16px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d0d0cf;
	padding: 0 120px;
	}

.pagina .row > div:last-child .overonsfoto {
	border-bottom: 0;
	margin-bottom: 0;
	}

.pagina .overonsfoto .afbeelding {
	margin-bottom: 20px;
	}

.pagina .overonsfoto .afbeelding img {
	max-width: 175px;
	width: 100%;
	}

.pagina .carousel {
	margin-bottom: 30px;
	}

.page-submenu {
	position: relative;
	}

.page-submenu:after {
	border-right: 1px solid #ccc;
	height: 100%;
	content: "";
	right: 15px;
	position: absolute;
	top: 0;
	}

.page-submenu ul {
    padding: 0 0 0 12px;
	}

.page-submenu ul li {
	list-style: outside none none;
	}

.page-submenu ul li::before {
    color: #000;
    content: "\203A";
    display: inline-block;
    font-size: 18px;
    margin-left: -12px;
    width: 20px;
	}

.page-submenu ul li.current_page_item a {
	font-weight: bold;
	}

/* Contact */

.caldera-grid .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}

.caldera-grid .row .single {
	padding-left: 0 !important;
	padding-right: 0 !important;
	}

.caldera-grid label {
	font-weight: normal !important;
	} 

.contact strong {
    width: 80px;
    display: inline-block;
	}

.contact em {
    width: 50px;
    display: inline-block;
	font-style: normal;
	}

.screen-reader-response {
	margin-top: 0;
	color: #dd0000;
	font-size: 16px;
	font-weight: bold;
	}

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
	color: #dd0000;
	}

input[type=submit] {
	border: 0;
	background-color: #0098d8;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-khtml-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right: 5px;
	border-radius: 0;
	padding: 10px 30px;
	}

input[type=submit]:hover {
	color: #fff;
	background-color: #0089BF;
	
	}

.caldera-grid .form-control {
	background-color: #f8f8f8 !important;
	color: #666666 !important;
	border-radius: 0 !important;
	}
	
	
/* Footer */

.footer {
	color: #fff;
	font-size: 14px;
	padding: 45px 0 35px;
  background: #0078d4;
	
	}

.footer a, .footer a:hover, .footer a:active, .footer a:focus {
	color: #fff;
	}

.footer h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 0;
	}

.footer h4:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	background: #fff;
	margin-top: 20px;
	}

.footer .footer-inner1 {
	padding-right: 45px;
	}

.footer .footer-inner1 img {
	margin-bottom: 20px;
	max-width: 75%;
	}

.footer .openingstijden span {
  display: inline-block;
	padding-right: 30px;
	width: 115px;
	}

.footer .footer-inner1 strong,
.footer .footer-inner3 strong {
	width: 60px;
	display: inline-block;
	font-weight: normal;
	}

.footer a {
	text-decoration: none;
	}

.footer ul li:before {
	color: #fff;
	content: "\203A";
	display: inline-block;
	font-size: 18px;
	margin-left: -12px;
	width: 20px;
	}
	
.footer ul {
	padding: 0 0 0 12px;
	}

.footer ul li {
	list-style: outside none none;
	}


.footerbottom {
	padding: 20px 0;
	background-color: #fff;
	color: #999999;
	font-size: 13px;
	text-align: center;
	}

.footerbottom a {
	color: #999999;
	}

@media screen and (max-width:1199px){
	
	.navbar-inverse .navbar-collapse > ul > li > a {
		padding: 4px 16px;
		font-size: 19px;
		}
	
	.header .logo img {
		max-width: 180px;
		}
	
	.carousel-caption {
		font-size: 26px;
		}
	
	.carousel-caption p {
		min-height: 64px;
		}
	
	.submenu {
		min-height: 45px;
		}
	
	.home h1 {
		font-size: 30px;
		}
	
	.merkscroll div.scrollableArea img {
		max-width: 175px;
		max-height: 110px;
		}
	
	div.scrollableArea {
		height: 110px !important;
		}
	
	div.scrollingHotSpotRight, div.scrollingHotSpotLeft {
		height: 110px;
		}
	
	.pagina h1, .nieuws h1, .contact h1 {
		font-size: 30px;
		}
	
	.pagina h2, .nieuws h2, .contact h2 {
		font-size: 28px;
		}
	
	.pagina .overonsfoto {
		padding: 0 90px;
		}
	
	.nieuws-tekst h3 {
		font-size: 20px;
		}
	
}

@media screen and (max-width:991px){

	.navbar-inverse .navbar-collapse > ul > li > a {
		padding: 4px 14px;
		font-size: 17px;
		}
	
	.header .logo img {
		max-width: 150px;
		}
	
	.carousel-caption {
		font-size: 14px;
		top: 0%;
		text-align: left;
		}
	
	.carousel-caption span {
		font-size: 16px;
		}
	
	.carousel-caption p {
		padding: 15px 30px;
		}
	
	.submenu {
		min-height: 35px;
		}
	
	.home h1 {
		font-size: 26px;
		}
		
	.home-team .inner .image {
		width: 150px;
		height: 150px;
		border: 4px solid #3c6392;
		}
	
	.pagina h1, .nieuws h1, .contact h1 {
		font-size: 26px;
		}
	
	.pagina h2, .nieuws h2, .contact h2 {
		font-size: 24px;
		}
	
	.pagina .overonsfoto {
		padding: 0;
		}
	
	.nieuws-tekst h3 {
		font-size: 17px;
		}
	
	
	
}

@media screen and (max-width:767px){
	
	header .top, header .top a {
		font-size: 14px;
		}
	
	header .top .justify-content-end {
		display: block;
		}
	
	header .top .mail {
		float: left;
		padding: 0 0 0 20px;
		}
	
	.header .logo {
		margin: 0;
		padding: 55px 0 17px;
		z-index: 10;
		}
	
	.home-team .inner .image {
		width: 125px;
		height: 125px;
		border: 3px solid #3c6392;
		}
	
	.header .logo .rabbit {
		max-width: 110px;
		margin-top: -40px;
		margin-left: -5px;
		}
	
	.header.affix .logo .rabbit {
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		}
	
	.header .logo img {
		max-width: 100px;
		}
	
	.header .container::after {
		height: 97px;
		top: 40px;
		}
	
	.home-diensten {
		padding: 30px 0 0;
		}
	
	.home-diensten h2 {
		margin-bottom: 30px;
		font-size: 28px;
		}
	
	.home-diensten a {
		margin-bottom: 30px;
		}
	
	.footerbottom {
		font-size: 14px;
		}
	
	.home-support {
		padding: 30px 0 30px;
		}
	
	.home-support h2 {
		font-size: 28px;
		margin-top: 20px;
		}
	
	.home-team {
		padding: 30px 0 0px;
		font-size: 13px;
		}
	
	.home-team h2 {
		margin-bottom: 40px;
		font-size: 28px;
		}
	
	.home-team .inner h3 {
		font-size: 15px;
		}
	
	.footer h4 {
		margin-top: 30px;
		}
	
	.footerbottom .gemaaktdoor {
		float: left;
		}
	
	.gemaaktdoor {
		display: none;
		}
	
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		width: 120%;
		margin-left: -10%;
		max-width: 120%;
		}
	
	.contact h2 {
		margin-top: 20px;
		margin-bottom: 10px;
		}
	
	.contact h3 {
		font-size: 20px;
		margin-top: 0;
		}
	
	hr {
		margin-top: 15px;
		margin-bottom: 15px;
		}
	
	.page-submenu:after {
		border-right: 0;
		}
	
	.page-submenu h2 {
		margin-bottom: 0;
		}
	
	.navbar {
		background-color: #fff;
		margin: 0 -15px;
		border-top: 1px solid #eee;
		}
	
	.navbar-collapse {
		margin-top: 0;
		}

    .navbar-collapse > ul {
        display: block;
        margin-bottom: 0;
        float: none;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
        }
    
    .navbar-collapse > ul > li {
        border-top: 1px solid #eee;
		float: none;
		margin-bottom: 0;
        }
    
    .navbar-collapse > ul > li:first-child {
        border-top: 0;
        }
    
	.navbar .navbar-collapse > ul > li > a {
		margin-bottom: 0;
		margin-left: 0;
		padding: 10px 20px;
		text-align: center;
		}
	
    .navbar-inverse .navbar-collapse > ul > li > a {
        margin-left: 0;
        font-size: 15px;
		padding: 4px 0;
		display: block;
        }
    
	.navbar .navbar-collapse > ul > li > ul {
		position: relative;
		visibility: visible;
		text-align: center;
		z-index: 10;
		box-shadow: none;
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1;
		}
	
	.navbar .navbar-collapse > ul > li > ul > li, .navbar .navbar-collapse > ul > li > ul > li:first-child {
		border-top: 1px solid #eee;
		}
	
	.navbar .navbar-collapse > ul > li > ul li a:hover, .navbar .navbar-collapse > ul > li > ul li a:focus {
		background-color: #fff;
		color: #666;
		}
	
    .navbar-inverse {
        text-align: center;
        }
    
    .navbar-toggle > div {
        float: left;
        }
    
	.sr-only-menu {
		padding: 0 5px 0 0;
		overflow: hidden;
		border: 0;
		display: inline-block;
		font-size: 17px;
		}
	
    #nav-icon {
        height: 17px;
        width: 20px;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
		display: inline-block;
        }
      
    #nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
		color: #0078d4;
		background-color: #0078d4;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        }
      
    #nav-icon span:nth-child(1) {
        top: 0px;
        }
      
    #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
        top: 7px;
        }
      
    #nav-icon span:nth-child(4) {
        top: 14px;
        }
      
    #nav-icon.open span:nth-child(1) {
        top: 3px;
        width: 0%;
        left: 50%;
        }
      
    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        }
      
    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        }
      
    #nav-icon.open span:nth-child(4) {
        top: 3px;
        width: 0%;
        left: 50%;
        }
}