.socialOrga_header {
  height: 100px;
  float: none;
  width: 100%;
  border-bottom: 1px solid #c8ced3;
  margin-top: 0px;
}

.headText {
  float: right;
  margin-right: 20%;
  font-size: 2.5em;
  margin-top: 1.6%;
  font-family: "copperplate gothic light";
}

.logoInHeader {
  margin-left: 2%;
  display: block;
  width: 30%;
  float: left;
}
#uploadHead {
  margin-top: 10px;
}

.freies textarea {
  width: 100%;
}
.textU {
  float: left;
  width: 100%;
}

.freies legend {
  padding: unset !important;
  font-size: 14px !important;
  text-decoration: underline;
}

.logoHeader {
  width: 70%;
  max-height: 141px;
}

.nav-item-headerlogo {
  display: none !important;
}
div#overlayloader,
div.overlayloader {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  width: 100%;
  height: 100%;
}
div#overlayloader img {
  position: absolute;
  top: 50%;
  left: 48%;
}
.displayNone {
  display: none;
}
.progress-bar {
  margin-top: 10px;
  height: 2px;
  background-color: #af71af !important;
}
.count {
  width: 100%;
  text-align: center;
  font-weight: 100;
  font-size: 3em;
  margin-top: 50px;
  color: #af71af;
}
.overlayLoading {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 66;
  width: 100%;
  height: 100%;
}
.OverlayWindow {
  position: absolute;
  height: 220px;
  width: 30%;
  padding: 10px;
  top: 38%;
  left: 38%;
  background: #fff;
  border: 1px solid #aaaaaa;
}
.sembuchenLink {
  float: right;
  margin-top: 9px;
  font-size: 14px !important;
}

.Ainfo label {
  float: left;
  width: 100%;
}

#circle {
  position: absolute;
  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;
}


/* .ui-widget {
	/**font-family: 'Oswald', sans-serif;
} */

.ui-widget-overlay {
  opacity: 0.3;
}
.aktiveButton {
  color: #fff;
  background-color: #0064cd !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#049cdb),
    to(#0064cd)
  ) !important;
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd) !important;
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #049cdb),
    color-stop(100%, #0064cd)
  ) !important;
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd) !important;
  background-image: -o-linear-gradient(top, #049cdb, #0064cd) !important;
  background-image: linear-gradient(top, #049cdb, #0064cd) !important;
}

.ui-widget-content a {
  color: #000;
}

.app-footer {
  display: block !important;
  padding-top: 15px !important;
}

a {
  cursor: pointer;
}

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: 25%;
}

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;
}

body,
html {
  margin: auto;
  height: auto;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif !important;

  font-family: Arial;
  font-size: 14px;
}

div.topheader {
  height: 165px;
  width: 1200px;
  margin-left: 0px;
  /*  background: url("../images/banner_bg2.gif") no-repeat top;*/
  background: #ffffff url("smoothness/images/ui-bg_flat_75_ffffff_40x100.png")
    repeat-x scroll 50% 50%;
  position: relative;
  -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);
  text-align: center;
  margin-left: 12%;
}

span.header {
  color: #000;
  display: block;
  /* font-family: "Oswald",sans-serif;*/
  font-size: 2.5em;
  font-weight: 700;
  position: relative;
  top: 45px;
  left: 45px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f0f3f5;
  border-bottom: 1px solid #c8ced3;
  font-size: 1.1rem;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #c8ced3;
  border-radius: 0.25rem;
  width: 100%;
}
.sd-buttons {
  margin-left: 8px;
  font-size: 18px;
}
.storno span {
  color: red;
}
.rebook span {
  color: green;
}
.main .container-fluid {
  /*     padding: 0 20px !important; */
}

div.content {
  display: block;
  height: auto;
  background-color: #e6e6e6;
  width: 85%;
  float: left;
  padding-right: 25px;
  padding-left: 25px;
  overflow: auto;
}

label {
  display: inline-block;
  margin-bottom: 1.5rem;
  width: 28%;
}

.button {
  background-color: #e6e6e6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0 2px 2px #8f969a, 0 1px 0 #8f969a, 0 2px 2px rgba(0, 0, 0, 0.4),
    0 2px 2px rgba(255, 255, 255, 0.2) inset,
    0 -2px 2px rgba(0, 0, 0, 0.2) inset;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  /*margin: 100px 250px;*/
  margin-bottom: px;
  padding: 7px 10px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
  width: 100% !important;
}

table.dataTable thead th,
table.dataTable thead td {
  /* padding: 12px 78px 16px 15px !important; */
  border-bottom: 1px solid #111;
}

