body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #0F1D4C;
  line-height: 1.5rem; }

.container {
  width: 91%; }

section {
  padding: 3rem 0 4rem 0; }

h1, h2, h3 {
  font-family: "Stardos Stencil", cursive; }

h2 {
  font-size: 1.63rem;
  line-height: 2rem;
  margin-bottom: -.1rem; }

ul {
  padding-left: 0; }

p, li {
  font-size: 0.88rem;
  line-height: 1.4rem; }

a {
  text-decoration: none;
  color: #0F1D4C; }
  a:hover {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #fff;
    text-decoration: none; }

figure img {
  width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 53.25%;
  padding-top: 25px;
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.no-margin {
  margin: 0 !important; }

.full-width {
  width: 100%; }

.before-button {
  margin-bottom: 2rem; }

.button, .button-dark {
  background-color: #3ADBA1;
  font-size: .8rem;
  font-weight: 700;
  padding: .8rem 1.2rem;
  border-radius: 1.2rem; }
  .button:hover, .button-dark:hover {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #0F1D4C;
    background-color: #0F1D4C; }

.button-dark:hover {
  background-color: #fff; }

.button:hover {
  color: #fff; }

.link {
  font-weight: 700; }
  .link:hover {
    color: #3ADBA1; }

.break, .break-m {
  display: block;
  content: ""; }

.p-big {
  font-size: 1rem;
  line-height: 1.4rem; }

.inline {
  display: inline-block; }
  .inline li, .inline a {
    display: inline-block; }

.light-background {
  background-color: #FAFAFA; }

.bright-background {
  background-color: #3ADBA1; }

.dark-background {
  background-color: #0F1D4C;
  color: #fff; }

.sea-monster-logo-container {
  display: inline-block;
  margin-top: .6rem;
  width: 11rem;
  float: left;
  -webkit-transition: width .2s;
  /* For Safari 3.1 to 6.0 */
  transition: width .2s; }
  .sea-monster-logo-container img {
    width: 100%; }
  .sea-monster-logo-container:hover {
    width: 11.2rem; }

.main-nav {
  text-align: right;
  margin-top: 1.6rem; }

.nav-bar li {
  margin-right: 1rem; }
  .nav-bar li:last-child {
    margin-right: 0; }
.nav-bar a {
  font-size: 0.74rem;
  letter-spacing: .1rem;
  font-weight: 600;
  text-transform: uppercase; }

header {
  background-image: url(../images/landing-hero-image.jpg);
  background-repeat: no-repeat;
  background-color: #3ADBA1;
  background-size: cover; }

.nav-container {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%; }

.header-inside {
  background-color: initial;
  background-image: none; }

.header-text {
  display: block;
  margin-top: 11rem;
  margin-bottom: 4rem;
  text-align: right;
  color: #fff; }
  .header-text h1 {
    font-size: 2.6rem;
    line-height: 4rem;
    display: inline; }

.header-parragraphs {
  display: inline-block;
  width: 66%;
  margin: 1.6rem 0 1rem 0; }

.h-padding {
  padding: 0 1.6rem;
  background-color: #0F1D4C; }

.scroll-down {
  text-align: center; }
  .scroll-down a {
    display: block;
    width: 2rem;
    height: 3rem;
    background-image: url(../images/scroll-down.svg);
    background-repeat: no-repeat;
    margin: 0 auto; }
  .scroll-down:hover {
    position: relative;
    top: .16rem; }

.wer-sind-wir h2 {
  color: #3ADBA1; }

.wer-sind-map, .unser-beitrag {
  background-color: #FAFAFA; }

.wer-sind-map {
  padding-bottom: 0; }

.unser-beitrag, .allianzen {
  padding-top: .6rem;
  padding-bottom: 2rem; }
  .unser-beitrag h2, .allianzen h2 {
    text-align: center;
    margin-bottom: 1.2rem; }

.allianzen {
  padding-bottom: 0; }

.gallery {
  margin-top: 3rem;
  padding-bottom: 0; }

.gallery-text {
  margin-top: 8.6rem; }

.gallery-images {
  margin-top: 3rem; }
  .gallery-images .row {
    margin-bottom: 1.6rem; }

.section-with-hero {
  margin-top: -9rem;
  padding-top: 8.3rem; }

.section-hero {
  position: relative;
  top: 1.6rem;
  margin: 0; }

#map {
  width: 100%;
  height: 100%; }

.map-container {
  width: 100%;
  height: 24rem; }

.map-container-inside {
  margin-top: 3rem;
  height: 16rem; }

.unser-ziel, .was-kann {
  text-align: center; }
  .unser-ziel h2, .was-kann h2 {
    color: #fff; }

.was-kann {
  margin-top: -10.6rem; }
  .was-kann ul {
    text-align: left;
    padding-left: 1rem; }

.was-du {
  margin-top: 10rem;
  padding-bottom: 0 !important; }
  .was-du h2 {
    margin-bottom: 1.6rem; }
  .was-du ul {
    padding-left: 1rem;
    margin-bottom: 3rem; }
  .was-du p {
    margin-bottom: 2rem; }
  .was-du figure {
    margin-bottom: 3rem !important; }

.graphics {
  margin-top: -8rem !important; }
  .graphics figure {
    display: block;
    width: 80%;
    text-align: center;
    margin: 3rem auto 1rem auto !important; }

.graphic-small {
  width: 50% !important; }

h4 {
  margin-bottom: -.6rem; }

footer {
  font-size: 0.88rem;
  padding-top: 2rem;
  padding-bottom: 3rem; }
  footer h4, footer p {
    margin: .1rem; }
  footer a {
    color: #3ADBA1; }
  footer nav a {
    font-size: 0.74rem;
    letter-spacing: .1rem;
    font-weight: 700;
    text-transform: uppercase; }
  footer li {
    margin-right: 1rem; }
    footer li:last-child {
      margin-right: 0; }

.unsere-graphic {
  width: 60%; }
  .unsere-graphic img {
    margin-top: 1.6rem; }

.impressum {
  margin-top: 10rem; }

.kontakt li {
  margin-right: .6rem; }
.kontakt .icon {
  font-size: 1.2rem; }

.footer-logo {
  width: 7.6rem;
  -webkit-transition: width .2s;
  /* For Safari 3.1 to 6.0 */
  transition: width .2s; }
  .footer-logo img {
    width: 100%; }
  .footer-logo:hover {
    width: 7.7rem;
    top: .1rem; }

.uk-offcanvas {
  background: rgba(0, 0, 0, 0); }

.uk-offcanvas-bar {
  padding: 2.6rem 0 0 2.6rem;
  height: 100%;
  background-color: #0F1D4C;
  text-align: left; }
  .uk-offcanvas-bar li {
    margin-bottom: 1rem; }
  .uk-offcanvas-bar a {
    color: #fff; }
    .uk-offcanvas-bar a:hover {
      color: #3ADBA1; }

.hamburger li {
  margin-top: 1.6rem;
  list-style-type: none;
  text-align: right; }
.hamburger a {
  color: #fff;
  font-size: 1.6rem; }
  .hamburger a:hover {
    color: #0F1D4C;
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.hamburger-dark a {
  color: #0F1D4C; }
  .hamburger-dark a:hover {
    color: #3ADBA1; }

.uk-offcanvas-bar:after {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0) !important; }

.nav-bar li:last-child {
  margin-right: 1rem; }

.wer-sind-map {
  text-align: center;
  padding-top: 1.6rem; }

.quellen {
  background-color: #FAFAFA;
  margin-bottom: -5rem; }

.light-background {
  background-color: #FAFAFA; }

@media only screen and (max-width: 60em) {
  /* 960px */
  /*  General  */
  .hidden-s {
    display: none !important; }

  .break-s {
    display: block;
    content: ""; }

  .break-m {
    display: none; }

  .h-padding {
    padding: 0; }

  .sea-monster-logo-container {
    width: 7rem; }

  .header-text {
    margin-top: 9.6rem;
    text-align: left; }

  .header-parragraphs {
    width: 100%; }

  .mobile-h1 {
    background-color: #0F1D4C; }

  .section-hero {
    display: none; }

  .section-with-hero {
    margin-top: 0;
    padding-top: 1.6rem; }

  section {
    padding: 2.6rem 0 1.6rem 0; }

  .unsere, .erfolgsgeschichte, .was-du-noch, .was-kann {
    padding-top: .6rem; }

  .gallery-text {
    margin-top: 5rem;
    margin-bottom: 2rem; }

  #map {
    margin-top: 2.6rem; }

  .erfolgsgeschichte h2 {
    margin-top: 1.6rem; }

  .wer-sind-wir-image img {
    margin: 1.6rem 0 .6rem 0; }

  .unsere-graphic {
    width: 80%; }
    .unsere-graphic img {
      margin-top: .6rem;
      margin-bottom: 1.6rem; }

  .impressum {
    margin-top: 6rem; }

  .was-kann h2 {
    text-align: left;
    margin-bottom: 1.6rem; }

  .was-du {
    margin-top: 6rem; }

  .graphics {
    margin-top: 0 !important; }

  .sea-monster-logo-container:hover {
    width: 7rem; }

  .quellen {
    margin-bottom: 1rem; }

  .footer-logo {
    display: none; }

  .kontakt {
    margin-left: initial; }

  footer nav {
    margin: 0.5rem 2%; }
    footer nav li {
      display: block !important;
      margin-bottom: .6rem; } }
@media only screen and (min-width: 961px) {
  /* 960px */
  /*  General  */
  .hidden-m {
    display: none !important; }

  .kontakt {
    margin-left: 0 !important; }

  .unser-ziel h2 {
    margin-top: -2rem; } }
@media only screen and (min-width: 720px) and (max-width: 960px) {
  /* 960px */
  /*  General  */
  .large-list {
    width: 100%; } }
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  /* 960px */
  /*  General  */
  .header-parragraphs {
    width: 80%; } }

/*# sourceMappingURL=styles.css.map */
