body{
	color:#4a4a4a;
	
	font-weight: 400;
	line-height: 1.5;
}
body, button, input, select, textarea {
    font-family: Font Awesome\ 5 Free,BlinkMacSystemFont,-apple-system,Segoe UI,
    Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,
    Helvetica Neue,Helvetica,Arial,sans-serif;
}
div.ui-dialog {
	background-color:#fff;
	 border: 1px solid #7d7d7d;
	 border-radius:8px;
	 -webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.75);
	padding: 0px;
}
.iframe-formular .page-header,
.iframe-formular .page-footer{
	display: none;
}
.iframe-formular #tabs{
	width: 100%;
}

.pin-fenster .error {
	margin-left: 10px;
	padding: 17px 4px !important;
}
.dataTables_filter input{
	padding: 3px !important;
}
.dataTables_wrapper{
	margin-top:15px;
}
.bw-filter {
	width: 45%;
	float: left;
}
.bw-filter label {
    width: 400px;
}
.bw-filter input {
	margin-right: 10px;
}
.bw-filter a {
	margin-right: 10px;
}
#bt-bw-filter{
    font-size: 1.2rem;
    padding: 1px 6px;
}
#bt-bw-filter-reset {
    font-size: 1.2rem;
    padding: 1px 6px;
}
#selectAction{
	margin-right: 10px;
}
 
.selectaction{
	margin-bottom: 30px;
}
.data-table-search-input{
	border: 1px solid #ddd;
    border-left: 3px solid #f49b00;
    width: 70%;
    height: 1.9rem;
    border-radius: 5px;
}

div.ui-dialog-titlebar  {
	background: #F49B00;
	background: -moz-linear-gradient(top, #F49B00 0%, #FFFFFF 100%);
	background: -webkit-linear-gradient(top, #F49B00 0%, #FFFFFF 100%);
	background: linear-gradient(to bottom, #F49B00 0%, #FFFFFF 100%);
	color:#555555;
	cursor: move;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}
.ui-dialog .ui-dialog-content {
    overflow: hidden;
}

.ui-widget-overlay {
    opacity: 0.2;
    background-color: #000;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
.ui-dialog-titlebar-close{
	display: none;
}

html body div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable div#login-form.ui-dialog-content.ui-widget-content form fieldset {
	float:left;
}
html body div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable div#login-form.ui-dialog-content.ui-widget-content form fieldset label {
	display: block;
	float: left;
	width: 50%;
	margin-left: 24%;
	color: #555555; 
	font-size: 16px;
}

html body div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable div#login-form.ui-dialog-content.ui-widget-content {
	 overflow: hidden;
}
.stellenB-header{
	background:transparent;
	width: 100%;
	border-bottom: 1px solid #f49b00;
	height: 143px;
}
.logo {
    height: auto;
    float: left;
}

.headText {
    float: right;
    margin-right: 10%;
    font-size: 2em;
    margin-top: 1%;
    font-family: copperplate gothic light;
}

.page-header {
    border-bottom: 1px solid #f49b00;
    float: left;
    display: block;
    width: 100%;
}

.logo img {
    max-height: 135px;
    float: left;
    margin-bottom: 1%;
    margin-top: -1%;
    width:60%;
    margin-left:2%
}
.stellentitle{
	font-size: 1.5rem;
}
.allgem-Einstellung h3,
.options h3,
.admin h3,
.stellenansicht h3{
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.formbuilder-file .custom-file-label{
	font-size: 0.8rem !important;
	top: 32px !important;
}
.rendered-form input.form-control,
.rendered-form select.form-control {
    width: auto !important;
    min-width: 50% !important;
}
.rendered-form textarea{
	width: 100% !important;
}
.rendered-form label br{
	display: none;
}

.headline h2{
	margin: 0;	
	font-family:Segoe UI;
	font-weight: 600;
}
.form-control {
    font-size: 0.8rem !important;
}
.headline{
	background-color:#f5f5f5;
	border-radius: 4px;
	padding: 1.25rem 2.5rem 1.25rem 1.5rem;
	position: relative;
}
.headline p{
	font-size: 1rem;
	margin: 0;
}
.textSuchbox{
		margin-top: 15px !important;
}
.section_1{
	padding: 2rem 1.5rem;
	padding-bottom: 0;
}
html, body {
	height: 100%;
}
.sourround {
    height: 100%;

}
.elemente_umfrage .control-group {
    width: 26%;
    margin-bottom: 5px;
}
#UploadUF,#saveZF, #UploadPMD{
	margin-top: 5px;

}
#circle {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 55px;
    height: 55px;	
}

