/*
///////////////////////////////////////////////////////////////////////////////////////////
 HTML
///////////////////////////////////////////////////////////////////////////////////////////
*/

body {
	padding-top: 52px;
	background-color: #ffffff;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}

@media (min-width: 576px) {
	body {
		padding-top: 65px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}

a {
	color: #F05F40;
}

a:hover {
	color: #F05F40;
}




/*
///////////////////////////////////////////////////////////////////////////////////////////
 ACCORDION
///////////////////////////////////////////////////////////////////////////////////////////
*/
.accordion-link {
	color: #222222;
	text-decoration: none;
}

.accordion-link:hover {
	color: #F05F40;
	text-decoration: none;
}

.accordion-link:focus {
	color: #F05F40;
	text-decoration: none;
}





/*
///////////////////////////////////////////////////////////////////////////////////////////
 Logo
///////////////////////////////////////////////////////////////////////////////////////////
*/

#logo {
	width: auto;
	height: 35px;
}

@media (min-width: 576px) {
	#logo {
		width: 280px;
		height: auto;
	}
}



/*
///////////////////////////////////////////////////////////////////////////////////////////
 LISTE
///////////////////////////////////////////////////////////////////////////////////////////
*/
.bh-list {
	padding-bottom: 1rem !important;
	margin-right: 0;
	margin-left: 0;
}

	.feld-abstand {
		margin-top: 5px;
	}

.l-list {
	text-align: left;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-top: 1px solid #CED4DA;
	border-right: 1px solid #CED4DA;
	border-bottom: 0 none;
	border-left: 1px solid #CED4DA;
	border-radius: 0.25rem 0.25rem 0 0;
}

.m-list {
	text-align: left;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-top: 0 none;
	border-right: 1px solid #CED4DA;
	border-bottom: 0 none;
	border-left: 1px solid #CED4DA;
}

.r-list {
	text-align: left;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-top: 0 none;
	border-right: 1px solid #CED4DA;
	border-bottom: 1px solid #CED4DA;
	border-left: 1px solid #CED4DA;
	border-radius: 0 0 0.25rem 0.25rem;
}

@media (min-width: 768px) {
	.l-list {
		text-align: left;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border-top: 1px solid #CED4DA;
		border-right: 0 none;
		border-bottom: 1px solid #CED4DA;
		border-left: 1px solid #CED4DA;
		border-radius: 0.25rem 0 0 0.25rem;
	}

	.m-list {
		text-align: right;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border-top: 1px solid #CED4DA;
		border-right: 0 none;
		border-bottom: 1px solid #CED4DA;
		border-left: 0 none;
	}

	.r-list {
		text-align: right;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border-top: 1px solid #CED4DA;
		border-right: 1px solid #CED4DA;
		border-bottom: 1px solid #CED4DA;
		border-left: 0 none;
		border-radius: 0 0.25rem 0.25rem 0;
	}

	.feld-abstand {
		margin-top:0;
	}

}

/*
///////////////////////////////////////////////////////////////////////////////////////////
 BESTELLUNG
///////////////////////////////////////////////////////////////////////////////////////////
*/

.l-order {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
}

.r-order {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.r-order {
		text-align: right;
		padding-bottom: 0;
	}
}









/*
///////////////////////////////////////////////////////////////////////////////////////////
 Masthead
///////////////////////////////////////////////////////////////////////////////////////////
*/
.masthead-section {
	background-color: #F5ECE7;
	padding: 0;
}
.masthead-badge {
	padding-top: 30px;
	padding-bottom: 30px;
}
.masthead-badge > h1 {
	font-size: 22px;
	text-align: center;
}
@media (min-width: 576px) {
	.masthead-badge {
		color: #222222;
		background: transparent url('../img/badge-180.png') no-repeat;
		width: 180px;
		height: 180px;
		padding: 25px;
		margin: 30px 0 0 0;
		position: absolute;
		z-index: 1000;
		text-align: center;
	}
	.masthead-badge > h1 {
		font-size: 20px;
		font-weight: bold;
	}
}
@media (min-width: 992px) {
	.masthead-badge {
		color: #222222;
		background: transparent url('../img/badge-280.png') no-repeat;
		width: 280px;
		height: 280px;
		padding: 40px;
		margin: 50px 0 0 0;
		position: absolute;
		z-index: 1000;
		text-align: center;
	}
	.masthead-badge > h1 {
		font-size: 32px;
		font-weight: bold;
		
	}
}

.masthead {
	width: 100%;
	padding: 0;
	margin: 0;
	max-height: 800px;
	overflow: hidden;
}

.masthead-image {
	width: 100%;
	height: auto;
}
@media (min-width: 1600px) {
	.masthead-image {
	margin-top: -100px;
	}
}
@media (min-width: 2400px) {
	.masthead-image {
	margin-top: -200px;
	}
}



/*
///////////////////////////////////////////////////////////////////////////////////////////
 Sections
///////////////////////////////////////////////////////////////////////////////////////////
*/

