@import url(font-awesome.min.css);
/*
MAIN CSS FILE für MOBS!!!
 */

.mw-15 {
  max-width: 15%;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fafafa;
  font-size: 16px;
}

h1 {
  font-size: 1.8rem !important;
  color: #555;
}

h2 {
  font-size: 1.5rem !important;
}

h3 {
  font-size: 1.3rem !important;
}

h4,
h5 {
  font-size: 1.2rem !important;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  color: #303030;
  margin-bottom: 0px;
}

.inhalt-formatiert p {
  margin-bottom: 15px;
}

a,
a:hover,
a:focus {
  color: inherit;
  transition: all 0.3s;
}

a:hover {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

a p:hover {
  color: inherit;
  font-weight: bold;
}

li {
  list-style: none;
}

mark {
  background-color: rgba(0, 123, 255, 0.3);
}

.navbar {
  padding: 10px 5px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.col-date {
  width: 90px;
}

.col-time {
  width: 55px;
}

.col-gremium {
  width: 100px;
}

.col-thema {
  width: 30%;
}

.col-notiz {
  width: 50px;
}

.col-doc {
  width: 25%;
}

.col-ref {
  width: 120px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#topbar {
}

#themepic {
  width: 100%;
  height: 229px;
  max-height: 229px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.themepics {
  width: 100%;
  height: 229px;
  max-height: 229px;
}

#pageHeader {
  height: 50px;
}

#aktuelleInfos {
  height: 25px;
}

#mainwrapper {
  display: flex;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  align-items: stretch;
  perspective: 1500px;
}

#contentwrapper {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  overflow: hidden;
}

#content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
}

@media all and (max-width: 768px) {
  #topbar {
    margin-left: -5px;
    margin-right: -5px;
  }
  #themepic {
    width: 100%;
    height: 100px;
    overflow: hidden;
  }
  .themepics {
    width: 100%;
    height: 100px;
    max-height: 100px;
  }
  #pageHeader {
    height: unset;
  }
  #aktuelleInfos {
    height: unset;
  }
  #content {
    padding-left: 9px;
    padding-right: 9px;
    min-height: 100vh;
    transition: all 0.3s;
  }
}

#content.active {
  width: 100%;
}

/*----------------------------------------------------
    NAVBAR STYLE
----------------------------------------------------- */

#navbarDropdown::after {
  /* display: block; 
    position: absolute; */
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.dropdown-item:hover {
  background-color: #ccc;
}

#navbarSupportedContent {
  width: 90%;
}

.navbar-collapse {
  flex-basis: unset !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebarCollapse {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  cursor: pointer;
}

#sidebarCollapse span {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #555;
  transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
  transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
  transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
  opacity: 0;
}

#sidebarCollapse span:last-of-type {
  transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
  transform: none;
  opacity: 1;
  margin: 5px auto;
}

.clickable {
  cursor: pointer;
}

.list-unstyled p {
  margin-bottom: 0;
}

.sort:hover {
  background-color: #dee2e6;
}

/* ersetzt durch #mainwrapper */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  perspective: 1500px;
}

.navline {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

#sidebar {
  min-width: 310px;
  max-width: 310px;
  background-color: var(--background);
  color: var(--text);
  transition: all 0.3s;
}

#sidebar.active {
  margin-left: -310px;
}

#sidebar .sidebar-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  min-height: 220px;
  max-height: 270px;
}

#sidebar ul.components {
  padding: 0 0 10px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  text-decoration: none;
}

#sidebar a:hover,
#sidebar .active a {
  background-color: white;
  color: var(--highlight-text) !important;
}

#gemeinden a:hover {
  background-color: none;
  border: 2px solid white;
  border-radius: 0.3em;
}

.popover {
  max-width: 500px;
}

.sidebar-image {
  width: 120px;
}

.sidebar-hr {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #ad5858;
}

a.article,
a.article:hover {
  background: #aa2b30 !important;
  color: #fff !important;
}

/*Cookie Consent Begin*/

#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

#cookieConsent a {
  color: #4b8ee7;
  text-decoration: none;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}

#closeCookieConsent:hover {
  color: #fff;
}

#cookieConsent a.cookieConsentOK {
  background-color: #f1d600;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #e0c91f;
}

/*Cookie Consent End*/

/* include adris */

#pikacontainer {
  width: -moz-fit-content;
  width: fit-content;
}

.w-300 {
  width: 300px;
}

.w-400 {
  width: 400px;
}

/* ---------------------------------------------------
    MARQUEE - HEADER
----------------------------------------------------- */

.marquee {
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/* ---------------------------------------------------
    BOOTSTRAP
----------------------------------------------------- */
strong {
  font-weight: bold !important;
}

.nListeInhaltFormatiert li {
  list-style: unset;
}

.btn-adkomm {
  background-color: #f7a600;
}

.text-adkomm {
  color: #f7a600;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  font-size: 8px;
  text-align: center;
}

.btn-circle.btn-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  font-size: 8px;
  text-align: center;
}

.btn-circle.btn-md {
  width: 50px;
  height: 50px;
  padding: 7px 10px;
  border-radius: 25px;
  font-size: 10px;
  text-align: center;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 12px;
  text-align: center;
}

.col-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 130px;
  max-height: 130px;
  min-width: 130px;
  max-width: 130px;
  margin-left: 15px;
}

.col-image-veranstaltungen {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 130px;
  max-height: 130px;
  min-width: 130px;
  max-width: 130px;
  object-fit: contain;
  height: 100%;
  width: 100%;
  background-position-x: center;
  background-position-y: center;
  margin-left: 15px;
}

@media all and (max-width: 768px) {
  .col-image {
    min-height: 110px !important;
    max-height: 150px !important;
    min-width: 110px !important;
    max-width: 110px !important;
  }
}

.col-pixel-width-110 {
  flex: 0 0 160px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Collapsing tables */

.table-collapse-desc {
  display: none;
}

@media all and (max-width: 768px) {
  .table-collapse th {
    display: none;
  }
  .table-collapse tr {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .table-collapse td {
    display: table-row;
    border-spacing: 0 50px;
  }
  .table-collapse .cell {
    display: table-cell;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .table-collapse-desc {
    display: inline;
    font-style: bold;
  }
}

/* Carousel Black Arrows */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* ---------------------------------------------------
    MOBILE Support
----------------------------------------------------- */

@media (min-width: 576px) {
  .mobile-visible {
    display: inherit;
  }
  #pikacontainer {
    float: right !important;
  }
}

@media (max-width: 576px) {
  .mobile-unvisible {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-visible {
    display: none;
  }
}

/* ---------------------------------------------------
    DATEIEN | BILDER
----------------------------------------------------- */

.img-listview {
  height: 100px;
  max-width: 140px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -310px;
  }
  #sidebar.active {
    margin-left: 0;
    transform: none;
  }
  #sidebarCollapse span:first-of-type,
  #sidebarCollapse span:nth-of-type(2),
  #sidebarCollapse span:last-of-type {
    transform: none;
    opacity: 1;
    margin: 5px auto;
  }
  #sidebarCollapse.active span {
    margin: 0 auto;
  }
  #sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
  }
  #sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
  }
}
