/* Fonts */
/* Font weights */
/* Width px => em */
/* Border radius */
/* Width, paddings and margins */
/* Lists */
html {
  font-size: 62.5%;
}

body {
  background-color: #FFF;
  color: #122C33;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

html, body, * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  color: #122C33;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: none;
}

/* General - TinyMCE */
#wrapper.mce-content-body {
  display: block;
  background: #FFF;
  color: #122C33;
}

/* Helper */
.offscreen,
.invisible {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

/* Helper - TinyMCE */
#wrapper.mce-content-body .offscreen {
  position: static !important;
  top: auto !important;
  left: auto !important;
  height: auto !important;
  width: auto !important;
  opacity: 0.2 !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

#navbar {
  display: none;
}

.ds-termine {
  width: 100vw;
  height: calc(100vw * .5625);
  background-image: url(/files/digital-signage/system/images/bg-termine.svg);
  background-size: 100vw auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.ds-events-week {
  width: 100vw;
  height: calc(100vw * 1.7777);
  background-image: url(/files/digital-signage/system/images/bg-events-week.svg);
  background-size: 100vw auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}

.event-list-header {
  height: 12.5vw;
  padding: 3vw 0 0 2.2vw;
}

.event-list-header-date-time {
  font-size: 1.5vw;
  line-height: 1.5vw;
  margin: 0;
}
.event-list-header-date-time .divider {
  padding: 0 0.3vw;
}

.event-list-header-title {
  font-size: 3.25vw;
  line-height: 3.25vw;
  margin: 0.5vw 0 0 0;
}

.event-list-ul {
  display: flex;
  gap: 1vw;
  margin: 0;
  padding: 1vw;
  list-style: none;
}

.event-list-item {
  flex-basis: calc((100% - 20px) / 3);
  height: calc((100vw * .5625) - 12.5vw - 1vw - 1vw);
  width: calc((100% - 2vw) / 3);
  max-width: calc((100% - 2vw) / 3);
  background-color: #FFF;
  margin: 0;
  padding: 1.8vw;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}

.event-list-item-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.event-list-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-list-item-title {
  font-size: 2vw;
  line-height: 2.65vw;
  flex: 1;
  margin-bottom: 0;
}

.event-list-infos {
  font-size: 1.43vw;
  margin: 1vw 0;
}

.event-list-box {
  background-color: #E7E9EB;
  padding: 0.8vw;
}
.event-list-box p {
  font-size: 1.57143vw;
  line-height: 1.785715vw;
  display: flex;
  gap: 0.8068vw;
  margin: 0.5714285vw;
}
.event-list-box .event-list-item-date {
  font-weight: 600;
}
.event-list-box p:before {
  content: " ";
  display: block;
  width: 1.5vw;
  height: 1.5725vw;
  background-size: 1.5vw 1.5725vw;
  background-repeat: no-repeat;
}
.event-list-box .event-list-item-date:before {
  background-image: url(/files/digital-signage/system/images/icon-date.png);
}
.event-list-box .event-list-item-time:before {
  background-image: url(/files/digital-signage/system/images/icon-time.png);
}
.event-list-box .event-list-item-place:before {
  background-image: url(/files/digital-signage/system/images/icon-place.png);
}

.ds-events-week .mod_eventlist,
.event-list-week {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-width: 100%;
}

.event-list-week-header {
  height: calc((100vh - 9vw) / 8);
  padding: 3vw 0 0 2.2vw;
}

.event-list-week-header-title {
  font-size: 5.25vw;
  line-height: 4.25vw;
  margin: 7vw 0 0 0;
}

.event-list-week-ul {
  margin: 1vw 0 0 0;
  padding: 1vw;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  justify-content: stretch;
  flex: 1;
  min-width: 100%;
}

.event-list-week-item {
  height: calc((100vh - 9vw) / 8);
  background-color: #FFF;
  margin: 0;
  padding: 1vw;
  justify-content: space-between;
  position: relative;
  gap: 3vw;
  display: none;
  min-width: 100%;
}
.event-list-week-item.event-list-week-item-qr-code {
  background-color: transparent;
  flex: 1;
  height: auto;
}

.event-list-week-item-image {
  position: relative;
}
.event-list-week-item-image img {
  width: auto;
  height: 100%;
}

.event-list-week-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 2vw;
}

.event-list-week-item-title {
  font-size: 2vw;
  line-height: 2.65vw;
  margin-bottom: 0;
}

.event-list-week-infos {
  font-size: 1.43vw;
  margin: 1vw 0;
}

.event-list-week-box p {
  font-size: 1.57143vw;
  line-height: 1.785715vw;
  display: flex;
  gap: 0.8068vw;
  margin: 0.5714285vw 0;
}
.event-list-week-box .event-list-week-item-date {
  font-weight: 600;
}
.event-list-week-box p:before {
  content: " ";
  display: block;
  width: 1.5vw;
  height: 1.5725vw;
  background-size: 1.5vw 1.5725vw;
  background-repeat: no-repeat;
}
.event-list-week-box .event-list-week-item-date:before {
  background-image: url(/files/digital-signage/system/images/icon-date.png);
}
.event-list-week-box .event-list-week-item-time:before {
  background-image: url(/files/digital-signage/system/images/icon-time.png);
}
.event-list-week-box .event-list-week-item-place:before {
  background-image: url(/files/digital-signage/system/images/icon-place.png);
}

.event-list-week-item.event-list-week-item-qr-code {
  background-color: transparent;
  flex: 1;
  height: auto;
  justify-content: center;
  align-items: center;
}
.event-list-week-item.event-list-week-item-qr-code img {
  max-width: 17vw;
  height: auto;
}

.ce_image.image-fullscreen img {
  height: 100vh;
  width: auto;
  max-width: none;
}

.ds-topnews {
  width: 100vw;
  height: calc(100vw * .5625);
  background-image: url(/files/digital-signage/system/images/bg-topnews.svg);
  background-size: 100vw auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.ds-topnews-item {
  width: 100vw;
  height: calc(100vw * .5625);
  position: relative;
  display: none;
}

.ds-topnews-item-image {
  width: 58%;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 82%);
}

.ds-topnews-item-title {
  margin: 0;
  padding: 0;
  line-height: 6vw;
}

.ds-topnews-item-title-line-1 {
  display: block;
  font-size: 3.1vw;
  font-weight: 500;
  line-height: 6vw;
  padding: 27vw 0 0 7vw;
}

.ds-topnews-item-title-line-2 {
  display: block;
  font-size: 4.5vw;
  line-height: 6vw;
  padding: 0 15vw 0 7vw;
}
