html,
body {
    height: 100%;
}
body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
h1, h2, blockquote p {
    font-family: "Merienda", "Serif";
}
h3, h4, h5 {
    text-transform: uppercase;
}
.text-danger {
    color: #c00;
}
.btn-primary {
    box-shadow: none;
    outline: 0 none;
    border: 0 none;
    background-color: #8a020b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    box-shadow: none;
    outline: 0 none;
    border: 0 none;
    background-color: #310208;
}
.panel-default {
    border: 1px solid #8a020b;
    box-shadow: none;
    outline: 0 none;
}
.panel-default > .panel-heading {
    border: 0;
    background-color: #8a020b;
    color: white;
}
.panel-body {
    border: 0;
}
section .container a,
section .container a:hover,
section .container a:focus,
section .container a:active {
  color: #8a020b !important;
}

/* navbar */
.brand {
    display: none;
}
.navbar-custom {
  background: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #8a020b;
}
.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 18px;
    padding-top: 6px;
}
.navbar-brand p {
    font-weight: normal;
    font-size: 12px;
    color: #777;
}
.navbar-brand {
    position:absolute;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-nav > li > a, .navbar-brand {
    height: 49px;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: #FF8F00;
  padding: 10px 8px;
}
.navbar-custom .navbar-nav li a:hover {
  color: #8a020b;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #8a020b;
}
.navbar-custom .navbar-nav li.active a {
  color: #8a020b;
  outline: none;
  background-color: transparent;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: #8a020b;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  color: #777;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  border-color: #8a020b;
  background-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #8a020b;
}

/* carousel */
#carousel-top {
    margin-top: 50px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
.carousel-indicators li {
    border-color: rgba(255, 255, 255, 0.4);
}
.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.4);
}

/* section */
section {
  padding: 50px 0;
}
section#intro {
    padding-top: 10px;
}
section h2.section-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}
section h3.section-subheading {
  font-size: 18px;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (min-width: 990px) {
  section#intro {
     padding: 50px 0;
  }
}

/* address */
address i.fa {
    width: 20px;
}
address a,
address a:hover,
address a:focus,
address a:active {
  color: #8a020b !important;
}

/* intro */
#intro h2 {
    font-size: 26px;
}
#intro h4 {
    font-weight: bold;
    margin: 0;
}
#intro address {
    margin-top: 5px;
    margin-bottom: 5px;
}
#intro .current-dates {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

/* portfolio */
.portfolio-bg {
  background-color: #feeacb;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(255, 143, 0, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item a:focus {
    outline: none!important;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: "Merienda", "Serif";
}
#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
  #portfolio .portfolio-item .portfolio-caption {
    min-height: 400px;
  }
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
  font-weight: bold;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content table {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content td {
    padding-right: 20px;
}
.portfolio-modal .modal-content div.item-intro {
  margin: 20px 0 30px;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.portfolio-modal .modal-body {
    text-align: left;
}

/* callout */
.callout {
    display: table;
    width: 100%;
    color: #fff;
    padding: 50px;
    background: url(../img/about/calloutp.png); /* no-repeat center center scroll; */
    background-color: #FF8F00;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.text-vertical-center a {
    text-transform: none;
}

/* about */
#about {
    display: none;
    background-color: #f6f9fa;
}

/* contact */
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #00566B;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}

/* contact/map */
#booking {
    background-color: #feeacb;
}
#map {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}
#map i.fa {
    width: 20px;
}
#contact .panel {
    min-height: 300px;
}


/* footer */
footer {
  color: #feeacb;
  font-size: 14px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #310208;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #8a020b;
}
footer a,
footer a:hover,
footer a:focus,
footer a:active {
  color: #feeacb !important;
}
.footer-col {
    text-align: left;
}
.footer-col i.fa {
    width: 20px;
}
.footer-tt + .tooltip > .tooltip-inner  {
    background-color: #FDF066;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
}
.footer-tt + .tooltip > .tooltip-arrow {
    border-top-color: #FDF066;
}

.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.scroll-top a,
.scroll-top a:hover,
.scroll-top a:focus,
.scroll-top a:active {
  color: #8a020b !important;
}

#imprint h2 {
  margin-bottom: 30px;
}
#imprint h5 {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
#imprint address {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.callout-imprint {
    margin-top: 50px;
}

@media screen and (min-width:768px) {
    body {
         /* padding-top: 88px; */        
    }
    .brand {
        display: inherit;
        margin: 0;
        padding: 10px 0 0;
        text-align: center;
    }
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
    }
     .navbar-header {
        display: none;
    }
}


.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(255, 143, 0, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  max-width: 585px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 30px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 22px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 30px;
  }
}

#currentDatesModal td {
    vertical-align: top;
    padding-bottom: 10px;
}
#currentDatesModal th {
    font-size: 1px;
}
#currentDatesModal tr td:first-child {
    width: 25%;
    white-space: nowrap;
}
#currentDatesModal table {
    width: 100%;
    margin-bottom: 10px;
}
#currentDatesModal h3 {
    font-weight: bold;
}
#currentDatesModal .modal-body p {
    margin-bottom: 10px;
}
#currentDatesModal table + h2 {
    margin-top: 75px;
    margin-bottom: 40px;
}
#currentDatesModal table + h3 {
    margin-top: 40px;
}
#currentDatesModal button {
    margin-top: 75px;
}
/* google Fonts local */
/* merienda-regular - latin */
@font-face {
  font-family: 'Merienda';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merienda-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Merienda'), local('Merienda-Regular_0_wt'),
       url('../fonts/merienda-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merienda-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merienda-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merienda-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merienda-v5-latin-regular.svg#Merienda') format('svg'); /* Legacy iOS */
}
/* merienda-700 - latin */
@font-face {
  font-family: 'Merienda';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/merienda-v5-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Merienda Bold'), local('Merienda-Bold'),
       url('../fonts/merienda-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merienda-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merienda-v5-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merienda-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merienda-v5-latin-700.svg#Merienda') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

.redesign-banner {
    width:  100%;
    text-align:  center;
    font-style:  italic;
    font-size:  9x;
    margin-bottom: 50px;
}

.redesign-img {
   margin-bottom: 50px;
}

.redesign-title {
    color: #f7a600;
}

.redesign-sub {
    font-weight: bold;
    color: #8a020b ;
}
