@charset "UTF-8";
* {box-sizing:border-box}

/* css voor slider */
.myslides {
	display:none
/* einde */
		
/* css voor animaties: https://animate.style/ */
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
#current{
color:#000000;
}

#foto01, #foto02 {
border-radius: 12px;
margin: 10px 0px 10px 0px;
width: 100%;
max-width: 600px;
}

#frank { /*naamlogo*/
margin: 28px 20px 20px 20px;
max-width: 780px;
}

#homecovers {
padding-top: 140px;
padding-bottom: 60px;
}
.cursief {
font-style: italic;
}

.copyright {
font-family: 'Open Sans', sans-serif; font-size: 0.8em; padding:0px 0px 0px 0px; margin: 0px; text-align: center;
}

body {
padding: 0px;
margin: 0px
}
.cl-effect-1 { position:relative}
.cl-effect-1 a::before,
.cl-effect-1 a::after {

	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
hr {
border: 1px dotted rgba(0,0,0,1.00);
width: 94%;
border-radius: 0px;
}

.zoomhover {
overflow: hidden;
}

.zoomhover img {
transition: transform .5s ease;
}

.zoomhover :hover img {
transform: scale(1.1);
}

.minicover {
height: 160px;
opacity: 0.5;
transition: 0.3s;
}

.minicover:hover {
opacity: 1;
transition: 0.3s;
}

.coverblok {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
padding: 0px 20px 0px 20px;
margin-top:100px;
}

.homecoverblok {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
gap: 20px;
padding: 0px 0px 0px 0px
}

.homecover {
object-fit: cover;
height: 150px;
width: auto;
overflow: hidden;
}

.homecover img{
transition: transform .5s ease;
object-fit: cover;
}

.homecover:hover img {
transform: scale(1.1);
}


.homecoverbig {
object-fit: cover;
height: 304px;
width: auto;
overflow: hidden;
}

.homecoverbig img{
transition: transform .5s ease;
object-fit: cover;
}

.homecoverbig:hover img {
transform: scale(1.1);
}

.button {
  display: inline-block;
  border-radius: 12px;
  background-color: rgba(118,118,118,1.00);
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 14px;
  width: 140px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 4px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}

.button:hover span {
  padding-right: 25px;

}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.form {
width: 100%;
background-color: #F5F0E6;
margin-top: 10px;
min-height: 40px;
border-style: solid;
border-color: rgba(205,105,65,1.00);
border-width: 1px;
border-radius: 4px;
}

.form textarea{
width: 100%;
min-height: 80px;
}

.form:hover {
background-color: #FFFFFF;
}

.formulier {
font-family: 'Open Sans', sans-serif; font-size: 1em; font-weight: 400; color:black; line-height: 1.4;
padding-left: 0px; padding:0px; margin: 0px;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}



.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);

}
.footer {
display: block; bottom: 0; heigth: 20px; position: fixed; width: 100%; background-color: white; padding:8px
}

.pdf{
height: 60px;
transition: transform .2s ease;
transform: scale(1.1);
margin-bottom: 10px;
}
.indent {
display:block;
text-indent: 2em;
}
.cover3d {
width: 100%;
}

.pdf:hover {
transform: scale(1.2);
}
.slideInDown {
animation-name: slideInDown
}
.vetoranje {
font-weight: 600;
color: rgba(205,105,65,1.00)
}

.scrollmargin {
scroll-margin-top: 204px;
scroll-snap-align: start none;
}

.gallery {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
flex-shrink: 1;
flex-grow: 1;
justify-content: flex-start;
align-items:stretch;
text-align: center;
margin: 0px 0px 30px 0px;
padding:0px 40px 0px 40px;
gap:20px;
width:100%;
}

.thumbnail {
/*box-sizing: border-box;*/
width: 100%;
border-style: solid;
object-fit: contain;
aspect-ratio: 1 / 1;
overflow: hidden;
border-color:  rgba(246,185,0,1.00);
padding: 24px

}

.thumbnail img {
}