.button:hover {
  box-shadow: 0 0px 0px #c0c0c0, 0 2px 0 #c0c0c0, 0 4px 4px rgba(0, 0, 0, 0.5),
    0 4px 0px rgba(255, 255, 255, 0.5) inset,
    0 -2px 0px rgba(0, 0, 0, 0.2) inset;
}
.button:active {
  box-shadow: 0 0px 0px #c0c0c0, 0 2px 0 #c0c0c0, 0 4px 4px rgba(0, 0, 0, 0.5),
    0 4px 0px rgba(255, 255, 255, 0.5) inset,
    0 -2px 0px rgba(0, 0, 0, 0.2) inset;
  top: 3px;
}
.button {
  /*  background-color: #8F969A;*/
  box-shadow: 0 2px 2px #8f969a, 0 1px 0 #8f969a, 0 2px 2px rgba(0, 0, 0, 0.4),
    0 2px 2px rgba(255, 255, 255, 0.2) inset,
    0 -2px 2px rgba(0, 0, 0, 0.2) inset;
}
.button:hover {
  box-shadow: 0 0px 0px #c0c0c0, 0 2px 0 #c0c0c0, 0 4px 4px rgba(0, 0, 0, 0.5),
    0 4px 0px rgba(255, 255, 255, 0.5) inset,
    0 -2px 0px rgba(0, 0, 0, 0.2) inset;
}
.button {
  border-radius: 6px 6px 6px 6px;
  margin-right: 10px;
}

a.right {
  float: right;
  margin-right: 20px;
}

div.Menu {
  padding-left: 20px;
}

fieldset.fs_pdaten,
fieldset.fs_einsatzstelle,
fieldset.fs_dienstangaben,
fieldset.fs_Pflichttage {
  border: 1px solid #a2a2a2 !important;
}

fieldset.fs_action {
  border: 0px solid black !important;
}

div.kontaktoverlay div {
  float: right;
  width: 40%;
  margin-right: 25%;
  background: #d9d9d9;
}

fieldset.fs_welcome {
  width: 97%;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 12px;
  float: left;
  padding: 10px;
}

table th {
  color: #0c65ff !important;
}

fieldset.fs_pdaten,
fieldset.fs_dienstangaben {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  width: 45%;
  float: left;
  min-height: 390px;
  padding: 10px;
  margin-right: 10px;
}

.icon {
  padding-right: 2px;
  padding-left: 2px;
}

.logoutText {
  margin: 12px 0px 0px 0px;
}

table.dataTable.no-footer {
  border: 1px solid #c0cadd;
}

p.navText {
  text-align: center;
  font-size: 1.15em;
}

.divider {
  height: 1px;
  margin: 15px 0px 2em 0px;
  overflow: hidden;
  background-color: #8a8a8a;
  border-bottom: 1px solid #4d4d4d;
}
fieldset.zk_fs_dienstangaben label,
fieldset.zk_fs_Pflichttage label,
fieldset.zk_fs_zeitkonto label {
  width: 75% !important;
}

fieldset.zk_fs_dienstangaben {
  width: 30%;
  margin-left: 10px;
  font-size: 14px;
  float: left;
  min-height: 20em;
  padding: 10px;
  border: 1px solid #a2a2a2;
}
fieldset.zk_fs_Pflichttage {
  width: 30%;
  margin-left: 10px;
  font-size: 14px;
  float: left;
  padding: 10px;
  min-height: 20em;
  border: 1px solid #a2a2a2;
}
fieldset.zk_fs_Pflichttage span {
  float: right;
  margin-right: 30px;
}

fieldset.zk_fs_zeitkonto {
  width: 32%;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 14px;
  float: left;
  padding: 10px;
  min-height: 20em;
  border: 1px solid #a2a2a2;
}
fieldset.zk_fs_zeitkonto span {
  float: right;
  margin-right: 30px;
}

legend {
  display: block !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin-bottom: 0.5rem !important;
  font-size: 1.2rem !important;
  line-height: inherit !important;
  color: inherit !important;
  white-space: normal !important;

  padding: 0px 5px 0px 5px !important;
  width: auto !important;
}

fieldset.fs_einsatzstelle {
  font-size: 14px;
  width: 45%;
  float: left;
  margin-top: 10px;
  margin-right: 2%;
  padding: 10px;
  min-height: 390px;
}

