/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.2.2016, 14:43:17
    Author     : Dominik Barka
*/
p, h1, h2, h3, h4, h5, ul, li, body, nav, menu, fieldset, table, input, a {
  padding: 0px;
  margin: 0px; }

h1 {
  text-align: left;
  margin-top: 20px; }

ul {
  list-style: none; }

body, header, article, footer {
  position: relative; }

header, footer {
  width: 1000px;
  margin: 0px auto; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px; }

p {
  margin-bottom: 15px; }

button {
  font-weight: bold;
  padding: 8px 20px 8px 20px; }

a {
  text-decoration: none;
  color: black; }

.clear {
  width: 100%;
  height: 0px;
  clear: both; }

.center {
  width: 1000px;
  margin: 0px auto; }

header {
  height: 165px; }
  header #logo {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 155px;
    width: 300px; }
  header #motto {
    position: absolute;
    top: 20px;
    left: 320px; }
  header nav#main-menu {
    position: absolute;
    top: 90px;
    right: 0px;
    max-width: 700px; }
    header nav#main-menu ul {
      list-style: none;
      height: 63px;
      width: 100%;
      text-align: right; }
      header nav#main-menu ul li {
        float: left;
        margin: 0px 20px 0px 20px;
        padding: 5px 0px 10px 0px;
        width: 130px;
        height: 45px;
        text-align: center;
        display: table; }
        header nav#main-menu ul li a {
          display: table-cell;
          vertical-align: bottom;
          width: 100%;
          height: 45px;
          text-decoration: none;
          color: black; }
        header nav#main-menu ul li.active {
          background-image: url(/images/svg/menu_active.svg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%; }

