body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
/*    background-color: #f37334; */    
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a, a:hover, a:focus {
    color: #f36c2b;
    outline: none;
}

header {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.headline {
    width: 100%;
    text-align: center;
    height: auto;
}

.headline h5{
    margin-top: 10px;
}

.container {
    /*
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 5px;
    */
}
.block {
    display: flow-root;
    height: auto;
    margin-top: 10px;
    clear: both;
}

.block-image{
    float: left;
}

.block-title{
    text-align: center;
    display: inline-block;
}

.block-data{
    
}

.block-data-item{
   float: left;
   margin-left: 5px;
   margin-top: 5px;
   margin-right: 5px;
}
.block-age_restriction {
    display: inline-block;
    float: right;
}

.organisation-list {
    
}

.organisation-list .item {
    border: 2px solid #ececec;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}

.organisation-list .item .data {
    padding: 15px;
}

.organisation-list .item .footer {
    background: #ececec;
    padding: 0 0;
}

.organisation-list .item .i {
    width: 160px;
}

.organisation-list .item .data .t {
    height: 65px;
    text-align: left;
    padding-left: 10px;
}
 
.organisation-list .item .data .h {
    height: 100px;
    text-align: justify;
    display: block;
    margin-left: 10px;
}

.organisation-list .item td {
    vertical-align: top;
}

.organisation-list .item h3 a {
    color: #000;
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
}

#events-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#events-list .item {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0px;
}

#events-list .item .i {
    float: left;
}

#events-list .item .t {
    vertical-align: top;
    text-align: left;
    width: 100%;
    padding-left: 20px;
}

#events-list .item .c {
    margin-left: 175px;
}

#events-list .item .r {
    float: right;
}

#events-list .item h3 {
    margin: 0 100px 7px 0;
    text-align: left;
}

#events-list .item a {
    text-decoration: underline;
}

#events-list .item a img {
    max-width: 155px;
}

#events-list .item h3 {
    margin: 0 100px 7px 0;
}
.breadcrumbs {
    margin: 0 -15px 15px -15px;
    padding: 3px 0;
    background: none;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumbs a {
    color: #fff;
    font-size: 13px;
    background-color: #f36d2d;
    padding: 1px 15px 0 15px;
    text-decoration: none;
    height: 23px;
    display: inline-block;
}

@-moz-document url-prefix() {
    .breadcrumbs a {
        padding: 0 15px 0 15px;
    }
}

@media screen and (min-width: 0 \0
) {
    .breadcrumbs a {
        padding: 0 15px 0 15px;
    }
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumbs li:first-child a {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.breadcrumbs li:last-child a {
    background-color: #ffffff;
    color: #363636;
    left: 0;
    position: relative;
}
.breadcrumbs li span {
    background: url(../images/breadcrumbs.png) no-repeat 0 0;
    height: 23px;
    width: 14px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 0;
}
.breadcrumbs li:nth-last-child(2) span {
    background: url(../images/breadcrumbs-pre.png) no-repeat;
    left: 0;
}
.breadcrumbs li:last-child span {
    background: url(../images/breadcrumbs-last.png) no-repeat;
    width: 11px;
    left: 0;
}

.breadcrumbs li span:before {
    content: " ";
    width: 1px;
    height: 23px;
    position: absolute;
    background: #f37031;
    left: -1px;
}

.breadcrumbs li:last-child span:before {
    background: #fff;
    
}

p.address {
    font-style: italic;
}