*,
*:before,
*:after {
        box-sizing: border-box;
}

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
        border: 0;
        margin: 0;
        padding: 0;
}

html {
        letter-spacing: 0.9px;
        scroll-behavior: smooth;
}

body {
        background: #E5E1D3;
        color: #000;
        font: 500 17px Biennale, Arial, Helvetica, Sans-Serif;
        min-width: 320px;
}

a {
        color: #344a9c;
        outline: none;
        text-decoration: none;
        transition: .2s All;
}

a:hover {
        color: #344A9C;
        text-decoration: none;
}

.collage_bg1{
        width: 60%;
}
.collage_bg2{
        height: 50%;
}
.collage_bg3{
height: 50%;
}

input,
select,
textarea,button {
        border: #999999 1px solid;
        color: #000;
        font: inherit;
        padding: 1em;
}

li {
        list-style: none;
}

h1 {
        color: #344a9c;
        font-size: 55px;
        line-height: 1;
        margin: 0.1em 0 1em;
        text-transform: uppercase;
        hyphens: auto;

}


h2 {
        color: #344a9c;
        font-size: 36px;
        line-height: 1;
        margin: 0.1em 0 1em;
        text-transform: uppercase;
}

h3,
h4 {
        color: #344a9c;
        font-size: 22px;
        line-height: 1.2;
        margin: 0 0 1em;
        text-transform: uppercase;
}

h4 {
        margin-bottom: .5em;
}

h5,
h6 {
        color: #344a9c;
        font-size: 1em;
        font-weight: 500;
        line-height: 1;
        margin-bottom: .5em;
}

p {
        line-height: 1.4em;
        margin: 0 0 1.4em;
}
.thin {
        font-weight: 410;
        font-size: 18px;
        text-transform: none;
        line-height: 1.4em;
        margin: 2em 0 0;

}


table {
        border-collapse: collapse;
        width: 100%;
}

img {
        display: block;
        max-width: 100%;
        height: auto;
}

/*- Layout -*/

.page-container,
.page-header,
.page-footer {
        margin: 0 auto;
        max-width: 1080px;
        padding: 0 44px;
}

.page-container {
        padding-bottom: 180px;
        padding-top: 50px;
}

.page-top-bar {
        background: #E5E1D3;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
}

.nav-primary+.page-container {
        padding-top: 195px;
}

/*- Page Header -*/

.page-header {
        align-items: center;
        display: flex;
        height: 117px;
        justify-content: space-between;
        position: relative;
        z-index: 1;
}

.header-logo {
        margin-left: 110px;
}

.nav-logo {
        margin-bottom: 55px;
        margin-top: -12px
}

.header-contacts {
        font-weight: bold;
        text-transform: uppercase;
}

/*- Title / Slider  -*/

.page-title {
        display: flex;
        height: calc(100vh - 117px);
        margin-top: 117px;
}

.page-title__heading {
        bottom: 10px;
        color: #fff;
        margin: 0;
        position: absolute;
        z-index: 2
}

.page-title__heading span {
        display: block;
        font-size: 17px;
        margin-top: 10px;
        text-transform: none;
}

.page-title__bg1 {
        height: 100%;
        padding: 44px;
        position: relative;
}

[class*="page-title__bg"]::after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
        content: '';
        height: 230px;
        left: 0;
        opacity: .72;
        position: absolute;
        right: 0;
        z-index: 1;
}

.page-title-bg2-3 {
        border-left: 2px solid #E5E1D3;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 40%;
}

.page-title__bg2 {
        border-bottom: 2px solid #E5E1D3;
        height:100%;
        padding: 44px;
        position: relative;
}

.page-title__bg3 {
        padding: 44px;
        height:100%;
        position: relative;
}

.swiper-slide img {
        width: 100%;
        height: auto;
}

.slide-headline {
        margin-top: 10px;
}

.swiper-carousel {
        margin-bottom: 100px;
}

.swiper-scrollbar {
        background: none;
        margin-top: 75px
}

.swiper-container-horizontal>.swiper-scrollbar {
        border-bottom: 1px solid #333;
        border-radius: 0;
        bottom: auto;
        left: auto;
        position: relative;
        width: 100%;
}

.swiper-scrollbar-drag {
        background: #333;
        border-radius: 0;
}

.intro-text {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 60px;
        text-transform: uppercase;
}
.contact{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 50px;
        text-transform: uppercase;
}

.intro-pic {
        margin-bottom: 70px;
}

.intro-text-secondary {
        font-size: 22px;
        margin-bottom: 60px;
}

/*- Navigation -*/

.nav-primary {
        background: #E5E1D3;
        bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        left: -100%;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 40px 50px 36px 150px;
        position: fixed;
        top: 0;
        transition: .3s All;
        width: 60%;
        z-index: 101;
}

.nav-is-open .nav-primary {
        left: 0;
}

.nav-primary .hamburger {
        left: 45px;
        margin-top: 0;
        top: 44px;
}

.nav-main {
        font-size: 36px;
        font-weight: bold;
        height: 98%;
        text-transform: uppercase
}

.nav-main>li {
        margin: 0 0 18px;
}

.nav-main>li:first-child {
        font-size: 17px;
}

.nav-main>li>a {
        color: #344a9c;
        display: block;
        text-decoration: none;
}

.nav-main>li>a:hover,
.nav-main>li.active>a {
        color: #344A9C;
}

.nav-main__submenu {
        color: #4C4D56;
        display: flex;
        font-size: 12px;
        width: 100%;
}

