﻿* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font: 16px/20px Arial,sans-serif;
  color: #000;
}

.helvetica,
body.home {
	font-family: Helvetica;
	font-weight: lighter;
	font-size: 16px;
	line-height: 19px;
}

a {
  color: #000;
}

.content .clear,
.clear {
  clear: both;
}

.content .float-none {
  float: none;
}

.right {
  float: right;
}

strong {
	font-weight: bold;
}

.padding-top {
	padding-top: 15px;
}

.padding-top-35 {
	padding-top: 35px;
}

.home .content .no-margin p,
.content .no-margin p {
	margin-bottom: 0;
	margin-top: 0;
}

.content .normal-case {
  text-transform: none;
}

.content a:hover {
  text-decoration: none;
}

/* @group main-wrapper */
#main-wrapper {
  height: 100%;
	min-width: 1090px;
}
/* @end */

/* @group sidebar */
#sidebar {
  width: 270px;
  min-height: 100%;
  float: left;
}

#site-title {
  display: block;
  width: 140px;
  height: 140px;
  background: url(../img/content_neu/logo_neu_4march.png) no-repeat center center transparent;
  margin: 20px auto;
  overflow: hidden;
}

.hotels #site-title {
  background-image: url(../img/elements/logo-int.png);
}

#site-title a {
  display: block;
  width: 140px;
  height: 140px;
  text-indent: -70000em;
}

.claim {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  width: 123px;
  height: 43px;
  background: url(../img/elements/perfect.gif) no-repeat center center transparent;
  text-indent: -70000em;
}

.facebook {
  text-decoration: none;
}

.facebook:hover span {
  text-decoration: underline;
}

.facebook span {
  font-size: 10px;
  position: relative;
  bottom: 6px;
  left: 2px;
}

/* @group navigation */
#navigation {
  margin: 20px;
  list-style: none;
  font-size: 11px;
  line-height: 16px;
}

#navigation li {
  margin-bottom: 10px;
}

#navigation li.last {
  margin-bottom: 0;
}

#navigation a {
  display: inline-block;
  padding-left: 20px;
  padding-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

#navigation .active a,
#navigation a:hover {
  color: red;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
/* @end */
/* @end */

/* @group content */
#content {
  background: url(../images/bgimage.jpg) repeat-y left top transparent;
  padding-left: 20px;
  float: left;
  min-height: 100%;
  height: auto !important;
  height: 100%;
	width: 800px;
}

.content-wrapper {
  padding: 20px 10px;
}

.content-wrapper .content {
  padding: 20px 30px;
}

.content h2 {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 55px;
  padding-top: 3px;
}

.home .content h2 {
	margin-bottom: 45px;
}

.content h3 {
  display: block;
  float: left;
  font-size: 19px;
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
}

.content h4 {
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 20px;
}

.content h5 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}

.content .inline {
  padding-left: 20px;
}

.content p {
  margin: 20px 0;
}

.home .content p {
	margin-bottom: 30px;
  margin-top: 0;
}

.content .text-indent {
  text-indent: 50px;
}

.content .text-indent strong {
	font-size: 17px;
	font-weight: bold;
}

.content .text-indent-20 {
  text-indent: 20px;
}

.content .inline-img {
  float: left;
  margin: 0 10px 10px 0;
}

.content address {
  margin: 0 0 20px;
  font-style: normal;
}

.content dl {
  overflow: hidden;
  margin: 20px 0;
}

.content dt {
  width: 120px;
  clear: both;
  float: left;
}

.content dl.hotels dt {
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.content dd {
  float: right;
  display: block;
  width: 393px;
}

.content dl.hotels dd {
  width: 400px;
  padding-left: 10px;
  padding-bottom: 10px;
/*  padding-top: 10px;*/
  height: 140px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.content dl.hotels h4 {
  font-size: 14px;
}

.content .infos {
  background: #eee;
  padding: 10px;
  width: 550px;
  margin-top: 10px;
}

.content .email,
.content .pdf {
  display: inline-block;
  background: url(..//images/pdf.gif) no-repeat left 3px transparent;
  padding-left: 25px;
  margin-bottom: 10px;
  color: red;
}

.content .email {
  background: url(../images/email.jpg) no-repeat left center transparent;
}

.infos ul {
  list-style: none;
}

.infos ul li {
  margin-bottom: 10px;
}

.content .teaser {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.teaser li {
  float: left;
  border: 1px solid #dedede;
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.teaser li.last {
  margin-right: 0;
}

.teaser li em {
  display: block;
}

.teaser li a {
  display: block;
  width: 125px;
  height: 180px;
  overflow: hidden;
}

.teaser li a img {
  border: none;
}

.content .odd, .content .even {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.reference {
  padding-bottom: 45px;
}

/* @group content-part */
.content-part {
  margin-bottom: 30px;
  overflow: hidden;
}

.content-part .text {
  float: left;
  text-align: justify;
  width: 520px;
	position: relative;
	min-height: 657px;
	padding-bottom: 35px;
}


/*the line below the last picture-bottom*/
#index_bottom_line {
  border-bottom: 4px solid #e52712;
  padding-bottom: 15px;
}

#philosophie_bottom_line {
  border-bottom: 4px solid #00893d;
  padding-bottom: 15px;
}

#vision_bottom_line {
  border-bottom: 4px solid #0071b8;
  padding-bottom: 15px;
  margin-top: 155px;
}

#erfahrung_bottom_line {
  border-bottom: 4px solid #fecc00;
  padding-bottom: 15px;
}

#betreiber_bottom_line {
  border-bottom: 4px solid #0071b8;
  padding-bottom: 15px;
}

#entwickler_bottom_line {
  border-bottom: 4px solid #e52712;
  padding-bottom: 15px;
}

