/*  CUSTOM CSS  */

body{
	background-color: #FFF;
}
.mosaic-top-header {
	background: none;
}

#dashboardheader {
	background: #333333;
}
#logo {
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 10px;
}
#logo img {
	width: 100px;
	vertical-align: middle;
}
#gemeentenaam .innerCell .button, #gemeentenaam .innerCell .button:before{
	color: #2c3f48;
}

#geoselection div.currentgeo{
	background-color: #2c3f48;
	color:#fff;
}

/*  DEFAULT CSS  */


body {
  font-family: 'Open Sans', sans-serif;
}
/* disable elements in editor */

/* SHOULD BE FOR ALL THEMES */

.logo {
  margin: 0;
}

#logo h1{
	font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
	color: #fff;
	display: inline;
	vertical-align: middle;
	margin-left: 20px;
}

.menu li:nth-of-type(2) {
  text-decoration: underline;
  color: white;
}

#innerheader,
#content_header {
  max-width: 100%;
  width: 1140px;
  margin: 0 auto;
  padding: 0px;
}
#responsiveMenuButton {
  float: right;
  height: 122px;  
  line-height: 43px;
  padding-top: 40px;
  padding-left: 145px;
  text-align: right;
}
#container_menu ul {
  margin-left: 16px;
}
#content_header {
  max-width: 1140px;
}
#content_header h2 {
  background: black;
  color: white;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0.3em 20px 0.32em;
  margin: 0;
  line-height: 1.2em;
}
#changeIndicator.content {
  -webkit-animation: colorPulse 0.5s;
  animation: colorPulse 0.5s;
  color: white;
}
@-webkit-keyframes colorPulse {
  50% {
    background: #005995;
  }
}
@keyframes colorPulse {
  50% {
    background: #005995;
  }
}

#loginlink,
#logoutlink,
.archiveheading,
#searchlink,
#linksmenu {
  display: none;
}
#innerheader .logo {
  margin-top: 35px;
  float: left;
  font-weight: 600;
  font-size: 2rem;
}
#responsiveMenuButton {
  float: right;  
  line-height: 43px;
  padding-top: 40px;
  height: 82px;
  padding-left: 145px;
  text-align: right;
  box-sizing: initial;
}
#container_menu {
  max-width: 100%;
  margin: 0 auto;
  text-transform: lowercase;
  background: #0078c8;
}
#container_menu ul {
  list-style: none;
  display: table;
  padding: 0;
  min-height: 32px;
  width: 1140px;
  margin: 0 auto;
}
#container_menu ul li {
  display: table-cell;
  border-left: 1px solid #0078c8;
  text-align: left;
}
#container_menu ul li:first-child {
  border-left: 0;
}
#container_menu ul li:first-child a {
  margin-left: 0;
  padding-left: 0;
}
#container_menu ul li a {
  display: block;
  padding: 0 14px 0 0;
  color: white;
  text-decoration: none;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#container_menu ul li a:hover {
  color: white;
}
#container_menu ul li#p9,
#container_menu ul li#p5 {
  display: none;
}
#container_menu ul li#p110 a {
  color: transparent;
}

@media all and (max-width: 1160px) {
  #content_header {
    padding: 8px;
    width: 100%;
  }
  #innerheader .logo {
    min-height: initial;
    margin: 0;
    padding: 10px;
  }
  #responsiveMenuButton {
    display: none;
  }
  #container_menu {
    height: auto !important;
  }
}
@media all and (min-width: 850px) {
  #container_menu {
    display: block !important;
  }
}
@media all and (max-width: 850px) {
  /* SHOULD BE FOR ALL THEMES */
  
  #innerheader,
  #innerheader [id*=contentholder] {
    display: table;
    width: 100%;
    height: 100%;
  }
  #innerheader *,
  #innerheader [id*=contentholder] * {
    display: table-cell;
  }
  #responsiveMenuButton {
    background: none;
    height: 100%;
  }
  #innerheader .logo {
    margin-top: 10px;
    font-size: 2rem;
    text-align: left;
    margin: 0;
    padding: 10px;
    font-weight: 600;
  }
}
@media all and (max-width: 593px) {
  #innerheader .logo {
    display: table-cell;
    float: none;
    vertical-align: middle;
    font-size: 16px;
    font-size: 6vw;
    height: 100%;
  }
  #responsiveMenuButton {
    display: table;
    text-align: right;
    background: none;
    height: 100%;
    padding: 0px;
    cursor: pointer;
    float: none;
  }
  #responsiveMenuButton:before {
    display: table-cell;
    vertical-align: middle;
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 2rem;
    cursor: pointer;
  }
  #responsiveMenuButton.close:before {
    content: "\f00d";
  }
  #container_menu {
    display: none;
    -moz-box-shadow: inset 0 10px 10px -10px black, inset 0 -10px 10px -10px black;
    -webkit-box-shadow: inset 0 10px 10px -10px black, inset 0 -10px 10px -10px black;
    box-shadow: inset 0 10px 10px -10px black, inset 0 -10px 10px -10px black;
    background-color: #0078c8;
  }
  #container_menu ul {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #container_menu ul li {
    display: block;
    width: 100%;
    padding-left: 8px;
  }
  #container_menu ul li a {
    color: white;
    display: inline-block;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  #container_menu ul li a:hover {
    text-decoration: underline;
    color: white;
  }
}
