

@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
}

/* TEXT Styles */

h2,h3,h4,h5,h6,td,tr,font,div,p,body,html,input, button {
	font-family: 'Lato',sans-serif !important;
	font-size: 14px;
	color: black;
}

sub, sup {
  line-height: 0px;
  font-size: 80%;
}

a {
	text-decoration: none; 
	color: #424360; 
}
a:visited {
	text-decoration: none; 
	color: #005572; 
}

a:hover { 
	color: #8e6565; 
}

.footer_small {
	font-size:9px;
	color:#515151;
	vertical-align: middle;
}

/* Header */

#page_header {
	position:relative;

	height:79px;
	width:828px;
	padding: 5px;
	background-image:url(css_color_graphics/dankgreenblue/header_round.jpg);
	background-repeat:no-repeat;
}

#page_logo {
	position:relative;
	float:left;
	left:12px;
	top:10px;
	width:100px;
}

#page_title, #page_desc, .note { 
	font-size:14px;
	position:relative;
	left:50px;
	width:680px;
	height:auto;
}



/* Section */

.section { 
	font-size:12px;
	color:#515151;
	position:relative;

	width:100%;
	height:auto;
}


/* Titelleiste */
.SEC_title {

	width: 100%;
}

.SECTITLE_content {
	line-height: 40px;
	font-size: 18px;
	background-color: #424360;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}

.SECTITLE_content b{
	font-weight: normal !important;
}
	

/* Inhalt / Formular Felder */

.line {
	position:relative;
	width:700px;

	height:3px;
	background-image:url(css_color_graphics/dankgreenblue/line.jpg);
	background-repeat:no-repeat;
	margin:20px 0px 20px 0px;
}

.SEC_content {
	padding-top:20px;
	padding-bottom:20px;
}

.smallfield {
	float:left;
	margin: 1% 3px 0 0;
	width: 40% !important;
}

.smallfield:nth-of-type(3) {
	width: 19.3% !important;
	margin-right: 0;
}

.highlight .smallfield input {
	width: 97% !important;
}

select {
	background-color: #f3f3f3;
	border: 1px solid #e5e5e5 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	width: 445px;
	height: 30px;
	font-size: 13px;
	padding: 3px;
}

input {
	background-color: #f3f3f3;
	border: 1px solid #e5e5e5 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px;
	margin: 0px;
	line-height: 22px;
	height: 22px;
	padding: 1px;
}

input.rad {
	position:relative;
	border:none 0px;
	margin:5px;
	vertical-align: middle;
	font-size:14px;
	height: 14px;
	margin-left: 0px;
}

input.smallrad {
	position:relative;
	vertical-align: middle;
	font-size:12px;
	height: 20px;
}

.errortext { 
	color:#a80316; 
	font-family: 'Lato',sans-serif !important;
	font-size: 12px;
}

.standardtext {
	color:#515151;
	font-family: 'Lato',sans-serif !important;
	font-size: 14px;
}

.fulltext { 
	color:#515151; 
	text-align:left; 
	padding:5px;
}

errortext {
	width:200px;
	text-align:left;
	float:right;
	vertical-align: middle;
	padding:0px 0px 0px 0px;
	color:#a80316;
}

label, .labeltext{
	width: 15%;
	font-weight: bold;
	text-align: left;
	float:left;
}

tr > td {
	padding-bottom: 1em;
}

.labeltext + td{
	width: 82%;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 10px;
}

.standardtext input[type=TEXT]{
	width: 82% !important;
}


.labeltext + td + td{
	width: 0px;
	text-align: left;
	margin-bottom: 10px;
}

.labeltext + td + td + td{
	width: 0px;
	text-align: left;
	margin-bottom: 10px;
}

label.UPPERlabel{
	width:auto;
	padding:0px 0px 0px 5px;
	line-height: 15px;
}

.instructions {
	position:relative;

}

.highlight {
	margin: 0 0 0.5em 0;
	clear: both;
	font-size: 11px;
}

.highlight:first-line {
	line-height: 5px;
	font-size: 14px;
}

.text_warning:first-line {
	color: red;
}

.highlight label:first-line, .highlight label span {
	line-height: 0px;
	font-size: 14px;
	font-weight: bold;
}

.highlight label, .description_text {
	line-height: 0px;
	font-size: 11px;
	font-weight: normal;
}

.highlight input {
	width: 82% !important;
}

.highlight br {
	line-height: 22px;
}

.highlight label:first-line {
	line-height: 28px;
}

.highlight input {
	line-height: 22px;
	height: 22px;
}

table {
	border-spacing: 0px;
}

input[type=submit], input[type=reset], input[type=button]{
	background: url(/omnis/AHS/global/images/bni_submit.jpg);
	
	width:auto;
	background-size: 130% 100%;
	
	padding-left: 5px;
	padding-right: 5px;
	height: 38px;
	text-transform: uppercase;
	border: none !important;
	color: white;
	font-weight: bold;
}

.section .SEC_content table tbody tr td:nth-child(1) {
	width: 15% !important;
}

.section .SEC_content table tbody tr td:nth-child(2) {
	width: 82% !important;
}

div#activated3 .section .SEC_content table tbody tr td:nth-child(2) select {
	width: 100%;
}

