body, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

*, :after, :before {
    box-sizing: inherit;
}

.boxes{
  width: 300px;
  height: 300px;
  background: #CCC;
  overflow: hidden;
}

.boxes img{
  width: 100%;
  height: auto;
}

@supports(object-fit: cover){
    .boxes img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}

#filter-options{
    display:none;
}


.list:hover{
    background:grey;
    color:white;
    width:100%;
    height:100%;
}

#footer h4 {
    text-align: center;
    width: 100%;
    font-weight: normal;
    font-family: 'CrystalSky';
    letter-spacing: 0px;
    text-transform: lowercase;
    font-size: 50px;
}

body {
    color: #111111;
}
html, body {
    font-family: "Telefon", "Roboto", Helvetica, Arial, sans-serif;
}
html, body {
    background-color: #fff;
    font-size: 16px;
    height: 100%;
    line-height: 22px;
    width: 100%;
}

#page {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.slideout-panel {
    background-color: #fff;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

.page {
    overflow: hidden;
    min-height: calc(100vh - 145px);
}

.header {
    z-index: 105;
    border-top: solid 8px;
    background-color: white;
    padding: 0px 0px 15px;
    margin-top: 0;
    position: relative;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.row {
    margin: 0px;
    display: grid;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}


ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

a, a:hover, a:active, a:visited, a:focus {
    color: #aedbcd;
}
a:hover {
    opacity: 0.8;
}
a, a:active, a:hover {
    text-decoration: none;
}
a:active, a:hover {
    outline-width: 0;
}

.desktop-menu a:hover, .menu-right a:hover {
    color: #aedbcd;
}

nav {
    display: block;
}

ul.dropdown li {
    display: inline-block;
    height: auto;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.desktop-menu a:link, .desktop-menu a:visited, .menu-right a:link, .menu-right a:visited, .other-footer-links a {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px 10px;
    font-size: 13px;
    color: #000;
}
a, a:hover, a:active, a:visited, a:focus {
    color: #aedbcd;
}
nav a {
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    height: 20px;
    display: block;
}


a {
    -webkit-tap-highlight-color: transparent;
}
a {
    outline: none;
    text-decoration: none;
}
a, a:active, a:hover {
    text-decoration: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.header .dropdown, .header .fas, .header .top_menu--link {
    color: #606974;
}
.dropdown {
    position: absolute;
}


nav li {
    display: inline-block;
    list-style-type: none;
    position: relative;
}

ul.dropdown li a {
    text-align: left;
}

nav li ul {
    display: none;
    position: absolute;
    width: 200px;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    z-index: 1000;
    background: #fff;
    text-align: left;
    padding-top: 15px;
}
ol, ul {
    list-style: none;
}

#toggleElement, .menu-right-mobile {
    display: none;
}

.desktop-menu a:link, .desktop-menu a:visited, .menu-right a:link, .menu-right a:visited, .other-footer-links a {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px 10px;
    font-size: 13px;
    color: #000;
}

#filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: fit-content;
}

.see-all{
    font-size: 16px;
    display: block;
    text-align:center;
    padding:3px;
    margin:3px;
    color:#616f7e;
}

.swiper-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
}

.dropdown.menu-element {
  width: 100%
}
.dropdown {
  position: relative
}
.dropdown--head-link {
  font-size: 1em;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.dropdown--action svg {
  width: 15px;
}
.dropdown--head-link {
  display: flex;
  align-items: center;
}
.slideout-menu {
  width: 280px;
}
.dropdown--action.show-content + .hidden {
  display: block !important;
  position: relative;
  width: 100%;
  left: -8px;
  right: 0;
  margin-top: 15px;
}
.dropdown--body a {
  height: auto;
}

.title-menu{
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
}

a.menu-element {
    font-size: 1em;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 1.5em;
    border-bottom: none;
}

@media (max-width: 768px){
    .menu-right{
        display:none;
    }
    
    .desktop-menu{
        display:none;
    }
    
    #toggleElement, #right-mobile{
        display:block;    
    }
    
    .row{
        grid-template-columns: repeat(2, 1fr);
    }
    
    #category-filter, #level-filter, #dur-filter{
        width:200px;
    }
}

@media (max-width:450px){
    .footer-links{
        text-align:center;
        margin-bottom:10px;
    }
    
    .icon-container{
        margin-bottom:10px;
    }
    
    #filter{
        flex-direction:column;
    }
    
    .category-see-all{
        display:block;
    }
    
    .row{
       grid-template-columns: repeat(1, 1fr); 
    }
    
    #category-filter, #level-filter, #dur-filter{
        width:240px;
    }

}

@media (min-width:900px){
    .row{
       grid-template-columns: repeat(3, 1fr); 
    }
    
    #category-filter, #level-filter, #dur-filter{
        width:240px;
    }
}



























@media (min-width: 1250px){
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1200px){
.container {
    max-width: 1140px;
}}

@media (min-width: 992px){
.container {
    max-width: 960px;
}}

@media (min-width: 768px){
.container {
    max-width: 720px;
}}

@media (min-width: 576px){
.container {
    max-width: 540px;
}}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media only screen and (min-width: 75em){
.container {
    width: 76rem;
}}

@media only screen and (min-width: 64em){
.container {
    width: 65rem;
}
}

@media only screen and (min-width: 48em){
.container {
    width: 49rem;
}}
