body, html {
  overflow-x: hidden;
  color: #747474;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none !important;
}

b, strong {
  font-weight: 700;
}

.container .container {
  padding: 0;
}

.rotate {
  -webkit-writing-mode: tb;
  -moz-writing-mode: tb;
  -ms-writing-mode: tb;
  -o-writing-mode: tb;
  writing-mode: tb;
}

#auftraege thead th {
  font-size: 12px;
}

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;

  /* IE 9 */
  float: left\9;
  width: 100%\9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 160px;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  
  .responsive-table tbody {
    width: 100% !important;
    display: block !important;
  }
  
  .responsive-table tbody tr {
    display: block;
  }
  
  .responsive-table tbody td {
    border-bottom: 1px solid #e3e3e3 !important;
  }
  
  .responsive-table tr td:first-of-type {
    background: #373737;
    color: #ffffff;
  }

}


/* ----------------------- TABLES ----------------------- */

.table {
  margin: 0 0 30px 0;
}

table p {
  margin: 0 0 15px 0;
}

.table p:last-child {
  margin: 0;
}

dl {
  margin: 0 0 30px 0;
}

figure {
  margin: 0 0 30px 0;
}

figcaption {
  background: #f5f5f5;
  padding: 10px 5px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

/* ----------------------- RESPONSIVE EMBED ----------------------- */

.embed-responsive {
  background-color: #f5f5f5;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  margin: 0 0 30px 0;
}

.embed-responsive-200px::before {
  padding-top: 200px;
}

.embed-responsive-300px::before {
  padding-top: 300px;
}

.embed-responsive-400px::before {
  padding-top: 400px;
}

.embed-responsive-500px::before {
  padding-top: 500px;
}

/* ----------------------- PARALLAX ----------------------- */

.parallax {
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
}

p,
.lead {
  margin: 0 0 30px 0;
}

ul,
ol {
  margin: 0 0 30px 0;
}

pre {
  margin: 0 0 30px 0;
  background: #f5f5f5;
  padding: 15px;
  line-height: 25px;
  position: relative;
}

img.thumbnail,
a.thumbnail {
  margin: 0 0 30px 0;
}

.form-control {
  background: #f9f9f9;
}

/* ----------------------- HORIZONTAL RULES ----------------------- */

hr {
  border: 0 none;
  height: 1px;
  background: #e3e3e3;
  margin: 0 0 30px 0;
  position: relative;
}

hr:before {
  width: 60px;
  height: 1px;
  position: absolute;
  top: 0;
  content: "";
  background: #3a8cc4;
  left: 0;
}

hr.text-center,
.text-center hr {
  margin-left: auto;
  margin-right: auto;
}

hr.text-center:before,
.text-center hr:before {
  left: 50%;
  margin-left: -30px;
}

hr.text-right,
.text-right hr {
  margin-left: auto;
}

hr.text-right:before,
.text-right hr:before {
  left: auto;
  right: 0;
}

/* HORIZONTAL RULES LAYOUT 2 */

.hr-layout-2 {
  height: 3px;
  border-radius: 1.5px;
}

.hr-layout-2:before {
  display: none;
}

/* HORIZONTAL RULES LAYOUT 3 */

.hr-layout-3 {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.hr-layout-3:before {
  width: 10px;
  height: 10px;
  background: #e3e3e3;
  position: absolute;
  left: 20px !important;
  border-radius: 5px;
  margin: 0 !important;
}

.hr-layout-3:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #e3e3e3;
  position: absolute;
  left: 40px;
  border-radius: 5px;
  margin: 0;
}

.text-center .hr-layout-3,
.hr-layout-3.text-center {
  left: -20px;
}

.text-right .hr-layout-3,
.hr-layout-3.text-right {
  left: -40px;
}

/* HORIZONTAL RULES LAYOUT 4 */

.hr-layout-4 {
  margin: 0 auto 30px auto;
  position: relative;
}

.hr-layout-4 > i {
  background: transparent;
  height: 20px;
  width: 30px;
  line-height: 20px;
  font-size: 20px;
  position: relative;
  left: 50%;
  margin-left: -15px;
  text-align: center;
  top: 0;
}

.hr-layout-4:before {
  position: absolute;
  top: 9px;
  height: 1px;
  background: #e3e3e3;
  content: "";
  right: 50%;
  right: calc(50% + 30px);
  left: 0;
}

.hr-layout-4:after {
  position: absolute;
  top: 9px;
  height: 1px;
  background: #e3e3e3;
  content: "";
  left: calc(50% + 30px);
  right: 0;
}

.text-center hr.layout-4,
hr.layout-4.text-center {
  margin-left: calc(-50% - 30px);
}

/* ----------------------- FORMS ----------------------- */

.form-control:disabled,
.form-control[readonly] {
  cursor: not-allowed;
}

.custom-select {
  background-color: #f9f9f9;
}

.form-group-sp {
  position: absolute;
  top: -9876543px;
  left: -9876543px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-group-description-inner > * {
  margin-bottom: 1rem !important;
}

.btn > i.fa {
  opacity: .6;
}

.modal-backdrop.show {
  opacity: .9;
}

.modal-body > *:last-child {
  margin-bottom: 0;
}

/* ----------------------- ACCORDION ----------------------- */

.accordions {
  margin: 0 0 30px 0;
}

/* LAYOUT 1 */

.accordion-layout-1 .accordion-title {
  margin: -1px 0 0 0;
  display: block;
  padding: 15px 0 15px 35px;
  color: #707070;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.accordion-layout-1 .accordion-title:before {
  position: absolute;
  left: 0;
  top: 15px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  width: 20px;
  color: #fff;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
}

.accordion-layout-1 .accordion-title:hover:before,
.accordion-layout-1 .accordion-title.accordion-active:before {
  background: #3a8cc4;
  color: #fff;
  transition: all .2s ease;
}

.accordion-layout-1 .accordion-title.accordion-active:before {
  content: "\f068";
}

.accordion-layout-1 .accordion-content {
  position: relative;
  display: none;
  padding: 30px 0 0 0;
}

/* LAYOUT 2 */

.accordion-layout-2 .accordion-title {
  margin: 0 0 15px 0;
  display: block;
  padding: 15px 65px 15px 15px;
  color: #707070;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.accordion-layout-2 .accordion-title:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 15px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  width: 50px;
  color: #fff;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  
}

.accordion-layout-2 .accordion-title:hover:before,
.accordion-layout-2 .accordion-title.accordion-active:before {
  background: #3a8cc4;
  color: #fff;
  transition: all .2s ease;
}

.accordion-layout-2 .accordion-title.accordion-active:before {
  content: "\f068";
}

.accordion-layout-2 .accordion-content {
  position: relative;
  display: none;
  padding: 15px 0 0 0;
}


/* ----------------------- TABS ----------------------- */

/* TABS */

.nav-tabs .nav-item {
  padding-left: 2px;
  padding-right: 2px;
}

.nav-tabs .nav-item:first-child {
  padding-left: 0;
}

.nav-tabs .nav-item:last-child {
  padding-right: 0;
}

.nav-tabs .nav-link {
  color: #808080;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  background: #f5f5f5;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
  background: #fff;
  color: #333;
}

/* PILLS */

.nav-pills .nav-item {
  padding-left: 3px;
  padding-right: 3px;
}

.nav-pills .nav-item:first-child {
  padding-left: 0;
}

.nav-pills .nav-item:last-child {
  padding-right: 0;
}

.nav-pills .nav-link {
  background: #f5f5f5;
  color: #808080;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  background: #e3e3e3;
}

/* MODERN */

.nav-tabs.nav-modern {
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
}

.nav-tabs.nav-modern .nav-item {
  padding-left: 0;
  padding-right: 0;
}

.nav-tabs.nav-modern .nav-item:first-child {
  padding-left: 0;
}

.nav-tabs.nav-modern .nav-item:last-child {
  padding-right: 0;
}

.nav-tabs.nav-modern .nav-item {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin-left: -1px;
}

.nav-tabs.nav-modern .nav-link {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  color: #808080;
  font-size: 14px;
  line-height: 35px;
  padding: 3px 15px 0 15px;
  position: relative;
}

.nav-tabs.nav-modern .nav-link:before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  content: "";
  height: 3px;
  background: transparent;
}

.nav-tabs.nav-modern .nav-link:hover,
.nav-tabs.nav-modern .nav-link:focus {
  background: #e3e3e3;
}

.nav-tabs.nav-modern .nav-link.active,
.nav-tabs.nav-modern .nav-link.active:hover,
.nav-tabs.nav-modern .nav-link.active:focus {
  background: #fff;
  color: #333;
}

.nav-tabs.nav-modern .nav-link.active:before {
  background: #e74c3c;
}

.nav-tabs.nav-modern.nav-justified .nav-item:last-child {
  border-right: 0 none;
}

.nav-tabs.nav-modern.justify-content-end .nav-item:last-child {
  border-right: 0 none;
}

/* ----------------------- DOWNLOAD LAYOUT 1 ----------------------- */

.download-layout-1 {
  margin: 0 0 30px 0;
  display: block;
  padding: 15px 35px 15px 0;
  color: #707070;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.download-layout-1:before {
  position: absolute;
  right: 0;
  top: 15px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  width: 20px;
  background: #333;
  color: #fff;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f063";
  transition: all .1s ease;
}

.download-layout-1 + .download-layout-1 {
  margin-top: -31px;
}

.download-layout-1 + br {
  display: none;
}

/* ----------------------- DOWNLOAD LAYOUT 2 ----------------------- */

.download-layout-2 {
  background: #f5f5f5;
  margin: 0 0 30px 0;
  display: block;
  padding: 15px 65px 15px 15px;
  color: #707070;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.download-layout-2:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 15px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  width: 50px;
  background: #333;
  color: #fff;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  transition: all .1s ease;
}

.download-layout-2:hover {
  color: #707070;
}

.download-layout-2 + .download-layout-2 {
  margin-top: -15px;
}

.download-layout-2 + br {
  display: none;
}

/* ----------------------- TIMELINE LAYOUT 1 ----------------------- */

.timeline-layout-1 {
  position: relative;
}

.timeline-layout-1:before {
  position: absolute;
  left: 75px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e3e3e3;
  content: "";
  display: none;
}

.timeline-layout-1 .timeline-entry {
  padding-left: 0;
  position: relative;
  margin: 0 0 30px 0;
}

.timeline-layout-1 .timeline-title {
  padding: 15px;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  position: relative;
  margin: 0 0 15px 0;
  width: 100%;
}

.timeline-layout-1 .timeline blockquote {
  background: #fff;
}

.timeline-layout-1 .timeline-content {
  background: #f5f5f5;
  padding: 30px;
  position: relative;
}

.timeline-layout-1 .timeline-content:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
  content: "";
  top: 15px;
  left: -10px;
  position: absolute;
  display: none;
}

