/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-navbar {
    height: 100px;
}

a.tm-logo-small img {
    max-width: 150px;
    height: auto;
}

h1.tm-teaser-heading {
    color: #fff;
    font-style: normal;
    font-size: 100px;
    text-shadow: 1px 1px #222;
}

.tm-teaser-subtitle {
    color: #ffffff;
    text-shadow: 1px 1px #222;
}

.tm-teaser-subtitle::before {
    left: -140px;
}
.tm-teaser-subtitle::before, .tm-teaser-subtitle::after {
    border-top: 1px solid #ffffff;
    content: "";
    position: absolute;
    top: 50%;
    width: 120px;
    text-shadow: 1px 1px #222;
}
.tm-teaser-subtitle::after {
    right: -140px;
}
.tm-teaser-subtitle::before, .tm-teaser-subtitle::after {
    border-top: 1px solid #ffffff;
    text-shadow: 1px 1px #222;
    content: "";
    position: absolute;
    top: 50%;
    width: 120px;
}

.tm-navbar::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 250px 0 250px;
    border-color: #ffffff transparent transparent transparent;

}



/*.tm-logo.uk-visible-large > img {*/
   /*max-width: 280px;*/
/*}*/

/**** JCAL Pro ***/

ul.jcalpro_events {
    padding-left: 5px;
}

li.jcalpro_events_event {
    background-color: #f3f2f0;
    list-style: outside none none;
    padding: 5px;
}

.jcalpro_events_link > a {
    border-bottom: 1px solid;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 7px 0;
}

.jcalpro_events_date {
    display: block;
    font-weight: 700;
}

/* MediaQueries*/

@media (max-width: 480px) {
.tm-navbar {
    height: inherit;
}

    h1.tm-teaser-heading {
        color: #fff;
        font-style: normal;
        font-size: 40px;
        text-shadow: 1px 1px #222;
        line-height: 50px;
    }
}

@media (max-width: 480px) {
    iframe {
    width: 100% !important;}
}