

.picture-caption-box{
    position: relative;
}
.picture-caption-box .clear:last-of-type{
    height: 50px;
}
.picture-caption-box *{
    box-sizing: border-box;
}
.picture-caption-box .small_header{
    font-size: 18px;
}
.picture-caption-box .picture{
    max-width: 60%;
    width: 60%;
}
.picture-caption-box .picture img{
    max-width: 100%;
}
.picture-caption-box .caption{
    width: 55%;
    background: white;
    padding: 30px;
    margin-top: 50px;
}
.picture-caption-box.left-picture-caption-box .picture{
    float: left;
}
.picture-caption-box.left-picture-caption-box .caption{
    text-align: left;
    float: right;
    margin-left: -20%;
}
.picture-caption-box.right-picture-caption-box .picture{
    float: right;
    text-align: right;
}
.picture-caption-box.right-picture-caption-box .caption{
    text-align: right;
    float: left;
    margin-right: -20%;
}
@media (max-width: 550px) {
    .picture-caption-box .picture{
        max-width: 100%;
        width: 100%;
    }
    .picture-caption-box .caption{
        width: 100%;
        margin-top: 0;
    }
    .picture-caption-box.left-picture-caption-box .picture{
        float: none;
    }
    .picture-caption-box.left-picture-caption-box .caption{
        float: none;
        margin-left: 0;
    }
    .picture-caption-box.right-picture-caption-box .picture{
        float: none;
    }
    .picture-caption-box.right-picture-caption-box .caption{
        float: none;
        margin-right: 0;
    }
}

.cms-content-new{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.picture-caption-box p{
    margin-bottom: 0;
}

.cms-content-new h2{
}

.cms-content-new h1, #content.no-border .cms-content-new h1{
    font-size: 36px;
    text-transform: uppercase;
    color: #F18A00; 
    font-weight: normal;
    margin: 0 0 50px 0;
    line-height: 36px;
}
.cms-content-new h2, #content.no-border .cms-content-new h2{
    font-size: 30px;
    text-transform: uppercase;
    color: #F18A00; 
    font-weight: normal;
    margin: 0 0 50px 0;
    line-height: 36px;
}
.cms-content-new h3, #content.no-border .cms-content-new h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #F18A00; 
    font-weight: normal;
    margin: 0 0 25px 0;
    background: url(../../images/main/haken_50x50.png) left no-repeat;
    background-size: contain;
}
.cms-content-new .small_header{
    font-size: 18px;
}

.cms-content-new .small_product_overview {
    float: left;
    width: 25%;
    padding: 0.4%;
    box-sizing: border-box;
    height: 390px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 0;
}
.cms-content-new .small_product_overview .main_img{
    width: 100%;
    display: block;
    background: white;
    margin-bottom: 0;
    border: 1px solid #e4e4e4;
}
.cms-content-new .small_product_overview .main_img img{
    margin: auto;
    position: relative;
    display: block;
}
.cms-content-new .small_product_overview h3, .cms-content-new .small_product_overview h3 a{
    height: auto;
    color: #F18A00;
}
.cms-content-new .small_product_overview h2, .cms-content-new .small_product_overview h2 a{
    height: auto;
    color: #F18A00;
}
.cms-content-new .small_product_overview .padding {
    padding: 25px 0 0 0;
    position: relative;
    height: auto;
    min-height: 120px;
    overflow: hidden;
    top: 0;
}
.cms-content-new .small_product_overview h2 , #content.no-border .cms-content-new .small_product_overview h2{
    margin: 0 0 25px 0;
    line-height: 30px;
}
.cms-content-new img{
    vertical-align: middle;
}
.cms-content-new .wide-box{
    padding: 100px 0;
}