@font-face {
    font-family: 'istok_webbold';
    src: url('../fonts/IstokWeb-Bold-webfont.eot');
    src: url('../fonts/IstokWeb-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IstokWeb-Bold-webfont.woff2') format('woff2'),
         url('../fonts/IstokWeb-Bold-webfont.woff') format('woff'),
         url('../fonts/IstokWeb-Bold-webfont.ttf') format('truetype'),
         url('../fonts/IstokWeb-Bold-webfont.svg#istok_webbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'istok_webbolditalic';
    src: url('../fonts/IstokWeb-BoldItalic-webfont.eot');
    src: url('../fonts/IstokWeb-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IstokWeb-BoldItalic-webfont.woff2') format('woff2'),
         url('../fonts/IstokWeb-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/IstokWeb-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/IstokWeb-BoldItalic-webfont.svg#istok_webbolditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'istok_webitalic';
    src: url('../fonts/IstokWeb-Italic-webfont.eot');
    src: url('../fonts/IstokWeb-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IstokWeb-Italic-webfont.woff2') format('woff2'),
         url('../fonts/IstokWeb-Italic-webfont.woff') format('woff'),
         url('../fonts/IstokWeb-Italic-webfont.ttf') format('truetype'),
         url('../fonts/IstokWeb-Italic-webfont.svg#istok_webitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'istok_webregular';
    src: url('../fonts/IstokWeb-Regular-webfont.eot');
    src: url('../fonts/IstokWeb-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IstokWeb-Regular-webfont.woff2') format('woff2'),
         url('../fonts/IstokWeb-Regular-webfont.woff') format('woff'),
         url('../fonts/IstokWeb-Regular-webfont.ttf') format('truetype'),
         url('../fonts/IstokWeb-Regular-webfont.svg#istok_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: none !important;
}

body {
    font-size: 16px;
    font-family: 'istok_webregular', Helvetica, Arial;
    letter-spacing: 1px;
    line-height: 24px;
    color: #333333;
    overflow-x: hidden;
}


p {
    margin: 0 0 16px 0;
}


#pageContainer {
    width: 100%;
    margin: 0 0 220px 0;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 0 60px 0;
}



a,
a:link,
a:visited,
a:hover {
    text-decoration: none;
    color: #333333;
}

#logo {
    text-align: center;
    padding: 70px 0 0 0;
}

#logoMobile {
    display: none;
}

#head {
    padding: 100px 10px 0 10px;
    box-sizing: border-box;
}

#mainNav {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

#mainNav a {
  position: relative;
}

#mainNav a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 18px;
  left: 0;
  background-color: #dadada;
}

#mainNav .active a::before {
  background-color: #000;
}

#mainNav a:hover {
    text-decoration: none;
    color: #666;
}

#mainNav .active a:link,
#mainNav .active a:visited,
#mainNav .active a:hover {
    font-weight: 700;
    color: #333333;
}

#contactBox {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    text-align: right;
    color: #666;
}

#contactBox a,
#contactBox a:link,
#contactBox a:visited {
    color: #666;
    border-bottom: solid 2px #dadada;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

#contactBox a:hover {
    border-bottom: solid 2px transparent;
}



.points {
    text-align: center;
}

.points img {
    margin: 0 !important;
}




.overview {
    padding: 0;
    margin: 80px auto 0 auto;
}

.overview .column {
    margin: 0 0 20px 0;
    position: relative;
}

.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
}

.overview .column a:hover .hover {
    opacity: 0.5;
    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -ms-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}




#footer {
    position: fixed;
    z-index: 0;
    bottom: 0;
    width: 100%;
    background: #555;
    height: 220px;
    color: #fff;
    padding: 40px 0 0 0;
    font-size: 0.850em;
}

#footer .container {
    padding-left: 0;
    padding-right: 0;
}

#footer ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

#footer .container .column ul li {
    list-style: none !important;
}

#footer a,
#footer a:link,
#footer a:visited {
    color: #fff;
}

#footer a:hover {
    border-bottom: solid 2px transparent;
}

#footer a:hover {
    text-decoration: none;
    color: #666;
}

#footer .active a:link,
#footer .active a:visited,
#footer .active a:hover {
    font-weight: 700;
    color: #fff;
}



