/* ______________________ Basics ______________________ */

* {
  border: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: 0;
}

body {
  font-size: 100%;
  background: #eee;
  font-family: "Noto Sans", "Arial", sans-serif;
}

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

p {
  line-height: 1.6em;
  font-weight: 400;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
table {
  color: #777;
}

div.danke a img {
  width: 100%;
  max-width: 388px;
}

div.danke a {
  font-weight: bold;
  color: #084f80;
}
div.danke a:hover {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
  font-weight: 700;
}

.block {
  display: block;
  height: 35px;
  width: 100%;
}

img {
  display: block;
  margin: 0 auto;
}

.flow-img {
  float: left;
}

.car {
  max-width: 100%;
}

/* ______________________ Top ______________________ */

div.top a.custom-logo-link img {
  height: 70px;
  width: 256px;
  display: block;
  position: absolute;
  top: 27px;
  left: 20px;
}

div.top {
  position: relative;
  height: 125px;
}

div.top button {
  width: 40px;
  background: url(../img/bg-flag-en.jpg) 0 0 no-repeat;
  height: 24px;
  font-size: 1px;
  text-indent: -9999px;
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  float: right;
  cursor: pointer;
}

div.top a.top-phone {
  font-size: 1.4em;
  position: absolute;
  right: 0;
  top: 60px;
  display: inline-block;
  white-space: nowrap;
  clear: both;
  float: right;
  font-weight: bold;
  color: #084f80;
  background: url(../img/bg-tel.png) 0 6px no-repeat;
  padding: 0 0 0 23px;
}

div.top a.top-phone:hover {
  text-decoration: underline;
}

div.top p {
  font-size: 0.9em;
  position: absolute;
  right: 0;
  top: 90px;
  float: right;
  white-space: nowrap;
}

div.top ul.social-media {
  position: absolute;
  top: 20px;
  width: 120px;
  right: 50px;
}

div.top ul.social-media li {
  margin-left: 10px;
  float: left;
  width: 30px;
}

div.top ul.social-media li a {
  font-size: 1.25em;
  width: 30px;
  text-align: center;
  display: block;
}

.fa-facebook {
  color: #3b5998 !important;
}

.fa-google-plus {
  color: #dd4b39 !important;
}

.fa-foursquare {
  color: #fa4778 !important;
}

.fa-twitter {
  color: #55acee !important;
}

/* ______________________ Nav ______________________ */

nav {
  width: 100%;
  display: inline-block;
  background: #313639;
  position: relative;
  vertical-align: bottom;
}

nav button#menu-button {
  display: none;
}

nav ul li a {
  font-family: "Anaheim", "Arial", sans-serif;
  font-size: 1em;
  float: left;
  width: auto;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ccc;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

nav ul li a:hover,
nav ul li a:focus {
  color: #fff;
}

nav ul li.current-menu-item a {
  background: #084f80;
  color: #fff;
}

.vdp {
  position: absolute;
  top: 15px;
  right: 200px;
  width: 95px;
  height: 95px;
}

.vdp img {
  width: 95px;
  height: 95px;
}

/* ______________________ Header ______________________ */

header#header {
  height: auto;
  position: relative;
}

header#header h1 {
  background: #084f80;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: -20px;
  font-size: 2em;
  font-weight: 700;
  display: block;
  color: #fff;
  padding: 10px 20px;
}

header#header img {
  vertical-align: bottom;
  width: 100%;
  object-fit: cover;
  min-height: 150px;
}

ul#slift-menu {
  position: absolute;
  z-index: 11;
  bottom: 200px;
  left: -20px;
}

ul#slift-menu li {
  margin: 10px 0;
}

ul#slift-menu li p {
  font-size: 1.6em;
  z-index: 12;
  cursor: default;
  color: #555;
  padding: 2px 25px;
  background: #fff;
  display: inline-block;
}

ul#slift-menu li p strong {
  color: #084f80;
}

ul#slift-menu li p em {
  font-style: normal;
}

ul#slift-menu li p em:before {
  content: url(../img/bg-check.png) " ";
}

ul#slift-menu.sub-slift {
  bottom: 120px;
}

ul#slift-menu.city-sub-slift {
  top: 80px;
}

ul#slift-menu.sub-slift li p {
  font-size: 1.3em;
}

ul#slift-menu.city-sub-slift li h1 {
  font-size: 2em;
  font-style: italic;
  position: static;
  background: #fff;
  font-weight: 400;
  color: #666;
}

/* ______________________ Languagebox ______________________ */

#blackbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  display: none;
  z-index: 40;
}

div.lang-box {
  position: absolute;
  width: 80%;
  top: 100px;
  left: auto;
  right: auto;
  margin: 0 10%;
  background: #fff;
  display: none;
  z-index: 45;
  -webkit-box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.5);
}

div.lang-box button {
  cursor: pointer;
  float: right;
  margin: 0 0 5px 5px;
  background: #252525;
  font-size: 1.6em;
  font-weight: bold;
  padding: 10px 15px;
  color: #fff;
}

div.lang-box button:hover,
div.lang-box button:focus {
  background: #084f80;
}

div.lang-box h5 {
  margin: 20px 20px 10px;
  font-size: 2em;
}

div.lang-box p {
  margin: 0 20px 10px;
}

