@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
* {
    box-sizing: border-box;
    font-family: Quicksand, sans-serif;
    padding-top: 0.3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /*background-color: lemonchiffon;*/
    color: rgb(0, 0, 0);
    border-radius: 0.25rem;
}
:root {
	--stylesht: "lteq500";
}
a, form, img, span {
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: -0.3rem 0 0 0;
}
h1 {
	font-size: 6.3vw;
}
h2 {
	font-size :6vw;
}
h3 {
	font-size: 5.7vw;
}
h4 {
	font-size: 5.4vw;
}
h5 {
	font-size: 5.1vw;
}
h6 {
	font-size: 4.8vw;
}
p {
	font-size: 4vw;
}
ul, ol {
    padding-left: 2.5rem;
}
iframe {
    border: none;
    padding: 0;
}
main:after {
    content: "";
    clear: both;
    display: block;
}
body, html {
    padding: 0;
    margin: 0;
    /*background-color: lemonchiffon;*/
    font-size: 4vw;
    overflow-x: hidden;
}
header {
	padding: 0;
	position: relative;
	height: 15vw;
}
#header-logo {
	padding: 5px;
	position: absolute;
	top:0;
	z-index: 5;
}
#header-logo img {
	height:auto;
	width:80vw;
}
#header-contact p a {
	text-decoration:none;
	color:white;
}
#header-contact img {
	height: 10vw;
	width: 10vw;
	filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(7466%) hue-rotate(83deg) brightness(111%) contrast(113%);
}
#header-contact {
	vertical-align: top;
	text-align:center;
	position: absolute;
	top:calc(52.85vw + 10px);
	width: 100vw;
	display:none;
	z-index: 15;
}
#header-nav {
	background:linear-gradient(to right, rgb(0,128,255), rgb(51,199,189));
	height:100vh;
	width: 100vw;
	border-radius:0;
	padding:0;
	position:absolute;
	top:calc(12.85vw + 10px);
	display:none;
}
#header-nav ul {
	margin:0;
	padding:0;
}
#header-nav ul li {
	font-size: 5vw;
}
#header-nav ul li a {
	display:block;
	color:white;
	text-decoration:none;
	text-align:center;
}
#header-nav ul li a:hover {
	background-color:rgba(0,0,0,0.1);
}
#header-burger {
	position: absolute;
	right: 5vw;
	top: calc(1.43vw + 5px);
	z-index: 10;
}
#header-burger img {
	height: 10vw;
	width: 10vw;
}
main {
	/*position: relative;*/
	height:1000px;
	transition: height 2s;
	display: block;
	float: left;
	width: 600vw;
	overflow-x: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
}
#infobox {
	border: 2px solid rgb(0, 128, 255);
	height: 60vw;
	background: linear-gradient(to right, white, white 60%, transparent 80%, transparent), url("/a-mis/background-blur-blurred-255379.jpg") no-repeat top right / contain;
	border-radius: 0.5rem;
	background-size: auto 30vw;
}
#infobox::before {
	content: " ";
	width: 30vw;
	height: 30vw;
	float: right;
	display: block;
}
#infobox h2 {
	
}
#infobox p {
	padding-top: 0;
	margin: 5px 0;
}
#reviews > div {
	width: calc(100vw - 12px);
	float: left;
	margin: 6px 0px;
	padding: 18px;
	text-align: justify;
	background-color: rgba(0, 96, 169, 0.3);
}table {
	table-layout: fixed;
	width: 100vw;
}
td, th {
	font-size: 2.5vw;
	padding: 8.2px;
	border-radius: 0;
}
th, th span {
	background-color: rgb(0, 128, 255);
	color: white;
}
th:first-child {
	border-top-left-radius: 0.25rem;
}
th:last-child {
	border-top-right-radius: 0.25rem;
}
td {
	height: 15vh;
	background-color: rgb(26, 164, 222);
	position: relative;
	vertical-align: top;
	cursor: pointer;
}
td.today {
	background-color: rgb(20, 123, 167);
}
td.past {
	background-color: rgb(141, 210, 239);
}
td.dm::after {
	content: "";
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.6);
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#w6d0 {
	border-bottom-left-radius: 0.25rem;
}
#w6d6 {
	border-bottom-right-radius: 0.25rem;
}
td div {
	padding: 0;
	margin: 0;
	width: 100%;
	height: calc(15vh - 16.4px);
	font-size: 2.5vw;
	overflow: hidden;
}
td p {
	padding: 0;
	margin: 0;
	font-size: 2.5vw;
}
.short {
	display:none;
}
#months td {
	height: initial;
	background-color: transparent;
	font-size: 4vw;
}
#months td:nth-of-type(2) {
	text-align: center;
}
#months td:nth-of-type(3) {
	text-align: right;
}
#art3 > div {
	width: 500px;
	height: 132vh;
	background-color: rgb(141, 210, 239);
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#art3 > div > div {
	font-size: 4vw;
	height: 10vh;
	border-bottom: 1px solid black;
	border-radius: 0;
	padding: 0;
}
#art3 > div > div:hover:not([data-start]) {
	background-color: rgba(0, 0, 0, 0.5);
}
#art3 [data-start] {
	position: absolute;
	border: 0;
	border-radius: 10px;
	background-color: red;
	height: calc(10vh - 6px);
	width: calc(100vw - 50px);
	top: 12px;
	left: 50px;
	padding: 6px;
	overflow: hidden;
	margin: 2px;
}
article {
	width: 100vw;
	/*position: absolute;*/
	transition: left 2s;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: white;
}
#art4 iframe {
	width: 100vw;
	height: 100vh;
}footer {
	background-image:linear-gradient(to right, rgb(0,128,255), rgb(51,199,189));
	border-radius: 0;
	padding: 5vw 0;
}
footer h5 {
	display: none;
}
footer p {
	color: white;
	margin: 0.3rem 0;
	padding: 0;
	font-size: 3vw;
}
footer a {
	color: white;
	text-decoration: none;
}
footer img {
	filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(7466%) hue-rotate(83deg) brightness(111%) contrast(113%);
	width: 10vw;
	height: 10vw;
	vertical-align: middle;
}
#footer-contact {
	width: 100vw;
	text-align: center;
}
#footer-contact p:nth-of-type(n+2) {
	display:inline;
}
footer .label {
	display: none;
}
#footer-feed, #footer-accept {
	display: none;
}