﻿@charset "UTF-8";
.cf:before, .clearfix:before, .cf:after, .clearfix:after {
  content: " ";
  display: table;
}
.cf:after, .clearfix:after {
  clear: both;
}

body:before {
  display: none;
}

@media (min-width: 1170px) {
  body:before {
    content: "lg";
  }
}
@media (min-width: 970px) and (max-width: 1170px) {
  body:before {
    content: "md";
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  body:before {
    content: "sm";
  }
}
@media (max-width: 768px) {
  body:before {
    content: "xs";
  }
}
img.retina {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  img.retina {
    display: block;
  }
}

img.nonretina {
  display: none;
}
@media (-webkit-max-device-pixel-ratio: 1.5), (max-resolution: 1.5dppx) {
  img.nonretina {
    display: block;
  }
}

header#header {
  background-image: url(../assets/img/head.png);
  background-repeat: no-repeat;
  min-height: 193px;
  background-size: contain;
  background-position: center;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  header#header {
    width: 100%;
  }
}

footer#footer {
  width: 880px;
  background-image: url(../assets/img/footer.png);
  background-repeat: no-repeat;
  min-height: 122px;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  cursor: not-allowed;
}
@media (min-width: 1170px) {
  footer#footer {
    width: 880px;
  }
}
@media (min-width: 970px) and (max-width: 1170px) {
  footer#footer {
    width: 880px;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  footer#footer {
    width: 760px;
  }
}
@media (max-width: 768px) {
  footer#footer {
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}

section, main, footer, header, .container {
  box-sizing: border-box;
}

/*
section, main, footer, header, .container, .row {
  @extend %cf;
}
*/
main {
  width: 100%;
  margin: 0 auto;
}
/*@media (min-width: 1170px) {
  main {
    width: 880px;
  }
}
@media (min-width: 970px) and (max-width: 1170px) {
  main {
    width: 880px;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  main {
    width: 760px;
  }
}
@media (max-width: 768px) {
  main {
    width: 100%;
  }
}*/

/*.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .container {
    width: 1165px;
    padding: 0;
  }
}
@media (min-width: 970px) and (max-width: 1170px) {
  .container {
    padding: 0 4%;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 3%;
  }
}*/

.area {
  width: 100%;
  height: auto;
  padding: 30px 2%;
}

.info-box {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 10px;
}

.box {
  width: 100%;
  height: auto;
  background-color: grey;
  padding: 3% 5%;
  color: white;
}

@font-face {
  font-family: "Microgramma D OT";
  src: url("fonts/Microgramma-D-OT-Medium-Extended.eot"), url("fonts/Microgramma-D-OT-Medium-Extended.woff") format("woff"), url("fonts/Microgramma-D-OT-Medium-Extended.ttf") format("truetype"), url("fonts/Microgramma-D-OT-Medium-Extended.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.style2020 {
  color: #363D3D;
  font-size: 15px;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif, arial;
}
.style2020 h1, .style2020 h2, .style2020 h3, .style2020 h4, .style2020 h5, .style2020 .tabs li {
  font-family: Microgramma D OT, arial;
}
.style2020 h1 {
  font-size: 30px;
  font-weight: normal;
  color: #EFA82C;
}
.style2020 p {
  margin-bottom: 20px;
  margin-top: 0;
}
.style2020 em {
  font-style: italic;
}
.style2020 strong, .style2020 b {
  font-weight: bold;
}
.style2020 h1, .style2020 h2, .style2020 h3, .style2020 h4, .style2020 h5, .style2020 h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}
.style2020 h1 {
  font-size: 3.5rem;
  line-height: 1.4;
  letter-spacing: -0.1rem;
  margin-bottom: 12px;
}
.style2020 h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: -0.1rem;
  margin-bottom: 12px;
}
.style2020 h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
.style2020 h4 {
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 300;
}
.style2020 h5 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 20px;
  opacity: 0.7;
}

