html,body {
  margin: 0;
  padding: 0;
}

/* remove default scrollbar,
   browser support: IE8+, Firefox, Chrome, Opera, Safari 5.1.4 */
html {
  overflow: hidden;
}

body{
  background:url(../img/background_wappen.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x:center;
  background-position-y:120px;
  background-origin: border-box;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding:0;
  background-color:#f4f4f4;
  position: absolute;
  top: 130px;
  bottom: 5%;
  width: 100%;
  overflow: auto;
}

/*Globale Einstellungen*/
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}

#slideshow_bilder{
  width: 100%;

  display:block;
  left:50%;

}

#slideshow_bilder > div {
  position: absolute;
}

.opacity_fadeOut {
  opacity: 0;
 -webkit-transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
 -ms-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}

.opacity_fadeIn {
  opacity: 1;
 -webkit-transition: all 2s ease-in-out;
 -moz-transition: all 2s ease-in-out;
 -ms-transition: all 2s ease-in-out;
 -o-transition: all 2s ease-in-out;
 transition: all 2s ease-in-out;
}

body>header:first-child
{
  position: fixed;
  top: 0px;
  padding: 0;
}

header{
  background:#ffffff;
  height: 125px;
  padding-top:30px;
  min-height:70px;
  max-height:200;
  border-bottom:#000000 4px solid;
  width:100%;
  margin:auto;
}


header a{
  color:#000000;
  text-decoration:none;
}

header ul{
  margin:0;
  padding:0;
}

header li{
  display:inline;
  padding: 0 20px 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
}

header nav{
  text-align: center;
  margin-top:10px;
  margin-bottom: 10px;
}

header h1{
  text-decoration:none;
  font-size: 40px!important;
}

header h2{
  font-size:25px;
  font-weight:bold;
}

header h3{
  font-size:20px;
  font-weight:bold;
}

content{
  position:relative;
  margin-bottom: 50px;
}

.hover-navigation:hover{
  font-weight:bold;
}

.bild-navigation
{
  cursor:pointer;
  background-color: #f4f4f4;
}

.slideshow_index
{
  position:relative;
  height: 700px;
  width: 1500px
}

.slideshow_wohnung
{
  position:relative;
  height: 470px;
}


.navigationspfeile
{
  position:absolute;
  top:45%;
  text-align:center!important;
  font-size: 50px;
}

.navigationspfeil-links
{
  left: 0;
}

.navigationspfeil-rechts
{
  left:674.4px;
}

.navigationspfeil-rechts_index
{
  left:1474.4px;
}
.navigationselemente
{
  position:absolute;
  left: 50%;
  bottom:5px;
  transform:translate(-50%,0%);
  -ms-transform:translate(-50%,0%)
}
.punktnavigation
{
  border-radius:10px;
  border: 1px solid #ffffff;
  background-color:#000;
  display:inline-block;
  padding:10px;
  background-color:transparent;
}

.punktnavigation_weiß
{
  background-color:#ffffff;
}

.punktnavigation_hover:hover
{
  background-color:#ffffff!important
}


footer{
  background:#ffffff;
  position: fixed;
  border-top:#000000 4px solid;
  bottom:0;
  background-color:
  color:#969696;
  text-decoration:none;
  text-transform: uppercase;
  height: 4%;
  font-size: 16px;
  width: 100%;
}

footer a{
  background:#ffffff;
  bottom:0;
  background-color:
  color:#969696;
  text-decoration:none;
  text-transform: uppercase;
  padding:0px 0px 2px 0px;
  font-size: 16px;
  width: 100%;
}

input[type=text], select, textarea {
    width: 60%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}

input[type=submit; type=reset] {
    background-color: #ffffff;
    color: white;
    border-radius: 4px;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit; type=reset]:hover {
    font-weight: bold;
}

fieldset{
  border: none;
  display: inline-block;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#preise {
    border: 1px solid black;
    text-align: center;
}

#text{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.impressionen_text{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  background-color: #000000;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
    top: 8px;
    left: 8px;
}