div#activated3 .section .SEC_content table tbody tr td:nth-child(2) input[type=TEXT] {
	width: 99.6% !important;
}

div#activated3 .section .SEC_content table tbody tr td:nth-child(3) input {
	width: 0 !important;
}

div#activated3 .section .SEC_content table tbody tr td:nth-child(4) input {
	width: 0 !important;
}




/* Responsive & Mobile Devices */
@media only screen and (max-width : 700px) {

html, body {
	width:100%;
	height: 100%;
	margin: 0;
	background-color: #fff;
}


			
    #page_title, #page_desc, .SEC_title, .line, #activated2 > .SEC_content > .highlight .labeltext, .labeltext + td, .standardtext input[type=TEXT], div#activated3 .labeltext, .SEC_content > table > tbody > tr > td:nth-child(1), .SEC_content > table > tbody > tr > td:nth-child(2), .mandatoryinfo tr td:nth-of-type(1) {
        width:auto!important;
        }
		

#TABLEROW_datenschutz .standardtext{
  display: inline-block;
}

#TABLEROW_Berufsgruppe > td, #TABLEROW_EinsatzGeplant > td 
{
display:unset;
}

.SECTITLE_content {
word-break: break-word;
}


div#activated3 .labeltext{
width: auto; 
min-height: unset; }

.SEC_content > table > tbody > tr > td:nth-child(1) {
	padding-left: 0px ;

}

label {
	width: 95vw;
}

.highlight input {
	width: 99.4vw !important;
}


#page_title, #page_desc {

position: static;
padding: 5px;

}

#TABLEROW_DATENSCHUTZERKLAERUNG_AKZEPTIERT
{
    display: flex;
    flex-direction: row;
}


#TABLEROW_DATENSCHUTZERKLAERUNG_AKZEPTIERT .standardtext{
  display: inline-block;
}

.instructions
{
	width: 100vw;

}

.SEC_content
{
	width: 100vw;
}

.SEC_content div
{
	width: auto !important;
}

div#activated2.section div.SEC_content div.highlight div label div

{
height: 0px !important;
}

.highlight label
{
line-height: 15px;
margin-top: 5px;
}


.note, .mandatoryinfo {

       width: 100% ;
       margin: 0px;}

select {width: 55vw ;}

/*input {max-width: 50vw; }*/

.description_text
{
line-height: unset;
}

#TABLEROW_DATENSCHUTZERKLAERUNG_AKZEPTIERT .labeltext
{
display:none;
}

.SEC_content
{
	padding-bottom: 0px;
}

}
/* End - Responsive design */

