@charset "UTF-8";
.bg-red {
  background-color: rgb(107, 33, 29) !important;
}

.bg-green {
  background-color: rgb(169, 201, 56) !important;
}

.bg-blue {
  background-color: rgb(10, 136, 169) !important;
}

.bg-dark {
  background-color: #58585A !important;
}

.bg-black {
  background-color: #000 !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.flex-column {
  flex-direction: column !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-center {
  align-items: center;
}

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

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100%;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

body {
  background-image: url("/fileadmin/co_system/intranet/css/images/bg_large-dark_upscaled_smaller.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  background-attachment: fixed;
}

body#p155 {
  background-image: url("/fileadmin/co_system/intranet/css/images/bg_large-dark_upscaled_smaller.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  background-attachment: fixed;
}

.row {
  max-width: 64rem;
}

.row.Large {
  max-width: 110rem;
}

.rowMax {
  max-width: 100%;
}

figure {
  margin: 0 0;
}

.menu > li > a {
  display: block;
  line-height: 1;
  padding: 0.5rem 1rem;
}

.subheader {
  color: rgb(107, 33, 29);
  font-size: 1rem;
  font-weight: 500;
}

.siteColor {
  color: rgb(107, 33, 29);
}

/* --- #page --- */
#page {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  background-attachment: fixed;
}

/* ### header ###*/
header.head-row {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  height: 8rem;
  top: 0;
  z-index: 300;
  border-bottom: 1px solid rgb(198, 198, 198);
}

#desktopMenu {
  display: none;
}

#mobileMenu {
  display: block;
  margin-top: 0rem;
}

#mobileMenu .menu-icon::after {
  background: rgb(10, 136, 169) none repeat scroll 0 0;
  box-shadow: 0 7px 0 rgb(107, 33, 29), 0 14px 0 rgb(169, 201, 56);
  height: 3px;
}

@media only screen and (min-width: 64em) {
  header.head-row {
    position: fixed;
  }
  #mobileMenu {
    display: none;
  }
}
/* --- #logoRow --- */
#logoRow .logo {
  position: absolute;
  left: 0;
  margin-top: 0.6rem;
  margin-left: 1rem;
  z-index: 50;
}

@media only screen and (min-width: 100em) {
  #logoRow .logo {
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 110em) {
  #logoRow .logo {
    margin-left: 5rem;
  }
}
/* --- #navRow --- */
#navRow {
  display: block;
  position: relative;
  background-color: #ffffff;
  z-index: 20;
  border-bottom: 1px solid rgb(255, 255, 255);
}

#navRow .slogan {
  font-size: 1.7rem;
  color: #58585A;
  font-weight: 100;
  margin-top: 6.5rem;
}

@media only screen and (min-width: 64em) {
  #navRow {
    display: block;
    height: 9.6rem;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  #navRow .slogan {
    font-size: 2rem;
    margin-top: 6.5rem;
  }
}
@media only screen and (min-width: 90em) {
  #navRow {
    height: 7.5rem;
  }
  #navRow .slogan {
    font-size: 3rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 96em) {
  #navRow {
    height: 7.5rem;
  }
}
@media only screen and (min-width: 110em) {
  #navRow {
    height: 7.1rem;
  }
}
/* --- #subNavRow --- */
#subNavRow {
  display: block;
  position: relative;
  background-color: #58585A;
  min-height: 1.7rem;
  color: #FFFFFF;
  z-index: 20;
  line-height: 1.5;
  padding-bottom: 0.2rem;
}

@media only screen and (min-width: 64em) {
  #subNavRow {
    display: block;
  }
}
@media only screen and (min-width: 110em) {
  #subNavRow {
    line-height: 0.9;
  }
}
/* ### main ###*/
main {
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  z-index: 2;
  min-height: 30rem;
}

@media only screen and (min-width: 64em) {
  main {
    padding-top: 10.8rem;
  }
}
@media only screen and (min-width: 90em) {
  main {
    padding-top: 8.8rem;
  }
}
@media only screen and (min-width: 96em) {
  main {
    padding-top: 8.8rem;
  }
}
@media only screen and (min-width: 110em) {
  main {
    padding-top: 8.8rem;
  }
}
main #mainRow {
  z-index: 3;
  padding-bottom: 2rem;
}

main #mainRow .row.contentRow {
  max-width: 110rem;
  padding-top: 1.5rem;
}

