


@font-face {
font-family: 'Blender';
src: url('blender-bold-webfont.eot');
src: url('blender-bold-webfont.eot?#iefix') format('embedded-opentype'),url('blender-bold-webfont.woff') format('woff'),url('blender-bold-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

:root {
--maincolor: #b0922f;
}

body {

  font-family: 'Open Sans', Arial, sans-sans-serif;
  color: #333;

}

#topbutton {
  display: inline-block;
  background-color: #3fb1a3;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
}

#topbutton::after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6em;
  line-height: 40px;
  color: #fff;
}

#topbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#topbutton:active {
  background-color: #555;
}
#topbutton.show {
  opacity: 1;
  visibility: visible;
}


.conc_item {
  background-color: #fff;
  border: 1px solid #eee;
  height: 400px;
  margin: 10px;
  overflow: hidden;
  padding: 20px;
  padding-top: 8px;

  z-index: 2000;
  --notchSize: 50px;

clip-path:
    polygon(
      0% 0%,
      0% 0%,
      calc(100% - var(--notchSize)) 0%,
      100% var(--notchSize),
      100% 100%,
      calc(100% - var(--notchSize)) 100%,
      0% 100%,
      0% calc(100% - var(--notchSize))
    );

    -webkit-clip-path:
        polygon(
          0% 0%,
          0% 0%,
          calc(100% - var(--notchSize)) 0%,
          100% var(--notchSize),
          100% 100%,
          calc(100% - var(--notchSize)) 100%,
          0% 100%,
          0% calc(100% - var(--notchSize))
        );



}

.big_info {
width: 100%;

background-color: white;
padding: 20px;
padding-bottom: 100px;
}

.big_info .untertitel {

  font-weight: bold;
}

div.terminbox {
  background-color: #b0922f;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
}


div.big_info div.infosection h6 {
  font-family: "Open Sans";
  font-size: 105%;
  font-weight: bold;
  margin-top: 10px;
}



.big_info h4 {
  margin-bottom: 20px;

}
div.terminbox h3, div.terminbox h4 {
    color: white;}

div.terminbox h4 {
  margin: 0;
  margin-top: 15px;
  font-size: 110%;
  font-weight: bold;
}


.evinf {
margin-bottom: 20px;
}

.evinf.solo {
margin: 30px;
}

.evinf.abs {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-bottom: 0px;
}



.big_info a.btn.evinf {

  left: 30px;
  color: #b0922f;
}

.big_info a.btn.evinf:hover {

  color: #fff;
}

.bm_slider {
top: -430px;

}

.conc_item h3.date {
  color: #b0922f;
  font-size: 2em;
  font-weight: bold;
  font-family: 'Open sans', sans-serif;
  margin-bottom: 5px;
}

.date-grey {
  opacity: 0.5;
  white-space:nowrap;
}

.conc_item p {

  font-size: 0.9em;

}

.conc_item h4 {

  margin-top: 5px;
  margin-bottom:5px;

}

.conc_item p.fix_p {
  height: 140px;
  overflow: hidden;
  margin-top: 15px;
}




.slick-slider {
margin: 20px;

}

.slick-slide {
position: relative;

}

.slick-prev::before, .slick-next::before {
color: white;


}
/*
.slick-prev::before, .slick-next::before {
    font-size: 30px;
  }

  .slick-next {

    right: -18px;

}

.slick-previous {

    left: -18px;

}

.slick-prev, .slick-next {

    width: 30px;
    height: 30px;
  } */



/* DGH Amendments */

button.navbar-toggler {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid black;
}

button.navbar-toggler.collapsed {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}

.navbar-dark .navbar-toggler {

border-color: black;
}



.slick-container {
  width: 100%;
  position: absolute;

  margin-right: auto;

  margin-left: auto;

  padding-right: 15px;

  padding-left: 15px;
  height: 400px;

}

.navbar {

    padding-top: 30px;
    padding-bottom: 20px;

}
.navbar {

    min-height:none;
  }

  body h1, .h2, .h3, .h4, .h5, .h6, .section_menu__item__price, h1, h2, h3, h4, h5, h6 {

    font-family: 'Blender', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: .5rem;
    color: #b0922f;

  }

  h3.ev_date {
    color: #b0922f;
    font-size: 1.4em;
      font-family: 'Open sans', sans-serif;
  }

.conc_item h2, h2.event_title, .big_info h1 {
display: initial;
  background: #b0922f;
padding-left: 6px;
padding-right: 6px;
color:
white;
font-family: Blender-Heavy, Blender;
margin-top: 10px;
margin-bottom: 20px;
}

