/*
* Layout V1.0
* Copyright 2019, Machiel van Wijngaarden
* www.toomanywords.nl
*/


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  	background-color: #FFF;
  	background-image: url("/images/background/Dit-is-Drenthe_Bottom.svg");
  	background-position:bottom;
  	background-repeat: no-repeat;
	background-size:contain;
  	/*background-size:2600px;*/
	z-index: 0;
	color:#007bbe;
	font-size: 1.7em;
	}

@media only screen and (max-width: 500px) {
body {
		font-size: 1.5em;
}
}

.headerstyling {
	position: absolute;
	height: 920px;
	width: 100%;
  	background-color: #FFF;
  	background-image: url("/images/background/Dit-is-Drenthe_Homepage.svg");
  	background-position:bottom;
  	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 0;
	}

.DW .headerstyling {
  	background-image: url("/images/background/Dit-is-Drenthe_Homepage DW.svg");
	}

.toekomst .headerstyling {
	background-image: url("../images/background/Dit-is-Drenthe_Wonen-Leefbaarheid-background-Provincie-Drenthe.svg");
	}

.thema .headerstyling {
	background-image:none;
	}

body.onderwerp, body.feedback {
  	background-image: none;
	}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h6 {
  font-style: italic;
}

.subtitle {
	margin: -25px 20px 0px 165px;
}

.title {
	font-weight: bold;
}

.pagetitle {
	display: none;	
}

.righttext{
	text-align: right !important;
	float: right !important;
}

.centertext{
	text-align:center;
}

.greentype h1, .greentype h6, .greentype p {
	color: #3CBE00;
}

.smalltext{
	font-size: 9px;
	margin: 0px;
    text-align: left;
}

ul {
	list-style: none;
}

.text-image {
	position: absolute;
	z-index: 0;
	width: 300px;
	left: 350px;
	top:-5px;
}

.DW .text-image {
	left: auto;
	right: 150px;
}

@media only screen and (max-width: 500px) {
.subtitle {
	margin: -25px 20px 0px 2px;
}
	
.text-image {
	display: none;
}	
	
h3 {
  font-size: 1.4em;
}
}