#galleryContainer {
}

#galleryContainer img {
    margin: 0 0 60px 0;
}

#galleryContainer h2,
#galleryContainer h3 {
    width: 100%;
    text-align: center;
    margin: 0;
}

#galleryContainer h2 {
    font-size: 1em;
    font-weight: 700;
    margin: 60px 0 0 0;
}

#galleryContainer h3 {
    font-size: 0.850em;
    font-weight: normal;
}

.galleryItems {
    display: block;
    float: left;
    width: 100%;
    margin: 60px 0 0 0;
}



.galleryItems img {
    width: 100%;
    height: auto;
    float: left;
}

img.shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.galleryItemText {
    margin: 0 0 60px 0;
    text-align: left;
}

.columnPortraitImgLeft {
    padding-left: 0;
}

.columnPortraitImgRight {
    padding-right: 0;
}



.paginationRight {
    text-align: right;
}

.paginationLeft {
    
}

.bottomMenu {
    text-align: center;
}

.bottomMenu a,
.bottomMenu a:link,
.bottomMenu a:visited {
    color: #666;
    border-bottom: solid 2px #dadada;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.bottomMenu a:hover {
    border-bottom: solid 2px transparent;
}



.switchCategorie {
    position: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 5000;
}

.switchCategorie .link {
    width: 100%;
    text-align: center;
    height: 36px;
    font-size: 48px;
    font-family: 'istok_webbold';
    margin: -18px 0 0 0;
    position: absolute;
    top: 50%;
}

.switchCategorie .link a,
.switchCategorie .link a:visited {
    color: #fff;
}

.switchCategorie .link a:hover {
    color: #dadada;
}

.left {
    width: 50%;
    float: left;
    height: 100%;
    text-align: center;
    position: relative;
}

.right {
    width: 50%;
    float: right;
    height: 100%;
    text-align: center;
    position: relative;
}

.logoFade {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #dadada;
    z-index: 8000;
}
.logoFade #logoDesktop {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -202px;
}

.logoFade  #logoMobile {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -63px 0 0 -128px;
}

.logoContainer {
    opacity: 0;
}

/*
 * Hide page content
 * on start to prevent
 * flickering before logo
 * fade in
*/


.nav-collapse {
    display: none;
}



@media (min-width: 0) and (max-width: 480px) {
    #logoDesktop {
        display: none;
    }
    #logoMobile {
        display: inline-block;
    }
    .column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
    #head {
        padding-left: 20px;
        padding-right: 20px
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    #footer {
        position: fixed;
        z-index: 0;
        bottom: 0;
        width: 100%;
        background: #333333;
        height: 400px;
        color: #fff;
        padding: 20px 0 0 0;
        font-size: 0.850em;
    }
    #footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #pageContainer {
        margin: 0 0 400px 0;
    }
    .hiddenOnMobile {
        display: none;
    }

    .paginationLeft,
    .paginationRight {
        width: 6%;
    }
    .paginationRight {
        float: right;
        padding-right: 3%;
    }
    .paginationLeft {
        padding-left: 3%;
    }
    .bottomMenu {
        width: 80%;
    }
    .galleryText,
    .galleryItemText {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    #head {
        padding-left: 20px;
        padding-right: 20px
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    #galleryContainer {
        padding-right: 0;
        padding-left: 0;
    }
    .hiddenOnMobile {
        display: none;
    }
}

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

    .left {
        width: 100%;
        float: left;
        height: 50%;
        text-align: center;
        position: relative;
    }
    
    .right {
        width: 100%;
        float: left;
        height: 50%;
        text-align: center;
        position: relative;
    }

    .switchCategorie .link {
        width: 100%;
        text-align: center;
        height: 36px;
        font-size: 48px;
        margin: -18px 0 0 0;
        position: absolute;
        top: 50%;
    }
}

.content .wp-block-image {
  max-width: 100%;
}

.content .wp-block-image img {
  max-width: 100%;
  height: auto;
}


@media (min-width: 0) and (max-width: 768px) { 
  .content {
    padding: 0 20px;
  }
}

.wp-block-separator.is-style-default {
  width: 100px;
  border-top: solid 2px #dadada;
  margin: 0 auto;
}

.wp-block-separator {
  border-bottom: none !important;
}