/* 
    Created on : 27.11.2015, 09:10:10
    Author     : drzohour
*/

.free{
    color: #00c000;
    font-weight: bold;
}

.float_right{
    float: right;
}
.float_right a:hover{
    color: #000000 !important;
    background-color: #dcabbf;
    border-bottom: 0px;
}
.float_right a{
    color: #000000 !important;
    background-color: #dcabbf;
    border-bottom: 0px;
}

.float_right a::before {
    content: "" !important;
}

.link_button{
    background-color: #dcabbf;
    padding: 4px 6px 3px 6px;
    cursor: pointer;
    /*border-radius: 8px;*/
}
.link_button a {
    text-decoration: none !important;
    background-image: url('') !important;
    padding: 0 !important;
}

.ausgebucht{
    color: #CFD3D6; 
    cursor: default;
}
.ausgebucht:hover{
    color: #CFD3D6; 
    cursor: default;
}

#ausgebucht{
    color: red;
}

.both{
    clear: both;
}

p strong{
    color: #000000;
}

p a{
    border-bottom: none;
}
   
.bold{
    color: #000000;
    font-weight: bold;
}

.flex {
    display: -webkit-flex;
    display: -webkit-box;/*Safari*/
    display: flex;
    -webkit-flex-flow: row;
    -webkit-box-flow: row;
    flex-flow: row;
    width: 100%;
}
.aus{
    cursor: pointer;
}
.pfeil{
    line-height: 0.75em;
    position: relative;
    /*top: 8px;*/
    top: 1px;
}.pfeil_unten{
    border: 5px solid #000000;
    font-size:0;line-height:0;height:0;padding:0;margin:0;
    border-right-color:  transparent;
    border-bottom-color: transparent;
    border-left-color:   transparent;
    margin: 0 2px 0 0;
    width: 1%;
}
.pfeil_recht{
    border: 5px solid #000000;
    font-size:0;line-height:0;height:0;padding:0;margin:0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    margin: 0 2px 0 0;
    width: 1%;
}

.titel{
    width: 86%; 
    padding: 0 3px;
    font-weight: bold;
    color: var(--main-color);
}

.zeit{
    width: 13%;
    text-align: right;
    font-weight: bold;
    color: var(--main-color);
}

.ein {
    cursor: pointer;
}

.accordion {
    width: 86%;
    padding: 5px 0 0 14px;
}
.accordion p {
    padding: 0 0 10px 0;
}

#events {
    margin: 25px 0 0 0;
}
#events h4 {
    display: inline-block;
    line-height: 20px;
    color: white;
    background-color: var(--main-color);
    margin: 0 0 0.8em 0;
    padding: 0 8px;
}
#events h4 b {
    padding: 0 !important;
}
#events .ueberschrift {
    border: 0;
    margin: 0;
}

.event{
    border-bottom: 1px solid #efefef;/*#dedede*/
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.event:last-child{
    border-bottom: 0px;
}

.gesamtBox{
    border-top: 1px dotted #efefef;/*#e2e2e2*/
    padding: 8px 0 1px 0;
}

.firstNode{
    border-top: 0px;
}


