@charset "UTF-8";
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

.icon {
  position: relative;
}

.icon:before, .icon:after {
  position: relative;
}

.icon-user:before {
  content: url(Bilder/icons/user.png);
  margin-left: 6px;
}

.icon-social {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
}

.icon-social:before {
  position: absolute;
}

.icon-social.linkedin:before {
  content: url(Bilder/icons/linkedin.png);
}

.icon-social.facebook:before {
  content: url(Bilder/icons/facebook.png);
}

.icon-social.xing:before {
  content: url(Bilder/icons/xing.png);
}

.icon-social.google:before {
  content: url(Bilder/icons/googleplus.png);
}

.icon-bars {
  position: relative;
}

.icon-bars:before {
  content: url(Bilder/icons/bars-white.png);
  float: left;
  margin-right: 10px;
}

.menuopen .icon-bars:before {
  content: url(Bilder/icons/bars-black.png);
}

* {
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: #000;
  text-decoration: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.button {
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
}

.button.button-small {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.button.button-light {
  background-color: #fff;
  color: #666;
}

.button.button-dark {
  background-color: #666;
  color: #fff;
  font-family: Unit Pro, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 19px;
  padding-right: 19px;
  display: block;
}

.button.button-dark:hover {
  background: #999;
}

.button.button-link {
  background-color: #ef7f01;
  color: #fff;
}

.button.button-action {
  background-color: #c2b505;
  /* neu - 21.05.2015 */
  color: #fff;
}

h1, h2, h3, h4, h5, h6, p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media all and (max-width: 768px) {
  .responsive .button.center {
    width: 41%;
    margin: 0 auto;
    display: block;
  }
}
@media all and (max-width: 640px) {
  .responsive .button.center {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.categories ul {
  list-style: none;
}

.categories h5 {
  font-family: Unit Slab Pro, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}

.categories ul {
  width: 100%;
}

.categories ul li {
  margin: 18px 0 0;
}

.categories ul li a {
  color: #d9d9d9;
}

a.read-more, .content-text .read-more, .metaNav, .login, .breadcrumb a, .title a, .article-meta a, .herausgeber-liste li a {
  border-bottom: 1px solid transparent;
  padding-bottom: 0.063em;
  line-height: normal;
}

a.read-more:hover, .metaNav a:hover, .login a:hover, .breadcrumb a:hover, .title a:hover, .article-meta a:hover, .herausgeber-liste li a:hover {
  border-bottom: 1px solid black;
  padding-bottom: 0.0em;
  line-height: normal;
  color: black;
}

.login a:hover .icon-user:before:hover {
  content: url(Bilder/icons/user_hover.png);
  margin-left: 6px;
}

.derBetriebLogo {
  width: 135px;
  height: 58px;
}

.footerLogo {
  width: 120px;
}

@media all and (max-width: 640px) {
  .responsive .phonehidden {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .responsive .tablethidden {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .responsive .phoneonly {
    display: block;
  }
}
.tabletonly {
  display: none;
}

@media all and (max-width: 768px) {
  .responsive .tabletonly {
    display: block;
  }
}
@media all and (min-width: 769px) {
  .responsive .desktophidden {
    display: none;
  }
}
.icon-bars {
  position: relative;
}

.icon-bars:before {
  content: url(../Bilder/icons/bars-white.png);
  content: url(../Bilder/icons/bars-white.svg), linear-gradient(transparent, transparent);
  /* neu 27.05.2015 */
  width: 20px;
  /* neu 27.05.2015 */
  height: 14px;
  /* neu 27.05.2015 */
  padding-top: 1px;
  /* neu 27.05.2015 */
  float: left;
  margin-right: 10px;
}

.menuopen .icon-bars:before {
  content: url(../Bilder/icons/bars-black.png);
  content: url(../Bilder/icons/bars-black.svg), linear-gradient(transparent, transparent);
  /* neu 27.05.2015 */
  width: 20px;
  /* neu 27.05.2015 */
  height: 14px;
  /* neu 27.05.2015 */
  padding-top: 2px;
  /* neu 27.05.2015 */
}

.betaBtn {
  float: left;
  margin-left: 10px;
}

.menu-footerfooter-container {
  float: left;
}

.menu_footer_footer {
  width: 100%;
}

.menu_footer_footer li {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.responsive footer .footer-disclaimer .col-left p,
.menu_footer_footer li {
  padding-bottom: 14px;
}

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;
}

/* -----/////////////// ALLGEMEINE STYLES ///////////////----- */
@font-face {
  font-family: Unit Slab Pro Bold;
  src: url("fonts/unit/unitslabpro-bold.eot") format("embedded-opentype");
  src: url("fonts/unit/unitslabpro-bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: Unit Slab Pro Medium;
  src: url("fonts/unit/unitslabpro-medium.eot") format("embedded-opentype");
  src: url("fonts/unit/unitslabpro-medium.woff") format("woff");
  font-weight: lighter;
}
@font-face {
  font-family: Unit Slab Pro;
  src: url("fonts/unit/unitslabpro.eot") format("embedded-opentype");
  src: url("fonts/unit/unitslabpro.woff") format("woff");
}
@font-face {
  font-family: Unit Pro Medium;
  src: url("fonts/unit/unitpro-medium.eot") format("embedded-opentype");
  src: url("fonts/unit/unitpro-medium.woff") format("woff");
  font-weight: lighter;
}
@font-face {
  font-family: Unit Pro;
  src: url("fonts/unit/unitpro.eot") format("embedded-opentype");
  src: url("fonts/unit/unitpro.woff") format("woff");
}
/* line 34, sass/includes/_fonts.scss */
a.read-more {
  color: #666;
  text-transform: uppercase;
  float: right;
  padding: 0;
  margin-bottom: 10px;
  font-family: Unit Pro Medium, Arial, sans-serif;
  font-size: 14px;
  display: inline-block;
}

/* line 42, sass/includes/_fonts.scss */
a.read-more:after {
  content: url(Bilder/icons/arrow-right.png);
  content: url(Bilder/icons/arrow-right.svg), linear-gradient(transparent, transparent);
  /* neu 21.05.2015 */
  position: relative;
  top: 1px;
  margin-left: 8px;
  float: right;
  display: inline-block;
  width: 6px;
}

/* line 49, sass/includes/_fonts.scss */
a.read-more .icon {
  display: none;
}

/* line 52, sass/includes/_fonts.scss */
a.read-more:focus, a.read-more:visited {
  color: #666 !important;
  text-decoration: none !important;
}

/* line 56, sass/includes/_fonts.scss */
a.read-more:hover {
  color: #000 !important;
}

/* line 60, sass/includes/_fonts.scss */
.pagehead {
  font-size: 36px;
  font-weight: normal;
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  margin: 0 0 10px 0;
}

/* line 65, sass/includes/_fonts.scss */
/*
.pagehead.overtop {
  margin-bottom: -8px;
}
*/
/* line 68, sass/includes/_fonts.scss */
.pagehead.oversection {
  margin-bottom: -13px;
}

/* line 71, sass/includes/_fonts.scss */
.pagehead.small {
  font-size: 34px;
}

/* line 75, sass/includes/_fonts.scss */
.sectionhead {
  font-size: 22px;
  font-weight: normal;
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
}

/* line 80, sass/includes/_fonts.scss */
small, .small {
  font-size: 12px;
}

/* line 13, sass/includes/_icons.scss */
.icon-herausgeber {
  position: relative;
}

/* line 16, sass/includes/_icons.scss */
.icon-herausgeber:before {
  content: url(Bilder/icons/herausgeber.png);
  content: url(Bilder/icons/herausgeber.svg), linear-gradient(transparent, transparent);
  /* neu 21.05.2015 */
  right: 0px;
  top: 5px;
  width: 20px;
  /* neu 27.05.2015 */
  height: 20px;
  /* neu 21.05.2015 */
  display: inline-block;
  /* neu 21.05.2015 */
}

/* line 22, sass/includes/_icons.scss */
.icon-arrow-right {
  position: relative;
}

/* line 24, sass/includes/_icons.scss */
.icon-arrow-right:after {
  content: url(Bilder/icons/arrow-right.png);
  /* content: url(Bilder/icons/arrow-right.svg), linear-gradient(transparent, transparent); */
  /* neu 21.05.2015 */
  right: -10px;
  top: 1px;
}

/* line 97, sass/includes/_global.scss */
.breadcrumb {
  padding: 12px 0 30px 20px;
  font-family: Unit Pro Medium, Arial, sans-serif;
  font-size: 14px;
}

/* line 101, sass/includes/_global.scss */
.breadcrumb li {
  display: inline-block;
  padding-left: 14px;
}

/* line 106, sass/includes/_global.scss */
.breadcrumb a, .breadcrumb span {
  font-family: Unit Pro Medium, Arial, sans-serif;
  display: inline-block;
  color: #000;
}

/* line 112, sass/includes/_global.scss */
.breadcrumb span {
  display: inline-block;
  width: 22px;
  height: 15px;
  background: url(Bilder/icons/breadcrumb_arrow.png) center 3px no-repeat;
  background: url(Bilder/icons/breadcrumb_arrow.svg) center 2px no-repeat, linear-gradient(transparent, transparent);
  /* neu 20.05.2015 */
  padding-left: 0;
}

/* line 119, sass/includes/_global.scss */
.breadcrumb a.home {
  text-indent: -1000000px;
  background: url(Bilder/icons/home.png) left 2px no-repeat;
  /* neu 20.05.2015 */
  background: url(Bilder/icons/home.svg) left 0px no-repeat, linear-gradient(transparent, transparent);
  /* neu 20.05.2015 */
  width: 14px;
  margin-left: 18px;
}

/* line 126, sass/includes/_global.scss */
.start .breadcrumb {
  display: none;
}

@media all and (max-width: 640px) {
  /* line 130, sass/includes/_global.scss */
  .responsive .breadcrumb {
    padding: 15px 0 17px 20px;
  }
}
/* line 1, sass/includes/_static.scss */
.content-wrapper {
  *zoom: 1;
  padding: 0 20px;
}

/* line 11, sass/includes/functions/_functions.scss */
.content-wrapper:before, .content-wrapper:after {
  content: "";
  display: table;
}

/* line 17, sass/includes/functions/_functions.scss */
.content-wrapper:after {
  clear: both;
}

/* line 5, sass/includes/_static.scss */
.custom-header-text {
  padding: 60px 50px 0;
  font-family: Unit Pro, Arial, sans-serif;
  line-height: 1.5;
}

/* line 11, sass/includes/_static.scss */
.custom-header-text h1 {
  font-weight: bold;
  font-family: Unit Slab Pro Bold, Arial, sans-serif;
}

/* line 16, sass/includes/_static.scss */
.custom-header-text h2 {
  font-weight: normal;
}

/* line 20, sass/includes/_static.scss */
.custom-header-text-button {
  color: #fff;
  background: #c2b505;
  padding: 10px;
  margin: 10px 0;
  text-transform: uppercase;
  display: inline-block;
}

/* Content (Linke Spalte) */
/* line 71, sass/includes/_static.scss */
section#content {
  width: 66.957446%;
  *zoom: 1;
  /*margin-top:-13px;*/
}

/* line 11, sass/includes/functions/_functions.scss */
section#content:before, section#content:after {
  content: "";
  display: table;
}

/* line 17, sass/includes/functions/_functions.scss */
section#content:after {
  clear: both;
}

/* line 75, sass/includes/_static.scss */
section#search-page {
  padding: 0 20px;
  width: 100%;
  float: left;
}

/* line 81, sass/includes/_static.scss */
.search-page-list {
  width: 100%;
}

/* line 85, sass/includes/_static.scss */
.search-page-info {
  margin: 0 0 20px 0;
  text-align: center;
}

/* line 90, sass/includes/_static.scss */
.content-list {
  float: left;
  /* margin: 20px 0 0; */
}

/* line 95, sass/includes/_static.scss */
.content-info {
  float: left;
  font-weight: bold;
  margin: 0 0 20px 20px;
}

/* line 101, sass/includes/_static.scss */
.content-article {
  width: 100%;
  float: left;
  background: #fff;
  padding: 20px 20px 16px 20px;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.change_stellen .content-article {
  position: relative;
}

/* line 109, sass/includes/_static.scss */
.content-article.content-more {
  margin: -18px 0 20px 0;
  padding: 20px 20px 16px 20px;
}

/* line 113, sass/includes/_static.scss */
.content-article.content-more .category.subcategory {
  margin-bottom: 2px;
  float: none;
}

/* line 120, sass/includes/_static.scss */
.content-article h3 {
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.375rem;
  font-weight: normal;
   margin: 0 0 9px 0;
  /* neu - 19.05.2015 */
  line-height: 1.6rem;
  /* neu - 20.05.2015 */
  margin-top: 4px;
  /* neu - 26.09.2016 */
  margin-bottom: 8px;

}

/* Anpassung h2 19.06.2018 */
.content-article h2 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: bold !important;
}

.content-text h2 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: bold !important;
}



/* line 128, sass/includes/_static.scss */
.content-article-meta {
  /* width: 100%; */
  /* neu - 20.05.2015 */
  /* float: left; */
  /* neu - 20.05.2015 */
  /* position: relative; */
  /* neu - 20.05.2015 */
  display: inline-block;
  /* neu - 20.05.2015 */
}

/* line 134, sass/includes/_static.scss */
.category {
  float: left;
  width: 100%;
  font-family: Unit Pro, Arial, sans-serif;
  line-height: 18px;
  line-height: 1.125rem;
  /* neu - 20.05.2015 */
}

/* line 141, sass/includes/_static.scss */
.category a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #c2b505;
  text-transform: uppercase;
  font-weight: lighter;
  /* float: left; */
}

/* line 149, sass/includes/_static.scss */
.category.subcategory {
  float: none;
  color: #c2b505;
  /* neu - 21.05.2015 */
  text-transform: uppercase;
  font-weight: lighter;
  float: left;
}

/* line 156, sass/includes/_static.scss */
.category.subcategory a {
  font-size: 14px;
  float: none;
}

/* line 163, sass/includes/_static.scss */
.article-meta {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  /* margin: 0 0 4px 0; */
  /* neu - 20.05.2015 */
}

/* line 169, sass/includes/_static.scss */
.article-meta span {
  font-style: normal;
}

/* line 172, sass/includes/_static.scss */
.article-meta a {
  color: #000;
}

@media all and (max-width: 640px) {
  /* line 177, sass/includes/_static.scss */
  .responsive .article-meta {
    margin: 0;
    /* neu - 19.05.2015*/
  }
}
/* Inhalt */
/* line 183, sass/includes/_static.scss */
.content-article h3 a {
  color: #000;
}

/* line 187, sass/includes/_static.scss */
.content-text .post-thumbnail {
  /* float: left; */
  /* neu 19.05.2015 */
  /* margin-right: 20px; */
  /* neu 19.05.2015 */
  /* margin-bottom: 2px; */
  display: block;
}

@media all and (max-width: 640px) {
  /* line 193, sass/includes/_static.scss */
  .responsive .content-text .post-thumbnail {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }

  /* line 198, sass/includes/_static.scss */
  .responsive .content-text .post-thumbnail img {
    max-width: none;
    width: 100%;
  }
}
/* line 205, sass/includes/_static.scss */
.content-text {
  /* position: relative; */
  /* neu 20.05.2015 */
  /* zoom: 1; */
  /* neu 20.05.2015 */
  line-height: 1.5rem;
}

/* line 11, sass/includes/functions/_functions.scss */
.content-text:before, .content-text:after {
  content: "";
  display: table;
}

/* line 17, sass/includes/functions/_functions.scss */
.content-text:after {
  clear: both;
}

/* line 209, sass/includes/_static.scss */
.content-text p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  /* neu 20.05.2015 */
}

