.msuPage {
  font-size: 13px;
  font-family: Arial, sans-serif;
  padding: 0 36px;
  margin: 25px auto 40px auto;
  max-width: 1080px;
  position: relative;
  width: 100%;
  line-height: 1;
  color: #333333;
  background: #FFFFFF;
}


::placeholder {
  color: #ffffff;
  opacity: 1;
}

aside {
  width: 30%;
  display: inline-block;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}

main {
  width: 69%;
  display: inline-block;
  vertical-align: top;
}

.msuPage a {
  color: #C02010;
  text-decoration: none;
  cursor: pointer;
}

.eventInfo h1 a {
  color: inherit;
}

.gradientBox {
  background: #C02010; /* Old browsers */
  background: -moz-linear-gradient(left, #C02010 0%, #FA6656 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #C02010 0%,#FA6656 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #C02010 0%,#FA6656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C02010', endColorstr='#FA6656',GradientType=1 ); /* IE6-9 */
  color: #fff;
  margin-bottom: 40px;
  padding: 20px;
}

.msuForm input,
.msuForm select {
  height: 30px;
  line-height: 20px;
  padding: 0 10px;
  vertical-align: middle;
  color: #fff;
  background: none repeat scroll 0 0 #FF8578;
  border: none;
  margin: 5px 0;
  width: 100%;
}

.msuForm input[type=submit] {
  background-color: rgba(225,225,225,0.8);
  background-image: none;
  border: medium none;
  color: #7C281F;
  cursor: pointer;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  height: 30px;
  display: inline-block;
  margin-top: 25px;
  padding: 0;
}

.msuForm .regForm label {
  width: 180px;
  margin-top: 3px;
  display: inline-block;
  float: left;
  padding: 3px;
  text-align: left;
  font-weight: bold;
}

.twoLineCell {
  line-height: 10px;
}

.smallText {
  font-size: 8pt;
}

.msuForm .regForm input:not([type="button"]):not([type="submit"]):not([type="file"]),
.msuForm .regForm select,
div.captcha {
  line-height: 10px;
  width: calc(100% - 206px);
}

.msuForm .regForm li {
  position: relative;
  clear: both;
}
.msuForm ul.regForm {
  list-style-type: none;
  list-style-position: outside;
}

.dataPrivacy {
  text-align: left;
  padding-left: 13px !important;
}

.dataPrivacy input {
  width: auto !important;
  /*transform: scale(1.5);*/
  margin-right: 20px !important;
  cursor: pointer;
}

div.captcha {
  width: calc(100% - 240px);
}

li.captcha input {
  width: calc(100% - 360px) !important;
  display: inline-block;
  vertical-align: top;
}


h1 {
  font-family: Georgia,Arial,sans-serif;
  font-size: 26px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 0;
  color: #333333;
}

.eventDetails h1 {
  margin-bottom: 20px;
}

h2 {
  font-size: 16px;
  padding: 20px 15px 30px;
  text-transform: uppercase;
  font-weight: normal;
}

h2.boxHeadline {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  height: 30px;
  padding: 6px;
  background-color: #C02010;
  text-indent: 4px;
  margin-bottom: 20px;
}

.eventCapture a {
  font-size: 13px;
  text-transform: uppercase;
  color: #7C281F;
  width: 100%;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: rgba(225, 225, 225, 0.8);
}

.infoBox h2 {
  padding: 20px 15px;
}

.infoBox a {
  color: #ffffff;
}

.slideShow {
  width: 100%;
  height: 400px;
}

.slideShowPlaceholder {
  width: 100%;
  height: 400px;
  background-color: grey;
  margin-bottom: 20px;
}

.eventInfo h6 {
  border-bottom: 1px solid #d2d2d2;
  font-weight: bold;
  font-size: 14px;
}

.flexBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.eventBox {
  flex-grow: 1;
}

.msuPage hr {
  border: 1px solid #d2d2d2;
  margin: 20px 0 10px 0;
}

.msuPage hr.noLine {
  border: none;
}


.eventImg, .eventInfo {

}

.eventImg {
  width: 25%;
}

.eventInfo {
  width: 74%;
  margin-top: 10px;
  margin-left: 10px;
  line-height: 140%;
}

.imgPlaceholder {
  width: 100%;
  height: 150px;
  background-color: grey;
}

.eventDetails .imagePlaceholder {
  width: calc(100% - 10px);
  /*height: 350px;
  background-color: grey;*/
  margin-bottom: 20px;
}

.imagePlaceholder img {
  width: 100%;
  object-fit: scale-down;
  max-height: 350px;
}

.eventImg label.eventCategory {
  background-color: #C02010;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  left: 0;
  top: 15px;
}

.eventImg img {
  width: 185px;
}

.additionalInfo  {
  margin-top: 10px;
}

.eventShortdesc, .eventMore {
  font-family: Georgia,Arial,sans-serif;
  font-size: 14px;
}

.eventDate {
  margin-right: 25px;
}

.eventDate, .eventLocation {
  min-width: 25%;
}

.eventTeaser {
  margin-bottom: 10px;
}

.eventTeaser .eventCategory {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
}

.eventDateLocation {
  font-size: 12px;
  color: #7C281F;
  margin-left: 10px;
}

.eventSubTitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.eventList .pager {
  text-align: center;
  margin-top: 50px;
}

.eventList ul.navlist {
  list-style-type: none;
}

.eventList ul.navlist li {
  display: inline-block;
  margin-right: 5px;
}


.eventList ul.navlist li a {
  padding: 10px;
  background-color: rgba(225, 225, 225, 0.8);
  font-weight: bold;
  cursor: pointer;
  border: 2px solid #FFFFFF;
}



.eventList ul.navlist li.active {
  background-color: #C02010;
  padding: 10px;
  border: 2px solid #C02010;
  color: #FFFFFF;
}

.eventList ul.navlist li a:hover {
  border: 2px solid #C02010;
}

.eventText {
  color: #333333;
  font-family: Georgia,Arial,sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 30px;
}

.eventDetails .additionalInfo {
  padding: 0px;
  margin-bottom: 30px;
  background-color: #efefef;
  border-radius: 0px;
}

.eventDetails .additionalInfo h6 {
  font-size: 14px;
  color: #575757;
  font-weight: bold;
  line-height: 140%;
}

.eventDetails .additionalInfo .eventDate,
.eventDetails .additionalInfo .eventLocation {
  padding: 20px;
}

.eventSocial {
  display: inline-flex;
  margin-bottom: 20px;
  width: 100%;
}

.eventSocial a {
  width: calc(100% / 5);
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  padding: 10px;
  font-size: 18px;
  background-color: #EFEFEF;
}

.eventSocial a .text {
  font-size: 10px;
}

.facebook {
  border-bottom: 3px solid #3B5998;
  color: #3B5998 !important;
}

.facebook:hover {
  color: #FFFFFF !important;
  background-color: #3B5998;
  border-bottom: 3px solid #FFFFFF;
}

.twitter {
  border-bottom: 3px solid #42C0FB;
  color: #42C0FB !important;
}

.twitter:hover {
  color: #FFFFFF !important;
  background-color: #42C0FB;
  border-bottom: 3px solid #FFFFFF;
}

.googlePlus {
  border-bottom: 3px solid #D05137;
  color: #D05137 !important;
}

.googlePlus:hover {
  color: #FFFFFF !important;
  background-color: #D05137;
  border-bottom: 3px solid #FFFFFF;
}

.forward {
  border-bottom: 3px solid #4D5060;
  color: #4D5060 !important;
}

.forward:hover {
  color: #FFFFFF !important;
  background-color: #4D5060;
  border-bottom: 3px solid #FFFFFF;
}

.print {
  border-bottom: 3px solid #335F63;
  color: #335F63 !important;
}

.print:hover {
  color: #FFFFFF !important;
  background-color: #335F63;
  border-bottom: 3px solid #FFFFFF;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: #C02010 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 2px solid #C02010 !important;
}

.msuForm #datepicker {
  width: calc(100% - 32px);
  cursor: pointer;
}

