@charset "UTF-8";
/*
Theme Name: netefx HTML5 Theme
Theme URI: http://netefx.de
Description: netefx HTML5 Theme. Designed for Wordpress.
Version: 1.0
Author: netefx berlin
Author URI: http://www.netefx.de
*/
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-v30-latin/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v30-latin/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v30-latin/roboto-v30-latin-300.woff2") format("woff2"), url("fonts/roboto-v30-latin/roboto-v30-latin-300.woff") format("woff"), url("fonts/roboto-v30-latin/roboto-v30-latin-300.ttf") format("truetype"), url("fonts/roboto-v30-latin/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v30-latin/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v30-latin/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v30-latin/roboto-v30-latin-regular.woff2") format("woff2"), url("fonts/roboto-v30-latin/roboto-v30-latin-regular.woff") format("woff"), url("fonts/roboto-v30-latin/roboto-v30-latin-regular.ttf") format("truetype"), url("fonts/roboto-v30-latin/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-v30-latin/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v30-latin/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v30-latin/roboto-v30-latin-700.woff2") format("woff2"), url("fonts/roboto-v30-latin/roboto-v30-latin-700.woff") format("woff"), url("fonts/roboto-v30-latin/roboto-v30-latin-700.ttf") format("truetype"), url("fonts/roboto-v30-latin/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* sintony-regular - latin */
@font-face {
  font-family: "Sintony";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/sintony-v13-latin/sintony-v13-latin-regular.woff2") format("woff2"), url("fonts/sintony-v13-latin/sintony-v13-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* sintony-700 - latin */
@font-face {
  font-family: "Sintony";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/sintony-v13-latin/sintony-v13-latin-700.woff2") format("woff2"), url("fonts/sintony-v13-latin/sintony-v13-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* =============================================================================
   colors + style
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -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;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  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: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -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-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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: 0;
  font-size: 0;
  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: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* =============================================================================
   Standards
   ========================================================================== */
h1, h2, h3, h4, h5 {
  color: #000;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

h2, h3, h4, h5 {
  margin-top: 0;
}

h1 {
  font-family: "Sintony", "Source Sans Pro", Arial, sans-serif;
  font-size: 35px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 45px;
  color: #000;
}

h2,
h3 {
  font-family: "Sintony", "Source Sans Pro", Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
}
h2 small,
h3 small {
  font-size: 18px;
}

h2.divider {
  border-bottom: 1px solid #a6a1a3;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

h4 {
  font-family: "Sintony", "Source Sans Pro", Arial, sans-serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 12.5px;
  font-weight: 300;
  line-height: 29.9px;
}

p {
  margin-bottom: 20px;
  line-height: 27.9px;
}

p + h2,
p + h3,
blockquote + h2,
blockquote + h3,
h3 + h3,
ul + h2,
ul + h3,
ul + ul {
  margin-top: 60px;
}

ul + p,
figure + p {
  margin-top: 30px;
}

.contentBG a {
  color: #000;
  text-decoration: underline;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contentBG a:hover {
  color: #e1001a;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contentBG a.btn {
  text-decoration: none;
  text-transform: uppercase;
}

.border {
  border: 1px solid #a6a1a3;
  background-color: #fff;
  padding: 4px;
}

.highlightbox {
  min-height: 350px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.highlightbox .border {
  padding: 20px;
}

hr {
  border-top: 1px solid #a6a1a3;
}

figure > img + br {
  display: none;
}

.highlight {
  color: black;
}

.colored {
  color: #e1001a;
}

.padded {
  padding: 10px;
}

.gutter {
  margin-bottom: 25px;
}

.bottomdashed {
  border-bottom: 1px dashed #a6a1a3;
}

.dottedbox {
  border-top: 1px dotted #a6a1a3;
  border-bottom: 1px dotted #a6a1a3;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  margin-bottom: 20px;
}

.black {
  color: #000;
}

.contentBG ul {
  margin-bottom: 25px;
}
.contentBG ul li {
  margin-bottom: 12.5px;
}

a.nodeco {
  text-decoration: none;
  color: #000;
}

.headlinesytle {
  font-family: "Sintony", "Source Sans Pro", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.placeholder {
  color: #aaa;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
}

div.wpcf7-response-output {
  border: 0;
  border-style: none none none solid;
  border-width: 0 0 0 3px;
  clear: both;
  margin: 20px 0;
  padding: 20px;
  text-align: left;
}

.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #FDF7F7;
  border-color: #D9534F;
  color: #D9534F;
}

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

/*==================================================
 * SHRINK
 * ===============================================*/
.shrink {
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.navHolder .shrink.show {
  top: 0;
}

/* =============================================================================
 * Layout
 * ========================================================================== */
html,
body,
.full-height {
  height: 100%;
}

body {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #454545;
  position: relative;
  background-color: #262626;
}

@media only screen and (max-width: 768px) {
  .col-sm-5 + .col-sm-5 {
    margin-top: 25px;
  }
}
/* =============================================================================
 * Layout - Slidebars
 * ========================================================================== */
.navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #fff;
}

.navbar-header {
  padding: 7px 14px;
}
.navbar-header img {
  width: 124px;
}

.navbar.navbar-default {
  background-color: rgba(38, 38, 38, 0.8);
}
.navbar.navbar-default .sb-toggle-right {
  padding: 16px 0 0 0;
  cursor: pointer;
  float: right;
}

#sb-site {
  background-color: transparent;
}

.sb-slidebar {
  background-color: #262626;
}

.sb-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sb-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sb-menu li a {
  width: 100%;
  display: inline-block;
  padding: 1em;
  color: #f2f2f2;
}
.sb-menu li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}
.sb-menu > li:first-child {
  border-top: none;
}
.sb-menu > li:last-child {
  border-bottom: none;
}

.sb-right .sb-menu li a {
  border-right: 3px solid transparent;
}
.sb-right .sb-menu li a:hover {
  border-right: 3px solid;
}

/* =============================================================================
 * Layout - HEADER
 * ========================================================================== */
header.pageheader {
  background-color: #908e88;
  text-align: center;
  position: relative;
  font-size: 18px;
}
header.pageheader .blogtitle {
  background-color: #fff;
  padding: 25px 0;
}
header.pageheader h2 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
}
header.pageheader h2 a {
  text-decoration: none;
  color: #000;
  -moz-transition: none 0.3s ease-out;
  -o-transition: none 0.3s ease-out;
  -webkit-transition: none 0.3s ease-out;
  transition: none 0.3s ease-out;
}
header.pageheader h2 a:hover {
  color: #4d4d4d;
}
header.pageheader .contentHeader {
  background-color: #262626;
  padding: 25px 0;
  position: relative;
}
header.pageheader .contentHeader h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 31px;
  line-height: 31px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
}
header.pageheader h3 {
  color: #000;
  font-size: 20px;
  font-family: "Sintony", "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
header.pageheader .blume {
  max-width: 80px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 12.5px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
  header.pageheader h2 {
    font-size: 40px;
    line-height: 40px;
  }
  header.pageheader h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  header.pageheader .blogtitle {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1199px) {
  header.pageheader h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  header.pageheader h2 {
    font-size: 110px;
    line-height: 110px;
  }
}
/* =============================================================================
 * Layout - Restaurant HEADER
 * ========================================================================== */
.atmoblock {
  position: relative;
}

.logoHolder {
  margin-top: 200px;
}

.logoHolder,
.titleHolder {
  position: absolute;
  z-index: 3;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}

.overlay {
  background: url("images/video_overlay.png") repeat;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.titleHolder h1 {
  color: #fff;
  font-size: 60px;
}

@media only screen and (max-width: 768px) {
  .titleHolder h1 {
    font-size: 31px;
  }

  .logoHolder {
    display: none;
  }
}
.videoPlayer {
  bottom: 0;
  position: absolute;
  width: 100%;
  display: block;
}

/* =============================================================================
 * Layout - CONTENT
 * ========================================================================== */
.home .contentBG,
.error404 .contentBG,
.page-template-default .contentBG,
.category .contentBG,
.single .contentBG,
.page-template .contentBG {
  padding-top: 25px;
  padding-bottom: 75px;
  background-color: #fff;
}

.addthis_toolbox {
  border-top: 1px dotted #a6a1a3;
  border-bottom: 1px dotted #a6a1a3;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.category .contentBG {
  padding-top: 30px;
}

.contentBox .post_thumbnail {
  background-color: #262626;
}

.contentBar {
  background-color: #fff;
  position: relative;
  padding: 60px 0;
}

.sidebarHolder {
  padding-top: 50px;
}

.contentHolder + .contentHolder {
  padding-top: 0;
}

.contentHolder {
  padding: 50px;
  background-color: #fff;
  -webkit-transform: translateZ(0);
}
.contentHolder h1.page-title {
  text-align: center;
  margin-bottom: 0;
}
.contentHolder h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.contentHolder h2.divider {
  margin-bottom: 30px;
}
.contentHolder h2 a {
  color: #454545;
  text-decoration: none;
}
.contentHolder h2 a:hover {
  color: #e1001a;
}
.contentHolder h2.heading {
  margin-bottom: 20px;
}
.contentHolder p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .contentHolder {
    padding: 12.5px;
  }
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list.dotted li:first-child {
  border-top: 1px dotted #a6a1a3;
}
.list.dotted li {
  display: block;
  width: auto;
  text-align: left;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px dotted #a6a1a3;
  color: #000;
}

/* =============================================================================
 * Layout - FOOTER
 * ========================================================================== */
.sitefooter {
  background-color: #262626;
  border-top: 4px solid #262626;
  padding: 25px 0;
}

.dashedBox {
  border-top: 1px dashed #a6a1a3;
  border-bottom: 1px dashed #a6a1a3;
  padding: 50px 0;
}

.pagefooter1 {
  color: #6e8fab;
  padding: 0 0 25px;
  text-align: center;
}
.pagefooter1 a {
  color: #6e8fab;
  font-size: 31px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagefooter1 a:hover {
  text-decoration: underline;
}
.pagefooter1 a.facebook-link:hover {
  color: #3b5998;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.pagefooter2 {
  color: #454545;
  text-align: center;
}
.pagefooter2 a {
  color: #454545;
}

.pagefooter {
  width: 100%;
  font-family: "Sintony", "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
}
.pagefooter .copyright,
.pagefooter ul,
.pagefooter li,
.pagefooter .footernavbar,
.pagefooter .divider {
  display: inline-block;
}
.pagefooter .footernavbar {
  padding-left: 6px;
}
.pagefooter p {
  margin: 0;
}
.pagefooter ul {
  margin: 0;
  padding: 0;
}
.pagefooter ul li {
  padding-left: 5px;
  padding-right: 5px;
}
.pagefooter ul li .divider {
  padding: 0 10px 0 0;
}
.pagefooter a {
  color: #fff;
  text-decoration: none;
}
.pagefooter a:hover {
  text-decoration: underline;
}

/* =============================================================================
 * SLICK SLIDER
 * ========================================================================== */
.slick-prev::before, .slick-next::before {
  color: #454545;
}

.slick-slide img {
  display: inline-block;
}

/* =============================================================================
 * Layout - Masonry Grid
 * ========================================================================== */
#list {
  overflow: hidden;
}
#list figure {
  position: relative;
  overflow: hidden;
}
#list figure img {
  display: block;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#list figure.open img, #list figure:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.item {
  width: 32.9%;
  float: left;
  margin: 0 4px 4px 0;
}

@media only screen and (max-width: 979px) {
  .item {
    width: 32.7%;
    margin: 0 4px 4px 0;
  }
}
@media only screen and (max-width: 767px) {
  .item {
    width: 49%;
    margin: 0 4px 4px 0;
  }
}
@media only screen and (max-width: 479px) {
  #list {
    width: 100%;
    margin-left: 0;
  }

  .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* =============================================================================
 * HOME
 * ========================================================================== */
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.home .contentBG h3 {
  font-size: 20px;
  line-height: 29.9px;
  padding-bottom: 12.5px;
  border-bottom: 1px dotted #a6a1a3;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .home .atmoblock {
    display: none;
  }
  .home .restaurants .phone {
    display: none;
  }
  .home .gmcontainer {
    display: none;
  }
  .home .socialWrapper {
    display: none;
  }
}
/* =============================================================================
 * Subpages - Restaurants
 * ========================================================================== */
.detailsHolder {
  margin-bottom: 50px;
}

.o_tag {
  width: 100px;
}

.speisekarte figcaption {
  margin-top: 25px;
}

/* =============================================================================
 * Subpages - KONTAKT
 * ========================================================================== */
.padded {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .col-sm-6 + .col-sm-6 {
    margin-top: 25px;
  }
}
/* =============================================================================
 * MOBILE
 * ========================================================================== */
/* =============================================================================
   Bootstrap mit Contact Form 7
   Credit: http://www.wildli.com/blog/dev-tip-getting-contact-form-7-wordpress-plugin-and-twitter-bootstrap-to-play-nice/
   ========================================================================== */
.form-control {
  background-color: #eee;
  border: 0;
  height: auto;
  padding: 12px;
  font-size: 18px;
}

.wpcf7-form .form-group p {
  margin: 0;
}

.controls span.wpcf7-list-item {
  margin-left: 0;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal input,
.form-horizontal textarea {
  background-color: rgba(144, 142, 136, 0.2);
  font-size: 17px;
  border: 0;
  border-radius: 0;
  padding: 16px;
  box-shadow: none;
}
.form-horizontal input {
  height: 44px;
}
.form-horizontal .control-label {
  color: #262626;
  text-align: center;
}

span.wpcf7-not-valid-tip {
  color: #D9534F;
}

legend {
  font-family: "Sintony", "Source Sans Pro", Arial, sans-serif;
}

.btn-default {
  font-family: "Sintony", "Source Sans Pro", Arial, sans-serif;
  font-size: 17px;
  background-color: #fff;
  padding: 12px;
}
.btn-default:hover {
  background-color: white;
}
.btn-default i {
  padding-right: 6px;
}

/*==================================================
 *
 * MEDIAQUERIES
 *
 * ===============================================*/
/* Retina-specific stuff here */
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #e1001a;
  }

  .home .navbar-collapse {
    margin-top: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .navHolder .navbar-nav > li > a {
    color: #454545;
    font-family: "Sintony", "Source Sans Pro", Arial, sans-serif;
    text-decoration: none;
    padding-right: 10px;
  }
  .navHolder .navbar-nav > li > a:hover {
    color: #e1001a;
  }

  .navbar-nav > .dropdown > a .caret {
    border-top-color: #454545;
    border-bottom-color: #454545;
    margin-bottom: 4px;
  }

  .navbar-collapse .dropdown-menu {
    padding-top: 0;
  }
}
/* =============================================================================
   Bootstrap OVERRIDE
   ========================================================================== */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
}
.navbar-default .navbar-brand {
  height: auto;
  font-family: "Sintony", "Source Sans Pro", Arial, sans-serif;
  font-size: 26px;
  text-decoration: none;
}

blockquote {
  font-family: "Sintony", "Source Sans Pro", Arial, sans-serif;
  color: #e1001a;
}
blockquote p {
  font-size: 20px;
  line-height: 33.48px;
}

.pagination .active a,
.pagination .active a:hover {
  background-color: #e1001a;
  border-color: #e1001a;
}
.pagination > li > a {
  border: 0;
}
.pagination > li:first-child > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.media {
  margin-top: 50px;
}

.media-left,
.media > .pull-left {
  padding-right: 50px;
}

.media-heading {
  margin-bottom: 25px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .media-left,
.media-body {
    display: block;
  }
}
/* =============================================================================
 * Image Lightbox
 * ========================================================================== */
html {
  /* killing 300ms touch delay in IE */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  -moz-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}

/* WITH OVERLAY */
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* WITH CAPTION */
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: rgba(102, 102, 102, 0.8);
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.2em;
  font-size: 14px;
}

#imagelightbox-caption {
  -webkit-animation: fade-in 0.25s linear;
  -moz-animation: fade-in 0.25s linear;
  -o-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#imagelightbox-close {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  /* 40 */
  right: 2.5em;
  /* 40 */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #111;
}

#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* =============================================================================
 * Cookiebot Renew
 * ========================================================================== */
#cookiebot-renew {
  position: fixed;
  bottom: 10px;
  right: 50px;
  z-index: 1;
}
#cookiebot-renew .btn {
  padding: 5px 10px;
}
#cookiebot-renew .btn.btn-default {
  font-size: 12px;
}

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