@charset "utf-8";
/* CSS Document */
/* Brada CSS v1.0 by Angelo Mazzilli */
/* http://themeforest.net/user/AngeloM */

/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300);*/
/* Stickers */
.sticker,
.logo {
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #E08E79;
}

body,
.flex-direction-nav li a.flex-prev,
.flex-direction-nav li a.flex-next {
    background: url('../files/bb11.jpg');
}

a,
.lead {
    color: #E08E79;
}

.btn {
    background-color: #E08E79;
}

a,
.btn,
.navbar .nav>li>a,
.flex-direction-nav li a,
.social-links a i {
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/robotocondensed-light-webfont.eot');
    src: url('./fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/robotocondensed-light-webfont.woff') format('woff'), url('./fonts/robotocondensed-light-webfont.ttf') format('truetype'), url('./fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
*:hover,
*:focus {
    outline: none !important;
}

body {
    font: italic 14px/20px Georgia, Times New Roman, Times, serif;
    color: #999;
    font-size: medium;
    padding-bottom: 60px;
}

@media (min-width: 980px) {

    html,
    body {
        height: 100%;
    }

    body {
        overflow: hidden;
    }

    .container {
        width: 100%;
        max-width: none;
        height: 100vh;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }

    .row {
        height: 100%;
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }

    #leftMenu {
        position: fixed;
        left: 0;
        top: 0;
        height: 90vh;
        width: 20vw;
        overflow-y: auto;
        padding-bottom: 20px;
        z-index: 4;
        background: rgba(255, 255, 255, 0.7);
    }

    .loading {
        position: fixed;
        left: 20vw;
        top: 0;
        height: 90vh;
        margin-left: 0;
        width: calc(80vw - 10px);
        float: none;
        overflow: hidden;
        z-index: 1;
    }

    #instagram {
        width: 100%;
        float: none;
    }

    .instagram-feed-wrap {
        height: calc(90% - 40px);
        top: 20px;
        margin-bottom: 20px;
    }

    #instagram {
        height: 100%;
        overflow-y: auto;
    }

    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100vw;
        height: 10vh;
        padding-left: 20px;
        padding-right: 20px;
        z-index: 5;
    }

    .footer .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .logo span {
        bottom: clamp(65px, 6vw, 85px);
    }

    .social-links a i {
        line-height: clamp(55px, 5vw, 65px);
        height: clamp(55px, 5vw, 65px);
        width: clamp(55px, 5vw, 65px);
    }

    .modal-body {
        min-width: clamp(600px, 60vw, 700px);
        max-width: clamp(800px, 78vw, 900px);
        max-height: 100%;
        overflow: hidden;
    }

    .hero-unit .hero-unit-text {
        margin-top: 10px;
    }

    /* Grid items - 4 columns using inline-block */
    #instagram .instagram-item {
        display: inline-block;
        width: calc(25% - 5px);
        box-sizing: border-box;
        margin-right: 2px;
        margin-bottom: 2px;
        vertical-align: top;
    }

    #instagram .instagram-item:nth-child(4n) {
        margin-right: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #333;
    text-transform: uppercase;
    display: block;
}

h1,
h2,
h3 {
    letter-spacing: -2px;
}

h4 i,
h5 i {
    margin-right: 10px;
    color: #999;
}

.lead {
    font-size: 18px;
    line-height: 20px;
}

a:hover,
a:focus {
    color: #CCC;
    text-decoration: none;
}

img {
    filter: saturate(100%);
    -ms-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -webkit-filter: saturate(100%);
    -o-filter: saturate(100%);
}

.instagram-feed-wrap {
    position: relative;
    min-height: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.instagram-feed-wrap.is-loading #instagram {
    visibility: hidden;
}

.instagram-loading {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    z-index: 5;
    display: none;
    text-align: center;
    pointer-events: none;
}

.instagram-loading.is-visible {
    display: block;
}

.cake-loader {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    animation: cake-float 1.6s ease-in-out infinite;
}

.cake-candle {
    position: absolute;
    left: 50%;
    top: 6px;
    width: 8px;
    height: 22px;
    margin-left: -4px;
    background: #f8d6c9;
    border-radius: 4px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.08);
}

.cake-candle:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    width: 10px;
    height: 12px;
    background: #f7b267;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 10px rgba(247, 178, 103, 0.6);
    animation: flame-flicker 1s ease-in-out infinite;
}

.cake-top,
.cake-middle,
.cake-bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: #f2b5a5;
    box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.08);
}

.cake-top {
    top: 30px;
    width: 70px;
    height: 18px;
    background: #f6c4b5;
}

.cake-middle {
    top: 50px;
    width: 86px;
    height: 20px;
}

