* { margin:0; padding:0; }
.table_overflow {width: 100%; height: auto; overflow: auto; position: relative;}
.responsiveContainer{position:relative;padding-bottom:56%;height:0;overflow:hidden}
.responsiveContainer iframe,.responsiveContainer object,.responsiveContainer embed{position:absolute;top:0;left:0;width:100%;height:100%}
.clear, hr {clear: both}
.clear, .lastclear {clear: both; height: 0px;}
.hidden, .hide {display: none}

body, html {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #613729;
	font-weight: 400;
	line-height: 1.0;
	background-color: #FFFFFF;
}

	#container {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
		border: #332323 solid 25px;
		box-sizing: border-box;
		padding:25px;
	}
	
	.text strong {
		font-weight:bold;
	}
	
	#rahmen3, #rahmen,#rahmen2 {
		width: 1400px;
		height: auto;
		position: relative;
		z-index: 2;
		margin: 0 auto;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: center;
		box-sizing: border-box;
		line-height: 1.4;
	}
	
		#rahmen3 h1, #rahmen2 h1, #rahmen h1 {
			width: 100%;
			height: auto;
			display: inline-block;
			font-size: 50px;
			font-weight: 400;
			color: #613729;
			margin-bottom: 50px;
		}
		
		#rahmen3 a, #rahmen2 a, #rahmen a {
			color: #613729;
			transition: all 0.5s ease-in;
		}
			
			#rahmen3 a:hover, #rahmen2 a:hover, #rahmen a:hover {
				color: #b79b8f;
			}
		
		#rahmen3 hr,#rahmen2 hr, #rahmen hr {
			width: 100%;
			height: 1px;
			clear: both;
			border-top: #613729 solid 1px;
			border-bottom: none;
			border-left: none;
			border-right: none;
			margin: 30px 0px;
			opacity: 0.1;
		}
	
	.text {
		width: 100%;
		min-height: 100px;
		display: inline-block;
		background-image: url(https://www.pferdelounge.at/wp-content/themes/blankslate-child/img/pferdelounge-logo.png);
		background-position: center top;
		background-size: 442px auto;
		background-repeat: no-repeat;
		padding-top: 300px;
		padding-bottom: 40px;
	}
	
	.kontakt {
		width: 100%;
		min-height: 50px;
		display: inline-block;
		margin-top: 60px;
		font-size: 25px;
	}
	
		#btn_impressum {
			cursor: pointer;
			font-size: 20px;
			transition: all 0.5s ease-in;
		}
			
			#btn_impressum:hover {
				color: #b79b8f;
			}
	
	.impressum {
		width: 100%;
		min-height: 50px;
		display: none;
		margin-top: 60px;
		font-size: 15px;
	}
	
	.impressum.active {
		display: inline-block;
	}
	
	
	
@media (min-width: 1250px) and (max-width: 1450px) {
	
#rahmen3,#rahmen2, #rahmen {
width: 1200px;
}
	
}	
	
@media (min-width: 1050px) and (max-width: 1249px) {
	
#rahmen3,#rahmen2, #rahmen {
width: 1024px;
}
	
}	
	
@media (min-width: 793px) and (max-width: 1049px) {

#rahmen3,#rahmen2,#rahmen {
width: 768px;
}	
	
}	

@media (min-width: 1px) and (max-width: 792px) {
	
#container {
border: #613729 solid 10px;
}

.impressum, .kontakt {
margin-top: 0;
}	

#rahmen3,#rahmen2,#rahmen {
width: 100%;
padding: 30px;
}

.text {
background-size: 100% auto;
padding-top: 230px;
font-size:17px;
}

#rahmen h1 {
font-size: 30px;
margin-bottom: 30px;
}

.kontakt {
font-size: 20px;
}

}