@import url('/fonts/Roboto/Roboto.css');

/* Chosen bug fix. */
.chosen-results {
	min-width: 1px;
}

/* Input-Elemente werden weiter unten mit float versehen. Das Chosen-Inputfeld darf kein float haben, sonst werden keine Daten angezeigt */
.chosen-search input {
	float: none !important;
}

/* General styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

label {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 7px;
}

body {
	padding: 20px;
	background-color: white;
	cursor: default;
	font-size: 16px;
	color: #333;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

a {
	color: #0038a5;
	text-decoration: none;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: none;
}

fieldset {
	background-color: white;
	border: 1px solid white;
	width: 800px;
	padding-top: 0;
	margin: auto;
}

h1 {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 28px;
	color: #006db0;
}

h2 {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 20px;
	color: #006db0;
	padding-bottom: 0.35em;
	margin-bottom: .2em;
	color: #012c7f;
}

select {
	margin-bottom: 15px;
	float: left;
	width: 400px;
}

dd input[type="text"], dd input[type="email"], dd input[type="tel"], dd input[type="date"] {
	box-shadow: inset 0px 2px 2px #ececec;
	border: 1px solid #d4d4d4;
	border-right: 0;
	padding: 5px;
	width: 365px;
	margin-bottom: 15px;
	font-size: 14px;
	color: gray;
	height: 30px;
	float: left;
}

dd input[type="text"]:focus, dd input[type="email"]:focus, dd input[type="tel"]:focus, dd input[type="date"]:focus {
	border: 1px solid #bbbbbb;
	outline: 0;
	border-right: 0;
}

.arbeitsverhaeltnis input[type="text"], .arbeitsverhaeltnis input[type="number"], input[type="date"] {
	box-shadow: inset 0px 2px 2px #ececec;
	border: 1px solid #d4d4d4;
	padding: 5px;
	width: 150px;
	font-size: 14px;
	color: gray;
	height: 30px;
	margin-bottom: 8px;
}

.arbeitsverhaeltnis input[type="text"]:focus, .arbeitsverhaeltnis input[type="number"], input[type="date"] {
	border: 1px solid #bbbbbb;
	outline: 0;
}

.inline {
	display: inline;
}

#GV1ukm_beschaeftigt_container, #GV1nicht_ukm_beschaeftigt_container,
#GV2ukm_beschaeftigt_container, #GV2nicht_ukm_beschaeftigt_container {
	padding-left: 50px;
}

textarea {
	box-shadow: inset 0px 2px 2px #ececec;
	border: 1px solid #d4d4d4;
	padding: 5px;
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5em;
	color: gray;
}

input[type="radio"] {
	margin-right: 8px;
	cursor: pointer;
}

input[type="submit"]:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

input[type="submit"]:disabled:hover {
	opacity: 0.5;
	cursor: not-allowed;
}

input[type="submit"]:disabled:active {
	cursor: default;
	cursor: not-allowed;
}

input[type="submit"]:hover {
	opacity:.85;
	cursor: pointer;
}

img {
	user-select: none;
	-moz-user-select: none;
}

/* Navigation */
nav {
	background-color: #003366;
	color: white;
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 800px;
	margin: auto;
	margin-bottom: 30px;
}

nav ul {
	list-style-type: none;
}

nav li {
	display: inline-block;
	margin-right: 15px;
}

nav a {
	color: white;
}

nav a:hover {
	text-decoration: underline;
}

