@charset "UTF-8";
.relative {
  position: relative; }

label.error {
  position: absolute;
  color: red;
  top: 0;
  left: 30px;
  text-align: center;
  font-size: 14px; }

#description-error {
  top: -10px; }

.bg-offer {
  background-color: #eee;
  padding: 1px 40px 40px 40px; }
  .bg-offer:nth-child(2n+1) {
    background-color: white; }

#newoffer #categories, #newoffer #responsibilities {
  border: 2px solid #ccc;
  width: 400px;
  height: 200px;
  overflow-y: scroll; }

@media screen and (max-width: 991px) {
  #newOffer {
    margin-left: -50px;
    margin-right: -50px;
  }
}

#offer #categories, #offer #responsibilities {
  border: 2px solid #ccc;
  width: 400px;
  height: 200px;
  overflow-y: scroll; }

#responsibilities li, #categories li {
  margin: 0 0 -10px 0px;
  list-style: none; }

.caret {
  cursor: pointer;
  user-select: none; }

.caret-hidden {
  margin-right: 14px; }

.nested {
  display: none;
  padding-left: 25px; }

.active {
  display: block; }

.typo3-messages .alert-notice {
  background: lightgrey;
  border: 3px solid #37c8fe; }
  .typo3-messages .alert-notice .alert-message {
    font-weight: bolder;
    font-size: 21px; }

.tx_rskportal .pagination {
  justify-content: start !important; }

#furtherfiles {
  cursor: pointer;
  color: #37c8fe;
  font-size: 14px;
  background-color: white;
  border: none;
  padding: 0; }
  #furtherfiles:focus {
    border: none; }
  #furtherfiles:active {
    border: none; }
  #furtherfiles .fa-file-alt {
    margin-right: 5px; }

.card-body #deletebutton:hover {
  color: #37c8fe;
  transition: all 0.3s ease-out; }

.card-body #sendlinkbutton:hover {
  color: #37c8fe;
  transition: all 0.3s ease-out; }

.card-body #editbutton:hover {
  color: #37c8fe;
  transition: all 0.3s ease-out; }

.custom-file-label:after {
  content: "Auswählen" !important; }

.bg-offer-dark {
  background-color: #eee;
  padding: 70px 70px;
  margin-bottom: 25px; }
  .bg-offer-dark h5 {
    margin-top: 0; }

#newoffer .btn-primary.outline {
  color: #37c8fe !important;
  border-color: #37c8fe !important;
  background-color: white !important; }
  #newoffer .btn-primary.outline:hover {
    color: white !important;
    background-color: #37c8fe !important; }

#category-tree, #responsibility-selection {
  height: 300px;
  background-color: white;
  overflow-y: scroll;
  border-radius: 0.25rem;
  border: 1px solid #cdcdcd; }

#category-tree ul {
  -webkit-box-shadow: inset 10px 0 0 white, inset 11px 0 0 #cdcdcd;
  -moz-box-shadow: inset 10px 0 0 white, inset 11px 0 0 #cdcdcd;
  box-shadow: inset 10px 0 0 white, inset 11px 0 0 #cdcdcd; }

.card-body #logo {
  margin: 40px 0 20px 0; }

.card-body #linklist {
  padding-left: 0px; }
  .card-body #linklist li p {
    font-size: 14px; }

.card-body #description {
  padding-left: 15px; }

.card-body #descriptiontext {
  display: block !important;
  padding-left: 2%; }
  .card-body #descriptiontext li {
    list-style-type: disc; }

.card-body #documents {
  margin-bottom: 15px;
  margin-top: 5px; }

.card-body #deletebutton {
  color: #fff; }

.card-body #sendlinkbutton {
  color: #fff; }

.card-body #editbutton {
  color: #fff; }

.card-body #relatedcategories {
  font-size: 11px;
  margin-bottom: 10px; }

#mceu_15 {
  display: none !important; }

.card-body .ul li p {
  font-size: 14px; }

#newoffer {
  margin-top: 20px; }

#confirmOfferButtons {
  margin-top: 20px; }

#searchfilter #filterheading {
  font-size: 25px; }

.hidden {
  display: none !important; }

.rotate {
  transform: rotate(45deg);
  transition: all 0.3s; }

.revertrotate {
  transform: unset;
  transition: all 0.3s; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.card-body .modal-container .maplink {
  background: transparent;
  color: #37c8fe;
  border: none;
  text-align: left;
  padding: 0 !important;
  margin: 0 !important; }
  .card-body .modal-container .maplink:hover, .card-body .modal-container .maplink:active, .card-body .modal-container .maplink:focus {
    border: none !important; }
  .card-body .modal-container .maplink .fas {
    transition: all 0.3s; }
@media screen and (max-width: 767px) {
  .card-body .map {
    margin-left: -20% !important;
    width: 135% !important;
  }
}
.fas {
  transition: all 0.3s; }

.easyPaginateNav {
  justify-content: start;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem !important; }
  .easyPaginateNav a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    margin-bottom: 0.5rem !important;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top-color: #dee2e6;
    border-right-color: #dee2e6;
    border-bottom-color: #dee2e6;
    border-left-color: #dee2e6; }
    .easyPaginateNav a.page.current {
      background-color: #37c8fe;
      border-color: #37c8fe;
      color: white !important;
      font-weight: bolder; }
    .easyPaginateNav a:hover {
      color: #37c8fe;
      text-decoration: none;
      background-color: #e9ecef;
      border-color: #dee2e6; }

label.error {
  font-weight: bolder;
  font-size: 18px;
  position: initial; }

.form-check-label, p, .card-header p, address, label {
  font-size: 15px; }


#topic-tree {

}
#topic-tree .halfVerticalBottom{
  position: absolute;
  content: '';
  background-color: black;
  width: 1px;
  left: 50%;
  top: 0;
  height: 100%;
}
#topic-tree i {
  width: 32px;
  height: 32px;
}
/*#topic-tree li {*/
/*  height: 32px;*/
/*}*/
#topic-tree ul ul {
  padding-left: 52px !important;
}
/*#topic-tree ul li {*/
/*  height: 32px;*/
/*}*/
#topic-tree .toggle-tree-item {
  margin-right: 20px !important;
}
#topic-tree .caret-hidden {
  margin-right: 20px !important;
}
#topic-tree .category-details {
  border: 2px solid #d9d9d9 !important;
}
/*#topic-tree .category-details div {*/
/*  height: 32px;*/
/*}*/
#topic-tree .bg-light {
  background-color: #e6e6e6 !important;
}

.topic-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.topic-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}