@charset "UTF-8";
/*
* Gidion V2
* Copyright 2016, Junias Fenske
* www.junias-fenske.de/gidion
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 01/08/2015
*/
@import url(normalize.css);
@import url(animate.css);
@import url(fonts.css);


/* Base Style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

html, body {
  height: 100%; }

body {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-smoothing: antialiased; }

::-webkit-selection {
  background-color: #F96868;
  color: #fff; }

::-moz-selection {
  background-color: #F96868;
  color: #fff; }

::selection {
  background-color: #F96868;
  color: #fff; }

.container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  position: relative; }
  .container {
    *zoom: 1; }
  .container:before,
  .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media only screen and (min-width: 760px) {
    .container {
      padding: 0 20px; } }
  @media only screen and (min-width: 1024px) {
    .container {
      padding: 0 40px;
      max-width: 980px; } }
  @media only screen and (min-width: 1220px) {
    .container {
      padding: 0;
      max-width: 1170px; } }

.container-full,
.container-fluid {
  width: 100%;
  padding: 0 15px;
  position: relative; }
  .container-full,
  .container-fluid {
    *zoom: 1; }
  .container-full:before,
  .container-full:after,
  .container-fluid:before,
  .container-fluid:after {
    content: "";
    display: table; }
  .container-full:after,
  .container-fluid:after {
    clear: both; }
  @media only screen and (min-width: 760px) {
    .container-full,
    .container-fluid {
      padding: 0 20px; } }
  @media only screen and (min-width: 1024px) {
    .container-full,
    .container-fluid {
      padding: 0 40px; } }

section {
  padding: 40px 0;
  margin: 0;
  background-color: #fff;
  position: relative; }
  @media only screen and (min-width: 760px) {
    section {
      padding: 100px 0px; } }
  @media only screen and (min-width: 1024px) {
    section {
      padding: 150px 0px; } }
  section.zebra {
    background: #f8f5ec url(../img/bg-section.png) repeat;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none; }
    section.zebra:before,
    section.zebra:after {
      content: "";
      display: block;
      width: 100%;
      height: 7px;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 99; }
    section.zebra:before {
      top: 0;
      background: url(../img/pattern2.png) repeat-x; }
    section.zebra:after {
      bottom: 0;
      background: url(../img/pattern.png) repeat-x; }
  section.zebra-pattern {
    background: url(../img/symphony.jpg) repeat fixed;
    -webkit-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.4); }
  section.color-f1 {
    background-color: #fb3f60; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row {
    *zoom: 1; }
  .row:before,
  .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.xs-1, .s-1, .m-1, .l-1, .xs-2, .s-2, .m-2, .l-2, .xs-3, .s-3, .m-3, .l-3, .xs-4, .s-4, .m-4, .l-4, .xs-5, .s-5, .m-5, .l-5, .xs-6, .s-6, .m-6, .l-6, .xs-7, .s-7, .m-7, .l-7, .xs-8, .s-8, .m-8, .l-8, .xs-9, .s-9, .m-9, .l-9, .xs-10, .s-10, .m-10, .l-10, .xs-11, .s-11, .m-11, .l-11, .xs-12, .s-12, .m-12, .l-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 {
  float: left; }

.xs-12 {
  width: 100%; }

.xs-11 {
  width: 91.66666667%; }

.xs-10 {
  width: 83.33333333%; }

.xs-9 {
  width: 75%; }

.xs-8 {
  width: 66.66666667%; }

.xs-7 {
  width: 58.33333333%; }

.xs-6 {
  width: 50%; }

.xs-5 {
  width: 41.66666667%; }

.xs-4 {
  width: 33.33333333%; }

.xs-3 {
  width: 25%; }

.xs-2 {
  width: 16.66666667%; }

.xs-1 {
  width: 8.33333333%; }

.xs-pull-12 {
  right: 100%; }

.xs-pull-11 {
  right: 91.66666667%; }

.xs-pull-10 {
  right: 83.33333333%; }

.xs-pull-9 {
  right: 75%; }

.xs-pull-8 {
  right: 66.66666667%; }

.xs-pull-7 {
  right: 58.33333333%; }

.xs-pull-6 {
  right: 50%; }

.xs-pull-5 {
  right: 41.66666667%; }

.xs-pull-4 {
  right: 33.33333333%; }

.xs-pull-3 {
  right: 25%; }

.xs-pull-2 {
  right: 16.66666667%; }

.xs-pull-1 {
  right: 8.33333333%; }

.xs-pull-0 {
  right: auto; }

.xs-push-12 {
  left: 100%; }

.xs-push-11 {
  left: 91.66666667%; }

.xs-push-10 {
  left: 83.33333333%; }

.xs-push-9 {
  left: 75%; }

.xs-push-8 {
  left: 66.66666667%; }

.xs-push-7 {
  left: 58.33333333%; }

.xs-push-6 {
  left: 50%; }

.xs-push-5 {
  left: 41.66666667%; }

.xs-push-4 {
  left: 33.33333333%; }

.xs-push-3 {
  left: 25%; }

.xs-push-2 {
  left: 16.66666667%; }

.xs-push-1 {
  left: 8.33333333%; }

.xs-push-0 {
  left: auto; }

.xs-offset-12 {
  margin-left: 100%; }

.xs-offset-11 {
  margin-left: 91.66666667%; }

.xs-offset-10 {
  margin-left: 83.33333333%; }

.xs-offset-9 {
  margin-left: 75%; }

.xs-offset-8 {
  margin-left: 66.66666667%; }

.xs-offset-7 {
  margin-left: 58.33333333%; }

.xs-offset-6 {
  margin-left: 50%; }

.xs-offset-5 {
  margin-left: 41.66666667%; }

.xs-offset-4 {
  margin-left: 33.33333333%; }

.xs-offset-3 {
  margin-left: 25%; }

.xs-offset-2 {
  margin-left: 16.66666667%; }

.xs-offset-1 {
  margin-left: 8.33333333%; }

.xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .s-1, .s-2, .s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12 {
    float: left; }
  .s-12 {
    width: 100%; }
  .s-11 {
    width: 91.66666667%; }
  .s-10 {
    width: 83.33333333%; }
  .s-9 {
    width: 75%; }
  .s-8 {
    width: 66.66666667%; }
  .s-7 {
    width: 58.33333333%; }
  .s-6 {
    width: 50%; }
  .s-5 {
    width: 41.66666667%; }
  .s-4 {
    width: 33.33333333%; }
  .s-3 {
    width: 25%; }
  .s-2 {
    width: 16.66666667%; }
  .s-1 {
    width: 8.33333333%; }
  .s-pull-12 {
    right: 100%; }
  .s-pull-11 {
    right: 91.66666667%; }
  .s-pull-10 {
    right: 83.33333333%; }
  .s-pull-9 {
    right: 75%; }
  .s-pull-8 {
    right: 66.66666667%; }
  .s-pull-7 {
    right: 58.33333333%; }
  .s-pull-6 {
    right: 50%; }
  .s-pull-5 {
    right: 41.66666667%; }
  .s-pull-4 {
    right: 33.33333333%; }
  .s-pull-3 {
    right: 25%; }
  .s-pull-2 {
    right: 16.66666667%; }
  .s-pull-1 {
    right: 8.33333333%; }
  .s-pull-0 {
    right: auto; }
  .s-push-12 {
    left: 100%; }
  .s-push-11 {
    left: 91.66666667%; }
  .s-push-10 {
    left: 83.33333333%; }
  .s-push-9 {
    left: 75%; }
  .s-push-8 {
    left: 66.66666667%; }
  .s-push-7 {
    left: 58.33333333%; }
  .s-push-6 {
    left: 50%; }
  .s-push-5 {
    left: 41.66666667%; }
  .s-push-4 {
    left: 33.33333333%; }
  .s-push-3 {
    left: 25%; }
  .s-push-2 {
    left: 16.66666667%; }
  .s-push-1 {
    left: 8.33333333%; }
  .s-push-0 {
    left: auto; }
  .s-offset-12 {
    margin-left: 100%; }
  .s-offset-11 {
    margin-left: 91.66666667%; }
  .s-offset-10 {
    margin-left: 83.33333333%; }
  .s-offset-9 {
    margin-left: 75%; }
  .s-offset-8 {
    margin-left: 66.66666667%; }
  .s-offset-7 {
    margin-left: 58.33333333%; }
  .s-offset-6 {
    margin-left: 50%; }
  .s-offset-5 {
    margin-left: 41.66666667%; }
  .s-offset-4 {
    margin-left: 33.33333333%; }
  .s-offset-3 {
    margin-left: 25%; }
  .s-offset-2 {
    margin-left: 16.66666667%; }
  .s-offset-1 {
    margin-left: 8.33333333%; }
  .s-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .m-1, .m-2, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12 {
    float: left; }
  .m-12 {
    width: 100%; }
  .m-11 {
    width: 91.66666667%; }
  .m-10 {
    width: 83.33333333%; }
  .m-9 {
    width: 75%; }
  .m-8 {
    width: 66.66666667%; }
  .m-7 {
    width: 58.33333333%; }
  .m-6 {
    width: 50%; }
  .m-5 {
    width: 41.66666667%; }
  .m-4 {
    width: 33.33333333%; }
  .m-3 {
    width: 25%; }
  .m-2 {
    width: 16.66666667%; }
  .m-1 {
    width: 8.33333333%; }
  .m-pull-12 {
    right: 100%; }
  .m-pull-11 {
    right: 91.66666667%; }
  .m-pull-10 {
    right: 83.33333333%; }
  .m-pull-9 {
    right: 75%; }
  .m-pull-8 {
    right: 66.66666667%; }
  .m-pull-7 {
    right: 58.33333333%; }
  .m-pull-6 {
    right: 50%; }
  .m-pull-5 {
    right: 41.66666667%; }
  .m-pull-4 {
    right: 33.33333333%; }
  .m-pull-3 {
    right: 25%; }
  .m-pull-2 {
    right: 16.66666667%; }
  .m-pull-1 {
    right: 8.33333333%; }
  .m-pull-0 {
    right: auto; }
  .m-push-12 {
    left: 100%; }
  .m-push-11 {
    left: 91.66666667%; }
  .m-push-10 {
    left: 83.33333333%; }
  .m-push-9 {
    left: 75%; }
  .m-push-8 {
    left: 66.66666667%; }
  .m-push-7 {
    left: 58.33333333%; }
  .m-push-6 {
    left: 50%; }
  .m-push-5 {
    left: 41.66666667%; }
  .m-push-4 {
    left: 33.33333333%; }
  .m-push-3 {
    left: 25%; }
  .m-push-2 {
    left: 16.66666667%; }
  .m-push-1 {
    left: 8.33333333%; }
  .m-push-0 {
    left: auto; }
  .m-offset-12 {
    margin-left: 100%; }
  .m-offset-11 {
    margin-left: 91.66666667%; }
  .m-offset-10 {
    margin-left: 83.33333333%; }
  .m-offset-9 {
    margin-left: 75%; }
  .m-offset-8 {
    margin-left: 66.66666667%; }
  .m-offset-7 {
    margin-left: 58.33333333%; }
  .m-offset-6 {
    margin-left: 50%; }
  .m-offset-5 {
    margin-left: 41.66666667%; }
  .m-offset-4 {
    margin-left: 33.33333333%; }
  .m-offset-3 {
    margin-left: 25%; }
  .m-offset-2 {
    margin-left: 16.66666667%; }
  .m-offset-1 {
    margin-left: 8.33333333%; }
  .m-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {
    float: left; }
  .l-12 {
    width: 100%; }
  .l-11 {
    width: 91.66666667%; }
  .l-10 {
    width: 83.33333333%; }
  .l-9 {
    width: 75%; }
  .l-8 {
    width: 66.66666667%; }
  .l-7 {
    width: 58.33333333%; }
  .l-6 {
    width: 50%; }
  .l-5 {
    width: 41.66666667%; }
  .l-4 {
    width: 33.33333333%; }
  .l-3 {
    width: 25%; }
  .l-2 {
    width: 16.66666667%; }
  .l-1 {
    width: 8.33333333%; }
  .l-pull-12 {
    right: 100%; }
  .l-pull-11 {
    right: 91.66666667%; }
  .l-pull-10 {
    right: 83.33333333%; }
  .l-pull-9 {
    right: 75%; }
  .l-pull-8 {
    right: 66.66666667%; }
  .l-pull-7 {
    right: 58.33333333%; }
  .l-pull-6 {
    right: 50%; }
  .l-pull-5 {
    right: 41.66666667%; }
  .l-pull-4 {
    right: 33.33333333%; }
  .l-pull-3 {
    right: 25%; }
  .l-pull-2 {
    right: 16.66666667%; }
  .l-pull-1 {
    right: 8.33333333%; }
  .l-pull-0 {
    right: auto; }
  .l-push-12 {
    left: 100%; }
  .l-push-11 {
    left: 91.66666667%; }
  .l-push-10 {
    left: 83.33333333%; }
  .l-push-9 {
    left: 75%; }
  .l-push-8 {
    left: 66.66666667%; }
  .l-push-7 {
    left: 58.33333333%; }
  .l-push-6 {
    left: 50%; }
  .l-push-5 {
    left: 41.66666667%; }
  .l-push-4 {
    left: 33.33333333%; }
  .l-push-3 {
    left: 25%; }
  .l-push-2 {
    left: 16.66666667%; }
  .l-push-1 {
    left: 8.33333333%; }
  .l-push-0 {
    left: auto; }
  .l-offset-12 {
    margin-left: 100%; }
  .l-offset-11 {
    margin-left: 91.66666667%; }
  .l-offset-10 {
    margin-left: 83.33333333%; }
  .l-offset-9 {
    margin-left: 75%; }
  .l-offset-8 {
    margin-left: 66.66666667%; }
  .l-offset-7 {
    margin-left: 58.33333333%; }
  .l-offset-6 {
    margin-left: 50%; }
  .l-offset-5 {
    margin-left: 41.66666667%; }
  .l-offset-4 {
    margin-left: 33.33333333%; }
  .l-offset-3 {
    margin-left: 25%; }
  .l-offset-2 {
    margin-left: 16.66666667%; }
  .l-offset-1 {
    margin-left: 8.33333333%; }
  .l-offset-0 {
    margin-left: 0%; } }

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.container-full:before,
.container-full:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clear:after,
.clearfix:after,
.container:after,
.container-fluid:after
.container-full:after,
.row:after {
  clear: both; }

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto; }

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none; }

.well {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 760px) {
    .well {
      padding: 25px 30px; } }

.thumbnail {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  display: block;
  position: relative; }
  .thumbnail:after {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 12;
    -webkit-box-shadow: inset 0px -126px 211px -69px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -126px 211px -69px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -126px 211px -69px rgba(0, 0, 0, 0.75);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .thumbnail img {
    overflow: hidden;
    border-radius: 5px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1; }
  .thumbnail:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.alert {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .alert.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  .alert p {
    margin: 0;
    color: #8a6d3b; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.btn-file .badge {
  color: #fff;
  background-color: #fb3f60; }

.no-js #preloader,
.oldie #preloader,
.ie9 #preloader {
  display: none; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999999;
  height: 100%; }
  #preloader #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    padding: 0; }
    #preloader #loader:before {
      content: "";
      border-top: 11px solid rgba(0, 0, 0, 0.2);
      border-right: 11px solid rgba(0, 0, 0, 0.2);
      border-bottom: 11px solid rgba(0, 0, 0, 0.2);
      border-left: 11px solid #fb3f60;
      -webkit-animation: load 1.1s infinite linear;
      animation: load 1.1s infinite linear;
      display: block;
      border-radius: 50%;
      width: 60px;
      height: 60px; }

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

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

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.push-right {
  float: right !important; }

.push-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility; }

.div-table {
  display: table;
  height: 100%;
  width: 100%; }

.div-cell {
  display: table-cell;
  float: none;
  vertical-align: middle; }

.affix {
  position: fixed; }

@media only screen and (min-width: 1024px) {
  .push-left {
    float: left; } }

@media only screen and (min-width: 1024px) {
  .push-right {
    float: right; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(-15deg); }
  10% {
    -webkit-transform: rotate(-85deg); }
  30% {
    -webkit-transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(250deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(-15deg); }
  10% {
    -moz-transform: rotate(-85deg); }
  30% {
    -moz-transform: rotate(5deg); }
  50% {
    -moz-transform: rotate(250deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(-15deg); }
  10% {
    -o-transform: rotate(-85deg); }
  30% {
    -o-transform: rotate(5deg); }
  50% {
    -o-transform: rotate(250deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes spin {
  0% {
    transform: rotate(-15deg); }
  10% {
    transform: rotate(-85deg); }
  30% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(250deg); }
  100% {
    transform: rotate(0deg); } }

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/* Typografie
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Pacifico', cursive;
  line-height: 1.2;
  font-weight: normal;
  color: #fb3f60;
  margin-bottom: 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-top: 0; }

h1 {
  font-size: 1.875rem;
  font-weight: 300;
  color: #fb3f60;
  margin-top: 0; }
  @media only screen and (min-width: 760px) {
    h1 {
      font-size: 2.25rem;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1024px) {
    h1 {
      font-size: 3rem;
      margin-bottom: 30px; } }

h2 {
  font-size: 1.875rem;
  margin-bottom: 15px; }

h3 {
  font-size: 1.5rem;
  margin-bottom: 15px; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1rem; }

p {
  font-family: "Open Sans", sans-serif;
  margin: 0rem 0rem 1.875rem 0rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #666; }
  @media only screen and (min-width: 760px) {
    p {
      font-size: 1rem;
      line-height: 1.75; } }

/* Links & Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  font-weight: 600;
  color: #424242;
  text-decoration: none;
  outline: none !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*&:active{ 
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}*/ }
  a:hover,
  a:focus {
    color: #fb3f60; }

.btn, #subscribe-submit input {
  display: block;
  padding: 10px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42857143;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 480px) {
    .btn, #subscribe-submit input {
      font-size: 14px;
      padding: 15px 25px;
      display: inline-block; } }
  .btn:hover,
  #subscribe-submit input:hover,
  .btn:focus, #subscribe-submit input:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, #subscribe-submit input:active {
    background-image: none;
    outline: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled,
  #subscribe-submit input.disabled,
  .btn[disabled], #subscribe-submit input[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65; }
  .btn.btn-block, #subscribe-submit input.btn-block {
    display: block; }
  .btn.btn-lg, #subscribe-submit input.btn-lg {
    padding: 15px; }
    @media only screen and (min-width: 480px) {
      .btn.btn-lg, #subscribe-submit input.btn-lg {
        padding: 17px 30px; } }
  .btn.btn-default, #subscribe-submit input.btn-default {
    color: #634142;
    background-color: transparent;
    border-color: #634142; }
    .btn.btn-default:hover,
    #subscribe-submit input.btn-default:hover,
    .btn.btn-default:focus, #subscribe-submit input.btn-default:focus {
      background-color: transparent;
      border-color: #442d2d;
      color: #442d2d; }
  .btn.btn-primary, #subscribe-submit input {
    background-color: #fb3f60;
    border-color: #fb3f60;
    color: #fff; }
    .btn.btn-primary:hover,
    #subscribe-submit input:hover,
    .btn.btn-primary:focus, #subscribe-submit input:focus {
      background-color: #fc5875;
      border-color: #fc5875;
      color: #fff; }
  .btn.btn-outline, #subscribe-submit input.btn-outline {
    border: 1px solid transparent; }
    .btn.btn-outline.btn-outline-orange, #subscribe-submit input.btn-outline.btn-outline-orange {
      border-color: #634142;
      background-color: transparent; }
      .btn.btn-outline.btn-outline-orange:hover,
      #subscribe-submit input.btn-outline.btn-outline-orange:hover,
      .btn.btn-outline.btn-outline-orange:focus, #subscribe-submit input.btn-outline.btn-outline-orange:focus {
        background-color: #634142;
        color: #fff; }
  .btn.btn-icon, #subscribe-submit input.btn-icon {
    font-weight: normal;
    font-size: 16px; }
    .btn.btn-icon:before, #subscribe-submit input.btn-icon:before {
      font-family: "FontAwesome";
      display: inline-block;
      margin-right: 10px; }
    .btn.btn-icon.btn-pffeil-next:before, #subscribe-submit input.btn-icon.btn-pffeil-next:before {
      content: "\f054"; }
    .btn.btn-icon.btn-shop:before, #subscribe-submit input.btn-icon.btn-shop:before {
      content: "\f07a"; }

