﻿

.hero-section {
    height: auto;
    margin: 0 auto;
}

.leaflet-container a {
    text-decoration: none;
}

.hero-section .hero-content {
    min-height: 440px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 40%); 
}

@media (max-width: 600px) { 
    .hero-section .hero-content {
        padding: 15px 15px 15px 15px;
    }
}

.hero-section .hero-content-inner {
    z-index: 3;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 45px;
    padding-right: 45px;
}



@media (max-width: 600px) { 
    .hero-section .hero-content-inner {
        padding: 0;
    }
}

.hero-section .hero-content-inner h2 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.5px;
    padding-top: 28px;
    padding-bottom: 4px;
    color: white;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 40%); 
}

.hero-section .hero-content-inner h3 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.5px;
    padding: 15px;
    margin-bottom: 0px !important;
    color: white;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 40%); 
}

.hero-section .hero-content-inner p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: white!important;
}

.hero-section .hero-btn, .hero-section .hero-btn:hover {
    width: unset;
    display: inline-block;
    padding: 0;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 25px;
    font-size: 16px;
    margin-top: 15px;
}

.hero-section .hero-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hero-section .hero-noimage {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.2);
    z-index: 2;
}


.hero-section.banner .hero-content-inner {
    width: 343px;
    margin: auto;
    word-break: break-word;
}

.hero-section.hero-layout3 .hero-image-layout2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(65% - 60px);
    margin-left: 20px;
    margin-right: 20px;
}


@media (max-width: 768px) {
    .hero-section.hero-layout3 .hero-image-layout2:before {
        width: calc(100% - 40px);
        height: 320px;
        margin-bottom: 20px;
        flex: none;
    }
}

@media (max-width: 725px) {
    .hero-section.hero-layout3 .hero-image-layout2:before {
        height: 380px;
    }
}

.hero-section.banner.layout2 .hero-content-inner {
    margin: auto;
    padding: 0;
}

.hero-section.banner.layout4 .hero-content-inner h3 {
    font-size: 30px;
}



.hero-section.banner.layout2 .overlay2 {
    position: absolute;
    width: 50%;
    height: 100%;
}

@media screen and (max-width: 724px) {
    .hero-section.banner.layout2 .overlay2 {
        max-height: 50%;
        width: 100%;
    }
}

.hero-section.hero-layout4 .content-banner
{
    width: 35%;
}

@media (max-width:768px) {
    .hero-section.hero-layout4 .content-banner {
        width: calc(100% - 40px);
    }
}


.hero-section.banner .hero-content-inner h3 {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    padding: 15px 0;
    letter-spacing: normal;
    text-shadow: none;
}

.hero-section.banner .hero-content-inner p {
    font-size: 15px;
    line-height: 140%;
    text-shadow: none;
}

.hero-section.banner .hero-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    height: unset;
    text-transform: none;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    transition: none;
    padding: 9px 32px;
    letter-spacing: 0.5px;
}

.hero-section.banner.layout2 .hero-content {
    flex-direction: row;
}

.hero-image-overlay {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.hero-image-layout2 {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex: 1;
    height: 100%;
    width: 100%;
}

.hero-section.banner.layout2 .hero-content-inner-wrapper {
    display: flex;
    flex: 1;
}

@media screen and (max-width: 724px) {
    .hero-section.banner.layout2 .hero-content-inner {
        padding: 20px;
    }

    .hero-section.banner.layout2 .hero-content {
        flex-direction: column;
    }

    .hero-section.banner.layout2 .hero-image-layout2 {
        max-height: 50%;
    }

    .hero-section.banner .hero-content-inner {
        width: auto;
    }
}




.dividerv2-section hr {
    border-top-width: 1px;
    border-bottom-style: none;
    border-bottom-width: 0;
}

.row-fluid .sections-wrapper .span12 {
    min-height: unset;
}

.row-fluid .sections-wrapper .span9 {
    min-height: unset;
}

.row-fluid .sections-wrapper .span6 {
    min-height: unset;
}

.row-fluid .sections-wrapper .span4 {
    min-height: unset;
}




.slider-wrapper {
    display: none;
}

    .slider-wrapper > div {
        position: relative;
        width: 700px;
        height: 465px;
        top: 0;
        left: 0;
    }

    .slider-wrapper .slides-container {
        position: absolute;
        width: 700px;
        height: 465px;
        cursor: move;
        left: 0;
        top: 0;
    }


.slideshow__arrow {
    display: block;
    position: absolute;
    width: 21px;
    height: 36px;
    cursor: pointer;
    overflow: hidden;
    top: 225px;
}


.slideshow__arrow--right {
    background: url("") right center no-repeat;
    right: 10px;
}


.slideshow__arrow--left {
    background: url("") right center no-repeat;
    left: 10px;
}


.slideshow__textpanel {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    width: 96%;
    text-align: left;
    padding: 2%;
}


.slideshow__caption {
    color: white;
    margin: 0;
    line-height: 22px !important;
}

p.slideshow__caption {
    font-size: 18px !important;

}

.slideshow__caption--title {
    font-weight: bold;
    font-size: 22px !important;
}


.slideshow .slideshow__caption {
    font-size: 18px!important;
    line-height: 22px!important;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
}








.map-container .google-map {
    width: 100%;
    height: 376px;
}





#burgerModal .icon-remove {
    color: #000000;
}





