/*------------- GLOBAL SELECTORS --------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%
}
html, body {
	height:100%
	}
body {
	color: #585657;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	/*background: #fff;*/
	background: #009e9e;
	margin: 0 !important;
	padding: 0;
	/*background: url(../images/bg.jpg);*/
    background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
.title {
	display:inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:31px;
}
.title2 {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:31px;
}

img.round {
	margin-top:-30px;
}

h1 {
	padding: 0 0 20px 0;
	margin: 0;
	color: #4e4e4e;
	font-size: 27px;
	line-height:32px;
}

h2 {
	padding: 0 0 10px 0;
	margin: 0;
	color: #4e4e4e;
	font-size: 23px;
	line-height:28px;
}
h2 a {
	font-size: 1.0em;
	color: #585657;
}
h2 span {
	font-size: 0.7em;
	color: #585657;
}
a {
	
	color: #585657;
	font-weight: normal;
}
a:hover {
	
	color: #585657;
	font-weight: normal
}
a:active, a:focus {
	outline: 0
} /*remove link border in firefox*/
img.nowrap {
	display: block;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
img a {
	border: 0;
}
p {
	line-height: 23px;
	margin: 0;
	font-size:16px;
}
ul {
	margin: 0 0 25px 25px;
}
li {
	margin: 8px 0;
	font-size:16px;
	line-height:23px;
}

ul#troeven-content li {
	margin: 1px 0;
	padding:6px 0;
	font-size:16px;
	line-height:18px;
}

/* page layout */
#pagecontainer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
#boxcontainer {
	margin: 0 auto;
	margin-bottom:0;
	padding: 0;
}
/* header */
#header {
	width: 100%;
	height: 90px;
	padding-top:30px;
}
h1.logo {
	height: 88px;
}
/* navigation */
#mobilemenu {
	display:none;
}
#menu {
	width: 100%;
	margin:0 auto;
	height:55px;
	display:block;
	float:left;
}

#menu ul {
	width:100%;
	height:55px;
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li {
	height:55px;
	border-radius: 5px 5px 0 0;
	width:14%;
	float:left;
	margin:0;
	padding:13px 5px 13px 13px;
	box-sizing:border-box;
	background-color:rgba(255, 255, 255, 0.6);
	cursor:pointer;
	line-height:1em;
}

#menu ul li:first-child {
	height:55px;
	border-radius: 5px 5px 0 0;
	width:15%;
	display:inline-block;
}

#menu ul li:last-child {
	height:55px;
	border-radius: 5px 5px 0 0;
	width:15%;
	display:inline-block;
}

#menu ul li:hover {
	background-color:rgba(255, 255, 255, 1);
}

#menu ul li.active {
	background-color:rgba(255, 255, 255, 1);
}

#menu ul li a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.circle {
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#72838e;
	margin-right:5px;
	display:inline-block;
}

.subline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#72838e;
	text-transform:uppercase;
}

/*#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 55px;
	list-style: none;
}
#menu LI {
	float: left;
	width: 163px;
	height: 55px;
	background: url(../images/tab.gif) 0px 0 no-repeat;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#menu li.on {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#menu li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#menu li#nav-home a {
	display: block;
	background: url(../images/menu_home.gif) no-repeat;
	text-indent: -9999px;
	width: 163px;
	height: 55px;
	margin: 0;
}
#menu li#nav-voorzieningen a {
	display: block;
	background: url(../images/menu_voorzieningen.gif) no-repeat;
	text-indent: -9999px;
	width: 163px;
	height: 55px;
	margin: 0;
}
#menu li#nav-fotos a {
	display: block;
	background: url(../images/menu_fotos.gif) no-repeat;
	text-indent: -9999px;
	width: 163px;
	height: 55px;
	margin: 0;
}
#menu li#nav-prijzen a {
	display: block;
	background: url(../images/menu_prijzen.gif) no-repeat;
	text-indent: -9999px;
	width: 163px;
	height: 55px;
	margin: 0;
}
#menu li#nav-ligging a {
	display: block;
	background: url(../images/menu_ligging.gif) no-repeat;
	text-indent: -9999px;
	width: 163px;
	height: 55px;
	margin: 0;
}
#menu li#nav-contact a {
	display: block;
	background: url(../images/menu_contact.gif) no-repeat;
	text-indent: -9999px;
	width: 163px;
	height: 55px;
	margin: 0;
}
#topline-home {
	float: left;
	margin: 0;
	padding: 0;
	width: 978px;
	height: 5px;
	background: url(../images/topline_home.jpg) 0 0 no-repeat;
}
*//* main */
#left {
	width:72%;
	float:left;
}

