a,
.news-teaser-text a .news-more-link {
  color:#b61e2b;
}

.logo {
  bottom:0;
  top: 0;
  margin-top: 35px;
  position: unset;
}

.logo-lmrbw{
  display: block;
  margin-top: 30px;
}

.logo img{
  width: 180px;
}

body.scrolledDown .menu_wrapper_top .logo img{
  width: 100%;
}

body.scrolledDown .menu_wrapper_top .logo{
  width: 125px;
}

body.scrolledDown .menu_wrapper_top .logo.logo-lmrbw {
  right:150px
}

.menu_yellow {
  background:#b61e2b;
}

.menu_button {
  background: transparent url("../img/menu_burger-button_rot.svg") no-repeat scroll 50% 50%/35px auto;
  }

.menu ul a {
  background:#b61e2b;
  color:#fff;
  padding: 15px 15px 20px;
}

.menu ul li ul{
  background:#b61e2b;
  color: #fff;
}

.menu ul li ul li a{
  color: #fff;
}

#topmenu ul li.active a,
#topmenu ul li.current a,
#topmenu ul li a:hover,
#topmenu ul li.active ul li a:hover,
#topmenu ul li.current ul li a:hover {
  color:#b61e2b;
}

.imageWrapper.imageWhiteWrapper .boxHeadline {
  background:#b61e2b;
}

#main ul li{
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}

#main .layout5 h4, #main .layout5.active h4 {
  background-color:#b61e2b;
}

#main .layout5 h4 {
  background-image:url(../img/accordeonClose_ljbfo.png);
}

#main .layout5.active h4 {
  background-image:url(../img/accordeonOpen_ljbfo.png);
}

.layout10 {
  background:#b61e2b;
  padding: 40px 25px;
}

.stoerer.layout10 h3{
  font-size: 3em;
  text-align: center;
  margin-bottom: 0;
}

.news-header.News-header-yellow {
  background:#b61e2b;
}

/*** header styles ***/

/* geändert am 13. Jan 2025 */

#headerWrapper {
  /*border-bottom-color:#b61e2b;*/
 /* border-bottom: 5vw solid #b61e2b;*/
  /* padding-bottom: 32%; */
  /*padding-bottom: 23%;*/
  height: auto;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}


#headerClaimParallax {
  background-image:url(../img/Splash_weiss.png);
  height: 110px;

}

.headerparallaxWrapper {
  display: none;
}

/* ENDE geändert am 13. Jan 2025 */


#headerWrapper .grid_header_bg img{
  margin-top: 0;
}

.socialBar {
  background-color:rgba(182, 30, 43, 0.85);
  display: none;
}

#footer .footermenuWrapper, #footer #footermenu {
  background-color:#b61e2b;
}

#footer a:hover,
#footer ul#footermenu  li.first a:hover,
#footer ul#footermenu  li a:hover {
  color:#b61e2b;
}

.footerImageWrapper {
  border-top-color:#b61e2b;
}

#scroll_to_top a {
  background-image:url(../img/scrollToTop_ljbfo.png);
}

/*** slider styles ***/

.sliderImageWrapper{
  padding-bottom: 55%;
}

.sliderImage{
  padding-bottom: 35%;
}

.sliderImage .figcaption{
  position: static;
}

.slider_arrow_left, .slider_arrow_right, .slider_arrow_leftdn, .slider_arrow_rightdn{
  background: transparent url(../ljbfo/img/arrowLeft.png) no-repeat scroll 0 30% / 50px auto;
}

.slider_arrow_right, .slider_arrow_rightdn{
  background: transparent url(../ljbfo/img/arrowRight.png) no-repeat scroll 0 30% / 50px auto;
}

.mfp-close{
  background: transparent url(../ljbfo/img/fancybox/fancy_close.png) no-repeat scroll 50% 50% / 100% auto;
}

.mfp-arrow{
  background: transparent url(../ljbfo/img/fancybox/fancy_nav_left.png) no-repeat scroll 50% 50% / 100% auto;
}

.mfp-arrow-right{
  background: transparent url(../ljbfo/img/fancybox/fancy_nav_right.png) no-repeat scroll 50% 50% / 100% auto;
}

.slider_navigator div.slider_prototypeav{
  background: #b61e2b;
}


