@charset "UTF-8";
/***!  /media/templates/site/tli2024/css/main.css?98f5b7  !***/

:root {
  /* --bg: #F9F8F6; */
  --bg: white;
  --tli-blue-light: #00b2c8;
  --tli-blue-dark: #4f4587;
  --tli-text-grey: #585656;  
  --hover: var(--tli-blue-dark);
  --defaultfont: 'Libre Franklin'; 

}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	  height:100%;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
  font-family: var(--defaultfont);
  letter-spacing: 0.1px ;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
  padding: 0;
	background: var(--bg);
  color: var(--tli-text-grey);
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

h1 {
  font-size: 2rem;
  color: var(--tli-blue-dark)
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 2px;
}

h4 {
  font-size: 1.2rem;
  margin-bottom: 0px;
}



.nav-link:focus-visible, .dropdown-item:focus-visible {
  outline: solid!important;
  border-radius: 4px;
  border-width: medium;
  color: var(--tli-text-grey);  
}

.nav-link:active, .dropdown-item:active {
  color: var(--tli-text-grey);  
}

.nav-link:focus-visible {
  box-shadow: none;
}

.container {
  max-width: 1280px;
  position: relative;
}

.container.inleiding {
  max-width: 1280px;
  position: relative;
  /* margin-bottom: 50px; */
}

.main-wrapper, .main-wrapper-default {
  flex-grow: 1;
}

.main-content {
  position: relative;
  border-top: solid var(--tli-blue-light);
  padding-top: 20px;  
}


/* logo */
.page-header {  
  position: relative;
  max-width: 1280px;
  margin: 30px auto 30px auto;
  padding-left: 0;
  padding-right: 0;
}

.page-header .logo {
	position: absolute;
	height: 30px;
	top: 0px;
  left: 12px;
  cursor: pointer;
  z-index: 10000;
}

.page-header .logo a {
	text-decoration: none;
}
.page-header .logo img {
	position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    z-index: -1;
}

.logo .logo-text{
  color: var(--tli-blue-dark);
  font-size: 30px;
  margin-bottom: 10px;
  
 
}

.logo .logo-text span{
  color: var(--tli-blue-light);
  font-weight: bold;  
}

/* menu */
.mainmenu {
	margin-top: 35px;
  margin-bottom: 20px;
	text-align: right;
  padding-right: 50px;	
  /* font-family: 'Source Sans Pro', sans-serif;   */
}

.container.menu.default {
  margin-bottom: 20px;
}