.cake-bottom {
    top: 72px;
    width: 100px;
    height: 22px;
    background: #eaa08c;
}

.cake-plate {
    position: absolute;
    left: 50%;
    top: 98px;
    width: 110px;
    height: 8px;
    margin-left: -55px;
    background: #e9e9e9;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.cake-text {
    margin-top: 6px;
    font-size: 12px;
    color: #b56b58;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes cake-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
}

@keyframes flame-flicker {

    0%,
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.9;
    }

    50% {
        transform: translateX(-50%) scale(1.15);
        opacity: 1;
    }
}

.item:hover img,
img:hover,
.fancybox-image {
    filter: none;
    -ms-filter: none;
    -moz-filter: none;
    -webkit-filter: none;
    -o-filter: none;
}

hr {
    margin: 0 0 39px 0;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.025);
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    margin-bottom: 10px;
    padding: 0 5%;
    width: 90%;
    height: 40px;
    line-height: 40px;
    color: #999;
    vertical-align: inherit;
    border-radius: 0;
}

select {
    margin-bottom: 30px;
    padding: 5px;
    width: 100%;
    height: 30px;
    border-color: #E5E5E5;
    font-size: 12px;
    line-height: 30px;
    color: #999;
    vertical-align: inherit;
    border-radius: 0;
}

textarea {
    min-width: 90%;
    width: 90%;
    max-width: 90%;
    min-height: 120px;
    height: 120px;
    max-height: 120px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background: rgba(0, 0, 0, 0.025);
    border: none;
    box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: inherit;
    box-shadow: none;
}

.btn {
    padding: 5px 10px;
    background-image: none;
    filter: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font: 300 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: inherit;
}

.btn-large {
    padding: 10px 20px;
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    background: #333;
    color: #CCC;
}

.ichigotext {
    background: url('../files/ichigo_only.png') no-repeat center center;
}

/* Logo */
.logo {
    /*margin: -50px auto 40px;*/
    margin: 20px auto auto auto;
    aspect-ratio: 1 / 0.7;
    background: #FFF;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    max-width: 90%;
    max-height: 90%;
    padding: 12px;
    box-sizing: border-box;
}

@media (max-width: 1000px) {
    .logo img {
        max-width: 62%;
        max-height: 62%;
    }
}

.logo span {
    width: 90%;
    max-width: 90%;
    color: #999;
    text-transform: none;
    display: block;
    position: absolute;
    left: 0;
}

/* Menu Filters */
.menu-filters ul,
.menu-simple ul,
.menu ul {
    margin: 20px 0 30px 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.025);
    list-style: none;
}

.menu-filters ul li a,
.menu-simple ul li a,
.menu ul li a {
    padding: 4px 0 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.025);
    color: #999;
    display: block;
}

.menu-filters ul li:first-child a,
.menu-simple ul li:first-child a,
.menu ul li:first-child a {
    padding: 5px 0;
    border-top: none;
}

.menu-filters ul li a:hover,
.menu-filters ul li a.active,
.menu-simple ul li a:hover,
.menu-simple ul li a.active,
.menu ul li a:hover,
.menu ul li a.active {
    color: #333;
    font-size: large;
}

/* Copy */
.copy {
    margin: 20px 0 30px;
    padding-top: 19px;
    border-top: 1px solid rgba(0, 0, 0, 0.025);
}

/* Stickers */
.sticker {
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
}

.item:hover .sticker {
    color: #FFF;
    animation: sticker 0.35s linear 0s infinite alternate;
    -webkit-animation: sticker 0.35s linear 0s infinite alternate;
}

@keyframes sticker {
    50% {
        transform: scaleX(0);
        -ms-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -o-transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
        -ms-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
    }
}

@-webkit-keyframes sticker {
    50% {
        transform: scaleX(0);
        -ms-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -o-transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
        -ms-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
    }
}

/* Hero Unit */
.hero-unit {
    margin-bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.025);
    border-radius: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: inherit;
    position: relative;
}

