/*maincolor F2E81C*/
a {
    text-decoration: underline;
}

.inverse {
    background-color: #000;
    color: #fff;
}

.inverse a {
    color: #fff;
}

.alternate {
    background-color:#ebebeb;
    padding-bottom:20px;
}

.frontpage-event-title.yellow {
    color: #F2E81C;
}
.frontpage-event-title.black {
    color:#000;
}

.maincolor {
    background-color: #F2E81C;
}

.maincolor a, .maincolor a:hover {
    color: #000;
}

.header-bar, .header-bar a, .header-bar a:hover, .header-bar .nav > li > a:hover, .header-bar .nav > li > a {
    color: #000;
    padding: 8px 5px 8px 5px;
    text-align: right;
    text-decoration: none;
    border: 0;
}

#local-buehne-logo { /*fill:white;	background:white;*/
    width: 160px;
}

.navbar-collapse {
    padding-right: 0px;
}

#mainnav {
    min-height: 110px;
}

.header-bar .icon {
    border: 1px solid;
    border-radius: 50%;
    border-color: white;
    color: black;
    background-color: white;
    display: inline-flex;
}

.navbar {
    min-height: 10px;
    margin-bottom: 0px;
    border: 0px !important;
}

.navbar a {
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a, .sub-menu {
    color: white;
    font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a:hover, .menu-item .sub-menu a:hover {
    text-decoration: underline;
}

.navbar-inverse .navbar-nav > li > a:after {

}

.menu-item .sub-menu {
    list-style: none;
}

.menu-item .sub-menu a {
    color: #fff;
    text-decoration: none;
}

.menu-item .sub-menu {
    display: none;
}



.menu-item:hover .sub-menu {
    display: block;
}

h1.entry-title {
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}
.underline {
    text-decoration:underline; 	
}

.featured-image {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.clearfixarrow {
    min-height: 20px;
    top: -1px;
    position: relative;
}

.clearfixarrow-color::before {
    background-image: url(../img/arrow_down_color.svg);
    background-position: center;
}

.clearfixarrow-white::before {
    background-image: url(../img/arrow_down.svg);
    background-position: center;
}
.clearfixarrow-gray::before {
    background-image: url(../img/arrow_down_gray.svg);
    background-position: center;
}

.clearfixarrow-black::before {
    background-image: url(../img/arrow_down_black.svg);
    background-position: center;
}

.clearfixarrow::before {
    content: "";
    float: left;
    width: 100%;
    height: 10px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.clearfixarrow::after {
    clear: both;
}

.featured-category-list {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-right: 30px;
    z-index: 1;
}

.featured-category-list.single-feature {
    padding-right: 0px;
}

.featured-category-list span {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Anonymous Pro', monospace;
}

.featured-category-list span a, .featured-category-list span a:hover {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.event-location, .event-title {
    font-size: 18px;
    font-weight: bold;
}

.event-title {
    margin-bottom: 20px;
}

.event-datetime {
    font-family: 'Anonymous Pro', monospace;
}

.event-calender-add {
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.event-calender-add a {
    text-decoration: none;
}

.toplink, .toplink a, .toplink a:hover {
    color: #000;
    text-decoration: none;
    padding-top: 5px;
    width: 100%;
    text-align: center;
}

.white-box {
    background-color: #fff;
    color: #000;
}

.white-box div, .white-box h5 {
    padding: 5px;
}

.related-events-category-list, .frontpage-events-category-list {
    position: absolute;
    color: #000;
}

.relatedEventTitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.related-events-category-list a {
    text-decoration: none;
}

.frontpage-event-title {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 5px;
    font-size: 1.6em;
    text-decoration: underline;
    padding-right: 30px;
    line-height: 1;
    z-index: 1;
}

.list-event {
    padding-bottom:30px;
}




.entry-header {
    width: 100%;
}


.css-events-list img, .list-event img {
    display: block;
    max-width: 100%;
    height: auto;
}




/* kino freistadt program */
.kino-freistadt-program, .frontpage-event-table {
    width: 100%;
    margin-bottom: 20px;
}

.kino-freistadt-program .program-time, .frontpage-event-table .program-time {
    text-align: right;
    vertical-align: middle;
}

.kino-freistadt-program a, .frontpage-event-table a {
    color: #000;
    text-decoration: none;
}

.kino-freistadt-program a:hover, .frontpage-event-table a:hover {
    background-color:#F2E81C;
    padding-top:5px;
    padding-bottom:5px;
}

.kino-freistadt-program td, .frontpage-event-table td {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top;
    border-bottom: 1px solid #000;
}

.kino-freistadt-program .movieprogramtime, .frontpage-event-table .eventtime {
    padding:5px;
    background-color:#F2E81C;
    margin-left:5px;
}

.frontpage-event-table .event-data {
    vertical-align: middle;
    text-align: center;
    width: 7rem;
}

.frontpage-event-table .event-date {
    display: inline-block;
}

.frontpage-event-table .event-date span {
    font-size:18px;
    font-weight:bold;
}

.frontpage-event-table .event-info {
    padding-left:15px;
    vertical-align: middle;
}

.frontpage-event-table .event-info a:first-child {
    text-transform:uppercase;
}



.kino-program-container.kino-program-date, .kino-program-container.frontpage-event-date  {
    width:40px;
    background-color: #F2E81C;
    min-height:375px;
}

.kino-freistadt-program tr { 
    line-height: 4rem;
}



.kino-program-container {
    display:inline-block;
    vertical-align:top;
    background-color:#fff;
    width:90%;
    padding: 5px 15px 5px 15px;
    margin-left:-3px;
}

.kino-program-container .event-datetime {
    /*transform: translateX(-50%) translateY(-50%) rotate(-90deg);*/
    top: 50%;
    left: 35px;
    position: absolute;

}

@media (max-width: 768px) {
    .menu-item .sub-menu {
        display: block;
    }

    .event-info {
        font-size: small;
    }


    .kino-program-date .event-datetime {
        left: inherit;
    }

}

.rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform:  translateX(-50%) translateY(-50%) rotate(-90deg);

}

#map {
    height: 300px;
    width: 100%;
}

.marginBottom {
    margin-bottom: 20px;
}

.icon.icon-arrowsmall-right {
    font-size: 22px;
    float: left;
    padding-top: 0px;
    padding-left: 10px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right !important;
}

/* carousel controls */
#relatedEventsCarousel {
    padding-bottom: 30px;
}

#frontpageInnerCarousel {
    padding-bottom: 20px;
}

.carouselHeader {
    font-size: 34px;
    margin-bottom: 11px;
}

.carousel-control {
    top: -32px !important;
}

.carousel .carousel-control {
    width: 7%;
    color: #000;
    text-shadow: none;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    opacity: 1;
}

.carousel-control .glyphicon-chevron-left:before, .carousel-control .glyphicon-chevron-right:before {
    font-family: "localbuhne" !important;
    font-weight: bold;
}

.carousel-control .glyphicon-chevron-left:before {
    content: "\61";
}

.carousel-control .glyphicon-chevron-right:before {
    content: "\62";
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    font-size: 25px;
    width: 35px;
    height: 35px;
    background: #F2E81C;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50%;
    border: 5px solid #F2E81C;
}

footer, footer input.form-control {
    font-size: 12px;
}

footer input.form-control {
    margin-bottom: 20px;
}

.va-3
{
    vertical-align: -3px;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex {
    display: flex;
}

.m-3 {
    margin: 3px;
}

.pb-3 {
    padding-bottom: 3px;
}