@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	color: #FFF;
	font-family: 'Sanchez', serif;
}

.header {
	position: relative;
	width: 100%;
	height: 100%;
}
.modal-header {
	text-align: center;
	border-bottom: 1px solid #FFF;
	padding: 5px;
}

.text-vertical-center {
margin-top: 50px;
	
}

.text-vertical-center h1 {
	margin: 0;
	padding: 0;
	font-size: 3.5em;
	font-weight: 800;
	text-shadow: 0.1em 0.1em 0.1em #000;
}

.anmeldeBox {
	text-align: left;
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.1em #000;
}

.submitButton {
	margin: 0;
	padding: 10px;
}
.modal-footer {
	text-align: center;
	border-top: 1px solid #FFF;
	padding: 15px 0 0 0;
}
@media (min-width: 320px) {
	.submitButton {font-size: 1.5em;}
}

@media (min-width: 767px) {
	h1 {
		font-size: 2.0em;
	}
	h3 {
		font-size: 0.9em;
	}
	.submitButton {
		font-size: 2.2em;
	}
}

@media (max-width: 992px) {
	h1 {
		font-size: 2.5em;
	}
	h3 {
		font-size: 1.5em;
	}
}

.form-group label {
	font-size: 21px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0.1em 0.1em 0.05em #333;
}

.form-group input {
	text-transform: none;
}

.btn-custom h1 {
	text-shadow: 0.07em 0.07em 0.05em #000;
}

.modal-footer
.submitButton {
	line-height: 45px;
	border-radius: 15px;
}

h1.modal-title {
	font-size: 215%;
	text-transform: uppercase;
	text-align: center;
}

.close {
	color: #fff;
}

.close:hover, .close:focus {
	color: #C0C0C0;
}

.modal-content {
	border: 1px solid rgba(255, 255, 255, .7);
	color: #FFF;
	background-color: #000000;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, .5);
	box-shadow: 0 3px 9px rgba(255, 255, 255, .5);
	text-shadow: 0.07em 0.07em 0.05em #000;
}

.modal-body p {
	font-size: 200%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0.07em 0.07em 0.05em #000;
}

.modal-footer a {
	text-decoration: none;
	color: #FFF;
	font-size: 120%;
}

@media (max-width: 768px) {
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
		font-family: inherit;
		font-weight: 500;
		font-size: 1.5em;
		line-height: 1.1;
		color: inherit;
	}
}
@media (max-width: 510px) {
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
		font-family: inherit;
		font-weight: 500;
		font-size: 1.0em;
		line-height: 1.1;
		color: inherit;
	}
}