/* Fonts */

/* Roboto regular */
@font-face {
  font-family: "Roboto";
  src: url("/Files/KnoellchenOnline2/Source/fonts/Roboto-Regular.eot");
  src: url("/Files/KnoellchenOnline2/Source/fonts/Roboto-Regular.eot?#iefix") format('embedded-opentype'),
    url("/Files/KnoellchenOnline2/Source/fonts/Roboto-Regular.woff2") format('woff2'),
    url("/Files/KnoellchenOnline2/Source/fonts/Roboto-Regular.woff") format('woff'),
    url("/Files/KnoellchenOnline2/Source/fonts/Roboto-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Roboto italic */
@font-face {
  font-family: "Roboto";
  src: url('/Files/KnoellchenOnline2/Source/fonts/Roboto-Italic.eot');
  src: url('/Files/KnoellchenOnline2/Source/fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
    url('/Files/KnoellchenOnline2/Source/fonts/Roboto-Italic.woff2') format('woff2'),
    url('/Files/KnoellchenOnline2/Source/fonts/Roboto-Italic.woff') format('woff'),
    url('/Files/KnoellchenOnline2/Source/fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Roboto bold */
@font-face {
  font-family: "Roboto";
  src: url('/Files/KnoellchenOnline2/Source/fonts/Roboto-Bold.eot');
  src: url('/Files/KnoellchenOnline2/Source/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('/Files/KnoellchenOnline2/Source/fonts/Roboto-Bold.woff2') format('woff2'),
    url('/Files/KnoellchenOnline2/Source/fonts/Roboto-Bold.woff') format('woff'),
    url('/Files/KnoellchenOnline2/Source/fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


/* Default ==> werden nicht bei Mandant-Layout übersrieben*/
/* gegebenenfalls werden doch überschrieben*/
body,
html {
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: auto;
  color: #3C4858;
  font-weight: 400;
  font-family: "Roboto";
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ct-chart-gesamt {
  width: 20px;
  height: 5px;
  background-color: #d70206;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.ct-chart-aufgerufen {
  width: 20px;
  height: 5px;
  background-color: #f05b4f;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.ct-chart-bezahlt {
  width: 20px;
  height: 5px;
  background-color: #f4c63d;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.main {
  position: relative;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  overflow: auto;
  /*
  background: url("/Files/KnoellchenOnline2/Source/img/LoginBackground1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

*/
  background-color: #fff;
  display: flex;


  flex-direction: column;


}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fast {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#data,
#dataFuerStatistik {

  border-radius: 30px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-header-image {
  cursor: pointer;
}

.card-header-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 11px;
  pointer-events: none;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

}

#ModalDialogBezahlSystem {
  max-width: 1000px !important;
}

.noScript {
  width: 700px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.title {
  margin-top: 0.625rem;
  font-size: 1.225rem;
  line-height: 1.5em;
  color: #3C4858;
  text-decoration: none;
  font-weight: 650;
  cursor: pointer;
}


.container-fluid {
  max-width: 1400px;
}

.description {
  font-size: 15px;
  color: #757575;
}

.modal-content {
  border-radius: 15px;
}

#content-inhalt {
  flex: 1 0 auto;
}

#content-footer {
  /* flex: 1 0 auto; */
  min-height: 60px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.space-100 {
  display: block;
  height: 100px;
}

.space-70 {
  display: block;
  height: 70px;
}

.space-50 {
  display: block;
  height: 50px;
}

.FallFoto {
  display: block;
  margin: auto;

  max-width: 100%;
  height: auto;
  border-radius: 10px;

  -webkit-box-shadow: 25px 25px 32px -17px rgba(52, 52, 52, 0.83);
  -moz-box-shadow: 25px 25px 32px -17px rgba(52, 52, 52, 0.83);
  box-shadow: 25px 25px 32px -17px rgba(52, 52, 52, 0.83);
}

.nice-select .option:hover {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(25, 93, 163, 0.4);
}

.nice-select .option {
  transition: all 250ms linear;
}

.rounded {
  border-radius: 1rem !important;
}

/* Input */

.input-group {
  position: relative;
  margin: 40px 0 20px;
}

*:focus {
  outline: 2px solid black !important;
  outline-offset: 4px;
  box-shadow: none !important;
}

*:focus:not(:focus-visible) {
  /** OnClick Outline weg*/
  outline: 0 !important;
  box-shadow: none !important;
}

input {
  font-size: 16px;
  padding: 10px 10px 5px 5px;
  display: block;
  width: 100%;
  color: #3C4858;
  border: none;
  border-bottom: 1px solid #999;
  background: none;
}

input:focus {
  outline: none !important;
  border-bottom: 0px solid #999;
}

label {
  color: #444;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
}

/* 
input:focus {
  border: none;
} */

.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

input:focus~.bar:before,
input:focus~.bar:after {
  width: 50%;
}

#ButtonLogOut {
  background-color: #fff;
  color: #212529 !important;
  /* wegen Safari */
  height: 42px;
}

#ButtonLogOut:hover {
  background-color: #f6f6f6 !important;
  border-color: #dbdbdb !important;
}

/* Input */
input:focus~label,
input:valid~label {
  top: -20px;
  font-size: 14px;
}

#content-logo {
  background-color: #fff;
  flex: 0 0 auto;
  font-size: 3.5rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

#content-top {
  box-shadow: 0 7px 7px 0 rgba(4, 6, 9, 0.32);
  z-index: 1;
  flex: 0 0 auto;
}


#LogInContainer {
  background: transparent;
  padding: 1rem;
  display: none;
}

#Hinweis2LogIn {
  margin-top: 20px;
  color: #343434;
  font-size: 0.8rem;
}

@media screen and (max-width: 650px) {

  #content-logo-knoellchen {
    font-size: 2.5rem;
  }
}

#Hinweis1LogIn {
  line-height: 1.5;
}


/** Neu nach unsafe-Inline*/
#datenschutz-div {
  margin: 5%
}

.height0 {
  height: 0px;
}



.flagge {
  width: auto;
  height: 20px;
  margin-right: 10px;
  margin-top: -3px;
}

.flaggeVAE {
  width: 20px;
  height: 13px;
  margin-right: 10px;
  margin-top: -3px;
}

/** Neu Barrierefreiheit**/
#h1Content {
  font-size: 1.7rem;
}

h2 {
  font-size: 1.2rem;
}

#TitelTatvorwurf,
.Modalheader {
  font-size: 1.4rem;
}

.modal-content h3 {
  font-size: 1.35rem;
}

.modal-content h4 {
  font-size: 1.3rem;
}

.modal-content h5 {
  font-size: 1.25rem;
}

.modal-content h6 {
  font-size: 1.2rem;
}

.list-inline {
  padding-inline-start: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.list-inline>li {
  display: inline;
  list-style-type: none;
}

.cursor_pointer {
  cursor: pointer !important;
}

/* Input */
.input_focused {
  top: -20px;
  font-size: 14px;
}

.input_not_focused {
  top: 10px;
  font-size: 16px;
}

a {
  font-weight: 600;
}

.labelSprache {
  color: #fff;
  position: inherit;
  margin-right: 14px;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: auto;
  margin-top: auto;
}

#content-footer img {
  border-radius: 3px;
}

#Hinweis1LogIn,
#Hinweis2LogIn,
#Konkretisierungen,
#Tatvorwurf,
#Tatvorwurf2,
#Tatvorwurf3,
#Rechtsgrundlage,
#LayoutFuss1,
#LayoutFuss2,
#LayoutFuss3 {
  white-space: pre-line;
}