html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Paul Irish said:; http://www.paulirish.com/2012/box-sizing-border-box-ftw */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/********************************************************/
/** end reset.css                                    ****/
/********************************************************/
/* BASICS */
body {
  background-color: #fff;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #12579c;
  line-height: 25px;
  margin-top: 20px;
}

a {
  font-family: Lato, Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 19px;
  color: #12579c;
  line-height: 25px;
}

br {
  line-height: 8px;
}

h1 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 42px;
  margin-bottom: 45px;
  padding: 25px 0 15px;
  border-bottom: 2px solid #12579c;
}

h2 {
  color: #12579c;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 30px;
  margin-bottom: 13px;
}

h3 {
  font-weight: 600;
  letter-spacing: 0.02em;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

.hide {
  display: none !important;
}

/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   LAYOUT                                 ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
.block-wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
  clear: both;
}

.center-wrapper {
  padding: 0;
  height: 100%;
  position: relative;
}

#head-image {
  height: 145px;
  background: transparent url(images/fskz_header.jpg) center no-repeat;
  background-size: auto 100%;
}

#head-logo {
  max-width: 70%;
  margin: 15px 10px 20px 10px;
  position: relative;
  z-index: 200;
}

/* oncanvas navigation
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 900px) {
  #head-logo {
    max-width: 50%;
  }
}
/* full
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1074px) {
  .center-wrapper {
    width: 1074px;
    margin: 0 auto;
  }

  #head-logo {
    width: 510px;
    margin: 15px 0 20px 0;
  }

  #head-image {
    height: 185px;
  }
}
/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   MAIN                                 ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
.content-main {
  padding: 0 15px;
}

.content-main .lead {
  font-weight: 600;
}

.content-main li {
  list-style-type: disc;
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 27px;
}

.content-main .gruen li, .content-main .gruen, .content-main .gruen a {
  color: #969e80;
}

.content-main ul, .content-main ol {
  margin: 0 0 30px 20px;
}

.content-main hr {
  border: 0;
  height: 1px;
  background: #12579c;
  margin: 30px 0;
}

.content-main hr.gruen {
  background: #969e80;
}

.content-main p.download-link a,
.content-main p a.download-link {
  background: transparent url("images/button-download.png") no-repeat scroll 0 2px/22px auto;
  color: #12579c;
  display: block;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0 0 0 44px;
  text-decoration: none;
}

.content-main p.web-link a,
.content-main p a.web-link {
  background: transparent url("images/button-link-dark.png") no-repeat scroll 0 2px/22px auto;
  color: #969e80;
  display: block;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 0 0 0 44px;
  text-decoration: none;
  text-decoration: underline;
}

.content-main .home-box p.web-link a {
  text-decoration: none;
  font-weight: 600;
}

.content-main p.kein-abstand {
  margin-bottom: 5px;
}

.content-main img {
  max-width: 100%;
  padding-top: 20px;
  height: auto;
  aspect-ratio: auto;
}

.content-main p.fett, .fett, .content-main strong, .content-main b {
  font-weight: 600;
}

.content-main .gross, .content-main .gross a {
  font-size: 25px;
  line-height: 34px;
}

.content-main .home-boxes .custom {
  width: 100%;
  background-color: #eff0e3;
  padding: 10px;
  margin-bottom: 25px;
}

.content-main .home-boxes .custom.maplink {
  cursor: pointer;
}

.content-main .home-boxes .custom.maplink:hover {
  opacity: 0.7;
}

/* some between image size
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 650px) {
  .content-main img {
    max-width: 373px;
    height: auto;
    aspect-ratio: auto;
  }
}
/* two-columns
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 800px) {
  #main {
    margin-top: 35px;
  }

  #main .center-wrapper, #footer .center-wrapper {
    display: flex;
  }

  #main .content-main, #footer .footer-main {
    width: 75%;
  }

  #main .content-aside, #footer .footer-aside {
    margin-top: 56px;
    width: 271px;
    flex: 1 0 auto;
  }

  .content-aside h3, .content-aside p {
    font-size: 18px;
    line-height: 22px;
  }

  .content-main .home-boxes .custom {
    width: 65%;
  }
}
/* some between home boxes
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 950px) {
  .content-main .home-boxes {
    display: flex;
    justify-content: space-between;
  }

  .content-main .home-boxes .custom {
    width: 49%;
    padding: 10px 10px 0 10px;
  }
}
/* full
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1074px) {
  #main .content-main, #footer .footer-main {
    padding: 0 15px 0 0;
    width: auto;
    min-width: 803px;
  }

  #footer .footer-main {
    padding-left: 30px;
    min-width: 818px;
  }

  #main .content-aside, #footer .footer-aside {
    width: 256px;
  }
}
/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   NAVIGATION                          ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
#oncanvas-nav, #offcanvas-nav {
  display: none;
}

#offcanvas-nav-closer {
  display: none;
}

.offcanvas-nav-handler {
  position: absolute;
  width: 12%;
  height: auto;
  bottom: 30%;
  right: 20px;
}

.offcanvas-nav-canvas {
  position: absolute !important;
  height: calc(100% - 144px);
  background-color: #fff;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 200;
  padding: 0;
  margin: 0;
  display: none;
}

#offcanvas-nav > ul {
  background-color: #eae259;
  padding: 25px 35px 50px;
}

#offcanvas-nav .alternate-nav {
  padding: 25px 35px 50px;
}

#offcanvas-nav > ul ul {
  display: none;
}

#offcanvas-nav > ul > li > span, #offcanvas-nav > ul > li > a {
  border-bottom: 1px solid #fff;
}

#offcanvas-nav > ul > li > ul {
  padding: 0 0 8px 20px;
  border-bottom: 1px solid #fff;
}

#offcanvas-nav li .nav-header, #offcanvas-nav li a, #offcanvas-nav .alternate-nav a {
  color: #12579c;
  text-decoration: none;
  font-size: 26px;
  display: block;
  line-height: 43px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

#offcanvas-nav > ul > li.active > span,
#offcanvas-nav > ul > li.active > a,
#offcanvas-nav > ul > li.active li.current a {
  color: #fff;
}

#offcanvas-nav li ul li a {
  line-height: 34px;
}

#offcanvas-nav li ul li:first-child a {
  margin-top: 4px;
}

.footer-alt-nav a {
  color: #fff;
}

/* some between for hamburger
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 650px) {
  .offcanvas-nav-handler {
    width: 9%;
  }
}
/* navigation on canvas
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 900px) {
  #oncanvas-nav {
    display: block;
  }

  .offcanvas-nav-handler {
    display: none !important;
  }

  .oncanvas-nav-canvas .nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
    padding-right: 15px;
  }

  .oncanvas-nav-canvas .nav > li ul {
    display: none;
    background-color: #ebe359;
    margin-top: 0;
    min-height: 145px;
    padding: 3px 20px 20px;
    position: absolute;
    top: 48px;
    z-index: 100;
  }

  .oncanvas-nav-canvas .nav > li {
    margin-left: 35px;
    cursor: pointer;
  }

  .oncanvas-nav-canvas .nav > li > span, .oncanvas-nav-canvas .nav > li > a {
    font-size: 24px;
  }

  .oncanvas-nav-canvas .nav > li.active > span, .oncanvas-nav-canvas .nav > li.active > a,
.oncanvas-nav-canvas .nav > li > span:hover, .oncanvas-nav-canvas .nav > li > a:hover {
    font-size: 26px;
    color: #969e80;
  }

  .oncanvas-nav-canvas .nav > li ul li a {
    display: block;
    font-size: 20px;
    line-height: 34px;
    border-bottom: 1px solid #fff;
    font-weight: 300;
  }

  .oncanvas-nav-canvas .nav > li ul li.active a,
.oncanvas-nav-canvas .nav > li ul li a:hover {
    color: #fff;
  }

  .oncanvas-nav-canvas .top-nav {
    display: block;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 10px;
  }

  .oncanvas-nav-canvas .top-nav a {
    text-decoration: none;
    color: #969e80;
    float: left;
    margin-left: 45px;
    line-height: 22px;
    font-size: 17px;
  }

  .oncanvas-nav-canvas .top-nav a:hover {
    color: #12579c;
  }
}
/* full
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1074px) {
  .oncanvas-nav-canvas .nav > li > span, .oncanvas-nav-canvas .nav > li > a {
    font-size: 26px;
  }

  .oncanvas-nav-canvas .nav {
    padding-right: 0;
  }

  .oncanvas-nav-canvas .nav > li ul {
    min-height: 185px;
  }

  .oncanvas-nav-canvas .top-nav {
    right: 0;
  }
}
/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   H O M E                              ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
.home-karte {
  position: relative;
}

#fskz_map {
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

#map-container {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.content-main .fskz_button_img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  margin: 0;
  padding: 20px 0;
}

.fskz_bezirk_popup {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.fskz_bezirk_popup h3 {
  font-size: 23px;
  line-height: 28px;
}

.fskz_bezirk_popup ul {
  margin: 10px 0 30px;
}

.fskz_bezirk_popup li {
  list-style: none;
}

.fskz_bezirk_popup li a {
  display: block;
  font-size: 22px;
  line-height: 37px;
  border-bottom: #b0b573 1px solid;
}

.fskz_bezirk_popup li a:hover {
  color: #969e80;
}

.fskz_bezirk_popup_title {
  background: transparent url(images/button-close.png) no-repeat;
  background-position: right 0 top 0;
  background-size: 30px auto;
  height: 30px;
  position: relative;
}

.fskz_bezirk_popup_title .closer {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  width: 30px;
  height: 30px;
}

.content-main .fskz_bezirk_popup hr {
  background: #b0b573;
  margin: 10px 0;
}

.content-main .fskz_bezirk_popup .web-link {
  margin-bottom: 0px;
}

.content-main .fskz_bezirk_popup .web-link a {
  margin-bottom: 0px;
  text-decoration: none;
  padding-left: 30px;
  background-position: 0px 5px;
}

#select_gemeinde {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  padding: 0 30px 0 10px;
  background: #fff url("images/button-down-dark.png") no-repeat right 12px top 12px;
  background-size: 25px;
  border: 1px solid #b0b573;
  border-radius: 0;
  color: #12579c;
  font-size: 16px;
  line-height: 50px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

#select_gemeinde::-ms-expand {
  display: none;
}

/* almost full
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 950px) {
  .fskz_bezirk_popup {
    width: 50%;
    right: 0;
  }

  .fskz_bezirk_popup li a {
    font-size: 19px;
    line-height: 35px;
  }

  #select_gemeinde {
    top: 0;
  }
}
/* full
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1074px) {
  #fskz_map, .content-main .fskz_button_img {
    width: 528px;
  }

  .fskz_bezirk_popup {
    width: 265px;
    right: 50px;
  }

  .fskz_bezirk_popup li a {
    line-height: 29px;
  }

  #select_gemeinde {
    right: 197px;
  }
}
/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   TEASER BOX                           ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
.teaser-box {
  display: block;
  background-color: #b0b573;
  margin: 25px 15px 0 15px;
  padding: 20px;
}

a.teaser-box {
  cursor: pointer;
  background: #b0b573 url(images/button-link.png) no-repeat;
  background-position: right 20px top 20px;
  background-size: 10% auto;
}

a.teaser-box:hover {
  opacity: 0.8;
}

.teaser-box .info-image {
  width: 53%;
  height: auto;
  max-width: 175px;
  margin-bottom: 15px;
}

.teaser-box h3, .teaser-box p {
  color: #fff;
  margin: 0 0 0 0;
}

.teaser-box h3 {
  padding-right: 0;
  margin-bottom: 15px;
}

.teaser-box.teaser-box-ohne-link h3 {
  padding-right: 0;
}

.teaser-box .image img {
  width: 90px;
  height: auto;
  max-width: 100%;
  margin-bottom: 15px;
}

.warning-box .teaser-box {
  background-color: #ebe359;
}

.warning-box .teaser-box h3 {
  color: #d22630;
  margin-bottom: 15px;
}

.teaser-box p.link-mit-pfeil a, .teaser-box p.link-mit-pfeil span {
  background: transparent url("images/fskz_pfeil.png") no-repeat scroll 1px 4px/10px 16px;
  padding-left: 29px;
}

.teaser-box .linkliste {
  margin-top: 15px;
}

/* two-columns
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 800px) {
  .teaser-box {
    padding: 15px;
    min-height: 256px;
    margin: 25px 15px 0 0;
  }
}
/* full
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1074px) {
  .teaser-box {
    margin: 25px 0 0;
  }
}
/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   FOOTER                               ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
#footer {
  background-color: #12579c;
  margin: 25px 0 0;
  padding: 20px 0 20px 20px;
}

.footer-main {
  border-left: 1px solid #fff;
  padding-left: 30px;
}

#footer h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 26px;
}

#footer p, #footer a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

#footer a:hover {
  text-decoration: underline;
}

.footer-aside a {
  display: block;
}

.footer-aside {
  border-left: 1px solid #fff;
  padding-left: 30px;
}

/* full
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1074px) {
  #footer {
    padding: 20px 0;
  }
}
/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   TABLE                                ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
.content-main table {
  width: 100%;
  display: none;
}

.content-main .bezirkinfo_responsive_layout .bez-title {
  color: #12579c;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 30px;
  margin-bottom: 13px;
}

.content-main .bezirkinfo_responsive_layout .bez-text {
  margin: 0 0 30px;
  padding: 0;
}

.content-main td li {
  font-size: 19px;
}

.content-main td a, .content-main .bezirkinfo_responsive_layout .bez-text a {
  color: #969e80;
  text-decoration: underline;
}

.content-main td p, .content-main .bezirkinfo_responsive_layout .bez-text p {
  margin: 0;
  line-height: 22px;
}

.content-main td ul, .content-main .bezirkinfo_responsive_layout .bez-text ul {
  margin: 0 0 15px 15px;
}

.content-main .bezirk-titel {
  position: relative;
}

.content-main .bezirk-titel a {
  font-weight: 400;
  padding-right: 43px;
  background: transparent url("images/button-back.png") no-repeat;
  background-position: right 2px top 0;
  background-size: 28px auto;
  font-size: 18px;
  color: #969e80;
  text-decoration: none;
  line-height: 30px;
  margin-top: 0;
  display: block;
}

/* switch off alternative table layout
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 530px) {
  .content-main table {
    display: table;
  }

  .content-main .bezirkinfo_responsive_layout {
    display: none;
  }

  .content-main td {
    width: 70%;
    padding: 0 10px 25px 0;
  }

  .content-main td:first-child {
    width: 30%;
  }

  .content-main .bezirk-titel a {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 34px;
  }
}
@media print {
  #head-logo {
    max-width: 40%;
  }

  #oncanvas-nav, .offcanvas-nav-handler, .footer-aside, .content-main .bezirk-titel a {
    display: none;
  }

  .footer-main {
    border-left: 0;
  }

  #main {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=sucht-zh.css.map */
