body {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
header {
	position: relative;
	height: min(90px, 9.5vw);
}
footer {
	position: relative;
	margin-top: 0;
	height: 90px;
	background-image: url(./images/footer.webp);
	background-repeat: repeat;
	background-position: bottom;
	background-size: auto;
	background-color: white;
}
.foot-address {
	font-size: max(9px, 0.75em);
	line-height: 1.2;
	margin-left: calc(6% + 24px);
	bottom: 5px;
	position: absolute;
}
.add-right {
	text-align: right;
	padding-right: 2em;
}
.add-left {
	text-align: left;
}
.foot-mark{
	width: 45px;
	margin: -33px 6%;
	float: right;
}
.foot-logo{
	position: absolute;
	height: 94%;
	right:calc(6% + 24px);
	top: 2%;
}
.logomark {
	display: inline-block;
	float: left;
	margin-top: 0.75em;
	margin-left: 2em;
}
.top-mark{
	width: min(68px, 7.65625vw);
	margin-top: min(10px, 0.78125vw);
	margin-right: min(30px, 2.34375vw);
	margin-left: min(40px, 3.125vw);
	margin-bottom: min(18px, 1.40625vw);
}
.desc {
    display: block;
    font-size: 0.75em;
    line-height: 1;
    margin-left: 9.5em;
    margin-top: 0.25em;
    position: absolute;
}
.top-logo{
	width: min(500px, 30vw);
}
.top-messe {
	position: absolute;
	top: 3px;
	right: 7.5%;
	width: 40%;
}


.swiper-slide {
	display: inline-block;
}