/*
 Theme Name:     Twenty Sixteen Child Theme
 Theme URI:      http://www.e-service.admin.ch/
 Description:    A child Theme of twenty Sixteen.
 Author:         E Service
 Author URI:     http://www.e-service.admin.ch//
 Template:       twentysixteen
 Version:        1.0.0
*/
 
 /*
 taxonomy
 */
 @font-face {
  font-family: 'frutiger regular';
  src: url("fonts/FrutigerNeueW02Regular.eot") format("embedded-opentype"), url("fonts/FrutigerNeueW02-Regular.woff") format("woff"), url("fonts/FrutigerNeueW02-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; 
}
@font-face {
  font-family: 'frutiger light';
  src: url("fonts/FrutigerNeueW02Light.eot") format("embedded-opentype"), url("fonts/FrutigerNeueW02-Light.woff") format("woff"), url("fonts/FrutigerNeueW02-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal; 
}
@font-face {
  font-family: 'frutiger Bold';
  src: url("fonts/FrutigerNeueW02Bd.eot") format("embedded-opentype"), url("fonts/FrutigerNeueW02-Bd.woff") format("woff"), url("fonts/FrutigerNeueW02-Bd.otf") format("opentype");
  font-weight: normal;
  font-style: normal; 
}

 body{
   background: url('img/bg_raster_white.png');
   font-family: 'frutiger regular';
 }
 body:not(.custom-background-image):before, body:not(.custom-background-image):after{
    height: 0px;
 }
 h1 {
    font-family: 'frutiger light', sans-serif;
}
 h1 {
    font-size: 2.5em;
    line-height: 1.2;
    margin: 0.5em 0 0;
}
p{
        font-size: 1.1em;
    line-height: 1.5;
    margin: 0.8em 0 0 0;
}
a {
    color: #006699;
}
a:hover, a:active, a:focus{
    color: #dc0018 !Important;
    text-decoration: none;
}
a:visited {
    color: #006699;
}
 .site {
    background-color: #fff;
    max-width: 1160px;
    margin: 0px auto 90px !Important;
        -webkit-box-shadow: 0 0 6em 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 6em 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 6em 0 rgba(0, 0, 0, 0.6);
 }

 /*
   repeated classes
 */
 .row{
  margin: 0px;
 }
.pdl{
    padding-left: 0px !Important;
}
.pdr{
    padding-right: 0px !Important;
}
.entry-title{
    margin: 0.4em 1.6em 0 0;
    font-weight: normal;
    font-family: 'frutiger light', sans-serif;
}
.nav{
    list-style: none;
        padding-left: 0px;
    margin: 0px;
}
blockquote{
  margin-left: 0px;
}
.nav li{
    display: inline;
}
.footer-navigation .nav li{
  display: inline-block;
} 
.nav li a{
    color: #454545;
    text-decoration: none; 
    height: 2em;
    line-height: 1;
    padding: 0 25px 0 20px;
    width: auto;
    font-size: 13px;
}
.nav li a:hover, .nav li a:focus{
    color: #dc0018;
}
.navbar-toggle .icon-bar{
      width: 15px;
    height: 2px;
    margin: 0 auto;
}
.navbar-toggle{
  border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
.menu-toggle{
  padding: 2px 14px;
  width: 45px;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus{
  background-color: white;
  background: white;
}
.menu-toggle.toggled-on span{
  background: #000;
  width: 20px;
}
.menu-toggle.toggled-on span:nth-child(2){
     transform: rotate(48deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(48deg);
    margin-top: 3px;
    position: absolute;
    margin-left: 3px;
}
.menu-toggle.toggled-on span:nth-child(3){
  display: none;
}
.menu-toggle.toggled-on span:last-child{
 transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}
.menu-toggle:hover, .menu-toggle:focus, .menu-toggle.toggled-on, .menu-toggle{
  border-color: #ccc !Important;
  cursor: pointer;
}

.widget{
    border-top: 0px;
}
.pull-right{
    float: right;
}  
.search-form{
    max-width: 205px;
}
  .search-form:before{
         content: "\f400";
    line-height: 42px;
    position: absolute;
    left: 1px;
    line-height: 35px;
    width: 34px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
    top: 5px;
  }
  .breadcrumbs{
    padding-left: 25px;
    margin-bottom: 15px;
  }
   .breadcrumbs a, .breadcrumbs span{
    font-size: 1em;
   }
   .breadcrumbs a:after{
        -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
       text-transform: none;
    vertical-align: top;
    content: "\f431";
    color: #757575;
    font-size: 14px;
    transform: rotate(-90deg);
    margin-top: 4px;
    width: 30px;
   }

.pagination{
       float: left;
    background: transparent;
    width: 100%;
  border: none;
}
.page-numbers{
      border-right: 1px solid #000;
    padding: 5px 15px !important;
}
.pagination:before, .pagination:after, .pagination .prev, .pagination .next{
    background: transparent !important;
color: #000;
border: none;
display: none;
}
.scrtabs-tab-container{
  position: relative;
margin-right: -1px;
background: white;
}
.scrtabs-tab-container:before{
  content:'';
  position: absolute;
width: 100%;
left: 0px;
bottom: 2px;
height: 1px;
background: #ccc;
}
 /*
  =================================
            Header
  =================================
 */
 .site-header{
 	padding: 0px;
 	background: #ffffff;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(7%, #fafafa), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
    background: linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
 }
 .site-header .site-topbar{
       width: 100%;
    padding: 15px 0px;
    float: left;
 }
.treecumb-wrap ul{
    background: white;
    float: left;
    width: auto;
    padding-left: 10px;
    border: 1px solid #cccccc;
 }
 .treecumb-wrap ul li{
    float: left;
 }
  .treecumb-wrap ul > li:last-child a{
    cursor: default;
  }
  .treecumb-wrap ul > li:last-child a{
    padding-left: 0px;
  }
 .treecumb-wrap ul > li {
    background-image: none;
    position: relative;
    border-right: 1px solid transparent;
}

 .treecumb-wrap ul > li::before, .treecumb-wrap ul > li::after {
    border-color: transparent transparent transparent #cccccc;
    border-style: solid;
    border-width: 1.1em;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: auto;
    right: -11px;
    z-index: 9;
    top: -1px;
    width: 0;
}
 .treecumb-wrap ul li::after {
    border-color: transparent transparent transparent #ffffff;
    right: -10px;
}
.treecumb-wrap ul li span.icon:before{
   -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
    color: #757575;
    content: "\f502";
    font-size: 10px;
    position: absolute;
    bottom: 9px;
    margin-left: -15px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    top: inherit;
}
.treecumb-wrap ul > li:last-child::after, .treecumb-wrap ul > li:last-child::before{
  border: none;
  background: none;
}
.treecumb-wrap li a{
      height: 28px;
    line-height: 27px;
    background: white !Important;
}
.topbar-menu li a{
    font-size: 0.9em;
    line-height: 1.1em;
    padding: 4px;
}
.topbar-menu li:last-child a{
    padding-right: 0px;
}
.site-topbar .lang_selector{
  float: right;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
    margin-left: 20px;
}
.site-topbar .lang_selector a{
      padding: 4px;
      font-size: 1em;
      line-height: 1.1em;
          color: #454545;
}
.lang_selector + a{
  display: none;
}

.site-topbar .lang_selector a{
  background-color: transparent;
    padding: 4px ;
        line-height: 1.1em ;
}
.lang_selector a.active {
    background-color: #f0f0f0;
}
 .site-header .site-branding{
 	    padding-left: 20px;
        margin-top: 0px;
        width: 100%;
 }
 .site-header .search-form{
    float: right;
 }

 .site-header .site-branding form .search-field{
    width: 100%;
    padding: 3px 10px;
    background: white;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 13px;
    padding-left: 30px;
    height: 30px;
    border: 1px solid #757575;
    line-height: 1.2;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
 }
 .site-header .site-branding .site-description{
   display: none;
 }
 .site-header .site-branding .site-title{
     display: block;
    font-size: 14px;
    margin-left: 30px;
    float: left;}
 
/*
 navigation
*/
.main-navigation{
    font-family: 'frutiger regular';
    margin: 0 1.6em;
    min-height: 77px;
}

.main-navigation .primary-menu > li.show{
    background: white;
}
.main-navigation .primary-menu > li:first-child{
        border-left: 1px solid #b8b8b8;
}
.main-navigation a{
    color: #454545;
}
.main-navigation a:hover{
   color: #dc0018;
}


.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a{
    font-weight: normal;
}

.top-menu li a.show{
    background-color: white;
    color: #dc0018;
    font-weight: bold;
}
.top-menu li.show a:after{
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.parent-link{
       background: #f5f5f5;
    padding: 8px;
    font-size: 12px;
    line-height: 1;
    display: block;
    position: relative;
    margin-top: 15px;
    margin-left: 24px;
    }
    .parent-link a{
        color: #000;
    }
.sidebar-menu{
  /*margin-top: 20px;*/
}
.left-menu{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.left-menu .sub-menu{
    display: none;
}
.left-menu .show > a{
  color: #111;
  /*font-weight: bold;*/
  border-color: #424242;
}
.left-menu .show > a:before, .left-menu .current-menu-ancestor > a:before{
    content: '';
    position: absolute;
    left: 0px;
    width: 7px;
    background-color: #dc0018;
    height: 40px;
        margin-top: -10px;
}
.left-menu .current-menu-ancestor .sub-menu{
  display: block;
}
.left-menu .current-menu-item a{
    /*font-weight: bold;*/
    color: #111;
}
.left-menu .show:hover, .left-menu .current-menu-ancestor:hover{
    border-color: transparent !Important;
}
.left-menu .show > .sub-menu{
    display: block;
}

.left-menu li{
        font-size: 1.1em;
    line-height: 1.2;
    display: block;
    color: rgb(117, 117, 117);
    padding: 0px 0px 0px 1.2em;
    border-left: 0.4em solid transparent;
}
.left-menu li .sub-menu li{
    padding-left: 0px;
    border-left: none !Important;
}
.left-menu > li:hover{
    border-left: 0.4em solid #dc0018;
}
.left-menu li:first-child a{
  border-bottom: 1px solid #888;
}
.left-menu li a{
    border-bottom: 1px solid rgb(204, 204, 204);
    color: #6f6f6f;
    font-weight: normal;
    font-size: 15px;
    padding: 10px;
    padding-left: 0px;
    display: block;}  
/*
  search form
*/
input[type="search"].search-field{
    width: 100%;
}

/*
 ==================================
       Page main section
 ==================================
*/
.main-wrapper{

}
.main-wrapper .sidebar {
    float: left;
    margin-left: 0px;
    padding: 0;
    width: 100%;
    max-width: 240px;
}
.main-wrapper .entry-title{
    font-size: 2.5em;
    color: #000000;
    line-height: 1.2;
}
.main-wrapper .entry-content{
    margin-top: 15px;
        font-size: 15px;
    line-height: 1.5;
    margin: 0.8em 0 0 0;
        color: #454545;
}
.main-wrapper .entry-content p{
    font-size: 15px;
}
.main-wrapper .entry-content ul{
  list-style: none;
  padding-left: 0px;
}
.main-wrapper .entry-content a{
    text-decoration: none;
        margin: 0;
    font-size: 1em;
    box-shadow: none;
}
.main-wrapper .tags{
    margin-top: 15px;
}
.main-wrapper .tab-title{
    font-size: 24px;
    line-height: 1.3;
    margin: 25px 0px 25px;
    font-weight: 300;
    /* margin-bottom: 25px; */
}
.dual-left, .dual-right{
  width: 50%;
  display:inline;
  float: left;
}
/*
 =================
   tabs
 ==================
*/
.tab-wrapper{
    border: 1px solid #ccc;
  
        border-top: none;
}
.tab-wrapper .tab-content{
    padding: 15px;
    font-size: 1em;
      padding-bottom: 50px;
}
.tab-wrapper .scrtabs-tabs-fixed-container{
    width: 100% !Important;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li{
  display: inline-block;
}
.tab-wrapper .nav li a{
      background-color: #f5f5f5;
    border: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #757575;
    margin: 0px;
    border-radius: 0px;
    border-right: 1px solid #ccc;
    display: block;
}
.tab-wrapper .nav-tabs>li.active>a, .tab-wrapper .nav-tabs>li:hover > a, .tab-wrapper .nav-tabs>li:focus > a{
   background: #ffffff;
    border-top: 3px solid #dc0018;
    border-bottom: 1px solid #ffffff;
    color: #000;
}

.tab-wrapper .scrtabs-tab-scroll-arrow{
       position: absolute;
    left: -10px;
    color: #5d5c5c;
    cursor: pointer;
    float: left;
    font-size: 15px;
    border: none;
}
.tab-wrapper .scrtabs-js-tab-scroll-arrow-right{
      right: -10px;
    border: 0px;
    left: inherit;
}
.scrtabs-tabs-fixed-container ul.nav-tabs{
    border-bottom: none;
    padding-left: 0px;
}
.tab-wrapper .tab-content ul{
    padding-left: 0px;
    list-style: none;
}
.tab-wrapper .tab-content ul li{
    margin-bottom: 5px;
}
.tab-wrapper .tab-content ul li a{
   text-decoration: none;
   box-shadow: none;
   font-size: 1em;
}

/*
==================================
  sidebar widgets
===================================
*/
.widget .textwidget{
  border: 1px #ccc solid;
    padding: 10px 15px 30px;
    font-size: 14px;
}
.widget .textwidget p{
  margin: 5px 0px;
}
.widget .textwidget p a{
  text-decoration: none;
  box-shadow: none;
}
.widget .textwidget p a span{
  margin-right: 15px;
  font-size: 15px;
  font-weight: bold;
}

.widget .widget-title{
   display: inline-block;
    font-size: 15px;
    font-family: 'frutiger light', sans-serif;
    font-family: 'frutiger regular';
    background: #ffffff;
    border: 1px solid #ccc;
    margin-bottom: -1px;
    border-top: 3px solid #dc0018;
    border-bottom: 1px solid #ffffff;
    padding: 7px 15px;
    color: #000000;
    text-decoration: none;
    text-transform: capitalize;}

/*
=======================
  archive page
========================
*/
.page-header{
    padding-bottom: 8px;
    margin: 0px 0 15px 15px;
    border-bottom: 2px solid #eee;
    border-top: none;
    padding-top: 0px;
}
.archive .site-main{
   padding-left: 10px;
}
.archive .page-title{
      font-size: 18px;
    color: #191919;
    font-weight: 600;
}
.archive .content-area{
  width: 75%;
  padding-right: 15px;
}
.archive .post-thumbnail{
  margin-bottom: 15px;
}
.archive .entry-title {
    margin: 0.4em 1.6em 0 0;
    font-family: 'frutiger regular', sans-serif;
    font-size: 1.3em;
    margin-bottom: 15px;
}
.archive .entry-summary{
  margin-top: 0px;
}
.archive .widget{
  padding-top: 5px;
}
.archive .entry-summary p{
    color: #454545;}
 .archive .sidebar{
  padding: 0px 15px;
 }   
/*
 =====================================
   post page
 ======================================
*/
body:not(.search-results) article:not(.type-page) .entry-content{
  float: left;
  width: 100%;
}
.single .post-thumbnail{
  display: none;
}

.search-wrap{
  max-width: 300px;
  margin-top: 30px;
}
.search-wrap label{
      width: 230px;
}
.search-submit{
      position: relative;
    float: right;
    color: white;
    width: 50px;
    border-radius: 0px;
}
/*
 =========================================
    Footer
 ==========================================
*/
.site-footer{
       padding: 8px;
       background-color: #f2f2f2;
       /*margin-top: 30px;*/
       float: left;
       width: 100%;
    }
    .site-footer .site-info{
        width: 100%;
        margin: 0px;
    }
    .site-footer .footer-menu{
        float: right;
    }
   .site-footer .footer-menu a{
          font-size: 15px;
    line-height: 1.1em;
    padding: 10px;
    color: #3f86cd;
    }
    .site-footer .footer-menu li:last-child a{
        padding-right: 0px;
    }
.site-footer .site-title:after{
    content: none;
}
.site-footer .site-title{
      font-size: 15px;
    line-height: 1.1em;
    padding: 10px;
    margin: 0px !Important;
    display: inline-block;
    color: #3f86cd;
}
/*
  ===========================
    Responsive work
  ===========================
*/
@media(max-width: 1300px){
  .site{
   max-width: 1080px;
  }
}

@media(max-width: 1200px){
  .site{
   max-width: 990px;
  }
}
@media(max-width: 1000px){
  .site{
   max-width: 754px;
  }
}
@media(min-width: 767px){
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media(min-width: 910px){
   .logo-mobile, .search-mobile{
   display: none;
  }
   .navbar-toggle{
    display: none !Important;
   }
    /*  navigation */
  .site-header-menu{
    width: 100%;
    padding-left: 0px;
    margin-top: 0px;
    border-top: 0.4em solid #dc0018;
    background: #e4e4e4;
    background: -moz-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(39%, #e2e2e2), color-stop(79%, #dddddd), color-stop(91%, #d5d5d5), color-stop(95%, #cfcfcf), color-stop(100%, #bebebe));
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    background: -o-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    background: -ms-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    background: linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
  }
  .main-navigation .primary-menu > li{
    min-height: 75px;
    max-width: 12em;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #b8b8b8;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(61%, #f7f7f7), color-stop(89%, #f7f7f7), color-stop(91%, #f5f5f5), color-stop(95%, #ececec), color-stop(100%, #d7d7d7));
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
    background: linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
  }
  .main-navigation .menu-item-has-children > a:after{
    color: #757575;
    content: "\f502";
    font-size: 9px;
  } 
  .top-menu .sub-menu{
    display: none !Important;
  } 
 
}  
@media screen and (min-width: 56.875em){
    .main-navigation .menu-item-has-children > a {
          font-size: 14px;
        line-height: 1.2;
        text-decoration: none;
        position: relative;
        display: block;
        min-height: 75px;
        padding: 0.8em 0.8em 0.4em;    
    }
    .site-content{
        padding: 0px;
    }
   .navbar-toggle{
    display: block;
   }
    .main-navigation .menu-item-has-children > a:after{
        bottom: 5px;
        left: 10%;
        top: inherit;
    }
    .main-navigation ul ul a{
        font-size: 14px;
    }
    .main-navigation ul ul .menu-item-has-children > a{
        min-height: 36px;
    }
    .main-navigation ul ul:after{
        top: -7px;
        left: 12px;
        right: inherit;
    }
    .main-navigation ul ul:before {
        top: -9px;
        left: 10px;
        right: inherit;
    }
    .main-navigation li:hover > ul, .main-navigation li.focus > ul {
        left: 0px;
        right: inherit;
    }
    .main-navigation ul ul .menu-item-has-children > a:after {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(-90deg);
        right: 0px;
        left: inherit;
        top: 8px;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
        right: inherit;
    }
    .custom-logo-link{
        float: left;
        display: inline-block;
        border-right: 1px solid #dcdcdc;
        padding-right: 35px;
    }
}
@media screen and (max-width: 56.875em){
  .archive .content-area{
   width: 100%;
   padding: 0px;
  }
  .archive .sidebar{
    float: left;
    width: 100%;
    padding: 0px 25px;
  }
  .page-header{
    margin-left: 0px;
  }
  .archive .site-main {
    padding: 0px 10px;
   }
  article .entry-header, .archive .post-thumbnail, .archive .entry-summary{
    margin: 0px;
  }
  .page-header{
        margin: 40px 15px 15px;
  }
  .archive .widget{
    max-width: 300px;
  }
}
@media(min-width: 767px) and (max-width: 1000px){
  .main-wrapper .right-sidebar{
    width: 100%;  
  }
  .main-wrapper .col-md-6{
    width: 75%;
  }
}
@media screen and (max-width: 1300px){
  .widget .widget-title{
    font-size: 13px;
  }
  p{
    font-size: 1em;
  }
}
@media screen and (max-width: 1000px){
  .main-wrapper .entry-header{
    margin: 0px;
  }
  .site-header .site-topbar .col-md-8, .site-header .site-topbar .col-md-4{
   width: 100%;
  }
  .nav li a{
    font-size: 12px;
  }
  .treecumb-wrap ul{
    margin-bottom: 15px;
  }
  .site-topbar .lang_selector a{
    font-size: 0.8em;
  }
  .site-header .site-topbar .col-md-4{
    max-width: 300px;
  }
  .treecumb-wrap ul > li::before, .treecumb-wrap ul > li::after{
        border-width: 0.9em;
        top: 0px;
  }
  .treecumb-wrap li a {
    height: 24px;
    line-height: 23px;
  }
  .treecumb-wrap ul li span.icon:before{
    top: 8px;
  }
}
@media screen and (max-width: 910px){
  .treecumb-wrap, .topbar-menu{
    display: none;
  }
  .site-header .site-topbar .col-md-4{
    max-width: 100%;
  }
  .custom-logo{
    display: none;
  }
  .logo-mobile{
    float: left;
        padding: 5px 0px;
  }
  .logo-mobile img{
    max-width: 30px;
  }
  .middle-content{
    width: 100%;
  }
  .site-header .site-branding .site-title{
    margin-left: 10px;
    margin-top: 12px;
  }
  .site-header .site-branding{
        min-height: 50px; 
    padding-left: 0px;
        background: white;
    -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
    border-bottom: 0.5em solid #dc0018;
    margin-bottom: 0px;
  }
  .site-header .site-topbar{
    padding: 10px 0px;
        background: #e4e4e4;
  }
  .site-topbar .lang_selector{
    border: none;
  }
  .search-form{
    display: none;
  }
  .search-mobile{
        float: right;
    color: #333;
    font-size: 15px;
       line-height: 40px;
  }
  .search-mobile span{
     color: #333;
  }
  .mobile-triggers{
     float: right;
  }
  .menu-toggle{
   margin: -3px 0px 0px;
    padding: 2px 9px;
    height: 45px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 0px;
  }
  .menu-toggle span{
    background-color: #333;
  }
  .menu-toggle.toggled-on span{
     background-color: #000;
  }
  .navbar-toggle{
    float: left;
    display: block;
  }

  .main-navigation{
        margin: 0px;
    background: white;
  }
  .main-navigation .primary-menu > li{
    padding-left: 15px;
  }
  .site-header-menu{
    margin-top: 0px;
  }
 
  .main-wrapper{
    margin-top: 30px;
  }
   .site-footer .footer-menu{
    float: left;
   }
   .left-sidebar{
    display: none;
  }
  .breadcrumbs{
    padding-left: 15px;
  }
  .main-wrapper .entry-title{
    font-size: 1.8em;
  }
  .site-header .site-branding .site-title{
   font-weight:normal;
  }
  .site-topbar .lang_selector a{
    font-size: 0.85em;
  }

}

@media screen and (max-width: 767px){
  .breadcrumbs{
    display: none;
  }
  .parent-link{
    margin-left: 15px;
  }
}

.wpcf7
{
	border: 1px;
}

.wpcf7-form { 
	padding:20px; 
	margin-bottom:10px; 
	border-radius:4px;
}

.wpcf7-form input { 
	padding:2px 5px;
	border:1px solid;
	margin-bottom:4px; 
	border-radius:4px;
	width: 300px;
}

.wpcf7 input[type="checkbox"]:not(:checked), .wpcf7 input[type="checkbox"]:checked 
{ position: static; opacity: 1; }

.wpcf7-form p { 
	margin-top:10px; 
}
 
.wpcf7-form label { 
	font-weight: normal; 
	font-size: 80%;
}

 .wpcf7-form .wpcf7-submit { 
	cursor:pointer; 
	padding-left:15px; 
	padding-right:15px;
	border-radius:4px;
	width: 100px;
 	font-size: 80%;
}

.wpcf7-form-control {
    font-family: 'frutiger light', sans-serif;
    font-family: 'frutiger regular';
	font-weight: normal; 
}

.tablepress-id-13 .column-1 {width: 50px;}