body {
	color: black;
	background: WHITE;
	margin: 0;
	padding: 0;
	font-family: "source_sans_proregular","Helvetica","Arial",sans-serif;
}

h1 {
	color: WHITE;
	background: #254156;
	margin: 0;
	padding: 10px;
	padding-left: 20px;
    font-size: 20px;
    	
}

input {
	padding: 5px;
	border: 1px solid #BABEC6;
}

input:focus {
	border: 1px solid #BABEC6;
	border-bottom: 2px solid #73A4D1;
	outline: 0;
}

input[type=Submit] {
	background: #afcc7a;
	color: #fff;
	padding: 5px;
	border: 0;
	margin-left: 10px;
}

input[type=Submit]:focus, input[type=Submit]:hover {
	background: #2d76b2;
}

input.captcha-reset {
	background-image:
        url('/blueprint/default/responsive/images/sprite/sprite-farbvariante00/mobile.png');
	background-repeate: no-repeat;
    background-size: 2004.5px 45.25px;
    background-position: -840px 0;
	background-color: transparent;
}

#captchaSolution {
	width: 140px;
}

#captcha-code {
	float: left;
    margin-right: 8px;
}

#captcha-code-barrier-free {
	float: left;
	background-color: #003368;
	padding: 10px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
	width: 350px;
}

.clearformrow {
	clear: left;
    padding-top: 10px;	
}

.wrapper {
    width: 600px;
    margin-left: 10px;
    margin-top: 10px;	
}
@media only screen and (max-width: 600px) {
	.wrapper {
		width: 95% !important;
	}
}

h3 {
	background-color: #335c85;
    color: #fff;
    padding: 8px 20px;
}

li {
	display: inline-block;
}

.pos-rel {
	position: relative;
}

.ui-widget-content {
	padding: 10px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #2d76b2;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #5f6266;
}