body {
  min-width: 320px;
  color: #4B4B4D;
  background-color: #fff;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
  display: block;
}

.sbw_color_neutral {
  color: #4B4B4D;
}

.sbw_color_rot {
  color: #CF0032;
}

.sbw_color_burgund {
  color: #80283C;
}

.sbw_color_gelb {
  color: #ED8F00;
}

.sbw_color_orange {
  color: #E15014;
}

.sbw_color_blau {
  color: #005680;
}

.sbw_bordercolor_neutral {
  border-color: #4B4B4D;
}

.sbw_bordercolor_rot {
  border-color: #CF0032;
}

.sbw_bordercolor_burgund {
  border-color: #80283C;
}

.sbw_bordercolor_gelb {
  border-color: #ED8F00;
}

.sbw_bordercolor_orange {
  border-color: #E15014;
}

.sbw_bordercolor_blau {
  border-color: #005680;
}

.sbw_bg_neutral {
  background-color: #4B4B4D;
  color: #fff;
}

.sbw_bg_rot {
  background-color: #CF0032;
  color: #fff;
}

.sbw_bg_burgund {
  background-color: #80283C;
  color: #fff;
}

.sbw_bg_gelb {
  background-color: #ED8F00;
  color: #fff;
}

.sbw_bg_orange {
  background-color: #E15014;
  color: #fff;
}

.sbw_bg_blau {
  background-color: #005680;
  color: #fff;
}

.sbw_title_neutral {
  color: #4B4B4D;
}

.sbw_title_neutral::before {
  background-color: #4B4B4D;
}

.sbw_title_rot {
  color: #CF0032;
}

.sbw_title_rot::before {
  background-color: #CF0032;
}

.sbw_title_burgund {
  color: #80283C;
}

.sbw_title_burgund::before {
  background-color: #80283C;
}

.sbw_title_gelb {
  color: #ED8F00;
}

.sbw_title_gelb::before {
  background-color: #ED8F00;
}

.sbw_title_orange {
  color: #E15014;
}

.sbw_title_orange::before {
  background-color: #E15014;
}

.sbw_title_blau {
  color: #005680;
}

.sbw_title_blau::before {
  background-color: #005680;
}

.padding10 {
  padding: 10px;
}

.header-top {
  height: 60px;
  border-bottom: 1px solid #ccc;
}

.logo-vogtlandkreis {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
}

.logo-sbw {
  float: right;
}

.logo-vogtlandkreis img {
  height: 74px;
}

.logo-sbw img {
  height: 58px;
}

.slider-control {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10000;
  line-height: 40px;
  height: 40px;
  width: 40px;
  background-color: #4b4b4d;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.3rem;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.slider-control.play .fa-pause {
  display: none;
}
.slider-control.pause .fa-play {
  display: none;
}

.open-menu {
  display: block;
  line-height: 60px;
  height: 60px;
  text-align: right;
  padding: 0 20px;
  border-bottom: 1px solid #111;
  background-image: linear-gradient(#ffffff, #ebebeb);
}

li.link {
  cursor: pointer;
}

.mainmenu {
  position: absolute;
}

.mainmenu .children {
  display: none;
  z-index: 10001;
}

.mainmenu .children.opened, .mainmenu .children.open {
  display: block;
}

.socialmenu a {
  line-height: 19px;
  color: #4B4B4D;
}
.socialmenu a.facebook:hover {
  color: #3b5998;
}
.socialmenu a.instagram:hover {
  color: #c13584;
}
.socialmenu a .fa {
  font-size: 19px !important;
}

footer {
  background-color: #ececec;
  padding: 20px;
}
footer .footer-block {
  height: 100px;
  padding: 10px;
  line-height: 1.5;
}
footer .footer-block:last-child {
  color: #ED8F00;
}
footer .footer-block .fa {
  display: block;
  font-size: 18px;
}
footer .footer-social {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 660px) {
  footer .footer-social {
    justify-content: space-between;
  }
}
@media (min-width: 661px) {
  footer .footer-social a:not(:last-child) {
    margin-right: 20px;
  }
}
footer .footer-social .fa {
  display: inline-block;
}

.downloadelement__downloads {
  padding-left: 10px;
}

.downloadelement__downloads a {
  display: block;
  background-color: #ECECEC;
  padding: 10px;
  margin-bottom: 20px;
}

.downloadelement__downloads__icon {
  float: left;
  font-size: 22px;
}

.downloadelement__downloads {
  padding-left: 10px;
}

.downloadelement__downloads a {
  display: block;
  background-color: #ECECEC;
  padding: 10px;
  margin-bottom: 20px;
}

.downloadelement__downloads__icon {
  float: left;
  font-size: 22px;
}

.main_title {
  border-top: 1px solid #ADADAD;
}

.sbw_title,
.main_title {
  padding-left: 60px;
  position: relative;
  line-height: 46px;
  border-top: 1px solid #ADADAD;
}

.sbw_title:before,
.main_title:before {
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  left: 0;
  top: 0;
}

.galleryelement__images__image {
  position: relative;
  cursor: pointer;
  display: block;
  width: 320px;
  margin: 0 auto 20px;
}

.galleryelement__images__image .fa-plus-circle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  background: rgba(255, 255, 255, 0.75);
  width: 46px;
  height: 46px;
  padding: 6px;
}

