 body {
	background:##EE1111;
	margin: 0px;
	padding: 0px;
}

#content {
	background: #fff;
	height: 850px;
	margin: 0px;
	padding: 0px;
} */

html, body {
	height: 100%;
}

#basicMap{
	width: 100%;
	margin: 0;
	position: absolute;
}

#filter {
	position: fixed;
	width: 30.2%;
	min-width: 200px;
	background: rgba(255, 255, 255, 0.7);
}

#backToWebsite {
	position: fixed;
	right: 20px;
}

#result-sidebar {
	position: fixed;
	width: 30.2%;
	min-width: 200px;
	overflow-y: scroll;
	background: rgba(255, 255, 255, 0.7);
}

.heatstoragebox {
	cursor: zoom-in;
}

#mapForm{
	text-align: center;
	padding: 15px;
	 background: rgba(255, 255, 255, 0.7);
	 position: absolute;
	 z-index: 1;
	 width: 100%;
}

#search_form {
	display: inline-block;
	padding: 15px;
}

#filterform {
	padding: 0 15px;
}

#sendFilterForm {
	margin-bottom: 10px;
	margin-top: 33px;
}

.logodiv img {
	width: 100%;
	padding-bottom: 15px;
}

/*#partnerMap{
	width: 100%;
	height: 390px;
	margin: 0;
}*/
/*

.table_div{
	width: 100%
} */

	.ol-popup {
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
		position: absolute;
		background-color: white;
		filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
		padding: 10px;
		border-radius: 10px;
		border: 1px solid #cccccc;
		bottom: 5px;
		left: -150px;
		min-width: 510px;
		color: #5c5c5c
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75); 
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	}


	button.close.mapx {
		font-size:14px; 
		font-weight: normal; 
		color: #000;
	}

	button.close.mapx:hover, .linkhover:hover {
		color: #97BE0A;
	}

	/* .container{
		display: grid;
		grid-template-columns: 50% 50%;
	} */

	.ol-popup:after, .ol-popup:before {
			top: 100%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
	}

	.ol-popup:after {
			border-top-color: white;
			border-width: 10px;
			left: 148px;
			margin-left: -10px;
	}

	.ol-popup:before {
			border-top-color: #cccccc;
			border-width: 11px;
			left: 148px;
			margin-left: -11px;
	}

	.logo{
		max-width: 100%;
	}

	#logo_id{
		width: 100%;
	}

	.grid-container {
		display: grid;
		grid-template-columns: 35% 25% 20% 20%;
		color: grey;
	}

	.grid-container-partner {
		display: grid;
		grid-template-columns: 40% 30% 30%;
		color: grey;
	}

	.grid-row{
		border-bottom: 1px solid #dfdfdf;
		min-height: 330px;
	}

	.grid_item{
		min-width: 150px;
		min-height: 200px;
	}

	.grid-item-partner{
		border-bottom: 1px solid #dfdfdf;
		min-height: 200px;
	}


	.datadiv{
		/*border-bottom: 1px solid #dfdfdf;*/
		padding: 0 0 20px 0;
	}


	.partner_info_div{
		text-align: center;
	}

	.fa{
		color: #5c5c5c;
	}

	.fas{
		color: #5c5c5c;
	}

	#result-sidebar .row.grid-row {
			margin: 30px 0;
			color: #5c5c5c;
			padding-bottom: 30px;
	}

	.col.grid_item {
			line-height: 26px;
	}

	.datadiv a {
			color: #5c5c5c;
	}

	.datadiv b {
			margin-bottom: 10px;
			float: left;
			width: 100%;
	}

	#result-sidebar .col.grid_item .btn.btn-primary {
		padding: 15px 20px;
		border-color: #1279c5;
		background: #1279c5;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 2px;
		border-radius: 3px;
		font-weight: 600;
		margin-top: 10px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}
#result-sidebar .col.grid_item .btn.btn-primary:hover {
		border-color: #1279c5 !impotant;
		background: transparent !important;
		color: #1279c5 !important;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}

.customButton{
	padding: 10px;
	background: #97BE0A;
	color: #fff !important;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 3px;
	font-weight: 600;
	/*margin-top: 10px;*/
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	text-align: center;
	border: 0;
}

.customButton:hover{
	border-color: #029DE0 !important;
	background: #029DE0 !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.back_div{
	width: 100%;
	height: 50px;
}

#back_button{
	position: fixed;
	left: 90%;
	border-color: #1279c5;
	background: #1279c5;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 3px;
	font-weight: 600;
	margin-top: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 8px 25px;
}

#back_button :hover {
		border-color: #1279c5 !impotant;
		background: transparent !important;
		color: #1279c5 !important;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}

