@charset 'utf-8';

/**********/
@import url("https://fonts.cdnfonts.com/css/acumin-pro");

/******* Typography *******/

body {
  font-family: "Acumin Pro", sans-serif;
  font-size: min(3vmin, 1em);
  line-height: 1.2;
  color: #e6deca;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #6f4f35;
}

.section-head h1 {
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0.76px;
  line-height: 48px;
  text-align: center;
}

.section-head h2,
.section-head h1 {
  margin: 0;
}

.section-head h1 p,
.section-head h2 p {
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0.76px;
  line-height: 48px;
  text-align: center;
}

h1,
h1 p {
  color: #101c2e;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.27;
}

h2,
h2 p {
  color: #101c2e;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.27;
}

h3,
h3 p {
  color: #6a7261;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.33;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

h3 strong,
h3 p strong {
  font-weight: 500;
}

h4 {
  color: #101c2e;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 0px 0;
  color: #101c2e;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.8;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #21201d;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #151d33;
}

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

.lead {
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
  color: #21201d;
}

section {
  clear: both;
}

/******* Buttons *******/
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.btn {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 40px;
  text-transform: none;
  border: none;
  border-radius: 4px;
}

.btn-default {
  color: #fff;
  background-color: #151d33;
}

.btn-default:hover {
  color: #fff;
  background-color: #d79a16;
}

.btn-primary {
  color: #fff;
  background-color: #7d7b76;
}

.btn-primary:hover {
  color: #fff;
  background-color: #d79a16;
}

.btn-secondary {
  color: #8f7f5e;
  background-color: #e2ddd5;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #151d33;
}

.btn-sm {
  font-size: 12px;
  padding: 6px 10px;
}

.btn-lg {
  font-size: 16px;
  padding: 13px 50px;
}

.btn-link {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #151d33;
}

.btn-link:focus,
.btn-link:hover {
  color: #151d33;
}

/******* Form *******/

h1.form_heading,
h2.form_heading {
  color: #151d34;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.form-control {
  height: 46px;
  border-radius: 0px;
  background: transparent;
  margin-bottom: 20px;
  border: 1px solid #151d33;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 5px;
  color: #273344;
  font-size: 14px;
  letter-spacing: 0.26px;
  line-height: 16px;
}

.form-control:focus {
  border-color: #cdcdcd;
  outline: 0;
  /*  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #cdcdcd;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #cdcdcd;*/
}

select.form-control {
  background: #f2f2f2;
}

.box_background {
  image-rendering: pixelated;
}

.form-control::placeholder {
  color: #273344;
  font-size: 14px;
  letter-spacing: 0.26px;
  line-height: 16px;
}

.screen-reader-error {
  position: relative;
  clear: both;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px;
  margin: 20px 0;
  border: 1px solid transparent;
  display: none;
  font-size: 16px;
}

.screen-reader-response {
  position: relative;
  clear: both;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 10px;
  margin: 20px 0;
  border: 1px solid transparent;
  display: none;
  font-size: 16px;
}

input.error {
  border: 1px solid red;
  margin-bottom: 8px;
  /*background: #ffe0e0 url(../images/error.png) no-repeat right 5px center;*/
}

input.sucess {
  border: 1px solid #c7b587;
  margin-bottom: 8px;
  /* background: #f8fce0 url(../images/success.png) no-repeat right 5px center;*/
}

textarea.wpcf7-not-valid {
  border-bottom: 2px solid red;
}

.senden_button .btn-custom {
  display: inline-block;
  margin: 30px 0px;
  padding: 7px 1.4em;
  text-decoration: none;
  font-weight: 400;
  border-radius: 0;
  border: 0;
  border: 2px solid #151d34;
  background-color: #ffffff;
  color: #151d34;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
}

.senden_button .btn-custom:hover {
  background: #cdcdcd;
  color: #151d34;
}

.contact_form_cm *,
.contact_form_cm ::placeholder {
  color: #2d3b38;
  font-size: 18px;
  outline: none;
}

/******* General CSS *******/


.sticky-wrapper {
  position: relative;
  z-index: 1234;
}

#iframeplace {
  cursor: pointer;
  height: auto;
}

#home {
  position: relative;
  z-index: 2;
}

#home .owl-controls {
  display: none;
}

.main-container {
  padding-top: 60px;
  padding-bottom: 100px;
}

.listnone {
  padding-left: 0;
  list-style: none;
}

.well-block {
  display: inline-block;
  padding: 30px;
  background-color: #f8f6f2;
}

/*.navbar{
    min-height: 170px;
}*/

/*.sticky-wrapper{
    min-height: 170px;
}
.is-sticky .navbar{
    min-height: 120px;
}*/

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left: 0;
}

#main-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: none;
}

#main-navigation li {
  /* display: inline-block; */
  text-align: left;
  margin: 0 0 0 0px;
  vertical-align: top;
  float: left;
}

#main-navigation li.undermenu:first-child {
  clear: both;
}

#main-navigation li.undermenu {
  float: right;
}

.cb {
  clear: both;
}

#main-navigation li.undermenu a {
  color: rgba(16, 28, 46, 0.6);
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}

#main-navigation li.submenu {
  display: block;
  float: right;
}

#main-navigation li a {
  color: #101c2e;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  text-transform: uppercase;

  display: block;
  padding: 6px 10px;
}

#main-navigation li a:hover,
#main-navigation li.active a {
  text-shadow: 0px 0px 1px #313829;
}

#main-navigation li.active ul li a {
  text-decoration: none;
}

#main-navigation li ul {
  margin: 0;
  padding: 0 0 15px 0;
  display: none;
  position: absolute;
  background: #429395;
}

#main-navigation li ul li {
  display: block;
}

#main-navigation li ul li a {
  padding: 0 15px 0 15px;
  text-transform: capitalize;
}

#main-navigation li ul li a:hover {
  text-decoration: underline;
}

.flex_box_container.boxes {
  text-align: left;
  position: relative;
}

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

.btn-custom {
  background: transparent;
  border: none;
  color: #2d3b38 !important;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  padding: 0px;
  text-transform: uppercase;
}

.btn-custom .custom_link {
  color: #fff;
}

/* 
.btn-custom:hover,
.btn-custom:focus,
.btn-active {
  background: #fff;
  color: #2d3b38 !important;
  -webkit-box-shadow: 0px 0px 0px 1px #2d3b38;
  -moz-box-shadow: 0px 0px 0px 1px #2d3b38;
  box-shadow: 0px 0px 0px 1px #2d3b38;
} */

.btn-custom-light .btn-custom {
  background: #fff;
  color: #2d3b38;
  margin-top: 0;
  -webkit-box-shadow: 0px 0px 0px 1px #2d3b38;
  -moz-box-shadow: 0px 0px 0px 1px #2d3b38;
  box-shadow: 0px 0px 0px 1px #2d3b38;
}

.section-head {
  padding: 20px 0;
  background: #a1d2bb;
}

.full-width-section {
  width: 100%;
}

.center {
  margin: 0;
  padding: 0;
  text-align: center;
}

.owl-slide {
  position: relative;
}

.owl-slide img {
  width: 100%;
}

.flex_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
}

.downloads_flex_container .full-height {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.flex_box_container {
  flex: 1;
  align-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.one_third {
  min-width: 33%;
  max-width: 33%;
}

.one_quarter {
  min-width: 24.9%;
  max-width: 24.9%;
  padding: 50px 25px;
}

.one_fifth {
  min-width: 20%;
  max-width: 20%;
  padding: 50px 25px;
}

.flex_box_cont_image img {
  width: 60%;
  max-width: 85px;
  height: 82px;
  margin-bottom: 30px;
}

.flex_box_cont_content p {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.copyright p {
  font-size: 25px;
  text-align: left;
  margin-bottom: 0;
  color: #151d34;
}

label {
  font-weight: 700;
}

label.title {
  font-size: 20px;
  color: #696c70;
}

.loadmore {
  width: 100%;
}

/******* page header *******/

.page-header {
  position: relative;
  margin: 0;
  padding-top: 140px;
  padding-bottom: 100px;
  background: #efefef;
  background-size: cover;
}

.page-title {
  text-align: center;
  color: #fff;
}

.embed-container {
  --video--width: 1296;
  --video--height: 540;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/******* space *******/

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

/******* section *******/

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

.section-space_md {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-space {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-space-bottom200 {
  margin-bottom: 200px;
}

/******** badge ******/

.gallery-block {
  position: relative;
}

.badge {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  width: 216px;
  height: 216px;
  position: absolute;
  z-index: 1221;
  right: 120px;
  display: inline-block;
  min-width: 10px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border-radius: 50%;
  /* background-color: #344054; */
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.43px;
}

.badge span {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: -0.43px;
  line-height: 23px;
  text-align: center;
}

.badge img {
  width: 100%;
}

.badge hr {
  margin: 5px 0;
}

.badge:hover {
  background: #1d2b41;
}

.badge a {
  color: #fff;
}

.owl-slide .container {
  position: relative;
}

.separator {
  position: relative;
  width: 100%;
  height: 3px;
  margin: 8px 0;
  background-color: #c2b89f;
}

.panel {
  background: transparent;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border: 0;
}

.table {
  width: 100%;
  color: #e6deca;
}

.table thead {
  background: transparent;
  text-align: center;
}

.table>thead>tr>th {
  text-align: left;
  vertical-align: middle;
  color: #2d3b38;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  border-bottom: 0px solid #ddd;
  /*height: 30px;*/
  /*min-width: 80px;
    max-width: 11%;
    width: 11%;*/
  padding-bottom: 7px;
}

.table>tbody>tr>td {
  text-align: left;
  line-height: 1;
  /*    min-width: 80px;
    max-width: 11%;
    width: 11%;*/
  white-space: nowrap;
  font-size: 18px;
  border-top: none;
}

.table>tbody>tr.clicked_highlight {
  background: rgba(241, 233, 224, 0.5);
}

.table>thead {
  width: 100%;
  border-bottom: 1px solid #e6deca;
}

.table>thead>tr>th,
.table>tbody>tr>td {
  flex: 1;
  padding: 0.25rem 7px 0.25rem 7px;
}

.table>thead>tr>th {
  color: #e6deca;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}

.table>thead>tr>th img {
  width: 30px;
}

.table>thead>tr>td {
  color: #e6deca;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
}

.table>tbody>tr {
  width: 100%;
}

.table>tbody>tr:hover {
  background: rgba(241, 233, 224, 0.5);
}

.table>tbody>tr:hover td {
  cursor: pointer;
}

/* .table>tbody>tr:hover td:last-child img{
    transition: -webkit-filter 0s, filter 0s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); 
    background: #cdcdcd;
    padding: 1px;
    border-radius: 3px;
} */
.table>thead>tr>th:nth-child(1),
.table>tbody>tr>td:nth-child(1) {
  min-width: 72px;
  max-width: 72px;
  text-align: center;
}

.table>thead>tr>th:nth-child(2),
.table>tbody>tr>td:nth-child(2) {
  min-width: 80px;
  max-width: 80px;
}

.table>thead>tr>th:nth-child(3),
.table>tbody>tr>td:nth-child(3) {
  min-width: 80px;
  max-width: 80px;
}

.table>thead>tr>th:nth-child(4),
.table>tbody>tr>td:nth-child(4) {
  min-width: 75px;
  max-width: 75px;
}

.table>thead>tr>th:nth-child(5),
.table>tbody>tr>td:nth-child(5) {
  min-width: 110px;
  max-width: 110px;
}

.table>thead>tr>th:nth-child(6),
.table>tbody>tr>td:nth-child(6) {
  min-width: 120px;
  max-width: 120px;
}

.table>thead>tr>th:nth-child(7),
.table>tbody>tr>td:nth-child(7) {
  min-width: 110px;
  max-width: 110px;
}

.table>thead>tr>th:nth-child(8),
.table>tbody>tr>td:nth-child(8) {
  min-width: 110px;
  max-width: 110px;
}

.table>thead>tr>th:nth-child(9),
.table>tbody>tr>td:nth-child(9) {
  min-width: 110px;
  max-width: 110px;
}

.table>thead>tr>th:nth-child(10),
.table>tbody>tr>td:nth-child(10) {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

/*.table>thead>tr>th:nth-child(odd){
    background-color: #cdcdcd;
}

.table>thead>tr>th:nth-child(even){
    background-color: #424242;
}

.table>tbody>tr>td:nth-child(odd){
    background-color: #cdcdcd;
}

.table>tbody>tr>td:nth-child(even){
    background-color: #424242;
}*/
.table td,
.table th {
  border-top: 0px solid #dee2e6 !important;
}

/******* Gallery Section *******/

.gallery-block .owl-nav {
  position: relative;
  bottom: 48px;
  width: 98px;
  margin: 0 auto;
  text-align: center;
  /*display: none;*/
}

/*.gallery-block .owl-nav i {
    font-size: 24px;
    color: #151d33;
}

.gallery-block .owl-prev {
    float: left;
    padding: 10px 20px;
    background: #e5dfd3;
}

.gallery-block .owl-next {
    float: right;
    padding: 10px 20px;
    background: #e5dfd3;
}*/

.gallery-caption {
  position: absolute;
  bottom: 0;
  margin-bottom: 2.2%;
  /*margin-left: 15px;*/
  text-align: left;
  color: #fff;
}

.gallery-caption h1 {
  color: #fff;
}

#galerie .owl-theme .owl-controls {
  width: 100%;
}

#galerie .owl-nav {
  width: 100% !important;
  position: absolute !important;
  bottom: auto !important;
  top: 50%;
}

#galerie .owl-carousel .owl-next,
#galerie .owl-carousel .owl-prev {
  width: 0px;
  height: 0px;
  margin-top: 0px;
  position: absolute;
  top: 38%;
  color: #fff;
  font-size: 30px;
  transform: translateY(-50%);
}

.owl-prev,
.owl-next {
  border-radius: 50%;
  border-bottom: 0;
  background: transparent;
  pointer-events: initial;
}

.owl-prev .fa {
  position: absolute;
  text-align: center;
  left: 15px;
  font-size: 30px;
}

.owl-next .fa {
  position: absolute;
  text-align: center;
  right: 00px;
  font-size: 30px;
}

.fa-angle-left:before,
.fa-angle-right:before {
  content: "";
  display: none;
}

.owl-prev .fa:after {
  content: "";
  background: url(../images/prev.svg) no-repeat center center;
}

.owl-next .fa:after {
  content: "";
  background: url(../images/next.svg) no-repeat center center;
}

.owl-prev .fa:after,
.owl-next .fa:after {
  width: 60px;
  height: 120px;
  filter: drop-shadow(2px 4px 6px black);
  position: absolute;
  -webkit-background-size: 100%;
  background-size: 100%;
}

#galerie .owl-carousel .owl-prev {
  left: 15px;
  color: #fff;
}

#galerie .owl-carousel .owl-next {
  right: 65px;
  color: #fff;
}

.owl-theme .owl-controls {
  width: 95%;
  margin: 0 auto !important;
}

.preview_section {
  padding-top: 20px;
}

/******* custom scrollbar ***********/

.scrollbar {
  height: 300px;
  background: #f5f5f5;
  overflow-y: scroll;
}

#style-1 {
  overflow: auto;
}

.force-overflow {
  min-height: 305px;
  overflow: auto;
}

#style-1::-webkit-scrollbar-track,
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar,
#style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar-thumb,
#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

#wo-table tbody::-webkit-scrollbar {
  width: 12px;
  -webkit-appearance: none;
}

#wo-table tbody::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.force-overflow::-webkit-scrollbar {
  height: 12px;
  /* -webkit-appearance: none; */
}