.slideshow-music .sm2-360ui {
    width: 40px;
    height: 40px;
}

.slideshow-music .sm2-canvas, .slideshow-music .sm2-timing  {
    display: none;
}

.slideshow-music .sm2-360btn {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background: none;   
    font-size: 35px;
    color: white;
    padding: 10px; 
}

.slideshow-music .sm2-360btn:hover {
    background: none;   
}

.slideshow-music .sm2-360ui.sm2_paused .sm2-360btn:hover, .slideshow-music .sm2-360ui.sm2_paused .sm2-360btn {
    background: none;   
}

.slideshow-music .sm2-360ui.sm2_paused .sm2-360btn:before {
    content:"\f3b9";
}

.slideshow-music .sm2-360ui.sm2_playing .sm2-360btn:hover {
    background: none;   
}

.slideshow-music .sm2-360ui.sm2_playing .sm2-360btn:before {
    content: "\f3ba";
}

.slideshow-music .sm2-360btn:before {
    content:"\f3b9";
}

.slideshow-music .sm2-playing .sm2-360btn
{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.slideshow-music:hover, .ui360:hover .sm2-360btn {
    background: none;   
}

.slideshow-music {
    background: none;   
    width: 40px;
    height: 40px;
    margin-top: -65px;
    position: relative;
    float: right;
}






@media screen and (min-width: 724px) {
    

    .col-centered {
        display: inline-block !important;
        float: none !important;
        vertical-align: middle;        
        text-align:left;
        
        margin-right:-4px;
    }
}

























 
.photo-album-collage .thumbnails {
  text-align-last: justify;
  -ms-column-count: 3;
  -webkit-column-count: 3; 
  -moz-column-count: 3; 
  column-count: 3;
}










    

    




















    

    






    

    












    

    




    

    




















    

    





    



    

















    

    

    
        

        
        

        

        

        
        


        

        

        


        

        

        

        

        

        

        

       

    


    .grid-sizer {
        width: 33.333%;
    }

    @media screen and (min-width: 920px) {
        
        .grid-sizer {
            width: 20%;
        }
    }

    
    .photo-album-collage .thumbnails {
        height: auto !important; 
    }

    
    .photo-album-collage .thumbnails {
        text-align-last: justify;
        -webkit-column-count: 3; 
        -moz-column-count: 3; 
        column-count: 3;
    }

        
        .photo-album-collage .thumbnails:after {
            content: "";
            display: inline-block;
            width: 32%;
            height: 0;
        }

        
        .photo-album-collage .thumbnails .thumbnail {
            height: auto;
            min-height: unset;
        }

        .photo-album-collage .thumbnails li:nth-child(n) {
            width: 100%;
        }

            .photo-album-collage .thumbnails li:nth-child(n) img {
                height: auto;
            }

    #recaptcha_widget > div {
        float: right;
    }

    .page-comments-form .recaptcha > div {
        margin-top: 15px;
    }

    .span4.last-in-row, .span6.last-in-row {
        float: right;
    }

    
    .contact-section .cf-preview-label {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 6px;
        min-height: auto;
    }

.contact-section input, .contact-section textarea {
    width: 100%;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0px;
    padding-left: 8px;
}

    .contact-section button {
        width: 120px !important;
        height: 36px;
        border: 0 !important;
        float: right;
        font-size: 16px;
        border-radius: 2px !important;
        margin: 0px;
    }

    .contact-section button span.button-text {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
        margin-right: -10px;
    }

    .contact-section button .hover-icon {
        opacity: 0;
        right: -5px;
        transition: 0.5s;
    }


    .contact-section button:hover .button-text {
        padding-right: 15px;
    }

    .contact-section button:hover .hover-icon {
        right: 0;
        opacity: 1;
    }


    .contact-section .success-message {
        margin-top: 20px;
        font-size: 14px;
    }

    .blink_me {
        animation: blinker 2s linear 3;
    }

    .invalid-input {
        border-color: red !important;
        transition: .5s
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }



.photo-album .slideshow .slides-container img {
    max-height: 465px;
    height: unset !important;
    top: unset !important;
    bottom: 0;
}

