/* ======= main ======= */

body {
  background-color: #f6f6f6;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 100px;
}

body>.container {
  padding: 100px 15px 0;
}

a {
  color: #333;
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #de3e96;
  text-decoration: underline;
}

/* ======= typo ======= */

.page-header {
  border-bottom: 1px solid #e2e2e2;
  height: 60px;
  margin: 30px 0 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

/* ======= navigation ======= */

nav.navbar {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 90px;
}

nav.navbar.small {
  height: 60px;
}

.navbar-default {
  background-color: #ffffff;
  border: 0px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.navbar-brand {
  padding-top: 16px;
  position: absolute;
  z-index: 10;
}

.small .navbar-brand {
  padding-top: 7px;
  position: absolute;
  z-index: 10;
}

.navbar-brand img {
  height: 60px;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.small .navbar-brand img {
  height: 45px;
}

i.far.fa-bars.menu {
  font-size: 2.8rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav.small i.far.fa-bars.menu {
  font-size: 2.3rem;
}

.navbar-default .navbar-nav>li>a {
  color: #0e0e0e;
  padding-top: 32px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-default.small .navbar-nav>li>a {
  padding-top: 18px;
}

.navbar-default .navbar-nav>li.language>a {
  padding-top: 35px;
}

.navbar-default.small .navbar-nav>li.language>a {
  padding-top: 20px;
  font-size: 14px;
}

.dropdown-menu.language {
  padding: 0px 0;
  min-width: 80px;
}

.navbar a,
a.card-link {
  text-decoration: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: transparent;
}

nav .dropdown-menu>li>a {
  font-size: 1.45rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

nav .dropdown-menu {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border: 1px solid #b9b9b9 !important;
}

/*nav .dropdown-menu:after {
  position: absolute;
  right: 5px;
  transform: translateX(-50%);
  top: -10px;
  width: 0;
  height: 0;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #b9b9b9;
}*/

nav .dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #333;
  background-color: #ececec;
}

.navbar.testphase {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-top: 35px;
  transition: all 0.4s ease;
}

.navbar.testphase i,
.navbar.testphase b {
  color: #eb44a0;
}

.navbar.testphase .note {
  display: inline !important;
  color: #eb44a0;
}

.navbar.small .testphase {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
  font-size: 14px;
  transition: all 0.4s ease;
}


/* ======= helper ======= */

.left {
  float: left;
}

.right {
  float: right;
  text-align: right;
}

.inline-flex {
  display: inline-flex;
}


.grey {
  color: #9e9e9e;
}

.pointer {
  cursor: pointer;
}

.bg-danger,
.bg-warning,
.bg-success {
  border-radius: 4px;
  padding: 1.5rem;
}

.lightBold {
  font-weight: 500;
}


/* margin 0 */
.mx-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

/* margin 0.5rem */
.mt-0-5 {
  margin-top: 0.5rem;
}

.mr-0-5 {
  margin-right: 0.5rem;
}

.ml-0-5 {
  margin-left: 0.5rem;
}

.mb-0-5 {
  margin-bottom: 0.5rem;
}

/* margin 1rem */
.mt-1 {
  margin-top: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

/* margin 2rem */
.mt-2 {
  margin-top: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

/* margin 3rem */
.mt-3 {
  margin-top: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pr-0-5 {
  padding-right: 0.5rem;
}

.pl-0-5 {
  padding-left: 0.5rem;
}

/* ======= forms ======= */

.form-control {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
}

.form-control:focus {
  border-color: #505050;
  outline: 0;
  box-shadow: none;
  /*box-shadow: 0 0 4px #757575;*/
}

select.form-control.sortAssignment,
select.form-control.sortProjects {
  max-width: 150px;
}

/* ======= buttons ======= */

.btn {
  padding: 7px 15px;
  border-radius: 4px;
}

.btn-standard {
  color: #000000;
  background-color: #fff;
  border-color: #505050;
  /*color: white;
  background-color: #dc3d95;
    border-color: #c13985;*/
}

.btn-standard.active,
.btn-standard:active,
.open>.dropdown-toggle.btn-standard,
.btn-standard:hover,
.btn-standard:focus,
.btn-standard:active:focus {
  color: #000000;
  background-color: #f0f0f0;
  border-color: #505050;
  outline: 0px !important;
  box-shadow: none !important;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
  outline: 0px !important;
  box-shadow: none !important;
  background-color: #f0f0f0;
}

.btn-standard.disabled.focus,
.btn-standard.disabled:focus,
.btn-standard.disabled:hover,
.btn-standard[disabled].focus,
.btn-standard[disabled]:focus,
.btn-standard[disabled]:hover,
fieldset[disabled] .btn-standard.focus,
fieldset[disabled] .btn-standard:focus,
fieldset[disabled] .btn-standard:hover {
  color: #000000;
  background-color: #f0f0f0;
  border-color: #505050;
  outline: 0px !important;
  box-shadow: none !important;
}


button.reload {
  background-color: #eb44a0;
  min-width: 80px;
  opacity: 1 !important;
}

button.reload:hover {
  background-color: #eb44a0 !important;
}

button.reload img {
  height: 17px;
  width: 17px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1500ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1500ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* ======= progressbar ======= */

.progress {
  height: 35px;
  margin-bottom: 0px;
}

.progress-bar {
  background-color: #eb44a0;
  border: 1px solid #505050;
}


/* ======= introduction ======= */

.introduction {
  font-family: 'Delius', cursive;
  color: rgb(172, 172, 177);
  padding: 20px;
  font-size: 1.5rem;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  line-height: 1.5;
  margin-top: 10px;
}

.introduction:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 40px;
  top: -17px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 17px solid #e2e2e2;
}

.introduction:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 40px;
  top: -16px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 17px solid #f6f6f6;
}

.introduction h3 {
  margin-top: 0px;
}

.introduction i.far.fa-bars.menu {
  font-size: 1.5rem;
}


/* ======= dropzone ======= */

.dropzone {
  min-height: 100px;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background: white;
  padding: 20px 20px;
  background: #f7f7f7;
  color: #9c9c9c;
}

.dropzone.small {
  min-height: 0px;
}

.dropzone.small .dz-message {
  margin: 0;
}


/* ======= modal content ======= */

.close {
  position: absolute;
  font-size: 24px;
  top: 18px;
  right: 20px;
}

/* ======= projects ======= */

.project {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: .4rem;
  padding: 10px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.project.back {
  /*background-color: rgba(60, 242, 89, 0.06);*/
  background-color: #00a50008;
  border: 1px solid #7cc862;
}

.project.process {
  /*background-color: rgba(82, 179, 255, 0.04);*/
  background-color: #41a3ec14;
  border: 1px solid #72a0e7;
}

.project .thumbnail-id4y {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.statePreflight {
  font-size: 3.2rem;
  position: absolute;
  right: -5px;
  top: 15px;
}

.statePreflight .far,
.statePreflight .fas {
  border-radius: 50px;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
  border: 1px solid #ddd;
}

.statePreflight.success {
  color: #49af00;
}

.statePreflight.failed {
  color: #ffb500;

}

.project .meta-informations,
.project .actions {
  display: inline-flex;
  padding-left: 0px;
}

.project .meta-informations div {
  margin-right: 2.5rem;
}

#preflight-loading h4 {
  overflow: hidden;
  height: 1.1em;
  word-wrap: break-word;
  white-space: nowrap;
  animation: typing 2s steps(48) infinite;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 20ch;
  }
}

/* ======= new Project ======= */

.intro .firstStep,
.intro .secondStep,
.intro .thirdStep,
.intro .fourthStep {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #e4e4e4;
}

.intro .firstStep {
  background-color: #f9f9f9;
}

.intro .secondStep {
  background-color: #f3f2f2;
}

.intro .thirdStep {
  background-color: #eaeaea;
}

.intro .fourthStep {
  background-color: #dadada;
  min-height: 260px;
}




/* ======= userdata ======= */

.userdata {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: .4rem;
  padding: 20px 20px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* ======= projekt manager ======= */

.page-header.managerheader {
  margin: 60px 0 20px;
}

.projectmanager {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: .4rem;
  padding: 0px 10px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.projectmanager table.table tr:first-child td {
  border-top: 0px;
}

.unconfirmed td {
  color: #b5b5b5;
}



/* ======= addressbook ======= */

.addressbook {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: .4rem;
  padding: 0px 10px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.addressbook table.table tr:first-child td {
  border-top: 0px;
}

/* ======= manager ======= */

.manager {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: .4rem;
  padding: 10px 10px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.manager tr.activated {
  background-color: #27a00033;
}

/* ======= login ======= */

.login {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: .4rem;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.login-brand img {
  width: 170px;
}



/* ======= footer ======= */

.footer {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px 0 rgba(128, 128, 128, .1);
  -moz-box-shadow: 0 0 2px 0 rgba(128, 128, 128, .1);
  box-shadow: 0 0 2px 0 rgba(128, 128, 128, .1);
  height: 50px;
  height: auto;
  padding: 2rem 0;
}

.footer .text-muted {
  margin: 0px;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.footer .version {
  color: #c0c0c0;
  line-height: 25px;
}

.footer .version a {
  margin-right: 15px;
  text-decoration: none;
  color: grey;
}


/* ======= responsive ======= */

@media (max-width: 768px) {

  input.search,
  select.sortAssignment,
  .sortProjects {
    display: none;
  }

  .project .meta-informations,
  .project .actions {
    display: inherit;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
    display: inline-flex;
  }

  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover {
    text-align: right;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: white;
    margin-right: 10px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border: 1px solid #b9b9b9 !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
  }

  nav .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:focus,
  .dropdown-menu>.active>a:hover {
    color: #333 !important;
    background-color: #ececec;
  }

  .navbar-nav {
    margin: 0;
  }

  .login .submit {
    margin-bottom: 5.5rem;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-nav .open .dropdown-menu {
    position: absolute;
  }

  tbody#adresses td.name,
  tbody#adresses td.forename,
  tbody#pms td.name,
  tbody#pms td.forename {
    display: none;
  }

  .navbar.testphase .note {
    display: none !important;
  }


}

@media (min-width: 769px) and (max-width:990px) {
  .login .submit {
    margin-bottom: 5.5rem;
  }

  .navbar.testphase .note {
    display: none !important;
  }

  .form-inline {
    display: none !important;
  }

}

@media (min-width: 768px) {
  .container {
    max-width: 930px;
  }

  .navbar-nav>li>a {
    padding-top: 20px;
  }


}

.info {
  position: fixed;
  width: auto;
  top: -100px;
  right: 20px;
  -webkit-transition: top 1s;
  transition: top 1s;
  z-index: 9999999;
}

.info-animate {
  top: 20px;
  -webkit-transition: top 1s;
  transition: top 1s;
}

.info-content {
  padding: 15px 55px 15px 30px;
  font-size: 1.1em;
}

.info-success {
  border: 1px solid;
  border-radius: 5px;
  border-color: #49a03e !important;
  background-color: rgba(176, 226, 122, 0.8) !important;
  color: #3c763d !important;
}

.info-failure {
  border: 1px solid #DA4453;
  border-radius: 5px;
  background-color: rgba(255, 189, 192, 0.9);
  color: #5a1219;
}

.info-close {
  position: absolute;
  font-size: 2.3rem;
  top: 13px;
  right: 10px;
  color: #bbb;
  background: rgba(0, 0, 0, 0);
  border-width: 0px;
}

.red-border {
  border: 1px solid red !important;
}

a {
  cursor: pointer;
}

.validation-error {
  color: red;
  padding-bottom: 10px;
}

.nothing-found {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0px solid #fff !important;
  border-radius: 0px !important;
  padding: 0px !important;
}

.modal-dialog-editor {
  width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
  margin: 10px !important;
}

.modal-content-editor {
  height: 100%;
}

.modal-editor {
  overflow: hidden !important;
}

.saved {
  color: green;
  padding-bottom: 10px;
}

.ui-widget-overlay {
  z-index: 1099 !important;
}

.ui-dialog {
  z-index: 1100 !important;
}

.zoom-menu {
  color: black;
  text-decoration: none;
}

.zoom-menu:hover {
  color: black;
  text-decoration: none;
}

.sub-menu-edit {
  top: auto !important;
  margin-top: -5px !important;
}

.menu-edit {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border: 1px solid #b9b9b9 !important;
  position: absolute;
  top: 0px;
  left: 0px;
  will-change: transform;
  z-index: 1000;
  float: left;
  font-family: 'Nunito', sans-serif;
  padding: 5px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.menu-edit>li::before {
  position: absolute;
  top: 9px;
  left: -7px;
  display: inline-block;
  border-top: 7px solid transparent;
  border-right: 7px solid #b9b9b9;
  border-bottom: 7px solid transparent;
  border-right-color: #b9b9b9;
  content: '';
}

.menu-edit>li::after {
  position: absolute;
  top: 10px;
  left: -6px;
  display: inline-block;
  border-top: 6px solid transparent;
  border-right: 6px solid white;
  border-bottom: 6px solid transparent;
  content: '';
}

.menu-edit li {
  display: block;
  width: 100%;
  padding: .4rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  text-decoration: none;
}

.menu-edit li:hover,
.menu-edit li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.menu-edit li.divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}

.form-check-label {
  margin-left: 10px;
  font-weight: normal;
}


.inactive {
  color: #c0c0c0 !important;
}

.lock {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  background-color: rgba(255, 255, 255, .7);
  font-size: 4rem;
  color: rgba(90, 90, 90, .6);
}

.inside-lock {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.center-table th,
.center-table td {
  text-align: center;
  vertical-align: middle !important;
}

.center-table th {
  border-bottom: 0px solid #ddd !important;
}

#configurationFramesNewEditorImages {
  width: 40%;
  display: flex;
  max-height: 550px;
  position: fixed;
  right: 0;
  overflow: hidden;
}

#configurationFramesNewEditorImages div {
  width: 100%;
  display: flex;
}

#configurationFramesNewEditorImages img {
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .3)) drop-shadow(0px 0px 1px rgba(0, 0, 0, .3));
  height: calc(100% - 10px);
  top: 5px;
  position: relative;
}

#configurationFramesNewEditorTable {
  float: left;
  width: 60%;
  height: 550px;
  overflow-y: auto;
}

#configurationFramesNewEditorTable thead th,
#configurationNewEditorRightsTable thead th {
  position: sticky;
  top: 0;
  background-color: #eee;
}

.tr-new-editor:hover {
  background-color: lightblue;
}

.downloadMenu {
  position: absolute;
  min-width: 100px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #ccc;
  z-index: 1000;
}

.downloadMenuButton {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  padding: 10px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 1px solid #555;
}

.downloadMenuButton:hover {
  background-color: #dedede;
}

.tab-toolbar {
  width: 100%;
  display: inline-block;
}

.tab-toolbar-tab {
  min-width: 150px;
  float: left;
  padding: 10px;
  margin-right: 5px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}

.tab-toolbar-tab-active {
  background-color: #eee;
}

.tab-toolbar-tab:hover {
  background-color: #333;
  color: #efefef;
}

.tabs-tab {
  width: 100%;
  height: 100%;
}

.tabs-content {
  border-top: 1px solid #ddd;
  margin-top: -5px;
  padding-top: 10px;
}

#filterAndPage {
  display: none;
  padding-bottom: 30px;
}

.navArrow {
  cursor: pointer;
}

.filterSegment {
  width: 60%;
  position: fixed;
  text-align: center;
  word-spacing: 10px;
}

.pageSegment {
  width: 40%;
  position: fixed;
  right: 0;
  text-align: center;
  word-spacing: 30px;
}

.filterFrames {
  left: 0;
  position: absolute;
  padding-left: 10px;
}

.managernewstable{
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: .4rem;
  padding: 0px 10px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.news{
  position:absolute;
  right:30px;
  top:135px;
  padding:10px 10px 0px 10px;
  width:300px;
  border:1px solid #cacaca;
  border-radius: 3px;
  background-color: white;
  min-height: 60px;
}

.news-title{
  width:100%;
  border-bottom: 1px solid #eb44a0;
  padding:5px 10px 5px 10px;
  margin-bottom:10px;
}

.news-hide{
  position:absolute;
  right:15px;
  top:15px;
  cursor:pointer;
}

.news-item{
  width:100%;
  border:1px solid #ccc;
  margin-bottom:10px;
}

.news-item-title{
  width:100%;
  border-top:1px solid #ccc;
  display:flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.news-item-title-date{
  width:30%;
  float:left;
  padding:10px;
  text-align: center;
}

.news-item-title-content{
  width:70%;
  float:left;
  padding:10px;
  border-left:1px solid #ccc;
  text-align: center;
}

.news-item-content{
  width:100%;
  min-height:150px;
  /*overflow-y:auto;*/
  padding:10px;
  background-color: #f0f0f0;
}

.helping-right {
  z-index:10;
  position:absolute;
  right:10px;
  top:10px;
  background-color: #f0f0f0;
  color: #333;
  padding: 10px;
  border-radius: 5px;
  width:250px;
}

.helping {
  z-index:10;
  position:absolute;
  left:-260px;
  top:10px;
  background-color: #f0f0f0;
  color: #333;
  padding: 10px;
  border-radius: 5px;
  width:250px;
}

.helping::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px; /* Halbe Höhe des Pfeils */
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #f0f0f0;
}

.closeHelp{
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  position: absolute;
  font-size: 15px;
  top: 5px;
  right: 5px;
  background-color: #f0f0f0;
  border: 0px;
}

.help{
  position:fixed;
  bottom:30px;
  left:30px;
  width:150px;
  height:150px;
  border:1px solid #ccc;
  border-radius: 10px;
  background-color:white;
  cursor: pointer;
}

.help-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height:100%;
  padding:10px;
}

.help-content span{ 
  text-align: center;
}