.navbar-brand > img {
    max-height: calc(80px - 10px - 1rem);
      width: auto;
}

.section_welcome {
    height: 80vh;
}



@media (min-width:768px) {
.navbar-brand > img {

    width: auto;
    max-height: calc(120px - 10px - 1rem);

}

.section_welcome {
    height: 100vh;
}

div.mod_article section.section_discover.section {

    padding: 4rem 0;

}

div.mod_article section.vorstand {

    padding: 1rem 0;

}




}




.container.head_cont {
  max-width: none;
}

.navbar .nav-link {


    font-size: .85rem;
    font-weight: 700;

}


.slick-dots {

  display: none;


}

a, a:hover {

    color: #b0922f;

}

h2.opensans {
  font-family: 'Open Sans', sans-serif;
  font-size: 210%;
  color: #b0922f;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-left: -44px;
}

.section_about {
    min-height: 500px;
    background: url(../../bm/img/lucerne2.jpg) no-repeat 50%/cover;
  }


  div.section_about__description p {

    font-size: 1.25rem;
    line-height: 1.5;
    position: relative;
  }

  section.section_about.smaller div.section_about__description p {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}

section.section_about.smaller div.section_about__description h1 {
  font-size: 1.4rem;
 
}



  .section_about::before {
 background: linear-gradient(#000, hsla(0, 0%, 100%, .1) 30%, rgba(0,0,0,0.1)), linear-gradient(to bottom right, #000 0, #000 15%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.1));
 background: -webkit-linear-gradient(rgba(0,0,0, 0.1), hsla(0, 0%, 100%, .1) 30%, rgba(0,0,0,0.1)), linear-gradient(to bottom right, rgba(0,0,0,1) 0, rgba(0,0,0, 1) 15%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.1));
  }

  .section_about__description::before {

      display: block;
      width: 40px;
      margin: 1rem 0;
      content: "";
      border-top: 2px solid #b0922f;
  }



  .section_about__description, .section_about h4 {
    color: #fff;

  }
