/*
Theme Name: tresch
Author: Nicolai Klohk
Author URI: https://www.crevis.ch
Description: A clean responsive Theme
Version: 1.0
License: GNU General Public License
*/
@import url("//hello.myfonts.net/count/3b36c6");
@font-face {
    font-family: 'Cala-Regular';
    font-display:swap;
    src: url('webFonts/Cala-Regular/font.eot');
    src: url('webFonts/Cala-Regular/font.woff2') format('woff2'), 
         url('webFonts/Cala-Regular/font.woff') format('woff'), 
         url('webFonts/Cala-Regular/font.eot?#iefix') format('embedded-opentype'), 
         url('webFonts/Cala-Regular/font.ttf') format('truetype');
}
@font-face {
    font-family: 'Cala-Bold';
    font-display:swap;
    src: url('webFonts/Cala-Bold/font.eot');
    src: url('webFonts/Cala-Bold/font.woff2') format('woff2'), 
         url('webFonts/Cala-Bold/font.woff') format('woff'), 
         url('webFonts/Cala-Bold/font.eot?#iefix') format('embedded-opentype'), 
         url('webFonts/Cala-Bold/font.ttf') format('truetype');
}
@font-face {
    font-family: 'Cala-Light';
    font-display:swap;
    src: url('webFonts/Cala-Light/font.eot');
    src: url('webFonts/Cala-Light/font.woff2') format('woff2'), 
         url('webFonts/Cala-Light/font.woff') format('woff'), 
         url('webFonts/Cala-Light/font.eot?#iefix') format('embedded-opentype'), 
         url('webFonts/Cala-Light/font.ttf') format('truetype');
}
/* Grid */
.container {
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
	max-width: 1200px;
	*zoom: 1;
	position: relative;
}
.col {
	display: block;
	float:left;
    position:relative;
    margin:0 0 0 3%;
}
.col:first-child {
    margin-left: 0;
}
.group:before,
.group:after {
    content:""; 
    display:table;
}
.group:after {
    clear:both;
}
.group { 
    zoom:1;
    clear: both;
	padding: 0px;
	margin: 20px 0;
}
.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
  	width: 91.41%;
}
.span_10_of_12 {
  	width: 82.83%;
}
.span_9_of_12 {
  	width: 74.25%;
}
.span_8_of_12 {
  	width: 65.66%;
}
.span_7_of_12 {
  	width: 57.08%;
}
.span_6_of_12 {
  	width: 48.5%;
}
.span_5_of_12 {
  	width: 39.91%;
}
.span_4_of_12 {
  	width: 31.33%;
}
.span_3_of_12 {
  	width: 22.75%;
}
.span_2_of_12 {
  	width: 14.16%;
}
.span_1_of_12 {
  	width: 5.583%;
}
/*Global*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
html {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
    font-family:'Cala-Regular', serif;
    font-weight:normal;
    color: #786c5c;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	margin: 0;
    line-height:28px;
    font-size:20px;
    overflow:auto;
    background-color:#FAFBFD;
}
a {
	border: 0;
	outline: 0;
    color:#786c5c;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color:inherit;
    text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
    border:0;
    outline:0;
}
p {
    margin-top: 0;
    margin-bottom: .9rem;
}
ul, ol {
    margin: 0 0 22px 16px;
	padding: 0;
	text-align:left;
}
ul {
	list-style: disc;
}
ol {
    list-style: decimal;
}
b, strong {
    font-weight: normal;
    font-family: 'Cala-Bold', serif;
}
small {
    font-size: 80%;
    line-height:22px;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.overflowHidden, .toggle_nav, .overlay {
    display:none;
}
.navbar, .navbar * {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar {
    position:absolute;
    top:0;
    left:0;
    z-index:101;
    height:95px;
    padding:10px 0 5px 0;
    width:100%;
    background: rgba(120,108,92,1);
}
.home .navbar {
    height:210px;
    background: rgba(120,108,92,0.85);
    text-align: center;
}
.home .navbar .custom-logo {
    width: 180px;
    margin-top:25px;
    display:inline-block;
    float:none;
}
.home .navbar.fixed .custom-logo {
    margin-top:0;
}
.navbar.fixed {
    position:fixed !important;
    height:70px;
    background: rgba(120,108,92,0.85);
}
.navbar .custom-logo {
    width:220px;
    display:none;
}
.navbar.fixed .custom-logo {
    display:block;
    position:relative;
    float: left;
    width:95px;
}
.navbar.fixed .logo2,
.home .navbar .logo2,
.home .navbar.fixed .social-media,
.home .navbar.fixed .cta-phone {
    display:none;
}
.navbar .logo2 {
    width:220px;
}
/*Navigation*/
.home .desktop {
    text-align:center;
    float:none;
    margin:30px 0 0 0;
}
.home .desktop #menu-item-52 {
    display:none;
}
.navbar.fixed .desktop {
    margin:25px 0 0 0;
    position:relative;
    float:right;
}
.navbar.fixed .desktop #menu-item-52 {
    display: inline-block;
}
.desktop {
    position:relative;
    float:right;
    margin:56px 0 0 0;
    padding:0;
    list-style:none;
    text-align:right;
    font-size:15px;
    line-height:25px;
    text-transform:uppercase;
    font-family: 'Cala-Bold', serif;
    color: #FAFBFD;
}
.desktop li {
    margin:0 0 0 27px;
    padding:0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    position:relative;
}
.desktop li:first-child {
    margin:0;
}
.desktop li a {
    font-weight: normal;
    text-decoration:none;
    display:block;
    color: #FAFBFD;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    border-bottom:2px solid transparent;
}
.desktop li:hover > a {
    color:#fff;
    border-bottom:2px solid #fff;
}
.desktop li.current_page_item > a {
    color:#fff;
    border-bottom:2px solid #fff;
}
.meta {
    list-style: none;
    margin:0;
    text-align: right;
    float:right;
}
.meta li {
    display:inline-block;
}
.social-media {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #fff;
}
.cta-phone {
    position: absolute;
    right: 15px;
    top: 10px;
    font-family: 'Cala-Bold', serif;
    font-size:17px;
    letter-spacing: 0.02em;
}
.cta-phone a {
    color:#fff;
    text-decoration:none;
}
.social-media .fa,
.cta-phone .fa,
.desktop .fa {
    font-size: 20px;
    margin-right:7px;
    color: #fff;
}
.copy {
    float:left;
}
.site-footer {
    background:#786C5C;
    border-top:2px solid #fff;
    padding:40px 0 20px 0;
    font-size:17px;
    line-height:24px;
    width: 100%;
    color:#fff;
}
.site-footer a {
    color:#FAFBFD;
    text-decoration:none;
}
.site-footer a:hover {
    color:#fff;
    text-decoration:underline;
}
.site-footer .fa {
    margin-right:10px;
    font-size:26px;
}
.footer {
    border-top:1px solid #fff;
    padding-top:10px;
    margin-top:20px;
    margin-bottom:0;
}
.partner-logo {
    vertical-align: bottom;
    margin:0 20px 10px 0;
}
.cookie-notice-container {
    box-sizing: border-box;
}
#cookie-notice .cn-button {
    color: #fff !important;
}
.home #main {
    text-align: center;
    max-width: 800px;
}
#main {
    margin-bottom:70px;
}
.clear {
    clear:both;
}
/*Gallery*/
.gallery {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}
.gallery .gallery-item {
    float:none;
    margin:0 0 15px 0;
    line-height:0;
}
.gallery img {
    border:0;
    width:100%;
    height:auto;
}
.gallery br {
    display: none;
}
/*Headings*/
h1 {
    color:#786C5C;
    font-size:40px;
    line-height:46px;
    font-family: 'Cala-Light', serif;
    font-weight:normal;
    margin:40px 0 25px 0;
    letter-spacing:0.01em;
}
.home h1 {
    font-size:50px;
    line-height:56px;
}
.home h1:after{
    content: " ";
    border-bottom:2px solid #786C5C;
    width:130px;
    display: block;
    margin:40px auto;
}
.page-template-page-service h1 {
    text-align: center;
}
h2 {
    color:#786C5C;
    font-size:24px;
    line-height:30px;
    font-family: 'Cala-Bold', serif;
    font-weight:normal;
    margin:30px 0 15px 0;
}
h6 {
    font-size:17px;
    line-height:21px;
    font-weight:normal;
    text-transform:uppercase;
    letter-spacing:0.02em;
    margin:0 0 25px 0;
    font-family: 'Cala-Bold', serif;
}
.button {
    margin-top:30px;
    font-family: 'Cala-Bold', serif;
    border:2px solid #786C5C;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-appearance: none;
    cursor: pointer;
    background: #786C5C;
    color: #fff;
    padding: 8px 22px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform:uppercase;
    letter-spacing: 0.02em;
    font-size:17px;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(24,23,22,0.3);
    -moz-box-shadow: 1px 1px 10px 0px rgba(24,23,22,0.3);
    box-shadow: 1px 1px 10px 0px rgba(24,23,22,0.3);
}
.button:hover {
    background:#fff;
    color:#786C5C;
}
.home .hero-img {
    margin:0 auto;
}
.hero-img {
    margin:110px auto 0;
    width:100%;   
}
.cta {
    background-size:cover;
    background-position: center center;
    background-repeat:no-repeat;
    height:200px;
    width: 100%;
    padding-top:80px;
}
h2.cta-title {
    font-size:30px;
    line-height: 36px;
    text-shadow: 1px 1px 5px rgba(24,23,22,0.6);
    font-family: 'Cala-Regular', serif;
    color:#fff;
    margin:5px 0 0 0;
    display: inline-block;
}
.cta-button {
    background:#fff;
    border-color:#fff;
    float:right;
    margin:0;
    color:#786C5C;
    text-shadow:none;
    line-height:28px;
}
.cta-button:hover {
    background:#FAFBFD;
}
.accordion-wrapper {
    border-top:2px solid #786C5C;
    margin-top:50px;
}
.panel {
}
.accordion-title {
    padding:10px;
    border-bottom:2px solid #786C5C;
    background:#FAFBFD;
    font-family: 'Cala-Regular', serif;
    font-size:24px;
    line-height:30px;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion-title.active {
    background:#786C5C;
    color:#fff;
}
.accordion-title .fa {
    float: right;
    font-size:28px;
}
.accordion-txt {
    display: none;
    background:#fff;
}
.accordion-item {
    border-bottom:1px solid #E4E1DE;
    padding:10px;
    min-height: 30px;
}
.item-price {
    width:20%;
    float:left;
    text-align:right;
}
.item-name {
    width:80%;
    float:left;
}
iframe.gmap {
    margin-top:50px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(255deg);
}
.hidden-tablet {
    display:inline-block;
}
@media (max-width: 960px) {
    .navbar {
        height:85px;
    }
    .navbar .logo2 {
        width:180px;
        margin-top:3px;
    }
    .hero-img {
        margin-top:100px;
    }
    .desktop {
        margin-top:45px;
    }
    .desktop li {
        margin-left:18px;
    }
    .col {
        margin:0;
	}
    .span_1_of_12, .span_2_of_12, .span_3_of_12,
    .span_4_of_12, .span_5_of_12, .span_6_of_12,
    .span_7_of_12, .span_8_of_12, .span_9_of_12,
    .span_10_of_12, .span_11_of_12, .span_12_of_12 {
		width: 100%; 
	}
    .hidden-tablet {
        display:none;
    }
    .gallery {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 767px) {
    .gallery {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .hidden-tablet {
        display:inline-block;
    }
    .cta {
        text-align:center;
        padding-top:50px;
        height:230px;
    }
    .cta-button {
        float:none;
        display:inline-block;
        margin-top:20px;
    }
    .button {
        font-size: 15px;
    }
    .navbar .custom-logo,
    .home .navbar .custom-logo {
        width: 75px !important;
        display: block;
        float: left;
        margin-top: 10px !important;
    }
    .navbar .logo2, .hidden-phone {
        display:none !important;
    }
    .hero-img, .home .hero-img {
        margin:65px auto 0;  
    }
    body {
        line-height:26px;
        font-size:18px;
    }
    .home h1, h1 {
        font-size:36px;
        line-height:42px;
        margin:30px 0 20px 0;
    }
    h2 {
        font-size:22px !important;
        line-height:28px !important;
    }
    h2.cta-title {
        display: block;
    }
    .accordion-title {
        font-size:20px;
        line-height:28px;
        padding-left:5px;
    }
    .accordion-item {
        padding:5px;
    }
    .item-price {
        width:27%;
    }
    .item-name {
        width:73%;
    }
    h6 {
        margin:0 0 15px 0;
    }
    .site-footer {
        font-size: 16px;
        line-height: 23px;
    }
    .prefooter .col {
        margin-bottom:20px;
    }
    .desktop {
        display:none;
    }
    .navbar,
    .home .navbar {
        position:absolute;
        height:65px !important;
        background: rgba(120,108,92,1) !important;
        padding:0;
    }
    /* Overlay Menu*/
    .toggle_nav {
        display:block;
        position:absolute;
        right:15px;
        top:20px;
        color:#fff;
        z-index: 1001;
        height: 25px;
        width: 30px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    .toggle_nav:hover span,
    .toggle_nav.active:hover span {
        background:#fff;
    }
    .toggle_nav.active .top {
        transform: translateY(10px) translateX(0) rotate(45deg);
        background: #fff;
    }
    .toggle_nav.active .middle {
        opacity: 0;
        filter: alpha(opacity=0);
        background: #fff;
    }
    .toggle_nav.active .bottom {
        transform: translateY(-10px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    .toggle_nav span {
        background: #FAFBFD;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
    }
    .toggle_nav span:nth-of-type(2) {
        top: 10px;
    }
    .toggle_nav span:nth-of-type(3) {
        top: 20px;
    }
    .overlay {
        display: block;
        position:fixed;
        z-index:100;
        width:100%;
        height:100%;
        top:0;
        left:0;
    }
    .overlay-slidedown {
        overflow:auto;
        opacity: 0;
        visibility: hidden;
        background:transparent;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;

    }
    .overlay-slidedown.open {
        opacity: 1;
        visibility: visible;
        background: #786C5C;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }
    .mobile {
        list-style: none;
        margin:140px 0 0 0;
        padding: 0;
        font-size:18px;
        line-height: normal;
        text-align:center;
        text-transform:uppercase;
        font-family: 'Cala-Bold', serif;
        letter-spacing: 0.1em;
        position:relative;
    }
    .mobile li {
        padding:0 10px;
        display: block;
        height:80px;
    }
    .mobile li a {
        display: inline-block;
        color: #FAFBFD;
        text-decoration: none;
        padding-bottom:4px;
    }
    .mobile li.current_page_item a {
        color:#fff;
        border-bottom:2px solid #fff;
    }
}