.timeline-layout-1 .timeline-content > *:last-child {
  margin: 0;
}

/* ----------------------- TIMELINE LAYOUT 2 ----------------------- */

.timeline-layout-2 {
  position: relative;
}

.timeline-layout-2:before {
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #e3e3e3;
  position: absolute;
  display: none;
}

.timeline-layout-2 .timeline-entry {
  margin: 0;
  position: relative;
}

.timeline-layout-2 .timeline-content {
  position: relative;
  display: block;
  transition: all 1s ease-in-out 0s;
}

.timeline-layout-2 .timeline-title {
  position: absolute;
  width: 60px;
  height: 60px;
  position: absolute;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  border-radius: 30px;
  top: 0;
  transition: all 1s ease-in-out 0s;
  left: 50%;
  margin-left: -30px;
  z-index: 10;
}

/* ----------------------- TIMELINE LAYOUT 3 ----------------------- */

.timeline-layout-3 {
  position: relative;
  padding: 0 30px;
  margin: 0 0 30px 0;
}

.timeline-layout-3 .timeline-entry {
  border-bottom: 3px solid #e3e3e3;
  padding: 30px 30px 1px 30px;
  position: relative;
}

.timeline-layout-3 .timeline-entry:nth-child(odd) {
  border-right: 3px solid #e3e3e3;
  padding-left: 0;
  padding-right: 60px;
}