.nav-main__submenu li:after {
        content: "|";
        padding: 0 7px;
}

.nav-main__submenu li:last-child:after {
        display: none;
}

.nav-main__submenu a {
        color: #344a9c;
}

.nav-contacts {
        width: 325px
}

.nav-contacts__address {
        margin-bottom: 50px;
}

.nav-contacts__working-hours dl {
        display: flex;
        margin-bottom: 25px;
}

.nav-contacts__working-hours dt {
        flex: 0 0 155px;
        padding-right: 10px;
}

.nav-secondary {
        border-bottom: 1px solid #707070;
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 25px;
        text-transform: uppercase;
}

.nav-secondary ul {
        align-items: flex-end;
        display: flex;
}

.nav-secondary li {
        flex: 0 1 300px;
        margin: 0 28px 0 0;
        text-align: left;
}

.nav-secondary a {
        color: #344a9c;
        display: block;
        padding: 7px 0;
        position: relative
}

.nav-secondary a::after {
        background: #344a9c;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: .2s All;
        width: 100%
}

.nav-secondary a:hover::after,
.nav-secondary .active a::after {
        opacity: 1
}

/*- Components -*/

.list-examples img {
        margin-bottom: 18px;
        width: 100%;
        height: auto;
}

.list-features {
        margin-bottom: -70px;
}


.list-features__pic {
        margin-bottom: 18px;

}

.list-features__pic img,
.list-staff__pic img {
        width: 100%;
        height: auto;
}

.list-staff__pic {
        color: #fff;
        margin-bottom: 18px;
        position: relative;
}

.list-staff__pic-link {
        bottom: 0;
        color: #fff;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
}

.list-staff__pic-link:hover {
        color: #fff;
}

.list-staff__pic::after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
        content: '';
        height: 180px;
        left: 0;
        opacity: .72;
        position: absolute;
        right: 0;
}

.list-staff__info {
        bottom: 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        left: 21px;
        position: absolute;
        right: 25px;
        z-index: 1;
}

.list-staff__pic-heading {
        color: #fff;
        flex: 0 0;
        margin: 0;
        width: min-content;
        letter-spacing: 0px;
}

/*- Layout Grid -*/

[class*="col-"] {
        overflow: hidden;
}

/*- Buttons -*/

.btn-more {
        font-weight: normal;
        height: auto;
        padding-bottom: 17px;
        position: relative;
        letter-spacing: 0px;
}

.btn-more::after {
        background: url(../images/ico-arrow.svg) no-repeat center / contain;
        content: '';
        display: block;
        height: 18px;
        width: 66px;
}

.cms_item ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.cms_item ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 20px;
}

.google_maps iframe{
    width: 100%;
    height: 100% !important;
}

.cms_video_container iframe{
    width: 100%;
}
.yt-video{
    width: 100%
}
.iframe-container {
    overflow: hidden;
    padding-top: 68.63%;
    position: relative;
}
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*- Page Footer -*/

.page-footer {
        color: #000;
        padding-bottom: 50px;
}

 .page-footer h3,  .page-footer a {
        color: #000;
}

.page-footer .nav-main__submenu {
        margin-top: 0px;
}

.footer-logos {
    margin-top: 20px;

}

.footer-logos img {
    margin-bottom: 20px;

}

.footer-logos a:last-child img{
    width: 100px !important;

}

/*- Misc. Components-*/

.pic-responsive {
        height: auto;
        width: 100%;
}

hr {
        border: 0;
        border-top: 1px solid #eee;
        margin-bottom: 20px;
        margin-top: 20px;
}

.mietobjekte caption{
  text-align:left
}

.list-staff table {
    margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: 50px
}
table.mietobjekte {
  border: 2px solid #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.mietobjekte td, table.mietobjekte th {
  border: 1px solid #FFFFFF;
  padding: 3px 4px;
}
table.mietobjekte tr:nth-child(even) {
  background: #EBEBEB;
}
table.mietobjekte tr:nth-child(odd) {
  background: #CCC;
}
table.mietobjekte tr.table-head {
  background: #FFFFFF;
}


table.mietobjekte td {
  width: 15%
}
table.mietobjekte td:last-child {
  width: 25%
}

table.mietobjekte thead {
  background: #FFFFFF;
  border-bottom: 4px solid #333333;
}
table.mietobjekte thead th {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  border-left: 2px solid #333333;
}
table.mietobjekte thead th:first-child {
  border-left: none;
}

.mietobjekte td img{
  height: 30px;
  width: auto;
  float: left;
  margin-right: 8px
}



.hamburger {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        cursor: pointer;
        height: 26px;
        left: 44px;
        margin-top: -13px;
        outline: none;
        overflow: visible;
        padding: 0;
        position: absolute;
        top: 50%;
        transition: .15s All;
        z-index: 102
}

.hamburger::-moz-focus-inner {
        border: 0;
}

.hamburger-box {
        display: block;
        height: 26px;
        position: relative;
        width: 40px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
        background-color: #000000;
        border-radius: 0;
        border-radius: 1.5px;
        display: block;
        height: 3px;
        position: absolute;
        transition: .15s All;
        width: 40px;
}

.hamburger-inner::before {
        content: "";
        top: 11px;
        transition-duration: .2s;
        transition-property: transform, opacity;
        transition-timing-function: ease;
}

.hamburger-inner::after {
        content: "";
        top: 22px;
}

.hamburger.is-active .hamburger-inner {
        transform: translate3d(0, 11px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
        opacity: 0;
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
        transform: translate3d(0, -22px, 0) rotate(-90deg);
}