.loader {
    width: calc(100% - 0px);
	height: calc(100% - 0px);
	border-top: 6px solid #09f;
	border-radius: 100%;
	animation: rotate 4s linear infinite;
}


@keyframes rotate {
	100% {transform: rotate(360deg);}
} 

.loader.redl {
    border-top: 6px solid #891318;
}

.loader.orangel {
    border-top: 6px solid #eb6e08;
}
.loader.greenl {
    border-top: 6px solid #008232;
}
.app-body {
  min-height: 100%;
  margin-bottom: -120px; 
	padding: 3% 7%;
}
* {
    margin: 0;
}

input[type=text]:read-only,
input[type=date]:read-only,
textarea:disabled,
select:disabled
{
		background-color: #e9ecef;
		opacity: 1;
		color: #7D6D6D;
}
#saveFormNotAdmin {
    position: absolute;
    right: 0;
}
.app-body:after {
  content: "";
  display: block;
}
.page-footer{
	width: 100%;
	display: block;
}
.user-administration .form-wrap.form-builder .stage-wrap.empty::after {
    content: attr(data-newcontent) !important;
}
.user-administration .form-wrap.form-builder .stage-wrap{
	width: calc(100% - 5px);
}
.page-footer, .socailorgaFooter, .app-body:after {
  height: 120px; 
}
.app-footer {
  padding-bottom: 2em;
  color: #ddd;
	background: #2f353a;
	border-top: 3px solid #f49b00;
	display: block !important;
	padding-top: 15px !important;
	float: left;
	width: 100%;
}
#position:disabled {
	background: #eee;
}
.hinweis.zfragen{
	margin: 15px 0;
	display: block;
}

	.socailorgaFooter {
	width: 70%;
	display: block;
	margin-left: 16%;
	text-align: left;
}

#footer-first {

width: 21%;
float: left;
margin-right: 15%;
display: block;

}
.footer-widget-top {
    border-bottom: 1px solid #222;
    width: 100%;
    
}
.footer-widget-container {
	font-size: 11px;
    border-top: 1px solid #444;
    width: 100%;
}
#menu-footer {
    list-style: none;
    font-size: 11px;
    padding-left: 0;
    
}
.menu-item {
    padding: 4px;
    border-bottom: 1px solid #3c3c3c;
}
.menu-item a,
textwidget a {
    display: block;
    text-decoration: none !important;
    color: #ddd;
}
.menu-item a:hover {
    color: #fff;
}
#footer-second {

    width: 24%;
    float: left;
    margin-right: 15%;
    display: block;
}
#footer-third {
	width: 21%;
	float: left;
	margin-right: 1%;
	display: block;

}
.footer-widget-top h4 {
    font-size: 16px;
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    color: #fff;
}
.footer-bottom {

display: block;
height: 25px;
width: 100%;
background: #2f353a;
color: #ddd;

border-top: 1px solid #444;

float: left;
}
.FB-links {

    width: 29%;
    float: left;
    margin-right: 6%;

}
.FB-mitte {

    width: 29%;
    float: left;
    margin-right: 6%;

}
.FB-rechts {

    width: 29%;
    float: left;

}
.admin-fusszeile {

    display: block;
    width: 100%;
	height: 360px;
    margin-bottom: 45px;

}
.admin-fusszeile label {
	display: block;
	width: 30%;
	font-size: 15px;
	margin-bottom: .1rem !important;
}

.linkAsBtn{
	margin-bottom: 10px;
	color:  #e37f1f;
    cursor: pointer;
}

