.slick-track {
  display: flex;
  flex-direction: row;
}

.header-startslider {
  position: relative;
}

@media screen and (max-width: 767px) {
  .hidden-phone {
    display: none;
  }
  .typography td,
.typography tr,
.typography table {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .hidden-tablet {
    display: none;
  }
}
@media screen and (min-width: 660px) {
  .galleryelement__images {
    text-align: center;
  }
  .galleryelement__images__image {
    display: inline-block;
    margin-right: 20px;
  }
  .footer-block {
    float: left;
    width: 33.33333%;
  }
}
@media screen and (max-width: 1199px) {
  .mainmenu {
    max-width: 320px;
    right: 0;
    display: none;
    -webkit-box-shadow: 0px 0px 30px 5px rgb(153, 153, 153);
    -moz-box-shadow: 0px 0px 30px 5px rgb(153, 153, 153);
    box-shadow: 0px 0px 30px 5px rgb(153, 153, 153);
    padding: 10px;
    position: absolute;
    z-index: 10001;
    width: 100%;
    background-color: #fff;
  }
  .mainmenu a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #C7C7C7;
  }
  .mainmenu > ul > li:last-child a {
    border: none;
  }
  .mainmenu li {
    position: relative;
  }
  .mainmenu .children {
    padding-left: 20px;
  }
  .mainmenu .open-children {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
  }
  .mainmenu.opened, .mainmenu.open {
    display: block;
  }
  .breadcrumb a {
    display: none;
  }
  .breadcrumb a:first-child,
.breadcrumb a:last-child {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-desktop {
    display: none !important;
  }
  .header {
    padding-top: 50px;
  }
  .header__top-nav {
    position: absolute;
    top: -40px;
    right: 20px;
    display: flex;
    flex-direction: row;
  }
  .header__top-nav .divider {
    padding-inline: 2px;
  }
  .header__top-nav {
    color: #4b4b4d;
    font-size: 12px;
  }
  .header__top-nav a {
    color: #4b4b4d;
    font-weight: 300;
  }
  .header__top-nav a:hover {
    text-decoration: underline;
  }
  .header__social {
    position: absolute;
    left: calc(100% - 20px);
    top: -40px;
    display: flex;
  }
  .header__social a {
    margin-left: 1em;
  }
  .max_width_centered {
    max-width: 1200px;
    margin: 0 auto;
  }
  .logo-vogtlandkreis {
    margin-top: -21px;
    z-index: 10000;
  }
  .logo-vogtlandkreis img {
    height: 122px;
  }
  .header-top {
    border-bottom: 0;
  }
  .mainmenu {
    left: 160px;
    top: -52px;
  }
  .mainmenu li {
    float: left;
    position: relative;
  }
  .header > .max_width_centered,
.navigation_border > .max_width_centered {
    position: relative;
  }
  .mainmenu a {
    display: block;
    padding: 16px 20px;
    line-height: 1.2;
  }
  .mainmenu ul > li.section::after,
.mainmenu ul > li.current::after,
.mainmenu ul > li:hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background: #C7C7C7;
    height: 5px;
  }
  .mainmenu > ul > li > a {
    border-right: 1px solid #C7C7C7;
  }
  .navigation_border {
    border-top: 1px solid #C7C7C7;
    height: 5px;
  }
  .mainmenu li:hover > .children {
    display: block;
    z-index: 2000;
    -webkit-box-shadow: 0 18px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 18px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 18px 15px 0 rgba(0, 0, 0, 0.2);
  }
  .mainmenu .children {
    position: absolute;
    min-width: 200px;
    background: #fff;
  }
  .mainmenu .children a {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #C7C7C7;
  }
  .mainmenu .children li:hover > a {
    border-color: transparent;
  }
  .mainmenu .children li {
    width: 100%;
  }
  .startboxen {
    flex-flow: row;
  }
  .startbox {
    border-width: 0 0 1px 0;
    border-style: solid;
    padding-right: 10px;
    margin-right: 10px;
  }
  .header-startslider-news {
    width: 1200px;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    left: 50%;
    margin-left: -600px;
    background: rgba(255, 255, 255, 0.9);
    border-width: 0;
  }
  .htmlcontent {
    display: flex;
    flex-direction: row-reverse;
  }
  .content__html {
    width: 66.6666666667%;
  }
  .content__einfach {
    width: 33.3333333333%;
  }
  .breadcrumb {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    margin-top: -60px;
    display: flex;
    flex-direction: row;
  }
  .header-kopfbild {
    height: 180px;
    overflow: hidden;
  }
  .content__html {
    padding-left: 0;
  }
  .content__html.wide {
    width: 100%;
  }
  .startbox-logo {
    top: auto;
    bottom: 10px;
    right: auto;
    left: 0;
  }
  .downloadelement__downloads {
    padding-left: 0;
  }
  .downloadelement__download__icon {
    float: left;
    font-size: 24px;
    margin-right: 10px;
  }
  .downloadelement__download__title {
    font-size: 21px;
  }
  .contactselement__contacts__contact {
    width: 350px;
    max-width: none;
  }
  .childnav a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .contactselement__contacts__contact {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*# sourceMappingURL=media.css.map */