/* line 214, sass/includes/_static.scss */
.content-text .read-more {
  margin-top: 15px;
  display: inline-block;
  padding-bottom: 0;
}

/* line 220, sass/includes/_static.scss */
.content-text .content-more .read-more {
  margin-top: 0;
}

/* line 224, sass/includes/_static.scss */
.content-text.topplain {
  margin-top: -5px;
}

/* Desktop */
/* line 231, sass/includes/_static.scss */
.nav-collapse {
  display: none;
}

/* line 245, sass/includes/_static.scss */
.site-search {
  float: left;
  margin: 20px 0 20px 20px;
  width: 70%;
}

@media all and (max-width: 880px) {
  /* line 251, sass/includes/_static.scss */
  .responsive .site-search {
    width: 65%;
  }
}
/* line 255, sass/includes/_static.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* line 259, sass/includes/_static.scss */
.ui-widget {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

/* line 264, sass/includes/_static.scss */
.ui-widget-content {
  background: #fff !important;
}

/* line 268, sass/includes/_static.scss */
.site-search input.search-text {
  padding: 10px;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 2px;
  float: left;
}

/* line 277, sass/includes/_static.scss */
.site-search .search-text {
  width: 70%;
  font-style: italic;
  margin: 0 20px 0 0;
  border: 1px solid #cfcfcf;
}

/* line 284, sass/includes/_static.scss */
.site-search .search-submit {
  font-family: Unit Pro, Arial, sans-serif !important;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #666;
  width: 100px;
  height: 40px;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding-top: 1px;
}

/* line 298, sass/includes/_static.scss */
.site-search .search-submit:hover {
  background: #999;
}

/* line 302, sass/includes/_static.scss */
.content-list {
  width: 100%;
}

/* Sidebar (Rechte Spalte) */
/* line 313, sass/includes/_static.scss */
section#sidebar,
section#sidebar2 {
  width: 31.914893%;
  padding: 0 0 20px 0;
}

/* line 317, sass/includes/_static.scss */
section#sidebar.subpage,
section#sidebar2.subpage {
  padding-top: 50px;
}

/* line 320, sass/includes/_static.scss */
section#sidebar.bottomplain,
section#sidebar2.bottomplain {
  margin-bottom: -20px;
}

@media all and (max-width: 768px) {
  /* line 327, sass/includes/_static.scss */
  .responsive section#sidebar.bottomplain,
  .responsive section#sidebar2.bottomplain {
    margin-bottom: 0;
    margin-left: 0;
    /* neu 15.05.2015 */
  }
}
/* line 332, sass/includes/_static.scss */
section#sidebar {
  margin-bottom: 20px;
  margin-left: 0;
  /* neu 15.05.2015 */
}

/* line 335, sass/includes/_static.scss */
.sidebar-panel {
  margin: 20px 0 0;
}

/* line 339, sass/includes/_static.scss */
.headline-news, .anzeige {
  width: 100%;
}

@media all and (max-width: 768px) {
  /* line 40, sass/includes/functions/_breakpoints.scss */
  .responsive {
    /* Content (Linke Spalte) */
  }

  /* line 345, sass/includes/_static.scss */
  .responsive section#sidebar,
  .responsive section#sidebar2 {
    width: 100%;
    padding: 0;
    margin-left: 0;
    /* neu 15.05.2015 */
  }

  /* line 349, sass/includes/_static.scss */
  .responsive section#sidebar .sidebar-widget,
  .responsive section#sidebar2 .sidebar-widget,
  .responsive section#sidebar > a,
  .responsive section#sidebar2 > a {
    width: 48.630136%;
    float: left;
    margin: 0 0 20px;
  }

  .responsive section#sidebar > a {
    clear: both;
  }

  /* line 353, sass/includes/_static.scss */
  .responsive section#sidebar div:nth-of-type(even),
  .responsive section#sidebar2 div:nth-of-type(even) {
    float: right;
  }

  /* line 356, sass/includes/_static.scss */
  .responsive section#sidebar .sidebar-widget:nth-child(3),
  .responsive section#sidebar2 .sidebar-widget:nth-child(3) {
    clear: both;
  }

  /* line 359, sass/includes/_static.scss */
  .responsive section#sidebar .sidebar-widget img,
  .responsive section#sidebar2 .sidebar-widget img {
    width: 100%;
    max-width: none;
  }

  /* line 365, sass/includes/_static.scss */
  .responsive section#sidebar.mobilefull .sidebar-widget,
  .responsive section#sidebar2.mobilefull .sidebar-widget {
    width: 100%;
  }

  /* line 369, sass/includes/_static.scss */
  .responsive section#sidebar.mobileitemplain,
  .responsive section#sidebar2.mobileitemplain {
    margin-bottom: 20px;
  }

  /* line 371, sass/includes/_static.scss */
  .responsive section#sidebar.mobileitemplain .sidebar-widget,
  .responsive section#sidebar2.mobileitemplain .sidebar-widget {
    margin: 0 0 1px;
  }

  /* line 376, sass/includes/_static.scss */
  .responsive #layout-wrap {
    margin: 0 auto;
    width: 100%;
    background: #eee;
    float: left;
  }

  /* line 383, sass/includes/_static.scss */
  .responsive .custom-header {
    max-width: 100% !important;
    margin: 0;
  }

  /* line 389, sass/includes/_static.scss */
  .responsive section#content {
    width: 100%;
  }

  /* line 393, sass/includes/_static.scss */
  .responsive .content-article {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  /* line 402, sass/includes/_static.scss */
  .responsive .content-article-meta {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 3px 0;
  }

  /* line 409, sass/includes/_static.scss */
  .responsive .herausgeber-der-betrieb a {
    margin: 10px 20px;
    width: 100%;
    white-space: nowrap;
  }
}
@media all and (max-width: 640px) {
  /* line 418, sass/includes/_static.scss */
  .responsive section#sidebar .sidebar-widget,
  .responsive section#sidebar2 .sidebar-widget,
  .responsive section#sidebar > a,
  .responsive section#sidebar2 > a {
    width: 100%;
    float: none;
  }

  /* line 421, sass/includes/_static.scss */
  .responsive section#sidebar .sidebar-widget:nth-child(2),
  .responsive section#sidebar2 .sidebar-widget:nth-child(2),
  .responsive section#sidebar div:nth-of-type(even),
  .responsive section#sidebar2 div:nth-of-type(even) {
    float: none;
  }

  /* line 424, sass/includes/_static.scss */
  .responsive section#sidebar .sidebar-widget:nth-child(3),
  .responsive section#sidebar2 .sidebar-widget:nth-child(3) {
    clear: none;
  }

  /* line 429, sass/includes/_static.scss */
  .responsive .content-article {
    /* padding: 20px 10px; */
  }

  /* line 431, sass/includes/_static.scss */
  .responsive .content-article.content-more {
    padding-top: 20px;
  }
}
/* line 1, sass/includes/elements/_listen.scss */
.arrowlist {
  padding: 22px 0 3px 20px;
  list-style: none;
}

/* line 4, sass/includes/elements/_listen.scss */
.arrowlist li {
  padding-bottom: 14px;
  position: relative;
}

/* line 7, sass/includes/elements/_listen.scss */
.arrowlist li:before {
  content: url(Bilder/icons/arrowlist-right.png);
  content: url(Bilder/icons/arrowlist-right.svg), linear-gradient(transparent, transparent);
  /* neu 21.05.2015 */
  display: inline-block;
  /* neu 27.05.2015 */
  width: 7px;
  /* neu 27.05.2015 */
  position: absolute;
  left: -17px;
  top: 0;
}

/* line 14, sass/includes/elements/_listen.scss */
.arrowlist .title {
  color: #000;
  displaY: block;
}

/* line 17, sass/includes/elements/_listen.scss */
.arrowlist .title a {
  color: #000;
  font-family: Unit Pro Medium, Arial, sans-serif;
  font-size: 16px;
}

/* line 23, sass/includes/elements/_listen.scss */
.arrowlist .article-meta {
  float: none;
  margin-top: 4px;
}

@media all and (max-width: 640px) {
  /* line 30, sass/includes/elements/_listen.scss */
  .responsive .arrowlist li {
    padding-bottom: 24px;
  }
}
/* line 35, sass/includes/elements/_listen.scss */
.linklist_expert {
  list-style: none;
  *zoom: 1;
}

/* line 11, sass/includes/functions/_functions.scss */
.linklist_expert:before, .linklist_expert:after {
  content: "";
  display: table;
}

/* line 17, sass/includes/functions/_functions.scss */
.linklist_expert:after {
  clear: both;
}

/* line 38, sass/includes/elements/_listen.scss */
.linklist_expert li {
  float: left;
  text-align: center;
}

/* line 41, sass/includes/elements/_listen.scss */
.linklist_expert li img {
  border: 3px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 11px;
  height: 95px;
}

/* line 47, sass/includes/elements/_listen.scss */
.linklist_expert li .title {
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-size: 16px;
  padding-bottom: 2px;
  font-weight: normal;
}

/* line 52, sass/includes/elements/_listen.scss */
.linklist_expert li p {
  font-size: 12px;
  text-align: center;
}

/* line 56, sass/includes/elements/_listen.scss */
.linklist_expert li a {
  color: #000;
}

/* line 58, sass/includes/elements/_listen.scss */
.linklist_expert li a:hover {
  text-decoration: none;
}

@media all and (max-width: 640px) {
  /* line 67, sass/includes/elements/_listen.scss */
  .responsive .linklist_expert li p {
    text-align: left;
  }
}
/* line 1, sass/includes/elements/_contentelemente.scss */
.content-box-expert {
  border: 3px solid #fd8a02;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  background-color: #fff;
}

/* line 7, sass/includes/elements/_contentelemente.scss */
.content-box-expert .boxtop {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  padding: 18px 20px 20px;
  position: relative;
}

/* line 11, sass/includes/elements/_contentelemente.scss */
.content-box-expert .boxtop .content {
  max-width: 60%;
}