.force-overflow::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

#wo-table tbody {
  display: block;
  overflow-y: scroll;
  width: 100%;
  height: 320px;
  border-bottom: 1px solid #e6deca;
}

#wo-table thead {
  display: block;
  width: 100%;
  /*height: 35px;   */
  background: transparent;
}

/******* List Style - Font Awasome *******/

.angle-right li {
  position: relative;
  display: flex;
}

.angle-right li:before {
  top: 0;
  left: -5px;
  margin-right: 10px;
  content: "\f105";
  color: #7d7b76;
}

.check-circle li {
  position: relative;
  padding-left: 10px;
  list-style: none;
}

.check-circle li:before {
  font-size: 16px;
  top: 0;
  left: -5px;
  margin-right: 10px;
  content: "\f058";
  color: #4f4c45;
}

/******* navigation *******/

.social {
  position: absolute !important;
  right: 0px;
  top: 41px;
}

.navbar-header {
  width: 100%;
  float: none;
  margin: 0 auto;
  text-align: left;
}

.navigation .navbar-brand {
  display: block;
  padding: 0;
  margin: 20px 0;
}

.navbar-brand>img {
  width: 100%;
  max-width: 288px;
  display: inline-block;
}

.navigation {
  z-index: 999999;
  /*box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);*/
  background: #e7e6da;
  /*min-height: 170px;*/
  transition: all 0.2s ease-in-out;
}

.navbar {
  border: 0;
}

.navbar-brand>img {
  transition: all 0.5s ease-in-out;
}

.navigation .navbar-default {
  z-index: 999;
  border-color: transparent;
  border-radius: 0;
  background-color: transparent;
}

.navigation .navbar {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navigation .navbar-nav {
  list-style: none;
  padding: 0;
  display: block;
}

/*.navigation .navbar-nav:after {
  content: '';
  position: absolute;
  background: url(../images/close.png) no-repeat top center;
  width: 53px;
  height: 37px;
  -webkit-background-size: contain;
  background-size: contain;
  right: 5%;
  top: 30px;
  cursor: pointer;
}*/

.navigation .navbar-default .navbar-nav>li {
  display: block;
  width: 100%;
  text-align: left;
}

.navigation .navbar-default .navbar-nav>li>a {
  color: #ff0000;
  font-size: 45px;
  line-height: 1.5;
  padding: 0px 10px;
  letter-spacing: 0;
}

.img-responsive {
  width: 100%;
}

.img_cont {
  display: block;
}

.navigation .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.navigation .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
}

.is-sticky .navigation .navbar-default {
  background-color: transparent;
}

/******* Dropdown*******/

.dropdown-menu {
  padding: 30px 10px;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175);
}

.dropdown-menu>li>a {
  font-weight: 400;
  line-height: 1.42857143;
  display: block;
  clear: both;
  padding: 3px 20px;
  white-space: nowrap;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7d7b76;
}

/***** Mobile Toggle Menu *****/

.navigation .navbar-default .navbar-toggle {
  border-color: transparent;
  background-color: transparent;
}

.navigation .navbar-default .navbar-toggle {
  font-size: 20px;
  position: absolute;
  top: 40px;
  right: 5%;
  width: 53px;
  height: 37px;
  padding: 10px;
}

.navigation .navbar-toggle {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
}

.navigation .navbar-default .navbar-toggle:before {
  content: "";
  /*background: url(../images/burger.png) no-repeat top center;*/
  width: 53px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}

.menu_name {
  text-indent: -5000px;
  position: absolute;
  display: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.special_h2 h1 p,
.special_h2 h2 p {
  font-size: 40px;
}

/******* Booking Form *******/

.form {
  margin-top: -120px;
}

.booking-form-block {
  padding: 30px;
  -webkit-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
  border-radius: 4px 4px 4px 0;
  background: #fff;
}

.booking-form-block .form-control {
  height: 45px;
  border: none;
  background: #f2f2f2;
}

.bookingform {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.form-title {
  color: #151d33;
}

/******* Footer *******/

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f1e7;
}

.footer-block .social-icon {
  margin-bottom: 30px;
}

.footer-block .social-icon a {
  color: #7d7b76;
}

.footer-block .social-icon a i {
  font-size: 20px;
  margin-right: 15px;
}

.footer-block .social-icon a:hover {
  color: #151d33;
}

.footer .newsletter .form-control {
  border: 1px solid #e5dfd3;
  background-color: #fff;
}

.footer .newsletter button.btn.btn-default {
  font-size: 16px;
  height: 45px;
}

.tiny-footer {
  padding-top: 26px;
  text-transform: uppercase;
  color: #7a7770;
  background-color: #4f4c45;
}

/***** alignment *****/

/***** Prev Next Block *****/

.next-prev-block {
  margin-top: 30px;
  margin-bottom: 60px;
}

.prev-link,
.next-link {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #151d33;
}

.prev-post h3,
.next-post h3 {
  margin-bottom: 5px;
}

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

.custom_small_content .description_content p,
.custom_small_content .description_content p a {
  font-size: 15px;
}

.custom_small_content h1 p,
.custom_small_content h1,
.custom_small_content h2 p,
.custom_small_content h2 {
  font-size: 40px;
  line-height: 50px;
}

tr.black td,
tr.black td:hover {
  color: #cdcdcd !important;
  cursor: text !important;
}

.table>tbody>tr.black:hover {
  background-color: transparent;
}

#wo-table {
  margin-bottom: 0;
}

#downloads .flex_box_cont_content p {
  color: #000;
  width: auto;
}

.section-1 {
  padding-top: 70px;
}

.g-recaptcha {
  margin-top: 10px;
}

.gallery-caption.fourofour {
  margin-bottom: 22.2%;
}

.small_legal_privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #777;
  z-index: 3223;
  width: 75%;
  max-width: 880px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
}

.addcookie {
  text-transform: capitalize;
  box-shadow: none;
  border-radius: 0;
}

.btn.addcookie {
  background-color: #2d3b38;
  border-color: #fff;
}

.cell_1_5 {
  min-width: 19.9%;
  max-width: 19.9%;
  flex: 1;
}

.cell_2_5 {
  min-width: 39.9%;
  max-width: 39.9%;
  flex: 2;
}

.cell_3_5 {
  min-width: 59.9%;
  max-width: 59.9%;
  flex: 3;
}

.cell_4_5 {
  min-width: 79.9%;
  max-width: 79.9%;
  flex: 4;
}

.cell_5_5 {
  min-width: 100%;
  max-width: 100%;
  flex: 5;
}

.cell_1_4 {
  min-width: 24.9%;
  max-width: 24.9%;
  flex: 1;
}

.cell_2_4 {
  min-width: 49.9%;
  max-width: 49.9%;
  flex: 2;
}

.cell_3_4 {
  min-width: 74.9%;
  max-width: 74.9%;
  flex: 3;
}

.cell_4_4 {
  min-width: 100%;
  max-width: 100%;
  flex: 4;
}

.cell_1_3,
.cell_1_6 {
  min-width: 33.3%;
  max-width: 33.3%;
  flex: 1;
}

.cell_2_3 {
  min-width: 66.6%;
  max-width: 66.6%;
  flex: 2;
}

.cell_3_3 {
  min-width: 100%;
  max-width: 100%;
  flex: 3;
}

.cell_1_2 {
  min-width: 49.9%;
  max-width: 49.9%;
  flex: 1;
}

.cell_2_2 {
  min-width: 100%;
  max-width: 100%;
  flex: 2;
}

.cell_1_1 {
  min-width: 100%;
  max-width: 100%;
  flex: 1;
}

.full-height {
  height: auto;
}

.box_caption {
  position: absolute;
  z-index: 1231;
  bottom: 50%;
  max-width: 940px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(50%);
}

/* .caption .itemtitle {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  text-transform: none;
  bottom: 100px;
  margin: 0 auto;
  text-shadow: 0 0 15px #000;
} */

.box_caption h2 p,
.box_caption h1 p {
  color: #fafafa;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  /* text-align: center; */
}

.box_caption h2,
.box_caption h1 {
  margin: 0;
  padding: 0;
}

.box_caption h2,
.box_caption h1,
.box_caption .supratitle,
.box_caption .title,
.box_caption .description_content,
.box_caption .description_content p {
  color: #fff;
}

.box_caption .description_content,
.box_caption .description_content p {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0 -14px 44px rgba(0, 0, 0, 0.64);
}

.menu_footer {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
}

.menu_footer li {
  display: inline-block;
  margin: 0 5px;
}

.menu_footer li a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 10px;
  padding-top: 6px;
  color: #504c44;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
}

.menu_footer li a:hover {
  text-shadow: 0px 0px 5px #ffffff;
}

section,
.full-height {
  position: relative;
}

.links_container p a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  padding-right: 10px;
}

.links_container p a:hover {
  text-decoration: underline;
}

.owl-theme .owl-controls .owl-dots {
  bottom: 0px;
  text-align: center;
  width: 100%;
  margin: -44px 10px 40px 10px;
  position: relative;
  display: none !important;
}

.owl-carousel .owl-controls .owl-dot {
  background: #fff;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* position: absolute; */
  bottom: 20px;
  display: inline-block;
  margin: 0 1%;
}

.owl-carousel .owl-controls .owl-dot.active {
  border: 2px solid #d6e191;
  background: #d6e191;
  border-radius: 50%;
  /* position: absolute; */
  display: inline-block;
}

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

.center-images .img_cont img {
  margin: 20px auto;
  display: inline-block;
}

.button_abs_bottom_zero .btn-custom {
  position: absolute;
  bottom: 0;
}

.button_abs_bottom_zero .description_content {
  /*margin-bottom: 90px;*/
  padding-bottom: 90px;
}

.padding-top_70 .description_content {
  padding-top: 70px;
}

.split_text_in_2_cols .description_content {
  column-count: 2;
  margin-top: 20px;
}

.split_text_in_3_cols .description_content {
  column-count: 3;
  margin-top: 20px;
}

.left_border_and_spacer {
  border-left: 2px solid #6e5038;
  margin-left: 20px;
  padding-left: 20px;
  margin-top: 20px;
}

.width_60percent .description_content {
  width: 60%;
  margin: 10px auto;
}

.width_80percent {
  width: 80%;
  margin: 0 auto;
}

.contact_image .img_cont img {
  width: 100%;
  max-width: 100px;
}

.margin-top175 {
  margin-top: 175px;
}

.height_auto {
  height: auto !important;
}

.spacer_bott_30 {
  margin-bottom: 30px;
}

.spacer_tb_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.spacer_top_170 {
  margin-top: 170px;
}

.spacer_top_140 {
  margin-top: 140px;
}

.spacer_top_87 {
  margin-top: 87px;
}

.spacer_bott_80 {
  margin-bottom: 80px;
}

.download_icons .img_cont img {
  width: 60%;
  max-width: 65px;
  height: 62px;
  margin-bottom: 30px;
}

.height_100percent {
  height: 100%;
  /*display: flex;*/
  flex-direction: column;
}

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

.inner_content-pr15 .description_content {
  padding-right: 15px;
}

.wohnung {
  z-index: 1;
}

.footer_logo {
  margin: 0 0 0px 0;
}

.footer_logo img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 40px;
}

.copyright {
  padding-left: 0;
}

.copyright,
.copyright p,
.copyright p a {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
}

