@CHARSET "ISO-8859-1";

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/backgrounds/bg_1a_wide.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-size: 100% auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

body {
	font-size: 0.90em;
	line-height: 1.2em;
}

.divSpacer {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.centeredTag {
	width: 100%;
	text-align: center;
}

header {
	margin-top: 300px;
	margin-left: 2%;
	margin-right: 25px;
	margin: 0px;
	padding: 0px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	position: fixed;
	background-image: url('../images/backgrounds/bg_2b_o_wide.jpg');
	z-index: 5;
}

#background_img_u {
	width: 100%;
	margin-top: 4.3%;
	z-index: 5;
}

#logo_img {
	position: fixed;
	width: 15%;
	margin-left: 2%;
	margin-top: 1%;
	z-index: 10;
	border: none;
}

article {
	padding-top: 10%;
	margin-left: 2%;
	margin-right: 35px;
	text-align: justify;
}

@media screen and (max-width:1024px) {
	header {
		background-image: url('../images/backgrounds/bg_2b_o.jpg');
	}
	#background_img_u {
		margin-top: 15%;
	}
	html, body {
		background-image: url('../images/backgrounds/bg_1a_wide.jpg');
	}
	article {
		padding-top: 20%;
	}
	#logo_img {
		width: 20%;
		margin-top: 2%;
	}
}

@media screen and (max-width:520px) {
	#logo_img {
		display: none;
	}
}

@media screen and (max-width:420px) {
	article {
		margin-left: 2%;
		margin-right: 2%;
	}
}

section {
	margin-bottom: 2em;
}

footer {
	margin-left: 2%;
	margin-right: 35px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.3em;
	margin-left: 5px;
	margin-right: 5px;
}

hgroup {
	text-align: center;
	margin-bottom: 1.8em;
}

hgroup>h1 {
	margin-bottom: 0.1em;
}

h2 {
	clear: both;
	font-size: 1.15em;
	margin-left: 5px;
	margin-right: 5px;
}

h3 {
	clear: both;
	font-size: 1.1em;
	font-style: italic;
	margin-top: 3em;
	margin-left: 5px;
	margin-right: 5px;
}

.sheader1 {
	text-align: center;
	text-shadow: 2px 2px 2px #7d8096;
}

.sheader2 {
	clear: both;
	font-size: 1.15em;
	margin-left: 5px;
	margin-right: 5px;
}

.sheader3 {
	clear: both;
	font-size: 1.1em;
	font-style: italic;
	margin-top: 3em;
	margin-left: 5px;
	margin-right: 5px;
}

p {
	margin-left: 5px;
	margin-right: 5px;
}

.thumbNailContainer {
	display: block;
}

.thumbNailBox {
	width: 25%;
	padding-bottom: 15px;
	color: #FFF;
	position: relative;
	float: left;
	display: block;
}

.thumbNailBox50 {
	width: 50%;
	padding-bottom: 15px;
	color: #FFF;
	position: relative;
	float: left;
	display: block;
}

@media only screen and (max-width : 500px) {
	.thumbNailBox {
		width: 50%;
		padding-bottom: 15px;
	}
}

.thumbNailFigure {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	border: thin solid gray;
	padding: 3px;
	margin: 2%;
}

.thumbNailFigure:HOVER {
	background-color: #DCE9F9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc),
		to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: linear-gradient(top, #ebf3fc, #dce9f9);
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.6);
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.6);
}