div.lang-box a {
  color: #084f80;
  display: inline-block;
  font-size: 2.5em;
  font-weight: bold;
  margin: 0 20px 20px;
  padding: 0 0 0 35px;
  background: url(../img/bg-tel.png) 0 -32px no-repeat;
}

div.lang-box a:hover,
div.lang-box a:focus {
  text-decoration: underline;
}

/* ______________________ Linkbox ______________________ */

div#linkbox {
  width: 100%;
  background: #fff;
  margin: 0 0 35px 0;
  position: relative;
  display: table;
}

div#linkbox a {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  background: url(../img/bg-linkbox.jpg) right 0 repeat-y;
}

div#linkbox a:last-child {
  background: none;
}

div#linkbox div {
  display: table-cell;
  vertical-align: top;
}

div#linkbox div.linkbox-img {
  width: 90px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

div#linkbox div img {
  width: 80px;
  margin: 10px 10px 0 0;
  vertical-align: bottom;
}

div#linkbox div h2 {
  margin: 15px 5px 0 0;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #084f80;
}

div#linkbox div p {
  margin: 0 10px 15px 0;
  font-size: 0.9em;
}

div#linkbox a:hover div.linkbox-img {
}

div#linkbox a:hover div.linkbox-img img {
  width: 90px;
  margin: 0;
}

/* ______________________ Phonebox ______________________ */

a#phonebox {
  background: #084f80;
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: -20px;
  height: 62px;
  font-size: 2.2em;
  font-weight: 400;
  display: block;
  color: #fff;
  padding: 10px 20px 0 95px;
  line-height: 25px;
  text-indent: 20px;
}

a#phonebox em {
  font-size: 0.6em;
  font-weight: 400;
  white-space: nowrap;
  text-indent: -20px;
}

a#phonebox div#phone {
  height: 100px;
  margin: 0;
  background: url(../img/phone-bottom.png) 50% 40px no-repeat;
  position: absolute;
  left: 0;
  width: 100px;
  top: -15px;
}

a#phonebox div#phone div#handset {
  position: absolute;
  width: 98px;
  margin: 30px 0 0;
  background: url(../img/phone-top.png) 50% 0 no-repeat;
  height: 26px;
}

a#phonebox:hover div#phone {
  -webkit-animation: ring 1s linear;
  -moz-animation: ring 1s linear;
  -ms-animation: ring 1s linear;
  -o-animation: ring 1s linear;
  animation: ring 1s linear;
}