.copyright strong,
.copyright p strong,
.copyright p strong a {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.copyright h1,
.copyright h2 {
  color: #fff;
}

.inner_spacer_lr_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.inner_spacer_lr_15 {
  padding-left: 15px;
  padding-right: 15px;
}

.inner_spacer_lr_20 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.inner_spacer_lr_40 {
  padding-left: 40px;
  padding-right: 40px;
}

.inner_spacer_left_40 {
  padding-left: 40px;
}

.inner_spacer_right_40 {
  padding-right: 40px;
}

.inner_spacer_top_30 {
  padding-top: 30px;
}

.inner_spacer_tb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner_spacer_bott_40 {
  padding-bottom: 40px;
}

.inner_spacer_top_80 {
  padding-top: 80px;
}

.inner_spacer_tb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.inner_spacer_bott_80 {
  padding-bottom: 80px;
}

.inner_spacer_bott_90 {
  padding-bottom: 90px;
}

.inner_spacer_tb_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.inner_spacer_top_98 {
  padding-top: 98px;
}

.inner_spacer_top_120 {
  padding-top: 120px;
}

.inner_spacer_bott_120 {
  padding-bottom: 120px;
}

.inner_spacer_tb_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.inner_spacer_bott_190 {
  padding-bottom: 190px;
}

.inner_spacer_top_190 {
  padding-top: 190px;
}

.inner_spacer_tb_190 {
  padding: 190px 0;
}

.inner_spacer_bott_220 {
  padding-bottom: 220px;
}

.inner_spacer_top_220 {
  padding-top: 220px;
}

.outer_spacer_lr_10 {
  margin-left: 10px;
  margin-right: 10px;
}

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

.outer_spacer_tb_20 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.outer_spacer_tb_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.spacer_top_30 {
  margin-top: 30px;
}

.spacer_bott_30 {
  margin-bottom: 30px;
}

.spacer_bott_80 {
  margin-bottom: 80px;
}

.spacer_tb_30 {
  margin: 30px 0;
}

.spacer_top_40 {
  margin-top: 40px;
}

.spacer_bott_40 {
  margin-bottom: 40px;
}

.spacer_tb_40 {
  margin: 40px 0;
}

.spacer_top_60 {
  margin-top: 60px;
}

.spacer_bott_60 {
  margin-bottom: 60px;
}

.spacer_tb_60 {
  margin: 60px 0;
}

.spacer_top_80 {
  margin-top: 80px;
}

.spacer_top_100 {
  margin-top: 100px;
}

.spacer_bott_80 {
  margin-bottom: 80px;
}

.spacer_bott_100 {
  margin-bottom: 100px;
}

.spacer_tb_80 {
  margin: 80px 0;
}

.spacer_top_90 {
  margin-top: 90px;
}

.spacer_bott_90 {
  margin-bottom: 90px;
}

.spacer_top_120 {
  margin-top: 120px;
}

.spacer_bott_120 {
  margin-bottom: 120px;
}

.spacer_tb_120 {
  margin: 120px 0;
}

.spacer_bott_180 {
  margin-bottom: 180px;
}

.spacer_top_220 {
  margin-top: 220px;
}

.spacer_bott_220 {
  margin-bottom: 220px;
}

.spacer_tb_220 {
  margin: 220px 0;
}

.two_boxes .img_cont img {
  margin-bottom: 40px;
}

.accept_terms {
  width: calc(100% - 20px);
  vertical-align: top;
}

.custom_checkbox {
  padding-right: 15px;
}

.thanks .description_content p {
  color: #4f6766;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}

/********** checkboxes-and-radios switch **************/

.checkboxes-and-radios .dib {
  display: inline-block;
}

.checkboxes-and-radios {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.contact_form_cm .checkboxes-and-radios {
  text-align: left;
  margin-top: 0;
}

.checkboxes-and-radios input {
  display: none;
}

#kontakt .checkboxes-and-radios label {
  margin-left: 0;
}

.checkboxes-and-radios label {
  cursor: pointer;
  padding-left: 32px;
  padding-top: 2px;
  margin-right: 15px;
  position: relative;
  display: block;
  color: #e6deca;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.checkboxes-and-radios input[type="checkbox"] {
  position: absolute;
  visibility: hidden !important;
}

.checkboxes-and-radios input[type="checkbox"]+label:before,
.checkboxes-and-radios input[type="checkbox"]+label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.checkboxes-and-radios input[type="checkbox"]+label:before {
  width: 17px;
  height: 17px;
  left: 0px;
  background: #fff;
  border: 1px solid #151d34;
  border-radius: 0px;
}

.checkboxes-and-radios input[type="checkbox"]+label:after {
  width: 11px;
  height: 11px;
  left: 2px;
  margin-top: -6px;
}

.checkboxes-and-radios input[type="checkbox"]:checked+label:after {
  left: 2px;
  content: "✓";
  color: #151d34;
  font-size: 16px;
  font-weight: bold;
}

.checkboxes-and-radios input[type="checkbox"]:checked+label:before {
  background: #ffffff;
}

.checkboxes-and-radios input[type="radio"] {
  position: absolute;
  visibility: hidden !important;
}

.checkboxes-and-radios input[type="radio"]+label {
  padding-left: 20px;
}

.checkboxes-and-radios input[type="radio"]+label:before,
.checkboxes-and-radios input[type="radio"]+label:after {
  content: "";
  position: absolute;
  top: 0%;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.checkboxes-and-radios input[type="radio"]+label:before {
  width: 15px;
  height: 15px;
  left: 0px;
  background: #ffffff;
  border: 1px solid rgba(128, 117, 88, 0.5);
  border-radius: 15px;
}

.checkboxes-and-radios input[type="radio"]+label:after {
  width: 11px;
  height: 11px;
  left: 2px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-top: -5.5px;
}

.checkboxes-and-radios input[type="radio"]:checked+label:after {
  left: 2px;
  background: #c99d66;
}

.checkboxes-and-radios input[type="radio"]:checked+label:before {
  background: #ffffff;
}

.fancy_gallery .owl-carousel .owl-item:after {
  content: "";
  background: transparent;
  width: 100%;
  padding-top: 43%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

.regular_box_title h2 p,
.regular_box_title h1 p {
  color: #3f6259;
  font-size: 60px;
  line-height: 1.3;
  text-align: center;
  z-index: 323;
  position: relative;
}

#kontakt .regular_box_title h2 p,
#kontakt .regular_box_title h1 p {
  color: #fff;
}

.regular_box_title {
  margin-top: 80px;
  margin-bottom: 0px;
}

.regular_box_title h2,
.regular_box_title h1 {
  margin-bottom: 0;
}

.odd_box_title h2 p,
.odd_box_title h1 p {
  font-size: 40px;
  line-height: 1.5;
}

.impressum_container .regular_box_title {
  margin: 0;
}

.footer_container {
  background-color: #2d3b38;
  padding: 90px 0;
}

#footer .impressum_container p {
  color: #000000;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23.4px;
}

#footer .impressum_container h3 {
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.impressum_container .regular_box_title h2 p,
.impressum_container .regular_box_title h1 p {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: left;
}

.disclaimer_content {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
}

.disclaimer_title {
  padding-bottom: 10px;
}

.extended-list-wrapper li {
  font-size: 18px;
  font-weight: 300;
}

.regular_box_content .description_content p {
  color: #3f6259;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
}

.odd_box_content .description_content p {
  color: #1d2b41;
  font-size: 25px;
  line-height: 34px;
}

.odd_box_content30 .description_content p {
  color: #1d2b41;
  font-size: 30px;
  line-height: 45px;
}

.odd_box_content35 .description_content p {
  color: #1d2b41;
  font-size: 50px;
  line-height: 34px;
}

.secondary_box_title h2 p,
.secondary_box_title h1 p {
  color: #151d34;
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  /*text-transform: uppercase;*/
}

.odd_box_content .description_content,
.odd_box_content .description_content ul li {
  color: #1d2b41;
  font-size: 24px;
  line-height: 34px;
}

.fancy_gallery .caption,
.fancy_gallery .owl-theme .owl-controls {
  display: none;
}

.fancy_slider .container {
  width: 100%;
  height: 100%;
  padding: 15% 0 20% 0;
  position: relative;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  z-index: 99;
  text-indent: -5000px;
  /*display: none;*/
}

.arrow--prev {
  left: 0;
  /* background: url(../images/arrow_left.png) no-repeat top center;*/
  width: 30px;
  height: 63px;
}

.arrow--next {
  right: 0;
  /* background: url(../images/arrow_right.png) no-repeat top center;*/
  width: 30px;
  height: 63px;
}

.slider {
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  position: relative;
}

.slider .slider__item {
  width: 40%;
  transform-origin: 50% 50%;
  cursor: pointer;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  left: 50%;
  opacity: 0;
  z-index: 10;
}

.slider .slider__item[data-position="0"] {
  left: 50%;
  z-index: 25;
  opacity: 1;
}

.slider .slider__item[data-position="1"],
.slider .slider__item[data-position="4"] {
  width: 28%;
  opacity: 0.8;
  z-index: 20;
  top: 60px;
}

.slider .slider__item[data-position="1"] {
  left: 30%;
}

.slider .slider__item[data-position="4"] {
  left: 70%;
}

.slider .slider__item[data-position="2"],
.slider .slider__item[data-position="3"] {
  width: 24%;
  opacity: 0.3;
  z-index: 15;
  top: 80px;
}

.slider .slider__item[data-position="2"] {
  left: 16.5%;
}

.slider .slider__item[data-position="3"] {
  left: 82.5%;
}

.max-width-600 .flex_container {
  max-width: 600px;
  width: 100%;
  margin: 80px 0;
}

.max-width-620 .container {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.max-width-780 .container {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.max-width-860 .container {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.max-width-920 .container {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.max-width-940 .container {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.max-width-980 .container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.max-width-1260 .container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.max-width-1260 .container_modal {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.max-width-1420 .container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

.max-width-1580 .container {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
}

.hero img {
  width: 100%;
}

/*******************Alina classes***********/

/******************************################################*************************/

.padding-lr-4perc {
  padding: 0 4%;
}

.vonabisz img {
  width: 100%;
  max-width: 80px;
}

.survey_container h1,
.container_answer h1 {
  font-size: 40px;
  color: #414141 !important;
  text-transform: uppercase;
  text-align: center;
  margin: 40px auto;
}

.survey_container h2,
.survey_container h1 {
  font-size: 25px;
  color: #151d34 !important;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
}

.steps {
  margin: 0 auto 60px auto;
  list-style: none;
  padding: 0;
  width: 280px;
}

.steps li {
  display: inline-block;
  min-width: 55px;
  text-align: center;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}

.steps li:before {
  content: "";
  background: #fff;
  border: 1px solid #151d34;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  z-index: 2;
}

.steps li:after {
  content: "";
  border: 1px solid #151d34;
  width: 55px;
  position: absolute;
  bottom: -13px;
  z-index: 1;
}

.steps li:last-child::after {
  border: 0;
}

.steps li:hover::before,
.steps li.perm_highlight:before,
.steps li.highlight:before {
  background: #151d34;
}

.radios_container {
  max-width: 380px;
  margin: 0 auto;
}

.container_answer {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  /*text-align: center;*/
}

.container_answer input,
.container_answer label {
  display: inline-block;
}

input[type="range"] {
  -webkit-appearance: none;
  /*padding: 0 4px;*/
  height: 70px;
  position: relative;
  z-index: 2;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: #151d34;
  border: none;
  border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 00%;
  background: #151d34;
  /*background: #ff0000;*/
  margin-top: -7px;
  display: block;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #151d34;
}

.btn-custom.final_message {
  margin: 20px auto;
  display: block;
}

.range_bar {
  position: absolute;
  left: 49.3%;
  color: #151d34;
  top: 21px;
  font-size: 18px;
}

.hidethiscontainer {
  background: #fff;
  padding: 120px 0;
  display: none;
}

.hidethiscontainer .container_answer {
  width: 100%;
  max-width: 1140px;
}

.hidethiscontainer .container_answer:after {
  clear: both;
}

.container_image_answer {
  width: 420px;
  position: relative;
  float: left;
  padding-right: 20px;
}

.container_content_answer {
  width: calc(100% - 440px);
  position: relative;
  float: right;
  padding-left: 20px;
}

.container_content_answer .container_description {
  font-size: 18px;
  line-height: 28px;
}

.image_container1 img {
  border-radius: 50%;
}

.image_container1 {
  top: 0;
  /*position: absolute;*/
  right: 0;
  z-index: 2;
}

.image_container2 img {
  border-radius: 50%;
}

.image_container2 {
  top: 0;
  position: absolute;
  left: 0;
  z-index: 3;
}

.container_content_answer h2,
.container_content_answer h1 {
  font-size: 25px;
  color: #151d34 !important;
  text-transform: uppercase;
  margin: 50px 0 15px 0;
  font-weight: bold;
}

.hidethiscontainer .btn-custom.final_message {
  margin: 20px 0;
  display: inline-block;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.quadratmeter .caption,
.bruttomiete .caption {
  display: none;
}

.noUi-tooltip {
  position: absolute;
  top: 25px;
  left: -5px;
  font-size: 13px;
  font-weight: 300;
  color: #151d34;
}

.noUi-state-draq {
  background: #fff;
  /* display: inline-block; */
  border-radius: 15%;
  z-index: 33;
}

.bruttomiete .noUi-handle-lower .noUi-tooltip {
  left: 4px;
}

.bruttomiete .noUi-handle-upper .noUi-tooltip {
  left: -10px;
}

.bruttomiete {
  margin-top: 20px;
}

.noUi-handle-upper .noUi-tooltip {
  left: -16px;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 3px;
  margin-top: 15px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 0px;
  top: -9px;
  background-color: #2d3b38;
}

/* Styling;
 */

.noUi-background {
  background: #cdcdcd;
}

.noUi-background:before {
  content: "";
  color: #151d34;
  font-size: 18px;
  position: absolute;
  top: -10px;
  left: -2px;
}

.noUi-background:after {
  content: "";
  color: #151d34;
  font-size: 18px;
  position: absolute;
  top: -10px;
  right: -2px;
}

/*.noUi-background  .noUi-handle-lower:before{
    content: '|';
    color: #151D34;
    font-size: 20px;
    position: absolute;
    top: -5px;
    left: -1px;
    
}
.noUi-background  .noUi-handle-upper:after{
    content: '|';
    color: #151D34;
    font-size: 20px;
    position: absolute;
    top: -5px;
    right: -1px;
    
}*/

.noUi-connect {
  background: #151d34;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #c99d66;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -9px;
  top: -15px;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.posrel133 {
  position: relative;
  z-index: 1333;
}

.green {
  width: 15px;
  height: 15px;
  background: #3ec75d;
  border-radius: 50%;
  display: inline-block;
  text-indent: -35000px;
}

.yellow {
  width: 15px;
  height: 15px;
  background: #E3D26F;
  border-radius: 50%;
  display: inline-block;
  text-indent: -35000px;
}

.red {
  width: 15px;
  height: 15px;
  background: #D1462F;
  border-radius: 50%;
  display: inline-block;
  text-indent: -35000px;
}

.graaaay {
  width: 15px;
  height: 15px;
  border: 1px solid #424242;
  background: #cbccce;
  border-radius: 50%;
  display: inline-block;
  text-indent: -35000px;
}

.quadratmeter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.whiteee {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #424242;
  border-radius: 50%;
  display: inline-block;
  text-indent: -35000px;
}

.legend {
  max-width: 960px;
  padding: 0 0px;
  margin: 20px auto;
  text-align: left;
}

.iso_dot {
  text-indent: 0;
  display: inline-block;
  vertical-align: top;
  color: #e6deca;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: min(3vmin, 1em);
  letter-spacing: 0;
  padding-left: 7px;
  margin-right: 20px;
}

.filter_form {
  padding: 40px 0 0px 0;
}

.filter_form label,
.slider-labels span {
  font-size: 16px;
  color: #504c44;
}

.filter_form label.group_label {
  font-size: 18px;
}

.newGalleryCont2 .item,
.newGalleryCont .item {
  position: relative;
}

.newGalleryCont2 .itemtitle,
.newGalleryCont .itemtitle {
  /*display: none;*/
  position: absolute;
  bottom: 35px;
  left: 35px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  text-shadow: 0 0 20px #000000;
}

.gallery {
  position: relative;
}

/* .gallery .itemtitle {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  text-shadow: 0 0 20px #000000;
} */

.hero_shape .itemtitle {
  width: 100%;
  max-width: 780px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  bottom: 16%;
  line-height: 60px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

#wohnungen {
  margin-bottom: 80px;
}

.wohnungen_footer_buttons .flex_container {
  justify-content: space-between;
}

.wohnungen_footer_buttons .cell_1_3 {
  min-width: 32%;
  max-width: 32%;
}

.wohnungen_footer_buttons {
  margin-bottom: 120px;
  margin-top: 120px;
}

.wohnungen_footer_buttons .btn-custom {
  color: #1c1f3a;
  font-size: 1.5vw;
  line-height: 25px;
  text-align: center;
  padding: 16px 1.4em;
  font-weight: 300;
}

/*****######################****/

.newGalleryCont,
.newGalleryCont2 {
  margin-bottom: 10px;
}

.gallery_slider .owl-carousel .item {
  /*margin: 10px;*/
  -webkit-clip-path: none !important;
  clip-path: none !important;
  padding: 5px;
}

.gallery_slider .gallery-block .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 0;
  width: 100%;
  display: block;
  pointer-events: none;
}

.gallery_slider .owl-carousel .owl-item:after {
  content: "";
  background: transparent;
  width: 0;
  height: 0;
  pointer-events: none;
}

.gallery_slider .gallery-block .owl-nav .owl-next .fa,
.gallery_slider .gallery-block .owl-nav .owl-prev .fa {
  display: inline-block;
}

.gallery_slider .gallery-block .owl-nav .owl-next .fa {
  position: absolute;
  top: 50%;
  text-align: center;
  font-size: 30px;
  transform: translateY(-50%);
  left: 10px;
}

.gallery_slider .gallery-block .owl-nav .owl-prev .fa {
  position: absolute;
  top: 50%;
  text-align: center;
  font-size: 30px;
  transform: translateY(-50%);
  left: 10px;
}

.gallery_slider .gallery-block .owl-nav .owl-prev {
  border-radius: 0;
  width: 32px;
  height: 100%;
  position: absolute;
  background: #fff;
  /*border: 1px solid #9b6f43;*/
  pointer-events: all;
}

.gallery_slider .gallery-block .owl-nav .owl-next {
  border-radius: 0;
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  border: 1px solid #9b6f43;
  background: #fff;
  pointer-events: all;
}

.gallery_slider .gallery-block .owl-nav .owl-next:hover,
.gallery_slider .gallery-block .owl-nav .owl-prev:hover {
  background: #fbf1e8;
}

.gallery_slider .gallery .owl-controls .owl-dots {
  display: none !important;
}

.description_content p table th {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.description_content p table td {
  font-size: 16px;
  color: #000;
}

.description_content p strong {
  font-weight: 700;
}

.gallery_with_filters {
  /*padding-bottom: 60px;*/
  /*border-bottom: 1px solid #64063B;*/
  display: flex;
  flex-direction: column-reverse;
}

.gallery_with_filters ul {
  margin: 10px 12% 0 12%;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}

/*.gallery_with_filters ul li {
    text-align: left;
    display: inline-block;
    color: #64063B;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 1% 0 0;
    position: relative;
    max-width: 19%;
    min-width: 19%;
    border-bottom: 3px solid #64063B;
    padding-bottom: 10px;
}
.gallery_with_filters ul li.selected {
    color: #F29400;
    border-bottom: 3px solid #F29400;
}*/

.gallery_with_filters .itemtitle,
.gallery_with_filters .owl-controls {
  display: none;
}

.hide_section {
  display: none;
}

.default_sort {
  padding-top: 0px;
  padding-left: 8px;
  margin-left: 0px;
  margin-top: 0px;
  background: url(../images/defaul_sel.png) no-repeat;
  /* width: 9px; */
  /* height: 24px; */
  background-size: 7px 14px;
  background-position-y: center;
  background-position-x: right;
}

.sortable_custom.low::after {
  padding-top: 0px;
  padding-left: 8px;
  margin-left: 5px;
  /*margin-top: 6px;*/
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../images/descending.png) no-repeat;
  width: 7px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  right: 0;
}

.sortable_custom.high::after {
  padding-top: 0px;
  padding-left: 8px;
  margin-left: 5px;
  /*margin-top: 6px;*/
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../images/ascending.png) no-repeat;
  width: 7px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  right: 0;
}

.sortable_custom {
  cursor: pointer;
  position: relative !important;
}

.clear {
  clear: both;
}

.iso_bg .btn-custom {
  padding: 12px 1.4em;
}

.lage5boxes {
  /*background: url(../images/Lage.png) no-repeat top left;*/
  background-size: contain;
  margin-bottom: 120px;
}

#downloads .cell_1_3 {
  flex: 1;
  padding: 0 15px;
}

#downloads .button_title a:hover {
  color: #2d3b38;
}

#downloads .button_title a:hover:after {
  background: url(../images/icon_download_purple.svg) no-repeat top right;
}

#downloads .cell_1_3 .btn-custom {
  width: 100%;
  text-align: left;
  border: 0;
  position: relative;
  padding: 20px 1.3em 20px 0.6em;
  margin: 0 0 40px 0;
  color: #1c1f3a;
  font-weight: normal;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  font-weight: 300;
}

#bewerben .cell_1_2 .btn-custom {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 24px;
  max-width: 340px;
  padding: 16px 2em 16px 0.4em;
}

.download_button:after {
  content: "";
  background: url(../images/item_download.svg) no-repeat center right;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 30px;
  background-size: 100%;
}

#kontakt .description_content p img {
  max-width: 200px;
  width: 100%;
}

#kontakt {
  padding: 0 0;
}

#svg {
  overflow: hidden;
}

