nav {
	background-color: rgb(52, 109, 176);
	height: 60px;
	line-height: 60px;
	vertical-align: center;
	border-radius: 3px;
	padding-left: 15px;
	margin-bottom:5px;
}

nav a {
	float: left;
	display: block;
	color: #fff;
	font-weight: bold;
	height: 60px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

.menu-item-shoppingcart {
	float: right;
	margin-left: 0px;
	display: block;
	color: #fff;
	font-weight: bold;
	height: 60px;
	background-imag: url(./images/winkelwagen.gif)
}

.menu-item-shoppingcart>div:hover {
	border-style: solid;
}

.menu-item-shoppingcart>div {
	border: 2px dotted #fff;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	width: 140px;
	text-align: center;
}

nav a:hover {
	border-bottom: 10px solid #80AADA;
	color: #fff;
	text-decoration: none;
}

nav a:active {
	color: #fff;
	text-decoration: none !important;
}

nav a:visited {
	color: #fff;
	text-decoration: none !important;
}

.menu-item-shoppingcart:hover {
	border: none
}

@media only screen and (max-width : 1000px) {
	nav {
		height: auto;
		background-color: rgb(52, 109, 176);
		line-height: normal;
		border-radius: 3px;
		padding: 15px;
	}
	nav a {
		float: none;
		display: block;
		color: #fff;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
		padding-left: 15px;
		padding-right: 15px
	}
	.menu-item-shoppingcart {
		float: none;
	}
	nav a:hover {
		border-bottom: none;
		color: #fff;
		text-decoration: underline;
	}
}

ul.vink  {
	list-style: none;
}

ul.vink li {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	float: left;
	margin-right: 20px;
	line-height: 25px;
	background-image: url(/images/check.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
}

@media only screen and (max-width : 1000px) {
	.vink {
		display: none;
	}
}

@media only screen and (max-width : 800px) {
	.wtw-filters-logo {
		width: 265px;
		height: 100px;
	}
	.breadcrumb {
		display: none;
	}
}

h1 {
	font-size: 24px;
	color: #1C62AA;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 5px;
}

h2 {
	font-size: 16px;
	color: #00A15F;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top: 5px;
}

#video {
	margin-top: 35px;
	background-color: #f3f6fa;
	width: 100%;
	text-align: center;
	padding: 50px 0;
}

#video span {
	display: block;
	margin: 15px 0;
	color: #27addf;
	font-size: 17px;
	font-weight: bold;
}

.product-cell {
	vertical-align: top;
	text-align: center;
	border: 1px solid #E1E1E1;
	padding: 10px;
	background-color: #FFF;
	border-radius: 5px;
}

.product-cell td {
	padding: 10px
}

.footer {
	color: #fff;
}

.footer a {
	color: #fff;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.wtw-layout-table {
	border-collapse: separate !important;
	border-spacing: 5px;
	width: 100%;
}

.wtw-layout-table td {
	vertical-align: middle;
}

label {
	font-weight: normal;
}

input[type="radio"] {
	width: normal;
}

textarea {
	padding: 0px;
	margin: 0px;
}

.btn-default {
	background-color: #FD8338;
	color: #fff;
	font-weight: bold;
	border: 3px solid #FD8338;
}

.btn-default:hover {
	background-color: #fff;
	color: #FD8338;
	font-weight: bold;
	border: 3px solid #FD8338;
}

.btn-green {
	background-color: #00A15F;
    border: 3px solid #00A15F;
}

.btn-green:hover {
	background-color: #fff;
	color: #00A15F;
	font-weight: bold;
	border: 3px solid #00A15F;
}

textarea {
	resize: none;
}

.error {
	color: red;
	font-weight: bold !important
}

input[type="checkbox"] {
	width: auto;
}

.validation-error {
	border-color: red;
}

.footer {
	background-color: #1C62AA;
}

.footer a {
	color: #fff;
	font-size: 12px;
	display: block;
	padding-left: 0px;
}