/*
Theme Name: pfarrei-schlieren
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
            28.07.2025/PMe: CSS anpassungen
*/

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

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

body {
    color: #222;
    font-family: 'Roboto', sans-serif;
    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: 'Roboto', sans-serif;
    font-weight: 500;
}

h2 {
    font-size: 1.78vh;
    line-height: 1.2;
}

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: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 56.25vh;
}

/* Header 
*************************************************************/

.header {
    align-items: center; 
    display: flex;
    height: 8.6666vh !important;
    min-height: 8.6666vh !important;
    justify-content: space-between;
    padding: 1vh 1.66666vh 1vh 1.5vh;
    position: relative;
    width: 100%;
    margin: 0;
}

/* Logo */
.topimage {
    padding: 1vh 0;
}

.topimage img {
    margin-top: 0.2vh;
    height: 6.66666vh; 
}

/* Date & Time */
.cur_date_time {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.clock {
  color: #316bc6;
    font-size: 3.6vh;
    height: 3.6vh;
    line-height: 1;
}

.cur_date {
  color: #316bc6;
  font-size: 1.66666vh;
}


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


/* Event list 
*************************************************************/
.event-list {
    padding: 2vh 1.6666vh 0;
    height: 43.3vh;
    margin-bottom: 0.5333vh;
    width: 100%;
}

.date-row {
    align-items: center;
    background-color:#fff0a3;
    color: #316bc6;
    display: flex;
    height: 1.75em !important;
    margin: 1.2vh 0 0.7208vh;
    padding: 0 1.04166vh 0 9.54166vh;
    border-top-left-radius: 1.6666vh;
    border-bottom-right-radius: 1.6666vh;
}

.date-row:first-child {
    margin: 0 0 0.7208vh;
}

.event-row {
    align-items: baseline;
    display: flex;
    margin: 0 0 0.4208vh 0;
    padding: 0 1.04166vh 0 1.6666vh;
}

.event-time {
    padding-right: 1.04166vh;
    text-align: right;
    width: 8vh;
    color: #316bc6;
}

.event-title {
    width: 32vh;
    color: #316bc6; 
}

.event-location {
    text-align: right;
    width: 11vh;
    color: #316bc6;
}


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

#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: #316bc6;
    font-size: 2vh;
    line-height: 1.2;
    margin: 0.155vh 0;
}

.slide_content_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 1.5415vh;
    overflow: hidden !important;
    height: 100%;
    padding: 1.5111vh 1.66666vh 1.66666vh 1.66666vh;
    background-size: cover !important;
    background-position: center !important;
}

.slider-column {
  background: rgba(255,255,255,0.92);
  color: #316bc6;
  display: flex;
  margin: 0;
  padding: 1.3vh 1.66666vh 1.1vh;
  border-top-left-radius: 1.6666vh;
  border-bottom-right-radius: 1.6666vh;
}

.slide_info-wrapper {
    display: flex;  
}

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

.slide_content {
    display: flex;
}


/* Footer
*************************************************************/
.footer {
  background: #316bc6;
  color: #fff;
  font-size: 1.25vh;
  line-height: 1.5;
  padding: 0;
  height: 10vh;
}

.footer ul {
    display: flex;
    justify-content: flex-start;
    padding: 1.5vh 1.66666vh 0;
}

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

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

.qr-text {
  padding-right: 1.5vh;
  text-align: right;
}

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

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

.footer .text-2 {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.footer .widgets {
  padding-bottom: 1.5vh;
}



/* Fehlerbox
*************************************************************/
.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;
}