.btn-link {
  display: block;
  color: #fb3f60; }
  .btn-link:hover,
  .btn-link:focus {
    color: #424242; }
    .btn-link:hover:after,
    .btn-link:focus:after {
      margin-left: 20px; }
  .btn-link:after {
    display: inline-block;
    content: "";
    font-family: "FontAwesome";
    content: "\f101";
    margin-left: 15px;
    font-size: 1.125rem;
    font-weight: normal;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.btn-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  border-radius: 25px;
  display: block; }
  .btn-icon.btn-icon-primary {
    background-color: #fb3f60;
    border: 1px solid #fb3f60;
    color: #fff; }
    .btn-icon.btn-icon-primary:hover,
    .btn-icon.btn-icon-primary:focus {
      background-color: #fa0d37; }

.btn-animation {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-animation i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn-animation:hover,
  .btn-animation:focus {
    padding-right: 40px; }
    .btn-animation:hover i,
    .btn-animation:focus i {
      right: 18px;
      visibility: visible;
      opacity: 1; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  transform: translateY(10%);
  transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
  display: block;
  overflow: hidden; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li {
    float: none !important; }
  .dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
    margin: 0;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
      color: #fb3f60;
      text-decoration: none;
      background-color: #f5f5f5; }
  .dropdown-menu > li > a > i {
    font-size: 16px;
    margin-right: 5px; }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #fb3f60;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0; }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #777; }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 0s; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  display: block;
  width: 100%;
  padding: 15px 12px;
  border: 1px solid #cfd9db;
  background-color: #f5f5f5;
  border-radius: 0;
  max-width: 100%;
  min-width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 15px; }
  @media only screen and (min-width: 760px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="url"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="week"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    select,
    textarea {
      margin-bottom: 30px; } }
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="date"]:hover,
  input[type="month"]:hover,
  input[type="time"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="week"]:hover,
  input[type="number"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="color"]:hover,
  select:hover,
  textarea:hover {
    border-color: #b2c2c5; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  select:focus,
  textarea:focus {
    border-color: #2c97de;
    box-shadow: 0 0 5px rgba(44, 151, 222, 0.2); }

.easy-form textarea {
  min-height: 100px;
  resize: none; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/*.easy-form input:not([type]) {
	padding: 0.5em 0.6em;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	&:focus{
		outline: 0;
		border-color: #129FEA;
	}
}*/
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
input[type="color"] {
  padding: 0.2em 0.5em; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA; }

.easy-checkbox,
.easy-radio {
  margin-top: 25px;
  margin-bottom: 0;
  display: block; }

input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc; }

/*input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #e9322d;
	box-shadow: 0 0 5px #e9322d;
}

input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
	outline-color: #e9322d;
}*/
.required {
  display: inline; }

label {
  font-weight: 700;
  color: #757575;
  margin-bottom: 15px;
  display: block; }

.form-group {
  margin-bottom: 15px; }
  @media only screen and (min-width: 760px) {
    .form-group {
      margin-bottom: 35px; } }

.input-icon {
  position: relative; }
  .input-icon i {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 16px;
    color: #d5dddf;
    z-index: 999; }
  .input-icon input[type="text"],
  .input-icon input[type="password"],
  .input-icon input[type="email"],
  .input-icon input[type="url"],
  .input-icon input[type="date"],
  .input-icon input[type="month"],
  .input-icon input[type="time"],
  .input-icon input[type="datetime"],
  .input-icon input[type="datetime-local"],
  .input-icon input[type="week"],
  .input-icon input[type="number"],
  .input-icon input[type="search"],
  .input-icon input[type="tel"],
  .input-icon input[type="color"],
  .input-icon select,
  .input-icon textarea {
    padding-left: 40px; }
  .input-icon.textarea-icon i {
    top: 23px; }

input[type='checkbox'],
input[type='radio'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
  display: none;
  line-height: 1; }

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0; }

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
  font-weight: 400; }

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 0px;
  border: 2px solid #e8e8e8;
  background: white;
  margin-right: 5px;
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: transparent;
  line-height: 1;
  border-radius: 2px; }

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px; }

input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
  border-color: #fb3f60; }

input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
  color: #fff;
  background: #fb3f60;
  border-color: #fb3f60; }

.btn-file {
  text-align: left;
  display: block;
  width: 100%;
  padding: 15px 12px;
  border: 1px solid #cfd9db;
  background-color: #f5f5f5;
  border-radius: 0;
  max-width: 100%;
  min-width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 400; }
  @media only screen and (min-width: 760px) {
    .btn-file {
      margin-bottom: 30px; } }
  .btn-file:hover {
    border-color: #b2c2c5; }
  .btn-file:focus {
    border-color: #2c97de;
    box-shadow: 0 0 5px rgba(44, 151, 222, 0.2); }
  .btn-file .icon-span-filestyle {
    display: none; }
  .btn-file .buttonText {
    display: inline-block;
    text-transform: none; }
  .btn-file .badge {
    display: inline-block; }

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none; }

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #634142; }

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important; }

