/*
Theme Name: meine.church
Author: seaio.interactive and Lucas Girod
Description: meine.church Template for WordPress
Version: 20251229.01
*/


html {
    font-family: 'Source Sans 3', sans-serif;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: #777777;
    font-size: 19px;
    line-height: 32px;
}

h1, h2, h3, h4, h5, h6  {
    font-family: 'Source Sans 3', sans-serif;
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}

a {
    color: #000;
    transition: all 0.25s linear;
}

a:hover {
    color: #34e5b5;
    text-decoration: underline;
}

em {}

p {}

a,
:focus {
    outline: none;
}


.uk-slidenav {
    color: black;
}

[class*="uk-position-center-left"],
[class*="uk-position-center-right"] {
    top: 90%;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Header */
header {
    height: 100px;
    max-height: 18vh;
    background: rgb(100, 100, 100);
    background: linear-gradient(180deg, rgba(100, 100, 100, 1) 0%, rgba(100, 100, 100, 0) 100%);
    position: fixed;
    z-index: 10;
    width: 1920px !important;
    left: 50%;
    margin-left: -960px;
}


.headerScrolled {
    background: rgb(150, 150, 150);
}

.langswitch,
.footerLangSwitch {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px;
}

.langswitch span,
.footerLangSwitch span {
    padding: 0 5px;
}

.langswitch span:last-child,
.footerLangSwitch span:last-child {
    display: none;
}

.langswitch a,
.footerLangSwitch a {
    color: #fff;
    position: relative;
}

.langswitch a:hover,
.footerLangSwitch a:hover {
    text-decoration: none;
}

.langswitch a::after,
.footerLangSwitch a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -6px;
    left: 0;
    background-color: rgb(250, 250, 250);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.langswitch a:hover::after,
.footerLangSwitch a:hover::after {
    visibility: visible;
    transform: scaleX(1);
}

.langswitchMobile {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

.langswitchMobile span {
    padding: 0 5px;
}

.langswitchMobile span:last-child {
    display: none;
}

@media screen and (min-width: 960px) {
    .langswitchMobile {
        margin-left: 30px;
    }
}

.langswitchMobile a {
    color: #fff;
    position: relative;
}

.langswitchMobile a:hover {
    text-decoration: none;
}

.langswitchMobile a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -6px;
    left: 0;
    background-color: rgb(250, 250, 250);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.langswitchMobile a:hover::after {
    visibility: visible;
    transform: scaleX(1);
}

.headerScrolled .langswitch,
.headerScrolled .langswitchMobile {
    /* color: #555; */
}

.headerScrolled .langswitch:hover,
.headerScrolled .langswitchMobile:hover {
    /* color: #000; */
}


.topBar {
    text-align: right;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    color: #EEE;
}

.topBarNav,
.topBarLang {
    display: inline-block;
}

.topBarLang {
    text-align: left;
}

.topBarNav {}

.topBarNav a {
    color: #EEE;
    position: relative;
    top: 1px;
}

.topBarNav a:hover {
    color: #FFF;
    text-decoration: none;
}

.topBarLang>div {
    margin: 0;
    padding: 0;
}

.topBarLang a {
    padding: 0 0 0 10px !important;
    line-height: 18px !important;
    color: #EEE;
}

.topBarLang a:hover {
    color: #FFF;
    text-decoration: none;
}

.headerBar {
    margin-top: -25px;
}

.headerLogo {}

#headerLogoImg {
    margin: 35px 0 0 0;
    max-height: 45px;
}

.mainNavItem {
    margin: 47px 20px 0 0;
    display: inline-block;
    color: #eee;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: relative;
}

.mainNavItem:hover {
    color: #fff;
    text-decoration: none;
}

.mainNavItem:after {
    transition: all 0.5s;
    content: '';
    border-bottom: 2px solid transparent;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    opacity: 0;
}

.mainNavItem:hover:after {
    opacity: 1;
    border-bottom: 2px solid #fff;
}

.mainNavItem:last-child {}

.mainNavItemActive {
    color: #fff;
}

.mainNavItemActive:after {
    opacity: 1;
    border-bottom: 2px solid #fff;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    .mainNavItem {
        margin-top: 0;
    }
}