#right {
	width:25%;
}

#main {
	float: left;
	background: #fff;
	padding: 25px 15px 0 15px;
	margin: 0;
	width: 100%;
	box-sizing:border-box;
}
h1.welcome {
	margin: 0 0 25px 0;
	padding: 0;
	height: 23px;
	font-size:23px;
	font-weight:bold;
}
.greyline {
	float: left;
	margin: 0;
	padding: 0;
	background: #b8bdc0;
	height: 4px;
	width:100%;
}
#maintop {
	float: left;
	margin: 25px 0 0 0;
	padding: 0;
	width:100%;
}
#mainpic {
	float: left;
	margin: 0;
	padding: 0;
	height: 320px;
	width: 72%;
	border-radius:7px;
	margin-bottom:25px;
}
.pic-home {
/*	background: url(../images/pic-home.png) 0 0 no-repeat;
*/	background-size:100%;
	background-repeat:none;
	background-size:cover;
}
.pic-prijzen {
	background: url(../images/pic-prijzen.png) 0 0 no-repeat;
}
.pic-ligging {
	background: url(../images/pic-ligging.png) 0 0 no-repeat;
}
.pic-contact {
	background: url(../images/pic-contact.png) 0 0 no-repeat;
}
/* rightmenu */
#troeven {
	float: left;
	margin: 0;
	padding: 0 10px;
	padding-left:10px;
	width: 25%;
}
h1.troeven {
	margin: 0 0 10px 0;
	padding: 0;
	height: 23px;
}
ul.arrowlist {
	float: left;
	list-style: url(../images/arrow.gif);
	margin: 0 0 0 25px;
	padding:0;
	font-size:14px;
}
ul.arrowlist li {
	padding: 10px 0;
	color: #72838e;
}
ul.arrowlist li a {
	color: #72838e;
	
}
/* content */
#contentcontainer {
	float: left;
	width: 100%;
	margin: 0px 0 20px 0;
	padding: 0;
}
#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 72%;
	line-height: 1.5em;
}
h1.over-armane {
	margin: 0 0 20px 0;
	padding: 0;
	height: 23px;
}
h1.voorzieningen {
	margin: 0 0 20px 0;
	padding: 0;
	height: 23px;
}
h1.prijzen {
	margin: 0 0 20px 0;
	padding: 0;
	height: 23px;
}
h1.ligging {
	margin: 0 0 20px 0;
	padding: 0;
	height: 23px;
}
h1.contact {
	margin: 0 0 20px 0;
	padding: 0;
	height: 23px;
}
h1.fotos {
	margin: 0 0 20px 0;
	padding: 0;
	height: 23px;
}
/* accessibility data */
#gegevens {
	float: left;
	margin-left: 20px;
	padding: 10px;
	background-color:#72838e;
	border-radius:7px;
	width: 25%;
	height: auto;
	box-sizing:border-box;
	margin-top:15px;
}
h1.gegevens {
	margin: 10px 0 10px 5px;
	padding: 0;
	height: 23px;
	color:#fff;
}
#gegevens p {
	color: #fff;
	margin: 0;
	padding: 0 0 0 5px;
	font-size:14px;
}
#gegevens a {
	color: #fff;
}
#gegevens p.ligging {
	text-align: right;
	margin: 10px 10px 0 0
}
/* map */
#contentligging {
	float: left;
	margin: 0;
	padding: 0;
	width: 520px;
}
#map {
	float: left;
	margin: 0;
	padding: 0;
	width: 400px;
	border: 4px solid #b8bdc0
}
/* footer */
#footer {
	float: left;
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 10px 25px 20px 0;
	color: #839cb0;
	background: #fff;
	box-sizing:border-box;
	margin-bottom:20px;
	border-radius: 0 0 7px 7px;
}
#footer ul {
	float: left;
	height: 20px;
	float: left;
	margin: 12px 0 0 50px;
	padding: 0;
	list-style-image: url(../images/arrow_up.png);
}
#footer ul li a {
	float: left;
	margin: 5px 0 0 0;
}
#footer span {
	margin: 5px 0 0 0
}
#footer p {
}
#bottom {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	height: 4px;
	background: url(../images/bottombg.png) no-repeat;
}
/*photos */