a#phonebox:hover div#phone div#handset {
  -webkit-animation: ringring 1.1s linear;
  -moz-animation: ringring 1.1s linear;
  -ms-animation: ringring 1.1s linear;
  -o-animation: ringring 1.1s linear;
  animation: ringring 1.1s linear;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
  }
  90% {
    -webkit-transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0deg);
  }
  30% {
    -moz-transform: rotate(0deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  50% {
    -moz-transform: rotate(10deg);
  }
  60% {
    -moz-transform: rotate(-10deg);
  }
  70% {
    -moz-transform: rotate(10deg);
  }
  80% {
    -moz-transform: rotate(-10deg);
  }
  90% {
    -moz-transform: rotate(10deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}

@-ms-keyframes ring {
  0% {
    -ms-transform: rotate(0deg);
  }
  30% {
    -ms-transform: rotate(0deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  50% {
    -ms-transform: rotate(10deg);
  }
  60% {
    -ms-transform: rotate(-10deg);
  }
  70% {
    -ms-transform: rotate(10deg);
  }
  80% {
    -ms-transform: rotate(-10deg);
  }
  90% {
    -ms-transform: rotate(10deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}

@-o-keyframes ring {
  0% {
    -o-transform: rotate(0deg);
  }
  30% {
    -o-transform: rotate(0deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  50% {
    -o-transform: rotate(10deg);
  }
  60% {
    -o-transform: rotate(-10deg);
  }
  70% {
    -o-transform: rotate(10deg);
  }
  80% {
    -o-transform: rotate(-10deg);
  }
  90% {
    -o-transform: rotate(10deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  90% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes ringring {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    margin-top: 24px;
    -webkit-transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(12deg);
  }
  40% {
    -webkit-transform: rotate(-12deg);
  }
  50% {
    -webkit-transform: rotate(14deg);
  }
  60% {
    -webkit-transform: rotate(-14deg);
  }
  70% {
    -webkit-transform: rotate(15deg);
  }
  80% {
    margin-top: 24px;
    -webkit-transform: rotate(-15deg);
  }
  90% {
    -webkit-transform: rotate(10deg);
  }
  100% {
    margin-top: 30px;
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes ringring {
  0% {
    -moz-transform: rotate(0deg);
  }
  20% {
    margin-top: 24px;
    -moz-transform: rotate(0deg);
  }
  30% {
    -moz-transform: rotate(12deg);
  }
  40% {
    -moz-transform: rotate(-12deg);
  }
  50% {
    -moz-transform: rotate(14deg);
  }
  60% {
    -moz-transform: rotate(-14deg);
  }
  70% {
    -moz-transform: rotate(15deg);
  }
  80% {
    margin-top: 24px;
    -moz-transform: rotate(-15deg);
  }
  90% {
    -moz-transform: rotate(10deg);
  }
  100% {
    margin-top: 30px;
    -moz-transform: rotate(0deg);
  }
}

@-ms-keyframes ringring {
  0% {
    -ms-transform: rotate(0deg);
  }
  20% {
    margin-top: 24px;
    -ms-transform: rotate(0deg);
  }
  30% {
    -ms-transform: rotate(12deg);
  }
  40% {
    -ms-transform: rotate(-12deg);
  }
  50% {
    -ms-transform: rotate(14deg);
  }
  60% {
    -ms-transform: rotate(-14deg);
  }
  70% {
    -ms-transform: rotate(15deg);
  }
  80% {
    margin-top: 24px;
    -ms-transform: rotate(-15deg);
  }
  90% {
    -ms-transform: rotate(10deg);
  }
  100% {
    margin-top: 30px;
    -ms-transform: rotate(0deg);
  }
}

@-o-keyframes ringring {
  0% {
    -o-transform: rotate(0deg);
  }
  20% {
    margin-top: 24px;
    -o-transform: rotate(0deg);
  }
  30% {
    -o-transform: rotate(12deg);
  }
  40% {
    -o-transform: rotate(-12deg);
  }
  50% {
    -o-transform: rotate(14deg);
  }
  60% {
    -o-transform: rotate(-14deg);
  }
  70% {
    -o-transform: rotate(15deg);
  }
  80% {
    margin-top: 24px;
    -o-transform: rotate(-15deg);
  }
  90% {
    -o-transform: rotate(10deg);
  }
  100% {
    margin-top: 30px;
    -o-transform: rotate(0deg);
  }
}

@keyframes ringring {
  0% {
    transform: rotate(0deg);
  }
  20% {
    margin-top: 24px;
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(12deg);
  }
  40% {
    transform: rotate(-12deg);
  }
  50% {
    transform: rotate(14deg);
  }
  60% {
    transform: rotate(-14deg);
  }
  70% {
    transform: rotate(15deg);
  }
  80% {
    margin-top: 24px;
    transform: rotate(-15deg);
  }
  90% {
    transform: rotate(10deg);
  }
  100% {
    margin-top: 30px;
    transform: rotate(0deg);
  }
}

/* ______________________ Breadcrumbs ______________________ */

ul.breadcrumb {
  padding: 15px 30px;
  background: #fff;
}

ul.breadcrumb li {
  display: inline-block;
  font-style: italic;
  font-size: 1em;
}

ul.breadcrumb li a {
  font-style: normal;
  font-weight: 700;
}

ul.breadcrumb li a:hover,
ul.breadcrumb li a:focus {
  text-decoration: underline;
}

/* ______________________ Main Content ______________________ */

div#main {
  position: relative;
  background: #fff;
}

div#main article {
  width: 66.75%;
  max-width: 66.75%;
}

div#main article img {
  max-width: 100%;
}

div#main article h1 {
  margin: 20px 30px 0;
  font-weight: 700;
  font-size: 1.3em;
  display: inline-block;
  color: #666;
  position: relative;
}

div#main article h2 {
  margin: 0 30px 10px;
  font-size: 1.6em;
  font-weight: 400;
}

div#main article h3 {
  margin: 0 35px 5px;
}

div#main article h4 {
  margin: 0 30px 10px;
  color: #084f80;
  font-weight: 700;
  font-size: 1.1em;
}

div#main article section {
  width: 50%;
  float: left;
}

div#main article section h3 {
  font-size: 1.6em;
  margin: 10px 30px;
  font-weight: 400;
}

div#main article section p {
  margin: 0 35px 30px 35px;
}

div#main article section ul {
  padding: 0 20px 30px;
}

div#main article section ul li {
  margin: 10px 0 5px 0;
  padding: 0 0 0 45px;
  background: url(../img/bg-check.png) 15px 50% no-repeat;
  font-weight: 400;
}

div#main article p {
  margin: 10px 35px 20px;
}

div#main.sub-main article div p {
  padding: 5px 10px;
  margin: 0;
}

div#main article p a {
  color: #084f80;
}

div#main article p a:hover,
div#main article p a:focus {
  text-decoration: underline;
}

div#main article p img.alignleft {
  margin: 0;
  text-align: left;
}

div#main aside {
  width: 33.25%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

div#main aside h4 {
  font-size: 1.5em;
  text-align: center;
  display: block;
  margin: 0;
  padding: 15px 10px;
  font-weight: 400;
  color: #fff;
  background: #084f80;
  position: relative;
}

div#main aside h4:after {
  content: url(../img/bg-down.png);
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translate(-50%, 0);
}

div#main aside ul {
  padding: 45px 20px 30px;
  margin: 0 auto;
  width: 300px;
}

div#main aside ul.no-arrow {
  background: none;
  padding: 0;
}

div#main aside ul li {
  padding: 0 0 0 45px;
  background: url(../img/bg-check.png) 15px 50% no-repeat;
  font-weight: 400;
  margin: 0 0 10px;
}

div#main aside ul.no-arrow li {
  margin: 0;
  padding: 0;
}

div#main aside p {
  padding: 0 35px;
}

div#main aside p.first-aside {
  padding: 45px 35px 30px;
}

div#main aside img {
  display: block;
  margin: 15px auto;
}

/* ______________________ Headline ______________________ */