fieldset.fs_dienstangaben {
  width: 46%;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 14px;
  float: left;
  min-height: 20em;
  padding: 10px;
}
fieldset.fs_Pflichttage {
  width: 48%;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 14px;
  float: left;
  padding: 10px;
  min-height: 20em;
}

.dAngaben_row {
  display: flow-root;
}
.pTage_row {
  display: flow-root;
}
.zKonto_row {
  display: flow-root;
}
/* fieldset.fs_Pflichttage span { */
/* 	float:right; */
/* 	margin-right:30px; */
/* } */

fieldset.fs_zeitkonto {
  width: 32%;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 14px;
  float: left;
  padding: 10px;
  min-height: 20em;
  border: 1px solid #a2a2a2;
}
/* fieldset.fs_zeitkonto span { */
/* 	float:right; */
/* 	margin-right:30px; */
/* } */

fieldset.fs_seminarkonto {
  width: 1156px;
  height: 420px;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 14px;
}

.dataTables_filter label,
.dataTables_length label {
  width: 100% !important;
}

fieldset.fs_zeitkonto label {
  width: 60% !important;
}

fieldset.fs_Pflichttage label {
  width: 67% !important;
}

.fs_dienstangaben label {
  width: 66% !important;
}
.content fieldset label {
  width: 50%;
}

img#ibalogo.ibalogo {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  position: relative;
}

div.footer {
  padding: 10px;
  color: #000;
  margin-left: 12%;
  background-color: #fff;
}

span.status {
  float: right;
}

.fs_seminarkonto span.hinweis {
  float: right;
}

fieldset.fs_seminarkonto {
  width: 97%;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 14px;
}
fieldset.fs_Angebotsdaten {
  height: auto;
  min-height: 420px;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 13px;
  margin-right: 15px;
}

.card {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 10px !important;
}

td.center {
  text-align: center;
}

fieldset.fs_Seminarinhalt {
  font-size: 14px;
  width: 95%;
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
}

fieldset.fs_Abuttons {
  height: 189px;
}

div.Ainfo span {
  width: 60%;
  float: left;
}

div.Ainfo {
  border: 1px solid #aaa;
  float: left;
  font-size: 14px;
  text-align: left;
  width: 60%;
  display: block;
  padding: 10px;
  margin: 0 10px 18px 0;
  min-height: 143px;
}
.dataTables_wrapper .dataTables_filter input {
  width: 147px;
}

div.Ainfo2 {
  border: 1px solid #aaa;
  float: left;
  font-size: 14px;
  width: 38%;
  padding: 8px;
}

div.Ainfo2 label {
  width: 50% !important;
}
div#angebot_details.ui-dialog-content.ui-widget-content div.hinweis {
  left: 35%;
  position: relative;
  color: red;
  top: 0;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}
.Ainfo_row {
  display: flow-root;
  margin-bottom: -3px;
}
.hide-menu {
  width: 200px !important;
}

.Abuttons {
  /* 	-moz-box-shadow:inset 0px 0px 3px -3px #efefef; */
  /* 	-webkit-box-shadow:inset 0px 0px 3px -3px #efefef; */
  /* 	box-shadow:inset 0px 0px 3px -3px #efefef; */
  /* 	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c0c0c0), color-stop(1, #efefef)); */
  /* 	background:-moz-linear-gradient(top, #c0c0c0 5%, #efefef 100%); */
  /* 	background:-webkit-linear-gradient(top, #c0c0c0 5%, #efefef 100%); */
  /* 	background:-o-linear-gradient(top, #c0c0c0 5%, #efefef 100%); */
  /* 	background:-ms-linear-gradient(top, #c0c0c0 5%, #efefef 100%); */
  /* 	background:linear-gradient(to bottom, #c0c0c0 5%, #efefef 100%); */
  /* 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#efefef',GradientType=0); */
  /* 	background-color:#7498bd; */
  /* 	-moz-border-radius:3px; */
  /* 	-webkit-border-radius:3px; */
  /* 	border-radius:3px; */
  /* 	border:1px solid #2f4363; */
  /* 	display:block; */
  /* 	cursor:pointer; */
  /* 	color:#000; */
  text-decoration: none;
  text-shadow: 0px 0px 4px #c0c0c0;
  float: left;
  text-align: center;
  text-decoration: none;
  height: 30px;
  padding: 5px;
  width: 15%;
  margin-left: 10px;
  margin-bottom: 5px;
}
.Abuttons:hover {
  text-decoration: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #efefef),
    color-stop(1, #c0c0c0)
  );
  background: -moz-linear-gradient(top, #efefef 5%, #c0c0c0 100%);
  background: -webkit-linear-gradient(top, #efefef 5%, #c0c0c0 100%);
  background: -o-linear-gradient(top, #efefef 5%, #c0c0c0 100%);
  background: -ms-linear-gradient(top, #efefef 5%, #c0c0c0 100%);
  background: linear-gradient(to bottom, #efefef 5%, #c0c0c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#c0c0c0',GradientType=0);
  background-color: #c0c0c0;
}
.Abuttons:active {
  position: relative;
  top: 1px;
}

.dataTables_scroll {
  overflow: auto;
}
.seminartable {
  overflow-x: auto !important;
}
#map_overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
}

#map {
  height: 500px;
  width: 100%;
  margin-top: 10px;
  margin: 0px auto;
  z-index: 1000;
  display: none;
  top: 10px;
}

div.fs_Abuttons {
  margin-bottom: 5px;
  margin-top: 5px;
}

.text {
  width: 70%;
}

fieldset.freies {
  font-size: 14px;
}
fieldset.freies select {
  display: inline-block;
  padding: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#freiesSeminar #datum_von,
#freiesSeminar #datum_bis {
  width: 22.2%;
}

.freiL {
  width: 48%;
  float: left;
}

.freiR {
  width: 48%;
  float: left;
  margin-left: 4%;
}
#freiesSeminar #ort {
  width: 38.5%;
}
.mein_fSeminar #datum_von,
.mein_fSeminar #datum_bis {
  width: 22%;
}
.mein_fSeminar #ort {
  width: 38.5%;
}
.freies input {
  margin-top: 2px;
}

