body, html {
    margin: 0px auto;
}

#page {
    font-family: Arial,sans-serif;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #333333;
    text-decoration: none;
}

.btn.btn-default {
    background-color: #f06d00;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0px;
   
}

.btn.btn-default:hover {
    background-color: #ffffff;
    color: #f06d00;
    border: 1px solid #f06d00;
}

ul.date li.row {
    list-style-type: none;
}
.date li span {
    display: block;
}
.arrow::before  {
    content: url(../HeiderbeckAkademie/img/arrow-hb.png);
    cursor: pointer;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    float: left;
    position: relative;
    top: 5px;
}

.collapsing {
    display: none;
}

p {
    font-size: 13px;
    line-height: 18px;
}

.title {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
}

.verfuegbar {
    font-size: 13px;
    line-height: 18px;
    float: right;
}

.date {
    padding: 0px;
}

.event_desc_img, .event_desc_content {
    float: left !important;
    font-size: 13px;
    line-height: 18px;
    padding-left: 3px;
}

.event_desc_img .img-responsive {
    width: 340px;
}


ul.date li {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel {
    box-shadow: 0px 0px 0px 0px !important;
    border: 0px !important;
}

.panel-default > .panel-heading {
    background-color: #fff;
    /* border-bottom:  1px solid #000; */
}

.panel-title p {
    font-size: 13px;
    line-height: 18px;
}

.panel-heading {
    border: 0px !important;
    padding: 10px 3px !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
    /* border-bottom: 1px solid #000; */
}

.panel-body .event_desc_content {
    padding-bottom: 20px;
}

.panel-body {
    padding: 0px 15px 0px 0px;
}

.modal {
    background-color: #ffffff !important;
}

.modal-header {
    background-color: #f06d00;
    color: #ffffff;
}

.close {
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 0 !important;
    text-shadow: 0 2px 2px #333 !important;
}

@media only screen and (min-width:523px) and (max-width:768px) {
    .verfuegbar {
        padding: 0px 0px;
        font-size: 11px;
        line-height: 16px;
        float: right;
    }
    .event_desc_img .img-responsive {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

ul.date ol li {
    border-bottom: 0px;
    padding-bottom: 0px;
}
a#add_participants{color: #f06d00;text-decoration: underline;}
.booking-form-head{margin-top:25px;}
.participant_div {
    border-bottom: 1px solid #ccc;
   margin-bottom: 15px;
}
.participant_div:last-child{
    border-bottom: 0px;
}
.participant_div .glyphicon-remove{
    color: #f06d00;
    cursor: pointer;
}
@media only screen and (max-width:523px) {
    a {
        font-size: 11px !important;
    }
    .title {
        font-size: 13px;
        line-height: 18px;
    }
    .panel-body .event_desc_content {
        font-size: 11px;
        line-height: 16px;
    }
    .event_desc_img .img-responsive {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .modal-footer .btn,
    .modal-footer .btn+.btn {
        margin: 0;
        width: 100%;
        margin-bottom: 5px;
    }
    .col-xs-8 {
        width: 100%;
    }
    .col-xs-4 {
        width: 100%;
    }
    .arrow::before {
        top: 20px;
    }
    .arrow p {
        padding-left: 25px;
    }
     .verfuegbar {
         width: 100%;
         float: left;
         padding: 0px 0px;
         font-size: 11px;
         line-height: 16px;
    }
    .panel-heading {
        padding: 10px 10px !important;
    }
    .event_desc_img, .event_desc_content {
        padding-left: 10px;
    }
}

.error {
    padding-bottom: 10px;
    color: #a94442;
    display: none;
}

#add_participants {
    cursor:pointer;}

.checkbox label{
    cursor: inherit;
}
.checkbox label a{
    cursor: pointer;
    color: #f06d00;
}
.all-events .btn-default {
    width: 120px;
}
li[id*="event"] button {
    float: right !important;
    margin: 0 !important;
}
.all-events button {
    float: left;
    margin: 10px 10px 10px 0px !important;
}
.modal-footer {
    text-align: left;
}
