/* Deze is nodig voor de fixed nav bar */
body {
	padding-top: 86px; /* 80 + 5 + 1 */
	padding-bottom: 0;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

h3 a {
	color: black;
}

#nav-row {
	width: 100%;
}

/* Loon-logo bovenin */
#nav-row img
{
	/* margin-top: 5px; */
	height: 80px;
}

#home-row {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
#home-row img {
	width: 100%;
}

#home-row h1 {
	margin-top: 0;
	margin-bottom: 0;
}

#home-row .payoff {
	margin: 0;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#home-row .overlay
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	padding: 10px;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
}

#home-row .overlaybutton
{
	position: absolute;
	bottom: 0;
	/*right: 0;*/
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: white;
	/*background-color: rgba(0, 0, 0, 0.4); */
}


#home-row .basketbalkampioen
{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: white;
	/*background-color: rgba(0, 0, 0, 0.4); */
}

#home-row p {
	margin: 5px 0;
}

#home-row .list-item {
	width: 2.0rem;
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 2px;
}

.home-banner {
	padding: 20px 0;
	background-color: #dcefff; /* #f0ad4e:oranje */;
}

/* .home-part {
	min-height: 300px;
} */

/* --- content --- */

#content {
	min-height: 350px;
}

#content img {
	display: block;
	margin: 0 auto;
}

.errormessage {
	color: red;
	text-align: center;
	font-weight: bold;
}

/* --- intra page navigation --- */

#intrapagenav {
	z-index: 0;
}

#intrapagenav ul {
	padding: 0;
}

#intrapagenav li {
	list-style: none;
	text-indent: 0;
}

#intrapagenav li a.selected {
	font-weight: bold;
}

#intrapagenav li a.heading-h1 {
	font-size: 120%;
}

#intrapagenav li a.heading-h2 {
	font-size: 110%;
}

#intrapagenav li a.heading-h3 {
	padding-left: 10px;
}

/* --- footer --- */

footer
{
	margin-top: 20px;
	padding-bottom: 20px;
	background-color: #f8f8f8 /*#e8e8e8 */;
	z-index: 1; /* Over de #intrapagenav heen */
	position: relative; /* Zodat z-index werkt */
}

footer img {
	margin-top: 20px;
}

footer h3 {
	font-style: normal;
	margin-top: 25px;
	/* color: #e70010; */
	
}

/* de probeer-knop in de titelbalk */
.probeerbutton {
	color:#000;
	margin-top: 10px;
	font-size: 25px;
	font-weight: bold;
	padding: 10px 30px /*!important*/;
}

#nav-row .probeerbutton
{
	font-size: 18px;
}

#nav-row > * {
	margin-top: 20px;
}

#nav-row > .pull-left{
	margin-top: 0;
}

/* op de home page, links van foto */
#probeerbutton {
	color: black;
	font-weight: bold;
	margin: 10px 0;
}
	
#probeerbutton_img {
	background: rgba(240, 173, 78, 0.75);
	margin-top: 15px;
	padding: 10px 30px !important;
	font-size:38px;
}

.leesmeerbutton {
	/* background: #678282; */
	/* color:#FFF; */
	color: black;
    background-color: #f0ad4e;
    border-color: #eea236;
}

/* --- xs --- */

@media (max-width: 767px) {
	/* Kleinere statusbalk */
	#nav-row .probeerbutton
	{
		font-size: 16px;
		padding: 10px;
	}
	#nav-row img {
		height: 55px;
	}
	#nav-row > * {
		margin-top: 10px;
	}
	body {
		padding-top: 61px; /* 55 + 5 + 1 */
	}
}

/* --- xs en sm --- */

@media (max-width: 991px) {
	#home-img {
		margin-top: 10px;
	}
}

/* --- md and lower --- */

/* @media (max-width: 919px) {
	#home-row .overlay h1 {
		font-size: 140%;
	}
	#home-row .overlay p {
	}
	.home-part {
		min-height: inherit;
	}
} */

/* --- bootstrap overrides --- */

/* Maak de standaard-knoppen oranje */

.btn-primary {
	color: black;
	background-color: #f0ad4e;
    border-color: #eea236;
}
		
ul, ol {
	padding-left: 20px;
}

.navbar-default {
	/* background-color: rgba(255, 255, 255, 0.9); */
	vertical-align: bottom;
	padding-bottom: 5px;
}

.navbar-default .navbar-text.h1 {
	color: black;
}

.navbar ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

/* Links in de menubalk, inclusief het logo */
.navbar li a {
	padding: 0px;
}

/* Inloggen Mijn Loon */
.navbar ul.pull-right li a {
	margin-top: 15px;
	padding: 0px 15px;
	display: block;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
	max-width: 280px;
}*/

p {
	margin: 10px 0;
}

.remark {
	background-color: #eee;
	padding: 15px;
}

.remark > * {
	margin-top: 0px;
}

.highlight {
  color: green;
}
.zoekveld {
   visibility: hidden;
   position: fixed; 
   top: 20; 
   right: 0;	
}	
/*
.btn-primary {
	background-color: rgb(255,165, 0);
	border-color: rgb(204, 132, 0);
	color: black;
}
.btn-primary:hover {
	background-color: rgb(255,165, 0);
	border-color: rgb(204, 132, 0);
	color: white;
}
*/

/* MW truuk om filmpjes responsive te maken */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.50%;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  /* background-color: red; */
  position: absolute;
  top:0;
  left: 0px;
  width: 100%;
  height: 100%;
}

.medewerkerfoto{
  margin-top:20px;
}

.form-broup {
	display:none !important;
}

/* Alle links die met http: beginnen zijn in principe extern */
/*
a[href^="http:"], a[href^="https:"] {
	padding-right: 15px;
	background: transparent url(/media/2960/external.png) no-repeat right center;
}
*/

/* ... maar niet als ze naar www.loon.nl verwijzen */
/*
a[href^="http://www.loon.nl"], a[href^="https://www.loon.nl"] {
	padding-right: inherit;
	background: inherit;
}
*/

a[href$=".pdf"] {
	padding-right: 20px;
	background: transparent url(/media/2961/pdf.png) no-repeat right center;
}

a[href^="http:"][href$=".pdf"]:not([href^="http://www.loon.nl/"]), a[href^="https:"][href$=".pdf"]:not([href^="https://www.loon.nl/"]) {
	padding-right: 30px;
	background: transparent url(/media/2963/external-pdf.png) no-repeat right center;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