#freiesSeminar {
  display: block;
  float: left;
}

fieldset.freies label {
  float: left;
  width: 49%;
}

div#dialog-message.freies.ui-dialog-content.ui-widget-content h1 {
  font-size: 1em;
}

.max {
  width: 100%;
  height: 80px;
}

.large {
  width: 50%;
}
.medium {
  width: 36.75%;
}
.small {
  width: 20.9%;
}
.tiny {
  width: 10.8%;
}
#beschreibung-error {
  position: unset;
}
.redstar {
  color: red;
}

label.error {
  background-color: #ffff8e;
  border: 1px solid red;
  padding: 0px 5px;
  position: absolute;
  width: 151px !important;
  font-size: 10px;
  margin-top: 7px;
}

#dialog-confirm-2,
#dialog-confirm {
  display: none;
}

div.text2 {
  margin-left: 10px;
  margin-top: 50px;
}

div.text2 div {
  width: 100%;
  float: left;
}

#printcontent div.head {
  min-height: 300px;
  width: 100%;
}

#printcontent div.spalte1 {
  width: 100%;
  float: left;
  margin-right: 15%;
}

#printcontent div.spalte2 {
  float: left;
  width: 100%;
  margin-right: 2%;
}

#printcontent div.spalte3 {
  float: left;
  width: 35%;
}

.printuebersicht label {
  width: 50%;
  font-size: 13px;
}

#printcontent div.footer {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #000;
  padding: 10px;
}

.kontaktoverlay label {
  width: 34%;
  border-bottom: 1px #aaa dotted;
}
a.ausgebucht {
  text-align: center;
}
span.center {
  margin-left: 22px;
}
span.left {
  float: left;
}
a.ausgebucht {
  display: block;
  margin-left: 10px;
}
div.print {
  padding: 10px;
  background: none;
}
div.head div.Headline {
  font-weight: bold;
}
div#printcontent div.footer label,
div#printcontent div.head label {
  /* 	font-weight:bold; */
  font-size: 13px;
}

/* div#printcontent table#seminartable.display { */
/* 	border:1px solid black; */
/* 	padding: 5px; */
/* } */

.bold {
  font-weight: bold;
}
table.print th {
  text-align: left;
}
div.footer div.unterschrift {
  float: left;
  padding-left: 43px;
  width: 45%;
}
div.footer div.saldodiv {
  width: 50%;
  float: left;
  text-align: right;
}

div.footer div.saldodiv div {
  padding-right: 35px;
}

div#printcontent.ui-dialog-content.ui-widget-content div.head div.spalte1 div,
div#printcontent.ui-dialog-content.ui-widget-content div.head div.spalte2 div,
div#printcontent.ui-dialog-content.ui-widget-content div.head div.spalte3 div {
  float: right;
}
.border_spalten {
  border: 1px solid #a2a2a2;
  float: left;
  width: 42%;
  padding: 10px;
  height: 271px;
  margin-left: 10px;
  margin-bottom: 10px;
}