.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #6173f4;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #333;
  transition: all 0.2s ease-out; }
  .fh5co-nav-toggle i:before,
  .fh5co-nav-toggle i:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.fh5co-nav-toggle i::before {
  top: -7px; }

.fh5co-nav-toggle i::after {
  bottom: -7px; }

.fh5co-nav-toggle:hover i::before {
  top: -10px; }

.fh5co-nav-toggle:hover i::after {
  bottom: -10px; }

.fh5co-nav-toggle.active i {
  background: transparent; }

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.fh5co-nav-toggle {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 21;
  padding: 0;
  display: block;
  margin: 0 auto;
  height: 27px;
  width: 27px;
  border-bottom: none !important; }
  @media only screen and (min-width: 760px) {
    .fh5co-nav-toggle {
      display: none; } }

body {
  padding-top: 50px; }
  @media only screen and (min-width: 760px) {
    body {
      padding-top: 60px; } }
  @media only screen and (min-width: 1024px) {
    body {
      padding-top: 80px; } }

.top-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .top-bar {
    *zoom: 1; }
  .top-bar:before,
  .top-bar:after {
    content: "";
    display: table; }
  .top-bar:after {
    clear: both; }
  .top-bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: -7px;
    right: 0;
    background: url(../img/pattern2.png) repeat-x;
    z-index: 999; }
  @media only screen and (min-width: 760px) {
    .top-bar .navbar-header {
      float: left; } }
  .top-bar .navbar-header .logo {
    font-family: 'Pacifico', cursive;
    font-size: 1.25rem;
    color: #fb3f60;
    padding: 10px 0;
    margin: 0;
    display: block;
    font-weight: normal; }
    @media only screen and (min-width: 760px) {
      .top-bar .navbar-header .logo {
        padding: 14px 0; } }
    @media only screen and (min-width: 1024px) {
      .top-bar .navbar-header .logo {
        padding: 20px 0px;
        font-size: 1.5rem; } }
  @media only screen and (min-width: 760px) {
    .top-bar .navbar-collapse {
      float: right; } }
  @media only screen and (min-width: 760px) {
    .top-bar .collapse {
      display: block !important; } }
  @media only screen and (min-width: 760px) {
    .top-bar .navbar-nav {
      float: left; } }
  @media only screen and (min-width: 760px) {
    .top-bar .navbar-nav li {
      float: left;
      margin-right: 10px; } }
  @media only screen and (min-width: 760px) and (min-width: 1024px) {
    .top-bar .navbar-nav li {
      margin-right: 30px; } }
  .top-bar .navbar-nav li a {
    display: block;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 10px 0;
    color: #aaaaaa; }
    .top-bar .navbar-nav li a:hover,
    .top-bar .navbar-nav li a:focus,
    .top-bar .navbar-nav li a:active {
      color: #424242; }
    @media only screen and (min-width: 760px) {
      .top-bar .navbar-nav li a {
        padding: 20px 10px;
        font-size: 0.75rem; } }
    @media only screen and (min-width: 1024px) {
      .top-bar .navbar-nav li a {
        padding: 30px 0; } }
  .top-bar .navbar-nav li.active a {
    color: #fb3f60; }
  .top-bar .menu-social-container ul,
  .top-bar .social-links {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .top-bar .menu-social-container ul,
      .top-bar .social-links {
        display: block;
        float: right; } }
    .top-bar .menu-social-container ul li,
    .top-bar .social-links li {
      margin-right: 10px; }
      @media only screen and (min-width: 760px) {
        .top-bar .menu-social-container ul li,
        .top-bar .social-links li {
          float: left; } }
      @media only screen and (min-width: 1024px) {
        .top-bar .menu-social-container ul li,
        .top-bar .social-links li {
          margin-right: 30px; } }
      .top-bar .menu-social-container ul li:last-child,
      .top-bar .social-links li:last-child {
        margin-right: 0; }
      .top-bar .menu-social-container ul li a,
      .top-bar .social-links li a {
        display: block;
        padding: 15px;
        color: #aaaaaa;
        font-size: 1.125rem; }
        .top-bar .menu-social-container ul li a:hover,
        .top-bar .menu-social-container ul li a:focus,
        .top-bar .menu-social-container ul li a:active,
        .top-bar .social-links li a:hover,
        .top-bar .social-links li a:focus,
        .top-bar .social-links li a:active {
          color: #424242; }
        @media only screen and (min-width: 1024px) {
          .top-bar .menu-social-container ul li a,
          .top-bar .social-links li a {
            padding: 26.5px 0; } }

.hero {
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 100%;
  z-index: 0;
  overflow: hidden; }
  .hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/pattern.png) repeat-x;
    z-index: 999; }
  @media only screen and (min-width: 760px) {
    .hero {
      padding-top: 0;
      height: 100vh; } }
  .hero .container {
    z-index: 3; }
  .hero .item {
    position: relative;
    background-size: cover !important; }
    @media only screen and (min-width: 760px) {
      .hero .item {
        text-align: center; } }
    .hero .item:after {
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background-color: rgba(51, 51, 51, 0.3); }
    .hero .item p {
      font-family: 'Waiting for the Sunrise', cursive;
      color: #fff;
      margin: 0;
      padding: 0;
      font-size: 1.75rem; }
      @media only screen and (min-width: 1024px) {
        .hero .item p {
          font-size: 2.25rem; } }
    .hero .item .h1 {
      font-family: 'Pacifico', cursive;
      font-size: 2.25rem;
      margin-bottom: 15px;
      margin-top: 15px;
      color: #fff; }
      @media only screen and (min-width: 760px) {
        .hero .item .h1 {
          margin: 30px 0; } }
      @media only screen and (min-width: 1024px) {
        .hero .item .h1 {
          font-size: 4.5rem;
          margin: 30px 0 60px 0; } }
    .hero .item .animated {
      opacity: 0; }
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
    z-index: 9999; }
    @media only screen and (min-width: 760px) {
      .hero .slick-prev,
      .hero .slick-next {
        display: block !important;
        padding: 40px; } }
    .hero .slick-prev:before,
    .hero .slick-next:before {
      color: #fff;
      opacity: 0.5;
      font-size: 2.25rem; }
  .hero .slick-prev {
    left: 0px; }
  .hero .slick-next {
    right: 0px; }
  .hero .slick-dots {
    bottom: 40px; }

.hero-page {
  position: relative;
  height: 480px;
  background-color: #e2e2e4;
  background-size: cover !important;
  background-position: center center !important; }
  @media only screen and (min-width: 760px) {
    .hero-page {
      text-align: center; } }
  @media only screen and (min-width: 1024px) {
    .hero-page {
      height: 600px; } }
  .hero-page:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.3); }
  .hero-page:after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/pattern.png) repeat-x;
    z-index: 998; }
  .hero-page .container {
    position: relative;
    z-index: 3; }
  .hero-page p {
    font-family: 'Waiting for the Sunrise', cursive;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1.75rem; }
    @media only screen and (min-width: 1024px) {
      .hero-page p {
        font-size: 2.25rem; } }
  .hero-page h1 {
    font-family: 'Pacifico', cursive;
    font-size: 2.25rem;
    margin-bottom: 15px;
    color: #fff; }
    @media only screen and (min-width: 760px) {
      .hero-page h1 {
        font-size: 3rem; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("../img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: red;
      opacity: 1; }

.titel {
  margin-bottom: 1.875rem; }
  @media only screen and (min-width: 760px) {
    .titel {
      margin-bottom: 40px;
      text-align: center; } }
  @media only screen and (min-width: 1024px) {
    .titel {
      margin-bottom: 100px; } }
  .titel:after {
    display: block;
    content: "";
    width: 100%;
    height: 43px;
    background: url(../img/hr.png) no-repeat center center; }
  .titel h1,
  .titel .h1 {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.5; }
    @media only screen and (min-width: 760px) {
      .titel h1,
      .titel .h1 {
        font-size: 2.25rem;
        font-weight: 300; } }
    @media only screen and (min-width: 1024px) {
      .titel h1,
      .titel .h1 {
        font-size: 3rem; } }
  .titel .lead {
    font-family: 'Waiting for the Sunrise', cursive;
    font-size: 1.5rem; }
  .titel br {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .titel br {
        display: inline-block; } }

.timeline-content {
  position: relative; }
  @media only screen and (min-width: 760px) {
    .timeline-content {
      margin: 40px 0; } }
  .timeline-content:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 5px;
    background-color: #e6e6e6;
    z-index: 0; }
  .timeline-content li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 760px) {
      .timeline-content li {
        margin-bottom: 40px; } }
    .timeline-content li:before {
      line-height: 1;
      position: absolute;
      top: -2px;
      left: 2px;
      font-family: "FontAwesome";
      content: "\f10c";
      display: block;
      font-size: 18px;
      z-index: 1;
      color: #e2bf81;
      background-color: #fff;
      padding: 3px;
      border-radius: 50%; }
  .timeline-content h1, .timeline-content h2, .timeline-content h3, .timeline-content h4, .timeline-content h5, .timeline-content h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 5px; }

