/* additional style definitions for Toolkit Academische Vaardigheden */


/* begin definitiers lange titel */

div.acva-kop-tekst {
    font-size: 42px;
	font-weight: bold;
	color: #0077b3;
	margin-left: 35px;
	vertical-align: middle;
}

div.acva-kop-tekst-smallscreen {
    font-size: 30px;
	font-weight: bold;
	color: #0077b3;
	margin-left: 10px;
	margin-top: 20px;
	vertical-align: middle;
}

div.stitel {
	width: 100%;
	background-color: #66afd4;
	color: white;
	font-weight: bold;
	margin-top: 8px;
	padding-left: 12px;	
}

@media screen and (max-width: 991px) {
	div.stitel {
		font-size: 30px;
	}
	button.accordion {
		font-size: 1em;
	}
}
@media screen and (max-width: 500px) {
	div.stitel {
		font-size: 23px;
	}
}
/* einde definitiers lange titel */

h3 {
	font-size: 18px;
	margin-top: 1.4em;
}

a.page-internal {
	color: #007ab8;
	text-decoration: none;
}

a.page-internal:hover {text-decoration: underline;}

p.voorbeeld {
    margin-left: 47px;
    margin-right: 20px;
}

p.voorbeeld > span.vbnr {
    display: inline-block;
	float:left;
    margin-left: -54px;
	width: 54px;
	padding-left: 12px;
    text-align: left;
}
ol, ul {
	padding-left:1.25em;
}

ul {
	list-style-type: disc;
}

ul.larger_bullet li::marker {
		font-size: 1.3rem;
}


.negative-topmargin {
	margin-top: -1em;
}

.panel {
  padding: 8px 0 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

td {
	vertical-align: top;
}
	

.grey {
	color:#666666; 
}

img.voorbeeld {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: auto;
	padding-top:1rem;
}
.bijschrift {
	font-size: 85%;
	width: 100%;
	max-width:600px;
	margin:auto;
	padding-bottom:1rem;}
	
.titelbeschrijving {
	padding-left: 30px;
	text-indent: -30px;
}

div.vb-omkaderd {
	border: 2px solid #0077b3;
	padding-left:30px;
	padding-top:15px;
	margin-bottom:15px;
}

ol li { padding-left: 8px ;}
ol.sub {margin-left: 8px ;}

.breadcrumbs {
	font-style: italic;
	color: grey;
	margin-bottom: 8px;
}