div.headline {
  min-height: 140px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

div.headline img {
  width: auto;
  margin: 10px 0 0 0;
  height: 125px;
  float: left;
}

div.headline div.headline-wrapper {
  position: absolute;
  width: 66.75%;
  padding: 0 10px 0 100px;
  box-sizing: border-box;
  top: 50%;
  transform: translate(0, -50%);
}

div.headline div.headline-wrapper.headline-wrapper-index {
  padding: 0 10px 0 150px;
}

div.headline h1 {
  font-size: 2em;
}

div.headline h2 {
  font-size: 1.2em;
  font-weight: normal;
}

div.headline p {
  font-size: 1em;
}

/* ______________________ Bxslider ______________________ */

div#main aside ul.bxslider {
  position: relative;
  width: 100%;
}

div#main aside ul.bxslider li {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

div#main aside ul.bxslider li div {
  display: block;
  background: url(../img/bg-main1.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 680px;
}

div#main aside ul.bxslider li div#bx2 {
  background-image: url(../img/bg-main2.jpg);
}

div#main aside ul.bxslider li div#bx3 {
  background-image: url(../img/bg-main3.jpg);
}

div#main aside ul.bxslider li div#bx4 {
  background-image: url(../img/bg-main4.jpg);
}

div#main aside ul.bxslider li div#bx5 {
  background-image: url(../img/bg-main5.jpg);
}

div#main aside ul.bxslider li div p {
  display: block;
  color: #222;
  position: absolute;
  top: 340px;
  margin: 0 50px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.7);
}

div#main aside ul.bxslider li div p a {
  color: #fff;
  background: #084f80;
  padding: 0 3px;
  font-style: italic;
}

div#main aside ul.bxslider li div p a:hover,
div#main aside ul.bxslider li div p a:focus {
  background: #fff;
  color: #084f80;
}

/* ______________________ Mapbox ______________________ */

div#map-box {
  width: 100%;
  margin: 0 auto 35px;
}

div#map-info {
  width: 66.75%;
  float: right;
}

div#map-container {
  width: 33.25%;
  float: left;
  margin: 10px 0;
}

div#map-box div#map-info h2 {
  font-size: 1.6em;
  margin: 20px 35px 10px;
}

div#map-box div#map-info p {
  margin: 0 35px;
}

div#map-box div#map-info img {
  width: 300px;
  margin: 30px auto 15px;
  display: block;
}

div.district-menu ul {
  padding: 20px;
}

div.district-menu a {
  background: #fff;
  color: #084f80;
  padding: 1px 4px;
  margin: 6px 3px;
  font-weight: bold;
  border-radius: 7px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  float: left;
}

div.district-menu a:hover,
div.district-menu a:focus,
div.district-menu li.current_page_item a {
  background: #084f80;
  color: #fff !important;
  text-decoration: none !important;
}

/* _ Map Mülheim _ */

div#muelheim {
  background: url(../img/muelheim-einsatzorte.png) 0 0 no-repeat;
  width: 300px;
  height: 390px;
  position: relative;
  display: block;
  margin: 0 auto;
}

div#muelheim ul {
  padding: 0;
}

div#main aside div#muelheim {
  margin-top: 30px;
}

div#muelheim a {
  position: absolute;
  background: #fff;
  color: #084f80;
  padding: 1px 4px;
  margin: 0;
  left: 51px;
  float: none;
  top: 62px;
  font-weight: bold;
  border-radius: 7px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

div#muelheim li:nth-child(2) a {
  left: 131px;
  top: 31px;
}

div#muelheim li:nth-child(3) a {
  left: 130px;
  top: 101px;
}

div#muelheim li:nth-child(4) a {
  left: 30px;
  top: 126px;
}

div#muelheim li:nth-child(5) a {
  left: 51px;
  top: 181px;
}

div#muelheim li:nth-child(6) a {
  left: 155px;
  top: 186px;
}

div#muelheim li:nth-child(7) a {
  left: 86px;
  top: 252px;
}

div#muelheim li:nth-child(8) a {
  left: 220px;
  top: 104px;
}

div#muelheim a:hover,
div#muelheim a:focus,
div#muelheim li.current_page_item a {
  background: #084f80;
  color: #fff !important;
  text-decoration: none !important;
}

div#muelheim li.current_page_item a {
  font-size: 1.4em;
  padding: 2px 6px;
  margin-top: -8px;
  margin-left: -16px;
  border: 2px solid #fff;
}

/* _ Map Oberhausen _ */

div#oberhausen {
  background: url(../img/oberhausen-einsatzorte.png) 0 0 no-repeat;
  width: 300px;
  height: 390px;
  position: relative;
  display: block;
  margin: 0 auto;
}

/* ______________________ Centerbox ______________________ */

div#centerbox {
  width: 100%;
  margin: 35px 0;
  background: #d9dce6;
  min-height: 200px;
}

div#centerbox article {
  width: 50%;
  float: left;
}

div#centerbox article h3 {
  margin: 30px auto 10px;
  font-size: 1.6em;
  width: 60%;
  min-width: 200px;
  font-weight: 400;
  text-align: center;
}

div#centerbox article p {
  margin: 0 auto 30px;
  text-align: center;
  width: 60%;
  min-width: 200px;
  font-size: 0.95em;
}

div#centerbox article a {
  display: block;
  width: 220px;
  padding: 12px 15px 10px;
  text-align: center;
  margin: 0 auto 30px;
  background: #0072e6;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 8px;
  moz-border-radius: 8px;
  border-bottom: 4px solid #0761bc;
}

