@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(/assets/fonts/opensans-300.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/assets/fonts/opensans-400.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/assets/fonts/opensans-600.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
* {
    font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0 !important; }

/*=================================
				Generic
=================================*/
h1 {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;

}
/*=================================
				HTML, Body
=================================*/
html,
body {
    height: 100%;
    color: #0D0D0D;
    overflow-x: hidden;
}
.btn {
    border-radius: 1px;
    border: 0;
}

.btn-light {
    background: #FEFFF2;
    color: #5D4D8E;
}
.btn-church-bigger {
    background-color: #5D4D8E;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-radius: 1px;
    padding: 8px 20px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    color: #5D4D8E;
}

h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
}

h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.p-size p {
    font-size: 14px;
}

section {
    min-width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0;
}
.btn-smaller {
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 1px;
}

/*=================================
	    	Header
=================================*/
.header-photos {
    width: 80%;
    margin: -75px auto auto auto;
}


header {
    background-color: #FEFFF2;
}

.logo-bar {

    padding-bottom: 20px;
}
.logo {
    padding: 15px 0;
    box-sizing: border-box;
    float: left;
}
.logo > a {
    display: block;
}

.logo > a > img {
    width: 75%;
    display: block;
}

.logo p {
    width: 152px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #5D4D8E;
    font-size: 16px;
    text-align: left;
    float: left;
}

.logo-bar-phone {
    margin-top: 25px;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #5D4D8E;
    font-size: 16px;
    float: right;
}

/*=================================
		Navigation
=================================*/
.navbar {
    padding: 0;
    height: 55px;
    background-color: #5D4D8E;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    box-sizing: border-box;

}

.navbar-collapse {
    padding-right: 0px;
}
.site-nav-wrapper {
    /* padding: 0 85px; */
}

.navbar-brand {
    padding: 0 15px;
}

.navbar-nav {
    margin-top: 4px;
}
ul.navbar-nav > li > a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
ul.navbar-nav > li.last > a {
    padding-right: 0 !important;
}
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
    color: #fff;
}

.navbar-nav > li > ul.dropdown-menu {
    background-color: #5D4D8E;
    border-radius: 0;
}

.navbar-nav > li > .dropdown-menu a { 
    color: #fff;
    font-size: 13px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #a0a0a0;
}

.navbar-nav > li > .dropdown-menu a:hover { 
    color: #fff;
    background-color: #3B2C6C;
}

.navbar-nav > li.dropdown a:focus { 
    background-color: #3B2C6C;
}

li.mobile-dropdown > ul.dropdown-menu {
    position: initial;
    top: auto;
    left: auto;
    z-index: 0;
    float: none;
    min-width: auto;
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 12px;
    text-align: center;
    list-style: none;
    background: none;
    border: 0;
    margin-top: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: transparent;

}
li.mobile-dropdown > ul.dropdown-menu > li{
    border-top: 1px solid #545454;
    padding-top: 5px;
    padding-bottom: 5px;
}
li.mobile-dropdown > ul.dropdown-menu > li > a {
    font-size: 13px !important;
    display: block;
    width: 100%;
    padding: 15px;
}

.dropdown-backdrop{
    position: static;
}
/*=================================
	        	Content
=================================*/
#startboxes {
    background-color: rgba(93, 77, 142, 0.1);
    padding-top: 20px;
}

.calendar {
    margin-right: auto;
    margin-left: auto;
}

.startbox {
    background-color: #5D4D8E;
    box-shadow: gray 0 3px 6px;
    padding: 0 25px;
    color: #CCC5E2 !important;
    margin-bottom: 40px;
}