.full {
overflow: hidden;
border-style: solid;
border-color:  rgba(246,185,0,1.00);
border-width: 2px;
border-radius: 10px;


}
.full:hover {
border-color:  rgba(246,185,0,1.00);
}
.full img{
height: 100%;
background-size: cover;
transition: transform .5s ease;
transform: scale(1.1);
overflow: hidden;

}
.full:hover img {
transform: scale(1.2);
}

.thumbnail:hover {
border-color:rgba(246,185,0,1.00);
transition: ease-in-out .3s;

}


.alignself {
	align-self: flex-start; width:100%;
}

.gallery2col {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			flex-grow:1;
			flex-shrink: 1;
			justify-content: space-between;
			align-items:flex-end;
			text-align: center;
			margin:0;
			padding: 0px 0px 0px 0px;
			gap:0px;
			width: 100%;
        }

.mp3 {
width: 100%;
text-align: center;
margin: 60px 0px 0px 0px;

	
}

.portret {
float: left ; margin-right: 20px ; padding-bottom: 10px ; width: 400px
}
.thumb {
	display: flex;
	flex-basis: 50%;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow:1;
	flex-shrink:1;
	margin:0;
	padding:0;
	width:auto
}
.wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 40px;
	margin: 0px;

}
.leesvoorbeeld img{
width: 120px;
height: auto;
margin: 0px 0px 0px 30px;

}
.level2 {
 display: flex; flex-wrap: nowrap; flex-direction: row; margin-bottom:0px; margin-top:0px; justify-content:flex-start; gap:20px; width: 100%;
}

.level2full {
display: flex; flex-wrap: wrap; margin-bottom: 0px; width:100%; background-color: white ; margin-top: 0px
}

	
.titelcontainer {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 100%;

}
.titelcontainer img {

}
.small {
width:300px;
height:auto;
float: left;
padding-right:30px;
padding-bottom: 20px;
}


.medium {
width:100%;
float: left;
padding-right:0px;
padding-bottom: 30px;
}

.thumb100 {
width:100%;
height:auto;
padding-right:0px;
padding-bottom: 20px;
}	
	
.large {
width:800px;
height:auto;
float: left;
padding-right: 30px;
padding-bottom: 0px;
}
	
.full {
width: 100%;
height: auto;

}

.fullpadding {
width:100%;
height:auto;
padding: 20px 0px 10px 0px;
}

.floatright {
width:450px;
float: right;
padding:20px;
}


.ulvertical {
display: flex;
width:50%;
line-height: 2;
flex-direction: row;
flex-wrap: nowrap;
}

.naviblok {
display: flex; flex-direction: row; width:100%; flex-wrap: wrap; justify-content: space-between; padding:0;
}

.navbalk {
display: flex; flex-direction: row; width:100%; flex-wrap: wrap; justify-content: center; padding: 10px 0px 40px 0px ;  box-sizing: border-box;
}

.navipluslogo {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content:flex-start;
width: 100%;
padding: 10px 20px 10px 20px;

}

.block {
display:block
}


.intertext {
display: flex; flex-wrap: wrap; margin-bottom: 0px; margin-top: 0px; width:100%;
}

.artikel {
width:50%;
padding-bottom:20px;
border-style: solid;
border-color:  #4db4d2;
border-width: 0px 0px 0px 0px
}

.artikelvertical {
display:flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items:center;
width:50%;
padding-bottom:30px;
padding-top:30px;

border-style: solid;
border-color:  #4db4d2;
border-width: 0px 0px 0px 0px
}

.volartikel {
width:100%;
padding-bottom:20px;
border-style: solid;
border-color:  #4db4d2;
border-width: 0px 0px 0px 0px;
margin-left:0%;
margin-right:0%;
}

.artikel20 {
width:36%;
padding: 0px 0px 0px 0px;
margin:0px;
}

.artikel202col {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: flex-start;
column-count: 2;
width:30%;
padding:20px;
border-style: solid;
border-color:  #4db4d2;
border-width: 0px 0px 0px 0px;
margin:0
}

.artikel80 {
width:64%;
padding-bottom:40px;
margin-left:0%;
margin-right:0%;
}
.p1_center {
font-family: 'Open Sans', sans-serif;
font-weight: 300; font-style: normal; font-size: 1.0em;
text-align: center;
color: black; line-height: 1.6;
}

