/*make space for the sidebar*/
#page {
  margin-right: 50px; }
  @media screen and (max-width: 1290px) {
    #page {
      margin-right: 0; } }

@media screen and (min-width: 1291px) {
  a.scroll-top.on {
    right: 60px; } }
.masthead.sticky-on {
  right: 50px;
  left: 0;
  width: auto !important; }

/*fix the fullwidth-bullshit-css of the7 in the body*/
@media screen and (min-width: 1290px) {
  div#content > * {
    position: relative;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important; }

  #content .vc_ie-flexbox-fixer .vc_ie-flexbox-fixer .vc_row.wpb_row {
    margin: 0 !important;
    left: 0 !important; } }
.fdi-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  background: #AFAFAF;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 50px;
  z-index: 1000;
  padding-bottom: 20px; }
  @media screen and (max-width: 1290px) {
    .fdi-sidebar {
      display: none; } }

.fdi-sidebar-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  height: 90px;
  width: 100%; }
  .fdi-sidebar-btn i {
    font-size: 28px;
    color: #fff; }

.dropdown:not(.open) .fa-times {
  display: none; }
.dropdown.open {
  width: 100%;
  height: 100%;
  background: #fff; }
  .dropdown.open .fa-bars {
    display: none; }
  .dropdown.open .fdi-sidebar-btn {
    position: absolute;
    right: 100%;
    width: 90px;
    height: 90px;
    background: #fff; }
    .dropdown.open .fdi-sidebar-btn .fa-times {
      color: #000; }
  .dropdown.open .fdi-sidebar-menu {
    top: 0;
    width: 355px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    box-shadow: none; }
    .dropdown.open .fdi-sidebar-menu .dropdown-item {
      display: flex;
      height: 35px;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 50px;
      text-decoration: none; }
      .dropdown.open .fdi-sidebar-menu .dropdown-item.burkhard-group {
        height: 90px;
        padding-bottom: 40px;
        border-bottom: 2px solid #ECECEC;
        margin: 40px 0; }
      .dropdown.open .fdi-sidebar-menu .dropdown-item.burkhard-loet i {
        color: #F5A800; }
      .dropdown.open .fdi-sidebar-menu .dropdown-item.burkhard-schweiss i {
        color: #D7282F; }
      .dropdown.open .fdi-sidebar-menu .dropdown-item.burkhard-sprueh i {
        color: #0075A9; }
      .dropdown.open .fdi-sidebar-menu .dropdown-item i {
        font-size: 27px; }
    .dropdown.open .fdi-sidebar-menu img {
      height: 100%; }
  .dropdown.open + .stretch-parent {
    width: 444px; }
  .dropdown.open + .stretch-parent + .fdi-sidebar-rotated-logos {
    display: none; }

.fdi-sidebar-rotated-logos {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center; }

.fdi-sidebar-rotated-logos a {
  margin-top: 20px;
  width: 25px; }

.fdi-sidebar-rotated-logos img {
  width: 100%; }

.fdi-sidebar-rotated-logos a:first-child {
  margin-top: 0; }

.fdi-sidebar-rotated-logos a:first-child {
  margin-bottom: auto; }

/*# sourceMappingURL=sidebar-styles.css.map */
