/*********  
Bella Firenze - Restaurant Template
Author: Petia Koleva
Edited: Samuel Alfano, iNetWorx AG
Website: http://designify.me
*********/

/*********
Contents  
==========
1.Global Styles 
2.Main Navigation
3.Scroll Affix
4.Fullwidth Header
5.Video Background Header
6.Common Styles for Sections
7.Business
8.Team
9.Recommendations
10.Restaurant
11.Menuf
12.Events
13.Rooms
14.Fresh Food CTA
17.Book a Table
18.Contact
19.Footer
20.Social Icons
21.Buttons
22.Boxed Layout Adjustments
23.Paddings
24.Margins
*********/

#c-s-bn {
  display: none;  /* Hide secondary Cookieconsent-Button */
}

/*********  
1.Global Styles 
*********/
html, body {
}

body {
    font-family: 'Libre Baskerville', sans-serif;
    color: #2d3035;
    background: #FFF;
}

a {
    color: #a12528;
}

.lead-sm {
    font-size: 18px
}

@media screen and (max-width: 768px) {
    .lead-sm {
        font-size: 16px;
    }
}

.bg-white {
    background: rgba(255, 255, 255, 1)
}

.bg-darkblue {
    background: rgba(45, 48, 53, 0.7)
}

.bg-main {
    background: #a12528
}

.white {
    color: #FFF
}

.dark {
    color: #2d3035
}

.text-bold {
    font-weight: 900
}

.label {
    border-radius: 0;
    font-weight: 500
}

.accent {
    color: #a12528;
    font-weight: 900
}

.accent-price {
    color: #a12528;
    font-weight: 900;
    border-bottom: 1px solid #a12528;
    padding-bottom: 5px
}

.no-padding {
    padding: 0
}

hr.separator {
    border: 0;
    height: 1px;
    background: #a12528;
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 18px;
    }
}


/*********  
2.Main Navigation
*********/
#mainnavigation {
    background: #2d3035
}

.navbar {
    min-height: 80px;
    margin-bottom: 20px;
    border: 0 solid transparent;
}

.navbar-nav {
    float: none;
    text-align: center;
}

.navbar-nav > li {
    float: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;

}

.navbar-nav > li > a {
    display: inline-block;
    border-bottom: 4px solid transparent;
}

.nav > li:hover, .nav > li:focus {
    box-sizing: border-box;
    background: transparent;
}

.nav > li:hover > a, .nav > li:focus > a {
    border-bottom: 4px solid #a12528;
    text-decoration: none;
    background-color: transparent
}

.nav > li > a {
    padding: 10px 10px 20px !important;
}

.nav > li > a.active {
    border-bottom: 4px solid #a12528;
    box-sizing: border-box;
    background: transparent;
}

@media (min-width: 768px) {

    .navbar-nav > li > a {
        color: #2d3035;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 20px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px
    }

    .navbar .business-logo {
        display: block;
        background: url(../images/logo/gifthuettli-logo-button-sw.svg) no-repeat center center;
        background-size: contain;
        width: 100%;
        height: 100px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .nav > li {
        padding-top: 56px;
    }

}

@media screen and (max-width: 1024px) {
    .navbar-nav > li > a {
        font-size: 10px
    }
}

.navbar .business-sm {
    display: block;
    background: url(../images/logo/gifthuettli-logo-button-sw.svg) no-repeat top left;
    background-size: contain;
    width: 80px;
    height: 80px;
}

.navbar-brand {
    float: left;
    margin-right: auto;
    display: block;
    background: url(../images/logo/gifthuettli-logo-button-sw.svg) no-repeat top left;
    background-size: contain;
    width: 80px;
    height: 80px;
    margin-left: 15px !important;
    font-family: 'Libre Baskerville', cursive;
    color: #a12528
}

/* 
Media - Toggle collapse navbar earlier
*/
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}

/* /Media */

@media only screen and (max-width: 769px) {

    .navbar #business-sm {
        display: block;
        background: url(../images/logo/gifthuettli-logo-button-sw.svg) no-repeat top left;
        background-size: contain;
        width: 80px;
        height: 80px
    }

    .navbar {
        min-height: 60px;
        max-width: 100vw;
    }

    .navbar-toggle {
        margin-right: 15px;
        padding: 20px 10px
    }

}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #a12528
}