/* BuildingBlocks Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.holder {
  	position: relative;
	float: left;
  	width: 100%;
  	margin: 0 auto;
  	box-sizing: border-box;
}

.dashboard .container {
    width: 100%;
}

/* Graphs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.graphwrapper {
	position: relative;
	width: 100%;
}

   .three-by-two.aspect-ratio { padding-bottom: 66.666% }
  .four-by-three.aspect-ratio { padding-bottom: 75% }
.sixteen-by-nine.aspect-ratio { padding-bottom: 56.25% }

.graphcontent {
    position: absolute;
    top: 0;  bottom: 0;  left: 0;  right: 0;
}

.graphcontent a {
    position: absolute;
    top: 0;
	left: 0;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}

.graphcontent p {
    margin-top: 10px;
}

.external-link-logo {
	font-size: 0.9em;
	margin: 30px 0px;
	position: relative;
	float: right;
}

.external-link-logo img {
	max-height: 50px;
	position: relative;
	float: right;
	margin: 0px 0px 0px 20px;
}

@media only screen and (max-width: 800px) {
	.home .graphcontent {
	height: auto;
	margin-bottom: 0px;
}
	
.home .graphwrapper {
    margin-bottom: 100px;
}	
}

@media only screen and (max-width: 500px) {
.three-by-two.aspect-ratio, .four-by-three.aspect-ratio, .sixteen-by-nine.aspect-ratio {
	padding-bottom: 0px ;
}
.graphcontent {
    position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 280px;
}
	
.home .graphcontent {
	height: auto;
	margin-bottom: 50px;
}
	
	
}

.shade {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
}
/* ColourBlocks Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.bggreen {
	background-color: #3CBE00;	
}
.bggreen:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 305px;
	top:-80px;
	left: 0;
	background-color: #3CBE00;
	transform: skewY(-3deg);
	z-index: -1;
}

.bggreen:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 305px;
	bottom:-80px;
	left: 0;
	background-color: #3CBE00;
	transform: skewY(-3deg);
	z-index: -1;
}

.bgblue {
	background-color: #007bbe;
}

.bgblue:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 305px;
	top:-80px;
	left: 0;
	background-color: #007bbe;
	transform: skewY(3deg);
	z-index: -1;
}

.bgblue:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 305px;
	bottom:-80px;
	left: 0;
	background-color: #007bbe;
	transform: skewY(3deg);
	z-index: -1;
}

.bggreen, .bgblue {
  color:#fff !important;
}

.intro {
  margin-top: 480px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 500px) {
.bgblue, .bggreen {
    margin: 10px 0px;
	}
	
.intro {
  margin-top: 240px;
  padding-top: 40px;
  padding-bottom: 0px;
}	
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top{
	display:block;
	position:relative;
	float: left;
	width: 100%;
	height: 130px;
}

.anchor {
	margin-bottom: 10px;
	padding-bottom: 1px;
}

.Navbar {
  	background-color: #fff;
  	display: flex;
  	padding: 0px;
  	color: #007bbe;
	position: fixed;
	float: left;
	width: 100%;
	z-index: 1000;
	font-size: 13px;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);	
}

.DWcolour {
  	background-color: #FFCF0D;
}

.Navbar a,.Navbar p  {
	text-decoration: none;
	padding: 25px 15px 30px;
	margin: 0px;
	position: relative;
	float: left;	
	border-top:#fff solid 5px;
    cursor: pointer;
}

.DWcolour a, .DWcolour p  {
	border-top:#FFCF0D solid 5px;
}

.Navbar .name  {
	color: #1EAEDB;
	font-weight: 800;
}

.Navbar__Link {
	position: static;
	float: left;
}

.Navbar__Items {
  	display: flex;
	position: static;
	float: left;
}

.Navbar__Link-toggle {
  display: none;
}
.Navbar .subnav {
	position: absolute;
	top: 80px;
	left: 0px;
	display: none;
	width:100%;
	background-color: #007bbe;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
}
.Navbar .subnav li{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

.Navbar .subnav li a, .Navbar .subnav li p{
	padding: 30px 60px 20px 10px ;
	color: #fff;
	font-weight: 700;
	border-top:#007bbe solid 0px;
}

.Navbar .Navbar__Link a:hover {
	border-top:#007bbe solid 5px;
	color: #007bbe;
}
.Navbar .Navbar__Link:hover .subnav {
	display: none;
}

.Navbar .subnav li a:hover{
	color: #fff;
	text-decoration: underline;
	border-top:#007bbe solid 0px;
}


.Navbar .subsubnav {
	position: relative;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 10px 20px;
}

.Navbar .subsubnav li{
	position: relative;
	display: block;
	float: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.Navbar .subsubnav li a{
	color: #fff;
	font-weight: 400;
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
}

.Navbar__Link.active a {
	border-top:#007bbe solid 5px;
	color: #007bbe;
	font-weight: 700;
}


.MenuMobile {
	display: none;
}

.MenuDesktop {
	display: block;
}

/*-----MOBILE MENU-----*/

@media only screen and (max-width: 1299px) {
.MenuMobile {
	display: block;
}
.MenuDesktop {
	display: none;
}
	
.top{
	height: 0px;
}

.Navbar {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	}
	
	.Navbar__Items,
  	.Navbar {
    flex-direction: column;
  }
	
.Navbar__Items {
    display:none;
	width: 90%;
	margin: 0px auto;
  }

.Navbar__ToggleShow {
    display: flex;
  }

.Navbar__Link-brand a img {
	margin-left:-10px;
}
	
.Navbar__Link {
	position: relative;
	float: left;
	width: 100%;
}
	
.Navbar .Navbar__Link-toggle {
    align-self: flex-end;
    display: initial;
    position: absolute;
    cursor: pointer;
	text-align: right;
	padding: 10px 20px;
	top: 10px;
	right:0px;
	margin: 0px;
	width: auto;
	z-index: 100;
   } 
	
.Navbar a  {
	text-decoration: none;
	padding: 10px 10px;
	margin: 0px;
	display: table-column;
	position: relative;
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
}

.Navbar .subnav, .Navbar .subsubnav {
	position: relative;
	float: left;
	top:0px;
	left:0px;
	display: table-column;
	width:100%;
	padding: 0px 0px 0px 0px;
	-webkit-box-shadow:none;
    box-shadow:none;
	margin-bottom: 0px;	
	background-color: transparent;
}

.Navbar .subnav li, .Navbar .subsubnav li {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	padding: 5px 0px;
	margin: 0px;
}
	
.Navbar .subnav li a{
	font-size: 14px;
	font-weight: 400;
}	
	
.Navbar .subsubnav li a{
	font-size: 10px;
	font-weight: 400;
}
	
	.Navbar .subsubnav {
	display: none;
}	

.Navbar .subnav li a, .Navbar .subnav li p, .Navbar .subsubnav li a {
	position: relative;
	float: left;
	list-style: none;
	padding: 30px 20px;
	border-top:0px;
	color: #007bbe;
}
.Navbar .subnav li a, .Navbar .subnav li a:target, .Navbar .subnav li a:hover{
	width:100%;
	padding: 0px 0px 0px 10px;
	color: #007bbe;
	}

.Navbar a, .Navbar a:hover, .Navbar .subnav li a, .Navbar .subnav li a:target, .Navbar .subnav li a:hover {	
	border:0px !important;
	}
	
.Navbar a:hover {
	text-decoration: underline;
	}

.headerstyling {
	height: 960px;
	}	
	
}

