@import url(http://fonts.googleapis.com/css?family=Roboto);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Roboto', sans-serif;
  color: #3d3d3d;
  margin: 0 auto;
  max-width: 1600px; }

nav {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3em;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 1.2em; }
  nav ul {
    list-style: none; }
    nav ul li {
      display: inline;
      padding: 0.8em; }
      nav ul li.active {
        background-color: white;
        color: #3d3d3d;
        opacity: 1; }
        nav ul li.active a:link, nav ul li.active a:visited {
          color: #3d3d3d;
          text-decoration: none; }
      nav ul li a:link, nav ul li a:visited {
        color: white;
        text-decoration: none; }
  nav #logo {
    float: right;
    background-color: #3d3d3d;
    position: relative;
    top: -50px;
    right: 25px;
    padding: 15px;
    border-radius: 10px; }

#background {
  background: url(../img/bg.jpg) no-repeat right;
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: -99; }

#start {
  min-height: 600px;
  height: 85vh; }
  #start article {
    padding: 10% 5%;
    width: 30%;
    position: fixed;
    z-index: -50; }

.divider {
  background-color: #3d3d3d;
  height: 120px; }
  .divider h1 {
    color: white;
    font-size: 32px;
    padding: 37px 0px 0px 80px;
    margin: 0; }

#features {
  background-color: white; }
  #features section {
    height: 350px;
    overflow: hidden; }
    #features section article {
      width: 60%; }
      #features section article div {
        padding: 3% 9%; }
    #features section aside {
      width: 40%;
      height: 350px;
      overflow: hidden; }
      #features section aside img {
        height: 100%; }
    #features section.left article {
      float: right; }
    #features section.left aside {
      float: left; }
    #features section.right article {
      float: left; }
    #features section.right aside {
      float: right; }
    #features section.cyan {
      background-color: rgba(0, 255, 255, 0.8); }
    #features section.magenta {
      background-color: rgba(255, 0, 255, 0.8);
      color: white; }
    #features section.lcyan {
      background-color: rgba(0, 255, 255, 0.3); }
    #features section.lmagenta {
      background-color: rgba(255, 0, 255, 0.3); }
    #features section.yellow {
      background-color: rgba(255, 255, 0, 0.8); }
    #features section.black {
      background-color: rgba(0, 0, 0, 0.8);
      color: white; }

.rslides {
  position: relative;
  background-color: white;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 780px;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

#gallery {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  #gallery a:link, #gallery a:visited {
    color: white;
    font-size: 60px;
    text-decoration: none; }
  #gallery .prev {
    position: relative;
    float: left;
    z-index: 9;
    top: -130px;
    left: 80px; }
  #gallery .next {
    position: relative;
    float: right;
    z-index: 9;
    top: -130px;
    right: 80px; }

#kontakt {
  position: relative;
  max-width: 1600px;
  height: 450px;
  margin: 0 auto;
  background-color: white; }
  #kontakt .left {
    position: absolute;
    left: 0;
    width: 50%;
    height: 450px; }
  #kontakt .right {
    position: absolute;
    right: 0;
    width: 50%;
    top: 55px; }
    #kontakt .right article {
      width: 78%;
      margin: 0 auto; }
      #kontakt .right article input, #kontakt .right article textarea {
        width: 100%;
        margin: 5px; }
