/**
* Table of contents
* 
* -HEADINGS
* -PARAGRAPH
* -LINKS
* -FORMATS
* -EMPHASES
* -ABBREVIATION
* -QUOTE
* -LISTS
*/

body {
  color: #594B46;
  font-size: 17px;
  font-family: "Century Gothic", sans-serif;
}

/*=HEADINGS
------------------------------------------------*/
h1,.h1, 
h2,.h2, 
h3,.h3, 
h4,.h4,
h5,.h5 { 
  font-weight: normal; 
  line-height: 120%;
}

h1,
.h1 { 
  color: #3A4559;
  font-size: 3.3529411764705882352941176470588em; 
  margin: 0 0 10px 0;
}

h2,
.h2 { 
  color: #3A4559;
  font-size: 2.0588235294117647058823529411765em; 
  margin-bottom: 10px;
}

h3,
.h3 { 
  color: #A4813B;
  font-size: 1.4705882352941176470588235294118em; 
  margin: 10px 0 20px 0;
}

h4,
.h4 { 
  color: #A4813B;
  font-size: 1.0588235294117647058823529411765em; 
}



footer h4 {font-size:1.3846153846153846153846153846154em;}



/*=PARAGRAPH
------------------------------------------------*/
p {
  color: inherit;
  font-size: 1em;
  line-height: 180%;
  margin-top: 0;
  padding: 5px 0 25px 0;
}
footer p {padding: 5px 0 0 0}


/*=LINKS
------------------------------------------------*/
a {
  text-decoration: none
}
a:hover,
a:focus, 
a:active {
  outline: medium none;
  text-decoration: none;
}

a.extern {
  color: #96B819;
  font-weight: bold;
}

a.internal {
  color: #3B4559;
  display: inline-block;
  font-weight: 500;
  position: relative;
  transition: transform 0.2s ease 0s;
  text-decoration: underline;
  vertical-align: bottom;
  white-space: nowrap;
}
a.internal:hover, 
a.internal:focus {transform: scale(0.8333);text-decoration:none}
a.internal::before {
  border: 1px solid #3B4559;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: -2px;
  transform: scale(0.8333);
  transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
  width: 100%;
}
a.internal:hover::before, 
a.internal:focus::before {opacity:1;transform:scale(1.2);}



h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a,
.h1 a, 
.h2 a, 
.h3 a, 
.h4 a, 
.h5 a {
  font-weight: normal;
  text-decoration: none;
}

  
/*=FORMATS
------------------------------------------------*/
.bold,
b { font-weight: bold; }  
i {}
  
/*=EMPHASES
------------------------------------------------*/
em {}
strong { font-weight: bold; }  
small {}

  
/*=ABBREVIATION
------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted #D5D5D5;
}
abbr[title] {
  border-bottom: 1px dotted #999999;
  cursor: help;
}

/*=QUOTE
------------------------------------------------*/
blockquote {
  border-left: 5px solid #D5D5D5;
}
blockquote {
  border-left: 5px solid #EEEEEE;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
cite {}


/*=LISTS
------------------------------------------------*/
ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
ul li {}

ul.list1 {
  border-bottom: 1px solid #A48346;
  color: inherit;
  display: inline-block;
  list-style: none;
  margin: 10px 0 30px 0;
  position: relative;
}

ul.list1 li:before {
  border-top: 1px solid #A48346;
  content: " ";
  height: 1px;
  left: 0;
  margin-top: -13px;
  position: absolute;
  width: 100%;
}
ul.list1 li:last-child {margin-bottom:8px}

ul.list1 li {
  background-image: url(../images/icon-list1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 1em;
  line-height: 150%;
  min-height: 30px;
  margin: 10px 0 18px 0;
  padding-left: 35px;
}

/*=Liste fuer Lage-Seite*/

ul.lage {
  border-bottom: 1px solid #A48346;
  color: inherit;
  display: inline-block;
  list-style: none;
  margin: 0 0 30px 0;
  position: relative;
  width: 100%;
}

ul.lage li {
  cursor: pointer;
  font-size: 1em;
  line-height: 45px;
  min-height: 45px;
  margin: 0;
  padding-left: 10px;
}
ul.lage li span {
  color: #CCC;
  float: right;
  margin: 13px 10px 0 0; 
}
ul.lage li.active span {color:#000}

ul.lage li:hover,
ul.lage li.active {background-color:#F3F1F2}
ul.lage li:before {
  border-top: 1px solid #A48346;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

ul.lage img {margin-right:10px}




ul.list-infomat {list-style:none}



ol {}
ol li {}

dl {}
dt {}
dd {}


/*=TABLES
------------------------------------------------*/
.table1 {
	color: #857976;
	margin-left: -10px;
	width: 100%;
}
.table1 th {
	font-weight: normal;
	text-align: left;
}

.table1 td { 
	line-height: 200%;
	padding-right: 20px; 
}
.table1 tr th:first-child,
.table1 tr td:first-child {	padding-left: 10px; }
.table1 tbody tr:nth-child(2n+1) { background-color: #F0EFEE; }


.table2 { /*kauf statt miete tabellen*/
  border-collapse: separate;
  border-spacing: 0 6px;
  color: #857976;
  margin-left: -10px;
  width: 500px;
}
.table2 td { 
  line-height: 200%;
  padding-right: 10px; 
}
.table2 tr { background-color: #F0EFEE; }
.table2 tr td:first-child {	
  padding-left: 10px; 
  padding-right: 0; 
}

.table2 tr:last-child { 
  background-color: #96BA19; 
  color: #FFF;
  font-weight: bold;
}

/*=SOMETHING
----------------------*/
small {
  color: #857976;
  font-size: 0.7em;
}

@media (max-width: 991px) {
  
  ul.lage li {line-height:25px}
  ul.lage li strong {
    line-height: 40px;
    padding-top: 5px;
  }
  ul.lage li img {
    float: left;
    margin-top: 5px;
  }
  ul.lage {
    margin-top: 5px;
  }
  ul.lage li {
    min-height: inherit;
    height: 37px;
    overflow: hidden;
  }
  ul.lage li span {margin:10px 10px 0 0}
}

@media (max-width: 767px) {
}


@media (max-width: 480px) {
  h1,
  .h1 {font-size:40px}
  
  h2,
  .h2 {font-size:25px}
  
  h3,
  .h3 {font-size:23px}
  
}