
#header 
{
	padding: 15px 0;
	width:100%; 
	float:left;
	padding-bottom:20px;
    box-shadow: 0 2px 4px 0 rgba(196,196,196,0.5);	
}


#header-left
{
	margin-left:68px;
	float:left;
	width:40%;
}


#header-right
{
	margin-right:68px;
	float:right;
}


img#logo {
    height: 34px;
    float: left;
}


.title 
{
	font-family:'Apercu Bold';
	font-size:28px;
	float:left;
	color:rgb(0,140,130);
	margin-top:5px;
	margin-left:10px;
}


img#rating {
    height:25px;
    margin-top:5px;
	float:left;
	opacity:0.9;
}

#rating:hover 
{
	cursor:pointer;
	opacity:1;
}


p.review.bold {
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 13px;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}


#main-wrapper
{
	background-image:url('../images/mainbg.png'); 
	background-size:cover;
	background-position-y:50%; 
	background-color:rgba(0,0,0,0.2); 
	background-blend-mode:overlay;
	width:100%;
	padding-top:220px;
	padding-bottom:220px;
	float:left;
	position:relative;
}


#main-left {
    position: absolute;
    left: 5%;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
	width:40%;
	float:left;
}


#main-right {
    position: absolute;
    right: 5%;
	width: 55%;
    color: white;
    top: 50%;
    transform: translateY(-50%);
}



#main-left h1 
{
	font-size:30px;
	font-family:'Apercu Light';
	line-height:120%;
	font-weight:normal;
}

#main-left h1.large 
{
	font-size:2.8rem;
	font-family:'Apercu Bold';
}


.angebot-wrapper
{
	border-radius:4px;
    box-shadow:0 1px 3px 0 rgba(0,0,0,0.1), 0 2px 6px 0 rgba(0,0,0,0.1);
    background-color:white;
	width:300px;
	float:right;
	margin-right:25px;
}



.contact-wrapper
{
	border-radius:4px;
    box-shadow:0 1px 3px 0 rgba(0,0,0,0.1), 0 2px 6px 0 rgba(0,0,0,0.1);
    background-color:white;
	width:300px;
	float:right;
	margin-right:25px;
	min-height:356px;
}





.panel-heading 
{
	font-size: 16px;
    font-weight: normal;
    font-weight: normal;
    color: #444;
	font-family:'Apercu Bold';
	margin-top:20px;
	margin-bottom:15px;
	margin-left:5%;
	width:95%;
}

.hr 
{
	width:100%;
	height:1px;
	float:left;
	background:rgba(68,68,68,0.1);
}



.panel-text 
{
	font-size: 16px;
    font-weight:normal;
    color: #444;
	font-family:'Apercu Light';
	margin-top:20px;
	margin-bottom:15px;
	margin-left:5%;
	width:95%;
}




.contact-text 
{
	font-size: 16px;
    font-weight:normal;
    color: #444;
	font-family:'Apercu Light';
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5%;
	width:95%;
}



.contact-main 
{
	font-size: 18px;
    font-weight:normal;
    color: #444;
	font-family:'Apercu Bold';
	margin-top:20px;
	margin-bottom:5px;
	margin-left:5%;
	width:95%;
	text-transform:uppercase;
}





#preis, #email, #phone
{
	font-size: 16px;
    font-weight:normal;
    color: #444;
	font-family:'Apercu Medium';
	margin-top:5px;
	margin-bottom:10px;
	margin-left:5%;
	width:82%;
	padding:4%;
	border:1px solid rgba(68,68,68,0.1);
	border-radius:5px;
	float:left;
	
}


.button 
{
	font-weight: 400;
    border: 2px solid transparent;
    padding-top:8px;
    padding-bottom:8px;
	padding-left:4%;
	padding-right:4%;
    font-size: 1rem;
    line-height: 1.42857143;
    border-radius: 4px;
	color: #fff;
    background-color: #008c80;
	width:82%;
	margin-left:5%;
	float:left;
	font-family:'Apercu Medium';
	text-align:center;
	font-weight:normal;
	margin-bottom:15px;
}



.button:hover 
{
	cursor:pointer;
	background-color:rgb(0,166,151);
}



#content
{
	margin-top:50px;
	float:left;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	padding-bottom:5%;
}


#content .list-title 
{
	font-family:'Apercu Bold';
	width:100%;
	font-weight:normal; 
	text-align: center;
	font-size:13px;
	margin-top:20px;
	margin-bottom:10px;
	line-height:120%;
	color:#444;
}



