#eventOrangeBar {
    font-family: "Antique Olive W01 Light", Verdana, Arial, Helvetica, sans-serif;
    background: rgba(252, 153, 55, 0.75);
    display:inline-block;
    position:absolute;
    height:75px;
    width:495px;
    color:#FFFFFF;
    top: -195px;
    text-align:left;
    left:380px;
    padding-left:10px;
    padding-top:4px;
    margin-bottom: 30px;
}

#eventOrangeBar h1 {
    color:#FFFFFF;
    margin-bottom:8px;
    font-weight:normal;
    font-size:1.5em;
}

#eventOrangeBar p{
    color:#FFFFFF;
    font-size:1.15em;
}

.akzeptanz {
    font-size:1.0em;
}

.frame-type-sfeventmgt_pieventdetail {
    position: relative;

    height:100%;
}

.frame-type-sfeventmgt_pieventregistration{
    position: relative;

    height:100%;
} 

/* Small List */
.listSmall {
    width:100%;    
}

.listSmall a {
    text-decoration:none;
    font-size:1.0em;
    color: rgb(252, 128, 4);
}

.listSmallindent {
    padding-left: 15px;
}

.listSmallindent a {
    color:#222222;
}

/* Event Details */
.table_EventDetails {
    display:table;
    width:100%;
    line-height:1.4em;
    font-size:0.9em;
}

.table_EventDetails Div {
    color:#222222;
}

.DetailBox {
    margin-left:20px;
    padding-left:10px;
    padding-top:5px;
    padding-right:10px;
    background-color:rgba(252, 153, 55, 0.3);
    min-width:290px;
    z-index: 10;
    color:#000000;
}


.table_EventDetails .Cell {
    z-index: 100;
    padding-bottom:10px;
}

.table_EventDetails .EventTable .Cell {
  padding-bottom:0px;
}

.Row .Tickets {
    background-color: rgb(252, 153, 55);
    display:block;
    padding-bottom:0px;
    margin-bottom:10px;
}

.Row .Tickets .Cell {
    padding-bottom:0px;
    padding-top:3px;
    padding-bottom:3px;
}
.Row .Tickets .Cell img {
    padding-left:10px;
    padding-right:5px;
}

.InnerEventTable a {
    text-decoration:none;
    color: #FFFFFF;
}

.InnerEventTable a .link_book {
    color: #FFFFFF;
    padding-top:4px;
    display: inline-block;
}

.event-detail-value {
    font-size: 1.0em;
}

.EventTable {
    font-size: 0.8em;
}

.EventTable {
    display:table;
    width:100%;
    line-height:1.4em;
    font-size:0.9em;
}

.event-registration-table {
    display:table;
    width:100%;
    line-height:1.4em;
    font-size:0.9em;
    border:0px;
}

.event-registration-row {
    display:table-row;
    width:100%;
    position:relative;
}

.event-list-label {
    display:table-cell;
    vertical-align:top;
    font-size: 14px;
}

.event-registration-table .event-list-label  {
    width:140px;
} 



.event-list-value {
    display:table-cell;
    vertical-align:top;
}

.errorbox {
    background-color: #DDDDDD;
    padding:10px;
    padding-left:25px;
    border: 2px solid red;
    width:410px;
    margin-bottom:20px;
}

.error {
    color:red;
}

.h-captcha {
    display: inline-block;
    position:relative;
    right:0px;
}

.imagecopyright {
    font-size:0.8em;
    font-style:normal;
    padding:0px;
    margin:0px;
}

.tx-sf-event-mgt {
    position:relative;
}

/* List Gallery */
.listJustPictures {
    text-align: center;
}

/* Listitems */

.event-list-item {
    display:table; 
    width:100%;
    line-height:18px;
    font-size:14px;
}

.event-list-item h2.event-title {
    font-size:1.1em;
    font-weight:normal;
    padding-top:10px;
    padding-bottom:2px;
    margin-bottom:0px;    
}

.event-list-item h2.event-title a {
    color:rgb(252, 128, 4);
    text-decoration:none;
    font-size:1.1em;
}

.list-item-image {
    padding-left:10px;
    width: 11vw;
    height:7.33vw;
}

.listJustPictures .list-item-image {
    padding-left:2px;
    width: 9vw;
    height:6vw;
}

.event-list-item .event-image {
    padding-top:0px;
}


.EventMore {
    text-align:left;
    padding-right:5px;
    padding-top:10px;
}

.bachToRegistration {
    text-align:right;
}

/* Tooltip text für Ort in Events */
.tooltiptext {
    visibility: hidden;
    background-color: rgba(252, 153, 55, 1.0);
    color: #000000;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    width:400px;
    border:0px #333333 ridge;
    
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: -200px;
    left: 20%;
    margin-left: -110px;
    margin-bottom:-20px;
}

.tooltiptext b {
    color:#000000;
}

.tooltiptext span {
    color:#000000;
}

.indent {
    padding-left:10px;
    display: inline-block;
}


.event-detail-value {
    position:relative;
    display:inline-block;
}

/* Show the tooltip text when you mouse over the tooltip container */
.event-detail-value:hover .tooltiptext {
    visibility: visible;
}

@media only screen and (min-width: 601px) {

}

@media only screen and (max-width: 600px) {
    .table_EventDetails {
        display: block;
    }

    .table_EventDetails .Row {
        display: block;
    }

    .table_EventDetails .Cell {
        display: block;
    }

    .main {
        display: block;
        max-width:100%;
    }

    .columnRight {
        display: block;
        padding-top:0px;
        padding-left: 0vw;
    }

    .listJustPictures{
        display:none;
    }

    #eventOrangeBar {
        display:none;
    }

    .DetailBox {
        margin-left:0px;
    }

    .frame-type-sfeventmgt_pieventregistration .DetailBox{
        display:none;
    }

    .table_EventDetails .InnerEventTable {
        display: table;
    }

    .table_EventDetails .InnerEventTable .Row {
        display: table-row;
    }

    .table_EventDetails .InnerEventTable .Cell {
        display: table-cell;
    }

    .event-list-item .Cell img{
        display: none;
    }
}