/* CSS Document */
body {
	font-family: Avenir Next, "Courier New", monospace;
}
p {
	font-family: Avenir Next, "Courier New", monospace;
}
h1, h2, h3, h4 ,h5, h6 {
	font-family: Avenir Next Condensed, "Courier New", monospace;
	font-weight: 700;
	text-transform: uppercase;
	color:rgba(76,74,56,1.00);
}
.condensed {
	font-family: Avenir Next Condensed, "Courier New", monospace;
}
.platelet {
	font-family: Platelet, "Courier New", monospace!important;
}
.avenir-next {
	font-family: Avenir Next, "Courier New", monospace;
}
.avenir-next-condensed {
	font-family: Avenir Next Condensed, "Courier New", monospace;
}
.locatieDiv h3 {
	font-size: 2.25rem;
}
.fw-2 {
	font-weight: 200;
}
.fw-4 {
	font-weight: 400;
}

.fw-7 {
	font-weight: 700;
}
.fw-9 {
	font-weight: 900;
}
 a, a:visited {
	color:rgba(0,173,239,1.00)!important;
}

 a:hover, a:active {
	color:rgba(76,74,56,1.00)!important;
}

.tagline {
	color: #4d4b39;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.tagline .lead {
	font-family: Avenir Next Condensed;
	font-size: 1.4rem;
	font-weight: 600;
}
hr {
    border:none;
  border-top:4px dotted #4d4b39; 
	background-color: transparent;
	
}
/*----------COLORS-----------------*/
.darktext {
	color:rgba(76,74,56,1.00);
}
.bluetext {
	color:rgba(0,173,239,1.00);
}
.yellowtext {
	color:rgba(255,241,0,1.0);
}
.redtext {
	color: #d2232a;
}
.whitetext {
	color:rgba(255,255,255,1.00);
}
.blacktext {
	color:rgba(0,0,0,1.00);
}
.bgdark {
	background-color:rgba(76,74,56,1.00)!important;
}
.bgblue {
	background-color:rgba(0,173,239,1.00)!important;
}
.bgyellow {
	background-color:rgba(255,241,0,1.00)!important;
}
.zjfttitle h2 {
	font-size: 2rem;
	margin-bottom: 0px;
}
.rondjejazztext {
	font-family: Avenir Next Condensed, "Courier New", monospace;
	font-size: 4rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: .9;
}

.bezettingUl {
	padding-left: 0rem;
	display: block;
	clear:both;
	margin-bottom: .2rem;
	padding-bottom: 0rem;

}
.bezettingUl li {
	list-style: none;
	line-height: 1.2rem;
	
}
.bezettingUl li:nth-child(odd) {
	font-size: 1em;
	font-weight: 700;
	color:rgba(0,173,239,1.00);
	float: left;
	padding-right: .5rem;
	
}
.bezettingUl li:nth-child(even) {
	font-size: 1em;
	font-family: Avenir Next Condensed, "Courier New", monospace;
	font-weight: 700;
}
.opname {
	font-size: .8rem;
	font-weight: 500;
	color: rgba(76,74,56,1.00);
	   margin-bottom: 0rem;
}
.mainBorder {
    border-right: 1px dotted #4D4B39;
    border-left: 1px dotted #4D4B39;
}
.openingDiv h1 {
		font-size: 1.5rem 
	}
.paaltjeImg {
	max-height: 300px;
}
.kaartDiv {
	position: relative;
	background-color: #d4effc;
}
.floatingHeading {
	position: absolute;
	top: 0px;
	left: 0px;
}