.thumbNailFigure>figcaption {
	font-size: 80%;
	height: 100%;
	color: black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.thumbNailImage {
	width: 100%;
	border: none;
}

.thumbNailImage50 {
	width: 100%;
	border: none;
}

.guestBookContainer {
	display: block;
}

.guestBookEntry {
	display: block;
	width: 99%;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	border: thin solid gray;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 5px;
}

.guestBookEntry img {
	border: none;
}

.guestBookEntry:HOVER {
	background: rgba(220, 233, 249, 0.6);
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.guestBookEntryName {
	padding: 3px;
	font-weight: bold;
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc),
		to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: linear-gradient(top, #ebf3fc, #dce9f9);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.guestBookEntryName img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	opacity: 0.6;
}

.guestBookEntryName img:hover {
	opacity: 1.0;
}

.guestBookEntryName time {
	float: right;
	font-weight: normal;
}

.guestBookEntry p {
	padding-left: 1%;
	padding-right: 1%;
}

.abstractContainer {
	display: block;
}

.abstractContainer .abstractBoxLeft {
	display: block;
	float: left;
	position: relative;
	width: 30%;
}

.abstractContainer .abstractBoxRight {
	display: block;
	margin-left: 31%;
	position: relative;
	width: 68%;
}

@media only screen and (max-width : 400px) {
	.abstractContainer .abstractBoxLeft {
		display: none;
	}
	.abstractContainer .abstractBoxRight {
		width: 100%;
		margin-left: 0;
	}
}

.abstractContainer .abstractBoxContent {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	border: thin solid gray;
	padding: 3px;
	margin-bottom: 8px;
	color: black;
}

.abstract {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	border: thin solid gray;
	margin-top: 1%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2%;
}

.abstract:HOVER {
	background: rgba(220, 233, 249, 0.6);
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

.abstractHeader {
	padding: 3px;
	font-weight: bold;
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc),
		to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: linear-gradient(top, #ebf3fc, #dce9f9);
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.abstractHeaderP {
	margin: 0px;
	margin-right: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.abstractHeader time {
	float: right;
	font-weight: normal;
	font-size: 0.8em;
	position: relative;
	top: -17px;
}

.abstract p.tripAbstractParagraph {
	padding-left: 1%;
	padding-right: 1%;
	height: 140px;
	overflow: hidden;
	margin-bottom: 0;
}

.tripAbstractContainer {
	display: block;
}

.tripAbstractContainer .tripAbstractBox {
	display: block;
	float: left;
	position: relative;
	width: 33%;
}

.twoColumnsLayout {
	display: none;
}

.threeColumnsLayout {
	display: block;
}

@media screen and (max-width:1024px) {
	.tripAbstractContainer .tripAbstractBox {
		width: 50%;
	}
	.twoColumnsLayout {
		display: block;
	}
	.threeColumnsLayout {
		display: none;
	}
}

@media only screen and (max-width:700px) {
	.tripAbstractContainer .tripAbstractBox {
		width: 100%;
	}
}

.previewImage {
	display: block;
	float: left;
	margin-right: 8px;
	max-width: 180px;
	max-height: 132px;
	width: 40%;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	border: thin solid gray;
}

.tourReference {
	font-size: 0.8em;
	height: 1em;
	margin-right: 10px;
	text-align: right;
	margin-top: 0;
}

.anchor {
	margin-top: -25%;
	position: absolute;
}

/** TOPO */
.topoBox {
	display: block;
	position: relative;
	margin-left: 10px;
	float: right;
	width: 50%;
}

.topo {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	border: thin solid gray;
	background-color: white;
	margin: 1% 5px 2%;
}

.topoHeader {
	padding: 3px;
	font-weight: bold;
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc),
		to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: linear-gradient(top, #ebf3fc, #dce9f9);
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.topo p.topoAbstractParagraph {
	margin: auto;
	padding-left: 1%;
	padding-right: 1%;
}

.topoImage {
	display: block;
	float: left;
	margin-right: 8px;
	margin-top: 0;
	width: 100%;
}

.topoDescriptionHeadline {
	display: inline;
}

@media screen and (max-width:600px) {
	.topoBox {
		width: 100%;
	}
	.topoDescriptionHeadline {
		display: block;
	}
}

.not-active {
	pointer-events: none;
	cursor: default;
}

.seperateWindowLink {
	display: block;
	line-height: 40px;
}

.tenPxLeft {
	margin-left: 0px;
}

.center {
	text-align: center;
}

.linkAbstractContainer {
	display: block;
}

.linkAbstractContainer .linkAbstractBox {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 3%;
}

.linkAbstractHeader {
	padding: 3px;
	font-weight: bold;
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc),
		to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: linear-gradient(top, #ebf3fc, #dce9f9);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.paginationBox {
	border: thin solid #808080;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	padding: 3px;
	color: #404040;
	width: 18px;
	display: inline-block;
}

.paginationBox:link {
	text-decoration: none;
}

.paginationBox:HOVER {
	background: rgba(220, 233, 249, 0.6);
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.paginationBoxAcitve {
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	font-weight: bold;
}

span.mail:after {
	content: "@strassnig.at"
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot_selected {
  background-color: black;
}