main .section {
  padding: 1rem 0 1rem 0;
  min-height: 5rem;
  overflow: hidden;
}

main .SubContentBox .section {
  padding: 0;
  min-height: 5rem;
}

main .SubContentBox.kalOff .section.normalWidth {
  display: none;
}

main .section.normalWidth .row {
  max-width: 90rem;
}

main .section.fullWidth .row {
  max-width: 90rem;
}

main .bgWhite {
  /* border-bottom: 1rem solid rgb(198, 198, 198); */
  background-color: #FFFFFF;
  color: rgb(0, 0, 0);
}

main .bgWhite h1,
main .bgWhite h2,
main .bgWhite h3,
main .bgWhite h4,
main .bgWhite h5,
main .bgWhite h6 {
  color: #58585A;
}

main .bgWhite a,
main .bgWhite a:visited {
  color: rgb(107, 33, 29);
}

main .bgWhite a:hover,
main .bgWhite a:active,
main .bgWhite a:focus {
  color: #58585A;
}

main .bgLightgrey {
  border-bottom: 1rem solid rgb(107, 33, 29);
  background-color: rgb(198, 198, 198);
  color: #000000;
}

main .bgLightgrey .subheader {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}

main .bgLightgrey h1,
main .bgLightgrey h2,
main .bgLightgrey h3,
main .bgLightgrey h4,
main .bgLightgrey h5,
main .bgLightgrey h6 {
  color: #58585A;
}

main .bgLightgrey a,
main .bgLightgrey a:visited {
  color: rgb(255, 255, 255);
}

main .bgLightgrey a:hover,
main .bgLightgrey a:active,
main .bgLightgrey a:focus {
  color: #58585A;
}

main .bgDarkgrey {
  border-bottom: 1rem solid rgb(255, 255, 255);
  background-color: #58585A;
  color: #FFFFFF;
}

main .bgDarkgrey .subheader {
  color: rgb(107, 33, 29);
  font-size: 1rem;
  font-weight: 500;
}

main .bgDarkgrey h1,
main .bgDarkgrey h2,
main .bgDarkgrey h3,
main .bgDarkgrey h4,
main .bgDarkgrey h5,
main .bgDarkgrey h6 {
  color: #FFFFFF;
}

main .bgDarkgrey a,
main .bgDarkgrey a:visited {
  color: rgb(107, 33, 29);
}

main .bgDarkgrey a:hover,
main .bgDarkgrey a:active,
main .bgDarkgrey a:focus {
  color: #FFFFFF;
}

/* sb start */
main .bgBMred {
  border-bottom: 1rem solid rgb(255, 255, 255);
  background-color: rgb(107, 33, 29);
  color: #FFFFFF;
}

main .bgBMred .subheader {
  color: rgb(189, 190, 192);
}

main .bgBMred h1,
main .bgBMred h2,
main .bgBMred h3,
main .bgBMred h4,
main .bgBMred h5,
main .bgBMred h6 {
  color: #FFFFFF;
}

main .bgBMred a,
main .bgBMred a:visited {
  color: rgb(106, 106, 102);
}

main .bgBMred a:hover,
main .bgBMred a:active,
main .bgBMred a:focus {
  color: rgb(189, 190, 192);
}

main .bgBMred .button.secondary {
  border: 1px solid #ffffff;
  background-color: rgb(107, 33, 29);
}

main .bgBMblue {
  border-bottom: 1rem solid rgb(255, 255, 255);
  background-color: rgb(10, 136, 169);
  color: #FFFFFF;
}

main .bgBMblue .subheader {
  color: rgb(88, 88, 90);
  font-size: 1rem;
  font-weight: 500;
}

main .bgBMblue h1,
main .bgBMblue h2,
main .bgBMblue h3,
main .bgBMblue h4,
main .bgBMblue h5,
main .bgBMblue h6 {
  color: #FFFFFF;
}

main .bgBMblue a,
main .bgBMblue a:visited {
  color: rgb(88, 88, 90);
}

main .bgBMblue .button.secondary {
  border: 1px solid #ffffff;
  background-color: rgb(10, 136, 169);
}

main .bgBMblue a:hover,
main .bgBMblue a:active,
main .bgBMblue a:focus {
  color: rgb(189, 190, 192);
}

main .bgBMgreen {
  border-bottom: 1rem solid rgb(255, 255, 255);
  background-color: rgb(169, 201, 56);
  color: #FFFFFF;
}

