@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,300);
body {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  background-color: white;
  color: #333333;
  -webkit-animation: fade-in ease-in-out 1.4s;
  -moz-animation: fade-in ease-in-out 1.4s;
  animation: fade-in ease-in-out 1.4s;
  line-height: 2.4rem;
  background: url(../res/img/background.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body#kontakt {
  background: url(../res/img/background_kontakt.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body#kontakt section #businessCard {
  margin-left: 50%;
  transform: rotate(7deg);
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25);
}
body#kontakt section #businessCard p {
  font-size: 2.5rem;
  line-height: 4rem;
  margin-bottom: 2rem;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
body a,
body a:active,
body a:focus {
  color: #000000;
  outline: none;
}
body a img,
body a:active img,
body a:focus img {
  border: none;
}
body a:hover,
body a:active:hover,
body a:focus:hover {
  color: #333333;
}
body img {
  width: 100%;
  height: auto;
}
body nav {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
body nav.navbar {
  margin-bottom: 30px;
  min-height: 75px;
}
body nav.navbar-default {
  background-color: white;
  border-color: white;
}
body nav #mainNavigation .navbar-nav > li > a {
  color: #999999;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-top: 48px;
}
body nav #mainNavigation .navbar-nav > li > a:hover {
  color: black;
}
body nav #mainNavigation .navbar-nav > .active a {
  background-color: rgba(255, 255, 255, 0);
  color: black;
}
body nav .navbar-brand {
  z-index: 10;
}
body section #passbilder {
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
body section iframe {
  margin-top: 15px;
  width: 100%;
  min-height: 360px;
  border: 0;
}
body section #businessCard {
  padding: 15px 30px;
  background-color: white;
  transform: rotate(-6deg);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  z-index: 10;
  margin-left: -15px;
  margin-top: 10%;
}
body section #businessCard h2,
body section #businessCard h3 {
  color: #333333;
  font-size: 4.5rem;
  margin-bottom: 3rem;
  font-weight: 300;
}
body section #businessCard h3 {
  font-size: 3.5rem;
}
body section #businessCard p {
  font-size: 3rem;
  margin-bottom: 3rem;
  font-weight: 300;
}
body section .video-js {
  padding-top: 61.2%;
  width: 100%;
}
body section .vjs-fullscreen {
  padding-top: 0px;
}
body aside .filmcover {
  margin-bottom: 15px;
}
/*****Etc*****/
/*Continue to define the other sections one by one*/
@media only screen and (max-width: 767px) {
  body#kontakt {
    background: url(../res/img/background_kontakt.jpg) -130px 10px no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  body#kontakt section #businessCard {
    padding: 5px 20px;
    margin: 5%;
    position: absolute;
    bottom: 0px;
    right: 15px;
  }
  body#kontakt section #businessCard p {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    line-height: 3rem;
  }
  body nav #mainNavigation {
    border: none;
  }
  body nav .navbar-brand img {
    width: 220px;
    position: absolute;
  }
  body nav .navbar-nav li a {
    padding-top: 15px !important;
  }
  body section #businessCard {
    padding: 5px 20px;
    margin: 5% 8%;
  }
  body section #businessCard h2,
  body section #businessCard h3 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    margin-top: 0.75rem;
  }
  body section #businessCard h3 {
    font-size: 1.6rem;
  }
  body section #businessCard p {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  body aside img {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  body aside .row {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#kontakt section #businessCard {
    padding: 15px 30px 0 30px;
  }
  body#kontakt section #businessCard p {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    line-height: 3rem;
  }
  body section #businessCard {
    padding: 5px 30px;
  }
  body section #businessCard h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  body section #businessCard h3,
  body section #businessCard p {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body#kontakt section #businessCard p {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  body section #businessCard {
    padding: 15px 30px;
  }
  body section #businessCard h2 {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
  body section #businessCard h3,
  body section #businessCard p {
    font-size: 2.8rem;
    margin-bottom: 2.2rem;
  }
}
/*----------------------------------------------   
--Fade ins
-----------------------------------------------  */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------   
--Fade out for slider
-----------------------------------------------  */
@-webkit-keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
