html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #C9D9AD;
    font-family: area-normal, sans-serif;
}

h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    color: rgb(83, 93, 66);
}

#header {
    position: relative;
    background-color: white;
    width: 100%;
    height: 80px;
}

.vhelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.valign-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.vdivider {
    min-width: 1px;
    max-width: 1px;
    min-height: 50px;
    margin-left: 10px;
    background-color: #ccc;
}

.col-green {
    color: #799C3A;
}

#logo {
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
}

#content {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    margin: 0 auto 0 auto;
    padding: 20px;
}

.searchresult {
    width: 100%;
    height: 80px;
    margin: 10px auto 10px auto;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #C9D9AD;
}

.searchresult:hover {
    border: 1px solid #799C3A;
}

.res-photo {
    float: left;
    width: 100px;
    height: 100%;
    object-fit: cover;
}

.res-name {
    margin-left: 20px;
}

.res-right {
    margin-left: auto;
    margin-right: 20px;
}

.churchName {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.churchLocation {
    display: block;
    font-size: 18px;
    line-height: 24px;
}

.res-live {
    height: 24px;
    white-space: nowrap;
    padding: 5px;
}

.live-img {
    float: left;
    width: 24px;
    height: 24px;
}

.live-text {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
}

.res-modaliteit {
    margin-left: 20px;
    margin-right: 10px;
}

#player {
    position: relative;
    background-color: rgb(83, 93, 66);
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    height: 360px;
}

#error {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    color: #B00020;
    background-color: #330020;
    visibility: hidden;
}

.button {
    color: #fff;
    background-color: #799C3A;
    border-radius: 17px;
    font-family: Arial, system, sans-serif;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    box-shadow: none;
    border: 0;
    padding: 8px 20px;
    cursor: pointer;
    user-select: none;
    margin-left: 15px;
}

.btn-icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.lock {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
