@charset "utf-8";

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('../fonts/lato-v22-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/montserrat-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v23-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1;
}
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;
}
html,
body,
div,
span,
mov applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
em {
  text-transform: uppercase;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
figure {
  display: grid;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(255, 255, 255, 1);
  height: 100vh;
  width: 100%;
  background-color: rgba(59, 59, 59, 1);
  box-sizing: border-box;
  transform-style: preserve-3d;
  overflow-x: hidden;
  overflow-y: scroll hidden;
  margin: 0;
  padding: 0;
}
a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  color: inherit;
  text-decoration: underline;
}
a:active {
  color: inherit;
}
strong {
  font-weight: 500;
}
figure {
  padding: 0;
  margin: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.nowrap {
  white-space: nowrap;
}
h1 {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-family: "Montserrat", sans-serif;
}
h2 {
  color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
  /*font-size: clamp(1.3rem, 3vw, 1.7rem);
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;*/
}
h3 {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-family: "Montserrat", sans-serif;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
h4 {
  font-size: clamp(1.1rem, 3vw, 1.2rem);
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
p {
  font-size: clamp(1rem, 2vw, 1rem);
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}
.m-section {
  display: grid;
  grid-template-columns: 1fr;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  height: 100%;
  max-height: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  padding: 0vh 2vw;
}
.bg-img {
  background: url("../img/vm-bg.jpg") no-repeat center center fixed;
  background: url("../img/vm-bg.webp") no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
}
.m-seperator {
  background-color: white;
  height: 1px;
  width: 1.5rem;
  margin: 15px auto 20px auto;
}
.m-text-1150 {
  max-width: 1150px;
  margin: auto;
}
.m-text-1000 {
  max-width: 1000px;
  margin: auto;
}
.m-scroll {
  position: absolute;
  bottom: 65px;
  font-size: 1.2rem;
  margin-left: -22px;
  color: rgba(255, 255, 255, 1);
}
.m-arrow-down {
  position: absolute;
  z-index: 5000;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  cursor: pointer;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 3px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#m-header img {
  width: 100%;
  max-width: 200px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 799px) and (orientation: portrait) {
  .m-link-gallery {
    display: grid;
  }
  .mySwiper {
    display: none;
  }
  .m-legal-links {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 35px;
  }
  .m-100vh-fix {
    position: absolute;
    bottom: 75px;
    z-index: 9999;
  }
}
@media only screen and (min-width: 800px) {
  #m-header img {
    max-width: 300px;
  }
  .m-link-gallery {
    display: none;
  }
  .m-fadeIn {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
  0 {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0 {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0 {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0 {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0 {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
  .mySwiper {
    display: grid;
  }
  .m-legal-links {
    position: absolute;
    bottom: 1vh;
  }
}
#mh-gallery img {
  max-width: 100%;
}
#mh-gallery > div {
  background-color: #3c403d;
  overflow-x: hidden;
}
@media only screen and (max-width: 799px) {
  #m-artist {
    display: grid;
    grid-template-columns: 1fr;
    width: 100vw;
    height: 100vh;
    background-color: rgba(179, 172, 162, 1);
  }
  .m-inv {
    display: none;
  }
  .m-link-gallery {
    display: grid;
  }
  .m-artist-side {
    display: grid;
    width: 100%;
    align-self: center;
    justify-self: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
  }
  .m-infos-text,
  .m-infos-links {
    display: grid;
    width: auto;
    align-self: center;
    justify-self: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
  }
  .m-infos-links {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 20px;
    align-self: center;
    padding: 0;
    margin: 0;
    align-items: center;
    align-content: center;
  }
  .m-infos-links img {
    padding: 0;
    display: grid;
    justify-self: center;
    align-self: center;
    grid-row: 1 / 4;
  }
  .m-circle {
    padding-bottom: 0vh;
  }
}
@media only screen and (min-width: 800px) {
  #m-artist {
    display: grid;
    grid-template-columns: 30vw 1fr;
    width: 100vw;
    height: 100vh;
    background-color: rgba(179, 172, 162, 1);
  }
  .m-inv {
    display: grid;
  }
}
.m-artist-side {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 40% 60%;
  grid-gap: 15vh 0;
  width: 100%;
  height: auto;
  justify-items: start;
  align-items: center;
  margin: auto;
}
.m-artist-side p,
.m-artist-side h2 {
  text-align: left;
}
.m-artist-side h2 {
   color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
}
.m-artist-side p,
.m-artist-side a {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
}
.m-artist-side .m-highlight {
  color: rgba(118, 101, 77, 1);
}
.m-circle {
  padding-bottom: 2vh;
}
.m-infos-links img {
  width: 100%;
  max-width: 80px;
  justify-self: center;
}
.m-gallery img {
  height: 100vh;
  width: auto;
}
#m-artist .swiper-slide {
  opacity: 0.8;
  background-color: #000;
}
#m-artist .swiper-slide img {
  opacity: 0.65;
  transition: opacity 0.25s ease-in-out;
  background-color: #000;
}
#m-artist .swiper-slide-active {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  background-color: #000;
}
#m-artist .swiper-slide-active img {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
  background-color: #000;
}
#m-about {
  background-color: rgba(162, 181, 188, 1);
  grid-gap: 10% 0;
}
#m-about p {
  max-width: 985px;
  margin: auto;
}
#m-contact {
  background-color: rgba(113, 137, 149, 1);
}
.m-icons {
  margin: 4px 5px -2px 10px;
  line-height: 1.5;
  height: clamp(0.9rem, 1.5vw, 1.0rem);
  width: auto;
}
#m-vita-mh {
  display: grid;
  justify-content: center;
  background-color: rgba(127, 118, 104, 1);
  overflow-y: scroll;
  margin: auto;
  padding: 5vh 1vw;
}
#m-vita-mh h3 {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-family: "Montserrat", sans-serif;
  line-height: 2.5rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
