body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5B60;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #425D9E;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4C649A;
	text-decoration: none;
}

h1 {
	display: none;
}

h2 {
	color: #4C649A;
	font-size: 1.6em;
	font-weight: 800;
}


/* Forms */

.button {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #4C649A;
	background-color: #FFFFFF;
	width: 50%px;
}

textarea {
	border: 1px solid #4C649A;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #ffffff;
	width: 90%;
}

input.feld-1 {
	border: 1px solid #4C649A;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	width: 90%;
}

input.feld-2 {
	border: 1px solid #4C649A;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	width: 62%;
}

input.feld-3 {
	color: #666666;
	background-color: #FFFFFF;
	font-family: verdana, Arial, Helvetica, sans-serif;
	width: 25%;
	border: 1px solid #4C649A;
}

input {
	font-family: verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #4C649A;
	color: #666666;
}

.cc-btn {
	font-size: .9em !important;
}

@media (min-width: 820px) {

	/* Desktop Layout */

	#header {
		margin-bottom: -2px;
	}

	#wrapper {
		margin: auto;
		padding: 0px 0px;
		background-color: #F0D9A5;
		background-image: url(../media/bg_main.jpg);
		background-position: top center;
		background-repeat: repeat-x;
	}

	#wrapper_2 {
		margin: auto;
		width: 816px;
		padding: 0px 0px;
	}

	#content {
		background-image: url(../media/bg_content.jpg);
		background-position: center top;
		background-repeat: repeat-y;
		padding: 0px 0px 20px 0px;
	}



	#content_menu {
		background-image: url(../media/bg_menu.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		height: 28px;
		padding: 6px 27px 0px 27px;
	}

	#content_menu a {
		padding: 6px 8px 14px 8px;
		color: #D3DDF6;
		text-decoration: none;
	}

	#content_menu .links {
		float: left;
	}

	#content_menu .rechts {
		float: right;
	}

	#footer_2 {
		background-image: url(../media/bg_footer_2.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		margin: auto;
		width: 748px;
		height: 17px;
		padding: 10px 34px 0px 34px;
	}

	#footer_right {
		float: right;
		width: 227px;
		text-align: right;
	}

	#content .inhalt {
		width: 460px;
		margin-left: 320px;
	}

	#content .inhalt_links {
		padding: 0px 0px 0px 20px;
		width: 270px;
		float: left;
	}

	#content .inhalt_links .sub_menu {
		padding: 10px 10px 25px 16px;
		line-height: 21px;
	}

	#footer {
		background-image: url(../media/bg_footer_1.jpg);
		background-repeat: repeat-x;
		background-position: center top;
		height: 50px;
		color: #D3DDF6;
	}

	a:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #2a1385;
		text-decoration: underline;
	}

	p {
		line-height: 18px;
	}

	li {
		line-height: 21px;
	}

	.einzug {
		padding-left: 40px;
	}

	#portr {
		margin-left: 20px;
		margin-bottom: 20px;
	}

	#clearer {
		clear: both;
	}





	#content_menu a:hover {
		color: #1F3A7C;
		text-decoration: none;
		background-image: url(../media/menu_hover.gif);
		background-position: top center;
		background-repeat: repeat-x;
	}

	#content_menu a:active {
		color: #1F3A7C;
		text-decoration: none;
		background-image: url(../media/menu_on.gif);
		background-position: top center;
		background-repeat: repeat-x;
	}



	#footer a {
		color: #D3DDF6;
		text-decoration: none;
		padding: 0px 0px 0px 15px;
	}

	#footer a:hover {
		color: #D3DDF6;
		text-decoration: underline;
	}


}

@media (max-width: 819px) {

	/* Mobil Layout */

	body {
		font-size: 13px;
	}

	#header {
		width: 100%;
	}

	#content_menu {
		display: flex;
		background-color: #1F3A7C;
		justify-content: center;
		flex-direction: column;
	}

	.links {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.rechts {
		display: none;
	}

	#content_menu a {
		display: block;
		padding: 12px;
		color: #D3DDF6;
	}

	#content_menu a:active {
		color: #1F3A7C;
		background-color: #D3DDF6;
	}

	.main {
		background-color: white;
		padding: 20px;
		display: flex;
		flex-direction: column-reverse;
	}

	#footer_2 {
		color: #D3DDF6;
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 20px;

	}

	#footer_right {
		display: flex;
		gap: 20px;
	}

	#footer a {
		color: #D3DDF6;
		text-decoration: none;
		padding: 10px 0px;
	}

	#footer a:hover {
		color: #D3DDF6;
		text-decoration: underline;
	}
}