/* Rental Gabs spezielle YAML Klassen für die Bootstrap Variante*/
.ym-gl {
    float: left;
    margin: 0;
}

.ym-gr {
    float: right;
    margin: 0 0 0 -5px;
}

.ym-g33 {
    width: 33.333%;
}

.ym-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.ym-clearfix:before {
    content: "";
    display: table;
}

/* Rental Gabs */

.gab-box {
    padding: 35px 0;
    margin-bottom: 25px;
    border-bottom: 1px dotted #F2F2F2;
}
.gab-box h3 {
    margin-bottom: 30px;
}

.gab-box .text p {
    margin-bottom: 6px;
    /* font-size: 114.3%; */
}
.gab-box .ym-g33.ym-gl.lightbox + .ym-g33 {
    border-left: 10px solid transparent;
    box-sizing: border-box;
    border-right: 10px solid transparent;
}
.gab-box .text p.time {
    background: #E8E8E8;
    padding: 5px 7px;
    font-size: 17.5px;
    color: #424242;
    margin-bottom: 0;
}
.gab-box .text .date_and_price {
    background: #4f4f4f;
    padding: 5px 7px;
    color: #fff;
    clear: both;
    overflow: auto;
}
.days {
    float: left;
    padding-top: 8px;
}
.gab-box .text .date_and_price strong {
    float: right;
    font-size: 24px;
}
.only {
    color: #F01A06;
    font-style: italic;
    font-size: 22px;
    padding-right: 5px;
}

.priceLineThrough {
    text-decoration: line-through;
}

.textBeforePriceLineThrough {
    margin-left: 28px;
    float: left;
}

.footrow {
    font-size: 12px;
    color: #424242;
    padding-left: 7px;
}
.gab-box .rent_mail a {
    display: block;
    border: none;

    background: #3972c5; /* Old browsers */
    background: -moz-linear-gradient(top,  #ba2c2c 0%, #ba2c2c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ba2c2c), color-stop(100%,#ba2c2c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ba2c2c 0%,#ba2c2c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ba2c2c 0%,#ba2c2c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ba2c2c 0%,#ba2c2c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ba2c2c 0%,#ba2c2c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba2c2c', endColorstr='#ba2c2c',GradientType=0 ); /* IE6-9 */

    color: #ffffff !important;
    cursor: pointer;
    padding: 11px 15px 9px 15px;
    margin: 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.gab-box .rent_mail a:hover {
    transition: all 0.5s ease 0s;
    -webkit-transition:  all 0.5s ease 0s;
    color: #94c4f9;
    background: #3065b3; /* Old browsers */
    background: -moz-linear-gradient(top,  #ba2c2c 0%, #ba2c2c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ba2c2c), color-stop(100%,#ba2c2c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ba2c2c 0%,#ba2c2c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ba2c2c 0%,#ba2c2c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ba2c2c 0%,#ba2c2c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ba2c2c 0%,#ba2c2c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba2c2c', endColorstr='#ba2c2c',GradientType=0 ); /* IE6-9 */
    opacity: 0.8;
}

/* Romans Anpassungen von 15.04.2016 */

.mail.rent_mail.btn {
    padding: 6px 0px;
    margin-top: 11px;
    margin-left: 27px;
}

p.footrow {
    text-align: right;
}

.floorground {
    height: 86px;
}

.floorground img,
.right img,
.linearize-level-1 .ym-g33 img {
    max-width: 100%;
}

.linearize-level-1 .ym-g33 img {

}

.floorground + .gab-box .ym-g33 figure {
    padding-right: 10px;
}

.radioInline {
    margin-left: 2px;
    margin-bottom: 10px;
}
.radioInline label {
    display: inline-block;
    margin-right: 10px;
}