#svg>svg {
  width: 100%;
  min-width: 290px;
  transform: scale(1.4);
  transform-origin: 50% 4%;
}

/****** Besichtigung ***********/

#besichtigung {
  min-height: 669px;
}

.addheretheform {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  min-height: 300px;
}

.addheretheform h3 {
  color: #2d3b38;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 30px;
}

.addheretheform .blue_circle {
  width: 40px;
  height: 40px;
  background-color: #2d3b38;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-right: 20px;
}

.addheretheform table {
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
}

.addheretheform table thead tr:nth-child(1) {
  background-color: #2d3b38;
}

.addheretheform table thead tr:nth-child(2) th {
  color: #364652;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.addheretheform table thead tr th {
  color: #fff;
  padding: 5px;
  font-weight: normal;
  border-right: 1px solid #f2f2ed;
}

.addheretheform table thead tr th:last-child {
  border-right: 0;
}

.addheretheform table thead tr th .button {
  background-color: #fff;
  color: #2d3b38;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  padding: 4px 13px;
  margin-right: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.addheretheform table tbody tr td {
  text-align: center;
  border-right: 1px solid #f2f2ed;
}

.addheretheform table tbody tr td:last-child {
  border-right: 0;
}

.addheretheform table tbody tr td .hour_container {
  border: 1px solid #f2f2ed;
  padding: 2px 10px;
  width: 120px;
  color: #f2f2ed;
  display: inline-block;
  margin: 2px 0;
  font-weight: 300;
}

.addheretheform table tbody tr td label {
  margin-bottom: 0;
}

.addheretheform .error_message {
  background: #fbb8b8;
  padding: 10px;
  color: #000;
  border: 2px solid #ff4a4a;
  margin: 10px 0;
}

.cont_left {
  display: inline-block;
  width: 280px;
  vertical-align: middle;
  padding: 10px;
}

.cont_right {
  display: inline-block;
  width: calc(100% - 290px);
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
}

.besich_flex_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.prev_button,
.next_button {
  width: 16px;
  font-size: 33px;
  cursor: pointer;
}

.booking_week {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 25px;
}

.addheretheform table tbody tr td.available input[type="radio"] {
  display: none;
}

.addheretheform table tbody tr td.available .hour_container {
  border: 1px solid #2d3b38;
  color: #6a6c71;
}

.radio_killer:checked+label .hour_container {
  background: #2d3b38;
  color: #fff !important;
}

.addheretheform input[type="submit"],
.addheretheform input[type="button"],
.step_3_button {
  /*  width: auto;
  border: 2px solid #151D34;
  background: #fff;*/
  display: block;
  margin: 40px auto;
  /*padding: 0px 40px;*/
  /*color: #151D34;
  font-size: 17.4px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;*/
}

.step_3_button {
  display: inline-block;
}

.addheretheform input[type="button"] {
  margin: 0;
}

.kontact_form .booking_form {
  padding: 15px;
}

.white_bg {
  padding: 15px;
  background: #fff;
  max-height: 350px;
  margin-top: 50px;
}

.booking_final span {
  display: inline-block;
  vertical-align: top;
}

.addheretheform .checkboxes-and-radios {
  text-align: left;
}

/************loader*********/

/* Transparent Overlay */

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading_custom {
  position: initial;
}

.loading_custom:before {
  position: absolute;
}

.loading_custom:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.small_fs16 .description_content p {
  font-size: 16px;
}

.custom_list .description_content ul li {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}

.content__container {
  width: 100%;
  max-width: 980px;
  min-height: 500px;
  margin: 0 auto;
  padding: 120px 0;
  /*background: url(../images/cd-element.png) no-repeat top right;*/
  background-size: cover;
}

.menu404 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu404 li a {
  color: #413b33;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
}

#projekt {
  margin-bottom: 80px;
}

#kontakt .description_content img {
  max-width: 106px;
  border-radius: 50%;
}

#kontakt .description_content h3 {
  color: #273344;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

#kontakt .cell_1_4 {
  margin-top: 75px;
  min-width: 240px;
  max-width: 240px;
}

/************************* more custom radios and checkboxes ***************/

.control {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-left: 0px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #2e294e;
  font-size: 20px;
  line-height: 1;
  padding: 0 0 0 30px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 7px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
  background: #ccc;
}

.control input:checked~.control__indicator {
  background: #fff;
  border: 1px solid #2d3b38;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
  background: #fff;
}

.control input:disabled~.control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked~.control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 1px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--radio .control__indicator:after {
  left: 2px;
  top: 2px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #2d3b38;
}

/**************************
**************************************************************************/

.regular_box_title .description_content p {
  color: #150c14;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.strange_row .cell_2_5 {
  margin-top: 80px;
}

.strange_row .description_content p {
  max-width: 65%;
  color: #2e294e;
  font-size: 25px;
  line-height: 40px;
}

.strange_row h2 p,
.strange_row h1 p {
  color: #2e294e;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}

.img-featured-container p.caption {
  color: #413b33;
  font-size: 15px;
  line-height: 1.5;
  background: transparent;
  line-height: 1.5;
  margin: 15px 0px;
  text-transform: none;
  overflow-wrap: break-word;
}

.align-items-center .flex_container {
  align-items: center;
}

.align-items-fend .flex_container {
  align-items: flex-end;
}

.three_boxes_wohnungen {
  margin-bottom: 80px;
}

.three_boxes_wohnungen .btn-custom {
  margin: 30px auto;
}

.two_images .cell_1_2:nth-child(odd) {
  padding-right: 10px;
}

.two_images .cell_1_2:nth-child(even) {
  padding-left: 10px;
}

.besich_p1 {
  padding-bottom: 80px;
}

.besich_p1 h2 p,
.besich_p1 h1 p {
  color: #2e294e;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

.besich_p1 .description_content p {
  color: #2e294e;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
}

.besich_p2 h1 p,
.besich_p2 h2 p {
  color: #2e294e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.besich_p2 .description_content p {
  color: #2e294e;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

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

.legend_container_individual {
  display: inline-block;
  vertical-align: middle;
}

.legend .control-group {
  text-align: center;
}

.legendary {
  padding: 40px 15px 0 15px;
  color: #000000;
  font-size: 15px;
  line-height: 25px;
  max-width: 900px;
  margin: 0 auto;
}

.gallery.owl-theme .owl-controls,
.newGalleryCont.owl-theme .owl-controls,
.homepage_slideshow .owl-theme .owl-controls {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: stretch;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.gallery .owl-nav,
.newGalleryCont .owl-nav,
.homepage_slideshow .owl-nav {
  position: absolute;
  top: 0 !important;
  margin: 0 auto;
  width: 91%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.wohnen-slider .gallery .owl-nav {
  width: 97%;
}

.gallery.owl-nav .owl-prev,
.newGalleryCont.owl-nav .owl-prev,
.homepage_slideshow .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  width: 60px;
  pointer-events: auto;
}

.gallery.owl-nav .owl-next,
.newGalleryCont.owl-nav .owl-next,
.homepage_slideshow .owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 60px;
  pointer-events: auto;
}

.gallery.owl-nav .owl-prev .fa-angle-left:before,
.newGalleryCont.owl-nav .owl-prev .fa-angle-left:before,
.homepage_slideshow .owl-nav .owl-prev .fa-angle-left:before {
  color: #fff;
}

.gallery.owl-nav .owl-next .fa-angle-right:before,
.newGalleryCont.owl-nav .owl-next .fa-angle-right:before,
.homepage_slideshow .owl-nav .owl-next .fa-angle-right:before {
  color: #fff;
}

.homepage_slideshow .owl-theme .owl-controls .owl-dots {
  bottom: 0px;
  top: 0;
  text-align: center;
  width: 100%;
  margin: 0;
  position: relative;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 20px 0;
  pointer-events: none;
}

.homepage_slideshow .owl-theme .owl-controls .owl-dot {
  pointer-events: auto;
}

#footer p,
#footer p a {
  color: #ffffff;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.8;
}

#footer p a:hover {
  text-shadow: 0px 0px 5px #ffffff;
}

#footer p.implaimer,
#footer p.implaimer a {
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

#footer p.implaimer a {
  padding-right: 20px;
}

.modal-backdrop {
  z-index: 120000;
}

.modal {
  z-index: 120001;
}

/***** Mobile Toggle Menu *****/

.navigation .navbar-default .navbar-toggle {
  border-color: transparent;
  background-color: transparent;
}

.navigation .navbar-default .navbar-toggle {
  display: block !important;
  font-size: 20px;
  position: absolute;
  top: 30px;
  right: 5%;
  width: 53px;
  height: 37px;
  padding: 10px;
}

.navigation .navbar-toggle {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
}

.navigation .navbar-default .navbar-toggle:before {
  content: "";
  /*background: url(../images/burger.png) no-repeat top center;*/
  width: 53px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}

.homepage_text .description_content p {
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.5);
}

#footer h2,
#footer h1 {
  margin-bottom: 20px;
  color: #504c44;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

#footer h2.modal-title,
#footer h1.modal-title {
  color: #000;
}

.waterwheel .slider {
  height: 450px;
}

.badge_before:before {
  content: "";
  /*background: url(../images/badge_portes.png) no-repeat top left;*/
  width: 240px;
  height: 240px;
  position: absolute;
  left: 2%;
  top: 0;
  z-index: 12345;
  transform: translateY(5%);
  -webkit-background-size: contain;
  background-size: contain;
}

.aditional_img .badge22 {
  position: absolute;
  bottom: -110px;
  right: 20px;
}

.aditional_img .badge22 img {
  width: 220px;
}

#contact .noafter.contact_section_footer:after {
  background: transparent;
}

#contact .noafter.contact_section_footer {
  padding: 60px 0;
}

h2.kontakt_title p,
h1.kontakt_title p {
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  padding: 0;
}

.contact_form_cm .description_content p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  padding-left: 0;
  padding-bottom: 22px;
}

.contact_section_footer iframe {
  width: 100%;
  height: 1250px;
}

.floor_num_cont {
  margin-bottom: 20px;
}

