
body {
	font-family: Karla!important;
}

#logo {
	background-image: url('../img/logo-meinb.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 42px;
	width: 104px;
	top: 7px;
	position: absolute;
}

#logo_footer {
	background-image: url('../img/logo-meinb.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 42px;
	width: 104px;
}

.filiale-image {
	max-width: 100%;
}

@media (min-width: 992px) {
	#logo {
		height: 60px;
		width: 148px;
	}
	.navbar {
		padding: 20px!important;
	}
	.nav-item {
		padding: 0 15px;
	}
	.page-header {
		height: 650px;
	}
	.page-header-sm {
		height: 250px;
		font-family: Veneer-Three;
		text-transform: uppercase;
		font-size: 65px;
		line-height: 60px;
	}
	.filiale {
		font-size: 50px;
	}
	.product_title {
		font-size: 33px;
	}
	.productSearch {
		margin-top: -4rem;
	}
}

@media (max-width: 992px) {
	.page-header {
		height: 250px;
	}
	.page-header-sm {
		height: 130px;
		font-family: Veneer-Three;
		text-transform: uppercase;
		font-size: 37px;
		line-height: 35px;
	}
	.filiale {
		font-size: 30px;
	}
	.product_title {
		font-size: 25px;
	}
	.productSearch {
		margin-top: 1rem;
	}
}

.filiale {
	font-family: Veneer-Three;
	text-transform: uppercase;
	line-height: 45px;
}

.product_title, .card-title-text {
	font-family: Veneer-Three;
	text-transform: uppercase;
}

.navbar {
	text-transform: uppercase;
    font-family: Karla,Arial;
	font-weight: bold;
	font-size: 13px;
    color: #5f4c33;
}

.page-header h1 {
	font-family: Karla;

}
.page-header .lead {
	font-family: Clarendon;
}

.page-header-sm {
	color: white;
	position: relative;
}

.line {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

hr {
  border: 0;
  border-top: 4px black;
  flex: 1;
  z-index: 1;
}

.line i {
  font-size: 40px;
  color: black;
  padding: 30px;
}

h2 {
	font-family: Clarendon;
}

#toTopBtn {
     position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 15px;
    background-color: hsla(5,76%,62%,.8);
    display: none;
}

.js .cd-top--fade-out {
    opacity: .5;
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,visibility .3s,background-color .3s;
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0,0,0,.05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5,76%,62%,.8);
    background-color: hsla(var(--cd-color-3-h),var(--cd-color-3-s),var(--cd-color-3-l),0.8);
}

@media print {
	.hideforprint {
		display: none!important;
	}
	
	.pagebreak {
		clear: both;
		page-break-after: always;
	}
}