.timeline-layout-3 > .timeline-entry:nth-child(even) {
  border-left: 3px solid #e3e3e3;
  padding-right: 0;
  padding-left: 60px;
}

.timeline-layout-3 > .timeline-entry:first-child {
  padding-top: 0;
}

.timeline-layout-3 > .timeline-entry:first-child .timeline-title {
  top: 0;
}

.timeline-layout-3 > .timeline-entry:last-child {
  border-bottom: 0 none;
}

.timeline-layout-3 > .timeline-entry:last-child .timeline-content > *:last-child {
  margin-bottom: 0;
}

.timeline-layout-3 .timeline-title {
  position: absolute;
  width: 60px;
  height: 60px;
  position: absolute;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  border-radius: 30px;
  top: 30px;
  transition: all 1s ease-in-out 0s;
  z-index: 10;
}

.timeline-layout-3 .timeline-entry:nth-child(odd) .timeline-title {
  right: -31.5px;
}

.timeline-layout-3 .timeline-entry:nth-child(even) .timeline-title {
  left: -31.5px;
}

/* ----------------------- SECTION HEIGHT ----------------------- */

.height-auto {
  min-height: auto;
}

.mh-100px {
  min-height: 100px;
}

.mh-200px {
  min-height: 200px;
}

.mh-300px {
  min-height: 300px;
}

.mh-400px {
  min-height: 400px;
}

.mh-500px {
  min-height: 500px;
}

.mh-600px {
  min-height: 600px;
}

.mh-700px {
  min-height: 700px;
}

.mh-800px {
  min-height: 800px;
}

.mh-900px {
  min-height: 900px;
}

.mh-1000px {
  min-height: 1000px;
}

.mh-25vh {
  min-height: 25vh;
}

.mh-50vh {
  min-height: 50vh;
}

.mh-75vh {
  min-height: 75vh;
}

.mh-100vh {
  min-height: 100vh;
}

.mh-100vh-menu {
  min-height: calc( 100vh - 81px );
}

.mh-100vh-menu-toolbar {
  min-height: calc( 100vh - 113px );
}

/* ----------------------- ROWS - DISTANCES ----------------------- */

.row-gutters-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-gutters-0 > .col,
.row-gutters-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row-gutters-2 {
  margin-left: -1px;
  margin-right: -1px;
}

.row-gutters-2 > .col,
.row-gutters-2 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