.floor_num_cont:before {
  content: "";
  /*background: url(../images/tower_etage.png) no-repeat top left;*/
  width: 400px;
  height: 340px;
  position: absolute;
  left: 2%;
  top: 0;
  -webkit-background-size: contain;
  background-size: contain;
}

.checkboxes-and-radios .floor_num_cont input {
  display: block;
  margin-bottom: 0;
  position: absolute;
  bottom: 50px;
  left: 14px;
  padding: 0;
  color: #2d3b38;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.16;
  width: 90px;
  height: 70px;
  border: 0;
}

.checkboxes-and-radios .floor_num_cont label {
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 0;
}

#loaddownloads {
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: center;
  margin-bottom: 80px;
}

.item_container_box .icon_cont img {
  width: 100%;
  border-radius: 20px;
}

.item_container_box {
  margin: 0 10px 39px 10px;
  width: 31%;
}

.item_container_box2 {
  margin: 0 10px 39px 10px;
  width: 31%;
}

.item_container_box,
.item_container_box2 {
  text-align: left;
}

.item_container_box .button_title,
.item_container_box2 .button_title {
  padding: 20px 0 0 0;
}

.item_container_box .button_title a,
.item_container_box2 .button_title a {
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: uppercase;
  /*padding: 10px; */
}

.center_box_title_subtitle {
  text-align: left;
  margin: 0 auto;
  max-width: 620px;
  width: 100%;
  margin-bottom: 90px;
}

.center_box_title_subtitle .description_content p {
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}

#gmap_canvas {
  height: 700px;
}

.titles_in_page h2,
.titles_in_page h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.margin-top-bottom-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.padding-top-bottom-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.text_centered h2,
.text_centered h1 {
  text-align: center;
}

.text_centered p {
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-toggler {
  outline: none;
}

#navigation .navbar-toggler-icon:before {
  content: "";
  background: url(../images/burger.svg) no-repeat top center;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  background-size: 100% 100%;
  left: 0;
  /* filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.3)); */
  outline: none;
}

*:active,
*:focus,
*:focus-within,
*:visited {
  outline: none;
  box-shadow: none;
}

.quadratmeter .checkboxes-and-radios {
  margin-top: 0px;
  text-align: center;
}

.quadratmeter .checkboxes-and-radios label {
  padding-left: 27px;
  color: #e6deca;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: min(3vmin, 1em);
  letter-spacing: 0;
  line-height: 24px;
  margin-right: 11px;
}

.quadratmeter .checkboxes-and-radios input[type="checkbox"]+label:before,
.quadratmeter .checkboxes-and-radios input[type="checkbox"]+label:after {
  content: "";
  position: absolute;
  top: 13px;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quadratmeter .checkboxes-and-radios input[type="checkbox"]+label:before {
  width: 18px;
  height: 18px;
  left: 0px;
  background: rgba(210, 210, 210, 0.5);
  border: 1px solid #2d3b38;
  border-radius: 0;
}

.quadratmeter .checkboxes-and-radios input[type="checkbox"]+label:after {
  width: 11px;
  height: 11px;
  left: 3px;
  /* background: #2d3b38; */
  border-radius: 50%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  top: 9px;
}

.quadratmeter .checkboxes-and-radios input[type="checkbox"]:checked+label:after {
  /* left: 17px; */
  /* background: #2D3B38; */
  border-left: 2px solid #2d3b38;
  border-bottom: 2px solid #2d3b38;
  border-radius: 0;
  width: 13px;
  height: 6px;
  transform: rotate(-53deg);
}

/* .quadratmeter .checkboxes-and-radios input[type="checkbox"]:checked + label:after {
  left: 17px;
  background: #2D3B38;
} */

.quadratmeter .checkboxes-and-radios input[type="checkbox"]:checked+label:before {
  background: #ffffff;
}

.quadratmeter .checkboxes-and-radios input[type="radio"] {
  position: absolute;
  visibility: hidden !important;
}

.quadratmeter .checkboxes-and-radios input[type="radio"]+label {
  padding-left: 20px;
}

.quadratmeter .checkboxes-and-radios input[type="radio"]+label:before,
.quadratmeter .checkboxes-and-radios input[type="radio"]+label:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quadratmeter .checkboxes-and-radios input[type="radio"]+label:before {
  width: 15px;
  height: 15px;
  left: 0px;
  background: #ffffff;
  border: 1px solid rgba(128, 117, 88, 0.5);
  border-radius: 15px;
}

.checkboxes-and-radios input[type="radio"]+label:after {
  width: 11px;
  height: 11px;
  left: 2px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-top: -5.5px;
}

.quadratmeter .checkboxes-and-radios input[type="radio"]:checked+label:after {
  left: 2px;
  background: #836575;
}

.quadratmeter .checkboxes-and-radios input[type="radio"]:checked+label:before {
  background: #ffffff;
}

.quadratmeter .checkboxes-and-radios .cat-bezugstermin label {
  background: #cdcdcd;
  padding: 7px 15px 7px 35px;
  border-radius: 22px;
  margin-right: 5px;
  font-weight: 400;
}

.quadratmeter .checkboxes-and-radios .cat-bezugstermin input[type="checkbox"]+label:before {
  width: 25px;
  height: 25px;
  left: 5px;
  top: 18px;
  border-radius: 50%;
}

.quadratmeter .checkboxes-and-radios .cat-bezugstermin input[type="checkbox"]+label:after {
  width: 13px;
  height: 6px;
  left: 11px;
  top: 14px;
}

.quadratmeter .checkboxes-and-radios .cat-bezugstermin input[type="checkbox"]:checked+label {
  background: #bff0a1;
}

.border_rad-22 .img_cont img {
  border-radius: 22px;
}

#funds_range {
  height: 30px;
  max-width: 100px;
  position: absolute;
  left: 0;
}

.calc_form .cell_1_4 {
  text-align: right;
  position: relative;
}

.calc_form .cell_1_4:after {
  content: "CHF";
  position: absolute;
  right: 90px;
  font-size: 18px;
  line-height: 30px;
}

.calc_form .cell_1_4.main_label:after {
  font-weight: bold;
  color: #2d3b38;
}

.calc_form input {
  width: 100%;
  max-width: 85px;
  border: none;
  text-align: right;
  font-size: 18px;
}

.calc_form label {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

#own_funds_savings {
  border-bottom: 1px solid #2d3b38;
  background: #a1718d;
  color: #fff;
}

.calc_form .main_label label {
  font-weight: bold;
  color: #2d3b38;
}

.calc_form input.main_input {
  font-weight: bold;
  color: #2d3b38;
}

.modal-dialog {
  max-width: 70%;
}

.lds-spinner {
  color: #2d3b38;
  display: inline-block;
  position: relative;
  top: -7px;
  width: 0px;
  height: 14px;
  transform: scale(0.3);
  left: -55px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #2d3b38;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.footer_second_container {
  position: relative;
  background: #fff;
  padding: 12px 0;
}

.footer_second_container .row {
  align-items: flex-start;
}

.partners {
  justify-content: space-between;
  text-align: center;
}

.partners img {
  margin-bottom: 25px;
}

.index_boxes .cell_2_5:nth-child(even) {
  min-width: 44.9%;
  max-width: 44.9%;
  padding: 90px 90px 20px 90px;
  padding: 5% 15px 20px 5.8%;

  background-color: #ddd5a4;
  /*background-image: url(../images/Leaf-top.png);*/
  background-repeat: no-repeat;
  background-position: top right;
}

.index_boxes .cell_2_5:nth-child(odd) {
  min-width: 44.9%;
  max-width: 44.9%;
  padding: 90px 90px 20px 90px;
  padding: 5% 15px 20px 5.8%;

  background-color: #ddd5a4;
  /*  background-image: url(../images/Leaf-bottom.png);*/
  background-repeat: no-repeat;
  background-position: bottom right;
}

.index_boxes .description_content {
  width: 100%;
  max-width: 520px;
}

.index_boxes .cell_3_5 {
  min-width: 54.9%;
  max-width: 54.9%;
}

.index_boxes .btn-custom {
  margin: 30px 0 0 0;
}

.downloads_section .btn-custom {
  margin: 0 0 40px 0;
  width: 100%;
  padding: 23px 0;
}

.small_title h2 p,
.small_title h1 p {
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-transform: none;
}

.description_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.description_content ul li {
  color: #000000;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  padding-bottom: 10px;
}

/*section p{
    padding: 0 15px;
}*/

.finanzierung {
  /*background-image: url(../images/Leaf-Finanz.png);*/
  background-position: top right;
  background-color: #fbf8f4;
  background-repeat: no-repeat;
}

/*.description_content table {
  width: 100%;
  margin-top: 20px;
  max-width: 780px;
  min-width: 680px;
}*/

.finanzierung .description_content table {
  min-width: 560px;
}

.distances .table>thead>tr>th,
.finanzierung .table>thead>tr>th {
  color: #2d3b38;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  border: 0 !important;
}

.distances .table>tbody>tr>td {
  color: #413b33;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  padding: 4px 0;
}

.finanzierung .table>tbody>tr>td {
  color: #413b33;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  padding: 4px 0;
}

.distances .panel,
.finanzierung .panel {
  background: transparent;
  width: 100%;
  max-width: 780px;
  border: 0;
}

.distances .force-overflow .finanzierung .force-overflow {
  min-height: 15px;
  overflow: auto;
}

.finanzierung .force-overflow {
  min-height: 120px;
}

.distances .table>tbody,
.finanzierung .table>tbody {
  display: block;
}

.distances .table>thead>tr,
.distances .table>tbody>tr,
.finanzierung .table>thead>tr,
.finanzierung .table>tbody>tr {
  display: table;
  text-align: left;
}

.distances .table>thead>tr {
  border: 0;
}

.distances .table>thead>tr>th,
.distances .table>tbody>tr>td {
  text-align: left;
  border: 0;
  padding-left: 0px;
}

.finanzierung .table>thead>tr>th,
.finanzierung .table>tbody>tr>td {
  text-align: left;
  border: 0;
  padding-left: 0px;
  font-size: 22px;
  cursor: initial;
  line-height: 1.3;
}

.finanzierung .table>tbody>tr>td {
  font-weight: 300;
}

.distances .table>thead>tr>th:first-child,
.distances .table>tbody>tr>td:first-child,
.finanzierung .table>thead>tr>th:first-child,
.finanzierung .table>tbody>tr>td:first-child {
  padding-left: 0px;
}

.finanzierung .table>tbody>tr,
.finanzierung .table>thead>tr {
  border: 0;
}

.distances .table>tbody>tr:hover,
.finanzierung .table>tbody>tr:hover {
  background: transparent;
  color: initial;
}

.distances .table>tbody>tr:hover td,
.finanzierung .table>tbody>tr:hover td {
  color: initial;
}

.distances .table thead tr th:nth-child(1),
.distances .table tbody tr td:nth-child(1) {
  min-width: 75px;
  max-width: 75px;
}

.distances .table thead tr th:nth-child(2),
.distances .table tbody tr td:nth-child(2) {
  min-width: 42px;
  max-width: 42px;
}

.distances .table thead tr th:nth-child(3),
.distances .table tbody tr td:nth-child(3) {
  min-width: 42px;
  max-width: 42px;
}

.distances .table thead tr th:nth-child(4),
.distances .table tbody tr td:nth-child(4) {
  min-width: 42px;
  max-width: 42px;
}

.finanzierung .table thead tr th:nth-child(1),
.finanzierung .table tbody tr td:nth-child(1) {
  min-width: 450px;
  max-width: 450px;
  text-align: left;
  white-space: inherit;
}

.finanzierung .table thead tr th:nth-child(2),
.finanzierung .table tbody tr td:nth-child(2) {
  min-width: 160px;
  max-width: 160px;
  text-align: right;
}

.finanzierung .table>tbody {
  background: transparent;
}

.finanzierung .table .total_row>td {
  color: #2d3b38;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
}

span.purple {
  color: #2d3b38;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.legend .status {
  margin-right: 60px;
  margin-bottom: 0;
  vertical-align: top;
}

.legend_container_individual {
  margin-right: 9px;
}

.legend_container_individual label {
  font-weight: 300;
}

.legend .control {
  padding: 0 0 0 32px;
}

.legend .control__indicator {
  top: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #2d3b38;
  background: #fff;
}

.legend .control--radio .control__indicator:after {
  left: 2px;
  top: 2px;
  height: 11px;
  width: 11px;
  background: #2d3b38;
}

.legend .control:hover input~.control__indicator,
.legend .control input:focus~.control__indicator {
  background: #fff;
}

.wohnungs_konfig .cell_1_2:nth-child(1) {
  min-width: 54.5%;
  max-width: 54.5%;
}

.wohnungs_konfig .cell_1_2:nth-child(2) {
  min-width: 45.5%;
  max-width: 45.5%;
  padding: 5% 15px 20px 5.8%;
  background: #fbf8f4;
}

.wohnungs_konfig .cell_1_2:nth-child(2) .description_content p {
  max-width: 550px;
}

.anrede {
  margin-bottom: 20px;
}

.anrede .legend {
  padding: 0;
  margin: 0;
  text-align: left;
}

.anrede .legend label {
  color: #000000;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.col-sm-4.custom_width {
  max-width: 470px;
}

.col-sm-8.floor_num_cont {
  max-width: calc(100% - 470px);
  position: absolute;
  left: 320px;
  height: 319px;
}

