.container {
  max-width: calc(984px + 2 * 15px);
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

#logo {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 20px 0 0 30px;
  margin: 0;
  box-sizing: border-box;
}

.logo {
  display: inline-block;
  vertical-align: top;
  max-width: 268px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.logo.logo-ortsclub {
  background-image: url("/img/logo-ortsclub.png");
}

.header-login {
  padding: 0 15px;
  box-sizing: border-box;
}
.header-login #logo .logo {
  margin: 0 auto;
}

.header {
  overflow: hidden;
}
.header .header_block {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  float: none;
}
.header .header_block h5 {
  width: auto;
}
@media all and (max-width: 992px) {
  .header .header_block {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}

.login-container {
  max-width: 370px;
  width: 100%;
}
.login-container .registration-info {
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  color: #000000;
  padding: 50px 0 0 0;
  text-align: left;
}
.login-container .registration-info + .forms-register {
  margin-top: 25px;
}

.forms-login > form > div {
  box-sizing: border-box;
}
.forms-login .text.text-bigger {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-align: left;
}
.forms-login .text.text-bigger p {
  margin-bottom: 10px;
}
.forms-login .text.text-bigger p:last-child {
  margin-bottom: 0;
}
.forms-login .text.text-bigger ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
}
.forms-login .inp {
  max-width: 310px;
  width: 100%;
  box-sizing: border-box;
}

.main-nav-admin ul {
  max-width: 980px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
}

.main-nav {
  white-space: nowrap;
  overflow: auto;
  width: auto;
}
@media all and (max-width: 992px) {
  .main-nav {
    margin: 0 -15px;
  }
}
.main-nav ul {
  display: flex;
}
.main-nav ul li {
  float: none;
}
.main-nav ul li a {
  display: block;
  float: none;
}

.search-timeline {
  max-width: 984px;
  width: 100%;
}
.search-timeline .search .icon_lupe {
  min-width: 102px;
}
.search-timeline .search input {
  max-width: calc(100% - 102px);
}
.search-timeline .search .s-cont {
  max-width: calc(100% - 100px);
  width: 100%;
}

.category-list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 25px;
}
.category-list .btn.btn-reload {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  padding: 10px;
  box-sizing: content-box;
  background: #FFCF00;
}
.category-list .btn.btn-reload svg {
  display: block;
}
.category-list li {
  margin-bottom: 5px;
}

