/* ----------------- headerburger ---------------- */



:root {
	--main-color: #FFD1EC;
	--inversed-main-color: #000;
	--inversed-main-color-oposite: #fff
}

.skeleton {
	background: #e5e5e5;
	position: relative;
	overflow: hidden
}

.skeleton::after {
	content: "";
	background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%) 0 0/200% 100%;
	animation: 2s linear infinite shine;
	position: absolute;
	inset: 0
}

@keyframes shine {
	0% {
		background-position: 200% 0
	}

	to {
		background-position: -200% 0
	}
}

*,
::before,
::after {
	box-sizing: border-box
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
section,
video {
	font-size: 100%;
	font: inherit;
	color: #ffffff;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	border: 0;
	margin: 0;
	padding: 0
}

nav {
	font-size: 100%;
	font: inherit;
	color: #ffffff;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	border: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	display: block;
}

@media screen and (max-width:768px) {
nav {
	margin-left: 0px;
	margin-right: 0px;
}
}

@media screen and (max-width:1200px) {
nav {
	margin-left: 0px;
	margin-right: 0px;
}
}

footer,
header,
section,
main {
	display: block
}

html.burger-open {
	overflow: hidden
}

body {
	width: 100vw;
	line-height: 1
}

@media screen and (max-width:1350px) {
	body {
		overflow-x: hidden
	}
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input {
	-webkit-appearance: none;
	border-radius: 0
}

strong {
	font-weight: 700
}

a {
	color: inherit;
	text-decoration: none
}


html {
	scroll-behavior: smooth;
	overflow-x: hidden
}

body {
	-webkit-font-smoothing: antialiased;
	background: #444;
	margin: 95px 0 0;
	font-family: 'Inter', sans-serif;
	font-size: 16px
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

main {
	position: relative
}



.header {
	z-index: 100;
	border-bottom: 5px solid #E62294;
	background-color: #000000;
	flex-direction: row;
	width: 100%;
	height: 95px;
	transition: border-color .15s ease-in-out;
	display: flex;
	position: fixed;
	top: 0
}

.header__burger-toggle {
	cursor: pointer;
	background-color: #E62294;
	border: none;
	height: 100%;
	padding: 20px;
	transition: background-color .15s ease-in-out
}

@media screen and (max-width:700px) {
	.header__burger-toggle {
		padding: 15px
	}
}

@media screen and (max-width:380px) {
	.header__burger-toggle {
		padding: 8px
	}
}

.header__burger-toggle svg {
	max-width: 42px
}

.header__burger-close svg {
	max-width: 42px;
	margin-top: 15px;
}

.header__burger-close img {
	max-width: 42px;
	margin-top: 15px;
}

@media screen and (max-width:700px) {
.header__burger-close img {
	max-width: 42px;
	margin-top: 15px;
}
}

.header__logo {
	justify-self: flex-end;
	height: 100%
}

@media screen and (max-width:900px) {
	.header__logo {
		width: 0
	}
}

.header__logo img {
	object-fit: contain;
	object-position: center;
	padding: 15px
}

.header__nolink {
	color: #fff;
	text-transform: none;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 25px;
	font-family: 'Fira Mono', 'Roobert TRIAL', monospace;
	font-size: 1.25rem;
	text-decoration: none;
	display: flex
}

.header__nolink:hover {
        color: #FF38AC;
        }

@media screen and (max-width:1400px) {
	.header__nolink {
		padding: 0 15px;
		font-size: 1rem;
	}
}


.burger {
	z-index: -1;
	transition: z-index .35s;
	position: fixed;
	inset: 95px 0 0
}

.burger__overlay {
	opacity: 0;
	cursor: pointer;
	background-color: #fff;
	width: 100%;
	height: 100%;
	transition: opacity .25s ease-in-out;
	pointer-events: none; /* standaard niet klikbaar */

}

.burger__heading {
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 21px;
	font-family: 'Inter', sans-serif;
	font-size: 1.3rem;
	color: #000000;
}

@media (min-width: 566px) and (max-width: 1290px) {
	.burger__heading {
		font-size: 1.1rem
	}
}

@media (max-width: 565px) {
	.burger__heading {
		font-size: 1.1rem
	}
}

.burger__heading svg {
	vertical-align: top
}

.burger__heading__sub {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: .9rem;
	font-family: 'Inter', sans-serif;
	line-height: 1rem;
	color: #000000;	
}

@media screen and (max-width:910px) {
	.burger__heading__sub {
		font-size: .8rem
	}
}


.burger__2ndheading {
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 21px;
	font-family: 'Inter', sans-serif;
	font-size: 1.3rem;
	color: #000000;
}

@media (min-width: 566px) and (max-width: 1290px) {
	.burger__2ndheading {
		font-size: 1.1rem
	}
}

@media (max-width: 565px) {
	.burger__2ndheading {
		font-size: 1.1rem
	}
}

.burger__2ndheading svg {
	vertical-align: top
}

.burger__2ndheading__sub {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: .9rem;
	font-family: 'Inter', sans-serif;
	line-height: 1rem;
	color: #000000;	
}

@media screen and (max-width:910px) {
	.burger__2ndheading__sub {
		font-size: .8rem
	}
}

.burger__box {
	opacity: 0;
	background-color: #FFD1EC;
	flex-direction: row;
	width: 380px;
	height: auto;
	max-height: calc(100dvh - 95px);
	transition: transform .35s ease-in-out, opacity .25s ease-in-out;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-100%);
	box-shadow: 24px 25px 70px -13px #222
}

@media screen and (max-width:565px) {
.burger__box {
width: 300px;
}
}


.burger__box__sidebar {
	border-right: 1px dashed #000;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 70px;
	display: flex;
}

@media screen and (max-width:565px) {
	.burger__box__sidebar {
		width: 55px;
	}
}

.burger__box__sidebar button {
	cursor: pointer;
	background: 0 0;
	border: none;
}

@media screen and (max-width:910px) {
	.burger__box__sidebar button {
		width: 3.5rem;
	}
}

@media screen and (max-width:565px) {
	.burger__box__sidebar button {
		width: 3rem;
	}
}

.burger__box__sidebar p {
	white-space: nowrap;
	transform-origin: 0;
	font-size: 1.4rem;
	transform: translate(50%)rotate(-90deg);
	font-weight: 400;
	font-size: 35px;
	color: #000000;
}

@media screen and (max-width:565px) {
	.burger__box__sidebar p {
		font-size: 1.2rem;
	}
}

.burger__box__content {
	flex-direction: column;
	width: 100%;
	padding: 25px 60px 25px 25px;
	display: flex;
	overflow-y: scroll;
}

.burger__box__content::-webkit-scrollbar-track {
	background-color: #000000;
}

.burger__box__content::-webkit-scrollbar {
	float: right;
	z-index: 50;
	background-color: #000000;
	width: 6px;
}

.burger__box__content::-webkit-scrollbar-thumb {
	background-color: #909090;
	border-radius: 8px;
}




@media screen and (max-width:565px) {
	.burger__box__content {
		padding-right: 35px;
	}
}

.burger__box__menu {
	column-count: 2; /* aantal kolommen */
        column-gap: 20px; /* ruimte tussen kolommen */
}

.burger__box__menu li {
	color: #2f2f2f;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	width: 100%;
	padding-bottom: 4px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.burger__box__menu li svg {
	width: auto;
	height: 2.1rem;
}

.burger__box__menu li b {
	color: #000000;
}

@media (min-width: 566px) and (max-width: 1290px) {
	.burger__box__menu li {
		font-size: 13px;
	}

	.burger__box__menu li svg {
		height: 1.9rem
	}
}


@media screen and (max-width:565px) {
	.burger__box__menu li {
		font-size: 13px;
	}

	.burger__box__menu li svg {
		height: 1.5rem
	}
}

.burger__box__menu li:hover {
	color: #727272
}

.burger__box__menu li:not(:first-of-type) {
	margin-top: 15px
}

@media screen and (max-width:565px) {
	.burger__box__menu li:not(:first-of-type) {
		margin-top: 13px
	}
}

.burger__box__2ndmenu {
	column-count: 2; /* aantal kolommen */
        column-gap: 20px; /* ruimte tussen kolommen */
}

.burger__box__2ndmenu li {
	color: #2f2f2f;
	text-transform: none;
	border-bottom: 0px solid #000;
	width: 100%;
	padding-bottom: 1px;
	font-family: 'B612 Mono', monospace;
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
	margin-left: 13px;
	margin-right 13px;
}

.burger__box__2ndmenu li svg {
	width: auto;
	height: 2.1rem;
}

.burger__box__2ndmenu li b {
	color: #000000;
}

@media (min-width: 566px) and (max-width: 1290px) {
	.burger__box__2ndmenu li {
		font-size: 13px;
	}

	.burger__box__2ndmenu li svg {
		height: 1.9rem
	}
}


@media screen and (max-width:565px) {
	.burger__box__2ndmenu li {
		font-size: 12px;
	}

	.burger__box__2ndmenu li svg {
		height: 1.5rem
	}
}

.burger__box__2ndmenu li:hover {
	color: #727272
}

.burger__box__2ndmenu li:not(:first-of-type) {
	margin-top: 15px
}

@media screen and (max-width:565px) {
	.burger__box__2ndmenu li:not(:first-of-type) {
		margin-top: 13px
	}
}

.burger__box__radiolist {
	column-count: 2; /* aantal kolommen */
        column-gap: 20px; /* ruimte tussen kolommen */
	gap: 5px;
	width: 100%;
	height: 130px;
	margin-bottom: 25px;
	font-weight: bolder;
}


@media screen and (max-width:910px) {
	.burger__box__radiolist {
		height: 200px
	}
}

@media screen and (max-width:565px) {
	.burger__box__radiolist {
		gap: 8px;
		height: 240px
	}
}

@media screen and (max-width:400px) {
	.burger__box__radiolist {
		gap: 8px;
		height: 360px
	}
}


.burger__box__radiolist a {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: 300;
	color: #000000;
}

@media screen and (max-width:910px) {
	.burger__box__radiolist a {
	font-size: 14px;
	}
}

@media screen and (max-width:565px) {
	.burger__box__radiolist a {
	font-size: 14px;
	}
}

@media screen and (max-width:400px) {
	.burger__box__radiolist a {
	font-size: 14px;
	}
}

.burger__box__radiolist--small {
	height: 25px
	font-family: 'Inter', sans-serif;
}

@media screen and (max-width:400px) {
	.burger__box__radiolist--small {
		height: 50px
	}
}

.burger.active {
	z-index: 100
}

.burger.active .burger__box {
	opacity: 1;
	transform: translate(0)
}

.burger.active .burger__overlay {
	opacity: .5;
	pointer-events: auto; /* WEL klikbaar als menu open is */
}

.burger__logoo {
        margin-bottom: 10px;
        margin-top: auto; /* DIT duwt logo naar beneden */
}
        }



.sidebar-icons {
  display: flex;
  flex-direction: column;
  gap: 10px; /* zet op 4px of 8px als je subtiele spacing wilt */
}

.iconnn {
	align-items: center;
  } 
  
@media screen and (max-width:400px) {  
.sidebar-icons {
  display: flex;
  flex-direction: column;
  gap: 10px; /* zet op 4px of 8px als je subtiele spacing wilt */
}
}

@media screen and (max-width:565px) {  
.iconnn {
	align-items: center;
  } 
  }
  









/* ----------------- listing ---------------- */



.main--listing {
	background-color: #fff;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-bottom: 7rem;
	display: flex;
	position: relative
}

.main--listing::before {
  content: "";
  z-index: 0;
  background-image:
    url('https://www.audioxy.nl/shapee8pink.svg'),  /* bovenrand */
    url('https://www.audioxy.nl/stripespinkstripes.svg'); /* rest van de div */
  
  background-repeat: 
    repeat-x,   /* rand herhaalt horizontaal */
    repeat;     /* tweede afbeelding vult hele div */
  
  background-position: 
    top left,   /* rand bovenaan */
    center;     /* achtergrond in het midden */
  
  background-size: 
    100% auto,       /* rand in originele grootte */
    auto;       /* achtergrond bedekt hele div */
  
  background-attachment: 
    fixed,      /* eerste achtergrond blijft vast */
    fixed;     /* tweede achtergrond beweegt mee */
  
  padding-top: 40px;
  background-color: #E62294;
  width: 100%;
  display: block;
  position: absolute;
  top:0vh;
  bottom: 0;
}



@media screen and (max-width:768px) {
.main--listing::before {
  content: "";
  z-index: 0;
  background-image:
    url('https://www.audioxy.nl/shapee8pinkm.svg'),  /* bovenrand */
    url('https://www.audioxy.nl/stripespinkstripes.svg'); /* rest van de div */
  
  background-repeat: 
    repeat-x,   /* rand herhaalt horizontaal */
    repeat;     /* tweede afbeelding vult hele div */
  
  background-position: 
    top left,   /* rand bovenaan */
    center;     /* achtergrond in het midden */
  
  background-size: 
    100% auto,       /* rand in originele grootte */
    auto;       /* achtergrond bedekt hele div */
  
  background-attachment: 
    fixed,      /* eerste achtergrond blijft vast */
    fixed;     /* tweede achtergrond beweegt mee */
  
  padding-top: 40px;
  background-color: #E62294;
  width: 100%;
  display: block;
  position: absolute;
  top:0vh;
  bottom: 0;
}
}



.listing__container {
	z-index: 3;
	background: #FFD1EC;
	width: 90%;
	max-width: 1100px;
	height: fit-content;
	padding: 67px 40px
}

@media screen and (max-width:380px) {
	.listing__container {
		width: 95%;
		padding: 67px 15px
	}
}

.listing__container__body {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(1, 1fr);
	display: grid
}


/* ----------------- big text part ---------------- */

.bigmast {
	text-transform: none;
	font-family: 'MessinaSans', 'Inter', monospace;
	font-size: 100px;
	line-height: 120%;
	letter-spacing: 0.02em;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 1px #000000;
}



@media (min-width: 200px) and (max-width: 565px) {
.bigmast {
	text-transform: none;
	font-family: 'MessinaSans', 'Inter', monospace;
	font-size: 70px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: transparent;
	-webkit-text-stroke: 1px #000000;

}
}


@media (min-width: 566px) and (max-width: 900px) {
.bigmast {
	text-transform: none;
	font-family: 'MessinaSans', 'Inter', monospace;
	font-size: 85px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: transparent;
	-webkit-text-stroke: 1px #000000;
  }
}


.bigmastarrows {
	text-transform: none;
	font-family: 'MessinaSans', 'Inter', monospace;
	font-size: 30px;
	line-height: 120%;
	letter-spacing: 0.02em;
	font-weight: 300;
	color: #000000;
	display: flex;
	margin-left: 10px;
	align-items: center; /* verticale uitlijning */;
}



@media (min-width: 200px) and (max-width: 565px) {
.bigmastarrows {
	text-transform: none;
	font-family: 'MessinaSans', 'Inter', monospace;
	font-size: 26px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: #000000;
	display: flex;
	margin-left: 10px;
	align-items: center; /* verticale uitlijning */
}
}


@media (min-width: 566px) and (max-width: 900px) {
.bigmastarrows {
	text-transform: none;
	font-family: 'MessinaSans', 'Inter', monospace;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: #000000;
	display: flex;
	margin-left: 10px;
	align-items: center; /* verticale uitlijning */
  }
}


.bigmastbox {
  display: flex;
}

.bigtitle {
	text-transform: uppercase;
	font-family: 'Fira Mono', 'Roobert TRIAL', monospace;
	font-size: 30px;
	line-height: 200%;
	margin-top: 14px;
	color: #000000;
}

@media screen and (max-width:565px) {
.bigtitle {
	text-transform: uppercase;
	font-family: 'Fira Mono', 'Roobert TRIAL', monospace;
	font-size: 18px;
	line-height: 200%;
	color: #000000;
}
}


.bigtitle2 {
	text-transform: uppercase;
	font-family: 'Fira Mono', 'Roobert TRIAL', monospace;
	font-size: 27px;
	line-height: 200%;
	color: #000000;
}

@media screen and (max-width:565px) {
.bigtitle2 {
	text-transform: uppercase;
	font-family: 'Fira Mono', 'Roobert TRIAL', monospace;
	font-size: 16px;
	line-height: 200%;
	color: #000000;
}
}


.bigheader {
        color: #000000;
        font-size: 19px;
        font-style: italic;
        width: 100%;
        font-family: 'DomaineText', 'Arial';
        font-weight: 300;
        line-height: 180%;
        letter-spacing: 0.02em;
        margin-top: 20px;
}

.bigheader b {
        color: #000000;
        font-size: 19px;
        font-style: normal;
        width: 100%;
        font-family: 'DomaineText', 'Arial';
        font-weight: 300;
        line-height: 180%;
        letter-spacing: 0.02em;
        margin-top: 20px;
}

@media screen and (max-width:565px) {
.bigheader b {
        font-size: 14px;
}
}


@media screen and (min-width:1901px) {
.bigheader {
        color: #000000;
        font-size: 20px;
        font-style: italic;
        width: 100%;
        font-family: 'DomaineText', 'Arial';
        font-weight: 300;
        line-height: 180%;
        margin-top: 20px;
}
}     

@media (min-width: 1301px) and (max-width: 1900px) {
.bigheader {
        color: #000000;
        font-size: 19px;
        font-style: italic;
        width: 100%;
        font-family: 'DomaineText', 'Arial';
        font-weight: 300;
        line-height: 180%;
        margin-top: 20px;
}
}  

@media (min-width: 566px) and (max-width: 1300px) {
.bigheader {
        color: #000000;
        font-size: 17px;
        font-style: italic;
        width: 100%;
        font-family: 'DomaineText', 'Arial';
        font-weight: 300;
        line-height: 180%;
        margin-top: 20px;
}
}  

@media screen and (max-width:565px) {
.bigheader {
        color: #000000;
        font-size: 14px;
        font-style: italic;
        width: 100%;
        font-family: 'DomaineText', 'Arial';
        font-weight: 300;
        line-height: 180%;
        margin-top: 20px;
}
} 

.bigheader a:link,
.bigheader a:visited {
  font-family: 'DomaineText', 'Arial', sans-serif;
  font-style: italic; 
  font-weight: 300;
  font-size: 19px;
  color: #000;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #B30068;
  text-underline-offset: 3px; /* afstand onder tekst */
  text-decoration-thickness: 1px;
}

@media screen and (min-width:1901px) {
.bigheader a:link,
.bigheader a:visited {
  font-size: 20px;
}
}

@media (min-width: 1301px) and (max-width: 1900px) {
.bigheader a:link,
.bigheader a:visited {
  font-size: 19px;
}
}

@media (min-width: 566px) and (max-width: 1300px) {
.bigheader a:link,
.bigheader a:visited {
  font-size: 17px;
}
}

@media screen and (max-width:565px) {
.bigheader a:link,
.bigheader a:visited {
  font-size: 14px;
}
}


.bigheader a:hover {
  background: #FFFFFF;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #B30068;
  text-underline-offset: 3px; /* afstand onder tekst */
  text-decoration-thickness: 1px;
}

.bigtext {
        color: #000000;
        font-size: 17px;
        width: 100%;
        font-family: 'Inter', 'Arial';
        font-weight: 300;
        line-height: 200%;
        margin-top: 14px;
        padding-right: 10px;
        column-count: 2;      
}


@media screen and (min-width:1901px) {
.bigtext {
        color: #000000;
        font-size: 17px;
        width: 100%;
        font-family: 'Inter', 'Arial';
        font-weight: 300;
        line-height: 200%;
        margin-top: 20px;
        margin-bottom: 0px;
        column-count: 2;         
}
} 

@media (min-width: 1290px) and (max-width: 1900px) {
.bigtext {
        color: #000000;
        font-size: 17px;
        width: 100%;
        font-family: 'Inter', 'Arial';
        font-weight: 300;
        line-height: 200%;
        margin-top: 20px;
        margin-bottom: 0px;
        column-count: 2;         
}
}  


@media (min-width: 566px) and (max-width: 1289px) {
.bigtext {
        color: #000000;
        font-size: 14px;
        width: 100%;
        font-family: 'Inter', 'Arial';
        font-weight: 300;
        line-height: 200%;
        margin-top: 20px;
        margin-bottom: 0px;
        column-count: 2;         
}
}     

@media screen and (max-width:565px) {
.bigtext {
        color: #000000;
        font-size: 13px;
        width: 100%;
        font-family: 'Inter', 'Arial';
        font-weight: 300;
        line-height: 200%;
        margin-top: 14px;
        margin-bottom: 0px;
        padding-right: 0px;
        column-count: 1;  
}
}

.bigtext2 {
        color: #000000;
        font-size: 17px;
        width: 100%;
        font-family: 'Inter', 'Arial';
        font-weight: 300;
        line-height: 200%;
        margin-top: 14px;
        padding-right: 10px;
        letter-spacing: 0.02em;
        column-count: 2;      
}


@media screen and (min-width:1901px) {
.bigtext2 {
        color: #000000;
        font-size: 18px;
        width: 100%;
        font-family: 'Inter', 'Arial';
        font-weight: 300;
        line-height: 200%;
        margin-top: 20px;
        margin-bottom: 0px;
        column-count: 2;         
}
} 

@media (min-width: 1290px) and (max-width: 1900px) {
.bigtext2 {
        color: #000000;
        font-size: 18px;
        width: 100%;
        font-family: 'Inter', 'Arial';
        font-weight: 300;
        line-height: 200%;
        margin-top: 20px;
        margin-bottom: 0px;
        column-count: 2;         
}
}  


@media (min-width: 566px) and (max-width: 1289px) {
.bigtext2 {
        color: #000000;
        font-size: 15px;
        width: 100%;
        font-family: 'Inter', 'Arial';
        font-weight: 300;
        line-height: 200%;
        margin-top: 20px;
        margin-bottom: 0px;
        column-count: 2;         
}
}     

@media screen and (max-width:565px) {
.bigtext2 {
        color: #000000;
        font-size: 14px;
        width: 100%;
        font-family: 'Inter', 'Arial';
        font-weight: 300;
        line-height: 200%;
        margin-top: 14px;
        margin-bottom: 0px;
        padding-right: 0px;
        column-count: 1;  
}
}


.bigextraline {
         column-span: all;
         font-size: 17px;
         color: #000000;
         margin-top: 30px;
  }   
  

@media screen and (min-width:1901px) {
.bigextraline {
         column-span: all;
         font-size: 17px;
         color: #000000;
         margin-top: 28px;
  } 
  }
  

@media (min-width: 1290px) and (max-width: 1900px) { 
.bigextraline {
         column-span: all;
         font-size: 17px;
         color: #000000;
         margin-top: 25px;
  } 
  }           

@media (min-width: 566px) and (max-width: 1289px) {  
.bigextraline {
         column-span: all;
         font-size: 14px;
         color: #000000;
         margin-top: 25px;
  } 
  }   

@media screen and (max-width:565px) {    
.bigextraline {
         column-span: all;
         font-size: 13px;
         color: #000000;
         margin-top: 25px;
  } 
  }
  
.bigextralineempty {
         column-span: all;
  }        
         
         
/* ----------------- listing ---------------- */         
    

@media screen and (max-width:900px) {
	.listing__container__body {
		grid-template-columns: repeat(1, 1fr)
	}
}

@media screen and (max-width:700px) {
	.listing__container__body {
		grid-template-columns: repeat(1, 1fr)
	}
}

.listing__description {
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: #000000;
}

.listing__selectors {
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 2rem;
	display: flex
}

.listing__selectors>* {
	flex-grow: 1
}

.listing__selectors .select {
	max-width: 500px
}

.listing__title {
	text-transform: uppercase;
	font-family: 'Fira Mono', 'Roobert TRIAL', monospace;
	font-size: 4rem;
	color: #000000;
}


@media screen and (max-width:780px) {
	.listing__title {
		font-size: 3.2rem
	}
}

@media screen and (max-width:600px) {
	.listing__title {
		font-size: 2.5rem
	}
}







/* ----------------- player ---------------- */



.sitelogo {
	background-color: #000000;
	color: var(--inversed-main-color);
	z-index: 1000;
	flex-direction: row;
	flex-grow: 2;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	max-width: 100%;
	height: 100%;
	padding: 8px 25px;
	transition: background-color .15s ease-in-out, max-width .1s ease-in-out .15s;
	display: flex;
	position: relative;
}

.sitelogo img {
	position: relative;
        top: 5px;
}

@media screen and (max-width:600px) {
	.sitelogo {
		gap: 10px;
		padding: 8px 15px
	}
}

@media screen and (min-width:1500px) {
	.sitelogo {
		justify-content: left;
		padding-left: 30px;
		gap: 2%
	}
}







/* ----------------- header ---------------- */





.header__nav__item {
	white-space: pre;
	border-bottom: 3px solid #0000;
	justify-content: center;
	align-items: center;
	height: 100%;
	display: flex;
	position: relative;
	margin-bottom: 5px;
}

.header__nav__item>a {
	color: #fff;
	text-transform: none;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 25px;
	font-family: 'Fira Mono', 'Roobert TRIAL', monospace;
	font-size: 1.25rem;
	text-decoration: none;
	display: flex
}

.header__nav__item>a:hover {
        color: #FF38AC;
}


@media screen and (max-width:1400px) {
	.header__nav__item>a {
		padding: 0 15px;
		font-size: 1rem;
	}
}

.header__nav__item__submenu {
	opacity: 0;
	background-color: #F0FDFF;
	flex-direction: column;
	max-height: 0;
	transition: max-height .25s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
	display: flex;
	position: absolute;
	top: calc(100% + 3px);
	left: 0;
	overflow: hidden;
}



.header__nav__item__submenu li {
	border-left: 3px solid #0000
}

.header__nav__item__submenu li:hover {
	border-color: #FF38AC;
}

.header__nav__item__submenu a {
	width: 100%;
	color: var(--inversed-main-color);
	padding: 10px 25px;
	font-size: 1.2rem;
	text-decoration: none;
	display: block
}

.header__nav__item__submenu a:hover {
	color: #E62294;
}

.header__nav__item:hover {
	border-color: #FF38AC;
}

.header__nav__item:hover .header__nav__item__submenu {
	opacity: 1;
	max-height: 50vh
}

.header__nav {
	flex-flow: row;
	flex-grow: 1;
	max-width: 60vw;
	transition: max-width .35s ease-in-out;
	display: flex;
}

@media screen and (max-width:1700px) {
	.header__nav {
		flex-grow: 0
	}
}

@media screen and (max-width:1200px) {
	.header__nav {
		width: 0
	}
}

@media screen and (min-width:1500px) {
	.header__nav {
		justify-content: space-around;
	}
}

.player-open .header__nav {
	max-width: 0
}

.footer {
	background-color: #000000;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 3.5rem 2rem;
	display: flex;
	position: relative
}

@media screen and (max-width:1160px) {
	.footer {
		flex-direction: column;
		gap: 35px
	}
}

.footer>* {
	flex-grow: 1
}

.footer__links {
	color: #fff;
	flex-flow: column wrap;
	align-items: center;
	gap: 8px;
	height: 120px;
	display: flex
}

@media screen and (max-width:460px) {
	.footer__links {
		height: auto
	}
}

.footer__logo {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	display: flex
}





.prefooter__spacer {
	background-color: #ffB0FF;
        background-image: url('https://www.audioxy.nl/polkadotsblackwhite.svg');	
	background-repeat: no-repeat;
	background-size: auto;
	height: 250px
}

@media screen and (max-width:565px) {
.prefooter__spacer {
    display: none;  
}
}

.footernew img {
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:565px) {
.footernew img {
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
}
















         
         
         
         








/* Dit staat al in je CSS en wordt nu geactiveerd door het script */
.burger.active .burger__box {
   opacity: 1;
   transform: translate(0);
}




/* ----------------- muzieklijst bullits ---------------- */


.muzieklijst {
  list-style: none; /* standaard bullets uit */
  padding-left: 0;
  margin-left: 0;
  color: #000000;
}

.muzieklijst li {
  position: relative;      /* referentie voor ::before */
  padding-left: 2.5em;       /* ruimte voor de bullet */
  padding-right: 10px;
  text-indent: 0;          /* geen extra inspringing */
  color: #000000;
  break-inside: avoid;
  page-break-inside: avoid;        /* oude naam */
  -webkit-column-break-inside: avoid; /* Safari/Chrome */  
}

@media screen and (max-width:565px) {
.muzieklijst li {
  padding-left: 1.60em;       /* ruimte voor de bullet */
  padding-right: 0px;
  }
  }

.muzieklijst li::before {
  content: "•";
  color: #B30068;
  font-weight: bold;
  position: absolute;
  left: 0.5em;                 /* links uitlijnen */
  top: 0;                  /* start bij de eerste regel */
  width: 1.5em;            /* optioneel: ruimteafstelling */
  text-align: center;      /* bullet centreren in de ruimte */
}

@media screen and (max-width:565px) {
.muzieklijst li::before {
  left: -0.40em;                 /* links uitlijnen */
  }
  }


/* ----------------- muzieklijst tri ---------------- */


.muzieklijstdh {
  list-style: none; /* standaard bullets uit */
  padding-left: 0;
  margin-left: 0;
  color: #000000;
  font-family: 'DomaineText', 'Inter', 'Arial';
  font-style: italic;
}

.muzieklijstdh li {
  position: relative;      /* referentie voor ::before */
  padding-left: 2.5em;       /* ruimte voor de bullet */
  padding-right: 10px;
  text-indent: 0;          /* geen extra inspringing */
  color: #000000;
  break-inside: avoid;
  page-break-inside: avoid;        /* oude naam */
  -webkit-column-break-inside: avoid; /* Safari/Chrome */  
}

@media screen and (max-width:565px) {
.muzieklijstdh li {
  padding-left: 1.60em;       /* ruimte voor de bullet */
  padding-right: 0px;
  }
  }

.muzieklijstdh li::before {
  content: "\25B8";
  color: #B30068;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  left: 0.5em;                 /* links uitlijnen */
  top: 0;                  /* start bij de eerste regel */
  width: 1.5em;            /* optioneel: ruimteafstelling */
  text-align: center;      /* bullet centreren in de ruimte */
}

@media screen and (max-width:565px) {
.muzieklijstdh li::before {
  left: -0.40em;                 /* links uitlijnen */
  }
  }
  
  
/* ----------------- regular horizontal line ---------------- */  

.hr {
  border: 1px dashed black;
  }
  
  
/* ----------------- dashed line ---------------- */    
  
.dashedline {
  width: 100%;
  height: 1px;
  line-height: 200%;
  margin-top: 50px;
  margin-bottom: 40px;
  background: repeating-linear-gradient(
    to right,
    #000 0 9px,
    transparent 9px 17px
  );
}

@media screen and (max-width:565px) {
.dashedline {
  margin-top: 40px;
  margin-bottom: 40px;
}
}
  
  
/* ----------------- link styles ---------------- */    
  
/* standaard zwarte links */
.extralinks-container {
  display: flex;
  align-items: center; /* verticaal centreren */
  gap: 10px;           /* ruimte tussen links en | */
  margin-top: 25px;
  margin-bottom: 0px;
}

@media (min-width: 566px) and (max-width: 1300px) {
.extralinks-container {
  margin-top: 23px;
  margin-bottom: 0px;
}
}

@media screen and (max-width:565px) {
.extralinks-container {
  margin-top: 20px;
  margin-bottom: 0px;
}
}

.extralinks-container a:link,
.extralinks-container a:visited {
  font-family: 'MessinaSans', 'Inter', sans-serif;
  font-style: normal; 
  font-weight: 300;
  font-size: 23px;
  color: #000;
  box-shadow: inset 0 -3px 0 #ffffff;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

@media (min-width: 566px) and (max-width: 1300px) {
.extralinks-container a:link,
.extralinks-container a:visited {
  font-size: 20px;
  box-shadow: inset 0 -3px 0 #FFFFFF;
}
}

@media screen and (max-width:565px) {
.extralinks-container a:link,
.extralinks-container a:visited {
  font-size: 18px;
  box-shadow: inset 0 -1px 0 #FFFFFFF;
}
}


.extralinks-container a:hover {
  background: #FF38AC;
  box-shadow: inset 0 -100% 0 #fff;
}

.separator {
  color: #000;
  font-size: 26px;
}

@media (min-width: 566px) and (max-width: 1300px) {
.separator {
  color: #000;
  font-size: 22px;
}
}


@media screen and (max-width:565px) {
.separator {
  color: #000;
  font-size: 18px;
}
}


/* ----------------- logo mouse over ---------------- */ 


.logomouseover {
  transition: 0.2s ease;
}

.logomouseover:hover {
  content: url("https://www.audioxy.nl/audioxylogome230lightgrey.svg");
}







