/*!
* Decom 2016-2017
* for mylokalesuche
*
* Main Color #614029 - #614029
* Scondary Color #614029 - #eddfd1 SVIJETLA
* Third Color #402E25
* Contrast #ffffff
*
*/



html {margin:0; padding:0;}
body {font-family: 'Roboto', Arial, sans-serif; font-size:16px; margin:0; padding:0; color:#614029}
#isotopeHolder .isotope {opacity:0.43}
#isotopeHolder .pripremamoslike {width:200px; padding:10px; position:absolute; top:180px; left:50%; margin-left:-110px; text-align: center; background:#FFF; color:#000;}
.hide-all {display:none;}
/*
Decom Framework
--------------------------------*/
.relative {position:relative;}
.relativefix {height:100%;}
.absolute {position:absolute;}
.fixed {position:fixed}
.ptop10 {padding-top:10px;}
.ptop20 {padding-top:20px;}
.ptop30 {padding-top:30px;}
.pbottom10 {padding-bottom:10px;}
.pbottom20 {padding-bottom:20px;}
.pbottom30 {padding-bottom:30px;}
.mtop10 {margin-top:10px;}
.mtop20 {margin-top:20px;}
.mtop30 {margin-top:30px;}
.mbottom10 {margin-bottom:10px;}
.mbottom20 {margin-bottom:20px;}
.mbottom30 {margin-bottom:30px;}

/*
Navigation
--------------------------------*/

h1,h2,h3 {font-weight: 300;}

.container-slider {position:relative; overflow:hidden;}
.container-logo {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:11;
}
.logo {
    position:absolute;
    top:20px;
    left:0;
    margin-left:0;
    z-index: 12;
}
.logo img {position:relative; z-index: 100;}
.logobg {
    position: absolute;
    top: -38em;
    left: -50em;
    width: 55em;
    height: 100em;
    min-height: 22em;
    background: #FFF;
    z-index: 3;
    opacity: .7;
    transform: translate3d(0,0,0) rotate(45deg);
    -ms-transform: translate3d(0,0,0) rotate(45deg);
    -webkit-transform: translate3d(0,0,0) rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.logo:hover .logobg {
    background:#fff;
    opacity:0.8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-decom {
    width:100%;
    height:auto;
    border-radius:0;
    border-color: #614029;
    border:0;
    border-bottom:1px solid #614029;
    background-color: #fff;
    background: #fff;
    color:#614029;
    padding-bottom:0;
    margin-bottom:0;
    z-index:999;
}
.navbar-decom .navbar-brand {
    height:auto;
    font-size:1.4em;
}


#menu-top-menu {
    margin-top:0;
    float:right;
}




@media screen and (max-width: 769px) {
    .navbar-decom {overflow:hidden;}
    .dropdown-submenu>.dropdown-menu {
        left:0;
    }
}
.navbar-decom li , .navbar-nav > li  {border-left:0;}
.navbar-decom li:last-child , .navbar-nav > li:last-child {border-right:0;}
.navbar-decom .navbar-brand {
  color: #614029;
}
.navbar-decom .navbar-brand span {padding-left:10px; color:#614029;}
.navbar-decom .navbar-brand:hover span,
.navbar-decom .navbar-brand:focus span {padding-left:10px; color:#614029;}

.navbar-decom .navbar-brand:hover,
.navbar-decom .navbar-brand:focus {
  color: #947866;
}
.navbar-decom .navbar-text {
  color: #614029;
}
.navbar-decom .navbar-nav > li > a {
  text-shadow:none;
  text-transform: uppercase;
  color: #614029;
  padding-left:13px;
  padding-right:13px;
}
.navbar-decom .navbar-nav > li > a:hover,
.navbar-decom .navbar-nav > li > a:focus {
    color: #614029;
    background-color: none;
    background: transparent;
}
.navbar-decom .navbar-nav > .active > a,
.navbar-decom .navbar-nav > .active > a:hover,
.navbar-decom .navbar-nav > .active > a:focus {
    color: #614029;
    font-weight: 500;
    background-color: none;
    background: transparent;
}
.navbar-decom .navbar-nav > .disabled > a,
.navbar-decom .navbar-nav > .disabled > a:hover,
.navbar-decom .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-decom .navbar-toggle {
  border-color: transparent;
}
.navbar-decom .navbar-toggle:hover,
.navbar-decom .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-decom .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-decom .navbar-collapse,
.navbar-decom .navbar-form {
  border-color: #e7e7e7;
}
.navbar-decom .navbar-nav > .open > a,
.navbar-decom .navbar-nav > .open > a:hover,
.navbar-decom .navbar-nav > .open > a:focus {
   color: #947866;
    background: #614029; /* Old browsers */

}

.navbar-decom .dropdown-menu {background:#614029; padding:0; border-radius: 0;}
.navbar-decom .dropdown-menu li {border:0; border-top:1px solid #614029; }
.navbar-decom .dropdown-menu li:first-child {border-top:0;}
.navbar-decom .dropdown-menu li > a {color:#FFF; padding-top:4px; padding-bottom:6px;}
.navbar-decom .current-menu-parent {
    background:transparent;
    font-weight:500;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {background:transparent;  text-decoration: underline; background:#614029;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background:#614029;
    background: #614029; /* Old browsers */
}

/*Multi DROPDOWN */
@media (min-width: 991px) {
/* Add the following to your stylesheet */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
}

@media (max-width: 325px) {
    body {font-family: Arial, Helvetica, sans-serif !important;}
    .navbar-brand,
    .slicknav_menu .slicknav_menutxt  {font-size:14px; font-family: Arial, Helvetica, sans-serif !important;}
    .heading-title span {font-size:18px; font-weight: bold;}
    .heading-title span {padding-left:0 !important; padding-right: 0 !important; font-family: Arial, Helvetica, sans-serif !important;}
    .heading-title {padding-bottom:0 !important;}
    .heading-title:before {content:""; display: none;}
    .heading-title:after {content:""; display: none;}
    #quoteslider p {font-size:16px !important; font-family: Arial, Helvetica, sans-serif !important;}
    .heading-title {font-size:18px !important; line-height: 18px !important;}
    .burrikontakt {padding-top: 0 !important;}
    .page-content, .entry-content, .entry-summary {font-size:14px;}
}


.slicknav_menu {
	display:none;
}

@media screen and (max-width: 990px) {
    .navbar-decom .dropdown-menu {
        background:none;
        background:transparent;
    }
    .navbar-decom .navbar-brand {
        height: auto;
        font-size: 1em;
    }

    /* #menu is the original menu */
    .js #menu-top-menu {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    .slicknav_menu a {
    .slicknav_menu a:visited,
        color:#614029;
    }
    .navbar-decom li .dropdown-menu .dropdown-toggle,
    .navbar-decom .dropdown-menu {
      /*  color:#fff;*/
    }
    .caret {display:none;}
    .navbar-header {width:100%; }
    .navbar-brand {float:left; padding-left:15px;}
    .dropdown-menu {position:relative; top:0; left:0; float:left; width:100%; border:none; box-shadow: none; -webkit-box-shadow: none;}
    .navbar-decom li:last-child,
    .navbar-nav > li:last-child,
    .navbar-decom li, .navbar-nav > li {border:0; float:left; width:100%;}
    .navbar-decom .dropdown-menu li:last-child {border-top: 1px solid #614029; border-bottom: 1px solid #614029;}
    .navbar-decom .dropdown-menu .dropdown-menu li:last-child {border-bottom:0;}
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {font-weight: bold;}
    .navbar-decom .dropdown-menu li > a {color:#614029; padding:5px 10px;}
    .navbar-decom .dropdown-menu .dropdown-menu li > a {padding:5px 25px;}
    .container > .navbar-header {margin-left:0; margin-right:0;}
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus,
    .navbar-decom li .dropdown-menu .current-menu-parent > a,
    .navbar-decom li .current-menu-parent > a{color:#614029 !important; background:transparent !important; font-weight: bold;}
    .heading-title {font-size:21px; line-height: 31px;}
    /* content */
    a.thumbnail .produkte_titel {font-size:16px !important; font-family: Arial, Helvetica, sans-serif !important;}
    /* menu active fix */
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {background:none; background:transparent;}

    #mobileMenu .slicknav_nav  .current-menu-ancestor > a > .dropdown-toggle,
    #mobileMenu li.current-menu-parent > a,
    #mobileMenu .current-menu-parent > a{color:#614029 !important; background:transparent !important; font-weight: bold;}

} /* end 990 */

/*
Go Down Button
--------------------------------*/
.godownholder {
    background:#614029;
    background:rgba(115,104,93,0.17);
    padding:10px 0;
}
.godownholder a:hover,
.godownholder a:focus {color:#e1d188;}
.goleft,
.goright,
.buttondown {
    float:left;
    position: relative;
    width: 53px;
    height: 53px;
    line-height: 58px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    background: transparent;
    background: transparent;
    opacity: 0.8;
    filter: alpha(opacity=80);
    left: 50%;
    bottom: 0;
    margin-left: -39px;
}
.goleft {left:36.5px;}
.goright {float:right; left:auto; right:0;}

.icon-burri-left {
    background:url('../img/icon-arrow-left.png');
}
.icon-burri-down {
    background:url('../img/icon-arrow-bottom.png');
}
.icon-burri-right {
    background:url('../img/icon-arrow-right.png');
}

/* icon sizes */
.icon-burri-left,
.icon-burri-down,
.icon-burri-right {
    width:32px;
    height:32px;
    background-repeat: no-repeat;
    background-position: bottom left;
    vertical-align: middle;
}



/*
Einige Produkte
--------------------------------*/
.einigeprodukte {padding:40px 0 60px;}
.heading-title {padding-bottom:30px; color:#614029 }
.heading-title span {position:relative; padding-left:20px; padding-right: 20px; background:#FFF; z-index: 3;}
.heading-title:before {
    position: absolute;
    bottom: 65px;
    left: 15%;
    content: "";
    background: #614029;
    width: 20%;
    height: 1px;
}
.heading-title:after {
    position: absolute;
    bottom: 65px;
    right: 15%;
    content: "";
    background: #614029;
    width: 20%;
    height: 1px;
}

/*
Page Titles and Content
--------------------------------*/
.container-decom .heading-title:before {left:15px; width:50%;}
.container-decom .heading-title:after {right:15px; width:50%;}
.container-decom button {margin:10px 0;}
.container-white {position:relative; z-index: 11; background:#fff;}




/*
Thumbnails
--------------------------------*/
#lightboxdecom {margin:0; padding:0; border:none; list-style: none;}
#lightboxdecom li {}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {border-color:#76898e;}
/* Startseite */
a.thumbnail {overflow:hidden !important; position:relative; z-index: 555;}
a.thumbnail .produkte_titel { position:absolute; top:0; left:0; z-index: 1;}
a.thumbnail > img {
    width:100%;
}
a.thumbnail .produkte_titel  {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.4em;
    margin: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background-color: rgba(255, 255, 255, 0.87);
    background-image: url('https://burri-holzbau.ch/wp-content/uploads/2025/10/Burri-logo-2025-RGB.png');
    background-repeat: no-repeat;
    background-position: center center;
    color: #614029;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    font-size: 100%;
    font-size: 26px;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}





a.thumbnail:hover .produkte_titel {
	opacity: 1;
}




/*
* Category
--------------------------------*/
.category-items {
}
.category-item {
    position:relative;
}
.category-item a,
.category-item a:visited{
    color: #614029;
}
.category-item .post-inner {
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
    background:rgba(255,255,255,0.87);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity,background-color;
    transition-property: opacity,background-color;
}
.category-item:hover .post-inner {
    opacity:1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity,background-color;
    transition-property: opacity,background-color;
}

.category-item .inside {
    padding:15px 10px;
    font-size:18px;
    font-weight:500;
    text-align: center;
}

.category-item .inside .projekt-leistung {
    font-size:19px;
    font-weight:500;

}
.category-item .inside-icon {
    position:absolute;
    bottom:0.6em;
    right:0.6em;
    margin-top:0;
    margin-left:0;
    background:url('../img/logo-icon-transparent-mobile.png');
    background-repeat: no-repeat;
    background-position: center 250px;
    width:60px;
    height:60px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
    z-index:-1;
    opacity:1;
}
.category-item:hover .inside-icon {
    background-position: center center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
}

.inside .projekt-projektname,
.inside .projekt-ort {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
* Single
--------------------------------*/
.post-item-single .featured-image {
    width:100%;
    height:auto;
}
.entry-details {
    margin-top:25px;
}
.entry-details .detail {
    padding:5px 10px;
    border:1px solid #DCDCDC;
    border-bottom:0;
}
.entry-details .detail:last-child {
    border:1px solid #DCDCDC;
}

.entry-details span {
    font-weight: 500;
}

/*
* MyLokaleSuche Builder
* MLS layouts
--------------------------------*/
.chaletbau_gallerien {
    overflow: hidden;
}
.mls--section {
    position: relative;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:25px;
    clear: both;
}
.mls--section::after {
    clear: both;
    content: "";
    display: table; }
.mls--section::after {
    clear: both;
    content: "";
    display: table; }

.mls--row {
    display: block; }
.mls--row::after {
    clear: both;
    content: "";
    display: table; }

.mls--column {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0; }
.mls--column:last-child {
    margin-right: 0; }
.mls--column img {
    position: relative; }

ul.mls--column {
    list-style: none;
    margin: 0;
    padding: 0; }

/* IMG full width */
.mls--img {
    float: left;
    width: 100%; }

/* divider */
.mls--divider--line,
.mls--divider {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    display: block;
    margin-right: 0;
    padding-top: 7px;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 7px; }
.mls--divider--line:last-child,
.mls--divider:last-child {
    margin-right: 0; }
.mls--divider--line::after,
.mls--divider::after {
    clear: both;
    content: "";
    display: table; }

.mls--divider--line {
    position: relative; }
.mls--divider--line:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background: #ebebeb; }

/* normal slider */
.mls-normal-slider .slider--image {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    display: block;
    margin-right: 0; }
.mls-normal-slider .slider--image:last-child {
    margin-right: 0; }
.mls-normal-slider .slider--image::after {
    clear: both;
    content: "";
    display: table; }
.mls-normal-slider .slider--image img {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0; }
.mls-normal-slider .slider--image img:last-child {
    margin-right: 0; }

/* 70 - 30 */
.mls-70-30 .mls-image-left {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 32.12121%; }
.mls-70-30 .mls-image-left:last-child {
    margin-right: 0; }
.mls-70-30 .mls-text-right {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 66.06061%;
    margin-right: 0; }
.mls-70-30 .mls-text-right:last-child {
    margin-right: 0; }

/* 30 - 70 */
.mls-30-70 .mls-text-left {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 66.06061%; }
.mls-30-70 .mls-text-left:last-child {
    margin-right: 0; }
.mls-30-70 .mls-image-right {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 32.12121%;
    margin-right: 0; }
.mls-30-70 .mls-image-right:last-child {
    margin-right: 0; }

/* 40 - 60 */
.mls-40-60 .mls-image-left {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 40.60606%; }
.mls-40-60 .mls-image-left:last-child {
    margin-right: 0; }
.mls-40-60 .mls-text-right {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 57.57576%;
    margin-right: 0; }
.mls-40-60 .mls-text-right:last-child {
    margin-right: 0; }

/* 60 - 40 */
.mls-60-40 .mls-text-left {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 57.57576%; }
.mls-60-40 .mls-text-left:last-child {
    margin-right: 0; }
.mls-60-40 .mls-image-right {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 40.60606%;
    margin-right: 0; }
.mls-60-40 .mls-image-right:last-child {
    margin-right: 0; }

/* 60 - 40 image */
.mls-image-60-40 .mls-image-left {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 57.57576%; }
.mls-image-60-40 .mls-image-left:last-child {
    margin-right: 0; }
.mls-image-60-40 .mls-text-right {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 40.60606%;
    margin-right: 0; }
.mls-image-60-40 .mls-text-right:last-child {
    margin-right: 0; }

/* 40 - 60 image */
.mls-image-40-60 .mls-text-left {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 40.60606%; }
.mls-image-40-60 .mls-text-left:last-child {
    margin-right: 0; }
.mls-image-40-60 .mls-image-right {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 57.57576%;
    margin-right: 0; }
.mls-image-40-60 .mls-image-right:last-child {
    margin-right: 0; }

/* image 50 - text 50 */
.mls-50-50 .mls-image-left {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 49.09091%; }
.mls-50-50 .mls-image-left:last-child {
    margin-right: 0; }
.mls-50-50 .mls-text-right {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 49.09091%;
    margin-right: 0; }
.mls-50-50 .mls-text-right:last-child {
    margin-right: 0; }

/* text 50 - image 50 */
.mls-50-50 .mls-text-left {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 49.09091%; }
.mls-50-50 .mls-text-left:last-child {
    margin-right: 0; }
.mls-50-50 .mls-image-right {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 49.09091%;
    margin-right: 0; }
.mls-50-50 .mls-image-right:last-child {
    margin-right: 0; }

/* After - Before */
.after-before-title {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0;
    padding: 0 7.5px 7.5px;
    font-family: "Roboto", "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: italic;
    font-weight: normal;
    text-align: center; }
.after-before-title:last-child {
    margin-right: 0; }

/* 50 50 before/after */
.mls--half--layout {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 49.09091%; }
.mls--half--layout:last-child {
    margin-right: 0; }

.mls--half--layout:nth-child(2n+2) {
    margin-right: 0; }

.mls--half--before_after {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 49.09091%;
    margin-bottom: 15px; }
.mls--half--before_after:last-child {
    margin-right: 0; }
.mls--half--before_after:nth-child(2n+2) {
    margin-right: 0; }
.mls--half--before_after img {
    float: left;
    width: 100%; }

/* Fullwidth before/after */
.mls--full--layout {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0; }
.mls--full--layout:last-child {
    margin-right: 0; }

/* Fullwidth video */
.mls-full-video {
    margin-bottom: 30px; }
.mls-full-video:last-child {
    margin-bottom: 0; }

/* Half Video Section */
.mls-half-video {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 49.09091%;
    text-align: center;
    margin-bottom: 25px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    border: 1px solid #ebebeb;
    font-style: normal; }
.mls-half-video:last-child {
    margin-right: 0; }
.mls-half-video:nth-child(2n+2) {
    margin-right: 0; }
.mls-half-video:nth-child(2n+3) {
    clear: both; }

.mls-half-video .video-title {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0;
    padding: 15px;
    font-family: "Roboto", "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.3em;
    text-align: center;
    border-bottom: 1px solid #ebebeb; }
.mls-half-video .video-title:last-child {
    margin-right: 0; }

/* Downloads */
.mls-image-left-download {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 23.63636%; }
.mls-image-left-download:last-child {
    margin-right: 0; }

.mls-document-details {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0;
    padding: 7.5px 25px;
    font-family: "Roboto", "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-align: center; }
.mls-document-details:last-child {
    margin-right: 0; }
.mls-document-details .mls-doc-title {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0;
    font-weight: bold;
    line-height: 1.3em; }
.mls-document-details .mls-doc-title:last-child {
    margin-right: 0; }
.mls-document-details .mls-doc-subtitle {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0;
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    color: #cdcdcd; }
.mls-document-details .mls-doc-subtitle:last-child {
    margin-right: 0; }

.mls-text-right-download {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 74.54545%;
    margin-right: 0; }
.mls-text-right-download:last-child {
    margin-right: 0; }

/* Download left text */
.mls-text-left-download {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 74.54545%; }
.mls-text-left-download:last-child {
    margin-right: 0; }

.mls-image-right-download {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 23.63636%;
    margin-right: 0; }
.mls-image-right-download:last-child {
    margin-right: 0; }

/* Half Product Section */
/* Full Product section also here */
.mls-full-product,
.mls-half-product {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 49.09091%;
    text-align: center;
    margin-bottom: 15px;
    padding: 7.5px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-style: normal;
    min-height:120px;
}
.mls-full-product:last-child,
.mls-half-product:last-child {
    margin-right: 0; }
.mls-full-product:nth-child(2n+2),
.mls-half-product:nth-child(2n+2) {
    margin-right: 0; }
.mls-full-product:nth-child(2n+3),
.mls-half-product:nth-child(2n+3) {
    clear: both; }
.mls-full-product .mls-product-image,
.mls-half-product .mls-product-image {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 43.63636%; }
.mls-full-product .mls-product-image:last-child,
.mls-half-product .mls-product-image:last-child {
    margin-right: 0; }
.mls-full-product .mls-product-details,
.mls-half-product .mls-product-details {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 44.54545%;
    text-align: left;
    color: #484848;
    padding: 15px 0 5px; }
.mls-full-product .mls-product-details:last-child,
.mls-half-product .mls-product-details:last-child {
    margin-right: 0; }
.mls-full-product .product-title h3,
.mls-half-product .product-title h3 {
    font-size: 1.1em;
    font-weight: 600;
    margin-top:5px;
    margin-bottom:10px;
}
.mls-full-product .font-small,
.mls-half-product .font-small {
    font-size: 0.8em;
    line-height: 1.5em; }
.mls-full-product .product-description,
.mls-half-product .product-description {
    font-size: 1em;
    line-height: 1.1em;
    padding: 15px 0; }

.mls-full-product {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0; }
.mls-full-product:last-child {
    margin-right: 0; }
.mls-full-product .mls-product-image {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 39.39394%; }
.mls-full-product .mls-product-image:last-child {
    margin-right: 0; }
.mls-full-product .mls-product-details {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 48.78788%;
    text-align: left;
    color: #484848;
    padding: 15px 0 5px; }
.mls-full-product .mls-product-details:last-child {
    margin-right: 0; }

/* MLS Tabele */
.mls-tabele {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0;
    padding: 3px; }
.mls-tabele:last-child {
    margin-right: 0; }
.mls-tabele:nth-child(2n+2) {
    background: #fafafa; }
.mls-tabele .mls-tabele-left {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 19.39394%;
    font-family: "Roboto", "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
    color:#412f25;
}
.mls-tabele .mls-tabele-left:last-child {
    margin-right: 0; }
.mls-tabele .mls-tabele-right {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 78.78788%;
    margin-right: 0; }
.mls-tabele .mls-tabele-right:last-child {
    margin-right: 0; }

/* MLS Gallery Masonry */
ul.mls-masonry {
    margin: 0;
    padding: 0; }

.mls-masonry {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
.mls-masonry:last-child {
    margin-right: 0; }
.mls-masonry .mls-masonry-image {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 23.63636%;
    margin-right: 0;
    margin-bottom: 7.5px; }
.mls-masonry .mls-masonry-image:last-child {
    margin-right: 0; }
.mls-masonry a {
    display: block; }
.mls-masonry a::after {
    clear: both;
    content: "";
    display: table; }

/*
Kontakt
--------------------------------*/
.mls--kontakt {
    position: relative;
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    display: block; }
.mls--kontakt:last-child {
    margin-right: 0; }
.mls--kontakt::after {
    clear: both;
    content: "";
    display: table; }
.mls--kontakt::after {
    clear: both;
    content: "";
    display: table; }

.kontakt-left-info {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 49.09091%; }
.kontakt-left-info:last-child {
    margin-right: 0; }

.kontakt-right-form {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 49.09091%;
    margin-right: 0; }
.kontakt-right-form:last-child {
    margin-right: 0; }

.mls--kontakt h1.kontakt-title {
    margin: 0;
    padding: 0; }

/* kontakt icon */
.kontakt-icon {
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 7.5px;
    line-height: 2.8em; }

.kontakt-icon-text {
    float: left; }

.kontakt-google-map {
    float: left;
    width: 100%;
    background-color: #ebebeb; }



.dg__full {
    position: relative;
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 100%;
    margin-right: 0; }
.dg__full:last-child {
    margin-right: 0; }

.dg__content {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 70.30303%; }
.dg__content:last-child {
    margin-right: 0; }

.dg__sidebar {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 27.87879%;
    margin-right: 0; }
.dg__sidebar:last-child {
    margin-right: 0; }

.dg__shift {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 83.0303%;
    margin-left: 16.9697%;
    text-align: left; }
.dg__shift:last-child {
    margin-right: 0; }

.dg__four {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 32.12121%; }
.dg__four:last-child {
    margin-right: 0; }
.dg__four:nth-of-type(4n) {
    margin-right: 0; }

.dg__half {
    float: left;
    display: block;
    width: 50.90909%;
    padding: 0;
    margin-right: 0;
    vertical-align: middle; }
.dg__half:last-child {
    width: 49.09091%; }

.dg__padding {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 25px auto; }

.dg__inside {
    display: block;
    padding-top: 25px;
    padding-bottom: 0; }

/* Decom_ Grid extra */
.dg--left {
    float: left; }

.dg--right {
    float: right; }

.dg--center {
    text-align: center; }




/*
Gallery
--------------------------------*/
#all-images {
    display: block;
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto; }

/* images gallery */
.mls_all_images {
    opacity: 0; }

/* clearfix */
.mls_all_images:after {
    content: ' ';
    display: block;
    clear: both; }

.dg__gallerien .mls-lightbox {
    visibility: visible; }
.dg__gallerien .isotope-hidden {
    visibility: hidden; }
.dg__gallerien .mls_all_images {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    min-width: 421px; }
.dg__gallerien .mls-bild {
    width: 240px;
    float: left;
    margin-bottom: 10px; }

.mls-bild-gutter {
    width: 15px; }

/* Filters */
#filters-custom,
#filters {
    text-align: center; }
#filters-custom .filter-dropdown,
#filters .filter-dropdown {
    display: none;
    border: 1px solid #cfcfcf;
    color: #58595b;
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px 15px;
    outline: none; }

.button-group {
    display: block;
    text-align: center;
    margin-bottom: 25px; }

.button-group .button {
    background: none;
    background: transparent;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    color: #58595b;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    outline: none; }
.button-group .button.is-checked {
    color: #cfcfcf; }

.button-group .filter-dropdown {
    display: none; }
.button-group .filter-dropdown.is-checked {
    color: #58595b;
    border: 1px solid #cfcfcf !important; }

/* image hover over */
.dg__gallerien .mls-bild img {
    display: block;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.dg__gallerien .mls-bild:hover img {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9; }

.custom-social {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }

.mls_all_images .mls-bild:focus .custom-social,
.mls_all_images .mls-bild:hover .custom-social {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.custom-social a {
    color: #000;
    font-size: 15px;
    text-shadow: 1px 1px #fff; }

.button-group .button {
    background: none;
    background: transparent;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    color: #58595b;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    outline: none;
}



/*
Weber Quotes
--------------------------------*/
.wqbackground {
    position:relative;
    color:#402E25;
    background-color: #eeeff2;
    background: url('../img/bg-footer.jpg') no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:60px 0;
     -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5),inset 0 -20px 20px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5),inset 0 -20px 20px -20px rgba(0,0,0,0.5);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5),inset 0 -20px 20px -20px rgba(0,0,0,0.5);
}
.weberquote {}
.weberquote .maintitle {font-weight: bold; font-size:18px;}



/*--------------------------------------------------------------
# DECOM MODULES
--------------------------------------------------------------*/
/*
Accordion Normal
--------------------------------*/
ul.accordion-normal {
    font-family: "Roboto", "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    list-style: none;
    margin: 0;
    padding: 0; }
ul.accordion-normal > li {
    display: block;
    margin: 0 0 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(219, 144, 154, 0.2); }
ul.accordion-normal > li::after {
    clear: both;
    content: "";
    display: table; }
ul.accordion-normal > li > a {
    position: relative;
    padding: 7.5px 15px;
    display: block;
    color: #fff;
    background: #614029;
    font-weight: normal; }
ul.accordion-normal > li > a:hover, ul.accordion-normal > li > a:focus {
    color: #FFF; }
ul.accordion-normal > li > a:after {
    position: absolute; }
ul.accordion-normal .accordion-submenu {
    display: none;
    padding: 15px 25px; }
ul.accordion-normal .is-expanded > a {
    color: #FFF;
    background: #614029;
    font-weight: bold; }
ul.accordion-normal .plus-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    transition: transform .35s ease-in-out;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px; }
ul.accordion-normal .plus-icon:before, ul.accordion-normal .plus-icon:after {
    content: '';
    background: #FFF;
    position: absolute; }
ul.accordion-normal .plus-icon:before {
    width: 1px;
    height: 24px;
    margin-left: -0.5px;
    left: 50%; }
ul.accordion-normal .plus-icon:after {
    width: 24px;
    height: 1px;
    margin-top: -0.5px;
    top: 50%;
    opacity: 1;
    transition: opacity 0.35s ease-out; }
ul.accordion-normal .is-expanded .plus-icon {
    transform: rotate(-90deg); }
ul.accordion-normal .is-expanded .plus-icon:after {
    opacity: 0; }

/*
Accordion Tabs
--------------------------------*/
.accordion-tabs {
    padding: 0; }
.accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
.accordion-tabs .tab-header-and-content {
    list-style: none; }
@media screen and (min-width: 1024px) {
    .accordion-tabs .tab-header-and-content {
        display: inline; } }
.accordion-tabs .tab-link {
    display: block;
    padding-right: 1em; }
@media screen and (min-width: 1024px) {
    .accordion-tabs .tab-link {
        display: inline-block; } }
.accordion-tabs .is-active {
    color: #fff; }
.accordion-tabs .tab-content {
    display: none;
    width: 100%; }
@media screen and (min-width: 1024px) {
    .accordion-tabs .tab-content {
        float: left; } }

/*
Opacity 50
--------------------------------*/
.transparent {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5; }

/*
Blockquote
--------------------------------*/
blockquote {
    background: #000;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "“" "”" "‘" "’"; }

blockquote:before {
    color: #fff;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em; }

blockquote p {
    display: inline; }

/*
Selections
--------------------------------*/
::selection {
    background: #85b934;
    color: #fff; }

::-moz-selection {
    background: #85b934;
    color: #fff; }

::-webkit-selection {
    background: #85b934;
    color: #fff; }



/*--------------------------------------------------------------
# DECOM LIGHTBOX
--------------------------------------------------------------*/
.lg-backdrop {
    background-color: #fff; }

.lg-backdrop.in {
    opacity: 1; }

.lg-toolbar {
    background-color: rgba(64, 46, 37, 0.87); }

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #614029;
    color: #fff; }

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    background-color: #fff;
    color: #614029; }

/* thumbs */
.lg-outer .lg-thumb-item {
    border-radius: 0; }

/* hover */
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #614029;
    border-width: 5px; }










/*
Buri History
--------------------------------*/
.burrikontakt {padding:0 0 25px 0;}
.kontaktfooter  {margin-top:30px;}
.kontaktfooter button {background:none; background:transparent; border:1px solid #614029}
.kontakt-formular {
    height:auto;
    display:none;
    overflow:hidden;
}
.kontakt-formular.openkontakt {

}

/*
UI BUTTONS filters
--------------------------------*/
/* ---- isotope ---- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mls-loading {
    position:absolute;
    top:150px;
    left:50%;
    margin-left:-100px;
    background:#fff;
    padding:30px 60px;
}

/*======================================
 Lightbox FIX lg
======================================*/
.lg-outer .lg-inner {
    height:92%;
    top:7%;
}

#isotopeHolder {margin-top:30px;}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}
/*
Pagination
--------------------------------*/
.pagination {
    width:100%;
    text-align: center;
    font-size:1.2em;
    border-radius: 0;
}
.pagination span,
.pagination a {
    border: 1px solid #DCDCDC;
    border-radius: 0;
    padding:5px 15px;
}


/*
Hover effects
--------------------------------*/
.hover-image {
    position: relative;
    display: block; }
.hover-image::after {
    clear: both;
    content: "";
    display: table; }
.hover-image:hover .hover-holder, .hover-image:focus .hover-holder {
    opacity: 0.8; }
.hover-image:hover .icon-on-hover, .hover-image:focus .icon-on-hover {
    background-position: 0 0; }
.hover-image:hover .footer-box-subtitle, .hover-image:focus .footer-box-subtitle {
    opacity: 0; }

.hover-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #947866;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, background-color;
    transition-property: opacity, background-color; }

.icon-on-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -43px;
    margin-left: -43px;
    background-image: url("../img/icon-hover-box.png");
    background-position: 0 100px;
    background-repeat: no-repeat;
    width: 85px;
    height: 85px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background-position;
    transition-property: background-position; }
.icon-on-hover.inh-small {
    margin-top: -12px;
    margin-left: -12px;
    background-image: url("../img/icon-hover-box-small.png"); }

/*
Buttons
--------------------------------*/
.btn-default {
    padding: 12px 25px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #614029;
    border-color: #614029;
}

/*
Burri Footer
--------------------------------*/
.footerion {
    color:#e2e2e2;
    padding:60px 0;
     position:relative;
    background-color: #e0dddd;
    /*background:#e0dddd url('../img/bg-footer02.jpg') no-repeat center bottom fixed;*/
    background:#e0dddd;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5),inset 0 -20px 20px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5),inset 0 -20px 20px -20px rgba(0,0,0,0.5);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5),inset 0 -20px 20px -20px rgba(0,0,0,0.5);
}

.copyright {
    background:#FFF;
    color:#402E25;
    padding:20px 0;
}

#footer-menu {
    float:left;
    margin:0;
    margin-right:15px;
    padding:0;
    list-style: none;
}
.developer {
    float:left;
}

.force-right {
    float:right;
}

.gotoHolder {text-align: center;}
.gototop span {top:3px; padding-right: 10px;}
.gototop {
    clear:both;
    display:inline-block;
    margin:0 auto;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    width: 200px;
    height: 33px;
    line-height: 33px;
    font-size: 19px;
    font-weight: normal;
    color: #000;
    background: #FFF;
    bottom: -60px;
    padding: 2px 0;
}

@media screen and (max-width: 768px) {
    .force-right {display:inline-block; text-align: center; width:100%;}
    #footer-menu {margin:0 15px 0 0; padding:0; list-style: none; text-align: center}
}


@media screen and (max-width: 1500px) {
    .logo {left:0; margin-left:0;}
    a.thumbnail .produkte_titel {
        padding:0.5em;
        background-image:url('https://burri-holzbau.ch/wp-content/uploads/2025/10/Burri-logo-2025-RGB.png');
    }
}


/* Other fixes */
@media screen and (max-width: 1200px) {
    a.thumbnail .produkte_titel {
        padding:0.2em;
        background-image:url('https://burri-holzbau.ch/wp-content/uploads/2025/10/Burri-logo-2025-RGB.png');
        background-position: center 40px;
    }

    /*
    * Category
    --------------------------------*/
   #main .color:nth-child(3n+1) {
       clear:both;
   }
    .category-item {
        position:relative;
    }
    .category-item a,
    .category-item a:visited{
        color: #614029;
    }
    .category-item .post-inner {
        opacity:1;
        position:relative;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        z-index: 1;
        background:none;
    }


    .category-item .inside {
        padding:10px 10px;
        font-size:16px;
        font-weight:400;
        text-align: center;
    }

    .category-item .inside .projekt-leistung {
        font-size:18px;
        font-weight:400;
        margin:0;

    }
    .category-item .inside-icon {
        display:none;
    }
}/* end other 1200 */

@media screen and (max-width: 1025px) {
    a.thumbnail .produkte_titel {
        padding:0.4em;
        background-image:url('https://burri-holzbau.ch/wp-content/uploads/2025/10/Burri-logo-2025-RGB.pngg');
        background-position: center center;
        font-size: 16px;
        font-weight: 400;
    }
    .logobg {display:none;}
}/* end other 1025 */
@media (max-width: 768px) {
    #main .color:nth-child(2n+1) {
        clear:both;
    }
    #main .color:nth-child(3n+1) {
        clear:none;
    }
    .js .slicknav_menu {padding-left:0;}
    a.thumbnail .produkte_titel {
        position:relative;
        top:auto;
        left:auto;
        opacity:1;
        background-image: none;
    }
}/* end other 768 */
@media (max-width: 728px) {
    .navbar-brand {
        padding-left: 0;
    }
    .icon-on-hover {
        margin-top: -30px;
        margin-left: -30px;
        background-image: url("https://burri-holzbau.ch/wp-content/uploads/2025/10/Burri-logo-2025-RGB.png");
    }
    .produkte_titel .entry-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display:block;
    }

}/* end other 728 */
@media (max-width: 385px) {
    .slicknav_btn {
        margin: 5px 0 0;
    }
    .slicknav_menu .slicknav_menutxt {
        font-weight: 300;
        text-shadow: none;
    }
}/* end other 385 */
@media (max-width: 335px) {
    #mobileMenu .slicknav_btn  {
        margin: 5px 0 0;
    }
    #mobileMenu .slicknav_menutxt {
        display:none;
    }
    .slicknav_menu .slicknav_icon {
        float: left;
        margin: 0;
    }
}/* end other 385 */

@media screen and (min-width:1220px) and (max-width: 1367px) {
    a.thumbnail .produkte_titel {
        font-size:1.4em;
    }
}
@media screen and (min-width:1050px) and (max-width: 1220px) {
    a.thumbnail .produkte_titel {
        font-size:1.2em;
    }
}