.p1 {
font-family: 'Open Sans', sans-serif;
font-weight: 300; font-style: normal; 
font-size: 1em; line-height: 1.5em;
color: black;
/*font-variation-settings: "wdth" 100; */
padding-left: 30px; padding-right:30px;

}
.p1 a:link {
  text-decoration: none; color: rgba(118,118,118,1.00); font-style: normal
}

.p1 a:visited {
  text-decoration: none; color: inherit; font-style: normal
}

.p1 a:hover {
  text-decoration: none; color: #000000; font-style: normal
}

.p1 a:active {
 text-decoration: none; color: inherit; font-style: normal
}

a:link {
text-decoration: none;
color:inherit
}
a:visited {
text-decoration: none;
color:inherit
}
a:hover {
text-decoration: none;
color:inherit
}
a:active {
text-decoration: none;
color:inherit
}

.vetkleur2 {
font-weight: 600; color:rgba(108,108,108,1.00);
}


.artists {
font-family: 'Open Sans', sans-serif; font-size: 0.9em; font-weight: 400; color:rgba(118,118,118,1.00); line-height: 1.4;
padding-left: 30px; padding-right:30px; 
}
.artists a:hover {
	color: #4db4d2
}
.titel {
font-size: 2em; hyphens: none; line-height: 0.6;
font-family: 'Open Sans', sans-serif; font-weight: 600; padding-top:20px; padding-left:40px; padding-right:40px; color:rgba(118,118,118,1.00)
}

.boektitel {
font-family: 'Open Sans', sans-serif;
font-size: 1.4em; hyphens: none; line-height: 1.2;
font-weight: 400; padding-top:0px; padding-left:30px; padding-right:30px; color:rgba(118,118,118,1.00)
}

.gallerytitel {
font-size: 1.3em;
line-height: 1.0em;
font-family: 'Open Sans', sans-serif; font-weight: 600; padding-top:0px; padding-left:40px; padding-right:40px; color:black; margin-top: 0px;
}

.titelkleur2 {
color:#CBF2F5;
}
.data {
font-family: 'Open Sans', sans-serif; font-size: 1.1em; font-weight: 600;
color: #CBF2F5; line-height: 1.4;
padding-left: 30px; padding-right:30px;
}

.kleur2 {
color:#4db4d2
}

.navigation {
display: flex;
flex-wrap: wrap;
flex-direction: row;

}

.nav-link{
font-family: 'Open Sans', sans-serif;
letter-spacing: 5px;
color: rgba(118,118,118,1.00);
font-size: 1.6em; font-weight: 300;
line-height: 1.0;
text-align: center;
height: 100%
}


.nav-link:hover {
color: black;
}
.nav-link:active {
color: black
}
.nav-link:focus {
text-decoration: none;
color:black;
}
#balk .nav-link:active {
color: black;
}
ul {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 40px;
	list-style-type: none;
	padding: 0;
	color: rgba(118,118,118,1.00)
}

.kleur3 {
color:#B55509;
}

.hamburger {
width: 30px;
transition: transform .2s ease-in-out;
}

.hamburger:hover {
transform:rotate(90deg);
}
/* navbar css*/

.wrap-collabsible {
  margin-bottom: 1.2rem 0;
display:none
}

input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
display: flex;
width:100%;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
cursor: pointer;
transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
  color: #09283a;
	transform: rotate(180)
}

.lbl-toggle::before {
  display: flex;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);
  transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {

}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 100vh;
}

.toggle:checked + .lbl-toggle {

}

.content-inner {

/* accordion navbar css*/
	}

.accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}

/*
 Styling
*/

.accordion {
	margin-bottom: 1em;
	display: none
}

.accordion > input[type="checkbox"]:checked ~ .content {

}

.accordion .handle {

}

.accordion label {
  cursor: pointer;
}


.accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "";
}
.website {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-style: normal; font-size: 0.8em;
line-height: 1.6;
padding:0;
text-align: center;
margin:10px;
}
.website a:link {
  text-decoration: none; font-style: normal
}