/* line 14, sass/includes/elements/_contentelemente.scss */
.content-box-expert .boxtop .boxtitle {
  font-size: 20px;
  font-family: Unit Pro Medium, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 20, sass/includes/elements/_contentelemente.scss */
.content-box-expert .boxtop .boxsubtitle {
  font-size: 16px;
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-weight: normal;
  padding-bottom: 11px;
}

/* line 26, sass/includes/elements/_contentelemente.scss */
.content-box-expert .boxtop .boxcontenttitle {
  font-size: 30px;
  line-height: 35px;
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-weight: normal;
}

/* line 31, sass/includes/elements/_contentelemente.scss */
.content-box-expert .boxtop .boxcontenttitle a {
  color: #000;
}

/* neu
.content-box-expert .boxtop h3.boxcontenttitle a┬á{
 border-bottom: 2px solid transparent;
}

.content-box-expert .boxtop .boxcontenttitle a:hover┬á{
 border-bottom: 2px solid black;
}
*/
/* line 35, sass/includes/elements/_contentelemente.scss */
.content-box-expert .boxtop .separator {
  height: 3px;
  width: 80px;
  background-color: #ccc;
  margin: 15px 0 18px;
}

/* line 41, sass/includes/elements/_contentelemente.scss */
.content-box-expert .boxtop .visual {
  position: absolute;
  right: 20px;
  bottom: 0;
}

/* line 46, sass/includes/elements/_contentelemente.scss */
.content-box-expert .boxtop .read-more {
  float: none;
  /* padding: 0 10px 0 0; */
  /* neu entfernt */
  margin: 19px 0 7px;
}

/* line 52, sass/includes/elements/_contentelemente.scss */
.content-box-expert .boxbottom {
  padding: 20px;
}

/* line 55, sass/includes/elements/_contentelemente.scss */
.content-box-expert .boxbottom .linklist_expert li {
  width: 33.3333%;
  padding: 0 20px;
}

/* line 63, sass/includes/elements/_contentelemente.scss */
.IEfix .content-box-expert .boxtop {
  filter: none !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

/* line 69, sass/includes/elements/_contentelemente.scss */
.textformat p {
  padding-bottom: 8px;
}

@media all and (max-width: 640px) {
  /* line 75, sass/includes/elements/_contentelemente.scss */
  .responsive .content-box-expert .boxtop {
    padding: 18px 20px 0;
    *zoom: 1;
  }

  /* line 11, sass/includes/functions/_functions.scss */
  .responsive .content-box-expert .boxtop:before, .responsive .content-box-expert .boxtop:after {
    content: "";
    display: table;
  }

  /* line 17, sass/includes/functions/_functions.scss */
  .responsive .content-box-expert .boxtop:after {
    clear: both;
  }

  /* line 78, sass/includes/elements/_contentelemente.scss */
  .responsive .content-box-expert .boxtop .content {
    max-width: 100%;
  }

  /* line 81, sass/includes/elements/_contentelemente.scss */
  .responsive .content-box-expert .boxtop .visual {
    max-width: 43%;
    position: relative;
    float: right;
    display: block;
    margin-right: -10px;
    right: auto;
  }

  /* line 89, sass/includes/elements/_contentelemente.scss */
  .responsive .content-box-expert .boxtop .read-more {
    bottom: 7px;
    float: left;
    line-height: 20px;
    margin: 19px 0 7px;
    max-width: 40%;
    padding: 0 10px 0 0;
    position: absolute;
  }

  /* line 99, sass/includes/elements/_contentelemente.scss */
  .responsive .content-box-expert .boxbottom {
    padding: 20px 20px 10px;
  }

  /* line 102, sass/includes/elements/_contentelemente.scss */
  .responsive .content-box-expert .boxbottom .linklist_expert li {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
  }

  /* line 106, sass/includes/elements/_contentelemente.scss */
  .responsive .content-box-expert .boxbottom .linklist_expert li a {
    display: block;
    *zoom: 1;
    display: table;
  }

  /* line 11, sass/includes/functions/_functions.scss */
  .responsive .content-box-expert .boxbottom .linklist_expert li a:before, .responsive .content-box-expert .boxbottom .linklist_expert li a:after {
    content: "";
    display: table;
  }

  /* line 17, sass/includes/functions/_functions.scss */
  .responsive .content-box-expert .boxbottom .linklist_expert li a:after {
    clear: both;
  }

  /* line 111, sass/includes/elements/_contentelemente.scss */
  .responsive .content-box-expert .boxbottom .linklist_expert li img {
    float: left;
    margin-bottom: 0;
  }

  /* line 115, sass/includes/elements/_contentelemente.scss */
  .responsive .content-box-expert .boxbottom .linklist_expert li .content {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 20px 20px 0;
  }
}
/* line 2, sass/includes/elements/_datenbankartikel.scss */
div#portalheader-container div#navigation-container {
  padding: 41px 0 0;
}

/* line 4, sass/includes/elements/_datenbankartikel.scss */
div#portalheader-container div#navigation-container h1.portal-title {
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 12px;
}

/* line 9, sass/includes/elements/_datenbankartikel.scss */
div#portalheader-container div#navigation-container ul {
  border-color: #ef7f01;
}

/* line 11, sass/includes/elements/_datenbankartikel.scss */
div#portalheader-container div#navigation-container ul li {
  padding: 5px 0 8px;
}

/* line 13, sass/includes/elements/_datenbankartikel.scss */
div#portalheader-container div#navigation-container ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

/* line 23, sass/includes/elements/_datenbankartikel.scss */
#article-sidebar {
  float: left;
  width: 220px;
}

/* line 27, sass/includes/elements/_datenbankartikel.scss */
#article-main {
  float: right;
  width: 700px;
}

/* line 33, sass/includes/elements/_datenbankartikel.scss */
#pageMainContentContainer .content-main {
  margin: 0 20px 0 0;
  padding: 0;
}

/* line 40, sass/includes/elements/_datenbankartikel.scss */
div#portal-searchbox-holder .dropdown-menu-wrapper {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  padding: 0;
  border-color: #cfcfcf;
}

/* line 44, sass/includes/elements/_datenbankartikel.scss */
div#portal-searchbox-holder .dropdown-menu-wrapper.active {
  border-color: #cfcfcf;
}

/* line 47, sass/includes/elements/_datenbankartikel.scss */
div#portal-searchbox-holder .dropdown-menu-wrapper .dropdown-menu {
  color: #646463;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: none;
  position: relative;
}

/* line 54, sass/includes/elements/_datenbankartikel.scss */
div#portal-searchbox-holder .dropdown-menu-wrapper .dropdown-menu.active {
  border-color: #cfcfcf;
}

/* line 57, sass/includes/elements/_datenbankartikel.scss */
div#portal-searchbox-holder .dropdown-menu-wrapper .dropdown-menu:after {
  content: url(Bilder/icons/arrow-down.png);
  content: url(Bilder/icons/arrow-down.svg), linear-gradient(transparent, transparent);
  /*neu 21.05.2015*/
  position: absolute;
  right: 10px;
}

/* line 63, sass/includes/elements/_datenbankartikel.scss */
div#portal-searchbox-holder .dropdown-menu-wrapper .dropdown-menu.active:after {
  content: url(Bilder/icons/arrow-up.png);
  /* content: url(Bilder/icons/arrow-up.svg), linear-gradient(transparent, transparent); */
  /*neu 21.05.2015*/
}

/* line 72, sass/includes/elements/_datenbankartikel.scss */
div#portal-searchbox-holder .search-textbox {
  width: 545px;
  border-color: #cfcfcf;
}

/* line 75, sass/includes/elements/_datenbankartikel.scss */
div#portal-searchbox-holder .search-textbox input[type="text"] {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 20px;
}

/* line 85, sass/includes/elements/_datenbankartikel.scss */
div#clear-search-button {
  displaY: none;
}

/* line 90, sass/includes/elements/_datenbankartikel.scss */
div.content-box .header {
  height: 40px;
  border-bottom: 1px solid #eee;
}

/* line 93, sass/includes/elements/_datenbankartikel.scss */
div.content-box .header h2 {
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-size: 16px;
  padding: 8px 0 0 13px;
  font-weight: normal;
}

/* line 98, sass/includes/elements/_datenbankartikel.scss */
div.content-box .header h2:before {
  content: url(Bilder/icons/plus-circle.png);
  /* content: url(Bilder/icons/plus-circle.svg), linear-gradient(transparent, transparent); */
  /* neu 21.05.2015 */
  top: 2px;
  padding-right: 7px;
}

/* line 105, sass/includes/elements/_datenbankartikel.scss */
div.content-box .header.opened h2:before {
  content: url(Bilder/icons/minus-circle.png);
  /* content: url(Bilder/icons/minus-circle.svg), linear-gradient(transparent, transparent); */
  /* neu 21.05.2015 */
}

/* line 110, sass/includes/elements/_datenbankartikel.scss */
div.content-box.copy-to-md-panel {
  background-color: #646463;
}

/* line 112, sass/includes/elements/_datenbankartikel.scss */
div.content-box.copy-to-md-panel .header {
  border: none;
}

/* line 114, sass/includes/elements/_datenbankartikel.scss */
div.content-box.copy-to-md-panel .header h2 {
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-size: 16px;
  padding: 3px 0 5px 3px;
  font-weight: normal;
}

/* line 118, sass/includes/elements/_datenbankartikel.scss */
div.content-box.copy-to-md-panel .header h2:before {
  content: url(Bilder/icons/plus-circle-white.png);
  /* content: url(Bilder/icons/plus-circle-white.svg), linear-gradient(transparent, transparent); */
  /* neu 21.05.2015 */
  top: 2px;
  padding-right: 7px;
}

/* line 125, sass/includes/elements/_datenbankartikel.scss */
div.content-box.copy-to-md-panel .header.opened h2:before {
  content: url(Bilder/icons/minus-circle-white.png);
  /* content: url(Bilder/icons/minus-circle-white.svg), linear-gradient(transparent, transparent); */
  /* neu 21.05.2015 */
}

/* line 130, sass/includes/elements/_datenbankartikel.scss */
div.content-box.copy-to-md-panel .expand-content {
  padding-top: 0;
  margin-top: 0;
}

/* line 133, sass/includes/elements/_datenbankartikel.scss */
div.content-box.copy-to-md-panel .expand-content textarea {
  height: 100px;
}

/* line 138, sass/includes/elements/_datenbankartikel.scss */
.toctreewrapper {
  margin-top: 0;
}

/* line 141, sass/includes/elements/_datenbankartikel.scss */
div.toctreewrapper div.expand-content {
  margin-top: 0;
}

/* line 144, sass/includes/elements/_datenbankartikel.scss */
div.vertTabs a:before {
  content: url(Bilder/icons/sidebar-document.png);
  /* content: url(Bilder/icons/sidebar-document.svg), linear-gradient(transparent, transparent); */
  /* neu 21.05.2015 */
  margin-right: 0;
  padding: 1px 14px 0 4px;
  position: relative;
}

/* line 150, sass/includes/elements/_datenbankartikel.scss */
div.vertTabs a.active, div.vertTabs a.links-page-link div.vertTabs a.active.links-page-link {
  color: #ef7f01;
}

/* line 155, sass/includes/elements/_datenbankartikel.scss */
#dynamic-pager {
  margin: 0;
}

/* line 158, sass/includes/elements/_datenbankartikel.scss */
#toolbarBorder {
  margin: 0 20px;
  width: auto;
}

/* line 163, sass/includes/elements/_datenbankartikel.scss */
#browseHitsWrapper a {
  padding: 15px 30px;
  border-radius: 0;
}

/* line 166, sass/includes/elements/_datenbankartikel.scss */
#browseHitsWrapper a.previoushitdisabled, #browseHitsWrapper a.nexthitdisabled {
  background-color: #a9a9a8;
}

/* line 172, sass/includes/elements/_datenbankartikel.scss */
#documentscreen {
  padding: 0 20px;
}

/* line 176, sass/includes/elements/_datenbankartikel.scss */
#documentscreen table tr td.documentcell {
  padding: 0 0 0 60px !important;
}

/* line 178, sass/includes/elements/_datenbankartikel.scss */
#documentscreen table tr td.documentcell h2 {
  font-size: 22px;
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-weight: normal;
  margin: 30px 0 18px;
}

/* line 183, sass/includes/elements/_datenbankartikel.scss */
#documentscreen table tr td.documentcell h2 .artikel_indent {
  width: auto;
  padding-right: 8px;
}

/* line 186, sass/includes/elements/_datenbankartikel.scss */
#documentscreen table tr td.documentcell h2 .artikel_indent a {
  color: #000;
}

/* line 191, sass/includes/elements/_datenbankartikel.scss */
#documentscreen table tr td.documentcell h3 {
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-size: 18px !important;
  line-height: 30px;
  font-weight: normal;
  position: relative;
  padding-bottom: 10px;
}

/* line 198, sass/includes/elements/_datenbankartikel.scss */
#documentscreen table tr td.documentcell h3 .artikel_indent {
  width: auto;
  padding-right: 8px;
  position: absolute;
  left: -60px;
  font-family: Unit Slab Pro, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
}

/* line 205, sass/includes/elements/_datenbankartikel.scss */
#documentscreen table tr td.documentcell h3 .artikel_indent a {
  color: #000;
}

/* line 210, sass/includes/elements/_datenbankartikel.scss */
#documentscreen table tr td.documentcell a {
  color: #c2b505;
  /* neu - 21.05.2015 */
}

/* line 212, sass/includes/elements/_datenbankartikel.scss */
#documentscreen table tr td.documentcell a.footnote_link {
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px !important;
}

/* line 216, sass/includes/elements/_datenbankartikel.scss */
#documentscreen table tr td.documentcell a.footnote_link sup {
  vertical-align: top;
  margin: 4px 0 0 3px;
  display: inline-block;
}

/* line 223, sass/includes/elements/_datenbankartikel.scss */
#documentscreen table tr td.documentcell p {
  font-size: 15px;
  line-height: 25px;
}

