/* 1. Descriptive Variables
========================================================================== */
/*Neu*/
/*Neu*/
/*Neu*/
/*$red: rgb(255,0,0);/*rgb(197,40,36);*/
/* 2. Functional Variables
========================================================================== */
/* General
========================================================================== */
/* Navigation
========================================================================== */
/* Shared */
/* Main Navigation */
/* Superfish */
/* Megamenu */
/* Breadcrumbs */
/* Teaser
========================================================================== */
/* Shared */
/*$color-teaser-bg: $white;*/
/*$color-recommendation-bg: $white;
$color-recommendation-border: $lightest-grey;
$color-recommendation-copy: $dark-grey;
$color-recommendation-heading: $blue;
$color-recommendation-tag: $light-grey;*/
/* Highlighted */
/* Emphasized */
/* Understated */
/*$color-teaser--understated-bg: $color-understated;*/
/* Footer
========================================================================== */
@import url(../fonts/opensans_regular_macroman/stylesheet.css);
@import url(../fonts/opensans_semibold_macroman/stylesheet.css);
nav {
  height: 60px;
  position: relative;
  z-index: 2;
}
/* Menu Lists */
ul.menu {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
ul.menu li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  /*
  a {
    color: $color-copy;
    text-decoration: underline;
    &:hover,
    &:focus {
      text-decoration: none;
    }
  }
  */
}
ul.menu li.last {
  margin-bottom: 0;
}

/*
.block-menu-menu-menu-main-de,
.block-menu-menu-menu-main-en,
.nav--main {
  ul {
    &.menu {
      @include clearfix();
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 999;
      li {
        &.depth-2 { 
          float: left;
          margin-right: 3em;
          li {
            margin-left: 1em;
          }
        }
        &.depth-1 {
          float: left;
          margin: 0;
          padding: 0;
          > a {
            padding: .25em 1.5em;
          }
          &.first {
            > a {
              padding-left: $gutter;
            }
          }
          &.last {
            float: right;
            > a {
              padding-right: $gutter;
            }
          }
          &.has-children {
            a:after {
              color: #333;
              @include inline-block();
              padding-left: 0;
              transform: scale(1.5,1);
              -webkit-transform: scale(1.5,1);
              -moz-transform: scale(1.5,1);
              -ms-transform: scale(1.5,1);
              -o-transform: scale(1.5,1);
            }
            &.collapsed > a:after {
              content: '\00A0\2228';
            }
            &.expanded > a:after {
              content: '\00A0\2227';
            }
            &.home,
            &.login {
              .menu {
                width: auto;
                .depth-2 {
                  float: none;
                }
              }
            }
            &.branchenloesungen,
            &.ueber-uns,
            &.about-us,
            &.aktuelles,
            &.news {
              .menu {
                .depth-2 {
                  float: none;
                }
              }
            }
          }
          &.depth-3 {
            margin-left: 1em;
          }
          &.collapsed {
            .menu {
              display: none;
            }
          }
          &.expanded {
            .menu {
              display: block;
              margin-top: 1em;
            }
            a {
              background-color: $color-nav--main-bg;
            }
          }
          > .menu {
            background-color: $color-nav--main-bg;
            left: 0;
            padding: $gutter;
            position: absolute;
            top: .5em;
            width: 100%;
          }
          &.login {
            .menu {
              left: auto;
              right: 0;
            }
          }
        }
      }
    }
  }
}*/
/*
.toggle-nav--main {
    background: #666;
    color: #fff;
    display: none;
    font-size: .8125em;
    padding: .5em 1.5em;
}

.nav {
  display: block;
  font-size: 1em;
  margin: 0;
  padding: 0;
  .nav-list {
    display: table;
    list-style: none;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
    word-spacing: -1em;
    z-index: 999;
    .nav-list-item {
      @include inline-block();
      text-align: center;
      margin: 0;
      padding: 0;
      word-spacing: 0;
      &.first {
      }
      &.last {
        float: right;
      }
      a {
        color: $color-nav-item;
        display: block;
        line-height: 1.5em;
        margin: 0;
        padding: .5em 1.5em;
        text-decoration: none;
        white-space: nowrap;
        transition: all 0.5s ease;
        &:hover,
        &:focus,
        &.active {

        }
      }
      &.active a {

      }
      &.offer a {
        color: #e2001a;
      }
      &.active > a {
        text-decoration: underline;
      }
      &.level-1 {
        &.has-children > a:after,
        &.has-children.active > a:after {
          color: #333;
          @include inline-block();
          padding-left: 0;
          transform: scale(1.5,1);
          -webkit-transform: scale(1.5,1);
          -moz-transform: scale(1.5,1);
          -ms-transform: scale(1.5,1);
          -o-transform: scale(1.5,1);
        }
        &.has-children > a:after {
          content: '\00A0\2228';
        }
        &.has-children.active > a:after {
          content: '\00A0\2227';
        }
      }
      &.active {
        .nav-list-item {
          display: block;
          margin-left: 1em;
          &.sub-1 {
            display: inline-block;
            margin-left: 0;
            width: 25%;
            .nav-list {
              width: 100%;
            }
          }
        }
        .nav-list.sub {
          left: 0;
          position: absolute;
          top: 3em;
          .nav-list {
            width: auto;
            .nav-list-item {
              text-align: left;
              .nav-list-item {
                display: none;
                left: 0;
              }
            }
          }
        }
      }
    }
  }
  &.nav--main {
    display: block;
    font-size: 1em;
  }
}
.lt-ie8 .nav-list-item a {
  @include float();
  height: 2em;
}
.nav-list-item.active .nav-list {
  background: rgb(240,240,240);
}

.about-us.active .nav-list-item.sub-1 {
  @include inline-block();
  margin-left: 0;
  width: 14%;
}
*/
/* Language Switcher */
.language-switcher-locale-url {
  font-size: 1em;
  width: auto;
}
.language-switcher-locale-url li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  margin: 0;
  padding: 0;
  word-spacing: 0;
}
.language-switcher-locale-url li a {
  color: #525252;
  display: block;
  line-height: 1.5em;
  margin: 0;
  padding: .5em 1em;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.5s ease;
}
.language-switcher-locale-url li a:hover, .language-switcher-locale-url li a:focus, .language-switcher-locale-url li a.active {
  text-decoration: underline;
}
.language-switcher-locale-url li.inactive a {
  cursor: default;
  opacity: .5;
}
.language-switcher-locale-url li.inactive a:hover, .language-switcher-locale-url li.inactive a:focus, .language-switcher-locale-url li.inactive a.active {
  text-decoration: none;
}
.language-switcher-locale-url li.active a {
  font-weight: bold;
}
.language-switcher-locale-url li.active a:hover, .language-switcher-locale-url li.active a:focus, .language-switcher-locale-url li.active a.active {
  text-decoration: none;
}

