html,
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  min-height: 100% !important;
  height: 100% !important;
  background-color: #f3f3f3; }

a {
  color: inherit;
  text-decoration: none;
  transition: background 1s; }
  a:hover, a:focus {
    color: inherit;
    outline: 0;
    text-decoration: none; }

@media (min-width: 768px) {
  .col-portrait img {
    /* position: absolute;
    bottom:0;
    left:0; */ } }
@media (max-width: 768px) {
  .col-portrait img {
    margin: 0 auto;
    width: 50%;
    margin-bottom: 15px; } }
.col-xs-4.col-sm-6.col-md-4 img {
  display: inline;
  max-width: 120px;
  max-height: auto; }

.overlay {
  transition: opacity 1s;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  opacity: 0; }
  .overlay:hover {
    opacity: 1; }

h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  margin-top: 100px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background-color: white;
  text-transform: uppercase; }

h3,
.h3 {
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
  font-size: 12px; }

/* @media(min-width:768px) { */
.row.row-sameheight {
  /* background: white;
  box-shadow:1px 1px 1px rgba(0,0,0,0.2); */
  color: #fff; }
  .row.row-sameheight .badge {
    color: #283696;
    background-color: #fff; }

/* } */
.col-headline {
  padding: 0 !important; }

.col-portrait {
  position: relative;
  padding: 0; }

.col-xs-4.col-sm-6.col-md-4 {
  position: relative;
  background-color: white;
  padding: 15px 0 15px 0 !important;
  text-align: center;
  border-left: 1px solid #f3f3f3; }

.col-xs-12.col-sm-6.col-md-6 {
  position: relative;
  background-color: white;
  padding: 15px 0 15px 0 !important;
  text-align: center;
  border-left: 1px solid #f3f3f3; }

.lead {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: white; }

.header,
.footer {
  width: 100%;
  z-index: 500;
  left: 0;
  position: fixed; }

.header {
  top: 0; }
  .header div div > a {
    padding: 0; }
  .header img:first-of-type {
    height: 35px;
    max-width: 120px;
    width: auto;
    margin: 10px 0; }
  .header .nav {
    padding: 0; }
    @media (max-width: 768px) {
      .header .nav {
        text-align: center; }
        .header .nav.pull-right {
          float: none !important; } }
    .header .nav > li {
      padding: 0;
      border-left: 1px solid pink; }
      .header .nav > li > a {
        border-bottom: 3px solid transparent;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        transition: background color 1s;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700; }
        .header .nav > li > a .small,
        .header .nav > li > a small {
          display: inline;
          font-weight: 300;
          text-transform: none;
          font-size: 13px;
          line-height: 13px;
          opacity: 0.8; }
        .header .nav > li > a[href="#section-2"] {
          border-color: #e7298f; }
        .header .nav > li > a[href="#section-3"] {
          border-color: #172983; }
        .header .nav > li > a[href="#section-4"] {
          border-color: #009ee0; }
        .header .nav > li > a[href="#section-5"] {
          border-color: #45a12a; }
        @media (max-width: 768px) {
          .header .nav > li > a {
            padding-top: 5px;
            padding-bottom: 5px;
            float: left;
            padding: 1px;
            font-size: 14px;
            font-size: 12px;
            font-weight: 400;
            text-transform: none; } }
        .header .nav > li > a:hover, .header .nav > li > a:focus {
          background-color: #f3f3f3; }
      .header .nav > li.active > a {
        color: white; }
        .header .nav > li.active > a[href="#section-1"] {
          background-color: white; }
        .header .nav > li.active > a[href="#section-2"] {
          background-color: #e7298f; }
        .header .nav > li.active > a[href="#section-3"] {
          background-color: #172983; }
        .header .nav > li.active > a[href="#section-4"] {
          background-color: #009ee0; }
        .header .nav > li.active > a[href="#section-5"] {
          background-color: #45a12a; }

.footer {
  bottom: 0; }
  .footer .container {
    padding: 0; }
    .footer .container ul {
      margin: 0; }
      @media screen and (max-width: 768px) {
        .footer .container ul {
          text-align: center; } }
      .footer .container ul li {
        padding: 0; }
        @media (max-width: 768px) {
          .footer .container ul li {
            min-height: 22px; } }
        .footer .container ul li a {
          padding: 3px 8px;
          display: block; }
          @media screen and (min-width: 768px) {
            .footer .container ul li a {
              padding: 10px 15px; } }
          @media screen and (max-width: 768px) {
            .footer .container ul li a {
              padding: 1px;
              font-size: 12px; } }
          .footer .container ul li a:hover {
            background: #E7E7E7; }
        @media (max-width: 768px) {
          .footer .container ul li.pull-right {
            float: none !important; } }
        @media (max-width: 360px) {
          .footer .container ul li.pull-right {
            min-height: 42px; } }

.wrapper,
.section {
  padding-bottom: 30px;
  /* height: 100%; */
  min-height: 100%; }

.wrapper {
  padding-bottom: 0; }

.section {
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .section h3, .section p {
      text-align: center; }
    .section .img-responsive {
      display: inline; } }
  .section#section-1 {
    background-color: white; }
    .section#section-1 img.logo {
      margin: 0 auto;
      margin: 0 auto;
      top: 50%;
      left: 50%;
      position: absolute;
      padding: 20px; }
  .section#section-2 {
    background-image: url("../img/background_section2_c.jpg");
    background-position: top;
    background-color: #e7298f; }
    .section#section-2 p {
      color: #fff; }
  .section#section-3 {
    background-image: url("../img/background_section3_c.jpg");
    background-position: center;
    background-color: #172983; }
    .section#section-3 .fb-page {
      margin: 20px 0 40px;
      text-align: center;
      width: 100%; }
    @media screen and (max-width: 768px) {
      .section#section-3 {
        padding: 0 15px; } }
    @media screen and (min-width: 768px) {
      .section#section-3 .scrollarea {
        overflow-x: auto;
        /* height: 500px; */ } }
    .section#section-3 .scrollarea .item {
      margin-top: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.24);
      padding: 5px 0 20px; }
      .section#section-3 .scrollarea .item:last-child {
        border: 0; }
      @media screen and (max-width: 768px) {
        .section#section-3 .scrollarea .item {
          width: 100%;
          margin: 0; }
          .section#section-3 .scrollarea .item h2 {
            margin: 0 25px 10px; } }
      .section#section-3 .scrollarea .item p {
        color: #fff; }
      .section#section-3 .scrollarea .item img {
        margin-top: 20px;
        border: 6px solid #fff;
        max-width: 100%; }
      .section#section-3 .scrollarea .item h2 {
        font-size: 20px;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 2px;
        margin-top: 0px;
        color: #fff;
        background: none;
        box-shadow: none;
        text-transform: none; }
      .section#section-3 .scrollarea .item a {
        word-break: break-all; }
  .section#section-3-1 {
    background-image: url("../img/background_section3_1_c.jpg");
    background-position: top;
    background-color: #ffed00; }
    .section#section-3-1 p {
      color: #442E00; }
    .section#section-3-1 .lead {
      border-top: 1px solid #442E00;
      border-bottom: 1px solid #442E00; }
    .section#section-3-1 h3 {
      border: 0;
      padding-left: 0;
      color: #442E00; }
    .section#section-3-1 img {
      border: 6px solid #fff;
      margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .section#section-3-1 img {
        margin: 40px 0 10px; } }
    .section#section-3-1 .col-headline {
      margin-top: 20px; }
  .section#section-4 {
    background-image: url("../img/background_section4_c.jpg");
    background-position: center;
    background-color: #009ee0; }
    .section#section-4 a {
      margin-top: 10px;
      display: inline-block;
      font-weight: 100;
      background: url(../img/pdf.png) no-repeat center left;
      padding-left: 22px; }
  .section#section-5 {
    background-opacity: .4;
    background-image: url("../img/background_section5_c.jpg");
    background-color: #45a12a; }
    @media screen and (max-width: 768px) {
      .section#section-5 .schirmherr {
        height: auto !important;
        text-align: center; } }
    .section#section-5 h3 {
      border: 0;
      padding-left: 0; }
    .section#section-5 img {
      border: 6px solid #fff;
      width: 100%; }
    .section#section-5 .row {
      margin-bottom: 20px; }
    .section#section-5 .col-headline {
      margin-top: 20px; }
    .section#section-5 small {
      display: block;
      margin-top: 8px; }
      @media screen and (min-width: 768px) {
        .section#section-5 small {
          text-align: left; } }
  .section#section-6 {
    background-image: url("../img/background_section6_c.jpg");
    background-position: center;
    background-color: #fff; }
    .section#section-6 .lead {
      border-color: #000;
      color: #000; }
    .section#section-6 a {
      text-decoration: underline; }
      .section#section-6 a:hover {
        text-decoration: none; }

.header .container, .footer .container {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: white; }

/* Demo Buttons Style */
.codrops-demos {
  text-align: center;
  display: block;
  line-height: 30px;
  padding: 5px 0px; }

.codrops-demos a {
  display: inline-block;
  font-style: italic;
  margin: 0px 4px;
  padding: 0px 6px;
  color: #aaa;
  line-height: 20px;
  font-size: 13px;
  text-shadow: 1px 1px 1px #fff;
  border: 1px solid #fff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.codrops-demos a:hover {
  color: #333;
  background: #fff; }

.codrops-demos a:active {
  background: #fff; }

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
  background: #f0f0f0;
  border-color: #d9d9d9;
  color: #aaa;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=0 );
  /* IE6-9 */ }

.support-note span {
  color: #ac375d;
  font-size: 16px;
  display: none;
  font-weight: bold;
  text-align: center;
  padding: 5px 0; }

.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions {
  display: block; }

.text-url {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  color: gray; }

/*# sourceMappingURL=bootstrap.quad-tour.css.map */
