html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

* {
  margin: 0; padding: 0;
}

body {
  font: 300 17px/1.6em 'Open Sans', Arial, Helvetica, sans-serif;
  color: #191919;      
}

strong, b {
  font-weight: 600;
}

h1, h2, h3, h4 {    
  margin: 2em 0 1em;
  line-height: 1.6em;
  font-size: 1em;
  font-weight: 600;
  color: #195783;
  text-transform: uppercase;
}

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

h1 { 
  margin-top: 1em;   
  line-height: 1.2em;
  font-size: 2em; 
  font-weight: 300;  
}

h2 {
  line-height: 1.6em;
  font-size: 1.2em;
}

h3 {
  margin-bottom: 0;
}

p {
  margin-bottom: 1em;
  line-height: 1.6em;
}

ol {
  margin: 0 0 1em; padding-left: 20px;
  list-style-type: decimal;
}

ul {
  margin: 0 0 1em; padding-left: 20px;
}

li {
  line-height: 1.6em;
}

table {
  margin-bottom: 1em;
  border-collapse: collapse;
  width: 100%;
}

td {
  padding: 0 0 0 20px; margin: 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.6em;
  font-size: 1em;
}

td:first-child {
  padding-left: 0;
}

a {
  color: #191919;  
}

a:hover { 
  text-decoration: none; 
  outline: 0;
}

a img {
  border: 0;
}

#content a:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80);
}

img {
  max-width: 100%;
}

hr {
  margin: 2em 0;
  width: 100%; height: 0;
  clear: both;
  border: 0;
  border-bottom: 1px dotted #c3c3c3;
}

dl {
  margin: 0 0 1em;
}

dt {
  padding: 2em 0 0.5em;
}

input[type="text"], select, textarea {
  padding: 5px;
  width: 100%; max-width: 400px;
  font: inherit;
  border: 1px solid #c3c3c3;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
}

input[type="submit"], .button {
  padding: 5px 20px; 
  width: auto;
  background: #195783;
  color: #fff;
  cursor: pointer;
  font: inherit;
  border: 0;
}

input[type="submit"]:hover, .button:hover {
  background: #c3c3c3;
  color: #fff;
}

input.error, textarea.error, select.error {
  border: 1px solid #706657;
  background: #ffbcbc;
}

input[type="radio"].error, input[type="checkbox"].error {
  margin: 0 4px;
  outline: 3px solid #ffbcbc; 
}

input.checkform {
  display: none;
}

/*** Klassen ***/
.menu {
  margin: 0; padding: 0;
}

.menu li {
  margin: 0; padding: 0;
  list-style: none; 
  text-transform: uppercase;
  font-weight: 600; 
}

.menu a {
  padding: 0 10px;  
  display: block;   
  text-decoration: none;  
  color: #ccc;
}

.menu .active > a,
.menu a:hover {
  color: #195783;
}

.arrow-bottom {
  margin-left: -45px; padding: 0 30px 40px;
  width: 30px; height: 30px;
  display: block;
  position: absolute; bottom: 0; left: 50%;
}

.arrow-bottom span {
  margin: 0 auto;
  width: 30px; height: 30px;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.mobile {
  display: none;
}

/*** Header ***/
#header {
  padding: 0 7.5%; 
  line-height: 50px;
  position: fixed; top: -52px; left: 0; right: 0;
  z-index: 200;
  background: #fff;  
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scroll #header {
  top: 0;
}

#logo {     
  display: block;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #195783; 
}

/*** Navigation ***/
#primary .menu {
  float: right;
}

#primary .menu li {
  line-height: 50px;
  float: left;
}

#primary .nav1 {
  display: none;
}

/*** Content ***/
#content {
  padding-bottom: 50px;
  background: #fff;
} 

.post-start {
  min-height: 800px;
}

.post .inner {  
  overflow: hidden; 
  position: relative;
  z-index: 100;
}  

.post .image {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute; right: 50%; left: 0; top: 0; bottom: 0;
}

.right .image {
  right: 0; left: 50%;
}

.post .content {
  width: 50%;
  float: right;
  background: #F5F5F5;
}