.sociallinks a {
    color: #fff;
}

.headerMenuMobileIcon {
    margin-top: 25px;
}

.headerMenuMobileIcon a {
    color: #fff;
}

.headerMenuMobileIcon a:hover {
    color: #fff;
}

.headerMenuMobile {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    padding: 0px;
    position: fixed;
    z-index: 9999;
    top: 95px;
    width: 100%;
}

.headerMenuMobileInner {
    padding: 30px;
}

.headerMenuMobileInner .topBarLang {
    position: relative;
    top: -20px;
    display: block;
}

.headerMenuMobileInner .topBarNav {
    margin-right: 0px;
}

.headerSearchIcon {
    color: #eee;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.headerSearchIcon:hover {
    color: #fff;
    text-decoration: none;
}

#quickSearch {
    white-space: nowrap;
    position: absolute;
    top: -5px;
    right: 0;
    background: silver;
    padding: 5px 10px;
    display: none;
    z-index: 10;
}

#quickSearch a {
    color: #fff;
}

#quickSearch input {
    width: 200px;
}

#quickSearch a:hover {
    color: #fff;
    text-decoration: none;
}





@media screen and (max-width: 1280px) {
    header {
        width: 100% !important;
        left: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 959px) {
    .mainNavItem {
        margin: 0 20px 20px 20px;
        display: block;
        color: #fff;
        font-size: 18px;
    }

    .mainNavItem:hover {
        color: #fff;
        text-decoration: none;
    }

    .mainNavItemActive {
        font-weight: 600;
    }

    .mainNavItem:after {
        border-bottom: none;
    }

    .mainNavItem:hover:after {
        border-bottom: none;
    }

    .mainNavItemActive:after {
        border-bottom: none;
    }
}

@media screen and (max-width: 640px) {
    #headerLogoImg {
        margin: 20px 0 0 0;
        max-height: 45px;
    }
}


