/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */

*, *:before, *:after {
  box-sizing: border-box;
}

/* standard */
body {
	background: #fff;
	font: 1em Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	}
a {
	color: #666;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
img {
	border: 0;
	}
form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}
input {
	outline: none;
	vertical-align: middle;
	font: 1em Arial, Helvetica, sans-serif;
	color: #666;
	}
input, textarea, select {
	font: 1em Arial, Helvetica, sans-serif;
	vertical-align: middle;
	}
input:focus, textarea:focus, select:focus {
	outline: none;
	}
hr {
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	border: none;
	margin: 10px 0;
	padding: 0;
	}
img {
	max-width: 100%;
}
/* miscellaneous */
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	}
.left { float: left !important; }
.right { float: right !important; }

/* other */
.page {
	overflow: hidden;
	width: 100%;
	}
#wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	}
#header {
	width: 100%;
	padding: 25px 0 0;
	}
.heading {
	overflow: hidden;
	}
.info {
	float: right;
	margin-bottom: 25px;
	line-height: 30px;
	}
.info #meer {
	margin-right: 1em;
}
.info p {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0;
	}
.info strong {
	background: url(../img/bg-info-strong.gif) no-repeat 0 0;
	font-weight: normal;
	padding: 5px 0 5px 35px;
	color: #000;
	font-size: 18px;
	}
.info strong a {
	text-decoration: none;
}
.nav {
	float: left;
	overflow: hidden;
	list-style: none;
	height: 1%;
	margin: 0 0 25px;
	padding: 0;
	}
.nav li {
	float: left;
	line-height: 15px;
	padding: 0 5px 0 0;
	}
.nav li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	}
.nav li a:hover,
.nav li.active a {
	background: #231f20;
	color: #fff026;
	text-decoration: none;
	}
.nav li.promoties a {
	background: #e86d1f;
	color: #000000;
	text-decoration: none;
	}
.menu {
	display: none;
}
.container {
	position: relative;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	}
.container::after {
	content: '';
	display: table;
	width: 0;
	clear: both;
}
.header-holder {
	overflow: hidden;
	padding: 3vw 0 2vw;
	background: #000;
	}
.header-holder img {
	max-width: 100%;
	}
.logo {
	float: left;
	width: 456px;
	height: 146px;
	background: url(../img/logo.gif) no-repeat;
	}
.logo a {
	display: block;
	overflow: hidden;
	width: 456px;
	height: 146px;
	text-indent: -9999px;
	}
.photos {
	float: right;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.photos li {
	float: left;
	border: 2px solid #fff;
	margin: 0 0 0 20px;
	}
.photos a {
	text-decoration: none;
	}
.photos img {
	display: block;
	}
#main {
	position: relative;
	width: 100%;
	background: #fff url(../img/bg-main.gif) repeat-x;
	padding: 35px 0 25px;
	}
.main-holder {
	overflow: hidden;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px 25px;
	}
#twocolumns {
	float: left;
	width: 73%;
	}
#content {
	float: right;
	overflow: hidden;
	width: 66%;
	line-height: 18px;
	}
#content h1 {
	font-size: 22px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
	margin: 0 0 15px;
	}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	line-height: 20px;
	margin: 0 0 15px;
	}
#content .list {
	background: url(../img/bg-menu-li.gif) no-repeat 0 6px;
	padding: 0 0 5px 10px;
	}
ul.klanten {
	overflow: hidden;
	list-style: none;
	/*background: url(../img/bg-klanten.gif) repeat-y;*/
	margin: 0;
	padding: 0;
	}
ul.klanten li {
	float: left;
	width: 130px;
	background: url(../img/bg-menu-li.gif) no-repeat 0 6px;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 -1px;
	padding: 0 10px 0 10px;
	}
.downloads {
	width: 420px;
	background: #414141 url(../img/bg-downloads.gif) repeat-x;
	padding: 15px 20px;
	}
.downloads h3 {
	font-size: 18px;
	font-weight: normal;
	color: #fff030;
	line-height: 20px;
	margin: 0 0 10px;
	}
.downloads ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px;
	}
.downloads li {
	background: url(../img/bg-downloads-li.gif) no-repeat 0 5px;
	line-height: 14px;
	padding: 0 0 10px 10px;
	}
.downloads li a {
	font-size: 12px;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	}
.downloads li a:hover {
	color: #fff030;
	}
.aside {
	float: left;
	width: 28%;
	}
.aside h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 10px;
	}
.aside ul {
	overflow: hidden;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	}
.aside li {
	display: block;
	float: left;
	width: 100%;
	background: url(../img/border-menu.gif) repeat-x;
	margin: -1px 0 0;
	padding: 1px 0 0;
	}
.aside li a {
	display: block;
	width: 100%;
	background: url(../img/bg-menu-li.gif) no-repeat 0 8px;
	font-size: 12px;
	vertical-align: top;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	}
.aside li a:hover {
	color: #000;
	}
.aside li.active a {
	font-weight: bold;
	color: #000;
	}
.aside li a.special {
	display: block;
	width: 100%;
	background: #333;
	background: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	vertical-align: top;
	text-decoration: none;
	padding: 10px 0 10px 10px;
	}
