/*
///////////////////////////////////////////////////////////////////////////////////////////
 HTML / Body
///////////////////////////////////////////////////////////////////////////////////////////
*/
html, body {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 1.15rem;
	color: #212529;
	background-color: #ffffff;
}
@media (min-width: 768px) {
	html, body {
		font-size: 1.05rem;
	}
}




footer a,
footer a:link,
footer a:visited {
	color: white;
	text-decoration: none;
}
footer a:hover,
footer a:focus {
	color: #f5df4d;
	text-decoration: none;
}

section a,
section a:link,
section a:visited {
	color: #212529;
	text-decoration: none;
}
section a:hover,
section a:focus {
	color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
}












h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

h1.divider-xs-dark,
h1.divider-dark {
	display: inline-block;
	padding-bottom: 1.25rem;
	margin-bottom: 2.25rem !important;
	background-image: url('../img/divider/divider1.svg'); 
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: bottom center;
	min-width: 120px;
	text-align: center;
}
@media (min-width: 768px) {
	h1.divider-md-dark,
	h1.divider-dark {
		display: inline-block;
		padding-bottom: 1.5rem;
		margin-bottom: 2.25rem !important;
		background-image: url('../img/divider/divider1.svg'); 
		background-repeat: no-repeat;
		background-size: 150px;
		background-position: bottom center;
		min-width: 150px;
		text-align: center;
	}
	h1.divider-xs-dark {
		display: inherit !important;
		padding-bottom: inherit !important;
		margin-bottom: inherit !important;
		background-image: none; 
		background-size: 0;
		background-position: inherit !important;
		min-width: inherit !important;
	}
}










h1.divider-sagi {
	display: inline-block;
	padding-bottom: 2.75rem;
	margin-bottom: 1.75rem !important;
	background-image: url('../img/divider/dark.svg'); 
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: bottom center;
	min-width: 200px;
	text-align: center;
}

h1.divider-brown {
	display: inline-block;
	padding-bottom: 2.5rem;
	margin-bottom: 1.75rem !important;
	background-image: url('../img/divider-brown.svg'); 
	background-repeat: no-repeat;
	background-size: 180px;
	background-position: bottom center;
	min-width: 180px;
	text-align: center;
}
h1.divider-white {
	display: inline-block;
	padding-bottom: 2.5rem;
	margin-bottom: 1.75rem !important;
	background-image: url('../img/divider-white.svg'); 
	background-repeat: no-repeat;
	background-size: 180px;
	background-position: bottom center;
	min-width: 180px;
	text-align: center;
}

.desktop-only {
	display: none !important;
}
.mobile-only {
	display: inherit !important;
}

@media (min-width: 768px) {
	.desktop-only {
		display: inherit !important;
	}
	.mobile-only {
		display: none !important;
	}
}

/*
///////////////////////////////////////////////////////////////////////////////////////////
Colors
///////////////////////////////////////////////////////////////////////////////////////////
*/
.bg-brown-old {
	background-color: #A65C45;
}
.bg-brown {
	background-color: #A05C45;
}



.bg-dark {
	background-color: #212529;
	color: #ffffff;
}
.bg-taupe1 {
	background-color: rgba(0, 0, 0, 0.08);
}
.bg-taupe2 {
	background-color: #E9E5E1;
}
.bg-taupe3 {
	background-color: #D4D2D1;
}
.bg-taupe4 {
	background-color: #CAC7C1;
}
.bg-taupe5 {
	background-color: #DAD2CC;
}
.bg-taupe6 {
	background-color: #CEBCAE;
}


@media (min-width: 768px) {
	.bg-md-white {
		background-color: #ffffff;
	}
	.bg-md-brown {
		background-color: #A65C45;
	}
	.bg-md-dark {
		background-color: #212529;
		color: #ffffff;
	}
	.bg-md-taupe1 {
		background-color: rgba(0, 0, 0, 0.08);
	}
	.bg-md-taupe2 {
		background-color: #E9E5E1;
	}
	.bg-md-taupe3 {
		background-color: #D4D2D1;
	}
	.bg-md-taupe4 {
		background-color: #CAC7C1;
	}
	.bg-md-taupe5 {
		background-color: #DAD2CC;
	}
	.bg-md-taupe6 {
		background-color: #CEBCAE;
	}
}


.bg-taupe7 {
	background-color: #DBE1E4;
}
.bg-taupe8 {
	background-color: #DEDDD2;
}
.bg-taupe9 {
	background-color: #CCCCCC;
}
.bg-taupe10 {
	background-color: #BBC4B8;
}

.bg-taupe11 {
	background-color: #A1AAAE;
}
.bg-taupe12 {
	background-color: #8F9493;
}
.bg-taupe13 {
	background-color: #8F9493;
}
.bg-taupe14 {
	background-color: #787168;
}
.bg-taupe15 {
	background-color: #D9D3C1;
}
.bg-taupe16 {
	background-color: #A29884;
}
.bg-taupe17 {
	background-color: #DAC0A6;
}
.bg-taupe18 {
	background-color: #BCA195;
}
.bg-taupe19 {
	background-color: #DAD6D2;
}

/*
///////////////////////////////////////////////////////////////////////////////////////////
 Buttons
///////////////////////////////////////////////////////////////////////////////////////////
*/