.customInput {
		border-radius: 3px;
		border: 1px solid #dfdfdf;
		padding: 6px;
		margin-right: 10px;
}

/*#generate {
	border-color: #97BE0A;
	background: #97BE0A;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 3px;
	font-weight: 600;
	margin-top: 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 8px 25px;
}
#generate :hover {
		border-color: #1279c5 !impotant;
		background: transparent !important;
		color: #1279c5 !important;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}*/

.datadiv i {
		margin-right: 5px;
}

#info_id {
		padding-top: 80px;
}

.partner_text{
	/*max-width: 975px;*/
	/*margin-left: calc(50% - 463px);*/
	text-align: center;
	color: #5c5c5c;
	font-size: 16px;
	margin-top: 15px;
}

.col-8.grid_item p {
		color: #5c5c5c;
		font-size: 16px;
}
.col-4.grid_item .col {
		color: #5c5c5c;
		font-size: 16px;
}
#partnerMap {
		margin-top: 25px !important;
		margin-bottom: 35px !important;
}
#grid_partner {
		color: #5c5c5c;
		font-size: 16px;
}
#grid_partner .row.grid-item-partner {
		margin-top: 25px;
		padding-bottom: 5px;
}
.row.grid-item-partner a {
	color: #5c5c5c;
}

#testcenter{
	padding-top: 10px;
}

.ol-zoom {
		position: absolute;
		top: 8px;
		left: 8px;
		background: rgba(255,255,255,0.4);
		border-radius: 4px;
		padding: 2px;
		display: block;
		margin: 1px;
		padding: 0;
		font-size: 18px;
		font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		height: 22px;
		width: 22px;
		line-height: 19px;
		filter: alpha(opacity=80);
}

.ol-zoom-in {
		color: white;
		background: rgba(0, 60, 136, 0.5);
		border-radius: 4px 4px 0 0;
		opacity: 80;
		font-size: 18px;
		font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		height: 22px;
		/* width: 22px; */
		line-height: 19px;
}

.ol-zoom-in:hover {
	opacity: 100;
}

.ol-zoom-out {
		color: white;
		background: rgba(0, 60, 136, 0.5);
		border-radius: 0 0 4px 4px;
		opacity: 80;
		font-size: 18px;
		font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		height: 22px;
		/* width: 22px; */
		line-height: 19px;
}

.ol-zoom-out:hover {
	opacity: 100;
}

/*select#state:hover {
	background: #97BE0A;
	color:  #fff;
}*/

/*select#state option#1::before,
i.orangePin  {
	background-color: red;
	background-image: url("/speichersuche/public/img/mapmarkers/mapmarker_grey.png");
	width: 40px;
	height: 40px;
}

select#state option[value="1"]   { background-image:url(/speichersuche/public/img/mapmarkers/mapmarker_grey.png);   }
*/

#cupasol-legend {
	bottom: 0;
	height: 50px;
	position: absolute;
	width: 69.8%;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	padding-top: 10px;
	/*left: 30.2%;*/
	right:  0;
	width: 410px;
}

#cupasol-legend img {
	margin-left: 20px;
	width: 28px;
}

#cupasol-legend .row {
	margin-right: 0;
}

/*hp pavilion x360 convertible 14 1366 x 768 Auflösung 14 Zoll */
@media only screen and (max-width: 1366px) {
	.partner_text.d-none.d-lg-block {
		display: none !important;
	}
}


@media only screen and (max-width: 767px) {
	.ol-popup {
		min-width: unset;
		width: 200px;
		left: -30px;
	}

	.ol-popup:after, .ol-popup:before {
			top: 100%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
	}

	.ol-popup:after {
			border-top-color: white;
			border-width: 10px;
			left: 44px;
			margin-left: -25px;
	}

	.ol-popup:before {
			border-top-color: #cccccc;
			border-width: 11px;
			left: 44px;
			margin-left: -11px;
	}

	/*button.customButton, input.customButton {
		width: 45%;
	}*/

}

@media only screen and (max-width: 779px)  {

	.customInput {
		width: 98%;
		margin-bottom: 5px;
		font-size: 12px;
	}

	#search_form {
		float: left;
	}

	#search_form .customInput, #filterform {
		font-size: 14px;
	}

	#search_form .customButton, #sendFilterForm {
		font-size: 13px;
		padding: 6px;
	}

	#mapForm, #filter, #result-sidebar {
		width: 100%;
		background: #fff;
		padding-top: 0;
		padding-bottom: 0;
	}

	#backToWebsite {
		right: 20px;
		bottom: 20px;
		z-index: 1;
	}

	#sendFilterForm {
		margin-bottom: 0;
	}

	#result-sidebar, 
	#filter {
		position: absolute;
	}


	#basicMap, 
	#cupasol-legend {
		display: none;
	}

}


/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}