/*
<style>
/**/

@import url("fonts/adminfont/adminfont.css?ver=not-set");
@import url("fonts/asap/asap-fonts.css?ver=not-set");
@import url("fonts/open-sans/open-sans-fonts.css?ver=not-set");
@import url("htmlbody.css?ver=not-set");
@import url("messages.css?ver=not-set");
@import url("head-line.css?ver=not-set");
@import url("menu-hamburg.css?ver=not-set");
@import url("footer.css?ver=not-set");
@import url("tour-karte.css?ver=not-set");
@import url("termine.css?ver=not-set");
@import url("frontend-tables.css?ver=not-set");
@import url("privacy-policy.css?ver=not-set");


.divansicht {
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.divansicht button {
	box-sizing: border-box;
	float: right;
	width: auto;
	height: auto;
	color: #8a8a8a;
	background-color: transparent;
	outline: none;
	border: none;
	cursor: pointer;
	padding: 0 3px;
	margin: 0;
	font-size: 15px;
	min-height: 35px;
}
.divansicht button.selected {
	background-color: #ebebeb;
	border-radius: 3px;
}
.divansicht button img {
	vertical-align: middle;
	padding-right: 7px;
}


.divpages {
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.divpages button {
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #cbcbcb;
	outline: none;
	border: none;
	cursor: pointer;
	padding: 0 3px;
	margin: 0 6px 6px 0;
	font-size: 20px;
	min-height: 35px;
	border-radius: 0;
}
.divpages button.selected {
	background-color: #9d9d9d;
}
.divansicht button img {
	vertical-align: middle;
	padding-right: 7px;
}


section#tourenfilter a.showhidebutton {
	display: block;
	color: #beaa41;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	padding: 0px 0 0px 0;
	margin: 30px 9% 0 9%;
	line-height: 110%;
	text-transform: uppercase;
	letter-spacing: -1px;
}

div.terminbild {
	box-sizing: border-box;
	float: right;
	max-width: 100%;
	background-color: red;
	margin: 9px 5% 18px 2.7%;
	position: relative;
}
div.terminbild img {
	width: 100%;
	width: 369px;
	max-width: 100%;
	vertical-align: bottom;
}
div.terminbild div.imagecopyright {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  font-weight: 500;
  color: #f3f3f3;
  padding: 0 7px 1px 5px;
  border-top-left-radius: 1px;
  background-color: rgba(128,128,128,0.33);
  text-shadow: 0 0 1px rgba(0,0,0,0.45);
}
div.terminbild div.imagecopyright a {
  color: #f3f3f3;
}


@media all and (min-width: 1101px) and (max-width: 10000px) {
	ul#tracklist > li:nth-child(3n+0) {
		margin-right: 0;
	}
	ul#tracklist > li:nth-child(3n+1) {
		clear: left;
	}
}
/*@media all and (min-width: 621px) and(max-width: 1100px) {*/
/*@media all and (max-width: 1100px) {*/
@media all and (min-width: 621px) and (max-width: 1100px) {
	ul#tracklist > li {
		width: 49%;
	}
	ul#tracklist > li:nth-child(2n+0) {
		margin-right: 0;
	}
	ul#tracklist > li:nth-child(2n+1) {
		clear: left;
	}
}
@media all and (max-width: 620px) {
	ul#tracklist > li {
		width: 100%;
		margin-right: 0;
	}
	div.terminbild {
		margin: 9px 5% 18px 5%;
	}
}



/* *** media queries *** */

@media all and (max-width: 1000px) {
	.resblock {
		width: 100%;
		height: auto;
		min-height: 0;
	}
}
@media all and (max-width: 920px) {
}
@media all and (max-width: 450px) {
	.resblockwrapper {
		margin: 0 10px;
	}
	ul#tracklist > li {
		width: 100%;
		
		margin-right: 0;
	}
	ul#tracklist > li {
		background-color: #e8e8e8;
	}
	#searchbox {
		width: 90%;
	}
}

section .textspalten1 p, 
section .textspalten2 p, 
section .textspalten3 p,
article .textspalten1 p,
article .textspalten2 p,
article .textspalten3 p {
	/*display: initial;*/
	display: block;
}

.textspalten1,
.textspalten2,
.textspalten3 {
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.textspalten1 {
	display: block;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.textspalten2 {
	display: block;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.textspalten3 {
	display: block;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.textspalten2 p:first-of-type,
.textspalten3 p:first-of-type {
	margin-top: 0;
}
.textspalten2 p:last-of-type,
.textspalten3 p:last-of-type {
	margin-bottom: 0;
}
.textspalten1 .imagecontainer2,
.textspalten2 .imagecontainer2,
.textspalten3 .imagecontainer2 {
	margin-top: 12px;
	margin-bottom: 48px;
	height: auto;
	display: block;
	text-align: left;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
section .textspalten1 p:first-of-type:first-letter,
section .textspalten2 p:first-of-type:first-letter,
section .textspalten3 p:first-of-type:first-letter {
	font-size: 485%;
	font-family: 'Asap','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 500;
	line-height: .8em;
	float: left;
	padding-right: .1em;
	margin-top: .05em;
	margin-left: -2px;
	min-width: .5em;
}


section div.gebet {
	font-style: italic;
}
@media all and (max-width: 920px) {
	.textspalten2,
	.textspalten3 {
		column-count: 1;
	}
}