main .bgBMgreen .subheader {
  color: rgb(144, 144, 144);
  font-size: 1rem;
  font-weight: 500;
}

main .bgBMgreen h1,
main .bgBMgreen h2,
main .bgBMgreen h3,
main .bgBMgreen h4,
main .bgBMgreen h5,
main .bgBMgreen h6 {
  color: #FFFFFF;
}

main .bgBMgreen a,
main .bgBMgreen a:visited {
  color: rgb(88, 88, 90);
}

main .bgBMgreen a:hover,
main .bgBMgreen a:active,
main .bgBMgreen a:focus {
  color: rgb(144, 144, 144);
}

main .bgBMgreen .button.secondary {
  border: 1px solid #ffffff;
  background-color: rgb(169, 201, 56);
}

/* sb end */
.ContentBox .ox {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem 1rem 0.01rem 1rem;
  hyphens: auto;
}

.ContentBox .ox .section {
  padding: 0 0 0 0;
}

.ContentBox .ox.login {
  margin-top: 6rem;
  margin-bottom: 8rem;
}

.ContentBox .ox .csc-default > .responsiveImageBlock figure img {
  margin-bottom: 1rem;
}

.SubContentBox .ox {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
}

.SubContentBox .ox h2 {
  color: #000000;
  font-size: 1.3rem;
  margin: 0 0 0 0;
}

.SubContentBox .ox .today h2 {
  color: rgb(107, 33, 29);
  font-size: 1.3rem;
  margin: 0 0 0 0;
}

.SubContentBox .ox .today h3 {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.1;
}

.SubContentBox .panel-body .name {
  font-size: 1rem;
}

.SubContentBox .calendarize .panel::after {
  margin-bottom: 0;
}