.row-gutters-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row-gutters-15 > .col,
.row-gutters-15 > [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row-gutters-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-gutters-60 > .col,
.row-gutters-60 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.row-gutters-90 {
  margin-left: -45px;
  margin-right: -45px;
}

.row-gutters-90 > .col,
.row-gutters-90 > [class*="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}

.row-gutters-120 {
  margin-left: -60px;
  margin-right: -60px;
}

.row-gutters-120 > .col,
.row-gutters-120 > [class*="col-"] {
  padding-left: 60px;
  padding-right: 60px;
}

/* ----------------------- CARDS - GENERAL ----------------------- */

.card {
  position: relative;
  display: block !important;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  margin: 0 0 30px 0;
  text-align: center;
}

.card a.card-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  text-indent: -987654321px;
}

.card .card-headline {
  margin: 0 0 15px 0;
}

.card.card-media-icon .card-media i {
  font-style: normal;
}

.card.card-media-none .card-media,
.card.card-media-none .card-media-before {
  display: none !important;
}

.card .card-content p {
  margin: 0 0 15px 0;
}

.card .card-content p:last-child {
  margin-bottom: 30px;
}

.card.frontend-edit-element-hover:before {
  display: none;
}

.card.frontend-edit-element-hover:after {
  display: none;
}

.row-cards.row-gutters-0 {
  padding-bottom: 30px;
}

.row-cards.row-gutters-0 .card {
  margin-bottom: 0;
}

.row-cards.row-gutters-2 {
  padding-bottom: 28px;
}

.row-cards.row-gutters-2 .card {
  margin-bottom: 2px;
}

.row-cards.row-gutters-15 {
  padding-bottom: 15px;
}

.row-cards.row-gutters-15 .card {
  margin-bottom: 15px;
}

.row-cards.row-gutters-60 {
  margin-bottom: -30px;
}

.row-cards.row-gutters-60 .card {
  margin-bottom: 60px;
}

/* CARD LAYOUT 1 */

.card-layout-1 {
  background: #f5f5f5;
  overflow: hidden;
}

.card-layout-1 .card-headline {
  font-size: 18px;
  margin: 0;
  padding: 15px 30px;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.card-layout-1.card-media-image .card-media img {
  transition: all .5s ease;
}

.card-layout-1.card-media-image:hover .card-media img {
  transform: scale(1.1);
}

.card-layout-1 .card-content {
  font-size: 15px;
  color: #999;
  margin: 0;
  padding: 30px 30px 1px 30px;
  position: relative;
}

.card-layout-1.card-media-icon .card-media i {
  font-size: 60px;
  line-height: 60px;
}

.card-layout-1 .card-media {
  overflow: hidden;
  position: relative;
}

.card-layout-1.card-media-icon .card-media {
  min-height: 120px;
}

.card-layout-1 .card-bottom {
  height: 2px;
  width: 100%;
  opacity: 0;
  transition: all .5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-layout-1:hover .card-bottom {
  opacity: 1;
}

/* CARD LAYOUT 2 */

.card-layout-2 {
  min-height: 45px;
  text-align: left;
}

.card-layout-2.card-media-icon,
.card-layout-2.card-media-image {
  padding-left: 60px;
}

.card-layout-2.card-media-image .card-media {
  border: 0 none;
}

.card-layout-2.card-media-image .card-media img {
  float: left;
}

.card-layout-2 .card-media > i {
  line-height: 42px;
}

.card-layout-2 .card-media {
  width: 45px !important;
  height: 45px !important;
  border: 1px solid;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 25px;
  line-height: 43px;
  font-size: 20px;
  z-index: 2;
  overflow: hidden;
  transition: all .3s ease;
  z-index: 10;
}

.card-layout-2 .card-media-before {
  position: absolute;
  width: 45px;
  height: 45px;
  background: transparent;
  border: 1px solid #333;
  top: 0;
  left: 0;
  border-radius: 30px;
  transition: all .3s ease;
  z-index: 1;
  opacity: 0;
  z-index: 5;
}

.card-layout-2:hover .card-media {
  transform: scale(.8);
}

.card-layout-2:hover .card-media-before {
  opacity: 1;
}

/* CARD LAYOUT 3 */

.card-layout-3.card-media-image .card-media img {
  float: left;
}

.card-layout-3 .card-media,
.card-layout-3 .card-media-before {
  width: 90px !important;
  height: 90px !important;
  display: block;
  border: 1px solid;
  border-radius: 45px;
  line-height: 88px;
  font-size: 35px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 0 auto 15px auto;
}

.card-layout-3 .card-media-before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
}

.card-layout-3 .card-media-before {
  opacity: 0;
}

.card-layout-3 .card-media > i {
  line-height: 87px;
}

.card-layout-3:hover .card-media {
  transform: scale(.8);
}

.card-layout-3:hover .card-media-before {
  opacity: 1;
}

.card-layout-3.card-media-image .card-media {
  border: 0 none;
}

/* CARD LAYOUT 4 */

.card-layout-4.card-media-image .card-media img {
  float: left;
}

.card-layout-4 .card-media,
.card-layout-4 .card-media-before {
  width: 60px !important;
  height: 60px !important;
  display: block;
  border: 1px solid;
  border-radius: 30px;
  line-height: 58px;
  font-size: 20px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 0 auto 15px auto;
}

.card-layout-4 .card-media-before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}

.card-layout-4 .card-media-before {
  opacity: 0;
}

.card-layout-4 .card-media > i {
  line-height: 57px;
}

.card-layout-4:hover .card-media {
  transform: scale(.8);
}

.card-layout-4:hover .card-media-before {
  opacity: 1;
}

.card-layout-4 .card-content {
  position: relative;
}

.card-layout-4.card-media-image .card-media {
  border: 0 none;
}

/* CARD LAYOUT 5 */

.card-layout-5 .card-media {
  font-size: 90px;
  line-height: 90px;
  display: block;
  margin: 0 auto 15px auto;
}

/* CARD LAYOUT 6 */

.card-layout-6 .card-headline {
  font-size: 18px;
  margin: 0;
  padding: 15px 30px;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
}


.card-layout-6.card-media-icon .card-media {
  font-size: 100px;
  line-height: 100px;
  min-height: 160px;
}

/* ----------------------- TEXT LINKS ----------------------- */

a.text-link {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

a.text-link:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  left: 0;
  height: 1px;
  background: #e3e3e3;
}

a.text-link:after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  transition: all .3s ease;
  transform: scaleX(0);
  transform-origin: left;
}

