/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 100 1.4vw/1.3 Cardo, serif;
  max-width: 1130px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
  color: #fff;
  outline: none;
  text-decoration: none;
}

a.text {
  color: black;
  text-decoration: underline;
}


#contact a {
  color: #8C7A51;
  text-decoration: underline;
}

ul {
	list-style: none;
}

::selection {
	background: #8C7A51;
	color: #fff;
}

::-moz-selection {
	background: #8C7A51;
	color: #fff;
}

html, body {
	height: 100%;
}

/* MICROFORMATE */

.vcard {
  font-style:normal;
}

/* ÜBERSCHRIFTEN */
/*ACHTUNG: h1 und h1 span sind in index.html dupliziert aus Pagespeed-Gründen!*/
h1 { 
  font-size: 5vw; 
  color: rgb(90, 75, 60);
  font-weight: 500; 
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  border-style: dotted none;
  border-width: 1px;
  margin: 0 10px 0 10px;
  padding: 20px 0 0 0;
  line-height: 0.8em;
}

h1 span {
  display: block;
}

.h1sub {
  font-size: 60%;
}

h2 {
  color: white;
	font-size: 2.3vw;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
  margin:0;
	padding: 80px 0;
	background: #323232;
}

h3 {
	font-size: 2vw;
	font-weight: 100;
	color: #8C7A51;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;
}

h3 span {
	display: inline-block;
	text-align: left;
}

p, li {
	color: black;
	font-weight: 300;
	line-height: 1.5;
	padding: 0 15%;
}

img {
  max-width:100%;
}


/* NAVIGATION */

.navlink {
  font-family: Helvetica, sans-serif;
  background-color: #656565;
  opacity: 0.6;
  display: inline-block;
  width:200px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 10px;
  border: 3px solid #fff;
  margin: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.navlink_subtext {
    font-size:10pt;
    text-transform: none;
}

.navlink:hover, .price:hover {
    opacity: 0.8;
}

#left-nav {
/*    width:260px;*/
}

#right-nav {
/*    width:260px;*/
    float:right;
}

#apartments .navlink {
  background-color:white;
  display:inline;
}


/*WILLKOMMEN*/

img.image_willkommen {
  height:120px;
}

/* ÜBERBLICK */

#overview table {
  width:100%;
}

#overview th, #overview td {
  border-bottom: 1px solid #ddd;
}

#overview a {
  color: black ;
}

/* BEZIRK UEBERSICHT*/

.bezirk_uebersicht p,ul,li,h3 {
  padding-left:30px;
}

div.bezirk_uebersicht  {
  padding-bottom:50px;
}

.bezirk_uebersicht h3 {
  padding-top:50px;
}

.bezirk_uebersicht a {
  color: black;
}

.bezirk_uebersicht ul {
  padding-top:10px;
}


/* APARTMENTS */
.apartment {
/*  height: 550px;*/
  display: flex;
  flex-wrap: wrap;
}

div.apartment-text  {
  padding: 10px;
  flex:1 1 278px;
}

div.apartment-foto {
  padding: 10px;
  flex:1 1 450px;
}

#apartments h3, #apartments p, #apartments a {
  color: #323232;
  text-align: right;
  margin:0;
  padding:0;
}

#apartments a {
  text-align: center;
}

#apartments h3 {
  padding-top:30px;
}

#apartments p {
	font-weight: 300;
  padding-bottom:0.5em;
}

#apartments p {
	text-transform: uppercase;
}

#apartments .sqm, #apartments .rooms, #apartments .price {
  text-transform: none;
  display: block;
  margin-top:10px;
}

#apartments .price_short {
  text-transform: none;
  display: none;
}

@media (max-width: 780px) { 
  body {
  	font-size: 3.0vw;
  }
    
  #apartments h3 {
    font-size: 5vw;
  }
  #apartments h3, #apartments p, #apartments a {
    text-align: center;
    padding-bottom: 0;
  }
}


/* CONTACT */
#contact h2 {
  background: #8C7A51;
}

#contact h3 {
	color: #323232;
	text-align: left;
  padding: 120px 0 5px 20px;
  clear:left; 
}

#contact p {
  color: #8C7A51;
  background: white;
  font-weight: 300;
}

#contact ul li {
  color: #8C7A51;
  list-style-type: disc; 
  margin: 0 0 6px 50px;
  padding: 0; 
}

p.bildunter {
  font-size:small;
  text-align: center;
  padding:0;
}

.contactdetails {
  display: block;
  float: left;
  width: 350px;
  padding-left: 60px;
}

.contactdescription {
  /*width:60%;*/
  padding-bottom:10px;
  /*margin-left:60px;*/
}

.phonenumber {
  color: #656565;
  font-weight: 900;
  background: #F3F1F1;
  text-align: center;
  line-height: 3.4;
  height: 64px;
}

p.phonenumber {
  padding:0;
}

.emailaddress {
  font-weight: 700;
  background: #656565;
  text-align: center;
  line-height: 3.4;
  height: 64px;
}

p.impressum {
  margin: 10px 50px;
  padding: 0; 
}


/* DIAMOND */
.diamond {
  background: #e6e6e6;
  text-align: center;
}

.diamond span {
  display: inline-block;
  background: #323232;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  -webkit-transform: rotate(-45deg) skew(20deg, 20deg);
  -ms-transform: rotate(-45deg) skew(20deg, 20deg);
  transform: rotate(-45deg) skew(20deg, 20deg);
  opacity: 1; /* override for IE9 */
  filter: alpha(opacity=0); /* hide in IE8 */
}

.grauerbalken {
  background: #e6e6e6;
  margin-bottom: 20px;
}

.grauerbalken span {
  display: block;
  height: 10px;
}

#contact .diamond {
	background: none;
}

#contact .diamond span {
	background: #8C7A51;
}

/* FOOTER */
#footer, #footer p {
  font-family: Helvetica, sans-serif;
  color: white;
	background-color: #656565;
  line-height: 3.4;
  text-align:center;
  font-weight: 700;
}

#footer p.datum {
  font-size: 1vw;
}

#footer .org {
  display:none;;
}