/*
Theme Name: Ref. Kirche Seen
Author: verowa
Author URI: http://verowa.ch/
Description: 
Version: 1.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: display

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Auflösung Responsive und skalierbar.
*/


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

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    box-sizing: border-box;
}

div, span, p {
	box-sizing: border-box;
}

.wrapper {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

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

/* Font headings */
h1, h2, h3, h4 {
    font-weight: 600;
}

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

.header {
    display: flex;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    margin: 0;
    justify-content: space-between;
    height: 12vh;
}

.header img {
	margin-left: 2rem;
	margin-top: 15px;
	margin-bottom:15px;
	max-height: 7vh;
    width: auto;
}

.clock {
    margin-right: 2rem;
    font-size: 3em;
}

/* Content
*************************************************************/
.content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    flex-grow: 2;
}

/* Welcome Line
*************************************************************/

.welcome-line {
    margin: 0;
    height: 8.57vh
}

    .welcome-line h1 {
        padding: 0 0 0 25px;
        margin: 0;
        font-size: 70px;
    }

/* Left 
*************************************************************/
.left {
    height: auto;
    width: calc(100vw - 660px);
    padding-top: 30px;
    padding-bottom:40px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 50;
}

.left .table .row {
    height: 0px;
    margin-bottom: 0.1em;
    overflow: hidden;
}

.left .table .datum.row {
    margin-top:1.5em;
    margin-bottom:0.5em;
}

.datum.row:first-child {
    margin-top: 10px !important;
}

/* Veranstaltungen */

.table {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.leer {
    width: 13vw;
}

.leer,
.tagesanzeige {
    font-weight: 400;
    line-height: 2.0vw;
}

.tagesanzeige {
    width: calc(87vw - 710px) !important;
}

.leer_balken {
    display: block;
    font-size: inherit;
}

.datums_balken, .leer_balken {
    display: inline-block;
    padding-right: 12px;
    font-size: 1.5625vw; /* Damit beide Balken gleich hoch sind */
    padding: 0.2vh 0 0.4vh 0;
}

.leer .leer_balken {
	padding-right: 0;
}

.datums_balken {
    height: 100%;
    min-width: 436px;
    padding-right: 12px;
    padding-left: 2vw;
}

.slide_datum,
.slide_uhrzeit,
.slide_location,
.slide_topic,
.slide_content {
    font-size: 1.35vw;
    line-height: 1.3em;
}

.slide_datum,
.slide_uhrzeit {
    font-weight: 600;
}

.leer,
.tagesanzeige,
.uhrzeit,
.location {
    font-size: 1.5vw;
}
.uhrzeit,
.location,
.veranstaltungsdetails 
{
    line-height: 1;
}

.uhrzeit {
    width: 13vw;
    padding: 0;
    text-align: right;
    vertical-align: top;
}

.veranstaltungsdetails {
    padding: 0 0 0.25vh 2vw;
    vertical-align: top;
    width: calc(87vw - 710px) !important;
    hyphens: auto;
}

.veranstaltung h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5625vw;
    font-weight: 600;
    line-height: 1.2em;
    -moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	margin-bottom: 0.15em;
}

.location {
    width: 50px !important;
    padding-top: 7px;
    text-align: right;
}

.locationBelowTitle {
    font-size: 1.2vw;
    text-align: left;
}

.arrow_icon {
    font-size: 2vw;
    padding-top: 0;
    width: 50px;
    position: relative;
    top: 13px;
    text-align:right;
}

.arrow_icon img {
    width: 2.3vw;
}

/* Bilder von aktueller Veranstalltung
*************************************************************/
.infoDisplay {
    display: flex;
    width: 100%;
    margin-left: 0 !important;
    flex-direction: column;
    overflow: hidden;
    background-color: #FFF !important;
}

    .infoDisplay img {
        max-height: 100vh;
        max-width: 100vw;
        margin: 0 auto;
    }

/* Bilder Links 
*************************************************************/

.display-images-left .infoDisplay {
    margin: 24px 0 40px 0;
}

    .display-images-left .infoDisplay img {
        max-height: 100% !important;
        max-width: 60vw;
    }

    .display-images-left .infoDisplay > div {
        height: 100%;
    }

/* Nur Noch Header und Footer sind sichtbar.  
*************************************************************/
.display-images-header-footer .content-wrapper {
    position: relative;
}

.display-images-header-footer .infoDisplay {
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    right: 0;
    z-index: 10;
}

    .display-images-header-footer .infoDisplay .PPSliderTrack > div {
        width: 100%;
        height: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #FFF;
    }

        .display-images-header-footer .infoDisplay .PPSliderTrack > div img {
            height: 100%;
        }