section.section_discover.green, section.section_discover.cds:nth-child(2n), #main section.section_discover.s_ueber:nth-child(2n+1), body.index section.section_discover.first_sec
 {

background-color: #d3e6db;
background-image: linear-gradient(#d3e6db, #deccdd);
}

/* Farben 2023/24
{
background-color: #F1F1F1;
background-image: linear-gradient(#F1F1F1, #DBE9DA);
}
*/

body.scp section.section_discover.first_sec:nth-child(2n+3) {

background-color: #F1F1F1;
background-image: linear-gradient(#F1F1F1, #DBE9DA);
}



div.mod_article.black section.section_discover {
  background-color: #000;
  color: #ddd !important;


}

section.section_discover.sec_fireabend {
  
  background-color: #F1F1F1;
  background-image: linear-gradient(#CDE6F6, #EDAE73);

}

div.press_downloads {
  padding: 0 8px 0 8px;
  min-height: 160px;
}


div.fixed_height .img-fluid {
  height: 140px;
  float: right;
  object-fit: contain;
  width: 100%;
}

div.inner_gold {
  border-color: #b0922f;
  border-top: 1px solid #b0922f;
  min-height: 140px;
  padding: 20px;

/*  --notchSize: 25px;

clip-path: polygon( 0% 0%, 0% 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% 100%, calc(100% - var(--notchSize)) 100%, 0% 100%, 0% calc(100% - var(--notchSize)) );

-webkit-clip-path: polygon( 0% 0%, 0% 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% 100%, calc(100% - var(--notchSize)) 100%, 0% 100%, 0% calc(100% - var(--notchSize)) );
*/
}
.fixed_height {
  min-height: 200px;

}

.border_gold_box {
  border: 1px solid #b0922f;
  margin: 20px 0px;
  min-height: 180px;
  padding: 15px 0px;
}

.opensans {
  font-family: 'Open Sans', sans-serif;

}

h6.opensans {
  color: white;

}

div.press_downloads h3 {
     text-transform: uppercase;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

h3.video_untertitel {
  margin-top: 15px;
  margin-bottom: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;

  color: #b0922f;
  font-weight: 800;

  text-transform: uppercase;

}

.background-div {
   position: absolute;
   z-index: -1;
   display:block;
     min-height:50%;
     min-width:50%;
  color: #b0922f;
  font-size: 200px;
  opacity: 0.5;
  font-family: serif;
   }

.section_discover__img::before {

    top: 0%;
    left: 0%;
    border: none;
}

.section_discover__description::before {


    border-top: 3px solid #b0922f;

}

p.section_discover__description {
  color: #000;
  opacity: 0.4;
  padding-right: 20px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #eac341;
}


.pad_top {
  padding-top: 40px;
  scroll-margin-top: 150px;

}

.anchor_offset {
scroll-margin-top: 150px;

}

.anchor {
    scroll-margin-top: 150px;
}


.my_video {s
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: inherit;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videoabstand {
  margin-top: 150px;
}

.flickity-page-dots > .dot.is-selected {

    background-color: #b0922f;

}

.first_sec {
    z-index: -1000;
}

body.bastelseite-schweizer-chorleitungpreis section.section_discover.first_sec {
    z-index: 0;
}

body.prog-veranstalter section.section_discover.first_sec {
    z-index: 0;
}

body.prog-veranstalter div.row {
  margin-right: 0px;
  margin-left: 0px;
}


body.schweizer-chorleitungspreis.scp section.section_discover.first_sec {
   z-index: 0;
}

body.scp-galerie section.section_discover.first_sec {
   z-index: 0;
}


h1#foerderer.ce_headline {
margin-left: 15px;
}


.btn {
    color: #b0922f;
    padding: 0.5rem 1rem;
}

.btn-default:active, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #b0922f !important;
  border-color: #b0922f;
}

.btn-primary {


    border-color: #b0922f;

}

.btn-primary:active, .btn-primary:active:focus, .btn-primary:focus {
  color: #b0922f;
  background-color: white !important;
  border-color: #b0922f;
}

.btn-primary:active:hover {
  color: white
  background-color: #b0922f !important;
  border-color: #b0922f;
}

.infobox {
  border: 1px solid #b0922f;
  color: #b0922f;
  margin-top: 2em;
  padding: 15px;
}

.section_footer__heading {
  color: #b0922f;

}

p.color {
   color: #777;
}

.event.row .infobox {

  margin-top: 0;

}

.event.row {

  border-bottom: 1px solid #b0922f;
  padding: 20px 0 20px 0;

}

div.event.row:first-of-type {
  border-top: 1px solid #b0922f;
}

.event_date {
  text-align: center;
}

.event_date h1, h2, h4 {
font-family: 'Open Sans', sans-serif;
margin: 0;
}

.event_date h1, h2 {
  font-weight: bold;
}

.event_date h1 {
  font-size: 4.75em;
  margin-bottom: -0.2em;
  margin-top: -0.2em;
}


.event_date h2 {
  font-size: 2.5em;
  margin-bottom: 0em;
  text-transform: uppercase;
}

.event_date h4.ev_jahr {
  margin-bottom: 1em;

}

.event_date h4.ev_uhrzeit {
  font-weight: bold;
}

 h4.ev_ort {
  margin-top: 12px;
  margin-bottom: 25px;
}

p.ev_untertitel {
 font-weight: bold;
}



.anchor_corr {
  position: relative;
  top: -100px;
  opacity: 0;
}


h2.linkh2:before {
      padding-top: 150px;
      margin-top: -150px;
      -webkit-background-clip: content-box;
      background-clip: content-box;
  }

@media (max-width:600px) {

  .navbar-brand > img {

    max-height: calc(65px - 10px - 1rem);
    width: auto;
  }


  .navbar {

    padding-top: 12px;
    padding-bottom: 10px;
  }

  button.navbar-toggler {

    width: 40px;
    height: 40px;
  }

  button.navbar-toggler.collapsed {

    width: 40px;
    height: 40px;
  }

.event_date h1, .event_date h2, .event_date h4 {
    display: inline;
    font-size: 2em;
    font-weight: normal;
    margin: 0;
    text-transform: none;


  }

  div.event_date {
      text-align: left;
  }


  .event_date h1:after, .event_date h2:after {

  	content: ".";
  }

  .conc_item {
    font-size: 75% !important;
    height: 300px;
  }

  .conc_item p {
    font-size: 120% !important;
  }

  .bm_slider {
  top: -300px;

  }
  .slick-slider {
    margin: 0px;
  }

  .slick-container {


    padding-right: 0px;
    padding-left: 0px;

}
}

.bg-pads {
  padding: 2px 4px;
  height: 67px;
}

.border-pad {
  padding: 0.5rem 1rem;
  color: #aaa;
  border: solid 1px #ccc;
}

.bdbc {
  box-decoration-break: clone;
}

div.ce_bs_grid_gallery.block figure.image_container {
padding: 15px;

}

section.section.section_discover.lower_top_margin {
  padding-top: 0em;
}

.img-thumbnail {


    border: 1px solid #b0922f;

}

div.kritiken h3 {

    margin: 20px 0px;
    font-size: 1.7em;
    font-family: serif;
    font-style: oblique;

  }

div.kritiken h4 {

    margin: 30px 0px;
    font-size: 1.35em;
    font-family: serif;
    font-style: oblique;

  }

  div.col-sm-6.align-self-top.kritiken {
    border-bottom: 1px solid #b0922f;
    margin-bottom: 60px;
    padding-bottom: 10px;
  }

  div.kritiken h6 {
font-size: 0.9em;
      color: black;

    }

.lb-container {

    padding: 10px;

}
section.section.section_gray.section_newsletter {
background: url('/files/bm/dateien/rubr/merian_plan_10proz.jpg');
background-size: cover;



}
.event_img {
  width: 100%;
}


 .slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}


.mehrtermine {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #b0922f;
  color: white;
}



::selection {

    background-color: #b0922f;
}

footer p {
   color: #777;
}

.section_welcome::before {

      opacity: .25;

}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

/* .section_welcome::before {

  transition: all 1s;
-webkit-transition: all 1s;



}

.section_welcome:hover::before {

  transition: all 1s;
-webkit-transition: all 1s;
    opacity: .6;


} */

.content {
  position: relative;


  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.3);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

i.fas.fa-play-circle {
color: white;
font-size: 80px;
}


div.downlink a {
  display: flex;
  align-items: center;
  font-size: 0.8em;
}


section.section_newsletter .form-control {
    height: 2.5em;
    padding: 0.55rem 2rem;
  }

  section.section_newsletter h2 {
     text-transform: uppercase;
     font-weight: normal;
  }

  section.section_newsletter h2::before { content: "__";}

.sponsorengalerie img.img-fluid {
  border: none;
}

div.ce_bs_grid_gallery.sponsorengalerie.block figure.image_container {

    padding: 30px;
  }

  div.ce_bs_grid_gallery.sponsorengalerie.block div.row {
    border-top: 1px solid #b0922f;
    border-bottom: 1px solid #b0922f;
  }

  div.ce_bs_grid_gallery.sponsorengalerie.scp.block div.row {
    border-top:none;
    border-bottom: none;
    
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

  outline: none;
  }



  .section_header::before {


    opacity: 0.3;


}

/* Ausnahme FireAbend */

body.fireabend-konzerte section.section_header::before {


    opacity: 0;

 background-color: initial;}


.lity {

background: #0b0b0b;
background: rgba(0, 0, 0, 0.6);
}

li.fb {
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: 20px;
}

li.fb:hover {
  color: black;
  background-color: #b0922f;
  border: 1px solid #b0922f;

}

li.fb i {
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 9px;
  margin-bottom: 6px;
}



nav.navbar-dark i.fab {
  color: black;
}

nav.navbar-dark li.fb {
  border: 1px solid #000;
  border-radius: 5px;
  margin-left: 20px;
}

body {


    line-height: 1.6;


}

.navbar::before {

  border-bottom: 1px solid #b0922f;


}

body.cd-raff section.section_discover.first_sec {
  padding-bottom: 0;
}

body.cd-ammann section.section_discover.first_sec {
  padding-bottom: 0;
}


div.mod_article section.section_discover.cdbestform {
  padding-top: 0;
}

@media (max-width:991px) {


nav.navbar-dark li.fb {
  margin-left: 15px;
  margin-top: 10px;
  width: 41px;

}


h2.opensans {

  font-size: 190%;
  margin-left: 0px;
}
}

body.partner div#article-231 .section_header::before {

    opacity: 0.5;

}

.mod_article.header_opacity05 .section_header::before {

    opacity: 0.5;

}

.slick-prev, .slick-next {

    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 34%;
    display: block;
    width: inherit;
    height: inherit;
    padding: 0;
    cursor: grab;
    transform: scaleX(0.75);

}

.slick-prev::before, .slick-next::before {

    font-family: 'slick';
    font-size: 100px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}


.slick-next::before {

    content: '›';
    opacity: 1;

}

.slick-prev::before {

    content: '‹';
    opacity: 1;

}

a.btn.btn-primary.evinf.mobile {
  display: none;
}

@media only screen and (orientation : portrait) {

div.big_info_header div.row {
  height: 100vh;
  overflow-y: scroll;

}

a.btn.btn-primary.evinf.desktop {
  display: none;
}
a.btn.btn-primary.evinf.mobile {
  display: inline-block;
}


}



a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

body.termine section.section_menu, body.termine-gesamt section.section_menu {
  padding-top: 0px;
}

body.kontakt .first_sec, body.cd-ammann .first_sec, body.cd-raff .first_sec, body.freunde .first_sec, body.cd-moser-huber .first_sec, body.fireabend-konzerte .first_sec, body.saisonübersicht .first_sec {

  z-index:100;
}



body.index header#header div.container div.row div.ce_text.announcement {
  background: rgba(0, 0, 0, 0.7);
  margin-top: 30vh;
  padding:25px;
  font-size: 90%;
  height: 130px;
}