div.regionalbereich {
  float: right;
  margin-bottom: 2px;
}

div.seminarfilter {
  float: left;
  margin-bottom: 2px;
}

div.regionalbereich select {
  height: 21px;
  width: 147px;
}
a.right,
span.right {
  float: right !important;
}

textarea.configsetting {
  margin: 10px;
  width: 95%;
  height: 800px;
  float: left;
}
label.password {
  width: 30%;
  display: block;
  float: left;
}
span.passwordnotice {
  color: red;
  display: block;
  width: 100%;
  margin: 10px;
  display: hidden;
}
.printuebersicht {
  font-size: 14px;
  width: 100%;
}
.spalte1 div,
.spalte2 div {
  display: block;
  width: 49%;
  float: right;
  font-size: 13px;
}
.print_footer .saldodiv div {
  display: block;
  width: 40%;
  float: right;
  font-size: 13px;
}

.buttonblue {
  color: #ffffff !important;
  background-color: #0064cd !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#049cdb),
    to(#0064cd)
  ) !important;
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd) !important;
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #049cdb),
    color-stop(100%, #0064cd)
  ) !important;
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd) !important;
  background-image: -o-linear-gradient(top, #049cdb, #0064cd) !important;
  background-image: linear-gradient(top, #049cdb, #0064cd) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0) !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  border-color: #0064cd #0064cd #003f81 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
}

.saldodiv {
  width: 29%;
  margin-bottom: 30px;
}
#ausdruck {
  font-size: 20px;
  width: 47px;
  float: right;
  height: 43px;
}
#buchungclose {
  float: right;
  margin-top: 37px;
}
#buchungcloseAG {
  float: right;
  margin-top: 37px;
}
#buchungcloseSD {
  float: right;
  margin-top: 37px;
}
.fs_DButtons {
  width: 90%;
  float: left;
}
.sidebar a {
  display: block;
  transition: 0.3s;
}
.unterschrift label {
  width: 48%;
}
#logButtons {
  width: 128px;
  float: right;
}
.navbar-brand-full {
  width: inherit;
}
.welcome_text {
  font-size: 14px;
}
html .sidebar {
  margin-left: auto !important;
}
.ui-dialog {
  z-index: 2147483647 !important;
}
p.navText {
  font-family: arial !important;
}
.fa-envelope-o {
  margin-right: 10px;
}
#kontaktcontent {
  font-size: 14px;
}

.card.mein-fseminar,
.card-header.mein-fseminar,
.card-body.mein-fseminar,
.card.fseminar,
.card-header.fseminar,
.card-body.fseminar,
.card.kontakt,
.card-header.kontakt,
.card-body.kontakt,
.card.ange_details,
.card-header.ange_details,
.card-body.ange_details {
  display: none;
}

.menuLogout {
  display: none;
}
.angebottable thead tr th,
.seminartable thead tr th {
  border-right: #8f969a 1px solid;
}
.angebottable tbody tr td,
.seminartable tbody tr td {
  border-right: #8f969a 1px solid;
  border-bottom: #8f969a 1px solid;
}
.angebottable tbody .odd,
.seminartable tbody .odd {
  background-color: #f9f9f9;
}
.angebottable tbody tr:hover,
.seminartable tbody tr:hover {
  background-color: #eaeaea;
}
.dataTables_length select {
  float: right !important;
}
@media only screen and (max-width: 480px) and (min-width: 1px) {
  #Route,
  #Buchen,
  #buchungclose,
  #buchungcloseAG,
  #buchungcloseSD,
  #fs_seminarClose,
  #fs_seminarBuchen,
  .Abuttons {
    width: 100% !important;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .fseminar_buttons {
    width: 100%;
  }
  .Ainfo_row_label {
    width: 45% !important;
  }
  .freies #plz {
    width: 15% !important;
  }
  .freies #ort {
    width: 34% !important;
  }
  #freiesSeminar #datum_von,
  #freiesSeminar #datum_bis {
    width: 21%;
  }
}

