html {
	width: 100%;
	overflow-x: hidden;
}
body {
	width: 100%;
	overflow-x: hidden;
	font-family: 'Nunito Sans', sans-serif;
	background: url(../images/bg.png) repeat top left;
	color: #ccc;
	font-size: 16px;
}
h2, h3 {
	color: #71a0ca;
}
.gold {
	color: #D5AD6D;
	background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 25%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 40%, rgba(145,112,59,1) 100%);
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 400;
}
a {
	color: #71a0ca;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-sand-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 425px){
	.navbar-brand {
		height: 80px !important;
	}
	.navbar-brand img {
		height: 30px;
		margin-top: 10px;
	}	
}
.navbar-fixed-top .navbar-collapse {
	max-height: 100% !important;
}
.navbar-default {
	background: url(../images/bg.png) repeat top left;
	border: none;
	border-bottom: 2px solid #71a0ca;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-o-border-radius: 0 0 0 0;
	-sand-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	-o-box-shadow: 0 0 10px #333;
	-sand-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	z-index: 9999;
	margin-bottom: 40px;
}
.navbar-brand {
	height: auto;
}
.navbar-nav > li {
	cursor: pointer;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	-sand-transition: all ease 0.2s;
}
.navbar-default .navbar-nav > li > a {
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li:hover a {
	color: #d5ad6d;
	font-weight: 400;
}
.navbar-toggle {
	margin-top: 22px;
	margin-right: 22px;
	margin-bottom: 0;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #6da0cb;
}
.footer {
	background: url(../images/bg-grey.png) repeat top left;
	padding: 40px 20px 30px;
	text-align: center;
	border-top: 1px #71a0ca solid;
	border-bottom: 1px #71a0ca solid;
}
#stage {
	position: relative;
	z-index: 10;
	margin-top: 80px;
	width: 100%;
	height: 500px;
	background: url(../images/headerbild.jpg) no-repeat top center;
}
#anmelden-button {
	position: absolute;
	bottom: 55px;
	width: 400px;
	left: 50%;
	margin-left: -405px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 25%, rgba(226,186,120,1) 50%, rgba(163,126,67,1) 75%, rgba(145,112,59,1) 100%);
	font-size: 26px;
	padding: 10px 0;
	cursor: pointer;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-sand-transform: rotate(-2deg);
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	-sand-transition: all ease 0.2s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-sand-radius: 4px;
}
#anmelden-button:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-sand-transform: scale(0.9);
}
#anmelden-button span {
	font-size: 16px;
	line-height: 30px;
	display: block;
	text-transform: none;
	font-weight: normal;
}
@media only screen and (max-width: 780px){
	#anmelden-button {
		margin-left: -200px;
		bottom: 70px;
	}
}
.infos, .kundenstimmen {
	padding: 40px 0 60px;
}
.fa {
	font-size: 24px !important;
	margin-right: 20px;
	width: 35px;
	position: relative;
	top: -1px;
	text-align: center;
}
.event {
	font-size: 16px;
	line-height: 20px;
}
.event-1 {
	padding: 60px 0 100px;
}
.event-2 {
	padding: 60px 0 0;
}
.event-3 {
	padding: 80px 0 0;
}
.quote-breaker {
	background: url(../images/bg-grey.png) repeat top left;
	padding: 40px 20px 30px;
	text-align: center;
	border-top: 1px #71a0ca solid;
	border-bottom: 1px #71a0ca solid;
}
.quote {
	font-size: 28px;
	color: #ccc;
}
.author {
	font-size: 22px;
	color: #71a0ca;
}
.polaroid {
	position: relative;
	width: 75%;
	margin: 40px auto 30px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-sand-transform: rotate(2deg);
	transform: rotate(2deg);
	background: #fff;
}

.polaroid img {
	width: 100%;
	border: 10px solid #fff;
	border-bottom: 45px solid #fff;
}

.polaroid p {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 3px;
	font: 400 18px/1 'Kaushan Script', cursive;
	color: #666;
}
.slider, .slider2 {
	background: url(../images/bg-light.png) repeat top left;
	padding: 5px 20px;
	text-align: center;
	border-top: 1px #71a0ca solid;
	border-bottom: 1px #71a0ca solid;
}
.slick-dots {
	display: none !important;
}
.btn-default {
	width: 75%;
	margin: 40px auto 0;
	display: block;
	background-color: #71a0ca;
	color: #fff;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-sand-border-radius: 4px;
	font-size: 22px;
	padding: 10px 15px;
	outline: none;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	-sand-transition: all ease 0.2s;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus {
	color: #fff;
	outline: none;
	background-color: #4D6E8A;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-sand-box-shadow: none;
}
.btn-default[disabled]:hover {
	color: #fff;
	outline: none;
	background-color: #4D6E8A;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-sand-box-shadow: none;
}
.kontaktdaten {
	text-align: center;
}
label {
	font-weight: normal;
}
.input-lg {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-sand-border-radius: 4px;
}
.form-control:focus {
	border: 1px #71a0ca solid;
	-webkit-box-shadow: 0 0 6px #71a0ca;
	-moz-box-shadow: 0 0 6px #71a0ca;
	-o-box-shadow: 0 0 6px #71a0ca;
	box-shadow: 0 0 6px #71a0ca;
	-sand-box-shadow: 0 0 6px #71a0ca;
}
.help-block {
	display: none;
}
.has-error {
	text-align: center;
}
.has-error .help-block {
	color: #fff;
}
