/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v16-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('../fonts/roboto-condensed-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-condensed-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-condensed-v16-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-condensed-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed') format('svg');
  /* Legacy iOS */
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  min-height: 100%;
  position: relative;
}
body {
  background-image: url("../img/bg.gif");
  background-repeat: repeat;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 22px;
  font-weight: lighter;
  color: #666;
  font-size: 16px;
  font-size: 16 / 16rem;
}
main {
  display: block;
}
a:link,
a:visited {
  color: #0069b4;
  text-decoration: none;
}
a:link img,
a:visited img {
  transition: all 500ms ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
a:hover img,
a:focus img,
a:active img {
  opacity: 0.8;
}
.teaser a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.teaser .button {
  margin-top: 20px;
}
nav {
  background-color: #0069b4;
  position: relative;
  z-index: 1;
}
nav a:link,
nav a:visited {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: 20 / 16rem;
  padding: 10px 20px;
  background: #0069b4;
}
nav a:link:before,
nav a:visited:before {
  display: block;
  position: absolute;
  bottom: -15px;
  left: calc( 50% - 15px );
  height: 0px;
  width: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #0069b4;
  content: '';
  opacity: 0;
  z-index: 1;
}
nav a:hover,
nav a:focus,
nav a:active {
  text-decoration: none;
}
nav a:hover:before,
nav a:focus:before,
nav a:active:before {
  opacity: 1;
}
#logo {
  margin: 40px 0;
}
.claim {
  background-color: #0069b4;
  padding: 15px 0;
}
.claim .grossW {
  font-size: 55px;
  float: left;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
.claim .claimText {
  float: left;
  padding: 8px 0 8px 9px;
  color: #fff;
}
.claim .claimText p {
  font-weight: 400;
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
}
.claim .claimText h1 {
  color: #fff !important;
}
#start .start:before,
#ueber_uns .ueber_uns:before,
#leistungen .leistungen:before,
#kontakt .kontakt:before {
  opacity: 1;
  border-bottom: 0;
  border-top: 15px solid #0069b4;
}
nav ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.button,
.button:link,
.button:visited {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #0069b4;
  transition: 0.6s;
  text-align: left;
  transition: all 500ms ease;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.teaser .button,
.teaser .button:link,
.teaser .button:visited {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
main img {
  margin-bottom: 20px;
}
small {
  font-size: 14px;
  font-size: 14 / 16rem;
}
p {
  margin-bottom: 0.9em;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
h1,
h2,
h3 {
  font-weight: normal;
  margin: 1.5em 0 15px 0;
  line-height: 1.4;
}
h1 {
  font-size: 32px;
  font-size: 32 / 16rem;
}
h2 {
  font-size: 24px;
  font-size: 24 / 16rem;
}
h3 {
  font-size: 20px;
  font-size: 20 / 16rem;
}
h1,
h1 + h2 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a {
  display: block;
}
hr {
  border: none;
  border-top: none;
  height: 1px;
  background: #ddd;
  margin: 15px 0;
}
main ul,
main ol {
  margin-bottom: 20px;
  overflow: auto;
}
main ul {
  padding-left: 18px;
  list-style-type: disc;
}
main ol {
  padding-left: 30px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
td,
th {
  padding: 0 20px 20px 0;
  vertical-align: top;
}
iframe {
  width: 100%;
}
figure {
  position: relative;
}
figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.browser-hinweis {
  display: block;
  background: #F0E3AE;
  padding: 10px 20px;
  color: #333;
  text-align: center;
}
.clear {
  clear: both;
}
.top0 {
  margin-top: 0;
}
input,
textarea {
  color: inherit;
  border: 1px solid #ddd;
  outline: 0 none;
  background: #fff;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}
input:focus,
textarea:focus {
  background: #ddd;
  border: 1px solid #cccccc;
}
label {
  display: block;
  margin-bottom: 5px;
}
.bee {
  display: none;
}
input[type=submit] {
  -webkit-appearance: none;
}
.fehler,
.danke {
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.fehler {
  background: #900;
}
.danke {
  background: #43C334;
}
.checkboxLabel input {
  width: inherit;
  margin: 0;
  padding: 0;
}
.overlaymaps {
  background: transparent;
  position: relative;
  width: 100%;
  height: 450px;
  top: 450px;
  margin-top: -450px;
}
.box {
  background-color: white;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
main .box {
  padding: 40px;
}
main .box.margin-bottom {
  margin-bottom: 50px;
}
main .box.leistungen h2 {
  font-size: 22px;
}
main .box.leistungen h2 a.btn-primary {
  background-color: #0069b4;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  padding: 15px 15px;
}
main .box.leistungen h2 a.btn-primary:hover,
main .box.leistungen h2 a.btn-primary:focus {
  text-decoration: none;
}
main .box.leistungen h2 span.btn-gruen {
  background-color: green;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  padding: 15px 15px;
}
main .box.leistungen h2 span.btn-gruen a {
  color: #fff;
  text-decoration: underline;
}
main .box.leistungen h2 span.btn-gruen:hover,
main .box.leistungen h2 span.btn-gruen:focus {
  text-decoration: none;
}
footer .box {
  padding: 40px 0;
}
.imprint {
  float: right;
  padding: 20px 0;
}
header .header {
  padding: 40px 0 0 0;
}
#start header .header {
  display: none;
}
.tel {
  width: 100%;
  display: block;
}
.teaser .grid_4 h2:first-child {
  margin-top: 0;
}
svg {
  height: 15px;
  width: 15px;
  fill: #0069b4;
  line-height: 22px;
  display: inline-block;
  margin-bottom: -2px;
}
.button:link svg,
.button:active svg {
  fill: #fff;
}
.at-banner {
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #0069B4;
  width: 100%;
  border-bottom: 1px solid #0069B4;
  padding: 10px;
  box-sizing: border-box;
  transform: translateY(-150%);
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: at-banner-slide-in 0.8s ease forwards;
}
.at-banner__content {
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
}
.at-banner .at-banner__text h2 {
  color: #FEB901;
  font-weight: 700;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans';
}
.at-banner .at-banner__text h2 svg {
  height: 30px;
  width: 30px;
}
.at-banner .at-banner__text h3 {
  font-size: 30px;
  margin-top: 10px;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #fff;
}
.at-banner .at-banner__text .button {
  background-color: #FEB901;
  font-size: 20px;
}
.at-banner .at-banner__text .button a {
  color: #fff;
  text-decoration: underline;
}
.at-banner .at-banner__text .button svg {
  fill: #fff;
}
.at-banner .at-banner__text .button .tel {
  display: inline-block;
  width: auto;
}
.at-banner__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.at-banner__close:before,
.at-banner__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  transform-origin: center;
}
.at-banner__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.at-banner__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@keyframes at-banner-slide-in {
  0% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    margin-top: 0;
    font-size: 26px;
  }
  h1 {
    font-size: 28px;
  }
  h1 strong,
  h1 b {
    font-weight: bold;
    font-size: 28px;
  }
  * {
    font-size: 18px;
    line-height: 24px;
  }
  .container_12 {
    padding: 10px;
  }
  .mobileheader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo {
    width: 79%;
    max-width: 220px;
  }
  .navbtn {
    width: 20%;
    max-width: 40px;
  }
  .navbtn svg {
    width: 30px;
    height: 30px;
  }
  .claim .grossW,
  .claim .claimText {
    float: none;
  }
  #menu {
    display: none;
  }
  #logo {
    margin: 0;
  }
  header .header {
    padding: 40px 0;
  }
  nav .container_12 {
    padding: 0 20px;
  }
  nav a:link,
  nav a:visited {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
  }
  nav a:link:before,
  nav a:visited:before {
    display: none;
  }
  nav li:last-child a:link,
  nav li:last-child a:visited {
    border-bottom: 0px solid #fff;
  }
  img {
    margin: 20px 0;
    width: 100%;
  }
  .mobilhalb {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
  .desktop {
    display: none !important;
  }
  main .box,
  .box,
  header .header,
  footer .box {
    padding: 70px 0px 20px 0px !important;
  }
  main .adressbox {
    padding: 20px;
  }
  .headerstart {
    padding: 30px 10px;
  }
  .teaser .button {
    margin-bottom: 20px;
  }
  .button:link,
  .button:visited,
  .button {
    display: block;
    padding: 20px;
  }
  #banner {
    height: 220px!important;
    margin-top: -76px;
    margin-bottom: 50px;
    position: relative;
    color: #fff;
    width: 100%;
    z-index: 0;
    text-align: center;
  }
  #banner .bannerslider {
    height: 220px!important;
    width: 100%;
  }
  #banner .bannerslider .bg-image {
    height: 220px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #notfallnummer {
    position: fixed;
    top: 0;
    right: 50px;
    background: green;
    padding: 20px 20px !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    z-index: 99;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    transition: all 500ms ease;
    display: block;
  }
  #notfallnummer:hover {
    padding-top: 35px;
    text-decoration: none;
  }
  #notfallnummer svg {
    fill: #fff;
    margin: 0 5px -1px 14px;
  }
}
@media only screen and (max-width: 1180px) {
  h2 {
    margin-top: 0;
    font-size: 26px;
  }
  h1 {
    font-size: 28px;
  }
  h1 strong,
  h1 b {
    font-weight: bold;
    font-size: 28px;
  }
  * {
    font-size: 18px;
    line-height: 24px;
  }
  .container_12 {
    padding: 10px;
  }
  .mobileheader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo {
    width: 79%;
    max-width: 220px;
  }
  .navbtn {
    width: 20%;
    max-width: 40px;
  }
  .navbtn svg {
    width: 30px;
    height: 30px;
  }
  .claim .grossW,
  .claim .claimText {
    float: none;
  }
  #menu {
    display: none;
  }
  #logo {
    margin: 0;
  }
  header .header {
    padding: 40px 0;
  }
  nav .container_12 {
    padding: 0 20px;
  }
  nav a:link,
  nav a:visited {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
  }
  nav a:link:before,
  nav a:visited:before {
    display: none;
  }
  nav li:last-child a:link,
  nav li:last-child a:visited {
    border-bottom: 0px solid #fff;
  }
  img {
    margin: 20px 0;
    width: 100%;
  }
  .mobilhalb {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
  .desktop {
    display: none !important;
  }
  main .box,
  .box,
  header .header,
  footer .box {
    padding: 50px 0px 20px 0px;
  }
  main .adressbox {
    padding: 20px;
  }
  .headerstart {
    padding: 30px 10px;
  }
  .teaser .button {
    margin-bottom: 20px;
  }
  .button:link,
  .button:visited,
  .button {
    display: block;
    padding: 20px;
  }
  #banner {
    height: 220px!important;
    margin-top: -76px;
    margin-bottom: 50px;
    position: relative;
    color: #fff;
    width: 100%;
    z-index: 0;
    text-align: center;
  }
  #banner .bannerslider {
    height: 220px!important;
    width: 100%;
  }
  #banner .bannerslider .bg-image {
    height: 220px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #notfallnummer {
    position: fixed;
    top: 0;
    right: 50px;
    background: green;
    padding: 20px 30px;
    color: #fff;
    font-size: 15px !important;
    font-weight: 600;
    z-index: 99;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    transition: all 500ms ease;
    display: block;
  }
  #notfallnummer:hover {
    padding-top: 35px;
    text-decoration: none;
  }
  #notfallnummer svg {
    fill: #fff;
    margin: 0 5px -1px 14px;
  }
}
@media only screen and (min-width: 1180px) {
  body {
    min-width: 960px;
  }
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
  *[class*="grid_"] {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .alpha {
    margin-left: 0;
  }
  .omega {
    margin-right: 0;
  }
  .container_12 .grid_1 {
    width: 60px;
  }
  .container_12 .grid_2 {
    width: 140px;
  }
  .container_12 .grid_3 {
    width: 220px;
  }
  .container_12 .grid_4 {
    width: 300px;
  }
  .container_12 .grid_5 {
    width: 380px;
  }
  .container_12 .grid_6 {
    width: 460px;
  }
  .container_12 .grid_7 {
    width: 540px;
  }
  .container_12 .grid_8 {
    width: 620px;
  }
  .container_12 .grid_9 {
    width: 700px;
  }
  .container_12 .grid_10 {
    width: 780px;
  }
  .container_12 .grid_11 {
    width: 860px;
  }
  .container_12 .grid_12 {
    width: 940px;
  }
  .container_12 .prefix_1 {
    padding-left: 80px;
  }
  .container_12 .prefix_2 {
    padding-left: 160px;
  }
  .container_12 .prefix_3 {
    padding-left: 240px;
  }
  .container_12 .prefix_4 {
    padding-left: 320px;
  }
  .container_12 .prefix_5 {
    padding-left: 400px;
  }
  .container_12 .prefix_6 {
    padding-left: 480px;
  }
  .container_12 .prefix_7 {
    padding-left: 560px;
  }
  .container_12 .prefix_8 {
    padding-left: 640px;
  }
  .container_12 .prefix_9 {
    padding-left: 720px;
  }
  .container_12 .prefix_10 {
    padding-left: 800px;
  }
  .container_12 .prefix_11 {
    padding-left: 880px;
  }
  .container_12 .suffix_1 {
    padding-right: 80px;
  }
  .container_12 .suffix_2 {
    padding-right: 160px;
  }
  .container_12 .suffix_3 {
    padding-right: 240px;
  }
  .container_12 .suffix_4 {
    padding-right: 320px;
  }
  .container_12 .suffix_5 {
    padding-right: 400px;
  }
  .container_12 .suffix_6 {
    padding-right: 480px;
  }
  .container_12 .suffix_7 {
    padding-right: 560px;
  }
  .container_12 .suffix_8 {
    padding-right: 640px;
  }
  .container_12 .suffix_9 {
    padding-right: 720px;
  }
  .container_12 .suffix_10 {
    padding-right: 800px;
  }
  .container_12 .suffix_11 {
    padding-right: 880px;
  }
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .clearfix:before,
  .clearfix:after,
  .container_12:before,
  .container_12:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .clearfix:after,
  .container_12:after {
    clear: both;
  }
  .push_1,
  .pull_1,
  .push_2,
  .pull_2,
  .push_3,
  .pull_3,
  .push_4,
  .pull_4,
  .push_5,
  .pull_5,
  .push_6,
  .pull_6,
  .push_7,
  .pull_7,
  .push_8,
  .pull_8,
  .push_9,
  .pull_9,
  .push_10,
  .pull_10,
  .push_11,
  .pull_11 {
    position: relative;
  }
  .container_12 .push_1 {
    left: 80px;
  }
  .container_12 .push_2 {
    left: 160px;
  }
  .container_12 .push_3 {
    left: 240px;
  }
  .container_12 .push_4 {
    left: 320px;
  }
  .container_12 .push_5 {
    left: 400px;
  }
  .container_12 .push_6 {
    left: 480px;
  }
  .container_12 .push_7 {
    left: 560px;
  }
  .container_12 .push_8 {
    left: 640px;
  }
  .container_12 .push_9 {
    left: 720px;
  }
  .container_12 .push_10 {
    left: 800px;
  }
  .container_12 .push_11 {
    left: 880px;
  }
  .container_12 .pull_1 {
    left: -80px;
  }
  .container_12 .pull_2 {
    left: -160px;
  }
  .container_12 .pull_3 {
    left: -240px;
  }
  .container_12 .pull_4 {
    left: -320px;
  }
  .container_12 .pull_5 {
    left: -400px;
  }
  .container_12 .pull_6 {
    left: -480px;
  }
  .container_12 .pull_7 {
    left: -560px;
  }
  .container_12 .pull_8 {
    left: -640px;
  }
  .container_12 .pull_9 {
    left: -720px;
  }
  .container_12 .pull_10 {
    left: -800px;
  }
  .container_12 .pull_11 {
    left: -880px;
  }
  main {
    padding: 40px 0;
  }
  footer h2 {
    margin-top: 0;
  }
  nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  nav li {
    float: left;
    flex-grow: 1;
    text-align: center;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  img.float-left {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  img.float-right {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .mobile {
    display: none !important;
  }
  .verticalcenter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .verteilen {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}
#start #banner {
  margin-bottom: 0;
  display: inline-block;
}
#start #banner #submenu {
  position: absolute;
  width: 100%;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  /*
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
		*/
}
#start #banner #submenu ul {
  padding: 0;
  margin: 0;
  display: block !important;
}
#start #banner #submenu ul li {
  width: 600px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 7px;
  position: relative;
  transition: all 0.5s;
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: inherit;
  font-weight: 300;
  text-transform: uppercase;
  float: none;
  font-size: 1.25rem;
  padding: 22px 30px;
  color: #0069B4;
  font-weight: 800;
  border-radius: 3px;
}
#start #banner #submenu ul li a {
  display: block;
  color: #fff;
}
#start #banner #submenu .left {
  float: left;
  background-color: transparent;
}
#start #banner #submenu .right {
  float: right;
  text-align: right;
  background-color: transparent;
}
@media screen and (max-width: 980px) {
  #start #banner #submenu {
    /*
			top: 0;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			*/
  }
  #start #banner #submenu .left,
  #start #banner #submenu .right {
    float: none;
  }
  #start #banner #submenu ul li {
    width: 100%;
    text-align: left;
  }
}
#banner {
  height: 500px;
  margin-top: -76px;
  margin-bottom: 50px;
  position: relative;
  color: #fff;
  width: 100%;
  z-index: 0;
  text-align: center;
}
#banner .bannerslider {
  height: 500px;
  width: 100%;
}
#banner .bannerslider .bg-image {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 980px) {
  #banner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  #banner {
    padding-top: 0;
    height: auto;
    margin-top: 0;
  }
  #banner h2 {
    font-size: 1.2em !important;
  }
  #banner a.btn-primary {
    font-size: 0.9em !important;
  }
  #banner .slick-arrow {
    display: none!important;
  }
}
#banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(50, 170, 102, 0);
  z-index: -1;
}
#banner h2 {
  color: #fff;
  font-weight: 600;
  font-size: 3em;
  margin: 0;
  margin-bottom: 40px;
}
#banner h2 span {
  display: block;
  font-size: 24px;
}
#banner a.btn-primary {
  padding: 12px 20px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #fff;
  font-size: 1.4em;
}
#banner a.btn-primary:hover,
#banner a.btn-primary:active {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
#banner .slick-list {
  min-height: 180px!important;
}
#notfallnummer {
  position: fixed;
  top: 0;
  right: 50px;
  background: green;
  padding: 20px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  z-index: 99;
  border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  transition: all 500ms ease;
  display: block;
}
#notfallnummer:hover {
  padding-top: 35px;
  text-decoration: none;
}
#notfallnummer svg {
  fill: #fff;
  margin: 0 5px -1px 14px;
}