.mainNavItemIntern {
    padding: 40px 20px 20px 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.mainNavItemIntern:hover {
    color: #fff;
    text-decoration: none;
}

.mainNavItemInternMobile {
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.mainNavItemInternMobile:hover {
    color: #fff;
    text-decoration: none;
}


.langswitch {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
}

.langswitchMobile {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
}



.homevideo {
    width: 100%;
    max-width: 1920px;
    height: 55vw;
    max-height: calc(100vh - 52px);
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 auto;
}

.homevideo video {
    position: absolute;
    top: 50%;
    left: 0%;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    transform: translateY(-50%);
}

.homevideoText {
    position: absolute;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    bottom: 12vh;
    color: #FFF;
    text-shadow: 0 0 3px #555;
}

.homevideoTextBig {
    /*
    font-size: 80px;
    line-height: 90px;
    */
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12vw;
    line-height: 13vw;
}

.homevideoTextSmall {
    margin: 30px 100px 0 100px;
    font-size: 25px;
    line-height: 40px;
    text-transform: uppercase;
}

@media screen and (min-width: 1920px) and (min-height: 1130px) {
    .homevideo {
        max-height: 1080px;
    }
}

@media screen and (max-width: 959px) {
    .homevideoTextBig {
        font-size: 60px;
        line-height: 70px;
    }

    .homevideoTextSmall {
        margin: 30px 100px 0 100px;
        font-size: 22px;
        line-height: 35px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 768px) {
    .homevideoText {
        bottom: 10vh;
    }

    .homevideoTextBig {
        font-size: 40px;
        line-height: 50px;
    }

    .homevideoTextSmall {
        margin: 30px 100px 0 100px;
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 660px) {
    .homevideoText {
        bottom: 5vh;
    }
}

@media screen and (max-width: 480px) {
    .homevideoTextBig {
        font-size: 30px;
        line-height: 40px;
    }

    .homevideoTextSmall {
        margin: 30px 20px 0 20px;
        font-size: 16px;
        line-height: 20px;
    }
}


.homeGrid {
    margin: 100px 0;
}

.homeGridItem {
    box-shadow: 0 0 5px #555;
}

.homeGridItem:hover a {
    text-decoration: none !important;
    color: #34e5b5;
}

.homeGridItemImage img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
}

.homeGridItemText {
    padding: 15px;
}

.homeGridItemTitle {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.homeGridItemLead {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.homeGridItemLink a {
    font-size: 16px;
    line-height: 20px;
    color: #34e5b5;
}

@media screen and (max-width: 1280px) {
    .homeGridItemImage img {
        height: 28vw;
    }
}

@media screen and (max-width: 959px) {
    .homeGridItemImage img {
        height: 45vw;
    }
}

@media screen and (max-width: 639px) {
    .homeGridItemImage img {
        height: 96vw;
    }
}




.PageTop {
    max-width: 1920px;
    margin: 0 auto;
}

.PageTopInner {
    position: relative;
    z-index: -1;
}

.PageTopImage {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 640px;
}

.PageTopImageSmall {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 500px;
}

.PageTopText {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
}

.PageTopTextString {
    color: #FFF;
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.PageTopTextStringSmall {
    color: #FFF;
    font-size: 35px;
    font-style: italic;
    line-height: 45px;
    font-weight: 300;
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 768px) {
    .PageTopText {
        top: auto;
        bottom: 5%;
    }

    .PageTopTextString {
        font-size: 60px;
        line-height: 70px;
    }

    .PageTopTextStringSmall {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }
}

@media screen and (max-width: 640px) {
    .PageTopText {
        top: auto;
        bottom: 5%;
    }

    .PageTopTextString {
        font-size: 50px;
        line-height: 60px;
    }

    .PageTopTextStringSmall {
        font-size: 25px;
        line-height: 30px;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .PageTopText {
        top: auto;
        bottom: 5%;
    }

    .PageTopTextString {
        font-size: 35px;
        line-height: 45px;
    }

    .PageTopTextStringSmall {
        font-size: 20px;
        line-height: 25px;
        margin: 0;
    }
}



.pageContent {
    min-height: 200px;
}

.pageContentOnePager {
    min-height: auto;
}

.pageContentLead {
    font-weight: bold;
    margin: 75px 0 50px 0;
}

.pageContentBody {
    margin: 0 0 75px 0;
}


.pageContent ol li {
    margin-bottom: 20px;
}

.pageContent ol li::marker {
    color: #34e5b5;
    font-weight: 600;
    font-size: 1.5em;
}

.pageContent ol li strong {
    font-weight: 600;
}



.pageContentHome {
    background: rgb(245, 245, 250);
}

.subMenu {
    background: #34e5b5;
}

.subMenuFirst {
    background: #29b58f;
}

.subMenuItem {
    text-transform: uppercase;
    color: #4a4a4a;
    padding: 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.subMenuItem:hover,
.subMenuItemActive {
    text-decoration: none;
    color: #000000;
}

@media screen and (max-width: 480px) {
    .subMenuItem {
        padding: 0;
        display: block;
    }
}


.subPage {
    margin: 100px 0;
}

.subPageTitle {
    text-transform: uppercase;
    color: #34e5b5;
    /* color: #fff; */
    text-shadow: 0px 1px 6px #a0a0a0;
    font-size: 6vw;
    line-height: 6vw;
    font-weight: 600;
    text-align: center;
    /* margin-bottom: 30px; */
    margin-bottom: 60px;
}

.subPageLead {
    font-size: 2vw;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
    color: #404040;
}

.subPageContent {}

.subPageParallax {
    height: 400px;
}

.subPageTitleParallax {
    padding: 0;
    color: #fff;
    font-size: 8vw;
    line-height: 8vw;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 1px 1px 6px #888;
    bottom: -1.5vw;
}

@media screen and (max-width: 768px) {
    .subPage {
        margin: 60px 0;
    }

    .subPageTitle {
        margin-bottom: 30px;
    }

    .subPageParallax {
        height: 250px;
    }

    .subPageTitleParallax {}
}

@media screen and (max-width: 480px) {
    .subPage {
        margin: 30px 0;
    }

    .subPageTitle {
        margin-bottom: 20px;
    }

    .subPageParallax {
        height: 175px;
    }

    .subPageTitleParallax {}
}



/* login form */
#loginform {}

.loginformTitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 25px;
}

.loginformClose {
    color: #000;
    position: absolute;
    top: 20px;
    right: 20px;
}

#loginform .login-username label,
#loginform .login-password label {
    width: 150px;
    display: inline-block;
}

#loginform .login-remember,
#loginform .login-submit {
    margin-left: 150px;
}




/* search result page */
.searchresultform {
    margin: 20px 0;
}

.searchresultitem {
    display: block;
    margin-bottom: 20px;
}

.searchresultitem:hover {
    text-decoration: none;
}

.searchresultitemtexttitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
}

.searchresultitemtextlead {
    font-size: 18px;
    line-height: 22px;
}

.searchresultitemtextinfo {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}

.searchresultmessage {
    padding: 30px 0 100px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
}

.pagingBox {
    padding: 20px 0 50px 0;
    margin-left: 115px;
}

.pagingItem {
    border: 1px solid #34e5b5;
    color: #34e5b5;
    margin: 0 10px 0 0;
    width: 30px;
    text-align: center;
    display: inline-block;
}

.pagingItem:hover,
.pagingItemActive {
    border: 1px solid #34e5b5;
    background: #34e5b5;
    color: #fff;
    margin: 0 10px 0 0;
    width: 30px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}





/* so widget tab */
.so-widget-ink-tabs {}

.so-widget-ink-tabs ul {
    padding-left: 0px;
}

.iw-so-tabs-content {
    border: 1px solid #eee;
    padding: 10px;
}


/* team */
.item-holder {
    padding: 0 10%;
    text-align: center;
    margin-bottom: 30px !important;
}

.item-holder:hover img {
    filter: grayscale(0%);
}

.item-holder a {
    color: #34e5b5;
}

.item-holder a:hover {
    text-decoration: none;
}

.team-thumbnail img {
    border-radius: 50%;
    filter: grayscale(100%);
}

.team-member-name {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0 10px 0;
    font-weight: 600;
}

.team-member-position {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    font-weight: 400;
}

.team-member-icons a {
    color: #aaa;
}

.team-member-icons a:hover {
    color: #555;
}

@media screen and (max-width: 959px) {
    .item-holder {
        padding: 0 15%;
        text-align: center;
    }
}

@media screen and (max-width: 639px) {
    .item-holder {
        padding: 0 25%;
        text-align: center;
    }
}



/* footer */
footer {
    background: #606060;
    margin: 0 auto;
    color: #FFF;
    max-width: 1920px;
    font-size: 16px;
    line-height: 24px;
    padding: 40px 0 60px 0;
}

footer a {
    color: #eee;
}

footer a:hover {
    color: #fff;
}

.footer1 {
    font-size: 14px;
    line-height: 18px;
}

.footer1 div {
    margin-bottom: 8px;
}

.footer2 {}

.footer2 ul {
    list-style-type: none;
    padding-left: 0;
}

.footer2 li {
    display: inline-block;
    margin-left: 10px;
}

.footer2 li a {
    color: #eee;
    font-weight: 600;
}

.footer2 li a:hover,
.footer2 .current-menu-item a {
    color: #fff;
    text-decoration: none;
}

.footer3 {
    padding-bottom: 30px;
}

.footer3>div {
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 639px) {
    .footer1 {
        margin-bottom: 20px !important;
    }

    .footer2 li {
        display: block;
    }
}


/*
 * print styles
 */
@media print {
    .uk-grid {
        display: inline !important;
    }
}