.btn-sag {
  color: #ffffff !important;
  background-color: #A87E6C !important;
  border-color: #A87E6C !important;
}
.btn-sag:hover {
  color: #ffffff !important;
  background-color: #BCA195 !important;
  border-color: #BCA195 !important;
}
.btn-check:focus + .btn-sag, .btn-sag:focus {
  color: #ffffff !important;
  background-color: #A87E6C !important;
  border-color: #A87E6C !important;
  box-shadow: 0 0 0 0.25rem #CEBCAE !important;
}
.btn-check:checked + .btn-sag, .btn-check:active + .btn-sag, .btn-sag:active, .btn-sag.active, .show > .btn-sag.dropdown-toggle {
  color: #ffffff !important;
  background-color: #A87E6C !important;
  border-color: #A87E6C !important;
}
.btn-check:checked + .btn-sag:focus, .btn-check:active + .btn-sag:focus, .btn-sag:active:focus, .btn-sag.active:focus, .show > .btn-sag.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem #CEBCAE;
}






/*
///////////////////////////////////////////////////////////////////////////////////////////
 Layout / Design
///////////////////////////////////////////////////////////////////////////////////////////
*/



@media (min-width: 768px) {
	footer.py-5,
	section.py-5 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}
}

.py-3-4 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}

.container {
	max-width: 1200px !important;
}


img.logo {
	width: 100%;
	max-width: 400px;
	height: auto;
}

img.label {
	height: 100px;
	width: auto;
}

img.img-full {
	display: block;
	height: 100%;
	width: auto;
}

img.img-fullsize {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}




.h1-gen4 {
	/*color: #A65C45;*/
	color: #A05C45;
	display: inline-block;
	font-size: 5.75rem;
	font-weight: 700;
	line-height: 1;
}

.h2-gen4 {
	color: #212529;
	display: inline-block;
	font-size: 2.65rem;
	font-weight: 400;
	line-height: 1;
}
.h2-gen4 > span {
	font-size: 2rem;
}

@media (min-width: 992px) {
	.h1-gen4 {
		font-size: 7rem;
	}
	.h2-gen4 {
		font-size: 3.25rem;
	}
	.h2-gen4 > span {
		font-size: 2.5rem;
	}
}




/*
///////////////////////////////////////////////////////////////////////////////////////////
 Navbar
///////////////////////////////////////////////////////////////////////////////////////////
*/
.hamburger {
	padding: 0 0 0 0.5rem;
	color: white;
	font-size: 2rem;
	line-height: 1;
	background-color: transparent;
	border:  0 none;
	border-radius: 0;
}

@media (min-width: 768px) {
	.hamburger {
		display: none;
	}
}

.nav-link:focus {
	outline: 0 !important;
}


.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1) !important;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.5) !important;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	color: #f5df4d !important;

}
.dropdown-item.active, .dropdown-item:active {
	background-color: #f5df4d !important;
	color: #212529 !important;
}


@media (max-width: 800px) {
	.home-link {
		display: none;
	}
}








/*
///////////////////////////////////////////////////////////////////////////////////////////
 Sortiment
///////////////////////////////////////////////////////////////////////////////////////////
*/

img.prod-100-lc {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

img.prod-100-rc {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

img.prod-100-ct {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

img.prod-100-cb {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}



/*
///////////////////////////////////////////////////////////////////////////////////////////
 Ausrichtung
///////////////////////////////////////////////////////////////////////////////////////////
*/

.ps-6 {
	padding-left: 5rem !important;
}
.pe-6 {
	padding-right: 5rem !important;
}
.pt-6 {
	padding-top: 5rem !important;
}
.pb-6 {
	padding-bottom: 5rem !important;
}
.ms-6 {
	margin-left: 5rem !important;
}
.me-6 {
	margin-right: 5rem !important;
}
.mt-6 {
	margin-top: 5rem !important;
}
.mb-6 {
	margin-bottom: 5rem !important;
}


@media (min-width: 768px) {
	.ps-md-6 {
		padding-left: 5rem !important;
	}
	.pe-md-6 {
		padding-right: 5rem !important;
	}
	.pt-md-6 {
		padding-top: 5rem !important;
	}
	.pb-md-6 {
		padding-bottom: 5rem !important;
	}
	.ms-md-6 {
		margin-left: 5rem !important;
	}
	.me-md-6 {
		margin-right: 5rem !important;
	}
	.mt-md-6 {
		margin-top: 5rem !important;
	}
	.mb-md-6 {
		margin-bottom: 5rem !important;
	}
}

@media (min-width: 992px) {
	.ps-lg-6 {
		padding-left: 5rem !important;
	}
	.pe-lg-6 {
		padding-right: 5rem !important;
	}
	.pt-lg-6 {
		padding-top: 5rem !important;
	}
	.pb-lg-6 {
		padding-bottom: 5rem !important;
	}
	.ms-lg-6 {
		margin-left: 5rem !important;
	}
	.me-lg-6 {
		margin-right: 5rem !important;
	}
	.mt-lg-6 {
		margin-top: 5rem !important;
	}
	.mb-lg-6 {
		margin-bottom: 5rem !important;
	}
}

.img-aktion {
	max-width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 8px;
	border-radius: 0.25rem;
	border: 1px solid #dee2e6 !important;
}


@media (min-width: 768px) {
	.img-aktion {
		max-height: 180px;
		width: auto;
	}
}

.img-footer {
	max-width: 250px;
	height: auto;
}


@media (min-width: 768px) {
	.img-footer {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}