/* ----------------------------- */
/* ---------- GENERAL ---------- */
/*
gold: #b17d2a
dunkelblau: #ae0f09
hellblau: #009ee3
hellgrau: #e3e3e3;
dunkelgrau: #575756
kbl blau #007baf
 *
*/
/* ----------------------------- */

:root {
  --blau: #009fe3;
  --gelb: #ffcc00;
}

html,
body,
img,
pre {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: "open_sans", Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  color: #000000;
  font-size: 16px;
  line-height: 1.42857143;
}

input {
  /*font-size: 12px !important;*/
}

.clearfix {
  clear: both;
  height: 0;
}

.fix {
  position: fixed;
}

body {
  background: #fff;
}

hr {
  height: 1px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #000000;
}

/* ----------------------------- */
/* ---------- LAYOUT ----------- */
/* ----------------------------- */

/*Header*/

.kulturvorschauLink {
  background: var(--blau);
  color: white;
  padding: 5px 10px;
  font-size: 1.5em;
  text-align: center;
  width: 300px;
  margin: 20px auto;
}

.kulturvorschauLink a {
  color: white;
  text-decoration: none;
}

header {
  width: 100%;
  background: #e5e5e5;
}

#headercontent {
  position: relative;
  margin: 0 auto;
  padding: 20px 0px;
  height: 110px;
}

#Logo {
  position: absolute;
  left: 0px;
  height: 192px;
  width: 392px;
  z-index: 11;
}

#Logo img {
  width: 392px;
}

#KartenVVK {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

#KartenVVK a {
  text-decoration: none;
  font-size: 1.6em;
}

#SearchSocialBox {
  width: 350px;
  position: absolute;
  top: 20px;
  right: 30px;
}

#search {
  width: 200px;
  float: right;
}

.SocialMedia {
  float: right;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  color: white;
}

.Facebook {
  background-color: #3d5294;
  font-size: 34px;
}

.Instagram {
  background-color: #800000;
  font-size: 30px;
}

.Facebook a {
  color: white;
}

.container {
  margin: 40px 0;
  min-height: 200px;
}

/* Suche */
form.suchfeld {
  height: 40px;
  width: 200px;
  border: 1px solid #000000;
}

.suchfeld input.suche {
  font-size: 12px;
  color: #9d9c9c;
  background: url("../images/spacer.png");
  height: 35px;
  width: 160px;
  min-width: 160px;
  border: none;
  padding: 0 1px 0 13px;
  margin: -5px -4px 0 0;
  vertical-align: middle;
}

.SucheSubmit {
  cursor: pointer;
  font-size: 24px;
}

#bannercontainer {
  background: var(--blau);
  width: 100%;
}

#banner {
  overflow: hidden;
  margin: 0 auto;
}

#banner,
.BannerBildContainer,
.bx-wrapper,
.BannerBilder li,
.bx-viewport {
  height: 450px !important;
  width: 100%;
}

#banner .BannerBilder a {
  text-decoration: none;
}

.BannerTextContainerInner {
  padding: 0 60px;
}

.BannerTextContainer {
  background-color: initial;
}

#banner .BannerTextContainer h1,
#banner .BannerTextContainer h3 {
  margin: 0 !important;
}

#banner .BannerTextContainer h1 {
  text-transform: uppercase;
  font-size: 40px;
}

#banner .BannerTextContainer h3 {
  font-size: 24px;
}

#banner .BannerTextContainer h1,
#banner .BannerTextContainer h2,
#banner .BannerTextContainer h3 {
  color: var(--blau);
  text-shadow: 1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff,
    -1px -1px 1px #ffffff;
}

footer {
  background: var(--blau);
  width: 100%;
  min-height: 170px;
  bottom: 0;
}

#FooterInner {
  width: 1140px;
  margin: 0px auto;
  padding: 30px 0px 20px 0px;
}

#GoogleMaps {
  height: 100px;
}

footer h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

footer p,
footer a {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
}

/*Menu*/

