/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	/* TODO */
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	/* TODO */
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/* TODO */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/* TODO */
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	body {
	    background-image: url('../img/bg.png');
	    background-position: right bottom;
	    background-repeat: no-repeat;
	    background-attachment: fixed;
	}
}

[data-md-color-scheme="slate"] {
  --md-hue: 220;
}

.md-typeset table:not([class]) th {
	min-width: auto;
}

:root {
  --md-admonition-icon--kimenet: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M20,19V7H4V19H20M20,3A2,2 0 0,1 22,5V19A2,2 0 0,1 20,21H4A2,2 0 0,1 2,19V5C2,3.89 2.9,3 4,3H20M13,17V15H18V17H13M9.58,13L5.57,9H8.4L11.7,12.3C12.09,12.69 12.09,13.33 11.7,13.72L8.42,17H5.59L9.58,13Z" /></svg>');

  --md-admonition-icon--video-play: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-collection-play-fill" viewBox="0 0 16 16"> <path d="M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zm6.258-6.437a.5.5 0 0 1 .507.013l4 2.5a.5.5 0 0 1 0 .848l-4 2.5A.5.5 0 0 1 6 12V7a.5.5 0 0 1 .258-.437z"/> </svg>');
}

.md-typeset .admonition.video-play,
.md-typeset details.video-play {
  border-color: rgb(153, 153, 255);
}
.md-typeset .video-play > .admonition-title,
.md-typeset .video-play > summary {
  background-color: rgba(204, 204, 255, 0.3);
}
.md-typeset .video-play > .admonition-title::before,
.md-typeset .video-play > summary::before {
  background-color: rgb(153, 153, 255);
  -webkit-mask-image: var(--md-admonition-icon--video-play);
          mask-image: var(--md-admonition-icon--video-play);
}

.md-typeset .admonition.kimenet,
.md-typeset details.kimenet {
  border-color: rgb(136, 136, 136);
}
.md-typeset .kimenet > .admonition-title,
.md-typeset .kimenet > summary {
  background-color: rgba(153, 153, 153, 0.2);
}
.md-typeset .kimenet > .admonition-title::before,
.md-typeset .kimenet > summary::before {
  background-color: rgb(52, 52, 52);
  -webkit-mask-image: var(--md-admonition-icon--kimenet);
          mask-image: var(--md-admonition-icon--kimenet);
}


p {
    text-align: justify;
}