/* Classes */
.button-blue {
	background-color: #003366;
	color: white;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.button-blue:hover {
	input[type="submit"]:hover {
		opacity:.85;
		cursor: pointer;
		text-decoration: none;
	}
}

.steps {
	background-color: #efefef;
	border: 1px solid white;
	margin: auto;
	margin-top: 14px;
	margin-bottom: 14px;
	width: 800px;
	line-height: 30px;
	padding: 15px;
	user-select: none;
	-moz-user-select: none;
}

.headerText, .box {
	width: 800px;
	margin: auto;
	margin-bottom: 25px;
}

.headerText ul, .box ul {
	line-height: 22px;
	margin-left: 15px;
}

.box-gray {
	padding: 8px;
	background-color: #efefef;
}

.error-box strong {
	margin-bottom: 8px;
	display: inline-block;
}

.headerText h1 {
	margin-bottom: 25px;
}

fieldset h1 {
	margin-bottom: 15px;
}

#alterInfo, #umzug-box {
	background-color: #efefef;
	padding: 10px;
}

#umzug-box strong {
	display: inline-block;
	margin-bottom: 8px;
}

.steps a {
	vertical-align: middle;
}

.steps a:hover {
	text-decoration: underline;
}

.steps ul {
	list-style-position: inside;
}

.steps img {
	vertical-align: middle;
	margin-right: 5px;
}

.steps ul li {
	display: inline-block;
}

.steps-seperator {
	margin-left: 5px;
	margin-right: 5px;
}

.inputFieldAddon {
	background: linear-gradient(#f1f1f1, #e2e2e2);
	width: 35px;
	height: 30px;
	color: #444;
	border: 1px solid #d4d4d4;
	border-left: 0;
	display: inline-block;
	text-align: center;
	padding: 2px;
	user-select: none;
	-moz-user-select: none;
	float: left;
}

.pInForm {
	text-align: justify;
	margin-bottom: 20px;
}

.allErrorsDisplay {
	padding: 16px;
	margin: auto;
	margin-bottom: 10px;
	width: 800px;
	background-color: #efefef;
}

.allErrorsDisplay ul {
	list-style-position: inside;
	line-height: 2em;
	margin-top: 10px;
}

.allErrorsDisplay label {
	color: #0038a5;
}

.allErrorsDisplay label:hover {
	text-decoration: underline;
}

.allErrorsDisplay span {
	color: #8A2908;
}

.fbreak {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.marginleft25 {
	margin-left: 25px;
}

#website {
	display: none;
}

.bubble
{
	float: right;
	display: block;
	position: relative;
	width: 380px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #f4f4f4;
	border: #cccccc solid 1px;
	font-size: 14px;
	margin-left: 8px;
	z-index: 0;
}

.bubble:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-color: transparent #f4f4f4;
	display: block;
	width: 0;
	z-index: 2;
	left: -4px;
	top: 10px;
}

.bubble:before
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-color: transparent #cccccc;
	display: block;
	width: 0;
	z-index: 1;
	left: -5px;
	top: 10px;
}

.bubble-hidden
{
	float: right;
	display: none;
	position: relative;
	width: 380px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #f4f4f4;
	border: #cccccc solid 1px;
	font-size: 14px;
	margin-left: 8px;
	z-index: 0;
}

.bubble-hidden:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-color: transparent #f4f4f4;
	display: block;
	width: 0;
	z-index: 2;
	left: -4px;
	top: 10px;
}

.bubble-hidden:before
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-color: transparent #cccccc;
	display: block;
	width: 0;
	z-index: 1;
	left: -5px;
	top: 10px;
}

/* ID selectors */
#description, .description {
	text-align: justify;
	margin-bottom: 20px;
	line-height: 1.8em;
}

#ukm-logo {
	text-align: right;
}

#du-logo-left {
	float: left;
	margin-right: 20px;
}

#login-form input[type="text"] {
	float: none;
	border: 1px solid #d4d4d4;
	box-shadow: inset 0px 2px 2px #ececec;
	padding: 5px;
	font-size: 14px;
	color: gray;
	height: 30px;
	margin-bottom: 8px;
}

#login-form input[type="text"]:focus {
	border: 1px solid #d4d4d4;
}

.infobox {
	padding: 16px;
	width: 800px;
	background-color: white;
	border: 1px solid white;
	margin: auto;
	margin-bottom: 15px;
}