.timelineList {
  float: none;
  text-align: left;
  margin: 0 -18px;
  width: auto;
}
.timelineList:before, .timelineList:after {
  content: "";
  display: table;
  width: 100%;
}
@media all and (max-width: 768px) {
  .timelineList {
    background: none;
  }
}
.timelineList .timeline {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding: 15px 18px 0 18px;
  margin: 0;
}
@media all and (max-width: 768px) {
  .timelineList .timeline {
    width: calc(100% - 30px);
    border-right: 3px solid #ffcf00;
  }
}
@media all and (max-width: 480px) {
  .timelineList .timeline {
    width: 100%;
    border-right: 0;
  }
}
.timelineList .timeline .point {
  right: -7px;
}
@media all and (max-width: 768px) {
  .timelineList .timeline .point {
    right: -8px;
  }
}
@media all and (max-width: 480px) {
  .timelineList .timeline .point {
    display: none;
  }
}
.timelineList .timeline.r .point {
  right: auto;
  left: -6px;
}
@media all and (max-width: 768px) {
  .timelineList .timeline.r {
    float: left;
  }
  .timelineList .timeline.r .point {
    right: -8px;
    left: auto;
    background-image: url("/img/pointL.png");
  }
}
.timelineList .timeline .infBox {
  position: relative;
  width: 100%;
  float: none;
}
.timelineList .timeline .infBox .greyBox {
  width: 100%;
  box-sizing: border-box;
  padding-right: 8px;
  margin: 0;
  float: none;
}
.timelineList .timeline .infBox .greyBox.social {
  content: "";
  display: table;
  width: 100%;
}
.timelineList .timeline .infBox .greyBox .commentInp {
  margin: 0;
  width: 100% !important;
  padding: 0 5px;
  box-sizing: border-box;
  resize: vertical;
  min-height: 28px;
}
.timelineList .timeline .infCont {
  float: none;
}
.timelineList .timeline .infCont h5 {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  float: none;
  width: auto;
}
.timelineList .timeline .infCont .add-comment {
  float: none;
  width: auto;
  margin-right: 10px;
}
.timelineList .timeline .infCont .add-comment u {
  text-decoration: underline;
}
.timelineList .timeline .infCont .add-comment em {
  font-style: italic;
}
.timelineList .timeline .infCont .add-comment strong {
  font-weight: 700;
}
.timelineList .timeline .infCont .add-comment ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 10px;
}
.timelineList .timeline .infCont .add-comment ul {
  list-style-type: circle;
  list-style-position: inside;
  padding-left: 10px;
}
.timelineList .timeline .infCont .imgCont {
  width: 100%;
  float: none;
}
.timelineList .timeline .listComments {
  margin-top: 1px;
  float: none;
}
.timelineList .timeline .listComments li {
  float: none;
  width: 100%;
}
.timelineList .timeline .listComments li .commentDetails {
  float: none;
  width: auto;
  margin-right: 9px;
}
.timelineList .timeline .listComments li .commentDetails .commentUser, .timelineList .timeline .listComments li .commentDetails .commentDate {
  width: auto;
}
.timelineList .timeline .listComments li .commentDetails .commentContent {
  float: left;
  clear: both;
  width: 100%;
}
.timelineList .timeline .listComments li .commentDetails:before, .timelineList .timeline .listComments li .commentDetails:after {
  content: "";
  display: table;
  width: 100%;
}
.timelineList .timeline .addCommentBox {
  padding-bottom: 7px;
  height: auto;
}
.timelineList #infscr-loading > img {
  margin: 0 auto;
}
.timelineList #infscr-loading > div {
  display: none;
}

.cke_autocomplete_panel {
  text-align: left;
}

.terms-popup-container._adminViewShadow {
  height: 100vh;
}
.terms-popup-container._adminViewShadow .shadowContent {
  margin: 25px auto;
  max-height: calc(100vh - 50px);
  max-width: 984px;
  width: 100%;
  overflow: auto;
}
.terms-popup-container._adminViewShadow .shadowContent ._adminDialog {
  width: 100%;
}
.terms-popup-container._adminViewShadow .shadowContent ._adminDialog ._adminMiddle {
  width: 100%;
  box-sizing: border-box;
}

.terms-container .btn {
  display: inline-block;
  vertical-align: top;
}
.terms-container .btn:disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #666666;
}
.terms-container .btn:disabled:hover {
  background-color: #4d4d4d;
}
.terms-container .close-btn-container {
  text-align: right;
}
.terms-container .close-btn-container .btn.btn-close {
  color: #ffffff;
  background: #666666;
}
.terms-container .close-btn-container .btn.btn-close:hover {
  background-color: #4d4d4d;
}
.terms-container .terms-body {
  text-align: left;
  margin: 0 0 25px 0;
}
.terms-container .terms-body h1 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
.terms-container .terms-body h2 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
}
.terms-container .terms-body h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.terms-container .terms-body h4 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}
.terms-container .terms-body h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.terms-container .terms-body h6 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.terms-container .terms-body * {
  margin: 0 0 15px 0;
}
.terms-container .terms-body *:last-child {
  margin: 0;
}
.terms-container .terms-body ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
}
.terms-container .terms-body a {
  color: #0645ad;
}
.terms-container .terms-body a:hover {
  text-decoration: underline;
}
.terms-container .forms-container {
  margin: 30px 0 0 0 !important;
}
.terms-container .forms-container .form-head {
  margin: 0 0 15px 0;
  font-weight: 700;
}
.terms-container .forms-container .checkbox-wrapper {
  display: flex;
}
.terms-container .forms-container .checkbox-wrapper .form-control {
  margin: 0 10px 0 0;
}
.terms-container .forms-container .checkbox-wrapper .label {
  cursor: pointer;
}
.terms-container .btns-container {
  display: flex;
}
.terms-container .btns-container .col {
  width: 50%;
}
.terms-container .btns-container .col.col-left {
  text-align: left;
}
.terms-container .btns-container .col.col-right {
  text-align: right;
}

