/* res_id: 238b3221445c00e4c29b1d93164d45a1 */

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans Regular'), url('/resources/css/fonts/notosans-regular.ttf') format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), url('/resources/css/fonts/notosans-bold.ttf') format('woff');
}
* {
  box-sizing: border-box;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: black;
  letter-spacing: 0.5px;
  line-height: 19px;
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  /*    display: flex;
   flex-direction: column;
   */
  position: relative;
  align-content: stretch;
  flex: 1 1 auto;
  -webkit-text-size-adjust: none;
}
hr {
  margin-bottom: 20px;
  width: 100%;
}
p {
  margin-bottom: 19px;
}
a {
  color: #009ee2;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #009ee2;
  text-decoration: underline;
  outline: none;
}
h1 {
  margin-top: 20px;
}
h1, h5 {
  font-size: 20.4px;
  line-height: 32.3px;
  margin-bottom: 17.1px;
  font-weight: normal;
}
h5 {
  margin-bottom: 0;
}
h2 {
  font-size: 15.6px;
  line-height: 24.7px;
  margin-bottom: 3.8px;
  font-weight: normal;
}
h3 {
  font-size: 12px;
  line-height: 21.85px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}
h4 {
  font-size: 14.4px;
  line-height: 19px;
  font-weight: bold;
  width: 100%;
}
strong, b, .strong {
  font-weight: 700;
}
.r {
  width: 100%;
}
.button, #totop {
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  color: #000;
  border: 1px solid #bbb;
  padding: 5px 10px;
}
.no-desktop {
  display: none;
}
.no-mobile {
  display: block;
}
#totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
  display: none;
}
.search_wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 0 -10px;
}
ul.search {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  padding-left: 16px;
  padding-right: 10px;
}
ul.search li {
  width: 100%;
  flex: 0 0 auto;
  /* padding: 0 10px 10px 10px;*/
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
ul.search li:nth-child(2) {
  flex-wrap: wrap;
}
.search_div {
  padding-top: 10px;
  padding-bottom: 10px;
}
#rexsearch_form {
  /* float: right; */
}
#rexsearch_form fieldset {
  border: none;
}
#rexsearch_form input[type=submit] {
  width: 27px;
  /* border-radius: 100%;*/
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  height: 27px;
  text-indent: -999px;
  background-color: transparent;
  background-image: url("/resources/img/search2.png");
}
#rexsearch_form input[type=text], #rexsearch_form input[type=search], #rexsearch_form input[name=s] {
  height: 27px;
  max-width: 120px;
}
@media (max-width: 768px) {
  .no-desktop {
    display: block;
  }
  .no-mobile {
    display: none;
  }
  .search_div {
    display: none;
  }
}
.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 960px;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .desktop75 {
    width: 66%;
    display: block;
    padding-left: 20px;
  }
}
header .logo_sprech {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 10px;
  list-style: none;
}
header .logo_sprech li:first-child {
  justify-content: flex-start;
}
header .logo_sprech li {
  flex: 0 0 auto;
  display: flex;
  width: 50%;
  justify-content: flex-end;
}
header .logo {
  padding-top: 40px;
}
header .sprechzeiten {
  width: 240px;
}
header .nav_suche {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
}
header .nav_suche li:first-child {
  justify-content: flex-start;
}
header .nav_suche li {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
header .header-wrapper {
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
}
header .header-wrapper .header-home-1, header .header-wrapper .header-home-2, header .header-wrapper .header-home-3, header .header-wrapper .header-home-4 {
  display: flex;
  width: 25%;
}
header .header-wrapper .header-home-1 img, header .header-wrapper .header-home-2 img, header .header-wrapper .header-home-3 img, header .header-wrapper .header-home-4 img {
  width: 100%;
  height: auto;
}
header .header-wrapper .header-home-1-mobile, header .header-wrapper .header-home-2-mobile {
  display: none;
}
@media (max-width: 768px) {
  header .logo_sprech {
    padding-top: 25px;
  }
  header .header-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 520px) {
  header .logo_sprech {
    display: grid;
    flex-wrap: nowrap;
    list-style: none;
  }
  header .logo_sprech li:first-child {
    justify-content: flex-start;
  }
  header .logo_sprech li {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  header .logo {
    padding-top: 10px;
  }
  header .sprechzeiten {
    width: 500px;
    padding-bottom: 20px;
  }
  header .logo {
    width: 100%;
    padding-top: 20px;
  }
  header .header-wrapper .header-home-1, header .header-wrapper .header-home-2, header .header-wrapper .header-home-3, header .header-wrapper .header-home-4 {
    display: none;
  }
  header .header-home-1-mobile, header .header-home-2-mobile {
    display: flex !important;
    width: 50%;
  }
  header .header-home-1-mobile img, header .header-home-2-mobile img {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #fff;
    border-right: 3px solid #fff;
  }
}
main {
  flex: 1 1 auto;
  margin-top: 7px;
}
main .flex-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 15px;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /* Für den IE6 und IE7 */
}
@media (max-width: 768px) {
  main {
    margin-top: 0;
  }
  main .flex-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  article {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
}
footer .breadcrumbs-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .breadcrumbs-wrapper ul {
  float: left;
  list-style: none;
}
footer .breadcrumbs-wrapper ul li {
  display: inline-block;
  color: #b3b3b3;
}
footer .breadcrumbs-wrapper ul li a {
  color: #b3b3b3;
  text-decoration: none;
}
footer .breadcrumbs-wrapper ul li a:hover {
  color: #009ee2;
  text-decoration: none;
}
footer .breadcrumbs-wrapper ul li a:after {
  content: "/";
  color: #b3b3b3;
  margin: 0 5px;
}
@media (max-width: 768px) {
  footer .rex-breadcrumb {
    display: none;
  }
}
footer {
  flex: 1 1 0;
  margin-top: 4px;
  color: #000;
}
footer .search_div {
  float: right;
  text-align: right;
  padding-bottom: 15px;
}
footer #rexsearch_form {
  /* float: right; */
}
footer #rexsearch_form fieldset {
  border: none;
}
footer #rexsearch_form input[type=submit] {
  width: 27px;
  /* border-radius: 100%;*/
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  height: 27px;
  text-indent: -999px;
  background-color: transparent;
  background-image: url("/resources/img/search2.png");
}
footer #rexsearch_form input[type=text], footer #rexsearch_form input[type=search], footer #rexsearch_form input[name=s] {
  height: 27px;
  max-width: 120px;
}
footer .footer-wrapper {
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  background: #fff;
}
footer .footer-wrapper p {
  margin-bottom: 0;
}
footer .footer-wrapper a {
  color: #009ee2;
}
footer .footer-wrapper a:hover, footer .footer-wrapper a:focus, footer .footer-wrapper a:active, footer .footer-wrapper a.rex-active, footer .footer-wrapper a.rex-current {
  color: #009ee2;
  text-decoration: underline;
}
@media (max-width: 768px) {
  footer .footer-wrapper {
    border-top: 20px solid #fff;
    padding-bottom: 30px;
  }
  footer .search_div {
    float: left;
  }
}
@media (max-width: 520px) {
  footer .footer-wrapper {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .modul-text-75 {
    width: 75%;
    float: left;
  }
}
.search_it-modul li.search_it-article {
  list-style: none;
}
.search_it-modul li.search_it-article p {
  margin-bottom: 0;
}
#main-nav {
  width: 100%;
  height: 31px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  background-color: #ddd;
}
#main-nav .drop {
  display: none;
}
#main-nav * a {
  border: none;
}
@media only screen and (min-width: 768px) {
  /* Büro Sieber spezifische Angaben */
  .onlyonstartpage {
    border-bottom: none !important;
  }
  .onlymobile {
    display: none;
  }
  header #toggle {
    display: none;
  }
  header .nav {
    display: block;
    position: relative;
  }
  #main-nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
  }
  #main-nav ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    /*		.drop {
     display: none;
     }
     */
  }
  #main-nav ul li a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    padding: 5px 9px;
    height: 30px;
    cursor: pointer;
    font-size: 12px;
    line-height: 19px;
    line-height: 20px;
    background-color: #ddd;
    color: #000;
    text-decoration: none;
  }
  #main-nav ul li a:hover {
    background-color: #f0f0f0;
    color: #000;
  }
  #main-nav ul li a:active {
    background-color: #91999e;
    color: #fff;
  }
  #main-nav ul li a.rex-current, #main-nav ul li a.rex-active {
    background-color: #91999e;
    color: #fff;
  }
  #main-nav ul li ul {
    display: none;
  }
  #main-nav #nav-social a {
    padding: 0;
  }
  #page-id-1 #sub-nav a {
    background-color: #009ee2;
    color: #fff;
    font-weight: bold;
    padding: 15px;
  }
  #sub-nav {
    margin-top: 20px;
    padding-right: 20px;
    width: 25%;
  }
  #sub-nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
  }
  #sub-nav ul li {
    margin: 0;
    padding: 0;
  }
  #sub-nav a {
    margin: 0;
    line-height: 25px;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #bbb;
    padding-left: 10px;
    padding: 5px;
    height: auto;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    background-color: #fff;
    color: #000;
  }
  #sub-nav a:hover {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
  }
  #sub-nav a.rex-current {
    background-color: #fff;
    color: #009ee2;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
  }
  #nav-social, #search, #language {
    display: inline-block;
    overflow: visible;
  }
  #nav-social a {
    border: none;
    margin: 5px 0 0 5px;
    padding: 0;
  }
  #nav-social a#menu-facebook {
    border: none;
    margin: 5px 0 0 5px;
  }
  #nav-social a#menu-facebook img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 650px) {
  li.rex-article-26 a {
    height: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* Google Maps */
  .onlymobile {
    display: inline-block;
  }
  .template.content75, .modul.intro, .template.sub-nav {
    width: 100%;
  }
  .template.content {
    padding-left: 10px;
  }
  .template.sub-nav {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 13px;
    text-align: right;
  }
  .template.sub-nav a.button, .template.sub-nav a#totop {
    margin-right: 4px;
  }
  .body {
    padding-left: 0;
    padding-right: 0;
  }
  .body .page {
    padding-left: 10px;
  }
  #page-id-1 .modul.intro {
    width: 100%;
  }
  #page-id-1 .modul.intro .text, #page-id-1 .modul.intro .modul {
    width: 100%;
    max-width: 320px;
  }
  header, header .page, header .page #menu-home, header .page #search, header .page .nav#main-nav, header .nav #nav-social {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  header {
    height: auto;
    padding-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
  }
  header > div {
    width: 100%;
    position: relative;
  }
  #main-nav, #search, #settings, #language {
    display: none;
    margin: 0 0 20px 0;
  }
  #main-nav {
    margin-left: 0px !important;
    margin-top: 20px;
    height: auto;
  }
  #main-nav .drop {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 3px;
    height: 30px;
    border: none;
  }
  header #language {
    position: absolute;
    top: 50px;
    right: 7px;
  }
  header a#menu-home {
    display: inline-block;
    top: 0;
    margin-bottom: 10px;
  }
  header a#menu-home img {
    width: 230px;
  }
  #toggle {
    cursor: pointer;
    line-height: 30px;
    padding: 5px 5px;
    position: absolute;
    top: 0px;
    right: 3px;
  }
  #toggle-main-nav, #toggle-search, #toggle-language, #toggle-settings {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #ddd;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px !important;
  }
  #search input[type=submit] {
    width: 27px;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: 27px;
    text-indent: -999px;
    background-color: transparent;
    background-image: url(search2.png);
    border: none;
  }
  #map_canvas {
    height: 350px;
    margin-bottom: 20px;
    margin-right: 60px;
  }
  #main-nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: block;
    background-color: white;
  }
  #main-nav ul li {
    margin: 0;
    padding: 0;
  }
  #main-nav ul li.open, #main-nav ul li:hover, #main-nav ul li:active, #main-nav ul li.rex-current, #main-nav ul li.rex-active {
    background-color: #ddd;
  }
  #main-nav ul a {
    margin: 0;
    height: 25px;
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 40px;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 10px;
    text-align: left;
    border: 1px solid #bbb;
    color: #000;
    margin-top: -1px;
  }
  #main-nav ul a.open, #main-nav ul a:hover, #main-nav ul a:active, #main-nav ul a.rex-current, #main-nav ul a.rex-active {
    color: #000;
  }
  #main-nav > ul > li {
    display: block;
    position: relative;
  }
  #main-nav > ul > li a {
    display: block;
    position: relative;
    font-weight: bold;
  }
  #main-nav > ul > li > ul {
    display: block;
  }
  #main-nav > ul > li > ul > li {
    display: block;
    width: 100%;
  }
  #main-nav > ul > li > ul > li a {
    display: block;
    padding-left: 40px;
    width: 100%;
    font-weight: normal;
  }
  #nav-social a#menu-facebook {
    border: none;
    padding: 0 !important;
    margin: 0;
  }
  #nav-social a#menu-facebook span {
    display: block;
    width: 100%;
    border: 1px solid #bbb;
    padding: 10px;
    line-height: 20px;
  }
  footer .page {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 520px) {
  .body .page {
    padding-bottom: 200px;
  }
  footer {
    min-height: 230px;
  }
}


