.bg-body-tertiary {
  --bs-bg-opacity: 0;
}

br.cb {
  clear: both;
}

input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  outline-offset: -2px;
  border: 1px solid lightgray;
  padding-left: 0.5rem;
}

a:visited {
  text-decoration-color: lightgray;
}

.ical {
  padding: 0.5rem;
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

#ical-modal {
  display: none;
}

.icalmodal {
display: block; 
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}

.modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 2rem;
border: 1px solid #888;
width: 60%;
}

.close-modal:hover, .close-modal:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.close-modal {
color: #aaa;
float: right;
font-size: 2rem;
font-weight: bold;
}

.text-body-secondary, .card-body {
  hyphens: auto;
}

.dhide {
  border-left: 6px solid transparent !important;
}

.y1header.dhide{
  display: none;
}

.y1header {
  font-size: 2rem;
}

.card:hover {
  --bs-card-border-color: var(--bs-border-color-translucent);
}
.card {
  --bs-card-border-color: var(--bs-body-bg);
}

nav ol.breadcrumb {
  padding-bottom: 1rem;
}

.tag-kategorie {
  display: none;
}

.truncate {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate2 {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  @supports (-webkit-line-clamp: 2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.truncate3 {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eventliste {
  padding-left: 1rem;
  padding-top: -1rem;
}
.showtext {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
}
.showtext a {
  text-decoration: none;
}
.showtexthover {
  display: none;
}
/* .kategorie.show:hover .showtexthover {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
} */
.kategorie.show.fix .showtexthover {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#openstreetmap {
  width: 450px;
  height: 450px;
}
.xheader {
  display: block;
  width: 100%;
  height: 50px;
  position: sticky;
  top: 0;
}
.yheader {
  width: 100%;
  height: 50px;
  position: sticky;
  top: 0;
}

#logo-ks {
  height: 36pt;
  margin-top: -0.7rem;
}
#text-ks {
  font-weight: bold;
  font-size: 22pt;
  display: inline-block;
  margin-top: 6pt;
}
.calendar {
  margin-top: 2rem;
}
#navbarNav {
  padding-top: 0.6rem;
  flex-grow: initial;
}
.nav-link .active {
  color: var(--bs-body-fg);
  font-size: 1.2rem;
}
a {
  text-decoration: underline;
  color: var(--bs-body-fg);
}
#header-img {
  position: absolute;
  top: 0px;
  left: -4.6rem;
  width: 100%;
  height: auto;
}
main {
  margin-bottom: 10rem;
  hyphens: auto;
}
header h2 {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header h3 {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hidden {
  display: none;
}
.carousel-caption {
  background-color: rgba(255, 255, 255, 0.85);
  color: white;
  padding: 1rem;
  text-align: left;
  left: 5%;
  right: 5%;
}
.carousel-caption p {
  display: none;
}
.carousel-caption:hover p {
  display: block;
}
.carousel-caption h5 {
  text-align: center;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: gray;
  border-radius: 12pt;
}

.card-text a, .card-title a {
  text-decoration: none;
  color: var(--bs-body-fg);
}
.card-text {
  color: gray;
}
span.kategorie {
  display: none;
}
.highlights {
  width: 100%; 
  padding: 1rem;      
}
.highlights-top, .top-zufall, .top-schwerpunkt {
  width: 100%; 
  padding: 1rem;      
}
.kategorie.show {
  border: 0px solid black;
}
.card-text, .card-title {
  text-overflow: ellipsis !important;
}
#footer {
  padding: 1rem;
}
span.dots {
  color: #ccc;
}

span.match {
  background-color: yellow;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('/kalender/static/open-sans-v17-latin-regular.woff2') format('woff2')
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: url('/kalender/static/open-sans-v17-latin-italic.woff2') format('woff2') 
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url('/kalender/static/open-sans-v17-latin-700.woff2') format('woff2') 
}
body {
margin: 2rem;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 15pt;
max-width: 1300px;
}
.carousel-caption {
color: #000 !important;
}
#carouselExampleIndicators {
  border: 1px solid lightgray;
}

