@charset "UTF-8";
/***********************
Farben
***********************/
/* 
var(--primaer)
var(--primaer_dark) 
*/
/***********************
Allgemein
***********************/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body, html {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
div {
  width: 100%;
}
.width {
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
}
img, picture {
  max-width: 100%;
  height: auto;
}
.skiplinks {
  left: -32768px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.skip {
  left: -32768px;
  position: absolute;
  top: -32768px;
}
.skiplinks a.skip:focus, .skiplinks a.skip:active {
  color: #fff;
  background: #333;
  border-bottom: 1px #000 solid;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
p, ul, ol, table {
  font-size: 15px;
  line-height: 25px;
  color: #535353;
  margin: 0px 0px 25px 0px;
}
p.gross, ul.gross, ol.gross, table.gross {
  font-family: 'Ubuntu', sans-serif;
  font-size: 23px;
  line-height: 37px;
}
p.klein, ul.klein, ol.klein, table.klein {
  font-size: 12px;
  line-height: 22px;
}
table {
  margin-bottom: 20px;
}
table td {
  padding: 0px 15px 5px 0px;
  vertical-align: top;
}
table.tabelle_rahmen {
  border-top: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
}
table.tabelle_rahmen td {
  padding: 5px 15px 5px 5px;
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}
a, a:link, a:visited, a:not([href]):not([tabindex]), a:link:not([href]):not([tabindex]), a:visited:not([href]):not([tabindex]) {
  color: var(--primaer);
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a:hover, a:focus, a:active, a:hover:not([href]):not([tabindex]), a:focus:not([href]):not([tabindex]), a:active:not([href]):not([tabindex]) {
  color: var(--primaer);
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.primaer, a.button.primaer:link, a.button.primaer:visited, a.button.primaer:not([href]):not([tabindex]), a.button.primaer:link:not([href]):not([tabindex]), a.button.primaer:visited:not([href]):not([tabindex]), input[type="submit"].button.primaer, span.button.primaer, button.button.primaer {
  background: var(--primaer);
  color: #ffffff;
  font-size: 15px;
  line-height: normal;
  font-weight: bold;
  display: inline-block;
  padding: 27px 45px 28px 35px;
  position: relative;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.primaer:after, a.button.primaer:link:after, a.button.primaer:visited:after, a.button.primaer:not([href]):not([tabindex]):after, a.button.primaer:link:not([href]):not([tabindex]):after, a.button.primaer:visited:not([href]):not([tabindex]):after, input[type="submit"].button.primaer:after, span.button.primaer:after, button.button.primaer:after {
  content: url(//basics.bjr.spoc-one.de/images/icon_pfeil_rechts_weiss.svg);
  position: absolute;
  right: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.primaer:hover, a.button.primaer:focus, a.button.primaer:active, a.button.primaer:hover:not([href]):not([tabindex]), a.button.primaer:focus:not([href]):not([tabindex]), a.button.primaer:active:not([href]):not([tabindex]), input[type="submit"].button.primaer:hover, input[type="submit"].button.primaer:focus, input[type="submit"].button.primaer:active, span.button.primaer:hover, span.button.primaer:focus, span.button.primaer:active, button.button.primaer:hover, button.button.primaer:focus, button.button.primaer:active {
  background-color: #535353;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.sekundaer, a.button.sekundaer:link, a.button.sekundaer:visited, input[type="submit"].button.sekundaer, span.button.sekundaer {
  color: #535353;
  background: #ffffff;
  border-bottom: 5px solid var(--primaer);
  border-top: 1px solid #DBE0E2;
  font-size: 15px;
  line-height: normal;
  font-weight: bold;
  display: inline-block;
  padding: 26px 45px 23px 35px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.sekundaer:after, a.button.sekundaer:link:after, a.button.sekundaer:visited:after, input[type="submit"].button.sekundaer:after, span.button.sekundaer:after {
  content: url(//basics.bjr.spoc-one.de/images/icon_pfeil_rechts_grau.svg);
  position: absolute;
  right: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.sekundaer:hover, a.button.sekundaer:focus, a.button.sekundaer:active, input[type="submit"].button.sekundaer:hover, input[type="submit"].button.sekundaer:focus, input[type="submit"].button.sekundaer:active, span.button.sekundaer:hover, span.button.sekundaer:focus, span.button.sekundaer:active {
  background-color: var(--primaer);
  color: #ffffff;
  border-top: 1px solid var(--primaer);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.sekundaer:hover:after, a.button.sekundaer:focus:after, a.button.sekundaer:active:after, input[type="submit"].button.sekundaer:hover:after, input[type="submit"].button.sekundaer:focus:after, input[type="submit"].button.sekundaer:active:after, span.button.sekundaer:hover:after, span.button.sekundaer:focus:after, span.button.sekundaer:active:after {
  content: url(//basics.bjr.spoc-one.de/images/icon_pfeil_rechts_weiss.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.zurueck, a.zurueck:link, a.zurueck:visited {
  color: var(--primaer);
  font-weight: bold;
  text-decoration: none;
}
a.zurueck:before, a.zurueck:link:before, a.zurueck:visited:before {
  font-family: IcoFont;
  content: "";
  margin-right: 10px;
}
a.zurueck:hover, a.zurueck:focus, a.zurueck:active {
  color: #535353;
}
a.weiter, a.weiter:link, a.weiter:visited {
  color: var(--primaer);
  font-weight: bold;
  text-decoration: none;
}
a.weiter:before, a.weiter:link:before, a.weiter:visited:before {
  font-family: IcoFont;
  content: "";
  margin-right: 10px;
}
a.weiter:hover, a.weiter:focus, a.weiter:active {
  color: #535353;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
  margin-top: 0px;
}
h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  color: #2F2E2E;
  margin-bottom: 50px;
}
h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  color: #2F2E2E;
  margin-bottom: 30px;
}
h3 {
  font-size: 23px;
  line-height: 25px;
  font-weight: normal;
  color: var(--primaer);
  margin-bottom: 15px;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #2F2E2E;
  margin-bottom: 0px;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.googlemaps_hinweis, #iframe_gruppenhaus .box, .headline_text.quelltext .box {
  display: block;
  width: 100%;
  background: #F2F2F2;
  padding: 100px 30px;
  text-align: center;
}
.responsive_video, .responsive-video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.responsive_video iframe, .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT, .responsive-video .noYT {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: #F2F2F2;
  text-align: center;
  padding: 15px;
}
.responsive_video .noYT .noYT_box, .responsive-video .noYT .noYT_box {
  display: table;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT .noYT_box .noYT_center, .responsive-video .noYT .noYT_box .noYT_center {
  display: table-cell;
  vertical-align: middle;
}
audio {
  margin-bottom: 25px;
}
#phone {
  display: none;
}
.bild_links {
  float: left;
  margin: 0px 15px 5px 0px;
}
#karte div {
  width: auto;
}
.terminliste_ul {
  background: #F2F2F2;
  padding: 15px 15px 5px 15px;
  margin-bottom: 50px;
}
.terminliste_ul ul {
  margin: 0px !important;
}
.terminliste_ul ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}
.terminliste_ul ul li p {
  margin-bottom: 0px;
}
.terminliste_ul ul li span {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #535353;
  margin: 0px;
}
.mfp-figure:after {
  background: none;
  box-shadow: none;
}
.ankerbox {
  position: relative;
}
.ankerbox a {
  position: absolute;
  top: -80px;
}
/***********************
Header
***********************/
.header {
  padding-bottom: 40px;
}
.header hr {
  border: none;
  margin: 0px;
  height: 5px;
  width: 100%;
  background: var(--primaer);
}
.header button.mobilebutton {
  background: var(--primaer);
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 15px 0px 0px 0px;
  width: 100%;
  padding: 10px 15px;
}
.header button.mobilebutton p {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header button.mobilebutton .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header button.mobilebutton .icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header button.mobilebutton .icon span:nth-child(1) {
  top: 0px;
}
.header button.mobilebutton .icon span:nth-child(2) {
  top: 6px;
}
.header button.mobilebutton .icon span:nth-child(3) {
  top: 12px;
}
.header button.mobilebutton.open p {
  color: #2F2E2E;
}
.header button.mobilebutton.open .icon span {
  background: #2F2E2E;
}
.header button.mobilebutton.open .icon span:nth-child(1) {
  top: 6px;
  width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header button.mobilebutton.open .icon span:nth-child(2) {
  opacity: 0;
}
.header button.mobilebutton.open .icon span:nth-child(3) {
  top: 6px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header .mobilemenu {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 60px;
  z-index: 2000;
  width: 95%;
  width: calc(100% - 30px);
  background: #F2F2F2;
  padding: 0px;
  text-align: left;
}
.header .mobilemenu ul {
  margin: 0px;
  text-align: left;
  list-style-type: none;
  border-top: 1px solid #DBE0E2;
}
.header .mobilemenu ul li {
  padding: 0px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #DBE0E2;
}
.header .mobilemenu ul li:before {
  display: none;
}
.header .mobilemenu ul li a, .header .mobilemenu ul li a:link, .header .mobilemenu ul li a:visited {
  display: block;
  padding: 11px 30px 11px 15px;
  color: #535353;
  text-decoration: none;
  border-left: 5px solid transparent;
  line-height: normal;
  position: relative;
}
.header .mobilemenu ul li a span, .header .mobilemenu ul li a:link span, .header .mobilemenu ul li a:visited span {
  display: block;
  width: 15px;
  height: 8px;
  background: url(//basics.bjr.spoc-one.de/images/icon_pfeil_unten_grau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 17px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header .mobilemenu ul li a.pfeil-offen span, .header .mobilemenu ul li a:link.pfeil-offen span, .header .mobilemenu ul li a:visited.pfeil-offen span {
  background-image: url(//basics.bjr.spoc-one.de/images/icon_pfeil_oben_grau.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header .mobilemenu ul li a:hover, .header .mobilemenu ul li a:focus, .header .mobilemenu ul li a:active {
  background: #F2F2F2;
  border-left: 5px solid var(--primaer);
}
.header .mobilemenu ul li.active > a, .header .mobilemenu ul li.active > a:link, .header .mobilemenu ul li.active > a:visited, .header .mobilemenu ul li.active > a:hover, .header .mobilemenu ul li.active > a:focus, .header .mobilemenu ul li.active > a:active {
  background: #F2F2F2;
  border-left: 5px solid var(--primaer);
  color: #2F2E2E;
  font-weight: bold;
}
.header .mobilemenu ul li ul {
  border-top: 1px solid #DBE0E2;
  padding-left: 20px;
}
.header .mobilemenu ul li ul li:last-child {
  border-bottom: none;
}
.header#scrollnavi {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  padding: 5px 0px;
  border-bottom: 1px solid #F2F2F2;
}
.header#scrollnavi .logo {
  height: auto;
  max-height: 50px;
  width: auto;
}
.header#scrollnavi button.mobilebutton {
  display: inline-block;
  vertical-align: middle;
  background: none;
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.header#scrollnavi button.mobilebutton p {
  color: var(--primaer);
}
.header#scrollnavi button.mobilebutton .icon span {
  background: var(--primaer);
}
.header#scrollnavi .mobilemenu {
  left: 0px;
  right: 0px;
  top: 6px;
  width: 100%;
  max-height: 400px;
  max-height: calc(100vh - 62px);
  overflow: auto;
}
.header#scrollnavi .align_right {
  text-align: right;
}
.header ul.netzwerk {
  padding: 0px;
  margin: -1px 0px 30px 0px;
  list-style-type: none;
  width: 100%;
}
.header ul.netzwerk > li {
  display: block;
  font-size: 15px;
  color: #ffffff;
  background: var(--primaer);
  height: 44px;
  line-height: 44px;
  position: relative;
  cursor: pointer;
}
.header ul.netzwerk > li span {
  padding: 0px 20px;
}
.header ul.netzwerk > li:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  background: var(--primaer);
  background-image: url(//basics.bjr.spoc-one.de/images/header_netzwerk_pfeil.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-left: 1px solid #ffffff;
}
.header ul.netzwerk > li ul {
  position: relative;
  z-index: 2000;
  width: 100%;
  background: #ffffff;
  /*border: 1px solid $hellgrau;*/
  border: 2px solid var(--primaer);
  border-top: none;
}
.header ul.netzwerk > li ul li {
  display: block;
}
.header ul.netzwerk > li ul li a, .header ul.netzwerk > li ul li a:link, .header ul.netzwerk > li ul li a:visited {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  color: #535353;
  border-top: 1px solid #F2F2F2;
  font-size: 15px;
  line-height: normal;
}
.header ul.netzwerk > li ul li a:hover, .header ul.netzwerk > li ul li a:focus, .header ul.netzwerk > li ul li a:active {
  color: var(--primaer);
  background: #F2F2F2;
}
.header ul.netzwerk > li ul li.active a, .header ul.netzwerk > li ul li.active a:link, .header ul.netzwerk > li ul li.active a:visited, .header ul.netzwerk > li ul li.active a:hover, .header ul.netzwerk > li ul li.active a:focus, .header ul.netzwerk > li ul li.active a:active {
  color: #ffffff;
  background: var(--primaer);
}
.header ul.netzwerk > li ul li:first-child a, .header ul.netzwerk > li ul li:first-child a:link, .header ul.netzwerk > li ul li:first-child a:visited {
  border-top: none;
}
.header img.logo {
  max-width: 240px;
  height: auto;
}
.header .rechte_spalte {
  text-align: right;
}
.header .suche {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 45px;
}
.header .suche p {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 15px 0px 0px;
  color: var(--primaer);
  font-weight: bold;
}
.header .suche .suche_box {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  border-bottom: 1px solid var(--primaer);
}
.header .suche .suche_box #suche_text {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 55px 0px 20px;
  background: #F2F2F2;
  color: #535353;
  font-size: 15px;
  font-weight: normal;
  border: none;
}
.header .suche .suche_box #suche_button {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #F2F2F2;
  background-image: url(//basics.bjr.spoc-one.de/images/header_suche_lupe.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  border-left: 1px solid #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 50;
  text-indent: 9999px;
}
.header ul.sprache {
  margin: 0px 45px 0px 0px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.header ul.sprache li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #F2F2F2;
  margin-left: 5px;
  padding-left: 7px;
  line-height: normal;
}
.header ul.sprache li:first-child {
  border-left: none;
  margin-left: 0px;
  padding-left: 0px;
}
.header ul.sprache li a, .header ul.sprache li a:link, .header ul.sprache li a:visited {
  color: var(--primaer);
  font-weight: bold;
}
.header ul.sprache li a:hover, .header ul.sprache li a:focus, .header ul.sprache li a:active {
  color: #2F2E2E;
  font-weight: bold;
}
.header ul.sprache li a.active, .header ul.sprache li a.active:link, .header ul.sprache li a.active:visited, .header ul.sprache li a.active:hover, .header ul.sprache li a.active:focus, .header ul.sprache li a.active:active {
  color: #535353;
  font-weight: normal;
  cursor: not-allowed;
}
.header ul.sprache li.active a, .header ul.sprache li.active a:link, .header ul.sprache li.active a:visited, .header ul.sprache li.active a:hover, .header ul.sprache li.active a:focus, .header ul.sprache li.active a:active {
  color: #535353;
  font-weight: normal;
  cursor: not-allowed;
}
.header .leichte_sprache {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.header .leichte_sprache p {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px 0px 0px;
  color: var(--primaer);
  font-weight: bold;
}
.header .leichte_sprache p:before {
  font-family: IcoFont;
  content: "";
  font-size: 25px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.header .leichte_sprache .leichte_sprache_box {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 19px;
}
.header .leichte_sprache .leichte_sprache_box .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 19px;
  margin: 0px;
}
.header .leichte_sprache .leichte_sprache_box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.header .leichte_sprache .leichte_sprache_box .switch input:checked + .slider, .header .leichte_sprache .leichte_sprache_box .switch input.active + .slider {
  background-color: var(--primaer);
  border: 1px solid var(--primaer);
}
.header .leichte_sprache .leichte_sprache_box .switch input:checked + .slider:before, .header .leichte_sprache .leichte_sprache_box .switch input.active + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  border: 2px solid #ffffff;
}
.header .leichte_sprache .leichte_sprache_box .switch input:focused .slider {
  box-shadow: 0 0 1px #2196F3;
}
.header .leichte_sprache .leichte_sprache_box .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F2F2F2;
  border: 1px solid #B8B8BA;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.header .leichte_sprache .leichte_sprache_box .switch .slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 4px;
  bottom: 3px;
  background-color: #ffffff;
  border: 2px solid #848484;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.header .leichte_sprache span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #535353;
}
/***********************
Headerbild
***********************/
.headerbild.var_1 {
  position: relative;
  margin-bottom: 70px;
  min-height: 400px;
}
.headerbild.var_1 .textblock {
  position: absolute;
  z-index: 100;
  left: 0px;
  top: -50px;
}
.headerbild.var_1 .textblock .textbox {
  background: var(--primaer);
  padding: 15px 0px 15px 70px;
  height: 450px;
}
.headerbild.var_1 .textblock .textbox .textbox_table {
  display: table;
  width: 50%;
  height: 100%;
}
.headerbild.var_1 .textblock .textbox .textbox_table .textbox_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.headerbild.var_1 .textblock p.label {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.headerbild.var_1 .textblock p.text {
  color: #ffffff;
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
  margin-bottom: 0px;
}
.headerbild.var_1 .textblock h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
.headerbild.var_1 .bildblock {
  position: relative;
  z-index: 200;
}
.headerbild.var_1 .bildblock img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
.headerbild.var_2 {
  margin-bottom: 100px;
}
.headerbild.var_2 .bildbox {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 410px;
  width: 90%;
  width: calc(100% - 50px);
}
.headerbild.var_2 .bildbox:after {
  content: "";
  display: block;
  background: var(--primaer);
  position: absolute;
  right: -50px;
  top: -50px;
  bottom: -50px;
  height: 110%;
  height: calc(100% + 100px);
  width: 25vw;
  z-index: -1;
}
.headerbild.var_2 .bildbox .textbox {
  background: #ffffff;
  width: 100%;
  max-width: 530px;
  padding: 15px 10px 40px 50px;
}
.headerbild.var_2 .bildbox .textbox p.label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.headerbild.var_2 .bildbox .textbox p.text {
  color: #2F2E2E;
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
  margin-bottom: 0px;
}
.headerbild.var_2 .bildbox .textbox h1 {
  margin-bottom: 30px;
}
.headerbild.var_3 {
  position: relative;
  margin-bottom: 70px;
}
.headerbild.var_3 .textblock {
  position: relative;
  z-index: 100;
}
.headerbild.var_3 .textblock .textbox {
  background: var(--primaer);
  padding: 40px 20px 100px 70px;
}
.headerbild.var_3 .textblock .textbox:after {
  content: "";
  display: block;
  background: var(--primaer);
  position: absolute;
  left: 15px;
  width: 97%;
  width: calc(100% - 30px);
  height: 50%;
  bottom: -50%;
}
.headerbild.var_3 .textblock .textbox .textbox_table {
  display: table;
  height: 100%;
}
.headerbild.var_3 .textblock .textbox .textbox_table .textbox_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.headerbild.var_3 .textblock p.label {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.headerbild.var_3 .textblock p.text {
  color: #ffffff;
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
  margin-bottom: 0px;
}
.headerbild.var_3 .textblock h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
.headerbild.var_3 .bildblock {
  position: relative;
  z-index: 200;
  margin-top: -60px;
}
.headerbild.var_3 .bildblock img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
.headerbildbox.slickslider {
  margin-bottom: inherit;
  overflow-x: clip;
}
.headerbildbox.slickslider .slick-list {
  overflow: visible;
}
.headerbildbox.slickslider .slick-prev, .headerbildbox.slickslider .slick-next {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.headerbildbox.slickslider:hover .slick-prev, .headerbildbox.slickslider:focus .slick-prev, .headerbildbox.slickslider:active .slick-prev {
  left: 15px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.headerbildbox.slickslider:hover .slick-next, .headerbildbox.slickslider:focus .slick-next, .headerbildbox.slickslider:active .slick-next {
  right: 15px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.headerbildbox img, .headerbildbox picture {
  width: 100%;
  height: auto;
}
/***********************
Content
***********************/
.content .responsive_video, .content .responsive-video {
  margin-bottom: 25px;
}
.content .zurueck.navi {
  display: inline-block;
  line-height: normal;
  margin-bottom: 15px;
}
.content a, .content a:link, .content a:visited, .content a:not([href]):not([tabindex]), .content a:link:not([href]):not([tabindex]), .content a:visited:not([href]):not([tabindex]) {
  text-decoration: underline;
}
.content a:hover, .content a:focus, .content a:active, .content a:hover:not([href]):not([tabindex]), .content a:focus:not([href]):not([tabindex]), .content a:active:not([href]):not([tabindex]) {
  text-decoration: none;
}
.content a.zurueck, .content a.zurueck:link, .content a.zurueck:visited, .content a.zurueck:hover, .content a.zurueck:focus, .content a.zurueck:active {
  text-decoration: none;
}
.content ol {
  padding-left: 17px;
  margin-bottom: 15px;
}
.content ol li {
  padding-bottom: 10px;
}
.content ol li ul, .content ol li ol {
  margin-bottom: 0px;
}
.content ul {
  list-style-type: none;
  margin-bottom: 15px;
}
.content ul li {
  padding-left: 18px;
  position: relative;
  padding-bottom: 10px;
}
.content ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: var(--primaer);
  position: absolute;
  left: 0px;
  top: 10px;
}
.content ul li ul, .content ul li ol {
  margin-bottom: 0px;
}
.content ul.hauptnavi {
  border-top: 1px solid #DBE0E2;
}
.content ul.hauptnavi li {
  padding: 0px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #DBE0E2;
}
.content ul.hauptnavi li:before {
  display: none;
}
.content ul.hauptnavi li a, .content ul.hauptnavi li a:link, .content ul.hauptnavi li a:visited {
  display: block;
  padding: 11px 30px 11px 15px;
  color: #535353;
  text-decoration: none;
  border-left: 5px solid transparent;
  line-height: normal;
  position: relative;
  text-decoration: none !important;
}
.content ul.hauptnavi li a span, .content ul.hauptnavi li a:link span, .content ul.hauptnavi li a:visited span {
  display: block;
  width: 15px;
  height: 8px;
  background: url(//basics.bjr.spoc-one.de/images/icon_pfeil_unten_grau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 17px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content ul.hauptnavi li a.pfeil-offen span, .content ul.hauptnavi li a:link.pfeil-offen span, .content ul.hauptnavi li a:visited.pfeil-offen span {
  background-image: url(//basics.bjr.spoc-one.de/images/icon_pfeil_oben_grau.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content ul.hauptnavi li a:hover, .content ul.hauptnavi li a:focus, .content ul.hauptnavi li a:active {
  background: #F2F2F2;
  border-left: 5px solid var(--primaer);
}
.content ul.hauptnavi li.active > a, .content ul.hauptnavi li.active > a:link, .content ul.hauptnavi li.active > a:visited, .content ul.hauptnavi li.active > a:hover, .content ul.hauptnavi li.active > a:focus, .content ul.hauptnavi li.active > a:active {
  background: #F2F2F2;
  border-left: 5px solid var(--primaer);
  color: #2F2E2E;
  font-weight: bold;
}
.content ul.hauptnavi li.active > ul li.active a, .content ul.hauptnavi li.active > ul li.active a:link, .content ul.hauptnavi li.active > ul li.active a:visited {
  background: none;
  font-weight: normal;
}
.content ul.hauptnavi li.active > ul li.active ul li a:hover, .content ul.hauptnavi li.active > ul li.active ul li a:focus, .content ul.hauptnavi li.active > ul li.active ul li a:active {
  background: #F2F2F2;
}
.content ul.hauptnavi li.active > ul li.active ul li.active a, .content ul.hauptnavi li.active > ul li.active ul li.active a:link, .content ul.hauptnavi li.active > ul li.active ul li.active a:visited {
  background: none;
}
.content ul.hauptnavi li.active > ul li.active ul li.active ul li a:hover, .content ul.hauptnavi li.active > ul li.active ul li.active ul li a:focus, .content ul.hauptnavi li.active > ul li.active ul li.active ul li a:active {
  background: #F2F2F2;
}
.content ul.hauptnavi li ul {
  border-top: 1px solid #DBE0E2;
  padding-left: 20px;
}
.content ul.hauptnavi li ul li:last-child {
  border-bottom: none;
}
/***********************
Zweispalter Inhalte
***********************/
.zweispalter_inhalte {
  margin-bottom: 70px;
}
.zweispalter_inhalte.hellgrau, .zweispalter_inhalte.primaer {
  background: #F2F2F2;
  padding: 90px 15px 65px 15px;
  position: relative;
}
.zweispalter_inhalte.hellgrau:before, .zweispalter_inhalte.primaer:before {
  content: "";
  display: block;
  background: #F2F2F2;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -50%;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.zweispalter_inhalte.hellgrau .bild.BJR_Vorschaubild_quadratisch, .zweispalter_inhalte.hellgrau .bild.BJR_Vorschaubild_ohne_Abschnitt, .zweispalter_inhalte.primaer .bild.BJR_Vorschaubild_quadratisch, .zweispalter_inhalte.primaer .bild.BJR_Vorschaubild_ohne_Abschnitt {
  background: #ffffff;
}
.zweispalter_inhalte.hellgrau .slider .bild img, .zweispalter_inhalte.primaer .slider .bild img {
  background: #ffffff;
}
.zweispalter_inhalte.hellgrau .kontaktblock, .zweispalter_inhalte.primaer .kontaktblock {
  background: #ffffff;
}
.zweispalter_inhalte.hellgrau h1, .zweispalter_inhalte.primaer h1 {
  margin-bottom: 50px;
}
.zweispalter_inhalte.hellgrau h2, .zweispalter_inhalte.primaer h2 {
  margin-bottom: 30px;
}
.zweispalter_inhalte.primaer {
  background: var(--primaer);
}
.zweispalter_inhalte.primaer h1, .zweispalter_inhalte.primaer h2, .zweispalter_inhalte.primaer h3, .zweispalter_inhalte.primaer h4, .zweispalter_inhalte.primaer p, .zweispalter_inhalte.primaer ul, .zweispalter_inhalte.primaer ol {
  color: #ffffff;
}
.zweispalter_inhalte.primaer ul li:before {
  background: #ffffff;
}
.zweispalter_inhalte.primaer a, .zweispalter_inhalte.primaer a:link, .zweispalter_inhalte.primaer a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.zweispalter_inhalte.primaer a:hover, .zweispalter_inhalte.primaer a:focus, .zweispalter_inhalte.primaer a:active {
  color: #ffffff;
  text-decoration: none;
}
.zweispalter_inhalte.primaer a.button.primaer, .zweispalter_inhalte.primaer a.button.primaer:link, .zweispalter_inhalte.primaer a.button.primaer:visited {
  background: #535353;
  text-decoration: none;
}
.zweispalter_inhalte.primaer a.button.primaer:hover, .zweispalter_inhalte.primaer a.button.primaer:focus, .zweispalter_inhalte.primaer a.button.primaer:active {
  background: #ffffff;
  color: #535353;
  text-decoration: none;
}
.zweispalter_inhalte.primaer a.button.primaer:hover:after, .zweispalter_inhalte.primaer a.button.primaer:focus:after, .zweispalter_inhalte.primaer a.button.primaer:active:after {
  content: url(//basics.bjr.spoc-one.de/images/icon_pfeil_rechts_grau.svg);
}
.zweispalter_inhalte h1, .zweispalter_inhalte h2, .zweispalter_inhalte h3, .zweispalter_inhalte h4 {
  width: 100%;
}
.zweispalter_inhalte h1.schmal, .zweispalter_inhalte h2.schmal, .zweispalter_inhalte h3.schmal, .zweispalter_inhalte h4.schmal {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.zweispalter_inhalte h1 {
  margin-bottom: 85px;
}
.zweispalter_inhalte h2 {
  margin-bottom: 80px;
}
.zweispalter_inhalte h3 {
  margin-bottom: 25px;
}
.zweispalter_inhalte p.label {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.zweispalter_inhalte p.schmal {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.zweispalter_inhalte .schmal h1, .zweispalter_inhalte .schmal h2, .zweispalter_inhalte .schmal h3, .zweispalter_inhalte .schmal h4, .zweispalter_inhalte .schmal p, .zweispalter_inhalte .schmal ul, .zweispalter_inhalte .schmal ol {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.zweispalter_inhalte .bild {
  margin-bottom: 25px;
  text-align: center;
}
.zweispalter_inhalte .bild.BJR_Vorschaubild_quadratisch {
  background: #F2F2F2;
  padding: 30px;
}
.zweispalter_inhalte .bild.BJR_Vorschaubild_ohne_Abschnitt {
  background: #F2F2F2;
  padding: 30px;
  height: 250px;
}
.zweispalter_inhalte .bild.BJR_Vorschaubild_ohne_Abschnitt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #F2F2F2;
}
.zweispalter_inhalte .slider {
  margin-bottom: 25px;
}
.zweispalter_inhalte .slider .bild {
  margin: 0px;
  height: 450px;
}
.zweispalter_inhalte .slider .bild img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #F2F2F2;
}
.zweispalter_inhalte .slider .slick-prev, .zweispalter_inhalte .slider .slick-next {
  top: 45%;
  top: calc(50% - 25px);
  z-index: 200;
  margin: 0px;
  padding: 0px;
  height: 50px;
  width: 50px;
  background: var(--primaer);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.7;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.zweispalter_inhalte .slider .slick-prev:before, .zweispalter_inhalte .slider .slick-next:before {
  display: none;
}
.zweispalter_inhalte .slider .slick-prev:hover, .zweispalter_inhalte .slider .slick-prev:focus, .zweispalter_inhalte .slider .slick-prev:active, .zweispalter_inhalte .slider .slick-next:hover, .zweispalter_inhalte .slider .slick-next:focus, .zweispalter_inhalte .slider .slick-next:active {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.zweispalter_inhalte .slider .slick-prev {
  left: 0px;
  background-image: url(//basics.bjr.spoc-one.de/images/slider_pfeil_links_weiss.svg);
}
.zweispalter_inhalte .slider .slick-next {
  right: 0px;
  background-image: url(//basics.bjr.spoc-one.de/images/slider_pfeil_rechts_weiss.svg);
}
.zweispalter_inhalte .galerie {
  margin-bottom: 25px;
}
.zweispalter_inhalte .galerie .bild {
  display: inline-block;
  vertical-align: top;
  height: 200px;
  width: auto;
  margin: 0px 15px 20px 0px;
}
.zweispalter_inhalte .galerie .bild img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.zweispalter_inhalte hr {
  border: none;
  height: 1px;
  width: 100%;
  background: #DBE0E2;
  margin: 45px 0px 0px 0px;
}
.zweispalter_inhalte .kontaktblock {
  background: #F2F2F2;
  margin-top: 80px;
}
.zweispalter_inhalte .kontaktblock .bildbox {
  position: relative;
}
.zweispalter_inhalte .kontaktblock .bildbox img {
  position: relative;
  top: -80px;
  left: -20px;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
}
.zweispalter_inhalte .kontaktblock .textbox {
  padding: 60px 30px 100px 0px;
  position: relative;
}
.zweispalter_inhalte .kontaktblock .textbox .button {
  display: block;
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
/***********************
Boxenliste
***********************/
.boxenliste {
  margin-bottom: 40px;
}
.boxenliste .box {
  padding-bottom: 40px;
}
.boxenliste .box .bild {
  margin-bottom: 25px;
  text-align: center;
}
.boxenliste .box .bild.BJR_Vorschaubild_quadratisch {
  background: #F2F2F2;
  padding: 30px;
}
.boxenliste .box .bild.BJR_Vorschaubild_ohne_Abschnitt {
  background: #F2F2F2;
  padding: 30px;
  height: 250px;
}
.boxenliste .box .bild.BJR_Vorschaubild_ohne_Abschnitt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #F2F2F2;
}
.boxenliste .box h1, .boxenliste .box h2, .boxenliste .box h3, .boxenliste .box h4 {
  width: 100%;
}
.boxenliste .box h1.schmal, .boxenliste .box h2.schmal, .boxenliste .box h3.schmal, .boxenliste .box h4.schmal {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.boxenliste .box h1 {
  margin-bottom: 85px;
}
.boxenliste .box h2 {
  margin-bottom: 80px;
}
.boxenliste .box h3 {
  margin-bottom: 25px;
}
.boxenliste .box p.label {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.boxenliste .box p.schmal {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.boxenliste .box .schmal h1, .boxenliste .box .schmal h2, .boxenliste .box .schmal h3, .boxenliste .box .schmal h4, .boxenliste .box .schmal p, .boxenliste .box .schmal ul, .boxenliste .box .schmal ol {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.boxenliste .box.liste {
  padding-bottom: 20px;
}
.boxenliste .box.liste .bild {
  width: 70px;
  margin-right: 15px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: top;
  background: none;
}
.boxenliste .box.liste .bild img {
  background: none;
}
.boxenliste .box.liste .bild.BJR_Vorschaubild_ohne_Abschnitt {
  height: 70px;
  padding: 0px;
}
.boxenliste .box.liste .text {
  width: 75%;
  width: calc(100% - 200px);
  display: inline-block;
  vertical-align: top;
}
/***********************
Logoliste
***********************/
.logoliste {
  margin-bottom: 60px;
}
.logoliste h1, .logoliste h2, .logoliste h3 {
  margin-bottom: 100px;
}
.logoliste .box {
  margin-bottom: 30px;
}
.logoliste .box h1, .logoliste .box h2, .logoliste .box h3, .logoliste .box h4, .logoliste .box h5, .logoliste .box h6 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: anywhere;
}
.logoliste .box .logo {
  background: #F2F2F2;
  position: relative;
  margin-bottom: 20px;
  height: 0px;
  padding-top: 68%;
}
.logoliste .box .logo img {
  position: absolute;
  right: 40px;
  left: 40px;
  bottom: 40px;
  width: 90%;
  width: calc(100% - 80px);
  height: auto;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
}
.logoliste .box p {
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 25px;
  color: #2F2E2E;
  font-family: 'Ubuntu', sans-serif;
}
.logoliste .box p.label {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: bold;
  color: #535353;
}
/***********************
Newsliste
***********************/
.newsliste_header ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.newsliste_header ul li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0px;
}
.newsliste_header ul li:before {
  display: none;
}
.newsliste_header ul li a, .newsliste_header ul li a:link, .newsliste_header ul li a:visited {
  display: block;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  color: #535353;
  background: none;
  padding: 15px 40px;
  border-top: 5px solid transparent;
  text-decoration: none !important;
}
.newsliste_header ul li a:hover, .newsliste_header ul li a:focus, .newsliste_header ul li a:active {
  background: #F2F2F2;
  border-top: 5px solid var(--primaer);
  text-decoration: none !important;
}
.newsliste_header ul li.active a, .newsliste_header ul li.active a:link, .newsliste_header ul li.active a:visited, .newsliste_header ul li.active a:hover, .newsliste_header ul li.active a:focus, .newsliste_header ul li.active a:active {
  color: #2F2E2E;
  font-weight: bold;
  background: #F2F2F2;
  border-top: 5px solid var(--primaer);
  text-decoration: none !important;
}
.newsliste_body {
  background: #F2F2F2;
  padding: 35px 0px 100px 0px;
  margin-bottom: 90px;
  position: relative;
}
.newsliste_body:before {
  content: "";
  background: #F2F2F2;
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  right: -50%;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
.newsliste_body a, .newsliste_body a:link, .newsliste_body a:visited, .newsliste_body a:hover, .newsliste_body a:focus, .newsliste_body a:active {
  text-decoration: none;
}
.newsliste_body a.detail, .newsliste_body a.detail:link, .newsliste_body a.detail:visited {
  display: block;
  text-align: right;
  color: var(--primaer);
  font-size: 15px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 35px;
}
.newsliste_body a.detail:after, .newsliste_body a.detail:link:after, .newsliste_body a.detail:visited:after {
  font-family: IcoFont;
  content: "";
  margin-left: 5px;
}
.newsliste_body a.detail:hover, .newsliste_body a.detail:focus, .newsliste_body a.detail:active {
  color: #535353;
}
.newsliste_body .newsslider {
  margin-bottom: 0px;
  position: relative;
}
.newsliste_body .newsslider .slick-list .slick-track {
  display: flex;
  width: 100% !important;
  height: 100%;
}
.newsliste_body .newsslider .slick-list .slick-track .slick-slide {
  padding-bottom: 50px;
  height: 100%;
}
.newsliste_body .newsslider .slick-prev, .newsliste_body .newsslider .slick-next {
  position: absolute;
  left: inherit;
  right: 15px;
  top: inherit;
  bottom: -50px;
  z-index: 200;
  margin: 0px;
  padding: 0px;
  height: 50px;
  width: 50px;
  background: var(--primaer);
  background-repeat: no-repeat;
  background-position: center center;
}
.newsliste_body .newsslider .slick-prev:before, .newsliste_body .newsslider .slick-next:before {
  display: none;
}
.newsliste_body .newsslider .slick-prev:hover, .newsliste_body .newsslider .slick-prev:focus, .newsliste_body .newsslider .slick-prev:active, .newsliste_body .newsslider .slick-next:hover, .newsliste_body .newsslider .slick-next:focus, .newsliste_body .newsslider .slick-next:active {
  background-color: #535353;
}
.newsliste_body .newsslider .slick-prev.slick-disabled, .newsliste_body .newsslider .slick-next.slick-disabled {
  background-color: #C5C5C6;
  cursor: not-allowed;
}
.newsliste_body .newsslider .slick-prev {
  background-image: url(//basics.bjr.spoc-one.de/images/slider_pfeil_links_weiss.svg);
  right: 66px;
}
.newsliste_body .newsslider .slick-next {
  background-image: url(//basics.bjr.spoc-one.de/images/slider_pfeil_rechts_weiss.svg);
}
.newsliste_body .box {
  background: #ffffff;
  position: relative;
  height: 100%;
  padding-bottom: 75px;
  /*margin-bottom: 50px;*/
  margin-bottom: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.newsliste_body .box p.kategorie {
  display: inline-block;
  width: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  background: var(--primaer);
  padding: 14px 23px;
  margin: 0px;
}
.newsliste_body .box .bild {
  /*padding: 25px 25px 0px 0px;*/
  padding: 37px 25px 0px 0px;
}
.newsliste_body .box .bild img {
  width: 100%;
  height: auto;
}
.newsliste_body .box .text {
  padding: 40px 35px 0px 35px;
}
.newsliste_body .box .text p.label {
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
}
.newsliste_body .box .text h3 {
  margin-bottom: 25px;
  color: #2F2E2E;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.newsliste_body .box span.button {
  color: #ffffff;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}
.newsliste_body .box span.button:after {
  content: url(//basics.bjr.spoc-one.de/images/icon_pfeil_rechts_weiss.svg);
}
.newsliste_body .box:hover, .newsliste_body .box:focus, .newsliste_body .box:active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
}
.newsliste_body .box:hover .text h3, .newsliste_body .box:focus .text h3, .newsliste_body .box:active .text h3 {
  color: var(--primaer);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.newsliste_body .box:hover span.button, .newsliste_body .box:focus span.button, .newsliste_body .box:active span.button {
  background: #ffffff !important;
  color: #535353;
  border-top: 1px solid #DBE0E2;
}
.newsliste_body .box:hover span.button:after, .newsliste_body .box:focus span.button:after, .newsliste_body .box:active span.button:after {
  content: url(//basics.bjr.spoc-one.de/images/icon_pfeil_rechts_grau.svg);
}
.newsliste_body.liste {
  padding: 50px 0px 20px 0px;
}
.newsliste_body.liste .col-xl-4, .newsliste_body.liste .col-lg-6, .newsliste_body.liste .col-md-12, .newsliste_body.liste .col-sm-6, .newsliste_body.liste .col-12 {
  padding-bottom: 30px;
}
.newsliste_body .progress {
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 24px;
  z-index: 10;
  width: 80%;
  width: calc(100% - 141px);
  background-color: #C5C5C6;
  background-image: linear-gradient(to right, var(--primaer), var(--primaer));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.newsliste_body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/***********************
Newsdetail
***********************/
.newsdetail {
  padding-bottom: 70px;
}
.newsdetail img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.newsdetail p.label {
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/***********************
Terminliste
***********************/
.terminliste_header ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.terminliste_header ul li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0px;
}
.terminliste_header ul li:before {
  display: none;
}
.terminliste_header ul li a, .terminliste_header ul li a:link, .terminliste_header ul li a:visited {
  display: block;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  color: #535353;
  background: none;
  padding: 15px 40px;
  border-top: 5px solid transparent;
  text-decoration: none !important;
}
.terminliste_header ul li a:hover, .terminliste_header ul li a:focus, .terminliste_header ul li a:active {
  background: #F2F2F2;
  border-top: 5px solid var(--primaer);
  text-decoration: none !important;
}
.terminliste_header ul li.active a, .terminliste_header ul li.active a:link, .terminliste_header ul li.active a:visited, .terminliste_header ul li.active a:hover, .terminliste_header ul li.active a:focus, .terminliste_header ul li.active a:active {
  color: #2F2E2E;
  font-weight: bold;
  background: #F2F2F2;
  border-top: 5px solid var(--primaer);
  text-decoration: none !important;
}
.terminliste_body {
  background: #F2F2F2;
  padding: 35px 0px 100px 0px;
  margin-bottom: 90px;
  position: relative;
}
.terminliste_body:before {
  content: "";
  background: #F2F2F2;
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  right: -50%;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
.terminliste_body a, .terminliste_body a:link, .terminliste_body a:visited, .terminliste_body a:hover, .terminliste_body a:focus, .terminliste_body a:active {
  text-decoration: none;
}
.terminliste_body a.detail, .terminliste_body a.detail:link, .terminliste_body a.detail:visited {
  display: block;
  text-align: right;
  color: var(--primaer);
  font-size: 15px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 35px;
}
.terminliste_body a.detail:after, .terminliste_body a.detail:link:after, .terminliste_body a.detail:visited:after {
  font-family: IcoFont;
  content: "";
  margin-left: 5px;
}
.terminliste_body a.detail:hover, .terminliste_body a.detail:focus, .terminliste_body a.detail:active {
  color: #535353;
}
.terminliste_body .terminslider {
  margin-bottom: 0px;
  position: relative;
}
.terminliste_body .terminslider .slick-list .slick-track {
  display: flex;
  width: 100% !important;
  height: 100%;
}
.terminliste_body .terminslider .slick-list .slick-track .slick-slide {
  padding-bottom: 50px;
  height: 100%;
}
.terminliste_body .terminslider .slick-prev, .terminliste_body .terminslider .slick-next {
  position: absolute;
  left: inherit;
  right: 15px;
  top: inherit;
  bottom: -50px;
  z-index: 200;
  margin: 0px;
  padding: 0px;
  height: 50px;
  width: 50px;
  background: var(--primaer);
  background-repeat: no-repeat;
  background-position: center center;
}
.terminliste_body .terminslider .slick-prev:before, .terminliste_body .terminslider .slick-next:before {
  display: none;
}
.terminliste_body .terminslider .slick-prev:hover, .terminliste_body .terminslider .slick-prev:focus, .terminliste_body .terminslider .slick-prev:active, .terminliste_body .terminslider .slick-next:hover, .terminliste_body .terminslider .slick-next:focus, .terminliste_body .terminslider .slick-next:active {
  background-color: #535353;
}
.terminliste_body .terminslider .slick-prev.slick-disabled, .terminliste_body .terminslider .slick-next.slick-disabled {
  background-color: #C5C5C6;
  cursor: not-allowed;
}
.terminliste_body .terminslider .slick-prev {
  background-image: url(//basics.bjr.spoc-one.de/images/slider_pfeil_links_weiss.svg);
  right: 66px;
}
.terminliste_body .terminslider .slick-next {
  background-image: url(//basics.bjr.spoc-one.de/images/slider_pfeil_rechts_weiss.svg);
}
.terminliste_body .box {
  background: #ffffff;
  position: relative;
  height: 100%;
  padding-bottom: 75px;
  /*margin-bottom: 50px;*/
  margin-bottom: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.terminliste_body .box p.kategorie {
  display: inline-block;
  width: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  background: var(--primaer);
  padding: 14px 22px;
  margin: 0px;
}
.terminliste_body .box .bild {
  /*padding: 25px 25px 0px 0px;*/
  padding: 37px 25px 0px 0px;
}
.terminliste_body .box .bild img {
  width: 100%;
  height: auto;
}
.terminliste_body .box .text {
  padding: 40px 35px 0px 35px;
}
.terminliste_body .box .text p.label {
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
}
.terminliste_body .box .text h3 {
  margin-bottom: 25px;
  color: #2F2E2E;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.terminliste_body .box span.button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  color: #ffffff;
}
.terminliste_body .box span.button:after {
  content: url(//basics.bjr.spoc-one.de/images/icon_pfeil_rechts_weiss.svg);
}
.terminliste_body .box:hover, .terminliste_body .box:focus, .terminliste_body .box:active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
}
.terminliste_body .box:hover .text h3, .terminliste_body .box:focus .text h3, .terminliste_body .box:active .text h3 {
  color: var(--primaer);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.terminliste_body .box:hover span.button, .terminliste_body .box:focus span.button, .terminliste_body .box:active span.button {
  background: #ffffff !important;
  color: #535353;
  border-top: 1px solid #DBE0E2;
}
.terminliste_body .box:hover span.button:after, .terminliste_body .box:focus span.button:after, .terminliste_body .box:active span.button:after {
  content: url(//basics.bjr.spoc-one.de/images/icon_pfeil_rechts_grau.svg);
}
.terminliste_body.liste {
  padding: 50px 0px 20px 0px;
}
.terminliste_body.liste .col-xl-4, .terminliste_body.liste .col-lg-6, .terminliste_body.liste .col-md-12, .terminliste_body.liste .col-sm-6, .terminliste_body.liste .col-12 {
  padding-bottom: 30px;
}
.terminliste_body .progress_termin {
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 24px;
  z-index: 10;
  width: 80%;
  width: calc(100% - 141px);
  background-color: #C5C5C6;
  background-image: linear-gradient(to right, var(--primaer), var(--primaer));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.terminliste_body .sr-only_termin {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pagination ul.news_pagination, .pagination .we_pagination {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  clear: both;
  width: 100%;
}
.pagination ul.news_pagination li::before, .pagination .we_pagination li::before {
  display: none;
}
.pagination ul.news_pagination li, .pagination .we_pagination li {
  display: inline-block;
  margin: 0px;
  padding-left: 10px;
}
.pagination ul.news_pagination li a, .pagination ul.news_pagination li a:link, .pagination ul.news_pagination li a:visited, .pagination .we_pagination li a, .pagination .we_pagination li a:link, .pagination .we_pagination li a:visited {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  padding: 3px 12px 0px 12px;
  font-size: 12px;
  text-decoration: none;
  background: #FEFEFE;
  border: none;
  color: #808080;
  padding: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.pagination ul.news_pagination li a:hover, .pagination ul.news_pagination li a:focus, .pagination ul.news_pagination li a:active, .pagination .we_pagination li a:hover, .pagination .we_pagination li a:focus, .pagination .we_pagination li a:active {
  text-decoration: none;
  background: #AAAAAA;
  color: #ffffff;
}
.pagination ul.news_pagination li.active a, .pagination ul.news_pagination li.active a:link, .pagination ul.news_pagination li.active a:visited, .pagination .we_pagination li.active a, .pagination .we_pagination li.active a:link, .pagination .we_pagination li.active a:visited {
  background: #666666;
  color: #ffffff;
}
/***********************
Teamliste
***********************/
.teamliste {
  margin-bottom: 65px;
}
.teamliste .kontaktblock {
  background: #F2F2F2;
  margin-bottom: 45px;
  height: 90%;
  height: calc(100% - 45px);
}
.teamliste .kontaktblock .bildbox {
  position: relative;
}
.teamliste .kontaktblock .bildbox img {
  position: relative;
  top: 30px;
  left: -15px;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
}
.teamliste .kontaktblock .textbox {
  padding: 60px 30px 100px 0px;
  position: relative;
}
.teamliste .kontaktblock .textbox .button {
  display: block;
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
/***********************
Bilderslider ganze Breite
***********************/
.slider_ganze_breite {
  margin-bottom: 50px;
}
.slider_ganze_breite .bilderslider {
  margin-bottom: 20px;
}
.slider_ganze_breite .bilderslider .slick-slide {
  height: 650px;
  background: #F2F2F2;
}
.slider_ganze_breite .bilderslider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #F2F2F2;
}
.slider_ganze_breite .bilderslider .slick-slide .video_table {
  display: table;
  width: 100%;
  height: 100%;
}
.slider_ganze_breite .bilderslider .slick-slide .video_table .video_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.slider_ganze_breite .bilderslider .slick-slide .responsive_video {
  margin: 0px;
  background: #F2F2F2;
}
.slider_ganze_breite .bilderslider .slick-prev, .slider_ganze_breite .bilderslider .slick-next {
  top: 45%;
  top: calc(50% - 25px);
  z-index: 200;
  margin: 0px;
  padding: 0px;
  height: 50px;
  width: 50px;
  background: var(--primaer);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.7;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.slider_ganze_breite .bilderslider .slick-prev:before, .slider_ganze_breite .bilderslider .slick-next:before {
  display: none;
}
.slider_ganze_breite .bilderslider .slick-prev:hover, .slider_ganze_breite .bilderslider .slick-prev:focus, .slider_ganze_breite .bilderslider .slick-prev:active, .slider_ganze_breite .bilderslider .slick-next:hover, .slider_ganze_breite .bilderslider .slick-next:focus, .slider_ganze_breite .bilderslider .slick-next:active {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.slider_ganze_breite .bilderslider .slick-prev {
  left: 0px;
  background-image: url(//basics.bjr.spoc-one.de/images/slider_pfeil_links_weiss.svg);
}
.slider_ganze_breite .bilderslider .slick-next {
  right: 0px;
  background-image: url(//basics.bjr.spoc-one.de/images/slider_pfeil_rechts_weiss.svg);
}
.bildergalerie {
  margin-bottom: 50px;
}
.bildergalerie img {
  margin-bottom: 30px;
}
/***********************
Bild volle Breite
***********************/
.bild_volle_breite {
  margin-bottom: 70px;
}
.bild_volle_breite img {
  width: 100%;
  height: auto;
  border: 10px solid #F2F2F2;
}
/***********************
Verleihliste
***********************/
.verleiliste_header {
  background: #F2F2F2;
  padding: 30px 0px 10px 0px;
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.verleiliste_header:before {
  content: "";
  background: #F2F2F2;
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  right: -50%;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
.verleiliste_header p {
  font-weight: bold;
  margin-bottom: 10px;
}
.verleiliste_header select {
  border: none;
  background: none;
  color: var(--primaer);
  width: 100%;
  margin-bottom: 20px;
}
.verleihliste_body {
  background: #F2F2F2;
  padding: 30px 0px 100px 0px;
  margin-bottom: 90px;
  position: relative;
}
.verleihliste_body:before {
  content: "";
  background: #F2F2F2;
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  right: -50%;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
.verleihliste_body a, .verleihliste_body a:link, .verleihliste_body a:visited, .verleihliste_body a:hover, .verleihliste_body a:focus, .verleihliste_body a:active {
  text-decoration: none;
}
.verleihliste_body a.detail, .verleihliste_body a.detail:link, .verleihliste_body a.detail:visited {
  display: block;
  text-align: right;
  color: var(--primaer);
  font-size: 15px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 35px;
}
.verleihliste_body a.detail:after, .verleihliste_body a.detail:link:after, .verleihliste_body a.detail:visited:after {
  font-family: IcoFont;
  content: "";
  margin-left: 5px;
}
.verleihliste_body a.detail:hover, .verleihliste_body a.detail:focus, .verleihliste_body a.detail:active {
  color: #535353;
}
.verleihliste_body .box {
  background: #ffffff;
  position: relative;
  height: 100%;
  padding-bottom: 75px;
  /*margin-bottom: 50px;*/
  margin-bottom: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.verleihliste_body .box:hover .bild .playbox, .verleihliste_body .box:focus .bild .playbox, .verleihliste_body .box:active .bild .playbox {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.verleihliste_body .box p.kategorie {
  display: inline-block;
  width: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  background: var(--primaer);
  padding: 12px 20px;
  margin: 0px;
}
.verleihliste_body .box p.kategorie.neutral {
  background: #535353;
}
.verleihliste_body .box .responsive-video {
  margin: 0px;
}
.verleihliste_body .box .bild {
  padding: 25px 25px 0px 0px;
  position: relative;
}
.verleihliste_body .box .bild img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.verleihliste_body .box .bild .playbox {
  padding: 25px 25px 0px 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  text-align: center;
  opacity: 0.4;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.verleihliste_body .box .bild .playbox img {
  width: auto;
  max-width: 80%;
  margin: 0px;
}
.verleihliste_body .box .bild .playbox .playbox_table {
  display: table;
  width: 100%;
  height: 100%;
}
.verleihliste_body .box .bild .playbox .playbox_table .playbox_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.verleihliste_body .box .text {
  padding: 40px 35px 0px 35px;
}
.verleihliste_body .box .text p.label {
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
}
.verleihliste_body .box .text h3 {
  margin-bottom: 25px;
  color: #2F2E2E;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.verleihliste_body .box span.button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  color: #ffffff;
}
.verleihliste_body .box span.button:after {
  content: url(//basics.bjr.spoc-one.de/images/icon_pfeil_rechts_weiss.svg);
}
.verleihliste_body .box.link:hover, .verleihliste_body .box.link:focus, .verleihliste_body .box.link:active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
}
.verleihliste_body .box.link:hover .text h3, .verleihliste_body .box.link:focus .text h3, .verleihliste_body .box.link:active .text h3 {
  color: var(--primaer);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.verleihliste_body .box.link:hover span.button, .verleihliste_body .box.link:focus span.button, .verleihliste_body .box.link:active span.button {
  background: #ffffff !important;
  color: #535353;
  border-top: 1px solid #DBE0E2;
}
.verleihliste_body .box.link:hover span.button:after, .verleihliste_body .box.link:focus span.button:after, .verleihliste_body .box.link:active span.button:after {
  content: url(//basics.bjr.spoc-one.de/images/icon_pfeil_rechts_grau.svg);
}
.verleihliste_body.liste {
  padding: 40px 0px 20px 0px;
}
.verleihliste_body.liste .col-xl-4, .verleihliste_body.liste .col-lg-6, .verleihliste_body.liste .col-md-12, .verleihliste_body.liste .col-sm-6, .verleihliste_body.liste .col-12 {
  padding-bottom: 30px;
}
.verleihliste_body .progress_termin {
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 24px;
  z-index: 10;
  width: 80%;
  width: calc(100% - 141px);
  background-color: #C5C5C6;
  background-image: linear-gradient(to right, var(--primaer), var(--primaer));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.verleihliste_body .sr-only_termin {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/***********************
Einrichtungen Liste
***********************/
.kontaktliste_header {
  background: #F2F2F2;
  padding: 30px 0px 10px 0px;
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.kontaktliste_header:before {
  content: "";
  background: #F2F2F2;
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  right: -50%;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
.kontaktliste_header p {
  font-weight: bold;
  margin-bottom: 10px;
}
.kontaktliste_header select {
  border: none;
  background: none;
  color: var(--primaer);
  width: 100%;
  margin-bottom: 20px;
}
.kontaktliste_body {
  background: #F2F2F2;
  padding: 30px 0px 1px 0px;
  margin-bottom: 90px;
  position: relative;
}
.kontaktliste_body:before {
  content: "";
  background: #F2F2F2;
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  right: -50%;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
.kontaktliste_body .col-xl-4, .kontaktliste_body .col-lg-6, .kontaktliste_body .col-md-12, .kontaktliste_body .col-sm-6, .kontaktliste_body .col-12 {
  padding-bottom: 30px;
}
.kontaktliste_body .box {
  background: #ffffff;
  height: 100%;
}
.kontaktliste_body .box .text {
  padding: 30px 30px 20px 30px;
}
.kontaktliste_body .box .text p.label {
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
}
.kontaktliste_body .box .text h3 {
  margin-bottom: 25px;
}
.kontaktliste_body .box .text table {
  width: 100%;
  margin: 0px;
  line-height: normal;
}
.kontaktliste_body .box .text table td {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 10px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: anywhere;
}
.kontaktliste_body .box .text table td:first-child {
  font-weight: bold;
  padding-bottom: 0px;
}
/***********************
Formular
***********************/
.formular {
  margin-bottom: 50px;
}
.formular ul.parsley-error-list {
  margin: -15px 0px 15px 0px;
}
.formular ul.parsley-error-list li {
  padding: 5px;
  background: #F2DEDE;
  color: #B94A48;
  font-weight: bold;
}
.formular ul.parsley-error-list li:before {
  display: none;
}
.formular table {
  width: 100%;
  max-width: 750px;
}
.formular table td {
  padding: 0px;
  vertical-align: top;
  width: 70%;
}
.formular table td:first-child {
  padding-right: 15px;
  width: 30%;
  font-weight: bold;
  padding-bottom: 15px;
}
.formular table td[colspan="2"] {
  width: 100%;
  font-weight: normal;
  padding-bottom: 0px;
}
.formular table td[colspan="2"]:first-child {
  width: 100%;
  padding-right: 0px;
}
.formular table td.radio {
  padding-bottom: 15px;
}
.formular table td.radio p {
  margin-bottom: 0px;
}
.formular table td hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #DBE0E2;
  margin: 10px 0px 20px 0px;
}
.formular table td p {
  margin-bottom: 15px;
}
.formular table td p strong.name {
  color: var(--primaer);
}
.formular table td p input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #DBE0E2;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px 0px 0px;
}
.formular table td p span {
  display: inline-block;
  vertical-align: text-top;
  width: 80%;
  width: calc(100% - 35px);
}
.formular table td p input[type="radio"] {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #DBE0E2;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px 0px 0px;
}
.formular table td p span {
  display: inline-block;
  vertical-align: text-top;
}
.formular table td .janeinblock {
  display: block;
}
.formular table td .janeinblock p span {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  width: calc(100% - 160px);
}
.formular table td .janeinblock p span.janein {
  width: 150px;
}
.formular table td .janeinblock p span.janein input:last-child {
  margin-left: 10px;
}
.formular table td .janeinblock ul.parsley-error-list {
  margin: 0px;
}
.formular table td select {
  width: 100%;
  display: block;
  background: transparent;
  border: 1px solid #DBE0E2;
  color: #535353;
  font-size: 15px;
  margin-bottom: 15px;
  height: 40px;
  padding: 0px 10px;
}
.formular table td input[type="text"], .formular table td input[type="number"] {
  width: 100%;
  display: block;
  background: transparent;
  border: 1px solid #DBE0E2;
  color: #535353;
  font-size: 15px;
  margin-bottom: 15px;
  height: 40px;
  line-height: 38px;
  padding: 0px 10px;
}
.formular table td input[type="text"].plz, .formular table td input[type="number"].plz {
  width: 30%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
.formular table td input[type="text"].ort, .formular table td input[type="number"].ort {
  width: 68%;
  display: inline-block;
  vertical-align: top;
}
.formular table td input[type="text"].halb, .formular table td input[type="number"].halb {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.formular table td input[type="text"].halb:first-child, .formular table td input[type="number"].halb:first-child {
  margin-right: 2%;
}
.formular table td textarea {
  width: 100%;
  height: 150px;
  display: block;
  background: transparent;
  border: 1px solid #DBE0E2;
  color: #535353;
  font-size: 15px;
  margin-bottom: 15px;
  padding: 5px 10px;
}
/***********************
Headline & text
***********************/
.headline_text {
  margin-bottom: 50px;
}
.headline_text.suchergebnis hr {
  border: none;
  height: 5px;
  background: #F2F2F2;
  width: 100%;
  margin: 0px 0px 25px 0px;
}
.headline_text.suchergebnis ul {
  margin-bottom: 15px;
}
.headline_text.suchergebnis ul li {
  padding-bottom: 10px;
}
.headline_text ul.downloads {
  margin-bottom: 25px;
  border-bottom: 1px solid #F2F2F2;
}
.headline_text ul.downloads li {
  padding: 10px 0px 10px 30px;
  border-top: 1px solid #F2F2F2;
}
.headline_text ul.downloads li:before {
  font-family: IcoFont;
  content: "";
  color: var(--primaer);
  width: auto;
  height: auto;
  background: none;
  display: inline-block;
  top: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headline_text ul.downloads li:hover:before, .headline_text ul.downloads li:focus:before, .headline_text ul.downloads li:active:before {
  color: #2F2E2E;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headline_text ul.downloads li a, .headline_text ul.downloads li a:link, .headline_text ul.downloads li a:visited {
  text-decoration: none;
}
.headline_text ul.downloads li a:hover, .headline_text ul.downloads li a:focus, .headline_text ul.downloads li a:active {
  text-decoration: none;
  color: #2F2E2E;
}
.headline_text .button {
  margin-right: 20px;
}
.headline_text.quelltext iframe {
  border: 10px solid #F2F2F2 !important;
}
.headline_text.quelltext .layout_form .cr_page {
  font-size: 15px;
  margin: 0px;
  max-width: 750px;
  box-shadow: none;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
}
.headline_text.quelltext .layout_form .cr_page .cr_ipe_item {
  margin-left: 0px;
  padding-left: 0px;
}
.headline_text.quelltext .layout_form .cr_page .submit_container {
  text-align: left;
}
.headline_text.quelltext .layout_form .cr_page .submit_container .cr_button {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  height: 47px;
  line-height: 47px;
}
.headline_text.quelltext .layout_form .cr_page .cr_form-inputgroup--typecheckbox label {
  margin: 0px;
  vertical-align: top;
  width: 90%;
}
.headline_text.terminauswahl {
  margin-bottom: 0px;
}
.headline_text .box_umfliessend img {
  float: left;
  margin: 0px 30px 10px 0px;
}
.headline_text .box_umfliessend.breite_25 img {
  width: 25%;
}
.headline_text .box_umfliessend.breite_50 img {
  width: 50%;
}
/***********************
Zitat
***********************/
.zitat {
  margin-bottom: 50px;
}
.zitat .box {
  padding: 50px;
}
.zitat .box h1, .zitat .box h2 {
  position: relative;
  padding: 0px 55px;
  font-style: italic;
  -moz-hyphens: inherit;
  -o-hyphens: inherit;
  -webkit-hyphens: inherit;
  -ms-hyphens: inherit;
  hyphens: inherit;
  overflow-wrap: anywhere;
}
.zitat .box h1:before, .zitat .box h2:before {
  content: '"';
  position: absolute;
  left: 0px;
  top: 13px;
  font-family: cursive;
  font-size: 90px;
}
.zitat .box p {
  padding: 0px 55px;
  margin: 0px;
}
.zitat .box.bg_primaer {
  background: var(--primaer);
}
.zitat .box.bg_primaer h1, .zitat .box.bg_primaer h2, .zitat .box.bg_primaer p {
  color: #ffffff;
}
.zitat .box.bg_grau {
  background: #F2F2F2;
}
.zitat .box.bg_grau h1, .zitat .box.bg_grau h2, .zitat .box.bg_grau p {
  color: var(--primaer);
}
/***********************
Barrierefreiheit
***********************/
.barrierefreiheit {
  padding-bottom: 50px;
}
.barrierefreiheit .box img.icon {
  margin-bottom: 25px;
}
/***********************
Maps
***********************/
.maps {
  padding-bottom: 50px;
}
.maps #karte {
  border: 1px solid #DBE0E2;
}
.maps #karte .gm-style-iw {
  max-width: 350px !important;
  min-width: 300px !important;
  width: 100% !important;
  padding: 0px !important;
}
.maps #karte .gm-style-iw .gm-style-iw-d {
  padding: 0px !important;
  overflow: auto !important;
}
.maps #karte .gm-style-iw .gm-style-iw-d .infocontent {
  padding: 20px;
}
.maps #karte .gm-style-iw .gm-style-iw-d .infocontent h4 {
  margin-bottom: 15px;
  color: var(--primaer);
}
.maps #karte .gm-style-iw .gm-style-iw-d .infocontent p.kuerzel {
  margin-top: -15px;
  margin-bottom: 15px;
  color: #535353;
}
.maps #karte .gm-style-iw .gm-style-iw-d .infocontent img, .maps #karte .gm-style-iw .gm-style-iw-d .infocontent audio, .maps #karte .gm-style-iw .gm-style-iw-d .infocontent video {
  width: 100%;
  height: auto;
  margin: 0px 0px 15px 0px;
}
.maps #karte .gm-style-iw .gm-style-iw-d .infocontent p {
  margin: 0px;
}
.maps #karte .gm-style-iw .gm-style-iw-d .infocontent p a.button {
  display: inline-block;
  color: #ffffff;
  background: var(--primaer);
  padding: 2px 15px;
}
.maps .liste {
  padding-top: 50px;
}
.maps .liste .box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.maps .liste .box:before {
  content: "";
  width: 98%;
  width: calc(100% - 30px);
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
}
.maps .liste .box .bild {
  position: relative;
  cursor: pointer;
}
.maps .liste .box .bild img {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.maps .liste .box .bild:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #F2F2F2;
  background-image: url(//basics.bjr.spoc-one.de/images/header_suche_lupe.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 20;
}
.maps .liste .box .icon {
  background: #F2F2F2;
  padding: 15px;
  text-align: center;
  position: relative;
}
.maps .liste .box .icon img {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.maps .liste .box .icon:before {
  content: "";
  width: 32px;
  height: 32px;
  background: #ffffff;
  background-image: url(//basics.bjr.spoc-one.de/images/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #F2F2F2;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 20;
}
.maps_modal .modal-dialog .modal-content .modal-body video, .maps_modal .modal-dialog .modal-content .modal-body img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.maps_modal .modal-dialog .modal-content .modal-body audio {
  width: 100%;
  margin-bottom: 15px;
}
.maps_modal .modal-dialog .modal-content .modal-body p {
  margin: 0px;
}
/***********************
Akkordeon
***********************/
.akkordeonblock {
  padding-bottom: 50px;
}
.akkordeonblock .akkordeonlink {
  display: block;
  padding-left: 40px;
  padding: 10px 15px;
  background: var(--primaer);
  margin-bottom: 10px;
}
.akkordeonblock h2.akkordeon {
  margin: 0px;
  color: #ffffff;
  background: url(//basics.bjr.spoc-one.de/images/icon_pfeil_unten_weiss.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
.akkordeonblock h2.akkordeon.akkordeon_offen {
  background-image: url(//basics.bjr.spoc-one.de/images/icon_pfeil_oben_weiss.svg);
}
.akkordeonblock p.akkordeonteaser {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 30px;
  margin: 0px;
}
.akkordeonblock .akkordeontext {
  padding: 15px 0px 30px 0px;
}
.akkordeonblock .akkordeontext img {
  margin-bottom: 25px;
}
/***********************
Standorte mit Karte & Akkordeon
***********************/
.standorte_akkordeon {
  padding-bottom: 50px;
}
.standorte_akkordeon .karte {
  margin-bottom: 30px;
  text-align: center;
}
.standorte_akkordeon .karte.primaer {
  padding: 30px;
  background: var(--primaer);
}
.standorte_akkordeon .karte.hellgrau {
  padding: 30px;
  background: #F2F2F2;
}
.standorte_akkordeon .karte .bild {
  width: 100%;
  /*height: 700px;*/
  text-align: center;
}
.standorte_akkordeon .karte .bild img {
  /*object-fit: contain;
				width: 100%;
				height: 100%;*/
}
.standorte_akkordeon .akkordeonblock .akkordeonbox {
  padding-bottom: 10px;
}
.standorte_akkordeon .akkordeonblock .akkordeonbox h2.akkordeon {
  background-color: var(--primaer);
  padding: 8px 15px 8px 40px;
  background-position: left 10px center;
  font-size: 25px;
  cursor: pointer;
}
.standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext {
  border: 2px solid var(--primaer);
  border-top: none;
  padding: 20px 25px 1px 25px;
}
.standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg {
  display: flex;
  align-items: center;
}
.standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg .box {
  flex-basis: content;
}
.standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg .box.logo {
  padding-right: 30px;
}
.standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg .box.logo img {
  max-width: 250px;
  width: 100%;
  height: auto;
  padding: 5px;
  border: 2px solid #F2F2F2;
  margin-bottom: 25px;
}
.standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg .box.textbox {
  flex-grow: 2;
}
.standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg .box.bild {
  padding-left: 30px;
}
.standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg .box.bild img {
  max-width: 330px;
  width: 100%;
  height: auto;
  border: 2px solid #F2F2F2;
  margin-bottom: 25px;
}
.standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .nav-tabs li {
  padding: 0px 5px 0px 0px;
}
.standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .nav-tabs li:before {
  display: none;
}
.standorte_akkordeon .modal .modal-dialog .modal-content .modal-body {
  text-align: center;
}
.standorte_akkordeon .modal .modal-dialog .modal-content .modal-body p {
  text-align: left;
}
.standorte_akkordeon .modal .modal-dialog .modal-content .modal-body p img {
  display: inline-block;
  vertical-align: middle;
  max-width: 85px;
  height: auto;
  margin-right: 25px;
}
.standorte_akkordeon .modal .modal-dialog .modal-content .modal-body p span {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  width: calc(100% - 115px);
}
/***********************
Footer
***********************/
.footer {
  position: relative;
}
.footer img.logo {
  max-width: 300px;
  display: block;
  margin: 0px auto 27px auto;
}
.footer .kontaktbox {
  padding: 0px 0px 110px 85px;
  background: var(--primaer);
}
.footer .kontaktbox .social {
  text-align: right;
  margin-bottom: 15px;
}
.footer .kontaktbox .social a, .footer .kontaktbox .social a:link, .footer .kontaktbox .social a:visited {
  display: inline-block;
  vertical-align: top;
  padding: 12px 25px;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
.footer .kontaktbox .social a img, .footer .kontaktbox .social a:link img, .footer .kontaktbox .social a:visited img {
  margin-left: 15px;
}
.footer .kontaktbox .text h3 {
  font-size: 24px;
  line-height: 25px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 25px;
}
.footer .kontaktbox .text p, .footer .kontaktbox .text ul, .footer .kontaktbox .text ol {
  color: #ffffff;
  margin-bottom: 0px;
}
.footer .kontaktbox .text p a, .footer .kontaktbox .text p a:link, .footer .kontaktbox .text p a:visited, .footer .kontaktbox .text ul a, .footer .kontaktbox .text ul a:link, .footer .kontaktbox .text ul a:visited, .footer .kontaktbox .text ol a, .footer .kontaktbox .text ol a:link, .footer .kontaktbox .text ol a:visited {
  color: #ffffff;
}
.footer .kontaktbox .text p a:hover, .footer .kontaktbox .text p a:focus, .footer .kontaktbox .text p a:active, .footer .kontaktbox .text ul a:hover, .footer .kontaktbox .text ul a:focus, .footer .kontaktbox .text ul a:active, .footer .kontaktbox .text ol a:hover, .footer .kontaktbox .text ol a:focus, .footer .kontaktbox .text ol a:active {
  color: #ffffff;
  text-decoration: underline;
}
.footer .zeile {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.footer .zeile ul {
  margin: 0px;
  padding: 15px 15px 15px 80px;
  list-style-type: none;
  background: var(--primaer_dark);
}
.footer .zeile ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
}
.footer .zeile ul li:first-child {
  margin-left: 0px;
}
.footer .zeile ul li a, .footer .zeile ul li a:link, .footer .zeile ul li a:visited {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}
.footer .zeile ul li a:hover, .footer .zeile ul li a:focus, .footer .zeile ul li a:active {
  color: #ffffff;
  text-decoration: underline;
}
.footer .zeile ul li.active a, .footer .zeile ul li.active a:link, .footer .zeile ul li.active a:visited, .footer .zeile ul li.active a:hover, .footer .zeile ul li.active a:focus, .footer .zeile ul li.active a:active {
  color: #ffffff;
  text-decoration: underline;
}
.shariff_footer {
  text-align: right;
  margin: 20px 0;
}
.shariff_footer .shariff_p {
  display: inline-block;
  vertical-align: middle;
  margin: -18px 10px 0px 0px;
  font-weight: bold;
}
.shariff_footer .shariff {
  display: inline-block;
  width: auto;
}
.shariff_footer .box p {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 2px 0px 0px;
  font-weight: bold;
}
.shariff_footer .box a, .shariff_footer .box a:link, .shariff_footer .box a:visited {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 5px 10px 5px 35px;
  margin: 0px 2px 0px 0px;
  color: #ffffff;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: left 5px center;
}
.shariff_footer .box a.fb, .shariff_footer .box a:link.fb, .shariff_footer .box a:visited.fb {
  background-color: #3b5998;
  background-image: url(//basics.bjr.spoc-one.de/images/sahre_icon_facebook.png);
  background-size: auto 16px;
}
.shariff_footer .box a.mail, .shariff_footer .box a:link.mail, .shariff_footer .box a:visited.mail {
  background-color: #ababab;
  background-image: url(//basics.bjr.spoc-one.de/images/sahre_icon_email.png);
  background-size: auto 16px;
}
.shariff_footer .box a.wa, .shariff_footer .box a:link.wa, .shariff_footer .box a:visited.wa {
  background-color: #5cbe4a;
  background-image: url(//basics.bjr.spoc-one.de/images/sahre_icon_whatsapp.png);
  background-size: auto 16px;
}
.shariff_footer .box a:hover, .shariff_footer .box a:focus, .shariff_footer .box a:active {
  opacity: 0.8;
}
.flatpickr-calendar .flatpickr-clear a.flatpickr-clear-button, .flatpickr-calendar .flatpickr-clear a.flatpickr-clear-button:link, .flatpickr-calendar .flatpickr-clear a.flatpickr-clear-button:visited {
  background: #4D4D4D;
  color: #fff;
  display: inline-block;
  padding: 3px;
}
.flatpickr-calendar .flatpickr-clear a.flatpickr-clear-button:hover, .flatpickr-calendar .flatpickr-clear a.flatpickr-clear-button:focus, .flatpickr-calendar .flatpickr-clear a.flatpickr-clear-button:active {
  background: #4D4D4D;
  color: #fff;
  text-decoration: none;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #4D4D4D;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #ffffff;
}
/***********************
Media Query
***********************/
@media (max-width: 1300px) {
  .headerbild.var_1 {
    min-height: 300px;
  }
  .headerbild.var_1 .textblock .textbox {
    padding: 30px 0px 30px 20px;
    height: auto;
    min-height: 350px;
  }
}
@media (max-width: 1199.98px) {
  .standorte_akkordeon .karte .bild {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .header .suche {
    display: block;
    margin: 0px 0px 15px 0px;
  }
  .headerbild.var_1 {
    min-height: inherit;
  }
  .headerbild.var_1 .textblock {
    position: relative;
    left: inherit;
    top: inherit;
    margin-top: -100px;
    z-index: 300;
  }
  .headerbild.var_1 .textblock .textbox {
    padding: 30px 20px;
    height: auto;
    min-height: inherit;
  }
  .headerbild.var_1 .textblock .textbox .textbox_table {
    width: 100%;
  }
  .headerbild.var_3 .textblock .textbox:after {
    height: 15%;
    bottom: -15%;
  }
  .newsliste_header ul li a, .newsliste_header ul li a:link, .newsliste_header ul li a:visited, .terminliste_header ul li a, .terminliste_header ul li a:link, .terminliste_header ul li a:visited {
    padding: 15px 20px;
  }
}
@media (max-width: 767.98px) {
  h1, h2, h3, h4, h5, h6 {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: anywhere;
  }
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h3 {
    font-size: 22px;
    line-height: 24px;
  }
  a.button.primaer, a.button.primaer:link, a.button.primaer:visited, span.button.primaer, input.button.primaer, button.button.primaer {
    padding: 17px 45px 18px 35px;
  }
  a.button.sekundaer, a.button.sekundaer:link, a.button.sekundaer:visited, span.button.sekundaer, input.button.sekundaer, button.button.sekundaer {
    padding: 16px 45px 13px 35px;
  }
  .header {
    padding-bottom: 45px;
  }
  .header hr {
    display: none;
  }
  .header img.logo {
    max-width: 100%;
  }
  .header .suche .suche_box #suche_text {
    height: 44px;
    line-height: 44px;
    width: 100%;
  }
  .header .suche .suche_box #suche_button {
    width: 44px;
    height: 44px;
  }
  .headerbild.var_1 .textblock p.text, .headerbild.var_3 .textblock p.text {
    font-size: 20px;
    line-height: 28px;
  }
  .headerbild.var_2 .bildbox {
    width: 100%;
    padding: 15px;
  }
  .headerbild.var_2 .bildbox .textbox {
    padding: 15px 20px;
  }
  .headerbild.var_2 .bildbox:after {
    display: none;
  }
  .headerbild.var_3 .textblock .textbox:after {
    display: none;
  }
  .zweispalter_inhalte h1 {
    margin-bottom: 50px;
  }
  .zweispalter_inhalte h2 {
    margin-bottom: 30px;
  }
  .zweispalter_inhalte h3 {
    margin-bottom: 15px;
  }
  .zitat .box {
    padding: 35px 15px;
  }
  .zitat .box h1, .zitat .box h2, .zitat .box p {
    padding-right: 0px;
  }
  .logoliste h1, .logoliste h2, .logoliste h3 {
    margin-bottom: 50px;
  }
  .standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg {
    flex-wrap: wrap;
  }
  .standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg .box.logo {
    width: 33%;
  }
  .standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg .box.textbox {
    width: 66%;
  }
  .standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg .box.bild {
    padding: 0px;
  }
  .footer .kontaktbox {
    padding: 0px 0px 80px 40px;
  }
}
@media (max-width: 575.98px) {
  .header .suche p {
    display: none;
  }
  .header ul.sprache {
    margin: 0px 0px 7px 0px;
    display: block;
  }
  .headerbild.var_2 .bildbox {
    height: auto;
  }
  .headline_text .box_umfliessend img {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px;
  }
  .headline_text .box_umfliessend.breite_25 img, .headline_text .box_umfliessend.breite_50 img {
    width: 100%;
  }
  .newsliste_header ul li a, .newsliste_header ul li a:link, .newsliste_header ul li a:visited, .terminliste_header ul li a, .terminliste_header ul li a:link, .terminliste_header ul li a:visited {
    padding: 10px 15px;
  }
  .formular table td .janeinblock {
    display: block;
  }
  .formular table td .janeinblock p span {
    display: block;
    width: 100%;
  }
  .formular table td .janeinblock p span.janein {
    display: block;
    width: 100%;
  }
  .maps .liste .box .bild, .maps .liste .box .icon {
    margin-bottom: 15px;
  }
  .footer img.logo {
    display: none;
  }
  .footer .kontaktbox {
    padding-left: 20px;
  }
  .footer .kontaktbox .social a, .footer .kontaktbox .social a:link, .footer .kontaktbox .social a:visited {
    padding: 7px 20px;
  }
  .footer .kontaktbox .social a img, .footer .kontaktbox .social a:link img, .footer .kontaktbox .social a:visited img {
    margin-left: 10px;
  }
  .footer .zeile ul {
    padding: 10px 10px 10px 20px;
  }
  .footer .zeile ul li {
    margin-left: 20px;
  }
}
@media (max-width: 479.98px) {
  .standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg .box.logo {
    width: 100%;
    padding: 0px;
  }
  .standorte_akkordeon .akkordeonblock .akkordeonbox .akkordeontext .einstieg .box.textbox {
    width: 100%;
  }
}