@media only screen and (max-width: 767px) {

    .navbar #business-lg-de {
        display: block;
        background: url(../images/logo/gifthuettli-logo-button-sw.svg) no-repeat top left;
        background-size: contain;
        width: 220px;
        height: 90px
    }

    .navbar #business-lg-en {
        display: block;
        background: url(../images/logo/gifthuettli-logo-button-sw.svg) no-repeat top left;
        background-size: contain;
        width: 220px;
        height: 90px
    }

    .navbar-nav > li > a {
        color: #a12528;
        text-align: center;
        text-transform: uppercase
    }

    .navbar-nav {
        margin: 0 -15px
    }

    .navbar-collapse {
        border-top: 0 solid transparent
    }

}

@media only screen and (max-width: 1200px) {

    ul.nav.navbar-nav > li > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

/*********  
3.Scroll Affix
*********/
.affix {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    -webkit-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    transition: padding .2s linear;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2)
}

.affix-top {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    -webkit-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    transition: padding .2s linear;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2)
}

.affix-top li > a {
    color: #000;
}

@media screen and (max-width: 768px) {

    .affix {
        background-color: rgba(255, 255, 255, 0.9);
        padding-top: 15px;
        -webkit-transition: padding .2s linear;
        -moz-transition: padding .2s linear;
        -o-transition: padding .2s linear;
        transition: padding .2s linear;
        -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5)
    }

    .affix-top {
        padding-top: 15px;
        padding-bottom: 0;
        -webkit-transition: padding .5s linear;
        -moz-transition: padding .5s linear;
        -o-transition: padding .5s linear;
        transition: padding .5s linear;
    }

}

/*********  
4.Fullwidth Header
*********/
header#fullwidth {
    color: #FFF
}

header#fullwidth {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed
}

header#fullwidth .header-text {
    padding-top: 180px;
    padding-bottom: 50px
}

@media screen and (max-width: 768px) {
    header#fullwidth .header-text {
        padding-top: 120px;
        padding-bottom: 50px
    }
}

header#fullwidth h1 {
    font-size: 64px;
    color: #FFF;
}

header#fullwidth h2 {
    font-size: 28px;

}

@media (min-width: 768px) {

    header#fullwidth .header-text {
        max-height: 100vh;
        padding-top: 300px;
        padding-bottom: 200px;

    }

}

header#fullwidth {
    min-height: 100%;
    height: 100%;
    overflow: hidden !important;
}

@media (max-width: 768px) {

    header#fullwidth h1 {
        font-size: 34px;
        color: #FFF
    }

    header#fullwidth h2 {
        font-size: 21px;

    }

    p.details {
        text-align: center !important;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5
    }

}

header#fullwidth .form-inline .form-control {
    border-radius: 0;
    margin-right: 10px;
    height: 45px;
    min-width: 260px;
    background: rgba(255, 255, 255, 0.9);
    color: #1c1e21;

}

header#fullwidth .lightform .form-control {
    border-radius: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 45px;
    min-width: 260px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid #FFF;

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    header#fullwidth .header-text {
        padding-top: 240px;
        padding-bottom: 160px;

    }

}

section.intro-title {
    width: 500px;
    height: 550px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 10px;
}

section.intro-title a,
section.intro-title a:hover,
section.intro-title a:active {
    color: #FFF;
}

section.intro-title .btn-main-white:hover {
    color: #a12528;
    background-color: #FFF;
    border-color: #FFF;
}

section.intro-title p {
    text-align: left;
}

section.intro-title div.ftd-button {
    position: absolute;
    right: -30px;
    top: -30px;
}

div.ftd-button img {
    width: 100px;
    height: 100px;
}

