/* pt-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('pt-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

a[href^="#"] {
  /* Formatierungen für seiteninterne Verweise */
}



.logosuche {
  position: absolute;
  right: 29px;
  top: 15px;
  height: 51px;
  width: 51px;
}

ul.metanav {
  text-align: right;
}

ul.metanav li {
  float: left;
  list-style-type: none;
  margin-top: 62px;

}

ul.metanav li a {
  color: #0064AC;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  position: relative;
}

ul.metanav li a::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: -33px;
  background-image: url(../Images/speech.svg);
  background-repeat: no-repeat;
}

ul.metanav li a:hover {
  text-decoration: none;
}

ul.metanav li a.act {
  text-decoration: underline;
}

.header-meta-right {
  width: auto;
  display: inline;
  float: right;
  margin-right: 100px;
}

.fixed .header-logo {
  /*  width: 113px; */
  margin-bottom: 10px;
  height: 78px;
}

.header.fixed img {
  width: 63%;

}

.header-meta.hide {

  display: none;
}

.fixed .wrapper-flush {
  /* width: 100%; */
  margin-top: 0;

}

a#aux:focus,
a#aux:active,
a#aux1:focus,
a#aux1:active,
a#aux2:focus,
a#aux2:active {
  height: auto;
  padding: 5px 0;
  text-align: center;
  top: 0;
  width: 200px;
  display: block;
  height: auto;
  border: 0px;
}

#inhalt {
  margin-top: 50px;
}

a#aux,
a#aux1,
a#aux2 {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -999em;
  width: 1px;
  color: #000;
}

/* Content wrapper */

.wrapper {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
}

.wrapper-small {
  max-width: 728px;
}

.wrapper-flush {
  width: 100%;

  /*  margin-left: 30px; */
}

@media (max-width: 960px) {
  .wrapper-flush {
    width: auto;
    margin-top: 15px;
    margin-left:127px;
  }
}

li.act ul {
  /* display: block; */
}

li.act ul li ul {
  display: none;
}

#nav ul li ul li a:hover>#nav ul li a {
  color: #000;
}

/**
 * Navigation
 */

.nav {
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  /*z-index: 10000;*/
  /* background-color: #0B5A9D; */
  /* background-image: url(../Images/bg_back.jpg); */
}
@media (max-width: 580px) {
.nav {
  position: absolute;

  /* left: -51px; */

}
}




/**
* Nav container
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/

.nav-container {
  /* position: fixed; */
  top: 135px;
  /* 1 */
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden;
  /* 2 */
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  /* 2 */
  -webkit-overflow-scrolling: touch;
  /* 3 */
}

/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
  visibility: visible;
  /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  /* 1 */
}

/* Nav toggle */

.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 1.25rem 1rem;
  border: 0;
  background-color: #fff;
}

/* Nav toggle icon */

.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/* Nav toggle icon lines */

.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: #444;
}

/* Nav toggle icon line 1 */

.icon-menu .line-1 {
  top: 0;
}

/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}

/* Nav toggle icon line 2 */

.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}

/* When active, hide line 2 */

.is-active .icon-menu .line-2 {
  opacity: 0;
}

/* Nav toggle icon line 3 */

.icon-menu .line-3 {
  bottom: 0;
}

/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* Remove default list styles for menus */

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
* 1. Give menu a lighter background than its container
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
  /*   background-color: #fff; 1 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* 2 */
}

/* Give menu items a top border */

.nav-menu .menu-item {
  border-top: 1px solid #fff;
}

/* Give last menu item a bottom border */

.nav-menu>.menu-item:last-child {
  border-bottom: 1px solid #fff;
}

/* Darker background color on hover, and when toggled */

.nav-menu>.menu-item:hover,
.nav-menu>.menu-item.is-active {
  background-color: #fff;
  color: #d81d2d;
}

/* 1. Menu links are block level, by default */

.nav-menu .menu-link {
  display: block;
  /* 1 */
  text-decoration: none;
  color: #444;
  padding: 0.75rem 1rem;
}

/* 1. Menu items with dropdowns appear clickable */