/* Images & titles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.title img {
  max-width: 100%;
	max-height: 250px;
	margin: 0px 20px 20px 0px;
	float: left;
	position: relative;
	display: block;
}

.title h2 {
	margin: 100px 0px 20px;
	float: left;
	position: relative;
	display: block;
}

.kengetallen {
	margin-bottom: 80px;
}

.kengetallen img {
  	max-width: 70%;
	margin: 0px auto;
	position: relative;
	display: block;
}

.kengetallen h5 {
	margin:0px;
	float: left;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.kengetallen h6 {
	margin-top: 40px;
}

.kengetallen table {
	display: none;
}

.inwoners table {
	display: block !important;
}

.inwoners span.title {
	display: none;
}

.toelichting p {
	font-weight: 400;
}

.home table .title {
	display: none;
}

@media only screen and (max-width: 500px) {
.title img {
  	max-width: 100%;
	max-height: 150px;
	text-align: center;
	float: none;
	margin: 0px auto;
}

.title h2 {
	margin: 0px 0px 10px;
	text-align: center;
	float: none;
}
	
.toelichting p {
	margin: 0px;
}	
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
.button.button-primary,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	clear: both;
	float: left;
	background-color: #fff;
	color: #007bbe;
	padding: 2px 28px;
	height: 56px;
	border-radius: 30px;
    border: 3px solid #fff;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
	
}

.home .button.button-primary, .feedback .button.button-primary {
	background-color: #007bbe;
	color:#fff; 
    border: 3px solid #007bbe;
}

.home .button.button-primary:hover, .feedback .button.button-primary:hover {
	background-color: #fff;
	color: #007bbe;
    border: 3px solid #007bbe;
}

.yellowbtn, .DW .button.button-primary, .DW .button.button-secundairy  {
	background-color: #FFCF0D !important;
	color:#007bbe !important; 
    border: 3px solid #FFCF0D !important;
	height: auto;
}

.yellowbtn:hover, .DW .button.button-primary:hover,  .DW .button.button-secundairy:hover  {
	background-color: #007bbe !important;
	color: #FFCF0D !important;
    border: 3px solid #007bbe !important;
}

.button-secundairy {
	padding: 0px 18px;
	height: 50px;
	border-radius: 25px;
	font-size: 13px;
	clear:none;
	margin-right: 20px;
}

.button-secundairy:hover {
    border: 3px solid #007bbe;
}

.button:hover,
.button.button-primary:hover,
button:hover,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	color: #fff;
	background-color: #007bbe;
	-webkit-box-shadow:none;
    box-shadow:none;
	
}

.button.button-source {
	border:#3CBE00 solid 2px;
	background-color: #3CBE00;
	color: #fff;
	padding: 3px 28px 7px;
	margin: 20px auto;
}

.button.button-link {
	border:#007bbe solid 2px;
	background-color: #007bbe;
	color: #fff;
	padding: 3px 28px 7px;	
}

.button.button-source:hover {
	border:#3CBE00 solid 2px;
	background-color:#fff;
	color:#3CBE00;	
}

.button.button-link:hover {
	border:#007bbe solid 2px;
	background-color:#fff;
	color: #007bbe;
}


@media only screen and (max-width: 1299px) {
.button,
	.button.button-primary,
	.button.button-secundairy,
	.button.button-source,
	.button.button-link {
	padding: 0px 18px;
	height: 48px;
	border-radius: 25px;
	font-size: 11px;
	clear:none;
	margin-right: 20px;
	border:#3CBE00 solid 0px;
}
}

.social-button a {
	position: relative;
	float: left;
	padding: 5px 5px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.social-button img {
	width: 100%;
	height: 100%;
}

/* Arrow
–––––––––––––––––––––––––––––––––––––––––––––––––– */

i {
  border: solid #3CBE00;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
}

i.white {
  border-color: #fff;
}

a:hover i.white {
  border-color: #007bbe;
}