nav {
  position: relative;
  width: inherit;
  height: 40px;
  background: var(--blau);
  bottom: 0;
}

#menuinner {
  /*color: var(--blau);*/
  background: none;
  margin: 0 auto;
  height: 40px;
}

/*Navi*/

#Menu > ul > li {
  height: 40px;
  padding-top: 6px;
}

#Menu > ul > li > ul {
  top: 60px;
}

#Menu > ul > li > div {
  top: 40px;
}

#Menu .SecNavContainer li {
  margin: 3px 0;
  font-size: 1em;
}

#Menu .SecNavContainer li a,
#Menu .SecNavContainer li a:hover {
  color: black;
  font-size: 1em;
}

#Menu > ul {
  height: 1em;
}

#Menu > ul > li a {
  font-size: 1.2em;
  text-transform: none;
}

/* ----------------------------- */
/* ---------- CONTENT ---------- */
/* ----------------------------- */

/*sismediakalender*/
.ui-widget-header {
  background: var(--blau) !important;
}

a {
  color: var(--blau);
}

.bg_weiss {
  background: #fff;
}

.bg_grau {
  background: #e3e3e3;
}

.bg_rot {
  background: #ae0f09;
}

.bg_grau {
  padding: 30px 15px;
}

.bg_grau h1,
.bg_grau h2,
.bg_grau p {
  color: #000;
  text-align: center;
}

.bg_grau h2 {
  font-size: 1.2em;
  font-weight: bold;
}

.bg_grau .container {
  min-height: 300px;
}

.TerminKartenlink {
  display: inline-block;
  margin: 0 10px !important;
}

.EventAusverkauft {
  font-weight: bold;
  color: red;
}

.KalenderEintrag {
  font-size: 0.7em;
}

.partner-container {
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap;
}
.Listeeintrag {
  flex: 0 1 calc(33% - 30px);
  margin: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid grey;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Listeeintrag .ListeBild {
  padding: 20px;
}

.Listeeintrag .ListeBild img {
  max-width: 100%;
  max-height: 110px;
  object-fit: cover;
}

/*
Sitemap
*/

#sitemap div {
  margin: 15px;
  border: 1px solid #000000;
  padding: 5px;
  background: var(--blau);
  color: white;
}

#sitemap .sec {
  margin: 15px 0 15px 40px;
  font-size: 0.8em;
  background: #cccccc;
}

#sitemap a,
#sitemap a:hover {
  text-decoration: none;
  color: white;
}

#sitemap div:hover {
  background: #eeeeee;
}

/*Anpassungen Minikalender und Suche*/

#TicketButton {
  background: var(--blau);
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}

#TicketButton a {
  color: white;
  font-size: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.ausverkauft {
  color: red;
}

/*Newsletter*/

#mc_embed_signup {
  margin: 0 0 20px 0;
}

#mc_embed_signup label {
  color: var(--blau);
}

#mce-EMAIL,
#mc_embedded-subscribe {
  display: inline-block;
}

#mce-EMAIL {
  width: 210px;
}

#mc-embedded-subscribe {
  background: var(--blau) !important;
  width: 40px;
  color: white;
}

#facebook {
  width: 100%;
  margin: 20px 0;
}

#mobile-nav-container {
  min-height: 50px;
  display: none;
  background: var(--blau);
}

#nav-open {
  width: 40px;
  height: 50px;
  margin: 0px;
  padding: 5px;
  background: url("../../../sismedia/img/hamburger_weiss_40_30.png") no-repeat
    left center;
  padding-left: 50px;
  cursor: pointer;
  margin-left: 10px;
  line-height: 40px;
  float: left;
}

#nav-open a {
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

#mobile-nav {
  display: none;
}

#mobile-nav-container #quicknav {
  padding-left: 0;
  width: auto;
  margin: 10px 10px 0 7px;
  float: right;
}

#mobile-nav #sitemap {
  padding: 10px;
  padding-top: 60px;
}