/* line 235, sass/includes/elements/_datenbankartikel.scss */
table tr td.footnote_nr {
  width: 45px;
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

/* line 242, sass/includes/elements/_datenbankartikel.scss */
table tr td.footnote {
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 10px;
}

/* line 253, sass/includes/elements/_datenbankartikel.scss */
.jstree ul li a {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
}

/* line 259, sass/includes/elements/_datenbankartikel.scss */
.jstree ul li li a {
  font-weight: normal;
}

/* line 262, sass/includes/elements/_datenbankartikel.scss */
.jstree ul li li ins {
  margin-left: 7px;
}

/* line 266, sass/includes/elements/_datenbankartikel.scss */
.jstree ul li li li ins {
  margin-left: 14px;
}

/* line 270, sass/includes/elements/_datenbankartikel.scss */
.jstree ul li li li li ins {
  margin-left: 20px;
}

/* line 274, sass/includes/elements/_datenbankartikel.scss */
.jstree ul li li li li li ins {
  margin-left: 26px;
}

/* line 282, sass/includes/elements/_datenbankartikel.scss */
.toc-tree-wrapper-border {
  border: none;
}

/* line 285, sass/includes/elements/_datenbankartikel.scss */
.jstree-mlo .jstree-no-dots .jstree-closed > ins {
  background: url(Bilder/icons/tree.png) 6px 3px no-repeat;
  /* background: url(Bilder/icons/tree.svg) 6px 3px no-repeat, linear-gradient(transparent, transparent); */
  /* neu 21.05.2015 */
  width: 29px;
}

/* line 289, sass/includes/elements/_datenbankartikel.scss */
.jstree-mlo .jstree-no-dots .jstree-open > ins {
  background: url(Bilder/icons/tree-open.png) 6px 3px no-repeat;
  /* background: url(Bilder/icons/tree-open.svg) 6px 3px no-repeat, linear-gradient(transparent, transparent); */
  /* neu 21.05.2015 */
  width: 29px;
}

/* line 293, sass/includes/elements/_datenbankartikel.scss */
.jstree-mlo .jstree-leaf > a > ins {
  background: url(Bilder/icons/tree-document.png) 6px 3px no-repeat;
  /* background: url(Bilder/icons/tree-document.png) 6px 3px no-repeat, linear-gradient(transparent, transparent); */
  /* neu 21.05.2015 */
  width: 27px;
}

/* line 299, sass/includes/elements/_datenbankartikel.scss */
tr.hit, tr.hitalternate {
  position: relative;
}

/* line 302, sass/includes/elements/_datenbankartikel.scss */
.SearchResultsDiv {
  margin: 0 20px;
}

/* line 305, sass/includes/elements/_datenbankartikel.scss */
.SearchResultHits {
  padding: 0;
}

/* line 308, sass/includes/elements/_datenbankartikel.scss */
.result-tabs {
  margin: 0;
}

/* line 311, sass/includes/elements/_datenbankartikel.scss */
td.hitnrcell {
  color: #ef7f01;
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: -5px;
}

/* line 319, sass/includes/elements/_datenbankartikel.scss */
td.hitcontent {
  padding: 0 30px 0 0;
  display: inline-block;
  margin-left: -7px;
}

/* line 323, sass/includes/elements/_datenbankartikel.scss */
td.hitcontent span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* line 327, sass/includes/elements/_datenbankartikel.scss */
td.hitcontent span .hbfm-doc-authors {
  font-size: 12px;
  font-weight: bold;
}

/* line 332, sass/includes/elements/_datenbankartikel.scss */
td.hitcontent span.hbfm-doc-title {
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

/* line 338, sass/includes/elements/_datenbankartikel.scss */
td.hitCheckBox {
  padding-top: 2px !important;
}

/* line 340, sass/includes/elements/_datenbankartikel.scss */
td.hitCheckBox input {
  margin-top: 4px;
}

/* line 344, sass/includes/elements/_datenbankartikel.scss */
.result-tab-button {
  font-family: Unit Pro Medium, Arial, sans-serif;
}

/* line 347, sass/includes/elements/_datenbankartikel.scss */
.result-tab-button.active {
  color: #ef7f01;
}

/* line 350, sass/includes/elements/_datenbankartikel.scss */
.hits-info-div {
  padding-left: 0;
}

/* line 353, sass/includes/elements/_datenbankartikel.scss */
.toolbar-block:last-child {
  padding-right: 0;
}

/* line 357, sass/includes/elements/_datenbankartikel.scss */
#toolbar .dropdown-menu-wrapper {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  border-color: #cfcfcf;
  border-radius: 2px;
}

/* line 362, sass/includes/elements/_datenbankartikel.scss */
#toolbar .dropdown-menu {
  background: none;
  padding-right: 25px;
}

/* line 365, sass/includes/elements/_datenbankartikel.scss */
#toolbar .dropdown-menu:after {
  content: url(Bilder/icons/arrow-down.png);
  content: url(Bilder/icons/arrow-down.svg), linear-gradient(transparent, transparent);
  /* neu 21.05.2015 */
  position: absolute;
  right: 10px;
}

/* line 371, sass/includes/elements/_datenbankartikel.scss */
#toolbar .dropdown-menu.active:after {
  content: url(Bilder/icons/arrow-up.png);
  content: url(Bilder/icons/arrow-up.png), linear-gradient(transparent, transparent);
  /* neu 21.05.2015 */
}

/* line 375, sass/includes/elements/_datenbankartikel.scss */
#toolbar .dropdown-menu span {
  font-family: Unit Pro Medium, Arial, sans-serif;
  color: #646463;
  font-size: 14px;
}

/* line 383, sass/includes/elements/_datenbankartikel.scss */
div.searchResults .toolbar-left {
  width: 200px;
}

/* line 386, sass/includes/elements/_datenbankartikel.scss */
.hits-navigate-top .allelink {
  padding: 8px 0 4px 0;
}

/* line 388, sass/includes/elements/_datenbankartikel.scss */
.hits-navigate-top .allelink .hitlink {
  *zoom: 1;
}

/* line 11, sass/includes/functions/_functions.scss */
.hits-navigate-top .allelink .hitlink:before, .hits-navigate-top .allelink .hitlink:after {
  content: "";
  display: table;
}

/* line 17, sass/includes/functions/_functions.scss */
.hits-navigate-top .allelink .hitlink:after {
  clear: both;
}

/* line 391, sass/includes/elements/_datenbankartikel.scss */
.hits-navigate-top .allelink span {
  font-style: normal !important;
}

/* line 393, sass/includes/elements/_datenbankartikel.scss */
.hits-navigate-top .allelink span input {
  margin: 2px 6px 0 0;
  float: left;
}

/* line 397, sass/includes/elements/_datenbankartikel.scss */
.hits-navigate-top .allelink span label {
  float: left;
}

/* line 403, sass/includes/elements/_datenbankartikel.scss */
a.ns {
  background: none;
  background: url(Bilder/artikel-trenner.png) center top no-repeat;
  border-left: none;
  border-right: none;
  display: block;
  font-size: 13px;
  margin: 12px -20px 14px -80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  color: #000 !important;
  font-weight: normal;
}

/* line 3, sass/includes/elements/_slider.scss */
.content-wrapper #cycloneslider-startseite_mobile-1 {
  margin: 20px 0 0;
}

/* line 7, sass/includes/elements/_slider.scss */
/*
.content-wrapper .cycloneslider-template-dark {
  margin-bottom: 0 !important;
  z-index: 1;
}
*/
/* line 13, sass/includes/elements/_slider.scss */
.content-wrapper .cycloneslider-template-dark .cycloneslider-next .arrow {
  margin: -6px 0 0 0;
}

/* line 19, sass/includes/elements/_slider.scss */
.content-wrapper .cycloneslider-template-dark .cycloneslider-prev, .content-wrapper .cycloneslider-template-dark .cycloneslider-next {
  background: none repeat scroll 0 0 #646463;
  height: 40px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: none;
  width: 40px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

/* line 29, sass/includes/elements/_slider.scss */
.content-wrapper .cycloneslider-template-dark .cycloneslider-next {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

/* line 33, sass/includes/elements/_slider.scss */
.content-wrapper .cycloneslider-template-dark .cycloneslider-pager {
  bottom: 10px;
}

/* line 35, sass/includes/elements/_slider.scss */
.content-wrapper .cycloneslider-template-dark .cycloneslider-pager span {
  background: none repeat scroll 0 0 #a8a8a8;
  box-shadow: none;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-top: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 46, sass/includes/elements/_slider.scss */
.content-wrapper .cycloneslider-template-dark .cycloneslider-pager span.cycle-pager-active {
  height: 12px;
  width: 12px;
  background: none repeat scroll 0 0 #646463;
  margin-top: 0;
}

/* line 54, sass/includes/elements/_slider.scss */
.content-wrapper .cycloneslider-template-dark .cycloneslider-prev .arrow {
  border: none;
  background: url(Bilder/icons/arrow-left-white.png) center center no-repeat;
  background: url(Bilder/icons/arrow-left-white.svg) center center no-repeat, linear-gradient(transparent, transparent);
  /* neu 27.05.2015 */
  background-size: 9px;
  /* neu 27.05.2015 */
  width: 40px;
  height: 40px;
  left: 4px;
  top: 6px;
}

/* line 62, sass/includes/elements/_slider.scss */
.content-wrapper .cycloneslider-template-dark .cycloneslider-next .arrow {
  border: none;
  background: url(Bilder/icons/arrow-right-white.png) center center no-repeat;
  background: url(Bilder/icons/arrow-right-white.svg) center center no-repeat, linear-gradient(transparent, transparent);
  /* neu 27.05.2015 */
  background-size: 9px;
  /* neu 27.05.2015 */
  width: 40px;
  height: 40px;
  left: 0;
  top: 6px;
}

.content-wrapper .cycloneslider-template-dark .cycloneslider-next, .content-wrapper .cycloneslider-template-dark .cycloneslider-prev {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.content-wrapper .cycloneslider-template-dark:hover .cycloneslider-next, .content-wrapper .cycloneslider-template-dark:hover .cycloneslider-prev {
  opacity: 1;
  filter: Alpha(Opacity=1);
}

@media all and (max-width: 640px) {
  /* line 74, sass/includes/elements/_slider.scss */
  .responsive .content-wrapper #cycloneslider-startseite_mobile-1 {
    margin: 0 -20px 0;
  }

  /* line 76, sass/includes/elements/_slider.scss */
  .responsive .content-wrapper #cycloneslider-startseite_mobile-1 .cycloneslider-pager,
  .responsive .content-wrapper #cycloneslider-startseite_mobile-1 .cycloneslider-prev,
  .responsive .content-wrapper #cycloneslider-startseite_mobile-1 .cycloneslider-next {
    display: none;
  }
}
/* line 85, sass/includes/elements/_slider.scss */
#cycloneslider-startseite_desktop-2 {
  display: block;
  z-index: 1;
}

/* line 88, sass/includes/elements/_slider.scss */
#cycloneslider-startseite_mobile-1 {
  display: none;
}

@media all and (max-width: 640px) {
  /* line 92, sass/includes/elements/_slider.scss */
  .responsive #cycloneslider-startseite_desktop-2 {
    display: none;
  }

  /* line 95, sass/includes/elements/_slider.scss */
  .responsive #cycloneslider-startseite_mobile-1 {
    display: block;
    z-index: 1;
  }
}
/* line 1, sass/includes/elements/_eventfilter.scss */
.sidebar-panel {
  float: none;
  background-color: #fff;
}

/* line 5, sass/includes/elements/_eventfilter.scss */
.anzeige {
  background: none;
}

/* line 7, sass/includes/elements/_eventfilter.scss */
.anzeige img {
  display: block;
}

/* line 11, sass/includes/elements/_eventfilter.scss */
.toggle-wrapper {
  padding: 18px 20px 16px;
}

/* line 13, sass/includes/elements/_eventfilter.scss */
.toggle-wrapper p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
}

/* line 19, sass/includes/elements/_eventfilter.scss */
.widgettoggle {
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  padding: 3px 0 0 27px;
  margin-top: -3px;
  background: url(Bilder/icons/plus-circle.png) left 2px no-repeat;
}

/* line 29, sass/includes/elements/_eventfilter.scss */
.open .widgettoggle {
  background: url(Bilder/icons/minus-circle.png) left 2px no-repeat;
}

/* line 33, sass/includes/elements/_eventfilter.scss */
.toggle-holder {
  display: none;
  padding-top: 20px;
}

/* line 37, sass/includes/elements/_eventfilter.scss */
.widget-content {
  padding-top: 20px;
}

/* line 41, sass/includes/elements/_eventfilter.scss */
.open .toggle-holder {
  display: block;
}

@media all and (max-width: 768px) {
  /* line 46, sass/includes/elements/_eventfilter.scss */
  .responsive .open .widgettoggle {
    background: url(Bilder/icons/plus-circle.png) left 2px no-repeat;
  }

  /* line 50, sass/includes/elements/_eventfilter.scss */
  .responsive .openmobile .widgettoggle {
    background: url(Bilder/icons/minus-circle.png) left 2px no-repeat;
  }

  /* line 54, sass/includes/elements/_eventfilter.scss */
  .responsive .open .toggle-holder {
    display: none;
    padding-top: 20px;
  }

  /* line 59, sass/includes/elements/_eventfilter.scss */
  .responsive .openmobile .toggle-holder {
    display: block;
  }
}
/* line 66, sass/includes/elements/_eventfilter.scss */
.dropdown-universal {
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 0;
  z-index: 15;
}