#contentvoorzieningen {
	float: left;
	width: 100%;
	margin: 0px 0 20px 0;
	padding: 0;
}
.contentnotitlecontainer {
	float: left;
	width: 100%;
	margin: 0px 0 20px 0;
	padding: 0;
}
.contentnotitlecontainer ul {
	float: left;
	width: 938px;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.contentnotitlecontainer LI {
	float: left;
	width: 115px;
	height: 75px;
	text-align: center
}
.contentnotitlecontainer a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 10px 10px 0;
	vertical-align: top;
	height: 75px
}
.contentnotitlecontainer a img:hover {
	margin: 8px 20px 10px -2px;
}
.contentnotitlecontainer h2 {
	padding: 10px 0 0px 0;
	margin: 0
}





.top-link a {
	color: #839cb0;
    float: left;
    font-size: 10px;
    margin-left: 15px;
    text-align: left;
}

.top-link a img {
	vertical-align:middle;
	padding-right:5px;
}

/* MEDIA QUERIES SCREEN */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	ul.arrowlist {
	font-size:11px;
}

ul.arrowlist li {
	padding: 2px 0;
}

}

/* Tablet Portrait size to standard 960 (devices and browsers) iPad Portrait*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#pagecontainer {
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#mainpic {
	height: 240px;
}

/* Navigatie */

#menu {
	height:35px;
}

#menu ul li {
	height:35px;
	padding:13px 5px 13px 7px;
}

#menu ul li:first-child {
	height:35px;
}

#menu ul li:last-child {
	height:35px;
}


#menu ul li a {
	font-size:9.5px;
}

.circle {
	width:6px;
	height:6px;
}

.subline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#contentcontainer ul{
	width:700px;
}



}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

#main {
	border-radius:7px 7px 0 0;
}
#header {
	padding-top:40px;
	height:90px;
}
#header img.round {
	width:120px !important;
	height:auto !important;
}

#header img.type {
	width:250px !important;
	height:auto !important;
}

#header img.type2 {
	width:250px !important;
	height:auto !important;
	margin-top:0 !important;
}

#mainpic {
	width: 100%;
	height:200px;
}
/* rightmenu */
#troeven {
	width: 100%;
	margin-top:30px;
}

#content {
	width: 100%;
}
#gegevens {
	margin-left: 0;
	width:100%;
}

/* Navigation */
#menu {
	display:none;
}
#mobilemenu {
	display:block;
}

/* HAMBURGER */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.top-animate {
  background: #4e4e4e !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #4e4e4e !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 30px;
  height: 2px;
  border-radius: 10px;
}

.mid-menu {
  top: 13px;
  width: 30px;
  height: 2px;
  border-radius: 10px;
}

.bottom-menu {
  top: 21px;
  width: 30px;
  height: 2px;
  border-radius: 10px;
	background-color:rgba(19, 19, 22, 0.9);
}

.menui {
	background-color:rgba(19, 19, 22, 0.9);
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
    background-color: #fff;
    cursor: pointer;
    display: block;
    height: 32px;
    margin: 0;
    outline: medium none;
    padding: 9px;
    position: fixed;
    right: 10px;
    top: 0;
    width: 32px;
    z-index: 999999;
	border:none;
	border-radius:0 0 7px 7px;
}

.mobilenav {
  font-family: inherit;
  top: 0;
  right: 0;
  z-index: 999999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
	background-color:rgba(19, 19, 22, 0.9);
}

.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
}

.mobilenav li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  font-size:17px;
  text-transform:uppercase;
}

.mobilenav li a.active {
	color:#AF9751;
}

.mobilenav li:first-child {
  margin-top: 60px;
}
/* END HAMBURGER*/

.subline {
	font-size:12px;
	line-height:14px;
}

.contentnotitlecontainer ul{
	width:450px;
}

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) iPhone Landscape*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) iPhone Portrait*/
@media only screen and (max-width: 479px) {
	
	
#header {
	padding-top:40px;
	height:50px;
}

#header img.round {
	height: 100px !important;
	width:auto !important;
}

#header img.type{
	width:180px !important;
	height:auto;
}

#header img.type2{
	width:180px !important;
	height:auto;
	margin-top:0 !important;
}

#mainpic {
	width: 100%;
	height:130px;
}

.contentnotitlecontainer LI{
	width: 100%;
	height:auto !important;
}

.contentnotitlecontainer a img {
	width:100%;
	height:auto !important;
}

.contentnotitlecontainer ul{
	width:250px;
}
}
