/* General stuff */
.meinechurch-error {
	color: red !important;
}

/* contentspacer */
.contentspacer-small{
    height: 30px;
}
.contentspacer-medium{
    height: 60px;
}
.contentspacer-large{
    height: 90px;
}
@media screen and (max-width: 780px) {
    .contentspacer-small{
        height: 15px;
    }
    .contentspacer-medium{
        height: 30px;
    }
    .contentspacer-large{
        height: 45px;
    }
}



.widget-title{
    text-transform: uppercase;
    font-weight: 600;
}




/* serviceschedule Serienbild */
.frontpage-services-date h3{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.frontpage-series-title {
    font-weight:600;
    font-size:25px;
    padding:0 20px;
    text-transform:uppercase;
    line-height:1.2em;
    letter-spacing: normal;
    display: block;
}
.frontpage-series-description {
    font-weight:normal;
    font-size:20px;
    padding:0 40px;
    text-transform:none;
    line-height:1.2em;
    letter-spacing: normal;
    max-height: 75%;
    overflow: hidden;
}
.frontpage-series-button a {
    font-weight:normal;
    font-size:20px;
    padding:5px 20px;
    margin-top: 10px;
    text-transform:none;
    line-height:1.2em;
    background: #008bcf;
    color: #fff;
    display: inline-block;
}
.frontpage-series-button a:hover {
    text-decoration: none;
}
.frontpage-services-title {
    font-weight: 600;
    line-height: 1.3em;
    color: #777777;
}
.frontpage-services-title-sermontitle{
    color: #008bcf;
}
.frontpage-services-starttime{
    color: #777777;
    font-weight: 400;
    line-height: 1.66em;
}
.frontpage-services-icons{
    color: #000;
    font-size: 14px;
    line-height: 14px;
}
.frontpage-services-icons span{
    margin-left: 5px;
}







.frontpage-events-date{
    font-weight: 600;
    font-size: 18px;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: normal;
}
.frontpage-events-title, .frontpage-events-title a, .frontpage-events-title a:visited, .frontpage-events-title a:hover{
    font-weight: 600;
    font-size: 25px;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: normal;
    color: inherit;
}
.frontpage-events-title a:hover{
    text-decoration: none;
}
.frontpage-events-subtitle{
    font-weight: normal;
    font-size: 18px;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: normal;
    max-height: 60%;
    overflow: hidden;
}
.frontpage-events-button a{
    font-weight:normal;
    font-size:20px;
    padding:5px 20px;
    margin-top: 10px;
    text-transform:none;
    line-height:1.2em;
    background: #008bcf;
    color: #fff;
    display: inline-block;
}
.frontpage-events-button a:hover{
    text-decoration: none;
}







.agenda-month{
    color: #008bcf;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}
.agenda-title {
    font-weight: 600;
    color: #008bcf;
}

.agenda-link a{
    font-weight:normal;
    font-size:15px;
    padding:5px 20px;
    margin-top: 10px;
    text-transform:none;
    line-height:1.2em;
    background: #008bcf;
    color: #fff;
    display: inline-block;
}
.agenda-link a:hover{
    text-decoration: none;
}




.servicelist-services-type h3{
    font-size: 26px;
    line-height: 30px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.servicelist-services-date h4{
    font-size: 20px;
    line-height: 24px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.servicelist-services-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
}
.servicelist-services-title .servicelist-services-title-sermontitle {
    color: #008bcf;
}
.servicelist-services-icons {
    color: #000;
    font-size: 14px;
    line-height: 14px;
}
.servicelist-services-icons span{
    margin-left: 5px;
}


.seriesarchiveButton{
    display: inline-block;
    border: 1px solid #555;
    color: #555;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 20px 20px 0;
}
.seriesarchiveButton:hover,
.seriesarchiveButtonAktiv{
    border: 1px solid #000;
    color: #000;
}
#seriesarchiveDatum{
    display: none;
}

.seriesarchive{
}
.seriesarchive ul{
    padding-bottom: 15px;
}
.seriesarchive li .uk-card{
    margin: 15px;
    transition: all 0.5s ease-out;
}

.seriesarchive li .uk-card{
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}
.seriesarchive li .uk-card:hover{
    box-shadow: 0 0 15px rgba(0,0,0,1);
}
.seriesarchive h3{
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}

.seriesarchive .uk-card-footer {
	padding: 10px;
	border-top: 0;
}

.seriesarchive .uk-card-footer a:hover {
	text-decoration: none;
}



.meinechurchLivestream{
    z-index: 99999;
    position: fixed;
    top: 15vh;
    right: 20px;
    width: auto;
    height: auto;
    background-color: rgba(0,0,0,0.7);
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.meinechurchLivestream ul{
    list-style-type: none;
    padding: 0 10px;
}
.meinechurchLivestream a{
    color: #fff;
}
@media screen and (max-width: 1200px) {
	.meinechurchLivestream{
	    top: 25px;
	}
}
@media screen and (max-width: 480px) {
	.meinechurchLivestream{
	    right: 80px;
	    font-size: 70%;
	    line-height: 80%;
	}
}
@media screen and (min-width: 481px) and (max-width: 640px) {
	.meinechurchLivestream{
	    right: 100px;
	    font-size: 70%;
	    line-height: 80%;
	}
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
	.meinechurchLivestream{
	    right: 120px;
	    font-size: 80%;
	    line-height: 95%;
	}
}