.has-dropdown {
  position: relative;
  cursor: pointer;
  /* 1 */
}

/* 1. Parent menu links inlined so you can toggle the dropdown */

.has-dropdown>.menu-link {
  display: inline-block;
}

/* 1. Add an icon to menu items that have sub menus */

.has-dropdown:after {
  font-size: 32px;
  position: absolute;
  height: 45px;
  top: 0;
  right: 1rem;
  bottom: 0;
  content: "+";
  /* 1 */
  color: #fff;
  padding: 0 30px;
}

/* 1. Switch icon to n-dash when toggled */

.has-dropdown.is-active:after {
  content: "\2013";
  /* 1 */
}

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.nav-dropdown {
  display: none;
  /* 1 */
  background-color: #fff;
  color: #006ab8;
}

/* 1. Show dropdown when toggled */

.has-dropdown.is-active>.nav-dropdown {
  display: block;
  /* 1 */
}

/* 2nd level dropdown */

.nav-dropdown .nav-dropdown {
  background-color: #fff;
}

.nav-dropdown .menu-item {
  border-color: #444;
}

.nav-dropdown .nav-dropdown .menu-item {
  background-color: #fff;
  border-color: #444;
}

/* Main content area */

.content {
  margin-top: 60px;
}

.content .wrapper {
  padding: 1rem 0;
}

/* navkram */

nav {
  background: transparent none repeat scroll 0 0;
  /*   position: absolute;  */
  top: 195px;
  width: auto;
  z-index: 1000000000;
  background: transparent;
}

nav#main-nav {
  top: 8px;
  text-align: center;

  position: relative;
  display: table;


}



@media (max-width: 962px) {
  .nav-container {
    position: fixed;

  }

  #nav ul li a {
    color: #000;
  }

}



nav.fixed .shadow {
  /* background-image: url("../../../fileadmin/template/Images/logo-bcp_business_consulting-schweiz.gif"); */
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  box-shadow: 0 8px 6px -6px #888;
}

.fixed {
  position: fixed;
  top: 0;
  /*height: 61px;*/
  /* position: absolute; */
  top: 0px;
}

#navtop {
  position: absolute;
  top: 23px;
  right: 15px;
  width: auto;
  height: 44px;
}

#navtop ul {}

#navtop ul li {
  list-style-type: none;
  margin-left: 15px;
  text-align: right;
}

#navtop ul li a {
  text-decoration: none;
  font-size: 20px;
  /*  text-transform: uppercase; */

  font-weight: 400;
}

#navtop ul li a:hover {
  color: #d81d2d;
  text-decoration: none;
}

/*nav unten*/

#nav {
  width: 100%;
  /*  height: 48px; */
  color: #056FAE;
}

#nav ul {
  /*display: table;
  height: 60px;
  margin: 0 auto;
  min-width: 100%;
  padding: 0;*/
}

#nav ul li {
  display: table-cell !important;
  list-style-type: none;
  vertical-align: baseline;
  margin-right: 1px;
}

#nav ul li a {
  font-size: 1.4rem;
  padding-left: 24px ;
  text-align: left;
  text-decoration: none;
  font-family: 'PT Sans';
  /* border-right: 1px solid #EEEEEE; */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  padding-right: 10px;
}



@media only screen and (max-width: 900px) {

  .nav-metaNav {

    margin-bottom: 0px !important;
  }
}


#nav ul li {
  display: block !important;
  list-style-type: none;
  vertical-align: baseline;
  margin-right: 1px;
}

#nav ul li ul li a:hover {
  color: #564f45;
}

/* #nav ul li.has-dropdown a {
  color: #666;
} */



#nav ul li.act a {
  /*  background-color: #E65424 */
  color: #564f45;
}

#nav ul li.act ul li a {
  background-color: #564f45;
color:#fff;
}


#nav ul li a {

  color: #000;
  /* font-weight: 600; */
}
#nav ul li a:hover {
color: #564f45;
}

/* #nav ul li a::before { */
/* border-top: 5px solid 8px ; */
/* position: absolute; */
/* width: 100%; */
/* content: "ee"; */
/* height: 5px; */
/* } */