.SubContentBox .calLink a,
.SubContentBox .calLink a:visited {
  color: rgb(107, 33, 29);
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.SubContentBox .calLink a:hover,
.SubContentBox .calLink a:active,
.SubContentBox .calLink a:focus {
  color: rgb(144, 144, 144);
  padding: 0.4rem 0;
}

.SubContentBox .calLink a::before {
  content: "\f105\f105\f105  ";
  font-family: FontAwesome, sans-serif;
}

.SubContentBox .calLink {
  margin-bottom: 1rem;
}

.SubContentBox .csc-default:last-child .calLink {
  margin-bottom: 0;
}

.SubContentBox .responsiveImageBlock img {
  margin-bottom: 1rem;
}

/* --- .slickSlider --- */
.slickSlider {
  background: rgb(255, 255, 255);
  min-height: 100px;
}

.slickSlider .slide figure.headImage {
  margin: 0;
}

.slickSlider figure {
  position: relative;
  margin: 0;
  padding: 0;
}

.slickSlider ul.slick-dots {
  margin: 0;
  padding: 0.5rem 2rem;
  position: absolute;
  bottom: 0.6rem;
  width: 100%;
  text-align: center;
}

.slickSlider .slick-dots li {
  width: 25px;
  display: inline-block;
  margin-left: 0.2rem;
  color: transparent;
  font-size: 0.2rem;
}

.slickSlider .slick-dots li button {
  background-color: transparent;
  padding: 0.2rem;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
}

.slickSlider .slick-dots li.slick-active button {
  background-color: rgb(107, 33, 29);
  border: 1px solid rgb(107, 33, 29);
}

.slickSlider .slick-dots li:hover button {
  background-color: #58585A;
  border: 1px solid #58585A;
}

.slickSlider .slick-dots li.slick-active:hover button {
  background-color: #58585A;
  border: 1px solid #58585A;
}

.slickSlider figure img {
  position: relative;
  bottom: 0;
  height: auto;
}

/* --- .article-slider --- */
.article-slider {
  margin-bottom: 1rem;
}

.article-slider h2 {
  margin-left: 0;
  margin-bottom: 0;
  line-height: 2rem;
  font-weight: 300;
}

.article-slider .subheader {
  color: rgb(107, 33, 29);
  font-size: 1rem;
  font-weight: 500;
}

.article-slider .winkel {
  height: 1rem;
}

.article-slider .winkel .wBox {
  background: url("/fileadmin/co_system/intranet/css/images/winkel.png") no-repeat;
  position: relative;
  right: -2rem;
  top: -1rem;
  width: 35px;
  height: 35px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.article-slider .winkel img {
  position: relative;
  right: -2rem;
  top: -1rem;
  display: none;
}

.article-slider .slick-slider {
  margin-top: 0 !important;
  height: auto !important;
}

.article-slider .slider-nav-thumbnails .slick-slide {
  opacity: 1;
  margin-right: 0.3rem;
}

.article-slider .slider-nav-thumbnails .slick-slide.slick-active {
  opacity: 1;
  background: grey;
}

/* --- .article-2 --- */
.article-2 {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #FFFFFF;
}

.article-2.red {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: rgb(107, 33, 29);
  color: #FFFFFF;
}

.article-2.red a,
.article-2.red a:visited {
  color: rgb(189, 190, 192);
}

.article-2.red a:active,
.article-2.red a:focus,
.article-2.red a:hover {
  color: #000000;
}

.article-2.wkl {
  padding: 1rem 3rem 1rem 1rem;
}

.article-2 p:last-child {
  margin: 0 0 5px 0;
}

.article-2 h2 {
  margin-left: 0;
  margin-bottom: 5px;
  font-weight: 200;
}

.article-2.red h2 {
  color: #FFFFFF;
}

.article-2 .text {
  padding-left: 1rem;
}

.article-2 .subheader {
  color: rgb(107, 33, 29);
  font-size: 1rem;
  padding-left: 0;
  font-weight: 500;
}

.article-2.red .subheader {
  color: rgb(189, 190, 192);
}

.article-2 .winkel {
  height: 1rem;
}

.article-2 .winkel .wBox {
  background: url("/fileadmin/co_system/intranet/css/images/winkel.png") no-repeat;
  position: relative;
  right: -2rem;
  top: -1rem;
  width: 35px;
  height: 35px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.article-2.red .winkel .wBox {
  background: url("/fileadmin/co_system/intranet/css/images/winkel-white.png") no-repeat;
  position: relative;
  right: -2rem;
  top: -1rem;
  width: 35px;
  height: 35px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.article-2 .winkel img {
  position: relative;
  right: -2rem;
  top: -1rem;
}

.article-2 .image img {
  margin-bottom: 2rem;
}

/* --- .article-referenzen --- */
.article-referenzen {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #FFFFFF;
}

.article-referenzen .news-list-date {
  color: #222;
}

.article-referenzen h3 {
  color: #222;
  font-size: 1.2rem;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.article-referenzen h3 a {
  color: #222;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.article-referenzen h5 {
  color: rgb(107, 33, 29);
  font-size: 1rem;
  padding-left: 0;
  font-weight: 500;
  margin: 0 0 15px 0;
}

.article-referenzen .teaser-text p {
  color: #222;
  line-height: 1.4;
}

.article-referenzen .teaser-text .more {
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.3rem 0;
}

.article-referenzen .slider-nav-thumbnails img {
  margin-top: 0.25rem;
}

.article-referenzen a.fancybox-trigger {
  text-transform: uppercase;
  font-size: 0.9rem;
}

.article-referenzen a.bldrglr:before {
  content: "\f105\f105\f105  ";
  font-family: FontAwesome, sans-serif;
}

/* --- .article-detail --- */
.article-detail {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #FFFFFF;
}

.article-detail .defaultImg {
  position: relative;
  top: -11px;
  background: transparent url("images/winkel_red.png") top right no-repeat;
  float: right;
  width: 33%;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 4rem;
  padding-top: 32px;
  padding-right: 32px;
}

.article-detail.red .defaultImg {
  background: transparent url("images/winkel_red.png") top right no-repeat;
}

.article-detail.green .defaultImg {
  background: transparent url("images/winkel_green.png") top right no-repeat;
}

.article-detail.blue .defaultImg {
  background: transparent url("images/winkel_blue.png") top right no-repeat;
}

.article-detail .news-list-date {
  color: #222;
}

.article-detail h3 a {
  color: #222;
  font-size: 1.1rem;
  font-weight: bold;
}

.article-detail .text {
  margin-left: 4rem;
  margin-right: 4rem;
}

.article-detail .teaser-text p {
  color: #222;
  line-height: 1.4;
}

.article-detail .news-text-wrap p {
  color: #222;
  line-height: 1.4;
}

.article-detail .teaser-text .more {
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.3rem 0;
}

/* --- .dce-intranet-article --- */
.dce-intranet-article {
  background-color: #FFFFFF;
  padding: 1rem;
  margin-bottom: 1rem;
}

.dce-intranet-article h2 {
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1;
}

.dce-intranet-article .box {
  margin-left: 5rem;
}

.dce-intranet-article h3 {
  color: rgb(107, 33, 29);
  font-size: 1.3rem;
}

/* --- .jumper --- */
.jumper {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 0;
  display: none;
}

.jumper .target {
  position: relative;
  top: -180px;
}

.jumper .box {
  background: url("images/arr-effizienzhaus.png") no-repeat;
  background-position: 0 0;
  position: relative;
  top: -80px;
  width: 50px;
  height: 31px;
  margin-left: auto;
  margin-right: auto;
}

.jumper .box:hover {
  background-position: 0 -35px;
}

.jumper .box a {
  display: block;
  width: 50px;
  height: 31px;
}

/* --- .link --- */
.link {
  position: relative;
  width: 100%;
  text-align: center;
  height: 0;
  margin-bottom: 4rem;
}

.link .target {
  position: relative;
}

.link .box {
  background: url("images/link-effizienzhaus.png") no-repeat;
  background-position: 0 0;
  position: relative;
  width: 35px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.link .box:hover {
  background-position: -35px 0;
}

.link .box a,
.link .box a:visited {
  color: transparent;
  display: block;
  width: 50px;
  height: 31px;
}

.link .box a:focus,
.link .box a:active,
.link .box a:hover {
  color: #B8B8B8;
}

.link .box .link {
  padding-top: 0.7rem;
  margin-left: 2rem;
}

/* ### footer ###*/
footer {
  border-top: 1px solid rgb(88, 88, 90);
  position: relative;
  min-height: 2.1rem;
  background-color: rgb(88, 88, 90);
  color: #ffffff;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0.9rem;
  line-height: 1.2rem;
  z-index: 4000;
  bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 64em) {
  footer {
    position: fixed;
  }
}
footer a,
footer a:visited {
  font-size: 0.8rem;
  color: #ffffff;
  padding: 0.5rem 0;
  text-transform: uppercase;
}

footer a:focus,
footer a:active,
footer a:hover {
  color: rgb(107, 33, 29);
}

footer #footRowLeft {
  padding-top: 0.3rem;
  vertical-align: middle;
  padding-bottom: 0.3rem;
}

footer #footRowRight {
  padding-top: 0.3rem;
  vertical-align: middle;
  padding-bottom: 0.3rem;
}

footer #footRowRight .language {
  line-height: 0.5rem;
  font-size: 0.5rem;
  margin-left: 1rem;
}

footer #footRowRight .language a {
  line-height: 0.5rem;
  font-size: 1.4rem;
  margin-left: 0.5rem;
}

footer a.fb,
footer a.fb:visited {
  color: #FFFFFF;
  margin-right: 1.2rem;
  font-size: 1.2rem;
}

footer a.fb:active,
footer a.fb:focus,
footer a.fb:hover {
  color: #4267B2;
}

/* --- #toTop --- */
#toTop2 {
  background: rgba(0, 0, 0, 0) url("images/arr-up2.png") no-repeat scroll 0 0;
  background-position: 0 0;
  display: block !important;
  bottom: 3rem !important;
  color: rgba(127, 127, 127, 0.6);
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0px;
  width: 52px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

#toTop2:hover {
  background-position: 0 -33px;
}

#toTop2 .arrow {
  color: rgba(127, 127, 127, 0.8);
  display: block !important;
  cursor: pointer;
  z-index: 9999;
}