.two_lists .cell_1_2 {
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.two_lists .big_number {
  color: #2d3b38;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.kontakt_section {
  overflow: hidden;
}

/************** Placehoder into label ***************************/

.contact_form .mobile_size label {
  margin: 0px 0 30px 0;
  position: relative;
  display: inline-block;
}

.contact_form .mobile_size span {
  padding: 0 0px 0 12px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0.8;
  line-height: 1.3;
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}

.contact_form .mobile_size input,
.contact_form .mobile_size textarea {
  padding: 10px 0 10px 12px;
  margin: 0;
  background: transparent;
  border-radius: 5px;
  width: 100%;
}

.contact_form .mobile_size textarea {
  min-height: 160px;
}

.contact_form .mobile_size input:focus+span,
.contact_form .mobile_size textarea:focus+span {
  opacity: 1;
  transform: scale(1) translateY(-100%) translateX(1px);
  -ms-transform: scale(1) translateY(-100%) translateX(1px);
  padding-left: 0;
  left: 0px;
  line-height: 1.3;
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}

/**********************************************************************/

.small_text_footer {
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 10px;
  font-weight: 400;
}

.picture_spacer .description_content {
  margin-bottom: 60px;
}

.virtual_tour {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.virtual_tour li a {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  display: block;
}

.virtual_tour li {
  max-width: 23%;
  min-width: 23%;
}

.banks_area .flex_container {
  justify-content: space-between;
}

.banks_area .cell_1_3 {
  min-width: 31%;
  max-width: 31%;
}

.container_modal h3 {
  color: #000000;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 45px;
  text-transform: none;
  padding-bottom: 30px;
}

.container_modal .description_content {
  padding-bottom: 10px;
}

.container_modal .description_content p {
  color: #504c44;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.container_modal .small_title h2 p,
.container_modal .small_title h1 p {
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}

.container_modal .small_title.ta-left h2 p,
.container_modal .small_title.ta-left h1 p {
  text-align: left !important;
}

.container_modal .small_title {
  padding-bottom: 00px;
}

.container_modal .small_title.spacer_bott_60 {
  margin-bottom: 10px;
}

.container_modal .small_title h2,
.container_modal .small_title h2 p,
.container_modal .small_title h1,
.container_modal .small_title h1 p {
  margin-bottom: 0;
}

.container_modal .contact_form label {
  color: #504c44;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.modal-header .close img {
  filter: invert(1);
  max-width: 15px;
  width: 100%;
}

.purple_background {
  background-color: #ddd5a4;
  /*background-image: url(../images/Leaf-top.png);*/
  background-repeat: no-repeat;
  background-position: top right;

  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  padding-left: 60px;
  padding-bottom: 60px;
}

.purple_background p {
  color: #2d3b38;
}

.purple_background h1,
.purple_background h1 p,
.purple_background h2,
.purple_background h2 p {
  color: #2d3b38;
}

.purple_background ul li {
  color: #2d3b38;
}

/* 
.tv video {
  position: absolute;
  top: -67%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translateY(28%);
}


.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
}
.tv .screen.active {
  opacity: 1;
}  */
#index .box_background {
  padding-top: 41.1% !important;
}

.galleryspeciall {
  height: 600px;
}

.move-img .box_background {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover !important;
  /*animation-delay: 3s;
    -webkit-animation: movement1 5s linear, movement2 5s linear;*/
}

.move-img .box_background {
  padding-top: 36% !important;
}

.container_modal #status .description_content {
  padding-bottom: 0;
}

.block {
  display: block;
}

select#statustype {
  width: 100%;
  border: 1px solid #2d3b38;
}

.contact_form_cm select * {
  font-size: 18px !important;
}

.gm-style-iw-d {
  font-size: 16px !important;
}

.beige .description_content ul li {
  color: #2d3b38 !important;
}

.wohnen-slider.hero .owl-next .fa {
  right: 20px !important;
}

.contact_form .mobile_size label {
  width: 100%;
}

select .options {
  font-size: 16px !important;
}

.img_attr {
  position: relative;
}

.pick_file {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

[data-drawing="urban"]:hover {
  background-color: #4b7d8c;
}

.bg_leaf_big {
  /* background: url(../images/Leaf-bg.png) no-repeat left top;*/
  padding-top: 60px;
}

h4 p {
  color: #000000;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}

.description_content p {
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
}

#disclaimer .description_content p,
#impressum .description_content p {
  color: #101c2e;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
}

.leaf_boxes .flex_container {
  justify-content: center;
}

.leaf_boxes .cell_1_5 {
  min-width: 31.5%;
  max-width: 31.5%;
  margin: 0 0.9% 20px 0.9%;
  background-color: #ddd5a4;
  /* background-image: url(../images/Leaf-top.png);*/
  background-repeat: no-repeat;
  background-position: top right;
}

.leaf_boxes h2 p,
.leaf_boxes h1 p {
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}

.leaf_boxes .description_content p {
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 35px;
}

.box_leaf_background {
  padding: 30px 30px 30px 30px;
}

.box_leaf_background .img_cont img {
  width: 100%;
  max-width: 56px;
  margin-bottom: 20px;
}

#impressum .odd_box_title h2 p,
#impressum .odd_box_title h1 p {
  color: #2d3b38;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
}

.modal .contact_form .cell_1_2 {
  min-width: 47.9%;
  max-width: 47.9%;
  flex: 1;
  margin: 0 1%;
}

/***********************
.qu-gallery 
******************************/

.qu-gallery .cell_1_2:nth-child(1) {
  min-width: 54.5%;
  max-width: 54.5%;
}

.qu-gallery .cell_1_2:nth-child(2) {
  min-width: calc(45.5% - 100px);
  max-width: calc(45.5% - 100px);
  margin-left: 50px;
}

.qu-gallery .img_cont {
  position: relative;
  padding-left: 45px;
}

.qu-gallery .owl-carousel .item {
  margin: 0;
}

.qu-gallery .gallery .caption {
  position: relative;
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  color: #429395;
  background-color: transparent;
  z-index: 112;
  bottom: auto;
  left: 0;
}

.qu-gallery .gallery .caption .itemtitle {
  line-height: 1.25;
  font-size: 30px;
  color: #2d3b38;
  font-weight: 500;
  text-transform: uppercase;
  margin: 22px 0 23px 0;
  position: initial;
  text-shadow: none;
  transform: none;
  text-align: left;
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
}

.qu-gallery .gallery .caption .itemtext {
  font-size: 22px;
  line-height: 1.6;
  color: #000;
  font-weight: 300;
}

.qu-gallery .section-color {
  background-color: transparent;
}

.qu-gallery h2,
.qu-gallery h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
}

.qu-gallery .gallery .owl-nav .owl-prev .fa {
  left: 0;
  right: auto;
}

.qu-gallery .gallery .owl-nav {
  width: 100%;

  position: absolute;
  top: 30% !important;
  margin: 0 auto;
  height: auto;
  display: block;
}

.qu-gallery .gallery .owl-nav .owl-next .fa {
  right: 0;
  left: auto;
}

.qu-gallery .gallery .owl-prev .fa:after {
  left: 0;
}

.qu-gallery .gallery .owl-next .fa:after {
  right: 0;
}

.rhygarten_rhyfall_box {
  background: #2d3b38;
  padding: 90px 0;
}

.rhygarten_rhyfall_box .odd_box_title h2 p,
.rhygarten_rhyfall_box .odd_box_title h1 p {
  color: #fff;
}

.rhygarten_rhyfall_box .description_content p {
  color: #fff;
}

.checkboxes-and-radios input[type="checkbox"]+label.take_part {
  background: #2d3b38;
  padding: 7px 31px;
  color: #fff;
}

.checkboxes-and-radios input[type="checkbox"]+label.take_part:before {
  width: 15px;
  height: 15px;
  left: 10px;
}

.checkboxes-and-radios input[type="checkbox"]:checked+label.take_part:after {
  left: 11px;
  margin-top: 0;
  top: 7px;
}

.im {
  color: #500050 !important;
}

#notariat {
  padding: 60px 0;
}

.spacer_bott_60 {
  margin-bottom: 60px;
}

/* 
.row .row{
  margin: 0;;
}
.row .row .row{
  margin: 0 -15px;;
} */
.item_container_box2 .icon_cont img {
  width: 100%;
  max-width: 100%;
}

.button_icon .btn-custom {
  position: relative;
}

.button_icon .btn-custom:before {
  content: "";
  background: url(../images/Icon-PDF.png) no-repeat left center;
  position: absolute;
  width: 33.2px;
  height: 44px;
  background-size: contain;
  left: 0px;
  top: 0px;
  transition: all 0.3s;
}

.button_icon:hover .btn-custom:before {
  transform: scale(1.05);
  box-shadow: none;
}

.button_icon .btn-custom {
  background: transparent;
  color: #2d3b38 !important;
  font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: uppercase;
  padding: 6px 0 0px 40px;
}

.button_icon .btn-custom:hover {
  -webkit-box-shadow: 0px 0px 0px 0px #2d3b38;
  -moz-box-shadow: 0px 0px 0px 0px #2d3b38;
  box-shadow: 0px 0px 0px 0px #2d3b38;
}

.green_leaf_abs {
  position: relative;
}

.green_leaf_abs:after {
  content: "";
  background: url(../images/green_leaf.svg) no-repeat bottom left;
  position: absolute;
  left: 10px;
  bottom: 40px;
  width: 19%;
  height: 49%;
  background-size: 100%;
}

.green_leaf_abs_right {
  position: relative;
}

.green_leaf_abs_right:after {
  content: "";
  background: url(../images/greeleafright.svg) no-repeat bottom left;
  position: absolute;
  right: 10px;
  bottom: 40px;
  width: 19%;
  height: 49%;
  background-size: 100%;
}

.range_sliders_iso .cell_1_2 {
  padding-right: 20px;
}

input#submit {
  background: #2d3b38;
  /* width: 32px; */
  /* height: 32px; */
  border-radius: 16px;
  padding: 8px 15px;
  min-width: 140px;
  display: inline-block;
  text-align: left;
  transition: all 0.3s;
  border: 0;
  background-image: url(../images/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 112px center;
  background-size: 16px 19px;
}

input#submit:hover,
input#submit:focus,
input#submit:active {
  border: 0 !important;
  color: #fff !important;
  /* width: 48px; */
  /* height: 32px; */
  box-shadow: none;
  background-position: 116px center;
}

.u-hide {
  display: none;
}

.tv video {
  position: absolute;
  top: -28%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translateY(28%);
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
}

.tv .screen.active {
  opacity: 1;
}

.wohnen-slider.hero .owl-carousel .owl-item img {
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}

.fa-chevron-circle-right:after {
  content: "";
  background: url(../images/chevron_right.svg) no-repeat left center;
  background-size: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -6px;
}

.btn {
  position: relative;
}

.mh-80vh .img_cont img {
  max-height: 80vh;
}

.inner-spacer-left-22 .description_content p {
  padding-left: 22px;
}

/***************************************************************************************************************************************************
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################################################################################################################
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
****************************************************************************************************************************************************/

@media (min-width: 768px) {
  .section6 .left-divider {
    margin-bottom: 140px;
  }

  .navigation .navbar-default .navbar-toggle {
    display: none;
  }

  .hide_on_desktop {
    display: none;
  }
}

@media (min-width: 1921px) {
  body {
    background-size: contain;
  }
}

@media (max-width: 1450px) {
  .qu-gallery .gallery .owl-nav {
    top: 20% !important;
  }

  .wohnungs_konfig .cell_1_2:nth-child(2) {
    padding: 3% 3% 20px 3%;
  }

  .wohnungs_konfig h3 p {
    font-size: 25px;
  }

  .wohnungs_konfig h2 p,
  .wohnungs_konfig h1 p {
    font-size: 45px;
  }

  .wohnungs_konfig .description_content p {
    font-size: 20px;
  }

  .index_boxes .cell_2_5 {
    padding: 3% 3% 20px 3%;
  }

  .index_boxes .btn-custom {
    margin: 30px 0 0 0;
    padding: 16px 46px;
  }

  .index_boxes h3 p {
    font-size: 25px;
  }

  .index_boxes h2 p,
  .index_boxes h1 p {
    font-size: 45px;
  }

  .index_boxes .description_content p {
    font-size: 20px;
  }

  .strange_row .description_content p {
    max-width: 100%;
  }

  .modal-dialog {
    max-width: 90%;
  }

  .isometrics_cont {
    -webkit-background-size: 240px;
    background-size: 240px;
  }

  .table>thead>tr>th {
    font-size: min(3vmin, 1em);
    font-weight: 400;
  }

  .table>tbody>tr>td {
    font-size: min(3vmin, 1em);
  }

  .distances .table>tbody>tr>td,
  .distances .table>thead>tr>th {
    font-size: 18px;
  }
}

@media (max-width: 1250px) {
  .wohnungs_konfig .cell_1_2:nth-child(2) {
    min-width: 100%;
    max-width: 100%;
    flex: 1;
    order: 2;
    padding-bottom: 60px;
  }

  .wohnungs_konfig .cell_1_2:nth-child(2) .description_content p {
    width: 100%;
    max-width: initial;
  }

  .wohnungs_konfig .cell_1_2:nth-child(1) {
    min-width: 100%;
    max-width: 100%;
    flex: 1;
    order: 1;
  }
}

@media (max-width: 1199px) {
  .footer_two_logos img {
    margin-bottom: 18px;
  }

  .menu_footer {
    position: relative;
  }

  .footer_second_container .col-xs-4 {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 5px;
  }

  .footer_second_container .col-xs-8 {
    min-width: 100%;
    max-width: 100%;
  }

  .navbar-brand>img {
    max-width: 210px;
  }

  .bg_leaf_big {
    -webkit-background-size: contain;
    background-size: contain;
  }

  .index_boxes .cell_2_5:nth-child(even),
  .index_boxes .cell_2_5:nth-child(odd) {
    min-width: 100%;
    max-width: 100%;
  }

  .index_boxes .cell_2_5 {
    min-width: 100%;
    max-width: 100%;
    flex: 1;
    order: 2;
    padding-bottom: 60px;
  }

  .index_boxes .description_content {
    width: 100%;
    max-width: initial;
  }

  .index_boxes .cell_3_5 {
    min-width: 100%;
    max-width: 100%;
    flex: 1;
    order: 1;
  }

  .navigation .navbar-brand {
    margin: 15px 0 15px 0;
  }

  .navbar-toggler-icon {
    position: relative;
    width: 1.7em;
    height: 1.5em;
    margin-top: 40px;
  }

  .contact_section_footer:after {
    width: 186px;
    height: 165px;
  }

  .display-block .item .btn-custom {
    display: inline-block !important;
  }

  .large_content .flex_container {
    flex-direction: column;
  }

  .strange_row .flex_container {
    flex-direction: column;
  }

  .strange_row:nth-child(even) .flex_container {
    flex-direction: column-reverse;
  }

  .strange_row .cell_3_5,
  .strange_row .cell_2_5 {
    min-width: 100%;
    max-width: 100%;
  }

  .strange_row .description_content p {
    width: 100%;
    max-width: 100%;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .strange_row .img-responsive {
    width: 100%;
  }

  .strange_row .description_content p {
    margin-bottom: 0;
  }

  #wohnungen .spacer_bott_80 {
    margin-bottom: 40px;
  }

  .contact_section_footer {
    margin-bottom: 45px;
  }

  .isometrics_cont {
    -webkit-background-size: 220px;
    background-size: 220px;
  }

  .aditional_img .badge22 {
    bottom: -60px;
  }

  .aditional_img .badge22 img {
    width: 120px;
  }

  #downloads .cell_1_3 .btn-custom {
    font-size: 1.8vw;
  }
}

