@CHARSET "UTF-8";

@media only screen and (max-width: 1156px) {
	.header_wrapper {
		margin: 0 15px;
	}
	.row {
		padding: 0 15px;
	}

	#footer.row {
		padding: 0;
	}

	.footer_wrapper {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1040px) {
	.header_wrapper {
		justify-content: center;
		flex-direction: column;
		padding: 1rem 0;
	}
	.back_to_home {
		margin-top: .5rem;
		align-self: flex-start;
	}
	.footer_wrapper {
		flex-direction: column;
		margin: 15px 0;
		align-items: flex-start;
	}
	
	.footer_info {
		margin-top: 15px;
		display: flex;
		flex-direction: column;
	}
	
	.label_footer_2 {
		margin-top: 15px;
	}
	
	.content_tab_wrapper {
		padding: 1rem;
	}
}

@media only screen and (max-width: 817px) {
	
	
	.medium-12 {
		width: 100%;
	}
	
	.energy_type_wrapper input + label {
		width: 40%;
	}
	
	/* Productlist*/
	.productlist #calculator_wrapper {
		display: none;
	}
	
	.productlist > .columns {
		width: 100%;
	}
	
	/* Customerdata */
	.customerdata #calculator_wrapper {
		display: none;
	}

	.customerdata > .columns {
		width: 100%;
	}
}

@media only screen and (max-width: 542px) {
	
	.small-12 {
		width: 100%;
	}

	.small-6 {
		width: 50%;
	}

	.inputSpacer {
		width: 100%;
	}

	.columns.m {
		padding-left: 0;
		padding-right: 0;
	}
	
	.columns.l {
		padding-right: 0;
	}

	.columns.r {
		padding-left: 0;
	}

	.columns.m {
		padding-left: 0;
		padding-right: 0;
	}

	.small-6.columns.l {
		padding-right: .25rem;
	}

	.small-3.columns.l {
		padding-right: .25rem;
	}

	.small-3.columns.m {
		padding-right: .25rem;
		padding-left: .25rem;
	}

	.small-6.columns.r {
		padding-left: .25rem;
	}

	.small-6.columns.m {
		padding-right: .25rem;
	}

	.columns.data_input {
		flex-direction: column;
	}

	input[type="submit"],
	.button,
	.backward.button {
		margin-bottom: 1rem;
	}

	/* Calculator */
	.target_group_wrapper {
		flex-direction: column;
	}

	.skala_col {
		padding-right: 0;
	}

	.target_group_col {
		display: flex;
	}

	.bubbles {
		display: none;
	}

	/* Productlist */
	.product_header {
		flex-direction: column;
	}

	.product_header .coulumns {
		width: 100%;
	}

	.productlist .price_wrapper {
		width: 100%;
	}

	.productlist .button_wrapper {
		flex-direction: column-reverse;
	}

	.product_price_title {
		margin-top: 1.5rem;
	}

	.accept_btn.button {
		margin-bottom: 1rem;
		width: 100%;
	}

	/* Customer Data */
	.customerdata_header_wrapper {
		flex-direction: column-reverse;
	}

	.white_wrapper .columns .hide-for-small {
		display: none !important;
	}
	
	.customerdata .btn_wrapper {
		display: flex;
		flex-direction: column-reverse;
	}

	.customerdata .left_button,
	.customerdata .right_button,
	.customerdata .right_button .button,
	.customerdata .left_button .button {
		width: 100%;
	}
	.customerdata .left_button,
	.customerdata .right_button {
		margin-top: 0;
	}

	.forward.button.print {
		margin-top: 1rem;
	}

	/* Bubbles */
	div.bubbles {
		align-self: flex-end;
	}
}

@media only screen and (max-width: 416px) {
	.target_group_col {
		margin-right: 0;
	}
}