* {
	box-sizing: border-box;
}

#karte {
	width: 100%;
	display: block;
	min-height: 500px;
	padding: 0px;
	margin-bottom: 15px;
}


.pictureholder{
	display:block;
	position: relative;
	max-width: 1000px;
	margin:auto;
	padding: 5px 0px;
}

.pictureholder a:hover{
	background: none;
	cursor: pointer;
}

#hauszugang{
	width:100%;
}

.ausflugholder{
	max-width: 1000px;
	margin: auto;
}

.ausflugframe {
	position: relative;
	margin: 40px 5px;
	float: left;
}

.ausflugframe::after{
	content:"";
	clear: both;
	display: table;
}

.ausflug {
	width: 100%;
	height:650px;
	display: inline-block;
	position: relative;
	box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.5s ease;
}

.ausflug:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.38);
}

.ausflug a {
	margin: 0;
	padding: 0;
	color: black;
	text-decoration: none;
}

.ausflugframe a:hover {
	font-weight: normal;
	background: none;
}

.ausflug h1 {
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 0;
	text-align: center;
	min-height:50px;
}

.ausflug p:not(.quelle) {
	font-family: helvetica;
	font-size: 18px;
	padding: 10px;
	padding-top: 0;
	text-align: justify;
	word-wrap: break-word;
}


.ausflugsbild{
	width: 100%;
	position: relative;
	height: 300px;
	padding: 0px;
	margin: 0%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 1px;
}

.quelle{
	position: absolute;
	bottom: -15px;
	right: 5px;
	font-size: 10px;
	margin: 0px;
	padding-bottom: 0px;
	color: white;
}

.routeAnzeigen {
	position: absolute;
	font-family: verdana;
	text-align: center;
	width: 100%;
	bottom: -35px;
	background: none;
	border: none;
}

.routeAnzeigen:hover {
	border: 1px solid black;
	cursor: pointer;
}

.section-a::after {
	content: "";
	clear: both;
	display: table;
}


/* Extra small devices (phones, 768px and down) */
@media only screen and (min-width: 0px) {
	.ausflugframe{
		width:98%;
		margin: 1%;
		margin-bottom: 50px;
	}
	
	.ausflug{
		height:auto;
	}

	.routeAnzeigen{
		font-size: 16px;
	}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.ausflugframe{
		width:48%;
		max-width:500px;
	}
	
	.ausflug{
		height:600px;
	}
	
	.routeAnzeigen{
		font-size: 20px;
	}

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up)  */
@media only screen and (min-width: 1200px) {

	
}






