@font-face {
	font-family: 'MfReallyAwesome';
	src: url('font/MfReallyAwesome.eot');
	src: url('font/MfReallyAwesome.eot?#iefix') format('embedded-opentype'),
	   url('font/MfReallyAwesome.woff2') format('woff2'),
	   url('font/MfReallyAwesome.woff') format('woff'),
	   url('font/MfReallyAwesome.ttf') format('truetype'),
	   url('font/MfReallyAwesome.svg#MfReallyAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

.container {
	padding-top: 38px;
}
.form-control {
    height: 25px;
    padding: 0px 12px;
}

/*/ Header /*/
#logo.img-responsive {
	display: inline;
	height: 124px;
}
#head_tekst {
	font-family: MfReallyAwesome;
	font-size: 25px;
	float: right;
	color: #F89C0E;
}
.subhead_tekst {
	display: inline-block;
	padding: 10px 20px;
	background: #F0F8EB;
	color: #58B833;
	font-size: 14px;
	font-weight: bold;
	float: right;
}
.zoeken {
	float: right;
	margin-top: 42px;
}
#zoeken.form-control {
	padding-top: 1px;
	font-style: italic;
	border: 2px solid #CCC;
	border-radius: 0px;
	font-family: helvetica;
	width: 100%;
	float:left;
}
#zoeken.form-group {
	width: 100%;
	height: 33px;
}
.zoek_button {
	border: medium none;
	background: none repeat scroll 0% 0% transparent;
	margin: 1px 0px 0px -35px;
}
.zoek_postcode {
	padding-left: 10px;
}

/*/ Content /*/
#content.container{
	padding-top: 80px;
	padding-bottom: 114px;
}

#images.col-md-6 {
	margin-bottom: 26px;
}

#puk {
	display: none;
	position: absolute;
	margin-top: -80px;
	margin-left: -26px;
}

#images:hover #puk{
display : block;
}

/*/ Footer /*/
#foot-top.container-fluid {
	border-top: 4px solid #5ab834;
	border-bottom: 4px solid #5ab834;
	background: url('https://oud.spelerwijs-hoogeveen.nl/beta/images/footer_bg.jpg');
	background-size: 100% 100%;
}
#footer.container{
	height:100%;
	padding-bottom: 118px;
}
#foot.container{
	height:100%;
}
#foot.container{
	padding-top: 20px;
	padding-bottom: 20px;
}
#sitemap {
	float: left;
}
#ontwikkeling {
	float: right;
}
#foot_link {
	text-decoration: underline;
	color: #4D4D4D;
}
#locatie {
	margin-left: 230px;
	position: absolute;
	margin-top: -90px;
}
#puk_bottom {
	position: absolute;
	margin-top: -280px;
	margin-left: 340px;
}
#contact_head {
	font-family: MfReallyAwesome;
	font-size: 26px;
	color: #3947a4;
	width: 95px;
}
#vragen_head {
	font-family: MfReallyAwesome;
	font-size: 26px;
	color: #ec1c24;
	width: 205px;
}
#link_vragen {
	color: #ec1c24;
	text-decoration: underline;
}
#locatie_head {
	font-family: MfReallyAwesome;
	font-size: 26px;
	color: #5ab834;
}
#vind_locatie{
	width: 210px;
	margin-top: 5px;
}
#facebook {
	margin-top: 15px;
}
#input_postcode.form-control {
	border: 2px solid #5ab834;
	border-radius: 0px;
	font-style: italic;
	width: 150px;
	float: left;
}
#link {
	text-decoration: underline;
	color: black;
}

.intro_portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 1000;
  transition: transform 800ms ease-in-out;
  transform: translateY(-100%);
}

.intro_portal.active {
  transform: none;
}

.intro_portal .overlay_images {
  width: 100%;
  height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.intro_portal .overlay_images .image {
  width: calc(50% - 5px);
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.intro_portal .overlay_images .image:nth-child(-n+2) {
  margin-bottom: 10px;
}

.intro_portal .overlay_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.2));
}

.intro_portal .portal_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 40px;
}

.intro_portal .portal_content .portal_logo {
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.8));
  /* margin-top: 40px; */
}

.intro_portal .portal_content .portal_big_title {
  font-family: MfReallyAwesome;
  font-size: 12vh;
  line-height: 13vh;
  color: #FFF;
  text-shadow: 0px 2px 5px #000000;
  padding: 45px 0 5px 0px;
	/* margin-top: 45px;
  margin-bottom: 5px; */
}

.intro_portal .portal_content .portal_subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 4vh;
  font-weight: 800;
  color: #FFF;
  text-shadow: 0px 2px 5px #000000;
}

.intro_portal .portal_content .portal_subtitle .and {
    font-weight: 600;
}

.intro_portal .portal_content .portal_button {
  /* margin-top: 45px; */
  font-family: MfReallyAwesome;
  font-size: 40px;
  color: #FFF;
  text-shadow: 0px 2px 5px #000000;
  cursor: pointer;
  user-select: none;
  padding: 45px 0 0 0;
}

.intro_portal .portal_content .portal_button img {
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.8));
	margin-top: -5px;
	margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .intro_portal .portal_content .portal_logo {
		width: 150px
  }

	.intro_portal .portal_content {
		overflow-y: scroll;
	}

  .intro_portal .portal_content .portal_big_title {
		/* margin-top: 50px;
		font-size: 60px;
		line-height: 100px; */
		font-size: 10vh;
  }

  .intro_portal .portal_content .portal_subtitle {
		/* font-size: 30px; */
  }

  .intro_portal .portal_content .portal_button {
		/* margin-top: 70px; */
  }
}

@media screen and (max-width: 768px) {
	.intro_portal .portal_content .portal_button img {
		height: 45px;
		/* margin-top: 10px; */
  }
}

/* @media screen and (max-width: 425px) {
  .intro_portal .overlay_images .image {
    width: 100%;
    margin-bottom: 10px;
  } */

  .intro_portal .overlay_images .image:last-child {
    margin-bottom: 0;
  }

  .intro_portal .portal_content .portal_big_title {
		font-size: 45px;
		line-height: 55px;
  }

  .intro_portal .portal_content .portal_subtitle {
		font-size: 22px;
  }

  .intro_portal .portal_content .portal_button {
		font-size: 30px;
  }

  /* .intro_portal .portal_content .portal_button img {
		height: 45px;
		margin-top: 10px;
  } */
}