#nav ul li.act ul li a {
  font-weight: 400;
  color: #fff!important;

}
#nav ul li ul li.act a {
background-color: #3c3730!important;
}

#nav ul li.act ul li.menu-item a {
  background: #fff;
  color: #000;
}

#nav ul li.act ul li.act a,
#nav ul li.act ul li a:hover {
  /* background: #fff; */
  color: #564f45;
}

#nav ul li.act ul li.act a.current {
  background-color: #3c3730;
}


#nav ul li ul li a {
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 23px;
  background:#564f45; padding-right: 20px!important;
}

#nav ul li ul li a:hover {
  background: #3c3730;
  color: #fff !important;
  margin: 0;
}

.nav-metaNav {
  width: auto;
  height: auto;
  float: right;
  margin-top: 3em;
  margin-right: 38px;
  grid-column: 4;
  justify-self: flex-end;
  margin-bottom: 40px;
}


.nav-metaNav li {
  list-style-type: none;
  /* text-align: right; */
  margin-bottom: 4px;
}

.nav-metaNav li a {
  color: #fff;
  font-size: 14px;
}

.nav-metaNav li.bbold a {
  font-size: 17px;
}

@media (min-width: 965px) {

  .nav,
  .nav-container,
  .nav-container.is-visible {
    /* position: static; */
    top: auto;
    left: auto;
    z-index: 1000000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .nav-container,
  .nav-container.is-visible {
    visibility: visible;
    height: auto;
    min-height: 0;
    overflow-y: visible;
    display: grid;
    justify-content: right;
    background-color: #fff;

  }

  .nav-toggle {
    display: none;
  }

  /* 1. Display menu items inline */
  .nav-menu>.menu-item,
  .nav-menu>.menu-item.is-active {
    display: inline-block;
    /* 1 */
    background-color: transparent;

    border: 0;
  }

  /* Remove bottom border on last child */
  .nav-menu>.menu-item:last-child {
    border: 0;
  }

  .nav-menu .menu-item {
    -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }

  /* Remove +/- icons */
  .has-dropdown:after {
    content: "" !important;
  }

  /* Add a caret to top-level menu items that have dropdowns */
  .nav-menu>.has-dropdown:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -4px;
    content: "";
    border-width: 5px 5px 0 5px;
    /* border-style: solid;*/
    border-color: #444 transparent transparent transparent;
  }

  /* Increase padding to compensate for caret */
  .has-dropdown>.menu-link {
    padding-right: 2rem;
  }

  /* Re-style dropdowns for larger screens */
  .nav-dropdown {
    display: block;
    opacity: 0;
    position: absolute;
    top: 55px;
    width: 240px;
    margin: 0;
    padding: 0.5rem 0;
    background-color: ##e4e4e4;
    color: #006ab8;
    box-shadow: 0 3px 8px hsla(0, 0%, 0%, 0.15);
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    border-top: 1px solid #006ab8;
  }

  .nav-dropdown {
    background-color: ##e4e4e4;
    border-top: 1px solid #fff;
    box-shadow: 0 3px 8px hsla(0, 0%, 0%, 0.15);
    color: #fff;
    display: block;
    margin: 0;
    opacity: 0;
    padding: 0.5rem 0;
    position: absolute;
    top: 45px;
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear 0s;
    visibility: hidden;
    width: 240px;
  }

  .has-dropdown:hover>.nav-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .nav-dropdown .menu-item {
    border: 0;
  }

  .nav-dropdown .menu-item:hover,
  .nav-dropdown .nav-dropdown .menu-item:hover {
    background-color: #F2F2F2;
  }

  .nav-dropdown .nav-dropdown,
  .nav-dropdown .nav-dropdown .menu-item {
    background-color: #555;
  }

  .nav-dropdown .nav-dropdown {
    z-index: 9998;
    top: 0;
    left: 100%;
  }
}