.truncatesmall {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 992px) {
  .two-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    }    
}

@media screen and (max-width: 991px) {

  body {
    margin: 0.5rem !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 12pt !important;
    }
  
  .calendar {
      margin-top: 0rem;
    }
    
  #openstreetmap {
      width: 320px;
      height: 320px;
    }    

  .xheader {
    display: none;
    }

  .showtext, .showtexthover {
    display: none;
    }
  /* .kategorie.show:hover .showtexthover {
    display: none;
  }
     */
  .kategorie.show.fix .showtexthover {
    display: none;
  }
  #logo-ks {
      height: 24pt !important;
      margin-top: -0.25rem;
    }
  #text-ks {
      font-weight: bold;
      font-size: 15pt;
      display: inline-block;
      margin-top: 4pt;
    }    
  .kategorie.show:hover .showtexthover {
      display: none;
    }
        
  .ffooter {
  font-size: 1rem;
  }

  span.alleanzeigen {
  display: none;
  }

  .klammer {
  display: flex; 
  flex-direction: column !important; 
  gap: 1rem !important;
  }

  .wrapkat {
  display:flex; 
  flex-direction: row !important; 
  width: 100% !important; 
  overflow: scroll !important;
  }

  .wrapkattop {
  max-width: 100% !important;
  padding-top: 1rem !important;
  }

  .wrapkattop h2 {
  padding-left: 0rem !important;
  }

  .textkat {
  display: none !important;
  }
  .showkat {
  display: inline-block !important;
  }
  .smallhide {
  display: none !important;
  }
}

.textkat {
display: none;
}

.showkat {
display: none;
}

.wrapkat {
display:flex; 
flex-direction: column; 
min-height: 30px; 
}

.wrapkattop {
max-width: 30%;
padding-top: 1rem;
}

.wrapkattop h2 {
padding-left: 0.6rem;;
}

.klammer {
display: flex; 
flex-direction: row; 
gap: 2rem;
padding-bottom: 1rem;
}
.klammer-intro {
display: flex;
flex-direction: row;
gap: 2rem;
padding: 2rem 0 0 1rem;
}
.row > .card {
padding-right: 0rem;
padding-left: 0rem;
}

.btn {
  --bs-btn-border-radius: 0px !important;
}

.btn-light {
--bs-btn-bg: transparent;
--bs-btn-border-color: transparent;
--bs-btn-color: var(--bs-body-fg);
}

navx {
display: none;
}

.two-columns ul {
list-style-type: none;
}

div.label {
  display: inline-block;
} 

div.labelblack {
  background-color: black;
  color: white;
  display: inline-block;
  margin-bottom: 1rem;
}

div.labelimg {
  padding-bottom: 2rem; 
}

