/* scoutingtc4 styling 
	 * 20210126 v2.4 - fix dropdown menu scroll and logo, dropdown wrap, 
*/
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Poppins-Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Poppins-Light.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Poppins-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Poppins-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Poppins-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

html {
	font-size: 16px;
	line-height: 1.9em;
	overflow-y: scroll;
}

body {
	font-family: "Poppins-Light",sans-serif;
	font-weight: 300;
	font-size: 1.125rem;
	-webkit-font-kerning:normal;
	font-kerning: normal;
	-webkit-font-variant-ligatures:common-ligatures;
	font-variant-ligatures: common-ligatures;
	line-height: 1.9em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #222;
}


/* bootstrap resets ---------------*/
.text-primary {color:#0066b2;}
.bg-primary {background-color: #0066b2;}

.text-secondary {color: #0066b2;}

.text-success {color: #00a551!important;}
.bg-success {background-color: #00a551!important;}

.text-danger {color:#ec1c24!important;}
.bg-danger {background-color: #ec1c24;}

a.text-success:focus, a.text-success:hover {
    color: #0066b2 !important;
}

h1 {
	color: #00a551;
	font-family: 'Roboto Slab',serif;
	font-size: 2.8125rem;
	line-height: 1em;
	margin: 0.67em 0;
}
h2 {
	font-family: "Roboto Slab",serif;
	font-size: 2rem;
	line-height: 1em;
	margin: 0.67em 0;
}
h3 {
	font-family: "Roboto Slab",serif;
	font-size: 1.5rem;
	line-height: 1em;
	margin: 0.67em 0;
}

a {
	color: #0066b2;
	text-decoration: underline;
	text-decoration-skip-ink: auto;
}
a:hover {
    color: #005799;
}

img {
	max-width:100%;
	height: auto;
}
ul li {list-style-position: inside;}
li.no-bullet {
	list-style: none;
	
}
.btn {
	border-radius: 50px;
	padding: 12px 30px;
	text-decoration: none;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
	cursor:pointer;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.btn::after {
	content: '';
	margin-left: 20px;
	display: inline-block;
	position: relative;
	height: 0.8em;
	width: 0.8em;
	vertical-align: top;
	border-style: solid;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.btn-primary:hover,
.btn-primary {
	background-color: #0066b2;
	border-color: #0066b2; 
}
.btn-secondary:hover,
.btn-secondary {
    background-color: #000;
    border-color: #000;
}

.btn:hover::after,
.btn-primary:hover::after {
	margin-left:30px;
	margin-right:-10px;	
}
.badge-info {
    color: #444;
    background-color: #e3e7eb;
    padding: .5rem;
}

.showcase-skyline {
	-webkit-transition: 1.5s ease all;
	transition: 1.5s ease all;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	position: relative;
	margin-top: 150px;	
}

.showcase-skyline::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -89px;
	width: 100%;
	height: 90px;
	background-image: url(../images/skyline-groen.png);
	background-size: auto 100%;
	-webkit-animation: animatedBackground 20000s linear infinite;
	animation: animatedBackground 20000s linear infinite;
}

@-webkit-keyframes animatedBackground {
 0% {
  background-position:0 0
 }
 100% {
  background-position:9999em 0
 }
}
@keyframes animatedBackground {
 0% {
  background-position:0 0
 }
 100% {
  background-position:9999em 0
 }
}

.footer-grass {
	background-image: url(../images/grass-groen.png);
	background-size: auto 100%;
	height: 110px;
	width:100%;
}

/* NAVIGATIE */
nav {
	background:white;
	 -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.2);
	 box-shadow:0 0 5px 0 rgba(0,0,0,0.2);
	 -webkit-transition:all 1s ease;
	 transition:all 1s ease;
}

#tc4-logo, #tc4-headermessage, #tc4-buttons {
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.navbar-expand-lg,
.navbar-expand-lg .container,
.navbar-expand-lg .navbar-collapse {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.navbar-expand-lg .navbar-collapse {
	flex-grow: inherit;
}

@media only screen and (min-width: 992px) {
	.navbar-expand-lg #tc4-buttons {
	 -ms-flex-order:4;
	 order:4;		
	}
}

/* -- hoofdmenu -- */
.navbar-brand {
	position: relative;
	padding: 0;
}
.navbar-brand p {
	margin-bottom: 0;
}
.navbar-brand img.scoutinglogo {
	position: absolute;
	width: 100px;
	height: auto;
	top: -20px;
	left:4px;
	z-index: 4;
	max-width: 100px;
}
.navbar-brand img.eigenlogo {
	position: absolute;
	max-width: inherit;
	max-height: 120px;
	top: -20px;
	z-index: 4;
		
}
@media only screen and (max-width: 575px) {
	.navbar-brand img.eigenlogo {
		max-width:140px;
	}
	#tc4-headermessage {
		display: none;
	}
	input.inputbox {
		max-width: 98%;
		width: 98%;
		margin-bottom: 10px;
	}
}

.logostamp::after {
	content: '';
	position: absolute;
	top: 36px;
	left: -38px;
	z-index: -1;
	height: 90px;
	width: 230px;
	background-image: url("../images/stamp-shadow.png");
	background-size: 100% auto;
	background-position: 0 bottom;
	background-repeat: no-repeat;
	pointer-events: none;	
}

#tc4-headermessage a {
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 1rem;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link {
	color: #0066b2;
	outline: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #00a551!important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: #00a551!important;
}
.nav-item {position:relative;}
.nav-item > a {text-decoration: none;}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 1rem;
    padding: .5rem 1rem;
	text-decoration: none;
}

/* icoontjes rechts */
.navbar-light .fa-2x {
	font-size: 20px;
}
a.phone, a.contact, a.search {
	padding: .7rem;
	align-items: center;
}
.navbar-light .navbar-toggler {
	border:none;
	padding: .7rem 1rem;
	z-index: 2;
}
a.search:hover i,
a.phone:hover i,
a.contact:hover i,
.navbar-light .navbar-toggler:hover i {
	color: #00a551;
}
.navbar-light .navbar-toggler i {
	color: #0066b2;
}

.navbar-collapse.show {
	max-height: calc(100vh - 100px);
	overflow-y: scroll;	
}

@media only screen and (max-width: 991px) {
	.navbar-nav {
		padding-top: 90px;
		padding-bottom: 30px;
	}	
}

/* uitklapmenu na toggle */
.hamburger .navbar-nav {
	padding-top: 90px;
	padding-bottom: 30px;
}

.dropdown-menu {
    color: #212529;
    border: none;
    border-radius: 0;
    margin-top: 0;
}
.dropdown-item {
	padding-left: 1rem;
	white-space: normal;
	line-height: 22px;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
	color: #222;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
	color: #222;
}	

/* dropdown menu bij horizontaal menu desktop */
@media only screen and (min-width: 992px) {
	.navbar-expand-lg .collapse:not(show) .nav-child {
		min-width: 300px;
		padding: 1.5rem .5rem;
		-webkit-box-shadow: -8px 5px 9px -7px #000000; 
		box-shadow: -8px 5px 9px -7px #000000;
		margin-top:.7rem!important;		
	}
	.dropdown-item {
		white-space: normal;
		line-height: 22px;
		margin-bottom:10px;
	}
	.dropdown-item.active, .dropdown-item:active {
		background-color: #e3e7eb;
		color: #fff;
	}
	.dropdown-item:focus, .dropdown-item:hover {
		background-color: #f1f4f8;
		color: #222;
	}	
}
/* default banner in hero positie */
.defaultbanner.laag {
	height:350px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mainbody {
	padding-top: 72px;
}

/* featured home */
#tc4-featured h3 {
	color: #00a551;
	font-size: 2rem; /* souting.nl doet 3rem, is veel te groot */
	margin-bottom:1rem;
}
.featuredimage {padding-bottom: 15px;}

#tc4-featured ul.links {
	padding-left: 0;
	list-style:none;
}
#tc4-featured .featurednews p {
	text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#tc4-featured ul.links li a {
	display: block;
	margin-top: 7.5px;
	padding: 3px 2px;
	font-weight: 600;
	overflow: hidden;
	color: #00a551;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#tc4-featured ul.links li a:hover {
    color: #0066b2;	
}
#tc4-featured ul.links li > a::before {
	content: '>';
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 2em;
	height: 2em;
	margin-right: 8px;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(185,182,175,0.3);
	box-shadow: 0 2px 4px 0 rgba(185,182,175,0.3);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Showcase module home (groen ) */
#tc4-showcase h2, #tc4-showcase h3 {
	font-size: 3rem;
}

/* news module home */
#tc4-news .item_published {
	padding: 15px;
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px 0 #000;
	margin-top: -82px;
	margin-bottom: 0px;	
}
#tc4-news h3,
#tc4-news h4 {
	font-family: "Roboto Slab",serif;
	font-weight: 700;
	margin: 0;
	padding: 15px;
	font-size: 2rem;
	line-height: 1.2em;
	color: #fff;	
}
#tc4-news p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;	
}
.buttonlink {
	color: #00a551;
	font-weight: 600;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	line-height: inherit;
	color: inherit;
	background: none;
}
.buttonlink::after {
    content: ' >';
}
#tc4-divider {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 60px;
	border-top: 4px dotted #00a551;	
}