/* line 72, sass/includes/elements/_eventfilter.scss */
.dropdown-universal .dropdown-menu {
  background: linear-gradient(#fff, #f0f0f0) repeat scroll 0 0 transparent;
  cursor: pointer;
  position: relative;
  padding: 10px 10px 11px;
}

/* line 77, sass/includes/elements/_eventfilter.scss */
.dropdown-universal .dropdown-menu span {
  font-size: 14px;
  color: #646463;
}

/* line 81, sass/includes/elements/_eventfilter.scss */
.dropdown-universal .dropdown-menu:after {
  content: url(Bilder/icons/arrow-down.png);
  content: url(Bilder/icons/arrow-down.png), linear-gradient(transparent, transparent);
  /*neu 21.05.2015*/
  position: absolute;
  right: 10px;
  top: 12px;
}

/* line 87, sass/includes/elements/_eventfilter.scss */
.dropdown-universal .dropdown-menu.active {
  border-bottom: 1px solid #dcdcdc;
}

/* line 90, sass/includes/elements/_eventfilter.scss */
.dropdown-universal .dropdown-menu.active:after {
  content: url("Bilder/icons/arrow-up.png");
}

/* line 95, sass/includes/elements/_eventfilter.scss */
.dropdown-universal.active {
  background: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-top-left-radius: 2px;
  position: relative;
}

/* line 102, sass/includes/elements/_eventfilter.scss */
.dropdown-universal .dropdown-content {
  border: medium none;
  color: #000;
  position: relative;
  displaY: none;
}

/* line 107, sass/includes/elements/_eventfilter.scss */
.dropdown-universal .dropdown-content ul {
  list-style: none outside none;
  margin: 0;
  padding-left: 0;
}

/* line 111, sass/includes/elements/_eventfilter.scss */
.dropdown-universal .dropdown-content ul li {
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 10px 5px 10px 10px;
  white-space: nowrap;
}

/* line 117, sass/includes/elements/_eventfilter.scss */
.dropdown-universal .dropdown-content ul li:hover {
  background-color: #f5f5f5;
}

/* line 120, sass/includes/elements/_eventfilter.scss */
.dropdown-universal .dropdown-content ul li a {
  color: #646463;
  cursor: pointer;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
  font-size: 14px;
}

/* line 130, sass/includes/elements/_eventfilter.scss */
.dropdown-universal .dropdown-content ul li a:hover {
  color: #000;
}

/* line 3, sass/includes/elements/_events.scss */
.content-list p.copy {
  padding-bottom: 20px;
}

/* line 6, sass/includes/elements/_events.scss */
.content-list .sectionhead {
  padding: 20px 0;
}

/* line 12, sass/includes/elements/_events.scss */
.list_veranstaltungen .content-article {
  position: relative;
  /* padding: 48px 20px 25px; */
  /* neu - 20.05.2015 */
  margin: -5px 0 25px;
  float: none;
}

/* line 18, sass/includes/elements/_events.scss */
.list_veranstaltungen .content-article .content-article-meta {
  /* position: absolute; */
  /* neu - 20.05.2015 */
  left: 0;
  top: 0;
}

/* line 23, sass/includes/elements/_events.scss */
.list_veranstaltungen .content-article .content-article-meta .article-meta {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 190px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: Unit Pro Medium, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  background-color: #b1b1b1;
  color: #fff;
}

/* line 39, sass/includes/elements/_events.scss */
.list_veranstaltungen .content-article .content-article-meta img {
  /* margin: 20px 20px 0 0; */
  /* neu - 20.05.2015 */
}

/* line 44, sass/includes/elements/_events.scss */
.list_veranstaltungen .content-article .content-cat {
  font-family: Unit Pro Medium, Arial, sans-serif;
  font-size: 14px;
  padding-bottom: 5px;
  max-width: 60%;
}

@media all and (max-width: 768px) {
  .list_veranstaltungen .content-article .content-cat {
    max-width: 100%;
  }
}
/* line 49, sass/includes/elements/_events.scss */
.list_veranstaltungen .content-article .sectionhead {
  padding: 4px 0 0;
}

.list_veranstaltungen .content-article h3.sectionhead {
  margin-bottom: 5px;
}

.list_veranstaltungen .content-article h4 {
  margin: 0 0 10px;
}

/* line 52, sass/includes/elements/_events.scss */
.list_veranstaltungen .content-article p.copy {
  padding-top: 10px;
}

/* line 56, sass/includes/elements/_events.scss */
.list_veranstaltungen .content-article a.read-more {
  margin: -7px 0 7px;
}

/* line 62, sass/includes/elements/_events.scss */
.list_veranstaltungen .content-article.betrieb .article-meta {
  background-color: #c2b505;
  /* neu - 21.05.2015 */
}

/* line 67, sass/includes/elements/_events.scss */
.list_veranstaltungen .content-article .content {
  *zoom: 1;
  margin-top: -8px;
}

/* line 11, sass/includes/functions/_functions.scss */
.list_veranstaltungen .content-article .content:before, .list_veranstaltungen .content-article .content:after {
  content: "";
  display: table;
}

/* line 17, sass/includes/functions/_functions.scss */
.list_veranstaltungen .content-article .content:after {
  clear: both;
}

/* line 70, sass/includes/elements/_events.scss */
.list_veranstaltungen .content-article .content img.left {
  margin: 14px 20px 20px 0;
}

/* line 76, sass/includes/elements/_events.scss */
.list_veranstaltungen .divisor {
  margin-top: 40px;
  border-top: 1px solid #d6d6d6;
  padding-top: 30px;
}

/* line 1, sass/includes/elements/_formelemente.scss */
input.textfield {
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #f2f2f2;
  border: 1px solid #dcdcdc;
  padding: 0 13px;
  margin-bottom: 18px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  -webkit-appearance: none;
}

/* line 16, sass/includes/elements/_formelemente.scss */
#stellen_ins input.textfield {
  margin-bottom: 20px;
}

/* line 21, sass/includes/elements/_formelemente.scss */
form .dropdown-menu-wrapper {
  margin: 1px 0 20px;
}

/* neu 08.05.2015 */
select::-ms-expand {
  display: none;
  /* hide default arrow in IE10 */
}

/* neu 08.05.2015 */
.selectBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background: url("Bilder/icons/arrow-down.png") no-repeat 100% 0px, linear-gradient(#fff, #f0f0f0) repeat scroll 0 0 transparent;
  background: url("Bilder/icons/arrow-down.png") no-repeat 100% 0px, -webkit-linear-gradient(top, #fff, #f0f0f0);
  background: url("Bilder/icons/arrow-down.png") no-repeat 100% 0px, -moz-linear-gradient(top, #fff, #f0f0f0);
  /*background: -moz-linear-gradient(top, #fff, #f0f0f0);*/
  background: url("Bilder/icons/arrow-down.png") no-repeat 100% 0px, -ms-linear-gradient(top, #fff, #f0f0f0);
  background: url("Bilder/icons/arrow-down.png") no-repeat 100% 0px, -o-linear-gradient(top, #fff, #f0f0f0);
  background: url("Bilder/icons/arrow-down.png") no-repeat 100% 0px, linear-gradient(top, #fff, #f0f0f0);
  background-position: 97% center;
  background-repeat: no-repeat;
  font-size: inherit;
  overflow: hidden;
  padding-left: 10px;
  color: #646463;
  cursor: pointer;
}

/* neu 08.05.2015 */
@-moz-document url-prefix() {
  .select-moz {
    background: linear-gradient(#fff, #f0f0f0) repeat scroll 0 0 transparent;
    background: url("Bilder/icons/arrow-down.png") no-repeat 100% 0px, -webkit-linear-gradient(top, #fff, #f0f0f0);
    background: url("Bilder/icons/arrow-down.png") no-repeat 100% 0px, -moz-linear-gradient(top, #fff, #f0f0f0);
    /*background: -moz-linear-gradient(top, #fff, #f0f0f0);*/
    background: url("Bilder/icons/arrow-down.png") no-repeat 100% 0px, -ms-linear-gradient(top, #fff, #f0f0f0);
    background: url("Bilder/icons/arrow-down.png") no-repeat 100% 0px, -o-linear-gradient(top, #fff, #f0f0f0);
    background: url("Bilder/icons/arrow-down.png") no-repeat 100% 0px, linear-gradient(top, #fff, #f0f0f0);
    background-position: 97% center;
    border: 1px solid #ddd;
    height: 29px;
    overflow: hidden;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 2px;
    padding-top: 4px;
    cursor: pointer;
    color: #333;
  }

  .select-moz select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px;
    width: 104%;
    background-image: -moz-linear-gradient(top, #fff, #f0f0f0);
  }
}
/* line 25, sass/includes/elements/_formelemente.scss */
.button.full {
  width: 100%;
}

/* line 1, sass/includes/elements/_herausgeber.scss */
.herausgeber-der-betrieb {
  float: right;
  text-align: right;
  margin: 20px 20px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #c2b505;
  /* neu - 21.05.2015 */
  font-size: 15px;
  font-size: 0.938rem;
  position: relative;
  z-index: 2;
}

/* line 13, sass/includes/elements/_herausgeber.scss */
.herausgeber-der-betrieb .list-holder {
  height: 40px;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: none;
}

/* line 20, sass/includes/elements/_herausgeber.scss */
.herausgeber-der-betrieb .list-holder .shadow {
  background-color: #fff;
  height: 40px;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px #bebebe;
  -moz-box-shadow: 0 5px 10px #bebebe;
  box-shadow: 0 5px 10px #bebebe;
  position: absolute;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/*.herausgeber-der-betrieb:before {
  font-family: FontAwesome;
  content: "\f101";
  font-size: 19px;
}*/
/* line 37, sass/includes/elements/_herausgeber.scss */
.herausgeber-label {
  font-family: "Unit Pro Medium", Arial, sans-serif;
  font-weight: lighter;
  position: relative;
  z-index: 2;
  padding: 1px 20px 0 20px;
}

/* line 45, sass/includes/elements/_herausgeber.scss */
.herausgeber-label:hover > a {
  box-shadow: 0 0 10px #999;
}

/* line 49, sass/includes/elements/_herausgeber.scss */
.herausgeber-label i {
  padding: 0 5px 0 10px;
}

/* line 55, sass/includes/elements/_herausgeber.scss */
.herausgeber-liste {
  position: absolute;
  list-style: none;
  padding: 17px 20px 16px 20px;
  margin: -2px 4px 0 0;
  -webkit-box-shadow: 0 0 10px #bebebe;
  -moz-box-shadow: 0 0 10px #bebebe;
  box-shadow: 0 0 10px #bebebe;
  z-index: 1;
  right: -4px;
  top: 40px;
  text-align: left;
  background-color: #fff;
  width: 300px;
}

/* line 67, sass/includes/elements/_herausgeber.scss */
.herausgeber-liste li {
  padding-top: 14px;
}

/* line 69, sass/includes/elements/_herausgeber.scss */
.herausgeber-liste li:first-child {
  padding-top: 0;
}

/* line 72, sass/includes/elements/_herausgeber.scss */
.herausgeber-liste li a {
  text-align: right;
  text-transform: initial;
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Arial, sans-serif;
  font-weight: lighter;
}

/* line 85, sass/includes/elements/_herausgeber.scss */
.herausgeber-der-betrieb:hover > .list-holder {
  display: block;
}

/* line 1, sass/includes/elements/_sidebar-panel.scss */
.sidebar-panel {
  float: none;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 8, sass/includes/elements/_sidebar-panel.scss */
.sidebar-panel img, .sidebar-textwidget img {
  padding: 0;
}

/* line 12, sass/includes/elements/_sidebar-panel.scss */
.sidebar-panel li {
  list-style: none;
}

/* line 16, sass/includes/elements/_sidebar-panel.scss */
.sidebar-textwidget {
  font-size: 14px;
  line-height: 20px;
}

/* line 21, sass/includes/elements/_sidebar-panel.scss */
.sidebar-textwidget .widget-textarea {
  *zoom: 1;
  padding: 20px 20px 16px 20px;
}

/* line 11, sass/includes/functions/_functions.scss */
.sidebar-textwidget .widget-textarea:before, .sidebar-textwidget .widget-textarea:after {
  content: "";
  display: table;
}

/* line 17, sass/includes/functions/_functions.scss */
.sidebar-textwidget .widget-textarea:after {
  clear: both;
}

/* line 24, sass/includes/elements/_sidebar-panel.scss */
/* neu 19.05.2015
.sidebar-textwidget .widget-textarea p {
  padding-bottom: 14px;
}
*/
/* line 34, sass/includes/elements/_sidebar-panel.scss */
.widgettitle {
  list-style: none;
  font-family: Unit Pro, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #c2b505;
  /* neu - 21.05.2015 */
  padding: 20px 20px 16px;
  line-height: 18px;
}

/* line 44, sass/includes/elements/_sidebar-panel.scss */
.widget_visual {
  display: block;
  width: 100%;
}

/* line 50, sass/includes/elements/_sidebar-panel.scss */
section#sidebar.topplain,
section#sidebar2.topplain {
  margin-top: 5px;
}

/* line 54, sass/includes/elements/_sidebar-panel.scss */
.sidebar-menu {
  padding: 20px 20px 16px;
}

/* line 56, sass/includes/elements/_sidebar-panel.scss */
.sidebar-menu .widgettitle {
  padding: 0 0 15px;
}

/* line 59, sass/includes/elements/_sidebar-panel.scss */
.sidebar-menu ul {
  border-top: 1px solid #e5e5e5;
}

/* line 61, sass/includes/elements/_sidebar-panel.scss */
.sidebar-menu ul li {
  border-bottom: 1px solid #e5e5e5;
}

/* line 63, sass/includes/elements/_sidebar-panel.scss */
.sidebar-menu ul li a {
  display: block;
  padding: 16px 15px;
  text-decoration: none;
  font-size: 15px;
}

/* line 69, sass/includes/elements/_sidebar-panel.scss */
.sidebar-menu ul li:hover {
  background-color: #f5f5f5;
}

@media all and (max-width: 768px) {
  /* line 76, sass/includes/elements/_sidebar-panel.scss */
  .responsive .sidebar-menu {
    display: none;
  }
}
/* line 1, sass/includes/elements/_newsbox.scss */
.headline-news, .anzeige {
  background: #fff;
  float: left;
  width: 100%;
}

/* line 7, sass/includes/elements/_newsbox.scss */
.headline-news {
  height: 367px;
}

/* line 9, sass/includes/elements/_newsbox.scss */
.headline-news #vticker {
  margin: 20px;
  height: 220px !important;
}

/* line 13, sass/includes/elements/_newsbox.scss */
.headline-news ul {
  padding: 16px 20px 20px;
  font-family: Unit Pro, Arial, sans-serif;
  font-size: 16px;
}

/* line 17, sass/includes/elements/_newsbox.scss */
.headline-news ul li {
  list-style: none;
  padding: 5px 0 5px;
}

/* line 20, sass/includes/elements/_newsbox.scss */
.headline-news ul li a {
  color: #ee7000;
  line-height: 1;
}

/* line 25, sass/includes/elements/_newsbox.scss */
.headline-news ul li:after {
  content: url(Bilder/icons/headline-news-separator.png);
  display: block;
  margin: 6px 0 4px;
}

/* line 31, sass/includes/elements/_newsbox.scss */
.headline-news ul li:last-child:after {
  content: "";
}

@media all and (max-width: 640px) {
  /* line 39, sass/includes/elements/_newsbox.scss */
  .responsive .headline-news {
    height: auto;
    padding-bottom: 50px;
  }
}
/* line 44, sass/includes/elements/_newsbox.scss */
.vticker-controls {
  margin: 0 20px;
}

/* line 46, sass/includes/elements/_newsbox.scss */
.vticker-controls .button {
  float: right;
  margin-left: 10px;
}

/* line 49, sass/includes/elements/_newsbox.scss */
.vticker-controls .button#prev-animate:after {
  content: url(Bilder/icons/arrow-up-white.png);
  content: url(Bilder/icons/arrow-up-white.svg), linear-gradient(transparent, transparent);
  /*neu 21.05.2015*/
  position: relative;
  top: -2px;
  width: 10px;
  height: 6px;
  display: inline-block;
}

/* line 54, sass/includes/elements/_newsbox.scss */
.vticker-controls .button#next-animate:after {
  content: url(Bilder/icons/arrow-down-white.png);
  content: url(Bilder/icons/arrow-down-white.svg), linear-gradient(transparent, transparent);
  /*neu 21.05.2015*/
  position: relative;
  width: 10px;
  height: 6px;
  display: inline-block;
}

/* line 62, sass/includes/elements/_newsbox.scss */
.anzeige {
  margin-bottom: 20px;
}

/* -- CUSTOM CATEGORY TEMPLATES -- */
/* Stellenangebote */
/* line 5, sass/includes/elements/_stellenmarkt.scss */
.stellenmark-logo {
  position: absolute;
  right: 20px;
  top: 20px;
}

@media only screen and (max-width: 768px) {
  .responsive .list_veranstaltungen .stellenmark-logo, .responsive .change_stellen .stellenmark-logo {
    position: relative;
    top: auto;
    right: auto;
    float: right;
  }
  .responsive .list_veranstaltungen .content-article .content-article-meta .article-meta, .responsive .change_stellen .content-article .content-article-meta .article-meta {
    position: relative;
  }
}
/* line 10, sass/includes/elements/_stellenmarkt.scss */
.stellen-lightbox-link {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 17px;
}

/* line 18, sass/includes/elements/_stellenmarkt.scss */
.lightbox {
  display: none;
}

/* line 22, sass/includes/elements/_stellenmarkt.scss */
.featherlight-content .lightbox {
  display: block !important;
  /* Wichtig! Sonst wird Lightbox-Inhalt nicht angezeigt! */
  position: relative;
}

/* line 27, sass/includes/elements/_stellenmarkt.scss */
.lightbox span {
  background: #eee;
  padding: 8px 20px;
  text-align: left;
  position: relative;
  display: block;
  font-size: 15px;
}

/* line 36, sass/includes/elements/_stellenmarkt.scss */
.lightbox img {
  position: relative;
  display: block;
}

/* line 41, sass/includes/elements/_stellenmarkt.scss */
.lightbox p {
  display: block;
  padding: 8px 0;
}

/* line 46, sass/includes/elements/_stellenmarkt.scss */
.lightbox a {
  color: #000;
}

/* line 50, sass/includes/elements/_stellenmarkt.scss */
.lightbox i {
  color: #c2b505;
  /* neu - 21.05.2015 */
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 0.4.10 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, NoÔö£┬¢l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  /* line 63, sass/includes/elements/_stellenmarkt.scss */
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent;
  }

  /* line 78, sass/includes/elements/_stellenmarkt.scss */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.5);
  }

  /* line 82, sass/includes/elements/_stellenmarkt.scss */
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
  }

  /* line 90, sass/includes/elements/_stellenmarkt.scss */
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 0;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    max-width: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
    border-bottom: none;
  }

  /* line 108, sass/includes/elements/_stellenmarkt.scss */
  .featherlight .featherlight-inner {
    display: block;
  }

  /* line 112, sass/includes/elements/_stellenmarkt.scss */
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(Bilder/icons/close.png) 0 0 no-repeat;
    text-indent: -1000000px;
  }

  /* line 124, sass/includes/elements/_stellenmarkt.scss */
  .featherlight .featherlight-image {
    width: 100%;
  }

  /* line 128, sass/includes/elements/_stellenmarkt.scss */
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }

  /* line 133, sass/includes/elements/_stellenmarkt.scss */
  .featherlight iframe {
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 140, sass/includes/elements/_stellenmarkt.scss */
  .featherlight .featherlight-content {
    margin: 0 10px;
    max-height: 95%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* line 2, sass/includes/elements/_jstree.scss */
div.content-box .expand-opener {
  padding: 0 12px 0 13px;
  background: url(Bilder/icons/arrow_right_solid.png) right center no-repeat;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  margin: 12px 0 17px;
  display: inline-block;
}

/* line 10, sass/includes/elements/_jstree.scss */
div.content-box .expand-opener.erweitert {
  background: url(Bilder/icons/arrow_left_solid.png) left center no-repeat;
  padding: 0 0 0 13px;
}

/* line 16, sass/includes/elements/_jstree.scss */
div.content-box .toctreewrapper.main_expand {
  position: relative;
}

/* line 18, sass/includes/elements/_jstree.scss */
div.content-box .toctreewrapper.main_expand .header.expand {
  height: 40px;
}

/* line 20, sass/includes/elements/_jstree.scss */
div.content-box .toctreewrapper.main_expand .header.expand.opened {
  height: 75px;
}

/* line 23, sass/includes/elements/_jstree.scss */
div.content-box .toctreewrapper.main_expand .header.expand.erweitert {
  height: 40px;
  position: relative;
  z-index: 10;
}

/* line 29, sass/includes/elements/_jstree.scss */
div.content-box .toctreewrapper.main_expand .expand-opener {
  position: absolute;
  top: 29px;
  left: 0;
}

/* line 33, sass/includes/elements/_jstree.scss */
div.content-box .toctreewrapper.main_expand .expand-opener.erweitert {
  position: absolute;
  right: 10px;
  top: -1px;
  left: auto;
  cursor: pointer;
  display: inline-block;
  z-index: 99;
}

/* line 44, sass/includes/elements/_jstree.scss */
div.content-box .toctreewrapper.main_expand.opened .expand-opener {
  display: none;
}

/* line 51, sass/includes/elements/_jstree.scss */
div.content-box .toctreewrapper .opened .expand-content {
  height: 400px;
  position: relative;
}

/* line 58, sass/includes/elements/_jstree.scss */
.toggleopen {
  -webkit-box-shadow: 0 0 10px #bebebe;
  -moz-box-shadow: 0 0 10px #bebebe;
  box-shadow: 0 0 10px #bebebe;
  z-index: 10;
}

/*
.document-toc-panel {
    &.toggleclose {
        position:relative!important;
        width:auto!important;
    }
}
*/
/* line 1, sass/includes/elements/_table.scss */
.container_tabelle_button,
.container_tabelle_button_all {
  font-size: 13px;
  font-weight: bold;
  color: #000 !important;
  padding: 0 0 0 20px;
  background: url(Bilder/icons/table_minus.png) left center no-repeat;
}

/* line 8, sass/includes/elements/_table.scss */
.container_tabelle_button.eingeklappt,
.container_tabelle_button_all.eingeklappt {
  background: url(Bilder/icons/table_plus.png) left center no-repeat;
}

/* line 11, sass/includes/elements/_table.scss */
.container_tabelle_button.ausgeklappt,
.container_tabelle_button_all.ausgeklappt {
  background: url(Bilder/icons/table_minus.png) left center no-repeat;
}

/* line 15, sass/includes/elements/_table.scss */
.tabelle_toggle_holder {
  margin: 13px 0 20px;
  overflow: auto;
  width: 496px;
  height: 300px;
  border: 1px solid #ccc;
}

/* line 21, sass/includes/elements/_table.scss */
.tabelle_toggle_holder table {
  border: none;
  background-color: #fff;
}

/* line 26, sass/includes/elements/_table.scss */
.content_table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 20px;
}

/* line 31, sass/includes/elements/_table.scss */
.content_table td, .content_table th {
  padding: 7px 10px;
  vertical-align: top;
  text-align: left;
}

/* line 36, sass/includes/elements/_table.scss */
.content_table tr td, .content_table tr th {
  border: solid #e5e5e5;
  border-width: 0 1px 1px 0;
}

/* line 40, sass/includes/elements/_table.scss */
.content_table tr td:last-child, .content_table tr th:last-child {
  border-width: 0 0 1px 0;
}

/* line 43, sass/includes/elements/_table.scss */
.content_table tr:last-child td {
  border-bottom: none;
}

/* line 46, sass/includes/elements/_table.scss */
.content_table tr:nth-child(2n+1) td {
  background-color: #f2f2f2;
}

/* line 1, sass/includes/elements/_note.scss */
#fv_footnote {
  background-color: #fff;
  padding: 15px 20px 15px 45px;
  border: none;
  font-size: 12px;
  line-height: 20px;
  -webkit-box-shadow: 0 5px 12px #666;
  -moz-box-shadow: 0 5px 12px #666;
  box-shadow: 0 5px 12px #666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* line 12, sass/includes/elements/_note.scss */
#fv_footnote:after {
  content: url(Bilder/note_arrow.png);
  position: absolute;
  bottom: -15px;
}

/* line 18, sass/includes/elements/_note.scss */
#fv_footnote.note_center:after {
  left: 140px;
}

/* line 23, sass/includes/elements/_note.scss */
#fv_footnote.note_left:after {
  left: 20px;
}

/* line 28, sass/includes/elements/_note.scss */
#fv_footnote.note_right:after {
  right: 20px;
}