.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.left {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.up {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.down {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Change color
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.colorchange {
  border-color: #007bbe;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 6s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 6s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   {border-color: #007bbe;}
  25%  {border-color: white;}
  50%  {border-color: #007bbe;}
  75%  {border-color: white;}
  100% {border-color: #007bbe;}
}

/* Standard syntax */
@keyframes example {
  0%   {border-color: #007bbe;}
  25%  {border-color: white;}
  50%  {border-color: #007bbe;}
  75%  {border-color: white;}
  100% {border-color: #007bbe;}
}

.colorchangetext {
  color: #007bbe;
  -webkit-animation-name: colortext; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 6s; /* Safari 4.0 - 8.0 */
  animation-name: colortext;
  animation-duration: 6s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes colortext {
  0%   {color: #007bbe;}
  25%  {color: white;}
  50%  {color: #007bbe;}
  75%  {color: white;}
  100% {color: #007bbe;}
}

/* Standard syntax */
@keyframes colortext {
  0%   {color: #007bbe;}
  25%  {color: white;}
  50%  {color: #007bbe;}
  75%  {color: white;}
  100% {color: #007bbe;}
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.margin800 {
  margin-top: 800px;
}

.margin500 {
  margin-top: 500px;
}

.margin480 {
  margin-top: 480px;
}

.margin400 {
  margin-top: 400px;
}

.margin300 {
  margin-top: 300px;
}

.margin240 {
  margin-top: 240px;
}

.margin200 {
  margin-top: 200px;
}

.margin160 {
  margin-top: 160px;
}

.margin120 {
  margin-top: 120px;
}

.margin80 {
  margin-top: 80px;
}

.margin40 {
  margin-top: 40px;
}

.margin30 {
  margin-top: 30px;
}

.margin20 {
  margin-top: 20px;
}

.margin10 {
  margin-top: 10px;
}

.margin5 {
  margin-top: 5px;
}

.marginrow {
  margin-top: 100px;
}

@media only screen and (max-width: 500px) {
	.marginrow {
  margin-top: 40px;
}
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.SearchBox {
  	background-color: #007bbe;
  	display: flex;
  	padding: 20px;
  	color: #fff;
	position: fixed;
	float: right;
	top: 200px;
	right: 0px;
	width: auto;
	z-index: 1000;
	font-size: 14px;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
	border-radius: 25px 0px 0px 25px;	
}

.SearchBox a {
	color:#fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.SearchInput, .SearchResults {
  	background-color: #fff;
  	display: block;
  	padding: 20px;
	margin: 0px auto;
  	color: #007bbe;
	float: center;
	width: 80%;
	z-index: 1000;
	font-size: 14px;
	/*-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);*/
	border-radius: 25px;	
}

.SearchInput input[type="submit"] {
	float: none;
}


th, tr, td {
	border:0px;
}

.gsc-input-box {
    border: 0px solid #D9D9D9 !important;
    background: #fff !important;
}

@media only screen and (max-width: 500px) {
th, tr, td {
	float:left;
	padding: 0px 0px 30px;
}

th, tr, table {
	padding: 0px;
	margin: 0px;
}	
}

/* Sitemap
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.SiteMap {
  	background-color: #007bbe;
	position:relative;
  	display: block;
  	padding: 20px;
	margin: 0px auto;
  	color: #007bbe;
	float:left;
	width: 100%;
	z-index: 1;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
	border-radius: 25px;	
}

.SiteMap .Navbar__ToggleShow {
    display: none;	
}

.SiteMap nav{
    display:block;
	position: relative;
	float: left;
}

.SiteMap .Navbar__Link{
    display:block;
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
}

.SiteMap .Navbar__Items a{
    display:block;
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	padding:20px 0px 0px 10px;
}

.SiteMap .Navbar__Items a:hover{
    border: 0px;
}


.SiteMap .Navbar li a  {
	position: relative;
	float: left;
	text-decoration: none;
	padding: 20px 10px;
	margin: 0px;
	display: table-column;
}
.SiteMap .subnav, .SiteMap .subsubnav {
	position: relative;
	float: left;
	top:0px;
	display: table-column;
	width:100%;
	padding: 0px 0px 0px 10px;
	-webkit-box-shadow:none;
    box-shadow:none;
}

.SiteMap .subsubnav {
	padding-left: 20px;
}
.SiteMap .subnav li, .SiteMap .subsubnav li {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px 0px;
	margin: 0px;
}
	
.SiteMap .subsubnav li a{
	font-size: 10px;
	font-weight: 400;

}

.SiteMap .subnav li a, .SiteMap .subnav li p, .SiteMap .subsubnav li a {
	position: relative;
	float: left;
	list-style: none;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 16px;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.clearthis:after{
  content: "";
  display: table;
  clear: both; }


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}

.footerstyling {
	position: absolute;
	height: 500px;
	width: 100%;
	bottom: 0px;
	right: 0px;
	background: url("../images/background/Footer-provincie-drenthe.png");
  	background-repeat: no-repeat;
  	background-size: 100px 500px;
	background-position: bottom right;
	z-index: -1;
		
}

.credits {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}


.contact{
  	display: flex;
  	padding: 0px;
  	color: #007bbe;
	position: fixed;
	float: right;
	bottom: 0px;
	right:0px;
	z-index: 1000;
	font-size: 14px;
}

.contact a, .contact p {
	position: relative;
	float: right;
  	padding: 15px 25px;
	margin: 0px 30px 0px 0px;
  	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	background-color: #007bbe;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
	border-radius: 25px 25px 0px 0px;
	z-index: 1000;
}

.contact p {
	background: none;
	color: #007bbe;
	-webkit-box-shadow: none;
    box-shadow: none;
	border-radius: none;
}

.external-data {
	position: absolute;
	float: right;
	top: 40%;
	right: 0px;
	height: auto;
	max-width: 150px;
  	padding: 25px;
	text-align: left;
	margin: 0px;
	font-size: 11px;
	text-decoration: none;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
	border-radius: 20px 0px 0px 20px;
	z-index: 100;
}


.external-data .external-link-logo {
	margin: 0px;
	padding: 0px;	
}

.external-data .external-link-logo img {
	max-height: 50px;
	position: relative;
	float: left;
	margin: 5px 0px 0px 0px;
}

.backtotop a {
	position: fixed;
	float: right;
	bottom: 0px;
	right: 0px;
	height: 25px;
	width: 25px;
  	padding: 15px;
	text-align: center;
	margin: 0px 10px 10px 0px;
  	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	background-color: #007bbe;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
	border-radius: 45px;
	z-index: 1000;
}

.backtotop i {
  	border: solid #fff;
    border-width: 0 4px 4px 0;
}

.WapenDrenthe
{
	position: absolute;
	right: 50px;
	z-index: 0;
	margin-top:-220px;	
}

.partnerlogo a {
	font-size: 10px;
	line-height: 1;
}

.partnerlogo a img{
	max-width: 100%;
	max-height: 75px;
	margin-top: 10px;
}

/*Feedback form*/

.form-container
{
	background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 20px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    border-radius: 20px;
	padding: 40px 60px 0px;
}

.buttonbottombox {
	position: fixed;
	float: right;
	bottom: 0px;
	right: 80px;
	width: auto;	
	z-index: 1000;
}

.buttonbottom {
	position: relative;
	float: left;
	display: inline-block;
	height: auto;
	width: auto;
  	padding: 15px 25px 15px;
	text-align: center;
	margin: 0px 10px 0px 0px;
  	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	background-color: #007bbe;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
	border-radius: 35px 35px 0px 0px;
}

.buttonbottom a {
	position: relative;
	float: left;
	display: block;
  	color: #fff;
	background-color: #007bbe;
	text-decoration: none;
	
}

.actueelpage, .actueelpage a {
	background-color: #FFCF0D;
	color: #007bbe;
}

.buttonbottom i {
  	border: solid #fff;
    border-width: 0 4px 4px 0;
}

.feedback .buttonbottom , .feedback .backtotop{
  	display: none;
}

.ActueelEnWaarschuwing {
	position: absolute;
	float: left;
	height: auto;
	width: 100%;
	bottom: 0px;
	background-color: #FFCF0D;
	color: #007bbe;
	text-align: center;
	z-index: 2;
	display:none;
}

.ActueelEnWaarschuwing p {
	margin: 20px auto 5px;
}

.home .ActueelEnWaarschuwing {
	display: block;
}


@media only screen and (max-width: 900px) {
	
.home .partnerlogo {
	width: 50%;	
}
.home .partnerlogo img {
	display: none;
	
}
.contact {
  	display: none;
}
	
.social-buttons, .social-button {
	float: left;
	position: relative;
	display: block;
	margin-bottom: 15px;
}
	
.WapenDrenthe
{
	position: relative;
	margin: 0px auto;
	right: 0px;
}
	
body {
	
	background-image: none;
}
}

@media only screen and (max-width: 500px) {
.buttonbottombox {
	right: 60px;
}

.buttonbottom {
	font-size: 10px;
	padding: 5px 15px 5px;
	margin: 0px 5px 0px 0px;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
	border-radius: 15px 15px 0px 0px;
}

	.backtotop a {
	height: 20px;
	width: 20px;
  	padding: 15px 10px 5px;
	margin: 0px 10px 10px 0px;
	font-size: 10px;
	font-weight: 700;
	border-radius: 35px;
	}
	
}