.msuForm #datepicker + .ui-datepicker-trigger {
  height: 25px;
  vertical-align: middle;
  margin: 5px 0 5px 5px;
  cursor: pointer;
}

.skitter,
.skitter .container_skitter {
  height: 350px !important;
}

.skitter img {
  object-fit: scale-down;
}

a.backBtn {
  color: #ffffff !important;
  padding: 10px;
  background-color: #C02010;
}





@media only screen and (max-width: 768px) {
  aside, main {
    width: calc(100% - 20px);
  }

  aside {
    padding: 0;
  }

  .msuPage {
    padding: 0 10px;
    width: 100%;
  }

  .msuForm .regForm label,
  .msuForm .regForm select,
  .msuForm .regForm input:not([type="button"]):not([type="submit"]):not([type="file"]):not([name="datenschutz"]),
  div.captcha	{
    width: 100%;
    box-sizing: border-box;
    display: block;
  }

  li.captcha input	{
    width: 100% !important;
  }

}


@media only screen and (max-width: 370px) {
  .eventImg, .eventInfo  {
    width: 100%;
  }

  .eventInfo {
    margin-left: 0;
  }

  .flexBox {
    display: block;
  }

  .eventDate, .eventLocation {
    width: 100%;
  }

  .eventLocation {
    margin-top: 10px;
  }

  .msuForm .regForm input[name="datenschutz"] {
    width: 100%;
  }
}