/* Breadcrumbs */
.breadcrumb {
  background-color: #eceded;
  color: #525252;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
.breadcrumb a {
  color: #525252;
  text-decoration: underline;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  text-decoration: none;
}

.node-type-location .breadcrumb {
  display: none;
}

/* Supplementary navigation */
.no-branch .block-menu-menu-menu-supp-de .schuldnerservice,
.no-branch .block-menu-menu-menu-supp-de .recherchezentren {
  display: none;
}

/*
@media (max-width: $breakpoint) {
  .block-menu-menu-menu-main-de,
  .block-menu-menu-menu-main-en,
  .nav--main {
    background-color: $color-nav--main-bg;
    display: none;
    &.visible {
      display: block;
    }
    ul {
      &.menu {
        margin: 0;
        padding: 0;
        position: static;
        li {
          &.depth-2 { 
            float: none;
            margin-right: 0;
            li {
              margin-left: 0;
            }
          }
          &.depth-1 {
            float: none;
            > a {
              padding: .5em 1em;
            }
            &.first {
              > a {
                padding-left: 1em;
              }
            }
            &.last {
              float: none;
              > a {
                padding-right: 1em;
              }
            }
            &.collapsed {
              .menu {
                display: none;
              }
            }
            &.expanded {
              .menu {
                display: block;
                margin-top: 0;
              }
              a {
                background-color: $color-nav--main-bg;
              }
            }
            > .menu {
              padding: 0;
              position: static;
              top: 0;
            }
            &.login {
              .menu {
                left: 0;
                right: auto;
              }
            }
          }
          a {
            @include inline-block();
            color: $color-nav--main-item;
            padding: .5em 1.5em;
            text-decoration: none;
            @include transition(all, 0.5s, ease-in-out);
            &:hover,
            &:focus {
              text-decoration: underline;
            }
          }
          &.active-trail {
            a {
              font-weight: bold;
              &.active {
                font-weight: bold;
              }
            }
            ul {
              li {
                a {
                  font-weight: normal;
                }
              }
            }
          }
        }
      }
    }
  }
}
*/