div#centerbox article a:hover {
  background: #288aef;
}

/* ______________________ Subbox ______________________ */

div#subbox {
  width: 100%;
  margin: 35px 0;
  display: table;
}

div#subbox article {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  display: table-cell;
  border-bottom: 10px solid #7593a8;
}

div#subbox article:last-child {
  margin-right: 0;
}

div#subbox article h3 {
  font-size: 1.6em;
  padding: 20px 0;
  text-align: center;
  font-weight: 400;
  border-top: 10px solid #084f80;
}

div#subbox article img {
  width: 100%;
}

div#subbox article p {
  padding: 40px 40px 60px;
  font-size: 0.9em;
}

/* ______________________ Picturebox ______________________ */

div#picturebox {
  width: 100%;
  margin: 35px 0;
}

div#picturebox a {
  margin: 0 5%;
  width: 150px;
  display: block;
  float: left;
}

div#picturebox.single a {
  float: none;
  margin: 0 auto;
}

div#picturebox a img {
  width: 100%;
  outline: 0;
  display: block;
  text-align: center;
  vertical-align: bottom;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* ______________________ Table ______________________ */

div#price {
  margin: 15px 0 35px;
  padding: 20px 0 0 0;
  width: 100%;
}

div#price h3 {
  font-size: 1.6em;
  margin: 0 0 20px;
  font-weight: 700;
}

div#price table {
  width: 100%;
}

div#price th,
div#price td {
  padding: 3px;
}

div#price th {
  background: #434343;
  color: #fff;
  text-align: left;
}

div#price tr:nth-child(even) {
  background: rgb(223, 222, 222);
}

/* ______________________ Hoverbox ______________________ */

div#hoverbox {
  margin-top: 35px;
  display: table;
  position: relative;
}

div#hoverbox article {
  background: #fff url(../img/bg-articles1.jpg) 50% 0 no-repeat;
  width: 33.25%;
  padding: 135px 0 0;
  display: table-cell;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -ms-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

div#hoverbox article#schluesselnotdienst {
  background-image: url(../img/bg-articles2.jpg);
  background-color: #f5f5f5;
  width: 33.5%;
}

div#hoverbox article#sicherheit {
  background-image: url(../img/bg-articles3.jpg);
}

div#hoverbox article#subarticle1 {
  background-image: url(../img/bg-articles4.jpg);
}

div#hoverbox article#subarticle2 {
  background-image: url(../img/bg-articles5.jpg);
  background-color: #f5f5f5;
  width: 33.5%;
}

div#hoverbox article#subarticle3 {
  background-image: url(../img/bg-articles6.jpg);
}

div#hoverbox article h3 {
  font-weight: 400;
  padding: 45px 30px 0;
  font-size: 1.6em;
  background: url(../img/bg-up.png) 50% 0 no-repeat;
}

div#hoverbox article p {
  padding: 15px 35px 60px;
  background: #fff;
}

div#hoverbox article:nth-child(2) h3 {
  background: url(../img/bg-up2.png) 50% 0 no-repeat;
}

div#hoverbox article:nth-child(2) p {
  background: #f5f5f5;
}

div#hoverbox article:hover {
  background-position: 50% -25px;
}

div#hoverbox article span {
  position: absolute;
  bottom: 0;
  width: 33.25%;
}

div#hoverbox article span:nth-child(2) {
  width: 33.5%;
}

div#hoverbox article a {
  height: 0;
  display: block;
  width: 120px;
  text-align: center;
  margin: 15px auto 0;
  color: #fff;
  font-style: italic;
  line-height: 34px;
  border-bottom: 35px solid #084f80;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

div#hoverbox article a:hover,
div#hoverbox article a:focus {
  text-decoration: underline;
}

/* ______________________ Textbox ______________________ */

div#textbox {
  margin: 35px 0;
  background: #fff;
  padding: 35px;
  border: 10px solid #f83000;
}

div#textbox p {
  margin: 0 0 20px;
}

div#textbox h3 {
  font-size: 1.6em;
  margin: 0 0 10px;
  font-weight: 700;
}

div#textbox p strong {
  font-size: 1.3em;
  text-decoration: underline;
}

/* ______________________ Infobox ______________________ */

div#infobox {
  margin-top: 35px;
}

div#infobox section {
  float: left;
  display: table;
  width: 33.25%;
  height: 160px;
  background: url(../img/bg-infobox1.png) 10px 50% no-repeat;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

div#infobox section:nth-child(2) {
  background: rgba(255, 255, 255, 0.3) url(../img/bg-infobox2.png) 10px 50%
    no-repeat;
  width: 33.5%;
}

div#infobox section:nth-child(3) {
  background: url(../img/bg-infobox4.png) 10px 50% no-repeat;
}

div#infobox section:nth-child(4) {
  background: rgba(255, 255, 255, 0.3) url(../img/bg-infobox3.png) 10px 50%
    no-repeat;
}

div#infobox section:nth-child(5) {
  background: url(../img/bg-infobox5.png) 10px 50% no-repeat;
  width: 33.5%;
}

div#infobox section:nth-child(6) {
  background: rgba(255, 255, 255, 0.3) url(../img/bg-infobox6.png) 10px 50%
    no-repeat;
}

div#infobox section div {
  display: table-cell;
  vertical-align: middle;
}

