html, body {
	font-size: 12px;
}

html {

	/*background-color: #F5F5F5;*/
}

html, body {
	font-family: 'Roboto', sans-serif;
	/*height: 100%;*/
	/*border: 1px solid red;*/
}

h1 {
	font-size: 20px;
	font-weight: 500;
	line-height: 3.57;
}

#trocken_eis_temp {
	border-right: 1px solid #dedede;
}

#kuelpack_temp {
	margin-left: 10px;
}

#temperature_chart {
	min-height: 250px;
	justify-content: center;
}

#temperature_description {
	padding-top: 15px;
	padding-bottom: 15px;
	justify-content: center;
}

#partner-logos div img {
	width: 100%;
}

#partner-logos div {
	padding: 0 25px;
}

#landpack_app #main_content {
	/*max-width: 1240px;*/
	/*width: 100%;*/
	/*margin: 0 auto;*/
	/*background-position: contain;
	background-image: url('../img/background_logo.png');
	background-color: #F5F5F5;*/
	/*background-color: transparent;*/
	/*border: 1px solid blue;*/
	/*height: 100%;*/
	/* max-width: 945px; */
	/* margin: 0 auto; */
}

#landpack_toolbar {
	background-color: #E19952;
	color: #FFFFFF;
}

#rechner {
	/*border: 1px solid green;*/

	/*max-width: 945px;*/
	/*height: 325px;*/
	height: auto;
	background-color: #FFFFFF;
	color: #868787;
	font-size: 14px;

	display: block;
	/*margin: 0 auto;*/

	/*border: 1px solid red;*/
}

#extra_text {
	font-size: 15px;
}

.bottles {
	align-self: center;
	/*padding-top: 50px;*/
}

#get_location {
	cursor: pointer;
	color: #000000;
}

#get_location svg {
	fill: #000000;
}

#hinweis {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

#endresult {
	justify-content: center;
	display: flex;

	font-size: 160px;
	font-weight: 300;
	color: #ffffff;
	min-height: 100%;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e19952+0,de744b+100 */
	background: #e19952; /* Old browsers */
	background: -moz-linear-gradient(top, #FAD800 0%, #EF9624 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #FAD800 0%, #EF9624 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FAD800 0%, #EF9624 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD800', endColorstr='#EF9624', GradientType=0); /* IE6-9 */
}

.full_height {
	min-height: 100%;
}

.borderline_right {
	border-right: 1px solid #dedede;
}

.borderline_bottom {
	border-bottom: 1px solid #dedede;
}

.extra_padding_top {
	padding-top: 20px;
}

.weather_temp_wrapper {
	text-align: center;
	font-size: 45px;
	font-weight: 100;
	color: #000000;
}

.weather_icon_wrapper {
	/*min-height: 100%;
	width: 100%;
	justify-content: center;
	display: flex;*/
	width: 50%;
}

.weather_icon {
	max-width: 100%;
	justify-content: center;
	display: flex;
	margin: 0 auto;
}

.select_items {
	padding: 0px;
	display: inline-block;
}

.select_items li {
	list-style-type: none;
	float: left;
	padding: 5px;
	margin-right: 15px;
	cursor: pointer;
}

.product_list .select_items li {
	width: 100%;
}

.item-selected {
	color: #e19952;
	font-weight: bold;
}

.input-field-label,
#temperature_description {
	color: #000000;
	font-size: 12px;
	display: block;
}

.column_equal_min_height {
	/*min-height: 33.3% !important;*/
}

md-input-container.md-icon-right.icon-right-only {
	padding-left: 0;
}

md-input-container.md-icon-right.icon-right-only > label {
	left: 0;
}

md-input-container .md-input {
	color: #000000;
}

md-select {
	margin-top: 10px !important;
}

md-select:not([disabled]):focus .md-select-value {
	border-bottom-color: #e08e50 !important;
	/*color: rgba(0,0,0,0.87);*/
}

md-select-menu md-option[selected],
md-input-container.md-select .md-select-value,
md-input-container.md-input-focused .md-input,
md-input-container.md-input-focused label {
	color: #e08e50 !important;
	border-color: #e08e50 !important;
}

.dicke_class,
.package_class,
.want_temp_class {
	min-height: 112px;
}

#legal-text a:hover {
	color: #d77433;
}

#legal-text a {
	color: #BFBFBF;
}

.bottom_line {
	border-bottom: 1px solid #dedede;
}

/* Style the lines by removing the fill and applying a stroke */
.line {
	fill: none;
	stroke: #ffab00;
	stroke-width: 3;
}

/* Style the dots by assigning a fill and stroke */
.dot {
	fill: #ffab00;
	stroke: #fff;
}

@media only screen and (max-width: 599px) {
	#rechner {
		height: auto;
	}

	#endresult {
		font-size: 60px;
	}

	.bottles {
		padding: 10px;
	}

	.dicke_class,
	.package_class,
	.want_temp_class,
	.plz_von_class,
	.plz_nach_class,
	#endresult {
		min-height: 112px;
	}

	h1 {
		text-align: center;
		display: block;
	}

	.plz_von_class md-input-container,
	.plz_nach_class md-input-container {
		margin: 0;
		margin-top: 35px;
	}

	.borderline_right {
		border: 0px;
	}

	.xs_borderline_bottom {
		border-bottom: 1px solid #dedede;
	}

	.weather_icon {
		max-width: 60%;
	}

	.weather_temp_wrapper {
		font-size: 30px;
	}

	.sm_bottom_line {
		border-bottom: 1px solid #dedede;
	}

	#landpack_app #main_content {
		/*min-width: auto;
		width: 100%;
		background-color: transparent;
		height: 100%;*/
	}
}

@media only screen and (min-width: 600px) and (max-width: 960px) {

	.temperature_number {
		min-height: 142px;
	}

	#landpack_app #main_content {
		/*min-width: auto;
		width: 100%;
		background-color: transparent;
		height: 100%;*/
		/* max-width: 90%; */
	}

	.weather_icon_wrapper {
		width: auto;
	}

	.weather_icon {
		max-width: 60%;
		margin-left: 30%;
		margin-right: 5%;
	}

	.dicke_class,
	.package_class,
	.want_temp_class,
	.plz_von_class,
	.plz_nach_class,
	#endresult {
		min-height: 112px;
	}

	#rechner {
		height: auto;
	}

	.sm_bottom_line {
		border-bottom: 1px solid #dedede;
	}

	.weather_temp_wrapper {
		align-self: center;
		text-align: left;
		font-size: 46px;
	}

	#extra_text {
		align-self: flex-end;
		text-align: left;
		padding-bottom: 14px;
	}

	.bottles {
		padding-top: 0px;
	}

	#extra_text {
		font-size: 20px;
	}

	#endresult {
		font-size: 80px;
	}

}

@media only screen and (min-width: 960px) {
	.plz_wrapper {
		flex: 0;
	}

	.weather_temp_wrapper {
		align-self: center;
	}
}


md-select.md-default-theme .md-select-value, md-select .md-select-value, md-input-container.md-default-theme .md-input, md-input-container .md-input {
	border-color: #000000;
}

.md-select-value .md-select-icon:after {
	color: #000000
}

.md-whiteframe-2dp {
	box-shadow: 0 0 0 0 rgb(0 0 0 / 20%);
}