@charset "UTF-8";
/***********************
Farben
***********************/
/***********************
Allgemein
***********************/
* {
  margin: 0;
  padding: 0;
}
body, html {
  font-family: 'Raleway', sans-serif;
  height: 100%;
  letter-spacing: 0.5px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.width {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
p, table, ul, ol {
  margin: 0px 0px 25px 0px;
  color: #616a6e;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
p.text-gross {
  font-size: 20px;
  line-height: 30px;
}
ul, ol {
  padding-left: 18px;
}
a, a:link, a:visited {
  cursor: pointer;
  color: #a8c047;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #185f7f;
}
a.button, a.button:link, a.button:visited, input.button, button.button {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding: 0px 70px 0px 25px;
  display: inline-block;
  border: none;
  height: 60px;
  line-height: 60px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(97, 106, 110, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(97, 106, 110, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(97, 106, 110, 0.5);
}
a.button.gruen, a.button:link.gruen, a.button:visited.gruen, input.button.gruen, button.button.gruen {
  background-color: #a8c047;
  color: #ffffff;
  background-image: url(../images/button_pfeil-weiss.png);
}
a.button.grau, a.button:link.grau, a.button:visited.grau, input.button.grau, button.button.grau {
  background-color: #e0e7ec;
  color: #616a6e;
  background-image: url(../images/button_pfeil-grau.png);
}
a.button.weiss, a.button:link.weiss, a.button:visited.weiss, input.button.weiss, button.button.weiss {
  background-color: #ffffff;
  color: #616a6e;
  background-image: url(../images/button_pfeil-grau.png);
}
a.button:hover, a.button:focus, a.button:active, input.button:hover, input.button:focus, input.button:active, button.button:hover, button.button:focus, button.button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.button:hover.gruen, a.button:focus.gruen, a.button:active.gruen, input.button:hover.gruen, input.button:focus.gruen, input.button:active.gruen, button.button:hover.gruen, button.button:focus.gruen, button.button:active.gruen {
  background-color: #185f7f;
}
a.button:hover.grau, a.button:focus.grau, a.button:active.grau, input.button:hover.grau, input.button:focus.grau, input.button:active.grau, button.button:hover.grau, button.button:focus.grau, button.button:active.grau {
  background-color: #61b4d9;
  background-image: url(../images/button_pfeil-weiss.png);
  color: #ffffff;
}
a.button:hover.weiss, a.button:focus.weiss, a.button:active.weiss, input.button:hover.weiss, input.button:focus.weiss, input.button:active.weiss, button.button:hover.weiss, button.button:focus.weiss, button.button:active.weiss {
  background-color: #e0e7ec;
  background-image: url(../images/button_pfeil-grau.png);
  color: #616a6e;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family: 'Titillium Web', sans-serif;
}
h1 {
  font-size: 34px;
  color: #185f7f;
  margin-bottom: 20px;
  font-weight: 500;
}
h2 {
  font-size: 34px;
  color: #185f7f;
  margin-bottom: 20px;
  font-weight: 500;
}
h3 {
  font-size: 28px;
  color: #616a6e;
  margin-bottom: 20px;
  font-weight: 500;
}
h4 {
  font-size: 24px;
  color: #a8c047;
  margin-bottom: 20px;
  font-weight: 500;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.align-right {
  text-align: right;
}
span.gruen, .gruen {
  color: #a8c047;
  font-weight: 500;
}
span.grau, .grau {
  color: #616a6e;
  font-weight: 500;
}
span.blau, .blau {
  color: #185f7f;
  font-weight: 500;
}
span.font-normal {
  font-weight: 200;
}
span.font-light {
  font-weight: 200;
}
strong {
  font-weight: 500;
}
#phone {
  display: none;
}
.bild_links {
  float: left;
  width: 50%;
  height: auto;
  margin: 0px 15px 10px 0px;
}
.bild_links {
  float: right;
  width: 50%;
  height: auto;
  margin: 0px 0px 10px 15px;
}
/***********************
Header
***********************/
.header {
  background-image: url(../images/header_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 10px solid #185f7f;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.header.unterseite {
  border-bottom: 10px solid #e0e7ec;
  margin-bottom: 0px;
}
.header .schatten {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(97, 106, 110, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(97, 106, 110, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(97, 106, 110, 0.5);
}
.header .meta {
  background-color: #185f7f;
  padding: 5px 0px;
}
.header .meta p {
  font-size: 18px;
  font-weight: 500;
  margin: 8px 0px;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  display: inline-block;
  vertical-align: middle;
}
.header .meta p span {
  color: #61b4d9;
}
.header .meta a.button.grau, .header .meta a.button.grau:link, .header .meta a.button.grau:visited {
  font-size: 18px;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
  background-image: none;
  vertical-align: middle;
  /*margin-left: 15px;*/
  margin: 5px 0px;
}
.header .meta .suche {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 15px;
}
.header .meta .suche input[type="text"] {
  height: 40px;
  line-height: 40px;
  background: #003a54;
  color: #61b4d9;
  font-size: 16px;
  width: 285px;
  max-width: 100%;
  padding: 0px 45px 0px 10px;
  border: none;
}
.header .meta .suche input[type="text"]::-webkit-input-placeholder {
  color: #61b4d9;
}
.header .meta .suche input[type="text"]::-moz-placeholder {
  color: #61b4d9;
}
.header .meta .suche input[type="text"]:-ms-input-placeholder {
  color: #61b4d9;
}
.header .meta .suche input[type="text"]:-moz-placeholder {
  color: #61b4d9;
}
.header .meta .suche input[type="submit"] {
  height: 40px;
  width: 40px;
  background: url(../images/header_meta_suche-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  text-indent: -9999px;
}
.header .meta ul.sprachen {
  display: inline-block;
  vertical-align: text-top;
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  padding-left: 0px;
}
.header .meta ul.sprachen li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.header .meta ul.sprachen li a, .header .meta ul.sprachen li a:link, .header .meta ul.sprachen li a:visited {
  text-indent: -9999px;
  width: 22px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
.header .meta ul.sprachen li.en a, .header .meta ul.sprachen li.en a:link, .header .meta ul.sprachen li.en a:visited {
  background-image: url(../images/header_meta_sprache-en.jpg);
}
.header .meta ul.sprachen li.de a, .header .meta ul.sprachen li.de a:link, .header .meta ul.sprachen li.de a:visited {
  background-image: url(../images/header_meta_sprache-de.jpg);
}
.header .logozeile {
  background: #ffffff;
  padding: 30px 0px;
}
.header .logozeile .menu-box {
  background: #e0e7ec;
  height: 100%;
  text-align: center;
}
.header .logozeile .menu-box button.mobile-button {
  border: none;
  background: none;
  color: #616a6e;
  line-height: 63px;
  font-size: 33px;
}
.header .logozeile .align-right img {
  margin-top: 8px;
}
.header .navi-block {
  background-color: #e0e7ec;
}
.header .navi ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background: #e0e7ec;
  padding-left: 0px;
}
.header .navi ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  position: relative;
}
.header .navi ul li a, .header .navi ul li a:link, .header .navi ul li a:visited {
  padding: 20px 22px;
  display: block;
  background: #e0e7ec;
  color: #616a6e;
  text-align: center;
  border-left: 1px solid #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.header .navi ul li a:hover, .header .navi ul li a:focus, .header .navi ul li a:active {
  background: #ffffff;
  color: #185f7f;
}
.header .navi ul li.active a, .header .navi ul li.active a:link, .header .navi ul li.active a:visited {
  background: #ffffff;
  color: #185f7f;
}
.header .navi ul li.active a:hover, .header .navi ul li.active a:focus, .header .navi ul li.active a:active {
  background: #ffffff;
  color: #616a6e;
}
.header .navi ul li.active:first-child a, .header .navi ul li.active:first-child a:link, .header .navi ul li.active:first-child a:visited {
  background-color: #ffffff;
  background-image: url(../images/header_menu-home-icon-active.png);
}
.header .navi ul li.active:first-child a:hover, .header .navi ul li.active:first-child a:focus, .header .navi ul li.active:first-child a:active {
  background-color: #ffffff;
  background-image: url(../images/header_menu-home-icon.png);
}
.header .navi ul li:first-child {
  flex-grow: 1.5;
}
.header .navi ul li:first-child a, .header .navi ul li:first-child a:link, .header .navi ul li:first-child a:visited {
  border-left: none;
  text-indent: -9999px;
  background-image: url(../images/header_menu-home-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 70px;
}
.header .navi ul li:first-child a:hover, .header .navi ul li:first-child a:focus, .header .navi ul li:first-child a:active {
  background-color: #ffffff;
  background-image: url(../images/header_menu-home-icon-active.png);
}
.header .navi ul li:hover ul, .header .navi ul li:focus ul, .header .navi ul li:active ul {
  display: block;
}
.header .navi ul li ul {
  display: none;
  position: absolute;
  left: 0px;
  top: 66px;
  z-index: 1000;
}
.header .navi ul li ul li a, .header .navi ul li ul li a:link, .header .navi ul li ul li a:visited {
  padding: 10px 22px;
  border-bottom: 1px solid #ffffff;
}
.header .navi ul li ul li:first-child {
  flex-grow: inherit;
}
.header .navi ul li ul li:first-child a, .header .navi ul li ul li:first-child a:link, .header .navi ul li ul li:first-child a:visited {
  text-indent: inherit;
  background-image: none;
  background-color: #e0e7ec;
  min-width: auto;
  border-bottom: 1px solid #ffffff;
}
.header .navi ul li ul li:first-child a:hover, .header .navi ul li ul li:first-child a:focus, .header .navi ul li ul li:first-child a:active {
  background-color: #ffffff;
  background-image: none;
}
.header .navi ul li ul li.active a, .header .navi ul li ul li.active a:link, .header .navi ul li ul li.active a:visited {
  background: #ffffff;
  color: #185f7f;
}
.header .navi ul li ul li.active a:hover, .header .navi ul li ul li.active a:focus, .header .navi ul li ul li.active a:active {
  background: #ffffff;
  color: #616a6e;
}
.header .navi ul li ul li.active:first-child a, .header .navi ul li ul li.active:first-child a:link, .header .navi ul li ul li.active:first-child a:visited {
  background-color: #e0e7ec;
  background-image: none;
}
.header .navi ul li ul li.active:first-child a:hover, .header .navi ul li ul li.active:first-child a:focus, .header .navi ul li ul li.active:first-child a:active {
  background-color: #ffffff;
  background-image: none;
}
.header #scrollnavi {
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 1000;
  top: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(97, 106, 110, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(97, 106, 110, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(97, 106, 110, 0.5);
  background: #e0e7ec;
}
.header #scrollnavi img {
  width: 130px;
  margin: 8px 0px;
}
.header #scrollnavi button.mobile-button {
  border: none;
  background: none;
  color: #616a6e;
  line-height: 63px;
  font-size: 33px;
  display: block;
  float: right;
}
.header ul.mobile-menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background: #e0e7ec;
  padding: 10px 20px;
}
.header ul.mobile-menu li {
  padding: 8px 0px;
}
.header ul.mobile-menu li a, .header ul.mobile-menu li a:link, .header ul.mobile-menu li a:visited {
  display: block;
  color: #616a6e;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: 22px;
}
.header ul.mobile-menu li a:hover, .header ul.mobile-menu li a:focus, .header ul.mobile-menu li a:active {
  color: #185f7f;
}
.header ul.mobile-menu li.active {
  border-bottom: 1px solid #185f7f;
}
.header ul.mobile-menu li.active a, .header ul.mobile-menu li.active a:link, .header ul.mobile-menu li.active a:visited, .header ul.mobile-menu li.active a:hover, .header ul.mobile-menu li.active a:focus, .header ul.mobile-menu li.active a:active {
  color: #185f7f;
}
.header ul.mobile-menu li ul {
  padding: 0px;
  list-style-type: none;
}
.header ul.mobile-menu li ul li a, .header ul.mobile-menu li ul li a:link, .header ul.mobile-menu li ul li a:visited {
  font-size: 18px;
}
.header .einstieg {
  padding: 60px 0px 0px 0px;
}
.header .einstieg h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 32px;
  color: #ffffff;
  line-height: 42px;
  margin-bottom: 20px;
  width: 750px;
  max-width: 70%;
}
.header .einstieg hr {
  background: #ffffff;
  border: none;
  height: 1px;
  margin: 0px 0px 20px 0px;
  width: 50px;
}
.header .einstieg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  width: 890px;
  max-width: 75%;
}
.header .einstieg a.button.gruen, .header .einstieg a.button.gruen:link, .header .einstieg a.button.gruen:visited {
  float: right;
  margin-top: 6px;
}
/***********************
Textblock
***********************/
.textblock {
  position: relative;
  margin-bottom: 25px;
}
.textblock h1, .textblock h2, .textblock h3, .textblock h4, .textblock p, .textblock ul, .textblock table {
  width: 75%;
  max-width: 100%;
  padding-left: 0px;
}
.textblock.ueberschrift h2 {
  width: 100%;
  color: #616a6e;
}
.textblock p {
  font-size: 18px;
}
.textblock ul, .textblock ol {
  padding-left: 0px;
}
.textblock ul li, .textblock ol li {
  margin-left: 18px;
}
.textblock a.button {
  position: absolute;
  right: 15px;
  bottom: 30px;
}
.block {
  padding-bottom: 20px;
}
/***********************
Bild-Text
***********************/
.bild-text {
  background: #e0e7ec;
  margin-bottom: 50px;
}
.bild-text .text {
  display: table;
  width: 100%;
  height: 470px;
  padding: 15px 0px;
}
.bild-text .text .zentriert {
  height: 470px;
  display: table-cell;
  vertical-align: middle;
}
.bild-text .text .zentriert h2 {
  font-size: 32px;
  color: #61b4d9;
  margin-bottom: 20px;
  font-weight: 500;
}
.bild-text .bild {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
  width: 100%;
}
.bild-text .bild .pfeil-rechts {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 33px 32px;
  border-color: transparent transparent transparent #e0e7ec;
  position: absolute;
  left: 15px;
  top: 40%;
  top: calc(50% - 33px);
}
.bild-text .bild .pfeil-links {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 32px 33px 0;
  border-color: transparent #e0e7ec transparent transparent;
  position: absolute;
  right: 15px;
  top: 40%;
  top: calc(50% - 33px);
}
/***********************
Text links - Bild rechts
***********************/
.text-bild {
  margin-bottom: 50px;
}
/***********************
Text zweispaltig
***********************/
.text-text {
  margin-bottom: 50px;
}
.text-text.grau {
  background: #e0e7ec;
  padding: 40px 0px;
}
.text-text .zweispalter {
  width: 100%;
  column-count: 2;
  column-gap: 40px;
}
/***********************
Text & Aufzählung
***********************/
.text-aufzaehlung {
  margin-bottom: 50px;
}
.text-aufzaehlung ul {
  list-style-type: none;
  padding: 0px;
}
.text-aufzaehlung ul li {
  background: url(/basics/images/text-aufzaehlung_li-icon.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-bottom: 5px;
}
.text-aufzaehlung ul li span {
  border-bottom: 1px solid #e0e7ec;
  display: block;
  padding-bottom: 5px;
}
/***********************
Bildtrenner
***********************/
.bildtrenner {
  width: 100%;
  height: 275px;
  margin-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/***********************
Überschrift
***********************/
.ueberschrift.kurz h2 {
  width: 75%;
}
/***********************
Kontaktformular
***********************/
form#gen_form {
  width: 100%;
}
form#gen_form table {
  width: 100%;
}
form#gen_form table tr td {
  width: 70%;
  padding-bottom: 10px;
  vertical-align: top;
}
form#gen_form table tr td:first-child {
  width: 30%;
  padding-right: 10px;
  padding-top: 5px;
}
form#gen_form table tr td table td, form#gen_form table tr td table td:first-child {
  width: auto;
}
form#gen_form table tr td input, form#gen_form table tr td select {
  width: 330px;
  max-width: 100%;
  height: 45px;
  line-height: 43px;
  border: 1px solid #e0e7ec;
  background: #f7fafd;
  color: #616a6e;
  padding: 0px 10px;
}
form#gen_form table tr td input[type="checkbox"], form#gen_form table tr td select[type="checkbox"] {
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: top;
  margin: 1px 5px 0px 0px;
}
form#gen_form table tr td textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #e0e7ec;
  background: #f7fafd;
  color: #616a6e;
  padding: 5px 10px;
  margin-bottom: -7px;
}
/***********************
Zweispaltiger Content
***********************/
.zweier-content-box {
  border-bottom: 10px solid #e0e7ec;
}
.zweier-content-box .zweier-content {
  background: #e0e7ec;
  overflow: auto;
}
.zweier-content-box .zweier-content .content-weiss {
  background: #ffffff;
  padding-top: 20px;
  min-height: 563px;
}
/***********************
Schnellkontakt rechts
***********************/
.schnellkontakt {
  padding: 20px 0px;
}
.schnellkontakt h4 {
  font-size: 20px;
  font-weight: bold;
  color: #185f7f;
  margin-bottom: 10px;
}
.schnellkontakt p {
  font-size: 18px;
  color: #616a6e;
  margin-bottom: 10px;
}
.schnellkontakt p strong {
  font-weight: 400;
}
.schnellkontakt a.button {
  margin: 5px 0px 25px 0px;
}
.schnellkontakt ul.wichtige-links {
  list-style-type: none;
  padding-left: 0px;
}
.schnellkontakt ul.wichtige-links li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cbd2d6;
}
.schnellkontakt ul.wichtige-links li a, .schnellkontakt ul.wichtige-links li a:link, .schnellkontakt ul.wichtige-links li a:visited {
  color: #185f7f;
  display: block;
  font-weight: 400;
}
.schnellkontakt ul.wichtige-links li a:hover, .schnellkontakt ul.wichtige-links li a:focus, .schnellkontakt ul.wichtige-links li a:active {
  color: #a8c047;
}
.schnellkontakt ul.wichtige-links li:last-child {
  border: none;
}
/***********************
Footer
***********************/
.footer {
  padding: 25px 0px 5px 0px;
  border-top: 1px solid #e0e7ec;
}
.footer h3 {
  font-size: 18px;
  color: #185f7f;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer hr {
  width: 40px;
  margin: 0px 0px 15px 0px;
  height: 1px;
  border: none;
  background: #e0e7ec;
}
.footer a.button, .footer a.button:link, .footer a.buttons:visited {
  margin-bottom: 25px;
}
/***********************
Copyright
***********************/
.copyright {
  background: #185f7f;
  padding: 15px;
}
.copyright ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 18px;
}
.copyright ul li {
  display: inline-block;
  vertical-align: top;
}
.copyright ul li a, .copyright ul li a:link, .copyright ul li a:visited {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Titillium Web', sans-serif;
  display: block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e0e7ec;
}
.copyright ul li a:hover, .copyright ul li a:focus, .copyright ul li a:active {
  color: #e0e7ec;
}
.copyright ul li:last-child a, .copyright ul li:last-child a:link, .copyright ul li:last-child a:visited {
  border-right: none;
}
/***********************
Media Query
***********************/
@media (max-width: 1200px) {
  .header .navi ul li a, .header .navi ul li a:link, .header .navi ul li a:visited {
    padding: 20px 14px;
  }
}
@media (max-width: 991px) {
  .header .meta {
    padding: 10px 0px 15px;
    /*text-align: center;
			
			.align-right {
				text-align: inherit !important;
				padding-top: 10px;
			}*/
  }
  .header .einstieg h2, .header .einstieg p {
    width: 100%;
    max-width: 100%;
  }
  .header .einstieg a.button.gruen, .header .einstieg a.button.gruen:link, .header .einstieg a.button.gruen:visited {
    position: relative;
    float: none;
    clear: both;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .header .einstieg a.button.gruen.visible-sm, .header .einstieg a.button.gruen:link.visible-sm, .header .einstieg a.button.gruen:visited.visible-sm {
    display: inline-block !important;
  }
  .header .navi ul li a, .header .navi ul li a:link, .header .navi ul li a:visited {
    padding: 20px 10px;
    font-size: 18px;
  }
  .header .navi ul li:first-child a, .header .navi ul li:first-child a:link, .header .navi ul li:first-child a:visited {
    min-width: 45px;
  }
  .textblock h1, .textblock h3, .textblock h4, .textblock p, .textblock ul, .textblock table {
    width: 65%;
  }
  .bild-text {
    min-height: auto;
  }
  .bild-text .width {
    height: auto;
  }
  .bild-text .width .col-lg-6, .bild-text .width .col-md-6, .bild-text .width .col-sm-6, .bild-text .width .col-xs-12 {
    height: auto;
  }
  .bild-text .text {
    display: block;
    height: auto;
    width: 100%;
    padding: 25px 0px;
    height: auto;
  }
  .bild-text .text .zentriert {
    display: block;
    height: auto;
  }
  .bild-text .bild {
    height: 400px;
  }
  .bild-text .bild img {
    width: 100%;
  }
  .bild-text .bild .pfeil-rechts {
    border-width: 32px 33px 0px 33px;
    border-color: #e0e7ec transparent transparent transparent;
    top: 0px;
    left: 40%;
    left: calc(50% - 33px);
  }
  .bild-text .bild .pfeil-links {
    border-width: 0 33px 32px 33px;
    border-color: transparent transparent #e0e7ec transparent;
    bottom: 0px;
    top: inherit;
    left: 40%;
    left: calc(50% - 33px);
  }
  .footer .align-right {
    text-align: left;
  }
}
@media (max-width: 860px) {
  .header .navi ul li a, .header .navi ul li a:link, .header .navi ul li a:visited {
    padding: 15px 7px;
    font-size: 16px;
  }
  .header .navi ul li:first-child a, .header .navi ul li:first-child a:link, .header .navi ul li:first-child a:visited {
    min-width: 40px;
  }
}
@media (max-width: 767px) {
  .zweier-content-box .zweier-content .content-weiss {
    min-height: inherit;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .align-right {
    text-align: left;
  }
  .textblock h1, .textblock h2, .textblock h3, .textblock h4, .textblock p, .textblock ul, .textblock table {
    width: 100%;
  }
  .textblock a.button {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-bottom: 20px;
  }
  .header .meta {
    padding: 8px 0px;
    text-align: center;
  }
  .header .meta .align-right {
    text-align: inherit !important;
  }
  .header .meta a.button.grau, .header .meta a.button.grau:link, .header .meta a.button.grau:visited {
    margin-bottom: 10px;
    display: block;
  }
  .header .einstieg {
    padding-top: 35px;
  }
  .header .einstieg h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
  }
  .header .einstieg p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
  }
  .header .einstieg a.button.gruen.visible-xs, .header .einstieg a.button.gruen:link.visible-xs, .header .einstieg a.button.gruen:visited.visible-xs {
    display: inline-block !important;
  }
  .header .logozeile {
    padding: 0px;
    background-color: #e0e7ec;
    display: table;
    width: 100%;
    height: 90px;
    table-layout: fixed;
  }
  .header .logozeile .col-xs-5, .header .logozeile .col-xs-4, .header .logozeile .col-xs-6 {
    background: #ffffff;
  }
  .header .logozeile .col-xs-5, .header .logozeile .col-xs-4, .header .logozeile .col-xs-6, .header .logozeile .col-xs-3 {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    clear: both;
  }
  .header .logozeile img {
    margin: 0px;
  }
  .header .logozeile .align-right img {
    margin: 0px;
  }
  .header .meta .align-right {
    text-align: right;
  }
  .header .meta .suche input[type="text"] {
    width: 100%;
  }
  .bild-text {
    margin-left: 15px;
    margin-right: 15px;
  }
  .bild-text .bild {
    height: 300px;
  }
  .bild-text .bild-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
  .copyright {
    text-align: center;
  }
  .copyright ul {
    margin-bottom: 15px;
  }
  .copyright ul li {
    display: inline-block;
    vertical-align: top;
  }
  .copyright ul li a, .copyright ul li a:link, .copyright ul li a:visited {
    margin-right: 5px;
    padding-right: 11px;
  }
  .copyright img {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 480px) {
  .header .logozeile {
    height: 60px;
  }
  .header .logozeile .col-xs-5, .header .logozeile .col-xs-4, .header .logozeile .col-xs-6, .header .logozeile .col-xs-3 {
    height: 60px;
  }
  .header .meta p {
    font-size: 16px;
  }
  .header .meta p span {
    display: none;
  }
  .bild-text .bild {
    height: 200px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .bild-text .bild {
    height: 150px;
  }
  .header .meta .suche {
    margin-right: 5px;
    width: 230px;
    max-width: 100%;
  }
}
