@font-face {
 font-family: "TheinhardtMedium";
 src: url("../fonts/TheinhardtMedium.woff") format("woff");
        font-weight: normal !important;
}

@font-face {
 font-family: "TheinhardtMediumItalic";
 src: url("../fonts/TheinhardtMediumItalic.woff2") format("woff2");
        font-weight: normal !important;
}


:root {
  --color-black: #000;
}


*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
}

html, body {
  font-size: 12px;
  height: 100%; 
  font-family: 'TheinhardtMedium', helvetica, sans-serif ;
  -ms-overflow-style: none;  
  scrollbar-width: none;  
  background-color: white;
  font-weight: normal !important;
}

body {
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  font-weight: normal !important;
  font-size: 1em;
}


img {
  width: 100%;
}

li {
  list-style: none;

}
a {
  text-decoration: none;
  opacity: 1;
  color: black;
}

strong{
  font-weight: normal !important;
}



/*----------------------------------------------- GRID */

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
}

.grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1%;
}

.col-1 {grid-column-end: span 1;}
.col-2 {grid-column-end: span 2;}
.col-3 {grid-column-end: span 3;}
.col-4 {grid-column-end: span 4;}
.col-5 {grid-column-end: span 5;}
.col-6 {grid-column-end: span 6;}
.col-7 {grid-column-end: span 7;}
.col-8 {grid-column-end: span 8;}
.col-9 {grid-column-end: span 9;}
.col-10 {grid-column-end: span 10;}
.col-11 {grid-column-end: span 11;}
.col-12 {grid-column-end: span 12;}

.off-1{grid-column-start: 2;}
.off-2{grid-column-start: 3;}
.off-3{grid-column-start: 4;}
.off-4{grid-column-start: 5;}
.off-5{grid-column-start: 6;}
.off-6{grid-column-start: 7;}
.off-7{grid-column-start: 8;}
.off-8{grid-column-start: 9;}
.off-9{grid-column-start: 10;}
.off-10{grid-column-start: 11;}
.off-11{grid-column-start: 12;}
.off-12{grid-column-start: 13;}

/*----------------------------------------------- HEADER */

.header{
  width: 100%;
  background-color: white;
  height: 40px;
  border-bottom: 1px solid black;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.logo{
  width: 25%;
  text-align: center;
}

.logo img{
  width: 56px;
  margin: auto;
  padding-top: 8px;
}

.header a{
  display: inline-block;
  float: left;
  width: 25%;
}

nav{
  height: 100%;
}

nav a{
  text-transform: uppercase;
  text-align: center;
  border-left: 1px solid black;
  height: 100%;
  padding-top: 13px;
  color: #cccccc;
}

.current{
  color: black;
}


/*----------------------------------------------- MAIN */

.main{
  padding-top: 40px;
}

.slider-img{
  width: 100%;
}

.slick-slide{
  margin-right: 1em;
}

.slider-img,
.slick-slide,
.slick-slide img{
  height: 60vh;
}

.more-info{
  column-gap: 0px;
}

.left-gradient{
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, white 0%, white 10%, rgba(255, 255, 255, 0) 100%);
  width: 80px;
  height: 100%;
  z-index: 5;
  cursor: url(../icons/left-ar.png) 4 12, auto;
}


.right-gradient{
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, white 0%, white 10%, rgba(255, 255, 255, 0) 100%);
  width: 80px;
  height: 100%;
  z-index: 5;
  cursor: url(../icons/right-ar.png) 4 12, auto;
}

  .fancybox-container{
    height: calc(100% - 40px);
    margin-top: 40px;
    
  }

    .fancybox-bg {
      background-color: rgba(255,255,255) !important; 
    }

    .fancybox-slide{
      padding: 0 !important;
      margin: 0 !important;
    }


        .fancybox__container {
        animation: none !important;
    }

    