section.intro-title div.info-button {
    position: absolute;
    right: 10px;
    top: 100px;
    cursor: pointer;
    width: 41px;
    height: 41px;
    z-index: 100;
    display: none;
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.15);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.speech-bubble {
    display: none;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.95);
    top: 160px;
    width: 30%;
    color: white;
    padding: 5px 0 5px 0;
    z-index: 105;
    left: 67%;
    font-size: 10px;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    top: 0;
    left: 75%;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom: 15px rgba(255, 255, 255, 0.95);
    border-left-width: 15px;
    margin-left: -15.5px;
    margin-top: -15px;
}

section.intro-title div.info-title {
    position: absolute;
    right: 5%;
    left: 5%;
    top: 150px;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.95);
    color: black;
    z-index: 1001;
    display: none;
    padding: 10px 10px 10px 15px;
    text-align: left;
    line-height: 30px;
}

section.intro-title div.info-title .close-holder {
    cursor: pointer;
    z-index: 1002;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 40px;
}

section.intro-title div.info-title .info-holder {
    color: black;
    text-decoration: none;
}

section.intro-title div.info-title i:hover {
    color: #a12528;
}

@media screen and (max-width: 768px) {
    section.intro-title div.info-button {
        display: inherit;
    }

    .speech-bubble {
        display: inherit;
    }
}

@media screen and (max-width: 768px) {

    section.intro-title {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 15px 10px;
        overflow: visible;
    }
}


/* Change Header Image Here */
.business {
    background-image: url(../images/backgrounds/gifthuettli_cordon-bleu-2-lg.jpg);
    background-position: bottom left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 1200px) {

    .business {
        background-image: url(../images/backgrounds/gifthuettli_cordon-bleu-2-md.jpg) !important;
        background-size: cover !important;
        height: 100% !important;
        overflow: hidden !important;
        background-attachment: scroll !important;
    }

}


/*********
6.Common styles for sections
*********/
section {
    padding: 150px 0;

}

section h2 {
    font-family: 'Libre Baskerville', cursive;
    font-size: 40px
}

@media screen and (max-width: 768px) {
    section {
        padding: 75px 0;
    }

    section h2 {
        font-size: 30px;
    }
}


/*********  
7.About us
*********/
section#gifthuettli {
    background: #f9f9f9;
    max-width: 100%;
    overflow: hidden
}

/*********  
8.Team
*********/
section#team {

}

section#team h3 {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.4em;
}

section#team h4 {
    text-transform: uppercase;
    font-weight: 400
}

section#team .teamitem {
    border: 1px solid #2d3035
}

section#team .team {
    margin-bottom: 30px;

}


/*********  
9.Recommendations
*********/

section#recommendations {
    background: url(../images/backgrounds/gifthuettli_feurige-mahlzeit-lg-slim.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 0 !important;
}

@media (max-width: 1200px) {

    section#recommendations {
        background-size: cover !important;
        height: 100% !important;
        overflow: hidden !important;
        background: url(../images/backgrounds/gifthuettli_feurige-mahlzeit-md-slim.jpg) scroll !important;
    }
}

section#recommendations {
    color: #fff;
}

section#recommendations h3 {
    text-transform: uppercase;
    font-weight: 400;

}

section#recommendations h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
    margin: 20px 0
}


/*********  
10.Restaurant
*********/
section#restaurant {
    color: #FFF;

}

section#restaurant {
    background: url(../images/backgrounds/gifthuettli_mahlzeit-lg-slim.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

@media (max-width: 1200px) {

    section#restaurant {
        background-size: cover !important;
        height: 100% !important;
        overflow: hidden !important;
        background: url(../images/backgrounds/gifthuettli_mahlzeit-md-slim.jpg) scroll !important;
    }
}

section#restaurant .label-dishitem {
    background: #a12528;
    text-transform: uppercase;
    font-size: 14px
}

/*
 * Added by iNetWorx
 */
section#restaurant a {
    color: #fff;
}

section#restaurant a:hover {
    color: #fff;
}


/*********
12.Events
*********/

section#events h4 {
    text-transform: uppercase
}

section a,
section a:hover {
    color: #a12528;
}

/*********  
13.Locations
*********/
section#rooms {
    background: #FFF
}

section#rooms h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

section#rooms img.room {
    border: 1px solid #2d3035;
    margin: 0 auto;
    text-align: center;
}

section#rooms div.subtitle {
    margin-top: -5px;
}

