body.offcanvas-open {
  overflow: hidden;
}

.btn-offcanvas {
  width: 100%;
  background: #9c9c9c;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 300ms ease-out;
}
.btn-offcanvas .btn-offcanvas-wrapper {
  display: flex;
  align-items: center;
}
.btn-offcanvas .btn-offcanvas-wrapper .text {
  margin-right: auto;
  text-align: left;
}
.btn-offcanvas:focus, .btn-offcanvas:hover {
  color: #fff;
  background: #838383;
}

.soziales .btn-offcanvas {
  background: #f6a120;
}
.soziales .btn-offcanvas:focus, .soziales .btn-offcanvas:hover {
  background: #c27808;
}

.verwaltung .btn-offcanvas {
  background: #8279A4;
}
.verwaltung .btn-offcanvas:focus, .verwaltung .btn-offcanvas:hover {
  background: #5d547b;
}

.wirtschaft .btn-offcanvas {
  background: #008ec1;
}
.wirtschaft .btn-offcanvas:focus, .wirtschaft .btn-offcanvas:hover {
  background: #005675;
}

.leben .btn-offcanvas {
  background: #96be2c;
}
.leben .btn-offcanvas:focus, .leben .btn-offcanvas:hover {
  background: #65801e;
}

.kultur .btn-offcanvas {
  background: #e02d3b;
}
.kultur .btn-offcanvas:focus, .kultur .btn-offcanvas:hover {
  background: #a81924;
}

#offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  background: #fff;
  z-index: 1000003;
  transition: left 0.3s ease;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 0;
}
.offcanvas-menu .offcanvas-header {
  color: #333;
}
.offcanvas-menu .offcanvas-header h3 {
  margin: 10px 0 10px 0;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem;
}
.offcanvas-menu .offcanvas-header h3 .text-small {
  font-size: 2rem;
  font-weight: 300;
}
.offcanvas-menu.soziales .offcanvas-header {
  background: rgba(246, 161, 32, 0.2);
}
.offcanvas-menu.verwaltung .offcanvas-header {
  background: rgba(130, 121, 164, 0.2);
}
.offcanvas-menu.wirtschaft .offcanvas-header {
  background: rgba(0, 142, 193, 0.2);
}
.offcanvas-menu.leben .offcanvas-header {
  background: rgba(150, 190, 44, 0.2);
}
.offcanvas-menu.kultur .offcanvas-header {
  background: rgba(224, 45, 59, 0.2);
}
.offcanvas-menu.active {
  right: 0;
}
.offcanvas-menu .menu {
  margin-top: 10px;
}
.offcanvas-menu a {
  font-family: "Dosis", sans-serif;
  padding: 8px 8px 8px 0;
  text-decoration: none;
  font-size: 1.9rem;
  line-height: 2.4rem;
  color: #333;
  display: block;
  transition: 0.3s;
}
.offcanvas-menu a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.offcanvas-menu a.nav-link {
  background: #fff;
  z-index: 1000;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.offcanvas-menu .submenu {
  margin-left: 2.2rem;
}
.offcanvas-menu .submenu a {
  font-size: 1.6rem;
  line-height: 2.2rem;
  position: relative;
  padding: 5px 8px 5px 8px;
}
.offcanvas-menu .submenu a:before {
  position: absolute;
  content: " ";
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  width: 15px;
  height: 65px;
  margin-left: -2rem;
  top: -49px;
}
.offcanvas-menu .submenu a:first-child:before {
  width: 15px;
  height: 25px;
  top: -9px;
}
.offcanvas-menu.soziales a.active {
  color: #f6a120;
}
.offcanvas-menu.soziales .submenu a:before {
  border-color: #fac47d !important;
}
.offcanvas-menu.verwaltung a.active {
  color: #8279A4;
}
.offcanvas-menu.verwaltung .submenu a:before {
  border-color: #afaac5 !important;
}
.offcanvas-menu.wirtschaft a.active {
  color: #008ec1;
}
.offcanvas-menu.wirtschaft .submenu a:before {
  border-color: #aad2e6 !important;
}
.offcanvas-menu.leben a.active {
  color: #96be2c;
}
.offcanvas-menu.leben .submenu a:before {
  border-color: #d5e5b1 !important;
}
.offcanvas-menu.kultur a.active {
  color: #e02d3b;
}
.offcanvas-menu.kultur .submenu a:before {
  border-color: #ee7e83 !important;
}
.offcanvas-menu .closebtn {
  position: absolute;
  top: 0;
  right: 27px;
  font-size: 50px;
  line-height: 60px;
}
.offcanvas-menu .closebtn:hover {
  text-decoration: none;
}

.offcanvas-content {
  overflow-y: auto;
  flex-grow: 1;
  padding: 15px;
}

.offcanvas-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-height: 450px) {
  #offcanvas-menu {
    padding-top: 15px;
  }
  #offcanvas-menu a {
    font-size: 18px;
  }
}

/*# sourceMappingURL=offcanvas.css.map */