.linkAsBtn:hover{
	color:  #e37f1f;
}
.adminBtn{
	margin-top: 20px;
}
.spanOptions{
	float: none;
	min-height: 0;
	margin-left: 15px;
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.options .spalte{
	float: left;
	width: 32%;
	display: block;
	
}
.options{
	display: block;
	width: 100%;
	height: 300px;
}

.einsatz-weblink{
	font-weight: 700;
	color: #e37f1f;
	cursor: pointer;
	margin-bottom: 24px;
	display: block;
}

.stellenansicht{
 	margin-bottom: 50px;
}
.optionsbtn{
	margin-top: 10px;
}
.disabled{
	display: none !important;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
.enabled{
	display: block !important;
}
.right{
	float: right;

}
.modal-body{
	text-align: left;
}
/* .modal {
    top: 35% !important;
} */
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    width:inherit;
 max-width:inherit; 
    height:inherit;
    margin: 0 auto;
    pointer-events:all;
}
.elementsbereite {
    width: 30%;
}
.form-actions {
    margin-top: 20px;
}
#logout {
    float: right;
    margin-top: 34px;
}
#nav-profil .section_1{
	padding: 3rem 1.5rem;
		margin-bottom: 50px;
}
.radio label.error,
.checkbox label.error{
	float: right !important;
	position: unset !important; 
}
.controls label.error{
	border: none !important;
	font-weight: bold;
	color:red;
	padding: 2px 4px;
	margin-top: 2px;
	font-size: 15px;
	position: absolute;
	width: 260px;
	float: right;
}
.left-section {
    float: left;
    width: 30%;
}
.block_view.section_1,.block_view.section_2, .block_view.section_3, .block_view.section_4 {
    width: 100%;
    font-size: 14px;
    border: 1px solid #dee2e6;
	float: left;
	margin-bottom: 20px;
}
.block_view.section_5 {
    float: right;
    width: 69%;
    border: 1px solid #dee2e6;
}
.login-fenster {
	position: absolute;
	top: 30%;
	left: 40%;
	background:	#fff;
	width: 25%;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 0px 12px 0
	rgba(0,0,0,0.3);
	height: 329px;
}
.pin-fenster {
    position: absolute;
    top: 30%;
    left: 37%;
    background: #fff;
    width: 25%;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0px 12px 0 rgba(0,0,0,0.3);
    height: 215px;
}
.pinForm {
    padding: 58px 15px;
}
.pinForm input[type=text]{
    margin: 12px 0;
	text-align: center;
}
.pin_error{
	text-align: center;
	color: red;

}

.login-fenster legend{
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 2.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
	margin-top: 17px;
	text-align:center;
}
.login-fenster input[type="text"] ,
.login-fenster input[type="password"]{
    background-color: #f6f6f6;
	color:#0d0d0d;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5px;
	width: 85%;
	border: 2px solid #f6f6f6;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.login-fenster input[type="text"]:focus ,
.login-fenster input[type="password"]:focus{
	background-color:#fff;
	border-bottom: 2px solid #5fbae9;
}
.btn-login {
    width: 40%;
    padding: 10px;
}
.allgem-Einstellung span{
	font-size: 16px;
	margin-right: 16px;
	margin-bottom: 5px;
	display: block;
}
.allgem-Einstellung input,
.allgem-Einstellung textarea{
	margin-bottom: 10px;
}
.save-template {
    margin-left: 5px !important;
    border-radius: 5px !important;
}
.clear-all {
    border-radius: 5px !important;
}
.admin-fusszeile h5{
	font-size: 1.2rem;
}

.admin-kopfbereich .custom-file{
		width: 40%;
		margin-bottom: 20px !important;
		min-width: 252px;
}
.text-form {
    width: 57%;
}

.custom-file-label::after{
	content: "Durchsuchen" !important;
}
.einstellung-form{
	margin-bottom: 50px;
}
.adminTable{
	display: block;
	width: 100%;
	float: left;
}
.flextable{
	width: 100% !important;
	margin-top: 5px !important;
	box-shadow: 0 0 0 0 !important;
	background-color: #EFF7FC !important;
	margin-bottom: 15px !important;
	float: none;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #ffbc80; 
    box-shadow: 0 0 0 .2rem rgba(255, 131, 0, 0.25);
}
.custom-file-input {
    display: contents;
}
.formbuilder-file {
    position: relative;
}
.formbuilder-file-label {
    height: 55px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffbc80;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 131, 0, 0.25);
}
.trennlinie{
	width: 100%;
	border-bottom: 1px solid #e37f1f;
	margin-bottom: 20px;
}
.addUser{
	float: left;
}
#formBuilder0 {
    font-size: 14px;
}
.neuerBlock{
	text-align: left;
}
.fb-filterabstand{
	display: block;
	border-left: 2px solid #ddd;
	margin: 0px 10px;
	height: 33px;
}
.fb-filter {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
	position: relative;
}
#selectConfigElement {
    position: absolute;
    right: 0;
}
.dateDivAHK, .multiSelectDiv{
	display: none;
}
.flex-content{
	display: flex;
}
.verwaltung {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}
#nav-bewerbungen .backTo{
	display: none;
}
#nav-profil .admin{
	width: 40%;
}
.tab-pane{
	padding-top: 15px;
}
.addBlock{
	margin-bottom: 10px;
}
.headline.formgroup{
	background-color: transparent;
	padding: 0px !important;
}
div.elemente-bloecke div.section_1{
	padding: 0px !important;
}
.formgroup{
	margin-top: 10px;
}
.formgroup legend {
    background-color: #f49b00;
    width: 100%;
    text-align: left;
    font-size: 1.3rem;
    color: #fff;
    height: 72px;
    font-weight: 687;
    line-height: 3.5;
    padding: 0 25px;
    font-family: Arial;
    margin: 0 !important;
}
.nameUser{
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	margin-bottom: 30px;
}
.flextable tr th {
    padding: 10px !important;
	border: 1px solid #ddd !important;
	border-bottom: 2px solid !important;
}
.flextable tr td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
#tabsTable{
	background-color: #FFF !important;
}
.flextable a {
   color: #535353;
   font-size: 1.2rem;
}
#tabsTable a {
	margin-left: 5px;
	cursor: pointer;
	
}
.willk{
	float: left;
	text-align: center;
	width: 100%;
	padding: 110px;
}
.flextable tbody tr:hover{
	background: #fff7f3;
}
.tableResult tbody tr:hover{
	background: #fff7f3;
}
.error{
	border: 1px solid red !important;
}
span.error {
	border: 0px solid !important;
    color: red;
    font-size: 12px;
    margin-top: -1px;
    display: block;
}
.formbuilder-checkbox span.error,
.formbuilder-radio span.error  {
	border: 0px solid !important;
    color: red;
    margin-top: 0px;
    display: block;
	float: right;
}
.toggle-group label,
.toggle-group span{
padding: .35rem .4rem .25rem .4rem;
font-size: .875rem;
line-height: .5;
}
.toggle-on.btn-xs,
.toggle-off.btn-xs{
	padding-left: .4rem !important;
}