#mobile-nav #sitemap .first {
  border: none;
  margin: 0 0 8px 0;
  background: #575756;
  width: 320px;
}

#mobile-nav #sitemap .first a {
  color: #fff;
  display: block;
  padding: 15px;
}

#mobile-nav #sitemap .first:hover {
  background: #000;
}

#mobile-nav #sitemap .first:hover a {
  text-decoration: none;
}

#mobile-nav #sitemap .sec {
  border: none;
  background: #fff;
}

#mobile-nav #sitemap .sec a {
  color: #000;
  display: block;
  padding: 10px;
}

#mobile-nav-container #buchungszeileform .head {
  background: #000;
  padding: 4px 10px;
}

#mobile-nav-container #sitemap .first {
  padding: 0;
  width: 100%;
}

#nav-open a {
  color: #ffffff;
}

h1 {
  font-size: 2.5em;
  margin: 0.2em 0 0.67em 0;
  color: #000000;
  font-weight: normal;
}

h1:first-of-type {
  margin-top: 0 !important;
  padding-top: 0;
}

h2 {
  font-size: 2em;
  margin: 0.2em 0 0.67em 0;
  color: var(--blau);
  font-weight: normal;
}

h3 {
  font-size: 1.5em;
  margin: 0.2em 0 0.67em 0;
  color: #000000;
  font-weight: normal;
}

#BasketIconContent {
  color: #000000;
}

/*Event*/
.EventButtons {
  margin-top: 20px;
}
.EventButtons a {
  background: var(--blau);
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
}

#KuenstlerListe {
  margin: 0 -15px;
}

#KuenstlerFilterA2Z {
  margin-bottom: 20px;
}

#KuenstlerFilterA2Z span {
  display: inline-block;
  background-color: var(--blau);
  color: white;
  cursor: pointer;
  padding: 3px 8px;
  margin: 0 8px 5px 0;
}

#KuenstlerSuche {
  margin-left: 15px;
}

#KuenstlerSuche label {
  display: inline-block;
  margin-right: 10px;
}
#KuenstlerSuche input {
  width: 400px;
  border: 1px solid grey;
  padding: 3px 5px;
}

#KuenstlerFilterA2Z {
  margin-left: 15px;
}

#KuenstlerListe h1 {
  margin-left: 15px;
}

#KuenstlerListe .ListeEintrag {
  position: relative;
  height: 300px;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
}

#KuenstlerListe .ListeEintragInner {
  border: 1px solid grey;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-repeat: no-repeat, repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.7;
  font-weight: bold;
  font-size: 1.4em;
  color: royalblue;
  text-align: center;
  text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white,
    -1px -1px 1px white;
  display: table;
}

#KuenstlerListe .ListeEintragInner:hover {
  opacity: 1;
}
#KuenstlerListe .ListeEintragText {
  display: table-cell;
  vertical-align: bottom;
}

/*#KuenstlerListe .ListeEintrag .EventListeBild {*/
/*    height: 200px;*/
/*    overflow: hidden;*/
/*    border: 1px solid grey;*/
/*    margin-bottom: 10px;*/
/*}*/

/*#KuenstlerListe .ListeEintrag .EventListeBild img {*/
/*    width: 100%;*/
/*}*/

/*#KuenstlerListe .ListeEintrag .EventListeText {*/
/*    position: absolute;*/
/*}*/

.BannerTextContainerInner {
  padding: 0px 0 20px 30px !important;
}

/* ----------------------------- */
/* ------- MEDIA-QUERIES ------- */
/* ----------------------------- */

