@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: visible; }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: visible; }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

  100% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: hidden; } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

  100% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: hidden; } }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html, body {
  height: 100%;
  margin: 0;
  min-height: 100%; }

body {
  position: relative; }

  body:after {
  background: #004c93;
  content: '';
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  visibility: hidden;
  z-index: 10;
}

body.open:after{
	visibility: visible;

}


.burger-nav {
    font-family: Helvetica Neue, Helvetica, Sans-Serif;
    position: absolute;
    width: 100%;
    margin-top: -130px;
}

.burger-nav.open {
  z-index: 11;
}

 .burger-nav li {
  color: #fff;
  list-style-type: none;
  padding: 10px;
  text-align: left;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  font-size: 20px;
}

  .burger-nav li:not(.open) {
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
            animation-name: slideOutLeft; }
  .burger-nav.open li {
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft; }

.burger-link {
  border-left: #fff solid 0;
  color: #fff;
  font-family: Helvetica Neue, Helvetica, Sans-Serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 30px;
  text-decoration: none;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  width: auto; }


.burger-nav a:hover {
  background: transparent!important;
}

.navbar-nav>li>a:visited {
  color: #fff;
  font-weight: bold;
}

.nav>li>ul>li {
  text-align: center;
  font-size: 20px;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .nav .open>a:visited, .nav .open>a:active {
   background: transparent!important;
}


.burger-link:hover, .burger-link.active {
  border-left: #fff solid 2px;
  padding-left: 30px; 

}

.burger {
    background: #004c93;
    border: white solid 2px;
    border-radius: 20%;
    cursor: pointer;
    display: inline-block;
    height: 43px;
    padding-left: 7px;
    padding-top: 8px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 43px;
    z-index: 12;
}

.bun {
  background: #fff;
  position: relative;
  -webkit-transition: all .4s ease;
          transition: all .4s ease; }

.bun-top {
  height: 2px;
  top: 0;
  width: 24px; }

.bun-mid {
  height: 2px;
  top: 8px;
  width: 24px; }

.bun-bottom {
  height: 2px;
  top: 16px;
  width: 24px; }

.burger-brand {
  color: #046380;
  font-family: Helvetica Neue, Helvetica, Sans-Serif;
  font-size: 24px;
  font-weight: 300;
  left: 0;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  top: -21.4285714286px;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  z-index: 2000; }

.burger-contain {
  left: 10px;
  position: absolute;
  top: 90px;
  width: auto;
}
  .burger-contain:hover:not(.open) .burger {
    background: #0689b1; }
  .burger-contain.open .burger {
    border: #046380 solid 2px; }
  .burger-contain.open .bun-top {
    background: #fff;
    top: 9px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .burger-contain.open .bun-mid {
    opacity: 0; }
  .burger-contain.open .bun-bottom {
    background: #fff;
    top: 5px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .burger-contain.open .burger-brand {
    color: #fff; }
  .burger-contain.open:hover .burger {
    border: white solid 2px; }

div#pannendienst-mobile {
  margin-top: -50px;
  margin-left: -90px;
  font-weight: bold;
  color: red;
}

div#notrufnummern-mobile {
  margin-left: -106px;
  font-weight: bold;
  color: red;
}

div#notruf-button-mobile {
    width: 40px;
    float: right;
    margin-right: 30px;
    position: relative;
    z-index: 10000;
}

div#notruf-button-mobile a:hover{
	text-decoration: none;
}

#logo-mobile {
  width: 80%;
  padding-top: 10px;
  margin: 0;
  height: auto;
  float: left;
  margin-bottom: 18px;
}

@media (min-width: 768px){
.nav > li > a > img {
  max-width: 80%!important;
  position: absolute;
  left: 10%;
  bottom: 10px;
  height: auto!important;
}

.nav>li>ul>li {
  text-align: left;
  font-size: 20px;
}

.nav > li:nth-of-type(5) > a > img {
  max-width: 80%;
  position: absolute;
  left: 20%;
  bottom: 10px;
}
}

@media (min-width: 1300px){
.nav > li:nth-of-type(5) > a > img {
  left: 33%;
}
}