a.text-link:hover:after {
  transform: scaleX(1);
}

/* ----------------------- URORDERED LISTS ----------------------- */

.content ul {
  list-style: none outside none;
  margin: -10px 0 20px 0;
  padding: 0 0 0 45px;
}

.content ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.content ul li:last-child {
  border-bottom: 0;
}

.content ul li:before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  width: 24px;
  height: 24px;
  content: "\f178";
  position: absolute;
  left: -45px;
  top: 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.content ul li ul {
  margin: 10px 0 0 0;
  border-top: 1px solid #e3e3e3;
  padding: 0 0 0 45px;
}

.content ul li ul li:before {
  left: -30px;
  top: 16px;
  
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  width: 24px;
  height: 24px;
  content: "\f178";
  position: absolute;
  left: -45px;
  top: 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #999;
  
}

.content ul li ul li:last-child {
  padding-bottom: 0;
}

.content ul.sitemap li {
  color: #747474;
  padding: 0;
}

.content ul.sitemap li a {
  color: #747474;
  padding: 10px 0;
  display: block;
}

.content ul.sitemap li ul {
  margin-top: 0;
}

/* ----------------------- ORDERED LISTS ----------------------- */

.content ol {
  list-style: none outside none;
  margin: -10px 0 20px 0;
  padding: 0 0 0 45px;
}

.content ol li {
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  counter-increment: step-counter;
}

.content ol li:last-child {
  border-bottom: 0;
}

.content ol li:before {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #3a8cc4;
  background: #3a8cc4;
  color: #fff;
  position: absolute;
  left: -45px;
  top: 10px;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  border-radius: 12px;
  text-indent: 1px;
  content: counter(step-counter);
}

.content ol.search-result li {
  padding: 0;
}

.content ol.search-result li a {
  padding: 10px 0;
  display: block;
  color: #808080;
}

.content ol.search-result li:before {
  border-color: #808080;
  background: #808080;
}

/* ----------------------- BILDERGALERIE ----------------------- */

.galerie .row.row-gutters-0 {
  padding-bottom: 30px;
}

.galerie .row.row-gutters-0 a.gallery {
  margin-bottom: 0;
}

.galerie .row.row-gutters-2 {
  padding-bottom: 28px;
}

.galerie .row.row-gutters-2 a.gallery {
  margin-bottom: 2px;
}

.galerie .row.row-gutters-60 {
  margin-bottom: -30px;
}

.galerie .row.row-gutters-60 a.gallery {
  margin-bottom: 60px;
}

a.gallery {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
}

a.gallery img {
  width: 100%;
  height: auto;
}

a.gallery:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: "";
  position: absolute;
  transition: all .3s ease;
}

a.gallery:hover:before {
  opacity: .9;
}

a.gallery i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  margin: -15px 0 0 -15px;
  color: #fff;
  transition: all .3s ease;
  transform: scale(.5);
  opacity: 0;
}

a.gallery:hover i {
  transform: scale(1);
  opacity: 1;
}

/* ----------------------- HEADLINES ----------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 30px 0;
  font-weight: 300;
  color: #333;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bold {
  font-weight: 700;
}

iframe {
  border: medium none;
  width: 100%;
}

img {
  max-width: 100%;
  float: none;
}

/* ----------------------- ALERTS ----------------------- */

.alert > *:last-child {
  margin-bottom: 0;
}

.alert {
  margin: 0 0 30px 0;
  border: 0 none;
  color: #fff;
  border-radius: 0;
  padding: 15px 20px 15px 26px;
  position: relative;
  transition: padding-left .6s ease;
}

.alert:before {
  content: "";
  width: 6px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0,0,0,.1);
}

.alert a {
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.6);
}

.alert.alert-light {
  color: #747474;
}

.alert.alert-light a {
  color: #747474 !important;
  border-bottom: 1px solid rgba(0,0,0,.3);
}

.alert-icon > i {
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  line-height: 24px;
  opacity: .6;
}

