*,
*: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 {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: #3A3939;
    font: 15px 'Euclid Circular A', Arial, Helvetica, Sans-Serif;
    min-width: 320px;
}

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

a:hover {
    color: #3A3939;
    text-decoration: none;
}

input,
select,
textarea {
    border: #D1D0D0 1px solid;
    color: #3A3939;
    font: inherit;
    font-size: 20px;
    padding: 1em;
}

li {
    list-style: none;
}

.dashed ul li {
    list-style-type: "- ";

}

h1 {
    font-size: 55px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 1em;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 1em;
    text-transform: uppercase;
    hyphens: auto;
    -webkit-hyphens: auto;
}

h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 1.5em;
    text-transform: uppercase;
}

h4,
h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 .8em;
}

h6 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2;
}

p {
    line-height: 1.4em;
    margin: 0 0 1.4em;
}

.legende {
    padding-top: 10px;
}

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

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

/*- Layout -*/
.page-center {
    max-width: 1920px;
    margin: 0 auto;
}


.page-container {
    padding: 20px 38px;
}

.content-section {
    margin-bottom: 80px;
}

.content-section:last-child {
    margin-bottom: 0;
}

.page-separators {
    border-left: 1px solid #D1D0D0;
    border-right: 1px solid #D1D0D0;
    bottom: 28px;
    left: 27px;
    position: fixed;
    right: 27px;
    top: 18px;
    z-index: -1;
    max-width: 1920px;
    margin: 0 auto;
}

.page-header::before,
.page-header::after,
.page-separators::before,
.page-separators::after {
    background: #D1D0D0;
    bottom: 0;
    content: '';
    left: 33.32%;
    position: absolute;
    top: 18px;
    width: 1px;
}

.page-separators::after,
.page-header::after {
    left: auto;
    right: 33.32%
}

/*- Page Header -*/

.page-header {
    background: #fff;
    display: flex;
    height: 176px;
    left: 28px;
    padding: 0 10px;
    padding-top: 18px;
    position: fixed;
    right: 28px;
    top: 0;
    z-index: 100;
    max-width: 1918px;
    margin: 0 auto;
}

.header-logo {
    width: 33.3%
}

.page-header+.page-container {
    margin-top: 200px;
}

.intro-text {
    font-size: 22px;
}
.intro-text-klein {
    font-size: 16px;
}

.intro-text dt {
    font-size: 22px;
}

.intro-text--min-height {
    min-height: 200px;
}

.cursive {
    font-style: italic;
}

.position--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 220px;
}

/*- Title Video / Slider  -*/

.page-video {
    /*background: url(../images/video-pic.jpg) no-repeat center / cover;*/
    height: calc(100vh - 200px - 18px);
    margin-left: 28px;
    margin-right: 28px;
    margin-top: 200px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.page-video__heading {
    color: #fff;
    left: 38px;
    max-width: 777px;
    position: absolute;
    top: 30px;
    z-index: 1
}

.bgvideo {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
    width: auto;
}

#page-slider {
    position: relative;
    padding-bottom: 50px;
}

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

.swiper-slide .portrait {
    width: unset !important;
}

.swiper-pagination-wrapper {
    align-items: center;
    background: #fff;
    border-radius: 15px;
    bottom: 20px;
    display: flex;
    height: 30px;
    justify-content: center;
    left: 30px;
    padding: 0 16px;
    position: absolute;
    z-index: 10;
}

.swiper-pagination {
    position: relative;
}

.swiper-pagination-custom {
    bottom: auto;
    flex: 0 0 auto;
    width: auto;
}

.swiper-button-prev,
.swiper-button-next {
    background: url(../images/ico-arrow2.svg) no-repeat center / contain;
    content: '';
    height: 8px;
    left: auto;
    margin: 0 0 0 20px;
    position: relative;
    top: auto;
    width: 28px;
}

.swiper-button-prev {
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}

.pagination-separator {
    padding: 0 5px;
}

/*- Navigation -*/

.nav-primary {
    display: flex;
    flex: 1 1 auto;
    padding-left: 10px;
}

.nav-main {
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    width: 50%;
}

.nav-main>li {}

.nav-main.submenu-is-open>li>a,
.nav-main.submenu-is-open .nav-main__dropdown:not(.is-open) {
    opacity: .5
}

.nav-main>li>a {
    color: #3A3939;
    text-decoration: none;
}

.nav-main>li>a:hover,
.nav-main__expand:hover {
    opacity: .5
}

.nav-main>li.active>a,
.is-open .nav-main__expand {
    color: #3A3939;
}

.nav-main__expand {
    cursor: pointer;
    user-select: none;
}

.nav-main__submenu {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    display: none;
}