#tc4-news #tc4-divider {
margin-bottom: 40px;
}

/* kruimelpad */
.breadcrumb {
	background-color: transparent;
	color: #696966;
	font-size: .875rem;
	line-height: 1;
	padding: 1rem 0;
}
.breadcrumb-item {
	margin: 5px 0;
}
.breadcrumb	a, .pathway, .breadcrumb-item.active {
	color: #696966;
}
.breadcrumb-item + .breadcrumb-item::before {
	content:'\203A';
}

/* sidebar */
#aside .moduletable {
/* custom modules */
	background: rgba(0,0,0,0.025);
	border-radius: 3px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

#aside .navbar-nav {
	margin-top: 15px;
	padding-top: 0;
	font-size: .875rem;
	line-height: 1.2em;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;	
}

#aside .navbar-nav a {
	text-decoration:none;
	line-height: 1.2em;
}

#aside .navbar-nav a.active {
	font-weight: 600;
}

#aside .navbar-nav a::before {
	content: '';
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	margin-top: 0.5em;
	margin-right: calc(15px - 5px);
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;		
}
#aside .nav-child.dropdown-menu {
	position: relative!important;
	transform: none!important;
	border:none;
	background-color: transparent;
	font-size: .875rem;
	margin-top: 0;
}
#aside .nav-child.dropdown-menu a {
	padding: 0 .25rem .25rem 0;
	white-space: normal;
}
/*
#aside .dropdown-toggle::after {
	content="+";
	color: #fff;
	background: #ccc;
	padding: 3px;
}*/

