/** This file is auto-generated by the Clean Theme configuration. Do not edit the file directly. */

:root {
    --hh-ct-container-max-width: 992px;
    --default: #f3f3f3;
    --primary: #1A7DB2;
    --info: #1A7DB2;
    --success: #518132;
    --warning: #AF640E;
    --danger: #EC0426;
    --link: #1A7DB2;
    --hh-ct-text-color-heading: #37474f;
    --text-color-main: #31414a;
    --text-color-default: #4b4b4b;
    --text-color-secondary: #7a7a7a;
    --text-color-highlight: #242424;
    --text-color-soft: #555555;
    --text-color-soft2: #838383;
    --text-color-soft3: #bac2c7;
    --text-color-contrast: #000000;
    --background-color-main: #ffffff;
    --background-color-secondary: #f7f7f7;
    --background-color-page: #f1f4f5;
    --background-color-highlight: #daf0f3;
    --background-color-highlight-soft: #f2f9fb;
    --hh-ct-font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-font-size: 15px;
    --hh-ct-font-weight: 400;
    --hh-ct-font-bold-weight: 700;
    --hh-ct-heading-font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-ph-font-size: 17px;
    --hh-ct-h1-font-size: 1.5em;
    --hh-ct-h1-stream-font-size: 1.35em;
    --hh-ct-h2-font-size: 1.4em;
    --hh-ct-h2-stream-font-size: 1.3em;
    --hh-ct-h3-font-size: 1.2em;
    --hh-ct-h4-font-size: 1.1em;
    --hh-ct-h5-font-size: 1.0em;
    --hh-ct-h6-font-size: 0.85em;
    --hh-ct-ph-font-weight: 700;
    --hh-ct-panel-border-width: 0px;
    --hh-ct-panel-border-style: solid;
    --hh-ct-panel-border-color: #31414a;
    --hh-ct-panel-border-radius: 5px;
    --hh-ct-panel-box-shadow: none;
    --hh-ct-menu-font-size: 14px;
    --hh-ct-menu-text-color: #31414a;
    --hh-ct-menu-border-color: #e4eaec;
    --hh-ct-top-bar-height: 55px;
    --hh-ct-top-bar-font-size: 12px;
    --hh-ct-top-menu-nav-justify-content: center;
    --hh-ct-top-menu-background-color: #31414a;
    --hh-ct-top-menu-text-color: #ffffff;
    --hh-ct-top-menu-button-hover-background-color: #242424;
    --hh-ct-top-menu-button-hover-text-color: #f7f7f7;

    --background-color-main-darken-10: #e6e6e6;
    --background-color-page-darken-5: #e4e7e8;
    --background-color-page-lighten-10: #ffffff;
    --background-color-page-lighten-20: #ffffff;
    --background-color-page-lighten-30: #ffffff;
    --background-color-secondary-darken-2: #f2f2f2;
    --background-color-secondary-darken-5: #eaeaea;
    --danger-darken-10: #ba031e;
    --danger-darken-5: #d30422;
    --danger-lighten-20: #f36378;
    --danger-lighten-5: #ee1c3a;
    --default-darken-2: #eeeeee;
    --default-darken-5: #e6e6e6;
    --default-lighten-2: #f8f8f8;
    --info-darken-10: #145e86;
    --info-darken-27: #08293a;
    --info-darken-5: #176d9c;
    --info-lighten-25: #79b3d2;
    --info-lighten-30: #8dbed9;
    --info-lighten-40: #b3d4e5;
    --info-lighten-5: #2d88b8;
    --info-lighten-50: #d9e9f2;
    --info-lighten-8: #398ebc;
    --link-darken-2: #1977a9;
    --link-lighten-5: #2d88b8;
    --primary-darken-10: #145e86;
    --primary-darken-5: #176d9c;
    --primary-lighten-10: #4093bf;
    --primary-lighten-20: #66a8cc;
    --primary-lighten-25: #79b3d2;
    --primary-lighten-5: #2d88b8;
    --primary-lighten-8: #398ebc;
    --success-darken-10: #3a5c24;
    --success-darken-5: #456f2b;
    --success-lighten-20: #87a871;
    --success-lighten-5: #5e8b42;
    --text-color-highlight-fade-15: #24242426;
    --text-color-highlight-fade-30: #2424244d;
    --text-color-secondary-lighten-25: #bababa;
    --warning-darken-10: #80490a;
    --warning-darken-2: #a65f0d;
    --warning-darken-5: #97570c;
    --warning-lighten-10: #bc7d34;
    --warning-lighten-20: #c8955b;
    --warning-lighten-40: #e2c7a7;
    --warning-lighten-5: #b57021;
    --hh-ct-top-bar-bottom-spacing: 30px;
    --hh-fixed-header-height: 85px;
    --hh-fixed-footer-height: 0px;
}