#toTop2 .arrow a:hover {
  cursor: pointer;
}

#toTopDiv {
  display: none;
}

#toTopDiv.active {
  width: 100%;
  display: block;
}

/* --- Passwort ändern --- */
.tx_evoweb_sfregister {
  background-color: #FFFFFF;
  padding: 1rem;
  margin-bottom: 1rem;
}

.gallery-item {
  display: inline-block;
}
.gallery-item:not(:only-child) {
  margin-bottom: 0.25rem;
}

.gallery-item-size-2 {
  width: calc(50% - 0.25rem);
}

.gallery-item-size-3 {
  width: calc(33.33% - 0.25rem);
}

.gallery-item-size-4 {
  width: calc(25% - 0.25rem);
}

.gallery-item-size-5 {
  width: calc(20% - 0.25rem);
}

.gallery-item-size-6 {
  width: calc(16.67% - 0.25rem);
}

.news .news-list-view .article.image-full .article-referenzen {
  padding: 0;
}
.news .news-list-view .article.image-full .article-referenzen > .row {
  margin: 0;
}
.news .news-list-view .article.image-full .article-referenzen .columns:not(.image-column) {
  padding: 0 1rem;
}
.news .news-list-view .article .article-referenzen .news-collapse-text {
  transition: max-height 0.6s ease, opacity 0.3s ease;
  max-height: 2000px;
  overflow: hidden;
  transform-origin: top;
  opacity: 1;
}
.news .news-list-view .article .article-referenzen .news-collapse-text.collapsed {
  max-height: 0;
  opacity: 0;
}
.news .news-list-view .article .article-referenzen .news-collapse-gallery {
  transition: max-height 0.6s ease, opacity 0.3s ease;
  max-height: 300px;
  overflow: hidden;
  transform-origin: top;
  opacity: 1;
}
.news .news-list-view .article .article-referenzen .news-collapse-gallery.collapsed {
  max-height: 0;
  opacity: 0;
}
.news .news-list-view .article .article-referenzen .news-collapse-button {
  display: flex;
  margin-top: auto;
}
.news .news-list-view .article .article-referenzen .news-collapse-button::before {
  content: "\f105\f105\f105  ";
  font-family: FontAwesome, sans-serif;
  margin-right: 0.25rem;
}
.news .news-list-view .article .article-referenzen .news-collapse-button::after {
  content: "Mehr";
}
.news .news-list-view .article .article-referenzen .news-collapse-button.open::before {
  content: "\f104\f104\f104  ";
  font-family: FontAwesome, sans-serif;
}
.news .news-list-view .article .article-referenzen .news-collapse-button.open::after {
  content: "Weniger";
}
.news .news-list-view .f3-widget-paginator {
  display: flex;
  padding: 0;
  list-style: none;
}
.news .news-list-view .f3-widget-paginator > li {
  margin-right: 1rem;
}

