/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/fonts/OpenSans-Regular.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;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/fonts/OpenSans-Regular-ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Cormorant Upright';
    font-style: normal;
    font-weight: 400;
    src: local('Cormorant Upright Regular'), local('CormorantUpright-Regular'), url(/fonts/CormorantUpright-Regular.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;
}

/* latin */
@font-face {
    font-family: 'Kuenstler Script';
    font-style: normal;
    font-weight: 400;
    src: local('Kuenstler Script Regular'), local('Kunstler Script Regular'), url(/fonts/Kuenstler.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;
}

/* latin-ext */
@font-face {
    font-family: 'Parisienne';
    font-style: normal;
    font-weight: 400;
    src: local('Parisienne'), local('Parisienne-Regular'), url(/fonts/Parisienne-ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Parisienne';
    font-style: normal;
    font-weight: 400;
    src: local('Parisienne'), local('Parisienne-Regular'), url(/fonts/Parisienne.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;
}

html {
    font-size: 2vw;
}

body {
    padding-top: 54px;
    font-family: "Open Sans", sans-serif;
}
/*
.tm p, .tm h2 {
    margin-top: 1.5rem;
}*/

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
    html {
        font-size: 18px;
    }
}

@media (max-width: 700px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }
    .container-medium {
        width: 800px;
    }
}

.container-small, .container-medium {
    max-width: 100%;
}

.card.bg-success a.card-link {
    color: black;
}

.toller-header {
    height: 50vh;
    min-height: 400px;
    max-height: 500px;
    background: url('/images/2Mohn.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    display: flex;
    align-items: center;
}

.toller-header h1 {
    background-color: rgba(0, 0, 0, 0);
    font-family: "Parisienne", serif;
    font-weight: 500;
    font-size: 6rem;
    /*font-size: 15vw;/*8.5rem;*/
    text-shadow: 5px 5px 3px #333;
}

.subheader {
    background-color: #f6f6f6;
    text-align: center;
    margin: 2rem 0;
    padding: 2rem 0;
}

.subheader h2 {
    font-family: serif;
    font-size: 2rem;
}

.subheader h2:after {
    background-color: rgba(0,0,0,.1);
    content: "";
    display: block;
    height: 1px;
    margin: 15px auto 0;
    width: 15vw;
}

.subheader h3 {
    font-size: 1.25rem;
}

.location {
    margin-top: 1rem;
}
.location h3 {
    font-size: 1.25rem;
    font-weight: bold;
}

.location h4 {
    font-size: 1rem;
    font-style: italic;
}

.location-img {
    text-align: center;
    padding: 1rem 0;
}

.location-img img {
    width: 200px;
}

.card {
    height: 100%;
}


.schedule-section .activities {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    max-width: 900px
}

.schedule-section .activity {
    margin-bottom: 2rem;
    text-align: center
}

.schedule-section .icon-wrapper .icon {
    border: 15px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    height: 5rem;
    width: 5rem;
    position: relative;
    text-align: center;
    z-index: 2
}

.schedule-section .icon-wrapper .icon,.schedule-section .icon-wrapper i {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.schedule-section .icon-wrapper .fa-heart-o:before,.schedule-section .icon-wrapper .fa-heart:before {
    position: relative;
    top: 1px
}

.schedule-section .icon-wrapper .wb-church:before {
    position: relative;
    top: -3px
}

.schedule-section .activity-date {
    font-size: .8rem;
    font-style: italic
}

.schedule-section .activity-headline {
    font-size: 1.3rem
}

.schedule-section .activity-description {
    font-weight: 300;
    margin: 3px 0 0
}

.schedule-section .icon-wrapper i {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.schedule-section .bullet:before {
    position: relative;
    top: -3px;
    content: "\00a0";
}

.schedule-section .icon-wrapper .icon {
    background: #ED8D86;
}

@media (min-width: 750px) {
    .schedule-section .activities {
        display:flex;
        flex-direction: column;
        position: relative
    }

    .schedule-section .activities:before {
        background: #d9d9d9;
        content: "";
        height: 100%;
        left: 50%;
        position: absolute;
        width: 1px
    }

    .schedule-section .activity {
        display: flex;
        margin: 0 0 30px;
        text-align: left;
        width: calc(50% + 2.5rem)
    }

    .schedule-section .activity .activity-content {
        padding: 10px 20px 0
    }

    .schedule-section .activity:nth-child(odd) {
        align-self: flex-start;
        flex-direction: row-reverse;
        text-align: right
    }

    .schedule-section .activity:nth-child(2n) {
        align-self: flex-end
    }

    .schedule-section .activity.no-description {
        align-items: center
    }

    .schedule-section .activity.no-description .activity-content {
        padding-top: 0
    }
}

.ghidden {
    display: none;
}

.gfullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}

.gfullscreen > img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.gname {
    position: absolute;
    top: 80%;
    right: 0;
    color: white;
    font-size: xx-small;
    transform: rotate(270deg);
}