.aside li a.special:hover {
	color: #fff030;
}
.aside li a span {
	background: #333;
	font-size: 12px;
	font-weight: bold;
	color: #fff030;
	padding: 1px 2px;
	}
#sidebar {
	float: right;
	overflow: hidden;
	width: 21%;
	font-size: 0.9em;
	}
#sidebar input {
	font-size: 0.8em;
	text-align: center;
}
.box {
	width: 200px;
	padding: 0 0 25px;
	}
.box h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 15px;
	}
.illustration {
	width: 100%;
	}
.illustration img {
	display: block;
	margin: 0 0 5px;
	}
.illustration p {
	font-size: 11px;
	font-style: italic;
	color: #999;
	line-height: 15px;
	margin: 0 0 5px;
	}
.links {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.links li {
	background: url(../img/bg-menu-li.gif) no-repeat 0 5px;
	line-height: 15px;
	padding: 0 0 0 10px;
	}
.links li a {
	font-size: 12px;
	color: #333;
	}
.form-box {
	overflow: hidden;
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
	}
.form-box h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 15px;
	}
.form-box form {
	width: 100%;
	}
.form-box form div {
	float: left;
	width: 100%;
	padding: 0 0 10px;
	}
.form-box form input {
	width: 100%;
	background: #fff url(../img/bg-input.gif) repeat-x 0 100%;
	border: 1px solid #ccc;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	}
.form-box form .submit {
	float: left;
	cursor: pointer;
	width: 85px;
	background: #231f20;
	border: 0;
	color: #fff;
	line-height: 15px;
	margin: 0;
	padding: 5px 15px;
	}
.logos {
	overflow: hidden;
	list-style: none;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	}
.logos li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	margin-bottom: 10px;
	}
.logos img {
	vertical-align: middle;
	max-width: 100px;
	}
#footer {
	position: relative;
	width: 100%;
	background: #1a181c url(../img/bg-footer.gif) repeat-x;
	font-size: 13px;
	color: #fff;
	line-height: 14px;
	padding: 10px 0;
	}
#footer:after {
	content: "";
	display: block;
	clear: both;
	}
.copyright {
	float: right;
	color: #fff;
	}
#footer p {
	margin: 0;
	}
#footer a {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff030;
	}

/* form */
form {
	margin-top: 10px;
	}
fieldset label {
	position: relative;
	float: left;
	display: block;
	width: 450px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	}
label.full {
	width: 100%;
	}
label em,
label.full em {
	font-style: normal;
	color: red;
	}
fieldset input.text,
fieldset textarea.text {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 5px;
	}
fieldset input.text {
	width: 350px;
	}
fieldset textarea.text {
	width: 440px;
	height: 100px;
	}
.bg-btn {
	clear: both;
	float: left;
	display: inline;
	width: 450px;
	}
.bg-btn em {
	font-size: 11px;
	font-style: normal;
	color: red;
	line-height: 45px;
	margin-left: 10px;
	}
.button {
	cursor: pointer;
	background: #333;
	border: 1px solid #333;
	color: #fff;
	margin: 10px 0 0;
	padding: 5px 10px;
	}
.img-detail {
	border: 1px solid #a5a5a5;
}

.table-markup {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
}

.img-grid a {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}

/*
 *	RESPONSIVE
 */
@media only screen and (max-width: 890px) {
	#meer {
		display: none;
	}
}


@media only screen and (max-width: 820px) {
	#header {
		padding-top: 15px;
	}
	#twocolumns {
		float: none;
		width: 100%;
	}
	#sidebar {
		clear: both;
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.aside {
		padding-bottom: 1em;
		border-bottom: 1px solid lightgray;
	}

	.form-box {
		margin: 0;
		margin-top: 1em;
	}

	.info {
		float: right;
		text-align: right;
		margin-bottom: 0;
		margin-top: 0.7em;
	}

	.form-box {
		width: 100%;
		margin: auto;
	}

	/* Dropdown */
	.menu-button {
		background-image: url('../img/menu.png');
		background-size: contain;
		background-repeat: no-repeat;
		height: 3em;
		float: left;
		margin-bottom: 1em;
		position: relative;
		overflow: visible;
		border: 1px solid lightgray;
		border-radius: 3px;
		cursor: pointer;
	}

	.menu-button .menu {
		display: block;
		margin-top: .9em;
		margin-left: 3em;
		padding-right: 1em;
	}

	.nav {
		display: none;
	}

	.nav .nav-content {
		/*display: none;*/
	}

	.nav .nav-content li {
		display: block;
		float: none;
		padding: 0;
	}
}
@media only screen and (max-width: 600px) {
	#content {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.aside {
		float: none;
		width: 100%;
		border-top: 1px solid #ccc;
		padding-top: 30px;
	}
}
@media only screen and (max-width: 400px) {
	/*.info {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 1em;
	}*/

	.info strong span {
		display: none;
	}

	.info strong {
		font-size: 4vw;
	}
}

/* Dropdown menu classes */
.expanded {
	display: block;
	height: auto;
	width: 100%;
	background-image: none;
	border: 1px solid lightgray;
	margin-bottom: 0.5em;
	top: 0;
}

.expanded .nav-content {
	display: block;
}

.expanded .menu {
	display: none;
}