/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


a {
    text-decoration: none;
    color: #222222;
}

a:hover {
    text-decoration: none;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    border-width: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

::-moz-selection { background: rgba(239,135,139,.5); color: #fff; }
::selection { background: rgba(239,135,139,.5); color: #fff; }

p {
}

b, strong {
    font-weight: 400;
}

ul {
    list-style: none;
}

li {
    padding: 0;
    margin: 0;
}


/* FONT SOURCE SANS PRO über Adobe Cloud
Einbindung ueber Link im Header 
*/


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
    color: #222222;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

video {  
    position: fixed;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(239,135,139);
}

/* FULLSIZE IMAGES */

@media only screen and (min-width: 100px) {
    .home2_poster { background-image: url(../images/Gebetshaus-Prayer2-v.jpg); background-position: bottom right; }
    .home1_poster { background-image: url(../images/Gebetshaus-Prayer4b-v.jpg); background-position: center center; }
    .gebetshaus1_poster { background-image: url(../images/Gebetshaus-Fellow1-v.jpg); background-position: center center; }
    .impressionen1_poster { background-image: url(../images/Gebetshaus-Creative1-v.jpg); background-position: center center; }
    .impressionen2_poster { background-image: url(../images/Gebetshaus-Prayer5-v.jpg); background-position: bottom center; }
    .impressionen3_poster { background-image: url(../images/Gebetshaus-Prayer6-v.jpg); background-position: bottom center; }

}
@media only screen and (min-width: 639px) {
    .home2_poster { background-image: url(../images/Gebetshaus-Prayer2-h.jpg); background-position: center center; }
    .home1_poster { background-image: url(../images/Gebetshaus-Prayer4b-h.jpg); background-position: center center; }
    .gebetshaus1_poster { background-image: url(../images/Gebetshaus-Fellow1-h.jpg); background-position: bottom center; }
    .impressionen1_poster { background-image: url(../images/Gebetshaus-Creative1-h.jpg); background-position: center center; }
    .impressionen2_poster { background-image: url(../images/Gebetshaus-Prayer5-h.jpg); background-position: bottom center; }
    .impressionen3_poster { background-image: url(../images/Gebetshaus-Prayer6-h.jpg); background-position: bottom right; }

}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

h1 {
    line-height: 1.0em;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 100px) {
    h1 { font-size: 6.0em; }
}
@media only screen and (min-width: 639px) {
    h1 { font-size: 9.0em; }
}
@media only screen and (min-width: 959px) {
    h1 { font-size: 10.0em; }
}
@media only screen and (min-width: 1199px) {
    h1 { font-size: 12.0em; }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

h2 {
    line-height: 1.3em;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 10px;
}

@media only screen and (min-width: 100px) {
    h2 { font-size: 1.8em; }
}
@media only screen and (min-width: 639px) {
    h2 { font-size: 2.0em; }
}
@media only screen and (min-width: 959px) {
    h2 { font-size: 2.2em; }
}
@media only screen and (min-width: 1199px) {
    h2 { font-size: 2.4em; }
}



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

h3 {
    line-height: 1.3em;
    font-weight: 200;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0;
}

@media only screen and (min-width: 100px) {
    h3 { font-size: 1.3em; }
}
@media only screen and (min-width: 639px) {
    h3 { font-size: 1.4em; }
}
@media only screen and (min-width: 959px) {
    h3 { font-size: 1.5em; }
}
@media only screen and (min-width: 1199px) {
    h3 { font-size: 1.6em; }
}



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.contentbox {
    width: 100%;
    height: auto;
    z-index: 2;
}

.contentbox ul {
    list-style: none;
    padding: 0;
}

.contentbox li {
    padding: 8px 0;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	margin-top: -1px;
}

.w_small {
    width: 100%;
    max-width: 750px;
    margin: auto;
}

.w_medium {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.w_large {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}


@media only screen and (min-width: 100px) {
    .contentbox { padding: 10vh 6%; } 
}
@media only screen and (min-width: 639px) {
    .contentbox { padding: 10vh 15%; } 
}
@media only screen and (min-width: 959px) {
    .contentbox { padding: 10vh 15%;  }
}
@media only screen and (min-width: 1199px) {
    .contentbox{ padding: 10vh 10%; }
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.card, .quote {
    width: 60%;
    max-width: 750px;
    padding: 40px;
    margin: auto;
}

@media only screen and (min-width: 100px) {
    .card, .quote { width: 90%; } 
}
@media only screen and (min-width: 639px) {
    .card, .quote { width: 80%; } 
}
@media only screen and (min-width: 959px) {
    .card .quote { width: 50%;  }
}
@media only screen and (min-width: 1199px) {
    .card .quote { width: 40%; }
}

.card {
    border-radius: 10px;
}

.textbox {
    font-size: 1.0em;
}

.impressionen p {
    padding: 0 0 10px 0;
}

.impressionen img {
    width: 100%;
}

.imprint {
    font-size: 1.0em;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.calendar .wrapper  {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(190,185,175,1.0);
    border-bottom: 1px solid rgba(190,185,175,1.0);
    margin-top: -1px;
    padding: 10px 0;
    font-size: 0.9em;
}

.calendar .nolines {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
}

.calendar h3 {
    margin: 10px 0 20px 0;
    text-align: left;
}

.calendar .head{
    display: block;
    font-weight: 400;
    padding: 0 0 0 0;
}

.calendar .date{
    display: block;
    padding: 0 0 0 0;
}

.calendar .clock{
    display: block;
    padding: 0 0 0 0;
}

.calendar .info {
    display: inline-block;
    float: right;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    background-image: url(../_images_all/infoicon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.2s;
    cursor: pointer;
}

.calendar .info:hover {
    background-image: url(../_images_all/infoicon-hover.svg);
}

.calendar .infobox {
    width: 100%;
    height: auto;
    padding: 30px;
    background: #333;
    color: white;
    border-radius: 10px;
    z-index: 1;
}

.calendar img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.calendar a {
    color: white;
    padding: 3px 10px 3px 30px;
    display: inline-block;
    border-radius: 14px;
    transition: 0.2s;
    background-image: url(../_images_all/Linkicon.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: -3px center;
}

.calendar a:hover {
    padding: 3px 10px 3px 40px;
    border-radius: 14px;
    background-image: url(../_images_all/Linkicon-hover.svg);
    background-color: #fff;
    background-position: 0 center;
    color: #222;
}

.calendar a.decent {
    background: none;
    margin-top: -1px;
    padding: 1px 10px;
    border: 1px solid #888;
    color: #222;
    font-size: 0.85em;
    transition: 0.2s;
}

.calendar a.decent:hover {
    background-color: #888;
    color: white;
}

.calendar .divider {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
}

.kontaktbox a {
    color: #333;
    background-image: url(../_images_all/Linkicon-hover.svg);
    background-position: -3px center;
}

.kontaktbox a:hover {
    color: #fff;
    background-image: url(../_images_all/Linkicon.svg);
    background-color: #333;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.textbox a {
    position: relative;
    display: inline-block;
    width: auto;
    border: 1px solid #666666;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 10px 0;   
    text-align: center;
    background: transparent;
    color: #333333;
    transition: 0.2s;
}

.textbox a:hover, .vita a:hover {
    background: #333333;
    border-color: #333333;
    color: white;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.logo {
    position: fixed;
    z-index: 2;
    padding: 10px;
    height: auto;
}

.logo img {
    width: auto;
    margin: 0 20px;
}

.logo .subtitle {
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.05em;
    line-height: 1.3em;
}

.jubilaeumsbox {
    position: relative;
    width: 60%;
    min-width: 240px;
    max-width: 340px;
    border: 1px solid white;
    padding: 20px;
    margin: 60px auto;
    border-radius: 10px;
    background: rgba(0,0,0,.3);
    font-size: 0.8em;
}

.jubilaeumsbox_small {
    position: fixed;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 5px;
    z-index: 2;
}

.jubilaeumsbox h2, .jubilaeumsbox_small h2 {
    color: white;
}

@media only screen and (min-width: 100px) {
    .logo { width: auto; top: 10px; left: 10px; }
    .logo img { width: 30px; margin-left: 0; }
    .logo .subtitle { width: 50px; margin: -20px 0 0 45px; text-align: left ; font-size: 0.5em; display: none; }
    .jubilaeumsbox_small { top: 70px; left: 12px; padding: 3px; font-size: 0.4em; }
}
@media only screen and (min-width: 639px) {
    .logo { width: 100px; top: 20px; left: 30px;  }
    .logo img { width: 35px; margin: 0 23px; }
    .logo .subtitle { width: auto; margin: 10px 0 0 0; text-align: center; font-size: 0.6em; display: block; }
    .jubilaeumsbox_small { top: 130px; left: 52px; padding: 5px; font-size: 0.5em; }
}



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


a.regular, a.regular:hover {
    padding: 6px 8px;
    border: 1px solid #333;
    border-radius: 15px;
    margin: 2px 0 0 0;
    font-size: 0.8em;
    line-height: 0.9em;
}

.lines {
    width: 50px;
    height: 3px;
    background: #333;
    margin: 0 0 10px 0px;
}

p.footer {
    width: 100%;
    height: 50vh;
    text-align: center;
}

p.footer a {
    padding: 5px 0;
    transition: 0.2s;
}

p.footer a:hover {
    padding: 5px 12px;
    border: 0px solid #aaaaaa;
    border-radius: 20px;
    background: rgba(0,0,0,.3);
    color: white;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.mb50 {
    margin-bottom: 50px;
}

.bg-rosa { 
    background: rgba(239,135,139,.8)
}

.bg-schwarz-40 {
    background: rgba(0,0,0,.4);
}

.bg-schwarz {
    background: rgba(51,51,51,1);
}

.bg-weiss { 
    background: rgba(255,255,255,1.0);
}

.bg-weiss-80 { 
    background: rgba(255,255,255,.8);
}

.bg-beige {
    background: rgb(225,225,220);
}

.bg-beige-80 { 
    background: rgba(225,225,220,.8);
}

.typo-rosa {
    color: rgba(239,135,139,1.0)
}
.typo-weiss{
    color: #ffffff;
}
.typo-weiss a {
    color: #ffffff;
    border-color: white;
}

.typo-schwarz {
    color: #333333;
}
.typo-grau {
    color: #444444;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/