/* JR: Styles für Online Termine, ausgehend von AK Portal Styleguide 2017.pdf mit Anpassungen und Erweiterungen */

FIELDSET {
	/* fieldset build-in xpages */
	border: 0;
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 0.3em;
    padding-inline-start: 0em;
    padding-inline-end: 0em;
    padding-block-end: 0em;
    min-inline-size: max-content;
}

.Text {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	vertical-align: top;
	color: #2A2C33;
	background: #FFFFFF;
}

.Text_mitAbstand {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 25px;
	vertical-align: top;
	color: #2A2C33;
	background: #FFFFFF;
}

.Text_View {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	vertical-align: top;
	color: #2A2C33;
	background: #FFFFFF;
}

.Text_klein {
	font-family: Open Sans, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	color: #2A2C33;
	background: #FFFFFF;
}

.Text_mittel {
	font-family: Open Sans, Sans-Serif;
	font-size: 13px;
	line-height: 15px;
	color: #2A2C33;
	background: #FFFFFF;
}

.Text_rechts {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	text-align: right;
	vertical-align: top;
	color: #2A2C33;
	background: #FFFFFF;
}

.Text_fett {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	vertical-align: top;
	color: #2A2C33;
	background: #FFFFFF;
}

.Text_fettRot {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	vertical-align: top;
	color: #BE0021;
	background: #FFFFFF;
}

.Text_fett_Mitte {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: calc(2.25rem + 2px);
	font-weight: bold;
	color: #2A2C33;
	background: #FFFFFF;
}

.Text_rot {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	vertical-align: top;
	color: #BE0021;
	background: #FFFFFF;
}

.Text_rot_Fehlermeldung {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	vertical-align: middle;
	color: #BE0021;
	background: #FFFFFF;
}

.Ueberschrift {
	font-family: Open Sans, Sans-Serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #BE0021;
	background: #FFFFFF;
}

.Ueberschrift_Mitte {
	font-family: Open Sans, Sans-Serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #BE0021;
	background: #FFFFFF;
	vertical-align: middle;
}

.Ueberschrift_klein {
	font-family: Open Sans, Sans-Serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #BE0021;
	background: #FFFFFF;
}

.Ueberschrift_gross {
	font-family: Open Sans, Sans-Serif;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	color: #BE0021;
	background: #FFFFFF;
}

a:link {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	color: #BE0021;
	background: #FFFFFF;
}

a:visited {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	color: #2A2C33;
	background: #FFFFFF;
}

a:hover { 
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	color: #C2C5C6;
	background: #FFFFFF;
}

a:active {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	color: #C2C5C6;
	background: #FFFFFF;
}

a:focus {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	color: #2A2C33;
	background: #FFFFFF;
}

#cke_bottom_detail,.cke_bottom {
	display:none
}

.button_Action:hover {
    color: #ffffff;
    background-color: #d60025;
    border-color: #d60025;
}