@media (min-width: 960px) {
  .head-oben {
    width: 90%;
    height: 95px;
    position: relative;
  }

  .plus {
    width: 100%;
    /* margin-top: 51px; */
  }

  .header-fixed {
    height: 60px;
  }

  .fixed #nav ul {
    margin-top: 14px;
    float: right;
    margin-right: 0px;
    /*  position: absolute; */
  }

  .fixed {
    background: #fff;
    box-shadow: 0 8px 6px -6px #888;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 10000000000;
  }

  .fixed ul.language-menu {
    display: none;
  }

  .fixed .row100 {
    background: #fff;
    /* box-shadow: 0 -2px 5px 2px #888; */
  }

  .fixed h1 {
    margin: 0
  }

  .fixed .header {
    width: 100%;
    height: auto;
    margin-left: 50px;
    min-height: auto;
    margin-bottom: 0;
  }

  .fixed .logooben {
    margin-top: 0px;
    width: 140px;
  }

  .fixed #nav ul li a {
    font-size: 15px;
  }

  .row100 {
    height: 45px;
  }

}

@media (min-width: 960px) {
  ul#main-menu li:first-child {
    display: none !important;

  }

  ul#main-menu li ul li:first-child {
    display: block !important;

  }

  .sub-arrow {
    display: none;
  }
}


@media (max-width:1215px) {

  #nav ul li a {
    font-size: 1.2rem;
    padding-left: 24px 6px;
}
}

@media (max-width:1030px) {
  #nav ul li a {
    font-size: 1.1rem;
  }
}
  @media (max-width: 963px) {

    #nav ul li a,   #nav ul li a:hover {
      color: #fff;
      /* font-weight: 600; */
  }
    #nav ul li ul li a {

      color: #fff;
    }

    .header-meta-right {

      margin-right: 24px;
    }

    .header {
      /* float: right; */
      width: 100%;
      position: relative;
      margin-top: 0px;
      position: absolute;
      top: -44px;
      left: 0;
  }

    nav {
      position: absolute;
      top: 0;
      width: auto;
      z-index: 1000000000;
 
      min-height: 0;
      overflow-y: visible;
      display: grid;
      justify-content: center;
      background-color: #564f45;

    }

    .nav {}

    .fixed {
      position: relative;
    }

    li.act ul {
      display: block;
    }

    .logosuche {
      display: none;
    }

    .header-logo {
      width: 130px;
      /* float: right; */
      margin: 6px 15px 0px 72px;
      float: initial;
      margin: auto;
      margin-top: 3px;
      
    }

    .ani {
      float: none;
      display: inline-block;
    }


    nav#main-nav {

      display: block !important;
    }

    #nav ul li a {

      padding: 20px 11px 20px 17px;

    }





    #nav ul li.act a {
      background-color: #756f66;
      color: #fff;
    }
  }

  @media (max-width: 800px) {
  h1.einzug, h2.einzug, h3.einzug, h4.einzug {
    padding-left: 26px;
    margin-bottom: 0rem;
    font-size: 30.5px;
    line-height: 36px;
}
  }

  @media (max-width: 580px) {
    .header-vdm {
      display: none;
    }

    .header-meta-right {
      display: none;
    }

    @media (max-width: 960px) {
      .header-logo {
        width: 99px;
      }

    }

    .sub-arrow::before {
      font-size: 25px;

    }

    #nav ul li.act a .sub-arrow::before,
    .sm-simple a:hover .sub-arrow::before {
      content: '+';
      color: #fff;
      position: absolute;
      /* left: 14px; */
      z-index: 100000000000000;

    }

    #nav ul li.act a.highlighted .sub-arrow::before {
      content: '-';
    }

    .sub-arrow {
      display: block;
    }


    @media (max-width: 550px) {
   

      .ani {
        margin-bottom: 0;
      }

      .ariadne {
        margin-bottom: 28px;
      }

      .header-logo {
        text-align: center;
        float: initial;
        margin: auto;
        margin-top: 7px;
      }

      .sub-arrow2 {
display: none;
      }

    }


    .nav-open main {
      opacity: .2;
    }

    .nav-open .header-logo {
      opacity: .0;
    }