.mainmenu .menu {
	list-style: none outside none;
  display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
.mainmenu .menu li {
    display: inline-block;
    font-size: 16px;
    position: relative;
    margin-right: 4px;
}
.mainmenu .menu>li a {
    display: block;
    padding: 0 10px;
    color: var(--tli-text-grey);
    cursor: pointer;
    text-decoration: none;
    border-bottom: solid;
    border-bottom-color: var(--bg);
}
.mainmenu .menu>li a:hover, .submenu ul>li a:hover {
  
    border-bottom: solid;
    border-bottom-color: var(--tli-blue-light);  
    color: var(--tli-blue-dark);
    cursor: pointer;
    text-decoration: none;
}


.mainmenu .menu li a.active {
	color: var(--tli-blue-light);
  border-bottom: solid;
  border-bottom-color: var(--tli-blue-dark);
  font-weight: bold;

}



.mainmenu .dropdown-toggle {
  padding-right: 20px!important;
}




.mainmenu .dropdown-toggle.open::after {
	
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.nav-child .bronnen-active .nav-item {
  text-overflow: ellipsis;
}

.mainmenu .deeper .dropdown-menu {
  background: var(--bg);
  display: none;

}


.dropdown-item.active, .dropdown-item:active {
  border-bottom: solid var(--tli-blue-dark);
  background-color: var(--bg);
}


.mainmenu .menu .parent.dropdown>a::after {  
  
  content: url('https://theologylibraryindonesia.org/images/menu/beneden.svg');
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
}


.mainmenu .menu .parent.dropdown.up>a::after {
  
  content: url('https://theologylibraryindonesia.org/images/menu/omhoog.svg');
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
}


.mainmenu .menu .externe-link a::after {
  
  content: url('https://theologylibraryindonesia.org/images/menu/externg.svg');
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: text-top;
  padding-left: 5px; 
  
}


.footer-links .menu .externe-link a::after {
  content: url('https://theologylibraryindonesia.org/images/menu/externw.svg');
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: text-top;
  padding-left: 5px; 
}


/* .menus .submenu .bronnen-active { */
  .submenu {
    position: relative;
    height: 50px;
  }
  
  
  
  .bronnen-active {
    position: absolute;
    top: 10px;
    width: 100%;
    justify-content: center;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    background-color: var(--bg);
    border: 0;
    border-top: solid thin var(--tli-blue-light);
    border-bottom: solid thin var(--tli-blue-light);
    border-radius: 0;
    text-align: center;
    padding: 5px 0 5px 0;
  
  
  }
  
  .submenu .nav-item {
    margin-right: 4px;
  }
  
  .submenu .dropdown-item {  
    padding: 5px 10px 5px 10px;
    border-bottom: solid var(--bg);       
  }
  








.dropdown-toggle::after {
  /* display: none; */  
  border: none;
}

.mod-languages .dropdown-toggle::after {
  display: none;  
  
}

/* video homepage */
.container.media {
  width: 100%;
  /* display: grid;
  grid-template-columns: repeat(auto-fit,minmax(400px,1fr)); */
  gap: 20px;
  padding-left: 0;
  padding-right: 0;
  justify-content: space-evenly;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.homepage-pic img {
  max-width: 400px;
}

.mediacontent {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


.mod-wrapper.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* artikelen */
.article-content-wrapper, .com-content-article {
  max-width: 800px;
}

/* Taalmenu */
.page-header .langmenu {
	position: absolute;
	right: 10px;
  top: 25px;
  z-index: 1000;
}

.page-header .langmenu ul {
  inset: 10px auto auto 0px!important;
}

.page-header .langmenu .visually-hidden {
  display: none;
}

.page-header .langmenu .btn-secondary {
  /* color: #6c757d; */
  color: var(--tli-text-grey);
  background-color: var(--bg);
  border-color: var(--tli-blue-light);
  border-radius: 100%;
  width: 46px;
  height: 46px;

}

.page-header .langmenu .btn-secondary:hover {  
  border-color: var(--tli-blue-dark);
}

.page-header .langmenu .dropdown-menu {
  margin-top: 5px!important;
  min-width: 50px!important;
  left: -3px!important;
  line-height: 20px;
}

.page-header .langmenu .dropdown-menu a {
  color: black;
}




/* hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  padding-left: 6px;

  justify-content: center;
	position:absolute;
	top:25px;
	left:25px;
	width: 50px;
	height: 50px;
	cursor:pointer;
	display: none;
	z-index:10;
}

.hamburger span {
	display: block;
	width: 38px;
	height: 2px;
	margin-top: 2px;
	margin-bottom: 8px;
	position: relative;
	background: #000;
	border-radius: 0;
	z-index: 1;
	transform-origin: 9px -3px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
}
.hamburger span:first-child {
	transform-origin: 0% 0%;

}
.hamburger span:nth-last-child(2) {
	transform-origin: 0% 100%;

}

body.menuopen .hamburger span {
	opacity: 1;
	transform: rotate(45deg) translate(4px, 1px);
	width: 40px !important;
	height: 2px;
  background: white;
}
body.menuopen .hamburger span:nth-last-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

body.menuopen .hamburger span:nth-last-child(1) {
	/* transform: rotate(-45deg) translate(-6px, 1px); */
  transform: rotate(-45deg) translate(-5px, -2px);
  color: transparent
}


.homepage-title h2 {
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.25;
	color: #181818;
	padding-top:14px;
	margin-top:0;
  padding-left: 0px;

}

.homepage-text {
	padding: 40px 10px 20px 10px;
	font-size: 20px;
	line-height: 1.5;
  color: var(--tli-text-grey);
}

/* Zoekgedeelte */
.background {
  position: relative;
  width: 100%;
  z-index: -1;
}

.background .shim {
	position: absolute;
  top: 0;
	width:100%;
  height: 518px;
  background-image: url('https://theologylibraryindonesia.org/media/templates/site/tli2024/images/mijn_studiezaal.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.background .shim_groen {
  position:absolute;
	width:100%;
  height: 518px;
  background-color:rgba(166, 212, 189, 0.8);
}

.background img {
	width:100%;
	height:518px;
	background-size: cover;
}


.zoekgedeelte {
  top: 40px;
  margin-bottom: 120px;
}

.zoekcategorieen {
    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px 50px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 30px;
}

.zoekcategorieen .zigblok {
  display: flex;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}

.zoekcategorieen .aantal {
    margin-top: 15px;
    color: var(--tli-blue-dark);
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 1.2em;
}

/* .zoekcategorieen .zigbloklink {
  margin-top: 15px;
} */

.zoekcategorieen .zigblok a {
  text-decoration: none;
  color: gray;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 1.2em;

}

.zoeken-wrapper {  
  gap: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zoeken-wrapper .zoeken-intro {
  color: gray;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 1.3em;
  max-width: 700px;
}

.zoeken-home .search-start {
  font-size: 2em;
  color: var(--tli-blue-dark);
}

.zoeken-home .search-start span{
  color: var(--tli-blue-light);
  font-weight: bold;
}

.zoeken-home .zoeken-home-invoer {
  /* width: calc(100% - 70px); */
  width: fit-content;
}

.zoeken-home .input-group-append {
  /* width: 70px; */
  width: fit-content;
}

.homepage-search {
  margin-bottom: 80px;
}

/* .zigblok .icoon {

} */

.icoon {
  height: 100px;
}

.icoon .archieven-zoekingang {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 100px;
  width: auto;
  transition: height 0.5s;
  /* margin: 0 auto; */
}

.zigblok:hover .icoon .archieven-zoekingang {
  height: 108px;
}


.zigblok:hover .zigbloklink a {
  color: var(--tli-blue-dark);
}


.icoon .archieven-zoekingang.books {
   background-image: url('https://theologylibraryindonesia.org/images/homepage/books.svg');
}

.icoon .archieven-zoekingang.journals {  
  background-image: url('https://theologylibraryindonesia.org/images/homepage/journals.svg');  
}

.icoon .archieven-zoekingang.theses {  
  background-image: url('https://theologylibraryindonesia.org/images/homepage/theses.svg');  
}

.icoon .archieven-zoekingang.images {  
  background-image: url('https://theologylibraryindonesia.org/images/homepage/images.svg');
  
}

.icoon .archieven-zoekingang.newspapers {  
  background-image: url('https://theologylibraryindonesia.org/images/homepage/newspapers.svg');  
}

.icoon .archieven-zoekingang.archives {  
  background-image: url('https://theologylibraryindonesia.org/images/homepage/archives.svg');  
  
}

.flex-zoekbalk-knop {
  margin: auto;
  position: relative;

}

.zoekgedeelte .hs-field {
  margin-bottom: 20px;
}


.input-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: solid 8px var(--tli-blue-light);
  width:fit-content;
}

.zoek-input-style {
  border: none;
  font-size: 22px;
  line-height: 50px;
  height: 50px;
  margin: 0;
  padding-left: 20px;
  color: #858585;
  width: 100%;
  margin-right: 0px!important;
}

.mi-button-blokken {
  
  width: 50px;
  height: 50px;
  background-image: url('https://theologylibraryindonesia.org/media/templates/site/tli2024/images/search.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  left: -20px;
  text-indent: -9999px;
  cursor: pointer;
  background-color: var(--tli-blue-dark);
}

.mi-button-blokken:hover {
  background-image: url('https://theologylibraryindonesia.org/media/templates/site/tli2024/images/search_hover.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: lightgray;
}

.mi_debug {
  display: none;
}

/* Pagination */
.pagination {
  margin-top: 20px;
  display: block;
}
.pagination .pagination__wrapper {
  display: block;
}
.pagination .pagination__wrapper ul {
  display: flex;
  flex-direction: row;
}

/* video */
.anl_media video {
  width: 600px;
  height: auto;
}


/* deelnemende organisaties */
.mod-custom.custom>ul {
  columns: 2;
}


/* footer */

.footer-menu {
  width: 120px;
}


.footer-menu .deeper .dropdown-menu {
  display: none;

  list-style: none outside none;
  position: absolute!important;

  width: auto!important;
  background-color: white;
  color: black!important;

}

.footer-menu .deeper ul {
  list-style: none;
  display: flex;
}

.page-footer {
	clear:both;
	background-color: #181818;
	margin-top:50px;
  /* width: 100vw; */
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}



.page-footer .menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.page-footer a {
  color: var(--bg);
	text-decoration: none;
  border-bottom: solid #181818;
  text-decoration: none;
}

.page-footer .menu a.active{
  color: var(--tli-blue-light);
}

.nav-link:focus, .nav-link:hover {
  color: var(--bg);
  border-bottom: solid var(--tli-blue-light);
  text-decoration: none;

}

.page-footer .menu-holder, .page-footer .logo-holder, .page-footer .banner-holder {
  margin-top: auto;
}

.page-footer .footer-logo {	
  text-align: center;
}
.page-footer .footer-logo img {
	height: 100px;
  margin-bottom: 10px;
  margin-top: 20px;
}


.footer-logo .footer-logo-top{
  color: var(--tli-blue-dark);
  font-size: 60px;
 
}

.footer-logo .footer-logo-top span{
  color: var(--tli-blue-light);
  font-weight: 900;
  font-family: 'Libre Franklin';
}

.footer-logo .footer-logo-bottom{
  color: var(--bg);
  font-size: 20px;
  margin-bottom: 10px;
 
}

.footer-logo .footer-logo-bottom span{
  color: var(--tli-blue-light);
  font-family: 'Libre Franklin';
  font-weight: 900;
  letter-spacing: 0.5px;  
}

.footer-logo a:hover .footer-logo-top {
  color: var(--tli-blue-light);
}

.footer-logo a:hover .footer-logo-top span {
  color: var(--tli-blue-dark);
}

.footer-logo a:hover {
  border-bottom: none;
  text-decoration: none;
}

.page-footer {
  position: relative;
}

.page-footer .footer-menu .deeper {
  position: relative;
}

.page-footer .footer-menu .dropdown-menu {
  display: none;
  list-style: none outside none;
  position: absolute!important;
  right: 20px;
  width: 900px!important;
  background-color: white;
  z-index: 1000;
  border-left: solid;
  border-right: solid;
  border-color: rgba(166, 212, 189, 0.8);
  top: 0px;
}

.page-footer .footer-menu .dropdown-item {
  padding: 4px 4px;
}

.page-footer .footer-menu ul li a:hover {
	border-bottom:1px solid #a6d4bd;
  display: block;
}
.page-footer .footer-menu ul li.active a {
	border-bottom:1px solid #a6d4bd;
}
.page-footer .footer-bottom {
	clear:both;
	height:100px;
}

.anl_deelnemers {
  display: block;
  margin-left: auto;
  position: relative;
  margin-bottom: 10px;
  line-height: 20px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  border: solid var(--tli-blue-light);
  border-radius: 20px;
  background-color: var(--bg);
  color: black;
  width: 200px;
  cursor: pointer;
}

.anl_deelnemers a {
  text-decoration: none;
  color: black;
  border-bottom: none;
}

.anl_deelnemers a:hover {
  text-decoration: none;
  color: var(--tli-blue-light);
}

.anl_deelnemers .icoon {
  position: absolute;
  left: 10px;
  font-size: 40px;
  color: var(--tli-blue-light);
}

@media (max-width: 767px) {
  .anl_deelnemers {
    margin-left: inherit;
    margin-top: 20px;
  }
  .mod-custom.custom>ul {
    columns: 1;
  }
  
}



/* Navbar en submenu */
.nav li a {
  display: inline-block;
  text-decoration: none;
}
.nav li a ul, .nav .deeper ul {
  /* display: none; */
  color: #fff;
}

/* .dropdown-toggle::after {

} */


.form-archieven {
  /* margin-left: 15%; */
  margin-left: 0;
}

ul .nav-child {
  display: none;
  background: var(--bg);
}

ul .nav-child a {
  color: white;
}





@media only screen and (max-width:1140px) {

  .zoeken-wrapper {
    justify-content: center;
  }

  .menus .submenu .bronnen-active {
    top: 140px;   
  }

  .menuopen .menus .submenu .bronnen-active {
    top: -60px;   
  }

  .page-wrapper {
    height: 190px;
  }

  .homepage-title h2{
    padding-left: 0;
  }

  .homepage-text {
    padding: inherit inherit inherit 0;
  }


}

@media only screen and (max-width:1000px) {

	/*menus*/

  .mainmenu, .submenu {
		display:none;
	}

  
  
  .page-header .logo {
    left: calc(50vw - 255px);
    z-index: 10001;
  }

  .page-header .logo.overlay {
    /* left: calc(50vw - 255px); */
    z-index: 0;
  }

  .container.menu {    
    width: 100%;
    height: 130px;
    padding-left: 0;
    padding-right: 0;
    z-index: 1001;    
  }

  .page-header .langmenu {
    right: 30px;
    z-index: 1010;
  }

  .page-header .langmenu.overlay {
    /* right: 30px; */
    z-index: 0;
  }

  .mainmenu .menu {
    display: flex;
    flex-direction: column;    

  }

	body.menuopen .menu .mainmenu{
		display:block;
		position:relative;
		height: auto;
    width: 100%;		
		text-align:left;		
    background-color: var(--tli-blue-light);
    margin-top: 140px;
    margin-bottom: 0;
    padding-right: 0;
    z-index: 10010;
	}
  
  .mainmenu .menu {
    padding-bottom: 10px;
  }
  .mainmenu .menu li {
    padding: 0 5px 0 5px;

  }

  .mainmenu .menu>li a {
    border-bottom: solid thin var(--bg);
  }
  .mainmenu .menu li a.active {
    color: var(--tli-blue-dark)
  }

  
  .mainmenu .deeper .dropdown-menu {
    display: none;
    flex-direction: column;
   
  }
  .mainmenu .deeper.up .dropdown-menu {
    display: flex;
    flex-direction: column;
    margin: 5px 15px 5px 15px;
  }


  body.menuopen .menu .submenu {
    display: none;
    
  }

	body.menuopen .menus .mainmenu ul li {
		display: block;
		font-size: 25px;
		/* line-height: 40px; */
    line-height: 1.5;
	}

  .mainmenu .menu>li a, .submenu ul>li a {
    font-size: 18px;
    line-height: 1.5;
    color: black;
    height: 34.5px;
  }

	.hamburger {
		/* display: block; */
    display: flex;
    z-index: 100011;
    left: 15px;
	}

  .primer-overlay {
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10010;
  }

  .bgoverlay {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;    
    background: rgba(0,0,0,.5);
    z-index: 10010;
  }

  .mainmenu .menu .parent.dropdown>a::before {
    right: 5px;
  }

  .mainmenu .menu .parent.dropdown>a {
    background-position: 100% 50%;
  }

  .mainmenu .menu .parent.dropdown.up>a {
    background-position: 100% 50%;
    border-bottom-color: var(--tli-blue-light);
  }

  .mainmenu .menu .externe-link a {
    background-position: 100% 40%;
  }
  
  .mainmenu .menu>li a:hover, .submenu ul>li a:hover {
    color: var(--tli-text-grey);
    border-bottom: solid thin var(--bg);

 
}

  .mainmenu .menu>li ul>li a {  
    border-bottom-color: var(--tli-blue-light);
    border-width: thin;
  }

  .mainmenu .menu>li ul>li a:hover {
    color: var(--hover);
    border-bottom: solid thin var(--tli-blue-light);
    
  }



}


@media only screen and (max-width: 850px) {

  /* .zoek-input-style {
    width: 400px;
  } */

  .zoeken-home {
    margin: 30px auto;
    width: 500px;
  }

}

@media only screen and (max-width: 650px) {

  /* .page-header {
    padding: 0 10px 0 10px;
  } */

  .page-header .hamburger {
    
    top: 110px;
    right: auto;
    left: 18px;
    
  }

  .page-header .langmenu {
    right: 18px;
    top: 115px;
  }

  .page-header .logo {
    position: relative;
    width: 100%;
    padding: 0 10% 0 10%;
    left: auto;
  }

  .page-header .logo img {
    position: relative;
    width: 100%;
    height: auto!important;
    left: auto;
    
  }

  .logo .logo-text{
    color: var(--tli-blue-dark);
    font-size: 20px;
    margin-bottom: 10px;

  }


}






.page-footer .footer-menu .nav-child {
  display: none;

}

.page-footer .bronnen-active {
  display: block!important;
  list-style: none outside none;
  position: absolute!important;
  right: 20px;
  width: 200px!important;
  background-color: var(--bg);
  z-index: 1000;
  border: solid;
  border-color: var(--tli-blue-light);
  border-radius: 6px;
  top: -40px;
}

.page-footer .footer-menu .nav-child .bronnen-active a {
  display: inline-block;

}


.page-footer .footer-menu .dropdown-item {
  padding: 4px 4px;
}

.page-footer .footer-menu ul li a:hover {
	border-bottom:1px solid #a6d4bd;
}
.page-footer .footer-menu ul li.active a {
	border-bottom:1px solid #a6d4bd;
}

.anl_media {
  margin: 10px 10px;
  padding: 10px;
  border: solid thin var(--tli-blue-light);
  border-radius: 10px;
}

.anl_media p {
  text-align: center;
}
.zoekmetblokkenwrapper {
  display: flex;
  flex-direction: row;
}

.zoekmetblokkenwrapper .hs-field {
  display: inline-block;
}

.zoekmetblokkenwrapper .zoek-input-style {
  border: solid var(--tli-blue-light);
  border-right: none;
}

.zoekmetblokkenwrapper .zoekmetblokkenknop {
  display: inline-block;
}

.zoekmetblokkenblok {
  border: solid;
  border-color: var(--tli-blue-light);
  border-width: thin;
  /* margind- */


}

.hs-buttons {
  padding-bottom: 0;
}

#overige-blokken.hs-buttons {
  padding-top: 0!important;
}

.zig-knoppen-uitgebreid {
  margin: auto;
}
.bronnenmenu {
  display: none;
}

@media only screen and (max-width: 600px) {
  
  

  .zoekgedeelte .hs-field {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
  }

/* 
  .zoeken-home {
    margin: 30px auto;
    width: 90%;
  } */
  
  .zoekingang-outer {
    float: none!important;
    margin: auto!important;
  }

  .bronnen-active {
    position: absolute;
    display: block!important;
    top: 100px;
    background-color: var(--bg);
    width: 275px;
    left: 50px;
    color: white;
    border: solid;
    border-color: var(--tli-blue-light);
    border-radius: 6px;
    text-align: left;
    padding: 10px 0 10px 0;
  }

  /* .page-header .logo.overlay {
    left: 12px;
  } */
}

@media only screen and (max-width:500px) {

  
  /* .page-header .langmenu {    
    top: 95px;
  } */

  body.menuopen .menus .mainmenu {
		display:block;
		position:relative;
		/* height:100%; */
    width: 220px;

    right: auto;
		left: 0.5%;
		text-align:left;
		top:80px;
    background-color: #F9F8F6;
    border-color: rgba(166, 212, 189, 0.8);
    border-radius: 10px;
    border: solid;
    z-index: 100010;
	}

  .mainmenu .menu>li a {
    /* font-family: 'Playfair Display'; */
    font-size: 18px;
    line-height: 1.75;
  }

  .nieuws-items-header h2 {
    font-size: 110px;
  }

  .anl_media, .homepage-pic {
    max-width: 100%;
  }

  .page-wrapper {
    height: 80px;
  }

  .homepage-text {
    display: none;
  }

  .zoekgedeelte {
    top: 20px;
  }
  .hs-buttons {
    background-color: var(--tli-blue-light);
    padding-bottom: 5px;
    border: solid white;
    border-radius: 4px!important;
  }

  .hs-buttons .hs-button {    
    padding-top: 5px;
  }

  .page-footer .footer-logo {
    padding-top: 20px;
  }
  .page-footer .footer-bottom {
    height: auto;
  }

  .page-footer .footer-logo img {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }

  .page-footer .menu {
    justify-content: center;
  }

  .page-footer .banner-holder {
    display: flex;
    justify-content: center;
  }

  .footer-links {
    position: relative;
    text-align: left;
    left: 10px;
  }

  .mainmenu .menu .externe-link a {
    background-position: 100% 40%; 
  }

  .homepage-pic img {
    width: 100%;
  }
  
}

/* Skiplinks */
.skiplinks {
  position: absolute;
  z-index: 3000;
  top: 10px;
  left: 10px;
  width: 250px;
  
}

/* div .skiplinks {
  position: relative;
} */

.skiplinks>a {
  font-size: 1.265625rem;
  line-height: 0.9;
  width: auto;
  min-height: 44px;
  padding: .75rem 1rem;
  cursor: pointer;
  border: solid var(--tli-blue-light);
  border-style: dashed;
  position: relative;
  color: black;
  background-color: white;
  position: absolute;
  top: -100vh;
  left: -100vw;
  text-decoration: none;
  outline:none;
}

.skiplinks>a:focus {
  z-index: 3030;
  top: 80px;
  left: 0px
}

/* .skiplinks>a:focus::before {

} */

.skiplinks>a:hover {  
  text-decoration: underline;
  text-decoration-color: var(--tli-blue-dark);
  text-decoration-thickness: 3px;
}

.skiplinks>a:hover::before {
  border: 2px dashed transparent
}



.skiplinks>a:visited {
  color: black;
}

@media only screen and (max-width: 920px) and (max-height: 420px) {
/* mobiel landscape */
.bronnen-active {
  width: 450px;
  columns: 2 auto;
}

}


.blokkengroep {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  gap: 1rem;
  margin-top: 1em;  
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--tli-blue-light);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--tli-blue-light);
}

.accordion-button:focus {
  
  border-color: var(--tli-blue-light);
  box-shadow: 0 0 0 0.25rem var(--tli-blue-light);
  
}

.anl-beta {
  position: absolute;
  right: -75px;
  top: -75px;
  display: block;
  width: 150px;
  height: 150px;
  background-image: url('https://theologylibraryindonesia.org/templates/archieven2023/images/beta.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10000;
}


@media only screen and (max-width: 1290px) {
  .anl-beta {
    right: 0;
    top: -160px;    
  }

}

@media only screen and (max-width: 850px) {
  .anl-beta {
    right: 0;
    top: -260px;
    opacity: 0.8;
  }

}
  
@media (max-width: 500px) {
  .nav-link:focus-visible, .dropdown-item:focus-visible, .nav-link:focus, .dropdown-item:focus {
    outline: solid!important;
    border-radius: 4px;
    border-width: medium;
    margin: 2px;
    color: var(--tli-text-grey);
  }
}

.actions {
  display: none;
}