.button_Action {
	color: #ffffff;
    background-color: #be0021;
    border-color: #be0021;
    text-transform: uppercase;
    padding: 15px 25px;
	font-family: Open Sans, Sans-Serif;
    font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0;
	line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button_Formular:hover {
    color: #2A2C33;
    background-color: #E0E7EF;
    border-color: #E0E7EF;
}

.button_Formular {
	color: #2A2C33;
    background-color: #CCD7E3;
    border-color: #CCD7E3;
    text-transform: uppercase;
    padding: 15px 25px;
	font-family: Open Sans, Sans-Serif;
    font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0;
	line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

div.webform {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
    margin-left: auto;
    max-width: 788px;
}

div.formRow_title {
	width:100%;
	margin-top:15px;
}

div.formRow {
	width:100%;
	margin-top:15px;
	float:left
}

div.formRow_content {
	float:left;
	width:70%
}

div.formRow_content_checkbox {
	float:left;
	width:94%
}

div.formRow_field {
	width:100%;
	float:left
}

div.formRow_field_radiobutton {
	width:100%;
	float:left;
	height: 58px;
}

div.formRow_Fehlermeldung {
	width:100%;
	float:left;
	padding-top:2px
}

div.formRow_button {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	float:left
}

.formRow_label {
	float:left;
	width:30%;
	max-width:150px
}

.formRow_label160 {
	float:left;
	width:160px
}

.formRow_label_Prozent {
	float:left;
	width:30%
}

.formRow_label_checkbox {
	float:left;
	width:5%
}

.checkbox {
	background-color: initial;
    cursor: default;
    box-sizing: border-box;
    margin: 3px 10px 3px 1px;
    padding: initial;
    border: initial;
}

.checkbox_mitText {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	vertical-align: top;
	color: #2A2C33;
	background-color: initial;
    cursor: default;
    box-sizing: border-box;
    margin: 3px 10px 3px 1px;
    padding: initial;
    border: initial;
}

.radiobutton {
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	vertical-align: top;
	color: #2A2C33;
	background-color: initial;
    cursor: default;
    box-sizing: border-box;
    margin: 3px 10px 3px 1px;
    padding: initial;
    border: initial;
	position: static;
}

.formRow_inputText {
	width:95%;
	max-width:400px;
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	vertical-align: top;
	color: #2A2C33;
	background: #FFFFFF;
	border-radius: 4px;
	box-sizing: border-box;
    height: 50px;
    padding: 20px;
    border: 1px solid #ccd7e3;
}

.formRow_inputText_max {
	width:99%;	
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	vertical-align: top;
	color: #2A2C33;
	background: #FFFFFF;
	border-radius: 4px;
	box-sizing: border-box;
    height: 50px;
    padding: 20px;
    border: 1px solid #ccd7e3;
}

.formRow_inputText_maxBox {
	font-family: Open Sans, Sans-Serif;
    font-size: 15px;
    line-height: 25px;
    vertical-align: middle;
    color: #2A2C33;
    background: #FFFFFF;    
    box-sizing: border-box;    
    display: inline-block;
    width: 99%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #ccd7e3;
    border-radius: 4px;
}

.formRow_inputTextarea {
	width:95%;
	max-width:400px;
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	vertical-align: top;
	color: #2A2C33;
	background: #FFFFFF;
	border-radius: 4px;
	box-sizing: border-box;
    height: 100px;
    padding: 20px;
    border: 1px solid #ccd7e3;
}

.formRow_inputTextarea_max {
	width:99%;
	font-family: Open Sans, Sans-Serif;
	font-size: 15px;
	line-height: 17px;
	vertical-align: top;
	color: #2A2C33;
	background: #FFFFFF;
	border-radius: 4px;
	box-sizing: border-box;
    height: 100px;
    padding: 20px;
    border: 1px solid #ccd7e3;
}

.comboBox {
	font-family: Open Sans, Sans-Serif;
    font-size: 15px;
    color: #2A2C33;
    background: #FFFFFF;
    display: inline-block;
    width: 95%;
	max-width: 400px;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #ccd7e3;
    border-radius: 4px;
}

.comboBox_max {
	font-family: Open Sans, Sans-Serif;
    font-size: 15px;
    color: #2A2C33;
    background: #FFFFFF;
    display: inline-block;
    width: 99%;	
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #ccd7e3;
    border-radius: 4px;
}

.disabled {
	font-family: Open Sans, Sans-Serif;
    font-size: 15px;
    color: #828693;
    background: #FFFFFF;
    display: inline-block;
    width: 95%;
	max-width: 400px;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #ccd7e3;
    border-radius: 4px;
}

.disabled_max {
	font-family: Open Sans, Sans-Serif;
    font-size: 15px;
    color: #828693;
    background: #FFFFFF;
    display: inline-block;
    width: 99%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #ccd7e3;
    border-radius: 4px;
}

.form-group {
    box-sizing:border-box;
	color:rgb(70, 74, 86);
	display:block;
	font-family:"Open Sans", sans-serif;
	font-size:15px;
	height:52px;
	line-height:24px;
	margin-bottom:15px;
	position:relative;
	text-size-adjust:100%;
	-webkit-tap-highlight-color:
	rgba(0, 0, 0, 0)

}

.active {
    transform: scale(.75)!important;
    transform-origin: left top;
}

.form-control {
    display: block;
    width: 100%;
	max-width: 600px;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 0 0 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccd7e3;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 52px;
}

.control-label {
    opacity: 1;
    padding-left: 10px;
    padding-top: 5px;
    color: #828693;
    line-height: 1.1;
	font-size: 15px;
    color: #828693;
    font-weight: 400;
    z-index: 9;
    position: absolute;
    transform: translate3d(16px,14px,0) scale(1);
    transition: 240ms;
	top:15px;
	left:15px;
}

.mandatory {
    color: #be0021;
	font-weight: bold;
    margin-left: 5px;
}