/* for smartphone */
@media only screen and (max-width: 1000px) and (min-width: 1px) {
  .CLeditFooter1,
  .CLeditFooter2,
  .CLeditFooter3 {
    width: 100% !important;
    float: none !important;
    margin-left: 0% !important;
  }
}
@media only screen and (max-width: 719px) and (min-width: 1px) {
  .card.editWText {
    height: 410px !important;
  }
  #saveWelcText {
    margin-top: -1% !important;
  }

  #WelcHeader {
    width: 100% !important;
  }
  #firma,
  #Fstrasse,
  #plzort,
  #fon,
  #fax,
  #kMail,
  #DS,
  #Impressum,
  #eKontakt {
    width: 100% !important;
  }

  div#overlayloader img {
    position: absolute;
    top: 50%;
    left: 45%;
  }

  .text2hinweis {
    font-size: 10px;
  }
  div.regionalbereich {
    float: none;
  }
  #regbereich {
    width: 100%;
  }
  fieldset.fs_Angebotsdaten {
    font-size: 10px;
  }

  #kontaktcontent {
    font-size: 10px;
  }

  fieldset.fs_seminarkonto {
    font-size: 10px;
  }
  table.dataTable,
  table.dataTable th,
  table.dataTable td {
    font-size: 10px !important;
  }

  .socialOrga_header {
    display: none !important;
  }
  .logoInHeader {
    display: none !important;
  }
  .logoHeader {
    display: none !important;
  }
  .spruchHeader {
    display: none !important;
  }
  .nav-item-headerlogo {
    display: block !important;
  }
  .navbar-brand-full {
    margin-top: 8px;
  }
  .footer-bottom {
    font-size: 7px !important;
  }
  .count {
    font-size: 1.5em !important;
    margin-top: 20px !important;
  }
  .OverlayWindow {
    height: 107px !important;
    width: 70% !important;
    left: 15% !important;
  }

  fieldset.fs_pdaten {
    width: 100% !important;
    font-size: 10px;
    margin: 0 0 10px 0;
  }
  fieldset.fs_einsatzstelle {
    width: 100% !important;
    font-size: 10px;
    margin: 0px;
  }
  .nav li.px-3:nth-child(1) {
    position: absolute;
    right: 0;
  }
  .nav li.px-3:nth-child(2) {
    float: left;
  }
  .sidebar {
    z-index: 2147483645 !important;
    position: fixed;
    top: 43px;
    left: 0;
    bottom: 0;
    height: auto;
  }

  .app-header {
    z-index: 2147483647 !important;
    background-color: #333;
    position: fixed !important;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .app-footer {
    font-size: 8px;
  }
  .divider {
    margin-bottom: 20px;
  }
  #content {
    margin-top: 43px;
  }
  #logButtons {
    position: absolute;
    left: 10px;
  }

  #logButtons #logout {
    display: none;
  }
  #loginDialog {
    width: 100%;
  }
  #AbbruchDialog {
    width: 109px;
    margin-right: 0;
  }
  .card.welcome_text {
    height: auto !important;
  }
  fieldset.fs_dienstangaben,
  fieldset.fs_Pflichttage {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 10px;
  }
  #dialog-passwordchange label,
  #dialog-passwordchange input {
    width: 100%;
  }
  .card.mein-fseminar,
  .card-header.mein-fseminar,
  .card-body.mein-fseminar,
  .card.fseminar,
  .card-header.fseminar,
  .card-body.fseminar,
  .card.kontakt,
  .card-header.kontakt,
  .card-body.kontakt,
  .card.ange_details,
  .card-header.ange_details,
  .card-body.ange_details {
    display: block;
  }

  .menuLogout {
    display: block;
  }
  #ausdruck {
    font-size: 20px;
    width: 100%;
    float: right;
    height: 43px;
  }
  .border_spalten {
    border: 1px solid #d5d5d5;
    float: left;
    padding: 18px;
    height: 230px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 10px !important;
  }
  legend {
    font-size: 1rem !important;
    line-height: inherit !important;
    color: inherit !important;
    white-space: normal !important;
  }
  .spalte1 div,
  .spalte2 div {
    display: block;
    width: 49%;
    float: right;
    font-size: 10px !important;
  }
  .printuebersicht label {
    width: 50%;
    font-size: 10px !important;
  }
  div#printcontent div.footer label,
  div#printcontent div.head label {
    /* font-weight: bold; */
    font-size: 10px;
  }
  .print_footer .saldodiv div {
    display: block;
    width: 40%;
    float: right;
    font-size: 10px;
  }
  .saldodiv {
    width: 100%;
    margin-bottom: 30px;
  }
  .unterschrift label {
    width: 100%;
  }
  div.regionalbereich select {
    height: 21px;
    width: 130px;
  }
  .dataTables_length {
    text-align: unset !important;
  }
  div.Ainfo {
    float: left;
    font-size: 10px;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 14px;
  }
  div.Ainfo2 {
    float: left;
    font-size: 10px;
    width: 100%;
  }
  div.Ainfo span,
  div.Ainfo2 span {
    float: right !important;
    width: 50% !important;
  }
  fieldset.fs_Seminarinhalt {
    font-size: 10px;
    width: 100%;
    height: auto;
    margin-left: 0;
    border: 1px solid #aaa;
    margin-bottom: 10px;
    padding: 10px;
  }
  .Abuttons {
    width: 100%;
  }

  #Route {
    display: none !important;
  }
  .card.ange_details {
    height: 100%;
  }

  fieldset.zk_fs_dienstangaben label,
  fieldset.zk_fs_Pflichttage label,
  fieldset.zk_fs_zeitkonto label {
    width: 65% !important;
  }

  fieldset.zk_fs_dienstangaben,
  fieldset.zk_fs_Pflichttage,
  fieldset.zk_fs_zeitkonto {
    width: 100%;
    margin-left: 0px;
    font-size: 10px;
    float: none;
  }
}