div#infobox section div h4 {
  padding: 0 20px 0 80px;
  font-size: 1.4em;
  font-weight: normal;
}

div#infobox section div p {
  padding: 5px 20px 0 80px;
  font-size: 0.9em;
}

/* ______________________ Partner ______________________ */

div#partner {
  margin: 15px 0 35px;
  padding: 20px 0 0 0;
  background: url(../img/bg-up3.png) 50% 0 no-repeat;
}

div#partner div.partner-container {
  background: #fff;
  height: 100px;
}

div#partner div.partner-container div.frame {
  height: 100px;
  width: 20%;
  float: left;
  text-align: center;
}

div#partner div.partner-container div.frame span.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

div#partner div.partner-container div.frame img {
  vertical-align: middle;
  max-width: 90%;
  margin: 0;
  display: inline;
}

/* ______________________ Footer ______________________ */

footer {
  width: 100%;
  background: #313639;
  overflow: hidden;
}

footer div.container {
  display: table;
}

footer section {
  width: 33.25%;
  display: table-cell;
}

footer section:nth-child(2) {
  width: 33.5%;
}

footer section h5 {
  display: block;
  width: 90%;
  margin: 30px auto 0;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  color: #999;
}

footer section h5 span {
  font-size: 1.7em;
  font-family: Verdana, sans-serif;
  color: #084f80;
}

footer section ul {
  width: 90%;
  margin: 30px auto 0;
}

footer section ul li {
  text-align: left;
  padding: 10px 0 10px 50px;
  color: #777 !important;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0 0 35px 0;
  background: url(../img/bg-sidebox1.png) 5px 50% no-repeat;
}

footer section ul li:nth-child(2) {
  background: url(../img/bg-sidebox2.png) 5px 50% no-repeat;
}

footer section ul li:nth-child(3) {
  background: url(../img/bg-sidebox3.png) 5px 50% no-repeat;
}

footer section ul li:nth-child(4) {
  background: url(../img/bg-sidebox4.png) 5px 50% no-repeat;
  margin-bottom: 0;
}

footer section ul li a:hover,
div#main aside ul li a:focus {
  text-decoration: underline;
  color: #bbb;
}

footer section form {
  width: 90%;
  margin: 10px auto 0;
}

footer section form label {
  display: none;
}

footer section form input {
  display: block;
  height: 30px;
  width: 96%;
  margin-bottom: 10px;
  padding: 5px 2%;
  font-size: 1.1em;
  background: #ddd;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

footer section form input:hover {
  background: #e5e5e5;
}

footer section form input:focus {
  background: #fff;
}

footer section form input#submit {
  padding: 0;
  width: 100%;
  background: #252525;
  border: 1px solid #666;
  cursor: pointer;
  height: 40px;
  line-height: 36px;
  color: #aaa;
  margin: 0;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

footer section form input#submit:hover,
footer section form input#submit:focus {
  color: #fff;
}

footer section form textarea {
  width: 96%;
  height: 140px;
  padding: 5px 2%;
  font-size: 1.1em;
  background: #ddd;
  margin-bottom: 10px;
  font-family: "Noto Sans", "Arial", sans-serif;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

footer section form textarea:hover {
  background: #e5e5e5;
}

footer section form textarea:focus {
  background: #fff;
}

footer section p {
  width: 90%;
  margin: 30px auto 0;
  color: #777;
  font-size: 1.1em;
}

footer section div#qr {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

footer section div#qr div {
  position: absolute;
  top: 180px;
  right: 230px;
  background: url(../img/qr-span.png) right 0 no-repeat;
  height: 120px;
  width: 120px;
  display: table;
}

footer section div#qr div a {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  font-weight: 400;
  background: #084f80;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  color: #252525;
  font-size: 1.1em;
}

footer section div#qr div a span {
  color: #fff;
}

footer section div#qr div a span#qr-2 {
  display: none;
  font-size: 0.7em;
  opacity: 0;
}

footer section div#qr div:hover {
  width: 140px;
  height: 140px;
  top: 170px;
  right: 220px;
}

footer section div#qr div:hover a {
  height: 100px;
  width: 100px;
}

footer section div#qr div:hover a span#qr-1 {
  display: none;
}

footer section div#qr div:hover a span#qr-2 {
  display: table-cell;
  opacity: 1;
}

footer section div#qr img {
  margin-top: 40px;
  float: right;
  width: auto;
}

footer div#copyright {
  width: 100%;
  margin-top: 35px;
  background: #171717;
}

footer div#copyright p {
  text-align: left;
  font-size: 0.85em;
  color: #454545;
  padding: 15px;
  font-weight: 400;
  margin: 0 auto;
}

footer div#copyright p a {
  color: #666;
  text-decoration: underline;
}

footer div#copyright p a:hover,
footer div#copyright p a:focus {
  color: #999;
}

/* ______________________ Google Maps ______________________ */

div.google-map {
  margin: 30px auto;
}

div.google-map iframe {
  pointer-events: none;
}

/* ______________________ Mobile Call ______________________ */

.call-mobile {
  z-index: 4500;
  visibility: hidden;
  height: 0;
  transition: height 0.75s ease;
  width: 100%;
  background: #084f80 url(../img/bg-tel.png) 10px -90px no-repeat;
  position: fixed;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  bottom: 0;
  left: 0;
}

.call-mobile:active {
  background-color: #4ede00;
}