.style2020 section.suchprofil {
  padding: 0 15px;
}
.style2020 section.suchprofil .nav-tabs-major {
  margin-bottom: 3px;
}
.style2020 .tabs {
  margin-bottom: 15px;
}
.style2020 .nav-tabs-major {
  margin-bottom: 10px;
  border-bottom: none;
}
.style2020 .nav-tabs.nav-tabs-major li a {
  border: none;
  font-size: 1.9rem;
  background-color: #F3F3F3;
  color: #363D3D;
  margin-right: 5px;
  border-radius: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 12px 30px;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .style2020 .nav-tabs.nav-tabs-major li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .style2020 .nav-tabs.nav-tabs-major li a {
    font-size: 1.4rem;
  }
}
.style2020 .nav-tabs.nav-tabs-secondary {
  border-bottom: 3px solid white;
  /*margin-left: -15px;
  margin-right: -15px;*/
  margin-top: -5px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .style2020 .nav-tabs.nav-tabs-secondary {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .style2020 .nav-tabs.nav-tabs-secondary {
    font-size: 12px;
  }
}
.style2020 .nav-tabs.nav-tabs-secondary li a {
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif, arial;
    color: #363D3D;
    padding: 5px 15px 6px 15px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .style2020 .nav-tabs.nav-tabs-secondary li a {
    padding: 5px 10px 6px 10px;
  }
}
@media (max-width: 768px) {
  .style2020 .nav-tabs.nav-tabs-secondary li a {
    padding: 5px 8px 6px 8px;
  }
}
.style2020 .nav-tabs.nav-tabs-secondary li.active a {
  color: #EFA82C !important;
  border-bottom: 3px solid #EFA82C;
  margin-bottom: -3px;
}
.style2020 .tabs-suchprofil .nav-tabs.nav-tabs-major li a {
  background-color: #D7E0DF;
}
.style2020 .nav-tabs.nav-tabs-major li.active a {
  color: white;
  background-color: #EFA82C;
}
.style2020 .tabs-suchprofil .nav-tabs.nav-tabs-major li.active a {
  background-color: #363D3D;
}
.style2020 .tab-content-grey {
  background-color: #F3F3F3;
  padding: 10px 15px;
}
.style2020 .speechbubble.active {
  position: relative;
  z-index:0;
}
.style2020 .speechbubble.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: white;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}
.style2020 .tabs-main .speechbubble.active:after {
  border-top-color: #EFA82C;
}
.style2020 .tabs-suchprofil .speechbubble.active:after {
    border-top-color: #646464;
}

.style2020 table {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 100;
}
.style2020 table th, .style2020 table td {
  padding: 5px 7px;
}
.style2020 table tr.thead-first {
  font-size: 1.6rem;
}
.style2020 table tr.thead-first th {
  padding-top: 15px;
}
.style2020 table tr.thead-second {
  font-size: 1.5rem;
}
.style2020 table tr.thead-second th {
  padding-bottom: 15px;
}
.style2020 table img.sort, .style2020 table img.star, .style2020 table img.check {
  height: auto;
}
.style2020 table img.sort {
  width: 10px;
}
.style2020 table img.star {
  width: 20px;
}
.style2020 table img.check {
  width: 23px;
}
.style2020 table thead th {
  background-color: RGBA(155, 155, 155, 1);
  color: white;
  font-weight: 100;
  border-right: 3px solid RGBA(215, 224, 223, 1);
  vertical-align: top;
}
.style2020 table thead tr th:last-child {
  border-right: none;
}
    .style2020 table th.bg-orange {
        background-color: #EFA82C;
        border-bottom: none 0px;
        border-top: none 0px;
    }
.style2020 table tbody td, .style2020 table tbody th {
  border-right: 3px solid RGBA(215, 224, 223, 1);
  border-bottom: 2px solid RGBA(215, 224, 223, 1);
}
.style2020 table tbody tr:first-child {
  border-top: 2px solid RGBA(215, 224, 223, 1);
}
.style2020 table tbody tr td:first-child {
  border-left: 3px solid RGBA(215, 224, 223, 1);
}

.style2020 .btn {
  border-radius: 3px;
}
.style2020 .btn-icon {
  height: auto;
}
.style2020 .btn-icon-trash {
  width: 20px;
  margin-top: -3px;
  margin-left: 7px;
}
.style2020 .icon-filter {
  width: 16px;
  margin-top: -3px;
  margin-left: 0px;
  margin-right: 5px;
}
.style2020 .btn-danger {
  background-color: RGBA(249, 72, 6, 1);
}
.style2020 .btn-default {
  background-color: #D7E0DF;
}