.tx-indexedsearch-browsebox {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  gap: 0.75em;
}
.tx-indexedsearch-browsebox li {
  list-style-image: none;
}
.tx-indexedsearch-browsebox a {
  text-decoration: none;
  padding: 0.1em 0.3em;
}
.tx-indexedsearch-title {
  font-weight: 700;
}
.tx-indexedsearch-title a {
  text-decoration: none;
}
.tx-indexedsearch-searchbox-button {
  border: 1px solid #58585A;
  padding: 0.5rem 1.25rem;
  background-color: #58585A;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.tx-indexedsearch-searchbox-button:hover, .tx-indexedsearch-searchbox-button:focus, .tx-indexedsearch-searchbox-button:active {
  color: #58585A;
  background-color: #fff;
}

.tx-ttaddress .tt_address_list.layout-birthday .address.has-birthday {
  line-height: 1.6;
}
.tx-ttaddress .tt_address_list.layout-birthday .address.has-birthday:last-child {
  margin-bottom: 15px;
}
.tx-ttaddress .tt_address_list .vcard-wrapper:last-child {
  margin-bottom: 0;
}
.tx-ttaddress .tt_address_list .vcard-wrapper .vcard {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tx-ttaddress .tt_address_list .vcard-wrapper .vcard.tt_address_detail {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  min-height: 250px;
}
@media screen and (min-width: 640px) {
  .tx-ttaddress .tt_address_list .vcard-wrapper .vcard .address-image {
    margin: -1rem;
  }
}
.tx-ttaddress .tt_address_list .vcard-wrapper .vcard .address-content-wrapper .contact-list {
  font-size: 1rem;
}
.tx-ttaddress .tt_address_list .vcard-wrapper .vcard .address-content-wrapper .contact-list i {
  display: none !important;
  width: 1.5rem;
  font-size: 1rem;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 64em) {
  html {
    scroll-padding-top: 182px;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    scroll-padding-top: 141px;
  }
}
body .text-red {
  color: rgb(107, 33, 29) !important;
}
body .text-green {
  color: rgb(169, 201, 56) !important;
}
body .text-blue {
  color: rgb(10, 136, 169) !important;
}
body .text-black {
  color: #000 !important;
}
body .text-uppercase {
  text-transform: uppercase;
}
body .bg-red *, body .bg-green *, body .bg-blue *, body .bg-dark *, body .bg-black * {
  color: #fff !important;
}
body ul li {
  list-style-image: url("images/list-dot-dark.png");
}
body .bg-red ul li, body .bg-green ul li, body .bg-blue ul li, body .bg-dark ul li {
  list-style-image: url("images/list-dot-white.png");
}
body .bg-transparent {
  background: transparent !important;
}
body .mainNav li {
  list-style-image: none;
}
body .mainNav li a {
  color: white !important;
  position: relative;
}
body .mainNav li a::before {
  color: white !important;
  top: 0.125rem;
  font-size: 1rem;
}
body .mainNav li a:not(.hasSub):hover::before, body .mainNav li a:not(.hasSub):focus::before, body .mainNav li a:not(.hasSub):active::before {
  transform: translateX(-0.25rem);
}
body .mainNav li a:not(.hasSub)::before {
  display: block;
  position: absolute;
  transition: transform 0.3s ease;
  transform: translateX(0);
  font-weight: 300 !important;
}
body .mainNav li .menu {
  padding-left: 0;
}
body .mainNav li .menu li a {
  padding-left: 0.3rem;
  color: white !important;
  font-weight: 200 !important;
}
body .mainNav li .menu li a:hover, body .mainNav li .menu li a:focus, body .mainNav li .menu li a:active {
  color: white !important;
  text-decoration: underline;
  text-underline-offset: 0.05em;
}
body .mainNav li .menu li a.hasSub::before {
  margin-left: 0;
}
body .navigation-column .mainNav:not(:first-child):not(:empty) {
  border-top: 1px solid #fff;
  padding-top: 1rem;
}
body .navigation-column .mainNav:not(.primaryNav) {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
body .navigation-column .mainNav.primaryNav li a {
  font-weight: 500;
}
body .navigation-column .mainNav.highlightNav li a {
  text-transform: none;
  font-weight: 200;
}
body .navigation-column .mainNav.businessNav li a {
  font-weight: 200;
}
body #mobileMenu .highlight-menu-mobile {
  border-top: 1px solid rgba(88, 88, 90, 0.5);
}
body #mobileMenu .business-menu-mobile {
  border-top: 1px solid rgba(88, 88, 90, 0.5);
  text-transform: uppercase;
}
body #subNavRow > .row {
  max-width: 73.5rem;
}
body #subNavRow .logout > a:last-child {
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 1135px) {
  body #subNavRow .logout > a:last-child {
    padding-left: 1.5rem;
    margin-left: 1rem;
  }
  body #subNavRow .logout > a:last-child::before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='511.96' height='512.05' viewBox='0 0 511.96 512.05'%3E%3Cpath d='M505,442.7l-99.7-99.7c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3,44-79.7,44-128C416,93.1,322.9,0,208,0S0,93.1,0,208s93.1,208,208,208c48.3,0,92.7-16.4,128-44v16.3c0,6.4,2.5,12.5,7,17l99.7,99.7c9.4,9.4,24.6,9.4,33.9,0l28.3-28.3c9.4-9.4,9.4-24.6,.1-34Zm-297-106.7c-70.7,0-128-57.2-128-128S137.2,80,208,80s128,57.2,128,128-57.2,128-128,128Z' fill='%23fff'/%3E%3C/svg%3E");
  }
}
body .ce-gallery.gallery-row {
  line-height: 0;
  margin-bottom: 1rem;
}
body .frame-type-felogin_login input.submit-button {
  padding-left: 0;
}
body .frame-type-felogin_login .ff-perma, body .frame-type-felogin_login .ff-back {
  margin-right: 0;
}
body .frame-type-felogin_login .ff-perma {
  display: flex;
  flex-direction: row-reverse;
}
body .frame-type-felogin_login .ff-perma input[type=checkbox] {
  margin-right: 0.25rem;
}
body .frame-type-felogin_login .bx-color {
  background-color: rgb(107, 33, 29);
  color: #FFFFFF;
  padding: 0.4rem 1rem;
}
body .frame-type-felogin_login .bx-color h3 {
  color: #FFFFFF;
}
body .frame-type-felogin_login .bx-white {
  background-color: transparent;
  color: #333333;
}
body .frame-type-felogin_login .bx-white h3 {
  color: #000000;
  margin: 0 0 15px 0;
}
body .frame-type-felogin_login h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0 0 0 0;
}
body .frame-type-felogin_login fieldset {
  padding: 0;
  border: 0;
  margin: 0 0 0 0;
}
body .frame-type-felogin_login fieldset legend {
  display: none;
}
body .frame-type-felogin_login fieldset label {
  color: #FFFFFF;
  padding: 5px 10px 0 0;
  display: contents !important;
}
body .frame-type-felogin_login fieldset .bx-white label {
  color: #333333;
  padding: 5px 10px 0 0;
  display: inline-block;
  float: none;
}
body .frame-type-felogin_login p:last-child {
  margin-bottom: 0;
}
body .frame-type-felogin_login a, body .frame-type-felogin_login a:visited {
  color: #FFFFFF;
}
body .frame-type-felogin_login a::before {
  content: "\f105\f105\f105  ";
  font-family: FontAwesome, sans-serif;
}
body .frame-type-felogin_login a:hover, body .frame-type-felogin_login a:focus, body .frame-type-felogin_login a:active {
  color: #CCCCCC;
}
body .frame-type-felogin_login .ff-user, body .frame-type-felogin_login .ff-pass {
  margin: 0 0 0.5rem;
}
body .frame-type-felogin_login input[type=text], body .frame-type-felogin_login input[type=password] {
  margin: 0 0 0;
}
body .frame-type-felogin_login input[type=submit] {
  border: 0;
  padding: 0.5rem 1rem;
  background-color: transparent;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 100;
}
body .frame-type-felogin_login input[type=submit]:hover {
  background-color: transparent;
  color: rgb(107, 33, 29);
}
body .frame-type-felogin_login .frgt-psswd a {
  font-size: 0.8rem;
  text-transform: uppercase;
}
body .frame-type-felogin_login .ff-perma {
  margin: 0.8rem 1rem 0 0;
  text-transform: uppercase;
  font-size: 0.8rem;
}
body .frame-type-felogin_login .ff-perma label {
  font-size: 0.8rem;
}
body .frame-type-felogin_login .ff-perma a {
  text-transform: uppercase;
}
body .frame-type-felogin_login .ff-perma input[type=checkbox] {
  margin: 0 0.25rem 0 0;
}
body .frame-type-felogin_login .ff-back {
  margin: 0.8rem 1rem 0 0;
  text-transform: uppercase;
}
body .frame-type-felogin_login .ff-back a {
  color: #000000;
  text-transform: uppercase;
  font-size: 0.8rem;
}
body #toTop2 {
  background: rgba(0, 0, 0, 0) url("images/arr-up-white-white.png") no-repeat scroll 0 0;
  background-position: 0 -33px;
}
body #toTop2:hover {
  background-position: 0 0px;
}
body .scale-y-0 {
  height: 0 !important;
}
@media screen and (min-width: 640px) {
  body .article .article-referenzen.image-left-small .news-img-wrap, body .article .article-referenzen.image-right-small .news-img-wrap {
    margin: -1rem;
  }
}
body .article .article-referenzen .teaser-text {
  margin: 0 0 14px 0;
}
body .article .article-referenzen .teaser-text p:not(:first-child) {
  margin-bottom: 0;
}
body .article .article-referenzen .textBox .news-list-date {
  display: block;
  margin-bottom: 2rem;
}
body .ContentBox .ox .section.bgWhite, body .ContentBox .ox .section.bgLightgrey, body .ContentBox .ox .section.bgDarkgrey, body .ContentBox .ox .section.bgBMred, body .ContentBox .ox .section.bgBMgreen, body .ContentBox .ox .section.bgBMblue, body .ContentBox .ox .section.bgBMorange {
  padding: 1rem;
  margin-bottom: 1rem;
}
body .tx-femanager .bx-color {
  padding: 1rem;
}
body .tx-femanager .femanager_submit #femanager_field_submit {
  padding-left: 0;
}
body form .form-group label.control-label {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  width: 100%;
}
body form .form-group .help-block {
  font-size: 0.875rem;
  margin-bottom: 8px;
}
body #c1501 form fieldset .bx-color:last-child {
  margin-bottom: 0.5rem;
}
body #c1501 form fieldset .bx-white input[type=submit] {
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0.5rem;
}
body .frame-type-login header h2 {
  margin-bottom: 0.5rem;
}
body .ox.login {
  padding: 0.5rem 1rem;
}
body#p183 #c1752 h3 {
  margin-bottom: 0.5rem;
}
body#p183 input[type=submit] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body #c4313 {
  padding: 1rem;
  background-color: #fff;
}

/*# sourceMappingURL=styles-2022.css.map */