.calendar-rows p {
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.startbox h2 {
    font-family: 'Open sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px 0;
    color: #FEFFF2;
    text-transform: uppercase;
    text-align: center;
}

.startbox h3 {
    font-family: 'Open sans', sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #FEFFF2;
    padding: 0 0 5px 0;
    margin-bottom: 3px;
    margin-top: 0;
    line-height: 1.3em;
}
span.va-box,
a.va-box {
    display: block;
    margin-bottom: 15px;
}

a.va-box:hover {
    background: #423B58;
}
span.va-box > span.va-badge,
a.va-box > span.va-badge {
    width: 34px;
    display: block;
    height: 34px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    background: #49397C;
    padding: 0;
    margin: 0;
    float: left;
}
span.va-box > span.va-content,
a.va-box > span.va-content {
    display: block;
    margin-left:45px;
    color: #CCC5E2;
    font-size: 13px;
}

div.more-button {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.startbox-content {
    text-align: center;
    font-size: 16px;
}
.startbox-content p {
    margin-bottom: 20px;
    font-size: 16px;
}
.startbox-content h3 {
    font-size: 18px !important;
}

.cal-badge {
    float: left;
    margin-right: 15px;
    width: 80px;
    background: #49397C;
    padding: 10px;
    margin-left: -10px;
    margin-bottom: 20px;
}
.cal-badge-wrapper {
    background: #EDEBF3;
    color: #5D4D8E;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 5px;
    border-radius: 2px;
}

.cal-badge-wd {
    font-size: 11px;
    display: block;
}
.cal-badge-d {
    font-size: 18px;
    display: block;
}

.cal-badge-m {
    font-size: 11px;
    display: block;
    color: #EDEBF3;
    padding: 3px 0 3px 0;
    text-align: center;
}
.termin-text {
    height: 120px;
}

.termin-text > h3 {
    color: #fff;
    text-align: left !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 0;
}
.termin-text > p {
    color: #EDEBF3 !important;
    text-align: left !important;
    font-size: 13px !important;
    line-height: 1.2em !important;
}
    /*=================================
                    Welcome
    =================================*/
#welcome {
    background-color: #fff;
    width: 100%;
}

.welcome {
    text-align: center;
    padding: 10px 20px;
    color: #5D4D8E;
    margin: auto;
    width: 90%;
}

.welcome .welcome-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: black;
    line-height: 19px;
    text-align: center;
    width: 80%;
    margin: auto;
}



.logo2 {
    float: left;
    position: relative;
    top: 50px;
    left: 0px;
    opacity: 0.5;
}

.logo3 {
    float: right;
    position: relative;
    top: 50px;
    right: 0px;
    opacity: 0.5;
}
.headline-logo-wrapper {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 0px;
}

img.headline-logo {
    width: 120px;
    opacity: 0.5;
}

/*=================================
	        	siteboxes
=================================*/
#siteboxes {
    background-color: rgba(93, 77, 142, 0.1);
    width: 100%;
    display: inline-block;
}

.siteboxes {
    text-align: center;
}

.sitebox-row {
    position: relative;
    background-color: #FEFFF8;
    width: 100%;
    margin: 15px auto;
    box-shadow: gray 0 3px 6px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
}

.sitebox-row img {
    float: right;
    margin-top: 15px;
    margin-left: 5px;
    /* height: 100% */;
    max-width: 170px;

}

.siteboxes p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #5D4D8E;
    font-weight: 300;
    line-height: 24px;
}

.siteboxes h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    color: #5D4D8E;
    line-height: 57px;

}

.sitebox-row p {
    color: #4D4D4D;
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
    line-height: 16.8px;
    text-align: left;
}

.sitebox-row h3 {
    color: #5D4D8E;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

/*=================================
				Content Boxes
=================================*/
.content-box-md {
    padding: 40px 0;
}

.content-box-lg {
    padding: 40px 0;
    min-width: 100%;
    margin: 0 auto;
}

.content-box-xlg {
    margin: 0 auto;
    width: 100%;
    height: 400px;
}

.less-pad {
    padding: 65px 0 !important;
}

/*=================================
				Buttons
=================================*/
.btn-church {
    background-color: #5D4D8E;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-radius: 1px;
    padding: 2px 10px;
}
.btn-church:hover {
    background-color: #444;
    color: #fff;
}




.btn-general {
    background-color: #FEFFF2;
    color: #5D4D8E;
    font-family: 'Opens Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 5px auto;
    padding: 2px 5px 2px 5px;
    width: 200px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 2px;
    box-shadow: 0 3px 3px;
}

.btn-general p {
    margin-bottom: -1px;
}

.btn-general-1 {
    background-color: #5D4D8E;
    font-family: 'Opens Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 5px auto;
    padding: 7px 7px 7px 7px;
    width: 200px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 2px;
    box-shadow: 0 3px 3px;
    text-align: center;
}

.btn-general-1 p {
    margin-bottom: -1px;
    color: #FEFFF2;
}

.btn-general-3 {
    background-color: #5D4D8E;
    font-family: 'Opens Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 5px auto;
    padding: 7px 7px 7px 7px;
    width: 200px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 2px;
    box-shadow: 0 3px 3px;
    text-align: center;
    float: left;
}

.btn-general-3 p {
    margin-bottom: -1px;
    color: #FEFFF2;
    text-align: center;
}

.btn-general-2 {
    background-color: #5D4D8E;
    font-family: 'Opens Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 5px auto;
    margin-top: 30px;
    padding: 7px 7px 7px 7px;
    width: 230px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 2px;
    box-shadow: 0 3px 6px;
    text-align: center;
}

.btn-general-2 p {
    margin-bottom: -1px;
    color: #FEFFF2;
}


/*=================================
				Footer
=================================*/
footer {
    background: #5D4D8E;
    padding: 30px;
}

footer h1 {
    color: #FEFFF2;
    font-size: 22px;
    line-height: 22px;
}

footer h2 {
    color: #FEFFF2;
    font-size: 16px;
    line-height: 19px;
}

footer p {
    color: #FEFFF2;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}

a.footer-link {
    color: #FEFFF2;
    font-size: 13px;
    text-decoration: underline;
}
a.footer-link:hover {
    color: #c0c0c0;
    text-decoration: underline;
}

.adresses {

    text-align: left;
}

.copyright {
    background-color: #3B2C6C;
}

.pull-right p {
    float: right;
}

.pull-left p {
    float: left;
}

.copyright p {
    color: #FEFFF2;
    line-height: 19px;
    font-size: 14px;
    padding: 16px 12px 10px 12px;
}

.address-pin {
    padding: 8px 10px;
    font-size: 12px;
    background:#3B2C6C;
    margin: 0 10px 20px 0;
    display: block;
    float: left;
}
.adresses p {
    line-height: 1.2em;
    font-size: 13px;
}
/*=================================
				Textseite
=================================*/
#header-photo-2 {
    background-color: #EDEBF3;
    margin: -20px 0 0 0;
}

#header-photo-2 img {
    margin: auto;
}

