@CHARSET "UTF-8";

/*----------------------------------------------------------------------------- 
IDS Screen Stylesheet 
version:		0.3 
date:			24.05.2021 
author:			Kamilla Michele 
email:			kamilla.michele@tiv-consulting.de
for website:	czastka.de
-----------------------------------------------------------------------------*/

/*--location---*/




#location {
	 position: relative;
    float: left;
    width: calc(100% - 40%);
    margin:20px;
    text-align: center;
    background: #ffffff;
	} 

#locationMap {   
	height: 436px; 
	margin-bottom: 20px;
	background: #ececec;
	cursor: pointer;
	} 

#map {
	width: auto;
	height: 100%;
	cursor: pointer;
}  
	

#locationProperties {
    float: right;
    width:calc(40% - 112px);
    height: 505px;
    margin: 20px;
    padding: 15px;
    text-align: left;
    border: 1px solid #ff4400;
	} 

#locationLogoBox a {
	display: block;
	width: calc(100% - 40px);
	margin: 20px;
	padding-bottom: 25px;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px solid red;
	} 
	
#locationLogoBox a img {
    max-width: 250px;
    width: auto;
    max-height:100px;
    height: auto;
    padding-top: 5px;
}

#locationMapCopyright {
    font-size: 10px;
    padding: 10px;
}

#locationDescription {
    font-size: 17px;
    padding:20px;
}
	
	
#locationShariffPlugin {
	 margin-bottom: 0px;
	 margin-top: 25px;
	 padding-bottom: 15px;
	 padding-top: 25px;
    color:#000000;
	 border-top: 1px solid red;
	 max-width: 90%;
	 margin: auto;	 
	 
}

#locationAddressTitle {
	clear: both;
	font-size: 16px;
	padding-top:25px;
   padding-bottom: 5px;
}

#locationStreetHeader {
	clear: both;
	width: 130px;
	float: left;
}

#locationStreet {
	width: 150px;
	float: left;
}

#locationZipCityHeader {
	clear: both;
	width: 130px;
	float: left;
}

#locationZipCity {
	width: 150px;
	float: left;
}

#locationContactTitle {
	clear: both;
	font-size: 16px;
	padding-top:15px;
   padding-bottom: 5px;
}

#locationPhoneHeader {
	clear: both;
	width: 130px;
	float: left;
}

#locationPhone {
	width: 150px;
	float: left;
}

#locationMailHeader {
	clear: both;
	width: 130px;
	float: left;
}

#locationMail {
	width: 150px;
	float: left;
}

#locationUrlHeader {
	clear: both;
	width: 130px;
	float: left;
}

#locationUrl {
	width: 150px;
	float: left;
}

#locationOpeningTitle {
	clear: both;
	font-size: 16px;
	padding-top:30px;
}

#locationOpeningHours .locationWeekday {
	clear: both;
	float: left;
	width: 90px;
}

#locationOpeningHours .locationOpenHour {
	float: left;
	width: 45px;
}

#locationOpeningHours .locationTo {
	float: left;
	width: 30px;
}

#locationOpeningHours .locationCloseHour {
	float: left;
	width: 45px;
}


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

}

@media only screen and (max-width:800px) {
	
	
	#location {
		float: none;
		position: absolute;
		top: 590px;
		width: 100%;
		height:840px;
		margin-bottom: 20px;
		margin: auto;
		margin-bottom: 30px;
	}
	
	
	
	#locationProperties {
		float: none;
    	width: calc(100% - 57px);
    	margin: 20px auto;
	}


}