.call-mobile:active a span {
  color: #41831d;
}

.call-mobile a {
  font-weight: bold;
  color: #fff;
  font-size: 7vw;
  line-height: 25px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
}

.call-mobile a span {
  font-weight: normal;
  font-size: 0.65em;
  color: #aaa;
}

.callbox-x {
  position: absolute;
  z-index: 5000;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: none;
  color: rgba(255, 255, 255, 0.125);
}

/* ______________________ Media Query @ Medium ______________________ */

@media only screen and (min-width: 660px) and (max-width: 1079px) {
  .block {
    height: 25px;
  }

  ul#slift-menu {
    bottom: 100px;
  }

  ul#slift-menu li p {
    font-size: 1.2em;
  }

  ul#slift-menu.sub-slift {
    bottom: 90px;
  }

  ul#slift-menu.sub-slift li p {
    font-size: 1.1em;
  }

  ul#slift-menu.city-sub-slift li h1 {
    font-size: 1.4em;
  }

  div#linkbox {
    margin-bottom: 25px;
  }

  div#linkbox a {
    width: 33.25%;
  }

  div#linkbox a:nth-child(2) {
    width: 33.5%;
  }

  div#linkbox a:nth-child(4) {
    display: none;
  }

  div#linkbox a:nth-child(3) {
    background: none;
  }

  div#linkbox div.linkbox-img {
    width: 90px;
  }

  div#linkbox div h2 {
    font-size: 1.2em;
  }

  div#main {
    min-height: 100px;
  }

  div#main article {
    width: 100%;
    max-width: 100%;
  }

  div#main aside {
    border-top: 25px solid #eee;
    display: block;
    position: static;
    width: 100%;
  }

  div#main aside ul.bxslider li {
    height: 400px;
  }

  div#main aside ul.bxslider li div {
    background-size: contain;
  }

  div#main aside ul.bxslider li div p {
    top: auto;
    bottom: 50px;
  }

  div.headline div.headline-wrapper {
    width: 100%;
  }

  div.headline h1 {
    font-size: 1.8em;
  }

  div.headline h2 {
    font-size: 1.2em;
  }

  div.headline p {
    font-size: 0.9em;
  }

  div#map-box {
    margin: 0 auto 20px;
  }

  div#map-container,
  div#map-info {
    width: 50%;
  }

  div#showbox {
    margin-top: 25px;
  }

  div#picturebox {
    margin: 25px 0;
  }

  div#subbox article {
    width: 49%;
    float: left;
  }

  div#subbox article:nth-child(2) {
    margin: 0;
  }

  div#subbox article:nth-child(3) {
    display: none;
  }

  div#subbox article h3 {
    font-size: 1.4em;
  }

  div#subbox article p {
    padding: 40px 20px 40px;
  }

  div#textbox {
    margin: 25px 0;
  }

  div#hoverbox {
    margin-top: 25px;
  }

  div#hoverbox article {
    width: 50% !important;
  }

  div#hoverbox article:nth-child(3) {
    display: none;
  }

  div#hoverbox article span {
    width: 50% !important;
  }

  div#infobox {
    margin-top: 25px;
  }

  div#infobox section {
    width: 50% !important;
  }

  div#infobox section:nth-child(3) {
    background: rgba(255, 255, 255, 0.3) url(../img/bg-infobox4.png) 10px 50%
      no-repeat;
  }

  div#infobox section:nth-child(4) {
    background: transparent url(../img/bg-infobox3.png) 10px 50% no-repeat;
  }

  div#partner {
    margin: 5px 0 25px;
    padding: 20px 0 0 0;
    background: url(../img/bg-up3.png) 23% 0 no-repeat;
  }

  footer section {
    width: 50% !important;
    float: left;
  }

  footer section:nth-child(3) {
    display: none;
  }
}

/* ______________________ Media Query @ Small-Medium ______________________ */

@media only screen and (min-width: 660px) and (max-width: 860px) {
  div#linkbox {
    margin-bottom: 25px;
  }

  div#linkbox a {
    width: 50%;
  }

  div#linkbox a:nth-child(2) {
    width: 50%;
  }

  div#linkbox a:nth-child(3),
  div#linkbox a:nth-child(4) {
    display: none;
  }
}

/* ______________________ Media Query @ Small ______________________ */