article {
  width: 100%; }
  article .rainbow_top {
    width: 100%;
    height: 70px;
    background: url(/images/svg/top_ledge.svg) top center;
    background-repeat: no-repeat;
    background-size: 110% auto;
    float: left; }
  article #content-bar {
    width: 100%; }
    article #content-bar #content {
      width: 1000px;
      margin: 0px auto;
      min-height: 10px;
      padding-top: 0px; }
  article nav#guidepost {
    width: 1000px;
    height: auto;
    margin-bottom: 20px;
    float: left; }
    article nav#guidepost ul {
      width: 100%;
      height: auto;
      text-align: center; }
      article nav#guidepost ul li {
        height: auto;
        width: 450px;
        display: inline-block;
        margin-left: 50px; }
        article nav#guidepost ul li:first-child {
          margin-left: 0px; }
        article nav#guidepost ul li h2.title {
          margin: 0px;
          padding: 0px;
          float: left;
          width: 100%;
          text-align: center;
          font-weight: bold;
          color: white;
          font-size: 26px;
          line-height: 60px;
          vertical-align: middle;
          background-color: #039B18; }
        article nav#guidepost ul li .guidepost-img {
          width: 100%;
          float: left;
          border-left: 3px solid #EAEBEB;
          border-right: 3px solid #EAEBEB;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
        article nav#guidepost ul li .guidepost-text {
          width: 100%;
          height: 100px;
          float: left;
          color: #666666;
          border-left: 3px solid #EAEBEB;
          border-right: 3px solid #EAEBEB;
          padding: 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
        article nav#guidepost ul li .guidepost-button {
          width: 100%;
          height: 60px;
          float: left;
          background-color: #F8E235;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
        article nav#guidepost ul li .guidepost-button a {
          color: #382E74;
          text-decoration: none;
          display: block;
          line-height: 60px;
          font-size: 24px;
          vertical-align: middle;
          width: 100%;
          font-weight: bold; }
  article div#navigation {
    width: 1000px;
    margin: 0px auto;
    padding-top: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #039b18; }
    article div#navigation a {
      color: #039b18; }
  article #menu-bar {
    width: 100%;
    height: 40px;
    background-color: #039B18; }
    article #menu-bar menu#content-menu {
      width: 1000px;
      margin: 0px auto; }
      article #menu-bar menu#content-menu ul {
        list-style: none;
        width: 100%;
        text-align: center;
        padding-top: 8px; }
        article #menu-bar menu#content-menu ul li {
          display: inline;
          margin-left: 2px;
          border-left: 1px dashed #F8E341;
          -webkit-transition: 0.5s all;
          -moz-transition: 0.5s all;
          -o-transition: 0.5s all;
          transition: 0.5s all; }
          article #menu-bar menu#content-menu ul li:first-child {
            margin-left: 0px;
            border-left: none; }
          article #menu-bar menu#content-menu ul li:hover {
            -webkit-box-shadow: 4px 4px 8px rgba(248, 227, 65, 0.9) rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 4px 4px 8px rgba(248, 227, 65, 0.9) rgba(0, 0, 0, 0.5);
            box-shadow: 4px 4px 8px rgba(248, 227, 65, 0.9) rgba(0, 0, 0, 0.5);
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            transition: 0.5s all; }
          article #menu-bar menu#content-menu ul li a {
            text-decoration: none;
            color: white;
            font-weight: bold;
            font-size: 20px;
            padding: 8px 35px 8px 35px;
            display: inline; }
  article #slide {
    height: 350px;
    width: 100%; }
    article #slide #carousel-example-generic {
      position: relative;
      height: 350px; }
      article #slide #carousel-example-generic ol.carousel-indicators {
        text-align: right; }
        article #slide #carousel-example-generic ol.carousel-indicators li {
          display: inline-block;
          height: 30px;
          width: 30px;
          border-radius: 15px;
          border: 2px solid #000000;
          background-color: #FFFFFF; }
          article #slide #carousel-example-generic ol.carousel-indicators li.active {
            background-color: #F8E235; }
      article #slide #carousel-example-generic div.carousel-inner .item {
        height: 350px;
        width: 100%; }
        article #slide #carousel-example-generic div.carousel-inner .item .carousel-caption {
          top: 0px;
          width: 1000px;
          margin: 0px auto; }
          article #slide #carousel-example-generic div.carousel-inner .item .carousel-caption .carousel-description {
            float: left;
            width: 60%;
            background: rgba(0, 0, 0, 0.6);
            padding: 10px; }
            article #slide #carousel-example-generic div.carousel-inner .item .carousel-caption .carousel-description h2.slide-h2 {
              margin: 0px;
              padding-top: 0px;
              font-size: 30px;
              color: #ffffff;
              text-transform: uppercase; }
              article #slide #carousel-example-generic div.carousel-inner .item .carousel-caption .carousel-description h2.slide-h2:first-letter {
                font-size: 36px;
                color: #ffffff; }
            article #slide #carousel-example-generic div.carousel-inner .item .carousel-caption .carousel-description h3.slide-h3 {
              margin: 0px;
              font-size: 20px;
              color: #ffffff; }
              article #slide #carousel-example-generic div.carousel-inner .item .carousel-caption .carousel-description h3.slide-h3:first-letter {
                color: #ffffff; }
            article #slide #carousel-example-generic div.carousel-inner .item .carousel-caption .carousel-description div.slide-p p {
              width: 100%;
              color: white;
              padding-bottom: 0px; }
          article #slide #carousel-example-generic div.carousel-inner .item .carousel-caption span.button a {
            padding: 10px 30px 10px 30px;
            margin-top: 10px;
            float: left;
            border: 1px solid #FFFFFF;
            vertical-align: middle;
            font-size: 18px;
            color: #000000;
            text-transform: uppercase;
            cursor: pointer;
            background-color: #FFFFFF; }
        article #slide #carousel-example-generic div.carousel-inner .item .carousel-img {
          position: absolute;
          left: 0px;
          top: 0px;
          right: 0px;
          bottom: 0px; }
          article #slide #carousel-example-generic div.carousel-inner .item .carousel-img img {
            width: 100%;
            height: 100%; }
  article nav#caption ul {
    width: 100%;
    text-align: center;
    background-color: #EAEBEB; }
    article nav#caption ul li {
      height: 170px;
      width: 200px;
      padding: 10px;
      margin: 20px 10px 20px 10px;
      display: inline-block;
      background-color: white; }
  article #news {
    margin-top: 10px;
    width: 100%; }
    article #news h2 {
      width: 100%;
      font-size: 26px;
      background-color: #EAEBEB;
      padding: 15px; }
    article #news section {
      float: left;
      width: 100%;
      border: 1px solid #EAEBEB;
      padding: 15px; }
      article #news section .left-bar {
        width: 200px;
        float: left; }
      article #news section .right-bar {
        width: 750px;
        float: right; }
  article #choices-center {
    width: 100%;
    text-align: center; }
    article #choices-center h1 {
      padding-left: 70px; }
    article #choices-center .choice {
      height: 400px;
      width: 400px;
      display: inline-block;
      margin: 25px; }
      article #choices-center .choice .choice-img {
        width: 400px;
        height: 345px;
        float: left; }
      article #choices-center .choice .choice-title {
        margin-top: -1px;
        padding: 10px 0px 10px 0px;
        font-size: 26px;
        width: 100%;
        float: left;
        background-color: #039b18;
        font-weight: bold;
        color: #FFFFFF; }
  article section.sub-section {
    border: 1px solid #EAEBEB;
    width: 998px;
    float: left;
    margin-top: 20px; }
    article section.sub-section .left-bar, article section.sub-section .left-bar-long {
      display: inline-block; }
      article section.sub-section .left-bar .sub-section-title, article section.sub-section .left-bar-long .sub-section-title {
        width: 100%;
        float: left;
        background-color: #F8E235;
        text-align: left;
        font-size: 24px;
        padding: 5px 0px 5px 20px; }
      article section.sub-section .left-bar .sub-section-img, article section.sub-section .left-bar-long .sub-section-img {
        width: 170px;
        height: 170px;
        background-color: #EAEBEB;
        float: left; }
        article section.sub-section .left-bar .sub-section-img img, article section.sub-section .left-bar-long .sub-section-img img {
          width: 130px;
          height: 130px;
          margin: 20px; }
      article section.sub-section .left-bar .sub-section-text, article section.sub-section .left-bar-long .sub-section-text {
        width: 210px; }
      article section.sub-section .left-bar .sub-section-text-long, article section.sub-section .left-bar-long .sub-section-text-long {
        width: 410px; }
      article section.sub-section .left-bar .sub-section-text, article section.sub-section .left-bar .sub-section-text-long, article section.sub-section .left-bar-long .sub-section-text, article section.sub-section .left-bar-long .sub-section-text-long {
        float: right;
        padding: 10px; }
    article section.sub-section .left-bar-long {
      width: 600px; }
    article section.sub-section .left-bar {
      width: 400px; }
    article section.sub-section .right-bar {
      width: 590px; }
    article section.sub-section .right-bar-small {
      width: 390px; }
    article section.sub-section .right-bar, article section.sub-section .right-bar-small {
      display: inline-block;
      padding: 10px; }
      article section.sub-section .right-bar .sub-section-galery, article section.sub-section .right-bar .sub-section-galery-small, article section.sub-section .right-bar-small .sub-section-galery, article section.sub-section .right-bar-small .sub-section-galery-small {
        height: 180px; }
        article section.sub-section .right-bar .sub-section-galery a, article section.sub-section .right-bar .sub-section-galery-small a, article section.sub-section .right-bar-small .sub-section-galery a, article section.sub-section .right-bar-small .sub-section-galery-small a {
          margin-left: 10px;
          height: 180px;
          width: 180px;
          float: left; }
          article section.sub-section .right-bar .sub-section-galery a:first-child, article section.sub-section .right-bar .sub-section-galery-small a:first-child, article section.sub-section .right-bar-small .sub-section-galery a:first-child, article section.sub-section .right-bar-small .sub-section-galery-small a:first-child {
            margin-left: 0px; }
    article section.sub-section .galery {
      width: 100%;
      height: auto; }
      article section.sub-section .galery .title {
        width: 100%;
        height: 20px;
        background-color: #F8E33E;
        color: #332280; }
  article .gallery {
    width: 100%;
    text-align: center; }
    article .gallery h1 {
      padding-left: 70px; }
    article .gallery img {
      display: inline-block;
      height: 115px;
      width: 210px;
      padding: 2px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      article .gallery img:hover {
        background-color: #039b18; }
  article .contact-form {
    width: 1000px;
    margin: 0px auto; }
    article .contact-form fieldset {
      background-color: #EAEBEB;
      padding: 0px; }
      article .contact-form fieldset div.title {
        width: 1000px;
        padding: 10px 30px 10px 30px;
        background-color: #039b18;
        color: #FFFFFF;
        font-weight: bold; }
      article .contact-form fieldset div.form {
        padding: 20px; }
        article .contact-form fieldset div.form .left, article .contact-form fieldset div.form .right {
          width: 470px; }
        article .contact-form fieldset div.form .left {
          float: left; }
        article .contact-form fieldset div.form .right {
          float: right; }
        article .contact-form fieldset div.form textarea {
          width: 100%;
          height: 250px; }
        article .contact-form fieldset div.form input {
          padding: 10px;
          width: 100%; }
        article .contact-form fieldset div.form span.sendContactMail {
          cursor: pointer;
          padding: 10px 30px 10px 30px;
          background-color: #039b18;
          color: #FFFFFF; }
  article div.reference {
    margin-top: 10px;
    width: 100%;
    min-height: 50px;
    display: inline-block;
    clear: both; }
    article div.reference div.title {
      width: 100%;
      background-color: #F8E235;
      padding-left: 20px;
      line-height: 36px;
      vertical-align: middle;
      font-size: 20px;
      color: #000000; }
    article div.reference div.images-before, article div.reference div.images-after {
      width: 50%;
      min-height: 100px;
      border-bottom: 1px solid #EAEBEB;
      padding: 10px; }
      article div.reference div.images-before div.title, article div.reference div.images-after div.title {
        width: 100%;
        line-height: 30px;
        background-color: #EAEBEB;
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        color: #039b18; }
      article div.reference div.images-before div.images, article div.reference div.images-after div.images {
        width: 100%;
        margin-top: 10px;
        min-height: 100px;
        text-align: center;
        display: inline-block; }
        article div.reference div.images-before div.images img, article div.reference div.images-after div.images img {
          width: 100px;
          height: 100px;
          display: inline; }
    article div.reference div.images-before {
      float: left;
      border-left: 1px solid #EAEBEB; }
    article div.reference div.images-after {
      float: right;
      border-right: 1px solid #EAEBEB; }

footer {
  padding: 63px 0px 0px 0px;
  background: url(/images/svg/bottom_ledge.svg) top center;
  background-repeat: no-repeat;
  background-size: cover 55px;
  width: 100%; }
  footer .container {
    width: 100%;
    background-color: #EAEBEB;
    border-bottom: 3px solid #039b18; }
    footer .container ul#more-info {
      width: 1000px;
      margin: 0px auto;
      text-align: left;
      background-color: #EAEBEB;
      padding: 0px 20px 0px 20px; }
      footer .container ul#more-info li {
        width: 320px;
        float: left; }
        footer .container ul#more-info li .title {
          color: #039B18;
          font-size: 24px;
          margin-bottom: 30px;
          margin-top: 15px;
          font-weight: bold; }
        footer .container ul#more-info li ul.text {
          width: 100%; }
          footer .container ul#more-info li ul.text li {
            width: 100%;
            margin-bottom: 15px; }
  footer #reserve {
    position: relative;
    width: 1000px;
    margin: 0px auto;
    height: 80px;
    border-bottom: 3px solid #EAEBEB;
    padding-bottom: 20px; }
    footer #reserve #footer-logo {
      position: absolute;
      left: 0px;
      top: 0px;
      width: auto;
      height: 70px; }
    footer #reserve #footer-text {
      position: absolute;
      top: 0px;
      left: 135px;
      width: 865px;
      line-height: 70px;
      vertical-align: middle;
      color: #039b18; }
      footer #reserve #footer-text ul#footer-nav {
        width: 625px;
        text-align: center;
        position: relative;
        left: 10%; }
        footer #reserve #footer-text ul#footer-nav li {
          float: left;
          margin-right: 15px;
          position: relative; }
          footer #reserve #footer-text ul#footer-nav li a {
            color: #039b18; }
      footer #reserve #footer-text #copyright {
        float: right;
        text-align: right;
        width: 245px; }
  footer #wrong_browser {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: burlywood;
    border-top: 1px solid red;
    text-align: center; }
    footer #wrong_browser .close_warning {
      cursor: pointer; }

/*# sourceMappingURL=main.css.map */