@media only screen and (max-width: 1190px) and (min-width: 760px){
	
	.socailorgaFooter {
	    width: 100%;
	    margin-left: 1%;
	}
}
@media only screen and (max-width: 600px) {

	.rendered-form input.form-control, .rendered-form select.form-control {
		width: auto !important;
		min-width: 100% !important;
	}

	#tabs{
		width: 100% !important;
	}
	.socailorgaFooter {
		width: 100%;
		margin-left: 1%;
	}
	#footer-first, #footer-second, #footer-third {
		width: 100%;
		float: left;
		margin-bottom: 4%;
	}
}
.form-wrap.form-builder .frmb {
    min-height: 200px !important;
}
.u-form {
    border-left: #ddd 8px double;
    margin-top: 8px;
}
.u-form .rendered-form {
    background: transparent;
    padding-top: 0;
}
#formBuilderUser .cb-wrap{
	display:none;
}
.rendered-form .custom-file-input {
    position: absolute;
}
.formbuilder-file {
    position: relative;
}
.form-group{
	margin-bottom: 0;
}
#absenden:disabled {
    color: #fff;
    background: #c6c6c6;
    border: 1px #fff solid;
}
.formbuilder-checkbox {
    position: relative !important;
    display: block !important;
    padding-left: 1.25rem !important;
}
.formbuilder-checkbox input[type="checkbox"]{
		position: absolute !important;
		margin-top: .3rem !important;
		margin-left: -1.25rem !important;
}
.neueAHKButtons .btn {
    display: flex;
	width: 100%;
    margin-bottom: 5px;
}
.neueAHKButtons span {
	display: block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
	.logo .logo_right img {
		margin: 30px 15% 0 0 ;
	}
	.logo .logo_left img {
		margin: 47px 0 0 15%;
	}
	.pin-fenster {
		left: 25%;
		width: 52%;
	}

}


@media only screen and (max-width: 600px) {
	.willk {
		padding: 0;
		margin-top: 40%;
	}
	.willk h2{
	font-size: 1.5rem;
	}
	#tabs legend {
		font-size: 1rem;
		height: 50px;
	}
	body {
		font-size: 0.8rem;
	}
	.logo img {
		float: none;
	}
	.pin-fenster {
		left: 10%;
		width: 80%;
	}
}