@media (max-width: 991px) {
  .legend {
    padding-left: 22px;
  }

  .bottom_buttons .cell_1_3 {
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }

  .qu-gallery .gallery .owl-nav {
    top: 35% !important;
    transform: translate(0) !important;
  }

  .item_container_box {
    width: 46%;
  }

  .item_container_box .button_title a:after {
    right: 9px;
  }

  .leaf_boxes .cell_1_5 {
    min-width: 48%;
    max-width: 48%;
  }

  .caption .itemtitle {
    font-size: 14px;
    width: 85%;
    bottom: 10px;
    left: 20px;
    margin: 0;
    text-align: left;
  }

  .row {
    margin: 0;
  }

  .description_content ul {
    margin: 0;
    padding: 0px 0 0 0px;
  }

  .partners {
    justify-content: space-around;
  }

  h2.partner,
  h1.partner {
    text-align: center;
  }

  .partners .col-xs-4 {
    min-width: 49.9%;
    max-width: 49.9%;
    margin-bottom: 15px;
  }

  #main-navigation.show {
    display: block;
    height: auto;
  }

  .navbar-toggler {
    padding: 00 !important;
  }

  .navbar-toggler-icon {
    margin-top: -5px;
  }

  .navigation .navbar-nav {
    position: absolute;
    right: 15px;
    left: 15px;
    top: 72px;
    background: #fff;
    width: calc(100% - 30px);
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 30px;
    padding-top: 10px;
  }

  #main-navigation li.submenu {
    float: right;
    display: block;
    background-color: red;
  }

  #main-navigation li.btn-like a {
    color: #101c2e;
    font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    display: block;
    padding: 6px 25px;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
  }

  #main-navigation li {
    clear: both;
    float: none;
    display: block;
    text-align: left;
  }

  #main-navigation li.undermenu {
    float: none;
  }

  #main-navigation li a {
    color: #101c2e;
    font-family: "Acumin Pro", Arial, Helvetica, sans-serif;
    font-size: 20px;
  }

  .owl-prev .fa {
    position: absolute;
    text-align: center;
    left: 0;
    font-size: 30px;
  }

  .qu-gallery .img_cont {
    padding-left: 0;
  }

  .qu-gallery .cell_1_2:nth-child(1) {
    min-width: 100%;
    max-width: 100%;
  }

  .qu-gallery .cell_1_2:nth-child(2) {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0;
  }

  .qu-gallery .owl-carousel .item {
    padding: 0;
  }

  .odd_bg .description_content p+p {
    font-size: 25px;
    line-height: 1.4;
  }

  .custom_downloads_buttons .cell_1_4,
  .custom_downloads_buttons .cell_1_3 {
    min-width: 49.9%;
    max-width: 49.9%;
  }

  .four_boxes .cell_1_4 {
    min-width: 49.9%;
    max-width: 49.9%;
  }

  .container {
    width: 100%;
    max-width: 930px;
  }

  .homepage_text .description_content p {
    font-size: 28px;
    line-height: 1.5;
  }

  .waterwheel .slider {
    height: 390px;
  }

  .regular_box_title h2 p,
  h2 p,
  .regular_box_title h1 p,
  h1 p {
    font-size: 40px;
    /*padding: 0 15px;*/
  }

  .box_caption h2 p,
  .box_caption h1 p {
    font-size: 30px;
  }

  .links_container {
    padding-left: 10%;
    margin-top: 20px;
  }

  .booking_form .checkbox_spacer {
    margin-left: 0;
  }

  .hero_shape .itemtitle {
    max-width: 600px;
    font-size: 35px;
    bottom: 55px;
  }

  #downloads .cell_1_3 .btn-custom {
    font-size: 1.6vw;
  }

  .three_boxes .btn-custom {
    font-size: 2.1vw;
  }

  .three_boxes .cell_1_3 {
    min-width: 49.9%;
    max-width: 49.9%;
  }

  .three_boxes .flex_container {
    justify-content: center;
  }

  .pale_bg_shape {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .section-1 .boxes:nth-child(3n + 3) {
    clear: both;
  }

  #downloads .flex-container {
    justify-content: center;
  }

  .one_fifth {
    min-width: 33%;
    max-width: 33%;
    padding: 30px 25px;
  }

  .container_image_answer {
    width: 280px;
  }

  .container_content_answer {
    width: calc(100% - 300px);
  }

  .image_container1 img {
    width: 100%;
  }

  .image_container2 img {
    width: 50%;
  }

  .wohnungen_footer_buttons .cell_1_3 {
    min-width: 59.9%;
    max-width: 59.9%;
    margin: 15px auto;
  }

  .wohnungen_footer_buttons .btn-custom {
    font-size: 2vw;
  }

  .gallery_with_filters ul li {
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 0.5%;
    position: relative;
    width: 23%;
    min-height: auto;
    max-width: auto;
    border: 2px solid #64063b;
    padding: 03px 0;
    border-radius: 5px;
    background: #64063b;
  }

  .gallery_with_filters ul li.selected {
    color: #64063b;
    background: transparent;
    border: 2px solid #64063b;
  }

  /* 
  .table>thead>tr>th {
    font-size: 11px;
  }

  .table>tbody>tr>td {
    font-size: 11px;
  } */
  /* 
  .table>thead>tr>th:nth-child(2),
  .table>tbody>tr>td:nth-child(2) {
    min-width: 82px;
    max-width: 82px;
  }

  .table>thead>tr>th:nth-child(4),
  .table>tbody>tr>td:nth-child(4) {
    min-width: 63px;
    max-width: 63px;
  }

  .table>thead>tr>th:nth-child(6),
  .table>tbody>tr>td:nth-child(6) {
    min-width: 83px;
    max-width: 83px;
  } */
  .finanzierung .table>tbody>tr>td {
    font-size: 16px;
  }
}

@media (max-width: 890px) {
  #downloads .cell_1_3 {
    min-width: 100%;
    max-width: 100%;
  }

  #downloads .cell_1_3 .btn-custom {
    font-size: 24px;
  }
}

@media (max-width: 840px) {}

@media (max-width: 767px) {

  .footer_addresses .col-sm-5,
  .footer_addresses .col-sm-7,
  .footer_two_logos .col-sm-5,
  .footer_two_logos .col-sm-7 {
    padding: 0;
  }

  .footer_two_logos img {
    max-width: 140px;
  }

  #footer p.implaimer a {
    padding-right: 20px;
    padding-bottom: 15px;
    display: block;
  }

  .cell_1_2.parrent_col {
    min-width: 100%;
    max-width: 100%;
  }

  #svg>svg {
    width: 100%;
    min-width: 360px;
    margin-left: -25px;
  }

  .navigation .navbar-nav {
    top: 67px;
  }

  .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
  }

  .qu-gallery .gallery .owl-nav {
    top: 22% !important;
    transform: translate(0) !important;
  }

  .inner_spacer_tb_90 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .menu_footer {
    position: relative;
  }

  .menu_footer li {
    display: block;
  }

  .navbar-toggler-icon {
    margin-top: -5px;
  }

  .navbar-brand>img {
    max-width: 220px;
  }

  .leaf_boxes .description_content p {
    font-size: 20px;
  }

  .owl-prev .fa:after,
  .owl-next .fa:after {
    width: 25px;
    height: 25px;
  }

  .col-sm-8.floor_num_cont {
    left: 240px;
  }

  .inner_spacer_bott_120 {
    padding-bottom: 60px;
  }

  .distances .table>tbody>tr>td,
  .distances .table>thead>tr>th {
    font-size: 16px;
  }

  .downloads_section .cell_1_3 {
    min-width: 100%;
    max-width: 100%;
  }

  .two_lists .cell_1_2 .inner_spacer_right_40,
  .two_lists .cell_1_2 .inner_spacer_left_40 {
    padding: 0;
  }

  .partners .col-xs-4 {
    min-width: 99%;
    max-width: 99%;
  }

  .footer_second_container .col-xs-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer_second_container .col-xs-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 00px;
  }

  .itemVideo:after {
    background: url(owl.video.play.png) no-repeat;
    background-size: 30px;
    background-position: center calc(50% - 0px);
  }

  .spacer_bott_90 {
    margin-bottom: 45px;
  }

  .waterwheel .slider {
    height: 320px;
  }

  .spacer_top_170 {
    margin-top: 80px;
  }

  .badge_before:before {
    width: 160px;
    height: 160px;
    transform: translateY(-60%);
    background-size: contain;
  }

  .isometrics_cont {
    -webkit-background-size: 150px;
    background-size: 150px;
  }

  #besichtigung .badge_besich img {
    max-width: 220px;
  }

  #wo-table {
    width: auto;
    margin: 0 auto;
  }

  .badge {
    font-size: 13px;
    width: 120px;
    height: 120px;
    right: 16px;
    bottom: -160px;
  }

  .badge img {
    width: 100%;
  }

  .badge span {
    font-size: 13px;
  }

  .navigation .navbar-default .navbar-nav>li>a {
    font-size: 23px;
    line-height: 1.8;
  }

  .navbar-brand>img {
    display: inline-block;
    left: 0;
    margin-left: 0;
    float: none;
  }

  .navigation .navbar-default .navbar-nav>li.menu_right:nth-child(8n + 7),
  .navigation .navbar-default .navbar-nav>li.menu_right:nth-child(8n + 6),
  .navigation .navbar-default .navbar-nav>li.menu_right {
    position: relative;
    right: auto;
  }

  .one_fifth {
    min-width: 49.9%;
    max-width: 49.9%;
  }

  .navbar-header {
    width: 100%;
  }

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin: 0;
  }

  .one_quarter {
    min-width: 49.9%;
    max-width: 49.9%;
  }

  /******* Hero section *******/

  .gallery-caption h1 {
    font-size: 20px;
    color: #fff;
  }

  .st-pagination .pagination>li>a,
  .pagination>li>span {
    margin-bottom: 10px;
  }

  .flex_box_cont_content p {
    font-size: 15px;
  }

  .one_third {
    min-width: 49.9%;
    max-width: 49.9%;
  }

  .flex_box_cont_content p {
    width: 80%;
  }

  .remove_margin {
    margin: 0 -15px;
  }

  .cell_1_4 {
    min-width: 49.9%;
    max-width: 49.9%;
    margin-bottom: 20px;
  }

  .cell_1_5 {
    min-width: 33%;
    max-width: 33%;
  }

  #kontakt .cell_1_3,
  #kontakt .cell_2_3 {
    min-width: 100%;
    max-width: 100%;
  }

  .cell_1_6 {
    min-width: 49.9%;
    max-width: 49.9%;
  }

  #downloads .flex_container {
    justify-content: center;
  }

  .box_caption {
    bottom: 68px;
  }

  .footer_logo {
    text-align: left;
  }

  .dark_green_section {
    padding: 50px 0;
  }

  .dark_green_section .full-height {
    padding: 0 20px;
  }

  .contact_person .cell_1_2 {
    min-width: 1009%;
    max-width: 1009%;
  }

  .custom_radio {
    padding-left: 15px;
  }

  .senden_button {
    margin-left: 15px;
  }

  .spacer_tb_80 {
    margin: 40px 0;
  }

  .container_answer {
    width: 100%;
  }

  .container_answer .col-sm-6 {
    float: none;
    margin: 0 auto;
  }

  #downloads .cell_1_3 {
    min-width: 100%;
    max-width: 100%;
  }

  #downloads .cell_1_3 .btn-custom {
    font-size: 24px;
  }

  .owl-theme .owl-controls {
    width: 85%;
    margin: 0 auto !important;
  }

  .owl-theme .owl-controls .owl-dots {
    margin: -22px 10px 0 10px;
  }

  .inner_spacer_tb_40 {
    padding: 20px 0;
  }

  .filter_form {
    padding-top: 20px;
  }

  .container_image_answer {
    width: 280px;
  }

  .container_content_answer {
    width: calc(100% - 300px);
  }

  .regular_box_title h2 p,
  .regular_box_title h1 p {
    font-size: 22px;
    line-height: 1.3;
  }

  .regular_box_content .description_content p {
    font-size: 20px;
    line-height: 1.5;
  }

  .checkbox_spacer {
    margin-left: 0;
    display: block !important;
  }

  .secondary_box_title h2 p,
  .secondary_box_title h1 p {
    font-size: 20px;
  }

  .checkboxes-and-radios label,
  .contact_form_cm *,
  .contact_form_cm ::placeholder {
    font-size: 16px;
  }

  .odd_box_content .description_content p {
    font-size: 20px;
    line-height: 1.6;
  }

  .regular_box_title {
    margin-top: 40px;
  }

  .slider .slider__item[data-position="1"],
  .slider .slider__item[data-position="4"] {
    top: 15%;
  }

  .slider .slider__item[data-position="2"],
  .slider .slider__item[data-position="3"] {
    top: 20%;
  }

  .hide_on_mobile {
    display: none;
  }

  .custom_downloads_buttons .cell_1_4,
  .custom_downloads_buttons .cell_1_3 {
    min-width: 100%;
    max-width: 100%;
  }

  .inner_spacer_tb_80 {
    padding: 40px 0;
  }

  .spacer_bott_120 {
    margin-bottom: 40px;
  }

  .spacer_top_120 {
    margin-top: 40px;
  }

  .booking_form .checkbox_spacer {
    margin-left: 0;
  }

  .addheretheform {
    padding: 0;
  }

  .kontact_form.booking_form {
    padding: 15px 0;
  }

  .white_bg {
    width: 96%;
    margin: 0 auto;
  }

  .contact_form_cm .pd-bottom {
    padding-bottom: 30px;
  }

  .maxw-85perc .description_content p {
    max-width: 85%;
    margin: 0 auto;
  }

  .addheretheform table thead tr th {
    color: #fff;
    padding: 0px;
    font-weight: normal;
    border-right: 1px solid #f2f2ed;
  }

  .addheretheform table thead tr:nth-child(2) th,
  .addheretheform table tbody tr td {
    font-size: 16px;
  }

  .addheretheform table tbody tr td .hour_container {
    width: 65px;
  }

  .box_caption {
    text-align: center;
  }

  .tpl2 .img_cont img {
    width: 65%;
  }

  .fsz25-blue .btn.btn-custom {
    margin: 30px auto;
  }

  .btn-custom {
    font-size: 18px;
  }

  .virtual_tour li a {
    font-size: 14px;
  }

  .hero-inside .box_background {
    background-size: cover !important;
    padding-top: 90% !important;
  }

  .navigation .navbar-default .navbar-toggle:before {
    width: 41px;
    height: 32px;
    background-size: contain;
  }

  .hero-inside .description_content p img {
    max-width: 75px;
    height: auto;
  }

  .contact_section_footer .img-responsive {
    max-width: 220px;
  }

  .contact_section_footer h2 p,
  .contact_section_footer h1 p {
    font-size: 32px;
  }

  .odd_bg .description_content p a.green_btn {
    font-size: 20px;
    line-height: 1.5;
  }

  .odd_bg .description_content p+p {
    font-size: 20px;
    line-height: 1.5;
  }

  .regular_box_title h2 p,
  .regular_box_title h1 p {
    font-size: 25px;
    line-height: 1.3;
  }

  .regular_box_title .description_content p {
    font-size: 20px;
    line-height: 1.5;
  }

  .description_content p img {
    max-width: 100%;
  }

  .box_caption {
    bottom: 60px;
  }

  .odd_box_title {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .odd_box_title h2 p,
  .odd_box_title h1 p {
    font-size: 25px;
    line-height: 1.3;
  }

  .odd_box_content30 .description_content p {
    font-size: 20px;
    line-height: 1.5;
  }

  .padding-top-60 .description_content p {
    padding-top: 30px;
  }

  .cam_link_title h2 p,
  .cam_link_title h1 p {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
  }

  .links_container {
    padding-left: 15px;
  }

  .copyright {
    padding-left: 0%;
  }

  .links_container p {
    text-align: left;
  }

  .besich_p1 {
    padding-top: 160px;
    padding-bottom: 0;
  }

  .odd_box_content .description_content,
  .odd_box_content .description_content ul li {
    font-size: 17px;
    line-height: 1.5;
  }

  .bewerben .spacer_top_220 {
    margin-top: 160px;
  }

  #downloads h2 p,
  #downloads h1 p {
    margin-bottom: 20px;
  }

  .two_images .cell_1_2 {
    min-width: 99%;
    max-width: 99%;
  }

  .two_images .cell_1_2:nth-child(odd) {
    padding-right: 0;
  }

  .two_images .cell_1_2:nth-child(even) {
    padding-left: 0px;
  }

  .description_content p.smaller {
    font-size: 16px;
  }

  .contact_form_cm .description_content p {
    padding-left: 0;
    padding-right: 0;
  }

  .groups_of_3 .cell_1_3 {
    min-width: 49.9%;
    max-width: 49.9%;
  }

  .border-right-1s0 {
    border-right: 0;
    border-bottom: 1px solid #000;
  }

  .gray_box .cell_1_3:nth-child(2) {
    border-right: 0;
  }

  .groups_of_5 .cell_1_5 {
    min-width: 49.9%;
    max-width: 49.9%;
  }

  .fa-angle-right:before,
  .fa-angle-left:before {
    font-size: 39px;
    width: 40px;
    height: 40px;
  }

  .spacer_bott_80 {
    margin-bottom: 20px;
  }

  #galerie .owl-carousel .owl-next {
    right: 45px;
  }
}