.website a:visited {
  text-decoration: none; color: inherit; font-style: normal
}

.website a:hover {
  text-decoration: none; color: rgba(0,0,0,1.00); 
}

.website a:active {
  text-decoration: none; color: inherit; font-style: normal
}
.covertekst {
font-family: 'Open Sans', sans-serif;
font-size: 1.0em; font-weight: 300;
text-align: center;
color: black; line-height: 1.6;
margin: 30px 0px 0px 20px
}

.covertekst a:link{
font-weight: 600;
color: rgba(118,118,118,1.00)

}

.cover {
margin-bottom: 10px
}

.active {
color: black
}

@media (min-width: 1920px){

.artikel20 {
width:30%;
}

.cover {
margin: 0px 0px 10px 0px
}
	
.portret {
float: left ; margin-right: 20px ; padding-bottom: 10px ; width: 200px
}
.artikel202col {
width:40%;
flex-flow: row;
column-count: 2;
column-gap: 20px
}

.nav-link{
font-size: 1.4em; line-height: 120%;
}
	
.artists {
font-size: 1.1em; line-height: 1.5;
}
	
.data {
font-size: 1.3em;
line-height: 1.5;
}
	
.p1 {
}
	
.artikelvertical {
display:flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
width:50%;
padding-bottom:30px;
padding-top:30px;
border-style: solid;
border-color:  #4db4d2;
border-width: 0px 0px 0px 0px
}
	
.wrapper {
width:60%;
max-width: 1600px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
padding-bottom: 0px;
}

.level2full {
display: flex; flex-wrap: nowrap; width: 100%; background-color: white; margin-bottom: 0px; padding:0px ; 
}

.level2 {
 display: flex; flex-wrap: nowrap; flex-direction: row; margin-bottom:0px; justify-content:flex-start; gap:20px; padding: 0px;
}

.navipluslogo {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:flex-start;
	width: 100%;
	max-width:1600px;
	margin: 0% 20% 0% 20%;
}

.logocontainer {
	padding-top:20px;
	}

.volartikel {
width:100%;
padding-bottom:20px;
border-style: solid;
border-color: #4db4d2;
border-width: 0px 0px 0px 0px;
}

.footer {
}
}
@media (min-width: 1401px) and (max-width: 1919px){


.nav-link{
font-size: 1em;
}
.portret {
float: left ; margin-right: 20px ; padding-bottom: 10px ; width: 140px
}
.artikel20 {
width:30%;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
padding-left:0px;
padding-right:0px;
	}
	
.artikelvertical {
display:flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
width:100%;
padding-bottom:30px;
padding-top:30px;


border-style: solid;
border-color:  #4db4d2;
border-width: 0px 0px 0px 0px
}
	
.wrapper {
width:60%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}

.level2 {
 display: flex; flex-wrap: nowrap; flex-direction: row; margin-bottom:0px; padding:0px; justify-content:flex-start; gap:20px;
}

.level2full {
display: flex; flex-wrap: wrap; width: 100%; padding-bottom:0px; margin-bottom:20px;
}

.navipluslogo {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:flex-start;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin: 0% 20% 0% 20%;
}

.footer {
}
}
@media (min-width:845px) and (max-width:1400px){

body {
}
	
#foto01 , #foto02 {

}
.cover3d {
width: 80%;
}
	
.nav-link{
font-size: 1em;
}
.portret {
float: left ; margin-right: 20px ; padding-bottom: 10px ; width: 140px
}
	
.artikelvertical {
display:flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
width:100%;
padding-bottom:30px;
padding-top:30px;


border-style: solid;
border-color:  #4db4d2;
border-width: 0px 0px 0px 0px
}

.gallery2col {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-around;
			align-items:flex-end;
			margin-top:15px;
			margin-left:0px;
			margin-right:0px;
			margin-bottom:0px;
			padding:0px;
			gap:15px;
			width: 100%;
				
        }
.wrapper {
width:84%;
display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center; 

		
}
	
.navipluslogo {
padding-top: 30px;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
justify-content:flex-start;
font-family: 'Open Sans', sans-serif; font-weight: 400;
margin: 0px;
width: 84%
}