/* line 32, sass/includes/elements/_note.scss */
#fv_footnote .number {
  position: absolute;
  left: 20px;
  top: 15px;
  color: #c2b505;
}

/* line 38, sass/includes/elements/_note.scss */
#fv_footnote a {
  color: #c2b505;
}

/*************************************/
/* line 2, sass/includes/elements/_pagination.scss */
.pagination {
  clear: both;
  /* padding: 20px 0; */
  /* neu 15.05.2015 */
  position: relative;
  font-size: 11px;
  line-height: 13px;
  margin-left: 1px;
  margin-bottom: 100px;
  /* neu 15.05.2015 */
}

/* line 11, sass/includes/elements/_pagination.scss */
.pagination span, .pagination a {
  display: block;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  width: auto;
  color: #555;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2.5rem;
}

/* line 22, sass/includes/elements/_pagination.scss */
.pagination a:hover {
  color: #fff;
  background: #ee7000;
}

/* line 27, sass/includes/elements/_pagination.scss */
.pagination .current {
  background: #ee7000;
  color: #fff;
}

/* line 1, sass/includes/elements/_inhaltsverzeichnis.scss */
.content-list.inhaltsverzeichnis {
  padding-bottom: 20px;
}

/* line 4, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_level1 {
  background-color: #fff;
  padding: 16px 20px;
  font-size: 15px;
}

/* line 9, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_level1 > .ihv_headline:first-of-type {
  display: none;
}

/* line 12, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_level4 > .ihv_autor:first-of-type {
  margin-bottom: 0px !important;
}

/* line 18, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_autor {
  font-family: Arial;
  color: #000;
  font-size: 13px;
  font-style: italic;
  line-height: 13px;
  padding-bottom: 10px;
}

/* line 26, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_abstract {
  font-family: Arial;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

/* line 33, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_headline {
  font-family: 'Unit Slab Pro Medium';
  font-weight: normal;
  color: #000;
  font-size: 18px;
  line-height: 25px;
}

/* line 38, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_headline.ressort {
  font-size: 24px;
  line-height: 30px;
}

/* line 43, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_autornormiert {
  display: none;
}

/* line 46, sass/includes/elements/_inhaltsverzeichnis.scss */
.titel {
  margin-bottom: 10px;
}

/* line 49, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_rubriken {
  font-family: Arial;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  margin: 10px 0;
}

/* line 57, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_seite {
  padding-top: 10px;
  padding-bottom: 5px;
}

/* line 61, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_seite::before {
  content: "S. ";
}

/* line 64, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_dbnummer::before {
  content: "DB";
}

/* line 67, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_dbnummer {
  padding-top: 5px;
  padding-bottom: 15px;
}

/* line 71, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_datum {
  border-bottom: 2px solid #C2B505;
  padding-bottom: 10px;
}

/* line 75, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_heftnr::before {
  content: "Inhaltsverzeichnis aus Heft Nummer ";
}

/* line 79, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_datum::before {
  content: "vom ";
}

/* line 82, sass/includes/elements/_inhaltsverzeichnis.scss */
.ihv_level2 {
  padding-top: 30px;
}

/* line 85, sass/includes/elements/_inhaltsverzeichnis.scss */
.doktyp {
  text-transform: uppercase;
  border-bottom: 1px solid #C2B505;
  font-size: 14px !important;
  margin: 10px 0px;
  font-family: 'Unit Pro Medium' !important;
}

/* line 1, sass/includes/elements/_sitemap.scss */
.sitemap {
  font-size: 15px;
  line-height: 20px;
}

/* line 4, sass/includes/elements/_sitemap.scss */
.sitemap section#content {
  width: 100%;
}

