:root {
  --primary-color: #2cd03e;
  --secondary-color: #162883;
}

* {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}

body {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  background: url(../img/bg.png) #ffffff;
  background-size: 1237px 1237px;
  background-position: 0px 1px; 
  line-height: 1.6;
  padding: 0 50px;
  overflow-y: scroll;
}

@media /* only for retina displays */
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    body {
        background-image: url('../img/bg@2x.png');
    }
}

@media /* only for retina displays */
only screen and (-webkit-min-device-pixel-ratio: 4),
only screen and (min--moz-device-pixel-ratio: 4),
only screen and (min-device-pixel-ratio: 4),
only screen and (-webkit-min-device-pixel-ratio: 4),
only screen and (min-resolution: 384dpi),
only screen and (min-resolution: 4dppx) {
    body {
        background-image: url('../img/bg@4x.png');
    }
}

body.menu-open {
  height: 100%;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-color);
}
h1 {
  padding-top: 7px;
  text-transform: uppercase;
}
h2 {
  margin-top: 2em;
}

.day-title {
  margin-bottom: 1em;
}

.intro h1, .intro h2, .intro h3 {
  color: var(--primary-color);
}

h2.startpage {
  margin-top: 0;
  color: var(--primary-color);
}

form dl dt {
  float: left;
  clear: both;
}
form dl dd {
  float: left;
  padding: 3px;
}

table {
  width: 100%;
}

p {
  margin-bottom: 1em;
}

p, .text {
  color: var(--secondary-color);
}

strong {color: var(--primary-color);}
a strong:hover {color: white;}
#orange strong {color: var(--secondary-color);}

img {
  max-width: 100%;
}

.text img {
  max-width: 100%;
  margin-bottom: 1em;
}

.text ul {
  list-style-position: inside
}

.secondary-color, .equity-info, .equity-info p {
  color: var(--secondary-color);
}
.equity-info {
  margin-top: 4em;
}

.logo-25 img {
  max-width: 300px;
  width: 100%;
  margin-bottom:5px !important;
}

.location {
  font-style: italic;
}

.location, .ensemble, .school {
  display: block;
}

.event-head {
  margin-bottom: 4em;
}

div.event-day {
  margin-bottom: 4em;
}

div.event {
  margin-bottom: 1em;
}

.ticket-link {
  margin-bottom: 2em;
}

a, a:visited {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

#logo a {
  background: url(../img/logo.png) no-repeat;
  background-size: contain;
  width: 256px;
  height: 150px;
  position: absolute;
  margin: -61px 0 0 -40px;
}

#wrapper {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  border: 2px solid var(--primary-color);
  position: relative;
  background-color: #ffffff;
  min-height: 500px;
  margin-top: 100px;
  box-shadow: 5px 5px 6px #B5B5B5;
  -webkit-box-shadow: 5px 5px 6px #B5B5B5;
  -moz-box-shadow: 5px 5px 6px #B5B5B5;
  margin-bottom: 50px;
}

#wrapper img.jetzt-stoerer {
  position: absolute;
  left: 50%;
  height: auto;
  transform: translate(-50%,0);
  top: -24px;
  width: 110px;
}

#content {
  margin: 42px 60px 40px 80px;
  float: right;
  flex-grow: 1
}

@media (max-width: 800px) {
  body {
    padding: 0;
  }

  #wrapper {
    width: 100%;
    border: 0;
    margin: 0;
    box-shadow: none;
    min-height: 100vh;
    flex-direction: column;
  }
  #content {
    float: none;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 30px;
    box-sizing: border-box;
  }

  body.menu-open #content {
    display: none;
  }

  #main-nav {
    display: none !important;
    position: absolute !important;
    background-color: white;
    padding-top: 30px;
    margin-top: 0 !important;
    top: 100px;
    height: 100vh !important;
    width: 100vw !important;
    z-index: 99999;
    overflow: auto;
  }

  #main-nav.menu-open {
    display: block !important
  }

  #main-nav.menu-open ul li.collapsed ul {
    display: block !important;
  }

  #main-nav.menu-open > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translate(-56%, 0);
    margin-left: 53%;

  }

  #main-nav.menu-open ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  #main-nav.menu-open ul li ul li {
    margin: 0 0 15px 10px;
  }

  #main-nav.menu-open ul li ul {
    margin-left: 0;
  }

  #logo {
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 1.8em 1.8em 1.8em 1.7em;
    background-color: white;
    box-sizing: border-box;
    z-index: 99999;
  }

  body.menu-open #logo {
    position: absolute;
  }

  #logo a {
    position: static;
    display: flex;
    width: 140px;
    height: 65px;
    margin: 0;
    background-size: contain;
  }

  #btn-mobile-menu {
    display: flex !important;
  }
}

