@font-face {
	font-family: 'ingress_icon_font';
	font-style: normal;
	font-weight: 400;
	src: /*local('ingress_icon_font'),*/
	url('../fonts/ingress_icon_font.woff') format('woff');
}

:root {
	--uvb-grey:#4f4f4f;
	--uvb-light_grey:#E3E3E3;
	--uvb-blue:#004990;
}

html, body {
	height:100%;
	font-family: "Arial", serif;
	font-size: 28px;
	color: #4f4f4f;
}


/* Wrapper für den content, mit Abstand für die Fußzeile */
#wrap {
	min-height: 100%;
	height: 100%;
/* negativer Einzug für die Fußzeile (Höhe der Fußzeile) */
	margin: 0 auto -64px;
}

/* Höhe des Menüs */
body > div#wrap > div.container {
	padding-bottom:30px;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.padding_none {
	padding: 0;
}

.margin_none {
	margin: 0;
}

/* Platzhalter unter dem content, damit dieser nicht über der Fußzeile erscheint, ggf. etwas höher für mehr Abstand */
#placeholder_content_footer, #footer {
	height: 64px;
}
#footer {
	background-color: #004990;
	font-size: 16px;
	width: 100%;
	position: fixed;

}
#footer>div>div>span>a,#footer>div>div {
	color: #FFFFFF;
}
.footer_text {
	padding-left: 15px;
	padding-right: 15px;
}

a {
	color: #004990;
}

#title_text {
	font-size: 30px;
	line-height: 1.3!important;
}

.help {
	text-align: right;
}



/* *********** Anpassungen für Texte, Buttons usw. *********** */

/* Standardhauptmenü */
.navbar-default{
	font-family: "Arial", sans-serif;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	background-color: #D5D5D5;
}

.navbar-nav {
	padding-top: 7px;
}
ul.nav.navbar-nav img {
	width: 20px;
	height: 20px;
}

.navbar-toggle {
	margin-right: 3%;
}

.navbar-toggle {
	border-radius: 0!important;
}

.navbar-default .navbar-toggle .icon-bar {
	background: white!important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: #4f4f4f!important;
}

.navbar-nav>li {
	padding-right: 40px;
	padding-left: 80px;
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
}

#menu_right_hand {
	background-color: #004994;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>li>a:hover {
	color: #FFFFFF;
	background-color: #004990;
	text-decoration: underline;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 13px!important;
}

#navbar>ul>li>a {
	text-decoration: none;
	display: flex;
	gap: 8px;
	align-items: center;
}

.navbar,#navbar {
	min-height: 50px;
}

.footer_text>a{
	text-decoration: none;
}

/* Überschrift */
p.text {
	font-size: 18px;
	line-height: 28px;
}

h1 {
	font-family:"Arial",serif;
	font-size: 1.1em;
	line-height: 1.5;
	padding-bottom: 10px;
	color: #14152d;
}

h2 {
	font-size: 30px;
}

h3.title {
	font-size: 22px;
	font-weight: bold;
}

/* Links, die als Buttons dargestellt werden sollen (roter Kasten, weiße Schrift) */
body > div#wrap > div.container a.button {
	color:#FFF;
	font-weight:500;
	background-color:#004990;
	padding: 0.6em 4em;
	border: 2px solid #004990;
	text-transform:uppercase;
	text-decoration:none;
}
body > div#wrap > div.container a.button:hover,
body > div#wrap > div.container a.button:focus {
	color:#004990;
	background-color:#FFF;
}

/* Buttons */
input.submit, input.submit:hover, input.submit:focus, input.submit:active,
input.back, input.back:hover, input.back:focus, input.back:active,
input.submit:active:focus,
input.back:active:focus {
	color:#FFF;
	font-weight:400;
	background-color:#004990;
	text-decoration:none;
	border-radius: 0;
	font-size: 18px;
	border: 0;
	outline: none;
	padding: 7px 30px;
	height: 47px;
}

#input_file::-webkit-file-upload-button {
	visibility: hidden;
}
#input_file::before {
	content: 'Durchsuchen...';
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	background: #e5e5e5;
	color: #555555;
	font-size: 14px;
	border: 0;
	padding: 5px 10px;
}


.btn[disabled] {
	background-color: #D5D5D5;
	border: 0;
}
.btn[disabled]:hover {
	background-color: #D5D5D5;
	color: #FFFFFF;
}