.navigation {
display: flex;
justify-content: center;
flex-direction: column;
width:100%


}

.small {
width:300px;
height:auto;
float: left;
padding-right:0px;
padding-bottom: 30px;
}

.medium {
width:100%;
height:auto;
float: left;
padding-right:0px;
padding-bottom: 30px;
}
	
.artikel20 {
column-gap: 0px;
width:100%;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
padding-left:40px;
padding-right:40px;
	}
	
.artikel202col {
width:100%;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
padding-left:30px;
padding-right:30px;
	}

.artikel80 {
width:100%;
padding-bottom:20px;
border-style: solid;
border-color:  #4db4d2;
border-width: 0px 0px 0px 0px;
margin-left:0%;
margin-right:0%;
}
	
.large {
width:100%;
height:auto;
float: left;
padding-right:0px;
padding-bottom: 30px;
}
	
.floatright {
width:100%;
float: right;
padding:20px 0px 20px 0px;

}
	
.level2 {
display: flex; flex-wrap: wrap;  padding:0px; margin: 0px; 
}
	
.level2full {
display: flex; flex-wrap: wrap; width: 100%; padding:0px; margin: 0px;
}

.footer {
}

.intertext {
display: flex; flex-wrap: wrap; margin-bottom: 0px; margin-top: 0px; width:100%;
}
	
	
.naviblok {
display: flex; flex-wrap: wrap; width: 100%; justify-content: center; padding:0px; margin: 0px;
}
	
	
.navbalk {
display: flex; flex-wrap: wrap; width: 100%; justify-content: center; padding:10px 0px 0px 0px ; margin: 0px 0px 0px 0px; 

}
	
.logocontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	padding-bottom:40px;
	padding-top:0px;

	width:100%
	}
	
.titelcontainer {
	width:100%;
	justify-content: center;
	padding-bottom:0px;
	padding-top:0px;


}


.p1 {
}

.wrap-collabsible {
margin-bottom: 1.2rem 0;
display:none
}

.ulvertical {
	display: flex;
	justify-content: center;
	width: 100%;
	line-height: 120%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 60px;
	flex-direction: row;
	flex-wrap: nowrap;
	
}
.artikel {
	width:100%;
	padding-right:0px;
	padding-bottom:0px;
}

.cover {
max-width: 400px;
margin: 0px 0px 10px 0px;
}
	
