/* Tolo Innenausbau */

:root {
	--farbe-marke:     #007F9B;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	body.home #main {
		position: relative;
		display: block;
		width: 100%;
		height: calc(100vw * 0.5625);
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
	}
	body.home #main {
		background-image: url(/img/tolo-web_S1.jpg);
	}
	body.standard #main {
		background-image: url(/img/tolo-web_S2.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top center;
	}
	body.home #main .kontaktdaten {
		position: absolute;
		top: 35%;
		left: 70%;
		font-size: 1.1vw;
	}
	body.home #main .navbot {
		position: absolute;
		top: 10.5%;
		left: 33.5%;
		font-size: 1.0vw;
	}
	body.standard #main .navbot {
		position: relative;
		font-size: 1.0vw;
	}
	#container {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
	#container .inside {
		padding: 180px 15px 35px 15px;
	}
	#header .homelink {
		position: absolute;
		top: 3vw;
		right: 6vw;
		display: block;
		width: 28vw;
		height: 10vw;
	}
}
@media screen and (max-width: 767px) {
	body.home #main {
		position: relative;
		display: block;
		width: 100%;
		height: calc(100vw * 1.77778);
		background-image: url(/img/tolo-mob-web_S1.jpg);
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
	}
	body.standard #main {
		background-image: url(/img/tolo-mob-web_S2.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top center;
	}
	body.home #main .kontaktdaten {
		position: absolute;
		top: 89%;
		left: 24.2%;
		font-size: 3.0vw;
	}
	body.home #main .kontaktdaten span.web {
		display: none;
	}
	body.home #main .navbot {
		position: absolute;
		top: 97%;
		left: 24.2%;
		font-size: 3.0vw;
	}
	body.standard #main .navbot {
		position: relative;
		font-size: 1.0vw;
	}
	#container {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
	#container .inside {
		padding: 230px 15px 35px 15px;
	}
	#header .homelink {
		position: absolute;
		display: block;
		width: 100%;
		height: 220px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	body.standard #main {
		background-size: 50%;
	}
}
@media screen and (max-width: 480px) {
	body.standard #main {
		background-size: 70%;
	}
}

body.home #main h1, 
body.home #main h2 {
	display: none;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }

a {
	text-decoration: none;
	color: inherit;
}
.background img {
	width: 100%;
	max-width: 1920px;
	height: auto;
}

#footer {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#footer .inside {
	padding: 15px 15px 30px 15px;
	border-top: 1px solid var(--farbe-marke);
}