.form-group {
  clear: both;
  margin: 0 0 15px 0;
}
.form-group:before, .form-group:after {
  content: "";
  display: table;
  width: 100%;
}

.select2-drop .select2-results .select2-result {
  text-align: left;
}

.timeline-usage-info {
  margin: 20px 0;
  text-align: left;
}
.timeline-usage-info a:hover {
  text-decoration: underline;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-uploader-container {
  display: flex;
}
.video-uploader-container .form-control {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  font-size: 12px;
  line-height: 32px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 15px 0 0;
}
.video-uploader-container .upload-btn {
  white-space: nowrap;
}
.video-uploader-container .upload-btn .btn {
  height: 34px;
  line-height: 34px;
}

.two-items {
  display: flex;
  align-items: center;
}
.two-items .pushed-right {
  margin-left: auto;
  max-width: 200px;
}

.upload-lists-container {
  margin: -10px 0 10px 0;
}
.upload-lists-container:before, .upload-lists-container:after {
  content: "";
  display: table;
  width: 100%;
}
.upload-lists-container .error-message {
  font-size: 12px;
  line-height: 16px;
  color: #d40000;
}

.selector-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: -2px -4px 54px -23px rgba(0, 0, 0, 0.87);
  -moz-box-shadow: -2px -4px 54px -23px rgba(0, 0, 0, 0.87);
  box-shadow: -2px -4px 54px -23px rgba(0, 0, 0, 0.87);
}
.selector-modal.hidden {
  display: none;
}
.selector-modal .content {
  width: 450px;
  height: 300px;
  background: #f3f3f3;
  border: 2px solid #d4d4d4;
  padding: 20px;
  position: relative;
}
.selector-modal .content .table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.selector-modal .content .table td, .selector-modal .content .table th {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 5px;
  text-align: left;
  width: 150px;
  max-width: 150px;
  box-sizing: border-box;
  font-size: 13px;
  word-break: break-word;
}
.selector-modal .content .table thead tr {
  display: block;
}
.selector-modal .content .table tbody {
  display: block;
  overflow: auto;
  height: 230px;
  width: 100%;
}
.selector-modal .content .navigation {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.custom-footer {
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  clear: both;
  text-align: left;
  padding: 15px 0 10px 0;
  background-color: #ffffff;
  border-top: 2px solid #EFEFEF;
}
.custom-footer .custom-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-size: 0;
}
.custom-footer .custom-list li {
  margin: 0 10px 5px 10px;
  font-size: 14px;
}
.custom-footer .custom-list li a:hover {
  text-decoration: underline;
}
.custom-footer .custom-list li:not(:last-child):after {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

body {
  padding-bottom: 61px;
}

[data-tooltip] {
  position: relative;
}
[data-tooltip] .tooltip-inner {
  position: absolute;
  z-index: 9999;
  display: none;
  cursor: default;
  text-align: left;
  transition: all 0.2s ease-in;
}
[data-tooltip] .tooltip-inner .tooltip-content-wrapper {
  width: 300px;
  height: 100px;
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #cccccc;
  box-shadow: 0 3px 15px 2px rgba(210, 210, 210, 0.25);
}
[data-tooltip] .tooltip-inner .tooltip-content-wrapper .tooltip-content {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  padding: 15px;
}
[data-tooltip] .tooltip-inner .tooltip-content-wrapper .tooltip-content p {
  margin: 0 0 5px 0;
}
[data-tooltip] .tooltip-inner .tooltip-content-wrapper .tooltip-content * {
  float: none;
}
[data-tooltip] .tooltip-inner .tooltip-content-wrapper .tooltip-content > :last-child {
  margin: 0;
}
[data-tooltip] .tooltip-inner:before, [data-tooltip] .tooltip-inner:after {
  content: "";
  position: absolute;
}
[data-tooltip] .tooltip-inner:before {
  z-index: 9;
}
[data-tooltip] .tooltip-inner:after {
  z-index: -9;
}
[data-tooltip] .tooltip-inner.tooltip-bottom {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding: 15px 0 0 0;
}
[data-tooltip] .tooltip-inner.tooltip-bottom:before, [data-tooltip] .tooltip-inner.tooltip-bottom:after {
  left: calc(50% - 6px);
  top: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f7f7f7;
}
[data-tooltip] .tooltip-inner.tooltip-bottom:after {
  left: calc(50% - 10px);
  top: 9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
}
[data-tooltip] .tooltip-inner.tooltip-top {
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  padding: 0 0 15px 0;
}
[data-tooltip] .tooltip-inner.tooltip-top:before {
  left: calc(50% - 6px);
  bottom: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f7f7f7;
}
[data-tooltip] .tooltip-inner.tooltip-top:after {
  left: calc(50% - 10px);
  bottom: 9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #cccccc;
}
[data-tooltip] .tooltip-inner.tooltip-left {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px 0 0;
}
[data-tooltip] .tooltip-inner.tooltip-left:before {
  top: calc(50% - 6px);
  right: 10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f7f7f7;
}
[data-tooltip] .tooltip-inner.tooltip-left:after {
  top: calc(50% - 10px);
  right: 9px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #cccccc;
}
[data-tooltip] .tooltip-inner.tooltip-right {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 0 15px;
}
[data-tooltip] .tooltip-inner.tooltip-right:before {
  top: calc(50% - 6px);
  left: 10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f7f7f7;
}
[data-tooltip] .tooltip-inner.tooltip-right:after {
  top: calc(50% - 10px);
  left: 9px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #cccccc;
}
[data-tooltip]:hover .tooltip-inner.tooltip-has-content, [data-tooltip].visible .tooltip-inner.tooltip-has-content {
  display: block;
}
[data-tooltip].tooltip-auto .tooltip-inner .tooltip-content-wrapper {
  width: auto;
  height: auto;
  white-space: nowrap;
}
[data-tooltip].tooltip-auto .tooltip-inner .tooltip-content-wrapper .tooltip-content {
  padding: 5px 15px;
  max-height: 200px;
  overflow: auto;
}

.btn-register-container {
  text-align: center;
  font-size: 13px;
}
.btn-register-container a:hover {
  text-decoration: underline;
}

.forms-register {
  box-sizing: border-box;
  border: 0;
  padding: 0 5%;
}
.forms-register #user > div {
  position: relative;
}
.forms-register #user > div > label {
  font-size: 13px;
  padding-bottom: 4px;
  display: block;
}
.forms-register #user > div > ul {
  position: absolute;
  right: 10px;
  top: 3px;
}
.forms-register #user > div > input {
  border: 1px solid #c3c3c3;
  padding: 10px;
  font-size: 16px;
  color: #555555;
  max-width: 310px;
  width: 100%;
  box-sizing: border-box;
}
.forms-register #user > div:nth-last-child(3) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.forms-register #user > div:nth-last-child(3) .form-control.form-control-checkbox {
  width: auto;
  margin: 0 10px 0 0;
  padding: 0;
}
.forms-register #user > div:nth-last-child(3) .label {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 285px;
}
.forms-register #user > div:nth-last-child(3) .label a {
  color: #b7a45a;
  text-decoration: underline;
}
.forms-register #user_submit {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  background: url(/img/btns_bg.png) repeat-x left -39px;
  height: 39px;
  text-transform: uppercase;
  transition: background 0s;
  padding: 0;
  max-width: 310px;
  margin: 5px 0 0 0;
}
.forms-register #user_submit:hover {
  background-position: left top;
}

.timeline-no-category-message {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.dataTables_length select option {
  color: #000000;
}

.timeline-stats-table-container .ui-toolbar .dataTables_filter {
  display: none;
}
.timeline-stats-table-container .dataTable thead th {
  font-size: 14px;
  padding-right: 12px;
}

/*# sourceMappingURL=override.css.map */