/*********  
14.Fresh Food CTA
*********/
section#fresh-food {
    background: #2d3035 url(../images/backgrounds/gifthuettli_cordon-bleu-lg-slim.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #FFF;
}

@media (max-width: 1200px) {

    section#fresh-food {
        background-size: cover !important;
        height: 100% !important;
        overflow: hidden !important;
        background: #2d3035 url(../images/backgrounds/gifthuettli_cordon-bleu-md-slim.jpg) scroll !important;
    }
}


/*********  
17.Book a table
*********/
section#booktable {
    background: #2d3035;
    color: #FFF
}

section#booktable .form-group {
    margin-bottom: 20px;

}

section#booktable .form-group input, section#booktable .form-group textarea {
    padding: 15px 20px 15px 20px;

}

section#booktable select.form-control {
    padding: 15px 20px 15px 20px;

}

section#booktable .form-group select.form-control {
    height: auto;

}

section#booktable .form-group input.form-control {
    height: auto;

}

section#booktable .form-group textarea.form-control {
    min-height: 120px;

}

section#booktable .form-control {
    border: 1px solid #eee;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0
}

section#booktable .form-control:focus {
    border-color: #a12528;
    box-shadow: none;

}

section#booktable::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;

}

section#booktable:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;

}

section#booktable::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;

}

section#booktable:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;

}

section#booktable .text-danger {
    color: #7f1c11;

}

/*********  
18.Contact
*********/
section#contact {
    background: #a12528;
    color: #FFF
}

section#contact h3 {
    text-transform: uppercase
}

section#contact .list-unstyled {
    margin-top: 20px
}

section#contact .list-unstyled li {
    margin-bottom: 5px;
    font-size: 18px
}

section#contact .weekdays {
    text-transform: uppercase
}

section#contact a {
    color: #FFF;

}

section#contact a:hover {
    color: #2d3035;
    text-decoration: none
}

@media screen and (max-width: 1024px) {
    section#contact .list-unstyled li {
        font-size: 12px;
    }
}

/*********  
19.Footer
*********/
footer {
    background: #FFF;
    padding: 15px 0;
    text-align: center
}

footer h2 {
    font-family: 'Libre Baskerville', cursive;
    font-size: 40px
}

footer ul.social-buttons {
    margin-bottom: 0;

}

footer ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 35px;
    line-height: 40px;
    color: #2d3035;
    margin-bottom: 10px;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

}

footer ul.social-buttons li a:hover, footer ul.social-buttons li a:focus, footer ul.social-buttons li a:active {
    background-color: transparent;
    color: #a12528;

}

footer li.footer-logo-fcb {
    width: 25%;
}

footer li.footer-logo-ftd {
    width: 10%;
}

@media screen and (max-width: 768px) {

    footer .logo-wrapper {
        height: 100px;
    }

    footer li.footer-logo-fcb {
        width: 200px;
        float: left;
    }

    footer li.footer-logo-ftd {
        width: 100px;
        float: left;
    }

}

/*********  
20.Social Icons
*********/
ul.social-buttons {
    margin-bottom: 30px;

}

ul.social-buttons li a {
    display: block;
    width: 50px;
    height: 40px;
    border-radius: 0;
    font-size: 20px;
    line-height: 40px;
    color: #2d3035;
    margin-bottom: 10px;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
    background-color: transparent;
    color: #a12528;
}

/*********  
21.Buttons
*********/
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

/* Main Button */
.btn-main {
    color: #a12528;
    background-color: transparent;
    border: 2px solid #a12528;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500
}

.btn-main:focus, .btn-main.focus {
    color: #FFF;
    background-color: #a12528;
    border-color: #a12528
}

.btn-main:hover {
    color: #FFF;
    background-color: #a12528;
    border-color: #a12528
}

.btn-main:active, .btn-main.active {
    color: #FFF;
    background-color: #a12528;
    border-color: #a12528
}

/* Main White Button */
.btn-main-white {
    color: #FFF;
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500
}

.btn-main-white:focus, .btn-main-white.focus {
    color: #a12528;
    background-color: #FFF;
    border-color: #FFF
}