/* Darstellung von Befragungen und News */
h2 > span.date {
	display:block;
	font-size:0.5em;
}
hr {
	border:1px solid #D82727;
}

/* Tabellen */
table.portal  tr  th {
	background-color:#F27923;
	color:white;
	font-weight:normal;
	padding:0.5em;
}
table.portal tr td {
	padding:0.5em;
	border-bottom:1px solid #B6BFC4;
}
table.portal tr td.right {
	text-align:right;
}

/* wenn die Seite über die Panelapp aufgerufen wird UND es ein Mobil-Device ist (kein Tablet) */

/* Antworttabelle auf 100% Breite */
body.panelapp.device_mobile.survey_status table.answer {
	width: 100%;
}

body.survey_status .checkbox,
body.survey_status .radio {
	display: inline;
}

/* Formularelemente */
.col-sm-6 {
	clear:both;
}


/* Facebook-Button (div) */
div.btnFacebook {
	background: #4267b2;
	color: #FFF;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 3em;
	font-size: 1em;
	border: 0;
	cursor: pointer;
	text-align: center;
	height: 50px;
}

div.btnFacebook:hover {
	background: #3b5996;
	color: #FFF;
}

div.btnFacebook .fbLoginIcon {
	margin: -6px 6px;
}

#logo_div {
	padding-top: 110px;
	padding-left: 90px;
}

p {
	margin: 0 0 40px;
}

#name_field {
	color: #FFFFFF;
	padding: 9px 10px;
}
#main_field {
	color: white;
	display: flex;
	gap: 30px;
	justify-content: center;
}

#main_field>div:hover {
}

#main_field>div>a:hover {
	text-decoration: none;
}

#step_overview {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}

.ball {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	height: 35px;
	width: 35px;
	color: #FFFFFF;
	flex-shrink: 0;
	margin-right: -2px;
	margin-left: -2px;
	z-index: 1;
	font-size: 18px;
}

.ball_line {
	height: 4px;
	width: 11%;
	background-color: #707070;
}

#survey_table {
	width: 100%;
	/* margin: auto; */
}
#survey_table tr td {
	padding: 15px 10px 15px 25px;
}
#show_survey_time {
	color: #004990;
	width: 680px;
	margin-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	flex-shrink: 0;
	font-size: 16px;
}

.submit_a {
	color:#FFF;
	font-weight:400;
	background-color:#004990;
	text-decoration:none;
	border-radius: 0;
	font-size: 18px;
	border: 0;
	outline: none;
	padding: 7px 30px;
}

.submit_a:hover,
.submit_a:focus {
	color:#FFF;
	background-color:#004990;
	text-decoration: none;
}

.modal_grey {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(128,128,128,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1032;
}

.modal_window {
	color: #004990;
	min-width: 480px;
	min-height: 200px;
	background-color: white;
	text-align: center;
	padding: 40px 30px;
	position: relative;
	border: 1px solid #004990;
	box-shadow: 5px 5px 20px 0 rgba(68,68,68,1);
}

.modal_buttons {
	padding-top: 40px;
	padding-bottom: 10px;
	color: #FFFFFF;
	display: flex;
	justify-content: space-around;
}
.modal_msg {
	padding-top: 10px;
	max-width: 90%;
	margin: auto;
}

.icon_font {
	font-family: ingress_icon_font, serif;
	padding-right: 10px;
	text-decoration: none;
	font-size: 30px;
	line-height: 1;
}

#loggedout_text {
	color: #FFFFFF;
	text-align: left;
	padding-top: 14px;
	padding-left: 17px;
}

.navbar-default .navbar-collapse.in #loggedout_text {
	padding-top: 19px;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

#DateTimePickerButtons tr td {
	padding: 5px;
}

.DateTimePicker .btnCancel,
.DateTimePicker .btnCancel:hover {
	margin-bottom: 5px;
	line-height: 1;
	height: 20px;

}

#DateTimePickerButtons tr td .submit,
#DateTimePickerButtons tr td .back {
	padding-left: 10px;
	padding-right: 10px;
}

.DateTimePicker #DateTimePickerTable .day {
	padding: 5px!important;
	text-align: center;
	font-size: 14px;
}
.DateTimePickerText, .DateTimePicker #DateTimePickerTable th, td.kw, #dateTimePickerMonth, #dateTimePickerYear, #dateTimePickerHour, #dateTimePickerMinute {
	font-size: 16px;
}