.filterbox {
  background-color: #EFA82C;
  padding: 20px 20px;
  line-height: 32px;
  color: white;
  /*margin-left: -15px;
  margin-right: -15px;*/
}
.filterbox .row {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.filterbox .row.noborder {
  border: none;
  margin-bottom: 0;
}
.filterbox .row:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.filterbox div.searchmask {
  display: block;
  position: relative;
}
.filterbox a.searchicon {
  position: absolute;
  right: 5px;
}
.filterbox a.searchicon img {
  width: 20px;
  height: 20px;
}

main.style2020 .buttons-row a.btn {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}
main.style2020 .form-grouper {
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  padding: 5px 5px 0px 5px;
}
main.style2020 input, main.style2020 textarea, 
 main.style2020 button,
.default-input {
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 0px 10px;
  line-height: 32px;
}
main.style2020 input, main.style2020 textarea, main.style2020 button, main.style2020 label, .default-input {
  font-weight: normal;
}
main.style2020 .dropdown-label label {
  float: left;
  display: inline-block;
  width: auto;
}
main.style2020 .dropdown-label select {
  float: right;
  display: inline-block;
  width: auto;
}
main.style2020 input[type=checkbox], main.style2020 input[type=radio] {
  width: auto;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  float: left;
  display: none;
}
main.style2020 div.checkbox-styled {
  position: relative;
  width: 100%;
}
main.style2020 div.checkbox-styled label {
  line-height: 17px;
  cursor: pointer;
}
    main.style2020 div.checkbox-styled input[type=checkbox], main.style2020 div.checkbox-styled input[type=radio] {
        width: 17px;
        height: 17px;
        position: absolute;
        z-index: 1;
        top: 4px;
        left: 0;
    }
    main.style2020 div.checkbox-styled input[type=checkbox] + label::before,
    main.style2020 div.checkbox-styled input[type=radio] + label::before {
        width: 17px;
        height: 17px;
        border-radius: 3px;
        border: none;
        background-color: #fff;
        display: block;
        content: " ";
        float: left;
        top: 0px;
        position: relative;
        margin-right: 5px;
    }
        main.style2020 div.checkbox-styled input[type=checkbox]:checked + label::before, 
        main.style2020 div.checkbox-styled input[type=radio]:checked + label::before {
            box-shadow: inset 0px 0px 0px 2px #fff;
            background-color: white;
            content: "\f00c";
            color: #DC8B12;
            font-size: 15px;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            padding-left: 1px;
        }
        main.style2020 div.checkbox-styled input[type=radio] + label::before {
            border-radius: 50%;
            width: 19px;
            height: 19px;
            
        }
        main.style2020 div.checkbox-styled input[type=radio]:checked + label::before {
            text-align: center;
            line-height: 22px;
            font-size: 13px;
            padding-right:1px;
        }

main.style2020 div.multi-handle-label label {
  width: 100%;
}

main.style2020 div.multi-handle-label-checkbox {
  margin-top: 7px;
}
main.style2020 div.multi-handle-label-checkbox .holderbox {
  width: 100%;
}

main.style2020 div.multi-handle-label-checkbox .multi-handle {
  margin-top: auto;
}

.multi-handle {
  position: relative;
  width: 100%;
  color: white;
  margin-top: -30px;
}
.multi-handle .ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
}
.multi-handle .ui-state-default,
.multi-handle .ui-widget-content .ui-state-default,
.multi-handle .ui-widget-header .ui-state-default,
.multi-handle .ui-button,
.multi-handle .ui-button.ui-state-disabled:hover,
.multi-handle .ui-button.ui-state-disabled:active {
  border: 2px solid white;
  background: #363D3D;
}
.multi-handle .ui-slider .ui-slider-handle {
  width: 1em;
  height: 1em;
}

.multi-handle ul {
  position: relative;
  display: block;
  overflow: auto;
  min-width: 138px;
  max-height: 200px;
  background: #fff;
  list-style: none;
  white-space: inherit;
  padding-right: 17px;
  width: calc(100% + 17px);
}

.multi-handle li {
  position: relative;
  padding: 3px 20px 3px 25px;
  cursor: pointer;
}

.multi-handle li:before {
  position: absolute;
  top: 50%;
  left: 0;
  top: 4px;
  display: inline-block;
  margin-right: 9px;
  width: 17px;
  height: 17px;
  background-color: #f4f4f4;
  border: 1px solid #d5d5d5;
  content: "";
}