/* for Tablet/ Ipad */
@media only screen and (max-width: 1225px) and (min-width: 720px) {
  div#overlayloader img {
    position: absolute;
    top: 50%;
    left: 45%;
  }
  #firma,
  #Fstrasse,
  #plzort,
  #fon,
  #fax,
  #kMail,
  #DS,
  #Impressum,
  #eKontakt {
    width: 100% !important;
  }
  .card.editWText {
    height: 410px !important;
  }
  #saveWelcText {
    margin-top: -1% !important;
  }

  table.dataTable,
  table.dataTable th,
  table.dataTable td {
    font-size: 13px !important;
  }

  .progress-bar {
    margin-top: 10px;
    height: 2px;
    background-color: #af71af !important;
  }
  .count {
    font-size: 2em !important;
    margin-top: 29px !important;
  }
  .OverlayWindow {
    height: 138px !important;
    width: 40% !important;
    left: 32% !important;
  }
  .saldodiv {
    width: 50%;
  }

  .socialOrga_header {
    display: none !important;
  }
  .logoInHeader {
    display: none !important;
  }
  .logoHeader {
    display: none !important;
  }
  .spruchHeader {
    display: none !important;
  }
  .nav-item-headerlogo {
    display: block !important;
  }
  .app-header .navbar-brand {
    height: 44px !important;
    display: block;
  }
  .navbar-brand-full {
    margin-top: 3px;
  }

  fieldset.fs_einsatzstelle,
  fieldset.fs_pdaten,
  fieldset.fs_Pflichttage {
    font-size: 12px;
  }

  fieldset.zk_fs_dienstangaben {
    margin-left: 0px;
    width: 43%;
    margin-right: 10px;
    font-size: 12px;
    float: left;
    min-height: 21em;
  }

  fieldset.zk_fs_Pflichttage {
    width: 55%;
    margin-left: 0;
    font-size: 12px;
    float: none;
  }

  fieldset.zk_fs_zeitkonto {
    width: 99%;
    margin-top: 0px;
    margin-left: 0;
    font-size: 12px;
    float: none;
    min-height: 16em;
  }

  fieldset.zk_fs_dienstangaben label,
  fieldset.zk_fs_Pflichttage label,
  fieldset.zk_fs_zeitkonto label {
    width: 60% !important;
  }

  /* 	.sidebar{ */
  /* 		z-index: 2147483645 !important; */
  /* 		position: fixed; */
  /* 		top:43px; */
  /* 		left:0; */
  /* 		bottom: 0; */
  /* 		height: auto; */
  /* 	} */

  .app-header {
    z-index: 2147483647 !important;
    background-color: #333;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #content {
    margin-top: 10px;
  }
  fieldset.fs_dienstangaben {
    height: 21.1em !important;
    font-size: 12px;
  }
  .card.ange_details,
  .card-header.ange_details,
  .card-body.ange_details {
    display: block;
  }

  .disabled {
    display: none !important;
  }
  .acitive {
    display: block !important;
  }

  table.dataTable tbody tr.selected1 {
    background-color: #e3effc !important;
  }
}
/* for laptop with small screen */
@media only screen and (max-width: 1280px) and (min-width: 1225px) {
  #firma,
  #Fstrasse,
  #plzort,
  #fon,
  #fax,
  #kMail,
  #DS,
  #Impressum,
  #eKontakt {
    width: 100% !important;
  }

  fieldset.zk_fs_dienstangaben {
    width: 31%;
    margin-right: 1%;
    margin-left: 0;
    font-size: 14px;
    float: left;
    min-height: 20em;
  }
  fieldset.zk_fs_Pflichttage {
    width: 32%;
    margin-right: 1%;
    margin-left: 0;
    font-size: 14px;
    float: left;
    min-height: 20em;
  }
  fieldset.zk_fs_zeitkonto {
    width: 32%;
    margin-top: 0px;
    margin-left: 0;
    font-size: 14px;
    float: none;
    min-height: 20em;
  }
}

