 @font-face {
	font-family: futuralight;
    src: url('../font/futura light bt.ttf');
}

body {
	font-family: futuralight;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
}
#items a,
#items p,
#items span {
	line-height: 26px;
	font-size: 22px;
	color:black;
	white-space: pre-line;
}


.heading,
.heading > *,
.header * {
	font-size:26px !important;
	line-height: 32px !important;
}

.heading {
	display: block;
	margin-bottom:26px;
}

.header {
	display: flex;
	margin-top: calc( 2vw - 5px);
}
.header a {
	text-decoration: none;
}

.header__title,
.header__menu-item {
  padding-left: 2vw;
}
.header__hamburger {
	right: 2vw;
}
.header__menu-item {
	padding-right: 2vw;
}

.item {
	width: 25vw;
}
.xxl {
	width: 40vw;
}
.xl {
	width: 35vw;
}
.l {
	width: 30vw;
}
.m {
	width: 25vw;
}
.s {
	width: 20vw;
}
.xs {
	width: 15vw;
}
.xxs {
	width: 10vw;
}

.item-container:not(:nth-of-type(1)) {
	margin-top:8vw;
}

.item-container:last-of-type {
	margin-bottom:4vw;
}


@media screen and (orientation:portrait),
screen and (max-width:768px) {
	.header__title {
	  width: calc( 100% - 25px);
	  box-sizing: border-box;
	}
}