@-webkit-keyframes fadeToTop {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToTop {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeToBottom {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToBottom {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeToCenter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeToCenter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeToRight {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToRight {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeToLeft {
  from {
    opacity: 0;
    transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToLeft {
  from {
    opacity: 0;
    transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #17181d;
  font-family: "Open Sans", sans-serif;
  overflow-y: scroll;
  position: relative;
  font-size: 16px;
}
::-moz-focus-inner {
  border: 0;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
  outline: 0 !important;
}
button,
input,
select,
textarea {
  outline: 0 !important;
  box-shadow: none !important;
}
p {
  font-weight: 400;
  line-height: 1.7;
  color: #727779;
}
p b,
p strong {
  font-weight: 700;
  color: #17181d;
}
.section.jobs ul {
  font-weight: 400;
  color: #727779;
  list-style-type: none;
  padding: 0;
}
.section.jobs ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.section.jobs ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #727779;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.section.jobs ul b,
.section.jobs ul strong {
  font-weight: 700;
  color: #17181d;
}
.title_small {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  font-weight: 400;
  color: #7f8486;
  letter-spacing: 2px;
}
.title_small:after,
.title_small:before {
  display: inline-block;
  position: relative;
  top: -1px;
}
.title_small:before {
  margin-right: 6px;
  content: "[";
}
.title_small:after {
  margin-left: 6px;
  content: "]";
}
.title {
  font-size: 40px;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 40px;
  font-weight: 600;
}
.button {
  background-color: #17181d;
  color: #fff !important;
  padding: 14px 25px;
  border-radius: 0;
  border: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.2s;
}
.button:hover {
  background-color: #555;
  color: #fff;
}
.button_transparent {
  border: 1px solid #fff !important;
  color: #fff !important;
  background-color: transparent !important;
}
.button_transparent:hover {
  background-color: #fff !important;
  color: #17181d !important;
}
.button_bordered {
  border: 1px solid #17181d !important;
  color: #17181d !important;
  background-color: transparent !important;
}
.button_bordered:hover {
  background-color: #17181d !important;
  color: #fff !important;
}
.more {
  display: inline-block;
  color: #17181d !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  position: relative;
}
.more:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 2px;
  background-color: #17181d;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.35s;
}
.more:hover:after {
  width: 100%;
  opacity: 1;
}
.section {
  padding: 100px 0;
}
.section_pbl {
  padding-bottom: 60px;
}
.section_gray {
  background-color: #e9eced;
}
@-webkit-keyframes underheadAnimation {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes underheadAnimation {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.underhead {
  padding-top: 220px;
  padding-bottom: 130px;
  background-color: #17181d;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.underhead_bg {
  position: absolute;
  z-index: 1;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-animation: underheadAnimation 10s ease 0s forwards;
  animation: underheadAnimation 10s ease 0s forwards;
}
.underhead:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0.32) 50%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.underhead .container {
  position: relative;
  z-index: 3;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.underhead h1 {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 400;
}
.underhead ul {
  list-style-type: none;
  margin-bottom: 0;
  font-size: 0;
  padding-left: 0;
  color: inherit;
}
.underhead ul li {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
}
.underhead ul li + li:before {
  content: "/";
  margin: 0 7px;
  display: inline-block;
}
.page_icon {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 60px;
}
.page_icon img {
  display: inline-block;
  max-height: 140px;
}
.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.header.fixed {
  position: fixed;
  opacity: 0;
  transition: all 0.2s;
  background-color: #333;
  -webkit-animation: fadeToBottom 0.45s ease 0s forwards;
  animation: fadeToBottom 0.45s ease 0s forwards;
  border-bottom-color: #333;
}
.header.with_bg {
  background-color: #333;
  border-bottom-color: #333;
}
.header_logo {
  display: inline-block;
}
.header_logo img {
  height: 55px;
}
.header_nav {
  text-align: right;
}
.header_nav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-size: 0;
}
.header_nav ul li {
  display: inline-block;
}
.header_nav ul li + li {
  margin-left: 5px;
}
.header_nav ul li a {
  display: inline-block;
  padding: 35px 15px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.header_nav ul li a:after {
  font-size: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}
.header_nav ul li a:hover:after {
  bottom: 0;
}
.header_nav ul li.active a:after {
  bottom: 0;
}
@-webkit-keyframes welcomeAnimation {
  0% {
    opacity: 0.75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes welcomeAnimation {
  0% {
    opacity: 0.75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes welcomeAnimationOut {
  0% {
    opacity: 1;
    transform: scale(1.35);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes welcomeAnimationOut {
  0% {
    opacity: 1;
    transform: scale(1.35);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.welcome {
  background-color: #17181d;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.welcome_slide {
  padding-top: 150px;
  padding-bottom: 120px;
  background-color: #17181d;
  position: relative;
  overflow: hidden;
}
.welcome_slide:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0.32) 50%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.welcome_slide.slick-active .welcome_bg {
  -webkit-animation: welcomeAnimationOut 20s ease 0s forwards;
  animation: welcomeAnimationOut 20s ease 0s forwards;
}
.welcome_slide.slick-active .welcome_text .title_small {
  -webkit-animation: fadeToTop 0.5s ease 0.2s forwards;
  animation: fadeToTop 0.5s ease 0.2s forwards;
}
.welcome_slide.slick-active .welcome_text h1 {
  -webkit-animation: fadeToTop 0.5s ease 0.4s forwards;
  animation: fadeToTop 0.5s ease 0.4s forwards;
}
.welcome_slide.slick-active .welcome_text .button {
  -webkit-animation: fadeToTop 0.5s ease 0.6s forwards;
  animation: fadeToTop 0.5s ease 0.6s forwards;
}
.welcome_bg {
  position: absolute;
  z-index: 1;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.35);
}
.welcome .container {
  position: relative;
  z-index: 3;
}
.welcome_wrap {
  min-height: 650px;
}
.welcome_text {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.welcome_text .title_small {
  color: #fff;
  opacity: 0;
}
.welcome_text h1 {
  font-size: 48px;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 70px;
  opacity: 0;
}
.welcome_text .button {
  opacity: 0;
}
.intro {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #17181d;
  color: #fff;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.intro p {
  font-size: 28px;
  margin-bottom: 20px;
  color: inherit;
}
.intro h4 {
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}
.intro h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.intro img {
  max-width: 300px;
}
.article_icon {
  margin-bottom: 40px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.article_icon figure {
  margin-bottom: 20px;
  margin-right: 25px;
}
.article_icon figure img {
  height: 60px;
  display: inline-block;
}
.article_icon h3 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
}
.article_icon p {
  margin-bottom: 30px;
}
.article_icon .media.d-block figure {
  margin-bottom: 30px;
}
.article_service {
  padding-bottom: 150px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
}
.article_service:after,
.article_service:before {
  content: "";
  display: inline-block;
  height: 110px;
  width: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  background-image: url("../images/vertical_line.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.article_service:before {
  display: none;
}
.article_service:first-child {
  padding-top: 150px;
}
.article_service:first-child:before {
  top: 20px;
  bottom: auto;
  display: inline-block;
}
.article_service:nth-child(even) .article_service_text {
  order: 2;
  padding-right: 15px;
  padding-left: 60px;
}
.article_service:nth-child(even) .article_service_image {
  order: 1;
}
.article_service_image img {
  width: 100%;
  border-radius: 70px;
}
.article_service_text {
  padding-right: 60px;
}
.article_service_text img {
  margin-bottom: 30px;
}
.article_service_text h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}
.article_service_text p {
  margin-bottom: 30px;
}
.central {
  background-image: url("../images/logo_central.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 525px;
}
.central_icon {
  text-align: center;
}
.central_icon img {
  display: inline-block;
  max-height: 160px;
}
.central_item {
  padding: 0 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.central_item h3 {
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  color: #b3b8b9;
  transition: all 0.2s;
}
.central_item img {
  display: inline-block;
  max-height: 60px;
}
.central_item:hover h3 {
  color: #17181d;
}
.central_item:hover:after {
  background-color: #17181d;
}
.central_item:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 50px;
  background: #b3b8b9;
  transition: all 0.2s;
}
.central_item:nth-child(n + 4) {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
}
.central_item:nth-child(n + 4) h3 {
  order: 2;
  margin-bottom: 0;
}
.central_item:nth-child(n + 4) img {
  order: 1;
  align-self: center;
  margin-bottom: 10px;
}
.central_item:nth-child(1):after {
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.central_item:nth-child(6):after {
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.central_item:nth-child(2) {
  top: -30px;
}
.central_item:nth-child(2):after {
  transform: rotate(286deg);
  right: 18px;
  bottom: -28px;
  height: 75px;
}
.central_item:nth-child(3) {
  top: -30px;
}
.central_item:nth-child(3):after {
  transform: rotate(-286deg);
  left: 18px;
  bottom: -28px;
  height: 75px;
}
.central_item:nth-child(4) {
  bottom: -30px;
}
.central_item:nth-child(4):after {
  transform: rotate(-286deg);
  right: 18px;
  top: -28px;
  height: 75px;
}
.central_item:nth-child(5) {
  bottom: -30px;
}
.central_item:nth-child(5):after {
  transform: rotate(286deg);
  left: 18px;
  top: -28px;
  height: 75px;
}
.miete {
  padding-top: 180px;
}
.miete_search .form_default_input,
.miete_search .form_default_select,
.miete_sort .form_default_input,
.miete_sort .form_default_select {
  border: 1px solid #17181d;
  height: 45px;
  line-height: 45px;
  margin-bottom: 25px;
}
.miete_search .form_default_input,
.miete_sort .form_default_input {
  padding-left: 15px;
  padding-right: 15px;
}
.miete_search .form_default_select,
.miete_sort .form_default_select {
  padding-left: 15px;
  padding-right: 30px;
  background-position: right 10px center;
}
.miete_search {
  margin: 30px 0 70px;
  border: 1px solid #17181d;
  padding: 35px 45px;
}
.miete_search h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.miete_search_price {
  display: inline-block;
  text-align: right;
}
.miete_search_price + div {
  margin-left: 30px;
}
.miete_search_price label {
  display: inline-block;
  margin-right: 10px;
}
.miete_search_price input {
  display: inline-block;
  max-width: 110px;
}
.miete_sort {
  margin-bottom: 50px;
}
.miete_sort h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.miete_item {
  margin-bottom: 60px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.miete_item figure {
  position: relative;
  overflow: hidden;
}
.miete_item figure img {
  width: 100%;
  transition: all 0.5s;
}
.miete_item figure img:hover {
  transform: scale(1.1);
}
.miete_item h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.miete_item ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.miete_item_price {
  font-weight: 600;
}
.miete_detail {
  padding-top: 140px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.miete_detail_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.miete_detail_option {
  background: 0 0;
  border: none;
  padding: 0;
  margin-bottom: 15px;
  color: #17181d;
}
.miete_detail_option:after {
  display: none;
}
.miete_detail_option img {
  display: inline-block;
  height: 20px;
  margin-right: 8px;
}
.miete_detail_dropdown .dropdown-menu {
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.miete_detail_dropdown .dropdown-menu a {
  background-color: #fff !important;
  color: #17181d !important;
}
.miete_detail_dropdown .dropdown-menu a:hover {
  background-color: #eee !important;
}
.miete_detail_dropdown .dropdown-menu a i {
  width: 20px;
}
.miete_detail_slider {
  margin-bottom: 60px;
}
.miete_detail_map {
  height: 230px;
  margin-bottom: 20px;
}
.miete_detail_list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 20px;
  line-height: 1.7;
}
.miete_detail_list.dotted {
  padding-left: 20px;
  list-style-type: disc;
}
.miete_detail_list.column2 {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.miete_detail_form {
  border: 1px solid #17181d;
  margin-bottom: 30px;
  padding: 30px 25px 15px 25px;
}
.miete_detail_form p {
  font-size: 14px;
}
.slick-next,
.slick-prev {
  font-size: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -15px;
  display: inline-block;
  background-color: #fff;
  color: #17181d;
  border-radius: 50%;
  border: none;
  transition: all 0.2s;
}
.slick-next:after,
.slick-prev:after {
  font-size: 20px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}
.slick-next:hover,
.slick-prev:hover {
  background-color: #17181d;
  color: #fff;
}
.slick-prev {
  left: 15px;
}
.slick-prev:after {
  content: "";
}
.slick-next {
  right: 15px;
}
.slick-next:after {
  content: "";
}
.default_pagination {
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}
.default_pagination li {
  display: inline-block;
  font-size: 17px;
  color: #999;
}
.default_pagination li + li {
  margin-left: 10px;
}
.default_pagination li a {
  display: inline-block;
  padding: 5px;
  min-width: 30px;
  transition: all 0.2s;
}
.default_pagination li a:hover {
  background-color: #eee;
}
.default_pagination li a.active {
  font-weight: 600;
  color: #17181d;
}
.team {
  background-image: url("../images/team_bg.jpg");
  background-size: cover;
  background-position: center;
}
.team_item {
  text-align: center;
  margin-bottom: 40px;
}
.team_item figure {
  margin-bottom: 40px;
}
.team_item figure img {
  /* border-radius: 50%; */
  transition: all 0.3s;
}
.team_item:hover figure img {
  transform: scale(1.075);
}
.team_item h3 {
  font-size: 24px;
  font-weight: 600;
}
.team_item h4 {
  font-size: 16px;
  margin-bottom: 30px;
}
.team_item p {
  min-height: 55px;
}
.team_item_info {
  margin-top: 30px;
}
.team_item_info a {
  display: inline-block;
  margin: 0 6px;
}
.team_item_info a img {
  height: 18px;
  transition: all 0.1s;
}
.team_item_info a:hover img {
  transform: scale(1.1);
}
.jobs {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.jobs h3 {
  font-weight: 600;
}
.jobs_item {
  position: relative;
  padding-right: 30px;
  display: block;
}
.jobs_item + a {
  margin-top: 40px;
}
.jobs_item:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.jobs_item h4 {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 20px;
}
.jobs_item h3 {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 20px;
}
.downloads_items {
  padding-top: 40px;
}
.downloads_item {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  margin-top: -1px;
}
.downloads_item:last-child {
  border-bottom: 1px solid #ccc;
}
.downloads_item h4 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  padding: 5px 0 5px 40px;
}
.downloads_item h4:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.quotes {
  display: inline-block;
  max-width: 650px;
  margin-top: 30px;
}
.quote blockquote {
  margin-bottom: 0;
}
.quote p {
  margin-bottom: 30px;
  color: #727779;
  font-style: italic;
  font-size: 20px;
  line-height: 1.7;
}
.quote_stars {
  margin-bottom: 50px;
}
.quote_stars i {
  color: #727779;
}
.quote_stars i + i {
  margin-left: 7px;
}
.quote_stars i.active {
  color: #ecc830;
}
.quote cite {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #17181d;
  display: block;
}
.quote.slick-current p {
  opacity: 0;
  -webkit-animation: fadeToTop 0.6s ease 0.6s forwards;
  animation: fadeToTop 0.6s ease 0.6s forwards;
}
.quote.slick-current .quote_stars {
  opacity: 0;
  -webkit-animation: fadeToTop 0.6s ease 0.8s forwards;
  animation: fadeToTop 0.6s ease 0.8s forwards;
}
.quote.slick-current cite {
  opacity: 0;
  -webkit-animation: fadeToTop 0.6s ease 1s forwards;
  animation: fadeToTop 0.6s ease 1s forwards;
}
.quote_box {
  position: relative;
  margin-top: 30px;
  margin-bottom: 70px;
}
.quote_box_text {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  right: 40px;
  top: 40px;
  padding: 20px;
  max-width: 250px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.quote_box_text p {
  font-size: 18px;
  margin-bottom: 30px;
}
.quote_box_text h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #727779;
}
.quote_box_text h4 b,
.quote_box_text h4 strong {
  color: #17181d;
}
.cta_sale {
  background-color: #17181d;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.cta_sale h3 {
  font-size: 22px;
}
.cta_sale p {
  color: #727779;
}
.cta_sale figure {
  align-self: center;
  margin-right: 15px;
}
.object {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.object article {
  border: 1px solid #e2e2e2;
  padding: 20px;
  height: 100%;
  transition: all 0.3s;
}
.object article figure {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.object article figure span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #17181d;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.object article figure img {
  transition: all 0.7s;
}
.object article:hover {
  border-color: #17181d;
}
.object article:hover figure img {
  transform: scale(1.1);
}
.object h3 {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 600;
}
.object_price {
  margin-bottom: 20px;
  font-size: 17px;
  color: #727779;
}
.angebot {
  background-color: #17181d;
  background-image: url("../images/angebot_bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.angebot_item:nth-child(1) > div,
.angebot_item:nth-child(2) > div {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.angebot_item h4 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
}
.angebot_item > div {
  display: flex;
  align-items: center;
  min-height: 100px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.8;
  transition: all 0.2s;
}
.angebot_item > div:hover {
  opacity: 1;
}
.angebot_item > div:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background-image: url("../images/check_circle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.dynasty_bg {
  padding-top: 170px;
  padding-bottom: 30px;
  color: #fff;
  background-size: cover;
  background-position: center top;
}
.dynasty_bg h2 {
  font-weight: 500;
}
.dynasty_bg h2 b,
.dynasty_bg h2 strong {
  font-weight: 600;
  color: #17181d;
}
.dynasty_items {
  padding-top: 230px;
}
.dynasty_item {
  text-align: center;
  margin-bottom: 50px;
}
.dynasty_item figure {
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.dynasty_item figure img {
  max-height: 100px;
}
.dynasty_item img {
  margin-bottom: 20px;
}
.dynasty_item h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.dynasty_bottom {
  text-align: center;
  padding: 60px 20px;
  background-color: #263846;
}
.kontakt_left {
  padding-top: 100px;
  padding-bottom: 100px;
}
.kontakt form {
  padding-right: 50px;
}
.kontakt_info {
  background-color: #17181d;
  color: #fff;
  height: 100%;
  position: relative;
  z-index: 10;
  padding: 60px 40px;
}
.kontakt_info:after,
.kontakt_info:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #17181d;
}
.kontakt_info:after {
  bottom: -40px;
}
.kontakt_info:before {
  top: -40px;
}
.kontakt_info ul {
  list-style-type: none;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-left: 0;
}
.kontakt_info ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
  color: #ccc;
}
.kontakt_info ul li b {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.kontakt_info ul li img {
  position: absolute;
  left: 0;
  top: 3px;
  max-width: 28px;
}
.kontakt_info ul li a {
  display: inline-block;
  transition: all 0.2s;
}
.kontakt_info ul li a:hover {
  color: #fff;
}
.kontakt_info .default_social {
  padding-top: 50px;
}
.gmpc_wrap {
  position: relative;
}
.gmpc_map {
  height: 400px;
}
.gmpc_btn {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.gmpc_btn span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 14px 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 200px;
  width: 100%;
  transition: all 0.2s;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  color: #17181d;
}
.gmpc_btn:hover span {
  background-color: #17181d;
  color: #fff;
}
.collapse_default {
  border-bottom: 1px solid #ccc;
}
.collapse_default:first-child {
  border-top: 1px solid #ccc;
}
.collapse_default_btn {
  display: block;
  padding: 20px 30px 20px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.collapse_default_btn:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 27px;
  line-height: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.collapse_default_btn.collapsed:after {
  transform: rotate(0);
}
.collapse_default .card-body {
  padding: 10px 50px 20px 0;
  border: none;
  font-size: 18px;
}
.form_default_label {
  display: block;
  margin-bottom: 0;
  width: 100%;
  font-size: 18px;
  color: #727779;
}
.form_default_label span {
  color: #17181d;
  font-weight: 700;
}
.form_default_label small {
  font-size: 15px;
  text-transform: initial;
  letter-spacing: 0;
}
.form_default_error {
  display: block;
  margin-bottom: 20px;
  margin-top: -20px;
  font-size: 14px;
  color: #e74c3c;
}
.form_default_input,
.form_default_select,
.form_default_textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #adacac;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  border-radius: 0;
  color: #17181d;
  transition: all 0.2s;
}
.form_default_input.error,
.form_default_select.error,
.form_default_textarea.error {
  border-color: #e74c3c !important;
}
.form_default_input:focus,
.form_default_select:focus,
.form_default_textarea:focus {
  border-color: #17181d !important;
}
.form_default_input:disabled,
.form_default_select:disabled,
.form_default_textarea:disabled {
  background-color: #f5f5f5 !important;
  border-color: #dfdfdf !important;
  color: #333;
  opacity: 0.9;
}
.form_default_select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 25px;
  background-image: url("../images/down-arrow.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 3px center;
}
.form_default_select_no_arrow {
  background-image: none;
  padding-right: 10px;
}
.form_default_input {
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.form_default_input[type="number"] {
  padding-right: 0;
}
.form_default_select {
  height: 40px;
  line-height: 40px;
}
.form_default_textarea {
  resize: none;
  padding: 0 10px 15px 0;
}
.form_default_check,
.form_default_radio {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 30px;
  cursor: pointer;
  color: #727779;
}
.form_default_check input,
.form_default_radio input {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
}
.form_default_check span,
.form_default_radio span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: 3px;
}
.form_default_check a,
.form_default_radio a {
  text-decoration: underline;
}
.form_default_check input:checked + span,
.form_default_radio input:checked + span {
  background-color: #27ae60;
  border-color: #27ae60;
  background-position: center;
  background-repeat: no-repeat;
}
.form_default_radio span {
  border-radius: 50%;
}
.form_default_radio span:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.form_default_radio input:checked + span:after {
  opacity: 1;
}
.form_default_radio + .form_default_radio {
  margin-top: -10px;
}
.form_default_check input:checked + span {
  background-image: url("../images/check.svg");
  background-size: 65%;
}
.footer {
  background-color: #17181d;
  color: #a3a3a3;
  padding-top: 100px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.footer h5 {
  color: #fff;
  margin-bottom: 40px;
  margin-top: 10px;
  font-size: 20px;
}
.footer_logo {
  display: inline-block;
  margin-bottom: 30px;
}
.footer_logo img {
  height: 40px;
  width: auto;
}
.footer p {
  margin-bottom: 20px;
  color: inherit;
}
.footer ul {
  color: inherit;
}
.footer_info {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 0;
}
.footer_info li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.footer_info li img {
  position: absolute;
  left: 0;
  top: 2px;
  max-width: 18px;
  opacity: 0.7;
}
.footer_info li a {
  display: inline-block;
  transition: all 0.2s;
}
.footer_info li a:hover {
  color: #fff;
}
.footer_partner img {
  max-height: 50px;
}
.footer_partner ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
.footer_partner ul li {
  display: block;
}
.footer_partner ul li a {
  color: #fff;
}
.footer_newsletter {
  margin-bottom: 30px;
  position: relative;
}
.footer_newsletter input {
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  background-color: transparent;
  padding-right: 40px;
  height: 40px;
  color: #fff;
  transition: all 0.2s;
}
.footer_newsletter input:focus {
  border-color: #fff;
}
.footer_newsletter button {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.footer_newsletter button img {
  display: inline-block;
  height: 18px;
}
.footer_bottom {
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_copyright b,
.footer_copyright strong {
  color: #fff;
}
.footer_imprint {
  margin-bottom: 20px;
}
.footer_imprint a {
  display: inline-block;
  transition: all 0.2s;
}
.footer_imprint a:hover {
  color: #fff;
}
.footer_imprint span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 8px;
}
.default_social {
  margin-bottom: 20px;
}
.default_social a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
  transition: all 0.2s;
}
.default_social a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #17181d;
}
.default_social a + a {
  margin-left: 10px;
}
.text_only {
  padding-bottom: 80px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.text_only h1,
.text_only h2,
.text_only h3,
.text_only h4,
.text_only h5,
.text_only h6 {
  margin-bottom: 15px;
  font-weight: 600;
}
.text_only .title {
  font-size: 40px;
  margin-bottom: 40px;
}
.text_only h2 {
  font-size: 24px;
}
.text_only h3 {
  font-size: 22px;
}
.text_only h4 {
  font-size: 20px;
}
.text_only h5 {
  font-size: 18px;
}
.text_only h6 {
  font-size: 16px;
}
.text_only ol,
.text_only p,
.text_only ul {
  margin-bottom: 20px;
}
.text_only a {
  text-decoration: underline;
}
.text_only ol,
.text_only ul {
  padding-left: 20px;
}
.text_only ol li,
.text_only ul li {
  margin-bottom: 3px;
}
.text_only ul {
  list-style-type: circle;
}
.not_found {
  padding: 80px 0;
}
.not_found h2 {
  font-weight: 800;
  font-size: 150px;
  margin-bottom: 20px;
  line-height: 1;
}
.not_found h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
}
.cookies_message {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 100000000;
  bottom: 0;
  width: 100%;
  left: 0;
}
.cookies_message > div {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 30px 75px 20px 15px;
}
.cookies_message p {
  color: #fff !important;
  margin-bottom: 10px;
  font-size: 15px;
}
.cookies_message p a {
  text-decoration: underline;
}
.cookies_btn {
  padding: 10px;
  text-transform: uppercase;
  border: 1px solid #fff;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -20px;
  color: #fff !important;
  transition: all 0.2s;
  font-weight: 700;
  background-color: transparent !important;
}
.cookies_btn:hover {
  background-color: #fff !important;
  color: #17181d !important;
}

.miete .miete_search .col-lg-5 {
  display: flex !important;
  align-items: center;
}

.miete .miete_search .col-lg-5 input {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199.98px) {
  .header ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .article_icon h3 {
    font-size: 24px;
  }
  .intro p {
    font-size: 26px;
  }
  .central_item:nth-child(2),
  .central_item:nth-child(3) {
    top: -10px;
  }
  .miete_search {
    padding: 30px;
  }
  .miete_search_price + div {
    margin-left: 15px;
  }
  .miete_search_price label {
    margin-right: 5px;
  }
  .miete_search_price input {
    max-width: 90px;
  }
  .miete_item h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .miete_item ul {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-animation: none !important;
    animation: none !important;
    background-color: #17181d !important;
    position: fixed !important;
    border: none !important;
    opacity: 1 !important;
  }
  .header_nav {
    position: fixed;
    padding: 15px;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #17181d;
    transition: all 0.4s;
    opacity: 0;
  }
  .header_nav.active {
    opacity: 1;
    right: 0;
  }
  .header_nav_close {
    border: none;
    background-color: #333;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    padding: 0;
  }
  .header_nav_open {
    float: right;
    border: none;
    background-color: #333;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    margin-top: 5px;
    padding: 0;
  }
  .header_nav ul {
    text-align: center;
    padding-top: 20px;
  }
  .header_nav ul li {
    display: block;
  }
  .header_nav ul li + li {
    margin: 20px 0 0 !important;
  }
  .header_nav ul li a {
    display: block;
    padding: 5px;
    font-size: 24px;
  }
  .header_nav ul li a:after {
    display: none;
  }
  .header_nav ul li.active a {
    font-weight: 700;
  }
  .central {
    margin-top: 50px;
  }
  .cta_sale .button {
    margin-top: 20px;
    margin-left: 83px;
  }
  .objects {
    justify-content: center;
  }
  .article_icon h3 {
    margin-bottom: 15px;
  }
  .article_icon p {
    margin-bottom: 15px;
  }
  .underhead {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .welcome_slide {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .welcome_slide:after {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.35) 0,
      rgba(0, 0, 0, 0.32) 50%,
      rgba(0, 0, 0, 0.35) 100%
    );
  }
  .intro {
    text-align: center;
  }
  .intro h4 {
    margin-top: 20px;
  }
  .quote_box {
    background-color: #e9eced;
  }
  .quote_box_text {
    position: initial;
    max-width: 100%;
    background-color: #e9eced;
    -webkit-animation: none !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .kontakt_person {
    margin-top: 50px;
  }
  .dynasty_bg {
    padding-top: 270px;
    background-position: center right -130px;
  }
  .dynasty_items {
    padding-top: 50px;
  }
  .article_service {
    text-align: center;
  }
  .article_service_text {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 30px;
    order: 1 !important;
  }
  .article_service_image {
    order: 2 !important;
  }
  .miete_search_price input {
    max-width: 120px;
  }
  .miete_item_price {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header_logo img {
    height: 45px;
  }
  .header_nav_open {
    margin-top: 0;
  }
  .header_nav ul li + li {
    margin-top: 10px !important;
  }
  .header_nav ul li a {
    font-size: 20px;
  }
  .welcome_wrap {
    min-height: 400px;
  }
  .welcome_text h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .welcome_text h1 br {
    display: none;
  }
  .intro p {
    font-size: 20px;
  }
  .intro h4 {
    font-size: 20px;
    font-weight: 700;
  }
  .intro h5 {
    font-size: 17px;
  }
  .intro img {
    max-width: 250px;
  }
  .section {
    padding: 80px 0;
  }
  .section_pbl {
    padding-bottom: 40px;
  }
  .title {
    font-size: 28px !important;
    margin-bottom: 20px;
  }
  .central {
    background-size: 90px;
    margin-top: 30px;
    min-height: 412px;
  }
  .central_item {
    padding-left: 3px;
    padding-right: 3px;
  }
  .central_item img {
    height: 40px;
  }
  .central_item h3 {
    font-size: 10px;
    margin-bottom: 10px !important;
    color: #17181d;
  }
  .central_item:nth-child(1) {
    position: relative;
    bottom: -10px;
  }
  .central_item:nth-child(2),
  .central_item:nth-child(3),
  .central_item:nth-child(4),
  .central_item:nth-child(5) {
    flex: 0 0 44%;
    max-width: 44%;
  }
  .central_item:nth-child(3),
  .central_item:nth-child(5) {
    margin-left: 12%;
  }
  .central_item:nth-child(2):after {
    right: 30px;
    bottom: -5px;
    height: 40px;
    transform: rotate(301deg);
  }
  .central_item:nth-child(3):after {
    left: 30px;
    bottom: -5px;
    height: 40px;
    transform: rotate(-301deg);
  }
  .central_item:nth-child(4):after {
    right: 30px;
    top: -5px;
    height: 40px;
    transform: rotate(-301deg);
  }
  .central_item:nth-child(5):after {
    left: 30px;
    top: -5px;
    height: 40px;
    transform: rotate(301deg);
  }
  .quote p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .quote_stars {
    margin-bottom: 20px;
  }
  .cta_sale figure {
    align-self: flex-start;
  }
  .cta_sale h3 {
    font-size: 20px;
  }
  .footer {
    padding-top: 80px;
  }
  .footer_logo {
    margin-bottom: 10px;
  }
  .footer h5 {
    margin-bottom: 15px;
  }
  .footer_bottom {
    margin-top: 40px;
    font-size: 15px;
    text-align: center;
  }
  .underhead {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .underhead h1 {
    font-size: 32px;
  }
  .not_found {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .not_found h2 {
    font-size: 100px;
    margin-bottom: 15px;
  }
  .not_found h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .page_icon {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .article_icon figure img {
    height: auto;
    max-width: 55px;
  }
  .collapse_default .card-body {
    font-size: 16px;
    padding-right: 0;
  }
  .kontakt_left {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .kontakt_info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .kontakt_info:after,
  .kontakt_info:before {
    display: none;
  }
  .gmpc_map {
    height: 300px;
  }
  .team_item figure img {
    transform: scale(1) !important;
  }
  .team_item p {
    min-height: auto;
  }
  .jobs_item h4 {
    font-size: 18px;
  }
  .downloads_items {
    padding-top: 0;
  }
  .downloads_item h4 {
    margin-bottom: 10px;
  }
  .downloads_item .button {
    margin-left: 40px;
  }
  .article_service {
    text-align: center;
  }
  .article_service_text img {
    margin-bottom: 20px;
  }
  .article_service_text h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .article_service_image img {
    border-radius: 35px;
  }
  .angebot_item:nth-child(2) > div {
    border-top: none;
  }
  .angebot_item h4 {
    font-size: 20px;
  }
  .angebot_item > div {
    padding-left: 50px;
  }
  .angebot_item > div:before {
    height: 30px;
    width: 30px;
    margin-top: -15px;
    top: 50%;
  }
  .dynasty_bg {
    padding-top: 200px;
    padding-bottom: 15px;
    background-position: center right -220px;
  }
  .dynasty_bg h2 {
    font-size: 22px;
  }
  .dynasty_items {
    padding-top: 40px;
  }
  .dynasty_item {
    margin-bottom: 30px;
  }
  .dynasty_item figure {
    margin-bottom: 10px;
    height: 70px;
  }
  .dynasty_item figure img {
    max-height: 70px;
    max-width: 70px;
    margin-bottom: 0;
  }
  .dynasty_item h3 {
    font-size: 15px;
  }
  .cookies_message p {
    font-size: 14px;
  }
  .miete {
    padding-top: 100px;
  }
  .miete_search .form_default_input,
  .miete_search .form_default_select,
  .miete_sort .form_default_input,
  .miete_sort .form_default_select {
    margin-bottom: 15px;
  }
  .miete_search {
    padding: 25px 10px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .miete_search_price {
    text-align: left;
  }
  .miete_search_price input {
    max-width: 130px;
  }
  .miete_search_price label {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .miete_search .button {
    width: 100%;
  }
  .miete_search_toggle {
    width: 100%;
    background-color: #e9eced;
    color: #17181d;
    font-weight: 600;
    border: none;
    padding: 10px 45px 10px 15px;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
  }
  .miete_search_toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 8px;
  }
  .miete_search_toggle.active:after {
    content: "";
  }
  .miete_sort {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .default_pagination li + li {
    margin-left: 5px;
  }
  .miete_detail_title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .miete_detail_slider {
    margin-bottom: 30px;
  }
}
