/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#Box_WebyepSymbols {
    height: auto;
    width: 120px;
    z-index: 99999 !important;
    float: right;
}
.WebyepSymbols + div {
    width: 15px;
    height: 15px;
    display: block;
}
.WebyepSymbols img {
    width: 15px !important;
    height: 15px !important;
}

#Box_Menu_Main {
    left:104px;
   top: 0px;
    width: 222px;
    margin-right: auto;
    z-index: 99999 !important;
    position: absolute;
}

#Box_Menu {
	top: 0px;
	left: 60px;
    float: left;
    height: 60px;
    margin-left: 0%;
    margin-top: 0px;
    width: 42px;
	position: fixed
}

#Box_Menu_Symbol1 {
	top: 0px;
	left: 204px;
    float: left;
    height: 60px;
    margin-left: 3px;
    margin-top: 0px;
    clear: none;
    width: 42px;
}
#Box_Menu_Symbol2 {
    float: left;
    height: 60px;
    margin-left: 3px;
    margin-top: 0px;
    clear: none;
    width: 42px;
    margin-right: 0%;
}

#Box_Menu_Symbol3 {
    float: left;
    height: 60px;
    margin-left: 3px;
    margin-top: 0px;
    clear: none;
    width: 42px;
    margin-right: 0%;
}

#Box_Menu_Symbol4 {
    float: left;
    height: 60px;
    margin-left: 3px;
    margin-top: 0px;
    clear: none;
    width: 42px;
    margin-right: 0%;
}
#Box_Slide {
	float: left;
	min-height: 200px;
	height: auto;
	margin: 0px 0px 0px 0%;
	clear: none;
	width: 100%;
	min-width: 0px;
	top: 0px;
	position: sticky;
	border-top-width: 6px;
	border-top-color: #CF562C;
}
.Slides img {
	width: 100%;
	height: auto;
}
#Box_Slider_Logo {
   left:20%;
   top:30%;
   -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
    width: 18%;
    margin-right: auto;
    position: absolute;
    z-index: 99999 !important;
}

#Box_Slider_Text {
    left:50%;
   top:70%;
   -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
    width: 82%;
    margin-right: auto;
    position: absolute;
    z-index: 99999 !important;
}
#Box_Div {
    clear: both;
    height: 1px;
    width: 100%;
}
#Box_Background_Content2 {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 100%;
    min-width: 0px;
	z-index: 11111;
	position: relative;

}
#Box_Content {
	padding: 10px;
    float: none;
    height: auto;
    margin: 40px auto 0px;
    clear: none;
    width: 80%;
    display: block;
    padding-bottom: 10px;
background-color: rgb(255, 255, 255, 0.9);

}
#Box_Text {
    float: none;
    height: auto;
    margin: 5px auto 0px;
    clear: none;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
background-color: rgb(255, 255, 255, 0.9);
	padding: 25px;
}

#Box_Content1_Titel {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    text-align: center;
}
#Box_Imagelibrary {
    float: none;
    height: auto;
    margin: 14px auto 0px;
    clear: both;
    width: 100%;
}

#Box_Content1_Text {
    float: left;
    height: auto;
    margin: 15px 0px 0px;
    clear: both;
    width: 100%;
    color: #000000;
}

#box {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 10px;
    clear: both;
    width: 100%;
    min-width: 0px;
}

#box1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 30%;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    margin-right: 0%;
}

#box2 {
    float: left;
    height: auto;
    margin-left: 5%;
    margin-top: 0px;
    clear: none;
    width: 30%;
    margin-right: auto;
    position: relative;
    top: 0px;
    display: block;

}

#box3 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 30%;
    margin-right: 0%;
    position: relative;
    left: 0px;
}
#Box_Carousel {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 20px;
    clear: none;
    width: 100%;
    min-width: 0px;
    padding-top: 10px;
    background-color: rgb(204, 204, 153);
}
#Box_Footer_Logos {
	margin-bottom: 20px;
	margin-top: 40px;
position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;             /* Allow wrapping on small screens */
  gap: 10px;                   /* Space between logos */
  background-color: #ccc;      /* Light gray background */
  padding: 20px;               /* Space inside the container */
  min-height: 120px;           /* Ensures vertical space */
  width: 100%;
  box-sizing: border-box;      /* Ensures padding doesn't overflow */
}
#Box_Footer {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    min-width: 0px;
    background-color: rgb(207, 86, 44);
	position: relative;
	text-align: center;
}

#Box_Footer_Logo {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    width: 25%;
    margin-right: auto;
    overflow:visible;
    margin-bottom: 20px;
	text-align: center;

}

#Box_Footer_Address {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    width: 70%;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
    #Box_Content {
    width: 90%;
}
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 520px) {
        #Box_Content {
    width: 94%;
}
#Box_Slider_Logo {
   left:0%;
   top:0%;
   visibility: hidden;
   width: 0%;
}
}
@media only screen and (max-width: 400px) {
}