@media only screen and (max-width: 659px) {
  .call-mobile {
    visibility: visible;
    height: 70px;
  }

  .container {
    min-width: 320px;
  }

  .block {
    height: 15px;
  }

  header#header {
    padding: 0;
    margin: 0;
    background: none;
  }

  div.top {
    height: 100px;
  }

  div.top a.custom-logo-link img {
    left: 0;
    top: 15px;
  }

  div.top p,
  div.top a.top-phone,
  div.top ul.social-media {
    display: none;
  }

  nav {
    display: block;
    padding: 0;
    height: auto;
  }

  nav button#menu-button {
    display: block;
    width: 100%;
    z-index: 45;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: left;
    font-size: 1.2em;
    text-indent: 10px;
    background: url(../img/bg-nav.png) right 50% no-repeat;
  }

  nav ul {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.6s ease;
    -moz-transition: max-height 0.6s ease;
    -ms-transition: max-height 0.6s ease;
    -o-transition: max-height 0.6s ease;
    transition: max-height 0.6s ease;
  }

  .menu-toggle {
    max-height: 325px !important;
  }

  nav ul li a {
    border-top: 1px solid #fff;
    height: 63px;
    color: #555;
    line-height: 63px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    background: #eee;
    border-right: none;
    font-size: 1.2em;
  }

  nav ul li a:hover {
    background: #f5f5f5;
    color: #555;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }

  nav ul li.current-menu-item a {
    background: #eee;
    font-weight: bold;
    color: #084f80;
  }

  nav ul li.current-menu-item a:hover {
    background: #f5f5f5;
  }

  ul#slift-menu {
    display: none;
  }

  div.lang-box {
    background-image: none;
    width: 90%;
    margin: 0 5%;
  }

  header#header h1 {
    position: static;
    bottom: 20px;
    left: auto;
    font-size: 1.4em;
    padding: 10px 20px;
  }

  .vdp {
    top: 10px;
    right: 0;
    width: 80px;
    height: 80px;
    z-index: 10;
  }

  .vdp img {
    width: 80px;
    height: 80px;
  }

  .custom-logo {
    z-index: 20;
  }

  div.top button {
    display: none;
  }

  a#phonebox {
    position: static;
    padding: 10px 0;
    font-size: 2.2em;
    text-indent: 0;
    height: auto;
    text-align: center;
    text-indent: 0;
  }

  a#phonebox em {
    font-size: 0.5em;
  }

  a#phonebox div#phone {
    display: none;
  }

  div#showbox {
    margin-top: 15px;
  }

  div#linkbox {
    margin-bottom: 15px;
  }

  div#linkbox a {
    float: left;
    width: 100% !important;
    border-bottom: 1px solid #eee;
    background: none;
  }

  div#linkbox a:nth-child(4) {
    display: none;
  }

  div#linkbox a h2 {
    font-size: 1.4em;
  }

  div.speechbubble {
    left: -10px;
  }

  ul.breadcrumb {
    display: none;
  }

  div#main {
    min-height: 250px;
  }

  div#main.sub-main {
    margin-top: 15px;
  }

  div#main.impressum {
    margin-top: 0;
    margin-bottom: 15px;
  }

  div#main article {
    width: 100%;
    max-width: 100%;
  }

  div#main article section {
    width: 100%;
  }

  div#main article h1 {
    font-size: 2em;
  }

  div#main article h2 {
    font-size: 1.3em;
  }

  div#main.sub-main article h2 {
    font-size: 1.6em;
  }

  div#main article h3 {
    font-size: 1.3em !important;
  }

  div#main article p {
    margin: 0 35px 20px;
  }

  div#main article img {
    margin: 0 0 20px;
  }

  div#main aside {
    border-top: 15px solid #eee;
    display: block;
    position: static;
    width: 100%;
  }

  div#main aside h2 {
    font-size: 1.4em;
  }

  div#main aside ul.bxslider li {
    height: 400px;
  }

  div#main aside ul.bxslider li div p {
    top: auto;
    bottom: 50px;
  }

  div.headline {
    position: static;
    min-height: auto;
  }

  div.headline div.headline-wrapper,
  div.headline div.headline-wrapper.headline-wrapper-index {
    position: static;
    padding: 20px 30px;
    top: auto;
    width: 100%;
    transform: none;
  }

  div.headline img {
    display: none;
  }

  div.headline h1 {
    font-size: 1.5em;
  }

  div.headline h2 {
    font-size: 1.1em;
  }

  div.headline p {
    font-size: 0.9em;
  }

  div#picturebox {
    margin: 15px 0;
  }

  div#subbox article {
    width: 100%;
    margin: 0 0 15px;
  }

  div#subbox article:nth-child(2) {
    margin: 0;
  }

  div#subbox article:nth-child(3) {
    display: none;
  }

  div#subbox article img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  div#subbox article h3 {
    border-top: none;
  }

  div#subbox article p {
    border-bottom: none;
  }

  div#textbox {
    margin: 15px 0;
  }

  div#hoverbox {
    height: auto;
    margin-top: 15px;
  }

  div#map-box {
    margin-bottom: 15px;
  }

  div#map-container {
    width: 100%;
  }

  div#map-info {
    width: 100%;
  }

  div#hoverbox article {
    width: 100% !important;
    height: auto;
    float: left;
    margin-bottom: 15px;
  }

  div#hoverbox article:nth-child(3) {
    margin-bottom: 0;
  }

  div#hoverbox article p {
    padding: 15px 35px 10px;
  }

  div#hoverbox article span {
    width: 100% !important;
    position: static;
  }

  div#infobox {
    margin: 15px 0;
  }

  div#infobox section {
    width: 100% !important;
    height: auto;
    min-height: 100px;
  }

  div#infobox section h4 {
    margin-top: 10px;
  }

  div#infobox section p {
    margin-bottom: 10px;
  }

  div#centerbox article {
    width: 100%;
  }

  div#partner {
    margin: 0 0 20px;
    padding: 0;
    background-image: none;
  }

  footer section {
    width: 100% !important;
    float: left;
  }

  footer section:nth-child(2) {
    display: block;
  }

  footer section:nth-child(3) {
    display: none;
  }

  footer section h5 {
    margin: 5px auto;
  }

  footer section p {
    margin-top: 10px;
  }

  footer section ul {
    margin: 10px auto 0;
  }

  footer section ul li {
    margin: 0;
  }
}
