/* This code is only meant for previewing your Reflow design. */


.topbar {
top: 0px;
  width: 100%;
  background-color: #571d00;
  display: flex;
  justify-content: flex-end;  /* 👈 aligns content to the right */
  gap: 1.5rem;
  padding: 1rem 2rem;
	position:fixed;;
	z-index : 9999;
}

.topbar .icon {
	
margin-top: 4px;
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* turns black SVGs white */
  transition: transform 0.2s;
  cursor: pointer;
}

.topbar .icon2 {
	width: 30px;
	height: 30px;
	filter: brightness(0) invert(1); /* turns black SVGs white */
	transition: transform 0.2s;
	cursor: pointer;
	margin-left: 10px;
	padding-left: 10px;
	border-left: thin solid #FFF;
}

.topbar .icon:hover {
  transform: scale(1.2);
}
.topbar .icon2:hover {
  transform: scale(1.2);
}
* {
  box-sizing: border-box;
}
transition {
	transition: 1s;
}
#Box_Slider {
	padding: 0px;
	float: left;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	clear: both;
	width: 100%;
	position: relative;
	background-color: #fff;
}
#Box_SliderBalken {
  float: left;
  margin: 5px 0 0 0;
  clear: both;
  width: 100%;
  min-height: 30px; /* <-- ensures background is visible */
height: 30px;
  position: relative;
  background-color: rgb(207, 179, 150);
  z-index: 100 !important;
}
#Box_Inhalt {
	float: left;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
	width: 100%;
	position: relative;
	background-color: #fff;
	z-index: 100 !important;
	border-bottom: 1em solid #cfb396;
}

#Box_Galery {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    width: 100%;
    margin-right: auto;
    position: relative;
	z-index: 11112 !important;
	padding: 20px;
	background-color: rgb(255, 255, 255);
}
#Box_Title {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    clear: none;
    width: 80%;
    margin-right: auto;
    position: relative;
}

#Box_Text {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 10px;
    clear: none;
    width: 80%;
    margin-right: auto;
    position: relative;
}

#Box1_BG_wrapper {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

#Box1 {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 2; /* image stays on top */
}

#Box1 img {
  width: 100%;
  height: auto;
  display: block;
}

#Box1_BG {
  position: absolute;
  top: 0;             /* align with top of image */
  left: 0;
  width: 100%;        /* span full width */
  height: 85%;        /* 90% of image height */
  background-color: rgb(207, 179, 150);
  z-index: 1;         /* behind the image */
}

#Box_Imagelibrary {
	float: none;
	height: auto;
	margin: 104px auto 0px;
	clear: both;
	width: 100%;
}
#Box_Galery {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    width: 100%;
    margin-right: auto;
    position: relative;
	z-index: 11112 !important;
	padding: 20px;
	background-color: rgb(207, 179, 150);
}
#Box_Footer_Logos {
    float: left;
	min-height: 80px;
    height: auto;
    margin-left: 0px;
    margin-top: 20px;
    clear: both;
    width: 100%;
    position: relative;
	background-color: rgba(255,255,255,1.00);
}

#Box_Footer_Content {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 16px;
    clear: none;
    width: 90%;
    margin-right: auto;
	text-align: center;
}
#Box_Footer_Logo {
    text-align: center;
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 40px;
    clear: none;
    width: 30%;
    margin-right: auto;
	margin-bottom: 20px;
	position: relative;
}
#Box_Footer_Adress {
	vertical-align: top;
    float: left;
	align-content: center;
	min-height: 50px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    width: 100%;
    position: relative;
	background-color: #604539;
}
#Box_Footer {
	vertical-align: top;
    float: left;
	align-content: center;
	min-height: 50px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    width: 100%;
    position: relative;
	background-color: #cfb396;
}