.header-photo-2 {
    margin: auto;
    width: 100%;
}

.header-photo-2 h1 {
    text-align: left;
    font-size: 38px;
    line-height: 57px;
}

.textseite {
    width: 80%;
    margin: auto;
}
.textseite a {
    color: #5D4D8E;
    text-decoration: underline;
}
.textseite a:hover {
    color: #000;
    text-decoration: underline;
}
.textseite p {
    font-family: 'Opens Sans', sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;

    color: black;
}



.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}

.textseite strong {
    color: #5D4D8E;
}
.img-maxwidth100 {
    max-width: 100%;
}
/*=================================
				Termine
=================================*/
#termine {
    background-color: #EDEBF3;
    margin: auto;
    display: inline-block;
}

.termine {
    width: 80%;
    margin: auto;
}

.termine-row {
    position: relative;
    background-color: #5D4D8E;
    margin: 20px auto;
    box-shadow: gray 0 3px 6px;
    padding: 10px 20px;
    overflow: hidden;
}
.termine h4 {
    text-align: left;
    color: #FFFFFF;
}

.termine h5 {
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    color: #FEFFF2;
}

.termine p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #5D4D8E;
}

/* -------------------------- */
/* -------------------------- */
/* -------------------------- */
.kirche-galerie {
    padding-top: 10px;
    margin-bottom: 20px;
}
.kirche-galerie > ul {
    margin-bottom: 0;
}
.kirche-galerie > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;
}
.kirche-galerie > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.kirche-galerie > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.kirche-galerie > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.kirche-galerie > ul > li a:hover .kirche-galerie-poster > img {
    opacity: 1;
}
.kirche-galerie > ul > li a .kirche-galerie-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.kirche-galerie > ul > li a .kirche-galerie-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.kirche-galerie > ul > li a:hover .kirche-galerie-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.kirche-galerie .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.kirche-galerie .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.kirche-galerie .justified-gallery > a:hover .kirche-galerie-poster > img {
    opacity: 1;
}
.kirche-galerie .justified-gallery > a .kirche-galerie-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.kirche-galerie .justified-gallery > a .kirche-galerie-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.kirche-galerie .justified-gallery > a:hover .kirche-galerie-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.kirche-galerie .video .kirche-galerie-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.kirche-galerie.dark > ul > li a {
    border: 3px solid #04070a;
}
#banner {
    position: relative;
    z-index: -10;
    margin-top: -75px;
    background: #FEFFF2;
}
.start-banner {
    width:100%;
}

.hinweis {
    object-fit: contain;
    width: 300px;
    position: absolute;
    right: 75px;
    bottom: -75px;
    transform: rotate(-15deg);
}

.img-pop .big-img {
    width: auto;
    height: auto;
    object-fit: cover;
    transition: all ease .3s;
    position: fixed;
    z-index: 9999999999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

.img-pop  img:hover {
  cursor: pointer;
}

.img-pop-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,.7);
  z-index: 9998;
  display: none;
}

.show-overlay {
  display: block;
}

