/* --------------------- Weitere Styles
*/
.absatz {
	padding-top: 20px;
}


.absolute {
	position: absolute;
}


.add-frame {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 40px;
	padding-top: 2px;
	overflow: hidden;
}


.add-frame-shadow {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 20px;
	overflow: hidden;
	box-shadow: 1px 1px 3px 3px #cccccc;
}


.adds {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 5%;
	padding-left: 10%;
	padding-right: 10%;
}


.align-right {
	text-align: right;
}


.bootstrap-datetimepicker-widget {
	z-index: 3000;
}


.btn-filter {
	width: calc(100% - 32px);
}


.cal-container {
	width: 1000px;
}


.centered {
	text-align: center;
}


.detail-bilder {
	position: absolute;
	cursor: pointer;
}


.detail-bilder-container {
	position: absolute;
	left: 7%;
	width: 86%;
	height: 60%;
}


.detail-display {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	z-Index: 10;
}


.display-body {
/*	display: -webkit-table; */
	display: flex;
	margin-top: 40px;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
}


.end-space {
	width: 250px;
	height: 400px;
}


.fix {
	position: fixed;
}


.font-gray {
	color: #aaaaaa;
}


.font-porcini {
	color: #f5f5f0;
}


.font-white {
	color: #ffffff;
}


.font-std-bold {
	font-family: gill-light, sans-serif;
	font-size: 14pt;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
}


.footer {
	position: relative;
	top: 270px;
	left: 0px;
	width: 100%;
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
	color: #aaaaaa;
	z-index: 480;
}


.form-control {
	border-radius: 0px;	
}


.full-width {
	width: 100%;
}


.full-text-width {
	display: inline-block;
	width: 100%;
}


.googlemap {
	background-color: #e1dcd5;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}


.googlemap-container {
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 400px;
	height: 280px;
}


.googlemap-container-detail {
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding-top: 100%;
	margin-top: 5px;
	position: relative;
}


.image img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.imageDashboard {
	width: 100%;
	max-width: 360px;
}


.inhalt {
	position: absolute;
	left: 7%;
	width: 84%;
        padding-left: 0px;
}


.jumbotron {
	margin-top: 5%;
	padding-top: 10px;
	border-radius: 0px;
}


.links {
	font-family: unica, sans-serif;
	color: #ffffff;
	position: absolute;
	top: calc(5% + 2px);
	right: 7%;
}


.links-unterkuenfte {
	font-family: unica, sans-serif;
	position: absolute;
	top: calc(5% + 2px);
	right: 7%;
	width: 300px;
	text-align: right;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color:#765C4C;
  border-color:#765C4C;
}


.logo {
	position: absolute;
	top: 5%;
	left: 7%;
	width: 30%;
}


.logo-klein {
	top: 5%;
	left: 7%;
	width: 20%;
	z-index: 1000;
}


.main-picture {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}


.main-picture-container {
	width: 100%;
	height: 60%;
	overflow: hidden;
	text-align: center;
}


.modal-body {
	max-height: calc(100% - 120px);
	overflow-y: scroll;
}


.mouse-pointer {
	cursor: pointer;
}


nav.navbar.navbar-inverse {
	border-radius: 0px;
}


.padding-top {
	margin-top: 0px;
	padding-top: 65px;
}


.popover {
	width: 300px;
	min-height: 100px;
}


.popover-title {
	background: #aa0000;
	color: #ffffff;
}


.rabatt-tag {
	position: absolute;
	top: 0px;
	width: 33%;
	height: 20%;
	text-align: center;
	z-index: 300;
}


.rabatt-txt {
	font-family: georgia, sans-serif;
}


.rahmen {
	border: 1px solid red;
}


.reduced-page-width {
	width: 60%;
}


.reisedaten div {
	display: inline-block;
}


.short {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.text-l {
	font-family: gill-light, sans-serif;
	font-size: 16pt;
}


.text-m {
	font-family: gill-light, sans-serif;
	font-size: 12pt;
}


.text-s {
	font-family: gill-light, sans-serif;
	font-size: 8pt;
}


h1 {
	font-family: unica, sans-serif;
	font-size: 18pt;
}


h2 {
	font-family: gill-light, sans-serif;
	font-size: 16pt;
}


h3 {
	font-family: unica, sans-serif;
	font-size: 14pt;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top: 2px dotted black;
	border-bottom: 2px dotted black;
}


.h4 {
	font-family: unica, sans-serif;
	font-size: 12pt;
}


h5 {
	font-family: gill-light, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}


/* Detectieren ob es sich um ein handheld device handelt */
@media (pointer:none), (pointer:coarse) {
	.handheld {
		display: none;
	}
}

/* In der Folge die Unterschiede zu kleineren Fensterbreiten
ACHTUNG: Diese muessen mit den Werten in karusell.js uebereinstimmen */
@media screen and (max-width: 1024px) {
	.main-picture-container {
		height: 50%;
	}
}


@media screen and (max-width: 768px) {
	.main-picture-container {
		height: 32%;
	}

	.searchbar {
		top: -30%;
	}
}


@media screen and (max-width: 662px) {
	.searchbar-background {
		height: 130px;
	}
}


@media screen and (max-width: 450px) {
	.main-picture {
		width: 140%
	}

	.main-picture-container {
		height: 40%;
	}

	.btn-min-width-large {
		min-width: 120px;
	}

	.filterbar-input {
		min-width: 120px;
	}

	.googlemap-container {
		visibility: hidden;
	}

	.menu-button-container {
		width: 86%;
	}
}


@media screen and (max-width: 370px) {
	.main-picture-container {
		height: 50%;
	}
}
