#wrapper{
    width: 100%;
}
.header{
    margin: auto;
}
.header_left{
    float: left;
    /*width: 115px;*/
}
.header_right{
    float: right;
    /*width: 863px;*/
}
.header_bottom{
    margin: auto;
}
.content_top{
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    border-right: 0;
    border-left: 0;
}
.content_top .content_width{
    margin: auto;
}

.conotent_bottom_outer {
    background: #73d30d;
}

.content_bottom {
    margin: auto;
    
}
.content_bottom_inner{
    padding-right: 326px;
    position: relative;
    
}
.content_bottom_inner .background{
    background: url("../../../img/bevezeto-szoveg-kep.jpg") no-repeat right center transparent;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 18px 20px 18px 80px;
    width: 204px;
    height: 313px;
    font-size: 36px;
    line-height: 40px;
    color: #e7e7e7;
    text-align: right;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footer{
    background: #f6f6f6;
    /*border-top: 1px solid #f2f2f2;*/
}
.footer_top{
    border-bottom: 1px solid #f2f2f2;
    background: #f8f8f8;
}
.footer_top .content_width,
.footer_middle,
.footer_bottom{
    margin: auto;
}
.footer_middle{
    min-height: 255px;
}
.footer_middle_left,
.footer_bottom_left{
    /*width: 652px;*/
    float: left;
}
.footer_middle_right,
.footer_bottom_right{
    /*width: 326px;*/
    float: right;
}


@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .content_bottom_inner .background{
        background-image: url("../../../img/bevezeto-szoveg-kep-2x.jpg");
        background-size: 306px;
    }
}

/*resoponsive ...*/
@media screen and (max-width: 974px) {
    .content_bottom_inner{
        padding-right: 0;
    }
    .content_bottom_inner .background{
        display: none;
    }
}
/*...responsive*/