/* responsive thresholds */
/* main */
/* navigation */
/* footer */
/* panels */
/* misc */
/* layout */
html {
  position: relative;
  min-height: 100%; }

@media (min-width: 992px) {
  body {
    margin: 0 0 300px; } }

main {
  padding-top: 70px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    main {
      padding-top: 100px;
      padding-bottom: 100px; } }
/* typography */
html, body {
  color: #000000;
  background-color: transparent;
  font-family: DroidSans, sans; }

h1, h2, h3, h4 {
  color: #333333;
  background-color: transparent; }

h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0; }

h1 {
  font-size: 32px;
  line-height: 40px; }

h2 {
  font-size: 28px;
  line-height: 40px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 20px;
  line-height: 30px; }

h5, h6 {
  font-size: normal;
  line-height: 20px; }

form {
  margin-top: 20px;
  margin-bottom: 20px; }

a,
.pagination > li > a {
  color: #286090; }
  a:visited,
  .pagination > li > a:visited {
    color: #286090; }
  a:hover,
  .pagination > li > a:hover {
    color: #23527c; }
  a:focus,
  .pagination > li > a:focus {
    color: #286090; }
  a.btn,
  .pagination > li > a.btn {
    color: white; }
  a.fa,
  .pagination > li > a.fa {
    text-decoration: none; }

blockquote {
  margin-bottom: 10px;
  padding: 5px 8px;
  font-size: inherit; }

/* navbar */
.navbar-default {
  background-color: #202d6d;
  border-bottom: none; }
  .navbar-default .navbar-brand {
    color: #ccd0f0;
    background-color: transparent; }
    .navbar-default .navbar-brand:hover {
      color: #ccc;
      background-color: rgba(255, 255, 255, 0.2); }
  .navbar-default .navbar-nav li a,
  .navbar-default .navbar-nav li a:focus,
  .navbar-default .navbar-nav li a:visited {
    color: #ccd0f0;
    background-color: transparent; }
  .navbar-default .navbar-nav li a:hover {
    color: #ccc;
    background-color: rgba(255, 255, 255, 0.2); }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:visited,
  .navbar-default .navbar-nav > .open button.btn-link {
    color: #ccc;
    background-color: rgba(255, 255, 255, 0.2); }
  @media (min-width: 768px) {
    .navbar-default .navbar-nav > .open .dropdown-menu {
      max-height: 600px;
      overflow-y: auto; } }
  .navbar-default .navbar-nav > .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav > .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav > .open .dropdown-menu > li > a:visited,
  .navbar-default .navbar-nav > .open .dropdown-menu > li button.btn-link {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav > .open .dropdown-menu > li button.btn-link:hover {
    color: #262626;
    background-color: #f5f5f5; }
  @media (max-width: 768px) {
    .navbar-default .navbar-nav > .open .dropdown-menu > li > a,
    .navbar-default .navbar-nav > .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav > .open .dropdown-menu > li > a:visited,
    .navbar-default .navbar-nav > .open .dropdown-menu > li button.btn-link {
      color: #ccd0f0;
      background-color: transparent; }
    .navbar-default .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav > .open .dropdown-menu > li button.btn-link:hover {
      color: #ccc;
      background-color: rgba(255, 255, 255, 0.2); }
    .navbar-default .navbar-nav > .open .dropdown-menu > li button.btn-link {
      padding: 5px 20px; } }
  .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu {
    padding: 0; }
    .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li {
      list-style-type: none; }
      .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li > a {
        display: block;
        padding: 3px 20px 3px 30px; }
      .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li > a,
      .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li > a:focus,
      .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li > a:visited {
        text-decoration: none;
        color: #333;
        background-color: transparent; }
      .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li > a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5; }
      @media (max-width: 768px) {
        .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li > a,
        .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li > a:focus,
        .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li > a:visited,
        .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li button.btn-link {
          color: #ccd0f0;
          background-color: transparent; }
        .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li > a:hover,
        .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li button.btn-link:hover {
          color: #ccc;
          background-color: rgba(255, 255, 255, 0.2); }
        .navbar-default .navbar-nav > .open .dropdown-menu .sub-menu > li button.btn-link {
          padding: 5px 20px; } }
/* footer */
@media (min-width: 992px) {
  footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden; }
    footer .content {
      height: 250px; } }

footer .content {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  background-color: #444B53; }
  footer .content a {
    color: #ccc; }
    footer .content a:visited {
      color: #ccc; }
    footer .content a:hover {
      color: #ccc; }
    footer .content a:focus {
      color: #ccc; }
    footer .content a.fa {
      text-decoration: none; }

footer .bottom {
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background-color: #000; }
  footer .bottom p {
    margin: 0; }
    @media (min-width: 768px) {
      footer .bottom p {
        display: inline-block;
        margin-right: 20px; } }
  footer .bottom a {
    color: #ccc; }
    footer .bottom a:visited {
      color: #ccc; }
    footer .bottom a:hover {
      color: #ccc; }
    footer .bottom a:focus {
      color: #ccc; }
    footer .bottom a.fa {
      text-decoration: none; }

@media (max-width: 992px) {
  footer .text-right {
    text-align: left; } }

/* modals */
.modal-body {
  max-height: calc(100vh - 225px);
  overflow-y: auto; }
  .modal-body img {
    max-width: 100%; }
  .modal-body dl {
    margin-top: 5px;
    margin-bottom: 0; }
  .modal-body dl:first-child {
    margin-top: 0; }

.modal-seperator {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5; }

/* daiquiri-widget */
.daiquiri-widget {
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
  margin-bottom: 20px; }
  .daiquiri-widget:last-child {
    margin-bottom: 0; }
  .daiquiri-widget .caption {
    margin-top: 5px;
    margin-bottom: 0; }

/* panel */
.panel .panel-body p:last-child,
.panel .panel-body dl:last-child {
  margin-bottom: 0; }

.panel .panel-footer ul, .panel .panel-footer p {
  margin: 0; }

.panel li.list-group-link {
  padding: 0; }

.panel li.list-group-link:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.panel li.list-group-link > a {
  text-decoration: none;
  display: block;
  padding: 10px 15px; }

.panel li.list-group-link > a:hover {
  color: #23527c;
  background-color: #eee; }

.panel li.list-group-link > a.active {
  text-decoration: none;
  color: #fff;
  background-color: #286090; }

/* forms */
fieldset {
  margin-top: 10px;
  margin-bottom: 10px; }

div.control-label {
  margin-bottom: 5px;
  font-weight: bold; }

.daiquiri-multi-checkbox > :first-child {
  margin-top: 0; }

.daiquiri-multi-checkbox > :last-child {
  margin-bottom: 0; }

div.fieldset {
  margin-bottom: 20px; }

.form-group .radio {
  margin-top: 0px;
  margin-bottom: 5px; }

.form-group .file input {
  padding-bottom: 100px; }

.form-inline-button {
  margin-top: 25px; }

/* misc */
.expand {
  display: block;
  width: 100%; }

.break {
  word-wrap: break-word; }

.hide-overflow {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.email-form label,
.connections-form label {
  display: block;
  margin: 0;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5; }
  .email-form label:first-child,
  .connections-form label:first-child {
    border-top: 1px solid #e5e5e5; }
  .email-form label input,
  .connections-form label input {
    margin-left: 5px;
    margin-right: 5px; }

.email-form .email-form-buttons,
.connections-form .connections-form-buttons {
  margin-top: 10px; }

.socialaccount_providers {
  margin: 0;
  padding: 0;
  height: 42px; }
  .socialaccount_providers li {
    float: left;
    margin-right: 10px;
    list-style: none; }

.socialaccount_provider_name {
  line-height: 29px;
  font-weight: bold; }

.logout-form {
  margin: 0; }
  .logout-form .btn-link {
    padding: 3px 20px;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap; }
  .logout-form .btn-link:hover {
    color: #262626;
    background-color: #f5f5f5;
    text-decoration: none; }
  .logout-form .btn-link:focus {
    color: #262626;
    background-color: #f5f5f5;
    text-decoration: none;
    outline: none; }

.pager-vertical a {
  margin-bottom: 10px;
  display: block;
  width: 100%; }

@font-face {
  font-family: 'DroidSans';
  src: url("/static/core/fonts/DroidSans-webfont.eot?31d48c3f22b4");
  src: url("/static/core/fonts/DroidSans-webfont.eot%3Fiefix") format("eot"), url("/static/core/fonts/DroidSans-webfont.woff?31d48c3f22b4") format("woff"), url("/static/core/fonts/DroidSans-webfont.ttf?31d48c3f22b4") format("truetype"), url("/static/core/fonts/DroidSans-webfont.svg%23droid_sansregular") format("svg"); }

@font-face {
  font-family: 'DroidSans';
  src: url("/static/core/fonts/DroidSans-Bold-webfont.eot?31d48c3f22b4");
  src: url("/static/core/fonts/DroidSans-Bold-webfont.eot%3F%23iefix") format("embedded-opentype"), url("/static/core/fonts/DroidSans-Bold-webfont.woff?31d48c3f22b4") format("woff"), url("/static/core/fonts/DroidSans-Bold-webfont.ttf?31d48c3f22b4") format("truetype"), url("/static/core/fonts/DroidSans-webfont.svg%23droid_sansregular") format("svg");
  font-weight: bold;
  font-style: normal; }

/* exo-2-regular - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url("/static/core/fonts/exo-2-v4-latin-regular.eot?31d48c3f22b4");
  /* IE9 Compat Modes */
  src: local("Exo 2"), local("Exo2-Regular"), url("/static/core/fonts/exo-2-v4-latin-regular.eot%3F%23iefix") format("embedded-opentype"), url("/static/core/fonts/exo-2-v4-latin-regular.woff2?31d48c3f22b4") format("woff2"), url("/static/core/fonts/exo-2-v4-latin-regular.woff?31d48c3f22b4") format("woff"), url("/static/core/fonts/exo-2-v4-latin-regular.ttf?31d48c3f22b4") format("truetype"), url("/static/core/fonts/exo-2-v4-latin-regular.svg%23Exo2") format("svg");
  /* Legacy iOS */ }

/* responsive thresholds */
/* main */
/* navigation */
/* footer */
/* panels */
/* misc */
/* classes to mimick bootstrap 4 behaviour */
.center-col {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .center-col {
      display: flex;
      justify-content: left;
      align-items: top; } }
.right-col-sm {
  text-align: right; }
  @media screen and (max-width: 767px) {
    .right-col-sm {
      text-align: left; } }
.text-light {
  color: #eee; }

.text-light a {
  color: #ccc; }

.text-light a:hover {
  color: #fff; }

/* top navigation styles */
nav.navbar-default .navbar-brand,
nav.navbar-default .navbar-nav > li > a,
nav.navbar-default .navbar-nav > li > a:focus {
  color: #ccd0f0 !important;
  background-color: transparent;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  transition: background-color 1s; }

nav.navbar-default .navbar-brand:hover,
nav.navbar-default .navbar-nav > li > a:hover,
nav.navbar-default .navbar-nav > .open > a,
nav.navbar-default .navbar-nav > .open > a:focus,
nav.navbar-default .navbar-nav > .open > a:hover {
  color: #ccc !important;
  background-color: rgba(255, 255, 255, 0.2); }

/* basic footer styles */
/* green styles: #154648 for dark; 266d6d for bright footer */
.footer .content {
  background-color: #286090;
  /*#5a0807; /*#286090; /* #501918; */
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .footer .content .col-sm-4 {
      padding-bottom: 20px; } }
.footer .bottom {
  background-color: #202d6d;
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px; }

/* sticky footer with flexbox, see https://ueberdosis.io/artikel/sticky-footer-mit-css-flexbox and https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ */
body {
  margin: 0px; }

html {
  height: 100%; }

/* set the body's display property to flex, column */
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*min-height: 100vh;*/
  height: 100%;
  /* needed for ie, but need also html: height: 100% then! (for ff/chromium on Linux) */ }

/* set header/footer flex to none */
nav,
.banner,
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

/* grow the main content block until the whole page is filled */
.wrap-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%; }