.alert.alert-icon {
  padding-left: 80px;
}

.alert.alert-icon:before {
  width: 60px;
}

.alert.alert-close .alert-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: rgba(0,0,0,.1);
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 11px;
  border-radius: 0 0 0 3px;
  opacity: .6;
  cursor: pointer;
}

.alert.alert-close .alert-close:hover {
  opacity: 1;
}

.alert.alert-close.alert-light .alert-close {
  color: #747474;
}

/* ----------------------- MARGINS ----------------------- */

/* MARGIN TOP */

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* MARGIN RIGHT */

.mr0 {
  margin-right: 0px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* MARGIN BOTTOM */

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

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* MARGIN LEFT */

.ml0 {
  margin-left: 0px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* MARGIN TOP NEGATIVE */

.mt-1 {
  margin-top: -1px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-31 {
  margin-top: -31px !important;
}

.mt-32 {
  margin-top: -32px !important;
}

.mt-35 {
  margin-top: -35px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mt-45 {
  margin-top: -45px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mt-51 {
  margin-top: -51px !important;
}

.mt-55 {
  margin-top: -55px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

.mt-65 {
  margin-top: -65px !important;
}

.mt-70 {
  margin-top: -70px !important;
}

.mt-75 {
  margin-top: -75px !important;
}

.mt-80 {
  margin-top: -80px !important;
}

.mt-85 {
  margin-top: -85px !important;
}

.mt-90 {
  margin-top: -90px !important;
}

.mt-95 {
  margin-top: -95px !important;
}

.mt-100 {
  margin-top: -100px !important;
}

/* MARGIN BOTTOM NEGATIVE */

.mb-1 {
  margin-bottom: -1px !important;
}

.mb-5 {
  margin-bottom: -5px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-15 {
  margin-bottom: -15px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.mb-25 {
  margin-bottom: -25px !important;
}

.mb-26 {
  margin-bottom: -26px !important;
}

.mb-30 {
  margin-bottom: -30px !important;
}

.mb-35 {
  margin-bottom: -35px !important;
}

.mb-40 {
  margin-bottom: -40px !important;
}

.mb-45 {
  margin-bottom: -45px !important;
}

.mb-50 {
  margin-bottom: -50px !important;
}

.mb-55 {
  margin-bottom: -55px !important;
}

.mb-60 {
  margin-bottom: -60px !important;
}

.mb-65 {
  margin-bottom: -65px !important;
}

.mb-70 {
  margin-bottom: -70px !important;
}

.mb-75 {
  margin-bottom: -75px !important;
}

.mb-80 {
  margin-bottom: -80px !important;
}

.mb-85 {
  margin-bottom: -85px !important;
}

.mb-90 {
  margin-bottom: -90px !important;
}

.mb-95 {
  margin-bottom: -95px !important;
}

.mb-100 {
  margin-bottom: -100px !important;
}

/* ----------------------- PADDINGS ----------------------- */

/* PADDING TOP */

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

/* PADDING RIGHT */

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* PADDING BOTTOM */

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

/* PADDING LEFT */

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* ----------------------- BG SIZES ----------------------- */

.bg-size-cover {
  background-size: cover !important;
}

.bg-size-contain {
  background-size: contain !important;
}

.bg-size-100-auto {
  background-size: 100% auto !important;
}

.bg-size-90-auto {
  background-size: 90% auto !important;
}

.bg-size-80-auto {
  background-size: 80% auto !important;
}

.bg-size-70-auto {
  background-size: 70% auto !important;
}

.bg-size-60-auto {
  background-size: 60% auto !important;
}

.bg-size-50-auto {
  background-size: 50% auto !important;
}

.bg-size-40-auto {
  background-size: 40% auto !important;
}

.bg-size-30-auto {
  background-size: 30% auto !important;
}

.bg-size-20-auto {
  background-size: 20% auto !important;
}

.bg-size-10-auto {
  background-size: 10% auto !important;
}

.bg-repeat-no-repeat {
  background-repeat: no-repeat !important;
}

/* ----------------------- BG ATTACHMENTS ----------------------- */

.bg-attachment-scroll {
  background-attachment: scroll;
}

.bg-attachment-fixed {
  background-attachment: scroll !important;
}

/* ----------------------- BG POSITIONS ----------------------- */

.bg-position-x-left {
  background-position-x: left;
}

.bg-position-x-center {
  background-position-x: center;
}

.bg-position-x-right {
  background-position-x: right;
}

.bg-position-y-top {
  background-position-y: top;
}

.bg-position-y-center {
  background-position-y: center;
}

.bg-position-y-bottom {
  background-position-y: bottom;
}

/* ----------------------- OPACITY ----------------------- */

.opacity-10 {
  opacity: .1;
}

.opacity-20 {
  opacity: .2;
}

.opacity-30 {
  opacity: .3;
}

.opacity-40 {
  opacity: .4;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.opacity-70 {
  opacity: .7;
}

.opacity-80 {
  opacity: .8;
}

.opacity-90 {
  opacity: .9;
}

.opacity-100 {
  opacity: 1;
}

/* ----------------------- MIX BLEND MODES ----------------------- */

.mix-blend-mode-unset {
  mix-blend-mode: unset;
}

.mix-blend-mode-color {
  mix-blend-mode: color;
}

.mix-blend-mode-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-mode-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-mode-darken {
  mix-blend-mode: darken;
}

.mix-blend-mode-difference {
  mix-blend-mode: difference;
}

.mix-blend-mode-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-mode-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-mode-hue {
  mix-blend-mode: hue;
}

.mix-blend-mode-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-mode-luminosity {
  mix-blend-mode: luminosity;
}

.mix-blend-mode-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-mode-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-mode-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-mode-screen {
  mix-blend-mode: screen;
}

.mix-blend-mode-soft-light {
  mix-blend-mode: soft-light;
}

/* ----------------------- MAX WIDTHS ----------------------- */

.mw-1140 {
  max-width: 1140px !important;
}

.mw-960 {
  max-width: 960px !important;
}

.mw-720 {
  max-width: 720px !important;
}

.mw-540 {
  max-width: 540px !important;
}

.mw-500 {
  max-width: 500px !important;
}

.mw-450 {
  max-width: 450px !important;
}

.mw-400 {
  max-width: 400px !important;
}

.mw-350 {
  max-width: 350px !important;
}

.mw-300 {
  max-width: 300px !important;
}

.mw-250 {
  max-width: 250px !important;
}

.mw-200 {
  max-width: 200px !important;
}

.mw-150 {
  max-width: 150px !important;
}

.mw-120 {
  max-width: 120px !important;
}

.mw-100 {
  max-width: 100px !important;
}

.mw-90 {
  max-width: 90px !important;
}

.mw-75 {
  max-width: 75px !important;
}

.mw-60 {
  max-width: 60px !important;
}

.mw-50 {
  max-width: 50px !important;
}

.mw-45 {
  max-width: 45px !important;
}

.mw-30 {
  max-width: 30px !important;
}

.mw-15 {
  max-width: 15px !important;
}

.mw-none {
  max-width: none !important;
}

/* ----------------------- LIGHTBOX ----------------------- */

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

.fancybox-slide--iframe .fancybox-content {
  max-height: 100%;
}

body {
    background: #f5f5f5;
    overflow-x: hidden;
    min-height: 100%;
}

.custom-file-label::after {
  content: "Datei auswählen";
}

/* - - - - - - - - - - - - - - - - - - - - HEADER - - - - - - - - - - - - - - - - - - - - */

#header {
  height: 50px;
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  font-size: 12px;
}

#header .col-left {
  float: left;
}

#header .col-left a {
  min-width: 51px;
  height: 50px;
  line-height: 30px;
  padding: 10px 15px;
  text-align: center;
  border-right: 1px solid #e3e3e3;
  display: block;
  float: left;
  color: #666;
}

#header .col-left a.menu-desktop {
  display: block;
  font-size: 20px;
}

#header .col-left a.menu-mobile {
  display: none;
  font-size: 20px;
}

#header .col-left a img {
  height: 30px;
  width: auto;
}

#header .col-right {
  float: right;
}

#header .col-right ul.header-menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#header .col-right ul.header-menu > li {
  padding: 0;
  position: relative;
  float: left;
}

#header .col-right ul.header-menu > li > a {
  display: block;
  min-width: 50px;
  height: 50px;
  padding: 10px 15px;
  line-height: 30px;
  text-align: center;
  border-left: 1px solid #e3e3e3;
  color: #666;
}