/* line 7, sass/includes/elements/_sitemap.scss */
.sitemap .block {
  padding: 13px 20px 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

/* line 11, sass/includes/elements/_sitemap.scss */
.sitemap .block h2 {
  font-family: Unit Slab Pro Medium;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  padding-bottom: 10px;
}

/* line 18, sass/includes/elements/_sitemap.scss */
.sitemap .block ul {
  webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-type: none;
}

/* line 23, sass/includes/elements/_sitemap.scss */
.sitemap .block ul li {
  padding-bottom: 20px;
}

/* line 25, sass/includes/elements/_sitemap.scss */
.sitemap .block ul li ul {
  webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

/* line 29, sass/includes/elements/_sitemap.scss */
.sitemap .block ul li ul li {
  padding-bottom: 0;
}

/* line 31, sass/includes/elements/_sitemap.scss */
.sitemap .block ul li ul li strong {
  font-weight: normal;
}

/*! jQuery UI - v1.11.2 - 2014-11-25
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, datepicker.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 8, sass/includes/elements/_jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 11, sass/includes/elements/_jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 21, sass/includes/elements/_jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 31, sass/includes/elements/_jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 37, sass/includes/elements/_jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 40, sass/includes/elements/_jquery-ui.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 43, sass/includes/elements/_jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 53, sass/includes/elements/_jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 60, sass/includes/elements/_jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 69, sass/includes/elements/_jquery-ui.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 81, sass/includes/elements/_jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 88, sass/includes/elements/_jquery-ui.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 92, sass/includes/elements/_jquery-ui.scss */
.ui-resizable {
  position: relative;
}

/* line 95, sass/includes/elements/_jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 102, sass/includes/elements/_jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 106, sass/includes/elements/_jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 113, sass/includes/elements/_jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 120, sass/includes/elements/_jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 127, sass/includes/elements/_jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 134, sass/includes/elements/_jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 141, sass/includes/elements/_jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 148, sass/includes/elements/_jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 155, sass/includes/elements/_jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 162, sass/includes/elements/_jquery-ui.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 166, sass/includes/elements/_jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 171, sass/includes/elements/_jquery-ui.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 175, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker {
  width: 100%;
  padding: .2em .2em 0;
  display: none;
  border: none;
}

/* line 181, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 185, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 192, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 196, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 199, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 202, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 205, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 208, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 217, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 222, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 226, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 230, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 236, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 242, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 246, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 253, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 261, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 269, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 274, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 277, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 280, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 284, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 287, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 290, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 293, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 297, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 300, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 307, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 310, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 314, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 318, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 322, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 326, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 329, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 332, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 336, sass/includes/elements/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 343, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker {
  border: none;
  width: 100%;
}

/* line 346, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-header {
  background: none;
  background-color: #646463;
  height: 40px;
  border: none;
  color: #fff;
  font-family: Unit Pro Medium;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 8px;
}

/* line 356, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 8px;
}

/* line 359, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
  background: none;
  border: none;
}

/* line 365, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  left: 2px;
}

/* line 370, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
  right: 2px;
}

/* line 374, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-icon {
  background: none;
  cursor: pointer;
}

/* line 377, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-w {
  background: url(Bilder/icons/arrow-left-white.png) center center no-repeat;
}

/* line 380, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-e {
  background: url(Bilder/icons/arrow-right-white.png) center center no-repeat;
}

/* line 386, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-calendar * {
  font-size: 13px;
  color: #646463;
  font-weight: bold;
}

/* line 391, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-calendar th {
  border-bottom: 2px solid #eee;
}

/* line 395, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  height: 36px;
  line-height: 32px;
  text-align: center;
  background: none;
  border: none;
}

/* line 401, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-priority-secondary {
  opacity: 1;
  filter: Alpha(Opacity=1);
  color: #b2b2b2;
}

/* line 408, sass/includes/elements/_jquery-ui.scss */
.ui-widget-content.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end a {
  background-color: #eee;
}

.ui-widget-content.ui-datepicker .ui-datepicker-calendar td.datepicker-highlight a {
  background-image: url("images/datepicker_background.png");
  background-repeat: no-repeat;
  background-color: #F2F0CE;
}

.ui-widget-content.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-active {
  background-color: #d9d9d9;
}

/* Skyscraper
#skyscraper-wrap {
  position:relative;
  max-width:980px;
  margin:0 auto;
}
#layout-wrap {
  margin:0 auto;
  max-width:980px;
  vertical-align:top;
}
#skyscraper {
  position:absolute;
  left:980px;
  top:0!important;
}
*/
/* Autoren */
.autorenbild {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: -18px;
  margin-bottom: 20px;
  float: left;
}

/* billboard */
.billboard_code {
  width: 400px;
  height: 250px;
}

/* Meldungen */
.teaserbild {
  width: 150px;
}

.content-article h1 {
  clear: left;
  font-size: 26pt;
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-weight: normal;
  margin-top: 10px;
}

#anchors {
  background-color: #f2f2f2;
  border-top: 1px solid #c2b505;
  /* neu 15.05.2015 */
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

#anchor_header {
  cursor: pointer;
}

/* neu 15.05.2015 */
#sprungmarken {
  margin-top: 20px;
}

.sprungmarke {
  list-style-image: url(Bilder/icons/tree-open.png);
  margin-left: 20px;
  /* neu 15.05.2015 */
  margin-bottom: 10px;
}

.content-list ul {
  list-style-type: none;
}

.infobar_category {
  border-bottom: 1px solid #eee;
}

.infobar_category:last-child {
  border: 0px;
}

.infobar_header {
  cursor: pointer;
  margin: 20px 12px;
}

.infobar_header img {
  float: left;
}

.infobar_list {
  display: block;
}

#infobar {
  width: 31.914893617%;
  background-color: #fff;
  margin-right: 2.1276595745%;
  margin-bottom: 20px;
}

#infobar h3 {
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  /* neu 20.05.2015 */
  padding: 1px 0 0 27px;
  /* neu 20.05.2015 */
}

#infobar ul img {
  width: 70px;
  margin-right: 10px;
  float: left;
}

#infobar .content-list {
  /* margin: 8px 0px; */
  /* neu 20.05.2015 */
}

#infobar .content-list ul {
  margin-left: 40px;
  margin-bottom: 20px;
  font-size: 12px;
}

#infobar .content-list ul li {
  margin-top: 20px;
}

.infobar_icon {
  float: left;
  margin-right: 10px;
  /* width:10px; */
  /* neu 15.05.2015 */
}

.infobar_icon::before {
  content: url("Bilder/icons/minus-circle.png");
}

.infobar_icon_closed::before {
  content: url("Bilder/icons/plus-circle.png");
}

.infobar_list li a {
  vertical-align: top;
  font-size: 14px;
  font-size: .875rem;
  /* neu 15.05.2015 */
  line-height: 1.5rem;
  /* neu 15.05.2015 */
}

#prevnext {
  float: right;
  margin-top: 10px;
  /* neu 15.05.2015 */
  font-family: Unit Pro, Arial, sans-serif;
  /* neu 15.05.2015 */
}

.back_next {
  background-color: #646463;
  color: #fff;
  padding: 10px 14px;
  font-size: 12px;
  margin-left: 10px;
  /* neu 15.05.2015 */
  -webkit-border-radius: 2px;
  /* neu 15.05.2015 */
  -moz-border-radius: 2px;
  /* neu 15.05.2015 */
  -ms-border-radius: 2px;
  /* neu 15.05.2015 */
  -o-border-radius: 2px;
  /* neu 15.05.2015 */
  border-radius: 2px;
  /* neu 15.05.2015 */
}

.back_next a {
  text-decoration: none;
}

#anfang_button {
  clear: both;
}

#left_banner {
  float: left;
  border-radius: 5px;
}

.anchors_open_icon:before {
  content: url(Bilder/icons/plus-dark.png);
}

.anchors_open_icon {
  float: right;
  /* width:10px; */
  /* neu 15.05.2015 */
  padding-top: 2px;
  /* neu 15.05.2015 */
}

.collapsible {
  clear: both;
  border: 1px solid #eee;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  height: auto;
}

.collapsible_head {
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.collapsible table {
  width: 100% !important;
}

td {
  border: 1px solid #888;
  padding: 5px 10px;
}

th {
  text-align: left;
}

/*tr:nth-child(odd) {
 background-color: #eee;
}*/
tr:nth-child(1) {
  background-color: #fff;
}

.wrapper_table_collapse {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.table_collapse {
  float: left;
  cursor: pointer;
}

.all_table_collapse {
  float: right;
  cursor: pointer;
}

.anfang_button {
  margin-top: 20px;
  /* margin-bottom:-15px;*/
  /* neu 15.05.2015 */
}

.pagination_button {
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}

#pageinfo {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  /* neu 15.05.2015 */
  font-size: .9375rem;
  /* neu 15.05.2015 */
  width: 390px;
  /* neu 15.05.2015 */
  float: left;
  /* neu 15.05.2015 */
}

#pageinfo p {
  line-height: 6px;
}

@media all and (max-width: 320px) {
  .responsive #img12354747, .responsive #img12354763, .responsive #pagination {
    display: none;
  }

  .responsive #left_banner {
    width: 264px;
    height: 264px;
    margin: 20px 0px;
  }

  .responsive .infobar_list {
    display: none;
  }

  .responsive #infobar .content-list {
    padding-right: 10px;
  }

  .responsive .infobar_header {
    margin: 12px;
  }

  .responsive .table_collapse, .responsive .all_table_collapse {
    font-size: 9px;
  }
}
@media all and (max-width: 768px) {
  .responsive #infobar {
    width: 100%;
  }

  .responsive .infobar_list {
    display: none;
  }

  .responsive .content-list {
    padding-bottom: 0;
  }
}
/* neu: 10.03.2015 */
.content-list {
  /* background-color: #fff; */
}

.infolist_trenner {
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}

#anchor_header img {
  margin-right: 10px;
}

/* line 120, sass/includes/_static.scss */
.subtitle {
  font-family: Unit Pro, Arial, sans-serif;
  /* neu 15.05.2015 */
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.875rem;
  /* neu 15.05.2015 */
  font-weight: normal;
  padding: 30px 0 20px 0;
}

.anchor_header {
  font-family: Unit Slab Pro Medium, Arial, sans-serif;
  font-size: 1.175rem;
  font-size: 22px;
  margin-bottom: 0px;
  /* neu 15.05.2015 */
  margin-top: 2px;
  /* neu 15.05.2015 */
}

.anchor_icon_open::before {
  content: url("Bilder/icons/minus-dark.png");
}

/* neu 17.03.2015 */
.wp-caption-text {
  background-color: #eee;
  max-width: 100%;
  padding: 5px;
  padding-bottom: 0;
  /* font-size: 0.75rem !important; */
  font-size: 0.75rem;
  /* neu 17.03.2015 */
  margin-top: -5px;
  margin-bottom: 0;
}

/* neu 15.05.2015 */
.meldungsbild {
  width: 220px;
  float: left;
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  margin: 15px 20px 10px 0;
  /* neu 20.05.2015 */
}

@media screen and (max-width: 640px) {
  .meldungsbild {
    float: none;
  }
}

/* neu 18.03.2015 */
.meldungsbild_subtitle {
  color: #999;
  font-size: 0.8rem;
  padding: 10px;
  display: block;
  line-height: 1.125rem;
}

.teaserbild_uebersicht {
  float: left;
  /* padding-top:12px; */
  /* width: 170px; */
  /* neu - removed 19.05.2015 */
  /* padding-top: 5px; */
  /* neu - removed 19.05.2015 */
  margin-top: 15px;
  /* neu - added 20.05.2015 */
  margin-right: 20px;
  /* neu - added 19.05.2015 */
}

/* neu 10.03.2015 */
.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.wp-caption {
  background-color: #eee;
}

.wp-caption img {
  margin: 5px;
}

/* neu 11.04.2015 */
div#respond label {
  width: 17%;
  display: inline-block;
}

div#respond input, textArea {
  background-color: #f2f2f2;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.5em;
  margin-bottom: 0;
  padding: 0 13px;
  width: 82%;
}

/* neu 11.04.2015 */
.comment-form-comment label {
  vertical-align: top;
  padding-top: 12px;
}

/* neu 15.05.2015
.comment-form-comment label {
    vertical-align: top;
    padding-top: 12px;
}
*/
/* neu 11.04.2015 */
.form-submit input.button {
  width: auto !important;
  margin-left: 17%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* neu 11.04.2015 */
.form-allowed-tags {
  margin-left: 17%;
}

div#respond textArea {
  height: 120px;
  padding-top: 10px;
}

div#respond input#submit {
  background-color: #666;
  color: #fff;
  font-family: Unit Pro,Arial,sans-serif;
  font-size: 0.875rem;
  width: 100%;
  border: medium none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

.comment-author {
  font-weight: bold;
  font-style: normal;
}

.fn {
  font-style: normal;
}

.comment-meta a {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
}

.comment-reply-link {
  text-transform: uppercase;
  color: #808080;
  font-family: Unit Pro Medium, Arial, sans-serif;
}

.comment-reply-link:after {
  content: " >";
}

.reply {
  margin-bottom: 24px;
}

li.comment {
  border-top: 1px solid #ddd;
  padding-top: 24px;
}

/*
.comment-body:before {
    content:open-quote;
    font-size: 48px;
    font-family: Unit Slab Pro Medium, Arial, sans-serif;
    color: #808080;
    float: left;
    margin-right: 12px;
}
*/
.commentQuote {
  background: url(Bilder/ico-comment_1.svg) no-repeat;
  background-size: 32px;
  width: 40px;
  height: 60px;
  float: left;
  /*
  background-size: 72px;
  font-size: 72px;
  font-family: Unit Slab Pro Bold, Arial, sans-serif;
  color: #ccc;
  float: left;
  margin-right: 12px;
  */
}

.children .commentQuote {
  margin-left: 8.5%;
}

.comment .children {
  content: open-quote;
  padding-bottom: 4px;
  background-color: #f2f2f2;
}

.comment-body {
  padding-left: 8.5%;
}

.children > .comment-body, .children .depth-2 .comment-body {
  padding-left: 17%;
}

.comment-body p {
  margin-top: 8px;
}

.says {
  display: none;
}

.commentmetadata:before {
  color: #808080;
  content: "schrieb am ";
}

.commentlist {
  margin-bottom: 24px;
}

.comment-respond {
  margin-top: 20px;
}

.comment-notes {
  margin-bottom: 24px;
}

hr {
  border: 0;
  background-color: #dcdcdc;
  height: 1px;
  margin: 20px 0;
}

#resultsOptions {
  font-size: 12px;
}

/* neu 11.04.2015 */
.right {
  float: left;
}

/* neu 12.05.2015 */
.content-wrapper {
  /* padding: 0 2.0408163265%; */
}