@media (max-width: 768px) {
    :root {
        --hh-ct-top-bar-height: 50px;
        --hh-ct-top-bar-bottom-spacing: 5px;
        --hh-fixed-header-height: 55px;
    }
}

@media (max-width: 570px) {
    :root {
        --hh-fixed-footer-height: 52px;
    }
}

:root {
  --hh-ct-top-menu-text-color:#fff!important;
  --hh-ct-top-menu-background-color:#222!important;
}
.login-container {
  background-image: none;
  /*background: url(https://core.itolli.de/admin-wallpaper.jpg) center fixed;*/
  background: url(https://core.itolli.de/space.jpg) center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-container .panel {
  box-shadow: 0 0 0px #627d92 !important;
  border: 2px solid #000;
}
.panel {
  box-shadow: 0 0 0px #627d92 !important;
}
.navbar {
  border-radius: 0px !important;
}
body {
  background-color: #000 !important;
  background: url(https://core.itolli.de/space2.jpg) center fixed;
  /*background: url(https://core.itolli.de/admin-wallpaper.jpg) center fixed;*/
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: scroll;
}
#img-logo {
  max-width: 200px;
  padding-left: 10px;
}
div#user-auth-login.container a img#img-logo.img-rounded {
  max-width: 360px;
  padding: 50px 0 20px 0;
}
.container-cards .card .card-bg-image {
  background-color: #1A808E !important;
}
.wall-entry .wall-entry-body {
  padding-left: 30px;
  padding-right: 30px;
}
.current-space-image {
  margin-right: 0px;
  margin-top: 0px;
}
.img-rounded:not(#img-logo) {
  border-radius: 10%;
}
li.dropdown.open a#space-menu.dropdown-toggle, .dropdown.search-menu.open #search-menu {
  background-color: #000000 !important;
  border-color: #ffffff !important;
}
.form-control {
  border-radius: 0px;
}
.btn-primary {
  background: #FED90F !important;
}
.wall-entry .wall-entry-header .wall-entry-container-link {
  color: #FED90F !important;
}
.space-acronym, .panel-profile .panel-profile-header div.img-profile-header-background {
  border-radius: 10% !important;
}
.media-heading, .media-subheading {
  font-weight: bold;
}
.comment_edit_content {
  background-color: #eee;
  padding: 5px;
  border-radius: 5px;
}
.content-preview div.media div.media-body h4.media-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 15px;
}
.content-preview div.media div.media-body h4.media-heading a {
  word-break: normal !important;
}
#topbar > .container a.navbar-brand-text {
  padding-left: 10px;
}
.help-block {
  display: none;
}
.panel-profile .panel-profile-header .img-profile-header-background {
  width: 100%;
  max-height: 220px;
}
.panel-profile .panel-profile-header .img-profile-data h1 {
  margin-bottom: 5px;
}
h1.profile a {
  font-weight: bold !important;
}
#topbar > .container #top-menu-nav > li > a:active, top-menu-nav.nav li.dropdown.open a {
  color: #31414a;
}
li.atwho-emoji-entry.cur img.emoji, img.emoji {
  width: 22px !important;
}
@media only screen and (max-width: 768px) {
  body {
    background-color: #000 !important;
    background: none;
  }
  #layout-content .panel-profile .panel-profile-header .img-profile-data {
    padding-top: 40px !important;
    padding-left: 110px;
  }
  #topbar > .container > .nav > li > a {
    color: #31414a;
  }
  .panel-profile .panel-profile-header .profile-user-photo-container {
    bottom: -30px;
  }
  #layout-content .panel-profile-header .profile-user-photo {
    height: 65px !important;
    width: 80px !important;
  }
  #layout-content .panel-profile .panel-profile-header .img-profile-header-background {
    min-height: 80px !important;
  }
  .wall-entry .wall-entry-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .panel-profile-controls {
    padding-top: 0px;
  }
  div.statistics.pull-left {
    margin-bottom: 10px;
    float: right !important;
  }
  div.img-profile-header-background.profile-user-photo.space-acronym {
    padding: 12px 0 !important;
    font-size: 36px !important;
  }
  .img-profile-data {
    padding-top: 40px !important;
  }
  ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-preview .media-image.has-image {
    display: inline-block;
    float: none !important;
    max-width: 100% !important;
    padding-bottom: 15px;
  }
}
@media (max-width: 570px) {
  #topbar > .container #top-menu-nav {
    background-color: #333 !important;
  }
  .current-space-image {
    margin-right: 10px;
    margin-top: 12px;
  }
  #img-logo {
    max-width: 160px;
    padding-left: 0px;
  }
}