.nav-main__submenu a {
    color: #3A3939;
}

.nav-main__submenu li.active a {
    opacity: 1
}

.nav-main__submenu li a {
    opacity: 0.5
}


.submenu-is-open a,
.nav-main__submenu a:hover {
    opacity: .5
}

.nav-secondary {
    font-size: 13px;
    padding-left: 10px;
    text-transform: uppercase;
    width: 50%;
}

.nav-secondary a {
    color: #3A3939;
    opacity: .5
}

.nav-secondary li {
    float: left;
    width: 50%;
}

.nav-secondary li:nth-child(2) {
    text-align: right;
}

.nav-secondary li:nth-child(2) a {
    opacity: 1
}

.nav-secondary .active a,
.nav-secondary a:hover {
    color: #3A3939;
    opacity: 1;
}

.nav-paging .btn-primary {
    margin-top: 15px;
}

/*- Components -*/
.vertical {
    margin: 30px 0 70px 0;
    display: flex;
    justify-content: flex-start;
    gap: 6.67%;
}

.vertical .list-details__logo {
    margin: 0;
}

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

.feature-item {
    display: flex;
    flex-direction: column;
    min-height: 398px;
    overflow: hidden;
    padding: 14px 20px 20px;
    position: relative;
}

.feature-item::before {
    background: #FFC900;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s All;
    z-index: -1
}

.feature-item--secondary::before {
    background: #3A3939
}

.feature-item--secondary * {
    color: #fff
}

.feature-item--secondary:hover * {
    color: inherit;
}

.feature-item:hover::before {
    opacity: 0
}

.feature-item h2 {
    font-size: 32px;
    font-weight: normal;
    margin: 0;
}

.feature-item h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 1.5em;
    text-transform: none;
}

.feature-item .list-logos {
    opacity: 0;
    visibility: hidden;
}

.feature-item:hover .list-logos {
    opacity: 1;
    visibility: visible;
}

.list-logos {
    flex: 1 1 auto;
    transition: 1s All
}

.list-logos li {
    margin-bottom: 20px;
}


.list-logos li:last-child {
    margin-bottom: 20px;
}



.list-logos img {
    height: 16px;
}

.list-logos-rdn img {
    height: auto;
}

.list-logos-immo img {
    height: 108px;;
}

.page-footer *.list-logos li:nth-child(7) img {
    height: auto;
}

.list-logos-rdn li:nth-child(7) img {
    height: auto;
}



.page-footer *.list-logos li:nth-child(8) img {
   height: 108px;
}


.list-facts {}

.facts-item {
    margin-bottom: 70px;
}

.facts-item__number {
    border-bottom: 1px solid #455D58;
    font-size: 73px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}

/*.facts-item__info {
    max-width: 265px;
}*/

.list-companies {}

.list-company-advantages .company-item,
.list-company-staff .company-item {
    margin-bottom: 60px;
}

.company-item {
    margin-bottom: 110px;
}

.company-item__pic,
.company-item__logo,
.news-item__pic {
    margin-bottom: 15px;
}

.company-item__icon {
    margin-bottom: 25px;
    min-height: 64px;
}

.company-item__pic img,
.news-item__pic img {
    transition: .3s All;
    width: 100%
}

.company-item:last-child .company-item__logo img {
    width: 60px;
}

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

.news-item--rollover:hover .news-item__pic img {
    transform: translateY(-40px);
}

.news-item {
    margin-bottom: 75px;
}

.news-item__info {
    margin-bottom: 10px;
}

.contacts-image {
    width: 100%;
}

.list-contacts dl {
    margin-bottom: 25px;
}

.list-contacts dt {
    font-size: 15px;
}

.list-contacts dd {
    font-size: 20px;
}

.list-soclinks {
    display: flex;
    gap: 12px
}

.list-soclinks img {
    width: 17px;
}

.maps-frame iframe {
    height: auto;
    width: 100%;
}

.accordeon {
    margin-bottom: 100px;
}

.accordeon .company-item {
    margin-bottom: 30px;
}

.accordeon h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
    text-transform: none;
}

.accordeon-row {
    border-top: 1px solid #3A3939;
}
.immoprojekte.accordeon-row {
    border-bottom: 1px solid #3A3939;
}

.accordeon-headline {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 32px 0 32px 30px;
    position: relative;
}
.immoprojekte .accordeon-headline {
    padding: 16px 0 16px 29px;
}
.accordeon-headline h3 {
    line-height: 1;
    margin: -35px 0 0;
    text-transform: none;
}

.is-open .accordeon-headline h3 {
    font-weight: 600;
}