div.infoblock {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

main ::-webkit-scrollbar {
width: 0;
background: transparent;
}

.sc-1 {
  display:flex; 
  flex-wrap:row; 
  width: 100%; 
  overflow: scroll;
}

.sc-2 {
  display: inline-block;
}

.sc-3 {
  min-width: 620px; 
  padding-right: 1rem;
}

.sc-4 {
  width: 600px; 
  height: 400px;  
  background-size: cover;
}

.sc-5 {
  padding-bottom: 1rem;
}

.sc-6 {
  float: left; 
} 

.sc-7 {
  display: inline-block;
}

.sc-8 {
  display: inline-block;
}

.sc-9 {
  margin-left: -0.3rem;
}

.sc-10 {
  margin-left: 0.6rem;
}

.sc-11 {
  margin-top: -1rem;
}

.sc-12 {
  padding-right:20px;
  min-width: 200px;
}

.sc-13 {
  max-width: 540px;
}

.sc-14 {
  text-decoration: none; 
  color: var(--bs-body-fg);
}

.sc-15 {
  min-width: 300px; 
  background-color: var(--bs-body-bg);
}

.sc-16 {
  text-decoration: none; 
  color: var(--bs-body-fg);
}

.sc-17 {
  font-size: 3rem;
}

.sc-18 {
  width: 500px; 
  padding-left: 2rem; 
  font-size: 1.5 rem;
}

.sc-19 {
  text-decoration: none; 
  color: var(--bs-body-fg);
}

.sc-20 {
  text-decoration: none; 
  color: var(--bs-body-fg);
}

.sc-21 {
  border: 1px solid lightgray;
}

.sc-22 {
  width: 420px; 
  padding-left: 2rem;
}

.sc-23 {
  text-decoration: none; 
  color: var(--bs-body-fg);
}

.sc-24 {
  text-decoration: none; 
  color: var(--bs-body-fg);
}

.sc-25 {
  min-height: 200px; 
  background-color: var(--bs-body-bg);
  border: 1px solid lightgray;
}

.sc-26 {
  text-decoration: none; 
  color: var(--bs-body-fg)
}

.sc-27 {
  min-height: 200px; 
  background-color: var(--bs-body-bg);
}

.sc-28 {
  display: inline-block;
}

.sc-29 {
  display: inline-block;
}

.sc-30 {
  display:flex; 
  flex-wrap:row; 
  width: 100%; 
  overflow: scroll;
}

.sc-31 {
  display: inline-block;
}

.sc-32 {
  display:flex; 
  flex-wrap:row; 
  width: 100%; 
  overflow: scroll;
}

.sc-33 {
  padding-bottom: 2rem;
}

.sc-34 {
  padding-bottom: 2rem;
}

.sc-35 {
  padding-bottom: 2rem;
}

.sc-36 {
  min-height: 140px;
}

.sc-37 {
  min-height: 140px; 
  float:left; 
  color: gray; 
  font-size: 4rem; 
  font-weight: bold; 
  width: 100px;
  padding-right: 2rem; 
  text-align: right;
}

.sc-38 {
  padding-top: 1rem;
}

.sc-39 {
  display: inline-block; 
}

.sc-40 {
  display:flex; 
  flex-wrap:row; 
  overflow: scroll;
}

.sc-41 {
  min-width: 300px; 
  max-width: 300px; 
  margin-right: 6px;
}

.sc-42 {
  text-decoration: none; 
  color: var(--bs-body-fg);
}

.sc-43 {
  min-height: 212px; 
  background-color: var(--bs-body-bg);
}

.sc-44 {
  font-size: 1.25rem; 
  font-weight: 500; 
  padding-left: 1.7rem;
}

.sc-45 {
  background-color: lightgray; 
  color: gray;
}

.sc-46 {
  color:transparent;
}

.sc-47 {
  background-color: lightgray;
}

.sc-48 {
  color:lightgray;
}

.sc-49 {
  max-width: 900px;
}

.sc-50 {
  display:flex; 
  flex-wrap:row; 
  width: 100%; 
  overflow: scroll;
}

.sc-51 {
  color: lightgray;
}

.sc-52 {
  display:flex; 
  flex-wrap:row; 
  width: 100%; 
  overflow: scroll;
}

.sc-53 {
  padding-bottom: 2rem;
}

.sc-54 {
  width: 800px;
}

.sc-55 {
  float: right; 
  padding-left: 2rem; 
  padding-top: 1rem;
}

.sc-56 {
  border: 1px solid lightgray;
}

.sc-57 {
  padding-left: 2rem; 
  padding-top: 2rem;
}

.sc-58 {
  padding-left: 2rem;
}

.sc-59 {
  display:flex; 
  flex-wrap:row; 
  width: 100%; 
  overflow: scroll;
}

.sc-60 {
  padding-bottom: 2rem;
}

.sc-61 {
  float: left; 
  border: 1px solid lightgray;
}

.sc-62 {
  display: inline-block; 
  width: 600px; 
  padding-left: 1rem;
}

.sc-63 {
  display: inline-block; 
  width: 800px;
}

.sc-64 {
  background-color: lightgray; 
  color: gray;
}

.sc-65 {
  color:transparent;
}

.sc-66 {
  color: lightgray;
}

.sc-67 {
  background-color: lightgray;
}
.sc-68 {
  display: none;
}
.sc-68.show {
  display: block;
}