#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #7aa8bb;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-weight: 200;
  letter-spacing: 1px;
}
#mainNav .container-fluid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1024px) {
  #mainNav .container-fluid {
    max-width: 100%;
  }
}
#mainNav #logo-top {
  display: block;
  width: 100px;
  padding: 10px;
  transform: scale(1);
  transition: transform 125ms linear;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 992px) {
  #mainNav #logo-top {
    width: 100px;
  }
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 10px 10px 10px 40px;
  color: #fff;
  border: 0;
  outline: none;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
}
#mainNav .navbar-toggler i {
  position: absolute;
  left: 3px;
  top: 4px;
  font-size: 30px;
  transition: all 200ms ease;
}

@media (max-width: 992px) {
  #mainNav .navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 992px) {
  #mainNav .navbar-nav > li {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
}
#mainNav .navbar-nav > li .img-klz-link {
  display: inline-block;
  height: 50px;
  padding: 0px !important;
  border: 0px solid red;
  margin-left: 80px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  #mainNav .navbar-nav > li .img-klz-link {
    margin-left: 0;
    display: block;
    margin-top: 40px;
  }
}
#mainNav .navbar-nav > li .img-klz-link img {
  height: 100%;
}
@media (max-width: 992px) {
  #mainNav .navbar-nav > li .img-klz-link img {
    display: block;
    margin: 10px auto;
  }
}

#mainNav .navbar-nav .filter-li {
  width: 350px;
}
@media (max-width: 1300px) {
  #mainNav .navbar-nav .filter-li {
    width: 300px;
  }
}
@media (max-width: 1100px) {
  #mainNav .navbar-nav .filter-li {
    width: 250px;
  }
}
@media (max-width: 992px) {
  #mainNav .navbar-nav .filter-li {
    width: 100%;
  }
}

#mainNav .navbar-nav > li > a {
  font-size: 140%;
  color: #fff;
  letter-spacing: 0px;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 1300px) {
  #mainNav .navbar-nav > li > a {
    padding: 0.7rem 0.8rem;
    font-size: 110%;
    margin-right: 0;
  }
}
@media (max-width: 1080px) {
  #mainNav .navbar-nav > li > a {
    padding: 0.7rem 0.2rem;
    font-size: 110%;
  }
}
@media (max-width: 992px) {
  #mainNav .navbar-nav > li > a {
    margin-right: 0;
    padding: 0.7rem 1rem;
    font-size: 140%;
  }
}
#mainNav .navbar-nav > li > a .b-bottom {
  display: block;
  position: relative;
}
@media (max-width: 992px) {
  #mainNav .navbar-nav > li > a .b-bottom {
    display: inline-block;
  }
}
#mainNav .navbar-nav > li > a .b-bottom:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  background: #fff;
  transition: all 400ms ease;
}
#mainNav .navbar-nav > li > a:hover span:after {
  width: 100%;
}
#mainNav .navbar-nav > li > a .backtotop-icon {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 992px) {
  #mainNav .navbar-nav > li > a .backtotop-icon {
    margin-right: 0;
    display: block;
    text-align: center;
  }
}
#mainNav .navbar-nav > li > a .backtotop-icon:hover {
  color: #ea493e;
}
#mainNav .navbar-nav > li > a .hidden-arrow {
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#mainNav .navbar-nav .nav-link-prev-var {
  border: 0px solid red;
  background: #1c3843;
}
@media (max-width: 1500px) {
  #mainNav .navbar-nav .nav-link-prev-var {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  #mainNav .navbar-nav .nav-link-prev-var {
    display: inline-block;
    background: transparent;
  }
  #mainNav .navbar-nav .nav-link-prev-var:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #cb7212;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
  }
}
#mainNav .navbar-nav .nav-link-scroll {
  display: none;
}
@media (max-width: 992px) {
  #mainNav .navbar-nav .nav-link-scroll {
    display: inline-block;
  }
}

#mainNav .navbar-nav > li > a.active {
  background-color: transparent;
  position: relative;
}

