﻿/*-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-- Content
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
table.quartalsprogrmm tr td {
    background-color: transparent;
    padding: 2px 0px;
    border: none;
    border: none;
}

table.s-s_jahresQuartalsprogramm tr:nth-of-type(even) td {
    background-color: #d7d7d7;
}

tr {
    border: none;
}

td {
    border: 1px solid transparent
}

th {
    border: none;
}


.sponsoringitem {
    background: url(http://beta.pfadilenzburg.ch/logo/pfadilogo.png);
    background-position: center;
    width: 30%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;margin: 15px;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}





article {
    background-color: #fafafa;
    padding: 65px 25%;
}
article h1 {
    text-align: center;
}

    article p {
        text-align: justify
    }
    article > a {
        text-align: center;
    }
    article > button {
        text-align: center;
    }

section.s-s_NewsBerichteBox {
    padding-bottom: 20px
}

section.s-s_NewsBerichteBox h2{
    margin-bottom: 5px
}

div.s-s_NewsBerichteBoxTitle {
    width: 100%;
    height: auto;
    border-bottom: dotted 7px #1f3a8c ;
    cursor: pointer;
}

div.s-s_NewsBerichteBoxText {
    width: 100%;
    position: relative;
    text-align: justify;
}

.arrow {
    border-top: none;
    border-left: none;
    border-bottom: 3px solid;
    border-right: 3px solid;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    border-color: #8c8c8c;
    float: right;
    position: relative;
    margin-top: -40px
}

label {
    cursor: pointer;
    height: auto;
}

input.hidebox ~ div.s-s_NewsBerichteBoxText {
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

input.hidebox:checked ~ div.s-s_NewsBerichteBoxText {
    max-height: 10000px;
    transition: max-height 1s cubic-bezier(1, 0, 0, 1);
}

input.hidebox ~ .arrow {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: transform 1s;
}

input.hidebox:checked ~ .arrow {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform 1s;
}
div.s-s_LeaderOuter {
    width: 300px;
    height: 300px;
    z-index: 00;
    margin: 10px;
    float: left;
    clear: none;
    position: relative;
    cursor: default;
}

    div.s-s_LeaderOuter:hover div.s-s_LeaderInner {
        opacity: .9;
        height: 300px;
    }
@media screen and (max-width: 1000px) {
    div.s-s_LeaderOuter > div.s-s_LeaderInner,
    div.s-s_LeaderOuter:hover div.s-s_LeaderInner {
        opacity: .9;
        height: auto;
        margin-top: 300px
    }

    div.s-s_LeaderOuter {
        height: auto;
    }
}

@media screen and (max-width: 360px) {
    div.s-s_LeaderOuter > div.s-s_LeaderInner,
    div.s-s_LeaderOuter:hover div.s-s_LeaderInner {
        width: 94%;
    }

    div.s-s_LeaderOuter {
        width: 94%;
    }
}


div.s-s_LeaderInner {
    opacity: 0;
    background-color: #1f3a8c ;
    height: 0px;
    width: 300px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: hidden;
}

div.s-s_LeaderInner > table{
    margin: 0 auto;
    padding: 10px 15px 10px 15px;
    color: white;
    font-size: 90%;
} 

@media screen and (max-width: 360px) {
    /*div.s-s_LeaderOuter {
        width: 100%;
        height: 0px;
        padding-bottom: 100%;
        z-index: 00;
        margin: 0px;
        margin-bottom: 20px;
    }
    
    div.s-s_LeaderOuter:hover > div.s-s_LeaderInner {
        opacity: .9;
        height: 0px;
        padding-bottom: 100%;
    }
    
    div.s-s_LeaderInner {
        opacity: 0;
        background-color: #1f3a8c ;
        height: 0px;
        width: 100%;
    }    
    
    div.s-s_LeaderInner > table{
        padding: 5px 10px 0px 10px !important;
        font-size: 75%;
    } */
}

h2.s-s_LeaderTitle{
    margin: 0px;
    color: white !important;
}

div.s-s_galeryInner {
    width: 19.5%;
    padding-bottom: 19.5%;
    height: 0;
    z-index: 0;
    float: left;
    clear: none;
    position: relative;
    margin: 0.25%;
}

div.s-s_galeryAlbum {
    background-color: #1f3a8c ;
}div.s-s_galeryAlbum h2{	text-align: center;}

div.s-s_galeryAlbum p, div.s-s_galeryAlbum h1 {
    margin: 0% 1%;
    text-align: center
}

div.s-s_galeryPicture {
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.s-s_galeryBackground {
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1;
    display: none;
}

.s-s_galerySlider {
    top: 0;
    left: 0;
    width: 60vw;
    height: 80vh;
    margin: 10vh 20vw;
    position: fixed;
    display: none;
    opacity: 0;
    background-color: black;
    z-index: 3;
    overflow: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.s-s_galeryViewport {
    width: inherit;
    height: inherit;
    z-index: 3;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.s-s_galeryBlur {
    width: 62vw;
    height: 82vh;
    position: absolute;
    z-index: 2;
    margin-top: -1vh;
    margin-left: -1vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(0.9vh);
    -webkit-filter: blur(0.9vh);
    -moz-filter: blur(0.9vh);
    -o-filter: blur(0.9vh);
    -ms-filter: blur(0.9vh);
}

.s-s_galeryArrow {
    z-index: 4;
    position: absolute;
    top: 50%;
    color: #1f3a8c ;
    padding: 1.5vh;
    font-size: 4vh;
    margin-top: -3.5vh;
    transition: background-color 0.3s;
    background-color: rgba(255, 255, 255, 0.7);
}

.s-s_galeryArrow:hover, .s-s_galeryClose:hover {
    background-color: rgba(255, 255, 255, 1);
}

.previous {
    left: 0;
}

.next {
    right: 0;
}

.s-s_galeryClose {
    z-index: 4;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 20px;
    font-size: 2vh;
    color: #1f3a8c ;
    transition: background-color 0.3s;
    background-color: rgba(255, 255, 255, 0.7);
}

.s-s_galeryLoad {
    width: inherit;
    height: inherit;
    z-index: 1;
    position: absolute;
    background-image: url(load.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	++ Mediaquerys
	+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    @media screen and (max-width: 1000px) {
        article {
            padding: 65px 18%;
        }
    }
    @media screen and (max-width: 700px) {
        article {
            padding: 65px 2%;
        }

        .sponsoringitem {
            width: 100%;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            padding: 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
    }
    @media screen and (max-width: 1750px) {
        div.s-s_galeryInner {
            width: 24.5%;
            padding-bottom: 24.5%;
            height: 0;
        }
    }

    @media screen and (max-width: 1300px) {
        div.s-s_galeryInner {
            width: 32.78%;
            padding-bottom: 32.78%;
            height: 0;
        }
    }

    @media screen and (max-width: 800px) {
        div.s-s_galeryInner {
            width: 49.5%;
            padding-bottom: 49.5%;
            height: 0;
        }
    }

@media screen and (max-width: 450px) {
    div.s-s_galeryInner {
        width: 100%;
        padding-bottom: 100%;
        height: 0;
    }
}



@media screen and (max-width: 1000px), screen and (max-height: 700px) {
    .s-s_galerySlider {
        margin: 0px;
        height: 100vh;
        width: 100vw;
    }

    .s-s_galeryBlur {
        width: 102vw;
        height: 102vh;
    }
}






.progress-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
  }
  
  .progress-bar {
    flex: 1;
    height: 50px;
    background-color: white;
  }
  
  .progress-portion {
    height: 100%;
    background-color: #1f3a8c;
  }