/* ==========================================================================

// Black Cow Stylesheet - http://www.blackcow.ch
// Author: Stefan Margelisch - Black Cow Mediemhandwerker
// Version: 1.2 - Last Updated: 09. September 2021

========================================================================== */

/*---------------------------------------------------------------------------
A L L G E M E I N
---------------------------------------------------------------------------*/
body {
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: 400;
    color: #000000;
}

h1 {
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.8rem;
    margin: 0;
}

h2 {
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.8rem;
    margin: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

h3 {
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 1px;
    font-size: 1.2rem;
    margin: 0;
}

h4 {
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1rem;
    margin: 0;
}

.bg-hg {
    background-color: #f4f4f4;
}

.bg-dg {
    background-color: #d0d0d0;
}

.red {
    color: red;
}

.blue {
    color:blue;
}

.no-decoration {
    text-decoration: none;
}

/*---------------------------------------------------------------------------
H E A D E R
---------------------------------------------------------------------------*/

.logo {
    height: 120px;
    padding-left: 10px;
}

.logo h1 {
    padding-top: 10px;    
}

/*---------------------------------------------------------------------------
N A V I G A T I O N
---------------------------------------------------------------------------*/
@media screen and (max-width:980px) {
  
    ul.topnav li {
        display: none;
    }
     
    ul.topnav li.icon {
        display: inline-flex;
        position: absolute;
        right: 20px;
        top: -100px;
        float: right;
        padding: 4px 4px 4px 4px;
        border: 3px solid #000000;
        border-radius: 4px;
    }
    
    ul.topnav li.icon a {
        text-decoration: none;
    }
    
    ul.topnav.responsive {
        position: relative;
        margin: 0;
        padding: 0;
    }
    
    ul.topnav.responsive li.icon {
        position: absolute;
        right: 20px;
        top: -100px;
    }
    
    ul.topnav.responsive li {
        float: none;
        display: inline;
    }
    
    ul.topnav.responsive li a {
        display: block;
        font-size: 0.8rem;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        padding: 6px;
        border-bottom: 1px solid #d0d0d0;
    }
    
    ul.topnav.responsive li.icon a{
        border: none;
        padding: 0;
    }

    .active {
        background-color: #ffdf43;
    }
}

@media screen and (min-width:980px) {

    .nav {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .topnav {
        position: absolute;
        right: 0;
        margin: 0;
        padding: 0;
    }

    ul.topnav {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #ffffff;
    }

    ul.topnav li {
        float: left;
        margin: 0;
    }

    ul.topnav li a {
        height: 120px;
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.3px;
        text-align: center;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        text-decoration: none;
        transition: 0.5s;
        overflow: hidden;
    }

    ul.topnav li a:hover {
        background-color: #d0d0d0;
    }

    .active {
        background-color: #ffdf43;
    }

    ul.topnav li.icon {
        display: none;
    }
    
    ul.topnav li img {
        margin-bottom: 8px;
    }
}

/*---------------------------------------------------------------------------
I N D E X
---------------------------------------------------------------------------*/

.quicklink p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0;
    padding-bottom: 20px;
}

.ql-1,
.ql-2,
.ql-3,
.ql-4,
.ql-5,
.ql-6 {
    min-height: 240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%; 
}
.ql-1 {
    background-color: #d0d0d0;
    background-image: url(../img/bg/herzjesu_pfarrei_ohne.png);
}

.ql-2 {
    background-color: #f4f4f4;
    background-image: url(../img/bg/herzjesu_infos_ohne_hg.png);
}

.ql-3 {
    background-color: #f4f4f4;
    background-image: url(../img/bg/herzjesu_infos_ohne_hg.png);
}

.ql-4 {
    background-color: #d0d0d0;
    background-image: url(../img/bg/herzjesu_kirche_ohne.png);
}

.ql-5 {
    background-color: #d0d0d0;
    background-image: url(../img/bg/herzjesu_infos_ohne_dg.png);
}

.ql-6 {
    background-color: #f4f4f4;
    background-image: url(../img/bg/herzjesu_contact_ohne.png);
}

/*---------------------------------------------------------------------------
T E X T
---------------------------------------------------------------------------*/

.title {
    position: relative;
    min-height: 180px;
    background-color: #ffdf43;
}

.title h1 {
    position: absolute;
    top: calc(50% - 2.2rem);
    left: 10px;
}

.pfarrei-text p {
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 10px 10px 10px 10px;
}

.pfarrei-text p:first-of-type {
    padding-top: 30px;
}
.pfarrei-text p:last-of-type {
    padding-bottom: 30px;
}

.pfarrei-hp-title {
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 40px 0 20px 10px;   
}

.pfarrei-hp-text {
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 20px 10px; 
}

span {
    font-size: 1.1rem;
    font-weight: 700;
    padding-bottom: 6px;
}

/*---------------------------------------------------------------------------
F O O T E R
---------------------------------------------------------------------------*/

footer span {
    font-size: 0.8rem;
    font-weight: 700;
    padding-bottom: 6px;  
}

.address {
    background-color: #000000;
    margin: 0;
    padding: 0;
     
}
.address p {
    font-size: 0.7rem;  
    letter-spacing: 0.4px;
    line-height: 1.2rem;
    padding-top: 0.6rem;
    color: #eeeeee;
}

.address a {
    color: #eeeeee;
    text-decoration: none;
    border: none;
}

.ftp-zugang {
    margin: 0 auto;
    padding-bottom: 6px;
}

.signature {
    background-color: #ffdf43;
}

.signature p {
    font-size: 0.6rem;
    padding-top: 3px;
}

.signature a {
    text-decoration: none;
}

/*---------------------------------------------------------------------------
A U D I O P L A Y E R
---------------------------------------------------------------------------*/

audio {
    display: block;
    width: 100%;
    background: #000000;
}
    
/*---------------------------------------------------------------------------
E N D E
---------------------------------------------------------------------------*/


