.connection-box{
    padding: 10px;
    margin: 0 0 0 0;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    background-color: #ffffff;
    opacity: 1;
    width: 220px;
}

.connection-img{
    width: 200px;
    height: 200px;
    background-origin: content-box;
    background-size: contain;
    background-repeat: no-repeat;
}

.offer-box {
    float: left;
    width: 48%;
    margin: 0 2% 20px 0;
    padding: 6px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
}

.offer-group-header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.offer-group-table-key {
    min-width: 170px;
}

.offer-group-link {
    margin-top: 15px;
    position: relative;
    float: right;
}


.offer-group-details {
    float: left;
    width: 100%;
}

@media (max-width: 700px) {
    .offer-box {
        width: 100%;
    }
}

/*****************************************************
 *                  brochure-banner                  *
 *****************************************************/

div.brochure {
    position: relative;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0.9;
    padding-bottom: 10px;
}

div.brochure > img{
    width: 100%;
    height: 0;
}

div.brochure.unfolded{
    height: auto;
}

div.brochure.unfolded > img{
    height: auto;
}

/*****************************************************
 *                  brochure-banner                  *
 *****************************************************/
div.navigation {
    margin-top: 30px;
    position: absolute;
    bottom: 20px;
}
div.navigation.left{
    left:20px;
}
div.navigation.right{
    right:20px;
}

/*****************************************************
 *                  template                         *
 *****************************************************/

.template {
    display: none;
}