/*


Navigation Off Canvas CSS

*/
#navigation-offcanvas-header {
  background-color: white;
  box-shadow: 0 -10px 10px 5px rgba(0, 0, 0, .5);
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 32167;
}

@media screen {
  #navigation-offcanvas-header .dp-print-header {
    display: none;
  }
}

/*




*/
#navigation-offcanvas-button {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border: 0;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: auto;
  text-indent: -32100px;
  top: 0;
  width: 50px;
}

#navigation-offcanvas-header .logo {
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  margin-top: 10px;
  text-align: center;
  text-indent: -32100px;
}

#navigation-offcanvas-header .logo>object {
  position: relative;
  z-index: -1;
}

#navigation-offcanvas-header .logo * {
  max-height: 4rem;
  height: 4rem;
  width: 100%;
}

/*




*/
.sidebar-offcanvas {
  background-color: rgb(100, 100, 100);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: block;
  height: 100%;
  overflow-y: scroll;
  padding: 50px 0 30px;
  position: fixed;
  top: 0;
  width: 66%;
  /* 6 columns */
  left: -67%;
  /* 6 columns */
  z-index: 32166;
}

html:not(.safari) .sidebar-offcanvas {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/*




*/
@media (max-width: 991px) {
  body {
    position: relative;
  }

  html:not(.safari) body {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  #navigation-offcanvas {
    left: -67%;
  }

  html.navigation-offcanvas-visible body {
    left: 66%;
    overflow: hidden;
  }

  html body,
  html.navigation-offcanvas-hidden body {
    left: 0;
  }

  html.navigation-offcanvas body {
    padding-top: 50px;
  }

  html.navigation-offcanvas-visible #navigation-offcanvas {
    left: 0;
  }

  /*




*/
  #navigation-offcanvas ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #navigation-offcanvas ul li {
    background: none transparent;
    margin: 0;
    padding: 0;
  }

  #navigation-offcanvas ul li ul {
    display: none;
    margin: 0;
    padding: 10px 0 0;
  }

  #navigation-offcanvas ul li a {
    color: white !important;
    padding: 10px 10px;
  }

  #navigation-offcanvas ul li a {
    display: block;
  }

  #navigation-offcanvas>ul>li>a {
    line-height: 18px;
    padding: 10px 10px;
  }

  #navigation-offcanvas>ul ul>li>a {
    line-height: 18px;
    padding: 10px 10px 10px 30px;
    background-repeat: no-repeat;
    background-position: 12px 14px;
  }

  #navigation-offcanvas>ul>li>a,
  #navigation-offcanvas>ul>li>ul>li:last-child>a {
    border-bottom: 1px solid rgb(200, 200, 200);
  }

  #navigation-offcanvas>ul>li>ul>li:last-child>a {
    padding-bottom: 20px;
  }

  #navigation-offcanvas>ul>li.menu-active>a+ul {
    display: block;
  }

  #navigation-offcanvas-language {
    clear: both;
    border-bottom: 1px solid rgb(200, 200, 200);
    padding: 10px 10px !important;
  }

  #navigation-offcanvas-language li {
    color: white !important;
    display: inline-block;
    margin-right: 5px !important;
    text-transform: lowercase;
  }

  #navigation-offcanvas>ul#navigation-offcanvas-language>li>strong,
  #navigation-offcanvas>ul#navigation-offcanvas-language>li>a {
    border: 1px solid rgb(140, 140, 140);
    padding: 0 3px;
    line-height: 2em;
    display: inline-block;
    width: 2em;
    text-align: center;
  }

  #navigation-offcanvas>ul#navigation-offcanvas-language>li>strong {
    background-color: rgb(160, 160, 160);
    border-color: rgb(160, 160, 160)
  }

  #navigation-offcanvas-main ul {
    background-color: rgb(60, 60, 60);
  }

  #navigation-offcanvas-top {
    margin-top: 30px !important;
  }

  #navigation-offcanvas-top>li:last-child a {
    border-bottom: 0 !important;
  }

  /*





*/
  html.navigation-offcanvas-right {}

  html.navigation-offcanvas-right body {
    left: auto;
    right: 0;
  }

  html.navigation-offcanvas-right #navigation-offcanvas-button {
    left: auto;
    right: 0;
  }

  html.navigation-offcanvas-right #navigation-offcanvas {
    left: auto;
    right: -67%;
  }

  html.navigation-offcanvas-right.navigation-offcanvas-visible #navigation-offcanvas {
    left: auto;
    right: 0;
  }

  html.navigation-offcanvas-right.navigation-offcanvas-visible body {
    left: auto;
    right: 66.667%;
    overflow: hidden;
  }
}

/*




*/
@media (min-width: 992px) {

  #navigation-offcanvas,
  #navigation-offcanvas-header {
    display: none !important;
  }
}

/*




*/
#navigation-offcanvas .social-media-navigation {
  margin-top: 30px !important;
  text-align: left;
}

#navigation-offcanvas .social-media-navigation a {
  display: inline-block;
  height: 36px;
  margin-left: 10px;
  width: 36px;
  overflow: hidden;
}

/*




*/

#navigation-offcanvas-buttons {
  height: 0;
  left: 50%;
  position: fixed;
  top: 0;
  text-align: left;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 32168;
}

#navigation-offcanvas-buttons .ym-hlist {
  background-color: transparent;
  overflow: visible;
  margin: 0;
  padding: 0;
}

#navigation-offcanvas-buttons .ym-hlist li {
  margin: 0;
  padding: 0;
}

@media ( max-width: 575px ) {
	#navigation-offcanvas-buttons {
		top: 10px;
	}

	#navigation-offcanvas-buttons #koehler-azubi-special-button {
		left: 50%;
		transform: translateX( calc( -100% - 10px ));
	}

	#navigation-offcanvas-buttons #koehler-karriere-special-button {
		left: 50%;
		transform: translateX( calc( 0% + 10px ));
	}

	#navigation-offcanvas-buttons #koehler-karriere-special-button > a > svg {
		width: 28px;
	}

	#navigation-offcanvas-buttons #koehler-azubi-special-button > a > span,
	#navigation-offcanvas-buttons #koehler-karriere-special-button > a > span > span {
		display: none;
	}
}

@media ( max-width: 475px ) {
	#navigation-offcanvas-buttons {
		top: 15px;
		transform: translateX(-50%) scale(0.75);
	}
}


@media ( max-width: 380px ) {
	#navigation-offcanvas-buttons {
    left: -25px;
		top: 46px;
    transform: translateX(0%) scale(.75);
  }
}

@media ( min-width: 992px ) {
	#navigation-offcanvas-buttons {
		display: none !important;
	}
}
/*




*/
.navigation-offcanvas-hidden #navigation-offcanvas-buttons {
  opacity: 1;
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
}

.navigation-offcanvas-visible #navigation-offcanvas-buttons {
  opacity: 0;
}
