@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,600;1,700&display=swap');

body {
	/*margin: 1em;*/
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background-image: url(../img/Hanteln-Hintergrund.jpg);
	background-repeat: no-repeat;
	/* background-position-y: -611px;
	background-size: auto 1920px;
	background-position-x: center; */
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	display: block;
	/*overflow-x: hidden;*/
	/*justify-content: end;
    display: flex;*/
	/*top: -611px;
	left: 0px;
	width: 1920px;
	height: 1920px;*/
	    height: 100vh;
    max-height: 1080px;
}

body * {
	box-sizing: border-box;
}

.body-wrapper-inner {
	max-width: 100%;
	height: auto;
	height: inherit;
	    
}

a {
	text-decoration: none;
}

h1 {
	color: #263069;
    font-size: 44px;
    letter-spacing: 0px;
    font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 38px;
	letter-spacing: 0px;
	color: #707070;
	font-weight: 700;
	margin: 0;
}

.header-wrapper {
	top: 70px;
	top: 6.5%;
	left: 246px;
	left: 12.8%;
	width: 388px;
	width: 20.2%;
	height: 167px;
	height: 15.5%;
	text-align: left;
	letter-spacing: 0px;
	opacity: 1;
	position: absolute;
	white-space: nowrap;
}

.disclaimer {
	top: 288px;
	top: 26.7%;
	left: 147px;
	left: 7.7%;
	width: 732px;
	width: 38%;
	height: 213px;
	height: 19.7%;
	text-align: right;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
	font-size: 48px;
	position: absolute;
    font-style: italic;
    font-weight: bold;
	display: inline-block;
	white-space: nowrap;
}

.main {
	font-size: 24px;
	display: block;
	height: auto;
	position: relative;
	height: inherit;
	height: calc(100vh - 76px);
    width: 100%;
}

.img {
	top: 37px;
	left: 996px;
	left: 50%;
	width: 445px;
	height: 516px;
    position: absolute;
}

.hours-wrapper {
	display: block;
	position: absolute;
	font-weight: 600;
	top: 491px;
	top: 45.463%;
	top: 50%;
	top: 0;
	bottom: 0;
	min-height: 454px;
	left: 962px;
	left: 50%;
	width: 527px;
	max-height: 513px;
	/* background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 0.87;  */
}

.hours-wrapper img {
	position: absolute;
    top: -454px;
    top: 0;
}

.hours-wrapper-inner {
	padding: 48px 40px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	top: 454px;
	position: absolute;
	margin-bottom: 76px;
	opacity: 0.87;
}

.hours-header-content-wrapper {
	max-height: 248px;
}

.hours-wrapper, .contact-wrapper {
	/*display: block;*/
	/*margin: 1em 0;*/
}

.contact-header {
	padding-bottom: .5em;
	/* font-weight: bold; */
}

.hours-content, .contact-content {
	/* margin: 0 .5em;
	margin: 1em; */
}

footer {
	/* position: absolute; */
	font-weight: bold;
	/* top: 1004px; */
	/* top: 100%;
	bottom: 0; */
	left: 0px;
	height: 76px;
	background: #A1A9C5 0% 0% no-repeat padding-box;
	opacity: 1;
	/* max-width: 100%;
	width: 1920px;
	width: 100%; */
    /* overflow-x: hidden; */
	/* width: 100%; */
	display: block;
	position: fixed;
	width: 100%;
}

footer div {
	/* top: 1030px; */
	/* left: 583px;
	width: 1393px;
	height: 187px; */
	text-align: left;
	/* font: normal normal normal 20px/28px Hero New; */
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	display: inline-block;
	position: relative;
	font-weight: 600;
	font-size: 20px;
}

.contact-wrapper {
	/*width: 100%;*/
	/*left: 583px;
	left: 25%;*/
	white-space: nowrap;
    /*padding-right: 2em;*/
	background: #A1A9C5;
	height: 76px;
}

.disclaimer, .visiting {
	margin: .5em 0;
}

.contact-header, .contact-content {
	padding-top: 26px;
}

@media screen and (min-width: 1720px) { 

	.img {
			top: 3.43%;
	top: 4%;
    left: 51.88%;
    width: 23.2%;
    height: 47.8%;
	}

	footer {
		width: 100%; 
	}
}

@media screen and (max-width: 720px) { /* 1080px */
	
	body {
		height: unset;
	}
	
	footer {
		width: 100%; 
	}
	
	.body-wrapper-inner {
		/* padding: 1em; */
		margin-bottom: -2em;
		
	}
	
	.header-wrapper, .disclaimer {
		padding: 20px;
	}
	
	.main {
		height: unset;
	}
	
	.main .img, .main .hours-wrapper, .header-wrapper, .disclaimer {
		position: relative !important;
		left: unset;
		top: unset;
		margin: ;
	}
	
	.main .img, .main .hours-wrapper {
		margin: 0 auto;
	}
	
	.main .img {
		/*top: 147px;*/
		    top: -32px;
		width: 194px;
		height: 233px;
	}
	
	.main .hours-wrapper {
		/*top: 355px;*/
		width: 277px;
		width: 360px;
		height: 138px;
		height: 235px;
		font-size: 18px;
		min-height: unset;
	}
	
	.header-wrapper, .disclaimer {
		height: unset;
	}
	
	.header-wrapper {
		height: 64px;
		
	}
	
	h1 {
		font-size: 18px;
	}
	
	h2 {
		font-size: 16px;
	}
	
	.disclaimer {
		display: block;
		text-align: left;
		height: unset;
		width: unset;
		font-size: 28px;
	}
	
	.img img {
		/*top: 147px;*/
left: 83px;
width: 194px;
height: 233px;
	}
	
	.hours-header-content-wrapper {
		height: unset;
	}
	
	.hours-wrapper-inner {
    padding: .5em;
	    padding: 20px;
		margin-bottom: unset;
		top: unset;
}

footer {
	top: unset;
	height: 56px;
	position: relative;
}

.contact-wrapper {
	font-size: 16px;
	text-align: center;
	left: unset;
	top: unset;
}

.contact-header, .contact-content {
	padding: unset;
}

footer div {
	font-size: 16px;
	text-align: center;
}

.contact-header {
	display: none;
}

.hours-wrapper {
	/*left: -1em !important;*/
	    top: -60px !important;
		width: 100% !important;
		    max-width: 450px;
}

.contact-content {
	padding: .3em;
}

.contact-wrapper {
    width: 100%;

}

body {
	background-size: contain;
	    background-position-y: bottom;
}

.desktop-only {
	display: none;
}

.desktop-only + a {
	display: block;
}

}

@media screen and (min-width: 721px) {

	.mobile-only {
		display: none;
	}
	
	footer div {
		display: flex;
		margin: 0 auto;
	}

}

@media screen and (min-width: 1071px) and (max-width: 1600px) {
.disclaimer {
	left: 12.8%;
	font-size: 36px;
}
	
}

@media screen and (max-width: 1070px) and (min-width: 721px) { 

.disclaimer {
	left: 12.8%;
	font-size: 32px;
}

footer div {
	font-size: 16px;
	    font-size: 14px;
    margin: auto;
    padding-bottom: 14px;
}

.contact-header, .contact-content {
	    padding: 0 1em;
}

.contact-wrapper {
	white-space: unset;
}

.desktop-only {
	padding: 0 .5em;
}
}