@font-face {
    font-family: "Meta Plus Medium Caps";
    src: url('../fonts/MetaPlusMediumCaps.eot');
    src: url('../fonts/MetaPlusMediumCaps.eot?#iefix') format('embedded-opentype'), url('../fonts/MetaPlusMediumCaps.ttf') format('truetype');
}

@font-face {
    font-family: "Aller Regular";
    src: url('../fonts/Aller_Rg.eot');
    src: url('../fonts/Aller_Rg.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller_Rg.ttf') format('truetype');
}

@font-face {
    font-family: "Aller Light";
    src: url('../fonts/Aller_Lt.eot');
    src: url('../fonts/Aller_Lt.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller_Lt.ttf') format('truetype');
}

@font-face {
    font-family: "Capitals";
    src: url('../fonts/capitals.eot');
    src: url('../fonts/capitals.eot?#iefix') format('embedded-opentype'), url('../fonts/capitals.ttf') format('truetype');
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

*:focus {
    outline: none !important;
}

body {
    font-family: "Aller Light", Helvetica, Arial, sans-serif;
    overflow-y: scroll;
    /* -webkit-font-smoothing: antialiased; */
}

@media (min-width: 768px) {
    body {
        background: #fff1d5 url(../img/background.png) repeat-y left top;
    }
}

h1, h2, h3, h4, h5 {
    font-family: "Meta Plus Medium Caps", Helvetica, Arial, sans-serif;
}

b, strong {
    font-family: "Aller Regular", sans-serif;
    font-weight: normal;
}

a {
    cursor: pointer;
}

.popover-content {
    color: #000;
}

.nowrap {
    white-space: nowrap;
}

.banner {
    min-height: 30px;
    background-color: #C43F2B;
    color: #fff1d5;
}

.banner a,
.banner a:hover,
.banner a:focus,
.banner a:active {
    color: #fff1d5;
    text-decoration: underline;
}

.popover {
    max-width: 320px;
}

.popover-content {
    padding: 5px;
}

.infobox {
    background-color: #C43F2B;
    color: #fff1d5;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.infobox a, .infobox a:visited, .infobox a:focus, .infobox a:hover, .infobox a:active {
    color: #fff1d5;
}

hr {
    border-color: #C43F2B;
}

.navbar {
    margin-bottom: 0;
}

.gallery-with-cover {
    margin-bottom: 30px;
}

.gallery-with-cover :not(:first-child) {
    display: none;
}

.navbar-brand {
    position: absolute;
    top: -30px;
    height: auto;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.navbar-nav li a {
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .navbar-nav li a {
        line-height: 70px;
    }
}

.nav > li > a {
    color: black;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: black;
    background-color: transparent;
}

.nav > li.active > a {
    color: #C43F2B;
}

.social-icons {
    line-height: 30px;
    font-size: 25px;
    text-align: right;
}

@media (min-width: 768px) {
    .social-icons {
        padding-right: 15px;
    }
}

.social-icons a {
    margin-left: 5px;
    margin-right: 5px;
}

.social-icons a:last-child {
    margin-right: 0;
}

.social-icons a,
.social-icons a:active,
.social-icons a:hover,
.social-icons a:focus {
    color: #fff1d5;
}

.carousel .carousel-control {
    /*visibility: hidden;*/
    background-image: none;
}

.carousel:hover .carousel-control {
    /*visibility: hidden;*/
    background-image: none;
}

#carousel-welcome-gallery .item {
    height: 200px;
}

@media (min-width: 768px) {
    #carousel-welcome-gallery .item {
        height: 50vh;
    }
}

.banner-text {
    background-color: #C43F2B;
    color: #fff1d5;
    text-align: center;
    padding-bottom: 10px;
}

.banner-text h1 {
    margin-top: 10px;
}

.about-us {
    text-align: center;
    padding-bottom: 10px;
}

.about-us h1 {
    margin-top: 10px;
}

.thumbnail {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center;
    padding: 0;
}

.thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.thumbnail-title {
    font-family: "Meta Plus Medium Caps", Helvetica, Arial, sans-serif;
    font-size: 120%;
    background-color: #C43F2B;
    color: #fff1d5;
    text-align: center;
    padding: 1px 5px 3px 5px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail-title p {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.thumbnail-title.store-result {
    margin-bottom: 25px;
}

.content {
    margin-top: 30px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .content {
        padding-bottom: 150px;
    }
}

.store-finder {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.store-finder form {
    float: left;
}

.store-finder #cityform {
    width: 210px;
}

.store-finder #geocoordinatform {
    width: 40px;
}

.store-result {
    margin-bottom: 10px;
}

.store-result .box-content.image {
    bottom: 28px;
}

.navbar-brand img {
    height: 80px;
}

@media (min-width: 768px) {
    .navbar-brand img {
        height: 90px;
    }
}

@media (min-width: 992px) {
    .navbar-brand img {
        height: 100px;
    }
}

.btn-circle {
    width: 60px;
    height: 60px;
    line-height: 1.42;
    text-align: center;
    padding: 6px 0;
    border-radius: 30px;
}

.navbar-toggle {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #C43F2B;
    color: #fff1d5;
}

.navbar-form {
    padding-top: 25px;
}

.popover-content .list-group {
    margin-bottom: 0;
    box-shadow: none;
}

.popover-content .list-group .list-group-item {
    border: 0;
    color: #C43F2B;
}

.flap-bottom-right {
    background: url(../img/ecke-unten-rechts.png) right bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 200px;
    cursor: pointer;
}

@media (max-width: 767px) {
    body {
        position: relative;
    }

    .flap-bottom-right {
        width: 64px;
        height: 160px;
    }
}

@media (min-width: 992px) {
    .store-welcome {
        display: tabele-row;
        margin-top: 20px;
    }

    .store-welcome .logo {
        display: table-cell;
        float: none;
    }

    .store-welcome .info-text {
        display: table-cell;
        text-align: right;
        vertical-align: bottom;
        float: none;
    }
}

@media (min-width: 768px) {
    hr.store-divider {
        width: 120%;
    }
}

hr.store-divider {
    border-color: #C43F2B;
    border-width: 2px;
    margin-top: 40px;
    margin-bottom: 50px
}

.store-description {

}

.store-offers {
    background: #C43F2B url(../img/eintagimcelona.png) top right no-repeat;
    background-size: contain;
    color: #fff1d5;
    padding: 30px;
}

@media (min-width: 768px) {
    .store-offers {
        min-height: 550px;
    }
}

.nl .store-offers {
    background: #C43F2B url(../img/EenDaginCelona.png) top right no-repeat;
    background-size: contain;
}

.store-offers a,
.store-offers a:hover,
.store-offers a:active,
.store-offers a:focus {
    color: #fff1d5;
    text-decoration: underline;
}

.store-description b, .store-offers b {
    font-family: "Meta Plus Medium Caps", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.store-reservation,
.store-offers {
    margin-bottom: 60px;
}

.store-reservation {
    margin-top: 20px;
}

.store-opening-hours td {
    white-space: nowrap;
}

.store-opening-hours td:first-child {
    width: 80px;
    font-family: "Aller Regular";
}

@media (min-width: 768px) and (max-width: 992px) {
    .store-opening-hours td:first-child {
        width: 70px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

*[id^="map_canvas"] img {
    max-width: none;
}

.carousel-inner {
    -webkit-transform-style: preserve-3d;
}

.carousel-inner img {
    height: 200px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .carousel-inner img {
        height: auto !important;
        width: 100% !important;
        max-width: none !important;
    }
}

.static-img {
    text-align: center;
    overflow: hidden;
}

.static-img a {
    display: block;
}

.static-img img {
    height: 200px !important;
    width: auto !important;
    max-width: none !important;
    position: relative;
    left: 100%;
    margin-left: -200%;
}

@media (min-width: 768px) {
    .static-img img {
        height: auto !important;
        width: 100% !important;
        max-width: none !important;
    }
}

.expansion {
    padding-top: 50px;
    padding-bottom: 50px;
}

.divider {
    padding: 0 !important;
}

.image-with-text .image {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    overflow: hidden;
}

.image-with-text .image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-with-text .text {
    font-family: "Meta Plus Medium Caps", Helvetica, Arial, sans-serif;
    font-size: 120%;
    background-color: #C43F2B;
    color: #fff1d5;
    text-align: center;
    padding: 1px 5px 3px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.image-with-text.archived .image {
    -webkit-filter: grayscale(100%) blur(3px);
    -moz-filter: grayscale(100%) blur(3px);
    -ms-filter: grayscale(100%) blur(3px);
    -o-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(3px);
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter><filter id='grayscaledBlur'><feGaussianBlur in='SourceGraphic' stdDeviation='3'/><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscaledBlur");
    filter: gray;
}

.box {
    position: relative;
    width: 100%;
    display: block;
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.box-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.box-content.image {
    background-repeat: no-repeat;
    background-size: cover;
}

.box-content.finca {
    background-repeat: no-repeat;
    background-image: url(../img/finca-schriftzug.png);
    background-position: bottom right;
    background-size: 35%;
}

.image-with-text.archived .box-content.archived {
    background-repeat: no-repeat;
    background-image: url(../img/news-archived.png);
    background-position: bottom right;
    background-size: 35%;
}

.box-content.text {
    top: auto;
}

.ratio2-1:before {
    padding-top: 50%;
}

.ratio3-2:before {
    padding-top: 66%;
}

.ratio4-3:before {
    padding-top: 75%;
}

.ratio16-9:before {
    padding-top: 56%;
}

.ratio3-1:before {
    padding-top: 33%;
}

.ratio5-2:before {
    padding-top: 40%;
}

@media (max-width: 767px) {
    .ratio2-1-xs:before {
        padding-top: 50% !important;
    }

    .ratio3-2-xs:before {
        padding-top: 66% !important;
    }
}

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

.table-cell-centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.table-cell-bottom {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

.modal-content .container {
    width: 100%;
}

#feedback iframe {
    min-height: 350px;
}

.reservation-modal iframe,
#feedback iframe {
    width: 100%;
    border: 0;
}

.reservation-modal .modal-body {
    background: url(../img/ecke-unten-rechts.png) right bottom no-repeat;
    padding: 0;
    padding-bottom: 150px;
}

.footer {
    padding: 0;
}

footer {
    width: 100%;
    line-height: 60px;
    text-transform: uppercase;
    background-color: #C43F2B;
}

footer a,
footer a:hover,
footer a:focus,
footer a:hover,
footer a:active {
    color: #fff1d5;
}

footer ul {
    width: 100%;
    text-align: center;
    margin: 0 !important;
}

footer li {
    display: inline-block;
    width: 50%;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

@media (min-width: 768px) {
    footer {
        height: 60px;
    }

    footer li {
        width: auto;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

div.tx-felogin-pi1 div {
    margin: 0 0 10px;
}

.cc_banner-wrapper {
    z-index: 2000000001 !important;
}

/* Sticky footer styles
-------------------------------------------------- */
@media (min-width: 768px) {
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
    }

    footer {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

.static-img iframe {
    width: 100%;
    height: 600px;
}

ul.socialmedia {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.socialmedia li {
    display: inline;
    margin-right: 15px;
}

#locationselector {
    display: none;
    position: absolute;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    width: 30vw;
    height: 20vh;
    background-color: #fff1d5;
    z-index: 1000;
}

#locationselector h3 {
    color: #C43F2B;
    margin: 0 auto;
    width: 350px;
}

#locationselector div {
    width: 350px;
    margin: 0 auto;
}

#header {
    -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.75);
    transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    background-color: #fff1d5;
}

#header.slide-out {
    -webkit-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    transform: translate(0, -60px);
    opacity: 0;
}


@media (max-width: 767px) {
    body {
        padding-top: 102px;
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
}