.content {
	max-width: 982px;
}

@media only screen and (max-width: 1000px) {
	/* om te voorkomen dat navigatie over logo gaat */
	.logo-div {
		left: 0px;
	}
}

@media only screen and (max-width: 993px) {
	.header-block-orange, .header-block-green, .header-block-blue, .header-block-banner {
		left: 0px;
	}

	.custom-table-filters {
		width: 70% !important;
	}

	.logo-div {
		width: 100px;
		background-size: 100px;
		margin-right: 10px;
	}

	.navbar-right {
		margin-right: 0;
	}

	.nav > li > a {
		padding: 15px 10px;
	}
}

@media only screen and (max-width: 880px) {
	/* Google maps responsive maken */
	.google-map {
		width: 100% !important;
		height: 200px !important;
	}

	.custom-table-filters {
		width: 65% !important;
	}

	.logo-div {
		width: 80px;
		background-size: 80px;
	}

	.navbar-nav > li > a.header-menu-i {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.navbar-nav > li > a.header-menu-i,
	.navbar-nav > li > a.menu-truncate {
		max-width: 100px;
	}

	.navbar {
		max-width: calc(100% - 105px);
	}
}

@media only screen and (max-width: 767px) {
	.navbar {
		z-index: 3;
		max-width: 100%;
		width: 100%;
		display: block;
	}

	.header {
		justify-content: flex-end;
	}

	.logo-div {
		display: block;
		position: absolute;
		width: 132px;
		background-size: 132px;
		margin-left: 15px;
	}

	.container-fluid > .navbar-collapse {
		margin-left: 0px;
		margin-right: 0px;
		position: absolute;
		right: 0px;
		top: 49px;
		max-width: 100%;
	}

	.container-fluid {
		justify-content: start;
		align-items: baseline;
		box-sizing: initial;
	}

		.container-fluid > .navbar-header {
			margin-right: 0;
			margin-left: 0;
			position: absolute;
			right: 0px;
		}

	.navbar-nav {
		margin: 0;
	}

	.navbar-nav > li {
		background-color: #50a3cb;
	}

		table.modules td {
			display: block;
			width: 100%;
			float: left;
		}

 	table.modules {
 		width: 100%;
 	}

 	.custom-table {
		width: 100% !important;
	}

 	.content {
		padding: 14px 14px 56px 14px;
	}

	.content-login {
		background-color: rgba(0, 0, 0, 0.5);
	    padding: 0 7px;
	    height: 28px;
	    line-height: 28px;
	    margin-left: 5px;
	}

	.content-login-profile {
		color: #FFF;
	}

	.content-login-icon:before {
		display: block;
	}

	.content-login-text {
		display: none;
	}

	.background-image-puzzle {
		background-image: none;
	}

	.lokatie-op-kaart {
		width: 100% !important;
		float: none !important;
	}

	.container {
		margin: auto !important;
		width: 100% !important;
	}

	input[type="file"] {
		font-size: 12px;
	}

	.site { 
		background: none;
	}

	.navbar-nav > li,
	.navbar-nav > li > a.header-menu-i,
	.navbar-nav > li > a.menu-truncate {
		max-width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.detail-media-viewer {
		height: 350px;
	}

	.btn-search {
		background-image: none;
	}
}

@media only screen and (max-width: 360px) {
	.default-button-large {
		padding: 5px 14px !important;
	}

	.chzn-drop {
		width: 100% !important;
	}

	div.token-input-dropdown {
		width: 90% !important;
	}
}

@media only screen and (min-device-width: 0px) and (max-device-width: 720px) {
	.custom-textfield-autocomplete-btn {
		display: none !important;
	}
}