/* ------ VARIABLES ------ */
/* ----------------------------------- */
/* ========= SASS style definitions ========= */
/* ======================================================= */
/* ------ VARIABLES ------ */
/* ----------------------------------- */
/* --- colors --- */
:root {
  --color-base: #3e3e40;
  --color-primary: #EE001A;
  --color-primary-rgb: 238,0,26;
  --color-primary-light: #ffa0ab;
  --color-primary-light-rgb: 76,20,75;
  --color-secondary: #BE0014;
  --color-secondary-rgb: 190,0,20;
  --color-dark: #4C4C4C;
  --color-medium: #818184;
  --color-light: #bababa;
  --color-bright: #f5f5f5;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-donbosco-famile: #90A420;
  --color-donbosco-familie-light: #B5CE2A;
  --color-donbosco-schwestern: #CEA500;
  --color-donbosco-schwestern-light: #F6CB1E;
  --color-donbosco-mitartbeiter: #658620;
  --color-donbosco-mitartbeiter-light: #7FA827;
  --color-donbosco-ehem: #6E7A9C;
  --color-donbosco-ehem-light: #8A99C4;
  --color-donbosco-ehem-schwester: #B85034;
  --color-donbosco-ehem-schwester-light: #E66542;
  --color-donbosco-mission: #F49430;
  --color-donbosco-mission-light: #FCDCB9;
}

/* --- font --- */
/* --- div styles --- */
/* --- module: calendar --- */
/* common */
.swcalendar .topHeader {
  text-align: center;
  padding: 0px 0px 50px 0px;
}

.swcalendar .dateInfo {
  padding: 0px 0px 5px 0px;
  font-weight: 700;
}

.swcalendar .modAlert {
  text-align: center;
  padding: 30px 0px 30px 0px;
}

.swcalendar .listSpacer {
  height: 30px;
}

.swcalendar .boxDate .daytime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.07);
}

.swcalendar .boxDate .day {
  width: 90px;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
}

/*
.swcalendar .boxDate .month {
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    background-color: $colorPrimary;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}
*/
.swcalendar .boxDate .vcalLink {
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.swcalendar .boxDate .vcalLink:hover {
  opacity: 0.5;
}

.swcalendar .boxContent {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
}
.swcalendar .boxContent .modTitle {
  font-weight: 800;
  margin-bottom: 5px;
}

.swcalendar .boxContent .teaser {
  color: var(--color-medium);
  margin: 0px 0px auto 0px;
}

.swcalendar .boxDetail {
  border-bottom: 1px solid var(--color-bright);
  padding: 0px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  clear: both;
}

.swcalendar .boxDetail .detailInfo .dateBegin::before,
.swcalendar .boxDetail .detailInfo .dateEnd::before,
.swcalendar .boxDetail .detailInfo .place::before {
  display: none;
  width: 20px;
  text-align: center;
  font-family: FontAwesome;
  margin-left: -25px;
  margin-right: 5px;
}

.swcalendar .boxDetail .detailInfo .dateBegin::before {
  content: "\f017";
}

.swcalendar .boxDetail .detailInfo .dateEnd::before {
  content: "\f192";
}

.swcalendar .boxDetail .detailInfo .place::before {
  content: "\f041";
}

.swcalendar .boxDetail .detailInfo .label {
  font-weight: 700;
}

.swcalendar .boxDetail .detailInfo .address {
  padding-top: 20px;
}

.swcalendar .boxDetail .detailInfo .gmapWrapper {
  padding-top: 20px;
  margin-left: -80px;
}

.swcalendar .boxDetail .detailInfo .gmap {
  width: 100%;
  height: 200px;
}

.swcalendar .boxDetail .detailLink {
  margin-top: 30px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* list */
.swcalendarList .imageWrapper {
  height: 300px;
}
.swcalendarList .boxDetail {
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* detail */
.swcalendarDetail .modTitle {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 0px 0px 30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: left;
}

.swcalendarDetail .boxContent {
  margin: 40px 0px 40px 0px;
}

.swcalendar .detailInfo .place {
  font-weight: 800;
  text-transform: uppercase;
}

.swcalendarDetail .teaser {
  font-weight: 800;
  padding: 0px 0px 20px 0px;
}

.swcalendarDetail .imageWrapper {
  height: 300px;
}

.swcalendarDetail .boxDate .daytime {
  height: 300px;
}

.swcalendarDetail .recurring_event {
  clear: both;
  padding: 20px 0px 20px 0px;
}

/* CUSTOM STYLES */
.calLegend {
  display: inline-block;
  font-weight: 800;
}
.calLegend.small {
  font-size: 12px;
  width: 50px;
}

.swcalendar .boxDate {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 200px;
}
.swcalendar .boxDate .leftWrap {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
.swcalendar .boxDate .leftWrap .image {
  margin-bottom: 15px;
}
.swcalendar .boxDate .leftWrap .image .imageWrapper {
  width: unset;
}
.swcalendar .boxDate .rightWrap .modTitle {
  display: table-cell;
  vertical-align: bottom;
}
.swcalendar .boxDate .imageWrapper {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
}
.swcalendar .boxDate .imageWrapper img {
  width: 100%;
  height: 100%;
}
.swcalendar .boxDate .detailInfo {
  margin-bottom: 15px;
  text-align: left;
}
.swcalendar .boxDate .daytime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  background-color: var(--color-primary);
  color: var(--color-white);
  margin: 0px 5px 0px 0px;
}
.swcalendar .boxDate .day {
  font-size: 34px;
  line-height: 35px;
  font-weight: 700;
}
.swcalendar .boxDate .day::after {
  content: "";
  display: block;
  width: 75%;
  height: 2px;
  background-color: var(--color-white);
  margin: 4px auto;
}
.swcalendar .boxDate .month {
  font-size: 20px;
  background-color: var(--color-primary);
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.swcalendar .boxDate .year {
  font-size: 16px;
  line-height: normal;
  font-weight: 1;
  padding-bottom: 5px;
}
.swcalendar .gmapWrapper {
  height: 50vh;
}
.swcalendar .gmapWrapper .gmap {
  height: 100%;
}
.swcalendar .buttonRegister {
  margin-top: 30px;
}
/*# sourceMappingURL=mod_calendar.css.map */