/*Smartphones bis 6+*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  #headercontent {
    height: auto;
    padding-bottom: 0;
  }

  .Listeeintrag {
    flex: 0 1 calc(100% - 30px);
  }

  #FooterInner {
    height: auto;
    width: 100%;
  }

  #Logo {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
    position: static;
  }

  #Logo img {
    width: 100%;
  }

  #KartenVVK {
    display: none;
  }

  #SearchSocialBox {
    width: 100%;
    position: static;
    padding: 30px;
  }

  .SocialMedia,
  #search {
    float: none;
  }

  .Facebook,
  #facebook {
    display: none;
  }

  /* Suche */
  #search {
    margin: 0;
  }

  #search,
  form.suchfeld {
    width: 100%;
  }

  .suchfeld input.suche {
    width: 80%;
    /*min-width: 250px;*/
  }

  .suchfeld input.button {
    width: 40px;
    min-width: 40px;
  }

  #bannercontainer {
    display: none;
  }

  nav {
    display: none !important;
  }

  #mobile-nav-container {
    display: block;
  }

  #FooterInner div {
    margin-bottom: 10px;
  }

  #FooterInner h3 {
    margin-top: 10px;
  }

  footer {
    height: auto;
  }

  #GoogleMaps {
    width: 320px;
  }
}

/* Tablett */

@media only screen and (min-width: 768px) and (max-width: 980px) {
  #headercontent {
    width: 750px;
    height: 110px;
  }

  #FooterInner {
    height: auto;
  }

  #banner,
  .BannerBildContainer,
  .bx-wrapper,
  .BannerBilder li,
  .bx-viewport {
    height: 250px !important;
    width: 100%;
  }

  .BannerTextContainer {
    max-width: 750px;
  }

  #banner .BannerTextContainer h1 {
    font-size: 25px;
  }

  #banner .BannerTextContainer h3 {
    font-size: 18px;
  }

  #Logo {
    width: 300px;
    left: 30px;
  }

  #Logo img {
    width: 200px;
  }

  #SearchSocialBox {
    top: 20px;
  }

  nav {
    display: none !important;
  }

  #mobile-nav-container {
    display: block;
  }

  #FooterInner div {
    margin-bottom: 10px;
  }

  #FooterInner h3 {
    margin-top: 10px;
  }

  footer {
    height: auto;
  }

  #facebook {
    display: none;
  }
}

/*Displays ab 992*/
@media screen and (min-width: 992px) {
  #headercontent,
  #bannerinner,
  #menuinner,
  #FooterInner {
    width: 970px;
  }

  #banner {
    width: 100%;
  }

  #banner,
  .BannerBildContainer,
  .bx-wrapper,
  .BannerBilder li,
  .bx-viewport {
    height: 350px !important;
    width: 100%;
  }

  .BannerTextContainer {
    max-width: 970px;
  }

  #banner .BannerTextContainer h1 {
    font-size: 30px;
  }

  #Logo {
    width: 250px;
    /*left: 30px;*/
  }

  #Logo img {
    width: 250px;
  }

  #EventHighlight .EventListeText,
  #EventListe .EventListeText {
    width: 500px;
  }

  nav {
    height: 35px;
  }

  #Menu > ul > li a {
    font-size: 1em;
  }

  #facebook iframe {
    width: 100%;
  }
}

/*Displays ab 1200px*/
@media screen and (min-width: 1200px) {
  #headercontent,
  #menuinner,
  #FooterInner {
    width: 1140px;
  }

  #Logo {
    left: 0px;
    height: 100px;
    width: 250px;
  }

  #Logo img {
    width: 250px;
  }

  a.firstnav,
  a.firstnav_hl {
    font-size: 1.2em;
  }

  #banner {
    width: 100%;
  }

  .BannerTextContainer {
    max-width: 1120px;
  }

  .BannerTextContainerInner {
    padding: 50px 0px !important;
  }

  nav {
    height: 40px;
  }

  #Menu > ul > li a {
    font-size: 1.2em;
  }
}

/*Displays ab 1400px*/
@media screen and (min-width: 1400px) {
  #banner,
  .BannerBildContainer,
  .bx-wrapper,
  .BannerBilder li,
  .bx-viewport {
    height: 450px !important;
    width: 100%;
  }

  .BannerTextContainer {
    max-width: 1120px;
  }

  .BannerTextContainerInner {
    padding: 50px 0px !important;
  }
}