.hero-unit img {
    max-height: 185px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.hero-unit i {
    font-size: 100px;
    color: #FFF;
    position: absolute;
    top: 10px;
    right: -19px;
}

/* Social Links */

.social-links a i {
    margin: 0 1px 0 0;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
}

.breadcrumb {
    font-size: small;
}

/* Responsive split: Tablet + Telefon (<=979px) */
@media (max-width: 979px) {
    body {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .container,
    .row {
        height: auto;
    }

    #leftMenu {
        position: static;
        width: auto;
        padding-bottom: 0;
        padding: 0 20px;
    }

    .loading {
        margin-left: 0;
        height: auto;
        overflow: visible;
    }

    .instagram-feed-wrap,
    #instagram {
        height: auto;
        overflow: visible;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 10vh;
        z-index: 1000;
    }

    .logo {
        aspect-ratio: auto;
        height: auto;
    }

    .logo span {
        bottom: clamp(45px, 14vw, 150px);
    }

    .hero-unit {
        text-align: center !important;
    }

    .hero-unit .hero-unit-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

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

    .hero-unit img {
        display: block !important;
        max-height: 100px;
        margin: 0;
        flex-shrink: 0;
    }

    .hero-unit .hero-unit-text p {
        margin: 0 0 6px;
    }

    .hero-unit .hero-unit-text p:last-child {
        margin-bottom: 0;
    }

    .social-links a i {
        line-height: clamp(35px, 6vw, 45px);
        height: clamp(35px, 6vw, 45px);
        width: clamp(35px, 6vw, 45px);
    }

    .modal-body {
        min-width: min(360px, 92vw);
        max-width: 90%;
        max-height: auto;
        overflow: hidden;
    }

    #instagram .instagram-item {
        width: calc(50% - 2px);
    }

    .error-summary {
        color: #774F38;
        background-color: #ECE5CE;
        border-color: #ECE5CE;
    }

    .hidden-vertical {
        display: none !important;
    }

    .instagram-modal-nav {
        width: 34px;
        height: 34px;
    }

    .instagram-modal-nav-prev {
        left: 6px;
    }

    .instagram-modal-nav-next {
        right: 6px;
    }

    /* Grid items - 3 columns using inline-block */
    #instagram .instagram-item {
        display: inline-block;
        width: calc(33% - 5px);
        box-sizing: border-box;
        margin-right: 2px;
        margin-bottom: 2px;
        vertical-align: top;
    }

    #instagram .instagram-item:nth-child(3n) {
        margin-right: 0;
    }
}

#instagram {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
}



.load-more-btn {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: #E08E79;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}

.load-more-btn:hover {
    background-color: #c97660;
}

.load-more-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}


.modal-body img,
.modal-body video {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    position: relative;
}

#instagramPhotoImg,
#instagramVideo {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

#instagramCarousel .item img,
#instagramCarousel .instagram-carousel-video {
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
}

#instagram .instagram-item {
    position: relative;
    border: 2px solid #E08E79;
    box-sizing: border-box;
    background: #f0f0f0;
    margin: 1px;
    padding: 0;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 15px;
}

#instagram .instagram-item a {
    display: block;
    line-height: 0;
    width: 100%;
    height: 100%;
}

#instagram .instagram-item .instagramPhoto {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#instagram .instagram-media-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    pointer-events: none;
}

#instagram .instagram-item img,
#instagram .instagram-item video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}




.modal-dialog {
    max-width: min(700px, 95vw);
    max-height: 90vh;
    margin: 2vh auto;
    position: relative;
    z-index: 1050;
    overflow: hidden;
}

.modal-content {
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    z-index: 1050;
    overflow: hidden;
}

.modal-body {
    position: relative;
    padding: 0px;
    max-height: calc(90vh - 110px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.instagram-modal-caption {
    border-top: 2px solid #E08E79;
    padding: 10px 14px 28px;
    text-align: left;
    line-height: 20px;
    font-family: Georgia, Times New Roman, Times, serif;
    font-style: italic;
    font-size: 14px;
    color: #999;
    white-space: pre-wrap;
    word-break: break-word;
    display: none;
    position: relative;
}

.instagram-modal-caption.has-caption {
    display: block;
}

.instagram-modal-caption-text {
    display: block;
}

.instagram-modal-caption-text .instagram-caption-hashtag {
    color: #337ab7;
}

.instagram-modal-caption.is-collapsed .instagram-modal-caption-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instagram-modal-caption-toggle {
    margin-top: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #E08E79;
    font-size: 13px;
    font-style: normal;
    cursor: pointer;
}

.instagram-modal-caption-toggle:hover,
.instagram-modal-caption-toggle:focus {
    text-decoration: underline;
}

.instagram-modal-caption-date {
    position: absolute;
    right: 14px;
    bottom: 8px;
    font-size: 11px;
    line-height: 1;
    font-style: normal;
    color: #999;
}

.instagram-modal-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #E08E79;
    background: #fff;
    color: #E08E79;
    font-size: 16px;
    padding: 0;
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.instagram-modal-nav-prev {
    left: 10px;
}

.instagram-modal-nav-next {
    right: 10px;
}
.instagram-modal-close {
    top: 20px;
    right: 0;
    z-index: 1080;
}

.instagram-modal-nav:hover,
.instagram-modal-nav:focus {
    color: #E08E79;
    background: #fff;
}

.modal {
    z-index: 1050 !important;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
}

#instagram {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-height: 1030px;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.6);
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #f3f3f3;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #E08E79;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #774d37;
}