
.zwischenlinie {background-image: url(images/zwischenlinie_back.gif); background-repeat: repeat-x; height: 11px; width: 100%; }
.zwischenlinie_klein {background-image: url(images/zwischenlinie_back.gif); background-repeat: repeat-x; height: 2px; width: 100%; }

a:link {
	text-decoration: none;
	color: #1ea7ed
}
a:visited {
	text-decoration: none;
	color:  #1ea7ed;
}
a:hover {
	text-decoration: none;
	color: #1ea7ed;
}
a:active {
	text-decoration: none;
	color: #1ea7ed;
}

.bild-r 
{
	float:left;
	clear:both;
	display:block;
	margin:2px 13px 4px 4px;
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; display: block; border:none; }
.error {border: 1px solid red;}


/** New Styles **/
.content {
	padding: 20px 40px 20px 20px;
}

.content h1 {
	font-size: 32px;
}

.content h2 {
	font-size: 24px;
}

.content h3 {
	font-size: 20px;
}

.content h4 {
	font-size: 16px;
	font-weight: bold;
}

.content h5 {
	font-weight: bold;
	font-size: 15px;
}

.content-container {
	background-color: #fff;
}

.tpm-menu ul {
	list-style: none;
}

.tpm-menu h4 {
	text-align: center;
	margin-top: 30px;
}

.tpm-menu li, 
.tpm-menu li a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #313842;
  padding: 8px;
  border-top: 1px solid #eee;
}

.partner-navi {
	font-size: 112%;
}

.regger-form p {
	margin: 5px 0px 5px 0px;
}

.regger-form img {
	max-width: 100%;
	border: 0px;
}

.category-item {

}

.category-item h3 {
	font-weight: bold;
}

.list-item {
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}

.regger-form .checkbox-inline {
	margin-left: 10px;
}

.agb-group, .captcha-group, .commit-group {
	text-align: center;
}

.form-group.commit-group {
	margin: 40px 0px 40px 0px;
}

.form-group.commit-group .btn {
	font-size: 120%;
}

.captcha-image {
	border: 1px solid #ccc;
	margin-right: 30px;
}

.hinweis, .vorwort, .empha {
	font-weight: bold;
}

.navbar {
	background-color: #fff;
	margin: 0px;
	min-height: 76px;
}

.navbar-default .navbar-nav>li>a, 
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:visited 
.navbar-default .navbar-nav>li>a {
	color: #000;
}

.navbar-default .navbar-brand {
	color: #000;
	font-weight: bold;
	line-height: 48px;
	font-family: 'Lato', sans-serif;
}

.navbar-brand img {
	width: 48px;
	height: 48px;
	float: left;
}

.nav > li > a {
	text-transform: uppercase;
	line-height: 1;
	padding: 32px 10px 32px 10px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}


.header-area {
	height: 240px;
	background-image: url(images/header-logo.png);
	background-repeat: no-repeat;
	border-bottom: 3px solid #666;
	border-top: 2px solid #666;
}

.partner-area {
	background-color: #3086ae;
	padding: 5px;
	font-family: 'Lato', sans-serif;
	text-align: right;
}

.partner-area, .partner-area a{
	color: #fff;
}

a.partner-nav-label {
	color: #fff;
	font-weight: bold;
}


body > .container {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


@media screen and (max-width: 1200px){
	.navbar-default .brand-slogan {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.header-area {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.partner-list {
		display: none;
	}
}

article img {
	margin: auto;
	display: block;
	padding: 5px; 
	border: solid 2px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999; 
	box-shadow: 1px 1px 5px #999;
	max-width: 100%; 
}

article img:hover {
	border: solid 2px #aaa;
	-moz-box-shadow: 1px 1px 5px #777;
	-webkit-box-shadow: 1px 1px 5px #777; 
	box-shadow: 1px 1px 5px #777; 
}

figcaption {
	text-align: center;
	color: #333;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 5px;
}