
img {
	max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1350px) {
	body {
		width: auto;
		padding: 10px;
		margin: 0
	}
	#header {
		height: auto
	}
	#header h1 {
		font-size: 30px
	}
	#inhalt {
		max-width: 900px;
	}
	#inhalt img {
		max-width: 100%;
		height: auto
	}
	#footer>table:first-child tr:first-child td:first-child {
		display: none
	}
	iframe {
		max-width: 100%;
		height: auto;
		min-height: 170px;
	}
}

@media screen and (max-width: 768px) {
	#header h1 {
		margin: 0 30px
	}
	#header table:first-child tr:first-child td:nth-child(1),
	#header table:first-child tr:first-child td:nth-child(2),
	#header table:first-child tr:first-child td:nth-child(4),
	#header table:first-child tr:first-child td:nth-child(5) {
		display: none
	}
	#map,
	#map_hp {
		display: none;
	}
	td.td-name,
	td.td-nav {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	div#spaltelinks {
		width: auto;
		float: none
	}
	div#spaltelinks ul {
		overflow: hidden;
		padding: 0;
		margin: 0
	}
	div#spaltelinks ul li {
		float: left;
		list-style-type: none;
		list-style-image: none;
		margin: 10px
	}
	div#spaltelinks>a,
	div#spaltelinks>p {
		display: none
	}
	div#inhalt {
		margin: 20px 0 0 0
	}
}

ul.backlinks {
	margin: 0;
	padding: 0
}

ul.backlinks li {
	list-style-type: none;
	padding: 0;
	margin: 10px 0;
	color: red;
	font-family: "Comic Sans MS", sans-serif
}

@media screen and (max-width: 1024px) {
	img {
		max-width: 100%;
		height: auto
	}
	.bergtourenarchiv-wrap {
		width: 100%;
		overflow-x: scroll;
	}
}

@media screen and (max-width: 768px) {
	center table {
		border: 1px solid #808080;
		border-collapse: collapse;
		border-spacing: 0
	}
	center table td {
		display: block;
		padding: 5px
	}
	center table td a {
		margin: 40px 0;
		display: block
	}
	.datenblatt {
		display: none
	}
	.no-mobile {
		display: none;
	}
}