#aside .nav-child {
	position: relative;
}

/*bottom-a */
.bottom-a .moduletable {
	position: relative;
	padding: 40px 30px;
	margin: 0 auto;
	font-size: larger;
	font-weight: 400;
	height: 100%;
	color: #222;
	background: rgba(0,165,81,0.2);	
	border: 3px solid transparent;
}
.bottom-a h3,
.bottom-b h3 {
	padding-bottom: 15px;
	font-size: 1.625rem;
}

.bottom-b .moduletable {
	height: 100%;
	padding: 40px 30px;
	border: 3px solid #00a551;
	font-size: larger;
	font-weight: 400;
}

/* footer */
#tc4-footer {
	font-size: .875rem;
	font-weight: 400;
	line-height: 2;
}
#tc4-footer a,
#tc4-footer.text-light{
	color: #fff!important;
}
#tc4-footer h3 {
	font-size: 1.25rem;
	font-weight: 600;
}
#tc4-footer ol,
#tc4-footer ul {
	padding-left: 0;
	list-style-position: inside;
}
.social-icons {margin-bottom:30px;}
.social-icons a {
	color: #fff!important;
	padding: 10px;
	margin-right:10px;
}
.social-icons .fa-2x {
	font-size:20px;
}

/* basic search pagina */
#finder-search {
	margin-top: 25px;
}
#searchForm .btn-toolbar {
	margin-bottom: 25px;
}
#searchForm legend {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 15px;
}
#searchForm select {
	padding-right: 10px;
}
#searchForm .btn-toolbar label {
	display:none;
}
#searchForm .btn,
.btn-primary.disabled {
	background-color: #0066b2;
	border-color: #0066b2; 
	color: #fff;
	margin-left: 5px;
}
#searchForm .phrases label {
	margin-right: 5px;
}
#searchForm .phrases input {
	margin-right: 5px;
}

/* basics */
.content {
    min-height: 300px;
}

.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.autocomplete-suggestion.active, .autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