section#content {
  width: 65.957446809%;
}

section#sidebar {
  width: 31.914893617%;
  margin-left: 2.1276595745%;
}

.cycloneslider {
  margin-bottom: 20px !important;
}

.sidebar-panel {
  margin: 0 0 20px 0;
}

.widgettitle {
  margin-top: 0;
}

.content-box-expert .boxtop h3.boxcontenttitle a┬á {
  border-bottom: 2px solid transparent;
}

.content-box-expert .boxtop h3.boxcontenttitle a:hover┬á {
  border-bottom: 2px solid black;
}

a.read-more:hover:after {
  content: url(Bilder/icons/arrow-right_hover.png);
  position: relative;
  top: 1px;
  margin-left: 8px;
  float: right;
}

.content-wrapper .cycloneslider-template-dark {
  margin-bottom: 20px;
}

section#sidebar2 {
  margin-right: 2.1276595745%;
  width: 31.914893617%;
}

/*
.articleSocial {
  margin-bottom: 20px;
  display: inline-block;
  float: right;
}
*/
.articleSocial {
  display: none;
}

.articleSocial li {
  margin-left: 6px;
}

#pagination {
  background-color: white;
  padding: 20px;
  margin-bottom: 100px;
}

/* neu 15.05.2015 */
.vLine {
  border-right: 1px solid #e5e5e5;
  margin: 0 20px;
}

/* neu 18.05.2015 */
p:empty {
  display: none;
}

/* neu 19.05.2015 */
.wp-caption {
  border-bottom: 1px solid #ccc;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.wp-caption img {
  margin: 0;
}

p.wp-caption-text {
  color: #999;
  font-size: 0.8rem;
  padding: 10px;
  display: block;
  line-height: 1.125rem;
}

/* neu 19.05.2015 */
.teaserbild_subtitle {
  color: #999;
  font-size: 0.7rem;
  padding: 5px 0px;
  line-height: 1.125rem;
}

/* neu 20.05.2015 */
.shariff {
  height: 30px;
}

@media all and (max-width: 640px) {
  .responsive .teaserbild_uebersicht {
    margin-right: 0;
    float: none;
  }

  .responsive .content-text .post-thumbnail {
    margin-bottom: 0;
  }

  /* neu - 20.05.2015 */
  .responsive h3 {
    word-wrap: break-word;
  }
}
/* line 75, sass/includes/_global.scss */
.phoneonly {
  display: none;
}

/* Vorteilsbox */
.vorteilsbox {
  background-color: white;
  padding: 18px;
  width: 300px;
}

.vorteilsbox h1 {
  color: #c2b505;
  font-size: 1.125rem;
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Unit Pro,Arial,sans-serif;
}

.vorteilsbox li {
  list-style-image: url("Bilder/icons/ico-check.svg");
  margin-left: 20px;
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 0.96rem;
  line-height: 1.25em;
}

/* Schriftfarbe und -schnitt */
.herausgeber-der-betrieb .herausgeber-liste {
  font-weight: normal;
  color: #666;
  text-transform: none;
}

.content-article .content-text ul,
.content-article .content-text ol {
  list-style-type: disc;
  padding-left: 8px;
  margin-left: 8px;
}

.content-article .content-text ol {
  list-style-type: decimal;
}

.content-article .content-text a {
  text-decoration: underline;
}

/* Liste Veranstaltungen a-Tag underline */
.content-article .content p a {
  text-decoration: underline;
}

.content-article a.read-more {
  text-decoration: none;
}

.content-article .article-meta {
  position: relative;
}

.content-article.plain {
  padding: 0;
}
.content-article.plain .shariff {
  margin: 0 0 20px 5px;
}

.content-download-holder .content-article {
  padding: 0;
  position: relative;
}

.content-download-holder .content-article .content-article-meta .article-meta {
  background-color: #c2b505;
  color: #fff;
  font-family: Unit Pro Medium,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: auto;
  padding: 0 20px;
}

@media all and (max-width: 768px) {
  .responsive .content-download-holder .content-article-meta {
    float: none;
    position: static;
  }
}
.content-download-holder .content-article h3,
.content-download-holder .content-article .content-text,
.content-download-holder .content-article .content-download {
  padding: 0 20px;
}

.content-download-holder .content-article h3 {
  margin: 0;
}

.content-download-holder .content-article .content-download {
  border-top: 1px solid #eee;
  margin: 0 -20px;
}

.content-download-holder .content-article .content-text {
  padding: 0;
}

.content-download-holder .content-article h4 {
  font-family: Unit Slab Pro Medium,Arial,sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.6rem;
  margin: 14px 0 0;
}

.content-download-holder .content-article .content-download ul {
  padding-left: 8px;
  margin: 10px 0 0 8px;
  list-style-type: disc;
}

.content-download-holder .content-article .content-download .button {
  display: inline-block;
  margin-top: 13px;
}

.content-download-holder .content-article .content-download table.wpdm-filelist {
  margin: 10px 0 0 0;
}
.content-download-holder .content-article .content-download table.wpdm-filelist tr td {
  border: none !important;
  line-height: 24px !important;
  padding: 8px 0 0 12px !important;
  background: none !important;
  position: relative;
}
.content-download-holder .content-article .content-download table.wpdm-filelist tr td:hover {
  background: none !important;
}
.content-download-holder .content-article .content-download table.wpdm-filelist tr td:before {
  content: "\2022";
  display: inline-block;
  font-size: 20px;
  left: 0;
  line-height: 29px;
  margin: 5px 5px 0 0;
  position: absolute;
  top: 0;
}
.content-download-holder .content-article .content-download table.wpdm-filelist tr:hover {
  background: none !important;
}

.content-download-holder .content-article .content-download .wpdm-download-link {
  display: inline-block;
  margin-top: 13px;
  background-color: #666;
  color: #fff;
  font-family: Unit Pro,Arial,sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 19px;
  padding-right: 19px;
  text-decoration: none;
  border: medium none;
  border-radius: 2px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.content-download-holder .content-article .content-download .wpdm-download-link:after {
  content: url("/wp-content/themes/Der-Betrieb/Bilder/icons/arrow-right-white-button.png");
  margin-left: 10px;
}
.content-download-holder .content-article .content-download .wpdm-download-link:hover {
  text-decoration: none;
}

@media all and (max-width: 640px) {
  .content-download-holder .content-article .content-download .wpdm-download-link {
    display: block;
    text-align: center;
  }
}
.button-icon:after {
  content: url("/wp-content/themes/Der-Betrieb/Bilder/icons/arrow-right-white-button.png");
  margin-left: 10px;
}

#einblick_bild {
  position: relative;
}
#einblick_bild div.mouseover {
  background-color: lightgrey;
  border-color: darkgrey;
  border-style: ridge;
  border-width: 2px;
  font-family: Arial,helvetica,sans-serif;
  font-size: 12px;
  line-height: 14px !important;
  opacity: 0.9;
  padding: 4px;
  position: absolute;
  visibility: hidden;
  width: 260px;
}
#einblick_bild div.mouseover .tt_title {
  background: #fff none repeat scroll 0 0;
  display: block;
  margin: -4px -4px 4px;
  padding: 4px 6px;
}
#einblick_bild div.mouseover a {
  color: #5a89b8;
  font-size: 12px;
  line-height: 12px !important;
}
#einblick_bild div.mouseover_outer {
  background: transparent url("pix_trans.gif") repeat scroll 0 0;
  font-family: Arial,helvetica,sans-serif;
  font-size: 12px;
  position: absolute;
  visibility: hidden;
}
#einblick_bild div.mouseover_inner {
  background-color: #ccc;
  border-color: darkgrey;
  border-style: ridge;
  border-width: 2px;
  opacity: 0.95;
  overflow: hidden;
  padding: 4px;
  width: 274px;
}
#einblick_bild div.mouseover_inner.left {
  margin: 0 0 0 50px;
}
#einblick_bild div.mouseover_inner.right {
  margin: 0 50px 0 0;
}

.content-text #einblick_bild div.mouseover p a {
  color: #5a89b8;
}

.content-text #einblick_bild div.mouseover p,
.content-text #einblick_bild div.mouseover p a {
  font-size: 12px;
  line-height: 12px !important;
}

/*weiterlesen link abstand generic box*/
.content-text .content-more.generic_box .read-more {
  margin-top: inherit;
}

/* Header Suche Erweiterung */

.site-search input.search-text {
  border: 1px solid #ee7000;
}
.site-search .search-submit {
  background-color: #ee7000;
}
.site-search .search-submit:hover {
  background-color: #ef7f01;
}
.searchExtension {
  display: none;
}

@media screen and (min-width: 920px) {
  .start .searchform {
    float: left;
    width: 460px;
  }
  .site-search .search-text {
    width: 320px;
  }
  .site-search .search-submit {
    margin-right: 20px;
    float: left;
  }
  .searchExtension {
    display: inline-block;
  }
  .extendedSearch, .searchInfo {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 20px;
  }
  .extendedSearch::after {
    content: '';
    background: transparent url('images/plus.png') no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    vertical-align: middle;
  }
  .searchInfo::after {
    content: '';
    background: transparent url('images/info.png') no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    vertical-align: middle;
  }
}

/* Textfluss fuer Module und Publikation in mobiler Anaicht*/

@media all and (max-width: 640px) {

    .modul_content_text_bild  div:last-child {
        margin-left:0 !important;
  float:none !important;
    }
}


/* Header Anpassungen TWT-RB - 2017.05.18 Ticket HB-50 */

@media screen and (min-width: 980px) {
  header .header-logos img {
    height: 60px;
    width: auto;
  }
}

@media (max-width: 980px) {
  header .header-logos img {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 640px) {
  header .header-logos img {
    height: 50px;
    width: auto;

  }
  header .header-logos .header-logo-right {
    display: none;
  }
}
header .header-logos .header-logo-right {
  margin-top: 0;
}
#layout .site-search .search-submit {
  background-color: #4c4c4c;
}
#layout .site-search input.search-text {
  border: 1px solid #4c4c4c;
}

/* Datenbank Header Styles */
header .header-logo-right-db {
  float: right
}
header .header-logo-right-db img {
  /*padding-top: 10px*/;
  float: right;
}
header .header-logo-left-db, header .header-logo-right-db {
  margin: 0;
  height: 70px;
}
header .header-logo-left-db, header .header-logo-right-db {
  height: 70px;
  width: auto;
}
@media (max-width: 640px) {
  header .header-logo-left-db, header .header-logo-right-db {
    height: 50px;
    width: auto;
  }
  
  header .header-logo-right-db {
    display:none;
  }
}

/* Main menu Akkordeon
header nav#main-nav ul li ul li ul {
    position:relative;
    left:0;
    height:auto;   
}
header nav#main-nav ul li ul li ul li a {
    padding-left:20px!important;
}
*/

/* rules for modules */
.modul_publikation_bild {
    float: left;
    margin-right: 15px;
}

.modul_publikation_content {
    margin-left: 170px;
    min-height: 220px;
}

@media (max-width: 640px) {
  .modul_publikation_bild {
      float: none;
  }

  .modul_publikation_content {
      margin-left: 0px;
      min-height: 220px;
  }
}

/* Widget Firmenwissen */
.sidebar-widget.fiwi {
   margin-bottom: 20px;
  width: 100%!important;
 }
.sidebar-widget.fiwi > div {
  width:100%!important;
}
.sidebar-widget.fiwi > a img {
  width:100%!important;
}
.sidebar-widget.fiwi > div > a + br + div {
  width:100%!important;
  padding: 0 20px 12px 20px!important;
}
.sidebar-widget.fiwi form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-widget.fiwi form input[type="text"] {
  flex: 1;
  min-width:100px;
}
.sidebar-widget.fiwi form input[type="submit"] {
  flex: 0;
  margin: 0 0 0 10px;
  min-width:50px;
}
.responsive section#sidebar .sidebar-widget:nth-child(odd) {
  clear: both;
}
.responsive section#sidebar .textwidget {
  width:100%!important;
}
@media (max-width: 768px) {
  .responsive section#sidebar .textwidget {
    width:48.630136%!important;
  }
}
@media (max-width: 640px) {
  .responsive section#sidebar .textwidget {
    width:100%!important;
  }
}

/* Widget Textwidget */
.sidebar-widget.textwidget .inner {
    background: #ffffff;
    /* margin-bottom: 20px; */
    padding: 20px;
 }
.sidebar-widget.textwidget .inner img {
    max-width:100%;
}

/* Widget Affiliate */
.responsive section#sidebar .affiliate {
    width:100%!important;
}
@media (max-width: 768px) {
    .responsive section#sidebar .affiliate {
        width:48.630136%!important;
    }
}
.responsive section#sidebar .affiliate .inner {
    margin-bottom: 20px;
}
.responsive section#sidebar .affiliate .inner img {
    max-width:100%;
}

/* Widget Affiliate */
.responsive section#sidebar .affiliate {
    width:100%!important;
}
@media (max-width: 768px) {
    .responsive section#sidebar .affiliate {
        width:48.630136%!important;
    }
}
@media (max-width: 640px) {
    .responsive section#sidebar .affiliate {
        width:100%!important;
    }
}
.responsive section#sidebar .affiliate .inner img {
    max-width:100%;
}

.responsive section#sidebar .textwidget
{
    margin-bottom: 20px;
    float: left;
}

.responsive section#sidebar .affiliate {
    float: left;
}
@media (max-width: 640px) {
    .responsive section#sidebar .textwidget,
    .responsive section#sidebar .affiliate {
        float: none;
    }
}


/*Responsive Taellen*/
@media all and (max-width: 640px) {
    table {
        width:100%;
    }
    table tr, table tr td {
        display:block;
    }

}

/* Related Posts**/
.crp_related .crp_title{height:100%}
.crp_related{margin-top:20px}