#bereits-vorgemerkt {
	text-align: justify;
	margin-bottom: 20px;
	padding: 8px;
	background-color: #E0BCC3;
	line-height: 1.5em;
}

#label_behinderung, #label_geschlecht, #label_gutachten, #label_GV1anrede, #label_GV2anrede, #label_GV1beruf, #label_GV2beruf {
	width: 400px;
}

#kindergarten option {
	padding-left: 25px;
}

#kindergarten optgroup {
	margin-bottom: 10px;
	margin-top: 10px;
}

#ui-datepicker-div { font-size: 12px; }

.limit-counter {
	color: gray;
	font-size: 14px;
	display: none;
}

#summary tr:nth-child(odd) td { background-color: white; }
#summary tr:nth-child(even) td { background-color: #efefef; }

#summary {
	margin-bottom: 30px;
	width: 800px;
	border: 1px solid gray;
}

#summary td, th {
	padding: 4px;
	width: 50%;
}

#summary th {
	background-color: gray;
	color: white;
	font-weight: normal;
}

#button-absenden {
	margin-right: 15px;
}

#GV2 dl {
	display: block;
}

.kitaSearchButton {
	cursor: pointer;
	border: 1px solid rgb(153, 153, 153);
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #737373;
	font-size: 14px;
	text-shadow: 0px 0px 5px rgb(255, 255, 255);
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0px 0px 0px rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	background-image: linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(238, 238, 238)), to(rgb(204, 204, 204)));
	background-image: -moz-linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

.kitaSearchButton:hover {
	background-image: linear-gradient(-90deg, rgb(230, 230, 230), rgb(196, 196, 196));
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(230, 230, 230)), to(rgb(196, 196, 196)));
	background-image: -moz-linear-gradient(-90deg, rgb(230, 230, 230), rgb(196, 196, 196));
}

#kitasearchBackground {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2000;
	display: none;
}

.info-box {
	width: 370px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	font-size: 14px;
	box-shadow: 1px 1px 2px #888;
	z-index: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}

.info-box img {
	float: left;
	margin-right: 15px;
}

/* Datenschutz */
.datenschutz {
	text-align: justify;
	line-height: 1.8em;
}

.datenschutz h2 {
	margin-top: 25px;
	border-bottom: 1px solid #012c7f;
}

.datenschutz h3 {
	color: #012c7f;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

.datenschutz ul {
	text-align: left;
}

.index {
	margin-top: 35px;
}

.fa-circle-info {
	cursor: pointer;
}

.info-div {
	padding: 8px;
	border: 1px solid silver;
	background-color: white;
	margin-bottom: 10px;
}

/* MOBILE */
@media only screen and (max-width: 1024px) {
	body {
		padding: 0;
		margin: 0;
	}

	fieldset, .steps, #description, .headerText, .chosen-results, .allErrorsDisplay, nav, .box {
		width: auto !important;
		padding: 10px !important;
	}

	select, .chosen-select, textarea, #summary {
		width: 100% !important;
	}

	#placeholder {
		margin-top: 0;
	}

	.steps ul li {
		display: block;
	}

	.steps-seperator {
		display: none;
	}

	input[type="text"], input[type="email"], input[type="tel"] {
		width: calc(100% - 35px);
	}

	.bubble {
		float: none;
		position: static;
		clear: both;
		margin-left: 0;
		width: 100%;
		margin-bottom: 8px;
		margin-top: 8px;
	}

	#label_behinderung, #label_geschlecht, #label_gutachten, #label_GV1anrede, #label_GV2anrede, #label_GV1beruf, #label_GV2beruf {
		width: auto;
	}

	label[for="GV2active"], label[for="tagespflege"] {
		display: inline;
	}

	#kitasearchContainer {
		width: 95% !important;
		height: 95% !important;
		overflow: scroll;
		margin: auto !important;
	}

	#map_canvas {
		width: 60% !important;
	}
} 