/*
Theme Name:  Lingua Italiana San Francesco
Author: verowa
Author URI: http://verowa.ch/
Description: 
Version: 1.5.1 (It)
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;
}

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

    .header img {
        margin-left: 2rem;
        margin-top: 4px;
        max-height: 8vh;
        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: 60vw;
    /*padding-right: 30px;*/
    padding-top: 16px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 50;
}

    .left .table .row {
        height: 0px;
        overflow: hidden;
    }

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

.datum.row{
    margin-top:25px;
    margin-bottom:10px;
}

    .left .table.enableTransition .row {
        /*transition: height ease-in-out 0.4s;*/
    }

/* Veranstaltungen */

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

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

.leer {
    width: 14.06vw;
}

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

.tagesanzeige {
    width: 30vw; /*Muss gleich wie h1 Titel sein*/
}

.leer_balken {
    display: block;
    font-size: inherit;
    font-size: 1.5625vw;
    padding: 0.2vh 0 0.4vh 0;
}

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

.datums_balken {
    height: 100%;
    padding: 0.2vh 1vw 0.4vh 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: 14vw;
    padding: 0;
    text-align: right;
    vertical-align: top;
}

.veranstaltungsdetails {
    padding: 0 0 0.25vh 2vw;
    vertical-align: top;
    width: 28vw;
    hyphens: auto;
}

.veranstaltung h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5625vw;
    font-weight: 600;
    line-height: 2vw;
}

.location {
    width: 16vw;
    padding-top: 7px;
    text-align: right;
}

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

.arrow_icon {
    font-size: 2vw;
    padding-top: 0;
    width: 4.2vw;
    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: 40vw;
    /*
    Oben und unter Weisser rand um Slider
    padding: 0px;
    margin: 40px 0;*/
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.right {
    position: relative;
    height: auto;
    width: 38vw;
    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: 2vw;
    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;
    height: 10vw;
    min-height: 45%;
    box-sizing: border-box;
    padding-top: 40px;
}

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

.slide_content_wrapper {
    display: flex;
    height: 60%;
    width: 100%;
    padding: 20px 20px 40px 40px;
    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.145vw;*/
    font-size: 1.4vw;
    font-weight: 400;
}



/* 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;
    /*min-height: 60px; Hat Footer bei 3 Zeilen zerst�rt*/
    width: 100%;
    margin: 0;
    padding: 0 2rem 0 2rem;
    box-sizing: border-box;
    align-items: stretch;
}

.footer h3 {
    font-size: 1.1vw;
}

.footer .textwidget {
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 1.7vw;
    margin-left: 21px;
}

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

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

.footer p {
    margin: 0;
}

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