.display-images-header-footer .infoDisplay {
    width: 100%;
}

/* Vollbild 
*************************************************************/
.display-images-fullscreen .infoDisplay {
    position: fixed !important;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

    .display-images-fullscreen .infoDisplay .PPSliderTrack > div {
        display: flex !important;
        height: 100vh;
        width: 100vw;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow: hidden;
    }


/* Right 
*************************************************************/
.outerRight {
    position: relative;
    height: auto;
    width: 600px;
    /*  Oben und unter Weisser rand um Slider */
    padding: 0px;
    margin: 40px 0 !important;
    /*end Rahmen*/
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.right {
    position: relative;
    height: auto;
/*     width: 38vw; */
    width: 560px;
    flex-grow: 2;
}

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

.pp-slideshow {
    padding-left: 0;
    margin-left: 2.6vw;
    overflow: hidden;
}

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

.pp-slideshow > div {
    width: 38vw;
}

.slide_image {
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 400px;
    box-sizing: border-box;
    padding-top: 0;
}

.slide_image img {
    height: auto;
    width: auto;
    max-width: 100%;
    text-align: left;
    padding-left: 0;
}

.slide_content_wrapper {
    display: flex;
    height: calc(85vh - 460px);
    width: 100%;
    padding: 20px 20px 40px 30px;
    box-sizing: border-box;
    overflow: hidden !important;
    flex-direction: column;
}

.slide_datum {
    margin: 20px 0 0 0;
    padding: 0 8px 0 0;
}

.slide_titel {
    width: 100%;
    margin: 0px;
    font-size: 2vw;
}

.slide_location {
    padding: 0 8px 0 0;
}

.slide_topic {
    margin: 15px 0 0 0;
}

.slide_content {
    height: auto;
    width: 100%;
    margin: 15px 0 0 0;
    line-height: 1.5;
}

    .slide_content p {
        margin: 16px 0 0;
    }

        .slide_content p:first-child {
            margin: 0 !important;
        }

.slide_bild,
.slide_uhrzeit,
.slide_location,
.slide_datum,
.slide_topic,
.slide_content {
    display: inline-block;
    font-size: 1.4vw;
    font-weight: 400;
}

.slide_datum{
    display:inline;
}


/* Zustaendige Person
*************************************************************/
.roster {
    width: 100%;
    margin-left: 2vw;
    border-top: 3px solid #fff;
    box-sizing: border-box;
    padding: 40px 0;
}

.roster .person-image {
    max-height: 202px;
    overflow: hidden;
    display: none;
}

.roster .person-image, .roster .person-data {
    display: inline-block;
    margin-left: 40px;
    vertical-align: top;
}

.person-data h1,
.person-data h2,
.person-data span {
    margin: 0 0.5em 0 0;
    font-weight: 600;
}

.person-data h1 {
    font-size: 1.5625vw;
    font-weight:bold;
}

.person-data h2{
    margin-top:15px;
}

.person-data span {
    display: block;
    font-size: 1.1vw;
}

/*.person-data .profession {
    display: none;
}*/

/* Neue Styles alternative Front Page
*************************************************************/

.front .fullcontent {
    display: block;
    width: calc(100vw - 60px);
    margin: auto auto;
}

    .front .fullcontent img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: calc(100vh - 330px);
    }

.front .content-wrapper {
    flex-direction: column;
}

.front .footer {
    position: absolute;
    bottom: 0px !important;
}


#slideshow li {
    margin-left: -40px;
}

/* Footer
*************************************************************/
.footer {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 2vw 0 2rem;
    box-sizing: border-box;
    align-items: center;
   min-height: 3vw;
}

.footer h3 {
    font-size: 1.5vw;
    margin:10px 0;
}

.footer .textwidget {
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.7vw;
}

.widget_text {
    flex-grow: 1;
    display: flex;
    align-items: baseline;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer p {
    margin: 0;
}

.footer li:last-child {
    justify-content: flex-end;
    align-items: baseline;
}

.footer li:last-child {
    margin: 10px 0;
}

.footer li:last-child .password {
    margin-left:40px;
}

/* Fehlerbox
*************************************************************/
.verowa-down {
    position: absolute;
    left: 150px;
    top: 432px;
    width: 840px;
    padding: 35px 35px 40px;
    background-color: #8fb810;
    border-radius: 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 58px;
    text-align: center;
}

/* IE 11 Fix
***************************************************************/
@media all and (-ms-high-contrast:none) 
{
    .PPSliderTrack {
        position:relative;
    }

    .PPSliderTrack > div
    {
        top:0;
    }
}