section {
	width: 100%;
	padding: 60px 0 60px 0;
	margin: 0;
}


.section-heading {
	font-size: 20px;
}
@media (min-width: 576px) {
	.section-heading {
		font-size: 30px;
	}
}
.hr-1 {
	max-width: 100px;
	border-width: 3px;
	border-color: #F05F40;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

.hr-2 {
	max-width: 100px;
	border-width: 3px;
	border-color: #ffffff;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

.sprungmarke {
	position:absolute; 
	width: 100%;
	height: 60px;
	margin: 0 0 -56px 0;
	background-color: transparent;
}


/*
///////////////////////////////////////////////////////////////////////////////////////////
 CARDS
///////////////////////////////////////////////////////////////////////////////////////////
*/

.card {
	margin-top: 1.5rem;
	text-align: center;
	min-width: 240px;
}

.card-home {
	min-width: 240px;
	word-wrap: break-word;
	background-color: transparent;
	border: 0 none;
	text-align: center;
}

.card > i {
  font-size: 3em;
}

.card-home > .card-body {
  padding: 1.25rem 0 0 0;
}

.card-title {
	font-size: 22px;
}

.card-home > .card-footer {
  padding: 1.25rem 0 1.25rem 0;
  background-color: transparent;
  border-top: 0 none;
}


.card-image-home {
	width: 150px;
	height: 150px;
	margin: 0 auto;
}


.liste_links {
	text-align: left;
}

.card-image {
	width: 150px;
	height: 150px;
	margin: 0 auto;
}











@media (min-width: 576px) {
	.card-title {
		font-size: 24px;
	}
	.card > i {
	  font-size: 4em;
	}
}

@media (min-width: 992px) {
	.card-home {
		min-width: 400px;
	}
}

@media (min-width: 1200px) {
	.card-home {
		min-width: 240px;
	}
}


/*
///////////////////////////////////////////////////////////////////////////////////////////
 Sidebar
///////////////////////////////////////////////////////////////////////////////////////////

*/
.sidebar {
	position: fixed;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2050;
	width: 100%;
	max-width: 992px;
	visibility: visible;
	outline: 0;
/*	overflow-y: scroll; */
	padding: 0;
	font-size: 1.15rem;
	transition: transform 0.3s ease-in-out;
	transform: translateX(100%);
}

.sidebar-start {
	transform: translateX(0);
}
.sidebar-end {
	transform: translateX(100%);
}

.sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sidebar22 ul li {
	position: relative;
	padding: 0.15rem 0 0.15rem 1rem;
}

.sidebar ul li span {
	display: inline-block;
	width: 1rem;
	top: 0.15rem;
	text-align: left;
}


.sidebar .divider {
	background-size: 130px;
	padding-bottom: 1.5rem;
}

.sidebar a,
.sidebar a:visited {
	color: #222222;
	text-decoration: none;
}
.sidebar a.active,
.sidebar a:focus {
	color: #F05F40;
	text-decoration: none;
}


.sidebar a:hover {
	color: #999999;
	text-decoration: none;
}

@media (min-width: 992px) {
	.sidebar {
		border-left: 1px solid #dee2e6 !important;
	}
}


.btn-sb-close {
	width: 19px !important;
	height: 19px !important;
	margin: 1rem !important;
	cursor: pointer;
}

@media (min-width: 576px) {
	.btn-sb-close {
		width: 17px !important;
		height: 17px !important;
		margin: 1.5rem !important;
	}
}







/*
///////////////////////////////////////////////////////////////////////////////////////////
 Navbar
///////////////////////////////////////////////////////////////////////////////////////////
*/
.sb-toggler {
	padding: 0;
	color: #222222;
	font-size: 2rem;
	line-height: 1;
	background-color: transparent;
	border:  0 none;
	border-radius: 0;
	cursor: pointer;
}

@media (min-width: 992px) {
	.sb-toggler {
		display: none;
		padding: 0 0 0 0.5rem;
	}
}



.navbar {
	background-color: white !important;
	border-bottom: 1px solid #DDDDDD !important;
}

.nav-item {
	padding-top: 8px;
	font-weight: 600;
}

.navbar .navbar-nav .nav-link {
	color: #222222;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #F05F40 ;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #F05F40 ;
}


.navbar-toggler {
  background-color: #ffffff;
}
.navbar-toggler:focus {
  outline: 0;
}

.navbar-light .navbar-toggler {
	border-color: rgb(34,34,34);
}



.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,34,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #999999;
}
.navbar .navbar-link {
  color: #999999;
}
.navbar .navbar-link:hover {
  color: #000000;
}


.dropdown-menu .dropdown-item {
  color: #222222;
}
/*
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: #F05F40;
}
*/
.dropdown-menu .dropdown-item:focus {
  background-color: #f8f9fa;
}
.dropdown-toggle:focus {
  outline: 0 !important;
}

.dropdown-menu .dropdown-item.active {
  color: #F05F40;
  background-color: #ffffff;
}
.dropdown-menu .dropdown-item.active:hover {
  background-color: #f8f9fa;
}


.badge {
	font-size: 90% !important;
	padding: 0.20em 0.4em;
	border-radius: 0.75rem;
}
.badge-sb {
	color: #ffffff;
	background-color: #F05F40;
}

#badge_top {
	cursor: pointer;
}