.accordeon-headline::before {
    background: url(../images/ico-arrow.svg) no-repeat center;
    content: '';
    height: 28px;
    left: 0;
    position: absolute;
    top: 10px;
    transition: .2s All;
    width: 8px;
}

.is-open .accordeon-headline::before {
    transform: rotate(-180deg);
}

.accordeon-headline__logo {
    flex: 0 0 290px;
}

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

.list-unordered {
    margin: 0 0 25px;
}

.list-unordered li {
    padding: 0 0 0 15px;
    position: relative;
}

.list-unordered li:before {
    background: #000000;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px;
}

.sidecol-stretch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-quotes {
    position: relative;
}

.list-quotes p {
    margin-bottom: .5em;
}

.list-quotes cite {
    font-size: 15px;
    font-style: normal;
}

.list-details {
    font-size: 13px;
    margin-bottom: 50px;
}

.list-details h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 90px;
    text-transform: none;
}

.list-details dl {
    display: flex;
}

.list-details dt {
    flex: 0 0 130px
}

.list-details dd {
    padding-left: 10px;
}

.list-details__logo {
    margin: 50px 0 20px;
}

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

.more-top {
    margin-top: 50px;
}

.more-bottom {
    margin-bottom: 60px;
}

/*- Forms -*/

.form-search-main {
    position: relative;
}

.form-search__input {
    border: 0;
    border-bottom: 2px solid #D1D0D0;
    color: #3A3939;
    font-weight: normal;
    padding: 8px 0;
}

.form-search__input::placeholder {
    color: #D1D0D0;
    opacity: 1
}

.form-search-main .form-search__input {
    background: rgba(255, 255, 255, .5);
    color: #2A2A40;
    margin-bottom: 15px;
    width: 100%;
}

input:focus {
    outline: none
}

input::placeholder {
    opacity: .5;
}

/*- Buttons -*/

.btn-primary,
.cms_link,
.cms_document {
    background: #fff;
    color: #3A3939;
    border: 1px solid #707070;
    border-radius: 15px;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    height: 30px;
    line-height: 29px;
    outline: none;
    padding: 0 60px 0 16px;
    position: relative;
    white-space: nowrap;
}

.btn-primary.active {
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
}

.btn-primary::after,
.cms_link::after,
.cms_document::after {
    background: url(../images/ico-arrow.svg) no-repeat center / contain;
    content: '';
    height: 28px;
    position: absolute;
    right: 30px;
    transform: rotate(-90deg);
    width: 8px;
}

/*Documents*/
.cms_item a.file {
    padding: 0;
}

.cms_item a.docx,
.cms_item a.doc,
.cms_item a.xlsx,
.cms_item a.xls,
.cms_item a.pdf {
    background-image: none;
}

.btn-primary__prev {
    margin-right: 15px;
    padding: 0 16px 0 60px;
}

.btn-primary__prev:after {
    left: 30px;
    right: auto;
    transform: rotate(90deg);
}

.btn-group .btn-primary {
    margin: 0 10px 15px 0;
    padding-right: 16px
}

.btn-group .btn-primary::after {
    display: none;
}

.btn-kar {
    margin-bottom: 8px;
}

.btn-more {
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}

.btn-search {
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    height: 30px;
    outline: none;
    padding: 7px 5px 7px 7px;
    position: absolute;
    right: 0;
    top: 13px;
}

/*- Page Footer -*/

.page-footer {
    padding: 0 38px 28px 50px;
}

.page-footer::before {
    background: #fff;
    content: '';
    display: block;
    height: 100px;
    margin: 0 -38px 0 -50px;
    position: relative;
}

.footer-section {
    min-height: 240px;
}

.footer-section--vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-logo {
    margin-bottom: 100px;
}

.footer-logo img {
    height: 24px;
}

.footer-logo2 {
    float: right;
    margin-right: 70px;
    max-width: 150px;
}

.nav-footer {
    font-size: 13px;
    opacity: .6;
    text-transform: uppercase
}

.nav-footer li {
    display: inline-block;
    margin-right: 20px;
}

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

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #B9B5B5;
    margin-bottom: 10px;
}

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

.spacing--xxl {
    margin-bottom: 200px;
}

.content-section.spacing--xl {
    margin-bottom: 50px;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    height: 20px;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}

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

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

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000000;
    border-radius: 0;
    display: block;
    height: 3px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 40px;
}

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

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

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

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

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

.no_umfliessend {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

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

.video-container-startseite {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;

}

.video-container-startseite iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;

}

.CCSS476 {
    height: 0;
}

.CCSS476 a {
    margin-top: -200px;
    position: absolute;

}

.googlemaps iframe {
  width: 100%;
  height: 807px
}

.logomobile{
  display:none
}