#mainNav .navbar-nav > li > a.active:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ea5056;
  position: absolute;
  bottom: -8px;
  left: 0;
  display: none;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #fff;
}

#mainNav.navbar-shrink {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-bottom: 0;
  /*.bg-logo {
    opacity: 1;
    width:400px;
  }*/
}
#mainNav.navbar-shrink .navbar-toggler {
  color: #fff;
}
#mainNav.navbar-shrink #logo-top {
  width: 100px;
  position: relative;
}
@media (max-width: 992px) {
  #mainNav.navbar-shrink #logo-top {
    width: 100px;
  }
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover,
  #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav.navbar-shrink {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
}
#mainNav .startseite-link i {
  position: relative;
  top: 6px;
  line-height: 2px;
}

#mainNav .slogan-navbar {
  position: absolute;
  top: 15px;
  left: 180px;
  font-size: 30px !important;
  opacity: 0;
  transition: opacity 1s;
}
#mainNav .slogan-navbar a {
  display: block;
}
@media (max-width: 992px) {
  #mainNav .slogan-navbar {
    display: none;
  }
}

#mainNav .slogan-navbar.visible {
  opacity: 1;
}

/* FILTER */
.form-group {
  margin-bottom: 0;
}
.form-group .form-control {
  border-radius: 0;
}

.textfilter {
  position: relative;
}
.textfilter input {
  padding: 0.75rem 0.75rem;
  height: auto;
}
.textfilter input::-webkit-input-placeholder {
  color: #495057;
}
.textfilter input::-ms-input-placeholder {
  color: #495057;
}
.textfilter input::placeholder {
  color: #495057;
}
.textfilter input:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 91, 132, 0.25);
  border-color: #ea493e;
}
.textfilter .search-icon {
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 4px;
  color: #495057;
  padding: 0.6rem 0.7rem;
  background: #fff;
}

.selectfilter .btn {
  border-radius: 0;
  background: none;
  color: #495057;
  border: 1px solid #ced4da;
  padding: 0.75rem 0.75rem;
}
.selectfilter .btn .filter-option-inner-inner {
  color: #495057;
}
.selectfilter .btn:focus {
  outline: none !important;
}
.selectfilter .btn-light:not(:disabled):not(.disabled).active,
.selectfilter .btn-light:not(:disabled):not(.disabled):active,
.selectfilter .show > .btn-light.dropdown-toggle {
  box-shadow: none !important;
  border-color: #ced4da;
}
.selectfilter .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.selectfilter .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  position: relative;
}
.selectfilter .dropdown-menu .dropdown-item .text-muted {
  padding-right: 1.5rem;
  position: absolute;
  top: 10px;
  right: 0;
}
.selectfilter .dropdown-menu .active {
  background-color: #ea493e;
}
.selectfilter .show > .btn.dropdown-toggle {
  background-color: #fff !important;
}
.selectfilter .btn:not(:disabled):not(.disabled):active {
  background-color: #fff !important;
}

