@CHARSET "ISO-8859-1";

@media screen and (max-width: 991px) {

	.row,
	#menu {
		max-width: 700px;
		webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
    }
	.welcome, .products_overview, .customer_data {
	    width: 100%;
	}
	#calculator_wrapper,
	#products_overview {
	    width: 100%;
	    float: left;
	}
	#img_holder #image {
	    height: 321px;
	    background-image: url(../elements/start_bgnd_medium.png);
	}
    #img_holder #welcome_text{
        height: 321px;
    }
    #products_overview {
        margin-top: 30px;
    }
    #calculator.customerdata {
        margin-bottom: 30px;
    }
    #sub_header h2.fright {
        margin-right: 0;
    }
}