/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'),
       url('/fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

html {
	height: 100%;
}

body {
	background: #006eb8;
	background-attachment: fixed;
	min-height: 100%;
	position: relative;
	color: #6991AF;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}

::placeholder {
	font-size: 16px;
	color: #6991AF !important;
	font-family: 'Oswald', sans-serif;
}

.form-control, select, button.dropdown-toggle, .dropdown-menu > li > a {
	font-size: 16px;
	color: #6991AF;
	font-family: 'Oswald', sans-serif;
	height: 43px;
}

 .dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover  {
 	color: #23527c;
 }

.container {
	width: 1600px;
	position: relative;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
	margin-top: 40px;
}

p {
	font-size: 18px;
}

a.button, a.submit, button.button {
	padding: 10px 5px;
	border-radius: 5px;
	display: inline-block;
}

a.button, button.button {
	background: #004771;
	color: #fff;
}

a.submit {
	background-color: red;
	color: #fff;
	padding: 10px 5px;
}

header {
	width: 100%;
	position: relative;
	z-index: 1;
}

header a.logo {
	background: url(/img/logo.png) no-repeat;
	display: block;
	margin-top: 20px;
	width: 180px;
	height: 180px;
}

header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header nav ul li {
	float: left;
	width: 13%;
	margin-left: 1%;
	background: #fff;
	font-size: 20px;
	text-align: center;
	box-shadow: 0 0 10px 0 #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

header nav ul li.mitglied-werden {
	font-size: 30px;
	width: 17%;
	margin-right: -1%;
	margin-left: 0;
	background: red;
	color: #fff;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 20px 0 #000;
}

header nav ul li a, header nav ul li.active {
	padding: 10px 0;
	display: block;
}

header nav ul li.mitglied-werden a, header nav ul li.mitglied-werden.active
	{
	color: #fff;
}

header nav ul li a:hover {
	text-decoration: none;
}

.content {
	background: #fff;
	box-shadow: 0 0 20px 0 #000;
	padding: 20px;
	margin: -35px 0 120px;
}

.content table {
	width: 100%;
	margin: 20px 0;
	border-collapse: separate;
	border-spacing: 2px;
}

.content table tr td {
	width: 50%;
	background: #dfe3ee;
	padding: 5px;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

footer nav {
	position: absolute;
	bottom: 10px;
	left: 15px;
}

footer nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer nav ul li {
	float: left;
	color: #6991AF;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

footer nav ul li:after {
	content: '|';
	margin: 0 10px;
}

footer nav ul li.last:after {
	content: none;
}

footer nav ul li a {
	color: #6991AF;
}

footer nav ul li a:hover {
	text-decoration: underline;
	color: #6991AF;
}

.wicket-ajax-indicator {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}

.wicket-ajax-indicator img {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10001;
}

ul.feedbackPanel {
	color: red;
	font-size:16px;
	padding-left:0px; 
}

ul.feedbackPanel li {
	list-style: none;
}

.genders label {
	padding: 5px 15px;
}

a.button:hover {
	text-decoration: none;
}

a.button, a.button-pay {
	width: auto;
	background: #006eb8;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	border: none;
}

a.button-pay {
	text-align:center;
	width: 100%;
}

@media ( min-width : 1200px) and (max-width: 1600px) {
	.container {
		width: 1170px;
	}
	header a.logo {
		background-size: 100% auto;
		width: 100%;
	}
	header nav ul li {
		font-size: 18px;
	}
	header nav ul li.mitglied-werden {
		font-size: 26px;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	nav span.visible-md {
		display: inline !important;
	}
	.container {
		width: 972px;
	}
	header a.logo {
		background-size: 100% auto;
		width: 100%;
	}
	header nav {
		display: block !important;
	}
	header nav ul li {
		font-size: 16px;
	}
	header nav ul li.mitglied-werden {
		font-size: 22px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 738px;
	}
	header a.logo {
		float: left;
		position: relative;
		z-index: 1;
	}
	header a.mitglied-button {
		color: #fff;
		font-size: 26px;
		background: #FF0000;
		width: auto;
		padding: 20px 20px 20px 35px;
		float: left;
		box-shadow: 0 0 10px 0 #000;
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		margin: 10.5% 0 0 -25px;
		position: relative;
		z-index: 0;
	}
	header a.menu {
		width: 60px;
		height: 60px;
		background: url(/files/templates/images/menu.png);
		float: right;
		margin: 12% 0 0 0;
		cursor: pointer;
	}
	header nav {
		display: none;
		clear: both;
		position: absolute;
		right: 0;
		width: 100%;
	}
	header nav ul li {
		float: right;
		width: 50%;
	}
	.content {
		margin: 25px 0 180px 0;
	}
	footer nav {
		bottom: auto;
		display: inline-block;
		left: auto;
		margin: 15px 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
	footer nav ul {
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	.container {
		width: 100%;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;
	}
	p, .content ul, .content table {
		font-size: 16px;
	}
	header a.logo {
		z-index: 1;
		width: 100px;
		height: 100px;
		background-size: 100% auto;
	}
	header a.mitglied-button {
		color: #fff;
		font-size: 26px;
		background: #FF0000;
		width: 100%;
		padding: 10px 0;
		box-shadow: 0 0 10px 0 #000;
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		position: absolute;
		top: 110%;
		left: 0;
		text-align: center;
	}
	header a.menu {
		width: 60px;
		height: 60px;
		background: url(/files/templates/images/menu.png);
		margin: 0;
		cursor: pointer;
		position: absolute;
		top: 50%;
		margin-top: -30px;
		right: 0;
	}
	header nav {
		display: none;
		clear: both;
		position: absolute;
		right: 0;
		width: 100%;
		margin-top: 10px;
	}
	header nav ul li {
		float: right;
		width: 100%;
	}
	.content {
		margin: 80px 0 220px 0;
	}
	.content ul li ul {
		margin: 0;
	}
	footer nav {
		bottom: auto;
		display: inline-block;
		left: auto;
		margin: 15px 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
	footer nav ul {
		display: inline-block;
	}
	footer nav ul li {
		width: 100%;
		border-bottom: 1px solid #6991AF;
		padding: 5px 0;
	}
	footer nav ul li:after {
		content: none;
	}
	footer nav ul li.last {
		border: none;
	}
	footer nav ul li a {
		display: block;
	}
}