.locatieLi {
    list-style: none;
    padding-left: 3rem;
	padding-top:1.5rem;
}
.locatieLi li:nth-child(odd) {
    position: relative;
	font-size: 1.4rem;
    padding-left: 50px;
	margin: 0rem;
}
.locatieLi li:nth-child(odd):before {
    content: '';
	
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url("../svg/RondjeJazz-logo-lichtblauw-open.svg");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.locatieLi li:nth-child(even) {
    position: relative;
	font-size: 1rem;
	color: #d2232a;
    padding-left: 35px;
	
}
.locatieLi li:nth-child(even):before {
    content: '';
	
    width: 21px;
    height: 21px;
    position: absolute;
    border-right-color: #d2232a;
	border-right-width:4px;
	border-right-style: dotted;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
	
}
.locatieLi a {
    text-decoration: none;	
}
.rodestipLi {
    list-style: none;
    padding-left: 3rem;
	padding-top:1.5rem;
	counter-reset: listStyle;
}
.rodestipLi li {
	counter-increment: listStyle;
    position: relative;
	font-size: 1.4rem;
    padding-left: 40px;
	padding-top:.2rem;
	padding-bottom:.2rem;
}
.rodestipLi li:before {
    content: counter(listStyle, upper-latin);
	color:#FFFFFF;
	font-size: 1.2rem;
	font-family: Avenir Next Condensed, "Courier New", monospace;
	font-weight: 700;
	padding-left: 10px;
    padding-top: 1px;
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url("../svg/cirkel-rood.svg");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.customLi {
    list-style: none;
    padding-left: 3rem;
	padding-top:1.5rem;
}
.customLi li {
    position: relative;
	font-size: 1.4rem;
    padding-left: 40px;
	padding-top:.2rem;
	padding-bottom:.2rem;
}
.customLi li:before {
    color:#FFFFFF;
	font-size: 1.2rem;
	font-family: Avenir Next Condensed, "Courier New", monospace;
	font-weight: 700;
	padding-left: 10px;
    padding-top: 1px;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.customLi li:nth-child(1):before {
    content: 'R';
    background-image: url("../svg/cirkel-zwart.svg");
}
.customLi li:nth-child(2):before {
    content: '';
    background-image: url("../svg/rustpunt.svg");
}
/* header met alfabet letter */
.bezienswaardighedenDiv {
    padding-left: 3rem;
	padding-top:1.5rem;
	counter-reset: h5Style;
}

.bezienswaardighedenDiv h5 {
    counter-increment: h5Style;
    position: relative;
    font-size: 1rem;
	color:#009fdb;
	text-transform: uppercase;
    padding-left: 40px;
    padding-top: .2rem;
    padding-bottom: 0px;
	margin-bottom:0px;
}
.bezienswaardighedenDiv p {
	padding-left: 20px;
}
.bezienswaardighedenDiv h5:before {
    content: counter(h5Style, upper-latin);
	color:#FFFFFF;
	font-size: 1.2rem;
	font-family: Avenir Next Condensed, "Courier New", monospace;
	font-weight: 700;
	padding-left: 10px;
    padding-top: 4px;
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url("../svg/cirkel-rood.svg");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media(max-width:767px) {
	.openingDiv h1 {
		font-size: 2.5rem 
	}
}
/* Small devices (tablets, 768px and up) */
@media(min-width:768px) {
	.rondjejazztext {
	font-size: 8rem;	
	}
	.openingDiv h1 {
		font-size: 3.5rem 
	}
}

/* Medium devices (desktops, 992px and up) */
@media(min-width:992px) {
	.zjfttitle h2 {
	font-size: 3rem;
	}
	.rondjejazztext {
	font-size: 12rem;	
	}
	.openingDiv h1 {
		font-size: 5.5rem;
		line-height: 5rem;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px) {
	.openingDiv h1 {
		font-size: 7.5rem;
		line-height: 7rem;
	}
}
.introDiv .lead{
	font-weight:400;
}
.geelDiv {
	background-color: #fff200;
}
.geelDiv h4, .bezienswaardighedenDiv h4 {
    font-variant: normal;
    text-transform: none;
}
/*----------SVG bi-----------------*/
.bi {
	display: inline-flex;
	align-self: center;
}

.bi svg, .bi img {
	height: .8em;
	width: .8em;
	fill: currentColor;
}

.bi.baseline svg, .bi img {
	top: .025em;
	position: relative;
}

.pattern-bg {
	background-image: url("../img/pattern.jpg");
	background-repeat: repeat;
}
/*----------AUDIO PLAYER-----------------*/

.player, .videoplayer {
	padding-bottom: 56.25%; 
	margin-bottom: 2rem;
	
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #ffffff;
	border-radius: 3px;
	border-bottom: 6px solid rgba(0,173,239,1.00);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .5);
	z-index: 1;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}
.player {
	min-height: 300px;
}
.videoplayer {
	min-height: 300px;
}
.videoInfoHolder {
	margin-bottom: 2rem;
	background-color: #ffffff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	z-index: 1;
}
.uitgelicht {
	position: relative;
	z-index:2;
    border-radius: 3px;
    border-bottom: 6px solid rgba(0,173,239,1.00);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 50%);
}
.noborderbottom {
	border-bottom: none;
}
@media(min-width:992px) {
	.noborderbottom {
		border-bottom: 6px solid rgba(0,173,239,1.00);
	}
}
.videoInfoHolder ul {
	padding-left: 0rem;
	margin-bottom: 0.5rem;
}
 .player iframe, .videoplayer iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.player:hover .mask, .videoplayer:hover .mask {
	background-color: rgba(255, 255, 255, .1);
	transition: all 1s;
}
.player .mask, .videoplayer .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .2);
	z-index: 2;
	transition: all 1s;
}
.player-info {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	list-style: none;
	color: #262626;
	transform: scale(1);
}
.video-info {
	list-style: none;
	color: #262626;
	transform: scale(1);
}
.player-info li, .video-info li {
	margin-bottom: 2px;
	line-height: 1.2rem;
}
.player-info li:nth-child(1), .video-info li:nth-child(1) {
	font-size: 1.2em;
	font-weight: 700;
	color:rgba(0,173,239,1.00);
}
.player-info li:nth-child(2), .video-info li:nth-child(2) {
	font-size: 1.5em;
	font-family: Avenir Next Condensed, "Courier New", monospace;
	font-weight: 700;
	text-transform: uppercase;
}
.player-info li:nth-child(3), .video-info li:nth-child(3) {
	font-size: 1.2em;
}
.player-info li:nth-child(4), .video-info li:nth-child(4) {
	font-size: .9em;
}
.player .info-two, .videoplayer .info-two {
	left: auto;
	right: 4.5%;
	z-index: 1;
	color: #f2f2f2; 
	opacity: 0;
}
.player .info-two	li:nth-child(3), .videoplayer .info-two	li:nth-child(3) {
	float: right;
}
.player .info-two	li:nth-child(4), .videoplayer .info-two	li:nth-child(4) {
	display: inline-block;
	float: right;
	clear: both;
}
.player .play-button {
	box-sizing: border-box;
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color:rgba(0,173,239,1.00);
	box-shadow: 0 8px 25px 6px rgba(0, 0, 0, .5);
	right: 20px;
	bottom: 90px;
	z-index: 5;
	cursor: pointer;
	transition: all 70ms;
	border: none;
}
.player .play-button:hover {
	width: 70px;
	height: 70px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .5);
	right: 25px;
	bottom: 95px;
	transition: all 70ms;
}
.player .play-button:focus {
	width: 70px;
	height: 70px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .5);
	right: 25px;
	bottom: 95px;
	transition: all 70ms;
}
.player .play-button .bi-play-fill {
	position: absolute;
	font-size: 2.1em;
	left: 52%;
	top: 50%;
	transform: translate(-48%, -50%);
	transition: all 70ms;
	color: #ffffff;
}
.player .play-button:hover .bi-play-fill {
	font-size: 1.5em;
	transition: all 70ms;
}
.player .play-button .bi-x-circle-fill {
	position: absolute;
	font-size: 1.6em;
	left: 50%;
	top: 49%;
	transform: translate(-50%, -51%);
	color: #ffffff;
}

