@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* MIXINS
-----------------------------------------------------------------------------*/
/* Custom button
-----------------------------------------------------------------------------*/
body {
  font-family: 'Lato', Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #1e1e1e;
  background-color: #aeaeae;
  overflow: scroll; }

.wrap {
  margin: 0 auto;
  padding: 0;
  width: 1024px;
  background: #fff;
  box-shadow: 0 -10px 25px 5px rgba(51, 51, 51, 0.7); }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0; }

h2 {
	float: left;
	text-align: center;
	color: #fff;
	background-color: #014b97;
	height: 110px;
	line-height: 110px;
	width: 110px;
	border-radius: 55px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 80px;
	margin-left: 30px;
}

h3 {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 34px; }

h4 {
  color: #1e1e1e;
  font-weight: normal;
  font-size: 22px;
  padding: 50px 0 5px; }

h5 {
	color: #333333;
	font-weight: normal;
	font-size: 18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 60px;
	line-height: 24px;
  }

header {
  position: fixed;
  top: 0;
  width: 1024px;
  height: 75px;
  background-color: #014b97;
  border-bottom: 10px solid #fff;
  box-shadow: 0 8px 25px -10px #333;
  z-index: 2; }
  header a {
    color: #fff;
    font-size: 20px;
    text-decoration: none; }
  header h1 {
    float: left;
    margin: 15px 0 0 30px; }
    header h1 a {
      font-size: 32px;
      font-weight: normal; }
  header nav ul {
    float: right;
    margin: 10px 20px 0 0;
    padding: 0;
    list-style: none; }
    header nav ul li {
      display: inline-block;
      margin: 0 10px;
      padding: 0; }
      header nav ul li a {
        display: block;
        text-align: center;
        color: #014b97;
        background-color: #fff;
        height: 56px;
        line-height: 56px;
        width: 56px;
        border-radius: 28px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px; }

footer {
  font-size: 15px;
  padding: 30px 0;
  height: 240px;
  text-align: center;
  color: #fff;
  background-color: #014b97;
  border-top: 10px solid #fff; }
  footer a {
    color: #fff; }
  footer a[href^=tel] {
    color: #fff; }

#slider {
  position: relative;
  z-index: 1;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 85px;
  margin-bottom: -60px;
  box-shadow: 0 8px 15px -10px rgba(51, 51, 51, 0.7); }
  #slider nav {
    position: relative;
    max-width: 1024px;
    margin: 0 auto; }
    #slider nav a {
      font-style: normal;
      color: #555 !important; }
    #slider nav #position {
      position: absolute;
      bottom: 15px;
      text-align: center;
      list-style: none;
      margin: 0 auto;
      padding: 0;
      width: 1024px; }
      #slider nav #position li {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.7);
        border: 1px solid rgba(0, 0, 0, 0.2);
        margin: 0 2px;
        cursor: pointer; }
        #slider nav #position li.on {
          box-shadow: inset 0 1px 3px -1px rgba(1, 75, 151, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5);
          background-color: rgba(1, 75, 151, 0.5);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1, 75, 151, 0.5)), color-stop(100%, #014b97));
          background-image: -webkit-linear-gradient(top, rgba(1, 75, 151, 0.5), #014b97);
          background-image: -moz-linear-gradient(top, rgba(1, 75, 151, 0.5), #014b97);
          background-image: -ms-linear-gradient(top, rgba(1, 75, 151, 0.5), #014b97);
          background-image: -o-linear-gradient(top, rgba(1, 75, 151, 0.5), #014b97);
          background-image: linear-gradient(top, rgba(1, 75, 151, 0.5), #014b97); }

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative; }

.swipe-wrap {
  overflow: hidden;
  position: relative; }
  .swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative; }
    .swipe-wrap > div img {
      display: block; }

#aktuell {
  padding-top: 85px;
  margin-bottom: -60px;
  box-shadow: 0 8px 15px -10px #333; }
  #aktuell img {
    display: block; }
  #aktuell a[href^=tel] {
    color: #1e1e1e; }


#wer {
  padding-top: 85px;
  margin-bottom: -60px; }
  #wer ul {
    clear: left;
    zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    box-shadow: 0 8px 15px -10px #333; }
    #wer ul:before, #wer ul:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    #wer ul:after {
      clear: both; }
    #wer ul li {
      float: left;
      display: inline;
      margin: 0;
      padding: 0 0 20px;
      font-size: 20px;
      color: #fff;
      background: rgba(0, 0, 0, 0.7); }
      #wer ul li img {
        padding: 0;
        margin: 0 0 20px;
        display: block; }

#wann {
  padding-top: 85px;
  margin-bottom: -60px;
  box-shadow: 0 8px 15px -10px #333; }
  #wann img {
    display: block; }
  #wann a[href^=tel] {
    color: #1e1e1e; }
	

#wo {
  padding-top: 85px; }
  #wo iframe {
    width: 1024px;
    display: block;
    height: 410px;
    border: 0; }

#impressum {
  padding: 85px 30px 30px; }
  #impressum h2 {
    float: none;
    text-align: left;
    color: #1e1e1e;
    height: auto;
    line-height: auto;
    width: auto;
    border-radius: 0;
    margin: 0;
    font-weight: normal;
    font-size: 28px;
    background: none; }
  #impressum h3 {
    font-weight: normal;
    font-size: 20px;
    margin: 50px 0 15px; }
  #impressum p {
    padding: 0;
    margin: 0 0 30px; }
  #impressum em {
    display: block; }
    #impressum em a {
      color: #014b97; }
  #impressum ul {
    margin: 10px 25px 20px;
    padding: 0; }
    #impressum ul li {
      margin: 0;
      padding: 0; }