.multi-handle li[data-selected="1"]:before {
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

.multi-handle li[data-selected="1"]:after {
  position: absolute;
  top: 50%;
  left: 3px;
  top: 11px;
  display: inline-block;
  width: 4px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  background: none;
  color: #39c9a9;
  content: "";
  transform: rotate(40deg) translateY(-50%);
}

.multi-handle li:hover {
  color: #aaa;
}

.multi-handle li .total {
  position: absolute;
  right: 0;
  color: #d7d7d7;
}

    .multi-handle .price-slider, .multi-handle .extended-slider {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding-top: 17px;
    }

@media (min-width: 768px) {
    .multi-handle .price-slider, .multi-handle .extended-slider{
        padding-top: 8px;
    }
}
.multi-handle .price-slider:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  color: #39c9a9;
  content: attr(data-currency);
  transform: translateY(-50%);
}

.multi-handle .slider-range {
    width: 90%;
    margin-bottom: 3px;
    border: none;
    background: #e2f7f2;
    height: 4px;
    margin-left: 8px;
    margin-right: 8px;
}
.multi-handle .extended-slider .current-value-container {
    position: relative;
    height: 30px;
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
}
html .multi-handle .ui-slider-range {
    background-color:#00A513;
}
html .multi-handle .extended-slider .current-min-price, html .multi-handle .extended-slider .current-max-price {
    opacity: 0;
    position: absolute;
    padding: 0px;
    margin: 0px;
    margin-left: -16px;
    text-shadow: -1px -1px 1px darkgreen;
    width: 30px;
    color: #00A513;
    text-align: center;
}
    html .multi-handle .extended-slider .current-min-price.active, html .multi-handle .extended-slider .current-max-price.active {
        opacity: 1;
    }
@media (min-width: 768px) {
    .multi-handle .slider-range {
    width: 100%;
  }
}
.multi-handle .ui-slider-handle {
  border-radius: 50%;
  background-color: #39c9a9;
  border: none;
  top: -14px;
  width: 28px;
  height: 28px;
  outline: none;
}

@media (min-width: 768px) {
  .multi-handle .ui-slider-handle {
    top: -7px;
    width: 16px;
    height: 16px;
  }
}
.multi-handle .ui-slider-range {
  background-color: #d7d7d7;
}

.multi-handle .slider-price {
  position: relative;
  display: inline-block;
  padding: 0px 5px 2px 3px;
  /*width: 40%;*/
  background-color: transparent;
  line-height: 28px;
  text-align: center;
}

.multi-handle .slider-price:before {
  display: none;
}

.multi-handle .show-all {
  position: relative;
  padding-left: 25px;
  color: #39c9a9;
  cursor: pointer;
  line-height: 28px;
}

.multi-handle .show-all:after, .selector .show-all:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  color: #39c9a9;
  width: 10px;
  border-bottom: 1px solid;
}

.multi-handle .show-all:after {
  transform: rotate(90deg);
}

.multi-handle.open ul {
  max-height: none;
}

.multi-handle.open .show-all:after {
  display: none;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.action-menu {
  width: 100%;
}
.action-menu a.am-pdf, .action-menu a.am-xls, .action-menu a.am-print {
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  float: right;
}
.action-menu a.am-pdf {
  background-image: url(../assets/img/icon-pdf.svg);
}
.action-menu a.am-xls {
  background-image: url(../assets/img/icon-xls.svg);
}
.action-menu a.am-print {
  background-image: url(../assets/img/icon-print.svg);
}

hr {
  border: 0;
  height: 1px;
  background: #DC8B12;
}
hr.contrast {
  background-color: #EFA82C;
}

a.backtotop {
  background-color: #EFA82C;
  position: fixed;
  z-index: 1000;
  right: calc(50% - 535px);
  bottom: 0px;
  padding: 12px 10px;
}
a.backtotop svg, a.backtotop path {
  fill: white;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.center {
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.fullwidth {
  width: 100%;
  box-sizing: border-box;
}

.floatleft {
  float: left;
  margin-right: 3%;
}

.floatright {
  float: right;
  margin-left: 3%;
}

.v-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.h-padding {
  padding-right: 12px;
  padding-left: 12px;
}

.left-padding {
  padding-left: 12px;
}

.right-padding {
  padding-right: 12px;
}

.top-padding {
  padding-top: 20px;
}

.bottom-padding {
  padding-bottom: 20px;
}

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

.h-margin {
  margin-left: 20px;
  margin-right: 20px;
}

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

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

.left-margin {
  margin-left: 20px;
}

.right-margin {
  margin-right: 20px;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