@media (max-width: 640px) {
  .bottom_buttons .cell_1_3 {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .qu-gallery .gallery .owl-nav {
    top: 22% !important;
    transform: translate(0) !important;
  }

  .leaf_boxes .cell_1_5 {
    min-width: 98%;
    max-width: 98%;
  }

  h3 p {
    font-size: 20px;
  }

  .col-sm-8.floor_num_cont {
    left: 50px;
    top: 70px;
  }

  .kontakt_section {
    padding: 0 0 0 15px;
  }

  .subtitle .description_content p {
    font-size: 25px;
  }

  .footer_logo {
    margin-bottom: 00px;
  }

  .footer_logo .col-sm-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer_container .col-sm-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }

  .footer_container .col-sm-7.footer_addresses .col-sm-7 {
    padding-left: 0;
  }

  .partners {
    justify-content: flex-start;
    text-align: left;
    padding-left: 15px;
  }

  h2.partner,
  h1.partner {
    text-align: left;
  }

  .menu_footer {
    position: relative;
  }

  .qu-gallery .gallery .owl-nav {
    transform: translateY(-29%);
  }

  .g-recaptcha {
    margin-top: 10px;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .box_caption h2 p,
  .box_caption h1 p {
    font-size: 30px;
  }

  .owl-carousel .owl-controls .owl-dot,
  .owl-carousel .owl-controls .owl-dot.active {
    width: 10px;
    height: 10px;
  }

  .four_boxes .cell_1_4 {
    min-width: 100%;
    max-width: 100%;
  }

  .container_image_answer {
    width: 100%;
    float: none;
  }

  .container_content_answer {
    width: 100%;
    float: none;
  }

  .image_container1 {
    position: relative;
  }

  .image_container1 img {
    width: 100%;
  }

  .image_container2 img {
    width: 100%;
    max-width: 150px;
  }

  .gallery_with_filters ul {
    margin: 0 3%;
  }

  .gallery_with_filters ul li {
    max-width: 23%;
    min-width: 23%;
    font-size: 12px;
    margin-top: 3px;
    line-height: 1.3;
    padding: 3px 0;
  }

  .inner_spacer_tb_80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .spacer_bott_120 {
    margin-bottom: 30px;
  }

  .spacer_tb_120 {
    margin: 30px 0;
  }

  .spacer_top_120 {
    margin-top: 30px;
  }

  .inner_spacer_top_120 {
    padding-top: 30px;
  }

  #downloads .cell_1_3 .btn-custom {
    font-size: 19px;
  }

  .cont_right {
    width: auto;
  }

  .cont_left {
    padding: 7px 10px;
    width: auto;
  }

  .addheretheform table thead tr th .button {
    font-size: 11.4px;
    padding: 4px 5px;
    line-height: 1.3;
  }

  .prev_button,
  .next_button {
    font-size: 25px;
  }

  .booking_week {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 9px;
  }

  .cell_2_4 {
    min-width: 100%;
    max-width: 100%;
  }

  .contact_section_footer h2 p,
  .contact_section_footer h1 p,
  .contact_section_footer .description_content p {
    text-align: center;
  }

  .checkboxes-and-radios {
    text-align: left;
  }

  .contact_section_footer h2 p,
  .contact_section_footer h1 p {
    font-size: 25px;
  }

  .contact_section_footer .description_content p {
    font-size: 15px;
    line-height: 1.5;
  }

  .inner_spacer_bott_80 {
    padding-bottom: 40px;
  }

  #downloads {
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .strange_row .description_content p {
    font-size: 20px;
  }

  .contact_section_footer {
    padding: 65px 0 130px 0;
  }

  .contact_section_footer .flex_container {
    justify-content: center;
    align-items: center;
  }

  .contact_section_footer .cell_1_3,
  .contact_section_footer .cell_2_3 {
    min-width: 85%;
    max-width: 85%;
  }

  .homepage_kontakt .cell_1_3,
  .homepage_kontakt .cell_2_3 {
    padding: 0 15px;
  }

  #kontakt .cell_1_4 {
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  #kontakt .cell_1_4 .contact_last_box {
    min-width: 100%;
    max-width: 100%;
    border-left: 0;
    border-top: 1px solid #000;
    text-align: center;
    padding-top: 40px;
    margin-top: 0;
  }

  #kontakt .cell_2_4 {
    min-width: 100%;
    max-width: 100%;
  }

  .homepage_text .description_content p {
    font-size: 19px;
    line-height: 1.5;
  }

  .waterwheel .slider {
    height: 240px;
  }

  .inner_spacer_tb_120 {
    padding: 60px 0;
  }

  .spacer_tb_120 {
    margin: 60px 0;
  }
}

@media (max-width: 560px) {
  .item_container_box {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .modal .contact_form .cell_1_2 {
    min-width: 97.9%;
    max-width: 97.9%;
    flex: 1;
    margin: 0 1%;
  }

  .col-sm-8.floor_num_cont {
    display: none;
  }

  .item_container_box {
    min-width: 100%;
    max-width: 100%;
  }

  .index_boxes h2 p,
  .index_boxes h1 p {
    font-size: 40px;
  }

  .description_content ul li {
    font-size: 20px;
  }

  .filter_form .custom-col-xs2 {
    width: 49.9%;
    float: left;
  }

  .hero_shape .itemtitle {
    font-size: 18px;
  }

  .section1 .owl-controls {
    display: none;
  }

  h1 {
    font-size: 28px;
  }

  h1 br,
  h2 br {
    display: none;
  }

  .section4 .owl-carousel .owl-prev {
    left: 10px;
  }

  .section4 .owl-carousel .owl-next {
    right: 10px;
  }

  .small_legal_privacy {
    width: 100%;
    max-width: 880px;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    font-weight: normal;
    padding: 10px;
  }

  .coockie_cont {
    width: 100%;
    vertical-align: top;
  }

  .addcookie {
    padding: 3px 10px;
    margin-top: 5px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {

  .footer_two_logos .col-sm-5,
  .footer_two_logos .col-sm-7,
  .footer_addresses .col-sm-5,
  .footer_addresses .col-sm-7 {
    padding: 0 15px;
  }

  .footer_container .col-sm-7.footer_addresses .col-sm-7 {
    padding-left: 15px;
  }

  #svg>svg {
    height: 308px;
  }

  .button_icon .btn-custom {
    font-size: 16px;
    padding: 8px 0 0px 40px;
  }

  .index_boxes h2 p,
  .index_boxes h1 p {
    font-size: 32px;
  }

  .index_boxes h3 p {
    font-size: 25px;
  }

  h4 p {
    font-size: 20px;
  }

  .col-sm-12.custom_width,
  .col-sm-6.mobile_size,
  .arti-kontakt {
    padding: 0;
  }

  select .options {
    font-size: 12px !important;
  }

  h2.kontakt_title p,
  h1.kontakt_title p {
    font-size: 20px;
  }

  .addheretheform h3 {
    font-size: 20px;
  }

  .virtual_tour li a {
    font-size: 12px;
    padding-left: 8px 0;
  }

  .banks_area .cell_1_3 {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .index_boxes .btn-custom {
    padding: 16px 22px;
  }

  .qu-gallery .cell_1_2:nth-child(2) {
    min-width: 90%;
    max-width: 90%;
  }

  .qu-gallery .gallery .caption .itemtitle {
    font-size: 20px;
    width: 100%;
  }

  .qu-gallery .gallery .owl-nav {
    transform: translateY(-34%);
  }

  .navigation {
    min-height: 60px;
  }

  .one_quarter,
  .one_third {
    min-width: 100%;
    max-width: 100%;
  }

  .one_quarter {
    padding: 50px 0;
  }

  .mobile_size {
    width: 100%;
  }

  .one_fifth {
    padding: 10px 0 30px 0;
  }

  .cell_1_2,
  .cell_1_3,
  .cell_1_4,
  .cell_1_6,
  .cell_2_3 {
    min-width: 100%;
    max-width: 100%;
  }

  .caption .itemtitle {
    font-size: 14px;
    width: 85%;
    bottom: 10px;
    left: 20px;
    margin: 0;
    text-align: left;
  }

  .gallery.slider .caption .itemtitle {
    display: none;
  }

  .owl-carousel .owl-controls .owl-dot,
  .owl-carousel .owl-controls .owl-dot.active {
    width: 7px;
    height: 7px;
  }

  .mobile_size {
    max-width: 100%;
  }

  .kontact_form {
    max-width: 100%;
  }

  .filter_form .custom-col-xs2 {
    width: 100%;
    float: left;
  }

  .filter_form .quadratmeter {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 40px;
  }

  .filter_form .quadratmeter .col-sm-2 {
    width: 100%;
  }

  .filter_form .bruttomiete {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .filter_form .bruttomiete .col-sm-3 {
    width: 100%;
  }

  h1 p {
    font-size: 30px;
  }

  h2 p {
    font-size: 24px;
  }

  .box_caption h2 p,
  .box_caption h1 p {
    font-size: 24px;
  }

  .description_content p {
    font-size: 17px !important;
    line-height: 1.7;
  }
}

@media (max-width: 380px) {
  #svg>svg {
    height: 258px;
  }

  .qu-gallery .gallery .owl-nav {
    top: 15% !important;
    transform: translate(0) !important;
  }

  .qu-gallery .gallery .owl-nav {
    transform: translateY(-39%);
  }

  #downloads .cell_1_3 .btn-custom {
    font-size: 3.7vw;
  }

  .addheretheform table thead tr:nth-child(2) th,
  .addheretheform table tbody tr td {
    font-size: 3.9vw;
  }

  .odd_box_title h2 p,
  .odd_box_title h1 p {
    font-size: 20px;
    line-height: 1.3;
  }
}

#e4042 h2 p,
#e4042 h1 p,
#e4042 .box_caption .description_content p {
  color: #000;
  text-align: left;
}

.im {
  color: #2d3b38;
}

#toggle_txt .description_content,
#toggle_txt2 .description_content {
  /* height: 0; */
  /* overflow: hidden; */
  position: relative;
  margin-bottom: 30px;
  display: none;
  /* transition: all 0.5s; */
}

#toggle_txt .description_content p:last-of-type,
#toggle_txt2 .description_content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

#toggle_txt .description_content.open,
#toggle_txt2 .description_content.open {
  max-height: none;
  padding-bottom: 1.2em;
}

#toggle_txt .description_content.open .read-more,
#toggle_txt2 .description_content.open .read-more2 {
  top: auto;
  bottom: 0;
}

#toggle_txt .description_content.open .read-more .less,
#toggle_txt2 .description_content.open .read-more2 .less2 {
  display: inline-block;
}

#toggle_txt .description_content.open .read-more .more,
#toggle_txt2 .description_content.open .read-more2 .more2 {
  display: none;
}

.btn_mask {
  padding: 12px 0;
  background: #cdcdcd;
}

.read-more,
.read-more2 {
  /*position: absolute;*/
  bottom: 1px;
  left: 1px;
  margin: 0;
}

.read-more:hover,
.read-more2:hover {
  cursor: pointer;
}

.read-more .less,
.read-more2 .less2 {
  display: none;
}

#click_here_360 h4 p {
  position: absolute;
  top: 15%;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;

  color: #fff;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.rhy_logos .flex_container {
  align-items: center;
}

.rhy_logos .cell_1_2:nth-child(1) .img_cont img {
  max-width: 250px;
}

.rhy_logos .cell_1_2:nth-child(2) .img_cont img {
  max-width: 199px;
}

.rhy_logos .container {
  background: #fffcf9;
  padding: 30px 15px 30px 30px;
}

.booking_contract .container {
  background: #fffcf9;
  padding: 80px 25px;
}

.booking_contract .white_bg {
  margin-top: 14px !important;
}

@media (max-width: 767px) {
  .rhy_logos .cell_1_2:nth-child(1) .img_cont img {
    max-width: 160px;
  }

  .rhy_logos .cell_1_2:nth-child(2) .img_cont img {
    max-width: 120px;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 480px) {
  .rhy_logos .cell_1_2 {
    min-width: 49.9%;
    max-width: 49.9%;
  }
}

@media (max-width: 380px) {
  .rhy_logos .cell_1_2:nth-child(1) .img_cont img {
    max-width: 120px;
  }

  .rhy_logos .cell_1_2:nth-child(2) .img_cont img {
    max-width: 90px;
    margin: 0 auto;
    display: block;
  }
}

.hideme {
  display: none;
}