@media only screen and (max-width: 1715px) and (min-width: 1225px) {
  fieldset.zk_fs_dienstangaben label {
    width: 40% !important;
  }
}
fieldset.zk_fs_dienstangaben span {
  float: right;
  margin-right: 30px;
}

@media only screen and (max-width: 1450px) and (min-width: 1px) {
}
.angebottable-ID {
  width: 50px !important;
}
.sidebar-widget {
  width: 100%;
  height: 100%;
  z-index: 9999999 !important;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.disabled {
  display: none !important;
}
.acitive {
  display: block !important;
}
.socailorgaFooter {
  width: 70%;
  display: block;
  height: 120px;
  margin-left: 16%;
}

#footer-first {
  width: 21%;
  float: left;
  margin-right: 15%;
  display: block;
}
.footer-widget-top {
  border-bottom: 1px solid #222;
}
.footer-widget-container {
  font-size: 11px;
  border-top: 1px solid #444;
}
#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: 21%;
  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;
  padding: 2px 10px 0px 10px;
  border-top: 1px solid #444;
  font-size: 11px;
}
.MenuBezeichnung {
  font-weight: 600;
  color: #808080;
  display: block;
  float: left;
  margin-top: 5%;
  margin-left: 10%;
}

.MenuBezeichnung:hover {
  color: #000;
}

@media only screen and (max-width: 1190px) and (min-width: 760px) {
  .socailorgaFooter {
    width: 100%;
    margin-left: 1%;
  }
}
@media only screen and (max-width: 759px) and (min-width: 300px) {
  .socailorgaFooter {
    width: 100%;
    margin-left: 1%;
  }
  #footer-first {
    width: 99%;
    float: none;
    margin-bottom: 4%;
  }
  #footer-second {
    width: 99%;
    float: none;
    margin-bottom: 4%;
  }
  #footer-third {
    width: 99%;
    float: left;
    margin-bottom: 4%;
  }
}

@media only screen and (max-width: 800px) and (min-width: 1px) {
  .card.mein-fseminar,
  .card-header.mein-fseminar,
  .card-body.mein-fseminar,
  .card.fseminar,
  .card-header.fseminar,
  .card-body.fseminar,
  .card.kontakt,
  .card-header.kontakt,
  .card-body.kontakt,
  .card.ange_details,
  .card-header.ange_details,
  .card-body.ange_details {
    display: block !important;
  }
  .freies input {
    font-size: 10px !important;
    height: 23px !important;
  }
  .freies h1 {
    font-size: 1.188rem;
  }
  .freies {
    font-size: 10px !important;
  }
  div.Ainfo2,
  div.Ainfo {
    width: 100%;
  }
  .Ainfo_row_label {
    width: 30%;
  }
  div.Ainfo span,
  div.Ainfo2 span {
    float: right !important;
    width: 50% !important;
  }
  .Abuttons {
    width: 122px;
  }
  .sembuchenLink {
    margin-top: -5px;
  }
  .ui-dialog-buttonset {
    display: flow-root;
  }
  .hinweis {
    display: flow-root;
  }
  .fseminar_buttons {
    display: block !important;
    float: right;
    margin-top: 10px;
  }
  #fs_seminarBuchen {
    float: right;
  }
}

.fseminar_buttons {
  display: none;
}

/* T858 Texte in Tabellen linksbündig */
#angebottable tr td:last-of-type {
  text-align: left;
}

/* T862 Asterisk(redstar) entfernt, allen Pflichtfeldern Klassen hinzugefügt */
.pflichtfeld {
  font-weight: 700;
}

.pflichtfeld::after {
  content: "*";
  margin-left: 0.25rem;
}

#seminartable:not(.print) .nicht-buchbar td {
  /*border-top: 1px solid red !important;*/
  /*border-bottom: 1px solid red !important;*/
  /*background-color: rgba(255, 0, 0, 0.2) !important;*/
}
#seminartable:not(.print) .nicht-buchbar td:first-of-type {
  /*border-left: 1px solid red !important;*/
}
#seminartable:not(.print) .nicht-buchbar td:last-of-type {
  /*border-right: 1px solid red !important;*/
}

.ui-widget-overlay {
  position: fixed !important;
}
