/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Niels Oude Nijhuis
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentysixteenchild
*/

body {
  background: none;
}
/*body:before {
  content: "" !important;
  display: none !important;
}*/
.page-template-PageFullScreenMap:before, .page-template-PageFullScreenMap:after {
  height: 0 !important;
}
.site-map .post-wrapper {
  display: none;
  position: absolute;
  /*display: flex;*/
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  align-items: stretch;
  flex-direction: row;
}
.admin-bar .site {
  min-height: calc(100vh - 32px) !important;
}
.admin-bar .site-inner, .admin-bar .site-content, .admin-bar .site-content-fullheight, .admin-bar .site main {
  height: calc(100vh - 32px) !important;
}
.site {
  margin: 0;
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  background-color: transparent;
  width: 100%;
}

.site header, .site footer {
  display: none;
}
.site main {
  margin-bottom: 0;
}
.site-inner {
  margin: 0;
  max-width:100%;
}
.site-inner, .site-content, .site-content-fullheight, .site main {
  width:100%;
  height:100vh;
  display: flex;
  align-items: stretch;
}
.site-content {
  padding: 0;
}