* {
  margin: 0;
  padding: 0;
}

@font-face {
 font-family: "Helvetica-Neue-Bold";
 src: url("../font/HelveticaNeue-Bold.woff2") format("woff2"),
        url("../font/HelveticaNeue-Bold.woff") format("woff");
}

html {
  font-family: Helvetica-Neue-Bold, helvetica, sans-serif;
  color: var(--color-text);
  background: var(--color-background);
  font-weight: normal !important;
}
img {
  width: 100%;
}

.disabled {
  color: #959595 !important;
}

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

* {
  margin: 0;
  font-weight: normal;

}

html, body {
  height: 100%;
  font-size: 11px;
  background-color: #f2f2f2;
}

body {
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  margin-left: 1%;
  margin-right: 1%;
}


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

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

h1, h2, h3, input, button, textarea, select {
  font: inherit;
}

h2{
  line-height: 1.1;
}


ul{
  list-style: none;
}


 .none-d{
    display: none;
  }

#apply,
#reset{
  cursor: pointer;
  padding-top: 15px;
}

#apply:active,
#reset:active{
  cursor: pointer;
  color: #959595;
}


/*-------------------- grid */

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

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

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

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


/*---------------------------- header */

.header{
  text-transform: lowercase;
  background-color: white;
  border-bottom: 1px solid black;
  height: 25px;
  position: fixed;
  width: 98%;
  padding-top: 4px;
  transition-duration: .3s;
}

.header a{
  color: #959595;
}

.header ul{
  display: flex;
}

.header li{
  margin-right: 10%;
}

.active,
.active a{
  color: black !important;
}


.social{
  max-width: 10%;
  margin-top: -1px;
}

#logo{
  position: fixed;
  top: 0;
  padding-top: 4px;
  z-index: 20;
  color: black;
  
  transition-duration: .3s;
}


.list-btn{
  margin-right: 3px;
}

.thumbs-btn{
  margin-left: 3px;
}



/*---------------------------- submenu */
.submenu{
  background-color: white;
  position: fixed;
  text-transform: lowercase;
  top: 25px;
  min-height: 25px;
  padding-top: 4px;
  border-bottom: 1px solid black;
  width: 98%;
  transition-duration: .3s;
}

.submenu a{
  cursor: pointer;
  color: #959595;
}

.submenu div{
  cursor: default;
}

.upper{
  text-transform: uppercase;
}

#filters-btn{
  color: black;
}


#mob-bilder{
  position: fixed;
  right: 50%;
  transform: translate(50%,0);
  top: 0;
  z-index: 20;
  color: black;
  text-transform: lowercase; 
  font-size: 1.3em;
  margin-top: 5px;
}


.filter-display span{
  cursor: pointer;
}


#maxvalue{
  float: right;
}

#slider{
  margin-top: 10px;
}

#filters,
#newsfilters{
  padding-left: 1%;
  padding-right: 1%;
}



/*---------------------------- MOBILE */

@media only screen and (max-width: 1024px) {
  /* For mobile phones: */
    .col-s-1 {grid-column: span 1;}
    .col-s-2 {grid-column: span 2;}
    .col-s-3 {grid-column: span 3;}
    .col-s-4 {grid-column: span 4;}
    .col-s-5 {grid-column: span 5;}
    .col-s-6 {grid-column: span 6;}
    .col-s-7 {grid-column: span 7;}
    .col-s-8 {grid-column: span 8;}
    .col-s-9 {grid-column: span 9;}
    .col-s-10 {grid-column: span 10;}
    .col-s-11 {grid-column: span 11;}
    .col-s-12 {grid-column: span 12;}

    .header{
      height: 5%;
      z-index: 15;
    }

    #menu-btn{
      position: fixed;
      right: 1%;
      top: 0;
      z-index: 20;
      color: black;
      text-transform: lowercase; 
      font-size: 1.3em;
      margin-top: 5px;
      
    }

    
#mob-bilder a {
    color: #959595;
}


    nav{
      background-color: white;
      margin-top: 25px;
      height: 100%;
    }


    #logo{
      font-size: 1.3em;
      margin-top: 5px;
      padding-top: 0px;
    }



    .none{
      display: none;
    }

    .none-d{
      display: inline;
    }

    #menu-mob{
      height: 100%;
      position: fixed;
      top: -100%;
      left: 0;
      background-color: white;
      width: 100%;
      z-index: 100;
      margin: 0;
      transition-duration: .5s;
    }

    #menu-mob li{
      padding: 2% 2% 2% 8%;
      height: 5%;
      font-size: 2em;
      text-transform: lowercase;
    }

    #menu-mob li:first-child{
      padding: 2% 2% 2% 2%;
      height: 5%;
      font-size: 2em;
      text-transform: lowercase;
    }

    #menu-mob li a{
      color: #959595;
    }

    #menu-mob li:first-child{
      text-align: center;
      margin-bottom: 5%;
      padding-top: 10px;
      font-size: 1.3em;
      height: 5%;
      border-bottom: 1px solid black;
    }

    #slider-mob{
      
      width: 90%;
    }

    #slider-mob span{
      font-size: .8em;
  
    }

    #reset{
      text-align: center;
      margin-bottom: 5%;
      padding-top: 10px;
    }

    .mob-lang,
    .social{
        float: left;
    }

    .social{
      margin-top: 6px;
      max-width: 100%;
    }



    #filters-btn-mob{
      position: fixed;
      right: 50%;
      transform: translate(50%,0);
      top: 0;
      z-index: 20;
      color: black;
      text-transform: lowercase; 
      font-size: 1.3em;
      margin-top: 5px;
    }


    #filters{
      height: 100%;
      position: fixed;
      overflow-y: scroll;
      top: 0;
      left: 0;
      background-color: white;
      width: 100%;
      z-index: 100;
      margin: 0;
      transition-duration: .5s;
      z-index: 200;
      grid-auto-rows: max-content;
    }


    

    .mobdiv{
      border-bottom: 1px solid black;
      padding-left: 8%;
      padding-bottom: 5px;
    }



    #filters, #newsfilters {
      padding: 0 !important;
    }


   #filter-close-btn{
      text-align: center;
      padding-top: 5px;
      font-size: 1.3em;
      height: 5vh;
      border-bottom: 1px solid black;
    }

    #filters div:not(#filter-close-btn){
      font-size: 1.5em;
      
    }

    #filters p a{
      color: #959595;
    }


    .submenu{
      display: none;
    }
    
    .list-title{
      font-size: 1.5em;
    }

    #list div{
      height: 40px;
    }

}