#header .col-right ul.header-menu > li > a > .label {
  left: 8px;
  padding: 1px 4px;
  position: absolute;
  text-shadow: none;
  top: 8px;
}

#header .col-right ul.header-menu > li.search {
  position: relative;
  padding: 9.5px 15px 0 0;
}

/* - - - - - - - - - - - - - - - - - - - - DROPDOWN OVERRIDE - - - - - - - - - - - - - - - - - - - - */

.dropdown-menu {
  border: 1px solid #e3e3e3;
  min-width: 250px;
  margin: -1px -1px 0 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 16px;
  font-size: 12px;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
  line-height: 16px;
}

.dropdown-menu > li > a > .label {
  position: relative;
  top: 2px;
}

.dropdown-header {
  padding: 8px 20px;
}

/* - - - - - - - - - - - - - - - - - - - - PANEL OVERRIDE - - - - - - - - - - - - - - - - - - - - */

.panel {
  margin: 20px 0 0 0;
  background: #fff;
}

.panel > .panel-heading {
  background-color: #009FE3;
  color: #fff;
  z-index: 300;
}

.panel > .panel-heading h3 {
  float: left;
  padding: 10px 5px 10px 20px;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  color: #fff;
}

.panel > .panel-heading ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  float: right;
}

.panel > .panel-heading ul > li {
  float: left;
  position: relative;
}

.panel > .panel-heading ul > li > a {
  padding: 10px;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  min-width: 40px;
  border-left: 1px solid rgba(255,255,255,.1);
}

