html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  font-family: Tahoma, sans-serif;
}
@media all and (min-width: 1024px) {
  body {
    margin-left: 100px;
    margin-right: 100px;
  }
}
body a {
  color: #009BCE;
}
body a:hover {
  color: black;
}
body select {
  max-width: 100%;
}
body .ngg-galleryoverview {
  margin-top: 20px;
}
body main {
  position: relative;
}
body main .outer-video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .outer-video-wrapper .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body main .outer-video-wrapper .video-wrapper img {
  width: 100%;
  position: absolute;
}
body main .outer-video-wrapper .video-wrapper a {
  position: absolute;
  outline: none;
}
body main .outer-video-wrapper .video-wrapper #background-schriftzug,
body main .outer-video-wrapper .video-wrapper .overlay-image {
  top: 0;
  opacity: 0.000001;
  transition: opacity 0.4s ease-in;
  pointer-events: none;
}
body main .outer-video-wrapper .video-wrapper #background-schriftzug {
  background: url("../img/Schriftzug2.gif") no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
body main .outer-video-wrapper .video-wrapper .hover-field {
  position: absolute;
}
body main .outer-video-wrapper .video-wrapper .video-js {
  background: white;
}
body main .outer-video-wrapper .video-wrapper .video-js .vjs-tech {
  position: relative;
  height: auto;
  max-height: none !important;
  max-width: 100% !important;
  width: 100%;
  left: 0;
  margin-top: 0;
}
body main .outer-video-wrapper .video-wrapper .video-dimensions.vjs-fluid {
  padding-top: 0;
  height: auto;
  max-height: none !important;
}
body main #video {
  opacity: 0.0001;
}
body main .entry-subpages {
  padding-bottom: 20px;
}
body main .entry-subpages ul {
  list-style: none;
  padding-left: 0;
}
body main .entry-subpages ul li {
  float: left;
  margin-right: 15px;
  border-right: 1px solid #000;
  padding-right: 20px;
}
body main .entry-subpages ul li:last-child {
  border-right: none;
}
body.video-has-started main #video {
  opacity: 1;
}
body.video-has-ended main #background-schriftzug {
  opacity: 1 !important;
}
body.video-has-ended main #video {
  opacity: 0.0001;
}
body footer {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
}
body footer a {
  color: black;
}
body footer a img {
  max-height: 20px;
  margin-top: -2px;
}
body .entry-title {
  margin-bottom: 20px;
}

.view-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/RahmenUnterstuetzer.png") no-repeat;
  background-size: 100% 100%;
  display: none;
}
.view-wrapper .close-icon {
  position: absolute;
  font-size: 30px;
  right: 30px;
  top: 5%;
  color: #7e7e7e;
  padding: 10px;
  z-index: 1000;
  text-decoration: none;
  background: url("../img/Schliesskreuz.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.view-wrapper .view {
  position: relative;
  top: 5%;
  height: 90%;
  margin-left: 0;
  margin-right: 10px;
  overflow-y: scroll;
  padding: 20px;
}
@media all and (min-width: 768px) {
  .view-wrapper .view {
    margin-left: 90px;
    margin-right: 90px;
  }
}
.view-wrapper.post-content-13 {
  background-image: url("../img/RahmenYoutube.png");
}
.view-wrapper.post-content-13 .close-icon {
  right: 45px;
  top: 10%;
}
@media all and (min-width: 768px) {
  .view-wrapper.post-content-13 .close-icon {
    right: 110px;
  }
}
.view-wrapper.post-content-13 .view {
  top: 10%;
  height: 76%;
  margin-left: 10px;
  margin-right: 30px;
}
@media all and (min-width: 768px) {
  .view-wrapper.post-content-13 .view {
    margin-right: 90px;
    margin-left: 40px;
  }
}
.view-wrapper.post-content-17 {
  background-image: url("../img/RahmenBildergalerie.png");
}
.view-wrapper.post-content-21 {
  background-image: url("../img/RahmenTerminkalender.png");
}
.view-wrapper.post-content-15 {
  background-image: url("../img/RahmenChat.png");
}
.view-wrapper.post-content-19 {
  background-image: url("../img/RahmenSpaziergaenge.png");
}
.view-wrapper.post-content-33, .view-wrapper.post-content-parent-33 {
  background-image: url("../img/RahmenInformation.png");
}

/* Page: Supporter */
.view-page-150 .entry-title {
  display: none;
}
.view-page-150 img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 90px;
  height: auto;
  width: auto;
}

.plugin-buergertheaterlb-calendar .list .entry {
  padding: 20px;
  border: 1px solid #CCC;
  margin-bottom: 20px;
}
.plugin-buergertheaterlb-calendar .list .entry .title {
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.plugin-buergertheaterlb-calendar .list .entry h2 {
  font-size: 25px;
}
.plugin-buergertheaterlb-calendar .list .entry .text {
  display: none;
}
.plugin-buergertheaterlb-calendar .list .entry .image {
  float: left;
  padding-right: 20px;
  background: white;
  max-width: 50%;
}
.plugin-buergertheaterlb-calendar .list .entry .image img {
  max-width: 100%;
}
.plugin-buergertheaterlb-calendar .list .entry .add-to-calendar-links .add-to-calendar-widget {
  display: inline-block;
  margin: 0;
  position: relative;
  top: -5px;
}
.plugin-buergertheaterlb-calendar .list .entry .add-to-calendar-links .add-to-calendar-label {
  font-size: 0;
  color: white;
  padding-top: 13px;
  padding-bottom: 14px;
  border-radius: 0;
}
.plugin-buergertheaterlb-calendar .list .entry .add-to-calendar-links .icon-yahoo {
  display: none;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list .comment {
  padding: 20px;
  border: 1px solid #CCC;
  margin-bottom: 20px;
}
.comment-list .comment .comment-author {
  margin-bottom: 20px;
}
.comment-list .comment .comment-meta {
  display: inline;
}

.comment-respond {
  padding: 20px;
  border: 1px solid #CCC;
  margin-bottom: 20px;
}
.comment-respond label {
  width: 100%;
  vertical-align: top;
}
@media all and (min-width: 768px) {
  .comment-respond label {
    width: 25%;
    text-align: right;
  }
}
.comment-respond .comment-form-cookies-consent label {
  display: inline;
}

.GDPRPopup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-bottom: 30px;
  background: white;
  border-top: 1px solid #CCC;
  text-align: center;
}
.GDPRPopup h4 {
  margin: 10px;
}
.GDPRPopup .text {
  max-width: 650px;
  margin: 0 auto;
}
.GDPRPopup .button {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 15px;
  cursor: pointer;
}
.GDPRPopup .button.button-accept {
  border: 1px solid black;
  background: #afd3b0;
  font-weight: 600;
}

/*# sourceMappingURL=theme.css.map */