.galleryelement__images__image:hover .fa-plus-circle {
  display: block;
}

.contact__image {
  text-align: center;
}

.contactselement__contacts {
  text-align: center;
}

.contactselement__contacts__contact {
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  margin-bottom: 20px;
}

.contact__title,
.contact__top {
  padding: 10px;
  line-height: 1.5;
}

.contact__bottom {
  vertical-align: middle;
}

.contact__title {
  font-size: 21px;
}

.contact__title .fa {
  font-size: 21px;
  margin-right: 5px;
}

.contact__bottom .fa {
  font-size: 18px;
  width: 26px;
  text-align: center;
  margin-right: 10px;
}

.contact__top {
  font-weight: 300;
}

.contact__bottom div {
  padding: 5px;
}

.contact__bottom > a {
  display: block;
  padding: 5px;
}

.contact__bottom > div {
  overflow: hidden;
}

.contact__bottom > div > span {
  float: left;
  max-width: 85%;
}

.header-kopfbild img {
  max-width: 100%;
  height: auto;
}

.contact__top__name {
  margin-bottom: 10px;
}

.contactselement h2, .contactselement h3, .contactselement h4, .contactselement h5, .contactselement h6 {
  font-size: initial;
  font-weight: unset;
  margin-bottom: 0;
}

a.contact__bottom__tel {
  border-bottom: 1px solid #C7C7C7;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact__bottom__email {
  height: 52px;
}

.header-startslider-slider {
  text-align: center;
  max-height: 432px;
  overflow: hidden;
}

.header-startslider-slider img {
  width: 100%;
  height: auto;
}

.contact__bottom > a,
.contact__bottom > div {
  margin-bottom: 10px;
}

.header-startslider-news {
  display: flex;
  min-height: 90px;
  border: 1px solid #ADADAD;
  color: #4B4B4D;
}

.news-label {
  font-size: 21px;
  min-width: 90px;
  padding: 15px;
}

.news-label_wrap {
  background-color: #4B4B4D;
  color: #fff;
}

.news-label_wrap span {
  text-align: center;
  display: block;
}

.news-label .fa {
  font-size: 28px;
}

.news-zeilen {
  padding: 15px;
}

.news-zeile1 {
  font-size: 21px;
  font-weight: 600;
  display: block;
}

