/*
Theme Name: kath-liebfrauen
Author: verowa
Author URI: http://verowa.ch/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: display
Auflösung fix Full HD

History:	19.01.2022/PMe: Neuer Aufbau gem. HTML-Struktur
*/

/* --------------------------------------------------------
 Fonts
-------------------------------------------------------- */

/* DMSans Variable */
@font-face {
  font-family: 'DMSans';
  src: url('https://liebfrauen.verowa-infodisplays.ch//theme/fonts/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

/* --------------------------------------------------------
 General
-------------------------------------------------------- */
:root {
  /* Fonts */
  --font-body: 'DMSans', sans-serif;

  /* Colors */
  --color-base: white;
  --color-dark: #17171c;
  --color-accent: #c0a57d;
  --color-title: ##17171c;
  --color-body: ##17171c;

  /* Space / Margins / Paddings */
  --space-big: 2vw;
  --space-normal: 1vw;
  --space-small: 0.5vw;
  --space-mini: 0.25vw;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  margin: 0 !important;
}

body {
  color: var(--color-body);
  font-family: var(--font-body);
  font-weight: 300;
  height: 100%;
  line-height: 1.3;
  overflow: hidden;
  width: 100%;
}

ul,
li {
  list-style-type: none;
  margin: 0;
}

/* Font headings */
h1,
h2,
h3,
h4 {
  font-family: var(--font-body);
  font-weight: 500;
}

h2 {
  font-size: 1.78vh;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

h3 {
  font-size: 1.78vh;
  margin: 0.2em 0;
}

img {
  width: auto;
}

/* --------------------------------------------------------
 Main Wrapper
-------------------------------------------------------- */
.wrapper {
  align-items: center;
  background: #999;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100vw;
}

.hd-container {
  background: var(--color-dark);
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 56.25vh;
}

/* --------------------------------------------------------
 Header
-------------------------------------------------------- */
.header {
  align-items: center;
  display: flex;
  height: 6.6666vh !important;
  min-height: 6.6666vh !important;
  justify-content: space-between;
  padding: 0 1.25vh;
  position: relative;
  width: 100%;
  margin: 1vh 0;
}

/* Logo */
.topimage {
  padding: 0.78125vh;
}

.topimage img {
  margin-top: 0.2083vh;
  height: 6.03125vh;
}

/* Date & Time */
.cur_date_time {
  color: white;
  display: flex;
  flex-direction: column;
  text-align: right;
  font-weight: 200;
  letter-spacing: 3%;
}

.clock {
  font-size: 3vh;
  height: 3vh;
  margin-bottom: 0.5vh;
  line-height: 1.2;
}

.cur_date {

  font-size: 1.66666vh;
}

/* --------------------------------------------------------
 Content
-------------------------------------------------------- */
.content-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 1.5415vh;
  width: 100%;
  height:  77.333vh;
}

/* --------------------------------------------------------
 Event List
-------------------------------------------------------- */
.event-list {
  background: white;
  /* padding: 2vh 1.6666vh 0; */
  height: 43.8333vh;
  /* height: auto; */
  /* margin-bottom: 2vh; */
  width: 100%;
}

.event-list #aktuell{
  display: flex;
  flex-direction: column;
  height: 95%;
  padding: 0 2vh;
}

.date-row {
  display: none;
}

.date-row:first-child {
  margin-top: 2vh;
}

.event-row {
  align-items: baseline;
  display: flex;
  padding: 1vh 1.04166vh;
  border-bottom: solid 1px #c0a57d;
}

.event-row.event-canceled{
  color: white;
  background: #b63137;
}

.event-time {
  padding-right: 1.04166vh;
  text-align: left;
  width: 9vh;
}

.event-title {
  width: 32vh;
  color: var(--color-body);
}

.event-location {
  text-align: right;
  width: 14vh;
}

/* --------------------------------------------------------
 Slider
-------------------------------------------------------- */
.slider-wrapper {
  background: #EDEDED;
  display: flex;
  flex-direction: row;
  margin: 0;
  position: relative;
  width: 100%;
  height: 33vh;
}

#SliderNoResult {
  flex-direction: row;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 3;
}

.pp-slideshow {
  flex-grow: 2;
  height: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  width: 100%;
}

.pp-slideshow>div {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.pp-slideshow>div {
  width: 100%;
}

.slide_info-container h2 {
  color: #0079BC;
  color: #fff;
  font-size: 2vh;
  line-height: 1.2;
  margin: 0.155vh 0 0;
}

.slide_content_wrapper {
  /* align-items: flex-end; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.66666vh;
  overflow: hidden !important;
  height: 100%;
  padding: 0;
  background-size: cover !important;
  background-position: center !important;
  /* padding-top: 140px; */
}


.slide_content_wrapper img{
  width: 100%;
}

.slider-column {
  background: rgba(0, 121, 188, 0.6);
  color: #fff;
  display: flex;
  margin: 0;
  padding: 2.2222vh;
}

.slide_info-wrapper {
  display: flex;
}

.slide_info-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 34%;
}

.slide_topic {
  margin: 0;
  /* font-size: 1.8vh;  */
}

.slide_content {
  display: flex;
  /* font-size: 1.1458vh; */
}

.slide_description {
  /* font-size: 1.6vh; */
}

/* --------------------------------------------------------
 Footer
-------------------------------------------------------- */
.footer {
  background: var(--color-dark);
  color: #fff;
  font-size: 1.25vh;
  line-height: 1.5;
  letter-spacing: 2%;
  /* padding: 2.2222vh 2.222vh; */
  padding: 0;
  height: 12vh;
  /* height: auto;  */
}

.footer ul {
  display: flex;
  justify-content: space-between;
  padding: 0 2vh;
}

.footer h3 {
  font-size: 1.25vh;
  margin: 0 0 0.5em;
}

.qr-code img {
  height: 9.25vh;
}

.qr-text {
  padding-right: 0.5vh;
}

.footer .text-1 {
  display: flex;
  width: 62%;
  padding-right: 0.78125vh;
}

.footer .text-1 h3 {
  width: 9.04166vh;
}

.footer .text-2 {
  display: flex;
  width: 38%;
}

.footer .widgets {
  background: var(--color-dark);
  padding-bottom: 1.5vh;
}

.footer .etage {
  font-weight: 500;
  width: 6%;
  position: relative;
}

.footer .rooms-1,
.footer .rooms-2,
.footer .rooms-3,
.footer .rooms-4{
  width: max-content;
}

.footer .rooms-3 p {
  position: relative;
}

.icn {
  display: inline-block;
}
.icn-wheelchair {
  width: 1.6vh;
}
.icn-restroom {
  height: 1.7vh;
}
.icn-baby{
  height: 1.7vh;
}
/* --------------------------------------------------------
 Error Box
-------------------------------------------------------- */
.verowa-down {
  background-color: #8fb810;
  border-radius: 0.5208vh;
  color: #fff;
  font-size: 1.6666vh;
  font-weight: 600;
  left: 7.8125vh;
  line-height: 3.0208vh;
  padding: 1.8229vh 1.8229vh 2.083vh;
  position: absolute;
  text-align: center;
  top: 22.5vh;
  width: 43.75vh;
}

/* Fallback Slider */
#V_hinweise_SLIDE_FALLBACK {
  left: 0 !important;
}

#V_hinweise_SLIDE_FALLBACK .slide_image {
  max-height: 33vh;
  height: 33vh;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: end;
}