td.DateTimePickerText {
	padding-top: 13px;
	vertical-align: middle;
	padding-right: 10px;
}

#input_file {
	border: 1px solid #6D6D6D;
	color: #6D6D6D;
	background-color: #FFFFFF;
	height: 43px;
	padding: 7px;
}

.form-control {
	font-size: 18px;
	color: #4f4f4f;
	border: 1px solid #4f4f4f;
	border-radius: 0;
	padding: 10px!important;
	height: 38px!important;
}
.form-control::placeholder {
	color: #4f4f4f;
}

.form-control:active, .form-control:focus {
	box-shadow: none;
	border: 1px solid #4f4f4f;
}

.pb_10 {
	padding-bottom: 10px;
}

.pb_20 {
	padding-bottom: 20px;
}

textarea {
	height: 300px;
	border-radius: 3px;
	font-size: 18px;
	padding: 10px;
}

#footer_container_fluid {
	padding-top: 20px;
	padding-left: 60px;
	padding-right: 50px;
}

.col-sm-6.footer_container_fluid {
	display: flex;
	flex-direction: row;
}

.w_100 {
	width: 100%;
}

.hide {
	display: none;
}

div.options {
	margin:0;
}
div.suboptions {
	margin-left:32px;
}

.d_flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.d_flex_end {
	display: flex;
	justify-content:end;
}
.d_flex_centered {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.text_align_center {
	text-align: center!important;
}

.medium_background {
	background-color: var(--uvb-light_grey);
	color: var(--uvb-blue);
}

.section_inline_block {
	margin: 12px 12px 0 0;
	display: inline-block;
}

@media (min-width: 1919px) {
	.container {
		width: 1108px;
	}
}

@media (max-width: 1885px) {
	.navbar-nav>li {
		padding-right: 30px;
	}
}

@media (max-width: 1820px) {
	.navbar-nav>li {
		padding-right: 20px;
	}
}

@media (max-width: 1720px) {
	.navbar-nav>li {
		padding-right: 10px;
	}
}

@media (max-width: 1640px) {
	.navbar-nav>li {
		padding-right: 0;
	}
}

@media (max-width: 1200px) {
	html, body {
		font-size: 16px;
	}

	.container {
		width: 100%;
	}

	#logo {
		height: 65px;
	}

	textarea {
		padding: 5px;
		height: 140px;
	}

	.desktop_space {
		padding-bottom: 0;
	}

	#logo_div {
		padding-top: 100px;
		padding-left: 5%;
	}
	.ball {
		border-radius: 22px;
		height: 44px;
		width: 44px;
	}

	.ball_line {
		height: 16px;
		width: 10%;
	}

	h1 {
		font-size: 16px;
		padding-bottom: 10px;
	}

	h2 {
		font-size: 16px;
	}

	.submit_a {
		padding: 0 10px;
		font-size: 14px;
		height: 36px;
		line-height: 36px;
	}

	.modal_window {
		min-width: 400px;
		min-height: 180px;
		padding: 30px 20px;
	}

	input.submit, input.submit:hover, input.submit:focus, input.submit:active,
	input.back, input.back:hover, input.back:focus, input.back:active,
	input.submit:active:focus,
	input.back:active:focus  {
		padding: 0 10px;
		font-size: 14px;
		height: 36px;
		min-width: 160px;
	}

	.navbar-default {
		font-size: 16px;
	}

	#footer {
		font-size: 16px;
		position: fixed;
		bottom: 0;
		width: 100%;
	}
}

/* Smartphones kleiner 640px */
@media (max-width:900px) {
	body > div#wrap > div.container a.button {
		padding: 0.6em 2.0em;
	}

	#main_field {
		flex-direction: column;
	}

	.help {
		text-align: left;
		padding-left: 0;
	}

}

@media (min-width: 768px) {
	.col-sm-6 {
		clear:none;
	}

}

@media (max-width: 360px) {

	.col-sm-6.footer_container_fluid {
		display: flex;
		flex-direction: column;
	}
	.ball {
		border-radius: 0;
		height: 20px;
		width: 20px;
	}
	.container {
		width: 100%;
	}
	#logo_div {
		padding-top: 30%;
	}

	#footer {
		height: 130px;
		padding-top: 10px;
	}

	#footer_container_fluid {
		padding-top: 0;
	}

	.navbar-toggle {
		margin-right: 5%;
	}
}