.tagpage button#show-more {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.tagpage #additional-page {
  position: relative;
  margin-bottom: 20px;
}
.tagpage #additional-page .page-content-wrapper {
  overflow: hidden;
}
.tagpage #additional-page .page-content-wrapper.fixed-page-height.content-oversized:after {
  content: "";
}
.tagpage #additional-page .page-content-wrapper:after {
  content: none;
  position: absolute;
  bottom: 0px;
  height: 40%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}
.tagpage #additional-page .read-more {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: white;
  color: #333333;
  text-align: center;
  padding: 15px 45px;
  cursor: pointer;
}
.tagpage #additional-page .tags {
  padding-left: 0;
}
.tagpage #additional-page .tags a:hover {
  text-decoration: none !important;
}
.tagpage .tags {
  padding: 25px;
  display: block;
  font-size: 0;
}
.tagpage .tags > a,
.tagpage .tags > span {
  user-select: none;
  display: inline-block;
  padding: 2px 8px;
  text-decoration: none !important;
  margin: 0 5px 5px 0;
  font-size: 12px;
}
.tagpage .tags > span {
  cursor: default;
  background-color: #2e2a43;
  color: white;
}
.tagpage .tags > a {
  background-color: #333333;
  color: white;
  transition: all ease-in-out 0.2s;
}
.tagpage .tags > a:hover {
  text-decoration: none !important;
  background-color: #2e2a43;
  color: white;
}
.tagpage #content {
  width: 100%;
  display: block;
  /*.grid-item {
            transition: transform 0s linear;

            transition: opacity 0.25s ease-in-out;
        }*/

}
.tagpage #content .gutter-sizer {
  width: 3%;
}
.tagpage #content .grid-sizer,
.tagpage #content article {
  width: 31.333%;
}
.tagpage #content .tagpage-articles.fixed-height {
  visibility: hidden;
}
.tagpage #content .tagpage-articles.fixed-height article:nth-child(3n),
.tagpage #content .tagpage-articles.fixed-height article:nth-child(3n-1) {
  margin-left: 25px;
}
.tagpage #content .tagpage-articles.fixed-height article {
  display: inline-block;
  vertical-align: top;
}
.tagpage #content .tagpage-articles.fixed-height article .article-content-wrapper {
  position: relative;
  height: inherit;
}
.tagpage #content .tagpage-articles.fixed-height article .article-content-wrapper .single-image-container {
  min-height: 65px;
  max-height: 185px;
}
.tagpage #content .tagpage-articles.fixed-height article .article-content-wrapper .single-image-container .date-overlay {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: white;
  height: 100%;
  padding: 15px;
}
.tagpage #content .tagpage-articles.fixed-height article .article-content-wrapper .single-image-container .date-overlay span {
  display: block;
  text-align: center;
  line-height: unset;
}
.tagpage #content .tagpage-articles.fixed-height article .article-content-wrapper .single-image-container .date-overlay span.day {
  font-size: 1.5em;
  margin-bottom: 6px;
}
.tagpage #content .tagpage-articles.fixed-height article .article-content-wrapper .single-image-container .date-overlay span.month {
  font-size: 2em;
}
.tagpage #content .tagpage-articles.fixed-height article .article-content-wrapper .single-image-container .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;background: rgba(0, 0, 0, 0.4);
}
.tagpage #content .tagpage-articles.fixed-height article .article-content-wrapper .single-image-container .image-overlay .image-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
}
.tagpage #content .tagpage-articles.fixed-height article .article-content-wrapper .single-image-container .image-overlay .image-overlay-text span {
  color: white;
  display: block;
  text-align: center;
  line-height: unset;
}
.tagpage #content .tagpage-articles.fixed-height article .article-content-wrapper .single-image-container .image-overlay .image-overlay-text span.day {
  font-size: 2.5em;
  margin-bottom: 6px;
}
.tagpage #content .tagpage-articles.fixed-height article .article-content-wrapper .single-image-container .image-overlay .image-overlay-text span.month {
  font-size: 3em;
}
.tagpage #content .tagpage-articles.fixed-height article .container h2 {
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tagpage #content .tagpage-articles.fixed-height article.news .article-content-wrapper .container {
  position: relative;
}
.tagpage #content .tagpage-articles.fixed-height article.news .article-content-wrapper .container p {
  overflow: hidden;
  -webkit-column-width: 150px;
  -moz-column-width: 150px;
  column-width: 150px;
}
.tagpage #content .tagpage-articles.fixed-height article.photo .image-wrapper {
  overflow: hidden;
}
.tagpage #content .tagpage-articles.fixed-height article.photo .image-wrapper .article-image {
  max-height: 185px;
}
.tagpage #content .tagpage-articles.fixed-height article.photo .container {
  position: absolute;
  top: 0px;
}
.tagpage #content .tagpage-articles.fixed-height article.agenda .single-image-container {
  min-height: 65px;
  height: 25%;
}
.tagpage #content .tagpage-articles.fixed-height article.agenda .single-image-container .date-overlay {
  padding: 0px;
}
.tagpage #content .tagpage-articles.fixed-height article.agenda .container {
  padding-bottom: 0px;
}
.tagpage #content .tagpage-articles.fixed-height article.agenda .container .agenda-time-wrapper {
  margin-bottom: 5%;
}
.tagpage #content .tagpage-articles.fixed-height article.agenda .container p {
  overflow: hidden;
  -webkit-column-width: 150px;
  -moz-column-width: 150px;
  column-width: 150px;
}
.tagpage #content .tagpage-articles.fixed-height article .tags {
  height: 30px;
  bottom: 15px;
  padding-bottom: 0px;
  overflow: hidden;
  position: absolute;
}
.tagpage #content article {
  margin: 0 0 25px;
  transition: background ease-in-out 0.2s;
  cursor: pointer;
  color: #333333;
  overflow: hidden;
}
.tagpage #content article .article-image {
  height: 225px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -1px;
}
.tagpage #content article .container {
  padding: 25px;
  overflow: hidden;
}
.tagpage #content article .container .progress-wrapper {
  display: inline-block;
  width: 100%;
}
.tagpage #content article .container .progress-wrapper .progress {
  background-color: #76e21b;
  margin-top: 2%;
}
.tagpage #content article .container .progress-wrapper .progress .bar {
  height: 8px;
  background: #fe7f09;
}
.tagpage #content article .container .progress-wrapper .datetime-wrapper {
  margin-top: 1%;
}
.tagpage #content article .single-image-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.tagpage #content article .single-image-container img {
  transition: transform ease-out 0.3s;
}
.tagpage #content article .single-image-container .date-overlay {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #2e2a43;
}
.tagpage #content article .single-image-container .date-overlay span {
  color: white;
  display: block;
  text-align: center;
}
.tagpage #content article .single-image-container .date-overlay span.day {
  font-size: 78px;
  line-height: 78px;
  margin-bottom: 6px;
}
.tagpage #content article .single-image-container .date-overlay span.month {
  font-size: 24px;
  line-height: 24px;
}
.tagpage #content article .single-image-container .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;background: rgba(0, 0, 0, 0.4);
}
.tagpage #content article .single-image-container .image-overlay .image-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
}
.tagpage #content article .single-image-container .image-overlay .image-overlay-text span {
  color: white;
  display: block;
  text-align: center;
}
.tagpage #content article .single-image-container .image-overlay .image-overlay-text span.day {
  font-size: 78px;
  line-height: 78px;
  margin-bottom: 6px;
}
.tagpage #content article .single-image-container .image-overlay .image-overlay-text span.month {
  font-size: 24px;
  line-height: 24px;
}
.tagpage #content article:hover {
  background: transparent;background: rgba(0, 0, 0, 0.1);
}
.tagpage #content article:hover .single-image-container img {
  transform: scale(1.05);
}
.tagpage #content article img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.tagpage #content article .ticketstatus-container {
  padding: 0 25px;
}
.tagpage #content article .ticketstatus-container button {
  width: 100%;
}
.tagpage #content article .ticketstatus-container:last-child {
  padding: 25px;
}
.tagpage #content article div.image-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-top: 1px solid white;
}
.tagpage #content article div.image-container img {
  flex: 2 1 auto;
  width: 35%;
  height: 50%;
  border-bottom: 1px solid white;
}
.tagpage #content article div.image-container img:nth-child(2n) {
  border-left: 1px solid white;
}
.tagpage #content article.page {
  width: 62.666%;
}
.tagpage #content article div.container {
  padding: 25px;
}
.tagpage #content article div.container h2 {
  margin: 0 0 0.4em;
  -ms-word-break: keep-all;
  word-break: keep-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #333333;
  text-decoration: none !important;
}
.tagpage #content article div.container span.date {
  display: block;
  color: #e7501e;
}
.tagpage #content article div.container span.date + h2 {
  margin-top: 5%;
}
.tagpage #content article div.container a {
  color: #e7501e;
}
.tagpage #content article div.container a.read-more {
  display: block;
}
.tagpage #content article .tags {
  padding: 25px;
  display: block;
  font-size: 0;
}
.tagpage #content article .tags > a,
.tagpage #content article .tags > span {
  user-select: none;
  display: inline-block;
  padding: 2px 8px;
  text-decoration: none !important;
  margin: 0 5px 5px 0;
  font-size: 12px;
}
.tagpage #content article .tags > span {
  cursor: default;
  background-color: #2e2a43;
  color: white;
}
.tagpage #content article .tags > a {
  background-color: #333333;
  color: white;
  transition: all ease-in-out 0.2s;
}
.tagpage #content article .tags > a:hover {
  text-decoration: none !important;
  background-color: #2e2a43;
  color: white;
}