#btn-mobile-menu {
  cursor: pointer;
  display: none;
}

#main-nav {
  display: flex;
  position: relative;
  margin-left: -10px;
  margin-top: 63px;
  width: 217px;
}
#main-nav ul {
  list-style-type: none;
  min-width: 140px;
}
#main-nav ul li {
  margin-bottom: 29px;
}
#main-nav ul li a {
  padding: .65em;
  border: 2px solid var(--primary-color);
  background-color: #ffffff;
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 16px;
  box-shadow: 5px 5px 6px #B5B5B5;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 5px 6px #B5B5B5;
  -moz-box-shadow: 5px 5px 6px #B5B5B5;
  line-height: 14px;
  font-family: "Conv_arialnb", "Arial", sans-serif;
  letter-spacing: 0.7px;
  width: fit-content;
  text-wrap: wrap;
}

#main-nav ul li > a {
  white-space: nowrap;
}

#main-nav ul li ul li {
  margin: 0 0 15px 14px;
  color: var(--primary-color);
}
#main-nav ul li ul li a {
  color: var(--primary-color);
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-family: "Conv_arialnb", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: .92em;
  filter: none;
  letter-spacing: 0.2px;
  text-wrap: wrap;
}
#main-nav ul li ul {
  margin-top: 20px;
  margin-bottom: 0;
  display: none;
  margin-left: 20px;
}
#main-nav ul li.active ul {
  display: block !important;
}

#slider {
  opacity: 0;
}

.sy-box {
  max-width: 100%;
  margin-bottom: 2em;
}

.sy-box ul {
  list-style: none;
}

/* ===============================================
 * Blog
 * ===============================================
 */

.blog-row {
  width: 100%;
  border-bottom: 2px solid var(--secondary-color);
  margin-bottom: 20px;
}
.blog-title .title {
  font-weight: bold;
  color: var(--secondary-color);
}
.blog-title .date {
  float: right;
  color: var(--primary-color);
}
.blog-content {
  clear: right;
  padding: 10px 0 10px 0;
  color: var(--primary-color);
}

#comments {
  margin-top: 30px;
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 10px;
}
#reply {
  padding-top: 10px;
}

#reply h3 {
  margin-bottom: 10px;
}
.quip-fld {
  margin-bottom: 5px;
}
#reply p {
  margin-top: 20px;
}
#reply button {
  margin-top: 15px;
  padding: 5px 10px 5px 10px;
}
#reply .recaptcha {
  margin: 10px 0 10px 0;
}

/* ===============================================
 * inszenierung
 * ===============================================
 */

h3.groupname {
  color: var(--primary-color);
  text-transform: none;
  margin-bottom: 22px;
  font-weight: normal;
}
.castlist {
  color: var(--secondary-color);
}

.castlist p::before {
  content: "Mit: ";
}

.description {
  margin-top: 24px;
}

#prevBtn a, #nextBtn a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(https://maulheldinnen-nrw.de/assets/img/arrows.png) no-repeat;
}
#nextBtn a {
  background-position: -41px 0;
  margin-left: 9px;
}
#btn-box {
  width: 450px;
  text-align: center;
  padding-top: 9px;
}


/** Generated by FG **/
@font-face {
  font-family: 'Conv_arialnb';
  src: url('../fonts/arialnb.eot');
  src: local('☺'), url('../fonts/arialnb.woff') format('woff'), url('../fonts/arialnb.ttf') format('truetype'), url('../fonts/arialnb.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/** Update **/

.page-archiv li {
  color: var(--primary-color);
}

@media (min-width: 801px) {
  .uebersicht {
    display: none;
  }
}

a.button, button:visited {
  padding: .65em;
  border: 2px solid var(--primary-color);
  margin: 1em 0 1.5em;
  display: inline-block;
  color: var(--secondary-color) !important;
  -webkit-box-shadow: 5px 5px 6px #B5B5B5;
  -moz-box-shadow: 5px 5px 6px #B5B5B5;
  transition: all .2s ease-in;
  line-height: 14px;
  font-family: "Conv_arialnb", "Arial", sans-serif;
  letter-spacing: 0.7px;
  font-size: 16px;
  text-transform: uppercase;
}
.button:hover {
  background: white;
  color: var(--secondary-color);
}


iframe {
  max-width: 100%;
}

hr {
  border-color: var(--secondary-color) !important;
  border-top: 0;
}