#content .list-text 
{
	font-family:'Apercu Light';
	width:100%;
	font-weight:normal; 
	text-align: center;
	font-size:14px;
	margin-top:10px;
	margin-bottom:20px;
	line-height:150%;
	color:#444;	
}




a
{
	color:black;
	text-decoration:none;
}

a:hover 
{
	cursor:pointer;

}


#content a 
{
	color:rgb(232,70,70);
}


#footer a 
{
	color:rgba(255,255,255,0.5);
}



#footer 
{
	margin-top:50px;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#006466;
	color:white;
	font-family:Arial,sans-serif;
	position:fixed;
	bottom:0px;
	left:0px;
}

#footer p 
{
	color:rgba(255,255,255,0.5);
	font-size:12px;
	font-family:'Apercu Light'; 
}


.icon {
    width: 30%;
    margin-left: 35%;
}


.containerMid
{
	visibility:hidden;
}



#errors, #success 
{
	display:none;
	width:90%; 
	margin-left:5%; 
	margin-right:5%;
	float:left;
	font-family:'Apercu Light'; 
	margin-bottom:20px;
}


#errors
{
	color:red;
}


#success 
{
	color:green;
}


#impressum {
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 2px 6px 0 rgba(0,0,0,0.1);
    background-color: white;
    width: 300px;
	height:300px;
	position:fixed; 
	top:50%;
	left:50%; 
	transform:translateX(-50%) translateY(-50%); 
	font-family: 'Apercu Light';
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #444;
	z-index:2;
	display:none;
}


#impressum-content {
    width: 80%;
    height: 70%;
	margin-left:10%;
	margin-right:10%; 
	margin-top:5%; 
	margin-bottom:5%;
    float: left;
    overflow-y: scroll;
}


#close 
{
	font-family: 'Apercu Bold';
    font-weight: normal;
    font-size: 24px;
	width:100%; 
	float:right;
	text-align:right;
	opacity:0.7;
	margin-right:5%;
	margin-top:5%;
}

#close:hover
{
	opacity:1; 
	cursor:pointer;
}


#overlay
{
	position:fixed;
	width:100%;
	height:100%; 
	background-color:rgba(0,0,0,0.65); 
	z-index:1;
	display:none;
}



/* Responsive Adjustments */ 
@media all and (max-width: 1200px) {
  
	
	#content
	{
		padding-bottom:10%;
	}
	
	
	#content .w15 
	{
		width:30%; 
	}
	
	#content .w2
	{
		width:5%;
	}
	
	.hideMid 
	{
		display:none;
	}
	
	
	.containerMid
	{
		display:block;
	}
	
	
	#main-wrapper 
	{
		padding-top:350px;
		padding-bottom:350px;
	}
	
	
	#main-left {
		position: absolute;
		left: 5%;
		color: white;
		top: 20%;
		transform: translateY(-20%);
		transform: translateY(-50%);
		width: 90%;
	}	
	
	
	#main-right 
	{
		position: absolute;
		right: 5%;
		width: 90%;
		color: white;
		top: 75%;
		transform: translateY(-75%);
	}
	
	
	
}


/* Responsive Adjustments */ 
@media all and (max-width: 800px) {
  
	
	#content .w15 
	{
		width:100%; 
	}
	
	#content .w2
	{
		display:none;
	}
	
	
	
	div#main-left {
		position: relative;
		float: left;
		left: 0;
		top: 0;
		margin-left: 10%;
	}
	
	
	
	div#main-right {
		position: relative;
		float: left;
		left: 0;
		top: 0;
		transform: none;
		right: 0;
		width: 80%;
		margin-right: 10%;
		margin-left:10%;
	}
	
	
	
	.angebot-wrapper, .contact-wrapper {
		border-radius: 4px;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 2px 6px 0 rgba(0,0,0,0.1);
		background-color: white;
		width: 100%;
		float: right;
		margin-top:50px;
		margin-right:0px;
	}

	
	#content
	{
		padding-bottom:20%;
	}
	
	
	
	#main-wrapper
	{
		padding-top:150px;
		padding-bottom:150px;
	}
	
	
	
	#main-left h1
	{
		font-size:20px;
	}
	
	
	#main-left h1.large
	{
		font-size:2rem;
	}
	
	
	#header-left
	{
		margin-left:5%;
	}
	
	#header-right
	{
		margin-right:5%;
	}
	
	
	
}



@media all and (max-width: 350px) {
  
	#header-right
	{
		width: 90%;
	}
	
}