.column-article-section > .span4 {
    padding-right: 10px;
}

.video-player > .player > div {
    text-align: center;
}

.video-player > .ratio-setter {
    position: relative;
    padding-bottom: 56.25%;
}

.video-player > .player > iframe.externalvideoframe {
    height: 100%;
    width: 100%;
    position: absolute;
}

body.layout5 .animated-hide {
    @media (min-width:724px) { // ad visible on small screens 
        opacity: 0;
        display: none;
    }
}

a.btn .btn-trans {
    transition: .4s;
}

.content .container {
    width: auto
}





.dynamicHeaderContainer .site-header__title {
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.4;
}

.hidden-desktop .site-header__title {
    font-size: 14px;
}

.layout5 .hidden-desktop {
    margin: 10px 0px;
}


.header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.normal-menu {
    display: flex;
}
.normal-menu.prerendered {
    opacity: 0;
}

.burger-menu {
    display: none;
}

.menu-too-wide .normal-menu {
    display: none;
}

.menu-too-wide .burger-menu {
    display: flex;
}

.layout6-margin {
    width: inherit;
    margin: inherit;
}

.menu-align {
    justify-content: center;
    margin: auto;
}

.horizontal-header .menu-align {
    justify-content: flex-end;
}
.dynamicHeaderContainer .headerlayout5and6 .ss-pagemenu__desktop__page-list {
    flex-wrap: nowrap;
    width:100%;
}
.dynamicHeaderContainer .headerlayout5and6 .basket-element:hover {
    padding: 0px;
}

.dynamicHeaderContainer .headerlayout5and6 .title-content-align {
    justify-content: left;
    align-items: center;
}

.dynamicHeaderContainer .headerlayout5and6 .horizontal-header {
    display: flex;
}

.dynamicHeaderContainer .headerlayout5and6 .horizontal-header .logo {
    min-width: fit-content;
}

.dynamicHeaderContainer .headerlayout5and6 .horizontal-header .dynamic-header-logo {
    padding: 0;
    margin-right: 24px;
}

.dynamicHeaderContainer .headerlayout5 .dynamic-header-logo .logo-img {
    padding: 0px 5px 20px;
    max-width: 250px;
    max-height: 80px;
}

.dynamicHeaderContainer .headerlayout5 .dynamic-header-logo .logo {
    padding: 0px 5px 20px;
    max-width: 250px;
    font-size: 80px;
}

.dynamicHeaderContainer .headerlayout5and6 .horizontal-header .dynamic-header-logo .logo-img {
    padding: 0;
    max-width: 150px;
    max-height: 80px;
}

.dynamicHeaderContainer .headerlayout5and6 .hidden-desktop .header-elements {
    align-items: center
}

.dynamicHeaderContainer .headerlayout5and6 .hidden-desktop .dynamic-header-logo .logo-img {
    padding: 0 10px;
    max-width: 50px;
    max-height: 36px;
}

.dynamicHeaderContainer .headerlayout5and6 .hidden-desktop .dynamic-header-logo h1.logo {
    padding: 0 10px;
    font-size: 36px;
}

.dynamicHeaderContainer .headerlayout5and6 .hidden-desktop .cart-icon .cart-icon-icon {
    font-size: 41px;
}

.headerlayout5 .header-main.hideable .desktop-view .layout56-menu-style {
    padding: 0;
}

.dynamicHeaderContainer .headerlayout5and6 .cart-icon .cart-number {
    z-index: 0;
}

.content-wrapper .content-inner > div {
    padding-top: 0px;
}

.headertype-5-sticky-nav-bar, .headertype-6-sticky-nav-bar {
    padding: 0;
}

.dynamicHeaderContainer .headerlayout5and6 .container .desktop-view {
    padding: 10px 0;
}

.header-sticky {
    display: none;
}

.layout5 .ss-pagemenu__desktop__page-list-element .cart-icon {
    position: relative;
}

.layout5 .ss-pagemenu__desktop__page-list-element .cart-icon .cart-number {
    top: 12px;
}

.layout5 .ss-pagemenu__desktop__page-list-element .cart-icon.bigger-cart-icon .cart-number {
    top: 20px;
}

.layout5 .hidden-desktop .ss-pagemenu__desktop__page-list-element .cart-icon.bigger-cart-icon .cart-number {
    top: 15px;
    font-size: 8px;
}

.dynamicHeaderContainer .headerlayout5and6 .hidden-desktop .cart-icon.bigger-cart-icon .cart-icon-icon {
    font-size: 50px;
}

.dynamicHeaderContainer .headerlayout5and6 .hidden-desktop .cart-icon .cart-number {
    top: 8px;
    font-size: 9px;
}