.btn-main-white:hover {
    color: #a12528;
    background-color: #FFF;
    border-color: #FFF
}

.btn-main-white:active, .btn-main-white.active {
    color: #a12528;
    background-color: #FFF;
    border-color: #FFF
}

/*********  
23.Paddings 
*********/
.pddn-neg-10-top {
    padding-top: -10px
}

.pddn-0 {
    padding: 0 !important
}

.pddn-10 {
    padding: 10px
}

.pddn-20 {
    padding: 20px
}

.pddn-30 {
    padding: 30px
}

.pddn-40 {
    padding: 40px
}

.pddn-50 {
    padding: 50px
}

.pddn-60 {
    padding: 60px
}

.pddn-70 {
    padding: 70px
}

.pddn-80 {
    padding: 80px
}

.pddn-90 {
    padding: 90px
}

.pddn-100 {
    padding: 100px
}

.pddn-10-top {
    padding-top: 10px
}

.pddn-20-top {
    padding-top: 20px
}

.pddn-30-top {
    padding-top: 30px
}

.pddn-40-top {
    padding-top: 40px
}

.pddn-50-top {
    padding-top: 50px
}

.pddn-60-top {
    padding-top: 60px
}

.pddn-70-top {
    padding-top: 70px
}

.pddn-80-top {
    padding-top: 80px
}

.pddn-90-top {
    padding-top: 90px
}

.pddn-100-top {
    padding-top: 100px
}

.pddn-10-btm {
    padding-bottom: 10px
}

.pddn-20-btm {
    padding-bottom: 20px
}

.pddn-30-btm {
    padding-bottom: 30px
}

.pddn-40-btm {
    padding-bottom: 40px
}

.pddn-50-btm {
    padding-bottom: 50px
}

.pddn-60-btm {
    padding-bottom: 60px
}

.pddn-70-btm {
    padding-bottom: 70px
}

.pddn-80-btm {
    padding-bottom: 80px
}

.pddn-90-btm {
    padding-bottom: 90px
}

.pddn-100-btm {
    padding-bottom: 100px
}

.pddn-0-top-btm {
    padding: 0
}

.pddn-10-top-btm {
    padding: 10px 0
}

.pddn-20-top-btm {
    padding: 20px 0
}

.pddn-30-top-btm {
    padding: 30px 0
}

.pddn-40-top-btm {
    padding: 40px 0
}

.pddn-50-top-btm {
    padding: 50px 0
}

.pddn-60-top-btm {
    padding: 60px 0
}

.pddn-70-top-btm {
    padding: 70px 0
}

.pddn-80-top-btm {
    padding: 80px 0
}

.pddn-90-top-btm {
    padding: 90px 0
}

.pddn-100-top-btm {
    padding: 100px 0
}

/*********  
24.Margins 
*********/
.mrgn-10-top {
    margin-top: 10px
}

.mrgn-15-top {
    margin-top: 15px
}

.mrgn-20-top {
    margin-top: 20px
}

.mrgn-30-top {
    margin-top: 30px
}

.mrgn-40-top {
    margin-top: 40px
}

.mrgn-50-top {
    margin-top: 50px
}

.mrgn-60-top {
    margin-top: 60px
}

.mrgn-70-top {
    margin-top: 70px
}

.mrgn-80-top {
    margin-top: 80px
}

.mrgn-90-top {
    margin-top: 90px
}

.mrgn-100-top {
    margin-top: 100px
}

.mrgn-10-btm {
    margin-bottom: 10px
}

.mrgn-20-btm {
    margin-bottom: 20px
}

.mrgn-30-btm {
    margin-bottom: 30px
}

.mrgn-40-btm {
    margin-bottom: 40px
}

.mrgn-50-btm {
    margin-bottom: 50px
}

.mrgn-60-btm {
    margin-bottom: 60px
}

.mrgn-10-top-btm {
    margin: 10px 0
}

.mrgn-20-top-btm {
    margin: 20px 0
}

.mrgn-30-top-btm {
    margin: 30px 0
}

.mrgn-40-top-btm {
    margin: 40px 0
}

