/***********************
Farben
***********************/
/***********************
Allgemein
***********************/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
div {
  width: 100%;
}
.width {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
p, ul, ol, table {
  color: #464E4E;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
p strong, ul strong, ol strong, table strong {
  font-weight: bold;
}
ul li, ol li {
  margin-bottom: 5px;
}
ol {
  padding-left: 18px;
}
ol li ul, ol li ol {
  padding-left: 15px;
}
ul {
  padding-left: 0px;
  list-style-type: none;
}
ul li {
  padding-left: 15px;
  background-image: url(../images/icon_aufzaehlung.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
ul li ul {
  padding-left: 15px;
}
a, a:link, a:visited {
  color: #0031FF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #001980;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}
h1 {
  font-weight: normal;
  font-size: 34px;
  line-height: 34px;
  color: #001980;
  margin-bottom: 60px;
  position: relative;
}
h1 span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #464E4E;
}
h1:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #001980;
  position: absolute;
  left: 0px;
  bottom: -20px;
}
h2 {
  font-weight: normal;
  font-size: 34px;
  line-height: 34px;
  color: #001980;
  margin-bottom: 60px;
  position: relative;
}
h2 span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #464E4E;
}
h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #001980;
  position: absolute;
  left: 0px;
  bottom: -20px;
}
h3 {
  font-weight: bold;
  color: #464E4E;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 15px;
}
h4 {
  font-weight: bold;
  color: #001980;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 2px;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.responsive_video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.responsive_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#phone {
  display: none;
}
.bild_links {
  float: left;
  margin: 0px 15px 5px 0px;
}
#karte div {
  width: inherit;
}
.nach_oben {
  width: 40px;
  height: 40px;
  background-image: url(/basics/images/icon_nach-oben.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.nach_oben:hover, .nach_oben:focus, .nach_oben:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/*  ------------------------------------------------------
AKKORDEON
--------------------------------------------------------*/
a.akk_anzeigen, a.akk_anzeigen:link, a.akk_anzeigen:visited {
  display: block;
  padding: 3px 7px;
  background-color: #eee;
  color: #aaa;
  margin-bottom: 15px;
}
a.akk_anzeigen:hover, a.akk_anzeigen:focus, a.akk_anzeigen:active {
  color: #000000;
  text-decoration: none;
}
.linie {
  border-bottom: 1px solid #eee;
  margin: 0px 0px 15px 0px;
}
h2.akkordeon {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  color: #000000;
}
p.akkordeonteaser {
  color: #aaa;
}
.akkordeontext3 img, .akkordeontext3 video {
  margin-bottom: 20px;
}
/***********************
Header
***********************/
.header {
  background: #F4F4F4;
  padding: 20px 0px;
}
.header .logo img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}
.header .logo p {
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
  margin: 0px;
  color: #001980;
  font-size: 25px;
  line-height: normal;
  /*width: 400px;*/
  max-width: 100%;
}
.header .logo p span {
  font-weight: normal;
  display: block;
  font-size: 13px;
  line-height: normal;
  color: #464E4E;
  margin-top: 10px;
}
.header .align_right {
  text-align: right;
}
.header a.telefon, .header a.telefon:link, .header a.telefon:visited {
  font-weight: 600;
  width: 155px;
  text-align: left;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  color: #464E4E;
  padding-left: 30px;
  background-image: url(/basics/images/header_icon_phone.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.header a.telefon:hover, .header a.telefon:focus, .header a.telefon:active {
  color: #001980;
}
.header a.mail, .header a.mail:link, .header a.mail:visited {
  font-weight: 600;
  width: 155px;
  text-align: left;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  color: #464E4E;
  padding-left: 30px;
  background-image: url(/basics/images/header_icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.header a.mail:hover, .header a.mail:focus, .header a.mail:active {
  color: #001980;
}
/***********************
Navi
***********************/
.navigation {
  background: #424A4A;
}
.navigation ul.desktop {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.navigation ul.desktop li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  background: none;
  margin-left: 114px;
}
.navigation ul.desktop li:first-child {
  margin-left: 0px;
}
.navigation ul.desktop li a, .navigation ul.desktop li a:link, .navigation ul.desktop li a:visited {
  font-size: 18px;
  color: #ffffff;
  display: block;
  padding: 13px 0px 10px 0px;
  border-bottom: 3px solid transparent;
}
.navigation ul.desktop li a:hover, .navigation ul.desktop li a:focus, .navigation ul.desktop li a:active {
  border-bottom: 3px solid #ffffff;
}
.navigation button {
  font-weight: bold;
  padding: 10px;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  border: none;
  background: #424A4A;
  cursor: pointer;
  display: none;
}
.navigation button span {
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
}
.navigation #mobilenavi ul {
  margin: 0px;
  padding: 20px 0px;
  text-align: center;
  border-top: 1px solid #ffffff;
}
.navigation #mobilenavi ul li {
  margin: 0px;
  padding: 10px 0px;
  background: none;
}
.navigation #mobilenavi ul li a, .navigation #mobilenavi ul li a:link, .navigation #mobilenavi ul li a:visited {
  font-size: 20px;
  color: #ffffff;
  display: block;
  padding: 0px;
  border-bottom: 1px solid transparent;
}
.navigation #mobilenavi ul li a:hover, .navigation #mobilenavi ul li a:focus, .navigation #mobilenavi ul li a:active {
  border-bottom: 1px solid #ffffff;
}
.startseite {
  position: relative;
  z-index: 100;
}
.startseite .navigation {
  background: rgba(66, 74, 74, 0.85);
}
/***********************
Headerbild
***********************/
.headerbild {
  margin-top: -48px;
  position: relative;
  z-index: 50;
}
.headerbild img {
  width: 100%;
  height: auto;
}
/***********************
Headline & Text
***********************/
.headline_text {
  padding: 70px 0px 45px 0px;
}
.headline_text.grau {
  background: #F4F4F4;
}
/***********************
Headline & Liste
***********************/
.headline_liste {
  padding: 55px 0px 30px 0px;
}
.headline_liste.grau {
  background: #F4F4F4;
}
/***********************
Bild & Text
***********************/
.bild_text {
  padding: 55px 0px 30px 0px;
}
.bild_text.grau {
  background: #F4F4F4;
}
.bild_text img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
/***********************
Footer
***********************/
.copyright {
  background: #424A4A;
  padding: 10px 0px 5px 0px;
}
.copyright p {
  color: #ffffff;
  font-size: 15px;
  line-height: auto;
  margin-bottom: 5px;
}
.copyright ul {
  font-size: 15px;
  line-height: auto;
  display: block;
  text-align: right;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  list-style-type: none;
}
.copyright ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 10px;
  padding-left: 10px;
  border-left: 1px solid #ffffff;
  background: none;
}
.copyright ul li:first-child {
  margin: 0px;
  padding: 0px;
  border: none;
}
.copyright ul li a, .copyright ul li a:link, .copyright ul li a:visited {
  color: #ffffff;
  font-size: 15px;
  line-height: auto;
}
.copyright ul li a:hover, .copyright ul li a:focus, .copyright ul li a:active {
  color: #ffffff;
  text-decoration: underline;
}
.copyright ul li.active a, .copyright ul li.active a:link, .copyright ul li.active a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.footer {
  background: #F4F4F4;
  padding: 45px 0px 25px 0px;
}
.footer p, .footer ul {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 20px;
}
.footer p li, .footer ul li {
  margin-bottom: 0px;
}
.footer p a, .footer p a:link, .footer p a:visited, .footer ul a, .footer ul a:link, .footer ul a:visited {
  color: #464E4E;
  text-decoration: none;
}
.footer p a:hover, .footer p a:focus, .footer p a:active, .footer ul a:hover, .footer ul a:focus, .footer ul a:active {
  color: #001980;
  text-decoration: none;
}
/***********************
Media Query
***********************/
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .container {
    width: 1170px;
  }
}
@media (max-width: 991.98px) {
  .header .logo p {
    /*width: 250px;*/
  }
  .navigation ul.desktop li {
    margin-left: 50px;
  }
}
@media (max-width: 767.98px) {
  p, ul, ol, table {
    font-size: 15px;
    line-height: 21px;
  }
  h1, h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  h1 span, h2 span {
    font-size: 14px;
    line-height: 24px;
  }
  h1:after, h2:after {
    bottom: -15px;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .header {
    padding: 10px 0px;
    text-align: center;
  }
  .header .logo img {
    width: 70px;
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .header .logo p {
    width: 100%;
  }
  .header .align_right {
    text-align: center;
    padding-top: 10px;
  }
  .header a.mail, .header a.mail:link, .header a.mail:visited {
    margin-left: 5px;
    padding-left: 25px;
  }
  .header a.telefon, .header a.telefon:link, .header a.telefon:visited {
    padding-left: 25px;
  }
  .startseite .navigation {
    background: #424A4A;
  }
  .navigation ul.desktop {
    display: none;
  }
  .navigation button {
    display: block;
  }
  .headerbild {
    margin-top: 0px;
  }
  .copyright {
    text-align: center;
  }
  .copyright ul {
    text-align: center;
  }
  .footer {
    text-align: center;
  }
  .footer ul {
    display: inline-block;
    text-align: left;
  }
  .footer ul li {
    display: block;
    text-align: left;
  }
}
