.message-error {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
  padding: 5px 15px;
}
.f3-form-error {
  border-color: #d9534f;
  background: #f4cecd;
}
.multi-selector {
  width: 100%;
}
.multi-selector .caret {
  position: absolute;
  right: 10px;
  top: 10px;
}
.multi-selector .monitor {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 15px;
  height: 36px;
  line-height: 1.5;
  padding: 6px 15px !important;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.container-fluid .container {
  padding-left: 0;
  padding-right: 0;
}
.tx-fag-calendar.tx-fag-calendar-list {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.tx-fag-calendar h1.agenda-title {
  position: absolute;
  top: 12px;
  left: 60px;
  font-family: SourceSerifPro;
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: 1.2px;
  color: white;
}
.tx-fag-calendar .event-date {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #d9252c;
}
.tx-fag-calendar .event-date-start {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #d9252c;
}
.tx-fag-calendar .event-date-end {
  display: inline;
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #d9252c;
}
.tx-fag-calendar h4 a {
  font-family: SourceSerifPro;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: 0.9px;
  color: #000000;
}
.tx-fag-calendar .event-teasertext {
  font-family: SourceSansPro;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 1.2px;
  color: #000000;
}
.tx-fag-calendar .event-time {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000000;
}
.tx-fag-calendar .event-ort {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000000;
}
.tx-fag-calendar .pdf {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000000;
  border-bottom: 1px solid #d9252c;
}
.tx-fag-calendar .pdf:hover {
  color: #d9252c;
  border-bottom: 1px solid #d9252c;
}
.tx-fag-calendar .event-show .image-wrap {
  padding-left: 0;
}
.tx-fag-calendar .event-show .dl-horizontal dt {
  text-align: left;
}
.tx-fag-calendar .event-show .event-images img {
  width: 100%;
}
.tx-fag-calendar-list .filter.well {
  /* position: relative; */
  /* width: 100vw !important; */
  /* margin-left: calc(-50vw + 50% - 0px); */
  background-color: #d9252c;
  position: relative;
  padding-top: 120px;
  /*
		&::before {
			content: ' ';
			position: absolute;
			display: block;
			top: 0;
			bottom: 0;
			left: -1000px;
			width: 1000px;
			background-color: #d9252c;

			@media (max-width: @screen-xs-max) {
				left: -15px;
				width: 15px;
			}

		}
		&::after {
			content: ' ';
			position: absolute;
			display: block;
			top:0;
			bottom:0;
			right: -1000px;
			width: 1000px;
			background-color: #d9252c;

			@media (max-width: @screen-xs-max) {
				right: -15px;
				width: 15px;
			}

		}
		*/
}
.tx-fag-calendar-list .filter.well .form-control {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.99px;
  border: 1px solid #d9252c;
  background-color: #E1545A;
  color: white;
}
.tx-fag-calendar-list .filter.well label {
  font-family: SourceSansPro;
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  color: white;
  padding-bottom: 5px;
}
.tx-fag-calendar-list .filter.well .flex-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  width: 90%;
  /* border: 1px solid black;  */
}
@media (max-width: 767px) {
  .tx-fag-calendar-list .filter.well .flex-container {
    flex-direction: column;
  }
}
.tx-fag-calendar-list .filter.well .marginLeft {
  margin-left: 10%;
}
@media (max-width: 767px) {
  .tx-fag-calendar-list .filter.well .marginLeft {
    margin-left: auto;
  }
}
.tx-fag-calendar-list .filter.well input#tx-fag-calendar-filter-form-submit {
  margin-left: 10%;
}
.tx-fag-calendar-list .filter.well .btn-primary,
.tx-fag-calendar-list .filter.well .btn-default {
  border-color: white !important;
}
.tx-fag-calendar-list .events-list {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
}
.tx-fag-calendar-list .events-list .flex-container {
  margin-top: -30px;
}
.tx-fag-calendar-list .events-list .listItem {
  width: 30%;
  margin-right: calc((100% - (3 * 30%)) / 3);
}
.tx-fag-calendar-list .events-list .listItem .rightborder {
  margin-top: 100px;
  border-right: 1px solid red;
  display: inline-block;
  padding-top: 5px;
  padding-right: 30px;
}
.tx-fag-calendar-list .events-list .listItem .rightborder .event-date-start {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #d9252c;
}
.tx-fag-calendar-list .events-list .listItem .rightborder h4 a {
  font-family: SourceSerifPro;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: 0.9px;
  color: #000000;
}
.tx-fag-calendar-list .events-list .listItem .rightborder .event-teasertext {
  font-family: SourceSansPro;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 1.2px;
  color: #000000;
}
.tx-fag-calendar-list .events-list .listItem .rightborder .event-time {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000000;
}
.tx-fag-calendar-list .events-list .listItem:hover .event-title h4 a {
  color: #d9252c;
}
.tx-fag-calendar-list .events-list .listItem:hover .more-link-arrow span {
  color: #d9252c;
}
.tx-fag-calendar-list .events-list .listItem:hover .more-link-arrow span::before {
  width: 0;
}
.tx-fag-calendar-list .events-list .listItem:hover .more-link-arrow span::after {
  width: 36px;
}
.row-neg-ml-30 {
  margin-left: -30px;
}
.tx-fag-calendar-show {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .tx-fag-calendar-list .events-list .listItem {
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .tx-fag-calendar-list .events-list .listItem .rightborder {
    border-right: none;
  }
  .tx-fag-calendar-list .events-list .listItem .rightborder {
    margin-top: 40px;
  }
  .tx-fag-calendar-list .filter.well .flex-container {
    flex-direction: column;
  }
  .tx-fag-calendar-list .filter.well .marginLeft {
    margin-left: auto;
  }
  form#tx-fag-calendar-filter-form {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tx-fag-calendar-list .events-list .listItem {
    width: 45%;
    margin-right: calc((100% - (2 * 45%)) / 2);
  }
  .tx-fag-calendar-list .events-list .listItem:nth-of-type(2n) .rightborder {
    border-right: none;
  }
  .page1 .tx-fag-calendar-list .events-list .listItem:nth-of-type(2n) .rightborder {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .tx-fag-calendar-list .events-list .listItem:nth-of-type(3n) .rightborder {
    border-right: none;
  }
  .page1 .tx-fag-calendar-list .events-list .listItem:nth-of-type(3n) .rightborder {
    border-right: none;
  }
}
.page1 .tx-fag-calendar.tx-fag-calendar-list {
  margin-left: 0;
  margin-right: 0;
}
.page1 .tx-fag-calendar-list .events-list {
  display: flex;
  /* flex-wrap: wrap; */
  width: 85%;
  margin: 0 auto;
}
.page1 .tx-fag-calendar.tx-fag-calendar-list {
  padding-bottom: 60px;
}
.page1 .tx-fag-calendar.tx-fag-calendar-list .filter.well {
  display: none;
}
.page1 .tx-fag-calendar.tx-fag-calendar-list .month-group {
  display: none;
}
.page1 .tx-fag-calendar.tx-fag-calendar-list .event-date,
.page1 .tx-fag-calendar.tx-fag-calendar-list .event-date-start,
.page1 .tx-fag-calendar.tx-fag-calendar-list .event-date-end,
.page1 .tx-fag-calendar.tx-fag-calendar-list h4 a,
.page1 .tx-fag-calendar.tx-fag-calendar-list .event-teasertext {
  color: white !important;
}
.page1 .tx-fag-calendar.tx-fag-calendar-list .more-link-arrow span {
  color: white;
}
.page1 .tx-fag-calendar.tx-fag-calendar-list .more-link-arrow span::before {
  background-image: url('/base/Website/Images/Layout/moreLink-weiss.png');
}
.page1 .tx-fag-calendar.tx-fag-calendar-list .more-link-arrow span::after {
  background-image: url('/base/Website/Images/Layout/pfeil_weiss.png');
}
.page1 .tx-fag-calendar-list .events-list {
  padding-top: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page1 .tx-fag-calendar-list .events-list .listItem {
    border-right: 1px solid white;
  }
  .page1 .tx-fag-calendar-list .events-list .listItem:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .page1 .tx-fag-calendar-list .events-list .listItem {
    border-right: 1px solid white;
  }
}
@media (max-width: 767px) {
  .page1 .tx-fag-calendar-list .events-list .listItem {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .page1 .tx-fag-calendar-list .events-list .listItem {
    width: 33.333333%;
  }
}
.page1 .tx-fag-calendar-list .events-list .listItem:first-child {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page1 .tx-fag-calendar-list .events-list .listItem:first-child {
    padding: 0 calc(((100% - (2 * 45%)) / 3) / 2);
  }
}
@media (min-width: 992px) {
  .page1 .tx-fag-calendar-list .events-list .listItem:first-child {
    padding: 0 calc(((100% - (3 * 30%)) / 3) / 2);
  }
}
.page1 .tx-fag-calendar-list .events-list .listItem:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page1 .tx-fag-calendar-list .events-list .listItem:nth-child(even) {
    padding: 0 calc(((100% - (2 * 45%)) / 3) / 2);
  }
}
@media (min-width: 992px) {
  .page1 .tx-fag-calendar-list .events-list .listItem:nth-child(even) {
    padding: 0 calc(((100% - (3 * 30%)) / 3) / 2);
  }
}
.page1 .tx-fag-calendar-list .events-list .listItem:last-child {
  margin-right: 0;
  border-right: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page1 .tx-fag-calendar-list .events-list .listItem:last-child {
    padding: 0 calc(((100% - (2 * 45%)) / 3) / 2);
  }
}
@media (min-width: 992px) {
  .page1 .tx-fag-calendar-list .events-list .listItem:last-child {
    padding: 0 calc(((100% - (3 * 30%)) / 3) / 2);
  }
}
.page1 .tx-fag-calendar-list .events-list .listItem .rightborder {
  margin-top: 0;
  border-right: none;
  padding-top: 0;
  padding-right: 0;
}
.page1 .tx-fag-calendar-list .events-list .listItem:hover .event-title h4 a {
  color: black;
}
.page1 .tx-fag-calendar-list .events-list .listItem:hover .more-link-arrow span {
  color: white;
}
.page1 .tx-fag-calendar-list .events-list .listItem:hover .more-link-arrow span::before {
  width: 0;
}
.page1 .tx-fag-calendar-list .events-list .listItem:hover .more-link-arrow span::after {
  width: 36px;
}
.page1 .iconTextAgendaHome {
  text-align: center;
  display: block;
}
.page1 .iconTextAgendaHome .iconTextAgendaHome--icon {
  margin: 80px;
}
.page1 .iconTextAgendaHome .iconTextAgendaHome--title {
  font-family: SourceSerifPro;
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: 1.2px;
  color: white;
}
.iconTextAgendaHome {
  display: none;
}
@media (max-width: 767px) {
  .page1 .tx-fag-calendar-list .events-list .listItem .rightborder {
    border-right: none;
  }
}