.volartikel {
width:100%;
padding-bottom:20px;
border-style: solid;
border-color:  #4db4d2;
border-width: 0px 0px 0px 0px;
margin-left:0%;
margin-right:0%;
}
}
@media (max-width: 844px){

body {
}

.button {
  display: inline-block;
  border-radius: 12px;
  background-color: rgba(118,118,118,1.00);
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 100px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 4px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.3s;
}

.button:hover span {
  padding-right: 20px;

}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.leesvoorbeeld img{
width: 100px;
height: auto;
margin: 0px 0px 0px 20px;
}

.form {
width: 100%;
}

.form textarea{
width: 100%;
}

.cover {
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 0px;
max-width: 300px;
}

.covertekst {
font-size: 0.8em;
margin: 10px 0px 0px 0px;}
	
.boektitel {
font-size: 1.4em;
padding-left:20px; padding-right:20px; padding-top:0px;
margin-top: 0px;
line-height: 1.2em
}	

.pdf {
height: 40px;
margin-bottom: 0px;
}

.website {
font-size: 0.6em;
margin:6px;
}
	

.nav-link {
font-size: 1em;
}
	
ul {
width: 100%;
gap: 10px;
flex-direction: column;
flex-wrap: nowrap;
text-align: center;
justify-content: center;
	
}
.portret {
float: left ; margin-right: 20px ; padding-bottom: 10px ; width: 100px
}
	
.artikelvertical {
display:flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
width:100%;
padding-bottom:30px;
padding-top:30px;

}
	
.artikel202col {
width:100%;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
padding-left:30px;
padding-right:30px;
	}

.gallery {
flex-direction: column;
width:80%;
margin-left: 10%;
margin-right: 10%;
}
.gallery2col {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-around;
			align-items:flex-end;
			margin-top:15px;
			margin-left:0px;
			margin-right:0px;
			margin-bottom:0px;
			padding:0px;
			gap:10px;
			width: 100%;
}
	
.gallerytitel {
display: block;
line-height: 1em;
text-align: left;
text-indent: 0;
font-size: 1.3em;
padding-left: 30px;
padding-right: 30px;
padding-top: 0px;
margin-top: 0px;
	}	
	
.artikel20 {
width:100%;
padding:0px 20px 20px 20px;
margin:0px 0px 0px 0px;
}

.artikel80 {
width:100%;
padding-bottom:20px;
margin-left:0%;
margin-right:0%;
}

.wrapper {
width:94%;
flex-wrap:wrap;
flex-direction: column;

}
.panter {
	width:20vw;
}
.beeld {
	width:100%;
	padding-right:0px;
	padding-bottom:20px;
	
}
.artikel {
	width:100%;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:10px;
}

.small {
width:100%;
padding-bottom: 30px;
padding-right: 0px
}
	
.medium {
width:100%;
height:auto;
float: left;
padding-right: 0px;
padding-bottom: 30px
}	
	
.large {
width:100%;
height:auto;
float: left;
padding-right: 0px;
padding-bottom: 30px
}	
	
.p1 {
font-size: 0.9em;
padding-left: 20px; padding-right:20px;
}

.p1_center {
font-size: 0.8em;
line-height: 1.4;
}	
	
	
.titel {
hyphens:none;
font-family: 'Open Sans', sans-serif; font-style: normal; font-size: 1.8em; padding-left:30px; padding-right:30px; line-height: 1.2em;
}
	
.navipluslogo {
padding-top: 10px;
margin:0px;
width:94%;
text-align: center;
display: flex;
justify-content: center;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
align-self:center

}
	
.logocontainer {
display: flex;
width:100;
flex-direction: column;
align-items: center;
padding-left:0px;
padding-right:0px;
padding-bottom: 0px;

}

.naviblok {
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
flex-direction: row;
padding:0px

}

.navbalk {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
flex-direction: column;
padding: 10px 0px 0px 0px;
margin: 0px;




}
.ulvertical {
display: flex;
justify-content: center;
width:100%;
line-height: 0.5;
padding-right:0px;
padding-left:0px;
padding-bottom:30px;
flex-direction: column;
flex-wrap: nowrap;

}
.level2 {
padding-right:0px;
padding-left:0px;
padding-bottom:0px;
width:100%;
flex-wrap:nowrap;
flex-direction: column;
margin-bottom:0px;

}
.level2full {
padding-right:0px;
padding-left:0px;
padding-bottom:0px;
width:100%;
flex-wrap:nowrap;
flex-direction: column;
margin-bottom:0px;
}

	
.footer {
}

.intertext {
display: flex; flex-wrap: wrap; margin-bottom: 0px; margin-top: 0px; width:100%;
}	
	
.hamburger:hover {
fill:#000000
	
}
.collapsible-content {
max-height:500px;
transition: max-height .25s ease-in-out;
display:block;
padding:0
	
}

.wrap-collabsible {
padding:0;
display:flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
}
	
.titelcontainer {
display: flex;
flex-wrap: wrap;
width:100%;
justify-content: center;
padding:0px;
margin: 0px;
}
	
.accordion {
	margin-bottom: 0em;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
	}

#homecovers {
padding-top: 40px;
flex-wrap: wrap;
}

.coverblok {
margin-top:40px;
}
	
.homecoverblok {
line-height: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
padding: 0px 0px 0px 0px;
margin: 0px	0px 10px 0px}

.homecover {
width: 75px;
height: auto;
margin: 0px 0px 0px 0px;
}

.homecover img{
transition: transform .5s ease;
padding: 0px;
margin: 0px;
}

.homecover:hover img {
transform: scale(1.1);
}


.homecoverbig {

width: 160px;
height: auto;
margin: 0px;
padding: 0px
}

.homecoverbig img{
transition: transform .5s ease;
}

.homecoverbig:hover img {
transform: scale(1.1);
}
}