#section .agenda-section {
  overflow: hidden;
}
#section .agenda-section a {
  color: inherit;
}
#section .agenda-section .share-buttons {
  margin-top: 15px;
}
#section .agenda-section .expand {
  background-color: gray;
  height: 0.5em;
  margin-top: -1em;
  margin-bottom: 0.5em;
  display: none;
}
#section .agenda-section .details.expanded {
  max-height: 2000px;
}
#section .agenda-section .agenda-item:first-child {
  margin-top: 0;
}
#section .agenda-section .back-to-list {
  margin-left: 200px;
}
#section .agenda-section .back-to-list span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 15px;
  height: 14px;
  background-position: 0 -66px;
  background-image: url('/Assets/Images/Agenda/sprite.png');
  background-repeat: no-repeat;
}
#section .agenda-section .back-to-list:hover span {
  background-position: 0 -80px;
}
#section .agenda-section.detailed .agenda-item {
  overflow: hidden;
  margin: 20px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 15px;
}
#section .agenda-section.detailed .agenda-item .description {
  margin: 0;
}
#section .agenda-section.detailed .agenda-item .description a {
  color: #6d09ad;
}
#section .agenda-section.detailed .agenda-item .title {
  margin: 0;
}
#section .agenda-section.detailed .agenda-item .title a {
  color: inherit;
}
#section .agenda-section.detailed .agenda-item .wrapper {
  float: left;
  width: 200px;
}
#section .agenda-section.detailed .agenda-item .wrapper + .wrapper {
  width: 440px;
}
#section .agenda-section.detailed .agenda-item .date-start .month {
  font-weight: bold;
}
#section .agenda-section.detailed .agenda-item .date-start .h1-s {
  font-size: 64px;
  line-height: 55px;
  display: inline-block;
  margin-right: 5px;
}
#section .agenda-section.detailed .agenda-item .date-start .h2-s {
  font-size: 20px;
  display: inline-block;
}
#section .agenda-section.detailed .agenda-item .date-details {
  margin-top: 10px;
  line-height: 1.4em;
}
#section .agenda-section.detailed .agenda-item .date-details .time {
  display: block;
  margin-left: 20px;
}
#section .agenda-section.detailed .agenda-item .date-details .end-date {
  margin-top: 5px;
}
#section .agenda-section.detailed .agenda-item .date-details .start-date,
#section .agenda-section.detailed .agenda-item .date-details .end-date {
  display: block;
}
#section .agenda-section.detailed .agenda-item .date-details .icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-image: url('/Assets/Images/Agenda/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -45px;
}
#section .agenda-section.detailed .agenda-item .date-details .end-date .icon {
  background-position: 0 -55px;
}
#section .agenda-section.detailed .agenda-item .extras a {
  color: #6d09ad;
}
#section .agenda-section.detailed .agenda-item .extras p {
  min-height: 15px;
  line-height: 15px;
  margin: 0;
}
#section .agenda-section.detailed .agenda-item .extras p + p {
  margin-top: 5px;
}
#section .agenda-section.detailed .agenda-item .extras .icon {
  display: inline-block;
  background-image: url('/Assets/Images/Agenda/sprite.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
#section .agenda-section.detailed .agenda-item .extras .url .icon {
  background-position: 0 -30px;
}
#section .agenda-section.detailed .agenda-item .extras .source .icon {
  background-position: 0 -15px;
}
#section .agenda-section.detailed .agenda-item img {
  float: none;
  display: block;
  margin: 1em 0;
  width: 440px;
  height: auto;
}
#section .agenda-section.detailed .agenda-item #after-ziberpay {
  display: none;
}
#section .agenda-section.detailed .agenda-item #after-ziberpay button {
  margin: 20px 0;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper {
  margin: 20px 0;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions-readonly {
  list-style: none;
  padding: 0;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions-readonly li {
  height: 65px;
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions-readonly li:nth-child(even) {
  background-color: #f7f7f7;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions-readonly li + li {
  border-top: 1px solid white;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions-readonly li .ticketoptioninfo {
  display: block;
  flex-grow: 100;
  flex-shrink: 100;
  overflow: hidden;
  margin-left: 20px;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions-readonly li .ticketoptioninfo span {
  display: block;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions-readonly li .ticketoptioninfo span + span {
  font-weight: 300;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions-readonly li .ticketoptionamount {
  margin-right: 20px;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions {
  list-style: none;
  padding: 0;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li:not(.remark) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  height: 65px;
  background-color: #f2f2f2;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li.remark {
  display: block;
  padding: 0 25px 5px 25px;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li.remark .ticketoptioninfo {
  padding: 5px 0 10px 0;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li.remark div {
  display: block;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li.remark textarea {
  min-height: calc(70px);
  width: 100%;
  max-height: 1024px;
  resize: vertical;
  display: block;
  margin-bottom: 10px;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li:not(.remark) > * {
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  max-width: 100%;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li .ticketoptioninput {
  width: 100px;
  text-align: center;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li:nth-child(even) {
  background-color: #f7f7f7;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li + li {
  border-top: 1px solid white;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li input[type=number] {
  height: 30px;
  width: 50px;
  position: relative;
  margin: 0;
  padding: 0 5px;
  text-align: right;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li input[type='number'] {
  -moz-appearance: textfield;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li input[type='checkbox'] {
  display: none;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li input::-webkit-outer-spin-button,
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li .agenda-checkbox {
  text-align: center;
  background-position: 132px 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('/Assets/Images/Agenda/sprite.png');
  background-repeat: no-repeat;
  background-color: white;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li .agenda-checkbox.disabled {
  background-position: -132px -80px;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li .agenda-checkbox.checked {
  background-position: -132px -60px;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li .agenda-checkbox.disabled.checked {
  background-position: -132px -40px;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li .ticketoptioninfo {
  display: block;
  flex-grow: 100;
  flex-shrink: 100;
  overflow: hidden;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li .ticketoptioninfo span {
  display: block;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li .ticketoptioninfo span + span {
  font-weight: 300;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper #ticketoptions li .ticketoptionamount {
  margin-right: 20px;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper .totalprice-wrapper {
  margin: 30px 0;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper .totalprice-wrapper .totalprice {
  float: right;
}
#section .agenda-section.detailed .agenda-item #ticketoptions-wrapper button {
  display: block;
  float: right;
}
#section .agenda-section.detailed .agenda-item #after-ziberpay {
  margin: 20px 0;
}
#section .agenda-section.detailed .icalendar {
  display: inline-block;
  margin-top: 20px;
}
#section .agenda-section.detailed .icalendar span {
  display: inline-block;
  background-image: url('/Assets/Images/Agenda/sprite.png');
  background-repeat: no-repeat;
  width: 56px;
  height: 48px;
  background-position: -18px 0;
}
#section .agenda-section.detailed .icalendar:hover span {
  background-position: -74px 0;
}
#section .agenda-section.list .ag-header {
  margin: 30px 0;
  text-transform: capitalize;
}
#section .agenda-section.list .ag-header:first-child {
  margin: 0 0 30px;
}
#section .agenda-section.list .agenda-item {
  overflow: hidden;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 10px;
}
#section .agenda-section.list .agenda-item + .agenda-item {
  padding-top: 10px;
}
#section .agenda-section.list .agenda-item + .agenda-empty {
  display: none;
}
#section .agenda-section.list .agenda-item .details {
  height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
#section .agenda-section.list .agenda-item .details img {
  float: left;
  margin-right: 20px;
}
#section .agenda-section.list .agenda-item .details .description {
  margin: 0;
}
#section .agenda-section.list .agenda-item .details .description > div {
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#section .agenda-section.list .agenda-item .details .description > div > * {
  margin: 0 !important;
  padding: 0 !important;
}
#section .agenda-section.list .agenda-item .details .description a {
  color: #6d09ad;
}
#section .agenda-section.list .agenda-item .bottom {
  height: 40px;
  margin: 0;
  position: relative;
}
#section .agenda-section.list .agenda-item .bottom > div {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}
#section .agenda-section.list .agenda-item .title {
  height: 50px;
  position: relative;
  margin: 0;
}
#section .agenda-section.list .agenda-item .title a {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#section .agenda-section.list .agenda-item .wrapper {
  float: left;
  width: 200px;
  height: 200px;
}
#section .agenda-section.list .agenda-item .wrapper.left {
  margin-right: 30px;
  text-align: center;
}
#section .agenda-section.list .agenda-item .wrapper + .wrapper {
  width: 410px;
}
#section .agenda-section.list .agenda-item .date-start {
  height: 160px;
  position: relative;
}
#section .agenda-section.list .agenda-item .date-start .date-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#section .agenda-section.list .agenda-item .date-start .date-wrapper .h1-s {
  font-size: 64px;
  line-height: 64px;
  display: block;
}
#section .agenda-section.list .agenda-item .date-details {
  height: 40px;
  position: relative;
  line-height: 1.4em;
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
}
#section .agenda-section.list .agenda-item .date-details .date {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#section .agenda-section.list .agenda-item .ticketstatus-container {
  right: 0;
  top: 0;
}
#section .agenda-section.list .agenda-item .extras {
  left: 0;
  top: 5px;
  height: 30px;
}
#section .agenda-section.list .agenda-item .extras a,
#section .agenda-section.list .agenda-item .extras img {
  vertical-align: middle;
  display: inline-block;
}
#section .agenda-section.list .agenda-item .extras a {
  color: #6d09ad;
  height: 30px;
}
#section .agenda-section.list .agenda-item .extras p {
  min-height: 15px;
  line-height: 15px;
  margin: 0;
}
#section .agenda-section.list .agenda-item .extras p + p {
  margin-top: 5px;
}
#section .agenda-section.list .agenda-item .extras .icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-size: 30px 30px;
}
#section .agenda-section.list .agenda-item .extras .location {
  background-image: url("/Assets/Images/Agenda/location.png");
}
#section .agenda-section.list .agenda-item .extras .url {
  background-image: url("/Assets/Images/Agenda/url.png");
}
#section .agenda-section.list .agenda-item .extras .source {
  margin-top: 1px;
}
#section .agenda-section.list .agenda-item .extras .share-buttons {
  margin-top: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#section .agenda-section.list .agenda-item .extras .share-buttons .sharer {
  height: 22px;
}
#section .agenda-section.small .share-buttons {
  float: right;
  margin-top: 10px;
}
#section .agenda-section.small .agenda-item .wrapper {
  float: none;
  width: auto;
}
#section .agenda-section.small .agenda-item .wrapper + .wrapper {
  width: auto;
  margin-top: 10px;
}
#section .agenda-section.small .agenda-item .date-start,
#section .agenda-section.small .agenda-item .date-details {
  display: inline-block;
  vertical-align: middle;
}
#section .agenda-section.small .agenda-item .date-details {
  margin-left: 1em;
}
#section .agenda-section.small .agenda-item .time {
  display: inline;
  margin-left: 0.3em;
}
#section .agenda-section.detailed.small .back-to-list {
  margin-left: 0;
}
#section .agenda-section.detailed.small .share-buttons {
  margin-top: 0;
}
#section .agenda-section.detailed.small .agenda-item img {
  width: auto;
}
.sharer {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('/Assets/Images/Agenda/sprite.png');
  background-repeat: no-repeat;
}
.sharer.twitter {
  background-position: -15px -56px;
}
.sharer.facebook {
  background-position: -37px -56px;
}
.sharer.linkedin {
  background-position: -59px -56px;
}
.sharer.twitter:hover {
  background-position: -15px -78px;
}
.sharer.facebook:hover {
  background-position: -37px -78px;
}
.sharer.linkedin:hover {
  background-position: -59px -78px;
}