body.index header#header div.container div.row div.ce_text.announcement2 {
  background: rgba(0, 0, 0, 0.7);
  margin-top: 30vh;
  padding:25px;
  font-size: 90%;
  height: 130px;
}

html body.bm-home-test header#header div.inside div#article-270.mod_article.first.last.block div#ballMenuContainer div#menuBall1.menuBall a.ball.blueball div.menuText h2.button_announce {
  color: #fff !important;
}


body.cd-ammann div.mod_article section.section_discover.section {
    padding: 1rem 0;
}

.btn {
  text-transform: none;
}

section.section_discover.first_sec.sec_fireabend a.btn {
  border-color: #FFF;
  border: 2px solid #FFF;
  color: #FFF;

}

section.section_discover.first_sec.sec_fireabend a.btn:hover {
  background-color: #FFF;
  
}

div.foto_caption {
  padding-top: 10px;
  text-align: right;
  color: #AAA;
}

div.conc_item h2.num_2321, div.conc_item h2.num_2322, div.conc_item h2.num_2323, div.conc_item h2.num_2324, div.conc_item h2.num_2325, div.conc_item h2.num_2326,  div.conc_item h2.num_2421,  div.conc_item h2.num_2422,  div.conc_item h2.num_2423 {
  background-image: linear-gradient(#f6911e, #ed2524);
} 

div.container.page-submenu {
  padding: 20px 0;
  padding-left: 10px;
  border-bottom: 1px solid var(--maincolor);

}

div.container.page-submenu a {
  margin: 0 20px;
  font-weight: bold;

}

div.container.page-submenu a:hover {
 text-decoration: none;

}

.img-fluid.img_floatleft {
  width: 25%;
  margin-right: 30px;
  float: left;
}

.img-fluid.img_floatleft50 {
  width: 50%;
  margin-right: 30px;
  float: left;
}


a#topbutton {
  display: inline-block;
  background-color: #b0922f;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
a#topbutton::after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6em;
  line-height: 40px;
  color: #fff;
}
a#topbutton:hover {
  cursor: pointer;
  background-color: #333;
}
a#topbutton:active {
  background-color: #555;
}
a#topbutton.show {
  opacity: 1;
  visibility: visible;
}