footer {
  padding-top: 30px;
  padding-bottom: 50px;
  color: #333;
}
@media (max-width: 568px) {
  footer {
    padding: 0;
  }
}
footer .footer-logo-klz {
  width: 110px;
}
footer .footer-info-txt-impressum {
  font-size: 1.5vh;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .footer-info-txt-impressum p strong {
  font-size: 18px;
}
footer .footer-info-txt-impressum a {
  color: #1b0054;
  text-decoration: underline;
}
footer .footer-info-txt-impressum a:hover {
  opacity: 0.7;
}
footer .footer-info-txt-impressum i {
  position: relative;
  top: 4px;
  margin-right: 5px;
}
footer .footer-info-txt-impressum span {
  display: inline-block;
}
@media (max-width: 768px) {
  footer .footer-info-txt-impressum {
    margin: 20px 0px;
    text-align: center;
  }
}
footer ul {
  list-style-type: none;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  footer ul li {
    margin: 0 !important;
  }
}
footer ul li a {
  position: relative;
  display: inline-block;
  color: #333;
  padding: 5px 5px 5px 25px;
  line-height: 1.2;
  outline: none;
}
@media (max-width: 992px) {
  footer ul li a {
    padding: 5px;
  }
}
footer ul li a i {
  position: absolute;
  left: 0px;
}
footer ul li a:hover {
  color: #1b0054;
}
@media (max-width: 768px) {
  footer ul li {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.footer-main {
  position: relative;
  padding-bottom: 40px;
}

.dropshadow-footer {
  position: relative;
  /* -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
}

.dropshadow-footer:before,
.dropshadow-footer:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  top: 50%;
  bottom: 0;
  left: 25%;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px;
}

.dropshadow-footer:after {
  right: 10px;
  left: auto;
  display: none;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.backtotop-box {
  padding: 20px 0px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.backtotop-link {
  display: inline-block;
  position: relative;
  padding: 5px 10px 5px 35px;
  color: #666;
  border-radius: 50%;
}
.backtotop-link i {
  position: absolute;
  left: 5px;
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}
.bg-ziegel {
  position: absolute;
  background-attachment: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  z-index: -1;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='30' height='30' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='M0 22.5h30v15H0zm15-15h30v15H15m-30-15h30v15h-30zm15-15h30v15H0z'  stroke-width='1' stroke='%231b0054ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-104,-104)' fill='url(%23a)'/></svg>");
}

html,
body {
  overflow-x: hidden;
  position: relative;
}

body {
  background-image: url(../img/patt-cream_pixels.png);
  background-attachment: fixed;
  font-family: "kleine_sans";
  font-weight: 500;
  color: #1d1d1b;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none !important;
  color: #1d1d1b;
}

strong {
  font-family: "kleine_sans";
  font-weight: 700;
}

a:active,
a:focus {
  outline: none;
}

a {
  color: #313131;
}
a:hover {
  color: #313131;
}

.nothing-found {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 150%;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "kleine_sans";
  font-weight: 700;
}

.space-line {
  position: relative;
}
.space-line:after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  margin: 30px auto;
  background: #ccc;
}
@media (max-width: 992px) {
  .space-line:after {
    height: 40px;
  }
}

@media (max-width: 992px) {
  .space-line-last {
    margin-bottom: 70px;
  }
}
@media (max-width: 568px) {
  .space-line-last {
    margin-bottom: 30px;
  }
}

.backtotop {
  border: 1px solid #6682ff;
  background-color: rgba(255, 255, 255, 0.55);
  height: 40px;
  width: 40px;
  display: inline-block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  opacity: 0;
  border-radius: 50%;
}
.backtotop span {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 15px;
  height: 15px;
  background-image: url(../img/arrow-top-light-blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.backtotop:hover {
  background: #6682ff;
}
.backtotop:hover span {
  background-image: url(../img/arrow-top.svg);
}

header .klz-logo {
  max-width: 140px;
  margin: 40px auto 20px;
}
header .klz-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
header h1 {
  font-size: 1.6rem;
  text-align: center;
  font-family: "kleine_sans";
  text-transform: uppercase;
}
@media (max-width: 992px) {
  header h1 {
    font-size: 3rem;
  }
}
header h2 {
  text-align: center;
  font-family: "kleine_sans";
  font-size: 3rem;
  margin-top: 25px;
}
@media (max-width: 992px) {
  header h2 {
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
header p {
  text-wrap: balance;
  font-size: 1.2rem;
}
@media (max-width: 992px) {
  header p {
    font-size: 1.1rem;
  }
}
header p strong {
  text-wrap: balance;
}
header p .breaker {
  display: block;
}
@media (max-width: 992px) {
  header p .breaker {
    display: none;
  }
}
header .info-txt {
  text-align: center;
}
header .top-box {
  padding: 0;
  margin: 0;
}
header .top-box [class*=col-] {
  padding: 0;
}
header .top-box .img-box {
  overflow: hidden;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: transform 0.5s ease;
}
@media (max-width: 992px) {
  header .top-box .img-box {
    margin: 45px 0 25px;
  }
}
header .top-box .txt-box-inner {
  padding: 0 15px 0 30px;
}
@media (max-width: 992px) {
  header .top-box .txt-box-inner {
    padding: 0;
  }
}
header .top-box .txt-box-inner p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  header .top-box .txt-box-inner p {
    text-align: center;
  }
}
header .txt-box p {
  text-align: center;
}

.kooperations-box {
  text-align: center;
}
@media (max-width: 992px) {
  .kooperations-box h3 {
    margin-top: 25px;
  }
}
.kooperations-box p {
  text-wrap: balance;
  margin-bottom: 0;
}
.kooperations-box img {
  display: block;
  max-width: 280px;
}
@media (max-width: 992px) {
  .kooperations-box img {
    margin: 15px auto 0 auto;
    max-width: 230px;
  }
}

.hidden {
  display: none;
}

#noResults {
  text-align: center;
  padding: 30px 0 100px 0;
  font-size: 1.4rem;
}

.search-outer {
  text-align: center;
}
@media (max-width: 768px) {
  .search-outer {
    padding-top: 10px;
  }
}
@media (max-width: 620px) {
  .search-outer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.search-outer #searchInput {
  padding: 20px 25px;
  text-align: center;
  min-width: 600px;
  margin: 15px auto;
  display: block;
  border: 1px solid #ccc;
  box-shadow: rgba(100, 100, 111, 0) 0px 7px 29px 0px;
  border-radius: 2rem;
  transition: all 200ms ease-in-out;
}
@media (max-width: 620px) {
  .search-outer #searchInput {
    min-width: 100%;
    max-width: 100%;
  }
}
.search-outer #searchInput:focus {
  border-color: #6682ff;
  outline: none;
  border-radius: 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.search-outer #searchInput:active {
  box-shadow: none;
  border-radius: 0;
  border-radius: 2rem;
}
.search-outer #clearButton {
  cursor: pointer;
  opacity: 0;
  transition: all 200ms ease;
  display: inline-block;
  padding: 10px 20px;
  font-size: 90%;
  margin: 0 auto;
  background: #1b0054;
  color: #fff;
  transition: all 200ms ease;
  border-radius: 2rem;
}
.search-outer #clearButton:hover {
  background-color: #6682ff;
}
.search-outer .show-button {
  opacity: 1 !important;
}

.outer-input {
  border: 1px solid #ccc;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  transition: all 200ms ease-in-out;
  display: none;
}
.outer-input input {
  display: block;
  width: 100%;
  padding: 20px 25px;
  background: none;
  position: relative;
  z-index: 2;
  border: 0;
  outline: none;
  box-shadow: none;
  text-align: center;
}
.outer-input .bg-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #6682ff;
  transition: all 500ms ease-in-out;
  z-index: 1;
}
.outer-input .bg-input-back {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -2;
}
.outer-input:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.outer-input:hover .bg-input {
  width: 100%;
}
.outer-input:hover input {
  color: #fff;
}
.outer-input:hover input::placeholder {
  color: #fff;
}
.outer-input:focus-within {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.outer-input:focus-within .bg-input {
  width: 100%;
}
.outer-input:focus-within input {
  color: #fff;
}
.outer-input:focus-within input::placeholder {
  color: #fff;
}

.uebersicht-kat {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .uebersicht-kat {
    margin-top: 25px;
  }
}
.uebersicht-kat .container {
  max-width: 1600px;
}
.uebersicht-kat .item-outer {
  transition: all 200ms ease;
}
.uebersicht-kat .item-box {
  position: relative;
  margin-bottom: 20px;
}
.uebersicht-kat .item-box .img-box {
  width: 100%;
  height: 300px;
  background: #ccc;
  background-size: cover;
  background-position: center center;
  transition: all 400ms ease;
  position: relative;
  border-radius: 15px;
}
@media (max-width: 992px) and (min-width: 568px) {
  .uebersicht-kat .item-box .img-box {
    height: 270px;
  }
}
@media (max-width: 568px) {
  .uebersicht-kat .item-box .img-box {
    height: 300px;
  }
}
.uebersicht-kat .item-box .img-box .credit {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 3px;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-size: 11px;
  z-index: 10;
  font-weight: 300;
}
.uebersicht-kat .item-box .img-box .credit-white {
  color: #fff;
}
.uebersicht-kat .item-box .img-box .credit-black {
  color: #000;
}
.uebersicht-kat .item-box .img-box-triangle {
  width: 100%;
  height: 300px;
  clip-path: polygon(0% 0, 100% 50%, 0 100%);
  background: blue;
  transition: all 300ms ease-in-out;
}
.uebersicht-kat .item-box .txt-box {
  padding: 15px 5px;
}
.uebersicht-kat .item-box .txt-box h3 {
  text-align: center;
  display: block;
  font-family: "kleine_sans";
  font-size: 1.4rem;
  transition: all 200ms ease;
  line-height: 1.1;
  margin-bottom: 0;
}
.uebersicht-kat .item-box .txt-box .subtitle {
  font-size: 1rem;
  text-align: center;
  width: 100%;
  display: block;
}
.uebersicht-kat .item-box a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.uebersicht-kat .item-box:hover .img-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.2) 0px 8px 16px -8px;
  transform: scale(0.95);
}
.uebersicht-kat .item-box:hover .img-box-triangle {
  clip-path: polygon(100% 0, 100% 100%, 0% 50%);
}
.uebersicht-kat .item-box:hover .txt-box span {
  color: #6682ff;
}

.filter-outer {
  padding: 40px 0 40px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 992px) {
  .filter-outer {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .filter-outer {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.filter-outer .row {
  position: relative;
}
.filter-outer .row .line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ccc;
}
@media (max-width: 992px) {
  .filter-outer .row .line {
    display: none;
  }
}
.filter-outer [class*=col-] {
  padding: 0;
}
.filter-outer .container {
  max-width: 1600px;
}
@media (max-width: 1600px) {
  .filter-outer .container {
    max-width: 96%;
    margin-left: 2%;
  }
}
.filter-outer .btn-zurueck {
  width: 250px;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .filter-outer .btn-zurueck {
    margin: 0 auto;
    min-width: 80%;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .filter-outer .btn-zurueck {
    min-width: 96%;
    max-width: 300px;
    margin-top: 15px;
  }
}
.filter-outer .btn-zurueck a {
  padding: 15px 20px;
  background: #1b0054;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 2rem;
}
.filter-outer .btn-zurueck a:hover {
  background: #6682ff;
}
.filter-outer .txt-line {
  display: block;
  position: relative;
  padding: 0 15px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 992px) {
  .filter-outer .txt-line {
    margin: 20px 0 10px 0;
  }
}
.filter-outer .txt-line #outputanzahl {
  position: absolute;
  right: -30px;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #6682ff;
  transition: all 200ms ease;
}
@media (max-width: 992px) {
  .filter-outer .txt-line #outputanzahl {
    right: auto;
    top: 0;
    transform: translate(0, 0%);
    margin: 0 auto;
    position: relative;
    width: 100px;
    height: 100px;
  }
}
.filter-outer .txt-line #outputanzahl .txt {
  display: block;
  position: relative;
  top: 50%;
  color: #fff;
  font-size: 1.6rem;
  transform: translateY(-55%);
  font-family: "kleine_sans";
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .filter-outer .txt-line #outputanzahl .txt {
    font-size: 1.8rem;
  }
}
.filter-outer .txt-line #outputanzahl .txt span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-family: "kleine_sans";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.filter-outer .txt-line .hide-outputzahl {
  opacity: 0 !important;
}
.filter-outer .txt-line h1 {
  text-align: center;
  color: #1b0054;
  display: inline-block;
  background-image: url(../img/patt-cream_pixels.png);
  padding: 0 15px;
  margin-top: 5px;
}
@media (max-width: 1500px) {
  .filter-outer .txt-line h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1100) {
  .filter-outer .txt-line h1 {
    font-size: 1.6rem;
  }
}
.filter-outer .txt-line h1 span {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .filter-outer .txt-line h1 {
    background-image: none;
    font-size: 2rem;
  }
}
.filter-outer .filter-btn-outer {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .filter-outer .filter-btn-outer {
    justify-content: center;
  }
}
.filter-outer .filter-btn-outer .info-txt {
  align-self: center;
  margin-right: 20px;
  line-height: 1;
  position: relative;
  top: -2px;
  display: none;
}
.filter-outer .dropdown .btn {
  padding: 15px 20px 15px 20px;
  border-radius: 0;
  background: #1b0054;
  color: #fff;
  border: 0;
  transition: all 200ms ease;
  border-radius: 2rem;
  min-width: 200px;
}
@media (max-width: 992px) {
  .filter-outer .dropdown .btn {
    min-width: 300px;
  }
}
.filter-outer .dropdown .btn[aria-expanded=true] {
  background: #6682ff;
  box-shadow: none;
  outline: none;
}
.filter-outer .dropdown .dropdown-menu {
  max-height: 200px;
  overflow-y: scroll;
}
.filter-outer .dropdown .dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter-outer .dropdown .dropdown-menu ul li {
  padding: 7px 5px;
  cursor: pointer;
}
.filter-outer .dropdown .dropdown-menu ul li:hover {
  background: #eee;
}

.inner-header {
  padding: 15px 0;
}
.inner-header .container-fluid {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.inner-header .header-left .klz-logo {
  border: 0px solid red;
  width: 120px;
}
@media (max-width: 768px) {
  .inner-header .header-left .klz-logo {
    margin: 0 auto;
  }
}
.inner-header .header-left .klz-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.inner-header .txt-box {
  text-align: right;
}
@media (max-width: 768px) {
  .inner-header .txt-box {
    text-align: center;
    margin-top: 15px;
  }
}
.inner-header .txt-box .title {
  font-family: "kleine_sans";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 140%;
  line-height: 0.9;
  position: relative;
  top: -2px;
}
.inner-header .txt-box .subline {
  font-weight: 400;
  font-size: 160%;
  line-height: 1;
  position: relative;
  top: 2px;
}

.uebersicht-liste {
  margin: 0px 0 50px 0;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.uebersicht-liste .liste-inner {
  display: flex;
  flex-wrap: wrap;
}
.uebersicht-liste .liste-inner .list-item {
  padding: 15px;
  padding-bottom: 30px;
  width: 25%;
  border: 1px solid #ccc;
  margin: -1px -1px 0 0;
  text-align: center;
  transition: all 300ms ease;
}
@media (max-width: 1200px) {
  .uebersicht-liste .liste-inner .list-item {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .uebersicht-liste .liste-inner .list-item {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .uebersicht-liste .liste-inner .list-item {
    width: 100%;
    padding: 20px 15px;
  }
}
.uebersicht-liste .liste-inner .list-item .titel {
  font-size: 1.4rem;
  font-weight: 700;
  height: 80px;
  line-height: 1.1;
  text-wrap: balance;
}
@media (max-width: 568px) {
  .uebersicht-liste .liste-inner .list-item .titel {
    height: auto;
  }
}
.uebersicht-liste .liste-inner .list-item .titel span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 568px) {
  .uebersicht-liste .liste-inner .list-item .titel span {
    top: 0;
    transform: translateY(0%);
    margin-bottom: 5px;
  }
}
.uebersicht-liste .liste-inner .list-item .adresse {
  font-family: "kleine_sans";
  font-weight: 700;
  line-height: 1.1;
}
.uebersicht-liste .liste-inner .list-item a {
  display: block;
  margin: 3px 0;
}
.uebersicht-liste .liste-inner .list-item a:hover {
  color: #6682ff;
}
.uebersicht-liste .liste-inner .list-item:hover {
  background: #f1f1f1;
}

.kein-eintrag {
  display: block;
  text-align: center;
  padding: 200px 0;
  width: 100%;
  font-size: 150%;
}
@media (max-width: 568px) {
  .kein-eintrag {
    padding: 50px 0;
  }
}

.clear {
  clear: both;
}

/*# sourceMappingURL=style.css.map */
