/*
Theme Name: ref-kirche-march
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
*/

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

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

body {
    color: #333;
    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;
    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: #fff;
    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.6666vh;
    position: relative;
    width: 100%;
    margin: 1vh 0;
}

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

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

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

.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: 68.5vh;
}


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

.date-row {
    align-items: center;
    background-color:#f3f3f3;
    display: flex;
    height: 1.75em !important;
    margin: 1.04166vh 0 0.5208vh;
    padding: 0 1.04166vh 0 9.04166vh;
}

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

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

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

.event-title {
    width: 32vh;
    color: #0079BC; 
}

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


/* 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_image {
    height: 18vh !important;
    margin: 0.75vh 0 075vh 2vh;
    overflow: hidden;
    width: 64%;
}

.slide_image img {
  border-radius: 20px;
    max-height: 100%;
    max-width: 100%;
    text-align: left;
    width: auto;
} */

.slide_info-container {
  /* display: table;
    height: 8.3333vh;
    width: 46.6771vh; */
}

.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: 2.222vh;
    background-size: cover !important;
    background-position: center !important;
    /* padding-top: 140px; */
}

.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: #0079BC;
  color: #fff;
  font-size: 1.25vh;
  line-height: 1.5;
  /* padding: 2.2222vh 2.222vh; */
  padding: 0;
  height: 24.8333vh;
  /* height: auto;  */
}

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

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

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

.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: rgba(255,255,255,0.1);
  padding-bottom: 1.5vh;
}

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

.footer .rooms-1 {
    width: 27%;
}

.footer .rooms-2 {
    width: 27%;
}

.footer .rooms-3 {
    width: 14%;
}

.footer .rooms-4 {
    width: 14%;
}

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

.icn {
  position: absolute;
}

.icn-wheelchair {
  width: 1.6vh;
  top: 7.4vh;
}
.icn-restroom {
  width: 1.9vh;
  top: 7.7vh;
}

.icn-wheelchair {
  width: 1.7vh;
  position: absolute;
  top: 7.6vh;
}



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