.panel > .panel-heading ul > li > a > i.fa {
  font-size: 14px;
}

.panel > .panel-heading ul > li.open > a,
.panel > .panel-heading ul > li > a:hover {
  background: #0d6f9e;
}

.panel > .panel-heading ul > li > ul > li > a:empty {
  display: none;
}

.panel > .panel-heading ul > li > ul {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #0d6f9e;
  display: none;
}

.panel > .panel-heading ul > li.open > ul {
  display: block;
}

.panel > .panel-heading ul > li > ul > li {
  float: none;
  padding: 0;
}

.panel > .panel-heading ul > li > ul > li > a {
  padding: 6px 12px;
  text-align: left;
  border: 0 none;
  white-space: nowrap;
}

.panel > .panel-heading ul > li > ul > li.active > a {
  background: #009FE3 !important;
}

.panel-content,
.panel-body {
  padding: 20px 20px 1px 20px;
}

/* - - - - - - - - - - - - - - - - - - - - TABLES - - - - - - - - - - - - - - - - - - - - */

.table {
  margin: 0 0 20px 0;
}
/*
.table a:not(.btn) {
  color: #333;
  border-bottom: 1px dashed #aaa;
}
*/

/* - - - - - - - - - - - - - - - - - - - - MENU - - - - - - - - - - - - - - - - - - - - */

#menu {
  position: fixed;
  height: 100%;
  padding: 50px 0 0 0;
  background: #555;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 300px;
  border-right: 1px solid #444;
}

#menu ul {
  list-style: none outside none;
  margin: 0 0 25px 0;
  padding: 0;
  line-height: 20px;
}

#menu ul > li {
  position: relative;
  padding: 0;
}

#menu ul > li > a {
  display: block;
  padding: 15px 15px 15px 50px;
  border-bottom: 1px solid #444;
  color: #ddd;
  position: relative;
}

#menu ul > li > a.submenu-trigger {
  display: none;
}

#menu ul > li > a > i {
  width: 50px;
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 49px;
  height: 50px;
  text-align: center;
  padding: 10px;
  line-height: 30px;
}

#menu ul > li > a:hover {
  background: #444;
}

#menu ul > li.active > a,
#menu ul > li.active > a:hover {
  background: #333;
}

.menu-desktop-open #menu {
  left: 0;
}

.menu-desktop-closed #menu {
  left: -250px;
}

.menu-desktop-closed #menu ul > li > a {
  padding: 15px 49px 15px 15px;
}

.menu-desktop-closed #menu ul > li > a > i {
  right: 0;
  left: auto;
}

#menu ul > li > ul {
  position: absolute;
  left: 100%;
  left: calc(100% + 1px);
  top: -1px;
  padding: 0;
  display: none;
  background: #555;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
}

.menu-desktop-closed #menu ul > li > ul > li > a,
#menu ul > li > ul > li > a {
  padding: 15px;
  min-width: 200px;
  max-width: 300px;
}

#menu ul > li.open > ul {
  display: block;
}

#menu ul > li.open > a {
  background: #444;
}

/* - - - - - - - - - - - - - - - - - - - - CONTENT - - - - - - - - - - - - - - - - - - - - */

#content {
  padding: 50px 20px 20px 70px;
}

.menu-desktop-open #content {
  padding-left: 320px;
}

/* - - - - - - - - - - - - - - - - - - - - TABS - - - - - - - - - - - - - - - - - - - - */

#tabs ul {
  list-style: none outside none;
  padding: 0;
  margin: 0 0 15px 0;
}

#tabs ul > li {
  float: left;
}

#tabs ul > li > a {
  line-height: 20px;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  min-width: 50px;
  text-align: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  margin: 0 5px 5px 0;
}

#tabs ul > li.active > a,
#tabs ul > li.active:hover > a {
  border-color: #555;
  background: #555;
  color: #fff;
}

#tabs ul > li:hover > a {
  background: #e3e3e3;
}

/* - - - - - - - - - - - - - - - - - - - - TOOLBAR - - - - - - - - - - - - - - - - - - - - */

#toolbar {
  margin: 20px 0 0 0;
  background: #555;
}

#toolbar ul.toolbar {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#toolbar ul.toolbar-left {
  float: left;
}

#toolbar ul.toolbar-right {
  float: right;
}

#toolbar ul.toolbar > li {
  float: left;
  position: relative;
}

#toolbar ul.toolbar > li.active > a,
#toolbar ul.toolbar > li.active:hover > a {
  background: #222;
}

#toolbar ul.toolbar > li:hover > a {
  background: #333;
}

#toolbar ul.toolbar > li > a {
  line-height: 20px;
  font-size: 14px;
  padding: 15px;
  display: inline-block;
  color: #ddd;
  position: relative;
  min-width: 50px;
  text-align: center;
}

#toolbar ul.toolbar > li > a > i {
  color: #bbb;
}

#toolbar ul.toolbar-left > li > a {
  border-right: 1px solid #333;
}

#toolbar ul.toolbar-right > li > a {
  border-left: 1px solid #333;
}
