/* ------ BASE ------ */
html, body {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	height: 100%;
}
html {
	font-size: 13px;
}
body {
	font-family: 'Open Sans', Arial, Tahoma, Verdana !important;
	color: #fff;
	-webkit-animation: bugfix infinite 1s;
	font-size: 1rem;
	line-height: 1.4;
	position: static;
	font-weight: 100;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8c1c18+0,9e2f00+100 */
	background-color: #222222; /* Old browsers */
	text-align: center;
	/* background-image: url('../images/bg.jpg');*/
	background-position: center top;
	background-repeat: no-repeat;
}
@-webkit-keyframes bugfix { 
	from { padding: 0; } 
	to { padding: 0; } 
}
.row {
	max-width: 67.5em;
}

header {
	position: relative;
}

hr {
	border-color: rgba(255,255,255,0.2);
}

.banner > .row .large-6:last-child {
	padding-top: 0rem;
}

.socialNetworks {
	position: absolute;
	top: 1rem;
	right: 2rem;
}

.socialNetworks a {
	display: block;
	height: 24px;
	width: 24px;
	float: left;
	margin-left: 1rem;
	transition: all 0.2s ease;
}

.socialNetworks a:hover {
	opacity: 0.8;

}

.socialNetworks a.facebook {
	background: url('../images/facebook.png') center top no-repeat;
	background-size: 50%;
}

.socialNetworks a.instagram {
	background: url('../images/instagram.png') center top no-repeat;
	background-size: 100%;
}



.banner > .row .large-6:last-child p {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.logo {
	margin: 30px 0 30px 0;
}

ul span {
	color: #e11288;
}

.impressionen {
	margin: 30px 0;
}
.impressionen .row .large-4 {
	padding: 0;
}

.blueText {
	padding: 5px 10px;
    color: #fff;
    background-color: #009ee3;
    display: inline;
    line-height: 2.4rem;
	margin-top: 0.5rem;
}

.main ul {
	list-style: none;
	text-align: left;
}

.erwartung {
	margin-bottom: 35px;
}

h2 {
	font-size: 5rem;
	color: #fff;
	text-transform: uppercase;
	margin: 2rem 0;
}

h3 {
	font-size: 2rem;
	color: #fdc425;
	font-weight: bold;
}

/* ------ BANNER ------ */

/* Bildabstand Bug beheben */
.logo img,
.banner img{
	vertical-align: bottom;
}
.container {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
.scrollTop {
	color: #fff !important;
	width: 50px;
	height: 50px;
	position: fixed;
	display: none;
	bottom: 15px;
	font-size: 18px;
	background-color: #0065cb;
	cursor: pointer;
	z-index: 9999;
	overflow: hidden;
	right: 15px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.scrollTop > .fa {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	display: block;
	font-size: 24px;
}
.scrollTop:hover {
	background-color: #004f9d;
}

@media only screen and (min-width: 90.063em) {
	.tt-nav {
		display: none;
	}
}

/* ---------- MAIN ---------- */

.error,
.success  {padding: 10px;}

.error {	background-color: #F1E1E4;}
.success {background-color: #BFDFBF;}

#fancybox-wrap {
	box-sizing: content-box;
}

#fancybox-content {
	width: 100% !important;
}

.tx-timetable-pi1 .medium-9 .medium-3 img {
	width: 100%;
}

.mainTeaser .tx-a1teasermenu-pi1 .teaser {
	background-color: #fff;
	padding: 0.625rem;
	position: relative;
	margin-bottom: 1.875rem;
	-webkit-box-shadow: 0 0 8px rgb(200, 200, 200);
       -moz-box-shadow: 0 0 8px rgb(200, 200, 200);
    		box-shadow: 0 0 8px rgb(200, 200, 200);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.19);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.19);
    		box-shadow: 0 0 8px rgba(0, 0, 0, 0.19);
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .inner {
	border: 1px solid transparent;
	padding: 0.813rem;
	padding-bottom: 1.25rem;
	position: relative;
	-webkit-transition: border-color .3s ease;
	   -moz-transition: border-color .3s ease;
			transition: border-color .3s ease;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserImage {
	width: 5.313rem;
	height: 5.313rem;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #333;
	margin-bottom: 0.6rem;
	display: table;
	-webkit-transition: background-color .3s ease;
	   -moz-transition: background-color .3s ease;
			transition: background-color .3s ease;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserImage .valign {
	display: table-cell;
	vertical-align: middle;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserImage img {
	display: block;
	margin: 0 auto;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserLink {
	position: absolute;
	bottom: -1.25rem;
	left: 0;
	width: 100%;
	text-align: center;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserLink > a{
	display: inline-block;
	color: #fff;
	margin: 0 auto;
	background-color: #dc0e23;
	padding: 0.750rem 1rem;
	line-height: 100%;
	width: auto;
	-webkit-transition: background-color .3s ease;
	   -moz-transition: background-color .3s ease;
			transition: background-color .3s ease;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser:hover .inner {
	border-color: #dc0e23;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser:hover .teaserImage {
	background-color: #dc0e23;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserText h3 {
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
}
.mainTeaser .tx-a1teasermenu-pi1 .teaser .teaserText h4 {
	color: #444;
	text-align: center;
	margin-bottom: 1.5rem;
}