/* colors
 ------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* lightgrey bckgrd 2 */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* xxx */
/* website colors ----------- */
/* bd blue light */
/* bd orange active */
/* active */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* margins / paddings
 ------------------------------------------------------------- */
/* mixins
 ------------------------------------------------------------- */
/* borders
 ------------------------------------------------------------- */
/* margins / paddings
 ------------------------------------------------------------- */
/*
 Document   : basic
 Created on : 15.01.2016
 Author	 : Jens.Degner
 Description:
 Purpose of the stylesheet follows.
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #000;
  box-sizing: border-box !important;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar; }

.jsdata {
  display: none !important; }

.center-wrapper {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/* ------------------------------------------------------------------
 fix content shifting when modal is opened
 ------------------------------------------------------------------ */
.modal-open {
  overflow: visible; }

.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  padding-right: 0px !important; }

/* ------------------------------------------------------------------
 Selection
 ------------------------------------------------------------------ */
::-moz-selection {
  background: #000;
  color: #fff; }

::-webkit-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

/* standard --------------------------------------------------------------------------------------*/
a:link {
  text-decoration: underline;
  color: #000; }

a:visited {
  text-decoration: underline;
  color: #000; }

a:hover {
  text-decoration: underline;
  color: #6eaad0; }

label.error, p.error {
  display: block;
  width: 100%;
  margin: 3px 0px 0px 0px;
  padding: 1px 5px 1px 5px !important;
  color: #6eaad0 !important;
  background-color: #6eaad0; }

.error {
  color: #6eaad0 !important; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.firstparagraph, .no-margin-top {
  margin-top: 0px !important;
  padding-top: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important; }

/* typography
 ------------------------------------------------------------- */
.content .center-content {
  text-align: center; }
.content .padding-bottom {
  padding-bottom: 30px !important; }
.content hr {
  border-color: #000 !important; }
.content h1 {
  font-size: 1.6em;
  margin-bottom: 15px; }
  .content h1::before {
    content: "\0025FC";
    font-size: 0.5em;
    padding-right: 0.5em; }
.content h2 {
  font-size: 1.2em;
  margin-top: 20px; }
.content h3 {
  /*font-size: 1.1em;*/
  font-size: 1em;
  font-weight: 700;
  color: #000; }
.content h4 {
  font-size: 1.1em;
  font-weight: 300; }
.content p {
  line-height: 1.6em;
  margin-bottom: 10px;
  text-align: justify; }
.content .hervorgehoben, .content .emphasized {
  font-weight: 700 !important; }
.content .normal {
  font-weight: 400 !important; }
.content .label, .content label {
  color: #fff;
  font-size: inherit !important;
  font-weight: bold !important;
  /*padding-left: 0px;*/ }
.content ul {
  list-style-type: none;
  padding-left: 1.2em;
  text-align: justify; }
  .content ul li {
    line-height: 1.8em;
    /*padding-left: 0.2em;*/ }
  .content ul li::before {
    content: "\2022";
    color: #000;
    /*border-color: transparent $color3;
     border-style: solid;
     border-width: 0.35em 0 0.35em 0.45em;*/
    display: block;
    height: 0;
    width: 0;
    left: -1.3em;
    top: 0.1em;
    position: relative;
    font-size: 14px;
    font-weight: bold; }
  .content ul.ul-2 {
    margin-top: 1em; }
    .content ul.ul-2 li {
      margin-bottom: 1em; }
.content li ul {
  /*margin-top: 8px;*/ }
.content ol {
  list-style: none;
  counter-reset: counter0;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  text-align: justify; }
  .content ol li p {
    display: inline-block; }
  .content ol > li {
    counter-increment: counter0;
    margin: 0 0 0.8rem 2rem; }
    .content ol > li::before {
      display: inline-block;
      content: counter(counter0) '.';
      color: #000;
      margin: 0 1.3rem 0 -2rem;
      /*background: $color0;
       width: 1.4rem;
       height: 1.4rem;
       border-radius: 50%;
       display: inline-block;
       line-height: 1.4rem;
       text-align: center;
       margin: 0 0.6rem 0 -2rem;*/ }
  .content ol ul {
    margin: 0.5rem 0 0.5rem 0; }
  .content ol ol {
    counter-reset: counter0; }
    .content ol ol > li {
      counter-increment: counter1;
      margin: 0 0 0.8rem 2rem; }
      .content ol ol > li::before {
        content: counter(counter1);
        background: #c9c9c9;
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
        display: inline-block;
        line-height: 1.4rem;
        color: white;
        text-align: center;
        margin: 0 0.6rem 0 -2rem; }
    .content ol ol ol {
      counter-reset: counter2; }
      .content ol ol ol > li {
        counter-increment: counter2;
        margin: 0 0 0.8rem 2rem; }
        .content ol ol ol > li::before {
          content: counter(counter2);
          background: #6c757d;
          width: 1.4rem;
          height: 1.4rem;
          border-radius: 50%;
          display: inline-block;
          line-height: 1.4rem;
          color: white;
          text-align: center;
          margin: 0 0.6rem 0 -2rem; }

.widget-container-nospace h1, .widget-container-nospace h2, .widget-container-nospace h3, .widget-container-nospace h4 {
  /*margin-bottom: 0px !important;*/ }

/* tables
 -------------------------------------------------------------------------------------- */
/* basic
 -------------------------------------------------------------------------------------- */
.tdLeft {
  text-align: left; }

.tdCenter {
  text-align: center; }

.tdRight {
  text-align: right; }

.table-striped {
  border-collapse: separate;
  border-spacing: 0px 1px; }

.table-striped thead th {
  background-color: #6eaad0; }

.table-striped .striped {
  background-color: #000 !important; }

.td-nowrap {
  white-space: nowrap; }

/* buttons
 ------------------------------------------------------------- */
.btn.focus, .btn:focus {
  box-shadow: none !important; }

.btnbar.btnbar-bottom {
  margin-top: 20px; }

button.is-checked {
  background-color: #6c757d; }
button.btn-outline-primary {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  color: #000;
  border-color: #000; }
  button.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }

.btn-default {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: 100%;
  font-size: 14px;
  color: #999;
  border: 1px solid #c9c9c9; }

.btn-default:hover {
  color: #000; }

.btn-sm {
  padding-top: 3px;
  padding-bottom: 3px; }

a.btn-default {
  color: #999;
  font-size: 15px;
  text-decoration: none; }

.btn-default:hover a {
  color: #000 !important; }

.btn-small {
  padding-top: 3px;
  padding-bottom: 3px; }

/*.grid-header-tools {
 margin-right: 15px;
 margin-bottom: 10px;
 height: 30px;
 }
 .btn-with-icon {
 &.btn-with-icon-right {
 .btn-label {
 padding-right: 1.2em;
 }
 .btn-icon {
 color: $color50;
 font-size: 16px;
 &.visible {
 display: inline;
 }
 &.invisible {
 display: none;
 }
 }
 }
 }
 .btn-group {
 height: 100%;
 }
 .input-group {
 .input-group-prepend {
 .input-group-text {
 color: $color50;
 border-color: $color32;
 background-color: $color32;
 }
 }
 input {
 background-color: $color50;
 border: 1px solid $color50;
 -webkit-box-shadow: inset 0px 0px 0px 0px;
 -moz-box-shadow: inset 0px 0px 0px 0px;
 box-shadow: inset 0px 0px 0px 0px;
 @include border-radius(0, 0.25rem, 0, 0.25rem);
 }
 }
 .text-group {
 color: $color50;
 text-align: center;
 vertical-align: middle;
 padding: .25rem .5rem;
 background-color: $color50;
 @include border-radius(0.25rem, 0.25rem, 0.25rem, 0.25rem);
 }
 /* button groups with icons *
 .btn-group {
 .btn-group-prepend {
 .btn-group-text {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 height: 100%;
 padding: 0 .75rem;
 margin-bottom: 0;
 font-size: 1rem;
 font-weight: 400;
 line-height: 1.5;
 color: $color50;
 text-align: center;
 white-space: nowrap;
 background-color: $color32;
 border: none;
 @include border-radius(0.25rem, 0, 0.25rem, 0);
 }
 }
 }
 .buttons {
 margin: 15px 0px 20px 0px;
 }
 .buttons-bottom {
 margin: 20px 0px 0px 0px;
 }
 .btn-default {
 @include no-border;
 width: 100%;
 font-size: 14px;
 color: $color1;
 background-color: $color32;
 }
 .btn-default:hover {
 background-color: $color31;
 }
 .btn-sm {
 padding-top: 3px;
 padding-bottom: 3px;
 }
 .modal-body .btn-callback-submit {
 background-color: $color14;
 }
 .modal-header .close {
 font-size: 28px;
 color: $color32;
 opacity: 1;
 }
 .modal-header .close:hover {
 color: $color31;
 opacity: 1;
 }
 a.btn-default {
 color: $color1;
 font-size: 15px;
 text-decoration: none;
 }
 .btn-default:hover a {
 color: $color1 !important;
 }
 .btn-small {
 padding-top: 3px;
 padding-bottom: 3px;
 }
 .link-btn-int {
 display: inline-block;
 padding: 3px 7px 3px 7px;
 font-weight: normal;
 color: $color1 !important;
 text-decoration: none !important;
 background-color: $color32;
 @include border-radius (3px, 3px, 3px, 3px);
 .svg-inline--fa {
 margin-left: 0.8em;
 }
 }
 .link-btn-int-pdf, .link-btn-int-pdf-100 {
 display: inline-block;
 padding: 3px 7px 3px 7px;
 font-weight: normal;
 color: $color1 !important;
 text-decoration: none !important;
 background-color: $color32;
 @include border-radius (3px, 3px, 3px, 3px);
 .svg-inline--fa {
 margin-left: 0.8em;
 }
 &::after {
 display: none;
 font-family: "Font Awesome 5 Solid";
 content: "\f1c1";
 }
 }
 .link-btn-int-pdf-100 {
 width: 100%;
 }
 .link-btn-int-100 {
 display: inline-block;
 width: 100%;
 padding: .18rem .5rem;
 text-align: center;
 text-decoration: none !important;
 color: $color1 !important;
 background-color: $color32;
 @include border-radius (0.2rem,0.2rem,0.2rem,0.2rem);
 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
 .link-btn-ext {
 display: inline-block;
 padding: 3px 7px 3px 7px;
 font-weight: normal;
 color: $color0 !important;
 text-decoration: none !important;
 background-color: $color31;
 @include border-radius (3px, 3px, 3px, 3px);
 .svg-inline--fa {
 margin-left: 0.8em;
 }
 }
 .link-btn-ext::after {
 display: none;
 font-family: "Font Awesome 5 Solid";
 content: "\f35d";
 }
 .link-btn-int:hover, .link-btn-ext:hover, .link-btn-int-pdf:hover, .link-btn-int-100:hover {
 color: $color0;
 background-color: $color50;
 }
 .news .btn-default {
 @include no-border;
 width: 100%;
 color: $color0 !important;
 background-color: $color2 !important;
 }
 .news .btn-default a {
 color: $color0 !important;
 }
 .news .btn-default:hover a {
 color: $color1 !important;
 }*/