.control-row {
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 130px;
	background-color: rgba(255,255,255,.9);
	overflow: hidden;
	z-index: 3;
}
.control-row .pause-button {
	box-sizing: border-box;	
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #f2f2f2;
	z-index: 5;
	cursor: pointer;
	border: none;
	transform: scale(0);
	display: none;
	animation: scale-animation .4s;
	animation-fill-mode: forwards;
	animation-delay: .3s;	
}

.control-row .pause-button .bi-pause-fill {
	position: absolute;
	font-size: 2.1em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .1s;
	color: #424242;
}
.control-row .pause-button .bi-play-fill {
	position: absolute;
	font-size: 2.1em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .1s;
	color: #424242;
}
.control-row .seek-field {
	bottom: 67px;
	left: 75px;
	width: 90%;
	z-index: 5;
	transform: scale(0);
	display: none;
	animation: scale-animation .4s;
	animation-fill-mode: forwards;
	animation-delay: .3s;
}



.control-row .volume-field {
	bottom: 67px;
	right: 280px;
	width: 90%;
	z-index: 5;
	transform: scale(0);
	display: none;
	animation: scale-animation .4s;
	animation-fill-mode: forwards;
	animation-delay: .3s;
}
.control-row .volume-icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	bottom: 58px;
	right: 300px;
	z-index: 5;
	font-size: 1.2em;
	display: none;
	transform: scale(0);
	animation: scale-animation .4s;
	animation-fill-mode: forwards;
	animation-delay: .3s;

}
.control-row .volume-icon .bi-volume-up {
	color: #FFFFFF;
}
.info-icon {
	color:rgba(0,173,239,1.00);
	font-size: .6em;
	display:inline-block;
	position:relative;
	top: -10px;
}
@keyframes scale-animation {
	0% {
		transform: scale(0);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

.waves-animation-one {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color:rgba(0,173,239,1.00);
	z-index: 0;
	left: 42.5%;
	bottom: 20%;
	transform: scale(0);
	animation: waves-animation-one .5s;
	animation-fill-mode: forwards;
	animation-delay: .3s;
	display: none;
}

@keyframes waves-animation-one {
	0% {
	transform: scale(1);
	}
	99% {
	transform: scale(12);
	}
	100% {
	transform: scale(12);
	}
}

.waves-animation-two {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color:rgba(0,173,239,1.00);
	z-index: 0;
	right: 40px;
	bottom: 35px;
	transform: scale(12);
	display: none;
	animation: waves-animation-two .2s;
	animation-fill-mode: forwards;
}

@keyframes waves-animation-two {
	to {
	transform: scale(0);
	}
}

.info-active {
	animation: info-active-animation 3s;
	animation-fill-mode: forwards;
	animation-delay: .37s;
	opacity: 0;
}

@keyframes info-active-animation {
	to {
	bottom: 56.5%;
	opacity: 1;
	}
}

.play-active {
	animation: play-animation .3s;
	animation-fill-mode: forwards;
}

@keyframes play-animation {
	0% {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	98% {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	transform: translate(-200px, 65px);
	}
	99% {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	transform: translate(-200px, 65px) scale(0);
	}
	100% {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	transform: translate(0, 65px) scale(1);
	}
}

.play-inactive {
	animation: play-inactive 1s;
	animation-fill-mode: forwards
}

@keyframes play-inactive {
	from {
	transform: translate(0, 65px);
	}
}

input:focus,
button:focus {
    outline: none;
}
input[type="range"] {
	-webkit-appearance: none;
	width: 100%;
	
	top: 50%;
	transform: translateY(-50%);
}

input[type="range"]:focus {
	outline: none;
}

input[type="range"] + .thumb {
	display: none;
}

input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
	background: #f2f2f2;
	border-radius: 0;
	border: 0px solid #000101;
}

input[type="range"]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
	border: 0px solid transparent;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background: rgba(255,241,0,1.00);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}



input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #f2f2f2;
}

input[type="range"]::-moz-range-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
	background: #f2f2f2;
	border-radius: 0;
	border: 0px solid #000101;
}

input[type="range"]::-moz-range-thumb {
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
	border: 0px solid transparent;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background: rgba(255,241,0,1.00);
	cursor: pointer;
}

input[type="range"]::-ms-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 39px 0;
	color: transparent;
	padding-top: 5px;
}

input[type="range"]::-ms-fill-lower {
	background: #f2f2f2;
	border: 0px solid transparent;
	border-radius: 0;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
}

input[type="range"]::-ms-fill-upper {
	background: #f2f2f2;
	border: 0px solid transparent;
	border-radius: 0px;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
}

input[type="range"]::-ms-thumb {
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
	border: 0px solid transparent;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background: rgba(0,173,239,1.00);
	cursor: pointer;
	margin-top: 1px;
}

input[type="range"]::-ms-tooltip {
	display: none;
}

input[type="range"]::-ms-ticks {
	display: none;
}

input[type="range"]:focus::-ms-fill-lower {
	background: #f2f2f2;
}

input[type="range"]:focus::-ms-fill-upper {
	background: #f2f2f2;
}