#projekte_bottom_line {
  border-bottom: 4px solid #fecc00;
  padding-bottom: 15px;
}

#victoria_bottom_line {
  border-bottom: 4px solid #00893d;
  padding-bottom: 15px;
  width: 520px;
}

#chef_bottom_line {
  border-bottom: 4px solid #00893d;
  padding-bottom: 15px;
  margin-top: 100px;
  width: 520px;
}

#parkhotel_bottom_line {
  border-bottom: 4px solid #fecc00;
  padding-bottom: 15px;
}

#rheinpark_bottom_line {
  border-bottom: 4px solid #0071b8;
  padding-bottom: 15px;
  width: 520px;
  text-align: right;
  margin-top: 22px;
}

#schwarzerbock_bottom_line {
  border-bottom: 4px solid #e52712;
  padding-bottom: 15px;
}

#quellenhof_bottom_line {
  border-bottom: 4px solid #0071b8;
  padding-bottom: 15px;
  width: 520px;
  text-align: right;
  margin-top: 252px;
}

#impressum_bottom_line {
  border-bottom: 4px solid #e52712;
  padding-bottom: 15px;
  margin-top: 250px;
}

#anfahrt_bottom_line {
  border-bottom: 4px solid #e52712;
  width: 570px;
}

#presse_bottom_line {
  border-bottom: 4px solid #e52712;
  padding-bottom: 45px;

}

#content .side {
	float: left;
	margin-left: 40px;
}

.content-part .text figure.last {
	position: absolute;
	bottom: 15px;
}

.content-part .text figure.last.right {
  right: 0;
}

figure.bottom {
  /*margin-top: 246px;*/
  margin-top: 431px;
}
/* @end */

/* @group meta-navigation */
#meta-navigation {
  list-style: none;
  height: 20px;
  overflow: hidden;
}

#meta-navigation li {
  display: block;
  float: left;
  margin-right: 10px;
}

#meta-navigation li.last {
  margin-right: 0;
}

#meta-navigation a {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

#meta-navigation li.active a,
#meta-navigation a:hover {
  color: red;
  border-bottom: 1px solid #000;
}
/* @end */
/* @end */

/* @dev */
.dev .accordion {
  font-size: 14px;
  line-height: 18px;
}

.dev .accordion:hover {
	cursor: pointer;
}

.dev .content-wrapper .accordion .content {
	padding: 0;
}

.dev .accordion > li {
  padding: 15px;
	width: 668px;
	position: relative;
  height: 10px;
}

.dev .accordion > li.active {
	height: 460px;
}

.dev .accordion p {
	margin-top: 0;
}

.dev .accordion li a {
  float: left;
  margin-right: 20px;
}

.dev .accordion li .text h5 {
  font-size: 18px;
  line-height: 22px;
}

.dev .accordion li .text em {
  margin-bottom: 20px;
display: block;
}

.dev .accordion .page_navigation li {
	list-style: none;
	padding: 5px;
	text-align: center;
}

.dev .accordion .page_navigation li:first-child,
.dev .accordion .page_navigation li:last-child {
	display: none;
}

.dev .accordion .page_navigation {
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	right: 0;
  z-index: 400;
}

.dev .accordion .active .page_navigation {
	visibility: visible;
}

.dev .accordion .page_navigation a {
	height: 20px;
  margin: 0 15px 0 0;
  padding: 0;
  width: auto;
}

body.dev .page_navigation {
	display: none;
}

.dev .accordion .page_navigation .no_more,
.dev .accordion .page_navigation .ellipse {
	display: none !important;
}

.dev .accordion .active .hidden {
	display: none;
}

.dev .accordion .active .page_navigation {
	display: block;
}

.dev .accordion  a.pdf-preview,
.dev .accordion a.pdf-preview img,
.dev .accordion .text {
	visibility: hidden;
  display: block !important;
}

html .dev .accordion .active .text,
html .dev .accordion .active  a.pdf-preview,
html .dev .accordion .active  a.pdf-preview img {
  visibility: visible !important;
}

.dev .accordion .active .text {
	display: block;
}

.dev .accordion p.hidden {
	margin-bottom: 0;
	position: relative;
  height: 25px;
}

.dev .accordion .text > em .arrow,
.dev .accordion p.hidden .ui-accordion-header-icon {
 	background: url("../img/elements/accordion-arrow.png") no-repeat scroll left bottom transparent;
  display: block;
  height: 6px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 12px;
}

.dev .accordion p.hidden:hover .ui-accordion-header-icon {
	background-position: left top;
}

.dev .accordion .text > em {
  position: relative;
}

.dev .accordion .text > em .arrow {
	background-position: left top;
  right: 0;
  top: 8px;
}
/* @end */