.section_fullscreenimage {
  min-height: 100px;
  background: url(../img/19.jpg) no-repeat 50%/cover;
  height: 20vh;
  }

.section_fullscreenimage::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(#fff, hsla(0, 0%, 100%, .1) 30%, transparent), linear-gradient(to bottom right, #fff 0, #fff 15%, transparent 30%, transparent);
}

a.btn.large.btn-primary.evinf { 
  font-size: 1rem;
}


body.anmeldung div.container.pad_top {
  padding-top: 0px;


}


/*

Test div
*/



.toggle-container {
 
    width: 100%;
}

.toggle-div {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-header h2:hover {
    background-color: #f9f9f9;
}

.hidden-content {
    max-height: 0; /* Initially hide the content */
    overflow: hidden; /* Prevent overflow when not visible */
    transition: max-height 0.8s ease, opacity 1.5s ease; /* , opacity 0.5s ease; Animation */
    opacity: 0; /* Hidden by default */
 
}

.hidden-content.show {
    max-height: 10200px; /* Set an appropriate max-height for visibility */
    opacity: 1; /* Fade-in effect */
     overflow: visible;
  
}

@media (max-width: 600px) {
    .toggle-div {
        padding: 15px;
    }
}
 
main#main div.inside.toggle-container section {
  padding: 0;
  padding-top: 1rem;
}

 main#main div.inside.toggle-container div.mod_article.prog-box div.container.prog-box-cont {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    cursor: pointer;
      background-image: url(/files/bm/assets/img/arrow_down.png);
      background-repeat: no-repeat;
      background-size: 50px;
      background-position: right 10px top 13px;
}

div.container.prog-box-cont h2 {
  margin-left: 20px;
  font-weight: normal;

}

div.hidden-content div.container.pad_top {
  padding-top: 0px;
}


#article-431 > section:nth-child(1) > div:nth-child(1)

/*

Test div
*/





