@CHARSET "UTF-8";

/*
 * Base structure
 */

html,
body {
  height: 100%;
}
body {
  color: #666;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Cover
 */
.cover {
  padding: 0 20px;
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .cover-container {
    width: 700px;
  }
}

.no-padding {
  padding: 0;
}

img {
  border: 0;
}

a:focus { 
  outline: none; 
}

h1 {
	font-size: 4.2em
}

h2 {
	font-size: 2.5em
}

#content {
	margin-right: auto;
  margin-left: auto;
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}

.flexslider {    
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -99999;
}

/* alles bis 767 */
@media (max-width: 767px) {
  .no-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .flexslider {    
    width: 99.5%;
    position: relative;
    z-index: 1;
    margin: 20px 0 20px 0;
    border: 1px solid #CCC;
    background-position: bottom right;
  }
  
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .flexslider {    
    height: 350px;
  }

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
  
  .flexslider {    
    height: 250px;
  }
}