@font-face {
    font-family: Roboto;
    src: url(../assets/Roboto-Regular.ttf);
}


body {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    line-height: 35px;
    font-weight: bold;
    color: #ffffff;
    background-color: #161616;
    margin: 0px;
    padding: 0px;
    min-height: 100px;
    user-select: none;
    cursor: default;
    height: auto !important;
}

a {
    text-decoration: none !important;
}

p {
    user-select: auto;
    cursor: default;
}

h1 {
    margin-top: -100px;
    font-size: 120px;
    line-height: 170px;
}

h2 {
    color: #908568;
    font-size: 35px;
    line-height: 50px;
}

.gold {
    color: #908568;
}

.sticky-wrapper.is-sticky > .main-container {
    /*width: calc(100% - 100px) !important;
    left: 50px !important;*/
}

.blackhole {
    position: relative;
    display: block;
    padding-top: 25px;
    padding-bottom: 0px;
    left: -100px;
    width: 100%;
    height: 75px;
    background-color: rgba(34,31,32,1);
    box-shadow: 0px 0px 30px 10px rgba(34, 31, 32, 1);
}

.row {
    position: relative;
    display:block;    
    margin: 100px;
    height: auto;
}

.spacer-100 {
    position: relative;
    display:block;
    width: 100%;
    height: 100px;
}

.spacer-50 {
    height: 50px;
}

.box {
    position: relative;
    display: block;
    border: 5px solid #908568;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    text-align:center;
}

.box.white {
    border: 5px solid #ffffff;
    color: #908568;
}

.dots {
    position:relative;
    display: block;
    width: 100%;
    height: 50px;
    background-image: url(../assets/dots.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.slider {
    left: 100px;
    top: 100px;
    width: calc(100% - 200px);
	height: auto;
}


.slider img {
 
}

.slider div {
	width: 100%;
	height: 400px;
    outline: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.slick-prev:before, .slick-next:before {
    font-size: 100px !important;
    color: #908568 !important;
}

.slick-prev, .slick-next {
    width: 100px !important;
    height: 100px !important;
    top: calc(50%px) !important;
}

.slick-prev {
    left: -105px !important;
}

.slick-next {
    right: -105px !important;
}

.filter-container, .main-container {
    position: relative;
    display:block;
    height: auto;
    width: calc(100% - 200px) !important;
    left: 200px !important;
}

.filter-container {
    z-index: 90 !important;
    width: 100% !important;
    left: 0px !important;
}

.main-container {
    z-index: 100 !important;
}

.filter-header, .main-header {
    position: relative;
    display: block;
    background-color: #908568;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px;
}

.main-header {
    font-size: 26px;
    line-height: 35px;
    height: 55px;
    min-height: 70px !important;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../assets/burger.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    width: calc(100% 20px);
}

.filter-header {
    text-align: center;
    padding: 18px;
    margin-bottom: 30px;
}

.filter-header:hover, .main-header:hover {
    transform: scale(1.05);
}

.filter-content, .main-content {
    position: absolute;
    top: 100px;
    width: 100%;
    display: none;
    height: auto;
    left: -100px !important;
}

.main-content {
    top: 125px;
}

.filter-content {
    left: 0px !important;
}

.filter-content.active, .main-content.active {
    display: block;
}

.filter, .main {
    display:block;
    background-color: #ffffff;
    color: #908568;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 10px solid #908568 !important;
    transition: all 0.2s ease-in-out;
    cursor:pointer;
    user-select: none;
}


a:last-child > .main, a:last-child > .filter{
    border-bottom: 0px solid black !important;
}

.main:hover, .filter:hover {
    background-color: #cccccc;
}

.filter.all {
    color: #161616;
}

.filter.active:after {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-weight: bold;
    content: "✓";   
}

.agb {
    position: relative;
    display:block;
    text-align: center;
    margin-bottom: 50px;
    background-color: #ffffff;
    padding: 18px;
    color: #161616;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
    border-radius: 8px;
    z-index: 80 !important;
}

.sticky-wrapper.is-sticky > .agb {
    width: calc(100% - 240px) !important;
}

.agb:hover {
    transform: scale(1.05);
}

.agb-container {
    position:relative;
    display: block;
    visibility: hidden;
    height: 10px;
    font-size: 0px;
    line-height: 0px;
}

.agb-container.active {
    display: block;
    visibility: visible;
    height: auto;
    font-size: 25px;
    line-height: 36px;
}

@media screen and (max-width: 800px) {
    .row {
        margin-left: 40px;
        margin-right: 40px;
    }
    .slick-prev:before, .slick-next:before {
    font-size: 50px !important;
    }
    .slider {
        width: calc(100% - 100px);
        left: 50px;
    }
    .slick-next, .slick-prev {
        width: 50px !important;
        height: 50px;
    }
    .slick-prev {
        left: -55px !important;
    }
    .slick-next {
        right: -55px !important;
    }
    .sticky-wrapper.is-sticky > .agb {
        width: calc(100% - 120px) !important;
    }
    .main-container {
        width: calc(100% - 80px) !important;
        left: 140px !important;
    }
    
}