hr {
  display: inline-block;
  content: "";
  width: 315px;
  height: 43px;
  background: url(../img/hr.png) no-repeat center center;
  border: none;
  margin-bottom: 15px; }
  @media only screen and (min-width: 760px) {
    hr {
      margin-bottom: 30px; } }

.page .thumbnail {
  margin-bottom: 15px;
  display: block; }
  @media only screen and (min-width: 760px) {
    .page .thumbnail {
      margin-bottom: 30px; } }

.kundenbewertungen {
  overflow: hidden; }
  @media only screen and (min-width: 760px) {
    .kundenbewertungen .titel {
      text-align: center; } }
  .kundenbewertungen .kundenbewertungen-slider {
    margin-bottom: 30px; }
    @media only screen and (min-width: 760px) {
      .kundenbewertungen .kundenbewertungen-slider {
        margin-bottom: 60px; } }
    .kundenbewertungen .kundenbewertungen-slider:active {
      cursor: grab; }
    .kundenbewertungen .kundenbewertungen-slider .slick-prev:hover:before,
    .kundenbewertungen .kundenbewertungen-slider .slick-prev:focus:before,
    .kundenbewertungen .kundenbewertungen-slider .slick-next:hover:before,
    .kundenbewertungen .kundenbewertungen-slider .slick-next:focus:before {
      opacity: 1;
      color: #fb3f60; }
    .kundenbewertungen .kundenbewertungen-slider .slick-prev:before,
    .kundenbewertungen .kundenbewertungen-slider .slick-next:before {
      color: #634142;
      opacity: 0.5;
      font-size: 2.25rem;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .kundenbewertungen .kundenbewertungen-slider .slick-prev {
      left: 0; }
      @media only screen and (min-width: 760px) {
        .kundenbewertungen .kundenbewertungen-slider .slick-prev {
          left: -80px; } }
    .kundenbewertungen .kundenbewertungen-slider .slick-next {
      right: 0; }
      @media only screen and (min-width: 760px) {
        .kundenbewertungen .kundenbewertungen-slider .slick-next {
          right: -80px; } }
    @media only screen and (min-width: 760px) {
      .kundenbewertungen .kundenbewertungen-slider .slick-dots {
        bottom: -20px; } }
    .kundenbewertungen .kundenbewertungen-slider .slick-dots li button:hover:before,
    .kundenbewertungen .kundenbewertungen-slider .slick-dots li button:focus:before {
      opacity: 1; }
    .kundenbewertungen .kundenbewertungen-slider .slick-dots li button:before {
      color: #aaa;
      opacity: .5;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .kundenbewertungen .kundenbewertungen-slider .slick-dots li.slick-active button:before {
      color: #fb3f60;
      opacity: 1; }
  .kundenbewertungen .kundenbewertungen-item {
    overflow: hidden; }
    @media only screen and (min-width: 760px) {
      .kundenbewertungen .kundenbewertungen-item {
        text-align: center; } }
    .kundenbewertungen .kundenbewertungen-item .stars {
      color: #fb3f60;
      margin-bottom: 15px; }
    .kundenbewertungen .kundenbewertungen-item .name {
      font-weight: 700;
      color: #634142; }
  @media only screen and (min-width: 760px) {
    .kundenbewertungen .row-btn {
      text-align: center; } }

.bewertungen .well {
  margin-bottom: 15px; }
  @media only screen and (min-width: 1024px) {
    .bewertungen .well {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1220px) {
    .bewertungen .well {
      margin-bottom: 60px; } }

.bewertungen .name {
  font-weight: 700;
  color: #634142;
  margin-bottom: 0; }

.bewertungen .bewertung-content-button {
  margin-top: 20px; }
  @media only screen and (min-width: 1024px) {
    .bewertungen .bewertung-content-button {
      margin-top: 60px; } }

.row-sidebare-button {
  margin-bottom: 15px; }
  @media only screen and (min-width: 1220px) {
    .row-sidebare-button {
      margin-bottom: 30px;
      margin-right: 30px; } }
  .row-sidebare-button a {
    display: block;
    border-radius: 0; }

@media only screen and (min-width: 760px) {
  .unterseite_teaser .unterseite_teaser_row,
  .unterseite_teaser .leistungen-row,
  .leistungen .unterseite_teaser_row,
  .leistungen .leistungen-row {
    margin-bottom: 60px; } }

@media only screen and (min-width: 1024px) {
  .unterseite_teaser .unterseite_teaser_row,
  .unterseite_teaser .leistungen-row,
  .leistungen .unterseite_teaser_row,
  .leistungen .leistungen-row {
    margin-bottom: 80px; } }

.unterseite_teaser .unterseite_teaser_row:last-child,
.unterseite_teaser .leistungen-row:last-child,
.leistungen .unterseite_teaser_row:last-child,
.leistungen .leistungen-row:last-child {
  margin-bottom: 0; }

.unterseite_teaser .unterseite_teaser_item,
.unterseite_teaser .leistungen-item,
.leistungen .unterseite_teaser_item,
.leistungen .leistungen-item {
  margin-bottom: 30px; }
  @media only screen and (min-width: 760px) {
    .unterseite_teaser .unterseite_teaser_item,
    .unterseite_teaser .leistungen-item,
    .leistungen .unterseite_teaser_item,
    .leistungen .leistungen-item {
      margin-bottom: 0; } }
  .unterseite_teaser .unterseite_teaser_item .thumbnail,
  .unterseite_teaser .leistungen-item .thumbnail,
  .leistungen .unterseite_teaser_item .thumbnail,
  .leistungen .leistungen-item .thumbnail {
    overflow: hidden;
    margin-bottom: 20px; }
    @media only screen and (min-width: 760px) {
      .unterseite_teaser .unterseite_teaser_item .thumbnail,
      .unterseite_teaser .leistungen-item .thumbnail,
      .leistungen .unterseite_teaser_item .thumbnail,
      .leistungen .leistungen-item .thumbnail {
        margin-bottom: 30px; } }
  .unterseite_teaser .unterseite_teaser_item h3,
  .unterseite_teaser .leistungen-item h3,
  .leistungen .unterseite_teaser_item h3,
  .leistungen .leistungen-item h3 {
    margin-bottom: 10px; }
  .unterseite_teaser .unterseite_teaser_item p,
  .unterseite_teaser .leistungen-item p,
  .leistungen .unterseite_teaser_item p,
  .leistungen .leistungen-item p {
    margin-bottom: 10px; }

@media only screen and (min-width: 1220px) {
  .nav-sidebar {
    margin-right: 30px; } }

.nav-sidebar ul {
  border: 1px solid #edeff0; }
  .nav-sidebar ul li {
    border-bottom: 1px solid #edeff0; }
    .nav-sidebar ul li:last-child {
      border-bottom: none; }
    .nav-sidebar ul li a {
      display: block;
      padding: 10px;
      font-size: 0.875rem;
      font-weight: 600;
      color: #aaa; }
      @media only screen and (min-width: 760px) {
        .nav-sidebar ul li a {
          padding: 15px; } }
      .nav-sidebar ul li a:hover,
      .nav-sidebar ul li a:focus {
        color: #634142; }
      .nav-sidebar ul li a:after {
        font-family: "FontAwesome";
        content: "\f105";
        display: inline-block;
        margin-right: 10px;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 1;
        float: right; }
    .nav-sidebar ul li.current_page_item a,
    .nav-sidebar ul li.active a {
      color: #fb3f60; }

/* Portfolio Teaser */
.portfolio-teaer .portfolio-item {
  margin-bottom: 30px; }
  @media only screen and (min-width: 760px) {
    .portfolio-teaer .portfolio-item {
      margin-bottom: 40px; } }

.portfolio-teaer .thumbnail {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-bottom: 20px; }
  @media only screen and (min-width: 760px) {
    .portfolio-teaer .thumbnail {
      margin-bottom: 30px; } }
  .portfolio-teaer .thumbnail:after {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 12;
    -webkit-box-shadow: inset 0px -126px 211px -69px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -126px 211px -69px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -126px 211px -69px rgba(0, 0, 0, 0.75);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .portfolio-teaer .thumbnail img {
    overflow: hidden;
    border-radius: 5px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1; }
  .portfolio-teaer .thumbnail:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.portfolio-teaer .tags {
  border-top: 1px solid rgba(99, 65, 66, 0.2);
  border-bottom: 1px solid rgba(99, 65, 66, 0.2);
  padding: 5px 0; }
  .portfolio-teaer .tags a:before {
    font-family: "FontAwesome";
    content: "\f114";
    display: inline-block;
    margin-right: 10px; }

@media only screen and (min-width: 760px) {
  .portfolio-teaer .row-btn {
    text-align: center;
    margin-top: 50px; } }

.portfolio-unterseite {
  position: relative;
  overflow: hidden; }
  .portfolio-unterseite .item {
    box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px; }
    @media only screen and (min-width: 760px) {
      .portfolio-unterseite .item {
        margin-bottom: 60px; } }
    @media only screen and (min-width: 1024px) {
      .portfolio-unterseite .item {
        margin-bottom: 120px; } }
    .portfolio-unterseite .item:last-child {
      margin-bottom: 0; }
  .portfolio-unterseite .row-btn {
    margin-top: 20px; }
    @media only screen and (min-width: 760px) {
      .portfolio-unterseite .row-btn {
        margin-top: 40px; } }
    @media only screen and (min-width: 1024px) {
      .portfolio-unterseite .row-btn {
        margin-top: 120px; } }

.archive .well {
  margin-bottom: 15px; }
  @media only screen and (min-width: 760px) {
    .archive .well {
      margin-bottom: 60px; } }
  .archive .well h1, .archive .well h2, .archive .well h3, .archive .well h4, .archive .well h5, .archive .well h6 {
    margin-bottom: 0; }
    .archive .well h1:before, .archive .well h2:before, .archive .well h3:before, .archive .well h4:before, .archive .well h5:before, .archive .well h6:before {
      font-family: "FontAwesome";
      display: inline-block;
      content: "\f07b";
      margin-right: 20px; }

.single article:after {
  display: none; }

.post {
  margin-bottom: 30px; }
  @media only screen and (min-width: 760px) {
    .post {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1024px) {
    .post {
      margin-bottom: 80px; } }
  .post:last-child {
    margin-bottom: 0; }
  .post:after {
    display: block;
    content: "";
    width: 100%;
    height: 43px;
    background: url(../img/hr.png) no-repeat center center;
    margin-top: 15px; }
    @media only screen and (min-width: 760px) {
      .post:after {
        margin-top: 30px; } }
    @media only screen and (min-width: 1024px) {
      .post:after {
        margin-top: 80px; } }
  .post .post-title {
    margin-bottom: 15px; }
    @media only screen and (min-width: 760px) {
      .post .post-title {
        margin-bottom: 30px; } }
  .post .thumbnail {
    position: relative;
    margin-bottom: 15px; }
    .post .thumbnail .post-type {
      position: absolute;
      bottom: 0px;
      right: 0px;
      z-index: 99;
      background-color: #333;
      display: block;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 5px; }
      .post .thumbnail .post-type i {
        color: #fff;
        font-weight: 400;
        font-size: 14px; }
  .post .post-meta {
    margin-bottom: 15px;
    color: #666; }
    .post .post-meta {
      *zoom: 1; }
    .post .post-meta:before,
    .post .post-meta:after {
      content: "";
      display: table; }
    .post .post-meta:after {
      clear: both; }
    .post .post-meta li {
      display: inline-block;
      margin-right: 15px; }
      .post .post-meta li i {
        margin-right: 5px; }
      .post .post-meta li a {
        color: #666; }
        .post .post-meta li a:hover,
        .post .post-meta li a:focus {
          color: #fb3f60; }

div.sharedaddy h3.sd-title {
  font-family: "Open Sans", sans-serif; }

#subscribe-email {
  margin-bottom: 15px; }

#subscribe-submit {
  margin-bottom: 0; }

.post-image > a {
  display: block;
  margin-bottom: 20px; }
  .post-image > a img {
    border-radius: 5px;
    overflow: hidden; }
  @media only screen and (min-width: 760px) {
    .post-image > a {
      margin-bottom: 40px; } }

.pagination {
  display: inline-block; }
  .pagination {
    *zoom: 1; }
  .pagination:before,
  .pagination:after {
    content: "";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination > li {
    position: relative;
    float: left;
    display: block;
    margin-right: 10px; }
    .pagination > li > a {
      padding: 5px 10px;
      color: #634142;
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 3px;
      font-size: 0.75rem;
      line-height: 1; }
      .pagination > li > a:hover,
      .pagination > li > a:focus {
        background-color: rgba(0, 0, 0, 0.1); }
    .pagination > li.active > a {
      background-color: #fb3f60;
      color: #fff; }

.post-navigation .nav-links {
  *zoom: 1; }

.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
  content: "";
  display: table; }

.post-navigation .nav-links:after {
  clear: both; }

.post-navigation .nav-next > a,
.post-navigation .nav-previous > a {
  display: block;
  padding: 10px 20px;
  color: #634142;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.75rem;
  line-height: 1; }
  .post-navigation .nav-next > a:hover,
  .post-navigation .nav-next > a:focus,
  .post-navigation .nav-previous > a:hover,
  .post-navigation .nav-previous > a:focus {
    background-color: rgba(0, 0, 0, 0.1); }

.post-navigation .nav-next {
  float: right; }

.post-navigation .nav-previous {
  float: left; }

.mytags ul {
  list-style: none; }
  .mytags ul {
    *zoom: 1; }
  .mytags ul:before,
  .mytags ul:after {
    content: "";
    display: table; }
  .mytags ul:after {
    clear: both; }
  .mytags ul li {
    display: inline-block;
    margin-right: 15px; }
    .mytags ul li a:before {
      font-family: "FontAwesome";
      content: "\f292";
      display: inline-block;
      margin-right: 5px;
      font-weight: 400; }

.widget_categories ul {
  *zoom: 1; }

.widget_categories ul:before,
.widget_categories ul:after {
  content: "";
  display: table; }

.widget_categories ul:after {
  clear: both; }

.widget_categories ul.children {
  padding-left: 25px; }
  .widget_categories ul.children li a:before {
    content: "\f105"; }
  .widget_categories ul.children li:last-child {
    border-bottom: none; }

.widget_categories .cat-item a {
  display: block;
  padding: 7.5px 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #aaa; }
  .widget_categories .cat-item a:hover,
  .widget_categories .cat-item a:focus {
    color: #424242; }
  .widget_categories .cat-item a:before {
    font-family: "FontAwesome";
    content: "\f114";
    display: inline-block;
    font-weight: 400;
    margin-right: 10px; }

.widget_categories .current-cat > a {
  color: #fb3f60; }

.tagcloud {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 15px; }
  .tagcloud {
    *zoom: 1; }
  .tagcloud:before,
  .tagcloud:after {
    content: "";
    display: table; }
  .tagcloud:after {
    clear: both; }
  .tagcloud a {
    display: block;
    float: left;
    color: #aaa;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 700;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px; }
    .tagcloud a:before {
      font-family: "FontAwesome";
      content: "\f292";
      display: inline-block;
      margin-right: 5px;
      font-weight: 400; }
    .tagcloud a:hover,
    .tagcloud a:focus {
      color: #fb3f60; }

@media only screen and (min-width: 1024px) {
  .blog-sidebar {
    padding-left: 60px; } }

.widget {
  margin-bottom: 15px; }
  .widget {
    *zoom: 1; }
  .widget:before,
  .widget:after {
    content: "";
    display: table; }
  .widget:after {
    clear: both; }
  @media only screen and (min-width: 760px) {
    .widget {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1024px) {
    .widget {
      margin-bottom: 60px; } }
  .widget:last-child {
    margin-bottom: 0; }
  .widget .widget-title {
    font-size: 1.25rem; }
    @media only screen and (min-width: 760px) {
      .widget .widget-title {
        font-size: 1.375rem; } }

@media only screen and (min-width: 760px) {
  .kontaktformular {
    text-align: center; } }

.map {
  width: 100%;
  height: 270px;
  padding: 5px;
  background-color: #fff; }

.easy-form {
  margin-bottom: 30px; }
  .easy-form {
    *zoom: 1; }
  .easy-form:before,
  .easy-form:after {
    content: "";
    display: table; }
  .easy-form:after {
    clear: both; }
  @media only screen and (min-width: 760px) {
    .easy-form {
      margin-bottom: 60px; } }

@media only screen and (min-width: 1024px) {
  .easy-form textarea,
  .wpcf7-textarea {
    min-height: 214px; } }

@media only screen and (min-width: 1024px) {
  .row-btn {
    text-align: center; } }

.wpcf7,
.wpcf7-form,
.wpcf7-response-output {
  *zoom: 1; }

.wpcf7:before,
.wpcf7:after,
.wpcf7-form:before,
.wpcf7-form:after,
.wpcf7-response-output:before,
.wpcf7-response-output:after {
  content: "";
  display: table; }

.wpcf7:after,
.wpcf7-form:after,
.wpcf7-response-output:after {
  clear: both; }

.row-kontakt {
  margin-bottom: 15px; }
  @media only screen and (min-width: 760px) {
    .row-kontakt {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1024px) {
    .row-kontakt {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 1220px) {
    .row-kontakt {
      margin-bottom: 120px; } }

.impressum .box a {
  display: block; }

.impressum .box p:last-child {
  margin-bottom: 0; }

.call-to-action {
  background-color: #aaa;
  position: relative;
  background-size: cover !important;
  background-position: center;
  padding: 50px 0; }
  @media only screen and (min-width: 760px) {
    .call-to-action {
      text-align: center;
      height: 700px; } }
  .call-to-action:before,
  .call-to-action:after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99; }
  .call-to-action:before {
    top: 0;
    background: url(../img/pattern2.png) repeat-x;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.3); }
  .call-to-action:after {
    bottom: 0;
    background: url(../img/pattern.png) repeat-x; }
  .call-to-action .container {
    position: relative;
    z-index: 998; }
  .call-to-action .h1 {
    color: #fff;
    font-size: 1.875rem;
    margin-bottom: 15px;
    font-weight: normal; }
    @media only screen and (min-width: 760px) {
      .call-to-action .h1 {
        font-size: 3rem;
        margin-bottom: 30px; } }
  .call-to-action p {
    font-weight: normal;
    font-family: "Pacifico", cursive;
    color: #fff;
    font-size: 1.25rem;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3); }
    @media only screen and (min-width: 760px) {
      .call-to-action p {
        font-size: 1.5rem; } }
  @media only screen and (min-width: 760px) {
    .call-to-action .phone {
      padding-top: 15px; } }
  .call-to-action .phone .btn, .call-to-action .phone #subscribe-submit input, #subscribe-submit .call-to-action .phone input {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-shadow: none;
    margin-top: 15px; }
    @media only screen and (min-width: 760px) {
      .call-to-action .phone .btn, .call-to-action .phone #subscribe-submit input, #subscribe-submit .call-to-action .phone input {
        margin-left: 10px;
        margin-top: -10px; } }

.footer {
  padding: 40px 0; }
  .footer .footer-item {
    margin-bottom: 60px; }
    @media only screen and (min-width: 760px) {
      .footer .footer-item {
        margin-bottom: 0; } }
    .footer .footer-item:last-child {
      margin-bottom: 0; }
    .footer .footer-item h6 {
      font-family: "Open Sans", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #634142;
      margin-bottom: 20px; }
    .footer .footer-item p {
      margin-bottom: 10px; }
      .footer .footer-item p:last-child {
        margin-bottom: 0; }
  .footer .menu li a,
  .footer .nav-footer li a {
    display: block;
    padding: 5px 0;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #aaa; }
    .footer .menu li a:hover,
    .footer .menu li a:focus,
    .footer .nav-footer li a:hover,
    .footer .nav-footer li a:focus {
      color: #fb3f60; }
  .footer .menu li.current_page_item a,
  .footer .nav-footer li.current_page_item a {
    color: #fb3f60; }

/* Wordpress Admin Edit
---------------------------------- */
.post-edit-link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: block;
  padding: 20px 25px;
  background-color: #fb3f60;
  color: #fff; }
  .post-edit-link:hover,
  .post-edit-link:focus {
    background-color: #634142;
    color: #fff; }

.alignnone {
  margin-bottom: 20px;
  border-radius: 5px; }

@media only screen and (min-width: 760px) {
  .img-right,
  .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: auto;
    overflow: hidden;
    border-radius: 5px; } }

@media only screen and (min-width: 760px) {
  .img-left,
  .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: auto;
    overflow: hidden;
    border-radius: 5px; } }

.wp-caption {
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 760px) {
    .wp-caption.alignright {
      float: right;
      margin-left: 30px; }
      .wp-caption.alignright img {
        float: right;
        width: auto; }
      .wp-caption.alignright .wp-caption-text {
        float: right; } }
  .wp-caption img {
    border-radius: 3px; }
  .wp-caption .wp-caption-text {
    margin-bottom: 20px;
    margin-top: 5px; }

/* Contact Form 7
---------------------------------- */
.wpcf7-textarea {
  min-height: 130px; }

.ajax-loader {
  display: none; }

span.wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-response-output {
  margin: 20px 0 10px;
  padding: 20px;
  border: 1px solid transparent; }

div.wpcf7-validation-errors {
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1; }

div.wpcf7-mail-sent-ok {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #D6E9C6; }

.wpcf7-form br {
  display: none; }

.wpcf7-form span {
  display: block; }

.wpcf7-form span.required {
  display: inline-block; }

.wpcf7-not-valid {
  border-color: red !important; }

span.wpcf7-not-valid-tip {
  display: none; }

.gallery-caption {
  font-family: inherit; }

/* Galerie
---------------------------------- */
.gallery {
  margin: 0 -15px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 1024px) {
    .gallery {
      margin-bottom: 60px; } }
  .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
    padding: 0 15px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 760px) {
      .gallery .gallery-item {
        margin-bottom: 30px; } }
    .gallery .gallery-item:last-child {
      margin-bottom: 0; }
    .gallery .gallery-item a {
      display: block; }
  .gallery img {
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    border-radius: 5px;
    overflow: hidden; }
  .gallery .gallery-caption {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
    padding: 10px 0; }
  .gallery dl,
  .gallery dt {
    margin: 0; }
  .gallery br + br {
    display: none; }
  .gallery {
    *zoom: 1; }
  .gallery:before,
  .gallery:after {
    content: "";
    display: table; }
  .gallery:after {
    clear: both; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery-columns-6 .gallery-item {
  width: 16.666%; }

.clear {
  *zoom: 1; }

.clear:before,
.clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

#cookie-notice .button {
  padding: 5px;
  color: #fff;
  margin-left: 20px; }
  #cookie-notice .button:hover,
  #cookie-notice .button:focus {
    color: #fff; }

.cookie-notice-container {
  padding: 30px 15px; }

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