@charset "UTF-8";

html {
    position: relative;
    min-height: 100%;
}
@media (max-width: 767px) {
	.hidden-smallscreens {
	  display: none;
	}
	.navright {
		font-size: 15px;
		font-weight: 600;
		line-height: 2em;
		margin: 10px 0px 0 -10px;
	}	
	.navright2 {
		font-size: 16px;
		font-weight: 600;
		line-height: 2em;
		margin: 10px 0px 0 15px;
	}
	.largescreen-text {
		display: none;
	}
	.oranje-vlak {
		background-color: #F18700;
		margin-top: -8px;
	}
	.lichtoranje-vlak {
	background-color: #FACA8D;
	}
}

@media (min-width: 768px) {
	.hidden-largescreens {
	  display: none;
	}
	.navright, .navright2 {
		font-size: 14px;
		font-weight: 600;
		line-height: 2em;
		margin: 113px 10px 0 0;
	}
	.smallscreen-text {
		display: none;
	}
	.oranje-vlak {
	background-color: #F18700;
	margin-top: -8px;
	height: 100vh;
	}
	.lichtoranje-vlak {
	background-color: #FACA8D;
	height: 100vh;
	margin-top: -8px;
}
}
.oranje-klein {
	background-color: #F18700;
}

.figuren-liggend {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 40px 15px;
  width: 90vw;
}
.TextWrap {
	float: right;
	margin: 10px;
}
.kaart {
	padding: -100px 0 0 50px;
}

a.one, a.one:focus, a,one:active {
	font-weight: 600;
    font-style: normal;
    text-decoration: none;
    color: #158DB4;
}
a.one:hover {
  	text-decoration: none;
  	color: #EF7D00;
}

a.two, a.two:focus, a.two:active {
	font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #FFF;
}
a.two:hover {
      text-decoration: none;
      color: #FACA8D;
}

body {
	line-height: 1.5em;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: 600;
	background-repeat: repeat-y;
	background-color: #FFF;
	padding: 0;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width: 100vw;
}

.container-fluid {
    margin-left: -15px;
    margin-right: -15px;
}

h1,h2,h3,h4,h5 {
	color: #063642;		
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-style:italic;
}
h1 {
	font-size: 1.8em;
	margin: 40px 0 40px 14px;
}
.white {
	color: #FFF;
}
.driefiguren {
	margin-top: 44px;
	height: 350px;
}
.profiel-lg {
	margin-top: 113px;
	height: 280px;
}
.blokjes {
	margin-top: 113px;
}
.mapouter{
	margin-top: 113px;
	margin-left: -15px;
	position: relative;
	height:500px;
	width:400px;
}

.subnav {
	color: #000;		
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-style: normal;	
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em
}

.panel-body {
    padding: 7px;
}
.panel-footer {
    padding: 6px 0px 0px 0px;
    background-color: #fff;
    border-top: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
	min-height: 170px;
	max-height: 170px;
}

.g-recaptcha {
	margin-bottom: 10pt;
}

/* nav-bar codes */
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 8px;
	margin-right: 20px;
}
.navbar-default {
	border: none;
}
.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
	background-color: #000;	
}
@media (min-width: 768px) {
.navbar-nav {
    margin-right: -50px;
	}
}
#main_menu{
	background: rgba(0, 0, 0, 0)!important;
}
#main_menu.navbar-default .navbar-nav>li>a {
    font-stretch: expanded;
    font-size: 12px;

    font-weight: 400;
    font-style: normal;
	text-transform:uppercase;
	letter-spacing: 2px;
	color: #FFF;	
	margin: 5px 4px 0px 0px;
	padding: 3px 10px 3px 10px;	
}
#main_menu.navbar-default .navbar-nav>li>a:hover,
#main_menu.navbar-default .navbar-nav>li>a:focus {
	color: #169FDB;
	border-bottom-style: 3px;
	border-color: #169FDB;
}	
.navbar-nav > li {
    display: inline-block;
    float:none;
}	
#main_menu.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #169FDB;	
	background-color: #000;
}

@media print {
  .container {
    width: auto;
  }
}
