.eb-box-sized {
    box-sizing: border-box;
}
.eb-pull-left {
    float:left;
    clear:left;
}
.eb-pull-right {
    float:right;
    clear: right;
}
.eb-priceometer {
    box-sizing: border-box;
    width: 100%;
    /*padding: 10px;*/
    display: none;
}
.eb-priceometer .eb-priceometer-border {
    border: 1px solid #f2f2f2;
}
.eb-priceometer .eb-priceometer-section {
/*    float:left;
    clear: left;*/
    width: 100%;
    /*margin-bottom:10px;*/
}
.eb-priceometer .eb-priceometer-form {
    float:left;
    clear:both;
}
.eb-priceometer .eb-control-group {
    margin-bottom: 10px;
}

.eb-priceometer .eb-priceometer-date, .eb-priceometer .eb-category-id {
    width: 100%;
    height: 30px;
}
input.eb-priceometer-date {
    background: #fff url('//www.easy-booking.at/ebPlugins/smallSearch/img/cal.gif') no-repeat;
    background-position: 97% 50%;
}

.eb-priceometer .eb-priceometer-onechannel {
    float:left;
    clear:left;
    width:100%;
    /*background: url("//www.easy-booking.at/clientWeb001/img/pl_dot.png") repeat-x scroll 0 1px transparent;*/
    height: 30px;
    border-bottom: 1px dashed #ccc;
    margin:5px 0;
}

.eb-priceometer-channelname {
    /*background: #fff;*/
    /*padding: 0 3px;*/
}
.eb-priceometer-channelprice {
    color:#e78b5a;
    /*width: 25%;*/
    /*text-align: right;*/
    /*background: #fff;*/
}
.eb-priceometer .eb-priceometer-price {
    /*min-height: 80px;*/
    position: relative;
    background:#f2f2f2;
    text-align: center;
}
.eb-priceometer .eb-priceometer-priceinfo {
    width: 100%;
    padding: 5px;
    /*height: 145px;*/
    /*position: relative;*/
}
.eb-bottom {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.eb-priceometer .eb-priceometer-priceinfo p {
    margin:0;
    padding: 0;
}
.eb-priceometer .eb-priceometer-priceinfo p.eb-priceometer-editable-large {
    font-size:20px;
    line-height:24px !important;
    margin-bottom:0px !important;
    /*margin-top:15px;*/
}

.eb-priceometer.eb-full-view .eb-priceometer-priceinfo p.eb-priceometer-editable-large {
    margin-top:15px;
}

.eb-priceometer p.eb-priceometer-pricedetail {
    font-size:12px;
    line-height:16px !important;
    vertical-align: middle;
    /*margin-top:-5px;*/
    margin: 5px 0;
    color:#c3c3c3;
}
 .eb-priceometer .eb-priceometer-priceinfo p.eb-priceometer-editable-small {
    font-size:12px;
    line-height:14px !important;
    margin-bottom:0px !important;
}

.eb-priceometer .eb-priceometer-pricebox {
    width: 25%;
    height: 145px;
}

.eb-priceometer-cta-button, .eb-priceometer-cta-button:hover {
    width: 100%;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
}
.eb-priceometer .eb-priceometer-comparison span{
    color: #D62848;
    text-decoration: line-through;
    display: block;
    text-align:center;
/*    height:40px;
    line-height:40px;*/
    vertical-align: middle;
}
.eb-priceometer .eb-priceometer-prices {
    margin:10px 0;
}
.eb-priceometer .eb-priceometer-ebprice {
/*    background: #468847;
    color: #fff;*/
    /*display: block;*/
    text-align:center;
    height: 24px;
    line-height:24px;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
}


.eb-priceometer.eb-full-view .eb-one-column {
    width:100%;
    box-sizing: border-box;
}
.eb-priceometer.eb-half-view .eb-one-column {
    width:48%;
    box-sizing: border-box;
}

.eb-priceometer.eb-half-view .eb-two-column {
    width:100%;
    box-sizing: border-box;
}

.eb-priceometer.eb-full-view .eb-two-column {
    width:100%;
    box-sizing: border-box;
}

.eb-priceometer.eb-half-view .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 0;top:50%;
    margin-top:-10px;
}
.eb-priceometer.eb-full-view .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12.5px 0 12.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;top:0;
    margin-left: -12.5px;
}

/* POPUP FENSTER */
#EBSM_overlay {
    display:none;position: fixed;top:0px;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:9000;left:0px;
}

#EBSM_iframeWrap {
    width:985px;
    position:relative;
    min-width:660px;
    max-width: 94%;
    height:94%;background:#fff;border:4px solid #fff;
    border-radius:5px;
    margin:20px auto 0;
    -webkit-box-shadow:  0px 1px 5px 1px #000;
    box-shadow:  0px 1px 5px 1px #000;
}

#EBSM_iframeWrap .close_EBSM_overlay {
    color:#fff;font-weight:bold;font-size:16px;
    position:absolute;
    right:-20px;top:-20px;
    width:30px;height:30px;background:url(//www.easy-booking.at/ebPlugins/smallSearch/img/close_x.png) no-repeat 50% 50%;border-radius:15px;line-height:24px;vertical-align:middle;text-align:center;z-index:9999;cursor:pointer;
    /*border:2px solid #fff;*/
    font-family: Arial;
    -webkit-box-shadow:  0px 1px 2px 0px #000;
    box-shadow:  0px 1px 2px 0px #000;
}

#EBSM_iframe {
    width:100%;height:100%;border:none;border-radius:1px;
}

.eb-priceometer.eb-half-view .eb-priceometer-form.eb-priceometer-section.eb-box-sized {
    width: 48%;
}

.eb-priceometer-form.eb-priceometer-section.eb-box-sized .eb-control-group {
    margin-bottom: 0;
}

.eb-priceometer-price.eb-box-sized.eb-one-column.eb-pull-right {
    clear:none;
}

.eb-priceometer.eb-half-view .eb-priceometer-price.eb-box-sized.eb-one-column.eb-pull-right{
    padding-top: 10px;
    padding-bottom: 10px;
}

.eb-priceometer.eb-half-view .eb-priceometer-cta-button {
    padding-top: 5px;
    padding-bottom: 5px;
}