.post .bg {
  padding: 100px 15% 100px;
}

.right .content {
  float: left;
} 

.post-start .inner {
  margin: 0; padding: 40px 30px 30px;
  max-width: none;
  position: absolute; left: 0; right: 0; top: 50%; bottom: 0;
  background-color: #195783;
  -webkit-transition: background 2s;
  -moz-transition: background 2s;
  -ms-transition: background 2s;
  -o-transition: background 2s;
  transition: background 2s;
}

.timeout .post-start .inner {
  background: transparent url(img/black50.png);
  background: rgba(0, 0, 0, 0.5);
}

.post-start .start {
  position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  background: #fff;
  z-index: 100;
}

.post-start h1 {
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 3em;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.post-start a:hover {
  opacity: 0.6;
  filter:alpha(opacity=60);
}

.post-start h1 a,
.post-start h1 a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  filter:alpha(opacity=100);
}

.post .menu {
  margin-bottom: 10px;
  text-align: center;
}

.post .menu li {
  display: inline-block;
}

.post .menu li,
.post .menu a {
  display: inline-block;
  color: #fff;
}

/*** Slideshow ***/
.slideshow, .bx-wrapper, .bx-viewport, .slides, .slideshow .image {
  position: absolute !important;
  width: 100% !important; height: 100% !important;  
  left: 0; right: 0; top: 0; bottom: 0;
}

.slideshow .image {
  background-attachment: scroll;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

/*** Footer ***/
#footer {
  padding: 0 7.5%;
  line-height: 50px;
  position: fixed; bottom: -52px; left: 0; right: 0;
  z-index: 200;
  background: #195783;
  color: #fff;
  overflow: hidden;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -ms-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;  
}                         

.scroll #footer {
  bottom: 0;
}

#footer p {
  margin: 0;
  line-height: 50px;
  float: left;
}

#footer .menu {
  float: right;
}

#footer .menu li {
  line-height: 50px;
  float: left;
}

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

@media screen and (max-width: 1024px) {  
  .mobile {
    display: block;
  }
  
  #header {
    padding: 0 50px;
    top: 0;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .scroll #header,
  .menuopen #header {  
    background: #fff;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
  }
  
  #logo {
    display: none;
  }
  
  .scroll #logo {
    display: block;
  }
  
  #primary {
    margin: 0; padding: 0;
    text-align: right;   
  }

  #primaryCtrl {
    display: block;
    float: right;
    overflow: hidden;
    white-space: nowrap;
  }

  #primaryCtrl span {
    width: 25px;
    display: block;
  }

  #primaryCtrl > span {
    padding: 14px 0 0 20px;
    float: right;
  }

  #primaryCtrl > span > span {
    margin-bottom: 4px;
    height: 4px;
    background: #195783;
  }

  #primaryCtrl:hover > span > span {
    background: #ccc;
  }

  #primary .menu {
    margin: 0; margin: 10px 0 20px; 
    display: none;
    clear: both;
  }

  #primary .menu li {
    margin: 0;
    float: none;
  }
  
  #primary .menu .nav1 {
    display: block;
  }
  
  #primary .menu a {
    padding: 0;
    line-height: 40px;
  }
  
  .slideshow .image {
    background-attachment: scroll;
  }
  
  .post .bg {
    padding: 50px 50px 40px;
  }
  
  .post .menu {
    display: none;
  }
  
  #footer {
    padding: 0 50px;
  }
  
}

@media screen and (max-width: 700px) {
  .arrow-bottom span {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .post .image {
    height: 500px;
    position: relative; right: auto; left: auto;
  } 
  
  .post .content {
    margin: 0;
    width: 100%;
    float: none;
  }
  
  .post h1 {
    font-size: 2em;
  }
  
  #content {
    padding: 0;
  }
  
  #footer {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #header, #footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .post .image {
    height: 400px;
  }
  
  .post h1 {
    font-size: 1.5em;
  }
  
  .post .bg {
    padding: 25px;
  }
}

@media screen and (max-width: 400px) {
  .post .image {
    height: 300px;
  }
}