.news-zeile2 {
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.startboxen {
  display: flex;
  flex-flow: column;
  padding: 0;
  margin: 0;
}

.startbox {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 18px;
  position: relative;
  padding: 10px;
}

.startbox-block {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.startbox-title {
  font-weight: 600;
}

.startbox-logo {
  position: absolute;
  top: 10px;
  right: 0;
}

.childnav {
  text-align: center;
  border-top: 1px solid #ADADAD;
  font-size: 0;
}

.childnav a {
  width: 100%;
  max-width: 350px;
  display: inline-block;
  border: 1px solid #ADADAD;
  margin-bottom: 10px;
  vertical-align: top;
}

.childnav a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.childnav a.has_image .childnav-title {
  padding-top: 20px;
}

.childnav a.has_image .childnav-subtitle {
  padding-bottom: 20px;
}

.childnav-title {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 21px;
  text-align: left;
  min-height: 78px;
}

.childnav-subtitle {
  padding: 10px 20px;
  font-weight: 300;
  font-size: 21px;
  text-align: left;
  min-height: 102px;
}

.contact__title,
.contact__top,
.contact__bottom {
  border: 1px solid #C7C7C7;
}

.contact__top,
.contact__bottom {
  border-top: 0;
}

.content_padding {
  padding: 20px;
}

.content__einfach {
  background-color: #ECECEC;
  padding: 20px;
  margin-bottom: 40px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  background: #ECECEC;
  min-height: 60px;
  padding-left: 20px;
}
.breadcrumb ul {
  display: flex;
  flex-direction: row;
}

.breadcrumb a {
  margin-right: 20px;
  color: #4B4B4D;
}

.StartPage .elementalarea {
  background-color: #ECECEC;
  margin: 40px 0;
  border-bottom: 1px solid #ADADAD;
}

.elementIFrame .wrapper1 {
  position: relative;
  padding-top: 75%;
}
.elementIFrame .wrapper2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.elementIFrame iframe {
  width: 100%;
  height: 100%;
}
.elementIFrame.format-169 .wrapper1 {
  padding-top: 56.25%;
}
.elementIFrame.format-231 .wrapper1 {
  padding-top: 42.5531914894%;
}

@media (min-width: 1200px) {
  /* mega menu list */
  .nav-menu {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* a top level navigation item in the mega menu */
  .nav-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  /* first descendant link within a top level navigation item */
  .nav-item > a {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
  }
  /* focus/open states of first descendant link within a top level
     navigation item */
  .nav-item > a:focus,
  .nav-item > a.open {
    border: 1px solid #dedede;
  }
  /* open state of first descendant link within a top level
     navigation item */
  .nav-item > a.open {
    background-color: #fff;
    border-bottom: none;
  }
  /* sub-navigation panel */
  .sub-nav {
    position: absolute;
    display: none;
    border: 1px solid #dedede;
    background-color: #fff;
  }
  /* sub-navigation panel open state */
  .sub-nav.open {
    display: block;
    z-index: 10001;
  }
  /* list of items within sub-navigation panel */
  .sub-nav ul {
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  /* list item within sub-navigation panel */
  .sub-nav li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
}
.yt-2click-container {
  display: flex;
  flex-direction: column;
  place-items: center;
  justify-content: center;
  height: 415px;
  width: 752px;
  background-color: #e1e1e1;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  font-family: sans-serif;
  border-radius: 15px;
  box-shadow: rgba(50, 50, 50, 0.5215686275) 0 0 7px;
}
.yt-2click-container .play-icon {
  position: relative;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #000;
  border-bottom: 8px solid transparent;
  scale: 2;
}
.yt-2click-container .notice {
  padding-top: 20px;
}
.yt-2click-container .notice a {
  color: #0066cc;
}

/* YouTube 2click */
@media (max-width: 1200px) {
  iframe, .yt-2click-container {
    width: 90vw;
    aspect-ratio: 16/9;
    height: auto;
  }
}

/* CookieConsent */
#open_preferences_center {
  display: flex;
  place-items: center;
  place-content: center;
  height: 40px;
  aspect-ratio: 1/1;
  border: solid 1px #333333;
  font-size: 24px;
  color: #333333;
  text-decoration: none;
  border-radius: 3px;
  position: fixed;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  background-color: #ececec;
}

#open_preferences_center:hover {
  color: white;
  background-color: #333333;
}

.header-startslider {
  cursor: pointer;
}

.mfp-title {
  display: none;
}

.terms_bullet {
  margin-left: 20px;
  display: flex;
  flex-flow: wrap;
}

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