* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #009F08;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
}
@font-face {
	font-family: 'UnitWeb';
	src: url('/v4/fonts/UnitWeb-Bold.eot'), url('/v4/fonts/UnitWeb-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-family: UnitWeb, Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 15px;
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 28px;
		line-height: 30px;
		margin-top: 40px;
	}
}
.container-fluid {
	position: relative;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.welcome {
	margin-bottom: 50px;
}
.welcome a {
	color: #ffffff;
	font-size: 14px;
	padding: 4px 1px 4px 1px;
	font-weight: bold;
	background-image: linear-gradient(to bottom, transparent, transparent 50%, #7ED321 50%, #7ED321);
	background-position: 0 15%;
	background-size: 100% 200%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-decoration: none;
}
.welcome a:hover {
	color: #2C4B08;
	background-position: 0 100%;
}
.image-wrapper {
	display: flex;
	display: -ms-flexbox;
	width: 100vw;
	height: 80vh;
	justify-content: center;
	-ms-flex-pack: center;
	overflow: hidden;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.image-wrapper {
		height: 80vh;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-start;
		-ms-flex-direction: column;
	}
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
	.image-wrapper {
		flex-wrap: wrap;
		flex-direction: column;
		-ms-flex-direction: column;
	}
}
.image {
	flex-grow: 1;
	position: relative;
	width: 50%;
	height: 70vh;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.image {
		width: 100%;
		height: 30vh;
	}
}
.klassenfahrten {
	background: #5AC5F1 url('/images_4.0/startseite/klassenfahrten-l.jpg') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	z-index: 0;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	-ms-flex-direction: column;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	align-items: center;
	-ms-flex-align: center;
	height: 100%;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.klassenfahrten {
		background: #5AC5F1 url('/images_4.0/startseite/klassenfahrten-m.jpg') no-repeat 50% 20%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
@media only screen and (max-width: 767px) {
	.klassenfahrten {
		height: 30vh;
	}
}
.klassenfahrten:after {
	content: '\A';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(90, 187, 241, 0.8);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.klassenfahrten:hover:after {
	opacity: 1;
}
.jugendreisen {
	background: #B1C700 url('/images_4.0/startseite/jugendreisen-l.jpg') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	z-index: 0;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	-ms-flex-direction: column;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	align-items: center;
	-ms-flex-align: center;
	height: 100%;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.jugendreisen {
		background: url('/images_4.0/startseite/jugendreisen-m.jpg') no-repeat 50% 20%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
@media only screen and (max-width: 767px) {
	.jugendreisen {
		height: 30vh;
	}
}
.jugendreisen:after {
	content: '\A';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(177, 199, 0, 0.8);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.jugendreisen:hover:after {
	opacity: 1;
}
img.logo {
	margin-top: 60px;
	display: inline-block;
	position: relative;
	z-index: 200;
	width: 164px;
	height: 86px;
}
@media only screen and (max-width: 767px) {
	img.logo {
		margin-top: 30px;
		width: 100px;
		height: 60px;
	}
}
.sub {
	font-family: UnitWeb;
	font-size: 52px;
	color: #ffffff;
	position: relative;
	z-index: 200;
	display: inline-block;
	margin-bottom: 60px;
	margin-top: auto;
}
.sub:before {
	content: url('/images_4.0/startseite/go.svg');
	margin-right: 10px;
}
@media only screen and (max-width: 767px) {
	.sub {
		margin-bottom: 30px;
		font-size: 38px;
	}
	.sub:before {
		content: url('/images_4.0/startseite/go_mobile.svg');
		margin-right: 5px;
	}
}
a .image div.sub {
	text-decoration: none;
}