#badge_top > i {
	font-size: 1.25rem;
}

.badge-m {
	display: inline-block !important;
	font-weight: 700 !important;
	padding: 0 0.5rem !important;
	border-radius: 2rem !important;
	color: #ffffff !important;
	background-color: #F05F40 !important;
}


.img-cart {
	width: auto !important;
	height: 1.75rem !important;
}



@media (min-width: 992px) {
	.badge-m {
		display: none !important;
	}
	.cart-m {
		display: none !important;
	}
	.img-cart {
		display: none !important;
	}
}








/*
///////////////////////////////////////////////////////////////////////////////////////////
 Text und Standard Klassen
///////////////////////////////////////////////////////////////////////////////////////////
*/

.text-center { text-align: center !important; }
.text-middle { vertical-align: middle !important; }
.text-justify { text-align: justify !important; }
.text-nowrap { white-space: nowrap !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
.text-white { color: #fff !important; }
.text-red { color: #F05F40 !important; }
.margin-top-10 { margin-top: 10px !important; }
.full-width { width: 100% !important; }


/*
///////////////////////////////////////////////////////////////////////////////////////////
 BUTTONS
///////////////////////////////////////////////////////////////////////////////////////////
*/

.btn-sb {
	font-weight: 600;
	color: #222222;
	background-color: #f1f1f1;
	border-color: #f1f1f1;
	border-radius: 1.25rem;
}
.btn-sb:hover {
	color: #F05F40;
}

.btn-sb-white {
	font-weight: 600;
	color: #F05F40;
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 1.25rem;
}

.btn-sb-white:hover {
	color: #222222;
}

.btn-sb-red {
	font-weight: 600;
	color: #222222;
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 1.25rem;
}

.btn-sb-red:hover {
	color: #F05F40;
}

.btn-shop {
	font-weight: 600;
	color: #222222;
	background-color: #e1e1e1;
	border-width: 1px;
	border-color: #d6d6d6;
	padding: 0.4rem 1rem;
	border-radius: 1.5rem;
}
.btn-shop:hover {
	color: #F05F40;
	background-color: #ebebeb;
}



/*
///////////////////////////////////////////////////////////////////////////////////////////
 LABELS
///////////////////////////////////////////////////////////////////////////////////////////
*/

.holz-label-l {
	text-align: center;
}
.holz-label-m {
	text-align: center;
}
.holz-label-r {
	text-align: center;
}
@media (min-width: 768px) {
	.holz-label-l {
		text-align: left;
	}
	.holz-label-r {
		text-align: right;
	}
}














/*
///////////////////////////////////////////////////////////////////////////////////////////
 MAPS / KONTAKT
///////////////////////////////////////////////////////////////////////////////////////////
*/

.google-maps {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important;
	width: 100% !important;
	height: 300px !important;
}

@media (min-width: 992px) {
	.google-maps {
		height: 450px !important;
	}
}

.mobspace {
	background-color: transparent;
}


@media (max-width: 767px) {
	.mobspace {
		padding-bottom: 25px;
	}
}


.txt-md  {
	text-align: center;
}
@media (min-width: 768px) {
	.txt-md  {
		text-align: left;
	}
}


.span-md  {
	display: inline;
}
@media (min-width: 768px) {
	.span-md  {
		display: inline-block;
		width: 80px;
	}
}

  

.image-md {
	width: 280px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	float: none;
	background-color: white;
}
.image-md > img {
	margin-bottom: -15px;
	width: 280px;
	height: auto;
}
@media (min-width: 768px) {
	.image-md {
		width: 360px;
		float: right;
	}
	.image-md > img {
		width: 360px;
	}
}





/*
///////////////////////////////////////////////////////////////////////////////////////////
 DIVERSES
///////////////////////////////////////////////////////////////////////////////////////////
*/


@media (min-width: 768px) {
	.mobile-only {
		visibility: hidden;
		display: none;
	}
}

	.desktop-only {
		visibility: hidden;
		display: none;
	}
@media (min-width: 768px) {
	.desktop-only {
		visibility: visible;
		display: block;
	}
}

	.badge-fix {
		visibility: hidden;
		display: none;
	}
@media (min-width: 576px) {
	.badge-fix {
		visibility: visible;
		display: block;
	}
}







.container-c {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-c {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-c {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-c {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-c {
    max-width: 1140px;
  }
}


.btn:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0) !important;
}


.no-box-shadow {
	outline: 0 !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0) !important;
}




@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}