#m-vita-awards-mh .m-table-block {
  grid-gap: 10px 0;
}
.m-vita-tables {
  display: grid;
  justify-self: center;
  align-self: center;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  justify-items: space-evenly;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 599px) {
  .m-vita-tables {
    display: grid;
    justify-self: center;
    align-self: center;
    grid-template-columns: auto;
    width: 100%;
    max-width: 1400px;
    margin: auto;
  }
}
@media only screen and (min-width: 600px) and (max-width: 799px) {
  .m-vita-tables {
    display: grid;
    grid-template-columns: auto auto;
    width: 98vw;
    max-width: 1400px;
    align-items: stretch;
    margin: auto;
  }
  #m-vita-tv-mh {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  #m-vita-awards-mh {
    grid-column: 2;
    grid-row: 2;
  }
}
@media only screen and (min-width: 800px) {
  .m-vita-tables {
    display: grid;
    grid-template-columns: auto auto auto;
    width: 98vw;
    max-width: 1400px;
    align-items: stretch;
    margin: auto;
  }
}
.m-vita-table {
  width: auto;
}
.m-table-block {
  display: grid;
  padding-bottom: 1rem;
  grid-template-columns: auto 1fr;
  grid-gap: 10px 15px;
}
.m-table-award-title {
  display: grid;
  width: 100%;
  grid-row: 1;
  grid-column-start: 1;
  grid-column-end: -1;
  background-color: #000;
  text-align: center;
}
.m-table-title h3 {
  text-align: left;
}
.m-year {
  grid-columns: 1;
  grid-row: 1 / -1;
}
.m-item {
  grid-column: 2;
}
.m-item-title,
.m-year {
  font-weight: 400;
}
.m-item-award-title {
  text-transform: uppercase;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.5;
  letter-spacing: 1px;
}
#m-legal {
  display: grid;
  justify-content: center;
  margin: auto;
  overflow-y: scroll;
  padding: 5vh 1vw;
  background-color: rgba(113, 137, 149, 1);
}
#m-legal .m-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  padding-top: 1.5rem;
}
#m-legal h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.4rem);
  padding-top: 1.3rem;
}
#m-legal h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
  padding-top: 1.3rem;
}
#m-legal h4 {
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  padding-top: 1.4;
}
#m-legal h2,
#m-legal h2 {
  padding-top: 1.2rem;
}
#m-legal li {
  line-height: 1.5;
  margin: 5px;
}
#m-legal li:before {
  content: " ⁃ ";
  line-height: 1.5;
}
#m-imprint {
  display: grid;
  overflow: auto;
  padding: 5vh 1vw;
  background-color: rgba(113, 137, 149, 1);
}
#m-gallery-mobile-test {
  display: grid;
  overflow-y: scroll;
  background-color: rgba(48, 57, 62, 1);
  overflow-y: scroll;
}
.m-close-gallery {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10000;
}
.mobile-gallery {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.mobile-gallery img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.m-modalDialog {
  position: Fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(60, 64, 61, 1);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: None;
  max-width: 100vw;
  overflow: hidden;
}
.m-modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
#m-gallery-mobile-test .m-close {
  position: fixed;
  right: 2.25rem;
  margin: 1rem;
}
.m-close {
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 1rem;
  margin: 1rem;
}
.m-close:hover {
  opacity: 0.5;
  color: #000;
}
.m-close:before,
.m-close:after {
  position: absolute;
  content: " ";
  height: clamp(2.5rem, 3vw, 3rem);
  width: 2px;
  background-color: #fff;
}
.m-close:before {
  transform: rotate(45deg);
}
.m-close:after {
  transform: rotate(-45deg);
}

.swiper-slide {
  width: auto;
}
.m-wrapper {
  display: grid;
  grid-template-columns: 30vw 70vw;
  width: 100vw;
  background-color: #111;
}
.mswiper-button-next {
  width: 30px;
  height: 30px;
  z-index: 9999;
  transition: All 0.1s ease-in-out;
  -webkit-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  color: #111;
}
.mswiper-button-down {
  width: 30px;
  height: 30px;
  z-index: 9999;
  transition: All 0.1s ease-in-out;
  -webkit-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  color: rgba(255, 255, 255, 1);
}
.mswiper-button-next:hover {
  transition: All 0.1s ease-in-out;
  -webkit-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  color: #fff;
}