.mrgn-50-top-btm {
    margin: 50px 0
}

.mrgn-60-top-btm {
    margin: 60px 0
}


/*
 * Custom by Samuel Alfano, iNetWorx AG
 */

@media screen and (max-width: 768px) {
    .hidden-sm {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .hidden-md {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .hidden-lg {
        display: none;
    }
}

.pointer {
    cursor: pointer;
}

/** 
* Form Validation
*/

input:required:invalid, input:focus:invalid {
    background-image: url('../images/icons/error.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding-right: 3px;
}

input:required:valid {
    background-image: url('../images/icons/ok.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding-right: 3px;
}

/**
 * Contact icon
 */
img#contact-icon {
    width: 32px;
    height: 32px;
    margin-left: 15px;
    margin-top: -18px;
}

/**
 * Divider size
 */
img.divider {
    width: 300px;
}

/**
 * Blockquotes
 */
blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 20px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -20px;
    color: #7a7a7a;
}

blockquote:after {
    display: block;
    content: "\201D";
    font-size: 80px;
    position: absolute;
    right: -10px;
    bottom: -65px;
    color: #7a7a7a;
}

/**
 * Flyer 
 */

/**
* Slideshow
*/
.slideshow-flyer {
    height: 654px;
    width: 500px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .slideshow-flyer {
        height: 458px;
        width: 350px;
    }

}


/**
 * Mouse scroll
 */
.mouse-icon {
    position: absolute;
    left: 50%;
    bottom: 40px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    margin-left: -15px;
    display: block;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .mouse-icon {
        bottom: 20px;
    }
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

/*
 * Slideout
 */
body {
    width: 100%;
    height: 100%;
}

div#menu {
    z-index: 10000;
    background-color: #ececec;
}

div#menu ul {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

div#menu li {
    width: 100%;
    line-height: 35px;
    text-decoration: none;
    list-style: none;
    padding: 8px 12px;
    font-size: 1.3em;
    border-bottom: 1px solid rgba(103, 1, 51, 0.2);
}

div#menu li:hover,
div#menu li:focus,
div#menu li:active {
    background-color: #a12528;
    color: #ececec;
}

div#menu li i.fa {
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
}

div#menu a:hover,
div#menu a:active {
    text-decoration: none;
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    /*will-change: transform;*/
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 25px;
    left: 18px;
    right: 18px;
    height: 4px;
    background: black;
}

.affix-top .c-hamburger span {
    background: #000;
}


.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    content: "";
}

.affix-top .c-hamburger span::before,
.affix-top .c-hamburger span::after {
    background-color: #000;
}

.c-hamburger span::before {
    top: -12px;
}

.c-hamburger span::after {
    bottom: -12px;
}

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
    background-color: transparent;
}

.c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    background-color: transparent;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

/*
 * Gallery
 */

.my-gallery {
    max-width: 1800px;
    text-align: center;
    margin: 0 auto;
}

.gallery-inner {
    position: relative;
    width: 100%;
    z-index: 2;
    background-color: #ececec;
}

.my-gallery figure {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.gallery-image-item {
    cursor: pointer;
}

/**
 * News banner front
 */
.news-banner-wrapper {
    position: absolute;
    right: calc(18% - 225px);
    top: calc(50% + 255px);
    height: 100vh;
    width: 500px;
}

.news-banner {
    width: 550px;
    height: 150px;
    padding: 15px 5px;
    text-align: left;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
}

.news-banner-title {
    font-weight: 700;
    font-size: 16px;
}

img.news-banner-icon {
    width: 100%;
    height: auto;
}

img.news-banner-icon-mobile {
    width: 40px;
    height: 40px;
}

/**
 * Hidden on specific sizes
 */

@media screen and (max-width: 768px) {
    .hidden-sm {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .hidden-md {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .hidden-lg {
        display: none;
    }
}

.img-responsive {
    display: inherit;
}


.popup {
    position: absolute;
    width: 500px;
    left: calc(50vw - 200px);
    top: 25vh;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000000;
    font-size: 18px;
    padding: 15px;
}

@media screen and (max-width: 992px) {
    .popup {
        display: none;
    }
}