html{
	max-width: 100vw;
	width: 100vw;
	overflow-x: hidden !important;
}
body {
    font-family: 'Varela Round', sans-serif !important;
    color: #000;
	line-height: 30px;
}
#notfound{
	height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0px 15px;
	flex-wrap: wrap;
	
}
.invisible{
	display: none !important;
}
#notfound .notfound{
	display: inline-block;
    text-align: center;
}
#notfound .notfound h1{
	font-size: 186px;
	font-weight: 100;
	text-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
@media screen and (max-width: 425px){
	#notfound .notfound h1{
		font-size: 142px;
	}
}
#notfound .notfound .pagesList{
	display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: center;
    padding: 0px;
	flex-wrap: wrap;
}
#notfound .notfound .pagesList li a{
	padding: 10px 15px;
}
@keyframes pulse {
  0%{transform:scale(.1);opacity: 0;}
  50%{ opacity: .4;}
  100%{transform: scale(1.6); opacity: 0;}
}
.loadAnimation{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background: #fff;
	display: block;
	z-index: 99999;
}
.loadAnimation div {
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  margin: auto auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
}
.loadAnimation div:nth-child(1){
  animation: pulse 2s infinite;
}
.loadAnimation div:nth-child(2){
  animation: pulse 2s infinite .3s;
}
.loadAnimation div:nth-child(3){
  animation: pulse 2s infinite .6s;
}
.loadAnimation div:nth-child(4){
  text-align: center;
  font-size: 14px;
  line-height: 80px;
  width: 40px;
  height: 40px;
}
li.dropdown.visible:hover ul.dropdown-menu {
    display: block;
}
li.dropdown.active.visible:hover ul.dropdown-menu {
    display: block;
}
.dropdown-menu{
	border: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.dropdown-menu>li>a{
	color: #777;
	transition: all 0.3s;
}
.dropdown-menu>li.active>a {
    background: transparent;
    color: #000;
}
.sidenav .dropdown-menu{
	width: max-content;
    left: 0px;
    right: 0px;
    margin: auto;
}
.topbar{
	padding: 15px;
	color: #fff;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999;
	transition: all 0.4s ease-in-out;
}
.topbar a{
	color: #fff;
	text-decoration: none;
}
.topbar.invisible{
	display: none;
}
.topbar h1,.topbar h2,.topbar h3,.topbar h4,.topbar h5{
	margin: 0px;
}
@media screen and (max-width: 425px){
	.topbar{
		padding: 15px 0px;
	}
}
.nav-default {
    border: none;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	transition: all 0.4s ease-in-out;
}
.nav-default .nav-list>li>a {
    color: #000;
    font-size: 16px;
}
.nav-default .nav.nav-list>li>a, .nav-inverted .nav.nav-list>li>a{
	transition: all 0.3s;
}
.nav-default .nav-list>.active>a, .nav-default .nav-list>.active>a:focus, .nav-default .nav-list>.active>a:hover {
    color: #000 !important;
    box-shadow: none !important;
	background: transparent !important;
}

.carousel-caption{
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	height: 100% !important;
	bottom: 0px !important;
}
.carousel-caption h1{
	margin: 0px;
    padding: 15px;
    background-color: #000;
}
@media screen and (max-width: 767px){
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption p {
    padding: 5px;
    font-size: 16px;
    margin: 0px;
}
}
.assortiment-info{
	padding: 15px;
}
.assortiment-info .assortiment{
	position: relative;
}
.assortiment-info .assortiment .overlay{
	position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.3s;
	height: 50px;
	color: #fff;
}
.assortiment-info .assortiment .overlay a{
	color: #fff;
}
.assortiment-info .assortiment:hover .overlay{
	height: 100%;
}
.contact-us, .follow-us{
	position: relative;
}
hr{
	margin: 50px 0px;
}
.contact-us .overlay, .follow-us .overlay{
	position: absolute;
	width: calc(100% - 30px);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	flex-direction: column;
}
.contact-us .overlay a, .follow-us .overlay a{
	color: #fff;
}
.contact-us img, .follow-us img{
	height: 450px;
	width: 100%;
	object-fit: cover;
}
.carousel-control{
	z-index: 06
}
.sidenav{
    position: fixed;
    right: -100%;
	top: 0px;
    z-index: 99;
    height: 100vh;
    width: 100vw;
    background: #fff;
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sidenav.open{
	right: 0%;
}
.btn-primary{
	border-radius: 0px;
    border: none;
    padding: 10px 15px;
    background: #000;
	transition: all 0.3s;
}
.btn-primary:hover{
	background: #000;
	box-shadow: 0px 0px 10px #000;
}
.carousel-indicators li {
    width: 50px;
    height: 5px;
    border: none;
    background: hsla(0,0%,100%,0.50);
    margin: 0px;
}
.carousel-indicators .active {
    background: #000;
    height: 5px;
    width: 50px;
    border: none;
    margin: 0px;
}
.footer {
    background-color: #222;
    color: #fff;
	margin-top: 30px;
	padding: 20px 0px;
}
.backToTop{
	height: 55px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 55px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border: none;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(20px) saturate(180%);
	-webkit-backdrop-filter: blur(20px) saturate(180%);
	transition: all 0.3s;
	cursor: pointer;
	padding: 15px;
}
.coockieAlert{
	display: none;
	position: fixed;
    bottom: 15px;
    right: 15px;
    width: 350px;
    background: rgba(255,255,255,0.9);
    padding: 15px;
    backdrop-filter: blur(20px) saturate(180%);
	-webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / .1);
}
.coockieAlert h1{
	margin-top: 0px;
}
.coockieAlert #coockieAccept{
	border: none;
    border-radius: 0px;
}
#map {
    width: 100%;
    height: 60vh;
	opacity: 1;
}
.floating-label input, .floating-label textarea {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0px;
    padding-left: 0px;
    padding-top: 25px;
    padding-bottom: 11px;
	outline: none !important;
}
.floating-label input:focus, .floating-label textarea:focus {
	outline: none !important;
	box-shadow: none;
	border-color: #e2e2e2;
}
.floating-label .label {
    position: absolute;
    top: 14px;
    left: 0px;
    font-size: 16px;
    color: #999;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.2s ease;
}
.sidenav .sidenavList{
	list-style: none;
    padding: 0px;
	text-align: center;
/*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
*/
}
.sidenav .sidenavList li a{
	padding: 10px 15px;
	display: block;
	font-size: 18px;
	color: #777;
}
.nav-toggle{
	margin: 0px;
    border: none;
    background: transparent;
    border-radius: 0px;
}
.nav-toggle .icon-bar{
	transition: all 0.3s;
}
.nav-toggle.minus .icon-bar:nth-of-type(1) {
	transform: translate3d(0,8px,0);
}

.nav-toggle.minus .icon-bar:nth-of-type(3) {
	transform: translate3d(0,-8px,0);
}
@media screen and (max-width: 425px){
	.topbar h1, .topbar h2, .topbar h3, .topbar h4 {
		font-size: 17px;
	}
}