/*** calender styles ***/
/*
.tx_events_calendar .month h3,
.tx_events_calendar .month a{
  color: #b61e2b;
}

.tx_events_calendar .month {
    border: 1px solid #b61e2b;
}

.tx_events_calendar table tbody td,
.tx_events_calendar .month table th{
  min-width: 1%;
  width: auto;
}

.tx_events_calendar table tbody td.current_day {
    background: rgba(182, 30, 43, 0.25) none repeat scroll 0 0;
    color: #fff;
}

.prev_month_link, .next_month_link{
  width: 50px;
  height: 50px;
  display: block;
  background: transparent url(../ljbfo/img/fancybox/fancy_nav_left.png) no-repeat 50% 50%/50px auto;
}

.next_month_link{
  background: transparent url(../ljbfo/img/fancybox/fancy_nav_right.png) no-repeat 50% 50%/50px auto;
  opacity: 1;
}
*/
/*** form styles ***/
input[type="text"], input.text_input, input, textarea, select{
  border: 1px solid #b61e2b;
}

input[type="submit"], .loeschen, input[type="submit"], .submit{
  background: #b61e2b;
}

.formhandlerLeftColumn, .formhandlerRightColumn {
    width: 85%;
}

@media screen and (max-width: 1280px) {
  #headerClaim{
    top:40vw;
  }

  .stoerer.layout10 h3{
    font-size: 2em;
  }

  .logo {
      width: 200px;
  }

  .logo{
    width: 150px;
  }

  .logo img{
    width: 130px;
  }

  .logo-lmrbw{
    right: 150px;
  }
}

/* ----------------- 1024px -------------------------------------------------------------------- */


@media screen and (max-width: 1024px) {
  .menu ul a{
    font-size: 1.5em;
    padding: 10px 10px 15px;
  }

  .menu_wrapper_top .menu ul{
    margin-left: 0;
  }
}

/* ----------------- 960px -------------------------------------------------------------------- */


@media screen and (max-width: 960px) {
  .menu_wrapper{
    height: 74px
  }

  .border_top{
    top: 74px
  }
  .logo, .logo-lmrbw{
    top: 0px;
    margin-top: 15px;
    width: 120px;
  }
.logo-lmrbw{
  right: 125px
}

.logo img{
  width: 115px
}
  body.scrolledDown .menu_wrapper .menu .logo{
    top: 0
  }
  body.scrolledDown .menu_wrapper_top .logo img{
    width: 100%;
  }

  .menu_yellow{
    width: 100%;
  }

  .logo {
      width: 125px;
      bottom: 15px;
  }


  #headerWrapper {
    border: none;
    overflow: visible;
  }

  #headerClaimParallax {
   /* background-color: blue;*/
   /* margin-top: 0;*/
    position:absolute;
    height: 100px;
    /*top: 32vh; */

  }


  #content {
    padding-top:25px;
  }

  #contentWrapper {
    width:100%;
    margin:0;
  }

  #aside {
    width:100%;
    margin-top:5%;
    background:none;
  }

  #content {
    min-height:1px;
  }
}


/* ----------------- 720px  -------------------------------------------------------------------- */
@media screen and (max-width: 720px) {
  #header {
      margin: 75px auto 0;
  }


  #headerWrapper{
    border: none;
  }

  #headerClaimParallax {
    /*background-color: red;*/
    position: absolute;
    height: auto;
  }

  .layout10 {
      padding: 10px 25px;
  }

  .csc-textpic-imagewrap, .csc-textpic-image {
    width:100%;
  }

  .csc-textpic-image img {
    width:100%;
    height:auto;
  }

  .layout6 div.csc-textpic .csc-textpic-imagewrap img{
    width: 50%;
    max-width: 500px;
  }

  .formhandlerLeftColumn, .formhandlerRightColumn{
    width: 100%;
  }

  input[type="text"], input.text_input, input, textarea, select{
    width: calc(90% - 12px);
    font-size: 0.875em;
  }

  #topmenu .logo{
    height: 50px
  }
  #topmenu .logo img {
    left: 15px;
    top: 0;
    width: 110px;
  }

  .logo {
      width: 115px;
  }

  .logo {
    position: absolute;
  }


  #topmenu .logo.logo-lmrbw{
    left: 125px
  }
  
}


/* ----------------- 480px  -------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .sliderImage{
    padding-bottom: 72.5%;
  }
  #header {
    height: 9vh;
  }

  #headerWrapper {
    border: none;
  }


  #headerClaimParallax {
    /*background-color: blue;*/
    margin-top: 0;
    position:absolute;
    top: 8vh;

  }

  input[type="submit"], .submit {
      width: 95%;
  }
}

